col-browser 2.3.10 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +54 -2
  2. package/es/bibtex.js +2 -2
  3. package/es/chunks/{BibTex-CPaVr-5w.js → BibTex-CyUpSmpY.js} +2 -2
  4. package/es/chunks/{BibTex-CPaVr-5w.js.map → BibTex-CyUpSmpY.js.map} +1 -1
  5. package/es/chunks/{DatasetCitation-JpNSTWz-.js → DatasetCitation-BnOkKDTv.js} +2 -2
  6. package/es/chunks/{DatasetCitation-JpNSTWz-.js.map → DatasetCitation-BnOkKDTv.js.map} +1 -1
  7. package/es/chunks/{DatasetlogoWithFallback-BhWvpgDn.js → DatasetlogoWithFallback-DJEkjMJ1.js} +2 -2
  8. package/es/chunks/{DatasetlogoWithFallback-BhWvpgDn.js.map → DatasetlogoWithFallback-DJEkjMJ1.js.map} +1 -1
  9. package/es/chunks/Distributions-Dwjo7KhA.js +1173 -0
  10. package/es/chunks/Distributions-Dwjo7KhA.js.map +1 -0
  11. package/es/chunks/{MergedDataBadge-DK4XUXsL.js → MergedDataBadge-FvHUdT7B.js} +2 -2
  12. package/es/chunks/{MergedDataBadge-DK4XUXsL.js.map → MergedDataBadge-FvHUdT7B.js.map} +1 -1
  13. package/es/chunks/{TaxonBreakdown-BYRnP8bH.js → TaxonBreakdown-D9g3tYXL.js} +2 -2
  14. package/es/chunks/{TaxonBreakdown-BYRnP8bH.js.map → TaxonBreakdown-D9g3tYXL.js.map} +1 -1
  15. package/es/chunks/{XrGutter-CORP2r5Y.js → XrGutter-D3PMq-Dn.js} +2 -2
  16. package/es/chunks/{XrGutter-CORP2r5Y.js.map → XrGutter-D3PMq-Dn.js.map} +1 -1
  17. package/es/chunks/config-D4b3a4Yi.js +27 -0
  18. package/es/chunks/config-D4b3a4Yi.js.map +1 -0
  19. package/es/chunks/{dataset-BuF063rn.js → dataset-D_gmg2Zv.js} +2 -2
  20. package/es/chunks/{dataset-BuF063rn.js.map → dataset-D_gmg2Zv.js.map} +1 -1
  21. package/es/chunks/{enumeration-CC8SblcI.js → enumeration-B-nIqCor.js} +2 -2
  22. package/es/chunks/{enumeration-CC8SblcI.js.map → enumeration-B-nIqCor.js.map} +1 -1
  23. package/es/chunks/{sector-Behb-WCC.js → sector-CE-w32Gs.js} +2 -2
  24. package/es/chunks/{sector-Behb-WCC.js.map → sector-CE-w32Gs.js.map} +1 -1
  25. package/es/chunks/withTheme-Dh6PRuII.js +17 -0
  26. package/es/chunks/withTheme-Dh6PRuII.js.map +1 -0
  27. package/es/config.js +5 -0
  28. package/es/config.js.map +1 -0
  29. package/es/index.js +4 -2
  30. package/es/index.js.map +1 -1
  31. package/es/search.js +14 -13
  32. package/es/search.js.map +1 -1
  33. package/es/sourceDataset.js +7 -6
  34. package/es/sourceDataset.js.map +1 -1
  35. package/es/sourceDatasetList.js +16 -15
  36. package/es/sourceDatasetList.js.map +1 -1
  37. package/es/taxon.js +746 -741
  38. package/es/taxon.js.map +1 -1
  39. package/es/taxonBreakdown.js +23 -22
  40. package/es/taxonBreakdown.js.map +1 -1
  41. package/es/taxonDistribution.js +32 -29
  42. package/es/taxonDistribution.js.map +1 -1
  43. package/es/tree.js +8 -7
  44. package/es/tree.js.map +1 -1
  45. package/package.json +5 -1
  46. package/types/config.d.ts +1 -0
  47. package/types/index.d.ts +39 -0
  48. package/umd/col-browser.js +57 -30
  49. package/umd/col-browser.js.map +1 -1
  50. package/umd/col-browser.min.js +4 -4
  51. package/umd/col-browser.min.js.map +1 -1
  52. package/es/chunks/Distributions-CKn1-Qze.js +0 -1169
  53. package/es/chunks/Distributions-CKn1-Qze.js.map +0 -1
  54. package/es/chunks/config-B2Z9BaEd.js +0 -30
  55. package/es/chunks/config-B2Z9BaEd.js.map +0 -1
package/es/taxon.js CHANGED
@@ -1,80 +1,81 @@
1
- var a2 = Object.defineProperty;
2
- var e2 = (r, i, o) => i in r ? a2(r, i, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[i] = o;
3
- var R = (r, i, o) => e2(r, typeof i != "symbol" ? i + "" : i, o);
4
- import { a as o2 } from "./chunks/withDatasetKey-BgMY05XE.js";
5
- import { c as H, w as n2 } from "./chunks/config-B2Z9BaEd.js";
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);
4
+ import { a as n2 } from "./chunks/withDatasetKey-BgMY05XE.js";
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 r3 from "react";
8
- import e3, { useRef as r2, useState as n3, useEffect as N3 } from "react";
9
- import { g as l2 } from "./chunks/sector-Behb-WCC.js";
10
- import { b as R3 } from "./chunks/dataset-BuF063rn.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";
11
12
  import u3 from "dataloader";
12
- import { c as z, L as p3, p as s2, R as Y3, s as i2, b as p2 } from "./chunks/router-CssZk5qZ.js";
13
- import { Row as d3, Col as G, Popover as H3, Tag as C3, Space as d2, Tooltip as E3, Table as c2, message as y2, Form as y3, Modal as g2, Alert as i3, Spin as f2, Input as $3, Button as w3, Rate as m2 } from "antd";
14
- import { isArray as C2, get as n, capitalize as M3, values as u2, startCase as P3 } from "lodash-es";
15
- import E2 from "react-jss";
16
- import { w as h2, P as w, g as z3 } from "./chunks/PresentationItem-C4yZ555-.js";
17
- import { R as W3, D as F2 } from "./chunks/Distributions-CKn1-Qze.js";
18
- import { X as l3 } from "./chunks/XrGutter-CORP2r5Y.js";
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";
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";
19
20
  import x3 from "linkify-html";
20
21
  import { R as h3 } from "./chunks/LinkOutlined-2IkQWTV7.js";
21
22
  import { I as S3 } from "./chunks/AntdIcon-B1nMlqyh.js";
22
- import { g as B2 } from "./chunks/enumeration-CC8SblcI.js";
23
- import Z3 from "dompurify";
23
+ import { g as k2 } from "./chunks/enumeration-B-nIqCor.js";
24
+ import U3 from "dompurify";
24
25
  import { E as g3 } from "./chunks/ErrorMsg-K8k5PPTp.js";
25
- import { D as k2 } from "./chunks/DatasetlogoWithFallback-BhWvpgDn.js";
26
- import { T as x2 } from "./chunks/TaxonBreakdown-BYRnP8bH.js";
27
- import { M as D3 } from "./chunks/MergedDataBadge-DK4XUXsL.js";
28
- import { marked as S2 } from "marked";
29
- var j2 = { 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 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" };
30
31
  function F3() {
31
32
  return F3 = Object.assign ? Object.assign.bind() : function(r) {
32
- for (var i = 1; i < arguments.length; i++) {
33
- var o = arguments[i];
34
- for (var s in o)
35
- Object.prototype.hasOwnProperty.call(o, s) && (r[s] = o[s]);
33
+ for (var p = 1; p < arguments.length; p++) {
34
+ var a = arguments[p];
35
+ for (var s in a)
36
+ Object.prototype.hasOwnProperty.call(a, s) && (r[s] = a[s]);
36
37
  }
37
38
  return r;
38
39
  }, F3.apply(this, arguments);
39
40
  }
40
- const A2 = (r, i) => /* @__PURE__ */ r3.createElement(S3, F3({}, r, {
41
- ref: i,
42
- icon: j2
43
- })), j3 = /* @__PURE__ */ r3.forwardRef(A2);
41
+ const b2 = (r, p) => /* @__PURE__ */ n3.createElement(S3, F3({}, r, {
42
+ ref: p,
43
+ icon: A2
44
+ })), j3 = /* @__PURE__ */ n3.forwardRef(b2);
44
45
  process.env.NODE_ENV !== "production" && (j3.displayName = "DownloadOutlined");
45
- var b2 = { 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" };
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" };
46
47
  function B3() {
47
48
  return B3 = Object.assign ? Object.assign.bind() : function(r) {
48
- for (var i = 1; i < arguments.length; i++) {
49
- var o = arguments[i];
50
- for (var s in o)
51
- Object.prototype.hasOwnProperty.call(o, s) && (r[s] = o[s]);
49
+ for (var p = 1; p < arguments.length; p++) {
50
+ var a = arguments[p];
51
+ for (var s in a)
52
+ Object.prototype.hasOwnProperty.call(a, s) && (r[s] = a[s]);
52
53
  }
53
54
  return r;
54
55
  }, B3.apply(this, arguments);
55
56
  }
56
- const v2 = (r, i) => /* @__PURE__ */ r3.createElement(S3, B3({}, r, {
57
- ref: i,
58
- icon: b2
59
- })), U3 = /* @__PURE__ */ r3.forwardRef(v2);
60
- process.env.NODE_ENV !== "production" && (U3.displayName = "MessageFilled");
61
- var L2 = { 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 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" };
62
63
  function k3() {
63
64
  return k3 = Object.assign ? Object.assign.bind() : function(r) {
64
- for (var i = 1; i < arguments.length; i++) {
65
- var o = arguments[i];
66
- for (var s in o)
67
- Object.prototype.hasOwnProperty.call(o, s) && (r[s] = o[s]);
65
+ for (var p = 1; p < arguments.length; p++) {
66
+ var a = arguments[p];
67
+ for (var s in a)
68
+ Object.prototype.hasOwnProperty.call(a, s) && (r[s] = a[s]);
68
69
  }
69
70
  return r;
70
71
  }, k3.apply(this, arguments);
71
72
  }
72
- const $2 = (r, i) => /* @__PURE__ */ r3.createElement(S3, k3({}, r, {
73
- ref: i,
74
- icon: L2
75
- })), G3 = /* @__PURE__ */ r3.forwardRef($2);
76
- process.env.NODE_ENV !== "production" && (G3.displayName = "TagOutlined");
77
- const w2 = {
73
+ const w2 = (r, p) => /* @__PURE__ */ n3.createElement(S3, k3({}, r, {
74
+ ref: p,
75
+ icon: $2
76
+ })), V3 = /* @__PURE__ */ n3.forwardRef(w2);
77
+ process.env.NODE_ENV !== "production" && (V3.displayName = "TagOutlined");
78
+ const M2 = {
78
79
  formItem: {
79
80
  paddingBottom: 0,
80
81
  width: "100%",
@@ -104,26 +105,26 @@ const w2 = {
104
105
  marginBottom: 10,
105
106
  marginTop: 10
106
107
  }
107
- }, M2 = ({ classes: r, children: i, size: o }) => {
108
+ }, D2 = ({ classes: r, children: p, size: a }) => {
108
109
  const s = () => {
109
- let a;
110
- return Array.isArray(i) && i.length > 0 ? a = i.map((e, E) => /* @__PURE__ */ t.jsx("span", { className: r.content, children: e }, E)) : !Array.isArray(i) && typeof i < "u" && (a = /* @__PURE__ */ t.jsx("span", { className: r.content, children: i })), a;
111
- }, l = o === "medium" ? r.mediumMargin : r.smallMargin;
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;
112
113
  return /* @__PURE__ */ t.jsx(d3, { className: r.formItem, children: /* @__PURE__ */ t.jsx(G, { span: 24, className: l, children: s() }) });
113
- }, V3 = h2()(E2(w2)(M2)), q3 = ({ style: r = {}, decision: i, popoverPlacement: o }) => {
114
- const s = r2(Math.random().toString(36).substring(2, 15)), {
114
+ }, q3 = F2()(h2(M2)(D2)), J3 = ({ style: r = {}, decision: p, popoverPlacement: a }) => {
115
+ const s = l2(Math.random().toString(36).substring(2, 15)), {
115
116
  subject: l,
116
- originalSubjectId: a,
117
- subjectDatasetKey: e,
118
- datasetKey: E,
119
- created: f,
117
+ originalSubjectId: i,
118
+ subjectDatasetKey: o,
119
+ datasetKey: e,
120
+ created: C,
120
121
  createdBy: B,
121
- modified: k,
122
- modifiedBy: y,
123
- ...x
124
- } = i;
122
+ modified: b,
123
+ modifiedBy: c,
124
+ ...k
125
+ } = p;
125
126
  return /* @__PURE__ */ t.jsx("div", { style: { display: "inline" }, id: s.current, children: /* @__PURE__ */ t.jsx(
126
- H3,
127
+ P3,
127
128
  {
128
129
  getPopupContainer: () => document.getElementById(s.current),
129
130
  title: "Editorial decision",
@@ -133,11 +134,11 @@ const w2 = {
133
134
  "pre",
134
135
  {
135
136
  style: { fontSize: "10px", fontFamily: "monospace", width: "400px" },
136
- children: JSON.stringify(x, null, 2)
137
+ children: JSON.stringify(k, null, 2)
137
138
  }
138
139
  )
139
140
  ] }),
140
- placement: o || "right",
141
+ placement: a || "right",
141
142
  trigger: "click",
142
143
  children: /* @__PURE__ */ t.jsx(
143
144
  C3,
@@ -159,16 +160,16 @@ const w2 = {
159
160
  )
160
161
  }
161
162
  ) });
162
- }, J3 = (r) => {
163
- const i = r ? r.toUpperCase() : "";
164
- return ["HOLOTYPE", "LECTOTYPE", "NEOTYPE"].includes(i) ? "#e2614a" : ["PARATYPE", "PARALECTOTYPE", "SYNTYPE"].includes(i) ? "#f1eb0b" : ["ALLOTYPE"].includes(i) ? "#7edaff" : null;
165
- }, D2 = (r, i) => {
166
- var l, a;
167
- let o = r != null && r.gbifKey && (r == null ? void 0 : r.gbifPublisherKey) === ((l = H) == null ? void 0 : l.plaziGbifPublisherKey) ? `https://www.gbif.org/occurrence/${r == null ? void 0 : r.gbifKey}/${i.id}` : "";
168
- !o && ((a = i == null ? void 0 : i.link) != null && a.startsWith("https://www.gbif.org/occurrence/")) && (o = i == null ? void 0 : i.link);
169
- const s = i != null && i.associatedSequences && (i == null ? void 0 : i.associatedSequences.indexOf("ncbi.")) > -1 ? i == null ? void 0 : i.associatedSequences : "";
170
- return (o || s) && /* @__PURE__ */ t.jsx("span", { id: `${i.id}-type-material-links`, children: /* @__PURE__ */ t.jsxs(d2, { children: [
171
- o && /* @__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: o, target: "_blank", rel: "noreferrer", children: [
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: [
172
173
  "GBIF ",
173
174
  /* @__PURE__ */ t.jsx(h3, {})
174
175
  ] }) }),
@@ -177,8 +178,8 @@ const w2 = {
177
178
  /* @__PURE__ */ t.jsx(h3, {})
178
179
  ] }) })
179
180
  ] }) });
