design-system-next 2.7.12 → 2.7.14
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.
- package/dist/design-system-next.js +601 -584
- package/dist/design-system-next.js.gz +0 -0
- package/dist/main.css +1 -1
- package/dist/main.css.gz +0 -0
- package/package.json +1 -1
- package/src/components/sidepanel/sidepanel.vue +18 -31
- package/src/components/sidepanel/use-sidepanel.ts +66 -22
- package/src/components/switch/switch.vue +3 -3
- package/src/components/switch/use-switch.ts +6 -1
- package/src/vite-env.d.ts +6 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { toRefs as Me, ref as H, reactive as H2, computed as E, nextTick as Qe, defineComponent as ae, createElementBlock as C, openBlock as g, normalizeClass as b, unref as i, renderSlot as te, createVNode as Y, Transition as m2, withCtx as B, withDirectives as i2, createElementVNode as I, normalizeStyle as _e, vShow as lt, h as lr, onUnmounted as jn, watch as he, getCurrentScope as Tn, onScopeDispose as Sn, onMounted as t2, getCurrentInstance as _0, isRef as Ce, toValue as $e, shallowRef as Ue, watchEffect as la, mergeProps as He, Fragment as X, renderList as de, createBlock as W, createCommentVNode as w, toDisplayString as V, useSlots as
|
|
1
|
+
import { toRefs as Me, ref as H, reactive as H2, computed as E, nextTick as Qe, defineComponent as ae, createElementBlock as C, openBlock as g, normalizeClass as b, unref as i, renderSlot as te, createVNode as Y, Transition as m2, withCtx as B, withDirectives as i2, createElementVNode as I, normalizeStyle as _e, vShow as lt, h as lr, onUnmounted as jn, watch as he, getCurrentScope as Tn, onScopeDispose as Sn, onMounted as t2, getCurrentInstance as _0, isRef as Ce, toValue as $e, shallowRef as Ue, watchEffect as la, mergeProps as He, Fragment as X, renderList as de, createBlock as W, createCommentVNode as w, toDisplayString as V, useSlots as b2, withKeys as dt, withModifiers as ut, createTextVNode as Se, pushScopeId as da, popScopeId as ua, normalizeProps as E0, guardReactiveProps as k0, resolveComponent as ct, withScopeId as ca, vModelText as X0, onBeforeMount as pa, toRef as u0, createSlots as n0, vModelRadio as ga, effectScope as On, markRaw as M2, toRaw as Z2, hasInjectionContext as fa, inject as ha, isReactive as _t, Teleport as Ca, TransitionGroup as Ma, vModelCheckbox as ya } from "vue";
|
|
2
2
|
const ma = ["header", "button"], va = {
|
|
3
3
|
accordionItems: {
|
|
4
4
|
type: Array,
|
|
@@ -280,7 +280,7 @@ function Ta(e, t) {
|
|
|
280
280
|
missing: /* @__PURE__ */ new Set()
|
|
281
281
|
};
|
|
282
282
|
}
|
|
283
|
-
function
|
|
283
|
+
function O2(e, t) {
|
|
284
284
|
const r = ur[e] || (ur[e] = /* @__PURE__ */ Object.create(null));
|
|
285
285
|
return r[t] || (r[t] = Ta(e, t));
|
|
286
286
|
}
|
|
@@ -304,7 +304,7 @@ function Un(e) {
|
|
|
304
304
|
function Oa(e) {
|
|
305
305
|
const t = typeof e == "string" ? P0(e, !0, G2) : e;
|
|
306
306
|
if (t) {
|
|
307
|
-
const r =
|
|
307
|
+
const r = O2(t.provider, t.prefix), n = t.name;
|
|
308
308
|
return r.icons[n] || (r.missing.has(n) ? null : void 0);
|
|
309
309
|
}
|
|
310
310
|
}
|
|
@@ -312,7 +312,7 @@ function za(e, t) {
|
|
|
312
312
|
const r = P0(e, !0, G2);
|
|
313
313
|
if (!r)
|
|
314
314
|
return !1;
|
|
315
|
-
const n =
|
|
315
|
+
const n = O2(r.provider, r.prefix);
|
|
316
316
|
return t ? Sa(n, r.name, t) : (n.missing.add(r.name), !0);
|
|
317
317
|
}
|
|
318
318
|
function La(e, t) {
|
|
@@ -330,7 +330,7 @@ function La(e, t) {
|
|
|
330
330
|
name: "a"
|
|
331
331
|
}))
|
|
332
332
|
return !1;
|
|
333
|
-
const n =
|
|
333
|
+
const n = O2(t, r);
|
|
334
334
|
return !!Pn(n, e);
|
|
335
335
|
}
|
|
336
336
|
const Yn = Object.freeze({
|
|
@@ -638,7 +638,7 @@ function to(e) {
|
|
|
638
638
|
if (n.name === s.name && n.prefix === s.prefix && n.provider === s.provider)
|
|
639
639
|
return;
|
|
640
640
|
n = s;
|
|
641
|
-
const a = s.provider, o = s.prefix, l = s.name, u = r[a] || (r[a] = /* @__PURE__ */ Object.create(null)), d = u[o] || (u[o] =
|
|
641
|
+
const a = s.provider, o = s.prefix, l = s.name, u = r[a] || (r[a] = /* @__PURE__ */ Object.create(null)), d = u[o] || (u[o] = O2(a, o));
|
|
642
642
|
let p;
|
|
643
643
|
l in d.icons ? p = t.loaded : o === "" || d.missing.has(l) ? p = t.missing : p = t.pending;
|
|
644
644
|
const c = {
|
|
@@ -771,12 +771,12 @@ function io(e, t, r, n) {
|
|
|
771
771
|
}), h = [];
|
|
772
772
|
}
|
|
773
773
|
function T(A, $, k) {
|
|
774
|
-
const
|
|
774
|
+
const z = $ !== "success";
|
|
775
775
|
switch (h = h.filter((x) => x !== A), u) {
|
|
776
776
|
case "pending":
|
|
777
777
|
break;
|
|
778
778
|
case "failed":
|
|
779
|
-
if (
|
|
779
|
+
if (z || !e.dataAfterTimeout)
|
|
780
780
|
return;
|
|
781
781
|
break;
|
|
782
782
|
default:
|
|
@@ -786,7 +786,7 @@ function io(e, t, r, n) {
|
|
|
786
786
|
p = k, v();
|
|
787
787
|
return;
|
|
788
788
|
}
|
|
789
|
-
if (
|
|
789
|
+
if (z) {
|
|
790
790
|
p = k, h.length || (o.length ? S() : v());
|
|
791
791
|
return;
|
|
792
792
|
}
|
|
@@ -816,8 +816,8 @@ function io(e, t, r, n) {
|
|
|
816
816
|
const $ = {
|
|
817
817
|
status: "pending",
|
|
818
818
|
resource: A,
|
|
819
|
-
callback: (k,
|
|
820
|
-
T($, k,
|
|
819
|
+
callback: (k, z) => {
|
|
820
|
+
T($, k, z);
|
|
821
821
|
}
|
|
822
822
|
};
|
|
823
823
|
h.push($), d++, c = setTimeout(S, e.rotate), r(A, t, $.callback);
|
|
@@ -1000,11 +1000,11 @@ const fo = (e, t) => {
|
|
|
1000
1000
|
const { provider: d, prefix: p } = u;
|
|
1001
1001
|
if (p === l && d === o)
|
|
1002
1002
|
return;
|
|
1003
|
-
o = d, l = p, a.push(
|
|
1003
|
+
o = d, l = p, a.push(O2(d, p));
|
|
1004
1004
|
const c = s[d] || (s[d] = /* @__PURE__ */ Object.create(null));
|
|
1005
1005
|
c[p] || (c[p] = []);
|
|
1006
1006
|
}), n.pending.forEach((u) => {
|
|
1007
|
-
const { provider: d, prefix: p, name: c } = u, h =
|
|
1007
|
+
const { provider: d, prefix: p, name: c } = u, h = O2(d, p), y = h.pendingIcons || (h.pendingIcons = /* @__PURE__ */ new Set());
|
|
1008
1008
|
y.has(c) || (y.add(c), s[d][p].push(c));
|
|
1009
1009
|
}), a.forEach((u) => {
|
|
1010
1010
|
const d = s[u.provider][u.prefix];
|
|
@@ -1625,7 +1625,7 @@ function Wo(e, t = {}) {
|
|
|
1625
1625
|
return;
|
|
1626
1626
|
}
|
|
1627
1627
|
M.preventDefault(), M.dataTransfer && (M.dataTransfer.dropEffect = "copy");
|
|
1628
|
-
const
|
|
1628
|
+
const z = c(M);
|
|
1629
1629
|
switch (m) {
|
|
1630
1630
|
case "enter":
|
|
1631
1631
|
o += 1, s.value = !0, (T = u.onEnter) == null || T.call(u, null, M);
|
|
@@ -1637,7 +1637,7 @@ function Wo(e, t = {}) {
|
|
|
1637
1637
|
o -= 1, o === 0 && (s.value = !1), (A = u.onLeave) == null || A.call(u, null, M);
|
|
1638
1638
|
break;
|
|
1639
1639
|
case "drop":
|
|
1640
|
-
o = 0, s.value = !1, l && (a.value =
|
|
1640
|
+
o = 0, s.value = !1, l && (a.value = z, ($ = u.onDrop) == null || $.call(u, z, M));
|
|
1641
1641
|
break;
|
|
1642
1642
|
}
|
|
1643
1643
|
};
|
|
@@ -1798,14 +1798,14 @@ function qo(e, t = {}) {
|
|
|
1798
1798
|
}
|
|
1799
1799
|
});
|
|
1800
1800
|
function N($, k) {
|
|
1801
|
-
var
|
|
1801
|
+
var z, x, j, q;
|
|
1802
1802
|
if (!d)
|
|
1803
1803
|
return;
|
|
1804
1804
|
const oe = $e(e);
|
|
1805
1805
|
if (!oe)
|
|
1806
1806
|
return;
|
|
1807
1807
|
(j = oe instanceof Document ? d.document.body : oe) == null || j.scrollTo({
|
|
1808
|
-
top: (
|
|
1808
|
+
top: (z = $e(k)) != null ? z : f.value,
|
|
1809
1809
|
left: (x = $e($)) != null ? x : y.value,
|
|
1810
1810
|
behavior: $e(u)
|
|
1811
1811
|
});
|
|
@@ -1828,20 +1828,20 @@ function qo(e, t = {}) {
|
|
|
1828
1828
|
var k;
|
|
1829
1829
|
if (!d)
|
|
1830
1830
|
return;
|
|
1831
|
-
const
|
|
1831
|
+
const z = ((k = $ == null ? void 0 : $.document) == null ? void 0 : k.documentElement) || ($ == null ? void 0 : $.documentElement) || Le($), { display: x, flexDirection: j, direction: q } = getComputedStyle(z), oe = q === "rtl" ? -1 : 1, G = z.scrollLeft;
|
|
1832
1832
|
v.left = G < c.value, v.right = G > c.value;
|
|
1833
|
-
const L = Math.abs(G * oe) <= (o.left || 0), P = Math.abs(G * oe) +
|
|
1833
|
+
const L = Math.abs(G * oe) <= (o.left || 0), P = Math.abs(G * oe) + z.clientWidth >= z.scrollWidth - (o.right || 0) - $r;
|
|
1834
1834
|
x === "flex" && j === "row-reverse" ? (m.left = P, m.right = L) : (m.left = L, m.right = P), c.value = G;
|
|
1835
|
-
let R =
|
|
1835
|
+
let R = z.scrollTop;
|
|
1836
1836
|
$ === d.document && !R && (R = d.document.body.scrollTop), v.top = R < h.value, v.bottom = R > h.value;
|
|
1837
|
-
const U = Math.abs(R) <= (o.top || 0), Q = Math.abs(R) +
|
|
1837
|
+
const U = Math.abs(R) <= (o.top || 0), Q = Math.abs(R) + z.clientHeight >= z.scrollHeight - (o.bottom || 0) - $r;
|
|
1838
1838
|
x === "flex" && j === "column-reverse" ? (m.top = Q, m.bottom = U) : (m.top = U, m.bottom = Q), h.value = R;
|
|
1839
1839
|
}, A = ($) => {
|
|
1840
1840
|
var k;
|
|
1841
1841
|
if (!d)
|
|
1842
1842
|
return;
|
|
1843
|
-
const
|
|
1844
|
-
S(
|
|
1843
|
+
const z = (k = $.target.documentElement) != null ? k : $.target;
|
|
1844
|
+
S(z), M.value = !0, T($), a($);
|
|
1845
1845
|
};
|
|
1846
1846
|
return me(
|
|
1847
1847
|
e,
|
|
@@ -2021,14 +2021,14 @@ function ei() {
|
|
|
2021
2021
|
}(tt)), tt.exports;
|
|
2022
2022
|
}
|
|
2023
2023
|
var ti = ei();
|
|
2024
|
-
const
|
|
2024
|
+
const O = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
2025
2025
|
const { state: r, type: n, size: s, tone: a, variant: o, disabled: l, hasIcon: u, fullwidth: d } = Me(e), p = H(null), c = Ft(p), { pressed: h } = Jn({ target: p }), { focused: y } = Kn(p), f = E(() => {
|
|
2026
|
-
const
|
|
2026
|
+
const z = O(
|
|
2027
2027
|
"spr-background-color spr-flex spr-items-center spr-gap-1.5 spr-w-fit spr-min-w-[24px] spr-items-center spr-justify-center spr-rounded-md spr-outline-2 spr-outline-offset-4",
|
|
2028
2028
|
{
|
|
2029
2029
|
"spr-w-full": d.value
|
|
2030
2030
|
}
|
|
2031
|
-
), x =
|
|
2031
|
+
), x = O("spr-font-medium", {
|
|
2032
2032
|
"spr-min-w-6 spr-p-1.5 spr-leading-100 spr-font-size-100": !u.value && s.value === "small",
|
|
2033
2033
|
"spr-min-w-7 spr-p-2 spr-leading-100 spr-font-size-100": !u.value && s.value === "medium",
|
|
2034
2034
|
"spr-max-h-9 spr-min-w-9 spr-px-2 spr-py-3 spr-leading-300 spr-font-size-200": !u.value && s.value === "large",
|
|
@@ -2036,44 +2036,44 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2036
2036
|
"spr-min-w-6 spr-p-1.5 spr-leading-100 spr-font-size-100 [&>svg]:spr-font-size-200": u.value && s.value === "small",
|
|
2037
2037
|
"spr-min-w-7 spr-p-2 spr-leading-100 spr-font-size-100 [&>svg]:spr-font-size-300": u.value && s.value === "medium",
|
|
2038
2038
|
"spr-max-h-9 spr-min-w-9 spr-px-2 spr-py-3 spr-leading-300 spr-font-size-200 [&>svg]:spr-font-size-400": u.value && s.value === "large"
|
|
2039
|
-
}), j =
|
|
2039
|
+
}), j = O(
|
|
2040
2040
|
M.value,
|
|
2041
2041
|
N.value,
|
|
2042
2042
|
A.value
|
|
2043
|
-
), q =
|
|
2043
|
+
), q = O([
|
|
2044
2044
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
2045
2045
|
"hover:spr-shadow-button-hover",
|
|
2046
2046
|
"active:spr-scale-95"
|
|
2047
2047
|
]);
|
|
2048
2048
|
if (l.value) {
|
|
2049
2049
|
if (o.value === "primary")
|
|
2050
|
-
return
|
|
2051
|
-
|
|
2050
|
+
return O(
|
|
2051
|
+
z,
|
|
2052
2052
|
x,
|
|
2053
2053
|
"spr-text-color-disabled spr-background-color-disabled !spr-border-0 !spr-shadow-none !spr-cursor-not-allowed"
|
|
2054
2054
|
);
|
|
2055
2055
|
if (o.value === "secondary")
|
|
2056
|
-
return
|
|
2057
|
-
|
|
2056
|
+
return O(
|
|
2057
|
+
z,
|
|
2058
2058
|
x,
|
|
2059
2059
|
"spr-text-color-disabled spr-border-solid !spr-border !spr-border-color-disabled !spr-shadow-none !spr-cursor-not-allowed"
|
|
2060
2060
|
);
|
|
2061
2061
|
if (o.value === "tertiary")
|
|
2062
|
-
return
|
|
2063
|
-
|
|
2062
|
+
return O(
|
|
2063
|
+
z,
|
|
2064
2064
|
x,
|
|
2065
2065
|
"spr-text-color-disabled !spr-border-0 !spr-shadow-none !spr-cursor-not-allowed"
|
|
2066
2066
|
);
|
|
2067
2067
|
}
|
|
2068
|
-
return z
|
|
2069
|
-
}), N = E(() => o.value === "secondary" || o.value === "tertiary" ?
|
|
2068
|
+
return O(z, x, j, q);
|
|
2069
|
+
}), N = E(() => o.value === "secondary" || o.value === "tertiary" ? O({
|
|
2070
2070
|
"spr-text-color-strong": a.value === "neutral",
|
|
2071
2071
|
"spr-text-color-brand-base": a.value === "success",
|
|
2072
2072
|
"spr-text-color-danger-base": a.value === "danger"
|
|
2073
|
-
}) :
|
|
2073
|
+
}) : O({
|
|
2074
2074
|
"spr-text-color-strong": a.value === "neutral",
|
|
2075
2075
|
"spr-text-color-inverted-strong": a.value === "success" || a.value === "danger"
|
|
2076
|
-
})), M = E(() => o.value === "secondary" ? h.value ? "spr-background-color-pressed !spr-shadow-button" : c.value ? "spr-background-color-hover" : "spr-background-color " : o.value === "tertiary" ? m() : v()), m = () => h.value ? "spr-background-color-pressed !spr-shadow-button" :
|
|
2076
|
+
})), M = E(() => o.value === "secondary" ? h.value ? "spr-background-color-pressed !spr-shadow-button" : c.value ? "spr-background-color-hover" : "spr-background-color " : o.value === "tertiary" ? m() : v()), m = () => h.value ? "spr-background-color-pressed !spr-shadow-button" : O("!border-none", {
|
|
2077
2077
|
"spr-background-color-hover": c.value
|
|
2078
2078
|
}), v = () => h.value ? D() : c.value ? T() : S(), D = () => ({
|
|
2079
2079
|
neutral: "spr-background-color-pressed !spr-shadow-button",
|
|
@@ -2087,7 +2087,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2087
2087
|
neutral: "spr-background-color-base",
|
|
2088
2088
|
success: "spr-background-color-brand-base",
|
|
2089
2089
|
danger: "spr-background-color-danger-base"
|
|
2090
|
-
})[a.value] || "", A = E(() => o.value === "primary" || o.value === "tertiary" ? y.value ? "spr-border-solid !spr-border !spr-border-white-50" : "spr-border-solid !spr-border !spr-border-transparent" :
|
|
2090
|
+
})[a.value] || "", A = E(() => o.value === "primary" || o.value === "tertiary" ? y.value ? "spr-border-solid !spr-border !spr-border-white-50" : "spr-border-solid !spr-border !spr-border-transparent" : O({
|
|
2091
2091
|
"spr-border-solid !spr-border !spr-border-color-base": a.value === "neutral",
|
|
2092
2092
|
"spr-border-solid !spr-border !spr-border-color-brand-base": a.value === "success",
|
|
2093
2093
|
"spr-border-solid !spr-border !spr-border-color-danger-base": a.value === "danger"
|
|
@@ -2101,12 +2101,12 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2101
2101
|
buttonClassses: f,
|
|
2102
2102
|
buttonRef: p,
|
|
2103
2103
|
buttonProps: $,
|
|
2104
|
-
handleClick: (
|
|
2104
|
+
handleClick: (z) => {
|
|
2105
2105
|
if (l.value) {
|
|
2106
|
-
|
|
2106
|
+
z.stopPropagation();
|
|
2107
2107
|
return;
|
|
2108
2108
|
}
|
|
2109
|
-
t("click",
|
|
2109
|
+
t("click", z);
|
|
2110
2110
|
}
|
|
2111
2111
|
};
|
|
2112
2112
|
}, be = /* @__PURE__ */ ae({
|
|
@@ -2258,10 +2258,10 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2258
2258
|
}
|
|
2259
2259
|
}, yi = (e) => {
|
|
2260
2260
|
const { size: t, color: r, variant: n, initial: s } = Me(e), a = E(() => {
|
|
2261
|
-
const d =
|
|
2261
|
+
const d = O("spr-relative spr-inline-block spr-rounded-full", {
|
|
2262
2262
|
"spr-background-color-surface": r.value === "primary",
|
|
2263
2263
|
"spr-background-color": r.value === "secondary"
|
|
2264
|
-
}), p =
|
|
2264
|
+
}), p = O(
|
|
2265
2265
|
"spr-rounded-full spr-object-cover spr-flex spr-items-center spr-justify-center spr-overflow-hidden",
|
|
2266
2266
|
{
|
|
2267
2267
|
"spr-h-20 spr-min-w-20 spr-text-[36px]": t.value === "2xl",
|
|
@@ -2272,7 +2272,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2272
2272
|
"spr-h-5 spr-min-w-5 spr-text-[10px]": t.value === "xs",
|
|
2273
2273
|
"spr-h-4 spr-min-w-4 spr-text-[10px]": t.value === "2xs"
|
|
2274
2274
|
}
|
|
2275
|
-
), c =
|
|
2275
|
+
), c = O(
|
|
2276
2276
|
"spr-rounded-full spr-border-color-weak spr-border spr-border-solid spr-items-center spr-flex spr-justify-center spr-heading-xs spr-text-color-strong",
|
|
2277
2277
|
{
|
|
2278
2278
|
"spr-h-20 spr-min-w-20": t.value === "2xl",
|
|
@@ -2283,14 +2283,14 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2283
2283
|
"spr-h-5 spr-min-w-5 !spr-text-[10px]": t.value === "xs",
|
|
2284
2284
|
"spr-h-4 spr-min-w-4 !spr-text-[10px]": t.value === "2xs"
|
|
2285
2285
|
}
|
|
2286
|
-
), h =
|
|
2286
|
+
), h = O("spr-absolute spr-right-0 spr-top-0", {
|
|
2287
2287
|
"spr-right-[-5px] spr-top-[-6.3px]": t.value === "xl",
|
|
2288
2288
|
"spr-right-[-7px] spr-top-[-8px]": t.value === "lg",
|
|
2289
2289
|
"spr-right-[-5px] spr-top-[-6px]": t.value === "md",
|
|
2290
2290
|
"spr-right-[-7px] spr-top-[-7px]": t.value === "sm",
|
|
2291
2291
|
"spr-right-[-5px] spr-top-[-4px]": t.value === "xs",
|
|
2292
2292
|
"spr-right-[-4px] spr-top-[-4px]": t.value === "2xs"
|
|
2293
|
-
}), y =
|
|
2293
|
+
}), y = O("spr-absolute spr-bottom-0 spr-right-0", {
|
|
2294
2294
|
"spr-bottom-0 spr-right-0": t.value === "xl" || t.value === "lg" || t.value === "md",
|
|
2295
2295
|
"spr-bottom-[1px] spr-right-[1px]": t.value === "xl",
|
|
2296
2296
|
"spr-bottom-[-3px] spr-right-[-4px]": t.value === "sm",
|
|
@@ -2371,19 +2371,19 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2371
2371
|
const { variant: t, size: r, position: n } = Me(e);
|
|
2372
2372
|
return {
|
|
2373
2373
|
badgeClasses: E(() => {
|
|
2374
|
-
const a =
|
|
2374
|
+
const a = O({
|
|
2375
2375
|
"spr-flex spr-items-center spr-gap-2": n.value === "default",
|
|
2376
2376
|
"spr-relative": n.value === "top" || n.value === "bottom"
|
|
2377
|
-
}), o =
|
|
2377
|
+
}), o = O({
|
|
2378
2378
|
"spr-background-color-danger-base spr-text-color-inverted-strong": t.value === "danger",
|
|
2379
2379
|
"spr-background-color-disabled spr-text-color-on-fill-disabled": t.value === "disabled",
|
|
2380
2380
|
"spr-background-color-information-base spr-text-color-inverted-strong": t.value === "information",
|
|
2381
2381
|
"spr-background-color-brand-base spr-text-color-inverted-strong": t.value === "brand"
|
|
2382
|
-
}), l =
|
|
2382
|
+
}), l = O({
|
|
2383
2383
|
"spr-label-sm-medium !spr-leading-[0] !spr-tracking-normal spr-h-[20px] spr-min-w-[20px] spr-rounded-[32px] spr-py-size-spacing-3xs spr-px-size-spacing-5xs spr-box-border": r.value === "big",
|
|
2384
2384
|
"spr-label-xs-medium !spr-leading-[0] !spr-tracking-normal spr-h-[16px] spr-min-w-[16px] spr-rounded-[32px] spr-py-size-spacing-6xs spr-px-size-spacing-5xs spr-box-border": r.value === "small",
|
|
2385
2385
|
"spr-h-[10px] spr-min-w-[10px] spr-rounded-full": r.value === "tiny"
|
|
2386
|
-
}), u =
|
|
2386
|
+
}), u = O({
|
|
2387
2387
|
"spr-absolute -spr-top-1 spr-right-1": n.value === "top" && r.value === "tiny",
|
|
2388
2388
|
"spr-absolute -spr-bottom-1 spr-right-1": n.value === "bottom" && r.value === "tiny",
|
|
2389
2389
|
"spr-absolute -spr-top-2 -spr-right-1": n.value === "top" && r.value === "small",
|
|
@@ -2614,25 +2614,25 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2614
2614
|
}, o = E(() => e.title || e.description || d.value), l = E(() => r.includes(e.type) && e.status != "error"), u = E(() => e.status === "error"), d = E(() => n[e.type] || e.type), p = E(() => s[e.type] || ""), c = E(() => a[e.type] || "spr-border-color-supporting spr-background-color-surface");
|
|
2615
2615
|
return {
|
|
2616
2616
|
getCalendarCellClassess: E(() => {
|
|
2617
|
-
const f =
|
|
2617
|
+
const f = O(
|
|
2618
2618
|
"spr-flex spr-items-center spr-p-size-spacing-3xs spr-gap-size-spacing-3xs spr-relative spr-rounded-lg spr-border-2 spr-transition-all sm:spr-flex-col spr-overflow-hidden",
|
|
2619
2619
|
{
|
|
2620
2620
|
"spr-w-full": e.fullwidth,
|
|
2621
2621
|
"spr-max-w-[217px]": !e.fullwidth,
|
|
2622
2622
|
"hover:spr-drop-shadow-sm spr-cursor-pointer": !e.viewOnly
|
|
2623
2623
|
}
|
|
2624
|
-
), N =
|
|
2624
|
+
), N = O({
|
|
2625
2625
|
"spr-border-dashed": e.status === "pending",
|
|
2626
2626
|
"spr-border-solid spr-border-color-danger-base": e.status === "error",
|
|
2627
2627
|
"spr-border-solid": !e.status || e.status !== "pending" && e.status !== "error"
|
|
2628
|
-
}), M =
|
|
2628
|
+
}), M = O("spr-text-color-strong spr-body-sm-regular-medium", {
|
|
2629
2629
|
"spr-text-color-danger-base": e.status === "error"
|
|
2630
|
-
}), m =
|
|
2630
|
+
}), m = O("spr-text-color-strong spr-body-sm-regular", {
|
|
2631
2631
|
"spr-text-color-danger-base": e.status === "error"
|
|
2632
|
-
}), v =
|
|
2632
|
+
}), v = O("spr-text-color-strong spr-body-sm-regular", {
|
|
2633
2633
|
"spr-text-color-danger-base": e.status === "error",
|
|
2634
2634
|
"spr-text-color-strong spr-body-sm-regular-medium": r.includes(e.type)
|
|
2635
|
-
}), D =
|
|
2635
|
+
}), D = O(f, c.value, N);
|
|
2636
2636
|
return {
|
|
2637
2637
|
titleClasses: M,
|
|
2638
2638
|
descriptionClasses: m,
|
|
@@ -2737,7 +2737,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2737
2737
|
const { title: r, headerIcon: n, borderRadiusSize: s, hasCollapsible: a, isCollapsibleOpen: o } = Me(e);
|
|
2738
2738
|
return {
|
|
2739
2739
|
cardClasses: E(() => {
|
|
2740
|
-
const u =
|
|
2740
|
+
const u = O(
|
|
2741
2741
|
"spr-bg-white-50 spr-text-color-strong spr-border spr-border-solid spr-border-mushroom-200",
|
|
2742
2742
|
{
|
|
2743
2743
|
"spr-rounded-border-radius-2xs": s.value === "xs",
|
|
@@ -2747,7 +2747,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2747
2747
|
"spr-rounded-border-radius-lg": s.value === "lg",
|
|
2748
2748
|
"spr-rounded-border-radius-xl": s.value === "xl" || !s.value
|
|
2749
2749
|
}
|
|
2750
|
-
), d =
|
|
2750
|
+
), d = O("spr-flex spr-items-center transition-all duration-300 ease-in-out", {
|
|
2751
2751
|
"spr-min-h-[18px]": t.header,
|
|
2752
2752
|
"spr-border-0 spr-border-b spr-border-solid spr-border-mushroom-200": (r.value || n.value) && (t.content || t.default),
|
|
2753
2753
|
"spr-border-transparent": a.value && !o.value,
|
|
@@ -2758,7 +2758,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2758
2758
|
"spr-rounded-t-border-radius-md": s.value === "xs",
|
|
2759
2759
|
"spr-rounded-t-border-radius-lg": s.value === "lg",
|
|
2760
2760
|
"spr-rounded-t-border-radius-xl": s.value === "xl" || !s.value
|
|
2761
|
-
}), p =
|
|
2761
|
+
}), p = O("spr-py-size-spacing-2xs spr-px-size-spacing-xs"), c = O(
|
|
2762
2762
|
"spr-flex spr-items-center spr-border-0 spr-border-t spr-border-solid spr-border-mushroom-200 spr-py-size-spacing-2xs spr-px-size-spacing-xs",
|
|
2763
2763
|
{
|
|
2764
2764
|
"spr-rounded-b-border-radius-2xs": s.value === "xs",
|
|
@@ -2787,7 +2787,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2787
2787
|
__name: "card",
|
|
2788
2788
|
props: Ri,
|
|
2789
2789
|
setup(e) {
|
|
2790
|
-
const t = e, r =
|
|
2790
|
+
const t = e, r = b2(), { cardClasses: n } = Bi(t, r);
|
|
2791
2791
|
return (s, a) => (g(), C("div", {
|
|
2792
2792
|
class: b(i(n).baseClasses)
|
|
2793
2793
|
}, [
|
|
@@ -2863,13 +2863,13 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2863
2863
|
"update:modelValue": (e) => typeof e == "boolean"
|
|
2864
2864
|
}, Xi = (e, t) => {
|
|
2865
2865
|
const { modelValue: r, disabled: n, checked: s, bordered: a, fullWidth: o } = Me(e), l = E(() => {
|
|
2866
|
-
const c =
|
|
2866
|
+
const c = O(
|
|
2867
2867
|
"spr-flex spr-w-fit spr-select-none spr-items-center spr-gap-1.5 spr-transition spr-duration-150 spr-ease-in-out",
|
|
2868
2868
|
{
|
|
2869
2869
|
"spr-cursor-not-allowed": n.value,
|
|
2870
2870
|
"spr-cursor-pointer": !n.value
|
|
2871
2871
|
}
|
|
2872
|
-
), h =
|
|
2872
|
+
), h = O(
|
|
2873
2873
|
"spr-h-[20px] spr-w-[20px] spr-appearance-none spr-rounded-[2.5px] spr-border-color-supporting spr-border-[1.25px] spr-border-solid spr-m-1",
|
|
2874
2874
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
2875
2875
|
{
|
|
@@ -2882,16 +2882,16 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
2882
2882
|
"spr-bg-white-300 spr-border-none": p.value && n.value,
|
|
2883
2883
|
"spr-cursor-pointer": !n.value
|
|
2884
2884
|
}
|
|
2885
|
-
), y =
|
|
2885
|
+
), y = O(
|
|
2886
2886
|
"spr-h-[20px] spr-w-[20px] spr-flex spr-items-center spr-justify-center spr-pointer-events-none spr-absolute spr-left-1/2 spr-top-1/2 -spr-translate-x-1/2 -spr-translate-y-1/2 spr-transform spr-font-bold spr-opacity-0 spr-text-color-inverted-strong",
|
|
2887
2887
|
{
|
|
2888
2888
|
"spr-opacity-100": p.value
|
|
2889
2889
|
}
|
|
2890
|
-
), f =
|
|
2890
|
+
), f = O("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
2891
2891
|
"spr-text-color-on-fill-disabled": n.value
|
|
2892
|
-
}), N =
|
|
2892
|
+
}), N = O("spr-body-xs-regular spr-block", {
|
|
2893
2893
|
"spr-text-color-on-fill-disabled": n.value
|
|
2894
|
-
}), M =
|
|
2894
|
+
}), M = O(
|
|
2895
2895
|
"spr-border spr-rounded-md spr-p-size-spacing-2xs spr-border-solid spr-box-border",
|
|
2896
2896
|
{
|
|
2897
2897
|
"spr-border-kangkong-700 spr-bg-kangkong-100": (r.value || s.value) && !n.value,
|
|
@@ -3041,7 +3041,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
3041
3041
|
close: (e) => e instanceof MouseEvent || e instanceof KeyboardEvent,
|
|
3042
3042
|
update: (e) => typeof e == "boolean"
|
|
3043
3043
|
}, d1 = (e, t, r) => {
|
|
3044
|
-
const { disabled: n, active: s, variant: a, iconWeight: o, icon: l } = Me(e), u = E(() => a.value === "day" ?
|
|
3044
|
+
const { disabled: n, active: s, variant: a, iconWeight: o, icon: l } = Me(e), u = E(() => a.value === "day" ? O(
|
|
3045
3045
|
"spr-background-color spr-label-xs-medium spr-inline-flex spr-items-center spr-justify-center spr-rounded-full spr-transition-all spr-aspect-square spr-h-10 spr-w-10 spr-body-sm-regular spr-border spr-border-solid",
|
|
3046
3046
|
{
|
|
3047
3047
|
// Base cursor state
|
|
@@ -3053,7 +3053,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
3053
3053
|
// Default state (with hover/pressed)
|
|
3054
3054
|
"spr-text-color-strong spr-border-color-weak hover:spr-background-color-hover active:spr-background-color-pressed": !s.value && !n.value
|
|
3055
3055
|
}
|
|
3056
|
-
) :
|
|
3056
|
+
) : O(
|
|
3057
3057
|
"spr-body-xs-regular spr-py-1.5 spr-px-2 spr-text-color-strong spr-inline-flex spr-items-center spr-justify-center spr-gap-1 spr-rounded-full spr-transition-all spr-group",
|
|
3058
3058
|
{
|
|
3059
3059
|
// Base cursor state
|
|
@@ -3094,7 +3094,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
3094
3094
|
props: i1,
|
|
3095
3095
|
emits: l1,
|
|
3096
3096
|
setup(e, { emit: t }) {
|
|
3097
|
-
const r = e, n = t, s =
|
|
3097
|
+
const r = e, n = t, s = b2(), { chipsBaseClasses: a, handleClose: o, handleClick: l, getIcon: u, hasAvatar: d, hasIcon: p } = d1(r, n, s);
|
|
3098
3098
|
return (c, h) => c.visible ? (g(), C("div", {
|
|
3099
3099
|
key: 0,
|
|
3100
3100
|
class: b(i(a)),
|
|
@@ -3176,7 +3176,7 @@ const z = /* @__PURE__ */ F0(ti), ri = (e, t) => {
|
|
|
3176
3176
|
function Mt(e, t, r) {
|
|
3177
3177
|
return h2(e, W2(t, r));
|
|
3178
3178
|
}
|
|
3179
|
-
function
|
|
3179
|
+
function D2(e, t) {
|
|
3180
3180
|
return typeof e == "function" ? e(t) : e;
|
|
3181
3181
|
}
|
|
3182
3182
|
function Ke(e) {
|
|
@@ -3391,7 +3391,7 @@ async function B0(e, t) {
|
|
|
3391
3391
|
elementContext: c = "floating",
|
|
3392
3392
|
altBoundary: h = !1,
|
|
3393
3393
|
padding: y = 0
|
|
3394
|
-
} =
|
|
3394
|
+
} = D2(t, e), f = ts(y), M = l[h ? c === "floating" ? "reference" : "floating" : c], m = R2(await a.getClippingRect({
|
|
3395
3395
|
element: (r = await (a.isElement == null ? void 0 : a.isElement(M))) == null || r ? M : M.contextElement || await (a.getDocumentElement == null ? void 0 : a.getDocumentElement(l.floating)),
|
|
3396
3396
|
boundary: d,
|
|
3397
3397
|
rootBoundary: p,
|
|
@@ -3435,7 +3435,7 @@ const I1 = (e) => ({
|
|
|
3435
3435
|
} = t, {
|
|
3436
3436
|
element: d,
|
|
3437
3437
|
padding: p = 0
|
|
3438
|
-
} =
|
|
3438
|
+
} = D2(e, t) || {};
|
|
3439
3439
|
if (d == null)
|
|
3440
3440
|
return {};
|
|
3441
3441
|
const c = ts(p), h = {
|
|
@@ -3444,7 +3444,7 @@ const I1 = (e) => ({
|
|
|
3444
3444
|
}, y = Bt(s), f = Rt(y), N = await o.getDimensions(d), M = y === "y", m = M ? "top" : "left", v = M ? "bottom" : "right", D = M ? "clientHeight" : "clientWidth", T = a.reference[f] + a.reference[y] - h[y] - a.floating[f], S = h[y] - a.reference[y], A = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(d));
|
|
3445
3445
|
let $ = A ? A[D] : 0;
|
|
3446
3446
|
(!$ || !await (o.isElement == null ? void 0 : o.isElement(A))) && ($ = l.floating[D] || a.floating[f]);
|
|
3447
|
-
const k = T / 2 - S / 2,
|
|
3447
|
+
const k = T / 2 - S / 2, z = $ / 2 - N[f] / 2 - 1, x = W2(c[m], z), j = W2(c[v], z), q = x, oe = $ - N[f] - j, G = $ / 2 - N[f] / 2 + k, L = Mt(q, G, oe), P = !u.arrow && Be(s) != null && G !== L && a.reference[f] / 2 - (G < q ? x : j) - N[f] / 2 < 0, R = P ? G < q ? G - q : G - oe : 0;
|
|
3448
3448
|
return {
|
|
3449
3449
|
[y]: h[y] + R,
|
|
3450
3450
|
data: {
|
|
@@ -3479,7 +3479,7 @@ const x1 = function(e) {
|
|
|
3479
3479
|
allowedPlacements: h = Ir,
|
|
3480
3480
|
autoAlignment: y = !0,
|
|
3481
3481
|
...f
|
|
3482
|
-
} =
|
|
3482
|
+
} = D2(e, t), N = c !== void 0 || h === Ir ? A1(c || null, y, h) : h, M = await B0(t, f), m = ((r = o.autoPlacement) == null ? void 0 : r.index) || 0, v = N[m];
|
|
3483
3483
|
if (v == null)
|
|
3484
3484
|
return {};
|
|
3485
3485
|
const D = es(v, a, await (u.isRTL == null ? void 0 : u.isRTL(d.floating)));
|
|
@@ -3512,19 +3512,19 @@ const x1 = function(e) {
|
|
|
3512
3512
|
// Check only the mainAxis.
|
|
3513
3513
|
x.overflows[0]
|
|
3514
3514
|
), x.overflows];
|
|
3515
|
-
}).sort((x, j) => x[1] - j[1]),
|
|
3515
|
+
}).sort((x, j) => x[1] - j[1]), z = ((s = $.filter((x) => x[2].slice(
|
|
3516
3516
|
0,
|
|
3517
3517
|
// Aligned placements should not check their opposite crossAxis
|
|
3518
3518
|
// side.
|
|
3519
3519
|
Be(x[0]) ? 2 : 3
|
|
3520
3520
|
).every((j) => j <= 0))[0]) == null ? void 0 : s[0]) || $[0][0];
|
|
3521
|
-
return
|
|
3521
|
+
return z !== l ? {
|
|
3522
3522
|
data: {
|
|
3523
3523
|
index: m + 1,
|
|
3524
3524
|
overflows: S
|
|
3525
3525
|
},
|
|
3526
3526
|
reset: {
|
|
3527
|
-
placement:
|
|
3527
|
+
placement: z
|
|
3528
3528
|
}
|
|
3529
3529
|
} : {};
|
|
3530
3530
|
}
|
|
@@ -3550,21 +3550,21 @@ const x1 = function(e) {
|
|
|
3550
3550
|
fallbackAxisSideDirection: f = "none",
|
|
3551
3551
|
flipAlignment: N = !0,
|
|
3552
3552
|
...M
|
|
3553
|
-
} =
|
|
3553
|
+
} = D2(e, t);
|
|
3554
3554
|
if ((r = a.arrow) != null && r.alignmentOffset)
|
|
3555
3555
|
return {};
|
|
3556
3556
|
const m = Ke(s), v = l2(l), D = Ke(l) === l, T = await (u.isRTL == null ? void 0 : u.isRTL(d.floating)), S = h || (D || !N ? [A0(l)] : v1(l)), A = f !== "none";
|
|
3557
3557
|
!h && A && S.push(...$1(l, N, f, T));
|
|
3558
|
-
const $ = [l, ...S], k = await B0(t, M),
|
|
3558
|
+
const $ = [l, ...S], k = await B0(t, M), z = [];
|
|
3559
3559
|
let x = ((n = a.flip) == null ? void 0 : n.overflows) || [];
|
|
3560
|
-
if (p &&
|
|
3560
|
+
if (p && z.push(k[m]), c) {
|
|
3561
3561
|
const L = es(s, o, T);
|
|
3562
|
-
|
|
3562
|
+
z.push(k[L[0]], k[L[1]]);
|
|
3563
3563
|
}
|
|
3564
3564
|
if (x = [...x, {
|
|
3565
3565
|
placement: s,
|
|
3566
|
-
overflows:
|
|
3567
|
-
}], !
|
|
3566
|
+
overflows: z
|
|
3567
|
+
}], !z.every((L) => L <= 0)) {
|
|
3568
3568
|
var j, q;
|
|
3569
3569
|
const L = (((j = a.flip) == null ? void 0 : j.index) || 0) + 1, P = $[L];
|
|
3570
3570
|
if (P) {
|
|
@@ -3618,7 +3618,7 @@ async function j1(e, t) {
|
|
|
3618
3618
|
placement: r,
|
|
3619
3619
|
platform: n,
|
|
3620
3620
|
elements: s
|
|
3621
|
-
} = e, a = await (n.isRTL == null ? void 0 : n.isRTL(s.floating)), o = Ke(r), l = Be(r), u = l2(r) === "y", d = ["left", "top"].includes(o) ? -1 : 1, p = a && u ? -1 : 1, c =
|
|
3621
|
+
} = e, a = await (n.isRTL == null ? void 0 : n.isRTL(s.floating)), o = Ke(r), l = Be(r), u = l2(r) === "y", d = ["left", "top"].includes(o) ? -1 : 1, p = a && u ? -1 : 1, c = D2(t, e);
|
|
3622
3622
|
let {
|
|
3623
3623
|
mainAxis: h,
|
|
3624
3624
|
crossAxis: y,
|
|
@@ -3687,7 +3687,7 @@ const T1 = function(e) {
|
|
|
3687
3687
|
}
|
|
3688
3688
|
},
|
|
3689
3689
|
...u
|
|
3690
|
-
} =
|
|
3690
|
+
} = D2(e, t), d = {
|
|
3691
3691
|
x: r,
|
|
3692
3692
|
y: n
|
|
3693
3693
|
}, p = await B0(t, u), c = l2(Ke(s)), h = qn(c);
|
|
@@ -3733,7 +3733,7 @@ const T1 = function(e) {
|
|
|
3733
3733
|
apply: u = () => {
|
|
3734
3734
|
},
|
|
3735
3735
|
...d
|
|
3736
|
-
} =
|
|
3736
|
+
} = D2(e, t), p = await B0(t, d), c = Ke(s), h = Be(s), y = l2(s) === "y", {
|
|
3737
3737
|
width: f,
|
|
3738
3738
|
height: N
|
|
3739
3739
|
} = a.floating;
|
|
@@ -3750,8 +3750,8 @@ const T1 = function(e) {
|
|
|
3750
3750
|
availableWidth: k,
|
|
3751
3751
|
availableHeight: $
|
|
3752
3752
|
});
|
|
3753
|
-
const
|
|
3754
|
-
return f !==
|
|
3753
|
+
const z = await o.getDimensions(l.floating);
|
|
3754
|
+
return f !== z.width || N !== z.height ? {
|
|
3755
3755
|
reset: {
|
|
3756
3756
|
rects: !0
|
|
3757
3757
|
}
|
|
@@ -3818,7 +3818,7 @@ function os(e) {
|
|
|
3818
3818
|
return d2(e) ? e : e.contextElement;
|
|
3819
3819
|
}
|
|
3820
3820
|
const is = { x: 1, y: 1 };
|
|
3821
|
-
function
|
|
3821
|
+
function T2(e) {
|
|
3822
3822
|
const t = os(e);
|
|
3823
3823
|
if (!Ge(t)) return is;
|
|
3824
3824
|
const r = t.getBoundingClientRect(), { width: n, height: s, fallback: a } = rs(t);
|
|
@@ -3830,14 +3830,14 @@ function K2(e, t, r, n) {
|
|
|
3830
3830
|
t === void 0 && (t = !1), r === void 0 && (r = !1);
|
|
3831
3831
|
const o = e.getBoundingClientRect(), l = os(e);
|
|
3832
3832
|
let u = is;
|
|
3833
|
-
t && (n ? d2(n) && (u =
|
|
3833
|
+
t && (n ? d2(n) && (u = T2(n)) : u = T2(e));
|
|
3834
3834
|
const d = l ? Pe(l) : window, p = !as() && r;
|
|
3835
3835
|
let c = (o.left + (p && ((s = d.visualViewport) == null ? void 0 : s.offsetLeft) || 0)) / u.x, h = (o.top + (p && ((a = d.visualViewport) == null ? void 0 : a.offsetTop) || 0)) / u.y, y = o.width / u.x, f = o.height / u.y;
|
|
3836
3836
|
if (l) {
|
|
3837
3837
|
const N = Pe(l), M = n && d2(n) ? Pe(n) : n;
|
|
3838
3838
|
let m = N.frameElement;
|
|
3839
3839
|
for (; m && n && M !== N; ) {
|
|
3840
|
-
const v =
|
|
3840
|
+
const v = T2(m), D = m.getBoundingClientRect(), T = getComputedStyle(m);
|
|
3841
3841
|
D.x += (m.clientLeft + parseFloat(T.paddingLeft)) * v.x, D.y += (m.clientTop + parseFloat(T.paddingTop)) * v.y, c *= v.x, h *= v.y, y *= v.x, f *= v.y, c += D.x, h += D.y, m = Pe(m).frameElement;
|
|
3842
3842
|
}
|
|
3843
3843
|
}
|
|
@@ -3878,7 +3878,7 @@ function jr(e, t, r) {
|
|
|
3878
3878
|
}
|
|
3879
3879
|
return { width: u, height: d, x: p, y: c };
|
|
3880
3880
|
}(e, r)) : d2(t) ? R2(function(n, s) {
|
|
3881
|
-
const a = K2(n, !0, s === "fixed"), o = a.top + n.clientTop, l = a.left + n.clientLeft, u = Ge(n) ?
|
|
3881
|
+
const a = K2(n, !0, s === "fixed"), o = a.top + n.clientTop, l = a.left + n.clientLeft, u = Ge(n) ? T2(n) : { x: 1, y: 1 };
|
|
3882
3882
|
return { width: n.clientWidth * u.x, height: n.clientHeight * u.y, x: l * u.x, y: o * u.y };
|
|
3883
3883
|
}(t, r)) : R2(function(n) {
|
|
3884
3884
|
const s = u2(n), a = V0(n), o = n.ownerDocument.body, l = B2(s.scrollWidth, s.clientWidth, o.scrollWidth, o.clientWidth), u = B2(s.scrollHeight, s.clientHeight, o.scrollHeight, o.clientHeight);
|
|
@@ -3939,12 +3939,12 @@ const _1 = { getClippingRect: function(e) {
|
|
|
3939
3939
|
const u = { x: 0, y: 0 };
|
|
3940
3940
|
if ((s || !s && n !== "fixed") && ((p2(r) !== "body" || Q0(a)) && (o = V0(r)), Ge(r))) {
|
|
3941
3941
|
const d = K2(r);
|
|
3942
|
-
l =
|
|
3942
|
+
l = T2(r), u.x = d.x + r.clientLeft, u.y = d.y + r.clientTop;
|
|
3943
3943
|
}
|
|
3944
3944
|
return { width: t.width * l.x, height: t.height * l.y, x: t.x * l.x - o.scrollLeft * l.x + u.x, y: t.y * l.y - o.scrollTop * l.y + u.y };
|
|
3945
3945
|
}, isElement: d2, getDimensions: function(e) {
|
|
3946
3946
|
return Ge(e) ? rs(e) : e.getBoundingClientRect();
|
|
3947
|
-
}, getOffsetParent: Sr, getDocumentElement: u2, getScale:
|
|
3947
|
+
}, getOffsetParent: Sr, getDocumentElement: u2, getScale: T2, async getElementRects(e) {
|
|
3948
3948
|
let { reference: t, floating: r, strategy: n } = e;
|
|
3949
3949
|
const s = this.getOffsetParent || Sr, a = this.getDimensions;
|
|
3950
3950
|
return { reference: L1(t, await s(r), n), floating: { x: 0, y: 0, ...await a(r) } };
|
|
@@ -5444,7 +5444,7 @@ function pl() {
|
|
|
5444
5444
|
A[S] = v;
|
|
5445
5445
|
var $ = "$isDayjsObject", k = function(G) {
|
|
5446
5446
|
return G instanceof q || !(!G || !G[$]);
|
|
5447
|
-
},
|
|
5447
|
+
}, z = function G(L, P, R) {
|
|
5448
5448
|
var U;
|
|
5449
5449
|
if (!L) return S;
|
|
5450
5450
|
if (typeof L == "string") {
|
|
@@ -5462,12 +5462,12 @@ function pl() {
|
|
|
5462
5462
|
var P = typeof L == "object" ? L : {};
|
|
5463
5463
|
return P.date = G, P.args = arguments, new q(P);
|
|
5464
5464
|
}, j = T;
|
|
5465
|
-
j.l =
|
|
5465
|
+
j.l = z, j.i = k, j.w = function(G, L) {
|
|
5466
5466
|
return x(G, { locale: L.$L, utc: L.$u, x: L.$x, $offset: L.$offset });
|
|
5467
5467
|
};
|
|
5468
5468
|
var q = function() {
|
|
5469
5469
|
function G(P) {
|
|
5470
|
-
this.$L =
|
|
5470
|
+
this.$L = z(P.locale, null, !0), this.parse(P), this.$x = this.$x || P.x || {}, this[$] = !0;
|
|
5471
5471
|
}
|
|
5472
5472
|
var L = G.prototype;
|
|
5473
5473
|
return L.parse = function(P) {
|
|
@@ -5667,7 +5667,7 @@ function pl() {
|
|
|
5667
5667
|
return A[this.$L];
|
|
5668
5668
|
}, L.locale = function(P, R) {
|
|
5669
5669
|
if (!P) return this.$L;
|
|
5670
|
-
var U = this.clone(), Q =
|
|
5670
|
+
var U = this.clone(), Q = z(P, R, !0);
|
|
5671
5671
|
return Q && (U.$L = Q), U;
|
|
5672
5672
|
}, L.clone = function() {
|
|
5673
5673
|
return j.w(this.$d, this);
|
|
@@ -5687,7 +5687,7 @@ function pl() {
|
|
|
5687
5687
|
};
|
|
5688
5688
|
}), x.extend = function(G, L) {
|
|
5689
5689
|
return G.$i || (G(L, q, x), G.$i = !0), x;
|
|
5690
|
-
}, x.locale =
|
|
5690
|
+
}, x.locale = z, x.isDayjs = k, x.unix = function(G) {
|
|
5691
5691
|
return x(1e3 * G);
|
|
5692
5692
|
}, x.en = A[S], x.Ls = A, x.p = {}, x;
|
|
5693
5693
|
});
|
|
@@ -5731,9 +5731,9 @@ le.extend(Ml);
|
|
|
5731
5731
|
le.extend(Nl);
|
|
5732
5732
|
const $l = (e, t) => {
|
|
5733
5733
|
const { active: r, disabled: n, readonly: s, error: a, currentYear: o, minMaxYear: l, restDays: u, disabledDates: d } = Me(e), p = Ee(e, "modelValue", t), c = E(() => {
|
|
5734
|
-
const _ =
|
|
5734
|
+
const _ = O("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
5735
5735
|
"spr-text-color-on-fill-disabled": n.value
|
|
5736
|
-
}), Z =
|
|
5736
|
+
}), Z = O(
|
|
5737
5737
|
"spr-flex spr-justify-between spr-items-center spr-gap-6 spr-rounded-lg spr-bg-white-50 spr-min-w-[180px] spr-py-1.5 spr-px-3",
|
|
5738
5738
|
{
|
|
5739
5739
|
// Normal State
|
|
@@ -5747,7 +5747,7 @@ const $l = (e, t) => {
|
|
|
5747
5747
|
// Readonly State
|
|
5748
5748
|
"spr-cursor-default": s.value
|
|
5749
5749
|
}
|
|
5750
|
-
), J =
|
|
5750
|
+
), J = O(
|
|
5751
5751
|
"spr-h-full spr-border-none spr-bg-transparent spr-outline-none",
|
|
5752
5752
|
"spr-font-size-200",
|
|
5753
5753
|
"placeholder:spr-text-color-weak",
|
|
@@ -5756,7 +5756,7 @@ const $l = (e, t) => {
|
|
|
5756
5756
|
"spr-text-color-on-fill-disabled": n.value || s.value,
|
|
5757
5757
|
"spr-cursor-not-allowed": n.value
|
|
5758
5758
|
}
|
|
5759
|
-
), ce =
|
|
5759
|
+
), ce = O(
|
|
5760
5760
|
"spr-body-sm-regular",
|
|
5761
5761
|
"spr-flex spr-items-center spr-gap-size-spacing-5xs",
|
|
5762
5762
|
"spr-mt-size-spacing-4xs",
|
|
@@ -5764,15 +5764,15 @@ const $l = (e, t) => {
|
|
|
5764
5764
|
"spr-text-color-danger-base": a.value,
|
|
5765
5765
|
"spr-text-color-supporting": !a.value
|
|
5766
5766
|
}
|
|
5767
|
-
), Ne =
|
|
5767
|
+
), Ne = O(
|
|
5768
5768
|
"spr-relative spr-box-border spr-flex spr-h-[40px] spr-items-center spr-justify-center spr-p-2",
|
|
5769
5769
|
"spr-transition spr-duration-150 spr-ease-in-out"
|
|
5770
|
-
), Ie =
|
|
5770
|
+
), Ie = O(
|
|
5771
5771
|
"spr-subheading-xs spr-relative spr-flex spr-cursor-pointer spr-items-center spr-justify-center spr-rounded-lg spr-p-4",
|
|
5772
5772
|
"spr-border spr-border-solid",
|
|
5773
5773
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
5774
5774
|
"active:spr-scale-95"
|
|
5775
|
-
), xe =
|
|
5775
|
+
), xe = O(
|
|
5776
5776
|
"spr-subheading-xs spr-relative spr-flex spr-cursor-pointer spr-items-center spr-justify-center spr-rounded-lg spr-p-4",
|
|
5777
5777
|
"spr-border spr-border-solid",
|
|
5778
5778
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
@@ -5799,37 +5799,37 @@ const $l = (e, t) => {
|
|
|
5799
5799
|
fullText: le().month(Z).format("MMMM"),
|
|
5800
5800
|
monthValue: Z
|
|
5801
5801
|
}))
|
|
5802
|
-
), S = H(""), A = H(""), $ = H(""), k = H([]),
|
|
5802
|
+
), S = H(""), A = H(""), $ = H(""), k = H([]), z = H({
|
|
5803
5803
|
selectedMonth: le().month(),
|
|
5804
5804
|
selectedYear: Number(o.value),
|
|
5805
5805
|
calendarDays: []
|
|
5806
5806
|
}), x = E(
|
|
5807
|
-
() => le().year(
|
|
5807
|
+
() => le().year(z.value.selectedYear).month(z.value.selectedMonth).isSame(le().year(l.value.min).month(0), "month")
|
|
5808
5808
|
), j = E(
|
|
5809
|
-
() => le().year(
|
|
5809
|
+
() => le().year(z.value.selectedYear).month(z.value.selectedMonth).isSame(le().year(l.value.max).month(11), "month")
|
|
5810
5810
|
), q = () => {
|
|
5811
|
-
const _ = le().year(
|
|
5811
|
+
const _ = le().year(z.value.selectedYear).month(z.value.selectedMonth).startOf("month").day(), Z = le().year(z.value.selectedYear).month(z.value.selectedMonth).endOf("month").date(), J = _, ce = J + Z, Ne = ce % 7 === 0 ? 0 : 7 - ce % 7, Ie = [];
|
|
5812
5812
|
for (let xe = J; xe > 0; xe--) {
|
|
5813
|
-
const _2 = le().year(
|
|
5813
|
+
const _2 = le().year(z.value.selectedYear).month(z.value.selectedMonth).date(-xe + 1);
|
|
5814
5814
|
Ie.push({ date: _2, inactive: !0 });
|
|
5815
5815
|
}
|
|
5816
5816
|
for (let xe = 1; xe <= Z; xe++) {
|
|
5817
|
-
const _2 = le().year(
|
|
5817
|
+
const _2 = le().year(z.value.selectedYear).month(z.value.selectedMonth).date(xe);
|
|
5818
5818
|
Ie.push({ date: _2, inactive: !1 });
|
|
5819
5819
|
}
|
|
5820
5820
|
for (let xe = 1; xe <= Ne; xe++) {
|
|
5821
|
-
const _2 = le().year(
|
|
5821
|
+
const _2 = le().year(z.value.selectedYear).month(z.value.selectedMonth + 1).date(xe);
|
|
5822
5822
|
Ie.push({ date: _2, inactive: !0 });
|
|
5823
5823
|
}
|
|
5824
|
-
|
|
5824
|
+
z.value.calendarDays = Ie.map((xe) => ({ ...xe, date: xe.date.toDate() }));
|
|
5825
5825
|
}, oe = () => {
|
|
5826
5826
|
if (x.value) return;
|
|
5827
|
-
const _ = le().year(
|
|
5828
|
-
|
|
5827
|
+
const _ = le().year(z.value.selectedYear).month(z.value.selectedMonth).subtract(1, "month");
|
|
5828
|
+
z.value.selectedMonth = _.month(), z.value.selectedYear = _.year(), q();
|
|
5829
5829
|
}, G = () => {
|
|
5830
5830
|
if (j.value) return;
|
|
5831
|
-
const _ = le().year(
|
|
5832
|
-
|
|
5831
|
+
const _ = le().year(z.value.selectedYear).month(z.value.selectedMonth).add(1, "month");
|
|
5832
|
+
z.value.selectedMonth = _.month(), z.value.selectedYear = _.year(), q();
|
|
5833
5833
|
}, L = (_) => {
|
|
5834
5834
|
const Z = u.value.map((J) => {
|
|
5835
5835
|
var ce;
|
|
@@ -5903,13 +5903,13 @@ const $l = (e, t) => {
|
|
|
5903
5903
|
return !1;
|
|
5904
5904
|
}, ve = (_) => {
|
|
5905
5905
|
const Z = le(_.date, "MM-DD-YYYY"), J = Z.format("MM"), ce = Z.format("DD"), Ne = Z.format("YYYY");
|
|
5906
|
-
S.value = J, A.value = ce, $.value = Ne,
|
|
5906
|
+
S.value = J, A.value = ce, $.value = Ne, z.value.selectedMonth = _.date.getMonth(), z.value.selectedYear = _.date.getFullYear(), z2(), q(), L2(), o0(), k.value = [], t("getDateErrors", k.value), setTimeout(() => {
|
|
5907
5907
|
M.value = !1;
|
|
5908
5908
|
}, 100);
|
|
5909
5909
|
}, se = (_) => {
|
|
5910
5910
|
m.value = "tab-calendar";
|
|
5911
5911
|
const Z = _.monthValue + 1, J = Z < 10 ? `0${Z}` : `${Z}`;
|
|
5912
|
-
S.value = J,
|
|
5912
|
+
S.value = J, z.value.selectedMonth = _.monthValue, z2(), q(), L2(), k.value = [], t("getDateErrors", k.value);
|
|
5913
5913
|
}, F = H({
|
|
5914
5914
|
currentPage: 0,
|
|
5915
5915
|
itemsPerPage: 12,
|
|
@@ -5921,14 +5921,14 @@ const $l = (e, t) => {
|
|
|
5921
5921
|
const _ = F.value.currentPage * F.value.itemsPerPage, Z = F.value.yearsArray.slice(_);
|
|
5922
5922
|
return Z.length < F.value.itemsPerPage ? Z : F.value.yearsArray.slice(_, _ + F.value.itemsPerPage);
|
|
5923
5923
|
}), Je = () => {
|
|
5924
|
-
const _ = F.value.yearsArray.indexOf(
|
|
5924
|
+
const _ = F.value.yearsArray.indexOf(z.value.selectedYear);
|
|
5925
5925
|
_ !== -1 && (F.value.currentPage = Math.floor(_ / F.value.itemsPerPage));
|
|
5926
5926
|
}, Zs = () => {
|
|
5927
5927
|
F.value.currentPage > 0 && F.value.currentPage--;
|
|
5928
5928
|
}, Gs = () => {
|
|
5929
5929
|
(F.value.currentPage + 1) * F.value.itemsPerPage < F.value.yearsArray.length && F.value.currentPage++;
|
|
5930
5930
|
}, Ws = E(() => F.value.currentPage === 0), Ks = E(() => (F.value.currentPage + 1) * F.value.itemsPerPage >= F.value.yearsArray.length), Js = (_) => {
|
|
5931
|
-
m.value = "tab-calendar", $.value = _,
|
|
5931
|
+
m.value = "tab-calendar", $.value = _, z.value.selectedYear = Number(_), z2(), q(), L2(), k.value = [], t("getDateErrors", k.value);
|
|
5932
5932
|
}, Xs = E(() => n.value || s.value), or = (_) => {
|
|
5933
5933
|
var Z, J;
|
|
5934
5934
|
switch (_) {
|
|
@@ -5950,11 +5950,11 @@ const $l = (e, t) => {
|
|
|
5950
5950
|
}, ir = () => {
|
|
5951
5951
|
if (p.value) {
|
|
5952
5952
|
const _ = le(p.value, "MM-DD-YYYY"), Z = _.format("MM"), J = _.format("DD"), ce = _.format("YYYY");
|
|
5953
|
-
a0(), S.value = Z, A.value = J, $.value = ce, p.value = `${Z}-${J}-${ce}`,
|
|
5953
|
+
a0(), S.value = Z, A.value = J, $.value = ce, p.value = `${Z}-${J}-${ce}`, z.value.selectedMonth = _.get("month"), z.value.selectedYear = _.get("year"), z2(), q(), L2(), t("getInputValue", `${Z}-${J}-${ce}`);
|
|
5954
5954
|
}
|
|
5955
5955
|
}, s0 = (_, Z) => T.value.find(
|
|
5956
5956
|
(J) => J[_].toString().toLowerCase() === Z.toString().toLowerCase()
|
|
5957
|
-
), qs = (_) =>
|
|
5957
|
+
), qs = (_) => O(c.value.datePickerInputClasses, `spr-w-[${_}] spr-min-w-[${_}]`), ea = (_) => O("spr-cursor-pointer", {
|
|
5958
5958
|
"spr-background-color-pressed !spr-shadow-button": m.value === _
|
|
5959
5959
|
}), ta = () => {
|
|
5960
5960
|
S.value = S.value.replace(/[^A-Za-z0-9\s]/g, "").toLocaleUpperCase(), k.value = [], t("getDateErrors", k.value), z2(), a0(), o0();
|
|
@@ -5980,7 +5980,7 @@ const $l = (e, t) => {
|
|
|
5980
5980
|
if (J && ce) {
|
|
5981
5981
|
k.value = k.value.filter((Ie) => Ie.title !== "Invalid Date");
|
|
5982
5982
|
const Ne = (_ = s0("text", S.value)) == null ? void 0 : _.monthValue;
|
|
5983
|
-
|
|
5983
|
+
z.value.selectedMonth = Number(Ne), z.value.selectedYear = Number($.value), q(), L2();
|
|
5984
5984
|
} else if (!k.value.some((Ie) => Ie.title === "Invalid Date")) {
|
|
5985
5985
|
let Ie;
|
|
5986
5986
|
ce ? Ie = "Invalid Date Format. Please use MM/DD/YYYY" : Ie = `Year must be between ${l.value.min} and ${l.value.max}.`, k.value.push({
|
|
@@ -6087,7 +6087,7 @@ const $l = (e, t) => {
|
|
|
6087
6087
|
monthInput: S,
|
|
6088
6088
|
yearInput: $,
|
|
6089
6089
|
datePickerErrors: k,
|
|
6090
|
-
calendarTabPageData:
|
|
6090
|
+
calendarTabPageData: z,
|
|
6091
6091
|
calendarTabIsMinMonth: x,
|
|
6092
6092
|
calendarTabIsMaxMonth: j,
|
|
6093
6093
|
calendarTabPrevMonth: oe,
|
|
@@ -6173,7 +6173,7 @@ const $l = (e, t) => {
|
|
|
6173
6173
|
calendarTabIsActiveMonthDates: A,
|
|
6174
6174
|
calendarTabIsInactiveMonthDates: $,
|
|
6175
6175
|
calendarTabIsSelectedDate: k,
|
|
6176
|
-
calendarTabIsUnSelectedDate:
|
|
6176
|
+
calendarTabIsUnSelectedDate: z,
|
|
6177
6177
|
calendarTabIsDateIsDisabled: x,
|
|
6178
6178
|
calendarTabHandleDateInput: j,
|
|
6179
6179
|
getMonthObject: q,
|
|
@@ -6323,7 +6323,7 @@ const $l = (e, t) => {
|
|
|
6323
6323
|
// Selected Date
|
|
6324
6324
|
"spr-background-color-brand-base active:spr-background-color-brand-pressed spr-text-color-inverted-strong spr-cursor-pointer spr-text-white-50 active:spr-scale-95": i(k)(F),
|
|
6325
6325
|
// Unselected Date
|
|
6326
|
-
"hover:spr-background-color-hover spr-border-color-weak active:spr-background-color-pressed spr-cursor-pointer spr-border spr-border-solid active:spr-scale-95": i(
|
|
6326
|
+
"hover:spr-background-color-hover spr-border-color-weak active:spr-background-color-pressed spr-cursor-pointer spr-border spr-border-solid active:spr-scale-95": i(z)(F),
|
|
6327
6327
|
// Disabled Dates
|
|
6328
6328
|
"spr-cursor-not-allowed spr-opacity-30": i(x)(F)
|
|
6329
6329
|
}
|
|
@@ -6576,9 +6576,9 @@ const $l = (e, t) => {
|
|
|
6576
6576
|
c.value = [...r.value];
|
|
6577
6577
|
return;
|
|
6578
6578
|
}
|
|
6579
|
-
const
|
|
6579
|
+
const z = T(r.value), x = S(r.value), j = S(z);
|
|
6580
6580
|
x.length > 0 ? c.value = T(x) : j.length > 0 ? c.value = j : c.value = [];
|
|
6581
|
-
}, T = (
|
|
6581
|
+
}, T = (z) => z.reduce((x, j) => {
|
|
6582
6582
|
if (j.sublevel) {
|
|
6583
6583
|
const q = j.sublevel.map((oe) => ({
|
|
6584
6584
|
...oe,
|
|
@@ -6591,7 +6591,7 @@ const $l = (e, t) => {
|
|
|
6591
6591
|
return [...x, ...q];
|
|
6592
6592
|
}
|
|
6593
6593
|
return x;
|
|
6594
|
-
}, []), S = (
|
|
6594
|
+
}, []), S = (z) => z.filter((x) => {
|
|
6595
6595
|
const j = n.value.toLowerCase().trim();
|
|
6596
6596
|
return x.text.toLowerCase().includes(j);
|
|
6597
6597
|
});
|
|
@@ -6606,15 +6606,15 @@ const $l = (e, t) => {
|
|
|
6606
6606
|
},
|
|
6607
6607
|
{ distance: 10 }
|
|
6608
6608
|
);
|
|
6609
|
-
const A = (
|
|
6610
|
-
e.ladderized || (u.value =
|
|
6609
|
+
const A = (z) => {
|
|
6610
|
+
e.ladderized || (u.value = z.map((x) => x.value.toString())), a.value || (e.ladderized && e.searchString !== "" && (u.value = [z[0].subvalue ?? "", z[0].value]), setTimeout(() => {
|
|
6611
6611
|
h.value = !1;
|
|
6612
6612
|
}, 10));
|
|
6613
|
-
}, $ = (
|
|
6614
|
-
k(
|
|
6615
|
-
}, k = (
|
|
6613
|
+
}, $ = (z) => {
|
|
6614
|
+
k(z) && (h.value = !1);
|
|
6615
|
+
}, k = (z) => {
|
|
6616
6616
|
let x = c.value;
|
|
6617
|
-
return
|
|
6617
|
+
return z.forEach((j) => {
|
|
6618
6618
|
var q;
|
|
6619
6619
|
x = ((q = x.find((oe) => j === oe.value)) == null ? void 0 : q.sublevel) ?? [];
|
|
6620
6620
|
}), !(x.length > 0);
|
|
@@ -6662,7 +6662,7 @@ const $l = (e, t) => {
|
|
|
6662
6662
|
}, t3 = {
|
|
6663
6663
|
"update:modelValue": (e) => e
|
|
6664
6664
|
}, r3 = (e, t) => {
|
|
6665
|
-
const r = Ee(e, "modelValue", t), { menuList: n, groupItemsBy: s, multiSelect: a, preSelectedItems: o } = Me(e), l = E(() => ({ listItemClasses:
|
|
6665
|
+
const r = Ee(e, "modelValue", t), { menuList: n, groupItemsBy: s, multiSelect: a, preSelectedItems: o } = Me(e), l = E(() => ({ listItemClasses: O(
|
|
6666
6666
|
"spr-flex spr-cursor-pointer spr-items-center spr-gap-1.5 spr-rounded-lg spr-p-2",
|
|
6667
6667
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
6668
6668
|
"hover:spr-background-color-hover",
|
|
@@ -7097,13 +7097,13 @@ const $l = (e, t) => {
|
|
|
7097
7097
|
}
|
|
7098
7098
|
}, T3 = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4843_5570)'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3cg%20clip-path='url(%23clip1_4843_5570)'%3e%3cpath%20d='M33.9068%20100.598C34.7864%2098.712%2035.6653%2096.7974%2036.047%2094.7534C36.4287%2092.7093%2036.2685%2090.4909%2035.1752%2088.718C34.082%2086.945%2031.9293%2085.7428%2029.8751%2086.1436C28.1878%2086.4728%2026.8331%2087.7923%2026.0398%2089.3073C25.2465%2090.8222%2024.9282%2092.5308%2024.6197%2094.2106C24.52%2092.3023%2024.4144%2090.3632%2023.776%2088.5605C23.1376%2086.7579%2021.8806%2085.0779%2020.089%2084.3804C18.2975%2083.6828%2015.9669%2084.2314%2015.0227%2085.8964C13.6924%2088.2422%2015.4563%2091.5326%2013.9267%2093.7553C13.6643%2091.5257%2011.3164%2089.7642%209.08488%2090.1227C6.85338%2090.4813%205.18467%2092.8882%205.64372%2095.0861C5.91687%2096.394%206.81547%2097.5064%207.88981%2098.3101C8.96415%2099.1137%2010.2136%20100.045%2011.4497%20100.572L33.9068%20100.598Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M6.81533%2091.6981C8.5879%2092.3133%2010.3768%2092.9355%2011.995%2093.8974C13.4454%2094.7595%2014.7369%2095.9202%2015.5526%2097.4066C15.9995%2098.2041%2016.2648%2099.0891%2016.3299%2099.9994C16.3417%20100.19%2016.6416%20100.191%2016.6298%2099.9994C16.5249%2098.3042%2015.6929%2096.7529%2014.5409%2095.526C13.2778%2094.1808%2011.6411%2093.2621%209.95115%2092.5493C8.94917%2092.1267%207.92228%2091.7675%206.89506%2091.4109C6.71251%2091.3476%206.63403%2091.6351%206.81533%2091.6981Z'%20fill='white'%20/%3e%3cpath%20d='M17.0397%2084.6759C18.1287%2086.4776%2019.0008%2088.4%2019.638%2090.4038C20.2765%2092.4068%2020.6786%2094.4767%2020.8364%2096.5718C20.9238%2097.7447%2020.9333%2098.922%2020.865%20100.096C20.8539%20100.287%2021.1538%20100.287%2021.1648%20100.096C21.2858%2097.9792%2021.1568%2095.8556%2020.7804%2093.7686C20.4047%2091.6818%2019.787%2089.6452%2018.9399%2087.6993C18.4644%2086.6064%2017.9161%2085.5461%2017.2986%2084.5256C17.2778%2084.493%2017.2451%2084.4696%2017.2073%2084.4604C17.1695%2084.4513%2017.1296%2084.457%2017.096%2084.4765C17.0624%2084.496%2017.0378%2084.5277%2017.0272%2084.5649C17.0167%2084.6021%2017.0212%2084.6419%2017.0397%2084.6759Z'%20fill='white'%20/%3e%3cpath%20d='M31.7166%2086.3865C30.1762%2089.8234%2029.0921%2093.4445%2028.4917%2097.1588C28.3232%2098.2022%2028.1927%2099.2506%2028.1003%20100.304C28.0835%20100.495%2028.3835%20100.494%2028.4001%20100.304C28.7267%2096.5981%2029.5333%2092.9493%2030.8%2089.4482C31.156%2088.4639%2031.5478%2087.4934%2031.9755%2086.5368C32.0531%2086.3632%2031.7948%2086.2115%2031.7166%2086.3865Z'%20fill='white'%20/%3e%3cpath%20d='M84.9008%20104.655L84.8767%20102.806L76.0999%20102.919L76.124%20104.767L84.9008%20104.655Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M88.0195%20105.067L86.7661%20105.064L85.9913%20103.691L86.8288%20102.323L87.9933%20102.326C87.7017%20101.958%2087.3012%20101.689%2086.8481%20101.558C86.395%20101.427%2085.912%20101.44%2085.4668%20101.596C85.0215%20101.751%2084.6364%20102.041%2084.3654%20102.424C84.0944%20102.808%2083.951%20103.266%2083.9555%20103.735C83.96%20104.203%2084.112%20104.659%2084.3903%20105.037C84.6686%20105.416%2085.0592%20105.698%2085.5073%20105.845C85.9555%20105.992%2086.4387%20105.996%2086.8892%20105.857C87.3397%20105.717%2087.7349%20105.441%2088.0195%20105.067Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M72.9813%20105.067L74.2346%20105.064L75.0095%20103.691L74.172%20102.323L73.0074%20102.326C73.2991%20101.958%2073.6995%20101.689%2074.1526%20101.558C74.6057%20101.427%2075.0888%20101.44%2075.534%20101.596C75.9792%20101.751%2076.3644%20102.041%2076.6354%20102.424C76.9064%20102.808%2077.0497%20103.266%2077.0452%20103.735C77.0408%20104.203%2076.8887%20104.659%2076.6104%20105.037C76.3321%20105.416%2075.9416%20105.698%2075.4934%20105.845C75.0453%20105.992%2074.5621%20105.996%2074.1116%20105.857C73.6611%20105.717%2073.2658%20105.441%2072.9813%20105.067Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M123.812%20100.759H-5.81159C-5.86156%20100.759%20-5.90948%20100.739%20-5.94482%20100.704C-5.98015%20100.669%20-6%20100.622%20-6%20100.572C-6%20100.522%20-5.98015%20100.475%20-5.94482%20100.44C-5.90948%20100.405%20-5.86156%20100.385%20-5.81159%20100.385H123.812C123.862%20100.385%20123.909%20100.405%20123.945%20100.44C123.98%20100.475%20124%20100.522%20124%20100.572C124%20100.622%20123.98%20100.669%20123.945%20100.704C123.909%20100.739%20123.862%20100.759%20123.812%20100.759Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M95.8307%2065.2121C99.2645%2065.2121%20102.048%2062.4479%20102.048%2059.0381C102.048%2055.6283%2099.2645%2052.8641%2095.8307%2052.8641C92.397%2052.8641%2089.6133%2055.6283%2089.6133%2059.0381C89.6133%2062.4479%2092.397%2065.2121%2095.8307%2065.2121Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M98.3503%2093.6977L98.8292%2095.9415L107.773%2095.1753L107.066%2091.8636L98.3503%2093.6977Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M97.6544%20100.711L96.1494%2093.6585L98.8933%2093.0811L99.8168%2097.4085C99.971%2098.1311%2099.8298%2098.885%2099.4242%2099.5043C99.0187%20100.124%2098.3821%20100.557%2097.6544%20100.711Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M92.7472%2093.578L91.7406%2095.6426L83.2427%2092.7694L84.7285%2089.7227L92.7472%2093.578Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M90.4277%2096.8314L92.3689%2092.8501L94.8934%2094.0638L91.7298%20100.552C91.3983%20100.393%2091.1016%20100.17%2090.8568%2099.8967C90.6119%2099.6235%2090.4237%2099.305%2090.3028%2098.9595C90.1819%2098.614%2090.1307%2098.2483%2090.1521%2097.8832C90.1735%2097.518%2090.2672%2097.1606%2090.4277%2096.8314Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M76.0054%2089.5008C76.2963%2089.5546%2076.5955%2089.5443%2076.882%2089.4709C77.1685%2089.3974%2077.4353%2089.2624%2077.6636%2089.0755C77.8918%2088.8886%2078.0761%2088.6542%2078.2033%2088.3889C78.3305%2088.1236%2078.3976%2087.8339%2078.3998%2087.54L92.4123%2074.7111L88.9324%2072.0347L76.2456%2085.4946C75.7483%2085.5236%2075.279%2085.7327%2074.9266%2086.0823C74.5742%2086.432%2074.3632%2086.8979%2074.3336%2087.3917C74.3039%2087.8855%2074.4578%2088.373%2074.7659%2088.7617C75.074%2089.1504%2075.515%2089.4134%2076.0054%2089.5008Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M95.0504%2065.4908C97.6061%2065.4908%2099.6779%2063.4335%2099.6779%2060.8957C99.6779%2058.3578%2097.6061%2056.3005%2095.0504%2056.3005C92.4948%2056.3005%2090.423%2058.3578%2090.423%2060.8957C90.423%2063.4335%2092.4948%2065.4908%2095.0504%2065.4908Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M99.2032%2087.9067C95.9572%2087.9068%2092.0479%2087.2279%2089.6362%2084.4499L89.5819%2084.3873L89.6378%2084.3259C89.656%2084.3059%2091.4302%2082.2925%2089.6587%2078.7018L87.223%2079.4459L84.7982%2076.2675L86.1414%2072.2658L91.6386%2067.8685C92.4263%2067.2419%2093.3853%2066.8646%2094.3914%2066.7854C96.2121%2066.6106%2097.9858%2066.109%2099.6261%2065.3049C100.377%2064.9428%20101.203%2064.7634%20102.038%2064.7814L102.146%2064.7844C102.4%2064.7915%20102.649%2064.8497%20102.88%2064.9555C103.11%2065.0612%20103.316%2065.2123%20103.486%2065.3996C103.656%2065.5869%20103.786%2065.8066%20103.868%2066.0452C103.949%2066.2837%20103.982%2066.5364%20103.962%2066.7877C103.589%2071.5828%20102.931%2083.1662%20104.865%2087.1545L104.915%2087.2576L104.803%2087.2857C102.965%2087.6964%20101.087%2087.9046%2099.2032%2087.9067Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M90.2728%2084.3888C90.2728%2084.3888%2078.0264%2083.2662%2076.7075%2086.821C75.3887%2090.3757%2076.8959%2092.0595%2079.1568%2092.8078C81.4177%2093.5562%2086.8815%2094.4916%2086.8815%2094.4916L89.3307%2091.4982L95.7365%2091.8724C95.7365%2091.8724%20102.874%2095.9833%20104.848%20100.38C105.271%20101.332%20105.946%20102.151%20106.802%20102.752C107.657%20103.353%20108.66%20103.713%20109.704%20103.792C111.287%20103.902%20112.693%20103.308%20112.693%20100.853C112.693%2095.24%20104.78%2087.1951%20104.78%2087.1951L90.2728%2084.3888Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M80.9467%2089.9079C80.9467%2089.9079%2084.1496%2088.9725%2089.2365%2091.4046L80.9467%2089.9079Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M90.4341%2057.9652C92.2413%2059.0607%2094.2787%2059.7273%2096.3876%2059.9132L95.7601%2059.1665C96.217%2059.3343%2096.6978%2059.4291%2097.1846%2059.4474C97.4284%2059.4544%2097.6704%2059.4046%2097.8912%2059.302C98.112%2059.1993%2098.3056%2059.0467%2098.4563%2058.8563C98.5794%2058.6587%2098.6525%2058.4344%2098.6694%2058.2026C98.6863%2057.9708%2098.6465%2057.7384%2098.5534%2057.5252C98.3622%2057.0999%2098.0645%2056.7303%2097.6887%2056.4516C97.0227%2055.9284%2096.2367%2055.577%2095.4007%2055.4286C94.5647%2055.2802%2093.7048%2055.3396%2092.8975%2055.6013C92.3437%2055.7656%2091.8478%2056.0815%2091.4664%2056.5128C91.279%2056.7301%2091.1488%2056.9901%2091.0876%2057.2697C91.0263%2057.5492%2091.0359%2057.8395%2091.1155%2058.1145'%20fill='%232F2E41'%20/%3e%3cpath%20d='M95.7974%2054.2924C96.6196%2052.3967%2097.8503%2050.703%2099.4029%2049.3305C100.4%2048.4507%20101.564%2047.6948%20102.878%2047.4666C104.192%2047.2384%20105.673%2047.6293%20106.479%2048.6848C107.138%2049.5478%20107.261%2050.704%20107.188%2051.7847C107.116%2052.8653%20106.873%2053.9355%20106.896%2055.0184C106.92%2056.1232%20107.221%2057.2047%20107.772%2058.1646C108.324%2059.1246%20109.108%2059.9325%20110.054%2060.5152C110.999%2061.0978%20112.076%2061.4367%20113.187%2061.5011C114.298%2061.5655%20115.408%2061.3533%20116.416%2060.8838C115.281%2061.5066%20114.397%2062.4924%20113.344%2063.2427C112.29%2063.993%20110.901%2064.5074%20109.705%2064.0117C108.439%2063.4871%20107.859%2062.0623%20107.405%2060.7769L105.383%2055.0445C105.04%2054.0701%20104.679%2053.0667%20103.978%2052.3045C103.276%2051.5424%20102.138%2051.0778%20101.172%2051.461C100.441%2051.7514%2099.9641%2052.4446%2099.5463%2053.1082C99.1285%2053.7717%2098.6878%2054.4776%2097.9819%2054.8255C97.276%2055.1734%2096.23%2054.9592%2095.9993%2054.211'%20fill='%232F2E41'%20/%3e%3cpath%20d='M95.6686%2082.0918L94.3691%2083.416L100.656%2089.499L101.955%2088.1749L95.6686%2082.0918Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M100.734%2088.2839C100.477%2088.5458%20100.304%2088.8775%20100.237%2089.237C100.169%2089.5966%20100.211%2089.9678%20100.356%2090.3038C100.502%2090.6398%20100.744%2090.9255%20101.053%2091.1247C101.362%2091.3239%20101.723%2091.4277%20102.091%2091.423C102.46%2091.4182%20102.818%2091.3052%20103.122%2091.0981C103.425%2090.891%20103.66%2090.5992%20103.796%2090.2596C103.933%2089.92%20103.965%2089.5478%20103.889%2089.1901C103.812%2088.8324%20103.63%2088.5053%20103.367%2088.2501C103.013%2087.9078%20102.537%2087.7192%20102.043%2087.7255C101.549%2087.7318%20101.078%2087.9327%20100.734%2088.2839ZM102.639%2090.1272C102.529%2090.2395%20102.387%2090.3168%20102.233%2090.3493C102.079%2090.3819%20101.918%2090.3683%20101.771%2090.3102C101.625%2090.2521%20101.499%2090.1521%20101.41%2090.0229C101.32%2089.8938%20101.271%2089.7412%20101.269%2089.5845C101.267%2089.4278%20101.312%2089.274%20101.398%2089.1426C101.484%2089.0111%20101.607%2088.908%20101.752%2088.8462C101.897%2088.7843%20102.058%2088.7666%20102.213%2088.7951C102.368%2088.8237%20102.511%2088.8974%20102.624%2089.0067C102.776%2089.1534%20102.862%2089.3538%20102.865%2089.564C102.868%2089.7741%20102.786%2089.9767%20102.639%2090.1272Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M93.757%2079.6104L94.6407%2080.493L94.2111%2082.0077L92.6448%2082.387L91.8237%2081.567C91.7676%2082.0323%2091.8595%2082.5033%2092.0866%2082.9141C92.3137%2083.3249%2092.6646%2083.6548%2093.09%2083.8576C93.5154%2084.0604%2093.9941%2084.1259%2094.4589%2084.045C94.9238%2083.964%2095.3514%2083.7406%2095.6819%2083.4061C96.0124%2083.0716%2096.2293%2082.6428%2096.302%2082.1798C96.3747%2081.7168%2096.2997%2081.2427%2096.0874%2080.8242C95.8752%2080.4056%2095.5363%2080.0635%2095.1184%2079.8459C94.7005%2079.6282%2094.2244%2079.5458%2093.757%2079.6104Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M97.385%2087.9228C97.3052%2087.9227%2097.2254%2087.9184%2097.1461%2087.9096C96.681%2087.8561%2096.2478%2087.648%2095.9167%2087.3192C95.5856%2086.9904%2095.3762%2086.5602%2095.3223%2086.0984C95.2892%2085.8102%2095.3178%2085.5184%2095.4062%2085.242C95.4946%2084.9656%2095.6408%2084.7109%2095.8352%2084.4945C96.0297%2084.2781%2096.268%2084.105%2096.5345%2083.9864C96.801%2083.8679%2097.0897%2083.8066%2097.3818%2083.8065C97.4742%2083.807%2097.5665%2083.8138%2097.658%2083.827L103.984%2077.1394L103.324%2074.9534L106.641%2073.4769L107.57%2075.7332C107.882%2076.4976%20107.937%2077.3413%20107.727%2078.1391C107.518%2078.9369%20107.054%2079.6463%20106.407%2080.1621L99.4429%2085.6627C99.4503%2085.7297%2099.454%2085.7971%2099.4542%2085.8645C99.454%2086.1539%2099.3925%2086.44%2099.2735%2086.7043C99.1546%2086.9685%2098.981%2087.2049%2098.7639%2087.398C98.386%2087.7371%2097.8944%2087.9242%2097.385%2087.9228Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M102.331%2065.6798C102.55%2065.583%20102.787%2065.5312%20103.027%2065.5276C103.267%2065.5239%20103.505%2065.5685%20103.727%2065.6586C103.95%2065.7487%20104.151%2065.8825%20104.32%2066.0519C104.489%2066.2213%20104.621%2066.4229%20104.71%2066.6445L107.983%2074.8472L102.896%2078.2148L102.331%2065.6798Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M78.4974%2067.5951V26.7263C78.4956%2025.4734%2077.9936%2024.2722%2077.1014%2023.3863C76.2092%2022.5003%2074.9996%2022.0018%2073.7378%2022H9.06376C7.802%2022.0018%206.59242%2022.5003%205.70022%2023.3863C4.80801%2024.2722%204.30599%2025.4734%204.3042%2026.7263V67.5951C4.30599%2068.8481%204.80801%2070.0492%205.70022%2070.9352C6.59242%2071.8211%207.802%2072.3197%209.06376%2072.3214H73.7378C74.9996%2072.3197%2076.2092%2071.8211%2077.1014%2070.9352C77.9936%2070.0492%2078.4956%2068.8481%2078.4974%2067.5951ZM9.06376%2071.7654C7.95037%2071.764%206.88297%2071.3242%206.09568%2070.5424C5.30839%2069.7607%204.8655%2068.7007%204.86415%2067.5951V26.7263C4.8655%2025.6207%205.30839%2024.5608%206.09568%2023.779C6.88297%2022.9972%207.95037%2022.5574%209.06376%2022.556H73.7378C74.8512%2022.5574%2075.9186%2022.9972%2076.7059%2023.779C77.4932%2024.5608%2077.9361%2025.6207%2077.9374%2026.7263V67.5951C77.9361%2068.7007%2077.4932%2069.7607%2076.7059%2070.5424C75.9186%2071.3242%2074.8512%2071.764%2073.7378%2071.7654H9.06376Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M77.9375%2029.3533H4.86417C4.78991%2029.3533%204.7187%2029.324%204.6662%2029.2718C4.6137%2029.2197%204.5842%2029.149%204.5842%2029.0753C4.5842%2029.0015%204.6137%2028.9308%204.6662%2028.8787C4.7187%2028.8265%204.78991%2028.7972%204.86417%2028.7972H77.9375C78.0117%2028.7972%2078.0829%2028.8265%2078.1354%2028.8787C78.1879%2028.9308%2078.2174%2029.0015%2078.2174%2029.0753C78.2174%2029.149%2078.1879%2029.2197%2078.1354%2029.2718C78.0829%2029.324%2078.0117%2029.3533%2077.9375%2029.3533Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M9.62372%2027.2824C10.3968%2027.2824%2011.0236%2026.66%2011.0236%2025.8923C11.0236%2025.1246%2010.3968%2024.5022%209.62372%2024.5022C8.85059%2024.5022%208.22385%2025.1246%208.22385%2025.8923C8.22385%2026.66%208.85059%2027.2824%209.62372%2027.2824Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M14.3833%2027.2824C15.1564%2027.2824%2015.7831%2026.66%2015.7831%2025.8923C15.7831%2025.1246%2015.1564%2024.5022%2014.3833%2024.5022C13.6101%2024.5022%2012.9834%2025.1246%2012.9834%2025.8923C12.9834%2026.66%2013.6101%2027.2824%2014.3833%2027.2824Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M19.1429%2027.2824C19.916%2027.2824%2020.5427%2026.66%2020.5427%2025.8923C20.5427%2025.1246%2019.916%2024.5022%2019.1429%2024.5022C18.3697%2024.5022%2017.743%2025.1246%2017.743%2025.8923C17.743%2026.66%2018.3697%2027.2824%2019.1429%2027.2824Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M29.6047%2059.2743C29.5799%2059.2743%2029.5554%2059.2695%2029.5326%2059.2601C29.5097%2059.2507%2029.4889%2059.2369%2029.4714%2059.2195C29.4539%2059.2021%2029.4401%2059.1815%2029.4306%2059.1588C29.4211%2059.1361%2029.4163%2059.1118%2029.4163%2059.0872C29.4163%2057.1365%2028.5551%2056.0484%2027.1657%2054.925C27.1464%2054.9095%2027.1304%2054.8904%2027.1186%2054.8688C27.1068%2054.8471%2027.0994%2054.8234%2027.0969%2054.7989C27.0943%2054.7744%2027.0966%2054.7497%2027.1037%2054.7261C27.1108%2054.7025%2027.1225%2054.6806%2027.1382%2054.6615C27.1538%2054.6424%2027.1731%2054.6266%2027.1949%2054.6149C27.2167%2054.6032%2027.2407%2054.5959%2027.2653%2054.5935C27.29%2054.591%2027.3149%2054.5934%2027.3386%2054.6005C27.3623%2054.6076%2027.3844%2054.6193%2027.4036%2054.6349C28.8788%2055.8276%2029.7931%2056.9885%2029.7931%2059.0872C29.7931%2059.1118%2029.7882%2059.1361%2029.7787%2059.1588C29.7693%2059.1815%2029.7554%2059.2021%2029.7379%2059.2195C29.7204%2059.2369%2029.6996%2059.2507%2029.6768%2059.2601C29.6539%2059.2695%2029.6294%2059.2743%2029.6047%2059.2743Z'%20fill='black'%20/%3e%3cpath%20d='M13.4654%2059.2743C13.4407%2059.2743%2013.4162%2059.2695%2013.3933%2059.2601C13.3705%2059.2507%2013.3497%2059.2369%2013.3322%2059.2195C13.3147%2059.2021%2013.3008%2059.1815%2013.2914%2059.1588C13.2819%2059.1361%2013.277%2059.1118%2013.277%2059.0872C13.277%2056.9885%2014.1913%2055.8276%2015.6665%2054.6349C15.6857%2054.6193%2015.7078%2054.6076%2015.7315%2054.6005C15.7552%2054.5934%2015.7801%2054.591%2015.8048%2054.5935C15.8295%2054.5959%2015.8534%2054.6032%2015.8752%2054.6149C15.897%2054.6266%2015.9163%2054.6424%2015.932%2054.6615C15.9476%2054.6806%2015.9593%2054.7025%2015.9664%2054.7261C15.9735%2054.7497%2015.9758%2054.7744%2015.9733%2054.7989C15.9707%2054.8234%2015.9633%2054.8471%2015.9515%2054.8688C15.9397%2054.8904%2015.9237%2054.9095%2015.9044%2054.925C14.515%2056.0484%2013.6539%2057.1366%2013.6539%2059.0872C13.6539%2059.1118%2013.649%2059.1361%2013.6395%2059.1588C13.6301%2059.1815%2013.6162%2059.2021%2013.5987%2059.2195C13.5812%2059.2369%2013.5604%2059.2507%2013.5376%2059.2601C13.5147%2059.2695%2013.4902%2059.2743%2013.4654%2059.2743Z'%20fill='black'%20/%3e%3cpath%20d='M27.9909%2046.4529C27.952%2046.4529%2027.914%2046.441%2027.8822%2046.4187C27.8504%2046.3964%2027.8264%2046.3649%2027.8133%2046.3285C27.8003%2046.2921%2027.7989%2046.2526%2027.8094%2046.2154C27.8199%2046.1782%2027.8417%2046.1451%2027.8719%2046.1207C29.3001%2044.9661%2029.4163%2043.3259%2029.4163%2041.4578C29.4163%2041.4082%2029.4361%2041.3606%2029.4715%2041.3256C29.5068%2041.2905%2029.5547%2041.2708%2029.6047%2041.2708C29.6546%2041.2708%2029.7026%2041.2905%2029.7379%2041.3256C29.7732%2041.3606%2029.7931%2041.4082%2029.7931%2041.4578C29.7931%2043.4232%2029.6664%2045.1524%2028.1098%2046.4109C28.0762%2046.4381%2028.0342%2046.453%2027.9909%2046.4529Z'%20fill='black'%20/%3e%3cpath%20d='M15.0793%2046.3528C15.036%2046.3529%2014.994%2046.338%2014.9605%2046.3108C13.4037%2045.0522%2013.277%2043.3684%2013.277%2041.4578C13.277%2041.4082%2013.2969%2041.3606%2013.3322%2041.3256C13.3676%2041.2905%2013.4155%2041.2708%2013.4654%2041.2708C13.5154%2041.2708%2013.5633%2041.2905%2013.5987%2041.3256C13.634%2041.3606%2013.6539%2041.4082%2013.6539%2041.4578C13.6539%2043.3356%2013.7676%2044.8639%2015.1984%2046.0206C15.2285%2046.045%2015.2503%2046.0781%2015.2608%2046.1153C15.2713%2046.1525%2015.2699%2046.192%2015.2569%2046.2284C15.2438%2046.2648%2015.2198%2046.2963%2015.188%2046.3186C15.1562%2046.3409%2015.1182%2046.3528%2015.0793%2046.3528Z'%20fill='black'%20/%3e%3cpath%20d='M32.0256%2050.4661H27.9908C27.9408%2050.4661%2027.8929%2050.4464%2027.8576%2050.4113C27.8223%2050.3762%2027.8024%2050.3286%2027.8024%2050.279C27.8024%2050.2294%2027.8223%2050.1818%2027.8576%2050.1467C27.8929%2050.1116%2027.9408%2050.0919%2027.9908%2050.0919H32.0256C32.0756%2050.0919%2032.1235%2050.1116%2032.1588%2050.1467C32.1942%2050.1818%2032.214%2050.2294%2032.214%2050.279C32.214%2050.3286%2032.1942%2050.3762%2032.1588%2050.4113C32.1235%2050.4464%2032.0756%2050.4661%2032.0256%2050.4661Z'%20fill='black'%20/%3e%3cpath%20d='M15.0794%2050.4661H11.0446C10.9946%2050.4661%2010.9467%2050.4464%2010.9114%2050.4113C10.8761%2050.3762%2010.8562%2050.3286%2010.8562%2050.279C10.8562%2050.2294%2010.8761%2050.1818%2010.9114%2050.1467C10.9467%2050.1116%2010.9946%2050.0919%2011.0446%2050.0919H15.0794C15.1294%2050.0919%2015.1773%2050.1116%2015.2126%2050.1467C15.248%2050.1818%2015.2678%2050.2294%2015.2678%2050.279C15.2678%2050.3286%2015.248%2050.3762%2015.2126%2050.4113C15.1773%2050.4464%2015.1294%2050.4661%2015.0794%2050.4661Z'%20fill='black'%20/%3e%3cpath%20d='M21.5351%2058.4729C21.5103%2058.4729%2021.4858%2058.468%2021.4629%2058.4586C21.4401%2058.4492%2021.4193%2058.4355%2021.4018%2058.4181C21.3843%2058.4007%2021.3704%2058.3801%2021.361%2058.3574C21.3515%2058.3347%2021.3466%2058.3104%2021.3466%2058.2858V45.4646C21.3466%2045.4149%2021.3665%2045.3673%2021.4018%2045.3323C21.4372%2045.2972%2021.4851%2045.2775%2021.5351%2045.2775C21.585%2045.2775%2021.6329%2045.2972%2021.6683%2045.3323C21.7036%2045.3673%2021.7235%2045.4149%2021.7235%2045.4646V58.2858C21.7235%2058.3104%2021.7186%2058.3347%2021.7091%2058.3574C21.6997%2058.3801%2021.6858%2058.4007%2021.6683%2058.4181C21.6508%2058.4355%2021.63%2058.4492%2021.6072%2058.4586C21.5843%2058.468%2021.5598%2058.4729%2021.5351%2058.4729Z'%20fill='black'%20/%3e%3cpath%20d='M21.5351%2058.4729C19.7735%2058.4709%2018.0848%2057.7751%2016.8392%2056.5382C15.5936%2055.3013%2014.893%2053.6243%2014.891%2051.8751V47.0637C14.891%2043.9826%2017.4369%2042.0686%2021.5351%2042.0686C25.8196%2042.0686%2028.1792%2043.8426%2028.1792%2047.0637V51.8751C28.1772%2053.6243%2027.4766%2055.3013%2026.231%2056.5382C24.9854%2057.7751%2023.2966%2058.4709%2021.5351%2058.4729ZM21.5351%2042.4428C18.5053%2042.4428%2015.2678%2043.6567%2015.2678%2047.0637V51.8751C15.2673%2052.6927%2015.4291%2053.5023%2015.7439%2054.2578C16.0586%2055.0133%2016.5202%2055.6997%2017.1022%2056.278C17.6842%2056.8563%2018.3753%2057.315%2019.1359%2057.628C19.8965%2057.941%2020.7118%2058.1021%2021.5351%2058.1021C22.3584%2058.1021%2023.1737%2057.941%2023.9343%2057.628C24.6949%2057.315%2025.3859%2056.8563%2025.968%2056.278C26.55%2055.6997%2027.0116%2055.0133%2027.3263%2054.2578C27.6411%2053.5023%2027.8028%2052.6927%2027.8024%2051.8751V47.0637C27.8024%2043.0432%2023.8757%2042.4428%2021.5351%2042.4428Z'%20fill='black'%20/%3e%3cpath%20d='M17.6734%2043.2236C17.6357%2043.2237%2017.5988%2043.2124%2017.5676%2043.1914C17.5364%2043.1704%2017.5123%2043.1406%2017.4983%2043.1058C17.3895%2042.8353%2017.3266%2042.5489%2017.3121%2042.258C17.3154%2041.1488%2017.7599%2040.0858%2018.5488%2039.3005C19.3376%2038.5153%2020.407%2038.0714%2021.524%2038.0654H21.5456C22.6612%2038.0707%2023.7295%2038.5131%2024.5184%2039.2963C25.3072%2040.0796%2025.7528%2041.1404%2025.7583%2042.2482C25.7485%2042.5188%2025.6904%2042.7856%2025.5868%2043.036C25.5675%2043.0816%2025.5309%2043.1177%2025.485%2043.1365C25.439%2043.1554%2025.3874%2043.1554%2025.3414%2043.1366C25.2954%2043.1179%2025.2587%2043.0818%2025.2394%2043.0363C25.2201%2042.9907%2025.2197%2042.9395%2025.2383%2042.8937C25.3243%2042.6863%2025.3729%2042.4654%2025.3816%2042.2412C25.375%2041.2336%2024.9684%2040.2693%2024.2501%2039.5575C23.5319%2038.8458%2022.5599%2038.4441%2021.5452%2038.4396H21.5245C20.5086%2038.4446%2019.5358%2038.8476%2018.8175%2039.561C18.0993%2040.2743%2017.6936%2041.2403%2017.6886%2042.2491C17.702%2042.4955%2017.7559%2042.738%2017.8483%2042.9671C17.8596%2042.9955%2017.8638%2043.0262%2017.8605%2043.0566C17.8572%2043.087%2017.8464%2043.116%2017.8292%2043.1413C17.8119%2043.1666%2017.7887%2043.1874%2017.7616%2043.2017C17.7344%2043.216%2017.7041%2043.2236%2017.6734%2043.2236Z'%20fill='black'%20/%3e%3cpath%20d='M40.6701%2042.2062H38.4092C38.0594%2042.2062%2037.724%2042.0682%2037.4766%2041.8226C37.2293%2041.577%2037.0904%2041.2439%2037.0904%2040.8965C37.0904%2040.5492%2037.2293%2040.2161%2037.4766%2039.9705C37.724%2039.7249%2038.0594%2039.5869%2038.4092%2039.5869H40.6701C41.0199%2039.5869%2041.3553%2039.7249%2041.6026%2039.9705C41.85%2040.2161%2041.9889%2040.5492%2041.9889%2040.8965C41.9889%2041.2439%2041.85%2041.577%2041.6026%2041.8226C41.3553%2042.0682%2041.0199%2042.2062%2040.6701%2042.2062Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M56.1194%2047.7253H53.8585C53.5087%2047.7253%2053.1732%2047.5874%2052.9259%2047.3418C52.6786%2047.0962%2052.5396%2046.763%2052.5396%2046.4157C52.5396%2046.0684%2052.6786%2045.7353%2052.9259%2045.4897C53.1732%2045.2441%2053.5087%2045.1061%2053.8585%2045.1061H56.1194C56.4691%2045.1061%2056.8046%2045.2441%2057.0519%2045.4897C57.2992%2045.7353%2057.4382%2046.0684%2057.4382%2046.4157C57.4382%2046.763%2057.2992%2047.0962%2057.0519%2047.3418C56.8046%2047.5874%2056.4691%2047.7253%2056.1194%2047.7253Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M63.2788%2047.7253H61.0179C60.6681%2047.7253%2060.3327%2047.5874%2060.0853%2047.3418C59.838%2047.0962%2059.6991%2046.763%2059.6991%2046.4157C59.6991%2046.0684%2059.838%2045.7353%2060.0853%2045.4897C60.3327%2045.2441%2060.6681%2045.1061%2061.0179%2045.1061H63.2788C63.6286%2045.1061%2063.964%2045.2441%2064.2113%2045.4897C64.4587%2045.7353%2064.5976%2046.0684%2064.5976%2046.4157C64.5976%2046.763%2064.4587%2047.0962%2064.2113%2047.3418C63.964%2047.5874%2063.6286%2047.7253%2063.2788%2047.7253Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M70.4382%2047.7253H68.1773C67.8276%2047.7253%2067.4921%2047.5874%2067.2448%2047.3418C66.9974%2047.0962%2066.8585%2046.763%2066.8585%2046.4157C66.8585%2046.0684%2066.9974%2045.7353%2067.2448%2045.4897C67.4921%2045.2441%2067.8276%2045.1061%2068.1773%2045.1061H70.4382C70.788%2045.1061%2071.1234%2045.2441%2071.3708%2045.4897C71.6181%2045.7353%2071.757%2046.0684%2071.757%2046.4157C71.757%2046.763%2071.6181%2047.0962%2071.3708%2047.3418C71.1234%2047.5874%2070.788%2047.7253%2070.4382%2047.7253Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M56.3078%2042.2998H45.757C45.4073%2042.2998%2045.0718%2042.1618%2044.8245%2041.9162C44.5771%2041.6706%2044.4382%2041.3375%2044.4382%2040.9902C44.4382%2040.6428%2044.5771%2040.3097%2044.8245%2040.0641C45.0718%2039.8185%2045.4073%2039.6805%2045.757%2039.6805H56.3078C56.6575%2039.6805%2056.993%2039.8185%2057.2403%2040.0641C57.4877%2040.3097%2057.6266%2040.6428%2057.6266%2040.9902C57.6266%2041.3375%2057.4877%2041.6706%2057.2403%2041.9162C56.993%2042.1618%2056.6575%2042.2998%2056.3078%2042.2998Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M48.9599%2047.5383H38.4092C38.0594%2047.5383%2037.724%2047.4003%2037.4766%2047.1547C37.2293%2046.9091%2037.0904%2046.576%2037.0904%2046.2287C37.0904%2045.8814%2037.2293%2045.5483%2037.4766%2045.3027C37.724%2045.057%2038.0594%2044.9191%2038.4092%2044.9191H48.9599C49.3097%2044.9191%2049.6452%2045.057%2049.8925%2045.3027C50.1398%2045.5483%2050.2788%2045.8814%2050.2788%2046.2287C50.2788%2046.576%2050.1398%2046.9091%2049.8925%2047.1547C49.6452%2047.4003%2049.3097%2047.5383%2048.9599%2047.5383Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M69.6846%2042.2998H61.5831C61.2333%2042.2998%2060.8979%2042.1618%2060.6506%2041.9162C60.4032%2041.6706%2060.2643%2041.3375%2060.2643%2040.9902C60.2643%2040.6428%2060.4032%2040.3097%2060.6506%2040.0641C60.8979%2039.8185%2061.2333%2039.6805%2061.5831%2039.6805H69.6846C70.0344%2039.6805%2070.3698%2039.8185%2070.6171%2040.0641C70.8645%2040.3097%2071.0034%2040.6428%2071.0034%2040.9902C71.0034%2041.3375%2070.8645%2041.6706%2070.6171%2041.9162C70.3698%2042.1618%2070.0344%2042.2998%2069.6846%2042.2998Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M40.6701%2053.2445H38.4092C38.0594%2053.2445%2037.724%2053.1065%2037.4766%2052.8609C37.2293%2052.6153%2037.0904%2052.2822%2037.0904%2051.9349C37.0904%2051.5875%2037.2293%2051.2544%2037.4766%2051.0088C37.724%2050.7632%2038.0594%2050.6252%2038.4092%2050.6252H40.6701C41.0199%2050.6252%2041.3553%2050.7632%2041.6026%2051.0088C41.85%2051.2544%2041.9889%2051.5875%2041.9889%2051.9349C41.9889%2052.2822%2041.85%2052.6153%2041.6026%2052.8609C41.3553%2053.1065%2041.0199%2053.2445%2040.6701%2053.2445Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M56.3078%2053.338H45.757C45.4073%2053.338%2045.0718%2053.2%2044.8245%2052.9544C44.5771%2052.7088%2044.4382%2052.3757%2044.4382%2052.0284C44.4382%2051.681%2044.5771%2051.3479%2044.8245%2051.1023C45.0718%2050.8567%2045.4073%2050.7188%2045.757%2050.7188H56.3078C56.6575%2050.7188%2056.993%2050.8567%2057.2403%2051.1023C57.4877%2051.3479%2057.6266%2051.681%2057.6266%2052.0284C57.6266%2052.3757%2057.4877%2052.7088%2057.2403%2052.9544C56.993%2053.2%2056.6575%2053.338%2056.3078%2053.338Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M69.6846%2053.338H61.5831C61.2333%2053.338%2060.8979%2053.2%2060.6506%2052.9544C60.4032%2052.7088%2060.2643%2052.3757%2060.2643%2052.0284C60.2643%2051.681%2060.4032%2051.3479%2060.6506%2051.1023C60.8979%2050.8567%2061.2333%2050.7188%2061.5831%2050.7188H69.6846C70.0344%2050.7188%2070.3698%2050.8567%2070.6171%2051.1023C70.8645%2051.3479%2071.0034%2051.681%2071.0034%2052.0284C71.0034%2052.3757%2070.8645%2052.7088%2070.6171%2052.9544C70.3698%2053.2%2070.0344%2053.338%2069.6846%2053.338Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M66.1049%2057.7347C66.1053%2057.3875%2066.2443%2057.0546%2066.4916%2056.8091C66.7388%2056.5635%2067.074%2056.4254%2067.4237%2056.425H69.6846C70.0343%2056.425%2070.3698%2056.563%2070.6171%2056.8086C70.8645%2057.0542%2071.0034%2057.3873%2071.0034%2057.7347C71.0034%2058.082%2070.8645%2058.4151%2070.6171%2058.6607C70.3698%2058.9063%2070.0343%2059.0443%2069.6846%2059.0443H67.4237C67.074%2059.0439%2066.7388%2058.9058%2066.4916%2058.6603C66.2443%2058.4148%2066.1052%2058.0819%2066.1049%2057.7347Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M50.4672%2057.8282C50.4676%2057.481%2050.6067%2057.1481%2050.8539%2056.9026C51.1012%2056.657%2051.4364%2056.5189%2051.786%2056.5186H62.3368C62.6865%2056.5186%2063.022%2056.6565%2063.2693%2056.9021C63.5167%2057.1477%2063.6556%2057.4808%2063.6556%2057.8282C63.6556%2058.1755%2063.5167%2058.5086%2063.2693%2058.7542C63.022%2058.9998%2062.6865%2059.1378%2062.3368%2059.1378H51.786C51.4364%2059.1374%2051.1012%2058.9993%2050.8539%2058.7538C50.6067%2058.5083%2050.4676%2058.1754%2050.4672%2057.8282Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M37.0904%2057.8282C37.0908%2057.481%2037.2298%2057.1481%2037.4771%2056.9026C37.7243%2056.657%2038.0595%2056.5189%2038.4092%2056.5186H46.5107C46.8604%2056.5186%2047.1959%2056.6565%2047.4432%2056.9021C47.6905%2057.1477%2047.8295%2057.4808%2047.8295%2057.8282C47.8295%2058.1755%2047.6905%2058.5086%2047.4432%2058.7542C47.1959%2058.9998%2046.8604%2059.1378%2046.5107%2059.1378H38.4092C38.0595%2059.1374%2037.7243%2058.9993%2037.4771%2058.7538C37.2298%2058.5083%2037.0908%2058.1754%2037.0904%2057.8282Z'%20fill='%23CCCCCC'%20/%3e%3c/g%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4843_5570'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_4843_5570'%3e%3crect%20width='130'%20height='83.9583'%20fill='white'%20transform='translate(-6%2022)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", S3 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxyZWN0IHg9IjU2IiB5PSIzNCIgd2lkdGg9IjgiIGhlaWdodD0iMi42NjY2NyIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgPHJlY3QgeD0iNzEuMjAyNSIgeT0iMzUuOTI5OCIgd2lkdGg9IjgiIGhlaWdodD0iMi42NjY2NyIgdHJhbnNmb3JtPSJyb3RhdGUoMzAgNzEuMjAyNSAzNS45Mjk4KSIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgPHJlY3QgeD0iNDEuODY5MSIgeT0iMzkuOTI5OCIgd2lkdGg9IjgiIGhlaWdodD0iMi42NjY2NyIgdHJhbnNmb3JtPSJyb3RhdGUoLTMwIDQxLjg2OTEgMzkuOTI5OCkiIGZpbGw9IiM2NkE3RkYiIC8+DQogIDxjaXJjbGUgY3g9IjYwIiBjeT0iNjMuMzMzNCIgcj0iMjgiIGZpbGw9IiNCM0QzRkYiIC8+DQogIDxjaXJjbGUgY3g9IjU5Ljk5OTMiIGN5PSI2My4zMzMxIiByPSIyMCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTkuOTk5MyA2My4zMzMxKSIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgPGcgY2xpcC1wYXRoPSJ1cmwoI3BhaW50MF9hbmd1bGFyXzMyNzFfMjU4MjFfY2xpcF9wYXRoKSIgZGF0YS1maWdtYS1za2lwLXBhcnNlPSJ0cnVlIj4NCiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMC4wMTQ2NjY3IC02LjQxMWUtMTAgNi40MTFlLTEwIC0wLjAxNDY2NjcgNjAgNjMuMzMzMykiPg0KICAgICAgPGZvcmVpZ25PYmplY3QgeD0iLTEwNjguMTgiIHk9Ii0xMDY4LjE4IiB3aWR0aD0iMjEzNi4zNiIgaGVpZ2h0PSIyMTM2LjM2Ig0KICAgICAgICA+PGRpdg0KICAgICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIg0KICAgICAgICAgIHN0eWxlPSINCiAgICAgICAgICAgIGJhY2tncm91bmQ6IGNvbmljLWdyYWRpZW50KGZyb20gOTBkZWcsIHJnYmEoNDgsIDEzNiwgMjU1LCAwKSAwZGVnLCByZ2JhKDAsIDk5LCAyMzMsIDEpIDM2MGRlZyk7DQogICAgICAgICAgICBoZWlnaHQ6IDEwMCU7DQogICAgICAgICAgICB3aWR0aDogMTAwJTsNCiAgICAgICAgICAgIG9wYWNpdHk6IDE7DQogICAgICAgICAgIg0KICAgICAgICA+PC9kaXYNCiAgICAgID48L2ZvcmVpZ25PYmplY3Q+DQogICAgPC9nPg0KICA8L2c+DQogIDxwYXRoDQogICAgZD0iTTYwIDQ4LjY2NjZDNjIuOTAwOCA0OC42NjY2IDY1LjczNjUgNDkuNTI2OCA2OC4xNDg0IDUxLjEzODRDNzAuNTYwMyA1Mi43NSA3Mi40NDAyIDU1LjA0MDYgNzMuNTUwMyA1Ny43MjA2Qzc0LjY2MDMgNjAuNDAwNiA3NC45NTA4IDYzLjM0OTYgNzQuMzg0OSA2Ni4xOTQ2QzczLjgxOSA2OS4wMzk3IDcyLjQyMjEgNzEuNjUzIDcwLjM3MDkgNzMuNzA0MkM2OC4zMTk3IDc1Ljc1NTQgNjUuNzA2NCA3Ny4xNTIyIDYyLjg2MTMgNzcuNzE4MUM2MC4wMTYzIDc4LjI4NDEgNTcuMDY3MyA3Ny45OTM2IDU0LjM4NzMgNzYuODgzNUM1MS43MDczIDc1Ljc3MzQgNDkuNDE2NyA3My44OTM2IDQ3LjgwNTEgNzEuNDgxN0M0Ni4xOTM1IDY5LjA2OTcgNDUuMzMzNCA2Ni4yMzQxIDQ1LjMzMzQgNjMuMzMzM0w1Mi42NjY3IDYzLjMzMzNDNTIuNjY2NyA2NC43ODM3IDUzLjA5NjggNjYuMjAxNSA1My45MDI2IDY3LjQwNzVDNTQuNzA4NCA2OC42MTM0IDU1Ljg1MzcgNjkuNTUzNCA1Ny4xOTM3IDcwLjEwODRDNTguNTMzNyA3MC42NjM1IDYwLjAwODIgNzAuODA4NyA2MS40MzA3IDcwLjUyNTdDNjIuODUzMiA3MC4yNDI4IDY0LjE1OTkgNjkuNTQ0MyA2NS4xODU1IDY4LjUxODdDNjYuMjExMSA2Ny40OTMyIDY2LjkwOTUgNjYuMTg2NSA2Ny4xOTI0IDY0Ljc2NEM2Ny40NzU0IDYzLjM0MTQgNjcuMzMwMiA2MS44NjY5IDY2Ljc3NTEgNjAuNTI2OUM2Ni4yMjAxIDU5LjE4NyA2NS4yODAyIDU4LjA0MTYgNjQuMDc0MiA1Ny4yMzU4QzYyLjg2ODIgNTYuNDMwMSA2MS40NTA0IDU2IDYwIDU2TDYwIDQ4LjY2NjZaIg0KICAgIGRhdGEtZmlnbWEtZ3JhZGllbnQtZmlsbD0ieyYjMzQ7dHlwZSYjMzQ7OiYjMzQ7R1JBRElFTlRfQU5HVUxBUiYjMzQ7LCYjMzQ7c3RvcHMmIzM0OzpbeyYjMzQ7Y29sb3ImIzM0Ozp7JiMzNDtyJiMzNDs6MC4xODk5OTk5OTc2MTU4MTQyMSwmIzM0O2cmIzM0OzowLjUzNTc4OTQ4OTc0NjA5Mzc1LCYjMzQ7YiYjMzQ7OjEuMCwmIzM0O2EmIzM0OzowLjB9LCYjMzQ7cG9zaXRpb24mIzM0OzowLjB9LHsmIzM0O2NvbG9yJiMzNDs6eyYjMzQ7ciYjMzQ7OjAuMCwmIzM0O2cmIzM0OzowLjM5MTMxMDA5NTc4NzA0ODM0LCYjMzQ7YiYjMzQ7OjAuOTE2NjMwMzg3MzA2MjEzMzgsJiMzNDthJiMzNDs6MS4wfSwmIzM0O3Bvc2l0aW9uJiMzNDs6MS4wfV0sJiMzNDtzdG9wc1ZhciYjMzQ7OltdLCYjMzQ7dHJhbnNmb3JtJiMzNDs6eyYjMzQ7bTAwJiMzNDs6LTI5LjMzMzMzMDE1NDQxODk0NSwmIzM0O20wMSYjMzQ7OjEuMjgyMjAwODU1NzEyMjg5OWUtMDYsJiMzNDttMDImIzM0Ozo3NC42NjY2ODcwMTE3MTg3NTAsJiMzNDttMTAmIzM0OzotMS4yODIyMDA2MjgzMzg2MTQ1ZS0wNiwmIzM0O20xMSYjMzQ7Oi0yOS4zMzMzMzU4NzY0NjQ4NDQsJiMzNDttMTImIzM0Ozo3Ny45OTk5NjE4NTMwMjczNDR9LCYjMzQ7b3BhY2l0eSYjMzQ7OjEuMCwmIzM0O2JsZW5kTW9kZSYjMzQ7OiYjMzQ7Tk9STUFMJiMzNDssJiMzNDt2aXNpYmxlJiMzNDs6dHJ1ZX0iDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTU5LjY2MjIgNDYuMTMzM0M1OS42NjUxIDQ2LjA0NzYgNTkuNzAwNCA0NS45NjYyIDU5Ljc2MSA0NS45MDU2QzU5Ljg5MyA0NS43NzM2IDYwLjEwNyA0NS43NzM2IDYwLjIzOSA0NS45MDU2QzYwLjI5OTYgNDUuOTY2MiA2MC4zMzQ5IDQ2LjA0NzYgNjAuMzM3OCA0Ni4xMzMzTDYwLjk4MTggNjUuNDUzM0M2MC45OTMxIDY1Ljc5MzIgNjAuODI3OCA2Ni4xMTQ3IDYwLjU0NDkgNjYuMzAzNEM2MC4yMTQ5IDY2LjUyMzMgNTkuNzg1MSA2Ni41MjMzIDU5LjQ1NTEgNjYuMzAzNEM1OS4xNzIyIDY2LjExNDcgNTkuMDA2OSA2NS43OTMyIDU5LjAxODIgNjUuNDUzM0w1OS42NjIyIDQ2LjEzMzNaIg0KICAgIGZpbGw9IndoaXRlIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik00NS4xMDc1IDYzLjY3MjFDNDUuMDE1MiA2My42Njg3IDQ0LjkyODMgNjMuNjI3NyA0NC44NjY5IDYzLjU1ODZDNDQuNzUyNyA2My40MzAxIDQ0Ljc1MjcgNjMuMjM2NiA0NC44NjY5IDYzLjEwODJDNDQuOTI4MyA2My4wMzkxIDQ1LjAxNTIgNjIuOTk4MSA0NS4xMDc1IDYyLjk5NDZMNjIuMTU4OCA2Mi4zNTUyQzYyLjUxNzUgNjIuMzQxNyA2Mi44NTQ3IDYyLjUyNTYgNjMuMDM3NiA2Mi44MzQzQzYzLjIyIDYzLjE0MiA2My4yMiA2My41MjQ3IDYzLjAzNzYgNjMuODMyNEM2Mi44NTQ3IDY0LjE0MTEgNjIuNTE3NSA2NC4zMjUgNjIuMTU4OCA2NC4zMTE2TDQ1LjEwNzUgNjMuNjcyMVoiDQogICAgZmlsbD0id2hpdGUiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTcyLjk2MzUgNzUuODI1NUM3My4wOTM3IDc1Ljk1NTYgNzMuMDkzNyA3Ni4xNjY3IDcyLjk2MzUgNzYuMjk2OUM3Mi44MzMzIDc2LjQyNyA3Mi42MjIzIDc2LjQyNyA3Mi40OTIxIDc2LjI5NjlMNTguMTE0MyA2MS45MTlDNTcuOTg0MSA2MS43ODg4IDU3Ljk4NDEgNjEuNTc3OCA1OC4xMTQzIDYxLjQ0NzZDNTguMjQ0NCA2MS4zMTc0IDU4LjQ1NTUgNjEuMzE3NCA1OC41ODU3IDYxLjQ0NzZMNzIuOTYzNSA3NS44MjU1WiINCiAgICBmaWxsPSIjMEY2RUVCIg0KICAvPg0KICA8cmVjdCB4PSI1NC42NjY3IiB5PSIyOC42NjY2IiB3aWR0aD0iMTAuNjY2NyIgaGVpZ2h0PSI1LjMzMzMzIiByeD0iMi42NjY2NyIgZmlsbD0iI0IzRDNGRiIgLz4NCiAgPHJlY3QNCiAgICB4PSI3Mi43MTQ4Ig0KICAgIHk9IjMwLjY0NDUiDQogICAgd2lkdGg9IjEwLjY2NjciDQogICAgaGVpZ2h0PSI1LjMzMzMzIg0KICAgIHJ4PSIyLjY2NjY3Ig0KICAgIHRyYW5zZm9ybT0icm90YXRlKDMwIDcyLjcxNDggMzAuNjQ0NSkiDQogICAgZmlsbD0iI0IzRDNGRiINCiAgLz4NCiAgPHJlY3QNCiAgICB4PSIzOC4wNDgyIg0KICAgIHk9IjM1Ljk3NzkiDQogICAgd2lkdGg9IjEwLjY2NjciDQogICAgaGVpZ2h0PSI1LjMzMzMzIg0KICAgIHJ4PSIyLjY2NjY3Ig0KICAgIHRyYW5zZm9ybT0icm90YXRlKC0zMCAzOC4wNDgyIDM1Ljk3NzkpIg0KICAgIGZpbGw9IiNCM0QzRkYiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTMxLjUgMjUuODMzNEgzMC41VjI1LjA4MzRDMzAuNSAyNC42ODU1IDMwLjM0MiAyNC4zMDQgMzAuMDYwNyAyNC4wMjI3QzI5Ljc3OTQgMjMuNzQxNCAyOS4zOTc4IDIzLjU4MzQgMjkgMjMuNTgzNEMyOC42MDIyIDIzLjU4MzQgMjguMjIwNiAyMy43NDE0IDI3LjkzOTMgMjQuMDIyN0MyNy42NTggMjQuMzA0IDI3LjUgMjQuNjg1NSAyNy41IDI1LjA4MzRWMjUuODMzNEgyNi41QzI2LjM2NzQgMjUuODMzNCAyNi4yNDAyIDI1Ljg4NjEgMjYuMTQ2NCAyNS45Nzk4QzI2LjA1MjcgMjYuMDczNiAyNiAyNi4yMDA4IDI2IDI2LjMzMzRWMjkuODMzNEMyNiAyOS45NjYgMjYuMDUyNyAzMC4wOTMyIDI2LjE0NjQgMzAuMTg2OUMyNi4yNDAyIDMwLjI4MDcgMjYuMzY3NCAzMC4zMzM0IDI2LjUgMzAuMzMzNEgzMS41QzMxLjYzMjYgMzAuMzMzNCAzMS43NTk4IDMwLjI4MDcgMzEuODUzNiAzMC4xODY5QzMxLjk0NzMgMzAuMDkzMiAzMiAyOS45NjYgMzIgMjkuODMzNFYyNi4zMzM0QzMyIDI2LjIwMDggMzEuOTQ3MyAyNi4wNzM2IDMxLjg1MzYgMjUuOTc5OEMzMS43NTk4IDI1Ljg4NjEgMzEuNjMyNiAyNS44MzM0IDMxLjUgMjUuODMzNFpNMjggMjUuMDgzNEMyOCAyNC44MTgyIDI4LjEwNTQgMjQuNTYzOCAyOC4yOTI5IDI0LjM3NjNDMjguNDgwNCAyNC4xODg3IDI4LjczNDggMjQuMDgzNCAyOSAyNC4wODM0QzI5LjI2NTIgMjQuMDgzNCAyOS41MTk2IDI0LjE4ODcgMjkuNzA3MSAyNC4zNzYzQzI5Ljg5NDYgMjQuNTYzOCAzMCAyNC44MTgyIDMwIDI1LjA4MzRWMjUuODMzNEgyOFYyNS4wODM0Wk0zMS41IDI5LjgzMzRIMjYuNVYyNi4zMzM0SDMxLjVWMjkuODMzNFpNMjkuMzc1IDI4LjA4MzRDMjkuMzc1IDI4LjE1NzUgMjkuMzUzIDI4LjIzIDI5LjMxMTggMjguMjkxN0MyOS4yNzA2IDI4LjM1MzQgMjkuMjEyIDI4LjQwMTQgMjkuMTQzNSAyOC40Mjk4QzI5LjA3NSAyOC40NTgyIDI4Ljk5OTYgMjguNDY1NiAyOC45MjY4IDI4LjQ1MTJDMjguODU0MSAyOC40MzY3IDI4Ljc4NzMgMjguNDAxIDI4LjczNDggMjguMzQ4NUMyOC42ODI0IDI4LjI5NjEgMjguNjQ2NyAyOC4yMjkzIDI4LjYzMjIgMjguMTU2NUMyOC42MTc3IDI4LjA4MzggMjguNjI1MiAyOC4wMDg0IDI4LjY1MzUgMjcuOTM5OUMyOC42ODE5IDI3Ljg3MTMgMjguNzMgMjcuODEyOCAyOC43OTE3IDI3Ljc3MTZDMjguODUzMyAyNy43MzA0IDI4LjkyNTggMjcuNzA4NCAyOSAyNy43MDg0QzI5LjA5OTUgMjcuNzA4NCAyOS4xOTQ4IDI3Ljc0NzkgMjkuMjY1MiAyNy44MTgyQzI5LjMzNTUgMjcuODg4NSAyOS4zNzUgMjcuOTgzOSAyOS4zNzUgMjguMDgzNFoiDQogICAgZmlsbD0iI0JBQkNDMCINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNOTEuODMzMyA4NC44MzM0SDkwLjgzMzNWODQuMDgzNEM5MC44MzMzIDgzLjY4NTUgOTAuNjc1MyA4My4zMDQgOTAuMzk0IDgzLjAyMjdDOTAuMTEyNyA4Mi43NDE0IDg5LjczMTEgODIuNTgzNCA4OS4zMzMzIDgyLjU4MzRDODguOTM1NSA4Mi41ODM0IDg4LjU1NCA4Mi43NDE0IDg4LjI3MjcgODMuMDIyN0M4Ny45OTEzIDgzLjMwNCA4Ny44MzMzIDgzLjY4NTUgODcuODMzMyA4NC4wODM0Vjg0LjgzMzRIODYuODMzM0M4Ni43MDA3IDg0LjgzMzQgODYuNTczNSA4NC44ODYxIDg2LjQ3OTggODQuOTc5OEM4Ni4zODYgODUuMDczNiA4Ni4zMzMzIDg1LjIwMDggODYuMzMzMyA4NS4zMzM0Vjg4LjgzMzRDODYuMzMzMyA4OC45NjYgODYuMzg2IDg5LjA5MzIgODYuNDc5OCA4OS4xODY5Qzg2LjU3MzUgODkuMjgwNyA4Ni43MDA3IDg5LjMzMzQgODYuODMzMyA4OS4zMzM0SDkxLjgzMzNDOTEuOTY1OSA4OS4zMzM0IDkyLjA5MzEgODkuMjgwNyA5Mi4xODY5IDg5LjE4NjlDOTIuMjgwNiA4OS4wOTMyIDkyLjMzMzMgODguOTY2IDkyLjMzMzMgODguODMzNFY4NS4zMzM0QzkyLjMzMzMgODUuMjAwOCA5Mi4yODA2IDg1LjA3MzYgOTIuMTg2OSA4NC45Nzk4QzkyLjA5MzEgODQuODg2MSA5MS45NjU5IDg0LjgzMzQgOTEuODMzMyA4NC44MzM0Wk04OC4zMzMzIDg0LjA4MzRDODguMzMzMyA4My44MTgyIDg4LjQzODcgODMuNTYzOCA4OC42MjYyIDgzLjM3NjNDODguODEzNyA4My4xODg3IDg5LjA2ODEgODMuMDgzNCA4OS4zMzMzIDgzLjA4MzRDODkuNTk4NSA4My4wODM0IDg5Ljg1MjkgODMuMTg4NyA5MC4wNDA0IDgzLjM3NjNDOTAuMjI4IDgzLjU2MzggOTAuMzMzMyA4My44MTgyIDkwLjMzMzMgODQuMDgzNFY4NC44MzM0SDg4LjMzMzNWODQuMDgzNFpNOTEuODMzMyA4OC44MzM0SDg2LjgzMzNWODUuMzMzNEg5MS44MzMzVjg4LjgzMzRaTTg5LjcwODMgODcuMDgzNEM4OS43MDgzIDg3LjE1NzUgODkuNjg2MyA4Ny4yMyA4OS42NDUxIDg3LjI5MTdDODkuNjAzOSA4Ny4zNTM0IDg5LjU0NTMgODcuNDAxNCA4OS40NzY4IDg3LjQyOThDODkuNDA4MyA4Ny40NTgyIDg5LjMzMjkgODcuNDY1NiA4OS4yNjAyIDg3LjQ1MTJDODkuMTg3NCA4Ny40MzY3IDg5LjEyMDYgODcuNDAxIDg5LjA2ODEgODcuMzQ4NUM4OS4wMTU3IDg3LjI5NjEgODguOTggODcuMjI5MyA4OC45NjU1IDg3LjE1NjVDODguOTUxIDg3LjA4MzggODguOTU4NSA4Ny4wMDg0IDg4Ljk4NjkgODYuOTM5OUM4OS4wMTUyIDg2Ljg3MTMgODkuMDYzMyA4Ni44MTI4IDg5LjEyNSA4Ni43NzE2Qzg5LjE4NjYgODYuNzMwNCA4OS4yNTkxIDg2LjcwODQgODkuMzMzMyA4Ni43MDg0Qzg5LjQzMjggODYuNzA4NCA4OS41MjgyIDg2Ljc0NzkgODkuNTk4NSA4Ni44MTgyQzg5LjY2ODggODYuODg4NSA4OS43MDgzIDg2Ljk4MzkgODkuNzA4MyA4Ny4wODM0WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik02Ni41IDEwMi4xNjdINjUuNVYxMDEuNDE3QzY1LjUgMTAxLjAxOSA2NS4zNDIgMTAwLjYzNyA2NS4wNjA3IDEwMC4zNTZDNjQuNzc5NCAxMDAuMDc1IDY0LjM5NzggOTkuOTE2NiA2NCA5OS45MTY2QzYzLjYwMjIgOTkuOTE2NiA2My4yMjA2IDEwMC4wNzUgNjIuOTM5MyAxMDAuMzU2QzYyLjY1OCAxMDAuNjM3IDYyLjUgMTAxLjAxOSA2Mi41IDEwMS40MTdWMTAyLjE2N0g2MS41QzYxLjM2NzQgMTAyLjE2NyA2MS4yNDAyIDEwMi4yMTkgNjEuMTQ2NCAxMDIuMzEzQzYxLjA1MjcgMTAyLjQwNyA2MSAxMDIuNTM0IDYxIDEwMi42NjdWMTA2LjE2N0M2MSAxMDYuMjk5IDYxLjA1MjcgMTA2LjQyNiA2MS4xNDY0IDEwNi41MkM2MS4yNDAyIDEwNi42MTQgNjEuMzY3NCAxMDYuNjY3IDYxLjUgMTA2LjY2N0g2Ni41QzY2LjYzMjYgMTA2LjY2NyA2Ni43NTk4IDEwNi42MTQgNjYuODUzNiAxMDYuNTJDNjYuOTQ3MyAxMDYuNDI2IDY3IDEwNi4yOTkgNjcgMTA2LjE2N1YxMDIuNjY3QzY3IDEwMi41MzQgNjYuOTQ3MyAxMDIuNDA3IDY2Ljg1MzYgMTAyLjMxM0M2Ni43NTk4IDEwMi4yMTkgNjYuNjMyNiAxMDIuMTY3IDY2LjUgMTAyLjE2N1pNNjMgMTAxLjQxN0M2MyAxMDEuMTUxIDYzLjEwNTQgMTAwLjg5NyA2My4yOTI5IDEwMC43MUM2My40ODA0IDEwMC41MjIgNjMuNzM0OCAxMDAuNDE3IDY0IDEwMC40MTdDNjQuMjY1MiAxMDAuNDE3IDY0LjUxOTYgMTAwLjUyMiA2NC43MDcxIDEwMC43MUM2NC44OTQ2IDEwMC44OTcgNjUgMTAxLjE1MSA2NSAxMDEuNDE3VjEwMi4xNjdINjNWMTAxLjQxN1pNNjYuNSAxMDYuMTY3SDYxLjVWMTAyLjY2N0g2Ni41VjEwNi4xNjdaTTY0LjM3NSAxMDQuNDE3QzY0LjM3NSAxMDQuNDkxIDY0LjM1MyAxMDQuNTYzIDY0LjMxMTggMTA0LjYyNUM2NC4yNzA2IDEwNC42ODcgNjQuMjEyIDEwNC43MzUgNjQuMTQzNSAxMDQuNzYzQzY0LjA3NSAxMDQuNzkxIDYzLjk5OTYgMTA0Ljc5OSA2My45MjY4IDEwNC43ODRDNjMuODU0MSAxMDQuNzcgNjMuNzg3MyAxMDQuNzM0IDYzLjczNDggMTA0LjY4MkM2My42ODI0IDEwNC42MjkgNjMuNjQ2NyAxMDQuNTYzIDYzLjYzMjIgMTA0LjQ5QzYzLjYxNzcgMTA0LjQxNyA2My42MjUyIDEwNC4zNDIgNjMuNjUzNSAxMDQuMjczQzYzLjY4MTkgMTA0LjIwNSA2My43MyAxMDQuMTQ2IDYzLjc5MTcgMTA0LjEwNUM2My44NTMzIDEwNC4wNjQgNjMuOTI1OCAxMDQuMDQyIDY0IDEwNC4wNDJDNjQuMDk5NSAxMDQuMDQyIDY0LjE5NDggMTA0LjA4MSA2NC4yNjUyIDEwNC4xNTFDNjQuMzM1NSAxMDQuMjIyIDY0LjM3NSAxMDQuMzE3IDY0LjM3NSAxMDQuNDE3WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik0yMS4xNjY3IDY3LjgzMzRIMjAuMTY2N1Y2Ny4wODM0QzIwLjE2NjcgNjYuNjg1NSAyMC4wMDg3IDY2LjMwNCAxOS43MjczIDY2LjAyMjdDMTkuNDQ2IDY1Ljc0MTQgMTkuMDY0NSA2NS41ODM0IDE4LjY2NjcgNjUuNTgzNEMxOC4yNjg5IDY1LjU4MzQgMTcuODg3MyA2NS43NDE0IDE3LjYwNiA2Ni4wMjI3QzE3LjMyNDcgNjYuMzA0IDE3LjE2NjcgNjYuNjg1NSAxNy4xNjY3IDY3LjA4MzRWNjcuODMzNEgxNi4xNjY3QzE2LjAzNDEgNjcuODMzNCAxNS45MDY5IDY3Ljg4NjEgMTUuODEzMSA2Ny45Nzk4QzE1LjcxOTQgNjguMDczNiAxNS42NjY3IDY4LjIwMDggMTUuNjY2NyA2OC4zMzM0VjcxLjgzMzRDMTUuNjY2NyA3MS45NjYgMTUuNzE5NCA3Mi4wOTMyIDE1LjgxMzEgNzIuMTg2OUMxNS45MDY5IDcyLjI4MDcgMTYuMDM0MSA3Mi4zMzM0IDE2LjE2NjcgNzIuMzMzNEgyMS4xNjY3QzIxLjI5OTMgNzIuMzMzNCAyMS40MjY1IDcyLjI4MDcgMjEuNTIwMiA3Mi4xODY5QzIxLjYxNCA3Mi4wOTMyIDIxLjY2NjcgNzEuOTY2IDIxLjY2NjcgNzEuODMzNFY2OC4zMzM0QzIxLjY2NjcgNjguMjAwOCAyMS42MTQgNjguMDczNiAyMS41MjAyIDY3Ljk3OThDMjEuNDI2NSA2Ny44ODYxIDIxLjI5OTMgNjcuODMzNCAyMS4xNjY3IDY3LjgzMzRaTTE3LjY2NjcgNjcuMDgzNEMxNy42NjY3IDY2LjgxODIgMTcuNzcyIDY2LjU2MzggMTcuOTU5NiA2Ni4zNzYzQzE4LjE0NzEgNjYuMTg4NyAxOC40MDE1IDY2LjA4MzQgMTguNjY2NyA2Ni4wODM0QzE4LjkzMTkgNjYuMDgzNCAxOS4xODYzIDY2LjE4ODcgMTkuMzczOCA2Ni4zNzYzQzE5LjU2MTMgNjYuNTYzOCAxOS42NjY3IDY2LjgxODIgMTkuNjY2NyA2Ny4wODM0VjY3LjgzMzRIMTcuNjY2N1Y2Ny4wODM0Wk0yMS4xNjY3IDcxLjgzMzRIMTYuMTY2N1Y2OC4zMzM0SDIxLjE2NjdWNzEuODMzNFpNMTkuMDQxNyA3MC4wODM0QzE5LjA0MTcgNzAuMTU3NSAxOS4wMTk3IDcwLjIzIDE4Ljk3ODUgNzAuMjkxN0MxOC45MzczIDcwLjM1MzQgMTguODc4NyA3MC40MDE0IDE4LjgxMDIgNzAuNDI5OEMxOC43NDE3IDcwLjQ1ODIgMTguNjY2MyA3MC40NjU2IDE4LjU5MzUgNzAuNDUxMkMxOC41MjA4IDcwLjQzNjcgMTguNDU0IDcwLjQwMSAxOC40MDE1IDcwLjM0ODVDMTguMzQ5MSA3MC4yOTYxIDE4LjMxMzQgNzAuMjI5MyAxOC4yOTg5IDcwLjE1NjVDMTguMjg0NCA3MC4wODM4IDE4LjI5MTggNzAuMDA4NCAxOC4zMjAyIDY5LjkzOTlDMTguMzQ4NiA2OS44NzEzIDE4LjM5NjcgNjkuODEyOCAxOC40NTgzIDY5Ljc3MTZDMTguNTIgNjkuNzMwNCAxOC41OTI1IDY5LjcwODQgMTguNjY2NyA2OS43MDg0QzE4Ljc2NjEgNjkuNzA4NCAxOC44NjE1IDY5Ljc0NzkgMTguOTMxOSA2OS44MTgyQzE5LjAwMjIgNjkuODg4NSAxOS4wNDE3IDY5Ljk4MzkgMTkuMDQxNyA3MC4wODM0WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik05Ny41IDMyLjVIOTYuNVYzMS43NUM5Ni41IDMxLjM1MjIgOTYuMzQyIDMwLjk3MDYgOTYuMDYwNyAzMC42ODkzQzk1Ljc3OTQgMzAuNDA4IDk1LjM5NzggMzAuMjUgOTUgMzAuMjVDOTQuNjAyMiAzMC4yNSA5NC4yMjA2IDMwLjQwOCA5My45MzkzIDMwLjY4OTNDOTMuNjU4IDMwLjk3MDYgOTMuNSAzMS4zNTIyIDkzLjUgMzEuNzVWMzIuNUg5Mi41QzkyLjM2NzQgMzIuNSA5Mi4yNDAyIDMyLjU1MjcgOTIuMTQ2NCAzMi42NDY0QzkyLjA1MjcgMzIuNzQwMiA5MiAzMi44Njc0IDkyIDMzVjM2LjVDOTIgMzYuNjMyNiA5Mi4wNTI3IDM2Ljc1OTggOTIuMTQ2NCAzNi44NTM2QzkyLjI0MDIgMzYuOTQ3MyA5Mi4zNjc0IDM3IDkyLjUgMzdIOTcuNUM5Ny42MzI2IDM3IDk3Ljc1OTggMzYuOTQ3MyA5Ny44NTM2IDM2Ljg1MzZDOTcuOTQ3MyAzNi43NTk4IDk4IDM2LjYzMjYgOTggMzYuNVYzM0M5OCAzMi44Njc0IDk3Ljk0NzMgMzIuNzQwMiA5Ny44NTM2IDMyLjY0NjRDOTcuNzU5OCAzMi41NTI3IDk3LjYzMjYgMzIuNSA5Ny41IDMyLjVaTTk0IDMxLjc1Qzk0IDMxLjQ4NDggOTQuMTA1NCAzMS4yMzA0IDk0LjI5MjkgMzEuMDQyOUM5NC40ODA0IDMwLjg1NTQgOTQuNzM0OCAzMC43NSA5NSAzMC43NUM5NS4yNjUyIDMwLjc1IDk1LjUxOTYgMzAuODU1NCA5NS43MDcxIDMxLjA0MjlDOTUuODk0NiAzMS4yMzA0IDk2IDMxLjQ4NDggOTYgMzEuNzVWMzIuNUg5NFYzMS43NVpNOTcuNSAzNi41SDkyLjVWMzNIOTcuNVYzNi41Wk05NS4zNzUgMzQuNzVDOTUuMzc1IDM0LjgyNDIgOTUuMzUzIDM0Ljg5NjcgOTUuMzExOCAzNC45NTgzQzk1LjI3MDYgMzUuMDIgOTUuMjEyIDM1LjA2ODEgOTUuMTQzNSAzNS4wOTY1Qzk1LjA3NSAzNS4xMjQ4IDk0Ljk5OTYgMzUuMTMyMyA5NC45MjY4IDM1LjExNzhDOTQuODU0MSAzNS4xMDMzIDk0Ljc4NzMgMzUuMDY3NiA5NC43MzQ4IDM1LjAxNTJDOTQuNjgyNCAzNC45NjI3IDk0LjY0NjcgMzQuODk1OSA5NC42MzIyIDM0LjgyMzJDOTQuNjE3NyAzNC43NTA0IDk0LjYyNTIgMzQuNjc1IDk0LjY1MzUgMzQuNjA2NUM5NC42ODE5IDM0LjUzOCA5NC43MyAzNC40Nzk0IDk0Ljc5MTcgMzQuNDM4MkM5NC44NTMzIDM0LjM5NyA5NC45MjU4IDM0LjM3NSA5NSAzNC4zNzVDOTUuMDk5NSAzNC4zNzUgOTUuMTk0OCAzNC40MTQ1IDk1LjI2NTIgMzQuNDg0OEM5NS4zMzU1IDM0LjU1NTIgOTUuMzc1IDM0LjY1MDUgOTUuMzc1IDM0Ljc1WiINCiAgICBmaWxsPSIjQkFCQ0MwIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik0yMy4xNjggNDUuNjAxNEMyMy42NTUzIDQ0LjY1MjkgMjUuMDExMyA0NC42NTI5IDI1LjQ5ODcgNDUuNjAxNEMyNS42MjM3IDQ1Ljg0NDggMjUuODIxOCA0Ni4wNDMgMjYuMDY1MiA0Ni4xNjhDMjcuMDEzOCA0Ni42NTU0IDI3LjAxMzggNDguMDExNCAyNi4wNjUyIDQ4LjQ5ODdDMjUuODIxOCA0OC42MjM4IDI1LjYyMzcgNDguODIxOSAyNS40OTg3IDQ5LjA2NTNDMjUuMDExMyA1MC4wMTM4IDIzLjY1NTMgNTAuMDEzOCAyMy4xNjggNDkuMDY1M0MyMy4wNDI5IDQ4LjgyMTkgMjIuODQ0OCA0OC42MjM4IDIyLjYwMTQgNDguNDk4N0MyMS42NTI4IDQ4LjAxMTQgMjEuNjUyOCA0Ni42NTU0IDIyLjYwMTQgNDYuMTY4QzIyLjg0NDggNDYuMDQzIDIzLjA0MjkgNDUuODQ0OCAyMy4xNjggNDUuNjAxNFoiDQogICAgZmlsbD0iI0E4RjVDMiINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNNDUuODg5OCA5Ni4xNzg3QzQ2LjIxNDcgOTUuNTQ2MyA0Ny4xMTg3IDk1LjU0NjMgNDcuNDQzNiA5Ni4xNzg3QzQ3LjUyNjkgOTYuMzQwOSA0Ny42NTkgOTYuNDczIDQ3LjgyMTMgOTYuNTU2NEM0OC40NTM2IDk2Ljg4MTMgNDguNDUzNiA5Ny43ODUzIDQ3LjgyMTMgOTguMTEwMkM0Ny42NTkgOTguMTkzNiA0Ny41MjY5IDk4LjMyNTYgNDcuNDQzNiA5OC40ODc5QzQ3LjExODcgOTkuMTIwMyA0Ni4yMTQ3IDk5LjEyMDMgNDUuODg5OCA5OC40ODc5QzQ1LjgwNjQgOTguMzI1NiA0NS42NzQzIDk4LjE5MzYgNDUuNTEyIDk4LjExMDJDNDQuODc5NyA5Ny43ODUzIDQ0Ljg3OTcgOTYuODgxMyA0NS41MTIgOTYuNTU2NEM0NS42NzQzIDk2LjQ3MyA0NS44MDY0IDk2LjM0MDkgNDUuODg5OCA5Ni4xNzg3WiINCiAgICBmaWxsPSIjQThGNUMyIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik04MS44ODk4IDk4LjUxMkM4Mi4yMTQ3IDk3Ljg3OTcgODMuMTE4NyA5Ny44Nzk3IDgzLjQ0MzYgOTguNTEyQzgzLjUyNjkgOTguNjc0MyA4My42NTkgOTguODA2NCA4My44MjEzIDk4Ljg4OThDODQuNDUzNiA5OS4yMTQ3IDg0LjQ1MzYgMTAwLjExOSA4My44MjEzIDEwMC40NDRDODMuNjU5IDEwMC41MjcgODMuNTI2OSAxMDAuNjU5IDgzLjQ0MzYgMTAwLjgyMUM4My4xMTg3IDEwMS40NTQgODIuMjE0NyAxMDEuNDU0IDgxLjg4OTggMTAwLjgyMUM4MS44MDY0IDEwMC42NTkgODEuNjc0MyAxMDAuNTI3IDgxLjUxMiAxMDAuNDQ0QzgwLjg3OTcgMTAwLjExOSA4MC44Nzk3IDk5LjIxNDcgODEuNTEyIDk4Ljg4OThDODEuNjc0MyA5OC44MDY0IDgxLjgwNjQgOTguNjc0MyA4MS44ODk4IDk4LjUxMloiDQogICAgZmlsbD0iI0E4RjVDMiINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNNDkuMjIzMSAxNi44NDU0QzQ5LjU0OCAxNi4yMTMxIDUwLjQ1MiAxNi4yMTMxIDUwLjc3NjkgMTYuODQ1NEM1MC44NjAyIDE3LjAwNzcgNTAuOTkyMyAxNy4xMzk4IDUxLjE1NDYgMTcuMjIzMUM1MS43ODcgMTcuNTQ4MSA1MS43ODcgMTguNDUyIDUxLjE1NDYgMTguNzc2OUM1MC45OTIzIDE4Ljg2MDMgNTAuODYwMiAxOC45OTI0IDUwLjc3NjkgMTkuMTU0N0M1MC40NTIgMTkuNzg3IDQ5LjU0OCAxOS43ODcgNDkuMjIzMSAxOS4xNTQ3QzQ5LjEzOTcgMTguOTkyNCA0OS4wMDc2IDE4Ljg2MDMgNDguODQ1NCAxOC43NzY5QzQ4LjIxMyAxOC40NTIgNDguMjEzIDE3LjU0ODEgNDguODQ1NCAxNy4yMjMxQzQ5LjAwNzYgMTcuMTM5OCA0OS4xMzk3IDE3LjAwNzcgNDkuMjIzMSAxNi44NDU0WiINCiAgICBmaWxsPSIjQThGNUMyIg0KICAvPg0KICA8cGF0aA0KICAgIGQ9Ik05NS41NTY1IDUxLjE3ODdDOTUuODgxNCA1MC41NDYzIDk2Ljc4NTMgNTAuNTQ2MyA5Ny4xMTAyIDUxLjE3ODdDOTcuMTkzNiA1MS4zNDA5IDk3LjMyNTcgNTEuNDczIDk3LjQ4OCA1MS41NTY0Qzk4LjEyMDMgNTEuODgxMyA5OC4xMjAzIDUyLjc4NTMgOTcuNDg4IDUzLjExMDJDOTcuMzI1NyA1My4xOTM2IDk3LjE5MzYgNTMuMzI1NiA5Ny4xMTAyIDUzLjQ4NzlDOTYuNzg1MyA1NC4xMjAzIDk1Ljg4MTQgNTQuMTIwMyA5NS41NTY1IDUzLjQ4NzlDOTUuNDczMSA1My4zMjU2IDk1LjM0MSA1My4xOTM2IDk1LjE3ODcgNTMuMTEwMkM5NC41NDY0IDUyLjc4NTMgOTQuNTQ2NCA1MS44ODEzIDk1LjE3ODcgNTEuNTU2NEM5NS4zNDEgNTEuNDczIDk1LjQ3MzEgNTEuMzQwOSA5NS41NTY1IDUxLjE3ODdaIg0KICAgIGZpbGw9IiNBOEY1QzIiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTcyLjU1NjUgMTkuNTEyQzcyLjg4MTQgMTguODc5NyA3My43ODUzIDE4Ljg3OTcgNzQuMTEwMiAxOS41MTJDNzQuMTkzNiAxOS42NzQzIDc0LjMyNTcgMTkuODA2NCA3NC40ODggMTkuODg5OEM3NS4xMjAzIDIwLjIxNDcgNzUuMTIwMyAyMS4xMTg3IDc0LjQ4OCAyMS40NDM2Qzc0LjMyNTcgMjEuNTI2OSA3NC4xOTM2IDIxLjY1OSA3NC4xMTAyIDIxLjgyMTNDNzMuNzg1MyAyMi40NTM2IDcyLjg4MTQgMjIuNDUzNiA3Mi41NTY1IDIxLjgyMTNDNzIuNDczMSAyMS42NTkgNzIuMzQxIDIxLjUyNjkgNzIuMTc4NyAyMS40NDM2QzcxLjU0NjQgMjEuMTE4NyA3MS41NDY0IDIwLjIxNDcgNzIuMTc4NyAxOS44ODk4QzcyLjM0MSAxOS44MDY0IDcyLjQ3MzEgMTkuNjc0MyA3Mi41NTY1IDE5LjUxMloiDQogICAgZmlsbD0iI0E4RjVDMiINCiAgLz4NCiAgPHBhdGgNCiAgICBkPSJNMTAxLjE2OCA2Ny42MDE0QzEwMS42NTUgNjYuNjUyOSAxMDMuMDExIDY2LjY1MjkgMTAzLjQ5OSA2Ny42MDE0QzEwMy42MjQgNjcuODQ0OCAxMDMuODIyIDY4LjA0MyAxMDQuMDY1IDY4LjE2OEMxMDUuMDE0IDY4LjY1NTQgMTA1LjAxNCA3MC4wMTE0IDEwNC4wNjUgNzAuNDk4N0MxMDMuODIyIDcwLjYyMzggMTAzLjYyNCA3MC44MjE5IDEwMy40OTkgNzEuMDY1M0MxMDMuMDExIDcyLjAxMzggMTAxLjY1NSA3Mi4wMTM4IDEwMS4xNjggNzEuMDY1M0MxMDEuMDQzIDcwLjgyMTkgMTAwLjg0NSA3MC42MjM4IDEwMC42MDEgNzAuNDk4N0M5OS42NTI4IDcwLjAxMTQgOTkuNjUyOCA2OC42NTU0IDEwMC42MDEgNjguMTY4QzEwMC44NDUgNjguMDQzIDEwMS4wNDMgNjcuODQ0OCAxMDEuMTY4IDY3LjYwMTRaIg0KICAgIGZpbGw9IiNBOEY1QzIiDQogIC8+DQogIDxwYXRoDQogICAgZD0iTTI2LjgzNDcgODguOTM0N0MyNy4zMjIgODcuOTg2MiAyOC42NzggODcuOTg2MiAyOS4xNjUzIDg4LjkzNDdDMjkuMjkwNCA4OS4xNzgxIDI5LjQ4ODUgODkuMzc2MiAyOS43MzE5IDg5LjUwMTNDMzAuNjgwNSA4OS45ODg2IDMwLjY4MDUgOTEuMzQ0NiAyOS43MzE5IDkxLjgzMkMyOS40ODg1IDkxLjk1NyAyOS4yOTA0IDkyLjE1NTIgMjkuMTY1MyA5Mi4zOTg2QzI4LjY3OCA5My4zNDcxIDI3LjMyMiA5My4zNDcxIDI2LjgzNDcgOTIuMzk4NkMyNi43MDk2IDkyLjE1NTIgMjYuNTExNSA5MS45NTcgMjYuMjY4MSA5MS44MzJDMjUuMzE5NSA5MS4zNDQ2IDI1LjMxOTUgODkuOTg4NiAyNi4yNjgxIDg5LjUwMTNDMjYuNTExNSA4OS4zNzYyIDI2LjcwOTYgODkuMTc4MSAyNi44MzQ3IDg4LjkzNDdaIg0KICAgIGZpbGw9IiNBOEY1QzIiDQogIC8+DQogIDxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogY29sb3IiPg0KICAgIDxyZWN0IHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiBmaWxsPSJ3aGl0ZSIgLz4NCiAgPC9nPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9InBhaW50MF9hbmd1bGFyXzMyNzFfMjU4MjFfY2xpcF9wYXRoIj4NCiAgICAgIDxwYXRoDQogICAgICAgIGQ9Ik02MCA0OC42NjY2QzYyLjkwMDggNDguNjY2NiA2NS43MzY1IDQ5LjUyNjggNjguMTQ4NCA1MS4xMzg0QzcwLjU2MDMgNTIuNzUgNzIuNDQwMiA1NS4wNDA2IDczLjU1MDMgNTcuNzIwNkM3NC42NjAzIDYwLjQwMDYgNzQuOTUwOCA2My4zNDk2IDc0LjM4NDkgNjYuMTk0NkM3My44MTkgNjkuMDM5NyA3Mi40MjIxIDcxLjY1MyA3MC4zNzA5IDczLjcwNDJDNjguMzE5NyA3NS43NTU0IDY1LjcwNjQgNzcuMTUyMiA2Mi44NjEzIDc3LjcxODFDNjAuMDE2MyA3OC4yODQxIDU3LjA2NzMgNzcuOTkzNiA1NC4zODczIDc2Ljg4MzVDNTEuNzA3MyA3NS43NzM0IDQ5LjQxNjcgNzMuODkzNiA0Ny44MDUxIDcxLjQ4MTdDNDYuMTkzNSA2OS4wNjk3IDQ1LjMzMzQgNjYuMjM0MSA0NS4zMzM0IDYzLjMzMzNMNTIuNjY2NyA2My4zMzMzQzUyLjY2NjcgNjQuNzgzNyA1My4wOTY4IDY2LjIwMTUgNTMuOTAyNiA2Ny40MDc1QzU0LjcwODQgNjguNjEzNCA1NS44NTM3IDY5LjU1MzQgNTcuMTkzNyA3MC4xMDg0QzU4LjUzMzcgNzAuNjYzNSA2MC4wMDgyIDcwLjgwODcgNjEuNDMwNyA3MC41MjU3QzYyLjg1MzIgNzAuMjQyOCA2NC4xNTk5IDY5LjU0NDMgNjUuMTg1NSA2OC41MTg3QzY2LjIxMTEgNjcuNDkzMiA2Ni45MDk1IDY2LjE4NjUgNjcuMTkyNCA2NC43NjRDNjcuNDc1NCA2My4zNDE0IDY3LjMzMDIgNjEuODY2OSA2Ni43NzUxIDYwLjUyNjlDNjYuMjIwMSA1OS4xODcgNjUuMjgwMiA1OC4wNDE2IDY0LjA3NDIgNTcuMjM1OEM2Mi44NjgyIDU2LjQzMDEgNjEuNDUwNCA1NiA2MCA1Nkw2MCA0OC42NjY2WiINCiAgICAgIC8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KPC9zdmc+DQo=", O3 = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3271_26064)'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3cpath%20d='M108.688%20100H8.2717C7.01888%20100%206%2098.9674%206%2097.6977V29.3023C6%2028.0326%207.01888%2027%208.2717%2027H108.688C109.941%2027%20110.96%2028.0326%20110.96%2029.3023V97.6961C110.96%2098.9658%20109.941%2099.9984%20108.688%2099.9984V100Z'%20fill='white'%20/%3e%3cpath%20d='M108.688%20100H8.2717C7.01888%20100%206%2098.9674%206%2097.6977V29.3023C6%2028.0326%207.01888%2027%208.2717%2027H108.688C109.941%2027%20110.96%2028.0326%20110.96%2029.3023V97.6961C110.96%2098.9658%20109.941%2099.9984%20108.688%2099.9984V100ZM8.2717%2027.9359C7.52832%2027.9359%206.92345%2028.5489%206.92345%2029.3023V97.6961C6.92345%2098.4495%207.52832%2099.0625%208.2717%2099.0625H108.688C109.432%2099.0625%20110.036%2098.4495%20110.036%2097.6961V29.3023C110.036%2028.5489%20109.432%2027.9359%20108.688%2027.9359H8.2717Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M110.498%2029.3024V31.1929H6.46173V29.3024C6.46173%2028.2885%207.27283%2027.468%208.2717%2027.468H108.688C109.689%2027.468%20110.498%2028.29%20110.498%2029.3024Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M8.67649%2029.8469C8.96975%2029.8469%209.20748%2029.606%209.20748%2029.3088C9.20748%2029.0116%208.96975%2028.7706%208.67649%2028.7706C8.38324%2028.7706%208.14551%2029.0116%208.14551%2029.3088C8.14551%2029.606%208.38324%2029.8469%208.67649%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M10.448%2029.8469C10.7413%2029.8469%2010.979%2029.606%2010.979%2029.3088C10.979%2029.0116%2010.7413%2028.7706%2010.448%2028.7706C10.1548%2028.7706%209.91702%2029.0116%209.91702%2029.3088C9.91702%2029.606%2010.1548%2029.8469%2010.448%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M12.2195%2029.8469C12.5127%2029.8469%2012.7505%2029.606%2012.7505%2029.3088C12.7505%2029.0116%2012.5127%2028.7706%2012.2195%2028.7706C11.9262%2028.7706%2011.6885%2029.0116%2011.6885%2029.3088C11.6885%2029.606%2011.9262%2029.8469%2012.2195%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M99.0273%2033.1692H16.7813C16.0231%2033.1692%2015.4085%2033.7921%2015.4085%2034.5606C15.4085%2035.329%2016.0231%2035.9519%2016.7813%2035.9519H99.0273C99.7855%2035.9519%20100.4%2035.329%20100.4%2034.5606C100.4%2033.7921%2099.7855%2033.1692%2099.0273%2033.1692Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M42.7427%2066.1579H24.4337C23.3286%2066.1579%2022.4298%2065.247%2022.4298%2064.127V48.2636C22.4298%2047.1436%2023.3286%2046.2327%2024.4337%2046.2327H42.7427C43.8478%2046.2327%2044.7466%2047.1436%2044.7466%2048.2636V64.127C44.7466%2065.247%2043.8478%2066.1579%2042.7427%2066.1579ZM24.4337%2046.8566C23.6688%2046.8566%2023.0454%2047.4883%2023.0454%2048.2636V64.127C23.0454%2064.9023%2023.6688%2065.534%2024.4337%2065.534H42.7427C43.5077%2065.534%2044.131%2064.9023%2044.131%2064.127V48.2636C44.131%2047.4883%2043.5077%2046.8566%2042.7427%2046.8566H24.4337Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M67.6345%2066.1579H49.3254C48.2204%2066.1579%2047.3215%2065.247%2047.3215%2064.127V48.2636C47.3215%2047.1436%2048.2204%2046.2327%2049.3254%2046.2327H67.6345C68.7395%2046.2327%2069.6384%2047.1436%2069.6384%2048.2636V64.127C69.6384%2065.247%2068.7395%2066.1579%2067.6345%2066.1579ZM49.3254%2046.8566C48.5605%2046.8566%2047.9372%2047.4883%2047.9372%2048.2636V64.127C47.9372%2064.9023%2048.5605%2065.534%2049.3254%2065.534H67.6345C68.3994%2065.534%2069.0227%2064.9023%2069.0227%2064.127V48.2636C69.0227%2047.4883%2068.3994%2046.8566%2067.6345%2046.8566H49.3254Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M92.5262%2066.1579H74.2171C73.1121%2066.1579%2072.2132%2065.247%2072.2132%2064.127V48.2636C72.2132%2047.1436%2073.1121%2046.2327%2074.2171%2046.2327H92.5262C93.6312%2046.2327%2094.5301%2047.1436%2094.5301%2048.2636V64.127C94.5301%2065.247%2093.6312%2066.1579%2092.5262%2066.1579ZM74.2171%2046.8566C73.4522%2046.8566%2072.8289%2047.4883%2072.8289%2048.2636V64.127C72.8289%2064.9023%2073.4522%2065.534%2074.2171%2065.534H92.5262C93.2911%2065.534%2093.9144%2064.9023%2093.9144%2064.127V48.2636C93.9144%2047.4883%2093.2911%2046.8566%2092.5262%2046.8566H74.2171Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M42.7427%2090.9593H24.4337C23.3286%2090.9593%2022.4298%2090.0484%2022.4298%2088.9284V73.065C22.4298%2071.945%2023.3286%2071.0341%2024.4337%2071.0341H42.7427C43.8478%2071.0341%2044.7466%2071.945%2044.7466%2073.065V88.9284C44.7466%2090.0484%2043.8478%2090.9593%2042.7427%2090.9593ZM24.4337%2071.658C23.6688%2071.658%2023.0454%2072.2897%2023.0454%2073.065V88.9284C23.0454%2089.7037%2023.6688%2090.3354%2024.4337%2090.3354H42.7427C43.5077%2090.3354%2044.131%2089.7037%2044.131%2088.9284V73.065C44.131%2072.2897%2043.5077%2071.658%2042.7427%2071.658H24.4337Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M67.6345%2090.9593H49.3254C48.2204%2090.9593%2047.3215%2090.0484%2047.3215%2088.9284V73.065C47.3215%2071.945%2048.2204%2071.0341%2049.3254%2071.0341H67.6345C68.7395%2071.0341%2069.6384%2071.945%2069.6384%2073.065V88.9284C69.6384%2090.0484%2068.7395%2090.9593%2067.6345%2090.9593ZM49.3254%2071.658C48.5605%2071.658%2047.9372%2072.2897%2047.9372%2073.065V88.9284C47.9372%2089.7037%2048.5605%2090.3354%2049.3254%2090.3354H67.6345C68.3994%2090.3354%2069.0227%2089.7037%2069.0227%2088.9284V73.065C69.0227%2072.2897%2068.3994%2071.658%2067.6345%2071.658H49.3254Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M92.5262%2090.9593H74.2171C73.1121%2090.9593%2072.2132%2090.0484%2072.2132%2088.9284V73.065C72.2132%2071.945%2073.1121%2071.0341%2074.2171%2071.0341H92.5262C93.6312%2071.0341%2094.5301%2071.945%2094.5301%2073.065V88.9284C94.5301%2090.0484%2093.6312%2090.9593%2092.5262%2090.9593Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M98.6718%2040.9496L100.56%2039.46C100.56%2039.46%20102.715%2040.14%20102.77%2040.1681C102.826%2040.1962%20106.115%2047.9267%20106.115%2047.9267C106.115%2047.9267%2097.6899%2052.2974%2098.3055%2051.87C98.9211%2051.4457%2098.7934%2045.6852%2098.2208%2044.935C97.6468%2044.1831%2098.1362%2042.2957%2098.1362%2042.2957L98.6672%2040.948H98.6703L98.6718%2040.9496Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M103.892%2044.4327H101.331V48.5507L104.156%2047.6101L103.892%2044.4327Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M95.5259%2070.9888C95.5921%2070.6129%2095.5659%2070.2245%2095.4489%2069.8564L96.3416%2065.9677L94.4378%2065.5637L93.739%2069.5522C93.5112%2069.8579%2093.3635%2070.2167%2093.3081%2070.5942C93.1542%2071.5379%2093.5282%2072.3927%2094.1407%2072.5003C94.7533%2072.6095%2095.3735%2071.9325%2095.5274%2070.9888H95.5259Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M103.094%2093.714H100.449V97.5153H103.094V93.714Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M97.8761%2099.8163C99.0365%2099.8163%20100.731%2099.693%20100.743%2099.6915C101.197%2099.732%20103.46%2099.913%20103.572%2099.3889C103.675%2098.9069%20103.523%2098.403%20103.501%2098.3329C103.283%2096.1413%20103.203%2096.1148%20103.154%2096.1007C103.077%2096.0773%20102.852%2096.1865%20102.487%2096.4252L102.464%2096.4408L102.459%2096.4673C102.453%2096.5001%20102.292%2097.3049%20101.525%2097.1833C101%2097.099%20100.83%2096.9805%20100.776%2096.9228C100.82%2096.9025%20100.876%2096.8666%20100.914%2096.8058C100.971%2096.7169%20100.98%2096.6014%20100.943%2096.4626C100.845%2096.0992%20100.549%2095.561%20100.537%2095.5376L100.503%2095.4768L97.499%2097.5311L95.6428%2098.0692C95.5028%2098.1082%2095.3904%2098.2112%2095.3335%2098.3469C95.255%2098.5356%2095.3027%2098.7571%2095.4551%2098.8944C95.7921%2099.2017%2096.4632%2099.7273%2097.165%2099.7929C97.3512%2099.81%2097.599%2099.8178%2097.8776%2099.8178L97.8761%2099.8163Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M110.623%2090.7262L108.379%2092.1443L110.364%2095.3697L112.608%2093.9516L110.623%2090.7262Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M107.642%2099.2968C108.011%2099.2968%20108.419%2099.2437%20108.762%2099.0675C109.629%2098.626%20111.736%2097.074%20111.748%2097.0631C112.153%2096.8556%20114.167%2095.7949%20113.989%2095.2896C113.824%2094.8247%20113.432%2094.4784%20113.378%2094.4317C112.048%2092.6878%20111.968%2092.7096%20111.919%2092.7236C111.84%2092.7455%20111.708%2092.9576%20111.522%2093.3554L111.511%2093.3803L111.522%2093.4053C111.534%2093.438%20111.817%2094.207%20111.103%2094.5128C110.614%2094.7233%20110.407%2094.7155%20110.332%2094.6937C110.36%2094.6516%20110.387%2094.5923%20110.389%2094.519C110.392%2094.4129%20110.34%2094.3084%20110.235%2094.2117C109.961%2093.9559%20109.43%2093.658%20109.407%2093.6455L109.347%2093.6127L107.869%2096.9679L106.575%2098.4186C106.477%2098.5278%20106.435%2098.6744%20106.458%2098.821C106.49%2099.0238%20106.647%2099.1845%20106.847%2099.2203C107.051%2099.2562%20107.335%2099.2952%20107.646%2099.2952L107.642%2099.2968Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M105.041%2061.9215C105.041%2061.9215%20105.898%2061.9215%20107.241%2064.645C108.585%2067.37%20106.875%2078.3044%20106.875%2078.3044L111.662%2090.8579L108.303%2093.2413L102.173%2079.7956L103.685%2094.6888H99.9061L96.9664%2068.9017L97.6375%2061.9231H105.041V61.9215Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M105.616%2046.9441H100.494L95.8752%2062.3474H108.722L105.616%2046.9441Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M101.304%2046.9442L96.0969%2068.8161H93.4927C93.4927%2068.8161%2097.439%2048.5617%2097.776%2047.7101C98.1116%2046.8584%20101.302%2046.9442%20101.302%2046.9442H101.304Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M101.682%2045.5715C103.236%2045.5715%20104.496%2044.2949%20104.496%2042.7201C104.496%2041.1454%20103.236%2039.8688%20101.682%2039.8688C100.128%2039.8688%2098.8687%2041.1454%2098.8687%2042.7201C98.8687%2044.2949%20100.128%2045.5715%20101.682%2045.5715Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M98.1777%2042.2007L98.8672%2042.3193C99.5105%2039.7081%20100.968%2040.5613%20101.107%2040.5317C101.245%2040.502%20103.317%2042.7997%20103.149%2045.1269C102.981%2047.4526%20105.949%2048.543%20105.949%2048.543C105.949%2048.543%20106.986%2050.5177%20106.061%2054.0913C105.136%2057.6649%20107.097%2058.8644%20107.097%2058.8644C110.96%2058.5321%20108.637%2053.0696%20108.022%2052.0775C107.406%2051.0839%20107.826%2049.3541%20107.826%2049.3541C108.779%2048.5024%20107.658%2046.6306%20107.658%2046.6306C107.658%2046.6306%20107.856%2044.1333%20107.268%2043.6513C106.68%2043.1694%20106.652%2041.9776%20106.652%2041.9776C105.615%2037.4105%20102.229%2038.2902%20102.229%2038.2902C97.8899%2037.8082%2098.1792%2042.1991%2098.1792%2042.1991L98.1777%2042.2007Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M110.915%2070.5318C110.844%2070.1559%20110.684%2069.8018%20110.446%2069.5007L109.916%2065.5435L107.994%2065.8523L108.737%2069.833C108.634%2070.2011%20108.622%2070.5879%20108.701%2070.9623C108.887%2071.8998%20109.535%2072.5627%20110.146%2072.4441C110.757%2072.3256%20111.102%2071.4692%20110.914%2070.5318H110.915Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M108.203%2068.5586H110.808C110.808%2068.5586%20106.861%2048.3042%20106.524%2047.4525C106.189%2046.6008%20103.378%2046.9627%20103.378%2046.9627L108.203%2068.5586Z'%20fill='%2317AD49'%20/%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3271_26064'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", z3 = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3cpath%20d='M1.25%2060.5C1.25%2028.0188%2027.5813%201.6875%2060.0625%201.6875C92.5437%201.6875%20118.875%2028.0188%20118.875%2060.5C118.875%2092.9812%2092.5437%20119.312%2060.0625%20119.312C27.5813%20119.312%201.25%2092.9812%201.25%2060.5Z'%20stroke='%23F1F2F3'%20stroke-width='0.5'%20/%3e%3cpath%20d='M13.25%2060.5009C13.25%2034.7555%2034.1207%2013.8848%2059.8661%2013.8848C85.6115%2013.8848%20106.482%2034.7555%20106.482%2060.5009C106.482%2086.2462%2085.6115%20107.117%2059.8661%20107.117C34.1207%20107.117%2013.25%2086.2462%2013.25%2060.5009Z'%20stroke='%23E6EAEA'%20stroke-width='0.5'%20/%3e%3cpath%20d='M27.2375%2060.5008C27.2375%2042.372%2041.9338%2027.6758%2060.0625%2027.6758C78.1913%2027.6758%2092.8876%2042.372%2092.8876%2060.5008C92.8876%2078.6295%2078.1913%2093.3258%2060.0625%2093.3258C41.9338%2093.3258%2027.2375%2078.6295%2027.2375%2060.5008Z'%20stroke='%23D9DEDE'%20stroke-width='0.5'%20/%3e%3cpath%20d='M39.0106%2060.4825C39.0106%2048.0658%2049.0764%2038%2061.4931%2038C73.9098%2038%2083.9756%2048.0658%2083.9756%2060.4825C83.9756%2072.8992%2073.9098%2082.965%2061.4931%2082.965C49.0764%2082.965%2039.0106%2072.8992%2039.0106%2060.4825Z'%20fill='url(%23paint0_linear_5860_17372)'%20/%3e%3cpath%20d='M36.7527%2060.8815C36.7527%2048.8805%2046.4815%2039.1518%2058.4825%2039.1518C70.4835%2039.1518%2080.2122%2048.8805%2080.2122%2060.8815C80.2122%2072.8825%2070.4835%2082.6113%2058.4825%2082.6113C46.4815%2082.6113%2036.7527%2072.8825%2036.7527%2060.8815Z'%20fill='url(%23paint1_linear_5860_17372)'%20stroke='%23738482'%20stroke-width='1.50552'%20/%3e%3cpath%20d='M57.5912%2065.3233C61.52%2065.3233%2064.7049%2062.1383%2064.7049%2058.2095C64.7049%2054.2807%2061.52%2051.0958%2057.5912%2051.0958C53.6624%2051.0958%2050.4774%2054.2807%2050.4774%2058.2095C50.4774%2062.1383%2053.6624%2065.3233%2057.5912%2065.3233Z'%20fill='%234C5857'%20/%3e%3cpath%20d='M58.1778%2065.3212C61.3704%2065.3212%2063.9585%2062.7331%2063.9585%2059.5405C63.9585%2056.3479%2061.3704%2053.7598%2058.1778%2053.7598C54.9852%2053.7598%2052.3971%2056.3479%2052.3971%2059.5405C52.3971%2062.7331%2054.9852%2065.3212%2058.1778%2065.3212Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M50.4819%2044.2201C49.496%2043.7993%2048.412%2043.6628%2047.3526%2043.826C46.2931%2043.9892%2045.3005%2044.4456%2044.487%2045.1436C43.6913%2045.8615%2043.0856%2046.7651%2042.7239%2047.7738C42.3621%2048.7826%2042.2556%2049.8651%2042.4136%2050.925C42.732%2053.0808%2044.0426%2054.9373%2045.2507%2056.7509C46.4587%2058.5646%2047.639%2060.552%2047.6376%2062.7311C47.6366%2064.3007%2047.0133%2065.8058%2045.9042%2066.9164C44.7951%2068.027%2043.2908%2068.6525%2041.7213%2068.6556C43.5634%2069.4486%2045.4861%2070.2572%2047.4895%2070.1632C49.4929%2070.0692%2051.5927%2068.7813%2051.9195%2066.8025C52.155%2065.3767%2051.4554%2063.9864%2050.872%2062.6643C49.9217%2060.51%2049.2349%2058.2489%2048.8263%2055.93C48.561%2054.8327%2048.5745%2053.6864%2048.8654%2052.5955C49.1527%2051.8069%2049.6858%2051.1314%2050.3862%2050.6688C51.0866%2050.2061%2051.917%2049.9808%2052.7552%2050.026L53.4171%2049.4305C53.5305%2048.3646%2053.3087%2047.2899%2052.7826%2046.356C52.2565%2045.4221%2051.4522%2044.6755%2050.4819%2044.2201Z'%20fill='%234C5857'%20/%3e%3cpath%20d='M73.5238%2075.424C70.078%2079.3448%2065.2286%2081.7532%2060.0224%2082.1295C54.8163%2082.5057%2049.671%2080.8196%2045.6972%2077.435L47.4032%2072.6748C47.7887%2071.8294%2048.3971%2071.1048%2049.1631%2070.5788C49.9291%2070.0528%2050.8238%2069.7452%2051.7514%2069.689L52.8366%2069.6224L55.4245%2067.3904C55.4245%2067.3904%2062.3974%2067.1414%2062.2939%2067.0222L66.5176%2069.5627L66.5141%2069.5452L68.1745%2069.6469C69.102%2069.7028%2069.9969%2070.0103%2070.7629%2070.5364C71.529%2071.0624%2072.1373%2071.7871%2072.5226%2072.6328L73.5238%2075.424Z'%20fill='%23919F9D'%20/%3e%3cpath%20d='M53.0963%2054.6525C54.6471%2054.6525%2055.9043%2053.3953%2055.9043%2051.8444C55.9043%2050.2936%2054.6471%2049.0364%2053.0963%2049.0364C51.5454%2049.0364%2050.2882%2050.2936%2050.2882%2051.8444C50.2882%2053.3953%2051.5454%2054.6525%2053.0963%2054.6525Z'%20fill='%234C5857'%20/%3e%3cpath%20d='M8.19385%20102.91C8.19385%2097.9891%2012.1829%2094%2017.1037%2094C22.0245%2094%2026.0135%2097.9891%2026.0135%20102.91C26.0135%20107.831%2022.0245%20111.82%2017.1037%20111.82C12.1829%20111.82%208.19385%20107.831%208.19385%20102.91Z'%20fill='url(%23paint2_linear_5860_17372)'%20/%3e%3cpath%20d='M7.29869%20103.069C7.29869%2098.3126%2011.1542%2094.4571%2015.9102%2094.4571C20.6662%2094.4571%2024.5217%2098.3126%2024.5217%20103.069C24.5217%20107.825%2020.6662%20111.68%2015.9102%20111.68C11.1542%20111.68%207.29869%20107.825%207.29869%20103.069Z'%20fill='%23E6EAEA'%20stroke='%23738482'%20stroke-width='0.596642'%20/%3e%3cpath%20d='M15.6138%20103.03C17.1776%20103.03%2018.4453%20101.762%2018.4453%20100.198C18.4453%2098.6345%2017.1776%2097.3668%2015.6138%2097.3668C14.0501%2097.3668%2012.7823%2098.6345%2012.7823%20100.198C12.7823%20101.762%2014.0501%20103.03%2015.6138%20103.03Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M22.6324%20107.962C21.3198%20109.991%2018.7492%20111.255%2016.4273%20111.422C13.5635%20111.542%2011.1769%20110.229%209.86429%20108.797L10.8638%20106.641C11.0357%20106.264%2011.307%20105.941%2011.6487%20105.706C11.9903%20105.472%2012.3893%20105.335%2012.803%20105.31L13.287%20105.28L14.4411%20104.284C14.4411%20104.284%2017.5509%20104.173%2017.5048%20104.12L19.3885%20105.253L19.3869%20105.245L20.1274%20105.291C20.5411%20105.316%2020.9402%20105.453%2021.2818%20105.687C21.6234%20105.922%2021.8947%20106.245%2022.0666%20106.622L22.6324%20107.962Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M18.6008%2098.4415C18.3615%2097.5851%2017.8179%2096.8454%2017.072%2096.3614C16.4775%2095.9812%2015.7358%2095.7871%2015.0623%2095.9882C14.3888%2096.1892%2013.8313%2096.8502%2013.8753%2097.5643C13.7506%2097.5315%2013.6191%2097.5343%2013.4959%2097.5723C13.3726%2097.6104%2013.2625%2097.6822%2013.1779%2097.7796C13.009%2097.9791%2012.8915%2098.217%2012.8358%2098.4724C12.6197%2099.273%2012.634%20100.118%2012.8771%20100.911L12.8637%20101.025C13.0263%20100.982%2013.1768%20100.902%2013.3038%20100.792C13.4308%20100.681%2013.5309%20100.543%2013.5965%20100.388C13.7514%20100.088%2013.8406%2099.7548%2014.0086%2099.4618C14.0811%2099.3102%2014.1904%2099.1792%2014.3266%2099.0807C14.4628%2098.9823%2014.6215%2098.9196%2014.7882%2098.8983L14.7589%2099.4069C15.0452%2099.2594%2015.3314%2099.1119%2015.6177%2098.9644L15.4134%2099.4531L16.1634%2099.1396C16.1355%2099.2962%2016.1076%2099.4529%2016.0796%2099.6095C16.1452%2099.4735%2016.2376%2099.3523%2016.3514%2099.2531C16.4651%2099.1539%2016.5979%2099.0788%2016.7415%2099.0324C16.8851%2098.9859%2017.0366%2098.9691%2017.1869%2098.9829C17.3372%2098.9967%2017.4832%2099.0409%2017.6159%2099.1128C17.9149%2099.3139%2018.1304%2099.6171%2018.2222%2099.9656C18.3129%20100.313%2018.3617%20100.671%2018.3673%20101.03C18.7536%20100.223%2018.8365%2099.3043%2018.6008%2098.4415Z'%20fill='%235D6C6B'%20/%3e%3cpath%20d='M89.4089%2083.5143C89.4089%2077.7074%2094.1163%2073%2099.9232%2073C105.73%2073%20110.438%2077.7074%20110.438%2083.5143C110.438%2089.3212%20105.73%2094.0286%2099.9232%2094.0286C94.1163%2094.0286%2089.4089%2089.3212%2089.4089%2083.5143Z'%20fill='url(%23paint3_linear_5860_17372)'%20/%3e%3cpath%20d='M88.3523%2083.7004C88.3523%2078.088%2092.9021%2073.5382%2098.5146%2073.5382C104.127%2073.5382%20108.677%2078.088%20108.677%2083.7004C108.677%2089.3129%20104.127%2093.8627%2098.5146%2093.8627C92.9021%2093.8627%2088.3523%2089.3129%2088.3523%2083.7004Z'%20fill='%23E6EAEA'%20stroke='%23738482'%20stroke-width='0.704082'%20/%3e%3cpath%20d='M93.2%2078.5751C93.6751%2077.061%2094.7555%2075.6723%2096.2496%2075.1605C97.7439%2074.6486%2099.9318%2075.4284%20101.055%2076.5479C103.11%2078.5957%20103.611%2085.6308%20102.2%2087.8539C101.919%2087.8391%20100.95%2087.8281%20100.666%2087.8174L100.264%2086.4775V87.8042C99.8109%2087.7902%2099.3546%2087.7806%2098.8948%2087.7752C97.353%2087.7561%2095.8786%2087.14%2094.7817%2086.0564C93.6848%2084.9727%2093.0507%2083.506%2093.0128%2081.9646C92.976%2080.4899%2093.0128%2079.1718%2093.2%2078.5751Z'%20fill='%235D6C6B'%20/%3e%3cpath%20d='M98.3549%2083.5939C100.163%2083.5939%20101.629%2082.1278%20101.629%2080.3194C101.629%2078.511%20100.163%2077.0449%2098.3549%2077.0449C96.5465%2077.0449%2095.0804%2078.511%2095.0804%2080.3194C95.0804%2082.1278%2096.5465%2083.5939%2098.3549%2083.5939Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M95.5291%2077.4425L99.2993%2075.5547C100.07%2075.902%20100.734%2076.4493%20101.222%2077.1396C101.71%2077.83%20102.004%2078.6383%20102.075%2079.4809L102.169%2080.6065L100.59%2080.2046L100.417%2078.7653L100.149%2080.0924L99.4203%2079.907L99.4273%2077.6724L98.6982%2079.9054L96.0959%2079.3075L95.5291%2077.4425Z'%20fill='%235D6C6B'%20/%3e%3cpath%20d='M106.447%2089.4749C104.898%2091.8688%20101.865%2093.3605%2099.125%2093.5586C95.7454%2093.6994%2092.929%2092.1504%2091.3801%2090.4606L92.5595%2087.9163C92.7624%2087.4714%2093.0826%2087.09%2093.4858%2086.8132C93.8889%2086.5364%2094.3598%2086.3745%2094.8479%2086.3449L95.4191%2086.3098L96.7811%2085.1352C96.7811%2085.1352%20100.451%2085.0042%20100.396%2084.9414L102.619%2086.2785L102.617%2086.2692L103.491%2086.3227C103.979%2086.3522%20104.45%2086.514%20104.854%2086.7909C105.257%2087.0677%20105.577%2087.4491%20105.78%2087.8942L106.447%2089.4749Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M30.2714%2019.4887C30.2714%2014.2482%2034.5196%2010%2039.7601%2010C45.0005%2010%2049.2488%2014.2482%2049.2488%2019.4887C49.2488%2024.7291%2045.0005%2028.9773%2039.7601%2028.9773C34.5196%2028.9773%2030.2714%2024.7291%2030.2714%2019.4887Z'%20fill='url(%23paint4_linear_5860_17372)'%20/%3e%3cpath%20d='M29.3181%2019.6579C29.3181%2014.5929%2033.4241%2010.4869%2038.489%2010.4869C43.554%2010.4869%2047.66%2014.5929%2047.66%2019.6579C47.66%2024.7228%2043.554%2028.8288%2038.489%2028.8288C33.4241%2028.8288%2029.3181%2024.7228%2029.3181%2019.6579Z'%20fill='%23E6EAEA'%20stroke='%23738482'%20stroke-width='0.635402'%20/%3e%3cpath%20d='M38.1734%2019.6165C39.8388%2019.6165%2041.1889%2018.2664%2041.1889%2016.601C41.1889%2014.9356%2039.8388%2013.5856%2038.1734%2013.5856C36.508%2013.5856%2035.158%2014.9356%2035.158%2016.601C35.158%2018.2664%2036.508%2019.6165%2038.1734%2019.6165Z'%20fill='%23D9DEDE'%20/%3e%3cpath%20d='M45.648%2024.869C44.2501%2027.0293%2041.5125%2028.3756%2039.0398%2028.5543C35.9898%2028.6814%2033.4482%2027.2835%2032.0504%2025.7585L33.1148%2023.4625C33.2979%2023.0609%2033.5868%2022.7167%2033.9506%2022.4669C34.3145%2022.2171%2034.7394%2022.071%2035.1799%2022.0443L35.6954%2022.0127L36.9245%2020.9526C36.9245%2020.9526%2040.2363%2020.8343%2040.1872%2020.7777L42.1933%2021.9843L42.1916%2021.976L42.9802%2022.0243C43.4208%2022.0509%2043.8458%2022.1969%2044.2096%2022.4468C44.5734%2022.6966%2044.8624%2023.0408%2045.0454%2023.4425L45.648%2024.869Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M41.3544%2014.7301C41.0996%2013.8181%2040.5207%2013.0304%2039.7263%2012.5149C39.0932%2012.11%2038.3032%2011.9033%2037.586%2012.1174C36.8688%2012.3316%2036.275%2013.0354%2036.322%2013.7959C36.1891%2013.761%2036.0491%2013.764%2035.9178%2013.8045C35.7866%2013.845%2035.6693%2013.9215%2035.5793%2014.0253C35.3993%2014.2377%2035.2742%2014.491%2035.2149%2014.763C34.9847%2015.6157%2035%2016.516%2035.2589%2017.3603L35.2446%2017.4815C35.4177%2017.4354%2035.578%2017.3504%2035.7133%2017.2329C35.8485%2017.1154%2035.9551%2016.9685%2036.025%2016.8035C36.19%2016.4837%2036.285%2016.1288%2036.4639%2015.8167C36.5411%2015.6553%2036.6575%2015.5157%2036.8026%2015.4109C36.9476%2015.3061%2037.1166%2015.2393%2037.2941%2015.2166L37.2629%2015.7583C37.5678%2015.6012%2037.8727%2015.4441%2038.1775%2015.287L37.96%2015.8074L38.7587%2015.4736C38.729%2015.6404%2038.6992%2015.8072%2038.6694%2015.974C38.7392%2015.8292%2038.8377%2015.7001%2038.9589%2015.5944C39.08%2015.4888%2039.2213%2015.4088%2039.3743%2015.3594C39.5272%2015.3099%2039.6886%2015.292%2039.8487%2015.3067C40.0088%2015.3215%2040.1642%2015.3685%2040.3056%2015.445C40.624%2015.6592%2040.8535%2015.9821%2040.9512%2016.3532C41.0478%2016.7235%2041.0997%2017.104%2041.1058%2017.4867C41.5172%2016.6275%2041.6055%2015.649%2041.3544%2014.7301Z'%20fill='%235D6C6B'%20/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_5860_17372'%20x1='61.4931'%20y1='38'%20x2='61.4931'%20y2='82.965'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_5860_17372'%20x1='58.4825'%20y1='38.399'%20x2='58.4825'%20y2='83.364'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23EFF1F1'%20/%3e%3cstop%20offset='1'%20stop-color='%23D9DEDE'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_5860_17372'%20x1='17.1037'%20y1='94'%20x2='17.1037'%20y2='111.82'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_5860_17372'%20x1='99.9232'%20y1='73'%20x2='99.9232'%20y2='94.0286'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_5860_17372'%20x1='39.7601'%20y1='10'%20x2='39.7601'%20y2='28.9773'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23B8C1C0'%20/%3e%3cstop%20offset='1'%20stop-color='%2399A3A3'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", L3 = "data:image/svg+xml,%3csvg%20width='388'%20height='297'%20viewBox='0%200%20388%20297'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3273_18484)'%3e%3crect%20width='120'%20height='120'%20transform='translate(268)'%20fill='white'%20/%3e%3cpath%20d='M376.688%20100H276.272C275.019%20100%20274%2098.9674%20274%2097.6977V29.3023C274%2028.0326%20275.019%2027%20276.272%2027H376.688C377.941%2027%20378.96%2028.0326%20378.96%2029.3023V97.6961C378.96%2098.9658%20377.941%2099.9984%20376.688%2099.9984V100Z'%20fill='white'%20/%3e%3cpath%20d='M376.688%20100H276.272C275.019%20100%20274%2098.9674%20274%2097.6977V29.3023C274%2028.0326%20275.019%2027%20276.272%2027H376.688C377.941%2027%20378.96%2028.0326%20378.96%2029.3023V97.6961C378.96%2098.9658%20377.941%2099.9984%20376.688%2099.9984V100ZM276.272%2027.9359C275.528%2027.9359%20274.923%2028.5489%20274.923%2029.3023V97.6961C274.923%2098.4495%20275.528%2099.0625%20276.272%2099.0625H376.688C377.432%2099.0625%20378.036%2098.4495%20378.036%2097.6961V29.3023C378.036%2028.5489%20377.432%2027.9359%20376.688%2027.9359H276.272Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M378.498%2029.3024V31.1929H274.462V29.3024C274.462%2028.2885%20275.273%2027.468%20276.272%2027.468H376.688C377.689%2027.468%20378.498%2028.29%20378.498%2029.3024Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M276.676%2029.8469C276.97%2029.8469%20277.207%2029.606%20277.207%2029.3088C277.207%2029.0116%20276.97%2028.7706%20276.676%2028.7706C276.383%2028.7706%20276.146%2029.0116%20276.146%2029.3088C276.146%2029.606%20276.383%2029.8469%20276.676%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M278.448%2029.8469C278.741%2029.8469%20278.979%2029.606%20278.979%2029.3088C278.979%2029.0116%20278.741%2028.7706%20278.448%2028.7706C278.155%2028.7706%20277.917%2029.0116%20277.917%2029.3088C277.917%2029.606%20278.155%2029.8469%20278.448%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M280.219%2029.8469C280.513%2029.8469%20280.75%2029.606%20280.75%2029.3088C280.75%2029.0116%20280.513%2028.7706%20280.219%2028.7706C279.926%2028.7706%20279.688%2029.0116%20279.688%2029.3088C279.688%2029.606%20279.926%2029.8469%20280.219%2029.8469Z'%20fill='white'%20/%3e%3cpath%20d='M367.027%2033.1692H284.781C284.023%2033.1692%20283.408%2033.7921%20283.408%2034.5606C283.408%2035.329%20284.023%2035.9519%20284.781%2035.9519H367.027C367.786%2035.9519%20368.4%2035.329%20368.4%2034.5606C368.4%2033.7921%20367.786%2033.1692%20367.027%2033.1692Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M310.743%2066.1579H292.434C291.329%2066.1579%20290.43%2065.247%20290.43%2064.127V48.2636C290.43%2047.1436%20291.329%2046.2327%20292.434%2046.2327H310.743C311.848%2046.2327%20312.747%2047.1436%20312.747%2048.2636V64.127C312.747%2065.247%20311.848%2066.1579%20310.743%2066.1579ZM292.434%2046.8566C291.669%2046.8566%20291.045%2047.4883%20291.045%2048.2636V64.127C291.045%2064.9023%20291.669%2065.534%20292.434%2065.534H310.743C311.508%2065.534%20312.131%2064.9023%20312.131%2064.127V48.2636C312.131%2047.4883%20311.508%2046.8566%20310.743%2046.8566H292.434Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M335.634%2066.1579H317.325C316.22%2066.1579%20315.322%2065.247%20315.322%2064.127V48.2636C315.322%2047.1436%20316.22%2046.2327%20317.325%2046.2327H335.634C336.74%2046.2327%20337.638%2047.1436%20337.638%2048.2636V64.127C337.638%2065.247%20336.74%2066.1579%20335.634%2066.1579ZM317.325%2046.8566C316.561%2046.8566%20315.937%2047.4883%20315.937%2048.2636V64.127C315.937%2064.9023%20316.561%2065.534%20317.325%2065.534H335.634C336.399%2065.534%20337.023%2064.9023%20337.023%2064.127V48.2636C337.023%2047.4883%20336.399%2046.8566%20335.634%2046.8566H317.325Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M360.526%2066.1579H342.217C341.112%2066.1579%20340.213%2065.247%20340.213%2064.127V48.2636C340.213%2047.1436%20341.112%2046.2327%20342.217%2046.2327H360.526C361.631%2046.2327%20362.53%2047.1436%20362.53%2048.2636V64.127C362.53%2065.247%20361.631%2066.1579%20360.526%2066.1579ZM342.217%2046.8566C341.452%2046.8566%20340.829%2047.4883%20340.829%2048.2636V64.127C340.829%2064.9023%20341.452%2065.534%20342.217%2065.534H360.526C361.291%2065.534%20361.914%2064.9023%20361.914%2064.127V48.2636C361.914%2047.4883%20361.291%2046.8566%20360.526%2046.8566H342.217Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M310.743%2090.9593H292.434C291.329%2090.9593%20290.43%2090.0484%20290.43%2088.9284V73.065C290.43%2071.945%20291.329%2071.0341%20292.434%2071.0341H310.743C311.848%2071.0341%20312.747%2071.945%20312.747%2073.065V88.9284C312.747%2090.0484%20311.848%2090.9593%20310.743%2090.9593ZM292.434%2071.658C291.669%2071.658%20291.045%2072.2897%20291.045%2073.065V88.9284C291.045%2089.7037%20291.669%2090.3354%20292.434%2090.3354H310.743C311.508%2090.3354%20312.131%2089.7037%20312.131%2088.9284V73.065C312.131%2072.2897%20311.508%2071.658%20310.743%2071.658H292.434Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M335.634%2090.9593H317.325C316.22%2090.9593%20315.322%2090.0484%20315.322%2088.9284V73.065C315.322%2071.945%20316.22%2071.0341%20317.325%2071.0341H335.634C336.74%2071.0341%20337.638%2071.945%20337.638%2073.065V88.9284C337.638%2090.0484%20336.74%2090.9593%20335.634%2090.9593ZM317.325%2071.658C316.561%2071.658%20315.937%2072.2897%20315.937%2073.065V88.9284C315.937%2089.7037%20316.561%2090.3354%20317.325%2090.3354H335.634C336.399%2090.3354%20337.023%2089.7037%20337.023%2088.9284V73.065C337.023%2072.2897%20336.399%2071.658%20335.634%2071.658H317.325Z'%20fill='%23DFDFDF'%20/%3e%3cpath%20d='M360.526%2090.9593H342.217C341.112%2090.9593%20340.213%2090.0484%20340.213%2088.9284V73.065C340.213%2071.945%20341.112%2071.0341%20342.217%2071.0341H360.526C361.631%2071.0341%20362.53%2071.945%20362.53%2073.065V88.9284C362.53%2090.0484%20361.631%2090.9593%20360.526%2090.9593Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M366.672%2040.9496L368.56%2039.46C368.56%2039.46%20370.715%2040.14%20370.77%2040.1681C370.826%2040.1962%20374.115%2047.9267%20374.115%2047.9267C374.115%2047.9267%20365.69%2052.2974%20366.306%2051.87C366.921%2051.4457%20366.793%2045.6852%20366.221%2044.935C365.647%2044.1831%20366.136%2042.2957%20366.136%2042.2957L366.667%2040.948H366.67L366.672%2040.9496Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M371.892%2044.4327H369.331V48.5507L372.156%2047.6101L371.892%2044.4327Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M363.526%2070.9888C363.592%2070.6129%20363.566%2070.2245%20363.449%2069.8564L364.342%2065.9677L362.438%2065.5637L361.739%2069.5522C361.511%2069.8579%20361.363%2070.2167%20361.308%2070.5942C361.154%2071.5379%20361.528%2072.3927%20362.141%2072.5003C362.753%2072.6095%20363.374%2071.9325%20363.527%2070.9888H363.526Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M371.094%2093.714H368.449V97.5153H371.094V93.714Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M365.876%2099.8163C367.037%2099.8163%20368.731%2099.693%20368.743%2099.6915C369.197%2099.732%20371.46%2099.913%20371.572%2099.3889C371.675%2098.9069%20371.523%2098.403%20371.501%2098.3329C371.283%2096.1413%20371.203%2096.1148%20371.154%2096.1007C371.077%2096.0773%20370.852%2096.1865%20370.487%2096.4252L370.464%2096.4408L370.459%2096.4673C370.453%2096.5001%20370.292%2097.3049%20369.525%2097.1833C369%2097.099%20368.83%2096.9805%20368.776%2096.9228C368.82%2096.9025%20368.876%2096.8666%20368.914%2096.8058C368.971%2096.7169%20368.98%2096.6014%20368.943%2096.4626C368.845%2096.0992%20368.549%2095.561%20368.537%2095.5376L368.503%2095.4768L365.499%2097.5311L363.643%2098.0692C363.503%2098.1082%20363.39%2098.2112%20363.333%2098.3469C363.255%2098.5356%20363.303%2098.7571%20363.455%2098.8944C363.792%2099.2017%20364.463%2099.7273%20365.165%2099.7929C365.351%2099.81%20365.599%2099.8178%20365.878%2099.8178L365.876%2099.8163Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M378.623%2090.7262L376.379%2092.1443L378.364%2095.3697L380.608%2093.9516L378.623%2090.7262Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M375.642%2099.2968C376.011%2099.2968%20376.419%2099.2437%20376.762%2099.0675C377.629%2098.626%20379.736%2097.074%20379.748%2097.0631C380.153%2096.8556%20382.167%2095.7949%20381.989%2095.2896C381.824%2094.8247%20381.432%2094.4784%20381.378%2094.4317C380.048%2092.6878%20379.968%2092.7096%20379.919%2092.7236C379.84%2092.7455%20379.708%2092.9576%20379.522%2093.3554L379.511%2093.3803L379.522%2093.4053C379.534%2093.438%20379.817%2094.207%20379.103%2094.5128C378.614%2094.7233%20378.407%2094.7155%20378.332%2094.6937C378.36%2094.6516%20378.387%2094.5923%20378.389%2094.519C378.392%2094.4129%20378.34%2094.3084%20378.235%2094.2117C377.961%2093.9559%20377.43%2093.658%20377.407%2093.6455L377.347%2093.6127L375.869%2096.9679L374.575%2098.4186C374.477%2098.5278%20374.435%2098.6744%20374.458%2098.821C374.49%2099.0238%20374.647%2099.1845%20374.847%2099.2203C375.051%2099.2562%20375.335%2099.2952%20375.646%2099.2952L375.642%2099.2968Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M373.041%2061.9215C373.041%2061.9215%20373.898%2061.9215%20375.241%2064.645C376.585%2067.37%20374.875%2078.3044%20374.875%2078.3044L379.662%2090.8579L376.303%2093.2413L370.173%2079.7956L371.685%2094.6888H367.906L364.966%2068.9017L365.637%2061.9231H373.041V61.9215Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M373.616%2046.9441H368.494L363.875%2062.3474H376.722L373.616%2046.9441Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M369.304%2046.9442L364.097%2068.8161H361.493C361.493%2068.8161%20365.439%2048.5617%20365.776%2047.7101C366.112%2046.8584%20369.302%2046.9442%20369.302%2046.9442H369.304Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M369.682%2045.5715C371.236%2045.5715%20372.496%2044.2949%20372.496%2042.7201C372.496%2041.1454%20371.236%2039.8688%20369.682%2039.8688C368.128%2039.8688%20366.869%2041.1454%20366.869%2042.7201C366.869%2044.2949%20368.128%2045.5715%20369.682%2045.5715Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M366.178%2042.2007L366.867%2042.3193C367.511%2039.7081%20368.968%2040.5613%20369.107%2040.5317C369.245%2040.502%20371.317%2042.7997%20371.149%2045.1269C370.981%2047.4526%20373.949%2048.543%20373.949%2048.543C373.949%2048.543%20374.986%2050.5177%20374.061%2054.0913C373.136%2057.6649%20375.097%2058.8644%20375.097%2058.8644C378.96%2058.5321%20376.637%2053.0696%20376.022%2052.0775C375.406%2051.0839%20375.826%2049.3541%20375.826%2049.3541C376.779%2048.5024%20375.658%2046.6306%20375.658%2046.6306C375.658%2046.6306%20375.856%2044.1333%20375.268%2043.6513C374.68%2043.1694%20374.652%2041.9776%20374.652%2041.9776C373.615%2037.4105%20370.229%2038.2902%20370.229%2038.2902C365.89%2037.8082%20366.179%2042.1991%20366.179%2042.1991L366.178%2042.2007Z'%20fill='%232F2E43'%20/%3e%3cpath%20d='M378.915%2070.5318C378.844%2070.1559%20378.684%2069.8018%20378.446%2069.5007L377.916%2065.5435L375.994%2065.8523L376.737%2069.833C376.634%2070.2011%20376.622%2070.5879%20376.701%2070.9623C376.887%2071.8998%20377.535%2072.5627%20378.146%2072.4441C378.757%2072.3256%20379.102%2071.4692%20378.914%2070.5318H378.915Z'%20fill='%23F2A2A5'%20/%3e%3cpath%20d='M376.203%2068.5586H378.808C378.808%2068.5586%20374.861%2048.3042%20374.524%2047.4525C374.189%2046.6008%20371.378%2046.9627%20371.378%2046.9627L376.203%2068.5586Z'%20fill='%2317AD49'%20/%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20x='268'%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3c/g%3e%3crect%20width='120'%20height='120'%20transform='translate(0%20177)'%20fill='white'%20/%3e%3cpath%20d='M7.20357%20245.902C7.47016%20245.383%208.21187%20245.383%208.47846%20245.902L9.19529%20247.297C9.2637%20247.43%209.37208%20247.538%209.50522%20247.607L10.9004%20248.324C11.4192%20248.59%2011.4192%20249.332%2010.9004%20249.599L9.50522%20250.315C9.37208%20250.384%209.2637%20250.492%209.19529%20250.625L8.47846%20252.02C8.21187%20252.539%207.47016%20252.539%207.20357%20252.02L6.48674%20250.625C6.41833%20250.492%206.30995%20250.384%206.17681%20250.315L4.78167%20249.599C4.26281%20249.332%204.26281%20248.59%204.78167%20248.324L6.17681%20247.607C6.30995%20247.538%206.41833%20247.43%206.48674%20247.297L7.20357%20245.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M106.204%20219.902C106.47%20219.383%20107.212%20219.383%20107.478%20219.902L108.195%20221.297C108.264%20221.43%20108.372%20221.538%20108.505%20221.607L109.9%20222.324C110.419%20222.59%20110.419%20223.332%20109.9%20223.599L108.505%20224.315C108.372%20224.384%20108.264%20224.492%20108.195%20224.625L107.478%20226.02C107.212%20226.539%20106.47%20226.539%20106.204%20226.02L105.487%20224.625C105.418%20224.492%20105.31%20224.384%20105.177%20224.315L103.782%20223.599C103.263%20223.332%20103.263%20222.59%20103.782%20222.324L105.177%20221.607C105.31%20221.538%20105.418%20221.43%20105.487%20221.297L106.204%20219.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M76.2036%20197.902C76.4702%20197.383%2077.2119%20197.383%2077.4785%20197.902L78.1953%20199.297C78.2637%20199.43%2078.3721%20199.538%2078.5052%20199.607L79.9004%20200.324C80.4192%20200.59%2080.4192%20201.332%2079.9004%20201.599L78.5052%20202.315C78.3721%20202.384%2078.2637%20202.492%2078.1953%20202.625L77.4785%20204.02C77.2119%20204.539%2076.4702%20204.539%2076.2036%20204.02L75.4867%20202.625C75.4183%20202.492%2075.31%20202.384%2075.1768%20202.315L73.7817%20201.599C73.2628%20201.332%2073.2628%20200.59%2073.7817%20200.324L75.1768%20199.607C75.31%20199.538%2075.4183%20199.43%2075.4867%20199.297L76.2036%20197.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M57.7702%20207.902C58.0368%20207.383%2058.7785%20207.383%2059.0451%20207.902L59.2755%20208.35C59.3439%20208.483%2059.4523%20208.592%2059.5854%20208.66L60.0337%20208.89C60.5526%20209.157%2060.5526%20209.899%2060.0337%20210.165L59.5854%20210.396C59.4523%20210.464%2059.3439%20210.572%2059.2755%20210.706L59.0451%20211.154C58.7785%20211.673%2058.0368%20211.673%2057.7702%20211.154L57.5399%20210.706C57.4715%20210.572%2057.3631%20210.464%2057.23%20210.396L56.7817%20210.165C56.2628%20209.899%2056.2628%20209.157%2056.7817%20208.89L57.23%20208.66C57.3631%20208.592%2057.4715%20208.483%2057.5399%20208.35L57.7702%20207.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M26.7702%20221.902C27.0368%20221.383%2027.7785%20221.383%2028.0451%20221.902L28.2755%20222.35C28.3439%20222.483%2028.4523%20222.592%2028.5854%20222.66L29.0337%20222.89C29.5526%20223.157%2029.5526%20223.899%2029.0337%20224.165L28.5854%20224.396C28.4523%20224.464%2028.3439%20224.572%2028.2755%20224.706L28.0451%20225.154C27.7785%20225.673%2027.0368%20225.673%2026.7702%20225.154L26.5399%20224.706C26.4715%20224.572%2026.3631%20224.464%2026.23%20224.396L25.7817%20224.165C25.2628%20223.899%2025.2628%20223.157%2025.7817%20222.89L26.23%20222.66C26.3631%20222.592%2026.4715%20222.483%2026.5399%20222.35L26.7702%20221.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M89.2702%20210.902C89.5368%20210.383%2090.2785%20210.383%2090.5451%20210.902L90.7755%20211.35C90.8439%20211.483%2090.9523%20211.592%2091.0854%20211.66L91.5337%20211.89C92.0526%20212.157%2092.0526%20212.899%2091.5337%20213.165L91.0854%20213.396C90.9523%20213.464%2090.8439%20213.572%2090.7755%20213.706L90.5451%20214.154C90.2785%20214.673%2089.5368%20214.673%2089.2702%20214.154L89.0399%20213.706C88.9715%20213.572%2088.8631%20213.464%2088.73%20213.396L88.2817%20213.165C87.7628%20212.899%2087.7628%20212.157%2088.2817%20211.89L88.73%20211.66C88.8631%20211.592%2088.9715%20211.483%2089.0399%20211.35L89.2702%20210.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M108.77%20244.902C109.037%20244.383%20109.779%20244.383%20110.045%20244.902L110.275%20245.35C110.344%20245.483%20110.452%20245.592%20110.585%20245.66L111.034%20245.89C111.553%20246.157%20111.553%20246.899%20111.034%20247.165L110.585%20247.396C110.452%20247.464%20110.344%20247.572%20110.275%20247.706L110.045%20248.154C109.779%20248.673%20109.037%20248.673%20108.77%20248.154L108.54%20247.706C108.471%20247.572%20108.363%20247.464%20108.23%20247.396L107.782%20247.165C107.263%20246.899%20107.263%20246.157%20107.782%20245.89L108.23%20245.66C108.363%20245.592%20108.471%20245.483%20108.54%20245.35L108.77%20244.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M29.2036%20201.902C29.4702%20201.383%2030.2119%20201.383%2030.4785%20201.902L31.1953%20203.297C31.2637%20203.43%2031.3721%20203.538%2031.5052%20203.607L32.9004%20204.324C33.4192%20204.59%2033.4192%20205.332%2032.9004%20205.599L31.5052%20206.315C31.3721%20206.384%2031.2637%20206.492%2031.1953%20206.625L30.4785%20208.02C30.2119%20208.539%2029.4702%20208.539%2029.2036%20208.02L28.4867%20206.625C28.4183%20206.492%2028.31%20206.384%2028.1768%20206.315L26.7817%20205.599C26.2628%20205.332%2026.2628%20204.59%2026.7817%20204.324L28.1768%20203.607C28.31%20203.538%2028.4183%20203.43%2028.4867%20203.297L29.2036%20201.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M8.77023%20227.902C9.03682%20227.383%209.77854%20227.383%2010.0451%20227.902L10.2755%20228.35C10.3439%20228.483%2010.4523%20228.592%2010.5854%20228.66L11.0337%20228.89C11.5526%20229.157%2011.5526%20229.899%2011.0337%20230.165L10.5854%20230.396C10.4523%20230.464%2010.3439%20230.572%2010.2755%20230.706L10.0451%20231.154C9.77854%20231.673%209.03682%20231.673%208.77023%20231.154L8.5399%20230.706C8.47149%20230.572%208.36311%20230.464%208.22997%20230.396L7.78167%20230.165C7.26281%20229.899%207.26281%20229.157%207.78167%20228.89L8.22997%20228.66C8.36311%20228.592%208.47149%20228.483%208.5399%20228.35L8.77023%20227.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M45.7702%20192.902C46.0368%20192.383%2046.7785%20192.383%2047.0451%20192.902L47.2755%20193.35C47.3439%20193.483%2047.4523%20193.592%2047.5854%20193.66L48.0337%20193.89C48.5526%20194.157%2048.5526%20194.899%2048.0337%20195.165L47.5854%20195.396C47.4523%20195.464%2047.3439%20195.572%2047.2755%20195.706L47.0451%20196.154C46.7785%20196.673%2046.0368%20196.673%2045.7702%20196.154L45.5399%20195.706C45.4715%20195.572%2045.3631%20195.464%2045.23%20195.396L44.7817%20195.165C44.2628%20194.899%2044.2628%20194.157%2044.7817%20193.89L45.23%20193.66C45.3631%20193.592%2045.4715%20193.483%2045.5399%20193.35L45.7702%20192.902Z'%20fill='%23E6EFFF'%20/%3e%3cpath%20d='M22.4889%20210.661C19.3426%20210.661%2018.7866%20212.562%2017.9344%20213.414C19.193%20212.155%2021.3746%20212.038%2022.4889%20212.234C45.8237%20215.708%2093.3978%20222.695%2097.016%20222.853C100.634%20223.01%20101.67%20226.982%20101.735%20228.949V280.862C102.522%20280.39%20102.587%20277.912%20102.522%20276.733V226.982C102.365%20222.892%2098.7858%20221.476%2097.016%20221.28C97.016%20221.28%2025.6351%20210.661%2022.4889%20210.661Z'%20fill='%2333DA6B'%20/%3e%3cpath%20d='M17.5726%20266.508V214.398C18.0445%20212.195%2019.9979%20211.776%2020.9156%20211.841L96.8192%20222.657C100.595%20222.971%20101.67%20226.327%20101.735%20227.966C101.932%20244.746%20102.207%20278.778%20101.735%20280.666C101.263%20282.554%2097.999%20282.501%2096.4259%20282.239L22.0954%20271.817C18.0052%20270.873%2017.376%20267.884%2017.5726%20266.508Z'%20fill='url(%23paint0_linear_3273_18484)'%20/%3e%3cpath%20d='M60.8251%20239.011C60.8641%20238.564%2061.268%20238.24%2061.7125%20238.299L88.3448%20241.844C88.7617%20241.9%2089.0612%20242.273%2089.0246%20242.692L88.7856%20245.433C88.7467%20245.88%2088.3427%20246.204%2087.8983%20246.145L61.2659%20242.6C60.849%20242.544%2060.5495%20242.171%2060.5861%20241.752L60.8251%20239.011Z'%20fill='%236FE697'%20/%3e%3cpath%20d='M60.937%20249.63C60.976%20249.183%2061.3799%20248.859%2061.8244%20248.918L88.4568%20252.463C88.8736%20252.519%2089.1731%20252.892%2089.1366%20253.311L88.8976%20256.052C88.8586%20256.499%2088.4547%20256.823%2088.0102%20256.763L61.3778%20253.219C60.961%20253.163%2060.6615%20252.79%2060.698%20252.371L60.937%20249.63Z'%20fill='%236FE697'%20/%3e%3cpath%20d='M60.8251%20259.855C60.8641%20259.409%2061.268%20259.085%2061.7125%20259.144L88.3448%20262.689C88.7617%20262.744%2089.0612%20263.118%2089.0246%20263.537L88.7856%20266.278C88.7467%20266.724%2088.3427%20267.048%2087.8983%20266.989L61.2659%20263.444C60.849%20263.389%2060.5495%20263.015%2060.5861%20262.596L60.8251%20259.855Z'%20fill='%236FE697'%20/%3e%3cpath%20d='M27.3733%20236.504C27.3733%20234.661%2028.9504%20233.213%2030.7869%20233.369L49.8611%20234.996C51.4892%20235.135%2052.74%20236.497%2052.74%20238.131V259.345C52.74%20261.188%2051.1629%20262.637%2049.3265%20262.48L30.2522%20260.854C28.6241%20260.715%2027.3733%20259.353%2027.3733%20257.719V236.504Z'%20fill='%2333DA6B'%20/%3e%3cpath%20d='M101.845%20233.828L17.541%20221.673V215.38C17.541%20212.245%2019.7041%20211.644%2021.0223%20211.855C21.7287%20211.882%2022.2604%20211.841%2022.2604%20211.841C22.2604%20211.841%2092.8547%20222.263%2096.7875%20222.46C101.541%20223.161%20101.91%20227.507%20101.845%20229.932V233.828Z'%20fill='url(%23paint1_linear_3273_18484)'%20/%3e%3cpath%20d='M38.6305%20239.575C38.9216%20239.37%2039.3135%20239.387%2039.5864%20239.615L46.2813%20245.204C46.8728%20245.698%2046.4751%20246.66%2045.7076%20246.592L32.695%20245.436C31.9644%20245.371%2031.7124%20244.43%2032.3127%20244.008L38.6305%20239.575Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M31.906%20253.807C31.9449%20253.36%2032.3489%20253.036%2032.7933%20253.095L45.3471%20254.766C45.764%20254.822%2046.0634%20255.195%2046.0269%20255.614L45.9756%20256.203C45.9366%20256.65%2045.5327%20256.974%2045.0882%20256.914L32.5344%20255.244C32.1176%20255.188%2031.8181%20254.814%2031.8546%20254.395L31.906%20253.807Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M38.7425%20252.843C38.2773%20252.896%2037.8692%20252.533%2037.8671%20252.065L37.8487%20248.024C37.8469%20247.623%2038.1476%20247.285%2038.5464%20247.239L39.0085%20247.187C39.4737%20247.134%2039.8818%20247.496%2039.884%20247.965L39.9023%20252.005C39.9041%20252.407%2039.6035%20252.745%2039.2047%20252.791L38.7425%20252.843Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M43.4619%20253.236C42.9967%20253.289%2042.5885%20252.927%2042.5864%20252.458L42.5681%20248.418C42.5662%20248.016%2042.8669%20247.678%2043.2657%20247.633L43.7279%20247.58C44.1931%20247.527%2044.6012%20247.89%2044.6033%20248.358L44.6217%20252.399C44.6235%20252.8%2044.3228%20253.139%2043.924%20253.184L43.4619%20253.236Z'%20fill='%23E6FFEE'%20/%3e%3cpath%20d='M34.4162%20252.056C33.951%20252.109%2033.5429%20251.747%2033.5408%20251.278L33.5224%20247.237C33.5206%20246.836%2033.8213%20246.498%2034.2201%20246.452L34.6822%20246.4C35.1474%20246.347%2035.5555%20246.71%2035.5577%20247.178L35.576%20251.219C35.5778%20251.62%2035.2772%20251.958%2034.8784%20252.004L34.4162%20252.056Z'%20fill='%23E6FFEE'%20/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3273_18484'%20x1='111.156'%20y1='252.587'%20x2='6.05453'%20y2='237.08'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23AFF7C7'%20/%3e%3cstop%20offset='1'%20stop-color='%23E1FFEB'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3273_18484'%20x1='86.3655'%20y1='227.572'%20x2='17.541'%20y2='217.937'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%2317AD49'%20/%3e%3cstop%20offset='1'%20stop-color='%2334DB6C'%20/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3273_18484'%3e%3crect%20width='120'%20height='120'%20fill='white'%20transform='translate(268)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", _3 = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4886_419)'%3e%3cpath%20d='M119.335%2022.2175H0.664712C0.488478%2022.2174%200.319518%2022.1476%200.194902%2022.0235C0.0702863%2021.8994%200.000192624%2021.7311%200%2021.5556V17.6619C0.000192624%2017.4864%200.0702863%2017.3182%200.194902%2017.1941C0.319518%2017.07%200.488478%2017.0002%200.664712%2017H119.335C119.512%2017.0002%20119.68%2017.07%20119.805%2017.1941C119.93%2017.3182%20120%2017.4864%20120%2017.6619V21.5556C120%2021.7311%20119.93%2021.8994%20119.805%2022.0235C119.68%2022.1476%20119.512%2022.2174%20119.335%2022.2175Z'%20fill='%23E4E4E4'%20/%3e%3cpath%20d='M3.8576%2020.3587C4.37881%2020.3587%204.80133%2019.9379%204.80133%2019.4189C4.80133%2018.8999%204.37881%2018.4791%203.8576%2018.4791C3.3364%2018.4791%202.91388%2018.8999%202.91388%2019.4189C2.91388%2019.9379%203.3364%2020.3587%203.8576%2020.3587Z'%20fill='white'%20/%3e%3cpath%20d='M7.4397%2020.3587C7.9609%2020.3587%208.38342%2019.9379%208.38342%2019.4189C8.38342%2018.8999%207.9609%2018.4791%207.4397%2018.4791C6.91849%2018.4791%206.49597%2018.8999%206.49597%2019.4189C6.49597%2019.9379%206.91849%2020.3587%207.4397%2020.3587Z'%20fill='white'%20/%3e%3cpath%20d='M11.0219%2020.3587C11.5431%2020.3587%2011.9656%2019.9379%2011.9656%2019.4189C11.9656%2018.8999%2011.5431%2018.4791%2011.0219%2018.4791C10.5007%2018.4791%2010.0782%2018.8999%2010.0782%2019.4189C10.0782%2019.9379%2010.5007%2020.3587%2011.0219%2020.3587Z'%20fill='white'%20/%3e%3cpath%20d='M115.826%2018.772H111.701C111.62%2018.7718%20111.542%2018.7397%20111.485%2018.6826C111.428%2018.6256%20111.396%2018.5483%20111.396%2018.4677C111.396%2018.3871%20111.428%2018.3099%20111.485%2018.2528C111.542%2018.1958%20111.62%2018.1636%20111.701%2018.1635H115.826C115.907%2018.1634%20115.984%2018.1953%20116.042%2018.2523C116.099%2018.3092%20116.131%2018.3865%20116.131%2018.4672C116.132%2018.5478%20116.1%2018.6252%20116.042%2018.6823C115.985%2018.7395%20115.908%2018.7717%20115.827%2018.772H115.826Z'%20fill='white'%20/%3e%3cpath%20d='M115.826%2019.913H111.701C111.62%2019.9128%20111.542%2019.8807%20111.485%2019.8236C111.428%2019.7666%20111.396%2019.6893%20111.396%2019.6087C111.396%2019.5281%20111.428%2019.4508%20111.485%2019.3938C111.542%2019.3368%20111.62%2019.3046%20111.701%2019.3044H115.826C115.907%2019.3044%20115.984%2019.3363%20116.042%2019.3933C116.099%2019.4502%20116.131%2019.5275%20116.131%2019.6081C116.132%2019.6888%20116.1%2019.7662%20116.042%2019.8233C115.985%2019.8805%20115.908%2019.9127%20115.827%2019.913H115.826Z'%20fill='white'%20/%3e%3cpath%20d='M115.826%2021.0541H111.701C111.62%2021.0541%20111.542%2021.022%20111.485%2020.965C111.427%2020.9079%20111.395%2020.8305%20111.395%2020.7498C111.395%2020.6691%20111.427%2020.5917%20111.485%2020.5347C111.542%2020.4776%20111.62%2020.4456%20111.701%2020.4456H115.826C115.907%2020.4454%20115.984%2020.4773%20116.042%2020.5343C116.099%2020.5912%20116.132%2020.6686%20116.132%2020.7493C116.132%2020.83%20116.1%2020.9074%20116.043%2020.9646C115.985%2021.0217%20115.908%2021.0539%20115.827%2021.0541H115.826Z'%20fill='white'%20/%3e%3cpath%20d='M33.8373%2094.3736C34.274%2090.877%2036.4501%2087.4317%2039.7989%2086.2938C38.4782%2089.8929%2038.4785%2093.8411%2039.7997%2097.4399C40.3143%2098.826%2041.0315%20100.314%2040.5475%20101.711C40.2463%20102.581%2039.5096%20103.246%2038.6861%20103.661C37.8625%20104.077%2036.9485%20104.275%2036.046%20104.47L35.8684%20104.616C34.4356%20101.394%2033.4007%2097.8703%2033.8373%2094.3736Z'%20fill='%23F0F0F0'%20/%3e%3cpath%20d='M39.8322%2086.36C37.882%2088.5359%2036.6699%2091.2685%2036.3681%2094.1695C36.292%2094.7929%2036.315%2095.4243%2036.4363%2096.0405C36.574%2096.637%2036.8696%2097.1859%2037.2923%2097.6301C37.6781%2098.0523%2038.1219%2098.4395%2038.3979%2098.9477C38.5353%2099.2099%2038.6155%2099.4981%2038.6333%2099.7933C38.651%20100.089%2038.6059%20100.384%2038.5009%20100.661C38.2571%20101.357%2037.7768%20101.924%2037.2877%20102.463C36.7446%20103.061%2036.171%20103.674%2035.9401%20104.466C35.9122%20104.562%2035.7641%20104.514%2035.7921%20104.418C36.1937%20103.038%2037.5383%20102.255%2038.1796%20101.012C38.4788%20100.433%2038.6044%2099.7597%2038.3239%2099.1478C38.0786%2098.6126%2037.6213%2098.2129%2037.227%2097.7888C36.8082%2097.3615%2036.5009%2096.8385%2036.3319%2096.2656C36.1794%2095.6575%2036.132%2095.028%2036.1916%2094.4041C36.3034%2092.9973%2036.6366%2091.6167%2037.179%2090.313C37.7897%2088.8216%2038.6522%2087.4453%2039.729%2086.2435C39.7957%2086.1692%2039.8984%2086.2861%2039.8322%2086.36Z'%20fill='white'%20/%3e%3cpath%20d='M36.4101%2093.2296C35.9282%2093.1131%2035.5035%2092.8298%2035.212%2092.4303C34.9205%2092.0309%2034.7811%2091.5412%2034.8187%2091.0488C34.8204%2091.0287%2034.8299%2091.0101%2034.8451%2090.9968C34.8603%2090.9836%2034.8801%2090.9768%2034.9003%2090.9778C34.9205%2090.9788%2034.9396%2090.9875%2034.9534%2091.0022C34.9672%2091.0169%2034.9748%2091.0364%2034.9745%2091.0565C34.9387%2091.515%2035.0686%2091.9711%2035.3408%2092.3425C35.613%2092.714%2036.0096%2092.9763%2036.4589%2093.0822C36.5566%2093.1053%2036.5071%2093.2526%2036.4101%2093.2296Z'%20fill='white'%20/%3e%3cpath%20d='M37.0683%2097.4418C37.9387%2096.9242%2038.5812%2096.0991%2038.8677%2095.1308C38.8961%2095.0348%2039.0441%2095.0836%2039.0158%2095.1795C38.7158%2096.1865%2038.0454%2097.0439%2037.1385%2097.5805C37.052%2097.6315%2036.9823%2097.4926%2037.0683%2097.4418Z'%20fill='white'%20/%3e%3cpath%20d='M37.9344%2088.9687C38.1114%2089.0525%2038.3065%2089.0912%2038.5023%2089.0813C38.698%2089.0714%2038.8882%2089.0132%2039.0558%2088.912C39.1416%2088.8599%2039.2112%2088.9989%2039.1259%2089.0507C38.9403%2089.1617%2038.7301%2089.2256%2038.5139%2089.2371C38.2976%2089.2485%2038.0819%2089.207%2037.8855%2089.1162C37.8662%2089.1092%2037.8504%2089.0951%2037.8412%2089.0769C37.832%2089.0587%2037.8301%2089.0377%2037.8359%2089.0181C37.8424%2088.9986%2037.8565%2088.9825%2037.8749%2088.9732C37.8934%2088.964%2037.9147%2088.9624%2037.9344%2088.9687Z'%20fill='white'%20/%3e%3cpath%20d='M50.0063%2092.5393C49.9537%2092.5734%2049.901%2092.6075%2049.8483%2092.6429C49.1431%2093.1047%2048.4767%2093.6228%2047.8557%2094.1921C47.807%2094.2353%2047.7583%2094.2799%2047.7109%2094.3245C46.2295%2095.7119%2045.0196%2097.3612%2044.1428%2099.1884C43.7945%2099.9158%2043.5023%20100.669%2043.2688%20101.44C42.9463%20102.506%2042.6818%20103.687%2042.0434%20104.558C41.9778%20104.65%2041.9066%20104.737%2041.8302%20104.82H36.0614C36.0482%20104.814%2036.0351%20104.809%2036.0219%20104.802L35.7916%20104.813C35.8008%20104.772%2035.8113%20104.73%2035.8206%20104.689C35.8258%20104.666%2035.8324%20104.642%2035.8377%20104.619C35.8416%20104.603%2035.8456%20104.587%2035.8482%20104.573C35.8495%20104.567%2035.8508%20104.562%2035.8521%20104.558C35.8547%20104.544%2035.8587%20104.531%2035.8614%20104.518C35.9193%20104.283%2035.9789%20104.048%2036.0403%20103.814C36.0403%20103.812%2036.0403%20103.812%2036.0416%20103.811C36.4925%20102.019%2037.1552%20100.286%2038.0159%2098.6497C38.0423%2098.6012%2038.0685%2098.5514%2038.0975%2098.5029C38.4961%2097.7784%2038.9535%2097.0875%2039.465%2096.4372C39.7463%2096.0821%2040.0455%2095.7413%2040.3614%2095.4162C41.1792%2094.5779%2042.1244%2093.8729%2043.1622%2093.327C45.2312%2092.2391%2047.6267%2091.8223%2049.8379%2092.4868C49.8944%2092.5039%2049.9498%2092.521%2050.0063%2092.5393Z'%20fill='%23F0F0F0'%20/%3e%3cpath%20d='M49.9933%2092.6122C47.1207%2093.1804%2044.5008%2094.6355%2042.5059%2096.7708C42.0682%2097.2229%2041.7049%2097.7408%2041.4292%2098.3056C41.1785%2098.8644%2041.0826%2099.4799%2041.1515%20100.088C41.2044%20100.656%2041.3245%20101.232%2041.2377%20101.803C41.1889%20102.095%2041.0787%20102.373%2040.9144%20102.619C40.7501%20102.866%2040.5353%20103.075%2040.2841%20103.232C39.6687%20103.642%2038.9421%20103.807%2038.2259%20103.944C37.4308%20104.096%2036.6024%20104.241%2035.9388%20104.736C35.8583%20104.796%2035.7697%20104.668%2035.85%20104.608C37.0046%20103.748%2038.5519%20103.928%2039.815%20103.321C40.4044%20103.037%2040.9116%20102.575%2041.0576%20101.918C41.1853%20101.344%2041.0619%20100.751%2041.0034%20100.176C40.9274%2099.5833%2040.9983%2098.9814%2041.2097%2098.4227C41.4556%2097.8457%2041.7983%2097.3147%2042.2232%2096.8523C43.1629%2095.796%2044.2636%2094.8935%2045.4849%2094.1777C46.8743%2093.3531%2048.395%2092.7713%2049.9814%2092.4574C50.0796%2092.438%2050.0909%2092.593%2049.9933%2092.6122Z'%20fill='white'%20/%3e%3cpath%20d='M43.1077%2096.0455C42.7933%2095.6636%2042.6256%2095.1828%2042.6344%2094.689C42.6431%2094.1953%2042.8279%2093.7207%2043.1556%2093.3501C43.2221%2093.2753%2043.3419%2093.3748%2043.2753%2093.4497C42.9695%2093.7943%2042.7974%2094.2363%2042.7902%2094.6961C42.783%2095.1559%2042.941%2095.6031%2043.2359%2095.9571C43.2998%2096.0341%2043.1713%2096.1221%2043.1077%2096.0455Z'%20fill='white'%20/%3e%3cpath%20d='M41.0867%2099.8033C42.0945%2099.9119%2043.1064%2099.6383%2043.9206%2099.037C44.0012%2098.9773%2044.0899%2099.1051%2044.0094%2099.1646C43.1609%2099.7888%2042.1073%20100.071%2041.0588%2099.9561C40.9589%2099.9451%2040.9873%2099.7923%2041.0867%2099.8033Z'%20fill='white'%20/%3e%3cpath%20d='M46.9009%2093.5573C46.9916%2093.7303%2047.124%2093.8782%2047.2863%2093.9877C47.4485%2094.0971%2047.6356%2094.1647%2047.8306%2094.1844C47.9306%2094.1942%2047.9021%2094.347%2047.8027%2094.3372C47.5874%2094.3145%2047.3809%2094.2396%2047.2013%2094.119C47.0218%2093.9985%2046.8746%2093.836%2046.7727%2093.6458C46.7616%2093.6286%2046.7574%2093.6079%2046.7611%2093.5879C46.7647%2093.5678%2046.7759%2093.5499%2046.7924%2093.5377C46.8094%2093.5261%2046.8304%2093.5216%2046.8507%2093.5253C46.871%2093.529%2046.889%2093.5405%2046.9009%2093.5573Z'%20fill='white'%20/%3e%3cpath%20d='M38.8956%2044.1488H19.8096C19.2198%2044.1481%2018.6543%2043.9145%2018.2373%2043.4992C17.8202%2043.0839%2017.5856%2042.5208%2017.585%2041.9334V31.5817C17.5856%2030.9944%2017.8202%2030.4313%2018.2373%2030.016C18.6543%2029.6007%2019.2198%2029.3671%2019.8096%2029.3665H38.8956C39.4854%2029.3671%2040.0508%2029.6007%2040.4679%2030.016C40.8849%2030.4313%2041.1195%2030.9944%2041.1202%2031.5817V41.9334C41.1195%2042.5208%2040.8849%2043.0839%2040.4679%2043.4992C40.0508%2043.9145%2039.4854%2044.1481%2038.8956%2044.1488Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M68.0344%2044.1488H48.9484C48.3585%2044.1481%2047.7931%2043.9145%2047.376%2043.4992C46.959%2043.0839%2046.7244%2042.5208%2046.7238%2041.9334V31.5817C46.7244%2030.9944%2046.959%2030.4313%2047.3761%2030.016C47.7931%2029.6007%2048.3586%2029.3671%2048.9484%2029.3665H68.0344C68.6242%2029.3671%2069.1896%2029.6007%2069.6067%2030.016C70.0237%2030.4313%2070.2583%2030.9944%2070.259%2031.5817V41.9334C70.2583%2042.5208%2070.0237%2043.0839%2069.6067%2043.4992C69.1896%2043.9145%2068.6242%2044.1481%2068.0344%2044.1488Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M97.1732%2044.1488H78.0872C77.4974%2044.1481%2076.9319%2043.9145%2076.5149%2043.4992C76.0978%2043.0839%2075.8633%2042.5208%2075.8626%2041.9334V31.5817C75.8633%2030.9944%2076.0979%2030.4313%2076.5149%2030.016C76.932%2029.6007%2077.4974%2029.3671%2078.0872%2029.3665H97.1732C97.763%2029.3671%2098.3285%2029.6007%2098.7455%2030.016C99.1626%2030.4313%2099.3972%2030.9944%2099.3978%2031.5817V41.9334C99.3972%2042.5208%2099.1626%2043.0839%2098.7455%2043.4992C98.3285%2043.9145%2097.763%2044.1481%2097.1732%2044.1488Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M38.8956%2067.2137H19.8096C19.2198%2067.2131%2018.6543%2066.9794%2018.2373%2066.5641C17.8202%2066.1488%2017.5856%2065.5857%2017.585%2064.9984V54.6466C17.5856%2054.0593%2017.8202%2053.4962%2018.2373%2053.0809C18.6543%2052.6656%2019.2198%2052.432%2019.8096%2052.4314H38.8956C39.4854%2052.432%2040.0508%2052.6656%2040.4679%2053.0809C40.8849%2053.4962%2041.1195%2054.0593%2041.1202%2054.6466V64.9984C41.1195%2065.5857%2040.8849%2066.1488%2040.4679%2066.5641C40.0508%2066.9794%2039.4854%2067.2131%2038.8956%2067.2137Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M97.1732%2066.7676H78.0872C77.4974%2066.7669%2076.9319%2066.5333%2076.5149%2066.118C76.0979%2065.7026%2075.8633%2065.1395%2075.8626%2064.5522V54.2005C75.8633%2053.6131%2076.0979%2053.0501%2076.5149%2052.6348C76.932%2052.2195%2077.4974%2051.9859%2078.0872%2051.9852H97.1732C97.763%2051.9859%2098.3285%2052.2195%2098.7455%2052.6348C99.1626%2053.0501%2099.3972%2053.6131%2099.3978%2054.2005V64.5522C99.3972%2065.1395%2099.1626%2065.7026%2098.7455%2066.118C98.3285%2066.5333%2097.763%2066.7669%2097.1732%2066.7676Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M68.0344%2067.2136H48.9484C48.3585%2067.2129%2047.7931%2066.9793%2047.376%2066.564C46.959%2066.1487%2046.7244%2065.5856%2046.7238%2064.9982V54.6465C46.7244%2054.0592%2046.959%2053.4961%2047.3761%2053.0808C47.7931%2052.6655%2048.3586%2052.4319%2048.9484%2052.4313H68.0344C68.6242%2052.4319%2069.1896%2052.6655%2069.6067%2053.0808C70.0237%2053.4961%2070.2583%2054.0592%2070.259%2054.6465V64.9982C70.2583%2065.5856%2070.0237%2066.1487%2069.6067%2066.564C69.1896%2066.9793%2068.6242%2067.2129%2068.0344%2067.2136Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M69.382%2069.1185C71.2646%2069.1185%2072.7908%2067.5987%2072.7908%2065.7239C72.7908%2063.8492%2071.2646%2062.3293%2069.382%2062.3293C67.4994%2062.3293%2065.9732%2063.8492%2065.9732%2065.7239C65.9732%2067.5987%2067.4994%2069.1185%2069.382%2069.1185Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M70.7975%2065.4389H69.6385V64.2848C69.6385%2064.2491%2069.6315%2064.2138%2069.6178%2064.1808C69.6041%2064.1479%2069.584%2064.118%2069.5587%2064.0927C69.5333%2064.0675%2069.5033%2064.0475%2069.4702%2064.0339C69.4371%2064.0202%2069.4016%2064.0132%2069.3658%2064.0132C69.33%2064.0132%2069.2945%2064.0202%2069.2614%2064.0339C69.2284%2064.0475%2069.1983%2064.0675%2069.173%2064.0927C69.1476%2064.118%2069.1276%2064.1479%2069.1138%2064.1808C69.1001%2064.2138%2069.0931%2064.2491%2069.0931%2064.2848V65.4389H67.9341C67.8983%2065.4389%2067.8628%2065.446%2067.8297%2065.4596C67.7966%2065.4733%2067.7666%2065.4933%2067.7413%2065.5185C67.7159%2065.5437%2067.6958%2065.5736%2067.6821%2065.6066C67.6684%2065.6395%2067.6614%2065.6748%2067.6614%2065.7105C67.6614%2065.7462%2067.6684%2065.7815%2067.6821%2065.8144C67.6958%2065.8474%2067.7159%2065.8773%2067.7413%2065.9026C67.7666%2065.9278%2067.7966%2065.9478%2067.8297%2065.9614C67.8628%2065.9751%2067.8983%2065.9821%2067.9341%2065.9821H69.0931V67.1363C69.0931%2067.1719%2069.1002%2067.2072%2069.1139%2067.2402C69.1276%2067.2731%2069.1477%2067.3031%2069.173%2067.3283C69.1983%2067.3535%2069.2284%2067.3735%2069.2614%2067.3872C69.2945%2067.4008%2069.33%2067.4078%2069.3658%2067.4078C69.4382%2067.4078%2069.5075%2067.3792%2069.5587%2067.3283C69.6098%2067.2774%2069.6385%2067.2083%2069.6385%2067.1363V65.9821H70.7975C70.8333%2065.9821%2070.8688%2065.9751%2070.9019%2065.9614C70.935%2065.9478%2070.965%2065.9278%2070.9904%2065.9025C71.0157%2065.8773%2071.0358%2065.8474%2071.0495%2065.8144C71.0632%2065.7815%2071.0702%2065.7462%2071.0702%2065.7105C71.0702%2065.6748%2071.0632%2065.6395%2071.0495%2065.6066C71.0358%2065.5736%2071.0157%2065.5437%2070.9904%2065.5185C70.965%2065.4932%2070.935%2065.4732%2070.9019%2065.4596C70.8688%2065.4459%2070.8333%2065.4389%2070.7975%2065.4389Z'%20fill='white'%20/%3e%3cpath%20d='M98.9691%2046.6488C100.852%2046.6488%20102.378%2045.129%20102.378%2043.2542C102.378%2041.3794%20100.852%2039.8596%2098.9691%2039.8596C97.0865%2039.8596%2095.5603%2041.3794%2095.5603%2043.2542C95.5603%2045.129%2097.0865%2046.6488%2098.9691%2046.6488Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M100.385%2042.9692H99.2257V41.815C99.2257%2041.7794%2099.2186%2041.7441%2099.2049%2041.7111C99.1912%2041.6782%2099.1711%2041.6482%2099.1458%2041.623C99.1205%2041.5978%2099.0904%2041.5778%2099.0573%2041.5641C99.0242%2041.5505%2098.9888%2041.5435%2098.953%2041.5435C98.9172%2041.5435%2098.8817%2041.5505%2098.8486%2041.5641C98.8155%2041.5778%2098.7855%2041.5978%2098.7601%2041.623C98.7348%2041.6482%2098.7147%2041.6782%2098.701%2041.7111C98.6873%2041.7441%2098.6802%2041.7794%2098.6802%2041.815V42.9692H97.5213C97.4854%2042.9692%2097.45%2042.9762%2097.4169%2042.9899C97.3838%2043.0035%2097.3537%2043.0235%2097.3284%2043.0487C97.3031%2043.074%2097.283%2043.1039%2097.2693%2043.1369C97.2556%2043.1698%2097.2485%2043.2051%2097.2485%2043.2408C97.2485%2043.2765%2097.2556%2043.3118%2097.2693%2043.3447C97.283%2043.3777%2097.3031%2043.4076%2097.3284%2043.4328C97.3537%2043.458%2097.3838%2043.4781%2097.4169%2043.4917C97.45%2043.5053%2097.4854%2043.5124%2097.5213%2043.5124H98.6803V44.6665C98.6803%2044.7022%2098.6873%2044.7375%2098.701%2044.7705C98.7147%2044.8034%2098.7348%2044.8334%2098.7601%2044.8586C98.7855%2044.8838%2098.8155%2044.9038%2098.8486%2044.9174C98.8817%2044.9311%2098.9172%2044.9381%2098.953%2044.9381C99.0253%2044.9381%2099.0947%2044.9095%2099.1458%2044.8586C99.197%2044.8076%2099.2257%2044.7386%2099.2257%2044.6665V43.5124H100.385C100.42%2043.5124%20100.456%2043.5053%20100.489%2043.4917C100.522%2043.478%20100.552%2043.458%20100.578%2043.4328C100.603%2043.4076%20100.623%2043.3777%20100.637%2043.3447C100.65%2043.3118%20100.657%2043.2764%20100.657%2043.2408C100.657%2043.2051%20100.65%2043.1698%20100.637%2043.1368C100.623%2043.1039%20100.603%2043.074%20100.578%2043.0487C100.552%2043.0235%20100.522%2043.0035%20100.489%2042.9899C100.456%2042.9762%20100.42%2042.9692%20100.385%2042.9692Z'%20fill='white'%20/%3e%3cpath%20d='M40.2432%2046.3512C42.1258%2046.3512%2043.652%2044.8314%2043.652%2042.9566C43.652%2041.0818%2042.1258%2039.562%2040.2432%2039.562C38.3605%2039.562%2036.8344%2041.0818%2036.8344%2042.9566C36.8344%2044.8314%2038.3605%2046.3512%2040.2432%2046.3512Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M41.6587%2042.6716H40.4997V41.5174C40.4997%2041.4818%2040.4926%2041.4465%2040.4789%2041.4135C40.4652%2041.3806%2040.4451%2041.3506%2040.4198%2041.3254C40.3945%2041.3002%2040.3644%2041.2802%2040.3313%2041.2665C40.2982%2041.2529%2040.2628%2041.2459%2040.227%2041.2458C40.1912%2041.2458%2040.1557%2041.2529%2040.1226%2041.2665C40.0895%2041.2802%2040.0595%2041.3002%2040.0341%2041.3254C40.0088%2041.3506%2039.9887%2041.3806%2039.975%2041.4135C39.9613%2041.4465%2039.9542%2041.4818%2039.9542%2041.5174V42.6716H38.7952C38.7594%2042.6716%2038.724%2042.6786%2038.6909%2042.6923C38.6578%2042.7059%2038.6277%2042.7259%2038.6024%2042.7511C38.5771%2042.7764%2038.557%2042.8063%2038.5433%2042.8392C38.5296%2042.8722%2038.5225%2042.9075%2038.5225%2042.9432C38.5225%2043.0152%2038.5513%2043.0843%2038.6024%2043.1352C38.6535%2043.1862%2038.7229%2043.2148%2038.7952%2043.2148H39.9542V44.3689C39.9542%2044.4046%2039.9613%2044.4399%2039.975%2044.4729C39.9887%2044.5058%2040.0088%2044.5357%2040.0341%2044.561C40.0594%2044.5862%2040.0895%2044.6062%2040.1226%2044.6198C40.1557%2044.6335%2040.1912%2044.6405%2040.227%2044.6405C40.2628%2044.6405%2040.2982%2044.6335%2040.3313%2044.6198C40.3644%2044.6062%2040.3945%2044.5862%2040.4198%2044.561C40.4451%2044.5357%2040.4652%2044.5058%2040.4789%2044.4729C40.4926%2044.4399%2040.4997%2044.4046%2040.4997%2044.3689V43.2148H41.6587C41.6945%2043.2148%2041.73%2043.2077%2041.7631%2043.1941C41.7961%2043.1804%2041.8262%2043.1604%2041.8515%2043.1352C41.8769%2043.11%2041.897%2043.0801%2041.9107%2043.0471C41.9244%2043.0142%2041.9314%2042.9788%2041.9314%2042.9432C41.9314%2042.8711%2041.9027%2042.8021%2041.8515%2042.7511C41.8004%2042.7002%2041.731%2042.6716%2041.6587%2042.6716Z'%20fill='white'%20/%3e%3cpath%20d='M65.7644%2038.2673C65.8266%2038.4547%2065.8468%2038.6533%2065.8235%2038.8492C65.8003%2039.0452%2065.7342%2039.2337%2065.6299%2039.4014C65.5256%2039.5692%2065.3856%2039.7121%2065.2199%2039.8202C65.0541%2039.9282%2064.8665%2039.9988%2064.6704%2040.0269L63.0942%2050.741L60.5086%2049.4834L63.1092%2038.7887C63.0837%2038.4575%2063.1811%2038.1285%2063.3829%2037.864C63.5847%2037.5995%2063.877%2037.4179%2064.2042%2037.3536C64.5315%2037.2894%2064.8711%2037.3469%2065.1586%2037.5153C65.4462%2037.6837%2065.6617%2037.9513%2065.7644%2038.2673Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M46.9382%2072.5819C47.0533%2072.4213%2047.1317%2072.2375%2047.1677%2072.0435C47.2038%2071.8495%2047.1967%2071.65%2047.1469%2071.459C47.0972%2071.268%2047.006%2071.0902%2046.8798%2070.9381C46.7536%2070.786%2046.5954%2070.6634%2046.4164%2070.5787L47.4798%2059.1823L45.2526%2060.3191L44.5571%2071.3011C44.4343%2071.61%2044.4295%2071.9529%2044.5436%2072.2651C44.6577%2072.5772%2044.8829%2072.8368%2045.1764%2072.9947C45.4699%2073.1526%2045.8113%2073.1977%2046.1361%2073.1217C46.4608%2073.0456%2046.7462%2072.8536%2046.9382%2072.5819Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M48.4598%2066.8178L58.0175%2066.4517L58.5689%2056.5679H47.5408L48.4598%2066.8178Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M46.6859%20101.723L48.3192%20101.723L49.0961%2095.45H46.6856L46.6859%20101.723Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M46.2808%20100.921L48.8626%20100.767V101.869L51.3172%20103.557C51.4385%20103.641%2051.5298%20103.76%2051.5778%20103.899C51.6259%20104.038%2051.6281%20104.188%2051.5843%20104.328C51.5404%20104.468%2051.4528%20104.591%2051.3341%20104.678C51.2154%20104.765%2051.0719%20104.811%2050.9246%20104.811H47.8509L47.321%20103.722L47.1142%20104.811H45.9553L46.2808%20100.921Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M53.9503%20101.723L55.5836%20101.723L56.3605%2095.45H53.95L53.9503%20101.723Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M48.3272%2064.4975C48.3272%2064.4975%2045.4675%2066.7966%2047.0177%2075.0074C46.7817%2075.0354%2047.049%2075.4988%2047.049%2075.4988L47.2727%2082.1891L47.4455%2082.9558L46.8708%2084.1931L47.1077%2085.5374L46.3773%2097.7382L49.0756%2098.0857L51.6578%2085.4159L52.1495%2083.9914L52.6428%2082.7428L52.3767%2081.4114L52.5949%2079.3448L54.0835%2072.3763L54.448%2084.4621L53.9394%2085.6159L54.2224%2086.8824L53.592%2087.5548L53.3428%2098.8625L56.22%2098.9965L58.6006%2087.5975L58.416%2086.1429L58.7327%2085.0673V82.555L59.2752%2081.3693L60.4578%2074.9041C60.4578%2074.9041%2060.8145%2069.8509%2058.2116%2063.9045L48.3272%2064.4975Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M49.4926%2048.3535C49.4926%2048.3535%2045.8807%2049.0649%2045.2583%2052.1324C44.6359%2055.1999%2044.2355%2062.1415%2044.2355%2062.1415L44.3718%2063.1082L47.8658%2063.915L50.0958%2054.1886L49.4926%2048.3535Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M57.7357%2049.389C57.7357%2049.389%2058.1018%2048.878%2060.1522%2048.7992C60.2366%2048.796%2060.1321%2048.6292%2060.1321%2048.6292L61.1181%2043.8298L64.4042%2045.6416L63.8495%2050.6731L58.4497%2056.7892L57.7357%2049.389Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M55.6874%2063.6967C54.1404%2063.6968%2051.8118%2063.5268%2048.3062%2063.0085C48.0804%2062.9746%2047.8714%2062.8697%2047.7098%2062.7091C47.5481%2062.5485%2047.4422%2062.3406%2047.4076%2062.1158C47.2931%2061.9955%2047.2186%2061.8429%2047.1943%2061.6789C47.1699%2061.5149%2047.1968%2061.3474%2047.2714%2061.1992L47.2747%2061.1928L47.1953%2061.0996C47.0724%2060.9559%2047.0002%2060.776%2046.9898%2060.5876C46.9794%2060.3992%2047.0312%2060.2125%2047.1375%2060.0562L46.0518%2052.3221C45.9416%2051.5541%2046.1103%2050.7721%2046.5274%2050.1168C46.9445%2049.4616%2047.5828%2048.976%2048.3273%2048.7476L48.7281%2048.6233L50.2436%2046.6492L50.2735%2046.6495L55.1391%2046.714L56.718%2048.7107L59.2704%2049.3101L59.2771%2049.3487L59.8697%2052.7585C60.1779%2054.5319%2059.471%2055.2295%2058.5688%2056.7891L58.8336%2061.1691L58.9538%2061.3865C59.0204%2061.5068%2059.0428%2061.6465%2059.0169%2061.7815C58.991%2061.9165%2058.9186%2062.0383%2058.8121%2062.1257C58.8926%2062.3548%2058.8981%2062.6034%2058.8278%2062.8358L58.7654%2063.0413C58.7655%2063.0472%2058.7488%2063.1307%2058.6141%2063.2326C58.3711%2063.4164%2057.6734%2063.6967%2055.6874%2063.6967Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M53.5452%20100.921L56.127%20100.767V101.869L58.5816%20103.557C58.7029%20103.641%2058.7942%20103.76%2058.8422%20103.899C58.8903%20104.038%2058.8925%20104.188%2058.8487%20104.328C58.8048%20104.468%2058.7172%20104.591%2058.5985%20104.678C58.4798%20104.765%2058.3363%20104.811%2058.189%20104.811H55.1153L54.5855%20103.722L54.3786%20104.811H53.2197L53.5452%20100.921Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M56.2568%2042.3472C56.5943%2040.2764%2055.1821%2038.3253%2053.1027%2037.9893C51.0232%2037.6533%2049.0639%2039.0595%2048.7265%2041.1303C48.389%2043.2011%2049.8012%2045.1522%2051.8807%2045.4882C53.9601%2045.8242%2055.9194%2044.418%2056.2568%2042.3472Z'%20fill='%239E616A'%20/%3e%3cpath%20d='M54.7221%2038.0272C53.324%2037.0697%2052.0929%2036.9238%2051.0816%2037.1954C50.9505%2036.9935%2050.7667%2036.8309%2050.5498%2036.7251C49.7611%2034.746%2047.3607%2033.5574%2045.3008%2034.1352C43.2275%2034.7167%2041.797%2037.0037%2042.1871%2039.1132C42.4289%2040.4207%2043.2552%2041.553%2043.5876%2042.8407C44.231%2045.3334%2042.6615%2048.1888%2040.2061%2048.9923C42.5309%2049.4571%2045.0899%2048.043%2045.9239%2045.8326C46.329%2044.759%2046.3534%2043.5868%2046.4049%2042.441C46.4185%2041.6502%2046.5158%2040.863%2046.6952%2040.0924C46.7842%2039.7468%2046.9101%2039.4115%2047.0705%2039.0924C47.42%2038.391%2048.0005%2037.8302%2048.7151%2037.5035C48.6511%2037.7006%2048.6351%2037.91%2048.6684%2038.1145C48.7017%2038.3189%2048.7834%2038.5126%2048.9067%2038.6794C48.3615%2039.3595%2048.0647%2040.0951%2048.0647%2040.5355C46.9321%2042.5969%2048.5517%2044.3675%2050.6218%2045.4953C51.4474%2045.9475%2052.4008%2046.113%2053.3314%2045.9657L53.418%2045.5976L53.5353%2045.9292L53.927%2047.041C54.3788%2047.2586%2054.8268%2047.4973%2055.2708%2047.7568C55.1021%2046.9679%2054.9656%2046.1805%2054.8717%2045.4106C54.7417%2044.3627%2055.1949%2042.8027%2055.5219%2041.854C55.7246%2041.2693%2055.8286%2040.6552%2055.8298%2040.0366V40.0096L56.1481%2041.0278L57.307%2040.5355C57.0914%2039.304%2057.307%2037.9059%2054.7221%2038.0272Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M102.385%20105H17.6147C17.5676%20105%2017.5226%20104.981%2017.4894%20104.948C17.4562%20104.915%2017.4376%20104.87%2017.4376%20104.823C17.4376%20104.776%2017.4562%20104.731%2017.4894%20104.698C17.5226%20104.665%2017.5676%20104.646%2017.6147%20104.646H102.385C102.432%20104.646%20102.477%20104.665%20102.511%20104.698C102.544%20104.731%20102.562%20104.776%20102.562%20104.823C102.562%20104.87%20102.544%20104.915%20102.511%20104.948C102.477%20104.981%20102.432%20105%20102.385%20105Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M39.8535%2069.5646C41.7362%2069.5646%2043.2624%2068.0448%2043.2624%2066.17C43.2624%2064.2952%2041.7362%2062.7754%2039.8535%2062.7754C37.9709%2062.7754%2036.4447%2064.2952%2036.4447%2066.17C36.4447%2068.0448%2037.9709%2069.5646%2039.8535%2069.5646Z'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M98.1312%2069.1185C100.014%2069.1185%20101.54%2067.5987%20101.54%2065.7239C101.54%2063.8492%20100.014%2062.3293%2098.1312%2062.3293C96.2485%2062.3293%2094.7224%2063.8492%2094.7224%2065.7239C94.7224%2067.5987%2096.2485%2069.1185%2098.1312%2069.1185Z'%20fill='%23E6E6E6'%20/%3e%3c/g%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4886_419'%3e%3crect%20width='120'%20height='88'%20fill='white'%20transform='translate(0%2017)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", E3 = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3crect%20x='36.4597'%20y='20'%20width='66.2857'%20height='80'%20rx='1.85453'%20fill='url(%23paint0_linear_3271_25820)'%20/%3e%3crect%20x='52.2826'%20y='29.3268'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='52.2826'%20y='47.8721'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='52.2826'%20y='66.4171'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='52.2826'%20y='84.962'%20width='46.4762'%20height='4.95238'%20rx='2.47619'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='27.4729'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='46.0172'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='64.5625'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.1561'%20y='83.1073'%20width='8.7619'%20height='8.7619'%20rx='2.47267'%20fill='%23D2D9D7'%20/%3e%3cmask%20id='mask0_3271_25820'%20style='mask-type:%20alpha'%20maskUnits='userSpaceOnUse'%20x='18'%20y='31'%20width='58'%20height='58'%3e%3ccircle%20cx='46.9329'%20cy='60.1615'%20r='28.5714'%20fill='%23E6EFFF'%20/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3271_25820)'%3e%3crect%20x='52.1116'%20y='-31.4642'%20width='89.1913'%20height='164.3'%20rx='9.38856'%20fill='%235A756B'%20/%3e%3crect%20x='47.4172'%20y='-31.4642'%20width='89.1913'%20height='164.3'%20rx='9.38856'%20fill='%23D2D9D7'%20/%3e%3crect%20x='38.0273'%20y='-15.0333'%20width='89.1913'%20height='138.481'%20rx='9.38856'%20fill='%23D2D9D7'%20/%3e%3crect%20x='35.6801'%20y='-12.6862'%20width='84.497'%20height='133.787'%20rx='7.04142'%20fill='%23E1E6E4'%20stroke='%235A756B'%20stroke-width='4.69428'%20/%3e%3crect%20x='55.5652'%20y='45.9652'%20width='57.4978'%20height='6.1331'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3crect%20x='55.5652'%20y='68.9666'%20width='57.4978'%20height='6.1331'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.765'%20y='43.6671'%20width='10.6667'%20height='10.6667'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3crect%20x='41.765'%20y='66.6666'%20width='10.6667'%20height='10.6667'%20rx='3.06655'%20fill='%23D2D9D7'%20/%3e%3c/g%3e%3ccircle%20opacity='0.1'%20cx='46.636'%20cy='60.134'%20r='28.5596'%20fill='%23F0F2F2'%20stroke='url(%23paint1_linear_3271_25820)'%20stroke-width='0.785549'%20/%3e%3cmask%20id='mask1_3271_25820'%20style='mask-type:%20alpha'%20maskUnits='userSpaceOnUse'%20x='17'%20y='31'%20width='58'%20height='58'%3e%3ccircle%20cx='46.2551'%20cy='60.1615'%20r='28.5714'%20fill='%23C4C4C4'%20/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_3271_25820)'%3e%3cpath%20opacity='0.5'%20d='M10.1985%2069.5933L64.6747%2021.3855V39.4634L10.1985%2087.6712V69.5933Z'%20fill='url(%23paint2_linear_3271_25820)'%20/%3e%3cpath%20opacity='0.5'%20d='M18.4409%2086.5343L72.917%2038.382V50.4201L18.4409%2098.5724V86.5343Z'%20fill='url(%23paint3_linear_3271_25820)'%20/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3271_25820'%20x1='69.6025'%20y1='20'%20x2='69.6025'%20y2='100'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23F0F2F2'%20/%3e%3cstop%20offset='1'%20stop-color='%23E1E6E4'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3271_25820'%20x1='22.2136'%20y1='47.5289'%20x2='72.0499'%20y2='74.1808'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%234B685E'%20/%3e%3cstop%20offset='0.322917'%20stop-color='%234B685E'%20stop-opacity='0.17'%20/%3e%3cstop%20offset='0.791667'%20stop-color='%23BBBBBB'%20stop-opacity='0.173333'%20/%3e%3cstop%20offset='1'%20stop-color='%234B685E'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3271_25820'%20x1='37.4366'%20y1='21.3855'%20x2='37.4366'%20y2='87.6712'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='white'%20/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_3271_25820'%20x1='45.679'%20y1='38.382'%20x2='45.679'%20y2='104.591'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='white'%20/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", k3 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF84NzIyXzMxOSkiPg0KICAgIDxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogY29sb3IiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiIGZpbGw9IndoaXRlIiAvPg0KICAgIDwvZz4NCiAgICA8cmVjdCB3aWR0aD0iMTE1IiBoZWlnaHQ9IjExNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAzKSIgZmlsbD0id2hpdGUiIC8+DQogICAgPHJlY3QgeD0iMTkuODU2OSIgeT0iNzcuMTc1NSIgd2lkdGg9Ijg3LjkxMTEiIGhlaWdodD0iMzIuOTY2NyIgcng9IjEuMzczNjEiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl84NzIyXzMxOSkiIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0xOS44NTY5IDc4LjU0OTJDMTkuODU2OSA3Ny43OTA1IDIwLjQ3MTkgNzcuMTc1NSAyMS4yMzA1IDc3LjE3NTVINjMuODEyNVYxMTAuMTQySDIxLjIzMDVDMjAuNDcxOSAxMTAuMTQyIDE5Ljg1NjkgMTA5LjUyNyAxOS44NTY5IDEwOC43NjlWNzguNTQ5MloiDQogICAgICBmaWxsPSIjMzA4OUZGIg0KICAgIC8+DQogICAgPHBhdGggZD0iTTMzLjU5MjkgNzcuMTc1NUg1MC4wNzYyVjExMC4xNDJIMzMuNTkyOVY3Ny4xNzU1WiIgZmlsbD0iIzY2QTdGRiIgLz4NCiAgICA8cGF0aCBkPSJNNzcuNTQ4NyA3Ny4xNzU1SDk0LjAzMlYxMTAuMTQySDc3LjU0ODdWNzcuMTc1NVoiIGZpbGw9IiNCM0QzRkYiIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0xOS40Nzc0IDc3LjkzNDhDMTkuNzEwMSA3Ny40Njk1IDIwLjE4NTcgNzcuMTc1NSAyMC43MDYgNzcuMTc1NUg2My44MTI2TDU1Ljk1MDYgOTIuODk5NkM1NS43MTc5IDkzLjM2NDkgNTUuMjQyMyA5My42NTg5IDU0LjcyMiA5My42NTg5SDEzLjgzOEMxMi44MTY4IDkzLjY1ODkgMTIuMTUyNyA5Mi41ODQzIDEyLjYwOTQgOTEuNjcxTDE5LjQ3NzQgNzcuOTM0OFoiDQogICAgICBmaWxsPSIjQjNEM0ZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0xMDguMTQ4IDc3LjkzNDhDMTA3LjkxNSA3Ny40Njk1IDEwNy40MzkgNzcuMTc1NSAxMDYuOTE5IDc3LjE3NTVINjMuODEyNUw3MS42NzQ1IDkyLjg5OTZDNzEuOTA3MSA5My4zNjQ5IDcyLjM4MjggOTMuNjU4OSA3Mi45MDMxIDkzLjY1ODlIMTEzLjc4N0MxMTQuODA4IDkzLjY1ODkgMTE1LjQ3MiA5Mi41ODQzIDExNS4wMTYgOTEuNjcxTDEwOC4xNDggNzcuOTM0OFoiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0yNS43NzA3IDYyLjIyMzlDMjYuMDI2MiA2MS43MjY2IDI2LjczNyA2MS43MjY2IDI2Ljk5MjUgNjIuMjIzOUwyNy42Nzk0IDYzLjU2MDlDMjcuNzQ1IDYzLjY4ODUgMjcuODQ4OCA2My43OTIzIDI3Ljk3NjQgNjMuODU3OUwyOS4zMTM1IDY0LjU0NDlDMjkuODEwNyA2NC44MDAzIDI5LjgxMDcgNjUuNTExMiAyOS4zMTM1IDY1Ljc2NjZMMjcuOTc2NCA2Ni40NTM2QzI3Ljg0ODggNjYuNTE5MiAyNy43NDUgNjYuNjIzIDI3LjY3OTQgNjYuNzUwNkwyNi45OTI1IDY4LjA4NzZDMjYuNzM3IDY4LjU4NDkgMjYuMDI2MiA2OC41ODQ5IDI1Ljc3MDcgNjguMDg3NkwyNS4wODM3IDY2Ljc1MDZDMjUuMDE4MiA2Ni42MjMgMjQuOTE0MyA2Ni41MTkyIDI0Ljc4NjcgNjYuNDUzNkwyMy40NDk3IDY1Ljc2NjZDMjIuOTUyNSA2NS41MTEyIDIyLjk1MjUgNjQuODAwMyAyMy40NDk3IDY0LjU0NDlMMjQuNzg2NyA2My44NTc5QzI0LjkxNDMgNjMuNzkyMyAyNS4wMTgyIDYzLjY4ODUgMjUuMDgzNyA2My41NjA5TDI1Ljc3MDcgNjIuMjIzOVoiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik04NC4wOTMzIDE3LjYwNTdDODQuMzQ4OCAxNy4xMDg1IDg1LjA1OTYgMTcuMTA4NSA4NS4zMTUxIDE3LjYwNTdMODYuMDAyMSAxOC45NDI3Qzg2LjA2NzYgMTkuMDcwMyA4Ni4xNzE1IDE5LjE3NDIgODYuMjk5MSAxOS4yMzk3TDg3LjYzNjEgMTkuOTI2N0M4OC4xMzMzIDIwLjE4MjIgODguMTMzMyAyMC44OTMgODcuNjM2MSAyMS4xNDg1TDg2LjI5OTEgMjEuODM1NEM4Ni4xNzE1IDIxLjkwMSA4Ni4wNjc2IDIyLjAwNDggODYuMDAyMSAyMi4xMzI0TDg1LjMxNTEgMjMuNDY5NUM4NS4wNTk2IDIzLjk2NjcgODQuMzQ4OCAyMy45NjY3IDg0LjA5MzMgMjMuNDY5NUw4My40MDY0IDIyLjEzMjRDODMuMzQwOCAyMi4wMDQ4IDgzLjIzNjkgMjEuOTAxIDgzLjEwOTMgMjEuODM1NEw4MS43NzIzIDIxLjE0ODVDODEuMjc1MSAyMC44OTMgODEuMjc1MSAyMC4xODIyIDgxLjc3MjMgMTkuOTI2N0w4My4xMDkzIDE5LjIzOTdDODMuMjM2OSAxOS4xNzQyIDgzLjM0MDggMTkuMDcwMyA4My40MDY0IDE4Ljk0MjdMODQuMDkzMyAxNy42MDU3WiINCiAgICAgIGZpbGw9IiNFNkVGRkYiDQogICAgLz4NCiAgICA8cGF0aA0KICAgICAgZD0iTTk2Ljg1NTEgNDcuODAxQzk3LjExMDYgNDcuMzAzOCA5Ny44MjE0IDQ3LjMwMzggOTguMDc2OCA0Ny44MDFMOTguNzYzOCA0OS4xMzhDOTguODI5NCA0OS4yNjU2IDk4LjkzMzIgNDkuMzY5NSA5OS4wNjA4IDQ5LjQzNUwxMDAuMzk4IDUwLjEyMkMxMDAuODk1IDUwLjM3NzUgMTAwLjg5NSA1MS4wODgzIDEwMC4zOTggNTEuMzQzOEw5OS4wNjA4IDUyLjAzMDdDOTguOTMzMiA1Mi4wOTYzIDk4LjgyOTQgNTIuMjAwMiA5OC43NjM4IDUyLjMyNzhMOTguMDc2OCA1My42NjQ4Qzk3LjgyMTQgNTQuMTYyIDk3LjExMDYgNTQuMTYyIDk2Ljg1NTEgNTMuNjY0OEw5Ni4xNjgxIDUyLjMyNzhDOTYuMTAyNiA1Mi4yMDAyIDk1Ljk5ODcgNTIuMDk2MyA5NS44NzExIDUyLjAzMDdMOTQuNTM0MSA1MS4zNDM4Qzk0LjAzNjggNTEuMDg4MyA5NC4wMzY4IDUwLjM3NzUgOTQuNTM0MSA1MC4xMjJMOTUuODcxMSA0OS40MzVDOTUuOTk4NyA0OS4zNjk1IDk2LjEwMjYgNDkuMjY1NiA5Ni4xNjgxIDQ5LjEzOEw5Ni44NTUxIDQ3LjgwMVoiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik0yNy4xMzY0IDMyLjkzOUMyNy4zOTE5IDMyLjQ0MTcgMjguMTAyNyAzMi40NDE3IDI4LjM1ODIgMzIuOTM5TDI4LjU3ODkgMzMuMzY4NkMyOC42NDQ1IDMzLjQ5NjIgMjguNzQ4MyAzMy42IDI4Ljg3NTkgMzMuNjY1NkwyOS4zMDU1IDMzLjg4NjNDMjkuODAyOCAzNC4xNDE4IDI5LjgwMjggMzQuODUyNiAyOS4zMDU1IDM1LjEwODFMMjguODc1OSAzNS4zMjg5QzI4Ljc0ODMgMzUuMzk0NCAyOC42NDQ1IDM1LjQ5ODMgMjguNTc4OSAzNS42MjU5TDI4LjM1ODIgMzYuMDU1NUMyOC4xMDI3IDM2LjU1MjcgMjcuMzkxOSAzNi41NTI3IDI3LjEzNjQgMzYuMDU1NUwyNi45MTU3IDM1LjYyNTlDMjYuODUwMSAzNS40OTgzIDI2Ljc0NjIgMzUuMzk0NCAyNi42MTg2IDM1LjMyODlMMjYuMTg5IDM1LjEwODFDMjUuNjkxOCAzNC44NTI2IDI1LjY5MTggMzQuMTQxOCAyNi4xODkgMzMuODg2M0wyNi42MTg2IDMzLjY2NTZDMjYuNzQ2MiAzMy42IDI2Ljg1MDEgMzMuNDk2MiAyNi45MTU3IDMzLjM2ODZMMjcuMTM2NCAzMi45MzlaIg0KICAgICAgZmlsbD0iI0U2RUZGRiINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNMzAuOTY5NyA0OC4yNzIyQzMxLjIyNTIgNDcuNzc1IDMxLjkzNiA0Ny43NzUgMzIuMTkxNSA0OC4yNzIyTDMyLjQxMjIgNDguNzAxOEMzMi40Nzc4IDQ4LjgyOTQgMzIuNTgxNiA0OC45MzMzIDMyLjcwOTIgNDguOTk4OEwzMy4xMzg5IDQ5LjIxOTZDMzMuNjM2MSA0OS40NzUxIDMzLjYzNjEgNTAuMTg1OSAzMy4xMzg5IDUwLjQ0MTRMMzIuNzA5MiA1MC42NjIxQzMyLjU4MTYgNTAuNzI3NyAzMi40Nzc4IDUwLjgzMTUgMzIuNDEyMiA1MC45NTkxTDMyLjE5MTUgNTEuMzg4N0MzMS45MzYgNTEuODg2IDMxLjIyNTIgNTEuODg2IDMwLjk2OTcgNTEuMzg4N0wzMC43NDkgNTAuOTU5MUMzMC42ODM0IDUwLjgzMTUgMzAuNTc5NSA1MC43Mjc3IDMwLjQ1MiA1MC42NjIxTDMwLjAyMjMgNTAuNDQxNEMyOS41MjUxIDUwLjE4NTkgMjkuNTI1MSA0OS40NzUxIDMwLjAyMjMgNDkuMjE5NkwzMC40NTIgNDguOTk4OEMzMC41Nzk1IDQ4LjkzMzMgMzAuNjgzNCA0OC44Mjk0IDMwLjc0OSA0OC43MDE4TDMwLjk2OTcgNDguMjcyMloiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik00Ni4zMDMgMjAuNDgwN0M0Ni41NTg1IDE5Ljk4MzUgNDcuMjY5MyAxOS45ODM1IDQ3LjUyNDggMjAuNDgwN0w0Ny43NDU1IDIwLjkxMDNDNDcuODExMSAyMS4wMzc5IDQ3LjkxNSAyMS4xNDE4IDQ4LjA0MjYgMjEuMjA3M0w0OC40NzIyIDIxLjQyODFDNDguOTY5NCAyMS42ODM2IDQ4Ljk2OTQgMjIuMzk0NCA0OC40NzIyIDIyLjY0OTlMNDguMDQyNiAyMi44NzA2QzQ3LjkxNSAyMi45MzYyIDQ3LjgxMTEgMjMuMDQgNDcuNzQ1NSAyMy4xNjc2TDQ3LjUyNDggMjMuNTk3MkM0Ny4yNjkzIDI0LjA5NDUgNDYuNTU4NSAyNC4wOTQ1IDQ2LjMwMyAyMy41OTcyTDQ2LjA4MjMgMjMuMTY3NkM0Ni4wMTY3IDIzLjA0IDQ1LjkxMjkgMjIuOTM2MiA0NS43ODUzIDIyLjg3MDZMNDUuMzU1NiAyMi42NDk5QzQ0Ljg1ODQgMjIuMzk0NCA0NC44NTg0IDIxLjY4MzYgNDUuMzU1NiAyMS40MjgxTDQ1Ljc4NTMgMjEuMjA3M0M0NS45MTI5IDIxLjE0MTggNDYuMDE2NyAyMS4wMzc5IDQ2LjA4MjMgMjAuOTEwM0w0Ni4zMDMgMjAuNDgwN1oiDQogICAgICBmaWxsPSIjRTZFRkZGIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik05OS4yNTg5IDY2LjAwMTVDOTkuNTE0NCA2NS41MDQyIDEwMC4yMjUgNjUuNTA0MiAxMDAuNDgxIDY2LjAwMTVMMTAwLjcwMSA2Ni40MzExQzEwMC43NjcgNjYuNTU4NyAxMDAuODcxIDY2LjY2MjUgMTAwLjk5OCA2Ni43MjgxTDEwMS40MjggNjYuOTQ4OEMxMDEuOTI1IDY3LjIwNDMgMTAxLjkyNSA2Ny45MTUxIDEwMS40MjggNjguMTcwNkwxMDAuOTk4IDY4LjM5MTRDMTAwLjg3MSA2OC40NTY5IDEwMC43NjcgNjguNTYwOCAxMDAuNzAxIDY4LjY4ODRMMTAwLjQ4MSA2OS4xMThDMTAwLjIyNSA2OS42MTUyIDk5LjUxNDQgNjkuNjE1MiA5OS4yNTg5IDY5LjExOEw5OS4wMzgyIDY4LjY4ODRDOTguOTcyNiA2OC41NjA4IDk4Ljg2ODcgNjguNDU2OSA5OC43NDExIDY4LjM5MTRMOTguMzExNSA2OC4xNzA2Qzk3LjgxNDMgNjcuOTE1MSA5Ny44MTQzIDY3LjIwNDMgOTguMzExNSA2Ni45NDg4TDk4Ljc0MTEgNjYuNzI4MUM5OC44Njg3IDY2LjY2MjUgOTguOTcyNiA2Ni41NTg3IDk5LjAzODIgNjYuNDMxMUw5OS4yNTg5IDY2LjAwMTVaIg0KICAgICAgZmlsbD0iI0U2RUZGRiINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNOTguMDUzIDMxLjk4MDdDOTguMzA4NSAzMS40ODM1IDk5LjAxOTMgMzEuNDgzNSA5OS4yNzQ4IDMxLjk4MDdMOTkuNDk1NSAzMi40MTAzQzk5LjU2MTEgMzIuNTM3OSA5OS42NjUgMzIuNjQxOCA5OS43OTI2IDMyLjcwNzNMMTAwLjIyMiAzMi45MjgxQzEwMC43MTkgMzMuMTgzNiAxMDAuNzE5IDMzLjg5NDQgMTAwLjIyMiAzNC4xNDk5TDk5Ljc5MjYgMzQuMzcwNkM5OS42NjUgMzQuNDM2MiA5OS41NjExIDM0LjU0IDk5LjQ5NTUgMzQuNjY3Nkw5OS4yNzQ4IDM1LjA5NzJDOTkuMDE5MyAzNS41OTQ1IDk4LjMwODUgMzUuNTk0NSA5OC4wNTMgMzUuMDk3Mkw5Ny44MzIzIDM0LjY2NzZDOTcuNzY2NyAzNC41NCA5Ny42NjI5IDM0LjQzNjIgOTcuNTM1MyAzNC4zNzA2TDk3LjEwNTYgMzQuMTQ5OUM5Ni42MDg0IDMzLjg5NDQgOTYuNjA4NCAzMy4xODM2IDk3LjEwNTYgMzIuOTI4MUw5Ny41MzUzIDMyLjcwNzNDOTcuNjYyOSAzMi42NDE4IDk3Ljc2NjcgMzIuNTM3OSA5Ny44MzIzIDMyLjQxMDNMOTguMDUzIDMxLjk4MDdaIg0KICAgICAgZmlsbD0iI0U2RUZGRiINCiAgICAvPg0KICAgIDxmb3JlaWduT2JqZWN0IHg9IjYwLjA0MzEiIHk9IjQwLjA5NjYiIHdpZHRoPSIzNS43MTM5IiBoZWlnaHQ9IjM1LjcxMzgiDQogICAgICA+PGRpdg0KICAgICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCINCiAgICAgICAgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjogYmx1cigwLjY5cHgpOyBjbGlwLXBhdGg6IHVybCgjYmdibHVyXzFfODcyMl8zMTlfY2xpcF9wYXRoKTsgaGVpZ2h0OiAxMDAlOyB3aWR0aDogMTAwJSINCiAgICAgID48L2Rpdg0KICAgID48L2ZvcmVpZ25PYmplY3Q+DQogICAgPGNpcmNsZSBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSIxLjM3MzYxIiBjeD0iNzcuOSIgY3k9IjU3Ljk1MzUiIHI9IjE2LjQ4MzMiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNjQiIC8+DQogICAgPGNpcmNsZSBjeD0iNzguMTU1NiIgY3k9IjU4LjIwOTEiIHI9IjEwLjk4ODkiIGZpbGw9IiMzM0RBNkIiIC8+DQogICAgPGZvcmVpZ25PYmplY3QgeD0iMzEuMDE5MyIgeT0iMzIuODQwNiIgd2lkdGg9IjM1LjcxMzkiIGhlaWdodD0iMzUuNzEzOSINCiAgICAgID48ZGl2DQogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIg0KICAgICAgICBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOiBibHVyKDAuNjlweCk7IGNsaXAtcGF0aDogdXJsKCNiZ2JsdXJfMl84NzIyXzMxOV9jbGlwX3BhdGgpOyBoZWlnaHQ6IDEwMCU7IHdpZHRoOiAxMDAlIg0KICAgICAgPjwvZGl2DQogICAgPjwvZm9yZWlnbk9iamVjdD4NCiAgICA8Y2lyY2xlDQogICAgICBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSIxLjM3MzYxIg0KICAgICAgY3g9IjQ4Ljg3NjIiDQogICAgICBjeT0iNTAuNjk3NiINCiAgICAgIHI9IjE2LjQ4MzMiDQogICAgICBmaWxsPSJ3aGl0ZSINCiAgICAgIGZpbGwtb3BhY2l0eT0iMC42NCINCiAgICAvPg0KICAgIDxjaXJjbGUgY3g9IjQ5LjEzMTgiIGN5PSI1MC45NTMxIiByPSIxMC45ODg5IiBmaWxsPSIjMzNEQTZCIiAvPg0KICAgIDxwYXRoDQogICAgICBmaWxsLXJ1bGU9ImV2ZW5vZGQiDQogICAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiDQogICAgICBkPSJNNTQuNTcxNCA1MS40NjMxQzU0LjU3MTIgNTAuMzY0MyA1NC4yNTYyIDQ5LjI4ODYgNTMuNjYzNiA0OC4zNjMzQzUzLjA3MSA0Ny40MzggNTIuMjI1NyA0Ni43MDE4IDUxLjIyNzcgNDYuMjQyQzUwLjIyOTggNDUuNzgyMSA0OS4xMjEgNDUuNjE3OSA0OC4wMzI1IDQ1Ljc2ODZDNDYuOTQ0MSA0NS45MTk0IDQ1LjkyMTcgNDYuMzc4OCA0NS4wODYzIDQ3LjA5MjZDNDQuMjUwOSA0Ny44MDYzIDQzLjYzNzUgNDguNzQ0NSA0My4zMTg3IDQ5Ljc5NjFDNDIuOTk5OSA1MC44NDc2IDQyLjk4OTEgNTEuOTY4NSA0My4yODc2IDUzLjAyNkM0My41ODYgNTQuMDgzNCA0NC4xODEzIDU1LjAzMzMgNDUuMDAyOCA1NS43NjNDNDUuODI0MyA1Ni40OTI3IDQ2LjgzNzcgNTYuOTcxOCA0Ny45MjMgNTcuMTQzNVY1My4xMjU3SDQ2LjQ2MjZWNTEuNDYzMUg0Ny45MjNWNTAuMTk2MUM0Ny45MjMgNDguNzU1MyA0OC43ODE2IDQ3Ljk1ODcgNTAuMDk0OSA0Ny45NTg3QzUwLjUyNjIgNDcuOTY0NyA1MC45NTY0IDQ4LjAwMjMgNTEuMzgyMiA0OC4wNzEyVjQ5LjQ4NjNINTAuNjU2OEM0OS45NDI5IDQ5LjQ4NjMgNDkuNzE5NiA0OS45Mjk0IDQ5LjcxOTYgNTAuMzg0N1Y1MS40NjM0SDUxLjMxNDJMNTEuMDU5NSA1My4xMjZINDkuNzE5NlY1Ny4xNDRDNTEuMDcyMiA1Ni45Mjk4IDUyLjMwNCA1Ni4yMzk5IDUzLjE5MzQgNTUuMTk4NUM1NC4wODI4IDU0LjE1NzEgNTQuNTcxNSA1Mi44MzI2IDU0LjU3MTQgNTEuNDYzMVoiDQogICAgICBmaWxsPSJ3aGl0ZSINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNNzkuOTMzIDUzLjI0NEg3NS40ODM3Qzc0LjY1ODQgNTMuMjQ2NCA3My44Njc2IDUzLjU3NTMgNzMuMjg0IDU0LjE1ODlDNzIuNzAwNCA1NC43NDI1IDcyLjM3MTUgNTUuNTMzNCA3Mi4zNjkxIDU2LjM1ODdWNjAuODA3OUM3Mi4zNzE1IDYxLjYzMzMgNzIuNzAwNCA2Mi40MjQxIDczLjI4NCA2My4wMDc3QzczLjg2NzYgNjMuNTkxMyA3NC42NTg0IDYzLjkyMDIgNzUuNDgzNyA2My45MjI2SDc5LjkzM0M4MC43NTgzIDYzLjkyMDIgODEuNTQ5MSA2My41OTEzIDgyLjEzMjcgNjMuMDA3N0M4Mi43MTYzIDYyLjQyNDEgODMuMDQ1MiA2MS42MzMzIDgzLjA0NzcgNjAuODA3OVY1Ni4zNTg3QzgzLjA0NTIgNTUuNTMzNCA4Mi43MTYzIDU0Ljc0MjUgODIuMTMyNyA1NC4xNTg5QzgxLjU0OTEgNTMuNTc1MyA4MC43NTgzIDUzLjI0NjQgNzkuOTMzIDUzLjI0NFoiDQogICAgICBmaWxsPSJ3aGl0ZSINCiAgICAvPg0KICAgIDxwYXRoDQogICAgICBkPSJNODAuNjAwNCA1Ni4zNTg4QzgwLjQyMzkgNTYuMzU4NCA4MC4yNTQ4IDU2LjI4OCA4MC4xMzAyIDU2LjE2M0M4MC4wMDU2IDU2LjAzOCA3OS45MzU3IDU1Ljg2ODYgNzkuOTM1OSA1NS42OTIxQzc5LjkzNjEgNTUuNTE1NiA4MC4wMDYzIDU1LjM0NjQgODAuMTMxMiA1NS4yMjE3QzgwLjI1NjEgNTUuMDk2OSA4MC40MjU0IDU1LjAyNjkgODAuNjAxOSA1NS4wMjY5QzgwLjc3ODQgNTUuMDI2OSA4MC45NDc3IDU1LjA5NjkgODEuMDcyNSA1NS4yMjE3QzgxLjE5NzQgNTUuMzQ2NCA4MS4yNjc2IDU1LjUxNTYgODEuMjY3OCA1NS42OTIxQzgxLjI2OCA1NS44Njg2IDgxLjE5ODEgNTYuMDM4IDgxLjA3MzUgNTYuMTYzQzgwLjk0ODkgNTYuMjg4IDgwLjc3OTggNTYuMzU4NCA4MC42MDMzIDU2LjM1ODhIODAuNjAwNFoiDQogICAgICBmaWxsPSIjMzNEQTZCIg0KICAgIC8+DQogICAgPHBhdGgNCiAgICAgIGQ9Ik03Ny43MDg0IDU2LjgwMzRDNzguMDYwNCA1Ni44MDM0IDc4LjQwNDUgNTYuOTA3OCA3OC42OTcyIDU3LjEwMzNDNzguOTg5OSA1Ny4yOTg5IDc5LjIxOCA1Ny41NzY5IDc5LjM1MjcgNTcuOTAyMUM3OS40ODc0IDU4LjIyNzMgNzkuNTIyNyA1OC41ODUyIDc5LjQ1NCA1OC45MzA1Qzc5LjM4NTMgNTkuMjc1NyA3OS4yMTU4IDU5LjU5MjggNzguOTY2OSA1OS44NDE4Qzc4LjcxOCA2MC4wOTA3IDc4LjQwMDggNjAuMjYwMiA3OC4wNTU2IDYwLjMyODlDNzcuNzEwMyA2MC4zOTc1IDc3LjM1MjUgNjAuMzYyMyA3Ny4wMjczIDYwLjIyNzZDNzYuNzAyIDYwLjA5MjkgNzYuNDI0MSA1OS44NjQ3IDc2LjIyODUgNTkuNTcyQzc2LjAzMjkgNTkuMjc5NCA3NS45Mjg1IDU4LjkzNTIgNzUuOTI4NSA1OC41ODMyQzc1LjkyODUgNTguMzQ5NSA3NS45NzQ2IDU4LjExOCA3Ni4wNjQgNTcuOTAyMUM3Ni4xNTM1IDU3LjY4NjIgNzYuMjg0NiA1Ny40ODk5IDc2LjQ0OTggNTcuMzI0N0M3Ni42MTUxIDU3LjE1OTQgNzYuODExMyA1Ny4wMjgzIDc3LjAyNzMgNTYuOTM4OUM3Ny4yNDMyIDU2Ljg0OTQgNzcuNDc0NiA1Ni44MDM0IDc3LjcwODQgNTYuODAzNFpNNzcuNzA4NCA1NS45MTM2Qzc3LjE4MDQgNTUuOTEzNiA3Ni42NjQyIDU2LjA3MDEgNzYuMjI1MiA1Ni4zNjM1Qzc1Ljc4NjIgNTYuNjU2OCA3NS40NDQgNTcuMDczOCA3NS4yNDIgNTcuNTYxNkM3NS4wMzk5IDU4LjA0OTQgNzQuOTg3IDU4LjU4NjIgNzUuMDkgNTkuMTA0Qzc1LjE5MyA1OS42MjE5IDc1LjQ0NzMgNjAuMDk3NiA3NS44MjA2IDYwLjQ3MDlDNzYuMTk0IDYwLjg0NDMgNzYuNjY5NyA2MS4wOTg2IDc3LjE4NzUgNjEuMjAxNkM3Ny43MDU0IDYxLjMwNDYgNzguMjQyMiA2MS4yNTE3IDc4LjczIDYxLjA0OTZDNzkuMjE3OCA2MC44NDc2IDc5LjYzNDcgNjAuNTA1NCA3OS45MjgxIDYwLjA2NjRDODAuMjIxNCA1OS42Mjc0IDgwLjM3OCA1OS4xMTEyIDgwLjM3OCA1OC41ODMyQzgwLjM3OCA1Ny44NzUyIDgwLjA5NjcgNTcuMTk2MiA3OS41OTYxIDU2LjY5NTVDNzkuMDk1NCA1Ni4xOTQ5IDc4LjQxNjQgNTUuOTEzNiA3Ny43MDg0IDU1LjkxMzZaIg0KICAgICAgZmlsbD0iIzMzREE2QiINCiAgICAvPg0KICAgIDxmb3JlaWduT2JqZWN0IHg9IjUwLjczMzUiIHk9IjEzLjEyNjQiIHdpZHRoPSIzNS43MTM5IiBoZWlnaHQ9IjM1LjcxMzkiDQogICAgICA+PGRpdg0KICAgICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94aHRtbCINCiAgICAgICAgc3R5bGU9ImJhY2tkcm9wLWZpbHRlcjogYmx1cigwLjY5cHgpOyBjbGlwLXBhdGg6IHVybCgjYmdibHVyXzNfODcyMl8zMTlfY2xpcF9wYXRoKTsgaGVpZ2h0OiAxMDAlOyB3aWR0aDogMTAwJSINCiAgICAgID48L2Rpdg0KICAgID48L2ZvcmVpZ25PYmplY3Q+DQogICAgPGNpcmNsZQ0KICAgICAgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iMS4zNzM2MSINCiAgICAgIGN4PSI2OC41OTA1Ig0KICAgICAgY3k9IjMwLjk4MzMiDQogICAgICByPSIxNi40ODMzIg0KICAgICAgZmlsbD0id2hpdGUiDQogICAgICBmaWxsLW9wYWNpdHk9IjAuNjQiDQogICAgLz4NCiAgICA8Y2lyY2xlIGN4PSI2OC4wMjQ2IiBjeT0iMzEuMjM4OSIgcj0iMTAuOTg4OSIgZmlsbD0iIzMzREE2QiIgLz4NCiAgICA8cGF0aA0KICAgICAgZD0iTTcyLjQ4MzIgMjYuMDAwOEw2My42ODYzIDI2LjAwMTZDNjMuNTczMiAyNS45OTYxIDYzLjQ2MDEgMjYuMDEzIDYzLjM1MzYgMjYuMDUxM0M2My4yNDcgMjYuMDg5NyA2My4xNDkxIDI2LjE0ODcgNjMuMDY1NCAyNi4yMjQ5QzYyLjk4MTcgMjYuMzAxMiA2Mi45MTQgMjYuMzkzMyA2Mi44NjYgMjYuNDk1OEM2Mi44MTggMjYuNTk4NCA2Mi43OTA3IDI2LjcwOTQgNjIuNzg1NyAyNi44MjI1TDYyLjc4NjUgMzUuNjM4NUM2Mi43OTI2IDM1Ljg3NTcgNjIuODg5NCAzNi4xMDE1IDYzLjA1NjkgMzYuMjY5NUM2My4yMjQ1IDM2LjQzNzUgNjMuNDUwMSAzNi41MzQ5IDYzLjY4NzIgMzYuNTQxN0w3Mi40ODE1IDM2LjU0MDlDNzIuNzEzIDM2LjUzMTggNzIuOTMxNSAzNi40MzE5IDczLjA4OTcgMzYuMjYyOEM3My4yNDggMzYuMDkzNyA3My4zMzMzIDM1Ljg2OTEgNzMuMzI3MSAzNS42Mzc2TDczLjMyNjMgMjYuODIxNkM3My4zMjgxIDI2LjcxMTQgNzMuMzA3NCAyNi42MDIgNzMuMjY1NCAyNi41MDAxQzczLjIyMzQgMjYuMzk4MiA3My4xNjEgMjYuMzA2IDczLjA4MiAyNi4yMjkxQzczLjAwMyAyNi4xNTIyIDcyLjkwOTIgMjYuMDkyMyA3Mi44MDYyIDI2LjA1M0M3Mi43MDMyIDI2LjAxMzggNzIuNTkzMyAyNS45OTYgNzIuNDgzMiAyNi4wMDA4Wk02Ni4wNTM4IDM0Ljc4N0w2NC41NDM3IDM0Ljc4NzJMNjQuNTQzMyAzMC4wOTI0TDY2LjA1MzMgMzAuMDkyMkw2Ni4wNTM4IDM0Ljc4N1pNNjUuMzUwNSAyOS4zNzg1SDY1LjMzOTdDNjUuMTIyNCAyOS4zNzcgNjQuOTE0NSAyOS4yODk1IDY0Ljc2MTYgMjkuMTM1MUM2NC42MDg3IDI4Ljk4MDcgNjQuNTIzMyAyOC43NzIgNjQuNTI0IDI4LjU1NDhDNjQuNTI0NyAyOC4zMzc1IDY0LjYxMTYgMjguMTI5MyA2NC43NjU1IDI3Ljk3NTlDNjQuOTE5NCAyNy44MjI2IDY1LjEyNzggMjcuNzM2NCA2NS4zNDUxIDI3LjczNjRDNjUuNTYyNCAyNy43MzY0IDY1Ljc3MDggMjcuODIyNiA2NS45MjQ3IDI3Ljk3NTlDNjYuMDc4NiAyOC4xMjkzIDY2LjE2NTQgMjguMzM3NSA2Ni4xNjYxIDI4LjU1NDhDNjYuMTY2OSAyOC43NzIgNjYuMDgxNCAyOC45ODA3IDY1LjkyODUgMjkuMTM1MUM2NS43NzU2IDI5LjI4OTUgNjUuNTY3OCAyOS4zNzcgNjUuMzUwNSAyOS4zNzg1Wk03MS41NzI1IDM0Ljc4NjVMNzAuMDYyNSAzNC43ODY3TDcwLjA2MjIgMzIuMjE5NkM3MC4wNjIyIDMxLjYwNDcgNjkuODQyNCAzMS4xODQ1IDY5LjI5NjEgMzEuMTg0NUM2OS4xMjUyIDMxLjE4NTkgNjguOTU5IDMxLjI0MDMgNjguODIwMyAzMS4zNDAxQzY4LjY4MTYgMzEuNDM5OSA2OC41NzczIDMxLjU4MDMgNjguNTIxOCAzMS43NDJDNjguNDgxNiAzMS44NjEzIDY4LjQ2MzkgMzEuOTg3IDY4LjQ2OTYgMzIuMTEyN0w2OC40Njk5IDM0Ljc4NjhMNjYuOTU5OCAzNC43ODdMNjYuOTU5NCAzMC4wOTIyTDY4LjQ2OTQgMzAuMDkyTDY4LjQ2OTUgMzAuNzQ1NEM2OC42MDcgMzAuNTA3NSA2OC44MDYgMzAuMzExMiA2OS4wNDU2IDMwLjE3NjhDNjkuMjg1MiAzMC4wNDI1IDY5LjU1NjYgMjkuOTc1MiA2OS44MzEyIDI5Ljk4MkM3MC44MjI1IDI5Ljk4MTkgNzEuNTcyNCAzMC42MzUyIDcxLjU3MjUgMzIuMDQzOFYzNC43ODY1WiINCiAgICAgIGZpbGw9IndoaXRlIg0KICAgIC8+DQogIDwvZz4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJiZ2JsdXJfMV84NzIyXzMxOV9jbGlwX3BhdGgiPg0KICAgICAgPGNpcmNsZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjAuMDQzMSAtNDAuMDk2NikiIGN4PSI3Ny45IiBjeT0iNTcuOTUzNSIgcj0iMTYuNDgzMyIgLz4NCiAgICA8L2NsaXBQYXRoPg0KICAgIDxjbGlwUGF0aCBpZD0iYmdibHVyXzJfODcyMl8zMTlfY2xpcF9wYXRoIj4NCiAgICAgIDxjaXJjbGUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxLjAxOTMgLTMyLjg0MDYpIiBjeD0iNDguODc2MiIgY3k9IjUwLjY5NzYiIHI9IjE2LjQ4MzMiIC8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8Y2xpcFBhdGggaWQ9ImJnYmx1cl8zXzg3MjJfMzE5X2NsaXBfcGF0aCI+DQogICAgICA8Y2lyY2xlIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MC43MzM1IC0xMy4xMjY0KSIgY3g9IjY4LjU5MDUiIGN5PSIzMC45ODMzIiByPSIxNi40ODMzIiAvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGxpbmVhckdyYWRpZW50DQogICAgICBpZD0icGFpbnQwX2xpbmVhcl84NzIyXzMxOSINCiAgICAgIHgxPSI2My44MTI1Ig0KICAgICAgeTE9Ijc3LjE3NTUiDQogICAgICB4Mj0iNjMuODEyNSINCiAgICAgIHkyPSIxMTAuMTQyIg0KICAgICAgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiDQogICAgPg0KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzY2QTdGRiIgLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzMwODlGRiIgLz4NCiAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfODcyMl8zMTkiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiIGZpbGw9IndoaXRlIiAvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCjwvc3ZnPg0K", P3 = "data:image/svg+xml,%3csvg%20width='134'%20height='120'%20viewBox='0%200%20134%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4845_623)'%3e%3cpath%20d='M63.1349%2044.1872H53.0449V41.126C56.2333%2038.9084%2059.0583%2039.1012%2062.7745%2041.3061L63.1349%2044.1872Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M50.7084%2098.5613L48.4994%2098.5611L48.1691%2090.0459L50.7088%2090.0461L50.7084%2098.5613Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M51.2717%20100.701L44.1491%20100.701V100.611C44.1491%20100.247%2044.2208%2099.8867%2044.3601%2099.5506C44.4994%2099.2144%2044.7036%2098.909%2044.9611%2098.6517C45.2185%2098.3944%2045.5241%2098.1903%2045.8605%2098.0511C46.1968%2097.9119%2046.5573%2097.8402%2046.9214%2097.8402L51.2718%2097.8404L51.2717%20100.701Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M63.1503%2098.5613L65.3593%2098.5611L65.6896%2090.0459L63.15%2090.0461L63.1503%2098.5613Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M62.5869%2097.8404L66.9372%2097.8402C67.3012%2097.8402%2067.6619%2097.9119%2067.9983%2098.0511C68.3346%2098.1903%2068.6402%2098.3944%2068.8977%2098.6517C69.1551%2098.909%2069.3593%2099.2144%2069.4986%2099.5505C69.638%2099.8867%2069.7097%20100.247%2069.7097%20100.611V100.701L62.5871%20100.701L62.5869%2097.8404Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M63.2084%2097.4699C63.0241%2097.4693%2062.8454%2097.4062%2062.7016%2097.291C62.5578%2097.1758%2062.4574%2097.0152%2062.4167%2096.8356L56.9417%2072.969C56.9297%2072.9084%2056.8966%2072.8539%2056.8484%2072.8152C56.8001%2072.7766%2056.7397%2072.7562%2056.6779%2072.7576H56.6765C56.6144%2072.7565%2056.5539%2072.7774%2056.5058%2072.8165C56.4576%2072.8557%2056.4249%2072.9107%2056.4134%2072.9717L51.3856%2096.6773C51.3464%2096.8587%2051.2464%2097.0212%2051.1021%2097.138C50.9579%2097.2548%2050.778%2097.3188%2050.5924%2097.3195H48.1973C48.0868%2097.3195%2047.9775%2097.2969%2047.876%2097.2532C47.7746%2097.2094%2047.6831%2097.1454%2047.6073%2097.065C47.5315%2096.9847%2047.473%2096.8897%2047.4352%2096.7858C47.3975%2096.682%2047.3814%2096.5716%2047.3879%2096.4614L49.1719%2066.4154L49.8897%2066.2031L49.9032%2066.2033L64.0037%2066.3266L67.0068%2096.3395C67.0173%2096.4466%2067.0063%2096.5546%2066.9746%2096.6574C66.9428%2096.7602%2066.8909%2096.8556%2066.8219%2096.9381C66.7528%2097.0206%2066.668%2097.0885%2066.5724%2097.1379C66.4768%2097.1873%2066.3724%2097.2172%2066.2651%2097.2258L63.2734%2097.4672C63.2516%2097.469%2063.23%2097.4699%2063.2084%2097.4699Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M57.3855%2038.7009C59.8296%2038.7009%2061.8109%2036.7207%2061.8109%2034.2781C61.8109%2031.8355%2059.8296%2029.8553%2057.3855%2029.8553C54.9414%2029.8553%2052.9601%2031.8355%2052.9601%2034.2781C52.9601%2036.7207%2054.9414%2038.7009%2057.3855%2038.7009Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M54.6745%2069.7096C53.8981%2069.7192%2053.1248%2069.6104%2052.3812%2069.3871C51.7199%2069.1877%2051.1064%2068.8553%2050.5784%2068.4101C50.0505%2067.9649%2049.6193%2067.4165%2049.3113%2066.7985C49.2138%2066.6126%2049.1921%2066.3961%2049.251%2066.1945C49.739%2064.5297%2052.0976%2055.8762%2050.5927%2048.9971C50.3803%2048.0414%2050.3627%2047.0528%2050.5408%2046.0902C50.719%2045.1276%2051.0893%2044.2107%2051.6297%2043.3943C52.1575%2042.5842%2052.8431%2041.8887%2053.6457%2041.3492C54.4483%2040.8096%2055.3515%2040.4372%2056.3012%2040.2541L56.3012%2040.2539C56.5508%2040.2052%2056.8018%2040.1653%2057.047%2040.135C58.0969%2040.0059%2059.1623%2040.1102%2060.1671%2040.4406C61.1719%2040.771%2062.0912%2041.3193%2062.8592%2042.0462C63.6501%2042.7874%2064.2672%2043.6941%2064.6664%2044.7015C65.0656%2045.7089%2065.237%2046.792%2065.1683%2047.8734L64.0118%2066.4215C64.0038%2066.5606%2063.9598%2066.6951%2063.884%2066.8121C63.8083%2066.929%2063.7034%2067.0242%2063.5797%2067.0883C62.2477%2067.7859%2058.2465%2069.7096%2054.6745%2069.7096Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M62.3848%2031.0226C61.9251%2029.868%2061.0831%2028.9059%2059.9993%2028.2968C58.9154%2027.6878%2057.6554%2027.4687%2056.4294%2027.6762L57.8247%2028.803C56.0911%2028.8614%2054.2663%2028.7373%2053.0285%2029.9518C53.4225%2029.9408%2053.939%2030.7832%2054.3331%2030.7723C53.5963%2030.7868%2052.9283%2031.3042%2052.6029%2031.9649C52.3015%2032.6438%2052.231%2033.4026%2052.4021%2034.1253C52.5477%2034.8472%2053.6577%2036.5385%2053.9564%2037.2117C53.9051%2035.4524%2057.3707%2031.256%2059.063%2031.6939C58.2032%2032.0127%2057.4571%2032.5789%2056.9188%2033.3209C58.0701%2032.7402%2059.3722%2032.5273%2060.6487%2032.711C60.9401%2032.7778%2061.2408%2032.7946%2061.5379%2032.7607C61.72%2032.7247%2061.8898%2032.6427%2062.0311%2032.5224C62.1724%2032.4022%2062.2805%2032.2477%2062.345%2032.0738C62.4096%2031.8999%2062.4285%2031.7123%2062.3998%2031.529C62.3712%2031.3458%2062.296%2031.1729%2062.1815%2031.0269L62.3848%2031.0226Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M54.3696%2068.5959C54.2578%2068.5956%2054.1473%2068.5723%2054.045%2068.5274L45.6485%2064.8647C45.4701%2064.7882%2045.3254%2064.65%2045.2409%2064.4754C45.1563%2064.3009%2045.1377%2064.1016%2045.1885%2063.9144L50.747%2042.929C50.8503%2042.5385%2051.0305%2042.1726%2051.2771%2041.8526C51.5237%2041.5326%2051.8317%2041.2649%2052.1831%2041.0653C52.5344%2040.8657%2052.9221%2040.7382%2053.3233%2040.6901C53.7246%2040.6421%2054.1315%2040.6745%2054.52%2040.7856L56.7426%2041.4195L55.178%2067.8326C55.1699%2067.9629%2055.1306%2068.0894%2055.0633%2068.2013C54.996%2068.3132%2054.9027%2068.4072%2054.7913%2068.4754C54.6646%2068.5538%2054.5186%2068.5955%2054.3696%2068.5959Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M69.9097%2063.9142L69.5402%2062.5223L69.0052%2060.4982L68.7475%2059.5277L68.2124%2057.509L64.3511%2042.9286C64.2481%2042.538%2064.0681%2042.1718%2063.8216%2041.8516C63.5751%2041.5315%2063.2671%2041.2637%2062.9156%2041.0641C62.5642%2040.8645%2062.1764%2040.7371%2061.775%2040.6893C61.3736%2040.6415%2060.9667%2040.6743%2060.5782%2040.7858L58.3566%2041.4196L59.4574%2059.9976L59.571%2061.937L59.6431%2063.1597V63.1615L59.7583%2065.0901L59.9205%2067.8326C59.9338%2068.0385%2060.0246%2068.2317%2060.1747%2068.3734C60.3248%2068.5151%2060.523%2068.5946%2060.7295%2068.5961C60.8411%2068.5954%2060.9515%2068.5721%2061.0539%2068.5277L69.4502%2064.865C69.6286%2064.7886%2069.7735%2064.6502%2069.8579%2064.4755C69.9424%2064.3008%2069.9607%2064.1014%2069.9097%2063.9142Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M68.7474%2059.5276L59.5711%2061.937L59.4574%2059.9976L68.2125%2057.509L68.7474%2059.5276Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M69.5402%2062.5222L59.7583%2065.09L59.6431%2063.1614V63.1596L69.0052%2060.4982L69.5402%2062.5222Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M55.5278%2060.4154L55.4141%2062.3188L46.4144%2059.6393L46.9421%2057.6477L55.5278%2060.4154Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M55.3403%2063.572L46.1565%2060.6099L45.6286%2062.6069L55.2286%2065.4646L55.3403%2063.572Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M46.3167%2065.5626C46.5905%2065.4912%2046.8453%2065.3606%2047.0632%2065.1801C47.281%2064.9997%2047.4566%2064.7736%2047.5776%2064.518C47.6986%2064.2623%2047.7621%2063.9833%2047.7635%2063.7005C47.7649%2063.4177%2047.7043%2063.138%2047.5858%2062.8812L51.9033%2049.3351L48.8418%2048.6943L44.8834%2061.9752C44.4649%2062.2027%2044.1444%2062.5757%2043.9826%2063.0235C43.8208%2063.4714%2043.8291%2063.963%2044.0057%2064.4051C44.1824%2064.8473%2044.5152%2065.2094%2044.9412%2065.4227C45.3671%2065.636%2045.8565%2065.6858%2046.3167%2065.5626Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M52.0231%2042.6757C52.9022%2042.7654%2053.3967%2043.7532%2053.1781%2044.9832L52.1293%2050.8857C52.0506%2051.3281%2051.6863%2051.6785%2051.3834%2051.6028L47.8356%2050.7165C47.5626%2050.6483%2047.4621%2050.2607%2047.6168%2049.8728L49.7466%2044.5331C50.2092%2043.3734%2051.1708%2042.5889%2052.0231%2042.6757Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M57.3692%2026C58.8669%2026.0002%2060.3058%2026.5829%2061.3811%2027.6248C62.4565%2028.6668%2063.0838%2030.0861%2063.1303%2031.5822H64.216C64.3115%2031.5822%2064.4032%2031.6202%2064.4708%2031.6877C64.5384%2031.7553%2064.5763%2031.8469%2064.5763%2031.9424V33.383C64.5763%2033.4785%2064.5384%2033.5701%2064.4708%2033.6376C64.4032%2033.7051%2064.3115%2033.7431%2064.216%2033.7431H51.9638C51.8682%2033.7431%2051.7766%2033.7051%2051.709%2033.6376C51.6414%2033.5701%2051.6034%2033.4785%2051.6034%2033.383V31.7623C51.6034%2031.0056%2051.7526%2030.2563%2052.0423%2029.5572C52.3321%2028.858%2052.7568%2028.2228%2053.2922%2027.6877C53.8276%2027.1526%2054.4632%2026.7282%2055.1627%2026.4386C55.8622%2026.149%2056.612%2026%2057.3692%2026Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M56.8393%2058.8184C56.9383%2058.8298%2057.0363%2058.8491%2057.1323%2058.8759L63.9154%2053.0624L63.5189%2050.9294L66.6617%2049.9106L67.7308%2053.6186C67.8172%2053.9181%2067.804%2054.2376%2067.6932%2054.529C67.5825%2054.8204%2067.3801%2055.0681%2067.1165%2055.2348L58.526%2060.6676C58.5321%2061.0514%2058.4211%2061.428%2058.2079%2061.7472C57.9946%2062.0664%2057.6891%2062.3132%2057.3321%2062.4547C56.975%2062.5962%2056.5834%2062.6257%2056.2092%2062.5393C55.8349%2062.4529%2055.4959%2062.2547%2055.2371%2061.971C54.9784%2061.6873%2054.8122%2061.3317%2054.7606%2060.9513C54.7091%2060.5709%2054.7746%2060.1839%2054.9486%2059.8416C55.1225%2059.4994%2055.3966%2059.2182%2055.7343%2059.0354C56.072%2058.8526%2056.4575%2058.7769%2056.8393%2058.8184Z'%20fill='%23FFB8B8'%20/%3e%3cpath%20d='M63.9331%2043.1632C64.8721%2042.9005%2065.8104%2043.6148%2066.1248%2044.8317L67.6335%2050.6715C67.7466%2051.1092%2067.5269%2051.5745%2067.1838%2051.6238L63.1646%2052.2016C62.8554%2052.246%2062.5829%2051.929%2062.5715%2051.5116L62.4155%2045.7649C62.3816%2044.5169%2063.0227%2043.4179%2063.9331%2043.1632Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M117.957%2080.4664C116.106%2078.0064%20114.643%2075.2778%20113.619%2072.3755C113.559%2072.2019%20113.564%2072.0128%20113.631%2071.8421C113.698%2071.6713%20113.823%2071.5298%20113.985%2071.4428L120.317%2068.0518C120.42%2067.9965%20120.534%2067.9653%20120.65%2067.9606C120.766%2067.9559%20120.882%2067.9777%20120.989%2068.0245C121.097%2068.0717%20121.194%2068.143%20121.27%2068.233C121.347%2068.323%20121.403%2068.4293%20121.432%2068.5439C122.169%2071.3407%20123.555%2073.9248%20125.476%2076.0872C125.555%2076.1752%20125.613%2076.2801%20125.646%2076.3939C125.678%2076.5077%20125.684%2076.6274%20125.663%2076.7438C125.643%2076.8585%20125.597%2076.967%20125.529%2077.0612C125.461%2077.1554%20125.372%2077.2327%20125.269%2077.2873L118.936%2080.6784C118.775%2080.7647%20118.587%2080.7908%20118.408%2080.752C118.228%2080.7131%20118.068%2080.612%20117.957%2080.4664Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M118.389%2080.1419C118.423%2080.1844%20118.471%2080.2136%20118.524%2080.2247C118.577%2080.2357%20118.633%2080.2277%20118.681%2080.2022L125.014%2076.8111C125.044%2076.7951%20125.071%2076.7722%20125.091%2076.7441C125.112%2076.7161%20125.125%2076.6837%20125.131%2076.6496C125.138%2076.6135%20125.136%2076.5764%20125.126%2076.5411C125.116%2076.5059%20125.097%2076.4735%20125.073%2076.4465C123.094%2074.2203%20121.668%2071.5601%20120.909%2068.6809C120.9%2068.6453%20120.884%2068.6122%20120.86%2068.5843C120.836%2068.5563%20120.806%2068.5342%20120.773%2068.5197C120.741%2068.5055%20120.706%2068.4989%20120.672%2068.5003C120.637%2068.5017%20120.603%2068.5112%20120.573%2068.528L114.24%2071.919C114.192%2071.9449%20114.155%2071.9867%20114.134%2072.0373C114.114%2072.0878%20114.112%2072.1439%20114.129%2072.1958C115.135%2075.0462%20116.571%2077.7259%20118.389%2080.1419Z'%20fill='white'%20/%3e%3cpath%20d='M120.733%2072.8911L117.284%2074.4126C117.153%2074.4703%20117.004%2074.4736%20116.871%2074.4219C116.737%2074.3701%20116.629%2074.2675%20116.571%2074.1365L116.486%2073.9434C116.428%2073.8123%20116.425%2073.6637%20116.477%2073.5301C116.529%2073.3966%20116.631%2073.289%20116.762%2073.2311L120.211%2071.7095C120.342%2071.6518%20120.491%2071.6485%20120.625%2071.7002C120.758%2071.752%20120.866%2071.8546%20120.924%2071.9856L121.009%2072.1787C121.067%2072.3098%20121.07%2072.4584%20121.019%2072.592C120.967%2072.7255%20120.864%2072.8331%20120.733%2072.8911Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M121.994%2075.232L118.545%2076.7535C118.414%2076.8112%20118.266%2076.8146%20118.132%2076.7628C117.998%2076.7111%20117.891%2076.6085%20117.833%2076.4775L117.747%2076.2844C117.69%2076.1533%20117.686%2076.0046%20117.738%2075.8711C117.79%2075.7375%20117.893%2075.63%20118.024%2075.572L121.472%2074.0505C121.604%2073.9928%20121.752%2073.9894%20121.886%2074.0412C122.02%2074.0929%20122.127%2074.1955%20122.185%2074.3265L122.271%2074.5196C122.328%2074.6507%20122.332%2074.7994%20122.28%2074.9329C122.228%2075.0665%20122.125%2075.174%20121.994%2075.232Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M113.906%2073.2814C113.668%2073.1284%20113.466%2072.9251%20113.315%2072.6859C113.164%2072.4466%20113.068%2072.1772%20113.032%2071.8967C112.997%2071.6161%20113.023%2071.3311%20113.11%2071.0619C113.197%2070.7927%20113.341%2070.5458%20113.534%2070.3385L112.079%2049.7098L116.269%2050.1159L116.384%2070.3176C116.711%2070.6639%20116.9%2071.118%20116.914%2071.5939C116.928%2072.0698%20116.768%2072.5345%20116.462%2072.8998C116.157%2073.2652%20115.728%2073.5058%20115.256%2073.5761C114.785%2073.6465%20114.305%2073.5416%20113.906%2073.2814Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M113.028%2056.6413C112.93%2056.5708%20112.849%2056.4792%20112.791%2056.3732C112.733%2056.2672%20112.699%2056.1496%20112.693%2056.029L112.386%2050.4691C112.356%2049.9182%20112.53%2049.3756%20112.877%2048.9459C113.223%2048.5162%20113.716%2048.2299%20114.261%2048.142C114.806%2048.0542%20115.364%2048.1711%20115.828%2048.4702C116.292%2048.7693%20116.628%2049.2295%20116.773%2049.7619L118.121%2054.7328C118.177%2054.9402%20118.149%2055.1614%20118.042%2055.3478C117.935%2055.5341%20117.758%2055.6705%20117.551%2055.7269L113.715%2056.7664C113.598%2056.7982%20113.476%2056.8035%20113.357%2056.7819C113.238%2056.7602%20113.126%2056.7122%20113.028%2056.6413Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M105.887%2098.6424H103.678L102.627%2090.1272H105.887L105.887%2098.6424Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M102.1%2098.0116H106.36V100.692H99.4179C99.4179%20100.34%2099.4873%2099.9917%2099.6221%2099.6664C99.7569%2099.3412%2099.9545%2099.0457%20100.204%2098.7968C100.453%2098.5478%20100.748%2098.3504%20101.074%2098.2157C101.399%2098.0809%20101.748%2098.0116%20102.1%2098.0116Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M114.175%2098.6424H111.966L110.915%2090.1272H114.176L114.175%2098.6424Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M110.388%2098.0116H114.649V100.692H107.706C107.706%20100.34%20107.776%2099.9917%20107.91%2099.6664C108.045%2099.3412%20108.243%2099.0457%20108.492%2098.7968C108.741%2098.5478%20109.037%2098.3504%20109.362%2098.2157C109.687%2098.0809%20110.036%2098.0116%20110.388%2098.0116Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M105.783%2094.3527L103.351%2094.2368C103.144%2094.227%20102.948%2094.1382%20102.805%2093.9888C102.661%2093.8393%20102.58%2093.6404%20102.579%2093.4332C101.938%2083.5438%20101.05%2072.9397%20102.409%2068.8432C102.408%2068.7264%20102.433%2068.6109%20102.481%2068.5045C102.529%2068.3981%20102.599%2068.3033%20102.687%2068.2266C102.775%2068.1499%20102.879%2068.0931%20102.991%2068.0601C103.103%2068.0271%20103.221%2068.0187%20103.336%2068.0355L113.065%2069.4469C113.257%2069.4738%20113.433%2069.5691%20113.561%2069.7153C113.688%2069.8615%20113.759%2070.0488%20113.759%2070.2428C115.001%2075.0933%20115.057%2083.889%20115.01%2093.028C115.011%2093.135%20114.991%2093.241%20114.95%2093.34C114.91%2093.439%20114.85%2093.5291%20114.775%2093.605C114.7%2093.6809%20114.61%2093.7411%20114.511%2093.7822C114.412%2093.8233%20114.307%2093.8445%20114.2%2093.8445H111.578C111.385%2093.8453%20111.197%2093.7766%20111.05%2093.651C110.903%2093.5254%20110.806%2093.3512%20110.777%2093.1601L109.16%2082.8839C109.136%2082.7335%20109.059%2082.5968%20108.942%2082.4989C108.825%2082.4011%20108.677%2082.3487%20108.525%2082.3515C108.373%2082.3543%20108.227%2082.4121%20108.114%2082.5142C108.001%2082.6163%20107.928%2082.7558%20107.91%2082.9069L106.626%2093.6396C106.602%2093.8362%20106.507%2094.0173%20106.359%2094.1488C106.211%2094.2802%20106.019%2094.3531%20105.821%2094.3538C105.808%2094.3538%20105.796%2094.3534%20105.783%2094.3527Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M107.495%2070.2438C105.351%2069.0533%20103.675%2068.7404%20102.868%2068.6599C102.76%2068.6496%20102.656%2068.6175%20102.562%2068.5657C102.467%2068.514%20102.384%2068.4435%20102.317%2068.3587C102.249%2068.2732%20102.2%2068.1749%20102.171%2068.0696C102.142%2067.9643%20102.135%2067.8543%20102.15%2067.7462L104.481%2050.4501C104.615%2049.4383%20105.006%2048.4775%20105.617%2047.6594C106.227%2046.8412%20107.037%2046.1929%20107.97%2045.776C108.872%2045.3614%20109.866%2045.1845%20110.856%2045.2621C111.846%2045.3396%20112.8%2045.6691%20113.626%2046.2191C113.706%2046.2722%20113.785%2046.3265%20113.862%2046.3818C114.814%2047.079%20115.538%2048.0422%20115.943%2049.1501C116.348%2050.258%20116.416%2051.461%20116.138%2052.6075C114.709%2058.4517%20114.218%2068.0328%20114.134%2069.8942C114.127%2070.0529%20114.074%2070.206%20113.98%2070.3344C113.887%2070.4627%20113.757%2070.5605%20113.608%2070.6154C112.729%2070.9348%20111.801%2071.1%20110.865%2071.1035C109.686%2071.1107%20108.526%2070.8146%20107.495%2070.2438Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M109.444%2043.4275C111.888%2043.4275%20113.87%2041.4474%20113.87%2039.0048C113.87%2036.5622%20111.888%2034.582%20109.444%2034.582C107%2034.582%20105.019%2036.5622%20105.019%2039.0048C105.019%2041.4474%20107%2043.4275%20109.444%2043.4275Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M112.576%2042.5038C111.75%2043.3827%20110.217%2042.9109%20110.11%2041.7102C110.101%2041.617%20110.102%2041.5232%20110.112%2041.4301C110.167%2040.8982%20110.474%2040.4154%20110.401%2039.8538C110.384%2039.714%20110.332%2039.5808%20110.249%2039.4668C109.592%2038.5864%20108.047%2039.8606%20107.426%2039.0636C107.046%2038.5749%20107.493%2037.8054%20107.201%2037.2592C106.815%2036.5383%20105.673%2036.8939%20104.957%2036.4991C104.16%2036.0598%20104.208%2034.8379%20104.732%2034.0946C105.372%2033.1882%20106.494%2032.7046%20107.602%2032.6349C108.709%2032.5652%20109.809%2032.8644%20110.843%2033.2672C112.018%2033.7248%20113.183%2034.3573%20113.907%2035.3898C114.786%2036.6455%20114.87%2038.3336%20114.431%2039.8019C114.163%2040.695%20113.25%2041.7861%20112.576%2042.5038Z'%20fill='%232F2E41'%20/%3e%3cpath%20d='M116.081%2046.8037C116.003%2046.4399%20115.338%2045.9429%20114.387%2045.5378C112.858%2044.9188%20111.204%2044.6695%20109.56%2044.8103C107.916%2044.9512%20106.329%2045.478%20104.928%2046.3481C104.83%2046.3533%20104.736%2046.3905%20104.662%2046.454C104.587%2046.5174%20104.536%2046.6036%20104.515%2046.6992L101.315%2060.8439L100.899%2062.686L100.623%2063.9051L100.207%2065.7418L99.9852%2066.7232C99.971%2066.786%2099.9704%2066.851%2099.9834%2066.914C99.9964%2066.977%20100.023%2067.0365%20100.061%2067.0885C100.099%2067.1405%20100.147%2067.1838%20100.203%2067.2155C100.259%2067.2472%20100.321%2067.2667%20100.385%2067.2725L114.203%2068.4645C114.216%2068.4645%20114.23%2068.4663%20114.243%2068.4663C114.357%2068.4656%20114.466%2068.4218%20114.549%2068.3436C114.632%2068.2654%20114.682%2068.1587%20114.69%2068.045L114.821%2066.0444L114.962%2063.9051L115.023%2062.9777L115.162%2060.8439L116.082%2046.8271V46.8145L116.081%2046.8037Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M93.4078%2047.6941C93.4299%2047.7912%2093.4443%2047.89%2093.4509%2047.9894L101.191%2052.4519L103.072%2051.3695L105.078%2053.9936L101.053%2056.8604L92.223%2049.8984C91.8628%2050.0316%2091.4707%2050.052%2091.0986%2049.957C90.7265%2049.862%2090.3922%2049.6561%2090.1401%2049.3666C89.888%2049.0771%2089.7301%2048.7177%2089.6873%2048.3363C89.6446%2047.9549%2089.719%2047.5696%2089.9007%2047.2315C90.0824%2046.8934%2090.3628%2046.6186%2090.7046%2046.4436C91.0464%2046.2687%2091.4334%2046.2019%2091.8141%2046.2521C92.1948%2046.3023%2092.5512%2046.4672%2092.8359%2046.7248C93.1206%2046.9823%2093.3201%2047.3204%2093.4078%2047.6941Z'%20fill='%23A0616A'%20/%3e%3cpath%20d='M101.467%2052.0725C101.454%2051.9525%20101.469%2051.831%20101.509%2051.7171C101.549%2051.6033%20101.615%2051.4999%20101.7%2051.4147L105.64%2047.4768C106.03%2047.0867%20106.551%2046.8548%20107.102%2046.8258C107.654%2046.7969%20108.196%2046.9729%20108.625%2047.32C109.054%2047.6672%20109.339%2048.1607%20109.426%2048.7056C109.512%2049.2505%20109.394%2049.808%20109.093%2050.2708L106.288%2054.5911C106.171%2054.7712%20105.987%2054.8975%20105.777%2054.9422C105.566%2054.9869%20105.347%2054.9465%20105.167%2054.8297L101.832%2052.6673C101.731%2052.6018%20101.645%2052.5143%20101.582%2052.4114C101.519%2052.3085%20101.48%2052.1927%20101.467%2052.0725Z'%20fill='%233F3D56'%20/%3e%3cpath%20d='M115.162%2060.844L115.023%2062.9778L100.899%2062.6861L101.315%2060.844H115.162Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M114.962%2063.9052L114.821%2066.0444L100.207%2065.7419L100.623%2063.9052H114.962Z'%20fill='%23CCCCCC'%20/%3e%3cpath%20d='M109.531%2030.4117C108.033%2030.4119%20106.594%2030.9947%20105.519%2032.0366C104.444%2033.0785%20103.816%2034.4978%20103.77%2035.994H102.684C102.589%2035.994%20102.497%2036.0319%20102.429%2036.0995C102.362%2036.167%20102.324%2036.2586%20102.324%2036.3541V37.7947C102.324%2037.8902%20102.362%2037.9818%20102.429%2038.0494C102.497%2038.1169%20102.589%2038.1548%20102.684%2038.1548H114.936C115.032%2038.1548%20115.124%2038.1169%20115.191%2038.0494C115.259%2037.9818%20115.297%2037.8902%20115.297%2037.7947V36.174C115.297%2035.4173%20115.148%2034.668%20114.858%2033.9689C114.568%2033.2698%20114.143%2032.6345%20113.608%2032.0995C113.073%2031.5644%20112.437%2031.1399%20111.738%2030.8504C111.038%2030.5608%20110.288%2030.4117%20109.531%2030.4117Z'%20fill='%2317AD49'%20/%3e%3cpath%20d='M30.6466%2087.7749C29.5063%2088.1755%2028.282%2088.2758%2027.0916%2088.0662C25.9011%2087.8567%2024.7848%2087.3442%2023.8501%2086.5783C21.4696%2084.5815%2020.7232%2081.2917%2020.1159%2078.2455L18.3196%2069.2355L22.0803%2071.8234C24.7847%2073.6844%2027.5501%2075.6051%2029.4226%2078.3008C31.2951%2080.9964%2032.1125%2084.6762%2030.608%2087.593'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M30.3252%2098.6832C30.7058%2095.9124%2031.0972%2093.1059%2030.8302%2090.3054C30.5931%2087.8182%2029.8338%2085.3889%2028.2881%2083.397C27.4676%2082.3418%2026.4692%2081.4376%2025.3379%2080.7252C25.0428%2080.5391%2024.7713%2081.0064%2025.065%2081.1917C27.0227%2082.4282%2028.5368%2084.254%2029.3892%2086.4059C30.3306%2088.799%2030.4817%2091.4076%2030.3195%2093.9498C30.2214%2095.4871%2030.0135%2097.0143%2029.804%2098.5396C29.7874%2098.6086%2029.7977%2098.6813%2029.8328%2098.7429C29.8678%2098.8046%2029.925%2098.8507%2029.9927%2098.8719C30.0618%2098.8905%2030.1355%2098.8811%2030.1977%2098.8458C30.26%2098.8105%2030.3058%2098.7521%2030.3252%2098.6832Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M26.659%2093.7802C26.17%2094.5231%2025.4977%2095.1276%2024.707%2095.5354C23.9164%2095.9433%2023.0339%2096.1407%2022.1447%2096.1088C19.8595%2096.0004%2017.9543%2094.4064%2016.2393%2092.8931L11.1667%2088.417L14.5239%2088.2564C16.9382%2088.1409%2019.4149%2088.0332%2021.7144%2088.7773C24.014%2089.5214%2026.1348%2091.3122%2026.5553%2093.691'%20fill='%23E6E6E6'%20/%3e%3cpath%20d='M31.4009%20100.276C29.5688%2097.0364%2027.4439%2093.4359%2023.6469%2092.2851C22.5911%2091.9662%2021.4841%2091.852%2020.3854%2091.9485C20.0392%2091.9784%2020.1256%2092.5118%2020.4713%2092.482C22.3129%2092.3292%2024.151%2092.8152%2025.676%2093.8582C27.1436%2094.8565%2028.2862%2096.2445%2029.2533%2097.7163C29.8457%2098.6178%2030.3764%2099.5576%2030.9071%20100.496C31.0767%20100.796%2031.5724%20100.58%2031.4009%20100.276Z'%20fill='%23F2F2F2'%20/%3e%3cpath%20d='M133.82%20101H5.53217C5.48438%20101%205.43856%20100.981%205.40477%20100.947C5.37098%20100.914%205.35199%20100.868%205.35199%20100.82C5.35199%20100.772%205.37098%20100.726%205.40477%20100.693C5.43856%20100.659%205.48438%20100.64%205.53217%20100.64H133.82C133.868%20100.64%20133.913%20100.659%20133.947%20100.693C133.981%20100.726%20134%20100.772%20134%20100.82C134%20100.868%20133.981%20100.914%20133.947%20100.947C133.913%20100.981%20133.868%20101%20133.82%20101Z'%20fill='%23CCCCCC'%20/%3e%3c/g%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20x='7'%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4845_623'%3e%3crect%20width='134'%20height='75'%20fill='white'%20transform='translate(0%2026)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", U3 = "data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6342_255)'%3e%3cg%20style='mix-blend-mode:%20color'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/g%3e%3cg%20clip-path='url(%23clip1_6342_255)'%3e%3crect%20width='130'%20height='104.129'%20transform='translate(-5%208)'%20fill='white'%20/%3e%3cpath%20d='M63.666%20111.894H27.8884L27.733%2055.3505H63.5101L63.666%20111.894Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M63.5101%2055.3505H45.6213V111.894H63.5101V55.3505Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M44.452%2044.2189H31.8182V55.3505H44.452V44.2189Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M44.4521%2044.2189H41.4411V55.3505H44.4521V44.2189Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M64.5572%2054.7012H24.7512V55.3504H64.5572V54.7012Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M37.8236%2060.2051H34.795V66.5906H37.8236V60.2051Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%2069.0973C45.6213%2069.1647%2041.6166%2069.219%2036.6774%2069.219C31.7367%2069.219%2027.7325%2069.1647%2027.7325%2069.0973C27.7325%2069.0299%2031.7362%2068.9756%2036.6774%2068.9756C41.6166%2068.9751%2045.6213%2069.0299%2045.6213%2069.0973Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M55.8678%2060.2051H52.8392V66.5906H55.8678V60.2051Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%2069.0973C63.666%2069.1647%2059.6613%2069.219%2054.7221%2069.219C49.7815%2069.219%2045.7772%2069.1647%2045.7772%2069.0973C45.7772%2069.0299%2049.781%2068.9756%2054.7221%2068.9756C59.6608%2068.9751%2063.666%2069.0299%2063.666%2069.0973Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M55.8678%2072.8832H52.8392V79.2687H55.8678V72.8832Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%2081.7748C63.666%2081.8422%2059.6613%2081.8965%2054.7221%2081.8965C49.7815%2081.8965%2045.7772%2081.8422%2045.7772%2081.7748C45.7772%2081.7074%2049.781%2081.6531%2054.7221%2081.6531C59.6608%2081.6531%2063.666%2081.7079%2063.666%2081.7748Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M55.8678%2085.944H52.8392V92.3295H55.8678V85.944Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%2094.8356C63.666%2094.903%2059.6613%2094.9573%2054.7221%2094.9573C49.7815%2094.9573%2045.7772%2094.9025%2045.7772%2094.8356C45.7772%2094.7682%2049.781%2094.7139%2054.7221%2094.7139C59.6608%2094.7134%2063.666%2094.7682%2063.666%2094.8356Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M55.8678%2099.0043H52.8392V105.39H55.8678V99.0043Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M63.666%20107.896C63.666%20107.963%2059.6613%20108.018%2054.7221%20108.018C49.7815%20108.018%2045.7772%20107.963%2045.7772%20107.896C45.7772%20107.828%2049.781%20107.774%2054.7221%20107.774C59.6608%20107.774%2063.666%20107.828%2063.666%20107.896Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M37.8236%2073.0768H34.795V79.4623H37.8236V73.0768Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%2081.9684C45.6213%2082.0358%2041.6166%2082.0906%2036.6774%2082.0906C31.7367%2082.0906%2027.7325%2082.0358%2027.7325%2081.9684C27.7325%2081.901%2031.7362%2081.8467%2036.6774%2081.8467C41.6166%2081.8467%2045.6213%2081.901%2045.6213%2081.9684Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M37.8236%2085.948H34.795V92.3335H37.8236V85.948Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%2094.8401C45.6213%2094.9075%2041.6166%2094.9618%2036.6774%2094.9618C31.7367%2094.9618%2027.7325%2094.907%2027.7325%2094.8401C27.7325%2094.7732%2031.7362%2094.7184%2036.6774%2094.7184C41.6166%2094.7179%2045.6213%2094.7727%2045.6213%2094.8401Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M37.8236%2098.8196H34.795V105.205H37.8236V98.8196Z'%20fill='white'%20/%3e%3cpath%20d='M45.6213%20107.711C45.6213%20107.779%2041.6166%20107.833%2036.6774%20107.833C31.7367%20107.833%2027.7325%20107.779%2027.7325%20107.711C27.7325%20107.644%2031.7362%20107.59%2036.6774%20107.59C41.6166%20107.59%2045.6213%20107.644%2045.6213%20107.711Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M89.0673%2059.6085H49.7004V111.532H89.0673V59.6085Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M89.0674%2059.6085H70.6088V111.532H89.0674V59.6085Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M61.4944%2066.6382H57.9548V75.2381H61.4944V66.6382Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M61.4944%20100.296H57.9548V108.895H61.4944V100.296Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M70.6088%2078.6132C70.6088%2078.7098%2065.9281%2078.7883%2060.1551%2078.7883C54.3801%2078.7883%2049.7005%2078.7098%2049.7005%2078.6132C49.7005%2078.5167%2054.3806%2078.4382%2060.1551%2078.4382C65.9281%2078.4382%2070.6088%2078.5167%2070.6088%2078.6132Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M61.4944%2083.5946H57.9548V92.1945H61.4944V83.5946Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M70.6088%2095.5691C70.6088%2095.6656%2065.9281%2095.7441%2060.1551%2095.7441C54.3801%2095.7441%2049.7005%2095.6656%2049.7005%2095.5691C49.7005%2095.4725%2054.3806%2095.394%2060.1551%2095.394C65.9281%2095.3945%2070.6088%2095.473%2070.6088%2095.5691Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M78.0685%2066.6382H74.5289V75.2381H78.0685V66.6382Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M85.7476%2066.6382H82.208V75.2381H85.7476V66.6382Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M78.0685%2082.9564H74.5289V91.5558H78.0685V82.9564Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M85.7476%2082.9564H82.208V91.5558H85.7476V82.9564Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M78.0685%2099.2747H74.5289V107.874H78.0685V99.2747Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M85.7476%2099.2747H82.208V107.874H85.7476V99.2747Z'%20fill='%23E1E6E4'%20/%3e%3cpath%20d='M92.027%2057.8009H46.7413V59.6733H92.027V57.8009Z'%20fill='%23B8C1C0'%20/%3e%3cpath%20d='M46.0835%2023.3171C46.2465%2022.1633%2044.5743%2021.2142%2043.3178%2021.1158C42.7186%2021.0689%2042.096%2021.158%2041.5285%2020.9655C40.2985%2020.548%2039.8073%2019.0006%2038.6072%2018.508C37.7102%2018.1394%2036.677%2018.4674%2035.8073%2018.8938C34.9376%2019.3202%2034.0778%2019.8564%2033.1062%2019.9172C32.2612%2019.97%2031.3434%2019.6647%2030.6037%2020.0667C30.0527%2020.3664%2029.7639%2020.9845%2029.2562%2021.3493C28.7594%2021.706%2028.1112%2021.7816%2027.4947%2021.8145C26.8782%2021.847%2026.24%2021.8534%2025.6785%2022.1037C25.1171%2022.3541%2024.6527%2022.9321%2024.7693%2023.5223L46.0835%2023.3171Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M105.855%2043.3706C106.158%2041.1651%20103.046%2039.3509%20100.706%2039.1621C99.5906%2039.0722%2098.4322%2039.2429%2097.3754%2038.8743C95.0858%2038.0762%2094.1713%2035.1185%2091.9374%2034.1762C90.2674%2033.4718%2088.3446%2034.0985%2086.7257%2034.9135C85.1069%2035.7284%2083.5068%2036.7535%2081.6978%2036.8693C80.1242%2036.9702%2078.4154%2036.3868%2077.0391%2037.1552C76.0134%2037.7282%2075.4759%2038.9098%2074.5303%2039.607C73.6054%2040.2894%2072.3986%2040.4336%2071.2512%2040.4963C70.1039%2040.5591%2068.9157%2040.5707%2067.8706%2041.0487C66.8254%2041.5273%2065.9607%2042.632%2066.178%2043.7612L105.855%2043.3706Z'%20fill='%23F0F2F2'%20/%3e%3cpath%20d='M115.209%20111.791C115.209%20111.791%20114.911%20109.757%20114.315%20109.444C113.718%20109.131%20113.356%20110.043%20113.356%20110.043C113.356%20110.043%20113.215%20108.1%20112.37%20107.518C111.525%20106.937%20110.89%20108.128%20110.89%20108.128C110.89%20108.128%20110.242%20105.661%20109.083%20105.661C107.924%20105.661%20107.339%20109.269%20107.339%20109.269C107.339%20109.269%20106.656%20108.194%20105.955%20108.801C105.253%20109.408%20105.253%20111.79%20105.253%20111.79H115.209V111.791Z'%20fill='url(%23paint0_linear_6342_255)'%20/%3e%3cpath%20d='M24.2871%20111.791C24.2871%20111.791%2023.9885%20109.757%2023.3923%20109.444C22.7961%20109.131%2022.4334%20110.043%2022.4334%20110.043C22.4334%20110.043%2022.293%20108.1%2021.4478%20107.518C20.6027%20106.937%2019.968%20108.128%2019.968%20108.128C19.968%20108.128%2019.3196%20105.661%2018.1604%20105.661C17.0012%20105.661%2016.417%20109.269%2016.417%20109.269C16.417%20109.269%2015.7331%20108.194%2015.0324%20108.801C14.3312%20109.408%2014.3312%20111.79%2014.3312%20111.79H24.2871V111.791Z'%20fill='url(%23paint1_linear_6342_255)'%20/%3e%3cpath%20d='M16.2672%20111.791H7.28854C7.28854%20111.791%207.58442%20109.943%208.17972%20109.812C8.77503%20109.681%209.05186%20110.538%209.05186%20110.538C9.05186%20110.538%209.02484%20107.96%2010.137%20107.521C11.2488%20107.082%2012.1816%20109.36%2012.1816%20109.36C12.1816%20109.36%2012.8788%20108.061%2013.8289%20108.145C14.779%20108.228%2015.0204%20110.373%2015.0204%20110.373C15.0204%20110.373%2015.885%20109.628%2016.2672%20111.791Z'%20fill='url(%23paint2_linear_6342_255)'%20/%3e%3cpath%20d='M105.897%20111.791H100.381C100.381%20111.791%20100.394%20110.592%20100.936%20110.274C101.478%20109.956%20101.8%20110.577%20101.8%20110.577C101.8%20110.577%20102.021%20108.373%20103.032%20108.373C104.043%20108.373%20104.527%20110.274%20104.527%20110.274C104.527%20110.274%20104.753%20109.699%20105.314%20109.807C105.875%20109.914%20105.897%20111.791%20105.897%20111.791Z'%20fill='url(%23paint3_linear_6342_255)'%20/%3e%3cpath%20d='M38.4064%20111.791H32.8901C32.8901%20111.791%2032.9029%20110.592%2033.4451%20110.274C33.9872%20109.956%2034.3097%20110.577%2034.3097%20110.577C34.3097%20110.577%2034.5307%20108.373%2035.5415%20108.373C36.5522%20108.373%2037.0359%20110.274%2037.0359%20110.274C37.0359%20110.274%2037.2623%20109.699%2037.8235%20109.807C38.3838%20109.914%2038.4064%20111.791%2038.4064%20111.791Z'%20fill='url(%23paint4_linear_6342_255)'%20/%3e%3cpath%20d='M-5%20111.805L11.177%20111.648L27.354%20111.591L59.708%20111.483L92.062%20111.591L108.239%20111.647L124.416%20111.805L108.239%20111.964L92.062%20112.02L59.708%20112.128L27.354%20112.019L11.177%20111.962L-5%20111.805Z'%20fill='%23263238'%20/%3e%3cpath%20d='M60.581%2010.5908C53.2505%2010.7609%2047.2731%2016.7351%2047.0985%2024.0656C47.0241%2027.205%2048.0001%2030.1115%2049.6952%2032.4651L49.6914%2032.4664L49.8259%2032.6495C49.8324%2032.6579%2049.8388%2032.6669%2049.8446%2032.6753L59.6263%2045.98C60.4872%2047.1512%2062.2496%2047.1144%2063.0607%2045.9081L71.902%2032.7639C73.5751%2030.2124%2074.7225%2027.5452%2074.7225%2024.4012C74.7238%2016.6627%2068.3603%2010.4104%2060.581%2010.5908ZM60.9095%2034.4475C55.1734%2034.4475%2050.5238%2029.7979%2050.5238%2024.0617C50.5238%2018.3255%2055.1734%2013.6759%2060.9095%2013.6759C66.6457%2013.6759%2071.2953%2018.3255%2071.2953%2024.0617C71.2953%2029.7979%2066.645%2034.4475%2060.9095%2034.4475Z'%20fill='%235D6C6B'%20/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.2874%2010.5908C50.957%2010.7609%2044.9796%2016.7351%2044.805%2024.0656C44.7306%2027.205%2045.7066%2030.1115%2047.4017%2032.4651L47.3978%2032.4664L47.5324%2032.6495C47.5388%2032.6579%2047.5453%2032.6669%2047.5511%2032.6753L57.3328%2045.98C58.1937%2047.1512%2059.9561%2047.1144%2060.7671%2045.9081L69.6084%2032.7639C71.2816%2030.2124%2072.429%2027.5452%2072.429%2024.4012C72.4303%2016.6627%2066.0668%2010.4104%2058.2874%2010.5908ZM58.616%2034.4475C52.8798%2034.4475%2048.2302%2029.7979%2048.2302%2024.0617C48.2302%2018.3255%2052.8798%2013.6759%2058.616%2013.6759C64.3522%2013.6759%2069.0018%2018.3255%2069.0018%2024.0617C69.0018%2029.7979%2064.3515%2034.4475%2058.616%2034.4475Z'%20fill='%23B8C1C0'%20/%3e%3c/g%3e%3cpath%20d='M58.7622%2010.5908C51.4317%2010.7609%2045.4543%2016.7351%2045.2797%2024.0656C45.2046%2027.205%2046.1813%2030.1115%2047.8764%2032.4651L47.8725%2032.4664L48.0071%2032.6495C48.0135%2032.6579%2048.02%2032.6669%2048.0258%2032.6753L57.8075%2045.98C58.6684%2047.1512%2060.4308%2047.1144%2061.2419%2045.9081L70.0831%2032.7639C71.7563%2030.2124%2072.9037%2027.5452%2072.9037%2024.4012C72.905%2016.6627%2066.5421%2010.4104%2058.7622%2010.5908ZM59.0907%2032.5751C54.7464%2032.5751%2051.2247%2029.0534%2051.2247%2024.7091C51.2247%2020.3648%2054.7464%2016.8431%2059.0907%2016.8431C63.435%2016.8431%2066.9567%2020.3648%2066.9567%2024.7091C66.956%2029.0534%2063.4344%2032.5751%2059.0907%2032.5751Z'%20fill='%23D2D9D7'%20/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_6342_255'%20x1='110.261'%20y1='105.62'%20x2='110.261'%20y2='111.749'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_6342_255'%20x1='19.3393'%20y1='105.62'%20x2='19.3393'%20y2='111.749'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_6342_255'%20x1='11.805'%20y1='107.435'%20x2='11.805'%20y2='111.761'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_6342_255'%20x1='103.156'%20y1='108.35'%20x2='103.156'%20y2='111.768'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_6342_255'%20x1='35.6649'%20y1='108.35'%20x2='35.6649'%20y2='111.768'%20gradientUnits='userSpaceOnUse'%20%3e%3cstop%20stop-color='%23D2D9D7'%20/%3e%3cstop%20offset='1'%20stop-color='%23B4C0BC'%20/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_6342_255'%3e%3crect%20width='120'%20height='120'%20fill='white'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_6342_255'%3e%3crect%20width='130'%20height='104.129'%20fill='white'%20transform='translate(-5%208)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Y3 = (e) => {
|
|
7099
7099
|
const { size: t, image: r } = Me(e), n = E(() => {
|
|
7100
|
-
const a =
|
|
7100
|
+
const a = O(
|
|
7101
7101
|
"spr-background-color spr-flex spr-h-full spr-w-full spr-flex-col spr-items-center spr-justify-center spr-gap-size-spacing-2xs spr-px-size-spacing-2xl spr-py-size-spacing-3xl spr-text-center spr-min-h-[240px]",
|
|
7102
7102
|
{
|
|
7103
7103
|
"spr-px-size-spacing-sm spr-py-size-spacing-md spr-min-h-[240px]": t.value === "small",
|
|
7104
7104
|
"spr-px-size-spacing-sm spr-py-size-spacing-2xl spr-min-h-[360px]": t.value === "large"
|
|
7105
7105
|
}
|
|
7106
|
-
), o =
|
|
7106
|
+
), o = O({
|
|
7107
7107
|
"spr-h-[200px] spr-w-[200px]": t.value === "large",
|
|
7108
7108
|
"spr-h-[120px] spr-w-[120px]": t.value === "small"
|
|
7109
7109
|
});
|
|
@@ -7227,7 +7227,7 @@ const $l = (e, t) => {
|
|
|
7227
7227
|
dataTypes: e.fileTypes,
|
|
7228
7228
|
preventDefaultForUnhandled: !1
|
|
7229
7229
|
}), d = E(() => {
|
|
7230
|
-
const M =
|
|
7230
|
+
const M = O(
|
|
7231
7231
|
"spr-rounded-border-radius-xl spr-mt-size-spacing-3xs spr-flex",
|
|
7232
7232
|
{
|
|
7233
7233
|
"spr-min-w-[56px] spr-py-size-spacing-2xs spr-px-size-spacing-xs": e.type === "default",
|
|
@@ -7240,7 +7240,7 @@ const $l = (e, t) => {
|
|
|
7240
7240
|
"spr-border-color-disabled spr-background-color-disabled": e.disabled,
|
|
7241
7241
|
"spr-cursor-not-allowed file-upload_wrapper": e.disabled && u.value
|
|
7242
7242
|
}
|
|
7243
|
-
), m =
|
|
7243
|
+
), m = O(
|
|
7244
7244
|
"spr-flex spr-items-center spr-gap-size-spacing-3xs",
|
|
7245
7245
|
{
|
|
7246
7246
|
"spr-flex-auto ": e.type === "default",
|
|
@@ -7248,14 +7248,14 @@ const $l = (e, t) => {
|
|
|
7248
7248
|
"spr-text-color-strong": !e.disabled,
|
|
7249
7249
|
"spr-text-color-disabled": e.disabled
|
|
7250
7250
|
}
|
|
7251
|
-
), v =
|
|
7251
|
+
), v = O(
|
|
7252
7252
|
"spr-grid spr-content-center spr-body-xs-regular",
|
|
7253
7253
|
{
|
|
7254
7254
|
"spr-w-fit ": e.type === "default",
|
|
7255
7255
|
"spr-text-color-base": !e.disabled,
|
|
7256
7256
|
"spr-text-color-disabled": e.disabled
|
|
7257
7257
|
}
|
|
7258
|
-
), D =
|
|
7258
|
+
), D = O(
|
|
7259
7259
|
"spr-rounded-border-radius-xl",
|
|
7260
7260
|
"spr-border spr-border-solid spr-border-color-weak spr-background-color",
|
|
7261
7261
|
"spr-mt-size-spacing-3xs spr-px-size-spacing-xs spr-py-size-spacing-2xs",
|
|
@@ -7525,9 +7525,9 @@ const $l = (e, t) => {
|
|
|
7525
7525
|
"update:modelValue": (e) => typeof e == "string"
|
|
7526
7526
|
}, f4 = (e, t, r) => {
|
|
7527
7527
|
const { active: n, error: s, disabled: a, offsetSize: o } = Me(e), l = H(null), { focused: u } = Kn(l), d = Ee(e, "modelValue", t), p = E(() => {
|
|
7528
|
-
const y =
|
|
7528
|
+
const y = O("spr-flex spr-flex-col spr-gap-size-spacing-4xs"), f = O("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
7529
7529
|
"spr-text-color-on-fill-disabled": a.value
|
|
7530
|
-
}), N =
|
|
7530
|
+
}), N = O(
|
|
7531
7531
|
"spr-relative spr-flex spr-items-center spr-p-[1.5px] spr-rounded-border-radius-md spr-border-[1.5px] spr-border-solid",
|
|
7532
7532
|
{
|
|
7533
7533
|
// Border State
|
|
@@ -7541,7 +7541,7 @@ const $l = (e, t) => {
|
|
|
7541
7541
|
// Disabled State
|
|
7542
7542
|
"spr-background-color-disabled spr-cursor-not-allowed spr-border-mushroom-100": a.value
|
|
7543
7543
|
}
|
|
7544
|
-
), M =
|
|
7544
|
+
), M = O(
|
|
7545
7545
|
"spr-block spr-h-8 spr-py-size-spacing-4xs spr-outline-none spr-ring-0 spr-border-none spr-rounded-border-radius-md spr-font-size-200",
|
|
7546
7546
|
"spr-font-size-200 [font-weight:inherit]",
|
|
7547
7547
|
"placeholder:spr-text-mushroom-300",
|
|
@@ -7559,23 +7559,23 @@ const $l = (e, t) => {
|
|
|
7559
7559
|
"spr-w-[40%]": r.trailing && o.value === "sm",
|
|
7560
7560
|
"spr-w-[100%]": r.trailing && o.value === "md"
|
|
7561
7561
|
}
|
|
7562
|
-
), m =
|
|
7562
|
+
), m = O(
|
|
7563
7563
|
"spr-flex spr-items-center spr-justify-center spr-h-8 spr-px-2 [&>svg]:spr-min-h-4 [&>svg]:spr-min-w-4",
|
|
7564
7564
|
{
|
|
7565
7565
|
"spr-text-mushroom-300": !s.value,
|
|
7566
7566
|
"spr-text-tomato-600": s.value
|
|
7567
7567
|
}
|
|
7568
|
-
), v =
|
|
7568
|
+
), v = O(
|
|
7569
7569
|
"spr-flex spr-items-center spr-justify-center spr-h-8 spr-px-2 [&>svg]:spr-min-h-4 [&>svg]:spr-min-w-4",
|
|
7570
7570
|
{
|
|
7571
7571
|
"spr-text-mushroom-300": !s.value,
|
|
7572
7572
|
"spr-text-tomato-600": s.value,
|
|
7573
7573
|
"spr-font-size-200": e.type === "url"
|
|
7574
7574
|
}
|
|
7575
|
-
), D =
|
|
7575
|
+
), D = O("spr-flex spr-items-center spr-h-8 spr-w-full spr-px-2", {
|
|
7576
7576
|
"spr-text-mushroom-300": !s.value,
|
|
7577
7577
|
"spr-text-tomato-600": s.value
|
|
7578
|
-
}), T =
|
|
7578
|
+
}), T = O("spr-body-sm-regular spr-flex spr-items-center spr-gap-size-spacing-5xs", {
|
|
7579
7579
|
"spr-text-color-danger-base": s.value,
|
|
7580
7580
|
"spr-text-color-supporting": !s.value
|
|
7581
7581
|
});
|
|
@@ -7605,7 +7605,7 @@ const $l = (e, t) => {
|
|
|
7605
7605
|
props: p4,
|
|
7606
7606
|
emits: g4,
|
|
7607
7607
|
setup(e, { emit: t }) {
|
|
7608
|
-
const r = t, n = e, s =
|
|
7608
|
+
const r = t, n = e, s = b2(), { inputClasses: a, inputTextRef: o, onInput: l, disableClickEvent: u } = f4(n, r, s);
|
|
7609
7609
|
return (d, p) => (g(), C("div", {
|
|
7610
7610
|
class: b(i(a).baseClasses)
|
|
7611
7611
|
}, [
|
|
@@ -7675,7 +7675,7 @@ const $l = (e, t) => {
|
|
|
7675
7675
|
}, Symbol.toStringTag, { value: "Module" })), m4 = (e, t) => {
|
|
7676
7676
|
const { options: r, filterMenu: n, filterData: s, loading: a, filterable: o, filling: l, deselected: u, hasSearchApi: d } = Me(e), p = Ee(e, "modelValue", t), c = H(!1), h = Ee(e, "search", t), y = Ee(e, "searchFilter", t), f = H(""), N = H(""), M = H(!1), m = H(!1), v = H({}), D = H({}), T = H(`filter-${le().valueOf()}-${Math.floor(Math.random() * 1e3)}`), S = H(
|
|
7677
7677
|
n.value
|
|
7678
|
-
), A = H([]), $ = H(null), k = H([]),
|
|
7678
|
+
), A = H([]), $ = H(null), k = H([]), z = H(""), x = E(() => {
|
|
7679
7679
|
var ue;
|
|
7680
7680
|
if (l.value) return r.value;
|
|
7681
7681
|
const ee = d.value ? "" : f.value.toLowerCase();
|
|
@@ -7683,7 +7683,7 @@ const $l = (e, t) => {
|
|
|
7683
7683
|
}), j = E(() => a.value ? s.value : s.value.filter((re, ue) => (A.value.find(
|
|
7684
7684
|
(ge) => ge.value === re.value && ge.isSelected
|
|
7685
7685
|
) && (s.value[ue].isSelected = !0), re.text.toLowerCase().includes(N.value.toLowerCase())))), q = E(() => Object.values(D.value).some((ee) => ee.isFilterVisible)), oe = E(() => j.value.filter((ee) => ee.isSelected)), G = (ee) => {
|
|
7686
|
-
t("getFilterData", ee),
|
|
7686
|
+
t("getFilterData", ee), z.value = ee;
|
|
7687
7687
|
}, L = (ee) => {
|
|
7688
7688
|
Object.keys(D.value).forEach((re) => {
|
|
7689
7689
|
D.value[re].isFilterVisible = re === ee;
|
|
@@ -7712,14 +7712,14 @@ const $l = (e, t) => {
|
|
|
7712
7712
|
j.value.map((re) => (re.value === ee && (re.isSelected = !1), re)), A.value = A.value.filter((re) => re.value !== ee), t("selectedFilter", A.value);
|
|
7713
7713
|
}, ie = () => {
|
|
7714
7714
|
if (q.value) {
|
|
7715
|
-
t("infiniteScrollFilterTrigger",
|
|
7715
|
+
t("infiniteScrollFilterTrigger", z.value);
|
|
7716
7716
|
return;
|
|
7717
7717
|
}
|
|
7718
7718
|
t("infiniteScrollTrigger", !0);
|
|
7719
7719
|
};
|
|
7720
7720
|
he(a, () => {
|
|
7721
7721
|
a.value || getMappedMenuOptionList();
|
|
7722
|
-
}), he(
|
|
7722
|
+
}), he(z, (ee) => {
|
|
7723
7723
|
L(ee);
|
|
7724
7724
|
}), he(u, (ee) => {
|
|
7725
7725
|
ee && (x.value.forEach(({ value: re }, ue) => {
|
|
@@ -7750,16 +7750,16 @@ const $l = (e, t) => {
|
|
|
7750
7750
|
ee !== re && (y.value = ee);
|
|
7751
7751
|
}), Ct(() => k.value[0], ie, { distance: 10 }), Ct($, ie, { distance: 10 });
|
|
7752
7752
|
const fe = E(() => {
|
|
7753
|
-
const ee =
|
|
7753
|
+
const ee = O("spr-relative spr-inline-block spr-w-full"), re = O(
|
|
7754
7754
|
"spr-border-color-weak spr-border spr-border-x-0 spr-border-t-0 spr-border-solid spr-p-size-spacing-2xs",
|
|
7755
7755
|
"spr-flex spr-items-center",
|
|
7756
7756
|
{ "spr-justify-between": n.value.length > 0 && o.value },
|
|
7757
7757
|
{ "spr-justify-end": n.value.length === 0 || !o.value }
|
|
7758
|
-
), ue =
|
|
7758
|
+
), ue = O(
|
|
7759
7759
|
"spr-flex spr-flex-col spr-divide-x-0 spr-divide-y spr-divide-solid spr-divide-mushroom-200"
|
|
7760
|
-
), ye =
|
|
7760
|
+
), ye = O("spr-flex spr-items-center spr-justify-between spr-p-size-spacing-2xs"), ge = O(
|
|
7761
7761
|
"spr-flex spr-w-[328px] spr-flex-wrap spr-gap-size-spacing-2xs spr-p-size-spacing-xs"
|
|
7762
|
-
), De =
|
|
7762
|
+
), De = O("spr-p-size-spacing-sm spr-flex spr-items-center spr-justify-center"), ve = O("spr-flex spr-justify-end spr-gap-2 spr-p-size-spacing-2xs"), se = O(
|
|
7763
7763
|
"spr-body-xs-regular spr-flex spr-cursor-pointer spr-justify-between spr-rounded-border-radius-md spr-p-size-spacing-4xs",
|
|
7764
7764
|
"hover:spr-background-color-hover"
|
|
7765
7765
|
);
|
|
@@ -8002,8 +8002,8 @@ const $l = (e, t) => {
|
|
|
8002
8002
|
}, 8, ["modelValue"])
|
|
8003
8003
|
]),
|
|
8004
8004
|
i(u).length > 0 ? (g(), C("div", x4, [
|
|
8005
|
-
(g(!0), C(X, null, de(i(u), (k,
|
|
8006
|
-
key:
|
|
8005
|
+
(g(!0), C(X, null, de(i(u), (k, z) => (g(), W(F2, {
|
|
8006
|
+
key: z,
|
|
8007
8007
|
label: k.text,
|
|
8008
8008
|
active: !0,
|
|
8009
8009
|
closable: "",
|
|
@@ -8018,21 +8018,21 @@ const $l = (e, t) => {
|
|
|
8018
8018
|
ref: N,
|
|
8019
8019
|
class: "spr-max-h-[264px] spr-space-y-size-spacing-6xs spr-overflow-auto spr-p-size-spacing-2xs"
|
|
8020
8020
|
}, [
|
|
8021
|
-
(g(!0), C(X, null, de(i(d), (k,
|
|
8021
|
+
(g(!0), C(X, null, de(i(d), (k, z) => (g(), C("div", {
|
|
8022
8022
|
key: k.value,
|
|
8023
8023
|
class: b([
|
|
8024
8024
|
i(h).filterListClasses,
|
|
8025
|
-
{ "spr-background-color-multiple-active": i(d)[
|
|
8025
|
+
{ "spr-background-color-multiple-active": i(d)[z].isSelected }
|
|
8026
8026
|
])
|
|
8027
8027
|
}, [
|
|
8028
8028
|
Y(N2, {
|
|
8029
8029
|
id: "filter-menu-option",
|
|
8030
|
-
modelValue: i(d)[
|
|
8031
|
-
"onUpdate:modelValue": (x) => i(d)[
|
|
8030
|
+
modelValue: i(d)[z].isSelected,
|
|
8031
|
+
"onUpdate:modelValue": (x) => i(d)[z].isSelected = x,
|
|
8032
8032
|
class: "spr-w-full",
|
|
8033
|
-
checked: i(d)[
|
|
8034
|
-
label: i(d)[
|
|
8035
|
-
description: i(d)[
|
|
8033
|
+
checked: i(d)[z].isSelected,
|
|
8034
|
+
label: i(d)[z].text,
|
|
8035
|
+
description: i(d)[z].subtext
|
|
8036
8036
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "checked", "label", "description"])
|
|
8037
8037
|
], 2))), 128))
|
|
8038
8038
|
], 8, w4)) : (g(), C("div", {
|
|
@@ -8134,11 +8134,11 @@ const $l = (e, t) => {
|
|
|
8134
8134
|
}, [
|
|
8135
8135
|
I("div", {
|
|
8136
8136
|
class: "spr-flex spr-w-full spr-flex-row spr-items-center spr-justify-items-start spr-gap-size-spacing-3xs",
|
|
8137
|
-
onClick: (
|
|
8137
|
+
onClick: (z) => i(l)[k].isSelected = !i(l)[k].isSelected
|
|
8138
8138
|
}, [
|
|
8139
8139
|
Y(N2, {
|
|
8140
8140
|
modelValue: i(l)[k].isSelected,
|
|
8141
|
-
"onUpdate:modelValue": (
|
|
8141
|
+
"onUpdate:modelValue": (z) => i(l)[k].isSelected = z,
|
|
8142
8142
|
checked: i(l)[k].isSelected
|
|
8143
8143
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "checked"]),
|
|
8144
8144
|
r.hasAvatar ? (g(), W(R0, {
|
|
@@ -8269,7 +8269,7 @@ function Vr(e, t) {
|
|
|
8269
8269
|
return e[1] && t[1] ? e[1] > t[1] ? 1 : e[1] < t[1] ? -1 : 0 : !e[1] && t[1] ? 1 : e[1] && !t[1] ? -1 : 0;
|
|
8270
8270
|
}
|
|
8271
8271
|
var R4 = {}.constructor;
|
|
8272
|
-
function
|
|
8272
|
+
function S2(e) {
|
|
8273
8273
|
return e != null && e.constructor === R4;
|
|
8274
8274
|
}
|
|
8275
8275
|
function Dt(e) {
|
|
@@ -8706,8 +8706,8 @@ function Gr(e, t) {
|
|
|
8706
8706
|
function Ms(e) {
|
|
8707
8707
|
if (!e)
|
|
8708
8708
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8709
|
-
if (!
|
|
8710
|
-
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(
|
|
8709
|
+
if (!S2(e) || !S2(e.countries))
|
|
8710
|
+
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(S2(e) ? "an object of shape: { " + Object.keys(e).join(", ") + " }" : "a " + K4(e) + ": " + e, "."));
|
|
8711
8711
|
}
|
|
8712
8712
|
var K4 = function(t) {
|
|
8713
8713
|
return Dt(t);
|
|
@@ -8992,11 +8992,11 @@ function Dd(e, t, r) {
|
|
|
8992
8992
|
if (bd.test(n.IDDPrefix()))
|
|
8993
8993
|
return n.IDDPrefix();
|
|
8994
8994
|
}
|
|
8995
|
-
var Id = ";ext=",
|
|
8995
|
+
var Id = ";ext=", A2 = function(t) {
|
|
8996
8996
|
return "([".concat(Ve, "]{1,").concat(t, "})");
|
|
8997
8997
|
};
|
|
8998
8998
|
function Ns(e) {
|
|
8999
|
-
var t = "20", r = "15", n = "9", s = "6", a = "[ \\t,]*", o = "[:\\..]?[ \\t,-]*", l = "#?", u = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", d = "(?:[xx##~~]|int|int)", p = "[- ]+", c = "[ \\t]*", h = "(?:,{2}|;)", y = Id +
|
|
8999
|
+
var t = "20", r = "15", n = "9", s = "6", a = "[ \\t,]*", o = "[:\\..]?[ \\t,-]*", l = "#?", u = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", d = "(?:[xx##~~]|int|int)", p = "[- ]+", c = "[ \\t]*", h = "(?:,{2}|;)", y = Id + A2(t), f = a + u + o + A2(t) + l, N = a + d + o + A2(n) + l, M = p + A2(s) + "#", m = c + h + o + A2(r) + l, v = c + "(?:,)+" + o + A2(n) + l;
|
|
9000
9000
|
return y + "|" + f + "|" + N + "|" + M + "|" + m + "|" + v;
|
|
9001
9001
|
}
|
|
9002
9002
|
var Ad = "[" + Ve + "]{" + Jt + "}", xd = "[" + Xt + "]{0,1}(?:[" + T0 + "]*[" + Ve + "]){3,}[" + T0 + Ve + "]*", wd = new RegExp("^[" + Xt + "]{0,1}(?:[" + T0 + "]*[" + Ve + "]){1,2}$", "i"), jd = xd + // Phone number extensions
|
|
@@ -9187,7 +9187,7 @@ var Qd = /* @__PURE__ */ function() {
|
|
|
9187
9187
|
if (typeof t == "string") {
|
|
9188
9188
|
if (t[0] === "+" && !r)
|
|
9189
9189
|
throw new TypeError("`metadata` argument not passed");
|
|
9190
|
-
if (
|
|
9190
|
+
if (S2(r) && S2(r.countries)) {
|
|
9191
9191
|
n = r;
|
|
9192
9192
|
var s = t;
|
|
9193
9193
|
if (!Zd.test(s))
|
|
@@ -9814,7 +9814,7 @@ function Uu(e) {
|
|
|
9814
9814
|
o ? (u = a, d = o) : (u = void 0, d = a), s && (u = Ou({
|
|
9815
9815
|
defaultCountry: s
|
|
9816
9816
|
}, u));
|
|
9817
|
-
else if (
|
|
9817
|
+
else if (S2(s))
|
|
9818
9818
|
a ? (u = s, d = a) : d = s;
|
|
9819
9819
|
else throw new Error("Invalid second argument: ".concat(s));
|
|
9820
9820
|
return {
|
|
@@ -9875,7 +9875,7 @@ function m0() {
|
|
|
9875
9875
|
}
|
|
9876
9876
|
const Vu = (e, t) => {
|
|
9877
9877
|
const { preSelectedCountryCode: r, disabledCountryCallingCode: n, disabled: s } = Me(e), a = E(() => ({
|
|
9878
|
-
countryCallingCodeClasses:
|
|
9878
|
+
countryCallingCodeClasses: O(
|
|
9879
9879
|
"spr-font-weight-regular spr-font-size-200 spr-line-height-500 spr-letter-spacing-none spr-font-main",
|
|
9880
9880
|
"spr-flex spr-items-center spr-gap-size-spacing-5xs",
|
|
9881
9881
|
{
|
|
@@ -10473,7 +10473,7 @@ class Ac extends t0 {
|
|
|
10473
10473
|
return this.val;
|
|
10474
10474
|
}
|
|
10475
10475
|
}
|
|
10476
|
-
function
|
|
10476
|
+
function I2(e) {
|
|
10477
10477
|
const t = {};
|
|
10478
10478
|
return Object.keys(e).forEach((r) => {
|
|
10479
10479
|
t[e[r]] = r;
|
|
@@ -10524,13 +10524,13 @@ const xc = {
|
|
|
10524
10524
|
tinySrgb: "tinysrgb",
|
|
10525
10525
|
srgbTrueColor: "srgb:truecolor"
|
|
10526
10526
|
};
|
|
10527
|
-
|
|
10528
|
-
|
|
10529
|
-
|
|
10530
|
-
const Lc =
|
|
10531
|
-
|
|
10532
|
-
|
|
10533
|
-
|
|
10527
|
+
I2(Oc);
|
|
10528
|
+
I2(zc);
|
|
10529
|
+
I2(xc);
|
|
10530
|
+
const Lc = I2(wc);
|
|
10531
|
+
I2(jc);
|
|
10532
|
+
I2(Tc);
|
|
10533
|
+
I2(Sc);
|
|
10534
10534
|
class _c extends rr {
|
|
10535
10535
|
/**
|
|
10536
10536
|
* @param {string} deliveryKey A generic Delivery Action Key (such as q, f, dn, etc.)
|
|
@@ -11463,10 +11463,10 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11463
11463
|
const { tone: t, fill: r } = Me(e);
|
|
11464
11464
|
return {
|
|
11465
11465
|
lozengeClasses: E(() => {
|
|
11466
|
-
const s =
|
|
11466
|
+
const s = O(
|
|
11467
11467
|
{ "spr-flex spr-flex-wrap spr-rounded-md": !r.value },
|
|
11468
11468
|
{ "spr-flex spr-flex-wrap": r.value }
|
|
11469
|
-
), a =
|
|
11469
|
+
), a = O(
|
|
11470
11470
|
"spr-label-xs-medium spr-inline-flex spr-items-center spr-gap-size-spacing-6xs spr-rounded-md spr-border spr-border-solid spr-p-size-spacing-5xs spr-text-xs spr-uppercase",
|
|
11471
11471
|
{
|
|
11472
11472
|
"spr-text-color-pending-base spr-background-color-pending-weak !spr-border-color-pending-base": t.value === "pending" && !r.value,
|
|
@@ -11568,9 +11568,9 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11568
11568
|
"update:modelValue": (e) => e
|
|
11569
11569
|
}, A6 = (e, t) => {
|
|
11570
11570
|
const { size: r, contentPadding: n, staticBackdrop: s } = Me(e), a = E(() => {
|
|
11571
|
-
const d =
|
|
11571
|
+
const d = O(
|
|
11572
11572
|
"spr-fixed spr-bottom-0 spr-left-0 spr-right-0 spr-top-0 spr-z-[1050] spr-h-full spr-w-full spr-bg-[#4C5857] spr-opacity-60"
|
|
11573
|
-
), p =
|
|
11573
|
+
), p = O(
|
|
11574
11574
|
"spr-fixed spr-z-[1100] spr-left-1/2 spr-top-1/2 spr-transform -spr-translate-x-1/2 -spr-translate-y-1/2",
|
|
11575
11575
|
"spr-background-color spr-rounded-xl",
|
|
11576
11576
|
"spr-border spr-border-solid spr-border-color-weak",
|
|
@@ -11582,23 +11582,23 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11582
11582
|
"spr-w-[900px] spr-max-w-[1200px]": r.value === "xl"
|
|
11583
11583
|
},
|
|
11584
11584
|
{ "bounce-animation": o.value }
|
|
11585
|
-
), c =
|
|
11585
|
+
), c = O(
|
|
11586
11586
|
"spr-flex spr-items-start spr-justify-between spr-gap-2 spr-px-4 spr-py-3",
|
|
11587
11587
|
"spr-text-color-strong spr-subheading-xs",
|
|
11588
11588
|
"spr-border-color-weak spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid",
|
|
11589
11589
|
"spr-rounded-tl-xl spr-rounded-tr-xl",
|
|
11590
11590
|
"sm:spr-p-2"
|
|
11591
|
-
), h =
|
|
11591
|
+
), h = O(
|
|
11592
11592
|
"spr-text-color-weak spr-subheading-xs spr-mt-0.5 spr-cursor-pointer",
|
|
11593
11593
|
"spr-transition spr-duration-150 spr-ease-in-out",
|
|
11594
11594
|
"hover:spr-text-color-base",
|
|
11595
11595
|
"active:spr-text-color-strong active:spr-scale-75"
|
|
11596
|
-
), y =
|
|
11596
|
+
), y = O(
|
|
11597
11597
|
"spr-body-sm-regular spr-max-h-[calc(100vh-200px)] spr-overflow-y-auto spr-overflow-x-hidden",
|
|
11598
11598
|
{
|
|
11599
11599
|
"spr-p-4 sm:spr-p-2": n.value
|
|
11600
11600
|
}
|
|
11601
|
-
), f =
|
|
11601
|
+
), f = O(
|
|
11602
11602
|
"spr-border-color-weak spr-border-x-0 spr-border-b-0 spr-border-t spr-border-solid",
|
|
11603
11603
|
"spr-flex spr-w-full spr-items-center spr-px-size-spacing-xs spr-py-size-spacing-2xs",
|
|
11604
11604
|
"spr-text-color-strong spr-subheading-xs"
|
|
@@ -11793,9 +11793,9 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11793
11793
|
}
|
|
11794
11794
|
}, U6 = ["update:modelValue"], Y6 = (e, t, r) => {
|
|
11795
11795
|
const { modelValue: n, disabled: s, description: a, bordered: o, fullWidth: l } = Me(e), u = H(null), d = Ft(u), p = E(() => {
|
|
11796
|
-
const h =
|
|
11796
|
+
const h = O("spr-sr-only spr-peer spr-inline-block", {
|
|
11797
11797
|
"spr-cursor-not-allowed": s.value
|
|
11798
|
-
}), y =
|
|
11798
|
+
}), y = O(
|
|
11799
11799
|
"spr-inline-block spr-w-4 spr-h-4 spr-rounded-full spr-border-2 spr-border-solid spr-shrink-0",
|
|
11800
11800
|
{
|
|
11801
11801
|
"spr-mr-2": r.default,
|
|
@@ -11833,7 +11833,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11833
11833
|
// Bordered Disabled state but different value
|
|
11834
11834
|
"spr-border-white-400 spr-background-color-disabled": s.value && String(n == null ? void 0 : n.value) !== String(e.value) && o.value
|
|
11835
11835
|
}
|
|
11836
|
-
), f =
|
|
11836
|
+
), f = O(
|
|
11837
11837
|
"spr-group spr-m-0 spr-inline-flex spr-w-auto spr-items-center spr-p-0 spr-font-main",
|
|
11838
11838
|
"spr-text-color-strong spr-inline-flex spr-items-center spr-p-0",
|
|
11839
11839
|
{
|
|
@@ -11842,7 +11842,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11842
11842
|
"spr-cursor-pointer": !s.value,
|
|
11843
11843
|
"spr-cursor-not-allowed": s.value
|
|
11844
11844
|
}
|
|
11845
|
-
), N =
|
|
11845
|
+
), N = O(
|
|
11846
11846
|
"spr-border spr-rounded-md spr-p-size-spacing-2xs spr-border-solid spr-box-border",
|
|
11847
11847
|
{
|
|
11848
11848
|
//enabled state
|
|
@@ -11875,7 +11875,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
11875
11875
|
props: P6,
|
|
11876
11876
|
emits: U6,
|
|
11877
11877
|
setup(e, { emit: t }) {
|
|
11878
|
-
const r = e, n = t, s =
|
|
11878
|
+
const r = e, n = t, s = b2(), { proxyValue: a, radioRef: o, radioClasses: l } = Y6(r, n, s);
|
|
11879
11879
|
return (u, d) => (g(), C("div", {
|
|
11880
11880
|
class: b(["spr-relative", { "spr-w-full": r.fullWidth }])
|
|
11881
11881
|
}, [
|
|
@@ -12753,40 +12753,63 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
12753
12753
|
__proto__: null,
|
|
12754
12754
|
default: X5
|
|
12755
12755
|
}, Symbol.toStringTag, { value: "Module" })), e9 = (e, t) => {
|
|
12756
|
-
const
|
|
12757
|
-
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
|
|
12762
|
-
|
|
12763
|
-
|
|
12764
|
-
|
|
12756
|
+
const { size: r, position: n } = Me(e), s = E(() => {
|
|
12757
|
+
const p = O(
|
|
12758
|
+
"spr-fixed spr-right-4 spr-top-1/2 spr-z-[1015] spr-flex spr-h-full spr-min-h-[200px] spr-translate-y-[-50%] spr-flex-col spr-rounded-border-radius-xl spr-bg-white-50 spr-drop-shadow",
|
|
12759
|
+
{
|
|
12760
|
+
"spr-w-[360px] sm:spr-w-[calc(100%-35px)]": r.value === "sm",
|
|
12761
|
+
"spr-w-[420px] sm:spr-w-[calc(100%-35px)]": r.value === "md",
|
|
12762
|
+
"spr-w-[480px] sm:spr-w-[calc(100%-35px)]": r.value === "lg"
|
|
12763
|
+
}
|
|
12764
|
+
), c = O(
|
|
12765
|
+
"spr-tw-min-h-12 spr-text-color-strong spr-flex spr-justify-between spr-border-0 spr-border-b spr-border-solid spr-border-mushroom-200 spr-p-4"
|
|
12766
|
+
), h = O("spr-subheading-xs"), y = O("spr-text-color-weak spr-h-5 spr-w-5 spr-cursor-pointer"), f = O("spr-h-full spr-overflow-y-auto"), N = O(
|
|
12767
|
+
"spr-bottom-0 spr-left-0 spr-w-full spr-rounded-b-border-radius-xl spr-border-0 spr-border-t spr-border-solid spr-border-mushroom-200 spr-bg-white-50 spr-py-3"
|
|
12768
|
+
), M = O(
|
|
12769
|
+
"spr-transition-transform spr-duration-[150ms] spr-ease-[ease-in-out]"
|
|
12770
|
+
), m = O({
|
|
12771
|
+
"spr-translate-x-full -spr-translate-y-2/4": n.value === "right"
|
|
12772
|
+
}), v = O({
|
|
12773
|
+
"spr-translate-x-0 -spr-translate-y-2/4": n.value === "right"
|
|
12774
|
+
}), D = O(
|
|
12775
|
+
"spr-fixed spr-left-0 spr-top-0 spr-z-[1010] spr-h-full spr-w-full spr-bg-mushroom-700/60"
|
|
12776
|
+
);
|
|
12777
|
+
return {
|
|
12778
|
+
sidepanelBaseClasses: p,
|
|
12779
|
+
sidepanelHeaderClasses: c,
|
|
12780
|
+
sidepanelHeaderTitleClasses: h,
|
|
12781
|
+
sidepanelHeaderIconClasses: y,
|
|
12782
|
+
sidepanelContentClasses: f,
|
|
12783
|
+
sidepanelFooterClasses: N,
|
|
12784
|
+
sidepanelTransitionActiveClasses: M,
|
|
12785
|
+
sidepanelTransitionHiddenClasses: m,
|
|
12786
|
+
sidepanelTransitionVisibleClasses: v,
|
|
12787
|
+
backdropBaseClasses: D
|
|
12788
|
+
};
|
|
12789
|
+
}), a = H(null), o = () => {
|
|
12765
12790
|
t("close");
|
|
12766
12791
|
};
|
|
12767
|
-
let
|
|
12768
|
-
const
|
|
12769
|
-
|
|
12770
|
-
},
|
|
12771
|
-
|
|
12792
|
+
let l = !1;
|
|
12793
|
+
const u = (p) => {
|
|
12794
|
+
l || a.value && !a.value.contains(p.target) && e.closeOutside && t("close");
|
|
12795
|
+
}, d = (p) => {
|
|
12796
|
+
p.key === "Escape" && e.isOpen && e.escapeClose && t("close");
|
|
12772
12797
|
};
|
|
12773
12798
|
return he(
|
|
12774
12799
|
() => e.isOpen,
|
|
12775
|
-
(
|
|
12776
|
-
|
|
12777
|
-
|
|
12800
|
+
(p) => {
|
|
12801
|
+
p ? (l = !0, setTimeout(() => {
|
|
12802
|
+
l = !1;
|
|
12778
12803
|
})) : t("onClose");
|
|
12779
12804
|
}
|
|
12780
12805
|
), t2(() => {
|
|
12781
|
-
document.addEventListener("click",
|
|
12806
|
+
document.addEventListener("click", u), window.addEventListener("keydown", d);
|
|
12782
12807
|
}), jn(() => {
|
|
12783
|
-
document.removeEventListener("click",
|
|
12808
|
+
document.removeEventListener("click", u), window.removeEventListener("keydown", d);
|
|
12784
12809
|
}), {
|
|
12785
|
-
|
|
12786
|
-
|
|
12787
|
-
|
|
12788
|
-
sidepanelStartEndState: o,
|
|
12789
|
-
handleClose: u
|
|
12810
|
+
sidepanelClasses: s,
|
|
12811
|
+
sidepanelRef: a,
|
|
12812
|
+
handleClose: o
|
|
12790
12813
|
};
|
|
12791
12814
|
}, t9 = ["sm", "md", "lg", "xl"], r9 = ["right"], n9 = {
|
|
12792
12815
|
/**
|
|
@@ -12873,84 +12896,77 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
12873
12896
|
}, s9 = {
|
|
12874
12897
|
close: Function,
|
|
12875
12898
|
onClose: Function
|
|
12876
|
-
}, a9 = {
|
|
12877
|
-
key: 0,
|
|
12878
|
-
class: "spr-fixed spr-left-0 spr-top-0 spr-z-[1010] spr-h-screen spr-w-screen spr-bg-mushroom-700/60"
|
|
12879
|
-
}, o9 = {
|
|
12880
|
-
key: 0,
|
|
12881
|
-
class: "spr-tw-min-h-12 spr-text-color-strong spr-flex spr-justify-between spr-border-0 spr-border-b spr-border-solid spr-border-mushroom-200 spr-p-4"
|
|
12882
|
-
}, i9 = {
|
|
12883
|
-
id: "sidepanel-title",
|
|
12884
|
-
class: "spr-subheading-xs"
|
|
12885
|
-
}, l9 = { key: 1 }, d9 = {
|
|
12886
|
-
id: "sidepanel-content",
|
|
12887
|
-
class: /* @__PURE__ */ b(["spr-h-full spr-overflow-y-auto"])
|
|
12888
|
-
}, u9 = {
|
|
12889
|
-
key: 1,
|
|
12890
|
-
class: "spr-bottom-0 spr-left-0 spr-w-full spr-rounded-b-border-radius-xl spr-border-0 spr-border-t spr-border-solid spr-border-mushroom-200 spr-bg-white-50 spr-py-3"
|
|
12891
|
-
}, c9 = /* @__PURE__ */ ae({
|
|
12899
|
+
}, a9 = { key: 1 }, o9 = /* @__PURE__ */ ae({
|
|
12892
12900
|
__name: "sidepanel",
|
|
12893
12901
|
props: n9,
|
|
12894
12902
|
emits: s9,
|
|
12895
12903
|
setup(e, { emit: t }) {
|
|
12896
|
-
const r = e, n = t, {
|
|
12897
|
-
|
|
12898
|
-
|
|
12899
|
-
|
|
12900
|
-
|
|
12901
|
-
|
|
12904
|
+
const r = e, n = t, { sidepanelClasses: s, sidepanelRef: a, handleClose: o } = e9(r, n);
|
|
12905
|
+
return (l, u) => (g(), C(X, null, [
|
|
12906
|
+
l.isOpen && l.hasBackdrop ? (g(), C("div", {
|
|
12907
|
+
key: 0,
|
|
12908
|
+
class: b(i(s).backdropBaseClasses)
|
|
12909
|
+
}, null, 2)) : w("", !0),
|
|
12902
12910
|
Y(m2, {
|
|
12903
|
-
|
|
12904
|
-
"
|
|
12905
|
-
"
|
|
12906
|
-
"enter-
|
|
12907
|
-
"leave-
|
|
12908
|
-
"
|
|
12909
|
-
"leave-from-class": i(o),
|
|
12911
|
+
"enter-active-class": i(s).sidepanelTransitionActiveClasses,
|
|
12912
|
+
"leave-active-class": i(s).sidepanelTransitionActiveClasses,
|
|
12913
|
+
"enter-from-class": i(s).sidepanelTransitionHiddenClasses,
|
|
12914
|
+
"enter-to-class": i(s).sidepanelTransitionVisibleClasses,
|
|
12915
|
+
"leave-from-class": i(s).sidepanelTransitionVisibleClasses,
|
|
12916
|
+
"leave-to-class": i(s).sidepanelTransitionHiddenClasses,
|
|
12910
12917
|
appear: ""
|
|
12911
12918
|
}, {
|
|
12912
12919
|
default: B(() => [
|
|
12913
|
-
|
|
12920
|
+
l.isOpen ? (g(), C("div", {
|
|
12914
12921
|
key: 0,
|
|
12915
12922
|
ref_key: "sidepanelRef",
|
|
12916
|
-
ref:
|
|
12923
|
+
ref: a,
|
|
12917
12924
|
role: "dialog",
|
|
12918
12925
|
"aria-labelledby": "sidepanel-title",
|
|
12919
12926
|
"aria-describedby": "sidepanel-content",
|
|
12920
|
-
class: b(
|
|
12921
|
-
|
|
12922
|
-
"spr-fixed spr-right-4 spr-top-1/2 spr-z-[1015] spr-flex spr-h-full spr-min-h-[200px] spr-translate-y-[-50%] spr-flex-col spr-rounded-border-radius-xl spr-bg-white-50 spr-drop-shadow"
|
|
12923
|
-
]),
|
|
12924
|
-
style: _e({ height: typeof d.height == "number" ? `${d.height}px` : d.height })
|
|
12927
|
+
class: b(i(s).sidepanelBaseClasses),
|
|
12928
|
+
style: _e({ height: typeof l.height == "number" ? `${l.height}px` : l.height })
|
|
12925
12929
|
}, [
|
|
12926
|
-
|
|
12927
|
-
|
|
12928
|
-
te(
|
|
12929
|
-
])) : (g(), C("div",
|
|
12930
|
-
|
|
12930
|
+
r.hideHeader ? w("", !0) : (g(), C(X, { key: 0 }, [
|
|
12931
|
+
l.$slots.header ? (g(), C("div", a9, [
|
|
12932
|
+
te(l.$slots, "header")
|
|
12933
|
+
])) : (g(), C("div", {
|
|
12934
|
+
key: 0,
|
|
12935
|
+
class: b(i(s).sidepanelHeaderClasses)
|
|
12936
|
+
}, [
|
|
12937
|
+
I("div", {
|
|
12938
|
+
id: "sidepanel-title",
|
|
12939
|
+
class: b(i(s).sidepanelHeaderTitleClasses)
|
|
12940
|
+
}, V(l.headerTitle), 3),
|
|
12931
12941
|
Y(i(K), {
|
|
12932
|
-
class:
|
|
12942
|
+
class: b(i(s).sidepanelHeaderIconClasses),
|
|
12933
12943
|
icon: "ph:x",
|
|
12934
|
-
onClick: i(
|
|
12935
|
-
}, null, 8, ["onClick"])
|
|
12936
|
-
]))
|
|
12944
|
+
onClick: i(o)
|
|
12945
|
+
}, null, 8, ["class", "onClick"])
|
|
12946
|
+
], 2))
|
|
12937
12947
|
], 64)),
|
|
12938
|
-
I("div",
|
|
12939
|
-
|
|
12940
|
-
|
|
12941
|
-
|
|
12942
|
-
te(
|
|
12943
|
-
]
|
|
12948
|
+
I("div", {
|
|
12949
|
+
id: "sidepanel-content",
|
|
12950
|
+
class: b(i(s).sidepanelContentClasses)
|
|
12951
|
+
}, [
|
|
12952
|
+
te(l.$slots, "default")
|
|
12953
|
+
], 2),
|
|
12954
|
+
l.$slots.footer ? (g(), C("div", {
|
|
12955
|
+
key: 1,
|
|
12956
|
+
class: b(i(s).sidepanelFooterClasses)
|
|
12957
|
+
}, [
|
|
12958
|
+
te(l.$slots, "footer")
|
|
12959
|
+
], 2)) : w("", !0)
|
|
12944
12960
|
], 6)) : w("", !0)
|
|
12945
12961
|
]),
|
|
12946
12962
|
_: 3
|
|
12947
|
-
}, 8, ["enter-
|
|
12963
|
+
}, 8, ["enter-active-class", "leave-active-class", "enter-from-class", "enter-to-class", "leave-from-class", "leave-to-class"])
|
|
12948
12964
|
], 64));
|
|
12949
12965
|
}
|
|
12950
|
-
}),
|
|
12966
|
+
}), i9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12951
12967
|
__proto__: null,
|
|
12952
|
-
default:
|
|
12953
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12968
|
+
default: o9
|
|
12969
|
+
}, Symbol.toStringTag, { value: "Module" })), l9 = (e, t) => {
|
|
12954
12970
|
const r = H(null), n = H(!1), s = H(e.modelValue), a = E(() => e.size === "sm" ? "spr-h-1" : "spr-h-2"), o = E(() => e.size === "sm" ? "spr-text-base" : "spr-text-[20px]"), l = E(() => e.max === e.min ? "0%" : `${(Math.min(e.max, Math.max(e.min, s.value)) - e.min) / (e.max - e.min) * 100}%`), u = (f) => {
|
|
12955
12971
|
const N = Math.min(e.max, Math.max(e.min, f));
|
|
12956
12972
|
s.value = N, t("update:modelValue", N);
|
|
@@ -13004,10 +13020,10 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13004
13020
|
handleThumbStyle: h,
|
|
13005
13021
|
handleSliderStyle: y
|
|
13006
13022
|
};
|
|
13007
|
-
},
|
|
13023
|
+
}, d9 = ["sm", "lg"], u9 = {
|
|
13008
13024
|
size: {
|
|
13009
13025
|
type: String,
|
|
13010
|
-
validator: (e) =>
|
|
13026
|
+
validator: (e) => d9.includes(e),
|
|
13011
13027
|
default: "lg"
|
|
13012
13028
|
},
|
|
13013
13029
|
min: {
|
|
@@ -13030,12 +13046,12 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13030
13046
|
type: Boolean,
|
|
13031
13047
|
default: !1
|
|
13032
13048
|
}
|
|
13033
|
-
},
|
|
13049
|
+
}, c9 = ["aria-valuenow", "aria-valuemin", "aria-valuemax", "aria-disabled"], p9 = /* @__PURE__ */ ae({
|
|
13034
13050
|
__name: "slider",
|
|
13035
|
-
props:
|
|
13051
|
+
props: u9,
|
|
13036
13052
|
emits: ["update:modelValue", "slideend"],
|
|
13037
13053
|
setup(e, { emit: t }) {
|
|
13038
|
-
const r = e, n = t, { sliderRef: s, handleSliderSize: a, handleSliderThumbSize: o, startDrag: l, handleSliderStyle: u, handleThumbStyle: d } =
|
|
13054
|
+
const r = e, n = t, { sliderRef: s, handleSliderSize: a, handleSliderThumbSize: o, startDrag: l, handleSliderStyle: u, handleThumbStyle: d } = l9(r, n);
|
|
13039
13055
|
return (p, c) => (g(), C("div", {
|
|
13040
13056
|
ref_key: "sliderRef",
|
|
13041
13057
|
ref: s,
|
|
@@ -13071,12 +13087,12 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13071
13087
|
style: _e(i(d)),
|
|
13072
13088
|
onPointerdown: i(l)
|
|
13073
13089
|
}, null, 8, ["class", "style", "onPointerdown"])
|
|
13074
|
-
], 42,
|
|
13090
|
+
], 42, c9));
|
|
13075
13091
|
}
|
|
13076
|
-
}),
|
|
13092
|
+
}), g9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13077
13093
|
__proto__: null,
|
|
13078
|
-
default:
|
|
13079
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13094
|
+
default: p9
|
|
13095
|
+
}, Symbol.toStringTag, { value: "Module" })), f9 = ["success", "information", "danger", "caution"], h9 = {
|
|
13080
13096
|
/**
|
|
13081
13097
|
* @description Text label shown in snack
|
|
13082
13098
|
*/
|
|
@@ -13089,7 +13105,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13089
13105
|
*/
|
|
13090
13106
|
tone: {
|
|
13091
13107
|
type: String,
|
|
13092
|
-
validator: (e) =>
|
|
13108
|
+
validator: (e) => f9.includes(e),
|
|
13093
13109
|
default: "information"
|
|
13094
13110
|
},
|
|
13095
13111
|
/**
|
|
@@ -13130,9 +13146,9 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13130
13146
|
actionIconProps: {
|
|
13131
13147
|
type: Object
|
|
13132
13148
|
}
|
|
13133
|
-
},
|
|
13149
|
+
}, C9 = {
|
|
13134
13150
|
click: (e) => e instanceof MouseEvent
|
|
13135
|
-
},
|
|
13151
|
+
}, M9 = (e, t) => {
|
|
13136
13152
|
const r = H(null), { text: n, actionText: s, tone: a, showAction: o, showIcon: l, duration: u, actionIconProps: d } = e, p = E(() => ({
|
|
13137
13153
|
text: n,
|
|
13138
13154
|
actionText: s,
|
|
@@ -13141,7 +13157,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13141
13157
|
showIcon: l,
|
|
13142
13158
|
duration: u,
|
|
13143
13159
|
actionIconProps: d
|
|
13144
|
-
})), c = E(() =>
|
|
13160
|
+
})), c = E(() => O({
|
|
13145
13161
|
"spr-text-kangkong-500": a === "success",
|
|
13146
13162
|
"spr-text-tomato-500": a === "danger",
|
|
13147
13163
|
"spr-text-carrot-500": a === "caution",
|
|
@@ -13156,12 +13172,12 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13156
13172
|
t("click", f);
|
|
13157
13173
|
}
|
|
13158
13174
|
};
|
|
13159
|
-
},
|
|
13175
|
+
}, y9 = { class: "spr-flex spr-flex-auto spr-items-center" }, $n = "24px", m9 = /* @__PURE__ */ ae({
|
|
13160
13176
|
__name: "snack",
|
|
13161
|
-
props:
|
|
13162
|
-
emits:
|
|
13177
|
+
props: h9,
|
|
13178
|
+
emits: C9,
|
|
13163
13179
|
setup(e, { emit: t }) {
|
|
13164
|
-
const r = e, n = t, { snackRef: s, snackProps: a, snackToneCssClass: o, snackIcon: l, handleClick: u } =
|
|
13180
|
+
const r = e, n = t, { snackRef: s, snackProps: a, snackToneCssClass: o, snackIcon: l, handleClick: u } = M9(r, n);
|
|
13165
13181
|
return (d, p) => (g(), C("div", He(i(a), {
|
|
13166
13182
|
ref_key: "snackRef",
|
|
13167
13183
|
ref: s,
|
|
@@ -13169,7 +13185,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13169
13185
|
onClick: p[1] || (p[1] = //@ts-ignore
|
|
13170
13186
|
(...c) => i(u) && i(u)(...c))
|
|
13171
13187
|
}), [
|
|
13172
|
-
I("div",
|
|
13188
|
+
I("div", y9, [
|
|
13173
13189
|
d.showIcon ? (g(), W(i(K), {
|
|
13174
13190
|
key: 0,
|
|
13175
13191
|
icon: i(l),
|
|
@@ -13209,7 +13225,7 @@ const l6 = ["white", "dark", "gray", "green"], d6 = [
|
|
|
13209
13225
|
], !0) : w("", !0)
|
|
13210
13226
|
], 16));
|
|
13211
13227
|
}
|
|
13212
|
-
}), js = /* @__PURE__ */ g2(
|
|
13228
|
+
}), js = /* @__PURE__ */ g2(m9, [["__scopeId", "data-v-df5f4d3e"]]), v9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13213
13229
|
__proto__: null,
|
|
13214
13230
|
default: js
|
|
13215
13231
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -13223,22 +13239,22 @@ function ot(e, t) {
|
|
|
13223
13239
|
}
|
|
13224
13240
|
delete e[t];
|
|
13225
13241
|
}
|
|
13226
|
-
function
|
|
13242
|
+
function N9() {
|
|
13227
13243
|
return Ts().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
13228
13244
|
}
|
|
13229
13245
|
function Ts() {
|
|
13230
13246
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
13231
13247
|
}
|
|
13232
|
-
const
|
|
13233
|
-
let
|
|
13234
|
-
function
|
|
13248
|
+
const $9 = typeof Proxy == "function", b9 = "devtools-plugin:setup", D9 = "plugin:settings:set";
|
|
13249
|
+
let x2, Tt;
|
|
13250
|
+
function I9() {
|
|
13235
13251
|
var e;
|
|
13236
|
-
return
|
|
13252
|
+
return x2 !== void 0 || (typeof window < "u" && window.performance ? (x2 = !0, Tt = window.performance) : typeof globalThis < "u" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (x2 = !0, Tt = globalThis.perf_hooks.performance) : x2 = !1), x2;
|
|
13237
13253
|
}
|
|
13238
|
-
function
|
|
13239
|
-
return
|
|
13254
|
+
function A9() {
|
|
13255
|
+
return I9() ? Tt.now() : Date.now();
|
|
13240
13256
|
}
|
|
13241
|
-
class
|
|
13257
|
+
class x9 {
|
|
13242
13258
|
constructor(t, r) {
|
|
13243
13259
|
this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = t, this.hook = r;
|
|
13244
13260
|
const n = {};
|
|
@@ -13266,9 +13282,9 @@ class O9 {
|
|
|
13266
13282
|
a = o;
|
|
13267
13283
|
},
|
|
13268
13284
|
now() {
|
|
13269
|
-
return
|
|
13285
|
+
return A9();
|
|
13270
13286
|
}
|
|
13271
|
-
}, r && r.on(
|
|
13287
|
+
}, r && r.on(D9, (o, l) => {
|
|
13272
13288
|
o === this.plugin.id && this.fallbacks.setSettings(l);
|
|
13273
13289
|
}), this.proxiedOn = new Proxy({}, {
|
|
13274
13290
|
get: (o, l) => this.target ? this.target.on[l] : (...u) => {
|
|
@@ -13301,11 +13317,11 @@ class O9 {
|
|
|
13301
13317
|
}
|
|
13302
13318
|
}
|
|
13303
13319
|
function Ss(e, t) {
|
|
13304
|
-
const r = e, n = Ts(), s =
|
|
13320
|
+
const r = e, n = Ts(), s = N9(), a = $9 && r.enableEarlyProxy;
|
|
13305
13321
|
if (s && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a))
|
|
13306
|
-
s.emit(
|
|
13322
|
+
s.emit(b9, e, t);
|
|
13307
13323
|
else {
|
|
13308
|
-
const o = a ? new
|
|
13324
|
+
const o = a ? new x9(r, s) : null;
|
|
13309
13325
|
(n.__VUE_DEVTOOLS_PLUGINS__ = n.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
13310
13326
|
pluginDescriptor: r,
|
|
13311
13327
|
setupFn: t,
|
|
@@ -13331,7 +13347,7 @@ var We;
|
|
|
13331
13347
|
e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
|
|
13332
13348
|
})(We || (We = {}));
|
|
13333
13349
|
const a2 = typeof window < "u", bn = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof global == "object" && global.global === global ? global : typeof globalThis == "object" ? globalThis : { HTMLElement: null };
|
|
13334
|
-
function
|
|
13350
|
+
function w9(e, { autoBom: t = !1 } = {}) {
|
|
13335
13351
|
return t && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type) ? new Blob(["\uFEFF", e], { type: e.type }) : e;
|
|
13336
13352
|
}
|
|
13337
13353
|
function sr(e, t, r) {
|
|
@@ -13361,16 +13377,16 @@ function v0(e) {
|
|
|
13361
13377
|
}
|
|
13362
13378
|
const N0 = typeof navigator == "object" ? navigator : { userAgent: "" }, Ls = /Macintosh/.test(N0.userAgent) && /AppleWebKit/.test(N0.userAgent) && !/Safari/.test(N0.userAgent), _s = a2 ? (
|
|
13363
13379
|
// Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program
|
|
13364
|
-
typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !Ls ?
|
|
13380
|
+
typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !Ls ? j9 : (
|
|
13365
13381
|
// Use msSaveOrOpenBlob as a second approach
|
|
13366
|
-
"msSaveOrOpenBlob" in N0 ?
|
|
13382
|
+
"msSaveOrOpenBlob" in N0 ? T9 : (
|
|
13367
13383
|
// Fallback to using FileReader and a popup
|
|
13368
|
-
|
|
13384
|
+
S9
|
|
13369
13385
|
)
|
|
13370
13386
|
)
|
|
13371
13387
|
) : () => {
|
|
13372
13388
|
};
|
|
13373
|
-
function
|
|
13389
|
+
function j9(e, t = "download", r) {
|
|
13374
13390
|
const n = document.createElement("a");
|
|
13375
13391
|
n.download = t, n.rel = "noopener", typeof e == "string" ? (n.href = e, n.origin !== location.origin ? zs(n.href) ? sr(e, t, r) : (n.target = "_blank", v0(n)) : v0(n)) : (n.href = URL.createObjectURL(e), setTimeout(function() {
|
|
13376
13392
|
URL.revokeObjectURL(n.href);
|
|
@@ -13378,7 +13394,7 @@ function L9(e, t = "download", r) {
|
|
|
13378
13394
|
v0(n);
|
|
13379
13395
|
}, 0));
|
|
13380
13396
|
}
|
|
13381
|
-
function
|
|
13397
|
+
function T9(e, t = "download", r) {
|
|
13382
13398
|
if (typeof e == "string")
|
|
13383
13399
|
if (zs(e))
|
|
13384
13400
|
sr(e, t, r);
|
|
@@ -13389,9 +13405,9 @@ function _9(e, t = "download", r) {
|
|
|
13389
13405
|
});
|
|
13390
13406
|
}
|
|
13391
13407
|
else
|
|
13392
|
-
navigator.msSaveOrOpenBlob(
|
|
13408
|
+
navigator.msSaveOrOpenBlob(w9(e, r), t);
|
|
13393
13409
|
}
|
|
13394
|
-
function
|
|
13410
|
+
function S9(e, t, r, n) {
|
|
13395
13411
|
if (n = n || open("", "_blank"), n && (n.document.title = n.document.body.innerText = "downloading..."), typeof e == "string")
|
|
13396
13412
|
return sr(e, t, r);
|
|
13397
13413
|
const s = e.type === "application/octet-stream", a = /constructor/i.test(String(bn.HTMLElement)) || "safari" in bn, o = /CriOS\/[\d]+/.test(navigator.userAgent);
|
|
@@ -13424,7 +13440,7 @@ function Es() {
|
|
|
13424
13440
|
function ks(e) {
|
|
13425
13441
|
return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (Ae('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.', "warn"), !0) : !1;
|
|
13426
13442
|
}
|
|
13427
|
-
async function
|
|
13443
|
+
async function O9(e) {
|
|
13428
13444
|
if (!Es())
|
|
13429
13445
|
try {
|
|
13430
13446
|
await navigator.clipboard.writeText(JSON.stringify(e.state.value)), Ae("Global state copied to clipboard.");
|
|
@@ -13434,7 +13450,7 @@ async function k9(e) {
|
|
|
13434
13450
|
Ae("Failed to serialize the state. Check the console for more details.", "error"), console.error(t);
|
|
13435
13451
|
}
|
|
13436
13452
|
}
|
|
13437
|
-
async function
|
|
13453
|
+
async function z9(e) {
|
|
13438
13454
|
if (!Es())
|
|
13439
13455
|
try {
|
|
13440
13456
|
Ps(e, JSON.parse(await navigator.clipboard.readText())), Ae("Global state pasted from clipboard.");
|
|
@@ -13444,7 +13460,7 @@ async function P9(e) {
|
|
|
13444
13460
|
Ae("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(t);
|
|
13445
13461
|
}
|
|
13446
13462
|
}
|
|
13447
|
-
async function
|
|
13463
|
+
async function L9(e) {
|
|
13448
13464
|
try {
|
|
13449
13465
|
_s(new Blob([JSON.stringify(e.state.value)], {
|
|
13450
13466
|
type: "text/plain;charset=utf-8"
|
|
@@ -13454,7 +13470,7 @@ async function U9(e) {
|
|
|
13454
13470
|
}
|
|
13455
13471
|
}
|
|
13456
13472
|
let Xe;
|
|
13457
|
-
function
|
|
13473
|
+
function _9() {
|
|
13458
13474
|
Xe || (Xe = document.createElement("input"), Xe.type = "file", Xe.accept = ".json");
|
|
13459
13475
|
function e() {
|
|
13460
13476
|
return new Promise((t, r) => {
|
|
@@ -13469,9 +13485,9 @@ function Y9() {
|
|
|
13469
13485
|
}
|
|
13470
13486
|
return e;
|
|
13471
13487
|
}
|
|
13472
|
-
async function
|
|
13488
|
+
async function E9(e) {
|
|
13473
13489
|
try {
|
|
13474
|
-
const r = await
|
|
13490
|
+
const r = await _9()();
|
|
13475
13491
|
if (!r)
|
|
13476
13492
|
return;
|
|
13477
13493
|
const { text: n, file: s } = r;
|
|
@@ -13494,7 +13510,7 @@ function Fe(e) {
|
|
|
13494
13510
|
};
|
|
13495
13511
|
}
|
|
13496
13512
|
const Us = "🍍 Pinia (root)", $0 = "_root";
|
|
13497
|
-
function
|
|
13513
|
+
function k9(e) {
|
|
13498
13514
|
return ar(e) ? {
|
|
13499
13515
|
id: $0,
|
|
13500
13516
|
label: Us
|
|
@@ -13503,7 +13519,7 @@ function R9(e) {
|
|
|
13503
13519
|
label: e.$id
|
|
13504
13520
|
};
|
|
13505
13521
|
}
|
|
13506
|
-
function
|
|
13522
|
+
function P9(e) {
|
|
13507
13523
|
if (ar(e)) {
|
|
13508
13524
|
const r = Array.from(e._s.keys()), n = e._s;
|
|
13509
13525
|
return {
|
|
@@ -13539,7 +13555,7 @@ function B9(e) {
|
|
|
13539
13555
|
value: e[r]
|
|
13540
13556
|
}))), t;
|
|
13541
13557
|
}
|
|
13542
|
-
function
|
|
13558
|
+
function U9(e) {
|
|
13543
13559
|
return e ? Array.isArray(e) ? e.reduce((t, r) => (t.keys.push(r.key), t.operations.push(r.type), t.oldValue[r.key] = r.oldValue, t.newValue[r.key] = r.newValue, t), {
|
|
13544
13560
|
oldValue: {},
|
|
13545
13561
|
keys: [],
|
|
@@ -13552,7 +13568,7 @@ function Q9(e) {
|
|
|
13552
13568
|
newValue: e.newValue
|
|
13553
13569
|
} : {};
|
|
13554
13570
|
}
|
|
13555
|
-
function
|
|
13571
|
+
function Y9(e) {
|
|
13556
13572
|
switch (e) {
|
|
13557
13573
|
case We.direct:
|
|
13558
13574
|
return "mutation";
|
|
@@ -13564,9 +13580,9 @@ function V9(e) {
|
|
|
13564
13580
|
return "unknown";
|
|
13565
13581
|
}
|
|
13566
13582
|
}
|
|
13567
|
-
let
|
|
13568
|
-
const b0 = [], C2 = "pinia:mutations", we = "pinia", { assign:
|
|
13569
|
-
function
|
|
13583
|
+
let j2 = !0;
|
|
13584
|
+
const b0 = [], C2 = "pinia:mutations", we = "pinia", { assign: F9 } = Object, L0 = (e) => "🍍 " + e;
|
|
13585
|
+
function R9(e, t) {
|
|
13570
13586
|
Ss({
|
|
13571
13587
|
id: "dev.esm.pinia",
|
|
13572
13588
|
label: "Pinia 🍍",
|
|
@@ -13589,28 +13605,28 @@ function Z9(e, t) {
|
|
|
13589
13605
|
{
|
|
13590
13606
|
icon: "content_copy",
|
|
13591
13607
|
action: () => {
|
|
13592
|
-
|
|
13608
|
+
O9(t);
|
|
13593
13609
|
},
|
|
13594
13610
|
tooltip: "Serialize and copy the state"
|
|
13595
13611
|
},
|
|
13596
13612
|
{
|
|
13597
13613
|
icon: "content_paste",
|
|
13598
13614
|
action: async () => {
|
|
13599
|
-
await
|
|
13615
|
+
await z9(t), r.sendInspectorTree(we), r.sendInspectorState(we);
|
|
13600
13616
|
},
|
|
13601
13617
|
tooltip: "Replace the state with the content of your clipboard"
|
|
13602
13618
|
},
|
|
13603
13619
|
{
|
|
13604
13620
|
icon: "save",
|
|
13605
13621
|
action: () => {
|
|
13606
|
-
|
|
13622
|
+
L9(t);
|
|
13607
13623
|
},
|
|
13608
13624
|
tooltip: "Save the state as a JSON file"
|
|
13609
13625
|
},
|
|
13610
13626
|
{
|
|
13611
13627
|
icon: "folder_open",
|
|
13612
13628
|
action: async () => {
|
|
13613
|
-
await
|
|
13629
|
+
await E9(t), r.sendInspectorTree(we), r.sendInspectorState(we);
|
|
13614
13630
|
},
|
|
13615
13631
|
tooltip: "Import the state from a JSON file"
|
|
13616
13632
|
}
|
|
@@ -13667,14 +13683,14 @@ function Z9(e, t) {
|
|
|
13667
13683
|
}), r.on.getInspectorTree((n) => {
|
|
13668
13684
|
if (n.app === e && n.inspectorId === we) {
|
|
13669
13685
|
let s = [t];
|
|
13670
|
-
s = s.concat(Array.from(t._s.values())), n.rootNodes = (n.filter ? s.filter((a) => "$id" in a ? a.$id.toLowerCase().includes(n.filter.toLowerCase()) : Us.toLowerCase().includes(n.filter.toLowerCase())) : s).map(
|
|
13686
|
+
s = s.concat(Array.from(t._s.values())), n.rootNodes = (n.filter ? s.filter((a) => "$id" in a ? a.$id.toLowerCase().includes(n.filter.toLowerCase()) : Us.toLowerCase().includes(n.filter.toLowerCase())) : s).map(k9);
|
|
13671
13687
|
}
|
|
13672
13688
|
}), globalThis.$pinia = t, r.on.getInspectorState((n) => {
|
|
13673
13689
|
if (n.app === e && n.inspectorId === we) {
|
|
13674
13690
|
const s = n.nodeId === $0 ? t : t._s.get(n.nodeId);
|
|
13675
13691
|
if (!s)
|
|
13676
13692
|
return;
|
|
13677
|
-
s && (n.nodeId !== $0 && (globalThis.$store = Z2(s)), n.state =
|
|
13693
|
+
s && (n.nodeId !== $0 && (globalThis.$store = Z2(s)), n.state = P9(s));
|
|
13678
13694
|
}
|
|
13679
13695
|
}), r.on.editInspectorState((n, s) => {
|
|
13680
13696
|
if (n.app === e && n.inspectorId === we) {
|
|
@@ -13682,7 +13698,7 @@ function Z9(e, t) {
|
|
|
13682
13698
|
if (!a)
|
|
13683
13699
|
return Ae(`store "${n.nodeId}" not found`, "error");
|
|
13684
13700
|
const { path: o } = n;
|
|
13685
|
-
ar(a) ? o.unshift("state") : (o.length !== 1 || !a._customProperties.has(o[0]) || o[0] in a.$state) && o.unshift("$state"),
|
|
13701
|
+
ar(a) ? o.unshift("state") : (o.length !== 1 || !a._customProperties.has(o[0]) || o[0] in a.$state) && o.unshift("$state"), j2 = !1, n.set(a, o, n.state.value), j2 = !0;
|
|
13686
13702
|
}
|
|
13687
13703
|
}), r.on.editComponentState((n) => {
|
|
13688
13704
|
if (n.type.startsWith("🍍")) {
|
|
@@ -13694,12 +13710,12 @@ function Z9(e, t) {
|
|
|
13694
13710
|
return Ae(`Invalid path for store "${s}":
|
|
13695
13711
|
${o}
|
|
13696
13712
|
Only state can be modified.`);
|
|
13697
|
-
o[0] = "$state",
|
|
13713
|
+
o[0] = "$state", j2 = !1, n.set(a, o, n.state.value), j2 = !0;
|
|
13698
13714
|
}
|
|
13699
13715
|
});
|
|
13700
13716
|
});
|
|
13701
13717
|
}
|
|
13702
|
-
function
|
|
13718
|
+
function B9(e, t) {
|
|
13703
13719
|
b0.includes(L0(t.$id)) || b0.push(L0(t.$id)), Ss({
|
|
13704
13720
|
id: "dev.esm.pinia",
|
|
13705
13721
|
label: "Pinia 🍍",
|
|
@@ -13773,7 +13789,7 @@ function G9(e, t) {
|
|
|
13773
13789
|
});
|
|
13774
13790
|
}, !0), t._customProperties.forEach((o) => {
|
|
13775
13791
|
he(() => i(t[o]), (l, u) => {
|
|
13776
|
-
r.notifyComponentUpdate(), r.sendInspectorState(we),
|
|
13792
|
+
r.notifyComponentUpdate(), r.sendInspectorState(we), j2 && r.addTimelineEvent({
|
|
13777
13793
|
layerId: C2,
|
|
13778
13794
|
event: {
|
|
13779
13795
|
time: n(),
|
|
@@ -13788,12 +13804,12 @@ function G9(e, t) {
|
|
|
13788
13804
|
});
|
|
13789
13805
|
}, { deep: !0 });
|
|
13790
13806
|
}), t.$subscribe(({ events: o, type: l }, u) => {
|
|
13791
|
-
if (r.notifyComponentUpdate(), r.sendInspectorState(we), !
|
|
13807
|
+
if (r.notifyComponentUpdate(), r.sendInspectorState(we), !j2)
|
|
13792
13808
|
return;
|
|
13793
13809
|
const d = {
|
|
13794
13810
|
time: n(),
|
|
13795
|
-
title:
|
|
13796
|
-
data:
|
|
13811
|
+
title: Y9(l),
|
|
13812
|
+
data: F9({ store: Fe(t.$id) }, U9(o)),
|
|
13797
13813
|
groupId: o2
|
|
13798
13814
|
};
|
|
13799
13815
|
l === We.patchFunction ? d.subtitle = "⤵️" : l === We.patchObject ? d.subtitle = "🧩" : o && !Array.isArray(o) && (d.subtitle = o.type), o && (d.data["rawEvent(s)"] = {
|
|
@@ -13847,7 +13863,7 @@ function Dn(e, t, r) {
|
|
|
13847
13863
|
return o2 = void 0, l;
|
|
13848
13864
|
};
|
|
13849
13865
|
}
|
|
13850
|
-
function
|
|
13866
|
+
function Q9({ app: e, store: t, options: r }) {
|
|
13851
13867
|
if (!t.$id.startsWith("__hot:")) {
|
|
13852
13868
|
if (t._isOptionsAPI = !!r.state, !t._p._testing) {
|
|
13853
13869
|
Dn(t, Object.keys(r.actions), t._isOptionsAPI);
|
|
@@ -13856,19 +13872,19 @@ function W9({ app: e, store: t, options: r }) {
|
|
|
13856
13872
|
n.apply(this, arguments), Dn(t, Object.keys(s._hmrPayload.actions), !!t._isOptionsAPI);
|
|
13857
13873
|
};
|
|
13858
13874
|
}
|
|
13859
|
-
|
|
13875
|
+
B9(
|
|
13860
13876
|
e,
|
|
13861
13877
|
// FIXME: is there a way to allow the assignment from Store<Id, S, G, A> to StoreGeneric?
|
|
13862
13878
|
t
|
|
13863
13879
|
);
|
|
13864
13880
|
}
|
|
13865
13881
|
}
|
|
13866
|
-
function
|
|
13882
|
+
function V9() {
|
|
13867
13883
|
const e = On(!0), t = e.run(() => H({}));
|
|
13868
13884
|
let r = [], n = [];
|
|
13869
13885
|
const s = M2({
|
|
13870
13886
|
install(a) {
|
|
13871
|
-
r0(s), s._a = a, a.provide(Os, s), a.config.globalProperties.$pinia = s, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && a2 &&
|
|
13887
|
+
r0(s), s._a = a, a.provide(Os, s), a.config.globalProperties.$pinia = s, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && a2 && R9(a, s), n.forEach((o) => r.push(o)), n = [];
|
|
13872
13888
|
},
|
|
13873
13889
|
use(a) {
|
|
13874
13890
|
return this._a ? r.push(a) : n.push(a), this;
|
|
@@ -13881,7 +13897,7 @@ function K9() {
|
|
|
13881
13897
|
_s: /* @__PURE__ */ new Map(),
|
|
13882
13898
|
state: t
|
|
13883
13899
|
});
|
|
13884
|
-
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && a2 && typeof Proxy < "u" && s.use(
|
|
13900
|
+
return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && a2 && typeof Proxy < "u" && s.use(Q9), s;
|
|
13885
13901
|
}
|
|
13886
13902
|
function Fs(e, t) {
|
|
13887
13903
|
for (const r in t) {
|
|
@@ -13903,12 +13919,12 @@ function In(e, t, r, n = Rs) {
|
|
|
13903
13919
|
};
|
|
13904
13920
|
return !r && Tn() && Sn(s), s;
|
|
13905
13921
|
}
|
|
13906
|
-
function
|
|
13922
|
+
function w2(e, ...t) {
|
|
13907
13923
|
e.slice().forEach((r) => {
|
|
13908
13924
|
r(...t);
|
|
13909
13925
|
});
|
|
13910
13926
|
}
|
|
13911
|
-
const
|
|
13927
|
+
const H9 = (e) => e(), An = Symbol(), it = Symbol();
|
|
13912
13928
|
function St(e, t) {
|
|
13913
13929
|
e instanceof Map && t instanceof Map ? t.forEach((r, n) => e.set(n, r)) : e instanceof Set && t instanceof Set && t.forEach(e.add, e);
|
|
13914
13930
|
for (const r in t) {
|
|
@@ -13919,12 +13935,12 @@ function St(e, t) {
|
|
|
13919
13935
|
}
|
|
13920
13936
|
return e;
|
|
13921
13937
|
}
|
|
13922
|
-
const
|
|
13938
|
+
const Z9 = process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration") : (
|
|
13923
13939
|
/* istanbul ignore next */
|
|
13924
13940
|
Symbol()
|
|
13925
13941
|
);
|
|
13926
|
-
function
|
|
13927
|
-
return !$2(e) || !e.hasOwnProperty(
|
|
13942
|
+
function G9(e) {
|
|
13943
|
+
return !$2(e) || !e.hasOwnProperty(Z9);
|
|
13928
13944
|
}
|
|
13929
13945
|
const { assign: ke } = Object;
|
|
13930
13946
|
function xn(e) {
|
|
@@ -13976,7 +13992,7 @@ function Ot(e, t, r = {}, n, s, a) {
|
|
|
13976
13992
|
const q = M = Symbol();
|
|
13977
13993
|
Qe().then(() => {
|
|
13978
13994
|
M === q && (d = !0);
|
|
13979
|
-
}), p = !0,
|
|
13995
|
+
}), p = !0, w2(c, j, n.state.value[e]);
|
|
13980
13996
|
}
|
|
13981
13997
|
const v = a ? function() {
|
|
13982
13998
|
const { state: j } = r, q = j ? j() : {};
|
|
@@ -14004,7 +14020,7 @@ function Ot(e, t, r = {}, n, s, a) {
|
|
|
14004
14020
|
function R(Q) {
|
|
14005
14021
|
L.push(Q);
|
|
14006
14022
|
}
|
|
14007
|
-
|
|
14023
|
+
w2(h, {
|
|
14008
14024
|
args: oe,
|
|
14009
14025
|
name: q[it],
|
|
14010
14026
|
store: $,
|
|
@@ -14015,9 +14031,9 @@ function Ot(e, t, r = {}, n, s, a) {
|
|
|
14015
14031
|
try {
|
|
14016
14032
|
U = x.apply(this && this.$id === e ? this : $, oe);
|
|
14017
14033
|
} catch (Q) {
|
|
14018
|
-
throw
|
|
14034
|
+
throw w2(L, Q), Q;
|
|
14019
14035
|
}
|
|
14020
|
-
return U instanceof Promise ? U.then((Q) => (
|
|
14036
|
+
return U instanceof Promise ? U.then((Q) => (w2(G, Q), Q)).catch((Q) => (w2(L, Q), Promise.reject(Q))) : (w2(G, U), U);
|
|
14021
14037
|
};
|
|
14022
14038
|
return q[An] = !0, q[it] = j, q;
|
|
14023
14039
|
}, S = /* @__PURE__ */ M2({
|
|
@@ -14054,21 +14070,21 @@ function Ot(e, t, r = {}, n, s, a) {
|
|
|
14054
14070
|
// setupStore
|
|
14055
14071
|
) : A);
|
|
14056
14072
|
n._s.set(e, $);
|
|
14057
|
-
const
|
|
14058
|
-
for (const x in
|
|
14059
|
-
const j =
|
|
14073
|
+
const z = (n._a && n._a.runWithContext || H9)(() => n._e.run(() => (o = On()).run(() => t({ action: T }))));
|
|
14074
|
+
for (const x in z) {
|
|
14075
|
+
const j = z[x];
|
|
14060
14076
|
if (Ce(j) && !xn(j) || _t(j))
|
|
14061
|
-
process.env.NODE_ENV !== "production" && s ? d0(N.value, x, u0(
|
|
14077
|
+
process.env.NODE_ENV !== "production" && s ? d0(N.value, x, u0(z, x)) : a || (f && G9(j) && (Ce(j) ? j.value = f[x] : St(j, f[x])), n.state.value[e][x] = j), process.env.NODE_ENV !== "production" && S.state.push(x);
|
|
14062
14078
|
else if (typeof j == "function") {
|
|
14063
14079
|
const q = process.env.NODE_ENV !== "production" && s ? j : T(j, x);
|
|
14064
|
-
|
|
14080
|
+
z[x] = q, process.env.NODE_ENV !== "production" && (S.actions[x] = j), l.actions[x] = j;
|
|
14065
14081
|
} else process.env.NODE_ENV !== "production" && xn(j) && (S.getters[x] = a ? (
|
|
14066
14082
|
// @ts-expect-error
|
|
14067
14083
|
r.getters[x]
|
|
14068
|
-
) : j, a2 && (
|
|
14069
|
-
(
|
|
14084
|
+
) : j, a2 && (z._getters || // @ts-expect-error: same
|
|
14085
|
+
(z._getters = M2([]))).push(x));
|
|
14070
14086
|
}
|
|
14071
|
-
if (ke($,
|
|
14087
|
+
if (ke($, z), ke(Z2($), z), Object.defineProperty($, "$state", {
|
|
14072
14088
|
get: () => process.env.NODE_ENV !== "production" && s ? N.value : n.state.value[e],
|
|
14073
14089
|
set: (x) => {
|
|
14074
14090
|
if (process.env.NODE_ENV !== "production" && s)
|
|
@@ -14138,7 +14154,7 @@ Found in store "${$.$id}".`), f && a && r.hydrate && r.hydrate($.$state, f), d =
|
|
|
14138
14154
|
}
|
|
14139
14155
|
/*! #__NO_SIDE_EFFECTS__ */
|
|
14140
14156
|
// @__NO_SIDE_EFFECTS__
|
|
14141
|
-
function
|
|
14157
|
+
function W9(e, t, r) {
|
|
14142
14158
|
let n, s;
|
|
14143
14159
|
const a = typeof t == "function";
|
|
14144
14160
|
n = e, s = a ? r : t;
|
|
@@ -14168,14 +14184,14 @@ This will fail in production.`);
|
|
|
14168
14184
|
}
|
|
14169
14185
|
return o.$id = n, o;
|
|
14170
14186
|
}
|
|
14171
|
-
const
|
|
14187
|
+
const K9 = (e) => ({
|
|
14172
14188
|
...e,
|
|
14173
14189
|
id: Math.random() * 1e3
|
|
14174
|
-
}), Bs = /* @__PURE__ */
|
|
14190
|
+
}), Bs = /* @__PURE__ */ W9("snackbar-store", () => {
|
|
14175
14191
|
const e = H([]), t = (s) => {
|
|
14176
14192
|
e.value = e.value.filter((a) => a.id !== s.id);
|
|
14177
14193
|
}, r = (s) => {
|
|
14178
|
-
const a =
|
|
14194
|
+
const a = K9(s);
|
|
14179
14195
|
e.value.push({ ...a, defaultAction: () => t(a) }), setTimeout(() => {
|
|
14180
14196
|
t(a);
|
|
14181
14197
|
}, s.duration || 4e3);
|
|
@@ -14187,7 +14203,7 @@ const t8 = (e) => ({
|
|
|
14187
14203
|
r({ ...s });
|
|
14188
14204
|
}
|
|
14189
14205
|
};
|
|
14190
|
-
}),
|
|
14206
|
+
}), J9 = () => {
|
|
14191
14207
|
const e = Bs();
|
|
14192
14208
|
return {
|
|
14193
14209
|
showSnackbar: (o) => {
|
|
@@ -14206,13 +14222,13 @@ const t8 = (e) => ({
|
|
|
14206
14222
|
e.message({ ...o, tone: "caution" });
|
|
14207
14223
|
}
|
|
14208
14224
|
};
|
|
14209
|
-
},
|
|
14225
|
+
}, X9 = {
|
|
14210
14226
|
key: 0,
|
|
14211
14227
|
class: "snackbar-wrapper slide-in-element"
|
|
14212
|
-
},
|
|
14228
|
+
}, q9 = /* @__PURE__ */ ae({
|
|
14213
14229
|
__name: "snackbar",
|
|
14214
14230
|
setup(e, { expose: t }) {
|
|
14215
|
-
const r =
|
|
14231
|
+
const r = V9(), n = Bs(r), { showSnackbar: s, showSuccess: a, showInformation: o, showDanger: l, showCaution: u } = J9();
|
|
14216
14232
|
return t({
|
|
14217
14233
|
showSnackbar: (d) => s(d),
|
|
14218
14234
|
showSuccess: (d) => a(d),
|
|
@@ -14222,7 +14238,7 @@ const t8 = (e) => ({
|
|
|
14222
14238
|
}), (d, p) => (g(), W(Ca, { to: "body" }, [
|
|
14223
14239
|
Y(m2, { name: "snackbar" }, {
|
|
14224
14240
|
default: B(() => [
|
|
14225
|
-
i(n).snacks.length > 0 ? (g(), C("div",
|
|
14241
|
+
i(n).snacks.length > 0 ? (g(), C("div", X9, [
|
|
14226
14242
|
Y(Ma, {
|
|
14227
14243
|
name: "snackbar",
|
|
14228
14244
|
tag: "ul"
|
|
@@ -14259,10 +14275,10 @@ const t8 = (e) => ({
|
|
|
14259
14275
|
})
|
|
14260
14276
|
]));
|
|
14261
14277
|
}
|
|
14262
|
-
}),
|
|
14278
|
+
}), e8 = /* @__PURE__ */ g2(q9, [["__scopeId", "data-v-06cc3101"]]), t8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14263
14279
|
__proto__: null,
|
|
14264
|
-
default:
|
|
14265
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14280
|
+
default: e8
|
|
14281
|
+
}, Symbol.toStringTag, { value: "Module" })), r8 = ["pending", "active", "completed"], n8 = {
|
|
14266
14282
|
/**
|
|
14267
14283
|
* @description Step number
|
|
14268
14284
|
*/
|
|
@@ -14286,35 +14302,35 @@ const t8 = (e) => ({
|
|
|
14286
14302
|
*/
|
|
14287
14303
|
status: {
|
|
14288
14304
|
type: String,
|
|
14289
|
-
validator: (e) =>
|
|
14305
|
+
validator: (e) => r8.includes(e),
|
|
14290
14306
|
default: "pending"
|
|
14291
14307
|
}
|
|
14292
|
-
},
|
|
14308
|
+
}, s8 = {
|
|
14293
14309
|
click: (e) => e instanceof MouseEvent
|
|
14294
|
-
},
|
|
14310
|
+
}, a8 = (e, t) => ({
|
|
14295
14311
|
stepClasses: E(() => {
|
|
14296
|
-
const s =
|
|
14312
|
+
const s = O("spr-flex spr-gap-2 spr-items-center"), a = O(
|
|
14297
14313
|
"spr-flex spr-items-center spr-justify-center spr-rounded-border-radius-full spr-h-6 spr-w-6 spr-border spr-border-solid spr-border-2",
|
|
14298
14314
|
{
|
|
14299
14315
|
"spr-bg-kangkong-700 spr-border-kangkong-700": e.status === "active",
|
|
14300
14316
|
"spr-border-mushroom-300": e.status === "pending",
|
|
14301
14317
|
"spr-border-kangkong-700": e.status === "completed"
|
|
14302
14318
|
}
|
|
14303
|
-
), o =
|
|
14319
|
+
), o = O(
|
|
14304
14320
|
"spr-text-sm spr-font-medium",
|
|
14305
14321
|
{
|
|
14306
14322
|
"spr-text-white-50": e.status === "active",
|
|
14307
14323
|
"spr-text-mushroom-600": e.status === "pending",
|
|
14308
14324
|
"spr-text-kangkong-700": e.status === "completed"
|
|
14309
14325
|
}
|
|
14310
|
-
), l =
|
|
14326
|
+
), l = O("spr-flex spr-flex-col spr-relative"), u = O(
|
|
14311
14327
|
"spr-text-sm spr-whitespace-nowrap",
|
|
14312
14328
|
{
|
|
14313
14329
|
"spr-text-kangkong-700 spr-font-semibold": e.status === "active",
|
|
14314
14330
|
"spr-text-mushroom-600": e.status === "pending",
|
|
14315
14331
|
"spr-text-mushroom-950": e.status === "completed"
|
|
14316
14332
|
}
|
|
14317
|
-
), d =
|
|
14333
|
+
), d = O("spr-text-xs spr-text-mushroom-400 spr-absolute spr-mt-size-spacing-sm spr-whitespace-nowrap");
|
|
14318
14334
|
return {
|
|
14319
14335
|
baseClass: s,
|
|
14320
14336
|
badgeClass: a,
|
|
@@ -14329,10 +14345,10 @@ const t8 = (e) => ({
|
|
|
14329
14345
|
}
|
|
14330
14346
|
}), Qs = /* @__PURE__ */ ae({
|
|
14331
14347
|
__name: "step",
|
|
14332
|
-
props:
|
|
14333
|
-
emits:
|
|
14348
|
+
props: n8,
|
|
14349
|
+
emits: s8,
|
|
14334
14350
|
setup(e, { emit: t }) {
|
|
14335
|
-
const r = e, n = t, { stepClasses: s } =
|
|
14351
|
+
const r = e, n = t, { stepClasses: s } = a8(r, n);
|
|
14336
14352
|
return (a, o) => (g(), C("div", {
|
|
14337
14353
|
class: b(i(s).baseClass)
|
|
14338
14354
|
}, [
|
|
@@ -14357,16 +14373,16 @@ const t8 = (e) => ({
|
|
|
14357
14373
|
], 2)
|
|
14358
14374
|
], 2));
|
|
14359
14375
|
}
|
|
14360
|
-
}),
|
|
14376
|
+
}), o8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14361
14377
|
__proto__: null,
|
|
14362
14378
|
default: Qs
|
|
14363
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14379
|
+
}, Symbol.toStringTag, { value: "Module" })), i8 = ["horizontal", "vertical"], l8 = {
|
|
14364
14380
|
/**
|
|
14365
14381
|
* @description Variant of the stepper
|
|
14366
14382
|
*/
|
|
14367
14383
|
variant: {
|
|
14368
14384
|
type: String,
|
|
14369
|
-
validator: (e) =>
|
|
14385
|
+
validator: (e) => i8.includes(e),
|
|
14370
14386
|
default: "vertical"
|
|
14371
14387
|
},
|
|
14372
14388
|
/**
|
|
@@ -14388,18 +14404,18 @@ const t8 = (e) => ({
|
|
|
14388
14404
|
type: Boolean,
|
|
14389
14405
|
default: !1
|
|
14390
14406
|
}
|
|
14391
|
-
},
|
|
14407
|
+
}, d8 = (e) => ({
|
|
14392
14408
|
stepperClasses: E(() => {
|
|
14393
|
-
const n =
|
|
14409
|
+
const n = O("spr-flex spr-gap-size-spacing-xs ", {
|
|
14394
14410
|
"spr-flex-col spr-mb-size-spacing-xs": e.variant === "vertical",
|
|
14395
14411
|
"spr-flex-row spr-mr-size-spacing-xs": e.variant === "horizontal"
|
|
14396
|
-
}), s =
|
|
14412
|
+
}), s = O("spr-flex spr-flex-grow", {
|
|
14397
14413
|
"spr-flex-col": e.variant === "vertical",
|
|
14398
14414
|
"spr-flex-rows": e.variant === "horizontal"
|
|
14399
|
-
}), a =
|
|
14415
|
+
}), a = O("spr-flex spr-min-w-6 spr-min-h-6", {
|
|
14400
14416
|
"spr-ml-3.5 spr-pt-size-spacing-2xs": e.variant === "vertical",
|
|
14401
14417
|
"spr-items-center spr-pl-size-spacing-xs spr-w-full": e.variant === "horizontal"
|
|
14402
|
-
}), o =
|
|
14418
|
+
}), o = O({
|
|
14403
14419
|
"spr-w-0.5 spr-rounded-full spr-h-12": e.variant === "vertical",
|
|
14404
14420
|
"spr-h-0.5 spr-rounded-full spr-w-full": e.variant === "horizontal"
|
|
14405
14421
|
});
|
|
@@ -14411,11 +14427,11 @@ const t8 = (e) => ({
|
|
|
14411
14427
|
};
|
|
14412
14428
|
}),
|
|
14413
14429
|
getLineColorClass: (n) => n.status === "completed" ? "spr-bg-kangkong-700" : "spr-bg-mushroom-200"
|
|
14414
|
-
}),
|
|
14430
|
+
}), u8 = /* @__PURE__ */ ae({
|
|
14415
14431
|
__name: "stepper",
|
|
14416
|
-
props:
|
|
14432
|
+
props: l8,
|
|
14417
14433
|
setup(e) {
|
|
14418
|
-
const t = e, { stepperClasses: r, getLineColorClass: n } =
|
|
14434
|
+
const t = e, { stepperClasses: r, getLineColorClass: n } = d8(t);
|
|
14419
14435
|
return (s, a) => (g(), C("div", {
|
|
14420
14436
|
class: b(i(r).baseClass)
|
|
14421
14437
|
}, [
|
|
@@ -14440,16 +14456,16 @@ const t8 = (e) => ({
|
|
|
14440
14456
|
], 2))), 128))
|
|
14441
14457
|
], 2));
|
|
14442
14458
|
}
|
|
14443
|
-
}),
|
|
14459
|
+
}), c8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14444
14460
|
__proto__: null,
|
|
14445
|
-
default:
|
|
14446
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14461
|
+
default: u8
|
|
14462
|
+
}, Symbol.toStringTag, { value: "Module" })), p8 = ["default", "hover", "pressed", "disabled"], g8 = {
|
|
14447
14463
|
/**
|
|
14448
14464
|
* @description Switch UI state when hovered, pressed, disabled
|
|
14449
14465
|
*/
|
|
14450
14466
|
state: {
|
|
14451
14467
|
type: String,
|
|
14452
|
-
validator: (e) =>
|
|
14468
|
+
validator: (e) => p8.includes(e),
|
|
14453
14469
|
default: "default"
|
|
14454
14470
|
},
|
|
14455
14471
|
/**
|
|
@@ -14467,24 +14483,24 @@ const t8 = (e) => ({
|
|
|
14467
14483
|
required: !0,
|
|
14468
14484
|
default: !1
|
|
14469
14485
|
}
|
|
14470
|
-
},
|
|
14471
|
-
const t = H(null), r = H(null), n = Ft(t), { pressed: s } = Jn({ target: r }), { disabled: a, state: o, modelValue: l } = Me(e), u = E(() => ({
|
|
14486
|
+
}, f8 = ["update:modelValue"], h8 = (e) => {
|
|
14487
|
+
const t = H(null), r = H(null), n = Ft(t), { pressed: s } = Jn({ target: r }), { disabled: a, state: o, modelValue: l } = Me(e), u = b2(), d = (!u.default || u.default().length === 0) && !u.leftText && !u.rightText, p = E(() => ({
|
|
14472
14488
|
...a.value && { ariaDisabled: !0 },
|
|
14473
14489
|
disabled: a.value,
|
|
14474
14490
|
autofocus: o.value === "hover",
|
|
14475
14491
|
modelValue: l
|
|
14476
|
-
})),
|
|
14477
|
-
function
|
|
14492
|
+
})), c = E(() => e.disabled ? N() : s.value ? f() : n.value ? y() : h());
|
|
14493
|
+
function h() {
|
|
14478
14494
|
return e.modelValue ? "spr-background-color-success-base" : "spr-switch-background-default";
|
|
14479
14495
|
}
|
|
14480
|
-
function
|
|
14496
|
+
function y() {
|
|
14481
14497
|
return e.modelValue ? "spr-background-color-success-hover" : "spr-switch-background-hover";
|
|
14482
14498
|
}
|
|
14483
|
-
function
|
|
14499
|
+
function f() {
|
|
14484
14500
|
return e.modelValue ? "spr-background-color-success-pressed" : "spr-switch-background-pressed";
|
|
14485
14501
|
}
|
|
14486
|
-
function
|
|
14487
|
-
return
|
|
14502
|
+
function N() {
|
|
14503
|
+
return O(
|
|
14488
14504
|
{
|
|
14489
14505
|
"spr-background-color-success-base": e.modelValue,
|
|
14490
14506
|
"spr-switch-background-default": !e.modelValue
|
|
@@ -14492,36 +14508,37 @@ const t8 = (e) => ({
|
|
|
14492
14508
|
"spr-opacity-60"
|
|
14493
14509
|
);
|
|
14494
14510
|
}
|
|
14495
|
-
const
|
|
14511
|
+
const M = E(() => e.disabled ? "spr-text-color-disabled" : "spr-text-color-strong"), m = E(() => O(
|
|
14496
14512
|
"spr-transition-colors",
|
|
14497
14513
|
"before:spr-transition-all before:spr-duration-150",
|
|
14498
14514
|
"after:spr-transition-all after:spr-duration-150"
|
|
14499
|
-
)),
|
|
14515
|
+
)), v = E(() => O(c.value, m.value)), D = E(() => O({
|
|
14500
14516
|
"spr-cursor-not-allowed": e.disabled,
|
|
14501
14517
|
"spr-cursor-pointer": !e.disabled
|
|
14502
14518
|
}));
|
|
14503
14519
|
return {
|
|
14504
14520
|
switchWrapperRef: t,
|
|
14505
14521
|
switchRef: r,
|
|
14506
|
-
switchProps:
|
|
14507
|
-
switchMarkClass:
|
|
14508
|
-
switchTextClass:
|
|
14509
|
-
switchInputClass:
|
|
14522
|
+
switchProps: p,
|
|
14523
|
+
switchMarkClass: v,
|
|
14524
|
+
switchTextClass: M,
|
|
14525
|
+
switchInputClass: D,
|
|
14526
|
+
isSlotEmpty: d
|
|
14510
14527
|
};
|
|
14511
|
-
},
|
|
14528
|
+
}, C8 = { key: 0 }, M8 = ["disabled"], y8 = { key: 1 }, m8 = /* @__PURE__ */ ae({
|
|
14512
14529
|
__name: "switch",
|
|
14513
|
-
props:
|
|
14514
|
-
emits:
|
|
14530
|
+
props: g8,
|
|
14531
|
+
emits: f8,
|
|
14515
14532
|
setup(e, { emit: t }) {
|
|
14516
|
-
const r = e, s = Ee(r, "modelValue", t), { switchWrapperRef: a, switchRef: o, switchProps: l, switchMarkClass: u, switchTextClass: d, switchInputClass: p } =
|
|
14517
|
-
return (
|
|
14533
|
+
const r = e, s = Ee(r, "modelValue", t), { switchWrapperRef: a, switchRef: o, switchProps: l, switchMarkClass: u, switchTextClass: d, switchInputClass: p, isSlotEmpty: c } = h8(r);
|
|
14534
|
+
return (h, y) => (g(), C("div", He(i(l), {
|
|
14518
14535
|
class: ["spr-flex spr-items-center spr-gap-2", i(d)]
|
|
14519
14536
|
}), [
|
|
14520
|
-
|
|
14521
|
-
te(
|
|
14522
|
-
te(
|
|
14537
|
+
i(c) ? w("", !0) : (g(), C("label", C8, [
|
|
14538
|
+
te(h.$slots, "leftText", {}, () => [
|
|
14539
|
+
te(h.$slots, "default", {}, void 0, !0)
|
|
14523
14540
|
], !0)
|
|
14524
|
-
]),
|
|
14541
|
+
])),
|
|
14525
14542
|
I("div", {
|
|
14526
14543
|
ref_key: "switchWrapperRef",
|
|
14527
14544
|
ref: a,
|
|
@@ -14533,7 +14550,7 @@ const t8 = (e) => ({
|
|
|
14533
14550
|
i2(I("input", {
|
|
14534
14551
|
ref_key: "switchRef",
|
|
14535
14552
|
ref: o,
|
|
14536
|
-
"onUpdate:modelValue":
|
|
14553
|
+
"onUpdate:modelValue": y[0] || (y[0] = (f) => Ce(s) ? s.value = f : null),
|
|
14537
14554
|
type: "checkbox",
|
|
14538
14555
|
name: "checkbox",
|
|
14539
14556
|
class: b([
|
|
@@ -14541,7 +14558,7 @@ const t8 = (e) => ({
|
|
|
14541
14558
|
i(p)
|
|
14542
14559
|
]),
|
|
14543
14560
|
disabled: r.disabled
|
|
14544
|
-
}, null, 10,
|
|
14561
|
+
}, null, 10, M8), [
|
|
14545
14562
|
[ya, i(s)]
|
|
14546
14563
|
]),
|
|
14547
14564
|
I("span", {
|
|
@@ -14551,22 +14568,22 @@ const t8 = (e) => ({
|
|
|
14551
14568
|
])
|
|
14552
14569
|
}, null, 2)
|
|
14553
14570
|
], 2),
|
|
14554
|
-
|
|
14555
|
-
te(
|
|
14556
|
-
])
|
|
14571
|
+
i(c) ? w("", !0) : (g(), C("label", y8, [
|
|
14572
|
+
te(h.$slots, "rightText", {}, void 0, !0)
|
|
14573
|
+
]))
|
|
14557
14574
|
], 16));
|
|
14558
14575
|
}
|
|
14559
|
-
}),
|
|
14576
|
+
}), v8 = /* @__PURE__ */ g2(m8, [["__scopeId", "data-v-876d151a"]]), N8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14560
14577
|
__proto__: null,
|
|
14561
|
-
default:
|
|
14562
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14578
|
+
default: v8
|
|
14579
|
+
}, Symbol.toStringTag, { value: "Module" })), $8 = (e) => ({
|
|
14563
14580
|
tableActionsBaseClasses: "spr-h-max spr-p-size-spacing-2xs spr-flex spr-justify-between",
|
|
14564
14581
|
inputSearchClasses: "spr-w-full",
|
|
14565
14582
|
searchFilterClasses: "spr-size-[30%] spr-flex spr-gap-size-spacing-2xs",
|
|
14566
14583
|
updateSearchField: (a) => {
|
|
14567
14584
|
e("update:searchModel", a);
|
|
14568
14585
|
}
|
|
14569
|
-
}),
|
|
14586
|
+
}), b8 = {
|
|
14570
14587
|
/**
|
|
14571
14588
|
* @description Toggle Search field,
|
|
14572
14589
|
*/
|
|
@@ -14595,19 +14612,19 @@ const t8 = (e) => ({
|
|
|
14595
14612
|
type: String,
|
|
14596
14613
|
default: ""
|
|
14597
14614
|
}
|
|
14598
|
-
},
|
|
14615
|
+
}, D8 = {
|
|
14599
14616
|
"update:searchModel": (e) => typeof e == "string"
|
|
14600
14617
|
}, Vs = /* @__PURE__ */ ae({
|
|
14601
14618
|
__name: "table-actions",
|
|
14602
|
-
props:
|
|
14603
|
-
emits:
|
|
14619
|
+
props: b8,
|
|
14620
|
+
emits: D8,
|
|
14604
14621
|
setup(e, { emit: t }) {
|
|
14605
14622
|
const r = t, n = e, {
|
|
14606
14623
|
tableActionsBaseClasses: s,
|
|
14607
14624
|
inputSearchClasses: a,
|
|
14608
14625
|
searchFilterClasses: o,
|
|
14609
14626
|
updateSearchField: l
|
|
14610
|
-
} =
|
|
14627
|
+
} = $8(r);
|
|
14611
14628
|
return (u, d) => (g(), C("div", {
|
|
14612
14629
|
class: b(i(s))
|
|
14613
14630
|
}, [
|
|
@@ -14642,18 +14659,18 @@ const t8 = (e) => ({
|
|
|
14642
14659
|
])
|
|
14643
14660
|
], 2));
|
|
14644
14661
|
}
|
|
14645
|
-
}),
|
|
14662
|
+
}), I8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14646
14663
|
__proto__: null,
|
|
14647
14664
|
default: Vs
|
|
14648
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14665
|
+
}, Symbol.toStringTag, { value: "Module" })), A8 = (e) => e, x8 = {
|
|
14649
14666
|
/**
|
|
14650
14667
|
* @description Cell Content,
|
|
14651
14668
|
*/
|
|
14652
14669
|
cell: {
|
|
14653
|
-
type:
|
|
14670
|
+
type: A8(Object),
|
|
14654
14671
|
required: !0
|
|
14655
14672
|
}
|
|
14656
|
-
},
|
|
14673
|
+
}, w8 = (e) => {
|
|
14657
14674
|
const t = E(() => {
|
|
14658
14675
|
var u;
|
|
14659
14676
|
return ((u = e.cell) == null ? void 0 : u.icon) || "";
|
|
@@ -14687,7 +14704,7 @@ const t8 = (e) => ({
|
|
|
14687
14704
|
};
|
|
14688
14705
|
}, zt = /* @__PURE__ */ ae({
|
|
14689
14706
|
__name: "table-chips-title",
|
|
14690
|
-
props:
|
|
14707
|
+
props: x8,
|
|
14691
14708
|
setup(e) {
|
|
14692
14709
|
const t = e, {
|
|
14693
14710
|
computeIcon: r,
|
|
@@ -14697,7 +14714,7 @@ const t8 = (e) => ({
|
|
|
14697
14714
|
computeBadgeVariant: o,
|
|
14698
14715
|
computeAvatarUrl: l,
|
|
14699
14716
|
computeAvatarVariant: u
|
|
14700
|
-
} =
|
|
14717
|
+
} = w8(t);
|
|
14701
14718
|
return (d, p) => {
|
|
14702
14719
|
var c;
|
|
14703
14720
|
return g(), W(F2, {
|
|
@@ -14712,18 +14729,18 @@ const t8 = (e) => ({
|
|
|
14712
14729
|
}, null, 8, ["label", "icon", "icon-weight", "badge", "badge-text", "badge-variant", "avatar-url", "avatar-variant"]);
|
|
14713
14730
|
};
|
|
14714
14731
|
}
|
|
14715
|
-
}),
|
|
14732
|
+
}), j8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14716
14733
|
__proto__: null,
|
|
14717
14734
|
default: zt
|
|
14718
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14735
|
+
}, Symbol.toStringTag, { value: "Module" })), T8 = (e) => e, S8 = {
|
|
14719
14736
|
/**
|
|
14720
14737
|
* @description Cell Content,
|
|
14721
14738
|
*/
|
|
14722
14739
|
cell: {
|
|
14723
|
-
type:
|
|
14740
|
+
type: T8(Object),
|
|
14724
14741
|
required: !0
|
|
14725
14742
|
}
|
|
14726
|
-
},
|
|
14743
|
+
}, O8 = (e) => {
|
|
14727
14744
|
const t = E(() => {
|
|
14728
14745
|
var n;
|
|
14729
14746
|
return ((n = e.cell) == null ? void 0 : n.tone) || "plain";
|
|
@@ -14737,9 +14754,9 @@ const t8 = (e) => ({
|
|
|
14737
14754
|
};
|
|
14738
14755
|
}, Lt = /* @__PURE__ */ ae({
|
|
14739
14756
|
__name: "table-lozenge-title",
|
|
14740
|
-
props:
|
|
14757
|
+
props: S8,
|
|
14741
14758
|
setup(e) {
|
|
14742
|
-
const t = e, { computeTone: r, computeFill: n } =
|
|
14759
|
+
const t = e, { computeTone: r, computeFill: n } = O8(t);
|
|
14743
14760
|
return (s, a) => {
|
|
14744
14761
|
var o, l, u;
|
|
14745
14762
|
return g(), W(ws, {
|
|
@@ -14763,10 +14780,10 @@ const t8 = (e) => ({
|
|
|
14763
14780
|
]), 1032, ["label", "tone", "url", "fill"]);
|
|
14764
14781
|
};
|
|
14765
14782
|
}
|
|
14766
|
-
}),
|
|
14783
|
+
}), z8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14767
14784
|
__proto__: null,
|
|
14768
14785
|
default: Lt
|
|
14769
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14786
|
+
}, Symbol.toStringTag, { value: "Module" })), L8 = {
|
|
14770
14787
|
/**
|
|
14771
14788
|
* @description Toggle Search field,
|
|
14772
14789
|
*/
|
|
@@ -14811,16 +14828,16 @@ const t8 = (e) => ({
|
|
|
14811
14828
|
type: Boolean,
|
|
14812
14829
|
default: !0
|
|
14813
14830
|
}
|
|
14814
|
-
},
|
|
14831
|
+
}, _8 = {
|
|
14815
14832
|
"update:selectedRowCount": (e) => typeof e == "number",
|
|
14816
14833
|
previous: () => !0,
|
|
14817
14834
|
next: () => !0
|
|
14818
|
-
},
|
|
14835
|
+
}, E8 = (e, t) => {
|
|
14819
14836
|
const { selectedRowCount: r, currentPage: n, totalItems: s, bordered: a } = Me(e), o = E(() => {
|
|
14820
|
-
const m =
|
|
14837
|
+
const m = O("spr-p-size-spacing-xs spr-flex spr-justify-between spr-bg-white-50 spr-h-max", {
|
|
14821
14838
|
"spr-border spr-border-solid spr-border-color-weak": a.value,
|
|
14822
14839
|
"spr-border-x-0 spr-border-t spr-border-b-0 spr-border-solid spr-border-color-weak": !a.value
|
|
14823
|
-
}), v =
|
|
14840
|
+
}), v = O("spr-w-[120px] spr-h-full spr-space-x-2"), D = O("spr-mt-0.5 spr-pl-1 spr-text-mushroom-950"), T = O("spr-flex spr-justify-between spr-items-center spr-space-x-4"), S = O("spr-text-color-base spr-body-sm-regular"), A = O("spr-flex spr-space-x-2"), $ = O("spr-rounded-border-radius-md"), k = O("!spr-w-max");
|
|
14824
14841
|
return {
|
|
14825
14842
|
baseClass: m,
|
|
14826
14843
|
dropdownInputFieldClass: v,
|
|
@@ -14856,10 +14873,10 @@ const t8 = (e) => ({
|
|
|
14856
14873
|
dropdownSelection: l,
|
|
14857
14874
|
dropdownId: M
|
|
14858
14875
|
};
|
|
14859
|
-
},
|
|
14876
|
+
}, k8 = /* @__PURE__ */ ae({
|
|
14860
14877
|
__name: "table-pagination",
|
|
14861
|
-
props:
|
|
14862
|
-
emits:
|
|
14878
|
+
props: L8,
|
|
14879
|
+
emits: _8,
|
|
14863
14880
|
setup(e, { emit: t }) {
|
|
14864
14881
|
const r = t, n = e, {
|
|
14865
14882
|
paginationClasses: s,
|
|
@@ -14872,7 +14889,7 @@ const t8 = (e) => ({
|
|
|
14872
14889
|
disabledPrevious: c,
|
|
14873
14890
|
dropdownSelection: h,
|
|
14874
14891
|
dropdownId: y
|
|
14875
|
-
} =
|
|
14892
|
+
} = E8(n, r);
|
|
14876
14893
|
return (f, N) => (g(), C("div", {
|
|
14877
14894
|
class: b(i(s).baseClass)
|
|
14878
14895
|
}, [
|
|
@@ -14939,10 +14956,10 @@ const t8 = (e) => ({
|
|
|
14939
14956
|
], 2)
|
|
14940
14957
|
], 2));
|
|
14941
14958
|
}
|
|
14942
|
-
}),
|
|
14959
|
+
}), P8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14943
14960
|
__proto__: null,
|
|
14944
|
-
default:
|
|
14945
|
-
}, Symbol.toStringTag, { value: "Module" })), Hs = ["asc", "desc"],
|
|
14961
|
+
default: k8
|
|
14962
|
+
}, Symbol.toStringTag, { value: "Module" })), Hs = ["asc", "desc"], U8 = ["surface", "white"], Y8 = {
|
|
14946
14963
|
/**
|
|
14947
14964
|
* @description Action Column,
|
|
14948
14965
|
*/
|
|
@@ -15002,7 +15019,7 @@ const t8 = (e) => ({
|
|
|
15002
15019
|
},
|
|
15003
15020
|
variant: {
|
|
15004
15021
|
type: String,
|
|
15005
|
-
validator: (e) =>
|
|
15022
|
+
validator: (e) => U8.includes(e),
|
|
15006
15023
|
default: "surface"
|
|
15007
15024
|
},
|
|
15008
15025
|
isRowClickable: {
|
|
@@ -15029,7 +15046,7 @@ const t8 = (e) => ({
|
|
|
15029
15046
|
type: Boolean,
|
|
15030
15047
|
default: !1
|
|
15031
15048
|
}
|
|
15032
|
-
},
|
|
15049
|
+
}, F8 = {
|
|
15033
15050
|
"update:searchModel": (e) => typeof e == "string",
|
|
15034
15051
|
onSort: (e) => typeof e.field == "string" && Hs.includes(e.sortOrder),
|
|
15035
15052
|
onRowClick: (e, t) => typeof e == "object" && typeof t == "number",
|
|
@@ -15037,7 +15054,7 @@ const t8 = (e) => ({
|
|
|
15037
15054
|
"update:selectedData": (e) => Array.isArray(e) && e.every(
|
|
15038
15055
|
(t) => (typeof t == "object" || typeof t == "string" || typeof t == "number") && t !== null
|
|
15039
15056
|
)
|
|
15040
|
-
},
|
|
15057
|
+
}, R8 = (e, t, r) => {
|
|
15041
15058
|
const { dataTable: n, action: s, headers: a, sortOrder: o, fullHeight: l, selectedKeyId: u, returnCompleteSelectedProperties: d } = Me(e), p = H(""), c = H(e.searchModel), h = H(o.value || "asc"), y = H(!1), f = H([]), N = E(() => f.value.length === 0 ? !1 : f.value.length === m.value.length), M = E(() => f.value.length === 0 ? !1 : f.value.length > 0 && f.value.length < m.value.length), m = E(() => !p.value || o.value ? n.value : [...n.value].sort((P, R) => {
|
|
15042
15059
|
const U = k(P[p.value]), Q = k(R[p.value]);
|
|
15043
15060
|
return U < Q ? h.value === "asc" ? -1 : 1 : U > Q ? h.value === "asc" ? 1 : -1 : 0;
|
|
@@ -15049,16 +15066,16 @@ const t8 = (e) => ({
|
|
|
15049
15066
|
() => e.tableActions.search || e.tableActions.filter || e.tableActions.option
|
|
15050
15067
|
), A = (L, P) => {
|
|
15051
15068
|
e.isRowClickable && t("onRowClick", L, P);
|
|
15052
|
-
}, $ = E(() => l.value ? "large" : "small"), k = (L) => typeof L == "string" ? L.toLowerCase() : typeof L == "object" && !Array.isArray(L) && L !== null ? L.title.toLowerCase() : Array.isArray(L) && L.length > 0 ? L[0].title.toLowerCase() : "",
|
|
15053
|
-
const L =
|
|
15069
|
+
}, $ = E(() => l.value ? "large" : "small"), k = (L) => typeof L == "string" ? L.toLowerCase() : typeof L == "object" && !Array.isArray(L) && L !== null ? L.title.toLowerCase() : Array.isArray(L) && L.length > 0 ? L[0].title.toLowerCase() : "", z = E(() => {
|
|
15070
|
+
const L = O(
|
|
15054
15071
|
"spr-flex spr-flex-col spr-h-full spr-border-color-weak spr-w-full spr-overflow-hidden spr-rounded-border-radius-lg spr-border spr-border-solid spr-table-wrapper spr-relative"
|
|
15055
|
-
), P =
|
|
15072
|
+
), P = O("spr-w-full spr-bottom-0 spr-left-0", {
|
|
15056
15073
|
"spr-background-color-surface": e.variant === "surface",
|
|
15057
15074
|
"spr-background-color": e.variant === "white"
|
|
15058
|
-
}), R =
|
|
15075
|
+
}), R = O({
|
|
15059
15076
|
"spr-background-color": e.variant === "white",
|
|
15060
15077
|
"spr-background-color-surface": e.variant === "surface"
|
|
15061
|
-
}), U =
|
|
15078
|
+
}), U = O(
|
|
15062
15079
|
"spr-min-h-12 spr-px-size-spacing-2xs spr-py-size-spacing-3xs",
|
|
15063
15080
|
"spr-text-color-strong spr-font-size-100 spr-font-line-height-100 spr-font-letter-spacing-normal spr-text-start spr-font-medium spr-uppercase",
|
|
15064
15081
|
"spr-border-color-weak spr-border-x-0 spr-border-y spr-border-solid",
|
|
@@ -15066,24 +15083,24 @@ const t8 = (e) => ({
|
|
|
15066
15083
|
"spr-border-t-0": !r.default
|
|
15067
15084
|
},
|
|
15068
15085
|
R
|
|
15069
|
-
), Q = "spr-flex spr-flex-row spr-items-center spr-gap-size-spacing-5xs", ne =
|
|
15086
|
+
), Q = "spr-flex spr-flex-row spr-items-center spr-gap-size-spacing-5xs", ne = O({
|
|
15070
15087
|
"spr-px-size-spacing-sm spr-py-size-spacing-xs": !!r.default
|
|
15071
|
-
}), ie = "spr-border-color-weak spr-w-full spr-border spr-border-solid", fe = "spr-background-color-surface spr-text-color-strong spr-font-size-100 spr-font-line-height-100 spr-font-letter-spacing-normal spr-uppercase", ee =
|
|
15088
|
+
}), ie = "spr-border-color-weak spr-w-full spr-border spr-border-solid", fe = "spr-background-color-surface spr-text-color-strong spr-font-size-100 spr-font-line-height-100 spr-font-letter-spacing-normal spr-uppercase", ee = O("hover:spr-background-color-hover spr-min-h-[60px]", {
|
|
15072
15089
|
"spr-cursor-pointer": e.isRowClickable
|
|
15073
|
-
}), re = "spr-border-color-weak spr-overflow-hidden spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid spr-p-3", ue = "spr-border-color-weak spr-overflow-hidden spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid spr-p-3", ye =
|
|
15090
|
+
}), re = "spr-border-color-weak spr-overflow-hidden spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid spr-p-3", ue = "spr-border-color-weak spr-overflow-hidden spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid spr-p-3", ye = O("spr-h-full"), ge = O({
|
|
15074
15091
|
"spr-overflow-y-auto spr-h-full": l.value,
|
|
15075
15092
|
"spr-h-[250px]": !l.value && r.footer,
|
|
15076
15093
|
"spr-h-[360px]": !l.value && !r.footer
|
|
15077
|
-
}), De =
|
|
15094
|
+
}), De = O({
|
|
15078
15095
|
"spr-overflow-y-hidden spr-h-[calc(90vh-150px)] md:spr-h-[calc(80vh-150px)] sm:spr-h-[calc(70vh-150px)]": l.value && r.footer,
|
|
15079
15096
|
// Adjust tbody height for header/footer
|
|
15080
15097
|
"spr-overflow-y-auto spr-h-[75vh]": l.value && !r.footer,
|
|
15081
15098
|
// Adjust tbody height for header/footer
|
|
15082
15099
|
"spr-h-[250px]": !l.value && r.footer,
|
|
15083
15100
|
"spr-h-[360px]": !l.value && !r.footer
|
|
15084
|
-
}), ve =
|
|
15101
|
+
}), ve = O(
|
|
15085
15102
|
"spr-border-color-weak spr-border-x-0 spr-border-b spr-border-t-0 spr-border-solid"
|
|
15086
|
-
), se =
|
|
15103
|
+
), se = O("spr-px-size-spacing-2xs spr-py-size-spacing-3xs spr-w-[44px] ");
|
|
15087
15104
|
return {
|
|
15088
15105
|
headerClasses: U,
|
|
15089
15106
|
tableWrapperClasses: L,
|
|
@@ -15137,7 +15154,7 @@ const t8 = (e) => ({
|
|
|
15137
15154
|
getHeaderCount: D,
|
|
15138
15155
|
hasTableActions: S,
|
|
15139
15156
|
searchField: c,
|
|
15140
|
-
getTableClasses:
|
|
15157
|
+
getTableClasses: z,
|
|
15141
15158
|
getEmptyStateSize: $,
|
|
15142
15159
|
selectAll: y,
|
|
15143
15160
|
selectedData: f,
|
|
@@ -15146,47 +15163,47 @@ const t8 = (e) => ({
|
|
|
15146
15163
|
isIndeterminate: M,
|
|
15147
15164
|
sortedDataItem: x
|
|
15148
15165
|
};
|
|
15149
|
-
},
|
|
15166
|
+
}, B8 = {
|
|
15150
15167
|
"aria-describedby": "describe",
|
|
15151
15168
|
class: "spr-h-full spr-w-full spr-table-fixed",
|
|
15152
15169
|
cellspacing: "0",
|
|
15153
15170
|
cellpadding: "0"
|
|
15154
|
-
},
|
|
15171
|
+
}, Q8 = { key: 0 }, V8 = { class: "spr-flex spr-items-center spr-justify-center" }, H8 = ["onClick"], Z8 = { key: 0 }, G8 = ["onClick"], W8 = ["onClick", "onMouseover", "onMouseleave"], K8 = { class: "spr-flex spr-items-center spr-justify-center" }, J8 = {
|
|
15155
15172
|
key: 0,
|
|
15156
15173
|
class: "spr-flex spr-flex-row spr-items-center spr-gap-2"
|
|
15157
|
-
},
|
|
15174
|
+
}, X8 = {
|
|
15158
15175
|
key: 1,
|
|
15159
15176
|
class: "spr-flex spr-items-center spr-rounded-full spr-bg-mushroom-200 spr-p-1"
|
|
15160
|
-
},
|
|
15177
|
+
}, q8 = {
|
|
15161
15178
|
key: 0,
|
|
15162
15179
|
class: "spr-flex spr-flex-wrap spr-gap-2"
|
|
15163
|
-
},
|
|
15180
|
+
}, e7 = {
|
|
15164
15181
|
key: 0,
|
|
15165
15182
|
class: "spr-mt-1"
|
|
15166
|
-
},
|
|
15183
|
+
}, t7 = {
|
|
15167
15184
|
key: 1,
|
|
15168
15185
|
class: "spr-mt-1"
|
|
15169
|
-
},
|
|
15186
|
+
}, r7 = { key: 1 }, n7 = {
|
|
15170
15187
|
key: 0,
|
|
15171
15188
|
class: "spr-mt-1"
|
|
15172
|
-
},
|
|
15189
|
+
}, s7 = {
|
|
15173
15190
|
key: 1,
|
|
15174
15191
|
class: "spr-mt-1"
|
|
15175
|
-
},
|
|
15192
|
+
}, a7 = {
|
|
15176
15193
|
key: 2,
|
|
15177
15194
|
class: "spr-text-color-strong spr-font-size-200 spr-font-normal"
|
|
15178
|
-
},
|
|
15195
|
+
}, o7 = {
|
|
15179
15196
|
key: 2,
|
|
15180
15197
|
class: "spr-text-color-base spr-text-xs spr-font-normal"
|
|
15181
|
-
},
|
|
15198
|
+
}, i7 = { class: "spr-flex spr-items-center" }, l7 = {
|
|
15182
15199
|
key: 0,
|
|
15183
15200
|
class: "spr-h-full"
|
|
15184
|
-
},
|
|
15201
|
+
}, d7 = ["colspan"], u7 = { key: 1 }, c7 = ["colspan"], p7 = /* @__PURE__ */ ae({
|
|
15185
15202
|
__name: "table",
|
|
15186
|
-
props:
|
|
15187
|
-
emits:
|
|
15203
|
+
props: Y8,
|
|
15204
|
+
emits: F8,
|
|
15188
15205
|
setup(e, { emit: t }) {
|
|
15189
|
-
const r = e, n = t, s =
|
|
15206
|
+
const r = e, n = t, s = b2(), {
|
|
15190
15207
|
sortedData: a,
|
|
15191
15208
|
getHeaderCount: o,
|
|
15192
15209
|
hasTableActions: l,
|
|
@@ -15202,7 +15219,7 @@ const t8 = (e) => ({
|
|
|
15202
15219
|
handleSelect: m,
|
|
15203
15220
|
handleSelectAll: v,
|
|
15204
15221
|
sortedDataItem: D
|
|
15205
|
-
} =
|
|
15222
|
+
} = R8(r, n, s);
|
|
15206
15223
|
return (T, S) => (g(), C("div", {
|
|
15207
15224
|
class: b(i(d).tableWrapperClasses)
|
|
15208
15225
|
}, [
|
|
@@ -15235,14 +15252,14 @@ const t8 = (e) => ({
|
|
|
15235
15252
|
I("div", {
|
|
15236
15253
|
class: b(i(d).tableBackgroundClasses)
|
|
15237
15254
|
}, [
|
|
15238
|
-
I("table",
|
|
15255
|
+
I("table", B8, [
|
|
15239
15256
|
I("thead", null, [
|
|
15240
|
-
r.removeHeaderOnEmpty && i(a).length <= 0 ? w("", !0) : (g(), C("tr",
|
|
15257
|
+
r.removeHeaderOnEmpty && i(a).length <= 0 ? w("", !0) : (g(), C("tr", Q8, [
|
|
15241
15258
|
r.isMultiSelect ? (g(), C("th", {
|
|
15242
15259
|
key: 0,
|
|
15243
15260
|
class: b([i(d).multiselectClass, i(d).headerClasses])
|
|
15244
15261
|
}, [
|
|
15245
|
-
I("div",
|
|
15262
|
+
I("div", V8, [
|
|
15246
15263
|
Y(N2, {
|
|
15247
15264
|
label: "",
|
|
15248
15265
|
checked: i(c) || i(h),
|
|
@@ -15261,8 +15278,8 @@ const t8 = (e) => ({
|
|
|
15261
15278
|
I("span", {
|
|
15262
15279
|
class: b([{ "spr-cursor-pointer": A.sort }]),
|
|
15263
15280
|
onClick: (k) => A.sort && i(f)(A.field)
|
|
15264
|
-
}, V(A.name), 11,
|
|
15265
|
-
A.badgeText ? (g(), C("span",
|
|
15281
|
+
}, V(A.name), 11, H8),
|
|
15282
|
+
A.badgeText ? (g(), C("span", Z8, [
|
|
15266
15283
|
Y(v2, {
|
|
15267
15284
|
text: A.badgeText,
|
|
15268
15285
|
variant: A.badgeVariant,
|
|
@@ -15275,7 +15292,7 @@ const t8 = (e) => ({
|
|
|
15275
15292
|
onClick: (k) => A.sort && i(f)(A.field)
|
|
15276
15293
|
}, [
|
|
15277
15294
|
Y(i(K), { icon: "ph:caret-up-down-light" })
|
|
15278
|
-
], 10,
|
|
15295
|
+
], 10, G8)) : w("", !0)
|
|
15279
15296
|
], 2)
|
|
15280
15297
|
], 2))), 128)),
|
|
15281
15298
|
T.action ? (g(), C("th", {
|
|
@@ -15303,7 +15320,7 @@ const t8 = (e) => ({
|
|
|
15303
15320
|
key: 0,
|
|
15304
15321
|
class: b([i(d).multiselectClass, i(d).multiselectRowClass])
|
|
15305
15322
|
}, [
|
|
15306
|
-
I("div",
|
|
15323
|
+
I("div", K8, [
|
|
15307
15324
|
Y(N2, {
|
|
15308
15325
|
label: "",
|
|
15309
15326
|
checked: i(y)(A),
|
|
@@ -15311,8 +15328,8 @@ const t8 = (e) => ({
|
|
|
15311
15328
|
}, null, 8, ["checked", "onUpdate:modelValue"])
|
|
15312
15329
|
])
|
|
15313
15330
|
], 2)) : w("", !0),
|
|
15314
|
-
(g(!0), C(X, null, de(T.headers, (k,
|
|
15315
|
-
key:
|
|
15331
|
+
(g(!0), C(X, null, de(T.headers, (k, z) => (g(), C("td", {
|
|
15332
|
+
key: z,
|
|
15316
15333
|
class: b(i(d).tableDataClasses)
|
|
15317
15334
|
}, [
|
|
15318
15335
|
T.$slots[k.field] ? te(T.$slots, k.field, {
|
|
@@ -15320,7 +15337,7 @@ const t8 = (e) => ({
|
|
|
15320
15337
|
row: A,
|
|
15321
15338
|
rowIndex: $
|
|
15322
15339
|
}) : (g(), C(X, { key: 1 }, [
|
|
15323
|
-
i(a)[$][k.field] ? (g(), C("div",
|
|
15340
|
+
i(a)[$][k.field] ? (g(), C("div", J8, [
|
|
15324
15341
|
k.hasAvatar ? (g(), W(R0, {
|
|
15325
15342
|
key: 0,
|
|
15326
15343
|
size: "lg",
|
|
@@ -15329,36 +15346,36 @@ const t8 = (e) => ({
|
|
|
15329
15346
|
variant: k.avatarVariant ? k.avatarVariant : "initial",
|
|
15330
15347
|
initial: i(D)($, k.field).title
|
|
15331
15348
|
}, null, 8, ["src", "variant", "initial"])) : w("", !0),
|
|
15332
|
-
k.hasIcon ? (g(), C("div",
|
|
15349
|
+
k.hasIcon ? (g(), C("div", X8, [
|
|
15333
15350
|
Y(i(K), {
|
|
15334
15351
|
icon: i(D)($, k.field).icon || ""
|
|
15335
15352
|
}, null, 8, ["icon"])
|
|
15336
15353
|
])) : w("", !0),
|
|
15337
15354
|
I("div", null, [
|
|
15338
|
-
Array.isArray(i(D)($, k.field).title) ? (g(), C("div",
|
|
15355
|
+
Array.isArray(i(D)($, k.field).title) ? (g(), C("div", q8, [
|
|
15339
15356
|
(g(!0), C(X, null, de(i(D)($, k.field).title, (x, j) => (g(), C("div", { key: j }, [
|
|
15340
|
-
k.hasLozengeTitle ? (g(), C("div",
|
|
15357
|
+
k.hasLozengeTitle ? (g(), C("div", e7, [
|
|
15341
15358
|
Y(Lt, {
|
|
15342
15359
|
cell: x
|
|
15343
15360
|
}, null, 8, ["cell"])
|
|
15344
|
-
])) : k.hasChipTitle ? (g(), C("div",
|
|
15361
|
+
])) : k.hasChipTitle ? (g(), C("div", t7, [
|
|
15345
15362
|
Y(zt, {
|
|
15346
15363
|
cell: x
|
|
15347
15364
|
}, null, 8, ["cell"])
|
|
15348
15365
|
])) : w("", !0)
|
|
15349
15366
|
]))), 128))
|
|
15350
|
-
])) : (g(), C("div",
|
|
15351
|
-
k.hasLozengeTitle ? (g(), C("div",
|
|
15367
|
+
])) : (g(), C("div", r7, [
|
|
15368
|
+
k.hasLozengeTitle ? (g(), C("div", n7, [
|
|
15352
15369
|
Y(Lt, {
|
|
15353
15370
|
cell: i(D)($, k.field).title
|
|
15354
15371
|
}, null, 8, ["cell"])
|
|
15355
|
-
])) : k.hasChipTitle ? (g(), C("div",
|
|
15372
|
+
])) : k.hasChipTitle ? (g(), C("div", s7, [
|
|
15356
15373
|
Y(zt, {
|
|
15357
15374
|
cell: i(D)($, k.field).title
|
|
15358
15375
|
}, null, 8, ["cell"])
|
|
15359
|
-
])) : (g(), C("div",
|
|
15376
|
+
])) : (g(), C("div", a7, V(i(D)($, k.field).title), 1))
|
|
15360
15377
|
])),
|
|
15361
|
-
k.hasSubtext ? (g(), C("div",
|
|
15378
|
+
k.hasSubtext ? (g(), C("div", o7, V(i(D)($, k.field).subtext), 1)) : w("", !0)
|
|
15362
15379
|
])
|
|
15363
15380
|
])) : w("", !0)
|
|
15364
15381
|
], 64))
|
|
@@ -15367,16 +15384,16 @@ const t8 = (e) => ({
|
|
|
15367
15384
|
key: 1,
|
|
15368
15385
|
class: b(i(d).tableRowActionClasses)
|
|
15369
15386
|
}, [
|
|
15370
|
-
I("div",
|
|
15387
|
+
I("div", i7, [
|
|
15371
15388
|
te(T.$slots, "action", { row: A })
|
|
15372
15389
|
])
|
|
15373
15390
|
], 2)) : w("", !0)
|
|
15374
|
-
], 42,
|
|
15391
|
+
], 42, W8))), 128))
|
|
15375
15392
|
], 2)) : (g(), C("tbody", {
|
|
15376
15393
|
key: 1,
|
|
15377
15394
|
class: b(i(d).emptyStateClasses)
|
|
15378
15395
|
}, [
|
|
15379
|
-
T.loading ? (g(), C("tr",
|
|
15396
|
+
T.loading ? (g(), C("tr", u7, [
|
|
15380
15397
|
I("td", {
|
|
15381
15398
|
colspan: i(o),
|
|
15382
15399
|
class: "spr-overflow-hidden"
|
|
@@ -15384,8 +15401,8 @@ const t8 = (e) => ({
|
|
|
15384
15401
|
te(T.$slots, "loading", {}, () => [
|
|
15385
15402
|
S[1] || (S[1] = I("div", { class: "spr-flex spr-items-center spr-justify-center" }, "Loading...", -1))
|
|
15386
15403
|
])
|
|
15387
|
-
], 8,
|
|
15388
|
-
])) : (g(), C("tr",
|
|
15404
|
+
], 8, c7)
|
|
15405
|
+
])) : (g(), C("tr", l7, [
|
|
15389
15406
|
I("td", {
|
|
15390
15407
|
colspan: i(o),
|
|
15391
15408
|
class: "spr-flex spr-h-full spr-items-center spr-justify-center"
|
|
@@ -15393,7 +15410,7 @@ const t8 = (e) => ({
|
|
|
15393
15410
|
te(T.$slots, "empty-state", {}, () => [
|
|
15394
15411
|
Y(Cs, { size: i(p) }, null, 8, ["size"])
|
|
15395
15412
|
])
|
|
15396
|
-
], 8,
|
|
15413
|
+
], 8, d7)
|
|
15397
15414
|
]))
|
|
15398
15415
|
], 2))
|
|
15399
15416
|
])
|
|
@@ -15406,10 +15423,10 @@ const t8 = (e) => ({
|
|
|
15406
15423
|
], 2)) : w("", !0)
|
|
15407
15424
|
], 2));
|
|
15408
15425
|
}
|
|
15409
|
-
}),
|
|
15426
|
+
}), g7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15410
15427
|
__proto__: null,
|
|
15411
|
-
default:
|
|
15412
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
15428
|
+
default: p7
|
|
15429
|
+
}, Symbol.toStringTag, { value: "Module" })), f7 = {
|
|
15413
15430
|
/**
|
|
15414
15431
|
* @description Tabs List,
|
|
15415
15432
|
* option list: label, icon, iconFill, disabled
|
|
@@ -15432,10 +15449,10 @@ const t8 = (e) => ({
|
|
|
15432
15449
|
type: String,
|
|
15433
15450
|
default: ""
|
|
15434
15451
|
}
|
|
15435
|
-
},
|
|
15452
|
+
}, h7 = {
|
|
15436
15453
|
tabIndex: (e) => typeof e == "number"
|
|
15437
|
-
},
|
|
15438
|
-
const r = E(() =>
|
|
15454
|
+
}, C7 = (e, t) => {
|
|
15455
|
+
const r = E(() => O({
|
|
15439
15456
|
"spr-relative spr-px-size-spacing-xs spr-py-size-spacing-3xs spr-body-sm spr-text-color-strong spr-group": !0,
|
|
15440
15457
|
"spr-transition-left spr-duration-150 spr-ease-in-out": !0,
|
|
15441
15458
|
capitalize: !e.underlined,
|
|
@@ -15473,13 +15490,13 @@ const t8 = (e) => ({
|
|
|
15473
15490
|
tabElements: a,
|
|
15474
15491
|
updateSelectedTabIndex: o
|
|
15475
15492
|
};
|
|
15476
|
-
},
|
|
15493
|
+
}, M7 = { class: "spr-relative spr-flex" }, y7 = ["onClick"], m7 = { key: 0 }, v7 = { key: 1 }, N7 = /* @__PURE__ */ ae({
|
|
15477
15494
|
__name: "tabs",
|
|
15478
|
-
props:
|
|
15479
|
-
emits:
|
|
15495
|
+
props: f7,
|
|
15496
|
+
emits: h7,
|
|
15480
15497
|
setup(e, { emit: t }) {
|
|
15481
|
-
const r = t, n = e, { tabsClasses: s, activeTab: a, tabElements: o, updateSelectedTabIndex: l } =
|
|
15482
|
-
return (u, d) => (g(), C("div",
|
|
15498
|
+
const r = t, n = e, { tabsClasses: s, activeTab: a, tabElements: o, updateSelectedTabIndex: l } = C7(n, r);
|
|
15499
|
+
return (u, d) => (g(), C("div", M7, [
|
|
15483
15500
|
(g(!0), C(X, null, de(u.list, (p, c) => (g(), C("div", {
|
|
15484
15501
|
key: c,
|
|
15485
15502
|
ref_for: !0,
|
|
@@ -15524,7 +15541,7 @@ const t8 = (e) => ({
|
|
|
15524
15541
|
"spr-cursor-not-allowed": p.disabled
|
|
15525
15542
|
})
|
|
15526
15543
|
}, [
|
|
15527
|
-
p.icon ? (g(), C("div",
|
|
15544
|
+
p.icon ? (g(), C("div", m7, [
|
|
15528
15545
|
Y(i(K), {
|
|
15529
15546
|
class: b({
|
|
15530
15547
|
"spr-body-sm-regular": !0,
|
|
@@ -15533,9 +15550,9 @@ const t8 = (e) => ({
|
|
|
15533
15550
|
icon: i(a).index === c && typeof p.iconFill == "string" ? p.iconFill : p.icon
|
|
15534
15551
|
}, null, 8, ["class", "icon"])
|
|
15535
15552
|
])) : w("", !0),
|
|
15536
|
-
p.label ? (g(), C("div",
|
|
15553
|
+
p.label ? (g(), C("div", v7, V(p.label), 1)) : w("", !0)
|
|
15537
15554
|
], 2)
|
|
15538
|
-
], 10,
|
|
15555
|
+
], 10, y7))), 128)),
|
|
15539
15556
|
u.underlined ? (g(), C("div", {
|
|
15540
15557
|
key: 0,
|
|
15541
15558
|
class: b([
|
|
@@ -15549,10 +15566,10 @@ const t8 = (e) => ({
|
|
|
15549
15566
|
}, null, 4)) : w("", !0)
|
|
15550
15567
|
]));
|
|
15551
15568
|
}
|
|
15552
|
-
}),
|
|
15569
|
+
}), $7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15553
15570
|
__proto__: null,
|
|
15554
|
-
default:
|
|
15555
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
15571
|
+
default: N7
|
|
15572
|
+
}, Symbol.toStringTag, { value: "Module" })), b7 = {
|
|
15556
15573
|
id: {
|
|
15557
15574
|
type: String,
|
|
15558
15575
|
default: ""
|
|
@@ -15607,16 +15624,16 @@ const t8 = (e) => ({
|
|
|
15607
15624
|
type: String,
|
|
15608
15625
|
default: ""
|
|
15609
15626
|
}
|
|
15610
|
-
},
|
|
15627
|
+
}, D7 = {
|
|
15611
15628
|
"update:modelValue": (e) => typeof e == "string"
|
|
15612
|
-
},
|
|
15629
|
+
}, I7 = (e, t) => {
|
|
15613
15630
|
const { error: r, disabled: n, readonly: s } = Me(e), a = Ee(e, "modelValue", t);
|
|
15614
15631
|
return {
|
|
15615
15632
|
textareaClasses: E(() => {
|
|
15616
|
-
const u =
|
|
15633
|
+
const u = O("spr-flex spr-flex-col spr-gap-size-spacing-4xs"), d = O("spr-body-sm-regular spr-text-color-strong spr-block", {
|
|
15617
15634
|
"spr-text-color-on-fill-disabled": n.value,
|
|
15618
15635
|
"spr-text-color-base": s.value
|
|
15619
|
-
}), p =
|
|
15636
|
+
}), p = O(
|
|
15620
15637
|
"spr-block spr-w-full spr-px-size-spacing-2xs spr-py-size-spacing-4xs spr-rounded-border-radius-md spr-outline-none spr-ring-0 spr-resize-none spr-font-main",
|
|
15621
15638
|
"spr-text-color-strong spr-font-size-200",
|
|
15622
15639
|
"spr-border spr-border-solid",
|
|
@@ -15627,7 +15644,7 @@ const t8 = (e) => ({
|
|
|
15627
15644
|
"spr-background-color-disabled spr-border-white-100 focus:spr-border-white-100 spr-cursor-not-allowed spr-text-color-on-fill-disabled": n.value,
|
|
15628
15645
|
"spr-background-color-disabled spr-border-white-100 focus:spr-border-white-100 spr-cursor-not-allowed spr-text-color-base": s.value
|
|
15629
15646
|
}
|
|
15630
|
-
), c =
|
|
15647
|
+
), c = O("spr-body-sm-regular spr-flex spr-items-center spr-gap-size-spacing-5xs", {
|
|
15631
15648
|
"spr-text-color-danger-base": r.value,
|
|
15632
15649
|
"spr-text-color-supporting": !r.value
|
|
15633
15650
|
});
|
|
@@ -15637,12 +15654,12 @@ const t8 = (e) => ({
|
|
|
15637
15654
|
a.value = u.target.value;
|
|
15638
15655
|
}
|
|
15639
15656
|
};
|
|
15640
|
-
},
|
|
15657
|
+
}, A7 = ["for"], x7 = ["id", "rows", "placeholder", "value", "minlength", "maxlength", "readonly", "disabled"], w7 = /* @__PURE__ */ ae({
|
|
15641
15658
|
__name: "textarea",
|
|
15642
|
-
props:
|
|
15643
|
-
emits:
|
|
15659
|
+
props: b7,
|
|
15660
|
+
emits: D7,
|
|
15644
15661
|
setup(e, { emit: t }) {
|
|
15645
|
-
const r = e, n = t, { onInput: s, textareaClasses: a } =
|
|
15662
|
+
const r = e, n = t, { onInput: s, textareaClasses: a } = I7(r, n);
|
|
15646
15663
|
return (o, l) => (g(), C("div", {
|
|
15647
15664
|
class: b(i(a).wrapperClasses)
|
|
15648
15665
|
}, [
|
|
@@ -15650,7 +15667,7 @@ const t8 = (e) => ({
|
|
|
15650
15667
|
key: 0,
|
|
15651
15668
|
for: o.id,
|
|
15652
15669
|
class: b(i(a).labelClasses)
|
|
15653
|
-
}, V(o.label), 11,
|
|
15670
|
+
}, V(o.label), 11, A7)) : w("", !0),
|
|
15654
15671
|
I("textarea", He(o.$attrs, {
|
|
15655
15672
|
id: r.id,
|
|
15656
15673
|
class: i(a).textAreaClasses,
|
|
@@ -15663,7 +15680,7 @@ const t8 = (e) => ({
|
|
|
15663
15680
|
disabled: r.disabled,
|
|
15664
15681
|
onInput: l[0] || (l[0] = //@ts-ignore
|
|
15665
15682
|
(...u) => i(s) && i(s)(...u))
|
|
15666
|
-
}), null, 16,
|
|
15683
|
+
}), null, 16, x7),
|
|
15667
15684
|
r.displayHelper ? (g(), C("div", {
|
|
15668
15685
|
key: 1,
|
|
15669
15686
|
class: b(i(a).helperClasses)
|
|
@@ -15680,10 +15697,10 @@ const t8 = (e) => ({
|
|
|
15680
15697
|
], 2)) : w("", !0)
|
|
15681
15698
|
], 2));
|
|
15682
15699
|
}
|
|
15683
|
-
}),
|
|
15700
|
+
}), j7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15684
15701
|
__proto__: null,
|
|
15685
|
-
default:
|
|
15686
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
15702
|
+
default: w7
|
|
15703
|
+
}, Symbol.toStringTag, { value: "Module" })), T7 = {
|
|
15687
15704
|
modelValue: {
|
|
15688
15705
|
type: String,
|
|
15689
15706
|
required: !0
|
|
@@ -15740,10 +15757,10 @@ const t8 = (e) => ({
|
|
|
15740
15757
|
type: String,
|
|
15741
15758
|
default: "time-picker"
|
|
15742
15759
|
}
|
|
15743
|
-
},
|
|
15760
|
+
}, S7 = {
|
|
15744
15761
|
"update:modelValue": (e) => e instanceof MouseEvent
|
|
15745
|
-
},
|
|
15746
|
-
const { format: r, interval: n, fullWidth: s } = Me(e), a = H(!1), o = Ee(e, "modelValue", t), l = H(`time-picker-${le().valueOf()}-${Math.floor(Math.random() * 1e3)}`), u = E(() =>
|
|
15762
|
+
}, O7 = (e, t) => {
|
|
15763
|
+
const { format: r, interval: n, fullWidth: s } = Me(e), a = H(!1), o = Ee(e, "modelValue", t), l = H(`time-picker-${le().valueOf()}-${Math.floor(Math.random() * 1e3)}`), u = E(() => O("spr-max-h-[300px] spr-p-size-spacing-3xs spr-overflow-y-auto", {
|
|
15747
15764
|
"spr-w-[240px]": !s.value
|
|
15748
15765
|
})), d = (M) => {
|
|
15749
15766
|
var T;
|
|
@@ -15778,18 +15795,18 @@ const t8 = (e) => ({
|
|
|
15778
15795
|
filterInput: d,
|
|
15779
15796
|
selectOption: f
|
|
15780
15797
|
};
|
|
15781
|
-
},
|
|
15798
|
+
}, z7 = ["id"], L7 = { key: 0 }, _7 = ["onMousedown"], E7 = {
|
|
15782
15799
|
key: 0,
|
|
15783
15800
|
class: "spr-text-color-brand-base spr-font-bold"
|
|
15784
|
-
},
|
|
15801
|
+
}, k7 = {
|
|
15785
15802
|
key: 1,
|
|
15786
15803
|
class: "spr-px-3 spr-py-2 spr-text-gray-500"
|
|
15787
|
-
},
|
|
15804
|
+
}, P7 = /* @__PURE__ */ ae({
|
|
15788
15805
|
__name: "time-picker",
|
|
15789
|
-
props:
|
|
15790
|
-
emits:
|
|
15806
|
+
props: T7,
|
|
15807
|
+
emits: S7,
|
|
15791
15808
|
setup(e, { emit: t }) {
|
|
15792
|
-
const r = e, n = t, { optionClasses: s, isOpen: a, filteredOptions: o, selectedValue: l, getPlaceHolder: u, selectOption: d, filterInput: p, uniqueId: c } =
|
|
15809
|
+
const r = e, n = t, { optionClasses: s, isOpen: a, filteredOptions: o, selectedValue: l, getPlaceHolder: u, selectOption: d, filterInput: p, uniqueId: c } = O7(r, n);
|
|
15793
15810
|
return (h, y) => (g(), W(i(ze), {
|
|
15794
15811
|
shown: i(a),
|
|
15795
15812
|
"onUpdate:shown": y[1] || (y[1] = (f) => Ce(a) ? a.value = f : null),
|
|
@@ -15808,7 +15825,7 @@ const t8 = (e) => ({
|
|
|
15808
15825
|
I("div", {
|
|
15809
15826
|
class: b(i(s))
|
|
15810
15827
|
}, [
|
|
15811
|
-
i(o).length > 0 ? (g(), C("div",
|
|
15828
|
+
i(o).length > 0 ? (g(), C("div", L7, [
|
|
15812
15829
|
(g(!0), C(X, null, de(i(o), (f) => {
|
|
15813
15830
|
var N, M;
|
|
15814
15831
|
return g(), C("div", {
|
|
@@ -15823,12 +15840,12 @@ const t8 = (e) => ({
|
|
|
15823
15840
|
onMousedown: ut((m) => i(d)(f), ["prevent"])
|
|
15824
15841
|
}, [
|
|
15825
15842
|
Se(V(f) + " ", 1),
|
|
15826
|
-
f.toUpperCase() === ((M = i(l)) == null ? void 0 : M.toUpperCase()) ? (g(), C("span",
|
|
15843
|
+
f.toUpperCase() === ((M = i(l)) == null ? void 0 : M.toUpperCase()) ? (g(), C("span", E7, [
|
|
15827
15844
|
Y(i(K), { icon: "ph:check" })
|
|
15828
15845
|
])) : w("", !0)
|
|
15829
|
-
], 42,
|
|
15846
|
+
], 42, _7);
|
|
15830
15847
|
}), 128))
|
|
15831
|
-
])) : (g(), C("div",
|
|
15848
|
+
])) : (g(), C("div", k7, "No matching options found"))
|
|
15832
15849
|
], 2)
|
|
15833
15850
|
]),
|
|
15834
15851
|
default: B(() => [
|
|
@@ -15857,15 +15874,15 @@ const t8 = (e) => ({
|
|
|
15857
15874
|
]),
|
|
15858
15875
|
_: 1
|
|
15859
15876
|
}, 8, ["id", "modelValue", "placeholder", "readonly", "disabled", "label", "error", "display-helper", "helper-text", "onInput"])
|
|
15860
|
-
], 8,
|
|
15877
|
+
], 8, z7)
|
|
15861
15878
|
]),
|
|
15862
15879
|
_: 1
|
|
15863
15880
|
}, 8, ["shown", "aria-id", "container"]));
|
|
15864
15881
|
}
|
|
15865
|
-
}),
|
|
15882
|
+
}), U7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15866
15883
|
__proto__: null,
|
|
15867
|
-
default:
|
|
15868
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
15884
|
+
default: P7
|
|
15885
|
+
}, Symbol.toStringTag, { value: "Module" })), Y7 = [
|
|
15869
15886
|
"top",
|
|
15870
15887
|
"top-start",
|
|
15871
15888
|
"top-end",
|
|
@@ -15878,7 +15895,7 @@ const t8 = (e) => ({
|
|
|
15878
15895
|
"right",
|
|
15879
15896
|
"right-start",
|
|
15880
15897
|
"right-end"
|
|
15881
|
-
],
|
|
15898
|
+
], F7 = {
|
|
15882
15899
|
/**
|
|
15883
15900
|
* @description Tooltip Label
|
|
15884
15901
|
*/
|
|
@@ -15891,7 +15908,7 @@ const t8 = (e) => ({
|
|
|
15891
15908
|
*/
|
|
15892
15909
|
placement: {
|
|
15893
15910
|
type: String,
|
|
15894
|
-
validator: (e) =>
|
|
15911
|
+
validator: (e) => Y7.includes(e),
|
|
15895
15912
|
default: "top"
|
|
15896
15913
|
},
|
|
15897
15914
|
hasMaxWidth: {
|
|
@@ -15902,13 +15919,13 @@ const t8 = (e) => ({
|
|
|
15902
15919
|
type: Boolean,
|
|
15903
15920
|
default: !0
|
|
15904
15921
|
}
|
|
15905
|
-
},
|
|
15922
|
+
}, R7 = (e) => ({
|
|
15906
15923
|
placement: H(e.placement)
|
|
15907
|
-
}),
|
|
15924
|
+
}), B7 = { key: 0 }, Q7 = /* @__PURE__ */ ae({
|
|
15908
15925
|
__name: "tooltip",
|
|
15909
|
-
props:
|
|
15926
|
+
props: F7,
|
|
15910
15927
|
setup(e) {
|
|
15911
|
-
const t = e, r =
|
|
15928
|
+
const t = e, r = b2(), { placement: n } = R7(t);
|
|
15912
15929
|
return (s, a) => t.text || i(r)["popper-content"] ? (g(), W(i(P2), {
|
|
15913
15930
|
key: 0,
|
|
15914
15931
|
class: b([t.fitContent ? "spr-w-fit" : "spr-w-full"]),
|
|
@@ -15916,7 +15933,7 @@ const t8 = (e) => ({
|
|
|
15916
15933
|
placement: i(n)
|
|
15917
15934
|
}, {
|
|
15918
15935
|
popper: B(() => [
|
|
15919
|
-
t.text ? (g(), C("span",
|
|
15936
|
+
t.text ? (g(), C("span", B7, V(t.text), 1)) : w("", !0),
|
|
15920
15937
|
te(s.$slots, "popper-content")
|
|
15921
15938
|
]),
|
|
15922
15939
|
default: B(() => [
|
|
@@ -15925,19 +15942,19 @@ const t8 = (e) => ({
|
|
|
15925
15942
|
_: 3
|
|
15926
15943
|
}, 8, ["class", "aria-id", "placement"])) : te(s.$slots, "default", { key: 1 });
|
|
15927
15944
|
}
|
|
15928
|
-
}),
|
|
15945
|
+
}), V7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15929
15946
|
__proto__: null,
|
|
15930
|
-
default:
|
|
15931
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
15932
|
-
Object.entries(
|
|
15947
|
+
default: Q7
|
|
15948
|
+
}, Symbol.toStringTag, { value: "Module" })), H7 = "spr-", Z7 = /* @__PURE__ */ Object.assign({ "../src/components/accordion/accordion.vue": pi, "../src/components/avatar/avatar.vue": wi, "../src/components/badge/badge.vue": Ii, "../src/components/button/button.vue": ni, "../src/components/calendar-cell/calendar-cell.vue": Yi, "../src/components/card/card.vue": Wi, "../src/components/checkbox/checkbox.vue": r1, "../src/components/chips/chips.vue": C1, "../src/components/collapsible/collapsible.vue": Ia, "../src/components/date-picker/date-picker.vue": Hl, "../src/components/dropdown/dropdown.vue": A3, "../src/components/empty-state/empty-state.vue": V3, "../src/components/file-upload/file-upload.vue": d4, "../src/components/filter/filter.vue": L4, "../src/components/floating-action/floating-action.vue": Y4, "../src/components/input/input-contact-number/input-contact-number.vue": qu, "../src/components/input/input-dropdown/input-dropdown.vue": tc, "../src/components/input/input-email/input-email.vue": nc, "../src/components/input/input-password/input-password.vue": oc, "../src/components/input/input-search/input-search.vue": ic, "../src/components/input/input-url/input-url.vue": dc, "../src/components/input/input-username/input-username.vue": cc, "../src/components/input/input.vue": y4, "../src/components/list/ladderized-list/ladderized-list-back.vue": y3, "../src/components/list/ladderized-list/ladderized-list.vue": b3, "../src/components/list/list.vue": f3, "../src/components/logo/logo.vue": g6, "../src/components/lozenge/lozenge.vue": $6, "../src/components/modal/modal.vue": T6, "../src/components/progress-bar/progress-bar.vue": k6, "../src/components/radio/radio.vue": H6, "../src/components/sidenav/sidenav.vue": q5, "../src/components/sidepanel/sidepanel.vue": i9, "../src/components/slider/slider.vue": g9, "../src/components/snackbar/snack/snack.vue": v9, "../src/components/snackbar/snackbar.vue": t8, "../src/components/status/status.vue": zi, "../src/components/stepper/step/step.vue": o8, "../src/components/stepper/stepper.vue": c8, "../src/components/switch/switch.vue": N8, "../src/components/table/table-actions/table-actions.vue": I8, "../src/components/table/table-chips-title/table-chips-title.vue": j8, "../src/components/table/table-lozenge-title/table-lozenge-title.vue": z8, "../src/components/table/table-pagination/table-pagination.vue": P8, "../src/components/table/table.vue": g7, "../src/components/tabs/tabs.vue": $7, "../src/components/textarea/textarea.vue": j7, "../src/components/time-picker/time-picker.vue": U7, "../src/components/tooltip/tooltip.vue": V7 }), G7 = (e) => {
|
|
15949
|
+
Object.entries(Z7).forEach(([t, r]) => {
|
|
15933
15950
|
var s;
|
|
15934
15951
|
const n = (s = t.split("/").pop()) == null ? void 0 : s.replace(".vue", "");
|
|
15935
|
-
n && e.component(`${
|
|
15952
|
+
n && e.component(`${H7}${n}`, r.default);
|
|
15936
15953
|
}), console.info(
|
|
15937
15954
|
"%c🌱Design System Next Installed🌱",
|
|
15938
15955
|
"font-weight: bold; font-size: 14px; color: green; padding: 16px 8px; border: 1px dashed green; border-radius: 4px; margin: 10px auto;"
|
|
15939
15956
|
);
|
|
15940
|
-
},
|
|
15957
|
+
}, K7 = { install: G7 };
|
|
15941
15958
|
export {
|
|
15942
|
-
|
|
15959
|
+
K7 as default
|
|
15943
15960
|
};
|