diff --git a/rapport/chapter4-simulations/inference.tex b/rapport/chapter4-simulations/inference.tex index 773d872..677f476 100644 --- a/rapport/chapter4-simulations/inference.tex +++ b/rapport/chapter4-simulations/inference.tex @@ -100,7 +100,7 @@ and~\ref{fig:inference-ari-plots}. \begin{figure}[ht] \centering - \input{../tikz/simulations/inference/model-proportions.tex} + \includestandalone{tikz/simulations/inference/model-proportions} \caption{Preferred model proportions over all datasets in function of $\eps[\alpha]$} \label{fig:inference-prop-modele-pref} @@ -108,7 +108,7 @@ and~\ref{fig:inference-ari-plots}. \begin{figure}[H] \centering - \input{../tikz/simulations/inference/ari-plots} + \includestandalone{tikz/simulations/inference/ari-plots} \caption{Plot of the ARI quality indicators in function of $\eps[\alpha]$} \label{fig:inference-ari-plots} diff --git a/rapport/chapter4-simulations/model-selection.tex b/rapport/chapter4-simulations/model-selection.tex index acad147..e8b6758 100644 --- a/rapport/chapter4-simulations/model-selection.tex +++ b/rapport/chapter4-simulations/model-selection.tex @@ -58,7 +58,7 @@ $\pi\rho$-colBiSBM. \begin{figure}[!ht] \centering - \input{../tikz/simulations/model_selection/eps-pi-rho-preferred.tex} + \includestandalone{tikz/simulations/model_selection/eps-pi-rho-preferred} \caption{\label{fig:pref_model_func_eps}Plot of model selection proportions over the different datasets in function of $\eps[\pi]$ and $\eps[\rho]$} diff --git a/rapport/chapter4-simulations/na-robustness.tex b/rapport/chapter4-simulations/na-robustness.tex index 839181f..ed4ca0f 100644 --- a/rapport/chapter4-simulations/na-robustness.tex +++ b/rapport/chapter4-simulations/na-robustness.tex @@ -61,39 +61,24 @@ and we store the same predictions. \emph{Area Under the Curve} (AUC) for predicted versus real link values and the ARI for predicted versus real block memberships. -For the comparison we subtract the metric given by the LBM to the one -given by colBiSBM and denote it $\Delta\mbox{metric}$. - \begin{figure}[ht] \centering - \input{../tikz/simulations/na_robustness/auc-model} - \caption{$\Delta\mbox{AUC}$ in function of $p_{\texttt{NA}}$. The dashed red - lines indicate the value 0 for which - $\mbox{AUC}_{LBM} = \mbox{AUC}_{colBiSBM}$} + \includestandalone{tikz/simulations/na_robustness/auc-model} + \caption{} \label{fig:auc-plot} \end{figure} \begin{figure}[ht] \centering - \input{../tikz/simulations/na_robustness/ari-dim-model} - \caption{$\Delta\mbox{ARI}$ in function of $p_{\texttt{NA}}$. The dashed red - lines indicate the value 0 for which - $\mbox{ARI}_{LBM} = \mbox{ARI}_{colBiSBM}$} + \includestandalone{tikz/simulations/na_robustness/ari-dim-model} + \caption{} \label{fig:ari-dim-plot-na} \end{figure} \paragraph{Results} -On figure~\ref{fig:auc-plot} one can see that overall the nested structure seems -to be the one benefitting most from the collection model having generally -slightly higher $\Delta$AUC than the modular one. -But in general it seems that for $\epsilon\in[0.1,0.7]$ there are no clear -differences between LBM and colBiSBM regarding link prediction. For $\epsilon - \in[0.8,0.9]$ this is where the collection model seems to be most effective. - -For the ARI, figure~\ref{fig:ari-dim-plot-na} suggests that collection model -does at least as well as LBM and improves nodes memberships recovery for modular -structure starting from $\epsilon = 0.7$. Again, nested structure benefits -of collection model for smaller $\epsilon$ values but those increase in -$\Delta$ARI are also smaller than what can be observed for modular structure. -\clearpage \ No newline at end of file +Figures~\ref{fig:auc-plot} and~\ref{fig:ari-dim-plot-na} show a +box plot named \enquote{sep-$model$} that +corresponds to the results given by a LBM fitted on data generated with the +corresponding \emph{model}. These sep box plots are there to serve as a baseline +to compare model by model. diff --git a/rapport/chapter4-simulations/network-clustering.tex b/rapport/chapter4-simulations/network-clustering.tex index f04eff5..55e9a06 100644 --- a/rapport/chapter4-simulations/network-clustering.tex +++ b/rapport/chapter4-simulations/network-clustering.tex @@ -3,11 +3,11 @@ \label{sec:network-clustering-of-simulated-networks} \paragraph{Simulation settings} For all models we simulate $M = 9$ networks -with~$\forall m \in \{ 1 \dots M \} , n^m_1 = n^m_2 = 75$ with $Q_1 = Q_2 = 3$.\newline -For the simulations the proportions are the following: -\begin{align*} - \bm{\pi}^1 = \left( 0.2, 0.3, 0.5 \right) & & \bm{\rho}^1 = \left( 0.2, 0.3, 0.5 \right) \\ -\end{align*} and for all $m = 2,\dots,9$ +with~$\forall m \in \{ 1 \dots M \} , n^m_1 = n^m_2 = 75$ with $Q_1 = + Q_2 = 3$.\newline +For the simulations the proportions are the following:\newline +$\bm{\pi}^1 = \left( 0.2, 0.3, 0.5 \right), + ~\bm{\rho}^1 = \left( 0.2, 0.3, 0.5 \right)$ and for all $m = 2,\dots,9$ \begin{align*} \bm{\pi}^m = \begin{cases} \bm{\pi}^1 & \text{for } iid\text{-colBiSBM} \\ @@ -54,7 +54,7 @@ Increasing $\epsilon$ differentiates the 3 sub-collections of networks. % ARI boxplot \begin{figure}[H] \centering - \input{../tikz/simulations/clustering/ari-clustering.tex} + \includestandalone{tikz/simulations/clustering/ari-clustering.tex} \caption{ARI obtained for the clustering with the different models in function of $\epsilon$} \label{fig:ari-clustering-boxplot} diff --git a/rapport/chapter5-applications/baldock.tex b/rapport/chapter5-applications/baldock.tex index 0e1f3e7..636d78f 100644 --- a/rapport/chapter5-applications/baldock.tex +++ b/rapport/chapter5-applications/baldock.tex @@ -11,22 +11,22 @@ networks in four major english cities. \begin{figure}[ht] \centering \begin{subfigure}[htb]{0.47\textwidth} - \input{../tikz/applications/baldock/graph-Baldock2019_Bristol.tex} + \includestandalone{tikz/applications/baldock/graph-Baldock2019_Bristol} \caption{Bristol} \end{subfigure} \hfill \begin{subfigure}[htb]{0.47\textwidth} - \input{../tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex} + \includestandalone{tikz/applications/baldock/graph-Baldock2019_Edinburgh} \caption{Edinburgh} \end{subfigure} \newline \begin{subfigure}[htb]{0.47\textwidth} - \input{../tikz/applications/baldock/graph-Baldock2019_Leeds.tex} + \includestandalone{tikz/applications/baldock/graph-Baldock2019_Leeds} \caption{Leeds} \end{subfigure} \hfill \begin{subfigure}[htb]{0.47\textwidth} - \input{../tikz/applications/baldock/graph-Baldock2019_Reading.tex} + \includestandalone{tikz/applications/baldock/graph-Baldock2019_Reading} \caption{Reading} \end{subfigure} \caption{English networks from~\cite{baldockSystemsApproachReveals2019a}} @@ -35,7 +35,7 @@ networks in four major english cities. \begin{figure}[ht] \centering - \input{../tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex} + \includestandalone{tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN} \caption{South African network from~\cite{baldockDailyTemporalStructure2011}} \label{fig:baldock-south-african-networks} \end{figure} \ No newline at end of file diff --git a/rapport/rapport.tex b/rapport/rapport.tex index 586e507..1242ccb 100644 --- a/rapport/rapport.tex +++ b/rapport/rapport.tex @@ -87,6 +87,8 @@ arrows,shapes,positioning,shadows,trees,calc,backgrounds, automata,positioning} +\usepackage[mode=buildnew]{standalone} + \tikzset{ basic/.style = {draw, text width=3cm, font=\sffamily, rectangle}, root/.style = {basic, rounded corners=2pt, thin, align=center, diff --git a/rapport/tikz b/rapport/tikz new file mode 120000 index 0000000..d1e762c --- /dev/null +++ b/rapport/tikz @@ -0,0 +1 @@ +../tikz/ \ No newline at end of file diff --git a/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.pdf b/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.pdf new file mode 100644 index 0000000..b5a11db Binary files /dev/null and b/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.pdf differ diff --git a/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex b/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex index bd9641d..333e59e 100644 --- a/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex +++ b/tikz/applications/baldock/graph-Baldock2011_TB+Baldock2011_JN.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:14 +% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:00 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27); @@ -22192,3 +22201,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/applications/baldock/graph-Baldock2019_Bristol.pdf b/tikz/applications/baldock/graph-Baldock2019_Bristol.pdf new file mode 100644 index 0000000..531d9d8 Binary files /dev/null and b/tikz/applications/baldock/graph-Baldock2019_Bristol.pdf differ diff --git a/tikz/applications/baldock/graph-Baldock2019_Bristol.tex b/tikz/applications/baldock/graph-Baldock2019_Bristol.tex index e3f25a0..e79bef3 100644 --- a/tikz/applications/baldock/graph-Baldock2019_Bristol.tex +++ b/tikz/applications/baldock/graph-Baldock2019_Bristol.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:14 +% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:02 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27); @@ -67652,3 +67661,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/applications/baldock/graph-Baldock2019_Edinburgh.pdf b/tikz/applications/baldock/graph-Baldock2019_Edinburgh.pdf new file mode 100644 index 0000000..f68d5b0 Binary files /dev/null and b/tikz/applications/baldock/graph-Baldock2019_Edinburgh.pdf differ diff --git a/tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex b/tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex index 4e3d0d9..d37a665 100644 --- a/tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex +++ b/tikz/applications/baldock/graph-Baldock2019_Edinburgh.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:15 +% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:02 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27); @@ -43501,3 +43510,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/applications/baldock/graph-Baldock2019_Leeds.pdf b/tikz/applications/baldock/graph-Baldock2019_Leeds.pdf new file mode 100644 index 0000000..fa18505 Binary files /dev/null and b/tikz/applications/baldock/graph-Baldock2019_Leeds.pdf differ diff --git a/tikz/applications/baldock/graph-Baldock2019_Leeds.tex b/tikz/applications/baldock/graph-Baldock2019_Leeds.tex index 24bc6d0..6ce0b62 100644 --- a/tikz/applications/baldock/graph-Baldock2019_Leeds.tex +++ b/tikz/applications/baldock/graph-Baldock2019_Leeds.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:15 +% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:03 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27); @@ -58477,3 +58486,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/applications/baldock/graph-Baldock2019_Reading.pdf b/tikz/applications/baldock/graph-Baldock2019_Reading.pdf new file mode 100644 index 0000000..c30d892 Binary files /dev/null and b/tikz/applications/baldock/graph-Baldock2019_Reading.pdf differ diff --git a/tikz/applications/baldock/graph-Baldock2019_Reading.tex b/tikz/applications/baldock/graph-Baldock2019_Reading.tex index 4dfa3b1..0c64f56 100644 --- a/tikz/applications/baldock/graph-Baldock2019_Reading.tex +++ b/tikz/applications/baldock/graph-Baldock2019_Reading.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-23 22:26:15 +% Created by tikzDevice version 0.12.6 on 2024-07-24 15:53:03 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (216.81, 72.27); @@ -58664,3 +58673,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.70, 4.20) {Plant}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/simulations/clustering/ari-clustering.tex b/tikz/simulations/clustering/ari-clustering.tex index 7dad18e..94b5bc0 100644 --- a/tikz/simulations/clustering/ari-clustering.tex +++ b/tikz/simulations/clustering/ari-clustering.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-17 22:42:37 +% Created by tikzDevice version 0.12.6 on 2024-07-24 16:29:42 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (361.35,216.81); @@ -45,8 +54,8 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (265.44, 30.69) -- (265.44,211.31); -\definecolor{drawColor}{gray}{0.20} -\definecolor{fillColor}{gray}{0.20} +\definecolor{drawColor}{RGB}{86,180,233} +\definecolor{fillColor}{RGB}{86,180,233} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 58.64,203.10) circle ( 1.96); @@ -61,7 +70,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.64,100.17) -- ( 58.64, 67.89); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 53.33,123.56) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 53.33,123.56) -- ( 53.33,106.92) -- ( 55.98,100.17) -- ( 53.33, 93.42) -- @@ -80,7 +89,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (121.67,184.01) -- (121.67,177.65); -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (116.35,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (116.35,203.10) -- (116.35,208.61) -- (119.01,203.10) -- (116.35,197.59) -- @@ -99,7 +108,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (184.69,177.65) -- (184.69,177.65); -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (179.37,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (179.37,203.10) -- (179.37,210.44) -- (182.03,203.10) -- (179.37,195.76) -- @@ -118,7 +127,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (247.71,177.65) -- (247.71,177.65); -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (242.40,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (242.40,203.10) -- (242.40,210.44) -- (245.05,203.10) -- (242.40,195.76) -- @@ -132,13 +141,14 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (245.05,203.10) -- (250.37,203.10); +\definecolor{drawColor}{RGB}{0,158,115} \path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.46,123.56) -- ( 70.46,203.10); \path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.46, 44.03) -- ( 70.46, 38.90); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 65.14,123.56) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 65.14,123.56) -- ( 65.14,116.25) -- ( 67.80, 93.31) -- ( 65.14, 70.37) -- @@ -152,7 +162,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] ( 67.80, 93.31) -- ( 73.12, 93.31); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{0,158,115} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (133.48, 44.03) circle ( 1.96); @@ -171,7 +181,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (133.48,203.10) -- (133.48,203.10); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (128.17,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (128.17,203.10) -- (128.17,203.10) -- (130.82,203.10) -- (128.17,203.10) -- @@ -185,7 +195,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (130.82,203.10) -- (136.14,203.10); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{0,158,115} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (196.51,177.65) circle ( 1.96); @@ -200,7 +210,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (196.51,203.10) -- (196.51,203.10); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (191.19,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (191.19,203.10) -- (191.19,203.10) -- (193.85,203.10) -- (191.19,203.10) -- @@ -214,7 +224,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (193.85,203.10) -- (199.17,203.10); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{0,158,115} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (259.53,177.65) circle ( 1.96); @@ -223,7 +233,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (259.53,203.10) -- (259.53,203.10); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (254.21,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (254.21,203.10) -- (254.21,203.10) -- (256.87,203.10) -- (254.21,203.10) -- @@ -237,13 +247,14 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (256.87,203.10) -- (262.19,203.10); +\definecolor{drawColor}{RGB}{240,228,66} \path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.28,140.61) -- ( 82.28,203.10); \path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.28, 44.03) -- ( 82.28, 44.03); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 76.96,140.61) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 76.96,140.61) -- ( 76.96,147.08) -- ( 79.62,119.22) -- ( 76.96, 91.36) -- @@ -257,7 +268,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] ( 79.62,119.22) -- ( 84.94,119.22); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{240,228,66} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (145.30, 44.03) circle ( 1.96); @@ -270,7 +281,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (145.30,177.65) -- (145.30,147.77); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (139.98,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (139.98,203.10) -- (139.98,210.44) -- (142.64,203.10) -- (139.98,195.76) -- @@ -284,7 +295,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (142.64,203.10) -- (147.96,203.10); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{240,228,66} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (208.32,177.65) circle ( 1.96); @@ -293,7 +304,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (208.32,203.10) -- (208.32,203.10); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (203.01,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (203.01,203.10) -- (203.01,203.10) -- (205.66,203.10) -- (203.01,203.10) -- @@ -307,7 +318,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (205.66,203.10) -- (210.98,203.10); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{240,228,66} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (271.35, 44.03) circle ( 1.96); @@ -318,7 +329,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (271.35,203.10) -- (271.35,203.10); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (266.03,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (266.03,203.10) -- (266.03,203.10) -- (268.69,203.10) -- (266.03,203.10) -- @@ -332,13 +343,14 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (268.69,203.10) -- (274.01,203.10); +\definecolor{drawColor}{RGB}{0,114,178} \path[draw=drawColor,line width= 0.6pt,line join=round] ( 94.09,146.29) -- ( 94.09,203.10); \path[draw=drawColor,line width= 0.6pt,line join=round] ( 94.09, 72.23) -- ( 94.09, 44.03); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 88.78,146.29) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 88.78,146.29) -- ( 88.78,140.58) -- ( 91.44,119.22) -- ( 88.78, 97.86) -- @@ -352,7 +364,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] ( 91.44,119.22) -- ( 96.75,119.22); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{0,114,178} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (157.12,126.75) circle ( 1.96); @@ -373,7 +385,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (157.12,177.65) -- (157.12,177.65); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (151.80,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (151.80,203.10) -- (151.80,197.72) -- (154.46,190.37) -- (151.80,183.03) -- @@ -387,7 +399,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (154.46,190.37) -- (159.78,190.37); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{0,114,178} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (220.14,123.56) circle ( 1.96); @@ -398,7 +410,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (220.14,203.10) -- (220.14,203.10); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (214.82,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (214.82,203.10) -- (214.82,203.10) -- (217.48,203.10) -- (214.82,203.10) -- @@ -412,7 +424,7 @@ cycle; \path[draw=drawColor,line width= 1.1pt] (217.48,203.10) -- (222.80,203.10); -\definecolor{fillColor}{gray}{0.20} +\definecolor{fillColor}{RGB}{0,114,178} \path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (283.16, 44.03) circle ( 1.96); @@ -421,7 +433,7 @@ \path[draw=drawColor,line width= 0.6pt,line join=round] (283.16,203.10) -- (283.16,203.10); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (277.85,203.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (277.85,203.10) -- (277.85,203.10) -- (280.50,203.10) -- (277.85,203.10) -- @@ -482,7 +494,7 @@ \end{scope} \begin{scope} \path[clip] ( 0.00, 0.00) rectangle (361.35,216.81); -\definecolor{drawColor}{gray}{0.20} +\definecolor{drawColor}{RGB}{86,180,233} \path[draw=drawColor,line width= 0.6pt] (326.98,129.29) -- (326.98,131.46); @@ -491,14 +503,14 @@ (326.98,140.85); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,131.46) rectangle (332.40,138.69); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56,131.46) rectangle (332.40,138.69); \path[draw=drawColor,line width= 0.6pt] (321.56,135.07) -- (332.40,135.07); \end{scope} \begin{scope} \path[clip] ( 0.00, 0.00) rectangle (361.35,216.81); -\definecolor{drawColor}{gray}{0.20} +\definecolor{drawColor}{RGB}{0,158,115} \path[draw=drawColor,line width= 0.6pt] (326.98,114.84) -- (326.98,117.00); @@ -507,14 +519,14 @@ (326.98,126.40); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,117.00) rectangle (332.40,124.23); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56,117.00) rectangle (332.40,124.23); \path[draw=drawColor,line width= 0.6pt] (321.56,120.62) -- (332.40,120.62); \end{scope} \begin{scope} \path[clip] ( 0.00, 0.00) rectangle (361.35,216.81); -\definecolor{drawColor}{gray}{0.20} +\definecolor{drawColor}{RGB}{240,228,66} \path[draw=drawColor,line width= 0.6pt] (326.98,100.38) -- (326.98,102.55); @@ -523,14 +535,14 @@ (326.98,111.95); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,102.55) rectangle (332.40,109.78); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56,102.55) rectangle (332.40,109.78); \path[draw=drawColor,line width= 0.6pt] (321.56,106.16) -- (332.40,106.16); \end{scope} \begin{scope} \path[clip] ( 0.00, 0.00) rectangle (361.35,216.81); -\definecolor{drawColor}{gray}{0.20} +\definecolor{drawColor}{RGB}{0,114,178} \path[draw=drawColor,line width= 0.6pt] (326.98, 85.93) -- (326.98, 88.10); @@ -539,7 +551,7 @@ (326.98, 97.49); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56, 88.10) rectangle (332.40, 95.32); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.56, 88.10) rectangle (332.40, 95.32); \path[draw=drawColor,line width= 0.6pt] (321.56, 91.71) -- (332.40, 91.71); @@ -569,3 +581,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (339.71, 88.68) {$\pi\rho$}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/simulations/clustering/ari-clustering.tex.pdf b/tikz/simulations/clustering/ari-clustering.tex.pdf new file mode 100644 index 0000000..53ff963 Binary files /dev/null and b/tikz/simulations/clustering/ari-clustering.tex.pdf differ diff --git a/tikz/simulations/inference/ari-plots.pdf b/tikz/simulations/inference/ari-plots.pdf new file mode 100644 index 0000000..1a9c14f Binary files /dev/null and b/tikz/simulations/inference/ari-plots.pdf differ diff --git a/tikz/simulations/inference/ari-plots.tex b/tikz/simulations/inference/ari-plots.tex index d7ad91d..f1ded6f 100644 --- a/tikz/simulations/inference/ari-plots.tex +++ b/tikz/simulations/inference/ari-plots.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-22 16:03:02 +% Created by tikzDevice version 0.12.6 on 2024-07-24 16:13:25 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (433.62,361.35); @@ -2250,3 +2259,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (398.67,149.83) {$\pi\rho$}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/simulations/inference/model-proportions.pdf b/tikz/simulations/inference/model-proportions.pdf new file mode 100644 index 0000000..1065c08 Binary files /dev/null and b/tikz/simulations/inference/model-proportions.pdf differ diff --git a/tikz/simulations/inference/model-proportions.tex b/tikz/simulations/inference/model-proportions.tex index 0545471..1d7d859 100644 --- a/tikz/simulations/inference/model-proportions.tex +++ b/tikz/simulations/inference/model-proportions.tex @@ -1,5 +1,14 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-22 16:02:47 +% Created by tikzDevice version 0.12.6 on 2024-07-24 16:13:10 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (289.08,216.81); @@ -307,3 +316,5 @@ \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (253.84, 85.84) {$\pi\rho$}; \end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/simulations/model_selection/eps-pi-rho-preferred.pdf b/tikz/simulations/model_selection/eps-pi-rho-preferred.pdf new file mode 100644 index 0000000..af45e64 Binary files /dev/null and b/tikz/simulations/model_selection/eps-pi-rho-preferred.pdf differ diff --git a/tikz/simulations/model_selection/eps-pi-rho-preferred.tex b/tikz/simulations/model_selection/eps-pi-rho-preferred.tex index 87ab41b..c742284 100644 --- a/tikz/simulations/model_selection/eps-pi-rho-preferred.tex +++ b/tikz/simulations/model_selection/eps-pi-rho-preferred.tex @@ -1,2274 +1,2285 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-19 10:06:08 +% Created by tikzDevice version 0.12.6 on 2024-07-24 16:17:04 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] - \definecolor{fillColor}{RGB}{255,255,255} - \path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (433.62,361.35); - \begin{scope} - \path[clip] ( 46.71,279.90) rectangle ( 72.37,305.55); - \definecolor{drawColor}{gray}{0.92} +\definecolor{fillColor}{RGB}{255,255,255} +\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (433.62,361.35); +\begin{scope} +\path[clip] ( 46.71,279.90) rectangle ( 72.37,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,292.72) -- - ( 72.37,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,292.72) -- + ( 72.37,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,281.06) -- - ( 72.37,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,281.06) -- + ( 72.37,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,304.38) -- - ( 72.37,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,304.38) -- + ( 72.37,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,279.90) -- - ( 59.54,305.55); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,279.90) -- + ( 59.54,305.55); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92,304.17) rectangle ( 69.16,304.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92,304.17) rectangle ( 69.16,304.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92,281.06) rectangle ( 69.16,304.17); - \end{scope} - \begin{scope} - \path[clip] ( 77.87,279.90) rectangle (103.52,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92,281.06) rectangle ( 69.16,304.17); +\end{scope} +\begin{scope} +\path[clip] ( 77.87,279.90) rectangle (103.52,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,292.72) -- - (103.52,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,292.72) -- + (103.52,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,281.06) -- - (103.52,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,281.06) -- + (103.52,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,304.38) -- - (103.52,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,304.38) -- + (103.52,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,279.90) -- - ( 90.69,305.55); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,279.90) -- + ( 90.69,305.55); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07,303.74) rectangle (100.31,304.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07,303.74) rectangle (100.31,304.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07,281.06) rectangle (100.31,303.74); - \end{scope} - \begin{scope} - \path[clip] (109.02,279.90) rectangle (134.67,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07,281.06) rectangle (100.31,303.74); +\end{scope} +\begin{scope} +\path[clip] (109.02,279.90) rectangle (134.67,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,292.72) -- - (134.67,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,292.72) -- + (134.67,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,281.06) -- - (134.67,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,281.06) -- + (134.67,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,304.38) -- - (134.67,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,304.38) -- + (134.67,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,279.90) -- - (121.84,305.55); - \definecolor{fillColor}{RGB}{240,228,66} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,279.90) -- + (121.84,305.55); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22,281.93) rectangle (131.46,304.38); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (112.22,281.93) rectangle (131.46,304.38); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (112.22,281.06) rectangle (131.46,281.93); - \end{scope} - \begin{scope} - \path[clip] (140.17,279.90) rectangle (165.82,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22,281.06) rectangle (131.46,281.93); +\end{scope} +\begin{scope} +\path[clip] (140.17,279.90) rectangle (165.82,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,292.72) -- - (165.82,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,292.72) -- + (165.82,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,281.06) -- - (165.82,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,281.06) -- + (165.82,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,304.38) -- - (165.82,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,304.38) -- + (165.82,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,279.90) -- - (152.99,305.55); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,279.90) -- + (152.99,305.55); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38,303.30) rectangle (162.61,304.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38,303.30) rectangle (162.61,304.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38,281.93) rectangle (162.61,303.30); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (143.38,281.93) rectangle (162.61,303.30); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (143.38,281.06) rectangle (162.61,281.93); - \end{scope} - \begin{scope} - \path[clip] (171.32,279.90) rectangle (196.97,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38,281.06) rectangle (162.61,281.93); +\end{scope} +\begin{scope} +\path[clip] (171.32,279.90) rectangle (196.97,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,292.72) -- - (196.97,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,292.72) -- + (196.97,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,281.06) -- - (196.97,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,281.06) -- + (196.97,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,304.38) -- - (196.97,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,304.38) -- + (196.97,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,279.90) -- - (184.15,305.55); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,279.90) -- + (184.15,305.55); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53,303.74) rectangle (193.77,304.38); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53,303.74) rectangle (193.77,304.38); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53,303.52) rectangle (193.77,303.74); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53,303.52) rectangle (193.77,303.74); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53,283.66) rectangle (193.77,303.52); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (174.53,283.66) rectangle (193.77,303.52); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (174.53,281.06) rectangle (193.77,283.66); - \end{scope} - \begin{scope} - \path[clip] (202.47,279.90) rectangle (228.12,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53,281.06) rectangle (193.77,283.66); +\end{scope} +\begin{scope} +\path[clip] (202.47,279.90) rectangle (228.12,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,292.72) -- - (228.12,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,292.72) -- + (228.12,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,281.06) -- - (228.12,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,281.06) -- + (228.12,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,304.38) -- - (228.12,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,304.38) -- + (228.12,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,279.90) -- - (215.30,305.55); - \definecolor{fillColor}{RGB}{0,158,115} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,279.90) -- + (215.30,305.55); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68,304.17) rectangle (224.92,304.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68,304.17) rectangle (224.92,304.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68,287.97) rectangle (224.92,304.17); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68,287.97) rectangle (224.92,304.17); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68,281.06) rectangle (224.92,287.97); - \end{scope} - \begin{scope} - \path[clip] (233.62,279.90) rectangle (259.28,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68,281.06) rectangle (224.92,287.97); +\end{scope} +\begin{scope} +\path[clip] (233.62,279.90) rectangle (259.28,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,292.72) -- - (259.28,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,292.72) -- + (259.28,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,281.06) -- - (259.28,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,281.06) -- + (259.28,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,304.38) -- - (259.28,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,304.38) -- + (259.28,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,279.90) -- - (246.45,305.55); - \definecolor{fillColor}{RGB}{0,158,115} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,279.90) -- + (246.45,305.55); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83,303.52) rectangle (256.07,304.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83,303.52) rectangle (256.07,304.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83,295.75) rectangle (256.07,303.52); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83,295.75) rectangle (256.07,303.52); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83,281.06) rectangle (256.07,295.75); - \end{scope} - \begin{scope} - \path[clip] (264.78,279.90) rectangle (290.43,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83,281.06) rectangle (256.07,295.75); +\end{scope} +\begin{scope} +\path[clip] (264.78,279.90) rectangle (290.43,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,292.72) -- - (290.43,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,292.72) -- + (290.43,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,281.06) -- - (290.43,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,281.06) -- + (290.43,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,304.38) -- - (290.43,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,304.38) -- + (290.43,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,279.90) -- - (277.60,305.55); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,279.90) -- + (277.60,305.55); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,304.17) rectangle (287.22,304.38); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,304.17) rectangle (287.22,304.38); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98,303.74) rectangle (287.22,304.17); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (267.98,303.74) rectangle (287.22,304.17); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (267.98,300.28) rectangle (287.22,303.74); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98,300.28) rectangle (287.22,303.74); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98,281.06) rectangle (287.22,300.28); - \end{scope} - \begin{scope} - \path[clip] (295.93,279.90) rectangle (321.58,305.55); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98,281.06) rectangle (287.22,300.28); +\end{scope} +\begin{scope} +\path[clip] (295.93,279.90) rectangle (321.58,305.55); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,292.72) -- - (321.58,292.72); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,292.72) -- + (321.58,292.72); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,281.06) -- - (321.58,281.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,281.06) -- + (321.58,281.06); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,304.38) -- - (321.58,304.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,304.38) -- + (321.58,304.38); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,279.90) -- - (308.75,305.55); - \definecolor{fillColor}{RGB}{0,158,115} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,279.90) -- + (308.75,305.55); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13,303.30) rectangle (318.37,304.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (299.13,303.30) rectangle (318.37,304.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (299.13,302.87) rectangle (318.37,303.30); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13,302.87) rectangle (318.37,303.30); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13,281.06) rectangle (318.37,302.87); - \end{scope} - \begin{scope} - \path[clip] ( 46.71,248.75) rectangle ( 72.37,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13,281.06) rectangle (318.37,302.87); +\end{scope} +\begin{scope} +\path[clip] ( 46.71,248.75) rectangle ( 72.37,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,261.57) -- - ( 72.37,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,261.57) -- + ( 72.37,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,249.91) -- - ( 72.37,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,249.91) -- + ( 72.37,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,273.23) -- - ( 72.37,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,273.23) -- + ( 72.37,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,248.75) -- - ( 59.54,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,248.75) -- + ( 59.54,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92,270.86) rectangle ( 69.16,273.23); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92,270.86) rectangle ( 69.16,273.23); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92,249.91) rectangle ( 69.16,270.86); - \end{scope} - \begin{scope} - \path[clip] ( 77.87,248.75) rectangle (103.52,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92,249.91) rectangle ( 69.16,270.86); +\end{scope} +\begin{scope} +\path[clip] ( 77.87,248.75) rectangle (103.52,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,261.57) -- - (103.52,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,261.57) -- + (103.52,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,249.91) -- - (103.52,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,249.91) -- + (103.52,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,273.23) -- - (103.52,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,273.23) -- + (103.52,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,248.75) -- - ( 90.69,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,248.75) -- + ( 90.69,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07,269.13) rectangle (100.31,273.23); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07,269.13) rectangle (100.31,273.23); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07,249.91) rectangle (100.31,269.13); - \end{scope} - \begin{scope} - \path[clip] (109.02,248.75) rectangle (134.67,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07,249.91) rectangle (100.31,269.13); +\end{scope} +\begin{scope} +\path[clip] (109.02,248.75) rectangle (134.67,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,261.57) -- - (134.67,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,261.57) -- + (134.67,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,249.91) -- - (134.67,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,249.91) -- + (134.67,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,273.23) -- - (134.67,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,273.23) -- + (134.67,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,248.75) -- - (121.84,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,248.75) -- + (121.84,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22,269.99) rectangle (131.46,273.23); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22,269.99) rectangle (131.46,273.23); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22,250.34) rectangle (131.46,269.99); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (112.22,250.34) rectangle (131.46,269.99); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (112.22,249.91) rectangle (131.46,250.34); - \end{scope} - \begin{scope} - \path[clip] (140.17,248.75) rectangle (165.82,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22,249.91) rectangle (131.46,250.34); +\end{scope} +\begin{scope} +\path[clip] (140.17,248.75) rectangle (165.82,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,261.57) -- - (165.82,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,261.57) -- + (165.82,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,249.91) -- - (165.82,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,249.91) -- + (165.82,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,273.23) -- - (165.82,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,273.23) -- + (165.82,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,248.75) -- - (152.99,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,248.75) -- + (152.99,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38,268.91) rectangle (162.61,273.23); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38,268.91) rectangle (162.61,273.23); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38,268.70) rectangle (162.61,268.91); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38,268.70) rectangle (162.61,268.91); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38,251.21) rectangle (162.61,268.70); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (143.38,251.21) rectangle (162.61,268.70); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (143.38,249.91) rectangle (162.61,251.21); - \end{scope} - \begin{scope} - \path[clip] (171.32,248.75) rectangle (196.97,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38,249.91) rectangle (162.61,251.21); +\end{scope} +\begin{scope} +\path[clip] (171.32,248.75) rectangle (196.97,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,261.57) -- - (196.97,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,261.57) -- + (196.97,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,249.91) -- - (196.97,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,249.91) -- + (196.97,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,273.23) -- - (196.97,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,273.23) -- + (196.97,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,248.75) -- - (184.15,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,248.75) -- + (184.15,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53,270.64) rectangle (193.77,273.23); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53,270.64) rectangle (193.77,273.23); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53,269.78) rectangle (193.77,270.64); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53,269.78) rectangle (193.77,270.64); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53,253.37) rectangle (193.77,269.78); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (174.53,253.37) rectangle (193.77,269.78); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (174.53,249.91) rectangle (193.77,253.37); - \end{scope} - \begin{scope} - \path[clip] (202.47,248.75) rectangle (228.12,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53,249.91) rectangle (193.77,253.37); +\end{scope} +\begin{scope} +\path[clip] (202.47,248.75) rectangle (228.12,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,261.57) -- - (228.12,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,261.57) -- + (228.12,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,249.91) -- - (228.12,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,249.91) -- + (228.12,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,273.23) -- - (228.12,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,273.23) -- + (228.12,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,248.75) -- - (215.30,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,248.75) -- + (215.30,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68,270.86) rectangle (224.92,273.23); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68,270.86) rectangle (224.92,273.23); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68,270.43) rectangle (224.92,270.86); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68,270.43) rectangle (224.92,270.86); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68,259.63) rectangle (224.92,270.43); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68,259.63) rectangle (224.92,270.43); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68,249.91) rectangle (224.92,259.63); - \end{scope} - \begin{scope} - \path[clip] (233.62,248.75) rectangle (259.28,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68,249.91) rectangle (224.92,259.63); +\end{scope} +\begin{scope} +\path[clip] (233.62,248.75) rectangle (259.28,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,261.57) -- - (259.28,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,261.57) -- + (259.28,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,249.91) -- - (259.28,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,249.91) -- + (259.28,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,273.23) -- - (259.28,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,273.23) -- + (259.28,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,248.75) -- - (246.45,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,248.75) -- + (246.45,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83,272.58) rectangle (256.07,273.23); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83,272.58) rectangle (256.07,273.23); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83,270.43) rectangle (256.07,272.58); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83,270.43) rectangle (256.07,272.58); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83,261.57) rectangle (256.07,270.43); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83,261.57) rectangle (256.07,270.43); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83,249.91) rectangle (256.07,261.57); - \end{scope} - \begin{scope} - \path[clip] (264.78,248.75) rectangle (290.43,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83,249.91) rectangle (256.07,261.57); +\end{scope} +\begin{scope} +\path[clip] (264.78,248.75) rectangle (290.43,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,261.57) -- - (290.43,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,261.57) -- + (290.43,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,249.91) -- - (290.43,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,249.91) -- + (290.43,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,273.23) -- - (290.43,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,273.23) -- + (290.43,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,248.75) -- - (277.60,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,248.75) -- + (277.60,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,273.02) rectangle (287.22,273.23); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,273.02) rectangle (287.22,273.23); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98,270.64) rectangle (287.22,273.02); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (267.98,270.64) rectangle (287.22,273.02); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (267.98,268.27) rectangle (287.22,270.64); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98,268.27) rectangle (287.22,270.64); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98,249.91) rectangle (287.22,268.27); - \end{scope} - \begin{scope} - \path[clip] (295.93,248.75) rectangle (321.58,274.40); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98,249.91) rectangle (287.22,268.27); +\end{scope} +\begin{scope} +\path[clip] (295.93,248.75) rectangle (321.58,274.40); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,261.57) -- - (321.58,261.57); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,261.57) -- + (321.58,261.57); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,249.91) -- - (321.58,249.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,249.91) -- + (321.58,249.91); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,273.23) -- - (321.58,273.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,273.23) -- + (321.58,273.23); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,248.75) -- - (308.75,274.40); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,248.75) -- + (308.75,274.40); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (299.13,273.02) rectangle (318.37,273.23); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (299.13,273.02) rectangle (318.37,273.23); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13,268.48) rectangle (318.37,273.02); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (299.13,268.48) rectangle (318.37,273.02); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (299.13,268.27) rectangle (318.37,268.48); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13,268.27) rectangle (318.37,268.48); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13,249.91) rectangle (318.37,268.27); - \end{scope} - \begin{scope} - \path[clip] ( 46.71,217.60) rectangle ( 72.37,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13,249.91) rectangle (318.37,268.27); +\end{scope} +\begin{scope} +\path[clip] ( 46.71,217.60) rectangle ( 72.37,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,230.42) -- - ( 72.37,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,230.42) -- + ( 72.37,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,218.76) -- - ( 72.37,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,218.76) -- + ( 72.37,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,242.08) -- - ( 72.37,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,242.08) -- + ( 72.37,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,217.60) -- - ( 59.54,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,217.60) -- + ( 59.54,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92,233.66) rectangle ( 69.16,242.08); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92,233.66) rectangle ( 69.16,242.08); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92,218.76) rectangle ( 69.16,233.66); - \end{scope} - \begin{scope} - \path[clip] ( 77.87,217.60) rectangle (103.52,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92,218.76) rectangle ( 69.16,233.66); +\end{scope} +\begin{scope} +\path[clip] ( 77.87,217.60) rectangle (103.52,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,230.42) -- - (103.52,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,230.42) -- + (103.52,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,218.76) -- - (103.52,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,218.76) -- + (103.52,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,242.08) -- - (103.52,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,242.08) -- + (103.52,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,217.60) -- - ( 90.69,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,217.60) -- + ( 90.69,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07,234.74) rectangle (100.31,242.08); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07,234.74) rectangle (100.31,242.08); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07,218.76) rectangle (100.31,234.74); - \end{scope} - \begin{scope} - \path[clip] (109.02,217.60) rectangle (134.67,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07,218.76) rectangle (100.31,234.74); +\end{scope} +\begin{scope} +\path[clip] (109.02,217.60) rectangle (134.67,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,230.42) -- - (134.67,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,230.42) -- + (134.67,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,218.76) -- - (134.67,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,218.76) -- + (134.67,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,242.08) -- - (134.67,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,242.08) -- + (134.67,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,217.60) -- - (121.84,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,217.60) -- + (121.84,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22,234.09) rectangle (131.46,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (112.22,234.09) rectangle (131.46,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (112.22,233.88) rectangle (131.46,234.09); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22,233.88) rectangle (131.46,234.09); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22,218.98) rectangle (131.46,233.88); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (112.22,218.98) rectangle (131.46,233.88); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (112.22,218.76) rectangle (131.46,218.98); - \end{scope} - \begin{scope} - \path[clip] (140.17,217.60) rectangle (165.82,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22,218.76) rectangle (131.46,218.98); +\end{scope} +\begin{scope} +\path[clip] (140.17,217.60) rectangle (165.82,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,230.42) -- - (165.82,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,230.42) -- + (165.82,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,218.76) -- - (165.82,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,218.76) -- + (165.82,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,242.08) -- - (165.82,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,242.08) -- + (165.82,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,217.60) -- - (152.99,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,217.60) -- + (152.99,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38,234.52) rectangle (162.61,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38,234.52) rectangle (162.61,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38,233.66) rectangle (162.61,234.52); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38,233.66) rectangle (162.61,234.52); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38,219.41) rectangle (162.61,233.66); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (143.38,219.41) rectangle (162.61,233.66); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (143.38,218.76) rectangle (162.61,219.41); - \end{scope} - \begin{scope} - \path[clip] (171.32,217.60) rectangle (196.97,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38,218.76) rectangle (162.61,219.41); +\end{scope} +\begin{scope} +\path[clip] (171.32,217.60) rectangle (196.97,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,230.42) -- - (196.97,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,230.42) -- + (196.97,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,218.76) -- - (196.97,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,218.76) -- + (196.97,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,242.08) -- - (196.97,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,242.08) -- + (196.97,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,217.60) -- - (184.15,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,217.60) -- + (184.15,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53,235.60) rectangle (193.77,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53,235.60) rectangle (193.77,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53,234.09) rectangle (193.77,235.60); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53,234.09) rectangle (193.77,235.60); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53,221.35) rectangle (193.77,234.09); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (174.53,221.35) rectangle (193.77,234.09); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (174.53,218.76) rectangle (193.77,221.35); - \end{scope} - \begin{scope} - \path[clip] (202.47,217.60) rectangle (228.12,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53,218.76) rectangle (193.77,221.35); +\end{scope} +\begin{scope} +\path[clip] (202.47,217.60) rectangle (228.12,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,230.42) -- - (228.12,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,230.42) -- + (228.12,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,218.76) -- - (228.12,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,218.76) -- + (228.12,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,242.08) -- - (228.12,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,242.08) -- + (228.12,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,217.60) -- - (215.30,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,217.60) -- + (215.30,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68,236.25) rectangle (224.92,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68,236.25) rectangle (224.92,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68,232.58) rectangle (224.92,236.25); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68,232.58) rectangle (224.92,236.25); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68,223.73) rectangle (224.92,232.58); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68,223.73) rectangle (224.92,232.58); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68,218.76) rectangle (224.92,223.73); - \end{scope} - \begin{scope} - \path[clip] (233.62,217.60) rectangle (259.28,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68,218.76) rectangle (224.92,223.73); +\end{scope} +\begin{scope} +\path[clip] (233.62,217.60) rectangle (259.28,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,230.42) -- - (259.28,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,230.42) -- + (259.28,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,218.76) -- - (259.28,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,218.76) -- + (259.28,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,242.08) -- - (259.28,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,242.08) -- + (259.28,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,217.60) -- - (246.45,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,217.60) -- + (246.45,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83,238.41) rectangle (256.07,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83,238.41) rectangle (256.07,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83,234.31) rectangle (256.07,238.41); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83,234.31) rectangle (256.07,238.41); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83,228.91) rectangle (256.07,234.31); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83,228.91) rectangle (256.07,234.31); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83,218.76) rectangle (256.07,228.91); - \end{scope} - \begin{scope} - \path[clip] (264.78,217.60) rectangle (290.43,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83,218.76) rectangle (256.07,228.91); +\end{scope} +\begin{scope} +\path[clip] (264.78,217.60) rectangle (290.43,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,230.42) -- - (290.43,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,230.42) -- + (290.43,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,218.76) -- - (290.43,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,218.76) -- + (290.43,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,242.08) -- - (290.43,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,242.08) -- + (290.43,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,217.60) -- - (277.60,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,217.60) -- + (277.60,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,241.43) rectangle (287.22,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,241.43) rectangle (287.22,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98,232.80) rectangle (287.22,241.43); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (267.98,232.80) rectangle (287.22,241.43); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (267.98,230.64) rectangle (287.22,232.80); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98,230.64) rectangle (287.22,232.80); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98,218.76) rectangle (287.22,230.64); - \end{scope} - \begin{scope} - \path[clip] (295.93,217.60) rectangle (321.58,243.25); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98,218.76) rectangle (287.22,230.64); +\end{scope} +\begin{scope} +\path[clip] (295.93,217.60) rectangle (321.58,243.25); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,230.42) -- - (321.58,230.42); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,230.42) -- + (321.58,230.42); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,218.76) -- - (321.58,218.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,218.76) -- + (321.58,218.76); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,242.08) -- - (321.58,242.08); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,242.08) -- + (321.58,242.08); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,217.60) -- - (308.75,243.25); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,217.60) -- + (308.75,243.25); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (299.13,241.86) rectangle (318.37,242.08); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (299.13,241.86) rectangle (318.37,242.08); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13,234.31) rectangle (318.37,241.86); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13,234.31) rectangle (318.37,241.86); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13,218.76) rectangle (318.37,234.31); - \end{scope} - \begin{scope} - \path[clip] ( 46.71,186.44) rectangle ( 72.37,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13,218.76) rectangle (318.37,234.31); +\end{scope} +\begin{scope} +\path[clip] ( 46.71,186.44) rectangle ( 72.37,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,199.27) -- - ( 72.37,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,199.27) -- + ( 72.37,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,187.61) -- - ( 72.37,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,187.61) -- + ( 72.37,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,210.93) -- - ( 72.37,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,210.93) -- + ( 72.37,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,186.44) -- - ( 59.54,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,186.44) -- + ( 59.54,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92,197.97) rectangle ( 69.16,210.93); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92,197.97) rectangle ( 69.16,210.93); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92,187.61) rectangle ( 69.16,197.97); - \end{scope} - \begin{scope} - \path[clip] ( 77.87,186.44) rectangle (103.52,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92,187.61) rectangle ( 69.16,197.97); +\end{scope} +\begin{scope} +\path[clip] ( 77.87,186.44) rectangle (103.52,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,199.27) -- - (103.52,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,199.27) -- + (103.52,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,187.61) -- - (103.52,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,187.61) -- + (103.52,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,210.93) -- - (103.52,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,210.93) -- + (103.52,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,186.44) -- - ( 90.69,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,186.44) -- + ( 90.69,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07,195.60) rectangle (100.31,210.93); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] ( 81.07,195.60) rectangle (100.31,210.93); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] ( 81.07,195.38) rectangle (100.31,195.60); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07,195.38) rectangle (100.31,195.60); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07,187.61) rectangle (100.31,195.38); - \end{scope} - \begin{scope} - \path[clip] (109.02,186.44) rectangle (134.67,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07,187.61) rectangle (100.31,195.38); +\end{scope} +\begin{scope} +\path[clip] (109.02,186.44) rectangle (134.67,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,199.27) -- - (134.67,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,199.27) -- + (134.67,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,187.61) -- - (134.67,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,187.61) -- + (134.67,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,210.93) -- - (134.67,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,210.93) -- + (134.67,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,186.44) -- - (121.84,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,186.44) -- + (121.84,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22,197.76) rectangle (131.46,210.93); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22,197.76) rectangle (131.46,210.93); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22,187.83) rectangle (131.46,197.76); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (112.22,187.83) rectangle (131.46,197.76); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (112.22,187.61) rectangle (131.46,187.83); - \end{scope} - \begin{scope} - \path[clip] (140.17,186.44) rectangle (165.82,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22,187.61) rectangle (131.46,187.83); +\end{scope} +\begin{scope} +\path[clip] (140.17,186.44) rectangle (165.82,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,199.27) -- - (165.82,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,199.27) -- + (165.82,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,187.61) -- - (165.82,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,187.61) -- + (165.82,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,210.93) -- - (165.82,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,210.93) -- + (165.82,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,186.44) -- - (152.99,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,186.44) -- + (152.99,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38,195.60) rectangle (162.61,210.93); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38,195.60) rectangle (162.61,210.93); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38,194.95) rectangle (162.61,195.60); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38,194.95) rectangle (162.61,195.60); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38,188.04) rectangle (162.61,194.95); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (143.38,188.04) rectangle (162.61,194.95); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (143.38,187.61) rectangle (162.61,188.04); - \end{scope} - \begin{scope} - \path[clip] (171.32,186.44) rectangle (196.97,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38,187.61) rectangle (162.61,188.04); +\end{scope} +\begin{scope} +\path[clip] (171.32,186.44) rectangle (196.97,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,199.27) -- - (196.97,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,199.27) -- + (196.97,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,187.61) -- - (196.97,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,187.61) -- + (196.97,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,210.93) -- - (196.97,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,210.93) -- + (196.97,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,186.44) -- - (184.15,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,186.44) -- + (184.15,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53,197.33) rectangle (193.77,210.93); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53,197.33) rectangle (193.77,210.93); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53,196.25) rectangle (193.77,197.33); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53,196.25) rectangle (193.77,197.33); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53,189.98) rectangle (193.77,196.25); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (174.53,189.98) rectangle (193.77,196.25); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (174.53,187.61) rectangle (193.77,189.98); - \end{scope} - \begin{scope} - \path[clip] (202.47,186.44) rectangle (228.12,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53,187.61) rectangle (193.77,189.98); +\end{scope} +\begin{scope} +\path[clip] (202.47,186.44) rectangle (228.12,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,199.27) -- - (228.12,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,199.27) -- + (228.12,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,187.61) -- - (228.12,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,187.61) -- + (228.12,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,210.93) -- - (228.12,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,210.93) -- + (228.12,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,186.44) -- - (215.30,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,186.44) -- + (215.30,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68,201.21) rectangle (224.92,210.93); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68,201.21) rectangle (224.92,210.93); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68,195.81) rectangle (224.92,201.21); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68,195.81) rectangle (224.92,201.21); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68,191.93) rectangle (224.92,195.81); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68,191.93) rectangle (224.92,195.81); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68,187.61) rectangle (224.92,191.93); - \end{scope} - \begin{scope} - \path[clip] (233.62,186.44) rectangle (259.28,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68,187.61) rectangle (224.92,191.93); +\end{scope} +\begin{scope} +\path[clip] (233.62,186.44) rectangle (259.28,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,199.27) -- - (259.28,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,199.27) -- + (259.28,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,187.61) -- - (259.28,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,187.61) -- + (259.28,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,210.93) -- - (259.28,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,210.93) -- + (259.28,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,186.44) -- - (246.45,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,186.44) -- + (246.45,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83,204.45) rectangle (256.07,210.93); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83,204.45) rectangle (256.07,210.93); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83,196.03) rectangle (256.07,204.45); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83,196.03) rectangle (256.07,204.45); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83,192.14) rectangle (256.07,196.03); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83,192.14) rectangle (256.07,196.03); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83,187.61) rectangle (256.07,192.14); - \end{scope} - \begin{scope} - \path[clip] (264.78,186.44) rectangle (290.43,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83,187.61) rectangle (256.07,192.14); +\end{scope} +\begin{scope} +\path[clip] (264.78,186.44) rectangle (290.43,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,199.27) -- - (290.43,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,199.27) -- + (290.43,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,187.61) -- - (290.43,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,187.61) -- + (290.43,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,210.93) -- - (290.43,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,210.93) -- + (290.43,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,186.44) -- - (277.60,212.10); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,186.44) -- + (277.60,212.10); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,207.69) rectangle (287.22,210.93); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,207.69) rectangle (287.22,210.93); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98,195.81) rectangle (287.22,207.69); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (267.98,195.81) rectangle (287.22,207.69); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (267.98,193.66) rectangle (287.22,195.81); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98,193.66) rectangle (287.22,195.81); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98,187.61) rectangle (287.22,193.66); - \end{scope} - \begin{scope} - \path[clip] (295.93,186.44) rectangle (321.58,212.10); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98,187.61) rectangle (287.22,193.66); +\end{scope} +\begin{scope} +\path[clip] (295.93,186.44) rectangle (321.58,212.10); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,199.27) -- - (321.58,199.27); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,199.27) -- + (321.58,199.27); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,187.61) -- - (321.58,187.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,187.61) -- + (321.58,187.61); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,210.93) -- - (321.58,210.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,210.93) -- + (321.58,210.93); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,186.44) -- - (308.75,212.10); - \definecolor{fillColor}{RGB}{0,158,115} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,186.44) -- + (308.75,212.10); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13,196.89) rectangle (318.37,210.93); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13,196.89) rectangle (318.37,210.93); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13,187.61) rectangle (318.37,196.89); - \end{scope} - \begin{scope} - \path[clip] ( 46.71,155.29) rectangle ( 72.37,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13,187.61) rectangle (318.37,196.89); +\end{scope} +\begin{scope} +\path[clip] ( 46.71,155.29) rectangle ( 72.37,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,168.12) -- - ( 72.37,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,168.12) -- + ( 72.37,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,156.46) -- - ( 72.37,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,156.46) -- + ( 72.37,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,179.78) -- - ( 72.37,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,179.78) -- + ( 72.37,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,155.29) -- - ( 59.54,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,155.29) -- + ( 59.54,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92,160.34) rectangle ( 69.16,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] ( 49.92,160.34) rectangle ( 69.16,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] ( 49.92,160.13) rectangle ( 69.16,160.34); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92,160.13) rectangle ( 69.16,160.34); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92,156.46) rectangle ( 69.16,160.13); - \end{scope} - \begin{scope} - \path[clip] ( 77.87,155.29) rectangle (103.52,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92,156.46) rectangle ( 69.16,160.13); +\end{scope} +\begin{scope} +\path[clip] ( 77.87,155.29) rectangle (103.52,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,168.12) -- - (103.52,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,168.12) -- + (103.52,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,156.46) -- - (103.52,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,156.46) -- + (103.52,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,179.78) -- - (103.52,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,179.78) -- + (103.52,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,155.29) -- - ( 90.69,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,155.29) -- + ( 90.69,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07,160.13) rectangle (100.31,179.78); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07,160.13) rectangle (100.31,179.78); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07,156.46) rectangle (100.31,160.13); - \end{scope} - \begin{scope} - \path[clip] (109.02,155.29) rectangle (134.67,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07,156.46) rectangle (100.31,160.13); +\end{scope} +\begin{scope} +\path[clip] (109.02,155.29) rectangle (134.67,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,168.12) -- - (134.67,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,168.12) -- + (134.67,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,156.46) -- - (134.67,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,156.46) -- + (134.67,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,179.78) -- - (134.67,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,179.78) -- + (134.67,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,155.29) -- - (121.84,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,155.29) -- + (121.84,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22,160.56) rectangle (131.46,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (112.22,160.56) rectangle (131.46,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (112.22,160.34) rectangle (131.46,160.56); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22,160.34) rectangle (131.46,160.56); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22,156.67) rectangle (131.46,160.34); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (112.22,156.67) rectangle (131.46,160.34); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (112.22,156.46) rectangle (131.46,156.67); - \end{scope} - \begin{scope} - \path[clip] (140.17,155.29) rectangle (165.82,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22,156.46) rectangle (131.46,156.67); +\end{scope} +\begin{scope} +\path[clip] (140.17,155.29) rectangle (165.82,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,168.12) -- - (165.82,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,168.12) -- + (165.82,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,156.46) -- - (165.82,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,156.46) -- + (165.82,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,179.78) -- - (165.82,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,179.78) -- + (165.82,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,155.29) -- - (152.99,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,155.29) -- + (152.99,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38,161.64) rectangle (162.61,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38,161.64) rectangle (162.61,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38,160.13) rectangle (162.61,161.64); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38,160.13) rectangle (162.61,161.64); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38,156.46) rectangle (162.61,160.13); - \end{scope} - \begin{scope} - \path[clip] (171.32,155.29) rectangle (196.97,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38,156.46) rectangle (162.61,160.13); +\end{scope} +\begin{scope} +\path[clip] (171.32,155.29) rectangle (196.97,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,168.12) -- - (196.97,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,168.12) -- + (196.97,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,156.46) -- - (196.97,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,156.46) -- + (196.97,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,179.78) -- - (196.97,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,179.78) -- + (196.97,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,155.29) -- - (184.15,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,155.29) -- + (184.15,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53,164.23) rectangle (193.77,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53,164.23) rectangle (193.77,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53,160.56) rectangle (193.77,164.23); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53,160.56) rectangle (193.77,164.23); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53,156.89) rectangle (193.77,160.56); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (174.53,156.89) rectangle (193.77,160.56); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (174.53,156.46) rectangle (193.77,156.89); - \end{scope} - \begin{scope} - \path[clip] (202.47,155.29) rectangle (228.12,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53,156.46) rectangle (193.77,156.89); +\end{scope} +\begin{scope} +\path[clip] (202.47,155.29) rectangle (228.12,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,168.12) -- - (228.12,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,168.12) -- + (228.12,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,156.46) -- - (228.12,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,156.46) -- + (228.12,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,179.78) -- - (228.12,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,179.78) -- + (228.12,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,155.29) -- - (215.30,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,155.29) -- + (215.30,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68,166.82) rectangle (224.92,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68,166.82) rectangle (224.92,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68,160.99) rectangle (224.92,166.82); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68,160.99) rectangle (224.92,166.82); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68,157.97) rectangle (224.92,160.99); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68,157.97) rectangle (224.92,160.99); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68,156.46) rectangle (224.92,157.97); - \end{scope} - \begin{scope} - \path[clip] (233.62,155.29) rectangle (259.28,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68,156.46) rectangle (224.92,157.97); +\end{scope} +\begin{scope} +\path[clip] (233.62,155.29) rectangle (259.28,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,168.12) -- - (259.28,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,168.12) -- + (259.28,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,156.46) -- - (259.28,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,156.46) -- + (259.28,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,179.78) -- - (259.28,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,179.78) -- + (259.28,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,155.29) -- - (246.45,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,155.29) -- + (246.45,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83,171.36) rectangle (256.07,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83,171.36) rectangle (256.07,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83,160.13) rectangle (256.07,171.36); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83,160.13) rectangle (256.07,171.36); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83,158.19) rectangle (256.07,160.13); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83,158.19) rectangle (256.07,160.13); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83,156.46) rectangle (256.07,158.19); - \end{scope} - \begin{scope} - \path[clip] (264.78,155.29) rectangle (290.43,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83,156.46) rectangle (256.07,158.19); +\end{scope} +\begin{scope} +\path[clip] (264.78,155.29) rectangle (290.43,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,168.12) -- - (290.43,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,168.12) -- + (290.43,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,156.46) -- - (290.43,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,156.46) -- + (290.43,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,179.78) -- - (290.43,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,179.78) -- + (290.43,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,155.29) -- - (277.60,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,155.29) -- + (277.60,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,176.97) rectangle (287.22,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,176.97) rectangle (287.22,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98,161.64) rectangle (287.22,176.97); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (267.98,161.64) rectangle (287.22,176.97); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (267.98,160.78) rectangle (287.22,161.64); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98,160.78) rectangle (287.22,161.64); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98,156.46) rectangle (287.22,160.78); - \end{scope} - \begin{scope} - \path[clip] (295.93,155.29) rectangle (321.58,180.94); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98,156.46) rectangle (287.22,160.78); +\end{scope} +\begin{scope} +\path[clip] (295.93,155.29) rectangle (321.58,180.94); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,168.12) -- - (321.58,168.12); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,168.12) -- + (321.58,168.12); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,156.46) -- - (321.58,156.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,156.46) -- + (321.58,156.46); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,179.78) -- - (321.58,179.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,179.78) -- + (321.58,179.78); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,155.29) -- - (308.75,180.94); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,155.29) -- + (308.75,180.94); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (299.13,179.35) rectangle (318.37,179.78); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (299.13,179.35) rectangle (318.37,179.78); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13,158.62) rectangle (318.37,179.35); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13,158.62) rectangle (318.37,179.35); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13,156.46) rectangle (318.37,158.62); - \end{scope} - \begin{scope} - \path[clip] ( 46.71,124.14) rectangle ( 72.37,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13,156.46) rectangle (318.37,158.62); +\end{scope} +\begin{scope} +\path[clip] ( 46.71,124.14) rectangle ( 72.37,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,136.97) -- - ( 72.37,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,136.97) -- + ( 72.37,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,125.31) -- - ( 72.37,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,125.31) -- + ( 72.37,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,148.63) -- - ( 72.37,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,148.63) -- + ( 72.37,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,124.14) -- - ( 59.54,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54,124.14) -- + ( 59.54,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92,126.60) rectangle ( 69.16,148.63); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92,126.60) rectangle ( 69.16,148.63); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92,125.31) rectangle ( 69.16,126.60); - \end{scope} - \begin{scope} - \path[clip] ( 77.87,124.14) rectangle (103.52,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92,125.31) rectangle ( 69.16,126.60); +\end{scope} +\begin{scope} +\path[clip] ( 77.87,124.14) rectangle (103.52,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,136.97) -- - (103.52,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,136.97) -- + (103.52,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,125.31) -- - (103.52,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,125.31) -- + (103.52,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,148.63) -- - (103.52,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,148.63) -- + (103.52,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,124.14) -- - ( 90.69,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69,124.14) -- + ( 90.69,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07,127.25) rectangle (100.31,148.63); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07,127.25) rectangle (100.31,148.63); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07,125.31) rectangle (100.31,127.25); - \end{scope} - \begin{scope} - \path[clip] (109.02,124.14) rectangle (134.67,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07,125.31) rectangle (100.31,127.25); +\end{scope} +\begin{scope} +\path[clip] (109.02,124.14) rectangle (134.67,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,136.97) -- - (134.67,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,136.97) -- + (134.67,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,125.31) -- - (134.67,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,125.31) -- + (134.67,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,148.63) -- - (134.67,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,148.63) -- + (134.67,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,124.14) -- - (121.84,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84,124.14) -- + (121.84,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22,127.25) rectangle (131.46,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (112.22,127.25) rectangle (131.46,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (112.22,126.82) rectangle (131.46,127.25); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22,126.82) rectangle (131.46,127.25); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22,125.31) rectangle (131.46,126.82); - \end{scope} - \begin{scope} - \path[clip] (140.17,124.14) rectangle (165.82,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22,125.31) rectangle (131.46,126.82); +\end{scope} +\begin{scope} +\path[clip] (140.17,124.14) rectangle (165.82,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,136.97) -- - (165.82,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,136.97) -- + (165.82,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,125.31) -- - (165.82,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,125.31) -- + (165.82,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,148.63) -- - (165.82,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,148.63) -- + (165.82,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,124.14) -- - (152.99,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99,124.14) -- + (152.99,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38,126.82) rectangle (162.61,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38,126.82) rectangle (162.61,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38,126.60) rectangle (162.61,126.82); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38,126.60) rectangle (162.61,126.82); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38,125.31) rectangle (162.61,126.60); - \end{scope} - \begin{scope} - \path[clip] (171.32,124.14) rectangle (196.97,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38,125.31) rectangle (162.61,126.60); +\end{scope} +\begin{scope} +\path[clip] (171.32,124.14) rectangle (196.97,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,136.97) -- - (196.97,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,136.97) -- + (196.97,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,125.31) -- - (196.97,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,125.31) -- + (196.97,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,148.63) -- - (196.97,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,148.63) -- + (196.97,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,124.14) -- - (184.15,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15,124.14) -- + (184.15,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53,130.92) rectangle (193.77,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53,130.92) rectangle (193.77,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53,126.60) rectangle (193.77,130.92); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53,126.60) rectangle (193.77,130.92); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53,125.31) rectangle (193.77,126.60); - \end{scope} - \begin{scope} - \path[clip] (202.47,124.14) rectangle (228.12,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53,125.31) rectangle (193.77,126.60); +\end{scope} +\begin{scope} +\path[clip] (202.47,124.14) rectangle (228.12,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,136.97) -- - (228.12,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,136.97) -- + (228.12,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,125.31) -- - (228.12,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,125.31) -- + (228.12,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,148.63) -- - (228.12,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,148.63) -- + (228.12,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,124.14) -- - (215.30,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30,124.14) -- + (215.30,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68,135.24) rectangle (224.92,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68,135.24) rectangle (224.92,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68,126.17) rectangle (224.92,135.24); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68,126.17) rectangle (224.92,135.24); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68,125.52) rectangle (224.92,126.17); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68,125.52) rectangle (224.92,126.17); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68,125.31) rectangle (224.92,125.52); - \end{scope} - \begin{scope} - \path[clip] (233.62,124.14) rectangle (259.28,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68,125.31) rectangle (224.92,125.52); +\end{scope} +\begin{scope} +\path[clip] (233.62,124.14) rectangle (259.28,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,136.97) -- - (259.28,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,136.97) -- + (259.28,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,125.31) -- - (259.28,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,125.31) -- + (259.28,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,148.63) -- - (259.28,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,148.63) -- + (259.28,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,124.14) -- - (246.45,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45,124.14) -- + (246.45,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83,141.93) rectangle (256.07,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83,141.93) rectangle (256.07,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83,126.82) rectangle (256.07,141.93); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83,126.82) rectangle (256.07,141.93); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83,126.60) rectangle (256.07,126.82); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83,126.60) rectangle (256.07,126.82); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83,125.31) rectangle (256.07,126.60); - \end{scope} - \begin{scope} - \path[clip] (264.78,124.14) rectangle (290.43,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83,125.31) rectangle (256.07,126.60); +\end{scope} +\begin{scope} +\path[clip] (264.78,124.14) rectangle (290.43,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,136.97) -- - (290.43,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,136.97) -- + (290.43,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,125.31) -- - (290.43,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,125.31) -- + (290.43,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,148.63) -- - (290.43,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,148.63) -- + (290.43,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,124.14) -- - (277.60,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60,124.14) -- + (277.60,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,145.39) rectangle (287.22,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,145.39) rectangle (287.22,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98,127.25) rectangle (287.22,145.39); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (267.98,127.25) rectangle (287.22,145.39); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (267.98,127.03) rectangle (287.22,127.25); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98,127.03) rectangle (287.22,127.25); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98,125.31) rectangle (287.22,127.03); - \end{scope} - \begin{scope} - \path[clip] (295.93,124.14) rectangle (321.58,149.79); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98,125.31) rectangle (287.22,127.03); +\end{scope} +\begin{scope} +\path[clip] (295.93,124.14) rectangle (321.58,149.79); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,136.97) -- - (321.58,136.97); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,136.97) -- + (321.58,136.97); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,125.31) -- - (321.58,125.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,125.31) -- + (321.58,125.31); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,148.63) -- - (321.58,148.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,148.63) -- + (321.58,148.63); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,124.14) -- - (308.75,149.79); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75,124.14) -- + (308.75,149.79); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (299.13,147.98) rectangle (318.37,148.63); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (299.13,147.98) rectangle (318.37,148.63); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13,127.25) rectangle (318.37,147.98); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (299.13,127.25) rectangle (318.37,147.98); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (299.13,127.03) rectangle (318.37,127.25); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13,127.03) rectangle (318.37,127.25); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13,125.31) rectangle (318.37,127.03); - \end{scope} - \begin{scope} - \path[clip] ( 46.71, 92.99) rectangle ( 72.37,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13,125.31) rectangle (318.37,127.03); +\end{scope} +\begin{scope} +\path[clip] ( 46.71, 92.99) rectangle ( 72.37,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,105.81) -- - ( 72.37,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71,105.81) -- + ( 72.37,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 94.15) -- - ( 72.37, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 94.15) -- + ( 72.37, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,117.47) -- - ( 72.37,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71,117.47) -- + ( 72.37,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 92.99) -- - ( 59.54,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 92.99) -- + ( 59.54,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92, 94.59) rectangle ( 69.16,117.47); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 49.92, 94.59) rectangle ( 69.16,117.47); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 49.92, 94.15) rectangle ( 69.16, 94.59); - \end{scope} - \begin{scope} - \path[clip] ( 77.87, 92.99) rectangle (103.52,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92, 94.15) rectangle ( 69.16, 94.59); +\end{scope} +\begin{scope} +\path[clip] ( 77.87, 92.99) rectangle (103.52,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,105.81) -- - (103.52,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87,105.81) -- + (103.52,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 94.15) -- - (103.52, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 94.15) -- + (103.52, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,117.47) -- - (103.52,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87,117.47) -- + (103.52,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 92.99) -- - ( 90.69,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 92.99) -- + ( 90.69,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07, 94.37) rectangle (100.31,117.47); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07, 94.37) rectangle (100.31,117.47); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07, 94.15) rectangle (100.31, 94.37); - \end{scope} - \begin{scope} - \path[clip] (109.02, 92.99) rectangle (134.67,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07, 94.15) rectangle (100.31, 94.37); +\end{scope} +\begin{scope} +\path[clip] (109.02, 92.99) rectangle (134.67,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,105.81) -- - (134.67,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02,105.81) -- + (134.67,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 94.15) -- - (134.67, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 94.15) -- + (134.67, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,117.47) -- - (134.67,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02,117.47) -- + (134.67,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 92.99) -- - (121.84,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 92.99) -- + (121.84,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22, 96.10) rectangle (131.46,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (112.22, 96.10) rectangle (131.46,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (112.22, 95.67) rectangle (131.46, 96.10); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22, 95.67) rectangle (131.46, 96.10); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22, 94.15) rectangle (131.46, 95.67); - \end{scope} - \begin{scope} - \path[clip] (140.17, 92.99) rectangle (165.82,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22, 94.15) rectangle (131.46, 95.67); +\end{scope} +\begin{scope} +\path[clip] (140.17, 92.99) rectangle (165.82,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,105.81) -- - (165.82,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17,105.81) -- + (165.82,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 94.15) -- - (165.82, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 94.15) -- + (165.82, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,117.47) -- - (165.82,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17,117.47) -- + (165.82,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 92.99) -- - (152.99,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 92.99) -- + (152.99,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38, 95.88) rectangle (162.61,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38, 95.88) rectangle (162.61,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38, 94.37) rectangle (162.61, 95.88); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38, 94.37) rectangle (162.61, 95.88); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38, 94.15) rectangle (162.61, 94.37); - \end{scope} - \begin{scope} - \path[clip] (171.32, 92.99) rectangle (196.97,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38, 94.15) rectangle (162.61, 94.37); +\end{scope} +\begin{scope} +\path[clip] (171.32, 92.99) rectangle (196.97,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,105.81) -- - (196.97,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32,105.81) -- + (196.97,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 94.15) -- - (196.97, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 94.15) -- + (196.97, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,117.47) -- - (196.97,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32,117.47) -- + (196.97,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 92.99) -- - (184.15,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 92.99) -- + (184.15,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53, 97.39) rectangle (193.77,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53, 97.39) rectangle (193.77,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53, 94.15) rectangle (193.77, 97.39); - \end{scope} - \begin{scope} - \path[clip] (202.47, 92.99) rectangle (228.12,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53, 94.15) rectangle (193.77, 97.39); +\end{scope} +\begin{scope} +\path[clip] (202.47, 92.99) rectangle (228.12,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,105.81) -- - (228.12,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47,105.81) -- + (228.12,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 94.15) -- - (228.12, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 94.15) -- + (228.12, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,117.47) -- - (228.12,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47,117.47) -- + (228.12,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 92.99) -- - (215.30,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 92.99) -- + (215.30,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68,105.17) rectangle (224.92,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68,105.17) rectangle (224.92,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68, 94.80) rectangle (224.92,105.17); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (205.68, 94.80) rectangle (224.92,105.17); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (205.68, 94.59) rectangle (224.92, 94.80); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (205.68, 94.59) rectangle (224.92, 94.80); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (205.68, 94.15) rectangle (224.92, 94.59); - \end{scope} - \begin{scope} - \path[clip] (233.62, 92.99) rectangle (259.28,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68, 94.15) rectangle (224.92, 94.59); +\end{scope} +\begin{scope} +\path[clip] (233.62, 92.99) rectangle (259.28,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,105.81) -- - (259.28,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62,105.81) -- + (259.28,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 94.15) -- - (259.28, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 94.15) -- + (259.28, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,117.47) -- - (259.28,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,117.47) -- + (259.28,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 92.99) -- - (246.45,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 92.99) -- + (246.45,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83,108.84) rectangle (256.07,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83,108.84) rectangle (256.07,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83, 94.59) rectangle (256.07,108.84); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (236.83, 94.59) rectangle (256.07,108.84); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (236.83, 94.37) rectangle (256.07, 94.59); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (236.83, 94.37) rectangle (256.07, 94.59); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (236.83, 94.15) rectangle (256.07, 94.37); - \end{scope} - \begin{scope} - \path[clip] (264.78, 92.99) rectangle (290.43,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83, 94.15) rectangle (256.07, 94.37); +\end{scope} +\begin{scope} +\path[clip] (264.78, 92.99) rectangle (290.43,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,105.81) -- - (290.43,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78,105.81) -- + (290.43,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 94.15) -- - (290.43, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 94.15) -- + (290.43, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,117.47) -- - (290.43,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78,117.47) -- + (290.43,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 92.99) -- - (277.60,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 92.99) -- + (277.60,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98,113.37) rectangle (287.22,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98,113.37) rectangle (287.22,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98, 94.15) rectangle (287.22,113.37); - \end{scope} - \begin{scope} - \path[clip] (295.93, 92.99) rectangle (321.58,118.64); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98, 94.15) rectangle (287.22,113.37); +\end{scope} +\begin{scope} +\path[clip] (295.93, 92.99) rectangle (321.58,118.64); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,105.81) -- - (321.58,105.81); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93,105.81) -- + (321.58,105.81); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 94.15) -- - (321.58, 94.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 94.15) -- + (321.58, 94.15); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,117.47) -- - (321.58,117.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,117.47) -- + (321.58,117.47); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 92.99) -- - (308.75,118.64); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 92.99) -- + (308.75,118.64); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (299.13,116.61) rectangle (318.37,117.47); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (299.13,116.61) rectangle (318.37,117.47); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13, 94.37) rectangle (318.37,116.61); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13, 94.37) rectangle (318.37,116.61); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13, 94.15) rectangle (318.37, 94.37); - \end{scope} - \begin{scope} - \path[clip] ( 46.71, 61.84) rectangle ( 72.37, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13, 94.15) rectangle (318.37, 94.37); +\end{scope} +\begin{scope} +\path[clip] ( 46.71, 61.84) rectangle ( 72.37, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71, 74.66) -- - ( 72.37, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71, 74.66) -- + ( 72.37, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 63.00) -- - ( 72.37, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 63.00) -- + ( 72.37, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 86.32) -- - ( 72.37, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 86.32) -- + ( 72.37, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 61.84) -- - ( 59.54, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 61.84) -- + ( 59.54, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92, 63.00) rectangle ( 69.16, 86.32); - \end{scope} - \begin{scope} - \path[clip] ( 77.87, 61.84) rectangle (103.52, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92, 63.00) rectangle ( 69.16, 86.32); +\end{scope} +\begin{scope} +\path[clip] ( 77.87, 61.84) rectangle (103.52, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87, 74.66) -- - (103.52, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87, 74.66) -- + (103.52, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 63.00) -- - (103.52, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 63.00) -- + (103.52, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 86.32) -- - (103.52, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 86.32) -- + (103.52, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 61.84) -- - ( 90.69, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 61.84) -- + ( 90.69, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07, 63.22) rectangle (100.31, 86.32); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] ( 81.07, 63.22) rectangle (100.31, 86.32); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] ( 81.07, 63.00) rectangle (100.31, 63.22); - \end{scope} - \begin{scope} - \path[clip] (109.02, 61.84) rectangle (134.67, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07, 63.00) rectangle (100.31, 63.22); +\end{scope} +\begin{scope} +\path[clip] (109.02, 61.84) rectangle (134.67, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02, 74.66) -- - (134.67, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02, 74.66) -- + (134.67, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 63.00) -- - (134.67, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 63.00) -- + (134.67, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 86.32) -- - (134.67, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 86.32) -- + (134.67, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 61.84) -- - (121.84, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 61.84) -- + (121.84, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22, 63.87) rectangle (131.46, 86.32); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (112.22, 63.87) rectangle (131.46, 86.32); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (112.22, 63.22) rectangle (131.46, 63.87); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (112.22, 63.22) rectangle (131.46, 63.87); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (112.22, 63.00) rectangle (131.46, 63.22); - \end{scope} - \begin{scope} - \path[clip] (140.17, 61.84) rectangle (165.82, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22, 63.00) rectangle (131.46, 63.22); +\end{scope} +\begin{scope} +\path[clip] (140.17, 61.84) rectangle (165.82, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17, 74.66) -- - (165.82, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17, 74.66) -- + (165.82, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 63.00) -- - (165.82, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 63.00) -- + (165.82, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 86.32) -- - (165.82, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 86.32) -- + (165.82, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 61.84) -- - (152.99, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 61.84) -- + (152.99, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38, 65.38) rectangle (162.61, 86.32); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38, 65.38) rectangle (162.61, 86.32); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38, 63.44) rectangle (162.61, 65.38); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (143.38, 63.44) rectangle (162.61, 65.38); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (143.38, 63.00) rectangle (162.61, 63.44); - \end{scope} - \begin{scope} - \path[clip] (171.32, 61.84) rectangle (196.97, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38, 63.00) rectangle (162.61, 63.44); +\end{scope} +\begin{scope} +\path[clip] (171.32, 61.84) rectangle (196.97, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32, 74.66) -- - (196.97, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32, 74.66) -- + (196.97, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 63.00) -- - (196.97, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 63.00) -- + (196.97, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 86.32) -- - (196.97, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 86.32) -- + (196.97, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 61.84) -- - (184.15, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 61.84) -- + (184.15, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53, 69.05) rectangle (193.77, 86.32); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53, 69.05) rectangle (193.77, 86.32); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53, 63.22) rectangle (193.77, 69.05); - \definecolor{fillColor}{RGB}{240,228,66} +\path[fill=fillColor] (174.53, 63.22) rectangle (193.77, 69.05); +\definecolor{fillColor}{RGB}{240,228,66} - \path[fill=fillColor] (174.53, 63.00) rectangle (193.77, 63.22); - \end{scope} - \begin{scope} - \path[clip] (202.47, 61.84) rectangle (228.12, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53, 63.00) rectangle (193.77, 63.22); +\end{scope} +\begin{scope} +\path[clip] (202.47, 61.84) rectangle (228.12, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47, 74.66) -- - (228.12, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47, 74.66) -- + (228.12, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 63.00) -- - (228.12, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 63.00) -- + (228.12, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 86.32) -- - (228.12, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 86.32) -- + (228.12, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 61.84) -- - (215.30, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 61.84) -- + (215.30, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68, 70.13) rectangle (224.92, 86.32); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68, 70.13) rectangle (224.92, 86.32); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68, 63.00) rectangle (224.92, 70.13); - \end{scope} - \begin{scope} - \path[clip] (233.62, 61.84) rectangle (259.28, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68, 63.00) rectangle (224.92, 70.13); +\end{scope} +\begin{scope} +\path[clip] (233.62, 61.84) rectangle (259.28, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62, 74.66) -- - (259.28, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62, 74.66) -- + (259.28, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 63.00) -- - (259.28, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 63.00) -- + (259.28, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 86.32) -- - (259.28, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 86.32) -- + (259.28, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 61.84) -- - (246.45, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 61.84) -- + (246.45, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (236.83, 78.33) rectangle (256.07, 86.32); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (236.83, 78.33) rectangle (256.07, 86.32); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (236.83, 63.00) rectangle (256.07, 78.33); - \end{scope} - \begin{scope} - \path[clip] (264.78, 61.84) rectangle (290.43, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (236.83, 63.00) rectangle (256.07, 78.33); +\end{scope} +\begin{scope} +\path[clip] (264.78, 61.84) rectangle (290.43, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78, 74.66) -- - (290.43, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78, 74.66) -- + (290.43, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 63.00) -- - (290.43, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 63.00) -- + (290.43, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 86.32) -- - (290.43, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 86.32) -- + (290.43, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 61.84) -- - (277.60, 87.49); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 61.84) -- + (277.60, 87.49); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (267.98, 81.79) rectangle (287.22, 86.32); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (267.98, 81.79) rectangle (287.22, 86.32); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (267.98, 63.22) rectangle (287.22, 81.79); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (267.98, 63.22) rectangle (287.22, 81.79); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (267.98, 63.00) rectangle (287.22, 63.22); - \end{scope} - \begin{scope} - \path[clip] (295.93, 61.84) rectangle (321.58, 87.49); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (267.98, 63.00) rectangle (287.22, 63.22); +\end{scope} +\begin{scope} +\path[clip] (295.93, 61.84) rectangle (321.58, 87.49); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93, 74.66) -- - (321.58, 74.66); +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93, 74.66) -- + (321.58, 74.66); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 63.00) -- - (321.58, 63.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 63.00) -- + (321.58, 63.00); - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 86.32) -- - (321.58, 86.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 86.32) -- + (321.58, 86.32); - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 61.84) -- - (308.75, 87.49); - \definecolor{fillColor}{RGB}{0,158,115} +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 61.84) -- + (308.75, 87.49); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (299.13, 63.44) rectangle (318.37, 86.32); - \definecolor{fillColor}{RGB}{0,114,178} +\path[fill=fillColor] (299.13, 63.44) rectangle (318.37, 86.32); +\definecolor{fillColor}{RGB}{0,114,178} - \path[fill=fillColor] (299.13, 63.00) rectangle (318.37, 63.44); - \end{scope} - \begin{scope} - \path[clip] ( 46.71, 30.69) rectangle ( 72.37, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (299.13, 63.00) rectangle (318.37, 63.44); +\end{scope} +\begin{scope} +\path[clip] ( 46.71, 30.69) rectangle ( 72.37, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71, 43.51) -- - ( 72.37, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 46.71, 43.51) -- + ( 72.37, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 31.85) -- - ( 72.37, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 31.85) -- + ( 72.37, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 55.17) -- - ( 72.37, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.71, 55.17) -- + ( 72.37, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 30.69) -- - ( 59.54, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.54, 30.69) -- + ( 59.54, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 49.92, 31.85) rectangle ( 69.16, 55.17); - \end{scope} - \begin{scope} - \path[clip] ( 77.87, 30.69) rectangle (103.52, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 49.92, 31.85) rectangle ( 69.16, 55.17); +\end{scope} +\begin{scope} +\path[clip] ( 77.87, 30.69) rectangle (103.52, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87, 43.51) -- - (103.52, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 77.87, 43.51) -- + (103.52, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 31.85) -- - (103.52, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 31.85) -- + (103.52, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 55.17) -- - (103.52, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 77.87, 55.17) -- + (103.52, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 30.69) -- - ( 90.69, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.69, 30.69) -- + ( 90.69, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] ( 81.07, 31.85) rectangle (100.31, 55.17); - \end{scope} - \begin{scope} - \path[clip] (109.02, 30.69) rectangle (134.67, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] ( 81.07, 31.85) rectangle (100.31, 55.17); +\end{scope} +\begin{scope} +\path[clip] (109.02, 30.69) rectangle (134.67, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (109.02, 43.51) -- - (134.67, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] (109.02, 43.51) -- + (134.67, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 31.85) -- - (134.67, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 31.85) -- + (134.67, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 55.17) -- - (134.67, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (109.02, 55.17) -- + (134.67, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 30.69) -- - (121.84, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.84, 30.69) -- + (121.84, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (112.22, 32.50) rectangle (131.46, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (112.22, 32.50) rectangle (131.46, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (112.22, 31.85) rectangle (131.46, 32.50); - \end{scope} - \begin{scope} - \path[clip] (140.17, 30.69) rectangle (165.82, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (112.22, 31.85) rectangle (131.46, 32.50); +\end{scope} +\begin{scope} +\path[clip] (140.17, 30.69) rectangle (165.82, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (140.17, 43.51) -- - (165.82, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] (140.17, 43.51) -- + (165.82, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 31.85) -- - (165.82, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 31.85) -- + (165.82, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 55.17) -- - (165.82, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.17, 55.17) -- + (165.82, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 30.69) -- - (152.99, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.99, 30.69) -- + (152.99, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (143.38, 32.72) rectangle (162.61, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (143.38, 32.72) rectangle (162.61, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (143.38, 31.85) rectangle (162.61, 32.72); - \end{scope} - \begin{scope} - \path[clip] (171.32, 30.69) rectangle (196.97, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (143.38, 31.85) rectangle (162.61, 32.72); +\end{scope} +\begin{scope} +\path[clip] (171.32, 30.69) rectangle (196.97, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (171.32, 43.51) -- - (196.97, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] (171.32, 43.51) -- + (196.97, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 31.85) -- - (196.97, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 31.85) -- + (196.97, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 55.17) -- - (196.97, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (171.32, 55.17) -- + (196.97, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 30.69) -- - (184.15, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.15, 30.69) -- + (184.15, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (174.53, 36.17) rectangle (193.77, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (174.53, 36.17) rectangle (193.77, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (174.53, 31.85) rectangle (193.77, 36.17); - \end{scope} - \begin{scope} - \path[clip] (202.47, 30.69) rectangle (228.12, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (174.53, 31.85) rectangle (193.77, 36.17); +\end{scope} +\begin{scope} +\path[clip] (202.47, 30.69) rectangle (228.12, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (202.47, 43.51) -- - (228.12, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] (202.47, 43.51) -- + (228.12, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 31.85) -- - (228.12, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 31.85) -- + (228.12, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 55.17) -- - (228.12, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (202.47, 55.17) -- + (228.12, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 30.69) -- - (215.30, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (215.30, 30.69) -- + (215.30, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} - \path[fill=fillColor] (205.68, 40.49) rectangle (224.92, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} +\path[fill=fillColor] (205.68, 40.49) rectangle (224.92, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} - \path[fill=fillColor] (205.68, 31.85) rectangle (224.92, 40.49); - \end{scope} - \begin{scope} - \path[clip] (233.62, 30.69) rectangle (259.28, 56.34); - \definecolor{drawColor}{gray}{0.92} +\path[fill=fillColor] (205.68, 31.85) rectangle (224.92, 40.49); +\end{scope} +\begin{scope} +\path[clip] (233.62, 30.69) rectangle (259.28, 56.34); +\definecolor{drawColor}{gray}{0.92} - \path[draw=drawColor,line width= 0.3pt,line join=round] (233.62, 43.51) -- - (259.28, 43.51); +\path[draw=drawColor,line width= 0.3pt,line join=round] (233.62, 43.51) -- + (259.28, 43.51); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 31.85) -- - (259.28, 31.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 31.85) -- + (259.28, 31.85); - \path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 55.17) -- - (259.28, 55.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62, 55.17) -- + (259.28, 55.17); - \path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 30.69) -- - (246.45, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} - - \path[fill=fillColor] (236.83, 46.75) rectangle (256.07, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} - - \path[fill=fillColor] (236.83, 31.85) rectangle (256.07, 46.75); - \end{scope} - \begin{scope} - \path[clip] (264.78, 30.69) rectangle (290.43, 56.34); - \definecolor{drawColor}{gray}{0.92} - - \path[draw=drawColor,line width= 0.3pt,line join=round] (264.78, 43.51) -- - (290.43, 43.51); - - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 31.85) -- - (290.43, 31.85); - - \path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 55.17) -- - (290.43, 55.17); - - \path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 30.69) -- - (277.60, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} - - \path[fill=fillColor] (267.98, 51.72) rectangle (287.22, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} - - \path[fill=fillColor] (267.98, 31.85) rectangle (287.22, 51.72); - \end{scope} - \begin{scope} - \path[clip] (295.93, 30.69) rectangle (321.58, 56.34); - \definecolor{drawColor}{gray}{0.92} - - \path[draw=drawColor,line width= 0.3pt,line join=round] (295.93, 43.51) -- - (321.58, 43.51); - - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 31.85) -- - (321.58, 31.85); - - \path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 55.17) -- - (321.58, 55.17); - - \path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 30.69) -- - (308.75, 56.34); - \definecolor{fillColor}{RGB}{86,180,233} - - \path[fill=fillColor] (299.13, 54.96) rectangle (318.37, 55.17); - \definecolor{fillColor}{RGB}{0,158,115} - - \path[fill=fillColor] (299.13, 31.85) rectangle (318.37, 54.96); - \end{scope} - \begin{scope} - \path[clip] ( 46.71,305.55) rectangle (321.58,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (184.15,327.38) {$\epsilon_{\pi}$}; - \end{scope} - \begin{scope} - \path[clip] ( 46.71,305.55) rectangle ( 72.37,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 59.54,310.81) {0}; - \end{scope} - \begin{scope} - \path[clip] ( 77.87,305.55) rectangle (103.52,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 90.69,310.81) {0.035}; - \end{scope} - \begin{scope} - \path[clip] (109.02,305.55) rectangle (134.67,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (121.84,310.81) {0.07}; - \end{scope} - \begin{scope} - \path[clip] (140.17,305.55) rectangle (165.82,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (152.99,310.81) {0.105}; - \end{scope} - \begin{scope} - \path[clip] (171.32,305.55) rectangle (196.97,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (184.15,310.81) {0.14}; - \end{scope} - \begin{scope} - \path[clip] (202.47,305.55) rectangle (228.12,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (215.30,310.81) {0.175}; - \end{scope} - \begin{scope} - \path[clip] (233.62,305.55) rectangle (259.28,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (246.45,310.81) {0.21}; - \end{scope} - \begin{scope} - \path[clip] (264.78,305.55) rectangle (290.43,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (277.60,310.81) {0.245}; - \end{scope} - \begin{scope} - \path[clip] (295.93,305.55) rectangle (321.58,338.69); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (308.75,310.81) {0.28}; - \end{scope} - \begin{scope} - \path[clip] (321.58, 30.69) rectangle (354.72,305.55); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (343.41,168.12) {$\epsilon_{\rho}$}; - \end{scope} - \begin{scope} - \path[clip] (321.58,279.90) rectangle (354.72,305.55); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,292.72) {0.28}; - \end{scope} - \begin{scope} - \path[clip] (321.58,248.75) rectangle (354.72,274.40); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,261.57) {0.245}; - \end{scope} - \begin{scope} - \path[clip] (321.58,217.60) rectangle (354.72,243.25); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,230.42) {0.21}; - \end{scope} - \begin{scope} - \path[clip] (321.58,186.44) rectangle (354.72,212.10); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,199.27) {0.175}; - \end{scope} - \begin{scope} - \path[clip] (321.58,155.29) rectangle (354.72,180.94); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,168.12) {0.14}; - \end{scope} - \begin{scope} - \path[clip] (321.58,124.14) rectangle (354.72,149.79); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,136.97) {0.105}; - \end{scope} - \begin{scope} - \path[clip] (321.58, 92.99) rectangle (354.72,118.64); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,105.81) {0.07}; - \end{scope} - \begin{scope} - \path[clip] (321.58, 61.84) rectangle (354.72, 87.49); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83, 74.66) {0.035}; - \end{scope} - \begin{scope} - \path[clip] (321.58, 30.69) rectangle (354.72, 56.34); - \definecolor{drawColor}{gray}{0.10} - - \node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83, 43.51) {0}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,279.00) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,302.32) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,247.85) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,271.17) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,216.69) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,240.01) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,185.54) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,208.86) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,154.39) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,177.71) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,123.24) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,146.56) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 92.09) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,115.41) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 60.94) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 84.26) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{gray}{0.30} - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 29.79) {0}; - - \node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 53.11) {1}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{RGB}{0,0,0} - - \node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 33.88,168.12) {Selection proportions}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{RGB}{0,0,0} - - \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (371.22,195.99) {Model}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{fillColor}{RGB}{86,180,233} - - \path[fill=fillColor] (371.93,175.68) rectangle (384.96,188.71); - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{fillColor}{RGB}{0,158,115} - - \path[fill=fillColor] (371.93,161.22) rectangle (384.96,174.25); - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{fillColor}{RGB}{240,228,66} - - \path[fill=fillColor] (371.93,146.77) rectangle (384.96,159.80); - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{fillColor}{RGB}{0,114,178} - - \path[fill=fillColor] (371.93,132.31) rectangle (384.96,145.35); - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{RGB}{0,0,0} - - \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,179.16) {$iid$}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{RGB}{0,0,0} - - \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,164.71) {$\pi$}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{RGB}{0,0,0} - - \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,150.25) {$\rho$}; - \end{scope} - \begin{scope} - \path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); - \definecolor{drawColor}{RGB}{0,0,0} - - \node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,135.80) {$\pi\rho$}; - \end{scope} +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.45, 30.69) -- + (246.45, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[fill=fillColor] (236.83, 46.75) rectangle (256.07, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[fill=fillColor] (236.83, 31.85) rectangle (256.07, 46.75); +\end{scope} +\begin{scope} +\path[clip] (264.78, 30.69) rectangle (290.43, 56.34); +\definecolor{drawColor}{gray}{0.92} + +\path[draw=drawColor,line width= 0.3pt,line join=round] (264.78, 43.51) -- + (290.43, 43.51); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 31.85) -- + (290.43, 31.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.78, 55.17) -- + (290.43, 55.17); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (277.60, 30.69) -- + (277.60, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[fill=fillColor] (267.98, 51.72) rectangle (287.22, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[fill=fillColor] (267.98, 31.85) rectangle (287.22, 51.72); +\end{scope} +\begin{scope} +\path[clip] (295.93, 30.69) rectangle (321.58, 56.34); +\definecolor{drawColor}{gray}{0.92} + +\path[draw=drawColor,line width= 0.3pt,line join=round] (295.93, 43.51) -- + (321.58, 43.51); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 31.85) -- + (321.58, 31.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 55.17) -- + (321.58, 55.17); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (308.75, 30.69) -- + (308.75, 56.34); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[fill=fillColor] (299.13, 54.96) rectangle (318.37, 55.17); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[fill=fillColor] (299.13, 31.85) rectangle (318.37, 54.96); +\end{scope} +\begin{scope} +\path[clip] ( 46.71,305.55) rectangle (321.58,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (184.15,327.38) {$\epsilon_{\pi}$}; +\end{scope} +\begin{scope} +\path[clip] ( 46.71,305.55) rectangle ( 72.37,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 59.54,310.81) {0}; +\end{scope} +\begin{scope} +\path[clip] ( 77.87,305.55) rectangle (103.52,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 90.69,310.81) {0.035}; +\end{scope} +\begin{scope} +\path[clip] (109.02,305.55) rectangle (134.67,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (121.84,310.81) {0.07}; +\end{scope} +\begin{scope} +\path[clip] (140.17,305.55) rectangle (165.82,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (152.99,310.81) {0.105}; +\end{scope} +\begin{scope} +\path[clip] (171.32,305.55) rectangle (196.97,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (184.15,310.81) {0.14}; +\end{scope} +\begin{scope} +\path[clip] (202.47,305.55) rectangle (228.12,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (215.30,310.81) {0.175}; +\end{scope} +\begin{scope} +\path[clip] (233.62,305.55) rectangle (259.28,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (246.45,310.81) {0.21}; +\end{scope} +\begin{scope} +\path[clip] (264.78,305.55) rectangle (290.43,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (277.60,310.81) {0.245}; +\end{scope} +\begin{scope} +\path[clip] (295.93,305.55) rectangle (321.58,338.69); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (308.75,310.81) {0.28}; +\end{scope} +\begin{scope} +\path[clip] (321.58, 30.69) rectangle (354.72,305.55); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (343.41,168.12) {$\epsilon_{\rho}$}; +\end{scope} +\begin{scope} +\path[clip] (321.58,279.90) rectangle (354.72,305.55); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,292.72) {0.28}; +\end{scope} +\begin{scope} +\path[clip] (321.58,248.75) rectangle (354.72,274.40); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,261.57) {0.245}; +\end{scope} +\begin{scope} +\path[clip] (321.58,217.60) rectangle (354.72,243.25); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,230.42) {0.21}; +\end{scope} +\begin{scope} +\path[clip] (321.58,186.44) rectangle (354.72,212.10); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,199.27) {0.175}; +\end{scope} +\begin{scope} +\path[clip] (321.58,155.29) rectangle (354.72,180.94); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,168.12) {0.14}; +\end{scope} +\begin{scope} +\path[clip] (321.58,124.14) rectangle (354.72,149.79); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,136.97) {0.105}; +\end{scope} +\begin{scope} +\path[clip] (321.58, 92.99) rectangle (354.72,118.64); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83,105.81) {0.07}; +\end{scope} +\begin{scope} +\path[clip] (321.58, 61.84) rectangle (354.72, 87.49); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83, 74.66) {0.035}; +\end{scope} +\begin{scope} +\path[clip] (321.58, 30.69) rectangle (354.72, 56.34); +\definecolor{drawColor}{gray}{0.10} + +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (326.83, 43.51) {0}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,279.00) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,302.32) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,247.85) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,271.17) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,216.69) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,240.01) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,185.54) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,208.86) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,154.39) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,177.71) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,123.24) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,146.56) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 92.09) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76,115.41) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 60.94) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 84.26) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{gray}{0.30} + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 29.79) {0}; + +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.60] at ( 41.76, 53.11) {1}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 33.88,168.12) {Selection proportions}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (371.22,195.99) {Model}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[fill=fillColor] (371.93,175.68) rectangle (384.96,188.71); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[fill=fillColor] (371.93,161.22) rectangle (384.96,174.25); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[fill=fillColor] (371.93,146.77) rectangle (384.96,159.80); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[fill=fillColor] (371.93,132.31) rectangle (384.96,145.35); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,179.16) {$iid$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,164.71) {$\pi$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,150.25) {$\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (433.62,361.35); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (391.18,135.80) {$\pi\rho$}; +\end{scope} \end{tikzpicture} + +\end{document} diff --git a/tikz/simulations/na_robustness/ari-dim-model.pdf b/tikz/simulations/na_robustness/ari-dim-model.pdf new file mode 100644 index 0000000..77cb58f Binary files /dev/null and b/tikz/simulations/na_robustness/ari-dim-model.pdf differ diff --git a/tikz/simulations/na_robustness/ari-dim-model.tex b/tikz/simulations/na_robustness/ari-dim-model.tex index f5c21a7..24795b3 100644 --- a/tikz/simulations/na_robustness/ari-dim-model.tex +++ b/tikz/simulations/na_robustness/ari-dim-model.tex @@ -1,3922 +1,5555 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-18 16:44:40 +% Created by tikzDevice version 0.12.6 on 2024-07-24 16:25:32 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} -\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (397.48,180.67); +\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (469.75,252.94); \begin{scope} -\path[clip] ( 37.09, 95.72) rectangle (177.20,158.60); +\path[clip] ( 38.56,131.85) rectangle (206.47,230.87); \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,105.70) -- - (177.20,105.70); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56,147.61) -- + (206.47,147.61); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,120.29) -- - (177.20,120.29); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56,170.11) -- + (206.47,170.11); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,134.88) -- - (177.20,134.88); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56,192.62) -- + (206.47,192.62); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,149.48) -- - (177.20,149.48); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56,215.12) -- + (206.47,215.12); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 98.40) -- - (177.20, 98.40); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56,136.35) -- + (206.47,136.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,112.99) -- - (177.20,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56,158.86) -- + (206.47,158.86); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,127.59) -- - (177.20,127.59); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56,181.36) -- + (206.47,181.36); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,142.18) -- - (177.20,142.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56,203.87) -- + (206.47,203.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,156.77) -- - (177.20,156.77); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56,226.37) -- + (206.47,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.33, 95.72) -- - ( 45.33,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 52.55,131.85) -- + ( 52.55,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.07, 95.72) -- - ( 59.07,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 75.87,131.85) -- + ( 75.87,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 72.80, 95.72) -- - ( 72.80,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 99.19,131.85) -- + ( 99.19,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 86.54, 95.72) -- - ( 86.54,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (122.51,131.85) -- + (122.51,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (100.28, 95.72) -- - (100.28,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (145.83,131.85) -- + (145.83,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (114.01, 95.72) -- - (114.01,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (169.16,131.85) -- + (169.16,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (127.75, 95.72) -- - (127.75,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (192.48,131.85) -- + (192.48,230.87); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (141.49, 95.72) -- - (141.49,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.90,226.37) -- ( 44.90,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (155.22, 95.72) -- - (155.22,158.60); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (168.96, 95.72) -- - (168.96,158.60); -\definecolor{drawColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 41.47,112.99) -- ( 41.47,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 41.47,112.99) -- ( 41.47,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.90,226.37) -- ( 44.90,226.37); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 40.31,112.99) -- - ( 40.31,112.99) -- - ( 40.89,112.99) -- - ( 40.31,112.99) -- - ( 40.31,112.99) -- - ( 42.63,112.99) -- - ( 42.63,112.99) -- - ( 42.05,112.99) -- - ( 42.63,112.99) -- - ( 42.63,112.99) -- - ( 40.31,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 43.91,226.37) -- + ( 43.91,226.37) -- + ( 44.40,226.37) -- + ( 43.91,226.37) -- + ( 43.91,226.37) -- + ( 45.88,226.37) -- + ( 45.88,226.37) -- + ( 45.39,226.37) -- + ( 45.88,226.37) -- + ( 45.88,226.37) -- + ( 43.91,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 40.89,112.99) -- ( 42.05,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 44.40,226.37) -- ( 45.39,226.37); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 44.04, 98.58) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.08,226.37) -- ( 47.08,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 44.04, 98.58) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.08,226.37) -- ( 47.08,226.37); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.04,112.99) -- ( 44.04,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 46.10,226.37) -- + ( 46.10,226.37) -- + ( 46.59,226.37) -- + ( 46.10,226.37) -- + ( 46.10,226.37) -- + ( 48.07,226.37) -- + ( 48.07,226.37) -- + ( 47.57,226.37) -- + ( 48.07,226.37) -- + ( 48.07,226.37) -- + ( 46.10,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.04,112.99) -- ( 44.04,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 46.59,226.37) -- ( 47.57,226.37); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 42.88,112.99) -- - ( 42.88,112.99) -- - ( 43.46,112.99) -- - ( 42.88,112.99) -- - ( 42.88,112.99) -- - ( 45.20,112.99) -- - ( 45.20,112.99) -- - ( 44.62,112.99) -- - ( 45.20,112.99) -- - ( 45.20,112.99) -- - ( 42.88,112.99) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 49.27,199.69) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 49.27,199.69) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.27,226.37) -- ( 49.27,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.27,226.37) -- ( 49.27,226.37); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 48.28,226.37) -- + ( 48.28,226.37) -- + ( 48.78,226.37) -- + ( 48.28,226.37) -- + ( 48.28,226.37) -- + ( 50.25,226.37) -- + ( 50.25,226.37) -- + ( 49.76,226.37) -- + ( 50.25,226.37) -- + ( 50.25,226.37) -- + ( 48.28,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 43.46,112.99) -- ( 44.62,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 48.78,226.37) -- ( 49.76,226.37); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.62,112.99) -- ( 46.62,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.45,226.37) -- ( 51.45,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.62,112.99) -- ( 46.62,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.45,226.37) -- ( 51.45,226.37); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 50.47,226.37) -- + ( 50.47,226.37) -- + ( 50.96,226.37) -- + ( 50.47,226.37) -- + ( 50.47,226.37) -- + ( 52.44,226.37) -- + ( 52.44,226.37) -- + ( 51.95,226.37) -- + ( 52.44,226.37) -- + ( 52.44,226.37) -- + ( 50.47,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 50.96,226.37) -- ( 51.95,226.37); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 53.64,226.37) -- ( 53.64,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 53.64,226.37) -- ( 53.64,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 45.46,112.99) -- - ( 45.46,112.99) -- - ( 46.04,112.99) -- - ( 45.46,112.99) -- - ( 45.46,112.99) -- - ( 47.78,112.99) -- - ( 47.78,112.99) -- - ( 47.20,112.99) -- - ( 47.78,112.99) -- - ( 47.78,112.99) -- - ( 45.46,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 52.66,226.37) -- + ( 52.66,226.37) -- + ( 53.15,226.37) -- + ( 52.66,226.37) -- + ( 52.66,226.37) -- + ( 54.63,226.37) -- + ( 54.63,226.37) -- + ( 54.13,226.37) -- + ( 54.63,226.37) -- + ( 54.63,226.37) -- + ( 52.66,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 46.04,112.99) -- ( 47.20,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 53.15,226.37) -- ( 54.13,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.19,112.99) -- ( 49.19,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.83,226.37) -- ( 55.83,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.19,112.99) -- ( 49.19,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.83,226.37) -- ( 55.83,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 54.84,226.37) -- + ( 54.84,226.37) -- + ( 55.34,226.37) -- + ( 54.84,226.37) -- + ( 54.84,226.37) -- + ( 56.81,226.37) -- + ( 56.81,226.37) -- + ( 56.32,226.37) -- + ( 56.81,226.37) -- + ( 56.81,226.37) -- + ( 54.84,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 55.34,226.37) -- ( 56.32,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.01,226.37) -- ( 58.01,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.01,226.37) -- ( 58.01,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 48.04,112.99) -- - ( 48.04,112.99) -- - ( 48.61,112.99) -- - ( 48.04,112.99) -- - ( 48.04,112.99) -- - ( 50.35,112.99) -- - ( 50.35,112.99) -- - ( 49.77,112.99) -- - ( 50.35,112.99) -- - ( 50.35,112.99) -- - ( 48.04,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 57.03,226.37) -- + ( 57.03,226.37) -- + ( 57.52,226.37) -- + ( 57.03,226.37) -- + ( 57.03,226.37) -- + ( 59.00,226.37) -- + ( 59.00,226.37) -- + ( 58.51,226.37) -- + ( 59.00,226.37) -- + ( 59.00,226.37) -- + ( 57.03,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 48.61,112.99) -- ( 49.77,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 57.52,226.37) -- ( 58.51,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.20,112.99) -- ( 55.20,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.20,226.37) -- ( 60.20,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.20,112.99) -- ( 55.20,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.20,226.37) -- ( 60.20,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 59.22,226.37) -- + ( 59.22,226.37) -- + ( 59.71,226.37) -- + ( 59.22,226.37) -- + ( 59.22,226.37) -- + ( 61.18,226.37) -- + ( 61.18,226.37) -- + ( 60.69,226.37) -- + ( 61.18,226.37) -- + ( 61.18,226.37) -- + ( 59.22,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 59.71,226.37) -- ( 60.69,226.37); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.22,226.37) -- ( 68.22,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.22,226.37) -- ( 68.22,226.37); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 54.04,112.99) -- - ( 54.04,112.99) -- - ( 54.62,112.99) -- - ( 54.04,112.99) -- - ( 54.04,112.99) -- - ( 56.36,112.99) -- - ( 56.36,112.99) -- - ( 55.78,112.99) -- - ( 56.36,112.99) -- - ( 56.36,112.99) -- - ( 54.04,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 67.23,226.37) -- + ( 67.23,226.37) -- + ( 67.73,226.37) -- + ( 67.23,226.37) -- + ( 67.23,226.37) -- + ( 69.20,226.37) -- + ( 69.20,226.37) -- + ( 68.71,226.37) -- + ( 69.20,226.37) -- + ( 69.20,226.37) -- + ( 67.23,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 54.62,112.99) -- ( 55.78,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 67.73,226.37) -- ( 68.71,226.37); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 57.78,126.56) -- ( 57.78,126.56); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.40,226.37) -- ( 70.40,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 57.78,112.99) -- ( 57.78,112.14); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.40,226.37) -- ( 70.40,226.37); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 69.42,226.37) -- + ( 69.42,226.37) -- + ( 69.91,226.37) -- + ( 69.42,226.37) -- + ( 69.42,226.37) -- + ( 71.39,226.37) -- + ( 71.39,226.37) -- + ( 70.90,226.37) -- + ( 71.39,226.37) -- + ( 71.39,226.37) -- + ( 69.42,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 69.91,226.37) -- ( 70.90,226.37); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 56.62,126.56) -- - ( 56.62,131.97) -- - ( 57.20,125.19) -- - ( 56.62,118.41) -- - ( 56.62,112.99) -- - ( 58.94,112.99) -- - ( 58.94,118.41) -- - ( 58.36,125.19) -- - ( 58.94,131.97) -- - ( 58.94,126.56) -- - ( 56.62,126.56) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 72.59,199.69) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 72.59,200.03) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 72.59,226.37) -- ( 72.59,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 72.59,222.58) -- ( 72.59,221.32); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 71.61,226.37) -- + ( 71.61,228.27) -- + ( 72.10,226.37) -- + ( 71.61,224.48) -- + ( 71.61,222.58) -- + ( 73.57,222.58) -- + ( 73.57,224.48) -- + ( 73.08,226.37) -- + ( 73.57,228.27) -- + ( 73.57,226.37) -- + ( 71.61,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 57.20,125.19) -- ( 58.36,125.19); +\path[draw=drawColor,line width= 1.1pt] ( 72.10,226.37) -- ( 73.08,226.37); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.36,112.99) -- ( 60.36,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 74.78,226.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.36,112.99) -- ( 60.36,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 74.78,226.37) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.78,201.27) -- ( 74.78,201.27); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.78,201.27) -- ( 74.78,201.27); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 73.79,201.27) -- + ( 73.79,201.27) -- + ( 74.28,201.27) -- + ( 73.79,201.27) -- + ( 73.79,201.27) -- + ( 75.76,201.27) -- + ( 75.76,201.27) -- + ( 75.27,201.27) -- + ( 75.76,201.27) -- + ( 75.76,201.27) -- + ( 73.79,201.27) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 74.28,201.27) -- ( 75.27,201.27); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.96,226.37) -- ( 76.96,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.96,226.37) -- ( 76.96,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 59.20,112.99) -- - ( 59.20,112.99) -- - ( 59.78,112.99) -- - ( 59.20,112.99) -- - ( 59.20,112.99) -- - ( 61.51,112.99) -- - ( 61.51,112.99) -- - ( 60.93,112.99) -- - ( 61.51,112.99) -- - ( 61.51,112.99) -- - ( 59.20,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 75.98,226.37) -- + ( 75.98,226.37) -- + ( 76.47,226.37) -- + ( 75.98,226.37) -- + ( 75.98,226.37) -- + ( 77.95,226.37) -- + ( 77.95,226.37) -- + ( 77.45,226.37) -- + ( 77.95,226.37) -- + ( 77.95,226.37) -- + ( 75.98,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 59.78,112.99) -- ( 60.93,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 76.47,226.37) -- ( 77.45,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 62.93,112.99) -- ( 62.93,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 79.15,226.37) -- ( 79.15,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 62.93,112.99) -- ( 62.93,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 79.15,226.37) -- ( 79.15,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 78.17,226.37) -- + ( 78.17,226.37) -- + ( 78.66,226.37) -- + ( 78.17,226.37) -- + ( 78.17,226.37) -- + ( 80.13,226.37) -- + ( 80.13,226.37) -- + ( 79.64,226.37) -- + ( 80.13,226.37) -- + ( 80.13,226.37) -- + ( 78.17,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 78.66,226.37) -- ( 79.64,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 81.34,226.37) -- ( 81.34,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 81.34,226.37) -- ( 81.34,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 61.77,112.99) -- - ( 61.77,112.99) -- - ( 62.35,112.99) -- - ( 61.77,112.99) -- - ( 61.77,112.99) -- - ( 64.09,112.99) -- - ( 64.09,112.99) -- - ( 63.51,112.99) -- - ( 64.09,112.99) -- - ( 64.09,112.99) -- - ( 61.77,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 80.35,226.37) -- + ( 80.35,226.37) -- + ( 80.84,226.37) -- + ( 80.35,226.37) -- + ( 80.35,226.37) -- + ( 82.32,226.37) -- + ( 82.32,226.37) -- + ( 81.83,226.37) -- + ( 82.32,226.37) -- + ( 82.32,226.37) -- + ( 80.35,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 62.35,112.99) -- ( 63.51,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 80.84,226.37) -- ( 81.83,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 68.94,116.19) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.52,226.37) -- ( 83.52,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 68.94,123.30) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.52,226.37) -- ( 83.52,226.37); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.94,112.99) -- ( 68.94,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 82.54,226.37) -- + ( 82.54,226.37) -- + ( 83.03,226.37) -- + ( 82.54,226.37) -- + ( 82.54,226.37) -- + ( 84.51,226.37) -- + ( 84.51,226.37) -- + ( 84.01,226.37) -- + ( 84.51,226.37) -- + ( 84.51,226.37) -- + ( 82.54,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.94,112.99) -- ( 68.94,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 83.03,226.37) -- ( 84.01,226.37); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 67.78,112.99) -- - ( 67.78,112.99) -- - ( 68.36,112.99) -- - ( 67.78,112.99) -- - ( 67.78,112.99) -- - ( 70.10,112.99) -- - ( 70.10,112.99) -- - ( 69.52,112.99) -- - ( 70.10,112.99) -- - ( 70.10,112.99) -- - ( 67.78,112.99) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 91.54,213.21) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] ( 68.36,112.99) -- ( 69.52,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 91.54,226.37) -- ( 91.54,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 71.52,126.56) -- ( 71.52,126.56); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 71.52,118.94) -- ( 71.52,111.97); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 70.36,126.56) -- - ( 70.36,130.36) -- - ( 70.94,126.56) -- - ( 70.36,122.75) -- - ( 70.36,118.94) -- - ( 72.68,118.94) -- - ( 72.68,122.75) -- - ( 72.10,126.56) -- - ( 72.68,130.36) -- - ( 72.68,126.56) -- - ( 70.36,126.56) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 70.94,126.56) -- ( 72.10,126.56); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.09,112.99) -- ( 74.09,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.09,112.99) -- ( 74.09,112.99); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 72.93,112.99) -- - ( 72.93,112.99) -- - ( 73.51,112.99) -- - ( 72.93,112.99) -- - ( 72.93,112.99) -- - ( 75.25,112.99) -- - ( 75.25,112.99) -- - ( 74.67,112.99) -- - ( 75.25,112.99) -- - ( 75.25,112.99) -- - ( 72.93,112.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 73.51,112.99) -- ( 74.67,112.99); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 76.67,109.89) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.67,112.99) -- ( 76.67,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.67,112.99) -- ( 76.67,112.99); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 75.51,112.99) -- - ( 75.51,112.99) -- - ( 76.09,112.99) -- - ( 75.51,112.99) -- - ( 75.51,112.99) -- - ( 77.83,112.99) -- - ( 77.83,112.99) -- - ( 77.25,112.99) -- - ( 77.83,112.99) -- - ( 77.83,112.99) -- - ( 75.51,112.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 76.09,112.99) -- ( 77.25,112.99); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 82.68,126.24) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 82.68,132.23) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.68,112.99) -- ( 82.68,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.68,112.99) -- ( 82.68,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 91.54,226.37) -- ( 91.54,226.37); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 81.52,112.99) -- - ( 81.52,112.99) -- - ( 82.10,112.99) -- - ( 81.52,112.99) -- - ( 81.52,112.99) -- - ( 83.84,112.99) -- - ( 83.84,112.99) -- - ( 83.26,112.99) -- - ( 83.84,112.99) -- - ( 83.84,112.99) -- - ( 81.52,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 90.55,226.37) -- + ( 90.55,226.37) -- + ( 91.05,226.37) -- + ( 90.55,226.37) -- + ( 90.55,226.37) -- + ( 92.52,226.37) -- + ( 92.52,226.37) -- + ( 92.03,226.37) -- + ( 92.52,226.37) -- + ( 92.52,226.37) -- + ( 90.55,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 82.10,112.99) -- ( 83.26,112.99); +\path[draw=drawColor,line width= 1.1pt] ( 91.05,226.37) -- ( 92.03,226.37); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 85.25,126.56) -- ( 85.25,126.56); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 93.73,207.29) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 85.25,114.06) -- ( 85.25,111.83); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 93.73,207.29) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.73,226.37) -- ( 93.73,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.73,226.37) -- ( 93.73,226.37); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 92.74,226.37) -- + ( 92.74,226.37) -- + ( 93.23,226.37) -- + ( 92.74,226.37) -- + ( 92.74,226.37) -- + ( 94.71,226.37) -- + ( 94.71,226.37) -- + ( 94.22,226.37) -- + ( 94.71,226.37) -- + ( 94.71,226.37) -- + ( 92.74,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 93.23,226.37) -- ( 94.22,226.37); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.91,226.37) -- ( 95.91,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.91,212.28) -- ( 95.91,199.38); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 84.09,126.56) -- - ( 84.09,130.07) -- - ( 84.67,123.83) -- - ( 84.09,117.58) -- - ( 84.09,114.06) -- - ( 86.41,114.06) -- - ( 86.41,117.58) -- - ( 85.83,123.83) -- - ( 86.41,130.07) -- - ( 86.41,126.56) -- - ( 84.09,126.56) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 94.93,226.37) -- + ( 94.93,233.41) -- + ( 95.42,226.37) -- + ( 94.93,219.33) -- + ( 94.93,212.28) -- + ( 96.90,212.28) -- + ( 96.90,219.33) -- + ( 96.40,226.37) -- + ( 96.90,233.41) -- + ( 96.90,226.37) -- + ( 94.93,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 84.67,123.83) -- ( 85.83,123.83); +\path[draw=drawColor,line width= 1.1pt] ( 95.42,226.37) -- ( 96.40,226.37); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 87.83,112.99) -- ( 87.83,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.10,201.27) -- ( 98.10,201.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 87.83,112.99) -- ( 87.83,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.10,201.27) -- ( 98.10,201.27); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 97.11,201.27) -- + ( 97.11,201.27) -- + ( 97.61,201.27) -- + ( 97.11,201.27) -- + ( 97.11,201.27) -- + ( 99.08,201.27) -- + ( 99.08,201.27) -- + ( 98.59,201.27) -- + ( 99.08,201.27) -- + ( 99.08,201.27) -- + ( 97.11,201.27) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 97.61,201.27) -- ( 98.59,201.27); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (100.28,226.37) -- (100.28,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (100.28,226.37) -- (100.28,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 86.67,112.99) -- - ( 86.67,112.99) -- - ( 87.25,112.99) -- - ( 86.67,112.99) -- - ( 86.67,112.99) -- - ( 88.99,112.99) -- - ( 88.99,112.99) -- - ( 88.41,112.99) -- - ( 88.99,112.99) -- - ( 88.99,112.99) -- - ( 86.67,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 99.30,226.37) -- + ( 99.30,226.37) -- + ( 99.79,226.37) -- + ( 99.30,226.37) -- + ( 99.30,226.37) -- + (101.27,226.37) -- + (101.27,226.37) -- + (100.78,226.37) -- + (101.27,226.37) -- + (101.27,226.37) -- + ( 99.30,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 87.25,112.99) -- ( 88.41,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 99.79,226.37) -- (100.78,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 90.40,116.04) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (102.47,226.37) -- (102.47,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.40,112.99) -- ( 90.40,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (102.47,226.37) -- (102.47,226.37); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.40,112.99) -- ( 90.40,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (101.49,226.37) -- + (101.49,226.37) -- + (101.98,226.37) -- + (101.49,226.37) -- + (101.49,226.37) -- + (103.45,226.37) -- + (103.45,226.37) -- + (102.96,226.37) -- + (103.45,226.37) -- + (103.45,226.37) -- + (101.49,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (101.98,226.37) -- (102.96,226.37); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 89.24,112.99) -- - ( 89.24,112.99) -- - ( 89.82,112.99) -- - ( 89.24,112.99) -- - ( 89.24,112.99) -- - ( 91.56,112.99) -- - ( 91.56,112.99) -- - ( 90.98,112.99) -- - ( 91.56,112.99) -- - ( 91.56,112.99) -- - ( 89.24,112.99) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.66,220.63) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.66,226.37) -- (104.66,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.66,226.37) -- (104.66,226.37); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (103.67,226.37) -- + (103.67,226.37) -- + (104.17,226.37) -- + (103.67,226.37) -- + (103.67,226.37) -- + (105.64,226.37) -- + (105.64,226.37) -- + (105.15,226.37) -- + (105.64,226.37) -- + (105.64,226.37) -- + (103.67,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 89.82,112.99) -- ( 90.98,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (104.17,226.37) -- (105.15,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 96.41,116.44) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (106.84,226.37) -- (106.84,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 96.41,132.23) -- ( 96.41,132.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] (106.84,226.37) -- (106.84,226.37); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 96.41,125.97) -- ( 96.41,116.66); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (105.86,226.37) -- + (105.86,226.37) -- + (106.35,226.37) -- + (105.86,226.37) -- + (105.86,226.37) -- + (107.83,226.37) -- + (107.83,226.37) -- + (107.34,226.37) -- + (107.83,226.37) -- + (107.83,226.37) -- + (105.86,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (106.35,226.37) -- (107.34,226.37); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 95.25,132.23) -- - ( 95.25,133.52) -- - ( 95.83,130.39) -- - ( 95.25,127.27) -- - ( 95.25,125.97) -- - ( 97.57,125.97) -- - ( 97.57,127.27) -- - ( 96.99,130.39) -- - ( 97.57,133.52) -- - ( 97.57,132.23) -- - ( 95.25,132.23) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (114.86,219.59) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] ( 95.83,130.39) -- ( 96.99,130.39); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (114.86,207.29) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.99,112.32) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (114.86,226.37) -- (114.86,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.99,111.83) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.99,123.82) -- ( 98.99,126.56); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.99,119.79) -- ( 98.99,119.27); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 97.83,123.82) -- - ( 97.83,123.41) -- - ( 98.41,121.39) -- - ( 97.83,119.38) -- - ( 97.83,119.79) -- - (100.15,119.79) -- - (100.15,119.38) -- - ( 99.57,121.39) -- - (100.15,123.41) -- - (100.15,123.82) -- - ( 97.83,123.82) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 98.41,121.39) -- ( 99.57,121.39); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (101.56,117.34) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (101.56,117.30) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (101.56,112.99) -- (101.56,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (101.56,112.99) -- (101.56,112.99); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (100.41,112.99) -- - (100.41,112.99) -- - (100.99,112.99) -- - (100.41,112.99) -- - (100.41,112.99) -- - (102.72,112.99) -- - (102.72,112.99) -- - (102.14,112.99) -- - (102.72,112.99) -- - (102.72,112.99) -- - (100.41,112.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (100.99,112.99) -- (102.14,112.99); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.14,109.89) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.14,109.89) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.14,116.04) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (104.14,112.99) -- (104.14,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (104.14,112.99) -- (104.14,112.99); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (102.98,112.99) -- - (102.98,112.99) -- - (103.56,112.99) -- - (102.98,112.99) -- - (102.98,112.99) -- - (105.30,112.99) -- - (105.30,112.99) -- - (104.72,112.99) -- - (105.30,112.99) -- - (105.30,112.99) -- - (102.98,112.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (103.56,112.99) -- (104.72,112.99); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (110.15,112.99) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (110.15,128.62) -- (110.15,132.23); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (110.15,125.12) -- (110.15,121.92); +\path[draw=drawColor,line width= 0.6pt,line join=round] (114.86,226.37) -- (114.86,226.37); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (108.99,128.62) -- - (108.99,128.68) -- - (109.57,126.92) -- - (108.99,125.17) -- - (108.99,125.12) -- - (111.31,125.12) -- - (111.31,125.17) -- - (110.73,126.92) -- - (111.31,128.68) -- - (111.31,128.62) -- - (108.99,128.62) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (113.88,226.37) -- + (113.88,226.37) -- + (114.37,226.37) -- + (113.88,226.37) -- + (113.88,226.37) -- + (115.84,226.37) -- + (115.84,226.37) -- + (115.35,226.37) -- + (115.84,226.37) -- + (115.84,226.37) -- + (113.88,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (109.57,126.92) -- (110.73,126.92); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (114.37,226.37) -- (115.35,226.37); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (112.73,123.83) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.05,226.37) -- (117.05,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (112.73,116.35) -- (112.73,121.39); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.05,210.37) -- (117.05,190.78); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (112.73,112.04) -- (112.73,111.61); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (116.06,226.37) -- + (116.06,234.37) -- + (116.55,226.37) -- + (116.06,218.38) -- + (116.06,210.37) -- + (118.03,210.37) -- + (118.03,218.38) -- + (117.54,226.37) -- + (118.03,234.37) -- + (118.03,226.37) -- + (116.06,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (116.55,226.37) -- (117.54,226.37); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (119.23,226.37) -- (119.23,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (119.23,203.24) -- (119.23,199.12); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (111.57,116.35) -- - (111.57,115.05) -- - (112.15,112.90) -- - (111.57,110.75) -- - (111.57,112.04) -- - (113.89,112.04) -- - (113.89,110.75) -- - (113.31,112.90) -- - (113.89,115.05) -- - (113.89,116.35) -- - (111.57,116.35) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (118.25,226.37) -- + (118.25,232.87) -- + (118.74,221.32) -- + (118.25,209.76) -- + (118.25,203.24) -- + (120.22,203.24) -- + (120.22,209.76) -- + (119.72,221.32) -- + (120.22,232.87) -- + (120.22,226.37) -- + (118.25,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (112.15,112.90) -- (113.31,112.90); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (118.74,221.32) -- (119.72,221.32); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (115.30,105.03) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.42,201.27) -- (121.42,201.27); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (115.30,117.30) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.42,201.27) -- (121.42,201.27); +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (115.30,104.53) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (120.44,201.27) -- + (120.44,201.27) -- + (120.93,201.27) -- + (120.44,201.27) -- + (120.44,201.27) -- + (122.40,201.27) -- + (122.40,201.27) -- + (121.91,201.27) -- + (122.40,201.27) -- + (122.40,201.27) -- + (120.44,201.27) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (115.30,112.99) -- (115.30,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (115.30,112.99) -- (115.30,112.99); +\path[draw=drawColor,line width= 1.1pt] (120.93,201.27) -- (121.91,201.27); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (114.14,112.99) -- - (114.14,112.99) -- - (114.72,112.99) -- - (114.14,112.99) -- - (114.14,112.99) -- - (116.46,112.99) -- - (116.46,112.99) -- - (115.88,112.99) -- - (116.46,112.99) -- - (116.46,112.99) -- - (114.14,112.99) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (123.61,218.32) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (123.61,226.37) -- (123.61,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (123.61,226.37) -- (123.61,226.37); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (122.62,226.37) -- + (122.62,226.37) -- + (123.11,226.37) -- + (122.62,226.37) -- + (122.62,226.37) -- + (124.59,226.37) -- + (124.59,226.37) -- + (124.10,226.37) -- + (124.59,226.37) -- + (124.59,226.37) -- + (122.62,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (114.72,112.99) -- (115.88,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (123.11,226.37) -- (124.10,226.37); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (117.88,112.94) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (125.79,218.32) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (117.88,115.78) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (125.79,226.37) -- (125.79,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (117.88,107.02) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (125.79,226.37) -- (125.79,226.37); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (117.88,112.99) -- (117.88,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (124.81,226.37) -- + (124.81,226.37) -- + (125.30,226.37) -- + (124.81,226.37) -- + (124.81,226.37) -- + (126.78,226.37) -- + (126.78,226.37) -- + (126.28,226.37) -- + (126.78,226.37) -- + (126.78,226.37) -- + (124.81,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (117.88,112.99) -- (117.88,112.99); +\path[draw=drawColor,line width= 1.1pt] (125.30,226.37) -- (126.28,226.37); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (116.72,112.99) -- - (116.72,112.99) -- - (117.30,112.99) -- - (116.72,112.99) -- - (116.72,112.99) -- - (119.04,112.99) -- - (119.04,112.99) -- - (118.46,112.99) -- - (119.04,112.99) -- - (119.04,112.99) -- - (116.72,112.99) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (127.98,220.63) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (127.98,226.37) -- (127.98,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (127.98,226.37) -- (127.98,226.37); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (126.99,226.37) -- + (126.99,226.37) -- + (127.49,226.37) -- + (126.99,226.37) -- + (126.99,226.37) -- + (128.96,226.37) -- + (128.96,226.37) -- + (128.47,226.37) -- + (128.96,226.37) -- + (128.96,226.37) -- + (126.99,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (117.30,112.99) -- (118.46,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (127.49,226.37) -- (128.47,226.37); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (123.89,112.26) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (130.16,220.73) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (123.89,125.37) -- (123.89,129.53); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (130.16,220.63) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (123.89,122.09) -- (123.89,121.92); +\path[draw=drawColor,line width= 0.6pt,line join=round] (130.16,226.37) -- (130.16,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (130.16,226.37) -- (130.16,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (129.18,226.37) -- + (129.18,226.37) -- + (129.67,226.37) -- + (129.18,226.37) -- + (129.18,226.37) -- + (131.15,226.37) -- + (131.15,226.37) -- + (130.66,226.37) -- + (131.15,226.37) -- + (131.15,226.37) -- + (129.18,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (129.67,226.37) -- (130.66,226.37); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (122.73,125.37) -- - (122.73,126.81) -- - (123.31,125.17) -- - (122.73,123.53) -- - (122.73,122.09) -- - (125.05,122.09) -- - (125.05,123.53) -- - (124.47,125.17) -- - (125.05,126.81) -- - (125.05,125.37) -- - (122.73,125.37) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (138.18,207.29) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (123.31,125.17) -- (124.47,125.17); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 0.6pt,line join=round] (138.18,226.37) -- (138.18,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (126.46,126.56) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (126.46,126.56) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (126.46,114.14) -- (126.46,114.33); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (126.46,112.77) -- (126.46,111.83); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (125.30,114.14) -- - (125.30,114.17) -- - (125.88,113.49) -- - (125.30,112.81) -- - (125.30,112.77) -- - (127.62,112.77) -- - (127.62,112.81) -- - (127.04,113.49) -- - (127.62,114.17) -- - (127.62,114.14) -- - (125.30,114.14) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (125.88,113.49) -- (127.04,113.49); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (129.04,124.84) -- (129.04,139.34); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (129.04,112.99) -- (129.04,108.88); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (127.88,124.84) -- - (127.88,118.91) -- - (128.46,112.99) -- - (127.88,107.07) -- - (127.88,112.99) -- - (130.20,112.99) -- - (130.20,107.07) -- - (129.62,112.99) -- - (130.20,118.91) -- - (130.20,124.84) -- - (127.88,124.84) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (128.46,112.99) -- (129.62,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (131.61,125.65) -- (131.61,126.41); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (131.61,112.99) -- (131.61,110.15); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (130.45,125.65) -- - (130.45,122.37) -- - (131.03,116.04) -- - (130.45,109.72) -- - (130.45,112.99) -- - (132.77,112.99) -- - (132.77,109.72) -- - (132.19,116.04) -- - (132.77,122.37) -- - (132.77,125.65) -- - (130.45,125.65) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (131.03,116.04) -- (132.19,116.04); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (137.62,125.17) -- (137.62,128.56); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (137.62,114.53) -- (137.62,106.90); +\path[draw=drawColor,line width= 0.6pt,line join=round] (138.18,219.59) -- (138.18,213.21); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (136.46,125.17) -- - (136.46,121.92) -- - (137.04,116.60) -- - (136.46,111.29) -- - (136.46,114.53) -- - (138.78,114.53) -- - (138.78,111.29) -- - (138.20,116.60) -- - (138.78,121.92) -- - (138.78,125.17) -- - (136.46,125.17) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (137.20,226.37) -- + (137.20,229.76) -- + (137.69,226.37) -- + (137.20,222.98) -- + (137.20,219.59) -- + (139.17,219.59) -- + (139.17,222.98) -- + (138.67,226.37) -- + (139.17,229.76) -- + (139.17,226.37) -- + (137.20,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (137.04,116.60) -- (138.20,116.60); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (137.69,226.37) -- (138.67,226.37); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (140.20,118.17) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (140.37,178.52) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (140.20,112.68) -- (140.20,113.57); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (140.37,219.59) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (140.20,111.91) -- (140.20,111.53); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (140.37,213.21) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.37,190.78) -- (140.37,190.78); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.37,190.78) -- (140.37,190.78); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (139.38,190.78) -- + (139.38,190.78) -- + (139.88,190.78) -- + (139.38,190.78) -- + (139.38,190.78) -- + (141.35,190.78) -- + (141.35,190.78) -- + (140.86,190.78) -- + (141.35,190.78) -- + (141.35,190.78) -- + (139.38,190.78) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (139.88,190.78) -- (140.86,190.78); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (139.04,112.68) -- - (139.04,112.66) -- - (139.62,112.28) -- - (139.04,111.90) -- - (139.04,111.91) -- - (141.36,111.91) -- - (141.36,111.90) -- - (140.78,112.28) -- - (141.36,112.66) -- - (141.36,112.68) -- - (139.04,112.68) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (142.55,200.03) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (142.55,199.12) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (142.55,221.31) -- (142.55,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (142.55,213.84) -- (142.55,212.88); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (141.57,221.31) -- + (141.57,220.55) -- + (142.06,216.81) -- + (141.57,213.08) -- + (141.57,213.84) -- + (143.54,213.84) -- + (143.54,213.08) -- + (143.05,216.81) -- + (143.54,220.55) -- + (143.54,221.31) -- + (141.57,221.31) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (139.62,112.28) -- (140.78,112.28); +\path[draw=drawColor,line width= 1.1pt] (142.06,216.81) -- (143.05,216.81); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77,127.85) -- (142.77,134.74); +\path[draw=drawColor,line width= 0.6pt,line join=round] (144.74,201.27) -- (144.74,201.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77,121.73) -- (142.77,116.73); +\path[draw=drawColor,line width= 0.6pt,line join=round] (144.74,201.27) -- (144.74,201.27); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (143.76,201.27) -- + (143.76,201.27) -- + (144.25,201.27) -- + (143.76,201.27) -- + (143.76,201.27) -- + (145.72,201.27) -- + (145.72,201.27) -- + (145.23,201.27) -- + (145.72,201.27) -- + (145.72,201.27) -- + (143.76,201.27) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (144.25,201.27) -- (145.23,201.27); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (146.93,226.37) -- (146.93,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (146.93,226.37) -- (146.93,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (141.62,127.85) -- - (141.62,125.64) -- - (142.20,122.58) -- - (141.62,119.52) -- - (141.62,121.73) -- - (143.93,121.73) -- - (143.93,119.52) -- - (143.35,122.58) -- - (143.93,125.64) -- - (143.93,127.85) -- - (141.62,127.85) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (145.94,226.37) -- + (145.94,226.37) -- + (146.44,226.37) -- + (145.94,226.37) -- + (145.94,226.37) -- + (147.91,226.37) -- + (147.91,226.37) -- + (147.42,226.37) -- + (147.91,226.37) -- + (147.91,226.37) -- + (145.94,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (142.20,122.58) -- (143.35,122.58); +\path[draw=drawColor,line width= 1.1pt] (146.44,226.37) -- (147.42,226.37); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (145.35,123.02) -- (145.35,131.15); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (149.11,218.32) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (145.35,116.94) -- (145.35,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (149.11,218.40) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (149.11,226.37) -- (149.11,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (149.11,226.37) -- (149.11,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (148.13,226.37) -- + (148.13,226.37) -- + (148.62,226.37) -- + (148.13,226.37) -- + (148.13,226.37) -- + (150.10,226.37) -- + (150.10,226.37) -- + (149.61,226.37) -- + (150.10,226.37) -- + (150.10,226.37) -- + (148.13,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (148.62,226.37) -- (149.61,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (151.30,226.37) -- (151.30,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (151.30,222.06) -- (151.30,220.63); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (144.19,123.02) -- - (144.19,123.77) -- - (144.77,120.74) -- - (144.19,117.70) -- - (144.19,116.94) -- - (146.51,116.94) -- - (146.51,117.70) -- - (145.93,120.74) -- - (146.51,123.77) -- - (146.51,123.02) -- - (144.19,123.02) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (150.32,226.37) -- + (150.32,228.53) -- + (150.81,226.37) -- + (150.32,224.22) -- + (150.32,222.06) -- + (152.28,222.06) -- + (152.28,224.22) -- + (151.79,226.37) -- + (152.28,228.53) -- + (152.28,226.37) -- + (150.32,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (144.77,120.74) -- (145.93,120.74); +\path[draw=drawColor,line width= 1.1pt] (150.81,226.37) -- (151.79,226.37); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.36,126.03) -- (151.36,138.02); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (153.49,220.63) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.36,113.23) -- (151.36,110.35); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (153.49,220.73) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (153.49,226.37) -- (153.49,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (153.49,226.37) -- (153.49,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (152.50,226.37) -- + (152.50,226.37) -- + (152.99,226.37) -- + (152.50,226.37) -- + (152.50,226.37) -- + (154.47,226.37) -- + (154.47,226.37) -- + (153.98,226.37) -- + (154.47,226.37) -- + (154.47,226.37) -- + (152.50,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (152.99,226.37) -- (153.98,226.37); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.50,219.71) -- (161.50,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.50,213.26) -- (161.50,207.29); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (150.20,126.03) -- - (150.20,126.60) -- - (150.78,120.21) -- - (150.20,113.82) -- - (150.20,113.23) -- - (152.52,113.23) -- - (152.52,113.82) -- - (151.94,120.21) -- - (152.52,126.60) -- - (152.52,126.03) -- - (150.20,126.03) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (160.52,219.71) -- + (160.52,219.78) -- + (161.01,216.56) -- + (160.52,213.34) -- + (160.52,213.26) -- + (162.49,213.26) -- + (162.49,213.34) -- + (162.00,216.56) -- + (162.49,219.78) -- + (162.49,219.71) -- + (160.52,219.71) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (150.78,120.21) -- (151.94,120.21); +\path[draw=drawColor,line width= 1.1pt] (161.01,216.56) -- (162.00,216.56); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (153.94,115.57) -- (153.94,118.88); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (163.69,213.41) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (153.94,111.95) -- (153.94,111.71); +\path[draw=drawColor,line width= 0.6pt,line join=round] (163.69,190.78) -- (163.69,190.78); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (163.69,190.78) -- (163.69,190.78); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (162.71,190.78) -- + (162.71,190.78) -- + (163.20,190.78) -- + (162.71,190.78) -- + (162.71,190.78) -- + (164.67,190.78) -- + (164.67,190.78) -- + (164.18,190.78) -- + (164.67,190.78) -- + (164.67,190.78) -- + (162.71,190.78) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (163.20,190.78) -- (164.18,190.78); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (152.78,115.57) -- - (152.78,114.63) -- - (153.36,112.82) -- - (152.78,111.01) -- - (152.78,111.95) -- - (155.09,111.95) -- - (155.09,111.01) -- - (154.52,112.82) -- - (155.09,114.63) -- - (155.09,115.57) -- - (152.78,115.57) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (165.88,221.32) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.88,207.47) -- (165.88,216.81); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.88,199.51) -- (165.88,198.71); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (164.89,207.47) -- + (164.89,205.08) -- + (165.38,201.10) -- + (164.89,197.12) -- + (164.89,199.51) -- + (166.86,199.51) -- + (166.86,197.12) -- + (166.37,201.10) -- + (166.86,205.08) -- + (166.86,207.47) -- + (164.89,207.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (153.36,112.82) -- (154.52,112.82); +\path[draw=drawColor,line width= 1.1pt] (165.38,201.10) -- (166.37,201.10); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.51,135.84) -- (156.51,146.07); +\path[draw=drawColor,line width= 0.6pt,line join=round] (168.06,201.27) -- (168.06,201.27); -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.51,119.24) -- (156.51,117.76); +\path[draw=drawColor,line width= 0.6pt,line join=round] (168.06,201.27) -- (168.06,201.27); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (167.08,201.27) -- + (167.08,201.27) -- + (167.57,201.27) -- + (167.08,201.27) -- + (167.08,201.27) -- + (169.05,201.27) -- + (169.05,201.27) -- + (168.55,201.27) -- + (169.05,201.27) -- + (169.05,201.27) -- + (167.08,201.27) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (167.57,201.27) -- (168.55,201.27); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (155.35,135.84) -- - (155.35,137.74) -- - (155.93,129.44) -- - (155.35,121.15) -- - (155.35,119.24) -- - (157.67,119.24) -- - (157.67,121.15) -- - (157.09,129.44) -- - (157.67,137.74) -- - (157.67,135.84) -- - (155.35,135.84) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (170.25,203.58) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (170.25,210.71) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25,226.37) -- (170.25,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25,220.39) -- (170.25,218.40); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (169.26,226.37) -- + (169.26,229.36) -- + (169.76,226.37) -- + (169.26,223.38) -- + (169.26,220.39) -- + (171.23,220.39) -- + (171.23,223.38) -- + (170.74,226.37) -- + (171.23,229.36) -- + (171.23,226.37) -- + (169.26,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (155.93,129.44) -- (157.09,129.44); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (169.76,226.37) -- (170.74,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (159.09,155.75) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (172.44,226.37) -- (172.44,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (159.09,124.87) -- (159.09,126.41); +\path[draw=drawColor,line width= 0.6pt,line join=round] (172.44,220.39) -- (172.44,218.32); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (159.09,113.60) -- (159.09,108.26); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (171.45,226.37) -- + (171.45,229.36) -- + (171.94,226.37) -- + (171.45,223.38) -- + (171.45,220.39) -- + (173.42,220.39) -- + (173.42,223.38) -- + (172.93,226.37) -- + (173.42,229.36) -- + (173.42,226.37) -- + (171.45,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (171.94,226.37) -- (172.93,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.62,226.37) -- (174.62,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.62,220.63) -- (174.62,215.31); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (157.93,124.87) -- - (157.93,125.34) -- - (158.51,119.71) -- - (157.93,114.08) -- - (157.93,113.60) -- - (160.25,113.60) -- - (160.25,114.08) -- - (159.67,119.71) -- - (160.25,125.34) -- - (160.25,124.87) -- - (157.93,124.87) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (173.64,226.37) -- + (173.64,229.24) -- + (174.13,226.37) -- + (173.64,223.50) -- + (173.64,220.63) -- + (175.61,220.63) -- + (175.61,223.50) -- + (175.11,226.37) -- + (175.61,229.24) -- + (175.61,226.37) -- + (173.64,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (158.51,119.71) -- (159.67,119.71); +\path[draw=drawColor,line width= 1.1pt] (174.13,226.37) -- (175.11,226.37); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (165.10,135.40) -- (165.10,138.84); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (176.81,215.47) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (165.10,111.89) -- (165.10, 99.67); +\path[draw=drawColor,line width= 0.6pt,line join=round] (176.81,226.37) -- (176.81,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (176.81,222.14) -- (176.81,220.63); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (175.82,226.37) -- + (175.82,228.49) -- + (176.32,226.37) -- + (175.82,224.26) -- + (175.82,222.14) -- + (177.79,222.14) -- + (177.79,224.26) -- + (177.30,226.37) -- + (177.79,228.49) -- + (177.79,226.37) -- + (175.82,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (176.32,226.37) -- (177.30,226.37); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (163.94,135.40) -- - (163.94,134.05) -- - (164.52,122.31) -- - (163.94,110.56) -- - (163.94,111.89) -- - (166.26,111.89) -- - (166.26,110.56) -- - (165.68,122.31) -- - (166.26,134.05) -- - (166.26,135.40) -- - (163.94,135.40) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (184.82,189.43) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.82,213.61) -- (184.82,219.59); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.82,207.61) -- (184.82,207.29); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (183.84,213.61) -- + (183.84,216.21) -- + (184.33,213.21) -- + (183.84,210.21) -- + (183.84,207.61) -- + (185.81,207.61) -- + (185.81,210.21) -- + (185.32,213.21) -- + (185.81,216.21) -- + (185.81,213.61) -- + (183.84,213.61) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (164.52,122.31) -- (165.68,122.31); +\path[draw=drawColor,line width= 1.1pt] (184.33,213.21) -- (185.32,213.21); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.67,134.46) -- (167.67,138.87); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (187.01,182.60) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.67,125.52) -- (167.67,112.36); +\path[draw=drawColor,line width= 0.6pt,line join=round] (187.01,190.78) -- (187.01,190.78); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (187.01,190.78) -- (187.01,190.78); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (186.03,190.78) -- + (186.03,190.78) -- + (186.52,190.78) -- + (186.03,190.78) -- + (186.03,190.78) -- + (187.99,190.78) -- + (187.99,190.78) -- + (187.50,190.78) -- + (187.99,190.78) -- + (187.99,190.78) -- + (186.03,190.78) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (186.52,190.78) -- (187.50,190.78); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (166.51,134.46) -- - (166.51,133.34) -- - (167.09,128.86) -- - (166.51,124.39) -- - (166.51,125.52) -- - (168.83,125.52) -- - (168.83,124.39) -- - (168.25,128.86) -- - (168.83,133.34) -- - (168.83,134.46) -- - (166.51,134.46) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (189.20,226.37) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (189.20,226.37) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (189.20,203.38) -- (189.20,203.74); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (189.20,199.12) -- (189.20,193.06); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (188.21,203.38) -- + (188.21,203.87) -- + (188.71,201.74) -- + (188.21,199.60) -- + (188.21,199.12) -- + (190.18,199.12) -- + (190.18,199.60) -- + (189.69,201.74) -- + (190.18,203.87) -- + (190.18,203.38) -- + (188.21,203.38) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (167.09,128.86) -- (168.25,128.86); +\path[draw=drawColor,line width= 1.1pt] (188.71,201.74) -- (189.69,201.74); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25,121.65) -- (170.25,124.54); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (191.38,196.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25,117.02) -- (170.25,111.33); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (191.38,192.28) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.38,201.27) -- (191.38,201.27); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.38,201.27) -- (191.38,201.27); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (190.40,201.27) -- + (190.40,201.27) -- + (190.89,201.27) -- + (190.40,201.27) -- + (190.40,201.27) -- + (192.37,201.27) -- + (192.37,201.27) -- + (191.88,201.27) -- + (192.37,201.27) -- + (192.37,201.27) -- + (190.40,201.27) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (190.89,201.27) -- (191.88,201.27); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (193.57,226.37) -- (193.57,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (193.57,212.62) -- (193.57,203.58); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (169.09,121.65) -- - (169.09,122.38) -- - (169.67,120.06) -- - (169.09,117.75) -- - (169.09,117.02) -- - (171.41,117.02) -- - (171.41,117.75) -- - (170.83,120.06) -- - (171.41,122.38) -- - (171.41,121.65) -- - (169.09,121.65) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (192.59,226.37) -- + (192.59,233.25) -- + (193.08,226.37) -- + (192.59,219.50) -- + (192.59,212.62) -- + (194.55,212.62) -- + (194.55,219.50) -- + (194.06,226.37) -- + (194.55,233.25) -- + (194.55,226.37) -- + (192.59,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (169.67,120.06) -- (170.83,120.06); +\path[draw=drawColor,line width= 1.1pt] (193.08,226.37) -- (194.06,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (172.82,138.31) -- (172.82,144.10); +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.76,226.37) -- (195.76,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (172.82,121.89) -- (172.82,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.76,194.36) -- (195.76,169.56); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (194.77,226.37) -- + (194.77,227.00) -- + (195.26,211.00) -- + (194.77,195.01) -- + (194.77,194.36) -- + (196.74,194.36) -- + (196.74,195.01) -- + (196.25,211.00) -- + (196.74,227.00) -- + (196.74,226.37) -- + (194.77,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (195.26,211.00) -- (196.25,211.00); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (171.66,138.31) -- - (171.66,142.97) -- - (172.24,134.76) -- - (171.66,126.56) -- - (171.66,121.89) -- - (173.98,121.89) -- - (173.98,126.56) -- - (173.40,134.76) -- - (173.98,142.97) -- - (173.98,138.31) -- - (171.66,138.31) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (197.94,215.47) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (197.94,226.37) -- (197.94,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (197.94,222.14) -- (197.94,220.63); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (196.96,226.37) -- + (196.96,228.49) -- + (197.45,226.37) -- + (196.96,224.26) -- + (196.96,222.14) -- + (198.93,222.14) -- + (198.93,224.26) -- + (198.43,226.37) -- + (198.93,228.49) -- + (198.93,226.37) -- + (196.96,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (172.24,134.76) -- (173.40,134.76); -\definecolor{drawColor}{RGB}{255,0,0} +\path[draw=drawColor,line width= 1.1pt] (197.45,226.37) -- (198.43,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,dash pattern=on 4pt off 4pt ,line join=round] ( 37.09,112.99) -- (177.20,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.13,220.73) -- (200.13,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.13,201.54) -- (200.13,201.54); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (199.15,220.73) -- + (199.15,230.26) -- + (199.64,220.68) -- + (199.15,211.09) -- + (199.15,201.54) -- + (201.11,201.54) -- + (201.11,211.09) -- + (200.62,220.68) -- + (201.11,230.26) -- + (201.11,220.73) -- + (199.15,220.73) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (199.64,220.68) -- (200.62,220.68); \end{scope} \begin{scope} -\path[clip] ( 37.09, 27.33) rectangle (177.20, 90.22); +\path[clip] ( 38.56, 27.33) rectangle (206.47,126.35); \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 37.31) -- - (177.20, 37.31); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56, 43.08) -- + (206.47, 43.08); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 51.90) -- - (177.20, 51.90); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56, 65.59) -- + (206.47, 65.59); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 66.50) -- - (177.20, 66.50); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56, 88.09) -- + (206.47, 88.09); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 81.09) -- - (177.20, 81.09); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 38.56,110.60) -- + (206.47,110.60); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 30.01) -- - (177.20, 30.01); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56, 31.83) -- + (206.47, 31.83); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 44.61) -- - (177.20, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56, 54.34) -- + (206.47, 54.34); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 59.20) -- - (177.20, 59.20); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56, 76.84) -- + (206.47, 76.84); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 73.79) -- - (177.20, 73.79); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56, 99.35) -- + (206.47, 99.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 88.38) -- - (177.20, 88.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 38.56,121.85) -- + (206.47,121.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 45.33, 27.33) -- - ( 45.33, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 52.55, 27.33) -- + ( 52.55,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 59.07, 27.33) -- - ( 59.07, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 75.87, 27.33) -- + ( 75.87,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 72.80, 27.33) -- - ( 72.80, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 99.19, 27.33) -- + ( 99.19,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 86.54, 27.33) -- - ( 86.54, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (122.51, 27.33) -- + (122.51,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (100.28, 27.33) -- - (100.28, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (145.83, 27.33) -- + (145.83,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (114.01, 27.33) -- - (114.01, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (169.16, 27.33) -- + (169.16,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (127.75, 27.33) -- - (127.75, 90.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (141.49, 27.33) -- - (141.49, 90.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (155.22, 27.33) -- - (155.22, 90.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (168.96, 27.33) -- - (168.96, 90.22); -\definecolor{drawColor}{gray}{0.20} -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 41.47, 46.43) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 41.47, 48.50) -- ( 41.47, 48.50); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 41.47, 48.50) -- ( 41.47, 48.50); +\path[draw=drawColor,line width= 0.6pt,line join=round] (192.48, 27.33) -- + (192.48,126.35); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 40.31, 48.50) -- - ( 40.31, 48.50) -- - ( 40.89, 48.50) -- - ( 40.31, 48.50) -- - ( 40.31, 48.50) -- - ( 42.63, 48.50) -- - ( 42.63, 48.50) -- - ( 42.05, 48.50) -- - ( 42.63, 48.50) -- - ( 42.63, 48.50) -- - ( 40.31, 48.50) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 44.90, 89.63) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] ( 40.89, 48.50) -- ( 42.05, 48.50); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.90, 93.47) -- ( 44.90, 93.47); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.04, 55.44) -- ( 44.04, 55.44); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.04, 55.44) -- ( 44.04, 55.44); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 42.88, 55.44) -- - ( 42.88, 55.44) -- - ( 43.46, 55.44) -- - ( 42.88, 55.44) -- - ( 42.88, 55.44) -- - ( 45.20, 55.44) -- - ( 45.20, 55.44) -- - ( 44.62, 55.44) -- - ( 45.20, 55.44) -- - ( 45.20, 55.44) -- - ( 42.88, 55.44) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 43.46, 55.44) -- ( 44.62, 55.44); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.62, 56.72) -- ( 46.62, 56.72); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 46.62, 56.72) -- ( 46.62, 56.72); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 45.46, 56.72) -- - ( 45.46, 56.72) -- - ( 46.04, 56.72) -- - ( 45.46, 56.72) -- - ( 45.46, 56.72) -- - ( 47.78, 56.72) -- - ( 47.78, 56.72) -- - ( 47.20, 56.72) -- - ( 47.78, 56.72) -- - ( 47.78, 56.72) -- - ( 45.46, 56.72) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 46.04, 56.72) -- ( 47.20, 56.72); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.19, 52.25) -- ( 49.19, 52.25); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.19, 52.25) -- ( 49.19, 52.25); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 48.04, 52.25) -- - ( 48.04, 52.25) -- - ( 48.61, 52.25) -- - ( 48.04, 52.25) -- - ( 48.04, 52.25) -- - ( 50.35, 52.25) -- - ( 50.35, 52.25) -- - ( 49.77, 52.25) -- - ( 50.35, 52.25) -- - ( 50.35, 52.25) -- - ( 48.04, 52.25) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 48.61, 52.25) -- ( 49.77, 52.25); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.20, 48.50) -- ( 55.20, 48.50); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.20, 46.60) -- ( 55.20, 44.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.90, 93.47) -- ( 44.90, 93.47); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 54.04, 48.50) -- - ( 54.04, 49.45) -- - ( 54.62, 48.50) -- - ( 54.04, 47.55) -- - ( 54.04, 46.60) -- - ( 56.36, 46.60) -- - ( 56.36, 47.55) -- - ( 55.78, 48.50) -- - ( 56.36, 49.45) -- - ( 56.36, 48.50) -- - ( 54.04, 48.50) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 43.91, 93.47) -- + ( 43.91, 93.47) -- + ( 44.40, 93.47) -- + ( 43.91, 93.47) -- + ( 43.91, 93.47) -- + ( 45.88, 93.47) -- + ( 45.88, 93.47) -- + ( 45.39, 93.47) -- + ( 45.88, 93.47) -- + ( 45.88, 93.47) -- + ( 43.91, 93.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 54.62, 48.50) -- ( 55.78, 48.50); +\path[draw=drawColor,line width= 1.1pt] ( 44.40, 93.47) -- ( 45.39, 93.47); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 57.78, 55.44) -- ( 57.78, 55.44); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.08, 86.26) -- ( 47.08, 86.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 57.78, 45.21) -- ( 57.78, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.08, 86.26) -- ( 47.08, 86.26); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 46.10, 86.26) -- + ( 46.10, 86.26) -- + ( 46.59, 86.26) -- + ( 46.10, 86.26) -- + ( 46.10, 86.26) -- + ( 48.07, 86.26) -- + ( 48.07, 86.26) -- + ( 47.57, 86.26) -- + ( 48.07, 86.26) -- + ( 48.07, 86.26) -- + ( 46.10, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 46.59, 86.26) -- ( 47.57, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.27,116.79) -- ( 49.27,116.79); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.27,116.79) -- ( 49.27,116.79); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 56.62, 55.44) -- - ( 56.62, 58.07) -- - ( 57.20, 52.96) -- - ( 56.62, 47.85) -- - ( 56.62, 45.21) -- - ( 58.94, 45.21) -- - ( 58.94, 47.85) -- - ( 58.36, 52.96) -- - ( 58.94, 58.07) -- - ( 58.94, 55.44) -- - ( 56.62, 55.44) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 48.28,116.79) -- + ( 48.28,116.79) -- + ( 48.78,116.79) -- + ( 48.28,116.79) -- + ( 48.28,116.79) -- + ( 50.25,116.79) -- + ( 50.25,116.79) -- + ( 49.76,116.79) -- + ( 50.25,116.79) -- + ( 50.25,116.79) -- + ( 48.28,116.79) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 57.20, 52.96) -- ( 58.36, 52.96); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 48.78,116.79) -- ( 49.76,116.79); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 60.36, 63.41) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.45, 96.75) -- ( 51.45, 96.75); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.36, 56.72) -- ( 60.36, 57.07); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.45, 96.75) -- ( 51.45, 96.75); +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.36, 53.68) -- ( 60.36, 52.05); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 50.47, 96.75) -- + ( 50.47, 96.75) -- + ( 50.96, 96.75) -- + ( 50.47, 96.75) -- + ( 50.47, 96.75) -- + ( 52.44, 96.75) -- + ( 52.44, 96.75) -- + ( 51.95, 96.75) -- + ( 52.44, 96.75) -- + ( 52.44, 96.75) -- + ( 50.47, 96.75) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 50.96, 96.75) -- ( 51.95, 96.75); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 53.64, 87.32) -- ( 53.64, 87.32); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 53.64, 87.32) -- ( 53.64, 87.32); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 59.20, 56.72) -- - ( 59.20, 56.85) -- - ( 59.78, 55.34) -- - ( 59.20, 53.82) -- - ( 59.20, 53.68) -- - ( 61.51, 53.68) -- - ( 61.51, 53.82) -- - ( 60.93, 55.34) -- - ( 61.51, 56.85) -- - ( 61.51, 56.72) -- - ( 59.20, 56.72) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 52.66, 87.32) -- + ( 52.66, 87.32) -- + ( 53.15, 87.32) -- + ( 52.66, 87.32) -- + ( 52.66, 87.32) -- + ( 54.63, 87.32) -- + ( 54.63, 87.32) -- + ( 54.13, 87.32) -- + ( 54.63, 87.32) -- + ( 54.63, 87.32) -- + ( 52.66, 87.32) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 59.78, 55.34) -- ( 60.93, 55.34); +\path[draw=drawColor,line width= 1.1pt] ( 53.15, 87.32) -- ( 54.13, 87.32); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 62.93, 54.97) -- ( 62.93, 54.97); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.83, 64.90) -- ( 55.83, 64.90); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 62.93, 52.25) -- ( 62.93, 49.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 55.83, 64.90) -- ( 55.83, 64.90); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 54.84, 64.90) -- + ( 54.84, 64.90) -- + ( 55.34, 64.90) -- + ( 54.84, 64.90) -- + ( 54.84, 64.90) -- + ( 56.81, 64.90) -- + ( 56.81, 64.90) -- + ( 56.32, 64.90) -- + ( 56.81, 64.90) -- + ( 56.81, 64.90) -- + ( 54.84, 64.90) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 55.34, 64.90) -- ( 56.32, 64.90); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.01,111.16) -- ( 58.01,111.16); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.01,111.16) -- ( 58.01,111.16); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 61.77, 54.97) -- - ( 61.77, 54.97) -- - ( 62.35, 53.61) -- - ( 61.77, 52.25) -- - ( 61.77, 52.25) -- - ( 64.09, 52.25) -- - ( 64.09, 52.25) -- - ( 63.51, 53.61) -- - ( 64.09, 54.97) -- - ( 64.09, 54.97) -- - ( 61.77, 54.97) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 57.03,111.16) -- + ( 57.03,111.16) -- + ( 57.52,111.16) -- + ( 57.03,111.16) -- + ( 57.03,111.16) -- + ( 59.00,111.16) -- + ( 59.00,111.16) -- + ( 58.51,111.16) -- + ( 59.00,111.16) -- + ( 59.00,111.16) -- + ( 57.03,111.16) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 62.35, 53.61) -- ( 63.51, 53.61); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 57.52,111.16) -- ( 58.51,111.16); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 68.94, 56.84) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.20, 97.02) -- ( 60.20, 97.02); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.94, 48.43) -- ( 68.94, 48.86); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.20, 97.02) -- ( 60.20, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.94, 43.88) -- ( 68.94, 40.62); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 59.22, 97.02) -- + ( 59.22, 97.02) -- + ( 59.71, 97.02) -- + ( 59.22, 97.02) -- + ( 59.22, 97.02) -- + ( 61.18, 97.02) -- + ( 61.18, 97.02) -- + ( 60.69, 97.02) -- + ( 61.18, 97.02) -- + ( 61.18, 97.02) -- + ( 59.22, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 59.71, 97.02) -- ( 60.69, 97.02); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.22, 93.47) -- ( 68.22, 93.47); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 68.22, 89.95) -- ( 68.22, 85.57); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 67.78, 48.43) -- - ( 67.78, 47.61) -- - ( 68.36, 45.33) -- - ( 67.78, 43.06) -- - ( 67.78, 43.88) -- - ( 70.10, 43.88) -- - ( 70.10, 43.06) -- - ( 69.52, 45.33) -- - ( 70.10, 47.61) -- - ( 70.10, 48.43) -- - ( 67.78, 48.43) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 67.23, 93.47) -- + ( 67.23, 95.22) -- + ( 67.73, 93.47) -- + ( 67.23, 91.71) -- + ( 67.23, 89.95) -- + ( 69.20, 89.95) -- + ( 69.20, 91.71) -- + ( 68.71, 93.47) -- + ( 69.20, 95.22) -- + ( 69.20, 93.47) -- + ( 67.23, 93.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 68.36, 45.33) -- ( 69.52, 45.33); +\path[draw=drawColor,line width= 1.1pt] ( 67.73, 93.47) -- ( 68.71, 93.47); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 71.52, 53.88) -- ( 71.52, 55.44); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.40, 86.26) -- ( 70.40, 86.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 71.52, 48.02) -- ( 71.52, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 70.40, 86.26) -- ( 70.40, 86.26); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 69.42, 86.26) -- + ( 69.42, 86.26) -- + ( 69.91, 86.26) -- + ( 69.42, 86.26) -- + ( 69.42, 86.26) -- + ( 71.39, 86.26) -- + ( 71.39, 86.26) -- + ( 70.90, 86.26) -- + ( 71.39, 86.26) -- + ( 71.39, 86.26) -- + ( 69.42, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 69.91, 86.26) -- ( 70.90, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 70.36, 53.88) -- - ( 70.36, 55.89) -- - ( 70.94, 52.96) -- - ( 70.36, 50.04) -- - ( 70.36, 48.02) -- - ( 72.68, 48.02) -- - ( 72.68, 50.04) -- - ( 72.10, 52.96) -- - ( 72.68, 55.89) -- - ( 72.68, 53.88) -- - ( 70.36, 53.88) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 72.59,112.21) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 72.59,112.21) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 72.59,116.79) -- ( 72.59,116.79); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 72.59,116.79) -- ( 72.59,116.79); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 71.61,116.79) -- + ( 71.61,116.79) -- + ( 72.10,116.79) -- + ( 71.61,116.79) -- + ( 71.61,116.79) -- + ( 73.57,116.79) -- + ( 73.57,116.79) -- + ( 73.08,116.79) -- + ( 73.57,116.79) -- + ( 73.57,116.79) -- + ( 71.61,116.79) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 70.94, 52.96) -- ( 72.10, 52.96); +\path[draw=drawColor,line width= 1.1pt] ( 72.10,116.79) -- ( 73.08,116.79); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.09, 53.67) -- ( 74.09, 55.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.78,115.67) -- ( 74.78,116.79); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.09, 47.93) -- ( 74.09, 45.58); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.78, 96.75) -- ( 74.78, 96.75); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 73.79,115.67) -- + ( 73.79,106.20) -- + ( 74.28, 96.75) -- + ( 73.79, 87.29) -- + ( 73.79, 96.75) -- + ( 75.76, 96.75) -- + ( 75.76, 87.29) -- + ( 75.27, 96.75) -- + ( 75.76,106.20) -- + ( 75.76,115.67) -- + ( 73.79,115.67) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 74.28, 96.75) -- ( 75.27, 96.75); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 72.93, 53.67) -- - ( 72.93, 52.42) -- - ( 73.51, 49.56) -- - ( 72.93, 46.69) -- - ( 72.93, 47.93) -- - ( 75.25, 47.93) -- - ( 75.25, 46.69) -- - ( 74.67, 49.56) -- - ( 75.25, 52.42) -- - ( 75.25, 53.67) -- - ( 72.93, 53.67) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 76.96, 99.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.96, 87.32) -- ( 76.96, 87.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.96, 81.69) -- ( 76.96, 78.67); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 75.98, 87.32) -- + ( 75.98, 87.56) -- + ( 76.47, 84.75) -- + ( 75.98, 81.94) -- + ( 75.98, 81.69) -- + ( 77.95, 81.69) -- + ( 77.95, 81.94) -- + ( 77.45, 84.75) -- + ( 77.95, 87.56) -- + ( 77.95, 87.32) -- + ( 75.98, 87.32) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 73.51, 49.56) -- ( 74.67, 49.56); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 76.47, 84.75) -- ( 77.45, 84.75); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 76.67, 54.97) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 79.15, 64.90) -- ( 79.15, 64.90); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 76.67, 49.85) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 79.15, 64.90) -- ( 79.15, 64.90); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 76.67, 47.78) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 78.17, 64.90) -- + ( 78.17, 64.90) -- + ( 78.66, 64.90) -- + ( 78.17, 64.90) -- + ( 78.17, 64.90) -- + ( 80.13, 64.90) -- + ( 80.13, 64.90) -- + ( 79.64, 64.90) -- + ( 80.13, 64.90) -- + ( 80.13, 64.90) -- + ( 78.17, 64.90) -- + cycle; -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 76.67, 54.97) circle ( 1.96); +\path[draw=drawColor,line width= 1.1pt] ( 78.66, 64.90) -- ( 79.64, 64.90); +\definecolor{drawColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.67, 52.25) -- ( 76.67, 52.25); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 81.34,116.20) -- ( 81.34,116.20); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.67, 52.25) -- ( 76.67, 52.25); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 81.34,111.16) -- ( 81.34,106.73); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 75.51, 52.25) -- - ( 75.51, 52.25) -- - ( 76.09, 52.25) -- - ( 75.51, 52.25) -- - ( 75.51, 52.25) -- - ( 77.83, 52.25) -- - ( 77.83, 52.25) -- - ( 77.25, 52.25) -- - ( 77.83, 52.25) -- - ( 77.83, 52.25) -- - ( 75.51, 52.25) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 80.35,116.20) -- + ( 80.35,116.20) -- + ( 80.84,113.68) -- + ( 80.35,111.17) -- + ( 80.35,111.16) -- + ( 82.32,111.16) -- + ( 82.32,111.17) -- + ( 81.83,113.68) -- + ( 82.32,116.20) -- + ( 82.32,116.20) -- + ( 80.35,116.20) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 76.09, 52.25) -- ( 77.25, 52.25); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 80.84,113.68) -- ( 81.83,113.68); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 82.68, 39.23) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.52, 97.02) -- ( 83.52, 97.02); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.68, 48.50) -- ( 82.68, 50.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.52, 97.02) -- ( 83.52, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 82.68, 46.26) -- ( 82.68, 44.23); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 82.54, 97.02) -- + ( 82.54, 97.02) -- + ( 83.03, 97.02) -- + ( 82.54, 97.02) -- + ( 82.54, 97.02) -- + ( 84.51, 97.02) -- + ( 84.51, 97.02) -- + ( 84.01, 97.02) -- + ( 84.51, 97.02) -- + ( 84.51, 97.02) -- + ( 82.54, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 83.03, 97.02) -- ( 84.01, 97.02); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 81.52, 48.50) -- - ( 81.52, 49.34) -- - ( 82.10, 48.22) -- - ( 81.52, 47.10) -- - ( 81.52, 46.26) -- - ( 83.84, 46.26) -- - ( 83.84, 47.10) -- - ( 83.26, 48.22) -- - ( 83.84, 49.34) -- - ( 83.84, 48.50) -- - ( 81.52, 48.50) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 91.54,108.89) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] ( 82.10, 48.22) -- ( 83.26, 48.22); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 91.54, 93.34) -- ( 91.54, 94.13); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 85.25, 44.61) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 85.25, 55.44) -- ( 85.25, 58.09); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 85.25, 51.41) -- ( 85.25, 50.76); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 84.09, 55.44) -- - ( 84.09, 56.23) -- - ( 84.67, 54.22) -- - ( 84.09, 52.20) -- - ( 84.09, 51.41) -- - ( 86.41, 51.41) -- - ( 86.41, 52.20) -- - ( 85.83, 54.22) -- - ( 86.41, 56.23) -- - ( 86.41, 55.44) -- - ( 84.09, 55.44) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 84.67, 54.22) -- ( 85.83, 54.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 87.83, 55.67) -- ( 87.83, 63.24); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 87.83, 47.93) -- ( 87.83, 43.74); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 86.67, 55.67) -- - ( 86.67, 56.06) -- - ( 87.25, 52.19) -- - ( 86.67, 48.33) -- - ( 86.67, 47.93) -- - ( 88.99, 47.93) -- - ( 88.99, 48.33) -- - ( 88.41, 52.19) -- - ( 88.99, 56.06) -- - ( 88.99, 55.67) -- - ( 86.67, 55.67) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 87.25, 52.19) -- ( 88.41, 52.19); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.40, 52.25) -- ( 90.40, 58.02); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 90.40, 48.30) -- ( 90.40, 44.61); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 89.24, 52.25) -- - ( 89.24, 51.83) -- - ( 89.82, 49.85) -- - ( 89.24, 47.88) -- - ( 89.24, 48.30) -- - ( 91.56, 48.30) -- - ( 91.56, 47.88) -- - ( 90.98, 49.85) -- - ( 91.56, 51.83) -- - ( 91.56, 52.25) -- - ( 89.24, 52.25) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 89.82, 49.85) -- ( 90.98, 49.85); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 96.41, 53.84) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 96.41, 43.25) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 96.41, 43.63) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 96.41, 49.18) -- ( 96.41, 51.18); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 96.41, 47.28) -- ( 96.41, 46.88); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 91.54, 84.91) -- ( 91.54, 78.88); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 95.25, 49.18) -- - ( 95.25, 49.45) -- - ( 95.83, 48.50) -- - ( 95.25, 47.56) -- - ( 95.25, 47.28) -- - ( 97.57, 47.28) -- - ( 97.57, 47.56) -- - ( 96.99, 48.50) -- - ( 97.57, 49.45) -- - ( 97.57, 49.18) -- - ( 95.25, 49.18) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 90.55, 93.34) -- + ( 90.55, 91.81) -- + ( 91.05, 87.60) -- + ( 90.55, 83.39) -- + ( 90.55, 84.91) -- + ( 92.52, 84.91) -- + ( 92.52, 83.39) -- + ( 92.03, 87.60) -- + ( 92.52, 91.81) -- + ( 92.52, 93.34) -- + ( 90.55, 93.34) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 95.83, 48.50) -- ( 96.99, 48.50); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 91.05, 87.60) -- ( 92.03, 87.60); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.99, 44.78) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.73, 86.26) -- ( 93.73, 86.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.99, 55.15) -- ( 98.99, 58.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.73, 86.26) -- ( 93.73, 86.26); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.99, 51.34) -- ( 98.99, 50.79); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 92.74, 86.26) -- + ( 92.74, 86.26) -- + ( 93.23, 86.26) -- + ( 92.74, 86.26) -- + ( 92.74, 86.26) -- + ( 94.71, 86.26) -- + ( 94.71, 86.26) -- + ( 94.22, 86.26) -- + ( 94.71, 86.26) -- + ( 94.71, 86.26) -- + ( 92.74, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 93.23, 86.26) -- ( 94.22, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.91,116.79) -- ( 95.91,116.79); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.91,112.21) -- ( 95.91,109.54); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 97.83, 55.15) -- - ( 97.83, 54.89) -- - ( 98.41, 52.98) -- - ( 97.83, 51.08) -- - ( 97.83, 51.34) -- - (100.15, 51.34) -- - (100.15, 51.08) -- - ( 99.57, 52.98) -- - (100.15, 54.89) -- - (100.15, 55.15) -- - ( 97.83, 55.15) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 94.93,116.79) -- + ( 94.93,116.83) -- + ( 95.42,114.54) -- + ( 94.93,112.25) -- + ( 94.93,112.21) -- + ( 96.90,112.21) -- + ( 96.90,112.25) -- + ( 96.40,114.54) -- + ( 96.90,116.83) -- + ( 96.90,116.79) -- + ( 94.93,116.79) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 98.41, 52.98) -- ( 99.57, 52.98); +\path[draw=drawColor,line width= 1.1pt] ( 95.42,114.54) -- ( 96.40,114.54); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (101.56, 51.99) -- (101.56, 54.39); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.10,110.41) -- ( 98.10,116.79); -\path[draw=drawColor,line width= 0.6pt,line join=round] (101.56, 46.13) -- (101.56, 40.49); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.10, 96.75) -- ( 98.10, 91.84); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 97.11,110.41) -- + ( 97.11,103.57) -- + ( 97.61, 96.75) -- + ( 97.11, 89.92) -- + ( 97.11, 96.75) -- + ( 99.08, 96.75) -- + ( 99.08, 89.92) -- + ( 98.59, 96.75) -- + ( 99.08,103.57) -- + ( 99.08,110.41) -- + ( 97.11,110.41) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 97.61, 96.75) -- ( 98.59, 96.75); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (100.28, 81.67) -- (100.28, 84.98); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (100.28, 71.05) -- (100.28, 66.70); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (100.41, 51.99) -- - (100.41, 50.71) -- - (100.99, 47.79) -- - (100.41, 44.86) -- - (100.41, 46.13) -- - (102.72, 46.13) -- - (102.72, 44.86) -- - (102.14, 47.79) -- - (102.72, 50.71) -- - (102.72, 51.99) -- - (100.41, 51.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 99.30, 81.67) -- + ( 99.30, 79.36) -- + ( 99.79, 74.06) -- + ( 99.30, 68.75) -- + ( 99.30, 71.05) -- + (101.27, 71.05) -- + (101.27, 68.75) -- + (100.78, 74.06) -- + (101.27, 79.36) -- + (101.27, 81.67) -- + ( 99.30, 81.67) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (100.99, 47.79) -- (102.14, 47.79); +\path[draw=drawColor,line width= 1.1pt] ( 99.79, 74.06) -- (100.78, 74.06); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (104.14, 49.34) -- (104.14, 52.25); +\path[draw=drawColor,line width= 0.6pt,line join=round] (102.47, 64.90) -- (102.47, 64.90); -\path[draw=drawColor,line width= 0.6pt,line join=round] (104.14, 44.61) -- (104.14, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (102.47, 64.90) -- (102.47, 64.90); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (101.49, 64.90) -- + (101.49, 64.90) -- + (101.98, 64.90) -- + (101.49, 64.90) -- + (101.49, 64.90) -- + (103.45, 64.90) -- + (103.45, 64.90) -- + (102.96, 64.90) -- + (103.45, 64.90) -- + (103.45, 64.90) -- + (101.49, 64.90) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (101.98, 64.90) -- (102.96, 64.90); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (102.98, 49.34) -- - (102.98, 48.23) -- - (103.56, 45.87) -- - (102.98, 43.51) -- - (102.98, 44.61) -- - (105.30, 44.61) -- - (105.30, 43.51) -- - (104.72, 45.87) -- - (105.30, 48.23) -- - (105.30, 49.34) -- - (102.98, 49.34) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.66,116.20) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.66,106.73) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.66,102.90) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (104.66,116.20) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.66,111.16) -- (104.66,111.16); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.66,111.16) -- (104.66,111.16); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (103.67,111.16) -- + (103.67,111.16) -- + (104.17,111.16) -- + (103.67,111.16) -- + (103.67,111.16) -- + (105.64,111.16) -- + (105.64,111.16) -- + (105.15,111.16) -- + (105.64,111.16) -- + (105.64,111.16) -- + (103.67,111.16) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (103.56, 45.87) -- (104.72, 45.87); +\path[draw=drawColor,line width= 1.1pt] (104.17,111.16) -- (105.15,111.16); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (110.15, 50.31) -- (110.15, 51.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (106.84, 97.02) -- (106.84, 97.02); -\path[draw=drawColor,line width= 0.6pt,line join=round] (110.15, 42.74) -- (110.15, 40.33); +\path[draw=drawColor,line width= 0.6pt,line join=round] (106.84, 97.02) -- (106.84, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (105.86, 97.02) -- + (105.86, 97.02) -- + (106.35, 97.02) -- + (105.86, 97.02) -- + (105.86, 97.02) -- + (107.83, 97.02) -- + (107.83, 97.02) -- + (107.34, 97.02) -- + (107.83, 97.02) -- + (107.83, 97.02) -- + (105.86, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (106.35, 97.02) -- (107.34, 97.02); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (114.86, 93.47) -- (114.86, 97.92); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (114.86, 86.41) -- (114.86, 76.30); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (108.99, 50.31) -- - (108.99, 49.89) -- - (109.57, 46.11) -- - (108.99, 42.33) -- - (108.99, 42.74) -- - (111.31, 42.74) -- - (111.31, 42.33) -- - (110.73, 46.11) -- - (111.31, 49.89) -- - (111.31, 50.31) -- - (108.99, 50.31) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (113.88, 93.47) -- + (113.88, 96.47) -- + (114.37, 92.95) -- + (113.88, 89.43) -- + (113.88, 86.41) -- + (115.84, 86.41) -- + (115.84, 89.43) -- + (115.35, 92.95) -- + (115.84, 96.47) -- + (115.84, 93.47) -- + (113.88, 93.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (109.57, 46.11) -- (110.73, 46.11); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (114.37, 92.95) -- (115.35, 92.95); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (112.73, 63.03) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (117.05, 80.73) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (112.73, 53.00) -- (112.73, 55.44); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.05, 86.26) -- (117.05, 86.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] (112.73, 49.33) -- (112.73, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.05, 86.26) -- (117.05, 86.26); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (116.06, 86.26) -- + (116.06, 86.26) -- + (116.55, 86.26) -- + (116.06, 86.26) -- + (116.06, 86.26) -- + (118.03, 86.26) -- + (118.03, 86.26) -- + (117.54, 86.26) -- + (118.03, 86.26) -- + (118.03, 86.26) -- + (116.06, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (116.55, 86.26) -- (117.54, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (119.23,116.79) -- (119.23,116.79); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (119.23,112.29) -- (119.23,108.13); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (111.57, 53.00) -- - (111.57, 52.96) -- - (112.15, 51.13) -- - (111.57, 49.30) -- - (111.57, 49.33) -- - (113.89, 49.33) -- - (113.89, 49.30) -- - (113.31, 51.13) -- - (113.89, 52.96) -- - (113.89, 53.00) -- - (111.57, 53.00) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (118.25,116.79) -- + (118.25,119.03) -- + (118.74,116.78) -- + (118.25,114.53) -- + (118.25,112.29) -- + (120.22,112.29) -- + (120.22,114.53) -- + (119.72,116.78) -- + (120.22,119.03) -- + (120.22,116.79) -- + (118.25,116.79) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (112.15, 51.13) -- (113.31, 51.13); +\path[draw=drawColor,line width= 1.1pt] (118.74,116.78) -- (119.72,116.78); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (115.30, 50.07) -- (115.30, 54.39); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (121.42, 91.84) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (115.30, 41.83) -- (115.30, 35.15); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (121.42,116.79) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.42, 96.75) -- (121.42, 96.75); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (121.42, 96.75) -- (121.42, 96.75); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (120.44, 96.75) -- + (120.44, 96.75) -- + (120.93, 96.75) -- + (120.44, 96.75) -- + (120.44, 96.75) -- + (122.40, 96.75) -- + (122.40, 96.75) -- + (121.91, 96.75) -- + (122.40, 96.75) -- + (122.40, 96.75) -- + (120.44, 96.75) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (120.93, 96.75) -- (121.91, 96.75); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (123.61, 85.37) -- (123.61, 99.38); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (123.61, 71.05) -- (123.61, 63.13); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (114.14, 50.07) -- - (114.14, 51.51) -- - (114.72, 47.39) -- - (114.14, 43.27) -- - (114.14, 41.83) -- - (116.46, 41.83) -- - (116.46, 43.27) -- - (115.88, 47.39) -- - (116.46, 51.51) -- - (116.46, 50.07) -- - (114.14, 50.07) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (122.62, 85.37) -- + (122.62, 86.10) -- + (123.11, 78.94) -- + (122.62, 71.78) -- + (122.62, 71.05) -- + (124.59, 71.05) -- + (124.59, 71.78) -- + (124.10, 78.94) -- + (124.59, 86.10) -- + (124.59, 85.37) -- + (122.62, 85.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (114.72, 47.39) -- (115.88, 47.39); +\path[draw=drawColor,line width= 1.1pt] (123.11, 78.94) -- (124.10, 78.94); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (117.88, 48.16) -- (117.88, 49.67); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (125.79, 64.72) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (117.88, 45.49) -- (117.88, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (125.79, 64.90) -- (125.79, 64.90); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (125.79, 64.90) -- (125.79, 64.90); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (124.81, 64.90) -- + (124.81, 64.90) -- + (125.30, 64.90) -- + (124.81, 64.90) -- + (124.81, 64.90) -- + (126.78, 64.90) -- + (126.78, 64.90) -- + (126.28, 64.90) -- + (126.78, 64.90) -- + (126.78, 64.90) -- + (124.81, 64.90) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (125.30, 64.90) -- (126.28, 64.90); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (127.98,111.16) -- (127.98,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (127.98,103.86) -- (127.98, 97.02); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (116.72, 48.16) -- - (116.72, 48.24) -- - (117.30, 46.91) -- - (116.72, 45.58) -- - (116.72, 45.49) -- - (119.04, 45.49) -- - (119.04, 45.58) -- - (118.46, 46.91) -- - (119.04, 48.24) -- - (119.04, 48.16) -- - (116.72, 48.16) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (126.99,111.16) -- + (126.99,110.38) -- + (127.49,106.73) -- + (126.99,103.08) -- + (126.99,103.86) -- + (128.96,103.86) -- + (128.96,103.08) -- + (128.47,106.73) -- + (128.96,110.38) -- + (128.96,111.16) -- + (126.99,111.16) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (117.30, 46.91) -- (118.46, 46.91); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (127.49,106.73) -- (128.47,106.73); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (123.89, 54.07) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (130.16, 97.02) -- (130.16, 97.02); -\path[draw=drawColor,line width= 0.6pt,line join=round] (123.89, 46.34) -- (123.89, 49.11); +\path[draw=drawColor,line width= 0.6pt,line join=round] (130.16, 97.02) -- (130.16, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (123.89, 42.17) -- (123.89, 41.03); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (129.18, 97.02) -- + (129.18, 97.02) -- + (129.67, 97.02) -- + (129.18, 97.02) -- + (129.18, 97.02) -- + (131.15, 97.02) -- + (131.15, 97.02) -- + (130.66, 97.02) -- + (131.15, 97.02) -- + (131.15, 97.02) -- + (129.18, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (129.67, 97.02) -- (130.66, 97.02); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (122.73, 46.34) -- - (122.73, 46.62) -- - (123.31, 44.54) -- - (122.73, 42.46) -- - (122.73, 42.17) -- - (125.05, 42.17) -- - (125.05, 42.46) -- - (124.47, 44.54) -- - (125.05, 46.62) -- - (125.05, 46.34) -- - (122.73, 46.34) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (138.18,103.34) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (123.31, 44.54) -- (124.47, 44.54); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (138.18, 78.21) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (126.46, 54.90) -- (126.46, 55.74); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (138.18, 84.45) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (126.46, 48.55) -- (126.46, 45.51); -\definecolor{fillColor}{RGB}{0,158,115} +\path[draw=drawColor,line width= 0.6pt,line join=round] (138.18, 94.72) -- (138.18, 98.42); -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (125.30, 54.90) -- - (125.30, 55.05) -- - (125.88, 51.88) -- - (125.30, 48.71) -- - (125.30, 48.55) -- - (127.62, 48.55) -- - (127.62, 48.71) -- - (127.04, 51.88) -- - (127.62, 55.05) -- - (127.62, 54.90) -- - (125.30, 54.90) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (125.88, 51.88) -- (127.04, 51.88); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (129.04, 56.80) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (129.04, 48.27) -- (129.04, 48.85); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (129.04, 45.01) -- (129.04, 40.37); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (127.88, 48.27) -- - (127.88, 48.37) -- - (128.46, 46.74) -- - (127.88, 45.11) -- - (127.88, 45.01) -- - (130.20, 45.01) -- - (130.20, 45.11) -- - (129.62, 46.74) -- - (130.20, 48.37) -- - (130.20, 48.27) -- - (127.88, 48.27) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (128.46, 46.74) -- (129.62, 46.74); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (131.61, 49.58) -- (131.61, 52.25); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (131.61, 44.61) -- (131.61, 44.61); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (130.45, 49.58) -- - (130.45, 47.09) -- - (131.03, 44.61) -- - (130.45, 42.12) -- - (130.45, 44.61) -- - (132.77, 44.61) -- - (132.77, 42.12) -- - (132.19, 44.61) -- - (132.77, 47.09) -- - (132.77, 49.58) -- - (130.45, 49.58) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (131.03, 44.61) -- (132.19, 44.61); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (137.62, 53.43) -- (137.62, 56.09); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (137.62, 42.68) -- (137.62, 40.10); +\path[draw=drawColor,line width= 0.6pt,line join=round] (138.18, 91.21) -- (138.18, 90.46); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (136.46, 53.43) -- - (136.46, 52.64) -- - (137.04, 47.27) -- - (136.46, 41.90) -- - (136.46, 42.68) -- - (138.78, 42.68) -- - (138.78, 41.90) -- - (138.20, 47.27) -- - (138.78, 52.64) -- - (138.78, 53.43) -- - (136.46, 53.43) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (137.20, 94.72) -- + (137.20, 95.22) -- + (137.69, 93.47) -- + (137.20, 91.72) -- + (137.20, 91.21) -- + (139.17, 91.21) -- + (139.17, 91.72) -- + (138.67, 93.47) -- + (139.17, 95.22) -- + (139.17, 94.72) -- + (137.20, 94.72) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (137.04, 47.27) -- (138.20, 47.27); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (137.69, 93.47) -- (138.67, 93.47); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (140.20, 60.16) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (140.37, 80.73) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (140.20, 51.97) -- (140.20, 56.53); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.37, 86.26) -- (140.37, 86.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] (140.20, 46.70) -- (140.20, 44.89); +\path[draw=drawColor,line width= 0.6pt,line join=round] (140.37, 86.26) -- (140.37, 86.26); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (139.38, 86.26) -- + (139.38, 86.26) -- + (139.88, 86.26) -- + (139.38, 86.26) -- + (139.38, 86.26) -- + (141.35, 86.26) -- + (141.35, 86.26) -- + (140.86, 86.26) -- + (141.35, 86.26) -- + (141.35, 86.26) -- + (139.38, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (139.88, 86.26) -- (140.86, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (142.55,115.67) -- (142.55,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (142.55,108.20) -- (142.55, 97.08); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (139.04, 51.97) -- - (139.04, 51.54) -- - (139.62, 48.91) -- - (139.04, 46.28) -- - (139.04, 46.70) -- - (141.36, 46.70) -- - (141.36, 46.28) -- - (140.78, 48.91) -- - (141.36, 51.54) -- - (141.36, 51.97) -- - (139.04, 51.97) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (141.57,115.67) -- + (141.57,115.94) -- + (142.06,112.21) -- + (141.57,108.48) -- + (141.57,108.20) -- + (143.54,108.20) -- + (143.54,108.48) -- + (143.05,112.21) -- + (143.54,115.94) -- + (143.54,115.67) -- + (141.57,115.67) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (139.62, 48.91) -- (140.78, 48.91); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (142.06,112.21) -- (143.05,112.21); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (142.77, 36.12) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (144.74, 87.45) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77, 46.51) -- (142.77, 49.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (144.74, 96.75) -- (144.74, 96.75); -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77, 44.57) -- (142.77, 44.12); +\path[draw=drawColor,line width= 0.6pt,line join=round] (144.74, 96.75) -- (144.74, 96.75); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (143.76, 96.75) -- + (143.76, 96.75) -- + (144.25, 96.75) -- + (143.76, 96.75) -- + (143.76, 96.75) -- + (145.72, 96.75) -- + (145.72, 96.75) -- + (145.23, 96.75) -- + (145.72, 96.75) -- + (145.72, 96.75) -- + (143.76, 96.75) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (144.25, 96.75) -- (145.23, 96.75); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (146.93, 78.51) -- (146.93, 83.01); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (146.93, 67.72) -- (146.93, 57.10); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (141.62, 46.51) -- - (141.62, 45.57) -- - (142.20, 44.61) -- - (141.62, 43.64) -- - (141.62, 44.57) -- - (143.93, 44.57) -- - (143.93, 43.64) -- - (143.35, 44.61) -- - (143.93, 45.57) -- - (143.93, 46.51) -- - (141.62, 46.51) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (145.94, 78.51) -- + (145.94, 76.00) -- + (146.44, 70.61) -- + (145.94, 65.22) -- + (145.94, 67.72) -- + (147.91, 67.72) -- + (147.91, 65.22) -- + (147.42, 70.61) -- + (147.91, 76.00) -- + (147.91, 78.51) -- + (145.94, 78.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (142.20, 44.61) -- (143.35, 44.61); +\path[draw=drawColor,line width= 1.1pt] (146.44, 70.61) -- (147.42, 70.61); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (145.35, 47.12) -- (145.35, 50.41); +\path[draw=drawColor,line width= 0.6pt,line join=round] (149.11, 64.90) -- (149.11, 64.90); -\path[draw=drawColor,line width= 0.6pt,line join=round] (145.35, 44.61) -- (145.35, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (149.11, 64.72) -- (149.11, 64.72); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (148.13, 64.90) -- + (148.13, 64.98) -- + (148.62, 64.90) -- + (148.13, 64.81) -- + (148.13, 64.72) -- + (150.10, 64.72) -- + (150.10, 64.81) -- + (149.61, 64.90) -- + (150.10, 64.98) -- + (150.10, 64.90) -- + (148.13, 64.90) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (148.62, 64.90) -- (149.61, 64.90); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (151.30,105.77) -- (151.30,111.16); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (151.30, 97.02) -- (151.30, 97.02); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (144.19, 47.12) -- - (144.19, 45.86) -- - (144.77, 44.61) -- - (144.19, 43.35) -- - (144.19, 44.61) -- - (146.51, 44.61) -- - (146.51, 43.35) -- - (145.93, 44.61) -- - (146.51, 45.86) -- - (146.51, 47.12) -- - (144.19, 47.12) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (150.32,105.77) -- + (150.32,103.73) -- + (150.81, 99.36) -- + (150.32, 94.99) -- + (150.32, 97.02) -- + (152.28, 97.02) -- + (152.28, 94.99) -- + (151.79, 99.36) -- + (152.28,103.73) -- + (152.28,105.77) -- + (150.32,105.77) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (144.77, 44.61) -- (145.93, 44.61); +\path[draw=drawColor,line width= 1.1pt] (150.81, 99.36) -- (151.79, 99.36); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.36, 48.10) -- (151.36, 53.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (153.49, 97.02) -- (153.49, 97.02); -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.36, 43.62) -- (151.36, 39.13); +\path[draw=drawColor,line width= 0.6pt,line join=round] (153.49, 97.02) -- (153.49, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (152.50, 97.02) -- + (152.50, 97.02) -- + (152.99, 97.02) -- + (152.50, 97.02) -- + (152.50, 97.02) -- + (154.47, 97.02) -- + (154.47, 97.02) -- + (153.98, 97.02) -- + (154.47, 97.02) -- + (154.47, 97.02) -- + (152.50, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (152.99, 97.02) -- (153.98, 97.02); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.50, 96.81) -- (161.50, 98.42); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.50, 82.80) -- (161.50, 74.28); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (150.20, 48.10) -- - (150.20, 49.23) -- - (150.78, 46.99) -- - (150.20, 44.75) -- - (150.20, 43.62) -- - (152.52, 43.62) -- - (152.52, 44.75) -- - (151.94, 46.99) -- - (152.52, 49.23) -- - (152.52, 48.10) -- - (150.20, 48.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (160.52, 96.81) -- + (160.52, 96.04) -- + (161.01, 89.04) -- + (160.52, 82.04) -- + (160.52, 82.80) -- + (162.49, 82.80) -- + (162.49, 82.04) -- + (162.00, 89.04) -- + (162.49, 96.04) -- + (162.49, 96.81) -- + (160.52, 96.81) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (150.78, 46.99) -- (151.94, 46.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (161.01, 89.04) -- (162.00, 89.04); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (153.94, 37.81) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (163.69, 78.08) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (153.94, 49.97) -- (153.94, 55.10); +\path[draw=drawColor,line width= 0.6pt,line join=round] (163.69, 86.26) -- (163.69, 86.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] (153.94, 45.96) -- (153.94, 42.54); +\path[draw=drawColor,line width= 0.6pt,line join=round] (163.69, 86.26) -- (163.69, 86.26); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (162.71, 86.26) -- + (162.71, 86.26) -- + (163.20, 86.26) -- + (162.71, 86.26) -- + (162.71, 86.26) -- + (164.67, 86.26) -- + (164.67, 86.26) -- + (164.18, 86.26) -- + (164.67, 86.26) -- + (164.67, 86.26) -- + (162.71, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (163.20, 86.26) -- (164.18, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.88,112.27) -- (165.88,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.88,105.48) -- (165.88, 98.17); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (152.78, 49.97) -- - (152.78, 48.92) -- - (153.36, 46.92) -- - (152.78, 44.92) -- - (152.78, 45.96) -- - (155.09, 45.96) -- - (155.09, 44.92) -- - (154.52, 46.92) -- - (155.09, 48.92) -- - (155.09, 49.97) -- - (152.78, 49.97) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (164.89,112.27) -- + (164.89,113.55) -- + (165.38,110.16) -- + (164.89,106.77) -- + (164.89,105.48) -- + (166.86,105.48) -- + (166.86,106.77) -- + (166.37,110.16) -- + (166.86,113.55) -- + (166.86,112.27) -- + (164.89,112.27) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (153.36, 46.92) -- (154.52, 46.92); +\path[draw=drawColor,line width= 1.1pt] (165.38,110.16) -- (166.37,110.16); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.51, 54.09) -- (156.51, 61.79); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (168.06,112.20) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.51, 47.22) -- (156.51, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (168.06, 96.75) -- (168.06, 96.75); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (168.06, 93.07) -- (168.06, 87.76); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (167.08, 96.75) -- + (167.08, 98.59) -- + (167.57, 96.75) -- + (167.08, 94.91) -- + (167.08, 93.07) -- + (169.05, 93.07) -- + (169.05, 94.91) -- + (168.55, 96.75) -- + (169.05, 98.59) -- + (169.05, 96.75) -- + (167.08, 96.75) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (167.57, 96.75) -- (168.55, 96.75); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25, 75.12) -- (170.25, 83.01); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25, 59.75) -- (170.25, 47.23); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (155.35, 54.09) -- - (155.35, 52.31) -- - (155.93, 48.88) -- - (155.35, 45.44) -- - (155.35, 47.22) -- - (157.67, 47.22) -- - (157.67, 45.44) -- - (157.09, 48.88) -- - (157.67, 52.31) -- - (157.67, 54.09) -- - (155.35, 54.09) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (169.26, 75.12) -- + (169.26, 77.72) -- + (169.76, 70.04) -- + (169.26, 62.37) -- + (169.26, 59.75) -- + (171.23, 59.75) -- + (171.23, 62.37) -- + (170.74, 70.04) -- + (171.23, 77.72) -- + (171.23, 75.12) -- + (169.26, 75.12) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (155.93, 48.88) -- (157.09, 48.88); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (169.76, 70.04) -- (170.74, 70.04); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (159.09, 54.26) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (172.44, 65.04) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (159.09, 40.31) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (172.44, 64.72) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (159.09, 35.86) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (172.44, 64.90) -- (172.44, 64.90); -\path[draw=drawColor,line width= 0.6pt,line join=round] (159.09, 46.97) -- (159.09, 48.53); +\path[draw=drawColor,line width= 0.6pt,line join=round] (172.44, 64.90) -- (172.44, 64.90); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (159.09, 44.61) -- (159.09, 44.61); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (171.45, 64.90) -- + (171.45, 64.90) -- + (171.94, 64.90) -- + (171.45, 64.90) -- + (171.45, 64.90) -- + (173.42, 64.90) -- + (173.42, 64.90) -- + (172.93, 64.90) -- + (173.42, 64.90) -- + (173.42, 64.90) -- + (171.45, 64.90) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (171.94, 64.90) -- (172.93, 64.90); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.62,102.90) -- (174.62,106.39); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.62, 98.66) -- (174.62, 97.02); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (157.93, 46.97) -- - (157.93, 45.79) -- - (158.51, 44.61) -- - (157.93, 43.43) -- - (157.93, 44.61) -- - (160.25, 44.61) -- - (160.25, 43.43) -- - (159.67, 44.61) -- - (160.25, 45.79) -- - (160.25, 46.97) -- - (157.93, 46.97) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (173.64,102.90) -- + (173.64,103.02) -- + (174.13,100.90) -- + (173.64, 98.78) -- + (173.64, 98.66) -- + (175.61, 98.66) -- + (175.61, 98.78) -- + (175.11,100.90) -- + (175.61,103.02) -- + (175.61,102.90) -- + (173.64,102.90) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (158.51, 44.61) -- (159.67, 44.61); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (174.13,100.90) -- (175.11,100.90); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (165.10, 35.94) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (176.81, 96.21) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (165.10, 57.48) -- (165.10, 59.24); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (176.81, 95.89) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (165.10, 50.52) -- (165.10, 48.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (176.81, 97.02) -- (176.81, 97.02); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (176.81, 97.02) -- (176.81, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (175.82, 97.02) -- + (175.82, 97.02) -- + (176.32, 97.02) -- + (175.82, 97.02) -- + (175.82, 97.02) -- + (177.79, 97.02) -- + (177.79, 97.02) -- + (177.30, 97.02) -- + (177.79, 97.02) -- + (177.79, 97.02) -- + (175.82, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (176.32, 97.02) -- (177.30, 97.02); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (163.94, 57.48) -- - (163.94, 58.26) -- - (164.52, 54.78) -- - (163.94, 51.30) -- - (163.94, 50.52) -- - (166.26, 50.52) -- - (166.26, 51.30) -- - (165.68, 54.78) -- - (166.26, 58.26) -- - (166.26, 57.48) -- - (163.94, 57.48) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (184.82,103.77) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (184.82, 60.91) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.82, 88.32) -- (184.82, 89.63); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (184.82, 80.40) -- (184.82, 79.65); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (183.84, 88.32) -- + (183.84, 88.56) -- + (184.33, 84.61) -- + (183.84, 80.65) -- + (183.84, 80.40) -- + (185.81, 80.40) -- + (185.81, 80.65) -- + (185.32, 84.61) -- + (185.81, 88.56) -- + (185.81, 88.32) -- + (183.84, 88.32) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (164.52, 54.78) -- (165.68, 54.78); +\path[draw=drawColor,line width= 1.1pt] (184.33, 84.61) -- (185.32, 84.61); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.67, 61.68) -- (167.67, 63.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (187.01, 65.77) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.67, 54.70) -- (167.67, 46.44); +\path[draw=drawColor,line width= 0.6pt,line join=round] (187.01, 86.26) -- (187.01, 86.26); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (187.01, 82.11) -- (187.01, 78.08); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (186.03, 86.26) -- + (186.03, 88.33) -- + (186.52, 86.26) -- + (186.03, 84.19) -- + (186.03, 82.11) -- + (187.99, 82.11) -- + (187.99, 84.19) -- + (187.50, 86.26) -- + (187.99, 88.33) -- + (187.99, 86.26) -- + (186.03, 86.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (186.52, 86.26) -- (187.50, 86.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (189.20,111.21) -- (189.20,116.77); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (189.20, 97.04) -- (189.20, 85.26); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (166.51, 61.68) -- - (166.51, 64.20) -- - (167.09, 60.71) -- - (166.51, 57.23) -- - (166.51, 54.70) -- - (168.83, 54.70) -- - (168.83, 57.23) -- - (168.25, 60.71) -- - (168.83, 64.20) -- - (168.83, 61.68) -- - (166.51, 61.68) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (188.21,111.21) -- + (188.21,109.95) -- + (188.71,102.87) -- + (188.21, 95.79) -- + (188.21, 97.04) -- + (190.18, 97.04) -- + (190.18, 95.79) -- + (189.69,102.87) -- + (190.18,109.95) -- + (190.18,111.21) -- + (188.21,111.21) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (167.09, 60.71) -- (168.25, 60.71); +\path[draw=drawColor,line width= 1.1pt] (188.71,102.87) -- (189.69,102.87); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25, 51.69) -- (170.25, 55.09); +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.38, 96.75) -- (191.38, 96.75); -\path[draw=drawColor,line width= 0.6pt,line join=round] (170.25, 44.61) -- (170.25, 40.70); +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.38, 83.59) -- (191.38, 80.27); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (190.40, 96.75) -- + (190.40, 98.42) -- + (190.89, 91.84) -- + (190.40, 85.27) -- + (190.40, 83.59) -- + (192.37, 83.59) -- + (192.37, 85.27) -- + (191.88, 91.84) -- + (192.37, 98.42) -- + (192.37, 96.75) -- + (190.40, 96.75) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (190.89, 91.84) -- (191.88, 91.84); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (169.09, 51.69) -- - (169.09, 49.76) -- - (169.67, 46.22) -- - (169.09, 42.68) -- - (169.09, 44.61) -- - (171.41, 44.61) -- - (171.41, 42.68) -- - (170.83, 46.22) -- - (171.41, 49.76) -- - (171.41, 51.69) -- - (169.09, 51.69) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (193.57, 80.28) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (193.57, 57.00) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (193.57, 56.89) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (193.57, 70.06) -- (193.57, 72.74); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (193.57, 64.90) -- (193.57, 64.90); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (192.59, 70.06) -- + (192.59, 70.57) -- + (193.08, 67.99) -- + (192.59, 65.41) -- + (192.59, 64.90) -- + (194.55, 64.90) -- + (194.55, 65.41) -- + (194.06, 67.99) -- + (194.55, 70.57) -- + (194.55, 70.06) -- + (192.59, 70.06) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (169.67, 46.22) -- (170.83, 46.22); +\path[draw=drawColor,line width= 1.1pt] (193.08, 67.99) -- (194.06, 67.99); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (172.82, 50.70) -- (172.82, 52.52); +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.76, 64.85) -- (195.76, 64.90); -\path[draw=drawColor,line width= 0.6pt,line join=round] (172.82, 43.83) -- (172.82, 40.75); +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.76, 59.47) -- (195.76, 57.72); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (194.77, 64.85) -- + (194.77, 67.41) -- + (195.26, 64.72) -- + (194.77, 62.04) -- + (194.77, 59.47) -- + (196.74, 59.47) -- + (196.74, 62.04) -- + (196.25, 64.72) -- + (196.74, 67.41) -- + (196.74, 64.85) -- + (194.77, 64.85) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (195.26, 64.72) -- (196.25, 64.72); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (197.94,105.62) -- (197.94,111.16); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (197.94, 97.02) -- (197.94, 96.21); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (171.66, 50.70) -- - (171.66, 51.19) -- - (172.24, 47.76) -- - (171.66, 44.32) -- - (171.66, 43.83) -- - (173.98, 43.83) -- - (173.98, 44.32) -- - (173.40, 47.76) -- - (173.98, 51.19) -- - (173.98, 50.70) -- - (171.66, 50.70) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (196.96,105.62) -- + (196.96,101.32) -- + (197.45, 97.02) -- + (196.96, 92.73) -- + (196.96, 97.02) -- + (198.93, 97.02) -- + (198.93, 92.73) -- + (198.43, 97.02) -- + (198.93,101.32) -- + (198.93,105.62) -- + (196.96,105.62) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (172.24, 47.76) -- (173.40, 47.76); -\definecolor{drawColor}{RGB}{255,0,0} +\path[draw=drawColor,line width= 1.1pt] (197.45, 97.02) -- (198.43, 97.02); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,dash pattern=on 4pt off 4pt ,line join=round] ( 37.09, 44.61) -- (177.20, 44.61); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (200.13, 96.21) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (200.13, 96.21) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.13, 97.02) -- (200.13, 97.02); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.13, 97.02) -- (200.13, 97.02); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (199.15, 97.02) -- + (199.15, 97.02) -- + (199.64, 97.02) -- + (199.15, 97.02) -- + (199.15, 97.02) -- + (201.11, 97.02) -- + (201.11, 97.02) -- + (200.62, 97.02) -- + (201.11, 97.02) -- + (201.11, 97.02) -- + (199.15, 97.02) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (199.64, 97.02) -- (200.62, 97.02); \end{scope} \begin{scope} -\path[clip] (182.70, 95.72) rectangle (322.82,158.60); +\path[clip] (211.97,131.85) rectangle (379.88,230.87); \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70,105.70) -- - (322.82,105.70); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97,147.61) -- + (379.88,147.61); -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70,120.29) -- - (322.82,120.29); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97,170.11) -- + (379.88,170.11); -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70,134.88) -- - (322.82,134.88); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97,192.62) -- + (379.88,192.62); -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70,149.48) -- - (322.82,149.48); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97,215.12) -- + (379.88,215.12); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70, 98.40) -- - (322.82, 98.40); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97,136.35) -- + (379.88,136.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70,112.99) -- - (322.82,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97,158.86) -- + (379.88,158.86); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70,127.59) -- - (322.82,127.59); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97,181.36) -- + (379.88,181.36); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70,142.18) -- - (322.82,142.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97,203.87) -- + (379.88,203.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70,156.77) -- - (322.82,156.77); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97,226.37) -- + (379.88,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (190.94, 95.72) -- - (190.94,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (225.96,131.85) -- + (225.96,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (204.68, 95.72) -- - (204.68,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (249.28,131.85) -- + (249.28,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (218.42, 95.72) -- - (218.42,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (272.61,131.85) -- + (272.61,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.15, 95.72) -- - (232.15,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93,131.85) -- + (295.93,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.89, 95.72) -- - (245.89,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (319.25,131.85) -- + (319.25,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (259.63, 95.72) -- - (259.63,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (342.57,131.85) -- + (342.57,230.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (273.36, 95.72) -- - (273.36,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (365.89,131.85) -- + (365.89,230.87); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (287.10, 95.72) -- - (287.10,158.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.31,226.37) -- (218.31,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (300.84, 95.72) -- - (300.84,158.60); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (314.57, 95.72) -- - (314.57,158.60); -\definecolor{drawColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.6pt,line join=round] (187.08,112.99) -- (187.08,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (187.08,112.99) -- (187.08,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.31,226.37) -- (218.31,226.37); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (185.92,112.99) -- - (185.92,112.99) -- - (186.50,112.99) -- - (185.92,112.99) -- - (185.92,112.99) -- - (188.24,112.99) -- - (188.24,112.99) -- - (187.66,112.99) -- - (188.24,112.99) -- - (188.24,112.99) -- - (185.92,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (217.33,226.37) -- + (217.33,226.37) -- + (217.82,226.37) -- + (217.33,226.37) -- + (217.33,226.37) -- + (219.29,226.37) -- + (219.29,226.37) -- + (218.80,226.37) -- + (219.29,226.37) -- + (219.29,226.37) -- + (217.33,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (186.50,112.99) -- (187.66,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (217.82,226.37) -- (218.80,226.37); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (189.66,106.73) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (220.50,226.37) -- (220.50,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (189.66,106.73) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (220.50,226.37) -- (220.50,226.37); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (189.66,115.74) -- (189.66,115.74); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (219.51,226.37) -- + (219.51,226.37) -- + (220.00,226.37) -- + (219.51,226.37) -- + (219.51,226.37) -- + (221.48,226.37) -- + (221.48,226.37) -- + (220.99,226.37) -- + (221.48,226.37) -- + (221.48,226.37) -- + (219.51,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (189.66,115.74) -- (189.66,115.74); +\path[draw=drawColor,line width= 1.1pt] (220.00,226.37) -- (220.99,226.37); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (188.50,115.74) -- - (188.50,115.74) -- - (189.08,115.74) -- - (188.50,115.74) -- - (188.50,115.74) -- - (190.82,115.74) -- - (190.82,115.74) -- - (190.24,115.74) -- - (190.82,115.74) -- - (190.82,115.74) -- - (188.50,115.74) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (222.68,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (222.68,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.68,226.37) -- (222.68,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.68,226.37) -- (222.68,226.37); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (221.70,226.37) -- + (221.70,226.37) -- + (222.19,226.37) -- + (221.70,226.37) -- + (221.70,226.37) -- + (223.67,226.37) -- + (223.67,226.37) -- + (223.18,226.37) -- + (223.67,226.37) -- + (223.67,226.37) -- + (221.70,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (189.08,115.74) -- (190.24,115.74); +\path[draw=drawColor,line width= 1.1pt] (222.19,226.37) -- (223.18,226.37); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (192.23,112.99) -- (192.23,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (224.87,221.29) -- (224.87,221.29); -\path[draw=drawColor,line width= 0.6pt,line join=round] (192.23,112.99) -- (192.23,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (224.87,221.29) -- (224.87,221.29); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (223.89,221.29) -- + (223.89,221.29) -- + (224.38,221.29) -- + (223.89,221.29) -- + (223.89,221.29) -- + (225.85,221.29) -- + (225.85,221.29) -- + (225.36,221.29) -- + (225.85,221.29) -- + (225.85,221.29) -- + (223.89,221.29) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (224.38,221.29) -- (225.36,221.29); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (227.06,226.37) -- (227.06,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (227.06,226.37) -- (227.06,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (191.07,112.99) -- - (191.07,112.99) -- - (191.65,112.99) -- - (191.07,112.99) -- - (191.07,112.99) -- - (193.39,112.99) -- - (193.39,112.99) -- - (192.81,112.99) -- - (193.39,112.99) -- - (193.39,112.99) -- - (191.07,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (226.07,226.37) -- + (226.07,226.37) -- + (226.56,226.37) -- + (226.07,226.37) -- + (226.07,226.37) -- + (228.04,226.37) -- + (228.04,226.37) -- + (227.55,226.37) -- + (228.04,226.37) -- + (228.04,226.37) -- + (226.07,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (191.65,112.99) -- (192.81,112.99); +\path[draw=drawColor,line width= 1.1pt] (226.56,226.37) -- (227.55,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (194.81,112.99) -- (194.81,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (229.24,226.37) -- (229.24,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (194.81,112.99) -- (194.81,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (229.24,226.37) -- (229.24,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (228.26,226.37) -- + (228.26,226.37) -- + (228.75,226.37) -- + (228.26,226.37) -- + (228.26,226.37) -- + (230.23,226.37) -- + (230.23,226.37) -- + (229.73,226.37) -- + (230.23,226.37) -- + (230.23,226.37) -- + (228.26,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (228.75,226.37) -- (229.73,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (231.43,226.37) -- (231.43,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (231.43,226.37) -- (231.43,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (193.65,112.99) -- - (193.65,112.99) -- - (194.23,112.99) -- - (193.65,112.99) -- - (193.65,112.99) -- - (195.97,112.99) -- - (195.97,112.99) -- - (195.39,112.99) -- - (195.97,112.99) -- - (195.97,112.99) -- - (193.65,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (230.45,226.37) -- + (230.45,226.37) -- + (230.94,226.37) -- + (230.45,226.37) -- + (230.45,226.37) -- + (232.41,226.37) -- + (232.41,226.37) -- + (231.92,226.37) -- + (232.41,226.37) -- + (232.41,226.37) -- + (230.45,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (194.23,112.99) -- (195.39,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (230.94,226.37) -- (231.92,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (200.82,110.43) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,226.37) -- (233.62,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.82,112.99) -- (200.82,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,226.37) -- (233.62,226.37); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.82,112.99) -- (200.82,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (232.63,226.37) -- + (232.63,226.37) -- + (233.12,226.37) -- + (232.63,226.37) -- + (232.63,226.37) -- + (234.60,226.37) -- + (234.60,226.37) -- + (234.11,226.37) -- + (234.60,226.37) -- + (234.60,226.37) -- + (232.63,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (233.12,226.37) -- (234.11,226.37); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (199.66,112.99) -- - (199.66,112.99) -- - (200.24,112.99) -- - (199.66,112.99) -- - (199.66,112.99) -- - (201.98,112.99) -- - (201.98,112.99) -- - (201.40,112.99) -- - (201.98,112.99) -- - (201.98,112.99) -- - (199.66,112.99) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (241.63,221.63) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (200.24,112.99) -- (201.40,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (241.63,226.37) -- (241.63,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (203.39,122.00) -- (203.39,122.00); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (203.39,113.68) -- (203.39,112.99); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (202.23,122.00) -- - (202.23,123.43) -- - (202.81,119.27) -- - (202.23,115.12) -- - (202.23,113.68) -- - (204.55,113.68) -- - (204.55,115.12) -- - (203.97,119.27) -- - (204.55,123.43) -- - (204.55,122.00) -- - (202.23,122.00) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (202.81,119.27) -- (203.97,119.27); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.97,112.99) -- (205.97,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.97,112.99) -- (205.97,112.99); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (204.81,112.99) -- - (204.81,112.99) -- - (205.39,112.99) -- - (204.81,112.99) -- - (204.81,112.99) -- - (207.13,112.99) -- - (207.13,112.99) -- - (206.55,112.99) -- - (207.13,112.99) -- - (207.13,112.99) -- - (204.81,112.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (205.39,112.99) -- (206.55,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (208.54,112.99) -- (208.54,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (208.54,112.99) -- (208.54,112.99); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (207.39,112.99) -- - (207.39,112.99) -- - (207.96,112.99) -- - (207.39,112.99) -- - (207.39,112.99) -- - (209.70,112.99) -- - (209.70,112.99) -- - (209.12,112.99) -- - (209.70,112.99) -- - (209.70,112.99) -- - (207.39,112.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (207.96,112.99) -- (209.12,112.99); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (214.55,110.43) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (214.55,117.86) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (214.55,110.43) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.55,112.99) -- (214.55,112.99); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.55,112.99) -- (214.55,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (241.63,226.37) -- (241.63,226.37); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (213.40,112.99) -- - (213.40,112.99) -- - (213.97,112.99) -- - (213.40,112.99) -- - (213.40,112.99) -- - (215.71,112.99) -- - (215.71,112.99) -- - (215.13,112.99) -- - (215.71,112.99) -- - (215.71,112.99) -- - (213.40,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (240.65,226.37) -- + (240.65,226.37) -- + (241.14,226.37) -- + (240.65,226.37) -- + (240.65,226.37) -- + (242.62,226.37) -- + (242.62,226.37) -- + (242.12,226.37) -- + (242.62,226.37) -- + (242.62,226.37) -- + (240.65,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (213.97,112.99) -- (215.13,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (241.14,226.37) -- (242.12,226.37); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (217.13,112.99) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.82,226.37) -- (243.82,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (217.13,112.99) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.82,226.37) -- (243.82,226.37); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (217.13,122.00) -- (217.13,122.00); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (242.83,226.37) -- + (242.83,226.37) -- + (243.33,226.37) -- + (242.83,226.37) -- + (242.83,226.37) -- + (244.80,226.37) -- + (244.80,226.37) -- + (244.31,226.37) -- + (244.80,226.37) -- + (244.80,226.37) -- + (242.83,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (217.13,119.29) -- (217.13,119.29); +\path[draw=drawColor,line width= 1.1pt] (243.33,226.37) -- (244.31,226.37); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (215.97,122.00) -- - (215.97,123.35) -- - (216.55,122.00) -- - (215.97,120.65) -- - (215.97,119.29) -- - (218.29,119.29) -- - (218.29,120.65) -- - (217.71,122.00) -- - (218.29,123.35) -- - (218.29,122.00) -- - (215.97,122.00) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (246.00,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (246.00,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.00,226.37) -- (246.00,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.00,221.31) -- (246.00,221.29); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (245.02,226.37) -- + (245.02,228.90) -- + (245.51,226.37) -- + (245.02,223.84) -- + (245.02,221.31) -- + (246.99,221.31) -- + (246.99,223.84) -- + (246.50,226.37) -- + (246.99,228.90) -- + (246.99,226.37) -- + (245.02,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (216.55,122.00) -- (217.71,122.00); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (245.51,226.37) -- (246.50,226.37); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (219.71,117.26) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (248.19,226.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (219.71,112.99) -- (219.71,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (248.19,221.29) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (219.71,112.99) -- (219.71,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.19,209.70) -- (248.19,209.70); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.19,209.70) -- (248.19,209.70); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (247.21,209.70) -- + (247.21,209.70) -- + (247.70,209.70) -- + (247.21,209.70) -- + (247.21,209.70) -- + (249.18,209.70) -- + (249.18,209.70) -- + (248.68,209.70) -- + (249.18,209.70) -- + (249.18,209.70) -- + (247.21,209.70) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (247.70,209.70) -- (248.68,209.70); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (250.38,226.37) -- (250.38,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (250.38,226.37) -- (250.38,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (218.55,112.99) -- - (218.55,112.99) -- - (219.13,112.99) -- - (218.55,112.99) -- - (218.55,112.99) -- - (220.86,112.99) -- - (220.86,112.99) -- - (220.28,112.99) -- - (220.86,112.99) -- - (220.86,112.99) -- - (218.55,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (249.39,226.37) -- + (249.39,226.37) -- + (249.89,226.37) -- + (249.39,226.37) -- + (249.39,226.37) -- + (251.36,226.37) -- + (251.36,226.37) -- + (250.87,226.37) -- + (251.36,226.37) -- + (251.36,226.37) -- + (249.39,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (219.13,112.99) -- (220.28,112.99); +\path[draw=drawColor,line width= 1.1pt] (249.89,226.37) -- (250.87,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (222.28,112.99) -- (222.28,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.56,226.37) -- (252.56,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (222.28,112.99) -- (222.28,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.56,226.37) -- (252.56,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (251.58,226.37) -- + (251.58,226.37) -- + (252.07,226.37) -- + (251.58,226.37) -- + (251.58,226.37) -- + (253.55,226.37) -- + (253.55,226.37) -- + (253.06,226.37) -- + (253.55,226.37) -- + (253.55,226.37) -- + (251.58,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (252.07,226.37) -- (253.06,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (254.75,226.37) -- (254.75,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (254.75,226.37) -- (254.75,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (221.12,112.99) -- - (221.12,112.99) -- - (221.70,112.99) -- - (221.12,112.99) -- - (221.12,112.99) -- - (223.44,112.99) -- - (223.44,112.99) -- - (222.86,112.99) -- - (223.44,112.99) -- - (223.44,112.99) -- - (221.12,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (253.77,226.37) -- + (253.77,226.37) -- + (254.26,226.37) -- + (253.77,226.37) -- + (253.77,226.37) -- + (255.73,226.37) -- + (255.73,226.37) -- + (255.24,226.37) -- + (255.73,226.37) -- + (255.73,226.37) -- + (253.77,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (221.70,112.99) -- (222.86,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (254.26,226.37) -- (255.24,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (228.29,108.85) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (256.94,226.37) -- (256.94,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (228.29,117.86) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (256.94,226.37) -- (256.94,226.37); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (228.29,125.05) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (255.95,226.37) -- + (255.95,226.37) -- + (256.44,226.37) -- + (255.95,226.37) -- + (255.95,226.37) -- + (257.92,226.37) -- + (257.92,226.37) -- + (257.43,226.37) -- + (257.92,226.37) -- + (257.92,226.37) -- + (255.95,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (228.29,110.43) circle ( 1.96); +\path[draw=drawColor,line width= 1.1pt] (256.44,226.37) -- (257.43,226.37); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (228.29,112.99) -- (228.29,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.95,226.37) -- (264.95,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (228.29,112.99) -- (228.29,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.95,222.81) -- (264.95,221.63); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (227.13,112.99) -- - (227.13,112.99) -- - (227.71,112.99) -- - (227.13,112.99) -- - (227.13,112.99) -- - (229.45,112.99) -- - (229.45,112.99) -- - (228.87,112.99) -- - (229.45,112.99) -- - (229.45,112.99) -- - (227.13,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (263.97,226.37) -- + (263.97,228.15) -- + (264.46,226.37) -- + (263.97,224.59) -- + (263.97,222.81) -- + (265.94,222.81) -- + (265.94,224.59) -- + (265.45,226.37) -- + (265.94,228.15) -- + (265.94,226.37) -- + (263.97,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (227.71,112.99) -- (228.87,112.99); +\path[draw=drawColor,line width= 1.1pt] (264.46,226.37) -- (265.45,226.37); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (230.87,122.00) -- (230.87,122.00); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (267.14,221.63) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (230.87,114.57) -- (230.87,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (267.14,217.37) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (267.14,226.37) -- (267.14,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (267.14,226.37) -- (267.14,226.37); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (266.16,226.37) -- + (266.16,226.37) -- + (266.65,226.37) -- + (266.16,226.37) -- + (266.16,226.37) -- + (268.12,226.37) -- + (268.12,226.37) -- + (267.63,226.37) -- + (268.12,226.37) -- + (268.12,226.37) -- + (266.16,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (266.65,226.37) -- (267.63,226.37); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (229.71,122.00) -- - (229.71,125.71) -- - (230.29,122.00) -- - (229.71,118.29) -- - (229.71,114.57) -- - (232.03,114.57) -- - (232.03,118.29) -- - (231.45,122.00) -- - (232.03,125.71) -- - (232.03,122.00) -- - (229.71,122.00) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (269.33,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (269.33,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (269.33,226.37) -- (269.33,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (269.33,221.36) -- (269.33,221.36); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (268.34,226.37) -- + (268.34,228.88) -- + (268.83,226.37) -- + (268.34,223.87) -- + (268.34,221.36) -- + (270.31,221.36) -- + (270.31,223.87) -- + (269.82,226.37) -- + (270.31,228.88) -- + (270.31,226.37) -- + (268.34,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (230.29,122.00) -- (231.45,122.00); +\path[draw=drawColor,line width= 1.1pt] (268.83,226.37) -- (269.82,226.37); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (233.44,112.99) -- (233.44,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (271.51,209.70) -- (271.51,209.70); -\path[draw=drawColor,line width= 0.6pt,line join=round] (233.44,112.99) -- (233.44,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (271.51,209.70) -- (271.51,209.70); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (270.53,209.70) -- + (270.53,209.70) -- + (271.02,209.70) -- + (270.53,209.70) -- + (270.53,209.70) -- + (272.50,209.70) -- + (272.50,209.70) -- + (272.00,209.70) -- + (272.50,209.70) -- + (272.50,209.70) -- + (270.53,209.70) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (271.02,209.70) -- (272.00,209.70); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (273.70,226.37) -- (273.70,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (273.70,226.37) -- (273.70,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (232.28,112.99) -- - (232.28,112.99) -- - (232.86,112.99) -- - (232.28,112.99) -- - (232.28,112.99) -- - (234.60,112.99) -- - (234.60,112.99) -- - (234.02,112.99) -- - (234.60,112.99) -- - (234.60,112.99) -- - (232.28,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (272.72,226.37) -- + (272.72,226.37) -- + (273.21,226.37) -- + (272.72,226.37) -- + (272.72,226.37) -- + (274.68,226.37) -- + (274.68,226.37) -- + (274.19,226.37) -- + (274.68,226.37) -- + (274.68,226.37) -- + (272.72,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (232.86,112.99) -- (234.02,112.99); +\path[draw=drawColor,line width= 1.1pt] (273.21,226.37) -- (274.19,226.37); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (236.02,112.99) -- (236.02,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (275.89,218.48) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (236.02,112.99) -- (236.02,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (275.89,226.37) -- (275.89,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (275.89,226.37) -- (275.89,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (274.90,226.37) -- + (274.90,226.37) -- + (275.39,226.37) -- + (274.90,226.37) -- + (274.90,226.37) -- + (276.87,226.37) -- + (276.87,226.37) -- + (276.38,226.37) -- + (276.87,226.37) -- + (276.87,226.37) -- + (274.90,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (275.39,226.37) -- (276.38,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (278.07,226.37) -- (278.07,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (278.07,226.37) -- (278.07,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (234.86,112.99) -- - (234.86,112.99) -- - (235.44,112.99) -- - (234.86,112.99) -- - (234.86,112.99) -- - (237.18,112.99) -- - (237.18,112.99) -- - (236.60,112.99) -- - (237.18,112.99) -- - (237.18,112.99) -- - (234.86,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (277.09,226.37) -- + (277.09,226.37) -- + (277.58,226.37) -- + (277.09,226.37) -- + (277.09,226.37) -- + (279.06,226.37) -- + (279.06,226.37) -- + (278.56,226.37) -- + (279.06,226.37) -- + (279.06,226.37) -- + (277.09,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (235.44,112.99) -- (236.60,112.99); +\path[draw=drawColor,line width= 1.1pt] (277.58,226.37) -- (278.56,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (242.03,125.05) -- (242.03,125.05); +\path[draw=drawColor,line width= 0.6pt,line join=round] (280.26,226.37) -- (280.26,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (242.03,118.67) -- (242.03,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (280.26,226.37) -- (280.26,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (279.27,226.37) -- + (279.27,226.37) -- + (279.77,226.37) -- + (279.27,226.37) -- + (279.27,226.37) -- + (281.24,226.37) -- + (281.24,226.37) -- + (280.75,226.37) -- + (281.24,226.37) -- + (281.24,226.37) -- + (279.27,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (279.77,226.37) -- (280.75,226.37); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (288.28,226.37) -- (288.28,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (288.28,221.63) -- (288.28,218.70); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (240.87,125.05) -- - (240.87,125.67) -- - (241.45,122.49) -- - (240.87,119.30) -- - (240.87,118.67) -- - (243.19,118.67) -- - (243.19,119.30) -- - (242.61,122.49) -- - (243.19,125.67) -- - (243.19,125.05) -- - (240.87,125.05) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (287.29,226.37) -- + (287.29,228.74) -- + (287.78,226.37) -- + (287.29,224.00) -- + (287.29,221.63) -- + (289.26,221.63) -- + (289.26,224.00) -- + (288.77,226.37) -- + (289.26,228.74) -- + (289.26,226.37) -- + (287.29,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (241.45,122.49) -- (242.61,122.49); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (287.78,226.37) -- (288.77,226.37); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (244.60,112.99) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.46,204.06) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (244.60,112.99) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (290.46,226.37) -- (290.46,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (244.60,119.29) -- (244.60,122.00); +\path[draw=drawColor,line width= 0.6pt,line join=round] (290.46,221.63) -- (290.46,217.37); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (244.60,117.37) -- (244.60,116.74); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (289.48,226.37) -- + (289.48,228.74) -- + (289.97,226.37) -- + (289.48,224.00) -- + (289.48,221.63) -- + (291.45,221.63) -- + (291.45,224.00) -- + (290.95,226.37) -- + (291.45,228.74) -- + (291.45,226.37) -- + (289.48,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (289.97,226.37) -- (290.95,226.37); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (292.65,226.37) -- (292.65,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (292.65,212.62) -- (292.65,209.70); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (243.44,119.29) -- - (243.44,120.26) -- - (244.02,119.29) -- - (243.44,118.33) -- - (243.44,117.37) -- - (245.76,117.37) -- - (245.76,118.33) -- - (245.18,119.29) -- - (245.76,120.26) -- - (245.76,119.29) -- - (243.44,119.29) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (291.66,226.37) -- + (291.66,233.25) -- + (292.16,226.37) -- + (291.66,219.50) -- + (291.66,212.62) -- + (293.63,212.62) -- + (293.63,219.50) -- + (293.14,226.37) -- + (293.63,233.25) -- + (293.63,226.37) -- + (291.66,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (244.02,119.29) -- (245.18,119.29); +\path[draw=drawColor,line width= 1.1pt] (292.16,226.37) -- (293.14,226.37); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (247.18,112.99) -- (247.18,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (294.83,209.70) -- (294.83,209.70); -\path[draw=drawColor,line width= 0.6pt,line join=round] (247.18,112.99) -- (247.18,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (294.83,209.70) -- (294.83,209.70); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (293.85,209.70) -- + (293.85,209.70) -- + (294.34,209.70) -- + (293.85,209.70) -- + (293.85,209.70) -- + (295.82,209.70) -- + (295.82,209.70) -- + (295.33,209.70) -- + (295.82,209.70) -- + (295.82,209.70) -- + (293.85,209.70) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (294.34,209.70) -- (295.33,209.70); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (297.02,226.37) -- (297.02,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (297.02,226.37) -- (297.02,226.37); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (246.02,112.99) -- - (246.02,112.99) -- - (246.60,112.99) -- - (246.02,112.99) -- - (246.02,112.99) -- - (248.34,112.99) -- - (248.34,112.99) -- - (247.76,112.99) -- - (248.34,112.99) -- - (248.34,112.99) -- - (246.02,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (296.04,226.37) -- + (296.04,226.37) -- + (296.53,226.37) -- + (296.04,226.37) -- + (296.04,226.37) -- + (298.00,226.37) -- + (298.00,226.37) -- + (297.51,226.37) -- + (298.00,226.37) -- + (298.00,226.37) -- + (296.04,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (246.60,112.99) -- (247.76,112.99); +\path[draw=drawColor,line width= 1.1pt] (296.53,226.37) -- (297.51,226.37); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.75,112.99) -- (249.75,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (299.21,226.37) -- (299.21,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.75,112.99) -- (249.75,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (299.21,226.37) -- (299.21,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (298.22,226.37) -- + (298.22,226.37) -- + (298.72,226.37) -- + (298.22,226.37) -- + (298.22,226.37) -- + (300.19,226.37) -- + (300.19,226.37) -- + (299.70,226.37) -- + (300.19,226.37) -- + (300.19,226.37) -- + (298.22,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (298.72,226.37) -- (299.70,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (301.39,226.37) -- (301.39,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (301.39,226.37) -- (301.39,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (248.60,112.99) -- - (248.60,112.99) -- - (249.17,112.99) -- - (248.60,112.99) -- - (248.60,112.99) -- - (250.91,112.99) -- - (250.91,112.99) -- - (250.33,112.99) -- - (250.91,112.99) -- - (250.91,112.99) -- - (248.60,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (300.41,226.37) -- + (300.41,226.37) -- + (300.90,226.37) -- + (300.41,226.37) -- + (300.41,226.37) -- + (302.38,226.37) -- + (302.38,226.37) -- + (301.89,226.37) -- + (302.38,226.37) -- + (302.38,226.37) -- + (300.41,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (249.17,112.99) -- (250.33,112.99); +\path[draw=drawColor,line width= 1.1pt] (300.90,226.37) -- (301.89,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (255.76,123.46) -- (255.76,125.05); +\path[draw=drawColor,line width= 0.6pt,line join=round] (303.58,226.37) -- (303.58,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (255.76,118.25) -- (255.76,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (303.58,226.37) -- (303.58,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (302.60,226.37) -- + (302.60,226.37) -- + (303.09,226.37) -- + (302.60,226.37) -- + (302.60,226.37) -- + (304.56,226.37) -- + (304.56,226.37) -- + (304.07,226.37) -- + (304.56,226.37) -- + (304.56,226.37) -- + (302.60,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (303.09,226.37) -- (304.07,226.37); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (311.60,226.37) -- (311.60,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (311.60,218.46) -- (311.60,213.63); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (254.60,123.46) -- - (254.60,123.94) -- - (255.18,121.34) -- - (254.60,118.74) -- - (254.60,118.25) -- - (256.92,118.25) -- - (256.92,118.74) -- - (256.34,121.34) -- - (256.92,123.94) -- - (256.92,123.46) -- - (254.60,123.46) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (310.61,226.37) -- + (310.61,225.58) -- + (311.10,221.63) -- + (310.61,217.67) -- + (310.61,218.46) -- + (312.58,218.46) -- + (312.58,217.67) -- + (312.09,221.63) -- + (312.58,225.58) -- + (312.58,226.37) -- + (310.61,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (255.18,121.34) -- (256.34,121.34); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (311.10,221.63) -- (312.09,221.63); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (258.34,107.07) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (313.78,221.63) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (258.34,115.85) -- (258.34,119.29); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (313.78,213.71) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (258.34,112.99) -- (258.34,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (313.78,204.06) -- (313.78,204.06); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (313.78,204.06) -- (313.78,204.06); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (312.80,204.06) -- + (312.80,204.06) -- + (313.29,204.06) -- + (312.80,204.06) -- + (312.80,204.06) -- + (314.77,204.06) -- + (314.77,204.06) -- + (314.27,204.06) -- + (314.77,204.06) -- + (314.77,204.06) -- + (312.80,204.06) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (313.29,204.06) -- (314.27,204.06); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (257.18,115.85) -- - (257.18,114.42) -- - (257.76,112.99) -- - (257.18,111.57) -- - (257.18,112.99) -- - (259.50,112.99) -- - (259.50,111.57) -- - (258.92,112.99) -- - (259.50,114.42) -- - (259.50,115.85) -- - (257.18,115.85) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (315.97,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (315.97,209.70) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (315.97,221.36) -- (315.97,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (315.97,217.79) -- (315.97,216.63); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (314.99,221.36) -- + (314.99,223.15) -- + (315.48,221.36) -- + (314.99,219.58) -- + (314.99,217.79) -- + (316.95,217.79) -- + (316.95,219.58) -- + (316.46,221.36) -- + (316.95,223.15) -- + (316.95,221.36) -- + (314.99,221.36) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (257.76,112.99) -- (258.92,112.99); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (315.48,221.36) -- (316.46,221.36); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (260.92,108.71) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.16,209.70) -- (318.16,209.70); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (260.92,108.71) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.16,209.70) -- (318.16,209.70); +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (260.92,112.99) -- (260.92,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (317.17,209.70) -- + (317.17,209.70) -- + (317.66,209.70) -- + (317.17,209.70) -- + (317.17,209.70) -- + (319.14,209.70) -- + (319.14,209.70) -- + (318.65,209.70) -- + (319.14,209.70) -- + (319.14,209.70) -- + (317.17,209.70) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (260.92,112.99) -- (260.92,112.99); +\path[draw=drawColor,line width= 1.1pt] (317.66,209.70) -- (318.65,209.70); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (259.76,112.99) -- - (259.76,112.99) -- - (260.34,112.99) -- - (259.76,112.99) -- - (259.76,112.99) -- - (262.07,112.99) -- - (262.07,112.99) -- - (261.49,112.99) -- - (262.07,112.99) -- - (262.07,112.99) -- - (259.76,112.99) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (320.34,218.45) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (320.34,226.37) -- (320.34,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (320.34,226.37) -- (320.34,226.37); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (319.36,226.37) -- + (319.36,226.37) -- + (319.85,226.37) -- + (319.36,226.37) -- + (319.36,226.37) -- + (321.33,226.37) -- + (321.33,226.37) -- + (320.83,226.37) -- + (321.33,226.37) -- + (321.33,226.37) -- + (319.36,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (260.34,112.99) -- (261.49,112.99); +\path[draw=drawColor,line width= 1.1pt] (319.85,226.37) -- (320.83,226.37); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.49,112.99) -- (263.49,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (322.53,218.45) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.49,112.99) -- (263.49,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (322.53,226.37) -- (322.53,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (322.53,226.37) -- (322.53,226.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.54,226.37) -- + (321.54,226.37) -- + (322.04,226.37) -- + (321.54,226.37) -- + (321.54,226.37) -- + (323.51,226.37) -- + (323.51,226.37) -- + (323.02,226.37) -- + (323.51,226.37) -- + (323.51,226.37) -- + (321.54,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (322.04,226.37) -- (323.02,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (324.71,226.37) -- (324.71,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (324.71,226.37) -- (324.71,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (262.33,112.99) -- - (262.33,112.99) -- - (262.91,112.99) -- - (262.33,112.99) -- - (262.33,112.99) -- - (264.65,112.99) -- - (264.65,112.99) -- - (264.07,112.99) -- - (264.65,112.99) -- - (264.65,112.99) -- - (262.33,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (323.73,226.37) -- + (323.73,226.37) -- + (324.22,226.37) -- + (323.73,226.37) -- + (323.73,226.37) -- + (325.70,226.37) -- + (325.70,226.37) -- + (325.21,226.37) -- + (325.70,226.37) -- + (325.70,226.37) -- + (323.73,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (262.91,112.99) -- (264.07,112.99); +\path[draw=drawColor,line width= 1.1pt] (324.22,226.37) -- (325.21,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.50,122.49) -- (269.50,125.88); +\path[draw=drawColor,line width= 0.6pt,line join=round] (326.90,226.37) -- (326.90,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.50,116.42) -- (269.50,112.88); +\path[draw=drawColor,line width= 0.6pt,line join=round] (326.90,226.37) -- (326.90,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (325.92,226.37) -- + (325.92,226.37) -- + (326.41,226.37) -- + (325.92,226.37) -- + (325.92,226.37) -- + (327.89,226.37) -- + (327.89,226.37) -- + (327.39,226.37) -- + (327.89,226.37) -- + (327.89,226.37) -- + (325.92,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (326.41,226.37) -- (327.39,226.37); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (334.92,220.89) -- (334.92,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (334.92,215.05) -- (334.92,206.79); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (268.34,122.49) -- - (268.34,122.03) -- - (268.92,119.00) -- - (268.34,115.97) -- - (268.34,116.42) -- - (270.66,116.42) -- - (270.66,115.97) -- - (270.08,119.00) -- - (270.66,122.03) -- - (270.66,122.49) -- - (268.34,122.49) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (333.93,220.89) -- + (333.93,220.95) -- + (334.43,218.04) -- + (333.93,215.12) -- + (333.93,215.05) -- + (335.90,215.05) -- + (335.90,215.12) -- + (335.41,218.04) -- + (335.90,220.95) -- + (335.90,220.89) -- + (333.93,220.89) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (268.92,119.00) -- (270.08,119.00); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (334.43,218.04) -- (335.41,218.04); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (272.08,119.29) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (337.10,217.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (272.08,122.00) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (337.10,204.06) -- (337.10,204.06); -\path[draw=drawColor,line width= 0.6pt,line join=round] (272.08,112.99) -- (272.08,112.99); +\path[draw=drawColor,line width= 0.6pt,line join=round] (337.10,200.06) -- (337.10,198.73); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (272.08,112.99) -- (272.08,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (336.12,204.06) -- + (336.12,206.05) -- + (336.61,204.06) -- + (336.12,202.06) -- + (336.12,200.06) -- + (338.09,200.06) -- + (338.09,202.06) -- + (337.60,204.06) -- + (338.09,206.05) -- + (338.09,204.06) -- + (336.12,204.06) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (336.61,204.06) -- (337.60,204.06); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (270.92,112.99) -- - (270.92,112.99) -- - (271.50,112.99) -- - (270.92,112.99) -- - (270.92,112.99) -- - (273.24,112.99) -- - (273.24,112.99) -- - (272.66,112.99) -- - (273.24,112.99) -- - (273.24,112.99) -- - (270.92,112.99) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (339.29,198.73) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.29,214.99) -- (339.29,221.36); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.29,209.70) -- (339.29,209.70); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (338.31,214.99) -- + (338.31,212.35) -- + (338.80,209.70) -- + (338.31,207.06) -- + (338.31,209.70) -- + (340.27,209.70) -- + (340.27,207.06) -- + (339.78,209.70) -- + (340.27,212.35) -- + (340.27,214.99) -- + (338.31,214.99) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (271.50,112.99) -- (272.66,112.99); +\path[draw=drawColor,line width= 1.1pt] (338.80,209.70) -- (339.78,209.70); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.65,132.31) -- (274.65,144.16); +\path[draw=drawColor,line width= 0.6pt,line join=round] (341.48,209.70) -- (341.48,209.70); -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.65,112.99) -- (274.65,108.73); +\path[draw=drawColor,line width= 0.6pt,line join=round] (341.48,209.70) -- (341.48,209.70); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (340.49,209.70) -- + (340.49,209.70) -- + (340.99,209.70) -- + (340.49,209.70) -- + (340.49,209.70) -- + (342.46,209.70) -- + (342.46,209.70) -- + (341.97,209.70) -- + (342.46,209.70) -- + (342.46,209.70) -- + (340.49,209.70) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (340.99,209.70) -- (341.97,209.70); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (273.49,132.31) -- - (273.49,126.00) -- - (274.07,116.35) -- - (273.49,106.70) -- - (273.49,112.99) -- - (275.81,112.99) -- - (275.81,106.70) -- - (275.23,116.35) -- - (275.81,126.00) -- - (275.81,132.31) -- - (273.49,132.31) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (343.66,204.44) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (343.66,226.37) -- (343.66,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (343.66,218.45) -- (343.66,218.45); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (342.68,226.37) -- + (342.68,222.44) -- + (343.17,218.48) -- + (342.68,214.52) -- + (342.68,218.45) -- + (344.65,218.45) -- + (344.65,214.52) -- + (344.16,218.48) -- + (344.65,222.44) -- + (344.65,226.37) -- + (342.68,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (274.07,116.35) -- (275.23,116.35); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (343.17,218.48) -- (344.16,218.48); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (277.23,111.34) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (345.85,204.44) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (277.23,110.93) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (345.85,226.37) -- (345.85,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (277.23,116.76) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (345.85,218.48) -- (345.85,218.45); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (277.23,112.99) -- (277.23,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (344.87,226.37) -- + (344.87,230.32) -- + (345.36,226.37) -- + (344.87,222.43) -- + (344.87,218.48) -- + (346.83,218.48) -- + (346.83,222.43) -- + (346.34,226.37) -- + (346.83,230.32) -- + (346.83,226.37) -- + (344.87,226.37) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (277.23,112.71) -- (277.23,112.61); +\path[draw=drawColor,line width= 1.1pt] (345.36,226.37) -- (346.34,226.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.04,226.37) -- (348.04,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.04,226.37) -- (348.04,226.37); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (276.07,112.99) -- - (276.07,113.14) -- - (276.65,112.99) -- - (276.07,112.85) -- - (276.07,112.71) -- - (278.39,112.71) -- - (278.39,112.85) -- - (277.81,112.99) -- - (278.39,113.14) -- - (278.39,112.99) -- - (276.07,112.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (347.05,226.37) -- + (347.05,226.37) -- + (347.54,226.37) -- + (347.05,226.37) -- + (347.05,226.37) -- + (349.02,226.37) -- + (349.02,226.37) -- + (348.53,226.37) -- + (349.02,226.37) -- + (349.02,226.37) -- + (347.05,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (276.65,112.99) -- (277.81,112.99); +\path[draw=drawColor,line width= 1.1pt] (347.54,226.37) -- (348.53,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (283.24,119.59) -- (283.24,123.54); +\path[draw=drawColor,line width= 0.6pt,line join=round] (350.22,226.37) -- (350.22,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (283.24,115.28) -- (283.24,112.88); +\path[draw=drawColor,line width= 0.6pt,line join=round] (350.22,226.37) -- (350.22,226.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (349.24,226.37) -- + (349.24,226.37) -- + (349.73,226.37) -- + (349.24,226.37) -- + (349.24,226.37) -- + (351.21,226.37) -- + (351.21,226.37) -- + (350.71,226.37) -- + (351.21,226.37) -- + (351.21,226.37) -- + (349.24,226.37) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (349.73,226.37) -- (350.71,226.37); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (358.24,220.89) -- (358.24,221.63); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (358.24,204.24) -- (358.24,203.50); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (282.08,119.59) -- - (282.08,119.64) -- - (282.66,117.49) -- - (282.08,115.33) -- - (282.08,115.28) -- - (284.40,115.28) -- - (284.40,115.33) -- - (283.82,117.49) -- - (284.40,119.64) -- - (284.40,119.59) -- - (282.08,119.59) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (357.26,220.89) -- + (357.26,218.73) -- + (357.75,210.41) -- + (357.26,202.09) -- + (357.26,204.24) -- + (359.22,204.24) -- + (359.22,202.09) -- + (358.73,210.41) -- + (359.22,218.73) -- + (359.22,220.89) -- + (357.26,220.89) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (282.66,117.49) -- (283.82,117.49); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (357.75,210.41) -- (358.73,210.41); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (285.81,108.47) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (360.43,204.06) -- (360.43,204.06); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (285.81,121.35) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (360.43,197.28) -- (360.43,190.11); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (285.81,112.99) -- (285.81,112.99); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (359.44,204.06) -- + (359.44,207.45) -- + (359.93,204.06) -- + (359.44,200.67) -- + (359.44,197.28) -- + (361.41,197.28) -- + (361.41,200.67) -- + (360.92,204.06) -- + (361.41,207.45) -- + (361.41,204.06) -- + (359.44,204.06) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (285.81,112.99) -- (285.81,112.99); +\path[draw=drawColor,line width= 1.1pt] (359.93,204.06) -- (360.92,204.06); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (284.65,112.99) -- - (284.65,112.99) -- - (285.23,112.99) -- - (284.65,112.99) -- - (284.65,112.99) -- - (286.97,112.99) -- - (286.97,112.99) -- - (286.39,112.99) -- - (286.97,112.99) -- - (286.97,112.99) -- - (284.65,112.99) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (362.61,200.74) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (285.23,112.99) -- (286.39,112.99); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (362.61,221.36) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (288.39,138.13) -- (288.39,141.28); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (362.61,226.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (288.39,125.06) -- (288.39,108.73); -\definecolor{fillColor}{RGB}{240,228,66} +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.61,209.70) -- (362.61,209.70); -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (287.23,138.13) -- - (287.23,141.37) -- - (287.81,134.84) -- - (287.23,128.30) -- - (287.23,125.06) -- - (289.55,125.06) -- - (289.55,128.30) -- - (288.97,134.84) -- - (289.55,141.37) -- - (289.55,138.13) -- - (287.23,138.13) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (287.81,134.84) -- (288.97,134.84); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.96,121.73) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.96,118.43) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (290.96,115.06) -- (290.96,115.06); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (290.96,112.99) -- (290.96,112.99); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (289.80,115.06) -- - (289.80,114.97) -- - (290.38,113.93) -- - (289.80,112.90) -- - (289.80,112.99) -- - (292.12,112.99) -- - (292.12,112.90) -- - (291.54,113.93) -- - (292.12,114.97) -- - (292.12,115.06) -- - (289.80,115.06) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (290.38,113.93) -- (291.54,113.93); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (296.97,143.82) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (296.97,140.87) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (296.97,120.00) -- (296.97,121.37); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (296.97,114.04) -- (296.97,111.08); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (295.81,120.00) -- - (295.81,117.84) -- - (296.39,114.86) -- - (295.81,111.89) -- - (295.81,114.04) -- - (298.13,114.04) -- - (298.13,111.89) -- - (297.55,114.86) -- - (298.13,117.84) -- - (298.13,120.00) -- - (295.81,120.00) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (296.39,114.86) -- (297.55,114.86); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (299.55,116.60) -- (299.55,117.84); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (299.55,112.99) -- (299.55,108.44); +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.61,209.70) -- (362.61,209.70); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (298.39,116.60) -- - (298.39,114.80) -- - (298.97,112.99) -- - (298.39,111.19) -- - (298.39,112.99) -- - (300.71,112.99) -- - (300.71,111.19) -- - (300.13,112.99) -- - (300.71,114.80) -- - (300.71,116.60) -- - (298.39,116.60) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (361.63,209.70) -- + (361.63,209.70) -- + (362.12,209.70) -- + (361.63,209.70) -- + (361.63,209.70) -- + (363.60,209.70) -- + (363.60,209.70) -- + (363.10,209.70) -- + (363.60,209.70) -- + (363.60,209.70) -- + (361.63,209.70) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (298.97,112.99) -- (300.13,112.99); +\path[draw=drawColor,line width= 1.1pt] (362.12,209.70) -- (363.10,209.70); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (302.12,142.63) -- (302.12,151.79); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (364.80,200.74) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (302.12,123.95) -- (302.12,120.43); +\path[draw=drawColor,line width= 0.6pt,line join=round] (364.80,209.70) -- (364.80,209.70); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (364.80,209.70) -- (364.80,209.70); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (363.81,209.70) -- + (363.81,209.70) -- + (364.31,209.70) -- + (363.81,209.70) -- + (363.81,209.70) -- + (365.78,209.70) -- + (365.78,209.70) -- + (365.29,209.70) -- + (365.78,209.70) -- + (365.78,209.70) -- + (363.81,209.70) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (364.31,209.70) -- (365.29,209.70); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.99,224.40) -- (366.99,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.99,214.36) -- (366.99,211.05); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (300.97,142.63) -- - (300.97,142.20) -- - (301.55,132.87) -- - (300.97,123.53) -- - (300.97,123.95) -- - (303.28,123.95) -- - (303.28,123.53) -- - (302.70,132.87) -- - (303.28,142.20) -- - (303.28,142.63) -- - (300.97,142.63) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (366.00,224.40) -- + (366.00,223.48) -- + (366.49,218.46) -- + (366.00,213.45) -- + (366.00,214.36) -- + (367.97,214.36) -- + (367.97,213.45) -- + (367.48,218.46) -- + (367.97,223.48) -- + (367.97,224.40) -- + (366.00,224.40) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (301.55,132.87) -- (302.70,132.87); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (366.49,218.46) -- (367.48,218.46); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (304.70,105.49) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (369.17,218.47) -- (369.17,226.37); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (304.70,154.92) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (369.17,180.94) -- (369.17,168.69); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (304.70,121.53) -- (304.70,122.41); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (368.19,218.47) -- + (368.19,224.44) -- + (368.68,205.69) -- + (368.19,186.93) -- + (368.19,180.94) -- + (370.16,180.94) -- + (370.16,186.93) -- + (369.66,205.69) -- + (370.16,224.44) -- + (370.16,218.47) -- + (368.19,218.47) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (304.70,117.69) -- (304.70,112.99); +\path[draw=drawColor,line width= 1.1pt] (368.68,205.69) -- (369.66,205.69); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (371.36,226.37) -- (371.36,226.37); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (371.36,222.55) -- (371.36,218.69); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (303.54,121.53) -- - (303.54,122.09) -- - (304.12,120.17) -- - (303.54,118.25) -- - (303.54,117.69) -- - (305.86,117.69) -- - (305.86,118.25) -- - (305.28,120.17) -- - (305.86,122.09) -- - (305.86,121.53) -- - (303.54,121.53) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (370.37,226.37) -- + (370.37,228.28) -- + (370.87,226.37) -- + (370.37,224.46) -- + (370.37,222.55) -- + (372.34,222.55) -- + (372.34,224.46) -- + (371.85,226.37) -- + (372.34,228.28) -- + (372.34,226.37) -- + (370.37,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (304.12,120.17) -- (305.28,120.17); +\path[draw=drawColor,line width= 1.1pt] (370.87,226.37) -- (371.85,226.37); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (310.71,134.45) -- (310.71,138.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (373.54,226.37) -- (373.54,226.37); -\path[draw=drawColor,line width= 0.6pt,line join=round] (310.71,122.82) -- (310.71,110.89); -\definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (373.54,222.55) -- (373.54,219.40); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (309.55,134.45) -- - (309.55,134.22) -- - (310.13,128.41) -- - (309.55,122.60) -- - (309.55,122.82) -- - (311.87,122.82) -- - (311.87,122.60) -- - (311.29,128.41) -- - (311.87,134.22) -- - (311.87,134.45) -- - (309.55,134.45) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (372.56,226.37) -- + (372.56,228.28) -- + (373.05,226.37) -- + (372.56,224.46) -- + (372.56,222.55) -- + (374.53,222.55) -- + (374.53,224.46) -- + (374.04,226.37) -- + (374.53,228.28) -- + (374.53,226.37) -- + (372.56,226.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (310.13,128.41) -- (311.29,128.41); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (313.29,137.41) -- (313.29,140.07); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (313.29,127.44) -- (313.29,112.99); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (312.13,137.41) -- - (312.13,134.89) -- - (312.71,129.91) -- - (312.13,124.92) -- - (312.13,127.44) -- - (314.45,127.44) -- - (314.45,124.92) -- - (313.87,129.91) -- - (314.45,134.89) -- - (314.45,137.41) -- - (312.13,137.41) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (312.71,129.91) -- (313.87,129.91); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (315.86,121.80) -- (315.86,123.93); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (315.86,113.48) -- (315.86,112.25); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (314.70,121.80) -- - (314.70,120.40) -- - (315.28,116.24) -- - (314.70,112.09) -- - (314.70,113.48) -- - (317.02,113.48) -- - (317.02,112.09) -- - (316.44,116.24) -- - (317.02,120.40) -- - (317.02,121.80) -- - (314.70,121.80) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (315.28,116.24) -- (316.44,116.24); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (318.44,136.04) -- (318.44,145.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (318.44,121.71) -- (318.44,112.99); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (317.28,136.04) -- - (317.28,136.55) -- - (317.86,129.38) -- - (317.28,122.22) -- - (317.28,121.71) -- - (319.60,121.71) -- - (319.60,122.22) -- - (319.02,129.38) -- - (319.60,136.55) -- - (319.60,136.04) -- - (317.28,136.04) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (317.86,129.38) -- (319.02,129.38); -\definecolor{drawColor}{RGB}{255,0,0} - -\path[draw=drawColor,line width= 0.6pt,dash pattern=on 4pt off 4pt ,line join=round] (182.70,112.99) -- (322.82,112.99); +\path[draw=drawColor,line width= 1.1pt] (373.05,226.37) -- (374.04,226.37); \end{scope} \begin{scope} -\path[clip] (182.70, 27.33) rectangle (322.82, 90.22); +\path[clip] (211.97, 27.33) rectangle (379.88,126.35); \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70, 37.31) -- - (322.82, 37.31); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97, 43.08) -- + (379.88, 43.08); -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70, 51.90) -- - (322.82, 51.90); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97, 65.59) -- + (379.88, 65.59); -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70, 66.50) -- - (322.82, 66.50); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97, 88.09) -- + (379.88, 88.09); -\path[draw=drawColor,line width= 0.3pt,line join=round] (182.70, 81.09) -- - (322.82, 81.09); +\path[draw=drawColor,line width= 0.3pt,line join=round] (211.97,110.60) -- + (379.88,110.60); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70, 30.01) -- - (322.82, 30.01); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97, 31.83) -- + (379.88, 31.83); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70, 44.61) -- - (322.82, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97, 54.34) -- + (379.88, 54.34); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70, 59.20) -- - (322.82, 59.20); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97, 76.84) -- + (379.88, 76.84); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70, 73.79) -- - (322.82, 73.79); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97, 99.35) -- + (379.88, 99.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (182.70, 88.38) -- - (322.82, 88.38); +\path[draw=drawColor,line width= 0.6pt,line join=round] (211.97,121.85) -- + (379.88,121.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (190.94, 27.33) -- - (190.94, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (225.96, 27.33) -- + (225.96,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (204.68, 27.33) -- - (204.68, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (249.28, 27.33) -- + (249.28,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (218.42, 27.33) -- - (218.42, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (272.61, 27.33) -- + (272.61,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (232.15, 27.33) -- - (232.15, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (295.93, 27.33) -- + (295.93,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.89, 27.33) -- - (245.89, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (319.25, 27.33) -- + (319.25,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (259.63, 27.33) -- - (259.63, 90.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (342.57, 27.33) -- + (342.57,126.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (273.36, 27.33) -- - (273.36, 90.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (287.10, 27.33) -- - (287.10, 90.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (300.84, 27.33) -- - (300.84, 90.22); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (314.57, 27.33) -- - (314.57, 90.22); -\definecolor{drawColor}{gray}{0.20} -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (187.08, 54.68) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (187.08, 48.96) -- (187.08, 48.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (187.08, 48.96) -- (187.08, 48.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (365.89, 27.33) -- + (365.89,126.35); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (185.92, 48.96) -- - (185.92, 48.96) -- - (186.50, 48.96) -- - (185.92, 48.96) -- - (185.92, 48.96) -- - (188.24, 48.96) -- - (188.24, 48.96) -- - (187.66, 48.96) -- - (188.24, 48.96) -- - (188.24, 48.96) -- - (185.92, 48.96) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (218.31,112.85) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (186.50, 48.96) -- (187.66, 48.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.31,102.26) -- (218.31,102.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] (189.66, 44.61) -- (189.66, 44.61); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (189.66, 44.61) -- (189.66, 44.61); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (188.50, 44.61) -- - (188.50, 44.61) -- - (189.08, 44.61) -- - (188.50, 44.61) -- - (188.50, 44.61) -- - (190.82, 44.61) -- - (190.82, 44.61) -- - (190.24, 44.61) -- - (190.82, 44.61) -- - (190.82, 44.61) -- - (188.50, 44.61) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (189.08, 44.61) -- (190.24, 44.61); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (192.23, 51.99) -- (192.23, 52.88); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (192.23, 49.34) -- (192.23, 49.34); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (191.07, 51.99) -- - (191.07, 50.66) -- - (191.65, 49.34) -- - (191.07, 48.01) -- - (191.07, 49.34) -- - (193.39, 49.34) -- - (193.39, 48.01) -- - (192.81, 49.34) -- - (193.39, 50.66) -- - (193.39, 51.99) -- - (191.07, 51.99) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (191.65, 49.34) -- (192.81, 49.34); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (194.81, 49.08) -- (194.81, 49.47); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (194.81, 47.92) -- (194.81, 47.92); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (193.65, 49.08) -- - (193.65, 48.50) -- - (194.23, 47.92) -- - (193.65, 47.34) -- - (193.65, 47.92) -- - (195.97, 47.92) -- - (195.97, 47.34) -- - (195.39, 47.92) -- - (195.97, 48.50) -- - (195.97, 49.08) -- - (193.65, 49.08) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (194.23, 47.92) -- (195.39, 47.92); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (200.82, 57.28) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.82, 52.69) -- (200.82, 55.26); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.82, 49.94) -- (200.82, 49.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.31,102.26) -- (218.31,102.26); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (199.66, 52.69) -- - (199.66, 53.05) -- - (200.24, 51.68) -- - (199.66, 50.31) -- - (199.66, 49.94) -- - (201.98, 49.94) -- - (201.98, 50.31) -- - (201.40, 51.68) -- - (201.98, 53.05) -- - (201.98, 52.69) -- - (199.66, 52.69) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (217.33,102.26) -- + (217.33,102.26) -- + (217.82,102.26) -- + (217.33,102.26) -- + (217.33,102.26) -- + (219.29,102.26) -- + (219.29,102.26) -- + (218.80,102.26) -- + (219.29,102.26) -- + (219.29,102.26) -- + (217.33,102.26) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (200.24, 51.68) -- (201.40, 51.68); +\path[draw=drawColor,line width= 1.1pt] (217.82,102.26) -- (218.80,102.26); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (203.39, 50.87) -- (203.39, 50.87); +\path[draw=drawColor,line width= 0.6pt,line join=round] (220.50, 94.21) -- (220.50, 94.21); -\path[draw=drawColor,line width= 0.6pt,line join=round] (203.39, 42.68) -- (203.39, 41.86); +\path[draw=drawColor,line width= 0.6pt,line join=round] (220.50, 94.21) -- (220.50, 94.21); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (219.51, 94.21) -- + (219.51, 94.21) -- + (220.00, 94.21) -- + (219.51, 94.21) -- + (219.51, 94.21) -- + (221.48, 94.21) -- + (221.48, 94.21) -- + (220.99, 94.21) -- + (221.48, 94.21) -- + (221.48, 94.21) -- + (219.51, 94.21) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (220.00, 94.21) -- (220.99, 94.21); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.68,116.77) -- (222.68,116.77); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.68,116.77) -- (222.68,116.77); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (202.23, 50.87) -- - (202.23, 49.96) -- - (202.81, 45.87) -- - (202.23, 41.77) -- - (202.23, 42.68) -- - (204.55, 42.68) -- - (204.55, 41.77) -- - (203.97, 45.87) -- - (204.55, 49.96) -- - (204.55, 50.87) -- - (202.23, 50.87) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (221.70,116.77) -- + (221.70,116.77) -- + (222.19,116.77) -- + (221.70,116.77) -- + (221.70,116.77) -- + (223.67,116.77) -- + (223.67,116.77) -- + (223.18,116.77) -- + (223.67,116.77) -- + (223.67,116.77) -- + (221.70,116.77) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (202.81, 45.87) -- (203.97, 45.87); +\path[draw=drawColor,line width= 1.1pt] (222.19,116.77) -- (223.18,116.77); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.97, 50.80) -- (205.97, 53.04); +\path[draw=drawColor,line width= 0.6pt,line join=round] (224.87,116.77) -- (224.87,116.77); -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.97, 45.73) -- (205.97, 42.16); +\path[draw=drawColor,line width= 0.6pt,line join=round] (224.87,116.77) -- (224.87,116.77); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (223.89,116.77) -- + (223.89,116.77) -- + (224.38,116.77) -- + (223.89,116.77) -- + (223.89,116.77) -- + (225.85,116.77) -- + (225.85,116.77) -- + (225.36,116.77) -- + (225.85,116.77) -- + (225.85,116.77) -- + (223.89,116.77) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (224.38,116.77) -- (225.36,116.77); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (227.06, 97.39) -- (227.06, 99.03); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (227.06, 92.48) -- (227.06, 92.48); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (204.81, 50.80) -- - (204.81, 49.16) -- - (205.39, 46.63) -- - (204.81, 44.10) -- - (204.81, 45.73) -- - (207.13, 45.73) -- - (207.13, 44.10) -- - (206.55, 46.63) -- - (207.13, 49.16) -- - (207.13, 50.80) -- - (204.81, 50.80) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (226.07, 97.39) -- + (226.07, 94.93) -- + (226.56, 92.48) -- + (226.07, 90.03) -- + (226.07, 92.48) -- + (228.04, 92.48) -- + (228.04, 90.03) -- + (227.55, 92.48) -- + (228.04, 94.93) -- + (228.04, 97.39) -- + (226.07, 97.39) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (205.39, 46.63) -- (206.55, 46.63); +\path[draw=drawColor,line width= 1.1pt] (226.56, 92.48) -- (227.55, 92.48); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (208.54, 49.47) -- (208.54, 51.28); +\path[draw=drawColor,line width= 0.6pt,line join=round] (229.24, 83.72) -- (229.24, 83.72); -\path[draw=drawColor,line width= 0.6pt,line join=round] (208.54, 46.97) -- (208.54, 46.65); +\path[draw=drawColor,line width= 0.6pt,line join=round] (229.24, 83.72) -- (229.24, 83.72); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (228.26, 83.72) -- + (228.26, 83.72) -- + (228.75, 83.72) -- + (228.26, 83.72) -- + (228.26, 83.72) -- + (230.23, 83.72) -- + (230.23, 83.72) -- + (229.73, 83.72) -- + (230.23, 83.72) -- + (230.23, 83.72) -- + (228.26, 83.72) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (228.75, 83.72) -- (229.73, 83.72); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (231.43,113.97) -- (231.43,114.68); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (231.43,111.82) -- (231.43,111.82); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (207.39, 49.47) -- - (207.39, 49.70) -- - (207.96, 48.45) -- - (207.39, 47.20) -- - (207.39, 46.97) -- - (209.70, 46.97) -- - (209.70, 47.20) -- - (209.12, 48.45) -- - (209.70, 49.70) -- - (209.70, 49.47) -- - (207.39, 49.47) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (230.45,113.97) -- + (230.45,112.89) -- + (230.94,111.82) -- + (230.45,110.75) -- + (230.45,111.82) -- + (232.41,111.82) -- + (232.41,110.75) -- + (231.92,111.82) -- + (232.41,112.89) -- + (232.41,113.97) -- + (230.45,113.97) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (207.96, 48.45) -- (209.12, 48.45); +\path[draw=drawColor,line width= 1.1pt] (230.94,111.82) -- (231.92,111.82); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.55, 51.76) -- (214.55, 52.26); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,105.69) -- (233.62,105.69); -\path[draw=drawColor,line width= 0.6pt,line join=round] (214.55, 49.82) -- (214.55, 49.01); +\path[draw=drawColor,line width= 0.6pt,line join=round] (233.62,105.69) -- (233.62,105.69); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (232.63,105.69) -- + (232.63,105.69) -- + (233.12,105.69) -- + (232.63,105.69) -- + (232.63,105.69) -- + (234.60,105.69) -- + (234.60,105.69) -- + (234.11,105.69) -- + (234.60,105.69) -- + (234.60,105.69) -- + (232.63,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (233.12,105.69) -- (234.11,105.69); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (241.63,112.06) -- (241.63,112.88); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (241.63,103.98) -- (241.63, 99.26); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (213.40, 51.76) -- - (213.40, 51.37) -- - (213.97, 50.40) -- - (213.40, 49.43) -- - (213.40, 49.82) -- - (215.71, 49.82) -- - (215.71, 49.43) -- - (215.13, 50.40) -- - (215.71, 51.37) -- - (215.71, 51.76) -- - (213.40, 51.76) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (240.65,112.06) -- + (240.65,113.15) -- + (241.14,109.11) -- + (240.65,105.07) -- + (240.65,103.98) -- + (242.62,103.98) -- + (242.62,105.07) -- + (242.12,109.11) -- + (242.62,113.15) -- + (242.62,112.06) -- + (240.65,112.06) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (213.97, 50.40) -- (215.13, 50.40); +\path[draw=drawColor,line width= 1.1pt] (241.14,109.11) -- (242.12,109.11); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (217.13, 52.93) -- (217.13, 53.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.82, 99.54) -- (243.82, 99.54); -\path[draw=drawColor,line width= 0.6pt,line join=round] (217.13, 48.35) -- (217.13, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.82, 89.40) -- (243.82, 89.40); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (242.83, 99.54) -- + (242.83, 96.87) -- + (243.33, 91.80) -- + (242.83, 86.74) -- + (242.83, 89.40) -- + (244.80, 89.40) -- + (244.80, 86.74) -- + (244.31, 91.80) -- + (244.80, 96.87) -- + (244.80, 99.54) -- + (242.83, 99.54) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (243.33, 91.80) -- (244.31, 91.80); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (215.97, 52.93) -- - (215.97, 53.15) -- - (216.55, 50.87) -- - (215.97, 48.58) -- - (215.97, 48.35) -- - (218.29, 48.35) -- - (218.29, 48.58) -- - (217.71, 50.87) -- - (218.29, 53.15) -- - (218.29, 52.93) -- - (215.97, 52.93) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (246.00,112.11) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.00,116.77) -- (246.00,116.77); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (246.00,116.77) -- (246.00,116.77); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (245.02,116.77) -- + (245.02,116.77) -- + (245.51,116.77) -- + (245.02,116.77) -- + (245.02,116.77) -- + (246.99,116.77) -- + (246.99,116.77) -- + (246.50,116.77) -- + (246.99,116.77) -- + (246.99,116.77) -- + (245.02,116.77) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (216.55, 50.87) -- (217.71, 50.87); +\path[draw=drawColor,line width= 1.1pt] (245.51,116.77) -- (246.50,116.77); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (219.71, 48.81) -- (219.71, 55.09); +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.19,116.84) -- (248.19,121.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (219.71, 44.12) -- (219.71, 40.14); +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.19,105.18) -- (248.19,105.18); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (247.21,116.84) -- + (247.21,120.26) -- + (247.70,114.44) -- + (247.21,108.61) -- + (247.21,105.18) -- + (249.18,105.18) -- + (249.18,108.61) -- + (248.68,114.44) -- + (249.18,120.26) -- + (249.18,116.84) -- + (247.21,116.84) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (247.70,114.44) -- (248.68,114.44); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (250.38, 95.80) -- (250.38, 99.34); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (250.38, 87.15) -- (250.38, 79.19); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (218.55, 48.81) -- - (218.55, 49.85) -- - (219.13, 47.50) -- - (218.55, 45.16) -- - (218.55, 44.12) -- - (220.86, 44.12) -- - (220.86, 45.16) -- - (220.28, 47.50) -- - (220.86, 49.85) -- - (220.86, 48.81) -- - (218.55, 48.81) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (249.39, 95.80) -- + (249.39, 97.29) -- + (249.89, 92.96) -- + (249.39, 88.64) -- + (249.39, 87.15) -- + (251.36, 87.15) -- + (251.36, 88.64) -- + (250.87, 92.96) -- + (251.36, 97.29) -- + (251.36, 95.80) -- + (249.39, 95.80) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (219.13, 47.50) -- (220.28, 47.50); +\path[draw=drawColor,line width= 1.1pt] (249.89, 92.96) -- (250.87, 92.96); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (222.28, 49.47) -- (222.28, 51.28); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (252.56, 71.99) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (222.28, 46.65) -- (222.28, 46.65); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (252.56, 94.13) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (252.56, 94.13) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.56, 87.85) -- (252.56, 88.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.56, 83.72) -- (252.56, 83.72); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (251.58, 87.85) -- + (251.58, 85.78) -- + (252.07, 83.72) -- + (251.58, 81.66) -- + (251.58, 83.72) -- + (253.55, 83.72) -- + (253.55, 81.66) -- + (253.06, 83.72) -- + (253.55, 85.78) -- + (253.55, 87.85) -- + (251.58, 87.85) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (252.07, 83.72) -- (253.06, 83.72); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (254.75,114.68) -- (254.75,118.03); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (254.75,109.46) -- (254.75,109.46); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (221.12, 49.47) -- - (221.12, 49.33) -- - (221.70, 47.92) -- - (221.12, 46.51) -- - (221.12, 46.65) -- - (223.44, 46.65) -- - (223.44, 46.51) -- - (222.86, 47.92) -- - (223.44, 49.33) -- - (223.44, 49.47) -- - (221.12, 49.47) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (253.77,114.68) -- + (253.77,114.43) -- + (254.26,111.82) -- + (253.77,109.22) -- + (253.77,109.46) -- + (255.73,109.46) -- + (255.73,109.22) -- + (255.24,111.82) -- + (255.73,114.43) -- + (255.73,114.68) -- + (253.77,114.68) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (221.70, 47.92) -- (222.86, 47.92); +\path[draw=drawColor,line width= 1.1pt] (254.26,111.82) -- (255.24,111.82); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (228.29, 51.50) -- (228.29, 57.57); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (256.94,101.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (228.29, 47.39) -- (228.29, 46.07); +\path[draw=drawColor,line width= 0.6pt,line join=round] (256.94,105.69) -- (256.94,105.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (256.94,105.69) -- (256.94,105.69); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (255.95,105.69) -- + (255.95,105.69) -- + (256.44,105.69) -- + (255.95,105.69) -- + (255.95,105.69) -- + (257.92,105.69) -- + (257.92,105.69) -- + (257.43,105.69) -- + (257.92,105.69) -- + (257.92,105.69) -- + (255.95,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (256.44,105.69) -- (257.43,105.69); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.95,104.89) -- (264.95,112.88); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (264.95, 99.27) -- (264.95, 93.44); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (227.13, 51.50) -- - (227.13, 50.48) -- - (227.71, 48.43) -- - (227.13, 46.38) -- - (227.13, 47.39) -- - (229.45, 47.39) -- - (229.45, 46.38) -- - (228.87, 48.43) -- - (229.45, 50.48) -- - (229.45, 51.50) -- - (227.13, 51.50) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (263.97,104.89) -- + (263.97,103.62) -- + (264.46,100.81) -- + (263.97, 98.00) -- + (263.97, 99.27) -- + (265.94, 99.27) -- + (265.94, 98.00) -- + (265.45,100.81) -- + (265.94,103.62) -- + (265.94,104.89) -- + (263.97,104.89) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (227.71, 48.43) -- (228.87, 48.43); +\path[draw=drawColor,line width= 1.1pt] (264.46,100.81) -- (265.45,100.81); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (230.87, 50.39) -- (230.87, 53.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (267.14, 94.21) -- (267.14, 99.54); -\path[draw=drawColor,line width= 0.6pt,line join=round] (230.87, 46.64) -- (230.87, 42.09); +\path[draw=drawColor,line width= 0.6pt,line join=round] (267.14, 86.19) -- (267.14, 85.12); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (266.16, 94.21) -- + (266.16, 93.41) -- + (266.65, 89.40) -- + (266.16, 85.40) -- + (266.16, 86.19) -- + (268.12, 86.19) -- + (268.12, 85.40) -- + (267.63, 89.40) -- + (268.12, 93.41) -- + (268.12, 94.21) -- + (266.16, 94.21) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (266.65, 89.40) -- (267.63, 89.40); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (269.33,121.85) -- (269.33,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (269.33,116.77) -- (269.33,112.11); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (229.71, 50.39) -- - (229.71, 50.50) -- - (230.29, 48.63) -- - (229.71, 46.75) -- - (229.71, 46.64) -- - (232.03, 46.64) -- - (232.03, 46.75) -- - (231.45, 48.63) -- - (232.03, 50.50) -- - (232.03, 50.39) -- - (229.71, 50.39) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (268.34,121.85) -- + (268.34,121.85) -- + (268.83,119.31) -- + (268.34,116.77) -- + (268.34,116.77) -- + (270.31,116.77) -- + (270.31,116.77) -- + (269.82,119.31) -- + (270.31,121.85) -- + (270.31,121.85) -- + (268.34,121.85) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (230.29, 48.63) -- (231.45, 48.63); +\path[draw=drawColor,line width= 1.1pt] (268.83,119.31) -- (269.82,119.31); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (233.44, 49.14) -- (233.44, 55.13); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (271.51,121.85) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (233.44, 43.98) -- (233.44, 40.78); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (271.51,121.85) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (271.51,105.18) -- (271.51,105.18); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (271.51,105.18) -- (271.51,105.18); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (270.53,105.18) -- + (270.53,105.18) -- + (271.02,105.18) -- + (270.53,105.18) -- + (270.53,105.18) -- + (272.50,105.18) -- + (272.50,105.18) -- + (272.00,105.18) -- + (272.50,105.18) -- + (272.50,105.18) -- + (270.53,105.18) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (271.02,105.18) -- (272.00,105.18); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (273.70, 90.26) -- (273.70, 95.43); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (273.70, 77.75) -- (273.70, 63.72); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (232.28, 49.14) -- - (232.28, 49.95) -- - (232.86, 47.37) -- - (232.28, 44.79) -- - (232.28, 43.98) -- - (234.60, 43.98) -- - (234.60, 44.79) -- - (234.02, 47.37) -- - (234.60, 49.95) -- - (234.60, 49.14) -- - (232.28, 49.14) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (272.72, 90.26) -- + (272.72, 92.44) -- + (273.21, 86.19) -- + (272.72, 79.94) -- + (272.72, 77.75) -- + (274.68, 77.75) -- + (274.68, 79.94) -- + (274.19, 86.19) -- + (274.68, 92.44) -- + (274.68, 90.26) -- + (272.72, 90.26) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (232.86, 47.37) -- (234.02, 47.37); +\path[draw=drawColor,line width= 1.1pt] (273.21, 86.19) -- (274.19, 86.19); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (236.02, 49.08) -- (236.02, 49.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] (275.89, 84.06) -- (275.89, 88.69); -\path[draw=drawColor,line width= 0.6pt,line join=round] (236.02, 46.65) -- (236.02, 46.63); +\path[draw=drawColor,line width= 0.6pt,line join=round] (275.89, 71.72) -- (275.89, 69.61); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (274.90, 84.06) -- + (274.90, 84.21) -- + (275.39, 78.04) -- + (274.90, 71.88) -- + (274.90, 71.72) -- + (276.87, 71.72) -- + (276.87, 71.88) -- + (276.38, 78.04) -- + (276.87, 84.21) -- + (276.87, 84.06) -- + (274.90, 84.06) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (275.39, 78.04) -- (276.38, 78.04); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (278.07,113.97) -- (278.07,118.03); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (278.07,109.46) -- (278.07,109.46); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (234.86, 49.08) -- - (234.86, 49.14) -- - (235.44, 47.92) -- - (234.86, 46.71) -- - (234.86, 46.65) -- - (237.18, 46.65) -- - (237.18, 46.71) -- - (236.60, 47.92) -- - (237.18, 49.14) -- - (237.18, 49.08) -- - (234.86, 49.08) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (277.09,113.97) -- + (277.09,114.08) -- + (277.58,111.82) -- + (277.09,109.57) -- + (277.09,109.46) -- + (279.06,109.46) -- + (279.06,109.57) -- + (278.56,111.82) -- + (279.06,114.08) -- + (279.06,113.97) -- + (277.09,113.97) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (235.44, 47.92) -- (236.60, 47.92); +\path[draw=drawColor,line width= 1.1pt] (277.58,111.82) -- (278.56,111.82); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (242.03, 49.07) -- (242.03, 50.25); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (280.26,101.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (242.03, 46.11) -- (242.03, 44.01); +\path[draw=drawColor,line width= 0.6pt,line join=round] (280.26,105.69) -- (280.26,105.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (280.26,105.69) -- (280.26,105.69); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (279.27,105.69) -- + (279.27,105.69) -- + (279.77,105.69) -- + (279.27,105.69) -- + (279.27,105.69) -- + (281.24,105.69) -- + (281.24,105.69) -- + (280.75,105.69) -- + (281.24,105.69) -- + (281.24,105.69) -- + (279.27,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (279.77,105.69) -- (280.75,105.69); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (240.87, 49.07) -- - (240.87, 48.20) -- - (241.45, 46.72) -- - (240.87, 45.24) -- - (240.87, 46.11) -- - (243.19, 46.11) -- - (243.19, 45.24) -- - (242.61, 46.72) -- - (243.19, 48.20) -- - (243.19, 49.07) -- - (240.87, 49.07) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (288.28,109.76) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (241.45, 46.72) -- (242.61, 46.72); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (288.28, 91.23) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (244.60, 53.27) -- (244.60, 54.77); +\path[draw=drawColor,line width= 0.6pt,line join=round] (288.28,103.37) -- (288.28,109.11); -\path[draw=drawColor,line width= 0.6pt,line join=round] (244.60, 48.98) -- (244.60, 46.08); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (243.44, 53.27) -- - (243.44, 53.03) -- - (244.02, 50.89) -- - (243.44, 48.74) -- - (243.44, 48.98) -- - (245.76, 48.98) -- - (245.76, 48.74) -- - (245.18, 50.89) -- - (245.76, 53.03) -- - (245.76, 53.27) -- - (243.44, 53.27) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (244.02, 50.89) -- (245.18, 50.89); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (247.18, 48.20) -- (247.18, 55.43); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (247.18, 40.69) -- (247.18, 37.34); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (246.02, 48.20) -- - (246.02, 47.60) -- - (246.60, 43.85) -- - (246.02, 40.10) -- - (246.02, 40.69) -- - (248.34, 40.69) -- - (248.34, 40.10) -- - (247.76, 43.85) -- - (248.34, 47.60) -- - (248.34, 48.20) -- - (246.02, 48.20) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (246.60, 43.85) -- (247.76, 43.85); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.75, 49.90) -- (249.75, 53.86); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.75, 45.66) -- (249.75, 44.84); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (248.60, 49.90) -- - (248.60, 50.04) -- - (249.17, 47.92) -- - (248.60, 45.80) -- - (248.60, 45.66) -- - (250.91, 45.66) -- - (250.91, 45.80) -- - (250.33, 47.92) -- - (250.91, 50.04) -- - (250.91, 49.90) -- - (248.60, 49.90) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (249.17, 47.92) -- (250.33, 47.92); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (255.76, 55.88) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (255.76, 49.58) -- (255.76, 52.98); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (255.76, 46.08) -- (255.76, 44.75); +\path[draw=drawColor,line width= 0.6pt,line join=round] (288.28, 99.28) -- (288.28, 96.92); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (254.60, 49.58) -- - (254.60, 48.29) -- - (255.18, 46.53) -- - (254.60, 44.78) -- - (254.60, 46.08) -- - (256.92, 46.08) -- - (256.92, 44.78) -- - (256.34, 46.53) -- - (256.92, 48.29) -- - (256.92, 49.58) -- - (254.60, 49.58) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (287.29,103.37) -- + (287.29,102.92) -- + (287.78,100.88) -- + (287.29, 98.83) -- + (287.29, 99.28) -- + (289.26, 99.28) -- + (289.26, 98.83) -- + (288.77,100.88) -- + (289.26,102.92) -- + (289.26,103.37) -- + (287.29,103.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (255.18, 46.53) -- (256.34, 46.53); +\path[draw=drawColor,line width= 1.1pt] (287.78,100.88) -- (288.77,100.88); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (258.34, 50.25) -- (258.34, 53.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (290.46, 94.21) -- (290.46, 99.54); -\path[draw=drawColor,line width= 0.6pt,line join=round] (258.34, 45.44) -- (258.34, 44.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (290.46, 89.40) -- (290.46, 85.12); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (289.48, 94.21) -- + (289.48, 96.61) -- + (289.97, 94.21) -- + (289.48, 91.81) -- + (289.48, 89.40) -- + (291.45, 89.40) -- + (291.45, 91.81) -- + (290.95, 94.21) -- + (291.45, 96.61) -- + (291.45, 94.21) -- + (289.48, 94.21) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (289.97, 94.21) -- (290.95, 94.21); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (257.18, 50.25) -- - (257.18, 50.76) -- - (257.76, 48.35) -- - (257.18, 45.94) -- - (257.18, 45.44) -- - (259.50, 45.44) -- - (259.50, 45.94) -- - (258.92, 48.35) -- - (259.50, 50.76) -- - (259.50, 50.25) -- - (257.18, 50.25) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (292.65,121.85) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (292.65,115.60) -- (292.65,116.84); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (292.65,112.11) -- (292.65,107.90); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (291.66,115.60) -- + (291.66,113.85) -- + (292.16,112.11) -- + (291.66,110.36) -- + (291.66,112.11) -- + (293.63,112.11) -- + (293.63,110.36) -- + (293.14,112.11) -- + (293.63,113.85) -- + (293.63,115.60) -- + (291.66,115.60) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (257.76, 48.35) -- (258.92, 48.35); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (292.16,112.11) -- (293.14,112.11); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (260.92, 73.35) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (294.83,104.06) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (260.92, 52.00) -- (260.92, 57.91); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (294.83,112.11) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (260.92, 41.45) -- (260.92, 37.04); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (294.83,104.16) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (294.83,116.77) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (294.83,105.18) -- (294.83,105.18); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (294.83,105.18) -- (294.83,105.18); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (293.85,105.18) -- + (293.85,105.18) -- + (294.34,105.18) -- + (293.85,105.18) -- + (293.85,105.18) -- + (295.82,105.18) -- + (295.82,105.18) -- + (295.33,105.18) -- + (295.82,105.18) -- + (295.82,105.18) -- + (293.85,105.18) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (294.34,105.18) -- (295.33,105.18); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (297.02, 89.47) -- (297.02, 98.74); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (297.02, 82.39) -- (297.02, 72.39); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (259.76, 52.00) -- - (259.76, 51.78) -- - (260.34, 46.50) -- - (259.76, 41.23) -- - (259.76, 41.45) -- - (262.07, 41.45) -- - (262.07, 41.23) -- - (261.49, 46.50) -- - (262.07, 51.78) -- - (262.07, 52.00) -- - (259.76, 52.00) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (296.04, 89.47) -- + (296.04, 89.48) -- + (296.53, 85.94) -- + (296.04, 82.40) -- + (296.04, 82.39) -- + (298.00, 82.39) -- + (298.00, 82.40) -- + (297.51, 85.94) -- + (298.00, 89.48) -- + (298.00, 89.47) -- + (296.04, 89.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (260.34, 46.50) -- (261.49, 46.50); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (296.53, 85.94) -- (297.51, 85.94); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (263.49, 40.97) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (299.21, 94.13) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (263.49, 51.82) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (299.21, 83.72) -- (299.21, 85.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.49, 46.68) -- (263.49, 47.92); +\path[draw=drawColor,line width= 0.6pt,line join=round] (299.21, 79.27) -- (299.21, 75.82); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (263.49, 45.08) -- (263.49, 44.90); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (298.22, 83.72) -- + (298.22, 82.00) -- + (298.72, 79.77) -- + (298.22, 77.55) -- + (298.22, 79.27) -- + (300.19, 79.27) -- + (300.19, 77.55) -- + (299.70, 79.77) -- + (300.19, 82.00) -- + (300.19, 83.72) -- + (298.22, 83.72) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (298.72, 79.77) -- (299.70, 79.77); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (301.39,113.97) -- (301.39,114.68); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (301.39,109.46) -- (301.39,109.42); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (262.33, 46.68) -- - (262.33, 46.52) -- - (262.91, 45.72) -- - (262.33, 44.92) -- - (262.33, 45.08) -- - (264.65, 45.08) -- - (264.65, 44.92) -- - (264.07, 45.72) -- - (264.65, 46.52) -- - (264.65, 46.68) -- - (262.33, 46.68) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (300.41,113.97) -- + (300.41,114.08) -- + (300.90,111.82) -- + (300.41,109.57) -- + (300.41,109.46) -- + (302.38,109.46) -- + (302.38,109.57) -- + (301.89,111.82) -- + (302.38,114.08) -- + (302.38,113.97) -- + (300.41,113.97) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (262.91, 45.72) -- (264.07, 45.72); +\path[draw=drawColor,line width= 1.1pt] (300.90,111.82) -- (301.89,111.82); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.50, 49.32) -- (269.50, 51.24); +\path[draw=drawColor,line width= 0.6pt,line join=round] (303.58,105.69) -- (303.58,105.69); -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.50, 46.40) -- (269.50, 46.07); +\path[draw=drawColor,line width= 0.6pt,line join=round] (303.58,105.69) -- (303.58,105.69); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (302.60,105.69) -- + (302.60,105.69) -- + (303.09,105.69) -- + (302.60,105.69) -- + (302.60,105.69) -- + (304.56,105.69) -- + (304.56,105.69) -- + (304.07,105.69) -- + (304.56,105.69) -- + (304.56,105.69) -- + (302.60,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (303.09,105.69) -- (304.07,105.69); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (311.60,100.53) -- (311.60,103.23); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (311.60, 89.56) -- (311.60, 86.26); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (268.34, 49.32) -- - (268.34, 49.04) -- - (268.92, 47.58) -- - (268.34, 46.13) -- - (268.34, 46.40) -- - (270.66, 46.40) -- - (270.66, 46.13) -- - (270.08, 47.58) -- - (270.66, 49.04) -- - (270.66, 49.32) -- - (268.34, 49.32) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (310.61,100.53) -- + (310.61, 98.95) -- + (311.10, 93.47) -- + (310.61, 87.98) -- + (310.61, 89.56) -- + (312.58, 89.56) -- + (312.58, 87.98) -- + (312.09, 93.47) -- + (312.58, 98.95) -- + (312.58,100.53) -- + (310.61,100.53) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (268.92, 47.58) -- (270.08, 47.58); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (311.10, 93.47) -- (312.09, 93.47); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (272.08, 60.28) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (313.78, 99.54) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (272.08, 40.87) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (313.78, 99.54) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (272.08, 39.88) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (313.78, 90.22) -- (313.78, 90.49); -\path[draw=drawColor,line width= 0.6pt,line join=round] (272.08, 52.93) -- (272.08, 54.94); +\path[draw=drawColor,line width= 0.6pt,line join=round] (313.78, 85.12) -- (313.78, 85.12); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (272.08, 48.13) -- (272.08, 48.03); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (312.80, 90.22) -- + (312.80, 91.95) -- + (313.29, 89.40) -- + (312.80, 86.85) -- + (312.80, 85.12) -- + (314.77, 85.12) -- + (314.77, 86.85) -- + (314.27, 89.40) -- + (314.77, 91.95) -- + (314.77, 90.22) -- + (312.80, 90.22) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (313.29, 89.40) -- (314.27, 89.40); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (315.97,116.82) -- (315.97,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (315.97,112.11) -- (315.97,107.90); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (270.92, 52.93) -- - (270.92, 52.13) -- - (271.50, 49.73) -- - (270.92, 47.33) -- - (270.92, 48.13) -- - (273.24, 48.13) -- - (273.24, 47.33) -- - (272.66, 49.73) -- - (273.24, 52.13) -- - (273.24, 52.93) -- - (270.92, 52.93) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (314.99,116.82) -- + (314.99,119.12) -- + (315.48,116.77) -- + (314.99,114.41) -- + (314.99,112.11) -- + (316.95,112.11) -- + (316.95,114.41) -- + (316.46,116.77) -- + (316.95,119.12) -- + (316.95,116.82) -- + (314.99,116.82) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (271.50, 49.73) -- (272.66, 49.73); +\path[draw=drawColor,line width= 1.1pt] (315.48,116.77) -- (316.46,116.77); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.65, 53.22) -- (274.65, 64.84); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (318.16, 97.97) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.65, 44.43) -- (274.65, 42.03); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (318.16, 97.97) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.16,105.18) -- (318.16,105.18); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.16,105.18) -- (318.16,105.18); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (317.17,105.18) -- + (317.17,105.18) -- + (317.66,105.18) -- + (317.17,105.18) -- + (317.17,105.18) -- + (319.14,105.18) -- + (319.14,105.18) -- + (318.65,105.18) -- + (319.14,105.18) -- + (319.14,105.18) -- + (317.17,105.18) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (317.66,105.18) -- (318.65,105.18); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (320.34, 86.97) -- (320.34, 93.09); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (320.34, 67.38) -- (320.34, 65.83); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (273.49, 53.22) -- - (273.49, 51.47) -- - (274.07, 47.08) -- - (273.49, 42.68) -- - (273.49, 44.43) -- - (275.81, 44.43) -- - (275.81, 42.68) -- - (275.23, 47.08) -- - (275.81, 51.47) -- - (275.81, 53.22) -- - (273.49, 53.22) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (319.36, 86.97) -- + (319.36, 82.31) -- + (319.85, 72.53) -- + (319.36, 62.74) -- + (319.36, 67.38) -- + (321.33, 67.38) -- + (321.33, 62.74) -- + (320.83, 72.53) -- + (321.33, 82.31) -- + (321.33, 86.97) -- + (319.36, 86.97) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (274.07, 47.08) -- (275.23, 47.08); +\path[draw=drawColor,line width= 1.1pt] (319.85, 72.53) -- (320.83, 72.53); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (277.23, 48.26) -- (277.23, 49.92); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (322.53, 88.69) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (277.23, 44.66) -- (277.23, 44.35); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (322.53, 94.13) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (322.53, 78.41) -- (322.53, 79.27); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (322.53, 72.10) -- (322.53, 65.12); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (321.54, 78.41) -- + (321.54, 77.28) -- + (322.04, 74.13) -- + (321.54, 70.98) -- + (321.54, 72.10) -- + (323.51, 72.10) -- + (323.51, 70.98) -- + (323.02, 74.13) -- + (323.51, 77.28) -- + (323.51, 78.41) -- + (321.54, 78.41) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (322.04, 74.13) -- (323.02, 74.13); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (324.71,111.84) -- (324.71,114.68); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (324.71,107.53) -- (324.71,106.12); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (276.07, 48.26) -- - (276.07, 47.45) -- - (276.65, 45.65) -- - (276.07, 43.85) -- - (276.07, 44.66) -- - (278.39, 44.66) -- - (278.39, 43.85) -- - (277.81, 45.65) -- - (278.39, 47.45) -- - (278.39, 48.26) -- - (276.07, 48.26) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (323.73,111.84) -- + (323.73,113.97) -- + (324.22,111.81) -- + (323.73,109.66) -- + (323.73,107.53) -- + (325.70,107.53) -- + (325.70,109.66) -- + (325.21,111.81) -- + (325.70,113.97) -- + (325.70,111.84) -- + (323.73,111.84) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (276.65, 45.65) -- (277.81, 45.65); +\path[draw=drawColor,line width= 1.1pt] (324.22,111.81) -- (325.21,111.81); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (283.24, 52.23) -- (283.24, 54.21); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (326.90, 97.55) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (283.24, 44.14) -- (283.24, 36.59); +\path[draw=drawColor,line width= 0.6pt,line join=round] (326.90,105.69) -- (326.90,105.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (326.90,102.45) -- (326.90,101.37); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (325.92,105.69) -- + (325.92,107.30) -- + (326.41,105.69) -- + (325.92,104.07) -- + (325.92,102.45) -- + (327.89,102.45) -- + (327.89,104.07) -- + (327.39,105.69) -- + (327.89,107.30) -- + (327.89,105.69) -- + (325.92,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (326.41,105.69) -- (327.39,105.69); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (282.08, 52.23) -- - (282.08, 49.87) -- - (282.66, 45.82) -- - (282.08, 41.78) -- - (282.08, 44.14) -- - (284.40, 44.14) -- - (284.40, 41.78) -- - (283.82, 45.82) -- - (284.40, 49.87) -- - (284.40, 52.23) -- - (282.08, 52.23) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (334.92,109.70) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (282.66, 45.82) -- (283.82, 45.82); +\path[draw=drawColor,line width= 0.6pt,line join=round] (334.92, 97.10) -- (334.92,102.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] (285.81, 49.32) -- (285.81, 51.10); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (285.81, 45.78) -- (285.81, 44.61); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (284.65, 49.32) -- - (284.65, 49.55) -- - (285.23, 47.78) -- - (284.65, 46.01) -- - (284.65, 45.78) -- - (286.97, 45.78) -- - (286.97, 46.01) -- - (286.39, 47.78) -- - (286.97, 49.55) -- - (286.97, 49.32) -- - (284.65, 49.32) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (285.23, 47.78) -- (286.39, 47.78); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (288.39, 60.07) -- (288.39, 66.37); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (288.39, 45.33) -- (288.39, 38.14); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (287.23, 60.07) -- - (287.23, 61.89) -- - (287.81, 54.52) -- - (287.23, 47.16) -- - (287.23, 45.33) -- - (289.55, 45.33) -- - (289.55, 47.16) -- - (288.97, 54.52) -- - (289.55, 61.89) -- - (289.55, 60.07) -- - (287.23, 60.07) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (287.81, 54.52) -- (288.97, 54.52); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.96, 48.97) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.96, 47.81) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.96, 43.46) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (290.96, 42.04) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (290.96, 45.36) -- (290.96, 45.62); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (290.96, 44.61) -- (290.96, 44.61); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (289.80, 45.36) -- - (289.80, 44.99) -- - (290.38, 44.61) -- - (289.80, 44.23) -- - (289.80, 44.61) -- - (292.12, 44.61) -- - (292.12, 44.23) -- - (291.54, 44.61) -- - (292.12, 44.99) -- - (292.12, 45.36) -- - (289.80, 45.36) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (290.38, 44.61) -- (291.54, 44.61); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (296.97, 62.10) -- (296.97, 77.04); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (296.97, 42.60) -- (296.97, 35.68); +\path[draw=drawColor,line width= 0.6pt,line join=round] (334.92, 89.41) -- (334.92, 85.56); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (295.81, 62.10) -- - (295.81, 55.96) -- - (296.39, 46.21) -- - (295.81, 36.47) -- - (295.81, 42.60) -- - (298.13, 42.60) -- - (298.13, 36.47) -- - (297.55, 46.21) -- - (298.13, 55.96) -- - (298.13, 62.10) -- - (295.81, 62.10) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (333.93, 97.10) -- + (333.93, 99.11) -- + (334.43, 95.27) -- + (333.93, 91.43) -- + (333.93, 89.41) -- + (335.90, 89.41) -- + (335.90, 91.43) -- + (335.41, 95.27) -- + (335.90, 99.11) -- + (335.90, 97.10) -- + (333.93, 97.10) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (296.39, 46.21) -- (297.55, 46.21); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (334.43, 95.27) -- (335.41, 95.27); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (299.55, 66.66) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (337.10, 94.21) -- (337.10, 94.21); -\path[draw=drawColor,line width= 0.6pt,line join=round] (299.55, 48.91) -- (299.55, 51.25); +\path[draw=drawColor,line width= 0.6pt,line join=round] (337.10, 85.12) -- (337.10, 81.40); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (299.55, 43.72) -- (299.55, 40.05); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (336.12, 94.21) -- + (336.12, 90.13) -- + (336.61, 85.59) -- + (336.12, 81.05) -- + (336.12, 85.12) -- + (338.09, 85.12) -- + (338.09, 81.05) -- + (337.60, 85.59) -- + (338.09, 90.13) -- + (338.09, 94.21) -- + (336.12, 94.21) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (336.61, 85.59) -- (337.60, 85.59); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.29,112.20) -- (339.29,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.29,105.21) -- (339.29,104.10); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (298.39, 48.91) -- - (298.39, 48.49) -- - (298.97, 45.90) -- - (298.39, 43.31) -- - (298.39, 43.72) -- - (300.71, 43.72) -- - (300.71, 43.31) -- - (300.13, 45.90) -- - (300.71, 48.49) -- - (300.71, 48.91) -- - (298.39, 48.91) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (338.31,112.20) -- + (338.31,115.60) -- + (338.80,112.11) -- + (338.31,108.61) -- + (338.31,105.21) -- + (340.27,105.21) -- + (340.27,108.61) -- + (339.78,112.11) -- + (340.27,115.60) -- + (340.27,112.20) -- + (338.31,112.20) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (298.97, 45.90) -- (300.13, 45.90); +\path[draw=drawColor,line width= 1.1pt] (338.80,112.11) -- (339.78,112.11); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (302.12, 55.91) -- (302.12, 60.66); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (341.48,108.55) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (302.12, 49.56) -- (302.12, 45.77); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (341.48, 97.97) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (341.48, 97.97) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (341.48,105.18) -- (341.48,105.18); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (341.48,104.53) -- (341.48,104.31); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (340.49,105.18) -- + (340.49,105.51) -- + (340.99,105.18) -- + (340.49,104.85) -- + (340.49,104.53) -- + (342.46,104.53) -- + (342.46,104.85) -- + (341.97,105.18) -- + (342.46,105.51) -- + (342.46,105.18) -- + (340.49,105.18) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (340.99,105.18) -- (341.97,105.18); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (343.66, 84.20) -- (343.66, 95.98); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (343.66, 63.13) -- (343.66, 57.91); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (300.97, 55.91) -- - (300.97, 55.92) -- - (301.55, 52.74) -- - (300.97, 49.57) -- - (300.97, 49.56) -- - (303.28, 49.56) -- - (303.28, 49.57) -- - (302.70, 52.74) -- - (303.28, 55.92) -- - (303.28, 55.91) -- - (300.97, 55.91) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (342.68, 84.20) -- + (342.68, 89.02) -- + (343.17, 78.49) -- + (342.68, 67.96) -- + (342.68, 63.13) -- + (344.65, 63.13) -- + (344.65, 67.96) -- + (344.16, 78.49) -- + (344.65, 89.02) -- + (344.65, 84.20) -- + (342.68, 84.20) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (301.55, 52.74) -- (302.70, 52.74); +\path[draw=drawColor,line width= 1.1pt] (343.17, 78.49) -- (344.16, 78.49); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (304.70, 59.61) -- (304.70, 73.41); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (345.85, 31.83) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (304.70, 45.81) -- (304.70, 36.50); +\path[draw=drawColor,line width= 0.6pt,line join=round] (345.85, 79.34) -- (345.85, 94.13); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (345.85, 62.12) -- (345.85, 55.25); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (344.87, 79.34) -- + (344.87, 73.57) -- + (345.36, 64.97) -- + (344.87, 56.36) -- + (344.87, 62.12) -- + (346.83, 62.12) -- + (346.83, 56.36) -- + (346.34, 64.97) -- + (346.83, 73.57) -- + (346.83, 79.34) -- + (344.87, 79.34) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (345.36, 64.97) -- (346.34, 64.97); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (303.54, 59.61) -- - (303.54, 57.15) -- - (304.12, 50.25) -- - (303.54, 43.36) -- - (303.54, 45.81) -- - (305.86, 45.81) -- - (305.86, 43.36) -- - (305.28, 50.25) -- - (305.86, 57.15) -- - (305.86, 59.61) -- - (303.54, 59.61) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (348.04, 89.89) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.04,108.99) -- (348.04,114.72); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.04,103.99) -- (348.04,101.93); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (347.05,108.99) -- + (347.05,109.37) -- + (347.54,106.87) -- + (347.05,104.37) -- + (347.05,103.99) -- + (349.02,103.99) -- + (349.02,104.37) -- + (348.53,106.87) -- + (349.02,109.37) -- + (349.02,108.99) -- + (347.05,108.99) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (304.12, 50.25) -- (305.28, 50.25); +\path[draw=drawColor,line width= 1.1pt] (347.54,106.87) -- (348.53,106.87); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (310.71, 64.08) -- (310.71, 73.75); +\path[draw=drawColor,line width= 0.6pt,line join=round] (350.22,105.69) -- (350.22,105.69); -\path[draw=drawColor,line width= 0.6pt,line join=round] (310.71, 52.17) -- (310.71, 47.92); +\path[draw=drawColor,line width= 0.6pt,line join=round] (350.22,101.37) -- (350.22, 96.62); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (349.24,105.69) -- + (349.24,105.68) -- + (349.73,103.53) -- + (349.24,101.37) -- + (349.24,101.37) -- + (351.21,101.37) -- + (351.21,101.37) -- + (350.71,103.53) -- + (351.21,105.68) -- + (351.21,105.69) -- + (349.24,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (349.73,103.53) -- (350.71,103.53); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (358.24, 96.08) -- (358.24,102.93); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (358.24, 88.43) -- (358.24, 81.28); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (309.55, 64.08) -- - (309.55, 62.54) -- - (310.13, 56.59) -- - (309.55, 50.65) -- - (309.55, 52.17) -- - (311.87, 52.17) -- - (311.87, 50.65) -- - (311.29, 56.59) -- - (311.87, 62.54) -- - (311.87, 64.08) -- - (309.55, 64.08) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (357.26, 96.08) -- + (357.26, 93.59) -- + (357.75, 89.77) -- + (357.26, 85.95) -- + (357.26, 88.43) -- + (359.22, 88.43) -- + (359.22, 85.95) -- + (358.73, 89.77) -- + (359.22, 93.59) -- + (359.22, 96.08) -- + (357.26, 96.08) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (310.13, 56.59) -- (311.29, 56.59); +\path[draw=drawColor,line width= 1.1pt] (357.75, 89.77) -- (358.73, 89.77); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (313.29, 59.39) -- (313.29, 67.39); +\path[draw=drawColor,line width= 0.6pt,line join=round] (360.43, 93.01) -- (360.43, 99.54); -\path[draw=drawColor,line width= 0.6pt,line join=round] (313.29, 46.67) -- (313.29, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (360.43, 78.97) -- (360.43, 77.35); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (359.44, 93.01) -- + (359.44, 90.28) -- + (359.93, 83.26) -- + (359.44, 76.24) -- + (359.44, 78.97) -- + (361.41, 78.97) -- + (361.41, 76.24) -- + (360.92, 83.26) -- + (361.41, 90.28) -- + (361.41, 93.01) -- + (359.44, 93.01) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (359.93, 83.26) -- (360.92, 83.26); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.61,115.63) -- (362.61,121.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.61, 99.72) -- (362.61, 89.21); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (312.13, 59.39) -- - (312.13, 58.03) -- - (312.71, 51.67) -- - (312.13, 45.31) -- - (312.13, 46.67) -- - (314.45, 46.67) -- - (314.45, 45.31) -- - (313.87, 51.67) -- - (314.45, 58.03) -- - (314.45, 59.39) -- - (312.13, 59.39) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (361.63,115.63) -- + (361.63,114.23) -- + (362.12,106.28) -- + (361.63, 98.33) -- + (361.63, 99.72) -- + (363.60, 99.72) -- + (363.60, 98.33) -- + (363.10,106.28) -- + (363.60,114.23) -- + (363.60,115.63) -- + (361.63,115.63) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (312.71, 51.67) -- (313.87, 51.67); +\path[draw=drawColor,line width= 1.1pt] (362.12,106.28) -- (363.10,106.28); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (315.86, 49.48) -- (315.86, 50.77); +\path[draw=drawColor,line width= 0.6pt,line join=round] (364.80,105.18) -- (364.80,105.18); -\path[draw=drawColor,line width= 0.6pt,line join=round] (315.86, 46.32) -- (315.86, 43.68); +\path[draw=drawColor,line width= 0.6pt,line join=round] (364.80, 91.57) -- (364.80, 79.25); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (363.81,105.18) -- + (363.81,108.37) -- + (364.31,101.57) -- + (363.81, 94.77) -- + (363.81, 91.57) -- + (365.78, 91.57) -- + (365.78, 94.77) -- + (365.29,101.57) -- + (365.78,108.37) -- + (365.78,105.18) -- + (363.81,105.18) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (364.31,101.57) -- (365.29,101.57); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.99, 71.47) -- (366.99, 84.82); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.99, 62.31) -- (366.99, 57.32); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (314.70, 49.48) -- - (314.70, 49.57) -- - (315.28, 47.99) -- - (314.70, 46.41) -- - (314.70, 46.32) -- - (317.02, 46.32) -- - (317.02, 46.41) -- - (316.44, 47.99) -- - (317.02, 49.57) -- - (317.02, 49.48) -- - (314.70, 49.48) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (366.00, 71.47) -- + (366.00, 72.37) -- + (366.49, 67.79) -- + (366.00, 63.21) -- + (366.00, 62.31) -- + (367.97, 62.31) -- + (367.97, 63.21) -- + (367.48, 67.79) -- + (367.97, 72.37) -- + (367.97, 71.47) -- + (366.00, 71.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (315.28, 47.99) -- (316.44, 47.99); +\path[draw=drawColor,line width= 1.1pt] (366.49, 67.79) -- (367.48, 67.79); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (318.44, 60.52) -- (318.44, 61.40); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (369.17, 31.83) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (318.44, 44.61) -- (318.44, 41.79); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (369.17, 31.83) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (369.17, 68.10) -- (369.17, 71.52); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (369.17, 58.60) -- (369.17, 58.09); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (368.19, 68.10) -- + (368.19, 65.77) -- + (368.68, 61.02) -- + (368.19, 56.27) -- + (368.19, 58.60) -- + (370.16, 58.60) -- + (370.16, 56.27) -- + (369.66, 61.02) -- + (370.16, 65.77) -- + (370.16, 68.10) -- + (368.19, 68.10) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (368.68, 61.02) -- (369.66, 61.02); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (371.36,107.22) -- (371.36,108.33); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (371.36, 98.61) -- (371.36, 95.57); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (317.28, 60.52) -- - (317.28, 63.56) -- - (317.86, 55.61) -- - (317.28, 47.66) -- - (317.28, 44.61) -- - (319.60, 44.61) -- - (319.60, 47.66) -- - (319.02, 55.61) -- - (319.60, 63.56) -- - (319.60, 60.52) -- - (317.28, 60.52) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (370.37,107.22) -- + (370.37,109.25) -- + (370.87,104.95) -- + (370.37,100.64) -- + (370.37, 98.61) -- + (372.34, 98.61) -- + (372.34,100.64) -- + (371.85,104.95) -- + (372.34,109.25) -- + (372.34,107.22) -- + (370.37,107.22) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (317.86, 55.61) -- (319.02, 55.61); -\definecolor{drawColor}{RGB}{255,0,0} +\path[draw=drawColor,line width= 1.1pt] (370.87,104.95) -- (371.85,104.95); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,dash pattern=on 4pt off 4pt ,line join=round] (182.70, 44.61) -- (322.82, 44.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (373.54,105.69) -- (373.54,105.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (373.54, 96.85) -- (373.54, 88.01); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (372.56,105.69) -- + (372.56,105.78) -- + (373.05,101.37) -- + (372.56, 96.95) -- + (372.56, 96.85) -- + (374.53, 96.85) -- + (374.53, 96.95) -- + (374.04,101.37) -- + (374.53,105.78) -- + (374.53,105.69) -- + (372.56,105.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (373.05,101.37) -- (374.04,101.37); \end{scope} \begin{scope} -\path[clip] ( 37.09,158.60) rectangle (177.20,175.17); +\path[clip] ( 38.56,230.87) rectangle (206.47,247.44); \definecolor{drawColor}{gray}{0.10} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (107.15,163.86) {$d = 2$}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (122.51,236.13) {Columns : $d = 2$}; \end{scope} \begin{scope} -\path[clip] (182.70,158.60) rectangle (322.82,175.17); +\path[clip] (211.97,230.87) rectangle (379.88,247.44); \definecolor{drawColor}{gray}{0.10} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (252.76,163.86) {$d = 1$}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (295.93,236.13) {Rows : $d = 1$}; \end{scope} \begin{scope} -\path[clip] (322.82, 95.72) rectangle (339.39,158.60); +\path[clip] (379.88,131.85) rectangle (396.46,230.87); \definecolor{drawColor}{gray}{0.10} -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (328.07,127.16) {modular}; +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (385.14,181.36) {modular}; \end{scope} \begin{scope} -\path[clip] (322.82, 27.33) rectangle (339.39, 90.22); +\path[clip] (379.88, 27.33) rectangle (396.46,126.35); \definecolor{drawColor}{gray}{0.10} -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (328.07, 58.77) {nested}; +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (385.14, 76.84) {nested}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 45.33, 18.94) {0}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 52.55, 18.94) {0}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 59.07, 18.94) {0.1}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 75.87, 18.94) {0.1}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 72.80, 18.94) {0.2}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 99.19, 18.94) {0.2}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at ( 86.54, 18.94) {0.3}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (122.51, 18.94) {0.3}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (100.28, 18.94) {0.4}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (145.83, 18.94) {0.4}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (114.01, 18.94) {0.5}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (169.16, 18.94) {0.5}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (127.75, 18.94) {0.6}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (141.49, 18.94) {0.7}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (155.22, 18.94) {0.8}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (168.96, 18.94) {0.9}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (192.48, 18.94) {0.6}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (190.94, 18.94) {0}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (225.96, 18.94) {0}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (204.68, 18.94) {0.1}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (249.28, 18.94) {0.1}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (218.42, 18.94) {0.2}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (272.61, 18.94) {0.2}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (232.15, 18.94) {0.3}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (295.93, 18.94) {0.3}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (245.89, 18.94) {0.4}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (319.25, 18.94) {0.4}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (259.63, 18.94) {0.5}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (342.57, 18.94) {0.5}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (273.36, 18.94) {0.6}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (287.10, 18.94) {0.7}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (300.84, 18.94) {0.8}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (314.57, 18.94) {0.9}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.50] at (365.89, 18.94) {0.6}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 95.37) {-0.3}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61,133.32) {0.00}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,109.96) {0.0}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61,155.83) {0.25}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,124.56) {0.3}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61,178.33) {0.50}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,139.15) {0.6}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61,200.84) {0.75}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,153.74) {0.9}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61,223.34) {1.00}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 26.98) {-0.3}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61, 28.80) {0.00}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 41.58) {0.0}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61, 51.31) {0.25}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 56.17) {0.3}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61, 73.81) {0.50}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 70.76) {0.6}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61, 96.32) {0.75}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 85.35) {0.9}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 33.61,118.82) {1.00}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at (179.95, 7.64) {$p_{\texttt{NA}}$}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at (209.22, 7.64) {$p_{\texttt{NA}}$}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 13.08, 92.97) {$\Delta\mbox{ARI}$}; +\node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 13.08,129.10) {ARI}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (355.89,120.84) {Model}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (412.96,185.88) {Model}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt] (363.11,101.26) -- - (363.11,103.43); +\path[draw=drawColor,line width= 0.6pt] (420.18,166.30) -- + (420.18,168.47); -\path[draw=drawColor,line width= 0.6pt] (363.11,110.65) -- - (363.11,112.82); +\path[draw=drawColor,line width= 0.6pt] (420.18,175.70) -- + (420.18,177.87); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (357.69,103.43) rectangle (368.53,110.65); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,168.47) rectangle (425.60,175.70); -\path[draw=drawColor,line width= 0.6pt] (357.69,107.04) -- - (368.53,107.04); +\path[draw=drawColor,line width= 0.6pt] (414.76,172.08) -- + (425.60,172.08); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt] (363.11, 86.80) -- - (363.11, 88.97); +\path[draw=drawColor,line width= 0.6pt] (420.18,151.85) -- + (420.18,154.02); -\path[draw=drawColor,line width= 0.6pt] (363.11, 96.20) -- - (363.11, 98.37); +\path[draw=drawColor,line width= 0.6pt] (420.18,161.24) -- + (420.18,163.41); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,154.02) rectangle (425.60,161.24); + +\path[draw=drawColor,line width= 0.6pt] (414.76,157.63) -- + (425.60,157.63); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt] (420.18,137.39) -- + (420.18,139.56); + +\path[draw=drawColor,line width= 0.6pt] (420.18,146.79) -- + (420.18,148.96); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (357.69, 88.97) rectangle (368.53, 96.20); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,139.56) rectangle (425.60,146.79); -\path[draw=drawColor,line width= 0.6pt] (357.69, 92.59) -- - (368.53, 92.59); +\path[draw=drawColor,line width= 0.6pt] (414.76,143.18) -- + (425.60,143.18); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt] (363.11, 72.35) -- - (363.11, 74.52); +\path[draw=drawColor,line width= 0.6pt] (420.18,122.94) -- + (420.18,125.11); -\path[draw=drawColor,line width= 0.6pt] (363.11, 81.75) -- - (363.11, 83.91); +\path[draw=drawColor,line width= 0.6pt] (420.18,132.34) -- + (420.18,134.50); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,125.11) rectangle (425.60,132.34); + +\path[draw=drawColor,line width= 0.6pt] (414.76,128.72) -- + (425.60,128.72); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt] (420.18,108.49) -- + (420.18,110.65); + +\path[draw=drawColor,line width= 0.6pt] (420.18,117.88) -- + (420.18,120.05); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (357.69, 74.52) rectangle (368.53, 81.75); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,110.65) rectangle (425.60,117.88); -\path[draw=drawColor,line width= 0.6pt] (357.69, 78.13) -- - (368.53, 78.13); +\path[draw=drawColor,line width= 0.6pt] (414.76,114.27) -- + (425.60,114.27); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt] (363.11, 57.90) -- - (363.11, 60.07); +\path[draw=drawColor,line width= 0.6pt] (420.18, 94.03) -- + (420.18, 96.20); -\path[draw=drawColor,line width= 0.6pt] (363.11, 67.29) -- - (363.11, 69.46); +\path[draw=drawColor,line width= 0.6pt] (420.18,103.43) -- + (420.18,105.60); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76, 96.20) rectangle (425.60,103.43); + +\path[draw=drawColor,line width= 0.6pt] (414.76, 99.81) -- + (425.60, 99.81); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt] (420.18, 79.58) -- + (420.18, 81.75); + +\path[draw=drawColor,line width= 0.6pt] (420.18, 88.97) -- + (420.18, 91.14); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (357.69, 60.07) rectangle (368.53, 67.29); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76, 81.75) rectangle (425.60, 88.97); -\path[draw=drawColor,line width= 0.6pt] (357.69, 63.68) -- - (368.53, 63.68); +\path[draw=drawColor,line width= 0.6pt] (414.76, 85.36) -- + (425.60, 85.36); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (375.84,104.01) {$iid$}; +\path[draw=drawColor,line width= 0.6pt] (420.18, 65.12) -- + (420.18, 67.29); + +\path[draw=drawColor,line width= 0.6pt] (420.18, 74.52) -- + (420.18, 76.69); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76, 67.29) rectangle (425.60, 74.52); + +\path[draw=drawColor,line width= 0.6pt] (414.76, 70.91) -- + (425.60, 70.91); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (375.84, 89.56) {$\pi$}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,169.05) {$iid$}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (375.84, 75.10) {$\rho$}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,154.60) {sep-$iid$}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (397.48,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (375.84, 60.65) {$\pi\rho$}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,140.15) {$\pi$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,125.69) {sep-$\pi$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,111.24) {$\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91, 96.78) {sep-$\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91, 82.33) {$\pi\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91, 67.88) {sep-$\pi\rho$}; \end{scope} \end{tikzpicture} + +\end{document} +\end{tikzpicture} + +\end{document} diff --git a/tikz/simulations/na_robustness/auc-model.pdf b/tikz/simulations/na_robustness/auc-model.pdf new file mode 100644 index 0000000..00302f4 Binary files /dev/null and b/tikz/simulations/na_robustness/auc-model.pdf differ diff --git a/tikz/simulations/na_robustness/auc-model.tex b/tikz/simulations/na_robustness/auc-model.tex index 30409a5..2197f0a 100644 --- a/tikz/simulations/na_robustness/auc-model.tex +++ b/tikz/simulations/na_robustness/auc-model.tex @@ -1,2021 +1,2794 @@ -% Created by tikzDevice version 0.12.6 on 2024-07-18 16:43:28 +% Created by tikzDevice version 0.12.6 on 2024-07-24 16:25:30 % !TEX encoding = UTF-8 Unicode +\documentclass[10pt]{standalone}\usepackage{tikz} + +\usepackage[active,tightpage,psfixbb]{preview} + +\PreviewEnvironment{pgfpicture} + +\setlength\PreviewBorder{0pt} +\begin{document} + \begin{tikzpicture}[x=1pt,y=1pt] \definecolor{fillColor}{RGB}{255,255,255} -\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (361.35,180.67); +\path[use as bounding box,fill=fillColor,fill opacity=0.00] (0,0) rectangle (469.75,252.94); \begin{scope} -\path[clip] ( 37.09,105.68) rectangle (286.68,175.17); +\path[clip] ( 34.16,141.82) rectangle (379.88,247.44); \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,114.06) -- - (286.68,114.06); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16,144.07) -- + (379.88,144.07); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,126.62) -- - (286.68,126.62); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16,172.23) -- + (379.88,172.23); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,139.19) -- - (286.68,139.19); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16,200.40) -- + (379.88,200.40); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,151.75) -- - (286.68,151.75); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16,228.56) -- + (379.88,228.56); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09,164.31) -- - (286.68,164.31); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16,158.15) -- + (379.88,158.15); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,107.78) -- - (286.68,107.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16,186.31) -- + (379.88,186.31); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,120.34) -- - (286.68,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16,214.48) -- + (379.88,214.48); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,132.90) -- - (286.68,132.90); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16,242.64) -- + (379.88,242.64); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,145.47) -- - (286.68,145.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 62.97,141.82) -- + ( 62.97,247.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,158.03) -- - (286.68,158.03); +\path[draw=drawColor,line width= 0.6pt,line join=round] (110.98,141.82) -- + (110.98,247.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09,170.60) -- - (286.68,170.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (159.00,141.82) -- + (159.00,247.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.77,105.68) -- - ( 51.77,175.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (207.02,141.82) -- + (207.02,247.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.24,105.68) -- - ( 76.24,175.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (255.04,141.82) -- + (255.04,247.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] (100.71,105.68) -- - (100.71,175.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (303.06,141.82) -- + (303.06,247.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] (125.18,105.68) -- - (125.18,175.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (351.07,141.82) -- + (351.07,247.44); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (149.65,105.68) -- - (149.65,175.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.21,242.64) -- ( 47.21,242.64); -\path[draw=drawColor,line width= 0.6pt,line join=round] (174.12,105.68) -- - (174.12,175.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (198.59,105.68) -- - (198.59,175.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (223.06,105.68) -- - (223.06,175.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (247.53,105.68) -- - (247.53,175.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (272.00,105.68) -- - (272.00,175.17); -\definecolor{drawColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.89,120.34) -- ( 44.89,120.34); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.89,120.34) -- ( 44.89,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.21,242.64) -- ( 47.21,242.64); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 42.82,120.34) -- - ( 42.82,120.34) -- - ( 43.86,120.34) -- - ( 42.82,120.34) -- - ( 42.82,120.34) -- - ( 46.95,120.34) -- - ( 46.95,120.34) -- - ( 45.92,120.34) -- - ( 46.95,120.34) -- - ( 46.95,120.34) -- - ( 42.82,120.34) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 45.19,242.64) -- + ( 45.19,242.64) -- + ( 46.20,242.64) -- + ( 45.19,242.64) -- + ( 45.19,242.64) -- + ( 49.24,242.64) -- + ( 49.24,242.64) -- + ( 48.22,242.64) -- + ( 49.24,242.64) -- + ( 49.24,242.64) -- + ( 45.19,242.64) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 43.86,120.34) -- ( 45.92,120.34); +\path[draw=drawColor,line width= 1.1pt] ( 46.20,242.64) -- ( 48.22,242.64); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.48,120.34) -- ( 49.48,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.71,242.64) -- ( 51.71,242.64); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.48,120.34) -- ( 49.48,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.71,242.64) -- ( 51.71,242.64); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 49.69,242.64) -- + ( 49.69,242.64) -- + ( 50.70,242.64) -- + ( 49.69,242.64) -- + ( 49.69,242.64) -- + ( 53.74,242.64) -- + ( 53.74,242.64) -- + ( 52.73,242.64) -- + ( 53.74,242.64) -- + ( 53.74,242.64) -- + ( 49.69,242.64) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 50.70,242.64) -- ( 52.73,242.64); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 56.21,242.64) -- ( 56.21,242.64); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 56.21,242.64) -- ( 56.21,242.64); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 47.41,120.34) -- - ( 47.41,120.34) -- - ( 48.44,120.34) -- - ( 47.41,120.34) -- - ( 47.41,120.34) -- - ( 51.54,120.34) -- - ( 51.54,120.34) -- - ( 50.51,120.34) -- - ( 51.54,120.34) -- - ( 51.54,120.34) -- - ( 47.41,120.34) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 54.19,242.64) -- + ( 54.19,242.64) -- + ( 55.20,242.64) -- + ( 54.19,242.64) -- + ( 54.19,242.64) -- + ( 58.24,242.64) -- + ( 58.24,242.64) -- + ( 57.23,242.64) -- + ( 58.24,242.64) -- + ( 58.24,242.64) -- + ( 54.19,242.64) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 48.44,120.34) -- ( 50.51,120.34); +\path[draw=drawColor,line width= 1.1pt] ( 55.20,242.64) -- ( 57.23,242.64); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 54.06,120.34) -- ( 54.06,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.72,242.64) -- ( 60.72,242.64); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 54.06,120.34) -- ( 54.06,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.72,242.64) -- ( 60.72,242.64); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 58.69,242.64) -- + ( 58.69,242.64) -- + ( 59.70,242.64) -- + ( 58.69,242.64) -- + ( 58.69,242.64) -- + ( 62.74,242.64) -- + ( 62.74,242.64) -- + ( 61.73,242.64) -- + ( 62.74,242.64) -- + ( 62.74,242.64) -- + ( 58.69,242.64) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 59.70,242.64) -- ( 61.73,242.64); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 65.22,242.64) -- ( 65.22,242.64); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 65.22,242.64) -- ( 65.22,242.64); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 52.00,120.34) -- - ( 52.00,120.34) -- - ( 53.03,120.34) -- - ( 52.00,120.34) -- - ( 52.00,120.34) -- - ( 56.13,120.34) -- - ( 56.13,120.34) -- - ( 55.10,120.34) -- - ( 56.13,120.34) -- - ( 56.13,120.34) -- - ( 52.00,120.34) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 63.19,242.64) -- + ( 63.19,242.64) -- + ( 64.20,242.64) -- + ( 63.19,242.64) -- + ( 63.19,242.64) -- + ( 67.24,242.64) -- + ( 67.24,242.64) -- + ( 66.23,242.64) -- + ( 67.24,242.64) -- + ( 67.24,242.64) -- + ( 63.19,242.64) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 53.03,120.34) -- ( 55.10,120.34); +\path[draw=drawColor,line width= 1.1pt] ( 64.20,242.64) -- ( 66.23,242.64); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.65,120.34) -- ( 58.65,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.72,242.64) -- ( 69.72,242.64); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.65,120.34) -- ( 58.65,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.72,242.64) -- ( 69.72,242.64); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 67.69,242.64) -- + ( 67.69,242.64) -- + ( 68.71,242.64) -- + ( 67.69,242.64) -- + ( 67.69,242.64) -- + ( 71.75,242.64) -- + ( 71.75,242.64) -- + ( 70.73,242.64) -- + ( 71.75,242.64) -- + ( 71.75,242.64) -- + ( 67.69,242.64) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 68.71,242.64) -- ( 70.73,242.64); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.22,242.64) -- ( 74.22,242.64); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.22,242.64) -- ( 74.22,242.64); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 56.59,120.34) -- - ( 56.59,120.34) -- - ( 57.62,120.34) -- - ( 56.59,120.34) -- - ( 56.59,120.34) -- - ( 60.72,120.34) -- - ( 60.72,120.34) -- - ( 59.69,120.34) -- - ( 60.72,120.34) -- - ( 60.72,120.34) -- - ( 56.59,120.34) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 72.20,242.64) -- + ( 72.20,242.64) -- + ( 73.21,242.64) -- + ( 72.20,242.64) -- + ( 72.20,242.64) -- + ( 76.25,242.64) -- + ( 76.25,242.64) -- + ( 75.23,242.64) -- + ( 76.25,242.64) -- + ( 76.25,242.64) -- + ( 72.20,242.64) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 57.62,120.34) -- ( 59.69,120.34); +\path[draw=drawColor,line width= 1.1pt] ( 73.21,242.64) -- ( 75.23,242.64); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.36,122.16) -- ( 69.36,122.88); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.72,242.64) -- ( 78.72,242.64); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.36,120.44) -- ( 69.36,119.33); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.72,242.64) -- ( 78.72,242.64); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 76.70,242.64) -- + ( 76.70,242.64) -- + ( 77.71,242.64) -- + ( 76.70,242.64) -- + ( 76.70,242.64) -- + ( 80.75,242.64) -- + ( 80.75,242.64) -- + ( 79.74,242.64) -- + ( 80.75,242.64) -- + ( 80.75,242.64) -- + ( 76.70,242.64) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 77.71,242.64) -- ( 79.74,242.64); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 67.29,122.16) -- - ( 67.29,122.09) -- - ( 68.33,121.23) -- - ( 67.29,120.37) -- - ( 67.29,120.44) -- - ( 71.42,120.44) -- - ( 71.42,120.37) -- - ( 70.39,121.23) -- - ( 71.42,122.09) -- - ( 71.42,122.16) -- - ( 67.29,122.16) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 95.23,190.95) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] ( 68.33,121.23) -- ( 70.39,121.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.23,223.47) -- ( 95.23,226.92); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 73.95,123.59) -- ( 73.95,127.41); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 73.95,119.30) -- ( 73.95,118.42); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 71.88,123.59) -- - ( 71.88,122.51) -- - ( 72.91,120.37) -- - ( 71.88,118.22) -- - ( 71.88,119.30) -- - ( 76.01,119.30) -- - ( 76.01,118.22) -- - ( 74.98,120.37) -- - ( 76.01,122.51) -- - ( 76.01,123.59) -- - ( 71.88,123.59) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 72.91,120.37) -- ( 74.98,120.37); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 78.53,108.84) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.53,120.82) -- ( 78.53,122.62); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.53,117.85) -- ( 78.53,115.95); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 76.47,120.82) -- - ( 76.47,120.54) -- - ( 77.50,119.06) -- - ( 76.47,117.58) -- - ( 76.47,117.85) -- - ( 80.60,117.85) -- - ( 80.60,117.58) -- - ( 79.57,119.06) -- - ( 80.60,120.54) -- - ( 80.60,120.82) -- - ( 76.47,120.82) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 77.50,119.06) -- ( 79.57,119.06); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.12,119.30) -- ( 83.12,121.95); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.12,117.36) -- ( 83.12,116.28); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 81.06,119.30) -- - ( 81.06,119.38) -- - ( 82.09,118.41) -- - ( 81.06,117.44) -- - ( 81.06,117.36) -- - ( 85.19,117.36) -- - ( 85.19,117.44) -- - ( 84.15,118.41) -- - ( 85.19,119.38) -- - ( 85.19,119.30) -- - ( 81.06,119.30) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] ( 82.09,118.41) -- ( 84.15,118.41); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.83,122.16) -- ( 93.83,123.16); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.83,119.84) -- ( 93.83,118.81); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.23,216.69) -- ( 95.23,215.34); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 91.76,122.16) -- - ( 91.76,122.65) -- - ( 92.80,121.49) -- - ( 91.76,120.33) -- - ( 91.76,119.84) -- - ( 95.89,119.84) -- - ( 95.89,120.33) -- - ( 94.86,121.49) -- - ( 95.89,122.65) -- - ( 95.89,122.16) -- - ( 91.76,122.16) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 93.20,223.47) -- + ( 93.20,223.03) -- + ( 94.22,219.65) -- + ( 93.20,216.26) -- + ( 93.20,216.69) -- + ( 97.25,216.69) -- + ( 97.25,216.26) -- + ( 96.24,219.65) -- + ( 97.25,223.03) -- + ( 97.25,223.47) -- + ( 93.20,223.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 92.80,121.49) -- ( 94.86,121.49); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] ( 94.22,219.65) -- ( 96.24,219.65); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.42,123.91) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 99.73,190.78) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.42,124.71) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 99.73,220.90) -- ( 99.73,229.19); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.42,119.92) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 99.73,211.69) -- ( 99.73,210.72); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 98.42,118.21) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 97.70,220.90) -- + ( 97.70,222.82) -- + ( 98.72,218.22) -- + ( 97.70,213.62) -- + ( 97.70,211.69) -- + (101.76,211.69) -- + (101.76,213.62) -- + (100.74,218.22) -- + (101.76,222.82) -- + (101.76,220.90) -- + ( 97.70,220.90) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.42,122.54) -- ( 98.42,122.57); +\path[draw=drawColor,line width= 1.1pt] ( 98.72,218.22) -- (100.74,218.22); +\definecolor{drawColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.42,121.68) -- ( 98.42,121.65); +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.23,223.47) -- (104.23,228.57); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.23,207.26) -- (104.23,205.08); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 96.35,122.54) -- - ( 96.35,122.74) -- - ( 97.38,122.31) -- - ( 96.35,121.89) -- - ( 96.35,121.68) -- - (100.48,121.68) -- - (100.48,121.89) -- - ( 99.45,122.31) -- - (100.48,122.74) -- - (100.48,122.54) -- - ( 96.35,122.54) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (102.21,223.47) -- + (102.21,225.61) -- + (103.22,217.52) -- + (102.21,209.42) -- + (102.21,207.26) -- + (106.26,207.26) -- + (106.26,209.42) -- + (105.25,217.52) -- + (106.26,225.61) -- + (106.26,223.47) -- + (102.21,223.47) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 97.38,122.31) -- ( 99.45,122.31); +\path[draw=drawColor,line width= 1.1pt] (103.22,217.52) -- (105.25,217.52); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (103.00,119.05) -- (103.00,119.50); +\path[draw=drawColor,line width= 0.6pt,line join=round] (108.73,220.69) -- (108.73,227.20); -\path[draw=drawColor,line width= 0.6pt,line join=round] (103.00,115.94) -- (103.00,114.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (108.73,206.94) -- (108.73,197.04); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (106.71,220.69) -- + (106.71,222.12) -- + (107.72,215.25) -- + (106.71,208.37) -- + (106.71,206.94) -- + (110.76,206.94) -- + (110.76,208.37) -- + (109.75,215.25) -- + (110.76,222.12) -- + (110.76,220.69) -- + (106.71,220.69) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (107.72,215.25) -- (109.75,215.25); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (100.94,119.05) -- - (100.94,119.58) -- - (101.97,118.03) -- - (100.94,116.48) -- - (100.94,115.94) -- - (105.07,115.94) -- - (105.07,116.48) -- - (104.04,118.03) -- - (105.07,119.58) -- - (105.07,119.05) -- - (100.94,119.05) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (113.24,173.83) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (113.24,215.64) -- (113.24,221.89); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (113.24,201.67) -- (113.24,197.04); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (111.21,215.64) -- + (111.21,216.97) -- + (112.22,209.99) -- + (111.21,203.01) -- + (111.21,201.67) -- + (115.26,201.67) -- + (115.26,203.01) -- + (114.25,209.99) -- + (115.26,216.97) -- + (115.26,215.64) -- + (111.21,215.64) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (101.97,118.03) -- (104.04,118.03); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (112.22,209.99) -- (114.25,209.99); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (107.59,121.26) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.74,216.83) -- (117.74,219.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (107.59,119.75) -- (107.59,120.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.74,206.96) -- (117.74,199.61); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (107.59,118.85) -- (107.59,118.30); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (115.71,216.83) -- + (115.71,214.49) -- + (116.72,209.56) -- + (115.71,204.63) -- + (115.71,206.96) -- + (119.76,206.96) -- + (119.76,204.63) -- + (118.75,209.56) -- + (119.76,214.49) -- + (119.76,216.83) -- + (115.71,216.83) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (116.72,209.56) -- (118.75,209.56); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (122.24,224.77) -- (122.24,230.16); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (122.24,216.84) -- (122.24,214.53); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (105.53,119.75) -- - (105.53,119.75) -- - (106.56,119.30) -- - (105.53,118.86) -- - (105.53,118.85) -- - (109.66,118.85) -- - (109.66,118.86) -- - (108.62,119.30) -- - (109.66,119.75) -- - (109.66,119.75) -- - (105.53,119.75) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (120.21,224.77) -- + (120.21,223.15) -- + (121.23,219.19) -- + (120.21,215.23) -- + (120.21,216.84) -- + (124.26,216.84) -- + (124.26,215.23) -- + (123.25,219.19) -- + (124.26,223.15) -- + (124.26,224.77) -- + (120.21,224.77) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (106.56,119.30) -- (108.62,119.30); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (121.23,219.19) -- (123.25,219.19); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (118.30,126.60) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (126.74,232.29) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (118.30,122.88) -- (118.30,123.79); +\path[draw=drawColor,line width= 0.6pt,line join=round] (126.74,226.74) -- (126.74,231.22); -\path[draw=drawColor,line width= 0.6pt,line join=round] (118.30,121.03) -- (118.30,120.07); +\path[draw=drawColor,line width= 0.6pt,line join=round] (126.74,223.05) -- (126.74,219.17); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (124.71,226.74) -- + (124.71,226.60) -- + (125.73,224.75) -- + (124.71,222.91) -- + (124.71,223.05) -- + (128.77,223.05) -- + (128.77,222.91) -- + (127.75,224.75) -- + (128.77,226.60) -- + (128.77,226.74) -- + (124.71,226.74) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (125.73,224.75) -- (127.75,224.75); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (116.23,122.88) -- - (116.23,123.14) -- - (117.27,122.21) -- - (116.23,121.29) -- - (116.23,121.03) -- - (120.36,121.03) -- - (120.36,121.29) -- - (119.33,122.21) -- - (120.36,123.14) -- - (120.36,122.88) -- - (116.23,122.88) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (143.25,223.44) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (117.27,122.21) -- (119.33,122.21); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (143.25,207.45) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (122.89,123.34) -- (122.89,124.03); +\path[draw=drawColor,line width= 0.6pt,line join=round] (143.25,219.16) -- (143.25,223.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] (122.89,121.38) -- (122.89,119.44); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (120.82,123.34) -- - (120.82,123.78) -- - (121.85,122.80) -- - (120.82,121.82) -- - (120.82,121.38) -- - (124.95,121.38) -- - (124.95,121.82) -- - (123.92,122.80) -- - (124.95,123.78) -- - (124.95,123.34) -- - (120.82,123.34) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (121.85,122.80) -- (123.92,122.80); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (127.47,118.79) -- (127.47,120.86); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (127.47,116.18) -- (127.47,115.67); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (125.41,118.79) -- - (125.41,119.21) -- - (126.44,117.91) -- - (125.41,116.60) -- - (125.41,116.18) -- - (129.54,116.18) -- - (129.54,116.60) -- - (128.51,117.91) -- - (129.54,119.21) -- - (129.54,118.79) -- - (125.41,118.79) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (126.44,117.91) -- (128.51,117.91); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (132.06,120.80) -- (132.06,121.40); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (132.06,119.08) -- (132.06,117.47); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (130.00,120.80) -- - (130.00,120.86) -- - (131.03,119.99) -- - (130.00,119.13) -- - (130.00,119.08) -- - (134.13,119.08) -- - (134.13,119.13) -- - (133.09,119.99) -- - (134.13,120.86) -- - (134.13,120.80) -- - (130.00,120.80) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (131.03,119.99) -- (133.09,119.99); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (142.77,127.90) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77,125.08) -- (142.77,126.24); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77,123.20) -- (142.77,121.52); +\path[draw=drawColor,line width= 0.6pt,line join=round] (143.25,216.38) -- (143.25,214.83); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (140.70,125.08) -- - (140.70,124.70) -- - (141.74,123.76) -- - (140.70,122.82) -- - (140.70,123.20) -- - (144.83,123.20) -- - (144.83,122.82) -- - (143.80,123.76) -- - (144.83,124.70) -- - (144.83,125.08) -- - (140.70,125.08) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (141.22,219.16) -- + (141.22,218.98) -- + (142.23,217.59) -- + (141.22,216.20) -- + (141.22,216.38) -- + (145.27,216.38) -- + (145.27,216.20) -- + (144.26,217.59) -- + (145.27,218.98) -- + (145.27,219.16) -- + (141.22,219.16) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (141.74,123.76) -- (143.80,123.76); +\path[draw=drawColor,line width= 1.1pt] (142.23,217.59) -- (144.26,217.59); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (147.36,123.89) -- (147.36,124.58); +\path[draw=drawColor,line width= 0.6pt,line join=round] (147.75,219.52) -- (147.75,226.87); -\path[draw=drawColor,line width= 0.6pt,line join=round] (147.36,121.76) -- (147.36,120.72); +\path[draw=drawColor,line width= 0.6pt,line join=round] (147.75,212.67) -- (147.75,209.24); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (145.72,219.52) -- + (145.72,217.35) -- + (146.74,213.92) -- + (145.72,210.50) -- + (145.72,212.67) -- + (149.77,212.67) -- + (149.77,210.50) -- + (148.76,213.92) -- + (149.77,217.35) -- + (149.77,219.52) -- + (145.72,219.52) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (146.74,213.92) -- (148.76,213.92); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (145.29,123.89) -- - (145.29,123.46) -- - (146.32,122.40) -- - (145.29,121.33) -- - (145.29,121.76) -- - (149.42,121.76) -- - (149.42,121.33) -- - (148.39,122.40) -- - (149.42,123.46) -- - (149.42,123.89) -- - (145.29,123.89) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (152.25,209.87) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (152.25,205.60) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.25,220.11) -- (152.25,225.16); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.25,216.67) -- (152.25,216.64); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (150.22,220.11) -- + (150.22,220.13) -- + (151.24,218.41) -- + (150.22,216.69) -- + (150.22,216.67) -- + (154.28,216.67) -- + (154.28,216.69) -- + (153.26,218.41) -- + (154.28,220.13) -- + (154.28,220.11) -- + (150.22,220.11) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (146.32,122.40) -- (148.39,122.40); +\path[draw=drawColor,line width= 1.1pt] (151.24,218.41) -- (153.26,218.41); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.94,117.98) -- (151.94,118.86); +\path[draw=drawColor,line width= 0.6pt,line join=round] (156.75,218.23) -- (156.75,221.07); -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.94,116.96) -- (151.94,115.79); +\path[draw=drawColor,line width= 0.6pt,line join=round] (156.75,209.77) -- (156.75,205.25); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (154.73,218.23) -- + (154.73,216.81) -- + (155.74,212.58) -- + (154.73,208.36) -- + (154.73,209.77) -- + (158.78,209.77) -- + (158.78,208.36) -- + (157.76,212.58) -- + (158.78,216.81) -- + (158.78,218.23) -- + (154.73,218.23) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (155.74,212.58) -- (157.76,212.58); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.25,207.03) -- (161.25,214.09); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.25,201.33) -- (161.25,194.25); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (149.88,117.98) -- - (149.88,117.87) -- - (150.91,117.35) -- - (149.88,116.84) -- - (149.88,116.96) -- - (154.01,116.96) -- - (154.01,116.84) -- - (152.98,117.35) -- - (154.01,117.87) -- - (154.01,117.98) -- - (149.88,117.98) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (159.23,207.03) -- + (159.23,205.61) -- + (160.24,202.77) -- + (159.23,199.92) -- + (159.23,201.33) -- + (163.28,201.33) -- + (163.28,199.92) -- + (162.27,202.77) -- + (163.28,205.61) -- + (163.28,207.03) -- + (159.23,207.03) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (150.91,117.35) -- (152.98,117.35); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (160.24,202.77) -- (162.27,202.77); +\definecolor{drawColor}{gray}{0.60} +\definecolor{fillColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (156.53,122.18) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (165.76,196.12) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.53,119.74) -- (156.53,120.37); +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.76,214.60) -- (165.76,216.24); -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.53,118.87) -- (156.53,117.98); +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.76,207.81) -- (165.76,202.32); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (163.73,214.60) -- + (163.73,215.90) -- + (164.74,212.51) -- + (163.73,209.11) -- + (163.73,207.81) -- + (167.78,207.81) -- + (167.78,209.11) -- + (166.77,212.51) -- + (167.78,215.90) -- + (167.78,214.60) -- + (163.73,214.60) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (164.74,212.51) -- (166.77,212.51); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (154.47,119.74) -- - (154.47,119.79) -- - (155.50,119.35) -- - (154.47,118.92) -- - (154.47,118.87) -- - (158.60,118.87) -- - (158.60,118.92) -- - (157.56,119.35) -- - (158.60,119.79) -- - (158.60,119.74) -- - (154.47,119.74) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (170.26,233.94) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.26,223.02) -- (170.26,229.71); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.26,218.46) -- (170.26,213.39); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (168.23,223.02) -- + (168.23,222.13) -- + (169.24,219.84) -- + (168.23,217.56) -- + (168.23,218.46) -- + (172.28,218.46) -- + (172.28,217.56) -- + (171.27,219.84) -- + (172.28,222.13) -- + (172.28,223.02) -- + (168.23,223.02) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (155.50,119.35) -- (157.56,119.35); +\path[draw=drawColor,line width= 1.1pt] (169.24,219.84) -- (171.27,219.84); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.24,124.12) -- (167.24,126.37); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (174.76,236.37) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.24,122.52) -- (167.24,121.12); +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.76,225.77) -- (174.76,232.28); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.76,220.59) -- (174.76,214.86); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (172.73,225.77) -- + (172.73,224.31) -- + (173.75,221.72) -- + (172.73,219.14) -- + (172.73,220.59) -- + (176.78,220.59) -- + (176.78,219.14) -- + (175.77,221.72) -- + (176.78,224.31) -- + (176.78,225.77) -- + (172.73,225.77) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (173.75,221.72) -- (175.77,221.72); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (165.17,124.12) -- - (165.17,123.96) -- - (166.21,123.16) -- - (165.17,122.36) -- - (165.17,122.52) -- - (169.30,122.52) -- - (169.30,122.36) -- - (168.27,123.16) -- - (169.30,123.96) -- - (169.30,124.12) -- - (165.17,124.12) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (191.26,224.66) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (166.21,123.16) -- (168.27,123.16); +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.26,214.65) -- (191.26,215.00); -\path[draw=drawColor,line width= 0.6pt,line join=round] (171.83,121.03) -- (171.83,121.31); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (171.83,120.41) -- (171.83,119.93); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (169.76,121.03) -- - (169.76,121.21) -- - (170.79,120.91) -- - (169.76,120.60) -- - (169.76,120.41) -- - (173.89,120.41) -- - (173.89,120.60) -- - (172.86,120.91) -- - (173.89,121.21) -- - (173.89,121.03) -- - (169.76,121.03) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (170.79,120.91) -- (172.86,120.91); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (176.41,118.88) -- (176.41,119.51); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (176.41,117.68) -- (176.41,116.00); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (174.35,118.88) -- - (174.35,119.00) -- - (175.38,118.39) -- - (174.35,117.79) -- - (174.35,117.68) -- - (178.48,117.68) -- - (178.48,117.79) -- - (177.45,118.39) -- - (178.48,119.00) -- - (178.48,118.88) -- - (174.35,118.88) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (175.38,118.39) -- (177.45,118.39); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (181.00,119.58) -- (181.00,120.04); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (181.00,118.94) -- (181.00,118.13); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (178.94,119.58) -- - (178.94,119.47) -- - (179.97,119.15) -- - (178.94,118.84) -- - (178.94,118.94) -- - (183.07,118.94) -- - (183.07,118.84) -- - (182.03,119.15) -- - (183.07,119.47) -- - (183.07,119.58) -- - (178.94,119.58) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (179.97,119.15) -- (182.03,119.15); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (191.71,123.73) -- (191.71,125.38); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (191.71,120.18) -- (191.71,117.93); +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.26,209.23) -- (191.26,206.90); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (189.64,123.73) -- - (189.64,124.16) -- - (190.68,122.39) -- - (189.64,120.62) -- - (189.64,120.18) -- - (193.77,120.18) -- - (193.77,120.62) -- - (192.74,122.39) -- - (193.77,124.16) -- - (193.77,123.73) -- - (189.64,123.73) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (189.24,214.65) -- + (189.24,216.25) -- + (190.25,213.54) -- + (189.24,210.83) -- + (189.24,209.23) -- + (193.29,209.23) -- + (193.29,210.83) -- + (192.28,213.54) -- + (193.29,216.25) -- + (193.29,214.65) -- + (189.24,214.65) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (190.68,122.39) -- (192.74,122.39); +\path[draw=drawColor,line width= 1.1pt] (190.25,213.54) -- (192.28,213.54); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (196.30,121.62) -- (196.30,122.48); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (195.77,192.87) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (196.30,120.11) -- (196.30,119.68); +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.77,212.19) -- (195.77,218.90); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.77,206.14) -- (195.77,203.19); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (193.74,212.19) -- + (193.74,212.59) -- + (194.75,209.56) -- + (193.74,206.54) -- + (193.74,206.14) -- + (197.79,206.14) -- + (197.79,206.54) -- + (196.78,209.56) -- + (197.79,212.59) -- + (197.79,212.19) -- + (193.74,212.19) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (194.75,209.56) -- (196.78,209.56); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.27,221.05) -- (200.27,224.80); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.27,213.16) -- (200.27,205.77); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (194.23,121.62) -- - (194.23,121.34) -- - (195.26,120.59) -- - (194.23,119.84) -- - (194.23,120.11) -- - (198.36,120.11) -- - (198.36,119.84) -- - (197.33,120.59) -- - (198.36,121.34) -- - (198.36,121.62) -- - (194.23,121.62) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (198.24,221.05) -- + (198.24,219.42) -- + (199.26,215.48) -- + (198.24,211.53) -- + (198.24,213.16) -- + (202.29,213.16) -- + (202.29,211.53) -- + (201.28,215.48) -- + (202.29,219.42) -- + (202.29,221.05) -- + (198.24,221.05) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (195.26,120.59) -- (197.33,120.59); +\path[draw=drawColor,line width= 1.1pt] (199.26,215.48) -- (201.28,215.48); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.88,123.55) -- (200.88,127.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (204.77,216.20) -- (204.77,219.78); -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.88,119.08) -- (200.88,118.56); +\path[draw=drawColor,line width= 0.6pt,line join=round] (204.77,208.02) -- (204.77,202.30); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (202.74,216.20) -- + (202.74,214.64) -- + (203.76,210.56) -- + (202.74,206.47) -- + (202.74,208.02) -- + (206.80,208.02) -- + (206.80,206.47) -- + (205.78,210.56) -- + (206.80,214.64) -- + (206.80,216.20) -- + (202.74,216.20) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (203.76,210.56) -- (205.78,210.56); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (209.27,205.63) -- (209.27,210.11); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (209.27,197.69) -- (209.27,193.49); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (198.82,123.55) -- - (198.82,123.69) -- - (199.85,121.45) -- - (198.82,119.21) -- - (198.82,119.08) -- - (202.95,119.08) -- - (202.95,119.21) -- - (201.92,121.45) -- - (202.95,123.69) -- - (202.95,123.55) -- - (198.82,123.55) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (207.25,205.63) -- + (207.25,206.31) -- + (208.26,202.34) -- + (207.25,198.37) -- + (207.25,197.69) -- + (211.30,197.69) -- + (211.30,198.37) -- + (210.28,202.34) -- + (211.30,206.31) -- + (211.30,205.63) -- + (207.25,205.63) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (199.85,121.45) -- (201.92,121.45); +\path[draw=drawColor,line width= 1.1pt] (208.26,202.34) -- (210.28,202.34); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.47,121.47) -- (205.47,122.03); +\path[draw=drawColor,line width= 0.6pt,line join=round] (213.77,212.11) -- (213.77,217.08); -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.47,118.89) -- (205.47,118.68); +\path[draw=drawColor,line width= 0.6pt,line join=round] (213.77,203.67) -- (213.77,199.36); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (211.75,212.11) -- + (211.75,210.63) -- + (212.76,206.41) -- + (211.75,202.19) -- + (211.75,203.67) -- + (215.80,203.67) -- + (215.80,202.19) -- + (214.79,206.41) -- + (215.80,210.63) -- + (215.80,212.11) -- + (211.75,212.11) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (212.76,206.41) -- (214.79,206.41); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.27,224.16) -- (218.27,226.36); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.27,217.54) -- (218.27,215.67); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (203.41,121.47) -- - (203.41,122.39) -- - (204.44,121.11) -- - (203.41,119.82) -- - (203.41,118.89) -- - (207.54,118.89) -- - (207.54,119.82) -- - (206.50,121.11) -- - (207.54,122.39) -- - (207.54,121.47) -- - (203.41,121.47) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (216.25,224.16) -- + (216.25,225.34) -- + (217.26,222.03) -- + (216.25,218.72) -- + (216.25,217.54) -- + (220.30,217.54) -- + (220.30,218.72) -- + (219.29,222.03) -- + (220.30,225.34) -- + (220.30,224.16) -- + (216.25,224.16) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (204.44,121.11) -- (206.50,121.11); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (217.26,222.03) -- (219.29,222.03); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (216.18,125.38) circle ( 1.96); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (222.78,214.14) circle ( 1.96); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (216.18,116.58) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.78,224.36) -- (222.78,229.52); -\path[draw=drawColor,line width= 0.6pt,line join=round] (216.18,122.31) -- (216.18,123.79); +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.78,220.41) -- (222.78,219.89); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (216.18,120.46) -- (216.18,119.21); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (220.75,224.36) -- + (220.75,224.23) -- + (221.76,222.26) -- + (220.75,220.29) -- + (220.75,220.41) -- + (224.80,220.41) -- + (224.80,220.29) -- + (223.79,222.26) -- + (224.80,224.23) -- + (224.80,224.36) -- + (220.75,224.36) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (221.76,222.26) -- (223.79,222.26); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (239.28,216.54) -- (239.28,219.35); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (239.28,210.14) -- (239.28,206.82); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (214.11,122.31) -- - (214.11,122.21) -- - (215.14,121.28) -- - (214.11,120.36) -- - (214.11,120.46) -- - (218.24,120.46) -- - (218.24,120.36) -- - (217.21,121.28) -- - (218.24,122.21) -- - (218.24,122.31) -- - (214.11,122.31) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (237.26,216.54) -- + (237.26,218.27) -- + (238.27,215.07) -- + (237.26,211.87) -- + (237.26,210.14) -- + (241.31,210.14) -- + (241.31,211.87) -- + (240.30,215.07) -- + (241.31,218.27) -- + (241.31,216.54) -- + (237.26,216.54) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (215.14,121.28) -- (217.21,121.28); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (238.27,215.07) -- (240.30,215.07); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (220.77,122.25) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.78,207.55) -- (243.78,212.82); -\path[draw=drawColor,line width= 0.6pt,line join=round] (220.77,121.01) -- (220.77,121.54); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.78,202.65) -- (243.78,199.27); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (220.77,120.24) -- (220.77,120.15); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (241.76,207.55) -- + (241.76,206.28) -- + (242.77,203.83) -- + (241.76,201.38) -- + (241.76,202.65) -- + (245.81,202.65) -- + (245.81,201.38) -- + (244.80,203.83) -- + (245.81,206.28) -- + (245.81,207.55) -- + (241.76,207.55) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (242.77,203.83) -- (244.80,203.83); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.29,217.92) -- (248.29,219.22); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.29,214.84) -- (248.29,211.92); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (218.70,121.01) -- - (218.70,120.84) -- - (219.73,120.46) -- - (218.70,120.07) -- - (218.70,120.24) -- - (222.83,120.24) -- - (222.83,120.07) -- - (221.80,120.46) -- - (222.83,120.84) -- - (222.83,121.01) -- - (218.70,121.01) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (246.26,217.92) -- + (246.26,217.73) -- + (247.27,216.19) -- + (246.26,214.66) -- + (246.26,214.84) -- + (250.31,214.84) -- + (250.31,214.66) -- + (249.30,216.19) -- + (250.31,217.73) -- + (250.31,217.92) -- + (246.26,217.92) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (219.73,120.46) -- (221.80,120.46); +\path[draw=drawColor,line width= 1.1pt] (247.27,216.19) -- (249.30,216.19); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (225.35,127.83) -- (225.35,129.50); +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.79,214.36) -- (252.79,216.80); -\path[draw=drawColor,line width= 0.6pt,line join=round] (225.35,123.80) -- (225.35,121.41); +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.79,207.74) -- (252.79,205.21); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (250.76,214.36) -- + (250.76,213.95) -- + (251.77,210.64) -- + (250.76,207.33) -- + (250.76,207.74) -- + (254.81,207.74) -- + (254.81,207.33) -- + (253.80,210.64) -- + (254.81,213.95) -- + (254.81,214.36) -- + (250.76,214.36) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (251.77,210.64) -- (253.80,210.64); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (257.29,205.83) -- (257.29,208.47); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (257.29,196.52) -- (257.29,194.31); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (223.29,127.83) -- - (223.29,127.85) -- - (224.32,125.84) -- - (223.29,123.83) -- - (223.29,123.80) -- - (227.42,123.80) -- - (227.42,123.83) -- - (226.39,125.84) -- - (227.42,127.85) -- - (227.42,127.83) -- - (223.29,127.83) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (255.26,205.83) -- + (255.26,206.04) -- + (256.28,201.39) -- + (255.26,196.74) -- + (255.26,196.52) -- + (259.32,196.52) -- + (259.32,196.74) -- + (258.30,201.39) -- + (259.32,206.04) -- + (259.32,205.83) -- + (255.26,205.83) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (224.32,125.84) -- (226.39,125.84); +\path[draw=drawColor,line width= 1.1pt] (256.28,201.39) -- (258.30,201.39); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (229.94,121.79) -- (229.94,122.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (261.79,211.20) -- (261.79,215.26); -\path[draw=drawColor,line width= 0.6pt,line join=round] (229.94,119.61) -- (229.94,118.19); +\path[draw=drawColor,line width= 0.6pt,line join=round] (261.79,206.11) -- (261.79,199.68); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (259.77,211.20) -- + (259.77,211.08) -- + (260.78,208.54) -- + (259.77,206.00) -- + (259.77,206.11) -- + (263.82,206.11) -- + (263.82,206.00) -- + (262.80,208.54) -- + (263.82,211.08) -- + (263.82,211.20) -- + (259.77,211.20) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (260.78,208.54) -- (262.80,208.54); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (266.29,222.94) -- (266.29,224.53); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (266.29,217.95) -- (266.29,216.49); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (227.88,121.79) -- - (227.88,121.69) -- - (228.91,120.60) -- - (227.88,119.51) -- - (227.88,119.61) -- - (232.01,119.61) -- - (232.01,119.51) -- - (230.97,120.60) -- - (232.01,121.69) -- - (232.01,121.79) -- - (227.88,121.79) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (264.27,222.94) -- + (264.27,222.03) -- + (265.28,219.53) -- + (264.27,217.04) -- + (264.27,217.95) -- + (268.32,217.95) -- + (268.32,217.04) -- + (267.31,219.53) -- + (268.32,222.03) -- + (268.32,222.94) -- + (264.27,222.94) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (228.91,120.60) -- (230.97,120.60); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (265.28,219.53) -- (267.31,219.53); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (240.65,135.80) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (270.79,224.57) -- (270.79,226.65); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (240.65,141.20) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (270.79,220.74) -- (270.79,216.50); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (240.65,126.30) -- (240.65,126.74); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (268.77,224.57) -- + (268.77,223.51) -- + (269.78,221.60) -- + (268.77,219.69) -- + (268.77,220.74) -- + (272.82,220.74) -- + (272.82,219.69) -- + (271.81,221.60) -- + (272.82,223.51) -- + (272.82,224.57) -- + (268.77,224.57) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (240.65,120.81) -- (240.65,119.66); +\path[draw=drawColor,line width= 1.1pt] (269.78,221.60) -- (271.81,221.60); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (287.30,212.73) -- (287.30,215.38); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (287.30,208.00) -- (287.30,207.28); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (238.58,126.30) -- - (238.58,125.95) -- - (239.61,123.21) -- - (238.58,120.46) -- - (238.58,120.81) -- - (242.71,120.81) -- - (242.71,120.46) -- - (241.68,123.21) -- - (242.71,125.95) -- - (242.71,126.30) -- - (238.58,126.30) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (285.27,212.73) -- + (285.27,211.85) -- + (286.29,209.48) -- + (285.27,207.12) -- + (285.27,208.00) -- + (289.33,208.00) -- + (289.33,207.12) -- + (288.31,209.48) -- + (289.33,211.85) -- + (289.33,212.73) -- + (285.27,212.73) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (239.61,123.21) -- (241.68,123.21); +\path[draw=drawColor,line width= 1.1pt] (286.29,209.48) -- (288.31,209.48); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.24,122.02) -- (245.24,123.20); +\path[draw=drawColor,line width= 0.6pt,line join=round] (291.80,206.26) -- (291.80,207.19); -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.24,120.28) -- (245.24,120.06); +\path[draw=drawColor,line width= 0.6pt,line join=round] (291.80,201.07) -- (291.80,199.65); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (289.78,206.26) -- + (289.78,206.25) -- + (290.79,203.66) -- + (289.78,201.07) -- + (289.78,201.07) -- + (293.83,201.07) -- + (293.83,201.07) -- + (292.81,203.66) -- + (293.83,206.25) -- + (293.83,206.26) -- + (289.78,206.26) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (290.79,203.66) -- (292.81,203.66); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (296.30,217.94) -- (296.30,221.73); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (296.30,208.90) -- (296.30,208.08); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (243.17,122.02) -- - (243.17,121.39) -- - (244.20,120.52) -- - (243.17,119.65) -- - (243.17,120.28) -- - (247.30,120.28) -- - (247.30,119.65) -- - (246.27,120.52) -- - (247.30,121.39) -- - (247.30,122.02) -- - (243.17,122.02) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (294.28,217.94) -- + (294.28,215.90) -- + (295.29,211.38) -- + (294.28,206.87) -- + (294.28,208.90) -- + (298.33,208.90) -- + (298.33,206.87) -- + (297.32,211.38) -- + (298.33,215.90) -- + (298.33,217.94) -- + (294.28,217.94) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (244.20,120.52) -- (246.27,120.52); +\path[draw=drawColor,line width= 1.1pt] (295.29,211.38) -- (297.32,211.38); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.82,151.86) -- (249.82,162.17); +\path[draw=drawColor,line width= 0.6pt,line join=round] (300.81,218.20) -- (300.81,220.13); -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.82,134.28) -- (249.82,120.81); +\path[draw=drawColor,line width= 0.6pt,line join=round] (300.81,208.76) -- (300.81,205.90); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (298.78,218.20) -- + (298.78,214.83) -- + (299.79,210.12) -- + (298.78,205.40) -- + (298.78,208.76) -- + (302.83,208.76) -- + (302.83,205.40) -- + (301.82,210.12) -- + (302.83,214.83) -- + (302.83,218.20) -- + (298.78,218.20) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (299.79,210.12) -- (301.82,210.12); +\definecolor{drawColor}{RGB}{240,228,66} \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (247.76,151.86) -- - (247.76,156.74) -- - (248.79,147.96) -- - (247.76,139.17) -- - (247.76,134.28) -- - (251.89,134.28) -- - (251.89,139.17) -- - (250.86,147.96) -- - (251.89,156.74) -- - (251.89,151.86) -- - (247.76,151.86) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (305.31,188.18) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (305.31,205.34) -- (305.31,206.63); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (305.31,198.64) -- (305.31,194.63); +\definecolor{fillColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (303.28,205.34) -- + (303.28,204.01) -- + (304.29,200.67) -- + (303.28,197.33) -- + (303.28,198.64) -- + (307.33,198.64) -- + (307.33,197.33) -- + (306.32,200.67) -- + (307.33,204.01) -- + (307.33,205.34) -- + (303.28,205.34) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (248.79,147.96) -- (250.86,147.96); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (304.29,200.67) -- (306.32,200.67); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (254.41,172.02) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (309.81,208.88) -- (309.81,213.24); -\path[draw=drawColor,line width= 0.6pt,line join=round] (254.41,122.51) -- (254.41,123.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (309.81,201.24) -- (309.81,197.90); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (254.41,119.85) -- (254.41,116.49); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (307.78,208.88) -- + (307.78,209.44) -- + (308.80,205.62) -- + (307.78,201.80) -- + (307.78,201.24) -- + (311.83,201.24) -- + (311.83,201.80) -- + (310.82,205.62) -- + (311.83,209.44) -- + (311.83,208.88) -- + (307.78,208.88) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (308.80,205.62) -- (310.82,205.62); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (314.31,222.72) -- (314.31,223.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (314.31,217.86) -- (314.31,214.66); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (252.35,122.51) -- - (252.35,122.48) -- - (253.38,121.15) -- - (252.35,119.82) -- - (252.35,119.85) -- - (256.48,119.85) -- - (256.48,119.82) -- - (255.44,121.15) -- - (256.48,122.48) -- - (256.48,122.51) -- - (252.35,122.51) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (312.28,222.72) -- + (312.28,222.26) -- + (313.30,219.83) -- + (312.28,217.39) -- + (312.28,217.86) -- + (316.34,217.86) -- + (316.34,217.39) -- + (315.32,219.83) -- + (316.34,222.26) -- + (316.34,222.72) -- + (312.28,222.72) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (253.38,121.15) -- (255.44,121.15); +\path[draw=drawColor,line width= 1.1pt] (313.30,219.83) -- (315.32,219.83); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (265.12,155.83) -- (265.12,160.21); +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.81,224.11) -- (318.81,226.56); -\path[draw=drawColor,line width= 0.6pt,line join=round] (265.12,122.93) -- (265.12,116.40); +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.81,219.85) -- (318.81,218.51); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (316.79,224.11) -- + (316.79,224.78) -- + (317.80,222.65) -- + (316.79,220.51) -- + (316.79,219.85) -- + (320.84,219.85) -- + (320.84,220.51) -- + (319.83,222.65) -- + (320.84,224.78) -- + (320.84,224.11) -- + (316.79,224.11) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (317.80,222.65) -- (319.83,222.65); +\definecolor{drawColor}{RGB}{86,180,233} \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (263.05,155.83) -- - (263.05,158.21) -- - (264.08,141.77) -- - (263.05,125.33) -- - (263.05,122.93) -- - (267.18,122.93) -- - (267.18,125.33) -- - (266.15,141.77) -- - (267.18,158.21) -- - (267.18,155.83) -- - (263.05,155.83) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (335.32,197.84) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (335.32,212.52) -- (335.32,213.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (335.32,206.82) -- (335.32,204.38); +\definecolor{fillColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (333.29,212.52) -- + (333.29,213.06) -- + (334.31,210.22) -- + (333.29,207.38) -- + (333.29,206.82) -- + (337.34,206.82) -- + (337.34,207.38) -- + (336.33,210.22) -- + (337.34,213.06) -- + (337.34,212.52) -- + (333.29,212.52) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (264.08,141.77) -- (266.15,141.77); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (334.31,210.22) -- (336.33,210.22); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (269.70,120.94) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.82,208.20) -- (339.82,210.68); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (269.70,160.80) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.82,203.06) -- (339.82,198.85); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.70,150.30) -- (269.70,158.13); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (337.79,208.20) -- + (337.79,206.79) -- + (338.81,204.22) -- + (337.79,201.65) -- + (337.79,203.06) -- + (341.85,203.06) -- + (341.85,201.65) -- + (340.83,204.22) -- + (341.85,206.79) -- + (341.85,208.20) -- + (337.79,208.20) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.70,144.14) -- (269.70,140.03); +\path[draw=drawColor,line width= 1.1pt] (338.81,204.22) -- (340.83,204.22); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (267.64,150.30) -- - (267.64,151.53) -- - (268.67,148.45) -- - (267.64,145.38) -- - (267.64,144.14) -- - (271.77,144.14) -- - (271.77,145.38) -- - (270.74,148.45) -- - (271.77,151.53) -- - (271.77,150.30) -- - (267.64,150.30) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (344.32,218.15) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (344.32,216.99) circle ( 1.96); + +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (344.32,203.83) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (344.32,213.30) -- (344.32,213.48); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (344.32,211.10) -- (344.32,209.55); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (342.30,213.30) -- + (342.30,213.29) -- + (343.31,212.18) -- + (342.30,211.08) -- + (342.30,211.10) -- + (346.35,211.10) -- + (346.35,211.08) -- + (345.33,212.18) -- + (346.35,213.29) -- + (346.35,213.30) -- + (342.30,213.30) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (268.67,148.45) -- (270.74,148.45); +\path[draw=drawColor,line width= 1.1pt] (343.31,212.18) -- (345.33,212.18); +\definecolor{drawColor}{RGB}{204,121,167} +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.29,140.75) -- (274.29,144.83); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (348.82,204.12) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.29,128.66) -- (274.29,124.03); +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.82,212.91) -- (348.82,214.58); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.82,210.40) -- (348.82,206.64); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (346.80,212.91) -- + (346.80,213.17) -- + (347.81,211.91) -- + (346.80,210.65) -- + (346.80,210.40) -- + (350.85,210.40) -- + (350.85,210.65) -- + (349.84,211.91) -- + (350.85,213.17) -- + (350.85,212.91) -- + (346.80,212.91) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (347.81,211.91) -- (349.84,211.91); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (353.33,204.85) -- (353.33,205.85); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (353.33,199.17) -- (353.33,191.05); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (272.23,140.75) -- - (272.23,140.70) -- - (273.26,134.66) -- - (272.23,128.62) -- - (272.23,128.66) -- - (276.36,128.66) -- - (276.36,128.62) -- - (275.33,134.66) -- - (276.36,140.70) -- - (276.36,140.75) -- - (272.23,140.75) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (351.30,204.85) -- + (351.30,203.35) -- + (352.31,200.51) -- + (351.30,197.66) -- + (351.30,199.17) -- + (355.35,199.17) -- + (355.35,197.66) -- + (354.34,200.51) -- + (355.35,203.35) -- + (355.35,204.85) -- + (351.30,204.85) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (273.26,134.66) -- (275.33,134.66); +\path[draw=drawColor,line width= 1.1pt] (352.31,200.51) -- (354.34,200.51); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (278.88,156.78) -- (278.88,164.29); +\path[draw=drawColor,line width= 0.6pt,line join=round] (357.83,202.56) -- (357.83,209.85); -\path[draw=drawColor,line width= 0.6pt,line join=round] (278.88,138.00) -- (278.88,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] (357.83,192.40) -- (357.83,183.82); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (355.80,202.56) -- + (355.80,204.61) -- + (356.81,199.53) -- + (355.80,194.45) -- + (355.80,192.40) -- + (359.85,192.40) -- + (359.85,194.45) -- + (358.84,199.53) -- + (359.85,204.61) -- + (359.85,202.56) -- + (355.80,202.56) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (356.81,199.53) -- (358.84,199.53); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.33,220.73) -- (362.33,220.95); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.33,217.88) -- (362.33,216.65); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (276.82,156.78) -- - (276.82,160.41) -- - (277.85,151.03) -- - (276.82,141.64) -- - (276.82,138.00) -- - (280.95,138.00) -- - (280.95,141.64) -- - (279.91,151.03) -- - (280.95,160.41) -- - (280.95,156.78) -- - (276.82,156.78) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (360.30,220.73) -- + (360.30,220.58) -- + (361.32,219.16) -- + (360.30,217.73) -- + (360.30,217.88) -- + (364.35,217.88) -- + (364.35,217.73) -- + (363.34,219.16) -- + (364.35,220.58) -- + (364.35,220.73) -- + (360.30,220.73) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (277.85,151.03) -- (279.91,151.03); -\definecolor{drawColor}{RGB}{255,0,0} +\path[draw=drawColor,line width= 1.1pt] (361.32,219.16) -- (363.34,219.16); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,dash pattern=on 4pt off 4pt ,line join=round] ( 37.09,120.34) -- (286.68,120.34); +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.83,220.14) -- (366.83,221.68); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.83,217.69) -- (366.83,215.51); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (364.80,220.14) -- + (364.80,220.02) -- + (365.82,218.79) -- + (364.80,217.56) -- + (364.80,217.69) -- + (368.86,217.69) -- + (368.86,217.56) -- + (367.84,218.79) -- + (368.86,220.02) -- + (368.86,220.14) -- + (364.80,220.14) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (365.82,218.79) -- (367.84,218.79); \end{scope} \begin{scope} -\path[clip] ( 37.09, 30.69) rectangle (286.68,100.18); +\path[clip] ( 34.16, 30.69) rectangle (379.88,136.32); \definecolor{drawColor}{gray}{0.92} -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 39.06) -- - (286.68, 39.06); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16, 32.94) -- + (379.88, 32.94); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 51.63) -- - (286.68, 51.63); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16, 61.10) -- + (379.88, 61.10); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 64.19) -- - (286.68, 64.19); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16, 89.27) -- + (379.88, 89.27); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 76.76) -- - (286.68, 76.76); +\path[draw=drawColor,line width= 0.3pt,line join=round] ( 34.16,117.43) -- + (379.88,117.43); -\path[draw=drawColor,line width= 0.3pt,line join=round] ( 37.09, 89.32) -- - (286.68, 89.32); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16, 47.02) -- + (379.88, 47.02); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 32.78) -- - (286.68, 32.78); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16, 75.18) -- + (379.88, 75.18); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 45.35) -- - (286.68, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16,103.35) -- + (379.88,103.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 57.91) -- - (286.68, 57.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 34.16,131.51) -- + (379.88,131.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 70.47) -- - (286.68, 70.47); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 62.97, 30.69) -- + ( 62.97,136.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 83.04) -- - (286.68, 83.04); +\path[draw=drawColor,line width= 0.6pt,line join=round] (110.98, 30.69) -- + (110.98,136.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 37.09, 95.60) -- - (286.68, 95.60); +\path[draw=drawColor,line width= 0.6pt,line join=round] (159.00, 30.69) -- + (159.00,136.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.77, 30.69) -- - ( 51.77,100.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (207.02, 30.69) -- + (207.02,136.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 76.24, 30.69) -- - ( 76.24,100.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (255.04, 30.69) -- + (255.04,136.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] (100.71, 30.69) -- - (100.71,100.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (303.06, 30.69) -- + (303.06,136.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] (125.18, 30.69) -- - (125.18,100.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (351.07, 30.69) -- + (351.07,136.32); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (149.65, 30.69) -- - (149.65,100.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.21,131.51) -- ( 47.21,131.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] (174.12, 30.69) -- - (174.12,100.18); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (198.59, 30.69) -- - (198.59,100.18); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (223.06, 30.69) -- - (223.06,100.18); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (247.53, 30.69) -- - (247.53,100.18); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (272.00, 30.69) -- - (272.00,100.18); -\definecolor{drawColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.89, 45.35) -- ( 44.89, 45.35); - -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 44.89, 45.35) -- ( 44.89, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 47.21,131.51) -- ( 47.21,131.51); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 42.82, 45.35) -- - ( 42.82, 45.35) -- - ( 43.86, 45.35) -- - ( 42.82, 45.35) -- - ( 42.82, 45.35) -- - ( 46.95, 45.35) -- - ( 46.95, 45.35) -- - ( 45.92, 45.35) -- - ( 46.95, 45.35) -- - ( 46.95, 45.35) -- - ( 42.82, 45.35) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 45.19,131.51) -- + ( 45.19,131.51) -- + ( 46.20,131.51) -- + ( 45.19,131.51) -- + ( 45.19,131.51) -- + ( 49.24,131.51) -- + ( 49.24,131.51) -- + ( 48.22,131.51) -- + ( 49.24,131.51) -- + ( 49.24,131.51) -- + ( 45.19,131.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 43.86, 45.35) -- ( 45.92, 45.35); +\path[draw=drawColor,line width= 1.1pt] ( 46.20,131.51) -- ( 48.22,131.51); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.48, 45.35) -- ( 49.48, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.71,131.51) -- ( 51.71,131.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 49.48, 45.35) -- ( 49.48, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 51.71,131.51) -- ( 51.71,131.51); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 49.69,131.51) -- + ( 49.69,131.51) -- + ( 50.70,131.51) -- + ( 49.69,131.51) -- + ( 49.69,131.51) -- + ( 53.74,131.51) -- + ( 53.74,131.51) -- + ( 52.73,131.51) -- + ( 53.74,131.51) -- + ( 53.74,131.51) -- + ( 49.69,131.51) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 50.70,131.51) -- ( 52.73,131.51); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 56.21,131.51) -- ( 56.21,131.51); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 56.21,131.51) -- ( 56.21,131.51); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 47.41, 45.35) -- - ( 47.41, 45.35) -- - ( 48.44, 45.35) -- - ( 47.41, 45.35) -- - ( 47.41, 45.35) -- - ( 51.54, 45.35) -- - ( 51.54, 45.35) -- - ( 50.51, 45.35) -- - ( 51.54, 45.35) -- - ( 51.54, 45.35) -- - ( 47.41, 45.35) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 54.19,131.51) -- + ( 54.19,131.51) -- + ( 55.20,131.51) -- + ( 54.19,131.51) -- + ( 54.19,131.51) -- + ( 58.24,131.51) -- + ( 58.24,131.51) -- + ( 57.23,131.51) -- + ( 58.24,131.51) -- + ( 58.24,131.51) -- + ( 54.19,131.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 48.44, 45.35) -- ( 50.51, 45.35); +\path[draw=drawColor,line width= 1.1pt] ( 55.20,131.51) -- ( 57.23,131.51); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 54.06, 45.35) -- ( 54.06, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.72,131.51) -- ( 60.72,131.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 54.06, 45.35) -- ( 54.06, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 60.72,131.51) -- ( 60.72,131.51); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 58.69,131.51) -- + ( 58.69,131.51) -- + ( 59.70,131.51) -- + ( 58.69,131.51) -- + ( 58.69,131.51) -- + ( 62.74,131.51) -- + ( 62.74,131.51) -- + ( 61.73,131.51) -- + ( 62.74,131.51) -- + ( 62.74,131.51) -- + ( 58.69,131.51) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 59.70,131.51) -- ( 61.73,131.51); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 65.22,131.51) -- ( 65.22,131.51); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 65.22,131.51) -- ( 65.22,131.51); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 52.00, 45.35) -- - ( 52.00, 45.35) -- - ( 53.03, 45.35) -- - ( 52.00, 45.35) -- - ( 52.00, 45.35) -- - ( 56.13, 45.35) -- - ( 56.13, 45.35) -- - ( 55.10, 45.35) -- - ( 56.13, 45.35) -- - ( 56.13, 45.35) -- - ( 52.00, 45.35) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 63.19,131.51) -- + ( 63.19,131.51) -- + ( 64.20,131.51) -- + ( 63.19,131.51) -- + ( 63.19,131.51) -- + ( 67.24,131.51) -- + ( 67.24,131.51) -- + ( 66.23,131.51) -- + ( 67.24,131.51) -- + ( 67.24,131.51) -- + ( 63.19,131.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 53.03, 45.35) -- ( 55.10, 45.35); +\path[draw=drawColor,line width= 1.1pt] ( 64.20,131.51) -- ( 66.23,131.51); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.65, 45.35) -- ( 58.65, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.72,131.51) -- ( 69.72,131.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 58.65, 45.35) -- ( 58.65, 45.35); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.72,131.51) -- ( 69.72,131.51); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 67.69,131.51) -- + ( 67.69,131.51) -- + ( 68.71,131.51) -- + ( 67.69,131.51) -- + ( 67.69,131.51) -- + ( 71.75,131.51) -- + ( 71.75,131.51) -- + ( 70.73,131.51) -- + ( 71.75,131.51) -- + ( 71.75,131.51) -- + ( 67.69,131.51) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 68.71,131.51) -- ( 70.73,131.51); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.22,131.51) -- ( 74.22,131.51); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 74.22,131.51) -- ( 74.22,131.51); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 56.59, 45.35) -- - ( 56.59, 45.35) -- - ( 57.62, 45.35) -- - ( 56.59, 45.35) -- - ( 56.59, 45.35) -- - ( 60.72, 45.35) -- - ( 60.72, 45.35) -- - ( 59.69, 45.35) -- - ( 60.72, 45.35) -- - ( 60.72, 45.35) -- - ( 56.59, 45.35) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 72.20,131.51) -- + ( 72.20,131.51) -- + ( 73.21,131.51) -- + ( 72.20,131.51) -- + ( 72.20,131.51) -- + ( 76.25,131.51) -- + ( 76.25,131.51) -- + ( 75.23,131.51) -- + ( 76.25,131.51) -- + ( 76.25,131.51) -- + ( 72.20,131.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 57.62, 45.35) -- ( 59.69, 45.35); +\path[draw=drawColor,line width= 1.1pt] ( 73.21,131.51) -- ( 75.23,131.51); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.36, 49.56) -- ( 69.36, 51.27); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.72,131.51) -- ( 78.72,131.51); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 69.36, 45.78) -- ( 69.36, 43.58); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.72,131.51) -- ( 78.72,131.51); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 76.70,131.51) -- + ( 76.70,131.51) -- + ( 77.71,131.51) -- + ( 76.70,131.51) -- + ( 76.70,131.51) -- + ( 80.75,131.51) -- + ( 80.75,131.51) -- + ( 79.74,131.51) -- + ( 80.75,131.51) -- + ( 80.75,131.51) -- + ( 76.70,131.51) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 77.71,131.51) -- ( 79.74,131.51); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.23, 93.17) -- ( 95.23, 99.87); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 95.23, 79.52) -- ( 95.23, 62.13); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 67.29, 49.56) -- - ( 67.29, 49.46) -- - ( 68.33, 47.58) -- - ( 67.29, 45.69) -- - ( 67.29, 45.78) -- - ( 71.42, 45.78) -- - ( 71.42, 45.69) -- - ( 70.39, 47.58) -- - ( 71.42, 49.46) -- - ( 71.42, 49.56) -- - ( 67.29, 49.56) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 93.20, 93.17) -- + ( 93.20, 91.09) -- + ( 94.22, 84.27) -- + ( 93.20, 77.46) -- + ( 93.20, 79.52) -- + ( 97.25, 79.52) -- + ( 97.25, 77.46) -- + ( 96.24, 84.27) -- + ( 97.25, 91.09) -- + ( 97.25, 93.17) -- + ( 93.20, 93.17) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 68.33, 47.58) -- ( 70.39, 47.58); +\path[draw=drawColor,line width= 1.1pt] ( 94.22, 84.27) -- ( 96.24, 84.27); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 73.95, 48.03) -- ( 73.95, 49.73); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] ( 99.73, 60.74) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 73.95, 46.51) -- ( 73.95, 45.23); +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 99.73, 83.20) -- ( 99.73, 91.21); + +\path[draw=drawColor,line width= 0.6pt,line join=round] ( 99.73, 74.48) -- ( 99.73, 66.09); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] ( 97.70, 83.20) -- + ( 97.70, 85.08) -- + ( 98.72, 80.72) -- + ( 97.70, 76.37) -- + ( 97.70, 74.48) -- + (101.76, 74.48) -- + (101.76, 76.37) -- + (100.74, 80.72) -- + (101.76, 85.08) -- + (101.76, 83.20) -- + ( 97.70, 83.20) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] ( 98.72, 80.72) -- (100.74, 80.72); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.23, 94.86) -- (104.23, 98.92); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (104.23, 85.37) -- (104.23, 80.20); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 71.88, 48.03) -- - ( 71.88, 48.14) -- - ( 72.91, 47.38) -- - ( 71.88, 46.63) -- - ( 71.88, 46.51) -- - ( 76.01, 46.51) -- - ( 76.01, 46.63) -- - ( 74.98, 47.38) -- - ( 76.01, 48.14) -- - ( 76.01, 48.03) -- - ( 71.88, 48.03) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (102.21, 94.86) -- + (102.21, 98.62) -- + (103.22, 93.88) -- + (102.21, 89.13) -- + (102.21, 85.37) -- + (106.26, 85.37) -- + (106.26, 89.13) -- + (105.25, 93.88) -- + (106.26, 98.62) -- + (106.26, 94.86) -- + (102.21, 94.86) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 72.91, 47.38) -- ( 74.98, 47.38); +\path[draw=drawColor,line width= 1.1pt] (103.22, 93.88) -- (105.25, 93.88); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.53, 46.99) -- ( 78.53, 49.09); +\path[draw=drawColor,line width= 0.6pt,line join=round] (108.73, 91.96) -- (108.73, 96.55); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 78.53, 43.32) -- ( 78.53, 40.75); +\path[draw=drawColor,line width= 0.6pt,line join=round] (108.73, 80.94) -- (108.73, 75.18); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (106.71, 91.96) -- + (106.71, 91.45) -- + (107.72, 85.94) -- + (106.71, 80.44) -- + (106.71, 80.94) -- + (110.76, 80.94) -- + (110.76, 80.44) -- + (109.75, 85.94) -- + (110.76, 91.45) -- + (110.76, 91.96) -- + (106.71, 91.96) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (107.72, 85.94) -- (109.75, 85.94); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (113.24, 69.10) -- (113.24, 83.38); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (113.24, 52.80) -- (113.24, 35.49); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 76.47, 46.99) -- - ( 76.47, 48.37) -- - ( 77.50, 46.54) -- - ( 76.47, 44.70) -- - ( 76.47, 43.32) -- - ( 80.60, 43.32) -- - ( 80.60, 44.70) -- - ( 79.57, 46.54) -- - ( 80.60, 48.37) -- - ( 80.60, 46.99) -- - ( 76.47, 46.99) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (111.21, 69.10) -- + (111.21, 70.09) -- + (112.22, 61.95) -- + (111.21, 53.81) -- + (111.21, 52.80) -- + (115.26, 52.80) -- + (115.26, 53.81) -- + (114.25, 61.95) -- + (115.26, 70.09) -- + (115.26, 69.10) -- + (111.21, 69.10) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 77.50, 46.54) -- ( 79.57, 46.54); +\path[draw=drawColor,line width= 1.1pt] (112.22, 61.95) -- (114.25, 61.95); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.12, 47.30) -- ( 83.12, 48.42); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.74, 65.76) -- (117.74, 82.62); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 83.12, 45.22) -- ( 83.12, 43.85); +\path[draw=drawColor,line width= 0.6pt,line join=round] (117.74, 51.85) -- (117.74, 44.33); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (115.71, 65.76) -- + (115.71, 66.91) -- + (116.72, 59.97) -- + (115.71, 53.02) -- + (115.71, 51.85) -- + (119.76, 51.85) -- + (119.76, 53.02) -- + (118.75, 59.97) -- + (119.76, 66.91) -- + (119.76, 65.76) -- + (115.71, 65.76) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (116.72, 59.97) -- (118.75, 59.97); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (122.24,102.93) -- (122.24,110.57); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (122.24, 92.62) -- (122.24, 87.87); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 81.06, 47.30) -- - ( 81.06, 47.72) -- - ( 82.09, 46.68) -- - ( 81.06, 45.64) -- - ( 81.06, 45.22) -- - ( 85.19, 45.22) -- - ( 85.19, 45.64) -- - ( 84.15, 46.68) -- - ( 85.19, 47.72) -- - ( 85.19, 47.30) -- - ( 81.06, 47.30) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (120.21,102.93) -- + (120.21,102.14) -- + (121.23, 96.99) -- + (120.21, 91.84) -- + (120.21, 92.62) -- + (124.26, 92.62) -- + (124.26, 91.84) -- + (123.25, 96.99) -- + (124.26,102.14) -- + (124.26,102.93) -- + (120.21,102.93) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 82.09, 46.68) -- ( 84.15, 46.68); +\path[draw=drawColor,line width= 1.1pt] (121.23, 96.99) -- (123.25, 96.99); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.83, 48.87) -- ( 93.83, 50.15); +\path[draw=drawColor,line width= 0.6pt,line join=round] (126.74,100.27) -- (126.74,107.63); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 93.83, 47.32) -- ( 93.83, 47.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (126.74, 91.67) -- (126.74, 83.34); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (124.71,100.27) -- + (124.71, 98.56) -- + (125.73, 94.27) -- + (124.71, 89.98) -- + (124.71, 91.67) -- + (128.77, 91.67) -- + (128.77, 89.98) -- + (127.75, 94.27) -- + (128.77, 98.56) -- + (128.77,100.27) -- + (124.71,100.27) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (125.73, 94.27) -- (127.75, 94.27); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (143.25, 87.94) -- (143.25, 95.57); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (143.25, 78.00) -- (143.25, 68.17); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 91.76, 48.87) -- - ( 91.76, 48.95) -- - ( 92.80, 48.17) -- - ( 91.76, 47.40) -- - ( 91.76, 47.32) -- - ( 95.89, 47.32) -- - ( 95.89, 47.40) -- - ( 94.86, 48.17) -- - ( 95.89, 48.95) -- - ( 95.89, 48.87) -- - ( 91.76, 48.87) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (141.22, 87.94) -- + (141.22, 87.04) -- + (142.23, 82.08) -- + (141.22, 77.12) -- + (141.22, 78.00) -- + (145.27, 78.00) -- + (145.27, 77.12) -- + (144.26, 82.08) -- + (145.27, 87.04) -- + (145.27, 87.94) -- + (141.22, 87.94) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 92.80, 48.17) -- ( 94.86, 48.17); +\path[draw=drawColor,line width= 1.1pt] (142.23, 82.08) -- (144.26, 82.08); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.42, 49.18) -- ( 98.42, 50.79); +\path[draw=drawColor,line width= 0.6pt,line join=round] (147.75, 80.44) -- (147.75, 90.69); -\path[draw=drawColor,line width= 0.6pt,line join=round] ( 98.42, 47.65) -- ( 98.42, 45.41); +\path[draw=drawColor,line width= 0.6pt,line join=round] (147.75, 69.22) -- (147.75, 63.90); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (145.72, 80.44) -- + (145.72, 82.91) -- + (146.74, 77.30) -- + (145.72, 71.69) -- + (145.72, 69.22) -- + (149.77, 69.22) -- + (149.77, 71.69) -- + (148.76, 77.30) -- + (149.77, 82.91) -- + (149.77, 80.44) -- + (145.72, 80.44) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (146.74, 77.30) -- (148.76, 77.30); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.25, 91.22) -- (152.25, 99.25); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (152.25, 84.85) -- (152.25, 80.68); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] ( 96.35, 49.18) -- - ( 96.35, 49.57) -- - ( 97.38, 48.80) -- - ( 96.35, 48.04) -- - ( 96.35, 47.65) -- - (100.48, 47.65) -- - (100.48, 48.04) -- - ( 99.45, 48.80) -- - (100.48, 49.57) -- - (100.48, 49.18) -- - ( 96.35, 49.18) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (150.22, 91.22) -- + (150.22, 89.46) -- + (151.24, 86.28) -- + (150.22, 83.10) -- + (150.22, 84.85) -- + (154.28, 84.85) -- + (154.28, 83.10) -- + (153.26, 86.28) -- + (154.28, 89.46) -- + (154.28, 91.22) -- + (150.22, 91.22) -- cycle; -\path[draw=drawColor,line width= 1.1pt] ( 97.38, 48.80) -- ( 99.45, 48.80); +\path[draw=drawColor,line width= 1.1pt] (151.24, 86.28) -- (153.26, 86.28); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (103.00, 45.52) -- (103.00, 46.91); +\path[draw=drawColor,line width= 0.6pt,line join=round] (156.75, 84.14) -- (156.75, 96.16); -\path[draw=drawColor,line width= 0.6pt,line join=round] (103.00, 42.84) -- (103.00, 41.65); +\path[draw=drawColor,line width= 0.6pt,line join=round] (156.75, 74.89) -- (156.75, 72.80); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (154.73, 84.14) -- + (154.73, 86.79) -- + (155.74, 82.17) -- + (154.73, 77.54) -- + (154.73, 74.89) -- + (158.78, 74.89) -- + (158.78, 77.54) -- + (157.76, 82.17) -- + (158.78, 86.79) -- + (158.78, 84.14) -- + (154.73, 84.14) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (155.74, 82.17) -- (157.76, 82.17); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.25, 69.78) -- (161.25, 77.55); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (161.25, 55.71) -- (161.25, 47.73); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (100.94, 45.52) -- - (100.94, 46.07) -- - (101.97, 44.73) -- - (100.94, 43.38) -- - (100.94, 42.84) -- - (105.07, 42.84) -- - (105.07, 43.38) -- - (104.04, 44.73) -- - (105.07, 46.07) -- - (105.07, 45.52) -- - (100.94, 45.52) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (159.23, 69.78) -- + (159.23, 67.64) -- + (160.24, 60.60) -- + (159.23, 53.57) -- + (159.23, 55.71) -- + (163.28, 55.71) -- + (163.28, 53.57) -- + (162.27, 60.60) -- + (163.28, 67.64) -- + (163.28, 69.78) -- + (159.23, 69.78) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (101.97, 44.73) -- (104.04, 44.73); +\path[draw=drawColor,line width= 1.1pt] (160.24, 60.60) -- (162.27, 60.60); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (107.59, 47.36) -- (107.59, 47.80); +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.76, 69.98) -- (165.76, 78.32); -\path[draw=drawColor,line width= 0.6pt,line join=round] (107.59, 45.95) -- (107.59, 45.26); +\path[draw=drawColor,line width= 0.6pt,line join=round] (165.76, 59.40) -- (165.76, 52.37); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (163.73, 69.98) -- + (163.73, 69.65) -- + (164.74, 64.37) -- + (163.73, 59.08) -- + (163.73, 59.40) -- + (167.78, 59.40) -- + (167.78, 59.08) -- + (166.77, 64.37) -- + (167.78, 69.65) -- + (167.78, 69.98) -- + (163.73, 69.98) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (164.74, 64.37) -- (166.77, 64.37); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.26,100.13) -- (170.26,102.69); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (170.26, 91.72) -- (170.26, 88.13); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (105.53, 47.36) -- - (105.53, 47.49) -- - (106.56, 46.79) -- - (105.53, 46.08) -- - (105.53, 45.95) -- - (109.66, 45.95) -- - (109.66, 46.08) -- - (108.62, 46.79) -- - (109.66, 47.49) -- - (109.66, 47.36) -- - (105.53, 47.36) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (168.23,100.13) -- + (168.23,100.09) -- + (169.24, 95.89) -- + (168.23, 91.69) -- + (168.23, 91.72) -- + (172.28, 91.72) -- + (172.28, 91.69) -- + (171.27, 95.89) -- + (172.28,100.09) -- + (172.28,100.13) -- + (168.23,100.13) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (106.56, 46.79) -- (108.62, 46.79); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (169.24, 95.89) -- (171.27, 95.89); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (118.30, 45.79) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.76, 97.80) -- (174.76, 98.90); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (118.30, 48.64) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (174.76, 87.49) -- (174.76, 85.38); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (118.30, 45.00) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (172.73, 97.80) -- + (172.73, 98.97) -- + (173.75, 93.82) -- + (172.73, 88.67) -- + (172.73, 87.49) -- + (176.78, 87.49) -- + (176.78, 88.67) -- + (175.77, 93.82) -- + (176.78, 98.97) -- + (176.78, 97.80) -- + (172.73, 97.80) -- + cycle; -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (118.30, 48.19) circle ( 1.96); +\path[draw=drawColor,line width= 1.1pt] (173.75, 93.82) -- (175.77, 93.82); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,line join=round] (118.30, 46.90) -- (118.30, 46.90); +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.26, 86.21) -- (191.26, 90.45); -\path[draw=drawColor,line width= 0.6pt,line join=round] (118.30, 46.55) -- (118.30, 46.53); +\path[draw=drawColor,line width= 0.6pt,line join=round] (191.26, 82.03) -- (191.26, 76.46); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (116.23, 46.90) -- - (116.23, 46.94) -- - (117.27, 46.77) -- - (116.23, 46.59) -- - (116.23, 46.55) -- - (120.36, 46.55) -- - (120.36, 46.59) -- - (119.33, 46.77) -- - (120.36, 46.94) -- - (120.36, 46.90) -- - (116.23, 46.90) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (189.24, 86.21) -- + (189.24, 85.95) -- + (190.25, 83.86) -- + (189.24, 81.77) -- + (189.24, 82.03) -- + (193.29, 82.03) -- + (193.29, 81.77) -- + (192.28, 83.86) -- + (193.29, 85.95) -- + (193.29, 86.21) -- + (189.24, 86.21) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (117.27, 46.77) -- (119.33, 46.77); +\path[draw=drawColor,line width= 1.1pt] (190.25, 83.86) -- (192.28, 83.86); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (122.89, 49.61) -- (122.89, 51.59); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (195.77, 72.28) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (122.89, 47.12) -- (122.89, 46.43); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (195.77, 70.10) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.77, 84.73) -- (195.77, 87.21); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (195.77, 80.08) -- (195.77, 79.92); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (193.74, 84.73) -- + (193.74, 83.70) -- + (194.75, 81.38) -- + (193.74, 79.06) -- + (193.74, 80.08) -- + (197.79, 80.08) -- + (197.79, 79.06) -- + (196.78, 81.38) -- + (197.79, 83.70) -- + (197.79, 84.73) -- + (193.74, 84.73) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (194.75, 81.38) -- (196.78, 81.38); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.27, 90.08) -- (200.27, 94.08); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (200.27, 85.28) -- (200.27, 78.52); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (120.82, 49.61) -- - (120.82, 49.76) -- - (121.85, 48.52) -- - (120.82, 47.27) -- - (120.82, 47.12) -- - (124.95, 47.12) -- - (124.95, 47.27) -- - (123.92, 48.52) -- - (124.95, 49.76) -- - (124.95, 49.61) -- - (120.82, 49.61) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (198.24, 90.08) -- + (198.24, 89.47) -- + (199.26, 87.07) -- + (198.24, 84.67) -- + (198.24, 85.28) -- + (202.29, 85.28) -- + (202.29, 84.67) -- + (201.28, 87.07) -- + (202.29, 89.47) -- + (202.29, 90.08) -- + (198.24, 90.08) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (121.85, 48.52) -- (123.92, 48.52); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (199.26, 87.07) -- (201.28, 87.07); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (127.47, 51.24) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (204.77, 82.99) -- (204.77, 90.66); -\path[draw=drawColor,line width= 0.6pt,line join=round] (127.47, 46.46) -- (127.47, 47.09); +\path[draw=drawColor,line width= 0.6pt,line join=round] (204.77, 74.63) -- (204.77, 73.19); +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (127.47, 43.87) -- (127.47, 43.57); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (202.74, 82.99) -- + (202.74, 83.66) -- + (203.76, 79.48) -- + (202.74, 75.30) -- + (202.74, 74.63) -- + (206.80, 74.63) -- + (206.80, 75.30) -- + (205.78, 79.48) -- + (206.80, 83.66) -- + (206.80, 82.99) -- + (202.74, 82.99) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (203.76, 79.48) -- (205.78, 79.48); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (209.27, 72.93) -- (209.27, 84.61); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (209.27, 56.09) -- (209.27, 50.65); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (125.41, 46.46) -- - (125.41, 46.31) -- - (126.44, 45.02) -- - (125.41, 43.72) -- - (125.41, 43.87) -- - (129.54, 43.87) -- - (129.54, 43.72) -- - (128.51, 45.02) -- - (129.54, 46.31) -- - (129.54, 46.46) -- - (125.41, 46.46) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (207.25, 72.93) -- + (207.25, 74.06) -- + (208.26, 65.65) -- + (207.25, 57.23) -- + (207.25, 56.09) -- + (211.30, 56.09) -- + (211.30, 57.23) -- + (210.28, 65.65) -- + (211.30, 74.06) -- + (211.30, 72.93) -- + (207.25, 72.93) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (126.44, 45.02) -- (128.51, 45.02); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (208.26, 65.65) -- (210.28, 65.65); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (132.06, 44.88) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (213.77, 69.77) -- (213.77, 81.56); -\path[draw=drawColor,line width= 0.6pt,line join=round] (132.06, 47.03) -- (132.06, 47.92); +\path[draw=drawColor,line width= 0.6pt,line join=round] (213.77, 58.26) -- (213.77, 53.84); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (132.06, 46.19) -- (132.06, 45.90); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (211.75, 69.77) -- + (211.75, 69.97) -- + (212.76, 64.22) -- + (211.75, 58.46) -- + (211.75, 58.26) -- + (215.80, 58.26) -- + (215.80, 58.46) -- + (214.79, 64.22) -- + (215.80, 69.97) -- + (215.80, 69.77) -- + (211.75, 69.77) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (212.76, 64.22) -- (214.79, 64.22); +\definecolor{drawColor}{RGB}{0,114,178} \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (130.00, 47.03) -- - (130.00, 47.12) -- - (131.03, 46.71) -- - (130.00, 46.29) -- - (130.00, 46.19) -- - (134.13, 46.19) -- - (134.13, 46.29) -- - (133.09, 46.71) -- - (134.13, 47.12) -- - (134.13, 47.03) -- - (130.00, 47.03) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (218.27,103.13) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.27, 97.82) -- (218.27,102.02); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (218.27, 94.99) -- (218.27, 93.92); +\definecolor{fillColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (216.25, 97.82) -- + (216.25, 96.90) -- + (217.26, 95.48) -- + (216.25, 94.07) -- + (216.25, 94.99) -- + (220.30, 94.99) -- + (220.30, 94.07) -- + (219.29, 95.48) -- + (220.30, 96.90) -- + (220.30, 97.82) -- + (216.25, 97.82) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (131.03, 46.71) -- (133.09, 46.71); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (217.26, 95.48) -- (219.29, 95.48); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (142.77, 44.15) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.78, 95.65) -- (222.78, 99.35); -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77, 47.57) -- (142.77, 48.33); +\path[draw=drawColor,line width= 0.6pt,line join=round] (222.78, 92.43) -- (222.78, 88.14); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (142.77, 46.23) -- (142.77, 45.10); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (220.75, 95.65) -- + (220.75, 95.52) -- + (221.76, 93.91) -- + (220.75, 92.31) -- + (220.75, 92.43) -- + (224.80, 92.43) -- + (224.80, 92.31) -- + (223.79, 93.91) -- + (224.80, 95.52) -- + (224.80, 95.65) -- + (220.75, 95.65) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (221.76, 93.91) -- (223.79, 93.91); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (239.28, 82.65) -- (239.28, 87.21); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (239.28, 76.85) -- (239.28, 73.65); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (140.70, 47.57) -- - (140.70, 47.73) -- - (141.74, 47.05) -- - (140.70, 46.38) -- - (140.70, 46.23) -- - (144.83, 46.23) -- - (144.83, 46.38) -- - (143.80, 47.05) -- - (144.83, 47.73) -- - (144.83, 47.57) -- - (140.70, 47.57) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (237.26, 82.65) -- + (237.26, 84.46) -- + (238.27, 81.56) -- + (237.26, 78.66) -- + (237.26, 76.85) -- + (241.31, 76.85) -- + (241.31, 78.66) -- + (240.30, 81.56) -- + (241.31, 84.46) -- + (241.31, 82.65) -- + (237.26, 82.65) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (141.74, 47.05) -- (143.80, 47.05); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (238.27, 81.56) -- (240.30, 81.56); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (147.36, 49.74) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.78, 80.48) -- (243.78, 83.38); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (147.36, 47.35) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (243.78, 75.42) -- (243.78, 69.34); +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (147.36, 49.63) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (241.76, 80.48) -- + (241.76, 80.01) -- + (242.77, 77.48) -- + (241.76, 74.95) -- + (241.76, 75.42) -- + (245.81, 75.42) -- + (245.81, 74.95) -- + (244.80, 77.48) -- + (245.81, 80.01) -- + (245.81, 80.48) -- + (241.76, 80.48) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (147.36, 48.77) -- (147.36, 48.85); +\path[draw=drawColor,line width= 1.1pt] (242.77, 77.48) -- (244.80, 77.48); +\definecolor{drawColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,line join=round] (147.36, 48.30) -- (147.36, 47.61); +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.29, 89.96) -- (248.29, 92.57); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (248.29, 86.16) -- (248.29, 80.48); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (145.29, 48.77) -- - (145.29, 48.72) -- - (146.32, 48.48) -- - (145.29, 48.24) -- - (145.29, 48.30) -- - (149.42, 48.30) -- - (149.42, 48.24) -- - (148.39, 48.48) -- - (149.42, 48.72) -- - (149.42, 48.77) -- - (145.29, 48.77) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (246.26, 89.96) -- + (246.26, 89.17) -- + (247.27, 87.27) -- + (246.26, 85.37) -- + (246.26, 86.16) -- + (250.31, 86.16) -- + (250.31, 85.37) -- + (249.30, 87.27) -- + (250.31, 89.17) -- + (250.31, 89.96) -- + (246.26, 89.96) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (146.32, 48.48) -- (148.39, 48.48); +\path[draw=drawColor,line width= 1.1pt] (247.27, 87.27) -- (249.30, 87.27); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.94, 45.21) -- (151.94, 47.27); +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.79, 83.08) -- (252.79, 87.48); -\path[draw=drawColor,line width= 0.6pt,line join=round] (151.94, 43.26) -- (151.94, 42.75); +\path[draw=drawColor,line width= 0.6pt,line join=round] (252.79, 78.23) -- (252.79, 73.89); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (250.76, 83.08) -- + (250.76, 81.80) -- + (251.77, 79.37) -- + (250.76, 76.95) -- + (250.76, 78.23) -- + (254.81, 78.23) -- + (254.81, 76.95) -- + (253.80, 79.37) -- + (254.81, 81.80) -- + (254.81, 83.08) -- + (250.76, 83.08) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (251.77, 79.37) -- (253.80, 79.37); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (257.29, 61.85) -- (257.29, 64.33); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (257.29, 56.98) -- (257.29, 52.88); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (149.88, 45.21) -- - (149.88, 45.05) -- - (150.91, 44.08) -- - (149.88, 43.10) -- - (149.88, 43.26) -- - (154.01, 43.26) -- - (154.01, 43.10) -- - (152.98, 44.08) -- - (154.01, 45.05) -- - (154.01, 45.21) -- - (149.88, 45.21) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (255.26, 61.85) -- + (255.26, 62.97) -- + (256.28, 60.54) -- + (255.26, 58.11) -- + (255.26, 56.98) -- + (259.32, 56.98) -- + (259.32, 58.11) -- + (258.30, 60.54) -- + (259.32, 62.97) -- + (259.32, 61.85) -- + (255.26, 61.85) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (150.91, 44.08) -- (152.98, 44.08); +\path[draw=drawColor,line width= 1.1pt] (256.28, 60.54) -- (258.30, 60.54); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.53, 46.05) -- (156.53, 46.52); +\path[draw=drawColor,line width= 0.6pt,line join=round] (261.79, 65.01) -- (261.79, 67.88); -\path[draw=drawColor,line width= 0.6pt,line join=round] (156.53, 45.18) -- (156.53, 44.95); +\path[draw=drawColor,line width= 0.6pt,line join=round] (261.79, 58.30) -- (261.79, 52.66); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (259.77, 65.01) -- + (259.77, 66.26) -- + (260.78, 62.90) -- + (259.77, 59.54) -- + (259.77, 58.30) -- + (263.82, 58.30) -- + (263.82, 59.54) -- + (262.80, 62.90) -- + (263.82, 66.26) -- + (263.82, 65.01) -- + (259.77, 65.01) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (260.78, 62.90) -- (262.80, 62.90); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (266.29, 98.37) -- (266.29, 99.22); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (266.29, 94.86) -- (266.29, 94.52); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (154.47, 46.05) -- - (154.47, 45.81) -- - (155.50, 45.38) -- - (154.47, 44.95) -- - (154.47, 45.18) -- - (158.60, 45.18) -- - (158.60, 44.95) -- - (157.56, 45.38) -- - (158.60, 45.81) -- - (158.60, 46.05) -- - (154.47, 46.05) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (264.27, 98.37) -- + (264.27, 97.78) -- + (265.28, 96.03) -- + (264.27, 94.27) -- + (264.27, 94.86) -- + (268.32, 94.86) -- + (268.32, 94.27) -- + (267.31, 96.03) -- + (268.32, 97.78) -- + (268.32, 98.37) -- + (264.27, 98.37) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (155.50, 45.38) -- (157.56, 45.38); +\path[draw=drawColor,line width= 1.1pt] (265.28, 96.03) -- (267.31, 96.03); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.24, 47.00) -- (167.24, 47.65); +\path[draw=drawColor,line width= 0.6pt,line join=round] (270.79, 96.85) -- (270.79, 99.39); -\path[draw=drawColor,line width= 0.6pt,line join=round] (167.24, 45.69) -- (167.24, 44.97); +\path[draw=drawColor,line width= 0.6pt,line join=round] (270.79, 94.96) -- (270.79, 93.41); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (268.77, 96.85) -- + (268.77, 96.70) -- + (269.78, 95.76) -- + (268.77, 94.81) -- + (268.77, 94.96) -- + (272.82, 94.96) -- + (272.82, 94.81) -- + (271.81, 95.76) -- + (272.82, 96.70) -- + (272.82, 96.85) -- + (268.77, 96.85) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (269.78, 95.76) -- (271.81, 95.76); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (287.30, 84.56) -- (287.30, 86.56); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (287.30, 77.71) -- (287.30, 75.11); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (165.17, 47.00) -- - (165.17, 46.92) -- - (166.21, 46.27) -- - (165.17, 45.62) -- - (165.17, 45.69) -- - (169.30, 45.69) -- - (169.30, 45.62) -- - (168.27, 46.27) -- - (169.30, 46.92) -- - (169.30, 47.00) -- - (165.17, 47.00) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (285.27, 84.56) -- + (285.27, 85.17) -- + (286.29, 81.75) -- + (285.27, 78.33) -- + (285.27, 77.71) -- + (289.33, 77.71) -- + (289.33, 78.33) -- + (288.31, 81.75) -- + (289.33, 85.17) -- + (289.33, 84.56) -- + (285.27, 84.56) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (166.21, 46.27) -- (168.27, 46.27); +\path[draw=drawColor,line width= 1.1pt] (286.29, 81.75) -- (288.31, 81.75); +\definecolor{drawColor}{RGB}{213,94,0} +\definecolor{fillColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (171.83, 49.75) -- (171.83, 50.50); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (291.80, 73.16) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (171.83, 47.59) -- (171.83, 45.22); +\path[draw=drawColor,line width= 0.6pt,line join=round] (291.80, 81.01) -- (291.80, 83.12); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (291.80, 77.89) -- (291.80, 73.65); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (289.78, 81.01) -- + (289.78, 81.50) -- + (290.79, 79.94) -- + (289.78, 78.38) -- + (289.78, 77.89) -- + (293.83, 77.89) -- + (293.83, 78.38) -- + (292.81, 79.94) -- + (293.83, 81.50) -- + (293.83, 81.01) -- + (289.78, 81.01) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (290.79, 79.94) -- (292.81, 79.94); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (169.76, 49.75) -- - (169.76, 49.66) -- - (170.79, 48.58) -- - (169.76, 47.50) -- - (169.76, 47.59) -- - (173.89, 47.59) -- - (173.89, 47.50) -- - (172.86, 48.58) -- - (173.89, 49.66) -- - (173.89, 49.75) -- - (169.76, 49.75) -- +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (296.30, 89.66) circle ( 1.96); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (296.30, 86.49) -- (296.30, 88.59); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (296.30, 84.40) -- (296.30, 81.86); +\definecolor{fillColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (294.28, 86.49) -- + (294.28, 86.53) -- + (295.29, 85.48) -- + (294.28, 84.44) -- + (294.28, 84.40) -- + (298.33, 84.40) -- + (298.33, 84.44) -- + (297.32, 85.48) -- + (298.33, 86.53) -- + (298.33, 86.49) -- + (294.28, 86.49) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (170.79, 48.58) -- (172.86, 48.58); +\path[draw=drawColor,line width= 1.1pt] (295.29, 85.48) -- (297.32, 85.48); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (176.41, 50.18) -- (176.41, 53.62); +\path[draw=drawColor,line width= 0.6pt,line join=round] (300.81, 80.79) -- (300.81, 84.44); -\path[draw=drawColor,line width= 0.6pt,line join=round] (176.41, 45.64) -- (176.41, 43.74); +\path[draw=drawColor,line width= 0.6pt,line join=round] (300.81, 76.26) -- (300.81, 74.36); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (298.78, 80.79) -- + (298.78, 80.16) -- + (299.79, 77.90) -- + (298.78, 75.63) -- + (298.78, 76.26) -- + (302.83, 76.26) -- + (302.83, 75.63) -- + (301.82, 77.90) -- + (302.83, 80.16) -- + (302.83, 80.79) -- + (298.78, 80.79) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (299.79, 77.90) -- (301.82, 77.90); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (305.31, 67.51) -- (305.31, 70.65); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (305.31, 57.06) -- (305.31, 51.17); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (174.35, 50.18) -- - (174.35, 48.67) -- - (175.38, 46.40) -- - (174.35, 44.13) -- - (174.35, 45.64) -- - (178.48, 45.64) -- - (178.48, 44.13) -- - (177.45, 46.40) -- - (178.48, 48.67) -- - (178.48, 50.18) -- - (174.35, 50.18) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (303.28, 67.51) -- + (303.28, 65.82) -- + (304.29, 60.61) -- + (303.28, 55.39) -- + (303.28, 57.06) -- + (307.33, 57.06) -- + (307.33, 55.39) -- + (306.32, 60.61) -- + (307.33, 65.82) -- + (307.33, 67.51) -- + (303.28, 67.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (175.38, 46.40) -- (177.45, 46.40); +\path[draw=drawColor,line width= 1.1pt] (304.29, 60.61) -- (306.32, 60.61); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt,line join=round] (181.00, 46.44) -- (181.00, 46.83); +\path[draw=drawColor,line width= 0.6pt,line join=round] (309.81, 62.91) -- (309.81, 67.56); -\path[draw=drawColor,line width= 0.6pt,line join=round] (181.00, 45.40) -- (181.00, 45.18); +\path[draw=drawColor,line width= 0.6pt,line join=round] (309.81, 49.97) -- (309.81, 41.56); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (307.78, 62.91) -- + (307.78, 62.91) -- + (308.80, 56.44) -- + (307.78, 49.98) -- + (307.78, 49.97) -- + (311.83, 49.97) -- + (311.83, 49.98) -- + (310.82, 56.44) -- + (311.83, 62.91) -- + (311.83, 62.91) -- + (307.78, 62.91) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (308.80, 56.44) -- (310.82, 56.44); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (314.31,100.43) -- (314.31,101.61); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (314.31, 95.85) -- (314.31, 92.75); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (178.94, 46.44) -- - (178.94, 46.47) -- - (179.97, 45.95) -- - (178.94, 45.43) -- - (178.94, 45.40) -- - (183.07, 45.40) -- - (183.07, 45.43) -- - (182.03, 45.95) -- - (183.07, 46.47) -- - (183.07, 46.44) -- - (178.94, 46.44) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (312.28,100.43) -- + (312.28, 99.60) -- + (313.30, 97.32) -- + (312.28, 95.03) -- + (312.28, 95.85) -- + (316.34, 95.85) -- + (316.34, 95.03) -- + (315.32, 97.32) -- + (316.34, 99.60) -- + (316.34,100.43) -- + (312.28,100.43) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (179.97, 45.95) -- (182.03, 45.95); +\path[draw=drawColor,line width= 1.1pt] (313.30, 97.32) -- (315.32, 97.32); +\definecolor{drawColor}{RGB}{0,0,0} +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (191.71, 48.07) -- (191.71, 48.68); +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (318.81,101.63) circle ( 1.96); -\path[draw=drawColor,line width= 0.6pt,line join=round] (191.71, 46.59) -- (191.71, 46.14); +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.81, 97.17) -- (318.81, 99.72); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (318.81, 94.20) -- (318.81, 92.21); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (316.79, 97.17) -- + (316.79, 97.20) -- + (317.80, 95.72) -- + (316.79, 94.23) -- + (316.79, 94.20) -- + (320.84, 94.20) -- + (320.84, 94.23) -- + (319.83, 95.72) -- + (320.84, 97.20) -- + (320.84, 97.17) -- + (316.79, 97.17) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (317.80, 95.72) -- (319.83, 95.72); +\definecolor{drawColor}{RGB}{86,180,233} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (335.32, 80.72) -- (335.32, 83.78); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (335.32, 77.88) -- (335.32, 77.15); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (189.64, 48.07) -- - (189.64, 47.76) -- - (190.68, 47.02) -- - (189.64, 46.28) -- - (189.64, 46.59) -- - (193.77, 46.59) -- - (193.77, 46.28) -- - (192.74, 47.02) -- - (193.77, 47.76) -- - (193.77, 48.07) -- - (189.64, 48.07) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (333.29, 80.72) -- + (333.29, 80.90) -- + (334.31, 79.48) -- + (333.29, 78.06) -- + (333.29, 77.88) -- + (337.34, 77.88) -- + (337.34, 78.06) -- + (336.33, 79.48) -- + (337.34, 80.90) -- + (337.34, 80.72) -- + (333.29, 80.72) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (190.68, 47.02) -- (192.74, 47.02); +\path[draw=drawColor,line width= 1.1pt] (334.31, 79.48) -- (336.33, 79.48); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (196.30, 48.04) -- (196.30, 48.83); +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.82, 76.44) -- (339.82, 77.07); -\path[draw=drawColor,line width= 0.6pt,line join=round] (196.30, 46.80) -- (196.30, 46.46); +\path[draw=drawColor,line width= 0.6pt,line join=round] (339.82, 74.52) -- (339.82, 71.65); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (337.79, 76.44) -- + (337.79, 76.31) -- + (338.81, 75.35) -- + (337.79, 74.39) -- + (337.79, 74.52) -- + (341.85, 74.52) -- + (341.85, 74.39) -- + (340.83, 75.35) -- + (341.85, 76.31) -- + (341.85, 76.44) -- + (337.79, 76.44) -- + cycle; + +\path[draw=drawColor,line width= 1.1pt] (338.81, 75.35) -- (340.83, 75.35); +\definecolor{drawColor}{RGB}{0,158,115} \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (194.23, 48.04) -- - (194.23, 48.10) -- - (195.26, 47.48) -- - (194.23, 46.86) -- - (194.23, 46.80) -- - (198.36, 46.80) -- - (198.36, 46.86) -- - (197.33, 47.48) -- - (198.36, 48.10) -- - (198.36, 48.04) -- - (194.23, 48.04) -- - cycle; +\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (344.32, 78.52) circle ( 1.96); -\path[draw=drawColor,line width= 1.1pt] (195.26, 47.48) -- (197.33, 47.48); +\path[draw=drawColor,line width= 0.6pt,line join=round] (344.32, 86.51) -- (344.32, 87.74); -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.88, 49.86) -- (200.88, 51.50); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (200.88, 44.89) -- (200.88, 44.07); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (198.82, 49.86) -- - (198.82, 48.38) -- - (199.85, 45.90) -- - (198.82, 43.41) -- - (198.82, 44.89) -- - (202.95, 44.89) -- - (202.95, 43.41) -- - (201.92, 45.90) -- - (202.95, 48.38) -- - (202.95, 49.86) -- - (198.82, 49.86) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (199.85, 45.90) -- (201.92, 45.90); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.47, 45.91) -- (205.47, 46.63); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (205.47, 45.25) -- (205.47, 44.95); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (203.41, 45.91) -- - (203.41, 45.85) -- - (204.44, 45.52) -- - (203.41, 45.20) -- - (203.41, 45.25) -- - (207.54, 45.25) -- - (207.54, 45.20) -- - (206.50, 45.52) -- - (207.54, 45.85) -- - (207.54, 45.91) -- - (203.41, 45.91) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (204.44, 45.52) -- (206.50, 45.52); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (216.18, 53.02) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (216.18, 48.04) -- (216.18, 48.45); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (216.18, 46.30) -- (216.18, 45.16); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (214.11, 48.04) -- - (214.11, 47.78) -- - (215.14, 46.91) -- - (214.11, 46.04) -- - (214.11, 46.30) -- - (218.24, 46.30) -- - (218.24, 46.04) -- - (217.21, 46.91) -- - (218.24, 47.78) -- - (218.24, 48.04) -- - (214.11, 48.04) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (215.14, 46.91) -- (217.21, 46.91); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (220.77, 48.85) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (220.77, 47.35) -- (220.77, 47.70); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (220.77, 46.59) -- (220.77, 46.16); +\path[draw=drawColor,line width= 0.6pt,line join=round] (344.32, 83.62) -- (344.32, 82.04); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (218.70, 47.35) -- - (218.70, 47.52) -- - (219.73, 47.14) -- - (218.70, 46.76) -- - (218.70, 46.59) -- - (222.83, 46.59) -- - (222.83, 46.76) -- - (221.80, 47.14) -- - (222.83, 47.52) -- - (222.83, 47.35) -- - (218.70, 47.35) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (342.30, 86.51) -- + (342.30, 86.49) -- + (343.31, 85.05) -- + (342.30, 83.60) -- + (342.30, 83.62) -- + (346.35, 83.62) -- + (346.35, 83.60) -- + (345.33, 85.05) -- + (346.35, 86.49) -- + (346.35, 86.51) -- + (342.30, 86.51) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (219.73, 47.14) -- (221.80, 47.14); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (343.31, 85.05) -- (345.33, 85.05); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (225.35, 45.11) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.82, 82.61) -- (348.82, 83.55); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (225.35, 44.72) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (348.82, 77.64) -- (348.82, 75.79); +\definecolor{fillColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt,line join=round] (225.35, 50.24) -- (225.35, 51.73); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (346.80, 82.61) -- + (346.80, 81.97) -- + (347.81, 79.49) -- + (346.80, 77.00) -- + (346.80, 77.64) -- + (350.85, 77.64) -- + (350.85, 77.00) -- + (349.84, 79.49) -- + (350.85, 81.97) -- + (350.85, 82.61) -- + (346.80, 82.61) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (225.35, 48.27) -- (225.35, 47.93); +\path[draw=drawColor,line width= 1.1pt] (347.81, 79.49) -- (349.84, 79.49); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (353.33, 62.77) -- (353.33, 64.81); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (353.33, 55.85) -- (353.33, 54.84); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (223.29, 50.24) -- - (223.29, 50.54) -- - (224.32, 49.55) -- - (223.29, 48.57) -- - (223.29, 48.27) -- - (227.42, 48.27) -- - (227.42, 48.57) -- - (226.39, 49.55) -- - (227.42, 50.54) -- - (227.42, 50.24) -- - (223.29, 50.24) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (351.30, 62.77) -- + (351.30, 63.55) -- + (352.31, 60.09) -- + (351.30, 56.64) -- + (351.30, 55.85) -- + (355.35, 55.85) -- + (355.35, 56.64) -- + (354.34, 60.09) -- + (355.35, 63.55) -- + (355.35, 62.77) -- + (351.30, 62.77) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (224.32, 49.55) -- (226.39, 49.55); -\definecolor{fillColor}{gray}{0.20} +\path[draw=drawColor,line width= 1.1pt] (352.31, 60.09) -- (354.34, 60.09); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (229.94, 44.25) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (357.83, 59.29) -- (357.83, 64.19); -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (229.94, 48.57) circle ( 1.96); +\path[draw=drawColor,line width= 0.6pt,line join=round] (357.83, 51.09) -- (357.83, 41.49); +\definecolor{fillColor}{RGB}{153,153,153} -\path[draw=drawColor,line width= 0.6pt,line join=round] (229.94, 45.67) -- (229.94, 45.86); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (355.80, 59.29) -- + (355.80, 61.18) -- + (356.81, 57.09) -- + (355.80, 52.99) -- + (355.80, 51.09) -- + (359.85, 51.09) -- + (359.85, 52.99) -- + (358.84, 57.09) -- + (359.85, 61.18) -- + (359.85, 59.29) -- + (355.80, 59.29) -- + cycle; -\path[draw=drawColor,line width= 0.6pt,line join=round] (229.94, 45.25) -- (229.94, 45.17); +\path[draw=drawColor,line width= 1.1pt] (356.81, 57.09) -- (358.84, 57.09); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.33, 97.16) -- (362.33, 99.93); + +\path[draw=drawColor,line width= 0.6pt,line join=round] (362.33, 92.22) -- (362.33, 88.94); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (227.88, 45.67) -- - (227.88, 45.66) -- - (228.91, 45.45) -- - (227.88, 45.24) -- - (227.88, 45.25) -- - (232.01, 45.25) -- - (232.01, 45.24) -- - (230.97, 45.45) -- - (232.01, 45.66) -- - (232.01, 45.67) -- - (227.88, 45.67) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (360.30, 97.16) -- + (360.30, 97.60) -- + (361.32, 95.14) -- + (360.30, 92.67) -- + (360.30, 92.22) -- + (364.35, 92.22) -- + (364.35, 92.67) -- + (363.34, 95.14) -- + (364.35, 97.60) -- + (364.35, 97.16) -- + (360.30, 97.16) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (228.91, 45.45) -- (230.97, 45.45); +\path[draw=drawColor,line width= 1.1pt] (361.32, 95.14) -- (363.34, 95.14); +\definecolor{drawColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,line join=round] (240.65, 54.14) -- (240.65, 57.86); +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.83, 96.45) -- (366.83, 97.99); -\path[draw=drawColor,line width= 0.6pt,line join=round] (240.65, 46.00) -- (240.65, 45.71); -\definecolor{fillColor}{RGB}{86,180,233} +\path[draw=drawColor,line width= 0.6pt,line join=round] (366.83, 92.89) -- (366.83, 88.92); +\definecolor{fillColor}{RGB}{0,0,0} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (238.58, 54.14) -- - (238.58, 53.23) -- - (239.61, 49.16) -- - (238.58, 45.09) -- - (238.58, 46.00) -- - (242.71, 46.00) -- - (242.71, 45.09) -- - (241.68, 49.16) -- - (242.71, 53.23) -- - (242.71, 54.14) -- - (238.58, 54.14) -- +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (364.80, 96.45) -- + (364.80, 96.89) -- + (365.82, 95.11) -- + (364.80, 93.33) -- + (364.80, 92.89) -- + (368.86, 92.89) -- + (368.86, 93.33) -- + (367.84, 95.11) -- + (368.86, 96.89) -- + (368.86, 96.45) -- + (364.80, 96.45) -- cycle; -\path[draw=drawColor,line width= 1.1pt] (239.61, 49.16) -- (241.68, 49.16); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (245.24, 59.42) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.24, 49.69) -- (245.24, 52.92); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (245.24, 45.17) -- (245.24, 43.30); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (243.17, 49.69) -- - (243.17, 48.51) -- - (244.20, 46.25) -- - (243.17, 43.98) -- - (243.17, 45.17) -- - (247.30, 45.17) -- - (247.30, 43.98) -- - (246.27, 46.25) -- - (247.30, 48.51) -- - (247.30, 49.69) -- - (243.17, 49.69) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (244.20, 46.25) -- (246.27, 46.25); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.82, 72.62) -- (249.82, 76.17); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (249.82, 49.14) -- (249.82, 47.61); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (247.76, 72.62) -- - (247.76, 69.43) -- - (248.79, 57.70) -- - (247.76, 45.97) -- - (247.76, 49.14) -- - (251.89, 49.14) -- - (251.89, 45.97) -- - (250.86, 57.70) -- - (251.89, 69.43) -- - (251.89, 72.62) -- - (247.76, 72.62) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (248.79, 57.70) -- (250.86, 57.70); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (254.41, 53.77) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (254.41, 52.94) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (254.41, 45.93) -- (254.41, 45.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (254.41, 45.21) -- (254.41, 44.65); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (252.35, 45.93) -- - (252.35, 45.79) -- - (253.38, 45.43) -- - (252.35, 45.07) -- - (252.35, 45.21) -- - (256.48, 45.21) -- - (256.48, 45.07) -- - (255.44, 45.43) -- - (256.48, 45.79) -- - (256.48, 45.93) -- - (252.35, 45.93) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (253.38, 45.43) -- (255.44, 45.43); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (265.12, 75.84) -- (265.12, 77.77); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (265.12, 62.00) -- (265.12, 52.92); -\definecolor{fillColor}{RGB}{86,180,233} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (263.05, 75.84) -- - (263.05, 80.77) -- - (264.08, 73.86) -- - (263.05, 66.94) -- - (263.05, 62.00) -- - (267.18, 62.00) -- - (267.18, 66.94) -- - (266.15, 73.86) -- - (267.18, 80.77) -- - (267.18, 75.84) -- - (263.05, 75.84) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (264.08, 73.86) -- (266.15, 73.86); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.70, 76.12) -- (269.70, 80.82); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (269.70, 63.01) -- (269.70, 53.66); -\definecolor{fillColor}{RGB}{0,158,115} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (267.64, 76.12) -- - (267.64, 75.46) -- - (268.67, 68.91) -- - (267.64, 62.36) -- - (267.64, 63.01) -- - (271.77, 63.01) -- - (271.77, 62.36) -- - (270.74, 68.91) -- - (271.77, 75.46) -- - (271.77, 76.12) -- - (267.64, 76.12) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (268.67, 68.91) -- (270.74, 68.91); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.29, 62.31) -- (274.29, 65.05); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (274.29, 48.72) -- (274.29, 43.22); -\definecolor{fillColor}{RGB}{240,228,66} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (272.23, 62.31) -- - (272.23, 60.01) -- - (273.26, 53.22) -- - (272.23, 46.43) -- - (272.23, 48.72) -- - (276.36, 48.72) -- - (276.36, 46.43) -- - (275.33, 53.22) -- - (276.36, 60.01) -- - (276.36, 62.31) -- - (272.23, 62.31) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (273.26, 53.22) -- (275.33, 53.22); -\definecolor{fillColor}{gray}{0.20} - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (278.88, 45.35) circle ( 1.96); - -\path[draw=drawColor,line width= 0.4pt,line join=round,line cap=round,fill=fillColor] (278.88, 76.17) circle ( 1.96); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (278.88, 52.35) -- (278.88, 52.98); - -\path[draw=drawColor,line width= 0.6pt,line join=round] (278.88, 49.56) -- (278.88, 48.46); -\definecolor{fillColor}{RGB}{0,114,178} - -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (276.82, 52.35) -- - (276.82, 52.24) -- - (277.85, 50.85) -- - (276.82, 49.45) -- - (276.82, 49.56) -- - (280.95, 49.56) -- - (280.95, 49.45) -- - (279.91, 50.85) -- - (280.95, 52.24) -- - (280.95, 52.35) -- - (276.82, 52.35) -- - cycle; - -\path[draw=drawColor,line width= 1.1pt] (277.85, 50.85) -- (279.91, 50.85); -\definecolor{drawColor}{RGB}{255,0,0} - -\path[draw=drawColor,line width= 0.6pt,dash pattern=on 4pt off 4pt ,line join=round] ( 37.09, 45.35) -- (286.68, 45.35); +\path[draw=drawColor,line width= 1.1pt] (365.82, 95.11) -- (367.84, 95.11); \end{scope} \begin{scope} -\path[clip] (286.68,105.68) rectangle (303.25,175.17); +\path[clip] (379.88,141.82) rectangle (396.46,247.44); \definecolor{drawColor}{gray}{0.10} -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (291.94,140.43) {modular}; +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (385.14,194.63) {modular}; \end{scope} \begin{scope} -\path[clip] (286.68, 30.69) rectangle (303.25,100.18); +\path[clip] (379.88, 30.69) rectangle (396.46,136.32); \definecolor{drawColor}{gray}{0.10} -\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (291.94, 65.43) {nested}; +\node[text=drawColor,rotate=-90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (385.14, 83.50) {nested}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 51.77, 19.68) {0}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 62.97, 19.68) {0}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 76.24, 19.68) {0.1}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (110.98, 19.68) {0.1}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (100.71, 19.68) {0.2}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (159.00, 19.68) {0.2}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (125.18, 19.68) {0.3}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (207.02, 19.68) {0.3}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (149.65, 19.68) {0.4}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (255.04, 19.68) {0.4}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (174.12, 19.68) {0.5}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (303.06, 19.68) {0.5}; -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (198.59, 19.68) {0.6}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (223.06, 19.68) {0.7}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (247.53, 19.68) {0.8}; - -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (272.00, 19.68) {0.9}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 0.88] at (351.07, 19.68) {0.6}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,104.75) {-0.1}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21,155.12) {0.7}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,117.31) {0.0}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21,183.28) {0.8}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,129.87) {0.1}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21,211.45) {0.9}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,142.44) {0.2}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,155.00) {0.3}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14,167.57) {0.4}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21,239.61) {1.0}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{gray}{0.30} -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 29.75) {-0.1}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21, 43.99) {0.7}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 42.32) {0.0}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21, 72.15) {0.8}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 54.88) {0.1}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21,100.32) {0.9}; -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 67.44) {0.2}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 80.01) {0.3}; - -\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 32.14, 92.57) {0.4}; +\node[text=drawColor,anchor=base east,inner sep=0pt, outer sep=0pt, scale= 0.88] at ( 29.21,128.48) {1.0}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at (161.88, 7.64) {$p_{\texttt{NA}}$}; +\node[text=drawColor,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at (207.02, 7.64) {$p_{\texttt{NA}}$}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 13.08,102.93) {$\Delta\mbox{AUC}$}; +\node[text=drawColor,rotate= 90.00,anchor=base,inner sep=0pt, outer sep=0pt, scale= 1.10] at ( 13.08,139.07) {AUC}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (319.75,130.80) {Model}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 1.10] at (412.96,195.84) {Model}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt] (326.98,111.22) -- - (326.98,113.39); +\path[draw=drawColor,line width= 0.6pt] (420.18,176.27) -- + (420.18,178.43); -\path[draw=drawColor,line width= 0.6pt] (326.98,120.62) -- - (326.98,122.79); +\path[draw=drawColor,line width= 0.6pt] (420.18,185.66) -- + (420.18,187.83); \definecolor{fillColor}{RGB}{86,180,233} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56,113.39) rectangle (332.40,120.62); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,178.43) rectangle (425.60,185.66); -\path[draw=drawColor,line width= 0.6pt] (321.56,117.00) -- - (332.40,117.00); +\path[draw=drawColor,line width= 0.6pt] (414.76,182.05) -- + (425.60,182.05); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{213,94,0} -\path[draw=drawColor,line width= 0.6pt] (326.98, 96.77) -- - (326.98, 98.94); +\path[draw=drawColor,line width= 0.6pt] (420.18,161.81) -- + (420.18,163.98); -\path[draw=drawColor,line width= 0.6pt] (326.98,106.16) -- - (326.98,108.33); +\path[draw=drawColor,line width= 0.6pt] (420.18,171.21) -- + (420.18,173.37); +\definecolor{fillColor}{RGB}{213,94,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,163.98) rectangle (425.60,171.21); + +\path[draw=drawColor,line width= 0.6pt] (414.76,167.59) -- + (425.60,167.59); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,158,115} + +\path[draw=drawColor,line width= 0.6pt] (420.18,147.36) -- + (420.18,149.53); + +\path[draw=drawColor,line width= 0.6pt] (420.18,156.75) -- + (420.18,158.92); \definecolor{fillColor}{RGB}{0,158,115} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56, 98.94) rectangle (332.40,106.16); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,149.53) rectangle (425.60,156.75); -\path[draw=drawColor,line width= 0.6pt] (321.56,102.55) -- - (332.40,102.55); +\path[draw=drawColor,line width= 0.6pt] (414.76,153.14) -- + (425.60,153.14); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{204,121,167} -\path[draw=drawColor,line width= 0.6pt] (326.98, 82.31) -- - (326.98, 84.48); +\path[draw=drawColor,line width= 0.6pt] (420.18,132.90) -- + (420.18,135.07); -\path[draw=drawColor,line width= 0.6pt] (326.98, 91.71) -- - (326.98, 93.88); +\path[draw=drawColor,line width= 0.6pt] (420.18,142.30) -- + (420.18,144.47); +\definecolor{fillColor}{RGB}{204,121,167} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,135.07) rectangle (425.60,142.30); + +\path[draw=drawColor,line width= 0.6pt] (414.76,138.69) -- + (425.60,138.69); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{240,228,66} + +\path[draw=drawColor,line width= 0.6pt] (420.18,118.45) -- + (420.18,120.62); + +\path[draw=drawColor,line width= 0.6pt] (420.18,127.84) -- + (420.18,130.01); \definecolor{fillColor}{RGB}{240,228,66} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56, 84.48) rectangle (332.40, 91.71); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,120.62) rectangle (425.60,127.84); -\path[draw=drawColor,line width= 0.6pt] (321.56, 88.10) -- - (332.40, 88.10); +\path[draw=drawColor,line width= 0.6pt] (414.76,124.23) -- + (425.60,124.23); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); -\definecolor{drawColor}{gray}{0.20} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{gray}{0.60} -\path[draw=drawColor,line width= 0.6pt] (326.98, 67.86) -- - (326.98, 70.03); +\path[draw=drawColor,line width= 0.6pt] (420.18,104.00) -- + (420.18,106.16); -\path[draw=drawColor,line width= 0.6pt] (326.98, 77.26) -- - (326.98, 79.42); +\path[draw=drawColor,line width= 0.6pt] (420.18,113.39) -- + (420.18,115.56); +\definecolor{fillColor}{RGB}{153,153,153} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76,106.16) rectangle (425.60,113.39); + +\path[draw=drawColor,line width= 0.6pt] (414.76,109.78) -- + (425.60,109.78); +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,114,178} + +\path[draw=drawColor,line width= 0.6pt] (420.18, 89.54) -- + (420.18, 91.71); + +\path[draw=drawColor,line width= 0.6pt] (420.18, 98.94) -- + (420.18,101.10); \definecolor{fillColor}{RGB}{0,114,178} -\path[draw=drawColor,line width= 0.6pt,fill=fillColor] (321.56, 70.03) rectangle (332.40, 77.26); +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76, 91.71) rectangle (425.60, 98.94); -\path[draw=drawColor,line width= 0.6pt] (321.56, 73.64) -- - (332.40, 73.64); +\path[draw=drawColor,line width= 0.6pt] (414.76, 95.32) -- + (425.60, 95.32); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (339.71,113.97) {$iid$}; +\path[draw=drawColor,line width= 0.6pt] (420.18, 75.09) -- + (420.18, 77.26); + +\path[draw=drawColor,line width= 0.6pt] (420.18, 84.48) -- + (420.18, 86.65); +\definecolor{fillColor}{RGB}{0,0,0} + +\path[draw=drawColor,line width= 0.6pt,fill=fillColor,fill opacity=0.50] (414.76, 77.26) rectangle (425.60, 84.48); + +\path[draw=drawColor,line width= 0.6pt] (414.76, 80.87) -- + (425.60, 80.87); \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (339.71, 99.52) {$\pi$}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,179.02) {$iid$}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (339.71, 85.07) {$\rho$}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,164.56) {sep-$iid$}; \end{scope} \begin{scope} -\path[clip] ( 0.00, 0.00) rectangle (361.35,180.67); +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); \definecolor{drawColor}{RGB}{0,0,0} -\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (339.71, 70.61) {$\pi\rho$}; +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,150.11) {$\pi$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,135.65) {sep-$\pi$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,121.20) {$\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91,106.75) {sep-$\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91, 92.29) {$\pi\rho$}; +\end{scope} +\begin{scope} +\path[clip] ( 0.00, 0.00) rectangle (469.75,252.94); +\definecolor{drawColor}{RGB}{0,0,0} + +\node[text=drawColor,anchor=base west,inner sep=0pt, outer sep=0pt, scale= 0.88] at (432.91, 77.84) {sep-$\pi\rho$}; \end{scope} \end{tikzpicture} + +\end{document}