180
- }, I2 = ({ dataset: r, data: i, nameID: o, style: s }) => i[o] ? /* @__PURE__ */ t.jsx("div", { style: s, children: i[o].map((l) => /* @__PURE__ */ t.jsx(V3, { children: /* @__PURE__ */ t.jsxs(
181
- l3,
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,
182
183
  {
183
184
  merged: l.merged,
184
185
  createdBy: l == null ? void 0 : l.createdBy,
@@ -186,9 +187,9 @@ const w2 = {
186
187
  verbatimSourceKey: l == null ? void 0 : l.verbatimSourceKey,
187
188
  sourceDatasetKey: l == null ? void 0 : l.sourceDatasetKey,
188
189
  children: [
189
- /* @__PURE__ */ t.jsx(C3, { color: J3(l == null ? void 0 : l.status), children: l == null ? void 0 : l.status }),
190
+ /* @__PURE__ */ t.jsx(C3, { color: X3(l == null ? void 0 : l.status), children: l == null ? void 0 : l.status }),
190
191
  " ",
191
- D2(r, l),
192
+ I2(r, l),
192
193
  " ",
193
194
  (l == null ? void 0 : l.citation) && /* @__PURE__ */ t.jsx(
194
195
  "span",
@@ -199,42 +200,42 @@ const w2 = {
199
200
  ]
200
201
  }
201
202
  ) }, l.id)) }) : null;
202
- class T2 extends e3.Component {
203
- constructor(o) {
204
- super(o);
205
- R(this, "getData", () => {
206
- const { nameId: o, datasetKey: s, references: l } = this.props;
203
+ class K2 extends e3.Component {
204
+ constructor(a) {
205
+ super(a);
206
+ N(this, "getData", () => {
207
+ const { nameId: a, datasetKey: s, references: l } = this.props;
207
208
  if (referenceId) {
208
- const a = C2(referenceId) ? referenceId : [referenceId], e = [];
209
+ const i = u2(referenceId) ? referenceId : [referenceId], o = [];
209
210
  this.setState({ loading: !0 }), Promise.all(
210
- a.map(
211
- (E) => n(l, E) ? Promise.resolve(e.push(l[o])) : z(
212
- `${H.dataApi}dataset/${s}/name/${encodeURIComponent(o)}/types`
213
- ).then((f) => e.push(f.data))
211
+ i.map(
212
+ (e) => n(l, e) ? Promise.resolve(o.push(l[a])) : W(
213
+ `${P.dataApi}dataset/${s}/name/${encodeURIComponent(a)}/types`
214
+ ).then((C) => o.push(C.data))
214
215
  )
215
- ).then(() => this.setState({ typeMaterial: e, loading: !1 }));
216
+ ).then(() => this.setState({ typeMaterial: o, loading: !1 }));
216
217
  }
217
218
  });
218
- R(this, "getContent", () => {
219
- const { typeMaterial: o, nameId: s } = this.props, l = (o == null ? void 0 : o[s]) || [];
219
+ N(this, "getContent", () => {
220
+ const { typeMaterial: a, nameId: s } = this.props, l = (a == null ? void 0 : a[s]) || [];
220
221
  if (l.length > 0)
221
- return /* @__PURE__ */ t.jsx("div", { children: l.map((a) => /* @__PURE__ */ t.jsx("div", { style: { marginBottom: "8px", paddingLeft: "18px" }, children: /* @__PURE__ */ t.jsxs(l3, { merged: a.merged, children: [
222
- /* @__PURE__ */ t.jsx(C3, { color: J3(a == null ? void 0 : a.status), children: a == null ? void 0 : a.status }),
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 }),
223
224
  " ",
224
- (a == null ? void 0 : a.citation) && /* @__PURE__ */ t.jsx(
225
+ (i == null ? void 0 : i.citation) && /* @__PURE__ */ t.jsx(
225
226
  "span",
226
227
  {
227
228
  dangerouslySetInnerHTML: {
228
- __html: x3((a == null ? void 0 : a.citation) || "")
229
+ __html: x3((i == null ? void 0 : i.citation) || "")
229
230
  }
230
231
  }
231
232
  )
232
- ] }) }, a.id)) });
233
+ ] }) }, i.id)) });
233
234
  });
234
- R(this, "render", () => {
235
- const { typeMaterial: o, nameId: s } = this.props;
236
- return ((o == null ? void 0 : o[s]) || []).length > 0 ? /* @__PURE__ */ t.jsxs(
237
- H3,
235
+ N(this, "render", () => {
236
+ const { typeMaterial: a, nameId: s } = this.props;
237
+ return ((a == null ? void 0 : a[s]) || []).length > 0 ? /* @__PURE__ */ t.jsxs(
238
+ P3,
238
239
  {
239
240
  getPopupContainer: () => document.getElementById(`type_popover_${s}`),
240
241
  placement: this.props.placement || "left",
@@ -243,7 +244,7 @@ class T2 extends e3.Component {
243
244
  trigger: "click",
244
245
  children: [
245
246
  " ",
246
- /* @__PURE__ */ t.jsx(G3, { style: { cursor: "pointer" }, id: `type_popover_${s}` })
247
+ /* @__PURE__ */ t.jsx(V3, { style: { cursor: "pointer" }, id: `type_popover_${s}` })
247
248
  ]
248
249
  }
249
250
  ) : "";
@@ -255,49 +256,49 @@ class T2 extends e3.Component {
255
256
  };
256
257
  }
257
258
  }
258
- const X3 = ({ total: r, visible: i, showAll: o, onChange: s }) => r <= i && !o ? null : /* @__PURE__ */ t.jsx("a", { onClick: () => s(!o), style: { cursor: "pointer" }, children: o ? "Show less" : `Show all (${r})` }), I3 = 5, T3 = ({
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 = ({
259
260
  datasetKey: r,
260
- data: i,
261
- style: o,
261
+ data: p,
262
+ style: a,
262
263
  nomStatus: s,
263
264
  references: l,
264
- decisions: a,
265
- typeMaterial: e,
266
- referenceIndexMap: E,
267
- primarySource: f,
265
+ decisions: i,
266
+ typeMaterial: o,
267
+ referenceIndexMap: e,
268
+ primarySource: C,
268
269
  misapplied: B
269
270
  }) => {
270
- const [k, y] = n3(!1), x = (d) => s ? s[n(d, "name.nomStatus")][n(d, "name.code"), "zoological"] : n(d, "name.nomStatus"), v = (d, M) => n(d, "name.combinationAuthorship.year") && n(M, "name.combinationAuthorship.year") ? n(M, "name.combinationAuthorship.year") - n(d, "name.combinationAuthorship.year") : n(d, "name.scientificName") < n(M, "name.scientificName") ? -1 : 1, j = [];
271
- B ? i.misapplied && [...i.misapplied].sort(v).forEach((d) => {
272
- j.push({ syn: d, homotypic: !1, indent: !1 });
273
- }) : (i.homotypic && [...i.homotypic].sort(v).forEach((d) => {
274
- j.push({ syn: d, homotypic: !0, indent: !1 });
275
- }), i.heterotypicGroups && [...i.heterotypicGroups].sort((d, M) => v(d[0], M[0])).forEach((d) => {
276
- d.forEach((M, K) => {
277
- j.push({ syn: M, homotypic: K > 0, indent: K > 0 });
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 });
278
279
  });
279
280
  }));
280
- const D = j.length, u = k ? j : j.slice(0, I3), A = ({ syn: d, homotypic: M, indent: K }) => /* @__PURE__ */ t.jsxs(V3, { children: [
281
+ const D = S.length, u = b ? S : S.slice(0, T3), j = ({ syn: g, homotypic: L, indent: H }) => /* @__PURE__ */ t.jsxs(q3, { children: [
281
282
  /* @__PURE__ */ t.jsx(
282
- l3,
283
+ r3,
283
284
  {
284
- merged: !!(d != null && d.sourceDatasetKey) && n(f, "key") !== (d == null ? void 0 : d.sourceDatasetKey),
285
- createdBy: d == null ? void 0 : d.createdBy,
286
- datasetKey: d.datasetKey,
287
- sourceDatasetKey: d == null ? void 0 : d.sourceDatasetKey,
288
- verbatimSourceKey: d.verbatimSourceKey,
289
- children: /* @__PURE__ */ t.jsxs("span", { style: K ? { marginLeft: "10px" } : null, children: [
290
- B ? "" : M === !0 ? "≡ " : "= ",
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 ? "≡ " : "= ",
291
292
  " ",
292
- /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: n(d, "id"), children: /* @__PURE__ */ t.jsx(
293
+ /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: n(g, "id"), children: /* @__PURE__ */ t.jsx(
293
294
  "span",
294
295
  {
295
296
  dangerouslySetInnerHTML: {
296
297
  __html: n(
297
- d,
298
+ g,
298
299
  "labelHtml",
299
- `${n(d, "name.scientificName")} ${n(
300
- d,
300
+ `${n(g, "name.scientificName")} ${n(
301
+ g,
301
302
  "name.authorship",
302
303
  ""
303
304
  )}`
@@ -309,75 +310,75 @@ const X3 = ({ total: r, visible: i, showAll: o, onChange: s }) => r <= i && !o ?
309
310
  }
310
311
  ),
311
312
  " ",
312
- (a == null ? void 0 : a[d == null ? void 0 : d.id]) && /* @__PURE__ */ t.jsx(q3, { decision: a == null ? void 0 : a[d == null ? void 0 : d.id] }),
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] }),
313
314
  /* @__PURE__ */ t.jsx(
314
- T2,
315
+ K2,
315
316
  {
316
317
  datasetKey: r,
317
- typeMaterial: e,
318
- nameId: n(d, "name.id"),
318
+ typeMaterial: o,
319
+ nameId: n(g, "name.id"),
319
320
  placement: "top"
320
321
  }
321
322
  ),
322
323
  " ",
323
- n(d, "name.nomStatus") ? `(${x(d)})` : "",
324
+ n(g, "name.nomStatus") ? `(${k(g)})` : "",
324
325
  " ",
325
- n(d, "status") === "misapplied" && n(d, "accordingTo") ? n(d, "accordingTo") : "",
326
- n(d, "status") === "ambiguous synonym" && "(Ambiguous)",
326
+ n(g, "status") === "misapplied" && n(g, "accordingTo") ? n(g, "accordingTo") : "",
327
+ n(g, "status") === "ambiguous synonym" && "(Ambiguous)",
327
328
  /* @__PURE__ */ t.jsx(
328
- W3,
329
+ Z3,
329
330
  {
330
331
  datasetKey: r,
331
332
  references: l,
332
- referenceIndexMap: E,
333
- referenceId: n(d, "name.publishedInId") ? [n(d, "name.publishedInId"), ...d.referenceIds || []] : d.referenceIds,
333
+ referenceIndexMap: e,
334
+ referenceId: n(g, "name.publishedInId") ? [n(g, "name.publishedInId"), ...g.referenceIds || []] : g.referenceIds,
334
335
  placement: "top",
335
336
  style: { display: "inline-block" }
336
337
  }
337
338
  )
338
- ] }, n(d, "name.id"));
339
- return /* @__PURE__ */ t.jsxs("div", { style: o, children: [
340
- u.map(A),
339
+ ] }, n(g, "name.id"));
340
+ return /* @__PURE__ */ t.jsxs("div", { style: a, children: [
341
+ u.map(j),
341
342
  /* @__PURE__ */ t.jsx(
342
- X3,
343
+ Q3,
343
344
  {
344
345
  total: D,
345
- visible: I3,
346
- showAll: k,
347
- onChange: y
346
+ visible: T3,
347
+ showAll: b,
348
+ onChange: c
348
349
  }
349
350
  )
350
351
  ] });
351
352
  };
352
- class K2 extends e3.Component {
353
- constructor(o) {
354
- super(o);
355
- R(this, "componentDidMount", () => {
356
- const { data: o } = this.props;
357
- B2().then((s) => {
358
- const l = {}, a = {};
359
- s.forEach((E) => {
360
- l[E.alpha3] = E, a[E.alpha2] = E;
353
+ class O2 extends e3.Component {
354
+ constructor(a) {
355
+ super(a);
356
+ N(this, "componentDidMount", () => {
357
+ const { data: a } = this.props;
358
+ k2().then((s) => {
359
+ const l = {}, i = {};
360
+ s.forEach((e) => {
361
+ l[e.alpha3] = e, i[e.alpha2] = e;
361
362
  });
362
- const e = o.map(
363
- (E) => this.decorateWithCountryByCode(E, a, l)
363
+ const o = a.map(
364
+ (e) => this.decorateWithCountryByCode(e, i, l)
364
365
  );
365
- return this.setState({ data: e }), Promise.all(e.map(this.decorateWithLanguageByCode));
366
+ return this.setState({ data: o }), Promise.all(o.map(this.decorateWithLanguageByCode));
366
367
  }).then(() => {
367
368
  this.state.data.sort(
368
369
  (s, l) => s.languageName > l.languageName ? 1 : -1
369
370
  ), this.setState({ data: [...this.state.data] });
370
371
  });
371
372
  });
372
- R(this, "decorateWithCountryByCode", (o, s, l) => s && o.country && o.country.length === 2 ? {
373
- ...o,
374
- countryTitle: n(s, `[${o.country}].title`) || ""
375
- } : l && o.country && o.country.length === 3 ? {
376
- ...o,
377
- countryTitle: n(l, `[${o.country}].title`) || ""
378
- } : o);
379
- R(this, "decorateWithLanguageByCode", (o) => o.language ? z(`${H.dataApi}vocab/language/${o.language}`).then((s) => {
380
- o.languageName = s.data;
373
+ N(this, "decorateWithCountryByCode", (a, s, l) => s && a.country && a.country.length === 2 ? {
374
+ ...a,
375
+ countryTitle: n(s, `[${a.country}].title`) || ""
376
+ } : l && a.country && a.country.length === 3 ? {
377
+ ...a,
378
+ countryTitle: n(l, `[${a.country}].title`) || ""
379
+ } : a);
380
+ N(this, "decorateWithLanguageByCode", (a) => a.language ? W(`${P.dataApi}vocab/language/${a.language}`).then((s) => {
381
+ a.languageName = s.data;
381
382
  }).catch((s) => console.log(s)) : Promise.resolve());
382
383
  const { references: s } = this.props;
383
384
  this.state = {
@@ -390,14 +391,14 @@ class K2 extends e3.Component {
390
391
  title: "Original name",
391
392
  dataIndex: "name",
392
393
  key: "name",
393
- render: (l, a) => /* @__PURE__ */ t.jsx(
394
- l3,
394
+ render: (l, i) => /* @__PURE__ */ t.jsx(
395
+ r3,
395
396
  {
396
- merged: a == null ? void 0 : a.merged,
397
- createdBy: a == null ? void 0 : a.createdBy,
398
- datasetKey: a == null ? void 0 : a.datasetKey,
399
- verbatimSourceKey: a == null ? void 0 : a.verbatimSourceKey,
400
- sourceDatasetKey: a == null ? void 0 : a.sourceDatasetKey,
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,
401
402
  children: l
402
403
  }
403
404
  )
@@ -411,20 +412,20 @@ class K2 extends e3.Component {
411
412
  title: "Language",
412
413
  dataIndex: "language",
413
414
  key: "language",
414
- render: (l, a) => a.languageName ? a.languageName : l
415
+ render: (l, i) => i.languageName ? i.languageName : l
415
416
  },
416
417
  {
417
418
  title: "Country of use",
418
419
  dataIndex: "country",
419
420
  key: "country",
420
- render: (l, a) => a.countryTitle ? a.countryTitle : l
421
+ render: (l, i) => i.countryTitle ? i.countryTitle : l
421
422
  },
422
423
  {
423
424
  title: "",
424
425
  dataIndex: "referenceId",
425
426
  key: "referenceId",
426
- render: (l, a) => l ? /* @__PURE__ */ t.jsx(
427
- W3,
427
+ render: (l, i) => l ? /* @__PURE__ */ t.jsx(
428
+ Z3,
428
429
  {
429
430
  referenceId: l,
430
431
  references: s,
@@ -437,47 +438,47 @@ class K2 extends e3.Component {
437
438
  };
438
439
  }
439
440
  render() {
440
- const { style: o } = this.props, { data: s, columns: l, showAll: a } = this.state, e = a ? s : s.slice(0, 5);
441
+ const { style: a } = this.props, { data: s, columns: l, showAll: i } = this.state, o = i ? s : s.slice(0, 5);
441
442
  return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
442
443
  /* @__PURE__ */ t.jsx(
443
- c2,
444
+ y2,
444
445
  {
445
- style: o,
446
+ style: a,
446
447
  className: "colplus-taxon-page-list",
447
448
  columns: l,
448
- dataSource: e,
449
+ dataSource: o,
449
450
  rowKey: "id",
450
451
  pagination: !1,
451
452
  size: "middle"
452
453
  }
453
454
  ),
454
455
  /* @__PURE__ */ t.jsx(
455
- X3,
456
+ Q3,
456
457
  {
457
458
  total: s.length,
458
459
  visible: 5,
459
- showAll: a,
460
- onChange: (E) => this.setState({ showAll: E })
460
+ showAll: i,
461
+ onChange: (e) => this.setState({ showAll: e })
461
462
  }
462
463
  )
463
464
  ] });
464
465
  }
465
466
  }
466
- const O2 = {
467
+ const _2 = {
467
468
  color: "rgba(0, 0, 0, 0.45)",
468
469
  fontSize: "11px"
469
- }, _2 = ({ data: r, style: i }) => /* @__PURE__ */ t.jsxs("div", { style: i, children: [
470
+ }, N2 = ({ data: r, style: p }) => /* @__PURE__ */ t.jsxs("div", { style: p, children: [
470
471
  " ",
471
- r.map((o, s) => /* @__PURE__ */ t.jsxs("div", { style: { float: "left", marginRight: "3px" }, children: [
472
- /* @__PURE__ */ t.jsxs("span", { style: O2, children: [
473
- o.rank,
472
+ r.map((a, s) => /* @__PURE__ */ t.jsxs("div", { style: { float: "left", marginRight: "3px" }, children: [
473
+ /* @__PURE__ */ t.jsxs("span", { style: _2, children: [
474
+ a.rank,
474
475
  ": "
475
476
  ] }),
476
- /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: o.id, children: /* @__PURE__ */ t.jsx("span", { dangerouslySetInnerHTML: { __html: o.labelHtml } }) }),
477
+ /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: a.id, children: /* @__PURE__ */ t.jsx("span", { dangerouslySetInnerHTML: { __html: a.labelHtml } }) }),
477
478
  s < r.length - 1 && " >"
478
- ] }, o.rank))
479
- ] }), N2 = (r, i) => {
480
- if (i)
479
+ ] }, a.rank))
480
+ ] }), R2 = (r, p) => {
481
+ if (p)
481
482
  switch (r.type) {
482
483
  case "spelling correction":
483
484
  return "Has spelling correction";
@@ -494,7 +495,7 @@ const O2 = {
494
495
  case "type":
495
496
  return "Type of";
496
497
  default:
497
- return M3(r.type);
498
+ return D3(r.type);
498
499
  }
499
500
  else
500
501
  switch (r.type) {
@@ -513,16 +514,16 @@ const O2 = {
513
514
  case "type":
514
515
  return "Type";
515
516
  default:
516
- return M3(r.type);
517
+ return D3(r.type);
517
518
  }
518
- }, K3 = ({ data: r, md: i, reverse: o }) => r.map((s, l) => /* @__PURE__ */ t.jsxs(
519
- w,
519
+ }, O3 = ({ data: r, md: p, reverse: a }) => r.map((s, l) => /* @__PURE__ */ t.jsxs(
520
+ M,
520
521
  {
521
- md: i,
522
- label: N2(s, o),
522
+ md: p,
523
+ label: R2(s, a),
523
524
  helpText: s.note,
524
525
  children: [
525
- !o && /* @__PURE__ */ t.jsx(
526
+ !a && /* @__PURE__ */ t.jsx(
526
527
  "span",
527
528
  {
528
529
  dangerouslySetInnerHTML: {
@@ -530,7 +531,7 @@ const O2 = {
530
531
  }
531
532
  }
532
533
  ),
533
- o && /* @__PURE__ */ t.jsx(
534
+ a && /* @__PURE__ */ t.jsx(
534
535
  "span",
535
536
  {
536
537
  dangerouslySetInnerHTML: {
@@ -541,30 +542,30 @@ const O2 = {
541
542
  ]
542
543
  },
543
544
  l
544
- )), R2 = ({
545
+ )), Y2 = ({
545
546
  data: r,
546
- referenceIndexMap: i,
547
- style: o,
547
+ referenceIndexMap: p,
548
+ style: a,
548
549
  primarySourceDatasetKey: s
549
- }) => (N3(() => {
550
- }, [i]), /* @__PURE__ */ t.jsx("div", { style: o, className: "col-reference-link-container", children: u2(r).map((l) => {
551
- var a, e;
550
+ }) => (R3(() => {
551
+ }, [p]), /* @__PURE__ */ t.jsx("div", { style: a, className: "col-reference-link-container", children: E2(r).map((l) => {
552
+ var i, o;
552
553
  return /* @__PURE__ */ t.jsxs(d3, { children: [
553
- /* @__PURE__ */ t.jsx(G, { style: { paddingRight: "5px" }, children: n(i, l.id) && /* @__PURE__ */ t.jsx("span", { children: `[${n(i, l.id)}]` }) }),
554
+ /* @__PURE__ */ t.jsx(G, { style: { paddingRight: "5px" }, children: n(p, l.id) && /* @__PURE__ */ t.jsx("span", { children: `[${n(p, l.id)}]` }) }),
554
555
  /* @__PURE__ */ t.jsx(G, { span: 20, style: { paddingLeft: "18px" }, children: /* @__PURE__ */ t.jsx(
555
- l3,
556
+ r3,
556
557
  {
557
- merged: ((a = l == null ? void 0 : l.sourceDataset) == null ? void 0 : a.key) !== s,
558
+ merged: ((i = l == null ? void 0 : l.sourceDataset) == null ? void 0 : i.key) !== s,
558
559
  createdBy: l == null ? void 0 : l.createdBy,
559
560
  datasetKey: l.datasetKey,
560
561
  verbatimSourceKey: l == null ? void 0 : l.verbatimSourceKey,
561
- sourceDatasetKey: (e = l == null ? void 0 : l.sourceDataset) == null ? void 0 : e.key,
562
+ sourceDatasetKey: (o = l == null ? void 0 : l.sourceDataset) == null ? void 0 : o.key,
562
563
  children: /* @__PURE__ */ t.jsx(
563
564
  "span",
564
565
  {
565
566
  id: `col-reference-${l.id}`,
566
567
  dangerouslySetInnerHTML: {
567
- __html: x3(Z3.sanitize(l.citation))
568
+ __html: x3(U3.sanitize(l.citation))
568
569
  }
569
570
  }
570
571
  )
@@ -572,324 +573,324 @@ const O2 = {
572
573
  ) })
573
574
  ] }, l.id);
574
575
  }) }));
575
- var f3 = { exports: {} }, Y2 = f3.exports, O3;
576
- function H2() {
577
- return O3 || (O3 = 1, (function(r, i) {
578
- (function(o, s) {
576
+ var f3 = { exports: {} }, H2 = f3.exports, _3;
577
+ function P2() {
578
+ return _3 || (_3 = 1, (function(r, p) {
579
+ (function(a, s) {
579
580
  r.exports = s();
580
- })(Y2, (function() {
581
- var o = 1e3, s = 6e4, l = 36e5, a = "millisecond", e = "second", E = "minute", f = "hour", B = "day", k = "week", y = "month", x = "quarter", v = "year", j = "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+)?$/, A = /\[([^\]]+)]|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, d = { 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(C) {
582
- var g = ["th", "st", "nd", "rd"], p = C % 100;
583
- return "[" + C + (g[(p - 20) % 10] || g[p] || g[0]) + "]";
584
- } }, M = function(C, g, p) {
585
- var m = String(C);
586
- return !m || m.length >= g ? C : "" + Array(g + 1 - m.length).join(p) + C;
587
- }, K = { s: M, z: function(C) {
588
- var g = -C.utcOffset(), p = Math.abs(g), m = Math.floor(p / 60), c = p % 60;
589
- return (g <= 0 ? "+" : "-") + M(m, 2, "0") + ":" + M(c, 2, "0");
590
- }, m: function C(g, p) {
591
- if (g.date() < p.date()) return -C(p, g);
592
- var m = 12 * (p.year() - g.year()) + (p.month() - g.month()), c = g.clone().add(m, y), h = p - c < 0, F = g.clone().add(m + (h ? -1 : 1), y);
593
- return +(-(m + (p - c) / (h ? c - F : F - c)) || 0);
594
- }, a: function(C) {
595
- return C < 0 ? Math.ceil(C) || 0 : Math.floor(C);
596
- }, p: function(C) {
597
- return { M: y, y: v, w: k, d: B, D: j, h: f, m: E, s: e, ms: a, Q: x }[C] || String(C || "").toLowerCase().replace(/s$/, "");
598
- }, u: function(C) {
599
- return C === void 0;
600
- } }, W = "en", V = {};
601
- V[W] = d;
602
- var c3 = "$isDayjsObject", o3 = function(C) {
603
- return C instanceof t3 || !(!C || !C[c3]);
604
- }, Q = function C(g, p, m) {
605
- var c;
606
- if (!g) return W;
607
- if (typeof g == "string") {
608
- var h = g.toLowerCase();
609
- V[h] && (c = h), p && (V[h] = p, c = h);
610
- var F = g.split("-");
611
- if (!c && F.length > 1) return C(F[0]);
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;
608
+ 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]);
612
613
  } else {
613
- var b = g.name;
614
- V[b] = g, c = b;
614
+ var A = f.name;
615
+ V[A] = f, y = A;
615
616
  }
616
- return !m && c && (W = c), c || !m && W;
617
- }, I = function(C, g) {
618
- if (o3(C)) return C.clone();
619
- var p = typeof g == "object" ? g : {};
620
- return p.date = C, p.args = arguments, new t3(p);
621
- }, S = K;
622
- S.l = Q, S.i = o3, S.w = function(C, g) {
623
- return I(C, { locale: g.$L, utc: g.$u, x: g.$x, $offset: g.$offset });
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 });
624
625
  };
625
626
  var t3 = (function() {
626
- function C(p) {
627
- this.$L = Q(p.locale, null, !0), this.parse(p), this.$x = this.$x || p.x || {}, this[c3] = !0;
627
+ function E(d) {
628
+ this.$L = Q(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[c3] = !0;
628
629
  }
629
- var g = C.prototype;
630
- return g.parse = function(p) {
630
+ var f = E.prototype;
631
+ return f.parse = function(d) {
631
632
  this.$d = (function(m) {
632
- var c = m.date, h = m.utc;
633
- if (c === null) return /* @__PURE__ */ new Date(NaN);
634
- if (S.u(c)) return /* @__PURE__ */ new Date();
635
- if (c instanceof Date) return new Date(c);
636
- if (typeof c == "string" && !/Z$/i.test(c)) {
637
- var F = c.match(u);
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);
638
639
  if (F) {
639
- var b = F[2] - 1 || 0, $ = (F[7] || "0").substring(0, 3);
640
- return h ? new Date(Date.UTC(F[1], b, F[3] || 1, F[4] || 0, F[5] || 0, F[6] || 0, $)) : new Date(F[1], b, F[3] || 1, F[4] || 0, F[5] || 0, F[6] || 0, $);
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);
641
642
  }
642
643
  }
643
- return new Date(c);
644
- })(p), this.init();
645
- }, g.init = function() {
646
- var p = this.$d;
647
- this.$y = p.getFullYear(), this.$M = p.getMonth(), this.$D = p.getDate(), this.$W = p.getDay(), this.$H = p.getHours(), this.$m = p.getMinutes(), this.$s = p.getSeconds(), this.$ms = p.getMilliseconds();
648
- }, g.$utils = function() {
649
- return S;
650
- }, g.isValid = function() {
644
+ return new Date(y);
645
+ })(d), this.init();
646
+ }, 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();
649
+ }, f.$utils = function() {
650
+ return x;
651
+ }, f.isValid = function() {
651
652
  return this.$d.toString() !== D;
652
- }, g.isSame = function(p, m) {
653
- var c = I(p);
654
- return this.startOf(m) <= c && c <= this.endOf(m);
655
- }, g.isAfter = function(p, m) {
656
- return I(p) < this.startOf(m);
657
- }, g.isBefore = function(p, m) {
658
- return this.endOf(m) < I(p);
659
- }, g.$g = function(p, m, c) {
660
- return S.u(p) ? this[m] : this.set(c, p);
661
- }, g.unix = function() {
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);
662
+ }, f.unix = function() {
662
663
  return Math.floor(this.valueOf() / 1e3);
663
- }, g.valueOf = function() {
664
+ }, f.valueOf = function() {
664
665
  return this.$d.getTime();
665
- }, g.startOf = function(p, m) {
666
- var c = this, h = !!S.u(m) || m, F = S.p(p), b = function(U, N) {
667
- var P = S.w(c.$u ? Date.UTC(c.$y, N, U) : new Date(c.$y, N, U), c);
668
- return h ? P : P.endOf(B);
669
- }, $ = function(U, N) {
670
- return S.w(c.toDate()[U].apply(c.toDate("s"), (h ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(N)), c);
671
- }, T = this.$W, O = this.$M, Y = this.$D, q = "set" + (this.$u ? "UTC" : "");
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" : "");
672
673
  switch (F) {
673
674
  case v:
674
- return h ? b(1, 0) : b(31, 11);
675
- case y:
676
- return h ? b(1, O) : b(0, O + 1);
677
- case k:
675
+ return h ? A(1, 0) : A(31, 11);
676
+ case c:
677
+ return h ? A(1, K) : A(0, K + 1);
678
+ case b:
678
679
  var Z = this.$locale().weekStart || 0, J = (T < Z ? T + 7 : T) - Z;
679
- return b(h ? Y - J : Y + (6 - J), O);
680
+ return A(h ? Y - J : Y + (6 - J), K);
680
681
  case B:
681
- case j:
682
- return $(q + "Hours", 0);
683
- case f:
684
- return $(q + "Minutes", 1);
685
- case E:
686
- return $(q + "Seconds", 2);
682
+ case S:
683
+ return w(q + "Hours", 0);
684
+ case C:
685
+ return w(q + "Minutes", 1);
687
686
  case e:
688
- return $(q + "Milliseconds", 3);
687
+ return w(q + "Seconds", 2);
688
+ case o:
689
+ return w(q + "Milliseconds", 3);
689
690
  default:
690
691
  return this.clone();
691
692
  }
692
- }, g.endOf = function(p) {
693
- return this.startOf(p, !1);
694
- }, g.$set = function(p, m) {
695
- var c, h = S.p(p), F = "set" + (this.$u ? "UTC" : ""), b = (c = {}, c[B] = F + "Date", c[j] = F + "Date", c[y] = F + "Month", c[v] = F + "FullYear", c[f] = F + "Hours", c[E] = F + "Minutes", c[e] = F + "Seconds", c[a] = F + "Milliseconds", c)[h], $ = h === B ? this.$D + (m - this.$W) : m;
696
- if (h === y || h === v) {
697
- var T = this.clone().set(j, 1);
698
- T.$d[b]($), T.init(), this.$d = T.set(j, Math.min(this.$D, T.daysInMonth())).$d;
699
- } else b && this.$d[b]($);
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);
700
701
  return this.init(), this;
701
- }, g.set = function(p, m) {
702
- return this.clone().$set(p, m);
703
- }, g.get = function(p) {
704
- return this[S.p(p)]();
705
- }, g.add = function(p, m) {
706
- var c, h = this;
707
- p = Number(p);
708
- var F = S.p(m), b = function(O) {
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) {
709
710
  var Y = I(h);
710
- return S.w(Y.date(Y.date() + Math.round(O * p)), h);
711
+ return x.w(Y.date(Y.date() + Math.round(K * d)), h);
711
712
  };
712
- if (F === y) return this.set(y, this.$M + p);
713
- if (F === v) return this.set(v, this.$y + p);
714
- if (F === B) return b(1);
715
- if (F === k) return b(7);
716
- var $ = (c = {}, c[E] = s, c[f] = l, c[e] = o, c)[F] || 1, T = this.$d.getTime() + p * $;
717
- return S.w(T, this);
718
- }, g.subtract = function(p, m) {
719
- return this.add(-1 * p, m);
720
- }, g.format = function(p) {
721
- var m = this, c = this.$locale();
722
- if (!this.isValid()) return c.invalidDate || D;
723
- var h = p || "YYYY-MM-DDTHH:mm:ssZ", F = S.z(this), b = this.$H, $ = this.$m, T = this.$M, O = c.weekdays, Y = c.months, q = c.meridiem, Z = function(N, P, X, a3) {
724
- return N && (N[P] || N(m, h)) || X[P].slice(0, a3);
725
- }, J = function(N) {
726
- return S.s(b % 12 || 12, N, "0");
727
- }, U = q || function(N, P, X) {
728
- var a3 = N < 12 ? "AM" : "PM";
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";
729
730
  return X ? a3.toLowerCase() : a3;
730
731
  };
731
- return h.replace(A, (function(N, P) {
732
- return P || (function(X) {
732
+ return h.replace(j, (function(_, z) {
733
+ return z || (function(X) {
733
734
  switch (X) {
734
735
  case "YY":
735
736
  return String(m.$y).slice(-2);
736
737
  case "YYYY":
737
- return S.s(m.$y, 4, "0");
738
+ return x.s(m.$y, 4, "0");
738
739
  case "M":
739
740
  return T + 1;
740
741
  case "MM":
741
- return S.s(T + 1, 2, "0");
742
+ return x.s(T + 1, 2, "0");
742
743
  case "MMM":
743
- return Z(c.monthsShort, T, Y, 3);
744
+ return Z(y.monthsShort, T, Y, 3);
744
745
  case "MMMM":
745
746
  return Z(Y, T);
746
747
  case "D":
747
748
  return m.$D;
748
749
  case "DD":
749
- return S.s(m.$D, 2, "0");
750
+ return x.s(m.$D, 2, "0");
750
751
  case "d":
751
752
  return String(m.$W);
752
753
  case "dd":
753
- return Z(c.weekdaysMin, m.$W, O, 2);
754
+ return Z(y.weekdaysMin, m.$W, K, 2);
754
755
  case "ddd":
755
- return Z(c.weekdaysShort, m.$W, O, 3);
756
+ return Z(y.weekdaysShort, m.$W, K, 3);
756
757
  case "dddd":
757
- return O[m.$W];
758
+ return K[m.$W];
758
759
  case "H":
759
- return String(b);
760
+ return String(A);
760
761
  case "HH":
761
- return S.s(b, 2, "0");
762
+ return x.s(A, 2, "0");
762
763
  case "h":
763
764
  return J(1);
764
765
  case "hh":
765
766
  return J(2);
766
767
  case "a":
767
- return U(b, $, !0);
768
+ return U(A, w, !0);
768
769
  case "A":
769
- return U(b, $, !1);
770
+ return U(A, w, !1);
770
771
  case "m":
771
- return String($);
772
+ return String(w);
772
773
  case "mm":
773
- return S.s($, 2, "0");
774
+ return x.s(w, 2, "0");
774
775
  case "s":
775
776
  return String(m.$s);
776
777
  case "ss":
777
- return S.s(m.$s, 2, "0");
778
+ return x.s(m.$s, 2, "0");
778
779
  case "SSS":
779
- return S.s(m.$ms, 3, "0");
780
+ return x.s(m.$ms, 3, "0");
780
781
  case "Z":
781
782
  return F;
782
783
  }
783
784
  return null;
784
- })(N) || F.replace(":", "");
785
+ })(_) || F.replace(":", "");
785
786
  }));
786
- }, g.utcOffset = function() {
787
+ }, f.utcOffset = function() {
787
788
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
788
- }, g.diff = function(p, m, c) {
789
- var h, F = this, b = S.p(m), $ = I(p), T = ($.utcOffset() - this.utcOffset()) * s, O = this - $, Y = function() {
790
- return S.m(F, $);
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);
791
792
  };
792
- switch (b) {
793
+ switch (A) {
793
794
  case v:
794
795
  h = Y() / 12;
795
796
  break;
796
- case y:
797
+ case c:
797
798
  h = Y();
798
799
  break;
799
- case x:
800
+ case k:
800
801
  h = Y() / 3;
801
802
  break;
802
- case k:
803
- h = (O - T) / 6048e5;
803
+ case b:
804
+ h = (K - T) / 6048e5;
804
805
  break;
805
806
  case B:
806
- h = (O - T) / 864e5;
807
+ h = (K - T) / 864e5;
807
808
  break;
808
- case f:
809
- h = O / l;
810
- break;
811
- case E:
812
- h = O / s;
809
+ case C:
810
+ h = K / l;
813
811
  break;
814
812
  case e:
815
- h = O / o;
813
+ h = K / s;
814
+ break;
815
+ case o:
816
+ h = K / a;
816
817
  break;
817
818
  default:
818
- h = O;
819
+ h = K;
819
820
  }
820
- return c ? h : S.a(h);
821
- }, g.daysInMonth = function() {
822
- return this.endOf(y).$D;
823
- }, g.$locale = function() {
821
+ return y ? h : x.a(h);
822
+ }, f.daysInMonth = function() {
823
+ return this.endOf(c).$D;
824
+ }, f.$locale = function() {
824
825
  return V[this.$L];
825
- }, g.locale = function(p, m) {
826
- if (!p) return this.$L;
827
- var c = this.clone(), h = Q(p, m, !0);
828
- return h && (c.$L = h), c;
829
- }, g.clone = function() {
830
- return S.w(this.$d, this);
831
- }, g.toDate = function() {
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;
830
+ }, f.clone = function() {
831
+ return x.w(this.$d, this);
832
+ }, f.toDate = function() {
832
833
  return new Date(this.valueOf());
833
- }, g.toJSON = function() {
834
+ }, f.toJSON = function() {
834
835
  return this.isValid() ? this.toISOString() : null;
835
- }, g.toISOString = function() {
836
+ }, f.toISOString = function() {
836
837
  return this.$d.toISOString();
837
- }, g.toString = function() {
838
+ }, f.toString = function() {
838
839
  return this.$d.toUTCString();
839
- }, C;
840
+ }, E;
840
841
  })(), s3 = t3.prototype;
841
- return I.prototype = s3, [["$ms", a], ["$s", e], ["$m", E], ["$H", f], ["$W", B], ["$M", y], ["$y", v], ["$D", j]].forEach((function(C) {
842
- s3[C[1]] = function(g) {
843
- return this.$g(g, C[0], C[1]);
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]);
844
845
  };
845
- })), I.extend = function(C, g) {
846
- return C.$i || (C(g, t3, I), C.$i = !0), I;
847
- }, I.locale = Q, I.isDayjs = o3, I.unix = function(C) {
848
- return I(1e3 * C);
849
- }, I.en = V[W], I.Ls = V, I.p = {}, I;
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;
850
851
  }));
851
852
  })(f3)), f3.exports;
852
853
  }
853
- var P2 = H2();
854
- const Q3 = /* @__PURE__ */ z3(P2);
855
- var m3 = { exports: {} }, z2 = m3.exports, _3;
856
- function W2() {
857
- return _3 || (_3 = 1, (function(r, i) {
858
- (function(o, s) {
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) {
859
+ (function(a, s) {
859
860
  r.exports = s();
860
- })(z2, (function() {
861
- var o = { 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" };
862
- return function(s, l, a) {
863
- var e = l.prototype, E = e.format;
864
- a.en.formats = o, e.format = function(f) {
865
- f === void 0 && (f = "YYYY-MM-DDTHH:mm:ssZ");
866
- var B = this.$locale().formats, k = (function(y, x) {
867
- return y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(v, j, D) {
861
+ })(W2, (function() {
862
+ 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) {
866
+ 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) {
868
869
  var u = D && D.toUpperCase();
869
- return j || x[D] || o[D] || x[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(A, d, M) {
870
- return d || M.slice(1);
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);
871
872
  }));
872
873
  }));
873
- })(f, B === void 0 ? {} : B);
874
- return E.call(this, k);
874
+ })(C, B === void 0 ? {} : B);
875
+ return e.call(this, b);
875
876
  };
876
877
  };
877
878
  }));
878
879
  })(m3)), m3.exports;
879
880
  }
880
- var Z2 = W2();
881
- const U2 = /* @__PURE__ */ z3(Z2), G2 = ({ data: r, style: i, rank: o, taxon: s }) => {
882
- const l = o.reduce(
883
- (a, e) => (a[e.value] = e.plural, a),
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),
884
885
  {}
885
886
  );
886
- return /* @__PURE__ */ t.jsxs("div", { style: i, children: [
887
+ return /* @__PURE__ */ t.jsxs("div", { style: p, children: [
887
888
  " ",
888
- r.filter((a) => a.value !== s.name.rank).sort((a, e) => o.indexOf(a.value) - o.indexOf(e.value)).map((a) => /* @__PURE__ */ t.jsx(
889
- w,
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,
890
891
  {
891
892
  md: 6,
892
- label: P3(l[a.value] || a.value),
893
+ label: z3(l[i.value] || i.value),
893
894
  classes: { formItem: { borderBottom: "none" } },
894
895
  children: /* @__PURE__ */ t.jsx(
895
896
  p3,
@@ -897,17 +898,17 @@ const U2 = /* @__PURE__ */ z3(Z2), G2 = ({ data: r, style: i, rank: o, taxon: s
897
898
  to: "search",
898
899
  args: {
899
900
  TAXON_ID: s.id,
900
- rank: a.value,
901
+ rank: i.value,
901
902
  status: ["accepted", "provisionally accepted"]
902
903
  },
903
- children: a.count
904
+ children: i.count
904
905
  }
905
906
  )
906
907
  },
907
- a.value
908
+ i.value
908
909
  ))
909
910
  ] });
910
- }, V2 = "%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", q2 = () => /* @__PURE__ */ t.jsx(e3.Fragment, { children: /* @__PURE__ */ t.jsx(
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(
911
912
  "div",
912
913
  {
913
914
  style: {
@@ -918,7 +919,7 @@ const U2 = /* @__PURE__ */ z3(Z2), G2 = ({ data: r, style: i, rank: o, taxon: s
918
919
  },
919
920
  className: "catalogue-of-life",
920
921
  children: /* @__PURE__ */ t.jsxs("div", { style: {
921
- backgroundImage: `url("data:image/svg+xml,${V2}")`,
922
+ backgroundImage: `url("data:image/svg+xml,${q2}")`,
922
923
  backgroundRepeat: "no-repeat",
923
924
  backgroundSize: "cover",
924
925
  padding: "170px 176px 200px 224px"
@@ -927,65 +928,65 @@ const U2 = /* @__PURE__ */ z3(Z2), G2 = ({ data: r, style: i, rank: o, taxon: s
927
928
  /* @__PURE__ */ t.jsx("div", { style: { textAlign: "center", fontWeight: 800 }, children: /* @__PURE__ */ t.jsx("p", { children: "Sorry, this page does not exist." }) })
928
929
  ] })
929
930
  }
930
- ) }), J2 = ({ info: r, datasetKey: i }) => {
931
- var e, E;
932
- const [o, s] = n3({});
933
- N3(() => {
934
- var f;
935
- (f = r == null ? void 0 : r.source) != null && f.secondarySources && a();
931
+ ) }), X2 = ({ info: r, datasetKey: p }) => {
932
+ var o, e;
933
+ const [a, s] = o3({});
934
+ R3(() => {
935
+ var C;
936
+ (C = r == null ? void 0 : r.source) != null && C.secondarySources && i();
936
937
  }, [r]);
937
- const l = new u3((f) => R3(f, i)), a = async () => {
938
+ const l = new u3((C) => Y3(C, p)), i = async () => {
938
939
  var B;
939
- const f = {};
940
+ const C = {};
940
941
  try {
941
942
  await Promise.all(
942
943
  Object.keys(((B = r == null ? void 0 : r.source) == null ? void 0 : B.secondarySources) || {}).map(
943
- (k) => {
944
- var y;
945
- return l.load((y = r == null ? void 0 : r.source) == null ? void 0 : y.secondarySources[k].datasetKey).then((x) => {
946
- f[x.key] = x;
944
+ (b) => {
945
+ var c;
946
+ return l.load((c = r == null ? void 0 : r.source) == null ? void 0 : c.secondarySources[b].datasetKey).then((k) => {
947
+ C[k.key] = k;
947
948
  });
948
949
  }
949
950
  )
950
951
  );
951
- } catch (k) {
952
- console.log(k);
952
+ } catch (b) {
953
+ console.log(b);
953
954
  }
954
- s(f);
955
+ s(C);
955
956
  };
956
- return (e = r == null ? void 0 : r.source) != null && e.secondarySources ? Object.keys(((E = r == null ? void 0 : r.source) == null ? void 0 : E.secondarySources) || {}).map((f) => {
957
- var B, k, y, x, v, j, D, u, A, d, M, K, W;
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;
958
959
  return /* @__PURE__ */ t.jsxs(e3.Fragment, { children: [
959
- P3(f),
960
+ z3(C),
960
961
  ":",
961
962
  " ",
962
963
  /* @__PURE__ */ t.jsx(
963
964
  "a",
964
965
  {
965
- href: `https://www.checklistbank.org/dataset/${(y = (k = (B = r == null ? void 0 : r.source) == null ? void 0 : B.secondarySources) == null ? void 0 : k[f]) == null ? void 0 : y.datasetKey}/taxon/${encodeURIComponent((j = (v = (x = r == null ? void 0 : r.source) == null ? void 0 : x.secondarySources) == null ? void 0 : v[f]) == null ? void 0 : j.id)}`,
966
- children: ((d = o[(A = (u = (D = r == null ? void 0 : r.source) == null ? void 0 : D.secondarySources) == null ? void 0 : u[f]) == null ? void 0 : A.datasetKey]) == null ? void 0 : d.title) || ((W = (K = (M = r == null ? void 0 : r.source) == null ? void 0 : M.secondarySources) == null ? void 0 : K[f]) == null ? void 0 : W.datasetKey)
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)
967
968
  }
968
969
  )
969
- ] }, f);
970
+ ] }, C);
970
971
  }) : null;
971
972
  };
972
- y2.config({
973
+ g2.config({
973
974
  getContainer: () => document.getElementsByClassName("catalogue-of-life")[0]
974
975
  });
975
- const X2 = (r) => {
976
- var i, o;
977
- return ((o = (i = r == null ? void 0 : r.response) == null ? void 0 : i.data) == null ? void 0 : o.message) || (r == null ? void 0 : r.message) || "An error occurred";
978
- }, Q2 = ({ error: r }) => /* @__PURE__ */ t.jsx("div", { style: { margin: "6px" }, children: /* @__PURE__ */ t.jsx("span", { children: X2(r) }) }), t1 = ({ datasetKey: r, taxonKey: i }) => {
979
- const [o] = y3.useForm(), [s, l] = n3(!1), [a, e] = n3(!1), [E, f] = n3(null), [B, k] = n3(null), y = ({ errorFields: j }) => {
980
- o.scrollToField(j[0].name);
981
- }, x = (j) => {
982
- s2.post(
983
- `${H.dataApi}dataset/${r}/nameusage/${i}/feedback`,
984
- j
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) => {
983
+ i2.post(
984
+ `${P.dataApi}dataset/${r}/nameusage/${p}/feedback`,
985
+ S
985
986
  ).then((D) => {
986
- console.log(D), l(!1), k(D.data);
987
+ console.log(D), l(!1), b(D.data);
987
988
  }).catch((D) => {
988
- l(!1), f(D);
989
+ l(!1), C(D);
989
990
  });
990
991
  }, v = {
991
992
  labelCol: {
@@ -997,29 +998,29 @@ const X2 = (r) => {
997
998
  };
998
999
  return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
999
1000
  /* @__PURE__ */ t.jsxs(
1000
- g2,
1001
+ f2,
1001
1002
  {
1002
1003
  getContainer: ".catalogue-of-life",
1003
1004
  title: "Feedback",
1004
- open: a,
1005
+ open: i,
1005
1006
  destroyOnClose: !0,
1006
1007
  onOk: () => {
1007
1008
  if (B) {
1008
- e(!1), k(null);
1009
+ o(!1), b(null);
1009
1010
  return;
1010
1011
  } else
1011
- l(!0), o.validateFields().then((j) => (o.resetFields(), x(j)));
1012
+ l(!0), a.validateFields().then((S) => (a.resetFields(), k(S)));
1012
1013
  },
1013
- onCancel: () => e(!1),
1014
+ onCancel: () => o(!1),
1014
1015
  confirmLoading: s,
1015
1016
  children: [
1016
- E && /* @__PURE__ */ t.jsx(
1017
+ e && /* @__PURE__ */ t.jsx(
1017
1018
  i3,
1018
1019
  {
1019
1020
  style: { marginBottom: "10px" },
1020
- message: /* @__PURE__ */ t.jsx(Q2, { error: E }),
1021
+ message: /* @__PURE__ */ t.jsx(t1, { error: e }),
1021
1022
  type: "error",
1022
- onClose: () => f(null),
1023
+ onClose: () => C(null),
1023
1024
  closable: !0
1024
1025
  }
1025
1026
  ),
@@ -1034,15 +1035,15 @@ const X2 = (r) => {
1034
1035
  /* @__PURE__ */ t.jsx("a", { href: "https://github.com/CatalogueofLife/data/issues", target: "_blank", children: "github issue" }),
1035
1036
  " which you can monitor or use to further discuss with us."
1036
1037
  ] }),
1037
- /* @__PURE__ */ t.jsx(f2, { spinning: s, children: /* @__PURE__ */ t.jsxs(
1038
+ /* @__PURE__ */ t.jsx(m2, { spinning: s, children: /* @__PURE__ */ t.jsxs(
1038
1039
  y3,
1039
1040
  {
1040
1041
  ...v,
1041
- form: o,
1042
- onFinish: x,
1043
- onFinishFailed: y,
1042
+ form: a,
1043
+ onFinish: k,
1044
+ onFinishFailed: c,
1044
1045
  children: [
1045
- /* @__PURE__ */ t.jsx(y3.Item, { name: "message", label: "Message", rules: [{ required: !0 }], children: /* @__PURE__ */ t.jsx($3.TextArea, { rows: 8 }) }),
1046
+ /* @__PURE__ */ t.jsx(y3.Item, { name: "message", label: "Message", rules: [{ required: !0 }], children: /* @__PURE__ */ t.jsx(w3.TextArea, { rows: 8 }) }),
1046
1047
  /* @__PURE__ */ t.jsx(
1047
1048
  y3.Item,
1048
1049
  {
@@ -1053,7 +1054,7 @@ const X2 = (r) => {
1053
1054
  type: "email"
1054
1055
  }
1055
1056
  ],
1056
- children: /* @__PURE__ */ t.jsx($3, { type: "email" })
1057
+ children: /* @__PURE__ */ t.jsx(w3, { type: "email" })
1057
1058
  }
1058
1059
  )
1059
1060
  ]
@@ -1066,163 +1067,163 @@ const X2 = (r) => {
1066
1067
  /* @__PURE__ */ t.jsxs(d3, { children: [
1067
1068
  /* @__PURE__ */ t.jsx(G, { flex: "auto" }),
1068
1069
  /* @__PURE__ */ t.jsx(G, {}),
1069
- /* @__PURE__ */ t.jsxs(w3, { href: `https://www.checklistbank.org/dataset/${r}/download?taxonID=${i}`, style: { marginTop: "12px", marginRight: "4px" }, size: "small", children: [
1070
+ /* @__PURE__ */ t.jsxs(M3, { href: `https://www.checklistbank.org/dataset/${r}/download?taxonID=${p}`, style: { marginTop: "12px", marginRight: "4px" }, size: "small", children: [
1070
1071
  "Download ",
1071
1072
  /* @__PURE__ */ t.jsx(j3, {})
1072
1073
  ] }),
1073
- /* @__PURE__ */ t.jsxs(w3, { style: { marginTop: "12px" }, size: "small", onClick: () => e(!0), children: [
1074
+ /* @__PURE__ */ t.jsxs(M3, { style: { marginTop: "12px" }, size: "small", onClick: () => o(!0), children: [
1074
1075
  "Feedback ",
1075
- /* @__PURE__ */ t.jsx(U3, {})
1076
+ /* @__PURE__ */ t.jsx(G3, {})
1076
1077
  ] })
1077
1078
  ] })
1078
1079
  ] });
1079
1080
  };
1080
- Q3.extend(U2);
1081
- const L = 5, a1 = ({ source: r }) => /* @__PURE__ */ t.jsx(
1081
+ t2.extend(G2);
1082
+ const $ = 5, e1 = ({ source: r }) => /* @__PURE__ */ t.jsx(
1082
1083
  "span",
1083
1084
  {
1084
1085
  dangerouslySetInnerHTML: {
1085
- __html: Z3.sanitize(S2.parse(r))
1086
+ __html: U3.sanitize(j2.parse(r))
1086
1087
  }
1087
1088
  }
1088
1089
  );
1089
- class t2 extends e3.Component {
1090
- constructor(o) {
1091
- super(o);
1092
- R(this, "componentDidMount", () => {
1093
- const { taxonKey: o } = this.props;
1094
- this.getCatalogue(), o && (this.getInfo(o), this.getRank(o), this.getIncludes(o), this.getNomStatus(o));
1090
+ class a2 extends e3.Component {
1091
+ constructor(a) {
1092
+ super(a);
1093
+ N(this, "componentDidMount", () => {
1094
+ const { taxonKey: a } = this.props;
1095
+ this.getCatalogue(), a && (this.getInfo(a), this.getRank(a), this.getIncludes(a), this.getNomStatus(a));
1095
1096
  });
1096
- R(this, "getCatalogue", () => {
1097
- const { datasetKey: o } = this.props;
1098
- z(`${H.dataApi}dataset/${o}`).then((s) => {
1097
+ N(this, "getCatalogue", () => {
1098
+ const { datasetKey: a } = this.props;
1099
+ W(`${P.dataApi}dataset/${a}`).then((s) => {
1099
1100
  this.setState({ catalogue: s.data });
1100
1101
  }).catch((s) => {
1101
1102
  });
1102
1103
  });
1103
- R(this, "datasetLoader", new u3(
1104
- (o) => R3(o, this.props.datasetKey)
1104
+ N(this, "datasetLoader", new u3(
1105
+ (a) => Y3(a, this.props.datasetKey)
1105
1106
  ));
1106
- R(this, "sectorLoader", new u3(
1107
- (o) => l2(o, this.props.datasetKey)
1107
+ N(this, "sectorLoader", new u3(
1108
+ (a) => s2(a, this.props.datasetKey)
1108
1109
  ));
1109
- R(this, "decorateWithSectorsAndDataset", async (o) => {
1110
+ N(this, "decorateWithSectorsAndDataset", async (a) => {
1110
1111
  const { datasetKey: s } = this.props, l = {};
1111
- for (const a of ["misapplied", "heterotypic", "homotypic"].filter(
1112
- (e) => !!o[e]
1112
+ for (const i of ["misapplied", "heterotypic", "homotypic"].filter(
1113
+ (o) => !!a[o]
1113
1114
  ))
1114
1115
  await Promise.allSettled(
1115
- o[a].filter((e) => !!e.sectorKey).map(
1116
- (e) => this.sectorLoader.load(e.sectorKey, s).then((E) => (e.sector = E, this.datasetLoader.load(E.subjectDatasetKey).then((f) => {
1117
- e.sourceDatasetKey = f.key, l[f.key] = f;
1116
+ a[i].filter((o) => !!o.sectorKey).map(
1117
+ (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;
1118
1119
  })))
1119
1120
  )
1120
1121
  );
1121
- if (o != null && o.heterotypicGroups)
1122
- for (const a of o == null ? void 0 : o.heterotypicGroups)
1122
+ if (a != null && a.heterotypicGroups)
1123
+ for (const i of a == null ? void 0 : a.heterotypicGroups)
1123
1124
  await Promise.allSettled(
1124
- a.filter((e) => !!e.sectorKey).map(
1125
- (e) => this.sectorLoader.load(e.sectorKey, s).then((E) => (e.sector = E, this.datasetLoader.load(E.subjectDatasetKey).then((f) => {
1126
- e.sourceDatasetKey = f.key, l[f.key] = f;
1125
+ i.filter((o) => !!o.sectorKey).map(
1126
+ (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;
1127
1128
  })))
1128
1129
  )
1129
1130
  );
1130
1131
  return Object.keys(l).length > 0 ? l : null;
1131
1132
  });
1132
- R(this, "getInfo", async (o) => {
1133
- var a, e, E, f, B, k;
1133
+ N(this, "getInfo", async (a) => {
1134
+ var i, o, e, C, B, b;
1134
1135
  const { datasetKey: s, pageTitleTemplate: l } = this.props;
1135
1136
  try {
1136
- const y = await z(
1137
- `${H.dataApi}dataset/${s}/taxon/${o}/info`
1138
- ), x = n(y, "data.usage");
1139
- l && n(x, "label") && (document.title = l.replace("__taxon__", x.label));
1140
- const v = n(x, "name.publishedInId");
1141
- if (v && x.name) {
1142
- const u = n(y, "data.references") && y.data.references[v];
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];
1143
1144
  if (u)
1144
- x.name.publishedIn = u;
1145
+ k.name.publishedIn = u;
1145
1146
  else
1146
1147
  try {
1147
- const A = await z(
1148
- `${H.dataApi}dataset/${s}/reference/${v}`
1148
+ const j = await W(
1149
+ `${P.dataApi}dataset/${s}/reference/${v}`
1149
1150
  );
1150
- x.name.publishedIn = A.data;
1151
+ k.name.publishedIn = j.data;
1151
1152
  } catch {
1152
1153
  }
1153
1154
  }
1154
- n(x, "sectorKey") && z(
1155
- `${H.dataApi}dataset/${s}/sector/${n(x, "sectorKey")}`
1155
+ n(k, "sectorKey") && W(
1156
+ `${P.dataApi}dataset/${s}/sector/${n(k, "sectorKey")}`
1156
1157
  ).then((u) => {
1157
- const A = n(u, "data.subjectDatasetKey");
1158
- z(
1159
- `${H.dataApi}dataset/${s}/logo/source/${A}`
1158
+ const j = n(u, "data.subjectDatasetKey");
1159
+ W(
1160
+ `${P.dataApi}dataset/${s}/logo/source/${j}`
1160
1161
  ).then(() => {
1161
1162
  this.setState({
1162
- logoUrl: `${H.dataApi}dataset/${s}/logo/source/${A}?size=MEDIUM`
1163
+ logoUrl: `${P.dataApi}dataset/${s}/logo/source/${j}?size=MEDIUM`
1163
1164
  });
1164
1165
  }).catch(() => {
1165
- }), z(
1166
- `${H.dataApi}dataset/${s}/source/${A}`
1167
- ).then((d) => {
1168
- this.setState({ sourceDataset: d.data });
1166
+ }), W(
1167
+ `${P.dataApi}dataset/${s}/source/${j}`
1168
+ ).then((g) => {
1169
+ this.setState({ sourceDataset: g.data });
1169
1170
  });
1170
1171
  });
1171
- let j = {};
1172
- n(y, "data.references") && (Object.keys(y.data.references).forEach((u, A) => {
1173
- j[u] = (A + 1).toString();
1172
+ let S = {};
1173
+ n(c, "data.references") && (Object.keys(c.data.references).forEach((u, j) => {
1174
+ S[u] = (j + 1).toString();
1174
1175
  }), await Promise.allSettled(
1175
- Object.keys(y.data.references).map((u) => y.data.references[u]).filter((u) => !!u.sectorKey).map(
1176
- (u) => this.sectorLoader.load(u.sectorKey).then((A) => (u.sector = A, this.datasetLoader.load(A.subjectDatasetKey).then((d) => {
1177
- u.sourceDataset = d;
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;
1178
1179
  })))
1179
1180
  )
1180
- )), (a = y == null ? void 0 : y.data) != null && a.vernacularNames && await Promise.allSettled(
1181
- y.data.vernacularNames.filter((u) => !!u.sectorKey).map(
1182
- (u) => this.sectorLoader.load(u.sectorKey).then((A) => {
1183
- u.sector = A, u.sourceDatasetKey = A.subjectDatasetKey;
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;
1184
1185
  })
1185
1186
  )
1186
- ), (e = y == null ? void 0 : y.data) != null && e.distributions && await Promise.allSettled(
1187
- y.data.distributions.filter((u) => !!u.sectorKey).map(
1188
- (u) => this.sectorLoader.load(u.sectorKey).then((A) => {
1189
- u.sector = A, u.sourceDatasetKey = A.subjectDatasetKey;
1187
+ ), (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;
1190
1191
  })
1191
1192
  )
1192
1193
  );
1193
- let D = n(y, "data.synonyms") ? await this.decorateWithSectorsAndDataset(n(y, "data.synonyms")) : null;
1194
- (E = y == null ? void 0 : y.data) != null && E.nameRelations && ((f = y == null ? void 0 : y.data) != null && f.names) && ((B = y == null ? void 0 : y.data) == null || B.nameRelations.forEach((u) => {
1195
- var A, d, M, K;
1196
- u.relatedName = (d = (A = y == null ? void 0 : y.data) == null ? void 0 : A.names) == null ? void 0 : d[u == null ? void 0 : u.relatedNameId], u.name = (K = (M = y == null ? void 0 : y.data) == null ? void 0 : M.names) == null ? void 0 : K[u == null ? void 0 : u.nameId];
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];
1197
1198
  })), this.setState({
1198
1199
  infoLoading: !1,
1199
- info: y.data,
1200
- taxon: x,
1201
- classification: (k = y == null ? void 0 : y.data) == null ? void 0 : k.classification,
1200
+ info: c.data,
1201
+ taxon: k,
1202
+ classification: (b = c == null ? void 0 : c.data) == null ? void 0 : b.classification,
1202
1203
  infoError: null,
1203
- referenceIndexMap: j,
1204
+ referenceIndexMap: S,
1204
1205
  sourceDatasetKeyMap: D
1205
1206
  });
1206
- } catch (y) {
1207
- n(y, "response.status") === 404 ? this.setState({ infoLoading: !1, info: null, taxon: null, status: 404 }) : this.setState({ infoLoading: !1, infoError: y, info: null });
1207
+ } 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 });
1208
1209
  }
1209
1210
  });
1210
- R(this, "getRank", () => {
1211
- z(`${H.dataApi}vocab/rank`).then(
1212
- (o) => this.setState({ rank: o.data.map((s) => s.name) })
1211
+ N(this, "getRank", () => {
1212
+ W(`${P.dataApi}vocab/rank`).then(
1213
+ (a) => this.setState({ rank: a.data.map((s) => s.name) })
1213
1214
  );
1214
1215
  });
1215
- R(this, "getNomStatus", () => {
1216
- z(`${H.dataApi}vocab/nomstatus`).then(
1217
- (o) => this.setState({
1218
- nomStatus: o.data.reduce((s, l) => (s[l.name] = l, s), {})
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), {})
1219
1220
  })
1220
1221
  );
1221
1222
  });
1222
- R(this, "getIncludes", (o) => {
1223
+ N(this, "getIncludes", (a) => {
1223
1224
  const { datasetKey: s } = this.props;
1224
- z(
1225
- `${H.dataApi}dataset/${s}/nameusage/search?TAXON_ID=${o}&facet=rank&status=accepted&status=provisionally%20accepted&limit=0`
1225
+ W(
1226
+ `${P.dataApi}dataset/${s}/nameusage/search?TAXON_ID=${a}&facet=rank&status=accepted&status=provisionally%20accepted&limit=0`
1226
1227
  ).then((l) => {
1227
1228
  this.setState({
1228
1229
  includesLoading: !1,
@@ -1235,7 +1236,7 @@ class t2 extends e3.Component {
1235
1236
  });
1236
1237
  });
1237
1238
  });
1238
- i2(this.props.auth), this.state = {
1239
+ p2(this.props.auth), this.state = {
1239
1240
  taxon: null,
1240
1241
  info: null,
1241
1242
  taxonLoading: !0,
@@ -1256,40 +1257,41 @@ class t2 extends e3.Component {
1256
1257
  sourceDatasetKeyMap: null
1257
1258
  };
1258
1259
  }
1259
- componentDidUpdate(o) {
1260
- if (o.taxonKey !== this.props.taxonKey && this.props.taxonKey) {
1260
+ componentDidUpdate(a) {
1261
+ if (a.taxonKey !== this.props.taxonKey && this.props.taxonKey) {
1261
1262
  const s = this.props.taxonKey;
1262
1263
  this.getInfo(s), this.getRank(s), this.getIncludes(s), this.getNomStatus(s);
1263
1264
  }
1264
1265
  }
1265
1266
  render() {
1266
- var o3, Q, I, S, t3, s3, C, g, p, m, c, h, F, b, $, T, O, Y, q, Z, J, U, N, P, X, a3, A3, b3, v3;
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;
1267
1268
  const {
1268
- datasetKey: o,
1269
+ datasetKey: a,
1269
1270
  showDistributionMap: s,
1270
- gbifChecklistKey: l
1271
+ gbifChecklistKey: l,
1272
+ basemapStyle: i
1271
1273
  } = this.props, {
1272
- taxon: a,
1274
+ taxon: o,
1273
1275
  info: e,
1274
- classification: E,
1275
- sourceDataset: f,
1276
- includes: B,
1277
- rank: k,
1278
- nomStatus: y,
1279
- taxonError: x,
1280
- synonymsError: v,
1281
- classificationError: j,
1282
- infoError: D,
1283
- status: u,
1284
- catalogue: A,
1285
- referenceIndexMap: d
1286
- } = this.state, M = k ? k.indexOf("genus") : -1, K = ["synonym", "ambiguous synonym", "misapplied"].includes(
1287
- n(a, "status")
1288
- ), W = n(e, "synonyms.homotypic", []), V = n(e, "synonyms.heterotypic", []), c3 = n(e, "synonyms.misapplied", []);
1276
+ classification: C,
1277
+ sourceDataset: B,
1278
+ includes: b,
1279
+ 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", []);
1289
1291
  return [
1290
- ...W.map((_) => ({ ..._, __homotypic: !0 })),
1291
- ...V
1292
- ], u === 404 ? /* @__PURE__ */ t.jsx(q2, {}) : /* @__PURE__ */ t.jsx(e3.Fragment, { children: /* @__PURE__ */ t.jsxs(
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(
1293
1295
  "div",
1294
1296
  {
1295
1297
  className: "catalogue-of-life",
@@ -1300,18 +1302,18 @@ class t2 extends e3.Component {
1300
1302
  fontSize: "12px"
1301
1303
  },
1302
1304
  children: [
1303
- x && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: x }), type: "error" }),
1304
- a && /* @__PURE__ */ t.jsxs(d3, { align: "bottom", children: [
1305
- /* @__PURE__ */ t.jsx(G, { flex: "auto", children: /* @__PURE__ */ t.jsxs("div", { style: { marginLeft: (o3 = e == null ? void 0 : e.usage) != null && o3.merged ? "-22px" : 0 }, children: [
1306
- ((Q = e == null ? void 0 : e.usage) == null ? void 0 : Q.merged) && /* @__PURE__ */ t.jsx(
1307
- D3,
1305
+ v && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: v }), type: "error" }),
1306
+ 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(
1309
+ I3,
1308
1310
  {
1309
1311
  style: { marginBottom: "10px" },
1310
- createdBy: (I = e == null ? void 0 : e.usage) == null ? void 0 : I.createdBy,
1311
- datasetKey: (S = e == null ? void 0 : e.usage) == null ? void 0 : S.datasetKey,
1312
- verbatimSourceKey: (t3 = e == null ? void 0 : e.usage) == null ? void 0 : t3.verbatimSourceKey,
1313
- sourceDatasetKey: (s3 = e == null ? void 0 : e.source) == null ? void 0 : s3.sourceDatasetKey,
1314
- sourceId: (C = e == null ? void 0 : e.source) == null ? void 0 : C.sourceId
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
1315
1317
  }
1316
1318
  ),
1317
1319
  /* @__PURE__ */ t.jsx(
@@ -1325,17 +1327,17 @@ class t2 extends e3.Component {
1325
1327
  textTransform: "none"
1326
1328
  },
1327
1329
  dangerouslySetInnerHTML: {
1328
- __html: a.labelHtml
1330
+ __html: o.labelHtml
1329
1331
  }
1330
1332
  }
1331
1333
  )
1332
1334
  ] }) }),
1333
1335
  /* @__PURE__ */ t.jsxs(G, { span: 1, children: [
1334
1336
  /* @__PURE__ */ t.jsx("a", { href: "" }),
1335
- a.provisional && /* @__PURE__ */ t.jsx(C3, { color: "red", children: "Provisional" })
1337
+ o.provisional && /* @__PURE__ */ t.jsx(C3, { color: "red", children: "Provisional" })
1336
1338
  ] }),
1337
- f && /* @__PURE__ */ t.jsx(G, { span: 5, style: { textAlign: "right" }, children: /* @__PURE__ */ t.jsx(
1338
- k2,
1339
+ B && /* @__PURE__ */ t.jsx(G, { span: 5, style: { textAlign: "right" }, children: /* @__PURE__ */ t.jsx(
1340
+ x2,
1339
1341
  {
1340
1342
  auth: this.props.auth,
1341
1343
  style: {
@@ -1343,12 +1345,12 @@ class t2 extends e3.Component {
1343
1345
  height: "auto",
1344
1346
  marginRight: "8px"
1345
1347
  },
1346
- datasetKey: o,
1347
- sourceDatasetKey: f.key
1348
+ datasetKey: a,
1349
+ sourceDatasetKey: B.key
1348
1350
  }
1349
1351
  ) })
1350
1352
  ] }),
1351
- K && n(a, "accepted.id") && /* @__PURE__ */ t.jsxs(
1353
+ R && n(o, "accepted.id") && /* @__PURE__ */ t.jsxs(
1352
1354
  "div",
1353
1355
  {
1354
1356
  style: {
@@ -1358,34 +1360,34 @@ class t2 extends e3.Component {
1358
1360
  fontSize: "16px"
1359
1361
  },
1360
1362
  children: [
1361
- n(a, "status"),
1363
+ n(o, "status"),
1362
1364
  " ",
1363
- n(a, "status") === "misapplied" ? "to" : "of",
1365
+ n(o, "status") === "misapplied" ? "to" : "of",
1364
1366
  " ",
1365
- /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: n(a, "accepted.id"), children: /* @__PURE__ */ t.jsx(
1367
+ /* @__PURE__ */ t.jsx(p3, { to: "taxon", args: n(o, "accepted.id"), children: /* @__PURE__ */ t.jsx(
1366
1368
  "span",
1367
1369
  {
1368
1370
  dangerouslySetInnerHTML: {
1369
- __html: n(a, "accepted.labelHtml")
1371
+ __html: n(o, "accepted.labelHtml")
1370
1372
  }
1371
1373
  }
1372
1374
  ) })
1373
1375
  ]
1374
1376
  }
1375
1377
  ),
1376
- n(a, "id") && /* @__PURE__ */ t.jsxs(
1377
- w,
1378
+ n(o, "id") && /* @__PURE__ */ t.jsxs(
1379
+ M,
1378
1380
  {
1379
- md: L,
1381
+ md: $,
1380
1382
  label: n(this.props, "identifierLabel", "Identifier"),
1381
1383
  children: [
1382
- n(a, "id"),
1384
+ n(o, "id"),
1383
1385
  " ",
1384
1386
  /* @__PURE__ */ t.jsx(
1385
1387
  "a",
1386
1388
  {
1387
- href: `https://www.checklistbank.org/dataset/${o}/taxon/${n(
1388
- a,
1389
+ href: `https://www.checklistbank.org/dataset/${a}/taxon/${n(
1390
+ o,
1389
1391
  "id"
1390
1392
  )}`,
1391
1393
  children: /* @__PURE__ */ t.jsx(h3, {})
@@ -1395,15 +1397,15 @@ class t2 extends e3.Component {
1395
1397
  E3,
1396
1398
  {
1397
1399
  title: "Download data for this taxon and descendants",
1398
- getPopupContainer: () => document.getElementById(`col-download-${n(a, "id")}`) || document.body,
1400
+ getPopupContainer: () => document.getElementById(`col-download-${n(o, "id")}`) || document.body,
1399
1401
  children: /* @__PURE__ */ t.jsx(
1400
1402
  "a",
1401
1403
  {
1402
1404
  style: { marginLeft: "5px" },
1403
- id: `col-download-${n(a, "id")}`,
1405
+ id: `col-download-${n(o, "id")}`,
1404
1406
  target: "_blank",
1405
- href: `http://checklistbank.org/dataset/${o}/download?taxonID=${encodeURIComponent(n(
1406
- a,
1407
+ href: `http://checklistbank.org/dataset/${a}/download?taxonID=${encodeURIComponent(n(
1408
+ o,
1407
1409
  "id"
1408
1410
  ))}`,
1409
1411
  children: /* @__PURE__ */ t.jsx(j3, {})
@@ -1414,209 +1416,210 @@ class t2 extends e3.Component {
1414
1416
  ]
1415
1417
  }
1416
1418
  ),
1417
- Array.isArray(n(a, "identifier")) && n(a, "identifier").length > 0 && /* @__PURE__ */ t.jsx(w, { md: L, label: "Other identifiers", children: n(a, "identifier").map((_, L3) => /* @__PURE__ */ t.jsxs(e3.Fragment, { children: [
1418
- L3 > 0 && ", ",
1419
- String(_)
1420
- ] }, L3)) }),
1421
- n(a, "labelHtml") && /* @__PURE__ */ t.jsx(w, { md: L, label: "Name", children: /* @__PURE__ */ t.jsx(
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: [
1420
+ $3 > 0 && ", ",
1421
+ String(O)
1422
+ ] }, $3)) }),
1423
+ n(o, "labelHtml") && /* @__PURE__ */ t.jsx(M, { md: $, label: "Name", children: /* @__PURE__ */ t.jsx(
1422
1424
  "span",
1423
1425
  {
1424
1426
  dangerouslySetInnerHTML: {
1425
- __html: a.labelHtml
1427
+ __html: o.labelHtml
1426
1428
  }
1427
1429
  }
1428
1430
  ) }),
1429
- n(a, "name.publishedIn.citation") && /* @__PURE__ */ t.jsxs(w, { md: L, label: "Published in", children: [
1431
+ n(o, "name.publishedIn.citation") && /* @__PURE__ */ t.jsxs(M, { md: $, label: "Published in", children: [
1430
1432
  n(e, "source.secondarySources['published in']") && /* @__PURE__ */ t.jsx(
1431
- D3,
1433
+ I3,
1432
1434
  {
1433
1435
  sourceDatasetKey: n(e, "source.secondarySources['published in'].datasetKey"),
1434
1436
  sourceId: n(e, "source.secondarySources['published in'].id")
1435
1437
  }
1436
1438
  ),
1437
- n(a, "name.publishedIn.citation")
1439
+ n(o, "name.publishedIn.citation")
1438
1440
  ] }),
1439
- n(a, "status") && /* @__PURE__ */ t.jsxs(w, { md: L, label: "Checklist status", children: [
1440
- `${n(a, "status")} ${n(a, "name.rank")}`,
1441
- ((g = e == null ? void 0 : e.decisions) == null ? void 0 : g[a == null ? void 0 : a.id]) && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
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: [
1442
1444
  " with",
1443
1445
  " ",
1444
- (m = (p = e == null ? void 0 : e.decisions) == null ? void 0 : p[a == null ? void 0 : a.id]) == null ? void 0 : m.mode,
1446
+ (y = (m = e == null ? void 0 : e.decisions) == null ? void 0 : m[o == null ? void 0 : o.id]) == null ? void 0 : y.mode,
1445
1447
  " ",
1446
1448
  "decision",
1447
1449
  /* @__PURE__ */ t.jsx(
1448
- q3,
1450
+ J3,
1449
1451
  {
1450
1452
  style: { marginLeft: "10px" },
1451
- decision: (c = e == null ? void 0 : e.decisions) == null ? void 0 : c[a == null ? void 0 : a.id]
1453
+ decision: (h = e == null ? void 0 : e.decisions) == null ? void 0 : h[o == null ? void 0 : o.id]
1452
1454
  }
1453
1455
  )
1454
1456
  ] })
1455
1457
  ] }),
1456
- n(a, "name.nomStatus") && y && /* @__PURE__ */ t.jsx(w, { md: L, label: "Nomenclatural Status", children: y[n(a, "name.nomStatus")][n(a, "name.code"), "zoological"] }),
1457
- D && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: D }), type: "error" }),
1458
- !K && n(e, "synonyms") && /* @__PURE__ */ t.jsx(w, { md: L, label: "Synonyms and combinations", children: /* @__PURE__ */ t.jsx(
1459
- T3,
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(
1461
+ K3,
1460
1462
  {
1461
- primarySource: f,
1463
+ primarySource: B,
1462
1464
  data: n(e, "synonyms"),
1463
1465
  decisions: n(e, "decisions"),
1464
1466
  references: n(e, "references"),
1465
1467
  typeMaterial: n(e, "typeMaterial"),
1466
- referenceIndexMap: d,
1468
+ referenceIndexMap: L,
1467
1469
  style: { marginTop: "-3px" },
1468
- datasetKey: o
1470
+ datasetKey: a
1469
1471
  }
1470
1472
  ) }),
1471
- !K && c3.length > 0 && /* @__PURE__ */ t.jsx(w, { md: L, label: "Misapplied names", children: /* @__PURE__ */ t.jsx(
1472
- T3,
1473
+ !R && l3.length > 0 && /* @__PURE__ */ t.jsx(M, { md: $, label: "Misapplied names", children: /* @__PURE__ */ t.jsx(
1474
+ K3,
1473
1475
  {
1474
1476
  misapplied: !0,
1475
- primarySource: f,
1477
+ primarySource: B,
1476
1478
  data: n(e, "synonyms"),
1477
1479
  decisions: n(e, "decisions"),
1478
1480
  references: n(e, "references"),
1479
1481
  typeMaterial: n(e, "typeMaterial"),
1480
- referenceIndexMap: d,
1482
+ referenceIndexMap: L,
1481
1483
  style: { marginTop: "-3px" },
1482
- datasetKey: o
1484
+ datasetKey: a
1483
1485
  }
1484
1486
  ) }),
1485
- n(e, "typeMaterial") && e.typeMaterial[(F = (h = e == null ? void 0 : e.usage) == null ? void 0 : h.name) == null ? void 0 : F.id] && /* @__PURE__ */ t.jsx(w, { md: L, label: "Type material", children: /* @__PURE__ */ t.jsx(
1486
- I2,
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,
1487
1489
  {
1488
1490
  data: n(e, "typeMaterial"),
1489
- nameID: n(a, "name.id")
1491
+ nameID: n(o, "name.id")
1490
1492
  }
1491
1493
  ) }),
1492
- n(e, "nameRelations") && e.nameRelations.filter((_) => (_ == null ? void 0 : _.usageId) === (a == null ? void 0 : a.id)).length > 0 && /* @__PURE__ */ t.jsx(
1493
- K3,
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(
1495
+ O3,
1494
1496
  {
1495
- md: L,
1497
+ md: $,
1496
1498
  style: { marginTop: "-3px" },
1497
1499
  data: e.nameRelations.filter(
1498
- (_) => (_ == null ? void 0 : _.usageId) === (a == null ? void 0 : a.id)
1500
+ (O) => (O == null ? void 0 : O.usageId) === (o == null ? void 0 : o.id)
1499
1501
  )
1500
1502
  }
1501
1503
  ),
1502
- n(e, "nameRelations") && e.nameRelations.filter((_) => (_ == null ? void 0 : _.usageId) !== (a == null ? void 0 : a.id)).length > 0 && /* @__PURE__ */ t.jsx(
1503
- K3,
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(
1505
+ O3,
1504
1506
  {
1505
- md: L,
1507
+ md: $,
1506
1508
  reverse: !0,
1507
1509
  style: { marginTop: "-3px" },
1508
1510
  data: e.nameRelations.filter(
1509
- (_) => (_ == null ? void 0 : _.usageId) !== (a == null ? void 0 : a.id)
1511
+ (O) => (O == null ? void 0 : O.usageId) !== (o == null ? void 0 : o.id)
1510
1512
  )
1511
1513
  }
1512
1514
  ),
1513
- v && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: v }), type: "error" }),
1514
- j && /* @__PURE__ */ t.jsx(
1515
+ S && /* @__PURE__ */ t.jsx(i3, { message: /* @__PURE__ */ t.jsx(g3, { error: S }), type: "error" }),
1516
+ D && /* @__PURE__ */ t.jsx(
1515
1517
  i3,
1516
1518
  {
1517
- message: /* @__PURE__ */ t.jsx(g3, { error: j }),
1519
+ message: /* @__PURE__ */ t.jsx(g3, { error: D }),
1518
1520
  type: "error"
1519
1521
  }
1520
1522
  ),
1521
- E && /* @__PURE__ */ t.jsx(w, { md: L, label: "Classification", children: /* @__PURE__ */ t.jsx(
1522
- _2,
1523
+ C && /* @__PURE__ */ t.jsx(M, { md: $, label: "Classification", children: /* @__PURE__ */ t.jsx(
1524
+ N2,
1523
1525
  {
1524
1526
  style: { marginTop: "-3px", marginLeft: "-3px" },
1525
- data: E,
1526
- taxon: a,
1527
- datasetKey: o
1527
+ data: C,
1528
+ taxon: o,
1529
+ datasetKey: a
1528
1530
  }
1529
1531
  ) }),
1530
- !K && (a && k.indexOf(n(a, "name.rank")) < M && k.indexOf(n(a, "name.rank")) > -1 || n(a, "name.rank") === "unranked" && n(a, "name.scientificName") === "Biota") && /* @__PURE__ */ t.jsx(w, { md: L, label: "Breakdown", children: /* @__PURE__ */ t.jsx(
1531
- x2,
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,
1532
1534
  {
1533
- taxon: a,
1534
- datasetKey: o,
1535
- rank: k,
1536
- dataset: A,
1535
+ taxon: o,
1536
+ datasetKey: a,
1537
+ rank: c,
1538
+ dataset: g,
1537
1539
  showLevelSwitch: !0
1538
1540
  }
1539
1541
  ) }),
1540
- !K && B.length > 1 && k && a && /* @__PURE__ */ t.jsx(w, { md: L, label: "Statistics", children: /* @__PURE__ */ t.jsx(
1541
- G2,
1542
+ !R && b.length > 1 && c && o && /* @__PURE__ */ t.jsx(M, { md: $, label: "Statistics", children: /* @__PURE__ */ t.jsx(
1543
+ V2,
1542
1544
  {
1543
1545
  style: { marginTop: "-3px", marginLeft: "-3px" },
1544
- data: B,
1545
- rank: k,
1546
- taxon: a
1546
+ data: b,
1547
+ rank: c,
1548
+ taxon: o
1547
1549
  }
1548
1550
  ) }),
1549
- !K && n(e, "vernacularNames") && a && /* @__PURE__ */ t.jsx(w, { md: L, label: "Vernacular names", children: /* @__PURE__ */ t.jsx(
1550
- K2,
1551
+ !R && n(e, "vernacularNames") && o && /* @__PURE__ */ t.jsx(M, { md: $, label: "Vernacular names", children: /* @__PURE__ */ t.jsx(
1552
+ O2,
1551
1553
  {
1552
1554
  style: { marginTop: "-3px", marginLeft: "-3px" },
1553
1555
  data: e.vernacularNames,
1554
1556
  references: n(e, "references"),
1555
- datasetKey: a.datasetKey
1557
+ datasetKey: o.datasetKey
1556
1558
  }
1557
1559
  ) }),
1558
- !K && (n(e, "distributions") || s && l && a) && // Distributions owns its labelled block so it can hide entirely
1560
+ !R && (n(e, "distributions") || s && l && o) && // Distributions owns its labelled block so it can hide entirely
1559
1561
  // (label included) when there is nothing to show — including after
1560
1562
  // the async GBIF occurrence lookup comes back empty.
1561
1563
  /* @__PURE__ */ t.jsx(
1562
- F2,
1564
+ B2,
1563
1565
  {
1564
1566
  label: "Distributions",
1565
- md: L,
1567
+ md: $,
1566
1568
  data: (e == null ? void 0 : e.distributions) || [],
1567
- datasetKey: o,
1569
+ datasetKey: a,
1568
1570
  showDistributionMap: s,
1569
- focalTaxon: a,
1570
- rankOrder: k,
1571
- gbifChecklistKey: l
1571
+ focalTaxon: o,
1572
+ rankOrder: c,
1573
+ gbifChecklistKey: l,
1574
+ basemapStyle: i
1572
1575
  }
1573
1576
  ),
1574
- n(a, "environments") && /* @__PURE__ */ t.jsx(w, { md: L, label: "Environment(s)", children: n(a, "environments").join(", ") }),
1575
- (n(a, "remarks") || n(a, "name.remarks")) && /* @__PURE__ */ t.jsx(w, { md: L, label: "Remarks", children: /* @__PURE__ */ t.jsx(
1576
- a1,
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,
1577
1580
  {
1578
- source: [n(a, "remarks"), n(a, "name.remarks")].filter(Boolean).join(`
1581
+ source: [n(o, "remarks"), n(o, "name.remarks")].filter(Boolean).join(`
1579
1582
 
1580
1583
  `)
1581
1584
  }
1582
1585
  ) }),
1583
- /* @__PURE__ */ t.jsx(d3, { children: n(a, "accordingTo") && /* @__PURE__ */ t.jsx(G, { span: 12, children: /* @__PURE__ */ t.jsxs(w, { md: L * 2, label: "According to", children: [
1584
- `${n(a, "accordingTo")}`,
1585
- n(a, "accordingToDate") && `, ${Q3(n(a, "accordingToDate")).format("LL")}`
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")}`
1586
1589
  ] }) }) }),
1587
- n(a, "scrutinizer") && /* @__PURE__ */ t.jsx(G, { span: 12, children: /* @__PURE__ */ t.jsx(w, { md: L * 2, label: "Taxonomic scrutiny", children: `${n(a, "scrutinizer")}${n(a, "scrutinizerDate") ? ", " + n(a, "scrutinizerDate") : ""}` }) }),
1588
- n(f, "title") && /* @__PURE__ */ t.jsx(w, { md: L, label: "Source", children: /* @__PURE__ */ t.jsx(
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(
1589
1592
  "div",
1590
1593
  {
1591
1594
  style: {
1592
1595
  display: "inline-block",
1593
- paddingLeft: (b = e == null ? void 0 : e.usage) != null && b.merged ? "22px" : 0
1596
+ paddingLeft: (w = e == null ? void 0 : e.usage) != null && w.merged ? "22px" : 0
1594
1597
  },
1595
1598
  children: /* @__PURE__ */ t.jsxs(
1596
- l3,
1599
+ r3,
1597
1600
  {
1598
- merged: ($ = e == null ? void 0 : e.usage) == null ? void 0 : $.merged,
1599
- createdBy: (T = e == null ? void 0 : e.usage) == null ? void 0 : T.createdBy,
1600
- datasetKey: (O = e == null ? void 0 : e.usage) == null ? void 0 : O.datasetKey,
1601
- verbatimSourceKey: (Y = e == null ? void 0 : e.usage) == null ? void 0 : Y.verbatimSourceKey,
1602
- sourceDatasetKey: (q = e == null ? void 0 : e.source) == null ? void 0 : q.sourceDatasetKey,
1603
- sourceId: (Z = e == null ? void 0 : e.source) == null ? void 0 : Z.sourceId,
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,
1604
1607
  children: [
1605
- (J = e == null ? void 0 : e.source) != null && J.sourceId ? /* @__PURE__ */ t.jsx(
1608
+ (U = e == null ? void 0 : e.source) != null && U.sourceId ? /* @__PURE__ */ t.jsx(
1606
1609
  "a",
1607
1610
  {
1608
- href: `https://www.checklistbank.org/dataset/${(U = e == null ? void 0 : e.source) == null ? void 0 : U.sourceDatasetKey}/taxon/${(N = e == null ? void 0 : e.source) == null ? void 0 : N.sourceId}`,
1609
- children: n(f, "alias")
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")
1610
1613
  }
1611
- ) : n(f, "alias"),
1614
+ ) : n(B, "alias"),
1612
1615
  ": ",
1613
- /* @__PURE__ */ t.jsx(p3, { to: "source", args: n(f, "key"), children: n(f, "title") }),
1614
- /* @__PURE__ */ t.jsx("span", { style: { marginLeft: "10px" }, children: n(f, "completeness") && n(f, "completeness") + "%" }),
1615
- n(f, "confidence") && /* @__PURE__ */ t.jsx(
1616
- m2,
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(
1619
+ C2,
1617
1620
  {
1618
1621
  style: { marginLeft: "10px" },
1619
- value: n(f, "confidence"),
1622
+ value: n(B, "confidence"),
1620
1623
  disabled: !0
1621
1624
  }
1622
1625
  )
@@ -1625,49 +1628,51 @@ class t2 extends e3.Component {
1625
1628
  )
1626
1629
  }
1627
1630
  ) }),
1628
- n(a, "link") && /* @__PURE__ */ t.jsx(w, { md: L, label: "Original record", children: /* @__PURE__ */ t.jsx("a", { href: n(a, "link"), children: n(a, "link") }) }),
1629
- ((P = e == null ? void 0 : e.source) == null ? void 0 : P.secondarySources) && /* @__PURE__ */ t.jsx(w, { md: L, label: "Secondary Sources", children: /* @__PURE__ */ t.jsx(J2, { info: e, datasetKey: o }) }),
1630
- n(e, "references") && /* @__PURE__ */ t.jsx(w, { md: L, label: "References", children: /* @__PURE__ */ t.jsx(
1631
- R2,
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,
1632
1635
  {
1633
- referenceIndexMap: d,
1634
- primarySourceDatasetKey: (X = e == null ? void 0 : e.source) == null ? void 0 : X.sourceDatasetKey,
1636
+ referenceIndexMap: L,
1637
+ primarySourceDatasetKey: (a3 = e == null ? void 0 : e.source) == null ? void 0 : a3.sourceDatasetKey,
1635
1638
  data: n(e, "references"),
1636
1639
  style: { marginTop: "-3px" }
1637
1640
  }
1638
1641
  ) }),
1639
- ((A3 = (a3 = window == null ? void 0 : window.location) == null ? void 0 : a3.hostname) == null ? void 0 : A3.endsWith("catalogueoflife.org")) && /* @__PURE__ */ t.jsx(w, { md: L, label: "", children: /* @__PURE__ */ t.jsx(t1, { taxonKey: (v3 = (b3 = this == null ? void 0 : this.state) == null ? void 0 : b3.taxon) == null ? void 0 : v3.id, datasetKey: this.props.datasetKey }) })
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 }) })
1640
1643
  ]
1641
1644
  }
1642
1645
  ) });
1643
1646
  }
1644
1647
  }
1645
- R(t2, "contextType", Y3);
1646
- function e1({
1648
+ N(a2, "contextType", H3);
1649
+ function o1({
1647
1650
  taxonKey: r,
1648
- datasetKey: i,
1649
- pageTitleTemplate: o,
1651
+ datasetKey: p,
1652
+ pageTitleTemplate: a,
1650
1653
  identifierLabel: s,
1651
1654
  showDistributionMap: l,
1652
- gbifChecklistKey: a,
1655
+ gbifChecklistKey: i,
1656
+ basemapStyle: o,
1653
1657
  auth: e,
1654
- ...E
1658
+ ...C
1655
1659
  }) {
1656
- return /* @__PURE__ */ t.jsx(Y3.Provider, { value: p2(E), children: /* @__PURE__ */ t.jsx(
1657
- t2,
1660
+ return /* @__PURE__ */ t.jsx(H3.Provider, { value: d2(C), children: /* @__PURE__ */ t.jsx(
1661
+ a2,
1658
1662
  {
1659
1663
  taxonKey: r,
1660
- datasetKey: i,
1661
- pageTitleTemplate: o,
1664
+ datasetKey: p,
1665
+ pageTitleTemplate: a,
1662
1666
  identifierLabel: s,
1663
1667
  showDistributionMap: l,
1664
- gbifChecklistKey: a,
1668
+ gbifChecklistKey: i,
1669
+ basemapStyle: o,
1665
1670
  auth: e
1666
1671
  }
1667
1672
  ) });
1668
1673
  }
1669
- const v1 = n2(o2(e1));
1674
+ const $1 = r2(n2(o1));
1670
1675
  export {
1671
- v1 as Taxon
1676
+ $1 as Taxon
1672
1677
  };
1673
1678
  //# sourceMappingURL=taxon.js.map