Skip to content

Instantly share code, notes, and snippets.

@patperu
Last active August 7, 2016 15:35
Show Gist options
  • Save patperu/a06a64bd865de090d5f12b568306281c to your computer and use it in GitHub Desktop.
Save patperu/a06a64bd865de090d5f12b568306281c to your computer and use it in GitHub Desktop.
OpenCoesione Rest API
library('httr')
library('jsonlite')
library('dplyr')
library('ggplot2')
library('scales')
options(stringsAsFactors = FALSE)
cp <- function(x) Filter(Negate(is.null), x)
user_agent <- 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0'
#user_agent <- 'ropencoesione - https://github.com/patperu/ropencoesione'
diss_base <- function() "http://www.opencoesione.gov.it/api"
diss_GET <- function(path = "", args = list(), ...) {
x <- httr::GET(file.path(diss_base(), path), query = args, httr::add_headers("User-Agent" = user_agent), ...)
httr::stop_for_status(x)
jsonlite::fromJSON(httr::content(x, "text", encoding="UTF-8"))
}
diss <- function(apiroot = "progetti", territorio = NULL, tema = NULL, natura = NULL, ...) {
structure(
diss_GET(apiroot, args = cp(list(territorio = territorio, tema = tema, natura = natura)), ...), class = "ropencoesione")
}
res0 <- diss(territorio = "palermo-comune", tema = "occupazione")
# http://www.opencoesione.gov.it/api/aggregati
res1 <- diss(apiroot = "aggregati")
top_10_reg <- res1$aggregati$territori$regioni %>%
Map(data.frame, .) %>%
bind_rows() %>%
mutate(regione = gsub("-regione", "", basename(link))) %>%
arrange(desc(totali.progetti)) %>%
top_n(10, wt=totali.progetti)
top_10_reg
ggplot(top_10_reg, aes(reorder(regione, totali.progetti), totali.progetti)) +
geom_bar(stat = "identity") +
scale_y_continuous(labels = comma) +
labs(x = "", y = "Totali progetti") +
theme(axis.text.x = element_text(angle=45, hjust=1))
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="694pt" height="414pt" viewBox="0 0 694 414" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d="M 0.367188 -3.105469 C 0.363281 -3.847656 0.4375 -4.445313 0.59375 -4.902344 C 0.742188 -5.355469 0.972656 -5.707031 1.277344 -5.953125 C 1.578125 -6.199219 1.957031 -6.320313 2.417969 -6.324219 C 2.753906 -6.320313 3.050781 -6.253906 3.308594 -6.121094 C 3.5625 -5.984375 3.773438 -5.789063 3.9375 -5.53125 C 4.101563 -5.273438 4.230469 -4.960938 4.328125 -4.59375 C 4.421875 -4.226563 4.46875 -3.730469 4.472656 -3.105469 C 4.46875 -2.367188 4.394531 -1.769531 4.242188 -1.316406 C 4.089844 -0.859375 3.863281 -0.507813 3.5625 -0.261719 C 3.257813 -0.015625 2.875 0.105469 2.417969 0.109375 C 1.808594 0.105469 1.332031 -0.109375 0.988281 -0.546875 C 0.570313 -1.066406 0.363281 -1.921875 0.367188 -3.105469 Z M 1.160156 -3.105469 C 1.160156 -2.070313 1.28125 -1.378906 1.523438 -1.039063 C 1.765625 -0.695313 2.0625 -0.527344 2.417969 -0.527344 C 2.773438 -0.527344 3.074219 -0.699219 3.316406 -1.042969 C 3.558594 -1.386719 3.679688 -2.074219 3.679688 -3.105469 C 3.679688 -4.144531 3.558594 -4.832031 3.316406 -5.171875 C 3.074219 -5.511719 2.769531 -5.683594 2.410156 -5.683594 C 2.050781 -5.683594 1.769531 -5.53125 1.558594 -5.234375 C 1.292969 -4.84375 1.160156 -4.136719 1.160156 -3.105469 Z M 1.160156 -3.105469 "/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 3.277344 0 L 2.503906 0 L 2.503906 -4.929688 C 2.316406 -4.75 2.074219 -4.574219 1.773438 -4.394531 C 1.46875 -4.214844 1.195313 -4.082031 0.957031 -3.996094 L 0.957031 -4.742188 C 1.386719 -4.941406 1.765625 -5.1875 2.089844 -5.480469 C 2.414063 -5.769531 2.644531 -6.050781 2.78125 -6.324219 L 3.277344 -6.324219 Z M 3.277344 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 0.78125 0 L 0.78125 -0.882813 L 1.664063 -0.882813 L 1.664063 0 C 1.664063 0.320313 1.605469 0.578125 1.492188 0.78125 C 1.375 0.976563 1.191406 1.132813 0.945313 1.246094 L 0.730469 0.914063 C 0.890625 0.84375 1.011719 0.738281 1.089844 0.597656 C 1.167969 0.457031 1.210938 0.257813 1.21875 0 Z M 0.78125 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 4.429688 -0.742188 L 4.429688 0 L 0.265625 0 C 0.257813 -0.1875 0.289063 -0.367188 0.355469 -0.539063 C 0.460938 -0.820313 0.628906 -1.097656 0.863281 -1.375 C 1.09375 -1.648438 1.433594 -1.964844 1.878906 -2.328125 C 2.5625 -2.886719 3.023438 -3.332031 3.265625 -3.664063 C 3.5 -3.988281 3.621094 -4.300781 3.625 -4.59375 C 3.621094 -4.898438 3.511719 -5.15625 3.296875 -5.367188 C 3.074219 -5.578125 2.789063 -5.683594 2.441406 -5.683594 C 2.066406 -5.683594 1.769531 -5.570313 1.546875 -5.347656 C 1.320313 -5.125 1.207031 -4.816406 1.207031 -4.421875 L 0.414063 -4.503906 C 0.464844 -5.09375 0.667969 -5.542969 1.027344 -5.855469 C 1.378906 -6.164063 1.855469 -6.320313 2.457031 -6.324219 C 3.058594 -6.320313 3.539063 -6.152344 3.890625 -5.820313 C 4.242188 -5.484375 4.417969 -5.070313 4.421875 -4.578125 C 4.417969 -4.320313 4.367188 -4.074219 4.265625 -3.832031 C 4.164063 -3.589844 3.992188 -3.332031 3.753906 -3.0625 C 3.511719 -2.792969 3.113281 -2.425781 2.5625 -1.957031 C 2.09375 -1.566406 1.796875 -1.300781 1.664063 -1.160156 C 1.53125 -1.019531 1.421875 -0.878906 1.339844 -0.742188 Z M 4.429688 -0.742188 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 0.371094 -1.664063 L 1.144531 -1.765625 C 1.230469 -1.324219 1.382813 -1.007813 1.597656 -0.816406 C 1.808594 -0.621094 2.066406 -0.527344 2.375 -0.527344 C 2.734375 -0.527344 3.042969 -0.652344 3.296875 -0.90625 C 3.546875 -1.15625 3.671875 -1.46875 3.675781 -1.84375 C 3.671875 -2.195313 3.554688 -2.488281 3.324219 -2.71875 C 3.089844 -2.949219 2.796875 -3.0625 2.441406 -3.066406 C 2.292969 -3.0625 2.109375 -3.035156 1.894531 -2.980469 L 1.980469 -3.660156 C 2.03125 -3.652344 2.070313 -3.648438 2.105469 -3.652344 C 2.433594 -3.648438 2.730469 -3.734375 2.996094 -3.910156 C 3.253906 -4.078125 3.386719 -4.34375 3.390625 -4.703125 C 3.386719 -4.984375 3.289063 -5.21875 3.101563 -5.40625 C 2.90625 -5.589844 2.660156 -5.683594 2.359375 -5.6875 C 2.054688 -5.683594 1.804688 -5.589844 1.605469 -5.402344 C 1.402344 -5.214844 1.273438 -4.929688 1.21875 -4.554688 L 0.445313 -4.691406 C 0.539063 -5.207031 0.753906 -5.609375 1.089844 -5.894531 C 1.425781 -6.179688 1.84375 -6.320313 2.34375 -6.324219 C 2.6875 -6.320313 3.003906 -6.246094 3.292969 -6.101563 C 3.582031 -5.953125 3.800781 -5.753906 3.953125 -5.5 C 4.105469 -5.242188 4.183594 -4.972656 4.183594 -4.6875 C 4.183594 -4.414063 4.109375 -4.164063 3.964844 -3.945313 C 3.816406 -3.71875 3.601563 -3.542969 3.316406 -3.410156 C 3.6875 -3.324219 3.976563 -3.144531 4.183594 -2.875 C 4.390625 -2.601563 4.492188 -2.261719 4.496094 -1.859375 C 4.492188 -1.304688 4.292969 -0.839844 3.894531 -0.460938 C 3.492188 -0.078125 2.984375 0.109375 2.371094 0.113281 C 1.816406 0.109375 1.355469 -0.0507813 0.992188 -0.378906 C 0.625 -0.707031 0.417969 -1.136719 0.371094 -1.664063 Z M 0.371094 -1.664063 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 2.84375 0 L 2.84375 -1.507813 L 0.113281 -1.507813 L 0.113281 -2.21875 L 2.988281 -6.300781 L 3.617188 -6.300781 L 3.617188 -2.21875 L 4.46875 -2.21875 L 4.46875 -1.507813 L 3.617188 -1.507813 L 3.617188 0 Z M 2.84375 -2.21875 L 2.84375 -5.058594 L 0.871094 -2.21875 Z M 2.84375 -2.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d="M 2.117188 -2.914063 C 2.082031 -2.535156 2.007813 -2.21875 1.894531 -1.964844 C 1.777344 -1.703125 1.613281 -1.46875 1.402344 -1.253906 C 1.042969 -0.898438 0.683594 -0.710938 0.320313 -0.695313 C -0.0429688 -0.675781 -0.355469 -0.800781 -0.625 -1.074219 C -0.78125 -1.230469 -0.890625 -1.414063 -0.949219 -1.617188 C -1.007813 -1.820313 -1.015625 -2.019531 -0.980469 -2.214844 C -0.941406 -2.410156 -0.871094 -2.597656 -0.769531 -2.785156 C -0.683594 -2.917969 -0.550781 -3.109375 -0.363281 -3.355469 C 0.0234375 -3.84375 0.285156 -4.230469 0.421875 -4.519531 C 0.347656 -4.589844 0.300781 -4.640625 0.28125 -4.664063 C 0.0625 -4.886719 -0.144531 -4.992188 -0.34375 -4.980469 C -0.605469 -4.964844 -0.875 -4.816406 -1.152344 -4.542969 C -1.40625 -4.28125 -1.550781 -4.046875 -1.585938 -3.835938 C -1.613281 -3.621094 -1.542969 -3.371094 -1.378906 -3.085938 L -1.988281 -2.625 C -2.164063 -2.902344 -2.269531 -3.164063 -2.300781 -3.417969 C -2.328125 -3.667969 -2.273438 -3.9375 -2.140625 -4.226563 C -2.003906 -4.507813 -1.800781 -4.792969 -1.523438 -5.074219 C -1.25 -5.347656 -0.992188 -5.539063 -0.757813 -5.648438 C -0.515625 -5.753906 -0.308594 -5.796875 -0.132813 -5.78125 C 0.046875 -5.761719 0.226563 -5.695313 0.410156 -5.582031 C 0.519531 -5.503906 0.695313 -5.34375 0.941406 -5.105469 L 1.671875 -4.375 C 2.175781 -3.863281 2.507813 -3.554688 2.667969 -3.445313 C 2.824219 -3.332031 3 -3.246094 3.195313 -3.195313 L 2.625 -2.625 C 2.453125 -2.679688 2.28125 -2.773438 2.117188 -2.914063 Z M 0.851563 -4.089844 C 0.730469 -3.808594 0.503906 -3.441406 0.164063 -2.988281 C -0.0273438 -2.730469 -0.148438 -2.535156 -0.203125 -2.402344 C -0.253906 -2.269531 -0.265625 -2.136719 -0.238281 -2.007813 C -0.210938 -1.878906 -0.152344 -1.769531 -0.0585938 -1.675781 C 0.0859375 -1.527344 0.261719 -1.460938 0.472656 -1.476563 C 0.679688 -1.488281 0.890625 -1.597656 1.101563 -1.8125 C 1.3125 -2.019531 1.453125 -2.253906 1.523438 -2.511719 C 1.59375 -2.765625 1.589844 -3.011719 1.511719 -3.253906 C 1.445313 -3.433594 1.289063 -3.648438 1.050781 -3.890625 Z M 0.851563 -4.089844 "/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 0.914063 -0.914063 L 0.40625 -0.40625 L -4.046875 -4.863281 L -3.5 -5.410156 L -1.910156 -3.820313 C -1.96875 -4.339844 -1.816406 -4.777344 -1.460938 -5.136719 C -1.257813 -5.335938 -1.03125 -5.484375 -0.777344 -5.582031 C -0.515625 -5.675781 -0.257813 -5.707031 0 -5.679688 C 0.257813 -5.648438 0.519531 -5.566406 0.789063 -5.425781 C 1.058594 -5.285156 1.308594 -5.097656 1.542969 -4.867188 C 2.089844 -4.3125 2.382813 -3.75 2.414063 -3.175781 C 2.441406 -2.597656 2.261719 -2.117188 1.882813 -1.738281 C 1.5 -1.355469 1.042969 -1.214844 0.511719 -1.320313 Z M -0.730469 -2.546875 C -0.339844 -2.15625 -0.0117188 -1.929688 0.265625 -1.867188 C 0.71875 -1.753906 1.09375 -1.84375 1.386719 -2.140625 C 1.625 -2.375 1.726563 -2.6875 1.695313 -3.070313 C 1.660156 -3.453125 1.441406 -3.847656 1.03125 -4.261719 C 0.609375 -4.679688 0.214844 -4.910156 -0.152344 -4.945313 C -0.519531 -4.976563 -0.820313 -4.875 -1.058594 -4.640625 C -1.296875 -4.398438 -1.398438 -4.085938 -1.367188 -3.707031 C -1.332031 -3.324219 -1.121094 -2.9375 -0.730469 -2.546875 Z M -0.730469 -2.546875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 0.402344 -0.402344 L -2.824219 -3.628906 L -2.332031 -4.121094 L -1.839844 -3.632813 C -1.941406 -3.984375 -1.976563 -4.25 -1.945313 -4.433594 C -1.910156 -4.609375 -1.828125 -4.761719 -1.703125 -4.894531 C -1.519531 -5.074219 -1.273438 -5.203125 -0.964844 -5.28125 L -0.648438 -4.585938 C -0.855469 -4.527344 -1.027344 -4.433594 -1.167969 -4.300781 C -1.285156 -4.179688 -1.355469 -4.035156 -1.378906 -3.871094 C -1.398438 -3.703125 -1.367188 -3.535156 -1.285156 -3.371094 C -1.148438 -3.113281 -0.96875 -2.871094 -0.738281 -2.640625 L 0.949219 -0.949219 Z M 0.402344 -0.402344 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 2.523438 -2.523438 L 2.050781 -3 C 2.164063 -2.382813 2.003906 -1.859375 1.574219 -1.429688 C 1.382813 -1.234375 1.167969 -1.089844 0.929688 -1.003906 C 0.691406 -0.910156 0.476563 -0.878906 0.289063 -0.910156 C 0.09375 -0.9375 -0.09375 -1.019531 -0.285156 -1.148438 C -0.414063 -1.234375 -0.59375 -1.390625 -0.828125 -1.625 L -2.828125 -3.625 L -2.28125 -4.171875 L -0.492188 -2.382813 C -0.203125 -2.09375 0 -1.914063 0.117188 -1.839844 C 0.296875 -1.730469 0.480469 -1.6875 0.675781 -1.71875 C 0.863281 -1.742188 1.042969 -1.839844 1.210938 -2.007813 C 1.371094 -2.167969 1.484375 -2.363281 1.546875 -2.59375 C 1.605469 -2.820313 1.589844 -3.035156 1.507813 -3.242188 C 1.421875 -3.445313 1.242188 -3.6875 0.96875 -3.964844 L -0.757813 -5.695313 L -0.210938 -6.242188 L 3.015625 -3.015625 Z M 2.523438 -2.523438 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 0.121094 -0.121094 L -0.320313 -0.566406 L -0.625 -4.976563 C -0.84375 -4.726563 -1.042969 -4.515625 -1.222656 -4.34375 L -2.539063 -3.027344 L -2.984375 -3.46875 L -0.347656 -6.105469 L 0.015625 -5.746094 L 0.316406 -1.949219 L 0.351563 -1.238281 C 0.578125 -1.496094 0.796875 -1.738281 1.015625 -1.957031 L 2.507813 -3.449219 L 2.976563 -2.976563 Z M 0.121094 -0.121094 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M -1.40625 -1.820313 C -2.003906 -2.414063 -2.277344 -3.023438 -2.234375 -3.644531 C -2.195313 -4.160156 -1.976563 -4.617188 -1.578125 -5.019531 C -1.132813 -5.460938 -0.625 -5.675781 -0.0546875 -5.667969 C 0.515625 -5.65625 1.054688 -5.398438 1.570313 -4.890625 C 1.984375 -4.472656 2.246094 -4.082031 2.363281 -3.722656 C 2.472656 -3.355469 2.476563 -2.992188 2.375 -2.625 C 2.265625 -2.253906 2.074219 -1.925781 1.792969 -1.648438 C 1.339844 -1.191406 0.828125 -0.972656 0.261719 -0.984375 C -0.304688 -0.996094 -0.859375 -1.273438 -1.40625 -1.820313 Z M -0.84375 -2.382813 C -0.429688 -1.964844 -0.03125 -1.746094 0.351563 -1.722656 C 0.738281 -1.699219 1.066406 -1.824219 1.34375 -2.097656 C 1.609375 -2.367188 1.734375 -2.695313 1.710938 -3.082031 C 1.683594 -3.46875 1.457031 -3.875 1.035156 -4.300781 C 0.632813 -4.699219 0.242188 -4.910156 -0.140625 -4.933594 C -0.527344 -4.957031 -0.855469 -4.832031 -1.128906 -4.566406 C -1.398438 -4.289063 -1.523438 -3.960938 -1.5 -3.578125 C -1.476563 -3.191406 -1.257813 -2.792969 -0.84375 -2.382813 Z M -0.84375 -2.382813 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 0.410156 -0.410156 L -2.816406 -3.636719 L -2.328125 -4.125 L -1.875 -3.671875 C -1.929688 -3.929688 -1.921875 -4.191406 -1.851563 -4.457031 C -1.777344 -4.71875 -1.632813 -4.957031 -1.421875 -5.175781 C -1.179688 -5.410156 -0.933594 -5.558594 -0.683594 -5.613281 C -0.429688 -5.667969 -0.1875 -5.636719 0.0546875 -5.523438 C -0.0703125 -6.152344 0.0742188 -6.671875 0.484375 -7.085938 C 0.800781 -7.402344 1.136719 -7.5625 1.488281 -7.558594 C 1.839844 -7.550781 2.199219 -7.363281 2.566406 -6.996094 L 4.78125 -4.78125 L 4.238281 -4.238281 L 2.207031 -6.269531 C 1.984375 -6.488281 1.808594 -6.625 1.679688 -6.6875 C 1.546875 -6.746094 1.40625 -6.761719 1.253906 -6.730469 C 1.101563 -6.695313 0.960938 -6.613281 0.839844 -6.488281 C 0.609375 -6.257813 0.496094 -5.996094 0.5 -5.695313 C 0.496094 -5.394531 0.664063 -5.078125 1 -4.75 L 2.875 -2.875 L 2.328125 -2.328125 L 0.230469 -4.425781 C -0.0117188 -4.664063 -0.234375 -4.800781 -0.449219 -4.835938 C -0.65625 -4.867188 -0.863281 -4.785156 -1.070313 -4.582031 C -1.222656 -4.425781 -1.324219 -4.242188 -1.375 -4.03125 C -1.421875 -3.820313 -1.398438 -3.605469 -1.300781 -3.390625 C -1.203125 -3.175781 -1.007813 -2.921875 -0.71875 -2.632813 L 0.957031 -0.957031 Z M 0.410156 -0.410156 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 1.332031 -3.699219 L 1.941406 -4.164063 C 2.25 -3.730469 2.390625 -3.289063 2.359375 -2.84375 C 2.324219 -2.390625 2.132813 -1.988281 1.785156 -1.636719 C 1.339844 -1.191406 0.839844 -0.980469 0.285156 -1.003906 C -0.273438 -1.019531 -0.820313 -1.300781 -1.359375 -1.84375 C -1.703125 -2.191406 -1.949219 -2.554688 -2.097656 -2.929688 C -2.242188 -3.304688 -2.261719 -3.675781 -2.160156 -4.046875 C -2.054688 -4.410156 -1.863281 -4.730469 -1.585938 -5.011719 C -1.230469 -5.359375 -0.855469 -5.558594 -0.457031 -5.605469 C -0.0585938 -5.648438 0.332031 -5.539063 0.722656 -5.28125 L 0.273438 -4.667969 C 0.00390625 -4.832031 -0.246094 -4.90625 -0.484375 -4.886719 C -0.71875 -4.867188 -0.929688 -4.765625 -1.113281 -4.585938 C -1.386719 -4.308594 -1.511719 -3.984375 -1.488281 -3.617188 C -1.464844 -3.242188 -1.238281 -2.84375 -0.8125 -2.421875 C -0.375 -1.984375 0.0195313 -1.753906 0.382813 -1.722656 C 0.742188 -1.691406 1.058594 -1.808594 1.328125 -2.082031 C 1.539063 -2.292969 1.652344 -2.539063 1.667969 -2.816406 C 1.679688 -3.089844 1.566406 -3.382813 1.332031 -3.699219 Z M 1.332031 -3.699219 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 0.410156 -0.410156 L -4.042969 -4.863281 L -3.496094 -5.410156 L -1.898438 -3.8125 C -1.9375 -4.363281 -1.761719 -4.832031 -1.375 -5.222656 C -1.136719 -5.457031 -0.882813 -5.617188 -0.613281 -5.703125 C -0.339844 -5.78125 -0.0859375 -5.777344 0.15625 -5.691406 C 0.394531 -5.597656 0.671875 -5.394531 0.992188 -5.082031 L 3.039063 -3.039063 L 2.492188 -2.492188 L 0.445313 -4.535156 C 0.171875 -4.808594 -0.0859375 -4.945313 -0.328125 -4.953125 C -0.570313 -4.957031 -0.800781 -4.855469 -1.019531 -4.640625 C -1.179688 -4.476563 -1.289063 -4.28125 -1.347656 -4.054688 C -1.40625 -3.828125 -1.394531 -3.609375 -1.3125 -3.40625 C -1.226563 -3.199219 -1.058594 -2.972656 -0.808594 -2.722656 L 0.957031 -0.957031 Z M 0.410156 -0.410156 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M 1.578125 -3.65625 L 2.214844 -4.152344 C 2.457031 -3.730469 2.546875 -3.308594 2.488281 -2.886719 C 2.425781 -2.460938 2.210938 -2.0625 1.839844 -1.691406 C 1.363281 -1.21875 0.839844 -0.988281 0.277344 -1.003906 C -0.289063 -1.015625 -0.832031 -1.285156 -1.359375 -1.8125 C -1.898438 -2.351563 -2.179688 -2.914063 -2.203125 -3.496094 C -2.222656 -4.074219 -2.007813 -4.585938 -1.566406 -5.035156 C -1.128906 -5.464844 -0.628906 -5.671875 -0.0664063 -5.652344 C 0.503906 -5.628906 1.050781 -5.351563 1.582031 -4.820313 C 1.613281 -4.785156 1.660156 -4.734375 1.726563 -4.671875 L -0.679688 -2.265625 C -0.304688 -1.929688 0.0664063 -1.757813 0.433594 -1.753906 C 0.800781 -1.742188 1.117188 -1.875 1.390625 -2.144531 C 1.585938 -2.34375 1.707031 -2.566406 1.746094 -2.816406 C 1.78125 -3.0625 1.722656 -3.34375 1.578125 -3.65625 Z M -1.101563 -2.746094 L 0.703125 -4.546875 C 0.40625 -4.792969 0.132813 -4.925781 -0.117188 -4.953125 C -0.5 -4.984375 -0.828125 -4.863281 -1.109375 -4.589844 C -1.355469 -4.335938 -1.484375 -4.042969 -1.488281 -3.703125 C -1.492188 -3.363281 -1.363281 -3.042969 -1.101563 -2.746094 Z M -1.101563 -2.746094 "/>
</symbol>
<symbol overflow="visible" id="glyph1-10">
<path style="stroke:none;" d="M 0.398438 -0.398438 L -4.054688 -4.851563 L -3.507813 -5.398438 L 0.945313 -0.945313 Z M 0.398438 -0.398438 "/>
</symbol>
<symbol overflow="visible" id="glyph1-11">
<path style="stroke:none;" d="M -3.410156 -4.238281 L -4.039063 -4.867188 L -3.492188 -5.414063 L -2.863281 -4.785156 Z M 0.414063 -0.414063 L -2.8125 -3.640625 L -2.265625 -4.1875 L 0.960938 -0.960938 Z M 0.414063 -0.414063 "/>
</symbol>
<symbol overflow="visible" id="glyph1-12">
<path style="stroke:none;" d="M 1.648438 0.828125 L -2.816406 -3.636719 L -2.316406 -4.136719 L -1.898438 -3.714844 C -1.945313 -3.996094 -1.933594 -4.25 -1.867188 -4.480469 C -1.800781 -4.710938 -1.664063 -4.933594 -1.457031 -5.144531 C -1.179688 -5.417969 -0.863281 -5.589844 -0.511719 -5.660156 C -0.160156 -5.730469 0.195313 -5.6875 0.5625 -5.539063 C 0.929688 -5.382813 1.265625 -5.152344 1.574219 -4.847656 C 1.902344 -4.515625 2.140625 -4.160156 2.289063 -3.78125 C 2.433594 -3.394531 2.464844 -3.019531 2.378906 -2.65625 C 2.292969 -2.285156 2.125 -1.976563 1.878906 -1.730469 C 1.695313 -1.542969 1.492188 -1.417969 1.269531 -1.355469 C 1.046875 -1.285156 0.832031 -1.265625 0.621094 -1.292969 L 2.195313 0.28125 Z M -0.691406 -2.5 C -0.273438 -2.082031 0.117188 -1.859375 0.480469 -1.832031 C 0.847656 -1.796875 1.148438 -1.902344 1.390625 -2.144531 C 1.632813 -2.386719 1.738281 -2.695313 1.707031 -3.074219 C 1.671875 -3.453125 1.441406 -3.859375 1.011719 -4.292969 C 0.597656 -4.703125 0.207031 -4.925781 -0.164063 -4.960938 C -0.539063 -4.996094 -0.84375 -4.898438 -1.078125 -4.664063 C -1.3125 -4.429688 -1.410156 -4.113281 -1.371094 -3.71875 C -1.332031 -3.320313 -1.105469 -2.914063 -0.691406 -2.5 Z M -0.691406 -2.5 "/>
</symbol>
<symbol overflow="visible" id="glyph1-13">
<path style="stroke:none;" d="M 0.410156 -0.410156 L -2.816406 -3.636719 L -2.324219 -4.128906 L -1.867188 -3.671875 C -1.980469 -4.261719 -1.816406 -4.78125 -1.371094 -5.230469 C -1.175781 -5.421875 -0.960938 -5.566406 -0.726563 -5.660156 C -0.492188 -5.753906 -0.277344 -5.78125 -0.0859375 -5.75 C 0.105469 -5.714844 0.292969 -5.640625 0.484375 -5.519531 C 0.605469 -5.433594 0.792969 -5.265625 1.046875 -5.015625 L 3.03125 -3.03125 L 2.484375 -2.484375 L 0.523438 -4.449219 C 0.296875 -4.667969 0.113281 -4.8125 -0.0390625 -4.882813 C -0.191406 -4.945313 -0.355469 -4.960938 -0.53125 -4.921875 C -0.703125 -4.878906 -0.863281 -4.785156 -1.011719 -4.640625 C -1.242188 -4.40625 -1.367188 -4.128906 -1.390625 -3.8125 C -1.410156 -3.496094 -1.214844 -3.132813 -0.804688 -2.71875 L 0.957031 -0.957031 Z M 0.410156 -0.410156 "/>
</symbol>
<symbol overflow="visible" id="glyph1-14">
<path style="stroke:none;" d="M 1.113281 -2.09375 L 1.675781 -1.6875 C 1.554688 -1.5 1.433594 -1.34375 1.3125 -1.226563 C 1.113281 -1.023438 0.925781 -0.902344 0.757813 -0.859375 C 0.582031 -0.808594 0.421875 -0.8125 0.277344 -0.875 C 0.128906 -0.929688 -0.105469 -1.125 -0.433594 -1.457031 L -2.289063 -3.3125 L -2.691406 -2.910156 L -3.117188 -3.335938 L -2.714844 -3.738281 L -3.515625 -4.535156 L -3.300781 -5.410156 L -2.171875 -4.28125 L -1.621094 -4.832031 L -1.195313 -4.40625 L -1.746094 -3.855469 L 0.140625 -1.96875 C 0.296875 -1.8125 0.40625 -1.71875 0.46875 -1.695313 C 0.53125 -1.667969 0.597656 -1.664063 0.667969 -1.683594 C 0.738281 -1.699219 0.8125 -1.75 0.894531 -1.832031 C 0.953125 -1.890625 1.027344 -1.976563 1.113281 -2.09375 Z M 1.113281 -2.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-15">
<path style="stroke:none;" d="M -0.773438 -1.15625 L -0.316406 -1.78125 C -0.0703125 -1.59375 0.179688 -1.511719 0.433594 -1.535156 C 0.6875 -1.558594 0.9375 -1.695313 1.191406 -1.945313 C 1.4375 -2.195313 1.574219 -2.429688 1.59375 -2.65625 C 1.613281 -2.875 1.554688 -3.058594 1.417969 -3.199219 C 1.292969 -3.320313 1.140625 -3.363281 0.964844 -3.328125 C 0.839844 -3.300781 0.59375 -3.175781 0.222656 -2.957031 C -0.277344 -2.65625 -0.640625 -2.464844 -0.875 -2.382813 C -1.101563 -2.300781 -1.324219 -2.285156 -1.535156 -2.335938 C -1.746094 -2.386719 -1.929688 -2.492188 -2.085938 -2.652344 C -2.230469 -2.792969 -2.328125 -2.957031 -2.386719 -3.148438 C -2.441406 -3.335938 -2.457031 -3.53125 -2.425781 -3.726563 C -2.402344 -3.871094 -2.335938 -4.039063 -2.234375 -4.230469 C -2.128906 -4.421875 -1.996094 -4.601563 -1.828125 -4.769531 C -1.574219 -5.019531 -1.3125 -5.203125 -1.050781 -5.324219 C -0.785156 -5.441406 -0.546875 -5.484375 -0.332031 -5.453125 C -0.113281 -5.417969 0.113281 -5.316406 0.355469 -5.144531 L -0.105469 -4.535156 C -0.292969 -4.675781 -0.492188 -4.734375 -0.703125 -4.714844 C -0.914063 -4.6875 -1.125 -4.570313 -1.339844 -4.359375 C -1.585938 -4.109375 -1.722656 -3.886719 -1.75 -3.695313 C -1.773438 -3.503906 -1.730469 -3.355469 -1.621094 -3.246094 C -1.546875 -3.171875 -1.460938 -3.128906 -1.363281 -3.121094 C -1.257813 -3.101563 -1.140625 -3.121094 -1.007813 -3.183594 C -0.929688 -3.214844 -0.722656 -3.332031 -0.386719 -3.527344 C 0.101563 -3.808594 0.453125 -3.992188 0.675781 -4.082031 C 0.890625 -4.167969 1.109375 -4.191406 1.324219 -4.15625 C 1.535156 -4.113281 1.734375 -4.003906 1.921875 -3.820313 C 2.101563 -3.636719 2.21875 -3.410156 2.277344 -3.144531 C 2.328125 -2.875 2.300781 -2.597656 2.191406 -2.308594 C 2.078125 -2.019531 1.894531 -1.746094 1.644531 -1.496094 C 1.222656 -1.074219 0.816406 -0.84375 0.421875 -0.796875 C 0.03125 -0.75 -0.367188 -0.867188 -0.773438 -1.15625 Z M -0.773438 -1.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-16">
<path style="stroke:none;" d="M 0.539063 -0.539063 L -2.261719 -3.34375 L -2.742188 -2.859375 L -3.167969 -3.285156 L -2.6875 -3.765625 L -3.027344 -4.109375 C -3.242188 -4.324219 -3.382813 -4.507813 -3.453125 -4.652344 C -3.539063 -4.847656 -3.5625 -5.054688 -3.519531 -5.273438 C -3.472656 -5.492188 -3.332031 -5.722656 -3.097656 -5.964844 C -2.9375 -6.117188 -2.75 -6.269531 -2.53125 -6.421875 L -2.136719 -5.859375 C -2.265625 -5.765625 -2.382813 -5.667969 -2.488281 -5.570313 C -2.652344 -5.402344 -2.734375 -5.25 -2.734375 -5.109375 C -2.730469 -4.96875 -2.632813 -4.800781 -2.441406 -4.609375 L -2.140625 -4.3125 L -1.511719 -4.941406 L -1.085938 -4.515625 L -1.714844 -3.886719 L 1.085938 -1.085938 Z M 0.539063 -0.539063 "/>
</symbol>
<symbol overflow="visible" id="glyph1-17">
<path style="stroke:none;" d="M -1.140625 -1.535156 L -1.6875 -2.085938 L -0.0078125 -3.765625 L 0.539063 -3.214844 Z M -1.140625 -1.535156 "/>
</symbol>
<symbol overflow="visible" id="glyph1-18">
<path style="stroke:none;" d="M 1.304688 -1.304688 L -3.148438 -3.304688 L -2.570313 -3.882813 L 0.0546875 -2.644531 C 0.335938 -2.503906 0.621094 -2.355469 0.910156 -2.199219 C 0.785156 -2.414063 0.648438 -2.6875 0.5 -3.015625 L -0.75 -5.703125 L -0.1875 -6.265625 L 1.816406 -1.816406 Z M 1.304688 -1.304688 "/>
</symbol>
<symbol overflow="visible" id="glyph1-19">
<path style="stroke:none;" d="M 0.578125 -0.0429688 L 1.1875 -0.496094 C 1.371094 -0.351563 1.550781 -0.292969 1.730469 -0.320313 C 1.964844 -0.355469 2.203125 -0.492188 2.441406 -0.726563 C 2.691406 -0.976563 2.835938 -1.222656 2.875 -1.464844 C 2.910156 -1.703125 2.859375 -1.9375 2.726563 -2.167969 C 2.640625 -2.308594 2.421875 -2.554688 2.066406 -2.910156 C 2.105469 -2.386719 1.949219 -1.949219 1.59375 -1.59375 C 1.148438 -1.148438 0.644531 -0.964844 0.0859375 -1.042969 C -0.476563 -1.121094 -0.980469 -1.382813 -1.429688 -1.832031 C -1.738281 -2.136719 -1.964844 -2.476563 -2.117188 -2.851563 C -2.261719 -3.222656 -2.300781 -3.585938 -2.234375 -3.9375 C -2.160156 -4.289063 -1.984375 -4.609375 -1.703125 -4.898438 C -1.316406 -5.277344 -0.847656 -5.4375 -0.296875 -5.378906 L -0.6875 -5.765625 L -0.183594 -6.269531 L 2.605469 -3.480469 C 3.105469 -2.976563 3.410156 -2.566406 3.519531 -2.257813 C 3.625 -1.945313 3.628906 -1.621094 3.53125 -1.277344 C 3.429688 -0.933594 3.21875 -0.597656 2.894531 -0.277344 C 2.507813 0.109375 2.109375 0.328125 1.699219 0.394531 C 1.289063 0.457031 0.914063 0.316406 0.578125 -0.0429688 Z M -0.910156 -2.433594 C -0.480469 -2.003906 -0.0898438 -1.78125 0.269531 -1.757813 C 0.628906 -1.730469 0.9375 -1.84375 1.195313 -2.097656 C 1.445313 -2.347656 1.558594 -2.652344 1.535156 -3.019531 C 1.511719 -3.378906 1.292969 -3.769531 0.882813 -4.1875 C 0.484375 -4.582031 0.101563 -4.792969 -0.273438 -4.816406 C -0.648438 -4.839844 -0.960938 -4.726563 -1.210938 -4.484375 C -1.449219 -4.238281 -1.554688 -3.933594 -1.53125 -3.566406 C -1.5 -3.195313 -1.292969 -2.816406 -0.910156 -2.433594 Z M -0.910156 -2.433594 "/>
</symbol>
<symbol overflow="visible" id="glyph1-20">
<path style="stroke:none;" d="M 2.503906 -2.503906 L 2.097656 -2.910156 C 2.210938 -2.382813 2.070313 -1.921875 1.675781 -1.527344 C 1.417969 -1.265625 1.109375 -1.101563 0.75 -1.03125 C 0.390625 -0.957031 0.0273438 -0.988281 -0.34375 -1.125 C -0.714844 -1.257813 -1.066406 -1.488281 -1.398438 -1.824219 C -1.714844 -2.140625 -1.953125 -2.488281 -2.109375 -2.859375 C -2.265625 -3.226563 -2.304688 -3.585938 -2.230469 -3.945313 C -2.15625 -4.296875 -1.988281 -4.609375 -1.722656 -4.875 C -1.527344 -5.070313 -1.3125 -5.203125 -1.078125 -5.273438 C -0.84375 -5.34375 -0.613281 -5.359375 -0.390625 -5.324219 L -1.988281 -6.921875 L -1.441406 -7.464844 L 3.011719 -3.011719 Z M -0.835938 -2.386719 C -0.417969 -1.96875 -0.0234375 -1.746094 0.351563 -1.71875 C 0.730469 -1.6875 1.039063 -1.792969 1.277344 -2.03125 C 1.511719 -2.265625 1.613281 -2.566406 1.589844 -2.929688 C 1.558594 -3.292969 1.347656 -3.675781 0.949219 -4.078125 C 0.503906 -4.515625 0.0976563 -4.753906 -0.277344 -4.792969 C -0.652344 -4.828125 -0.96875 -4.722656 -1.21875 -4.476563 C -1.460938 -4.230469 -1.5625 -3.925781 -1.527344 -3.566406 C -1.492188 -3.203125 -1.261719 -2.808594 -0.835938 -2.386719 Z M -0.835938 -2.386719 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d="M 0 -2.851563 L -6.945313 -2.851563 L -6.945313 -0.257813 L -7.875 -0.257813 L -7.875 -6.5 L -6.945313 -6.5 L -6.945313 -3.894531 L 0 -3.894531 Z M 0 -2.851563 "/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M -2.851563 -0.367188 C -3.90625 -0.363281 -4.6875 -0.65625 -5.199219 -1.246094 C -5.617188 -1.734375 -5.828125 -2.332031 -5.832031 -3.039063 C -5.828125 -3.820313 -5.574219 -4.460938 -5.0625 -4.960938 C -4.546875 -5.457031 -3.835938 -5.707031 -2.933594 -5.710938 C -2.195313 -5.707031 -1.617188 -5.597656 -1.199219 -5.378906 C -0.777344 -5.15625 -0.449219 -4.832031 -0.21875 -4.414063 C 0.015625 -3.992188 0.128906 -3.535156 0.128906 -3.039063 C 0.128906 -2.238281 -0.125 -1.59375 -0.636719 -1.105469 C -1.148438 -0.609375 -1.886719 -0.363281 -2.851563 -0.367188 Z M -2.851563 -1.359375 C -2.121094 -1.359375 -1.574219 -1.515625 -1.210938 -1.835938 C -0.84375 -2.152344 -0.660156 -2.554688 -0.664063 -3.039063 C -0.660156 -3.515625 -0.84375 -3.914063 -1.210938 -4.234375 C -1.574219 -4.550781 -2.132813 -4.710938 -2.882813 -4.714844 C -3.585938 -4.710938 -4.117188 -4.550781 -4.484375 -4.234375 C -4.84375 -3.910156 -5.027344 -3.511719 -5.03125 -3.039063 C -5.027344 -2.554688 -4.847656 -2.152344 -4.488281 -1.835938 C -4.128906 -1.515625 -3.582031 -1.359375 -2.851563 -1.359375 Z M -2.851563 -1.359375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M -0.863281 -2.835938 L -0.0117188 -2.976563 C 0.0429688 -2.703125 0.0703125 -2.457031 0.0742188 -2.246094 C 0.0703125 -1.890625 0.0195313 -1.621094 -0.0898438 -1.429688 C -0.199219 -1.234375 -0.347656 -1.097656 -0.527344 -1.019531 C -0.707031 -0.941406 -1.085938 -0.902344 -1.671875 -0.902344 L -4.953125 -0.902344 L -4.953125 -0.195313 L -5.703125 -0.195313 L -5.703125 -0.902344 L -7.117188 -0.902344 L -7.695313 -1.863281 L -5.703125 -1.863281 L -5.703125 -2.835938 L -4.953125 -2.835938 L -4.953125 -1.863281 L -1.617188 -1.863281 C -1.339844 -1.863281 -1.160156 -1.878906 -1.082031 -1.914063 C -1 -1.945313 -0.9375 -2 -0.894531 -2.078125 C -0.847656 -2.152344 -0.824219 -2.261719 -0.828125 -2.410156 C -0.824219 -2.515625 -0.835938 -2.660156 -0.863281 -2.835938 Z M -0.863281 -2.835938 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M -0.703125 -4.445313 C -0.398438 -4.085938 -0.183594 -3.742188 -0.0585938 -3.414063 C 0.0664063 -3.082031 0.128906 -2.726563 0.128906 -2.347656 C 0.128906 -1.71875 -0.0234375 -1.238281 -0.328125 -0.902344 C -0.632813 -0.566406 -1.023438 -0.398438 -1.503906 -0.398438 C -1.78125 -0.398438 -2.035156 -0.460938 -2.269531 -0.585938 C -2.496094 -0.710938 -2.683594 -0.875 -2.824219 -1.085938 C -2.964844 -1.289063 -3.070313 -1.523438 -3.140625 -1.785156 C -3.191406 -1.96875 -3.238281 -2.253906 -3.289063 -2.640625 C -3.375 -3.417969 -3.488281 -3.992188 -3.621094 -4.367188 C -3.753906 -4.367188 -3.835938 -4.371094 -3.871094 -4.371094 C -4.265625 -4.371094 -4.542969 -4.277344 -4.703125 -4.097656 C -4.917969 -3.847656 -5.027344 -3.480469 -5.03125 -2.996094 C -5.027344 -2.539063 -4.949219 -2.203125 -4.792969 -1.988281 C -4.632813 -1.769531 -4.351563 -1.609375 -3.949219 -1.507813 L -4.078125 -0.5625 C -4.480469 -0.648438 -4.804688 -0.789063 -5.054688 -0.988281 C -5.300781 -1.183594 -5.492188 -1.46875 -5.628906 -1.84375 C -5.761719 -2.214844 -5.828125 -2.644531 -5.832031 -3.136719 C -5.828125 -3.621094 -5.773438 -4.019531 -5.660156 -4.324219 C -5.542969 -4.628906 -5.398438 -4.851563 -5.226563 -4.996094 C -5.054688 -5.136719 -4.835938 -5.238281 -4.570313 -5.296875 C -4.40625 -5.328125 -4.109375 -5.34375 -3.679688 -5.34375 L -2.390625 -5.34375 C -1.492188 -5.34375 -0.921875 -5.363281 -0.683594 -5.40625 C -0.445313 -5.445313 -0.21875 -5.527344 0 -5.648438 L 0 -4.640625 C -0.199219 -4.539063 -0.433594 -4.472656 -0.703125 -4.445313 Z M -2.863281 -4.367188 C -2.71875 -4.011719 -2.597656 -3.488281 -2.496094 -2.789063 C -2.4375 -2.390625 -2.371094 -2.109375 -2.300781 -1.945313 C -2.226563 -1.78125 -2.121094 -1.652344 -1.988281 -1.5625 C -1.847656 -1.472656 -1.695313 -1.429688 -1.53125 -1.429688 C -1.269531 -1.429688 -1.054688 -1.527344 -0.886719 -1.722656 C -0.710938 -1.917969 -0.625 -2.203125 -0.628906 -2.578125 C -0.625 -2.949219 -0.707031 -3.277344 -0.871094 -3.570313 C -1.03125 -3.859375 -1.253906 -4.074219 -1.542969 -4.210938 C -1.753906 -4.3125 -2.078125 -4.363281 -2.507813 -4.367188 Z M -2.863281 -4.367188 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 0 -0.703125 L -7.875 -0.703125 L -7.875 -1.671875 L 0 -1.671875 Z M 0 -0.703125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M -6.761719 -0.730469 L -7.875 -0.730469 L -7.875 -1.699219 L -6.761719 -1.699219 Z M 0 -0.730469 L -5.703125 -0.730469 L -5.703125 -1.699219 L 0 -1.695313 Z M 0 -0.730469 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-7">
<path style="stroke:none;" d="M 2.1875 -0.726563 L -5.703125 -0.726563 L -5.703125 -1.605469 L -4.960938 -1.605469 C -5.25 -1.8125 -5.46875 -2.046875 -5.613281 -2.308594 C -5.757813 -2.570313 -5.828125 -2.886719 -5.832031 -3.261719 C -5.828125 -3.746094 -5.703125 -4.175781 -5.457031 -4.550781 C -5.203125 -4.921875 -4.851563 -5.203125 -4.394531 -5.390625 C -3.9375 -5.578125 -3.4375 -5.671875 -2.894531 -5.675781 C -2.308594 -5.671875 -1.78125 -5.566406 -1.316406 -5.359375 C -0.847656 -5.148438 -0.488281 -4.84375 -0.242188 -4.449219 C 0.0078125 -4.046875 0.128906 -3.628906 0.128906 -3.191406 C 0.128906 -2.867188 0.0625 -2.578125 -0.0742188 -2.320313 C -0.207031 -2.0625 -0.378906 -1.851563 -0.589844 -1.691406 L 2.1875 -1.691406 Z M -2.820313 -1.601563 C -2.082031 -1.597656 -1.539063 -1.746094 -1.191406 -2.046875 C -0.835938 -2.339844 -0.660156 -2.699219 -0.664063 -3.125 C -0.660156 -3.550781 -0.84375 -3.917969 -1.210938 -4.226563 C -1.574219 -4.53125 -2.136719 -4.6875 -2.898438 -4.6875 C -3.625 -4.6875 -4.167969 -4.535156 -4.53125 -4.238281 C -4.890625 -3.9375 -5.074219 -3.582031 -5.074219 -3.167969 C -5.074219 -2.753906 -4.878906 -2.390625 -4.496094 -2.074219 C -4.109375 -1.757813 -3.550781 -1.597656 -2.820313 -1.601563 Z M -2.820313 -1.601563 "/>
</symbol>
<symbol overflow="visible" id="glyph2-8">
<path style="stroke:none;" d="M 0 -0.714844 L -5.703125 -0.714844 L -5.703125 -1.585938 L -4.839844 -1.585938 C -5.242188 -1.804688 -5.507813 -2.007813 -5.636719 -2.199219 C -5.765625 -2.382813 -5.828125 -2.589844 -5.832031 -2.820313 C -5.828125 -3.140625 -5.726563 -3.472656 -5.523438 -3.8125 L -4.625 -3.480469 C -4.761719 -3.242188 -4.832031 -3.003906 -4.835938 -2.773438 C -4.832031 -2.554688 -4.769531 -2.363281 -4.644531 -2.199219 C -4.515625 -2.027344 -4.339844 -1.910156 -4.113281 -1.84375 C -3.769531 -1.730469 -3.390625 -1.675781 -2.984375 -1.679688 L 0 -1.679688 Z M 0 -0.714844 "/>
</symbol>
<symbol overflow="visible" id="glyph2-9">
<path style="stroke:none;" d="M 0.472656 -0.546875 L 0.613281 -1.488281 C 0.898438 -1.527344 1.109375 -1.636719 1.246094 -1.816406 C 1.421875 -2.054688 1.511719 -2.378906 1.515625 -2.796875 C 1.511719 -3.242188 1.421875 -3.589844 1.246094 -3.832031 C 1.0625 -4.074219 0.8125 -4.238281 0.496094 -4.328125 C 0.296875 -4.378906 -0.113281 -4.402344 -0.746094 -4.398438 C -0.246094 -3.972656 0 -3.445313 0 -2.820313 C 0 -2.03125 -0.28125 -1.425781 -0.847656 -1 C -1.410156 -0.566406 -2.089844 -0.351563 -2.882813 -0.355469 C -3.425781 -0.351563 -3.925781 -0.449219 -4.390625 -0.648438 C -4.847656 -0.84375 -5.203125 -1.128906 -5.457031 -1.503906 C -5.703125 -1.875 -5.828125 -2.316406 -5.832031 -2.824219 C -5.828125 -3.496094 -5.558594 -4.050781 -5.015625 -4.492188 L -5.703125 -4.492188 L -5.703125 -5.382813 L -0.773438 -5.382813 C 0.113281 -5.378906 0.742188 -5.289063 1.113281 -5.109375 C 1.484375 -4.929688 1.777344 -4.640625 1.992188 -4.25 C 2.207031 -3.855469 2.3125 -3.375 2.316406 -2.804688 C 2.3125 -2.121094 2.160156 -1.570313 1.855469 -1.152344 C 1.546875 -0.734375 1.085938 -0.53125 0.472656 -0.546875 Z M -2.953125 -1.347656 C -2.203125 -1.347656 -1.65625 -1.496094 -1.316406 -1.792969 C -0.96875 -2.089844 -0.796875 -2.460938 -0.800781 -2.910156 C -0.796875 -3.351563 -0.96875 -3.722656 -1.3125 -4.027344 C -1.652344 -4.324219 -2.1875 -4.476563 -2.921875 -4.480469 C -3.617188 -4.476563 -4.144531 -4.320313 -4.5 -4.015625 C -4.851563 -3.703125 -5.027344 -3.332031 -5.03125 -2.894531 C -5.027344 -2.464844 -4.851563 -2.097656 -4.507813 -1.796875 C -4.15625 -1.496094 -3.640625 -1.347656 -2.953125 -1.347656 Z M -2.953125 -1.347656 "/>
</symbol>
<symbol overflow="visible" id="glyph2-10">
<path style="stroke:none;" d="M -1.835938 -4.628906 L -1.714844 -5.628906 C -1.125 -5.46875 -0.671875 -5.175781 -0.351563 -4.75 C -0.03125 -4.324219 0.128906 -3.78125 0.128906 -3.121094 C 0.128906 -2.28125 -0.125 -1.617188 -0.640625 -1.132813 C -1.152344 -0.640625 -1.875 -0.398438 -2.804688 -0.402344 C -3.761719 -0.398438 -4.503906 -0.644531 -5.035156 -1.144531 C -5.5625 -1.636719 -5.828125 -2.277344 -5.832031 -3.066406 C -5.828125 -3.824219 -5.570313 -4.449219 -5.050781 -4.933594 C -4.53125 -5.417969 -3.800781 -5.660156 -2.863281 -5.660156 C -2.804688 -5.660156 -2.71875 -5.65625 -2.605469 -5.65625 L -2.605469 -1.402344 C -1.976563 -1.433594 -1.496094 -1.613281 -1.164063 -1.933594 C -0.828125 -2.25 -0.660156 -2.644531 -0.664063 -3.125 C -0.660156 -3.476563 -0.753906 -3.78125 -0.941406 -4.03125 C -1.125 -4.28125 -1.421875 -4.480469 -1.835938 -4.628906 Z M -3.398438 -1.457031 L -3.398438 -4.640625 C -3.878906 -4.597656 -4.238281 -4.472656 -4.480469 -4.273438 C -4.851563 -3.960938 -5.039063 -3.5625 -5.039063 -3.078125 C -5.039063 -2.628906 -4.890625 -2.257813 -4.59375 -1.957031 C -4.296875 -1.652344 -3.898438 -1.484375 -3.398438 -1.457031 Z M -3.398438 -1.457031 "/>
</symbol>
</g>
<clipPath id="clip1">
<path d="M 56.671875 5.480469 L 689.523438 5.480469 L 689.523438 334.15625 L 56.671875 334.15625 Z M 56.671875 5.480469 "/>
</clipPath>
</defs>
<g id="surface1">
<rect x="0" y="0" width="694" height="414" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
<rect x="0" y="0" width="694" height="414" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0 414 L 694 414 L 694 0 L 0 0 Z M 0 414 "/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(92.156863%,92.156863%,92.156863%);fill-opacity:1;" d="M 56.671875 333.15625 L 688.523438 333.15625 L 688.523438 5.480469 L 56.671875 5.480469 Z M 56.671875 333.15625 "/>
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 280.488281 L 688.519531 280.488281 "/>
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 204.9375 L 688.519531 204.9375 "/>
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 129.390625 L 688.519531 129.390625 "/>
<path style="fill:none;stroke-width:0.533489;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 53.839844 L 688.519531 53.839844 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 318.261719 L 688.519531 318.261719 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 242.710938 L 688.519531 242.710938 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 167.164063 L 688.519531 167.164063 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 91.617188 L 688.519531 91.617188 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 56.671875 16.066406 L 688.519531 16.066406 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 93.835938 333.15625 L 93.835938 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 155.785156 333.15625 L 155.785156 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 217.730469 333.15625 L 217.730469 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 279.675781 333.15625 L 279.675781 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 341.621094 333.15625 L 341.621094 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 403.570313 333.15625 L 403.570313 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 465.515625 333.15625 L 465.515625 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 527.460938 333.15625 L 527.460938 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 589.40625 333.15625 L 589.40625 5.480469 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 651.351563 333.15625 L 651.351563 5.480469 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 65.960938 318.261719 L 121.710938 318.261719 L 121.710938 297.503906 L 65.960938 297.503906 Z M 65.960938 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 127.90625 318.261719 L 183.65625 318.261719 L 183.65625 295.628906 L 127.90625 295.628906 Z M 127.90625 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 189.855469 318.261719 L 245.605469 318.261719 L 245.605469 291.101563 L 189.855469 291.101563 Z M 189.855469 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 251.800781 318.261719 L 307.550781 318.261719 L 307.550781 289.886719 L 251.800781 289.886719 Z M 251.800781 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 313.746094 318.261719 L 369.496094 318.261719 L 369.496094 279.191406 L 313.746094 279.191406 Z M 313.746094 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 375.691406 318.261719 L 431.441406 318.261719 L 431.441406 278.28125 L 375.691406 278.28125 Z M 375.691406 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 437.640625 318.261719 L 493.390625 318.261719 L 493.390625 278.265625 L 437.640625 278.265625 Z M 437.640625 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 499.585938 318.261719 L 555.335938 318.261719 L 555.335938 269.113281 L 499.585938 269.113281 Z M 499.585938 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 561.53125 318.261719 L 617.28125 318.261719 L 617.28125 263.09375 L 561.53125 263.09375 Z M 561.53125 318.261719 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(34.901961%,34.901961%,34.901961%);fill-opacity:1;" d="M 623.476563 318.261719 L 679.226563 318.261719 L 679.226563 20.375 L 623.476563 20.375 Z M 623.476563 318.261719 "/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-0" x="46.84375" y="321.410156"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="19.929688" y="245.863281"/>
<use xlink:href="#glyph0-0" x="24.823828" y="245.863281"/>
<use xlink:href="#glyph0-0" x="29.717969" y="245.863281"/>
<use xlink:href="#glyph0-2" x="34.612109" y="245.863281"/>
<use xlink:href="#glyph0-0" x="37.057031" y="245.863281"/>
<use xlink:href="#glyph0-0" x="41.951172" y="245.863281"/>
<use xlink:href="#glyph0-0" x="46.845312" y="245.863281"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="19.929688" y="170.3125"/>
<use xlink:href="#glyph0-0" x="24.823828" y="170.3125"/>
<use xlink:href="#glyph0-0" x="29.717969" y="170.3125"/>
<use xlink:href="#glyph0-2" x="34.612109" y="170.3125"/>
<use xlink:href="#glyph0-0" x="37.057031" y="170.3125"/>
<use xlink:href="#glyph0-0" x="41.951172" y="170.3125"/>
<use xlink:href="#glyph0-0" x="46.845312" y="170.3125"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-4" x="19.929688" y="94.765625"/>
<use xlink:href="#glyph0-0" x="24.823828" y="94.765625"/>
<use xlink:href="#glyph0-0" x="29.717969" y="94.765625"/>
<use xlink:href="#glyph0-2" x="34.612109" y="94.765625"/>
<use xlink:href="#glyph0-0" x="37.057031" y="94.765625"/>
<use xlink:href="#glyph0-0" x="41.951172" y="94.765625"/>
<use xlink:href="#glyph0-0" x="46.845312" y="94.765625"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="19.929688" y="19.214844"/>
<use xlink:href="#glyph0-0" x="24.823828" y="19.214844"/>
<use xlink:href="#glyph0-0" x="29.717969" y="19.214844"/>
<use xlink:href="#glyph0-2" x="34.612109" y="19.214844"/>
<use xlink:href="#glyph0-0" x="37.057031" y="19.214844"/>
<use xlink:href="#glyph0-0" x="41.951172" y="19.214844"/>
<use xlink:href="#glyph0-0" x="46.845312" y="19.214844"/>
</g>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.929688 318.261719 L 56.671875 318.261719 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.929688 242.710938 L 56.671875 242.710938 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.929688 167.164063 L 56.671875 167.164063 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.929688 91.617188 L 56.671875 91.617188 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 53.929688 16.066406 L 56.671875 16.066406 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 93.835938 335.894531 L 93.835938 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 155.785156 335.894531 L 155.785156 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 217.730469 335.894531 L 217.730469 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 279.675781 335.894531 L 279.675781 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 341.621094 335.894531 L 341.621094 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 403.570313 335.894531 L 403.570313 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 465.515625 335.894531 L 465.515625 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 527.460938 335.894531 L 527.460938 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 589.40625 335.894531 L 589.40625 333.15625 "/>
<path style="fill:none;stroke-width:1.066978;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(20%,20%,20%);stroke-opacity:1;stroke-miterlimit:10;" d="M 651.351563 335.894531 L 651.351563 333.15625 "/>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-0" x="76.15625" y="364.675781"/>
<use xlink:href="#glyph1-1" x="79.61693" y="361.215101"/>
<use xlink:href="#glyph1-2" x="83.07761" y="357.754421"/>
<use xlink:href="#glyph1-3" x="85.149764" y="355.682267"/>
<use xlink:href="#glyph1-4" x="88.610444" y="352.221587"/>
<use xlink:href="#glyph1-4" x="91.721714" y="349.110317"/>
<use xlink:href="#glyph1-5" x="94.832984" y="345.999047"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-6" x="139.488281" y="363.289063"/>
<use xlink:href="#glyph1-0" x="144.671705" y="358.105638"/>
<use xlink:href="#glyph1-2" x="148.132385" y="354.644958"/>
<use xlink:href="#glyph1-7" x="150.20454" y="352.572804"/>
<use xlink:href="#glyph1-8" x="153.31581" y="349.461534"/>
<use xlink:href="#glyph1-9" x="156.77649" y="346.000854"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="200.390625" y="364.332031"/>
<use xlink:href="#glyph1-0" x="203.501895" y="361.220761"/>
<use xlink:href="#glyph1-10" x="206.962575" y="357.760081"/>
<use xlink:href="#glyph1-0" x="208.345024" y="356.377632"/>
<use xlink:href="#glyph1-1" x="211.805704" y="352.916952"/>
<use xlink:href="#glyph1-2" x="215.266384" y="349.456272"/>
<use xlink:href="#glyph1-11" x="217.338538" y="347.384118"/>
<use xlink:href="#glyph1-0" x="218.720987" y="346.001669"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-12" x="258.53125" y="368.136719"/>
<use xlink:href="#glyph1-11" x="261.99193" y="364.676039"/>
<use xlink:href="#glyph1-9" x="263.374379" y="363.29359"/>
<use xlink:href="#glyph1-6" x="266.835059" y="359.83291"/>
<use xlink:href="#glyph1-5" x="272.018483" y="354.649486"/>
<use xlink:href="#glyph1-13" x="275.479163" y="351.188806"/>
<use xlink:href="#glyph1-14" x="278.939843" y="347.728125"/>
<use xlink:href="#glyph1-9" x="280.668664" y="345.999305"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-15" x="330.863281" y="357.753906"/>
<use xlink:href="#glyph1-11" x="333.974551" y="354.642636"/>
<use xlink:href="#glyph1-7" x="335.357" y="353.260187"/>
<use xlink:href="#glyph1-11" x="338.46827" y="350.148918"/>
<use xlink:href="#glyph1-10" x="339.850719" y="348.766469"/>
<use xlink:href="#glyph1-11" x="341.233168" y="347.38402"/>
<use xlink:href="#glyph1-0" x="342.615617" y="346.001571"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="381.042969" y="369.519531"/>
<use xlink:href="#glyph1-0" x="384.154239" y="366.408261"/>
<use xlink:href="#glyph1-6" x="387.614919" y="362.947581"/>
<use xlink:href="#glyph1-12" x="392.798343" y="357.764157"/>
<use xlink:href="#glyph1-0" x="396.259023" y="354.303477"/>
<use xlink:href="#glyph1-13" x="399.719703" y="350.842797"/>
<use xlink:href="#glyph1-11" x="403.180383" y="347.382117"/>
<use xlink:href="#glyph1-0" x="404.562832" y="345.999668"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-16" x="418.4375" y="394.070313"/>
<use xlink:href="#glyph1-2" x="420.166321" y="392.341492"/>
<use xlink:href="#glyph1-11" x="422.238475" y="390.269337"/>
<use xlink:href="#glyph1-3" x="423.620924" y="388.886888"/>
<use xlink:href="#glyph1-10" x="427.081604" y="385.426208"/>
<use xlink:href="#glyph1-11" x="428.464053" y="384.043759"/>
<use xlink:href="#glyph1-17" x="429.846502" y="382.66131"/>
<use xlink:href="#glyph1-18" x="431.918657" y="380.589156"/>
<use xlink:href="#glyph1-9" x="435.029926" y="377.477886"/>
<use xlink:href="#glyph1-13" x="438.490606" y="374.017206"/>
<use xlink:href="#glyph1-9" x="441.951286" y="370.556526"/>
<use xlink:href="#glyph1-4" x="445.411966" y="367.095846"/>
<use xlink:href="#glyph1-11" x="448.523236" y="363.984576"/>
<use xlink:href="#glyph1-0" x="449.905685" y="362.602127"/>
<use xlink:href="#glyph1-17" x="453.366365" y="359.141447"/>
<use xlink:href="#glyph1-19" x="455.43852" y="357.069293"/>
<use xlink:href="#glyph1-11" x="458.8992" y="353.608613"/>
<use xlink:href="#glyph1-3" x="460.281649" y="352.226164"/>
<use xlink:href="#glyph1-10" x="463.742329" y="348.765484"/>
<use xlink:href="#glyph1-11" x="465.124778" y="347.383035"/>
<use xlink:href="#glyph1-0" x="466.507227" y="346.000586"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-14" x="510.121094" y="364.332031"/>
<use xlink:href="#glyph1-5" x="511.849915" y="362.60321"/>
<use xlink:href="#glyph1-15" x="515.310595" y="359.14253"/>
<use xlink:href="#glyph1-7" x="518.421864" y="356.031261"/>
<use xlink:href="#glyph1-0" x="521.533134" y="352.919991"/>
<use xlink:href="#glyph1-13" x="524.993814" y="349.459311"/>
<use xlink:href="#glyph1-0" x="528.454494" y="345.998631"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-12" x="577.25" y="359.148438"/>
<use xlink:href="#glyph1-3" x="580.71068" y="355.687757"/>
<use xlink:href="#glyph1-19" x="584.17136" y="352.227077"/>
<use xlink:href="#glyph1-10" x="587.63204" y="348.766397"/>
<use xlink:href="#glyph1-11" x="589.014489" y="347.383948"/>
<use xlink:href="#glyph1-0" x="590.396938" y="346.001499"/>
</g>
<g style="fill:rgb(30.196078%,30.196078%,30.196078%);fill-opacity:1;">
<use xlink:href="#glyph1-10" x="628.484375" y="369.863281"/>
<use xlink:href="#glyph1-5" x="629.866824" y="368.480832"/>
<use xlink:href="#glyph1-6" x="633.327504" y="365.020152"/>
<use xlink:href="#glyph1-1" x="638.510928" y="359.836728"/>
<use xlink:href="#glyph1-0" x="641.971608" y="356.376048"/>
<use xlink:href="#glyph1-2" x="645.432288" y="352.915368"/>
<use xlink:href="#glyph1-20" x="647.504443" y="350.843214"/>
<use xlink:href="#glyph1-11" x="650.965123" y="347.382534"/>
<use xlink:href="#glyph1-0" x="652.347572" y="346.000085"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-0" x="15.546875" y="202.636719"/>
<use xlink:href="#glyph2-1" x="15.546875" y="195.91748"/>
<use xlink:href="#glyph2-2" x="15.546875" y="189.799805"/>
<use xlink:href="#glyph2-3" x="15.546875" y="186.743652"/>
<use xlink:href="#glyph2-4" x="15.546875" y="180.625977"/>
<use xlink:href="#glyph2-5" x="15.546875" y="178.182129"/>
<use xlink:href="#glyph2-6" x="15.546875" y="175.738281"/>
<use xlink:href="#glyph2-7" x="15.546875" y="172.682129"/>
<use xlink:href="#glyph2-8" x="15.546875" y="166.564453"/>
<use xlink:href="#glyph2-1" x="15.546875" y="162.901367"/>
<use xlink:href="#glyph2-9" x="15.546875" y="156.783691"/>
<use xlink:href="#glyph2-10" x="15.546875" y="150.666016"/>
<use xlink:href="#glyph2-2" x="15.546875" y="144.54834"/>
<use xlink:href="#glyph2-2" x="15.546875" y="141.492188"/>
<use xlink:href="#glyph2-5" x="15.546875" y="138.436035"/>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment