@teamix-evo/skills 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +1 -1
  2. package/manifest.json +11 -28
  3. package/package.json +2 -2
  4. package/src/teamix-evo-code-opentrek/SKILL.md +13 -13
  5. package/src/teamix-evo-code-opentrek/api-layering.md +53 -44
  6. package/src/teamix-evo-code-opentrek/checklist.md +24 -24
  7. package/src/teamix-evo-code-opentrek/file-structure.md +55 -36
  8. package/src/teamix-evo-code-opentrek/forms-and-validation.md +17 -16
  9. package/src/teamix-evo-code-opentrek/reuse-first.md +6 -9
  10. package/src/teamix-evo-code-opentrek/testing.md +14 -14
  11. package/src/teamix-evo-code-uni-manager/SKILL.md +15 -15
  12. package/src/teamix-evo-code-uni-manager/api-layering.md +74 -58
  13. package/src/teamix-evo-code-uni-manager/checklist.md +28 -28
  14. package/src/teamix-evo-code-uni-manager/error-and-loading.md +2 -2
  15. package/src/teamix-evo-code-uni-manager/file-structure.md +77 -62
  16. package/src/teamix-evo-code-uni-manager/forms-and-validation.md +17 -15
  17. package/src/teamix-evo-code-uni-manager/reuse-first.md +7 -10
  18. package/src/teamix-evo-code-uni-manager/routing-and-codesplit.md +1 -1
  19. package/src/teamix-evo-code-uni-manager/testing.md +37 -37
  20. package/src/teamix-evo-design-opentrek/SKILL.md +41 -20
  21. package/src/teamix-evo-design-opentrek/boundaries.md +1 -1
  22. package/src/teamix-evo-design-opentrek/checklist.md +5 -5
  23. package/src/teamix-evo-design-opentrek/components.md +19 -19
  24. package/src/teamix-evo-design-opentrek/examples/standard-card-list.html +1 -1
  25. package/src/teamix-evo-design-opentrek/examples/standard-table-list.html +1 -1
  26. package/src/teamix-evo-design-opentrek/foundations.md +17 -17
  27. package/src/teamix-evo-design-opentrek/pages/dashboard-page/SKILL.md +18 -19
  28. package/src/teamix-evo-design-opentrek/pages/dashboard-page/patterns/dashboard-opentrek.md +6 -6
  29. package/src/teamix-evo-design-opentrek/pages/detail-page/SKILL.md +24 -25
  30. package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/api-doc-detail.md +3 -7
  31. package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/comparison-detail.md +3 -7
  32. package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/monitor-detail.md +3 -7
  33. package/src/teamix-evo-design-opentrek/pages/detail-page/patterns/resource-detail.md +10 -10
  34. package/src/teamix-evo-design-opentrek/pages/form-page/SKILL.md +26 -27
  35. package/src/teamix-evo-design-opentrek/pages/list-page/SKILL.md +35 -36
  36. package/src/teamix-evo-design-opentrek/pages/list-page/_shared/item-card-spec.md +41 -32
  37. package/src/teamix-evo-design-opentrek/pages/list-page/patterns/card-list-opentrek.md +10 -10
  38. package/src/teamix-evo-design-opentrek/pages/list-page/patterns/card-list.md +23 -23
  39. package/src/teamix-evo-design-opentrek/pages/list-page/patterns/standard-list-opentrek.md +8 -8
  40. package/src/teamix-evo-design-opentrek/pages/list-page/patterns/standard-list.md +8 -8
  41. package/src/teamix-evo-design-opentrek/patterns/color-mapping.md +2 -2
  42. package/src/teamix-evo-design-opentrek/patterns/dashboard.md +1 -1
  43. package/src/teamix-evo-design-opentrek/patterns/detail-page.md +9 -9
  44. package/src/teamix-evo-design-opentrek/patterns/form-page.md +6 -6
  45. package/src/teamix-evo-design-opentrek/patterns/list-page.md +9 -9
  46. package/src/teamix-evo-design-opentrek/patterns/page-types.md +3 -3
  47. package/src/teamix-evo-design-opentrek/principles.md +541 -0
  48. package/src/teamix-evo-design-opentrek/rules/common-components.json +206 -76
  49. package/src/teamix-evo-design-opentrek/rules/component-specs.json +2 -2
  50. package/src/teamix-evo-design-opentrek/rules/design-tokens.css +223 -218
  51. package/src/teamix-evo-design-opentrek/rules/design-tokens.json +10 -32
  52. package/src/teamix-evo-design-opentrek/rules/page-frame.json +197 -193
  53. package/src/teamix-evo-design-opentrek/{generation-flow.md → workflow.md} +141 -22
  54. package/src/teamix-evo-design-uni-manager/SKILL.md +30 -6
  55. package/src/teamix-evo-design-uni-manager/boundaries.md +2 -2
  56. package/src/teamix-evo-design-uni-manager/brand.md +1 -1
  57. package/src/teamix-evo-design-uni-manager/checklist.md +2 -2
  58. package/src/teamix-evo-design-uni-manager/components.md +11 -11
  59. package/src/teamix-evo-design-uni-manager/foundations.md +7 -7
  60. package/src/teamix-evo-design-uni-manager/generation-flow.md +3 -3
  61. package/src/teamix-evo-manage/SKILL.md +111 -709
  62. package/src/teamix-evo-manage/init.md +98 -0
  63. package/src/teamix-evo-manage/migrate.md +100 -0
  64. package/src/teamix-evo-manage/rearchitect-capture-guide.md +174 -0
  65. package/src/teamix-evo-manage/rearchitect.md +373 -0
  66. package/src/teamix-evo-manage/update-component-staging.md +188 -0
  67. package/src/teamix-evo-manage/update-token-rename.md +126 -0
  68. package/src/teamix-evo-manage/update-token-treatment.md +116 -0
  69. package/src/teamix-evo-manage/update.md +213 -0
  70. package/src/teamix-evo-design-opentrek/brand.md +0 -154
  71. package/src/teamix-evo-design-opentrek/pages/list-page/_shared/search-combo-spec.md +0 -194
  72. package/src/teamix-evo-design-opentrek/philosophy.md +0 -98
  73. package/src/teamix-evo-design-opentrek/rules/README.md +0 -39
  74. package/src/teamix-evo-design-opentrek/rules/_assets/OP_AGENT RUNTIME.svg +0 -1
  75. package/src/teamix-evo-design-opentrek/rules/_assets/OP_AI GATEWAY.svg +0 -1
  76. package/src/teamix-evo-design-opentrek/rules/_assets/OP_AI STUDIO.svg +0 -1
  77. package/src/teamix-evo-design-opentrek/rules/_assets/OP_DEV-2.svg +0 -1
  78. package/src/teamix-evo-design-opentrek/rules/_assets/OP_LOGO.svg +0 -1
  79. package/src/teamix-evo-design-opentrek/rules/_assets/OP_OPS.svg +0 -1
  80. package/src/teamix-evo-design-opentrek/rules/layout-rules.json +0 -218
  81. package/src/teamix-evo-design-opentrek/rules/page-header-spec.md +0 -123
  82. package/src/teamix-evo-design-opentrek/rules/sidebar-spec.md +0 -217
  83. package/src/teamix-evo-upgrade/SKILL.md +0 -431
  84. /package/src/teamix-evo-design-opentrek/{rules/boundaries.rules.json → boundaries.json} +0 -0
