small fixes

This commit is contained in:
dr. M.S. (Matthijs) Berends 2022-08-29 09:35:36 +02:00
parent e7af5fc716
commit fbd5d32541
24 changed files with 590 additions and 62 deletions

View File

@ -57,7 +57,7 @@ jobs:
- {os: ubuntu-22.04, r: '4.1', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '4.0', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '3.6', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '3.5', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '3.5', allowfail: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '3.4', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '3.3', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}
- {os: ubuntu-22.04, r: '3.2', allowfail: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest"}

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 1.8.1.9045
Date: 2022-08-28
Version: 1.8.1.9046
Date: 2022-08-29
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
data analysis and to work with microbial and antimicrobial properties by

View File

@ -1,4 +1,4 @@
# AMR 1.8.1.9045
# AMR 1.8.1.9046
### New
* EUCAST 2022 and CLSI 2022 guidelines have been added for `as.rsi()`. EUCAST 2022 is now the new default guideline for all MIC and disks diffusion interpretations.

View File

@ -27,7 +27,7 @@
#'
#' Two data sets containing all antibiotics/antimycotics and antivirals. Use [as.ab()] or one of the [`ab_*`][ab_property()] functions to retrieve values from the [antibiotics] data set. Three identifiers are included in this data set: an antibiotic ID (`ab`, primarily used in this package) as defined by WHONET/EARS-Net, an ATC code (`atc`) as defined by the WHO, and a Compound ID (`cid`) as found in PubChem. Other properties in this data set are derived from one or more of these codes. Note that some drugs have multiple ATC codes.
#' @format
#' ## For the [antibiotics] data set: a [tibble[tibble::tibble] with `r nrow(antibiotics)` observations and `r ncol(antibiotics)` variables:
#' ## For the [antibiotics] data set: a [tibble][tibble::tibble] with `r nrow(antibiotics)` observations and `r ncol(antibiotics)` variables:
#' - `ab`\cr Antibiotic ID as used in this package (such as `AMC`), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available
#' - `cid`\cr Compound ID as found in PubChem
#' - `name`\cr Official name as used by WHONET/EARS-Net or the WHO
@ -43,7 +43,7 @@
#' - `iv_units`\cr Units of `iv_ddd`
#' - `loinc`\cr All LOINC codes (Logical Observation Identifiers Names and Codes) associated with the name of the antimicrobial agent. Use [ab_loinc()] to retrieve them quickly, see [ab_property()].
#'
#' ## For the [antivirals] data set: a [tibble[tibble::tibble] with `r nrow(antivirals)` observations and `r ncol(antivirals)` variables:
#' ## For the [antivirals] data set: a [tibble][tibble::tibble] with `r nrow(antivirals)` observations and `r ncol(antivirals)` variables:
#' - `atc`\cr ATC codes (Anatomical Therapeutic Chemical) as defined by the WHOCC
#' - `cid`\cr Compound ID as found in PubChem
#' - `name`\cr Official name as used by WHONET/EARS-Net or the WHO
@ -76,7 +76,7 @@
#'
#' A data set containing the full microbial taxonomy (**last updated: `r CATALOGUE_OF_LIFE$yearmonth_LPSN`**) of `r nr2char(length(unique(microorganisms$kingdom[!microorganisms$kingdom %like% "unknown"])))` kingdoms from the Catalogue of Life (CoL) and the List of Prokaryotic names with Standing in Nomenclature (LPSN). MO codes can be looked up using [as.mo()].
#' @inheritSection catalogue_of_life Catalogue of Life
#' @format A [tibble[tibble::tibble] with `r format(nrow(microorganisms), big.mark = ",")` observations and `r ncol(microorganisms)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(microorganisms), big.mark = ",")` observations and `r ncol(microorganisms)` variables:
#' - `mo`\cr ID of microorganism as used by this package
#' - `fullname`\cr Full name, like `"Escherichia coli"`
#' - `kingdom`, `phylum`, `class`, `order`, `family`, `genus`, `species`, `subspecies`\cr Taxonomic rank of the microorganism
@ -134,7 +134,7 @@
#'
#' A data set containing old (previously valid or accepted) taxonomic names according to the Catalogue of Life. This data set is used internally by [as.mo()].
#' @inheritSection catalogue_of_life Catalogue of Life
#' @format A [tibble[tibble::tibble] with `r format(nrow(microorganisms.old), big.mark = ",")` observations and `r ncol(microorganisms.old)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(microorganisms.old), big.mark = ",")` observations and `r ncol(microorganisms.old)` variables:
#' - `fullname`\cr Old full taxonomic name of the microorganism
#' - `fullname_new`\cr New full taxonomic name of the microorganism
#' - `ref`\cr Author(s) and year of concerning scientific publication
@ -152,7 +152,7 @@
#' Data Set with `r format(nrow(microorganisms.codes), big.mark = ",")` Common Microorganism Codes
#'
#' A data set containing commonly used codes for microorganisms, from laboratory systems and WHONET. Define your own with [set_mo_source()]. They will all be searched when using [as.mo()] and consequently all the [`mo_*`][mo_property()] functions.
#' @format A [tibble[tibble::tibble] with `r format(nrow(microorganisms.codes), big.mark = ",")` observations and `r ncol(microorganisms.codes)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(microorganisms.codes), big.mark = ",")` observations and `r ncol(microorganisms.codes)` variables:
#' - `code`\cr Commonly used code of a microorganism
#' - `mo`\cr ID of the microorganism in the [microorganisms] data set
#' @details
@ -166,7 +166,7 @@
#' Data Set with `r format(nrow(example_isolates), big.mark = ",")` Example Isolates
#'
#' A data set containing `r format(nrow(example_isolates), big.mark = ",")` microbial isolates with their full antibiograms. This data set contains randomised fictitious data, but reflects reality and can be used to practise AMR data analysis. For examples, please read [the tutorial on our website](https://msberends.github.io/AMR/articles/AMR.html).
#' @format A [tibble[tibble::tibble] with `r format(nrow(example_isolates), big.mark = ",")` observations and `r ncol(example_isolates)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(example_isolates), big.mark = ",")` observations and `r ncol(example_isolates)` variables:
#' - `date`\cr Date of receipt at the laboratory
#' - `patient`\cr ID of the patient
#' - `age`\cr Age of the patient
@ -183,7 +183,7 @@
#' Data Set with Unclean Data
#'
#' A data set containing `r format(nrow(example_isolates_unclean), big.mark = ",")` microbial isolates that are not cleaned up and consequently not ready for AMR data analysis. This data set can be used for practice.
#' @format A [tibble[tibble::tibble] with `r format(nrow(example_isolates_unclean), big.mark = ",")` observations and `r ncol(example_isolates_unclean)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(example_isolates_unclean), big.mark = ",")` observations and `r ncol(example_isolates_unclean)` variables:
#' - `patient_id`\cr ID of the patient
#' - `date`\cr date of receipt at the laboratory
#' - `hospital`\cr ID of the hospital, from A to C
@ -198,7 +198,7 @@
#' Data Set with `r format(nrow(WHONET), big.mark = ",")` Isolates - WHONET Example
#'
#' This example data set has the exact same structure as an export file from WHONET. Such files can be used with this package, as this example data set shows. The antibiotic results are from our [example_isolates] data set. All patient names are created using online surname generators and are only in place for practice purposes.
#' @format A [tibble[tibble::tibble] with `r format(nrow(WHONET), big.mark = ",")` observations and `r ncol(WHONET)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(WHONET), big.mark = ",")` observations and `r ncol(WHONET)` variables:
#' - `Identification number`\cr ID of the sample
#' - `Specimen number`\cr ID of the specimen
#' - `Organism`\cr Name of the microorganism. Before analysis, you should transform this to a valid microbial class, using [as.mo()].
@ -234,7 +234,7 @@
#' Data Set for R/SI Interpretation
#'
#' Data set containing reference data to interpret MIC and disk diffusion to R/SI values, according to international guidelines. Currently implemented guidelines are EUCAST (`r min(as.integer(gsub("[^0-9]", "", subset(rsi_translation, guideline %like% "EUCAST")$guideline)))`-`r max(as.integer(gsub("[^0-9]", "", subset(rsi_translation, guideline %like% "EUCAST")$guideline)))`) and CLSI (`r min(as.integer(gsub("[^0-9]", "", subset(rsi_translation, guideline %like% "CLSI")$guideline)))`-`r max(as.integer(gsub("[^0-9]", "", subset(rsi_translation, guideline %like% "CLSI")$guideline)))`). Use [as.rsi()] to transform MICs or disks measurements to R/SI values.
#' @format A [tibble[tibble::tibble] with `r format(nrow(rsi_translation), big.mark = ",")` observations and `r ncol(rsi_translation)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(rsi_translation), big.mark = ",")` observations and `r ncol(rsi_translation)` variables:
#' - `guideline`\cr Name of the guideline
#' - `method`\cr Either `r vector_or(rsi_translation$method)`
#' - `site`\cr Body site, e.g. "Oral" or "Respiratory"
@ -258,7 +258,7 @@
#' Data Set with Bacterial Intrinsic Resistance
#'
#' Data set containing defined intrinsic resistance by EUCAST of all bug-drug combinations.
#' @format A [tibble[tibble::tibble] with `r format(nrow(intrinsic_resistant), big.mark = ",")` observations and `r ncol(intrinsic_resistant)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(intrinsic_resistant), big.mark = ",")` observations and `r ncol(intrinsic_resistant)` variables:
#' - `mo`\cr Microorganism ID
#' - `ab`\cr Antibiotic ID
#' @details
@ -275,7 +275,7 @@
#' Data Set with Treatment Dosages as Defined by EUCAST
#'
#' EUCAST breakpoints used in this package are based on the dosages in this data set. They can be retrieved with [eucast_dosage()].
#' @format A [tibble[tibble::tibble] with `r format(nrow(dosage), big.mark = ",")` observations and `r ncol(dosage)` variables:
#' @format A [tibble][tibble::tibble] with `r format(nrow(dosage), big.mark = ",")` observations and `r ncol(dosage)` variables:
#' - `ab`\cr Antibiotic ID as used in this package (such as `AMC`), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available
#' - `name`\cr Official name of the antimicrobial agent as used by WHONET/EARS-Net or the WHO
#' - `type`\cr Type of the dosage, either `r vector_or(dosage$type)`

View File

@ -30,7 +30,7 @@
#' @param search_string a text to search `x` for, will be checked with [as.ab()] if this value is not a column in `x`
#' @param verbose a [logical] to indicate whether additional info should be printed
#' @param only_rsi_columns a [logical] to indicate whether only antibiotic columns must be detected that were transformed to class `<rsi>` (see [as.rsi()]) on beforehand (defaults to `FALSE`)
#' @details You can look for an antibiotic (trade) name or abbreviation and it will search `x` and the [antibiotics] data set for any column containing a name or code of that antibiotic. **Longer columns names take precedence over shorter column names.**
#' @details You can look for an antibiotic (trade) name or abbreviation and it will search `x` and the [antibiotics] data set for any column containing a name or code of that antibiotic.
#' @return A column name of `x`, or `NULL` when no result is found.
#' @export
#' @examples
@ -40,13 +40,10 @@
#' )
#'
#' guess_ab_col(df, "amoxicillin")
#' # [1] "amox"
#' guess_ab_col(df, "J01AA07") # ATC code of tetracycline
#' # [1] "tetr"
#'
#' guess_ab_col(df, "J01AA07", verbose = TRUE)
#' # NOTE: Using column 'tetr' as input for J01AA07 (tetracycline).
#' # [1] "tetr"
#'
#' # WHONET codes
#' df <- data.frame(
@ -54,19 +51,8 @@
#' AMC_ED20 = "S"
#' )
#' guess_ab_col(df, "ampicillin")
#' # [1] "AMP_ND10"
#' guess_ab_col(df, "J01CR02")
#' # [1] "AMC_ED20"
#' guess_ab_col(df, as.ab("augmentin"))
#' # [1] "AMC_ED20"
#'
#' # Longer names take precendence:
#' df <- data.frame(
#' AMP_ED2 = "S",
#' AMP_ED20 = "S"
#' )
#' guess_ab_col(df, "ampicillin")
#' # [1] "AMP_ED20"
guess_ab_col <- function(x = NULL, search_string = NULL, verbose = FALSE, only_rsi_columns = FALSE) {
meet_criteria(x, allow_class = "data.frame", allow_NULL = TRUE)
meet_criteria(search_string, allow_class = "character", has_length = 1, allow_NULL = TRUE)

View File

@ -65,7 +65,11 @@
#' \donttest{
#' if (require("ggplot2")) {
#' autoplot(some_mic_values)
#' }
#' if (require("ggplot2")) {
#' autoplot(some_disk_values, mo = "Escherichia coli", ab = "cipro")
#' }
#' if (require("ggplot2")) {
#' autoplot(some_rsi_values)
#' }
#' }

View File

@ -54,7 +54,7 @@ footer:
right: [logo]
components:
devtext: '<code>AMR</code> (for R). Developed at the <a target="_blank" href="https://www.rug.nl">University of Groningen</a> in collaboration with non-profit organisations<br><a target="_blank" href="https://www.certe.nl">Certe Medical Diagnostics and Advice Foundation</a> and <a target="_blank" href="https://www.umcg.nl">University Medical Center Groningen</a>.'
logo: '<a target="_blank" href="https://www.rug.nl"><img src="https://github.com/msberends/AMR/raw/main/pkgdown/logos/logo_rug.png" style="max-width: 200px;"></a>'
logo: '<a target="_blank" href="https://www.rug.nl"><img src="https://github.com/msberends/AMR/raw/main/pkgdown/logos/logo_rug.svg" style="max-width: 200px;"></a>'
home:
sidebar:

View File

@ -175,11 +175,11 @@ To find out how to conduct AMR data analysis, please [continue reading here to g
The development of this package is part of, related to, or made possible by:
<div align="center">
<a href="https://www.rug.nl" title="University of Groningen"><img src="./logo_rug.png" class="partner_logo"></a>
<a href="https://www.umcg.nl" title="University Medical Center Groningen"><img src="./logo_umcg.png" class="partner_logo"></a>
<a href="https://www.certe.nl" title="Certe Medical Diagnostics and Advice Foundation"><img src="./logo_certe.png" class="partner_logo"></a>
<a href="https://www.deutschland-nederland.eu" title="EurHealth-1-Health"><img src="./logo_eh1h.png" class="partner_logo"></a>
<a href="https://www.deutschland-nederland.eu" title="INTERREG"><img src="./logo_interreg.png" class="partner_logo"></a>
<a href="https://www.rug.nl" title="University of Groningen"><img src="./logo_rug.svg" style="max-width: 200px;"></a>
<a href="https://www.umcg.nl" title="University Medical Center Groningen"><img src="./logo_umcg.png" style="max-width: 200px;"></a>
<a href="https://www.certe.nl" title="Certe Medical Diagnostics and Advice Foundation"><img src="./logo_certe.png" style="max-width: 200px;"></a>
<a href="https://www.deutschland-nederland.eu" title="EurHealth-1-Health"><img src="./logo_eh1h.png" style="max-width: 200px;"></a>
<a href="https://www.deutschland-nederland.eu" title="INTERREG"><img src="./logo_interreg.png" style="max-width: 200px;"></a>
</div>
### Copyright

View File

@ -5,7 +5,7 @@
\alias{WHONET}
\title{Data Set with 500 Isolates - WHONET Example}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 500 observations and 53 variables:
A \link[tibble:tibble]{tibble} with 500 observations and 53 variables:
\itemize{
\item \verb{Identification number}\cr ID of the sample
\item \verb{Specimen number}\cr ID of the specimen

View File

@ -6,7 +6,7 @@
\alias{antivirals}
\title{Data Sets with 566 Antimicrobial Drugs}
\format{
\subsection{For the \link{antibiotics} data set: a [tibble\link[tibble:tibble]{tibble::tibble} with 464 observations and 14 variables:}{
\subsection{For the \link{antibiotics} data set: a \link[tibble:tibble]{tibble} with 464 observations and 14 variables:}{
\itemize{
\item \code{ab}\cr Antibiotic ID as used in this package (such as \code{AMC}), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available
\item \code{cid}\cr Compound ID as found in PubChem
@ -25,7 +25,7 @@
}
}
\subsection{For the \link{antivirals} data set: a [tibble\link[tibble:tibble]{tibble::tibble} with 102 observations and 9 variables:}{
\subsection{For the \link{antivirals} data set: a \link[tibble:tibble]{tibble} with 102 observations and 9 variables:}{
\itemize{
\item \code{atc}\cr ATC codes (Anatomical Therapeutic Chemical) as defined by the WHOCC
\item \code{cid}\cr Compound ID as found in PubChem

View File

@ -5,7 +5,7 @@
\alias{dosage}
\title{Data Set with Treatment Dosages as Defined by EUCAST}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 169 observations and 9 variables:
A \link[tibble:tibble]{tibble} with 169 observations and 9 variables:
\itemize{
\item \code{ab}\cr Antibiotic ID as used in this package (such as \code{AMC}), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available
\item \code{name}\cr Official name of the antimicrobial agent as used by WHONET/EARS-Net or the WHO

View File

@ -5,7 +5,7 @@
\alias{example_isolates}
\title{Data Set with 2,000 Example Isolates}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 2,000 observations and 46 variables:
A \link[tibble:tibble]{tibble} with 2,000 observations and 46 variables:
\itemize{
\item \code{date}\cr Date of receipt at the laboratory
\item \code{patient}\cr ID of the patient

View File

@ -5,7 +5,7 @@
\alias{example_isolates_unclean}
\title{Data Set with Unclean Data}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 3,000 observations and 8 variables:
A \link[tibble:tibble]{tibble} with 3,000 observations and 8 variables:
\itemize{
\item \code{patient_id}\cr ID of the patient
\item \code{date}\cr date of receipt at the laboratory

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

274
man/figures/logo_rug.svg Normal file
View File

@ -0,0 +1,274 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 120" style="enable-background:new 0 0 400 120;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E3032E;}
</style>
<g>
<path class="st0" d="M333.6,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8H343c-1.8,0-2-0.6-2-2.3
v-5.9c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3H346v1.8h9.9v-1.8H355c-1.8,0-2-0.6-2-2.3v-8.5
c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M330.8,80.9v-0.8c0-6-2.4-8.7-8.2-8.7
c-6,0-8.6,4-8.6,9.3c0,5.3,2.6,9.3,8.6,9.3c6,0,7.8-3.1,7.8-6.2h-3.7c0,2.7-1.1,4.1-3.7,4.1c-4.4,0-4.5-4.5-4.5-6.9H330.8z
M318.6,78.8c0-3,0.9-5.5,4-5.5c3.1,0,3.8,2.6,3.8,5.5H318.6z M304.8,77.6c0,3.1-0.9,4.6-2.8,4.6c-1.9,0-3.1-1.4-3.1-4.6
c0-3.1,1.1-4.3,3.1-4.3C303.7,73.3,304.8,74.3,304.8,77.6 M306.4,92.4c0,1.7-1.1,3.4-4.5,3.4c-3,0-4.2-1.4-4.2-3.2
c0-1.9,1.1-3.5,4.3-3.5C305.1,89.1,306.4,90.5,306.4,92.4 M311.6,71.7l-5.3,0.5c-1-0.3-2.7-0.8-4.2-0.8c-4.7,0-7.8,2.7-7.8,6.2
c0,3.3,2.1,4.9,4.7,5.8v0.1c-2.5,0.2-3.5,1.1-3.5,2.3c0,1.2,0.8,1.8,3.2,2.3V88c-2.5,0.3-5.5,1.6-5.5,4.5c0,2.9,2.5,5.2,8.2,5.2
c6,0,9.4-2,9.4-5.3c0-4.2-3.4-4.7-6.8-5c-4-0.3-4.6-0.6-4.6-1.7c0-1.2,1.6-1.4,2.8-1.5l0.9-0.1c5-0.8,6.6-3.5,6.6-6.4
c0-1.5-0.7-2.9-1.6-3.6V74h3.5V71.7z M269.1,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8h-0.5
c-1.8,0-2-0.6-2-2.3v-5.9c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8h-0.9
c-1.8,0-2-0.6-2-2.3v-8.5c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M259.3,65.8
c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7C260.3,63.1,259.3,64.2,259.3,65.8 M256.9,73.8h1.3
c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V71.5c-2.3,0.2-5.5,0.4-7.3,0.4V73.8z
M232.7,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8h-0.5c-1.8,0-2-0.6-2-2.3v-5.9
c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8H254c-1.8,0-2-0.6-2-2.3v-8.5
c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M213,80.6c0,5.3,2.6,9.3,8.6,9.3
c6,0,8.6-4,8.6-9.3c0-5.3-2.6-9.3-8.6-9.3C215.6,71.4,213,75.3,213,80.6 M217.6,80.6c0-4.9,1.1-7.2,4-7.2c2.9,0,4,2.3,4,7.2
c0,4.9-1.1,7.2-4,7.2C218.7,87.8,217.6,85.5,217.6,80.6 M195.2,73.8h1.5c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8
h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3v-5.9c0-3,1.7-5.2,3.3-5.2c1.4,0,1.8,1,1.8,2.8h3.5v-5.2c-0.8-0.3-1.8-0.4-2.9-0.4
c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-7,0.4V73.8z M186.8,77.6c0,3.1-0.9,4.6-2.8,4.6c-1.9,0-3.1-1.4-3.1-4.6
c0-3.1,1.1-4.3,3.1-4.3C185.7,73.3,186.8,74.3,186.8,77.6 M188.3,92.4c0,1.7-1.1,3.4-4.5,3.4c-3,0-4.2-1.4-4.2-3.2
c0-1.9,1.1-3.5,4.3-3.5C187,89.1,188.3,90.5,188.3,92.4 M193.6,71.7l-5.3,0.5c-1-0.3-2.7-0.8-4.2-0.8c-4.7,0-7.8,2.7-7.8,6.2
c0,3.3,2,4.9,4.8,5.8v0.1c-2.5,0.2-3.5,1.1-3.5,2.3c0,1.2,0.8,1.8,3.2,2.3V88c-2.5,0.3-5.5,1.6-5.5,4.5c0,2.9,2.5,5.2,8.2,5.2
c6,0,9.4-2,9.4-5.3c0-4.2-3.4-4.7-6.8-5c-4-0.3-4.6-0.6-4.6-1.7c0-1.2,1.6-1.4,2.8-1.5l0.9-0.1c5-0.8,6.6-3.5,6.6-6.4
c0-1.5-0.7-2.9-1.6-3.6V74h3.5V71.7z"/>
<path class="st0" d="M383.3,38h3.2v11.3c0,1.7-0.2,2.3-2,2.3h-1.1v1.8h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3V38h4.7V36h-4.7v-3.6
c0-2.2,0.9-3.2,2.3-3.2c1.3,0,1.8,0.8,1.8,3.2h3v-4.7c-1.4-0.3-3-0.5-4.8-0.5c-6.5,0-6.8,4-6.8,8.9h-3.2V38z M363.9,44.7
c0,5.3,2.6,9.3,8.6,9.3c6,0,8.6-4,8.6-9.3c0-5.3-2.6-9.3-8.6-9.3C366.4,35.4,363.9,39.3,363.9,44.7 M368.5,44.7
c0-4.9,1.1-7.2,4-7.2c2.9,0,4,2.3,4,7.2c0,4.9-1.1,7.2-4,7.2C369.5,51.9,368.5,49.6,368.5,44.7 M346.2,52.9l-1.7,4.4
c-0.5,1.3-0.9,2-2.3,2h-1.6v1.8h9.6v-1.8H349c-1.4,0-1.8-0.3-1.8-1.1c0-0.6,0.4-1.4,0.6-1.9l7.1-16.9c0.5-1.2,0.8-1.8,1.6-1.8h0.8
V36h-7.6v1.8h1.5c0.6,0,0.9,0.1,0.9,0.6c0,0.3-0.2,0.8-0.4,1.3l-3.3,8.4l-3-8c-0.2-0.6-0.5-1.1-0.5-1.6c0-0.5,0.4-0.6,1-0.6h1.3V36
h-8.9v1.8h0.5c0.9,0,1.3,0.5,2,2.3L346.2,52.9z M322.1,38h3.2v10.3c0,4.5,2,5.6,5.6,5.6c3.5,0,5.5-1.7,5.5-5.6v-0.8h-3v1.8
c0,1.5-0.6,2.2-1.9,2.2c-1.3,0-1.9-0.7-1.9-2.2V38h5.8V36h-5.8v-5.1h-3.1c-0.3,3.6-1.1,4.7-4.4,5.1V38z M312.6,29.8
c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7C313.5,27.1,312.6,28.3,312.6,29.8 M310.1,37.8h1.3
c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4V37.8z
M292.9,52.8c1,0.4,3.7,1.1,6.6,1.1c3.8,0,7.8-1.6,7.8-5.8c0-2.7-1.4-3.8-4.5-4.8l-2.9-1c-1.7-0.5-2.6-1.5-2.6-2.9
c0-1.4,1-2.1,2.7-2.1c2.6,0,3.3,1.2,3.3,3.9h3v-4.9c-1-0.5-3.5-1-6.2-1c-4.2,0-7.2,2-7.2,5.3c0,2.8,2,4.3,6.2,5.6
c3.3,1,3.8,1.8,3.8,3.1c0,1.7-1.5,2.6-3.8,2.6c-2.5,0-3.2-1.7-3.2-4.2h-3V52.8z M274.2,37.8h1.5c1.4,0,1.6,0.3,1.6,2.7v8.8
c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3v-5.9c0-3,1.7-5.3,3.3-5.3c1.4,0,1.8,1,1.8,2.8h3.5v-5.2
c-0.8-0.3-1.8-0.4-2.9-0.4c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-7,0.4V37.8z M271.6,45v-0.8c0-6-2.4-8.7-8.2-8.7
c-6,0-8.6,4-8.6,9.3c0,5.3,2.6,9.3,8.6,9.3c6,0,7.8-3.1,7.8-6.2h-3.7c0,2.7-1.1,4.1-3.7,4.1c-4.4,0-4.5-4.5-4.5-6.9H271.6z
M259.4,42.9c0-3,0.9-5.5,4-5.5c3.1,0,3.8,2.6,3.8,5.5H259.4z M246.1,37.7h1.5c0.8,0,1,0.2,1,0.5c0,0.3-0.1,0.6-0.2,0.9l-3.7,10.7
h-0.1l-3.5-10.1c-0.1-0.4-0.3-0.8-0.3-1.3c0-0.4,0.4-0.6,1.4-0.6h1.2V36h-9v1.8h0.4c0.8,0,1,0.2,1.5,1.4l5.6,14.5h4.2l5.6-14.6
c0.4-0.9,0.7-1.2,1.4-1.2h0.5V36h-7.6V37.7z M226,29.8c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7
C227,27.1,226,28.3,226,29.8 M223.6,37.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8H233
c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4V37.8z M199.4,37.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8
h10.1v-1.8h-0.5c-1.8,0-2-0.6-2-2.3v-5.9c0-3.4,1.8-5.3,4.4-5.3c1.9,0,3.2,1.2,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8
h-0.9c-1.8,0-2-0.6-2-2.3v-8.5c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V37.8z M190.7,53.4h6.8
v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4v1.9h1.3c1.4,0,1.6,0.3,1.6,2.7v4.9c0,3.7-1.3,5.6-4.4,5.6
c-2,0-3.2-1-3.2-3.2V35.5c-2.3,0.2-5.5,0.4-7.3,0.4v1.9h1.3c1.4,0,1.6,0.3,1.6,2.7V49c0,3.3,2.2,5,5.7,5c3.6,0,5.9-1.6,6.7-4h0.1
V53.4z"/>
</g>
<polygon class="st0" points="150.7,35.7 86.8,114.5 91.9,114.6 155.8,35.7 "/>
<g>
<path class="st0" d="M32.5,20.3c-0.5,0.1-1.1,0.3-1.5-0.6c-0.3-0.8,1-2,1.4-2.4c0.6-0.5-0.2-1.1-0.6-0.5c-0.1,0.2-1.1,1.6-1.9,1.6
c-1.2,0-1.2-1.5-1.2-1.5s-1.4-0.9-1.4-3.7c0-2.5,1.6-3.7,1.6-3.7s0-1.4,1.1-1.4c1.1,0,1.8,1.6,1.9,1.7c0.6,0.8,1.3,0.1,0.8-0.5
c-1.2-1.4-1.4-2.5-0.1-3.1c0.5-1.1,1.9-1.8,3.4-1.9l0.1,0l0,0c1.5,0.1,2.9,0.9,3.4,1.9c1.3,0.6,1,1.7-0.1,3.1
c-0.5,0.6,0.2,1.3,0.8,0.5c0.1-0.1,0.8-1.6,1.9-1.7c1.1,0,1.1,1.4,1.1,1.4s1.6,1.2,1.6,3.7c0,2.8-1.4,3.7-1.4,3.7s0.1,1.5-1.2,1.5
c-0.8,0-1.8-1.4-1.9-1.6c-0.4-0.6-1.1,0-0.6,0.5c0.4,0.4,1.7,1.6,1.4,2.4c-0.4,0.8-1,0.6-1.5,0.6c0,0-0.4,0.7-1.1,0.7
c3.2,2.4,8.3,1,8.9-0.7c0,0-0.9,0.2-0.8-0.7c0-0.5,0.6-0.8,1.3-0.9c-0.2-0.3-0.2-0.8-0.2-1.2c0.1-1.3,0.9-2.3,1.9-2.4
c1,0,1.8,0.9,1.7,2.2c0,0.6-0.3,1.2-0.6,1.6c0.7,0.3,1.2,0.6,1.2,1.1c-0.2,1.2-1.2,0.9-1.2,0.9c-0.1,2.6,3.9,3.2,4.9,2.5
c-0.4-1.5,0.2-2,0.7-2.4c0.3-0.3,1.3-0.9,1.5-1c0.3-0.2,0.5-0.6,0.3-0.8c-0.2-0.1-0.6,0.1-0.8,0.3c-0.3,0.3-0.8,1-1.5,0.8
c-0.9-0.2-0.5-1.3-0.7-1.8c-1-3.5-0.1-6,3.4-7.5c0,0,1.3-1.4,2.5-0.8c1.2,0.6,0.4,2.5,0.4,2.5l0.4,0.2c1.3-2.3,3.2-4,5.8-4.1
c1.9,0,2.8,1.1,2.9,2.6c0.2,3.4-3.3,2.1-3,0.9c0,0-0.8,0.1-1.3,0.8c0-0.2,0-2.2-1.8-1.2c-0.5,0.3-1.4,1.8-1.5,2
c-0.2,0.7,0.1,0.8-0.3,1.4c-0.3,0.5-0.7,0.6-0.8,1c-0.2,0.4,0.1,1.1-0.2,1.5c-0.3,0.6-0.7,0.6-0.9,1.1c-0.2,0.4-2.7,6.8-2.7,6.8
s1,0.6,0.8,1.6c-0.3,1.3-1.1,1-1.5,1.8c-13.7-3.5-27.8-3.5-42.5-0.1c-0.4-0.8-1.2-0.5-1.5-1.8c-0.2-1,0.8-1.6,0.8-1.6
s-2.5-6.4-2.7-6.8c-0.2-0.5-0.6-0.5-0.9-1.1c-0.2-0.5,0-1.2-0.2-1.5c-0.2-0.4-0.5-0.5-0.8-1c-0.4-0.7,0-0.8-0.3-1.4
c-0.1-0.2-1-1.7-1.5-2c-1.8-1.1-1.8,1-1.8,1.2c-0.5-0.7-1.3-0.8-1.3-0.8c0.3,1.3-3.2,2.5-3-0.9c0.1-1.5,1-2.6,2.9-2.6
C7.2,8.9,9,10.6,10.3,13l0.4-0.2c0,0-0.7-1.9,0.4-2.5c1.2-0.6,2.5,0.8,2.5,0.8c3.5,1.5,4.4,3.9,3.4,7.5c-0.2,0.6,0.2,1.6-0.7,1.8
c-0.8,0.2-1.2-0.5-1.5-0.8c-0.2-0.2-0.6-0.5-0.8-0.3c-0.2,0.2,0,0.6,0.3,0.8c0.1,0.1,1.1,0.7,1.5,1c0.5,0.4,1.1,0.9,0.7,2.4
c1,0.7,5.1,0.2,4.9-2.5c0,0-1.1,0.3-1.3-0.9c-0.1-0.4,0.4-0.8,1.2-1.1c-0.4-0.4-0.6-1-0.6-1.6c-0.1-1.3,0.7-2.2,1.7-2.2
c1,0,1.9,1.1,1.9,2.4c0,0.4-0.1,0.9-0.2,1.2c0.7,0.1,1.3,0.4,1.3,0.9c0,0.9-0.8,0.7-0.8,0.7c0.7,1.8,5.7,3.1,8.9,0.7
C32.9,21.1,32.5,20.3,32.5,20.3 M33.6,13.8c0,1.3,1.1,2.4,2.4,2.4c1.3,0,2.4-1.1,2.4-2.4c0-1.3-1.1-2.4-2.4-2.4
C34.7,11.4,33.6,12.5,33.6,13.8 M46.7,24c1,0,3,0.4,3,0.4s-0.8-0.9-1.2-1.6c0,0-0.5,0.4-0.7,0.6C47.5,23.6,46.7,24,46.7,24
M36,21.9c-0.4,0.4-1.2,1.2-2,1.5c0,0,1.4,0,2,0H36c0.6,0,2,0,2,0C37.2,23.1,36.4,22.4,36,21.9 M25.3,24c0,0-0.8-0.4-1-0.6
c-0.3-0.2-0.7-0.6-0.7-0.6c-0.4,0.6-1.2,1.6-1.2,1.6S24.3,24,25.3,24 M56.6,30.4c0.7,0.2,1.6,0.8,1.3,1.8c-0.3,0.9-1.4,1-2,0.9
c-0.7-0.2-1.6-0.8-1.3-1.8C54.8,30.3,56,30.2,56.6,30.4 M48,30.1l-2,1.7l-1.7-2l2-1.7L48,30.1z M16.3,33c-0.7,0.2-1.8,0.1-2-0.9
c-0.3-0.9,0.7-1.6,1.3-1.8c0.7-0.2,1.8-0.1,2,0.9C17.9,32.2,17,32.9,16.3,33 M34,29.5c0-0.8,0.9-1.4,2.1-1.4c1.1,0,2.1,0.6,2.1,1.4
c0,0.8-0.9,1.4-2.1,1.4C35,30.9,34,30.3,34,29.5 M24.2,30.1l1.7-2l2,1.7l-1.7,2L24.2,30.1z M7.1,90.3c0.2-0.9,1.2-0.7,1.2-0.7
S8.1,88.8,9,88.4C9.9,88,10.4,89,10.4,89l0.4,2.7l-2.9-0.1C7.9,91.6,6.9,91.4,7.1,90.3 M11.2,85.9c0.2-0.9,1.2-0.7,1.2-0.7
S12.2,84.4,13,84c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L12,87.2C12,87.2,10.9,86.9,11.2,85.9 M15.3,81.5c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L16,82.7C16,82.7,15,82.5,15.3,81.5 M36,40.3c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C36.8,41.6,35.8,41.3,36,40.3 M40,55.5c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C40.7,56.8,39.7,56.5,40,55.5 M44.7,50.4c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C45.5,51.7,44.5,51.4,44.7,50.4 M49.5,45.4c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C50.3,46.7,49.2,46.4,49.5,45.4 M54.3,40.4c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L55,41.6C55,41.6,54,41.4,54.3,40.4 M4.5,74.3c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2C7.2,71.9,7.7,73,7.7,73l0.4,2.7l-2.9-0.1C5.2,75.5,4.2,75.3,4.5,74.3 M15.5,101.2c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C16.3,102.5,15.2,102.2,15.5,101.2 M20.2,96.1c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L21,97.4C21,97.4,20,97.1,20.2,96.1 M24.9,91c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C25.7,92.3,24.7,92,24.9,91 M29.6,85.9c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C30.4,87.2,29.4,86.9,29.6,85.9 M50.3,64.1c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C51.1,65.4,50.1,65.1,50.3,64.1 M54.6,59.5c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C55.3,60.8,54.3,60.5,54.6,59.5 M58.8,54.9C59,54,60,54.2,60,54.2
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C59.6,56.2,58.6,55.9,58.8,54.9 M63.1,50.2c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C63.8,51.5,62.8,51.3,63.1,50.2 M30.1,105.8c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C30.9,107,29.9,106.8,30.1,105.8 M63.1,69.3c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C63.8,70.6,62.8,70.3,63.1,69.3 M31.2,73c0-0.1,0.2-0.1,0.7-0.2
c0.4-0.1,0.8-0.2,0.8-0.1c0,0.2-0.3,0-0.3,0.4v3.3c0,0.2,0.2,0,0.2,0.2c0,0.2-0.4,0.1-0.7,0.1c-0.3,0-0.7,0.1-0.7-0.1
c0-0.2,0.3,0,0.3-0.2v-3.2C31.5,72.9,31.2,73.2,31.2,73 M27.6,74.4c0-0.1,0.1-0.1,0.3-0.2c0.2-0.1,0.3-0.2,0.5-0.1
c0.2,0.2,1.2,1.4,1.2,1.4v-1.7c0-0.2-0.3,0.1-0.3-0.1c0-0.1,0.1-0.1,0.4-0.2c0.2-0.1,0.6-0.4,0.6-0.2c0,0.2-0.2,0.1-0.2,0.4v3.3
c0,0.3,0,0.3-0.1,0.3c-0.1,0-1.7-2.1-1.7-2.1v2.2c0,0.2,0.4-0.1,0.4,0.1c0,0.1-0.2,0.2-0.5,0.3c-0.2,0.1-0.6,0.3-0.6,0.1
c0-0.2,0.3-0.1,0.3-0.3v-2.9C27.8,74.4,27.6,74.6,27.6,74.4 M26.3,76.4c0-1.4-0.9-0.9-0.9-0.9v2.8C25.4,78.4,26.3,78.4,26.3,76.4
M24.2,75.9c0-0.1,0.4-0.3,0.7-0.4c0.5-0.2,2.2-1.1,2.2,1c0,1.9-1.3,2.2-1.7,2.4c-0.4,0.2-1,0.5-1,0.4c-0.1-0.1,0.2-0.2,0.2-0.5
v-2.3C24.6,75.8,24.2,76.1,24.2,75.9 M30,67.4c0-0.1,0.3-0.1,0.5-0.2c0.3-0.1,0.5-0.1,0.6,0c0.1,0.1,0.7,1.1,0.7,1.1
s0.8-1.1,0.8-1.2c0.1-0.1,0.1-0.2,0.4-0.2c0.4,0,0.5,0,0.5,0c0,0.1-0.2,0.1-0.2,0.4c0,0.2,0,2.9,0,3c0,0.3,0.2,0.2,0.2,0.3
c0,0.1-0.2,0.1-0.7,0.1c-0.4,0-0.7,0.1-0.7,0c0-0.2,0.2,0,0.2-0.3v-2c0,0-0.8,1.1-0.8,1.1c0,0-1-1.4-1-1.4v2.4
c0,0.4,0.4,0.2,0.4,0.3c0,0.1-0.3,0.1-0.5,0.2c-0.2,0.1-0.5,0.2-0.5,0.1c-0.1-0.2,0.3-0.1,0.3-0.5c0-0.4,0-2.6,0-2.8
C30.3,67.4,30,67.6,30,67.4 M28.9,67.9c0.1-0.1,0.5-0.2,0.5-0.2c0.1,0.1-0.1,0.1-0.3,0.7c-0.1,0.2-0.7,3.6-0.9,3.7
c-0.1,0-1.2-2.7-1.3-2.9c-0.2-0.4-0.4-0.1-0.4-0.3c0-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.6-0.4,0.7-0.3c0.1,0.1-0.3,0.1-0.1,0.5
c0.1,0.3,0.7,1.6,0.7,1.6s0.4-1.5,0.5-2c0.1-0.5-0.3-0.3-0.3-0.4C28.5,68,28.7,67.9,28.9,67.9L28.9,67.9z M24.7,71.4v1.8
c0,0,1-0.2,1-1.4C25.7,70.9,24.7,71.4,24.7,71.4 M24.7,69.8V71c0,0,0.7-0.3,0.7-0.9C25.4,69.4,24.7,69.8,24.7,69.8 M24.8,69.5
c0.4-0.2,1.5-0.4,1.5,0.5c0,0.7-0.4,0.8-0.4,0.8s0.8,0.1,0.8,0.8c0,0.7-0.4,1.2-0.8,1.5c-0.2,0.1-1.5,0.7-1.6,0.8
c-0.1,0.1-0.4,0.2-0.4,0.2c-0.1-0.2,0.2-0.1,0.2-0.6v-3c0-0.6-0.3-0.4-0.3-0.5C23.7,69.8,24.4,69.6,24.8,69.5 M31.4,61.1v1.5
c0,0,0.7,0,0.7-0.9C32.1,60.8,31.4,61.1,31.4,61.1 M33.3,64.5c0.2,0,0.3-0.1,0.3-0.1s-0.1,0.5-0.6,0.5c-0.8,0-0.7-1.3-1-1.7
c-0.2-0.4-0.6-0.2-0.6-0.2v1.3c0,0.4,0.3,0.2,0.3,0.4c0,0.1-0.2,0.1-0.2,0.1s-0.6,0.2-0.8,0.2c-0.2,0-0.3,0.1-0.3,0
c0-0.2,0.2-0.1,0.2-0.5v-2.8c0-0.5-0.3-0.4-0.3-0.5c0-0.1,0.2-0.1,0.4-0.2c0.4-0.1,0.5-0.2,1-0.3c0.5-0.1,1.4,0.1,1.4,0.8
c0,0.8-0.4,0.9-0.7,1.1C33.3,63.2,32.9,64.4,33.3,64.5 M27.5,62.5c0.4-0.1,1-0.4,1.7-0.8c0.1-0.1,0.4-0.2,0.5,0
c0.1,0.3,0.2,0.6,0.2,0.6c-0.1,0.1-0.2,0-0.4-0.1c-0.1-0.1-0.3-0.2-0.5-0.1c-0.2,0-0.4,0.1-0.4,0.1l0,1.2c0,0,0.4,0,0.5-0.2
c0-0.2,0.1-0.4,0.2-0.5c0.1,0,0.1,0.2,0.1,0.6c0,0.1,0,0.2,0,0.2c0,0.4,0,0.6-0.1,0.6c-0.1,0-0.2-0.3-0.2-0.4c0-0.1-0.5,0-0.5,0.1
v1.7c0,0,0.3-0.2,0.5-0.3c0.2-0.1,0.5-0.5,0.6-0.7c0.1-0.2,0.2-0.4,0.3-0.4c0.1,0-0.1,0.7-0.1,0.7s0,0.3-0.2,0.4
c-0.2,0.1-1.6,0.7-1.7,0.8c-0.2,0.1-0.5,0.3-0.5,0.2c0-0.2,0.2-0.1,0.2-0.6l0-2.8c0,0,0-0.2-0.2-0.3C27.3,62.7,27.2,62.6,27.5,62.5
M24.4,63.8c0.2-0.1,0.7-0.3,0.8-0.2c0.1,0.2-0.3,0.1-0.2,0.5c0.1,0.3,0.7,1.8,0.7,1.8l0.5-2.1c0.1-0.5-0.3-0.3-0.3-0.4
c0-0.1,0.3-0.2,0.4-0.2c0.1-0.1,0.6-0.3,0.6-0.2c0.1,0.2-0.2,0.2-0.3,0.6c-0.1,0.5-1,3.8-1.2,4c-0.1,0.1-1.3-2.8-1.4-3
c-0.1-0.2-0.4-0.1-0.4-0.3C23.7,64,24.2,63.9,24.4,63.8 M39.4,73.1c0-0.1,0.1-0.1,0.3,0c0.2,0.1,0.4,0.1,0.6,0.4
c0.2,0.3,1.4,2.4,1.4,2.4l0-1.9c0-0.3-0.2-0.3-0.2-0.4c0-0.1,0.2,0,0.4,0.1c0.2,0.1,0.4,0.1,0.4,0.2c0,0.1-0.2,0-0.2,0.2v3.6
c0,0,0,0.2-0.1,0c-0.1-0.1-2-3.1-2-3.1s0,1.9,0,2.1c0,0.2,0.2,0.2,0.2,0.3c0,0.1-0.3,0.1-0.4,0c-0.2,0-0.4,0-0.4-0.2
c0-0.1,0.2,0.1,0.2-0.3v-3.1C39.7,73.2,39.4,73.2,39.4,73.1 M41.2,67.5c0-0.1,0.6,0.1,1.1,0.2c0.5,0.1,1.4,0.3,1.4,0.6
c0,0.4,0.1,0.7,0,0.7c-0.1,0-0.2-0.4-0.4-0.6c-0.2-0.2-0.7-0.3-0.8-0.3c-0.1,0-0.1,0-0.1,0.1v1.1c0,0,0.3,0.1,0.5,0.1
C43,69.3,43,69,43.1,69c0.1,0,0.1,0.2,0,0.6c0,0.4,0,0.7-0.1,0.7c-0.1,0-0.1-0.4-0.3-0.6c-0.2-0.2-0.4-0.2-0.4-0.2v1.8
c0,0,0.2,0.2,0.7,0.1c0.5-0.2,0.8-0.5,0.9-0.4c0.1,0.1,0,0.2-0.2,0.5c-0.2,0.4-0.3,0.6-0.6,0.5c-0.2-0.1-0.7-0.3-1.1-0.4
c-0.3-0.1-1-0.3-1-0.4c0-0.1,0.3,0.1,0.3-0.3v-3.2C41.5,67.6,41.2,67.6,41.2,67.5 M40.4,66.9c0.2,0,0.1,0.6,0.2,0.8
c0,0.4,0.2,0.7,0,0.7c-0.2,0-0.4-0.6-0.7-0.9c-0.3-0.3-1.3-0.8-1.3,1.3c0,1.8,0.8,1.8,1.2,1.6c0.4-0.1,0.6-0.5,0.6-0.4
c0.1,0-0.4,0.9-1.2,1c-0.9,0.1-1.7-0.8-1.7-2.1c0-1.4,0.7-2.2,1.5-2.2c0.7,0,0.9,0.5,1.2,0.5C40.4,67.3,40.2,66.9,40.4,66.9
M42.7,62.1c0-0.2,0.3,0,0.8,0.2c0.5,0.2,0.9,0.3,0.8,0.4c0,0.1-0.4-0.1-0.3,0.2c0,0.2,0.6,2.1,0.6,2.1s0.6-1.5,0.7-1.6
c0-0.2-0.2-0.2-0.2-0.3c0-0.1,0.2,0,0.4,0.1c0.2,0.1,0.4,0.2,0.4,0.3c0,0.1-0.2-0.1-0.3,0c-0.1,0.2-1.4,3.1-1.4,3.1l-1.3-4.2
C42.8,62.2,42.7,62.2,42.7,62.1 M39.7,61c0-0.1,0.2,0,0.2,0l1.2,0.4c0,0,0.2,0.1,0.2,0.2c0,0.1-0.4-0.1-0.4,0.2V65
c0,0,0.1,0.2,0.5,0.1c0.4-0.2,1-0.5,1-0.5s0.3-0.1,0.2,0.1c-0.1,0.2-0.3,0.8-0.3,0.8s-0.1,0.2-0.4,0.2c-0.3-0.1-1.1-0.3-1.3-0.3
c-0.2-0.1-0.8-0.2-0.8-0.2s-0.1,0-0.1-0.1c0-0.1,0.4,0,0.4-0.3v-3.2C40,61.1,39.7,61.1,39.7,61 M44.2,72.5c0-0.2,0.3,0.1,0.3-0.3
v-3.1c0-0.4-0.2-0.4-0.2-0.5c0-0.2,0.3,0.1,0.4,0.1c0.1,0,1,0.5,1.1,0.5c0.1,0,1.1,0.4,1.1,1.5c0,0.7-0.6,0.6-0.6,0.6
s0.6,0.4,0.6,0.9c0,0.5,0.1,1,0.1,1.1c0,0.1,0.1,0.4,0.4,0.1c0,0,0,0.6-0.7,0.4c-0.5-0.2-0.6-0.6-0.6-0.9c0-0.3-0.2-1.7-0.8-1.7
v1.4c0,0.4,0.2,0.3,0.2,0.5c0,0.1-0.3-0.1-0.6-0.2C44.5,72.7,44.2,72.6,44.2,72.5 M45.3,69.3v1.5c0.1,0,0.8,0.5,0.8-0.4
C46.1,69.4,45.3,69.3,45.3,69.3 M43.7,74.8c0.1-0.2-0.1-0.3-0.1-0.4c0-0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.5,0.2,0.5,0.4
c0.1,0.2,1,3.4,1.1,3.7c0.1,0.3,0.3,0.2,0.2,0.4c0,0.1-0.3-0.1-0.8-0.3c-0.5-0.2-0.7-0.2-0.7-0.3c0-0.1,0.5,0.1,0.3-0.2
c-0.1-0.2-0.2-0.8-0.2-0.8l-1.3-0.4l-0.2,0.6c-0.1,0.3,0.2,0.3,0.1,0.4c0,0.1-0.2,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2
c0-0.1,0.2,0,0.3-0.2C42.9,77.4,43.7,75,43.7,74.8 M43.9,75.2l-0.4,1.4l1,0.3L43.9,75.2z M69.1,35.8v41.7
c0.5,24.9-19.9,33.8-33.4,33.8c-13.5,0-33.8-8.8-33.4-33.8V35.8h12.4c-0.1-0.8,0.1-1.3,0.2-1.3c17-3.4,25.2-3.6,42.2,0
c0.4,0.4,0.4,0.9,0.4,1.3H69.1z M8.5,96.3l13-13.9v-4.1l-1.5,0c0,0-1-0.3-0.8-1.3c0.2-0.9,1.2-0.7,1.2-0.7s-0.2-0.8,0.6-1.2
c0.2-0.1,0.3-0.1,0.4-0.1l0-2.7L5.3,89.6C6.1,92.1,7.2,94.3,8.5,96.3 M24.7,60.8c0.2-0.1,0.4-0.2,0.5-0.3c0.6-0.3,1.8-0.9,3-1.4
c1.2-0.5,2.6-1,3.8-1c1.1,0,2.1,0.3,2.7,0.7c0.3,0.2,0.6,0.3,0.7,0.5l0.1,0.1c0,0,0-0.1,0.1-0.1c0.1-0.2,0.3-0.3,0.6-0.5
c0.6-0.4,1.4-0.6,2.7-0.6c1.4,0,2.9,0.5,4.1,1.1l0.3,0.1L64.2,37h-9.5L36.2,56.7v-9.5L45.8,37H3.5v40.5c0,1.5,0,3,0.1,4.4l9.1-9.7
h8.8v-7.7c-0.2,0.2-0.4,0.2-0.4,0.2s0.2-0.7-0.4-0.8c0,0-0.1,0-0.2,0c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-1.3,1.4-1.5,1.6
c-0.2-0.2-1.1-1.3-1.5-1.6c-0.2-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.4,0.8-0.4,0.8s-0.6,0.1-0.6-0.7
c0-0.6,0.5-0.9,0.9-1.1c0.6-0.1,1.3-0.2,1.4-1.2c0-0.2,0-0.3,0-0.3s-0.2,0.3-0.8,0.6c-0.7,0.3-2.4,0.3-2.4,1.3
c0,0.4,0.4,0.4,0.4,0.4s0,0.2-0.3,0.2c-0.1,0-0.1,0-0.2,0c-0.4-0.1-0.5-0.5-0.5-1c0-0.3-0.2-0.8-0.6-0.7c-0.1,0-0.2,0-0.3,0.1
c-0.3,0.2-0.2,0.5-0.2,0.5s-0.4-0.2-0.3-0.7c0.1-0.4,0.3-0.6,0.7-0.7c0,0,0.1,0,0.1,0c0.5-0.1,0.8,0.1,0.8,0.1s-0.1-0.3-0.1-0.7
c0-0.3,0.2-0.6,0.6-0.7c0.7-0.1,0.8,0.3,0.7,0.6c0,0-0.2-0.2-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.1,0.3,0.1,0.6,0.1,0.7c0.1,0.2,0.5,0.3,1.1,0.2c0.6-0.1,1-0.5,1.2-0.9c0.1-0.2,0.2-0.3,0.1-0.5l0.3-3.6c0,0,0.1-0.9-0.5-1
c-0.1,0-0.1,0-0.2,0c-0.5,0.1-1.1,0.8-0.9,1.7c0.1,0.7-0.2,1.2-0.5,1.3c-0.4,0.1-0.7,0-0.8-0.3c0.7,0,0.7-0.6,0.5-0.9
c-0.1-0.1-0.2-0.1-0.4-0.1c-0.7,0.1-1.8,1.1-2,1.6c-0.2,0.5,0.2,0.4,0.4,0.8c0.1,0.3-0.2,0.6-0.2,0.6c0,0.1,0,0.2,0,0.3
c-0.1,0.3-0.2,0.4-0.4,0.4c-0.1,0-0.2,0-0.3,0c0.2-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.2s-0.2,0-0.4-0.3c-0.2-0.3,0-0.4-0.2-0.8
c-0.2-0.4-0.9-0.7-1.4-0.8c0,0-0.1,0-0.1,0c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.3-0.2-0.6-0.2c-0.2,0-0.3,0.2-0.2,0.4
c0,0,0,0.1,0,0.1c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.3-0.9,0.6-0.9c0.4,0,0.5,0.2,0.6,0.2c0.2-0.9-0.5-0.6-0.8-1
c-0.2-0.3-0.1-0.4-0.1-0.5c0-0.2-0.2-0.2-0.4-0.1c-0.1,0-0.1,0-0.2,0c0,0,0.1-0.4,0.5-0.5c0.1,0,0.3,0,0.6,0.1
c0.2-0.1,0.4,0,0.5,0.2c0.1,0.2,0,0.4,0,0.6c0.1,0.6,0.4,0.6,0.5,0.5c-0.3-0.8,0.1-1.1,0.1-1.2c0-0.1,0-0.3-0.2-0.4
c0,0-0.1,0,0-0.1c0,0,0.8,0,0.9,0.5c0,0,0.3,0.2,0.3,0.6c0,0.5-0.3,0.6-0.4,0.7c0.1,0.6,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.6-0.2
c0.5-0.2,1.6-0.9,1.3-1.4c-0.1-0.2-0.3-0.4-0.6-0.3c-0.1,0-0.2,0.1-0.3,0.1c-0.3,0.3-0.2,0.7-0.2,0.7c-0.5,0.1-0.7-0.7-0.4-1
c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6,0,1-0.1c0.4-0.1,0.7-0.3,0.9-0.8c0.2-0.3,0.2-0.8,0-1.2c-0.2-0.4-0.6-0.9-1.1-1
c-0.1,0.9-0.6,1.6-1.2,2c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.2,0-0.1,0c0.8-0.9,0.6-1.9,0.6-2c-0.1,0.1-0.7,1.2-1.7,1.7
c-0.1,0-0.2,0.1-0.3,0.1c-0.6,0.1-1.2-0.2-0.9-0.2c0.4-0.1,1.9-1,1.5-2.9c-0.1,0.1-0.7,1.3-1.6,1.9c-0.4,0.2-0.7,0.4-1.1,0.4
c-0.7,0.1-1.2-0.1-1.1-0.2c0,0,1.8-0.9,1.9-1.7c-0.1,0-0.6,0.4-1.1,0.5c-0.1,0-0.2,0-0.2,0C6,52.2,6,51.1,6,51.1
c0.1,0,1.6,0.1,2.8-2.4c0,0-0.8,0.3-1.7,0.4c-0.5,0.1-0.8-0.3-0.7-0.3c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.2,1.2-0.6
c-0.1-0.1-2.1-0.9-1.3-2.2c0,0,0.5,0.5,1.2,0.5c0.5,0,1.3,0,1.5-0.5c0,0-1-0.1-2-0.7c-0.6-0.4-0.8-1.3-0.6-1
c0.2,0.3,0.5,0.3,0.8,0.4c0.3,0.1,0.5,0,0.5,0s-1.5-1.4-0.5-2.5c0,0,0.5,1.4,1.7,1.4c0,0-0.6-0.6-0.7-1.3c-0.1-0.5-0.1-1.1,0-0.9
c0.1,0.1,0.2,0.4,0.3,0.5c0.2,0.3,0.5,0.6,0.7,0.9c0,0-0.2-0.7,0.1-1.4c0-0.1,0.4-0.7,0.4-0.5c0,0,0,0.4,0,0.6
c0.1,0.5,0.3,1.1,1.1,2c1.1,1.2,2.4,1.1,2.4,1.9c0,0.9-1.1,0.7-1.8,0.7c-0.2,0-0.2,0.4,0,0.6c0.6,0.8,3,1,3.8-0.3
c0.3-0.4,0.3-1,0.2-1.5c-0.2-0.7-0.8-0.7-1.8-0.9c-0.7-0.2-0.5-0.5-0.4-0.5c0,0,0.2,0.1,0.4,0.1c0.5,0,0.2-0.7,0.2-0.7
c-0.1,0-0.7,0.2-1.2,0.3c-0.6,0.1-1.4-0.2-1.4-0.6c0-0.5,0.6-0.7,0.6-0.5c0,0-0.4,0.7,0.8,0.7c0.4,0,1.1-0.1,1.1-0.1
c0-0.2-0.4-0.5-0.6-0.5c-0.2,0-0.4,0.1-0.7,0c-0.1-0.3,0.2-0.6,0.4-0.7c0.2-0.1,0.4-0.1,0.5-0.1c0.1,0,0.2-0.5,1-0.5
c0.4,0,1,0.3,1.3,0.3c0.3,0,0.7-0.2,0.8-0.1c0,0.1-0.2,0.4-0.1,0.6c0,0.6,0.9,2.8,2,3c1-0.2,2-2.4,2-3c0-0.2-0.2-0.5-0.1-0.6
c0-0.1,0.5,0.1,0.8,0.1c0.3,0,0.8-0.3,1.3-0.3c0.8,0,0.8,0.4,1,0.5c0.1,0,0.3,0,0.5,0.1c0.2,0.1,0.6,0.4,0.4,0.7
c-0.3,0-0.5,0-0.7,0c-0.3,0-0.6,0.3-0.6,0.5c0,0,0.7,0.1,1.1,0.1c1.1,0,0.8-0.7,0.8-0.7c0-0.1,0.6,0,0.6,0.5c0,0.4-0.7,0.7-1.4,0.6
c-0.5,0-1.1-0.3-1.2-0.3c-0.1,0-0.4,0.7,0.1,0.7c0.2,0,0.4-0.1,0.4-0.1c0.1,0,0.3,0.3-0.4,0.5c-1,0.2-1.5,0.2-1.8,0.9
c-0.2,0.5-0.1,1,0.2,1.5c0.8,1.3,3.2,1.1,3.8,0.3c0.2-0.3,0.2-0.6,0-0.6c-0.7,0.1-1.7,0.2-1.8-0.7c0-0.7,1.2-0.7,2.4-1.9
c0.9-0.9,1.1-1.5,1.1-2c0-0.1,0-0.6,0-0.6c0-0.1,0.4,0.4,0.4,0.5c0.3,0.7,0.1,1.4,0.1,1.4c0.3-0.2,0.6-0.6,0.7-0.9
c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.1,0.5,0,0.9c-0.1,0.7-0.7,1.3-0.7,1.3c1.2,0,1.7-1.4,1.7-1.4c0.9,1.1-0.5,2.5-0.5,2.5
s0.2,0.1,0.5,0c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.3,0,0.6-0.6,1c-1,0.6-2,0.7-2,0.7c0.2,0.5,1,0.6,1.5,0.5c0.7-0.1,1.2-0.5,1.2-0.5
c0.7,1.3-1.2,2.2-1.3,2.2c0.5,0.4,1,0.6,1.2,0.6c0.1,0,0.2,0,0.3,0c0.1,0-0.2,0.3-0.7,0.3C28.8,49,28,48.7,28,48.7
c1.2,2.5,2.6,2.4,2.8,2.4c0,0,0,1.1-1.6,1.1c-0.1,0-0.2,0-0.2,0c-0.6-0.1-1.1-0.5-1.1-0.5c0,0.8,1.9,1.7,1.9,1.7
c0.1,0.1-0.4,0.3-1.1,0.2c-0.3-0.1-0.7-0.2-1.1-0.4c-0.8-0.6-1.5-1.8-1.6-1.9c-0.5,1.9,1.1,2.8,1.5,2.9c0.2,0-0.4,0.3-0.9,0.2
c-0.1,0-0.2,0-0.3-0.1c-1.1-0.5-1.7-1.6-1.7-1.7c0,0.1-0.2,1,0.6,2c0,0,0,0-0.1,0c-0.1,0-0.3-0.1-0.5-0.2c-0.6-0.4-1.1-1.1-1.2-2
c-0.5,0.1-0.9,0.6-1.1,1c-0.2,0.4-0.2,0.8,0,1.2c0.3,0.5,0.6,0.7,0.9,0.8c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.5,0.1,0.7,0.4
c0.3,0.3,0.1,1.2-0.4,1c0,0,0.2-0.4-0.2-0.7c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.5,0.1-0.6,0.3c-0.3,0.5,0.8,1.2,1.3,1.4
c0,0,0.3,0.2,0.6,0.2c0.3,0,0.6,0,0.7-0.6c-0.1-0.1-0.4-0.2-0.4-0.7c0-0.4,0.3-0.6,0.3-0.6c0.1-0.5,0.9-0.5,0.9-0.5
c0.1,0,0,0.1,0,0.1c-0.2,0.1-0.3,0.2-0.2,0.4c0,0.1,0.4,0.4,0.1,1.2c0.1,0,0.4,0,0.5-0.5c0-0.2-0.1-0.4,0-0.6
c0.1-0.1,0.3-0.3,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0.1,0.5,0.5,0.5,0.5s0,0,0,0c0,0-0.1,0-0.1,0c-0.2,0-0.5,0-0.4,0.1
c0,0.1,0.1,0.2-0.1,0.5c-0.3,0.4-1,0.1-0.8,1c0,0,0.2-0.3,0.6-0.2c0.3,0,0.6,0.4,0.6,0.9c0,0.2-0.1,0.4-0.3,0.5c0,0,0,0,0-0.1
c0.1-0.2,0-0.4-0.2-0.4c-0.3,0-0.2,0.2-0.6,0.2c-0.1,0-0.1,0-0.1,0c-0.2,0-0.2-0.1-0.3-0.1c0,0-0.1,0-0.1,0
c-0.5,0.1-1.2,0.4-1.4,0.8c-0.2,0.4,0,0.5-0.2,0.8c-0.2,0.3-0.4,0.3-0.4,0.3s0,0.1,0,0.2C24.7,60.7,24.7,60.8,24.7,60.8 M23.4,61.3
c0.3-0.1,0.7-0.2,1-0.4c0-0.1-0.1-0.1-0.1-0.3c0-0.1,0-0.2,0-0.3c0,0-0.3-0.3-0.2-0.6c0.2-0.4,0.5-0.3,0.4-0.8
c-0.2-0.6-1.3-1.5-2-1.6c-0.2,0-0.3,0-0.4,0.1c-0.2,0.2-0.3,0.8,0.5,0.9c-0.2,0.3-0.4,0.4-0.8,0.3c-0.3-0.1-0.7-0.6-0.6-1.3
c0.2-0.9-0.4-1.6-0.9-1.7c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.5,1-0.5,1l0.3,3.6c0,0.1,0,0.3,0.1,0.5c0.2,0.3,0.6,0.7,1.2,0.9
c0.5,0.1,0.9,0,1.1-0.2c0-0.1,0.3-0.4,0.1-0.7c0-0.1-0.1-0.2-0.2-0.2c0,0-0.1,0-0.1,0c-0.2,0-0.3,0.1-0.3,0.1
c-0.1-0.2,0-0.7,0.7-0.6c0.4,0.1,0.6,0.4,0.6,0.7c0,0.3-0.1,0.7-0.1,0.7S23.2,61.3,23.4,61.3 M21.6,62.6c0-0.1,0-0.2,0-0.3
c-0.5-0.1-1-0.2-1.3-0.4c-0.6-0.3-0.8-0.6-0.8-0.6s0,0,0,0.3c0.1,1,0.7,1.1,1.4,1.2c0.3,0.1,0.6,0.3,0.8,0.5V62.6z M44.1,82.8
c-0.1,0.2-0.1,0.6,0,0.8c0.5,0.7,2.6,0.9,3.5,0C46.5,83.4,45.3,83.1,44.1,82.8 M49.9,80.9c0.3,0.4,0.7,0.7,1,0.8c1-0.2,2-2.4,2-3
c0-0.2-0.2-0.5-0.1-0.6c0-0.1,0.5,0.1,0.8,0.1c0.3,0,0.9-0.3,1.3-0.3c0.8,0,0.8,0.4,1,0.5c0.1,0,0.3,0,0.5,0.1
c0.2,0.1,0.6,0.4,0.4,0.7c-0.4,0-0.5,0-0.7,0c-0.3,0-0.6,0.3-0.6,0.5c0,0,0.7,0.1,1.1,0.1c1.1,0,0.8-0.7,0.8-0.7
c0-0.1,0.6,0,0.6,0.5c0,0.4-0.7,0.7-1.4,0.6c-0.5,0-1.1-0.3-1.2-0.3c-0.1,0-0.4,0.7,0.1,0.7c0.2,0,0.4-0.1,0.4-0.1
c0.1,0,0.3,0.3-0.4,0.5c-1,0.2-1.5,0.2-1.8,0.9c-0.2,0.5-0.1,1,0.2,1.5c0.8,1.3,3.2,1.1,3.8,0.3c0.2-0.3,0.2-0.6,0-0.6
c-0.7,0.1-1.7,0.2-1.8-0.7c0-0.7,1.2-0.7,2.4-1.9c0.9-0.9,1.1-1.5,1.1-2c0-0.1,0-0.6,0-0.6c0-0.1,0.4,0.4,0.4,0.5
c0.3,0.7,0.1,1.4,0.1,1.4c0.3-0.2,0.6-0.6,0.7-0.9c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.1,0.5,0,0.9c-0.1,0.7-0.7,1.3-0.7,1.3
c1.2,0,1.7-1.4,1.7-1.4c0.9,1.1-0.5,2.5-0.5,2.5s0.2,0.1,0.5,0c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.3,0,0.6-0.6,1c-1,0.6-2,0.7-2,0.7
c0.2,0.5,1,0.6,1.5,0.5c0.7-0.1,1.2-0.5,1.2-0.5c0.7,1.3-1.2,2.2-1.3,2.2c0.5,0.4,1,0.6,1.2,0.6c0.1,0,0.2,0,0.3,0
c0.1,0-0.2,0.3-0.7,0.3c-0.9-0.1-1.7-0.4-1.7-0.4c1.2,2.5,2.6,2.4,2.8,2.4c0,0,0,1.1-1.6,1.1c-0.1,0-0.2,0-0.2,0
c-0.6-0.1-1.1-0.5-1.1-0.5c0,0.8,1.9,1.7,1.9,1.7c0.1,0.1-0.4,0.3-1.1,0.2c-0.3-0.1-0.7-0.2-1.1-0.4c-0.8-0.6-1.5-1.8-1.6-1.9
c-0.5,1.9,1.1,2.8,1.5,2.9c0.2,0-0.4,0.3-0.9,0.2c-0.1,0-0.2,0-0.3-0.1c-1.1-0.5-1.7-1.6-1.7-1.7c0,0.1-0.2,1,0.6,2c0,0,0,0-0.1,0
c-0.1,0-0.3-0.1-0.5-0.2c-0.6-0.4-1.1-1.1-1.2-2c-0.5,0.1-0.9,0.6-1.1,1c-0.2,0.4-0.2,0.8,0,1.2c0.3,0.5,0.6,0.7,0.9,0.8
c0.3,0.1,0.6,0,1,0.1c0.3,0,0.5,0.1,0.7,0.4c0.3,0.3,0.1,1.2-0.4,1c0,0,0.2-0.4-0.2-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c-0.2,0-0.5,0.1-0.6,0.3c-0.3,0.5,0.8,1.2,1.3,1.4c0,0,0.3,0.2,0.6,0.2c0.3,0,0.6,0,0.7-0.6c-0.1-0.1-0.4-0.2-0.4-0.7
c0-0.4,0.3-0.6,0.3-0.6c0.1-0.5,0.9-0.5,0.9-0.5c0.1,0,0,0.1,0,0.1C59,92.7,58.9,92.9,59,93c0,0.1,0.4,0.4,0.1,1.2
c0.1,0,0.4,0,0.5-0.5c0-0.2-0.1-0.4,0-0.6c0.1-0.2,0.3-0.3,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0.1,0.5,0.5,0.5,0.5s0,0.1,0,0
c0,0-0.1,0-0.1,0c-0.2,0-0.5,0-0.4,0.1c0,0.1,0.1,0.2-0.1,0.5c-0.3,0.4-1,0.1-0.8,1c0,0,0.2-0.3,0.6-0.2c0.3,0,0.6,0.4,0.6,0.9
c0,0.2-0.1,0.4-0.3,0.5c0,0,0,0,0-0.1c0.1-0.2,0-0.4-0.2-0.4c-0.3,0-0.2,0.2-0.6,0.2c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1
c0,0-0.1,0-0.1,0c-0.5,0.1-1.2,0.4-1.4,0.8c-0.2,0.4,0,0.5-0.2,0.8c-0.2,0.3-0.4,0.3-0.4,0.3s0,0.1,0,0.2c0,0.1,0.1,0.3,0.3,0.4
c0,0,0.1,0,0,0c-0.1,0-0.2,0.1-0.3,0c-0.1,0-0.3-0.1-0.4-0.4c0-0.1,0-0.2,0-0.3c0,0-0.3-0.3-0.2-0.6c0.2-0.4,0.5-0.3,0.4-0.8
c-0.2-0.6-1.3-1.5-2-1.6c-0.2,0-0.3,0-0.4,0.1c-0.2,0.2-0.3,0.8,0.5,0.9c-0.1,0.3-0.4,0.4-0.8,0.3c-0.3-0.1-0.7-0.6-0.6-1.3
c0.2-0.9-0.4-1.6-0.9-1.7c-0.1,0-0.2,0-0.2,0c-0.6,0.1-0.5,1-0.5,1l0.3,3.6c0,0.1,0,0.3,0.1,0.5c0.2,0.3,0.6,0.7,1.2,0.9
c0.5,0.1,0.9,0,1.1-0.2c0-0.1,0.3-0.4,0.1-0.7c0-0.1-0.1-0.2-0.2-0.2c0,0-0.1,0-0.1,0c-0.2,0-0.3,0.1-0.3,0.1
c-0.1-0.2,0-0.7,0.7-0.6c0.4,0.1,0.6,0.4,0.6,0.7c0,0.3-0.1,0.7-0.1,0.7s0.4-0.1,0.8-0.1c0,0,0.1,0,0.1,0c0.4,0.1,0.6,0.3,0.7,0.7
c0.1,0.4-0.3,0.7-0.3,0.7s0.1-0.3-0.2-0.5c-0.1,0-0.2-0.1-0.3-0.1c-0.4-0.1-0.7,0.4-0.6,0.7c0,0.5-0.1,1-0.5,1c-0.1,0-0.2,0-0.2,0
c-0.3,0-0.3-0.2-0.3-0.2s0.4,0,0.4-0.4c0-1-1.7-1-2.4-1.3c-0.6-0.3-0.8-0.6-0.8-0.6s0,0,0,0.3c0.1,1,0.7,1.1,1.4,1.2
c0.4,0.1,0.9,0.5,0.9,1.1c0,0.8-0.6,0.7-0.6,0.7s0.2-0.7-0.4-0.8c0,0-0.1,0-0.2,0c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-1.3,1.4-1.5,1.6
c-0.2-0.2-1.1-1.3-1.5-1.6c-0.2-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.4,0.8-0.4,0.8s-0.6,0.1-0.6-0.7
c0-0.6,0.5-0.9,0.9-1.1c0.6-0.1,1.3-0.2,1.4-1.2c0-0.2,0-0.3,0-0.3s-0.2,0.3-0.8,0.6c-0.7,0.3-2.4,0.3-2.4,1.3
c0,0.4,0.4,0.4,0.4,0.4s0,0.2-0.3,0.2c-0.1,0-0.1,0-0.2,0c-0.4-0.1-0.5-0.5-0.5-1c0-0.3-0.2-0.8-0.6-0.7c-0.1,0-0.2,0-0.3,0.1
c-0.3,0.2-0.2,0.5-0.2,0.5s-0.4-0.2-0.3-0.7c0.1-0.4,0.3-0.6,0.7-0.7c0,0,0.1,0,0.1,0c0.5-0.1,0.8,0.1,0.8,0.1s-0.1-0.3-0.1-0.7
c0-0.3,0.2-0.6,0.6-0.7c0.7-0.1,0.8,0.3,0.7,0.6c0,0-0.2-0.2-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2
C46.8,98,47,98.3,47,98.3c0.1,0.2,0.5,0.3,1.1,0.2c0.6-0.1,1-0.5,1.2-0.9c0.1-0.2,0.2-0.3,0.1-0.5l0.3-3.6c0,0,0.1-0.9-0.5-1
c-0.1,0-0.1,0-0.2,0c-0.5,0.1-1.1,0.8-0.9,1.7c0.1,0.7-0.2,1.2-0.6,1.3c-0.4,0.1-0.7,0-0.8-0.3c0.7-0.1,0.7-0.6,0.5-0.9
c-0.1-0.1-0.2-0.1-0.4-0.1c-0.7,0.1-1.8,1.1-2,1.6c-0.2,0.5,0.2,0.4,0.4,0.8c0.1,0.3-0.2,0.6-0.2,0.6c0,0.1,0,0.2,0,0.3
c-0.1,0.3-0.2,0.4-0.4,0.4c-0.1,0-0.2,0-0.3,0c0.2-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.2s-0.2,0-0.4-0.3c-0.2-0.3,0-0.4-0.2-0.8
c-0.2-0.4-0.9-0.7-1.4-0.8c0,0-0.1,0-0.1,0c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.3-0.2-0.6-0.2c-0.2,0-0.3,0.2-0.2,0.4
c0,0,0,0.1,0,0.1c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.3-0.9,0.6-0.9c0.4,0,0.5,0.2,0.6,0.2c0.2-0.9-0.5-0.6-0.8-1
c-0.2-0.3-0.1-0.4-0.1-0.5c0-0.2-0.2-0.2-0.4-0.1c-0.1,0-0.1,0-0.1,0c0,0,0.1-0.4,0.5-0.5c0.1,0,0.3,0,0.6,0.1
c0.2-0.1,0.4,0,0.5,0.2c0.1,0.2,0,0.4,0,0.6c0.1,0.6,0.4,0.6,0.5,0.5c-0.3-0.8,0.1-1.1,0.1-1.2c0-0.1,0-0.3-0.2-0.4
c0,0-0.1-0.1,0-0.1c0,0,0.8,0,0.9,0.5c0,0,0.3,0.2,0.3,0.6c0,0.5-0.3,0.6-0.4,0.7c0.1,0.6,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.6-0.2
c0.5-0.2,1.6-0.9,1.3-1.4c-0.1-0.2-0.3-0.4-0.6-0.3c-0.1,0-0.2,0.1-0.3,0.2c-0.3,0.3-0.2,0.7-0.2,0.7c-0.5,0.1-0.7-0.7-0.4-1
c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6,0,1-0.1c0.4-0.1,0.7-0.3,0.9-0.8c0.2-0.3,0.2-0.8,0-1.2c-0.2-0.4-0.6-0.9-1.1-1
c-0.1,0.9-0.6,1.6-1.2,2c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.2,0-0.1,0c0.8-0.9,0.6-1.9,0.6-2c-0.1,0.1-0.7,1.2-1.7,1.7
c-0.1,0-0.2,0.1-0.3,0.1c-0.6,0.1-1.2-0.2-0.9-0.2c0.4-0.1,1.9-1,1.5-2.9c-0.1,0.1-0.7,1.3-1.6,1.9c-0.4,0.2-0.7,0.4-1.1,0.4
c-0.7,0.1-1.2-0.1-1.1-0.2c0,0,1.8-0.9,1.9-1.7c-0.1,0-0.6,0.4-1.1,0.5c-0.1,0-0.2,0-0.2,0c-1.6,0-1.6-1.1-1.6-1.1
c0.1,0,1.6,0.1,2.8-2.4c0,0-0.8,0.3-1.7,0.4c-0.5,0.1-0.8-0.3-0.7-0.3c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.2,1.2-0.6
c-0.1-0.1-2.1-0.9-1.3-2.2c0,0,0.5,0.5,1.2,0.5c0.5,0,1.3-0.1,1.5-0.5c0,0-1-0.1-2-0.7c0,0-0.1,0-0.1-0.1c-0.5,0-0.9,0-1.4,0.1
c-0.3,1.3-1.4,2.2-2.6,2.2c-1.3,0-2.3-0.9-2.6-2.2c-0.8-0.1-1.6-0.2-2.4-0.1l-17.9,19.1c1.7,1.6,3.6,3,5.6,4.1l16.8-17.9V97
l-10.5,11.2c3.8,1.3,7.7,1.9,11.1,1.9c13.1,0,32.6-8.6,32.2-32.5V62.1L59.5,71h-8.9l17.3-18.4V42.6L49.7,61.8
c0.1,0.1,0.1,0.1,0.1,0.2L49.9,80.9z M47.9,86.6h6v-2.4h-6L47.9,86.6z M50.9,91.3c2.7,0,2.9-2.5,2.9-2.5H48
C48,88.8,48.2,91.3,50.9,91.3 M15.4,49.6h6v-2.4h-6L15.4,49.6z M18.4,54.3c2.7,0,2.9-2.5,2.9-2.5h-5.8
C15.5,51.8,15.7,54.3,18.4,54.3 M34.4,81.8c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3c0-0.7-0.6-1.3-1.3-1.3
C35,80.6,34.4,81.1,34.4,81.8 M22.4,62.5v19.6c0,0,0.2,0.3,1.5-0.1c1.5-0.4,3.4-2.3,6-2.9c2-0.4,4.6,0.2,5.2,0.6V60.1
c0,0-1.2-1.2-3.1-1.2c-1.9,0-5.1,1.7-6.4,2.3c-1.1,0.5-2.2,0.9-3,1C22.3,62.3,22.4,62.5,22.4,62.5 M39.6,79.1
c3.4,0,5.2,2.1,6.3,2.6c2.7,1.1,3.1,0.5,3.1,0.5V62.5c0-0.2-0.3-0.2-0.3-0.2s-2.6-0.4-3.5-1c-0.9-0.5-4.1-2.4-6.4-2.4
c-2.3,0-2.8,1-2.8,1v19.9C36.1,79.8,37.2,79.1,39.6,79.1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -27,7 +27,7 @@ A column name of \code{x}, or \code{NULL} when no result is found.
This tries to find a column name in a data set based on information from the \link{antibiotics} data set. Also supports WHONET abbreviations.
}
\details{
You can look for an antibiotic (trade) name or abbreviation and it will search \code{x} and the \link{antibiotics} data set for any column containing a name or code of that antibiotic. \strong{Longer columns names take precedence over shorter column names.}
You can look for an antibiotic (trade) name or abbreviation and it will search \code{x} and the \link{antibiotics} data set for any column containing a name or code of that antibiotic.
}
\examples{
df <- data.frame(
@ -36,13 +36,10 @@ df <- data.frame(
)
guess_ab_col(df, "amoxicillin")
# [1] "amox"
guess_ab_col(df, "J01AA07") # ATC code of tetracycline
# [1] "tetr"
guess_ab_col(df, "J01AA07", verbose = TRUE)
# NOTE: Using column 'tetr' as input for J01AA07 (tetracycline).
# [1] "tetr"
# WHONET codes
df <- data.frame(
@ -50,17 +47,6 @@ df <- data.frame(
AMC_ED20 = "S"
)
guess_ab_col(df, "ampicillin")
# [1] "AMP_ND10"
guess_ab_col(df, "J01CR02")
# [1] "AMC_ED20"
guess_ab_col(df, as.ab("augmentin"))
# [1] "AMC_ED20"
# Longer names take precendence:
df <- data.frame(
AMP_ED2 = "S",
AMP_ED20 = "S"
)
guess_ab_col(df, "ampicillin")
# [1] "AMP_ED20"
}

View File

@ -5,7 +5,7 @@
\alias{intrinsic_resistant}
\title{Data Set with Bacterial Intrinsic Resistance}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 134,956 observations and 2 variables:
A \link[tibble:tibble]{tibble} with 134,956 observations and 2 variables:
\itemize{
\item \code{mo}\cr Microorganism ID
\item \code{ab}\cr Antibiotic ID

View File

@ -5,7 +5,7 @@
\alias{microorganisms}
\title{Data Set with 70,764 Microorganisms}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 70,764 observations and 16 variables:
A \link[tibble:tibble]{tibble} with 70,764 observations and 16 variables:
\itemize{
\item \code{mo}\cr ID of microorganism as used by this package
\item \code{fullname}\cr Full name, like \code{"Escherichia coli"}

View File

@ -5,7 +5,7 @@
\alias{microorganisms.codes}
\title{Data Set with 5,604 Common Microorganism Codes}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 5,604 observations and 2 variables:
A \link[tibble:tibble]{tibble} with 5,604 observations and 2 variables:
\itemize{
\item \code{code}\cr Commonly used code of a microorganism
\item \code{mo}\cr ID of the microorganism in the \link{microorganisms} data set

View File

@ -5,7 +5,7 @@
\alias{microorganisms.old}
\title{Data Set with Previously Accepted Taxonomic Names}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 14,338 observations and 4 variables:
A \link[tibble:tibble]{tibble} with 14,338 observations and 4 variables:
\itemize{
\item \code{fullname}\cr Old full taxonomic name of the microorganism
\item \code{fullname_new}\cr New full taxonomic name of the microorganism

View File

@ -147,7 +147,11 @@ plot(some_disk_values, mo = "Escherichia coli", ab = "cipro", language = "uk")
\donttest{
if (require("ggplot2")) {
autoplot(some_mic_values)
}
if (require("ggplot2")) {
autoplot(some_disk_values, mo = "Escherichia coli", ab = "cipro")
}
if (require("ggplot2")) {
autoplot(some_rsi_values)
}
}

View File

@ -5,7 +5,7 @@
\alias{rsi_translation}
\title{Data Set for R/SI Interpretation}
\format{
A [tibble\link[tibble:tibble]{tibble::tibble} with 20,369 observations and 11 variables:
A \link[tibble:tibble]{tibble} with 20,369 observations and 11 variables:
\itemize{
\item \code{guideline}\cr Name of the guideline
\item \code{method}\cr Either "DISK" or "MIC"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

274
pkgdown/logos/logo_rug.svg Normal file
View File

@ -0,0 +1,274 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 120" style="enable-background:new 0 0 400 120;" xml:space="preserve">
<style type="text/css">
.st0{fill:#E3032E;}
</style>
<g>
<path class="st0" d="M333.6,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8H343c-1.8,0-2-0.6-2-2.3
v-5.9c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3H346v1.8h9.9v-1.8H355c-1.8,0-2-0.6-2-2.3v-8.5
c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M330.8,80.9v-0.8c0-6-2.4-8.7-8.2-8.7
c-6,0-8.6,4-8.6,9.3c0,5.3,2.6,9.3,8.6,9.3c6,0,7.8-3.1,7.8-6.2h-3.7c0,2.7-1.1,4.1-3.7,4.1c-4.4,0-4.5-4.5-4.5-6.9H330.8z
M318.6,78.8c0-3,0.9-5.5,4-5.5c3.1,0,3.8,2.6,3.8,5.5H318.6z M304.8,77.6c0,3.1-0.9,4.6-2.8,4.6c-1.9,0-3.1-1.4-3.1-4.6
c0-3.1,1.1-4.3,3.1-4.3C303.7,73.3,304.8,74.3,304.8,77.6 M306.4,92.4c0,1.7-1.1,3.4-4.5,3.4c-3,0-4.2-1.4-4.2-3.2
c0-1.9,1.1-3.5,4.3-3.5C305.1,89.1,306.4,90.5,306.4,92.4 M311.6,71.7l-5.3,0.5c-1-0.3-2.7-0.8-4.2-0.8c-4.7,0-7.8,2.7-7.8,6.2
c0,3.3,2.1,4.9,4.7,5.8v0.1c-2.5,0.2-3.5,1.1-3.5,2.3c0,1.2,0.8,1.8,3.2,2.3V88c-2.5,0.3-5.5,1.6-5.5,4.5c0,2.9,2.5,5.2,8.2,5.2
c6,0,9.4-2,9.4-5.3c0-4.2-3.4-4.7-6.8-5c-4-0.3-4.6-0.6-4.6-1.7c0-1.2,1.6-1.4,2.8-1.5l0.9-0.1c5-0.8,6.6-3.5,6.6-6.4
c0-1.5-0.7-2.9-1.6-3.6V74h3.5V71.7z M269.1,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8h-0.5
c-1.8,0-2-0.6-2-2.3v-5.9c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8h-0.9
c-1.8,0-2-0.6-2-2.3v-8.5c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M259.3,65.8
c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7C260.3,63.1,259.3,64.2,259.3,65.8 M256.9,73.8h1.3
c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V71.5c-2.3,0.2-5.5,0.4-7.3,0.4V73.8z
M232.7,73.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.1v-1.8h-0.5c-1.8,0-2-0.6-2-2.3v-5.9
c0-3.4,1.8-5.2,4.4-5.2c1.9,0,3.2,1.1,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8H254c-1.8,0-2-0.6-2-2.3v-8.5
c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V73.8z M213,80.6c0,5.3,2.6,9.3,8.6,9.3
c6,0,8.6-4,8.6-9.3c0-5.3-2.6-9.3-8.6-9.3C215.6,71.4,213,75.3,213,80.6 M217.6,80.6c0-4.9,1.1-7.2,4-7.2c2.9,0,4,2.3,4,7.2
c0,4.9-1.1,7.2-4,7.2C218.7,87.8,217.6,85.5,217.6,80.6 M195.2,73.8h1.5c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8
h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3v-5.9c0-3,1.7-5.2,3.3-5.2c1.4,0,1.8,1,1.8,2.8h3.5v-5.2c-0.8-0.3-1.8-0.4-2.9-0.4
c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-7,0.4V73.8z M186.8,77.6c0,3.1-0.9,4.6-2.8,4.6c-1.9,0-3.1-1.4-3.1-4.6
c0-3.1,1.1-4.3,3.1-4.3C185.7,73.3,186.8,74.3,186.8,77.6 M188.3,92.4c0,1.7-1.1,3.4-4.5,3.4c-3,0-4.2-1.4-4.2-3.2
c0-1.9,1.1-3.5,4.3-3.5C187,89.1,188.3,90.5,188.3,92.4 M193.6,71.7l-5.3,0.5c-1-0.3-2.7-0.8-4.2-0.8c-4.7,0-7.8,2.7-7.8,6.2
c0,3.3,2,4.9,4.8,5.8v0.1c-2.5,0.2-3.5,1.1-3.5,2.3c0,1.2,0.8,1.8,3.2,2.3V88c-2.5,0.3-5.5,1.6-5.5,4.5c0,2.9,2.5,5.2,8.2,5.2
c6,0,9.4-2,9.4-5.3c0-4.2-3.4-4.7-6.8-5c-4-0.3-4.6-0.6-4.6-1.7c0-1.2,1.6-1.4,2.8-1.5l0.9-0.1c5-0.8,6.6-3.5,6.6-6.4
c0-1.5-0.7-2.9-1.6-3.6V74h3.5V71.7z"/>
<path class="st0" d="M383.3,38h3.2v11.3c0,1.7-0.2,2.3-2,2.3h-1.1v1.8h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3V38h4.7V36h-4.7v-3.6
c0-2.2,0.9-3.2,2.3-3.2c1.3,0,1.8,0.8,1.8,3.2h3v-4.7c-1.4-0.3-3-0.5-4.8-0.5c-6.5,0-6.8,4-6.8,8.9h-3.2V38z M363.9,44.7
c0,5.3,2.6,9.3,8.6,9.3c6,0,8.6-4,8.6-9.3c0-5.3-2.6-9.3-8.6-9.3C366.4,35.4,363.9,39.3,363.9,44.7 M368.5,44.7
c0-4.9,1.1-7.2,4-7.2c2.9,0,4,2.3,4,7.2c0,4.9-1.1,7.2-4,7.2C369.5,51.9,368.5,49.6,368.5,44.7 M346.2,52.9l-1.7,4.4
c-0.5,1.3-0.9,2-2.3,2h-1.6v1.8h9.6v-1.8H349c-1.4,0-1.8-0.3-1.8-1.1c0-0.6,0.4-1.4,0.6-1.9l7.1-16.9c0.5-1.2,0.8-1.8,1.6-1.8h0.8
V36h-7.6v1.8h1.5c0.6,0,0.9,0.1,0.9,0.6c0,0.3-0.2,0.8-0.4,1.3l-3.3,8.4l-3-8c-0.2-0.6-0.5-1.1-0.5-1.6c0-0.5,0.4-0.6,1-0.6h1.3V36
h-8.9v1.8h0.5c0.9,0,1.3,0.5,2,2.3L346.2,52.9z M322.1,38h3.2v10.3c0,4.5,2,5.6,5.6,5.6c3.5,0,5.5-1.7,5.5-5.6v-0.8h-3v1.8
c0,1.5-0.6,2.2-1.9,2.2c-1.3,0-1.9-0.7-1.9-2.2V38h5.8V36h-5.8v-5.1h-3.1c-0.3,3.6-1.1,4.7-4.4,5.1V38z M312.6,29.8
c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7C313.5,27.1,312.6,28.3,312.6,29.8 M310.1,37.8h1.3
c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4V37.8z
M292.9,52.8c1,0.4,3.7,1.1,6.6,1.1c3.8,0,7.8-1.6,7.8-5.8c0-2.7-1.4-3.8-4.5-4.8l-2.9-1c-1.7-0.5-2.6-1.5-2.6-2.9
c0-1.4,1-2.1,2.7-2.1c2.6,0,3.3,1.2,3.3,3.9h3v-4.9c-1-0.5-3.5-1-6.2-1c-4.2,0-7.2,2-7.2,5.3c0,2.8,2,4.3,6.2,5.6
c3.3,1,3.8,1.8,3.8,3.1c0,1.7-1.5,2.6-3.8,2.6c-2.5,0-3.2-1.7-3.2-4.2h-3V52.8z M274.2,37.8h1.5c1.4,0,1.6,0.3,1.6,2.7v8.8
c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h11.5v-1.8h-1.9c-1.8,0-2-0.6-2-2.3v-5.9c0-3,1.7-5.3,3.3-5.3c1.4,0,1.8,1,1.8,2.8h3.5v-5.2
c-0.8-0.3-1.8-0.4-2.9-0.4c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-7,0.4V37.8z M271.6,45v-0.8c0-6-2.4-8.7-8.2-8.7
c-6,0-8.6,4-8.6,9.3c0,5.3,2.6,9.3,8.6,9.3c6,0,7.8-3.1,7.8-6.2h-3.7c0,2.7-1.1,4.1-3.7,4.1c-4.4,0-4.5-4.5-4.5-6.9H271.6z
M259.4,42.9c0-3,0.9-5.5,4-5.5c3.1,0,3.8,2.6,3.8,5.5H259.4z M246.1,37.7h1.5c0.8,0,1,0.2,1,0.5c0,0.3-0.1,0.6-0.2,0.9l-3.7,10.7
h-0.1l-3.5-10.1c-0.1-0.4-0.3-0.8-0.3-1.3c0-0.4,0.4-0.6,1.4-0.6h1.2V36h-9v1.8h0.4c0.8,0,1,0.2,1.5,1.4l5.6,14.5h4.2l5.6-14.6
c0.4-0.9,0.7-1.2,1.4-1.2h0.5V36h-7.6V37.7z M226,29.8c0,1.5,0.9,2.7,2.6,2.7c1.7,0,2.6-1.2,2.6-2.7c0-1.5-0.9-2.7-2.6-2.7
C227,27.1,226,28.3,226,29.8 M223.6,37.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8h10.5v-1.8H233
c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4V37.8z M199.4,37.8h1.3c1.4,0,1.6,0.3,1.6,2.7v8.8c0,1.7-0.2,2.3-2,2.3h-1.2v1.8
h10.1v-1.8h-0.5c-1.8,0-2-0.6-2-2.3v-5.9c0-3.4,1.8-5.3,4.4-5.3c1.9,0,3.2,1.2,3.2,3.7v7.4c0,1.7-0.2,2.3-2,2.3h-0.5v1.8h9.9v-1.8
h-0.9c-1.8,0-2-0.6-2-2.3v-8.5c0-3.9-2.7-5.5-6.3-5.5c-2.9,0-5,1.2-6.2,4.1h-0.1v-4c-1.8,0.2-5,0.4-6.8,0.4V37.8z M190.7,53.4h6.8
v-1.8h-0.9c-1.8,0-2-0.6-2-2.3V35.5c-2.3,0.2-5.5,0.4-7.3,0.4v1.9h1.3c1.4,0,1.6,0.3,1.6,2.7v4.9c0,3.7-1.3,5.6-4.4,5.6
c-2,0-3.2-1-3.2-3.2V35.5c-2.3,0.2-5.5,0.4-7.3,0.4v1.9h1.3c1.4,0,1.6,0.3,1.6,2.7V49c0,3.3,2.2,5,5.7,5c3.6,0,5.9-1.6,6.7-4h0.1
V53.4z"/>
</g>
<polygon class="st0" points="150.7,35.7 86.8,114.5 91.9,114.6 155.8,35.7 "/>
<g>
<path class="st0" d="M32.5,20.3c-0.5,0.1-1.1,0.3-1.5-0.6c-0.3-0.8,1-2,1.4-2.4c0.6-0.5-0.2-1.1-0.6-0.5c-0.1,0.2-1.1,1.6-1.9,1.6
c-1.2,0-1.2-1.5-1.2-1.5s-1.4-0.9-1.4-3.7c0-2.5,1.6-3.7,1.6-3.7s0-1.4,1.1-1.4c1.1,0,1.8,1.6,1.9,1.7c0.6,0.8,1.3,0.1,0.8-0.5
c-1.2-1.4-1.4-2.5-0.1-3.1c0.5-1.1,1.9-1.8,3.4-1.9l0.1,0l0,0c1.5,0.1,2.9,0.9,3.4,1.9c1.3,0.6,1,1.7-0.1,3.1
c-0.5,0.6,0.2,1.3,0.8,0.5c0.1-0.1,0.8-1.6,1.9-1.7c1.1,0,1.1,1.4,1.1,1.4s1.6,1.2,1.6,3.7c0,2.8-1.4,3.7-1.4,3.7s0.1,1.5-1.2,1.5
c-0.8,0-1.8-1.4-1.9-1.6c-0.4-0.6-1.1,0-0.6,0.5c0.4,0.4,1.7,1.6,1.4,2.4c-0.4,0.8-1,0.6-1.5,0.6c0,0-0.4,0.7-1.1,0.7
c3.2,2.4,8.3,1,8.9-0.7c0,0-0.9,0.2-0.8-0.7c0-0.5,0.6-0.8,1.3-0.9c-0.2-0.3-0.2-0.8-0.2-1.2c0.1-1.3,0.9-2.3,1.9-2.4
c1,0,1.8,0.9,1.7,2.2c0,0.6-0.3,1.2-0.6,1.6c0.7,0.3,1.2,0.6,1.2,1.1c-0.2,1.2-1.2,0.9-1.2,0.9c-0.1,2.6,3.9,3.2,4.9,2.5
c-0.4-1.5,0.2-2,0.7-2.4c0.3-0.3,1.3-0.9,1.5-1c0.3-0.2,0.5-0.6,0.3-0.8c-0.2-0.1-0.6,0.1-0.8,0.3c-0.3,0.3-0.8,1-1.5,0.8
c-0.9-0.2-0.5-1.3-0.7-1.8c-1-3.5-0.1-6,3.4-7.5c0,0,1.3-1.4,2.5-0.8c1.2,0.6,0.4,2.5,0.4,2.5l0.4,0.2c1.3-2.3,3.2-4,5.8-4.1
c1.9,0,2.8,1.1,2.9,2.6c0.2,3.4-3.3,2.1-3,0.9c0,0-0.8,0.1-1.3,0.8c0-0.2,0-2.2-1.8-1.2c-0.5,0.3-1.4,1.8-1.5,2
c-0.2,0.7,0.1,0.8-0.3,1.4c-0.3,0.5-0.7,0.6-0.8,1c-0.2,0.4,0.1,1.1-0.2,1.5c-0.3,0.6-0.7,0.6-0.9,1.1c-0.2,0.4-2.7,6.8-2.7,6.8
s1,0.6,0.8,1.6c-0.3,1.3-1.1,1-1.5,1.8c-13.7-3.5-27.8-3.5-42.5-0.1c-0.4-0.8-1.2-0.5-1.5-1.8c-0.2-1,0.8-1.6,0.8-1.6
s-2.5-6.4-2.7-6.8c-0.2-0.5-0.6-0.5-0.9-1.1c-0.2-0.5,0-1.2-0.2-1.5c-0.2-0.4-0.5-0.5-0.8-1c-0.4-0.7,0-0.8-0.3-1.4
c-0.1-0.2-1-1.7-1.5-2c-1.8-1.1-1.8,1-1.8,1.2c-0.5-0.7-1.3-0.8-1.3-0.8c0.3,1.3-3.2,2.5-3-0.9c0.1-1.5,1-2.6,2.9-2.6
C7.2,8.9,9,10.6,10.3,13l0.4-0.2c0,0-0.7-1.9,0.4-2.5c1.2-0.6,2.5,0.8,2.5,0.8c3.5,1.5,4.4,3.9,3.4,7.5c-0.2,0.6,0.2,1.6-0.7,1.8
c-0.8,0.2-1.2-0.5-1.5-0.8c-0.2-0.2-0.6-0.5-0.8-0.3c-0.2,0.2,0,0.6,0.3,0.8c0.1,0.1,1.1,0.7,1.5,1c0.5,0.4,1.1,0.9,0.7,2.4
c1,0.7,5.1,0.2,4.9-2.5c0,0-1.1,0.3-1.3-0.9c-0.1-0.4,0.4-0.8,1.2-1.1c-0.4-0.4-0.6-1-0.6-1.6c-0.1-1.3,0.7-2.2,1.7-2.2
c1,0,1.9,1.1,1.9,2.4c0,0.4-0.1,0.9-0.2,1.2c0.7,0.1,1.3,0.4,1.3,0.9c0,0.9-0.8,0.7-0.8,0.7c0.7,1.8,5.7,3.1,8.9,0.7
C32.9,21.1,32.5,20.3,32.5,20.3 M33.6,13.8c0,1.3,1.1,2.4,2.4,2.4c1.3,0,2.4-1.1,2.4-2.4c0-1.3-1.1-2.4-2.4-2.4
C34.7,11.4,33.6,12.5,33.6,13.8 M46.7,24c1,0,3,0.4,3,0.4s-0.8-0.9-1.2-1.6c0,0-0.5,0.4-0.7,0.6C47.5,23.6,46.7,24,46.7,24
M36,21.9c-0.4,0.4-1.2,1.2-2,1.5c0,0,1.4,0,2,0H36c0.6,0,2,0,2,0C37.2,23.1,36.4,22.4,36,21.9 M25.3,24c0,0-0.8-0.4-1-0.6
c-0.3-0.2-0.7-0.6-0.7-0.6c-0.4,0.6-1.2,1.6-1.2,1.6S24.3,24,25.3,24 M56.6,30.4c0.7,0.2,1.6,0.8,1.3,1.8c-0.3,0.9-1.4,1-2,0.9
c-0.7-0.2-1.6-0.8-1.3-1.8C54.8,30.3,56,30.2,56.6,30.4 M48,30.1l-2,1.7l-1.7-2l2-1.7L48,30.1z M16.3,33c-0.7,0.2-1.8,0.1-2-0.9
c-0.3-0.9,0.7-1.6,1.3-1.8c0.7-0.2,1.8-0.1,2,0.9C17.9,32.2,17,32.9,16.3,33 M34,29.5c0-0.8,0.9-1.4,2.1-1.4c1.1,0,2.1,0.6,2.1,1.4
c0,0.8-0.9,1.4-2.1,1.4C35,30.9,34,30.3,34,29.5 M24.2,30.1l1.7-2l2,1.7l-1.7,2L24.2,30.1z M7.1,90.3c0.2-0.9,1.2-0.7,1.2-0.7
S8.1,88.8,9,88.4C9.9,88,10.4,89,10.4,89l0.4,2.7l-2.9-0.1C7.9,91.6,6.9,91.4,7.1,90.3 M11.2,85.9c0.2-0.9,1.2-0.7,1.2-0.7
S12.2,84.4,13,84c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L12,87.2C12,87.2,10.9,86.9,11.2,85.9 M15.3,81.5c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L16,82.7C16,82.7,15,82.5,15.3,81.5 M36,40.3c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C36.8,41.6,35.8,41.3,36,40.3 M40,55.5c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C40.7,56.8,39.7,56.5,40,55.5 M44.7,50.4c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C45.5,51.7,44.5,51.4,44.7,50.4 M49.5,45.4c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C50.3,46.7,49.2,46.4,49.5,45.4 M54.3,40.4c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L55,41.6C55,41.6,54,41.4,54.3,40.4 M4.5,74.3c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2C7.2,71.9,7.7,73,7.7,73l0.4,2.7l-2.9-0.1C5.2,75.5,4.2,75.3,4.5,74.3 M15.5,101.2c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C16.3,102.5,15.2,102.2,15.5,101.2 M20.2,96.1c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7L21,97.4C21,97.4,20,97.1,20.2,96.1 M24.9,91c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C25.7,92.3,24.7,92,24.9,91 M29.6,85.9c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C30.4,87.2,29.4,86.9,29.6,85.9 M50.3,64.1c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C51.1,65.4,50.1,65.1,50.3,64.1 M54.6,59.5c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C55.3,60.8,54.3,60.5,54.6,59.5 M58.8,54.9C59,54,60,54.2,60,54.2
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C59.6,56.2,58.6,55.9,58.8,54.9 M63.1,50.2c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C63.8,51.5,62.8,51.3,63.1,50.2 M30.1,105.8c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C30.9,107,29.9,106.8,30.1,105.8 M63.1,69.3c0.2-0.9,1.2-0.7,1.2-0.7
s-0.2-0.8,0.6-1.2c0.9-0.4,1.4,0.6,1.4,0.6l0.4,2.7l-2.9-0.1C63.8,70.6,62.8,70.3,63.1,69.3 M31.2,73c0-0.1,0.2-0.1,0.7-0.2
c0.4-0.1,0.8-0.2,0.8-0.1c0,0.2-0.3,0-0.3,0.4v3.3c0,0.2,0.2,0,0.2,0.2c0,0.2-0.4,0.1-0.7,0.1c-0.3,0-0.7,0.1-0.7-0.1
c0-0.2,0.3,0,0.3-0.2v-3.2C31.5,72.9,31.2,73.2,31.2,73 M27.6,74.4c0-0.1,0.1-0.1,0.3-0.2c0.2-0.1,0.3-0.2,0.5-0.1
c0.2,0.2,1.2,1.4,1.2,1.4v-1.7c0-0.2-0.3,0.1-0.3-0.1c0-0.1,0.1-0.1,0.4-0.2c0.2-0.1,0.6-0.4,0.6-0.2c0,0.2-0.2,0.1-0.2,0.4v3.3
c0,0.3,0,0.3-0.1,0.3c-0.1,0-1.7-2.1-1.7-2.1v2.2c0,0.2,0.4-0.1,0.4,0.1c0,0.1-0.2,0.2-0.5,0.3c-0.2,0.1-0.6,0.3-0.6,0.1
c0-0.2,0.3-0.1,0.3-0.3v-2.9C27.8,74.4,27.6,74.6,27.6,74.4 M26.3,76.4c0-1.4-0.9-0.9-0.9-0.9v2.8C25.4,78.4,26.3,78.4,26.3,76.4
M24.2,75.9c0-0.1,0.4-0.3,0.7-0.4c0.5-0.2,2.2-1.1,2.2,1c0,1.9-1.3,2.2-1.7,2.4c-0.4,0.2-1,0.5-1,0.4c-0.1-0.1,0.2-0.2,0.2-0.5
v-2.3C24.6,75.8,24.2,76.1,24.2,75.9 M30,67.4c0-0.1,0.3-0.1,0.5-0.2c0.3-0.1,0.5-0.1,0.6,0c0.1,0.1,0.7,1.1,0.7,1.1
s0.8-1.1,0.8-1.2c0.1-0.1,0.1-0.2,0.4-0.2c0.4,0,0.5,0,0.5,0c0,0.1-0.2,0.1-0.2,0.4c0,0.2,0,2.9,0,3c0,0.3,0.2,0.2,0.2,0.3
c0,0.1-0.2,0.1-0.7,0.1c-0.4,0-0.7,0.1-0.7,0c0-0.2,0.2,0,0.2-0.3v-2c0,0-0.8,1.1-0.8,1.1c0,0-1-1.4-1-1.4v2.4
c0,0.4,0.4,0.2,0.4,0.3c0,0.1-0.3,0.1-0.5,0.2c-0.2,0.1-0.5,0.2-0.5,0.1c-0.1-0.2,0.3-0.1,0.3-0.5c0-0.4,0-2.6,0-2.8
C30.3,67.4,30,67.6,30,67.4 M28.9,67.9c0.1-0.1,0.5-0.2,0.5-0.2c0.1,0.1-0.1,0.1-0.3,0.7c-0.1,0.2-0.7,3.6-0.9,3.7
c-0.1,0-1.2-2.7-1.3-2.9c-0.2-0.4-0.4-0.1-0.4-0.3c0-0.1,0.3-0.2,0.5-0.3c0.1-0.1,0.6-0.4,0.7-0.3c0.1,0.1-0.3,0.1-0.1,0.5
c0.1,0.3,0.7,1.6,0.7,1.6s0.4-1.5,0.5-2c0.1-0.5-0.3-0.3-0.3-0.4C28.5,68,28.7,67.9,28.9,67.9L28.9,67.9z M24.7,71.4v1.8
c0,0,1-0.2,1-1.4C25.7,70.9,24.7,71.4,24.7,71.4 M24.7,69.8V71c0,0,0.7-0.3,0.7-0.9C25.4,69.4,24.7,69.8,24.7,69.8 M24.8,69.5
c0.4-0.2,1.5-0.4,1.5,0.5c0,0.7-0.4,0.8-0.4,0.8s0.8,0.1,0.8,0.8c0,0.7-0.4,1.2-0.8,1.5c-0.2,0.1-1.5,0.7-1.6,0.8
c-0.1,0.1-0.4,0.2-0.4,0.2c-0.1-0.2,0.2-0.1,0.2-0.6v-3c0-0.6-0.3-0.4-0.3-0.5C23.7,69.8,24.4,69.6,24.8,69.5 M31.4,61.1v1.5
c0,0,0.7,0,0.7-0.9C32.1,60.8,31.4,61.1,31.4,61.1 M33.3,64.5c0.2,0,0.3-0.1,0.3-0.1s-0.1,0.5-0.6,0.5c-0.8,0-0.7-1.3-1-1.7
c-0.2-0.4-0.6-0.2-0.6-0.2v1.3c0,0.4,0.3,0.2,0.3,0.4c0,0.1-0.2,0.1-0.2,0.1s-0.6,0.2-0.8,0.2c-0.2,0-0.3,0.1-0.3,0
c0-0.2,0.2-0.1,0.2-0.5v-2.8c0-0.5-0.3-0.4-0.3-0.5c0-0.1,0.2-0.1,0.4-0.2c0.4-0.1,0.5-0.2,1-0.3c0.5-0.1,1.4,0.1,1.4,0.8
c0,0.8-0.4,0.9-0.7,1.1C33.3,63.2,32.9,64.4,33.3,64.5 M27.5,62.5c0.4-0.1,1-0.4,1.7-0.8c0.1-0.1,0.4-0.2,0.5,0
c0.1,0.3,0.2,0.6,0.2,0.6c-0.1,0.1-0.2,0-0.4-0.1c-0.1-0.1-0.3-0.2-0.5-0.1c-0.2,0-0.4,0.1-0.4,0.1l0,1.2c0,0,0.4,0,0.5-0.2
c0-0.2,0.1-0.4,0.2-0.5c0.1,0,0.1,0.2,0.1,0.6c0,0.1,0,0.2,0,0.2c0,0.4,0,0.6-0.1,0.6c-0.1,0-0.2-0.3-0.2-0.4c0-0.1-0.5,0-0.5,0.1
v1.7c0,0,0.3-0.2,0.5-0.3c0.2-0.1,0.5-0.5,0.6-0.7c0.1-0.2,0.2-0.4,0.3-0.4c0.1,0-0.1,0.7-0.1,0.7s0,0.3-0.2,0.4
c-0.2,0.1-1.6,0.7-1.7,0.8c-0.2,0.1-0.5,0.3-0.5,0.2c0-0.2,0.2-0.1,0.2-0.6l0-2.8c0,0,0-0.2-0.2-0.3C27.3,62.7,27.2,62.6,27.5,62.5
M24.4,63.8c0.2-0.1,0.7-0.3,0.8-0.2c0.1,0.2-0.3,0.1-0.2,0.5c0.1,0.3,0.7,1.8,0.7,1.8l0.5-2.1c0.1-0.5-0.3-0.3-0.3-0.4
c0-0.1,0.3-0.2,0.4-0.2c0.1-0.1,0.6-0.3,0.6-0.2c0.1,0.2-0.2,0.2-0.3,0.6c-0.1,0.5-1,3.8-1.2,4c-0.1,0.1-1.3-2.8-1.4-3
c-0.1-0.2-0.4-0.1-0.4-0.3C23.7,64,24.2,63.9,24.4,63.8 M39.4,73.1c0-0.1,0.1-0.1,0.3,0c0.2,0.1,0.4,0.1,0.6,0.4
c0.2,0.3,1.4,2.4,1.4,2.4l0-1.9c0-0.3-0.2-0.3-0.2-0.4c0-0.1,0.2,0,0.4,0.1c0.2,0.1,0.4,0.1,0.4,0.2c0,0.1-0.2,0-0.2,0.2v3.6
c0,0,0,0.2-0.1,0c-0.1-0.1-2-3.1-2-3.1s0,1.9,0,2.1c0,0.2,0.2,0.2,0.2,0.3c0,0.1-0.3,0.1-0.4,0c-0.2,0-0.4,0-0.4-0.2
c0-0.1,0.2,0.1,0.2-0.3v-3.1C39.7,73.2,39.4,73.2,39.4,73.1 M41.2,67.5c0-0.1,0.6,0.1,1.1,0.2c0.5,0.1,1.4,0.3,1.4,0.6
c0,0.4,0.1,0.7,0,0.7c-0.1,0-0.2-0.4-0.4-0.6c-0.2-0.2-0.7-0.3-0.8-0.3c-0.1,0-0.1,0-0.1,0.1v1.1c0,0,0.3,0.1,0.5,0.1
C43,69.3,43,69,43.1,69c0.1,0,0.1,0.2,0,0.6c0,0.4,0,0.7-0.1,0.7c-0.1,0-0.1-0.4-0.3-0.6c-0.2-0.2-0.4-0.2-0.4-0.2v1.8
c0,0,0.2,0.2,0.7,0.1c0.5-0.2,0.8-0.5,0.9-0.4c0.1,0.1,0,0.2-0.2,0.5c-0.2,0.4-0.3,0.6-0.6,0.5c-0.2-0.1-0.7-0.3-1.1-0.4
c-0.3-0.1-1-0.3-1-0.4c0-0.1,0.3,0.1,0.3-0.3v-3.2C41.5,67.6,41.2,67.6,41.2,67.5 M40.4,66.9c0.2,0,0.1,0.6,0.2,0.8
c0,0.4,0.2,0.7,0,0.7c-0.2,0-0.4-0.6-0.7-0.9c-0.3-0.3-1.3-0.8-1.3,1.3c0,1.8,0.8,1.8,1.2,1.6c0.4-0.1,0.6-0.5,0.6-0.4
c0.1,0-0.4,0.9-1.2,1c-0.9,0.1-1.7-0.8-1.7-2.1c0-1.4,0.7-2.2,1.5-2.2c0.7,0,0.9,0.5,1.2,0.5C40.4,67.3,40.2,66.9,40.4,66.9
M42.7,62.1c0-0.2,0.3,0,0.8,0.2c0.5,0.2,0.9,0.3,0.8,0.4c0,0.1-0.4-0.1-0.3,0.2c0,0.2,0.6,2.1,0.6,2.1s0.6-1.5,0.7-1.6
c0-0.2-0.2-0.2-0.2-0.3c0-0.1,0.2,0,0.4,0.1c0.2,0.1,0.4,0.2,0.4,0.3c0,0.1-0.2-0.1-0.3,0c-0.1,0.2-1.4,3.1-1.4,3.1l-1.3-4.2
C42.8,62.2,42.7,62.2,42.7,62.1 M39.7,61c0-0.1,0.2,0,0.2,0l1.2,0.4c0,0,0.2,0.1,0.2,0.2c0,0.1-0.4-0.1-0.4,0.2V65
c0,0,0.1,0.2,0.5,0.1c0.4-0.2,1-0.5,1-0.5s0.3-0.1,0.2,0.1c-0.1,0.2-0.3,0.8-0.3,0.8s-0.1,0.2-0.4,0.2c-0.3-0.1-1.1-0.3-1.3-0.3
c-0.2-0.1-0.8-0.2-0.8-0.2s-0.1,0-0.1-0.1c0-0.1,0.4,0,0.4-0.3v-3.2C40,61.1,39.7,61.1,39.7,61 M44.2,72.5c0-0.2,0.3,0.1,0.3-0.3
v-3.1c0-0.4-0.2-0.4-0.2-0.5c0-0.2,0.3,0.1,0.4,0.1c0.1,0,1,0.5,1.1,0.5c0.1,0,1.1,0.4,1.1,1.5c0,0.7-0.6,0.6-0.6,0.6
s0.6,0.4,0.6,0.9c0,0.5,0.1,1,0.1,1.1c0,0.1,0.1,0.4,0.4,0.1c0,0,0,0.6-0.7,0.4c-0.5-0.2-0.6-0.6-0.6-0.9c0-0.3-0.2-1.7-0.8-1.7
v1.4c0,0.4,0.2,0.3,0.2,0.5c0,0.1-0.3-0.1-0.6-0.2C44.5,72.7,44.2,72.6,44.2,72.5 M45.3,69.3v1.5c0.1,0,0.8,0.5,0.8-0.4
C46.1,69.4,45.3,69.3,45.3,69.3 M43.7,74.8c0.1-0.2-0.1-0.3-0.1-0.4c0-0.1,0.3,0.1,0.5,0.2c0.2,0.1,0.5,0.2,0.5,0.4
c0.1,0.2,1,3.4,1.1,3.7c0.1,0.3,0.3,0.2,0.2,0.4c0,0.1-0.3-0.1-0.8-0.3c-0.5-0.2-0.7-0.2-0.7-0.3c0-0.1,0.5,0.1,0.3-0.2
c-0.1-0.2-0.2-0.8-0.2-0.8l-1.3-0.4l-0.2,0.6c-0.1,0.3,0.2,0.3,0.1,0.4c0,0.1-0.2,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2
c0-0.1,0.2,0,0.3-0.2C42.9,77.4,43.7,75,43.7,74.8 M43.9,75.2l-0.4,1.4l1,0.3L43.9,75.2z M69.1,35.8v41.7
c0.5,24.9-19.9,33.8-33.4,33.8c-13.5,0-33.8-8.8-33.4-33.8V35.8h12.4c-0.1-0.8,0.1-1.3,0.2-1.3c17-3.4,25.2-3.6,42.2,0
c0.4,0.4,0.4,0.9,0.4,1.3H69.1z M8.5,96.3l13-13.9v-4.1l-1.5,0c0,0-1-0.3-0.8-1.3c0.2-0.9,1.2-0.7,1.2-0.7s-0.2-0.8,0.6-1.2
c0.2-0.1,0.3-0.1,0.4-0.1l0-2.7L5.3,89.6C6.1,92.1,7.2,94.3,8.5,96.3 M24.7,60.8c0.2-0.1,0.4-0.2,0.5-0.3c0.6-0.3,1.8-0.9,3-1.4
c1.2-0.5,2.6-1,3.8-1c1.1,0,2.1,0.3,2.7,0.7c0.3,0.2,0.6,0.3,0.7,0.5l0.1,0.1c0,0,0-0.1,0.1-0.1c0.1-0.2,0.3-0.3,0.6-0.5
c0.6-0.4,1.4-0.6,2.7-0.6c1.4,0,2.9,0.5,4.1,1.1l0.3,0.1L64.2,37h-9.5L36.2,56.7v-9.5L45.8,37H3.5v40.5c0,1.5,0,3,0.1,4.4l9.1-9.7
h8.8v-7.7c-0.2,0.2-0.4,0.2-0.4,0.2s0.2-0.7-0.4-0.8c0,0-0.1,0-0.2,0c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-1.3,1.4-1.5,1.6
c-0.2-0.2-1.1-1.3-1.5-1.6c-0.2-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.4,0.8-0.4,0.8s-0.6,0.1-0.6-0.7
c0-0.6,0.5-0.9,0.9-1.1c0.6-0.1,1.3-0.2,1.4-1.2c0-0.2,0-0.3,0-0.3s-0.2,0.3-0.8,0.6c-0.7,0.3-2.4,0.3-2.4,1.3
c0,0.4,0.4,0.4,0.4,0.4s0,0.2-0.3,0.2c-0.1,0-0.1,0-0.2,0c-0.4-0.1-0.5-0.5-0.5-1c0-0.3-0.2-0.8-0.6-0.7c-0.1,0-0.2,0-0.3,0.1
c-0.3,0.2-0.2,0.5-0.2,0.5s-0.4-0.2-0.3-0.7c0.1-0.4,0.3-0.6,0.7-0.7c0,0,0.1,0,0.1,0c0.5-0.1,0.8,0.1,0.8,0.1s-0.1-0.3-0.1-0.7
c0-0.3,0.2-0.6,0.6-0.7c0.7-0.1,0.8,0.3,0.7,0.6c0,0-0.2-0.2-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2
c-0.1,0.3,0.1,0.6,0.1,0.7c0.1,0.2,0.5,0.3,1.1,0.2c0.6-0.1,1-0.5,1.2-0.9c0.1-0.2,0.2-0.3,0.1-0.5l0.3-3.6c0,0,0.1-0.9-0.5-1
c-0.1,0-0.1,0-0.2,0c-0.5,0.1-1.1,0.8-0.9,1.7c0.1,0.7-0.2,1.2-0.5,1.3c-0.4,0.1-0.7,0-0.8-0.3c0.7,0,0.7-0.6,0.5-0.9
c-0.1-0.1-0.2-0.1-0.4-0.1c-0.7,0.1-1.8,1.1-2,1.6c-0.2,0.5,0.2,0.4,0.4,0.8c0.1,0.3-0.2,0.6-0.2,0.6c0,0.1,0,0.2,0,0.3
c-0.1,0.3-0.2,0.4-0.4,0.4c-0.1,0-0.2,0-0.3,0c0.2-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.2s-0.2,0-0.4-0.3c-0.2-0.3,0-0.4-0.2-0.8
c-0.2-0.4-0.9-0.7-1.4-0.8c0,0-0.1,0-0.1,0c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.3-0.2-0.6-0.2c-0.2,0-0.3,0.2-0.2,0.4
c0,0,0,0.1,0,0.1c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.3-0.9,0.6-0.9c0.4,0,0.5,0.2,0.6,0.2c0.2-0.9-0.5-0.6-0.8-1
c-0.2-0.3-0.1-0.4-0.1-0.5c0-0.2-0.2-0.2-0.4-0.1c-0.1,0-0.1,0-0.2,0c0,0,0.1-0.4,0.5-0.5c0.1,0,0.3,0,0.6,0.1
c0.2-0.1,0.4,0,0.5,0.2c0.1,0.2,0,0.4,0,0.6c0.1,0.6,0.4,0.6,0.5,0.5c-0.3-0.8,0.1-1.1,0.1-1.2c0-0.1,0-0.3-0.2-0.4
c0,0-0.1,0,0-0.1c0,0,0.8,0,0.9,0.5c0,0,0.3,0.2,0.3,0.6c0,0.5-0.3,0.6-0.4,0.7c0.1,0.6,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.6-0.2
c0.5-0.2,1.6-0.9,1.3-1.4c-0.1-0.2-0.3-0.4-0.6-0.3c-0.1,0-0.2,0.1-0.3,0.1c-0.3,0.3-0.2,0.7-0.2,0.7c-0.5,0.1-0.7-0.7-0.4-1
c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6,0,1-0.1c0.4-0.1,0.7-0.3,0.9-0.8c0.2-0.3,0.2-0.8,0-1.2c-0.2-0.4-0.6-0.9-1.1-1
c-0.1,0.9-0.6,1.6-1.2,2c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.2,0-0.1,0c0.8-0.9,0.6-1.9,0.6-2c-0.1,0.1-0.7,1.2-1.7,1.7
c-0.1,0-0.2,0.1-0.3,0.1c-0.6,0.1-1.2-0.2-0.9-0.2c0.4-0.1,1.9-1,1.5-2.9c-0.1,0.1-0.7,1.3-1.6,1.9c-0.4,0.2-0.7,0.4-1.1,0.4
c-0.7,0.1-1.2-0.1-1.1-0.2c0,0,1.8-0.9,1.9-1.7c-0.1,0-0.6,0.4-1.1,0.5c-0.1,0-0.2,0-0.2,0C6,52.2,6,51.1,6,51.1
c0.1,0,1.6,0.1,2.8-2.4c0,0-0.8,0.3-1.7,0.4c-0.5,0.1-0.8-0.3-0.7-0.3c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.2,1.2-0.6
c-0.1-0.1-2.1-0.9-1.3-2.2c0,0,0.5,0.5,1.2,0.5c0.5,0,1.3,0,1.5-0.5c0,0-1-0.1-2-0.7c-0.6-0.4-0.8-1.3-0.6-1
c0.2,0.3,0.5,0.3,0.8,0.4c0.3,0.1,0.5,0,0.5,0s-1.5-1.4-0.5-2.5c0,0,0.5,1.4,1.7,1.4c0,0-0.6-0.6-0.7-1.3c-0.1-0.5-0.1-1.1,0-0.9
c0.1,0.1,0.2,0.4,0.3,0.5c0.2,0.3,0.5,0.6,0.7,0.9c0,0-0.2-0.7,0.1-1.4c0-0.1,0.4-0.7,0.4-0.5c0,0,0,0.4,0,0.6
c0.1,0.5,0.3,1.1,1.1,2c1.1,1.2,2.4,1.1,2.4,1.9c0,0.9-1.1,0.7-1.8,0.7c-0.2,0-0.2,0.4,0,0.6c0.6,0.8,3,1,3.8-0.3
c0.3-0.4,0.3-1,0.2-1.5c-0.2-0.7-0.8-0.7-1.8-0.9c-0.7-0.2-0.5-0.5-0.4-0.5c0,0,0.2,0.1,0.4,0.1c0.5,0,0.2-0.7,0.2-0.7
c-0.1,0-0.7,0.2-1.2,0.3c-0.6,0.1-1.4-0.2-1.4-0.6c0-0.5,0.6-0.7,0.6-0.5c0,0-0.4,0.7,0.8,0.7c0.4,0,1.1-0.1,1.1-0.1
c0-0.2-0.4-0.5-0.6-0.5c-0.2,0-0.4,0.1-0.7,0c-0.1-0.3,0.2-0.6,0.4-0.7c0.2-0.1,0.4-0.1,0.5-0.1c0.1,0,0.2-0.5,1-0.5
c0.4,0,1,0.3,1.3,0.3c0.3,0,0.7-0.2,0.8-0.1c0,0.1-0.2,0.4-0.1,0.6c0,0.6,0.9,2.8,2,3c1-0.2,2-2.4,2-3c0-0.2-0.2-0.5-0.1-0.6
c0-0.1,0.5,0.1,0.8,0.1c0.3,0,0.8-0.3,1.3-0.3c0.8,0,0.8,0.4,1,0.5c0.1,0,0.3,0,0.5,0.1c0.2,0.1,0.6,0.4,0.4,0.7
c-0.3,0-0.5,0-0.7,0c-0.3,0-0.6,0.3-0.6,0.5c0,0,0.7,0.1,1.1,0.1c1.1,0,0.8-0.7,0.8-0.7c0-0.1,0.6,0,0.6,0.5c0,0.4-0.7,0.7-1.4,0.6
c-0.5,0-1.1-0.3-1.2-0.3c-0.1,0-0.4,0.7,0.1,0.7c0.2,0,0.4-0.1,0.4-0.1c0.1,0,0.3,0.3-0.4,0.5c-1,0.2-1.5,0.2-1.8,0.9
c-0.2,0.5-0.1,1,0.2,1.5c0.8,1.3,3.2,1.1,3.8,0.3c0.2-0.3,0.2-0.6,0-0.6c-0.7,0.1-1.7,0.2-1.8-0.7c0-0.7,1.2-0.7,2.4-1.9
c0.9-0.9,1.1-1.5,1.1-2c0-0.1,0-0.6,0-0.6c0-0.1,0.4,0.4,0.4,0.5c0.3,0.7,0.1,1.4,0.1,1.4c0.3-0.2,0.6-0.6,0.7-0.9
c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.1,0.5,0,0.9c-0.1,0.7-0.7,1.3-0.7,1.3c1.2,0,1.7-1.4,1.7-1.4c0.9,1.1-0.5,2.5-0.5,2.5
s0.2,0.1,0.5,0c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.3,0,0.6-0.6,1c-1,0.6-2,0.7-2,0.7c0.2,0.5,1,0.6,1.5,0.5c0.7-0.1,1.2-0.5,1.2-0.5
c0.7,1.3-1.2,2.2-1.3,2.2c0.5,0.4,1,0.6,1.2,0.6c0.1,0,0.2,0,0.3,0c0.1,0-0.2,0.3-0.7,0.3C28.8,49,28,48.7,28,48.7
c1.2,2.5,2.6,2.4,2.8,2.4c0,0,0,1.1-1.6,1.1c-0.1,0-0.2,0-0.2,0c-0.6-0.1-1.1-0.5-1.1-0.5c0,0.8,1.9,1.7,1.9,1.7
c0.1,0.1-0.4,0.3-1.1,0.2c-0.3-0.1-0.7-0.2-1.1-0.4c-0.8-0.6-1.5-1.8-1.6-1.9c-0.5,1.9,1.1,2.8,1.5,2.9c0.2,0-0.4,0.3-0.9,0.2
c-0.1,0-0.2,0-0.3-0.1c-1.1-0.5-1.7-1.6-1.7-1.7c0,0.1-0.2,1,0.6,2c0,0,0,0-0.1,0c-0.1,0-0.3-0.1-0.5-0.2c-0.6-0.4-1.1-1.1-1.2-2
c-0.5,0.1-0.9,0.6-1.1,1c-0.2,0.4-0.2,0.8,0,1.2c0.3,0.5,0.6,0.7,0.9,0.8c0.3,0.1,0.6,0.1,1,0.1c0.3,0,0.5,0.1,0.7,0.4
c0.3,0.3,0.1,1.2-0.4,1c0,0,0.2-0.4-0.2-0.7c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.5,0.1-0.6,0.3c-0.3,0.5,0.8,1.2,1.3,1.4
c0,0,0.3,0.2,0.6,0.2c0.3,0,0.6,0,0.7-0.6c-0.1-0.1-0.4-0.2-0.4-0.7c0-0.4,0.3-0.6,0.3-0.6c0.1-0.5,0.9-0.5,0.9-0.5
c0.1,0,0,0.1,0,0.1c-0.2,0.1-0.3,0.2-0.2,0.4c0,0.1,0.4,0.4,0.1,1.2c0.1,0,0.4,0,0.5-0.5c0-0.2-0.1-0.4,0-0.6
c0.1-0.1,0.3-0.3,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0.1,0.5,0.5,0.5,0.5s0,0,0,0c0,0-0.1,0-0.1,0c-0.2,0-0.5,0-0.4,0.1
c0,0.1,0.1,0.2-0.1,0.5c-0.3,0.4-1,0.1-0.8,1c0,0,0.2-0.3,0.6-0.2c0.3,0,0.6,0.4,0.6,0.9c0,0.2-0.1,0.4-0.3,0.5c0,0,0,0,0-0.1
c0.1-0.2,0-0.4-0.2-0.4c-0.3,0-0.2,0.2-0.6,0.2c-0.1,0-0.1,0-0.1,0c-0.2,0-0.2-0.1-0.3-0.1c0,0-0.1,0-0.1,0
c-0.5,0.1-1.2,0.4-1.4,0.8c-0.2,0.4,0,0.5-0.2,0.8c-0.2,0.3-0.4,0.3-0.4,0.3s0,0.1,0,0.2C24.7,60.7,24.7,60.8,24.7,60.8 M23.4,61.3
c0.3-0.1,0.7-0.2,1-0.4c0-0.1-0.1-0.1-0.1-0.3c0-0.1,0-0.2,0-0.3c0,0-0.3-0.3-0.2-0.6c0.2-0.4,0.5-0.3,0.4-0.8
c-0.2-0.6-1.3-1.5-2-1.6c-0.2,0-0.3,0-0.4,0.1c-0.2,0.2-0.3,0.8,0.5,0.9c-0.2,0.3-0.4,0.4-0.8,0.3c-0.3-0.1-0.7-0.6-0.6-1.3
c0.2-0.9-0.4-1.6-0.9-1.7c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.5,1-0.5,1l0.3,3.6c0,0.1,0,0.3,0.1,0.5c0.2,0.3,0.6,0.7,1.2,0.9
c0.5,0.1,0.9,0,1.1-0.2c0-0.1,0.3-0.4,0.1-0.7c0-0.1-0.1-0.2-0.2-0.2c0,0-0.1,0-0.1,0c-0.2,0-0.3,0.1-0.3,0.1
c-0.1-0.2,0-0.7,0.7-0.6c0.4,0.1,0.6,0.4,0.6,0.7c0,0.3-0.1,0.7-0.1,0.7S23.2,61.3,23.4,61.3 M21.6,62.6c0-0.1,0-0.2,0-0.3
c-0.5-0.1-1-0.2-1.3-0.4c-0.6-0.3-0.8-0.6-0.8-0.6s0,0,0,0.3c0.1,1,0.7,1.1,1.4,1.2c0.3,0.1,0.6,0.3,0.8,0.5V62.6z M44.1,82.8
c-0.1,0.2-0.1,0.6,0,0.8c0.5,0.7,2.6,0.9,3.5,0C46.5,83.4,45.3,83.1,44.1,82.8 M49.9,80.9c0.3,0.4,0.7,0.7,1,0.8c1-0.2,2-2.4,2-3
c0-0.2-0.2-0.5-0.1-0.6c0-0.1,0.5,0.1,0.8,0.1c0.3,0,0.9-0.3,1.3-0.3c0.8,0,0.8,0.4,1,0.5c0.1,0,0.3,0,0.5,0.1
c0.2,0.1,0.6,0.4,0.4,0.7c-0.4,0-0.5,0-0.7,0c-0.3,0-0.6,0.3-0.6,0.5c0,0,0.7,0.1,1.1,0.1c1.1,0,0.8-0.7,0.8-0.7
c0-0.1,0.6,0,0.6,0.5c0,0.4-0.7,0.7-1.4,0.6c-0.5,0-1.1-0.3-1.2-0.3c-0.1,0-0.4,0.7,0.1,0.7c0.2,0,0.4-0.1,0.4-0.1
c0.1,0,0.3,0.3-0.4,0.5c-1,0.2-1.5,0.2-1.8,0.9c-0.2,0.5-0.1,1,0.2,1.5c0.8,1.3,3.2,1.1,3.8,0.3c0.2-0.3,0.2-0.6,0-0.6
c-0.7,0.1-1.7,0.2-1.8-0.7c0-0.7,1.2-0.7,2.4-1.9c0.9-0.9,1.1-1.5,1.1-2c0-0.1,0-0.6,0-0.6c0-0.1,0.4,0.4,0.4,0.5
c0.3,0.7,0.1,1.4,0.1,1.4c0.3-0.2,0.6-0.6,0.7-0.9c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.1,0.5,0,0.9c-0.1,0.7-0.7,1.3-0.7,1.3
c1.2,0,1.7-1.4,1.7-1.4c0.9,1.1-0.5,2.5-0.5,2.5s0.2,0.1,0.5,0c0.3-0.1,0.6-0.2,0.8-0.4c0.2-0.3,0,0.6-0.6,1c-1,0.6-2,0.7-2,0.7
c0.2,0.5,1,0.6,1.5,0.5c0.7-0.1,1.2-0.5,1.2-0.5c0.7,1.3-1.2,2.2-1.3,2.2c0.5,0.4,1,0.6,1.2,0.6c0.1,0,0.2,0,0.3,0
c0.1,0-0.2,0.3-0.7,0.3c-0.9-0.1-1.7-0.4-1.7-0.4c1.2,2.5,2.6,2.4,2.8,2.4c0,0,0,1.1-1.6,1.1c-0.1,0-0.2,0-0.2,0
c-0.6-0.1-1.1-0.5-1.1-0.5c0,0.8,1.9,1.7,1.9,1.7c0.1,0.1-0.4,0.3-1.1,0.2c-0.3-0.1-0.7-0.2-1.1-0.4c-0.8-0.6-1.5-1.8-1.6-1.9
c-0.5,1.9,1.1,2.8,1.5,2.9c0.2,0-0.4,0.3-0.9,0.2c-0.1,0-0.2,0-0.3-0.1c-1.1-0.5-1.7-1.6-1.7-1.7c0,0.1-0.2,1,0.6,2c0,0,0,0-0.1,0
c-0.1,0-0.3-0.1-0.5-0.2c-0.6-0.4-1.1-1.1-1.2-2c-0.5,0.1-0.9,0.6-1.1,1c-0.2,0.4-0.2,0.8,0,1.2c0.3,0.5,0.6,0.7,0.9,0.8
c0.3,0.1,0.6,0,1,0.1c0.3,0,0.5,0.1,0.7,0.4c0.3,0.3,0.1,1.2-0.4,1c0,0,0.2-0.4-0.2-0.7c-0.1-0.1-0.2-0.1-0.3-0.2
c-0.2,0-0.5,0.1-0.6,0.3c-0.3,0.5,0.8,1.2,1.3,1.4c0,0,0.3,0.2,0.6,0.2c0.3,0,0.6,0,0.7-0.6c-0.1-0.1-0.4-0.2-0.4-0.7
c0-0.4,0.3-0.6,0.3-0.6c0.1-0.5,0.9-0.5,0.9-0.5c0.1,0,0,0.1,0,0.1C59,92.7,58.9,92.9,59,93c0,0.1,0.4,0.4,0.1,1.2
c0.1,0,0.4,0,0.5-0.5c0-0.2-0.1-0.4,0-0.6c0.1-0.2,0.3-0.3,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0.1,0.5,0.5,0.5,0.5s0,0.1,0,0
c0,0-0.1,0-0.1,0c-0.2,0-0.5,0-0.4,0.1c0,0.1,0.1,0.2-0.1,0.5c-0.3,0.4-1,0.1-0.8,1c0,0,0.2-0.3,0.6-0.2c0.3,0,0.6,0.4,0.6,0.9
c0,0.2-0.1,0.4-0.3,0.5c0,0,0,0,0-0.1c0.1-0.2,0-0.4-0.2-0.4c-0.3,0-0.2,0.2-0.6,0.2c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.1
c0,0-0.1,0-0.1,0c-0.5,0.1-1.2,0.4-1.4,0.8c-0.2,0.4,0,0.5-0.2,0.8c-0.2,0.3-0.4,0.3-0.4,0.3s0,0.1,0,0.2c0,0.1,0.1,0.3,0.3,0.4
c0,0,0.1,0,0,0c-0.1,0-0.2,0.1-0.3,0c-0.1,0-0.3-0.1-0.4-0.4c0-0.1,0-0.2,0-0.3c0,0-0.3-0.3-0.2-0.6c0.2-0.4,0.5-0.3,0.4-0.8
c-0.2-0.6-1.3-1.5-2-1.6c-0.2,0-0.3,0-0.4,0.1c-0.2,0.2-0.3,0.8,0.5,0.9c-0.1,0.3-0.4,0.4-0.8,0.3c-0.3-0.1-0.7-0.6-0.6-1.3
c0.2-0.9-0.4-1.6-0.9-1.7c-0.1,0-0.2,0-0.2,0c-0.6,0.1-0.5,1-0.5,1l0.3,3.6c0,0.1,0,0.3,0.1,0.5c0.2,0.3,0.6,0.7,1.2,0.9
c0.5,0.1,0.9,0,1.1-0.2c0-0.1,0.3-0.4,0.1-0.7c0-0.1-0.1-0.2-0.2-0.2c0,0-0.1,0-0.1,0c-0.2,0-0.3,0.1-0.3,0.1
c-0.1-0.2,0-0.7,0.7-0.6c0.4,0.1,0.6,0.4,0.6,0.7c0,0.3-0.1,0.7-0.1,0.7s0.4-0.1,0.8-0.1c0,0,0.1,0,0.1,0c0.4,0.1,0.6,0.3,0.7,0.7
c0.1,0.4-0.3,0.7-0.3,0.7s0.1-0.3-0.2-0.5c-0.1,0-0.2-0.1-0.3-0.1c-0.4-0.1-0.7,0.4-0.6,0.7c0,0.5-0.1,1-0.5,1c-0.1,0-0.2,0-0.2,0
c-0.3,0-0.3-0.2-0.3-0.2s0.4,0,0.4-0.4c0-1-1.7-1-2.4-1.3c-0.6-0.3-0.8-0.6-0.8-0.6s0,0,0,0.3c0.1,1,0.7,1.1,1.4,1.2
c0.4,0.1,0.9,0.5,0.9,1.1c0,0.8-0.6,0.7-0.6,0.7s0.2-0.7-0.4-0.8c0,0-0.1,0-0.2,0c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-1.3,1.4-1.5,1.6
c-0.2-0.2-1.1-1.3-1.5-1.6c-0.2-0.2-0.4-0.3-0.7-0.3c-0.1,0-0.1,0-0.2,0c-0.6,0.1-0.4,0.8-0.4,0.8s-0.6,0.1-0.6-0.7
c0-0.6,0.5-0.9,0.9-1.1c0.6-0.1,1.3-0.2,1.4-1.2c0-0.2,0-0.3,0-0.3s-0.2,0.3-0.8,0.6c-0.7,0.3-2.4,0.3-2.4,1.3
c0,0.4,0.4,0.4,0.4,0.4s0,0.2-0.3,0.2c-0.1,0-0.1,0-0.2,0c-0.4-0.1-0.5-0.5-0.5-1c0-0.3-0.2-0.8-0.6-0.7c-0.1,0-0.2,0-0.3,0.1
c-0.3,0.2-0.2,0.5-0.2,0.5s-0.4-0.2-0.3-0.7c0.1-0.4,0.3-0.6,0.7-0.7c0,0,0.1,0,0.1,0c0.5-0.1,0.8,0.1,0.8,0.1s-0.1-0.3-0.1-0.7
c0-0.3,0.2-0.6,0.6-0.7c0.7-0.1,0.8,0.3,0.7,0.6c0,0-0.2-0.2-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0.1-0.2,0.1-0.2,0.2
C46.8,98,47,98.3,47,98.3c0.1,0.2,0.5,0.3,1.1,0.2c0.6-0.1,1-0.5,1.2-0.9c0.1-0.2,0.2-0.3,0.1-0.5l0.3-3.6c0,0,0.1-0.9-0.5-1
c-0.1,0-0.1,0-0.2,0c-0.5,0.1-1.1,0.8-0.9,1.7c0.1,0.7-0.2,1.2-0.6,1.3c-0.4,0.1-0.7,0-0.8-0.3c0.7-0.1,0.7-0.6,0.5-0.9
c-0.1-0.1-0.2-0.1-0.4-0.1c-0.7,0.1-1.8,1.1-2,1.6c-0.2,0.5,0.2,0.4,0.4,0.8c0.1,0.3-0.2,0.6-0.2,0.6c0,0.1,0,0.2,0,0.3
c-0.1,0.3-0.2,0.4-0.4,0.4c-0.1,0-0.2,0-0.3,0c0.2-0.1,0.2-0.3,0.3-0.4c0-0.1,0-0.2,0-0.2s-0.2,0-0.4-0.3c-0.2-0.3,0-0.4-0.2-0.8
c-0.2-0.4-0.9-0.7-1.4-0.8c0,0-0.1,0-0.1,0c-0.1,0-0.2,0.1-0.3,0.1c0,0-0.1,0-0.1,0c-0.4,0-0.3-0.2-0.6-0.2c-0.2,0-0.3,0.2-0.2,0.4
c0,0,0,0.1,0,0.1c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.3-0.9,0.6-0.9c0.4,0,0.5,0.2,0.6,0.2c0.2-0.9-0.5-0.6-0.8-1
c-0.2-0.3-0.1-0.4-0.1-0.5c0-0.2-0.2-0.2-0.4-0.1c-0.1,0-0.1,0-0.1,0c0,0,0.1-0.4,0.5-0.5c0.1,0,0.3,0,0.6,0.1
c0.2-0.1,0.4,0,0.5,0.2c0.1,0.2,0,0.4,0,0.6c0.1,0.6,0.4,0.6,0.5,0.5c-0.3-0.8,0.1-1.1,0.1-1.2c0-0.1,0-0.3-0.2-0.4
c0,0-0.1-0.1,0-0.1c0,0,0.8,0,0.9,0.5c0,0,0.3,0.2,0.3,0.6c0,0.5-0.3,0.6-0.4,0.7c0.1,0.6,0.4,0.6,0.7,0.6c0.3,0,0.6-0.2,0.6-0.2
c0.5-0.2,1.6-0.9,1.3-1.4c-0.1-0.2-0.3-0.4-0.6-0.3c-0.1,0-0.2,0.1-0.3,0.2c-0.3,0.3-0.2,0.7-0.2,0.7c-0.5,0.1-0.7-0.7-0.4-1
c0.2-0.2,0.5-0.3,0.7-0.4c0.3-0.1,0.6,0,1-0.1c0.4-0.1,0.7-0.3,0.9-0.8c0.2-0.3,0.2-0.8,0-1.2c-0.2-0.4-0.6-0.9-1.1-1
c-0.1,0.9-0.6,1.6-1.2,2c-0.1,0.1-0.3,0.2-0.5,0.2c-0.1,0-0.2,0-0.1,0c0.8-0.9,0.6-1.9,0.6-2c-0.1,0.1-0.7,1.2-1.7,1.7
c-0.1,0-0.2,0.1-0.3,0.1c-0.6,0.1-1.2-0.2-0.9-0.2c0.4-0.1,1.9-1,1.5-2.9c-0.1,0.1-0.7,1.3-1.6,1.9c-0.4,0.2-0.7,0.4-1.1,0.4
c-0.7,0.1-1.2-0.1-1.1-0.2c0,0,1.8-0.9,1.9-1.7c-0.1,0-0.6,0.4-1.1,0.5c-0.1,0-0.2,0-0.2,0c-1.6,0-1.6-1.1-1.6-1.1
c0.1,0,1.6,0.1,2.8-2.4c0,0-0.8,0.3-1.7,0.4c-0.5,0.1-0.8-0.3-0.7-0.3c0.1,0,0.2,0,0.3,0c0.3,0,0.7-0.2,1.2-0.6
c-0.1-0.1-2.1-0.9-1.3-2.2c0,0,0.5,0.5,1.2,0.5c0.5,0,1.3-0.1,1.5-0.5c0,0-1-0.1-2-0.7c0,0-0.1,0-0.1-0.1c-0.5,0-0.9,0-1.4,0.1
c-0.3,1.3-1.4,2.2-2.6,2.2c-1.3,0-2.3-0.9-2.6-2.2c-0.8-0.1-1.6-0.2-2.4-0.1l-17.9,19.1c1.7,1.6,3.6,3,5.6,4.1l16.8-17.9V97
l-10.5,11.2c3.8,1.3,7.7,1.9,11.1,1.9c13.1,0,32.6-8.6,32.2-32.5V62.1L59.5,71h-8.9l17.3-18.4V42.6L49.7,61.8
c0.1,0.1,0.1,0.1,0.1,0.2L49.9,80.9z M47.9,86.6h6v-2.4h-6L47.9,86.6z M50.9,91.3c2.7,0,2.9-2.5,2.9-2.5H48
C48,88.8,48.2,91.3,50.9,91.3 M15.4,49.6h6v-2.4h-6L15.4,49.6z M18.4,54.3c2.7,0,2.9-2.5,2.9-2.5h-5.8
C15.5,51.8,15.7,54.3,18.4,54.3 M34.4,81.8c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3c0-0.7-0.6-1.3-1.3-1.3
C35,80.6,34.4,81.1,34.4,81.8 M22.4,62.5v19.6c0,0,0.2,0.3,1.5-0.1c1.5-0.4,3.4-2.3,6-2.9c2-0.4,4.6,0.2,5.2,0.6V60.1
c0,0-1.2-1.2-3.1-1.2c-1.9,0-5.1,1.7-6.4,2.3c-1.1,0.5-2.2,0.9-3,1C22.3,62.3,22.4,62.5,22.4,62.5 M39.6,79.1
c3.4,0,5.2,2.1,6.3,2.6c2.7,1.1,3.1,0.5,3.1,0.5V62.5c0-0.2-0.3-0.2-0.3-0.2s-2.6-0.4-3.5-1c-0.9-0.5-4.1-2.4-6.4-2.4
c-2.3,0-2.8,1-2.8,1v19.9C36.1,79.8,37.2,79.1,39.6,79.1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB