col-browser 2.5.0 → 2.6.1

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 (43) hide show
  1. package/README.md +9 -0
  2. package/es/bibtex.js +1 -1
  3. package/es/chunks/{BibTex-CyUpSmpY.js → BibTex-DRE71Hg-.js} +2 -2
  4. package/es/chunks/{BibTex-CyUpSmpY.js.map → BibTex-DRE71Hg-.js.map} +1 -1
  5. package/es/chunks/{DatasetCitation-BnOkKDTv.js → DatasetCitation-Cep2dces.js} +2 -2
  6. package/es/chunks/{DatasetCitation-BnOkKDTv.js.map → DatasetCitation-Cep2dces.js.map} +1 -1
  7. package/es/chunks/{DatasetlogoWithFallback-DJEkjMJ1.js → DatasetlogoWithFallback-Bb-kmHts.js} +2 -2
  8. package/es/chunks/{DatasetlogoWithFallback-DJEkjMJ1.js.map → DatasetlogoWithFallback-Bb-kmHts.js.map} +1 -1
  9. package/es/chunks/{Distributions-Dwjo7KhA.js → Distributions-Czffme5Y.js} +422 -410
  10. package/es/chunks/Distributions-Czffme5Y.js.map +1 -0
  11. package/es/chunks/{MergedDataBadge-FvHUdT7B.js → MergedDataBadge-DK53L3R8.js} +2 -2
  12. package/es/chunks/{MergedDataBadge-FvHUdT7B.js.map → MergedDataBadge-DK53L3R8.js.map} +1 -1
  13. package/es/chunks/{TaxonBreakdown-D9g3tYXL.js → TaxonBreakdown-DqdQ18QM.js} +2 -2
  14. package/es/chunks/{TaxonBreakdown-D9g3tYXL.js.map → TaxonBreakdown-DqdQ18QM.js.map} +1 -1
  15. package/es/chunks/{XrGutter-D3PMq-Dn.js → XrGutter-COJhHpia.js} +2 -2
  16. package/es/chunks/{XrGutter-D3PMq-Dn.js.map → XrGutter-COJhHpia.js.map} +1 -1
  17. package/es/chunks/{config-D4b3a4Yi.js → config--bs_09I6.js} +12 -7
  18. package/es/chunks/config--bs_09I6.js.map +1 -0
  19. package/es/chunks/{dataset-D_gmg2Zv.js → dataset-BZpjo3Yq.js} +2 -2
  20. package/es/chunks/{dataset-D_gmg2Zv.js.map → dataset-BZpjo3Yq.js.map} +1 -1
  21. package/es/chunks/enumeration-CsrJrIIR.js +24 -0
  22. package/es/chunks/{enumeration-B-nIqCor.js.map → enumeration-CsrJrIIR.js.map} +1 -1
  23. package/es/chunks/{sector-CE-w32Gs.js → sector-ucUgPp75.js} +2 -2
  24. package/es/chunks/{sector-CE-w32Gs.js.map → sector-ucUgPp75.js.map} +1 -1
  25. package/es/config.js +1 -1
  26. package/es/index.js +1 -1
  27. package/es/search.js +5 -5
  28. package/es/sourceDataset.js +4 -4
  29. package/es/sourceDatasetList.js +4 -4
  30. package/es/taxon.js +734 -704
  31. package/es/taxon.js.map +1 -1
  32. package/es/taxonBreakdown.js +2 -2
  33. package/es/taxonDistribution.js +2 -2
  34. package/es/tree.js +5 -5
  35. package/package.json +1 -1
  36. package/types/index.d.ts +7 -0
  37. package/umd/col-browser.js +92 -18
  38. package/umd/col-browser.js.map +1 -1
  39. package/umd/col-browser.min.js +4 -4
  40. package/umd/col-browser.min.js.map +1 -1
  41. package/es/chunks/Distributions-Dwjo7KhA.js.map +0 -1
  42. package/es/chunks/config-D4b3a4Yi.js.map +0 -1
  43. package/es/chunks/enumeration-B-nIqCor.js +0 -12
package/es/taxon.js CHANGED
@@ -1,81 +1,81 @@
1
1
  var e2 = Object.defineProperty;
2
- var o2 = (r, p, a) => p in r ? e2(r, p, { enumerable: !0, configurable: !0, writable: !0, value: a }) : r[p] = a;
3
- var N = (r, p, a) => o2(r, typeof p != "symbol" ? p + "" : p, a);
2
+ var o2 = (n, i, a) => i in n ? e2(n, i, { enumerable: !0, configurable: !0, writable: !0, value: a }) : n[i] = a;
3
+ var _ = (n, i, a) => o2(n, typeof i != "symbol" ? i + "" : i, a);
4
4
  import { a as n2 } from "./chunks/withDatasetKey-BgMY05XE.js";
5
5
  import { w as r2 } from "./chunks/withTheme-Dh6PRuII.js";
6
6
  import { j as t } from "./chunks/jsx-runtime-BzflLqGi.js";
7
- import * as n3 from "react";
8
- import e3, { useRef as l2, useState as o3, useEffect as R3 } from "react";
9
- import { c as P } from "./chunks/config-D4b3a4Yi.js";
10
- import { g as s2 } from "./chunks/sector-CE-w32Gs.js";
11
- import { b as Y3 } from "./chunks/dataset-D_gmg2Zv.js";
7
+ import * as r3 from "react";
8
+ import o3, { useRef as l2, useState as e3, useEffect as x3 } from "react";
9
+ import { c as H } from "./chunks/config--bs_09I6.js";
10
+ import { g as s2 } from "./chunks/sector-ucUgPp75.js";
11
+ import { b as R3 } from "./chunks/dataset-BZpjo3Yq.js";
12
12
  import u3 from "dataloader";
13
- import { c as W, L as p3, p as i2, R as H3, s as p2, b as d2 } from "./chunks/router-CssZk5qZ.js";
14
- import { Row as d3, Col as G, Popover as P3, Tag as C3, Space as c2, Tooltip as E3, Table as y2, message as g2, Form as y3, Modal as f2, Alert as i3, Spin as m2, Input as w3, Button as M3, Rate as C2 } from "antd";
15
- import { isArray as u2, get as n, capitalize as D3, values as E2, startCase as z3 } from "lodash-es";
13
+ import { c as U, L as p3, p as i2, R as Y3, s as p2, b as d2 } from "./chunks/router-CssZk5qZ.js";
14
+ import { Row as d3, Col as V, Popover as H3, Tag as C3, Space as c2, Tooltip as E3, Table as y2, message as g2, Form as y3, Modal as f2, Alert as i3, Spin as m2, Input as w3, Button as M3, Rate as C2 } from "antd";
15
+ import { isArray as u2, get as l, capitalize as D3, values as E2, startCase as P3 } from "lodash-es";
16
16
  import h2 from "react-jss";
17
- import { w as F2, P as M, g as W3 } from "./chunks/PresentationItem-C4yZ555-.js";
18
- import { R as Z3, D as B2 } from "./chunks/Distributions-Dwjo7KhA.js";
19
- import { X as r3 } from "./chunks/XrGutter-D3PMq-Dn.js";
20
- import x3 from "linkify-html";
17
+ import { w as F2, P as L, g as z3 } from "./chunks/PresentationItem-C4yZ555-.js";
18
+ import { R as W3, D as B2 } from "./chunks/Distributions-Czffme5Y.js";
19
+ import { X as l3 } from "./chunks/XrGutter-COJhHpia.js";
20
+ import S3 from "linkify-html";
21
21
  import { R as h3 } from "./chunks/LinkOutlined-2IkQWTV7.js";
22
- import { I as S3 } from "./chunks/AntdIcon-B1nMlqyh.js";
23
- import { g as k2 } from "./chunks/enumeration-B-nIqCor.js";
24
- import U3 from "dompurify";
22
+ import { I as j3 } from "./chunks/AntdIcon-B1nMlqyh.js";
23
+ import { a as k2, g as x2 } from "./chunks/enumeration-CsrJrIIR.js";
24
+ import Z3 from "dompurify";
25
25
  import { E as g3 } from "./chunks/ErrorMsg-K8k5PPTp.js";
26
- import { D as x2 } from "./chunks/DatasetlogoWithFallback-DJEkjMJ1.js";
27
- import { T as S2 } from "./chunks/TaxonBreakdown-D9g3tYXL.js";
28
- import { M as I3 } from "./chunks/MergedDataBadge-FvHUdT7B.js";
29
- import { marked as j2 } from "marked";
30
- var A2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, name: "download", theme: "outlined" };
26
+ import { D as S2 } from "./chunks/DatasetlogoWithFallback-Bb-kmHts.js";
27
+ import { T as j2 } from "./chunks/TaxonBreakdown-DqdQ18QM.js";
28
+ import { M as I3 } from "./chunks/MergedDataBadge-DK53L3R8.js";
29
+ import { marked as A2 } from "marked";
30
+ var b2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, name: "download", theme: "outlined" };
31
31
  function F3() {
32
- return F3 = Object.assign ? Object.assign.bind() : function(r) {
33
- for (var p = 1; p < arguments.length; p++) {
34
- var a = arguments[p];
32
+ return F3 = Object.assign ? Object.assign.bind() : function(n) {
33
+ for (var i = 1; i < arguments.length; i++) {
34
+ var a = arguments[i];
35
35
  for (var s in a)
36
- Object.prototype.hasOwnProperty.call(a, s) && (r[s] = a[s]);
36
+ Object.prototype.hasOwnProperty.call(a, s) && (n[s] = a[s]);
37
37
  }
38
- return r;
38
+ return n;
39
39
  }, F3.apply(this, arguments);
40
40
  }
41
- const b2 = (r, p) => /* @__PURE__ */ n3.createElement(S3, F3({}, r, {
42
- ref: p,
43
- icon: A2
44
- })), j3 = /* @__PURE__ */ n3.forwardRef(b2);
45
- process.env.NODE_ENV !== "production" && (j3.displayName = "DownloadOutlined");
46
- var v2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M924.3 338.4a447.57 447.57 0 00-96.1-143.3 443.09 443.09 0 00-143-96.3A443.91 443.91 0 00512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 00-141.7 96.5 445 445 0 00-95 142.8A449.89 449.89 0 0065 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 00199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 00827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z" } }] }, name: "message", theme: "filled" };
41
+ const v2 = (n, i) => /* @__PURE__ */ r3.createElement(j3, F3({}, n, {
42
+ ref: i,
43
+ icon: b2
44
+ })), A3 = /* @__PURE__ */ r3.forwardRef(v2);
45
+ process.env.NODE_ENV !== "production" && (A3.displayName = "DownloadOutlined");
46
+ var L2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M924.3 338.4a447.57 447.57 0 00-96.1-143.3 443.09 443.09 0 00-143-96.3A443.91 443.91 0 00512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 00-141.7 96.5 445 445 0 00-95 142.8A449.89 449.89 0 0065 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 00199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 00827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z" } }] }, name: "message", theme: "filled" };
47
47
  function B3() {
48
- return B3 = Object.assign ? Object.assign.bind() : function(r) {
49
- for (var p = 1; p < arguments.length; p++) {
50
- var a = arguments[p];
48
+ return B3 = Object.assign ? Object.assign.bind() : function(n) {
49
+ for (var i = 1; i < arguments.length; i++) {
50
+ var a = arguments[i];
51
51
  for (var s in a)
52
- Object.prototype.hasOwnProperty.call(a, s) && (r[s] = a[s]);
52
+ Object.prototype.hasOwnProperty.call(a, s) && (n[s] = a[s]);
53
53
  }
54
- return r;
54
+ return n;
55
55
  }, B3.apply(this, arguments);
56
56
  }
57
- const L2 = (r, p) => /* @__PURE__ */ n3.createElement(S3, B3({}, r, {
58
- ref: p,
59
- icon: v2
60
- })), G3 = /* @__PURE__ */ n3.forwardRef(L2);
61
- process.env.NODE_ENV !== "production" && (G3.displayName = "MessageFilled");
62
- var $2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 000 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" } }] }, name: "tag", theme: "outlined" };
57
+ const $2 = (n, i) => /* @__PURE__ */ r3.createElement(j3, B3({}, n, {
58
+ ref: i,
59
+ icon: L2
60
+ })), U3 = /* @__PURE__ */ r3.forwardRef($2);
61
+ process.env.NODE_ENV !== "production" && (U3.displayName = "MessageFilled");
62
+ var w2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 000 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" } }] }, name: "tag", theme: "outlined" };
63
63
  function k3() {
64
- return k3 = Object.assign ? Object.assign.bind() : function(r) {
65
- for (var p = 1; p < arguments.length; p++) {
66
- var a = arguments[p];
64
+ return k3 = Object.assign ? Object.assign.bind() : function(n) {
65
+ for (var i = 1; i < arguments.length; i++) {
66
+ var a = arguments[i];
67
67
  for (var s in a)
68
- Object.prototype.hasOwnProperty.call(a, s) && (r[s] = a[s]);
68
+ Object.prototype.hasOwnProperty.call(a, s) && (n[s] = a[s]);
69
69
  }
70
- return r;
70
+ return n;
71
71
  }, k3.apply(this, arguments);
72
72
  }
73
- const w2 = (r, p) => /* @__PURE__ */ n3.createElement(S3, k3({}, r, {
74
- ref: p,
75
- icon: $2
76
- })), V3 = /* @__PURE__ */ n3.forwardRef(w2);
73
+ const M2 = (n, i) => /* @__PURE__ */ r3.createElement(j3, k3({}, n, {
74
+ ref: i,
75
+ icon: w2
76
+ })), V3 = /* @__PURE__ */ r3.forwardRef(M2);
77
77
  process.env.NODE_ENV !== "production" && (V3.displayName = "TagOutlined");
78
- const M2 = {
78
+ const D2 = {
79
79
  formItem: {
80
80
  paddingBottom: 0,
81
81
  width: "100%",
@@ -105,26 +105,26 @@ const M2 = {
105
105
  marginBottom: 10,
106
106
  marginTop: 10
107
107
  }
108
- }, D2 = ({ classes: r, children: p, size: a }) => {
108
+ }, I2 = ({ classes: n, children: i, size: a }) => {
109
109
  const s = () => {
110
- let i;
111
- return Array.isArray(p) && p.length > 0 ? i = p.map((o, e) => /* @__PURE__ */ t.jsx("span", { className: r.content, children: o }, e)) : !Array.isArray(p) && typeof p < "u" && (i = /* @__PURE__ */ t.jsx("span", { className: r.content, children: p })), i;
112
- }, l = a === "medium" ? r.mediumMargin : r.smallMargin;
113
- return /* @__PURE__ */ t.jsx(d3, { className: r.formItem, children: /* @__PURE__ */ t.jsx(G, { span: 24, className: l, children: s() }) });
114
- }, q3 = F2()(h2(M2)(D2)), J3 = ({ style: r = {}, decision: p, popoverPlacement: a }) => {
110
+ let p;
111
+ return Array.isArray(i) && i.length > 0 ? p = i.map((o, e) => /* @__PURE__ */ t.jsx("span", { className: n.content, children: o }, e)) : !Array.isArray(i) && typeof i < "u" && (p = /* @__PURE__ */ t.jsx("span", { className: n.content, children: i })), p;
112
+ }, r = a === "medium" ? n.mediumMargin : n.smallMargin;
113
+ return /* @__PURE__ */ t.jsx(d3, { className: n.formItem, children: /* @__PURE__ */ t.jsx(V, { span: 24, className: r, children: s() }) });
114
+ }, G3 = F2()(h2(D2)(I2)), q3 = ({ style: n = {}, decision: i, popoverPlacement: a }) => {
115
115
  const s = l2(Math.random().toString(36).substring(2, 15)), {
116
- subject: l,
117
- originalSubjectId: i,
116
+ subject: r,
117
+ originalSubjectId: p,
118
118
  subjectDatasetKey: o,
119
119
  datasetKey: e,
120
120
  created: C,
121
- createdBy: B,
122
- modified: b,
121
+ createdBy: F,
122
+ modified: j,
123
123
  modifiedBy: c,
124
124
  ...k
125
- } = p;
125
+ } = i;
126
126
  return /* @__PURE__ */ t.jsx("div", { style: { display: "inline" }, id: s.current, children: /* @__PURE__ */ t.jsx(
127
- P3,
127
+ H3,
128
128
  {
129
129
  getPopupContainer: () => document.getElementById(s.current),
130
130
  title: "Editorial decision",
@@ -153,23 +153,23 @@ const M2 = {
153
153
  lineHeight: "8px",
154
154
  verticalAlign: "middle",
155
155
  marginRight: "2px",
156
- ...r
156
+ ...n
157
157
  },
158
158
  children: "DC"
159
159
  }
160
160
  )
161
161
  }
162
162
  ) });
163
- }, X3 = (r) => {
164
- const p = r ? r.toUpperCase() : "";
165
- return ["HOLOTYPE", "LECTOTYPE", "NEOTYPE"].includes(p) ? "#e2614a" : ["PARATYPE", "PARALECTOTYPE", "SYNTYPE"].includes(p) ? "#f1eb0b" : ["ALLOTYPE"].includes(p) ? "#7edaff" : null;
166
- }, I2 = (r, p) => {
167
- var l, i;
168
- let a = r != null && r.gbifKey && (r == null ? void 0 : r.gbifPublisherKey) === ((l = P) == null ? void 0 : l.plaziGbifPublisherKey) ? `https://www.gbif.org/occurrence/${r == null ? void 0 : r.gbifKey}/${p.id}` : "";
169
- !a && ((i = p == null ? void 0 : p.link) != null && i.startsWith("https://www.gbif.org/occurrence/")) && (a = p == null ? void 0 : p.link);
170
- const s = p != null && p.associatedSequences && (p == null ? void 0 : p.associatedSequences.indexOf("ncbi.")) > -1 ? p == null ? void 0 : p.associatedSequences : "";
171
- return (a || s) && /* @__PURE__ */ t.jsx("span", { id: `${p.id}-type-material-links`, children: /* @__PURE__ */ t.jsxs(c2, { children: [
172
- a && /* @__PURE__ */ t.jsx(E3, { title: "Occurrence in GBIF", getPopupContainer: () => document.getElementById(`${p.id}-type-material-links`) || document.body, children: /* @__PURE__ */ t.jsxs("a", { style: { marginLeft: 4 }, href: a, target: "_blank", rel: "noreferrer", children: [
163
+ }, J3 = (n) => {
164
+ const i = n ? n.toUpperCase() : "";
165
+ return ["HOLOTYPE", "LECTOTYPE", "NEOTYPE"].includes(i) ? "#e2614a" : ["PARATYPE", "PARALECTOTYPE", "SYNTYPE"].includes(i) ? "#f1eb0b" : ["ALLOTYPE"].includes(i) ? "#7edaff" : null;
166
+ }, T2 = (n, i) => {
167
+ var r, p;
168
+ let a = n != null && n.gbifKey && (n == null ? void 0 : n.gbifPublisherKey) === ((r = H) == null ? void 0 : r.plaziGbifPublisherKey) ? `https://www.gbif.org/occurrence/${n == null ? void 0 : n.gbifKey}/${i.id}` : "";
169
+ !a && ((p = i == null ? void 0 : i.link) != null && p.startsWith("https://www.gbif.org/occurrence/")) && (a = i == null ? void 0 : i.link);
170
+ const s = i != null && i.associatedSequences && (i == null ? void 0 : i.associatedSequences.indexOf("ncbi.")) > -1 ? i == null ? void 0 : i.associatedSequences : "";
171
+ return (a || s) && /* @__PURE__ */ t.jsx("span", { id: `${i.id}-type-material-links`, children: /* @__PURE__ */ t.jsxs(c2, { children: [
172
+ a && /* @__PURE__ */ t.jsx(E3, { title: "Occurrence in GBIF", getPopupContainer: () => document.getElementById(`${i.id}-type-material-links`) || document.body, children: /* @__PURE__ */ t.jsxs("a", { style: { marginLeft: 4 }, href: a, target: "_blank", rel: "noreferrer", children: [
173
173
  "GBIF ",
174
174
  /* @__PURE__ */ t.jsx(h3, {})
175
175
  ] }) }),
@@ -178,64 +178,64 @@ const M2 = {
178
178
  /* @__PURE__ */ t.jsx(h3, {})
179
179
  ] }) })
180
180
  ] }) });
181
- }, T2 = ({ dataset: r, data: p, nameID: a, style: s }) => p[a] ? /* @__PURE__ */ t.jsx("div", { style: s, children: p[a].map((l) => /* @__PURE__ */ t.jsx(q3, { children: /* @__PURE__ */ t.jsxs(
182
- r3,
181
+ }, K2 = ({ dataset: n, data: i, nameID: a, style: s }) => i[a] ? /* @__PURE__ */ t.jsx("div", { style: s, children: i[a].map((r) => /* @__PURE__ */ t.jsx(G3, { children: /* @__PURE__ */ t.jsxs(
182
+ l3,
183
183
  {
184
- merged: l.merged,
185
- createdBy: l == null ? void 0 : l.createdBy,
186
- datasetKey: l == null ? void 0 : l.datasetKey,
187
- verbatimSourceKey: l == null ? void 0 : l.verbatimSourceKey,
188
- sourceDatasetKey: l == null ? void 0 : l.sourceDatasetKey,
184
+ merged: r.merged,
185
+ createdBy: r == null ? void 0 : r.createdBy,
186
+ datasetKey: r == null ? void 0 : r.datasetKey,
187
+ verbatimSourceKey: r == null ? void 0 : r.verbatimSourceKey,
188
+ sourceDatasetKey: r == null ? void 0 : r.sourceDatasetKey,
189
189
  children: [
190
- /* @__PURE__ */ t.jsx(C3, { color: X3(l == null ? void 0 : l.status), children: l == null ? void 0 : l.status }),
190
+ /* @__PURE__ */ t.jsx(C3, { color: J3(r == null ? void 0 : r.status), children: r == null ? void 0 : r.status }),
191
191
  " ",
192
- I2(r, l),
192
+ T2(n, r),
193
193
  " ",
194
- (l == null ? void 0 : l.citation) && /* @__PURE__ */ t.jsx(
194
+ (r == null ? void 0 : r.citation) && /* @__PURE__ */ t.jsx(
195
195
  "span",
196
196
  {
197
- dangerouslySetInnerHTML: { __html: x3((l == null ? void 0 : l.citation) || "") }
197
+ dangerouslySetInnerHTML: { __html: S3((r == null ? void 0 : r.citation) || "") }
198
198
  }
199
199
  )
200
200
  ]
201
201
  }
202
- ) }, l.id)) }) : null;
203
- class K2 extends e3.Component {
202
+ ) }, r.id)) }) : null;
203
+ class O2 extends o3.Component {
204
204
  constructor(a) {
205
205
  super(a);
206
- N(this, "getData", () => {
207
- const { nameId: a, datasetKey: s, references: l } = this.props;
206
+ _(this, "getData", () => {
207
+ const { nameId: a, datasetKey: s, references: r } = this.props;
208
208
  if (referenceId) {
209
- const i = u2(referenceId) ? referenceId : [referenceId], o = [];
209
+ const p = u2(referenceId) ? referenceId : [referenceId], o = [];
210
210
  this.setState({ loading: !0 }), Promise.all(
211
- i.map(
212
- (e) => n(l, e) ? Promise.resolve(o.push(l[a])) : W(
213
- `${P.dataApi}dataset/${s}/name/${encodeURIComponent(a)}/types`
211
+ p.map(
212
+ (e) => l(r, e) ? Promise.resolve(o.push(r[a])) : U(
213
+ `${H.dataApi}dataset/${s}/name/${encodeURIComponent(a)}/types`
214
214
  ).then((C) => o.push(C.data))
215
215
  )
216
216
  ).then(() => this.setState({ typeMaterial: o, loading: !1 }));
217
217
  }
218
218
  });
219
- N(this, "getContent", () => {
220
- const { typeMaterial: a, nameId: s } = this.props, l = (a == null ? void 0 : a[s]) || [];
221
- if (l.length > 0)
222
- return /* @__PURE__ */ t.jsx("div", { children: l.map((i) => /* @__PURE__ */ t.jsx("div", { style: { marginBottom: "8px", paddingLeft: "18px" }, children: /* @__PURE__ */ t.jsxs(r3, { merged: i.merged, children: [
223
- /* @__PURE__ */ t.jsx(C3, { color: X3(i == null ? void 0 : i.status), children: i == null ? void 0 : i.status }),
219
+ _(this, "getContent", () => {
220
+ const { typeMaterial: a, nameId: s } = this.props, r = (a == null ? void 0 : a[s]) || [];
221
+ if (r.length > 0)
222
+ return /* @__PURE__ */ t.jsx("div", { children: r.map((p) => /* @__PURE__ */ t.jsx("div", { style: { marginBottom: "8px", paddingLeft: "18px" }, children: /* @__PURE__ */ t.jsxs(l3, { merged: p.merged, children: [
223
+ /* @__PURE__ */ t.jsx(C3, { color: J3(p == null ? void 0 : p.status), children: p == null ? void 0 : p.status }),
224
224
  " ",
225
- (i == null ? void 0 : i.citation) && /* @__PURE__ */ t.jsx(
225
+ (p == null ? void 0 : p.citation) && /* @__PURE__ */ t.jsx(
226
226
  "span",
227
227
  {
228
228
  dangerouslySetInnerHTML: {
229
- __html: x3((i == null ? void 0 : i.citation) || "")
229
+ __html: S3((p == null ? void 0 : p.citation) || "")
230
230
  }
231
231
  }
232
232
  )
233
- ] }) }, i.id)) });
233
+ ] }) }, p.id)) });
234
234
  });
235
- N(this, "render", () => {
235
+ _(this, "render", () => {
236
236
  const { typeMaterial: a, nameId: s } = this.props;
237
237
  return ((a == null ? void 0 : a[s]) || []).length > 0 ? /* @__PURE__ */ t.jsxs(
238
- P3,
238
+ H3,
239
239
  {
240
240
  getPopupContainer: () => document.getElementById(`type_popover_${s}`),
241
241
  placement: this.props.placement || "left",
@@ -256,49 +256,75 @@ class K2 extends e3.Component {
256
256
  };
257
257
  }
258
258
  }
259
- const Q3 = ({ total: r, visible: p, showAll: a, onChange: s }) => r <= p && !a ? null : /* @__PURE__ */ t.jsx("a", { onClick: () => s(!a), style: { cursor: "pointer" }, children: a ? "Show less" : `Show all (${r})` }), T3 = 5, K3 = ({
260
- datasetKey: r,
261
- data: p,
259
+ const X3 = ({ total: n, visible: i, showAll: a, onChange: s }) => n <= i && !a ? null : /* @__PURE__ */ t.jsx("a", { onClick: () => s(!a), style: { cursor: "pointer" }, children: a ? "Show less" : `Show all (${n})` }), _2 = /* @__PURE__ */ new Set([
260
+ "bacterial",
261
+ "botanical",
262
+ "cultivars",
263
+ "phyto",
264
+ "phylo",
265
+ "virus",
266
+ "zoological"
267
+ ]), N2 = (n, i, a) => {
268
+ if (!i) return "";
269
+ const s = n == null ? void 0 : n[i];
270
+ if (!s) return i;
271
+ const r = _2.has(a) && typeof s[a] == "string" ? a : "zoological";
272
+ return s[r] || s.name || i;
273
+ }, Q3 = ({ nomStatus: n, code: i, brackets: a }) => {
274
+ const [s, r] = e3(null);
275
+ if (x3(() => {
276
+ let o = !1;
277
+ return k2().then((e) => {
278
+ o || r(e);
279
+ }).catch(() => {
280
+ }), () => {
281
+ o = !0;
282
+ };
283
+ }, []), !n) return null;
284
+ const p = N2(s, n, i);
285
+ return /* @__PURE__ */ t.jsx(t.Fragment, { children: a ? `(${p})` : p });
286
+ }, T3 = 5, K3 = ({
287
+ datasetKey: n,
288
+ data: i,
262
289
  style: a,
263
- nomStatus: s,
264
- references: l,
265
- decisions: i,
266
- typeMaterial: o,
267
- referenceIndexMap: e,
268
- primarySource: C,
269
- misapplied: B
290
+ references: s,
291
+ decisions: r,
292
+ typeMaterial: p,
293
+ referenceIndexMap: o,
294
+ primarySource: e,
295
+ misapplied: C
270
296
  }) => {
271
- const [b, c] = o3(!1), k = (g) => s ? s[n(g, "name.nomStatus")][n(g, "name.code"), "zoological"] : n(g, "name.nomStatus"), v = (g, L) => n(g, "name.combinationAuthorship.year") && n(L, "name.combinationAuthorship.year") ? n(L, "name.combinationAuthorship.year") - n(g, "name.combinationAuthorship.year") : n(g, "name.scientificName") < n(L, "name.scientificName") ? -1 : 1, S = [];
272
- B ? p.misapplied && [...p.misapplied].sort(v).forEach((g) => {
273
- S.push({ syn: g, homotypic: !1, indent: !1 });
274
- }) : (p.homotypic && [...p.homotypic].sort(v).forEach((g) => {
275
- S.push({ syn: g, homotypic: !0, indent: !1 });
276
- }), p.heterotypicGroups && [...p.heterotypicGroups].sort((g, L) => v(g[0], L[0])).forEach((g) => {
277
- g.forEach((L, H) => {
278
- S.push({ syn: L, homotypic: H > 0, indent: H > 0 });
297
+ const [F, j] = e3(!1), c = (d, B) => l(d, "name.combinationAuthorship.year") && l(B, "name.combinationAuthorship.year") ? l(B, "name.combinationAuthorship.year") - l(d, "name.combinationAuthorship.year") : l(d, "name.scientificName") < l(B, "name.scientificName") ? -1 : 1, k = [];
298
+ C ? i.misapplied && [...i.misapplied].sort(c).forEach((d) => {
299
+ k.push({ syn: d, homotypic: !1, indent: !1 });
300
+ }) : (i.homotypic && [...i.homotypic].sort(c).forEach((d) => {
301
+ k.push({ syn: d, homotypic: !0, indent: !1 });
302
+ }), i.heterotypicGroups && [...i.heterotypicGroups].sort((d, B) => c(d[0], B[0])).forEach((d) => {
303
+ d.forEach((B, M) => {
304
+ k.push({ syn: B, homotypic: M > 0, indent: M > 0 });
279
305
  });
280
306
  }));
281
- const D = S.length, u = b ? S : S.slice(0, T3), j = ({ syn: g, homotypic: L, indent: H }) => /* @__PURE__ */ t.jsxs(q3, { children: [
307
+ const $ = k.length, A = F ? k : k.slice(0, T3), w = ({ syn: d, homotypic: B, indent: M }) => /* @__PURE__ */ t.jsxs(G3, { children: [
282
308
  /* @__PURE__ */ t.jsx(
283
- r3,
309
+ l3,
284
310
  {
285
- merged: !!(g != null && g.sourceDatasetKey) && n(C, "key") !== (g == null ? void 0 : g.sourceDatasetKey),
286
- createdBy: g == null ? void 0 : g.createdBy,
287
- datasetKey: g.datasetKey,
288
- sourceDatasetKey: g == null ? void 0 : g.sourceDatasetKey,
289
- verbatimSourceKey: g.verbatimSourceKey,
290
- children: /* @__PURE__ */ t.jsxs("span", { style: H ? { marginLeft: "10px" } : null, children: [
291
- B ? "" : L === !0 ? "≡ " : "= ",
311
+ merged: !!(d != null && d.sourceDatasetKey) && l(e, "key") !== (d == null ? void 0 : d.sourceDatasetKey),
312
+ createdBy: d == null ? void 0 : d.createdBy,
313
+ datasetKey: d.datasetKey,
314
+ sourceDatasetKey: d == null ? void 0 : d.sourceDatasetKey,
315
+ verbatimSourceKey: d.verbatimSourceKey,
316
+ children: /* @__PURE__ */ t.jsxs("span", { style: M ? { marginLeft: "10px" } : null, children: [
317
+ C ? "" : B === !0 ? "≡ " : "= ",
292
318
  " ",
293
- /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: n(g, "id"), children: /* @__PURE__ */ t.jsx(
319
+ /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: l(d, "id"), children: /* @__PURE__ */ t.jsx(
294
320
  "span",
295
321
  {
296
322
  dangerouslySetInnerHTML: {
297
- __html: n(
298
- g,
323
+ __html: l(
324
+ d,
299
325
  "labelHtml",
300
- `${n(g, "name.scientificName")} ${n(
301
- g,
326
+ `${l(d, "name.scientificName")} ${l(
327
+ d,
302
328
  "name.authorship",
303
329
  ""
304
330
  )}`
@@ -310,74 +336,81 @@ const Q3 = ({ total: r, visible: p, showAll: a, onChange: s }) => r <= p && !a ?
310
336
  }
311
337
  ),
312
338
  " ",
313
- (i == null ? void 0 : i[g == null ? void 0 : g.id]) && /* @__PURE__ */ t.jsx(J3, { decision: i == null ? void 0 : i[g == null ? void 0 : g.id] }),
339
+ (r == null ? void 0 : r[d == null ? void 0 : d.id]) && /* @__PURE__ */ t.jsx(q3, { decision: r == null ? void 0 : r[d == null ? void 0 : d.id] }),
314
340
  /* @__PURE__ */ t.jsx(
315
- K2,
341
+ O2,
316
342
  {
317
- datasetKey: r,
318
- typeMaterial: o,
319
- nameId: n(g, "name.id"),
343
+ datasetKey: n,
344
+ typeMaterial: p,
345
+ nameId: l(d, "name.id"),
320
346
  placement: "top"
321
347
  }
322
348
  ),
323
349
  " ",
324
- n(g, "name.nomStatus") ? `(${k(g)})` : "",
350
+ /* @__PURE__ */ t.jsx(
351
+ Q3,
352
+ {
353
+ nomStatus: l(d, "name.nomStatus"),
354
+ code: l(d, "name.code"),
355
+ brackets: !0
356
+ }
357
+ ),
325
358
  " ",
326
- n(g, "status") === "misapplied" && n(g, "accordingTo") ? n(g, "accordingTo") : "",
327
- n(g, "status") === "ambiguous synonym" && "(Ambiguous)",
359
+ l(d, "status") === "misapplied" && l(d, "accordingTo") ? l(d, "accordingTo") : "",
360
+ l(d, "status") === "ambiguous synonym" && "(Ambiguous)",
328
361
  /* @__PURE__ */ t.jsx(
329
- Z3,
362
+ W3,
330
363
  {
331
- datasetKey: r,
332
- references: l,
333
- referenceIndexMap: e,
334
- referenceId: n(g, "name.publishedInId") ? [n(g, "name.publishedInId"), ...g.referenceIds || []] : g.referenceIds,
364
+ datasetKey: n,
365
+ references: s,
366
+ referenceIndexMap: o,
367
+ referenceId: l(d, "name.publishedInId") ? [l(d, "name.publishedInId"), ...d.referenceIds || []] : d.referenceIds,
335
368
  placement: "top",
336
369
  style: { display: "inline-block" }
337
370
  }
338
371
  )
339
- ] }, n(g, "name.id"));
372
+ ] }, l(d, "name.id"));
340
373
  return /* @__PURE__ */ t.jsxs("div", { style: a, children: [
341
- u.map(j),
374
+ A.map(w),
342
375
  /* @__PURE__ */ t.jsx(
343
- Q3,
376
+ X3,
344
377
  {
345
- total: D,
378
+ total: $,
346
379
  visible: T3,
347
- showAll: b,
348
- onChange: c
380
+ showAll: F,
381
+ onChange: j
349
382
  }
350
383
  )
351
384
  ] });
352
385
  };
353
- class O2 extends e3.Component {
386
+ class R2 extends o3.Component {
354
387
  constructor(a) {
355
388
  super(a);
356
- N(this, "componentDidMount", () => {
389
+ _(this, "componentDidMount", () => {
357
390
  const { data: a } = this.props;
358
- k2().then((s) => {
359
- const l = {}, i = {};
391
+ x2().then((s) => {
392
+ const r = {}, p = {};
360
393
  s.forEach((e) => {
361
- l[e.alpha3] = e, i[e.alpha2] = e;
394
+ r[e.alpha3] = e, p[e.alpha2] = e;
362
395
  });
363
396
  const o = a.map(
364
- (e) => this.decorateWithCountryByCode(e, i, l)
397
+ (e) => this.decorateWithCountryByCode(e, p, r)
365
398
  );
366
399
  return this.setState({ data: o }), Promise.all(o.map(this.decorateWithLanguageByCode));
367
400
  }).then(() => {
368
401
  this.state.data.sort(
369
- (s, l) => s.languageName > l.languageName ? 1 : -1
402
+ (s, r) => s.languageName > r.languageName ? 1 : -1
370
403
  ), this.setState({ data: [...this.state.data] });
371
404
  });
372
405
  });
373
- N(this, "decorateWithCountryByCode", (a, s, l) => s && a.country && a.country.length === 2 ? {
406
+ _(this, "decorateWithCountryByCode", (a, s, r) => s && a.country && a.country.length === 2 ? {
374
407
  ...a,
375
- countryTitle: n(s, `[${a.country}].title`) || ""
376
- } : l && a.country && a.country.length === 3 ? {
408
+ countryTitle: l(s, `[${a.country}].title`) || ""
409
+ } : r && a.country && a.country.length === 3 ? {
377
410
  ...a,
378
- countryTitle: n(l, `[${a.country}].title`) || ""
411
+ countryTitle: l(r, `[${a.country}].title`) || ""
379
412
  } : a);
380
- N(this, "decorateWithLanguageByCode", (a) => a.language ? W(`${P.dataApi}vocab/language/${a.language}`).then((s) => {
413
+ _(this, "decorateWithLanguageByCode", (a) => a.language ? U(`${H.dataApi}vocab/language/${a.language}`).then((s) => {
381
414
  a.languageName = s.data;
382
415
  }).catch((s) => console.log(s)) : Promise.resolve());
383
416
  const { references: s } = this.props;
@@ -391,15 +424,15 @@ class O2 extends e3.Component {
391
424
  title: "Original name",
392
425
  dataIndex: "name",
393
426
  key: "name",
394
- render: (l, i) => /* @__PURE__ */ t.jsx(
395
- r3,
427
+ render: (r, p) => /* @__PURE__ */ t.jsx(
428
+ l3,
396
429
  {
397
- merged: i == null ? void 0 : i.merged,
398
- createdBy: i == null ? void 0 : i.createdBy,
399
- datasetKey: i == null ? void 0 : i.datasetKey,
400
- verbatimSourceKey: i == null ? void 0 : i.verbatimSourceKey,
401
- sourceDatasetKey: i == null ? void 0 : i.sourceDatasetKey,
402
- children: l
430
+ merged: p == null ? void 0 : p.merged,
431
+ createdBy: p == null ? void 0 : p.createdBy,
432
+ datasetKey: p == null ? void 0 : p.datasetKey,
433
+ verbatimSourceKey: p == null ? void 0 : p.verbatimSourceKey,
434
+ sourceDatasetKey: p == null ? void 0 : p.sourceDatasetKey,
435
+ children: r
403
436
  }
404
437
  )
405
438
  },
@@ -412,22 +445,22 @@ class O2 extends e3.Component {
412
445
  title: "Language",
413
446
  dataIndex: "language",
414
447
  key: "language",
415
- render: (l, i) => i.languageName ? i.languageName : l
448
+ render: (r, p) => p.languageName ? p.languageName : r
416
449
  },
417
450
  {
418
451
  title: "Country of use",
419
452
  dataIndex: "country",
420
453
  key: "country",
421
- render: (l, i) => i.countryTitle ? i.countryTitle : l
454
+ render: (r, p) => p.countryTitle ? p.countryTitle : r
422
455
  },
423
456
  {
424
457
  title: "",
425
458
  dataIndex: "referenceId",
426
459
  key: "referenceId",
427
- render: (l, i) => l ? /* @__PURE__ */ t.jsx(
428
- Z3,
460
+ render: (r, p) => r ? /* @__PURE__ */ t.jsx(
461
+ W3,
429
462
  {
430
- referenceId: l,
463
+ referenceId: r,
431
464
  references: s,
432
465
  datasetKey: this.props.datasetKey,
433
466
  placement: "left"
@@ -438,14 +471,14 @@ class O2 extends e3.Component {
438
471
  };
439
472
  }
440
473
  render() {
441
- const { style: a } = this.props, { data: s, columns: l, showAll: i } = this.state, o = i ? s : s.slice(0, 5);
474
+ const { style: a } = this.props, { data: s, columns: r, showAll: p } = this.state, o = p ? s : s.slice(0, 5);
442
475
  return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
443
476
  /* @__PURE__ */ t.jsx(
444
477
  y2,
445
478
  {
446
479
  style: a,
447
480
  className: "colplus-taxon-page-list",
448
- columns: l,
481
+ columns: r,
449
482
  dataSource: o,
450
483
  rowKey: "id",
451
484
  pagination: !1,
@@ -453,33 +486,33 @@ class O2 extends e3.Component {
453
486
  }
454
487
  ),
455
488
  /* @__PURE__ */ t.jsx(
456
- Q3,
489
+ X3,
457
490
  {
458
491
  total: s.length,
459
492
  visible: 5,
460
- showAll: i,
493
+ showAll: p,
461
494
  onChange: (e) => this.setState({ showAll: e })
462
495
  }
463
496
  )
464
497
  ] });
465
498
  }
466
499
  }
467
- const _2 = {
500
+ const Y2 = {
468
501
  color: "rgba(0, 0, 0, 0.45)",
469
502
  fontSize: "11px"
470
- }, N2 = ({ data: r, style: p }) => /* @__PURE__ */ t.jsxs("div", { style: p, children: [
503
+ }, H2 = ({ data: n, style: i }) => /* @__PURE__ */ t.jsxs("div", { style: i, children: [
471
504
  " ",
472
- r.map((a, s) => /* @__PURE__ */ t.jsxs("div", { style: { float: "left", marginRight: "3px" }, children: [
473
- /* @__PURE__ */ t.jsxs("span", { style: _2, children: [
505
+ n.map((a, s) => /* @__PURE__ */ t.jsxs("div", { style: { float: "left", marginRight: "3px" }, children: [
506
+ /* @__PURE__ */ t.jsxs("span", { style: Y2, children: [
474
507
  a.rank,
475
508
  ": "
476
509
  ] }),
477
510
  /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: a.id, children: /* @__PURE__ */ t.jsx("span", { dangerouslySetInnerHTML: { __html: a.labelHtml } }) }),
478
- s < r.length - 1 && " >"
511
+ s < n.length - 1 && " >"
479
512
  ] }, a.rank))
480
- ] }), R2 = (r, p) => {
481
- if (p)
482
- switch (r.type) {
513
+ ] }), P2 = (n, i) => {
514
+ if (i)
515
+ switch (n.type) {
483
516
  case "spelling correction":
484
517
  return "Has spelling correction";
485
518
  case "based on":
@@ -495,10 +528,10 @@ const _2 = {
495
528
  case "type":
496
529
  return "Type of";
497
530
  default:
498
- return D3(r.type);
531
+ return D3(n.type);
499
532
  }
500
533
  else
501
- switch (r.type) {
534
+ switch (n.type) {
502
535
  case "spelling correction":
503
536
  return "Spelling correction of";
504
537
  case "based on":
@@ -514,13 +547,13 @@ const _2 = {
514
547
  case "type":
515
548
  return "Type";
516
549
  default:
517
- return D3(r.type);
550
+ return D3(n.type);
518
551
  }
519
- }, O3 = ({ data: r, md: p, reverse: a }) => r.map((s, l) => /* @__PURE__ */ t.jsxs(
520
- M,
552
+ }, O3 = ({ data: n, md: i, reverse: a }) => n.map((s, r) => /* @__PURE__ */ t.jsxs(
553
+ L,
521
554
  {
522
- md: p,
523
- label: R2(s, a),
555
+ md: i,
556
+ label: P2(s, a),
524
557
  helpText: s.note,
525
558
  children: [
526
559
  !a && /* @__PURE__ */ t.jsx(
@@ -541,209 +574,209 @@ const _2 = {
541
574
  )
542
575
  ]
543
576
  },
544
- l
545
- )), Y2 = ({
546
- data: r,
547
- referenceIndexMap: p,
577
+ r
578
+ )), z2 = ({
579
+ data: n,
580
+ referenceIndexMap: i,
548
581
  style: a,
549
582
  primarySourceDatasetKey: s
550
- }) => (R3(() => {
551
- }, [p]), /* @__PURE__ */ t.jsx("div", { style: a, className: "col-reference-link-container", children: E2(r).map((l) => {
552
- var i, o;
583
+ }) => (x3(() => {
584
+ }, [i]), /* @__PURE__ */ t.jsx("div", { style: a, className: "col-reference-link-container", children: E2(n).map((r) => {
585
+ var p, o;
553
586
  return /* @__PURE__ */ t.jsxs(d3, { children: [
554
- /* @__PURE__ */ t.jsx(G, { style: { paddingRight: "5px" }, children: n(p, l.id) && /* @__PURE__ */ t.jsx("span", { children: `[${n(p, l.id)}]` }) }),
555
- /* @__PURE__ */ t.jsx(G, { span: 20, style: { paddingLeft: "18px" }, children: /* @__PURE__ */ t.jsx(
556
- r3,
587
+ /* @__PURE__ */ t.jsx(V, { style: { paddingRight: "5px" }, children: l(i, r.id) && /* @__PURE__ */ t.jsx("span", { children: `[${l(i, r.id)}]` }) }),
588
+ /* @__PURE__ */ t.jsx(V, { span: 20, style: { paddingLeft: "18px" }, children: /* @__PURE__ */ t.jsx(
589
+ l3,
557
590
  {
558
- merged: ((i = l == null ? void 0 : l.sourceDataset) == null ? void 0 : i.key) !== s,
559
- createdBy: l == null ? void 0 : l.createdBy,
560
- datasetKey: l.datasetKey,
561
- verbatimSourceKey: l == null ? void 0 : l.verbatimSourceKey,
562
- sourceDatasetKey: (o = l == null ? void 0 : l.sourceDataset) == null ? void 0 : o.key,
591
+ merged: ((p = r == null ? void 0 : r.sourceDataset) == null ? void 0 : p.key) !== s,
592
+ createdBy: r == null ? void 0 : r.createdBy,
593
+ datasetKey: r.datasetKey,
594
+ verbatimSourceKey: r == null ? void 0 : r.verbatimSourceKey,
595
+ sourceDatasetKey: (o = r == null ? void 0 : r.sourceDataset) == null ? void 0 : o.key,
563
596
  children: /* @__PURE__ */ t.jsx(
564
597
  "span",
565
598
  {
566
- id: `col-reference-${l.id}`,
599
+ id: `col-reference-${r.id}`,
567
600
  dangerouslySetInnerHTML: {
568
- __html: x3(U3.sanitize(l.citation))
601
+ __html: S3(Z3.sanitize(r.citation))
569
602
  }
570
603
  }
571
604
  )
572
605
  }
573
606
  ) })
574
- ] }, l.id);
607
+ ] }, r.id);
575
608
  }) }));
576
- var f3 = { exports: {} }, H2 = f3.exports, _3;
577
- function P2() {
578
- return _3 || (_3 = 1, (function(r, p) {
609
+ var f3 = { exports: {} }, W2 = f3.exports, _3;
610
+ function Z2() {
611
+ return _3 || (_3 = 1, (function(n, i) {
579
612
  (function(a, s) {
580
- r.exports = s();
581
- })(H2, (function() {
582
- var a = 1e3, s = 6e4, l = 36e5, i = "millisecond", o = "second", e = "minute", C = "hour", B = "day", b = "week", c = "month", k = "quarter", v = "year", S = "date", D = "Invalid Date", u = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, j = /\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, g = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(E) {
583
- var f = ["th", "st", "nd", "rd"], d = E % 100;
584
- return "[" + E + (f[(d - 20) % 10] || f[d] || f[0]) + "]";
585
- } }, L = function(E, f, d) {
586
- var m = String(E);
587
- return !m || m.length >= f ? E : "" + Array(f + 1 - m.length).join(d) + E;
588
- }, H = { s: L, z: function(E) {
589
- var f = -E.utcOffset(), d = Math.abs(f), m = Math.floor(d / 60), y = d % 60;
590
- return (f <= 0 ? "+" : "-") + L(m, 2, "0") + ":" + L(y, 2, "0");
591
- }, m: function E(f, d) {
592
- if (f.date() < d.date()) return -E(d, f);
593
- var m = 12 * (d.year() - f.year()) + (d.month() - f.month()), y = f.clone().add(m, c), h = d - y < 0, F = f.clone().add(m + (h ? -1 : 1), c);
594
- return +(-(m + (d - y) / (h ? y - F : F - y)) || 0);
595
- }, a: function(E) {
596
- return E < 0 ? Math.ceil(E) || 0 : Math.floor(E);
597
- }, p: function(E) {
598
- return { M: c, y: v, w: b, d: B, D: S, h: C, m: e, s: o, ms: i, Q: k }[E] || String(E || "").toLowerCase().replace(/s$/, "");
599
- }, u: function(E) {
600
- return E === void 0;
601
- } }, R = "en", V = {};
602
- V[R] = g;
603
- var c3 = "$isDayjsObject", l3 = function(E) {
604
- return E instanceof t3 || !(!E || !E[c3]);
605
- }, Q = function E(f, d, m) {
606
- var y;
607
- if (!f) return R;
613
+ n.exports = s();
614
+ })(W2, (function() {
615
+ var a = 1e3, s = 6e4, r = 36e5, p = "millisecond", o = "second", e = "minute", C = "hour", F = "day", j = "week", c = "month", k = "quarter", $ = "year", A = "date", w = "Invalid Date", d = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, B = /\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(u) {
616
+ var f = ["th", "st", "nd", "rd"], y = u % 100;
617
+ return "[" + u + (f[(y - 20) % 10] || f[y] || f[0]) + "]";
618
+ } }, Y = function(u, f, y) {
619
+ var m = String(u);
620
+ return !m || m.length >= f ? u : "" + Array(f + 1 - m.length).join(y) + u;
621
+ }, N = { s: Y, z: function(u) {
622
+ var f = -u.utcOffset(), y = Math.abs(f), m = Math.floor(y / 60), g = y % 60;
623
+ return (f <= 0 ? "+" : "-") + Y(m, 2, "0") + ":" + Y(g, 2, "0");
624
+ }, m: function u(f, y) {
625
+ if (f.date() < y.date()) return -u(y, f);
626
+ var m = 12 * (y.year() - f.year()) + (y.month() - f.month()), g = f.clone().add(m, c), E = y - g < 0, h = f.clone().add(m + (E ? -1 : 1), c);
627
+ return +(-(m + (y - g) / (E ? g - h : h - g)) || 0);
628
+ }, a: function(u) {
629
+ return u < 0 ? Math.ceil(u) || 0 : Math.floor(u);
630
+ }, p: function(u) {
631
+ return { M: c, y: $, w: j, d: F, D: A, h: C, m: e, s: o, ms: p, Q: k }[u] || String(u || "").toLowerCase().replace(/s$/, "");
632
+ }, u: function(u) {
633
+ return u === void 0;
634
+ } }, z = "en", G = {};
635
+ G[z] = M;
636
+ var c3 = "$isDayjsObject", n3 = function(u) {
637
+ return u instanceof t3 || !(!u || !u[c3]);
638
+ }, Q = function u(f, y, m) {
639
+ var g;
640
+ if (!f) return z;
608
641
  if (typeof f == "string") {
609
- var h = f.toLowerCase();
610
- V[h] && (y = h), d && (V[h] = d, y = h);
611
- var F = f.split("-");
612
- if (!y && F.length > 1) return E(F[0]);
642
+ var E = f.toLowerCase();
643
+ G[E] && (g = E), y && (G[E] = y, g = E);
644
+ var h = f.split("-");
645
+ if (!g && h.length > 1) return u(h[0]);
613
646
  } else {
614
- var A = f.name;
615
- V[A] = f, y = A;
647
+ var S = f.name;
648
+ G[S] = f, g = S;
616
649
  }
617
- return !m && y && (R = y), y || !m && R;
618
- }, I = function(E, f) {
619
- if (l3(E)) return E.clone();
620
- var d = typeof f == "object" ? f : {};
621
- return d.date = E, d.args = arguments, new t3(d);
622
- }, x = H;
623
- x.l = Q, x.i = l3, x.w = function(E, f) {
624
- return I(E, { locale: f.$L, utc: f.$u, x: f.$x, $offset: f.$offset });
650
+ return !m && g && (z = g), g || !m && z;
651
+ }, D = function(u, f) {
652
+ if (n3(u)) return u.clone();
653
+ var y = typeof f == "object" ? f : {};
654
+ return y.date = u, y.args = arguments, new t3(y);
655
+ }, x = N;
656
+ x.l = Q, x.i = n3, x.w = function(u, f) {
657
+ return D(u, { locale: f.$L, utc: f.$u, x: f.$x, $offset: f.$offset });
625
658
  };
626
659
  var t3 = (function() {
627
- function E(d) {
628
- this.$L = Q(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[c3] = !0;
660
+ function u(y) {
661
+ this.$L = Q(y.locale, null, !0), this.parse(y), this.$x = this.$x || y.x || {}, this[c3] = !0;
629
662
  }
630
- var f = E.prototype;
631
- return f.parse = function(d) {
663
+ var f = u.prototype;
664
+ return f.parse = function(y) {
632
665
  this.$d = (function(m) {
633
- var y = m.date, h = m.utc;
634
- if (y === null) return /* @__PURE__ */ new Date(NaN);
635
- if (x.u(y)) return /* @__PURE__ */ new Date();
636
- if (y instanceof Date) return new Date(y);
637
- if (typeof y == "string" && !/Z$/i.test(y)) {
638
- var F = y.match(u);
639
- if (F) {
640
- var A = F[2] - 1 || 0, w = (F[7] || "0").substring(0, 3);
641
- return h ? new Date(Date.UTC(F[1], A, F[3] || 1, F[4] || 0, F[5] || 0, F[6] || 0, w)) : new Date(F[1], A, F[3] || 1, F[4] || 0, F[5] || 0, F[6] || 0, w);
666
+ var g = m.date, E = m.utc;
667
+ if (g === null) return /* @__PURE__ */ new Date(NaN);
668
+ if (x.u(g)) return /* @__PURE__ */ new Date();
669
+ if (g instanceof Date) return new Date(g);
670
+ if (typeof g == "string" && !/Z$/i.test(g)) {
671
+ var h = g.match(d);
672
+ if (h) {
673
+ var S = h[2] - 1 || 0, v = (h[7] || "0").substring(0, 3);
674
+ return E ? new Date(Date.UTC(h[1], S, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, v)) : new Date(h[1], S, h[3] || 1, h[4] || 0, h[5] || 0, h[6] || 0, v);
642
675
  }
643
676
  }
644
- return new Date(y);
645
- })(d), this.init();
677
+ return new Date(g);
678
+ })(y), this.init();
646
679
  }, f.init = function() {
647
- var d = this.$d;
648
- this.$y = d.getFullYear(), this.$M = d.getMonth(), this.$D = d.getDate(), this.$W = d.getDay(), this.$H = d.getHours(), this.$m = d.getMinutes(), this.$s = d.getSeconds(), this.$ms = d.getMilliseconds();
680
+ var y = this.$d;
681
+ this.$y = y.getFullYear(), this.$M = y.getMonth(), this.$D = y.getDate(), this.$W = y.getDay(), this.$H = y.getHours(), this.$m = y.getMinutes(), this.$s = y.getSeconds(), this.$ms = y.getMilliseconds();
649
682
  }, f.$utils = function() {
650
683
  return x;
651
684
  }, f.isValid = function() {
652
- return this.$d.toString() !== D;
653
- }, f.isSame = function(d, m) {
654
- var y = I(d);
655
- return this.startOf(m) <= y && y <= this.endOf(m);
656
- }, f.isAfter = function(d, m) {
657
- return I(d) < this.startOf(m);
658
- }, f.isBefore = function(d, m) {
659
- return this.endOf(m) < I(d);
660
- }, f.$g = function(d, m, y) {
661
- return x.u(d) ? this[m] : this.set(y, d);
685
+ return this.$d.toString() !== w;
686
+ }, f.isSame = function(y, m) {
687
+ var g = D(y);
688
+ return this.startOf(m) <= g && g <= this.endOf(m);
689
+ }, f.isAfter = function(y, m) {
690
+ return D(y) < this.startOf(m);
691
+ }, f.isBefore = function(y, m) {
692
+ return this.endOf(m) < D(y);
693
+ }, f.$g = function(y, m, g) {
694
+ return x.u(y) ? this[m] : this.set(g, y);
662
695
  }, f.unix = function() {
663
696
  return Math.floor(this.valueOf() / 1e3);
664
697
  }, f.valueOf = function() {
665
698
  return this.$d.getTime();
666
- }, f.startOf = function(d, m) {
667
- var y = this, h = !!x.u(m) || m, F = x.p(d), A = function(U, _) {
668
- var z = x.w(y.$u ? Date.UTC(y.$y, _, U) : new Date(y.$y, _, U), y);
669
- return h ? z : z.endOf(B);
670
- }, w = function(U, _) {
671
- return x.w(y.toDate()[U].apply(y.toDate("s"), (h ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(_)), y);
672
- }, T = this.$W, K = this.$M, Y = this.$D, q = "set" + (this.$u ? "UTC" : "");
673
- switch (F) {
674
- case v:
675
- return h ? A(1, 0) : A(31, 11);
699
+ }, f.startOf = function(y, m) {
700
+ var g = this, E = !!x.u(m) || m, h = x.p(y), S = function(Z, O) {
701
+ var P = x.w(g.$u ? Date.UTC(g.$y, O, Z) : new Date(g.$y, O, Z), g);
702
+ return E ? P : P.endOf(F);
703
+ }, v = function(Z, O) {
704
+ return x.w(g.toDate()[Z].apply(g.toDate("s"), (E ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(O)), g);
705
+ }, I = this.$W, T = this.$M, R = this.$D, q = "set" + (this.$u ? "UTC" : "");
706
+ switch (h) {
707
+ case $:
708
+ return E ? S(1, 0) : S(31, 11);
676
709
  case c:
677
- return h ? A(1, K) : A(0, K + 1);
678
- case b:
679
- var Z = this.$locale().weekStart || 0, J = (T < Z ? T + 7 : T) - Z;
680
- return A(h ? Y - J : Y + (6 - J), K);
681
- case B:
682
- case S:
683
- return w(q + "Hours", 0);
710
+ return E ? S(1, T) : S(0, T + 1);
711
+ case j:
712
+ var W = this.$locale().weekStart || 0, J = (I < W ? I + 7 : I) - W;
713
+ return S(E ? R - J : R + (6 - J), T);
714
+ case F:
715
+ case A:
716
+ return v(q + "Hours", 0);
684
717
  case C:
685
- return w(q + "Minutes", 1);
718
+ return v(q + "Minutes", 1);
686
719
  case e:
687
- return w(q + "Seconds", 2);
720
+ return v(q + "Seconds", 2);
688
721
  case o:
689
- return w(q + "Milliseconds", 3);
722
+ return v(q + "Milliseconds", 3);
690
723
  default:
691
724
  return this.clone();
692
725
  }
693
- }, f.endOf = function(d) {
694
- return this.startOf(d, !1);
695
- }, f.$set = function(d, m) {
696
- var y, h = x.p(d), F = "set" + (this.$u ? "UTC" : ""), A = (y = {}, y[B] = F + "Date", y[S] = F + "Date", y[c] = F + "Month", y[v] = F + "FullYear", y[C] = F + "Hours", y[e] = F + "Minutes", y[o] = F + "Seconds", y[i] = F + "Milliseconds", y)[h], w = h === B ? this.$D + (m - this.$W) : m;
697
- if (h === c || h === v) {
698
- var T = this.clone().set(S, 1);
699
- T.$d[A](w), T.init(), this.$d = T.set(S, Math.min(this.$D, T.daysInMonth())).$d;
700
- } else A && this.$d[A](w);
726
+ }, f.endOf = function(y) {
727
+ return this.startOf(y, !1);
728
+ }, f.$set = function(y, m) {
729
+ var g, E = x.p(y), h = "set" + (this.$u ? "UTC" : ""), S = (g = {}, g[F] = h + "Date", g[A] = h + "Date", g[c] = h + "Month", g[$] = h + "FullYear", g[C] = h + "Hours", g[e] = h + "Minutes", g[o] = h + "Seconds", g[p] = h + "Milliseconds", g)[E], v = E === F ? this.$D + (m - this.$W) : m;
730
+ if (E === c || E === $) {
731
+ var I = this.clone().set(A, 1);
732
+ I.$d[S](v), I.init(), this.$d = I.set(A, Math.min(this.$D, I.daysInMonth())).$d;
733
+ } else S && this.$d[S](v);
701
734
  return this.init(), this;
702
- }, f.set = function(d, m) {
703
- return this.clone().$set(d, m);
704
- }, f.get = function(d) {
705
- return this[x.p(d)]();
706
- }, f.add = function(d, m) {
707
- var y, h = this;
708
- d = Number(d);
709
- var F = x.p(m), A = function(K) {
710
- var Y = I(h);
711
- return x.w(Y.date(Y.date() + Math.round(K * d)), h);
735
+ }, f.set = function(y, m) {
736
+ return this.clone().$set(y, m);
737
+ }, f.get = function(y) {
738
+ return this[x.p(y)]();
739
+ }, f.add = function(y, m) {
740
+ var g, E = this;
741
+ y = Number(y);
742
+ var h = x.p(m), S = function(T) {
743
+ var R = D(E);
744
+ return x.w(R.date(R.date() + Math.round(T * y)), E);
712
745
  };
713
- if (F === c) return this.set(c, this.$M + d);
714
- if (F === v) return this.set(v, this.$y + d);
715
- if (F === B) return A(1);
716
- if (F === b) return A(7);
717
- var w = (y = {}, y[e] = s, y[C] = l, y[o] = a, y)[F] || 1, T = this.$d.getTime() + d * w;
718
- return x.w(T, this);
719
- }, f.subtract = function(d, m) {
720
- return this.add(-1 * d, m);
721
- }, f.format = function(d) {
722
- var m = this, y = this.$locale();
723
- if (!this.isValid()) return y.invalidDate || D;
724
- var h = d || "YYYY-MM-DDTHH:mm:ssZ", F = x.z(this), A = this.$H, w = this.$m, T = this.$M, K = y.weekdays, Y = y.months, q = y.meridiem, Z = function(_, z, X, a3) {
725
- return _ && (_[z] || _(m, h)) || X[z].slice(0, a3);
726
- }, J = function(_) {
727
- return x.s(A % 12 || 12, _, "0");
728
- }, U = q || function(_, z, X) {
729
- var a3 = _ < 12 ? "AM" : "PM";
746
+ if (h === c) return this.set(c, this.$M + y);
747
+ if (h === $) return this.set($, this.$y + y);
748
+ if (h === F) return S(1);
749
+ if (h === j) return S(7);
750
+ var v = (g = {}, g[e] = s, g[C] = r, g[o] = a, g)[h] || 1, I = this.$d.getTime() + y * v;
751
+ return x.w(I, this);
752
+ }, f.subtract = function(y, m) {
753
+ return this.add(-1 * y, m);
754
+ }, f.format = function(y) {
755
+ var m = this, g = this.$locale();
756
+ if (!this.isValid()) return g.invalidDate || w;
757
+ var E = y || "YYYY-MM-DDTHH:mm:ssZ", h = x.z(this), S = this.$H, v = this.$m, I = this.$M, T = g.weekdays, R = g.months, q = g.meridiem, W = function(O, P, X, a3) {
758
+ return O && (O[P] || O(m, E)) || X[P].slice(0, a3);
759
+ }, J = function(O) {
760
+ return x.s(S % 12 || 12, O, "0");
761
+ }, Z = q || function(O, P, X) {
762
+ var a3 = O < 12 ? "AM" : "PM";
730
763
  return X ? a3.toLowerCase() : a3;
731
764
  };
732
- return h.replace(j, (function(_, z) {
733
- return z || (function(X) {
765
+ return E.replace(B, (function(O, P) {
766
+ return P || (function(X) {
734
767
  switch (X) {
735
768
  case "YY":
736
769
  return String(m.$y).slice(-2);
737
770
  case "YYYY":
738
771
  return x.s(m.$y, 4, "0");
739
772
  case "M":
740
- return T + 1;
773
+ return I + 1;
741
774
  case "MM":
742
- return x.s(T + 1, 2, "0");
775
+ return x.s(I + 1, 2, "0");
743
776
  case "MMM":
744
- return Z(y.monthsShort, T, Y, 3);
777
+ return W(g.monthsShort, I, R, 3);
745
778
  case "MMMM":
746
- return Z(Y, T);
779
+ return W(R, I);
747
780
  case "D":
748
781
  return m.$D;
749
782
  case "DD":
@@ -751,27 +784,27 @@ function P2() {
751
784
  case "d":
752
785
  return String(m.$W);
753
786
  case "dd":
754
- return Z(y.weekdaysMin, m.$W, K, 2);
787
+ return W(g.weekdaysMin, m.$W, T, 2);
755
788
  case "ddd":
756
- return Z(y.weekdaysShort, m.$W, K, 3);
789
+ return W(g.weekdaysShort, m.$W, T, 3);
757
790
  case "dddd":
758
- return K[m.$W];
791
+ return T[m.$W];
759
792
  case "H":
760
- return String(A);
793
+ return String(S);
761
794
  case "HH":
762
- return x.s(A, 2, "0");
795
+ return x.s(S, 2, "0");
763
796
  case "h":
764
797
  return J(1);
765
798
  case "hh":
766
799
  return J(2);
767
800
  case "a":
768
- return U(A, w, !0);
801
+ return Z(S, v, !0);
769
802
  case "A":
770
- return U(A, w, !1);
803
+ return Z(S, v, !1);
771
804
  case "m":
772
- return String(w);
805
+ return String(v);
773
806
  case "mm":
774
- return x.s(w, 2, "0");
807
+ return x.s(v, 2, "0");
775
808
  case "s":
776
809
  return String(m.$s);
777
810
  case "ss":
@@ -779,54 +812,54 @@ function P2() {
779
812
  case "SSS":
780
813
  return x.s(m.$ms, 3, "0");
781
814
  case "Z":
782
- return F;
815
+ return h;
783
816
  }
784
817
  return null;
785
- })(_) || F.replace(":", "");
818
+ })(O) || h.replace(":", "");
786
819
  }));
787
820
  }, f.utcOffset = function() {
788
821
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
789
- }, f.diff = function(d, m, y) {
790
- var h, F = this, A = x.p(m), w = I(d), T = (w.utcOffset() - this.utcOffset()) * s, K = this - w, Y = function() {
791
- return x.m(F, w);
822
+ }, f.diff = function(y, m, g) {
823
+ var E, h = this, S = x.p(m), v = D(y), I = (v.utcOffset() - this.utcOffset()) * s, T = this - v, R = function() {
824
+ return x.m(h, v);
792
825
  };
793
- switch (A) {
794
- case v:
795
- h = Y() / 12;
826
+ switch (S) {
827
+ case $:
828
+ E = R() / 12;
796
829
  break;
797
830
  case c:
798
- h = Y();
831
+ E = R();
799
832
  break;
800
833
  case k:
801
- h = Y() / 3;
834
+ E = R() / 3;
802
835
  break;
803
- case b:
804
- h = (K - T) / 6048e5;
836
+ case j:
837
+ E = (T - I) / 6048e5;
805
838
  break;
806
- case B:
807
- h = (K - T) / 864e5;
839
+ case F:
840
+ E = (T - I) / 864e5;
808
841
  break;
809
842
  case C:
810
- h = K / l;
843
+ E = T / r;
811
844
  break;
812
845
  case e:
813
- h = K / s;
846
+ E = T / s;
814
847
  break;
815
848
  case o:
816
- h = K / a;
849
+ E = T / a;
817
850
  break;
818
851
  default:
819
- h = K;
852
+ E = T;
820
853
  }
821
- return y ? h : x.a(h);
854
+ return g ? E : x.a(E);
822
855
  }, f.daysInMonth = function() {
823
856
  return this.endOf(c).$D;
824
857
  }, f.$locale = function() {
825
- return V[this.$L];
826
- }, f.locale = function(d, m) {
827
- if (!d) return this.$L;
828
- var y = this.clone(), h = Q(d, m, !0);
829
- return h && (y.$L = h), y;
858
+ return G[this.$L];
859
+ }, f.locale = function(y, m) {
860
+ if (!y) return this.$L;
861
+ var g = this.clone(), E = Q(y, m, !0);
862
+ return E && (g.$L = E), g;
830
863
  }, f.clone = function() {
831
864
  return x.w(this.$d, this);
832
865
  }, f.toDate = function() {
@@ -837,60 +870,60 @@ function P2() {
837
870
  return this.$d.toISOString();
838
871
  }, f.toString = function() {
839
872
  return this.$d.toUTCString();
840
- }, E;
873
+ }, u;
841
874
  })(), s3 = t3.prototype;
842
- return I.prototype = s3, [["$ms", i], ["$s", o], ["$m", e], ["$H", C], ["$W", B], ["$M", c], ["$y", v], ["$D", S]].forEach((function(E) {
843
- s3[E[1]] = function(f) {
844
- return this.$g(f, E[0], E[1]);
875
+ return D.prototype = s3, [["$ms", p], ["$s", o], ["$m", e], ["$H", C], ["$W", F], ["$M", c], ["$y", $], ["$D", A]].forEach((function(u) {
876
+ s3[u[1]] = function(f) {
877
+ return this.$g(f, u[0], u[1]);
845
878
  };
846
- })), I.extend = function(E, f) {
847
- return E.$i || (E(f, t3, I), E.$i = !0), I;
848
- }, I.locale = Q, I.isDayjs = l3, I.unix = function(E) {
849
- return I(1e3 * E);
850
- }, I.en = V[R], I.Ls = V, I.p = {}, I;
879
+ })), D.extend = function(u, f) {
880
+ return u.$i || (u(f, t3, D), u.$i = !0), D;
881
+ }, D.locale = Q, D.isDayjs = n3, D.unix = function(u) {
882
+ return D(1e3 * u);
883
+ }, D.en = G[z], D.Ls = G, D.p = {}, D;
851
884
  }));
852
885
  })(f3)), f3.exports;
853
886
  }
854
- var z2 = P2();
855
- const t2 = /* @__PURE__ */ W3(z2);
856
- var m3 = { exports: {} }, W2 = m3.exports, N3;
857
- function Z2() {
858
- return N3 || (N3 = 1, (function(r, p) {
887
+ var U2 = Z2();
888
+ const t2 = /* @__PURE__ */ z3(U2);
889
+ var m3 = { exports: {} }, V2 = m3.exports, N3;
890
+ function G2() {
891
+ return N3 || (N3 = 1, (function(n, i) {
859
892
  (function(a, s) {
860
- r.exports = s();
861
- })(W2, (function() {
893
+ n.exports = s();
894
+ })(V2, (function() {
862
895
  var a = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
863
- return function(s, l, i) {
864
- var o = l.prototype, e = o.format;
865
- i.en.formats = a, o.format = function(C) {
896
+ return function(s, r, p) {
897
+ var o = r.prototype, e = o.format;
898
+ p.en.formats = a, o.format = function(C) {
866
899
  C === void 0 && (C = "YYYY-MM-DDTHH:mm:ssZ");
867
- var B = this.$locale().formats, b = (function(c, k) {
868
- return c.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(v, S, D) {
869
- var u = D && D.toUpperCase();
870
- return S || k[D] || a[D] || k[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(j, g, L) {
871
- return g || L.slice(1);
900
+ var F = this.$locale().formats, j = (function(c, k) {
901
+ return c.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function($, A, w) {
902
+ var d = w && w.toUpperCase();
903
+ return A || k[w] || a[w] || k[d].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(B, M, Y) {
904
+ return M || Y.slice(1);
872
905
  }));
873
906
  }));
874
- })(C, B === void 0 ? {} : B);
875
- return e.call(this, b);
907
+ })(C, F === void 0 ? {} : F);
908
+ return e.call(this, j);
876
909
  };
877
910
  };
878
911
  }));
879
912
  })(m3)), m3.exports;
880
913
  }
881
- var U2 = Z2();
882
- const G2 = /* @__PURE__ */ W3(U2), V2 = ({ data: r, style: p, rank: a, taxon: s }) => {
883
- const l = a.reduce(
884
- (i, o) => (i[o.value] = o.plural, i),
914
+ var q2 = G2();
915
+ const J2 = /* @__PURE__ */ z3(q2), X2 = ({ data: n, style: i, rank: a, taxon: s }) => {
916
+ const r = a.reduce(
917
+ (p, o) => (p[o.value] = o.plural, p),
885
918
  {}
886
919
  );
887
- return /* @__PURE__ */ t.jsxs("div", { style: p, children: [
920
+ return /* @__PURE__ */ t.jsxs("div", { style: i, children: [
888
921
  " ",
889
- r.filter((i) => i.value !== s.name.rank).sort((i, o) => a.indexOf(i.value) - a.indexOf(o.value)).map((i) => /* @__PURE__ */ t.jsx(
890
- M,
922
+ n.filter((p) => p.value !== s.name.rank).sort((p, o) => a.indexOf(p.value) - a.indexOf(o.value)).map((p) => /* @__PURE__ */ t.jsx(
923
+ L,
891
924
  {
892
925
  md: 6,
893
- label: z3(l[i.value] || i.value),
926
+ label: P3(r[p.value] || p.value),
894
927
  classes: { formItem: { borderBottom: "none" } },
895
928
  children: /* @__PURE__ */ t.jsx(
896
929
  p3,
@@ -898,17 +931,17 @@ const G2 = /* @__PURE__ */ W3(U2), V2 = ({ data: r, style: p, rank: a, taxon: s
898
931
  to: "search",
899
932
  args: {
900
933
  TAXON_ID: s.id,
901
- rank: i.value,
934
+ rank: p.value,
902
935
  status: ["accepted", "provisionally accepted"]
903
936
  },
904
- children: i.count
937
+ children: p.count
905
938
  }
906
939
  )
907
940
  },
908
- i.value
941
+ p.value
909
942
  ))
910
943
  ] });
911
- }, q2 = "%3Csvg width='423px' height='341px' viewBox='0 0 423 341' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg id='Ant-Design-Pro-3.0' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='404' transform='translate(-484.000000, -221.000000)'%3E%3Cg id='Group-4' transform='translate(464.000000, 222.000000)'%3E%3Cg id='Group-5' transform='translate(75.417348, 0.163879)' stroke='%23A3B1BF' stroke-width='1.62' opacity='0.6' stroke-linejoin='round' stroke-dasharray='12.15'%3E%3Cpath d='M169.575185,288.890375 C103.647066,288.890375 50.2010204,235.455806 50.2010204,169.540425 C50.2010204,103.625045 103.647066,50.1904762 169.575185,50.1904762 C235.50394,50.1904762 288.94935,103.625045 288.94935,169.540425 C288.94935,235.455806 235.50394,288.890375 169.575185,288.890375 Z' id='Stroke-1'%3E%3C/path%3E%3Cpath d='M169.405699,338.555288 C76.0274364,338.555288 0.329411882,262.872619 0.329411882,169.513299 C0.329411882,76.1539786 76.0274364,0.471309613 169.405699,0.471309613 C262.783961,0.471309613 338.481985,76.1539786 338.481985,169.513299 C338.481985,262.872619 262.783961,338.555288 169.405699,338.555288 Z' id='Stroke-3'%3E%3C/path%3E%3C/g%3E%3Cpolygon id='Fill-6' fill='%23F5F5F5' transform='translate(106.914750, 199.432805) rotate(22.000000) translate(-106.914750, -199.432805) ' points='97.7112298 198.803016 116.11827 190.231152 107.544667 208.634458'%3E%3C/polygon%3E%3Cpolygon id='Stroke-7' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(106.914750, 199.432805) rotate(22.000000) translate(-106.914750, -199.432805) ' points='97.7112298 198.803016 116.11827 190.231152 107.544667 208.634458'%3E%3C/polygon%3E%3Cpolygon id='Fill-8' transform='translate(58.996118, 219.767028) rotate(22.000000) translate(-58.996118, -219.767028) ' points='38.8543444 215.183828 54.4119879 199.629341 79.1378915 224.350228 63.580248 239.904716'%3E%3C/polygon%3E%3Cpolygon id='Stroke-9' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(58.996118, 219.767028) rotate(22.000000) translate(-58.996118, -219.767028) ' points='38.8543444 215.183828 54.4119879 199.629341 79.1378915 224.350228 63.580248 239.904716'%3E%3C/polygon%3E%3Cpolygon id='Fill-10' fill='%23F5F5F5' transform='translate(71.226096, 214.577614) rotate(22.000000) translate(-71.226096, -214.577614) ' points='51.4642422 198.657893 55.3028278 194.820086 90.9879502 230.497335 87.1487294 234.335141'%3E%3C/polygon%3E%3Cpolygon id='Stroke-11' stroke='%23A3B1BF' stroke-width='1.62' fill='%23F0F2F5' stroke-linejoin='round' transform='translate(71.226096, 214.577614) rotate(22.000000) translate(-71.226096, -214.577614) ' points='51.4642422 198.657893 55.3028278 194.820086 90.9879502 230.497335 87.1487294 234.335141'%3E%3C/polygon%3E%3Cpolygon id='Fill-12' transform='translate(84.698338, 273.903349) rotate(22.000000) translate(-84.698338, -273.903349) ' points='56.0769883 259.690379 70.4821667 245.288122 113.319688 288.116319 98.9145099 302.518575'%3E%3C/polygon%3E%3Cpolygon id='Stroke-13' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(84.698338, 273.903349) rotate(22.000000) translate(-84.698338, -273.903349) ' points='56.0769883 259.690379 70.4821667 245.288122 113.319688 288.116319 98.9145099 302.518575'%3E%3C/polygon%3E%3Cpolygon id='Fill-14' transform='translate(75.456149, 212.782520) rotate(22.000000) translate(-75.456149, -212.782520) ' points='63.8911557 203.879723 66.5512281 201.22019 87.0211429 221.685318 84.3604352 224.34485'%3E%3C/polygon%3E%3Cpolygon id='Stroke-15' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(75.456149, 212.782520) rotate(22.000000) translate(-75.456149, -212.782520) ' points='63.8911557 203.879723 66.5512281 201.22019 87.0211429 221.685318 84.3604352 224.34485'%3E%3C/polygon%3E%3Cpolygon id='Fill-16' fill='%23F5F5F5' transform='translate(78.176142, 202.618192) rotate(22.000000) translate(-78.176142, -202.618192) ' points='74.4026766 205.006817 80.5652518 198.845492 81.9496076 200.229567 75.7870324 206.390892'%3E%3C/polygon%3E%3Cpolygon id='Stroke-17' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(78.176142, 202.618192) rotate(22.000000) translate(-78.176142, -202.618192) ' points='74.4026766 205.006817 80.5652518 198.845492 81.9496076 200.229567 75.7870324 206.390892'%3E%3C/polygon%3E%3Cpolygon id='Fill-18' fill='%23F5F5F5' transform='translate(84.676979, 217.928886) rotate(22.000000) translate(-84.676979, -217.928886) ' points='80.9035138 220.317511 87.066089 214.156186 88.4504448 215.540261 82.2878696 221.701586'%3E%3C/polygon%3E%3Cpolygon id='Stroke-19' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(84.676979, 217.928886) rotate(22.000000) translate(-84.676979, -217.928886) ' points='80.9035138 220.317511 87.066089 214.156186 88.4504448 215.540261 82.2878696 221.701586'%3E%3C/polygon%3E%3Cpolygon id='Fill-20' transform='translate(70.238421, 242.404581) rotate(22.000000) translate(-70.238421, -242.404581) ' points='67.8493111 238.631881 74.0118863 244.793206 72.6275305 246.177281 66.4649553 240.015956'%3E%3C/polygon%3E%3Cpolygon id='Stroke-21' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(70.238421, 242.404581) rotate(22.000000) translate(-70.238421, -242.404581) ' points='67.8493111 238.631881 74.0118863 244.793206 72.6275305 246.177281 66.4649553 240.015956'%3E%3C/polygon%3E%3Cpolygon id='Fill-22' transform='translate(48.081755, 224.398789) rotate(22.000000) translate(-48.081755, -224.398789) ' points='35.1127107 220.725179 36.3242602 211.432376 61.0507992 236.153899 51.756111 237.365203'%3E%3C/polygon%3E%3Cpolygon id='Stroke-23' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(48.081755, 224.398789) rotate(22.000000) translate(-48.081755, -224.398789) ' points='35.1127107 220.725179 36.3242602 211.432376 61.0507992 236.153899 51.756111 237.365203'%3E%3C/polygon%3E%3Cpolygon id='Fill-24' transform='translate(38.612968, 228.416820) rotate(22.000000) translate(-38.612968, -228.416820) ' points='32.9179858 217.470622 26.2496982 216.056058 50.9762371 240.777581 49.5613861 234.110647'%3E%3C/polygon%3E%3Cpolygon id='Stroke-25' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(38.612968, 228.416820) rotate(22.000000) translate(-38.612968, -228.416820) ' points='32.9179858 217.470622 26.2496982 216.056058 50.9762371 240.777581 49.5613861 234.110647'%3E%3C/polygon%3E%3Cpolygon id='Fill-26' transform='translate(31.086342, 221.523909) rotate(22.000000) translate(-31.086342, -221.523909) ' points='32.6469986 217.297684 26.8592604 218.37941 34.2314793 225.750133 35.3134242 219.963569'%3E%3C/polygon%3E%3Cpolygon id='Stroke-27' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(31.086342, 221.523909) rotate(22.000000) translate(-31.086342, -221.523909) ' points='32.6469986 217.297684 26.8592604 218.37941 34.2314793 225.750133 35.3134242 219.963569'%3E%3C/polygon%3E%3Cpolygon id='Fill-28' transform='translate(38.344372, 238.617819) rotate(22.000000) translate(-38.344372, -238.617819) ' points='39.9050284 234.391595 34.1172902 235.47332 41.4895091 242.844044 42.571454 237.05748'%3E%3C/polygon%3E%3Cpolygon id='Stroke-29' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(38.344372, 238.617819) rotate(22.000000) translate(-38.344372, -238.617819) ' points='39.9050284 234.391595 34.1172902 235.47332 41.4895091 242.844044 42.571454 237.05748'%3E%3C/polygon%3E%3Cpolygon id='Fill-30' fill='%23F0F2F5' transform='translate(75.352798, 203.766862) rotate(22.000000) translate(-75.352798, -203.766862) ' points='71.4417859 201.708217 73.2937351 199.856644 79.2638092 205.824871 77.4118601 207.67708'%3E%3C/polygon%3E%3Cpolygon id='Stroke-31' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(75.352798, 203.766862) rotate(22.000000) translate(-75.352798, -203.766862) ' points='71.4417859 201.708217 73.2937351 199.856644 79.2638092 205.824871 77.4118601 207.67708'%3E%3C/polygon%3E%3Cpolygon id='Fill-32' fill='%23F0F2F5' transform='translate(81.871541, 219.119730) rotate(22.000000) translate(-81.871541, -219.119730) ' points='77.9605297 217.061085 79.8124789 215.209512 85.7825531 221.177739 83.9306039 223.029948'%3E%3C/polygon%3E%3Cpolygon id='Stroke-33' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(81.871541, 219.119730) rotate(22.000000) translate(-81.871541, -219.119730) ' points='77.9605297 217.061085 79.8124789 215.209512 85.7825531 221.177739 83.9306039 223.029948'%3E%3C/polygon%3E%3Cpolygon id='Fill-34' transform='translate(68.034935, 237.215417) rotate(22.000000) translate(-68.034935, -237.215417) ' points='65.1594898 237.106164 67.9256601 234.340555 70.9103796 237.324669 68.1442092 240.090278'%3E%3C/polygon%3E%3Cpolygon id='Stroke-35' stroke='%23A3B1BF' stroke-width='1.62' fill='%23F5F5F5' stroke-linejoin='round' transform='translate(68.034935, 237.215417) rotate(22.000000) translate(-68.034935, -237.215417) ' points='65.1594898 237.106164 67.9256601 234.340555 70.9103796 237.324669 68.1442092 240.090278'%3E%3C/polygon%3E%3Cpath d='M90.2556147,213.065319 C79.2271463,202.039088 74.6433339,188.153875 78.4889079,179.512775 C79.1248602,178.084237 80.8319571,175.429786 84.5339495,179.131027 C88.2353065,182.832268 120.560237,215.150007 123.931865,218.52095 C127.303492,221.891894 125.245065,224.192545 123.817508,224.827733 C115.174655,228.675068 101.284718,224.092186 90.2556147,213.065319 Z' id='Fill-36' fill='%23F5F5F5' transform='translate(101.453924, 201.708917) rotate(22.000000) translate(-101.453924, -201.708917) '%3E%3C/path%3E%3Cpath d='M90.2556147,213.065319 C79.2271463,202.039088 74.6433339,188.153875 78.4889079,179.512775 C79.1248602,178.084237 80.8319571,175.429786 84.5339495,179.131027 C88.2353065,182.832268 120.560237,215.150007 123.931865,218.52095 C127.303492,221.891894 125.245065,224.192545 123.817508,224.827733 C115.174655,228.675068 101.284718,224.092186 90.2556147,213.065319 Z' id='Stroke-38' stroke='%23A3B1BF' stroke-width='1.62' fill='%23F0F2F5' stroke-linejoin='round' transform='translate(101.453924, 201.708917) rotate(22.000000) translate(-101.453924, -201.708917) '%3E%3C/path%3E%3Cpolygon id='Fill-40' fill='%23F0F2F5' transform='translate(86.633853, 208.038961) rotate(22.000000) translate(-86.633853, -208.038961) ' points='77.9716233 201.230061 79.8235724 199.378488 95.2960835 214.84786 93.4441343 216.699433'%3E%3C/polygon%3E%3Cpolygon id='Stroke-42' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(86.633853, 208.038961) rotate(22.000000) translate(-86.633853, -208.038961) ' points='77.9716233 201.230061 79.8235724 199.378488 95.2960835 214.84786 93.4441343 216.699433'%3E%3C/polygon%3E%3Cpath d='M121.635514,196.068815 C120.517356,197.186746 118.704797,197.186746 117.586639,196.068815 C116.469116,194.950884 116.469116,193.138692 117.586639,192.020761 C118.704797,190.903465 120.517356,190.903465 121.635514,192.020761 C122.753672,193.138692 122.753672,194.950884 121.635514,196.068815' id='Fill-44' fill='%23A3B1BF' transform='translate(119.611315, 194.045026) rotate(22.000000) translate(-119.611315, -194.045026) '%3E%3C/path%3E%3Cpolygon id='Fill-46' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(81.250567, 248.056422) rotate(22.000000) translate(-81.250567, -248.056422) ' points='81.2505672 249.672341 79.6343206 248.056422 81.2505672 246.440503 82.8668137 248.056422'%3E%3C/polygon%3E%3Cpolygon id='Stroke-48' transform='translate(81.250567, 248.056422) rotate(22.000000) translate(-81.250567, -248.056422) ' points='81.2505672 249.672341 79.6343206 248.056422 81.2505672 246.440503 82.8668137 248.056422'%3E%3C/polygon%3E%3Cpolygon id='Fill-50' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.702196, 251.475282) rotate(22.000000) translate(-82.702196, -251.475282) ' points='82.7021965 253.091201 81.0859499 251.475282 82.7021965 249.859363 84.318443 251.475282'%3E%3C/polygon%3E%3Cpolygon id='Stroke-52' transform='translate(82.702196, 251.475282) rotate(22.000000) translate(-82.702196, -251.475282) ' points='82.7021965 253.091201 81.0859499 251.475282 82.7021965 249.859363 84.318443 251.475282'%3E%3C/polygon%3E%3Cpolygon id='Fill-54' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(84.153791, 254.894059) rotate(22.000000) translate(-84.153791, -254.894059) ' points='84.1537906 256.509978 82.5375441 254.894059 84.1537906 253.278141 85.7700372 254.894059'%3E%3C/polygon%3E%3Cpolygon id='Stroke-56' transform='translate(84.153791, 254.894059) rotate(22.000000) translate(-84.153791, -254.894059) ' points='84.1537906 256.509978 82.5375441 254.894059 84.1537906 253.278141 85.7700372 254.894059'%3E%3C/polygon%3E%3Cpolygon id='Fill-58' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.605385, 258.312837) rotate(22.000000) translate(-85.605385, -258.312837) ' points='85.6053848 259.928756 83.9891383 258.312837 85.6053848 256.696918 87.2216313 258.312837'%3E%3C/polygon%3E%3Cpolygon id='Stroke-60' transform='translate(85.605385, 258.312837) rotate(22.000000) translate(-85.605385, -258.312837) ' points='85.6053848 259.928756 83.9891383 258.312837 85.6053848 256.696918 87.2216313 258.312837'%3E%3C/polygon%3E%3Cpolygon id='Fill-62' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(78.094482, 249.395723) rotate(22.000000) translate(-78.094482, -249.395723) ' points='78.0944819 251.011642 76.4782353 249.395723 78.0944819 247.779804 79.7107284 249.395723'%3E%3C/polygon%3E%3Cpolygon id='Stroke-64' transform='translate(78.094482, 249.395723) rotate(22.000000) translate(-78.094482, -249.395723) ' points='78.0944819 251.011642 76.4782353 249.395723 78.0944819 247.779804 79.7107284 249.395723'%3E%3C/polygon%3E%3Cpolygon id='Fill-66' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.546052, 252.814559) rotate(22.000000) translate(-79.546052, -252.814559) ' points='79.5460522 254.430478 77.9298057 252.814559 79.5460522 251.198641 81.1622988 252.814559'%3E%3C/polygon%3E%3Cpolygon id='Stroke-68' transform='translate(79.546052, 252.814559) rotate(22.000000) translate(-79.546052, -252.814559) ' points='79.5460522 254.430478 77.9298057 252.814559 79.5460522 251.198641 81.1622988 252.814559'%3E%3C/polygon%3E%3Cpolygon id='Fill-70' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(80.997705, 256.233360) rotate(22.000000) translate(-80.997705, -256.233360) ' points='80.9977053 257.849279 79.3814588 256.23336 80.9977053 254.617442 82.6139518 256.23336'%3E%3C/polygon%3E%3Cpolygon id='Stroke-72' transform='translate(80.997705, 256.233360) rotate(22.000000) translate(-80.997705, -256.233360) ' points='79.3814588 256.23336 80.9977053 254.617442 82.6139518 256.23336 80.9977053 257.849279'%3E%3C/polygon%3E%3Cpolygon id='Fill-74' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.449276, 259.652197) rotate(22.000000) translate(-82.449276, -259.652197) ' points='82.4492757 261.268115 80.8330292 259.652197 82.4492757 258.036278 84.0655222 259.652197'%3E%3C/polygon%3E%3Cpolygon id='Stroke-76' transform='translate(82.449276, 259.652197) rotate(22.000000) translate(-82.449276, -259.652197) ' points='82.4492757 261.268115 80.8330292 259.652197 82.4492757 258.036278 84.0655222 259.652197'%3E%3C/polygon%3E%3Cpolygon id='Fill-78' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(74.938373, 250.735083) rotate(22.000000) translate(-74.938373, -250.735083) ' points='74.9383727 252.351002 73.3221262 250.735083 74.9383727 249.119164 76.5546193 250.735083'%3E%3C/polygon%3E%3Cpolygon id='Stroke-80' transform='translate(74.938373, 250.735083) rotate(22.000000) translate(-74.938373, -250.735083) ' points='74.9383727 252.351002 73.3221262 250.735083 74.9383727 249.119164 76.5546193 250.735083'%3E%3C/polygon%3E%3Cpolygon id='Fill-82' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(76.389967, 254.153860) rotate(22.000000) translate(-76.389967, -254.153860) ' points='76.3899669 255.769779 74.7737204 254.15386 76.3899669 252.537942 78.0062134 254.15386'%3E%3C/polygon%3E%3Cpolygon id='Stroke-84' transform='translate(76.389967, 254.153860) rotate(22.000000) translate(-76.389967, -254.153860) ' points='76.3899669 255.769779 74.7737204 254.15386 76.3899669 252.537942 78.0062134 254.15386'%3E%3C/polygon%3E%3Cpolygon id='Fill-86' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(77.841620, 257.572661) rotate(22.000000) translate(-77.841620, -257.572661) ' points='77.84162 259.18858 76.2253735 257.572661 77.84162 255.956743 79.4578665 257.572661'%3E%3C/polygon%3E%3Cpolygon id='Stroke-88' transform='translate(77.841620, 257.572661) rotate(22.000000) translate(-77.841620, -257.572661) ' points='77.84162 259.18858 76.2253735 257.572661 77.84162 255.956743 79.4578665 257.572661'%3E%3C/polygon%3E%3Cpolygon id='Fill-90' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.293190, 260.991498) rotate(22.000000) translate(-79.293190, -260.991498) ' points='79.2931904 262.607416 77.6769438 260.991498 79.2931904 259.375579 80.9094369 260.991498'%3E%3C/polygon%3E%3Cpolygon id='Stroke-92' transform='translate(79.293190, 260.991498) rotate(22.000000) translate(-79.293190, -260.991498) ' points='79.2931904 262.607416 77.6769438 260.991498 79.2931904 259.375579 80.9094369 260.991498'%3E%3C/polygon%3E%3Cpolygon id='Fill-94' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(71.782287, 252.074384) rotate(22.000000) translate(-71.782287, -252.074384) ' points='71.7822874 253.690302 70.1660409 252.074384 71.7822874 250.458465 73.3985339 252.074384'%3E%3C/polygon%3E%3Cpolygon id='Stroke-96' transform='translate(71.782287, 252.074384) rotate(22.000000) translate(-71.782287, -252.074384) ' points='71.7822874 253.690302 70.1660409 252.074384 71.7822874 250.458465 73.3985339 252.074384'%3E%3C/polygon%3E%3Cpolygon id='Fill-98' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(73.233882, 255.493161) rotate(22.000000) translate(-73.233882, -255.493161) ' points='73.2338816 257.10908 71.6176351 255.493161 73.2338816 253.877242 74.8501281 255.493161'%3E%3C/polygon%3E%3Cpolygon id='Stroke-100' transform='translate(73.233882, 255.493161) rotate(22.000000) translate(-73.233882, -255.493161) ' points='73.2338816 257.10908 71.6176351 255.493161 73.2338816 253.877242 74.8501281 255.493161'%3E%3C/polygon%3E%3Cpolygon id='Fill-102' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(74.685535, 258.911962) rotate(22.000000) translate(-74.685535, -258.911962) ' points='74.6855347 260.527881 73.0692881 258.911962 74.6855347 257.296044 76.3017812 258.911962'%3E%3C/polygon%3E%3Cpolygon id='Stroke-104' transform='translate(74.685535, 258.911962) rotate(22.000000) translate(-74.685535, -258.911962) ' points='74.6855347 260.527881 73.0692881 258.911962 74.6855347 257.296044 76.3017812 258.911962'%3E%3C/polygon%3E%3Cpolygon id='Fill-106' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(76.137105, 262.330799) rotate(22.000000) translate(-76.137105, -262.330799) ' points='76.137105 263.946717 74.5208585 262.330799 76.137105 260.71488 77.7533516 262.330799'%3E%3C/polygon%3E%3Cpolygon id='Stroke-108' transform='translate(76.137105, 262.330799) rotate(22.000000) translate(-76.137105, -262.330799) ' points='76.137105 263.946717 74.5208585 262.330799 76.137105 260.71488 77.7533516 262.330799'%3E%3C/polygon%3E%3Cpolygon id='Fill-110' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(68.626202, 253.413685) rotate(22.000000) translate(-68.626202, -253.413685) ' points='68.6262021 255.029603 67.0099556 253.413685 68.6262021 251.797766 70.2424486 253.413685'%3E%3C/polygon%3E%3Cpolygon id='Stroke-112' transform='translate(68.626202, 253.413685) rotate(22.000000) translate(-68.626202, -253.413685) ' points='68.6262021 255.029603 67.0099556 253.413685 68.6262021 251.797766 70.2424486 253.413685'%3E%3C/polygon%3E%3Cpolygon id='Fill-114' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(70.077796, 256.832462) rotate(22.000000) translate(-70.077796, -256.832462) ' points='70.0777963 258.448381 68.4615497 256.832462 70.0777963 255.216543 71.6940428 256.832462'%3E%3C/polygon%3E%3Cpolygon id='Stroke-116' transform='translate(70.077796, 256.832462) rotate(22.000000) translate(-70.077796, -256.832462) ' points='70.0777963 258.448381 68.4615497 256.832462 70.0777963 255.216543 71.6940428 256.832462'%3E%3C/polygon%3E%3Cpolygon id='Fill-118' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(71.529426, 260.251322) rotate(22.000000) translate(-71.529426, -260.251322) ' points='71.5294256 261.867241 69.913179 260.251322 71.5294256 258.635403 73.1456721 260.251322'%3E%3C/polygon%3E%3Cpolygon id='Stroke-120' transform='translate(71.529426, 260.251322) rotate(22.000000) translate(-71.529426, -260.251322) ' points='71.5294256 261.867241 69.913179 260.251322 71.5294256 258.635403 73.1456721 260.251322'%3E%3C/polygon%3E%3Cpolygon id='Fill-122' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(72.981020, 263.670099) rotate(22.000000) translate(-72.981020, -263.670099) ' points='72.9810197 265.286018 71.3647732 263.670099 72.9810197 262.054181 74.5972663 263.670099'%3E%3C/polygon%3E%3Cpolygon id='Stroke-124' transform='translate(72.981020, 263.670099) rotate(22.000000) translate(-72.981020, -263.670099) ' points='72.9810197 265.286018 71.3647732 263.670099 72.9810197 262.054181 74.5972663 263.670099'%3E%3C/polygon%3E%3Cpolygon id='Fill-126' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.852907, 265.961362) rotate(22.000000) translate(-88.852907, -265.961362) ' points='88.8529067 267.577281 87.2366602 265.961362 88.8529067 264.345443 90.4691533 265.961362'%3E%3C/polygon%3E%3Cpolygon id='Stroke-128' transform='translate(88.852907, 265.961362) rotate(22.000000) translate(-88.852907, -265.961362) ' points='88.8529067 267.577281 87.2366602 265.961362 88.8529067 264.345443 90.4691533 265.961362'%3E%3C/polygon%3E%3Cpolygon id='Fill-130' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(90.304501, 269.380139) rotate(22.000000) translate(-90.304501, -269.380139) ' points='90.3045009 270.996058 88.6882544 269.380139 90.3045009 267.764221 91.9207474 269.380139'%3E%3C/polygon%3E%3Cpolygon id='Stroke-132' transform='translate(90.304501, 269.380139) rotate(22.000000) translate(-90.304501, -269.380139) ' points='90.3045009 270.996058 88.6882544 269.380139 90.3045009 267.764221 91.9207474 269.380139'%3E%3C/polygon%3E%3Cpolygon id='Fill-134' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(91.756130, 272.798999) rotate(22.000000) translate(-91.756130, -272.798999) ' points='91.7561302 274.414918 90.1398837 272.798999 91.7561302 271.183081 93.3723767 272.798999'%3E%3C/polygon%3E%3Cpolygon id='Stroke-136' transform='translate(91.756130, 272.798999) rotate(22.000000) translate(-91.756130, -272.798999) ' points='91.7561302 274.414918 90.1398837 272.798999 91.7561302 271.183081 93.3723767 272.798999'%3E%3C/polygon%3E%3Cpolygon id='Fill-138' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(93.207724, 276.217777) rotate(22.000000) translate(-93.207724, -276.217777) ' points='93.2077244 277.833695 91.5914778 276.217777 93.2077244 274.601858 94.8239709 276.217777'%3E%3C/polygon%3E%3Cpolygon id='Stroke-140' transform='translate(93.207724, 276.217777) rotate(22.000000) translate(-93.207724, -276.217777) ' points='93.2077244 277.833695 91.5914778 276.217777 93.2077244 274.601858 94.8239709 276.217777'%3E%3C/polygon%3E%3Cpolygon id='Fill-142' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.696821, 267.300663) rotate(22.000000) translate(-85.696821, -267.300663) ' points='85.6968214 268.916582 84.0805749 267.300663 85.6968214 265.684744 87.313068 267.300663'%3E%3C/polygon%3E%3Cpolygon id='Stroke-144' transform='translate(85.696821, 267.300663) rotate(22.000000) translate(-85.696821, -267.300663) ' points='85.6968214 268.916582 84.0805749 267.300663 85.6968214 265.684744 87.313068 267.300663'%3E%3C/polygon%3E%3Cpolygon id='Fill-146' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(87.148416, 270.719440) rotate(22.000000) translate(-87.148416, -270.719440) ' points='87.1484156 272.335359 85.5321691 270.71944 87.1484156 269.103521 88.7646621 270.71944'%3E%3C/polygon%3E%3Cpolygon id='Stroke-148' transform='translate(87.148416, 270.719440) rotate(22.000000) translate(-87.148416, -270.719440) ' points='87.1484156 272.335359 85.5321691 270.71944 87.1484156 269.103521 88.7646621 270.71944'%3E%3C/polygon%3E%3Cpolygon id='Fill-150' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.599986, 274.138276) rotate(22.000000) translate(-88.599986, -274.138276) ' points='88.599986 275.754195 86.9837394 274.138276 88.599986 272.522358 90.2162325 274.138276'%3E%3C/polygon%3E%3Cpolygon id='Stroke-152' transform='translate(88.599986, 274.138276) rotate(22.000000) translate(-88.599986, -274.138276) ' points='88.599986 275.754195 86.9837394 274.138276 88.599986 272.522358 90.2162325 274.138276'%3E%3C/polygon%3E%3Cpolygon id='Fill-154' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(90.051639, 277.557078) rotate(22.000000) translate(-90.051639, -277.557078) ' points='90.0516391 279.172996 88.4353925 277.557078 90.0516391 275.941159 91.6678856 277.557078'%3E%3C/polygon%3E%3Cpolygon id='Stroke-156' transform='translate(90.051639, 277.557078) rotate(22.000000) translate(-90.051639, -277.557078) ' points='90.0516391 279.172996 88.4353925 277.557078 90.0516391 275.941159 91.6678856 277.557078'%3E%3C/polygon%3E%3Cpolygon id='Fill-158' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.540736, 268.639964) rotate(22.000000) translate(-82.540736, -268.639964) ' points='82.5407361 270.255882 80.9244896 268.639964 82.5407361 267.024045 84.1569826 268.639964'%3E%3C/polygon%3E%3Cpolygon id='Stroke-160' transform='translate(82.540736, 268.639964) rotate(22.000000) translate(-82.540736, -268.639964) ' points='82.5407361 270.255882 80.9244896 268.639964 82.5407361 267.024045 84.1569826 268.639964'%3E%3C/polygon%3E%3Cpolygon id='Fill-162' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(83.992306, 272.058800) rotate(22.000000) translate(-83.992306, -272.058800) ' points='83.9923065 273.674719 82.3760599 272.0588 83.9923065 270.442881 85.608553 272.0588'%3E%3C/polygon%3E%3Cpolygon id='Stroke-164' transform='translate(83.992306, 272.058800) rotate(22.000000) translate(-83.992306, -272.058800) ' points='83.9923065 273.674719 82.3760599 272.0588 83.9923065 270.442881 85.608553 272.0588'%3E%3C/polygon%3E%3Cpolygon id='Fill-166' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.443901, 275.477577) rotate(22.000000) translate(-85.443901, -275.477577) ' points='85.4439007 277.093496 83.8276541 275.477577 85.4439007 273.861659 87.0601472 275.477577'%3E%3C/polygon%3E%3Cpolygon id='Stroke-168' transform='translate(85.443901, 275.477577) rotate(22.000000) translate(-85.443901, -275.477577) ' points='85.4439007 277.093496 83.8276541 275.477577 85.4439007 273.861659 87.0601472 275.477577'%3E%3C/polygon%3E%3Cpolygon id='Fill-170' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(86.895554, 278.896378) rotate(22.000000) translate(-86.895554, -278.896378) ' points='86.8955537 280.512297 85.2793072 278.896378 86.8955537 277.28046 88.5118003 278.896378'%3E%3C/polygon%3E%3Cpolygon id='Stroke-172' transform='translate(86.895554, 278.896378) rotate(22.000000) translate(-86.895554, -278.896378) ' points='86.8955537 280.512297 85.2793072 278.896378 86.8955537 277.28046 88.5118003 278.896378'%3E%3C/polygon%3E%3Cpolygon id='Fill-174' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.384651, 269.979265) rotate(22.000000) translate(-79.384651, -269.979265) ' points='79.3846508 271.595183 77.7684043 269.979265 79.3846508 268.363346 81.0008973 269.979265'%3E%3C/polygon%3E%3Cpolygon id='Stroke-176' transform='translate(79.384651, 269.979265) rotate(22.000000) translate(-79.384651, -269.979265) ' points='79.3846508 271.595183 77.7684043 269.979265 79.3846508 268.363346 81.0008973 269.979265'%3E%3C/polygon%3E%3Cpolygon id='Fill-178' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(80.836221, 273.398101) rotate(22.000000) translate(-80.836221, -273.398101) ' points='80.8362212 275.01402 79.2199746 273.398101 80.8362212 271.782182 82.4524677 273.398101'%3E%3C/polygon%3E%3Cpolygon id='Stroke-180' transform='translate(80.836221, 273.398101) rotate(22.000000) translate(-80.836221, -273.398101) ' points='80.8362212 275.01402 79.2199746 273.398101 80.8362212 271.782182 82.4524677 273.398101'%3E%3C/polygon%3E%3Cpolygon id='Fill-182' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.287815, 276.816878) rotate(22.000000) translate(-82.287815, -276.816878) ' points='82.2878153 278.432797 80.6715688 276.816878 82.2878153 275.20096 83.9040619 276.816878'%3E%3C/polygon%3E%3Cpolygon id='Stroke-184' transform='translate(82.287815, 276.816878) rotate(22.000000) translate(-82.287815, -276.816878) ' points='82.2878153 278.432797 80.6715688 276.816878 82.2878153 275.20096 83.9040619 276.816878'%3E%3C/polygon%3E%3Cpolygon id='Fill-186' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(83.739445, 280.235738) rotate(22.000000) translate(-83.739445, -280.235738) ' points='83.7394446 281.851657 82.1231981 280.235738 83.7394446 278.61982 85.3556912 280.235738'%3E%3C/polygon%3E%3Cpolygon id='Stroke-188' transform='translate(83.739445, 280.235738) rotate(22.000000) translate(-83.739445, -280.235738) ' points='83.7394446 281.851657 82.1231981 280.235738 83.7394446 278.61982 85.3556912 280.235738'%3E%3C/polygon%3E%3Cpolygon id='Fill-190' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(76.228483, 271.318601) rotate(22.000000) translate(-76.228483, -271.318601) ' points='76.2284828 272.934519 74.6122362 271.318601 76.2284828 269.702682 77.8447293 271.318601'%3E%3C/polygon%3E%3Cpolygon id='Stroke-192' transform='translate(76.228483, 271.318601) rotate(22.000000) translate(-76.228483, -271.318601) ' points='76.2284828 272.934519 74.6122362 271.318601 76.2284828 269.702682 77.8447293 271.318601'%3E%3C/polygon%3E%3Cpolygon id='Fill-194' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(77.680136, 274.737402) rotate(22.000000) translate(-77.680136, -274.737402) ' points='77.6801358 276.353321 76.0638893 274.737402 77.6801358 273.121483 79.2963824 274.737402'%3E%3C/polygon%3E%3Cpolygon id='Stroke-196' transform='translate(77.680136, 274.737402) rotate(22.000000) translate(-77.680136, -274.737402) ' points='77.6801358 276.353321 76.0638893 274.737402 77.6801358 273.121483 79.2963824 274.737402'%3E%3C/polygon%3E%3Cpolygon id='Fill-198' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.131730, 278.156179) rotate(22.000000) translate(-79.131730, -278.156179) ' points='79.13173 279.772098 77.5154835 278.156179 79.13173 276.540261 80.7479765 278.156179'%3E%3C/polygon%3E%3Cpolygon id='Stroke-200' transform='translate(79.131730, 278.156179) rotate(22.000000) translate(-79.131730, -278.156179) ' points='79.13173 279.772098 77.5154835 278.156179 79.13173 276.540261 80.7479765 278.156179'%3E%3C/polygon%3E%3Cpolygon id='Fill-202' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(80.583359, 281.575039) rotate(22.000000) translate(-80.583359, -281.575039) ' points='80.5833593 283.190958 78.9671128 281.575039 80.5833593 279.959121 82.1996058 281.575039'%3E%3C/polygon%3E%3Cpolygon id='Stroke-204' transform='translate(80.583359, 281.575039) rotate(22.000000) translate(-80.583359, -281.575039) ' points='80.5833593 283.190958 78.9671128 281.575039 80.5833593 279.959121 82.1996058 281.575039'%3E%3C/polygon%3E%3Cpolygon id='Fill-206' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(96.455246, 283.866302) rotate(22.000000) translate(-96.455246, -283.866302) ' points='96.4552463 285.48222 94.8389998 283.866302 96.4552463 282.250383 98.0714929 283.866302'%3E%3C/polygon%3E%3Cpolygon id='Stroke-208' transform='translate(96.455246, 283.866302) rotate(22.000000) translate(-96.455246, -283.866302) ' points='96.4552463 285.48222 94.8389998 283.866302 96.4552463 282.250383 98.0714929 283.866302'%3E%3C/polygon%3E%3Cpolygon id='Fill-210' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(97.906840, 287.285079) rotate(22.000000) translate(-97.906840, -287.285079) ' points='97.9068405 288.900998 96.290594 287.285079 97.9068405 285.66916 99.523087 287.285079'%3E%3C/polygon%3E%3Cpolygon id='Stroke-212' transform='translate(97.906840, 287.285079) rotate(22.000000) translate(-97.906840, -287.285079) ' points='97.9068405 288.900998 96.290594 287.285079 97.9068405 285.66916 99.523087 287.285079'%3E%3C/polygon%3E%3Cpolygon id='Fill-214' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(99.358435, 290.703856) rotate(22.000000) translate(-99.358435, -290.703856) ' points='99.3584347 292.319775 97.7421881 290.703856 99.3584347 289.087938 100.974681 290.703856'%3E%3C/polygon%3E%3Cpolygon id='Stroke-216' transform='translate(99.358435, 290.703856) rotate(22.000000) translate(-99.358435, -290.703856) ' points='99.3584347 292.319775 97.7421881 290.703856 99.3584347 289.087938 100.974681 290.703856'%3E%3C/polygon%3E%3Cpolygon id='Fill-218' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(100.810064, 294.122716) rotate(22.000000) translate(-100.810064, -294.122716) ' points='100.810064 295.738635 99.1938174 294.122716 100.810064 292.506798 102.42631 294.122716'%3E%3C/polygon%3E%3Cpolygon id='Stroke-220' transform='translate(100.810064, 294.122716) rotate(22.000000) translate(-100.810064, -294.122716) ' points='100.810064 295.738635 99.1938174 294.122716 100.810064 292.506798 102.42631 294.122716'%3E%3C/polygon%3E%3Cpolygon id='Fill-222' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(93.299102, 285.205579) rotate(22.000000) translate(-93.299102, -285.205579) ' points='93.2991021 286.821497 91.6828556 285.205579 93.2991021 283.58966 94.9153486 285.205579'%3E%3C/polygon%3E%3Cpolygon id='Stroke-224' transform='translate(93.299102, 285.205579) rotate(22.000000) translate(-93.299102, -285.205579) ' points='93.2991021 286.821497 91.6828556 285.205579 93.2991021 283.58966 94.9153486 285.205579'%3E%3C/polygon%3E%3Cpolygon id='Fill-226' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(94.750755, 288.624380) rotate(22.000000) translate(-94.750755, -288.624380) ' points='94.7507552 290.240299 93.1345086 288.62438 94.7507552 287.008461 96.3670017 288.62438'%3E%3C/polygon%3E%3Cpolygon id='Stroke-228' transform='translate(94.750755, 288.624380) rotate(22.000000) translate(-94.750755, -288.624380) ' points='94.7507552 290.240299 93.1345086 288.62438 94.7507552 287.008461 96.3670017 288.62438'%3E%3C/polygon%3E%3Cpolygon id='Fill-230' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(96.202326, 292.043216) rotate(22.000000) translate(-96.202326, -292.043216) ' points='96.2023255 293.659135 94.586079 292.043216 96.2023255 290.427297 97.8185721 292.043216'%3E%3C/polygon%3E%3Cpolygon id='Stroke-232' transform='translate(96.202326, 292.043216) rotate(22.000000) translate(-96.202326, -292.043216) ' points='96.2023255 293.659135 94.586079 292.043216 96.2023255 290.427297 97.8185721 292.043216'%3E%3C/polygon%3E%3Cpolygon id='Fill-234' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(97.653979, 295.462017) rotate(22.000000) translate(-97.653979, -295.462017) ' points='97.6539786 297.077936 96.0377321 295.462017 97.6539786 293.846099 99.2702252 295.462017'%3E%3C/polygon%3E%3Cpolygon id='Stroke-236' transform='translate(97.653979, 295.462017) rotate(22.000000) translate(-97.653979, -295.462017) ' points='97.6539786 297.077936 96.0377321 295.462017 97.6539786 293.846099 99.2702252 295.462017'%3E%3C/polygon%3E%3Cpolygon id='Fill-238' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(90.143017, 286.544880) rotate(22.000000) translate(-90.143017, -286.544880) ' points='90.1430168 288.160798 88.5267702 286.54488 90.1430168 284.928961 91.7592633 286.54488'%3E%3C/polygon%3E%3Cpolygon id='Stroke-240' transform='translate(90.143017, 286.544880) rotate(22.000000) translate(-90.143017, -286.544880) ' points='90.1430168 288.160798 88.5267702 286.54488 90.1430168 284.928961 91.7592633 286.54488'%3E%3C/polygon%3E%3Cpolygon id='Fill-242' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(91.594670, 289.963681) rotate(22.000000) translate(-91.594670, -289.963681) ' points='91.5946698 291.5796 89.9784233 289.963681 91.5946698 288.347762 93.2109164 289.963681'%3E%3C/polygon%3E%3Cpolygon id='Stroke-244' transform='translate(91.594670, 289.963681) rotate(22.000000) translate(-91.594670, -289.963681) ' points='91.5946698 291.5796 89.9784233 289.963681 91.5946698 288.347762 93.2109164 289.963681'%3E%3C/polygon%3E%3Cpolygon id='Fill-246' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(93.046240, 293.382517) rotate(22.000000) translate(-93.046240, -293.382517) ' points='93.0462402 294.998436 91.4299937 293.382517 93.0462402 291.766598 94.6624868 293.382517'%3E%3C/polygon%3E%3Cpolygon id='Stroke-248' transform='translate(93.046240, 293.382517) rotate(22.000000) translate(-93.046240, -293.382517) ' points='93.0462402 294.998436 91.4299937 293.382517 93.0462402 291.766598 94.6624868 293.382517'%3E%3C/polygon%3E%3Cpolygon id='Fill-250' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(94.497893, 296.801318) rotate(22.000000) translate(-94.497893, -296.801318) ' points='94.4978933 298.417237 92.8816468 296.801318 94.4978933 295.1854 96.1141398 296.801318'%3E%3C/polygon%3E%3Cpolygon id='Stroke-252' transform='translate(94.497893, 296.801318) rotate(22.000000) translate(-94.497893, -296.801318) ' points='94.4978933 298.417237 92.8816468 296.801318 94.4978933 295.1854 96.1141398 296.801318'%3E%3C/polygon%3E%3Cpolygon id='Fill-254' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(86.986931, 287.884181) rotate(22.000000) translate(-86.986931, -287.884181) ' points='86.9869315 289.500099 85.3706849 287.884181 86.9869315 286.268262 88.603178 287.884181'%3E%3C/polygon%3E%3Cpolygon id='Stroke-256' transform='translate(86.986931, 287.884181) rotate(22.000000) translate(-86.986931, -287.884181) ' points='86.9869315 289.500099 85.3706849 287.884181 86.9869315 286.268262 88.603178 287.884181'%3E%3C/polygon%3E%3Cpolygon id='Fill-258' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.438585, 291.302982) rotate(22.000000) translate(-88.438585, -291.302982) ' points='88.4385845 292.9189 86.822338 291.302982 88.4385845 289.687063 90.0548311 291.302982'%3E%3C/polygon%3E%3Cpolygon id='Stroke-260' transform='translate(88.438585, 291.302982) rotate(22.000000) translate(-88.438585, -291.302982) ' points='88.4385845 292.9189 86.822338 291.302982 88.4385845 289.687063 90.0548311 291.302982'%3E%3C/polygon%3E%3Cpolygon id='Fill-262' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(89.890155, 294.721818) rotate(22.000000) translate(-89.890155, -294.721818) ' points='89.8901549 296.337737 88.2739084 294.721818 89.8901549 293.105899 91.5064014 294.721818'%3E%3C/polygon%3E%3Cpolygon id='Stroke-264' transform='translate(89.890155, 294.721818) rotate(22.000000) translate(-89.890155, -294.721818) ' points='89.8901549 296.337737 88.2739084 294.721818 89.8901549 293.105899 91.5064014 294.721818'%3E%3C/polygon%3E%3Cpolygon id='Fill-266' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(91.341749, 298.140595) rotate(22.000000) translate(-91.341749, -298.140595) ' points='91.3417491 299.756514 89.7255025 298.140595 91.3417491 296.524677 92.9579956 298.140595'%3E%3C/polygon%3E%3Cpolygon id='Stroke-268' transform='translate(91.341749, 298.140595) rotate(22.000000) translate(-91.341749, -298.140595) ' points='91.3417491 299.756514 89.7255025 298.140595 91.3417491 296.524677 92.9579956 298.140595'%3E%3C/polygon%3E%3Cpolygon id='Fill-270' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(83.830846, 289.223482) rotate(22.000000) translate(-83.830846, -289.223482) ' points='83.8308461 290.8394 82.2145996 289.223482 83.8308461 287.607563 85.4470927 289.223482'%3E%3C/polygon%3E%3Cpolygon id='Stroke-272' transform='translate(83.830846, 289.223482) rotate(22.000000) translate(-83.830846, -289.223482) ' points='82.2145996 289.223482 83.8308461 287.607563 85.4470927 289.223482 83.8308461 290.8394'%3E%3C/polygon%3E%3Cpolygon id='Fill-274' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.282417, 292.642318) rotate(22.000000) translate(-85.282417, -292.642318) ' points='85.2824165 294.258236 83.66617 292.642318 85.2824165 291.026399 86.898663 292.642318'%3E%3C/polygon%3E%3Cpolygon id='Stroke-276' transform='translate(85.282417, 292.642318) rotate(22.000000) translate(-85.282417, -292.642318) ' points='85.2824165 294.258236 83.66617 292.642318 85.2824165 291.026399 86.898663 292.642318'%3E%3C/polygon%3E%3Cpolygon id='Fill-278' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(86.734070, 296.061119) rotate(22.000000) translate(-86.734070, -296.061119) ' points='86.7340696 297.677038 85.1178231 296.061119 86.7340696 294.4452 88.3503161 296.061119'%3E%3C/polygon%3E%3Cpolygon id='Stroke-280' transform='translate(86.734070, 296.061119) rotate(22.000000) translate(-86.734070, -296.061119) ' points='86.7340696 297.677038 85.1178231 296.061119 86.7340696 294.4452 88.3503161 296.061119'%3E%3C/polygon%3E%3Cpolygon id='Fill-282' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.185664, 299.479896) rotate(22.000000) translate(-88.185664, -299.479896) ' points='88.1856638 301.095815 86.5694172 299.479896 88.1856638 297.863978 89.8019103 299.479896'%3E%3C/polygon%3E%3Cpolygon id='Stroke-284' transform='translate(88.185664, 299.479896) rotate(22.000000) translate(-88.185664, -299.479896) ' points='88.1856638 301.095815 86.5694172 299.479896 88.1856638 297.863978 89.8019103 299.479896'%3E%3C/polygon%3E%3Cpolygon id='Fill-286' transform='translate(37.779995, 163.402514) rotate(22.000000) translate(-37.779995, -163.402514) ' points='51.9961666 192.018058 66.401345 177.615802 23.5644587 134.78697 9.15864501 149.189862'%3E%3C/polygon%3E%3Cpolygon id='Fill-290' transform='translate(50.400318, 195.682118) rotate(22.000000) translate(-50.400318, -195.682118) ' points='54.1737837 198.070743 48.0112085 191.909418 46.6268527 193.293493 52.7894279 199.454818'%3E%3C/polygon%3E%3Cpolygon id='Stroke-292' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(50.400318, 195.682118) rotate(22.000000) translate(-50.400318, -195.682118) ' points='54.1737837 198.070743 48.0112085 191.909418 46.6268527 193.293493 52.7894279 199.454818'%3E%3C/polygon%3E%3Cpolygon id='Fill-294' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(52.603532, 200.871447) rotate(22.000000) translate(-52.603532, -200.871447) ' points='52.712807 203.746308 55.4789773 200.980699 52.4942579 197.996585 49.7280876 200.762195'%3E%3C/polygon%3E%3Cpolygon id='Stroke-296' stroke='%23A3B1BF' stroke-width='1.62' fill='%23FFFFFF' stroke-linejoin='round' transform='translate(52.603532, 200.871447) rotate(22.000000) translate(-52.603532, -200.871447) ' points='52.712807 203.746308 55.4789773 200.980699 52.4942579 197.996585 49.7280876 200.762195'%3E%3C/polygon%3E%3Cpolygon id='Fill-298' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(53.983257, 183.836778) rotate(22.000000) translate(-53.983257, -183.836778) ' points='52.3670108 183.836778 53.9832574 185.452697 55.5995039 183.836778 53.9832574 182.22086'%3E%3C/polygon%3E%3Cpolygon id='Stroke-300' transform='translate(53.983257, 183.836778) rotate(22.000000) translate(-53.983257, -183.836778) ' points='52.3670108 183.836778 53.9832574 185.452697 55.5995039 183.836778 53.9832574 182.22086'%3E%3C/polygon%3E%3Cpolygon id='Fill-302' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(52.531663, 180.418001) rotate(22.000000) translate(-52.531663, -180.418001) ' points='50.9154167 180.418001 52.5316632 182.03392 54.1479097 180.418001 52.5316632 178.802082'%3E%3C/polygon%3E%3Cpolygon id='Stroke-304' transform='translate(52.531663, 180.418001) rotate(22.000000) translate(-52.531663, -180.418001) ' points='50.9154167 180.418001 52.5316632 182.03392 54.1479097 180.418001 52.5316632 178.802082'%3E%3C/polygon%3E%3Cpolygon id='Fill-306' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(51.080034, 176.999141) rotate(22.000000) translate(-51.080034, -176.999141) ' points='49.4637874 176.999141 51.0800339 178.61506 52.6962805 176.999141 51.0800339 175.383222'%3E%3C/polygon%3E%3Cpolygon id='Stroke-308' transform='translate(51.080034, 176.999141) rotate(22.000000) translate(-51.080034, -176.999141) ' points='49.4637874 176.999141 51.0800339 178.61506 52.6962805 176.999141 51.0800339 175.383222'%3E%3C/polygon%3E%3Cpolygon id='Fill-310' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(49.628440, 173.580364) rotate(22.000000) translate(-49.628440, -173.580364) ' points='48.0121932 173.580364 49.6284397 175.196282 51.2446863 173.580364 49.6284397 171.964445'%3E%3C/polygon%3E%3Cpolygon id='Stroke-312' transform='translate(49.628440, 173.580364) rotate(22.000000) translate(-49.628440, -173.580364) ' points='48.0121932 173.580364 49.6284397 175.196282 51.2446863 173.580364 49.6284397 171.964445'%3E%3C/polygon%3E%3Cpolygon id='Fill-314' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(50.827172, 185.176079) rotate(22.000000) translate(-50.827172, -185.176079) ' points='49.2109255 185.176079 50.8271721 186.791998 52.4434186 185.176079 50.8271721 183.560161'%3E%3C/polygon%3E%3Cpolygon id='Stroke-316' transform='translate(50.827172, 185.176079) rotate(22.000000) translate(-50.827172, -185.176079) ' points='49.2109255 185.176079 50.8271721 186.791998 52.4434186 185.176079 50.8271721 183.560161'%3E%3C/polygon%3E%3Cpolygon id='Fill-318' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(49.375578, 181.757302) rotate(22.000000) translate(-49.375578, -181.757302) ' points='47.7593313 181.757302 49.3755779 183.373221 50.9918244 181.757302 49.3755779 180.141383'%3E%3C/polygon%3E%3Cpolygon id='Stroke-320' transform='translate(49.375578, 181.757302) rotate(22.000000) translate(-49.375578, -181.757302) ' points='47.7593313 181.757302 49.3755779 183.373221 50.9918244 181.757302 49.3755779 180.141383'%3E%3C/polygon%3E%3Cpolygon id='Fill-322' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(47.923949, 178.338442) rotate(22.000000) translate(-47.923949, -178.338442) ' points='46.3077021 178.338442 47.9239486 179.954361 49.5401951 178.338442 47.9239486 176.722523'%3E%3C/polygon%3E%3Cpolygon id='Stroke-324' transform='translate(47.923949, 178.338442) rotate(22.000000) translate(-47.923949, -178.338442) ' points='46.3077021 178.338442 47.9239486 179.954361 49.5401951 178.338442 47.9239486 176.722523'%3E%3C/polygon%3E%3Cpolygon id='Fill-326' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(46.472354, 174.919665) rotate(22.000000) translate(-46.472354, -174.919665) ' points='44.8561079 174.919665 46.4723544 176.535583 48.088601 174.919665 46.4723544 173.303746'%3E%3C/polygon%3E%3Cpolygon id='Stroke-328' transform='translate(46.472354, 174.919665) rotate(22.000000) translate(-46.472354, -174.919665) ' points='44.8561079 174.919665 46.4723544 176.535583 48.088601 174.919665 46.4723544 173.303746'%3E%3C/polygon%3E%3Cpolygon id='Fill-330' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(47.671087, 186.515380) rotate(22.000000) translate(-47.671087, -186.515380) ' points='46.0548402 186.51538 47.6710867 188.131299 49.2873333 186.51538 47.6710867 184.899461'%3E%3C/polygon%3E%3Cpolygon id='Stroke-332' transform='translate(47.671087, 186.515380) rotate(22.000000) translate(-47.671087, -186.515380) ' points='46.0548402 186.51538 47.6710867 188.131299 49.2873333 186.51538 47.6710867 184.899461'%3E%3C/polygon%3E%3Cpolygon id='Fill-334' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(46.219493, 183.096603) rotate(22.000000) translate(-46.219493, -183.096603) ' points='44.603246 183.096603 46.2194926 184.712521 47.8357391 183.096603 46.2194926 181.480684'%3E%3C/polygon%3E%3Cpolygon id='Stroke-336' transform='translate(46.219493, 183.096603) rotate(22.000000) translate(-46.219493, -183.096603) ' points='44.603246 183.096603 46.2194926 184.712521 47.8357391 183.096603 46.2194926 181.480684'%3E%3C/polygon%3E%3Cpolygon id='Fill-338' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(44.767839, 179.677802) rotate(22.000000) translate(-44.767839, -179.677802) ' points='43.1515929 179.677802 44.7678395 181.29372 46.384086 179.677802 44.7678395 178.061883'%3E%3C/polygon%3E%3Cpolygon id='Stroke-340' transform='translate(44.767839, 179.677802) rotate(22.000000) translate(-44.767839, -179.677802) ' points='43.1515929 179.677802 44.7678395 181.29372 46.384086 179.677802 44.7678395 178.061883'%3E%3C/polygon%3E%3Cpolygon id='Fill-342' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.316269, 176.258965) rotate(22.000000) translate(-43.316269, -176.258965) ' points='41.7000226 176.258965 43.3162691 177.874884 44.9325156 176.258965 43.3162691 174.643047'%3E%3C/polygon%3E%3Cpolygon id='Stroke-344' transform='translate(43.316269, 176.258965) rotate(22.000000) translate(-43.316269, -176.258965) ' points='41.7000226 176.258965 43.3162691 177.874884 44.9325156 176.258965 43.3162691 174.643047'%3E%3C/polygon%3E%3Cpolygon id='Fill-346' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(44.514978, 187.854740) rotate(22.000000) translate(-44.514978, -187.854740) ' points='42.8987311 187.85474 44.5149776 189.470659 46.1312242 187.85474 44.5149776 186.238821'%3E%3C/polygon%3E%3Cpolygon id='Stroke-348' transform='translate(44.514978, 187.854740) rotate(22.000000) translate(-44.514978, -187.854740) ' points='42.8987311 187.85474 44.5149776 189.470659 46.1312242 187.85474 44.5149776 186.238821'%3E%3C/polygon%3E%3Cpolygon id='Fill-350' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.063348, 184.435880) rotate(22.000000) translate(-43.063348, -184.435880) ' points='41.4471018 184.43588 43.0633483 186.051799 44.6795949 184.43588 43.0633483 182.819961'%3E%3C/polygon%3E%3Cpolygon id='Stroke-352' transform='translate(43.063348, 184.435880) rotate(22.000000) translate(-43.063348, -184.435880) ' points='41.4471018 184.43588 43.0633483 186.051799 44.6795949 184.43588 43.0633483 182.819961'%3E%3C/polygon%3E%3Cpolygon id='Fill-354' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(41.611754, 181.017103) rotate(22.000000) translate(-41.611754, -181.017103) ' points='39.9955076 181.017103 41.6117542 182.633021 43.2280007 181.017103 41.6117542 179.401184'%3E%3C/polygon%3E%3Cpolygon id='Stroke-356' transform='translate(41.611754, 181.017103) rotate(22.000000) translate(-41.611754, -181.017103) ' points='39.9955076 181.017103 41.6117542 182.633021 43.2280007 181.017103 41.6117542 179.401184'%3E%3C/polygon%3E%3Cpolygon id='Fill-358' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(40.160184, 177.598266) rotate(22.000000) translate(-40.160184, -177.598266) ' points='38.5439373 177.598266 40.1601838 179.214185 41.7764303 177.598266 40.1601838 175.982348'%3E%3C/polygon%3E%3Cpolygon id='Stroke-360' transform='translate(40.160184, 177.598266) rotate(22.000000) translate(-40.160184, -177.598266) ' points='38.5439373 177.598266 40.1601838 179.214185 41.7764303 177.598266 40.1601838 175.982348'%3E%3C/polygon%3E%3Cpolygon id='Fill-362' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(41.358892, 189.194041) rotate(22.000000) translate(-41.358892, -189.194041) ' points='39.7426458 189.194041 41.3588923 190.80996 42.9751388 189.194041 41.3588923 187.578122'%3E%3C/polygon%3E%3Cpolygon id='Stroke-364' transform='translate(41.358892, 189.194041) rotate(22.000000) translate(-41.358892, -189.194041) ' points='39.7426458 189.194041 41.3588923 190.80996 42.9751388 189.194041 41.3588923 187.578122'%3E%3C/polygon%3E%3Cpolygon id='Fill-366' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(39.907263, 185.775181) rotate(22.000000) translate(-39.907263, -185.775181) ' points='38.2910165 185.775181 39.907263 187.3911 41.5235095 185.775181 39.907263 184.159262'%3E%3C/polygon%3E%3Cpolygon id='Stroke-368' transform='translate(39.907263, 185.775181) rotate(22.000000) translate(-39.907263, -185.775181) ' points='38.2910165 185.775181 39.907263 187.3911 41.5235095 185.775181 39.907263 184.159262'%3E%3C/polygon%3E%3Cpolygon id='Fill-370' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.455669, 182.356404) rotate(22.000000) translate(-38.455669, -182.356404) ' points='36.8394223 182.356404 38.4556688 183.972322 40.0719154 182.356404 38.4556688 180.740485'%3E%3C/polygon%3E%3Cpolygon id='Stroke-372' transform='translate(38.455669, 182.356404) rotate(22.000000) translate(-38.455669, -182.356404) ' points='36.8394223 182.356404 38.4556688 183.972322 40.0719154 182.356404 38.4556688 180.740485'%3E%3C/polygon%3E%3Cpolygon id='Fill-374' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(37.004016, 178.937602) rotate(22.000000) translate(-37.004016, -178.937602) ' points='35.3877692 178.937602 37.0040158 180.553521 38.6202623 178.937602 37.0040158 177.321684'%3E%3C/polygon%3E%3Cpolygon id='Stroke-376' transform='translate(37.004016, 178.937602) rotate(22.000000) translate(-37.004016, -178.937602) ' points='35.3877692 178.937602 37.0040158 180.553521 38.6202623 178.937602 37.0040158 177.321684'%3E%3C/polygon%3E%3Cpolygon id='Fill-378' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(46.380894, 165.931897) rotate(22.000000) translate(-46.380894, -165.931897) ' points='44.7646475 165.931897 46.380894 167.547816 47.9971405 165.931897 46.380894 164.315979'%3E%3C/polygon%3E%3Cpolygon id='Stroke-380' transform='translate(46.380894, 165.931897) rotate(22.000000) translate(-46.380894, -165.931897) ' points='44.7646475 165.931897 46.380894 167.547816 47.9971405 165.931897 46.380894 164.315979'%3E%3C/polygon%3E%3Cpolygon id='Fill-382' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(44.929324, 162.513061) rotate(22.000000) translate(-44.929324, -162.513061) ' points='43.3130771 162.513061 44.9293236 164.12898 46.5455702 162.513061 44.9293236 160.897143'%3E%3C/polygon%3E%3Cpolygon id='Stroke-384' transform='translate(44.929324, 162.513061) rotate(22.000000) translate(-44.929324, -162.513061) ' points='43.3130771 162.513061 44.9293236 164.12898 46.5455702 162.513061 44.9293236 160.897143'%3E%3C/polygon%3E%3Cpolygon id='Fill-386' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.477729, 159.094284) rotate(22.000000) translate(-43.477729, -159.094284) ' points='41.8614829 159.094284 43.4777295 160.710203 45.093976 159.094284 43.4777295 157.478365'%3E%3C/polygon%3E%3Cpolygon id='Stroke-388' transform='translate(43.477729, 159.094284) rotate(22.000000) translate(-43.477729, -159.094284) ' points='41.8614829 159.094284 43.4777295 160.710203 45.093976 159.094284 43.4777295 157.478365'%3E%3C/polygon%3E%3Cpolygon id='Fill-390' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(42.026100, 155.675424) rotate(22.000000) translate(-42.026100, -155.675424) ' points='40.4098536 155.675424 42.0261002 157.291342 43.6423467 155.675424 42.0261002 154.059505'%3E%3C/polygon%3E%3Cpolygon id='Stroke-392' transform='translate(42.026100, 155.675424) rotate(22.000000) translate(-42.026100, -155.675424) ' points='40.4098536 155.675424 42.0261002 157.291342 43.6423467 155.675424 42.0261002 154.059505'%3E%3C/polygon%3E%3Cpolygon id='Fill-394' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.224809, 167.271198) rotate(22.000000) translate(-43.224809, -167.271198) ' points='41.6085622 167.271198 43.2248087 168.887117 44.8410552 167.271198 43.2248087 165.65528'%3E%3C/polygon%3E%3Cpolygon id='Stroke-396' transform='translate(43.224809, 167.271198) rotate(22.000000) translate(-43.224809, -167.271198) ' points='41.6085622 167.271198 43.2248087 168.887117 44.8410552 167.271198 43.2248087 165.65528'%3E%3C/polygon%3E%3Cpolygon id='Fill-398' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(41.773238, 163.852362) rotate(22.000000) translate(-41.773238, -163.852362) ' points='40.1569918 163.852362 41.7732383 165.468281 43.3894848 163.852362 41.7732383 162.236443'%3E%3C/polygon%3E%3Cpolygon id='Stroke-400' transform='translate(41.773238, 163.852362) rotate(22.000000) translate(-41.773238, -163.852362) ' points='40.1569918 163.852362 41.7732383 165.468281 43.3894848 163.852362 41.7732383 162.236443'%3E%3C/polygon%3E%3Cpolygon id='Fill-402' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(40.321585, 160.433561) rotate(22.000000) translate(-40.321585, -160.433561) ' points='38.7053387 160.433561 40.3215852 162.04948 41.9378318 160.433561 40.3215852 158.817642'%3E%3C/polygon%3E%3Cpolygon id='Stroke-404' transform='translate(40.321585, 160.433561) rotate(22.000000) translate(-40.321585, -160.433561) ' points='38.7053387 160.433561 40.3215852 162.04948 41.9378318 160.433561 40.3215852 158.817642'%3E%3C/polygon%3E%3Cpolygon id='Fill-406' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.869991, 157.014784) rotate(22.000000) translate(-38.869991, -157.014784) ' points='37.2537445 157.014784 38.8699911 158.630702 40.4862376 157.014784 38.8699911 155.398865'%3E%3C/polygon%3E%3Cpolygon id='Stroke-408' transform='translate(38.869991, 157.014784) rotate(22.000000) translate(-38.869991, -157.014784) ' points='37.2537445 157.014784 38.8699911 158.630702 40.4862376 157.014784 38.8699911 155.398865'%3E%3C/polygon%3E%3Cpolygon id='Fill-410' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(40.068723, 168.610499) rotate(22.000000) translate(-40.068723, -168.610499) ' points='38.4524768 168.610499 40.0687234 170.226418 41.6849699 168.610499 40.0687234 166.994581'%3E%3C/polygon%3E%3Cpolygon id='Stroke-412' transform='translate(40.068723, 168.610499) rotate(22.000000) translate(-40.068723, -168.610499) ' points='38.4524768 168.610499 40.0687234 170.226418 41.6849699 168.610499 40.0687234 166.994581'%3E%3C/polygon%3E%3Cpolygon id='Fill-414' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.617129, 165.191722) rotate(22.000000) translate(-38.617129, -165.191722) ' points='37.0008827 165.191722 38.6171292 166.807641 40.2333757 165.191722 38.6171292 163.575803'%3E%3C/polygon%3E%3Cpolygon id='Stroke-416' transform='translate(38.617129, 165.191722) rotate(22.000000) translate(-38.617129, -165.191722) ' points='37.0008827 165.191722 38.6171292 166.807641 40.2333757 165.191722 38.6171292 163.575803'%3E%3C/polygon%3E%3Cpolygon id='Fill-418' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(37.165500, 161.772862) rotate(22.000000) translate(-37.165500, -161.772862) ' points='35.5492534 161.772862 37.1654999 163.388781 38.7817464 161.772862 37.1654999 160.156943'%3E%3C/polygon%3E%3Cpolygon id='Stroke-420' transform='translate(37.165500, 161.772862) rotate(22.000000) translate(-37.165500, -161.772862) ' points='35.5492534 161.772862 37.1654999 163.388781 38.7817464 161.772862 37.1654999 160.156943'%3E%3C/polygon%3E%3Cpolygon id='Fill-422' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.713906, 158.354085) rotate(22.000000) translate(-35.713906, -158.354085) ' points='34.0976592 158.354085 35.7139057 159.970003 37.3301523 158.354085 35.7139057 156.738166'%3E%3C/polygon%3E%3Cpolygon id='Stroke-424' transform='translate(35.713906, 158.354085) rotate(22.000000) translate(-35.713906, -158.354085) ' points='34.0976592 158.354085 35.7139057 159.970003 37.3301523 158.354085 35.7139057 156.738166'%3E%3C/polygon%3E%3Cpolygon id='Fill-426' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(36.912638, 169.949800) rotate(22.000000) translate(-36.912638, -169.949800) ' points='35.2963915 169.9498 36.912638 171.565719 38.5288846 169.9498 36.912638 168.333882'%3E%3C/polygon%3E%3Cpolygon id='Stroke-428' transform='translate(36.912638, 169.949800) rotate(22.000000) translate(-36.912638, -169.949800) ' points='35.2963915 169.9498 36.912638 171.565719 38.5288846 169.9498 36.912638 168.333882'%3E%3C/polygon%3E%3Cpolygon id='Fill-430' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.461068, 166.530964) rotate(22.000000) translate(-35.461068, -166.530964) ' points='33.8448211 166.530964 35.4610677 168.146883 37.0773142 166.530964 35.4610677 164.915045'%3E%3C/polygon%3E%3Cpolygon id='Stroke-432' transform='translate(35.461068, 166.530964) rotate(22.000000) translate(-35.461068, -166.530964) ' points='33.8448211 166.530964 35.4610677 168.146883 37.0773142 166.530964 35.4610677 164.915045'%3E%3C/polygon%3E%3Cpolygon id='Fill-434' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(34.009415, 163.112163) rotate(22.000000) translate(-34.009415, -163.112163) ' points='32.3931681 163.112163 34.0094146 164.728081 35.6256611 163.112163 34.0094146 161.496244'%3E%3C/polygon%3E%3Cpolygon id='Stroke-436' transform='translate(34.009415, 163.112163) rotate(22.000000) translate(-34.009415, -163.112163) ' points='32.3931681 163.112163 34.0094146 164.728081 35.6256611 163.112163 34.0094146 161.496244'%3E%3C/polygon%3E%3Cpolygon id='Fill-438' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.557820, 159.693385) rotate(22.000000) translate(-32.557820, -159.693385) ' points='30.9415739 159.693385 32.5578204 161.309304 34.174067 159.693385 32.5578204 158.077467'%3E%3C/polygon%3E%3Cpolygon id='Stroke-440' transform='translate(32.557820, 159.693385) rotate(22.000000) translate(-32.557820, -159.693385) ' points='30.9415739 159.693385 32.5578204 161.309304 34.174067 159.693385 32.5578204 158.077467'%3E%3C/polygon%3E%3Cpolygon id='Fill-442' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(33.756553, 171.289101) rotate(22.000000) translate(-33.756553, -171.289101) ' points='32.1403062 171.289101 33.7565527 172.90502 35.3727993 171.289101 33.7565527 169.673182'%3E%3C/polygon%3E%3Cpolygon id='Stroke-444' transform='translate(33.756553, 171.289101) rotate(22.000000) translate(-33.756553, -171.289101) ' points='32.1403062 171.289101 33.7565527 172.90502 35.3727993 171.289101 33.7565527 169.673182'%3E%3C/polygon%3E%3Cpolygon id='Fill-446' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.304959, 167.870324) rotate(22.000000) translate(-32.304959, -167.870324) ' points='30.688712 167.870324 32.3049586 169.486242 33.9212051 167.870324 32.3049586 166.254405'%3E%3C/polygon%3E%3Cpolygon id='Stroke-448' transform='translate(32.304959, 167.870324) rotate(22.000000) translate(-32.304959, -167.870324) ' points='30.688712 167.870324 32.3049586 169.486242 33.9212051 167.870324 32.3049586 166.254405'%3E%3C/polygon%3E%3Cpolygon id='Fill-450' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(30.853329, 164.451464) rotate(22.000000) translate(-30.853329, -164.451464) ' points='29.2370827 164.451464 30.8533293 166.067382 32.4695758 164.451464 30.8533293 162.835545'%3E%3C/polygon%3E%3Cpolygon id='Stroke-452' transform='translate(30.853329, 164.451464) rotate(22.000000) translate(-30.853329, -164.451464) ' points='29.2370827 164.451464 30.8533293 166.067382 32.4695758 164.451464 30.8533293 162.835545'%3E%3C/polygon%3E%3Cpolygon id='Fill-454' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(29.401735, 161.032686) rotate(22.000000) translate(-29.401735, -161.032686) ' points='27.7854886 161.032686 29.4017351 162.648605 31.0179816 161.032686 29.4017351 159.416768'%3E%3C/polygon%3E%3Cpolygon id='Stroke-456' transform='translate(29.401735, 161.032686) rotate(22.000000) translate(-29.401735, -161.032686) ' points='27.7854886 161.032686 29.4017351 162.648605 31.0179816 161.032686 29.4017351 159.416768'%3E%3C/polygon%3E%3Cpolygon id='Fill-458' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.778613, 148.026981) rotate(22.000000) translate(-38.778613, -148.026981) ' points='37.1623668 148.026981 38.7786133 149.6429 40.3948599 148.026981 38.7786133 146.411063'%3E%3C/polygon%3E%3Cpolygon id='Stroke-460' transform='translate(38.778613, 148.026981) rotate(22.000000) translate(-38.778613, -148.026981) ' points='37.1623668 148.026981 38.7786133 149.6429 40.3948599 148.026981 38.7786133 146.411063'%3E%3C/polygon%3E%3Cpolygon id='Fill-462' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(37.326984, 144.608121) rotate(22.000000) translate(-37.326984, -144.608121) ' points='35.7107375 144.608121 37.3269841 146.22404 38.9432306 144.608121 37.3269841 142.992203'%3E%3C/polygon%3E%3Cpolygon id='Stroke-464' transform='translate(37.326984, 144.608121) rotate(22.000000) translate(-37.326984, -144.608121) ' points='35.7107375 144.608121 37.3269841 146.22404 38.9432306 144.608121 37.3269841 142.992203'%3E%3C/polygon%3E%3Cpolygon id='Fill-466' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.875390, 141.189344) rotate(22.000000) translate(-35.875390, -141.189344) ' points='34.2591433 141.189344 35.8753899 142.805263 37.4916364 141.189344 35.8753899 139.573425'%3E%3C/polygon%3E%3Cpolygon id='Stroke-468' transform='translate(35.875390, 141.189344) rotate(22.000000) translate(-35.875390, -141.189344) ' points='34.2591433 141.189344 35.8753899 142.805263 37.4916364 141.189344 35.8753899 139.573425'%3E%3C/polygon%3E%3Cpolygon id='Fill-470' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(34.423796, 137.770567) rotate(22.000000) translate(-34.423796, -137.770567) ' points='32.8075492 137.770567 34.4237957 139.386485 36.0400422 137.770567 34.4237957 136.154648'%3E%3C/polygon%3E%3Cpolygon id='Stroke-472' fill='%23B2BECA' transform='translate(34.423796, 137.770567) rotate(22.000000) translate(-34.423796, -137.770567) ' points='34.4237957 139.386485 36.0400422 137.770567 34.4237957 136.154648 32.8075492 137.770567'%3E%3C/polygon%3E%3Cpolygon id='Fill-474' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.622528, 149.366282) rotate(22.000000) translate(-35.622528, -149.366282) ' points='34.0062815 149.366282 35.622528 150.982201 37.2387746 149.366282 35.622528 147.750364'%3E%3C/polygon%3E%3Cpolygon id='Stroke-476' transform='translate(35.622528, 149.366282) rotate(22.000000) translate(-35.622528, -149.366282) ' points='34.0062815 149.366282 35.622528 150.982201 37.2387746 149.366282 35.622528 147.750364'%3E%3C/polygon%3E%3Cpolygon id='Fill-478' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(34.170875, 145.947481) rotate(22.000000) translate(-34.170875, -145.947481) ' points='32.5546284 145.947481 34.1708749 147.5634 35.7871215 145.947481 34.1708749 144.331563'%3E%3C/polygon%3E%3Cpolygon id='Stroke-480' transform='translate(34.170875, 145.947481) rotate(22.000000) translate(-34.170875, -145.947481) ' points='32.5546284 145.947481 34.1708749 147.5634 35.7871215 145.947481 34.1708749 144.331563'%3E%3C/polygon%3E%3Cpolygon id='Fill-482' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.719305, 142.528645) rotate(22.000000) translate(-32.719305, -142.528645) ' points='31.103058 142.528645 32.7193046 144.144564 34.3355511 142.528645 32.7193046 140.912726'%3E%3C/polygon%3E%3Cpolygon id='Stroke-484' transform='translate(32.719305, 142.528645) rotate(22.000000) translate(-32.719305, -142.528645) ' points='31.103058 142.528645 32.7193046 144.144564 34.3355511 142.528645 32.7193046 140.912726'%3E%3C/polygon%3E%3Cpolygon id='Fill-486' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(31.267651, 139.109844) rotate(22.000000) translate(-31.267651, -139.109844) ' points='29.651405 139.109844 31.2676515 140.725763 32.883898 139.109844 31.2676515 137.493925'%3E%3C/polygon%3E%3Cpolygon id='Stroke-488' transform='translate(31.267651, 139.109844) rotate(22.000000) translate(-31.267651, -139.109844) ' points='29.651405 139.109844 31.2676515 140.725763 32.883898 139.109844 31.2676515 137.493925'%3E%3C/polygon%3E%3Cpolygon id='Fill-490' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.466384, 150.705559) rotate(22.000000) translate(-32.466384, -150.705559) ' points='30.8501373 150.705559 32.4663838 152.321478 34.0826303 150.705559 32.4663838 149.089641'%3E%3C/polygon%3E%3Cpolygon id='Stroke-492' transform='translate(32.466384, 150.705559) rotate(22.000000) translate(-32.466384, -150.705559) ' points='30.8501373 150.705559 32.4663838 152.321478 34.0826303 150.705559 32.4663838 149.089641'%3E%3C/polygon%3E%3Cpolygon id='Fill-494' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(31.014790, 147.286782) rotate(22.000000) translate(-31.014790, -147.286782) ' points='29.3985431 147.286782 31.0147896 148.902701 32.6310362 147.286782 31.0147896 145.670863'%3E%3C/polygon%3E%3Cpolygon id='Stroke-496' transform='translate(31.014790, 147.286782) rotate(22.000000) translate(-31.014790, -147.286782) ' points='29.3985431 147.286782 31.0147896 148.902701 32.6310362 147.286782 31.0147896 145.670863'%3E%3C/polygon%3E%3Cpolygon id='Fill-498' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(29.563219, 143.867946) rotate(22.000000) translate(-29.563219, -143.867946) ' points='27.9469727 143.867946 29.5632192 145.483865 31.1794658 143.867946 29.5632192 142.252027'%3E%3C/polygon%3E%3Cpolygon id='Stroke-500' transform='translate(29.563219, 143.867946) rotate(22.000000) translate(-29.563219, -143.867946) ' points='27.9469727 143.867946 29.5632192 145.483865 31.1794658 143.867946 29.5632192 142.252027'%3E%3C/polygon%3E%3Cpolygon id='Fill-502' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(28.111566, 140.449145) rotate(22.000000) translate(-28.111566, -140.449145) ' points='26.4953196 140.449145 28.1115662 142.065063 29.7278127 140.449145 28.1115662 138.833226'%3E%3C/polygon%3E%3Cpolygon id='Stroke-504' transform='translate(28.111566, 140.449145) rotate(22.000000) translate(-28.111566, -140.449145) ' points='26.4953196 140.449145 28.1115662 142.065063 29.7278127 140.449145 28.1115662 138.833226'%3E%3C/polygon%3E%3Cpolygon id='Fill-506' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(29.310298, 152.044860) rotate(22.000000) translate(-29.310298, -152.044860) ' points='27.6940519 152.04486 29.3102985 153.660779 30.926545 152.04486 29.3102985 150.428942'%3E%3C/polygon%3E%3Cpolygon id='Stroke-508' transform='translate(29.310298, 152.044860) rotate(22.000000) translate(-29.310298, -152.044860) ' points='27.6940519 152.04486 29.3102985 153.660779 30.926545 152.04486 29.3102985 150.428942'%3E%3C/polygon%3E%3Cpolygon id='Fill-510' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(27.858704, 148.626083) rotate(22.000000) translate(-27.858704, -148.626083) ' points='26.2424578 148.626083 27.8587043 150.242002 29.4749508 148.626083 27.8587043 147.010164'%3E%3C/polygon%3E%3Cpolygon id='Stroke-512' transform='translate(27.858704, 148.626083) rotate(22.000000) translate(-27.858704, -148.626083) ' points='26.2424578 148.626083 27.8587043 150.242002 29.4749508 148.626083 27.8587043 147.010164'%3E%3C/polygon%3E%3Cpolygon id='Fill-514' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(26.407134, 145.207247) rotate(22.000000) translate(-26.407134, -145.207247) ' points='24.7908874 145.207247 26.4071339 146.823166 28.0233805 145.207247 26.4071339 143.591328'%3E%3C/polygon%3E%3Cpolygon id='Stroke-516' transform='translate(26.407134, 145.207247) rotate(22.000000) translate(-26.407134, -145.207247) ' points='24.7908874 145.207247 26.4071339 146.823166 28.0233805 145.207247 26.4071339 143.591328'%3E%3C/polygon%3E%3Cpolygon id='Fill-518' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(24.955481, 141.788446) rotate(22.000000) translate(-24.955481, -141.788446) ' points='23.3392343 141.788446 24.9554808 143.404364 26.5717274 141.788446 24.9554808 140.172527'%3E%3C/polygon%3E%3Cpolygon id='Stroke-520' transform='translate(24.955481, 141.788446) rotate(22.000000) translate(-24.955481, -141.788446) ' points='23.3392343 141.788446 24.9554808 143.404364 26.5717274 141.788446 24.9554808 140.172527'%3E%3C/polygon%3E%3Cpolygon id='Fill-522' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(26.154213, 153.384161) rotate(22.000000) translate(-26.154213, -153.384161) ' points='24.5379666 153.384161 26.1542132 155.00008 27.7704597 153.384161 26.1542132 151.768243'%3E%3C/polygon%3E%3Cpolygon id='Stroke-524' transform='translate(26.154213, 153.384161) rotate(22.000000) translate(-26.154213, -153.384161) ' points='24.5379666 153.384161 26.1542132 155.00008 27.7704597 153.384161 26.1542132 151.768243'%3E%3C/polygon%3E%3Cpolygon id='Fill-526' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(24.702619, 149.965384) rotate(22.000000) translate(-24.702619, -149.965384) ' points='23.0863724 149.965384 24.702619 151.581303 26.3188655 149.965384 24.702619 148.349465'%3E%3C/polygon%3E%3Cpolygon id='Stroke-528' transform='translate(24.702619, 149.965384) rotate(22.000000) translate(-24.702619, -149.965384) ' points='23.0863724 149.965384 24.702619 151.581303 26.3188655 149.965384 24.702619 148.349465'%3E%3C/polygon%3E%3Cpolygon id='Fill-530' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(23.250966, 146.546583) rotate(22.000000) translate(-23.250966, -146.546583) ' points='21.6347194 146.546583 23.2509659 148.162502 24.8672124 146.546583 23.2509659 144.930664'%3E%3C/polygon%3E%3Cpolygon id='Stroke-532' transform='translate(23.250966, 146.546583) rotate(22.000000) translate(-23.250966, -146.546583) ' points='21.6347194 146.546583 23.2509659 148.162502 24.8672124 146.546583 23.2509659 144.930664'%3E%3C/polygon%3E%3Cpolygon id='Fill-534' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(21.799396, 143.127747) rotate(22.000000) translate(-21.799396, -143.127747) ' points='20.183149 143.127747 21.7993955 144.743665 23.4156421 143.127747 21.7993955 141.511828'%3E%3C/polygon%3E%3Cpolygon id='Stroke-536' transform='translate(21.799396, 143.127747) rotate(22.000000) translate(-21.799396, -143.127747) ' points='20.183149 143.127747 21.7993955 144.743665 23.4156421 143.127747 21.7993955 141.511828'%3E%3C/polygon%3E%3Cpath d='M129.314819,189.942425 C126.372666,187.000233 124.490222,184.112668 125.110927,183.492089 C125.731631,182.87151 128.619783,184.753573 131.562571,187.695129 C134.504724,190.637321 136.387169,193.524886 135.766464,194.145465 C135.145759,194.766044 132.257608,192.883981 129.314819,189.942425 Z' id='Fill-538' fill='%23F5F5F5' transform='translate(130.438695, 188.818777) rotate(22.000000) translate(-130.438695, -188.818777) '%3E%3C/path%3E%3Cpath d='M129.314819,189.942425 C126.372666,187.000233 124.490222,184.112668 125.110927,183.492089 C125.731631,182.87151 128.619783,184.753573 131.562571,187.695129 C134.504724,190.637321 136.387169,193.524886 135.766464,194.145465 C135.145759,194.766044 132.257608,192.883981 129.314819,189.942425 Z' id='Stroke-540' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(130.438695, 188.818777) rotate(22.000000) translate(-130.438695, -188.818777) '%3E%3C/path%3E%3Cpath d='M136.083433,187.715086 C130.20421,181.837055 126.443133,176.067006 127.683272,174.827118 C128.92341,173.587231 134.69463,177.347545 140.573854,183.225576 C146.453713,189.104243 150.21479,194.874292 148.974651,196.114179 C147.734513,197.354066 141.963293,193.593752 136.083433,187.715086 Z' id='Fill-542' fill='%23F5F5F5' transform='translate(138.328961, 185.470648) rotate(22.000000) translate(-138.328961, -185.470648) '%3E%3C/path%3E%3Cpath d='M136.083433,187.715086 C130.20421,181.837055 126.443133,176.067006 127.683272,174.827118 C128.92341,173.587231 134.69463,177.347545 140.573854,183.225576 C146.453713,189.104243 150.21479,194.874292 148.974651,196.114179 C147.734513,197.354066 141.963293,193.593752 136.083433,187.715086 Z' id='Stroke-544' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(138.328961, 185.470648) rotate(22.000000) translate(-138.328961, -185.470648) '%3E%3C/path%3E%3Cpath d='M146.697288,183.650834 C138.818086,175.773231 133.777481,168.04045 135.43947,166.378798 C137.101459,164.717146 144.835809,169.756729 152.715011,177.634332 C160.594213,185.511936 165.634818,193.244716 163.972829,194.906369 C162.310839,196.568021 154.57649,191.528438 146.697288,183.650834 Z' id='Fill-546' fill-opacity='0.35' fill='%23F5F5F5' transform='translate(149.706149, 180.642583) rotate(22.000000) translate(-149.706149, -180.642583) '%3E%3C/path%3E%3Cpath d='M146.697288,183.650834 C138.818086,175.773231 133.777481,168.04045 135.43947,166.378798 C137.101459,164.717146 144.835809,169.756729 152.715011,177.634332 C160.594213,185.511936 165.634818,193.244716 163.972829,194.906369 C162.310839,196.568021 154.57649,191.528438 146.697288,183.650834 Z' id='Stroke-548' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(149.706149, 180.642583) rotate(22.000000) translate(-149.706149, -180.642583) '%3E%3C/path%3E%3Cpath d='M65.2279553,90.2345285 C62.4548336,90.0320836 60.4105231,89.3345405 60.4105231,88.5051511 C60.4105231,87.676673 62.4503446,86.9797514 65.2188187,86.7764428 C65.4149139,84.0068366 66.0879499,81.9659221 66.8880741,81.9659221 C67.6881984,81.9659221 68.3612344,84.0068366 68.5573295,86.7764428 C71.3258036,86.9797514 73.3656251,87.676673 73.3656251,88.5051511 C73.3656251,89.3345405 71.3213146,90.0320836 68.548193,90.2345285 C68.3410329,92.9408238 67.6762073,94.9210242 66.8880741,94.9210242 C66.0999409,94.9210242 65.4351154,92.9408238 65.2279553,90.2345285 Z' id='Oval-80-Copy-3' fill-opacity='0.4' fill='%23A3B1BF' opacity='0.85' transform='translate(66.888074, 88.443473) rotate(-340.000000) translate(-66.888074, -88.443473) '%3E%3C/path%3E%3Cpath d='M118.775569,329.140492 L118.424988,329.526146 C117.522244,330.5192 115.985396,330.592411 114.992341,329.689667 C114.596934,329.330218 114.331035,328.850456 114.235803,328.324641 L114.143075,327.812647 L113.669257,327.599091 C112.445737,327.047635 111.900921,325.608734 112.452377,324.385214 C112.672015,323.8979 113.046204,323.496601 113.516991,323.243469 L113.97521,322.997095 L114.032158,322.478985 C114.178786,321.144967 115.379087,320.182398 116.713105,320.329026 C117.24418,320.387399 117.741214,320.61917 118.127299,320.988476 L118.503957,321.348765 L119.01334,321.242962 C120.327346,320.970031 121.613813,321.813989 121.886744,323.127995 C121.995449,323.651349 121.928561,324.195943 121.696437,324.677436 L121.470742,325.145594 L121.728812,325.597409 C122.394441,326.762759 121.989337,328.247061 120.823987,328.91269 C120.359975,329.177726 119.82154,329.282421 119.292023,329.21057 L118.775569,329.140492 Z' id='Star-1-Copy-16' fill-opacity='0.4' fill='%23A3B1BF'%3E%3C/path%3E%3Cpath d='M432.83752,120.004816 L432.837087,120.005044 L432.837087,120.005044 C432.092472,120.396429 431.171561,120.110079 430.780176,119.365464 C430.624337,119.068978 430.570573,118.729391 430.627206,118.399266 L430.627206,118.399266 L430.627206,118.399266 L430.627206,118.399266 C430.024845,117.812233 430.01242,116.848039 430.599453,116.245678 C430.833262,116.005765 431.139652,115.849637 431.471171,115.801474 L431.471471,115.801431 L431.471471,115.801431 L431.471471,115.801431 C431.843891,115.046982 432.757399,114.737288 433.511848,115.109709 C433.812195,115.25797 434.055308,115.501083 434.20357,115.801431 L434.20357,115.801431 L434.203869,115.801474 L434.203869,115.801474 C435.036229,115.922398 435.612963,116.695187 435.492039,117.527547 C435.443876,117.859067 435.287748,118.165457 435.047835,118.399266 L435.047835,118.399266 L435.047835,118.399266 L435.047835,118.399266 C435.190066,119.228364 434.63325,120.015783 433.804152,120.158014 C433.474027,120.214647 433.134439,120.160883 432.837954,120.005044 L432.83752,120.004816 Z' id='Star-1-Copy-18' fill-opacity='0.4' fill='%23A3B1BF' transform='translate(432.837619, 117.566125) rotate(-3.000000) translate(-432.837619, -117.566125) '%3E%3C/path%3E%3Cpath d='M99.7727703,38.762372 L99.0266308,39.1545584 L99.0266308,39.1545584 C97.8386845,39.7789675 96.36948,39.3221304 95.7450708,38.134184 C95.4964477,37.6611755 95.4106732,37.1194035 95.5010241,36.5927278 L95.6433921,35.7628333 L95.0407812,35.1755563 L95.0407812,35.1755563 C94.0796578,34.2388893 94.059832,32.7004261 94.996499,31.7393027 C95.369563,31.3564979 95.8584376,31.1073808 96.3874089,31.0305329 L97.2206742,30.9094778 L97.5937913,30.1536188 L97.5937913,30.1536188 C98.1878378,28.950202 99.6449697,28.4562097 100.848387,29.0502562 C101.327469,29.2867472 101.715258,29.6745363 101.951749,30.1536188 L102.324866,30.9094778 L103.158132,31.0305329 L103.158132,31.0305329 C104.486241,31.223478 105.406474,32.4565366 105.213529,33.7846464 C105.136681,34.3136177 104.887564,34.8024923 104.504759,35.1755563 L103.902148,35.7628333 L104.044516,36.5927278 L104.044516,36.5927278 C104.27143,37.9154575 103.383095,39.1716915 102.060366,39.398605 C101.53369,39.4889559 100.991918,39.4031814 100.51891,39.1545584 L99.7727703,38.762372 Z' id='Star-1-Copy-19' fill-opacity='0.4' fill='%23A3B1BF' transform='translate(99.772928, 34.116388) rotate(19.000000) translate(-99.772928, -34.116388) '%3E%3C/path%3E%3Cpath d='M396.631073,305.744172 L396.098125,305.608596 C394.797498,305.277731 394.01135,303.955146 394.342215,302.654518 C394.473956,302.136643 394.772729,301.676633 395.192288,301.345694 L395.623376,301.00566 L395.587617,300.458372 C395.500116,299.119176 396.514815,297.962609 397.854012,297.875108 C398.387399,297.840257 398.917395,297.982247 399.361919,298.279089 L399.818473,298.583965 L400.329362,298.380373 C401.576068,297.883555 402.989473,298.491459 403.486291,299.738164 C403.684076,300.23448 403.712777,300.782145 403.567956,301.296416 L403.418882,301.825788 L403.76981,302.247972 C404.627682,303.280038 404.486471,304.812135 403.454406,305.670007 C403.043346,306.011688 402.531095,306.208301 401.996987,306.229395 L401.44896,306.251039 L401.15585,306.715309 C400.439401,307.850123 398.938655,308.189275 397.80384,307.472826 C397.351988,307.187555 397.006767,306.761296 396.821614,306.260029 L396.631073,305.744172 Z' id='Star-1-Copy-20' fill-opacity='0.4' fill='%23A3B1BF'%3E%3C/path%3E%3Cpath d='M439.755536,146.347757 L439.755103,146.347984 L439.755103,146.347984 C439.010488,146.739369 438.089577,146.45302 437.698192,145.708405 C437.542353,145.411919 437.488589,145.072331 437.545222,144.742206 L437.545222,144.742206 L437.545222,144.742206 L437.545222,144.742206 C436.942861,144.155173 436.930436,143.190979 437.517469,142.588619 C437.751277,142.348705 438.057668,142.192577 438.389187,142.144415 L438.389487,142.144371 L438.389487,142.144371 L438.389487,142.144371 C438.761907,141.389923 439.675415,141.080228 440.429864,141.452649 C440.730211,141.600911 440.973324,141.844024 441.121586,142.144371 L441.121586,142.144371 L441.121885,142.144415 L441.121885,142.144415 C441.954245,142.265338 442.530978,143.038128 442.410055,143.870488 C442.361892,144.202007 442.205764,144.508398 441.965851,144.742206 L441.965851,144.742206 L441.965851,144.742206 L441.965851,144.742206 C442.108082,145.571305 441.551266,146.358723 440.722168,146.500955 C440.392043,146.557588 440.052455,146.503823 439.755969,146.347984 L439.755536,146.347757 Z' id='Star-1-Copy-21' fill-opacity='0.4' fill='%23A3B1BF' transform='translate(439.755635, 143.909066) rotate(-12.000000) translate(-439.755635, -143.909066) '%3E%3C/path%3E%3Cpath d='M244.621971,220.61341 C277.15945,220.61341 303.536288,194.242112 303.536288,161.711467 C303.536288,129.180822 277.15945,102.809524 244.621971,102.809524 C212.084491,102.809524 185.707653,129.180822 185.707653,161.711467 C185.707653,194.242112 212.084491,220.61341 244.621971,220.61341 Z' id='Oval-8-Copy-2' fill-opacity='0.66' fill='%23A3B1BF'%3E%3C/path%3E%3Cpath d='M245.345696,141.060063 C241.146656,141.060063 237.880736,142.342349 235.547936,144.906921 C233.215136,147.354921 232.107056,150.618921 232.107056,154.698921 L236.714336,154.698921 C236.714336,151.842921 237.355856,149.628063 238.638896,147.996063 C240.038576,146.072635 242.196416,145.140063 245.112416,145.140063 C247.561856,145.140063 249.486416,145.781206 250.827776,147.180063 C252.110816,148.462349 252.810656,150.269206 252.810656,152.600635 C252.810656,154.232635 252.227456,155.748063 251.061056,157.205206 C250.711136,157.671492 250.011296,158.370921 249.078176,159.303492 C245.928896,162.101206 244.004336,164.316063 243.187856,166.064635 C242.488016,167.521778 242.138096,169.212063 242.138096,171.135492 L242.138096,172.476063 L246.803696,172.476063 L246.803696,171.135492 C246.803696,169.561778 247.153616,168.162921 247.911776,166.880635 C248.494976,165.831492 249.369776,164.782349 250.652816,163.674921 C253.218896,161.401778 254.793536,159.886349 255.376736,159.186921 C256.834736,157.263492 257.592896,154.990349 257.592896,152.367492 C257.592896,148.870349 256.484816,146.130921 254.326976,144.149206 C252.052496,142.050921 249.078176,141.060063 245.345696,141.060063 Z M244.470896,176.556063 C243.479456,176.556063 242.662976,176.847492 241.963136,177.546921 C241.263296,178.188063 240.971696,179.004063 240.971696,179.994921 C240.971696,180.985778 241.263296,181.801778 241.963136,182.501206 C242.662976,183.142349 243.479456,183.492063 244.470896,183.492063 C245.462336,183.492063 246.278816,183.142349 246.978656,182.501206 C247.678496,181.860063 248.028416,181.044063 248.028416,179.994921 C248.028416,179.004063 247.678496,178.188063 247.036976,177.546921 C246.337136,176.847492 245.462336,176.556063 244.470896,176.556063 Z' id='?' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M223.261662,133.139924 C229.077338,129.782947 239.631808,125.828273 236.274126,120.013819 C232.916444,114.199364 220.565868,115.043746 214.750193,118.400722 C208.934517,121.757699 202.729834,131.623951 206.087516,137.438405 C209.445198,143.252859 217.445986,136.4969 223.261662,133.139924' id='Oval-8-Copy-2' fill='%23FAFAFA'%3E%3C/path%3E%3Cpath d='M249.679003,119.820589 C252.365149,119.820589 254.5427,117.643495 254.5427,114.957913 C254.5427,112.272332 252.365149,110.095238 249.679003,110.095238 C246.992857,110.095238 244.815306,112.272332 244.815306,114.957913 C244.815306,117.643495 246.992857,119.820589 249.679003,119.820589 Z' id='Oval-10-Copy' fill='%23FAFAFA'%3E%3C/path%3E%3Cpath d='M421.5,321.5 L423,323' id='Line-2' stroke='%23979797' stroke-linecap='square'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E", J2 = () => /* @__PURE__ */ t.jsx(e3.Fragment, { children: /* @__PURE__ */ t.jsx(
944
+ }, Q2 = "%3Csvg width='423px' height='341px' viewBox='0 0 423 341' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 4%3C/title%3E%3Cg id='Ant-Design-Pro-3.0' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='404' transform='translate(-484.000000, -221.000000)'%3E%3Cg id='Group-4' transform='translate(464.000000, 222.000000)'%3E%3Cg id='Group-5' transform='translate(75.417348, 0.163879)' stroke='%23A3B1BF' stroke-width='1.62' opacity='0.6' stroke-linejoin='round' stroke-dasharray='12.15'%3E%3Cpath d='M169.575185,288.890375 C103.647066,288.890375 50.2010204,235.455806 50.2010204,169.540425 C50.2010204,103.625045 103.647066,50.1904762 169.575185,50.1904762 C235.50394,50.1904762 288.94935,103.625045 288.94935,169.540425 C288.94935,235.455806 235.50394,288.890375 169.575185,288.890375 Z' id='Stroke-1'%3E%3C/path%3E%3Cpath d='M169.405699,338.555288 C76.0274364,338.555288 0.329411882,262.872619 0.329411882,169.513299 C0.329411882,76.1539786 76.0274364,0.471309613 169.405699,0.471309613 C262.783961,0.471309613 338.481985,76.1539786 338.481985,169.513299 C338.481985,262.872619 262.783961,338.555288 169.405699,338.555288 Z' id='Stroke-3'%3E%3C/path%3E%3C/g%3E%3Cpolygon id='Fill-6' fill='%23F5F5F5' transform='translate(106.914750, 199.432805) rotate(22.000000) translate(-106.914750, -199.432805) ' points='97.7112298 198.803016 116.11827 190.231152 107.544667 208.634458'%3E%3C/polygon%3E%3Cpolygon id='Stroke-7' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(106.914750, 199.432805) rotate(22.000000) translate(-106.914750, -199.432805) ' points='97.7112298 198.803016 116.11827 190.231152 107.544667 208.634458'%3E%3C/polygon%3E%3Cpolygon id='Fill-8' transform='translate(58.996118, 219.767028) rotate(22.000000) translate(-58.996118, -219.767028) ' points='38.8543444 215.183828 54.4119879 199.629341 79.1378915 224.350228 63.580248 239.904716'%3E%3C/polygon%3E%3Cpolygon id='Stroke-9' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(58.996118, 219.767028) rotate(22.000000) translate(-58.996118, -219.767028) ' points='38.8543444 215.183828 54.4119879 199.629341 79.1378915 224.350228 63.580248 239.904716'%3E%3C/polygon%3E%3Cpolygon id='Fill-10' fill='%23F5F5F5' transform='translate(71.226096, 214.577614) rotate(22.000000) translate(-71.226096, -214.577614) ' points='51.4642422 198.657893 55.3028278 194.820086 90.9879502 230.497335 87.1487294 234.335141'%3E%3C/polygon%3E%3Cpolygon id='Stroke-11' stroke='%23A3B1BF' stroke-width='1.62' fill='%23F0F2F5' stroke-linejoin='round' transform='translate(71.226096, 214.577614) rotate(22.000000) translate(-71.226096, -214.577614) ' points='51.4642422 198.657893 55.3028278 194.820086 90.9879502 230.497335 87.1487294 234.335141'%3E%3C/polygon%3E%3Cpolygon id='Fill-12' transform='translate(84.698338, 273.903349) rotate(22.000000) translate(-84.698338, -273.903349) ' points='56.0769883 259.690379 70.4821667 245.288122 113.319688 288.116319 98.9145099 302.518575'%3E%3C/polygon%3E%3Cpolygon id='Stroke-13' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(84.698338, 273.903349) rotate(22.000000) translate(-84.698338, -273.903349) ' points='56.0769883 259.690379 70.4821667 245.288122 113.319688 288.116319 98.9145099 302.518575'%3E%3C/polygon%3E%3Cpolygon id='Fill-14' transform='translate(75.456149, 212.782520) rotate(22.000000) translate(-75.456149, -212.782520) ' points='63.8911557 203.879723 66.5512281 201.22019 87.0211429 221.685318 84.3604352 224.34485'%3E%3C/polygon%3E%3Cpolygon id='Stroke-15' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(75.456149, 212.782520) rotate(22.000000) translate(-75.456149, -212.782520) ' points='63.8911557 203.879723 66.5512281 201.22019 87.0211429 221.685318 84.3604352 224.34485'%3E%3C/polygon%3E%3Cpolygon id='Fill-16' fill='%23F5F5F5' transform='translate(78.176142, 202.618192) rotate(22.000000) translate(-78.176142, -202.618192) ' points='74.4026766 205.006817 80.5652518 198.845492 81.9496076 200.229567 75.7870324 206.390892'%3E%3C/polygon%3E%3Cpolygon id='Stroke-17' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(78.176142, 202.618192) rotate(22.000000) translate(-78.176142, -202.618192) ' points='74.4026766 205.006817 80.5652518 198.845492 81.9496076 200.229567 75.7870324 206.390892'%3E%3C/polygon%3E%3Cpolygon id='Fill-18' fill='%23F5F5F5' transform='translate(84.676979, 217.928886) rotate(22.000000) translate(-84.676979, -217.928886) ' points='80.9035138 220.317511 87.066089 214.156186 88.4504448 215.540261 82.2878696 221.701586'%3E%3C/polygon%3E%3Cpolygon id='Stroke-19' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(84.676979, 217.928886) rotate(22.000000) translate(-84.676979, -217.928886) ' points='80.9035138 220.317511 87.066089 214.156186 88.4504448 215.540261 82.2878696 221.701586'%3E%3C/polygon%3E%3Cpolygon id='Fill-20' transform='translate(70.238421, 242.404581) rotate(22.000000) translate(-70.238421, -242.404581) ' points='67.8493111 238.631881 74.0118863 244.793206 72.6275305 246.177281 66.4649553 240.015956'%3E%3C/polygon%3E%3Cpolygon id='Stroke-21' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(70.238421, 242.404581) rotate(22.000000) translate(-70.238421, -242.404581) ' points='67.8493111 238.631881 74.0118863 244.793206 72.6275305 246.177281 66.4649553 240.015956'%3E%3C/polygon%3E%3Cpolygon id='Fill-22' transform='translate(48.081755, 224.398789) rotate(22.000000) translate(-48.081755, -224.398789) ' points='35.1127107 220.725179 36.3242602 211.432376 61.0507992 236.153899 51.756111 237.365203'%3E%3C/polygon%3E%3Cpolygon id='Stroke-23' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(48.081755, 224.398789) rotate(22.000000) translate(-48.081755, -224.398789) ' points='35.1127107 220.725179 36.3242602 211.432376 61.0507992 236.153899 51.756111 237.365203'%3E%3C/polygon%3E%3Cpolygon id='Fill-24' transform='translate(38.612968, 228.416820) rotate(22.000000) translate(-38.612968, -228.416820) ' points='32.9179858 217.470622 26.2496982 216.056058 50.9762371 240.777581 49.5613861 234.110647'%3E%3C/polygon%3E%3Cpolygon id='Stroke-25' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(38.612968, 228.416820) rotate(22.000000) translate(-38.612968, -228.416820) ' points='32.9179858 217.470622 26.2496982 216.056058 50.9762371 240.777581 49.5613861 234.110647'%3E%3C/polygon%3E%3Cpolygon id='Fill-26' transform='translate(31.086342, 221.523909) rotate(22.000000) translate(-31.086342, -221.523909) ' points='32.6469986 217.297684 26.8592604 218.37941 34.2314793 225.750133 35.3134242 219.963569'%3E%3C/polygon%3E%3Cpolygon id='Stroke-27' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(31.086342, 221.523909) rotate(22.000000) translate(-31.086342, -221.523909) ' points='32.6469986 217.297684 26.8592604 218.37941 34.2314793 225.750133 35.3134242 219.963569'%3E%3C/polygon%3E%3Cpolygon id='Fill-28' transform='translate(38.344372, 238.617819) rotate(22.000000) translate(-38.344372, -238.617819) ' points='39.9050284 234.391595 34.1172902 235.47332 41.4895091 242.844044 42.571454 237.05748'%3E%3C/polygon%3E%3Cpolygon id='Stroke-29' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(38.344372, 238.617819) rotate(22.000000) translate(-38.344372, -238.617819) ' points='39.9050284 234.391595 34.1172902 235.47332 41.4895091 242.844044 42.571454 237.05748'%3E%3C/polygon%3E%3Cpolygon id='Fill-30' fill='%23F0F2F5' transform='translate(75.352798, 203.766862) rotate(22.000000) translate(-75.352798, -203.766862) ' points='71.4417859 201.708217 73.2937351 199.856644 79.2638092 205.824871 77.4118601 207.67708'%3E%3C/polygon%3E%3Cpolygon id='Stroke-31' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(75.352798, 203.766862) rotate(22.000000) translate(-75.352798, -203.766862) ' points='71.4417859 201.708217 73.2937351 199.856644 79.2638092 205.824871 77.4118601 207.67708'%3E%3C/polygon%3E%3Cpolygon id='Fill-32' fill='%23F0F2F5' transform='translate(81.871541, 219.119730) rotate(22.000000) translate(-81.871541, -219.119730) ' points='77.9605297 217.061085 79.8124789 215.209512 85.7825531 221.177739 83.9306039 223.029948'%3E%3C/polygon%3E%3Cpolygon id='Stroke-33' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(81.871541, 219.119730) rotate(22.000000) translate(-81.871541, -219.119730) ' points='77.9605297 217.061085 79.8124789 215.209512 85.7825531 221.177739 83.9306039 223.029948'%3E%3C/polygon%3E%3Cpolygon id='Fill-34' transform='translate(68.034935, 237.215417) rotate(22.000000) translate(-68.034935, -237.215417) ' points='65.1594898 237.106164 67.9256601 234.340555 70.9103796 237.324669 68.1442092 240.090278'%3E%3C/polygon%3E%3Cpolygon id='Stroke-35' stroke='%23A3B1BF' stroke-width='1.62' fill='%23F5F5F5' stroke-linejoin='round' transform='translate(68.034935, 237.215417) rotate(22.000000) translate(-68.034935, -237.215417) ' points='65.1594898 237.106164 67.9256601 234.340555 70.9103796 237.324669 68.1442092 240.090278'%3E%3C/polygon%3E%3Cpath d='M90.2556147,213.065319 C79.2271463,202.039088 74.6433339,188.153875 78.4889079,179.512775 C79.1248602,178.084237 80.8319571,175.429786 84.5339495,179.131027 C88.2353065,182.832268 120.560237,215.150007 123.931865,218.52095 C127.303492,221.891894 125.245065,224.192545 123.817508,224.827733 C115.174655,228.675068 101.284718,224.092186 90.2556147,213.065319 Z' id='Fill-36' fill='%23F5F5F5' transform='translate(101.453924, 201.708917) rotate(22.000000) translate(-101.453924, -201.708917) '%3E%3C/path%3E%3Cpath d='M90.2556147,213.065319 C79.2271463,202.039088 74.6433339,188.153875 78.4889079,179.512775 C79.1248602,178.084237 80.8319571,175.429786 84.5339495,179.131027 C88.2353065,182.832268 120.560237,215.150007 123.931865,218.52095 C127.303492,221.891894 125.245065,224.192545 123.817508,224.827733 C115.174655,228.675068 101.284718,224.092186 90.2556147,213.065319 Z' id='Stroke-38' stroke='%23A3B1BF' stroke-width='1.62' fill='%23F0F2F5' stroke-linejoin='round' transform='translate(101.453924, 201.708917) rotate(22.000000) translate(-101.453924, -201.708917) '%3E%3C/path%3E%3Cpolygon id='Fill-40' fill='%23F0F2F5' transform='translate(86.633853, 208.038961) rotate(22.000000) translate(-86.633853, -208.038961) ' points='77.9716233 201.230061 79.8235724 199.378488 95.2960835 214.84786 93.4441343 216.699433'%3E%3C/polygon%3E%3Cpolygon id='Stroke-42' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(86.633853, 208.038961) rotate(22.000000) translate(-86.633853, -208.038961) ' points='77.9716233 201.230061 79.8235724 199.378488 95.2960835 214.84786 93.4441343 216.699433'%3E%3C/polygon%3E%3Cpath d='M121.635514,196.068815 C120.517356,197.186746 118.704797,197.186746 117.586639,196.068815 C116.469116,194.950884 116.469116,193.138692 117.586639,192.020761 C118.704797,190.903465 120.517356,190.903465 121.635514,192.020761 C122.753672,193.138692 122.753672,194.950884 121.635514,196.068815' id='Fill-44' fill='%23A3B1BF' transform='translate(119.611315, 194.045026) rotate(22.000000) translate(-119.611315, -194.045026) '%3E%3C/path%3E%3Cpolygon id='Fill-46' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(81.250567, 248.056422) rotate(22.000000) translate(-81.250567, -248.056422) ' points='81.2505672 249.672341 79.6343206 248.056422 81.2505672 246.440503 82.8668137 248.056422'%3E%3C/polygon%3E%3Cpolygon id='Stroke-48' transform='translate(81.250567, 248.056422) rotate(22.000000) translate(-81.250567, -248.056422) ' points='81.2505672 249.672341 79.6343206 248.056422 81.2505672 246.440503 82.8668137 248.056422'%3E%3C/polygon%3E%3Cpolygon id='Fill-50' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.702196, 251.475282) rotate(22.000000) translate(-82.702196, -251.475282) ' points='82.7021965 253.091201 81.0859499 251.475282 82.7021965 249.859363 84.318443 251.475282'%3E%3C/polygon%3E%3Cpolygon id='Stroke-52' transform='translate(82.702196, 251.475282) rotate(22.000000) translate(-82.702196, -251.475282) ' points='82.7021965 253.091201 81.0859499 251.475282 82.7021965 249.859363 84.318443 251.475282'%3E%3C/polygon%3E%3Cpolygon id='Fill-54' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(84.153791, 254.894059) rotate(22.000000) translate(-84.153791, -254.894059) ' points='84.1537906 256.509978 82.5375441 254.894059 84.1537906 253.278141 85.7700372 254.894059'%3E%3C/polygon%3E%3Cpolygon id='Stroke-56' transform='translate(84.153791, 254.894059) rotate(22.000000) translate(-84.153791, -254.894059) ' points='84.1537906 256.509978 82.5375441 254.894059 84.1537906 253.278141 85.7700372 254.894059'%3E%3C/polygon%3E%3Cpolygon id='Fill-58' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.605385, 258.312837) rotate(22.000000) translate(-85.605385, -258.312837) ' points='85.6053848 259.928756 83.9891383 258.312837 85.6053848 256.696918 87.2216313 258.312837'%3E%3C/polygon%3E%3Cpolygon id='Stroke-60' transform='translate(85.605385, 258.312837) rotate(22.000000) translate(-85.605385, -258.312837) ' points='85.6053848 259.928756 83.9891383 258.312837 85.6053848 256.696918 87.2216313 258.312837'%3E%3C/polygon%3E%3Cpolygon id='Fill-62' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(78.094482, 249.395723) rotate(22.000000) translate(-78.094482, -249.395723) ' points='78.0944819 251.011642 76.4782353 249.395723 78.0944819 247.779804 79.7107284 249.395723'%3E%3C/polygon%3E%3Cpolygon id='Stroke-64' transform='translate(78.094482, 249.395723) rotate(22.000000) translate(-78.094482, -249.395723) ' points='78.0944819 251.011642 76.4782353 249.395723 78.0944819 247.779804 79.7107284 249.395723'%3E%3C/polygon%3E%3Cpolygon id='Fill-66' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.546052, 252.814559) rotate(22.000000) translate(-79.546052, -252.814559) ' points='79.5460522 254.430478 77.9298057 252.814559 79.5460522 251.198641 81.1622988 252.814559'%3E%3C/polygon%3E%3Cpolygon id='Stroke-68' transform='translate(79.546052, 252.814559) rotate(22.000000) translate(-79.546052, -252.814559) ' points='79.5460522 254.430478 77.9298057 252.814559 79.5460522 251.198641 81.1622988 252.814559'%3E%3C/polygon%3E%3Cpolygon id='Fill-70' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(80.997705, 256.233360) rotate(22.000000) translate(-80.997705, -256.233360) ' points='80.9977053 257.849279 79.3814588 256.23336 80.9977053 254.617442 82.6139518 256.23336'%3E%3C/polygon%3E%3Cpolygon id='Stroke-72' transform='translate(80.997705, 256.233360) rotate(22.000000) translate(-80.997705, -256.233360) ' points='79.3814588 256.23336 80.9977053 254.617442 82.6139518 256.23336 80.9977053 257.849279'%3E%3C/polygon%3E%3Cpolygon id='Fill-74' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.449276, 259.652197) rotate(22.000000) translate(-82.449276, -259.652197) ' points='82.4492757 261.268115 80.8330292 259.652197 82.4492757 258.036278 84.0655222 259.652197'%3E%3C/polygon%3E%3Cpolygon id='Stroke-76' transform='translate(82.449276, 259.652197) rotate(22.000000) translate(-82.449276, -259.652197) ' points='82.4492757 261.268115 80.8330292 259.652197 82.4492757 258.036278 84.0655222 259.652197'%3E%3C/polygon%3E%3Cpolygon id='Fill-78' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(74.938373, 250.735083) rotate(22.000000) translate(-74.938373, -250.735083) ' points='74.9383727 252.351002 73.3221262 250.735083 74.9383727 249.119164 76.5546193 250.735083'%3E%3C/polygon%3E%3Cpolygon id='Stroke-80' transform='translate(74.938373, 250.735083) rotate(22.000000) translate(-74.938373, -250.735083) ' points='74.9383727 252.351002 73.3221262 250.735083 74.9383727 249.119164 76.5546193 250.735083'%3E%3C/polygon%3E%3Cpolygon id='Fill-82' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(76.389967, 254.153860) rotate(22.000000) translate(-76.389967, -254.153860) ' points='76.3899669 255.769779 74.7737204 254.15386 76.3899669 252.537942 78.0062134 254.15386'%3E%3C/polygon%3E%3Cpolygon id='Stroke-84' transform='translate(76.389967, 254.153860) rotate(22.000000) translate(-76.389967, -254.153860) ' points='76.3899669 255.769779 74.7737204 254.15386 76.3899669 252.537942 78.0062134 254.15386'%3E%3C/polygon%3E%3Cpolygon id='Fill-86' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(77.841620, 257.572661) rotate(22.000000) translate(-77.841620, -257.572661) ' points='77.84162 259.18858 76.2253735 257.572661 77.84162 255.956743 79.4578665 257.572661'%3E%3C/polygon%3E%3Cpolygon id='Stroke-88' transform='translate(77.841620, 257.572661) rotate(22.000000) translate(-77.841620, -257.572661) ' points='77.84162 259.18858 76.2253735 257.572661 77.84162 255.956743 79.4578665 257.572661'%3E%3C/polygon%3E%3Cpolygon id='Fill-90' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.293190, 260.991498) rotate(22.000000) translate(-79.293190, -260.991498) ' points='79.2931904 262.607416 77.6769438 260.991498 79.2931904 259.375579 80.9094369 260.991498'%3E%3C/polygon%3E%3Cpolygon id='Stroke-92' transform='translate(79.293190, 260.991498) rotate(22.000000) translate(-79.293190, -260.991498) ' points='79.2931904 262.607416 77.6769438 260.991498 79.2931904 259.375579 80.9094369 260.991498'%3E%3C/polygon%3E%3Cpolygon id='Fill-94' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(71.782287, 252.074384) rotate(22.000000) translate(-71.782287, -252.074384) ' points='71.7822874 253.690302 70.1660409 252.074384 71.7822874 250.458465 73.3985339 252.074384'%3E%3C/polygon%3E%3Cpolygon id='Stroke-96' transform='translate(71.782287, 252.074384) rotate(22.000000) translate(-71.782287, -252.074384) ' points='71.7822874 253.690302 70.1660409 252.074384 71.7822874 250.458465 73.3985339 252.074384'%3E%3C/polygon%3E%3Cpolygon id='Fill-98' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(73.233882, 255.493161) rotate(22.000000) translate(-73.233882, -255.493161) ' points='73.2338816 257.10908 71.6176351 255.493161 73.2338816 253.877242 74.8501281 255.493161'%3E%3C/polygon%3E%3Cpolygon id='Stroke-100' transform='translate(73.233882, 255.493161) rotate(22.000000) translate(-73.233882, -255.493161) ' points='73.2338816 257.10908 71.6176351 255.493161 73.2338816 253.877242 74.8501281 255.493161'%3E%3C/polygon%3E%3Cpolygon id='Fill-102' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(74.685535, 258.911962) rotate(22.000000) translate(-74.685535, -258.911962) ' points='74.6855347 260.527881 73.0692881 258.911962 74.6855347 257.296044 76.3017812 258.911962'%3E%3C/polygon%3E%3Cpolygon id='Stroke-104' transform='translate(74.685535, 258.911962) rotate(22.000000) translate(-74.685535, -258.911962) ' points='74.6855347 260.527881 73.0692881 258.911962 74.6855347 257.296044 76.3017812 258.911962'%3E%3C/polygon%3E%3Cpolygon id='Fill-106' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(76.137105, 262.330799) rotate(22.000000) translate(-76.137105, -262.330799) ' points='76.137105 263.946717 74.5208585 262.330799 76.137105 260.71488 77.7533516 262.330799'%3E%3C/polygon%3E%3Cpolygon id='Stroke-108' transform='translate(76.137105, 262.330799) rotate(22.000000) translate(-76.137105, -262.330799) ' points='76.137105 263.946717 74.5208585 262.330799 76.137105 260.71488 77.7533516 262.330799'%3E%3C/polygon%3E%3Cpolygon id='Fill-110' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(68.626202, 253.413685) rotate(22.000000) translate(-68.626202, -253.413685) ' points='68.6262021 255.029603 67.0099556 253.413685 68.6262021 251.797766 70.2424486 253.413685'%3E%3C/polygon%3E%3Cpolygon id='Stroke-112' transform='translate(68.626202, 253.413685) rotate(22.000000) translate(-68.626202, -253.413685) ' points='68.6262021 255.029603 67.0099556 253.413685 68.6262021 251.797766 70.2424486 253.413685'%3E%3C/polygon%3E%3Cpolygon id='Fill-114' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(70.077796, 256.832462) rotate(22.000000) translate(-70.077796, -256.832462) ' points='70.0777963 258.448381 68.4615497 256.832462 70.0777963 255.216543 71.6940428 256.832462'%3E%3C/polygon%3E%3Cpolygon id='Stroke-116' transform='translate(70.077796, 256.832462) rotate(22.000000) translate(-70.077796, -256.832462) ' points='70.0777963 258.448381 68.4615497 256.832462 70.0777963 255.216543 71.6940428 256.832462'%3E%3C/polygon%3E%3Cpolygon id='Fill-118' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(71.529426, 260.251322) rotate(22.000000) translate(-71.529426, -260.251322) ' points='71.5294256 261.867241 69.913179 260.251322 71.5294256 258.635403 73.1456721 260.251322'%3E%3C/polygon%3E%3Cpolygon id='Stroke-120' transform='translate(71.529426, 260.251322) rotate(22.000000) translate(-71.529426, -260.251322) ' points='71.5294256 261.867241 69.913179 260.251322 71.5294256 258.635403 73.1456721 260.251322'%3E%3C/polygon%3E%3Cpolygon id='Fill-122' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(72.981020, 263.670099) rotate(22.000000) translate(-72.981020, -263.670099) ' points='72.9810197 265.286018 71.3647732 263.670099 72.9810197 262.054181 74.5972663 263.670099'%3E%3C/polygon%3E%3Cpolygon id='Stroke-124' transform='translate(72.981020, 263.670099) rotate(22.000000) translate(-72.981020, -263.670099) ' points='72.9810197 265.286018 71.3647732 263.670099 72.9810197 262.054181 74.5972663 263.670099'%3E%3C/polygon%3E%3Cpolygon id='Fill-126' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.852907, 265.961362) rotate(22.000000) translate(-88.852907, -265.961362) ' points='88.8529067 267.577281 87.2366602 265.961362 88.8529067 264.345443 90.4691533 265.961362'%3E%3C/polygon%3E%3Cpolygon id='Stroke-128' transform='translate(88.852907, 265.961362) rotate(22.000000) translate(-88.852907, -265.961362) ' points='88.8529067 267.577281 87.2366602 265.961362 88.8529067 264.345443 90.4691533 265.961362'%3E%3C/polygon%3E%3Cpolygon id='Fill-130' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(90.304501, 269.380139) rotate(22.000000) translate(-90.304501, -269.380139) ' points='90.3045009 270.996058 88.6882544 269.380139 90.3045009 267.764221 91.9207474 269.380139'%3E%3C/polygon%3E%3Cpolygon id='Stroke-132' transform='translate(90.304501, 269.380139) rotate(22.000000) translate(-90.304501, -269.380139) ' points='90.3045009 270.996058 88.6882544 269.380139 90.3045009 267.764221 91.9207474 269.380139'%3E%3C/polygon%3E%3Cpolygon id='Fill-134' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(91.756130, 272.798999) rotate(22.000000) translate(-91.756130, -272.798999) ' points='91.7561302 274.414918 90.1398837 272.798999 91.7561302 271.183081 93.3723767 272.798999'%3E%3C/polygon%3E%3Cpolygon id='Stroke-136' transform='translate(91.756130, 272.798999) rotate(22.000000) translate(-91.756130, -272.798999) ' points='91.7561302 274.414918 90.1398837 272.798999 91.7561302 271.183081 93.3723767 272.798999'%3E%3C/polygon%3E%3Cpolygon id='Fill-138' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(93.207724, 276.217777) rotate(22.000000) translate(-93.207724, -276.217777) ' points='93.2077244 277.833695 91.5914778 276.217777 93.2077244 274.601858 94.8239709 276.217777'%3E%3C/polygon%3E%3Cpolygon id='Stroke-140' transform='translate(93.207724, 276.217777) rotate(22.000000) translate(-93.207724, -276.217777) ' points='93.2077244 277.833695 91.5914778 276.217777 93.2077244 274.601858 94.8239709 276.217777'%3E%3C/polygon%3E%3Cpolygon id='Fill-142' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.696821, 267.300663) rotate(22.000000) translate(-85.696821, -267.300663) ' points='85.6968214 268.916582 84.0805749 267.300663 85.6968214 265.684744 87.313068 267.300663'%3E%3C/polygon%3E%3Cpolygon id='Stroke-144' transform='translate(85.696821, 267.300663) rotate(22.000000) translate(-85.696821, -267.300663) ' points='85.6968214 268.916582 84.0805749 267.300663 85.6968214 265.684744 87.313068 267.300663'%3E%3C/polygon%3E%3Cpolygon id='Fill-146' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(87.148416, 270.719440) rotate(22.000000) translate(-87.148416, -270.719440) ' points='87.1484156 272.335359 85.5321691 270.71944 87.1484156 269.103521 88.7646621 270.71944'%3E%3C/polygon%3E%3Cpolygon id='Stroke-148' transform='translate(87.148416, 270.719440) rotate(22.000000) translate(-87.148416, -270.719440) ' points='87.1484156 272.335359 85.5321691 270.71944 87.1484156 269.103521 88.7646621 270.71944'%3E%3C/polygon%3E%3Cpolygon id='Fill-150' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.599986, 274.138276) rotate(22.000000) translate(-88.599986, -274.138276) ' points='88.599986 275.754195 86.9837394 274.138276 88.599986 272.522358 90.2162325 274.138276'%3E%3C/polygon%3E%3Cpolygon id='Stroke-152' transform='translate(88.599986, 274.138276) rotate(22.000000) translate(-88.599986, -274.138276) ' points='88.599986 275.754195 86.9837394 274.138276 88.599986 272.522358 90.2162325 274.138276'%3E%3C/polygon%3E%3Cpolygon id='Fill-154' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(90.051639, 277.557078) rotate(22.000000) translate(-90.051639, -277.557078) ' points='90.0516391 279.172996 88.4353925 277.557078 90.0516391 275.941159 91.6678856 277.557078'%3E%3C/polygon%3E%3Cpolygon id='Stroke-156' transform='translate(90.051639, 277.557078) rotate(22.000000) translate(-90.051639, -277.557078) ' points='90.0516391 279.172996 88.4353925 277.557078 90.0516391 275.941159 91.6678856 277.557078'%3E%3C/polygon%3E%3Cpolygon id='Fill-158' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.540736, 268.639964) rotate(22.000000) translate(-82.540736, -268.639964) ' points='82.5407361 270.255882 80.9244896 268.639964 82.5407361 267.024045 84.1569826 268.639964'%3E%3C/polygon%3E%3Cpolygon id='Stroke-160' transform='translate(82.540736, 268.639964) rotate(22.000000) translate(-82.540736, -268.639964) ' points='82.5407361 270.255882 80.9244896 268.639964 82.5407361 267.024045 84.1569826 268.639964'%3E%3C/polygon%3E%3Cpolygon id='Fill-162' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(83.992306, 272.058800) rotate(22.000000) translate(-83.992306, -272.058800) ' points='83.9923065 273.674719 82.3760599 272.0588 83.9923065 270.442881 85.608553 272.0588'%3E%3C/polygon%3E%3Cpolygon id='Stroke-164' transform='translate(83.992306, 272.058800) rotate(22.000000) translate(-83.992306, -272.058800) ' points='83.9923065 273.674719 82.3760599 272.0588 83.9923065 270.442881 85.608553 272.0588'%3E%3C/polygon%3E%3Cpolygon id='Fill-166' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.443901, 275.477577) rotate(22.000000) translate(-85.443901, -275.477577) ' points='85.4439007 277.093496 83.8276541 275.477577 85.4439007 273.861659 87.0601472 275.477577'%3E%3C/polygon%3E%3Cpolygon id='Stroke-168' transform='translate(85.443901, 275.477577) rotate(22.000000) translate(-85.443901, -275.477577) ' points='85.4439007 277.093496 83.8276541 275.477577 85.4439007 273.861659 87.0601472 275.477577'%3E%3C/polygon%3E%3Cpolygon id='Fill-170' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(86.895554, 278.896378) rotate(22.000000) translate(-86.895554, -278.896378) ' points='86.8955537 280.512297 85.2793072 278.896378 86.8955537 277.28046 88.5118003 278.896378'%3E%3C/polygon%3E%3Cpolygon id='Stroke-172' transform='translate(86.895554, 278.896378) rotate(22.000000) translate(-86.895554, -278.896378) ' points='86.8955537 280.512297 85.2793072 278.896378 86.8955537 277.28046 88.5118003 278.896378'%3E%3C/polygon%3E%3Cpolygon id='Fill-174' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.384651, 269.979265) rotate(22.000000) translate(-79.384651, -269.979265) ' points='79.3846508 271.595183 77.7684043 269.979265 79.3846508 268.363346 81.0008973 269.979265'%3E%3C/polygon%3E%3Cpolygon id='Stroke-176' transform='translate(79.384651, 269.979265) rotate(22.000000) translate(-79.384651, -269.979265) ' points='79.3846508 271.595183 77.7684043 269.979265 79.3846508 268.363346 81.0008973 269.979265'%3E%3C/polygon%3E%3Cpolygon id='Fill-178' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(80.836221, 273.398101) rotate(22.000000) translate(-80.836221, -273.398101) ' points='80.8362212 275.01402 79.2199746 273.398101 80.8362212 271.782182 82.4524677 273.398101'%3E%3C/polygon%3E%3Cpolygon id='Stroke-180' transform='translate(80.836221, 273.398101) rotate(22.000000) translate(-80.836221, -273.398101) ' points='80.8362212 275.01402 79.2199746 273.398101 80.8362212 271.782182 82.4524677 273.398101'%3E%3C/polygon%3E%3Cpolygon id='Fill-182' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(82.287815, 276.816878) rotate(22.000000) translate(-82.287815, -276.816878) ' points='82.2878153 278.432797 80.6715688 276.816878 82.2878153 275.20096 83.9040619 276.816878'%3E%3C/polygon%3E%3Cpolygon id='Stroke-184' transform='translate(82.287815, 276.816878) rotate(22.000000) translate(-82.287815, -276.816878) ' points='82.2878153 278.432797 80.6715688 276.816878 82.2878153 275.20096 83.9040619 276.816878'%3E%3C/polygon%3E%3Cpolygon id='Fill-186' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(83.739445, 280.235738) rotate(22.000000) translate(-83.739445, -280.235738) ' points='83.7394446 281.851657 82.1231981 280.235738 83.7394446 278.61982 85.3556912 280.235738'%3E%3C/polygon%3E%3Cpolygon id='Stroke-188' transform='translate(83.739445, 280.235738) rotate(22.000000) translate(-83.739445, -280.235738) ' points='83.7394446 281.851657 82.1231981 280.235738 83.7394446 278.61982 85.3556912 280.235738'%3E%3C/polygon%3E%3Cpolygon id='Fill-190' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(76.228483, 271.318601) rotate(22.000000) translate(-76.228483, -271.318601) ' points='76.2284828 272.934519 74.6122362 271.318601 76.2284828 269.702682 77.8447293 271.318601'%3E%3C/polygon%3E%3Cpolygon id='Stroke-192' transform='translate(76.228483, 271.318601) rotate(22.000000) translate(-76.228483, -271.318601) ' points='76.2284828 272.934519 74.6122362 271.318601 76.2284828 269.702682 77.8447293 271.318601'%3E%3C/polygon%3E%3Cpolygon id='Fill-194' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(77.680136, 274.737402) rotate(22.000000) translate(-77.680136, -274.737402) ' points='77.6801358 276.353321 76.0638893 274.737402 77.6801358 273.121483 79.2963824 274.737402'%3E%3C/polygon%3E%3Cpolygon id='Stroke-196' transform='translate(77.680136, 274.737402) rotate(22.000000) translate(-77.680136, -274.737402) ' points='77.6801358 276.353321 76.0638893 274.737402 77.6801358 273.121483 79.2963824 274.737402'%3E%3C/polygon%3E%3Cpolygon id='Fill-198' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(79.131730, 278.156179) rotate(22.000000) translate(-79.131730, -278.156179) ' points='79.13173 279.772098 77.5154835 278.156179 79.13173 276.540261 80.7479765 278.156179'%3E%3C/polygon%3E%3Cpolygon id='Stroke-200' transform='translate(79.131730, 278.156179) rotate(22.000000) translate(-79.131730, -278.156179) ' points='79.13173 279.772098 77.5154835 278.156179 79.13173 276.540261 80.7479765 278.156179'%3E%3C/polygon%3E%3Cpolygon id='Fill-202' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(80.583359, 281.575039) rotate(22.000000) translate(-80.583359, -281.575039) ' points='80.5833593 283.190958 78.9671128 281.575039 80.5833593 279.959121 82.1996058 281.575039'%3E%3C/polygon%3E%3Cpolygon id='Stroke-204' transform='translate(80.583359, 281.575039) rotate(22.000000) translate(-80.583359, -281.575039) ' points='80.5833593 283.190958 78.9671128 281.575039 80.5833593 279.959121 82.1996058 281.575039'%3E%3C/polygon%3E%3Cpolygon id='Fill-206' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(96.455246, 283.866302) rotate(22.000000) translate(-96.455246, -283.866302) ' points='96.4552463 285.48222 94.8389998 283.866302 96.4552463 282.250383 98.0714929 283.866302'%3E%3C/polygon%3E%3Cpolygon id='Stroke-208' transform='translate(96.455246, 283.866302) rotate(22.000000) translate(-96.455246, -283.866302) ' points='96.4552463 285.48222 94.8389998 283.866302 96.4552463 282.250383 98.0714929 283.866302'%3E%3C/polygon%3E%3Cpolygon id='Fill-210' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(97.906840, 287.285079) rotate(22.000000) translate(-97.906840, -287.285079) ' points='97.9068405 288.900998 96.290594 287.285079 97.9068405 285.66916 99.523087 287.285079'%3E%3C/polygon%3E%3Cpolygon id='Stroke-212' transform='translate(97.906840, 287.285079) rotate(22.000000) translate(-97.906840, -287.285079) ' points='97.9068405 288.900998 96.290594 287.285079 97.9068405 285.66916 99.523087 287.285079'%3E%3C/polygon%3E%3Cpolygon id='Fill-214' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(99.358435, 290.703856) rotate(22.000000) translate(-99.358435, -290.703856) ' points='99.3584347 292.319775 97.7421881 290.703856 99.3584347 289.087938 100.974681 290.703856'%3E%3C/polygon%3E%3Cpolygon id='Stroke-216' transform='translate(99.358435, 290.703856) rotate(22.000000) translate(-99.358435, -290.703856) ' points='99.3584347 292.319775 97.7421881 290.703856 99.3584347 289.087938 100.974681 290.703856'%3E%3C/polygon%3E%3Cpolygon id='Fill-218' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(100.810064, 294.122716) rotate(22.000000) translate(-100.810064, -294.122716) ' points='100.810064 295.738635 99.1938174 294.122716 100.810064 292.506798 102.42631 294.122716'%3E%3C/polygon%3E%3Cpolygon id='Stroke-220' transform='translate(100.810064, 294.122716) rotate(22.000000) translate(-100.810064, -294.122716) ' points='100.810064 295.738635 99.1938174 294.122716 100.810064 292.506798 102.42631 294.122716'%3E%3C/polygon%3E%3Cpolygon id='Fill-222' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(93.299102, 285.205579) rotate(22.000000) translate(-93.299102, -285.205579) ' points='93.2991021 286.821497 91.6828556 285.205579 93.2991021 283.58966 94.9153486 285.205579'%3E%3C/polygon%3E%3Cpolygon id='Stroke-224' transform='translate(93.299102, 285.205579) rotate(22.000000) translate(-93.299102, -285.205579) ' points='93.2991021 286.821497 91.6828556 285.205579 93.2991021 283.58966 94.9153486 285.205579'%3E%3C/polygon%3E%3Cpolygon id='Fill-226' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(94.750755, 288.624380) rotate(22.000000) translate(-94.750755, -288.624380) ' points='94.7507552 290.240299 93.1345086 288.62438 94.7507552 287.008461 96.3670017 288.62438'%3E%3C/polygon%3E%3Cpolygon id='Stroke-228' transform='translate(94.750755, 288.624380) rotate(22.000000) translate(-94.750755, -288.624380) ' points='94.7507552 290.240299 93.1345086 288.62438 94.7507552 287.008461 96.3670017 288.62438'%3E%3C/polygon%3E%3Cpolygon id='Fill-230' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(96.202326, 292.043216) rotate(22.000000) translate(-96.202326, -292.043216) ' points='96.2023255 293.659135 94.586079 292.043216 96.2023255 290.427297 97.8185721 292.043216'%3E%3C/polygon%3E%3Cpolygon id='Stroke-232' transform='translate(96.202326, 292.043216) rotate(22.000000) translate(-96.202326, -292.043216) ' points='96.2023255 293.659135 94.586079 292.043216 96.2023255 290.427297 97.8185721 292.043216'%3E%3C/polygon%3E%3Cpolygon id='Fill-234' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(97.653979, 295.462017) rotate(22.000000) translate(-97.653979, -295.462017) ' points='97.6539786 297.077936 96.0377321 295.462017 97.6539786 293.846099 99.2702252 295.462017'%3E%3C/polygon%3E%3Cpolygon id='Stroke-236' transform='translate(97.653979, 295.462017) rotate(22.000000) translate(-97.653979, -295.462017) ' points='97.6539786 297.077936 96.0377321 295.462017 97.6539786 293.846099 99.2702252 295.462017'%3E%3C/polygon%3E%3Cpolygon id='Fill-238' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(90.143017, 286.544880) rotate(22.000000) translate(-90.143017, -286.544880) ' points='90.1430168 288.160798 88.5267702 286.54488 90.1430168 284.928961 91.7592633 286.54488'%3E%3C/polygon%3E%3Cpolygon id='Stroke-240' transform='translate(90.143017, 286.544880) rotate(22.000000) translate(-90.143017, -286.544880) ' points='90.1430168 288.160798 88.5267702 286.54488 90.1430168 284.928961 91.7592633 286.54488'%3E%3C/polygon%3E%3Cpolygon id='Fill-242' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(91.594670, 289.963681) rotate(22.000000) translate(-91.594670, -289.963681) ' points='91.5946698 291.5796 89.9784233 289.963681 91.5946698 288.347762 93.2109164 289.963681'%3E%3C/polygon%3E%3Cpolygon id='Stroke-244' transform='translate(91.594670, 289.963681) rotate(22.000000) translate(-91.594670, -289.963681) ' points='91.5946698 291.5796 89.9784233 289.963681 91.5946698 288.347762 93.2109164 289.963681'%3E%3C/polygon%3E%3Cpolygon id='Fill-246' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(93.046240, 293.382517) rotate(22.000000) translate(-93.046240, -293.382517) ' points='93.0462402 294.998436 91.4299937 293.382517 93.0462402 291.766598 94.6624868 293.382517'%3E%3C/polygon%3E%3Cpolygon id='Stroke-248' transform='translate(93.046240, 293.382517) rotate(22.000000) translate(-93.046240, -293.382517) ' points='93.0462402 294.998436 91.4299937 293.382517 93.0462402 291.766598 94.6624868 293.382517'%3E%3C/polygon%3E%3Cpolygon id='Fill-250' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(94.497893, 296.801318) rotate(22.000000) translate(-94.497893, -296.801318) ' points='94.4978933 298.417237 92.8816468 296.801318 94.4978933 295.1854 96.1141398 296.801318'%3E%3C/polygon%3E%3Cpolygon id='Stroke-252' transform='translate(94.497893, 296.801318) rotate(22.000000) translate(-94.497893, -296.801318) ' points='94.4978933 298.417237 92.8816468 296.801318 94.4978933 295.1854 96.1141398 296.801318'%3E%3C/polygon%3E%3Cpolygon id='Fill-254' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(86.986931, 287.884181) rotate(22.000000) translate(-86.986931, -287.884181) ' points='86.9869315 289.500099 85.3706849 287.884181 86.9869315 286.268262 88.603178 287.884181'%3E%3C/polygon%3E%3Cpolygon id='Stroke-256' transform='translate(86.986931, 287.884181) rotate(22.000000) translate(-86.986931, -287.884181) ' points='86.9869315 289.500099 85.3706849 287.884181 86.9869315 286.268262 88.603178 287.884181'%3E%3C/polygon%3E%3Cpolygon id='Fill-258' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.438585, 291.302982) rotate(22.000000) translate(-88.438585, -291.302982) ' points='88.4385845 292.9189 86.822338 291.302982 88.4385845 289.687063 90.0548311 291.302982'%3E%3C/polygon%3E%3Cpolygon id='Stroke-260' transform='translate(88.438585, 291.302982) rotate(22.000000) translate(-88.438585, -291.302982) ' points='88.4385845 292.9189 86.822338 291.302982 88.4385845 289.687063 90.0548311 291.302982'%3E%3C/polygon%3E%3Cpolygon id='Fill-262' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(89.890155, 294.721818) rotate(22.000000) translate(-89.890155, -294.721818) ' points='89.8901549 296.337737 88.2739084 294.721818 89.8901549 293.105899 91.5064014 294.721818'%3E%3C/polygon%3E%3Cpolygon id='Stroke-264' transform='translate(89.890155, 294.721818) rotate(22.000000) translate(-89.890155, -294.721818) ' points='89.8901549 296.337737 88.2739084 294.721818 89.8901549 293.105899 91.5064014 294.721818'%3E%3C/polygon%3E%3Cpolygon id='Fill-266' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(91.341749, 298.140595) rotate(22.000000) translate(-91.341749, -298.140595) ' points='91.3417491 299.756514 89.7255025 298.140595 91.3417491 296.524677 92.9579956 298.140595'%3E%3C/polygon%3E%3Cpolygon id='Stroke-268' transform='translate(91.341749, 298.140595) rotate(22.000000) translate(-91.341749, -298.140595) ' points='91.3417491 299.756514 89.7255025 298.140595 91.3417491 296.524677 92.9579956 298.140595'%3E%3C/polygon%3E%3Cpolygon id='Fill-270' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(83.830846, 289.223482) rotate(22.000000) translate(-83.830846, -289.223482) ' points='83.8308461 290.8394 82.2145996 289.223482 83.8308461 287.607563 85.4470927 289.223482'%3E%3C/polygon%3E%3Cpolygon id='Stroke-272' transform='translate(83.830846, 289.223482) rotate(22.000000) translate(-83.830846, -289.223482) ' points='82.2145996 289.223482 83.8308461 287.607563 85.4470927 289.223482 83.8308461 290.8394'%3E%3C/polygon%3E%3Cpolygon id='Fill-274' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(85.282417, 292.642318) rotate(22.000000) translate(-85.282417, -292.642318) ' points='85.2824165 294.258236 83.66617 292.642318 85.2824165 291.026399 86.898663 292.642318'%3E%3C/polygon%3E%3Cpolygon id='Stroke-276' transform='translate(85.282417, 292.642318) rotate(22.000000) translate(-85.282417, -292.642318) ' points='85.2824165 294.258236 83.66617 292.642318 85.2824165 291.026399 86.898663 292.642318'%3E%3C/polygon%3E%3Cpolygon id='Fill-278' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(86.734070, 296.061119) rotate(22.000000) translate(-86.734070, -296.061119) ' points='86.7340696 297.677038 85.1178231 296.061119 86.7340696 294.4452 88.3503161 296.061119'%3E%3C/polygon%3E%3Cpolygon id='Stroke-280' transform='translate(86.734070, 296.061119) rotate(22.000000) translate(-86.734070, -296.061119) ' points='86.7340696 297.677038 85.1178231 296.061119 86.7340696 294.4452 88.3503161 296.061119'%3E%3C/polygon%3E%3Cpolygon id='Fill-282' fill-opacity='0.6' fill='%23A3B1BF' transform='translate(88.185664, 299.479896) rotate(22.000000) translate(-88.185664, -299.479896) ' points='88.1856638 301.095815 86.5694172 299.479896 88.1856638 297.863978 89.8019103 299.479896'%3E%3C/polygon%3E%3Cpolygon id='Stroke-284' transform='translate(88.185664, 299.479896) rotate(22.000000) translate(-88.185664, -299.479896) ' points='88.1856638 301.095815 86.5694172 299.479896 88.1856638 297.863978 89.8019103 299.479896'%3E%3C/polygon%3E%3Cpolygon id='Fill-286' transform='translate(37.779995, 163.402514) rotate(22.000000) translate(-37.779995, -163.402514) ' points='51.9961666 192.018058 66.401345 177.615802 23.5644587 134.78697 9.15864501 149.189862'%3E%3C/polygon%3E%3Cpolygon id='Fill-290' transform='translate(50.400318, 195.682118) rotate(22.000000) translate(-50.400318, -195.682118) ' points='54.1737837 198.070743 48.0112085 191.909418 46.6268527 193.293493 52.7894279 199.454818'%3E%3C/polygon%3E%3Cpolygon id='Stroke-292' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(50.400318, 195.682118) rotate(22.000000) translate(-50.400318, -195.682118) ' points='54.1737837 198.070743 48.0112085 191.909418 46.6268527 193.293493 52.7894279 199.454818'%3E%3C/polygon%3E%3Cpolygon id='Fill-294' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(52.603532, 200.871447) rotate(22.000000) translate(-52.603532, -200.871447) ' points='52.712807 203.746308 55.4789773 200.980699 52.4942579 197.996585 49.7280876 200.762195'%3E%3C/polygon%3E%3Cpolygon id='Stroke-296' stroke='%23A3B1BF' stroke-width='1.62' fill='%23FFFFFF' stroke-linejoin='round' transform='translate(52.603532, 200.871447) rotate(22.000000) translate(-52.603532, -200.871447) ' points='52.712807 203.746308 55.4789773 200.980699 52.4942579 197.996585 49.7280876 200.762195'%3E%3C/polygon%3E%3Cpolygon id='Fill-298' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(53.983257, 183.836778) rotate(22.000000) translate(-53.983257, -183.836778) ' points='52.3670108 183.836778 53.9832574 185.452697 55.5995039 183.836778 53.9832574 182.22086'%3E%3C/polygon%3E%3Cpolygon id='Stroke-300' transform='translate(53.983257, 183.836778) rotate(22.000000) translate(-53.983257, -183.836778) ' points='52.3670108 183.836778 53.9832574 185.452697 55.5995039 183.836778 53.9832574 182.22086'%3E%3C/polygon%3E%3Cpolygon id='Fill-302' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(52.531663, 180.418001) rotate(22.000000) translate(-52.531663, -180.418001) ' points='50.9154167 180.418001 52.5316632 182.03392 54.1479097 180.418001 52.5316632 178.802082'%3E%3C/polygon%3E%3Cpolygon id='Stroke-304' transform='translate(52.531663, 180.418001) rotate(22.000000) translate(-52.531663, -180.418001) ' points='50.9154167 180.418001 52.5316632 182.03392 54.1479097 180.418001 52.5316632 178.802082'%3E%3C/polygon%3E%3Cpolygon id='Fill-306' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(51.080034, 176.999141) rotate(22.000000) translate(-51.080034, -176.999141) ' points='49.4637874 176.999141 51.0800339 178.61506 52.6962805 176.999141 51.0800339 175.383222'%3E%3C/polygon%3E%3Cpolygon id='Stroke-308' transform='translate(51.080034, 176.999141) rotate(22.000000) translate(-51.080034, -176.999141) ' points='49.4637874 176.999141 51.0800339 178.61506 52.6962805 176.999141 51.0800339 175.383222'%3E%3C/polygon%3E%3Cpolygon id='Fill-310' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(49.628440, 173.580364) rotate(22.000000) translate(-49.628440, -173.580364) ' points='48.0121932 173.580364 49.6284397 175.196282 51.2446863 173.580364 49.6284397 171.964445'%3E%3C/polygon%3E%3Cpolygon id='Stroke-312' transform='translate(49.628440, 173.580364) rotate(22.000000) translate(-49.628440, -173.580364) ' points='48.0121932 173.580364 49.6284397 175.196282 51.2446863 173.580364 49.6284397 171.964445'%3E%3C/polygon%3E%3Cpolygon id='Fill-314' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(50.827172, 185.176079) rotate(22.000000) translate(-50.827172, -185.176079) ' points='49.2109255 185.176079 50.8271721 186.791998 52.4434186 185.176079 50.8271721 183.560161'%3E%3C/polygon%3E%3Cpolygon id='Stroke-316' transform='translate(50.827172, 185.176079) rotate(22.000000) translate(-50.827172, -185.176079) ' points='49.2109255 185.176079 50.8271721 186.791998 52.4434186 185.176079 50.8271721 183.560161'%3E%3C/polygon%3E%3Cpolygon id='Fill-318' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(49.375578, 181.757302) rotate(22.000000) translate(-49.375578, -181.757302) ' points='47.7593313 181.757302 49.3755779 183.373221 50.9918244 181.757302 49.3755779 180.141383'%3E%3C/polygon%3E%3Cpolygon id='Stroke-320' transform='translate(49.375578, 181.757302) rotate(22.000000) translate(-49.375578, -181.757302) ' points='47.7593313 181.757302 49.3755779 183.373221 50.9918244 181.757302 49.3755779 180.141383'%3E%3C/polygon%3E%3Cpolygon id='Fill-322' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(47.923949, 178.338442) rotate(22.000000) translate(-47.923949, -178.338442) ' points='46.3077021 178.338442 47.9239486 179.954361 49.5401951 178.338442 47.9239486 176.722523'%3E%3C/polygon%3E%3Cpolygon id='Stroke-324' transform='translate(47.923949, 178.338442) rotate(22.000000) translate(-47.923949, -178.338442) ' points='46.3077021 178.338442 47.9239486 179.954361 49.5401951 178.338442 47.9239486 176.722523'%3E%3C/polygon%3E%3Cpolygon id='Fill-326' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(46.472354, 174.919665) rotate(22.000000) translate(-46.472354, -174.919665) ' points='44.8561079 174.919665 46.4723544 176.535583 48.088601 174.919665 46.4723544 173.303746'%3E%3C/polygon%3E%3Cpolygon id='Stroke-328' transform='translate(46.472354, 174.919665) rotate(22.000000) translate(-46.472354, -174.919665) ' points='44.8561079 174.919665 46.4723544 176.535583 48.088601 174.919665 46.4723544 173.303746'%3E%3C/polygon%3E%3Cpolygon id='Fill-330' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(47.671087, 186.515380) rotate(22.000000) translate(-47.671087, -186.515380) ' points='46.0548402 186.51538 47.6710867 188.131299 49.2873333 186.51538 47.6710867 184.899461'%3E%3C/polygon%3E%3Cpolygon id='Stroke-332' transform='translate(47.671087, 186.515380) rotate(22.000000) translate(-47.671087, -186.515380) ' points='46.0548402 186.51538 47.6710867 188.131299 49.2873333 186.51538 47.6710867 184.899461'%3E%3C/polygon%3E%3Cpolygon id='Fill-334' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(46.219493, 183.096603) rotate(22.000000) translate(-46.219493, -183.096603) ' points='44.603246 183.096603 46.2194926 184.712521 47.8357391 183.096603 46.2194926 181.480684'%3E%3C/polygon%3E%3Cpolygon id='Stroke-336' transform='translate(46.219493, 183.096603) rotate(22.000000) translate(-46.219493, -183.096603) ' points='44.603246 183.096603 46.2194926 184.712521 47.8357391 183.096603 46.2194926 181.480684'%3E%3C/polygon%3E%3Cpolygon id='Fill-338' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(44.767839, 179.677802) rotate(22.000000) translate(-44.767839, -179.677802) ' points='43.1515929 179.677802 44.7678395 181.29372 46.384086 179.677802 44.7678395 178.061883'%3E%3C/polygon%3E%3Cpolygon id='Stroke-340' transform='translate(44.767839, 179.677802) rotate(22.000000) translate(-44.767839, -179.677802) ' points='43.1515929 179.677802 44.7678395 181.29372 46.384086 179.677802 44.7678395 178.061883'%3E%3C/polygon%3E%3Cpolygon id='Fill-342' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.316269, 176.258965) rotate(22.000000) translate(-43.316269, -176.258965) ' points='41.7000226 176.258965 43.3162691 177.874884 44.9325156 176.258965 43.3162691 174.643047'%3E%3C/polygon%3E%3Cpolygon id='Stroke-344' transform='translate(43.316269, 176.258965) rotate(22.000000) translate(-43.316269, -176.258965) ' points='41.7000226 176.258965 43.3162691 177.874884 44.9325156 176.258965 43.3162691 174.643047'%3E%3C/polygon%3E%3Cpolygon id='Fill-346' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(44.514978, 187.854740) rotate(22.000000) translate(-44.514978, -187.854740) ' points='42.8987311 187.85474 44.5149776 189.470659 46.1312242 187.85474 44.5149776 186.238821'%3E%3C/polygon%3E%3Cpolygon id='Stroke-348' transform='translate(44.514978, 187.854740) rotate(22.000000) translate(-44.514978, -187.854740) ' points='42.8987311 187.85474 44.5149776 189.470659 46.1312242 187.85474 44.5149776 186.238821'%3E%3C/polygon%3E%3Cpolygon id='Fill-350' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.063348, 184.435880) rotate(22.000000) translate(-43.063348, -184.435880) ' points='41.4471018 184.43588 43.0633483 186.051799 44.6795949 184.43588 43.0633483 182.819961'%3E%3C/polygon%3E%3Cpolygon id='Stroke-352' transform='translate(43.063348, 184.435880) rotate(22.000000) translate(-43.063348, -184.435880) ' points='41.4471018 184.43588 43.0633483 186.051799 44.6795949 184.43588 43.0633483 182.819961'%3E%3C/polygon%3E%3Cpolygon id='Fill-354' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(41.611754, 181.017103) rotate(22.000000) translate(-41.611754, -181.017103) ' points='39.9955076 181.017103 41.6117542 182.633021 43.2280007 181.017103 41.6117542 179.401184'%3E%3C/polygon%3E%3Cpolygon id='Stroke-356' transform='translate(41.611754, 181.017103) rotate(22.000000) translate(-41.611754, -181.017103) ' points='39.9955076 181.017103 41.6117542 182.633021 43.2280007 181.017103 41.6117542 179.401184'%3E%3C/polygon%3E%3Cpolygon id='Fill-358' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(40.160184, 177.598266) rotate(22.000000) translate(-40.160184, -177.598266) ' points='38.5439373 177.598266 40.1601838 179.214185 41.7764303 177.598266 40.1601838 175.982348'%3E%3C/polygon%3E%3Cpolygon id='Stroke-360' transform='translate(40.160184, 177.598266) rotate(22.000000) translate(-40.160184, -177.598266) ' points='38.5439373 177.598266 40.1601838 179.214185 41.7764303 177.598266 40.1601838 175.982348'%3E%3C/polygon%3E%3Cpolygon id='Fill-362' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(41.358892, 189.194041) rotate(22.000000) translate(-41.358892, -189.194041) ' points='39.7426458 189.194041 41.3588923 190.80996 42.9751388 189.194041 41.3588923 187.578122'%3E%3C/polygon%3E%3Cpolygon id='Stroke-364' transform='translate(41.358892, 189.194041) rotate(22.000000) translate(-41.358892, -189.194041) ' points='39.7426458 189.194041 41.3588923 190.80996 42.9751388 189.194041 41.3588923 187.578122'%3E%3C/polygon%3E%3Cpolygon id='Fill-366' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(39.907263, 185.775181) rotate(22.000000) translate(-39.907263, -185.775181) ' points='38.2910165 185.775181 39.907263 187.3911 41.5235095 185.775181 39.907263 184.159262'%3E%3C/polygon%3E%3Cpolygon id='Stroke-368' transform='translate(39.907263, 185.775181) rotate(22.000000) translate(-39.907263, -185.775181) ' points='38.2910165 185.775181 39.907263 187.3911 41.5235095 185.775181 39.907263 184.159262'%3E%3C/polygon%3E%3Cpolygon id='Fill-370' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.455669, 182.356404) rotate(22.000000) translate(-38.455669, -182.356404) ' points='36.8394223 182.356404 38.4556688 183.972322 40.0719154 182.356404 38.4556688 180.740485'%3E%3C/polygon%3E%3Cpolygon id='Stroke-372' transform='translate(38.455669, 182.356404) rotate(22.000000) translate(-38.455669, -182.356404) ' points='36.8394223 182.356404 38.4556688 183.972322 40.0719154 182.356404 38.4556688 180.740485'%3E%3C/polygon%3E%3Cpolygon id='Fill-374' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(37.004016, 178.937602) rotate(22.000000) translate(-37.004016, -178.937602) ' points='35.3877692 178.937602 37.0040158 180.553521 38.6202623 178.937602 37.0040158 177.321684'%3E%3C/polygon%3E%3Cpolygon id='Stroke-376' transform='translate(37.004016, 178.937602) rotate(22.000000) translate(-37.004016, -178.937602) ' points='35.3877692 178.937602 37.0040158 180.553521 38.6202623 178.937602 37.0040158 177.321684'%3E%3C/polygon%3E%3Cpolygon id='Fill-378' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(46.380894, 165.931897) rotate(22.000000) translate(-46.380894, -165.931897) ' points='44.7646475 165.931897 46.380894 167.547816 47.9971405 165.931897 46.380894 164.315979'%3E%3C/polygon%3E%3Cpolygon id='Stroke-380' transform='translate(46.380894, 165.931897) rotate(22.000000) translate(-46.380894, -165.931897) ' points='44.7646475 165.931897 46.380894 167.547816 47.9971405 165.931897 46.380894 164.315979'%3E%3C/polygon%3E%3Cpolygon id='Fill-382' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(44.929324, 162.513061) rotate(22.000000) translate(-44.929324, -162.513061) ' points='43.3130771 162.513061 44.9293236 164.12898 46.5455702 162.513061 44.9293236 160.897143'%3E%3C/polygon%3E%3Cpolygon id='Stroke-384' transform='translate(44.929324, 162.513061) rotate(22.000000) translate(-44.929324, -162.513061) ' points='43.3130771 162.513061 44.9293236 164.12898 46.5455702 162.513061 44.9293236 160.897143'%3E%3C/polygon%3E%3Cpolygon id='Fill-386' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.477729, 159.094284) rotate(22.000000) translate(-43.477729, -159.094284) ' points='41.8614829 159.094284 43.4777295 160.710203 45.093976 159.094284 43.4777295 157.478365'%3E%3C/polygon%3E%3Cpolygon id='Stroke-388' transform='translate(43.477729, 159.094284) rotate(22.000000) translate(-43.477729, -159.094284) ' points='41.8614829 159.094284 43.4777295 160.710203 45.093976 159.094284 43.4777295 157.478365'%3E%3C/polygon%3E%3Cpolygon id='Fill-390' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(42.026100, 155.675424) rotate(22.000000) translate(-42.026100, -155.675424) ' points='40.4098536 155.675424 42.0261002 157.291342 43.6423467 155.675424 42.0261002 154.059505'%3E%3C/polygon%3E%3Cpolygon id='Stroke-392' transform='translate(42.026100, 155.675424) rotate(22.000000) translate(-42.026100, -155.675424) ' points='40.4098536 155.675424 42.0261002 157.291342 43.6423467 155.675424 42.0261002 154.059505'%3E%3C/polygon%3E%3Cpolygon id='Fill-394' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(43.224809, 167.271198) rotate(22.000000) translate(-43.224809, -167.271198) ' points='41.6085622 167.271198 43.2248087 168.887117 44.8410552 167.271198 43.2248087 165.65528'%3E%3C/polygon%3E%3Cpolygon id='Stroke-396' transform='translate(43.224809, 167.271198) rotate(22.000000) translate(-43.224809, -167.271198) ' points='41.6085622 167.271198 43.2248087 168.887117 44.8410552 167.271198 43.2248087 165.65528'%3E%3C/polygon%3E%3Cpolygon id='Fill-398' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(41.773238, 163.852362) rotate(22.000000) translate(-41.773238, -163.852362) ' points='40.1569918 163.852362 41.7732383 165.468281 43.3894848 163.852362 41.7732383 162.236443'%3E%3C/polygon%3E%3Cpolygon id='Stroke-400' transform='translate(41.773238, 163.852362) rotate(22.000000) translate(-41.773238, -163.852362) ' points='40.1569918 163.852362 41.7732383 165.468281 43.3894848 163.852362 41.7732383 162.236443'%3E%3C/polygon%3E%3Cpolygon id='Fill-402' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(40.321585, 160.433561) rotate(22.000000) translate(-40.321585, -160.433561) ' points='38.7053387 160.433561 40.3215852 162.04948 41.9378318 160.433561 40.3215852 158.817642'%3E%3C/polygon%3E%3Cpolygon id='Stroke-404' transform='translate(40.321585, 160.433561) rotate(22.000000) translate(-40.321585, -160.433561) ' points='38.7053387 160.433561 40.3215852 162.04948 41.9378318 160.433561 40.3215852 158.817642'%3E%3C/polygon%3E%3Cpolygon id='Fill-406' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.869991, 157.014784) rotate(22.000000) translate(-38.869991, -157.014784) ' points='37.2537445 157.014784 38.8699911 158.630702 40.4862376 157.014784 38.8699911 155.398865'%3E%3C/polygon%3E%3Cpolygon id='Stroke-408' transform='translate(38.869991, 157.014784) rotate(22.000000) translate(-38.869991, -157.014784) ' points='37.2537445 157.014784 38.8699911 158.630702 40.4862376 157.014784 38.8699911 155.398865'%3E%3C/polygon%3E%3Cpolygon id='Fill-410' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(40.068723, 168.610499) rotate(22.000000) translate(-40.068723, -168.610499) ' points='38.4524768 168.610499 40.0687234 170.226418 41.6849699 168.610499 40.0687234 166.994581'%3E%3C/polygon%3E%3Cpolygon id='Stroke-412' transform='translate(40.068723, 168.610499) rotate(22.000000) translate(-40.068723, -168.610499) ' points='38.4524768 168.610499 40.0687234 170.226418 41.6849699 168.610499 40.0687234 166.994581'%3E%3C/polygon%3E%3Cpolygon id='Fill-414' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.617129, 165.191722) rotate(22.000000) translate(-38.617129, -165.191722) ' points='37.0008827 165.191722 38.6171292 166.807641 40.2333757 165.191722 38.6171292 163.575803'%3E%3C/polygon%3E%3Cpolygon id='Stroke-416' transform='translate(38.617129, 165.191722) rotate(22.000000) translate(-38.617129, -165.191722) ' points='37.0008827 165.191722 38.6171292 166.807641 40.2333757 165.191722 38.6171292 163.575803'%3E%3C/polygon%3E%3Cpolygon id='Fill-418' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(37.165500, 161.772862) rotate(22.000000) translate(-37.165500, -161.772862) ' points='35.5492534 161.772862 37.1654999 163.388781 38.7817464 161.772862 37.1654999 160.156943'%3E%3C/polygon%3E%3Cpolygon id='Stroke-420' transform='translate(37.165500, 161.772862) rotate(22.000000) translate(-37.165500, -161.772862) ' points='35.5492534 161.772862 37.1654999 163.388781 38.7817464 161.772862 37.1654999 160.156943'%3E%3C/polygon%3E%3Cpolygon id='Fill-422' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.713906, 158.354085) rotate(22.000000) translate(-35.713906, -158.354085) ' points='34.0976592 158.354085 35.7139057 159.970003 37.3301523 158.354085 35.7139057 156.738166'%3E%3C/polygon%3E%3Cpolygon id='Stroke-424' transform='translate(35.713906, 158.354085) rotate(22.000000) translate(-35.713906, -158.354085) ' points='34.0976592 158.354085 35.7139057 159.970003 37.3301523 158.354085 35.7139057 156.738166'%3E%3C/polygon%3E%3Cpolygon id='Fill-426' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(36.912638, 169.949800) rotate(22.000000) translate(-36.912638, -169.949800) ' points='35.2963915 169.9498 36.912638 171.565719 38.5288846 169.9498 36.912638 168.333882'%3E%3C/polygon%3E%3Cpolygon id='Stroke-428' transform='translate(36.912638, 169.949800) rotate(22.000000) translate(-36.912638, -169.949800) ' points='35.2963915 169.9498 36.912638 171.565719 38.5288846 169.9498 36.912638 168.333882'%3E%3C/polygon%3E%3Cpolygon id='Fill-430' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.461068, 166.530964) rotate(22.000000) translate(-35.461068, -166.530964) ' points='33.8448211 166.530964 35.4610677 168.146883 37.0773142 166.530964 35.4610677 164.915045'%3E%3C/polygon%3E%3Cpolygon id='Stroke-432' transform='translate(35.461068, 166.530964) rotate(22.000000) translate(-35.461068, -166.530964) ' points='33.8448211 166.530964 35.4610677 168.146883 37.0773142 166.530964 35.4610677 164.915045'%3E%3C/polygon%3E%3Cpolygon id='Fill-434' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(34.009415, 163.112163) rotate(22.000000) translate(-34.009415, -163.112163) ' points='32.3931681 163.112163 34.0094146 164.728081 35.6256611 163.112163 34.0094146 161.496244'%3E%3C/polygon%3E%3Cpolygon id='Stroke-436' transform='translate(34.009415, 163.112163) rotate(22.000000) translate(-34.009415, -163.112163) ' points='32.3931681 163.112163 34.0094146 164.728081 35.6256611 163.112163 34.0094146 161.496244'%3E%3C/polygon%3E%3Cpolygon id='Fill-438' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.557820, 159.693385) rotate(22.000000) translate(-32.557820, -159.693385) ' points='30.9415739 159.693385 32.5578204 161.309304 34.174067 159.693385 32.5578204 158.077467'%3E%3C/polygon%3E%3Cpolygon id='Stroke-440' transform='translate(32.557820, 159.693385) rotate(22.000000) translate(-32.557820, -159.693385) ' points='30.9415739 159.693385 32.5578204 161.309304 34.174067 159.693385 32.5578204 158.077467'%3E%3C/polygon%3E%3Cpolygon id='Fill-442' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(33.756553, 171.289101) rotate(22.000000) translate(-33.756553, -171.289101) ' points='32.1403062 171.289101 33.7565527 172.90502 35.3727993 171.289101 33.7565527 169.673182'%3E%3C/polygon%3E%3Cpolygon id='Stroke-444' transform='translate(33.756553, 171.289101) rotate(22.000000) translate(-33.756553, -171.289101) ' points='32.1403062 171.289101 33.7565527 172.90502 35.3727993 171.289101 33.7565527 169.673182'%3E%3C/polygon%3E%3Cpolygon id='Fill-446' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.304959, 167.870324) rotate(22.000000) translate(-32.304959, -167.870324) ' points='30.688712 167.870324 32.3049586 169.486242 33.9212051 167.870324 32.3049586 166.254405'%3E%3C/polygon%3E%3Cpolygon id='Stroke-448' transform='translate(32.304959, 167.870324) rotate(22.000000) translate(-32.304959, -167.870324) ' points='30.688712 167.870324 32.3049586 169.486242 33.9212051 167.870324 32.3049586 166.254405'%3E%3C/polygon%3E%3Cpolygon id='Fill-450' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(30.853329, 164.451464) rotate(22.000000) translate(-30.853329, -164.451464) ' points='29.2370827 164.451464 30.8533293 166.067382 32.4695758 164.451464 30.8533293 162.835545'%3E%3C/polygon%3E%3Cpolygon id='Stroke-452' transform='translate(30.853329, 164.451464) rotate(22.000000) translate(-30.853329, -164.451464) ' points='29.2370827 164.451464 30.8533293 166.067382 32.4695758 164.451464 30.8533293 162.835545'%3E%3C/polygon%3E%3Cpolygon id='Fill-454' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(29.401735, 161.032686) rotate(22.000000) translate(-29.401735, -161.032686) ' points='27.7854886 161.032686 29.4017351 162.648605 31.0179816 161.032686 29.4017351 159.416768'%3E%3C/polygon%3E%3Cpolygon id='Stroke-456' transform='translate(29.401735, 161.032686) rotate(22.000000) translate(-29.401735, -161.032686) ' points='27.7854886 161.032686 29.4017351 162.648605 31.0179816 161.032686 29.4017351 159.416768'%3E%3C/polygon%3E%3Cpolygon id='Fill-458' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(38.778613, 148.026981) rotate(22.000000) translate(-38.778613, -148.026981) ' points='37.1623668 148.026981 38.7786133 149.6429 40.3948599 148.026981 38.7786133 146.411063'%3E%3C/polygon%3E%3Cpolygon id='Stroke-460' transform='translate(38.778613, 148.026981) rotate(22.000000) translate(-38.778613, -148.026981) ' points='37.1623668 148.026981 38.7786133 149.6429 40.3948599 148.026981 38.7786133 146.411063'%3E%3C/polygon%3E%3Cpolygon id='Fill-462' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(37.326984, 144.608121) rotate(22.000000) translate(-37.326984, -144.608121) ' points='35.7107375 144.608121 37.3269841 146.22404 38.9432306 144.608121 37.3269841 142.992203'%3E%3C/polygon%3E%3Cpolygon id='Stroke-464' transform='translate(37.326984, 144.608121) rotate(22.000000) translate(-37.326984, -144.608121) ' points='35.7107375 144.608121 37.3269841 146.22404 38.9432306 144.608121 37.3269841 142.992203'%3E%3C/polygon%3E%3Cpolygon id='Fill-466' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.875390, 141.189344) rotate(22.000000) translate(-35.875390, -141.189344) ' points='34.2591433 141.189344 35.8753899 142.805263 37.4916364 141.189344 35.8753899 139.573425'%3E%3C/polygon%3E%3Cpolygon id='Stroke-468' transform='translate(35.875390, 141.189344) rotate(22.000000) translate(-35.875390, -141.189344) ' points='34.2591433 141.189344 35.8753899 142.805263 37.4916364 141.189344 35.8753899 139.573425'%3E%3C/polygon%3E%3Cpolygon id='Fill-470' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(34.423796, 137.770567) rotate(22.000000) translate(-34.423796, -137.770567) ' points='32.8075492 137.770567 34.4237957 139.386485 36.0400422 137.770567 34.4237957 136.154648'%3E%3C/polygon%3E%3Cpolygon id='Stroke-472' fill='%23B2BECA' transform='translate(34.423796, 137.770567) rotate(22.000000) translate(-34.423796, -137.770567) ' points='34.4237957 139.386485 36.0400422 137.770567 34.4237957 136.154648 32.8075492 137.770567'%3E%3C/polygon%3E%3Cpolygon id='Fill-474' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(35.622528, 149.366282) rotate(22.000000) translate(-35.622528, -149.366282) ' points='34.0062815 149.366282 35.622528 150.982201 37.2387746 149.366282 35.622528 147.750364'%3E%3C/polygon%3E%3Cpolygon id='Stroke-476' transform='translate(35.622528, 149.366282) rotate(22.000000) translate(-35.622528, -149.366282) ' points='34.0062815 149.366282 35.622528 150.982201 37.2387746 149.366282 35.622528 147.750364'%3E%3C/polygon%3E%3Cpolygon id='Fill-478' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(34.170875, 145.947481) rotate(22.000000) translate(-34.170875, -145.947481) ' points='32.5546284 145.947481 34.1708749 147.5634 35.7871215 145.947481 34.1708749 144.331563'%3E%3C/polygon%3E%3Cpolygon id='Stroke-480' transform='translate(34.170875, 145.947481) rotate(22.000000) translate(-34.170875, -145.947481) ' points='32.5546284 145.947481 34.1708749 147.5634 35.7871215 145.947481 34.1708749 144.331563'%3E%3C/polygon%3E%3Cpolygon id='Fill-482' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.719305, 142.528645) rotate(22.000000) translate(-32.719305, -142.528645) ' points='31.103058 142.528645 32.7193046 144.144564 34.3355511 142.528645 32.7193046 140.912726'%3E%3C/polygon%3E%3Cpolygon id='Stroke-484' transform='translate(32.719305, 142.528645) rotate(22.000000) translate(-32.719305, -142.528645) ' points='31.103058 142.528645 32.7193046 144.144564 34.3355511 142.528645 32.7193046 140.912726'%3E%3C/polygon%3E%3Cpolygon id='Fill-486' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(31.267651, 139.109844) rotate(22.000000) translate(-31.267651, -139.109844) ' points='29.651405 139.109844 31.2676515 140.725763 32.883898 139.109844 31.2676515 137.493925'%3E%3C/polygon%3E%3Cpolygon id='Stroke-488' transform='translate(31.267651, 139.109844) rotate(22.000000) translate(-31.267651, -139.109844) ' points='29.651405 139.109844 31.2676515 140.725763 32.883898 139.109844 31.2676515 137.493925'%3E%3C/polygon%3E%3Cpolygon id='Fill-490' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(32.466384, 150.705559) rotate(22.000000) translate(-32.466384, -150.705559) ' points='30.8501373 150.705559 32.4663838 152.321478 34.0826303 150.705559 32.4663838 149.089641'%3E%3C/polygon%3E%3Cpolygon id='Stroke-492' transform='translate(32.466384, 150.705559) rotate(22.000000) translate(-32.466384, -150.705559) ' points='30.8501373 150.705559 32.4663838 152.321478 34.0826303 150.705559 32.4663838 149.089641'%3E%3C/polygon%3E%3Cpolygon id='Fill-494' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(31.014790, 147.286782) rotate(22.000000) translate(-31.014790, -147.286782) ' points='29.3985431 147.286782 31.0147896 148.902701 32.6310362 147.286782 31.0147896 145.670863'%3E%3C/polygon%3E%3Cpolygon id='Stroke-496' transform='translate(31.014790, 147.286782) rotate(22.000000) translate(-31.014790, -147.286782) ' points='29.3985431 147.286782 31.0147896 148.902701 32.6310362 147.286782 31.0147896 145.670863'%3E%3C/polygon%3E%3Cpolygon id='Fill-498' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(29.563219, 143.867946) rotate(22.000000) translate(-29.563219, -143.867946) ' points='27.9469727 143.867946 29.5632192 145.483865 31.1794658 143.867946 29.5632192 142.252027'%3E%3C/polygon%3E%3Cpolygon id='Stroke-500' transform='translate(29.563219, 143.867946) rotate(22.000000) translate(-29.563219, -143.867946) ' points='27.9469727 143.867946 29.5632192 145.483865 31.1794658 143.867946 29.5632192 142.252027'%3E%3C/polygon%3E%3Cpolygon id='Fill-502' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(28.111566, 140.449145) rotate(22.000000) translate(-28.111566, -140.449145) ' points='26.4953196 140.449145 28.1115662 142.065063 29.7278127 140.449145 28.1115662 138.833226'%3E%3C/polygon%3E%3Cpolygon id='Stroke-504' transform='translate(28.111566, 140.449145) rotate(22.000000) translate(-28.111566, -140.449145) ' points='26.4953196 140.449145 28.1115662 142.065063 29.7278127 140.449145 28.1115662 138.833226'%3E%3C/polygon%3E%3Cpolygon id='Fill-506' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(29.310298, 152.044860) rotate(22.000000) translate(-29.310298, -152.044860) ' points='27.6940519 152.04486 29.3102985 153.660779 30.926545 152.04486 29.3102985 150.428942'%3E%3C/polygon%3E%3Cpolygon id='Stroke-508' transform='translate(29.310298, 152.044860) rotate(22.000000) translate(-29.310298, -152.044860) ' points='27.6940519 152.04486 29.3102985 153.660779 30.926545 152.04486 29.3102985 150.428942'%3E%3C/polygon%3E%3Cpolygon id='Fill-510' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(27.858704, 148.626083) rotate(22.000000) translate(-27.858704, -148.626083) ' points='26.2424578 148.626083 27.8587043 150.242002 29.4749508 148.626083 27.8587043 147.010164'%3E%3C/polygon%3E%3Cpolygon id='Stroke-512' transform='translate(27.858704, 148.626083) rotate(22.000000) translate(-27.858704, -148.626083) ' points='26.2424578 148.626083 27.8587043 150.242002 29.4749508 148.626083 27.8587043 147.010164'%3E%3C/polygon%3E%3Cpolygon id='Fill-514' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(26.407134, 145.207247) rotate(22.000000) translate(-26.407134, -145.207247) ' points='24.7908874 145.207247 26.4071339 146.823166 28.0233805 145.207247 26.4071339 143.591328'%3E%3C/polygon%3E%3Cpolygon id='Stroke-516' transform='translate(26.407134, 145.207247) rotate(22.000000) translate(-26.407134, -145.207247) ' points='24.7908874 145.207247 26.4071339 146.823166 28.0233805 145.207247 26.4071339 143.591328'%3E%3C/polygon%3E%3Cpolygon id='Fill-518' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(24.955481, 141.788446) rotate(22.000000) translate(-24.955481, -141.788446) ' points='23.3392343 141.788446 24.9554808 143.404364 26.5717274 141.788446 24.9554808 140.172527'%3E%3C/polygon%3E%3Cpolygon id='Stroke-520' transform='translate(24.955481, 141.788446) rotate(22.000000) translate(-24.955481, -141.788446) ' points='23.3392343 141.788446 24.9554808 143.404364 26.5717274 141.788446 24.9554808 140.172527'%3E%3C/polygon%3E%3Cpolygon id='Fill-522' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(26.154213, 153.384161) rotate(22.000000) translate(-26.154213, -153.384161) ' points='24.5379666 153.384161 26.1542132 155.00008 27.7704597 153.384161 26.1542132 151.768243'%3E%3C/polygon%3E%3Cpolygon id='Stroke-524' transform='translate(26.154213, 153.384161) rotate(22.000000) translate(-26.154213, -153.384161) ' points='24.5379666 153.384161 26.1542132 155.00008 27.7704597 153.384161 26.1542132 151.768243'%3E%3C/polygon%3E%3Cpolygon id='Fill-526' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(24.702619, 149.965384) rotate(22.000000) translate(-24.702619, -149.965384) ' points='23.0863724 149.965384 24.702619 151.581303 26.3188655 149.965384 24.702619 148.349465'%3E%3C/polygon%3E%3Cpolygon id='Stroke-528' transform='translate(24.702619, 149.965384) rotate(22.000000) translate(-24.702619, -149.965384) ' points='23.0863724 149.965384 24.702619 151.581303 26.3188655 149.965384 24.702619 148.349465'%3E%3C/polygon%3E%3Cpolygon id='Fill-530' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(23.250966, 146.546583) rotate(22.000000) translate(-23.250966, -146.546583) ' points='21.6347194 146.546583 23.2509659 148.162502 24.8672124 146.546583 23.2509659 144.930664'%3E%3C/polygon%3E%3Cpolygon id='Stroke-532' transform='translate(23.250966, 146.546583) rotate(22.000000) translate(-23.250966, -146.546583) ' points='21.6347194 146.546583 23.2509659 148.162502 24.8672124 146.546583 23.2509659 144.930664'%3E%3C/polygon%3E%3Cpolygon id='Fill-534' fill-opacity='0.8' fill='%23A3B1BF' transform='translate(21.799396, 143.127747) rotate(22.000000) translate(-21.799396, -143.127747) ' points='20.183149 143.127747 21.7993955 144.743665 23.4156421 143.127747 21.7993955 141.511828'%3E%3C/polygon%3E%3Cpolygon id='Stroke-536' transform='translate(21.799396, 143.127747) rotate(22.000000) translate(-21.799396, -143.127747) ' points='20.183149 143.127747 21.7993955 144.743665 23.4156421 143.127747 21.7993955 141.511828'%3E%3C/polygon%3E%3Cpath d='M129.314819,189.942425 C126.372666,187.000233 124.490222,184.112668 125.110927,183.492089 C125.731631,182.87151 128.619783,184.753573 131.562571,187.695129 C134.504724,190.637321 136.387169,193.524886 135.766464,194.145465 C135.145759,194.766044 132.257608,192.883981 129.314819,189.942425 Z' id='Fill-538' fill='%23F5F5F5' transform='translate(130.438695, 188.818777) rotate(22.000000) translate(-130.438695, -188.818777) '%3E%3C/path%3E%3Cpath d='M129.314819,189.942425 C126.372666,187.000233 124.490222,184.112668 125.110927,183.492089 C125.731631,182.87151 128.619783,184.753573 131.562571,187.695129 C134.504724,190.637321 136.387169,193.524886 135.766464,194.145465 C135.145759,194.766044 132.257608,192.883981 129.314819,189.942425 Z' id='Stroke-540' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(130.438695, 188.818777) rotate(22.000000) translate(-130.438695, -188.818777) '%3E%3C/path%3E%3Cpath d='M136.083433,187.715086 C130.20421,181.837055 126.443133,176.067006 127.683272,174.827118 C128.92341,173.587231 134.69463,177.347545 140.573854,183.225576 C146.453713,189.104243 150.21479,194.874292 148.974651,196.114179 C147.734513,197.354066 141.963293,193.593752 136.083433,187.715086 Z' id='Fill-542' fill='%23F5F5F5' transform='translate(138.328961, 185.470648) rotate(22.000000) translate(-138.328961, -185.470648) '%3E%3C/path%3E%3Cpath d='M136.083433,187.715086 C130.20421,181.837055 126.443133,176.067006 127.683272,174.827118 C128.92341,173.587231 134.69463,177.347545 140.573854,183.225576 C146.453713,189.104243 150.21479,194.874292 148.974651,196.114179 C147.734513,197.354066 141.963293,193.593752 136.083433,187.715086 Z' id='Stroke-544' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(138.328961, 185.470648) rotate(22.000000) translate(-138.328961, -185.470648) '%3E%3C/path%3E%3Cpath d='M146.697288,183.650834 C138.818086,175.773231 133.777481,168.04045 135.43947,166.378798 C137.101459,164.717146 144.835809,169.756729 152.715011,177.634332 C160.594213,185.511936 165.634818,193.244716 163.972829,194.906369 C162.310839,196.568021 154.57649,191.528438 146.697288,183.650834 Z' id='Fill-546' fill-opacity='0.35' fill='%23F5F5F5' transform='translate(149.706149, 180.642583) rotate(22.000000) translate(-149.706149, -180.642583) '%3E%3C/path%3E%3Cpath d='M146.697288,183.650834 C138.818086,175.773231 133.777481,168.04045 135.43947,166.378798 C137.101459,164.717146 144.835809,169.756729 152.715011,177.634332 C160.594213,185.511936 165.634818,193.244716 163.972829,194.906369 C162.310839,196.568021 154.57649,191.528438 146.697288,183.650834 Z' id='Stroke-548' stroke='%23A3B1BF' stroke-width='1.62' stroke-linejoin='round' transform='translate(149.706149, 180.642583) rotate(22.000000) translate(-149.706149, -180.642583) '%3E%3C/path%3E%3Cpath d='M65.2279553,90.2345285 C62.4548336,90.0320836 60.4105231,89.3345405 60.4105231,88.5051511 C60.4105231,87.676673 62.4503446,86.9797514 65.2188187,86.7764428 C65.4149139,84.0068366 66.0879499,81.9659221 66.8880741,81.9659221 C67.6881984,81.9659221 68.3612344,84.0068366 68.5573295,86.7764428 C71.3258036,86.9797514 73.3656251,87.676673 73.3656251,88.5051511 C73.3656251,89.3345405 71.3213146,90.0320836 68.548193,90.2345285 C68.3410329,92.9408238 67.6762073,94.9210242 66.8880741,94.9210242 C66.0999409,94.9210242 65.4351154,92.9408238 65.2279553,90.2345285 Z' id='Oval-80-Copy-3' fill-opacity='0.4' fill='%23A3B1BF' opacity='0.85' transform='translate(66.888074, 88.443473) rotate(-340.000000) translate(-66.888074, -88.443473) '%3E%3C/path%3E%3Cpath d='M118.775569,329.140492 L118.424988,329.526146 C117.522244,330.5192 115.985396,330.592411 114.992341,329.689667 C114.596934,329.330218 114.331035,328.850456 114.235803,328.324641 L114.143075,327.812647 L113.669257,327.599091 C112.445737,327.047635 111.900921,325.608734 112.452377,324.385214 C112.672015,323.8979 113.046204,323.496601 113.516991,323.243469 L113.97521,322.997095 L114.032158,322.478985 C114.178786,321.144967 115.379087,320.182398 116.713105,320.329026 C117.24418,320.387399 117.741214,320.61917 118.127299,320.988476 L118.503957,321.348765 L119.01334,321.242962 C120.327346,320.970031 121.613813,321.813989 121.886744,323.127995 C121.995449,323.651349 121.928561,324.195943 121.696437,324.677436 L121.470742,325.145594 L121.728812,325.597409 C122.394441,326.762759 121.989337,328.247061 120.823987,328.91269 C120.359975,329.177726 119.82154,329.282421 119.292023,329.21057 L118.775569,329.140492 Z' id='Star-1-Copy-16' fill-opacity='0.4' fill='%23A3B1BF'%3E%3C/path%3E%3Cpath d='M432.83752,120.004816 L432.837087,120.005044 L432.837087,120.005044 C432.092472,120.396429 431.171561,120.110079 430.780176,119.365464 C430.624337,119.068978 430.570573,118.729391 430.627206,118.399266 L430.627206,118.399266 L430.627206,118.399266 L430.627206,118.399266 C430.024845,117.812233 430.01242,116.848039 430.599453,116.245678 C430.833262,116.005765 431.139652,115.849637 431.471171,115.801474 L431.471471,115.801431 L431.471471,115.801431 L431.471471,115.801431 C431.843891,115.046982 432.757399,114.737288 433.511848,115.109709 C433.812195,115.25797 434.055308,115.501083 434.20357,115.801431 L434.20357,115.801431 L434.203869,115.801474 L434.203869,115.801474 C435.036229,115.922398 435.612963,116.695187 435.492039,117.527547 C435.443876,117.859067 435.287748,118.165457 435.047835,118.399266 L435.047835,118.399266 L435.047835,118.399266 L435.047835,118.399266 C435.190066,119.228364 434.63325,120.015783 433.804152,120.158014 C433.474027,120.214647 433.134439,120.160883 432.837954,120.005044 L432.83752,120.004816 Z' id='Star-1-Copy-18' fill-opacity='0.4' fill='%23A3B1BF' transform='translate(432.837619, 117.566125) rotate(-3.000000) translate(-432.837619, -117.566125) '%3E%3C/path%3E%3Cpath d='M99.7727703,38.762372 L99.0266308,39.1545584 L99.0266308,39.1545584 C97.8386845,39.7789675 96.36948,39.3221304 95.7450708,38.134184 C95.4964477,37.6611755 95.4106732,37.1194035 95.5010241,36.5927278 L95.6433921,35.7628333 L95.0407812,35.1755563 L95.0407812,35.1755563 C94.0796578,34.2388893 94.059832,32.7004261 94.996499,31.7393027 C95.369563,31.3564979 95.8584376,31.1073808 96.3874089,31.0305329 L97.2206742,30.9094778 L97.5937913,30.1536188 L97.5937913,30.1536188 C98.1878378,28.950202 99.6449697,28.4562097 100.848387,29.0502562 C101.327469,29.2867472 101.715258,29.6745363 101.951749,30.1536188 L102.324866,30.9094778 L103.158132,31.0305329 L103.158132,31.0305329 C104.486241,31.223478 105.406474,32.4565366 105.213529,33.7846464 C105.136681,34.3136177 104.887564,34.8024923 104.504759,35.1755563 L103.902148,35.7628333 L104.044516,36.5927278 L104.044516,36.5927278 C104.27143,37.9154575 103.383095,39.1716915 102.060366,39.398605 C101.53369,39.4889559 100.991918,39.4031814 100.51891,39.1545584 L99.7727703,38.762372 Z' id='Star-1-Copy-19' fill-opacity='0.4' fill='%23A3B1BF' transform='translate(99.772928, 34.116388) rotate(19.000000) translate(-99.772928, -34.116388) '%3E%3C/path%3E%3Cpath d='M396.631073,305.744172 L396.098125,305.608596 C394.797498,305.277731 394.01135,303.955146 394.342215,302.654518 C394.473956,302.136643 394.772729,301.676633 395.192288,301.345694 L395.623376,301.00566 L395.587617,300.458372 C395.500116,299.119176 396.514815,297.962609 397.854012,297.875108 C398.387399,297.840257 398.917395,297.982247 399.361919,298.279089 L399.818473,298.583965 L400.329362,298.380373 C401.576068,297.883555 402.989473,298.491459 403.486291,299.738164 C403.684076,300.23448 403.712777,300.782145 403.567956,301.296416 L403.418882,301.825788 L403.76981,302.247972 C404.627682,303.280038 404.486471,304.812135 403.454406,305.670007 C403.043346,306.011688 402.531095,306.208301 401.996987,306.229395 L401.44896,306.251039 L401.15585,306.715309 C400.439401,307.850123 398.938655,308.189275 397.80384,307.472826 C397.351988,307.187555 397.006767,306.761296 396.821614,306.260029 L396.631073,305.744172 Z' id='Star-1-Copy-20' fill-opacity='0.4' fill='%23A3B1BF'%3E%3C/path%3E%3Cpath d='M439.755536,146.347757 L439.755103,146.347984 L439.755103,146.347984 C439.010488,146.739369 438.089577,146.45302 437.698192,145.708405 C437.542353,145.411919 437.488589,145.072331 437.545222,144.742206 L437.545222,144.742206 L437.545222,144.742206 L437.545222,144.742206 C436.942861,144.155173 436.930436,143.190979 437.517469,142.588619 C437.751277,142.348705 438.057668,142.192577 438.389187,142.144415 L438.389487,142.144371 L438.389487,142.144371 L438.389487,142.144371 C438.761907,141.389923 439.675415,141.080228 440.429864,141.452649 C440.730211,141.600911 440.973324,141.844024 441.121586,142.144371 L441.121586,142.144371 L441.121885,142.144415 L441.121885,142.144415 C441.954245,142.265338 442.530978,143.038128 442.410055,143.870488 C442.361892,144.202007 442.205764,144.508398 441.965851,144.742206 L441.965851,144.742206 L441.965851,144.742206 L441.965851,144.742206 C442.108082,145.571305 441.551266,146.358723 440.722168,146.500955 C440.392043,146.557588 440.052455,146.503823 439.755969,146.347984 L439.755536,146.347757 Z' id='Star-1-Copy-21' fill-opacity='0.4' fill='%23A3B1BF' transform='translate(439.755635, 143.909066) rotate(-12.000000) translate(-439.755635, -143.909066) '%3E%3C/path%3E%3Cpath d='M244.621971,220.61341 C277.15945,220.61341 303.536288,194.242112 303.536288,161.711467 C303.536288,129.180822 277.15945,102.809524 244.621971,102.809524 C212.084491,102.809524 185.707653,129.180822 185.707653,161.711467 C185.707653,194.242112 212.084491,220.61341 244.621971,220.61341 Z' id='Oval-8-Copy-2' fill-opacity='0.66' fill='%23A3B1BF'%3E%3C/path%3E%3Cpath d='M245.345696,141.060063 C241.146656,141.060063 237.880736,142.342349 235.547936,144.906921 C233.215136,147.354921 232.107056,150.618921 232.107056,154.698921 L236.714336,154.698921 C236.714336,151.842921 237.355856,149.628063 238.638896,147.996063 C240.038576,146.072635 242.196416,145.140063 245.112416,145.140063 C247.561856,145.140063 249.486416,145.781206 250.827776,147.180063 C252.110816,148.462349 252.810656,150.269206 252.810656,152.600635 C252.810656,154.232635 252.227456,155.748063 251.061056,157.205206 C250.711136,157.671492 250.011296,158.370921 249.078176,159.303492 C245.928896,162.101206 244.004336,164.316063 243.187856,166.064635 C242.488016,167.521778 242.138096,169.212063 242.138096,171.135492 L242.138096,172.476063 L246.803696,172.476063 L246.803696,171.135492 C246.803696,169.561778 247.153616,168.162921 247.911776,166.880635 C248.494976,165.831492 249.369776,164.782349 250.652816,163.674921 C253.218896,161.401778 254.793536,159.886349 255.376736,159.186921 C256.834736,157.263492 257.592896,154.990349 257.592896,152.367492 C257.592896,148.870349 256.484816,146.130921 254.326976,144.149206 C252.052496,142.050921 249.078176,141.060063 245.345696,141.060063 Z M244.470896,176.556063 C243.479456,176.556063 242.662976,176.847492 241.963136,177.546921 C241.263296,178.188063 240.971696,179.004063 240.971696,179.994921 C240.971696,180.985778 241.263296,181.801778 241.963136,182.501206 C242.662976,183.142349 243.479456,183.492063 244.470896,183.492063 C245.462336,183.492063 246.278816,183.142349 246.978656,182.501206 C247.678496,181.860063 248.028416,181.044063 248.028416,179.994921 C248.028416,179.004063 247.678496,178.188063 247.036976,177.546921 C246.337136,176.847492 245.462336,176.556063 244.470896,176.556063 Z' id='?' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M223.261662,133.139924 C229.077338,129.782947 239.631808,125.828273 236.274126,120.013819 C232.916444,114.199364 220.565868,115.043746 214.750193,118.400722 C208.934517,121.757699 202.729834,131.623951 206.087516,137.438405 C209.445198,143.252859 217.445986,136.4969 223.261662,133.139924' id='Oval-8-Copy-2' fill='%23FAFAFA'%3E%3C/path%3E%3Cpath d='M249.679003,119.820589 C252.365149,119.820589 254.5427,117.643495 254.5427,114.957913 C254.5427,112.272332 252.365149,110.095238 249.679003,110.095238 C246.992857,110.095238 244.815306,112.272332 244.815306,114.957913 C244.815306,117.643495 246.992857,119.820589 249.679003,119.820589 Z' id='Oval-10-Copy' fill='%23FAFAFA'%3E%3C/path%3E%3Cpath d='M421.5,321.5 L423,323' id='Line-2' stroke='%23979797' stroke-linecap='square'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E", t1 = () => /* @__PURE__ */ t.jsx(o3.Fragment, { children: /* @__PURE__ */ t.jsx(
912
945
  "div",
913
946
  {
914
947
  style: {
@@ -919,7 +952,7 @@ const G2 = /* @__PURE__ */ W3(U2), V2 = ({ data: r, style: p, rank: a, taxon: s
919
952
  },
920
953
  className: "catalogue-of-life",
921
954
  children: /* @__PURE__ */ t.jsxs("div", { style: {
922
- backgroundImage: `url("data:image/svg+xml,${q2}")`,
955
+ backgroundImage: `url("data:image/svg+xml,${Q2}")`,
923
956
  backgroundRepeat: "no-repeat",
924
957
  backgroundSize: "cover",
925
958
  padding: "170px 176px 200px 224px"
@@ -928,43 +961,43 @@ const G2 = /* @__PURE__ */ W3(U2), V2 = ({ data: r, style: p, rank: a, taxon: s
928
961
  /* @__PURE__ */ t.jsx("div", { style: { textAlign: "center", fontWeight: 800 }, children: /* @__PURE__ */ t.jsx("p", { children: "Sorry, this page does not exist." }) })
929
962
  ] })
930
963
  }
931
- ) }), X2 = ({ info: r, datasetKey: p }) => {
964
+ ) }), a1 = ({ info: n, datasetKey: i }) => {
932
965
  var o, e;
933
- const [a, s] = o3({});
934
- R3(() => {
966
+ const [a, s] = e3({});
967
+ x3(() => {
935
968
  var C;
936
- (C = r == null ? void 0 : r.source) != null && C.secondarySources && i();
937
- }, [r]);
938
- const l = new u3((C) => Y3(C, p)), i = async () => {
939
- var B;
969
+ (C = n == null ? void 0 : n.source) != null && C.secondarySources && p();
970
+ }, [n]);
971
+ const r = new u3((C) => R3(C, i)), p = async () => {
972
+ var F;
940
973
  const C = {};
941
974
  try {
942
975
  await Promise.all(
943
- Object.keys(((B = r == null ? void 0 : r.source) == null ? void 0 : B.secondarySources) || {}).map(
944
- (b) => {
976
+ Object.keys(((F = n == null ? void 0 : n.source) == null ? void 0 : F.secondarySources) || {}).map(
977
+ (j) => {
945
978
  var c;
946
- return l.load((c = r == null ? void 0 : r.source) == null ? void 0 : c.secondarySources[b].datasetKey).then((k) => {
979
+ return r.load((c = n == null ? void 0 : n.source) == null ? void 0 : c.secondarySources[j].datasetKey).then((k) => {
947
980
  C[k.key] = k;
948
981
  });
949
982
  }
950
983
  )
951
984
  );
952
- } catch (b) {
953
- console.log(b);
985
+ } catch (j) {
986
+ console.log(j);
954
987
  }
955
988
  s(C);
956
989
  };
957
- return (o = r == null ? void 0 : r.source) != null && o.secondarySources ? Object.keys(((e = r == null ? void 0 : r.source) == null ? void 0 : e.secondarySources) || {}).map((C) => {
958
- var B, b, c, k, v, S, D, u, j, g, L, H, R;
959
- return /* @__PURE__ */ t.jsxs(e3.Fragment, { children: [
960
- z3(C),
990
+ return (o = n == null ? void 0 : n.source) != null && o.secondarySources ? Object.keys(((e = n == null ? void 0 : n.source) == null ? void 0 : e.secondarySources) || {}).map((C) => {
991
+ var F, j, c, k, $, A, w, d, B, M, Y, N, z;
992
+ return /* @__PURE__ */ t.jsxs(o3.Fragment, { children: [
993
+ P3(C),
961
994
  ":",
962
995
  " ",
963
996
  /* @__PURE__ */ t.jsx(
964
997
  "a",
965
998
  {
966
- href: `https://www.checklistbank.org/dataset/${(c = (b = (B = r == null ? void 0 : r.source) == null ? void 0 : B.secondarySources) == null ? void 0 : b[C]) == null ? void 0 : c.datasetKey}/taxon/${encodeURIComponent((S = (v = (k = r == null ? void 0 : r.source) == null ? void 0 : k.secondarySources) == null ? void 0 : v[C]) == null ? void 0 : S.id)}`,
967
- children: ((g = a[(j = (u = (D = r == null ? void 0 : r.source) == null ? void 0 : D.secondarySources) == null ? void 0 : u[C]) == null ? void 0 : j.datasetKey]) == null ? void 0 : g.title) || ((R = (H = (L = r == null ? void 0 : r.source) == null ? void 0 : L.secondarySources) == null ? void 0 : H[C]) == null ? void 0 : R.datasetKey)
999
+ href: `https://www.checklistbank.org/dataset/${(c = (j = (F = n == null ? void 0 : n.source) == null ? void 0 : F.secondarySources) == null ? void 0 : j[C]) == null ? void 0 : c.datasetKey}/taxon/${encodeURIComponent((A = ($ = (k = n == null ? void 0 : n.source) == null ? void 0 : k.secondarySources) == null ? void 0 : $[C]) == null ? void 0 : A.id)}`,
1000
+ children: ((M = a[(B = (d = (w = n == null ? void 0 : n.source) == null ? void 0 : w.secondarySources) == null ? void 0 : d[C]) == null ? void 0 : B.datasetKey]) == null ? void 0 : M.title) || ((z = (N = (Y = n == null ? void 0 : n.source) == null ? void 0 : Y.secondarySources) == null ? void 0 : N[C]) == null ? void 0 : z.datasetKey)
968
1001
  }
969
1002
  )
970
1003
  ] }, C);
@@ -973,22 +1006,22 @@ const G2 = /* @__PURE__ */ W3(U2), V2 = ({ data: r, style: p, rank: a, taxon: s
973
1006
  g2.config({
974
1007
  getContainer: () => document.getElementsByClassName("catalogue-of-life")[0]
975
1008
  });
976
- const Q2 = (r) => {
977
- var p, a;
978
- return ((a = (p = r == null ? void 0 : r.response) == null ? void 0 : p.data) == null ? void 0 : a.message) || (r == null ? void 0 : r.message) || "An error occurred";
979
- }, t1 = ({ error: r }) => /* @__PURE__ */ t.jsx("div", { style: { margin: "6px" }, children: /* @__PURE__ */ t.jsx("span", { children: Q2(r) }) }), a1 = ({ datasetKey: r, taxonKey: p }) => {
980
- const [a] = y3.useForm(), [s, l] = o3(!1), [i, o] = o3(!1), [e, C] = o3(null), [B, b] = o3(null), c = ({ errorFields: S }) => {
981
- a.scrollToField(S[0].name);
982
- }, k = (S) => {
1009
+ const e1 = (n) => {
1010
+ var i, a;
1011
+ return ((a = (i = n == null ? void 0 : n.response) == null ? void 0 : i.data) == null ? void 0 : a.message) || (n == null ? void 0 : n.message) || "An error occurred";
1012
+ }, o1 = ({ error: n }) => /* @__PURE__ */ t.jsx("div", { style: { margin: "6px" }, children: /* @__PURE__ */ t.jsx("span", { children: e1(n) }) }), n1 = ({ datasetKey: n, taxonKey: i }) => {
1013
+ const [a] = y3.useForm(), [s, r] = e3(!1), [p, o] = e3(!1), [e, C] = e3(null), [F, j] = e3(null), c = ({ errorFields: A }) => {
1014
+ a.scrollToField(A[0].name);
1015
+ }, k = (A) => {
983
1016
  i2.post(
984
- `${P.dataApi}dataset/${r}/nameusage/${p}/feedback`,
985
- S
986
- ).then((D) => {
987
- console.log(D), l(!1), b(D.data);
988
- }).catch((D) => {
989
- l(!1), C(D);
1017
+ `${H.dataApi}dataset/${n}/nameusage/${i}/feedback`,
1018
+ A
1019
+ ).then((w) => {
1020
+ console.log(w), r(!1), j(w.data);
1021
+ }).catch((w) => {
1022
+ r(!1), C(w);
990
1023
  });
991
- }, v = {
1024
+ }, $ = {
992
1025
  labelCol: {
993
1026
  span: 6
994
1027
  },
@@ -1002,14 +1035,14 @@ const Q2 = (r) => {
1002
1035
  {
1003
1036
  getContainer: ".catalogue-of-life",
1004
1037
  title: "Feedback",
1005
- open: i,
1038
+ open: p,
1006
1039
  destroyOnClose: !0,
1007
1040
  onOk: () => {
1008
- if (B) {
1009
- o(!1), b(null);
1041
+ if (F) {
1042
+ o(!1), j(null);
1010
1043
  return;
1011
1044
  } else
1012
- l(!0), a.validateFields().then((S) => (a.resetFields(), k(S)));
1045
+ r(!0), a.validateFields().then((A) => (a.resetFields(), k(A)));
1013
1046
  },
1014
1047
  onCancel: () => o(!1),
1015
1048
  confirmLoading: s,
@@ -1018,17 +1051,17 @@ const Q2 = (r) => {
1018
1051
  i3,
1019
1052
  {
1020
1053
  style: { marginBottom: "10px" },
1021
- message: /* @__PURE__ */ t.jsx(t1, { error: e }),
1054
+ message: /* @__PURE__ */ t.jsx(o1, { error: e }),
1022
1055
  type: "error",
1023
1056
  onClose: () => C(null),
1024
1057
  closable: !0
1025
1058
  }
1026
1059
  ),
1027
- B && /* @__PURE__ */ t.jsxs("p", { children: [
1060
+ F && /* @__PURE__ */ t.jsxs("p", { children: [
1028
1061
  "Thank you, your feedback was saved. You can follow for progress and further discussion ",
1029
- /* @__PURE__ */ t.jsx("a", { target: "_blank", href: B, children: "here." })
1062
+ /* @__PURE__ */ t.jsx("a", { target: "_blank", href: F, children: "here." })
1030
1063
  ] }),
1031
- !B && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
1064
+ !F && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
1032
1065
  " ",
1033
1066
  /* @__PURE__ */ t.jsxs("p", { children: [
1034
1067
  "We will create a ",
@@ -1038,7 +1071,7 @@ const Q2 = (r) => {
1038
1071
  /* @__PURE__ */ t.jsx(m2, { spinning: s, children: /* @__PURE__ */ t.jsxs(
1039
1072
  y3,
1040
1073
  {
1041
- ...v,
1074
+ ...$,
1042
1075
  form: a,
1043
1076
  onFinish: k,
1044
1077
  onFinishFailed: c,
@@ -1065,171 +1098,164 @@ const Q2 = (r) => {
1065
1098
  }
1066
1099
  ),
1067
1100
  /* @__PURE__ */ t.jsxs(d3, { children: [
1068
- /* @__PURE__ */ t.jsx(G, { flex: "auto" }),
1069
- /* @__PURE__ */ t.jsx(G, {}),
1070
- /* @__PURE__ */ t.jsxs(M3, { href: `https://www.checklistbank.org/dataset/${r}/download?taxonID=${p}`, style: { marginTop: "12px", marginRight: "4px" }, size: "small", children: [
1101
+ /* @__PURE__ */ t.jsx(V, { flex: "auto" }),
1102
+ /* @__PURE__ */ t.jsx(V, {}),
1103
+ /* @__PURE__ */ t.jsxs(M3, { href: `https://www.checklistbank.org/dataset/${n}/download?taxonID=${i}`, style: { marginTop: "12px", marginRight: "4px" }, size: "small", children: [
1071
1104
  "Download ",
1072
- /* @__PURE__ */ t.jsx(j3, {})
1105
+ /* @__PURE__ */ t.jsx(A3, {})
1073
1106
  ] }),
1074
1107
  /* @__PURE__ */ t.jsxs(M3, { style: { marginTop: "12px" }, size: "small", onClick: () => o(!0), children: [
1075
1108
  "Feedback ",
1076
- /* @__PURE__ */ t.jsx(G3, {})
1109
+ /* @__PURE__ */ t.jsx(U3, {})
1077
1110
  ] })
1078
1111
  ] })
1079
1112
  ] });
1080
1113
  };
1081
- t2.extend(G2);
1082
- const $ = 5, e1 = ({ source: r }) => /* @__PURE__ */ t.jsx(
1114
+ t2.extend(J2);
1115
+ const b = 5, r1 = ({ source: n }) => /* @__PURE__ */ t.jsx(
1083
1116
  "span",
1084
1117
  {
1085
1118
  dangerouslySetInnerHTML: {
1086
- __html: U3.sanitize(j2.parse(r))
1119
+ __html: Z3.sanitize(A2.parse(n))
1087
1120
  }
1088
1121
  }
1089
1122
  );
1090
- class a2 extends e3.Component {
1123
+ class a2 extends o3.Component {
1091
1124
  constructor(a) {
1092
1125
  super(a);
1093
- N(this, "componentDidMount", () => {
1126
+ _(this, "componentDidMount", () => {
1094
1127
  const { taxonKey: a } = this.props;
1095
- this.getCatalogue(), a && (this.getInfo(a), this.getRank(a), this.getIncludes(a), this.getNomStatus(a));
1128
+ this.getCatalogue(), a && (this.getInfo(a), this.getRank(a), this.getIncludes(a));
1096
1129
  });
1097
- N(this, "getCatalogue", () => {
1130
+ _(this, "getCatalogue", () => {
1098
1131
  const { datasetKey: a } = this.props;
1099
- W(`${P.dataApi}dataset/${a}`).then((s) => {
1132
+ U(`${H.dataApi}dataset/${a}`).then((s) => {
1100
1133
  this.setState({ catalogue: s.data });
1101
1134
  }).catch((s) => {
1102
1135
  });
1103
1136
  });
1104
- N(this, "datasetLoader", new u3(
1105
- (a) => Y3(a, this.props.datasetKey)
1137
+ _(this, "datasetLoader", new u3(
1138
+ (a) => R3(a, this.props.datasetKey)
1106
1139
  ));
1107
- N(this, "sectorLoader", new u3(
1140
+ _(this, "sectorLoader", new u3(
1108
1141
  (a) => s2(a, this.props.datasetKey)
1109
1142
  ));
1110
- N(this, "decorateWithSectorsAndDataset", async (a) => {
1111
- const { datasetKey: s } = this.props, l = {};
1112
- for (const i of ["misapplied", "heterotypic", "homotypic"].filter(
1143
+ _(this, "decorateWithSectorsAndDataset", async (a) => {
1144
+ const { datasetKey: s } = this.props, r = {};
1145
+ for (const p of ["misapplied", "heterotypic", "homotypic"].filter(
1113
1146
  (o) => !!a[o]
1114
1147
  ))
1115
1148
  await Promise.allSettled(
1116
- a[i].filter((o) => !!o.sectorKey).map(
1149
+ a[p].filter((o) => !!o.sectorKey).map(
1117
1150
  (o) => this.sectorLoader.load(o.sectorKey, s).then((e) => (o.sector = e, this.datasetLoader.load(e.subjectDatasetKey).then((C) => {
1118
- o.sourceDatasetKey = C.key, l[C.key] = C;
1151
+ o.sourceDatasetKey = C.key, r[C.key] = C;
1119
1152
  })))
1120
1153
  )
1121
1154
  );
1122
1155
  if (a != null && a.heterotypicGroups)
1123
- for (const i of a == null ? void 0 : a.heterotypicGroups)
1156
+ for (const p of a == null ? void 0 : a.heterotypicGroups)
1124
1157
  await Promise.allSettled(
1125
- i.filter((o) => !!o.sectorKey).map(
1158
+ p.filter((o) => !!o.sectorKey).map(
1126
1159
  (o) => this.sectorLoader.load(o.sectorKey, s).then((e) => (o.sector = e, this.datasetLoader.load(e.subjectDatasetKey).then((C) => {
1127
- o.sourceDatasetKey = C.key, l[C.key] = C;
1160
+ o.sourceDatasetKey = C.key, r[C.key] = C;
1128
1161
  })))
1129
1162
  )
1130
1163
  );
1131
- return Object.keys(l).length > 0 ? l : null;
1164
+ return Object.keys(r).length > 0 ? r : null;
1132
1165
  });
1133
- N(this, "getInfo", async (a) => {
1134
- var i, o, e, C, B, b;
1135
- const { datasetKey: s, pageTitleTemplate: l } = this.props;
1166
+ _(this, "getInfo", async (a) => {
1167
+ var p, o, e, C, F, j;
1168
+ const { datasetKey: s, pageTitleTemplate: r } = this.props;
1136
1169
  try {
1137
- const c = await W(
1138
- `${P.dataApi}dataset/${s}/taxon/${a}/info`
1139
- ), k = n(c, "data.usage");
1140
- l && n(k, "label") && (document.title = l.replace("__taxon__", k.label));
1141
- const v = n(k, "name.publishedInId");
1142
- if (v && k.name) {
1143
- const u = n(c, "data.references") && c.data.references[v];
1144
- if (u)
1145
- k.name.publishedIn = u;
1170
+ const c = await U(
1171
+ `${H.dataApi}dataset/${s}/taxon/${a}/info`
1172
+ ), k = l(c, "data.usage");
1173
+ r && l(k, "label") && (document.title = r.replace("__taxon__", k.label));
1174
+ const $ = l(k, "name.publishedInId");
1175
+ if ($ && k.name) {
1176
+ const d = l(c, "data.references") && c.data.references[$];
1177
+ if (d)
1178
+ k.name.publishedIn = d;
1146
1179
  else
1147
1180
  try {
1148
- const j = await W(
1149
- `${P.dataApi}dataset/${s}/reference/${v}`
1181
+ const B = await U(
1182
+ `${H.dataApi}dataset/${s}/reference/${$}`
1150
1183
  );
1151
- k.name.publishedIn = j.data;
1184
+ k.name.publishedIn = B.data;
1152
1185
  } catch {
1153
1186
  }
1154
1187
  }
1155
- n(k, "sectorKey") && W(
1156
- `${P.dataApi}dataset/${s}/sector/${n(k, "sectorKey")}`
1157
- ).then((u) => {
1158
- const j = n(u, "data.subjectDatasetKey");
1159
- W(
1160
- `${P.dataApi}dataset/${s}/logo/source/${j}`
1188
+ l(k, "sectorKey") && U(
1189
+ `${H.dataApi}dataset/${s}/sector/${l(k, "sectorKey")}`
1190
+ ).then((d) => {
1191
+ const B = l(d, "data.subjectDatasetKey");
1192
+ U(
1193
+ `${H.dataApi}dataset/${s}/logo/source/${B}`
1161
1194
  ).then(() => {
1162
1195
  this.setState({
1163
- logoUrl: `${P.dataApi}dataset/${s}/logo/source/${j}?size=MEDIUM`
1196
+ logoUrl: `${H.dataApi}dataset/${s}/logo/source/${B}?size=MEDIUM`
1164
1197
  });
1165
1198
  }).catch(() => {
1166
- }), W(
1167
- `${P.dataApi}dataset/${s}/source/${j}`
1168
- ).then((g) => {
1169
- this.setState({ sourceDataset: g.data });
1199
+ }), U(
1200
+ `${H.dataApi}dataset/${s}/source/${B}`
1201
+ ).then((M) => {
1202
+ this.setState({ sourceDataset: M.data });
1170
1203
  });
1171
1204
  });
1172
- let S = {};
1173
- n(c, "data.references") && (Object.keys(c.data.references).forEach((u, j) => {
1174
- S[u] = (j + 1).toString();
1205
+ let A = {};
1206
+ l(c, "data.references") && (Object.keys(c.data.references).forEach((d, B) => {
1207
+ A[d] = (B + 1).toString();
1175
1208
  }), await Promise.allSettled(
1176
- Object.keys(c.data.references).map((u) => c.data.references[u]).filter((u) => !!u.sectorKey).map(
1177
- (u) => this.sectorLoader.load(u.sectorKey).then((j) => (u.sector = j, this.datasetLoader.load(j.subjectDatasetKey).then((g) => {
1178
- u.sourceDataset = g;
1209
+ Object.keys(c.data.references).map((d) => c.data.references[d]).filter((d) => !!d.sectorKey).map(
1210
+ (d) => this.sectorLoader.load(d.sectorKey).then((B) => (d.sector = B, this.datasetLoader.load(B.subjectDatasetKey).then((M) => {
1211
+ d.sourceDataset = M;
1179
1212
  })))
1180
1213
  )
1181
- )), (i = c == null ? void 0 : c.data) != null && i.vernacularNames && await Promise.allSettled(
1182
- c.data.vernacularNames.filter((u) => !!u.sectorKey).map(
1183
- (u) => this.sectorLoader.load(u.sectorKey).then((j) => {
1184
- u.sector = j, u.sourceDatasetKey = j.subjectDatasetKey;
1214
+ )), (p = c == null ? void 0 : c.data) != null && p.vernacularNames && await Promise.allSettled(
1215
+ c.data.vernacularNames.filter((d) => !!d.sectorKey).map(
1216
+ (d) => this.sectorLoader.load(d.sectorKey).then((B) => {
1217
+ d.sector = B, d.sourceDatasetKey = B.subjectDatasetKey;
1185
1218
  })
1186
1219
  )
1187
1220
  ), (o = c == null ? void 0 : c.data) != null && o.distributions && await Promise.allSettled(
1188
- c.data.distributions.filter((u) => !!u.sectorKey).map(
1189
- (u) => this.sectorLoader.load(u.sectorKey).then((j) => {
1190
- u.sector = j, u.sourceDatasetKey = j.subjectDatasetKey;
1221
+ c.data.distributions.filter((d) => !!d.sectorKey).map(
1222
+ (d) => this.sectorLoader.load(d.sectorKey).then((B) => {
1223
+ d.sector = B, d.sourceDatasetKey = B.subjectDatasetKey;
1191
1224
  })
1192
1225
  )
1193
1226
  );
1194
- let D = n(c, "data.synonyms") ? await this.decorateWithSectorsAndDataset(n(c, "data.synonyms")) : null;
1195
- (e = c == null ? void 0 : c.data) != null && e.nameRelations && ((C = c == null ? void 0 : c.data) != null && C.names) && ((B = c == null ? void 0 : c.data) == null || B.nameRelations.forEach((u) => {
1196
- var j, g, L, H;
1197
- u.relatedName = (g = (j = c == null ? void 0 : c.data) == null ? void 0 : j.names) == null ? void 0 : g[u == null ? void 0 : u.relatedNameId], u.name = (H = (L = c == null ? void 0 : c.data) == null ? void 0 : L.names) == null ? void 0 : H[u == null ? void 0 : u.nameId];
1227
+ let w = l(c, "data.synonyms") ? await this.decorateWithSectorsAndDataset(l(c, "data.synonyms")) : null;
1228
+ (e = c == null ? void 0 : c.data) != null && e.nameRelations && ((C = c == null ? void 0 : c.data) != null && C.names) && ((F = c == null ? void 0 : c.data) == null || F.nameRelations.forEach((d) => {
1229
+ var B, M, Y, N;
1230
+ d.relatedName = (M = (B = c == null ? void 0 : c.data) == null ? void 0 : B.names) == null ? void 0 : M[d == null ? void 0 : d.relatedNameId], d.name = (N = (Y = c == null ? void 0 : c.data) == null ? void 0 : Y.names) == null ? void 0 : N[d == null ? void 0 : d.nameId];
1198
1231
  })), this.setState({
1199
1232
  infoLoading: !1,
1200
1233
  info: c.data,
1201
1234
  taxon: k,
1202
- classification: (b = c == null ? void 0 : c.data) == null ? void 0 : b.classification,
1235
+ classification: (j = c == null ? void 0 : c.data) == null ? void 0 : j.classification,
1203
1236
  infoError: null,
1204
- referenceIndexMap: S,
1205
- sourceDatasetKeyMap: D
1237
+ referenceIndexMap: A,
1238
+ sourceDatasetKeyMap: w
1206
1239
  });
1207
1240
  } catch (c) {
1208
- n(c, "response.status") === 404 ? this.setState({ infoLoading: !1, info: null, taxon: null, status: 404 }) : this.setState({ infoLoading: !1, infoError: c, info: null });
1241
+ l(c, "response.status") === 404 ? this.setState({ infoLoading: !1, info: null, taxon: null, status: 404 }) : this.setState({ infoLoading: !1, infoError: c, info: null });
1209
1242
  }
1210
1243
  });
1211
- N(this, "getRank", () => {
1212
- W(`${P.dataApi}vocab/rank`).then(
1244
+ _(this, "getRank", () => {
1245
+ U(`${H.dataApi}vocab/rank`).then(
1213
1246
  (a) => this.setState({ rank: a.data.map((s) => s.name) })
1214
1247
  );
1215
1248
  });
1216
- N(this, "getNomStatus", () => {
1217
- W(`${P.dataApi}vocab/nomstatus`).then(
1218
- (a) => this.setState({
1219
- nomStatus: a.data.reduce((s, l) => (s[l.name] = l, s), {})
1220
- })
1221
- );
1222
- });
1223
- N(this, "getIncludes", (a) => {
1249
+ _(this, "getIncludes", (a) => {
1224
1250
  const { datasetKey: s } = this.props;
1225
- W(
1226
- `${P.dataApi}dataset/${s}/nameusage/search?TAXON_ID=${a}&facet=rank&status=accepted&status=provisionally%20accepted&limit=0`
1227
- ).then((l) => {
1251
+ U(
1252
+ `${H.dataApi}dataset/${s}/nameusage/search?TAXON_ID=${a}&facet=rank&status=accepted&status=provisionally%20accepted&limit=0`
1253
+ ).then((r) => {
1228
1254
  this.setState({
1229
1255
  includesLoading: !1,
1230
- includes: n(l, "data.facets.rank") || []
1256
+ includes: l(r, "data.facets.rank") || []
1231
1257
  });
1232
- }).catch((l) => {
1258
+ }).catch((r) => {
1233
1259
  this.setState({
1234
1260
  includesLoading: !1,
1235
1261
  includes: []
@@ -1251,7 +1277,6 @@ class a2 extends e3.Component {
1251
1277
  sourceDataset: null,
1252
1278
  includes: [],
1253
1279
  rank: [],
1254
- nomStatus: null,
1255
1280
  catalogue: null,
1256
1281
  referenceIndexMap: {},
1257
1282
  sourceDatasetKeyMap: null
@@ -1260,38 +1285,37 @@ class a2 extends e3.Component {
1260
1285
  componentDidUpdate(a) {
1261
1286
  if (a.taxonKey !== this.props.taxonKey && this.props.taxonKey) {
1262
1287
  const s = this.props.taxonKey;
1263
- this.getInfo(s), this.getRank(s), this.getIncludes(s), this.getNomStatus(s);
1288
+ this.getInfo(s), this.getRank(s), this.getIncludes(s);
1264
1289
  }
1265
1290
  }
1266
1291
  render() {
1267
- var Q, I, x, t3, s3, E, f, d, m, y, h, F, A, w, T, K, Y, q, Z, J, U, _, z, X, a3, A3, b3, v3, L3;
1292
+ var n3, Q, D, x, t3, s3, u, f, y, m, g, E, h, S, v, I, T, R, q, W, J, Z, O, P, X, a3, b3, v3, L3;
1268
1293
  const {
1269
1294
  datasetKey: a,
1270
1295
  showDistributionMap: s,
1271
- gbifChecklistKey: l,
1272
- basemapStyle: i
1296
+ gbifChecklistKey: r,
1297
+ basemapStyle: p
1273
1298
  } = this.props, {
1274
1299
  taxon: o,
1275
1300
  info: e,
1276
1301
  classification: C,
1277
- sourceDataset: B,
1278
- includes: b,
1302
+ sourceDataset: F,
1303
+ includes: j,
1279
1304
  rank: c,
1280
- nomStatus: k,
1281
- taxonError: v,
1282
- synonymsError: S,
1283
- classificationError: D,
1284
- infoError: u,
1285
- status: j,
1286
- catalogue: g,
1287
- referenceIndexMap: L
1288
- } = this.state, H = c ? c.indexOf("genus") : -1, R = ["synonym", "ambiguous synonym", "misapplied"].includes(
1289
- n(o, "status")
1290
- ), V = n(e, "synonyms.homotypic", []), c3 = n(e, "synonyms.heterotypic", []), l3 = n(e, "synonyms.misapplied", []);
1305
+ taxonError: k,
1306
+ synonymsError: $,
1307
+ classificationError: A,
1308
+ infoError: w,
1309
+ status: d,
1310
+ catalogue: B,
1311
+ referenceIndexMap: M
1312
+ } = this.state, Y = c ? c.indexOf("genus") : -1, N = ["synonym", "ambiguous synonym", "misapplied"].includes(
1313
+ l(o, "status")
1314
+ ), z = l(e, "synonyms.homotypic", []), G = l(e, "synonyms.heterotypic", []), c3 = l(e, "synonyms.misapplied", []);
1291
1315
  return [
1292
- ...V.map((O) => ({ ...O, __homotypic: !0 })),
1293
- ...c3
1294
- ], j === 404 ? /* @__PURE__ */ t.jsx(J2, {}) : /* @__PURE__ */ t.jsx(e3.Fragment, { children: /* @__PURE__ */ t.jsxs(
1316
+ ...z.map((K) => ({ ...K, __homotypic: !0 })),
1317
+ ...G
1318
+ ], d === 404 ? /* @__PURE__ */ t.jsx(t1, {}) : /* @__PURE__ */ t.jsx(o3.Fragment, { children: /* @__PURE__ */ t.jsxs(
1295
1319
  "div",
1296
1320
  {
1297
1321
  className: "catalogue-of-life",
@@ -1302,18 +1326,18 @@ class a2 extends e3.Component {
1302
1326
  fontSize: "12px"
1303
1327
  },
1304
1328
  children: [
1305
- v && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: v }), type: "error" }),
1329
+ k && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: k }), type: "error" }),
1306
1330
  o && /* @__PURE__ */ t.jsxs(d3, { align: "bottom", children: [
1307
- /* @__PURE__ */ t.jsx(G, { flex: "auto", children: /* @__PURE__ */ t.jsxs("div", { style: { marginLeft: (Q = e == null ? void 0 : e.usage) != null && Q.merged ? "-22px" : 0 }, children: [
1308
- ((I = e == null ? void 0 : e.usage) == null ? void 0 : I.merged) && /* @__PURE__ */ t.jsx(
1331
+ /* @__PURE__ */ t.jsx(V, { flex: "auto", children: /* @__PURE__ */ t.jsxs("div", { style: { marginLeft: (n3 = e == null ? void 0 : e.usage) != null && n3.merged ? "-22px" : 0 }, children: [
1332
+ ((Q = e == null ? void 0 : e.usage) == null ? void 0 : Q.merged) && /* @__PURE__ */ t.jsx(
1309
1333
  I3,
1310
1334
  {
1311
1335
  style: { marginBottom: "10px" },
1312
- createdBy: (x = e == null ? void 0 : e.usage) == null ? void 0 : x.createdBy,
1313
- datasetKey: (t3 = e == null ? void 0 : e.usage) == null ? void 0 : t3.datasetKey,
1314
- verbatimSourceKey: (s3 = e == null ? void 0 : e.usage) == null ? void 0 : s3.verbatimSourceKey,
1315
- sourceDatasetKey: (E = e == null ? void 0 : e.source) == null ? void 0 : E.sourceDatasetKey,
1316
- sourceId: (f = e == null ? void 0 : e.source) == null ? void 0 : f.sourceId
1336
+ createdBy: (D = e == null ? void 0 : e.usage) == null ? void 0 : D.createdBy,
1337
+ datasetKey: (x = e == null ? void 0 : e.usage) == null ? void 0 : x.datasetKey,
1338
+ verbatimSourceKey: (t3 = e == null ? void 0 : e.usage) == null ? void 0 : t3.verbatimSourceKey,
1339
+ sourceDatasetKey: (s3 = e == null ? void 0 : e.source) == null ? void 0 : s3.sourceDatasetKey,
1340
+ sourceId: (u = e == null ? void 0 : e.source) == null ? void 0 : u.sourceId
1317
1341
  }
1318
1342
  ),
1319
1343
  /* @__PURE__ */ t.jsx(
@@ -1332,12 +1356,12 @@ class a2 extends e3.Component {
1332
1356
  }
1333
1357
  )
1334
1358
  ] }) }),
1335
- /* @__PURE__ */ t.jsxs(G, { span: 1, children: [
1359
+ /* @__PURE__ */ t.jsxs(V, { span: 1, children: [
1336
1360
  /* @__PURE__ */ t.jsx("a", { href: "" }),
1337
1361
  o.provisional && /* @__PURE__ */ t.jsx(C3, { color: "red", children: "Provisional" })
1338
1362
  ] }),
1339
- B && /* @__PURE__ */ t.jsx(G, { span: 5, style: { textAlign: "right" }, children: /* @__PURE__ */ t.jsx(
1340
- x2,
1363
+ F && /* @__PURE__ */ t.jsx(V, { span: 5, style: { textAlign: "right" }, children: /* @__PURE__ */ t.jsx(
1364
+ S2,
1341
1365
  {
1342
1366
  auth: this.props.auth,
1343
1367
  style: {
@@ -1346,11 +1370,11 @@ class a2 extends e3.Component {
1346
1370
  marginRight: "8px"
1347
1371
  },
1348
1372
  datasetKey: a,
1349
- sourceDatasetKey: B.key
1373
+ sourceDatasetKey: F.key
1350
1374
  }
1351
1375
  ) })
1352
1376
  ] }),
1353
- R && n(o, "accepted.id") && /* @__PURE__ */ t.jsxs(
1377
+ N && l(o, "accepted.id") && /* @__PURE__ */ t.jsxs(
1354
1378
  "div",
1355
1379
  {
1356
1380
  style: {
@@ -1360,33 +1384,33 @@ class a2 extends e3.Component {
1360
1384
  fontSize: "16px"
1361
1385
  },
1362
1386
  children: [
1363
- n(o, "status"),
1387
+ l(o, "status"),
1364
1388
  " ",
1365
- n(o, "status") === "misapplied" ? "to" : "of",
1389
+ l(o, "status") === "misapplied" ? "to" : "of",
1366
1390
  " ",
1367
- /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: n(o, "accepted.id"), children: /* @__PURE__ */ t.jsx(
1391
+ /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: l(o, "accepted.id"), children: /* @__PURE__ */ t.jsx(
1368
1392
  "span",
1369
1393
  {
1370
1394
  dangerouslySetInnerHTML: {
1371
- __html: n(o, "accepted.labelHtml")
1395
+ __html: l(o, "accepted.labelHtml")
1372
1396
  }
1373
1397
  }
1374
1398
  ) })
1375
1399
  ]
1376
1400
  }
1377
1401
  ),
1378
- n(o, "id") && /* @__PURE__ */ t.jsxs(
1379
- M,
1402
+ l(o, "id") && /* @__PURE__ */ t.jsxs(
1403
+ L,
1380
1404
  {
1381
- md: $,
1382
- label: n(this.props, "identifierLabel", "Identifier"),
1405
+ md: b,
1406
+ label: l(this.props, "identifierLabel", "Identifier"),
1383
1407
  children: [
1384
- n(o, "id"),
1408
+ l(o, "id"),
1385
1409
  " ",
1386
1410
  /* @__PURE__ */ t.jsx(
1387
1411
  "a",
1388
1412
  {
1389
- href: `https://www.checklistbank.org/dataset/${a}/taxon/${n(
1413
+ href: `https://www.checklistbank.org/dataset/${a}/taxon/${l(
1390
1414
  o,
1391
1415
  "id"
1392
1416
  )}`,
@@ -1397,18 +1421,18 @@ class a2 extends e3.Component {
1397
1421
  E3,
1398
1422
  {
1399
1423
  title: "Download data for this taxon and descendants",
1400
- getPopupContainer: () => document.getElementById(`col-download-${n(o, "id")}`) || document.body,
1424
+ getPopupContainer: () => document.getElementById(`col-download-${l(o, "id")}`) || document.body,
1401
1425
  children: /* @__PURE__ */ t.jsx(
1402
1426
  "a",
1403
1427
  {
1404
1428
  style: { marginLeft: "5px" },
1405
- id: `col-download-${n(o, "id")}`,
1429
+ id: `col-download-${l(o, "id")}`,
1406
1430
  target: "_blank",
1407
- href: `http://checklistbank.org/dataset/${a}/download?taxonID=${encodeURIComponent(n(
1431
+ href: `http://checklistbank.org/dataset/${a}/download?taxonID=${encodeURIComponent(l(
1408
1432
  o,
1409
1433
  "id"
1410
1434
  ))}`,
1411
- children: /* @__PURE__ */ t.jsx(j3, {})
1435
+ children: /* @__PURE__ */ t.jsx(A3, {})
1412
1436
  }
1413
1437
  )
1414
1438
  }
@@ -1416,11 +1440,11 @@ class a2 extends e3.Component {
1416
1440
  ]
1417
1441
  }
1418
1442
  ),
1419
- Array.isArray(n(o, "identifier")) && n(o, "identifier").length > 0 && /* @__PURE__ */ t.jsx(M, { md: $, label: "Other identifiers", children: n(o, "identifier").map((O, $3) => /* @__PURE__ */ t.jsxs(e3.Fragment, { children: [
1443
+ Array.isArray(l(o, "identifier")) && l(o, "identifier").length > 0 && /* @__PURE__ */ t.jsx(L, { md: b, label: "Other identifiers", children: l(o, "identifier").map((K, $3) => /* @__PURE__ */ t.jsxs(o3.Fragment, { children: [
1420
1444
  $3 > 0 && ", ",
1421
- String(O)
1445
+ String(K)
1422
1446
  ] }, $3)) }),
1423
- n(o, "labelHtml") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Name", children: /* @__PURE__ */ t.jsx(
1447
+ l(o, "labelHtml") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Name", children: /* @__PURE__ */ t.jsx(
1424
1448
  "span",
1425
1449
  {
1426
1450
  dangerouslySetInnerHTML: {
@@ -1428,100 +1452,106 @@ class a2 extends e3.Component {
1428
1452
  }
1429
1453
  }
1430
1454
  ) }),
1431
- n(o, "name.publishedIn.citation") && /* @__PURE__ */ t.jsxs(M, { md: $, label: "Published in", children: [
1432
- n(e, "source.secondarySources['published in']") && /* @__PURE__ */ t.jsx(
1455
+ l(o, "name.publishedIn.citation") && /* @__PURE__ */ t.jsxs(L, { md: b, label: "Published in", children: [
1456
+ l(e, "source.secondarySources['published in']") && /* @__PURE__ */ t.jsx(
1433
1457
  I3,
1434
1458
  {
1435
- sourceDatasetKey: n(e, "source.secondarySources['published in'].datasetKey"),
1436
- sourceId: n(e, "source.secondarySources['published in'].id")
1459
+ sourceDatasetKey: l(e, "source.secondarySources['published in'].datasetKey"),
1460
+ sourceId: l(e, "source.secondarySources['published in'].id")
1437
1461
  }
1438
1462
  ),
1439
- n(o, "name.publishedIn.citation")
1463
+ l(o, "name.publishedIn.citation")
1440
1464
  ] }),
1441
- n(o, "status") && /* @__PURE__ */ t.jsxs(M, { md: $, label: "Checklist status", children: [
1442
- `${n(o, "status")} ${n(o, "name.rank")}`,
1443
- ((d = e == null ? void 0 : e.decisions) == null ? void 0 : d[o == null ? void 0 : o.id]) && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
1465
+ l(o, "status") && /* @__PURE__ */ t.jsxs(L, { md: b, label: "Checklist status", children: [
1466
+ `${l(o, "status")} ${l(o, "name.rank")}`,
1467
+ ((f = e == null ? void 0 : e.decisions) == null ? void 0 : f[o == null ? void 0 : o.id]) && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
1444
1468
  " with",
1445
1469
  " ",
1446
- (y = (m = e == null ? void 0 : e.decisions) == null ? void 0 : m[o == null ? void 0 : o.id]) == null ? void 0 : y.mode,
1470
+ (m = (y = e == null ? void 0 : e.decisions) == null ? void 0 : y[o == null ? void 0 : o.id]) == null ? void 0 : m.mode,
1447
1471
  " ",
1448
1472
  "decision",
1449
1473
  /* @__PURE__ */ t.jsx(
1450
- J3,
1474
+ q3,
1451
1475
  {
1452
1476
  style: { marginLeft: "10px" },
1453
- decision: (h = e == null ? void 0 : e.decisions) == null ? void 0 : h[o == null ? void 0 : o.id]
1477
+ decision: (g = e == null ? void 0 : e.decisions) == null ? void 0 : g[o == null ? void 0 : o.id]
1454
1478
  }
1455
1479
  )
1456
1480
  ] })
1457
1481
  ] }),
1458
- n(o, "name.nomStatus") && k && /* @__PURE__ */ t.jsx(M, { md: $, label: "Nomenclatural Status", children: k[n(o, "name.nomStatus")][n(o, "name.code"), "zoological"] }),
1459
- u && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: u }), type: "error" }),
1460
- !R && n(e, "synonyms") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Synonyms and combinations", children: /* @__PURE__ */ t.jsx(
1482
+ l(o, "name.nomStatus") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Nomenclatural Status", children: /* @__PURE__ */ t.jsx(
1483
+ Q3,
1484
+ {
1485
+ nomStatus: l(o, "name.nomStatus"),
1486
+ code: l(o, "name.code")
1487
+ }
1488
+ ) }),
1489
+ w && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: w }), type: "error" }),
1490
+ !N && l(e, "synonyms") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Synonyms and combinations", children: /* @__PURE__ */ t.jsx(
1461
1491
  K3,
1462
1492
  {
1463
- primarySource: B,
1464
- data: n(e, "synonyms"),
1465
- decisions: n(e, "decisions"),
1466
- references: n(e, "references"),
1467
- typeMaterial: n(e, "typeMaterial"),
1468
- referenceIndexMap: L,
1493
+ primarySource: F,
1494
+ data: l(e, "synonyms"),
1495
+ decisions: l(e, "decisions"),
1496
+ references: l(e, "references"),
1497
+ typeMaterial: l(e, "typeMaterial"),
1498
+ referenceIndexMap: M,
1469
1499
  style: { marginTop: "-3px" },
1470
1500
  datasetKey: a
1471
1501
  }
1472
1502
  ) }),
1473
- !R && l3.length > 0 && /* @__PURE__ */ t.jsx(M, { md: $, label: "Misapplied names", children: /* @__PURE__ */ t.jsx(
1503
+ !N && c3.length > 0 && /* @__PURE__ */ t.jsx(L, { md: b, label: "Misapplied names", children: /* @__PURE__ */ t.jsx(
1474
1504
  K3,
1475
1505
  {
1476
1506
  misapplied: !0,
1477
- primarySource: B,
1478
- data: n(e, "synonyms"),
1479
- decisions: n(e, "decisions"),
1480
- references: n(e, "references"),
1481
- typeMaterial: n(e, "typeMaterial"),
1482
- referenceIndexMap: L,
1507
+ primarySource: F,
1508
+ data: l(e, "synonyms"),
1509
+ decisions: l(e, "decisions"),
1510
+ references: l(e, "references"),
1511
+ typeMaterial: l(e, "typeMaterial"),
1512
+ referenceIndexMap: M,
1483
1513
  style: { marginTop: "-3px" },
1484
1514
  datasetKey: a
1485
1515
  }
1486
1516
  ) }),
1487
- n(e, "typeMaterial") && e.typeMaterial[(A = (F = e == null ? void 0 : e.usage) == null ? void 0 : F.name) == null ? void 0 : A.id] && /* @__PURE__ */ t.jsx(M, { md: $, label: "Type material", children: /* @__PURE__ */ t.jsx(
1488
- T2,
1517
+ l(e, "typeMaterial") && e.typeMaterial[(h = (E = e == null ? void 0 : e.usage) == null ? void 0 : E.name) == null ? void 0 : h.id] && /* @__PURE__ */ t.jsx(L, { md: b, label: "Type material", children: /* @__PURE__ */ t.jsx(
1518
+ K2,
1489
1519
  {
1490
- data: n(e, "typeMaterial"),
1491
- nameID: n(o, "name.id")
1520
+ data: l(e, "typeMaterial"),
1521
+ nameID: l(o, "name.id")
1492
1522
  }
1493
1523
  ) }),
1494
- n(e, "nameRelations") && e.nameRelations.filter((O) => (O == null ? void 0 : O.usageId) === (o == null ? void 0 : o.id)).length > 0 && /* @__PURE__ */ t.jsx(
1524
+ l(e, "nameRelations") && e.nameRelations.filter((K) => (K == null ? void 0 : K.usageId) === (o == null ? void 0 : o.id)).length > 0 && /* @__PURE__ */ t.jsx(
1495
1525
  O3,
1496
1526
  {
1497
- md: $,
1527
+ md: b,
1498
1528
  style: { marginTop: "-3px" },
1499
1529
  data: e.nameRelations.filter(
1500
- (O) => (O == null ? void 0 : O.usageId) === (o == null ? void 0 : o.id)
1530
+ (K) => (K == null ? void 0 : K.usageId) === (o == null ? void 0 : o.id)
1501
1531
  )
1502
1532
  }
1503
1533
  ),
1504
- n(e, "nameRelations") && e.nameRelations.filter((O) => (O == null ? void 0 : O.usageId) !== (o == null ? void 0 : o.id)).length > 0 && /* @__PURE__ */ t.jsx(
1534
+ l(e, "nameRelations") && e.nameRelations.filter((K) => (K == null ? void 0 : K.usageId) !== (o == null ? void 0 : o.id)).length > 0 && /* @__PURE__ */ t.jsx(
1505
1535
  O3,
1506
1536
  {
1507
- md: $,
1537
+ md: b,
1508
1538
  reverse: !0,
1509
1539
  style: { marginTop: "-3px" },
1510
1540
  data: e.nameRelations.filter(
1511
- (O) => (O == null ? void 0 : O.usageId) !== (o == null ? void 0 : o.id)
1541
+ (K) => (K == null ? void 0 : K.usageId) !== (o == null ? void 0 : o.id)
1512
1542
  )
1513
1543
  }
1514
1544
  ),
1515
- S && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: S }), type: "error" }),
1516
- D && /* @__PURE__ */ t.jsx(
1545
+ $ && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: $ }), type: "error" }),
1546
+ A && /* @__PURE__ */ t.jsx(
1517
1547
  i3,
1518
1548
  {
1519
- message: /* @__PURE__ */ t.jsx(g3, { error: D }),
1549
+ message: /* @__PURE__ */ t.jsx(g3, { error: A }),
1520
1550
  type: "error"
1521
1551
  }
1522
1552
  ),
1523
- C && /* @__PURE__ */ t.jsx(M, { md: $, label: "Classification", children: /* @__PURE__ */ t.jsx(
1524
- N2,
1553
+ C && /* @__PURE__ */ t.jsx(L, { md: b, label: "Classification", children: /* @__PURE__ */ t.jsx(
1554
+ H2,
1525
1555
  {
1526
1556
  style: { marginTop: "-3px", marginLeft: "-3px" },
1527
1557
  data: C,
@@ -1529,97 +1559,97 @@ class a2 extends e3.Component {
1529
1559
  datasetKey: a
1530
1560
  }
1531
1561
  ) }),
1532
- !R && (o && c.indexOf(n(o, "name.rank")) < H && c.indexOf(n(o, "name.rank")) > -1 || n(o, "name.rank") === "unranked" && n(o, "name.scientificName") === "Biota") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Breakdown", children: /* @__PURE__ */ t.jsx(
1533
- S2,
1562
+ !N && (o && c.indexOf(l(o, "name.rank")) < Y && c.indexOf(l(o, "name.rank")) > -1 || l(o, "name.rank") === "unranked" && l(o, "name.scientificName") === "Biota") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Breakdown", children: /* @__PURE__ */ t.jsx(
1563
+ j2,
1534
1564
  {
1535
1565
  taxon: o,
1536
1566
  datasetKey: a,
1537
1567
  rank: c,
1538
- dataset: g,
1568
+ dataset: B,
1539
1569
  showLevelSwitch: !0
1540
1570
  }
1541
1571
  ) }),
1542
- !R && b.length > 1 && c && o && /* @__PURE__ */ t.jsx(M, { md: $, label: "Statistics", children: /* @__PURE__ */ t.jsx(
1543
- V2,
1572
+ !N && j.length > 1 && c && o && /* @__PURE__ */ t.jsx(L, { md: b, label: "Statistics", children: /* @__PURE__ */ t.jsx(
1573
+ X2,
1544
1574
  {
1545
1575
  style: { marginTop: "-3px", marginLeft: "-3px" },
1546
- data: b,
1576
+ data: j,
1547
1577
  rank: c,
1548
1578
  taxon: o
1549
1579
  }
1550
1580
  ) }),
1551
- !R && n(e, "vernacularNames") && o && /* @__PURE__ */ t.jsx(M, { md: $, label: "Vernacular names", children: /* @__PURE__ */ t.jsx(
1552
- O2,
1581
+ !N && l(e, "vernacularNames") && o && /* @__PURE__ */ t.jsx(L, { md: b, label: "Vernacular names", children: /* @__PURE__ */ t.jsx(
1582
+ R2,
1553
1583
  {
1554
1584
  style: { marginTop: "-3px", marginLeft: "-3px" },
1555
1585
  data: e.vernacularNames,
1556
- references: n(e, "references"),
1586
+ references: l(e, "references"),
1557
1587
  datasetKey: o.datasetKey
1558
1588
  }
1559
1589
  ) }),
1560
- !R && (n(e, "distributions") || s && l && o) && // Distributions owns its labelled block so it can hide entirely
1590
+ !N && (l(e, "distributions") || s && r && o) && // Distributions owns its labelled block so it can hide entirely
1561
1591
  // (label included) when there is nothing to show — including after
1562
1592
  // the async GBIF occurrence lookup comes back empty.
1563
1593
  /* @__PURE__ */ t.jsx(
1564
1594
  B2,
1565
1595
  {
1566
1596
  label: "Distributions",
1567
- md: $,
1597
+ md: b,
1568
1598
  data: (e == null ? void 0 : e.distributions) || [],
1569
1599
  datasetKey: a,
1570
1600
  showDistributionMap: s,
1571
1601
  focalTaxon: o,
1572
1602
  rankOrder: c,
1573
- gbifChecklistKey: l,
1574
- basemapStyle: i
1603
+ gbifChecklistKey: r,
1604
+ basemapStyle: p
1575
1605
  }
1576
1606
  ),
1577
- n(o, "environments") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Environment(s)", children: n(o, "environments").join(", ") }),
1578
- (n(o, "remarks") || n(o, "name.remarks")) && /* @__PURE__ */ t.jsx(M, { md: $, label: "Remarks", children: /* @__PURE__ */ t.jsx(
1579
- e1,
1607
+ l(o, "environments") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Environment(s)", children: l(o, "environments").join(", ") }),
1608
+ (l(o, "remarks") || l(o, "name.remarks")) && /* @__PURE__ */ t.jsx(L, { md: b, label: "Remarks", children: /* @__PURE__ */ t.jsx(
1609
+ r1,
1580
1610
  {
1581
- source: [n(o, "remarks"), n(o, "name.remarks")].filter(Boolean).join(`
1611
+ source: [l(o, "remarks"), l(o, "name.remarks")].filter(Boolean).join(`
1582
1612
 
1583
1613
  `)
1584
1614
  }
1585
1615
  ) }),
1586
- /* @__PURE__ */ t.jsx(d3, { children: n(o, "accordingTo") && /* @__PURE__ */ t.jsx(G, { span: 12, children: /* @__PURE__ */ t.jsxs(M, { md: $ * 2, label: "According to", children: [
1587
- `${n(o, "accordingTo")}`,
1588
- n(o, "accordingToDate") && `, ${t2(n(o, "accordingToDate")).format("LL")}`
1616
+ /* @__PURE__ */ t.jsx(d3, { children: l(o, "accordingTo") && /* @__PURE__ */ t.jsx(V, { span: 12, children: /* @__PURE__ */ t.jsxs(L, { md: b * 2, label: "According to", children: [
1617
+ `${l(o, "accordingTo")}`,
1618
+ l(o, "accordingToDate") && `, ${t2(l(o, "accordingToDate")).format("LL")}`
1589
1619
  ] }) }) }),
1590
- n(o, "scrutinizer") && /* @__PURE__ */ t.jsx(G, { span: 12, children: /* @__PURE__ */ t.jsx(M, { md: $ * 2, label: "Taxonomic scrutiny", children: `${n(o, "scrutinizer")}${n(o, "scrutinizerDate") ? ", " + n(o, "scrutinizerDate") : ""}` }) }),
1591
- n(B, "title") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Source", children: /* @__PURE__ */ t.jsx(
1620
+ l(o, "scrutinizer") && /* @__PURE__ */ t.jsx(V, { span: 12, children: /* @__PURE__ */ t.jsx(L, { md: b * 2, label: "Taxonomic scrutiny", children: `${l(o, "scrutinizer")}${l(o, "scrutinizerDate") ? ", " + l(o, "scrutinizerDate") : ""}` }) }),
1621
+ l(F, "title") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Source", children: /* @__PURE__ */ t.jsx(
1592
1622
  "div",
1593
1623
  {
1594
1624
  style: {
1595
1625
  display: "inline-block",
1596
- paddingLeft: (w = e == null ? void 0 : e.usage) != null && w.merged ? "22px" : 0
1626
+ paddingLeft: (S = e == null ? void 0 : e.usage) != null && S.merged ? "22px" : 0
1597
1627
  },
1598
1628
  children: /* @__PURE__ */ t.jsxs(
1599
- r3,
1629
+ l3,
1600
1630
  {
1601
- merged: (T = e == null ? void 0 : e.usage) == null ? void 0 : T.merged,
1602
- createdBy: (K = e == null ? void 0 : e.usage) == null ? void 0 : K.createdBy,
1603
- datasetKey: (Y = e == null ? void 0 : e.usage) == null ? void 0 : Y.datasetKey,
1604
- verbatimSourceKey: (q = e == null ? void 0 : e.usage) == null ? void 0 : q.verbatimSourceKey,
1605
- sourceDatasetKey: (Z = e == null ? void 0 : e.source) == null ? void 0 : Z.sourceDatasetKey,
1606
- sourceId: (J = e == null ? void 0 : e.source) == null ? void 0 : J.sourceId,
1631
+ merged: (v = e == null ? void 0 : e.usage) == null ? void 0 : v.merged,
1632
+ createdBy: (I = e == null ? void 0 : e.usage) == null ? void 0 : I.createdBy,
1633
+ datasetKey: (T = e == null ? void 0 : e.usage) == null ? void 0 : T.datasetKey,
1634
+ verbatimSourceKey: (R = e == null ? void 0 : e.usage) == null ? void 0 : R.verbatimSourceKey,
1635
+ sourceDatasetKey: (q = e == null ? void 0 : e.source) == null ? void 0 : q.sourceDatasetKey,
1636
+ sourceId: (W = e == null ? void 0 : e.source) == null ? void 0 : W.sourceId,
1607
1637
  children: [
1608
- (U = e == null ? void 0 : e.source) != null && U.sourceId ? /* @__PURE__ */ t.jsx(
1638
+ (J = e == null ? void 0 : e.source) != null && J.sourceId ? /* @__PURE__ */ t.jsx(
1609
1639
  "a",
1610
1640
  {
1611
- href: `https://www.checklistbank.org/dataset/${(_ = e == null ? void 0 : e.source) == null ? void 0 : _.sourceDatasetKey}/taxon/${(z = e == null ? void 0 : e.source) == null ? void 0 : z.sourceId}`,
1612
- children: n(B, "alias")
1641
+ href: `https://www.checklistbank.org/dataset/${(Z = e == null ? void 0 : e.source) == null ? void 0 : Z.sourceDatasetKey}/taxon/${(O = e == null ? void 0 : e.source) == null ? void 0 : O.sourceId}`,
1642
+ children: l(F, "alias")
1613
1643
  }
1614
- ) : n(B, "alias"),
1644
+ ) : l(F, "alias"),
1615
1645
  ": ",
1616
- /* @__PURE__ */ t.jsx(p3, { to: "source", args: n(B, "key"), children: n(B, "title") }),
1617
- /* @__PURE__ */ t.jsx("span", { style: { marginLeft: "10px" }, children: n(B, "completeness") && n(B, "completeness") + "%" }),
1618
- n(B, "confidence") && /* @__PURE__ */ t.jsx(
1646
+ /* @__PURE__ */ t.jsx(p3, { to: "source", args: l(F, "key"), children: l(F, "title") }),
1647
+ /* @__PURE__ */ t.jsx("span", { style: { marginLeft: "10px" }, children: l(F, "completeness") && l(F, "completeness") + "%" }),
1648
+ l(F, "confidence") && /* @__PURE__ */ t.jsx(
1619
1649
  C2,
1620
1650
  {
1621
1651
  style: { marginLeft: "10px" },
1622
- value: n(B, "confidence"),
1652
+ value: l(F, "confidence"),
1623
1653
  disabled: !0
1624
1654
  }
1625
1655
  )
@@ -1628,51 +1658,51 @@ class a2 extends e3.Component {
1628
1658
  )
1629
1659
  }
1630
1660
  ) }),
1631
- n(o, "link") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Original record", children: /* @__PURE__ */ t.jsx("a", { href: n(o, "link"), children: n(o, "link") }) }),
1632
- ((X = e == null ? void 0 : e.source) == null ? void 0 : X.secondarySources) && /* @__PURE__ */ t.jsx(M, { md: $, label: "Secondary Sources", children: /* @__PURE__ */ t.jsx(X2, { info: e, datasetKey: a }) }),
1633
- n(e, "references") && /* @__PURE__ */ t.jsx(M, { md: $, label: "References", children: /* @__PURE__ */ t.jsx(
1634
- Y2,
1661
+ l(o, "link") && /* @__PURE__ */ t.jsx(L, { md: b, label: "Original record", children: /* @__PURE__ */ t.jsx("a", { href: l(o, "link"), children: l(o, "link") }) }),
1662
+ ((P = e == null ? void 0 : e.source) == null ? void 0 : P.secondarySources) && /* @__PURE__ */ t.jsx(L, { md: b, label: "Secondary Sources", children: /* @__PURE__ */ t.jsx(a1, { info: e, datasetKey: a }) }),
1663
+ l(e, "references") && /* @__PURE__ */ t.jsx(L, { md: b, label: "References", children: /* @__PURE__ */ t.jsx(
1664
+ z2,
1635
1665
  {
1636
- referenceIndexMap: L,
1637
- primarySourceDatasetKey: (a3 = e == null ? void 0 : e.source) == null ? void 0 : a3.sourceDatasetKey,
1638
- data: n(e, "references"),
1666
+ referenceIndexMap: M,
1667
+ primarySourceDatasetKey: (X = e == null ? void 0 : e.source) == null ? void 0 : X.sourceDatasetKey,
1668
+ data: l(e, "references"),
1639
1669
  style: { marginTop: "-3px" }
1640
1670
  }
1641
1671
  ) }),
1642
- ((b3 = (A3 = window == null ? void 0 : window.location) == null ? void 0 : A3.hostname) == null ? void 0 : b3.endsWith("catalogueoflife.org")) && /* @__PURE__ */ t.jsx(M, { md: $, label: "", children: /* @__PURE__ */ t.jsx(a1, { taxonKey: (L3 = (v3 = this == null ? void 0 : this.state) == null ? void 0 : v3.taxon) == null ? void 0 : L3.id, datasetKey: this.props.datasetKey }) })
1672
+ ((b3 = (a3 = window == null ? void 0 : window.location) == null ? void 0 : a3.hostname) == null ? void 0 : b3.endsWith("catalogueoflife.org")) && /* @__PURE__ */ t.jsx(L, { md: b, label: "", children: /* @__PURE__ */ t.jsx(n1, { taxonKey: (L3 = (v3 = this == null ? void 0 : this.state) == null ? void 0 : v3.taxon) == null ? void 0 : L3.id, datasetKey: this.props.datasetKey }) })
1643
1673
  ]
1644
1674
  }
1645
1675
  ) });
1646
1676
  }
1647
1677
  }
1648
- N(a2, "contextType", H3);
1649
- function o1({
1650
- taxonKey: r,
1651
- datasetKey: p,
1678
+ _(a2, "contextType", Y3);
1679
+ function l1({
1680
+ taxonKey: n,
1681
+ datasetKey: i,
1652
1682
  pageTitleTemplate: a,
1653
1683
  identifierLabel: s,
1654
- showDistributionMap: l,
1655
- gbifChecklistKey: i,
1684
+ showDistributionMap: r,
1685
+ gbifChecklistKey: p,
1656
1686
  basemapStyle: o,
1657
1687
  auth: e,
1658
1688
  ...C
1659
1689
  }) {
1660
- return /* @__PURE__ */ t.jsx(H3.Provider, { value: d2(C), children: /* @__PURE__ */ t.jsx(
1690
+ return /* @__PURE__ */ t.jsx(Y3.Provider, { value: d2(C), children: /* @__PURE__ */ t.jsx(
1661
1691
  a2,
1662
1692
  {
1663
- taxonKey: r,
1664
- datasetKey: p,
1693
+ taxonKey: n,
1694
+ datasetKey: i,
1665
1695
  pageTitleTemplate: a,
1666
1696
  identifierLabel: s,
1667
- showDistributionMap: l,
1668
- gbifChecklistKey: i,
1697
+ showDistributionMap: r,
1698
+ gbifChecklistKey: p,
1669
1699
  basemapStyle: o,
1670
1700
  auth: e
1671
1701
  }
1672
1702
  ) });
1673
1703
  }
1674
- const $1 = r2(n2(o1));
1704
+ const D1 = r2(n2(l1));
1675
1705
  export {
1676
- $1 as Taxon
1706
+ D1 as Taxon
1677
1707
  };
1678
1708
  //# sourceMappingURL=taxon.js.map