new: PLLLD count stats analysis

This commit is contained in:
Wataru Otsubo 2024-12-10 18:25:49 +09:00
parent 1f6dcf2f24
commit 1afd340575
4 changed files with 1337 additions and 4 deletions

View file

@ -2,7 +2,7 @@
julia_version = "1.11.2"
manifest_format = "2.0"
project_hash = "e20af0781afd5866dc7398b8d852e9c8ee3e4f13"
project_hash = "e82c3289a33671d299515a19486ddf833e4288d8"
[[deps.ANSIColoredPrinters]]
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
@ -31,18 +31,39 @@ version = "2.2.0"
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
version = "1.11.0"
[[deps.BayesHistogram]]
git-tree-sha1 = "5d5dda960067751bc1534aba765f771325044501"
uuid = "000d9b38-65fe-4c81-bdb9-69f01f102479"
version = "1.0.7"
[[deps.CSV]]
deps = ["CodecZlib", "Dates", "FilePathsBase", "InlineStrings", "Mmap", "Parsers", "PooledArrays", "PrecompileTools", "SentinelArrays", "Tables", "Unicode", "WeakRefStrings", "WorkerUtilities"]
git-tree-sha1 = "deddd8725e5e1cc49ee205a1964256043720a6c3"
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
version = "0.10.15"
[[deps.Calculus]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "9cb23bbb1127eefb022b022481466c0f1127d430"
uuid = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
version = "0.5.2"
[[deps.CodecZlib]]
deps = ["TranscodingStreams", "Zlib_jll"]
git-tree-sha1 = "bce6804e5e6044c6daab27bb533d1295e4a2e759"
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
version = "0.7.6"
[[deps.ColorTypes]]
deps = ["FixedPointNumbers", "Random"]
git-tree-sha1 = "c7acce7a7e1078a20a285211dd73cd3941a871d6"
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
version = "0.12.0"
weakdeps = ["StyledStrings"]
[deps.ColorTypes.extensions]
StyledStringsExt = "StyledStrings"
[[deps.Compat]]
deps = ["TOML", "UUIDs"]
git-tree-sha1 = "8ae8d32e09f0dcf42a36b90d4e17f5dd2e4c4215"
@ -58,6 +79,17 @@ deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.1.1+0"
[[deps.ConstructionBase]]
git-tree-sha1 = "76219f1ed5771adbb096743bff43fb5fdd4c1157"
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
version = "1.5.8"
weakdeps = ["IntervalSets", "LinearAlgebra", "StaticArrays"]
[deps.ConstructionBase.extensions]
ConstructionBaseIntervalSetsExt = "IntervalSets"
ConstructionBaseLinearAlgebraExt = "LinearAlgebra"
ConstructionBaseStaticArraysExt = "StaticArrays"
[[deps.Crayons]]
git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15"
uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
@ -112,12 +144,40 @@ deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
version = "1.6.0"
[[deps.EarCut_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "e3290f2d49e661fbd94046d7e3726ffcb2d41053"
uuid = "5ae413db-bbd1-5e63-b57d-d24a61df00f5"
version = "2.2.4+0"
[[deps.Expat_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
version = "2.6.4+1"
[[deps.Extents]]
git-tree-sha1 = "81023caa0021a41712685887db1fc03db26f41f5"
uuid = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
version = "0.1.4"
[[deps.FHist]]
deps = ["BayesHistogram", "LinearAlgebra", "MakieCore", "Measurements", "RecipesBase", "Requires", "Statistics", "StatsBase"]
git-tree-sha1 = "66013ca09dbaa9017a987562c19791c3e9a64a5a"
uuid = "68837c9b-b678-4cd5-9925-8a54edc8f695"
version = "0.11.7"
[deps.FHist.extensions]
FHistHDF5Ext = "HDF5"
FHistMakieExt = "Makie"
FHistPlotsExt = "Plots"
[deps.FHist.weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[[deps.FilePathsBase]]
deps = ["Compat", "Dates"]
git-tree-sha1 = "7878ff7172a8e6beedd1dea14bd27c3c6340d361"
@ -133,11 +193,34 @@ weakdeps = ["Mmap", "Test"]
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
version = "1.11.0"
[[deps.FixedPointNumbers]]
deps = ["Statistics"]
git-tree-sha1 = "05882d6995ae5c12bb5f36dd2ed3f61c98cbb172"
uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
version = "0.8.5"
[[deps.Future]]
deps = ["Random"]
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
version = "1.11.0"
[[deps.GeoFormatTypes]]
git-tree-sha1 = "59107c179a586f0fe667024c5eb7033e81333271"
uuid = "68eda718-8dee-11e9-39e7-89f7f65f511f"
version = "0.4.2"
[[deps.GeoInterface]]
deps = ["Extents", "GeoFormatTypes"]
git-tree-sha1 = "826b4fd69438d9ce4d2b19de6bc2f970f45f0f88"
uuid = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
version = "1.3.8"
[[deps.GeometryBasics]]
deps = ["EarCut_jll", "Extents", "GeoInterface", "IterTools", "LinearAlgebra", "StaticArrays", "StructArrays", "Tables"]
git-tree-sha1 = "b62f2b2d76cee0d61a2ef2b3118cd2a3215d3134"
uuid = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
version = "0.4.11"
[[deps.Git]]
deps = ["Git_jll"]
git-tree-sha1 = "04eff47b1354d702c3a85e8ab23d539bb7d5957e"
@ -174,11 +257,32 @@ deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
version = "1.11.0"
[[deps.IntervalSets]]
git-tree-sha1 = "dba9ddf07f77f60450fe5d2e2beb9854d9a49bd0"
uuid = "8197267c-284f-5f27-9208-e0e47529a953"
version = "0.7.10"
weakdeps = ["Random", "RecipesBase", "Statistics"]
[deps.IntervalSets.extensions]
IntervalSetsRandomExt = "Random"
IntervalSetsRecipesBaseExt = "RecipesBase"
IntervalSetsStatisticsExt = "Statistics"
[[deps.InvertedIndices]]
git-tree-sha1 = "0dc7b50b8d436461be01300fd8cd45aa0274b038"
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
version = "1.3.0"
[[deps.IrrationalConstants]]
git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2"
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
version = "0.2.2"
[[deps.IterTools]]
git-tree-sha1 = "42d5f897009e7ff2cf88db414a389e5ed1bdd023"
uuid = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
version = "1.10.0"
[[deps.IteratorInterfaceExtensions]]
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
uuid = "82899510-4779-5014-852e-03e436cf321d"
@ -246,10 +350,32 @@ deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
version = "1.11.0"
[[deps.LogExpFunctions]]
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
git-tree-sha1 = "a2d09619db4e765091ee5c6ffe8872849de0feea"
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
version = "0.3.28"
[deps.LogExpFunctions.extensions]
LogExpFunctionsChainRulesCoreExt = "ChainRulesCore"
LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables"
LogExpFunctionsInverseFunctionsExt = "InverseFunctions"
[deps.LogExpFunctions.weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
[[deps.Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
version = "1.11.0"
[[deps.MakieCore]]
deps = ["ColorTypes", "GeometryBasics", "IntervalSets", "Observables"]
git-tree-sha1 = "b774d0563bc332f64d136d50d0420a195d9bdcc6"
uuid = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
version = "0.8.11"
[[deps.Markdown]]
deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
@ -266,6 +392,26 @@ deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
version = "2.28.6+0"
[[deps.Measurements]]
deps = ["Calculus", "LinearAlgebra", "Printf", "Requires"]
git-tree-sha1 = "bdcde8ec04ca84aef5b124a17684bf3b302de00e"
uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
version = "2.11.0"
[deps.Measurements.extensions]
MeasurementsBaseTypeExt = "BaseType"
MeasurementsJunoExt = "Juno"
MeasurementsRecipesBaseExt = "RecipesBase"
MeasurementsSpecialFunctionsExt = "SpecialFunctions"
MeasurementsUnitfulExt = "Unitful"
[deps.Measurements.weakdeps]
BaseType = "7fbed51b-1ef5-4d67-9085-a4a9b26f478c"
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[[deps.Missings]]
deps = ["DataAPI"]
git-tree-sha1 = "ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d"
@ -284,6 +430,11 @@ version = "2023.12.12"
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
version = "1.2.0"
[[deps.Observables]]
git-tree-sha1 = "7438a59546cf62428fc9d1bc94729146d37a7225"
uuid = "510215fc-4207-5dde-b226-833fc4488ee2"
version = "0.5.5"
[[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
@ -359,6 +510,12 @@ deps = ["SHA"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
version = "1.11.0"
[[deps.RecipesBase]]
deps = ["PrecompileTools"]
git-tree-sha1 = "5c3d09cc4f31f5fc6af001c250bf1278733100ff"
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
version = "1.3.4"
[[deps.Reexport]]
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
@ -370,6 +527,12 @@ git-tree-sha1 = "ffd19052caf598b8653b99404058fce14828be51"
uuid = "2792f1a3-b283-48e8-9a74-f99dce5104f3"
version = "0.1.0"
[[deps.Requires]]
deps = ["UUIDs"]
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "1.3.0"
[[deps.SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
version = "0.7.0"
@ -406,6 +569,11 @@ git-tree-sha1 = "66e0a8e672a0bdfca2c3f5937efb8538b9ddc085"
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
version = "1.2.1"
[[deps.SparseArrays]]
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
version = "1.11.0"
[[deps.StaticArrays]]
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
git-tree-sha1 = "777657803913ffc7e8cc20f0fd04b634f871af8f"
@ -430,12 +598,22 @@ deps = ["LinearAlgebra"]
git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
version = "1.11.1"
weakdeps = ["SparseArrays"]
[deps.Statistics.extensions]
SparseArraysExt = ["SparseArrays"]
[deps.Statistics.weakdeps]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[[deps.StatsAPI]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "1ff449ad350c9c4cbc756624d6f8a8c3ef56d3ed"
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
version = "1.7.0"
[[deps.StatsBase]]
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
git-tree-sha1 = "5cf7606d6cef84b543b483848d4ae08ad9832b21"
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
version = "0.34.3"
[[deps.StringManipulation]]
deps = ["PrecompileTools"]
@ -443,10 +621,36 @@ git-tree-sha1 = "a6b1675a536c5ad1a60e5a5153e1fee12eb146e3"
uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e"
version = "0.4.0"
[[deps.StructArrays]]
deps = ["ConstructionBase", "DataAPI", "Tables"]
git-tree-sha1 = "9537ef82c42cdd8c5d443cbc359110cbb36bae10"
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
version = "0.6.21"
[deps.StructArrays.extensions]
StructArraysAdaptExt = "Adapt"
StructArraysGPUArraysCoreExt = ["GPUArraysCore", "KernelAbstractions"]
StructArraysLinearAlgebraExt = "LinearAlgebra"
StructArraysSparseArraysExt = "SparseArrays"
StructArraysStaticArraysExt = "StaticArrays"
[deps.StructArrays.weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[[deps.StyledStrings]]
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
version = "1.11.0"
[[deps.SuiteSparse_jll]]
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
version = "7.7.0+0"
[[deps.TOML]]
deps = ["Dates"]
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

View file

@ -11,6 +11,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
@ -23,7 +24,6 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils"
[compat]
julia = "1.10"
Aqua = "0.8"
AutoHashEquals = "2.2"
CSV = "0.10"
@ -32,12 +32,14 @@ DataFrames = "1"
Dates = "1.10"
Documenter = "1.7"
Downloads = "1"
FHist = "0.11.7"
InteractiveUtils = "1.10"
Printf = "1.10"
SQLite = "1"
StaticArrays = "1.9"
Tables = "1"
Test = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

184
examples/pllld_count.jl Normal file
View file

@ -0,0 +1,184 @@
### A Pluto.jl notebook ###
# v0.20.3
using Markdown
using InteractiveUtils
# ╔═╡ 635dcf78-b6b3-11ef-3a04-f5b7c43ed12d
begin
using Pkg
Pkg.activate("..")
using PSBoardDataBase
using SQLite
using DataFrames
using CairoMakie
using FHist
using LinearAlgebra
using Printf
end
# ╔═╡ 3fccbdca-9856-4122-8597-9f267f90d390
md"""
# 説明
第6回 PS-Board QAQC キャンペーンの11_27のファームウェアを使った100回試験において、PLLLD fail countの数の分布の調査
"""
# ╔═╡ b9808518-95aa-464f-bb93-b4ee40ce2f57
PSBoardDataBase.SlaveLogParser.parse_slavelog_file
# ╔═╡ a36886af-ff32-4f4f-a20f-f83bc333b8fd
db = SQLite.DB("../psboard_qaqc.db")
# ╔═╡ df5087be-18de-4714-b6d8-4ab54271b1fb
SQLite.tables(db)
# ╔═╡ 56d8896a-40e3-46e3-aa28-82f89476743b
qaqc_runs = DBInterface.execute(db, "select * from qaqc_runs") |> DataFrame
# ╔═╡ 08032250-5893-445c-8662-459e5636ba81
qaqc_extra_run_results =
DBInterface.execute(db, "select * from qaqc_extra_run_results") |> DataFrame
# ╔═╡ 013948ff-ccde-4222-862b-7ecda62fd7f1
qaqc_extra_run_campaign_6 = let
runids_campaign_6 = filter(:campaign_id => x -> (!ismissing(x) && x == 6), qaqc_runs).id
filter(:runid => in(runids_campaign_6), qaqc_extra_run_results)
end
# ╔═╡ 41da581f-0cdf-40f3-a1f8-bf1bd7f8835b
map(eachrow(qaqc_extra_run_campaign_6)) do row
logfilename = "$(row.psboard_id)_$(row.runid)_longrun.txt"
logfile = joinpath("../test/input/slavelogs/main/", logfilename)
!ispath(logfile) && begin
@info "file $(logfile) not found"
return missing
end
slave_result = PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfile)
map(slave_result.asdtp) do asdtp_result
asdtp_result.pllld_fail_counter
end
end
# ╔═╡ 2d89b7dc-37b6-4309-a2e6-61b93fb94628
transform(
qaqc_extra_run_campaign_6,
[:psboard_id, :runid] =>
ByRow(
(psboard_id, runid) -> begin
logfilename = "$(psboard_id)_$(runid)_longrun.txt"
logfile = joinpath("../test/input/slavelogs/main/", logfilename)
!ispath(logfile) && return missing
slave_result =
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfile)
map(slave_result.asdtp) do asdtp_result
asdtp_result.pllld_fail_counter
end
end,
) => :pllld_count,
)
# ╔═╡ 34ae2948-bb5a-4086-beb1-cfb77593d678
df_pllld_counts = combine(
groupby(qaqc_extra_run_campaign_6, :id),
AsTable([:psboard_id, :runid]) =>
(
sdf -> begin
@assert nrow(sdf) == 1
logfilename = "$(sdf.psboard_id[1])_$(sdf.runid[1])_longrun.txt"
logfile = joinpath("../test/input/slavelogs/main/", logfilename)
!ispath(logfile) && begin
@warn "logfile $(logfile) not found"
return []
end
slave_result =
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfile)
return map(slave_result.asdtp) do asdtp_result
(
psboard_id = sdf.psboard_id[1],
runid = sdf.runid[1],
pllld_count = asdtp_result.pllld_fail_counter + 1,
)
end
end
) => [:psboard_id, :runid, :pllld_count],
)
# ╔═╡ c084b8f4-dbc2-497b-9132-7e4bd4fd3874
sort(df_pllld_counts, :pllld_count, rev = true)
# ╔═╡ 6d85cc29-0d02-43b4-8a50-57f003e4686b
let
df = combine(groupby(df_pllld_counts, :id), nrow)
sort!(df, :nrow)
end
# ╔═╡ e95447c1-a8e2-4a46-9320-e1a88d9e34da
unique(df_pllld_counts.psboard_id) |> sort
# ╔═╡ 0433bbe4-1f71-4cf7-96ec-ac9c70170feb
stephist(df_pllld_counts.pllld_count)
# ╔═╡ 4927e97b-0822-4f17-bae9-e43cad504c3b
stephist(
df_pllld_counts.pllld_count,
bins = 0:10,
normalization = :probability,
axis = (; yscale = log10, limits = ((1, 11), (1e-6, 2))),
)
# ╔═╡ f04d5c95-7308-4129-ba95-49da2e142d5d
let
h1 = Hist1D(df_pllld_counts.pllld_count; binedges = 1:1:10, overflow = false)
h1 = normalize(h1)
fig = Figure()
ax = Axis(
fig[1, 1],
yscale = log10,
xlabel = "Number of resets before PLL lock",
ylabel = "fraction",
title = "PLLLD count ratios of 6th QAQC 100 test results",
)
stephist!(ax, h1, label = "pllld fail count")
errorbars!(ax, h1)
text!(
ax,
bincenters(h1),
bincounts(h1),
text = [@sprintf "%.4g" r for r in bincounts(h1)],
)
axislegend(position = :rt)
Label(
fig[1, 1],
"""
n = $(nentries(h1))
$(length(unique(df_pllld_counts.psboard_id))) PS-Boards
""",
tellwidth = false,
tellheight = false,
halign = :right,
padding = (20, 20, 20, 20),
)
save("pllld_fail_counts.svg", fig)
fig
end
# ╔═╡ Cell order:
# ╠═3fccbdca-9856-4122-8597-9f267f90d390
# ╠═635dcf78-b6b3-11ef-3a04-f5b7c43ed12d
# ╠═b9808518-95aa-464f-bb93-b4ee40ce2f57
# ╠═a36886af-ff32-4f4f-a20f-f83bc333b8fd
# ╠═df5087be-18de-4714-b6d8-4ab54271b1fb
# ╠═56d8896a-40e3-46e3-aa28-82f89476743b
# ╠═08032250-5893-445c-8662-459e5636ba81
# ╠═013948ff-ccde-4222-862b-7ecda62fd7f1
# ╠═41da581f-0cdf-40f3-a1f8-bf1bd7f8835b
# ╠═2d89b7dc-37b6-4309-a2e6-61b93fb94628
# ╠═34ae2948-bb5a-4086-beb1-cfb77593d678
# ╠═c084b8f4-dbc2-497b-9132-7e4bd4fd3874
# ╠═6d85cc29-0d02-43b4-8a50-57f003e4686b
# ╠═e95447c1-a8e2-4a46-9320-e1a88d9e34da
# ╠═0433bbe4-1f71-4cf7-96ec-ac9c70170feb
# ╠═4927e97b-0822-4f17-bae9-e43cad504c3b
# ╠═f04d5c95-7308-4129-ba95-49da2e142d5d

View file

@ -0,0 +1,943 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="450" viewBox="0 0 600 450">
<defs>
<g>
<g id="glyph-0-0-22fb9971">
<path d="M 9.046875 0 C 9.046875 0 7.578125 0 7.578125 0 C 7.578125 0 2.296875 -8.28125 2.296875 -8.28125 C 2.296875 -8.28125 2.296875 0 2.296875 0 C 2.296875 0 1.0625 0 1.0625 0 C 1.0625 0 1.0625 -10.203125 1.0625 -10.203125 C 1.0625 -10.203125 2.484375 -10.203125 2.484375 -10.203125 C 2.484375 -10.203125 7.8125 -1.859375 7.8125 -1.859375 C 7.8125 -1.859375 7.8125 -10.203125 7.8125 -10.203125 C 7.8125 -10.203125 9.046875 -10.203125 9.046875 -10.203125 C 9.046875 -10.203125 9.046875 0 9.046875 0 Z M 9.046875 0 "/>
</g>
<g id="glyph-0-1-22fb9971">
<path d="M 10.640625 0 C 10.640625 0 9.484375 0 9.484375 0 C 9.484375 0 9.484375 -5.046875 9.484375 -5.046875 C 9.484375 -5.984375 8.984375 -6.53125 8.140625 -6.53125 C 7.1875 -6.53125 6.390625 -5.671875 6.390625 -4.609375 C 6.390625 -4.609375 6.390625 0 6.390625 0 C 6.390625 0 5.234375 0 5.234375 0 C 5.234375 0 5.234375 -5.046875 5.234375 -5.046875 C 5.234375 -5.984375 4.75 -6.53125 3.875 -6.53125 C 2.921875 -6.53125 2.15625 -5.671875 2.15625 -4.609375 C 2.15625 -4.609375 2.15625 0 2.15625 0 C 2.15625 0 1 0 1 0 C 1 0 1 -7.34375 1 -7.34375 C 1 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.296875 2.0625 -6.296875 C 2.6875 -7.1875 3.328125 -7.546875 4.3125 -7.546875 C 5.265625 -7.546875 5.859375 -7.203125 6.28125 -6.421875 C 6.96875 -7.25 7.5625 -7.546875 8.546875 -7.546875 C 9.90625 -7.546875 10.640625 -6.8125 10.640625 -5.5 C 10.640625 -5.5 10.640625 0 10.640625 0 Z M 10.640625 0 "/>
</g>
<g id="glyph-0-2-22fb9971">
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
</g>
<g id="glyph-0-3-22fb9971">
<path d="M 4.5 -6.3125 C 2.6875 -6.28125 2.140625 -5.453125 2.140625 -3.8125 C 2.140625 -3.8125 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.046875 -7.34375 2.046875 -7.34375 C 2.046875 -7.34375 2.046875 -6 2.046875 -6 C 2.71875 -7.09375 3.296875 -7.546875 4.046875 -7.546875 C 4.203125 -7.546875 4.296875 -7.53125 4.5 -7.5 C 4.5 -7.5 4.5 -6.3125 4.5 -6.3125 Z M 4.5 -6.3125 "/>
</g>
<g id="glyph-0-4-22fb9971">
</g>
<g id="glyph-0-5-22fb9971">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
<g id="glyph-0-6-22fb9971">
<path d="M 3.609375 -6.390625 C 3.609375 -6.390625 2.390625 -6.390625 2.390625 -6.390625 C 2.390625 -6.390625 2.390625 0 2.390625 0 C 2.390625 0 1.234375 0 1.234375 0 C 1.234375 0 1.234375 -6.390625 1.234375 -6.390625 C 1.234375 -6.390625 0.25 -6.390625 0.25 -6.390625 C 0.25 -6.390625 0.25 -7.34375 0.25 -7.34375 C 0.25 -7.34375 1.234375 -7.34375 1.234375 -7.34375 C 1.234375 -7.34375 1.234375 -8.578125 1.234375 -8.578125 C 1.234375 -9.625 1.875 -10.25 2.953125 -10.25 C 3.1875 -10.25 3.34375 -10.234375 3.609375 -10.171875 C 3.609375 -10.171875 3.609375 -9.21875 3.609375 -9.21875 C 3.34375 -9.21875 3.296875 -9.21875 3.203125 -9.21875 C 2.671875 -9.21875 2.390625 -8.96875 2.390625 -8.484375 C 2.390625 -8.484375 2.390625 -7.34375 2.390625 -7.34375 C 2.390625 -7.34375 3.609375 -7.34375 3.609375 -7.34375 C 3.609375 -7.34375 3.609375 -6.390625 3.609375 -6.390625 Z M 3.609375 -6.390625 "/>
</g>
<g id="glyph-0-7-22fb9971">
<path d="M 8.640625 -7.203125 C 8.640625 -5.515625 7.46875 -4.328125 5.78125 -4.328125 C 5.78125 -4.328125 2.578125 -4.328125 2.578125 -4.328125 C 2.578125 -4.328125 2.578125 0 2.578125 0 C 2.578125 0 1.28125 0 1.28125 0 C 1.28125 0 1.28125 -10.203125 1.28125 -10.203125 C 1.28125 -10.203125 5.484375 -10.203125 5.484375 -10.203125 C 7.5 -10.203125 8.640625 -9.125 8.640625 -7.203125 Z M 7.28125 -7.265625 C 7.28125 -8.390625 6.53125 -9.0625 5.296875 -9.0625 C 5.296875 -9.0625 2.578125 -9.0625 2.578125 -9.0625 C 2.578125 -9.0625 2.578125 -5.46875 2.578125 -5.46875 C 2.578125 -5.46875 5.296875 -5.46875 5.296875 -5.46875 C 6.53125 -5.46875 7.28125 -6.140625 7.28125 -7.265625 Z M 7.28125 -7.265625 "/>
</g>
<g id="glyph-0-8-22fb9971">
<path d="M 7.46875 0 C 7.46875 0 1.125 0 1.125 0 C 1.125 0 1.125 -10.203125 1.125 -10.203125 C 1.125 -10.203125 2.421875 -10.203125 2.421875 -10.203125 C 2.421875 -10.203125 2.421875 -1.140625 2.421875 -1.140625 C 2.421875 -1.140625 7.46875 -1.140625 7.46875 -1.140625 C 7.46875 -1.140625 7.46875 0 7.46875 0 Z M 7.46875 0 "/>
</g>
<g id="glyph-0-9-22fb9971">
<path d="M 2.109375 0 C 2.109375 0 0.953125 0 0.953125 0 C 0.953125 0 0.953125 -10.203125 0.953125 -10.203125 C 0.953125 -10.203125 2.109375 -10.203125 2.109375 -10.203125 C 2.109375 -10.203125 2.109375 0 2.109375 0 Z M 2.109375 0 "/>
</g>
<g id="glyph-0-10-22fb9971">
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
</g>
<g id="glyph-0-11-22fb9971">
<path d="M 7.03125 0 C 7.03125 0 5.59375 0 5.59375 0 C 5.59375 0 3.109375 -3.96875 3.109375 -3.96875 C 3.109375 -3.96875 1.96875 -2.859375 1.96875 -2.859375 C 1.96875 -2.859375 1.96875 0 1.96875 0 C 1.96875 0 0.8125 0 0.8125 0 C 0.8125 0 0.8125 -10.203125 0.8125 -10.203125 C 0.8125 -10.203125 1.96875 -10.203125 1.96875 -10.203125 C 1.96875 -10.203125 1.96875 -4.234375 1.96875 -4.234375 C 1.96875 -4.234375 5.078125 -7.34375 5.078125 -7.34375 C 5.078125 -7.34375 6.578125 -7.34375 6.578125 -7.34375 C 6.578125 -7.34375 4.03125 -4.796875 4.03125 -4.796875 C 4.03125 -4.796875 7.03125 0 7.03125 0 Z M 7.03125 0 "/>
</g>
<g id="glyph-0-12-22fb9971">
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
</g>
<g id="glyph-0-13-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-0-14-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-0-15-22fb9971">
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
</g>
<g id="glyph-0-16-22fb9971">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-0-17-22fb9971">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-0-18-22fb9971">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-0-19-22fb9971">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-0-20-22fb9971">
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
</g>
<g id="glyph-0-21-22fb9971">
<path d="M 7.125 -5.1875 C 7.125 -1.765625 5.875 0.203125 3.5625 0.203125 C 2.046875 0.203125 0.984375 -0.75 0.734375 -2.375 C 0.734375 -2.375 1.96875 -2.375 1.96875 -2.375 C 2.171875 -1.421875 2.765625 -0.875 3.640625 -0.875 C 5.046875 -0.875 5.84375 -2.21875 5.859375 -4.640625 C 5.203125 -3.875 4.515625 -3.546875 3.578125 -3.546875 C 1.796875 -3.546875 0.53125 -4.78125 0.53125 -6.640625 C 0.53125 -8.578125 1.890625 -9.921875 3.78125 -9.921875 C 6.046875 -9.921875 7.125 -8.296875 7.125 -5.1875 Z M 5.78125 -6.65625 C 5.78125 -7.953125 4.90625 -8.84375 3.765625 -8.84375 C 2.625 -8.84375 1.796875 -8 1.796875 -6.734375 C 1.796875 -5.40625 2.53125 -4.640625 3.71875 -4.640625 C 4.921875 -4.640625 5.78125 -5.453125 5.78125 -6.65625 Z M 5.78125 -6.65625 "/>
</g>
<g id="glyph-1-0-22fb9971">
<path d="M 6.75 0 C 6.75 0 5.703125 0 5.703125 0 C 5.703125 0 5.703125 -1.140625 5.703125 -1.140625 C 5.015625 -0.171875 4.328125 0.203125 3.25 0.203125 C 1.8125 0.203125 0.90625 -0.578125 0.90625 -1.796875 C 0.90625 -1.796875 0.90625 -7.34375 0.90625 -7.34375 C 0.90625 -7.34375 2.078125 -7.34375 2.078125 -7.34375 C 2.078125 -7.34375 2.078125 -2.25 2.078125 -2.25 C 2.078125 -1.375 2.65625 -0.8125 3.578125 -0.8125 C 4.796875 -0.8125 5.59375 -1.796875 5.59375 -3.296875 C 5.59375 -3.296875 5.59375 -7.34375 5.59375 -7.34375 C 5.59375 -7.34375 6.75 -7.34375 6.75 -7.34375 C 6.75 -7.34375 6.75 0 6.75 0 Z M 6.75 0 "/>
</g>
<g id="glyph-1-1-22fb9971">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-1-2-22fb9971">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-1-3-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-2-0-22fb9971">
<path d="M 7.328125 -3.75 C 7.328125 -1.375 6.0625 0.203125 4.125 0.203125 C 3.109375 0.203125 2.359375 -0.203125 1.8125 -1.046875 C 1.8125 -1.046875 1.8125 0 1.8125 0 C 1.8125 0 0.75 0 0.75 0 C 0.75 0 0.75 -10.203125 0.75 -10.203125 C 0.75 -10.203125 1.921875 -10.203125 1.921875 -10.203125 C 1.921875 -10.203125 1.921875 -6.34375 1.921875 -6.34375 C 2.46875 -7.171875 3.171875 -7.546875 4.1875 -7.546875 C 6.125 -7.546875 7.328125 -6.125 7.328125 -3.75 Z M 6.109375 -3.6875 C 6.109375 -5.3125 5.265625 -6.453125 3.96875 -6.453125 C 2.734375 -6.515625 1.921875 -5.390625 1.921875 -3.671875 C 1.921875 -2 2.734375 -0.875 3.96875 -0.875 C 5.234375 -0.875 6.109375 -2.015625 6.109375 -3.6875 Z M 6.109375 -3.6875 "/>
</g>
<g id="glyph-2-1-22fb9971">
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
</g>
<g id="glyph-2-2-22fb9971">
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
</g>
<g id="glyph-2-3-22fb9971">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-2-4-22fb9971">
<path d="M 3.609375 -6.390625 C 3.609375 -6.390625 2.390625 -6.390625 2.390625 -6.390625 C 2.390625 -6.390625 2.390625 0 2.390625 0 C 2.390625 0 1.234375 0 1.234375 0 C 1.234375 0 1.234375 -6.390625 1.234375 -6.390625 C 1.234375 -6.390625 0.25 -6.390625 0.25 -6.390625 C 0.25 -6.390625 0.25 -7.34375 0.25 -7.34375 C 0.25 -7.34375 1.234375 -7.34375 1.234375 -7.34375 C 1.234375 -7.34375 1.234375 -8.578125 1.234375 -8.578125 C 1.234375 -9.625 1.875 -10.25 2.953125 -10.25 C 3.1875 -10.25 3.34375 -10.234375 3.609375 -10.171875 C 3.609375 -10.171875 3.609375 -9.21875 3.609375 -9.21875 C 3.34375 -9.21875 3.296875 -9.21875 3.203125 -9.21875 C 2.671875 -9.21875 2.390625 -8.96875 2.390625 -8.484375 C 2.390625 -8.484375 2.390625 -7.34375 2.390625 -7.34375 C 2.390625 -7.34375 3.609375 -7.34375 3.609375 -7.34375 C 3.609375 -7.34375 3.609375 -6.390625 3.609375 -6.390625 Z M 3.609375 -6.390625 "/>
</g>
<g id="glyph-2-5-22fb9971">
<path d="M 7.46875 0 C 7.46875 0 1.125 0 1.125 0 C 1.125 0 1.125 -10.203125 1.125 -10.203125 C 1.125 -10.203125 2.421875 -10.203125 2.421875 -10.203125 C 2.421875 -10.203125 2.421875 -1.140625 2.421875 -1.140625 C 2.421875 -1.140625 7.46875 -1.140625 7.46875 -1.140625 C 7.46875 -1.140625 7.46875 0 7.46875 0 Z M 7.46875 0 "/>
</g>
<g id="glyph-2-6-22fb9971">
</g>
<g id="glyph-2-7-22fb9971">
<path d="M 7.1875 -2.796875 C 7.1875 -1 5.8125 0.203125 3.84375 0.203125 C 1.890625 0.203125 0.515625 -1 0.515625 -2.8125 C 0.515625 -3.90625 1.078125 -4.671875 2.21875 -5.21875 C 1.203125 -5.859375 0.875 -6.359375 0.875 -7.28125 C 0.875 -8.828125 2.09375 -9.921875 3.84375 -9.921875 C 5.609375 -9.921875 6.828125 -8.828125 6.828125 -7.28125 C 6.828125 -6.34375 6.5 -5.84375 5.46875 -5.21875 C 6.625 -4.671875 7.1875 -3.90625 7.1875 -2.796875 Z M 5.578125 -7.25 C 5.578125 -8.21875 4.90625 -8.828125 3.84375 -8.828125 C 2.8125 -8.828125 2.125 -8.21875 2.125 -7.265625 C 2.125 -6.328125 2.8125 -5.71875 3.84375 -5.71875 C 4.890625 -5.71875 5.578125 -6.328125 5.578125 -7.25 Z M 5.921875 -2.78125 C 5.921875 -3.953125 5.078125 -4.671875 3.84375 -4.671875 C 2.625 -4.671875 1.78125 -3.953125 1.78125 -2.78125 C 1.78125 -1.625 2.625 -0.875 3.828125 -0.875 C 5.078125 -0.875 5.921875 -1.609375 5.921875 -2.78125 Z M 5.921875 -2.78125 "/>
</g>
<g id="glyph-3-0-22fb9971">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-3-1-22fb9971">
</g>
<g id="glyph-3-2-22fb9971">
<path d="M 7.328125 -3.75 C 7.328125 -1.375 6.0625 0.203125 4.125 0.203125 C 3.109375 0.203125 2.359375 -0.203125 1.8125 -1.046875 C 1.8125 -1.046875 1.8125 0 1.8125 0 C 1.8125 0 0.75 0 0.75 0 C 0.75 0 0.75 -10.203125 0.75 -10.203125 C 0.75 -10.203125 1.921875 -10.203125 1.921875 -10.203125 C 1.921875 -10.203125 1.921875 -6.34375 1.921875 -6.34375 C 2.46875 -7.171875 3.171875 -7.546875 4.1875 -7.546875 C 6.125 -7.546875 7.328125 -6.125 7.328125 -3.75 Z M 6.109375 -3.6875 C 6.109375 -5.3125 5.265625 -6.453125 3.96875 -6.453125 C 2.734375 -6.515625 1.921875 -5.390625 1.921875 -3.671875 C 1.921875 -2 2.734375 -0.875 3.96875 -0.875 C 5.234375 -0.875 6.109375 -2.015625 6.109375 -3.6875 Z M 6.109375 -3.6875 "/>
</g>
<g id="glyph-4-0-22fb9971">
<path d="M -6.390625 -3.609375 C -6.390625 -3.609375 -6.390625 -2.390625 -6.390625 -2.390625 C -6.390625 -2.390625 0 -2.390625 0 -2.390625 C 0 -2.390625 0 -1.234375 0 -1.234375 C 0 -1.234375 -6.390625 -1.234375 -6.390625 -1.234375 C -6.390625 -1.234375 -6.390625 -0.25 -6.390625 -0.25 C -6.390625 -0.25 -7.34375 -0.25 -7.34375 -0.25 C -7.34375 -0.25 -7.34375 -1.234375 -7.34375 -1.234375 C -7.34375 -1.234375 -8.578125 -1.234375 -8.578125 -1.234375 C -9.625 -1.234375 -10.25 -1.875 -10.25 -2.953125 C -10.25 -3.1875 -10.234375 -3.34375 -10.171875 -3.609375 C -10.171875 -3.609375 -9.21875 -3.609375 -9.21875 -3.609375 C -9.21875 -3.34375 -9.21875 -3.296875 -9.21875 -3.203125 C -9.21875 -2.671875 -8.96875 -2.390625 -8.484375 -2.390625 C -8.484375 -2.390625 -7.34375 -2.390625 -7.34375 -2.390625 C -7.34375 -2.390625 -7.34375 -3.609375 -7.34375 -3.609375 C -7.34375 -3.609375 -6.390625 -3.609375 -6.390625 -3.609375 Z M -6.390625 -3.609375 "/>
</g>
<g id="glyph-4-1-22fb9971">
<path d="M -6.3125 -4.5 C -6.28125 -2.6875 -5.453125 -2.140625 -3.8125 -2.140625 C -3.8125 -2.140625 0 -2.140625 0 -2.140625 C 0 -2.140625 0 -0.984375 0 -0.984375 C 0 -0.984375 -7.34375 -0.984375 -7.34375 -0.984375 C -7.34375 -0.984375 -7.34375 -2.046875 -7.34375 -2.046875 C -7.34375 -2.046875 -6 -2.046875 -6 -2.046875 C -7.09375 -2.71875 -7.546875 -3.296875 -7.546875 -4.046875 C -7.546875 -4.203125 -7.53125 -4.296875 -7.5 -4.5 C -7.5 -4.5 -6.3125 -4.5 -6.3125 -4.5 Z M -6.3125 -4.5 "/>
</g>
<g id="glyph-4-2-22fb9971">
<path d="M 0 -3.5625 C 0.0625 -3.15625 0.09375 -2.890625 0.09375 -2.609375 C 0.09375 -1.6875 -0.328125 -1.1875 -1.0625 -1.1875 C -1.0625 -1.1875 -6.390625 -1.1875 -6.390625 -1.1875 C -6.390625 -1.1875 -6.390625 -0.203125 -6.390625 -0.203125 C -6.390625 -0.203125 -7.34375 -0.203125 -7.34375 -0.203125 C -7.34375 -0.203125 -7.34375 -1.1875 -7.34375 -1.1875 C -7.34375 -1.1875 -9.359375 -1.1875 -9.359375 -1.1875 C -9.359375 -1.1875 -9.359375 -2.359375 -9.359375 -2.359375 C -9.359375 -2.359375 -7.34375 -2.359375 -7.34375 -2.359375 C -7.34375 -2.359375 -7.34375 -3.5625 -7.34375 -3.5625 C -7.34375 -3.5625 -6.390625 -3.5625 -6.390625 -3.5625 C -6.390625 -3.5625 -6.390625 -2.359375 -6.390625 -2.359375 C -6.390625 -2.359375 -1.578125 -2.359375 -1.578125 -2.359375 C -1.0625 -2.359375 -0.921875 -2.484375 -0.921875 -3 C -0.921875 -3.21875 -0.9375 -3.40625 -0.984375 -3.5625 C -0.984375 -3.5625 0 -3.5625 0 -3.5625 Z M 0 -3.5625 "/>
</g>
<g id="glyph-4-3-22fb9971">
<path d="M 0 -2.140625 C 0 -2.140625 0 -0.984375 0 -0.984375 C 0 -0.984375 -7.34375 -0.984375 -7.34375 -0.984375 C -7.34375 -0.984375 -7.34375 -2.140625 -7.34375 -2.140625 C -7.34375 -2.140625 0 -2.140625 0 -2.140625 Z M -8.4375 -2.296875 C -8.4375 -2.296875 -8.4375 -0.84375 -8.4375 -0.84375 C -8.4375 -0.84375 -9.890625 -0.84375 -9.890625 -0.84375 C -9.890625 -0.84375 -9.890625 -2.296875 -9.890625 -2.296875 C -9.890625 -2.296875 -8.4375 -2.296875 -8.4375 -2.296875 Z M -8.4375 -2.296875 "/>
</g>
<g id="glyph-5-0-22fb9971">
<path d="M -0.03125 -7.484375 C 0.0625 -7.109375 0.09375 -6.9375 0.09375 -6.6875 C 0.09375 -6.125 -0.3125 -5.609375 -0.875 -5.484375 C -0.1875 -4.84375 0.203125 -3.9375 0.203125 -3 C 0.203125 -1.515625 -0.578125 -0.59375 -1.90625 -0.59375 C -2.796875 -0.59375 -3.453125 -1.015625 -3.8125 -1.875 C -3.984375 -2.328125 -4.046875 -2.578125 -4.25 -4.234375 C -4.375 -5.15625 -4.578125 -5.453125 -5.0625 -5.453125 C -5.0625 -5.453125 -5.375 -5.453125 -5.375 -5.453125 C -6.078125 -5.453125 -6.46875 -4.859375 -6.46875 -3.8125 C -6.46875 -2.71875 -6.0625 -2.1875 -5.171875 -2.09375 C -5.171875 -2.09375 -5.171875 -0.90625 -5.171875 -0.90625 C -6.859375 -0.984375 -7.546875 -2.078125 -7.546875 -3.84375 C -7.546875 -5.65625 -6.84375 -6.609375 -5.546875 -6.609375 C -5.546875 -6.609375 -1.453125 -6.609375 -1.453125 -6.609375 C -1.09375 -6.609375 -0.875 -6.828125 -0.875 -7.234375 C -0.875 -7.3125 -0.875 -7.359375 -0.90625 -7.484375 C -0.90625 -7.484375 -0.03125 -7.484375 -0.03125 -7.484375 Z M -2.53125 -5.453125 C -2.53125 -5.453125 -3.625 -5.453125 -3.625 -5.453125 C -3.4375 -5.046875 -3.390625 -4.796875 -3.21875 -3.5625 C -3.03125 -2.328125 -2.703125 -1.8125 -1.9375 -1.8125 C -1.140625 -1.8125 -0.8125 -2.34375 -0.8125 -3.25 C -0.8125 -4.375 -1.484375 -5.453125 -2.53125 -5.453125 Z M -2.53125 -5.453125 "/>
</g>
<g id="glyph-6-0-22fb9971">
<path d="M -2.515625 -6.671875 C -0.84375 -6.53125 0.203125 -5.4375 0.203125 -3.6875 C 0.203125 -1.6875 -1.234375 -0.4375 -3.59375 -0.4375 C -6.03125 -0.4375 -7.546875 -1.71875 -7.546875 -3.703125 C -7.546875 -5.328125 -6.65625 -6.453125 -4.875 -6.59375 C -4.875 -6.59375 -4.875 -5.421875 -4.875 -5.421875 C -5.890625 -5.28125 -6.46875 -4.65625 -6.46875 -3.6875 C -6.46875 -2.40625 -5.4375 -1.65625 -3.59375 -1.65625 C -1.859375 -1.65625 -0.875 -2.421875 -0.875 -3.703125 C -0.875 -4.703125 -1.34375 -5.3125 -2.515625 -5.5 C -2.515625 -5.5 -2.515625 -6.671875 -2.515625 -6.671875 Z M -2.515625 -6.671875 "/>
</g>
<g id="glyph-7-0-22fb9971">
<path d="M -3.609375 -7.140625 C -1.203125 -7.140625 0.203125 -5.875 0.203125 -3.828125 C 0.203125 -1.734375 -1.203125 -0.5 -3.671875 -0.5 C -6.125 -0.5 -7.546875 -1.75 -7.546875 -3.8125 C -7.546875 -5.921875 -6.140625 -7.140625 -3.609375 -7.140625 Z M -3.625 -5.921875 C -5.453125 -5.921875 -6.46875 -5.140625 -6.46875 -3.828125 C -6.46875 -2.515625 -5.4375 -1.71875 -3.671875 -1.71875 C -1.890625 -1.71875 -0.875 -2.515625 -0.875 -3.828125 C -0.875 -5.109375 -1.90625 -5.921875 -3.625 -5.921875 Z M -3.625 -5.921875 "/>
</g>
<g id="glyph-8-0-22fb9971">
<path d="M 0 -6.8125 C 0 -6.8125 0 -5.65625 0 -5.65625 C 0 -5.65625 -5.078125 -5.65625 -5.078125 -5.65625 C -5.96875 -5.65625 -6.53125 -5.0625 -6.53125 -4.140625 C -6.53125 -2.953125 -5.546875 -2.140625 -4.046875 -2.140625 C -4.046875 -2.140625 0 -2.140625 0 -2.140625 C 0 -2.140625 0 -0.984375 0 -0.984375 C 0 -0.984375 -7.34375 -0.984375 -7.34375 -0.984375 C -7.34375 -0.984375 -7.34375 -2.0625 -7.34375 -2.0625 C -7.34375 -2.0625 -6.109375 -2.0625 -6.109375 -2.0625 C -7.125 -2.703125 -7.546875 -3.40625 -7.546875 -4.5 C -7.546875 -5.90625 -6.765625 -6.8125 -5.546875 -6.8125 C -5.546875 -6.8125 0 -6.8125 0 -6.8125 Z M 0 -6.8125 "/>
</g>
<g id="glyph-9-0-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-10-0-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-10-1-22fb9971">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-11-0-22fb9971">
<path d="M 4.765625 -2 C 4.765625 -2 0.625 -2 0.625 -2 C 0.625 -2 0.625 -2.625 0.625 -2.625 C 0.625 -2.625 4.765625 -2.625 4.765625 -2.625 C 4.765625 -2.625 4.765625 -2 4.765625 -2 Z M 4.765625 -2 "/>
</g>
<g id="glyph-11-1-22fb9971">
<path d="M 3.203125 0 C 3.203125 0 2.390625 0 2.390625 0 C 2.390625 0 2.390625 -4.65625 2.390625 -4.65625 C 2.390625 -4.65625 0.9375 -4.65625 0.9375 -4.65625 C 0.9375 -4.65625 0.9375 -5.25 0.9375 -5.25 C 2.203125 -5.40625 2.375 -5.546875 2.671875 -6.546875 C 2.671875 -6.546875 3.203125 -6.546875 3.203125 -6.546875 C 3.203125 -6.546875 3.203125 0 3.203125 0 Z M 3.203125 0 "/>
</g>
<g id="glyph-12-0-22fb9971">
<path d="M 4.734375 -2.171875 C 4.734375 -0.78125 3.8125 0.140625 2.5 0.140625 C 1.328125 0.140625 0.59375 -0.375 0.328125 -1.6875 C 0.328125 -1.6875 1.140625 -1.6875 1.140625 -1.6875 C 1.328125 -0.9375 1.765625 -0.578125 2.46875 -0.578125 C 3.359375 -0.578125 3.90625 -1.125 3.90625 -2.0625 C 3.90625 -3.03125 3.359375 -3.59375 2.46875 -3.59375 C 1.96875 -3.59375 1.65625 -3.4375 1.28125 -2.984375 C 1.28125 -2.984375 0.53125 -2.984375 0.53125 -2.984375 C 0.53125 -2.984375 1.015625 -6.40625 1.015625 -6.40625 C 1.015625 -6.40625 4.390625 -6.40625 4.390625 -6.40625 C 4.390625 -6.40625 4.390625 -5.609375 4.390625 -5.609375 C 4.390625 -5.609375 1.671875 -5.609375 1.671875 -5.609375 C 1.671875 -5.609375 1.40625 -3.921875 1.40625 -3.921875 C 1.796875 -4.1875 2.15625 -4.3125 2.625 -4.3125 C 3.875 -4.3125 4.734375 -3.46875 4.734375 -2.171875 Z M 4.734375 -2.171875 "/>
</g>
<g id="glyph-12-1-22fb9971">
<path d="M 4.6875 -3.15625 C 4.6875 -1 3.921875 0.140625 2.546875 0.140625 C 1.140625 0.140625 0.390625 -1 0.390625 -3.203125 C 0.390625 -5.40625 1.125 -6.546875 2.546875 -6.546875 C 3.96875 -6.546875 4.6875 -5.421875 4.6875 -3.15625 Z M 3.84375 -3.21875 C 3.84375 -4.984375 3.421875 -5.828125 2.546875 -5.828125 C 1.65625 -5.828125 1.234375 -4.984375 1.234375 -3.1875 C 1.234375 -1.40625 1.65625 -0.53125 2.515625 -0.53125 C 3.421875 -0.53125 3.84375 -1.359375 3.84375 -3.21875 Z M 3.84375 -3.21875 "/>
</g>
<g id="glyph-12-2-22fb9971">
<path d="M 4.765625 -2 C 4.765625 -2 0.625 -2 0.625 -2 C 0.625 -2 0.625 -2.625 0.625 -2.625 C 0.625 -2.625 4.765625 -2.625 4.765625 -2.625 C 4.765625 -2.625 4.765625 -2 4.765625 -2 Z M 4.765625 -2 "/>
</g>
<g id="glyph-13-0-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-14-0-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-15-0-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-16-0-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-17-0-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-18-0-22fb9971">
<path d="M 4.6875 -3.15625 C 4.6875 -1 3.921875 0.140625 2.546875 0.140625 C 1.140625 0.140625 0.390625 -1 0.390625 -3.203125 C 0.390625 -5.40625 1.125 -6.546875 2.546875 -6.546875 C 3.96875 -6.546875 4.6875 -5.421875 4.6875 -3.15625 Z M 3.84375 -3.21875 C 3.84375 -4.984375 3.421875 -5.828125 2.546875 -5.828125 C 1.65625 -5.828125 1.234375 -4.984375 1.234375 -3.1875 C 1.234375 -1.40625 1.65625 -0.53125 2.515625 -0.53125 C 3.421875 -0.53125 3.84375 -1.359375 3.84375 -3.21875 Z M 3.84375 -3.21875 "/>
</g>
<g id="glyph-19-0-22fb9971">
<path d="M 8.859375 -7.046875 C 8.859375 -4.96875 7.65625 -3.640625 5.78125 -3.640625 C 5.78125 -3.640625 3.15625 -3.640625 3.15625 -3.640625 C 3.15625 -3.640625 3.15625 0 3.15625 0 C 3.15625 0 1.0625 0 1.0625 0 C 1.0625 0 1.0625 -10.203125 1.0625 -10.203125 C 1.0625 -10.203125 5.578125 -10.203125 5.578125 -10.203125 C 7.703125 -10.203125 8.859375 -9.09375 8.859375 -7.046875 Z M 6.765625 -6.921875 C 6.765625 -7.96875 6.25 -8.453125 5.125 -8.453125 C 5.125 -8.453125 3.15625 -8.453125 3.15625 -8.453125 C 3.15625 -8.453125 3.15625 -5.390625 3.15625 -5.390625 C 3.15625 -5.390625 5.125 -5.390625 5.125 -5.390625 C 6.25 -5.390625 6.765625 -5.875 6.765625 -6.921875 Z M 6.765625 -6.921875 "/>
</g>
<g id="glyph-19-1-22fb9971">
<path d="M 7.640625 0 C 7.640625 0 5.6875 0 5.6875 0 C 5.6875 0 5.6875 -4.65625 5.6875 -4.65625 C 5.6875 -5.5625 5.265625 -6.015625 4.421875 -6.015625 C 3.46875 -6.015625 2.84375 -5.4375 2.84375 -4.53125 C 2.84375 -4.53125 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.46875 2.84375 -6.46875 C 3.40625 -7.3125 4.09375 -7.6875 5.109375 -7.6875 C 6.71875 -7.6875 7.640625 -6.734375 7.640625 -5.0625 C 7.640625 -5.0625 7.640625 0 7.640625 0 Z M 7.640625 0 "/>
</g>
<g id="glyph-20-0-22fb9971">
<path d="M 8.109375 0 C 8.109375 0 1.125 0 1.125 0 C 1.125 0 1.125 -10.203125 1.125 -10.203125 C 1.125 -10.203125 3.21875 -10.203125 3.21875 -10.203125 C 3.21875 -10.203125 3.21875 -1.75 3.21875 -1.75 C 3.21875 -1.75 8.109375 -1.75 8.109375 -1.75 C 8.109375 -1.75 8.109375 0 8.109375 0 Z M 8.109375 0 "/>
</g>
<g id="glyph-20-1-22fb9971">
<path d="M 7.3125 -2.625 C 7.125 -1.015625 5.859375 0.125 4.015625 0.125 C 1.78125 0.125 0.46875 -1.234375 0.46875 -3.71875 C 0.46875 -6.296875 1.796875 -7.6875 4.046875 -7.6875 C 5.9375 -7.6875 7.171875 -6.578125 7.3125 -4.734375 C 7.3125 -4.734375 5.4375 -4.734375 5.4375 -4.734375 C 5.203125 -5.71875 4.828125 -6.109375 4.03125 -6.109375 C 2.796875 -6.109375 2.4375 -5.109375 2.4375 -3.71875 C 2.4375 -2.25 3.03125 -1.453125 4.03125 -1.453125 C 4.78125 -1.453125 5.1875 -1.828125 5.4375 -2.625 C 5.4375 -2.625 7.3125 -2.625 7.3125 -2.625 Z M 7.3125 -2.625 "/>
</g>
<g id="glyph-21-0-22fb9971">
<path d="M 8.109375 0 C 8.109375 0 1.125 0 1.125 0 C 1.125 0 1.125 -10.203125 1.125 -10.203125 C 1.125 -10.203125 3.21875 -10.203125 3.21875 -10.203125 C 3.21875 -10.203125 3.21875 -1.75 3.21875 -1.75 C 3.21875 -1.75 8.109375 -1.75 8.109375 -1.75 C 8.109375 -1.75 8.109375 0 8.109375 0 Z M 8.109375 0 "/>
</g>
<g id="glyph-21-1-22fb9971">
</g>
<g id="glyph-21-2-22fb9971">
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
</g>
<g id="glyph-21-3-22fb9971">
<path d="M 7.578125 0 C 7.578125 0 5.609375 0 5.609375 0 C 5.609375 0 5.609375 -1 5.609375 -1 C 5.046875 -0.25 4.375 0.125 3.34375 0.125 C 1.734375 0.125 0.8125 -0.828125 0.8125 -2.484375 C 0.8125 -2.484375 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -2.890625 2.765625 -2.890625 C 2.765625 -1.984375 3.1875 -1.546875 4.03125 -1.546875 C 4.984375 -1.546875 5.609375 -2.125 5.609375 -3.03125 C 5.609375 -3.03125 5.609375 -7.5625 5.609375 -7.5625 C 5.609375 -7.5625 7.578125 -7.5625 7.578125 -7.5625 C 7.578125 -7.5625 7.578125 0 7.578125 0 Z M 7.578125 0 "/>
</g>
<g id="glyph-21-4-22fb9971">
<path d="M 4.21875 0 C 3.859375 0.015625 3.515625 0.0625 3.078125 0.0625 C 1.796875 0.0625 1.15625 -0.4375 1.15625 -1.625 C 1.15625 -1.625 1.15625 -6.109375 1.15625 -6.109375 C 1.15625 -6.109375 0.203125 -6.109375 0.203125 -6.109375 C 0.203125 -6.109375 0.203125 -7.40625 0.203125 -7.40625 C 0.203125 -7.40625 1.15625 -7.40625 1.15625 -7.40625 C 1.15625 -7.40625 1.15625 -9.4375 1.15625 -9.4375 C 1.15625 -9.4375 3.125 -9.4375 3.125 -9.4375 C 3.125 -9.4375 3.125 -7.40625 3.125 -7.40625 C 3.125 -7.40625 4.21875 -7.40625 4.21875 -7.40625 C 4.21875 -7.40625 4.21875 -6.109375 4.21875 -6.109375 C 4.21875 -6.109375 3.125 -6.109375 3.125 -6.109375 C 3.125 -6.109375 3.125 -2.15625 3.125 -2.15625 C 3.125 -1.484375 3.25 -1.328125 3.765625 -1.328125 C 3.90625 -1.328125 4.015625 -1.34375 4.21875 -1.375 C 4.21875 -1.375 4.21875 0 4.21875 0 Z M 4.21875 0 "/>
</g>
<g id="glyph-21-5-22fb9971">
<path d="M 7.34375 0 C 7.34375 0 5.203125 0 5.203125 0 C 5.03125 -0.21875 4.984375 -0.5625 4.984375 -0.953125 C 4.296875 -0.234375 3.53125 0.125 2.6875 0.125 C 1.421875 0.125 0.390625 -0.578125 0.390625 -2.046875 C 0.390625 -3.421875 1.125 -4.0625 2.625 -4.328125 C 2.625 -4.328125 3.40625 -4.46875 3.40625 -4.46875 C 4.375 -4.640625 4.96875 -4.546875 4.96875 -5.34375 C 4.96875 -5.859375 4.59375 -6.109375 3.84375 -6.109375 C 2.875 -6.109375 2.546875 -5.859375 2.453125 -5.0625 C 2.453125 -5.0625 0.5625 -5.0625 0.5625 -5.0625 C 0.6875 -6.8125 1.75 -7.6875 3.796875 -7.6875 C 5.84375 -7.6875 6.890625 -6.90625 6.890625 -5.359375 C 6.890625 -5.359375 6.890625 -1.15625 6.890625 -1.15625 C 6.890625 -0.765625 6.984375 -0.5625 7.34375 -0.234375 C 7.34375 -0.234375 7.34375 0 7.34375 0 Z M 4.96875 -3.234375 C 4.96875 -3.234375 4.96875 -3.5625 4.96875 -3.5625 C 4.75 -3.453125 4.65625 -3.4375 4.140625 -3.328125 C 4.140625 -3.328125 3.46875 -3.203125 3.46875 -3.203125 C 2.65625 -3.046875 2.359375 -2.84375 2.359375 -2.265625 C 2.359375 -1.703125 2.765625 -1.453125 3.421875 -1.453125 C 4.40625 -1.453125 4.96875 -2.09375 4.96875 -3.234375 Z M 4.96875 -3.234375 "/>
</g>
<g id="glyph-21-6-22fb9971">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-21-7-22fb9971">
<path d="M 7.265625 -3.421875 C 7.265625 -1.265625 5.921875 0.125 3.953125 0.125 C 2.765625 0.125 1.734375 -0.328125 1.15625 -1.25 C 0.65625 -2.046875 0.453125 -3.015625 0.453125 -4.71875 C 0.453125 -8.28125 1.71875 -10.140625 4.109375 -10.140625 C 5.734375 -10.140625 6.84375 -9.3125 7.09375 -7.671875 C 7.09375 -7.671875 5.28125 -7.671875 5.28125 -7.671875 C 5.03125 -8.296875 4.6875 -8.546875 4.0625 -8.546875 C 2.84375 -8.546875 2.484375 -7.65625 2.40625 -5.65625 C 3.03125 -6.296875 3.5625 -6.53125 4.375 -6.53125 C 6.09375 -6.53125 7.265625 -5.3125 7.265625 -3.421875 Z M 5.40625 -3.296875 C 5.40625 -4.375 4.8125 -5 3.90625 -5 C 3 -5 2.375 -4.34375 2.375 -3.25 C 2.375 -2.203125 3 -1.546875 3.890625 -1.546875 C 4.765625 -1.546875 5.40625 -2.21875 5.40625 -3.296875 Z M 5.40625 -3.296875 "/>
</g>
<g id="glyph-21-8-22fb9971">
<path d="M 10.4375 -0.53125 C 10.4375 -0.53125 9.359375 0.609375 9.359375 0.609375 C 9.359375 0.609375 8.15625 -0.53125 8.15625 -0.53125 C 7.34375 -0.046875 6.5625 0.171875 5.515625 0.171875 C 2.546875 0.171875 0.609375 -2.046875 0.609375 -5.109375 C 0.609375 -8.171875 2.53125 -10.375 5.515625 -10.375 C 8.5 -10.375 10.4375 -8.140625 10.4375 -5.140625 C 10.4375 -3.765625 10 -2.4375 9.3125 -1.59375 C 9.3125 -1.59375 10.4375 -0.53125 10.4375 -0.53125 Z M 8.328125 -5.09375 C 8.328125 -7.1875 7.21875 -8.578125 5.515625 -8.578125 C 3.828125 -8.578125 2.703125 -7.25 2.703125 -5.109375 C 2.703125 -2.96875 3.828125 -1.625 5.5 -1.625 C 5.953125 -1.625 6.40625 -1.71875 6.734375 -1.890625 C 6.734375 -1.890625 5.65625 -2.90625 5.65625 -2.90625 C 5.65625 -2.90625 6.71875 -4.046875 6.71875 -4.046875 C 6.71875 -4.046875 7.875 -2.953125 7.875 -2.953125 C 8.171875 -3.5625 8.328125 -4.25 8.328125 -5.09375 Z M 8.328125 -5.09375 "/>
</g>
<g id="glyph-21-9-22fb9971">
<path d="M 9.84375 0 C 9.84375 0 7.6875 0 7.6875 0 C 7.6875 0 7.015625 -2.0625 7.015625 -2.0625 C 7.015625 -2.0625 3.1875 -2.0625 3.1875 -2.0625 C 3.1875 -2.0625 2.5 0 2.5 0 C 2.5 0 0.359375 0 0.359375 0 C 0.359375 0 3.984375 -10.203125 3.984375 -10.203125 C 3.984375 -10.203125 6.3125 -10.203125 6.3125 -10.203125 C 6.3125 -10.203125 9.84375 0 9.84375 0 Z M 6.4375 -3.8125 C 6.4375 -3.8125 5.109375 -7.796875 5.109375 -7.796875 C 5.109375 -7.796875 3.78125 -3.8125 3.78125 -3.8125 C 3.78125 -3.8125 6.4375 -3.8125 6.4375 -3.8125 Z M 6.4375 -3.8125 "/>
</g>
<g id="glyph-21-10-22fb9971">
<path d="M 7.234375 -4.9375 C 7.234375 -1.015625 5.84375 0.125 3.828125 0.125 C 0.953125 0.125 0.40625 -2.21875 0.40625 -5 C 0.40625 -7.859375 0.984375 -10.140625 3.828125 -10.140625 C 6.734375 -10.140625 7.234375 -7.75 7.234375 -4.9375 Z M 5.28125 -4.984375 C 5.28125 -8.0625 4.78125 -8.546875 3.828125 -8.546875 C 2.765625 -8.546875 2.359375 -7.890625 2.359375 -5.015625 C 2.359375 -2.0625 2.828125 -1.546875 3.828125 -1.546875 C 4.875 -1.546875 5.28125 -2.203125 5.28125 -4.984375 Z M 5.28125 -4.984375 "/>
</g>
<g id="glyph-21-11-22fb9971">
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
</g>
<g id="glyph-22-0-22fb9971">
<path d="M 9.53125 -5.109375 C 9.53125 -3.53125 9.09375 -2.140625 8.28125 -1.1875 C 7.59375 -0.359375 6.625 0 5.0625 0 C 5.0625 0 1.078125 0 1.078125 0 C 1.078125 0 1.078125 -10.203125 1.078125 -10.203125 C 1.078125 -10.203125 5.0625 -10.203125 5.0625 -10.203125 C 6.640625 -10.203125 7.609375 -9.859375 8.28125 -9.03125 C 9.09375 -8.0625 9.53125 -6.671875 9.53125 -5.109375 Z M 7.4375 -5.09375 C 7.4375 -7.34375 6.65625 -8.453125 5.0625 -8.453125 C 5.0625 -8.453125 3.171875 -8.453125 3.171875 -8.453125 C 3.171875 -8.453125 3.171875 -1.75 3.171875 -1.75 C 3.171875 -1.75 5.0625 -1.75 5.0625 -1.75 C 6.65625 -1.75 7.4375 -2.859375 7.4375 -5.09375 Z M 7.4375 -5.09375 "/>
</g>
<g id="glyph-22-1-22fb9971">
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
</g>
<g id="glyph-22-2-22fb9971">
<path d="M 4.375 -6.109375 C 4.375 -6.109375 3.21875 -6.109375 3.21875 -6.109375 C 3.21875 -6.109375 3.21875 0 3.21875 0 C 3.21875 0 1.265625 0 1.265625 0 C 1.265625 0 1.265625 -6.109375 1.265625 -6.109375 C 1.265625 -6.109375 0.203125 -6.109375 0.203125 -6.109375 C 0.203125 -6.109375 0.203125 -7.40625 0.203125 -7.40625 C 0.203125 -7.40625 1.265625 -7.40625 1.265625 -7.40625 C 1.265625 -7.40625 1.265625 -8.3125 1.265625 -8.3125 C 1.265625 -9.59375 1.890625 -10.203125 3.1875 -10.203125 C 3.453125 -10.203125 3.953125 -10.1875 4.3125 -10.15625 C 4.3125 -10.15625 4.3125 -8.6875 4.3125 -8.6875 C 4.140625 -8.71875 3.921875 -8.734375 3.75 -8.734375 C 3.390625 -8.734375 3.21875 -8.546875 3.21875 -8.140625 C 3.21875 -8.140625 3.21875 -7.40625 3.21875 -7.40625 C 3.21875 -7.40625 4.375 -7.40625 4.375 -7.40625 C 4.375 -7.40625 4.375 -6.109375 4.375 -6.109375 Z M 4.375 -6.109375 "/>
</g>
<g id="glyph-22-3-22fb9971">
</g>
<g id="glyph-22-4-22fb9971">
<path d="M 5.296875 0 C 5.296875 0 3.328125 0 3.328125 0 C 3.328125 0 3.328125 -6.84375 3.328125 -6.84375 C 3.328125 -6.84375 0.953125 -6.84375 0.953125 -6.84375 C 0.953125 -6.84375 0.953125 -8.140625 0.953125 -8.140625 C 2.65625 -8.140625 3.6875 -8.75 3.984375 -9.921875 C 3.984375 -9.921875 5.296875 -9.921875 5.296875 -9.921875 C 5.296875 -9.921875 5.296875 0 5.296875 0 Z M 5.296875 0 "/>
</g>
<g id="glyph-22-5-22fb9971">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-22-6-22fb9971">
<path d="M 7.578125 0 C 7.578125 0 5.609375 0 5.609375 0 C 5.609375 0 5.609375 -1 5.609375 -1 C 5.046875 -0.25 4.375 0.125 3.34375 0.125 C 1.734375 0.125 0.8125 -0.828125 0.8125 -2.484375 C 0.8125 -2.484375 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -2.890625 2.765625 -2.890625 C 2.765625 -1.984375 3.1875 -1.546875 4.03125 -1.546875 C 4.984375 -1.546875 5.609375 -2.125 5.609375 -3.03125 C 5.609375 -3.03125 5.609375 -7.5625 5.609375 -7.5625 C 5.609375 -7.5625 7.578125 -7.5625 7.578125 -7.5625 C 7.578125 -7.5625 7.578125 0 7.578125 0 Z M 7.578125 0 "/>
</g>
<g id="glyph-22-7-22fb9971">
<path d="M 2.890625 0 C 2.890625 0 0.9375 0 0.9375 0 C 0.9375 0 0.9375 -10.203125 0.9375 -10.203125 C 0.9375 -10.203125 2.890625 -10.203125 2.890625 -10.203125 C 2.890625 -10.203125 2.890625 0 2.890625 0 Z M 2.890625 0 "/>
</g>
<g id="glyph-23-0-22fb9971">
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
</g>
<g id="glyph-23-1-22fb9971">
<path d="M 2.890625 0 C 2.890625 0 0.9375 0 0.9375 0 C 0.9375 0 0.9375 -7.5625 0.9375 -7.5625 C 0.9375 -7.5625 2.890625 -7.5625 2.890625 -7.5625 C 2.890625 -7.5625 2.890625 0 2.890625 0 Z M 2.921875 -8.46875 C 2.921875 -8.46875 0.96875 -8.46875 0.96875 -8.46875 C 0.96875 -8.46875 0.96875 -10.4375 0.96875 -10.4375 C 0.96875 -10.4375 2.921875 -10.4375 2.921875 -10.4375 C 2.921875 -10.4375 2.921875 -8.46875 2.921875 -8.46875 Z M 2.921875 -8.46875 "/>
</g>
<g id="glyph-23-2-22fb9971">
<path d="M 7.578125 0 C 7.578125 0 5.609375 0 5.609375 0 C 5.609375 0 5.609375 -4.625 5.609375 -4.625 C 5.609375 -5.640625 5.109375 -6.015625 4.40625 -6.015625 C 3.53125 -6.015625 2.890625 -5.40625 2.890625 -4.53125 C 2.890625 -4.53125 2.890625 0 2.890625 0 C 2.890625 0 0.9375 0 0.9375 0 C 0.9375 0 0.9375 -10.203125 0.9375 -10.203125 C 0.9375 -10.203125 2.890625 -10.203125 2.890625 -10.203125 C 2.890625 -10.203125 2.890625 -6.46875 2.890625 -6.46875 C 3.4375 -7.296875 4.140625 -7.6875 5.109375 -7.6875 C 6.53125 -7.6875 7.578125 -6.828125 7.578125 -5.0625 C 7.578125 -5.0625 7.578125 0 7.578125 0 Z M 7.578125 0 "/>
</g>
<g id="glyph-23-3-22fb9971">
<path d="M 9.59375 -3.484375 C 9.46875 -1.140625 7.765625 0.171875 5.234375 0.171875 C 2.390625 0.171875 0.609375 -1.8125 0.609375 -5.09375 C 0.609375 -8.40625 2.40625 -10.375 5.296875 -10.375 C 7.59375 -10.375 9.359375 -9.09375 9.546875 -6.75 C 9.546875 -6.75 7.546875 -6.75 7.546875 -6.75 C 7.234375 -8.0625 6.5 -8.578125 5.359375 -8.578125 C 3.703125 -8.578125 2.71875 -7.328125 2.71875 -5.0625 C 2.71875 -2.84375 3.671875 -1.59375 5.296875 -1.59375 C 6.59375 -1.59375 7.421875 -2.1875 7.546875 -3.484375 C 7.546875 -3.484375 9.59375 -3.484375 9.59375 -3.484375 Z M 9.59375 -3.484375 "/>
</g>
<g id="glyph-23-4-22fb9971">
</g>
<g id="glyph-23-5-22fb9971">
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
</g>
<g id="glyph-23-6-22fb9971">
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
</g>
<g id="glyph-24-0-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-24-1-22fb9971">
<path d="M 7.125 -5.1875 C 7.125 -1.765625 5.875 0.203125 3.5625 0.203125 C 2.046875 0.203125 0.984375 -0.75 0.734375 -2.375 C 0.734375 -2.375 1.96875 -2.375 1.96875 -2.375 C 2.171875 -1.421875 2.765625 -0.875 3.640625 -0.875 C 5.046875 -0.875 5.84375 -2.21875 5.859375 -4.640625 C 5.203125 -3.875 4.515625 -3.546875 3.578125 -3.546875 C 1.796875 -3.546875 0.53125 -4.78125 0.53125 -6.640625 C 0.53125 -8.578125 1.890625 -9.921875 3.78125 -9.921875 C 6.046875 -9.921875 7.125 -8.296875 7.125 -5.1875 Z M 5.78125 -6.65625 C 5.78125 -7.953125 4.90625 -8.84375 3.765625 -8.84375 C 2.625 -8.84375 1.796875 -8 1.796875 -6.734375 C 1.796875 -5.40625 2.53125 -4.640625 3.71875 -4.640625 C 4.921875 -4.640625 5.78125 -5.453125 5.78125 -6.65625 Z M 5.78125 -6.65625 "/>
</g>
<g id="glyph-24-2-22fb9971">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-25-0-22fb9971">
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
</g>
<g id="glyph-26-0-22fb9971">
<path d="M 7.125 -5.1875 C 7.125 -1.765625 5.875 0.203125 3.5625 0.203125 C 2.046875 0.203125 0.984375 -0.75 0.734375 -2.375 C 0.734375 -2.375 1.96875 -2.375 1.96875 -2.375 C 2.171875 -1.421875 2.765625 -0.875 3.640625 -0.875 C 5.046875 -0.875 5.84375 -2.21875 5.859375 -4.640625 C 5.203125 -3.875 4.515625 -3.546875 3.578125 -3.546875 C 1.796875 -3.546875 0.53125 -4.78125 0.53125 -6.640625 C 0.53125 -8.578125 1.890625 -9.921875 3.78125 -9.921875 C 6.046875 -9.921875 7.125 -8.296875 7.125 -5.1875 Z M 5.78125 -6.65625 C 5.78125 -7.953125 4.90625 -8.84375 3.765625 -8.84375 C 2.625 -8.84375 1.796875 -8 1.796875 -6.734375 C 1.796875 -5.40625 2.53125 -4.640625 3.71875 -4.640625 C 4.921875 -4.640625 5.78125 -5.453125 5.78125 -6.65625 Z M 5.78125 -6.65625 "/>
</g>
<g id="glyph-27-0-22fb9971">
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
</g>
<g id="glyph-28-0-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-29-0-22fb9971">
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
</g>
<g id="glyph-29-1-22fb9971">
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
</g>
<g id="glyph-29-2-22fb9971">
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
</g>
<g id="glyph-30-0-22fb9971">
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
</g>
<g id="glyph-31-0-22fb9971">
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
</g>
<g id="glyph-31-1-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-32-0-22fb9971">
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
</g>
<g id="glyph-32-1-22fb9971">
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
</g>
<g id="glyph-32-2-22fb9971">
<path d="M 3.96875 -3.359375 C 3.96875 -3.359375 0.640625 -3.359375 0.640625 -3.359375 C 0.640625 -3.359375 0.640625 -4.375 0.640625 -4.375 C 0.640625 -4.375 3.96875 -4.375 3.96875 -4.375 C 3.96875 -4.375 3.96875 -3.359375 3.96875 -3.359375 Z M 3.96875 -3.359375 "/>
</g>
<g id="glyph-32-3-22fb9971">
<path d="M 8.71875 -2.90625 C 8.71875 -1.234375 7.546875 0 5.71875 0 C 5.71875 0 1.109375 0 1.109375 0 C 1.109375 0 1.109375 -10.203125 1.109375 -10.203125 C 1.109375 -10.203125 5.25 -10.203125 5.25 -10.203125 C 7.1875 -10.203125 8.28125 -9.09375 8.28125 -7.609375 C 8.28125 -6.578125 7.78125 -5.828125 6.859375 -5.390625 C 8.15625 -4.890625 8.71875 -4.140625 8.71875 -2.90625 Z M 6.96875 -7.4375 C 6.96875 -8.46875 6.375 -9.0625 4.921875 -9.0625 C 4.921875 -9.0625 2.40625 -9.0625 2.40625 -9.0625 C 2.40625 -9.0625 2.40625 -5.8125 2.40625 -5.8125 C 2.40625 -5.8125 4.921875 -5.8125 4.921875 -5.8125 C 6.375 -5.8125 6.96875 -6.390625 6.96875 -7.4375 Z M 7.421875 -2.890625 C 7.421875 -3.890625 6.8125 -4.65625 5.59375 -4.65625 C 5.59375 -4.65625 2.40625 -4.65625 2.40625 -4.65625 C 2.40625 -4.65625 2.40625 -1.140625 2.40625 -1.140625 C 2.40625 -1.140625 5.59375 -1.140625 5.59375 -1.140625 C 6.8125 -1.140625 7.421875 -1.921875 7.421875 -2.890625 Z M 7.421875 -2.890625 "/>
</g>
<g id="glyph-32-4-22fb9971">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
<g id="glyph-32-5-22fb9971">
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
</g>
<g id="glyph-32-6-22fb9971">
<path d="M 4.5 -6.3125 C 2.6875 -6.28125 2.140625 -5.453125 2.140625 -3.8125 C 2.140625 -3.8125 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.046875 -7.34375 2.046875 -7.34375 C 2.046875 -7.34375 2.046875 -6 2.046875 -6 C 2.71875 -7.09375 3.296875 -7.546875 4.046875 -7.546875 C 4.203125 -7.546875 4.296875 -7.53125 4.5 -7.5 C 4.5 -7.5 4.5 -6.3125 4.5 -6.3125 Z M 4.5 -6.3125 "/>
</g>
<g id="glyph-33-0-22fb9971">
<path d="M 7.125 -5.1875 C 7.125 -1.765625 5.875 0.203125 3.5625 0.203125 C 2.046875 0.203125 0.984375 -0.75 0.734375 -2.375 C 0.734375 -2.375 1.96875 -2.375 1.96875 -2.375 C 2.171875 -1.421875 2.765625 -0.875 3.640625 -0.875 C 5.046875 -0.875 5.84375 -2.21875 5.859375 -4.640625 C 5.203125 -3.875 4.515625 -3.546875 3.578125 -3.546875 C 1.796875 -3.546875 0.53125 -4.78125 0.53125 -6.640625 C 0.53125 -8.578125 1.890625 -9.921875 3.78125 -9.921875 C 6.046875 -9.921875 7.125 -8.296875 7.125 -5.1875 Z M 5.78125 -6.65625 C 5.78125 -7.953125 4.90625 -8.84375 3.765625 -8.84375 C 2.625 -8.84375 1.796875 -8 1.796875 -6.734375 C 1.796875 -5.40625 2.53125 -4.640625 3.71875 -4.640625 C 4.921875 -4.640625 5.78125 -5.453125 5.78125 -6.65625 Z M 5.78125 -6.65625 "/>
</g>
<g id="glyph-34-0-22fb9971">
</g>
<g id="glyph-34-1-22fb9971">
<path d="M 8.640625 -7.203125 C 8.640625 -5.515625 7.46875 -4.328125 5.78125 -4.328125 C 5.78125 -4.328125 2.578125 -4.328125 2.578125 -4.328125 C 2.578125 -4.328125 2.578125 0 2.578125 0 C 2.578125 0 1.28125 0 1.28125 0 C 1.28125 0 1.28125 -10.203125 1.28125 -10.203125 C 1.28125 -10.203125 5.484375 -10.203125 5.484375 -10.203125 C 7.5 -10.203125 8.640625 -9.125 8.640625 -7.203125 Z M 7.28125 -7.265625 C 7.28125 -8.390625 6.53125 -9.0625 5.296875 -9.0625 C 5.296875 -9.0625 2.578125 -9.0625 2.578125 -9.0625 C 2.578125 -9.0625 2.578125 -5.46875 2.578125 -5.46875 C 2.578125 -5.46875 5.296875 -5.46875 5.296875 -5.46875 C 6.53125 -5.46875 7.28125 -6.140625 7.28125 -7.265625 Z M 7.28125 -7.265625 "/>
</g>
<g id="glyph-34-2-22fb9971">
<path d="M 8.6875 -2.796875 C 8.6875 -0.984375 7.296875 0.25 4.703125 0.25 C 2.296875 0.25 0.671875 -0.90625 0.671875 -3.3125 C 0.671875 -3.3125 1.90625 -3.3125 1.90625 -3.3125 C 1.90625 -1.859375 2.859375 -0.890625 4.78125 -0.890625 C 6.546875 -0.890625 7.390625 -1.546875 7.390625 -2.671875 C 7.390625 -3.46875 6.796875 -3.984375 5.515625 -4.328125 C 5.515625 -4.328125 2.984375 -5 2.984375 -5 C 1.640625 -5.34375 0.984375 -6.125 0.984375 -7.375 C 0.984375 -9.21875 2.359375 -10.453125 4.609375 -10.453125 C 6.953125 -10.453125 8.34375 -9.296875 8.34375 -7.296875 C 8.34375 -7.296875 7.109375 -7.296875 7.109375 -7.296875 C 7.109375 -8.625 6.1875 -9.359375 4.5625 -9.359375 C 3.1875 -9.359375 2.28125 -8.59375 2.28125 -7.5625 C 2.28125 -6.78125 2.734375 -6.375 3.96875 -6.046875 C 3.96875 -6.046875 6.53125 -5.359375 6.53125 -5.359375 C 7.90625 -4.984375 8.6875 -4.0625 8.6875 -2.796875 Z M 8.6875 -2.796875 "/>
</g>
<g id="glyph-35-0-22fb9971">
<path d="M 6.9375 0 C 6.9375 0 5.890625 0 5.890625 0 C 5.890625 0 5.890625 -1.078125 5.890625 -1.078125 C 5.265625 -0.171875 4.5625 0.203125 3.5625 0.203125 C 1.578125 0.203125 0.359375 -1.265625 0.359375 -3.734375 C 0.359375 -6.078125 1.609375 -7.546875 3.515625 -7.546875 C 4.5 -7.546875 5.28125 -7.15625 5.765625 -6.40625 C 5.765625 -6.40625 5.765625 -10.203125 5.765625 -10.203125 C 5.765625 -10.203125 6.9375 -10.203125 6.9375 -10.203125 C 6.9375 -10.203125 6.9375 0 6.9375 0 Z M 5.765625 -3.640625 C 5.765625 -5.328125 4.96875 -6.453125 3.703125 -6.453125 C 2.4375 -6.453125 1.578125 -5.375 1.578125 -3.671875 C 1.578125 -1.953125 2.4375 -0.875 3.71875 -0.875 C 4.953125 -0.875 5.765625 -1.953125 5.765625 -3.640625 Z M 5.765625 -3.640625 "/>
</g>
<g id="glyph-36-0-22fb9971">
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
</g>
<g id="glyph-37-0-22fb9971">
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
</g>
<g id="glyph-37-1-22fb9971">
<path d="M 6.9375 0 C 6.9375 0 5.890625 0 5.890625 0 C 5.890625 0 5.890625 -1.078125 5.890625 -1.078125 C 5.265625 -0.171875 4.5625 0.203125 3.5625 0.203125 C 1.578125 0.203125 0.359375 -1.265625 0.359375 -3.734375 C 0.359375 -6.078125 1.609375 -7.546875 3.515625 -7.546875 C 4.5 -7.546875 5.28125 -7.15625 5.765625 -6.40625 C 5.765625 -6.40625 5.765625 -10.203125 5.765625 -10.203125 C 5.765625 -10.203125 6.9375 -10.203125 6.9375 -10.203125 C 6.9375 -10.203125 6.9375 0 6.9375 0 Z M 5.765625 -3.640625 C 5.765625 -5.328125 4.96875 -6.453125 3.703125 -6.453125 C 2.4375 -6.453125 1.578125 -5.375 1.578125 -3.671875 C 1.578125 -1.953125 2.4375 -0.875 3.71875 -0.875 C 4.953125 -0.875 5.765625 -1.953125 5.765625 -3.640625 Z M 5.765625 -3.640625 "/>
</g>
<g id="glyph-37-2-22fb9971">
</g>
<g id="glyph-38-0-22fb9971">
<path d="M 2.109375 0 C 2.109375 0 0.953125 0 0.953125 0 C 0.953125 0 0.953125 -10.203125 0.953125 -10.203125 C 0.953125 -10.203125 2.109375 -10.203125 2.109375 -10.203125 C 2.109375 -10.203125 2.109375 0 2.109375 0 Z M 2.109375 0 "/>
</g>
<g id="glyph-38-1-22fb9971">
<path d="M 3.609375 -6.390625 C 3.609375 -6.390625 2.390625 -6.390625 2.390625 -6.390625 C 2.390625 -6.390625 2.390625 0 2.390625 0 C 2.390625 0 1.234375 0 1.234375 0 C 1.234375 0 1.234375 -6.390625 1.234375 -6.390625 C 1.234375 -6.390625 0.25 -6.390625 0.25 -6.390625 C 0.25 -6.390625 0.25 -7.34375 0.25 -7.34375 C 0.25 -7.34375 1.234375 -7.34375 1.234375 -7.34375 C 1.234375 -7.34375 1.234375 -8.578125 1.234375 -8.578125 C 1.234375 -9.625 1.875 -10.25 2.953125 -10.25 C 3.1875 -10.25 3.34375 -10.234375 3.609375 -10.171875 C 3.609375 -10.171875 3.609375 -9.21875 3.609375 -9.21875 C 3.34375 -9.21875 3.296875 -9.21875 3.203125 -9.21875 C 2.671875 -9.21875 2.390625 -8.96875 2.390625 -8.484375 C 2.390625 -8.484375 2.390625 -7.34375 2.390625 -7.34375 C 2.390625 -7.34375 3.609375 -7.34375 3.609375 -7.34375 C 3.609375 -7.34375 3.609375 -6.390625 3.609375 -6.390625 Z M 3.609375 -6.390625 "/>
</g>
<g id="glyph-38-2-22fb9971">
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
</g>
<g id="glyph-38-3-22fb9971">
</g>
<g id="glyph-38-4-22fb9971">
<path d="M 6.75 0 C 6.75 0 5.703125 0 5.703125 0 C 5.703125 0 5.703125 -1.140625 5.703125 -1.140625 C 5.015625 -0.171875 4.328125 0.203125 3.25 0.203125 C 1.8125 0.203125 0.90625 -0.578125 0.90625 -1.796875 C 0.90625 -1.796875 0.90625 -7.34375 0.90625 -7.34375 C 0.90625 -7.34375 2.078125 -7.34375 2.078125 -7.34375 C 2.078125 -7.34375 2.078125 -2.25 2.078125 -2.25 C 2.078125 -1.375 2.65625 -0.8125 3.578125 -0.8125 C 4.796875 -0.8125 5.59375 -1.796875 5.59375 -3.296875 C 5.59375 -3.296875 5.59375 -7.34375 5.59375 -7.34375 C 5.59375 -7.34375 6.75 -7.34375 6.75 -7.34375 C 6.75 -7.34375 6.75 0 6.75 0 Z M 6.75 0 "/>
</g>
<g id="glyph-38-5-22fb9971">
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
</g>
<g id="glyph-38-6-22fb9971">
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
</g>
<g id="glyph-39-0-22fb9971">
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
</g>
<g id="glyph-39-1-22fb9971">
<path d="M 2.109375 0 C 2.109375 0 0.953125 0 0.953125 0 C 0.953125 0 0.953125 -10.203125 0.953125 -10.203125 C 0.953125 -10.203125 2.109375 -10.203125 2.109375 -10.203125 C 2.109375 -10.203125 2.109375 0 2.109375 0 Z M 2.109375 0 "/>
</g>
<g id="glyph-40-0-22fb9971">
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
</g>
<g id="glyph-40-1-22fb9971">
<path d="M 7.140625 -3.609375 C 7.140625 -1.203125 5.875 0.203125 3.828125 0.203125 C 1.734375 0.203125 0.5 -1.203125 0.5 -3.671875 C 0.5 -6.125 1.75 -7.546875 3.8125 -7.546875 C 5.921875 -7.546875 7.140625 -6.140625 7.140625 -3.609375 Z M 5.921875 -3.625 C 5.921875 -5.453125 5.140625 -6.46875 3.828125 -6.46875 C 2.515625 -6.46875 1.71875 -5.4375 1.71875 -3.671875 C 1.71875 -1.890625 2.515625 -0.875 3.828125 -0.875 C 5.109375 -0.875 5.921875 -1.90625 5.921875 -3.625 Z M 5.921875 -3.625 "/>
</g>
</g>
</defs>
<rect x="-60" y="-45" width="720" height="540" fill="rgb(100%, 100%, 100%)" fill-opacity="1"/>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 78 391 L 584 391 L 584 36 L 78 36 Z M 78 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 152.109375 391 L 152.109375 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 254.332031 391 L 254.332031 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 356.554688 391 L 356.554688 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 458.777344 391 L 458.777344 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 561 391 L 561 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 78 361.386719 L 584 361.386719 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 78 258.285156 L 584 258.285156 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 78 155.1875 L 584 155.1875 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 78 52.085938 L 584 52.085938 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0-22fb9971" x="226.735016" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0-22fb9971" x="236.843033" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1-22fb9971" x="244.627014" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0-22fb9971" x="256.289032" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2-22fb9971" x="264.072998" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3-22fb9971" x="271.857025" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4-22fb9971" x="276.519012" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5-22fb9971" x="280.411011" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-6-22fb9971" x="288.195007" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4-22fb9971" x="292.087006" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3-22fb9971" x="295.979004" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1-22fb9971" x="300.641022" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0-22fb9971" x="308.424988" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2-22fb9971" x="315.425018" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-2-22fb9971" x="323.209015" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-3-22fb9971" x="327.101013" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-1-22fb9971" x="334.100983" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-2-22fb9971" x="337.992981" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-2-22fb9971" x="345.777008" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-4-22fb9971" x="353.561005" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5-22fb9971" x="357.453003" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3-22fb9971" x="365.237" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-1-22fb9971" x="369.899017" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4-22fb9971" x="377.682983" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-7-22fb9971" x="381.574982" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-5-22fb9971" x="390.913025" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-8-22fb9971" x="398.696991" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-6-22fb9971" x="406.480988" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-9-22fb9971" x="410.372986" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5-22fb9971" x="413.480988" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-10-22fb9971" x="421.264984" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-11-22fb9971" x="428.264984" y="431.567993"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-1-22fb9971" x="148.219116" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2-22fb9971" x="250.44133" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-12-22fb9971" x="352.663544" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-7-22fb9971" x="454.885773" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-13-22fb9971" x="553.216003" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-14-22fb9971" x="561" y="412.257996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-0-22fb9971" x="27.784967" y="236.453003"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-1-22fb9971" x="27.784967" y="232.560989"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-5-0-22fb9971" x="27.784967" y="227.898987"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-6-0-22fb9971" x="27.784967" y="220.115005"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-2-22fb9971" x="27.784967" y="213.11499"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-4-3-22fb9971" x="27.784967" y="209.223007"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-7-0-22fb9971" x="27.784967" y="206.11499"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-8-0-22fb9971" x="27.784967" y="198.330994"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-9-0-22fb9971" x="35.83696" y="367.036316"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-0-22fb9971" x="43.62096" y="367.036316"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-0-22fb9971" x="52.328968" y="361.43631"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-1-22fb9971" x="57.725124" y="361.43631"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-0-22fb9971" x="62.862556" y="361.43631"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-13-0-22fb9971" x="35.83696" y="263.935791"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-14-0-22fb9971" x="43.62096" y="263.935791"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-0-22fb9971" x="52.328968" y="258.335815"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-11-1-22fb9971" x="57.725124" y="258.335815"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-1-22fb9971" x="62.862556" y="258.335815"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-15-0-22fb9971" x="40.974407" y="160.835297"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-0-22fb9971" x="48.758392" y="160.835297"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-2-22fb9971" x="57.4664" y="155.235306"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-12-0-22fb9971" x="62.862556" y="155.235306"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-16-0-22fb9971" x="46.370567" y="57.734802"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-17-0-22fb9971" x="54.154568" y="57.734802"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-18-0-22fb9971" x="62.862556" y="52.134808"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-0-22fb9971" x="169.580032" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-22fb9971" x="178.918045" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-0-22fb9971" x="187.472031" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-0-22fb9971" x="196.026031" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-0-22fb9971" x="204.580017" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-1-22fb9971" x="214.688034" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-20-1-22fb9971" x="218.580048" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-2-22fb9971" x="226.364029" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-3-22fb9971" x="234.91803" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-19-1-22fb9971" x="243.472031" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-22fb9971" x="252.026031" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-1-22fb9971" x="256.688019" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-0-22fb9971" x="260.580048" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-5-22fb9971" x="266.026031" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-22fb9971" x="273.810028" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-1-22fb9971" x="278.472046" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-1-22fb9971" x="282.364014" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-6-22fb9971" x="290.91803" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-1-22fb9971" x="298.702026" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-1-22fb9971" x="302.594025" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-2-22fb9971" x="311.14801" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-3-22fb9971" x="315.809998" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-7-22fb9971" x="319.702026" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-22fb9971" x="327.486023" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-2-22fb9971" x="332.148041" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-3-22fb9971" x="340.702026" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-8-22fb9971" x="344.594025" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-9-22fb9971" x="355.486023" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-8-22fb9971" x="365.594025" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-3-22fb9971" x="376.486023" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-3-22fb9971" x="386.593994" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-4-22fb9971" x="390.485992" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-10-22fb9971" x="398.27002" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-10-22fb9971" x="406.054016" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-4-22fb9971" x="413.838043" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-22fb9971" x="417.730011" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-5-22fb9971" x="422.392029" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-5-22fb9971" x="430.175995" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-22fb9971" x="437.960022" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-4-22fb9971" x="442.622009" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-11-22fb9971" x="446.513977" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-5-22fb9971" x="451.960022" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-6-22fb9971" x="459.743988" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-6-22fb9971" x="467.527985" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-22-7-22fb9971" x="476.08197" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-21-4-22fb9971" x="479.973999" y="28.947996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-23-6-22fb9971" x="484.635986" y="28.947996"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 101 374.863281 L 101 52.136719 L 152.109375 52.136719 L 152.109375 98.773438 L 203.222656 98.773438 L 203.222656 128.207031 L 254.332031 128.207031 L 254.332031 374.863281 L 561 374.863281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 126.554688 52.199219 L 126.554688 52.074219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 177.667969 99.683594 L 177.667969 97.949219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 228.777344 134.414062 L 228.777344 124.574219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 126.554688 52.199219 L 126.554688 52.199219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 126.554688 52.074219 L 126.554688 52.074219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 177.667969 99.683594 L 177.667969 99.683594 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 177.667969 97.949219 L 177.667969 97.949219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 228.777344 134.414062 L 228.777344 134.414062 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 228.777344 124.574219 L 228.777344 124.574219 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 279.890625 374.863281 L 279.890625 374.863281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 331 374.863281 L 331 374.863281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 382.109375 374.863281 L 382.109375 374.863281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 433.222656 374.863281 L 433.222656 374.863281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 484.332031 374.863281 L 484.332031 374.863281 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 535.445312 374.863281 L 535.445312 374.863281 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-24-0-22fb9971" x="126.555546" y="49.084365"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-25-0-22fb9971" x="134.339542" y="49.084365"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-26-0-22fb9971" x="138.231548" y="49.084365"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-24-1-22fb9971" x="146.015541" y="49.084365"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-24-2-22fb9971" x="153.799538" y="49.084365"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-27-0-22fb9971" x="161.583549" y="49.084365"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-28-0-22fb9971" x="177.666664" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-10-1-22fb9971" x="185.450661" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-28-0-22fb9971" x="189.342667" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-3-22fb9971" x="197.126663" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-15-22fb9971" x="204.91066" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-2-22fb9971" x="212.694672" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-16-22fb9971" x="220.478653" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-17-22fb9971" x="228.262665" y="95.722145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-14-22fb9971" x="228.777771" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-18-22fb9971" x="236.561783" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-29-0-22fb9971" x="240.453766" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-14-22fb9971" x="248.237778" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-14-22fb9971" x="256.021774" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-29-1-22fb9971" x="263.805771" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-29-0-22fb9971" x="271.589767" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-29-2-22fb9971" x="279.373764" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-16-22fb9971" x="287.157776" y="125.153702"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-19-22fb9971" x="485.201019" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-6-22fb9971" x="492.985016" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-20-22fb9971" x="496.877014" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-6-22fb9971" x="505.053009" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-13-22fb9971" x="508.945007" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-21-22fb9971" x="516.729004" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-30-0-22fb9971" x="524.513" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-31-0-22fb9971" x="532.297058" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-31-1-22fb9971" x="540.081055" y="210.792999"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-0-22fb9971" x="469.06601" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-33-0-22fb9971" x="476.850006" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-1-22fb9971" x="484.634033" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-34-0-22fb9971" x="492.41803" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-34-1-22fb9971" x="496.310028" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-34-2-22fb9971" x="505.648041" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-2-22fb9971" x="514.986023" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-3-22fb9971" x="519.64801" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-4-22fb9971" x="528.986023" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-5-22fb9971" x="536.77002" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-32-6-22fb9971" x="544.554016" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-35-0-22fb9971" x="549.216003" y="227.103012"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-36-0-22fb9971" x="557.000061" y="227.103012"/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 456 74 L 578 74 L 578 42 L 456 42 Z M 456 74 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 152.109375 391.5 L 152.109375 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 254.332031 391.5 L 254.332031 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 356.554688 391.5 L 356.554688 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 458.777344 391.5 L 458.777344 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 561 391.5 L 561 396.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77.5 361.386719 L 72.5 361.386719 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77.5 258.285156 L 72.5 258.285156 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77.5 155.1875 L 72.5 155.1875 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77.5 52.085938 L 72.5 52.085938 "/>
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 462.09375 58 L 482.09375 58 "/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-37-0-22fb9971" x="487.094025" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-0-22fb9971" x="494.877991" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-0-22fb9971" x="497.985992" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-0-22fb9971" x="501.093994" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-37-1-22fb9971" x="504.201996" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-37-2-22fb9971" x="511.985992" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-1-22fb9971" x="515.877991" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-39-0-22fb9971" x="519.769958" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-2-22fb9971" x="527.554016" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-39-1-22fb9971" x="530.661987" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-3-22fb9971" x="533.77002" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-40-0-22fb9971" x="537.662048" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-40-1-22fb9971" x="544.662048" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-4-22fb9971" x="552.445984" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-5-22fb9971" x="560.22998" y="63.103004"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-38-6-22fb9971" x="568.013977" y="63.103004"/>
</g>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77.5 391 L 584.5 391 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 78 391.5 L 78 35.5 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 77.5 36 L 584.5 36 "/>
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 391.5 L 584 35.5 "/>
</svg>

After

Width:  |  Height:  |  Size: 108 KiB