@@ -1,194 +0,0 @@
1
- # SearchCombo 搜索组合组件规范
2
-
3
- > **组件名**: SearchCombo | **层级**: ORGANISM | **层**: business
4
- > **版本**: 1.2(从 `rules/search-combo.json` v1.1 迁移 + token 命名对齐 + 位置矛盾修正)
5
-
6
- 下拉维度选择 + 文本输入的组合搜索控件,位于 ActionToolbar 中。
7
-
8
- ---
9
-
10
- ## 1. 在 ActionToolbar 中的位置(硬约束)
11
-
12
- > SearchCombo 是 `.action-toolbar` 的**直接子元素**,位于 `.left-actions` 之后、`.right-tools` 之前。
13
- > 与 `.left-actions` 间距 = **20px**(`var(--action-toolbar-search-combo-gap)`)。
14
-
15
- **DOM 结构**:
16
- ```html
17
- <div class="action-toolbar">
18
- <div class="left-actions">...</div>
19
- <div class="search-combo">...</div> <!-- 直接子元素 -->
20
- <div class="right-tools">...</div>
21
- </div>
22
- ```
23
-
24
- **CSS 实现**:
25
- ```css
26
- .action-toolbar > .search-combo {
27
- margin-left: calc(var(--action-toolbar-search-combo-gap) - var(--button-gap));
28
- /* 在 toolbar gap=8px 上叠加 12px,合计 20px */
29
- }
30
- ```
31
-
32
- **禁止规则**:
33
- - 禁止嵌套在 `.right-tools` 内(会被 `margin-left:auto` 推到最右,间距不可控)
34
- - 禁止嵌套在 `.left-actions` 内(会被内部 `gap=8px` 控制,间距为 8px 而非 20px)
35
- - 禁止 SearchCombo 与 `.left-actions` 间距为 8px / 12px / 16px / 24px 等非 20 值
36
-
37
- **验证**:SearchCombo 左边缘 X = `.left-actions` 最后一个按钮右边缘 X + 20px
38
-
39
- ---
40
-
41
- ## 2. 组件结构
42
-
43
- ```html
44
- <div class="search-combo-wrapper">
45
- <select class="search-dimension">...</select>
46
- <span class="search-divider"></span>
47
- <input class="search-input" />
48
- <button class="search-button"><Icon /></button>
49
- </div>
50
- ```
51
-
52
- | 子组件 | 说明 |
53
- |--------|------|
54
- | SearchDimension | 下拉选择搜索维度 |
55
- | SearchDivider | 分隔线 |
56
- | SearchInput | 文本输入 |
57
- | SearchButton | 搜索按钮(含搜索图标) |
58
-
59
- ---
60
-
61
- ## 3. 容器样式(容器式 border)
62
-
63
- > 容器统一 border,内部元素无边框。
64
-
65
- ### Wrapper 容器
66
-
67
- | 属性 | 值 | 说明 |
68
- |------|-----|------|
69
- | border | `1px solid hsl(var(--gray-line))` | 容器统一边框 |
70
- | border-radius | `6px` | — |
71
- | display | `flex` | — |
72
- | align-items | `center` | — |
73
- | height | `32px` | 与表单控件高度一致 |
74
- | min-width | `200px` | — |
75
-
76
- ### 内部元素(均无边框)
77
-
78
- | 元素 | 关键样式 |
79
- |------|---------|
80
- | select | `border: none; padding-left: 8px; font-size: var(--font-size-base); color: hsl(var(--gray-primary)); outline: none; appearance: none; background: transparent` |
81
- | input | `border: none; padding: 0 8px; font-size: var(--font-size-base); color: hsl(var(--gray-primary)); outline: none; flex: 1; min-width: 80px` |
82
- | divider | `width: 1px; height: 20px; background: hsl(var(--gray-line)); flex-shrink: 0` |
83
- | button | `border: none; background: transparent; padding: 0 8px; cursor: pointer; display: flex; align-items: center` |
84
-
85
- ### 状态
86
-
87
- | 状态 | 样式 |
88
- |------|------|
89
- | **Focus** | `border-color: hsl(var(--primary)); box-shadow: 0 0 0 2px hsl(var(--ring) / 0.2)` |
90
- | **Hover** | `border-color: hsl(var(--gray-tertiary))` |
91
-
92
- ---
93
-
94
- ## 4. 交互行为
95
-
96
- ### 4.1 维度切换
97
-
98
- | 触发 | 行为 | 原因 |
99
- |------|------|------|
100
- | select change | `input.value = '' → input.focus()` | 不同维度对应不同搜索关键词,切换维度不清空会导致语义错误 |
101
-
102
- ### 4.2 搜索执行
103
-
104
- | 触发 | 行为 |
105
- |------|------|
106
- | 点击搜索按钮 / 输入框按 Enter | 读取 dimension + input.value → 构建筛选条件 → 刷新列表 → 重置到第 1 页 |
107
-
108
- ### 4.3 清除搜索
109
-
110
- | 触发 | 行为 |
111
- |------|------|
112
- | 输入框有内容时 hover 显示清除图标 × | 清空输入框 → 切换维度到「全部」→ 刷新列表 → 重置分页 |
113
-
114
- ### 4.4 空搜索
115
-
116
- | 触发 | 行为 |
117
- |------|------|
118
- | 输入框为空时点击搜索 | 清除当前搜索条件 → 刷新列表 → 重置分页 |
119
-
120
- ---
121
-
122
- ## 5. FilterTag 展示
123
-
124
- > 搜索条件以 FilterTag 形式展示在 SearchCombo 下方或同行右侧。
125
-
126
- **结构**:
127
- ```html
128
- <span class="filter-tag">
129
- <span class="filter-tag-label">维度名:</span>
130
- <span class="filter-tag-value">关键词</span>
131
- <span class="filter-tag-close">×</span>
132
- </span>
133
- ```
134
-
135
- **样式**:
136
-
137
- | 属性 | 值 |
138
- |------|-----|
139
- | height | 24px |
140
- | padding | 0 8px |
141
- | border-radius | 4px |
142
- | background | `hsl(var(--gray-fill))` |
143
- | border | 1px solid transparent |
144
- | label color | `hsl(var(--gray-secondary))` |
145
- | label/value font-size | `var(--font-size-base)` (12px) |
146
- | value color | `hsl(var(--primary))` |
147
- | close icon size | 12px |
148
- | close hover color | `hsl(var(--gray-primary))` |
149
-
150
- **交互**:
151
- - 点击 × 移除该条件 → 刷新列表 → 重置分页
152
- - 多个 FilterTag 提供「清空全部」链接
153
- - 多个搜索条件以多 Tag 横向排列,gap 8px
154
-
155
- ---
156
-
157
- ## 6. 搜索维度配置
158
-
159
- > 标准搜索维度选项,根据页面类型动态配置。
160
-
161
- **默认维度**:
162
- ```json
163
- [
164
- { "label": "全部", "value": "all" },
165
- { "label": "名称", "value": "name" },
166
- { "label": "ID", "value": "id" }
167
- ]
168
- ```
169
-
170
- **ECS 列表页示例**:
171
- ```json
172
- [
173
- { "label": "全部", "value": "all" },
174
- { "label": "实例 ID/名称", "value": "instance" },
175
- { "label": "IP", "value": "ip" },
176
- { "label": "标签", "value": "tag" }
177
- ]
178
- ```
179
-
180
- ---
181
-
182
- ## Token 引用索引
183
-
184
- | Token | 值 | 用途 |
185
- |-------|-----|------|
186
- | `--action-toolbar-search-combo-gap` | 20px | SearchCombo 与 left-actions 的间距 |
187
- | `--font-size-base` | 12px | 搜索输入/维度选择/FilterTag 字号 |
188
- | `--gray-line` | — | 容器边框、分隔线背景 |
189
- | `--gray-primary` | — | 输入文字颜色 |
190
- | `--gray-secondary` | — | FilterTag label 颜色 |
191
- | `--gray-tertiary` | — | hover 态边框颜色 |
192
- | `--gray-fill` | — | FilterTag 背景 |
193
- | `--primary` | — | focus 态边框、FilterTag value 颜色 |
194
- | `--ring` | — | focus 态外发光 |
@@ -1,98 +0,0 @@
1
- # 设计哲学 · OpenTrek
2
-
3
- > ⚠️ **何时读本文件**: [generation-flow.md](./generation-flow.md) Step 1 强制要求读取。本文件建立"为什么这么做"的认知基础,是后续所有决策的裁判依据。
4
-
5
- > 回答**"为什么这么做"**。具体规则见 [boundaries.md](./boundaries.md) / [foundations.md](./foundations.md)。
6
-
7
- ---
8
-
9
- ## 1. 我们是谁
10
-
11
- OpenTrek 是面向**云资源管理 / 企业级控制台**的设计语言。用户是工程师、运维、IT 管理员 —— 每天数百次重复操作、对失误代价敏感、对花哨视觉无感。
12
-
13
- **核心主张**:让复杂系统变得可管理,而非让简单事物变得复杂。
14
-
15
- **三条不可让步的底层信念**:
16
-
17
- 1. 设计是降低认知负荷的手段,不是展示创意的舞台
18
- 2. 每一个视觉元素必须承载功能价值或信息语义
19
- 3. 一致性优先于创新性 — "惊喜"在严肃工具中是反模式
20
-
21
- ---
22
-
23
- ## 2. 四大设计原则(按优先级降序)
24
-
25
- 冲突时裁决顺序:**Safety > Predictability > Clarity > Efficiency**。
26
-
27
- ### P1 · Safety — 安全防护(最高优先级)
28
-
29
- > 关键资源操作必须有防护栏。
30
-
31
- - 危险操作(删除 / 停止)二次确认 → `AlertDialog variant="destructive"`
32
- - 表单未保存离开提示 → `beforeunload`
33
- - 无权限操作隐藏或禁用 → `usePermission`
34
- - 尽可能提供撤销 / 回收站
35
-
36
- **评判**:一次误操作的最大损失是否被框定在可恢复的范围内?
37
-
38
- ### P2 · Predictability — 可预期性
39
-
40
- > 用户不应该猜测"点击这个会发生什么"。
41
-
42
- - 同类操作使用同样的交互模式(页面类型规则统一)
43
- - 同类型操作出现在固定位置(Zone Map)
44
- - 操作后 ≤ 200ms 给出反馈
45
- - 页面间跳转关系可预知(面包屑 + 返回按钮 + URL 语义)
46
-
47
- **评判**:用户在 A 页面学会的操作,能否无障碍迁移到 B 页面?
48
-
49
- ### P3 · Clarity — 清晰优先
50
-
51
- > 界面的首要职责是传递信息,不是展示装饰。
52
-
53
- - 文字对比度 ≥ 4.5:1(WCAG AA) — 走 `text-foreground` on `bg-background`
54
- - 状态语义 = **颜色 + 图标 + 文字**三重传达 — `Badge variant` + Icon + Label
55
- - 主操作入口在视觉焦点区域(左上 / 右上) — `ActionToolbar` 布局规则
56
- - 3 级信息层级:标题 / 正文 / 辅助
57
-
58
- **评判**:新用户是否能在 3 秒内理解当前页面的核心目的?
59
-
60
- ### P4 · Efficiency — 效率至上
61
-
62
- > 运维人员每天面对数百次重复操作,减少一次点击就是减少一次出错机会。
63
-
64
- - 高频操作 ≤ 2 次点击可达
65
- - 支持多选 + 批量操作 → `BulkActionBar` + Checkbox 列
66
- - 列表页必须提供搜索入口 → `SearchCombo` / `QueryFilter`
67
- - 筛选条件持久化(URL Params + localStorage)
68
-
69
- **评判**:完成核心任务的步骤数是否为同类产品最少?
70
-
71
- ---
72
-
73
- ## 3. 原则冲突示例
74
-
75
- | 场景 | 候选 | 选 | 理由 |
76
- | ------------------------ | -------------------------------------------------- | --- | -------------------------------- |
77
- | 删除按钮要不要二次确认? | A. 直接删除(效率)<br>B. AlertDialog 确认(安全) | B | Safety > Efficiency |
78
- | 创建按钮浮动还是固定? | A. 跟随滚动浮动(醒目)<br>B. 固定右下角(一致) | B | Predictability > Clarity |
79
- | 状态用什么表达? | A. 仅颜色(简洁)<br>B. 颜色 + 图标 + 文字 | B | Clarity > Efficiency(视觉简洁) |
80
-
81
- ---
82
-
83
- ## 4. 决策框架(套用顺序)
84
-
85
- 1. Safety > Predictability > Clarity > Efficiency
86
- 2. 业务正确性 > 视觉美观
87
- 3. 一致性 > 创新性
88
- 4. 可访问性 > 视觉丰富度
89
- 5. 性能 > 动效丰富度
90
-
91
- ---
92
-
93
- 文件分工:
94
-
95
- - **philosophy.md** — 为什么
96
- - **boundaries.md** — 不能做什么
97
- - **foundations.md** — 用什么 token
98
- - **patterns/** — 具体页面怎么搭
@@ -1,39 +0,0 @@
1
- # rules/ — boundaries.md ↔ eslint-config 元数据桥
2
-
3
- 本目录是 **结构化元数据**,不是规则实现。它把:
4
-
5
- 1. `boundaries.md` 中的 38 条人类可读硬约束(F/FF/S/C/I 五组)
6
- 2. `packages/eslint-config/src/rules/` 中的 9 条已实现 lint 规则
7
- 3. AI 在生成代码时可读的 JSON 索引
8
-
9
- 用一张表对齐起来,防止三者飘移。
10
-
11
- ## boundaries.rules.json
12
-
13
- 每条规则包含:
14
-
15
- | 字段 | 说明 |
16
- | ---------------- | -------------------------------------------------------------- |
17
- | `id` | 在 boundaries.md 中的编号(F1-F10 / FF1-FF4 / S1-S8 / C1-C12 / I1-I4) |
18
- | `group` | `forbidden` / `form` / `style` / `component` / `icon` |
19
- | `rule` | 一句话规则陈述(与 boundaries.md 章节标题保持一致) |
20
- | `severity` | `ERROR` 必须修复 / `WARN` 建议修复 |
21
- | `scope` | `global` 或具体组件名(如 `Dialog`、`Button`) |
22
- | `lintRule` | 对应的 eslint 规则名(`teamix-evo/<name>`);`null` 表示无 lint 覆盖,靠人工评审 |
23
- | `boundaryAnchor` | 指向 boundaries.md 章节锚点;validate-skills 会校验存在性 |
24
- | `status` | `active` / `deprecated` |
25
-
26
- ## 双向校验(由 `pnpm validate` 触发)
27
-
28
- `scripts/validate-skills.ts` 在校验 manifest 之后会额外检查:
29
-
30
- 1. **JSON schema 合法** — 每条 rule 满足上表必填字段
31
- 2. **boundaryAnchor 存在性** — 每条 rule 的 `boundaryAnchor` 必须能在 `boundaries.md` 中 grep 到对应的章节
32
- 3. **eslint 双向对齐** — `packages/eslint-config/src/rules/` 中每条已实现的 rule 必须在本 JSON 中有 `lintRule: "teamix-evo/<name>"` 的条目;反过来,JSON 中每条 `lintRule != null` 的条目必须能在 eslint-config 中找到对应文件
33
-
34
- ## 新增 boundary 规则的工序
35
-
36
- 1. 在 `boundaries.md` 中加章节(`[ERROR]` / `[WARN]` 前缀 + 编号)
37
- 2. 在 `boundaries.rules.json` 加对应条目
38
- 3. 如需 lint 自动化:在 `packages/eslint-config/src/rules/` 加 ts 实现;`lintRule` 填规则名
39
- 4. 跑 `pnpm --filter @teamix-evo/skills validate` 通过
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="547" height="84" viewBox="0 0 547 84"><defs><clipPath id="master_svg0_51_8268"><rect x="0" y="0" width="84" height="84" rx="18"/></clipPath></defs><g clip-path="url(#master_svg0_51_8268)"><rect x="0" y="0" width="84" height="84" rx="18" fill="#000000" fill-opacity="1"/><rect x="4.666015625" y="4.66650390625" width="74.66667175292969" height="74.66666412353516" rx="0" fill="#D8D8D8" fill-opacity="0"/><path d="M56.629560645996094,43.21015047029114L48.4084420459961,45.86992147029114C46.699062145996095,46.42295747029114,45.14290535599609,44.68900947029114,45.87692415599609,43.04917847029114L60.6488936459961,10.047967670291138C61.317014645996096,8.555357990291137,62.799726645996095,7.5945732593511375,64.4350456459961,7.5945732593511375L70.2591136459961,7.5945732593511375C71.8944316459961,7.5945732593511375,73.37714364599609,8.555357990291137,74.0452656459961,10.047967670291138L88.81723364599608,43.04917847029114C89.5512546459961,44.68900947029114,87.9950976459961,46.42295747029114,86.2857166459961,45.86992147029114L78.06460164599609,43.21015047029114C77.78522064599609,43.11976147029114,77.5572546459961,42.915168470291135,77.4372866459961,42.64715547029114L69.2401566459961,24.33442047029114C68.5080316459961,22.698825470291137,66.18612864599609,22.698825470291137,65.4540046459961,24.33442047029114L57.25687764599609,42.64715547029114C57.13690964599609,42.915168470291135,56.90894264599609,43.11976147029114,56.629560645996094,43.21015047029114ZM54.73813534599609,51.51228247029114C53.793334945996094,51.196818470291134,53.793334945996094,49.860438470291136,54.73813534599609,49.54497447029114L63.031101645996095,46.77599647029114C63.301021645996094,46.685870470291135,63.522048645996094,46.48878447029114,63.64239464599609,46.23091847029114L66.40795864599609,40.30515647029114C66.78036464599609,39.507207470291135,67.9150196459961,39.507207470291135,68.28742364599609,40.30515647029114L71.0529856459961,46.23091847029114C71.1733336459961,46.48878447029114,71.3943616459961,46.685870470291135,71.6642816459961,46.77599647029114L79.95725264599609,49.54497447029114C80.9020496459961,49.860438470291136,80.9020496459961,51.196818470291134,79.95725264599609,51.51228247029114L71.6642816459961,54.281264470291134C71.3943616459961,54.371386470291135,71.1733336459961,54.56847347029114,71.0529856459961,54.82633947029114L68.28742364599609,60.752105470291134C67.9150196459961,61.55005147029114,66.78036464599609,61.55005147029114,66.40795864599609,60.752105470291134L63.642396645996094,54.82633947029114C63.522048645996094,54.56847347029114,63.301021645996094,54.371386470291135,63.031101645996095,54.281264470291134L54.73813534599609,51.51228247029114Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" transform="matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,18.752893140665137,-30.083608255506178)"/></g><path d="M135.83300380615233,66.41851605615234L124.11207080615235,66.41851605615234L129.97253780615233,54.697586056152346L135.83300380615233,66.41851605615234ZM148.47486880615236,77.09293605615234L135.16323480615233,50.46967835615234C134.66090980615235,49.46502566615234,133.65625980615235,48.837120056152344,132.52602780615234,48.837120056152344L127.37718780615234,48.837120056152344C126.24695580615234,48.837120056152344,125.24230380615235,49.46502566615234,124.73997780615234,50.46967835615234L111.42834860115235,77.09293605615234C111.17718575615234,77.55340005615234,111.55393002615234,78.13944605615234,112.09811609615234,78.13944605615234L117.33067460615234,78.13944605615234C117.87486120615235,78.13944605615234,118.37718720615234,77.84642605615234,118.62834980615234,77.34409905615234L121.18183900615234,72.27898205615234L138.76323680615235,72.27898205615234L141.27486380615235,77.34409905615234C141.52602780615234,77.84642605615234,142.02835280615236,78.13944605615234,142.57253880615235,78.13944605615234L147.80509580615234,78.13944605615234C148.34928180615233,78.13944605615234,148.72602880615233,77.55340005615234,148.47486880615236,77.09293605615234ZM181.96324880615236,48.837120056152344L160.69812380615235,48.837120056152344C155.80044980615236,48.837120056152344,151.90742080615234,52.77200365615234,151.90742080615234,57.62781715615235L151.90742080615234,69.34874905615234C151.90742080615234,74.20456505615235,155.80044980615236,78.13944605615234,160.69812380615235,78.13944605615234L182.67487380615233,78.13944605615234C183.47022280615235,78.13944605615234,184.13999180615235,77.46968105615234,184.13999180615235,76.67433205615234L184.13999180615235,63.488284056152345C184.13999180615235,62.69293505615234,183.47022280615235,62.06502805615234,182.67487380615233,62.06502805615234L171.62370680615234,62.06502805615234C170.87021980615233,62.06502805615234,170.20044680615234,62.69293505615234,170.20044680615234,63.488284056152345L170.20044680615234,66.37665705615234C170.20044680615234,67.21386705615234,170.87021980615233,67.88363305615235,171.62370680615234,67.88363305615235L178.23766280615234,67.88363305615235L178.23766280615234,72.27898205615234L162.87486980615233,72.27898205615234C160.86556580615235,72.27898205615234,159.23300580615233,70.64642505615234,159.23300580615233,68.63711905615234L159.23300580615233,58.33944605615234C159.23300580615233,56.330144356152346,160.86556580615235,54.697586056152346,162.87486980615233,54.697586056152346L181.96324880615236,54.697586056152346C182.71672780615233,54.697586056152346,183.38649780615236,54.027817256152346,183.38649780615236,53.274328256152344L183.38649780615236,50.30223555615235C183.38649780615236,49.506887256152346,182.71672780615233,48.837120056152344,181.96324880615236,48.837120056152344ZM190.00045780615233,75.50223905615235L190.00045780615233,51.47432895615234C190.00045780615233,50.344097256152345,190.00045780615233,49.96735205615234,190.20975480615235,49.67432814615234C190.29347180615235,49.381306116152345,190.54463980615236,49.130142066152345,190.83766980615235,48.96270117615234C191.13068380615235,48.837120056152344,191.54928580615234,48.837120056152344,192.63766480615234,48.837120056152344L216.66556880615235,48.837120056152344C217.83766880615235,48.837120056152344,218.21440880615233,48.837120056152344,218.50742880615235,48.96270117615234C218.80045880615234,49.130142066152345,219.00975880615235,49.381306116152345,219.17719880615235,49.67432814615234C219.30277880615233,49.96735205615234,219.30277880615233,50.344097256152345,219.30277880615233,51.47432895615234L219.30277880615233,52.01851535615234C219.30277880615233,53.19060845615235,219.30277880615233,53.56735225615235,219.17719880615235,53.90223555615234C219.00975880615235,54.15339995615234,218.80045880615234,54.40456195615234,218.50742880615235,54.53014325615234C218.21440880615233,54.697586056152346,217.83766880615235,54.697586056152346,216.66556880615235,54.697586056152346L197.32603480615234,54.697586056152346L197.32603480615234,60.51619005615234L213.69347880615234,60.51619005615234C214.86557880615234,60.51619005615234,215.24232880615233,60.51619005615234,215.57719880615235,60.72549205615235C215.87022880615234,60.85107405615234,216.07952880615233,61.10223705615235,216.20510880615234,61.395260056152345C216.37254880615234,61.68828405615234,216.37254880615234,62.10688905615234,216.37254880615234,63.23712105615235L216.37254880615234,63.82316705615234C216.37254880615234,64.91153905615235,216.37254880615234,65.28828405615235,216.20510880615234,65.62316705615234C216.07952880615233,65.91619305615234,215.87022880615234,66.12549405615235,215.57719880615235,66.25107205615234C215.24232880615233,66.41851605615234,214.86557880615234,66.41851605615234,213.69347880615234,66.41851605615234L197.32603480615234,66.41851605615234L197.32603480615234,72.32084105615235L216.66556880615235,72.32084105615235C217.83766880615235,72.32084105615235,218.21440880615233,72.32084105615235,218.50742880615235,72.44642605615235C218.80045880615234,72.61386705615234,219.00975880615235,72.78130505615235,219.17719880615235,73.07433105615235C219.30277880615233,73.40921405615234,219.30277880615233,73.78595905615234,219.30277880615233,74.95805205615234L219.30277880615233,75.50223905615235C219.30277880615233,76.59061205615234,219.30277880615233,77.05107705615234,219.17719880615235,77.34409905615234C219.00975880615235,77.63712305615235,218.80045880615234,77.84642605615234,218.50742880615235,77.97200605615234C218.21440880615233,78.13944605615234,217.83766880615235,78.13944605615234,216.66556880615235,78.13944605615234L192.63766480615234,78.13944605615234C191.54928580615234,78.13944605615234,191.13068380615235,78.13944605615234,190.83766980615235,77.97200605615234C190.54463980615236,77.84642605615234,190.29347180615235,77.63712305615235,190.20975480615235,77.34409905615234C190.00045780615233,77.05107705615234,190.00045780615233,76.59061205615234,190.00045780615233,75.50223905615235ZM225.16324880615235,75.46037905615235L225.16324880615235,51.51618885615235C225.16324880615235,50.344097256152345,225.16324880615235,49.925492156152345,225.33069880615233,49.67432814615234C225.45627880615234,49.381306116152345,225.70743880615234,49.130142066152345,225.95859880615234,49.004560936152345C226.25162880615233,48.837120056152344,226.67022880615235,48.837120056152344,227.80045880615234,48.837120056152344L229.80975880615233,48.837120056152344L229.97720880615236,48.837120056152344L230.14464880615236,48.837120056152344L231.35860880615235,48.837120056152344C231.77721880615235,48.837120056152344,231.98649880615233,48.837120056152344,232.19580880615234,48.87897980915234C232.36324880615234,48.92083956315234,232.48883880615233,49.004560936152345,232.65626880615235,49.130142066152345C232.82371880615233,49.213863436152344,232.94929880615234,49.381306116152345,233.15860880615236,49.71618980615234L248.60510880615234,68.34409905615234L248.60510880615234,51.51618885615235C248.60510880615234,50.344097256152345,248.60510880615234,49.925492156152345,248.77254880615234,49.67432814615234C248.89813880615233,49.381306116152345,249.14929880615233,49.130142066152345,249.40045880615236,49.004560936152345C249.69348880615235,48.837120056152344,250.11209880615235,48.837120056152344,251.28418880615234,48.837120056152344L253.25163880615236,48.837120056152344C254.42370880615235,48.837120056152344,254.84233880615236,48.837120056152344,255.09349880615235,49.004560936152345C255.38650880615234,49.130142066152345,255.59579880615235,49.381306116152345,255.76324880615235,49.67432814615234C255.93069880615235,49.925492156152345,255.93069880615235,50.344097256152345,255.93069880615235,51.51618885615235L255.93069880615235,75.46037905615235C255.93069880615235,76.63247105615234,255.93069880615235,77.05107705615234,255.76324880615235,77.30223705615234C255.59579880615235,77.59526205615234,255.38650880615234,77.84642605615234,255.09349880615235,77.97200605615234C254.84233880615236,78.13944605615234,254.42370880615235,78.13944605615234,253.25163880615236,78.13944605615234L250.44696880615234,78.13944605615234C250.02836880615234,78.13944605615234,249.81906880615233,78.13944605615234,249.60977880615235,78.09758805615235C249.48418880615233,78.05572905615234,249.31674880615233,77.97200605615234,249.19116880615235,77.84642605615234C249.02371880615235,77.76270305615235,248.89813880615233,77.59526205615234,248.64696880615233,77.26037805615235L232.48883880615233,57.711538356152346L232.48883880615233,75.46037905615235C232.48883880615233,76.63247105615234,232.48883880615233,77.05107705615234,232.32138880615236,77.30223705615234C232.19580880615234,77.59526205615234,231.94464880615234,77.84642605615234,231.65162880615236,77.97200605615234C231.35860880615235,78.13944605615234,230.98185880615233,78.13944605615234,229.80975880615233,78.13944605615234L227.80045880615234,78.13944605615234C226.67022880615235,78.13944605615234,226.25162880615233,78.13944605615234,225.95859880615234,77.97200605615234C225.70743880615234,77.84642605615234,225.45627880615234,77.59526205615234,225.33069880615233,77.30223705615234C225.16324880615235,77.05107705615234,225.16324880615235,76.63247105615234,225.16324880615235,75.46037905615235ZM261.79115880615234,50.30223555615235L261.79115880615234,53.19060845615235C261.79115880615234,54.027817256152346,262.4609288061523,54.65572455615234,263.25627880615235,54.65572455615234L273.5539588061523,54.65572455615234L273.5539588061523,76.67433205615234C273.5539588061523,77.46968105615234,274.1818588061524,78.13944605615234,274.97720880615236,78.13944605615234L279.41441880615236,78.13944605615234C280.2097588061523,78.13944605615234,280.87953880615237,77.46968105615234,280.87953880615237,76.67433205615234L280.87953880615237,54.65572455615234L291.09347880615235,54.65572455615234C291.93069880615235,54.65572455615234,292.6004688061523,54.027817256152346,292.6004688061523,53.19060845615235L292.6004688061523,50.30223555615235C292.6004688061523,49.46502566615234,291.93069880615235,48.837120056152344,291.09347880615235,48.837120056152344L263.25627880615235,48.837120056152344C262.4609288061523,48.837120056152344,261.79115880615234,49.46502566615234,261.79115880615234,50.30223555615235ZM333.9167588061523,63.195259056152345L333.2051188061523,63.44642305615234C332.9120888061524,63.488284056152345,332.49348880615236,63.488284056152345,331.8237188061523,63.488284056152345L318.3446388061524,63.488284056152345L318.3446388061524,54.697586056152346L331.8237188061523,54.697586056152346C332.9120888061524,54.697586056152346,333.3306988061523,54.697586056152346,333.6655788061523,54.86502695615234C333.95860880615237,55.032469256152346,334.16791880615233,55.241771656152345,334.33534880615235,55.492934256152346C334.4609288061523,55.78595825615234,334.4609288061523,56.204561256152346,334.4609288061523,57.334794956152344L334.4609288061523,60.80921405615234C334.4609288061523,61.98130605615234,334.4609288061523,62.39991105615235,334.33534880615235,62.651074056152346C334.20976880615234,62.860377056152345,334.0841888061524,63.02781805615234,333.9167588061523,63.195259056152345ZM342.7493088061524,77.63712305615235L334.4609288061523,69.34874905615234C334.83768880615236,69.34874905615234,335.21442880615234,69.30688905615234,335.54932880615235,69.22316905615234C336.00976880615235,69.18130905615234,336.3864988061523,69.09758605615235,336.72140880615234,68.97200605615234C338.9400088061524,68.26037605615234,340.6981388061523,66.50223705615234,341.45163880615235,64.32549405615234C341.78651880615234,63.278982056152344,341.78651880615234,62.10688905615234,341.78651880615234,59.09293505615234C341.78651880615234,56.078980456152344,341.78651880615234,54.906886556152344,341.45163880615235,53.90223555615234C340.6981388061523,51.64177015615235,338.9400088061524,49.88363065615234,336.72140880615234,49.213863436152344C335.6330288061523,48.837120056152344,334.29349880615234,48.837120056152344,330.4423288061523,48.837120056152344L313.6981388061523,48.837120056152344C312.56789880615236,48.837120056152344,312.14929880615233,48.837120056152344,311.81441880615233,49.004560936152345C311.5213988061523,49.130142066152345,311.31209880615233,49.381306116152345,311.1865188061523,49.67432814615234C311.01906880615235,49.88363065615234,311.01906880615235,50.218514156152345,311.01906880615235,51.013864256152345L311.01906880615235,51.055724156152344L311.01906880615235,76.67433205615234C311.01906880615235,77.46968105615234,311.6888388061524,78.13944605615234,312.48418880615236,78.13944605615234L316.87953880615237,78.13944605615234C317.7167388061523,78.13944605615234,318.3446388061524,77.46968105615234,318.3446388061524,76.67433205615234L318.3446388061524,69.34874905615234L324.4562888061523,69.34874905615234C325.25163880615236,69.34874905615234,325.96324880615236,69.68363405615234,326.54930880615234,70.18596105615234L334.0423388061523,77.72084205615235C334.33534880615235,77.97200605615234,334.71210880615234,78.13944605615234,335.0469788061523,78.13944605615234L342.5399988061523,78.13944605615234C342.79117880615235,78.13944605615234,342.95860880615237,77.80456305615235,342.7493088061524,77.63712305615235ZM347.85626880615234,50.30223555615235L347.85626880615234,68.63711905615234L347.85626880615234,69.01386405615234C347.85626880615234,70.68828405615234,347.85626880615234,71.56735405615234,348.0237388061523,72.27898205615234C348.6097688061524,75.12549405615235,350.87022880615234,77.38596105615234,353.71675880615237,78.01386405615234C354.4283688061523,78.13944605615234,355.30743880615233,78.13944605615234,357.0237188061524,78.13944605615234L369.49815880615233,78.13944605615234C371.1725388061523,78.13944605615234,372.0516588061523,78.13944605615234,372.76323880615234,78.01386405615234C375.65163880615233,77.38596105615234,377.91209880615236,75.12549405615235,378.49812880615235,72.27898205615234C378.62370880615237,71.56735405615234,378.62370880615237,70.68828405615234,378.62370880615237,69.01386405615234L378.62370880615237,68.63711905615234L378.62370880615237,50.30223555615235C378.62370880615237,49.506887256152346,377.9539688061523,48.837120056152344,377.15858880615235,48.837120056152344L372.76323880615234,48.837120056152344C371.96791880615234,48.837120056152344,371.29811880615233,49.506887256152346,371.29811880615233,50.30223555615235L371.29811880615233,66.96270405615235C371.29811880615233,69.22316905615234,371.29811880615233,70.06037905615234,370.96327880615235,70.68828405615234C370.7121188061523,71.23247005615235,370.2935088061523,71.65107505615234,369.70744880615234,71.94409905615234C369.07951880615235,72.27898205615234,368.24232880615233,72.27898205615234,366.0237188061524,72.27898205615234L360.5400188061524,72.27898205615234C358.23765880615235,72.27898205615234,357.44231880615234,72.27898205615234,356.77255880615235,71.94409905615234C356.2702288061523,71.65107505615234,355.80977880615234,71.23247005615235,355.51674880615235,70.68828405615234C355.1818588061524,70.06037905615234,355.1818588061524,69.22316905615234,355.1818588061524,66.96270405615235L355.1818588061524,50.30223555615235C355.1818588061524,49.506887256152346,354.51208880615235,48.837120056152344,353.71675880615237,48.837120056152344L349.32139880615233,48.837120056152344C348.5260388061523,48.837120056152344,347.85626880615234,49.506887256152346,347.85626880615234,50.30223555615235ZM383.64699880615234,75.46037905615235L383.64699880615234,51.51618885615235C383.64699880615234,50.344097256152345,383.64699880615234,49.925492156152345,383.81444880615237,49.67432814615234C383.9400288061523,49.381306116152345,384.1911588061523,49.130142066152345,384.4423488061523,49.004560936152345C384.73537880615237,48.837120056152344,385.15398880615237,48.837120056152344,386.28419880615235,48.837120056152344L388.2935088061523,48.837120056152344L388.46092880615237,48.837120056152344L388.6284088061523,48.837120056152344L389.8423388061523,48.837120056152344C390.2609488061523,48.837120056152344,390.4702688061523,48.837120056152344,390.67955880615233,48.87897980915234C390.84700880615236,48.92083956315234,390.9725888061523,49.004560936152345,391.14000880615237,49.130142066152345C391.30745880615234,49.213863436152344,391.43303880615235,49.381306116152345,391.64232880615236,49.71618980615234L407.08885880615236,68.34409905615234L407.08885880615236,51.51618885615235C407.08885880615236,50.344097256152345,407.08885880615236,49.925492156152345,407.25627880615235,49.67432814615234C407.38185880615237,49.381306116152345,407.63301880615234,49.130142066152345,407.88420880615234,49.004560936152345C408.17723880615233,48.837120056152344,408.59581880615235,48.837120056152344,409.76793880615236,48.837120056152344L411.73537880615237,48.837120056152344C412.90745880615236,48.837120056152344,413.32606880615236,48.837120056152344,413.57722880615233,49.004560936152345C413.8702588061523,49.130142066152345,414.07954880615233,49.381306116152345,414.2469688061523,49.67432814615234C414.41444880615234,49.925492156152345,414.41444880615234,50.344097256152345,414.41444880615234,51.51618885615235L414.41444880615234,75.46037905615235C414.41444880615234,76.63247105615234,414.41444880615234,77.05107705615234,414.2469688061523,77.30223705615234C414.07954880615233,77.59526205615234,413.8702588061523,77.84642605615234,413.57722880615233,77.97200605615234C413.32606880615236,78.13944605615234,412.90745880615236,78.13944605615234,411.73537880615237,78.13944605615234L408.93071880615236,78.13944605615234C408.51213880615234,78.13944605615234,408.30281880615235,78.13944605615234,408.09352880615234,78.09758805615235C407.9679488061523,78.05572905615234,407.80049880615235,77.97200605615234,407.67491880615233,77.84642605615234C407.5074388061523,77.76270305615235,407.38185880615237,77.59526205615234,407.13069880615234,77.26037805615235L390.9725888061523,57.711538356152346L390.9725888061523,75.46037905615235C390.9725888061523,76.63247105615234,390.9725888061523,77.05107705615234,390.80513880615234,77.30223705615234C390.67955880615233,77.59526205615234,390.42839880615236,77.84642605615234,390.13536880615237,77.97200605615234C389.8423388061523,78.13944605615234,389.46559880615234,78.13944605615234,388.2935088061523,78.13944605615234L386.28419880615235,78.13944605615234C385.15398880615237,78.13944605615234,384.73537880615237,78.13944605615234,384.4423488061523,77.97200605615234C384.1911588061523,77.84642605615234,383.9400288061523,77.59526205615234,383.81444880615237,77.30223705615234C383.64699880615234,77.05107705615234,383.64699880615234,76.63247105615234,383.64699880615234,75.46037905615235ZM420.27489880615235,50.30223555615235L420.27489880615235,53.19060845615235C420.27489880615235,54.027817256152346,420.94469880615236,54.65572455615234,421.74003880615237,54.65572455615234L432.03767880615237,54.65572455615234L432.03767880615237,76.67433205615234C432.03767880615237,77.46968105615234,432.66560880615236,78.13944605615234,433.46095880615235,78.13944605615234L437.89818880615235,78.13944605615234C438.69350880615235,78.13944605615234,439.36330880615236,77.46968105615234,439.36330880615236,76.67433205615234L439.36330880615236,54.65572455615234L449.57722880615233,54.65572455615234C450.41444880615234,54.65572455615234,451.0841888061523,54.027817256152346,451.0841888061523,53.19060845615235L451.0841888061523,50.30223555615235C451.0841888061523,49.46502566615234,450.41444880615234,48.837120056152344,449.57722880615233,48.837120056152344L421.74003880615237,48.837120056152344C420.94469880615236,48.837120056152344,420.27489880615235,49.46502566615234,420.27489880615235,50.30223555615235ZM457.36326880615235,76.67433205615234L457.36326880615235,50.30223555615235C457.36326880615235,49.506887256152346,458.0330388061523,48.837120056152344,458.7865488061523,48.837120056152344L463.1818788061523,48.837120056152344C464.01912880615237,48.837120056152344,464.6470288061523,49.506887256152346,464.6470288061523,50.30223555615235L464.6470288061523,76.67433205615234C464.6470288061523,77.42782205615234,464.01912880615237,78.13944605615234,463.1818788061523,78.13944605615234L458.7865488061523,78.13944605615234C458.0330388061523,78.13944605615234,457.36326880615235,77.42782205615234,457.36326880615235,76.67433205615234ZM470.92607880615236,75.46037905615235L470.92607880615236,51.51618885615235C470.92607880615236,50.344097256152345,470.92607880615236,49.925492156152345,471.09352880615234,49.67432814615234C471.26097880615237,49.381306116152345,471.4702688061523,49.17200365615234,471.76329880615236,49.004560936152345C472.01445880615233,48.837120056152344,472.43306880615233,48.837120056152344,473.60515880615236,48.837120056152344L475.6144288061523,48.837120056152344L475.82374880615237,48.837120056152344L476.11677880615235,48.837120056152344L477.03770880615235,48.837120056152344C477.4562888061523,48.837120056152344,477.66563880615234,48.837120056152344,477.91679880615237,48.87897980915234C478.08421880615236,48.96270117615234,478.25166880615234,49.04642253615234,478.41908880615233,49.17200365615234C478.58653880615236,49.297584806152344,478.67024880615236,49.506887256152346,478.96327880615235,49.841770856152344L489.42839880615236,65.20456305615235L499.8935188061524,49.841770856152344C500.1865188061523,49.506887256152346,500.27025880615236,49.297584806152344,500.43770880615233,49.17200365615234C500.60518880615234,49.04642253615234,500.77260880615233,48.96270117615234,500.9400288061523,48.87897980915234C501.1493488061523,48.837120056152344,501.3586388061523,48.837120056152344,501.81908880615237,48.837120056152344L504.91676880615233,48.837120056152344C506.00517880615234,48.837120056152344,506.46559880615234,48.837120056152344,506.75862880615233,49.004560936152345C507.0516588061523,49.17200365615234,507.26097880615237,49.381306116152345,507.3865588061523,49.67432814615234C507.5539788061523,49.925492156152345,507.5539788061523,50.344097256152345,507.5539788061523,51.51618885615235L507.5539788061523,75.46037905615235C507.5539788061523,76.63247105615234,507.5539788061523,77.05107705615234,507.3865588061523,77.30223705615234C507.26097880615237,77.59526205615234,507.0516588061523,77.84642605615234,506.75862880615233,77.97200605615234C506.46559880615234,78.13944605615234,506.00517880615234,78.13944605615234,504.91676880615233,78.13944605615234L502.90745880615236,78.13944605615234C501.73537880615237,78.13944605615234,501.31676880615237,78.13944605615234,501.06560880615234,77.97200605615234C500.77260880615233,77.84642605615234,500.56328880615234,77.59526205615234,500.39586880615235,77.30223705615234C500.2284188061523,77.05107705615234,500.2284188061523,76.63247105615234,500.2284188061523,75.46037905615235L500.2284188061523,59.00921305615235L492.8609588061523,69.80921505615234C492.56792880615234,70.14409805615234,492.48421880615234,70.31153905615234,492.31676880615237,70.47898305615234C492.1493488061523,70.60456305615234,491.98189880615234,70.73014405615234,491.85631880615233,70.77200305615234C491.60515880615236,70.81386605615234,491.39583880615237,70.81386605615234,490.93538880615233,70.81386605615234L490.05632880615235,70.81386605615234L489.42839880615236,70.81386605615234L488.80049880615235,70.81386605615234L487.92140880615233,70.81386605615234C487.46095880615235,70.81386605615234,487.25166880615234,70.81386605615234,487.00050880615237,70.77200305615234C486.83305880615234,70.73014405615234,486.66560880615236,70.60456305615234,486.49818880615237,70.47898305615234C486.37260880615236,70.31153905615234,486.28883880615234,70.14409805615234,485.99583880615234,69.80921505615234L478.25166880615234,58.506888356152345L478.25166880615234,75.46037905615235C478.25166880615234,76.63247105615234,478.25166880615234,77.05107705615234,478.08421880615236,77.30223705615234C477.95863880615235,77.59526205615234,477.74931880615236,77.84642605615234,477.4562888061523,77.97200605615234C477.16328880615237,78.13944605615234,476.70280880615235,78.13944605615234,475.6144288061523,78.13944605615234L473.60515880615236,78.13944605615234C472.43306880615233,78.13944605615234,472.01445880615233,78.13944605615234,471.76329880615236,77.97200605615234C471.4702688061523,77.84642605615234,471.26097880615237,77.59526205615234,471.09352880615234,77.30223705615234C470.92607880615236,77.05107705615234,470.92607880615236,76.63247105615234,470.92607880615236,75.46037905615235ZM513.4144488061523,75.50223905615235L513.4144488061523,51.47432895615234C513.4144488061523,50.344097256152345,513.4144488061523,49.96735205615234,513.6237688061524,49.67432814615234C513.7074488061523,49.381306116152345,513.9586088061524,49.130142066152345,514.2516388061524,48.96270117615234C514.5446688061523,48.837120056152344,514.9633088061523,48.837120056152344,516.0516288061524,48.837120056152344L540.0795488061524,48.837120056152344C541.2516688061523,48.837120056152344,541.6284088061523,48.837120056152344,541.9214088061524,48.96270117615234C542.2144388061523,49.130142066152345,542.4237288061523,49.381306116152345,542.5912088061523,49.67432814615234C542.7167588061524,49.96735205615234,542.7167588061524,50.344097256152345,542.7167588061524,51.47432895615234L542.7167588061524,52.01851535615234C542.7167588061524,53.19060845615235,542.7167588061524,53.56735225615235,542.5912088061523,53.90223555615234C542.4237288061523,54.15339995615234,542.2144388061523,54.40456195615234,541.9214088061524,54.53014325615234C541.6284088061523,54.697586056152346,541.2516688061523,54.697586056152346,540.0795488061524,54.697586056152346L520.7400388061524,54.697586056152346L520.7400388061524,60.51619005615234L537.1074788061524,60.51619005615234C538.2795688061524,60.51619005615234,538.6562988061523,60.51619005615234,538.9911688061524,60.72549205615235C539.2842288061523,60.85107405615234,539.4935188061523,61.10223705615235,539.6190988061524,61.395260056152345C539.7865488061523,61.68828405615234,539.7865488061523,62.10688905615234,539.7865488061523,63.23712105615235L539.7865488061523,63.82316705615234C539.7865488061523,64.91153905615235,539.7865488061523,65.28828405615235,539.6190988061524,65.62316705615234C539.4935188061523,65.91619305615234,539.2842288061523,66.12549405615235,538.9911688061524,66.25107205615234C538.6562988061523,66.41851605615234,538.2795688061524,66.41851605615234,537.1074788061524,66.41851605615234L520.7400388061524,66.41851605615234L520.7400388061524,72.32084105615235L540.0795488061524,72.32084105615235C541.2516688061523,72.32084105615235,541.6284088061523,72.32084105615235,541.9214088061524,72.44642605615235C542.2144388061523,72.61386705615234,542.4237288061523,72.78130505615235,542.5912088061523,73.07433105615235C542.7167588061524,73.40921405615234,542.7167588061524,73.78595905615234,542.7167588061524,74.95805205615234L542.7167588061524,75.50223905615235C542.7167588061524,76.59061205615234,542.7167588061524,77.05107705615234,542.5912088061523,77.34409905615234C542.4237288061523,77.63712305615235,542.2144388061523,77.84642605615234,541.9214088061524,77.97200605615234C541.6284088061523,78.13944605615234,541.2516688061523,78.13944605615234,540.0795488061524,78.13944605615234L516.0516288061524,78.13944605615234C514.9633088061523,78.13944605615234,514.5446688061523,78.13944605615234,514.2516388061524,77.97200605615234C513.9586088061524,77.84642605615234,513.7074488061523,77.63712305615235,513.6237688061524,77.34409905615234C513.4144488061523,77.05107705615234,513.4144488061523,76.59061205615234,513.4144488061523,75.50223905615235Z" fill="#81848F" fill-opacity="1"/><path d="M136.96744580615234,17.037301556152343L136.96744580615234,23.986141556152344C136.96744580615234,26.246606556152344,136.96744580615234,27.041955556152345,136.67442280615234,27.711721556152344C136.38139880615233,28.255907556152344,135.92093480615233,28.716371556152342,135.33488680615235,28.967536556152343C134.74884080615234,29.302419556152344,133.91163080615235,29.302419556152344,131.69302780615234,29.302419556152344L123.23721080615235,29.302419556152344C120.97674660615235,29.302419556152344,120.18139840615234,29.302419556152344,119.51163010615234,28.967536556152343C118.96744390615234,28.716371556152342,118.54883910615234,28.255907556152344,118.25581600615234,27.711721556152344C117.92093280615234,27.041955556152345,117.92093280615234,26.246606556152344,117.92093280615234,23.986141556152344L117.92093280615234,17.037301556152343C117.92093280615234,14.776837356152344,117.92093280615234,13.981488256152344,118.25581600615234,13.311720356152343C118.54883910615234,12.767533756152343,118.96744390615234,12.307069256152344,119.51163010615234,12.055906756152343C120.18139840615234,11.721023556152343,120.97674660615235,11.721023556152343,123.23721080615235,11.721023556152343L131.69302780615234,11.721023556152343C133.91163080615235,11.721023556152343,134.74884080615234,11.721023556152343,135.33488680615235,12.055906756152343C135.92093480615233,12.307069256152344,136.38139880615233,12.767533756152343,136.67442280615234,13.311720356152343C136.96744580615234,13.981488256152344,136.96744580615234,14.776837356152344,136.96744580615234,17.037301556152343ZM142.74419380615234,9.879162756152343C142.07442480615234,8.497766456152345,140.94418880615234,7.367534756152343,139.56279580615234,6.697765646152344C138.01395780615235,5.860557556152344,135.92093480615233,5.860557556152344,130.26977180615233,5.860557556152344L124.61860780615234,5.860557556152344C118.92558340615234,5.860557556152344,116.91628120615235,5.860557556152344,115.32558320615234,6.697765646152344C113.94418790615234,7.367534756152343,112.85581580615235,8.497766456152345,112.14418780615235,9.879162756152343C111.34883880615234,11.427999456152344,111.34883880615234,13.479162656152344,111.34883880615234,19.172185556152343L111.34883880615234,21.851257556152344C111.34883880615234,27.544280556152344,111.34883880615234,29.595441556152345,112.14418780615235,31.144283556152345C112.85581580615235,32.52567655615235,113.94418790615234,33.65590855615234,115.32558320615234,34.32567455615234C116.91628120615235,35.162883556152345,118.92558340615234,35.162883556152345,124.61860780615234,35.162883556152345L130.26977180615233,35.162883556152345C135.92093480615233,35.162883556152345,138.01395780615235,35.162883556152345,139.56279580615234,34.32567455615234C140.94418880615234,33.65590855615234,142.07442480615234,32.52567655615235,142.74419380615234,31.144283556152345C143.58140580615236,29.595441556152345,143.58140580615236,27.544280556152344,143.58140580615236,21.851257556152344L143.58140580615236,19.172185556152343C143.58140580615236,13.479162656152344,143.58140580615236,11.427999456152344,142.74419380615234,9.879162756152343ZM172.88372780615234,13.186138656152345L172.88372780615234,19.046605556152343C172.88372780615234,19.841953556152344,172.21395880615233,20.511721556152345,171.41861680615233,20.511721556152345L156.76744880615234,20.511721556152345L156.76744880615234,11.721023556152343L171.41861680615233,11.721023556152343C172.21395880615233,11.721023556152343,172.88372780615234,12.348928956152344,172.88372780615234,13.186138656152345ZM172.88372780615234,5.860557556152344L150.15349580615234,5.860557556152344C149.77674880615234,5.860557556152344,149.44186780615235,6.195441156152344,149.44186780615235,6.614046156152344L149.44186780615235,34.40939855615234C149.44186780615235,34.82800055615235,149.77674880615234,35.162883556152345,150.15349580615234,35.162883556152345L156.01396180615234,35.162883556152345C156.43256380615236,35.162883556152345,156.76744880615234,34.82800055615235,156.76744880615234,34.40939855615234L156.76744880615234,26.372186556152343L172.88372780615234,26.372186556152343C176.94419080615233,26.372186556152343,180.20931280615235,23.107068556152345,180.20931280615235,19.046605556152343L180.20931280615235,13.186138656152345C180.20931280615235,9.125674256152344,176.94419080615233,5.860557556152344,172.88372780615234,5.860557556152344ZM186.06977880615233,32.52567655615235L186.06977880615233,8.497766456152345C186.06977880615233,7.367534756152343,186.06977880615233,6.990789556152343,186.27908280615236,6.697765646152344C186.36279280615236,6.404743616152344,186.61396780615235,6.153579566152343,186.90698980615235,5.986138676152343C187.20001180615236,5.860557556152344,187.61860680615234,5.860557556152344,188.70699280615236,5.860557556152344L212.73488880615236,5.860557556152344C213.90698880615236,5.860557556152344,214.28373880615234,5.860557556152344,214.57675880615233,5.986138676152343C214.86977880615234,6.153579566152343,215.07908880615236,6.404743616152344,215.24652880615236,6.697765646152344C215.37210880615234,6.990789556152343,215.37210880615234,7.367534756152343,215.37210880615234,8.497766456152345L215.37210880615234,9.041952856152344C215.37210880615234,10.214045956152344,215.37210880615234,10.590789756152343,215.24652880615236,10.925673056152345C215.07908880615236,11.176837456152343,214.86977880615234,11.427999456152344,214.57675880615233,11.553580756152343C214.28373880615234,11.721023556152343,213.90698880615236,11.721023556152343,212.73488880615236,11.721023556152343L193.39536280615235,11.721023556152343L193.39536280615235,17.539627556152343L209.76280180615234,17.539627556152343C210.93489880615235,17.539627556152343,211.31163780615236,17.539627556152343,211.64651880615236,17.748929556152344C211.93954880615235,17.874511556152342,212.14885880615236,18.125674556152344,212.27442880615234,18.418697556152345C212.44186880615234,18.711721556152344,212.44186880615234,19.130326556152344,212.44186880615234,20.260558556152343L212.44186880615234,20.846604556152343C212.44186880615234,21.934976556152343,212.44186880615234,22.311721556152342,212.27442880615234,22.646604556152344C212.14885880615236,22.939630556152345,211.93954880615235,23.148931556152345,211.64651880615236,23.274509556152342C211.31163780615236,23.441953556152345,210.93489880615235,23.441953556152345,209.76280180615234,23.441953556152345L193.39536280615235,23.441953556152345L193.39536280615235,29.344278556152343L212.73488880615236,29.344278556152343C213.90698880615236,29.344278556152343,214.28373880615234,29.344278556152343,214.57675880615233,29.469863556152344C214.86977880615234,29.637304556152344,215.07908880615236,29.804742556152345,215.24652880615236,30.097768556152342C215.37210880615234,30.432651556152344,215.37210880615234,30.809396556152343,215.37210880615234,31.981489556152344L215.37210880615234,32.52567655615235C215.37210880615234,33.614049556152345,215.37210880615234,34.074514556152344,215.24652880615236,34.367536556152345C215.07908880615236,34.66056055615235,214.86977880615234,34.86986355615234,214.57675880615233,34.995443556152345C214.28373880615234,35.162883556152345,213.90698880615236,35.162883556152345,212.73488880615236,35.162883556152345L188.70699280615236,35.162883556152345C187.61860680615234,35.162883556152345,187.20001180615236,35.162883556152345,186.90698980615235,34.995443556152345C186.61396780615235,34.86986355615234,186.36279280615236,34.66056055615235,186.27908280615236,34.367536556152345C186.06977880615233,34.074514556152344,186.06977880615233,33.614049556152345,186.06977880615233,32.52567655615235ZM221.23257880615233,32.48381655615235L221.23257880615233,8.539626356152343C221.23257880615233,7.367534756152343,221.23257880615233,6.948929656152344,221.40000880615236,6.697765646152344C221.52558880615234,6.404743616152344,221.77675880615234,6.153579566152343,222.02792880615235,6.027998436152344C222.32093880615236,5.860557556152344,222.73954880615236,5.860557556152344,223.86978880615234,5.860557556152344L225.87907880615234,5.860557556152344L226.04652880615234,5.860557556152344L226.21396880615234,5.860557556152344L227.42792880615235,5.860557556152344C227.84652880615235,5.860557556152344,228.05582880615236,5.860557556152344,228.26513880615235,5.9024173091523435C228.43256880615235,5.944277063152343,228.55814880615236,6.027998436152344,228.72559880615233,6.153579566152343C228.89303880615233,6.2373009361523435,229.01861880615235,6.404743616152344,229.22791880615233,6.739627306152344L244.67444880615236,25.367536556152345L244.67444880615236,8.539626356152343C244.67444880615236,7.367534756152343,244.67444880615236,6.948929656152344,244.84187880615235,6.697765646152344C244.96745880615234,6.404743616152344,245.21861880615234,6.153579566152343,245.46979880615234,6.027998436152344C245.76280880615235,5.860557556152344,246.18141880615235,5.860557556152344,247.35351880615235,5.860557556152344L249.32094880615233,5.860557556152344C250.49304880615233,5.860557556152344,250.91165880615233,5.860557556152344,251.16281880615233,6.027998436152344C251.45582880615234,6.153579566152343,251.66513880615236,6.404743616152344,251.83258880615233,6.697765646152344C252.00001880615235,6.948929656152344,252.00001880615235,7.367534756152343,252.00001880615235,8.539626356152343L252.00001880615235,32.48381655615235C252.00001880615235,33.65590855615234,252.00001880615235,34.074514556152344,251.83258880615233,34.32567455615234C251.66513880615236,34.61869955615234,251.45582880615234,34.86986355615234,251.16281880615233,34.995443556152345C250.91165880615233,35.162883556152345,250.49304880615233,35.162883556152345,249.32094880615233,35.162883556152345L246.51630880615235,35.162883556152345C246.09767880615235,35.162883556152345,245.88838880615234,35.162883556152345,245.67909880615235,35.12102555615235C245.55351880615234,35.079166556152344,245.38608880615234,34.995443556152345,245.26050880615233,34.86986355615234C245.09303880615235,34.78614055615235,244.96745880615234,34.61869955615234,244.71629880615234,34.28381555615235L228.55814880615236,14.734975856152344L228.55814880615236,32.48381655615235C228.55814880615236,33.65590855615234,228.55814880615236,34.074514556152344,228.39070880615236,34.32567455615234C228.26513880615235,34.61869955615234,228.01396880615235,34.86986355615234,227.72094880615236,34.995443556152345C227.42792880615235,35.162883556152345,227.05117880615234,35.162883556152345,225.87907880615234,35.162883556152345L223.86978880615234,35.162883556152345C222.73954880615236,35.162883556152345,222.32093880615236,35.162883556152345,222.02792880615235,34.995443556152345C221.77675880615234,34.86986355615234,221.52558880615234,34.61869955615234,221.40000880615236,34.32567455615234C221.23257880615233,34.074514556152344,221.23257880615233,33.65590855615234,221.23257880615233,32.48381655615235ZM257.86047880615234,7.325673056152343L257.86047880615234,10.214045956152344C257.86047880615234,11.051254756152343,258.5302488061524,11.679162056152343,259.32559880615236,11.679162056152343L269.62327880615237,11.679162056152343L269.62327880615237,33.697769556152345C269.62327880615237,34.49311855615234,270.2511788061523,35.162883556152345,271.04651880615233,35.162883556152345L275.48373880615236,35.162883556152345C276.27907880615237,35.162883556152345,276.94884880615234,34.49311855615234,276.94884880615234,33.697769556152345L276.94884880615234,11.679162056152343L287.16281880615236,11.679162056152343C288.00001880615235,11.679162056152343,288.6697888061524,11.051254756152343,288.6697888061524,10.214045956152344L288.6697888061524,7.325673056152343C288.6697888061524,6.488463166152344,288.00001880615235,5.860557556152344,287.16281880615236,5.860557556152344L259.32559880615236,5.860557556152344C258.5302488061524,5.860557556152344,257.86047880615234,6.488463166152344,257.86047880615234,7.325673056152343ZM317.4279388061524,20.218696556152345L316.71629880615234,20.469860556152344C316.42326880615235,20.511721556152345,316.00465880615235,20.511721556152345,315.3349088061524,20.511721556152345L301.85583880615235,20.511721556152345L301.85583880615235,11.721023556152343L315.3349088061524,11.721023556152343C316.42326880615235,11.721023556152343,316.84187880615235,11.721023556152343,317.1767688061524,11.888464456152343C317.46977880615236,12.055906756152343,317.67909880615235,12.265209156152345,317.84651880615235,12.516371756152344C317.97211880615237,12.809395756152345,317.97211880615237,13.227998756152344,317.97211880615237,14.358232456152344L317.97211880615237,17.832651556152342C317.97211880615237,19.00474355615234,317.97211880615237,19.423348556152344,317.84651880615235,19.674511556152346C317.72093880615233,19.883814556152345,317.5953588061524,20.05125555615234,317.4279388061524,20.218696556152345ZM326.26048880615235,34.66056055615235L317.97211880615237,26.372186556152343C318.3488688061524,26.372186556152343,318.7256088061523,26.330326556152343,319.0604888061523,26.246606556152344C319.52095880615235,26.204746556152344,319.8976788061524,26.121023556152345,320.23257880615233,25.995443556152345C322.45117880615237,25.283813556152342,324.20932880615237,23.525674556152342,324.96280880615234,21.348931556152344C325.29770880615234,20.302419556152344,325.29770880615234,19.130326556152344,325.29770880615234,16.116372556152342C325.29770880615234,13.102417956152344,325.29770880615234,11.930324056152344,324.96280880615234,10.925673056152345C324.20932880615237,8.665207656152344,322.45117880615237,6.907068156152343,320.23257880615233,6.2373009361523435C319.14421880615237,5.860557556152344,317.8046788061523,5.860557556152344,313.9535188061524,5.860557556152344L297.2093088061523,5.860557556152344C296.07909880615233,5.860557556152344,295.66048880615233,5.860557556152344,295.32559880615236,6.027998436152344C295.0325888061524,6.153579566152343,294.8232788061523,6.404743616152344,294.69769880615235,6.697765646152344C294.5302488061524,6.907068156152343,294.5302488061524,7.241951656152343,294.5302488061524,8.037301756152344L294.5302488061524,8.079161656152344L294.5302488061524,33.697769556152345C294.5302488061524,34.49311855615234,295.20000880615237,35.162883556152345,295.9953488061524,35.162883556152345L300.39070880615236,35.162883556152345C301.22792880615236,35.162883556152345,301.85583880615235,34.49311855615234,301.85583880615235,33.697769556152345L301.85583880615235,26.372186556152343L307.9674588061523,26.372186556152343C308.76280880615235,26.372186556152343,309.4744388061523,26.707071556152343,310.0604888061523,27.209398556152344L317.55351880615234,34.74427955615234C317.84651880615235,34.995443556152345,318.22328880615237,35.162883556152345,318.55815880615233,35.162883556152345L326.05118880615237,35.162883556152345C326.30234880615234,35.162883556152345,326.4697988061523,34.82800055615235,326.26048880615235,34.66056055615235ZM332.20465880615234,32.52567655615235L332.20465880615234,8.497766456152345C332.20465880615234,7.367534756152343,332.20465880615234,6.990789556152343,332.4139788061524,6.697765646152344C332.4976888061524,6.404743616152344,332.74884880615235,6.153579566152343,333.04187880615234,5.986138676152343C333.3349088061524,5.860557556152344,333.75351880615233,5.860557556152344,334.8418688061523,5.860557556152344L358.86977880615234,5.860557556152344C360.04187880615234,5.860557556152344,360.4186188061524,5.860557556152344,360.7116488061523,5.986138676152343C361.00467880615236,6.153579566152343,361.21396880615237,6.404743616152344,361.38139880615233,6.697765646152344C361.50697880615235,6.990789556152343,361.50697880615235,7.367534756152343,361.50697880615235,8.497766456152345L361.50697880615235,9.041952856152344C361.50697880615235,10.214045956152344,361.50697880615235,10.590789756152343,361.38139880615233,10.925673056152345C361.21396880615237,11.176837456152343,361.00467880615236,11.427999456152344,360.7116488061523,11.553580756152343C360.4186188061524,11.721023556152343,360.04187880615234,11.721023556152343,358.86977880615234,11.721023556152343L339.5302688061523,11.721023556152343L339.5302688061523,17.539627556152343L355.89769880615233,17.539627556152343C357.06979880615233,17.539627556152343,357.44652880615234,17.539627556152343,357.78140880615234,17.748929556152344C358.07443880615233,17.874511556152342,358.28372880615234,18.125674556152344,358.40930880615235,18.418697556152345C358.5767588061524,18.711721556152344,358.5767588061524,19.130326556152344,358.5767588061524,20.260558556152343L358.5767588061524,20.846604556152343C358.5767588061524,21.934976556152343,358.5767588061524,22.311721556152342,358.40930880615235,22.646604556152344C358.28372880615234,22.939630556152345,358.07443880615233,23.148931556152345,357.78140880615234,23.274509556152342C357.44652880615234,23.441953556152345,357.06979880615233,23.441953556152345,355.89769880615233,23.441953556152345L339.5302688061523,23.441953556152345L339.5302688061523,29.344278556152343L358.86977880615234,29.344278556152343C360.04187880615234,29.344278556152343,360.4186188061524,29.344278556152343,360.7116488061523,29.469863556152344C361.00467880615236,29.637304556152344,361.21396880615237,29.804742556152345,361.38139880615233,30.097768556152342C361.50697880615235,30.432651556152344,361.50697880615235,30.809396556152343,361.50697880615235,31.981489556152344L361.50697880615235,32.52567655615235C361.50697880615235,33.614049556152345,361.50697880615235,34.074514556152344,361.38139880615233,34.367536556152345C361.21396880615237,34.66056055615235,361.00467880615236,34.86986355615234,360.7116488061523,34.995443556152345C360.4186188061524,35.162883556152345,360.04187880615234,35.162883556152345,358.86977880615234,35.162883556152345L334.8418688061523,35.162883556152345C333.75351880615233,35.162883556152345,333.3349088061524,35.162883556152345,333.04187880615234,34.995443556152345C332.74884880615235,34.86986355615234,332.4976888061524,34.66056055615235,332.4139788061524,34.367536556152345C332.20465880615234,34.074514556152344,332.20465880615234,33.614049556152345,332.20465880615234,32.52567655615235ZM367.3674888061523,7.325673056152343L367.3674888061523,33.697769556152345C367.3674888061523,34.49311855615234,368.03722880615237,35.162883556152345,368.83259880615236,35.162883556152345L373.2278988061523,35.162883556152345C373.98140880615233,35.162883556152345,374.65117880615236,34.49311855615234,374.65117880615236,33.697769556152345L374.65117880615236,23.441953556152345L382.73024880615236,23.441953556152345C383.65117880615236,23.441953556152345,384.53023880615234,23.860559556152342,385.0325888061523,24.614047556152343L392.52559880615235,34.53497855615234C392.81862880615233,34.91172455615234,393.23723880615233,35.162883556152345,393.69768880615237,35.162883556152345L398.84651880615235,35.162883556152345C399.4325788061523,35.162883556152345,399.76744880615234,34.451259556152344,399.39073880615234,33.99079555615234L389.1767488061523,20.302419556152344L398.0930388061523,6.990789556152343C398.42790880615235,6.530324756152344,398.05116880615236,5.860557556152344,397.50697880615235,5.860557556152344L392.2744388061523,5.860557556152344C391.81398880615234,5.860557556152344,391.35347880615234,6.111719786152344,391.06047880615233,6.530324756152344L384.57213880615234,16.241953556152346C384.02791880615234,17.079163556152345,383.1070188061523,17.581487556152343,382.14418880615233,17.581487556152343L374.65117880615236,17.581487556152343L374.65117880615236,7.325673056152343C374.65117880615236,6.530324756152344,373.98140880615233,5.860557556152344,373.2278988061523,5.860557556152344L368.83259880615236,5.860557556152344C368.03722880615237,5.860557556152344,367.3674888061523,6.530324756152344,367.3674888061523,7.325673056152343Z" fill="#000000" fill-opacity="1"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="435" height="84" viewBox="0 0 435 84"><defs><clipPath id="master_svg0_51_8246"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18"/></clipPath></defs><g clip-path="url(#master_svg0_51_8246)"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18" fill="#000000" fill-opacity="1"/><rect x="4.66650390625" y="4.66650390625" width="74.66666412353516" height="74.66666412353516" rx="0" fill="#D8D8D8" fill-opacity="0"/><path d="M56.62902996557617,43.21054438563537L48.40791176557617,45.87031538563538C46.69853186557617,46.42335138563538,45.14237511557617,44.68940338563537,45.87639391557617,43.04957238563538L60.64836296557617,10.048361585635377C61.31648396557617,8.555751855635377,62.799195965576175,7.594967126846376,64.43451496557617,7.594967126846376L70.25858296557617,7.594967126846376C71.89390196557618,7.594967126846376,73.37661396557617,8.555751855635377,74.04473496557617,10.048361585635377L88.81670396557618,43.04957238563538C89.55072396557617,44.68940338563537,87.99456796557618,46.42335138563538,86.28518696557617,45.87031538563538L78.06407196557618,43.21054438563537C77.78469096557617,43.12015538563538,77.55672496557617,42.915562385635376,77.43675596557617,42.64754938563538L69.23962596557617,24.334814385635376C68.50750196557617,22.699219385635374,66.18559796557616,22.699219385635374,65.45347396557617,24.334814385635376L57.25634796557617,42.64754938563538C57.13637896557617,42.915562385635376,56.90841196557617,43.12015538563538,56.62902996557617,43.21054438563537ZM54.737605065576176,51.51195938563538C53.79280476557617,51.19649538563537,53.79280476557617,49.860115385635375,54.737605065576176,49.544651385635376L63.030570965576175,46.77567338563538C63.300490965576174,46.685547385635374,63.52151896557617,46.48846038563538,63.641864965576175,46.23059438563538L66.40742896557617,40.30483238563538C66.77983496557617,39.506883385635376,67.91448996557617,39.506883385635376,68.28689396557617,40.30483238563538L71.05245596557617,46.23059438563538C71.17280396557618,46.48846038563538,71.39383096557617,46.685547385635374,71.66375196557617,46.77567338563538L79.95672196557618,49.544651385635376C80.90151996557617,49.860115385635375,80.90151996557617,51.19649538563537,79.95672196557618,51.51195938563538L71.66375196557617,54.28094138563537C71.39383096557617,54.371063385635374,71.17280396557618,54.56814938563537,71.05245596557617,54.82601538563537L68.28689396557617,60.751781385635375C67.91448996557617,61.549728385635376,66.77983496557617,61.549728385635376,66.40742896557617,60.751781385635375L63.64186696557617,54.82601538563537C63.52151896557617,54.56814938563537,63.300490965576174,54.371063385635374,63.030570965576175,54.28094138563537L54.737605065576176,51.51195938563538Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" transform="matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,18.753054210379375,-30.083911281488597)"/></g><path d="M135.8329921767578,66.41851605615234L124.1120611767578,66.41851605615234L129.9725261767578,54.697586056152346L135.8329921767578,66.41851605615234ZM148.4748571767578,77.09293605615234L135.1632271767578,50.46967835615234C134.66089817675783,49.46502566615234,133.6562481767578,48.837120056152344,132.52601617675782,48.837120056152344L127.37717817675781,48.837120056152344C126.24694617675782,48.837120056152344,125.24229417675781,49.46502566615234,124.73996817675781,50.46967835615234L111.42834096375782,77.09293605615234C111.17717815675782,77.55340005615234,111.55392236675782,78.13944605615234,112.09810834675781,78.13944605615234L117.33066697675781,78.13944605615234C117.87485267675781,78.13944605615234,118.37717867675781,77.84642605615234,118.62834117675781,77.34409905615234L121.18182947675781,72.27898205615234L138.76322517675783,72.27898205615234L141.2748541767578,77.34409905615234C141.52601617675782,77.84642605615234,142.0283411767578,78.13944605615234,142.5725271767578,78.13944605615234L147.80508417675782,78.13944605615234C148.3492741767578,78.13944605615234,148.7260171767578,77.55340005615234,148.4748571767578,77.09293605615234ZM152.3260151767578,76.67433205615234L152.3260151767578,50.30223555615235C152.3260151767578,49.506887256152346,152.9957851767578,48.837120056152344,153.7492751767578,48.837120056152344L158.14462317675782,48.837120056152344C158.9818301767578,48.837120056152344,159.60973717675782,49.506887256152346,159.60973717675782,50.30223555615235L159.60973717675782,76.67433205615234C159.60973717675782,77.42782205615234,158.9818301767578,78.13944605615234,158.14462317675782,78.13944605615234L153.7492751767578,78.13944605615234C152.9957851767578,78.13944605615234,152.3260151767578,77.42782205615234,152.3260151767578,76.67433205615234ZM208.5027621767578,48.837120056152344L187.2376401767578,48.837120056152344C182.3399661767578,48.837120056152344,178.4469531767578,52.77200365615234,178.4469531767578,57.62781715615235L178.4469531767578,69.34874905615234C178.4469531767578,74.20456505615235,182.3399661767578,78.13944605615234,187.2376401767578,78.13944605615234L209.21439317675782,78.13944605615234C210.0097431767578,78.13944605615234,210.6795041767578,77.46968105615234,210.6795041767578,76.67433205615234L210.6795041767578,63.488284056152345C210.6795041767578,62.69293505615234,210.0097431767578,62.06502805615234,209.21439317675782,62.06502805615234L198.1632231767578,62.06502805615234C197.40972917675782,62.06502805615234,196.73996717675783,62.69293505615234,196.73996717675783,63.488284056152345L196.73996717675783,66.37665705615234C196.73996717675783,67.21386705615234,197.40972917675782,67.88363305615235,198.1632231767578,67.88363305615235L204.7771761767578,67.88363305615235L204.7771761767578,72.27898205615234L189.41439017675782,72.27898205615234C187.4050751767578,72.27898205615234,185.7725291767578,70.64642505615234,185.7725291767578,68.63711905615234L185.7725291767578,58.33944605615234C185.7725291767578,56.330144356152346,187.4050751767578,54.697586056152346,189.41439017675782,54.697586056152346L208.5027621767578,54.697586056152346C209.25624817675782,54.697586056152346,209.9260181767578,54.027817256152346,209.9260181767578,53.274328256152344L209.9260181767578,50.30223555615235C209.9260181767578,49.506887256152346,209.25624817675782,48.837120056152344,208.5027621767578,48.837120056152344ZM238.5167111767578,66.41851605615234L226.79578117675783,66.41851605615234L232.6562511767578,54.697586056152346L238.5167111767578,66.41851605615234ZM251.15857117675782,77.09293605615234L237.8469511767578,50.46967835615234C237.34463117675782,49.46502566615234,236.3399711767578,48.837120056152344,235.2097411767578,48.837120056152344L230.0609011767578,48.837120056152344C228.9306711767578,48.837120056152344,227.9260211767578,49.46502566615234,227.42370117675782,50.46967835615234L214.1120611767578,77.09293605615234C213.8609111767578,77.55340005615234,214.23764117675782,78.13944605615234,214.7818411767578,78.13944605615234L220.0143911767578,78.13944605615234C220.5585811767578,78.13944605615234,221.0609011767578,77.84642605615234,221.3120711767578,77.34409905615234L223.86555117675783,72.27898205615234L241.4469411767578,72.27898205615234L243.9585711767578,77.34409905615234C244.2097311767578,77.84642605615234,244.7120711767578,78.13944605615234,245.2562411767578,78.13944605615234L250.48881117675782,78.13944605615234C251.0329911767578,78.13944605615234,251.40976117675783,77.55340005615234,251.15857117675782,77.09293605615234ZM250.40509117675782,50.30223555615235L250.40509117675782,53.19060845615235C250.40509117675782,54.027817256152346,251.07486117675782,54.65572455615234,251.8702111767578,54.65572455615234L262.16789117675785,54.65572455615234L262.16789117675785,76.67433205615234C262.16789117675785,77.46968105615234,262.7957911767578,78.13944605615234,263.5911411767578,78.13944605615234L268.02835117675784,78.13944605615234C268.8237011767578,78.13944605615234,269.49345117675784,77.46968105615234,269.49345117675784,76.67433205615234L269.49345117675784,54.65572455615234L279.7074111767578,54.65572455615234C280.5446311767578,54.65572455615234,281.2144011767578,54.027817256152346,281.2144011767578,53.19060845615235L281.2144011767578,50.30223555615235C281.2144011767578,49.46502566615234,280.5446311767578,48.837120056152344,279.7074111767578,48.837120056152344L251.8702111767578,48.837120056152344C251.07486117675782,48.837120056152344,250.40509117675782,49.46502566615234,250.40509117675782,50.30223555615235ZM287.0748411767578,75.50223905615235L287.0748411767578,51.47432895615234C287.0748411767578,50.344097256152345,287.0748411767578,49.96735205615234,287.28416117675783,49.67432814615234C287.3678911767578,49.381306116152345,287.6190511767578,49.130142066152345,287.9120611767578,48.96270117615234C288.20509117675783,48.837120056152344,288.6237011767578,48.837120056152344,289.7120511767578,48.837120056152344L313.7399711767578,48.837120056152344C314.9120611767578,48.837120056152344,315.2888211767578,48.837120056152344,315.5818511767578,48.96270117615234C315.8748611767578,49.130142066152345,316.0841711767578,49.381306116152345,316.25160117675784,49.67432814615234C316.3771811767578,49.96735205615234,316.3771811767578,50.344097256152345,316.3771811767578,51.47432895615234L316.3771811767578,52.01851535615234C316.3771811767578,53.19060845615235,316.3771811767578,53.56735225615235,316.25160117675784,53.90223555615234C316.0841711767578,54.15339995615234,315.8748611767578,54.40456195615234,315.5818511767578,54.53014325615234C315.2888211767578,54.697586056152346,314.9120611767578,54.697586056152346,313.7399711767578,54.697586056152346L294.4004511767578,54.697586056152346L294.4004511767578,60.51619005615234L310.7678811767578,60.51619005615234C311.9399711767578,60.51619005615234,312.31671117675785,60.51619005615234,312.6516111767578,60.72549205615235C312.9446211767578,60.85107405615234,313.15393117675785,61.10223705615235,313.2794911767578,61.395260056152345C313.4469611767578,61.68828405615234,313.4469611767578,62.10688905615234,313.4469611767578,63.23712105615235L313.4469611767578,63.82316705615234C313.4469611767578,64.91153905615235,313.4469611767578,65.28828405615235,313.2794911767578,65.62316705615234C313.15393117675785,65.91619305615234,312.9446211767578,66.12549405615235,312.6516111767578,66.25107205615234C312.31671117675785,66.41851605615234,311.9399711767578,66.41851605615234,310.7678811767578,66.41851605615234L294.4004511767578,66.41851605615234L294.4004511767578,72.32084105615235L313.7399711767578,72.32084105615235C314.9120611767578,72.32084105615235,315.2888211767578,72.32084105615235,315.5818511767578,72.44642605615235C315.8748611767578,72.61386705615234,316.0841711767578,72.78130505615235,316.25160117675784,73.07433105615235C316.3771811767578,73.40921405615234,316.3771811767578,73.78595905615234,316.3771811767578,74.95805205615234L316.3771811767578,75.50223905615235C316.3771811767578,76.59061205615234,316.3771811767578,77.05107705615234,316.25160117675784,77.34409905615234C316.0841711767578,77.63712305615235,315.8748611767578,77.84642605615234,315.5818511767578,77.97200605615234C315.2888211767578,78.13944605615234,314.9120611767578,78.13944605615234,313.7399711767578,78.13944605615234L289.7120511767578,78.13944605615234C288.6237011767578,78.13944605615234,288.20509117675783,78.13944605615234,287.9120611767578,77.97200605615234C287.6190511767578,77.84642605615234,287.3678911767578,77.63712305615235,287.28416117675783,77.34409905615234C287.0748411767578,77.05107705615234,287.0748411767578,76.59061205615234,287.0748411767578,75.50223905615235ZM320.6050911767578,49.381306116152345C320.5213811767578,49.548747066152345,320.6050911767578,49.79991114615235,320.68883117675784,50.26037585615234L326.5492811767578,76.29758805615234C326.7167211767578,76.96735805615234,326.7586011767578,77.30223705615234,326.9678911767578,77.51154105615234C327.0934711767578,77.76270305615235,327.34463117675784,77.88828705615234,327.5539411767578,78.01386405615234C327.8469511767578,78.13944605615234,328.18185117675785,78.13944605615234,328.8516211767578,78.13944605615234L331.3632511767578,78.13944605615234L331.9074111767578,78.13944605615234L332.5353411767578,78.13944605615234L333.4144011767578,78.13944605615234C334.0004411767578,78.13944605615234,334.2516211767578,78.13944605615234,334.5446311767578,78.05572905615234C334.7539511767578,77.97200605615234,334.96324117675783,77.80456305615235,335.1306811767578,77.67898205615234C335.2981311767578,77.42782205615234,335.3818311767578,77.13479605615234,335.5911411767578,76.63247105615234L341.9958011767578,59.762701056152345L348.3585811767578,76.63247105615234C348.5679011767578,77.13479605615234,348.6516111767578,77.42782205615234,348.8609111767578,77.67898205615234C349.02835117675784,77.80456305615235,349.2376511767578,77.97200605615234,349.40510117675785,78.05572905615234C349.6981211767578,78.13944605615234,349.94928117675784,78.13944605615234,350.5771911767578,78.13944605615234L351.4144011767578,78.13944605615234L351.6655611767578,78.13944605615234L351.83301117675785,78.13944605615234L354.3864911767578,78.13944605615234C355.0981311767578,78.13944605615234,355.3911611767578,78.13944605615234,355.68419117675785,78.01386405615234C355.9353311767578,77.88828705615234,356.1027711767578,77.76270305615235,356.27020117675784,77.51154105615234C356.4376711767578,77.30223705615234,356.5213811767578,76.96735805615234,356.68883117675784,76.29758805615234L362.5492811767578,50.26037585615234C362.6330211767578,49.79991114615235,362.7167211767578,49.548747066152345,362.6330211767578,49.381306116152345C362.5911411767578,49.17200365615234,362.4655611767578,49.04642253615234,362.2981311767578,48.96270117615234C362.1725511767578,48.837120056152344,361.87953117675784,48.837120056152344,361.4190411767578,48.837120056152344L357.40047117675783,48.837120056152344C356.7306811767578,48.837120056152344,356.39578117675785,48.837120056152344,356.1027711767578,49.004560936152345C355.8934811767578,49.08828228615234,355.68419117675785,49.213863436152344,355.5167411767578,49.46502566615234C355.3492911767578,49.67432814615234,355.26556117675784,50.00921175615235,355.13998117675783,50.67898085615234L351.1213711767578,68.42781805615235L345.0934711767578,52.56270145615235C344.9260211767578,52.01851535615234,344.8004411767578,51.767353056152345,344.6330111767578,51.51618885615235C344.4655711767578,51.39060785615234,344.2562711767578,51.22316695615234,344.04695117675783,51.139445556152346C343.7957911767578,51.055724156152344,343.5027811767578,51.055724156152344,342.9585911767578,51.055724156152344L341.9958011767578,51.055724156152344L341.8702211767578,51.055724156152344L341.0330011767578,51.055724156152344C340.44694117675783,51.055724156152344,340.1539411767578,51.055724156152344,339.9027911767578,51.139445556152346C339.69347117675784,51.22316695615234,339.48418117675783,51.39060785615234,339.3167311767578,51.51618885615235C339.1492911767578,51.767353056152345,339.06557117675777,52.01851535615234,338.8562611767578,52.56270145615235L332.4097611767578,69.64177305615235L328.13998117675783,50.67898085615234C327.9306911767578,50.00921175615235,327.8888211767578,49.67432814615234,327.72139117675783,49.46502566615234C327.5539411767578,49.213863436152344,327.34463117675784,49.08828228615234,327.0934711767578,49.004560936152345C326.8004411767578,48.837120056152344,326.50741117675784,48.837120056152344,325.8376811767578,48.837120056152344L321.8609111767578,48.837120056152344C321.3167311767578,48.837120056152344,321.1074411767578,48.837120056152344,320.89813117675783,48.96270117615234C320.7725511767578,49.04642253615234,320.6469711767578,49.17200365615234,320.6050911767578,49.381306116152345ZM386.7446111767578,66.41851605615234L375.0237011767578,66.41851605615234L380.88417117675783,54.697586056152346L386.7446111767578,66.41851605615234ZM399.3865211767578,77.09293605615234L386.0748411767578,50.46967835615234C385.5725211767578,49.46502566615234,384.5678911767578,48.837120056152344,383.43764117675784,48.837120056152344L378.28880117675783,48.837120056152344C377.1585811767578,48.837120056152344,376.1539111767578,49.46502566615234,375.6515911767578,50.46967835615234L362.33995117675784,77.09293605615234C362.08882117675785,77.55340005615234,362.46553117675785,78.13944605615234,363.0097611767578,78.13944605615234L368.2422911767578,78.13944605615234C368.78648117675783,78.13944605615234,369.28880117675783,77.84642605615234,369.5399611767578,77.34409905615234L372.0934611767578,72.27898205615234L389.6748811767578,72.27898205615234L392.1864811767578,77.34409905615234C392.4376711767578,77.84642605615234,392.9399911767578,78.13944605615234,393.48418117675783,78.13944605615234L398.7167211767578,78.13944605615234C399.2609411767578,78.13944605615234,399.63768117675784,77.55340005615234,399.3865211767578,77.09293605615234ZM403.9073911767578,48.837120056152344L397.7538911767578,48.837120056152344C397.1259911767578,48.837120056152344,396.7492811767578,49.506887256152346,397.1259911767578,50.00921175615235L410.1864811767578,66.79526105615234L410.1864811767578,76.67433205615234C410.1864811767578,77.46968105615234,410.8144111767578,78.13944605615234,411.60972117675783,78.13944605615234L416.04695117675783,78.13944605615234C416.8423011767578,78.13944605615234,417.4701711767578,77.46968105615234,417.4701711767578,76.67433205615234L417.4701711767578,66.79526105615234L430.4888111767578,50.00921175615235C430.8655211767578,49.506887256152346,430.53065117675783,48.837120056152344,429.9027511767578,48.837120056152344L423.70741117675783,48.837120056152344C423.49809117675784,48.837120056152344,423.2469311767578,48.92083956315234,423.1213511767578,49.08828228615234L413.8283211767578,61.10223705615235L404.4934511767578,49.08828228615234C404.36787117675783,48.92083956315234,404.1585811767578,48.837120056152344,403.9073911767578,48.837120056152344Z" fill="#81848F" fill-opacity="1"/><path d="M136.96743617675781,17.037301556152343L136.96743617675781,23.986141556152344C136.96743617675781,26.246606556152344,136.96743617675781,27.041955556152345,136.6744121767578,27.711721556152344C136.3813881767578,28.255907556152344,135.9209231767578,28.716371556152342,135.3348771767578,28.967536556152343C134.74883117675782,29.302419556152344,133.91161917675782,29.302419556152344,131.69301617675782,29.302419556152344L123.23720217675782,29.302419556152344C120.97673797675782,29.302419556152344,120.18138887675781,29.302419556152344,119.51162147675781,28.967536556152343C118.9674353767578,28.716371556152342,118.54883047675781,28.255907556152344,118.25580737675782,27.711721556152344C117.92092417675781,27.041955556152345,117.92092417675781,26.246606556152344,117.92092417675781,23.986141556152344L117.92092417675781,17.037301556152343C117.92092417675781,14.776837356152344,117.92092417675781,13.981488256152344,118.25580737675782,13.311720356152343C118.54883047675781,12.767533756152343,118.9674353767578,12.307069256152344,119.51162147675781,12.055906756152343C120.18138887675781,11.721023556152343,120.97673797675782,11.721023556152343,123.23720217675782,11.721023556152343L131.69301617675782,11.721023556152343C133.91161917675782,11.721023556152343,134.74883117675782,11.721023556152343,135.3348771767578,12.055906756152343C135.9209231767578,12.307069256152344,136.3813881767578,12.767533756152343,136.6744121767578,13.311720356152343C136.96743617675781,13.981488256152344,136.96743617675781,14.776837356152344,136.96743617675781,17.037301556152343ZM142.74418217675782,9.879162756152343C142.07441317675782,8.497766456152345,140.94417717675782,7.367534756152343,139.56278417675782,6.697765646152344C138.01394617675783,5.860557556152344,135.9209231767578,5.860557556152344,130.2697621767578,5.860557556152344L124.61859917675781,5.860557556152344C118.92557477675781,5.860557556152344,116.91627267675781,5.860557556152344,115.32557507675781,6.697765646152344C113.94417997675781,7.367534756152343,112.85580787675781,8.497766456152345,112.14418011675781,9.879162756152343C111.34883117675781,11.427999456152344,111.34883117675781,13.479162656152344,111.34883117675781,19.172185556152343L111.34883117675781,21.851257556152344C111.34883117675781,27.544280556152344,111.34883117675781,29.595441556152345,112.14418011675781,31.144283556152345C112.85580787675781,32.52567655615235,113.94417997675781,33.65590855615234,115.32557507675781,34.32567455615234C116.91627267675781,35.162883556152345,118.92557477675781,35.162883556152345,124.61859917675781,35.162883556152345L130.2697621767578,35.162883556152345C135.9209231767578,35.162883556152345,138.01394617675783,35.162883556152345,139.56278417675782,34.32567455615234C140.94417717675782,33.65590855615234,142.07441317675782,32.52567655615235,142.74418217675782,31.144283556152345C143.5813941767578,29.595441556152345,143.5813941767578,27.544280556152344,143.5813941767578,21.851257556152344L143.5813941767578,19.172185556152343C143.5813941767578,13.479162656152344,143.5813941767578,11.427999456152344,142.74418217675782,9.879162756152343ZM172.88371317675782,13.186138656152345L172.88371317675782,19.046605556152343C172.88371317675782,19.841953556152344,172.21394317675782,20.511721556152345,171.41860217675782,20.511721556152345L156.76743717675782,20.511721556152345L156.76743717675782,11.721023556152343L171.41860217675782,11.721023556152343C172.21394317675782,11.721023556152343,172.88371317675782,12.348928956152344,172.88371317675782,13.186138656152345ZM172.88371317675782,5.860557556152344L150.15348417675781,5.860557556152344C149.77673717675782,5.860557556152344,149.4418521767578,6.195441156152344,149.4418521767578,6.614046156152344L149.4418521767578,34.40939855615234C149.4418521767578,34.82800055615235,149.77673717675782,35.162883556152345,150.15348417675781,35.162883556152345L156.01394617675783,35.162883556152345C156.4325521767578,35.162883556152345,156.76743717675782,34.82800055615235,156.76743717675782,34.40939855615234L156.76743717675782,26.372186556152343L172.88371317675782,26.372186556152343C176.94417617675782,26.372186556152343,180.20929717675781,23.107068556152345,180.20929717675781,19.046605556152343L180.20929717675781,13.186138656152345C180.20929717675781,9.125674256152344,176.94417617675782,5.860557556152344,172.88371317675782,5.860557556152344ZM186.06976317675782,32.52567655615235L186.06976317675782,8.497766456152345C186.06976317675782,7.367534756152343,186.06976317675782,6.990789556152343,186.2790601767578,6.697765646152344C186.3627781767578,6.404743616152344,186.6139451767578,6.153579566152343,186.9069751767578,5.986138676152343C187.1999891767578,5.860557556152344,187.61859117675783,5.860557556152344,188.70697817675781,5.860557556152344L212.7348711767578,5.860557556152344C213.9069711767578,5.860557556152344,214.2837211767578,5.860557556152344,214.57674117675782,5.986138676152343C214.8697711767578,6.153579566152343,215.07906117675782,6.404743616152344,215.24650117675782,6.697765646152344C215.37208117675783,6.990789556152343,215.37208117675783,7.367534756152343,215.37208117675783,8.497766456152345L215.37208117675783,9.041952856152344C215.37208117675783,10.214045956152344,215.37208117675783,10.590789756152343,215.24650117675782,10.925673056152345C215.07906117675782,11.176837456152343,214.8697711767578,11.427999456152344,214.57674117675782,11.553580756152343C214.2837211767578,11.721023556152343,213.9069711767578,11.721023556152343,212.7348711767578,11.721023556152343L193.39534017675783,11.721023556152343L193.39534017675783,17.539627556152343L209.76277917675782,17.539627556152343C210.9348831767578,17.539627556152343,211.3116221767578,17.539627556152343,211.64651117675783,17.748929556152344C211.9395211767578,17.874511556152342,212.14883117675782,18.125674556152344,212.2744111767578,18.418697556152345C212.4418611767578,18.711721556152344,212.4418611767578,19.130326556152344,212.4418611767578,20.260558556152343L212.4418611767578,20.846604556152343C212.4418611767578,21.934976556152343,212.4418611767578,22.311721556152342,212.2744111767578,22.646604556152344C212.14883117675782,22.939630556152345,211.9395211767578,23.148931556152345,211.64651117675783,23.274509556152342C211.3116221767578,23.441953556152345,210.9348831767578,23.441953556152345,209.76277917675782,23.441953556152345L193.39534017675783,23.441953556152345L193.39534017675783,29.344278556152343L212.7348711767578,29.344278556152343C213.9069711767578,29.344278556152343,214.2837211767578,29.344278556152343,214.57674117675782,29.469863556152344C214.8697711767578,29.637304556152344,215.07906117675782,29.804742556152345,215.24650117675782,30.097768556152342C215.37208117675783,30.432651556152344,215.37208117675783,30.809396556152343,215.37208117675783,31.981489556152344L215.37208117675783,32.52567655615235C215.37208117675783,33.614049556152345,215.37208117675783,34.074514556152344,215.24650117675782,34.367536556152345C215.07906117675782,34.66056055615235,214.8697711767578,34.86986355615234,214.57674117675782,34.995443556152345C214.2837211767578,35.162883556152345,213.9069711767578,35.162883556152345,212.7348711767578,35.162883556152345L188.70697817675781,35.162883556152345C187.61859117675783,35.162883556152345,187.1999891767578,35.162883556152345,186.9069751767578,34.995443556152345C186.6139451767578,34.86986355615234,186.3627781767578,34.66056055615235,186.2790601767578,34.367536556152345C186.06976317675782,34.074514556152344,186.06976317675782,33.614049556152345,186.06976317675782,32.52567655615235ZM221.2325511767578,32.48381655615235L221.2325511767578,8.539626356152343C221.2325511767578,7.367534756152343,221.2325511767578,6.948929656152344,221.3999911767578,6.697765646152344C221.52556117675783,6.404743616152344,221.7767411767578,6.153579566152343,222.0279111767578,6.027998436152344C222.32091117675782,5.860557556152344,222.73952117675782,5.860557556152344,223.8697711767578,5.860557556152344L225.87906117675783,5.860557556152344L226.0465111767578,5.860557556152344L226.21394117675783,5.860557556152344L227.4279011767578,5.860557556152344C227.8465011767578,5.860557556152344,228.05580117675783,5.860557556152344,228.2651111767578,5.9024173091523435C228.4325511767578,5.944277063152343,228.5581311767578,6.027998436152344,228.72558117675783,6.153579566152343C228.8930111767578,6.2373009361523435,229.0186011767578,6.404743616152344,229.22790117675783,6.739627306152344L244.67442117675782,25.367536556152345L244.67442117675782,8.539626356152343C244.67442117675782,7.367534756152343,244.67442117675782,6.948929656152344,244.84186117675782,6.697765646152344C244.9674411767578,6.404743616152344,245.2186011767578,6.153579566152343,245.4697711767578,6.027998436152344C245.76279117675782,5.860557556152344,246.18140117675782,5.860557556152344,247.35350117675782,5.860557556152344L249.32092117675782,5.860557556152344C250.49303117675782,5.860557556152344,250.91164117675783,5.860557556152344,251.16279117675782,6.027998436152344C251.4558111767578,6.153579566152343,251.66511117675782,6.404743616152344,251.83256117675782,6.697765646152344C251.9999811767578,6.948929656152344,251.9999811767578,7.367534756152343,251.9999811767578,8.539626356152343L251.9999811767578,32.48381655615235C251.9999811767578,33.65590855615234,251.9999811767578,34.074514556152344,251.83256117675782,34.32567455615234C251.66511117675782,34.61869955615234,251.4558111767578,34.86986355615234,251.16279117675782,34.995443556152345C250.91164117675783,35.162883556152345,250.49303117675782,35.162883556152345,249.32092117675782,35.162883556152345L246.51628117675781,35.162883556152345C246.0976611767578,35.162883556152345,245.8883711767578,35.162883556152345,245.67908117675782,35.12102555615235C245.5535011767578,35.079166556152344,245.3860611767578,34.995443556152345,245.26048117675782,34.86986355615234C245.09302117675782,34.78614055615235,244.9674411767578,34.61869955615234,244.7162811767578,34.28381555615235L228.5581311767578,14.734975856152344L228.5581311767578,32.48381655615235C228.5581311767578,33.65590855615234,228.5581311767578,34.074514556152344,228.39068117675782,34.32567455615234C228.2651111767578,34.61869955615234,228.0139511767578,34.86986355615234,227.72092117675783,34.995443556152345C227.4279011767578,35.162883556152345,227.0511511767578,35.162883556152345,225.87906117675783,35.162883556152345L223.8697711767578,35.162883556152345C222.73952117675782,35.162883556152345,222.32091117675782,35.162883556152345,222.0279111767578,34.995443556152345C221.7767411767578,34.86986355615234,221.52556117675783,34.61869955615234,221.3999911767578,34.32567455615234C221.2325511767578,34.074514556152344,221.2325511767578,33.65590855615234,221.2325511767578,32.48381655615235ZM257.8604611767578,7.325673056152343L257.8604611767578,10.214045956152344C257.8604611767578,11.051254756152343,258.5302311767578,11.679162056152343,259.32558117675785,11.679162056152343L269.6232411767578,11.679162056152343L269.6232411767578,33.697769556152345C269.6232411767578,34.49311855615234,270.2511611767578,35.162883556152345,271.04649117675785,35.162883556152345L275.48372117675785,35.162883556152345C276.2790511767578,35.162883556152345,276.9488211767578,34.49311855615234,276.9488211767578,33.697769556152345L276.9488211767578,11.679162056152343L287.1627811767578,11.679162056152343C288.0000011767578,11.679162056152343,288.6697711767578,11.051254756152343,288.6697711767578,10.214045956152344L288.6697711767578,7.325673056152343C288.6697711767578,6.488463166152344,288.0000011767578,5.860557556152344,287.1627811767578,5.860557556152344L259.32558117675785,5.860557556152344C258.5302311767578,5.860557556152344,257.8604611767578,6.488463166152344,257.8604611767578,7.325673056152343ZM317.4279011767578,20.218696556152345L316.7162611767578,20.469860556152344C316.42325117675784,20.511721556152345,316.0046411767578,20.511721556152345,315.3348711767578,20.511721556152345L301.85580117675784,20.511721556152345L301.85580117675784,11.721023556152343L315.3348711767578,11.721023556152343C316.42325117675784,11.721023556152343,316.84184117675784,11.721023556152343,317.1767311767578,11.888464456152343C317.4697611767578,12.055906756152343,317.67906117675784,12.265209156152345,317.8465011767578,12.516371756152344C317.9720811767578,12.809395756152345,317.9720811767578,13.227998756152344,317.9720811767578,14.358232456152344L317.9720811767578,17.832651556152342C317.9720811767578,19.00474355615234,317.9720811767578,19.423348556152344,317.8465011767578,19.674511556152346C317.72092117675777,19.883814556152345,317.5953411767578,20.05125555615234,317.4279011767578,20.218696556152345ZM326.2604511767578,34.66056055615235L317.9720811767578,26.372186556152343C318.3488311767578,26.372186556152343,318.72557117675785,26.330326556152343,319.0604711767578,26.246606556152344C319.52092117675784,26.204746556152344,319.8976411767578,26.121023556152345,320.2325611767578,25.995443556152345C322.4511611767578,25.283813556152342,324.2092911767578,23.525674556152342,324.9627811767578,21.348931556152344C325.29767117675783,20.302419556152344,325.29767117675783,19.130326556152344,325.29767117675783,16.116372556152342C325.29767117675783,13.102417956152344,325.29767117675783,11.930324056152344,324.9627811767578,10.925673056152345C324.2092911767578,8.665207656152344,322.4511611767578,6.907068156152343,320.2325611767578,6.2373009361523435C319.1441811767578,5.860557556152344,317.80464117675785,5.860557556152344,313.95347117675783,5.860557556152344L297.2092911767578,5.860557556152344C296.07905117675784,5.860557556152344,295.66046117675785,5.860557556152344,295.3255611767578,6.027998436152344C295.0325511767578,6.153579566152343,294.8232611767578,6.404743616152344,294.6976811767578,6.697765646152344C294.5302111767578,6.907068156152343,294.5302111767578,7.241951656152343,294.5302111767578,8.037301756152344L294.5302111767578,8.079161656152344L294.5302111767578,33.697769556152345C294.5302111767578,34.49311855615234,295.1999811767578,35.162883556152345,295.9953311767578,35.162883556152345L300.3906811767578,35.162883556152345C301.2278911767578,35.162883556152345,301.85580117675784,34.49311855615234,301.85580117675784,33.697769556152345L301.85580117675784,26.372186556152343L307.9674411767578,26.372186556152343C308.7627911767578,26.372186556152343,309.4743911767578,26.707071556152343,310.06045117675785,27.209398556152344L317.5534811767578,34.74427955615234C317.8465011767578,34.995443556152345,318.2232511767578,35.162883556152345,318.5581211767578,35.162883556152345L326.0511511767578,35.162883556152345C326.3023211767578,35.162883556152345,326.4697611767578,34.82800055615235,326.2604511767578,34.66056055615235ZM332.2046311767578,32.52567655615235L332.2046311767578,8.497766456152345C332.2046311767578,7.367534756152343,332.2046311767578,6.990789556152343,332.4139411767578,6.697765646152344C332.4976511767578,6.404743616152344,332.7488211767578,6.153579566152343,333.04184117675777,5.986138676152343C333.3348711767578,5.860557556152344,333.7534811767578,5.860557556152344,334.84184117675784,5.860557556152344L358.8697311767578,5.860557556152344C360.04184117675777,5.860557556152344,360.4185811767578,5.860557556152344,360.7116111767578,5.986138676152343C361.0046411767578,6.153579566152343,361.2139311767578,6.404743616152344,361.3813611767578,6.697765646152344C361.5069411767578,6.990789556152343,361.5069411767578,7.367534756152343,361.5069411767578,8.497766456152345L361.5069411767578,9.041952856152344C361.5069411767578,10.214045956152344,361.5069411767578,10.590789756152343,361.3813611767578,10.925673056152345C361.2139311767578,11.176837456152343,361.0046411767578,11.427999456152344,360.7116111767578,11.553580756152343C360.4185811767578,11.721023556152343,360.04184117675777,11.721023556152343,358.8697311767578,11.721023556152343L339.5302311767578,11.721023556152343L339.5302311767578,17.539627556152343L355.8976611767578,17.539627556152343C357.0697611767578,17.539627556152343,357.44649117675783,17.539627556152343,357.78137117675783,17.748929556152344C358.0744011767578,17.874511556152342,358.28369117675777,18.125674556152344,358.4092711767578,18.418697556152345C358.5767211767578,18.711721556152344,358.5767211767578,19.130326556152344,358.5767211767578,20.260558556152343L358.5767211767578,20.846604556152343C358.5767211767578,21.934976556152343,358.5767211767578,22.311721556152342,358.4092711767578,22.646604556152344C358.28369117675777,22.939630556152345,358.0744011767578,23.148931556152345,357.78137117675783,23.274509556152342C357.44649117675783,23.441953556152345,357.0697611767578,23.441953556152345,355.8976611767578,23.441953556152345L339.5302311767578,23.441953556152345L339.5302311767578,29.344278556152343L358.8697311767578,29.344278556152343C360.04184117675777,29.344278556152343,360.4185811767578,29.344278556152343,360.7116111767578,29.469863556152344C361.0046411767578,29.637304556152344,361.2139311767578,29.804742556152345,361.3813611767578,30.097768556152342C361.5069411767578,30.432651556152344,361.5069411767578,30.809396556152343,361.5069411767578,31.981489556152344L361.5069411767578,32.52567655615235C361.5069411767578,33.614049556152345,361.5069411767578,34.074514556152344,361.3813611767578,34.367536556152345C361.2139311767578,34.66056055615235,361.0046411767578,34.86986355615234,360.7116111767578,34.995443556152345C360.4185811767578,35.162883556152345,360.04184117675777,35.162883556152345,358.8697311767578,35.162883556152345L334.84184117675784,35.162883556152345C333.7534811767578,35.162883556152345,333.3348711767578,35.162883556152345,333.04184117675777,34.995443556152345C332.7488211767578,34.86986355615234,332.4976511767578,34.66056055615235,332.4139411767578,34.367536556152345C332.2046311767578,34.074514556152344,332.2046311767578,33.614049556152345,332.2046311767578,32.52567655615235ZM367.3674511767578,7.325673056152343L367.3674511767578,33.697769556152345C367.3674511767578,34.49311855615234,368.0371811767578,35.162883556152345,368.8325611767578,35.162883556152345L373.2278611767578,35.162883556152345C373.9813711767578,35.162883556152345,374.6511411767578,34.49311855615234,374.6511411767578,33.697769556152345L374.6511411767578,23.441953556152345L382.7302111767578,23.441953556152345C383.6511411767578,23.441953556152345,384.5302011767578,23.860559556152342,385.0325211767578,24.614047556152343L392.52556117675783,34.53497855615234C392.8185911767578,34.91172455615234,393.2372011767578,35.162883556152345,393.6976511767578,35.162883556152345L398.84648117675783,35.162883556152345C399.4325411767578,35.162883556152345,399.7673811767578,34.451259556152344,399.3906711767578,33.99079555615234L389.1767111767578,20.302419556152344L398.0930011767578,6.990789556152343C398.42787117675783,6.530324756152344,398.0511011767578,5.860557556152344,397.50694117675783,5.860557556152344L392.2743711767578,5.860557556152344C391.8139511767578,5.860557556152344,391.3534411767578,6.111719786152344,391.0604411767578,6.530324756152344L384.5721011767578,16.241953556152346C384.02788117675783,17.079163556152345,383.1069811767578,17.581487556152343,382.1441511767578,17.581487556152343L374.6511411767578,17.581487556152343L374.6511411767578,7.325673056152343C374.6511411767578,6.530324756152344,373.9813711767578,5.860557556152344,373.2278611767578,5.860557556152344L368.8325611767578,5.860557556152344C368.0371811767578,5.860557556152344,367.3674511767578,6.530324756152344,367.3674511767578,7.325673056152343Z" fill="#000000" fill-opacity="1"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="404" height="84" viewBox="0 0 404 84"><defs><clipPath id="master_svg0_51_8219"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18"/></clipPath></defs><g clip-path="url(#master_svg0_51_8219)"><rect x="0" y="0" width="83.99999237060547" height="84" rx="18" fill="#000000" fill-opacity="1"/><rect x="4.666015625" y="4.66650390625" width="74.66666412353516" height="74.66666412353516" rx="0" fill="#D8D8D8" fill-opacity="0"/><path d="M56.62915572558594,43.209380073043825L48.40803762558594,45.869151073043824C46.69865772558594,46.42218707304382,45.14250099558594,44.688239073043825,45.876519795585935,43.048407073043826L60.648488725585935,10.047196673043823C61.31661072558594,8.554586943043823,62.79932172558594,7.593802213663824,64.43464072558594,7.593802213663824L70.25870872558593,7.593802213663824C71.89402772558594,7.593802213663824,73.37673972558594,8.554586943043823,74.04486072558593,10.047196673043823L88.81682972558593,43.048407073043826C89.55084972558595,44.688239073043825,87.99469372558593,46.42218707304382,86.28531272558594,45.869151073043824L78.06419772558593,43.209380073043825C77.78481672558594,43.11899107304382,77.55685072558595,42.91439707304382,77.43688172558593,42.646384073043826L69.23975172558593,24.333649073043823C68.50762772558593,22.69805407304382,66.18572472558594,22.69805407304382,65.45359972558595,24.333649073043823L57.256473725585934,42.646384073043826C57.13650472558594,42.91439707304382,56.90853772558594,43.11899107304382,56.62915572558594,43.209380073043825ZM54.73773102558594,51.51077907304382C53.79293062558594,51.19531507304382,53.79293062558594,49.858935073043824,54.73773102558594,49.543471073043825L63.03069672558594,46.77449307304382C63.30061672558594,46.68436707304382,63.521644725585936,46.487281073043825,63.64199072558594,46.229415073043825L66.40755472558594,40.30365207304382C66.77996072558594,39.50570407304382,67.91461572558593,39.50570407304382,68.28701972558594,40.30365207304382L71.05258172558594,46.229415073043825C71.17292972558593,46.487281073043825,71.39395672558594,46.68436707304382,71.66387772558593,46.77449307304382L79.95684772558593,49.543471073043825C80.90164572558594,49.858935073043824,80.90164572558594,51.19531507304382,79.95684772558593,51.51077907304382L71.66387772558593,54.27976107304382C71.39395672558594,54.36988307304382,71.17292972558593,54.56697007304383,71.05258172558594,54.82483507304382L68.28701972558594,60.750601073043825C67.91461572558593,61.548548073043825,66.77996072558594,61.548548073043825,66.40755472558594,60.750601073043825L63.641992725585936,54.82483507304382C63.521644725585936,54.56697007304383,63.30061672558594,54.36988307304382,63.03069672558594,54.27976107304382L54.73773102558594,51.51077907304382Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1" transform="matrix(0.7071067690849304,0.7071067690849304,-0.7071067690849304,0.7071067690849304,18.751511883080198,-30.083036399239532)"/></g><path d="M135.8329941767578,66.41851605615234L124.11206217675782,66.41851605615234L129.9725281767578,54.697586056152346L135.8329941767578,66.41851605615234ZM148.4748571767578,77.09293605615234L135.1632271767578,50.46967835615234C134.66090017675782,49.46502566615234,133.65625017675782,48.837120056152344,132.52601817675782,48.837120056152344L127.37717817675781,48.837120056152344C126.24694717675781,48.837120056152344,125.2422951767578,49.46502566615234,124.73996917675781,50.46967835615234L111.42834097175782,77.09293605615234C111.17717814675781,77.55340005615234,111.55392238675782,78.13944605615234,112.09810840675782,78.13944605615234L117.33066697675781,78.13944605615234C117.87485317675781,78.13944605615234,118.3771791767578,77.84642605615234,118.62834167675781,77.34409905615234L121.18183037675782,72.27898205615234L138.76322717675782,72.27898205615234L141.2748541767578,77.34409905615234C141.52601817675782,77.84642605615234,142.0283431767578,78.13944605615234,142.57252917675783,78.13944605615234L147.80508417675782,78.13944605615234C148.3492741767578,78.13944605615234,148.7260171767578,77.55340005615234,148.4748571767578,77.09293605615234ZM152.32601917675782,76.67433205615234L152.32601917675782,50.30223555615235C152.32601917675782,49.506887256152346,152.9957881767578,48.837120056152344,153.7492751767578,48.837120056152344L158.1446261767578,48.837120056152344C158.98183417675781,48.837120056152344,159.6097411767578,49.506887256152346,159.6097411767578,50.30223555615235L159.6097411767578,76.67433205615234C159.6097411767578,77.42782205615234,158.98183417675781,78.13944605615234,158.1446261767578,78.13944605615234L153.7492751767578,78.13944605615234C152.9957881767578,78.13944605615234,152.32601917675782,77.42782205615234,152.32601917675782,76.67433205615234ZM207.7492751767578,48.837120056152344L185.7725291767578,48.837120056152344C181.71206617675782,48.837120056152344,178.4469531767578,52.102236756152344,178.4469531767578,56.162701156152345L178.4469531767578,59.09293505615234C178.4469531767578,63.11154005615234,181.71206617675782,66.41851605615234,185.7725291767578,66.41851605615234L198.9585801767578,66.41851605615234C200.59114117675782,66.41851605615234,201.88880917675783,67.75805105615234,201.88880917675783,69.34874905615234C201.88880917675783,70.98130805615234,200.59114117675782,72.27898205615234,198.9585801767578,72.27898205615234L179.9120631767578,72.27898205615234C179.1167071767578,72.27898205615234,178.4469531767578,72.94874905615234,178.4469531767578,73.74410105615235L178.4469531767578,76.67433205615234C178.4469531767578,77.46968105615234,179.1167071767578,78.13944605615234,179.9120631767578,78.13944605615234L203.3539271767578,78.13944605615234C206.6190491767578,78.13944605615234,209.2144011767578,75.50223905615235,209.2144011767578,72.27898205615234L209.2144011767578,66.41851605615234C209.2144011767578,63.195259056152345,206.6190491767578,60.55805005615234,203.3539271767578,60.55805005615234L188.70276617675782,60.55805005615234C187.0702061767578,60.55805005615234,185.7725291767578,59.218516056152346,185.7725291767578,57.62781715615235C185.7725291767578,55.99525885615235,187.0702061767578,54.697586056152346,188.70276617675782,54.697586056152346L207.7492751767578,54.697586056152346C208.58648717675783,54.697586056152346,209.2144011767578,54.027817256152346,209.2144011767578,53.23246855615234L209.2144011767578,50.30223555615235C209.2144011767578,49.506887256152346,208.58648717675783,48.837120056152344,207.7492751767578,48.837120056152344ZM213.4004411767578,50.30223555615235L213.4004411767578,53.19060845615235C213.4004411767578,54.027817256152346,214.0702011767578,54.65572455615234,214.86555117675783,54.65572455615234L225.16323117675782,54.65572455615234L225.16323117675782,76.67433205615234C225.16323117675782,77.46968105615234,225.79114117675783,78.13944605615234,226.58649117675782,78.13944605615234L231.0237011767578,78.13944605615234C231.81904117675782,78.13944605615234,232.4888111767578,77.46968105615234,232.4888111767578,76.67433205615234L232.4888111767578,54.65572455615234L242.7027711767578,54.65572455615234C243.5399811767578,54.65572455615234,244.2097511767578,54.027817256152346,244.2097511767578,53.19060845615235L244.2097511767578,50.30223555615235C244.2097511767578,49.46502566615234,243.5399811767578,48.837120056152344,242.7027711767578,48.837120056152344L214.86555117675783,48.837120056152344C214.0702011767578,48.837120056152344,213.4004411767578,49.46502566615234,213.4004411767578,50.30223555615235ZM249.23299117675782,50.30223555615235L249.23299117675782,68.63711905615234L249.23299117675782,69.01386405615234C249.23299117675782,70.68828405615234,249.23299117675782,71.56735405615234,249.40045117675783,72.27898205615234C249.98648117675782,75.12549405615235,252.24695117675782,77.38596105615234,255.0934611767578,78.01386405615234C255.80508117675782,78.13944605615234,256.6841611767578,78.13944605615234,258.4004411767578,78.13944605615234L270.8748611767578,78.13944605615234C272.5492811767578,78.13944605615234,273.42834117675784,78.13944605615234,274.13998117675783,78.01386405615234C277.02835117675784,77.38596105615234,279.2888211767578,75.12549405615235,279.8748611767578,72.27898205615234C280.0004411767578,71.56735405615234,280.0004411767578,70.68828405615234,280.0004411767578,69.01386405615234L280.0004411767578,68.63711905615234L280.0004411767578,50.30223555615235C280.0004411767578,49.506887256152346,279.33067117675785,48.837120056152344,278.5353211767578,48.837120056152344L274.13998117675783,48.837120056152344C273.34463117675784,48.837120056152344,272.6748611767578,49.506887256152346,272.6748611767578,50.30223555615235L272.6748611767578,66.96270405615235C272.6748611767578,69.22316905615234,272.6748611767578,70.06037905615234,272.3399611767578,70.68828405615234C272.08882117675785,71.23247005615235,271.6702011767578,71.65107505615234,271.0841711767578,71.94409905615234C270.4562711767578,72.27898205615234,269.6190511767578,72.27898205615234,267.4004411767578,72.27898205615234L261.9167311767578,72.27898205615234C259.6143811767578,72.27898205615234,258.8190311767578,72.27898205615234,258.1492811767578,71.94409905615234C257.6469411767578,71.65107505615234,257.18649117675784,71.23247005615235,256.8934611767578,70.68828405615234C256.5585811767578,70.06037905615234,256.5585811767578,69.22316905615234,256.5585811767578,66.96270405615235L256.5585811767578,50.30223555615235C256.5585811767578,49.506887256152346,255.88881117675783,48.837120056152344,255.0934611767578,48.837120056152344L250.6981211767578,48.837120056152344C249.90275117675782,48.837120056152344,249.23299117675782,49.506887256152346,249.23299117675782,50.30223555615235ZM309.93068117675784,62.651074056152346L309.93068117675784,64.32549405615234C309.93068117675784,67.71619005615234,309.93068117675784,68.93014505615234,309.4702111767578,69.89293505615234C309.00975117675785,70.68828405615234,308.3399811767578,71.35805305615234,307.5446311767578,71.81851805615234C306.5818311767578,72.27898205615234,305.3678911767578,72.27898205615234,301.9771911767578,72.27898205615234L292.34927117675784,72.27898205615234L292.34927117675784,54.697586056152346L301.9771911767578,54.697586056152346C305.3678911767578,54.697586056152346,306.5818311767578,54.697586056152346,307.5446311767578,55.158051056152345C308.3399811767578,55.618515456152345,309.00975117675785,56.28828285615234,309.4702111767578,57.08363055615234C309.93068117675784,58.046421956152344,309.93068117675784,59.260376056152346,309.93068117675784,62.651074056152346ZM312.4423111767578,49.79991114615235C310.5585911767578,48.837120056152344,308.1306811767578,48.837120056152344,301.30742117675777,48.837120056152344L287.6609011767578,48.837120056152344C286.5306711767578,48.837120056152344,286.15393117675785,48.837120056152344,285.8190411767578,49.004560936152345C285.5678911767578,49.130142066152345,285.3167311767578,49.381306116152345,285.1911511767578,49.63246840615234C285.0237011767578,49.96735205615234,285.0237011767578,50.344097256152345,285.0237011767578,51.47432895615234L285.0237011767578,75.50223905615235C285.0237011767578,76.63247105615234,285.0237011767578,77.00921605615234,285.1911511767578,77.34409905615234C285.3167311767578,77.59526205615234,285.5678911767578,77.84642605615234,285.8190411767578,77.97200605615234C286.15393117675785,78.13944605615234,286.5306711767578,78.13944605615234,287.6609011767578,78.13944605615234L301.30742117675777,78.13944605615234C308.1306811767578,78.13944605615234,310.5585911767578,78.13944605615234,312.4423111767578,77.17665905615235C314.1167311767578,76.33944905615235,315.4562511767578,74.99991405615235,316.2934611767578,73.32549505615235C317.17253117675784,71.56735405615234,317.2562511767578,69.30688905615234,317.2562511767578,63.488284056152345L317.2562511767578,64.78596005615235L317.2562511767578,62.19060805615234L317.2562511767578,63.488284056152345C317.2562511767578,57.66967865615234,317.17253117675784,55.409213056152346,316.2934611767578,53.651073456152346C315.4562511767578,51.97665545615234,314.1167311767578,50.637119156152345,312.4423111767578,49.79991114615235ZM323.5353411767578,76.67433205615234L323.5353411767578,50.30223555615235C323.5353411767578,49.506887256152346,324.2051111767578,48.837120056152344,324.9585711767578,48.837120056152344L329.3539411767578,48.837120056152344C330.1911511767578,48.837120056152344,330.8190611767578,49.506887256152346,330.8190611767578,50.30223555615235L330.8190611767578,76.67433205615234C330.8190611767578,77.42782205615234,330.1911511767578,78.13944605615234,329.3539411767578,78.13944605615234L324.9585711767578,78.13944605615234C324.2051111767578,78.13944605615234,323.5353411767578,77.42782205615234,323.5353411767578,76.67433205615234ZM362.7167211767578,60.01386405615234L362.7167211767578,66.96270405615235C362.7167211767578,69.22316905615234,362.7167211767578,70.01851805615235,362.42370117675785,70.68828405615234C362.1306811767578,71.23247005615235,361.67023117675785,71.69293405615234,361.0841711767578,71.94409905615234C360.4981211767578,72.27898205615234,359.6609011767578,72.27898205615234,357.4423111767578,72.27898205615234L348.9864911767578,72.27898205615234C346.72603117675783,72.27898205615234,345.9306911767578,72.27898205615234,345.26092117675785,71.94409905615234C344.7167211767578,71.69293405615234,344.2981311767578,71.23247005615235,344.0051011767578,70.68828405615234C343.6702111767578,70.01851805615235,343.6702111767578,69.22316905615234,343.6702111767578,66.96270405615235L343.6702111767578,60.01386405615234C343.6702111767578,57.75339985615234,343.6702111767578,56.958050756152346,344.0051011767578,56.28828285615234C344.2981311767578,55.744096256152346,344.7167211767578,55.283631756152346,345.26092117675785,55.032469256152346C345.9306911767578,54.697586056152346,346.72603117675783,54.697586056152346,348.9864911767578,54.697586056152346L357.4423111767578,54.697586056152346C359.6609011767578,54.697586056152346,360.4981211767578,54.697586056152346,361.0841711767578,55.032469256152346C361.67023117675785,55.283631756152346,362.1306811767578,55.744096256152346,362.42370117675785,56.28828285615234C362.7167211767578,56.958050756152346,362.7167211767578,57.75339985615234,362.7167211767578,60.01386405615234ZM368.4934811767578,52.85572525615234C367.8237111767578,51.47432895615234,366.6934811767578,50.344097256152345,365.3120911767578,49.67432814615234C363.7632411767578,48.837120056152344,361.67023117675785,48.837120056152344,356.0190611767578,48.837120056152344L350.3678911767578,48.837120056152344C344.6748611767578,48.837120056152344,342.6655711767578,48.837120056152344,341.0748711767578,49.67432814615234C339.69347117675784,50.344097256152345,338.6050911767578,51.47432895615234,337.8934611767578,52.85572525615234C337.0981111767578,54.40456195615234,337.0981111767578,56.45572515615234,337.0981111767578,62.14874805615234L337.0981111767578,64.82782005615235C337.0981111767578,70.52084305615234,337.0981111767578,72.57200405615234,337.8934611767578,74.12084605615235C338.6050911767578,75.50223905615235,339.69347117675784,76.63247105615234,341.0748711767578,77.30223705615234C342.6655711767578,78.13944605615234,344.6748611767578,78.13944605615234,350.3678911767578,78.13944605615234L356.0190611767578,78.13944605615234C361.67023117675785,78.13944605615234,363.7632411767578,78.13944605615234,365.3120911767578,77.30223705615234C366.6934811767578,76.63247105615234,367.8237111767578,75.50223905615235,368.4934811767578,74.12084605615235C369.3306711767578,72.57200405615234,369.3306711767578,70.52084305615234,369.3306711767578,64.82782005615235L369.3306711767578,62.14874805615234C369.3306711767578,56.45572515615234,369.3306711767578,54.40456195615234,368.4934811767578,52.85572525615234Z" fill="#81848F" fill-opacity="1"/><path d="M136.96743617675781,17.037301556152343L136.96743617675781,23.986141556152344C136.96743617675781,26.246606556152344,136.96743617675781,27.041955556152345,136.6744121767578,27.711721556152344C136.3813881767578,28.255907556152344,135.9209231767578,28.716371556152342,135.3348771767578,28.967536556152343C134.74883117675782,29.302419556152344,133.91161917675782,29.302419556152344,131.69301617675782,29.302419556152344L123.23720217675782,29.302419556152344C120.97673797675782,29.302419556152344,120.18138887675781,29.302419556152344,119.51162147675781,28.967536556152343C118.9674353767578,28.716371556152342,118.54883047675781,28.255907556152344,118.25580737675782,27.711721556152344C117.92092417675781,27.041955556152345,117.92092417675781,26.246606556152344,117.92092417675781,23.986141556152344L117.92092417675781,17.037301556152343C117.92092417675781,14.776837356152344,117.92092417675781,13.981488256152344,118.25580737675782,13.311720356152343C118.54883047675781,12.767533756152343,118.9674353767578,12.307069256152344,119.51162147675781,12.055906756152343C120.18138887675781,11.721023556152343,120.97673797675782,11.721023556152343,123.23720217675782,11.721023556152343L131.69301617675782,11.721023556152343C133.91161917675782,11.721023556152343,134.74883117675782,11.721023556152343,135.3348771767578,12.055906756152343C135.9209231767578,12.307069256152344,136.3813881767578,12.767533756152343,136.6744121767578,13.311720356152343C136.96743617675781,13.981488256152344,136.96743617675781,14.776837356152344,136.96743617675781,17.037301556152343ZM142.74418217675782,9.879162756152343C142.07441317675782,8.497766456152345,140.94417717675782,7.367534756152343,139.56278417675782,6.697765646152344C138.01394617675783,5.860557556152344,135.9209231767578,5.860557556152344,130.2697621767578,5.860557556152344L124.61859917675781,5.860557556152344C118.92557477675781,5.860557556152344,116.91627267675781,5.860557556152344,115.32557507675781,6.697765646152344C113.94417997675781,7.367534756152343,112.85580787675781,8.497766456152345,112.14418011675781,9.879162756152343C111.34883117675781,11.427999456152344,111.34883117675781,13.479162656152344,111.34883117675781,19.172185556152343L111.34883117675781,21.851257556152344C111.34883117675781,27.544280556152344,111.34883117675781,29.595441556152345,112.14418011675781,31.144283556152345C112.85580787675781,32.52567655615235,113.94417997675781,33.65590855615234,115.32557507675781,34.32567455615234C116.91627267675781,35.162883556152345,118.92557477675781,35.162883556152345,124.61859917675781,35.162883556152345L130.2697621767578,35.162883556152345C135.9209231767578,35.162883556152345,138.01394617675783,35.162883556152345,139.56278417675782,34.32567455615234C140.94417717675782,33.65590855615234,142.07441317675782,32.52567655615235,142.74418217675782,31.144283556152345C143.5813941767578,29.595441556152345,143.5813941767578,27.544280556152344,143.5813941767578,21.851257556152344L143.5813941767578,19.172185556152343C143.5813941767578,13.479162656152344,143.5813941767578,11.427999456152344,142.74418217675782,9.879162756152343ZM172.88371317675782,13.186138656152345L172.88371317675782,19.046605556152343C172.88371317675782,19.841953556152344,172.21394317675782,20.511721556152345,171.41860217675782,20.511721556152345L156.76743717675782,20.511721556152345L156.76743717675782,11.721023556152343L171.41860217675782,11.721023556152343C172.21394317675782,11.721023556152343,172.88371317675782,12.348928956152344,172.88371317675782,13.186138656152345ZM172.88371317675782,5.860557556152344L150.15348417675781,5.860557556152344C149.77673717675782,5.860557556152344,149.4418521767578,6.195441156152344,149.4418521767578,6.614046156152344L149.4418521767578,34.40939855615234C149.4418521767578,34.82800055615235,149.77673717675782,35.162883556152345,150.15348417675781,35.162883556152345L156.01394617675783,35.162883556152345C156.4325521767578,35.162883556152345,156.76743717675782,34.82800055615235,156.76743717675782,34.40939855615234L156.76743717675782,26.372186556152343L172.88371317675782,26.372186556152343C176.94417617675782,26.372186556152343,180.20929717675781,23.107068556152345,180.20929717675781,19.046605556152343L180.20929717675781,13.186138656152345C180.20929717675781,9.125674256152344,176.94417617675782,5.860557556152344,172.88371317675782,5.860557556152344ZM186.06976317675782,32.52567655615235L186.06976317675782,8.497766456152345C186.06976317675782,7.367534756152343,186.06976317675782,6.990789556152343,186.2790601767578,6.697765646152344C186.3627781767578,6.404743616152344,186.6139451767578,6.153579566152343,186.9069751767578,5.986138676152343C187.1999891767578,5.860557556152344,187.61859117675783,5.860557556152344,188.70697817675781,5.860557556152344L212.7348711767578,5.860557556152344C213.9069711767578,5.860557556152344,214.2837211767578,5.860557556152344,214.57674117675782,5.986138676152343C214.8697711767578,6.153579566152343,215.07906117675782,6.404743616152344,215.24650117675782,6.697765646152344C215.37208117675783,6.990789556152343,215.37208117675783,7.367534756152343,215.37208117675783,8.497766456152345L215.37208117675783,9.041952856152344C215.37208117675783,10.214045956152344,215.37208117675783,10.590789756152343,215.24650117675782,10.925673056152345C215.07906117675782,11.176837456152343,214.8697711767578,11.427999456152344,214.57674117675782,11.553580756152343C214.2837211767578,11.721023556152343,213.9069711767578,11.721023556152343,212.7348711767578,11.721023556152343L193.39534017675783,11.721023556152343L193.39534017675783,17.539627556152343L209.76277917675782,17.539627556152343C210.9348831767578,17.539627556152343,211.3116221767578,17.539627556152343,211.64651117675783,17.748929556152344C211.9395211767578,17.874511556152342,212.14883117675782,18.125674556152344,212.2744111767578,18.418697556152345C212.4418611767578,18.711721556152344,212.4418611767578,19.130326556152344,212.4418611767578,20.260558556152343L212.4418611767578,20.846604556152343C212.4418611767578,21.934976556152343,212.4418611767578,22.311721556152342,212.2744111767578,22.646604556152344C212.14883117675782,22.939630556152345,211.9395211767578,23.148931556152345,211.64651117675783,23.274509556152342C211.3116221767578,23.441953556152345,210.9348831767578,23.441953556152345,209.76277917675782,23.441953556152345L193.39534017675783,23.441953556152345L193.39534017675783,29.344278556152343L212.7348711767578,29.344278556152343C213.9069711767578,29.344278556152343,214.2837211767578,29.344278556152343,214.57674117675782,29.469863556152344C214.8697711767578,29.637304556152344,215.07906117675782,29.804742556152345,215.24650117675782,30.097768556152342C215.37208117675783,30.432651556152344,215.37208117675783,30.809396556152343,215.37208117675783,31.981489556152344L215.37208117675783,32.52567655615235C215.37208117675783,33.614049556152345,215.37208117675783,34.074514556152344,215.24650117675782,34.367536556152345C215.07906117675782,34.66056055615235,214.8697711767578,34.86986355615234,214.57674117675782,34.995443556152345C214.2837211767578,35.162883556152345,213.9069711767578,35.162883556152345,212.7348711767578,35.162883556152345L188.70697817675781,35.162883556152345C187.61859117675783,35.162883556152345,187.1999891767578,35.162883556152345,186.9069751767578,34.995443556152345C186.6139451767578,34.86986355615234,186.3627781767578,34.66056055615235,186.2790601767578,34.367536556152345C186.06976317675782,34.074514556152344,186.06976317675782,33.614049556152345,186.06976317675782,32.52567655615235ZM221.2325511767578,32.48381655615235L221.2325511767578,8.539626356152343C221.2325511767578,7.367534756152343,221.2325511767578,6.948929656152344,221.3999911767578,6.697765646152344C221.52556117675783,6.404743616152344,221.7767411767578,6.153579566152343,222.0279111767578,6.027998436152344C222.32091117675782,5.860557556152344,222.73952117675782,5.860557556152344,223.8697711767578,5.860557556152344L225.87906117675783,5.860557556152344L226.0465111767578,5.860557556152344L226.21394117675783,5.860557556152344L227.4279011767578,5.860557556152344C227.8465011767578,5.860557556152344,228.05580117675783,5.860557556152344,228.2651111767578,5.9024173091523435C228.4325511767578,5.944277063152343,228.5581311767578,6.027998436152344,228.72558117675783,6.153579566152343C228.8930111767578,6.2373009361523435,229.0186011767578,6.404743616152344,229.22790117675783,6.739627306152344L244.67442117675782,25.367536556152345L244.67442117675782,8.539626356152343C244.67442117675782,7.367534756152343,244.67442117675782,6.948929656152344,244.84186117675782,6.697765646152344C244.9674411767578,6.404743616152344,245.2186011767578,6.153579566152343,245.4697711767578,6.027998436152344C245.76279117675782,5.860557556152344,246.18140117675782,5.860557556152344,247.35350117675782,5.860557556152344L249.32092117675782,5.860557556152344C250.49303117675782,5.860557556152344,250.91164117675783,5.860557556152344,251.16279117675782,6.027998436152344C251.4558111767578,6.153579566152343,251.66511117675782,6.404743616152344,251.83256117675782,6.697765646152344C251.9999811767578,6.948929656152344,251.9999811767578,7.367534756152343,251.9999811767578,8.539626356152343L251.9999811767578,32.48381655615235C251.9999811767578,33.65590855615234,251.9999811767578,34.074514556152344,251.83256117675782,34.32567455615234C251.66511117675782,34.61869955615234,251.4558111767578,34.86986355615234,251.16279117675782,34.995443556152345C250.91164117675783,35.162883556152345,250.49303117675782,35.162883556152345,249.32092117675782,35.162883556152345L246.51628117675781,35.162883556152345C246.0976611767578,35.162883556152345,245.8883711767578,35.162883556152345,245.67908117675782,35.12102555615235C245.5535011767578,35.079166556152344,245.3860611767578,34.995443556152345,245.26048117675782,34.86986355615234C245.09302117675782,34.78614055615235,244.9674411767578,34.61869955615234,244.7162811767578,34.28381555615235L228.5581311767578,14.734975856152344L228.5581311767578,32.48381655615235C228.5581311767578,33.65590855615234,228.5581311767578,34.074514556152344,228.39068117675782,34.32567455615234C228.2651111767578,34.61869955615234,228.0139511767578,34.86986355615234,227.72092117675783,34.995443556152345C227.4279011767578,35.162883556152345,227.0511511767578,35.162883556152345,225.87906117675783,35.162883556152345L223.8697711767578,35.162883556152345C222.73952117675782,35.162883556152345,222.32091117675782,35.162883556152345,222.0279111767578,34.995443556152345C221.7767411767578,34.86986355615234,221.52556117675783,34.61869955615234,221.3999911767578,34.32567455615234C221.2325511767578,34.074514556152344,221.2325511767578,33.65590855615234,221.2325511767578,32.48381655615235ZM257.8604611767578,7.325673056152343L257.8604611767578,10.214045956152344C257.8604611767578,11.051254756152343,258.5302311767578,11.679162056152343,259.32558117675785,11.679162056152343L269.6232411767578,11.679162056152343L269.6232411767578,33.697769556152345C269.6232411767578,34.49311855615234,270.2511611767578,35.162883556152345,271.04649117675785,35.162883556152345L275.48372117675785,35.162883556152345C276.2790511767578,35.162883556152345,276.9488211767578,34.49311855615234,276.9488211767578,33.697769556152345L276.9488211767578,11.679162056152343L287.1627811767578,11.679162056152343C288.0000011767578,11.679162056152343,288.6697711767578,11.051254756152343,288.6697711767578,10.214045956152344L288.6697711767578,7.325673056152343C288.6697711767578,6.488463166152344,288.0000011767578,5.860557556152344,287.1627811767578,5.860557556152344L259.32558117675785,5.860557556152344C258.5302311767578,5.860557556152344,257.8604611767578,6.488463166152344,257.8604611767578,7.325673056152343ZM317.4279011767578,20.218696556152345L316.7162611767578,20.469860556152344C316.42325117675784,20.511721556152345,316.0046411767578,20.511721556152345,315.3348711767578,20.511721556152345L301.85580117675784,20.511721556152345L301.85580117675784,11.721023556152343L315.3348711767578,11.721023556152343C316.42325117675784,11.721023556152343,316.84184117675784,11.721023556152343,317.1767311767578,11.888464456152343C317.4697611767578,12.055906756152343,317.67906117675784,12.265209156152345,317.8465011767578,12.516371756152344C317.9720811767578,12.809395756152345,317.9720811767578,13.227998756152344,317.9720811767578,14.358232456152344L317.9720811767578,17.832651556152342C317.9720811767578,19.00474355615234,317.9720811767578,19.423348556152344,317.8465011767578,19.674511556152346C317.72092117675777,19.883814556152345,317.5953411767578,20.05125555615234,317.4279011767578,20.218696556152345ZM326.2604511767578,34.66056055615235L317.9720811767578,26.372186556152343C318.3488311767578,26.372186556152343,318.72557117675785,26.330326556152343,319.0604711767578,26.246606556152344C319.52092117675784,26.204746556152344,319.8976411767578,26.121023556152345,320.2325611767578,25.995443556152345C322.4511611767578,25.283813556152342,324.2092911767578,23.525674556152342,324.9627811767578,21.348931556152344C325.29767117675783,20.302419556152344,325.29767117675783,19.130326556152344,325.29767117675783,16.116372556152342C325.29767117675783,13.102417956152344,325.29767117675783,11.930324056152344,324.9627811767578,10.925673056152345C324.2092911767578,8.665207656152344,322.4511611767578,6.907068156152343,320.2325611767578,6.2373009361523435C319.1441811767578,5.860557556152344,317.80464117675785,5.860557556152344,313.95347117675783,5.860557556152344L297.2092911767578,5.860557556152344C296.07905117675784,5.860557556152344,295.66046117675785,5.860557556152344,295.3255611767578,6.027998436152344C295.0325511767578,6.153579566152343,294.8232611767578,6.404743616152344,294.6976811767578,6.697765646152344C294.5302111767578,6.907068156152343,294.5302111767578,7.241951656152343,294.5302111767578,8.037301756152344L294.5302111767578,8.079161656152344L294.5302111767578,33.697769556152345C294.5302111767578,34.49311855615234,295.1999811767578,35.162883556152345,295.9953311767578,35.162883556152345L300.3906811767578,35.162883556152345C301.2278911767578,35.162883556152345,301.85580117675784,34.49311855615234,301.85580117675784,33.697769556152345L301.85580117675784,26.372186556152343L307.9674411767578,26.372186556152343C308.7627911767578,26.372186556152343,309.4743911767578,26.707071556152343,310.06045117675785,27.209398556152344L317.5534811767578,34.74427955615234C317.8465011767578,34.995443556152345,318.2232511767578,35.162883556152345,318.5581211767578,35.162883556152345L326.0511511767578,35.162883556152345C326.3023211767578,35.162883556152345,326.4697611767578,34.82800055615235,326.2604511767578,34.66056055615235ZM332.2046311767578,32.52567655615235L332.2046311767578,8.497766456152345C332.2046311767578,7.367534756152343,332.2046311767578,6.990789556152343,332.4139411767578,6.697765646152344C332.4976511767578,6.404743616152344,332.7488211767578,6.153579566152343,333.04184117675777,5.986138676152343C333.3348711767578,5.860557556152344,333.7534811767578,5.860557556152344,334.84184117675784,5.860557556152344L358.8697311767578,5.860557556152344C360.04184117675777,5.860557556152344,360.4185811767578,5.860557556152344,360.7116111767578,5.986138676152343C361.0046411767578,6.153579566152343,361.2139311767578,6.404743616152344,361.3813611767578,6.697765646152344C361.5069411767578,6.990789556152343,361.5069411767578,7.367534756152343,361.5069411767578,8.497766456152345L361.5069411767578,9.041952856152344C361.5069411767578,10.214045956152344,361.5069411767578,10.590789756152343,361.3813611767578,10.925673056152345C361.2139311767578,11.176837456152343,361.0046411767578,11.427999456152344,360.7116111767578,11.553580756152343C360.4185811767578,11.721023556152343,360.04184117675777,11.721023556152343,358.8697311767578,11.721023556152343L339.5302311767578,11.721023556152343L339.5302311767578,17.539627556152343L355.8976611767578,17.539627556152343C357.0697611767578,17.539627556152343,357.44649117675783,17.539627556152343,357.78137117675783,17.748929556152344C358.0744011767578,17.874511556152342,358.28369117675777,18.125674556152344,358.4092711767578,18.418697556152345C358.5767211767578,18.711721556152344,358.5767211767578,19.130326556152344,358.5767211767578,20.260558556152343L358.5767211767578,20.846604556152343C358.5767211767578,21.934976556152343,358.5767211767578,22.311721556152342,358.4092711767578,22.646604556152344C358.28369117675777,22.939630556152345,358.0744011767578,23.148931556152345,357.78137117675783,23.274509556152342C357.44649117675783,23.441953556152345,357.0697611767578,23.441953556152345,355.8976611767578,23.441953556152345L339.5302311767578,23.441953556152345L339.5302311767578,29.344278556152343L358.8697311767578,29.344278556152343C360.04184117675777,29.344278556152343,360.4185811767578,29.344278556152343,360.7116111767578,29.469863556152344C361.0046411767578,29.637304556152344,361.2139311767578,29.804742556152345,361.3813611767578,30.097768556152342C361.5069411767578,30.432651556152344,361.5069411767578,30.809396556152343,361.5069411767578,31.981489556152344L361.5069411767578,32.52567655615235C361.5069411767578,33.614049556152345,361.5069411767578,34.074514556152344,361.3813611767578,34.367536556152345C361.2139311767578,34.66056055615235,361.0046411767578,34.86986355615234,360.7116111767578,34.995443556152345C360.4185811767578,35.162883556152345,360.04184117675777,35.162883556152345,358.8697311767578,35.162883556152345L334.84184117675784,35.162883556152345C333.7534811767578,35.162883556152345,333.3348711767578,35.162883556152345,333.04184117675777,34.995443556152345C332.7488211767578,34.86986355615234,332.4976511767578,34.66056055615235,332.4139411767578,34.367536556152345C332.2046311767578,34.074514556152344,332.2046311767578,33.614049556152345,332.2046311767578,32.52567655615235ZM367.3674511767578,7.325673056152343L367.3674511767578,33.697769556152345C367.3674511767578,34.49311855615234,368.0371811767578,35.162883556152345,368.8325611767578,35.162883556152345L373.2278611767578,35.162883556152345C373.9813711767578,35.162883556152345,374.6511411767578,34.49311855615234,374.6511411767578,33.697769556152345L374.6511411767578,23.441953556152345L382.7302111767578,23.441953556152345C383.6511411767578,23.441953556152345,384.5302011767578,23.860559556152342,385.0325211767578,24.614047556152343L392.52556117675783,34.53497855615234C392.8185911767578,34.91172455615234,393.2372011767578,35.162883556152345,393.6976511767578,35.162883556152345L398.84648117675783,35.162883556152345C399.4325411767578,35.162883556152345,399.7673811767578,34.451259556152344,399.3906711767578,33.99079555615234L389.1767111767578,20.302419556152344L398.0930011767578,6.990789556152343C398.42787117675783,6.530324756152344,398.0511011767578,5.860557556152344,397.50694117675783,5.860557556152344L392.2743711767578,5.860557556152344C391.8139511767578,5.860557556152344,391.3534411767578,6.111719786152344,391.0604411767578,6.530324756152344L384.5721011767578,16.241953556152346C384.02788117675783,17.079163556152345,383.1069811767578,17.581487556152343,382.1441511767578,17.581487556152343L374.6511411767578,17.581487556152343L374.6511411767578,7.325673056152343C374.6511411767578,6.530324756152344,373.9813711767578,5.860557556152344,373.2278611767578,5.860557556152344L368.8325611767578,5.860557556152344C368.0371811767578,5.860557556152344,367.3674511767578,6.530324756152344,367.3674511767578,7.325673056152343Z" fill="#000000" fill-opacity="1"/></svg>