@weni/unnnic-system 2.0.12 → 2.0.13
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/unnnic.mjs +640 -648
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/SelectSmart/SelectSmart.vue +30 -54
- package/src/stories/SelectSmart2.stories.js +59 -0
package/dist/unnnic.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as u, createElementBlock as m, normalizeClass as F, toDisplayString as S, createCommentVNode as H, renderSlot as te, resolveDirective as Ci, withDirectives as We, mergeProps as
|
|
1
|
+
import { openBlock as u, createElementBlock as m, normalizeClass as F, toDisplayString as S, createCommentVNode as H, renderSlot as te, resolveDirective as Ci, withDirectives as We, mergeProps as L1, createElementVNode as c, createStaticVNode as we, pushScopeId as R1, popScopeId as U1, createBlock as N, resolveDynamicComponent as En, resolveComponent as V, createVNode as E, normalizeStyle as Ae, createTextVNode as W1, Fragment as G, renderList as $, withModifiers as Je, vShow as K1, withCtx as ge, getCurrentScope as Mc, onScopeDispose as Sc, unref as Bc, toRef as Ac, readonly as Lc, customRef as Dc, ref as D2, watch as M2, computed as bt, createSlots as Hc, Transition as Wo, normalizeProps as Vc, createApp as No, inject as oo, vModelText as jo, withKeys as z2, TransitionGroup as zc } from "vue";
|
|
2
2
|
const Ka = 16;
|
|
3
3
|
const C = (e, i) => {
|
|
4
4
|
const n = e.__vccOpts || e;
|
|
@@ -86,8 +86,8 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
86
86
|
}
|
|
87
87
|
var f = r(2), h = r(0), p = r.n(h);
|
|
88
88
|
s.a = function(_, k) {
|
|
89
|
-
var
|
|
90
|
-
if ((Array.isArray(
|
|
89
|
+
var A = k.value;
|
|
90
|
+
if ((Array.isArray(A) || typeof A == "string") && (A = { mask: A, tokens: p.a }), _.tagName.toLocaleUpperCase() !== "INPUT") {
|
|
91
91
|
var B = _.getElementsByTagName("input");
|
|
92
92
|
if (B.length !== 1)
|
|
93
93
|
throw new Error("v-mask directive requires 1 input, found " + B.length);
|
|
@@ -96,14 +96,14 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
96
96
|
_.oninput = function(Z) {
|
|
97
97
|
if (Z.isTrusted) {
|
|
98
98
|
var ae = _.selectionEnd, ie = _.value[ae - 1];
|
|
99
|
-
for (_.value = r.i(f.a)(_.value,
|
|
99
|
+
for (_.value = r.i(f.a)(_.value, A.mask, !0, A.tokens); ae < _.value.length && _.value.charAt(ae - 1) !== ie; )
|
|
100
100
|
ae++;
|
|
101
101
|
_ === document.activeElement && (_.setSelectionRange(ae, ae), setTimeout(function() {
|
|
102
102
|
_.setSelectionRange(ae, ae);
|
|
103
103
|
}, 0)), _.dispatchEvent(o("input"));
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
|
-
var z = r.i(f.a)(_.value,
|
|
106
|
+
var z = r.i(f.a)(_.value, A.mask, !0, A.tokens);
|
|
107
107
|
z !== _.value && (_.value = z, _.dispatchEvent(o("input")));
|
|
108
108
|
};
|
|
109
109
|
}, function(n, s, r) {
|
|
@@ -125,9 +125,9 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
125
125
|
}), r.d(s, "tokens", function() {
|
|
126
126
|
return h.a;
|
|
127
127
|
}), r.d(s, "version", function() {
|
|
128
|
-
return
|
|
128
|
+
return A;
|
|
129
129
|
});
|
|
130
|
-
var
|
|
130
|
+
var A = "0.11.1";
|
|
131
131
|
s.default = o, typeof window < "u" && window.Vue && window.Vue.use(o);
|
|
132
132
|
}, function(n, s, r) {
|
|
133
133
|
Object.defineProperty(s, "__esModule", { value: !0 });
|
|
@@ -154,12 +154,12 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
154
154
|
return h = h.sort(function(_, k) {
|
|
155
155
|
return _.length - k.length;
|
|
156
156
|
}), function(_, k) {
|
|
157
|
-
for (var
|
|
157
|
+
for (var A = !(arguments.length > 2 && arguments[2] !== void 0) || arguments[2], B = 0; B < h.length; ) {
|
|
158
158
|
var z = h[B];
|
|
159
159
|
B++;
|
|
160
160
|
var Z = h[B];
|
|
161
161
|
if (!(Z && f(_, Z, !0, p).length > z.length))
|
|
162
|
-
return f(_, z,
|
|
162
|
+
return f(_, z, A, p);
|
|
163
163
|
}
|
|
164
164
|
return "";
|
|
165
165
|
};
|
|
@@ -169,9 +169,9 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
169
169
|
function o(f, h) {
|
|
170
170
|
var p = !(arguments.length > 2 && arguments[2] !== void 0) || arguments[2], _ = arguments[3];
|
|
171
171
|
f = f || "", h = h || "";
|
|
172
|
-
for (var k = 0,
|
|
173
|
-
var z = h[k], Z = _[z], ae = f[
|
|
174
|
-
Z && !Z.escape ? (Z.pattern.test(ae) && (B += Z.transform ? Z.transform(ae) : ae, k++),
|
|
172
|
+
for (var k = 0, A = 0, B = ""; k < h.length && A < f.length; ) {
|
|
173
|
+
var z = h[k], Z = _[z], ae = f[A];
|
|
174
|
+
Z && !Z.escape ? (Z.pattern.test(ae) && (B += Z.transform ? Z.transform(ae) : ae, k++), A++) : (Z && Z.escape && (k++, z = h[k]), p && (B += z), ae === z && A++, k++);
|
|
175
175
|
}
|
|
176
176
|
for (var ie = ""; k < h.length && p; ) {
|
|
177
177
|
var z = h[k];
|
|
@@ -191,9 +191,9 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
191
191
|
n.exports = function(r, o, f, h) {
|
|
192
192
|
var p, _ = r = r || {}, k = typeof r.default;
|
|
193
193
|
k !== "object" && k !== "function" || (p = r, _ = r.default);
|
|
194
|
-
var
|
|
195
|
-
if (o && (
|
|
196
|
-
var B =
|
|
194
|
+
var A = typeof _ == "function" ? _.options : _;
|
|
195
|
+
if (o && (A.render = o.render, A.staticRenderFns = o.staticRenderFns), f && (A._scopeId = f), h) {
|
|
196
|
+
var B = A.computed || (A.computed = {});
|
|
197
197
|
Object.keys(h).forEach(function(z) {
|
|
198
198
|
var Z = h[z];
|
|
199
199
|
B[z] = function() {
|
|
@@ -201,7 +201,7 @@ var k2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
201
201
|
};
|
|
202
202
|
});
|
|
203
203
|
}
|
|
204
|
-
return { esModule: p, exports: _, options:
|
|
204
|
+
return { esModule: p, exports: _, options: A };
|
|
205
205
|
};
|
|
206
206
|
}, function(n, s) {
|
|
207
207
|
n.exports = { render: function() {
|
|
@@ -261,13 +261,13 @@ const Rc = {
|
|
|
261
261
|
}, Uc = ["value", "type"], Wc = ["value", "type"];
|
|
262
262
|
function Nc(e, i, n, s, r, o) {
|
|
263
263
|
const f = Ci("mask");
|
|
264
|
-
return n.mask ? We((u(), m("input",
|
|
264
|
+
return n.mask ? We((u(), m("input", L1({ key: 0 }, o.attributes, {
|
|
265
265
|
value: n.modelValue,
|
|
266
266
|
class: o.classes,
|
|
267
267
|
type: n.nativeType
|
|
268
268
|
}), null, 16, Uc)), [
|
|
269
269
|
[f, n.mask]
|
|
270
|
-
]) : (u(), m("input",
|
|
270
|
+
]) : (u(), m("input", L1({ key: 1 }, o.attributes, {
|
|
271
271
|
value: n.modelValue,
|
|
272
272
|
class: o.classes,
|
|
273
273
|
type: n.nativeType
|
|
@@ -374,18 +374,18 @@ const bu = /* @__PURE__ */ C(_u, [["render", xu]]), Mu = {}, Su = {
|
|
|
374
374
|
d: "M20 27.5005C20.7767 27.5005 21.4062 26.8709 21.4062 26.0942C21.4062 25.3176 20.7767 24.688 20 24.688C19.2233 24.688 18.5938 25.3176 18.5938 26.0942C18.5938 26.8709 19.2233 27.5005 20 27.5005Z",
|
|
375
375
|
fill: "#3B414D",
|
|
376
376
|
class: "primary"
|
|
377
|
-
}, null, -1),
|
|
377
|
+
}, null, -1), Au = /* @__PURE__ */ c("path", {
|
|
378
378
|
d: "M20 22.813C19.7514 22.813 19.5129 22.7142 19.3371 22.5384C19.1613 22.3626 19.0625 22.1241 19.0625 21.8755V11.563C19.0625 11.3143 19.1613 11.0759 19.3371 10.9001C19.5129 10.7243 19.7514 10.6255 20 10.6255C20.2486 10.6255 20.4871 10.7243 20.6629 10.9001C20.8387 11.0759 20.9375 11.3143 20.9375 11.563V21.8755C20.9375 22.1241 20.8387 22.3626 20.6629 22.5384C20.4871 22.7142 20.2486 22.813 20 22.813Z",
|
|
379
379
|
fill: "#3B414D",
|
|
380
380
|
class: "primary"
|
|
381
|
-
}, null, -1),
|
|
381
|
+
}, null, -1), Lu = /* @__PURE__ */ c("path", {
|
|
382
382
|
d: "M20 35.0005C11.7287 35.0005 5 28.2717 5 20.0005C5 11.7292 11.7287 5.00049 20 5.00049C28.2712 5.00049 35 11.7292 35 20.0005C35 28.2717 28.2712 35.0005 20 35.0005ZM20 6.87549C12.7625 6.87549 6.875 12.763 6.875 20.0005C6.875 27.238 12.7625 33.1255 20 33.1255C27.2375 33.1255 33.125 27.238 33.125 20.0005C33.125 12.763 27.2375 6.87549 20 6.87549Z",
|
|
383
383
|
fill: "#3B414D",
|
|
384
384
|
class: "primary"
|
|
385
385
|
}, null, -1), Du = [
|
|
386
386
|
Bu,
|
|
387
|
-
|
|
388
|
-
|
|
387
|
+
Au,
|
|
388
|
+
Lu
|
|
389
389
|
];
|
|
390
390
|
function Hu(e, i) {
|
|
391
391
|
return u(), m("svg", Su, Du);
|
|
@@ -522,7 +522,7 @@ const wh = /* @__PURE__ */ C(yh, [["render", kh]]), xh = {}, bh = {
|
|
|
522
522
|
function Bh(e, i) {
|
|
523
523
|
return u(), m("svg", bh, Sh);
|
|
524
524
|
}
|
|
525
|
-
const
|
|
525
|
+
const Ah = /* @__PURE__ */ C(xh, [["render", Bh]]), Lh = {}, Dh = {
|
|
526
526
|
width: "21",
|
|
527
527
|
height: "20",
|
|
528
528
|
viewBox: "0 0 21 20",
|
|
@@ -538,7 +538,7 @@ const Lh = /* @__PURE__ */ C(xh, [["render", Bh]]), Ah = {}, Dh = {
|
|
|
538
538
|
function zh(e, i) {
|
|
539
539
|
return u(), m("svg", Dh, Vh);
|
|
540
540
|
}
|
|
541
|
-
const Fh = /* @__PURE__ */ C(
|
|
541
|
+
const Fh = /* @__PURE__ */ C(Lh, [["render", zh]]), Th = {}, Ih = {
|
|
542
542
|
width: "40",
|
|
543
543
|
height: "40",
|
|
544
544
|
viewBox: "0 0 40 40",
|
|
@@ -667,17 +667,17 @@ const Mm = /* @__PURE__ */ C(Cm, [["render", bm]]), Sm = {}, Bm = {
|
|
|
667
667
|
viewBox: "0 0 24 24",
|
|
668
668
|
fill: "none",
|
|
669
669
|
xmlns: "http://www.w3.org/2000/svg"
|
|
670
|
-
},
|
|
670
|
+
}, Am = /* @__PURE__ */ c("path", {
|
|
671
671
|
"fill-rule": "evenodd",
|
|
672
672
|
"clip-rule": "evenodd",
|
|
673
673
|
d: "M6.5 23.613C6.773 23.862 7.125 24 7.5 24H11.499C12.326 24 12.999 23.327 12.999 22.5V11.317L16.717 22.704C16.919 23.323 17.492 23.739 18.144 23.739C18.302 23.739 18.458 23.714 18.609 23.665L22.409 22.424C22.79 22.3 23.1 22.035 23.281 21.677C23.462 21.319 23.494 20.913 23.369 20.532L17.78 3.412C17.655 3.034 17.39 2.727 17.036 2.547C16.826 2.44 16.591 2.384 16.358 2.384C16.2 2.384 16.043 2.409 15.891 2.459L12.091 3.7C11.71 3.824 11.4 4.089 11.219 4.447C11.038 4.805 11.007 5.211 11.131 5.592L11.938 8.065C11.798 8.022 11.651 8 11.5 8H7.5C7.328 8 7.159 8.03 7 8.088V1.5C7 0.673 6.327 0 5.5 0H1.5C0.673 0 0 0.673 0 1.5V22.5C0 23.327 0.673 24 1.5 24H5.5C5.875 24 6.226 23.862 6.5 23.613ZM9.49997 22C9.22397 22 8.99997 21.776 8.99997 21.5V20C8.99997 19.724 9.22397 19.5 9.49997 19.5C9.77597 19.5 9.99997 19.724 9.99997 20V21.5C9.99997 21.776 9.77497 22 9.49997 22ZM2.99997 15.5C2.99997 15.776 3.22397 16 3.49997 16C3.77497 16 3.99997 15.776 3.99997 15.5V2.5C3.99997 2.224 3.77597 2 3.49997 2C3.22397 2 2.99997 2.224 2.99997 2.5V15.5ZM9.49997 18.5C9.22397 18.5 8.99997 18.276 8.99997 18V10.5C8.99997 10.224 9.22397 10 9.49997 10C9.77597 10 9.99997 10.224 9.99997 10.5V18C9.99997 18.276 9.77497 18.5 9.49997 18.5ZM2.99597 21C2.99597 21.276 3.21997 21.5 3.49597 21.5C3.77097 21.5 3.99597 21.276 3.99597 21V18C3.99597 17.724 3.77197 17.5 3.49597 17.5C3.21997 17.5 2.99597 17.724 2.99597 18V21ZM17.87 15.464C17.653 15.464 17.462 15.325 17.395 15.119L14.293 5.612C14.251 5.485 14.261 5.35 14.322 5.231C14.383 5.112 14.486 5.024 14.613 4.982C14.664 4.966 14.716 4.957 14.769 4.957C14.986 4.957 15.176 5.096 15.244 5.302L18.346 14.809C18.388 14.936 18.377 15.071 18.317 15.191C18.257 15.311 18.153 15.399 18.026 15.44C17.975 15.456 17.923 15.464 17.87 15.464ZM19.096 20.349C19.164 20.555 19.355 20.694 19.572 20.694C19.624 20.694 19.676 20.686 19.727 20.67C19.989 20.584 20.133 20.302 20.048 20.04L19.118 17.188C19.051 16.982 18.86 16.843 18.642 16.843C18.59 16.843 18.538 16.851 18.487 16.867C18.225 16.953 18.081 17.235 18.166 17.497L19.096 20.349Z",
|
|
674
674
|
fill: "#67738B",
|
|
675
675
|
class: "primary"
|
|
676
|
-
}, null, -1),
|
|
677
|
-
|
|
676
|
+
}, null, -1), Lm = [
|
|
677
|
+
Am
|
|
678
678
|
];
|
|
679
679
|
function Dm(e, i) {
|
|
680
|
-
return u(), m("svg", Bm,
|
|
680
|
+
return u(), m("svg", Bm, Lm);
|
|
681
681
|
}
|
|
682
682
|
const Hm = /* @__PURE__ */ C(Sm, [["render", Dm]]), Vm = {}, zm = {
|
|
683
683
|
width: "40",
|
|
@@ -875,21 +875,21 @@ const yp = /* @__PURE__ */ C(cp, [["render", vp]]), gp = {}, _p = {
|
|
|
875
875
|
function Mp(e, i) {
|
|
876
876
|
return u(), m("svg", _p, bp);
|
|
877
877
|
}
|
|
878
|
-
const Sp = /* @__PURE__ */ C(gp, [["render", Mp]]), Bp = {},
|
|
878
|
+
const Sp = /* @__PURE__ */ C(gp, [["render", Mp]]), Bp = {}, Ap = {
|
|
879
879
|
width: "40",
|
|
880
880
|
height: "40",
|
|
881
881
|
viewBox: "0 0 40 40",
|
|
882
882
|
fill: "none",
|
|
883
883
|
xmlns: "http://www.w3.org/2000/svg"
|
|
884
|
-
},
|
|
884
|
+
}, Lp = /* @__PURE__ */ c("path", {
|
|
885
885
|
d: "M34.8101 11.2317L31.1009 7.5118C31.0391 7.44994 30.9658 7.40086 30.8851 7.36738C30.8044 7.33389 30.7179 7.31665 30.6306 7.31665C30.5432 7.31665 30.4567 7.33389 30.376 7.36738C30.2953 7.40086 30.222 7.44994 30.1603 7.5118L14.4942 23.1885C14.4325 23.2503 14.3592 23.2994 14.2785 23.3329C14.1978 23.3664 14.1113 23.3836 14.0239 23.3836C13.9365 23.3836 13.85 23.3664 13.7693 23.3329C13.6886 23.2994 13.6153 23.2503 13.5536 23.1885L9.84435 19.4686C9.78264 19.4067 9.70934 19.3576 9.62864 19.3242C9.54794 19.2907 9.46142 19.2734 9.37405 19.2734C9.28667 19.2734 9.20016 19.2907 9.11946 19.3242C9.03876 19.3576 8.96545 19.4067 8.90375 19.4686L5.19449 23.1885C5.06996 23.313 5 23.482 5 23.6581C5 23.8343 5.06996 24.0032 5.19449 24.1278L13.5536 32.4882C13.6153 32.5501 13.6886 32.5991 13.7693 32.6326C13.85 32.6661 13.9365 32.6834 14.0239 32.6834C14.1113 32.6834 14.1978 32.6661 14.2785 32.6326C14.3592 32.5991 14.4325 32.5501 14.4942 32.4882L34.8101 12.1617C34.9318 12.0375 35 11.8706 35 11.6967C35 11.5228 34.9318 11.3559 34.8101 11.2317Z",
|
|
886
886
|
fill: "#3B414D",
|
|
887
887
|
class: "primary"
|
|
888
888
|
}, null, -1), Dp = [
|
|
889
|
-
|
|
889
|
+
Lp
|
|
890
890
|
];
|
|
891
891
|
function Hp(e, i) {
|
|
892
|
-
return u(), m("svg",
|
|
892
|
+
return u(), m("svg", Ap, Dp);
|
|
893
893
|
}
|
|
894
894
|
const Vp = /* @__PURE__ */ C(Bp, [["render", Hp]]), zp = {}, Fp = {
|
|
895
895
|
width: "40",
|
|
@@ -1048,14 +1048,14 @@ const xv = /* @__PURE__ */ C(gv, [["render", wv]]), bv = {}, Mv = {
|
|
|
1048
1048
|
d: "M9.6877 35.0005C7.10281 35.0005 5.0004 32.8981 5.0004 30.3132V11.564C5.0004 8.97912 7.10281 6.87671 9.6877 6.87671H25.6245C26.142 6.87671 26.562 7.29669 26.562 7.81417C26.562 8.33165 26.142 8.75163 25.6245 8.75163H9.6877C8.13652 8.75163 6.87532 10.0141 6.87532 11.564V30.3132C6.87532 31.8644 8.13652 33.1256 9.6877 33.1256H28.4369C29.9881 33.1256 31.2493 31.8644 31.2493 30.3132V18.1262C31.2493 17.6088 31.6693 17.1888 32.1868 17.1888C32.7042 17.1888 33.1242 17.6088 33.1242 18.1262V30.3132C33.1242 32.8981 31.0218 35.0005 28.4369 35.0005H9.6877Z",
|
|
1049
1049
|
fill: "#3B414D",
|
|
1050
1050
|
class: "primary"
|
|
1051
|
-
}, null, -1),
|
|
1051
|
+
}, null, -1), Av = [
|
|
1052
1052
|
Sv,
|
|
1053
1053
|
Bv
|
|
1054
1054
|
];
|
|
1055
|
-
function
|
|
1056
|
-
return u(), m("svg", Mv,
|
|
1055
|
+
function Lv(e, i) {
|
|
1056
|
+
return u(), m("svg", Mv, Av);
|
|
1057
1057
|
}
|
|
1058
|
-
const Dv = /* @__PURE__ */ C(bv, [["render",
|
|
1058
|
+
const Dv = /* @__PURE__ */ C(bv, [["render", Lv]]), Hv = {}, Vv = {
|
|
1059
1059
|
width: "40",
|
|
1060
1060
|
height: "40",
|
|
1061
1061
|
viewBox: "0 0 40 40",
|
|
@@ -1205,10 +1205,10 @@ const xy = /* @__PURE__ */ C(yy, [["render", wy]]), by = {}, My = {
|
|
|
1205
1205
|
}, null, -1), By = [
|
|
1206
1206
|
Sy
|
|
1207
1207
|
];
|
|
1208
|
-
function
|
|
1208
|
+
function Ay(e, i) {
|
|
1209
1209
|
return u(), m("svg", My, By);
|
|
1210
1210
|
}
|
|
1211
|
-
const
|
|
1211
|
+
const Ly = /* @__PURE__ */ C(by, [["render", Ay]]), Dy = {}, Hy = {
|
|
1212
1212
|
width: "40",
|
|
1213
1213
|
height: "40",
|
|
1214
1214
|
viewBox: "0 0 40 40",
|
|
@@ -1357,16 +1357,16 @@ const kg = /* @__PURE__ */ C(vg, [["render", Cg]]), wg = {}, xg = {
|
|
|
1357
1357
|
}, null, -1), Bg = /* @__PURE__ */ c("path", {
|
|
1358
1358
|
d: "M13.7932 19.9825C13.7968 18.1293 14.9519 16.5489 16.5807 15.9209V24.0433C14.9519 23.4156 13.7967 21.8361 13.7932 19.9826V19.9825ZM19.6887 24.0453V15.9211C21.3182 16.5476 22.4751 18.1289 22.4781 19.983C22.4751 21.8377 21.3182 23.4178 19.6887 24.0455V24.0453Z",
|
|
1359
1359
|
fill: "#0079BE"
|
|
1360
|
-
}, null, -1),
|
|
1360
|
+
}, null, -1), Ag = [
|
|
1361
1361
|
bg,
|
|
1362
1362
|
Mg,
|
|
1363
1363
|
Sg,
|
|
1364
1364
|
Bg
|
|
1365
1365
|
];
|
|
1366
|
-
function
|
|
1367
|
-
return u(), m("svg", xg,
|
|
1366
|
+
function Lg(e, i) {
|
|
1367
|
+
return u(), m("svg", xg, Ag);
|
|
1368
1368
|
}
|
|
1369
|
-
const Dg = /* @__PURE__ */ C(wg, [["render",
|
|
1369
|
+
const Dg = /* @__PURE__ */ C(wg, [["render", Lg]]), Hg = {}, Vg = {
|
|
1370
1370
|
width: "40",
|
|
1371
1371
|
height: "40",
|
|
1372
1372
|
viewBox: "0 0 40 40",
|
|
@@ -1522,7 +1522,7 @@ const k_ = /* @__PURE__ */ C(h_, [["render", C_]]), w_ = {}, x_ = {
|
|
|
1522
1522
|
function S_(e, i) {
|
|
1523
1523
|
return u(), m("svg", x_, M_);
|
|
1524
1524
|
}
|
|
1525
|
-
const B_ = /* @__PURE__ */ C(w_, [["render", S_]]),
|
|
1525
|
+
const B_ = /* @__PURE__ */ C(w_, [["render", S_]]), A_ = {}, L_ = {
|
|
1526
1526
|
width: "40",
|
|
1527
1527
|
height: "40",
|
|
1528
1528
|
viewBox: "0 0 40 40",
|
|
@@ -1546,9 +1546,9 @@ const B_ = /* @__PURE__ */ C(w_, [["render", S_]]), L_ = {}, A_ = {
|
|
|
1546
1546
|
V_
|
|
1547
1547
|
];
|
|
1548
1548
|
function F_(e, i) {
|
|
1549
|
-
return u(), m("svg",
|
|
1549
|
+
return u(), m("svg", L_, z_);
|
|
1550
1550
|
}
|
|
1551
|
-
const T_ = /* @__PURE__ */ C(
|
|
1551
|
+
const T_ = /* @__PURE__ */ C(A_, [["render", F_]]), I_ = {}, P_ = {
|
|
1552
1552
|
width: "40",
|
|
1553
1553
|
height: "40",
|
|
1554
1554
|
viewBox: "0 0 40 40",
|
|
@@ -1677,13 +1677,13 @@ const CC = /* @__PURE__ */ C(pC, [["render", _C]]), kC = {}, wC = {
|
|
|
1677
1677
|
function MC(e, i) {
|
|
1678
1678
|
return u(), m("svg", wC, bC);
|
|
1679
1679
|
}
|
|
1680
|
-
const SC = /* @__PURE__ */ C(kC, [["render", MC]]), BC = {},
|
|
1680
|
+
const SC = /* @__PURE__ */ C(kC, [["render", MC]]), BC = {}, AC = {
|
|
1681
1681
|
width: "40",
|
|
1682
1682
|
height: "40",
|
|
1683
1683
|
viewBox: "0 0 40 40",
|
|
1684
1684
|
fill: "none",
|
|
1685
1685
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1686
|
-
},
|
|
1686
|
+
}, LC = /* @__PURE__ */ c("path", {
|
|
1687
1687
|
d: "M20 9.37549C16.0231 9.37979 12.2103 10.9615 9.39815 13.7736C6.58604 16.5858 5.0043 20.3986 5 24.3755L5 27.5005C5 28.3293 5.32924 29.1241 5.91529 29.7102C6.50134 30.2962 7.2962 30.6255 8.125 30.6255H31.875C32.2854 30.6255 32.6917 30.5447 33.0709 30.3876C33.45 30.2306 33.7945 30.0004 34.0847 29.7102C34.3749 29.42 34.6051 29.0755 34.7621 28.6964C34.9192 28.3172 35 27.9109 35 27.5005V24.3755C34.9957 20.3986 33.414 16.5858 30.6019 13.7736C27.7897 10.9615 23.9769 9.37979 20 9.37549ZM31.875 25.938H29.375C29.1264 25.938 28.8879 25.8392 28.7121 25.6634C28.5363 25.4876 28.4375 25.2491 28.4375 25.0005C28.4375 24.7518 28.5363 24.5134 28.7121 24.3376C28.8879 24.1618 29.1264 24.063 29.375 24.063H31.875C32.1236 24.063 32.3621 24.1618 32.5379 24.3376C32.7137 24.5134 32.8125 24.7518 32.8125 25.0005C32.8125 25.2491 32.7137 25.4876 32.5379 25.6634C32.3621 25.8392 32.1236 25.938 31.875 25.938ZM28.4325 21.168C28.2263 21.1675 28.0261 21.0991 27.8627 20.9735C27.6992 20.8478 27.5817 20.6718 27.5282 20.4727C27.4748 20.2736 27.4883 20.0625 27.5668 19.8718C27.6453 19.6812 27.7843 19.5217 27.9625 19.418L30.1275 18.168C30.2342 18.1064 30.352 18.0665 30.4741 18.0505C30.5962 18.0344 30.7203 18.0426 30.8393 18.0745C30.9583 18.1064 31.0698 18.1615 31.1675 18.2365C31.2652 18.3115 31.3472 18.405 31.4088 18.5117C31.4703 18.6184 31.5102 18.7362 31.5263 18.8583C31.5423 18.9805 31.5342 19.1046 31.5022 19.2236C31.4703 19.3425 31.4153 19.4541 31.3402 19.5518C31.2652 19.6495 31.1717 19.7314 31.065 19.793L28.9 21.043C28.758 21.1255 28.5967 21.1686 28.4325 21.168ZM23.4375 24.3755C23.4365 25.0979 23.2075 25.8016 22.7833 26.3864C22.359 26.9712 21.7611 27.4071 21.0746 27.6322C20.3881 27.8574 19.6481 27.8601 18.9599 27.6402C18.2718 27.4202 17.6706 26.9887 17.2419 26.4072C16.8133 25.8256 16.5791 25.1237 16.5726 24.4013C16.5662 23.6788 16.7879 22.9728 17.2061 22.3837C17.6243 21.7946 18.2177 21.3525 18.9018 21.1203C19.5859 20.8881 20.3259 20.8776 21.0163 21.0905L25.6925 13.893C25.7596 13.7897 25.8465 13.7007 25.948 13.631C26.0495 13.5613 26.1638 13.5123 26.2843 13.4868C26.4048 13.4612 26.5291 13.4597 26.6502 13.4822C26.7713 13.5047 26.8867 13.5508 26.99 13.618C27.0933 13.6851 27.1823 13.7719 27.252 13.8735C27.3217 13.975 27.3707 14.0893 27.3962 14.2098C27.4218 14.3303 27.4233 14.4546 27.4008 14.5757C27.3783 14.6968 27.3321 14.8122 27.265 14.9155L22.5863 22.1155C23.1356 22.7401 23.4382 23.5437 23.4375 24.3755ZM15.24 17.3755C15.0248 17.4981 14.77 17.5315 14.5304 17.4684C14.2909 17.4053 14.0856 17.2508 13.9587 17.038L12.7087 14.873C12.5844 14.6575 12.5508 14.4015 12.6153 14.1612C12.6797 13.9209 12.837 13.7161 13.0525 13.5917C13.268 13.4674 13.524 13.4338 13.7643 13.4983C14.0046 13.5627 14.2094 13.72 14.3337 13.9355L15.5837 16.1005C15.7066 16.3153 15.7394 16.57 15.6749 16.8089C15.6105 17.0478 15.4542 17.2515 15.24 17.3755ZM11.1 21.0405L8.935 19.7905C8.71951 19.6662 8.56224 19.4613 8.49777 19.2211C8.4333 18.9808 8.46693 18.7247 8.59125 18.5092C8.71557 18.2937 8.9204 18.1365 9.16068 18.072C9.40096 18.0075 9.65701 18.0412 9.8725 18.1655L12.0375 19.4155C12.144 19.4774 12.2373 19.5597 12.3119 19.6577C12.3865 19.7558 12.4411 19.8675 12.4725 19.9867C12.5038 20.1058 12.5113 20.23 12.4946 20.352C12.4779 20.4741 12.4372 20.5917 12.375 20.698C12.2483 20.9092 12.0446 21.063 11.8067 21.1269C11.5688 21.1908 11.3155 21.1598 11.1 21.0405ZM11.5625 25.0005C11.5625 25.2491 11.4637 25.4876 11.2879 25.6634C11.1121 25.8392 10.8736 25.938 10.625 25.938H8.125C7.87636 25.938 7.6379 25.8392 7.46209 25.6634C7.28627 25.4876 7.1875 25.2491 7.1875 25.0005C7.1875 24.7518 7.28627 24.5134 7.46209 24.3376C7.6379 24.1618 7.87636 24.063 8.125 24.063H10.625C10.8736 24.063 11.1121 24.1618 11.2879 24.3376C11.4637 24.5134 11.5625 24.7518 11.5625 25.0005ZM20 11.563C20.2486 11.563 20.4871 11.6618 20.6629 11.8376C20.8387 12.0134 20.9375 12.2518 20.9375 12.5005V15.0005C20.9375 15.2491 20.8387 15.4876 20.6629 15.6634C20.4871 15.8392 20.2486 15.938 20 15.938C19.7514 15.938 19.5129 15.8392 19.3371 15.6634C19.1613 15.4876 19.0625 15.2491 19.0625 15.0005V12.5005C19.0625 12.2518 19.1613 12.0134 19.3371 11.8376C19.5129 11.6618 19.7514 11.563 20 11.563Z",
|
|
1688
1688
|
fill: "#3B414D",
|
|
1689
1689
|
class: "primary"
|
|
@@ -1692,11 +1692,11 @@ const SC = /* @__PURE__ */ C(kC, [["render", MC]]), BC = {}, LC = {
|
|
|
1692
1692
|
fill: "#3B414D",
|
|
1693
1693
|
class: "primary"
|
|
1694
1694
|
}, null, -1), HC = [
|
|
1695
|
-
|
|
1695
|
+
LC,
|
|
1696
1696
|
DC
|
|
1697
1697
|
];
|
|
1698
1698
|
function VC(e, i) {
|
|
1699
|
-
return u(), m("svg",
|
|
1699
|
+
return u(), m("svg", AC, HC);
|
|
1700
1700
|
}
|
|
1701
1701
|
const zC = /* @__PURE__ */ C(BC, [["render", VC]]), FC = {}, TC = {
|
|
1702
1702
|
width: "40",
|
|
@@ -1831,13 +1831,13 @@ const bk = /* @__PURE__ */ C(_k, [["render", xk]]), Mk = {}, Sk = {
|
|
|
1831
1831
|
d: "M20 35.0005C18.4487 35.0005 17.1875 33.7392 17.1875 32.188C17.1875 30.6367 18.4487 29.3755 20 29.3755H21.875C23.075 29.3755 24.135 30.1442 24.5263 31.2505H26.5625C28.1138 31.2505 29.375 29.9892 29.375 28.438C28.3412 28.438 27.5 27.5967 27.5 26.563V17.188C27.5 16.1705 28.3162 15.3392 29.3275 15.313C28.8563 10.5442 24.85 6.87549 20 6.87549C15.15 6.87549 11.1438 10.5442 10.6725 15.313C11.6838 15.3392 12.5 16.1705 12.5 17.188V26.563C12.5 27.5967 11.6588 28.438 10.625 28.438H9.6875C7.1025 28.438 5 26.3355 5 23.7505V20.0005C5 17.738 6.60125 15.8267 8.78375 15.4017C9.22 9.53799 14.0737 5.00049 20 5.00049C25.9263 5.00049 30.7812 9.53799 31.2162 15.4017C33.3988 15.8267 35 17.738 35 20.0005V23.7505C35 25.9992 33.415 27.9042 31.25 28.3417V28.438C31.25 31.023 29.1475 33.1255 26.5625 33.1255H24.5263C24.135 34.2317 23.075 35.0005 21.875 35.0005H20ZM20 31.2505C19.4825 31.2505 19.0625 31.6705 19.0625 32.188C19.0625 32.7055 19.4825 33.1255 20 33.1255H21.875C22.3925 33.1255 22.8125 32.7055 22.8125 32.188C22.8125 31.6705 22.3925 31.2505 21.875 31.2505H20ZM29.375 26.563H30.3125C31.8638 26.563 33.125 25.3017 33.125 23.7505V20.0005C33.125 18.4492 31.8638 17.188 30.3125 17.188H29.375V26.563ZM9.6875 17.188C8.13625 17.188 6.875 18.4492 6.875 20.0005V23.7505C6.875 25.3017 8.13625 26.563 9.6875 26.563H10.625V17.188H9.6875Z",
|
|
1832
1832
|
fill: "#3B414D",
|
|
1833
1833
|
class: "primary"
|
|
1834
|
-
}, null, -1),
|
|
1834
|
+
}, null, -1), Ak = [
|
|
1835
1835
|
Bk
|
|
1836
1836
|
];
|
|
1837
|
-
function
|
|
1838
|
-
return u(), m("svg", Sk,
|
|
1837
|
+
function Lk(e, i) {
|
|
1838
|
+
return u(), m("svg", Sk, Ak);
|
|
1839
1839
|
}
|
|
1840
|
-
const Dk = /* @__PURE__ */ C(Mk, [["render",
|
|
1840
|
+
const Dk = /* @__PURE__ */ C(Mk, [["render", Lk]]), Hk = {}, Vk = {
|
|
1841
1841
|
width: "40",
|
|
1842
1842
|
height: "40",
|
|
1843
1843
|
viewBox: "0 0 40 40",
|
|
@@ -1977,17 +1977,17 @@ const Cw = /* @__PURE__ */ C(pw, [["render", _w]]), kw = {}, ww = {
|
|
|
1977
1977
|
function Mw(e, i) {
|
|
1978
1978
|
return u(), m("svg", ww, bw);
|
|
1979
1979
|
}
|
|
1980
|
-
const Sw = /* @__PURE__ */ C(kw, [["render", Mw]]), Bw = {},
|
|
1980
|
+
const Sw = /* @__PURE__ */ C(kw, [["render", Mw]]), Bw = {}, Aw = {
|
|
1981
1981
|
width: "40",
|
|
1982
1982
|
height: "40",
|
|
1983
1983
|
viewBox: "0 0 40 40",
|
|
1984
1984
|
fill: "none",
|
|
1985
1985
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1986
|
-
},
|
|
1987
|
-
|
|
1986
|
+
}, Lw = /* @__PURE__ */ we('<path d="M5 12.5005C5 11.1198 6.11929 10.0005 7.5 10.0005H32.5C33.8807 10.0005 35 11.1198 35 12.5005V27.5005C35 28.8812 33.8807 30.0005 32.5 30.0005H7.5C6.11929 30.0005 5 28.8812 5 27.5005V12.5005Z" fill="#CCEAFF"></path><path d="M30 24.5936C30 26.3115 28.6076 27.7045 26.8892 27.7045H10V15.4078C10 13.6894 11.3924 12.2964 13.1111 12.2964H29.9999L29.9998 24.5935L30 24.5936Z" fill="white"></path><path d="M24.4941 20.2703C24.9765 20.2808 25.4616 20.249 25.9421 20.2868C26.4287 20.3776 26.546 21.1142 26.1137 21.3555C25.8187 21.5144 25.4683 21.4146 25.1486 21.4427H24.4941V20.2703V20.2703ZM26.221 18.9433C26.3282 19.3216 25.9635 19.6613 25.5992 19.6092H24.4941C24.5019 19.2524 24.4789 18.8652 24.5053 18.5273C24.948 18.5397 25.3948 18.5018 25.8349 18.5471C26.024 18.5946 26.1823 18.7501 26.221 18.9433V18.9433ZM28.8805 13.3333C28.9011 14.0557 28.8835 14.8164 28.8894 15.5535C28.888 18.5503 28.8923 21.547 28.8871 24.544C28.8677 25.6671 27.8723 26.6431 26.7569 26.6655C25.6405 26.67 24.5239 26.6662 23.4073 26.6674V22.1369C24.6239 22.1306 25.8411 22.1496 27.0572 22.1274C27.6213 22.0919 28.2392 21.7197 28.2655 21.0989C28.3319 20.4754 27.7441 20.0441 27.186 19.976C26.9714 19.9704 26.9777 19.9135 27.186 19.8886C27.7183 19.7736 28.1363 19.2226 27.9797 18.6709C27.8462 18.0906 27.2048 17.8659 26.6713 17.8671C25.5835 17.8597 24.4954 17.866 23.4076 17.8639C23.4146 17.0181 23.3929 16.1714 23.4192 15.3262C23.5054 14.2233 24.5258 13.3138 25.6255 13.3336C26.7107 13.3334 27.7956 13.3334 28.8805 13.3334V13.3333Z" fill="url(#paint0_linear)"></path><path d="M11.1141 15.4404C11.1419 14.319 12.1415 13.3511 13.2555 13.3347C14.3678 13.3313 15.4802 13.3342 16.5926 13.3332C16.5895 17.085 16.5986 20.8373 16.588 24.5889C16.5451 25.6966 15.5564 26.646 14.4546 26.6657C13.3402 26.6697 12.2257 26.6662 11.1112 26.6673V21.984C12.1937 22.2398 13.3289 22.3486 14.4332 22.179C15.0934 22.0728 15.8156 21.7486 16.0391 21.0638C16.2036 20.478 16.111 19.8614 16.1355 19.2602V17.8638H14.2243C14.2157 18.7873 14.2419 19.7124 14.2104 20.6348C14.1589 21.2018 13.5975 21.562 13.0628 21.5427C12.3996 21.5498 11.0855 21.0622 11.0855 21.0622C11.0822 19.3319 11.1048 17.165 11.1141 15.4405V15.4404Z" fill="url(#paint1_linear)"></path><path d="M17.3051 18.427C17.2045 18.4484 17.2848 18.0843 17.2591 17.9463C17.266 17.0732 17.2448 16.1991 17.2708 15.3267C17.3568 14.2191 18.385 13.3074 19.4891 13.3333H22.7407C22.7377 17.0851 22.7467 20.8373 22.7361 24.5889C22.6932 25.6966 21.7045 26.6461 20.6026 26.6657C19.4882 26.6699 18.3736 26.6664 17.2591 26.6674V21.5362C18.0203 22.1608 19.0548 22.258 20.0031 22.2597C20.718 22.2594 21.4287 22.1492 22.123 21.9843V21.0443C21.3406 21.4342 20.4208 21.6819 19.5535 21.4579C18.9485 21.3073 18.5093 20.7226 18.5191 20.0982C18.449 19.4489 18.8296 18.7634 19.4677 18.5704C20.2599 18.3224 21.1233 18.5121 21.8659 18.8345C22.025 18.9178 22.1865 19.0211 22.1229 18.7552V18.0163C20.8809 17.7208 19.5592 17.6121 18.3115 17.9335C17.9503 18.0354 17.5984 18.1899 17.3051 18.4271V18.427Z" fill="url(#paint2_linear)"></path><defs><linearGradient id="paint0_linear" x1="23.3699" y1="19.7153" x2="28.8548" y2="19.7153" gradientUnits="userSpaceOnUse"><stop stop-color="#007B40"></stop><stop offset="1" stop-color="#55B330"></stop></linearGradient><linearGradient id="paint1_linear" x1="10.9946" y1="20.128" x2="16.5027" y2="20.128" gradientUnits="userSpaceOnUse"><stop stop-color="#1D2970"></stop><stop offset="1" stop-color="#006DBA"></stop></linearGradient><linearGradient id="paint2_linear" x1="17.251" y1="19.8444" x2="22.7397" y2="19.8444" gradientUnits="userSpaceOnUse"><stop stop-color="#6E2B2F"></stop><stop offset="1" stop-color="#E30138"></stop></linearGradient></defs>', 6), Dw = [
|
|
1987
|
+
Lw
|
|
1988
1988
|
];
|
|
1989
1989
|
function Hw(e, i) {
|
|
1990
|
-
return u(), m("svg",
|
|
1990
|
+
return u(), m("svg", Aw, Dw);
|
|
1991
1991
|
}
|
|
1992
1992
|
const Vw = /* @__PURE__ */ C(Bw, [["render", Hw]]), zw = {}, Fw = {
|
|
1993
1993
|
width: "40",
|
|
@@ -2133,7 +2133,7 @@ const gx = /* @__PURE__ */ C(lx, [["render", yx]]), _x = {}, Cx = {
|
|
|
2133
2133
|
function Sx(e, i) {
|
|
2134
2134
|
return u(), m("svg", Cx, Mx);
|
|
2135
2135
|
}
|
|
2136
|
-
const Bx = /* @__PURE__ */ C(_x, [["render", Sx]]),
|
|
2136
|
+
const Bx = /* @__PURE__ */ C(_x, [["render", Sx]]), Ax = {}, Lx = {
|
|
2137
2137
|
width: "40",
|
|
2138
2138
|
height: "40",
|
|
2139
2139
|
viewBox: "0 0 40 40",
|
|
@@ -2143,9 +2143,9 @@ const Bx = /* @__PURE__ */ C(_x, [["render", Sx]]), Lx = {}, Ax = {
|
|
|
2143
2143
|
Dx
|
|
2144
2144
|
];
|
|
2145
2145
|
function Vx(e, i) {
|
|
2146
|
-
return u(), m("svg",
|
|
2146
|
+
return u(), m("svg", Lx, Hx);
|
|
2147
2147
|
}
|
|
2148
|
-
const zx = /* @__PURE__ */ C(
|
|
2148
|
+
const zx = /* @__PURE__ */ C(Ax, [["render", Vx]]), Fx = {}, Tx = {
|
|
2149
2149
|
width: "40",
|
|
2150
2150
|
height: "40",
|
|
2151
2151
|
viewBox: "0 0 40 40",
|
|
@@ -2283,7 +2283,7 @@ const kb = /* @__PURE__ */ C(vb, [["render", Cb]]), wb = {}, xb = {
|
|
|
2283
2283
|
function Sb(e, i) {
|
|
2284
2284
|
return u(), m("svg", xb, Mb);
|
|
2285
2285
|
}
|
|
2286
|
-
const Bb = /* @__PURE__ */ C(wb, [["render", Sb]]),
|
|
2286
|
+
const Bb = /* @__PURE__ */ C(wb, [["render", Sb]]), Ab = {}, Lb = {
|
|
2287
2287
|
width: "40",
|
|
2288
2288
|
height: "40",
|
|
2289
2289
|
viewBox: "0 0 40 40",
|
|
@@ -2297,9 +2297,9 @@ const Bb = /* @__PURE__ */ C(wb, [["render", Sb]]), Lb = {}, Ab = {
|
|
|
2297
2297
|
Db
|
|
2298
2298
|
];
|
|
2299
2299
|
function Vb(e, i) {
|
|
2300
|
-
return u(), m("svg",
|
|
2300
|
+
return u(), m("svg", Lb, Hb);
|
|
2301
2301
|
}
|
|
2302
|
-
const zb = /* @__PURE__ */ C(
|
|
2302
|
+
const zb = /* @__PURE__ */ C(Ab, [["render", Vb]]), Fb = {}, Tb = {
|
|
2303
2303
|
width: "40",
|
|
2304
2304
|
height: "40",
|
|
2305
2305
|
viewBox: "0 0 40 40",
|
|
@@ -2440,10 +2440,10 @@ const CM = /* @__PURE__ */ C(pM, [["render", _M]]), kM = {}, wM = {
|
|
|
2440
2440
|
MM,
|
|
2441
2441
|
SM
|
|
2442
2442
|
];
|
|
2443
|
-
function
|
|
2443
|
+
function AM(e, i) {
|
|
2444
2444
|
return u(), m("svg", wM, BM);
|
|
2445
2445
|
}
|
|
2446
|
-
const
|
|
2446
|
+
const LM = /* @__PURE__ */ C(kM, [["render", AM]]), DM = {}, HM = {
|
|
2447
2447
|
width: "40",
|
|
2448
2448
|
height: "40",
|
|
2449
2449
|
viewBox: "0 0 40 40",
|
|
@@ -2574,13 +2574,13 @@ const CS = /* @__PURE__ */ C(pS, [["render", _S]]), kS = {}, wS = {
|
|
|
2574
2574
|
function MS(e, i) {
|
|
2575
2575
|
return u(), m("svg", wS, bS);
|
|
2576
2576
|
}
|
|
2577
|
-
const SS = /* @__PURE__ */ C(kS, [["render", MS]]), BS = {},
|
|
2577
|
+
const SS = /* @__PURE__ */ C(kS, [["render", MS]]), BS = {}, AS = {
|
|
2578
2578
|
width: "40",
|
|
2579
2579
|
height: "40",
|
|
2580
2580
|
viewBox: "0 0 40 40",
|
|
2581
2581
|
fill: "none",
|
|
2582
2582
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2583
|
-
},
|
|
2583
|
+
}, LS = /* @__PURE__ */ c("path", {
|
|
2584
2584
|
d: "M20 23.7505C19.4825 23.7505 19.0625 23.3305 19.0625 22.813V21.5555C19.0612 20.3655 19.815 19.2992 20.9375 18.903C22.0588 18.5067 22.8125 17.4405 22.8125 16.2517C22.8125 15.5005 22.52 14.7942 21.9887 14.263C21.4587 13.7317 20.7525 13.4392 20 13.4392C19.2487 13.4392 18.5425 13.7317 18.0113 14.263C17.48 14.793 17.1875 15.4992 17.1875 16.2505C17.1875 16.7667 16.7675 17.188 16.25 17.188C15.7325 17.188 15.3125 16.7667 15.3125 16.2505C15.3125 14.998 15.8012 13.8217 16.6862 12.9367C17.5712 12.0517 18.7487 11.5642 20 11.5642C22.585 11.5642 24.6875 13.668 24.6875 16.2517C24.6875 18.2342 23.4312 20.0092 21.5625 20.6705C21.1887 20.803 20.9375 21.158 20.9375 21.5542V22.813C20.9375 23.3305 20.5175 23.7505 20 23.7505Z",
|
|
2585
2585
|
fill: "#3B414D",
|
|
2586
2586
|
class: "primary"
|
|
@@ -2593,12 +2593,12 @@ const SS = /* @__PURE__ */ C(kS, [["render", MS]]), BS = {}, LS = {
|
|
|
2593
2593
|
fill: "#3B414D",
|
|
2594
2594
|
class: "primary"
|
|
2595
2595
|
}, null, -1), VS = [
|
|
2596
|
-
|
|
2596
|
+
LS,
|
|
2597
2597
|
DS,
|
|
2598
2598
|
HS
|
|
2599
2599
|
];
|
|
2600
2600
|
function zS(e, i) {
|
|
2601
|
-
return u(), m("svg",
|
|
2601
|
+
return u(), m("svg", AS, VS);
|
|
2602
2602
|
}
|
|
2603
2603
|
const FS = /* @__PURE__ */ C(BS, [["render", zS]]), TS = {}, IS = {
|
|
2604
2604
|
width: "40",
|
|
@@ -2740,13 +2740,13 @@ const bB = /* @__PURE__ */ C(gB, [["render", xB]]), MB = {}, SB = {
|
|
|
2740
2740
|
viewBox: "0 0 40 40",
|
|
2741
2741
|
fill: "none",
|
|
2742
2742
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2743
|
-
}, BB = /* @__PURE__ */ we('<path d="M24.6875 12.188C24.7704 12.188 24.8499 12.1551 24.9085 12.0965C24.9671 12.0379 25 11.9584 25 11.8755V10.0005C25 8.67441 24.4732 7.40264 23.5355 6.46495C22.5979 5.52727 21.3261 5.00049 20 5.00049C18.6739 5.00049 17.4022 5.52727 16.4645 6.46495C15.5268 7.40264 15 8.67441 15 10.0005V11.8755C14.9998 11.9166 15.0078 11.9573 15.0235 11.9953C15.0391 12.0333 15.0621 12.0678 15.0912 12.0968C15.1202 12.1259 15.1547 12.1489 15.1927 12.1645C15.2307 12.1802 15.2714 12.1882 15.3125 12.188H24.6875Z" fill="#3B414D" class="primary"></path><path d="M14.0625 26.563C14.0214 26.5628 13.9807 26.5708 13.9427 26.5864C13.9047 26.6021 13.8702 26.6251 13.8412 26.6542C13.8121 26.6832 13.7891 26.7177 13.7735 26.7557C13.7578 26.7937 13.7498 26.8344 13.75 26.8755V32.5005H12.5C12.1685 32.5005 11.8505 32.6322 11.6161 32.8666C11.3817 33.101 11.25 33.419 11.25 33.7505C11.25 34.082 11.3817 34.4 11.6161 34.6344C11.8505 34.8688 12.1685 35.0005 12.5 35.0005H18.125C18.4002 35.0005 18.6676 34.9097 18.8859 34.7422C19.1042 34.5747 19.2611 34.3398 19.3324 34.074C19.4036 33.8082 19.3851 33.5264 19.2798 33.2722C19.1745 33.018 18.9883 32.8056 18.75 32.668V26.8755C18.75 26.7926 18.7171 26.7131 18.6585 26.6545C18.5999 26.5959 18.5204 26.563 18.4375 26.563H14.0625Z" fill="#3B414D" class="primary"></path><path d="M21.5624 26.563C21.5214 26.5628 21.4807 26.5708 21.4427 26.5864C21.4047 26.6021 21.3702 26.6251 21.3411 26.6542C21.3121 26.6832 21.289 26.7177 21.2734 26.7557C21.2578 26.7937 21.2498 26.8344 21.2499 26.8755V32.668C21.0117 32.8056 20.8254 33.018 20.7201 33.2722C20.6148 33.5264 20.5964 33.8082 20.6676 34.074C20.7388 34.3398 20.8957 34.5747 21.114 34.7422C21.3323 34.9097 21.5998 35.0005 21.8749 35.0005H27.4999C27.8315 35.0005 28.1494 34.8688 28.3838 34.6344C28.6182 34.4 28.7499 34.082 28.7499 33.7505C28.7499 33.419 28.6182 33.101 28.3838 32.8666C28.1494 32.6322 27.8315 32.5005 27.4999 32.5005H26.2499V26.8755C26.2499 26.7926 26.217 26.7131 26.1584 26.6545C26.0998 26.5959 26.0203 26.563 25.9374 26.563H21.5624Z" fill="#3B414D" class="primary"></path><path d="M33.1249 22.2118V19.5005C33.1365 18.2056 32.6995 16.9466 31.8881 15.9374C31.0766 14.9282 29.9409 14.231 28.6737 13.9643C28.6202 13.9509 28.5641 13.9519 28.5112 13.9673C28.4583 13.9827 28.4104 14.0118 28.3724 14.0518C28.3343 14.0919 28.3075 14.1413 28.2945 14.195C28.2816 14.2488 28.283 14.305 28.2987 14.358C28.5129 15.061 28.6836 15.7766 28.8099 16.5005C28.8178 16.5477 28.8364 16.5924 28.8644 16.6312C28.8924 16.6701 28.9289 16.7019 28.9712 16.7243C29.4815 16.9829 29.9078 17.3811 30.2006 17.8726C30.4934 18.3641 30.6405 18.9287 30.6249 19.5005V22.2118C30.1483 22.487 29.7758 22.9117 29.5652 23.4201C29.3546 23.9286 29.3177 24.4923 29.4601 25.0239C29.6025 25.5555 29.9164 26.0252 30.353 26.3602C30.7896 26.6953 31.3246 26.8768 31.8749 26.8769C32.4252 26.8768 32.9602 26.6953 33.3968 26.3602C33.8334 26.0252 34.1473 25.5555 34.2897 25.0239C34.4322 24.4923 34.3952 23.9286 34.1846 23.4201C33.974 22.9117 33.6015 22.487 33.1249 22.2118Z" fill="#3B414D" class="primary"></path><path d="M6.875 19.5006V22.2118C6.3984 22.487 6.02591 22.9117 5.8153 23.4202C5.6047 23.9286 5.56775 24.4923 5.71019 25.0239C5.85262 25.5555 6.16649 26.0252 6.6031 26.3603C7.03971 26.6953 7.57467 26.8769 8.125 26.8769C8.67534 26.8769 9.21029 26.6953 9.6469 26.3603C10.0835 26.0252 10.3974 25.5555 10.5398 25.0239C10.6823 24.4923 10.6453 23.9286 10.4347 23.4202C10.2241 22.9117 9.8516 22.487 9.375 22.2118V19.5006C9.36006 18.9293 9.50737 18.3655 9.79985 17.8746C10.0923 17.3836 10.518 16.9856 11.0275 16.7268C11.0698 16.7043 11.1064 16.6724 11.1345 16.6336C11.1627 16.5949 11.1816 16.5502 11.19 16.5031C11.3159 15.7783 11.4862 15.062 11.7 14.3581C11.716 14.3052 11.7177 14.249 11.705 14.1952C11.6922 14.1414 11.6653 14.092 11.6272 14.0519C11.5891 14.0119 11.541 13.9827 11.4879 13.9673C11.4348 13.9519 11.3786 13.9509 11.325 13.9643C10.058 14.2313 8.92255 14.9286 8.11137 15.9378C7.3002 16.947 6.86334 18.2058 6.875 19.5006Z" fill="#3B414D" class="primary"></path><path d="M26.3025 14.2742C26.2812 14.2126 26.2412 14.1591 26.1881 14.1213C26.1351 14.0834 26.0715 14.063 26.0063 14.063H13.9925C13.9273 14.063 13.8637 14.0834 13.8106 14.1213C13.7575 14.1591 13.7176 14.2126 13.6963 14.2742C12.5269 17.575 12.5269 21.1773 13.6963 24.478C13.7177 24.5392 13.7576 24.5922 13.8104 24.6298C13.8632 24.6674 13.9264 24.6878 13.9913 24.688H26.0075C26.0724 24.6878 26.1355 24.6674 26.1884 24.6298C26.2412 24.5922 26.2811 24.5392 26.3025 24.478C27.4719 21.1773 27.4719 17.575 26.3025 14.2742ZM23.125 19.3755C22.8778 19.3755 22.6361 19.3022 22.4306 19.1648C22.225 19.0275 22.0648 18.8322 21.9702 18.6038C21.8756 18.3754 21.8508 18.1241 21.899 17.8816C21.9473 17.6391 22.0663 17.4164 22.2411 17.2416C22.416 17.0668 22.6387 16.9477 22.8812 16.8995C23.1236 16.8513 23.375 16.876 23.6034 16.9706C23.8318 17.0652 24.027 17.2255 24.1644 17.431C24.3017 17.6366 24.375 17.8783 24.375 18.1255C24.375 18.457 24.2433 18.775 24.0089 19.0094C23.7745 19.2438 23.4565 19.3755 23.125 19.3755Z" fill="#3B414D" class="primary"></path>', 6),
|
|
2743
|
+
}, BB = /* @__PURE__ */ we('<path d="M24.6875 12.188C24.7704 12.188 24.8499 12.1551 24.9085 12.0965C24.9671 12.0379 25 11.9584 25 11.8755V10.0005C25 8.67441 24.4732 7.40264 23.5355 6.46495C22.5979 5.52727 21.3261 5.00049 20 5.00049C18.6739 5.00049 17.4022 5.52727 16.4645 6.46495C15.5268 7.40264 15 8.67441 15 10.0005V11.8755C14.9998 11.9166 15.0078 11.9573 15.0235 11.9953C15.0391 12.0333 15.0621 12.0678 15.0912 12.0968C15.1202 12.1259 15.1547 12.1489 15.1927 12.1645C15.2307 12.1802 15.2714 12.1882 15.3125 12.188H24.6875Z" fill="#3B414D" class="primary"></path><path d="M14.0625 26.563C14.0214 26.5628 13.9807 26.5708 13.9427 26.5864C13.9047 26.6021 13.8702 26.6251 13.8412 26.6542C13.8121 26.6832 13.7891 26.7177 13.7735 26.7557C13.7578 26.7937 13.7498 26.8344 13.75 26.8755V32.5005H12.5C12.1685 32.5005 11.8505 32.6322 11.6161 32.8666C11.3817 33.101 11.25 33.419 11.25 33.7505C11.25 34.082 11.3817 34.4 11.6161 34.6344C11.8505 34.8688 12.1685 35.0005 12.5 35.0005H18.125C18.4002 35.0005 18.6676 34.9097 18.8859 34.7422C19.1042 34.5747 19.2611 34.3398 19.3324 34.074C19.4036 33.8082 19.3851 33.5264 19.2798 33.2722C19.1745 33.018 18.9883 32.8056 18.75 32.668V26.8755C18.75 26.7926 18.7171 26.7131 18.6585 26.6545C18.5999 26.5959 18.5204 26.563 18.4375 26.563H14.0625Z" fill="#3B414D" class="primary"></path><path d="M21.5624 26.563C21.5214 26.5628 21.4807 26.5708 21.4427 26.5864C21.4047 26.6021 21.3702 26.6251 21.3411 26.6542C21.3121 26.6832 21.289 26.7177 21.2734 26.7557C21.2578 26.7937 21.2498 26.8344 21.2499 26.8755V32.668C21.0117 32.8056 20.8254 33.018 20.7201 33.2722C20.6148 33.5264 20.5964 33.8082 20.6676 34.074C20.7388 34.3398 20.8957 34.5747 21.114 34.7422C21.3323 34.9097 21.5998 35.0005 21.8749 35.0005H27.4999C27.8315 35.0005 28.1494 34.8688 28.3838 34.6344C28.6182 34.4 28.7499 34.082 28.7499 33.7505C28.7499 33.419 28.6182 33.101 28.3838 32.8666C28.1494 32.6322 27.8315 32.5005 27.4999 32.5005H26.2499V26.8755C26.2499 26.7926 26.217 26.7131 26.1584 26.6545C26.0998 26.5959 26.0203 26.563 25.9374 26.563H21.5624Z" fill="#3B414D" class="primary"></path><path d="M33.1249 22.2118V19.5005C33.1365 18.2056 32.6995 16.9466 31.8881 15.9374C31.0766 14.9282 29.9409 14.231 28.6737 13.9643C28.6202 13.9509 28.5641 13.9519 28.5112 13.9673C28.4583 13.9827 28.4104 14.0118 28.3724 14.0518C28.3343 14.0919 28.3075 14.1413 28.2945 14.195C28.2816 14.2488 28.283 14.305 28.2987 14.358C28.5129 15.061 28.6836 15.7766 28.8099 16.5005C28.8178 16.5477 28.8364 16.5924 28.8644 16.6312C28.8924 16.6701 28.9289 16.7019 28.9712 16.7243C29.4815 16.9829 29.9078 17.3811 30.2006 17.8726C30.4934 18.3641 30.6405 18.9287 30.6249 19.5005V22.2118C30.1483 22.487 29.7758 22.9117 29.5652 23.4201C29.3546 23.9286 29.3177 24.4923 29.4601 25.0239C29.6025 25.5555 29.9164 26.0252 30.353 26.3602C30.7896 26.6953 31.3246 26.8768 31.8749 26.8769C32.4252 26.8768 32.9602 26.6953 33.3968 26.3602C33.8334 26.0252 34.1473 25.5555 34.2897 25.0239C34.4322 24.4923 34.3952 23.9286 34.1846 23.4201C33.974 22.9117 33.6015 22.487 33.1249 22.2118Z" fill="#3B414D" class="primary"></path><path d="M6.875 19.5006V22.2118C6.3984 22.487 6.02591 22.9117 5.8153 23.4202C5.6047 23.9286 5.56775 24.4923 5.71019 25.0239C5.85262 25.5555 6.16649 26.0252 6.6031 26.3603C7.03971 26.6953 7.57467 26.8769 8.125 26.8769C8.67534 26.8769 9.21029 26.6953 9.6469 26.3603C10.0835 26.0252 10.3974 25.5555 10.5398 25.0239C10.6823 24.4923 10.6453 23.9286 10.4347 23.4202C10.2241 22.9117 9.8516 22.487 9.375 22.2118V19.5006C9.36006 18.9293 9.50737 18.3655 9.79985 17.8746C10.0923 17.3836 10.518 16.9856 11.0275 16.7268C11.0698 16.7043 11.1064 16.6724 11.1345 16.6336C11.1627 16.5949 11.1816 16.5502 11.19 16.5031C11.3159 15.7783 11.4862 15.062 11.7 14.3581C11.716 14.3052 11.7177 14.249 11.705 14.1952C11.6922 14.1414 11.6653 14.092 11.6272 14.0519C11.5891 14.0119 11.541 13.9827 11.4879 13.9673C11.4348 13.9519 11.3786 13.9509 11.325 13.9643C10.058 14.2313 8.92255 14.9286 8.11137 15.9378C7.3002 16.947 6.86334 18.2058 6.875 19.5006Z" fill="#3B414D" class="primary"></path><path d="M26.3025 14.2742C26.2812 14.2126 26.2412 14.1591 26.1881 14.1213C26.1351 14.0834 26.0715 14.063 26.0063 14.063H13.9925C13.9273 14.063 13.8637 14.0834 13.8106 14.1213C13.7575 14.1591 13.7176 14.2126 13.6963 14.2742C12.5269 17.575 12.5269 21.1773 13.6963 24.478C13.7177 24.5392 13.7576 24.5922 13.8104 24.6298C13.8632 24.6674 13.9264 24.6878 13.9913 24.688H26.0075C26.0724 24.6878 26.1355 24.6674 26.1884 24.6298C26.2412 24.5922 26.2811 24.5392 26.3025 24.478C27.4719 21.1773 27.4719 17.575 26.3025 14.2742ZM23.125 19.3755C22.8778 19.3755 22.6361 19.3022 22.4306 19.1648C22.225 19.0275 22.0648 18.8322 21.9702 18.6038C21.8756 18.3754 21.8508 18.1241 21.899 17.8816C21.9473 17.6391 22.0663 17.4164 22.2411 17.2416C22.416 17.0668 22.6387 16.9477 22.8812 16.8995C23.1236 16.8513 23.375 16.876 23.6034 16.9706C23.8318 17.0652 24.027 17.2255 24.1644 17.431C24.3017 17.6366 24.375 17.8783 24.375 18.1255C24.375 18.457 24.2433 18.775 24.0089 19.0094C23.7745 19.2438 23.4565 19.3755 23.125 19.3755Z" fill="#3B414D" class="primary"></path>', 6), AB = [
|
|
2744
2744
|
BB
|
|
2745
2745
|
];
|
|
2746
|
-
function
|
|
2747
|
-
return u(), m("svg", SB,
|
|
2746
|
+
function LB(e, i) {
|
|
2747
|
+
return u(), m("svg", SB, AB);
|
|
2748
2748
|
}
|
|
2749
|
-
const DB = /* @__PURE__ */ C(MB, [["render",
|
|
2749
|
+
const DB = /* @__PURE__ */ C(MB, [["render", LB]]), HB = {}, VB = {
|
|
2750
2750
|
width: "40",
|
|
2751
2751
|
height: "40",
|
|
2752
2752
|
viewBox: "0 0 40 40",
|
|
@@ -2812,250 +2812,250 @@ const QB = /* @__PURE__ */ C(jB, [["render", XB]]), KB = {}, JB = {
|
|
|
2812
2812
|
d: "M20.0001 19.6672C24.0502 19.6672 27.3334 16.3839 27.3334 12.3338C27.3334 8.28373 24.0502 5.00049 20.0001 5.00049C15.95 5.00049 12.6668 8.28373 12.6668 12.3338C12.6668 16.3839 15.95 19.6672 20.0001 19.6672Z",
|
|
2813
2813
|
fill: "#3B414D",
|
|
2814
2814
|
class: "primary"
|
|
2815
|
-
}, null, -1),
|
|
2815
|
+
}, null, -1), eA = /* @__PURE__ */ c("path", {
|
|
2816
2816
|
d: "M20 21.6671C16.6418 21.671 13.4222 23.0068 11.0476 25.3814C8.67299 27.756 7.33723 30.9756 7.33334 34.3338C7.33334 34.5106 7.40358 34.6802 7.52861 34.8052C7.65363 34.9302 7.8232 35.0004 8.00001 35.0004H32C32.1768 35.0004 32.3464 34.9302 32.4714 34.8052C32.5964 34.6802 32.6667 34.5106 32.6667 34.3338C32.6628 30.9756 31.327 27.756 28.9524 25.3814C26.5778 23.0068 23.3582 21.671 20 21.6671Z",
|
|
2817
2817
|
fill: "#3B414D",
|
|
2818
2818
|
class: "primary"
|
|
2819
|
-
}, null, -1),
|
|
2819
|
+
}, null, -1), nA = [
|
|
2820
2820
|
$B,
|
|
2821
|
-
|
|
2821
|
+
eA
|
|
2822
2822
|
];
|
|
2823
|
-
function
|
|
2824
|
-
return u(), m("svg", JB,
|
|
2823
|
+
function iA(e, i) {
|
|
2824
|
+
return u(), m("svg", JB, nA);
|
|
2825
2825
|
}
|
|
2826
|
-
const
|
|
2826
|
+
const tA = /* @__PURE__ */ C(KB, [["render", iA]]), aA = {}, sA = {
|
|
2827
2827
|
width: "40",
|
|
2828
2828
|
height: "40",
|
|
2829
2829
|
viewBox: "0 0 40 40",
|
|
2830
2830
|
fill: "none",
|
|
2831
2831
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2832
|
-
},
|
|
2832
|
+
}, oA = /* @__PURE__ */ c("path", {
|
|
2833
2833
|
d: "M20 20.0005C15.865 20.0005 12.5 16.6355 12.5 12.5005C12.5 8.36549 15.865 5.00049 20 5.00049C24.135 5.00049 27.5 8.36549 27.5 12.5005C27.5 16.6355 24.135 20.0005 20 20.0005ZM20 6.87549C16.8988 6.87549 14.375 9.39924 14.375 12.5005C14.375 15.6017 16.8988 18.1255 20 18.1255C23.1012 18.1255 25.625 15.6017 25.625 12.5005C25.625 9.39924 23.1012 6.87549 20 6.87549Z",
|
|
2834
2834
|
fill: "#3B414D",
|
|
2835
2835
|
class: "primary"
|
|
2836
|
-
}, null, -1),
|
|
2836
|
+
}, null, -1), rA = /* @__PURE__ */ c("path", {
|
|
2837
2837
|
d: "M32.1875 35.0005C31.9389 35.0005 31.7004 34.9017 31.5246 34.7259C31.3488 34.5501 31.25 34.3116 31.25 34.063C31.25 27.8592 26.2038 22.813 20 22.813C13.7963 22.813 8.75 27.8592 8.75 34.063C8.75 34.3116 8.65123 34.5501 8.47541 34.7259C8.2996 34.9017 8.06114 35.0005 7.8125 35.0005C7.56386 35.0005 7.3254 34.9017 7.14959 34.7259C6.97377 34.5501 6.875 34.3116 6.875 34.063C6.875 26.8255 12.7625 20.938 20 20.938C27.2375 20.938 33.125 26.8255 33.125 34.063C33.125 34.3116 33.0262 34.5501 32.8504 34.7259C32.6746 34.9017 32.4361 35.0005 32.1875 35.0005Z",
|
|
2838
2838
|
fill: "#3B414D",
|
|
2839
2839
|
class: "primary"
|
|
2840
|
-
}, null, -1),
|
|
2841
|
-
|
|
2842
|
-
|
|
2840
|
+
}, null, -1), dA = [
|
|
2841
|
+
oA,
|
|
2842
|
+
rA
|
|
2843
2843
|
];
|
|
2844
|
-
function
|
|
2845
|
-
return u(), m("svg",
|
|
2844
|
+
function fA(e, i) {
|
|
2845
|
+
return u(), m("svg", sA, dA);
|
|
2846
2846
|
}
|
|
2847
|
-
const
|
|
2847
|
+
const lA = /* @__PURE__ */ C(aA, [["render", fA]]), cA = {}, uA = {
|
|
2848
2848
|
width: "40",
|
|
2849
2849
|
height: "40",
|
|
2850
2850
|
viewBox: "0 0 40 40",
|
|
2851
2851
|
fill: "none",
|
|
2852
2852
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2853
|
-
},
|
|
2853
|
+
}, hA = /* @__PURE__ */ c("path", {
|
|
2854
2854
|
d: "M12.6315 14.2499C12.7561 14.3473 12.913 14.3937 13.0706 14.3798C13.2281 14.3659 13.3745 14.2927 13.4801 14.175C14.2871 13.2719 15.2731 12.5465 16.3755 12.0449C17.4779 11.5432 18.6726 11.2763 19.8836 11.261C21.0947 11.2458 22.2957 11.4825 23.4104 11.9562C24.5251 12.43 25.529 13.1303 26.3586 14.0128C26.4166 14.0713 26.4856 14.1177 26.5616 14.1494C26.6377 14.1811 26.7192 14.1974 26.8016 14.1974C26.8839 14.1974 26.9655 14.1811 27.0415 14.1494C27.1176 14.1177 27.1866 14.0713 27.2446 14.0128L30.8885 10.5935C30.947 10.5355 30.9934 10.4665 31.0251 10.3905C31.0567 10.3144 31.0731 10.2329 31.0731 10.1505C31.0731 10.0681 31.0567 9.98658 31.0251 9.91055C30.9934 9.83452 30.947 9.7655 30.8885 9.7075C29.4497 8.18004 27.7059 6.97203 25.7702 6.1618C23.8345 5.35156 21.7501 4.95719 19.6522 5.00426C17.5543 5.05132 15.4898 5.53877 13.5923 6.435C11.6949 7.33122 10.0071 8.61622 8.63819 10.2067C8.5809 10.2735 8.5384 10.3516 8.51346 10.436C8.48853 10.5204 8.48173 10.6092 8.49352 10.6964C8.50531 10.7836 8.53541 10.8673 8.58185 10.9421C8.62829 11.0168 8.69001 11.0809 8.76298 11.1301L12.6315 14.2499Z",
|
|
2855
2855
|
fill: "#EB4335"
|
|
2856
|
-
}, null, -1),
|
|
2856
|
+
}, null, -1), mA = /* @__PURE__ */ c("path", {
|
|
2857
2857
|
d: "M11.5583 23.4719C11.6487 23.3907 11.7133 23.2848 11.7444 23.1673C11.7754 23.0498 11.7714 22.9258 11.733 22.8105C11.1159 21.0066 11.1159 19.0488 11.733 17.2449C11.774 17.1238 11.7769 16.993 11.7412 16.8703C11.7055 16.7475 11.6329 16.6387 11.5333 16.5585L7.45265 13.3014C7.37973 13.2434 7.29473 13.2024 7.20388 13.1814C7.11304 13.1605 7.01866 13.1602 6.92768 13.1806C6.8367 13.2009 6.75145 13.2414 6.67817 13.299C6.60489 13.3567 6.54546 13.43 6.50424 13.5136C5.50373 15.592 4.99984 17.8744 5.03232 20.1808C5.06481 22.4872 5.63278 24.7545 6.69142 26.8039C6.73541 26.8887 6.79829 26.9623 6.87522 27.019C6.95214 27.0757 7.04106 27.1139 7.13511 27.1308C7.22916 27.1477 7.32583 27.1427 7.41767 27.1163C7.50951 27.0899 7.59406 27.0428 7.6648 26.9786L11.5583 23.4719Z",
|
|
2858
2858
|
fill: "#FBBC05"
|
|
2859
|
-
}, null, -1),
|
|
2859
|
+
}, null, -1), pA = /* @__PURE__ */ c("path", {
|
|
2860
2860
|
d: "M34.9692 18.1183C34.9692 17.9529 34.9034 17.7942 34.7864 17.6771C34.6694 17.5601 34.5107 17.4944 34.3452 17.4944H21.8661C21.7006 17.4944 21.5419 17.5601 21.4249 17.6771C21.3078 17.7942 21.2421 17.9529 21.2421 18.1183V23.11C21.2421 23.2755 21.3078 23.4342 21.4249 23.5512C21.5419 23.6682 21.7006 23.734 21.8661 23.734H27.906C27.5384 24.4957 27.0589 25.1982 26.4834 25.818C26.3799 25.9326 26.3226 26.0816 26.3226 26.236C26.3226 26.3905 26.3799 26.5394 26.4834 26.6541L29.8153 30.3978C29.8736 30.4602 29.9442 30.5099 30.0225 30.5438C30.1009 30.5778 30.1854 30.5953 30.2708 30.5953C30.3562 30.5953 30.4407 30.5778 30.519 30.5438C30.5974 30.5099 30.6679 30.4602 30.7263 30.3978C33.2654 27.7995 34.7733 24.3667 34.9692 20.739V18.1183Z",
|
|
2861
2861
|
fill: "#4285F4"
|
|
2862
|
-
}, null, -1),
|
|
2862
|
+
}, null, -1), vA = /* @__PURE__ */ c("path", {
|
|
2863
2863
|
d: "M24.3868 28.0518C24.2979 27.953 24.1797 27.8851 24.0495 27.8582C23.9193 27.8313 23.7839 27.8466 23.663 27.902C21.9831 28.6931 20.0931 28.9225 18.2727 28.5561C16.4523 28.1898 14.7981 27.2473 13.5549 25.8679C13.4383 25.7536 13.2815 25.6896 13.1182 25.6896C12.9549 25.6896 12.798 25.7536 12.6814 25.8679L8.93766 29.2123C8.87918 29.2704 8.83276 29.3394 8.80108 29.4154C8.76941 29.4914 8.7531 29.573 8.7531 29.6554C8.7531 29.7377 8.76941 29.8193 8.80108 29.8953C8.83276 29.9714 8.87918 30.0404 8.93766 30.0984C11.2574 32.6502 14.3867 34.3232 17.7972 34.8347C21.2076 35.3463 24.6901 34.6651 27.6564 32.9062C27.7352 32.8593 27.8027 32.7957 27.8541 32.7198C27.9055 32.6439 27.9396 32.5577 27.9539 32.4671C27.9682 32.3766 27.9624 32.284 27.9368 32.196C27.9113 32.1079 27.8667 32.0266 27.8061 31.9578L24.3868 28.0518Z",
|
|
2864
2864
|
fill: "#34A853"
|
|
2865
|
-
}, null, -1),
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2865
|
+
}, null, -1), yA = [
|
|
2866
|
+
hA,
|
|
2867
|
+
mA,
|
|
2868
|
+
pA,
|
|
2869
|
+
vA
|
|
2870
2870
|
];
|
|
2871
|
-
function
|
|
2872
|
-
return u(), m("svg",
|
|
2871
|
+
function gA(e, i) {
|
|
2872
|
+
return u(), m("svg", uA, yA);
|
|
2873
2873
|
}
|
|
2874
|
-
const
|
|
2874
|
+
const _A = /* @__PURE__ */ C(cA, [["render", gA]]), CA = {}, kA = {
|
|
2875
2875
|
width: "40",
|
|
2876
2876
|
height: "40",
|
|
2877
2877
|
viewBox: "0 0 40 40",
|
|
2878
2878
|
fill: "none",
|
|
2879
2879
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2880
|
-
},
|
|
2880
|
+
}, wA = /* @__PURE__ */ c("path", {
|
|
2881
2881
|
d: "M28.1301 13.963C28.0723 13.8971 28.0012 13.8441 27.9215 13.8075C27.8418 13.7709 27.7553 13.7515 27.6676 13.7505H22.9551V11.988C22.9551 11.638 23.0301 11.238 23.5926 11.238H27.3426C27.4249 11.2415 27.507 11.2265 27.5827 11.194C27.6584 11.1616 27.7259 11.1125 27.7801 11.0505C27.8903 10.9362 27.9529 10.7842 27.9551 10.6255V5.62549C27.9551 5.45973 27.8893 5.30076 27.7721 5.18355C27.6549 5.06634 27.4959 5.00049 27.3301 5.00049H21.9176C15.9176 5.00049 15.4551 10.1255 15.4551 11.688V13.7505H12.3301C12.1644 13.7505 12.0054 13.8163 11.8882 13.9335C11.771 14.0508 11.7051 14.2097 11.7051 14.3755V19.3755C11.7051 19.5412 11.771 19.7002 11.8882 19.8174C12.0054 19.9346 12.1644 20.0005 12.3301 20.0005H15.4551V34.3755C15.4551 34.5412 15.521 34.7002 15.6382 34.8174C15.7554 34.9346 15.9144 35.0005 16.0801 35.0005H22.3301C22.4959 35.0005 22.6549 34.9346 22.7721 34.8174C22.8893 34.7002 22.9551 34.5412 22.9551 34.3755V20.0005H27.1426C27.2981 20.0013 27.4483 19.9441 27.5639 19.8401C27.6794 19.736 27.7521 19.5927 27.7676 19.438L28.2926 14.438C28.2999 14.3519 28.2891 14.2652 28.2612 14.1835C28.2332 14.1017 28.1886 14.0266 28.1301 13.963Z",
|
|
2882
2882
|
fill: "#3B414D",
|
|
2883
2883
|
class: "primary"
|
|
2884
|
-
}, null, -1),
|
|
2885
|
-
|
|
2884
|
+
}, null, -1), xA = [
|
|
2885
|
+
wA
|
|
2886
2886
|
];
|
|
2887
|
-
function
|
|
2888
|
-
return u(), m("svg",
|
|
2887
|
+
function bA(e, i) {
|
|
2888
|
+
return u(), m("svg", kA, xA);
|
|
2889
2889
|
}
|
|
2890
|
-
const
|
|
2890
|
+
const MA = /* @__PURE__ */ C(CA, [["render", bA]]), SA = {}, BA = {
|
|
2891
2891
|
width: "40",
|
|
2892
2892
|
height: "40",
|
|
2893
2893
|
viewBox: "0 0 40 40",
|
|
2894
2894
|
fill: "none",
|
|
2895
2895
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2896
|
-
},
|
|
2896
|
+
}, AA = /* @__PURE__ */ c("path", {
|
|
2897
2897
|
d: "M26.875 5.00049H13.125C10.9711 5.00379 8.90643 5.86088 7.38341 7.3839C5.86039 8.90691 5.00331 10.9716 5 13.1255V26.8755C5.00331 29.0294 5.86039 31.0941 7.38341 32.6171C8.90643 34.1401 10.9711 34.9972 13.125 35.0005H26.875C29.0289 34.9972 31.0936 34.1401 32.6166 32.6171C34.1396 31.0941 34.9967 29.0294 35 26.8755V13.1255C34.9967 10.9716 34.1396 8.90691 32.6166 7.3839C31.0936 5.86088 29.0289 5.00379 26.875 5.00049V5.00049ZM20 26.8755C18.6403 26.8755 17.311 26.4723 16.1805 25.7168C15.0499 24.9614 14.1687 23.8877 13.6483 22.6314C13.128 21.3752 12.9918 19.9929 13.2571 18.6592C13.5224 17.3256 14.1772 16.1006 15.1386 15.1391C16.1001 14.1776 17.3251 13.5229 18.6588 13.2576C19.9924 12.9923 21.3747 13.1285 22.6309 13.6488C23.8872 14.1692 24.9609 15.0504 25.7164 16.1809C26.4718 17.3115 26.875 18.6407 26.875 20.0005C26.875 21.8239 26.1507 23.5725 24.8614 24.8618C23.572 26.1512 21.8234 26.8755 20 26.8755ZM28.125 13.1255C27.7542 13.1255 27.3916 13.0155 27.0833 12.8095C26.775 12.6035 26.5346 12.3106 26.3927 11.968C26.2508 11.6254 26.2137 11.2484 26.286 10.8847C26.3584 10.521 26.537 10.1869 26.7992 9.92466C27.0614 9.66244 27.3955 9.48386 27.7592 9.41152C28.1229 9.33917 28.4999 9.3763 28.8425 9.51821C29.1851 9.66013 29.478 9.90045 29.684 10.2088C29.89 10.5171 30 10.8796 30 11.2505C30 11.7478 29.8025 12.2247 29.4508 12.5763C29.0992 12.9279 28.6223 13.1255 28.125 13.1255Z",
|
|
2898
2898
|
fill: "#3B414D",
|
|
2899
2899
|
class: "primary"
|
|
2900
|
-
}, null, -1),
|
|
2901
|
-
|
|
2900
|
+
}, null, -1), LA = [
|
|
2901
|
+
AA
|
|
2902
2902
|
];
|
|
2903
|
-
function
|
|
2904
|
-
return u(), m("svg",
|
|
2903
|
+
function DA(e, i) {
|
|
2904
|
+
return u(), m("svg", BA, LA);
|
|
2905
2905
|
}
|
|
2906
|
-
const
|
|
2906
|
+
const HA = /* @__PURE__ */ C(SA, [["render", DA]]), VA = {}, zA = {
|
|
2907
2907
|
width: "40",
|
|
2908
2908
|
height: "40",
|
|
2909
2909
|
viewBox: "0 0 40 40",
|
|
2910
2910
|
fill: "none",
|
|
2911
2911
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2912
|
-
},
|
|
2912
|
+
}, FA = /* @__PURE__ */ c("path", {
|
|
2913
2913
|
d: "M27.0263 16.6724C26.9197 16.8617 26.7646 17.0191 26.5771 17.1287C26.3895 17.2383 26.1762 17.2961 25.959 17.2961H14.0409C13.8238 17.296 13.6107 17.2383 13.4232 17.1287C13.2358 17.0192 13.0808 16.8618 12.9742 16.6727C12.8675 16.4836 12.8131 16.2695 12.8163 16.0525C12.8195 15.8354 12.8804 15.6231 12.9926 15.4372L18.9517 5.59131C19.0608 5.41097 19.2147 5.26183 19.3983 5.15832C19.5819 5.05481 19.7892 5.00043 20 5.00043C20.2108 5.00043 20.418 5.05481 20.6017 5.15832C20.7853 5.26183 20.9391 5.41097 21.0483 5.59131L27.0073 15.4372C27.1196 15.623 27.1805 15.8352 27.1839 16.0523C27.1872 16.2693 27.1328 16.4833 27.0263 16.6724V16.6724Z",
|
|
2914
2914
|
fill: "#D0D3D9"
|
|
2915
|
-
}, null, -1),
|
|
2915
|
+
}, null, -1), TA = /* @__PURE__ */ c("path", {
|
|
2916
2916
|
d: "M27.0073 24.5637L21.0483 34.4096C20.9391 34.59 20.7853 34.7391 20.6017 34.8426C20.418 34.9461 20.2108 35.0005 20 35.0005C19.7892 35.0005 19.5819 34.9461 19.3983 34.8426C19.2147 34.7391 19.0608 34.59 18.9517 34.4096L12.9926 24.5637C12.8802 24.3778 12.8193 24.1654 12.8159 23.9483C12.8126 23.7311 12.8671 23.517 12.9737 23.3278C13.0804 23.1386 13.2354 22.9811 13.423 22.8715C13.6105 22.762 13.8238 22.7042 14.041 22.7042H25.959C26.1762 22.7042 26.3895 22.762 26.577 22.8715C26.7645 22.9811 26.9196 23.1386 27.0262 23.3278C27.1329 23.517 27.1873 23.7311 27.184 23.9483C27.1807 24.1654 27.1197 24.3778 27.0073 24.5637V24.5637Z",
|
|
2917
2917
|
fill: "#3B414D",
|
|
2918
2918
|
class: "primary"
|
|
2919
|
-
}, null, -1),
|
|
2920
|
-
|
|
2921
|
-
|
|
2919
|
+
}, null, -1), IA = [
|
|
2920
|
+
FA,
|
|
2921
|
+
TA
|
|
2922
2922
|
];
|
|
2923
|
-
function
|
|
2924
|
-
return u(), m("svg",
|
|
2923
|
+
function PA(e, i) {
|
|
2924
|
+
return u(), m("svg", zA, IA);
|
|
2925
2925
|
}
|
|
2926
|
-
const
|
|
2926
|
+
const OA = /* @__PURE__ */ C(VA, [["render", PA]]), EA = {}, ZA = {
|
|
2927
2927
|
width: "40",
|
|
2928
2928
|
height: "40",
|
|
2929
2929
|
viewBox: "0 0 40 40",
|
|
2930
2930
|
fill: "none",
|
|
2931
2931
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2932
|
-
},
|
|
2932
|
+
}, RA = /* @__PURE__ */ c("path", {
|
|
2933
2933
|
d: "M27.0263 23.3286C26.9197 23.1393 26.7646 22.9818 26.5771 22.8722C26.3895 22.7626 26.1762 22.7049 25.959 22.7048H14.0409C13.8238 22.7049 13.6107 22.7627 13.4232 22.8723C13.2358 22.9818 13.0808 23.1392 12.9742 23.3283C12.8675 23.5174 12.8131 23.7314 12.8163 23.9485C12.8195 24.1656 12.8804 24.3779 12.9926 24.5637L18.9517 34.4097C19.0608 34.59 19.2147 34.7391 19.3983 34.8427C19.5819 34.9462 19.7892 35.0005 20 35.0005C20.2108 35.0005 20.418 34.9462 20.6017 34.8427C20.7853 34.7391 20.9391 34.59 21.0483 34.4097L27.0073 24.5637C27.1196 24.378 27.1805 24.1657 27.1839 23.9487C27.1872 23.7317 27.1328 23.5177 27.0263 23.3286V23.3286Z",
|
|
2934
2934
|
fill: "#D0D3D9",
|
|
2935
2935
|
class: "primary"
|
|
2936
|
-
}, null, -1),
|
|
2936
|
+
}, null, -1), UA = /* @__PURE__ */ c("path", {
|
|
2937
2937
|
d: "M27.0073 15.4373L21.0483 5.59136C20.9391 5.41102 20.7853 5.26189 20.6017 5.15838C20.418 5.05487 20.2108 5.00049 20 5.00049C19.7892 5.00049 19.5819 5.05487 19.3983 5.15838C19.2147 5.26189 19.0608 5.41102 18.9517 5.59136L12.9926 15.4373C12.8802 15.6231 12.8193 15.8355 12.8159 16.0527C12.8126 16.2699 12.8671 16.484 12.9737 16.6732C13.0804 16.8624 13.2354 17.0199 13.423 17.1294C13.6105 17.239 13.8238 17.2968 14.041 17.2968H25.959C26.1762 17.2968 26.3895 17.239 26.577 17.1294C26.7645 17.0199 26.9196 16.8624 27.0262 16.6732C27.1329 16.484 27.1873 16.2699 27.184 16.0527C27.1807 15.8355 27.1197 15.6231 27.0073 15.4373V15.4373Z",
|
|
2938
2938
|
fill: "#D0D3D9",
|
|
2939
2939
|
class: "primary"
|
|
2940
|
-
}, null, -1),
|
|
2941
|
-
|
|
2942
|
-
|
|
2940
|
+
}, null, -1), WA = [
|
|
2941
|
+
RA,
|
|
2942
|
+
UA
|
|
2943
2943
|
];
|
|
2944
|
-
function
|
|
2945
|
-
return u(), m("svg",
|
|
2944
|
+
function NA(e, i) {
|
|
2945
|
+
return u(), m("svg", ZA, WA);
|
|
2946
2946
|
}
|
|
2947
|
-
const
|
|
2947
|
+
const jA = /* @__PURE__ */ C(EA, [["render", NA]]), qA = {}, YA = {
|
|
2948
2948
|
width: "40",
|
|
2949
2949
|
height: "40",
|
|
2950
2950
|
viewBox: "0 0 40 40",
|
|
2951
2951
|
fill: "none",
|
|
2952
2952
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2953
|
-
},
|
|
2953
|
+
}, GA = /* @__PURE__ */ c("path", {
|
|
2954
2954
|
d: "M27.0263 23.3286C26.9197 23.1393 26.7646 22.9818 26.5771 22.8722C26.3895 22.7626 26.1762 22.7049 25.959 22.7048H14.0409C13.8238 22.7049 13.6107 22.7627 13.4232 22.8723C13.2358 22.9818 13.0808 23.1392 12.9742 23.3283C12.8675 23.5174 12.8131 23.7314 12.8163 23.9485C12.8195 24.1656 12.8804 24.3779 12.9926 24.5637L18.9517 34.4097C19.0608 34.59 19.2147 34.7391 19.3983 34.8427C19.5819 34.9462 19.7892 35.0005 20 35.0005C20.2108 35.0005 20.418 34.9462 20.6017 34.8427C20.7853 34.7391 20.9391 34.59 21.0483 34.4097L27.0073 24.5637C27.1196 24.378 27.1805 24.1657 27.1839 23.9487C27.1872 23.7317 27.1328 23.5177 27.0263 23.3286V23.3286Z",
|
|
2955
2955
|
fill: "#D0D3D9"
|
|
2956
|
-
}, null, -1),
|
|
2956
|
+
}, null, -1), XA = /* @__PURE__ */ c("path", {
|
|
2957
2957
|
d: "M27.0073 15.4373L21.0483 5.59136C20.9391 5.41102 20.7853 5.26189 20.6017 5.15838C20.418 5.05487 20.2108 5.00049 20 5.00049C19.7892 5.00049 19.5819 5.05487 19.3983 5.15838C19.2147 5.26189 19.0608 5.41102 18.9517 5.59136L12.9926 15.4373C12.8802 15.6231 12.8193 15.8355 12.8159 16.0527C12.8126 16.2699 12.8671 16.484 12.9737 16.6732C13.0804 16.8624 13.2354 17.0199 13.423 17.1294C13.6105 17.239 13.8238 17.2968 14.041 17.2968H25.959C26.1762 17.2968 26.3895 17.239 26.577 17.1294C26.7645 17.0199 26.9196 16.8624 27.0262 16.6732C27.1329 16.484 27.1873 16.2699 27.184 16.0527C27.1807 15.8355 27.1197 15.6231 27.0073 15.4373V15.4373Z",
|
|
2958
2958
|
fill: "#3B414D",
|
|
2959
2959
|
class: "primary"
|
|
2960
|
-
}, null, -1),
|
|
2961
|
-
|
|
2962
|
-
|
|
2960
|
+
}, null, -1), QA = [
|
|
2961
|
+
GA,
|
|
2962
|
+
XA
|
|
2963
2963
|
];
|
|
2964
|
-
function
|
|
2965
|
-
return u(), m("svg",
|
|
2964
|
+
function KA(e, i) {
|
|
2965
|
+
return u(), m("svg", YA, QA);
|
|
2966
2966
|
}
|
|
2967
|
-
const
|
|
2967
|
+
const JA = /* @__PURE__ */ C(qA, [["render", KA]]), $A = {}, eL = {
|
|
2968
2968
|
viewBox: "0 0 40 40",
|
|
2969
2969
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2970
|
-
}, nA = /* @__PURE__ */ we('<g transform="matrix(0.116989, 0, 0, 0.117019, 12.405169, -1.759683)"><g transform="matrix(1, 0, 0, 1, -185.080811, -64.049973)"><rect width="256.434" height="170.956" fill="#c60b1e" x="121.783" style="" y="164.522"></rect><rect width="256.434" height="85.478" y="207.261" fill="#ffc400" x="121.783" style=""></rect><g id="coa" stroke="#000" stroke-width="0.39" transform="matrix(0.341913, 0, 0, 0.341913, 121.782883, 164.522049)" style=""><g id="supporters"><g id="crown_left" stroke-width="0.26"><path fill="#ad1519" stroke-linejoin="round" d="m167.99 222.24s-0.51 0-0.79-0.16-1.13-0.96-1.13-0.96l-0.68-0.49-0.62-0.85s-0.73-1.18-0.4-2.09c0.34-0.91 0.91-1.23 1.42-1.5 0.51-0.26 1.58-0.59 1.58-0.59s0.85-0.37 1.13-0.42c0.28-0.06 1.3-0.32 1.3-0.32s0.28-0.16 0.56-0.27c0.29-0.11 0.68-0.11 0.91-0.16 0.22-0.06 0.79-0.24 1.13-0.26 0.52-0.02 1.36 0.1 1.64 0.1s1.24 0.05 1.64 0.05c0.39 0 1.8-0.11 2.2-0.11 0.39 0 0.68-0.05 1.13 0 0.45 0.06 1.24 0.32 1.47 0.43s1.58 0.59 2.09 0.75 1.75 0.37 2.32 0.64c0.56 0.27 0.91 0.72 1.19 1.1 0.28 0.37 0.34 0.78 0.45 1.05 0.11 0.26 0.11 0.84 0 1.11-0.11 0.26-0.51 0.81-0.51 0.81l-0.62 1.02-0.79 0.64s-0.57 0.54-1.02 0.48c-0.45-0.04-5.03-0.86-7.97-0.86s-7.64 0.86-7.64 0.86h0.01z"></path><g fill="#c8b100"><ellipse cx="175.66" cy="215.68" rx="1.38" ry="2.5"></ellipse><ellipse cx="175.68" cy="215.68" rx="0.64" ry="2.3"></ellipse><ellipse stroke="none" cx="175.68" cy="213.04" rx="0.93" ry="0.87"></ellipse><path stroke-width="0.3" d="m176.96 212.74v0.58h-2.53v-0.58h0.94v-1.32h-0.62v-0.57h0.62v-0.57h0.6v0.57h0.62v0.57h-0.62v1.32h0.99"></path><path fill="none" d="m175.94,212.2a0.93,0.87 0 1,1 -0.5,0"></path><path d="m175.68 222.08h-4.81l-0.11-1.18-0.23-1.23-0.23-1.53c-1.33-1.75-2.55-2.9-2.96-2.65 0.1-0.32 0.22-0.56 0.47-0.71 1.18-0.7 3.61 0.98 5.44 3.74 0.16 0.25 0.32 0.5 0.46 0.75h3.97c0.14-0.25 0.3-0.5 0.46-0.75 1.82-2.76 4.26-4.44 5.43-3.74 0.26 0.15 0.37 0.39 0.47 0.71-0.41-0.24-1.62 0.9-2.96 2.65l-0.23 1.53-0.23 1.23-0.1 1.18h-4.84z"></path><path fill="none" d="m167.55 215.44c0.91-0.53 3.02 1.14 4.73 3.74m11.55-3.74c-0.91-0.53-3.01 1.14-4.73 3.74"></path></g><g id="crown_pt1" fill="#c8b100"><path d="m168.58 224.25c-0.2-0.57-0.58-1.08-0.58-1.08 1.95-0.57 4.66-0.93 7.67-0.94 3.01 0.01 5.75 0.37 7.69 0.94 0 0-0.22 0.38-0.52 0.91-0.17 0.3-0.39 0.81-0.38 0.81-1.75-0.54-4.02-0.81-6.8-0.82-2.79 0.01-5.46 0.35-6.86 0.86 0.02 0-0.1-0.32-0.23-0.68h0.01"></path><path d="m175.67 226.73c2.43-0.01 5.11-0.38 6.1-0.63 0.66-0.2 1.05-0.49 0.98-0.84-0.04-0.16-0.18-0.3-0.37-0.38-1.46-0.47-4.07-0.8-6.71-0.8-2.63 0-5.27 0.33-6.72 0.8-0.19 0.08-0.33 0.22-0.37 0.38-0.07 0.35 0.32 0.64 0.98 0.84 0.99 0.25 3.68 0.62 6.11 0.63z"></path><path d="m183.48 222.08l-0.59-0.53s-0.57 0.34-1.28 0.24c-0.7-0.11-0.93-0.97-0.93-0.97s-0.79 0.67-1.44 0.62c-0.65-0.06-1.07-0.62-1.07-0.62s-0.71 0.51-1.33 0.46c-0.62-0.06-1.21-0.83-1.21-0.83s-0.63 0.8-1.25 0.86c-0.62 0.05-1.13-0.54-1.13-0.54s-0.28 0.59-1.07 0.72-1.47-0.62-1.47-0.62-0.45 0.73-0.99 0.92c-0.54 0.18-1.24-0.27-1.24-0.27s-0.12 0.27-0.2 0.43-0.31 0.19-0.31 0.19l0.18 0.47c1.93-0.56 4.56-0.91 7.53-0.91s5.67 0.35 7.61 0.92l0.2-0.54h-0.01z"></path><path d="m175.69 219.49l0.28 0.05c-0.05 0.12-0.06 0.24-0.06 0.38 0 0.58 0.5 1.05 1.12 1.05 0.49 0 0.91-0.31 1.06-0.73 0.01 0.01 0.11-0.38 0.15-0.38 0.03 0 0.03 0.41 0.05 0.41 0.07 0.53 0.55 0.89 1.1 0.89 0.62 0 1.11-0.47 1.11-1.06 0-0.04 0-0.08-0.01-0.12l0.35-0.35 0.19 0.44c-0.07 0.14-0.1 0.29-0.1 0.46 0 0.56 0.47 1.01 1.06 1.01 0.37 0 0.69-0.18 0.88-0.45l0.23-0.29v0.36c0 0.34 0.14 0.66 0.49 0.71 0 0 0.38 0.03 0.91-0.38 0.52-0.41 0.8-0.75 0.8-0.75l0.03 0.42s-0.51 0.84-0.97 1.1c-0.25 0.15-0.64 0.31-0.95 0.25-0.32-0.05-0.55-0.31-0.67-0.61-0.23 0.14-0.51 0.22-0.8 0.22-0.63 0-1.2-0.35-1.42-0.86-0.29 0.31-0.69 0.5-1.16 0.5-0.51 0-0.97-0.23-1.26-0.58-0.28 0.27-0.67 0.43-1.09 0.43-0.55 0-1.05-0.28-1.33-0.69-0.29 0.41-0.78 0.69-1.34 0.69-0.42 0-0.81-0.16-1.09-0.43-0.29 0.35-0.75 0.58-1.25 0.58-0.48 0-0.88-0.19-1.17-0.5-0.22 0.51-0.79 0.86-1.42 0.86-0.29 0-0.56-0.08-0.79-0.22-0.12 0.3-0.35 0.56-0.68 0.61-0.3 0.06-0.69-0.1-0.94-0.25-0.47-0.26-1.02-1.1-1.02-1.1l0.07-0.42s0.29 0.34 0.81 0.75 0.91 0.38 0.91 0.38c0.34-0.05 0.49-0.37 0.49-0.71v-0.36l0.22 0.29c0.19 0.27 0.51 0.45 0.88 0.45 0.59 0 1.06-0.45 1.06-1.01 0-0.17-0.02-0.32-0.1-0.46l0.19-0.44 0.35 0.35c-0.01 0.04-0.01 0.08-0.01 0.12 0 0.59 0.49 1.06 1.11 1.06 0.55 0 1.03-0.36 1.11-0.89 0.01 0 0.01-0.41 0.04-0.41 0.05 0 0.14 0.39 0.16 0.38 0.14 0.42 0.56 0.73 1.06 0.73 0.61 0 1.11-0.47 1.11-1.05 0-0.14 0-0.26-0.05-0.38l0.29-0.05h0.01z"></path><path stroke-linejoin="round" d="m175.67 222.23c-3.01 0.01-5.72 0.37-7.67 0.94-0.13 0.04-0.29-0.06-0.33-0.17-0.04-0.13 0.05-0.28 0.18-0.32 1.95-0.6 4.73-0.98 7.82-0.98s5.88 0.38 7.83 0.98c0.13 0.04 0.22 0.19 0.18 0.32-0.04 0.11-0.2 0.21-0.33 0.17-1.95-0.57-4.67-0.93-7.68-0.94z"></path><path d="m165.43 221c-0.01 0.01-0.38-0.48-0.65-0.73-0.2-0.18-0.68-0.33-0.68-0.33 0-0.08 0.28-0.28 0.58-0.28 0.18 0 0.35 0.07 0.45 0.2l0.04-0.2s0.24 0.05 0.35 0.32c0.12 0.29 0.05 0.72 0.05 0.72s-0.05 0.2-0.14 0.3z"></path><path d="m167.32 220.22l-0.11 0.66-1.4 0.15-0.21-0.12 0.04-0.23 1.06-0.87 0.62 0.41"></path><path d="m165.45 220.75c0.12-0.12 0.36-0.09 0.53 0.06 0.18 0.15 0.24 0.38 0.12 0.5-0.12 0.13-0.36 0.1-0.53-0.06-0.18-0.15-0.24-0.38-0.12-0.5z"></path><path d="m168.02 220.88c-0.06-0.18 0-0.37 0.13-0.42 0.14-0.03 0.3 0.09 0.37 0.27 0.06 0.19 0 0.38-0.14 0.42-0.13 0.04-0.29-0.08-0.36-0.27z"></path><path d="m168.67 220.04l0.51 0.48 1.22-0.66 0.09-0.21-0.17-0.17-1.4-0.12-0.25 0.68"></path><path d="m170.08 217.76l-0.67 0.64 0.86 1.14 0.23 0.09 0.17-0.18 0.3-1.37-0.89-0.32"></path><path d="m172.36 219.3l-0.26 0.63-1.4-0.13-0.18-0.16 0.1-0.22 1.22-0.64 0.52 0.52"></path><ellipse cx="170.51" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m172.87 219.95c-0.03-0.2 0.07-0.37 0.21-0.39s0.28 0.13 0.3 0.33c0.03 0.19-0.07 0.37-0.21 0.38-0.14 0.02-0.28-0.13-0.3-0.32z"></path><path d="m173.78 219.24l0.4 0.57 1.34-0.42 0.14-0.18-0.15-0.2-1.33-0.39-0.4 0.62"></path><path d="m175.66 217.15l-0.86 0.52 0.64 1.38 0.22 0.14 0.22-0.14 0.64-1.38-0.86-0.52"></path><path d="m177.55 219.24l-0.39 0.57-1.34-0.42-0.14-0.18 0.14-0.2 1.34-0.39 0.39 0.62"></path><ellipse cx="175.67" cy="219.21" rx="0.49" ry="0.47"></ellipse><path d="m178.5 219.95c0.02-0.2-0.08-0.37-0.22-0.39s-0.28 0.13-0.3 0.33c-0.02 0.19 0.07 0.37 0.21 0.38 0.14 0.02 0.28-0.13 0.31-0.32z"></path><path d="m178.99 219.3l0.26 0.63 1.4-0.13 0.18-0.16-0.1-0.22-1.22-0.64-0.52 0.52"></path><path d="m181.27 217.76l0.67 0.64-0.86 1.14-0.23 0.09-0.17-0.18-0.3-1.37 0.89-0.32"></path><path d="m182.68 220.04l-0.51 0.48-1.22-0.66-0.1-0.21 0.19-0.17 1.4-0.12 0.24 0.68"></path><ellipse cx="180.85" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m183.34 220.88c0.06-0.18 0-0.37-0.13-0.42-0.14-0.03-0.3 0.09-0.37 0.27-0.06 0.19 0 0.38 0.14 0.42 0.13 0.04 0.29-0.08 0.36-0.27z"></path><path d="m185.73 221c0.01 0.01 0.38-0.48 0.66-0.73 0.19-0.18 0.67-0.33 0.67-0.33 0-0.08-0.28-0.28-0.58-0.28-0.18 0-0.35 0.07-0.45 0.2l-0.04-0.2s-0.24 0.05-0.36 0.32c-0.11 0.29-0.03 0.72-0.03 0.72s0.04 0.2 0.13 0.3z"></path><path d="m183.84 220.22l0.11 0.66 1.4 0.15 0.21-0.12-0.05-0.23-1.05-0.87-0.62 0.41"></path><path d="m185.74 220.75c-0.11-0.12-0.35-0.09-0.53 0.06s-0.24 0.38-0.12 0.5c0.12 0.13 0.36 0.1 0.54-0.06 0.18-0.15 0.23-0.38 0.11-0.5z"></path></g><g id="crown_pt2" fill="none"><path fill="#ad1519" d="m168.05 224.3l0.31-0.5 0.65 0.13-0.38 0.56-0.58-0.19"></path><path fill="#058e6e" d="m170.85 223.81l-0.69 0.11c-0.18 0.02-0.35-0.09-0.38-0.26-0.02-0.17 0.1-0.32 0.27-0.35l0.7-0.1 0.71-0.11c0.18-0.02 0.34 0.09 0.37 0.25 0.02 0.17-0.1 0.33-0.27 0.35l-0.71 0.11"></path><ellipse fill="#fff" cx="173.19" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#ad1519" d="m175.7 223.48h-0.96c-0.18 0-0.33-0.14-0.33-0.31s0.14-0.31 0.32-0.31h1.96c0.19 0 0.33 0.14 0.33 0.31s-0.15 0.31-0.33 0.31h-0.99"></path><ellipse fill="#fff" cx="178.16" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#058e6e" d="m180.5 223.81l0.69 0.11c0.18 0.02 0.35-0.09 0.38-0.26 0.02-0.17-0.09-0.32-0.27-0.35l-0.7-0.1-0.71-0.11c-0.18-0.02-0.35 0.09-0.37 0.25-0.03 0.17 0.09 0.33 0.27 0.35l0.71 0.11"></path><path fill="#ad1519" d="m183.24 224.33l-0.25-0.53-0.67 0.06 0.32 0.59 0.6-0.12"></path><path fill="#ad1519" stroke-linejoin="round" d="m175.66 226.16c-2.43 0-4.63-0.22-6.3-0.65 1.67-0.43 3.87-0.69 6.3-0.7 2.44 0 4.65 0.27 6.33 0.7-1.68 0.43-3.89 0.65-6.33 0.65z"></path><path stroke-width="0.01" d="m176.8 226.08v-1.16m-0.58 1.2l0.01-1.23m-0.43 1.25v-1.26"></path><path stroke-width="0.02" d="m175.44 226.15v-1.27"></path><path stroke-width="0.03" d="m175.09 226.15v-1.27"></path><path stroke-width="0.04" d="m174.77 226.15v-1.27"></path><path stroke-width="0.04" d="m174.44 226.15v-1.27"></path><path stroke-width="0.05" d="m174.16 226.15v-1.27"></path><path stroke-width="0.06" d="m173.61 226.08l-0.01-1.15m0.27 1.17v-1.21"></path><path stroke-width="0.07" d="m173.1 226.03v-1.06m0.26 1.09l-0.01-1.13"></path><path stroke-width="0.08" d="m172.42 225.97v-0.93m0.23 0.94v-0.98m0.23 1.02v-1.02"></path><path stroke-width="0.09" d="m172.19 225.96v-0.9"></path><path stroke-width="0.1" d="m171.97 225.92v-0.85"></path><path stroke-width="0.11" d="m171.73 225.89v-0.78"></path><path stroke-width="0.12" d="m171.24 225.82l-0.01-0.62m0.26 0.66v-0.7"></path><path stroke-width="0.12" d="m170.99 225.77v-0.55"></path><path stroke-width="0.13" d="m170.76 225.73v-0.46"></path><path stroke-width="0.14" d="m170.51 225.67v-0.36"></path><path stroke-width="0.15" d="m170.26 225.64v-0.27"></path><path stroke-width="0.18" d="m169.99 225.58v-0.13"></path></g></g><g id="pillar_left"><g fill="#005bbf"><path d="m191.28 330.68c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.32-3.91 0.83-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.54-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.33 3.92-0.86 1.01-0.52 2.4-0.84 3.91-0.84 1.5 0 2.86 0.32 3.86 0.83 1.02 0.54 2.37 0.87 3.91 0.87l0.02-2.41z"></path><path fill="#ccc" d="m191.28 333.09c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.83-3.86-0.83-1.51 0-2.9 0.32-3.91 0.84-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.37-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.54 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.84 3.91-0.84c1.5 0 2.86 0.32 3.86 0.84 1.02 0.53 2.37 0.86 3.91 0.86l0.02-2.41"></path><path d="m191.28 335.5c-1.54 0-2.91-0.33-3.93-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.4c1.53 0 2.93-0.34 3.95-0.88 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.37 0.86 3.91 0.86l0.02-2.4"></path><path fill="#ccc" d="m191.26 340.32c-1.54 0-2.89-0.33-3.91-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.31-3.91 0.83s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.53-2.42 0.88-3.95 0.88v-2.4c1.53 0 2.93-0.36 3.95-0.9 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.39 0.86 3.93 0.86l-0.02 2.42"></path><path d="m191.26 342.73c-1.54 0-2.89-0.33-3.91-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v-2.39c1.53 0 2.93-0.37 3.95-0.9 1-0.52 2.34-0.81 3.86-0.81 1.45 0 2.79 0.3 3.79 0.79 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.83 3.91-0.83c1.5 0 2.86 0.31 3.86 0.82 1.02 0.54 2.38 0.87 3.93 0.87l-0.02 2.41z"></path></g><g fill="#c8b100"><path stroke-linejoin="round" d="m166.92 320.78c0.05 0.21 0.13 0.4 0.13 0.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-0.21 0.04-0.41 0.09-0.62-0.13 0.05-0.29 0.06-0.44 0.06h-16.69c-0.13 0-0.29-0.02-0.41-0.06z"></path><path d="m167.33 319.27h16.69c0.57 0 1.02 0.35 1.02 0.78s-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.36-1.02-0.79s0.46-0.78 1.02-0.78z"></path><path d="m164.27 329.86h22.87v-5.83h-22.87v5.83z"></path></g><path fill="#ccc" d="m167.55 318.32h16.25v-79.63h-16.25v79.63z"></path><path fill="none" d="m179.13 238.8v79.46m1.83-79.46v79.46"></path><g fill="#c8b100"><path d="m164.58 232.37h22.29v-5.84h-22.29v5.84z"></path><path stroke-linejoin="round" d="m166.92 236.26c0.14-0.06 0.24-0.07 0.41-0.07h16.69c0.17 0 0.32 0.03 0.46 0.08-0.58-0.19-0.99-0.71-0.99-1.32s0.45-1.14 1.03-1.33c-0.14 0.04-0.33 0.08-0.49 0.08h-16.7c-0.17 0-0.33-0.01-0.47-0.06l0.09 0.02c0.6 0.18 0.94 0.71 0.94 1.29 0 0.56-0.38 1.13-0.97 1.31z"></path><path d="m167.33 236.19h16.69c0.57 0 1.02 0.35 1.02 0.78 0 0.44-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.35-1.02-0.79 0-0.43 0.46-0.78 1.02-0.78z"></path><path d="m167.33 232.37h16.7c0.57 0 1.03 0.3 1.03 0.66 0 0.37-0.46 0.67-1.03 0.67h-16.7c-0.56 0-1.02-0.3-1.02-0.67 0-0.36 0.46-0.66 1.02-0.66z"></path></g></g><g id="ribbon_left" fill="#ad1519"><path d="m162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31 0.12 0.61 0.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-0.9-3.56-2.34-4.64z"></path><path stroke-linejoin="round" d="m200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39 0.02-5.04 0.25-7.79 0.7-9.72 1.63-17.13 5.51-16.54 8.67 0.01 0.06 0.04 0.2 0.05 0.26 0 0-3.64-8.21-3.7-8.52-0.65-3.51 7.56-7.82 18.35-9.62 3.39-0.57 6.69-0.79 9.56-0.76 6.9 0 12.9 0.89 16.52 2.23l0.04 9.82"></path><path d="m167.52 278.47c-4.51-0.32-7.58-1.53-7.94-3.41-0.28-1.5 1.25-3.17 3.97-4.68 1.21 0.14 2.58 0.3 4 0.3l-0.03 7.79"></path><path d="m183.83 272.38c2.82 0.43 4.93 1.13 5.98 1.99l0.1 0.17c0.5 1.03-1.97 3.22-6.11 5.67l0.03-7.83"></path><path stroke-linejoin="round" d="m157.42 293.83c-0.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-0.09-0.17c0.46 0.38 1.18 8.24 1.18 8.24 0.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-0.01z"></path></g><g id="crown_right" stroke-width="0.26"><path fill="#ad1519" stroke-width="0.27" d="m324.85 220.42s-0.74 0.78-1.28 0.89c-0.53 0.1-1.21-0.49-1.21-0.49s-0.48 0.51-1.08 0.64c-0.59 0.14-1.41-0.66-1.41-0.66s-0.57 0.8-1.07 0.99c-0.51 0.18-1.13-0.24-1.13-0.24s-0.23 0.39-0.65 0.61c-0.18 0.09-0.48-0.05-0.48-0.05l-0.6-0.38-0.68-0.72-0.62-0.24s-0.28-0.91-0.31-1.07c-0.02-0.16-0.08-0.57-0.08-0.57-0.13-0.65 0.87-1.4 2.3-1.72 0.82-0.19 1.54-0.18 2.06-0.02 0.57-0.48 1.78-0.82 3.2-0.82 1.29 0 2.42 0.27 3.04 0.7 0.61-0.43 1.74-0.7 3.03-0.7 1.42 0 2.62 0.34 3.19 0.82 0.53-0.16 1.24-0.17 2.07 0.02 1.42 0.32 2.43 1.07 2.3 1.72 0 0-0.06 0.41-0.08 0.57-0.03 0.16-0.32 1.07-0.32 1.07l-0.62 0.24-0.68 0.72-0.58 0.38s-0.3 0.14-0.48 0.05c-0.43-0.21-0.66-0.61-0.66-0.61s-0.62 0.42-1.13 0.24c-0.51-0.19-1.07-0.99-1.07-0.99s-0.82 0.8-1.42 0.66c-0.59-0.13-1.07-0.64-1.07-0.64s-0.68 0.59-1.21 0.49c-0.54-0.11-1.27-0.89-1.27-0.89z"></path><g fill="#c8b100"><ellipse cx="324.82" cy="216.2" rx="1.38" ry="1.96"></ellipse><ellipse cx="324.85" cy="216.2" rx="0.63" ry="1.81"></ellipse><ellipse stroke="none" cx="324.84" cy="213.95" rx="0.93" ry="0.88"></ellipse><path stroke-width="0.3" d="m326.13 213.64v0.58h-2.53v-0.58h0.94v-1.3h-0.62v-0.58h0.62v-0.58h0.61v0.58h0.61v0.58h-0.61v1.3h0.98"></path><path fill="none" d="m325.11,213.12a0.93,0.88 0 1,1 -0.51,-0.01"></path></g><g fill="none" stroke-width="0.21"><path stroke-width="0.26" stroke-linecap="round" d="m314.41 219.99c-0.13-0.33-0.22-0.7-0.22-1.08 0-1.59 1.26-2.88 2.83-2.88 0.5 0 0.96 0.13 1.37 0.37"></path><path stroke-width="0.26" d="m319.48 217.93c-0.15-0.26-0.29-0.54-0.29-0.84 0-1.15 1.19-2.08 2.64-2.08 0.62 0 1.2 0.17 1.65 0.45"></path><path stroke-width="0.26" d="m330.17 217.96c0.15-0.26 0.25-0.57 0.25-0.87 0-1.15-1.18-2.08-2.64-2.08-0.62 0-1.19 0.17-1.64 0.45"></path><path stroke-width="0.26" stroke-linecap="round" d="m335.21 219.99c0.13-0.33 0.21-0.7 0.21-1.08 0-1.59-1.26-2.88-2.82-2.88-0.5 0-0.97 0.13-1.38 0.37"></path><ellipse cx="313.57" cy="218.68" rx="0.45" ry="0.43"></ellipse><ellipse cx="313.74" cy="217.1" rx="0.45" ry="0.43"></ellipse><ellipse cx="314.76" cy="215.9" rx="0.45" ry="0.43"></ellipse><ellipse cx="316.11" cy="215.25" rx="0.45" ry="0.43"></ellipse><ellipse cx="317.55" cy="215.31" rx="0.45" ry="0.43"></ellipse><ellipse fill="#fff" cx="318.43" cy="217.08" rx="0.45" ry="0.43"></ellipse><ellipse cx="318.68" cy="215.58" rx="0.45" ry="0.43"></ellipse><ellipse cx="319.81" cy="214.64" rx="0.45" ry="0.43"></ellipse><ellipse cx="321.23" cy="214.19" rx="0.45" ry="0.43"></ellipse><ellipse cx="322.67" cy="214.24" rx="0.45" ry="0.43"></ellipse><ellipse cx="326.94" cy="214.24" rx="0.45" ry="0.43"></ellipse><ellipse cx="328.39" cy="214.19" rx="0.45" ry="0.43"></ellipse><ellipse cx="329.8" cy="214.64" rx="0.45" ry="0.43"></ellipse><ellipse cx="330.93" cy="215.58" rx="0.45" ry="0.43"></ellipse><ellipse fill="#fff" cx="331.18" cy="217.08" rx="0.45" ry="0.43"></ellipse><ellipse cx="332.06" cy="215.31" rx="0.45" ry="0.43"></ellipse><ellipse cx="333.51" cy="215.25" rx="0.45" ry="0.43"></ellipse><ellipse cx="334.86" cy="215.9" rx="0.45" ry="0.43"></ellipse><ellipse cx="335.88" cy="217.1" rx="0.45" ry="0.43"></ellipse><ellipse cx="336.05" cy="218.68" rx="0.45" ry="0.43"></ellipse></g><g fill="#c8b100" transform="matrix(1, 0, 0, 1, 149.1699981689453, 0)"><path d="m168.58 224.25c-0.2-0.57-0.58-1.08-0.58-1.08 1.95-0.57 4.66-0.93 7.67-0.94 3.01 0.01 5.75 0.37 7.69 0.94 0 0-0.22 0.38-0.52 0.91-0.17 0.3-0.39 0.81-0.38 0.81-1.75-0.54-4.02-0.81-6.8-0.82-2.79 0.01-5.46 0.35-6.86 0.86 0.02 0-0.1-0.32-0.23-0.68h0.01"></path><path d="m175.67 226.73c2.43-0.01 5.11-0.38 6.1-0.63 0.66-0.2 1.05-0.49 0.98-0.84-0.04-0.16-0.18-0.3-0.37-0.38-1.46-0.47-4.07-0.8-6.71-0.8-2.63 0-5.27 0.33-6.72 0.8-0.19 0.08-0.33 0.22-0.37 0.38-0.07 0.35 0.32 0.64 0.98 0.84 0.99 0.25 3.68 0.62 6.11 0.63z"></path><path d="m183.48 222.08l-0.59-0.53s-0.57 0.34-1.28 0.24c-0.7-0.11-0.93-0.97-0.93-0.97s-0.79 0.67-1.44 0.62c-0.65-0.06-1.07-0.62-1.07-0.62s-0.71 0.51-1.33 0.46c-0.62-0.06-1.21-0.83-1.21-0.83s-0.63 0.8-1.25 0.86c-0.62 0.05-1.13-0.54-1.13-0.54s-0.28 0.59-1.07 0.72-1.47-0.62-1.47-0.62-0.45 0.73-0.99 0.92c-0.54 0.18-1.24-0.27-1.24-0.27s-0.12 0.27-0.2 0.43-0.31 0.19-0.31 0.19l0.18 0.47c1.93-0.56 4.56-0.91 7.53-0.91s5.67 0.35 7.61 0.92l0.2-0.54h-0.01z"></path><path d="m175.69 219.49l0.28 0.05c-0.05 0.12-0.06 0.24-0.06 0.38 0 0.58 0.5 1.05 1.12 1.05 0.49 0 0.91-0.31 1.06-0.73 0.01 0.01 0.11-0.38 0.15-0.38 0.03 0 0.03 0.41 0.05 0.41 0.07 0.53 0.55 0.89 1.1 0.89 0.62 0 1.11-0.47 1.11-1.06 0-0.04 0-0.08-0.01-0.12l0.35-0.35 0.19 0.44c-0.07 0.14-0.1 0.29-0.1 0.46 0 0.56 0.47 1.01 1.06 1.01 0.37 0 0.69-0.18 0.88-0.45l0.23-0.29v0.36c0 0.34 0.14 0.66 0.49 0.71 0 0 0.38 0.03 0.91-0.38 0.52-0.41 0.8-0.75 0.8-0.75l0.03 0.42s-0.51 0.84-0.97 1.1c-0.25 0.15-0.64 0.31-0.95 0.25-0.32-0.05-0.55-0.31-0.67-0.61-0.23 0.14-0.51 0.22-0.8 0.22-0.63 0-1.2-0.35-1.42-0.86-0.29 0.31-0.69 0.5-1.16 0.5-0.51 0-0.97-0.23-1.26-0.58-0.28 0.27-0.67 0.43-1.09 0.43-0.55 0-1.05-0.28-1.33-0.69-0.29 0.41-0.78 0.69-1.34 0.69-0.42 0-0.81-0.16-1.09-0.43-0.29 0.35-0.75 0.58-1.25 0.58-0.48 0-0.88-0.19-1.17-0.5-0.22 0.51-0.79 0.86-1.42 0.86-0.29 0-0.56-0.08-0.79-0.22-0.12 0.3-0.35 0.56-0.68 0.61-0.3 0.06-0.69-0.1-0.94-0.25-0.47-0.26-1.02-1.1-1.02-1.1l0.07-0.42s0.29 0.34 0.81 0.75 0.91 0.38 0.91 0.38c0.34-0.05 0.49-0.37 0.49-0.71v-0.36l0.22 0.29c0.19 0.27 0.51 0.45 0.88 0.45 0.59 0 1.06-0.45 1.06-1.01 0-0.17-0.02-0.32-0.1-0.46l0.19-0.44 0.35 0.35c-0.01 0.04-0.01 0.08-0.01 0.12 0 0.59 0.49 1.06 1.11 1.06 0.55 0 1.03-0.36 1.11-0.89 0.01 0 0.01-0.41 0.04-0.41 0.05 0 0.14 0.39 0.16 0.38 0.14 0.42 0.56 0.73 1.06 0.73 0.61 0 1.11-0.47 1.11-1.05 0-0.14 0-0.26-0.05-0.38l0.29-0.05h0.01z"></path><path stroke-linejoin="round" d="m175.67 222.23c-3.01 0.01-5.72 0.37-7.67 0.94-0.13 0.04-0.29-0.06-0.33-0.17-0.04-0.13 0.05-0.28 0.18-0.32 1.95-0.6 4.73-0.98 7.82-0.98s5.88 0.38 7.83 0.98c0.13 0.04 0.22 0.19 0.18 0.32-0.04 0.11-0.2 0.21-0.33 0.17-1.95-0.57-4.67-0.93-7.68-0.94z"></path><path d="m165.43 221c-0.01 0.01-0.38-0.48-0.65-0.73-0.2-0.18-0.68-0.33-0.68-0.33 0-0.08 0.28-0.28 0.58-0.28 0.18 0 0.35 0.07 0.45 0.2l0.04-0.2s0.24 0.05 0.35 0.32c0.12 0.29 0.05 0.72 0.05 0.72s-0.05 0.2-0.14 0.3z"></path><path d="m167.32 220.22l-0.11 0.66-1.4 0.15-0.21-0.12 0.04-0.23 1.06-0.87 0.62 0.41"></path><path d="m165.45 220.75c0.12-0.12 0.36-0.09 0.53 0.06 0.18 0.15 0.24 0.38 0.12 0.5-0.12 0.13-0.36 0.1-0.53-0.06-0.18-0.15-0.24-0.38-0.12-0.5z"></path><path d="m168.02 220.88c-0.06-0.18 0-0.37 0.13-0.42 0.14-0.03 0.3 0.09 0.37 0.27 0.06 0.19 0 0.38-0.14 0.42-0.13 0.04-0.29-0.08-0.36-0.27z"></path><path d="m168.67 220.04l0.51 0.48 1.22-0.66 0.09-0.21-0.17-0.17-1.4-0.12-0.25 0.68"></path><path d="m170.08 217.76l-0.67 0.64 0.86 1.14 0.23 0.09 0.17-0.18 0.3-1.37-0.89-0.32"></path><path d="m172.36 219.3l-0.26 0.63-1.4-0.13-0.18-0.16 0.1-0.22 1.22-0.64 0.52 0.52"></path><ellipse cx="170.51" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m172.87 219.95c-0.03-0.2 0.07-0.37 0.21-0.39s0.28 0.13 0.3 0.33c0.03 0.19-0.07 0.37-0.21 0.38-0.14 0.02-0.28-0.13-0.3-0.32z"></path><path d="m173.78 219.24l0.4 0.57 1.34-0.42 0.14-0.18-0.15-0.2-1.33-0.39-0.4 0.62"></path><path d="m175.66 217.15l-0.86 0.52 0.64 1.38 0.22 0.14 0.22-0.14 0.64-1.38-0.86-0.52"></path><path d="m177.55 219.24l-0.39 0.57-1.34-0.42-0.14-0.18 0.14-0.2 1.34-0.39 0.39 0.62"></path><ellipse cx="175.67" cy="219.21" rx="0.49" ry="0.47"></ellipse><path d="m178.5 219.95c0.02-0.2-0.08-0.37-0.22-0.39s-0.28 0.13-0.3 0.33c-0.02 0.19 0.07 0.37 0.21 0.38 0.14 0.02 0.28-0.13 0.31-0.32z"></path><path d="m178.99 219.3l0.26 0.63 1.4-0.13 0.18-0.16-0.1-0.22-1.22-0.64-0.52 0.52"></path><path d="m181.27 217.76l0.67 0.64-0.86 1.14-0.23 0.09-0.17-0.18-0.3-1.37 0.89-0.32"></path><path d="m182.68 220.04l-0.51 0.48-1.22-0.66-0.1-0.21 0.19-0.17 1.4-0.12 0.24 0.68"></path><ellipse cx="180.85" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m183.34 220.88c0.06-0.18 0-0.37-0.13-0.42-0.14-0.03-0.3 0.09-0.37 0.27-0.06 0.19 0 0.38 0.14 0.42 0.13 0.04 0.29-0.08 0.36-0.27z"></path><path d="m185.73 221c0.01 0.01 0.38-0.48 0.66-0.73 0.19-0.18 0.67-0.33 0.67-0.33 0-0.08-0.28-0.28-0.58-0.28-0.18 0-0.35 0.07-0.45 0.2l-0.04-0.2s-0.24 0.05-0.36 0.32c-0.11 0.29-0.03 0.72-0.03 0.72s0.04 0.2 0.13 0.3z"></path><path d="m183.84 220.22l0.11 0.66 1.4 0.15 0.21-0.12-0.05-0.23-1.05-0.87-0.62 0.41"></path><path d="m185.74 220.75c-0.11-0.12-0.35-0.09-0.53 0.06s-0.24 0.38-0.12 0.5c0.12 0.13 0.36 0.1 0.54-0.06 0.18-0.15 0.23-0.38 0.11-0.5z"></path></g><g fill="none" transform="matrix(1, 0, 0, 1, 149.1699981689453, 0)"><path fill="#ad1519" d="m168.05 224.3l0.31-0.5 0.65 0.13-0.38 0.56-0.58-0.19"></path><path fill="#058e6e" d="m170.85 223.81l-0.69 0.11c-0.18 0.02-0.35-0.09-0.38-0.26-0.02-0.17 0.1-0.32 0.27-0.35l0.7-0.1 0.71-0.11c0.18-0.02 0.34 0.09 0.37 0.25 0.02 0.17-0.1 0.33-0.27 0.35l-0.71 0.11"></path><ellipse fill="#fff" cx="173.19" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#ad1519" d="m175.7 223.48h-0.96c-0.18 0-0.33-0.14-0.33-0.31s0.14-0.31 0.32-0.31h1.96c0.19 0 0.33 0.14 0.33 0.31s-0.15 0.31-0.33 0.31h-0.99"></path><ellipse fill="#fff" cx="178.16" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#058e6e" d="m180.5 223.81l0.69 0.11c0.18 0.02 0.35-0.09 0.38-0.26 0.02-0.17-0.09-0.32-0.27-0.35l-0.7-0.1-0.71-0.11c-0.18-0.02-0.35 0.09-0.37 0.25-0.03 0.17 0.09 0.33 0.27 0.35l0.71 0.11"></path><path fill="#ad1519" d="m183.24 224.33l-0.25-0.53-0.67 0.06 0.32 0.59 0.6-0.12"></path><path fill="#ad1519" stroke-linejoin="round" d="m175.66 226.16c-2.43 0-4.63-0.22-6.3-0.65 1.67-0.43 3.87-0.69 6.3-0.7 2.44 0 4.65 0.27 6.33 0.7-1.68 0.43-3.89 0.65-6.33 0.65z"></path><path stroke-width="0.01" d="m176.8 226.08v-1.16m-0.58 1.2l0.01-1.23m-0.43 1.25v-1.26"></path><path stroke-width="0.02" d="m175.44 226.15v-1.27"></path><path stroke-width="0.03" d="m175.09 226.15v-1.27"></path><path stroke-width="0.04" d="m174.77 226.15v-1.27"></path><path stroke-width="0.04" d="m174.44 226.15v-1.27"></path><path stroke-width="0.05" d="m174.16 226.15v-1.27"></path><path stroke-width="0.06" d="m173.61 226.08l-0.01-1.15m0.27 1.17v-1.21"></path><path stroke-width="0.07" d="m173.1 226.03v-1.06m0.26 1.09l-0.01-1.13"></path><path stroke-width="0.08" d="m172.42 225.97v-0.93m0.23 0.94v-0.98m0.23 1.02v-1.02"></path><path stroke-width="0.09" d="m172.19 225.96v-0.9"></path><path stroke-width="0.1" d="m171.97 225.92v-0.85"></path><path stroke-width="0.11" d="m171.73 225.89v-0.78"></path><path stroke-width="0.12" d="m171.24 225.82l-0.01-0.62m0.26 0.66v-0.7"></path><path stroke-width="0.12" d="m170.99 225.77v-0.55"></path><path stroke-width="0.13" d="m170.76 225.73v-0.46"></path><path stroke-width="0.14" d="m170.51 225.67v-0.36"></path><path stroke-width="0.15" d="m170.26 225.64v-0.27"></path><path stroke-width="0.18" d="m169.99 225.58v-0.13"></path></g></g><g id="pillar_right" transform="matrix(1, 0, 0, 1, 149.1699981689453, 0)"><g fill="#005bbf"><path d="m191.28 330.68c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.32-3.91 0.83-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.54-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.33 3.92-0.86 1.01-0.52 2.4-0.84 3.91-0.84 1.5 0 2.86 0.32 3.86 0.83 1.02 0.54 2.37 0.87 3.91 0.87l0.02-2.41z"></path><path fill="#ccc" d="m191.28 333.09c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.83-3.86-0.83-1.51 0-2.9 0.32-3.91 0.84-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.37-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.54 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.84 3.91-0.84c1.5 0 2.86 0.32 3.86 0.84 1.02 0.53 2.37 0.86 3.91 0.86l0.02-2.41"></path><path d="m191.28 335.5c-1.54 0-2.91-0.33-3.93-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.4c1.53 0 2.93-0.34 3.95-0.88 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.37 0.86 3.91 0.86l0.02-2.4"></path><path fill="#ccc" d="m191.26 340.32c-1.54 0-2.89-0.33-3.91-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.31-3.91 0.83s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.53-2.42 0.88-3.95 0.88v-2.4c1.53 0 2.93-0.36 3.95-0.9 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.39 0.86 3.93 0.86l-0.02 2.42"></path><path d="m191.26 342.73c-1.54 0-2.89-0.33-3.91-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v-2.39c1.53 0 2.93-0.37 3.95-0.9 1-0.52 2.34-0.81 3.86-0.81 1.45 0 2.79 0.3 3.79 0.79 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.83 3.91-0.83c1.5 0 2.86 0.31 3.86 0.82 1.02 0.54 2.38 0.87 3.93 0.87l-0.02 2.41z"></path></g><g fill="#c8b100"><path stroke-linejoin="round" d="m166.92 320.78c0.05 0.21 0.13 0.4 0.13 0.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-0.21 0.04-0.41 0.09-0.62-0.13 0.05-0.29 0.06-0.44 0.06h-16.69c-0.13 0-0.29-0.02-0.41-0.06z"></path><path d="m167.33 319.27h16.69c0.57 0 1.02 0.35 1.02 0.78s-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.36-1.02-0.79s0.46-0.78 1.02-0.78z"></path><path d="m164.27 329.86h22.87v-5.83h-22.87v5.83z"></path></g><path fill="#ccc" d="m167.55 318.32h16.25v-79.63h-16.25v79.63z"></path><path fill="none" d="m179.13 238.8v79.46m1.83-79.46v79.46"></path><g fill="#c8b100"><path d="m164.58 232.37h22.29v-5.84h-22.29v5.84z"></path><path stroke-linejoin="round" d="m166.92 236.26c0.14-0.06 0.24-0.07 0.41-0.07h16.69c0.17 0 0.32 0.03 0.46 0.08-0.58-0.19-0.99-0.71-0.99-1.32s0.45-1.14 1.03-1.33c-0.14 0.04-0.33 0.08-0.49 0.08h-16.7c-0.17 0-0.33-0.01-0.47-0.06l0.09 0.02c0.6 0.18 0.94 0.71 0.94 1.29 0 0.56-0.38 1.13-0.97 1.31z"></path><path d="m167.33 236.19h16.69c0.57 0 1.02 0.35 1.02 0.78 0 0.44-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.35-1.02-0.79 0-0.43 0.46-0.78 1.02-0.78z"></path><path d="m167.33 232.37h16.7c0.57 0 1.03 0.3 1.03 0.66 0 0.37-0.46 0.67-1.03 0.67h-16.7c-0.56 0-1.02-0.3-1.02-0.67 0-0.36 0.46-0.66 1.02-0.66z"></path></g></g><g id="ribbon_right" fill="#ad1519" transform="matrix(-1, 0, 0, 1, 500.57000732421875, 0)"><path d="m162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31 0.12 0.61 0.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-0.9-3.56-2.34-4.64z"></path><path stroke-linejoin="round" d="m200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39 0.02-5.04 0.25-7.79 0.7-9.72 1.63-17.13 5.51-16.54 8.67 0.01 0.06 0.04 0.2 0.05 0.26 0 0-3.64-8.21-3.7-8.52-0.65-3.51 7.56-7.82 18.35-9.62 3.39-0.57 6.69-0.79 9.56-0.76 6.9 0 12.9 0.89 16.52 2.23l0.04 9.82"></path><path d="m167.52 278.47c-4.51-0.32-7.58-1.53-7.94-3.41-0.28-1.5 1.25-3.17 3.97-4.68 1.21 0.14 2.58 0.3 4 0.3l-0.03 7.79"></path><path d="m183.83 272.38c2.82 0.43 4.93 1.13 5.98 1.99l0.1 0.17c0.5 1.03-1.97 3.22-6.11 5.67l0.03-7.83"></path><path stroke-linejoin="round" d="m157.42 293.83c-0.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-0.09-0.17c0.46 0.38 1.18 8.24 1.18 8.24 0.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-0.01z"></path></g><g id="plus_ultra" fill="#c8b100" stroke="none"><path d="m166.42 264.65c1.99-0.72 3.29-1.58 2.66-3.14-0.41-1-1.43-1.19-2.97-0.63l-2.71 0.99 2.44 6.03c0.27-0.12 0.54-0.24 0.81-0.34 0.28-0.1 0.57-0.18 0.85-0.26l-1.08-2.64v-0.01zm-1.18-2.91l0.69-0.25c0.57-0.21 1.21 0.1 1.5 0.8 0.21 0.53 0.16 1.13-0.5 1.55-0.21 0.13-0.46 0.23-0.7 0.33l-0.99-2.43"></path><path d="m172.78 259.22c-0.29 0.08-0.57 0.16-0.86 0.22-0.29 0.05-0.59 0.09-0.88 0.12l1.41 6.28 4.38-0.88c-0.05-0.12-0.12-0.26-0.14-0.38-0.03-0.14-0.03-0.28-0.04-0.41-0.77 0.22-1.61 0.46-2.61 0.66l-1.26-5.61"></path><path d="m181.56 264.63c0.82-2.28 1.82-4.46 2.81-6.67-0.18 0.03-0.36 0.06-0.54 0.07s-0.37 0.01-0.54 0c-0.53 1.61-1.18 3.21-1.87 4.8-0.82-1.51-1.73-2.99-2.43-4.51-0.34 0.04-0.69 0.09-1.03 0.12-0.34 0.02-0.7 0.01-1.04 0.02 1.26 2.06 2.48 4.11 3.64 6.23 0.16-0.03 0.32-0.06 0.5-0.08 0.16-0.01 0.33 0.01 0.5 0.02"></path><path d="m190.72 259.8c0.15-0.31 0.31-0.6 0.48-0.89-0.24-0.22-0.96-0.55-1.81-0.63-1.79-0.18-2.81 0.61-2.93 1.69-0.26 2.26 3.31 2.07 3.14 3.57-0.07 0.64-0.75 0.9-1.48 0.83-0.81-0.08-1.41-0.53-1.51-1.19l-0.22-0.02c-0.12 0.39-0.29 0.77-0.48 1.15 0.53 0.34 1.21 0.53 1.85 0.59 1.83 0.19 3.22-0.54 3.35-1.74 0.23-2.15-3.37-2.27-3.23-3.54 0.06-0.53 0.47-0.88 1.4-0.79 0.67 0.07 1.08 0.43 1.26 0.95l0.18 0.02"></path><path d="m310.3 264.98c0.62-2.33 1.41-4.58 2.19-6.87-0.17 0.05-0.35 0.09-0.53 0.11-0.17 0.03-0.36 0.04-0.54 0.05-0.37 1.64-0.88 3.29-1.42 4.94-0.96-1.44-2-2.84-2.83-4.3-0.34 0.07-0.68 0.15-1.02 0.2s-0.69 0.07-1.04 0.11c1.45 1.94 2.85 3.89 4.2 5.91 0.16-0.04 0.32-0.1 0.5-0.12 0.16-0.02 0.33-0.02 0.49-0.03"></path><path d="m316.48 258.16c-0.29 0.01-0.59 0.04-0.88 0.03-0.3 0-0.6-0.04-0.89-0.06l-0.12 6.41 4.49 0.08c-0.03-0.13-0.06-0.28-0.06-0.41s0.04-0.27 0.07-0.4c-0.81 0.05-1.68 0.1-2.71 0.08l0.1-5.73"></path><path d="m323.52 259.21c0.72 0.06 1.41 0.19 2.1 0.31-0.01-0.13-0.03-0.27-0.02-0.41 0.01-0.13 0.06-0.26 0.1-0.39l-6.07-0.5c0.01 0.14 0.03 0.27 0.02 0.4-0.01 0.14-0.06 0.27-0.1 0.4 0.62-0.02 1.37-0.02 2.21 0.05l-0.53 5.77c0.29 0 0.59 0 0.88 0.03 0.3 0.02 0.59 0.07 0.88 0.11l0.53-5.77"></path><path d="m326.01 265.53c0.29 0.05 0.59 0.09 0.88 0.15 0.28 0.06 0.57 0.15 0.85 0.23l0.72-2.94 0.08 0.01c0.16 0.41 0.38 0.9 0.49 1.19l0.9 2.22c0.36 0.06 0.71 0.11 1.05 0.18 0.36 0.08 0.7 0.18 1.04 0.28l-0.31-0.67c-0.48-1-0.99-2.01-1.41-3.02 1.12 0.04 1.98-0.36 2.2-1.26 0.15-0.62-0.1-1.11-0.68-1.53-0.44-0.31-1.28-0.47-1.83-0.6l-2.44-0.53-1.54 6.29m3.14-5.42c0.71 0.16 1.59 0.27 1.59 1.07-0.01 0.21-0.03 0.35-0.06 0.48-0.23 0.94-0.94 1.26-2.13 0.91l0.6-2.46"></path><path d="m337.57 267.46c-0.05 0.69-0.18 1.37-0.31 2.1 0.3 0.14 0.61 0.27 0.9 0.44 0.3 0.16 0.57 0.34 0.86 0.52l0.6-7.23c-0.14-0.06-0.27-0.12-0.41-0.19-0.13-0.07-0.25-0.15-0.37-0.24l-6.38 4.05c0.17 0.08 0.35 0.16 0.51 0.25 0.17 0.09 0.31 0.19 0.47 0.28 0.54-0.45 1.1-0.82 1.74-1.3l2.39 1.31v0.01zm-1.81-1.66l2.13-1.37-0.25 2.4-1.88-1.03"></path></g></g><g id="crown_crest"><path fill="#ad1519" stroke-width="0.26" d="m249.65 182.72c6.64 0 12.56 0.99 16.41 2.51 2.2 1 5.16 1.73 8.4 2.17 2.47 0.33 4.81 0.39 6.85 0.24 2.73-0.06 6.67 0.74 10.62 2.48 3.26 1.45 5.99 3.21 7.8 4.91l-1.57 1.4-0.45 3.96-4.3 4.92-2.15 1.83-5.09 4.07-2.6 0.21-0.79 2.25-32.91-3.86-33.02 3.86-0.79-2.25-2.61-0.21-5.08-4.07-2.15-1.83-4.3-4.92-0.44-3.96-1.58-1.4c1.82-1.7 4.54-3.46 7.8-4.91 3.95-1.74 7.89-2.54 10.62-2.48 2.04 0.15 4.38 0.09 6.85-0.24 3.24-0.44 6.2-1.17 8.4-2.17 3.86-1.52 9.44-2.51 16.08-2.51z"></path><g fill="#c8b100"><path d="m225.34 191.42l1.38 1.11 2.08-3.4c-2.25-1.38-3.8-3.78-3.8-6.51 0-0.31 0.02-0.61 0.06-0.91 0.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63 0.95 8.84 2.48 0.06-0.67 0.12-1.25 0.21-1.86-2.43-1.42-5.6-2.28-9.05-2.28-7.71 0-13.74 4.39-14.03 9.57-0.03 0.31-0.05 0.61-0.05 0.92 0 2.76 1.26 5.26 3.26 6.99l-1.1 1.81"></path><path d="m225.43 191.46c-2.63-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.41-2.07 1.67-3.33 3.83-3.51 6.23-0.03 0.31-0.05 0.61-0.05 0.92 0 2.76 1.26 5.26 3.26 6.99l-1.01 1.85"></path><path d="m202.21 194.89c-1.48-1.65-2.38-3.79-2.38-6.12 0-1.41 0.33-2.75 0.91-3.95 2.13-4.38 8.82-7.57 16.76-7.57 2.16 0 4.23 0.23 6.14 0.67-0.42 0.46-0.75 0.97-1.08 1.48-1.59-0.31-3.29-0.48-5.06-0.48-7.27 0-13.36 2.83-15.12 6.65-0.47 0.97-0.73 2.06-0.73 3.2 0 2.32 1.09 4.4 2.79 5.82l-2.63 4.3-1.41-1.12 1.81-2.88z"></path><path d="m204.9 180.48c-1.91 1.21-3.36 2.69-4.16 4.34-0.58 1.2-0.91 2.54-0.91 3.95 0 2.33 0.9 4.47 2.38 6.12l-1.6 2.59c-1.53-1.96-2.42-4.26-2.42-6.7 0-4.2 2.67-7.87 6.71-10.3z"></path><path d="m250.04 171.27c1.76 0 3.28 1.16 3.64 2.73 0.23 1.38 0.38 2.95 0.41 4.62 0.01 0.18-0.01 0.35-0.01 0.52 0 0.2 0.04 0.41 0.05 0.61 0.06 3.52 0.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c0.72-1.9 1.22-5 1.29-8.52 0-0.2 0.04-0.41 0.04-0.61 0-0.17-0.01-0.34-0.01-0.52 0.03-1.67 0.18-3.24 0.41-4.62 0.36-1.57 1.94-2.73 3.7-2.73z"></path><path d="m250.04 172.94c0.91 0 1.68 0.58 1.87 1.39 0.23 1.31 0.37 2.8 0.4 4.38 0 0.16-0.01 0.32-0.01 0.48 0 0.2 0.03 0.39 0.04 0.59 0.05 3.32 0.53 6.25 1.21 8.05l-3.54 3.35-3.54-3.35c0.67-1.8 1.15-4.73 1.21-8.05 0-0.2 0.04-0.39 0.04-0.59 0-0.16-0.01-0.32-0.01-0.48 0.03-1.58 0.17-3.07 0.4-4.38 0.18-0.81 1.02-1.39 1.93-1.39z"></path><path d="m274.7 191.42l-1.39 1.11-2.08-3.4c2.26-1.38 3.81-3.78 3.81-6.51 0-0.31-0.02-0.61-0.06-0.91-0.21-4.34-5.5-7.92-12.2-7.92-3.49 0-6.63 0.95-8.84 2.48-0.06-0.67-0.12-1.25-0.22-1.86 2.44-1.42 5.6-2.28 9.06-2.28 7.71 0 13.74 4.39 14.03 9.57 0.03 0.31 0.05 0.61 0.05 0.92 0 2.76-1.27 5.26-3.27 6.99l1.11 1.81"></path><path d="m274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.41 2.07 1.67 3.33 3.83 3.51 6.23 0.03 0.31 0.05 0.61 0.05 0.92 0 2.76-1.27 5.26-3.27 6.99l1.02 1.85"></path><path d="m297.83 194.89c1.47-1.65 2.38-3.79 2.38-6.12 0-1.41-0.33-2.75-0.91-3.95-2.14-4.38-8.82-7.57-16.76-7.57-2.16 0-4.23 0.23-6.15 0.67 0.43 0.46 0.76 0.97 1.09 1.48 1.58-0.31 3.29-0.48 5.06-0.48 7.27 0 13.35 2.83 15.11 6.65 0.47 0.97 0.73 2.06 0.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.81-2.88z"></path><path d="m295.14 180.48c1.91 1.21 3.36 2.69 4.16 4.34 0.58 1.2 0.91 2.54 0.91 3.95 0 2.33-0.91 4.47-2.38 6.12l1.6 2.59c1.53-1.96 2.41-4.26 2.41-6.7 0-4.2-2.67-7.87-6.7-10.3z"></path><ellipse fill="#005bbf" stroke-width="0.26" cx="250.05" cy="167.3" rx="4.43" ry="4.2"></ellipse><path stroke-width="0.26" d="m248.89 155.54v2.26h-2.42v2.3h2.42v3.15 3.46h-3.05c-0.03 0.21-0.22 0.37-0.22 0.59 0 0.58 0.12 1.14 0.35 1.64 0 0.02 0.02 0.02 0.03 0.03h8.12c0-0.01 0.02-0.01 0.03-0.03 0.22-0.5 0.35-1.06 0.35-1.64 0-0.22-0.19-0.38-0.22-0.59h-2.96v-3.43-3.18h2.42v-2.3h-2.42v-2.26h-2.43z"></path></g><g fill="#fff"><ellipse cx="250.04" cy="188.94" rx="1.91" ry="1.8"></ellipse><ellipse cx="250.04" cy="185.4" rx="1.91" ry="1.8"></ellipse><ellipse cx="250.04" cy="181.6" rx="1.52" ry="1.44"></ellipse><ellipse cx="250.04" cy="178.18" rx="1.1" ry="1.04"></ellipse><ellipse cx="250.04" cy="175.18" rx="0.88" ry="0.83"></ellipse><ellipse cx="198.94" cy="198.67" rx="1.1" ry="1.04"></ellipse><ellipse cx="197.44" cy="196.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="196.44" cy="192.94" rx="1.1" ry="1.04"></ellipse><ellipse cx="196.31" cy="189.64" rx="1.1" ry="1.04"></ellipse><ellipse cx="197.12" cy="186.4" rx="1.1" ry="1.04"></ellipse><ellipse cx="198.81" cy="183.45" rx="1.1" ry="1.04"></ellipse><ellipse cx="201.06" cy="181.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="203.68" cy="179.01" rx="1.1" ry="1.04"></ellipse><ellipse cx="206.8" cy="177.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="210.04" cy="176.19" rx="1.1" ry="1.04"></ellipse><ellipse cx="213.66" cy="175.54" rx="1.1" ry="1.04"></ellipse><ellipse cx="217.1" cy="175.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="220.47" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="224.21" cy="190.32" rx="1.1" ry="1.04"></ellipse><ellipse cx="222.34" cy="187.65" rx="1.1" ry="1.04"></ellipse><ellipse cx="221.35" cy="184.75" rx="1.1" ry="1.04"></ellipse><ellipse cx="221.47" cy="181.57" rx="1.1" ry="1.04"></ellipse><ellipse cx="222.16" cy="178.37" rx="1.1" ry="1.04"></ellipse><ellipse cx="223.84" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="226.4" cy="173.47" rx="1.1" ry="1.04"></ellipse><ellipse cx="229.39" cy="171.81" rx="1.1" ry="1.04"></ellipse><ellipse cx="232.7" cy="170.82" rx="1.1" ry="1.04"></ellipse><ellipse cx="236.13" cy="170.23" rx="1.1" ry="1.04"></ellipse><ellipse cx="239.5" cy="170.28" rx="1.1" ry="1.04"></ellipse><ellipse cx="242.99" cy="170.87" rx="1.1" ry="1.04"></ellipse><ellipse cx="246.23" cy="171.99" rx="1.1" ry="1.04"></ellipse><ellipse cx="253.8" cy="171.99" rx="1.1" ry="1.04"></ellipse><ellipse cx="257.04" cy="170.87" rx="1.1" ry="1.04"></ellipse><ellipse cx="260.54" cy="170.28" rx="1.1" ry="1.04"></ellipse><ellipse cx="263.9" cy="170.23" rx="1.1" ry="1.04"></ellipse><ellipse cx="267.34" cy="170.82" rx="1.1" ry="1.04"></ellipse><ellipse cx="270.64" cy="171.81" rx="1.1" ry="1.04"></ellipse><ellipse cx="273.64" cy="173.47" rx="1.1" ry="1.04"></ellipse><ellipse cx="276.19" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="277.88" cy="178.37" rx="1.1" ry="1.04"></ellipse><ellipse cx="278.57" cy="181.57" rx="1.1" ry="1.04"></ellipse><ellipse cx="278.69" cy="184.75" rx="1.1" ry="1.04"></ellipse><ellipse cx="277.69" cy="187.65" rx="1.1" ry="1.04"></ellipse><ellipse cx="275.83" cy="190.32" rx="1.1" ry="1.04"></ellipse><ellipse cx="279.57" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="282.94" cy="175.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="286.38" cy="175.54" rx="1.1" ry="1.04"></ellipse><ellipse cx="290" cy="176.19" rx="1.1" ry="1.04"></ellipse><ellipse cx="293.24" cy="177.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="296.36" cy="179.01" rx="1.1" ry="1.04"></ellipse><ellipse cx="298.97" cy="181.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="301.22" cy="183.45" rx="1.1" ry="1.04"></ellipse><ellipse cx="302.91" cy="186.4" rx="1.1" ry="1.04"></ellipse><ellipse cx="303.72" cy="189.64" rx="1.1" ry="1.04"></ellipse><ellipse cx="303.6" cy="192.94" rx="1.1" ry="1.04"></ellipse><ellipse cx="302.6" cy="196.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="301.1" cy="198.67" rx="1.1" ry="1.04"></ellipse></g><g fill="#c8b100"><path d="m250.15 226.18c-12.26-0.02-23.25-1.47-31.09-3.83-0.57-0.18-0.87-0.7-0.84-1.25-0.01-0.52 0.29-1 0.84-1.17 7.84-2.36 18.83-3.81 31.09-3.83 12.27 0.02 23.25 1.47 31.09 3.83 0.55 0.17 0.84 0.65 0.83 1.17 0.03 0.55-0.27 1.07-0.83 1.25-7.84 2.36-18.82 3.81-31.09 3.83"></path><path d="m250.07 216.09c-12.41 0.03-23.55 1.58-31.39 4 0.65-0.31 0.59-1.12-0.22-3.2-0.98-2.53-2.5-2.42-2.5-2.42 8.66-2.56 20.73-4.16 34.16-4.18 13.44 0.02 25.6 1.62 34.27 4.18 0 0-1.53-0.11-2.51 2.42-0.81 2.08-0.87 2.89-0.21 3.2-7.84-2.42-19.19-3.97-31.6-4"></path><path d="m250.12 210.3c-13.43 0.02-25.5 1.62-34.16 4.18-0.58 0.17-1.19-0.05-1.38-0.6s0.12-1.18 0.7-1.35c8.71-2.67 21.08-4.35 34.84-4.38 13.77 0.03 26.19 1.71 34.9 4.38 0.58 0.17 0.89 0.8 0.7 1.35s-0.8 0.77-1.38 0.6c-8.67-2.56-20.78-4.16-34.22-4.18"></path><path d="m250.2 199.78l1.23 0.22c-0.19 0.5-0.24 1.05-0.24 1.63 0 2.57 2.21 4.65 4.92 4.65 2.18 0 4.04-1.35 4.67-3.21 0.08 0.05 0.47-1.68 0.68-1.66 0.17 0.02 0.15 1.8 0.22 1.77 0.31 2.34 2.46 3.93 4.87 3.93 2.71 0 4.91-2.08 4.91-4.65 0-0.19-0.01-0.38-0.04-0.57l1.54-1.52 0.83 1.94c-0.33 0.61-0.46 1.3-0.46 2.03 0 2.46 2.1 4.44 4.69 4.44 1.63 0 3.06-0.78 3.9-1.97l0.99-1.25-0.01 1.53c0 1.55 0.66 2.93 2.16 3.18 0 0 1.73 0.1 4.03-1.7 2.29-1.8 3.55-3.29 3.55-3.29l0.2 1.8s-1.9 2.95-3.97 4.15c-1.14 0.66-2.86 1.35-4.23 1.13-1.44-0.24-2.48-1.4-3.01-2.74-1.03 0.61-2.25 0.97-3.55 0.97-2.81 0-5.33-1.54-6.32-3.86-1.29 1.4-3.09 2.25-5.2 2.25-2.24 0-4.29-1.01-5.57-2.56-1.27 1.16-2.98 1.87-4.88 1.87-2.48 0-4.69-1.22-5.94-3.05-1.25 1.83-3.46 3.05-5.94 3.05-1.89 0-3.61-0.71-4.87-1.87-1.28 1.55-3.34 2.56-5.58 2.56-2.11 0-3.9-0.85-5.19-2.25-1 2.32-3.52 3.86-6.32 3.86-1.31 0-2.52-0.36-3.55-0.97-0.54 1.34-1.57 2.5-3.02 2.74-1.36 0.22-3.08-0.47-4.22-1.13-2.08-1.2-3.98-4.15-3.98-4.15l0.2-1.8s1.27 1.49 3.56 3.29c2.29 1.81 4.02 1.7 4.02 1.7 1.51-0.25 2.16-1.63 2.16-3.18l-0.01-1.53 0.99 1.25c0.84 1.19 2.28 1.97 3.9 1.97 2.59 0 4.69-1.98 4.69-4.44 0-0.73-0.13-1.42-0.46-2.03l0.83-1.94 1.54 1.52c-0.02 0.19-0.04 0.38-0.04 0.57 0 2.57 2.2 4.65 4.91 4.65 2.42 0 4.56-1.59 4.88-3.93 0.06 0.03 0.05-1.75 0.22-1.77 0.2-0.02 0.6 1.71 0.67 1.66 0.64 1.86 2.49 3.21 4.68 3.21 2.71 0 4.91-2.08 4.91-4.65 0-0.58-0.03-1.13-0.24-1.63l1.29-0.22"></path><path d="m208.37 206.32c-0.11-0.37-0.35-0.75-0.72-1.06-0.79-0.68-1.84-0.79-2.36-0.25-0.07 0.07-0.13 0.17-0.17 0.25 0 0-1.11-2.08-2.41-2.78-1.29-0.7-3.49-0.52-3.49-0.52 0-1.6 1.3-2.89 2.99-2.89 0.99 0 1.92 0.41 2.48 1.11l0.23-1.07s1.36 0.27 1.98 1.82-0.06 3.8-0.06 3.8 0.34-0.96 0.85-1.61c0.51-0.64 1.81-1.34 2.49-1.66 0.67-0.31 1.37-0.79 1.37-0.79s0.03 0.18 0.05 0.61c0.03 0.51-0.01 0.83-0.01 0.83 1.24-0.17 2.69 0.04 3.83 0.48-0.49 0.95-1.41 1.84-2.62 2.3 0 0 0.44 0.36 0.83 0.75 0.34 0.34 0.44 0.49 0.44 0.49s-0.85 0.13-1.27 0.19c-0.43 0.05-1.84 0.28-2.69 0.22-0.62-0.04-1.32-0.14-1.74-0.22"></path><path fill="#ad1519" d="m205.29 205.01c0.52-0.54 1.57-0.43 2.36 0.25 0.8 0.67 1.02 1.66 0.51 2.19-0.51 0.54-1.57 0.42-2.36-0.25-0.79-0.68-1.02-1.66-0.51-2.19"></path><path fill="#fff" d="m216.39 205.91c-0.28-0.83-0.03-1.65 0.57-1.83 0.6-0.19 1.32 0.33 1.6 1.16s0.03 1.65-0.57 1.84c-0.6 0.18-1.31-0.34-1.6-1.17"></path><path d="m226.12 201.86c-0.33-0.27-0.59-0.64-0.67-1.08s0.01-0.87 0.23-1.23c0 0-0.88-0.44-1.83-0.69-0.72-0.19-1.99-0.2-2.37-0.2-0.38-0.02-1.15-0.03-1.15-0.03s0.07 0.17 0.28 0.55c0.27 0.46 0.5 0.75 0.5 0.75-1.27 0.29-2.35 1.12-3.03 2.09 0.99 0.68 2.3 1.1 3.6 0.97 0 0-0.12 0.34-0.2 0.86-0.06 0.43-0.06 0.61-0.06 0.61s0.71-0.26 1.07-0.39c0.35-0.13 1.54-0.55 2.15-0.96 0.8-0.54 1.48-1.25 1.48-1.25"></path><path d="m225.68 191.65c1.06 0.67 1.98 1.79 2.3 3.03 0 0 0.13-0.25 0.71-0.59 0.59-0.33 1.09-0.32 1.09-0.32s-0.17 0.97-0.25 1.32c-0.09 0.34-0.09 1.38-0.32 2.32-0.23 0.93-0.63 1.68-0.63 1.68-0.42-0.34-0.99-0.51-1.58-0.41-0.58 0.1-1.06 0.44-1.32 0.9 0 0-0.66-0.58-1.21-1.38-0.55-0.81-0.93-1.78-1.13-2.08-0.21-0.3-0.72-1.15-0.72-1.15s0.47-0.18 1.14-0.05c0.67 0.12 0.88 0.32 0.88 0.32-0.14-1.28 0.28-2.62 1.04-3.59"></path><path d="m228.97 201.38c0.22-0.35 0.32-0.79 0.24-1.23s-0.32-0.81-0.66-1.07c0 0 0.67-0.71 1.47-1.26 0.6-0.41 1.8-0.82 2.15-0.95 0.36-0.13 1.07-0.4 1.07-0.4s0 0.18-0.06 0.61c-0.08 0.52-0.2 0.87-0.2 0.87 1.3-0.14 2.62 0.29 3.61 0.98-0.69 0.97-1.77 1.79-3.04 2.08 0 0 0.23 0.28 0.5 0.74 0.21 0.39 0.28 0.56 0.28 0.56s-0.77-0.02-1.15-0.03c-0.38 0-1.65-0.01-2.37-0.2-0.95-0.25-1.84-0.69-1.84-0.69"></path><ellipse fill="#ad1519" cx="227.37" cy="200.45" rx="2.17" ry="2.06"></ellipse><path fill="#fff" d="m237.76 201.77c-0.11-0.87 0.31-1.63 0.93-1.7 0.63-0.07 1.23 0.57 1.34 1.44 0.11 0.86-0.3 1.63-0.93 1.7-0.62 0.07-1.22-0.57-1.34-1.44"></path><path d="m248.5 199.83c-0.32-0.36-0.53-0.82-0.53-1.33 0-0.5 0.19-0.97 0.51-1.32 0 0-0.89-0.67-1.89-1.12-0.77-0.35-2.18-0.59-2.6-0.67-0.43-0.08-1.28-0.24-1.28-0.24s0.04 0.2 0.2 0.67c0.2 0.56 0.4 0.93 0.4 0.93-1.47 0.08-2.85 0.81-3.81 1.76 0.96 0.94 2.34 1.66 3.81 1.75 0 0-0.2 0.36-0.4 0.93-0.16 0.46-0.2 0.67-0.2 0.67s0.85-0.16 1.28-0.24c0.42-0.08 1.83-0.32 2.6-0.67 1-0.46 1.91-1.11 1.91-1.11"></path><path d="m250.11 188.36c1.05 0.95 1.85 2.36 1.95 3.82 0 0 0.19-0.27 0.91-0.53 0.73-0.26 1.28-0.16 1.28-0.16s-0.39 1.05-0.55 1.42c-0.17 0.37-0.39 1.53-0.84 2.53-0.44 1-1.05 1.76-1.05 1.76-0.4-0.45-1-0.75-1.67-0.75-0.68 0-1.27 0.3-1.67 0.75 0 0-0.61-0.76-1.05-1.76-0.45-1-0.67-2.16-0.84-2.53s-0.56-1.42-0.56-1.42 0.56-0.1 1.28 0.16 0.92 0.53 0.92 0.53c0.1-1.46 0.86-2.87 1.89-3.82"></path><path d="m251.76 199.83c0.33-0.36 0.53-0.82 0.53-1.33 0-0.5-0.19-0.97-0.51-1.32 0 0 0.89-0.67 1.9-1.12 0.76-0.35 2.17-0.59 2.6-0.67 0.42-0.08 1.26-0.24 1.26-0.24s-0.02 0.2-0.19 0.67c-0.2 0.56-0.4 0.93-0.4 0.93 1.47 0.08 2.86 0.81 3.81 1.76-0.95 0.94-2.33 1.66-3.81 1.75 0 0 0.2 0.36 0.4 0.93 0.16 0.46 0.19 0.67 0.19 0.67l-1.26-0.24c-0.43-0.08-1.84-0.32-2.6-0.67-1.01-0.46-1.92-1.11-1.92-1.11"></path><ellipse fill="#ad1519" cx="250.14" cy="198.5" rx="2.17" ry="2.06"></ellipse><path fill="#fff" d="m262.58 201.77c0.11-0.87-0.3-1.63-0.93-1.7s-1.23 0.57-1.34 1.44c-0.11 0.86 0.31 1.63 0.93 1.7 0.63 0.07 1.23-0.57 1.34-1.44"></path><path d="m271.38 201.38c-0.22-0.35-0.32-0.79-0.25-1.23 0.09-0.44 0.33-0.81 0.67-1.07 0 0-0.67-0.71-1.47-1.26-0.61-0.41-1.8-0.82-2.16-0.95-0.35-0.13-1.06-0.4-1.06-0.4s-0.01 0.18 0.06 0.61c0.08 0.52 0.19 0.87 0.19 0.87-1.29-0.14-2.61 0.29-3.6 0.98 0.68 0.97 1.77 1.79 3.03 2.08 0 0-0.23 0.28-0.49 0.74-0.22 0.39-0.28 0.56-0.28 0.56l1.14-0.03c0.38 0 1.66-0.01 2.37-0.2 0.95-0.25 1.84-0.69 1.84-0.69"></path><path d="m274.67 191.65c-1.06 0.67-1.98 1.79-2.31 3.03 0 0-0.12-0.25-0.71-0.59-0.58-0.33-1.09-0.32-1.09-0.32s0.17 0.97 0.26 1.32c0.09 0.34 0.09 1.38 0.31 2.32 0.23 0.93 0.64 1.68 0.64 1.68 0.42-0.34 0.99-0.51 1.57-0.41 0.59 0.1 1.06 0.44 1.33 0.9 0 0 0.66-0.58 1.21-1.38 0.54-0.81 0.92-1.78 1.12-2.08 0.21-0.3 0.72-1.15 0.72-1.15s-0.47-0.18-1.14-0.05c-0.67 0.12-0.88 0.32-0.88 0.32 0.15-1.28-0.28-2.62-1.03-3.59"></path><path d="m274.22 201.86c0.34-0.27 0.6-0.64 0.67-1.08 0.09-0.44 0-0.87-0.22-1.23 0 0 0.88-0.44 1.83-0.69 0.72-0.19 1.99-0.2 2.36-0.2 0.39-0.02 1.15-0.03 1.15-0.03s-0.06 0.17-0.28 0.55c-0.26 0.46-0.49 0.75-0.49 0.75 1.26 0.29 2.34 1.12 3.03 2.09-0.99 0.68-2.31 1.1-3.6 0.97 0 0 0.11 0.34 0.19 0.86 0.06 0.43 0.06 0.61 0.06 0.61s-0.71-0.26-1.06-0.39c-0.36-0.13-1.55-0.55-2.16-0.96-0.79-0.54-1.48-1.25-1.48-1.25"></path><ellipse fill="#ad1519" cx="272.98" cy="200.45" rx="2.17" ry="2.06"></ellipse><path fill="#fff" d="m283.96 205.91c0.28-0.83 0.03-1.65-0.57-1.83-0.6-0.19-1.32 0.33-1.61 1.16-0.28 0.83-0.03 1.65 0.57 1.84 0.6 0.18 1.32-0.34 1.61-1.17"></path><path d="m291.97 206.32c0.11-0.37 0.36-0.75 0.72-1.06 0.79-0.68 1.85-0.79 2.36-0.25 0.07 0.07 0.14 0.17 0.18 0.25 0 0 1.1-2.08 2.4-2.78s3.5-0.52 3.5-0.52c0-1.6-1.31-2.89-3-2.89-0.99 0-1.92 0.41-2.47 1.11l-0.23-1.07s-1.36 0.27-1.98 1.82 0.05 3.8 0.05 3.8-0.33-0.96-0.84-1.61c-0.51-0.64-1.81-1.34-2.49-1.66-0.68-0.31-1.37-0.79-1.37-0.79s-0.03 0.18-0.06 0.61c-0.02 0.51 0.02 0.83 0.02 0.83-1.25-0.17-2.7 0.04-3.83 0.48 0.48 0.95 1.4 1.84 2.61 2.3 0 0-0.43 0.36-0.83 0.75-0.33 0.34-0.43 0.49-0.43 0.49s0.85 0.13 1.27 0.19c0.43 0.05 1.84 0.28 2.68 0.22 0.63-0.04 1.32-0.14 1.74-0.22"></path><path fill="#ad1519" d="m295.05 205.01c-0.51-0.54-1.57-0.43-2.36 0.25-0.79 0.67-1.02 1.66-0.51 2.19 0.51 0.54 1.57 0.42 2.36-0.25 0.79-0.68 1.02-1.66 0.51-2.19"></path></g><g fill="none"><path fill="#ad1519" stroke-linejoin="round" d="m250.12 224.57c-11.06-0.01-21.07-1.29-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.19 11.07 0.02 21.13 1.22 28.74 3.19-7.61 1.97-17.67 3.25-28.74 3.26z"></path><path stroke-width="0.05" d="m258.04 224.28v-6.01m-3.02 6.21l0.04-6.37m-2.24 6.45v-6.49"></path><path stroke-width="0.09" d="m250.95 224.64v-6.57"></path><path stroke-width="0.14" d="m249.16 224.64v-6.57"></path><path stroke-width="0.18" d="m247.48 224.64v-6.57"></path><path stroke-width="0.23" d="m245.81 224.64v-6.57"></path><path stroke-width="0.28" d="m244.32 224.64v-6.57"></path><path stroke-width="0.33" d="m241.48 224.28l-0.04-5.97m1.39 6.05v-6.25"></path><path stroke-width="0.37" d="m238.86 224.01v-5.5m1.33 5.66l-0.04-5.86"></path><path stroke-width="0.42" d="m235.35 223.7v-4.84m1.15 4.92v-5.08m1.19 5.24v-5.28"></path><path stroke-width="0.46" d="m234.12 223.66v-4.68"></path><path stroke-width="0.51" d="m232.97 223.42v-4.36"></path><path stroke-width="0.56" d="m231.74 223.31v-4.06"></path><path stroke-width="0.6" d="m229.22 222.95l-0.04-3.22m1.33 3.38v-3.62"></path><path stroke-width="0.63" d="m227.93 222.68v-2.84"></path><path stroke-width="0.68" d="m226.74 222.45v-2.36"></path><path stroke-width="0.73" d="m225.45 222.13v-1.85"></path><path stroke-width="0.77" d="m224.12 221.98v-1.38"></path><path stroke-width="0.91" d="m222.72 221.66v-0.67"></path><path d="m220.12 221.66c7.75-2.18 18.29-3.52 30-3.54 11.72 0.02 22.31 1.36 30.06 3.54"></path><path fill="#ad1519" d="m216.72 217.16l1.22-1.59 3.37 0.43-2.69 1.96-1.9-0.8"></path><path fill="#fff" d="m224.03 215.28c0-0.58 0.49-1.04 1.1-1.04s1.1 0.46 1.1 1.04c0 0.57-0.49 1.04-1.1 1.04s-1.1-0.47-1.1-1.04"></path><path fill="#058e6e" d="m233.64 215.07l-2.36 0.27c-0.61 0.07-1.17-0.33-1.24-0.9-0.08-0.57 0.35-1.09 0.96-1.15l2.37-0.28 2.42-0.28c0.6-0.07 1.15 0.33 1.22 0.9s-0.36 1.09-0.96 1.16l-2.41 0.28"></path><path fill="#fff" d="m240.54 213.35c0-0.58 0.49-1.04 1.1-1.04 0.6 0 1.1 0.46 1.1 1.04 0 0.57-0.5 1.04-1.1 1.04-0.61 0-1.1-0.47-1.1-1.04"></path><path fill="#ad1519" d="m250.15 214.16h-3.29c-0.6 0-1.11-0.46-1.11-1.03 0-0.58 0.49-1.04 1.1-1.04h6.64c0.61 0 1.1 0.46 1.1 1.04 0 0.57-0.51 1.03-1.11 1.03h-3.33"></path><path fill="#fff" d="m257.56 213.35c0-0.58 0.5-1.04 1.1-1.04 0.61 0 1.1 0.46 1.1 1.04 0 0.57-0.49 1.04-1.1 1.04-0.6 0-1.1-0.47-1.1-1.04"></path><path fill="#058e6e" d="m266.66 215.07l2.36 0.27c0.6 0.07 1.17-0.33 1.24-0.9s-0.36-1.09-0.96-1.15l-2.37-0.28-2.42-0.28c-0.61-0.07-1.15 0.33-1.22 0.9-0.08 0.57 0.36 1.09 0.96 1.16l2.41 0.28"></path><path fill="#fff" d="m274.07 215.28c0-0.58 0.49-1.04 1.1-1.04s1.1 0.46 1.1 1.04c0 0.57-0.49 1.04-1.1 1.04s-1.1-0.47-1.1-1.04"></path><path fill="#ad1519" d="m283.57 217.16l-1.21-1.59-3.37 0.43 2.69 1.96 1.89-0.8"></path></g></g><g id="shield" stroke-width="0.52"><g id="Granada"><path fill="#ccc" d="m250.49 344.33c-13.08 0-26.05-3.2-36.95-8.54-8.03-3.98-13.36-12-13.36-21.19v-33.3h100.42v33.3c0 9.19-5.32 17.21-13.36 21.19-10.9 5.34-23.66 8.54-36.75 8.54z"></path><path fill="#ffd691" d="m252.91 329.55c2.09 0.63 3.15 2.19 3.15 4.01 0 2.38-2.3 4.18-5.3 4.18-2.99 0-5.42-1.8-5.42-4.18 0-1.79 1-3.8 3.08-3.94 0 0-0.06-0.19-0.24-0.5-0.22-0.23-0.64-0.66-0.64-0.66s0.79-0.15 1.25 0.02c0.46 0.18 0.77 0.47 0.77 0.47s0.21-0.43 0.52-0.76c0.3-0.33 0.7-0.53 0.7-0.53s0.46 0.38 0.61 0.64c0.15 0.27 0.25 0.59 0.25 0.59s0.42-0.35 0.79-0.49c0.37-0.15 0.84-0.26 0.84-0.26s-0.13 0.46-0.22 0.69-0.14 0.72-0.14 0.72"></path><path fill="#058e6e" d="m250.32 340.32s-3.98-2.68-5.7-3.04c-2.21-0.47-4.69-0.09-5.76-0.15 0.03 0.03 1.29 0.93 1.84 1.48s2.39 1.65 3.43 1.91c3.22 0.81 6.19-0.2 6.19-0.2"></path><path fill="#058e6e" d="m251.46 340.56s2.54-2.66 5.21-3.02c3.15-0.44 5.22 0.26 6.44 0.58 0.03 0-1.01 0.49-1.56 0.87-0.55 0.37-1.97 1.57-4.14 1.59-2.18 0.03-4.58-0.23-4.97-0.17-0.4 0.06-0.98 0.15-0.98 0.15"></path><path fill="#ad1519" d="m250.69 337.28c-1-0.93-1.62-2.25-1.62-3.72 0-1.46 0.62-2.78 1.63-3.71 0.99 0.93 1.61 2.25 1.61 3.71 0 1.47-0.62 2.79-1.62 3.72"></path><path fill="#058e6e" d="m249.68 342.71s0.61-1.52 0.67-2.83c0.06-1.09-0.15-2.17-0.15-2.17h0.52 0.28s0.39 1.16 0.39 2.17c0 1.02-0.18 2.37-0.18 2.37s-0.55 0.08-0.73 0.17c-0.19 0.09-0.8 0.29-0.8 0.29"></path></g><g id="Aragon" fill="#c8b100"><path fill="#ad1519" d="m250.32 314.57c0 13.16-11.16 23.82-25.05 23.82s-25.15-10.66-25.15-23.82v-33.35h50.2v33.35"></path><path d="m200.03 314.12c0.15 7.02 2.95 12.25 5.73 15.67v-49.47h-5.66l-0.07 33.8z"></path><path d="m211.08 334.23c1.57 0.83 3.72 2.22 6.03 2.77l-0.15-56.96h-5.88v54.19z"></path><path d="m222.28 338.25c2.3 0.23 4.01 0.19 5.87 0v-58.21h-5.87v58.21z"></path><path d="m233.32 337c2.3-0.46 4.9-1.89 6.03-2.63v-54.33h-5.88l-0.15 56.96z"></path><path d="m244.81 329.24c2.45-2.18 4.75-7.12 5.59-12.76l0.14-36.44h-5.87l0.14 49.2z"></path></g><g id="Navarre"><path fill="#ad1519" d="m300.65 281.22v33.35c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82v-33.35h50.33"></path><path id="chains_half" fill="#c8b100" stroke="#c8b100" stroke-width="0.26" d="m272.71,306.14c0.05-0.14,0.12-0.27,0.19-0.4l-4.26-4.74-1.67,0.72-3.06-3.39,1-1.46-5.34-5.99c-0.07,0.02-0.2,0.02-0.27,0.04l0.03,4.02,1.75,0.5v4.46l-1.75,0.48-0.03,4.08c0.84,0.26,1.48,0.88,1.74,1.67l3.21,0.01,0.51-1.67h4.72l0.5,1.67zm-6.98-18.5,0,1.61,2.76,0,0-1.61zm-7.3,20.37c0.64,0,1.16-0.49,1.16-1.1s-0.52-1.11-1.16-1.11c-0.65,0-1.17,0.5-1.17,1.11s0.52,1.1,1.17,1.1zm15.99-9.73-1.76-0.48,0-4.46,1.76-0.5-0.01-1.92c-0.85-0.25-1.51-0.87-1.79-1.67h-2.68l-0.51,1.67h-4.71l-0.51-1.67h-3.09c-0.08,0.22-0.17,0.42-0.29,0.61l5.38,5.96,1.67-0.71,3.06,3.4-1,1.45,4.18,4.64c0.09-0.04,0.18-0.08,0.28-0.12zm-7.25-1.39-1.29,1.04,1.77,1.98,1.29-1.05zm8.00432,36.1859c-1.23998-0.065-2.25509-0.9022-2.51432-2.01593-1.67-0.23-3.25-0.66-4.73-1.3l0.84-1.43c1.29,0.55,2.66,0.91,4.08,1.11,0.31-0.66,0.86-1.16,1.58-1.4l0.01-5.62-1.76-0.49v-4.46l1.76-0.48v-7.64c-0.07-0.02-0.13-0.05-0.2-0.09l-3.98,4.42,1,1.44-3.06,3.4-1.67-0.71-3.3,3.67c0.57,0.87,0.55,2-0.11,2.85,0.94,1.05,2.03,1.98,3.24,2.75l-0.84,1.44c-1.42-0.89-2.7-1.99-3.79-3.22-0.87,0.26-1.86,0.11-2.6-0.5-1.15-0.93-1.29-2.56-0.3-3.64l0.14-0.16c-0.69-1.56-1.16-3.24-1.32-5l1.71,0.01c0.14,1.5,0.51,2.93,1.09,4.27,0.49-0.06,1-0.01,1.46,0.16l3.32-3.68-1-1.45,3.06-3.4,1.67,0.72,3.99-4.43c-0.09-0.14-0.15-0.29-0.21-0.46l-2.76,0.01-0.5,1.67h-4.72l-0.51-1.67-3.24-0.01c-0.27,0.76-0.9,1.36-1.69,1.62l-0.01,4.04-1.71-0.01v-4.01c-1.1-0.33-1.91-1.31-1.91-2.47,0-1.15,0.82-2.15,1.92-2.48l0.01-4.05-1.76-0.48v-4.46l1.76-0.5v-4.05c-1.08-0.35-1.84-1.32-1.84-2.45,0-1.43,1.22-2.58,2.73-2.58,1.22,0,2.25,0.74,2.61,1.78h3.09l0.51-1.67h4.71l0.51,1.67h2.68c0.35692-1.0311,1.36258-1.76731,2.55896-1.77984l0.0711,8.36984h-0.85v2.61h0.845l-0.0214,21.59h-0.7836v2.61h0.77946zm-5.914-18.306l-1.29-1.04-1.78,1.98,1.29,1.04zm-9.96-18.44-1.69,0-0.01,2.61,1.7,0zm9.16,11.41,0-1.6-2.85,0,0,1.6zm-10.6,9.69-1.76-0.39-0.25-4.45,1.75-0.58,0,2.56c0,0.99,0.09,1.92,0.26,2.86zm1.46-5.52,1.75,0.41s0.09,2.87,0.05,2.22c-0.04-0.74,0.19,2.24,0.19,2.24l-1.76,0.58c-0.18-0.9-0.24-1.84-0.24-2.79zm10.81,16.93,0.39-1.7c-1.52-0.48-2.93-1.18-4.17-2.09l-1.26,1.11c1.48,1.15,3.19,2.08,5.04,2.68zm-0.85,1.44-1.3,1.22c-1.47-0.54-2.86-1.26-4.12-2.11l0.38-1.77c1.5,1.13,3.21,2.03,5.04,2.66z"></path><path fill="#c8b100" stroke="#c8b100" stroke-width="0.26" d="m272.71,306.14c0.05-0.14,0.12-0.27,0.19-0.4l-4.26-4.74-1.67,0.72-3.06-3.39,1-1.46-5.34-5.99c-0.07,0.02-0.2,0.02-0.27,0.04l0.03,4.02,1.75,0.5v4.46l-1.75,0.48-0.03,4.08c0.84,0.26,1.48,0.88,1.74,1.67l3.21,0.01,0.51-1.67h4.72l0.5,1.67zm-6.98-18.5,0,1.61,2.76,0,0-1.61zm-7.3,20.37c0.64,0,1.16-0.49,1.16-1.1s-0.52-1.11-1.16-1.11c-0.65,0-1.17,0.5-1.17,1.11s0.52,1.1,1.17,1.1zm15.99-9.73-1.76-0.48,0-4.46,1.76-0.5-0.01-1.92c-0.85-0.25-1.51-0.87-1.79-1.67h-2.68l-0.51,1.67h-4.71l-0.51-1.67h-3.09c-0.08,0.22-0.17,0.42-0.29,0.61l5.38,5.96,1.67-0.71,3.06,3.4-1,1.45,4.18,4.64c0.09-0.04,0.18-0.08,0.28-0.12zm-7.25-1.39-1.29,1.04,1.77,1.98,1.29-1.05zm8.00432,36.1859c-1.23998-0.065-2.25509-0.9022-2.51432-2.01593-1.67-0.23-3.25-0.66-4.73-1.3l0.84-1.43c1.29,0.55,2.66,0.91,4.08,1.11,0.31-0.66,0.86-1.16,1.58-1.4l0.01-5.62-1.76-0.49v-4.46l1.76-0.48v-7.64c-0.07-0.02-0.13-0.05-0.2-0.09l-3.98,4.42,1,1.44-3.06,3.4-1.67-0.71-3.3,3.67c0.57,0.87,0.55,2-0.11,2.85,0.94,1.05,2.03,1.98,3.24,2.75l-0.84,1.44c-1.42-0.89-2.7-1.99-3.79-3.22-0.87,0.26-1.86,0.11-2.6-0.5-1.15-0.93-1.29-2.56-0.3-3.64l0.14-0.16c-0.69-1.56-1.16-3.24-1.32-5l1.71,0.01c0.14,1.5,0.51,2.93,1.09,4.27,0.49-0.06,1-0.01,1.46,0.16l3.32-3.68-1-1.45,3.06-3.4,1.67,0.72,3.99-4.43c-0.09-0.14-0.15-0.29-0.21-0.46l-2.76,0.01-0.5,1.67h-4.72l-0.51-1.67-3.24-0.01c-0.27,0.76-0.9,1.36-1.69,1.62l-0.01,4.04-1.71-0.01v-4.01c-1.1-0.33-1.91-1.31-1.91-2.47,0-1.15,0.82-2.15,1.92-2.48l0.01-4.05-1.76-0.48v-4.46l1.76-0.5v-4.05c-1.08-0.35-1.84-1.32-1.84-2.45,0-1.43,1.22-2.58,2.73-2.58,1.22,0,2.25,0.74,2.61,1.78h3.09l0.51-1.67h4.71l0.51,1.67h2.68c0.35692-1.0311,1.36258-1.76731,2.55896-1.77984l0.0711,8.36984h-0.85v2.61h0.845l-0.0214,21.59h-0.7836v2.61h0.77946zm-5.914-18.306l-1.29-1.04-1.78,1.98,1.29,1.04zm-9.96-18.44-1.69,0-0.01,2.61,1.7,0zm9.16,11.41,0-1.6-2.85,0,0,1.6zm-10.6,9.69-1.76-0.39-0.25-4.45,1.75-0.58,0,2.56c0,0.99,0.09,1.92,0.26,2.86zm1.46-5.52,1.75,0.41s0.09,2.87,0.05,2.22c-0.04-0.74,0.19,2.24,0.19,2.24l-1.76,0.58c-0.18-0.9-0.24-1.84-0.24-2.79zm10.81,16.93,0.39-1.7c-1.52-0.48-2.93-1.18-4.17-2.09l-1.26,1.11c1.48,1.15,3.19,2.08,5.04,2.68zm-0.85,1.44-1.3,1.22c-1.47-0.54-2.86-1.26-4.12-2.11l0.38-1.77c1.5,1.13,3.21,2.03,5.04,2.66z" transform="matrix(-1, 0, 0, 1, 550.4299926757812, 0)"></path><path fill="#058e6e" stroke="none" d="m272.59 306.94c0-1.44 1.23-2.6 2.74-2.6s2.73 1.16 2.73 2.6c0 1.43-1.22 2.58-2.73 2.58s-2.74-1.15-2.74-2.58"></path></g><g id="Castile" fill="#c8b100" stroke-width="0.46"><path fill="#ad1519" stroke-width="0.52" d="m200.12 281.25h50.18v-55.72h-50.18v55.72z"></path><path d="m217.34 238.41h-0.92v-0.92h-1.62v3.69h1.62v2.55h-3.47v7.39h1.85v14.79h-3.7v7.63h28.42v-7.63h-3.69v-14.79h1.85v-7.39h-3.47v-2.55h1.62v-3.69h-1.62v0.92h-0.93v-0.92h-1.61v0.92h-1.16v-0.92h-1.62v3.69h1.62v2.55h-3.46v-8.09h1.84v-3.7h-1.84v0.93h-0.93v-0.93h-1.62v0.93h-0.92v-0.93h-1.85v3.7h1.85v8.09h-3.47v-2.55h1.62v-3.69h-1.62v0.92h-0.92v-0.92h-1.85v0.92zm-6.24 35.13h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-2.08h28.42m-24.72-1.62h21.03m-21.03-1.85h21.03m-21.03-2.08h21.03m-21.03-1.84h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-22.88-1.85h24.73m-24.73-1.85h24.73m-24.73-1.85h24.73m-24.73-1.84h24.73m-21.26-1.85h17.79m-10.63-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-5.32-2.31h7.16m-12.47 7.86h3.69m-5.31-2.31h6.93m-6.93 33.97v-1.85m0-1.85v-1.85m-1.85 1.85v1.85m3.47 0v-1.85m1.84 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m-1.84 7.63v-2.08m-3.47 2.08v-2.08m7.16 0v2.08m1.62-2.08v-1.62m-5.31-1.85v1.85m3.69-1.85v1.85m3.47-1.85v1.85m-1.85-1.85v-2.08m1.85-1.84v1.84m0-5.54v1.85m-1.85-3.7v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.7v1.85m3.46-1.85v1.85m3.47-1.85v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.69v1.84m6.93-1.84v1.84m-3.47-5.54v1.85m15.95-1.85h-3.7m5.32-2.31h-6.94m6.94 33.97v-1.85m0-1.85v-1.85m1.85 1.85v1.85m-3.47 0v-1.85m-1.85 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m1.85 7.63v-2.08m3.47 2.08v-2.08m-7.17 0v2.08m-1.62-2.08v-1.62m5.32-1.85v1.85m-3.7-1.85v1.85m-3.46-1.85v1.85m1.84-1.85v-2.08m-1.84-1.84v1.84m0-5.54v1.85m1.84-3.7v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-3.47-1.85v1.85m-3.47-1.85v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.69v1.84m-6.94-1.84v1.84m3.47-5.54v1.85m-7.16 18.71v-2.08m0-5.54v-1.85m0 5.55v-1.85m0-5.55v-1.85m0-1.85v-1.84m0-3.7v-1.85m0-1.85v-1.85m-8.78 4.85h3.69m3.47-5.54h3.47m3.46 5.54h3.7"></path><path d="m230.05 273.54v-4.86c0-0.92-0.46-3.7-4.85-3.7-4.16 0-4.62 2.78-4.62 3.7v4.86h9.47z"></path><path d="m222.19 268.91l-2.31-0.23c0-0.92 0.23-2.31 0.93-2.77l2.08 1.62c-0.23 0.23-0.7 0.92-0.7 1.38z"></path><path d="m226.12 266.6l1.16-2.08c-0.46-0.23-1.39-0.46-2.08-0.46-0.46 0-1.39 0.23-1.85 0.46l1.15 2.08h1.62z"></path><path d="m228.43 268.91l2.31-0.23c0-0.92-0.23-2.31-0.92-2.77l-2.08 1.62c0.23 0.23 0.69 0.92 0.69 1.38z"></path><path d="m221.73 260.83v-5.09c0-1.38-0.92-2.54-2.54-2.54s-2.54 1.16-2.54 2.54v5.09h5.08z"></path><path d="m228.89 260.83v-5.09c0-1.38 0.93-2.54 2.55-2.54 1.61 0 2.54 1.16 2.54 2.54v5.09h-5.09z"></path><path d="m220.11 248.35l0.23-4.62h-4.39l0.47 4.62h3.69z"></path><path d="m227.05 248.35l0.46-4.62h-4.39l0.23 4.62h3.7z"></path><path d="m230.51 248.35l-0.46-4.62h4.62l-0.46 4.62h-3.7z"></path><g fill="#0039f0" stroke="none"><path d="m228.43 273.54v-4.16c0-0.7-0.46-2.78-3.23-2.78-2.54 0-3.01 2.08-3.01 2.78v4.16h6.24z"></path><path d="m221.27 260.36v-4.39c0-1.15-0.69-2.31-2.08-2.31s-2.08 1.16-2.08 2.31v4.39h4.16z"></path><path d="m229.36 260.36v-4.39c0-1.15 0.69-2.31 2.08-2.31 1.38 0 2.08 1.16 2.08 2.31v4.39h-4.16z"></path></g></g><g id="Leon"><path fill="#ccc" d="m250.28 281.25h50.32v-55.72h-50.32v55.72z"></path><path fill="#db4446" stroke-width="0.39" d="m275.93 239.26l0.05-0.62 0.09-0.34s-1.61 0.13-2.46-0.11-1.61-0.59-2.4-1.25c-0.79-0.68-1.1-1.1-1.67-1.18-1.36-0.22-2.4 0.4-2.4 0.4s1.02 0.37 1.78 1.31 1.59 1.41 1.95 1.53c0.59 0.18 2.66 0.05 3.22 0.07 0.57 0.03 1.84 0.19 1.84 0.19z"></path><g fill="none" stroke-width="0.39"><path fill="#ed72aa" d="m283.46 237s0.01 0.72 0.08 1.4c0.06 0.67-0.22 1.24-0.11 1.61s0.16 0.66 0.3 0.93c0.14 0.26 0.21 0.94 0.21 0.94s-0.38-0.28-0.74-0.54c-0.35-0.27-0.6-0.44-0.6-0.44s0.07 0.72 0.1 1.03c0.04 0.31 0.22 0.89 0.51 1.24 0.29 0.33 0.87 0.89 1.05 1.33 0.18 0.45 0.14 1.44 0.14 1.44s-0.46-0.75-0.87-0.89c-0.39-0.14-1.26-0.62-1.26-0.62s0.79 0.79 0.79 1.55c0 0.75-0.32 1.6-0.32 1.6s-0.36-0.68-0.83-1.12c-0.47-0.45-1.13-0.9-1.13-0.9s0.52 1.17 0.52 1.95c0 0.79-0.15 2.47-0.15 2.47s-0.39-0.64-0.79-0.96c-0.4-0.31-0.87-0.58-1.02-0.78-0.14-0.21 0.48 0.64 0.54 1.16 0.07 0.51 0.32 2.35 1.92 4.69 0.94 1.37 2.39 3.77 5.5 2.98 3.11-0.78 1.96-4.97 1.3-6.92-0.65-1.95-0.98-4.11-0.94-4.87 0.04-0.75 0.58-2.97 0.51-3.39-0.07-0.41-0.24-2 0.14-3.28 0.4-1.33 0.73-1.85 0.95-2.4 0.21-0.55 0.39-0.86 0.46-1.34s0.07-1.37 0.07-1.37 0.58 1.06 0.73 1.44c0.14 0.38 0.14 1.5 0.14 1.5s0.11-1.12 0.98-1.67 1.88-1.13 2.13-1.44 0.33-0.51 0.33-0.51-0.08 1.92-0.62 2.67c-0.36 0.49-1.77 2.09-1.77 2.09s0.73-0.28 1.23-0.3c0.51-0.04 0.87 0 0.87 0s-0.62 0.48-1.41 1.64c-0.8 1.16-0.47 1.26-1.05 2.22s-1.05 1-1.78 1.58c-1.08 0.87-0.5 4.34-0.36 4.86 0.15 0.51 2.03 4.76 2.07 5.79 0.03 1.03 0.21 3.33-1.6 4.8-1.16 0.95-3.07 0.96-3.51 1.23-0.43 0.28-1.29 1.13-1.29 2.91 0 1.79 0.64 2.06 1.15 2.51 0.51 0.44 1.16 0.2 1.3 0.55 0.15 0.34 0.22 0.54 0.44 0.75 0.21 0.2 0.36 0.44 0.29 0.82-0.08 0.38-0.91 1.23-1.2 1.85-0.29 0.61-0.87 2.23-0.87 2.47s-0.07 0.99 0.18 1.37c0 0 0.91 1.06 0.29 1.26-0.4 0.14-0.78-0.25-0.97-0.2-0.54 0.14-0.83 0.47-0.98 0.45-0.36-0.07-0.36-0.25-0.4-0.76-0.03-0.51-0.01-0.72-0.17-0.72-0.22 0-0.33 0.18-0.37 0.45s-0.04 0.89-0.29 0.89-0.61-0.45-0.83-0.55-0.83-0.2-0.87-0.48c-0.03-0.27 0.36-0.85 0.76-0.96 0.4-0.1 0.76-0.3 0.51-0.51-0.26-0.2-0.51-0.2-0.76 0-0.25 0.21-0.79 0.04-0.76-0.27 0.04-0.31 0.11-0.69 0.07-0.86-0.03-0.17-0.47-0.51 0.1-0.82 0.59-0.31 0.84 0.27 1.42 0.17s0.86-0.31 1.08-0.65 0.18-1.06-0.22-1.5c-0.39-0.45-0.79-0.52-0.94-0.8-0.14-0.27-0.36-0.92-0.36-0.92s0.11 1.2 0.04 1.37-0.04 0.89-0.04 0.89-0.39-0.45-0.72-0.79c-0.32-0.34-0.65-1.37-0.65-1.37s-0.03 0.96-0.03 1.34c0 0.37 0.43 0.72 0.29 0.86-0.15 0.13-0.83-0.72-1.02-0.86-0.18-0.14-0.76-0.58-1.01-1.06s-0.44-1.16-0.51-1.41c-0.07-0.24-0.19-1.31-0.07-1.58 0.18-0.4 0.47-1.13 0.47-1.13h-1.41c-0.76 0-1.3-0.23-1.59 0.28s-0.15 1.54 0.21 2.88c0.37 1.33 0.58 1.98 0.48 2.22-0.11 0.24-0.58 0.79-0.76 0.89-0.19 0.11-0.69 0.07-0.91-0.03-0.21-0.1-0.57-0.27-1.26-0.27s-1.12 0.03-1.37-0.03c-0.26-0.07-0.88-0.38-1.17-0.31s-0.79 0.32-0.65 0.72c0.22 0.61-0.21 0.75-0.51 0.72-0.29-0.04-0.53-0.14-0.9-0.24-0.36-0.11-0.9 0-0.83-0.42 0.07-0.41 0.22-0.44 0.4-0.74 0.18-0.32 0.25-0.52 0.04-0.54-0.25-0.02-0.51-0.05-0.7 0.11-0.2 0.16-0.51 0.51-0.76 0.38-0.26-0.14-0.46-0.43-0.46-1.08 0-0.64-0.68-1.2-0.05-1.17 0.62 0.03 1.41 0.48 1.55 0.13s0.06-0.51-0.28-0.78-0.76-0.43-0.31-0.77c0.45-0.35 0.56-0.35 0.74-0.54 0.17-0.18 0.41-0.79 0.73-0.64 0.62 0.3 0.02 0.73 0.65 1.42 0.62 0.69 1.01 0.94 2.06 0.83 1.04-0.11 1.33-0.24 1.33-0.54 0-0.29-0.09-0.82-0.12-1.04-0.02-0.21 0.15-0.99 0.15-0.99s-0.48 0.3-0.63 0.59c-0.13 0.29-0.42 0.8-0.42 0.8s-0.11-0.6-0.08-1.09c0.02-0.29 0.12-0.79 0.11-0.89-0.03-0.27-0.23-0.94-0.23-0.94s-0.16 0.73-0.28 0.94c-0.11 0.21-0.16 1.07-0.16 1.07s-0.67-0.58-0.48-1.55c0.13-0.75-0.12-1.74 0.11-2.06 0.22-0.33 0.75-1.64 2.06-1.69 1.3-0.05 2.31 0.05 2.77 0.03 0.45-0.03 2.06-0.33 2.06-0.33s-2.97-1.52-3.64-1.98c-0.68-0.45-1.73-1.63-2.07-2.16-0.34-0.54-0.65-1.58-0.65-1.58s-0.53 0.02-1.02 0.29c-0.48 0.27-0.96 0.67-1.24 0.99s-0.73 1.05-0.73 1.05 0.08-0.94 0.08-1.23-0.06-0.86-0.06-0.86-0.33 1.28-1.01 1.76c-0.68 0.49-1.47 1.15-1.47 1.15s0.08-0.71 0.08-0.88c0-0.16 0.17-0.99 0.17-0.99s-0.48 0.72-1.21 0.86c-0.74 0.13-1.81 0.11-1.9 0.56-0.08 0.45 0.2 1.07 0.03 1.39s-0.54 0.54-0.54 0.54-0.42-0.35-0.79-0.38c-0.36-0.03-0.71 0.16-0.71 0.16s-0.31-0.4-0.19-0.67c0.11-0.26 0.67-0.66 0.54-0.83-0.15-0.16-0.6 0.06-0.88 0.19-0.28 0.14-0.88 0.27-0.82-0.19 0.05-0.45 0.2-0.72 0.05-1.04-0.14-0.32-0.05-0.53 0.18-0.61 0.22-0.08 1.12 0.02 1.21-0.19 0.08-0.21-0.22-0.48-0.82-0.61-0.59-0.14-0.88-0.49-0.57-0.78 0.32-0.3 0.4-0.38 0.54-0.64 0.14-0.27 0.2-0.76 0.74-0.51 0.53 0.24 0.42 0.83 0.99 1.01 0.56 0.19 1.89-0.08 2.17-0.24s1.19-0.83 1.5-0.99c0.31-0.15 1.61-1.12 1.61-1.12s-0.76-0.53-1.05-0.8c-0.28-0.27-0.78-0.91-1.04-1.05-0.25-0.13-1.5-0.61-1.92-0.64-0.42-0.02-1.72-0.48-1.72-0.48s0.59-0.19 0.79-0.35c0.19-0.16 0.64-0.56 0.87-0.53 0.22 0.02 0.28 0.02 0.28 0.02s-1.21-0.05-1.47-0.13c-0.25-0.08-0.99-0.54-1.27-0.54s-0.84 0.11-0.84 0.11 0.76-0.48 1.38-0.59c0.62-0.1 1.1-0.08 1.1-0.08s-0.96-0.27-1.19-0.58c-0.22-0.33-0.45-0.8-0.62-1.02-0.17-0.21-0.28-0.56-0.59-0.59s-0.85 0.38-1.16 0.35-0.54-0.22-0.57-0.67c-0.02-0.46 0-0.3-0.1-0.54-0.12-0.24-0.57-0.8-0.15-0.93 0.43-0.14 1.33 0.08 1.42-0.08 0.08-0.16-0.48-0.65-0.85-0.83-0.37-0.19-0.96-0.51-0.65-0.78 0.31-0.26 0.62-0.37 0.79-0.61s0.37-0.91 0.74-0.7c0.36 0.21 0.87 1.26 1.16 1.18 0.28-0.08 0.3-0.83 0.25-1.15-0.06-0.32 0-0.88 0.28-0.83s0.51 0.43 0.96 0.46c0.45 0.02 1.13-0.11 1.07 0.21-0.05 0.32-0.31 0.71-0.62 1.06-0.3 0.36-0.45 1.05-0.25 1.5 0.2 0.46 0.71 1.19 1.16 1.48s1.3 0.51 1.84 0.85c0.53 0.35 1.78 1.34 2.2 1.45s0.85 0.32 0.85 0.32 0.48-0.21 1.13-0.21 2.14 0.1 2.71-0.14 1.3-0.64 1.08-1.15c-0.23-0.51-1.47-0.96-1.36-1.36s0.57-0.43 1.33-0.46c0.76-0.02 1.8 0.14 2-0.94 0.2-1.06 0.26-1.68-0.81-1.92-1.08-0.24-1.87-0.27-2.07-1.04-0.2-0.78-0.39-0.97-0.17-1.18 0.23-0.21 0.62-0.32 1.41-0.37 0.8-0.06 1.7-0.06 1.96-0.25 0.25-0.18 0.3-0.69 0.61-0.91 0.31-0.21 1.53-0.4 1.53-0.4s1.46 0.71 2.8 1.71c1.21 0.9 2.3 2.23 2.3 2.23"></path><path d="m269 243.39s-0.8 0.23-1.1 0.67c-0.37 0.53-0.34 1.07-0.34 1.07s0.68-0.56 1.56-0.33c0.87 0.24 0.96 0.33 1.33 0.3s1.27-0.35 1.27-0.35-0.74 0.86-0.65 1.45c0.08 0.58 0.19 0.85 0.17 1.15-0.06 0.72-0.6 1.61-0.6 1.61s0.31-0.19 1.05-0.35c0.73-0.16 1.36-0.51 1.75-0.81 0.39-0.29 0.9-1.02 0.9-1.02s-0.16 1 0 1.42c0.17 0.44 0.23 1.67 0.23 1.67s0.47-0.42 0.85-0.62c0.19-0.11 0.7-0.38 0.9-0.7 0.14-0.22 0.32-1.06 0.32-1.06s0.11 0.9 0.39 1.34c0.28 0.42 0.7 1.74 0.7 1.74s0.29-0.86 0.6-1.21 0.68-0.8 0.7-1.07c0.03-0.27-0.08-0.85-0.08-0.85l0.39 0.85m-11.41 0.61s0.48-0.83 0.93-1.1c0.46-0.26 1.08-0.74 1.25-0.8 0.16-0.05 0.9-0.46 0.9-0.46m0.99 5.17s1.09-0.55 1.41-0.75c0.68-0.4 1.16-1.12 1.16-1.12"></path><path fill="none" stroke-width="0.26" d="m282.57 240.9s-0.34-0.48-0.42-0.65c-0.09-0.15-0.23-0.48-0.23-0.48"></path><path fill="none" d="m278.33 257.41s2.04 1.26 1.98 2.31c-0.06 1.04-1.13 2.41-1.13 2.41"></path></g><path fill="#000" stroke-width="0.26" d="m273.05 236.24s-0.17-0.48-0.2-0.62c-0.03-0.13-0.12-0.29-0.12-0.29s0.88 0 0.85 0.27c-0.02 0.27-0.28 0.27-0.34 0.37-0.05 0.11-0.19 0.27-0.19 0.27z"></path><path fill="#000" stroke-width="0.05" d="m277.06 234.85l-0.06-0.43s0.77 0 1.13 0.26c0.57 0.4 0.93 1.02 0.91 1.05-0.1 0.09-0.54-0.27-0.85-0.37 0 0-0.23 0.05-0.45 0.05-0.23 0-0.34-0.11-0.37-0.21-0.03-0.12 0.03-0.3 0.03-0.3l-0.34-0.05z"></path><g fill="#000" stroke-width="0.26"><path d="m273.08 240.14l0.33-0.53 0.34 0.49-0.67 0.04"></path><path d="m273.89 240.12l0.4-0.53 0.43 0.48-0.83 0.05"></path><path d="m273.53 236.83l0.82 0.29-0.74 0.38-0.08-0.67"></path><path d="m274.52 237.1l0.73 0.18-0.59 0.46-0.14-0.64"></path></g><g fill="#db4446" stroke-width="0.39"><path d="m261.88 236.08s0.48 0.34 0.85 0.4c0.37 0.05 0.76 0.05 0.82 0.05 0.05 0 0.17-0.54 0.11-0.91-0.2-1.2-1.3-1.47-1.3-1.47s0.33 0.73 0.17 1.07c-0.23 0.48-0.65 0.86-0.65 0.86z"></path><path d="m259.59 237.12s-0.43-0.77-1.33-0.67c-0.9 0.11-1.5 0.81-1.5 0.81s1-0.03 1.25 0.13c0.37 0.24 0.48 0.86 0.48 0.86s0.54-0.32 0.71-0.54c0.16-0.21 0.39-0.59 0.39-0.59z"></path><path d="m258.49 240.25s-0.77 0.11-1.19 0.59c-0.43 0.49-0.36 1.4-0.36 1.4s0.5-0.54 0.95-0.54c0.46 0 1.16 0.16 1.16 0.16s-0.22-0.56-0.22-0.8-0.34-0.81-0.34-0.81z"></path><path d="m261.06 250.37s-0.42-0.45-1.16-0.32c-0.74 0.14-1.22 0.97-1.22 0.97s0.63-0.17 1-0.08c0.36 0.08 0.62 0.45 0.62 0.45s0.34-0.29 0.45-0.45 0.31-0.57 0.31-0.57z"></path><path d="m260.21 253.34s-0.62-0.1-1.16 0.33c-0.53 0.43-0.56 1.25-0.56 1.25s0.51-0.43 0.91-0.37c0.39 0.05 0.87 0.27 0.87 0.27s0.08-0.51 0.11-0.64c0.09-0.38-0.17-0.84-0.17-0.84z"></path><path d="m261.66 256.08s-0.05 0.79 0.33 1.28c0.4 0.51 1.13 0.59 1.13 0.59s-0.24-0.53-0.28-0.8c-0.06-0.4 0.34-0.75 0.34-0.75s-0.37-0.38-0.73-0.38c-0.37 0-0.79 0.06-0.79 0.06z"></path><path d="m269 263.12s-0.51-0.64-1.21-0.62c-0.71 0.03-1.45 0.69-1.45 0.69s0.88-0.07 1.11 0.22c0.23 0.3 0.45 0.67 0.45 0.67s0.4-0.21 0.57-0.35c0.17-0.13 0.53-0.61 0.53-0.61z"></path><path d="m266.83 265.93s-0.93-0.14-1.39 0.35c-0.45 0.48-0.42 1.36-0.42 1.36s0.56-0.61 1.07-0.56 1.08 0.32 1.08 0.32-0.09-0.53-0.15-0.78c-0.05-0.24-0.19-0.69-0.19-0.69z"></path><path d="m268.84 268.9s-0.46 0.64-0.12 1.15 1.05 0.75 1.05 0.75-0.26-0.37-0.14-0.8c0.09-0.34 0.67-0.8 0.67-0.8l-1.46-0.3z"></path><path d="m281.24 270.11s-0.81-0.19-1.27 0.08c-0.45 0.26-0.82 1.39-0.82 1.39s0.74-0.62 1.28-0.54c0.53 0.08 0.93 0.3 0.93 0.3s0.08-0.46 0.02-0.78c-0.03-0.19-0.14-0.45-0.14-0.45z"></path><path d="m281.64 273.1s-0.62 0.64-0.4 1.18c0.23 0.54 0.62 1.1 0.62 1.1s-0.02-0.8 0.23-1.02c0.37-0.32 1.05-0.37 1.05-0.37s-0.54-0.48-0.71-0.54c-0.17-0.05-0.79-0.35-0.79-0.35z"></path><path d="m284.75 274.04s-0.31 0.78 0.28 1.28c0.59 0.52 1.11 0.57 1.11 0.57s-0.46-0.81-0.32-1.23c0.15-0.45 0.54-0.72 0.54-0.72s-0.74-0.25-0.85-0.22c-0.11 0.02-0.76 0.32-0.76 0.32z"></path></g><g fill="#c8b100" stroke-width="0.26"><path d="m282.88 232.71l-0.29 0.02c-0.01 0.03-0.14 0.24-0.26 0.35-0.26 0.25-0.65 0.28-0.86 0.07-0.11-0.11-0.16-0.26-0.14-0.41-0.17 0.09-0.35 0.09-0.51-0.01-0.26-0.15-0.32-0.5-0.14-0.79 0.03-0.06 0.06-0.14 0.11-0.18l-0.02-0.32-0.35 0.08-0.1 0.19c-0.22 0.25-0.54 0.31-0.7 0.17-0.08-0.07-0.14-0.26-0.13-0.27 0 0.01-0.09 0.09-0.17 0.11-0.54 0.13-0.75-1.05-0.77-1.35l-0.17 0.25s0.16 0.7 0.08 1.3c-0.08 0.59-0.29 1.19-0.29 1.19 0.74 0.19 1.86 0.8 2.97 1.65s1.98 1.78 2.34 2.42c0 0 0.58-0.32 1.18-0.51s1.36-0.2 1.36-0.2l0.22-0.21c-0.32 0.05-1.58 0.1-1.56-0.43 0-0.08 0.07-0.18 0.08-0.18-0.01 0.01-0.21-0.01-0.3-0.06-0.18-0.13-0.18-0.43 0.02-0.69l0.18-0.13 0.01-0.34-0.34 0.05c-0.03 0.04-0.11 0.09-0.15 0.13-0.27 0.23-0.65 0.25-0.86 0.03-0.13-0.12-0.17-0.29-0.11-0.46-0.16 0.04-0.32 0.03-0.45-0.05-0.26-0.15-0.31-0.52-0.11-0.8 0.09-0.14 0.28-0.31 0.31-0.32l-0.07-0.3h-0.01z"></path><g fill="#000" stroke-width="0.05"><path d="m280.63 233.4c0.05-0.07 0.15-0.06 0.23 0s0.1 0.16 0.06 0.21c-0.05 0.06-0.15 0.06-0.24-0.01-0.07-0.05-0.1-0.15-0.05-0.2z"></path><path d="m281.58 234.19l-0.33-0.25c-0.06-0.04-0.07-0.12-0.04-0.16 0.04-0.04 0.12-0.04 0.18 0l0.33 0.26 0.33 0.25c0.05 0.04 0.08 0.12 0.04 0.16s-0.12 0.04-0.18 0l-0.33-0.26"></path><path d="m279.84 233l-0.26-0.15c-0.07-0.04-0.1-0.12-0.07-0.17s0.11-0.06 0.17-0.02l0.26 0.16 0.26 0.15c0.06 0.03 0.09 0.11 0.07 0.16-0.03 0.05-0.11 0.06-0.17 0.02l-0.26-0.15"></path><path d="m278.8 232.29c0.05-0.06 0.16-0.06 0.24 0 0.08 0.07 0.1 0.16 0.05 0.22-0.05 0.05-0.15 0.05-0.23-0.01s-0.1-0.15-0.06-0.21z"></path><path d="m282.63 234.92c0.05-0.05 0.03-0.14-0.05-0.21-0.08-0.06-0.19-0.06-0.24 0-0.04 0.05-0.02 0.15 0.06 0.21s0.18 0.06 0.23 0z"></path><path d="m283.2 235.58l0.22 0.21c0.05 0.05 0.13 0.07 0.18 0.03 0.04-0.04 0.04-0.11-0.01-0.16l-0.21-0.21-0.22-0.21c-0.05-0.05-0.14-0.07-0.18-0.03-0.05 0.03-0.04 0.11 0.01 0.16l0.21 0.21"></path><path d="m284.15 236.39c0.05-0.06 0.03-0.15-0.05-0.21-0.08-0.07-0.18-0.07-0.23-0.01s-0.03 0.15 0.05 0.22c0.08 0.05 0.18 0.06 0.23 0z"></path></g><path d="m281.4 230.36l-0.59 0.01-0.11 0.87 0.06 0.14 0.15-0.01 0.76-0.51-0.27-0.5"></path><path d="m281.4 230.36l-0.59 0.01-0.11 0.87 0.06 0.14 0.15-0.01 0.76-0.51-0.27-0.5"></path><path d="m279.8 230.84l-0.02 0.54 0.92 0.12 0.15-0.07-0.02-0.15-0.53-0.71-0.5 0.27"></path><path d="m281.7 231.92l-0.49 0.27-0.54-0.71-0.01-0.15 0.14-0.06 0.93 0.11-0.03 0.54"></path><path d="m280.51 231.25c0.08-0.13 0.26-0.17 0.39-0.09 0.14 0.07 0.18 0.24 0.1 0.37s-0.26 0.17-0.39 0.09c-0.14-0.08-0.18-0.24-0.1-0.37z"></path><path d="m278.36 230.35c-0.02 0.01-0.13-0.46-0.26-0.71-0.08-0.19-0.39-0.43-0.39-0.43 0.03-0.05 0.42-0.19 0.87 0.09 0.38 0.31-0.03 0.87-0.03 0.87s-0.09 0.14-0.19 0.18z"></path><path d="m279.39 230.66l-0.42 0.37-0.68-0.6 0.06-0.08 0.03-0.15 0.92-0.07 0.09 0.53"></path><path d="m278.24 230.29c0.05-0.15 0.18-0.23 0.28-0.2 0.11 0.04 0.15 0.18 0.1 0.33s-0.18 0.23-0.29 0.2c-0.11-0.04-0.15-0.18-0.09-0.33z"></path><path d="m283.67 231.77l-0.59-0.06-0.25 0.85 0.05 0.14 0.15 0.01 0.83-0.41-0.19-0.53"></path><path d="m282.01 232.03l-0.1 0.54 0.9 0.23 0.15-0.04 0.01-0.14-0.43-0.79-0.53 0.2"></path><path d="m283.73 233.36l-0.53 0.2-0.42-0.78 0.01-0.15 0.15-0.03 0.89 0.23-0.1 0.53"></path><path d="m282.65 232.54c0.1-0.12 0.28-0.13 0.4-0.04 0.13 0.09 0.15 0.26 0.05 0.38s-0.28 0.13-0.41 0.04c-0.12-0.09-0.14-0.26-0.04-0.38z"></path><path d="m285.64 233.61l0.11 0.55-0.87 0.3-0.16-0.04-0.01-0.14 0.36-0.81 0.57 0.14"></path><path d="m285.49 235.2l-0.56 0.13-0.31-0.83 0.04-0.15 0.15-0.02 0.85 0.35-0.17 0.52"></path><path d="m283.97 233.66l-0.18 0.52 0.85 0.34 0.16-0.02 0.03-0.14-0.3-0.83-0.56 0.13"></path><path d="m284.91 234.63c0.12-0.11 0.12-0.28 0.02-0.39-0.11-0.11-0.29-0.11-0.41-0.02-0.11 0.11-0.12 0.28-0.01 0.39 0.1 0.11 0.29 0.12 0.4 0.02z"></path><path d="m286.29 236.43c0 0.01 0.5 0.03 0.79 0.09 0.2 0.04 0.52 0.27 0.52 0.27 0.06-0.04 0.12-0.42-0.28-0.79-0.39-0.28-0.88 0.22-0.88 0.22s-0.12 0.12-0.15 0.21z"></path><path d="m285.75 235.54l-0.29 0.46 0.76 0.51 0.09-0.08 0.13-0.04-0.12-0.88-0.57 0.03"></path><path d="m286.37 236.53c0.14-0.07 0.21-0.22 0.15-0.31s-0.22-0.1-0.36-0.02-0.2 0.22-0.14 0.31c0.05 0.09 0.21 0.1 0.35 0.02z"></path></g></g><g id="inescutcheon" stroke-width="0.61"><ellipse fill="#ad1519" cx="250.43" cy="281.01" rx="16.26" ry="18.3"></ellipse><ellipse fill="#005bbf" cx="250.44" cy="280.97" rx="11.44" ry="13.42"></ellipse><g id="fdl" fill="#c8b100" stroke-width="0.34"><path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"></path><path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"></path></g><g fill="#c8b100" stroke-width="0.34" transform="matrix(1, 0, 0, 1, 10.630000114440918, 0)"><path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"></path><path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"></path></g><g fill="#c8b100" stroke-width="0.34" transform="matrix(1, 0, 0, 1, 5.309999942779541, 9.140000343322754)"><path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"></path><path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"></path></g></g></g></g></g></g>', 1), iA = [
|
|
2971
|
-
|
|
2970
|
+
}, nL = /* @__PURE__ */ we('<g transform="matrix(0.116989, 0, 0, 0.117019, 12.405169, -1.759683)"><g transform="matrix(1, 0, 0, 1, -185.080811, -64.049973)"><rect width="256.434" height="170.956" fill="#c60b1e" x="121.783" style="" y="164.522"></rect><rect width="256.434" height="85.478" y="207.261" fill="#ffc400" x="121.783" style=""></rect><g id="coa" stroke="#000" stroke-width="0.39" transform="matrix(0.341913, 0, 0, 0.341913, 121.782883, 164.522049)" style=""><g id="supporters"><g id="crown_left" stroke-width="0.26"><path fill="#ad1519" stroke-linejoin="round" d="m167.99 222.24s-0.51 0-0.79-0.16-1.13-0.96-1.13-0.96l-0.68-0.49-0.62-0.85s-0.73-1.18-0.4-2.09c0.34-0.91 0.91-1.23 1.42-1.5 0.51-0.26 1.58-0.59 1.58-0.59s0.85-0.37 1.13-0.42c0.28-0.06 1.3-0.32 1.3-0.32s0.28-0.16 0.56-0.27c0.29-0.11 0.68-0.11 0.91-0.16 0.22-0.06 0.79-0.24 1.13-0.26 0.52-0.02 1.36 0.1 1.64 0.1s1.24 0.05 1.64 0.05c0.39 0 1.8-0.11 2.2-0.11 0.39 0 0.68-0.05 1.13 0 0.45 0.06 1.24 0.32 1.47 0.43s1.58 0.59 2.09 0.75 1.75 0.37 2.32 0.64c0.56 0.27 0.91 0.72 1.19 1.1 0.28 0.37 0.34 0.78 0.45 1.05 0.11 0.26 0.11 0.84 0 1.11-0.11 0.26-0.51 0.81-0.51 0.81l-0.62 1.02-0.79 0.64s-0.57 0.54-1.02 0.48c-0.45-0.04-5.03-0.86-7.97-0.86s-7.64 0.86-7.64 0.86h0.01z"></path><g fill="#c8b100"><ellipse cx="175.66" cy="215.68" rx="1.38" ry="2.5"></ellipse><ellipse cx="175.68" cy="215.68" rx="0.64" ry="2.3"></ellipse><ellipse stroke="none" cx="175.68" cy="213.04" rx="0.93" ry="0.87"></ellipse><path stroke-width="0.3" d="m176.96 212.74v0.58h-2.53v-0.58h0.94v-1.32h-0.62v-0.57h0.62v-0.57h0.6v0.57h0.62v0.57h-0.62v1.32h0.99"></path><path fill="none" d="m175.94,212.2a0.93,0.87 0 1,1 -0.5,0"></path><path d="m175.68 222.08h-4.81l-0.11-1.18-0.23-1.23-0.23-1.53c-1.33-1.75-2.55-2.9-2.96-2.65 0.1-0.32 0.22-0.56 0.47-0.71 1.18-0.7 3.61 0.98 5.44 3.74 0.16 0.25 0.32 0.5 0.46 0.75h3.97c0.14-0.25 0.3-0.5 0.46-0.75 1.82-2.76 4.26-4.44 5.43-3.74 0.26 0.15 0.37 0.39 0.47 0.71-0.41-0.24-1.62 0.9-2.96 2.65l-0.23 1.53-0.23 1.23-0.1 1.18h-4.84z"></path><path fill="none" d="m167.55 215.44c0.91-0.53 3.02 1.14 4.73 3.74m11.55-3.74c-0.91-0.53-3.01 1.14-4.73 3.74"></path></g><g id="crown_pt1" fill="#c8b100"><path d="m168.58 224.25c-0.2-0.57-0.58-1.08-0.58-1.08 1.95-0.57 4.66-0.93 7.67-0.94 3.01 0.01 5.75 0.37 7.69 0.94 0 0-0.22 0.38-0.52 0.91-0.17 0.3-0.39 0.81-0.38 0.81-1.75-0.54-4.02-0.81-6.8-0.82-2.79 0.01-5.46 0.35-6.86 0.86 0.02 0-0.1-0.32-0.23-0.68h0.01"></path><path d="m175.67 226.73c2.43-0.01 5.11-0.38 6.1-0.63 0.66-0.2 1.05-0.49 0.98-0.84-0.04-0.16-0.18-0.3-0.37-0.38-1.46-0.47-4.07-0.8-6.71-0.8-2.63 0-5.27 0.33-6.72 0.8-0.19 0.08-0.33 0.22-0.37 0.38-0.07 0.35 0.32 0.64 0.98 0.84 0.99 0.25 3.68 0.62 6.11 0.63z"></path><path d="m183.48 222.08l-0.59-0.53s-0.57 0.34-1.28 0.24c-0.7-0.11-0.93-0.97-0.93-0.97s-0.79 0.67-1.44 0.62c-0.65-0.06-1.07-0.62-1.07-0.62s-0.71 0.51-1.33 0.46c-0.62-0.06-1.21-0.83-1.21-0.83s-0.63 0.8-1.25 0.86c-0.62 0.05-1.13-0.54-1.13-0.54s-0.28 0.59-1.07 0.72-1.47-0.62-1.47-0.62-0.45 0.73-0.99 0.92c-0.54 0.18-1.24-0.27-1.24-0.27s-0.12 0.27-0.2 0.43-0.31 0.19-0.31 0.19l0.18 0.47c1.93-0.56 4.56-0.91 7.53-0.91s5.67 0.35 7.61 0.92l0.2-0.54h-0.01z"></path><path d="m175.69 219.49l0.28 0.05c-0.05 0.12-0.06 0.24-0.06 0.38 0 0.58 0.5 1.05 1.12 1.05 0.49 0 0.91-0.31 1.06-0.73 0.01 0.01 0.11-0.38 0.15-0.38 0.03 0 0.03 0.41 0.05 0.41 0.07 0.53 0.55 0.89 1.1 0.89 0.62 0 1.11-0.47 1.11-1.06 0-0.04 0-0.08-0.01-0.12l0.35-0.35 0.19 0.44c-0.07 0.14-0.1 0.29-0.1 0.46 0 0.56 0.47 1.01 1.06 1.01 0.37 0 0.69-0.18 0.88-0.45l0.23-0.29v0.36c0 0.34 0.14 0.66 0.49 0.71 0 0 0.38 0.03 0.91-0.38 0.52-0.41 0.8-0.75 0.8-0.75l0.03 0.42s-0.51 0.84-0.97 1.1c-0.25 0.15-0.64 0.31-0.95 0.25-0.32-0.05-0.55-0.31-0.67-0.61-0.23 0.14-0.51 0.22-0.8 0.22-0.63 0-1.2-0.35-1.42-0.86-0.29 0.31-0.69 0.5-1.16 0.5-0.51 0-0.97-0.23-1.26-0.58-0.28 0.27-0.67 0.43-1.09 0.43-0.55 0-1.05-0.28-1.33-0.69-0.29 0.41-0.78 0.69-1.34 0.69-0.42 0-0.81-0.16-1.09-0.43-0.29 0.35-0.75 0.58-1.25 0.58-0.48 0-0.88-0.19-1.17-0.5-0.22 0.51-0.79 0.86-1.42 0.86-0.29 0-0.56-0.08-0.79-0.22-0.12 0.3-0.35 0.56-0.68 0.61-0.3 0.06-0.69-0.1-0.94-0.25-0.47-0.26-1.02-1.1-1.02-1.1l0.07-0.42s0.29 0.34 0.81 0.75 0.91 0.38 0.91 0.38c0.34-0.05 0.49-0.37 0.49-0.71v-0.36l0.22 0.29c0.19 0.27 0.51 0.45 0.88 0.45 0.59 0 1.06-0.45 1.06-1.01 0-0.17-0.02-0.32-0.1-0.46l0.19-0.44 0.35 0.35c-0.01 0.04-0.01 0.08-0.01 0.12 0 0.59 0.49 1.06 1.11 1.06 0.55 0 1.03-0.36 1.11-0.89 0.01 0 0.01-0.41 0.04-0.41 0.05 0 0.14 0.39 0.16 0.38 0.14 0.42 0.56 0.73 1.06 0.73 0.61 0 1.11-0.47 1.11-1.05 0-0.14 0-0.26-0.05-0.38l0.29-0.05h0.01z"></path><path stroke-linejoin="round" d="m175.67 222.23c-3.01 0.01-5.72 0.37-7.67 0.94-0.13 0.04-0.29-0.06-0.33-0.17-0.04-0.13 0.05-0.28 0.18-0.32 1.95-0.6 4.73-0.98 7.82-0.98s5.88 0.38 7.83 0.98c0.13 0.04 0.22 0.19 0.18 0.32-0.04 0.11-0.2 0.21-0.33 0.17-1.95-0.57-4.67-0.93-7.68-0.94z"></path><path d="m165.43 221c-0.01 0.01-0.38-0.48-0.65-0.73-0.2-0.18-0.68-0.33-0.68-0.33 0-0.08 0.28-0.28 0.58-0.28 0.18 0 0.35 0.07 0.45 0.2l0.04-0.2s0.24 0.05 0.35 0.32c0.12 0.29 0.05 0.72 0.05 0.72s-0.05 0.2-0.14 0.3z"></path><path d="m167.32 220.22l-0.11 0.66-1.4 0.15-0.21-0.12 0.04-0.23 1.06-0.87 0.62 0.41"></path><path d="m165.45 220.75c0.12-0.12 0.36-0.09 0.53 0.06 0.18 0.15 0.24 0.38 0.12 0.5-0.12 0.13-0.36 0.1-0.53-0.06-0.18-0.15-0.24-0.38-0.12-0.5z"></path><path d="m168.02 220.88c-0.06-0.18 0-0.37 0.13-0.42 0.14-0.03 0.3 0.09 0.37 0.27 0.06 0.19 0 0.38-0.14 0.42-0.13 0.04-0.29-0.08-0.36-0.27z"></path><path d="m168.67 220.04l0.51 0.48 1.22-0.66 0.09-0.21-0.17-0.17-1.4-0.12-0.25 0.68"></path><path d="m170.08 217.76l-0.67 0.64 0.86 1.14 0.23 0.09 0.17-0.18 0.3-1.37-0.89-0.32"></path><path d="m172.36 219.3l-0.26 0.63-1.4-0.13-0.18-0.16 0.1-0.22 1.22-0.64 0.52 0.52"></path><ellipse cx="170.51" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m172.87 219.95c-0.03-0.2 0.07-0.37 0.21-0.39s0.28 0.13 0.3 0.33c0.03 0.19-0.07 0.37-0.21 0.38-0.14 0.02-0.28-0.13-0.3-0.32z"></path><path d="m173.78 219.24l0.4 0.57 1.34-0.42 0.14-0.18-0.15-0.2-1.33-0.39-0.4 0.62"></path><path d="m175.66 217.15l-0.86 0.52 0.64 1.38 0.22 0.14 0.22-0.14 0.64-1.38-0.86-0.52"></path><path d="m177.55 219.24l-0.39 0.57-1.34-0.42-0.14-0.18 0.14-0.2 1.34-0.39 0.39 0.62"></path><ellipse cx="175.67" cy="219.21" rx="0.49" ry="0.47"></ellipse><path d="m178.5 219.95c0.02-0.2-0.08-0.37-0.22-0.39s-0.28 0.13-0.3 0.33c-0.02 0.19 0.07 0.37 0.21 0.38 0.14 0.02 0.28-0.13 0.31-0.32z"></path><path d="m178.99 219.3l0.26 0.63 1.4-0.13 0.18-0.16-0.1-0.22-1.22-0.64-0.52 0.52"></path><path d="m181.27 217.76l0.67 0.64-0.86 1.14-0.23 0.09-0.17-0.18-0.3-1.37 0.89-0.32"></path><path d="m182.68 220.04l-0.51 0.48-1.22-0.66-0.1-0.21 0.19-0.17 1.4-0.12 0.24 0.68"></path><ellipse cx="180.85" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m183.34 220.88c0.06-0.18 0-0.37-0.13-0.42-0.14-0.03-0.3 0.09-0.37 0.27-0.06 0.19 0 0.38 0.14 0.42 0.13 0.04 0.29-0.08 0.36-0.27z"></path><path d="m185.73 221c0.01 0.01 0.38-0.48 0.66-0.73 0.19-0.18 0.67-0.33 0.67-0.33 0-0.08-0.28-0.28-0.58-0.28-0.18 0-0.35 0.07-0.45 0.2l-0.04-0.2s-0.24 0.05-0.36 0.32c-0.11 0.29-0.03 0.72-0.03 0.72s0.04 0.2 0.13 0.3z"></path><path d="m183.84 220.22l0.11 0.66 1.4 0.15 0.21-0.12-0.05-0.23-1.05-0.87-0.62 0.41"></path><path d="m185.74 220.75c-0.11-0.12-0.35-0.09-0.53 0.06s-0.24 0.38-0.12 0.5c0.12 0.13 0.36 0.1 0.54-0.06 0.18-0.15 0.23-0.38 0.11-0.5z"></path></g><g id="crown_pt2" fill="none"><path fill="#ad1519" d="m168.05 224.3l0.31-0.5 0.65 0.13-0.38 0.56-0.58-0.19"></path><path fill="#058e6e" d="m170.85 223.81l-0.69 0.11c-0.18 0.02-0.35-0.09-0.38-0.26-0.02-0.17 0.1-0.32 0.27-0.35l0.7-0.1 0.71-0.11c0.18-0.02 0.34 0.09 0.37 0.25 0.02 0.17-0.1 0.33-0.27 0.35l-0.71 0.11"></path><ellipse fill="#fff" cx="173.19" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#ad1519" d="m175.7 223.48h-0.96c-0.18 0-0.33-0.14-0.33-0.31s0.14-0.31 0.32-0.31h1.96c0.19 0 0.33 0.14 0.33 0.31s-0.15 0.31-0.33 0.31h-0.99"></path><ellipse fill="#fff" cx="178.16" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#058e6e" d="m180.5 223.81l0.69 0.11c0.18 0.02 0.35-0.09 0.38-0.26 0.02-0.17-0.09-0.32-0.27-0.35l-0.7-0.1-0.71-0.11c-0.18-0.02-0.35 0.09-0.37 0.25-0.03 0.17 0.09 0.33 0.27 0.35l0.71 0.11"></path><path fill="#ad1519" d="m183.24 224.33l-0.25-0.53-0.67 0.06 0.32 0.59 0.6-0.12"></path><path fill="#ad1519" stroke-linejoin="round" d="m175.66 226.16c-2.43 0-4.63-0.22-6.3-0.65 1.67-0.43 3.87-0.69 6.3-0.7 2.44 0 4.65 0.27 6.33 0.7-1.68 0.43-3.89 0.65-6.33 0.65z"></path><path stroke-width="0.01" d="m176.8 226.08v-1.16m-0.58 1.2l0.01-1.23m-0.43 1.25v-1.26"></path><path stroke-width="0.02" d="m175.44 226.15v-1.27"></path><path stroke-width="0.03" d="m175.09 226.15v-1.27"></path><path stroke-width="0.04" d="m174.77 226.15v-1.27"></path><path stroke-width="0.04" d="m174.44 226.15v-1.27"></path><path stroke-width="0.05" d="m174.16 226.15v-1.27"></path><path stroke-width="0.06" d="m173.61 226.08l-0.01-1.15m0.27 1.17v-1.21"></path><path stroke-width="0.07" d="m173.1 226.03v-1.06m0.26 1.09l-0.01-1.13"></path><path stroke-width="0.08" d="m172.42 225.97v-0.93m0.23 0.94v-0.98m0.23 1.02v-1.02"></path><path stroke-width="0.09" d="m172.19 225.96v-0.9"></path><path stroke-width="0.1" d="m171.97 225.92v-0.85"></path><path stroke-width="0.11" d="m171.73 225.89v-0.78"></path><path stroke-width="0.12" d="m171.24 225.82l-0.01-0.62m0.26 0.66v-0.7"></path><path stroke-width="0.12" d="m170.99 225.77v-0.55"></path><path stroke-width="0.13" d="m170.76 225.73v-0.46"></path><path stroke-width="0.14" d="m170.51 225.67v-0.36"></path><path stroke-width="0.15" d="m170.26 225.64v-0.27"></path><path stroke-width="0.18" d="m169.99 225.58v-0.13"></path></g></g><g id="pillar_left"><g fill="#005bbf"><path d="m191.28 330.68c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.32-3.91 0.83-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.54-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.33 3.92-0.86 1.01-0.52 2.4-0.84 3.91-0.84 1.5 0 2.86 0.32 3.86 0.83 1.02 0.54 2.37 0.87 3.91 0.87l0.02-2.41z"></path><path fill="#ccc" d="m191.28 333.09c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.83-3.86-0.83-1.51 0-2.9 0.32-3.91 0.84-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.37-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.54 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.84 3.91-0.84c1.5 0 2.86 0.32 3.86 0.84 1.02 0.53 2.37 0.86 3.91 0.86l0.02-2.41"></path><path d="m191.28 335.5c-1.54 0-2.91-0.33-3.93-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.4c1.53 0 2.93-0.34 3.95-0.88 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.37 0.86 3.91 0.86l0.02-2.4"></path><path fill="#ccc" d="m191.26 340.32c-1.54 0-2.89-0.33-3.91-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.31-3.91 0.83s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.53-2.42 0.88-3.95 0.88v-2.4c1.53 0 2.93-0.36 3.95-0.9 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.39 0.86 3.93 0.86l-0.02 2.42"></path><path d="m191.26 342.73c-1.54 0-2.89-0.33-3.91-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v-2.39c1.53 0 2.93-0.37 3.95-0.9 1-0.52 2.34-0.81 3.86-0.81 1.45 0 2.79 0.3 3.79 0.79 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.83 3.91-0.83c1.5 0 2.86 0.31 3.86 0.82 1.02 0.54 2.38 0.87 3.93 0.87l-0.02 2.41z"></path></g><g fill="#c8b100"><path stroke-linejoin="round" d="m166.92 320.78c0.05 0.21 0.13 0.4 0.13 0.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-0.21 0.04-0.41 0.09-0.62-0.13 0.05-0.29 0.06-0.44 0.06h-16.69c-0.13 0-0.29-0.02-0.41-0.06z"></path><path d="m167.33 319.27h16.69c0.57 0 1.02 0.35 1.02 0.78s-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.36-1.02-0.79s0.46-0.78 1.02-0.78z"></path><path d="m164.27 329.86h22.87v-5.83h-22.87v5.83z"></path></g><path fill="#ccc" d="m167.55 318.32h16.25v-79.63h-16.25v79.63z"></path><path fill="none" d="m179.13 238.8v79.46m1.83-79.46v79.46"></path><g fill="#c8b100"><path d="m164.58 232.37h22.29v-5.84h-22.29v5.84z"></path><path stroke-linejoin="round" d="m166.92 236.26c0.14-0.06 0.24-0.07 0.41-0.07h16.69c0.17 0 0.32 0.03 0.46 0.08-0.58-0.19-0.99-0.71-0.99-1.32s0.45-1.14 1.03-1.33c-0.14 0.04-0.33 0.08-0.49 0.08h-16.7c-0.17 0-0.33-0.01-0.47-0.06l0.09 0.02c0.6 0.18 0.94 0.71 0.94 1.29 0 0.56-0.38 1.13-0.97 1.31z"></path><path d="m167.33 236.19h16.69c0.57 0 1.02 0.35 1.02 0.78 0 0.44-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.35-1.02-0.79 0-0.43 0.46-0.78 1.02-0.78z"></path><path d="m167.33 232.37h16.7c0.57 0 1.03 0.3 1.03 0.66 0 0.37-0.46 0.67-1.03 0.67h-16.7c-0.56 0-1.02-0.3-1.02-0.67 0-0.36 0.46-0.66 1.02-0.66z"></path></g></g><g id="ribbon_left" fill="#ad1519"><path d="m162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31 0.12 0.61 0.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-0.9-3.56-2.34-4.64z"></path><path stroke-linejoin="round" d="m200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39 0.02-5.04 0.25-7.79 0.7-9.72 1.63-17.13 5.51-16.54 8.67 0.01 0.06 0.04 0.2 0.05 0.26 0 0-3.64-8.21-3.7-8.52-0.65-3.51 7.56-7.82 18.35-9.62 3.39-0.57 6.69-0.79 9.56-0.76 6.9 0 12.9 0.89 16.52 2.23l0.04 9.82"></path><path d="m167.52 278.47c-4.51-0.32-7.58-1.53-7.94-3.41-0.28-1.5 1.25-3.17 3.97-4.68 1.21 0.14 2.58 0.3 4 0.3l-0.03 7.79"></path><path d="m183.83 272.38c2.82 0.43 4.93 1.13 5.98 1.99l0.1 0.17c0.5 1.03-1.97 3.22-6.11 5.67l0.03-7.83"></path><path stroke-linejoin="round" d="m157.42 293.83c-0.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-0.09-0.17c0.46 0.38 1.18 8.24 1.18 8.24 0.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-0.01z"></path></g><g id="crown_right" stroke-width="0.26"><path fill="#ad1519" stroke-width="0.27" d="m324.85 220.42s-0.74 0.78-1.28 0.89c-0.53 0.1-1.21-0.49-1.21-0.49s-0.48 0.51-1.08 0.64c-0.59 0.14-1.41-0.66-1.41-0.66s-0.57 0.8-1.07 0.99c-0.51 0.18-1.13-0.24-1.13-0.24s-0.23 0.39-0.65 0.61c-0.18 0.09-0.48-0.05-0.48-0.05l-0.6-0.38-0.68-0.72-0.62-0.24s-0.28-0.91-0.31-1.07c-0.02-0.16-0.08-0.57-0.08-0.57-0.13-0.65 0.87-1.4 2.3-1.72 0.82-0.19 1.54-0.18 2.06-0.02 0.57-0.48 1.78-0.82 3.2-0.82 1.29 0 2.42 0.27 3.04 0.7 0.61-0.43 1.74-0.7 3.03-0.7 1.42 0 2.62 0.34 3.19 0.82 0.53-0.16 1.24-0.17 2.07 0.02 1.42 0.32 2.43 1.07 2.3 1.72 0 0-0.06 0.41-0.08 0.57-0.03 0.16-0.32 1.07-0.32 1.07l-0.62 0.24-0.68 0.72-0.58 0.38s-0.3 0.14-0.48 0.05c-0.43-0.21-0.66-0.61-0.66-0.61s-0.62 0.42-1.13 0.24c-0.51-0.19-1.07-0.99-1.07-0.99s-0.82 0.8-1.42 0.66c-0.59-0.13-1.07-0.64-1.07-0.64s-0.68 0.59-1.21 0.49c-0.54-0.11-1.27-0.89-1.27-0.89z"></path><g fill="#c8b100"><ellipse cx="324.82" cy="216.2" rx="1.38" ry="1.96"></ellipse><ellipse cx="324.85" cy="216.2" rx="0.63" ry="1.81"></ellipse><ellipse stroke="none" cx="324.84" cy="213.95" rx="0.93" ry="0.88"></ellipse><path stroke-width="0.3" d="m326.13 213.64v0.58h-2.53v-0.58h0.94v-1.3h-0.62v-0.58h0.62v-0.58h0.61v0.58h0.61v0.58h-0.61v1.3h0.98"></path><path fill="none" d="m325.11,213.12a0.93,0.88 0 1,1 -0.51,-0.01"></path></g><g fill="none" stroke-width="0.21"><path stroke-width="0.26" stroke-linecap="round" d="m314.41 219.99c-0.13-0.33-0.22-0.7-0.22-1.08 0-1.59 1.26-2.88 2.83-2.88 0.5 0 0.96 0.13 1.37 0.37"></path><path stroke-width="0.26" d="m319.48 217.93c-0.15-0.26-0.29-0.54-0.29-0.84 0-1.15 1.19-2.08 2.64-2.08 0.62 0 1.2 0.17 1.65 0.45"></path><path stroke-width="0.26" d="m330.17 217.96c0.15-0.26 0.25-0.57 0.25-0.87 0-1.15-1.18-2.08-2.64-2.08-0.62 0-1.19 0.17-1.64 0.45"></path><path stroke-width="0.26" stroke-linecap="round" d="m335.21 219.99c0.13-0.33 0.21-0.7 0.21-1.08 0-1.59-1.26-2.88-2.82-2.88-0.5 0-0.97 0.13-1.38 0.37"></path><ellipse cx="313.57" cy="218.68" rx="0.45" ry="0.43"></ellipse><ellipse cx="313.74" cy="217.1" rx="0.45" ry="0.43"></ellipse><ellipse cx="314.76" cy="215.9" rx="0.45" ry="0.43"></ellipse><ellipse cx="316.11" cy="215.25" rx="0.45" ry="0.43"></ellipse><ellipse cx="317.55" cy="215.31" rx="0.45" ry="0.43"></ellipse><ellipse fill="#fff" cx="318.43" cy="217.08" rx="0.45" ry="0.43"></ellipse><ellipse cx="318.68" cy="215.58" rx="0.45" ry="0.43"></ellipse><ellipse cx="319.81" cy="214.64" rx="0.45" ry="0.43"></ellipse><ellipse cx="321.23" cy="214.19" rx="0.45" ry="0.43"></ellipse><ellipse cx="322.67" cy="214.24" rx="0.45" ry="0.43"></ellipse><ellipse cx="326.94" cy="214.24" rx="0.45" ry="0.43"></ellipse><ellipse cx="328.39" cy="214.19" rx="0.45" ry="0.43"></ellipse><ellipse cx="329.8" cy="214.64" rx="0.45" ry="0.43"></ellipse><ellipse cx="330.93" cy="215.58" rx="0.45" ry="0.43"></ellipse><ellipse fill="#fff" cx="331.18" cy="217.08" rx="0.45" ry="0.43"></ellipse><ellipse cx="332.06" cy="215.31" rx="0.45" ry="0.43"></ellipse><ellipse cx="333.51" cy="215.25" rx="0.45" ry="0.43"></ellipse><ellipse cx="334.86" cy="215.9" rx="0.45" ry="0.43"></ellipse><ellipse cx="335.88" cy="217.1" rx="0.45" ry="0.43"></ellipse><ellipse cx="336.05" cy="218.68" rx="0.45" ry="0.43"></ellipse></g><g fill="#c8b100" transform="matrix(1, 0, 0, 1, 149.1699981689453, 0)"><path d="m168.58 224.25c-0.2-0.57-0.58-1.08-0.58-1.08 1.95-0.57 4.66-0.93 7.67-0.94 3.01 0.01 5.75 0.37 7.69 0.94 0 0-0.22 0.38-0.52 0.91-0.17 0.3-0.39 0.81-0.38 0.81-1.75-0.54-4.02-0.81-6.8-0.82-2.79 0.01-5.46 0.35-6.86 0.86 0.02 0-0.1-0.32-0.23-0.68h0.01"></path><path d="m175.67 226.73c2.43-0.01 5.11-0.38 6.1-0.63 0.66-0.2 1.05-0.49 0.98-0.84-0.04-0.16-0.18-0.3-0.37-0.38-1.46-0.47-4.07-0.8-6.71-0.8-2.63 0-5.27 0.33-6.72 0.8-0.19 0.08-0.33 0.22-0.37 0.38-0.07 0.35 0.32 0.64 0.98 0.84 0.99 0.25 3.68 0.62 6.11 0.63z"></path><path d="m183.48 222.08l-0.59-0.53s-0.57 0.34-1.28 0.24c-0.7-0.11-0.93-0.97-0.93-0.97s-0.79 0.67-1.44 0.62c-0.65-0.06-1.07-0.62-1.07-0.62s-0.71 0.51-1.33 0.46c-0.62-0.06-1.21-0.83-1.21-0.83s-0.63 0.8-1.25 0.86c-0.62 0.05-1.13-0.54-1.13-0.54s-0.28 0.59-1.07 0.72-1.47-0.62-1.47-0.62-0.45 0.73-0.99 0.92c-0.54 0.18-1.24-0.27-1.24-0.27s-0.12 0.27-0.2 0.43-0.31 0.19-0.31 0.19l0.18 0.47c1.93-0.56 4.56-0.91 7.53-0.91s5.67 0.35 7.61 0.92l0.2-0.54h-0.01z"></path><path d="m175.69 219.49l0.28 0.05c-0.05 0.12-0.06 0.24-0.06 0.38 0 0.58 0.5 1.05 1.12 1.05 0.49 0 0.91-0.31 1.06-0.73 0.01 0.01 0.11-0.38 0.15-0.38 0.03 0 0.03 0.41 0.05 0.41 0.07 0.53 0.55 0.89 1.1 0.89 0.62 0 1.11-0.47 1.11-1.06 0-0.04 0-0.08-0.01-0.12l0.35-0.35 0.19 0.44c-0.07 0.14-0.1 0.29-0.1 0.46 0 0.56 0.47 1.01 1.06 1.01 0.37 0 0.69-0.18 0.88-0.45l0.23-0.29v0.36c0 0.34 0.14 0.66 0.49 0.71 0 0 0.38 0.03 0.91-0.38 0.52-0.41 0.8-0.75 0.8-0.75l0.03 0.42s-0.51 0.84-0.97 1.1c-0.25 0.15-0.64 0.31-0.95 0.25-0.32-0.05-0.55-0.31-0.67-0.61-0.23 0.14-0.51 0.22-0.8 0.22-0.63 0-1.2-0.35-1.42-0.86-0.29 0.31-0.69 0.5-1.16 0.5-0.51 0-0.97-0.23-1.26-0.58-0.28 0.27-0.67 0.43-1.09 0.43-0.55 0-1.05-0.28-1.33-0.69-0.29 0.41-0.78 0.69-1.34 0.69-0.42 0-0.81-0.16-1.09-0.43-0.29 0.35-0.75 0.58-1.25 0.58-0.48 0-0.88-0.19-1.17-0.5-0.22 0.51-0.79 0.86-1.42 0.86-0.29 0-0.56-0.08-0.79-0.22-0.12 0.3-0.35 0.56-0.68 0.61-0.3 0.06-0.69-0.1-0.94-0.25-0.47-0.26-1.02-1.1-1.02-1.1l0.07-0.42s0.29 0.34 0.81 0.75 0.91 0.38 0.91 0.38c0.34-0.05 0.49-0.37 0.49-0.71v-0.36l0.22 0.29c0.19 0.27 0.51 0.45 0.88 0.45 0.59 0 1.06-0.45 1.06-1.01 0-0.17-0.02-0.32-0.1-0.46l0.19-0.44 0.35 0.35c-0.01 0.04-0.01 0.08-0.01 0.12 0 0.59 0.49 1.06 1.11 1.06 0.55 0 1.03-0.36 1.11-0.89 0.01 0 0.01-0.41 0.04-0.41 0.05 0 0.14 0.39 0.16 0.38 0.14 0.42 0.56 0.73 1.06 0.73 0.61 0 1.11-0.47 1.11-1.05 0-0.14 0-0.26-0.05-0.38l0.29-0.05h0.01z"></path><path stroke-linejoin="round" d="m175.67 222.23c-3.01 0.01-5.72 0.37-7.67 0.94-0.13 0.04-0.29-0.06-0.33-0.17-0.04-0.13 0.05-0.28 0.18-0.32 1.95-0.6 4.73-0.98 7.82-0.98s5.88 0.38 7.83 0.98c0.13 0.04 0.22 0.19 0.18 0.32-0.04 0.11-0.2 0.21-0.33 0.17-1.95-0.57-4.67-0.93-7.68-0.94z"></path><path d="m165.43 221c-0.01 0.01-0.38-0.48-0.65-0.73-0.2-0.18-0.68-0.33-0.68-0.33 0-0.08 0.28-0.28 0.58-0.28 0.18 0 0.35 0.07 0.45 0.2l0.04-0.2s0.24 0.05 0.35 0.32c0.12 0.29 0.05 0.72 0.05 0.72s-0.05 0.2-0.14 0.3z"></path><path d="m167.32 220.22l-0.11 0.66-1.4 0.15-0.21-0.12 0.04-0.23 1.06-0.87 0.62 0.41"></path><path d="m165.45 220.75c0.12-0.12 0.36-0.09 0.53 0.06 0.18 0.15 0.24 0.38 0.12 0.5-0.12 0.13-0.36 0.1-0.53-0.06-0.18-0.15-0.24-0.38-0.12-0.5z"></path><path d="m168.02 220.88c-0.06-0.18 0-0.37 0.13-0.42 0.14-0.03 0.3 0.09 0.37 0.27 0.06 0.19 0 0.38-0.14 0.42-0.13 0.04-0.29-0.08-0.36-0.27z"></path><path d="m168.67 220.04l0.51 0.48 1.22-0.66 0.09-0.21-0.17-0.17-1.4-0.12-0.25 0.68"></path><path d="m170.08 217.76l-0.67 0.64 0.86 1.14 0.23 0.09 0.17-0.18 0.3-1.37-0.89-0.32"></path><path d="m172.36 219.3l-0.26 0.63-1.4-0.13-0.18-0.16 0.1-0.22 1.22-0.64 0.52 0.52"></path><ellipse cx="170.51" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m172.87 219.95c-0.03-0.2 0.07-0.37 0.21-0.39s0.28 0.13 0.3 0.33c0.03 0.19-0.07 0.37-0.21 0.38-0.14 0.02-0.28-0.13-0.3-0.32z"></path><path d="m173.78 219.24l0.4 0.57 1.34-0.42 0.14-0.18-0.15-0.2-1.33-0.39-0.4 0.62"></path><path d="m175.66 217.15l-0.86 0.52 0.64 1.38 0.22 0.14 0.22-0.14 0.64-1.38-0.86-0.52"></path><path d="m177.55 219.24l-0.39 0.57-1.34-0.42-0.14-0.18 0.14-0.2 1.34-0.39 0.39 0.62"></path><ellipse cx="175.67" cy="219.21" rx="0.49" ry="0.47"></ellipse><path d="m178.5 219.95c0.02-0.2-0.08-0.37-0.22-0.39s-0.28 0.13-0.3 0.33c-0.02 0.19 0.07 0.37 0.21 0.38 0.14 0.02 0.28-0.13 0.31-0.32z"></path><path d="m178.99 219.3l0.26 0.63 1.4-0.13 0.18-0.16-0.1-0.22-1.22-0.64-0.52 0.52"></path><path d="m181.27 217.76l0.67 0.64-0.86 1.14-0.23 0.09-0.17-0.18-0.3-1.37 0.89-0.32"></path><path d="m182.68 220.04l-0.51 0.48-1.22-0.66-0.1-0.21 0.19-0.17 1.4-0.12 0.24 0.68"></path><ellipse cx="180.85" cy="219.65" rx="0.49" ry="0.47"></ellipse><path d="m183.34 220.88c0.06-0.18 0-0.37-0.13-0.42-0.14-0.03-0.3 0.09-0.37 0.27-0.06 0.19 0 0.38 0.14 0.42 0.13 0.04 0.29-0.08 0.36-0.27z"></path><path d="m185.73 221c0.01 0.01 0.38-0.48 0.66-0.73 0.19-0.18 0.67-0.33 0.67-0.33 0-0.08-0.28-0.28-0.58-0.28-0.18 0-0.35 0.07-0.45 0.2l-0.04-0.2s-0.24 0.05-0.36 0.32c-0.11 0.29-0.03 0.72-0.03 0.72s0.04 0.2 0.13 0.3z"></path><path d="m183.84 220.22l0.11 0.66 1.4 0.15 0.21-0.12-0.05-0.23-1.05-0.87-0.62 0.41"></path><path d="m185.74 220.75c-0.11-0.12-0.35-0.09-0.53 0.06s-0.24 0.38-0.12 0.5c0.12 0.13 0.36 0.1 0.54-0.06 0.18-0.15 0.23-0.38 0.11-0.5z"></path></g><g fill="none" transform="matrix(1, 0, 0, 1, 149.1699981689453, 0)"><path fill="#ad1519" d="m168.05 224.3l0.31-0.5 0.65 0.13-0.38 0.56-0.58-0.19"></path><path fill="#058e6e" d="m170.85 223.81l-0.69 0.11c-0.18 0.02-0.35-0.09-0.38-0.26-0.02-0.17 0.1-0.32 0.27-0.35l0.7-0.1 0.71-0.11c0.18-0.02 0.34 0.09 0.37 0.25 0.02 0.17-0.1 0.33-0.27 0.35l-0.71 0.11"></path><ellipse fill="#fff" cx="173.19" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#ad1519" d="m175.7 223.48h-0.96c-0.18 0-0.33-0.14-0.33-0.31s0.14-0.31 0.32-0.31h1.96c0.19 0 0.33 0.14 0.33 0.31s-0.15 0.31-0.33 0.31h-0.99"></path><ellipse fill="#fff" cx="178.16" cy="223.3" rx="0.44" ry="0.41"></ellipse><path fill="#058e6e" d="m180.5 223.81l0.69 0.11c0.18 0.02 0.35-0.09 0.38-0.26 0.02-0.17-0.09-0.32-0.27-0.35l-0.7-0.1-0.71-0.11c-0.18-0.02-0.35 0.09-0.37 0.25-0.03 0.17 0.09 0.33 0.27 0.35l0.71 0.11"></path><path fill="#ad1519" d="m183.24 224.33l-0.25-0.53-0.67 0.06 0.32 0.59 0.6-0.12"></path><path fill="#ad1519" stroke-linejoin="round" d="m175.66 226.16c-2.43 0-4.63-0.22-6.3-0.65 1.67-0.43 3.87-0.69 6.3-0.7 2.44 0 4.65 0.27 6.33 0.7-1.68 0.43-3.89 0.65-6.33 0.65z"></path><path stroke-width="0.01" d="m176.8 226.08v-1.16m-0.58 1.2l0.01-1.23m-0.43 1.25v-1.26"></path><path stroke-width="0.02" d="m175.44 226.15v-1.27"></path><path stroke-width="0.03" d="m175.09 226.15v-1.27"></path><path stroke-width="0.04" d="m174.77 226.15v-1.27"></path><path stroke-width="0.04" d="m174.44 226.15v-1.27"></path><path stroke-width="0.05" d="m174.16 226.15v-1.27"></path><path stroke-width="0.06" d="m173.61 226.08l-0.01-1.15m0.27 1.17v-1.21"></path><path stroke-width="0.07" d="m173.1 226.03v-1.06m0.26 1.09l-0.01-1.13"></path><path stroke-width="0.08" d="m172.42 225.97v-0.93m0.23 0.94v-0.98m0.23 1.02v-1.02"></path><path stroke-width="0.09" d="m172.19 225.96v-0.9"></path><path stroke-width="0.1" d="m171.97 225.92v-0.85"></path><path stroke-width="0.11" d="m171.73 225.89v-0.78"></path><path stroke-width="0.12" d="m171.24 225.82l-0.01-0.62m0.26 0.66v-0.7"></path><path stroke-width="0.12" d="m170.99 225.77v-0.55"></path><path stroke-width="0.13" d="m170.76 225.73v-0.46"></path><path stroke-width="0.14" d="m170.51 225.67v-0.36"></path><path stroke-width="0.15" d="m170.26 225.64v-0.27"></path><path stroke-width="0.18" d="m169.99 225.58v-0.13"></path></g></g><g id="pillar_right" transform="matrix(1, 0, 0, 1, 149.1699981689453, 0)"><g fill="#005bbf"><path d="m191.28 330.68c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.32-3.91 0.83-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.54-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.33 3.92-0.86 1.01-0.52 2.4-0.84 3.91-0.84 1.5 0 2.86 0.32 3.86 0.83 1.02 0.54 2.37 0.87 3.91 0.87l0.02-2.41z"></path><path fill="#ccc" d="m191.28 333.09c-1.54 0-2.91-0.33-3.93-0.87-1-0.51-2.36-0.83-3.86-0.83-1.51 0-2.9 0.32-3.91 0.84-1.01 0.53-2.4 0.86-3.92 0.86-1.54 0-2.92-0.37-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.41c1.53 0 2.93-0.35 3.95-0.88 1-0.52 2.34-0.82 3.86-0.82 1.45 0 2.79 0.31 3.79 0.8 1.01 0.54 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.84 3.91-0.84c1.5 0 2.86 0.32 3.86 0.84 1.02 0.53 2.37 0.86 3.91 0.86l0.02-2.41"></path><path d="m191.28 335.5c-1.54 0-2.91-0.33-3.93-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.36-3.93-0.9-1-0.49-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v2.4c1.53 0 2.93-0.34 3.95-0.88 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.37 0.86 3.91 0.86l0.02-2.4"></path><path fill="#ccc" d="m191.26 340.32c-1.54 0-2.89-0.33-3.91-0.87-1-0.51-2.36-0.82-3.86-0.82-1.51 0-2.9 0.31-3.91 0.83s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.79-3.79-0.79-1.52 0-2.86 0.29-3.86 0.81-1.02 0.53-2.42 0.88-3.95 0.88v-2.4c1.53 0 2.93-0.36 3.95-0.9 1-0.51 2.34-0.8 3.86-0.8 1.45 0 2.79 0.3 3.79 0.79 1.01 0.54 2.39 0.89 3.93 0.89 1.52 0 2.91-0.32 3.92-0.85 1.01-0.52 2.4-0.83 3.91-0.83 1.5 0 2.86 0.31 3.86 0.82 1.02 0.55 2.39 0.86 3.93 0.86l-0.02 2.42"></path><path d="m191.26 342.73c-1.54 0-2.89-0.33-3.91-0.86-1-0.52-2.36-0.84-3.86-0.84-1.51 0-2.9 0.32-3.91 0.84s-2.4 0.86-3.92 0.86c-1.54 0-2.92-0.37-3.93-0.9-1-0.5-2.33-0.8-3.79-0.8-1.52 0-2.86 0.3-3.86 0.82-1.02 0.53-2.42 0.88-3.95 0.88v-2.39c1.53 0 2.93-0.37 3.95-0.9 1-0.52 2.34-0.81 3.86-0.81 1.45 0 2.79 0.3 3.79 0.79 1.01 0.53 2.39 0.9 3.93 0.9 1.52 0 2.91-0.34 3.92-0.86s2.4-0.83 3.91-0.83c1.5 0 2.86 0.31 3.86 0.82 1.02 0.54 2.38 0.87 3.93 0.87l-0.02 2.41z"></path></g><g fill="#c8b100"><path stroke-linejoin="round" d="m166.92 320.78c0.05 0.21 0.13 0.4 0.13 0.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-0.21 0.04-0.41 0.09-0.62-0.13 0.05-0.29 0.06-0.44 0.06h-16.69c-0.13 0-0.29-0.02-0.41-0.06z"></path><path d="m167.33 319.27h16.69c0.57 0 1.02 0.35 1.02 0.78s-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.36-1.02-0.79s0.46-0.78 1.02-0.78z"></path><path d="m164.27 329.86h22.87v-5.83h-22.87v5.83z"></path></g><path fill="#ccc" d="m167.55 318.32h16.25v-79.63h-16.25v79.63z"></path><path fill="none" d="m179.13 238.8v79.46m1.83-79.46v79.46"></path><g fill="#c8b100"><path d="m164.58 232.37h22.29v-5.84h-22.29v5.84z"></path><path stroke-linejoin="round" d="m166.92 236.26c0.14-0.06 0.24-0.07 0.41-0.07h16.69c0.17 0 0.32 0.03 0.46 0.08-0.58-0.19-0.99-0.71-0.99-1.32s0.45-1.14 1.03-1.33c-0.14 0.04-0.33 0.08-0.49 0.08h-16.7c-0.17 0-0.33-0.01-0.47-0.06l0.09 0.02c0.6 0.18 0.94 0.71 0.94 1.29 0 0.56-0.38 1.13-0.97 1.31z"></path><path d="m167.33 236.19h16.69c0.57 0 1.02 0.35 1.02 0.78 0 0.44-0.45 0.79-1.02 0.79h-16.69c-0.56 0-1.02-0.35-1.02-0.79 0-0.43 0.46-0.78 1.02-0.78z"></path><path d="m167.33 232.37h16.7c0.57 0 1.03 0.3 1.03 0.66 0 0.37-0.46 0.67-1.03 0.67h-16.7c-0.56 0-1.02-0.3-1.02-0.67 0-0.36 0.46-0.66 1.02-0.66z"></path></g></g><g id="ribbon_right" fill="#ad1519" transform="matrix(-1, 0, 0, 1, 500.57000732421875, 0)"><path d="m162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31 0.12 0.61 0.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07 1.34-1.08 2.19-2.69 2.19-4.49 0-1.87-0.9-3.56-2.34-4.64z"></path><path stroke-linejoin="round" d="m200.4 268.47c-3.54-1.46-9.57-2.55-16.49-2.78-2.39 0.02-5.04 0.25-7.79 0.7-9.72 1.63-17.13 5.51-16.54 8.67 0.01 0.06 0.04 0.2 0.05 0.26 0 0-3.64-8.21-3.7-8.52-0.65-3.51 7.56-7.82 18.35-9.62 3.39-0.57 6.69-0.79 9.56-0.76 6.9 0 12.9 0.89 16.52 2.23l0.04 9.82"></path><path d="m167.52 278.47c-4.51-0.32-7.58-1.53-7.94-3.41-0.28-1.5 1.25-3.17 3.97-4.68 1.21 0.14 2.58 0.3 4 0.3l-0.03 7.79"></path><path d="m183.83 272.38c2.82 0.43 4.93 1.13 5.98 1.99l0.1 0.17c0.5 1.03-1.97 3.22-6.11 5.67l0.03-7.83"></path><path stroke-linejoin="round" d="m157.42 293.83c-0.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.79l-0.09-0.17c0.46 0.38 1.18 8.24 1.18 8.24 0.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.91 3.2-10.44 4.09-4.54 1.57-9.04 4.54-8.63 5.64l-1.51-8.09v-0.01z"></path></g><g id="plus_ultra" fill="#c8b100" stroke="none"><path d="m166.42 264.65c1.99-0.72 3.29-1.58 2.66-3.14-0.41-1-1.43-1.19-2.97-0.63l-2.71 0.99 2.44 6.03c0.27-0.12 0.54-0.24 0.81-0.34 0.28-0.1 0.57-0.18 0.85-0.26l-1.08-2.64v-0.01zm-1.18-2.91l0.69-0.25c0.57-0.21 1.21 0.1 1.5 0.8 0.21 0.53 0.16 1.13-0.5 1.55-0.21 0.13-0.46 0.23-0.7 0.33l-0.99-2.43"></path><path d="m172.78 259.22c-0.29 0.08-0.57 0.16-0.86 0.22-0.29 0.05-0.59 0.09-0.88 0.12l1.41 6.28 4.38-0.88c-0.05-0.12-0.12-0.26-0.14-0.38-0.03-0.14-0.03-0.28-0.04-0.41-0.77 0.22-1.61 0.46-2.61 0.66l-1.26-5.61"></path><path d="m181.56 264.63c0.82-2.28 1.82-4.46 2.81-6.67-0.18 0.03-0.36 0.06-0.54 0.07s-0.37 0.01-0.54 0c-0.53 1.61-1.18 3.21-1.87 4.8-0.82-1.51-1.73-2.99-2.43-4.51-0.34 0.04-0.69 0.09-1.03 0.12-0.34 0.02-0.7 0.01-1.04 0.02 1.26 2.06 2.48 4.11 3.64 6.23 0.16-0.03 0.32-0.06 0.5-0.08 0.16-0.01 0.33 0.01 0.5 0.02"></path><path d="m190.72 259.8c0.15-0.31 0.31-0.6 0.48-0.89-0.24-0.22-0.96-0.55-1.81-0.63-1.79-0.18-2.81 0.61-2.93 1.69-0.26 2.26 3.31 2.07 3.14 3.57-0.07 0.64-0.75 0.9-1.48 0.83-0.81-0.08-1.41-0.53-1.51-1.19l-0.22-0.02c-0.12 0.39-0.29 0.77-0.48 1.15 0.53 0.34 1.21 0.53 1.85 0.59 1.83 0.19 3.22-0.54 3.35-1.74 0.23-2.15-3.37-2.27-3.23-3.54 0.06-0.53 0.47-0.88 1.4-0.79 0.67 0.07 1.08 0.43 1.26 0.95l0.18 0.02"></path><path d="m310.3 264.98c0.62-2.33 1.41-4.58 2.19-6.87-0.17 0.05-0.35 0.09-0.53 0.11-0.17 0.03-0.36 0.04-0.54 0.05-0.37 1.64-0.88 3.29-1.42 4.94-0.96-1.44-2-2.84-2.83-4.3-0.34 0.07-0.68 0.15-1.02 0.2s-0.69 0.07-1.04 0.11c1.45 1.94 2.85 3.89 4.2 5.91 0.16-0.04 0.32-0.1 0.5-0.12 0.16-0.02 0.33-0.02 0.49-0.03"></path><path d="m316.48 258.16c-0.29 0.01-0.59 0.04-0.88 0.03-0.3 0-0.6-0.04-0.89-0.06l-0.12 6.41 4.49 0.08c-0.03-0.13-0.06-0.28-0.06-0.41s0.04-0.27 0.07-0.4c-0.81 0.05-1.68 0.1-2.71 0.08l0.1-5.73"></path><path d="m323.52 259.21c0.72 0.06 1.41 0.19 2.1 0.31-0.01-0.13-0.03-0.27-0.02-0.41 0.01-0.13 0.06-0.26 0.1-0.39l-6.07-0.5c0.01 0.14 0.03 0.27 0.02 0.4-0.01 0.14-0.06 0.27-0.1 0.4 0.62-0.02 1.37-0.02 2.21 0.05l-0.53 5.77c0.29 0 0.59 0 0.88 0.03 0.3 0.02 0.59 0.07 0.88 0.11l0.53-5.77"></path><path d="m326.01 265.53c0.29 0.05 0.59 0.09 0.88 0.15 0.28 0.06 0.57 0.15 0.85 0.23l0.72-2.94 0.08 0.01c0.16 0.41 0.38 0.9 0.49 1.19l0.9 2.22c0.36 0.06 0.71 0.11 1.05 0.18 0.36 0.08 0.7 0.18 1.04 0.28l-0.31-0.67c-0.48-1-0.99-2.01-1.41-3.02 1.12 0.04 1.98-0.36 2.2-1.26 0.15-0.62-0.1-1.11-0.68-1.53-0.44-0.31-1.28-0.47-1.83-0.6l-2.44-0.53-1.54 6.29m3.14-5.42c0.71 0.16 1.59 0.27 1.59 1.07-0.01 0.21-0.03 0.35-0.06 0.48-0.23 0.94-0.94 1.26-2.13 0.91l0.6-2.46"></path><path d="m337.57 267.46c-0.05 0.69-0.18 1.37-0.31 2.1 0.3 0.14 0.61 0.27 0.9 0.44 0.3 0.16 0.57 0.34 0.86 0.52l0.6-7.23c-0.14-0.06-0.27-0.12-0.41-0.19-0.13-0.07-0.25-0.15-0.37-0.24l-6.38 4.05c0.17 0.08 0.35 0.16 0.51 0.25 0.17 0.09 0.31 0.19 0.47 0.28 0.54-0.45 1.1-0.82 1.74-1.3l2.39 1.31v0.01zm-1.81-1.66l2.13-1.37-0.25 2.4-1.88-1.03"></path></g></g><g id="crown_crest"><path fill="#ad1519" stroke-width="0.26" d="m249.65 182.72c6.64 0 12.56 0.99 16.41 2.51 2.2 1 5.16 1.73 8.4 2.17 2.47 0.33 4.81 0.39 6.85 0.24 2.73-0.06 6.67 0.74 10.62 2.48 3.26 1.45 5.99 3.21 7.8 4.91l-1.57 1.4-0.45 3.96-4.3 4.92-2.15 1.83-5.09 4.07-2.6 0.21-0.79 2.25-32.91-3.86-33.02 3.86-0.79-2.25-2.61-0.21-5.08-4.07-2.15-1.83-4.3-4.92-0.44-3.96-1.58-1.4c1.82-1.7 4.54-3.46 7.8-4.91 3.95-1.74 7.89-2.54 10.62-2.48 2.04 0.15 4.38 0.09 6.85-0.24 3.24-0.44 6.2-1.17 8.4-2.17 3.86-1.52 9.44-2.51 16.08-2.51z"></path><g fill="#c8b100"><path d="m225.34 191.42l1.38 1.11 2.08-3.4c-2.25-1.38-3.8-3.78-3.8-6.51 0-0.31 0.02-0.61 0.06-0.91 0.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63 0.95 8.84 2.48 0.06-0.67 0.12-1.25 0.21-1.86-2.43-1.42-5.6-2.28-9.05-2.28-7.71 0-13.74 4.39-14.03 9.57-0.03 0.31-0.05 0.61-0.05 0.92 0 2.76 1.26 5.26 3.26 6.99l-1.1 1.81"></path><path d="m225.43 191.46c-2.63-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.41-2.07 1.67-3.33 3.83-3.51 6.23-0.03 0.31-0.05 0.61-0.05 0.92 0 2.76 1.26 5.26 3.26 6.99l-1.01 1.85"></path><path d="m202.21 194.89c-1.48-1.65-2.38-3.79-2.38-6.12 0-1.41 0.33-2.75 0.91-3.95 2.13-4.38 8.82-7.57 16.76-7.57 2.16 0 4.23 0.23 6.14 0.67-0.42 0.46-0.75 0.97-1.08 1.48-1.59-0.31-3.29-0.48-5.06-0.48-7.27 0-13.36 2.83-15.12 6.65-0.47 0.97-0.73 2.06-0.73 3.2 0 2.32 1.09 4.4 2.79 5.82l-2.63 4.3-1.41-1.12 1.81-2.88z"></path><path d="m204.9 180.48c-1.91 1.21-3.36 2.69-4.16 4.34-0.58 1.2-0.91 2.54-0.91 3.95 0 2.33 0.9 4.47 2.38 6.12l-1.6 2.59c-1.53-1.96-2.42-4.26-2.42-6.7 0-4.2 2.67-7.87 6.71-10.3z"></path><path d="m250.04 171.27c1.76 0 3.28 1.16 3.64 2.73 0.23 1.38 0.38 2.95 0.41 4.62 0.01 0.18-0.01 0.35-0.01 0.52 0 0.2 0.04 0.41 0.05 0.61 0.06 3.52 0.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c0.72-1.9 1.22-5 1.29-8.52 0-0.2 0.04-0.41 0.04-0.61 0-0.17-0.01-0.34-0.01-0.52 0.03-1.67 0.18-3.24 0.41-4.62 0.36-1.57 1.94-2.73 3.7-2.73z"></path><path d="m250.04 172.94c0.91 0 1.68 0.58 1.87 1.39 0.23 1.31 0.37 2.8 0.4 4.38 0 0.16-0.01 0.32-0.01 0.48 0 0.2 0.03 0.39 0.04 0.59 0.05 3.32 0.53 6.25 1.21 8.05l-3.54 3.35-3.54-3.35c0.67-1.8 1.15-4.73 1.21-8.05 0-0.2 0.04-0.39 0.04-0.59 0-0.16-0.01-0.32-0.01-0.48 0.03-1.58 0.17-3.07 0.4-4.38 0.18-0.81 1.02-1.39 1.93-1.39z"></path><path d="m274.7 191.42l-1.39 1.11-2.08-3.4c2.26-1.38 3.81-3.78 3.81-6.51 0-0.31-0.02-0.61-0.06-0.91-0.21-4.34-5.5-7.92-12.2-7.92-3.49 0-6.63 0.95-8.84 2.48-0.06-0.67-0.12-1.25-0.22-1.86 2.44-1.42 5.6-2.28 9.06-2.28 7.71 0 13.74 4.39 14.03 9.57 0.03 0.31 0.05 0.61 0.05 0.92 0 2.76-1.27 5.26-3.27 6.99l1.11 1.81"></path><path d="m274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.41 2.07 1.67 3.33 3.83 3.51 6.23 0.03 0.31 0.05 0.61 0.05 0.92 0 2.76-1.27 5.26-3.27 6.99l1.02 1.85"></path><path d="m297.83 194.89c1.47-1.65 2.38-3.79 2.38-6.12 0-1.41-0.33-2.75-0.91-3.95-2.14-4.38-8.82-7.57-16.76-7.57-2.16 0-4.23 0.23-6.15 0.67 0.43 0.46 0.76 0.97 1.09 1.48 1.58-0.31 3.29-0.48 5.06-0.48 7.27 0 13.35 2.83 15.11 6.65 0.47 0.97 0.73 2.06 0.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.81-2.88z"></path><path d="m295.14 180.48c1.91 1.21 3.36 2.69 4.16 4.34 0.58 1.2 0.91 2.54 0.91 3.95 0 2.33-0.91 4.47-2.38 6.12l1.6 2.59c1.53-1.96 2.41-4.26 2.41-6.7 0-4.2-2.67-7.87-6.7-10.3z"></path><ellipse fill="#005bbf" stroke-width="0.26" cx="250.05" cy="167.3" rx="4.43" ry="4.2"></ellipse><path stroke-width="0.26" d="m248.89 155.54v2.26h-2.42v2.3h2.42v3.15 3.46h-3.05c-0.03 0.21-0.22 0.37-0.22 0.59 0 0.58 0.12 1.14 0.35 1.64 0 0.02 0.02 0.02 0.03 0.03h8.12c0-0.01 0.02-0.01 0.03-0.03 0.22-0.5 0.35-1.06 0.35-1.64 0-0.22-0.19-0.38-0.22-0.59h-2.96v-3.43-3.18h2.42v-2.3h-2.42v-2.26h-2.43z"></path></g><g fill="#fff"><ellipse cx="250.04" cy="188.94" rx="1.91" ry="1.8"></ellipse><ellipse cx="250.04" cy="185.4" rx="1.91" ry="1.8"></ellipse><ellipse cx="250.04" cy="181.6" rx="1.52" ry="1.44"></ellipse><ellipse cx="250.04" cy="178.18" rx="1.1" ry="1.04"></ellipse><ellipse cx="250.04" cy="175.18" rx="0.88" ry="0.83"></ellipse><ellipse cx="198.94" cy="198.67" rx="1.1" ry="1.04"></ellipse><ellipse cx="197.44" cy="196.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="196.44" cy="192.94" rx="1.1" ry="1.04"></ellipse><ellipse cx="196.31" cy="189.64" rx="1.1" ry="1.04"></ellipse><ellipse cx="197.12" cy="186.4" rx="1.1" ry="1.04"></ellipse><ellipse cx="198.81" cy="183.45" rx="1.1" ry="1.04"></ellipse><ellipse cx="201.06" cy="181.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="203.68" cy="179.01" rx="1.1" ry="1.04"></ellipse><ellipse cx="206.8" cy="177.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="210.04" cy="176.19" rx="1.1" ry="1.04"></ellipse><ellipse cx="213.66" cy="175.54" rx="1.1" ry="1.04"></ellipse><ellipse cx="217.1" cy="175.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="220.47" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="224.21" cy="190.32" rx="1.1" ry="1.04"></ellipse><ellipse cx="222.34" cy="187.65" rx="1.1" ry="1.04"></ellipse><ellipse cx="221.35" cy="184.75" rx="1.1" ry="1.04"></ellipse><ellipse cx="221.47" cy="181.57" rx="1.1" ry="1.04"></ellipse><ellipse cx="222.16" cy="178.37" rx="1.1" ry="1.04"></ellipse><ellipse cx="223.84" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="226.4" cy="173.47" rx="1.1" ry="1.04"></ellipse><ellipse cx="229.39" cy="171.81" rx="1.1" ry="1.04"></ellipse><ellipse cx="232.7" cy="170.82" rx="1.1" ry="1.04"></ellipse><ellipse cx="236.13" cy="170.23" rx="1.1" ry="1.04"></ellipse><ellipse cx="239.5" cy="170.28" rx="1.1" ry="1.04"></ellipse><ellipse cx="242.99" cy="170.87" rx="1.1" ry="1.04"></ellipse><ellipse cx="246.23" cy="171.99" rx="1.1" ry="1.04"></ellipse><ellipse cx="253.8" cy="171.99" rx="1.1" ry="1.04"></ellipse><ellipse cx="257.04" cy="170.87" rx="1.1" ry="1.04"></ellipse><ellipse cx="260.54" cy="170.28" rx="1.1" ry="1.04"></ellipse><ellipse cx="263.9" cy="170.23" rx="1.1" ry="1.04"></ellipse><ellipse cx="267.34" cy="170.82" rx="1.1" ry="1.04"></ellipse><ellipse cx="270.64" cy="171.81" rx="1.1" ry="1.04"></ellipse><ellipse cx="273.64" cy="173.47" rx="1.1" ry="1.04"></ellipse><ellipse cx="276.19" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="277.88" cy="178.37" rx="1.1" ry="1.04"></ellipse><ellipse cx="278.57" cy="181.57" rx="1.1" ry="1.04"></ellipse><ellipse cx="278.69" cy="184.75" rx="1.1" ry="1.04"></ellipse><ellipse cx="277.69" cy="187.65" rx="1.1" ry="1.04"></ellipse><ellipse cx="275.83" cy="190.32" rx="1.1" ry="1.04"></ellipse><ellipse cx="279.57" cy="175.48" rx="1.1" ry="1.04"></ellipse><ellipse cx="282.94" cy="175.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="286.38" cy="175.54" rx="1.1" ry="1.04"></ellipse><ellipse cx="290" cy="176.19" rx="1.1" ry="1.04"></ellipse><ellipse cx="293.24" cy="177.36" rx="1.1" ry="1.04"></ellipse><ellipse cx="296.36" cy="179.01" rx="1.1" ry="1.04"></ellipse><ellipse cx="298.97" cy="181.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="301.22" cy="183.45" rx="1.1" ry="1.04"></ellipse><ellipse cx="302.91" cy="186.4" rx="1.1" ry="1.04"></ellipse><ellipse cx="303.72" cy="189.64" rx="1.1" ry="1.04"></ellipse><ellipse cx="303.6" cy="192.94" rx="1.1" ry="1.04"></ellipse><ellipse cx="302.6" cy="196.02" rx="1.1" ry="1.04"></ellipse><ellipse cx="301.1" cy="198.67" rx="1.1" ry="1.04"></ellipse></g><g fill="#c8b100"><path d="m250.15 226.18c-12.26-0.02-23.25-1.47-31.09-3.83-0.57-0.18-0.87-0.7-0.84-1.25-0.01-0.52 0.29-1 0.84-1.17 7.84-2.36 18.83-3.81 31.09-3.83 12.27 0.02 23.25 1.47 31.09 3.83 0.55 0.17 0.84 0.65 0.83 1.17 0.03 0.55-0.27 1.07-0.83 1.25-7.84 2.36-18.82 3.81-31.09 3.83"></path><path d="m250.07 216.09c-12.41 0.03-23.55 1.58-31.39 4 0.65-0.31 0.59-1.12-0.22-3.2-0.98-2.53-2.5-2.42-2.5-2.42 8.66-2.56 20.73-4.16 34.16-4.18 13.44 0.02 25.6 1.62 34.27 4.18 0 0-1.53-0.11-2.51 2.42-0.81 2.08-0.87 2.89-0.21 3.2-7.84-2.42-19.19-3.97-31.6-4"></path><path d="m250.12 210.3c-13.43 0.02-25.5 1.62-34.16 4.18-0.58 0.17-1.19-0.05-1.38-0.6s0.12-1.18 0.7-1.35c8.71-2.67 21.08-4.35 34.84-4.38 13.77 0.03 26.19 1.71 34.9 4.38 0.58 0.17 0.89 0.8 0.7 1.35s-0.8 0.77-1.38 0.6c-8.67-2.56-20.78-4.16-34.22-4.18"></path><path d="m250.2 199.78l1.23 0.22c-0.19 0.5-0.24 1.05-0.24 1.63 0 2.57 2.21 4.65 4.92 4.65 2.18 0 4.04-1.35 4.67-3.21 0.08 0.05 0.47-1.68 0.68-1.66 0.17 0.02 0.15 1.8 0.22 1.77 0.31 2.34 2.46 3.93 4.87 3.93 2.71 0 4.91-2.08 4.91-4.65 0-0.19-0.01-0.38-0.04-0.57l1.54-1.52 0.83 1.94c-0.33 0.61-0.46 1.3-0.46 2.03 0 2.46 2.1 4.44 4.69 4.44 1.63 0 3.06-0.78 3.9-1.97l0.99-1.25-0.01 1.53c0 1.55 0.66 2.93 2.16 3.18 0 0 1.73 0.1 4.03-1.7 2.29-1.8 3.55-3.29 3.55-3.29l0.2 1.8s-1.9 2.95-3.97 4.15c-1.14 0.66-2.86 1.35-4.23 1.13-1.44-0.24-2.48-1.4-3.01-2.74-1.03 0.61-2.25 0.97-3.55 0.97-2.81 0-5.33-1.54-6.32-3.86-1.29 1.4-3.09 2.25-5.2 2.25-2.24 0-4.29-1.01-5.57-2.56-1.27 1.16-2.98 1.87-4.88 1.87-2.48 0-4.69-1.22-5.94-3.05-1.25 1.83-3.46 3.05-5.94 3.05-1.89 0-3.61-0.71-4.87-1.87-1.28 1.55-3.34 2.56-5.58 2.56-2.11 0-3.9-0.85-5.19-2.25-1 2.32-3.52 3.86-6.32 3.86-1.31 0-2.52-0.36-3.55-0.97-0.54 1.34-1.57 2.5-3.02 2.74-1.36 0.22-3.08-0.47-4.22-1.13-2.08-1.2-3.98-4.15-3.98-4.15l0.2-1.8s1.27 1.49 3.56 3.29c2.29 1.81 4.02 1.7 4.02 1.7 1.51-0.25 2.16-1.63 2.16-3.18l-0.01-1.53 0.99 1.25c0.84 1.19 2.28 1.97 3.9 1.97 2.59 0 4.69-1.98 4.69-4.44 0-0.73-0.13-1.42-0.46-2.03l0.83-1.94 1.54 1.52c-0.02 0.19-0.04 0.38-0.04 0.57 0 2.57 2.2 4.65 4.91 4.65 2.42 0 4.56-1.59 4.88-3.93 0.06 0.03 0.05-1.75 0.22-1.77 0.2-0.02 0.6 1.71 0.67 1.66 0.64 1.86 2.49 3.21 4.68 3.21 2.71 0 4.91-2.08 4.91-4.65 0-0.58-0.03-1.13-0.24-1.63l1.29-0.22"></path><path d="m208.37 206.32c-0.11-0.37-0.35-0.75-0.72-1.06-0.79-0.68-1.84-0.79-2.36-0.25-0.07 0.07-0.13 0.17-0.17 0.25 0 0-1.11-2.08-2.41-2.78-1.29-0.7-3.49-0.52-3.49-0.52 0-1.6 1.3-2.89 2.99-2.89 0.99 0 1.92 0.41 2.48 1.11l0.23-1.07s1.36 0.27 1.98 1.82-0.06 3.8-0.06 3.8 0.34-0.96 0.85-1.61c0.51-0.64 1.81-1.34 2.49-1.66 0.67-0.31 1.37-0.79 1.37-0.79s0.03 0.18 0.05 0.61c0.03 0.51-0.01 0.83-0.01 0.83 1.24-0.17 2.69 0.04 3.83 0.48-0.49 0.95-1.41 1.84-2.62 2.3 0 0 0.44 0.36 0.83 0.75 0.34 0.34 0.44 0.49 0.44 0.49s-0.85 0.13-1.27 0.19c-0.43 0.05-1.84 0.28-2.69 0.22-0.62-0.04-1.32-0.14-1.74-0.22"></path><path fill="#ad1519" d="m205.29 205.01c0.52-0.54 1.57-0.43 2.36 0.25 0.8 0.67 1.02 1.66 0.51 2.19-0.51 0.54-1.57 0.42-2.36-0.25-0.79-0.68-1.02-1.66-0.51-2.19"></path><path fill="#fff" d="m216.39 205.91c-0.28-0.83-0.03-1.65 0.57-1.83 0.6-0.19 1.32 0.33 1.6 1.16s0.03 1.65-0.57 1.84c-0.6 0.18-1.31-0.34-1.6-1.17"></path><path d="m226.12 201.86c-0.33-0.27-0.59-0.64-0.67-1.08s0.01-0.87 0.23-1.23c0 0-0.88-0.44-1.83-0.69-0.72-0.19-1.99-0.2-2.37-0.2-0.38-0.02-1.15-0.03-1.15-0.03s0.07 0.17 0.28 0.55c0.27 0.46 0.5 0.75 0.5 0.75-1.27 0.29-2.35 1.12-3.03 2.09 0.99 0.68 2.3 1.1 3.6 0.97 0 0-0.12 0.34-0.2 0.86-0.06 0.43-0.06 0.61-0.06 0.61s0.71-0.26 1.07-0.39c0.35-0.13 1.54-0.55 2.15-0.96 0.8-0.54 1.48-1.25 1.48-1.25"></path><path d="m225.68 191.65c1.06 0.67 1.98 1.79 2.3 3.03 0 0 0.13-0.25 0.71-0.59 0.59-0.33 1.09-0.32 1.09-0.32s-0.17 0.97-0.25 1.32c-0.09 0.34-0.09 1.38-0.32 2.32-0.23 0.93-0.63 1.68-0.63 1.68-0.42-0.34-0.99-0.51-1.58-0.41-0.58 0.1-1.06 0.44-1.32 0.9 0 0-0.66-0.58-1.21-1.38-0.55-0.81-0.93-1.78-1.13-2.08-0.21-0.3-0.72-1.15-0.72-1.15s0.47-0.18 1.14-0.05c0.67 0.12 0.88 0.32 0.88 0.32-0.14-1.28 0.28-2.62 1.04-3.59"></path><path d="m228.97 201.38c0.22-0.35 0.32-0.79 0.24-1.23s-0.32-0.81-0.66-1.07c0 0 0.67-0.71 1.47-1.26 0.6-0.41 1.8-0.82 2.15-0.95 0.36-0.13 1.07-0.4 1.07-0.4s0 0.18-0.06 0.61c-0.08 0.52-0.2 0.87-0.2 0.87 1.3-0.14 2.62 0.29 3.61 0.98-0.69 0.97-1.77 1.79-3.04 2.08 0 0 0.23 0.28 0.5 0.74 0.21 0.39 0.28 0.56 0.28 0.56s-0.77-0.02-1.15-0.03c-0.38 0-1.65-0.01-2.37-0.2-0.95-0.25-1.84-0.69-1.84-0.69"></path><ellipse fill="#ad1519" cx="227.37" cy="200.45" rx="2.17" ry="2.06"></ellipse><path fill="#fff" d="m237.76 201.77c-0.11-0.87 0.31-1.63 0.93-1.7 0.63-0.07 1.23 0.57 1.34 1.44 0.11 0.86-0.3 1.63-0.93 1.7-0.62 0.07-1.22-0.57-1.34-1.44"></path><path d="m248.5 199.83c-0.32-0.36-0.53-0.82-0.53-1.33 0-0.5 0.19-0.97 0.51-1.32 0 0-0.89-0.67-1.89-1.12-0.77-0.35-2.18-0.59-2.6-0.67-0.43-0.08-1.28-0.24-1.28-0.24s0.04 0.2 0.2 0.67c0.2 0.56 0.4 0.93 0.4 0.93-1.47 0.08-2.85 0.81-3.81 1.76 0.96 0.94 2.34 1.66 3.81 1.75 0 0-0.2 0.36-0.4 0.93-0.16 0.46-0.2 0.67-0.2 0.67s0.85-0.16 1.28-0.24c0.42-0.08 1.83-0.32 2.6-0.67 1-0.46 1.91-1.11 1.91-1.11"></path><path d="m250.11 188.36c1.05 0.95 1.85 2.36 1.95 3.82 0 0 0.19-0.27 0.91-0.53 0.73-0.26 1.28-0.16 1.28-0.16s-0.39 1.05-0.55 1.42c-0.17 0.37-0.39 1.53-0.84 2.53-0.44 1-1.05 1.76-1.05 1.76-0.4-0.45-1-0.75-1.67-0.75-0.68 0-1.27 0.3-1.67 0.75 0 0-0.61-0.76-1.05-1.76-0.45-1-0.67-2.16-0.84-2.53s-0.56-1.42-0.56-1.42 0.56-0.1 1.28 0.16 0.92 0.53 0.92 0.53c0.1-1.46 0.86-2.87 1.89-3.82"></path><path d="m251.76 199.83c0.33-0.36 0.53-0.82 0.53-1.33 0-0.5-0.19-0.97-0.51-1.32 0 0 0.89-0.67 1.9-1.12 0.76-0.35 2.17-0.59 2.6-0.67 0.42-0.08 1.26-0.24 1.26-0.24s-0.02 0.2-0.19 0.67c-0.2 0.56-0.4 0.93-0.4 0.93 1.47 0.08 2.86 0.81 3.81 1.76-0.95 0.94-2.33 1.66-3.81 1.75 0 0 0.2 0.36 0.4 0.93 0.16 0.46 0.19 0.67 0.19 0.67l-1.26-0.24c-0.43-0.08-1.84-0.32-2.6-0.67-1.01-0.46-1.92-1.11-1.92-1.11"></path><ellipse fill="#ad1519" cx="250.14" cy="198.5" rx="2.17" ry="2.06"></ellipse><path fill="#fff" d="m262.58 201.77c0.11-0.87-0.3-1.63-0.93-1.7s-1.23 0.57-1.34 1.44c-0.11 0.86 0.31 1.63 0.93 1.7 0.63 0.07 1.23-0.57 1.34-1.44"></path><path d="m271.38 201.38c-0.22-0.35-0.32-0.79-0.25-1.23 0.09-0.44 0.33-0.81 0.67-1.07 0 0-0.67-0.71-1.47-1.26-0.61-0.41-1.8-0.82-2.16-0.95-0.35-0.13-1.06-0.4-1.06-0.4s-0.01 0.18 0.06 0.61c0.08 0.52 0.19 0.87 0.19 0.87-1.29-0.14-2.61 0.29-3.6 0.98 0.68 0.97 1.77 1.79 3.03 2.08 0 0-0.23 0.28-0.49 0.74-0.22 0.39-0.28 0.56-0.28 0.56l1.14-0.03c0.38 0 1.66-0.01 2.37-0.2 0.95-0.25 1.84-0.69 1.84-0.69"></path><path d="m274.67 191.65c-1.06 0.67-1.98 1.79-2.31 3.03 0 0-0.12-0.25-0.71-0.59-0.58-0.33-1.09-0.32-1.09-0.32s0.17 0.97 0.26 1.32c0.09 0.34 0.09 1.38 0.31 2.32 0.23 0.93 0.64 1.68 0.64 1.68 0.42-0.34 0.99-0.51 1.57-0.41 0.59 0.1 1.06 0.44 1.33 0.9 0 0 0.66-0.58 1.21-1.38 0.54-0.81 0.92-1.78 1.12-2.08 0.21-0.3 0.72-1.15 0.72-1.15s-0.47-0.18-1.14-0.05c-0.67 0.12-0.88 0.32-0.88 0.32 0.15-1.28-0.28-2.62-1.03-3.59"></path><path d="m274.22 201.86c0.34-0.27 0.6-0.64 0.67-1.08 0.09-0.44 0-0.87-0.22-1.23 0 0 0.88-0.44 1.83-0.69 0.72-0.19 1.99-0.2 2.36-0.2 0.39-0.02 1.15-0.03 1.15-0.03s-0.06 0.17-0.28 0.55c-0.26 0.46-0.49 0.75-0.49 0.75 1.26 0.29 2.34 1.12 3.03 2.09-0.99 0.68-2.31 1.1-3.6 0.97 0 0 0.11 0.34 0.19 0.86 0.06 0.43 0.06 0.61 0.06 0.61s-0.71-0.26-1.06-0.39c-0.36-0.13-1.55-0.55-2.16-0.96-0.79-0.54-1.48-1.25-1.48-1.25"></path><ellipse fill="#ad1519" cx="272.98" cy="200.45" rx="2.17" ry="2.06"></ellipse><path fill="#fff" d="m283.96 205.91c0.28-0.83 0.03-1.65-0.57-1.83-0.6-0.19-1.32 0.33-1.61 1.16-0.28 0.83-0.03 1.65 0.57 1.84 0.6 0.18 1.32-0.34 1.61-1.17"></path><path d="m291.97 206.32c0.11-0.37 0.36-0.75 0.72-1.06 0.79-0.68 1.85-0.79 2.36-0.25 0.07 0.07 0.14 0.17 0.18 0.25 0 0 1.1-2.08 2.4-2.78s3.5-0.52 3.5-0.52c0-1.6-1.31-2.89-3-2.89-0.99 0-1.92 0.41-2.47 1.11l-0.23-1.07s-1.36 0.27-1.98 1.82 0.05 3.8 0.05 3.8-0.33-0.96-0.84-1.61c-0.51-0.64-1.81-1.34-2.49-1.66-0.68-0.31-1.37-0.79-1.37-0.79s-0.03 0.18-0.06 0.61c-0.02 0.51 0.02 0.83 0.02 0.83-1.25-0.17-2.7 0.04-3.83 0.48 0.48 0.95 1.4 1.84 2.61 2.3 0 0-0.43 0.36-0.83 0.75-0.33 0.34-0.43 0.49-0.43 0.49s0.85 0.13 1.27 0.19c0.43 0.05 1.84 0.28 2.68 0.22 0.63-0.04 1.32-0.14 1.74-0.22"></path><path fill="#ad1519" d="m295.05 205.01c-0.51-0.54-1.57-0.43-2.36 0.25-0.79 0.67-1.02 1.66-0.51 2.19 0.51 0.54 1.57 0.42 2.36-0.25 0.79-0.68 1.02-1.66 0.51-2.19"></path></g><g fill="none"><path fill="#ad1519" stroke-linejoin="round" d="m250.12 224.57c-11.06-0.01-21.07-1.29-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.19 11.07 0.02 21.13 1.22 28.74 3.19-7.61 1.97-17.67 3.25-28.74 3.26z"></path><path stroke-width="0.05" d="m258.04 224.28v-6.01m-3.02 6.21l0.04-6.37m-2.24 6.45v-6.49"></path><path stroke-width="0.09" d="m250.95 224.64v-6.57"></path><path stroke-width="0.14" d="m249.16 224.64v-6.57"></path><path stroke-width="0.18" d="m247.48 224.64v-6.57"></path><path stroke-width="0.23" d="m245.81 224.64v-6.57"></path><path stroke-width="0.28" d="m244.32 224.64v-6.57"></path><path stroke-width="0.33" d="m241.48 224.28l-0.04-5.97m1.39 6.05v-6.25"></path><path stroke-width="0.37" d="m238.86 224.01v-5.5m1.33 5.66l-0.04-5.86"></path><path stroke-width="0.42" d="m235.35 223.7v-4.84m1.15 4.92v-5.08m1.19 5.24v-5.28"></path><path stroke-width="0.46" d="m234.12 223.66v-4.68"></path><path stroke-width="0.51" d="m232.97 223.42v-4.36"></path><path stroke-width="0.56" d="m231.74 223.31v-4.06"></path><path stroke-width="0.6" d="m229.22 222.95l-0.04-3.22m1.33 3.38v-3.62"></path><path stroke-width="0.63" d="m227.93 222.68v-2.84"></path><path stroke-width="0.68" d="m226.74 222.45v-2.36"></path><path stroke-width="0.73" d="m225.45 222.13v-1.85"></path><path stroke-width="0.77" d="m224.12 221.98v-1.38"></path><path stroke-width="0.91" d="m222.72 221.66v-0.67"></path><path d="m220.12 221.66c7.75-2.18 18.29-3.52 30-3.54 11.72 0.02 22.31 1.36 30.06 3.54"></path><path fill="#ad1519" d="m216.72 217.16l1.22-1.59 3.37 0.43-2.69 1.96-1.9-0.8"></path><path fill="#fff" d="m224.03 215.28c0-0.58 0.49-1.04 1.1-1.04s1.1 0.46 1.1 1.04c0 0.57-0.49 1.04-1.1 1.04s-1.1-0.47-1.1-1.04"></path><path fill="#058e6e" d="m233.64 215.07l-2.36 0.27c-0.61 0.07-1.17-0.33-1.24-0.9-0.08-0.57 0.35-1.09 0.96-1.15l2.37-0.28 2.42-0.28c0.6-0.07 1.15 0.33 1.22 0.9s-0.36 1.09-0.96 1.16l-2.41 0.28"></path><path fill="#fff" d="m240.54 213.35c0-0.58 0.49-1.04 1.1-1.04 0.6 0 1.1 0.46 1.1 1.04 0 0.57-0.5 1.04-1.1 1.04-0.61 0-1.1-0.47-1.1-1.04"></path><path fill="#ad1519" d="m250.15 214.16h-3.29c-0.6 0-1.11-0.46-1.11-1.03 0-0.58 0.49-1.04 1.1-1.04h6.64c0.61 0 1.1 0.46 1.1 1.04 0 0.57-0.51 1.03-1.11 1.03h-3.33"></path><path fill="#fff" d="m257.56 213.35c0-0.58 0.5-1.04 1.1-1.04 0.61 0 1.1 0.46 1.1 1.04 0 0.57-0.49 1.04-1.1 1.04-0.6 0-1.1-0.47-1.1-1.04"></path><path fill="#058e6e" d="m266.66 215.07l2.36 0.27c0.6 0.07 1.17-0.33 1.24-0.9s-0.36-1.09-0.96-1.15l-2.37-0.28-2.42-0.28c-0.61-0.07-1.15 0.33-1.22 0.9-0.08 0.57 0.36 1.09 0.96 1.16l2.41 0.28"></path><path fill="#fff" d="m274.07 215.28c0-0.58 0.49-1.04 1.1-1.04s1.1 0.46 1.1 1.04c0 0.57-0.49 1.04-1.1 1.04s-1.1-0.47-1.1-1.04"></path><path fill="#ad1519" d="m283.57 217.16l-1.21-1.59-3.37 0.43 2.69 1.96 1.89-0.8"></path></g></g><g id="shield" stroke-width="0.52"><g id="Granada"><path fill="#ccc" d="m250.49 344.33c-13.08 0-26.05-3.2-36.95-8.54-8.03-3.98-13.36-12-13.36-21.19v-33.3h100.42v33.3c0 9.19-5.32 17.21-13.36 21.19-10.9 5.34-23.66 8.54-36.75 8.54z"></path><path fill="#ffd691" d="m252.91 329.55c2.09 0.63 3.15 2.19 3.15 4.01 0 2.38-2.3 4.18-5.3 4.18-2.99 0-5.42-1.8-5.42-4.18 0-1.79 1-3.8 3.08-3.94 0 0-0.06-0.19-0.24-0.5-0.22-0.23-0.64-0.66-0.64-0.66s0.79-0.15 1.25 0.02c0.46 0.18 0.77 0.47 0.77 0.47s0.21-0.43 0.52-0.76c0.3-0.33 0.7-0.53 0.7-0.53s0.46 0.38 0.61 0.64c0.15 0.27 0.25 0.59 0.25 0.59s0.42-0.35 0.79-0.49c0.37-0.15 0.84-0.26 0.84-0.26s-0.13 0.46-0.22 0.69-0.14 0.72-0.14 0.72"></path><path fill="#058e6e" d="m250.32 340.32s-3.98-2.68-5.7-3.04c-2.21-0.47-4.69-0.09-5.76-0.15 0.03 0.03 1.29 0.93 1.84 1.48s2.39 1.65 3.43 1.91c3.22 0.81 6.19-0.2 6.19-0.2"></path><path fill="#058e6e" d="m251.46 340.56s2.54-2.66 5.21-3.02c3.15-0.44 5.22 0.26 6.44 0.58 0.03 0-1.01 0.49-1.56 0.87-0.55 0.37-1.97 1.57-4.14 1.59-2.18 0.03-4.58-0.23-4.97-0.17-0.4 0.06-0.98 0.15-0.98 0.15"></path><path fill="#ad1519" d="m250.69 337.28c-1-0.93-1.62-2.25-1.62-3.72 0-1.46 0.62-2.78 1.63-3.71 0.99 0.93 1.61 2.25 1.61 3.71 0 1.47-0.62 2.79-1.62 3.72"></path><path fill="#058e6e" d="m249.68 342.71s0.61-1.52 0.67-2.83c0.06-1.09-0.15-2.17-0.15-2.17h0.52 0.28s0.39 1.16 0.39 2.17c0 1.02-0.18 2.37-0.18 2.37s-0.55 0.08-0.73 0.17c-0.19 0.09-0.8 0.29-0.8 0.29"></path></g><g id="Aragon" fill="#c8b100"><path fill="#ad1519" d="m250.32 314.57c0 13.16-11.16 23.82-25.05 23.82s-25.15-10.66-25.15-23.82v-33.35h50.2v33.35"></path><path d="m200.03 314.12c0.15 7.02 2.95 12.25 5.73 15.67v-49.47h-5.66l-0.07 33.8z"></path><path d="m211.08 334.23c1.57 0.83 3.72 2.22 6.03 2.77l-0.15-56.96h-5.88v54.19z"></path><path d="m222.28 338.25c2.3 0.23 4.01 0.19 5.87 0v-58.21h-5.87v58.21z"></path><path d="m233.32 337c2.3-0.46 4.9-1.89 6.03-2.63v-54.33h-5.88l-0.15 56.96z"></path><path d="m244.81 329.24c2.45-2.18 4.75-7.12 5.59-12.76l0.14-36.44h-5.87l0.14 49.2z"></path></g><g id="Navarre"><path fill="#ad1519" d="m300.65 281.22v33.35c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82v-33.35h50.33"></path><path id="chains_half" fill="#c8b100" stroke="#c8b100" stroke-width="0.26" d="m272.71,306.14c0.05-0.14,0.12-0.27,0.19-0.4l-4.26-4.74-1.67,0.72-3.06-3.39,1-1.46-5.34-5.99c-0.07,0.02-0.2,0.02-0.27,0.04l0.03,4.02,1.75,0.5v4.46l-1.75,0.48-0.03,4.08c0.84,0.26,1.48,0.88,1.74,1.67l3.21,0.01,0.51-1.67h4.72l0.5,1.67zm-6.98-18.5,0,1.61,2.76,0,0-1.61zm-7.3,20.37c0.64,0,1.16-0.49,1.16-1.1s-0.52-1.11-1.16-1.11c-0.65,0-1.17,0.5-1.17,1.11s0.52,1.1,1.17,1.1zm15.99-9.73-1.76-0.48,0-4.46,1.76-0.5-0.01-1.92c-0.85-0.25-1.51-0.87-1.79-1.67h-2.68l-0.51,1.67h-4.71l-0.51-1.67h-3.09c-0.08,0.22-0.17,0.42-0.29,0.61l5.38,5.96,1.67-0.71,3.06,3.4-1,1.45,4.18,4.64c0.09-0.04,0.18-0.08,0.28-0.12zm-7.25-1.39-1.29,1.04,1.77,1.98,1.29-1.05zm8.00432,36.1859c-1.23998-0.065-2.25509-0.9022-2.51432-2.01593-1.67-0.23-3.25-0.66-4.73-1.3l0.84-1.43c1.29,0.55,2.66,0.91,4.08,1.11,0.31-0.66,0.86-1.16,1.58-1.4l0.01-5.62-1.76-0.49v-4.46l1.76-0.48v-7.64c-0.07-0.02-0.13-0.05-0.2-0.09l-3.98,4.42,1,1.44-3.06,3.4-1.67-0.71-3.3,3.67c0.57,0.87,0.55,2-0.11,2.85,0.94,1.05,2.03,1.98,3.24,2.75l-0.84,1.44c-1.42-0.89-2.7-1.99-3.79-3.22-0.87,0.26-1.86,0.11-2.6-0.5-1.15-0.93-1.29-2.56-0.3-3.64l0.14-0.16c-0.69-1.56-1.16-3.24-1.32-5l1.71,0.01c0.14,1.5,0.51,2.93,1.09,4.27,0.49-0.06,1-0.01,1.46,0.16l3.32-3.68-1-1.45,3.06-3.4,1.67,0.72,3.99-4.43c-0.09-0.14-0.15-0.29-0.21-0.46l-2.76,0.01-0.5,1.67h-4.72l-0.51-1.67-3.24-0.01c-0.27,0.76-0.9,1.36-1.69,1.62l-0.01,4.04-1.71-0.01v-4.01c-1.1-0.33-1.91-1.31-1.91-2.47,0-1.15,0.82-2.15,1.92-2.48l0.01-4.05-1.76-0.48v-4.46l1.76-0.5v-4.05c-1.08-0.35-1.84-1.32-1.84-2.45,0-1.43,1.22-2.58,2.73-2.58,1.22,0,2.25,0.74,2.61,1.78h3.09l0.51-1.67h4.71l0.51,1.67h2.68c0.35692-1.0311,1.36258-1.76731,2.55896-1.77984l0.0711,8.36984h-0.85v2.61h0.845l-0.0214,21.59h-0.7836v2.61h0.77946zm-5.914-18.306l-1.29-1.04-1.78,1.98,1.29,1.04zm-9.96-18.44-1.69,0-0.01,2.61,1.7,0zm9.16,11.41,0-1.6-2.85,0,0,1.6zm-10.6,9.69-1.76-0.39-0.25-4.45,1.75-0.58,0,2.56c0,0.99,0.09,1.92,0.26,2.86zm1.46-5.52,1.75,0.41s0.09,2.87,0.05,2.22c-0.04-0.74,0.19,2.24,0.19,2.24l-1.76,0.58c-0.18-0.9-0.24-1.84-0.24-2.79zm10.81,16.93,0.39-1.7c-1.52-0.48-2.93-1.18-4.17-2.09l-1.26,1.11c1.48,1.15,3.19,2.08,5.04,2.68zm-0.85,1.44-1.3,1.22c-1.47-0.54-2.86-1.26-4.12-2.11l0.38-1.77c1.5,1.13,3.21,2.03,5.04,2.66z"></path><path fill="#c8b100" stroke="#c8b100" stroke-width="0.26" d="m272.71,306.14c0.05-0.14,0.12-0.27,0.19-0.4l-4.26-4.74-1.67,0.72-3.06-3.39,1-1.46-5.34-5.99c-0.07,0.02-0.2,0.02-0.27,0.04l0.03,4.02,1.75,0.5v4.46l-1.75,0.48-0.03,4.08c0.84,0.26,1.48,0.88,1.74,1.67l3.21,0.01,0.51-1.67h4.72l0.5,1.67zm-6.98-18.5,0,1.61,2.76,0,0-1.61zm-7.3,20.37c0.64,0,1.16-0.49,1.16-1.1s-0.52-1.11-1.16-1.11c-0.65,0-1.17,0.5-1.17,1.11s0.52,1.1,1.17,1.1zm15.99-9.73-1.76-0.48,0-4.46,1.76-0.5-0.01-1.92c-0.85-0.25-1.51-0.87-1.79-1.67h-2.68l-0.51,1.67h-4.71l-0.51-1.67h-3.09c-0.08,0.22-0.17,0.42-0.29,0.61l5.38,5.96,1.67-0.71,3.06,3.4-1,1.45,4.18,4.64c0.09-0.04,0.18-0.08,0.28-0.12zm-7.25-1.39-1.29,1.04,1.77,1.98,1.29-1.05zm8.00432,36.1859c-1.23998-0.065-2.25509-0.9022-2.51432-2.01593-1.67-0.23-3.25-0.66-4.73-1.3l0.84-1.43c1.29,0.55,2.66,0.91,4.08,1.11,0.31-0.66,0.86-1.16,1.58-1.4l0.01-5.62-1.76-0.49v-4.46l1.76-0.48v-7.64c-0.07-0.02-0.13-0.05-0.2-0.09l-3.98,4.42,1,1.44-3.06,3.4-1.67-0.71-3.3,3.67c0.57,0.87,0.55,2-0.11,2.85,0.94,1.05,2.03,1.98,3.24,2.75l-0.84,1.44c-1.42-0.89-2.7-1.99-3.79-3.22-0.87,0.26-1.86,0.11-2.6-0.5-1.15-0.93-1.29-2.56-0.3-3.64l0.14-0.16c-0.69-1.56-1.16-3.24-1.32-5l1.71,0.01c0.14,1.5,0.51,2.93,1.09,4.27,0.49-0.06,1-0.01,1.46,0.16l3.32-3.68-1-1.45,3.06-3.4,1.67,0.72,3.99-4.43c-0.09-0.14-0.15-0.29-0.21-0.46l-2.76,0.01-0.5,1.67h-4.72l-0.51-1.67-3.24-0.01c-0.27,0.76-0.9,1.36-1.69,1.62l-0.01,4.04-1.71-0.01v-4.01c-1.1-0.33-1.91-1.31-1.91-2.47,0-1.15,0.82-2.15,1.92-2.48l0.01-4.05-1.76-0.48v-4.46l1.76-0.5v-4.05c-1.08-0.35-1.84-1.32-1.84-2.45,0-1.43,1.22-2.58,2.73-2.58,1.22,0,2.25,0.74,2.61,1.78h3.09l0.51-1.67h4.71l0.51,1.67h2.68c0.35692-1.0311,1.36258-1.76731,2.55896-1.77984l0.0711,8.36984h-0.85v2.61h0.845l-0.0214,21.59h-0.7836v2.61h0.77946zm-5.914-18.306l-1.29-1.04-1.78,1.98,1.29,1.04zm-9.96-18.44-1.69,0-0.01,2.61,1.7,0zm9.16,11.41,0-1.6-2.85,0,0,1.6zm-10.6,9.69-1.76-0.39-0.25-4.45,1.75-0.58,0,2.56c0,0.99,0.09,1.92,0.26,2.86zm1.46-5.52,1.75,0.41s0.09,2.87,0.05,2.22c-0.04-0.74,0.19,2.24,0.19,2.24l-1.76,0.58c-0.18-0.9-0.24-1.84-0.24-2.79zm10.81,16.93,0.39-1.7c-1.52-0.48-2.93-1.18-4.17-2.09l-1.26,1.11c1.48,1.15,3.19,2.08,5.04,2.68zm-0.85,1.44-1.3,1.22c-1.47-0.54-2.86-1.26-4.12-2.11l0.38-1.77c1.5,1.13,3.21,2.03,5.04,2.66z" transform="matrix(-1, 0, 0, 1, 550.4299926757812, 0)"></path><path fill="#058e6e" stroke="none" d="m272.59 306.94c0-1.44 1.23-2.6 2.74-2.6s2.73 1.16 2.73 2.6c0 1.43-1.22 2.58-2.73 2.58s-2.74-1.15-2.74-2.58"></path></g><g id="Castile" fill="#c8b100" stroke-width="0.46"><path fill="#ad1519" stroke-width="0.52" d="m200.12 281.25h50.18v-55.72h-50.18v55.72z"></path><path d="m217.34 238.41h-0.92v-0.92h-1.62v3.69h1.62v2.55h-3.47v7.39h1.85v14.79h-3.7v7.63h28.42v-7.63h-3.69v-14.79h1.85v-7.39h-3.47v-2.55h1.62v-3.69h-1.62v0.92h-0.93v-0.92h-1.61v0.92h-1.16v-0.92h-1.62v3.69h1.62v2.55h-3.46v-8.09h1.84v-3.7h-1.84v0.93h-0.93v-0.93h-1.62v0.93h-0.92v-0.93h-1.85v3.7h1.85v8.09h-3.47v-2.55h1.62v-3.69h-1.62v0.92h-0.92v-0.92h-1.85v0.92zm-6.24 35.13h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-2.08h28.42m-24.72-1.62h21.03m-21.03-1.85h21.03m-21.03-2.08h21.03m-21.03-1.84h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-22.88-1.85h24.73m-24.73-1.85h24.73m-24.73-1.85h24.73m-24.73-1.84h24.73m-21.26-1.85h17.79m-10.63-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-5.32-2.31h7.16m-12.47 7.86h3.69m-5.31-2.31h6.93m-6.93 33.97v-1.85m0-1.85v-1.85m-1.85 1.85v1.85m3.47 0v-1.85m1.84 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m-1.84 7.63v-2.08m-3.47 2.08v-2.08m7.16 0v2.08m1.62-2.08v-1.62m-5.31-1.85v1.85m3.69-1.85v1.85m3.47-1.85v1.85m-1.85-1.85v-2.08m1.85-1.84v1.84m0-5.54v1.85m-1.85-3.7v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.7v1.85m3.46-1.85v1.85m3.47-1.85v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.69-1.85v1.85m-1.62-3.69v1.84m6.93-1.84v1.84m-3.47-5.54v1.85m15.95-1.85h-3.7m5.32-2.31h-6.94m6.94 33.97v-1.85m0-1.85v-1.85m1.85 1.85v1.85m-3.47 0v-1.85m-1.85 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m1.85 7.63v-2.08m3.47 2.08v-2.08m-7.17 0v2.08m-1.62-2.08v-1.62m5.32-1.85v1.85m-3.7-1.85v1.85m-3.46-1.85v1.85m1.84-1.85v-2.08m-1.84-1.84v1.84m0-5.54v1.85m1.84-3.7v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-3.47-1.85v1.85m-3.47-1.85v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.69v1.84m-6.94-1.84v1.84m3.47-5.54v1.85m-7.16 18.71v-2.08m0-5.54v-1.85m0 5.55v-1.85m0-5.55v-1.85m0-1.85v-1.84m0-3.7v-1.85m0-1.85v-1.85m-8.78 4.85h3.69m3.47-5.54h3.47m3.46 5.54h3.7"></path><path d="m230.05 273.54v-4.86c0-0.92-0.46-3.7-4.85-3.7-4.16 0-4.62 2.78-4.62 3.7v4.86h9.47z"></path><path d="m222.19 268.91l-2.31-0.23c0-0.92 0.23-2.31 0.93-2.77l2.08 1.62c-0.23 0.23-0.7 0.92-0.7 1.38z"></path><path d="m226.12 266.6l1.16-2.08c-0.46-0.23-1.39-0.46-2.08-0.46-0.46 0-1.39 0.23-1.85 0.46l1.15 2.08h1.62z"></path><path d="m228.43 268.91l2.31-0.23c0-0.92-0.23-2.31-0.92-2.77l-2.08 1.62c0.23 0.23 0.69 0.92 0.69 1.38z"></path><path d="m221.73 260.83v-5.09c0-1.38-0.92-2.54-2.54-2.54s-2.54 1.16-2.54 2.54v5.09h5.08z"></path><path d="m228.89 260.83v-5.09c0-1.38 0.93-2.54 2.55-2.54 1.61 0 2.54 1.16 2.54 2.54v5.09h-5.09z"></path><path d="m220.11 248.35l0.23-4.62h-4.39l0.47 4.62h3.69z"></path><path d="m227.05 248.35l0.46-4.62h-4.39l0.23 4.62h3.7z"></path><path d="m230.51 248.35l-0.46-4.62h4.62l-0.46 4.62h-3.7z"></path><g fill="#0039f0" stroke="none"><path d="m228.43 273.54v-4.16c0-0.7-0.46-2.78-3.23-2.78-2.54 0-3.01 2.08-3.01 2.78v4.16h6.24z"></path><path d="m221.27 260.36v-4.39c0-1.15-0.69-2.31-2.08-2.31s-2.08 1.16-2.08 2.31v4.39h4.16z"></path><path d="m229.36 260.36v-4.39c0-1.15 0.69-2.31 2.08-2.31 1.38 0 2.08 1.16 2.08 2.31v4.39h-4.16z"></path></g></g><g id="Leon"><path fill="#ccc" d="m250.28 281.25h50.32v-55.72h-50.32v55.72z"></path><path fill="#db4446" stroke-width="0.39" d="m275.93 239.26l0.05-0.62 0.09-0.34s-1.61 0.13-2.46-0.11-1.61-0.59-2.4-1.25c-0.79-0.68-1.1-1.1-1.67-1.18-1.36-0.22-2.4 0.4-2.4 0.4s1.02 0.37 1.78 1.31 1.59 1.41 1.95 1.53c0.59 0.18 2.66 0.05 3.22 0.07 0.57 0.03 1.84 0.19 1.84 0.19z"></path><g fill="none" stroke-width="0.39"><path fill="#ed72aa" d="m283.46 237s0.01 0.72 0.08 1.4c0.06 0.67-0.22 1.24-0.11 1.61s0.16 0.66 0.3 0.93c0.14 0.26 0.21 0.94 0.21 0.94s-0.38-0.28-0.74-0.54c-0.35-0.27-0.6-0.44-0.6-0.44s0.07 0.72 0.1 1.03c0.04 0.31 0.22 0.89 0.51 1.24 0.29 0.33 0.87 0.89 1.05 1.33 0.18 0.45 0.14 1.44 0.14 1.44s-0.46-0.75-0.87-0.89c-0.39-0.14-1.26-0.62-1.26-0.62s0.79 0.79 0.79 1.55c0 0.75-0.32 1.6-0.32 1.6s-0.36-0.68-0.83-1.12c-0.47-0.45-1.13-0.9-1.13-0.9s0.52 1.17 0.52 1.95c0 0.79-0.15 2.47-0.15 2.47s-0.39-0.64-0.79-0.96c-0.4-0.31-0.87-0.58-1.02-0.78-0.14-0.21 0.48 0.64 0.54 1.16 0.07 0.51 0.32 2.35 1.92 4.69 0.94 1.37 2.39 3.77 5.5 2.98 3.11-0.78 1.96-4.97 1.3-6.92-0.65-1.95-0.98-4.11-0.94-4.87 0.04-0.75 0.58-2.97 0.51-3.39-0.07-0.41-0.24-2 0.14-3.28 0.4-1.33 0.73-1.85 0.95-2.4 0.21-0.55 0.39-0.86 0.46-1.34s0.07-1.37 0.07-1.37 0.58 1.06 0.73 1.44c0.14 0.38 0.14 1.5 0.14 1.5s0.11-1.12 0.98-1.67 1.88-1.13 2.13-1.44 0.33-0.51 0.33-0.51-0.08 1.92-0.62 2.67c-0.36 0.49-1.77 2.09-1.77 2.09s0.73-0.28 1.23-0.3c0.51-0.04 0.87 0 0.87 0s-0.62 0.48-1.41 1.64c-0.8 1.16-0.47 1.26-1.05 2.22s-1.05 1-1.78 1.58c-1.08 0.87-0.5 4.34-0.36 4.86 0.15 0.51 2.03 4.76 2.07 5.79 0.03 1.03 0.21 3.33-1.6 4.8-1.16 0.95-3.07 0.96-3.51 1.23-0.43 0.28-1.29 1.13-1.29 2.91 0 1.79 0.64 2.06 1.15 2.51 0.51 0.44 1.16 0.2 1.3 0.55 0.15 0.34 0.22 0.54 0.44 0.75 0.21 0.2 0.36 0.44 0.29 0.82-0.08 0.38-0.91 1.23-1.2 1.85-0.29 0.61-0.87 2.23-0.87 2.47s-0.07 0.99 0.18 1.37c0 0 0.91 1.06 0.29 1.26-0.4 0.14-0.78-0.25-0.97-0.2-0.54 0.14-0.83 0.47-0.98 0.45-0.36-0.07-0.36-0.25-0.4-0.76-0.03-0.51-0.01-0.72-0.17-0.72-0.22 0-0.33 0.18-0.37 0.45s-0.04 0.89-0.29 0.89-0.61-0.45-0.83-0.55-0.83-0.2-0.87-0.48c-0.03-0.27 0.36-0.85 0.76-0.96 0.4-0.1 0.76-0.3 0.51-0.51-0.26-0.2-0.51-0.2-0.76 0-0.25 0.21-0.79 0.04-0.76-0.27 0.04-0.31 0.11-0.69 0.07-0.86-0.03-0.17-0.47-0.51 0.1-0.82 0.59-0.31 0.84 0.27 1.42 0.17s0.86-0.31 1.08-0.65 0.18-1.06-0.22-1.5c-0.39-0.45-0.79-0.52-0.94-0.8-0.14-0.27-0.36-0.92-0.36-0.92s0.11 1.2 0.04 1.37-0.04 0.89-0.04 0.89-0.39-0.45-0.72-0.79c-0.32-0.34-0.65-1.37-0.65-1.37s-0.03 0.96-0.03 1.34c0 0.37 0.43 0.72 0.29 0.86-0.15 0.13-0.83-0.72-1.02-0.86-0.18-0.14-0.76-0.58-1.01-1.06s-0.44-1.16-0.51-1.41c-0.07-0.24-0.19-1.31-0.07-1.58 0.18-0.4 0.47-1.13 0.47-1.13h-1.41c-0.76 0-1.3-0.23-1.59 0.28s-0.15 1.54 0.21 2.88c0.37 1.33 0.58 1.98 0.48 2.22-0.11 0.24-0.58 0.79-0.76 0.89-0.19 0.11-0.69 0.07-0.91-0.03-0.21-0.1-0.57-0.27-1.26-0.27s-1.12 0.03-1.37-0.03c-0.26-0.07-0.88-0.38-1.17-0.31s-0.79 0.32-0.65 0.72c0.22 0.61-0.21 0.75-0.51 0.72-0.29-0.04-0.53-0.14-0.9-0.24-0.36-0.11-0.9 0-0.83-0.42 0.07-0.41 0.22-0.44 0.4-0.74 0.18-0.32 0.25-0.52 0.04-0.54-0.25-0.02-0.51-0.05-0.7 0.11-0.2 0.16-0.51 0.51-0.76 0.38-0.26-0.14-0.46-0.43-0.46-1.08 0-0.64-0.68-1.2-0.05-1.17 0.62 0.03 1.41 0.48 1.55 0.13s0.06-0.51-0.28-0.78-0.76-0.43-0.31-0.77c0.45-0.35 0.56-0.35 0.74-0.54 0.17-0.18 0.41-0.79 0.73-0.64 0.62 0.3 0.02 0.73 0.65 1.42 0.62 0.69 1.01 0.94 2.06 0.83 1.04-0.11 1.33-0.24 1.33-0.54 0-0.29-0.09-0.82-0.12-1.04-0.02-0.21 0.15-0.99 0.15-0.99s-0.48 0.3-0.63 0.59c-0.13 0.29-0.42 0.8-0.42 0.8s-0.11-0.6-0.08-1.09c0.02-0.29 0.12-0.79 0.11-0.89-0.03-0.27-0.23-0.94-0.23-0.94s-0.16 0.73-0.28 0.94c-0.11 0.21-0.16 1.07-0.16 1.07s-0.67-0.58-0.48-1.55c0.13-0.75-0.12-1.74 0.11-2.06 0.22-0.33 0.75-1.64 2.06-1.69 1.3-0.05 2.31 0.05 2.77 0.03 0.45-0.03 2.06-0.33 2.06-0.33s-2.97-1.52-3.64-1.98c-0.68-0.45-1.73-1.63-2.07-2.16-0.34-0.54-0.65-1.58-0.65-1.58s-0.53 0.02-1.02 0.29c-0.48 0.27-0.96 0.67-1.24 0.99s-0.73 1.05-0.73 1.05 0.08-0.94 0.08-1.23-0.06-0.86-0.06-0.86-0.33 1.28-1.01 1.76c-0.68 0.49-1.47 1.15-1.47 1.15s0.08-0.71 0.08-0.88c0-0.16 0.17-0.99 0.17-0.99s-0.48 0.72-1.21 0.86c-0.74 0.13-1.81 0.11-1.9 0.56-0.08 0.45 0.2 1.07 0.03 1.39s-0.54 0.54-0.54 0.54-0.42-0.35-0.79-0.38c-0.36-0.03-0.71 0.16-0.71 0.16s-0.31-0.4-0.19-0.67c0.11-0.26 0.67-0.66 0.54-0.83-0.15-0.16-0.6 0.06-0.88 0.19-0.28 0.14-0.88 0.27-0.82-0.19 0.05-0.45 0.2-0.72 0.05-1.04-0.14-0.32-0.05-0.53 0.18-0.61 0.22-0.08 1.12 0.02 1.21-0.19 0.08-0.21-0.22-0.48-0.82-0.61-0.59-0.14-0.88-0.49-0.57-0.78 0.32-0.3 0.4-0.38 0.54-0.64 0.14-0.27 0.2-0.76 0.74-0.51 0.53 0.24 0.42 0.83 0.99 1.01 0.56 0.19 1.89-0.08 2.17-0.24s1.19-0.83 1.5-0.99c0.31-0.15 1.61-1.12 1.61-1.12s-0.76-0.53-1.05-0.8c-0.28-0.27-0.78-0.91-1.04-1.05-0.25-0.13-1.5-0.61-1.92-0.64-0.42-0.02-1.72-0.48-1.72-0.48s0.59-0.19 0.79-0.35c0.19-0.16 0.64-0.56 0.87-0.53 0.22 0.02 0.28 0.02 0.28 0.02s-1.21-0.05-1.47-0.13c-0.25-0.08-0.99-0.54-1.27-0.54s-0.84 0.11-0.84 0.11 0.76-0.48 1.38-0.59c0.62-0.1 1.1-0.08 1.1-0.08s-0.96-0.27-1.19-0.58c-0.22-0.33-0.45-0.8-0.62-1.02-0.17-0.21-0.28-0.56-0.59-0.59s-0.85 0.38-1.16 0.35-0.54-0.22-0.57-0.67c-0.02-0.46 0-0.3-0.1-0.54-0.12-0.24-0.57-0.8-0.15-0.93 0.43-0.14 1.33 0.08 1.42-0.08 0.08-0.16-0.48-0.65-0.85-0.83-0.37-0.19-0.96-0.51-0.65-0.78 0.31-0.26 0.62-0.37 0.79-0.61s0.37-0.91 0.74-0.7c0.36 0.21 0.87 1.26 1.16 1.18 0.28-0.08 0.3-0.83 0.25-1.15-0.06-0.32 0-0.88 0.28-0.83s0.51 0.43 0.96 0.46c0.45 0.02 1.13-0.11 1.07 0.21-0.05 0.32-0.31 0.71-0.62 1.06-0.3 0.36-0.45 1.05-0.25 1.5 0.2 0.46 0.71 1.19 1.16 1.48s1.3 0.51 1.84 0.85c0.53 0.35 1.78 1.34 2.2 1.45s0.85 0.32 0.85 0.32 0.48-0.21 1.13-0.21 2.14 0.1 2.71-0.14 1.3-0.64 1.08-1.15c-0.23-0.51-1.47-0.96-1.36-1.36s0.57-0.43 1.33-0.46c0.76-0.02 1.8 0.14 2-0.94 0.2-1.06 0.26-1.68-0.81-1.92-1.08-0.24-1.87-0.27-2.07-1.04-0.2-0.78-0.39-0.97-0.17-1.18 0.23-0.21 0.62-0.32 1.41-0.37 0.8-0.06 1.7-0.06 1.96-0.25 0.25-0.18 0.3-0.69 0.61-0.91 0.31-0.21 1.53-0.4 1.53-0.4s1.46 0.71 2.8 1.71c1.21 0.9 2.3 2.23 2.3 2.23"></path><path d="m269 243.39s-0.8 0.23-1.1 0.67c-0.37 0.53-0.34 1.07-0.34 1.07s0.68-0.56 1.56-0.33c0.87 0.24 0.96 0.33 1.33 0.3s1.27-0.35 1.27-0.35-0.74 0.86-0.65 1.45c0.08 0.58 0.19 0.85 0.17 1.15-0.06 0.72-0.6 1.61-0.6 1.61s0.31-0.19 1.05-0.35c0.73-0.16 1.36-0.51 1.75-0.81 0.39-0.29 0.9-1.02 0.9-1.02s-0.16 1 0 1.42c0.17 0.44 0.23 1.67 0.23 1.67s0.47-0.42 0.85-0.62c0.19-0.11 0.7-0.38 0.9-0.7 0.14-0.22 0.32-1.06 0.32-1.06s0.11 0.9 0.39 1.34c0.28 0.42 0.7 1.74 0.7 1.74s0.29-0.86 0.6-1.21 0.68-0.8 0.7-1.07c0.03-0.27-0.08-0.85-0.08-0.85l0.39 0.85m-11.41 0.61s0.48-0.83 0.93-1.1c0.46-0.26 1.08-0.74 1.25-0.8 0.16-0.05 0.9-0.46 0.9-0.46m0.99 5.17s1.09-0.55 1.41-0.75c0.68-0.4 1.16-1.12 1.16-1.12"></path><path fill="none" stroke-width="0.26" d="m282.57 240.9s-0.34-0.48-0.42-0.65c-0.09-0.15-0.23-0.48-0.23-0.48"></path><path fill="none" d="m278.33 257.41s2.04 1.26 1.98 2.31c-0.06 1.04-1.13 2.41-1.13 2.41"></path></g><path fill="#000" stroke-width="0.26" d="m273.05 236.24s-0.17-0.48-0.2-0.62c-0.03-0.13-0.12-0.29-0.12-0.29s0.88 0 0.85 0.27c-0.02 0.27-0.28 0.27-0.34 0.37-0.05 0.11-0.19 0.27-0.19 0.27z"></path><path fill="#000" stroke-width="0.05" d="m277.06 234.85l-0.06-0.43s0.77 0 1.13 0.26c0.57 0.4 0.93 1.02 0.91 1.05-0.1 0.09-0.54-0.27-0.85-0.37 0 0-0.23 0.05-0.45 0.05-0.23 0-0.34-0.11-0.37-0.21-0.03-0.12 0.03-0.3 0.03-0.3l-0.34-0.05z"></path><g fill="#000" stroke-width="0.26"><path d="m273.08 240.14l0.33-0.53 0.34 0.49-0.67 0.04"></path><path d="m273.89 240.12l0.4-0.53 0.43 0.48-0.83 0.05"></path><path d="m273.53 236.83l0.82 0.29-0.74 0.38-0.08-0.67"></path><path d="m274.52 237.1l0.73 0.18-0.59 0.46-0.14-0.64"></path></g><g fill="#db4446" stroke-width="0.39"><path d="m261.88 236.08s0.48 0.34 0.85 0.4c0.37 0.05 0.76 0.05 0.82 0.05 0.05 0 0.17-0.54 0.11-0.91-0.2-1.2-1.3-1.47-1.3-1.47s0.33 0.73 0.17 1.07c-0.23 0.48-0.65 0.86-0.65 0.86z"></path><path d="m259.59 237.12s-0.43-0.77-1.33-0.67c-0.9 0.11-1.5 0.81-1.5 0.81s1-0.03 1.25 0.13c0.37 0.24 0.48 0.86 0.48 0.86s0.54-0.32 0.71-0.54c0.16-0.21 0.39-0.59 0.39-0.59z"></path><path d="m258.49 240.25s-0.77 0.11-1.19 0.59c-0.43 0.49-0.36 1.4-0.36 1.4s0.5-0.54 0.95-0.54c0.46 0 1.16 0.16 1.16 0.16s-0.22-0.56-0.22-0.8-0.34-0.81-0.34-0.81z"></path><path d="m261.06 250.37s-0.42-0.45-1.16-0.32c-0.74 0.14-1.22 0.97-1.22 0.97s0.63-0.17 1-0.08c0.36 0.08 0.62 0.45 0.62 0.45s0.34-0.29 0.45-0.45 0.31-0.57 0.31-0.57z"></path><path d="m260.21 253.34s-0.62-0.1-1.16 0.33c-0.53 0.43-0.56 1.25-0.56 1.25s0.51-0.43 0.91-0.37c0.39 0.05 0.87 0.27 0.87 0.27s0.08-0.51 0.11-0.64c0.09-0.38-0.17-0.84-0.17-0.84z"></path><path d="m261.66 256.08s-0.05 0.79 0.33 1.28c0.4 0.51 1.13 0.59 1.13 0.59s-0.24-0.53-0.28-0.8c-0.06-0.4 0.34-0.75 0.34-0.75s-0.37-0.38-0.73-0.38c-0.37 0-0.79 0.06-0.79 0.06z"></path><path d="m269 263.12s-0.51-0.64-1.21-0.62c-0.71 0.03-1.45 0.69-1.45 0.69s0.88-0.07 1.11 0.22c0.23 0.3 0.45 0.67 0.45 0.67s0.4-0.21 0.57-0.35c0.17-0.13 0.53-0.61 0.53-0.61z"></path><path d="m266.83 265.93s-0.93-0.14-1.39 0.35c-0.45 0.48-0.42 1.36-0.42 1.36s0.56-0.61 1.07-0.56 1.08 0.32 1.08 0.32-0.09-0.53-0.15-0.78c-0.05-0.24-0.19-0.69-0.19-0.69z"></path><path d="m268.84 268.9s-0.46 0.64-0.12 1.15 1.05 0.75 1.05 0.75-0.26-0.37-0.14-0.8c0.09-0.34 0.67-0.8 0.67-0.8l-1.46-0.3z"></path><path d="m281.24 270.11s-0.81-0.19-1.27 0.08c-0.45 0.26-0.82 1.39-0.82 1.39s0.74-0.62 1.28-0.54c0.53 0.08 0.93 0.3 0.93 0.3s0.08-0.46 0.02-0.78c-0.03-0.19-0.14-0.45-0.14-0.45z"></path><path d="m281.64 273.1s-0.62 0.64-0.4 1.18c0.23 0.54 0.62 1.1 0.62 1.1s-0.02-0.8 0.23-1.02c0.37-0.32 1.05-0.37 1.05-0.37s-0.54-0.48-0.71-0.54c-0.17-0.05-0.79-0.35-0.79-0.35z"></path><path d="m284.75 274.04s-0.31 0.78 0.28 1.28c0.59 0.52 1.11 0.57 1.11 0.57s-0.46-0.81-0.32-1.23c0.15-0.45 0.54-0.72 0.54-0.72s-0.74-0.25-0.85-0.22c-0.11 0.02-0.76 0.32-0.76 0.32z"></path></g><g fill="#c8b100" stroke-width="0.26"><path d="m282.88 232.71l-0.29 0.02c-0.01 0.03-0.14 0.24-0.26 0.35-0.26 0.25-0.65 0.28-0.86 0.07-0.11-0.11-0.16-0.26-0.14-0.41-0.17 0.09-0.35 0.09-0.51-0.01-0.26-0.15-0.32-0.5-0.14-0.79 0.03-0.06 0.06-0.14 0.11-0.18l-0.02-0.32-0.35 0.08-0.1 0.19c-0.22 0.25-0.54 0.31-0.7 0.17-0.08-0.07-0.14-0.26-0.13-0.27 0 0.01-0.09 0.09-0.17 0.11-0.54 0.13-0.75-1.05-0.77-1.35l-0.17 0.25s0.16 0.7 0.08 1.3c-0.08 0.59-0.29 1.19-0.29 1.19 0.74 0.19 1.86 0.8 2.97 1.65s1.98 1.78 2.34 2.42c0 0 0.58-0.32 1.18-0.51s1.36-0.2 1.36-0.2l0.22-0.21c-0.32 0.05-1.58 0.1-1.56-0.43 0-0.08 0.07-0.18 0.08-0.18-0.01 0.01-0.21-0.01-0.3-0.06-0.18-0.13-0.18-0.43 0.02-0.69l0.18-0.13 0.01-0.34-0.34 0.05c-0.03 0.04-0.11 0.09-0.15 0.13-0.27 0.23-0.65 0.25-0.86 0.03-0.13-0.12-0.17-0.29-0.11-0.46-0.16 0.04-0.32 0.03-0.45-0.05-0.26-0.15-0.31-0.52-0.11-0.8 0.09-0.14 0.28-0.31 0.31-0.32l-0.07-0.3h-0.01z"></path><g fill="#000" stroke-width="0.05"><path d="m280.63 233.4c0.05-0.07 0.15-0.06 0.23 0s0.1 0.16 0.06 0.21c-0.05 0.06-0.15 0.06-0.24-0.01-0.07-0.05-0.1-0.15-0.05-0.2z"></path><path d="m281.58 234.19l-0.33-0.25c-0.06-0.04-0.07-0.12-0.04-0.16 0.04-0.04 0.12-0.04 0.18 0l0.33 0.26 0.33 0.25c0.05 0.04 0.08 0.12 0.04 0.16s-0.12 0.04-0.18 0l-0.33-0.26"></path><path d="m279.84 233l-0.26-0.15c-0.07-0.04-0.1-0.12-0.07-0.17s0.11-0.06 0.17-0.02l0.26 0.16 0.26 0.15c0.06 0.03 0.09 0.11 0.07 0.16-0.03 0.05-0.11 0.06-0.17 0.02l-0.26-0.15"></path><path d="m278.8 232.29c0.05-0.06 0.16-0.06 0.24 0 0.08 0.07 0.1 0.16 0.05 0.22-0.05 0.05-0.15 0.05-0.23-0.01s-0.1-0.15-0.06-0.21z"></path><path d="m282.63 234.92c0.05-0.05 0.03-0.14-0.05-0.21-0.08-0.06-0.19-0.06-0.24 0-0.04 0.05-0.02 0.15 0.06 0.21s0.18 0.06 0.23 0z"></path><path d="m283.2 235.58l0.22 0.21c0.05 0.05 0.13 0.07 0.18 0.03 0.04-0.04 0.04-0.11-0.01-0.16l-0.21-0.21-0.22-0.21c-0.05-0.05-0.14-0.07-0.18-0.03-0.05 0.03-0.04 0.11 0.01 0.16l0.21 0.21"></path><path d="m284.15 236.39c0.05-0.06 0.03-0.15-0.05-0.21-0.08-0.07-0.18-0.07-0.23-0.01s-0.03 0.15 0.05 0.22c0.08 0.05 0.18 0.06 0.23 0z"></path></g><path d="m281.4 230.36l-0.59 0.01-0.11 0.87 0.06 0.14 0.15-0.01 0.76-0.51-0.27-0.5"></path><path d="m281.4 230.36l-0.59 0.01-0.11 0.87 0.06 0.14 0.15-0.01 0.76-0.51-0.27-0.5"></path><path d="m279.8 230.84l-0.02 0.54 0.92 0.12 0.15-0.07-0.02-0.15-0.53-0.71-0.5 0.27"></path><path d="m281.7 231.92l-0.49 0.27-0.54-0.71-0.01-0.15 0.14-0.06 0.93 0.11-0.03 0.54"></path><path d="m280.51 231.25c0.08-0.13 0.26-0.17 0.39-0.09 0.14 0.07 0.18 0.24 0.1 0.37s-0.26 0.17-0.39 0.09c-0.14-0.08-0.18-0.24-0.1-0.37z"></path><path d="m278.36 230.35c-0.02 0.01-0.13-0.46-0.26-0.71-0.08-0.19-0.39-0.43-0.39-0.43 0.03-0.05 0.42-0.19 0.87 0.09 0.38 0.31-0.03 0.87-0.03 0.87s-0.09 0.14-0.19 0.18z"></path><path d="m279.39 230.66l-0.42 0.37-0.68-0.6 0.06-0.08 0.03-0.15 0.92-0.07 0.09 0.53"></path><path d="m278.24 230.29c0.05-0.15 0.18-0.23 0.28-0.2 0.11 0.04 0.15 0.18 0.1 0.33s-0.18 0.23-0.29 0.2c-0.11-0.04-0.15-0.18-0.09-0.33z"></path><path d="m283.67 231.77l-0.59-0.06-0.25 0.85 0.05 0.14 0.15 0.01 0.83-0.41-0.19-0.53"></path><path d="m282.01 232.03l-0.1 0.54 0.9 0.23 0.15-0.04 0.01-0.14-0.43-0.79-0.53 0.2"></path><path d="m283.73 233.36l-0.53 0.2-0.42-0.78 0.01-0.15 0.15-0.03 0.89 0.23-0.1 0.53"></path><path d="m282.65 232.54c0.1-0.12 0.28-0.13 0.4-0.04 0.13 0.09 0.15 0.26 0.05 0.38s-0.28 0.13-0.41 0.04c-0.12-0.09-0.14-0.26-0.04-0.38z"></path><path d="m285.64 233.61l0.11 0.55-0.87 0.3-0.16-0.04-0.01-0.14 0.36-0.81 0.57 0.14"></path><path d="m285.49 235.2l-0.56 0.13-0.31-0.83 0.04-0.15 0.15-0.02 0.85 0.35-0.17 0.52"></path><path d="m283.97 233.66l-0.18 0.52 0.85 0.34 0.16-0.02 0.03-0.14-0.3-0.83-0.56 0.13"></path><path d="m284.91 234.63c0.12-0.11 0.12-0.28 0.02-0.39-0.11-0.11-0.29-0.11-0.41-0.02-0.11 0.11-0.12 0.28-0.01 0.39 0.1 0.11 0.29 0.12 0.4 0.02z"></path><path d="m286.29 236.43c0 0.01 0.5 0.03 0.79 0.09 0.2 0.04 0.52 0.27 0.52 0.27 0.06-0.04 0.12-0.42-0.28-0.79-0.39-0.28-0.88 0.22-0.88 0.22s-0.12 0.12-0.15 0.21z"></path><path d="m285.75 235.54l-0.29 0.46 0.76 0.51 0.09-0.08 0.13-0.04-0.12-0.88-0.57 0.03"></path><path d="m286.37 236.53c0.14-0.07 0.21-0.22 0.15-0.31s-0.22-0.1-0.36-0.02-0.2 0.22-0.14 0.31c0.05 0.09 0.21 0.1 0.35 0.02z"></path></g></g><g id="inescutcheon" stroke-width="0.61"><ellipse fill="#ad1519" cx="250.43" cy="281.01" rx="16.26" ry="18.3"></ellipse><ellipse fill="#005bbf" cx="250.44" cy="280.97" rx="11.44" ry="13.42"></ellipse><g id="fdl" fill="#c8b100" stroke-width="0.34"><path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"></path><path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"></path></g><g fill="#c8b100" stroke-width="0.34" transform="matrix(1, 0, 0, 1, 10.630000114440918, 0)"><path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"></path><path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"></path></g><g fill="#c8b100" stroke-width="0.34" transform="matrix(1, 0, 0, 1, 5.309999942779541, 9.140000343322754)"><path stroke-linejoin="round" d="m245.03 271.74s-1.35 1.48-1.35 2.86c0 1.39 0.57 2.54 0.57 2.54-0.21-0.55-0.76-0.94-1.41-0.94-0.83 0-1.5 0.63-1.5 1.42 0 0.22 0.14 0.58 0.24 0.77l0.49 0.99c0.16-0.37 0.54-0.57 0.98-0.57 0.59 0 1.08 0.45 1.08 1.01 0 0.09-0.01 0.17-0.04 0.25l-1.22 0.01v1.03h1.09l-0.81 1.61 1.07-0.42 0.81 0.91 0.84-0.91 1.07 0.42-0.8-1.61h1.08v-1.03l-1.22-0.01c-0.02-0.08-0.02-0.16-0.02-0.25 0-0.56 0.47-1.01 1.06-1.01 0.44 0 0.82 0.2 0.98 0.57l0.49-0.99c0.1-0.19 0.24-0.55 0.24-0.77 0-0.79-0.67-1.42-1.49-1.42-0.66 0-1.21 0.39-1.41 0.94 0 0 0.57-1.15 0.57-2.54 0-1.38-1.39-2.86-1.39-2.86z"></path><path d="m242.87 281.11h4.36v-1.03h-4.36v1.03z"></path></g></g></g></g></g></g>', 1), iL = [
|
|
2971
|
+
nL
|
|
2972
2972
|
];
|
|
2973
|
-
function
|
|
2974
|
-
return u(), m("svg",
|
|
2973
|
+
function tL(e, i) {
|
|
2974
|
+
return u(), m("svg", eL, iL);
|
|
2975
2975
|
}
|
|
2976
|
-
const
|
|
2976
|
+
const aL = /* @__PURE__ */ C($A, [["render", tL]]), sL = {}, oL = {
|
|
2977
2977
|
width: "40",
|
|
2978
2978
|
height: "40",
|
|
2979
2979
|
viewBox: "0 0 40 40",
|
|
2980
2980
|
fill: "none",
|
|
2981
2981
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2982
|
-
},
|
|
2983
|
-
|
|
2982
|
+
}, rL = /* @__PURE__ */ we('<path d="M20 8.75049C19.4825 8.75049 19.0625 8.33049 19.0625 7.81299V5.93799C19.0625 5.42049 19.4825 5.00049 20 5.00049C20.5175 5.00049 20.9375 5.42049 20.9375 5.93799V7.81299C20.9375 8.33049 20.5175 8.75049 20 8.75049Z" fill="#3B414D" class="primary"></path><path d="M27.9545 12.0484C27.7045 12.0484 27.4683 11.9509 27.292 11.7734C27.1145 11.5959 27.017 11.3609 27.017 11.1109C27.017 10.8609 27.1145 10.6247 27.292 10.4484L28.6183 9.12217C28.7958 8.94467 29.0308 8.84717 29.2808 8.84717C29.5308 8.84717 29.767 8.94467 29.9433 9.12217C30.1208 9.29967 30.2183 9.53467 30.2183 9.78467C30.2183 10.0347 30.1208 10.2709 29.9433 10.4472L28.617 11.7734C28.4408 11.9509 28.2045 12.0484 27.9545 12.0484Z" fill="#3B414D" class="primary"></path><path d="M31.25 20.0005C30.7325 20.0005 30.3125 19.5805 30.3125 19.063C30.3125 18.5455 30.7325 18.1255 31.25 18.1255H33.125C33.6425 18.1255 34.0625 18.5455 34.0625 19.063C34.0625 19.5805 33.6425 20.0005 33.125 20.0005H31.25Z" fill="#3B414D" class="primary"></path><path d="M29.2815 29.2821C29.0315 29.2821 28.7953 29.1846 28.619 29.0071L27.2928 27.6808C26.9278 27.3158 26.9278 26.7208 27.2928 26.3546C27.4703 26.1771 27.7053 26.0796 27.9553 26.0796C28.2053 26.0796 28.4415 26.1771 28.6178 26.3546L29.944 27.6808C30.309 28.0458 30.309 28.6408 29.944 29.0071C29.7678 29.1846 29.5315 29.2821 29.2815 29.2821Z" fill="#3B414D" class="primary"></path><path d="M12.0445 12.0484C11.7945 12.0484 11.5582 11.9509 11.382 11.7734L10.0557 10.4472C9.8782 10.2709 9.7807 10.0347 9.7807 9.78467C9.7807 9.53467 9.8782 9.29842 10.0557 9.12217C10.232 8.94467 10.4682 8.84717 10.7182 8.84717C10.9682 8.84717 11.2045 8.94467 11.3807 9.12217L12.707 10.4484C12.8845 10.6247 12.982 10.8609 12.982 11.1109C12.982 11.3609 12.8845 11.5972 12.707 11.7734C12.5307 11.9509 12.2957 12.0484 12.0445 12.0484Z" fill="#3B414D" class="primary"></path><path d="M6.875 20.0005C6.3575 20.0005 5.9375 19.5805 5.9375 19.063C5.9375 18.5455 6.3575 18.1255 6.875 18.1255H8.75C9.2675 18.1255 9.6875 18.5455 9.6875 19.063C9.6875 19.5805 9.2675 20.0005 8.75 20.0005H6.875Z" fill="#3B414D" class="primary"></path><path d="M10.719 29.2821C10.469 29.2821 10.2327 29.1846 10.0565 29.0071C9.69146 28.6421 9.69146 28.0471 10.0565 27.6808L11.3827 26.3546C11.5602 26.1771 11.7952 26.0796 12.0452 26.0796C12.2952 26.0796 12.5315 26.1771 12.7077 26.3546C13.0727 26.7196 13.0727 27.3146 12.7077 27.6808L11.3815 29.0071C11.2052 29.1846 10.969 29.2821 10.719 29.2821Z" fill="#3B414D" class="primary"></path><path d="M20 35.0005C19.4825 35.0005 19.0625 34.5805 19.0625 34.063V33.0267C16.8975 32.5892 15.3125 30.6842 15.3125 28.4355V26.073C12.9587 24.498 11.5625 21.8967 11.5625 19.063C11.5625 14.4105 15.3475 10.6255 20 10.6255C24.6525 10.6255 28.4375 14.4105 28.4375 19.063C28.4375 21.8967 27.0413 24.498 24.6875 26.073V28.4355C24.6875 30.6842 23.1025 32.5892 20.9375 33.0267V34.063C20.9375 34.5805 20.5175 35.0005 20 35.0005ZM17.1875 28.4355C17.1875 29.9867 18.4487 31.248 20 31.248C21.5513 31.248 22.8125 29.9867 22.8125 28.4355V27.0167C21.91 27.338 20.9675 27.5005 20 27.5005C19.0325 27.5005 18.09 27.338 17.1875 27.0167V28.4355ZM20 12.5005C16.3813 12.5005 13.4375 15.4442 13.4375 19.063C13.4375 22.6817 16.3813 25.6255 20 25.6255C23.6187 25.6255 26.5625 22.6817 26.5625 19.063C26.5625 15.4442 23.6187 12.5005 20 12.5005Z" fill="#3B414D" class="primary"></path>', 8), dL = [
|
|
2983
|
+
rL
|
|
2984
2984
|
];
|
|
2985
|
-
function
|
|
2986
|
-
return u(), m("svg",
|
|
2985
|
+
function fL(e, i) {
|
|
2986
|
+
return u(), m("svg", oL, dL);
|
|
2987
2987
|
}
|
|
2988
|
-
const
|
|
2988
|
+
const lL = /* @__PURE__ */ C(sL, [["render", fL]]), cL = {}, uL = {
|
|
2989
2989
|
width: "40",
|
|
2990
2990
|
height: "40",
|
|
2991
2991
|
viewBox: "0 0 40 40",
|
|
2992
2992
|
fill: "none",
|
|
2993
2993
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2994
|
-
},
|
|
2994
|
+
}, hL = /* @__PURE__ */ c("path", {
|
|
2995
2995
|
d: "M5.9375 21.2505C5.42 21.2505 5 20.6905 5 20.0005C5 19.3105 5.42 18.7505 5.9375 18.7505H34.0625C34.58 18.7505 35 19.3105 35 20.0005C35 20.6905 34.58 21.2505 34.0625 21.2505H5.9375Z",
|
|
2996
2996
|
fill: "#3B414D",
|
|
2997
2997
|
class: "primary"
|
|
2998
|
-
}, null, -1),
|
|
2999
|
-
|
|
2998
|
+
}, null, -1), mL = [
|
|
2999
|
+
hL
|
|
3000
3000
|
];
|
|
3001
|
-
function
|
|
3002
|
-
return u(), m("svg",
|
|
3001
|
+
function pL(e, i) {
|
|
3002
|
+
return u(), m("svg", uL, mL);
|
|
3003
3003
|
}
|
|
3004
|
-
const
|
|
3004
|
+
const vL = /* @__PURE__ */ C(cL, [["render", pL]]), yL = {}, gL = {
|
|
3005
3005
|
width: "40",
|
|
3006
3006
|
height: "40",
|
|
3007
3007
|
viewBox: "0 0 40 40",
|
|
3008
3008
|
fill: "none",
|
|
3009
3009
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3010
|
-
},
|
|
3010
|
+
}, _L = /* @__PURE__ */ c("path", {
|
|
3011
3011
|
d: "M14.375 20.938C13.8575 20.938 13.4375 20.518 13.4375 20.0005C13.4375 19.483 13.8575 19.063 14.375 19.063H25.625C26.1425 19.063 26.5625 19.483 26.5625 20.0005C26.5625 20.518 26.1425 20.938 25.625 20.938H14.375Z",
|
|
3012
3012
|
fill: "#3B414D",
|
|
3013
3013
|
class: "primary"
|
|
3014
|
-
}, null, -1),
|
|
3014
|
+
}, null, -1), CL = /* @__PURE__ */ c("path", {
|
|
3015
3015
|
d: "M20 35.0005C11.7287 35.0005 5 28.2717 5 20.0005C5 11.7292 11.7287 5.00049 20 5.00049C28.2712 5.00049 35 11.7292 35 20.0005C35 28.2717 28.2712 35.0005 20 35.0005ZM20 6.87549C12.7625 6.87549 6.875 12.763 6.875 20.0005C6.875 27.238 12.7625 33.1255 20 33.1255C27.2375 33.1255 33.125 27.238 33.125 20.0005C33.125 12.763 27.2375 6.87549 20 6.87549Z",
|
|
3016
3016
|
fill: "#3B414D",
|
|
3017
3017
|
class: "primary"
|
|
3018
|
-
}, null, -1),
|
|
3019
|
-
|
|
3020
|
-
|
|
3018
|
+
}, null, -1), kL = [
|
|
3019
|
+
_L,
|
|
3020
|
+
CL
|
|
3021
3021
|
];
|
|
3022
|
-
function
|
|
3023
|
-
return u(), m("svg",
|
|
3022
|
+
function wL(e, i) {
|
|
3023
|
+
return u(), m("svg", gL, kL);
|
|
3024
3024
|
}
|
|
3025
|
-
const
|
|
3026
|
-
const
|
|
3025
|
+
const xL = /* @__PURE__ */ C(yL, [["render", wL]]);
|
|
3026
|
+
const bL = {}, Yo = (e) => (R1("data-v-fbb3af00"), e = e(), U1(), e), ML = {
|
|
3027
3027
|
id: "default",
|
|
3028
3028
|
width: "80",
|
|
3029
3029
|
height: "40",
|
|
3030
3030
|
viewBox: "0 0 80 40",
|
|
3031
3031
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3032
|
-
},
|
|
3032
|
+
}, SL = /* @__PURE__ */ Yo(() => /* @__PURE__ */ c("rect", {
|
|
3033
3033
|
x: "4.20013",
|
|
3034
3034
|
y: "2.10046",
|
|
3035
3035
|
width: "71.6",
|
|
3036
3036
|
height: "35.8",
|
|
3037
3037
|
rx: "17.9",
|
|
3038
3038
|
class: "primary"
|
|
3039
|
-
}, null, -1)),
|
|
3039
|
+
}, null, -1)), BL = /* @__PURE__ */ Yo(() => /* @__PURE__ */ c("circle", {
|
|
3040
3040
|
id: "default-circle",
|
|
3041
3041
|
cx: "22.5",
|
|
3042
3042
|
cy: "20.0005",
|
|
3043
3043
|
r: "12.5",
|
|
3044
3044
|
fill: "white"
|
|
3045
|
-
}, null, -1)),
|
|
3046
|
-
|
|
3047
|
-
|
|
3045
|
+
}, null, -1)), AL = [
|
|
3046
|
+
SL,
|
|
3047
|
+
BL
|
|
3048
3048
|
];
|
|
3049
|
-
function
|
|
3050
|
-
return u(), m("svg",
|
|
3049
|
+
function LL(e, i) {
|
|
3050
|
+
return u(), m("svg", ML, AL);
|
|
3051
3051
|
}
|
|
3052
|
-
const
|
|
3052
|
+
const DL = /* @__PURE__ */ C(bL, [["render", LL], ["__scopeId", "data-v-fbb3af00"]]), HL = {}, VL = {
|
|
3053
3053
|
width: "48",
|
|
3054
3054
|
height: "24",
|
|
3055
3055
|
viewBox: "0 0 48 24",
|
|
3056
3056
|
fill: "none",
|
|
3057
3057
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3058
|
-
},
|
|
3058
|
+
}, zL = /* @__PURE__ */ c("rect", {
|
|
3059
3059
|
x: "2.51953",
|
|
3060
3060
|
y: "1.2605",
|
|
3061
3061
|
width: "42.96",
|
|
@@ -3063,70 +3063,70 @@ const DA = /* @__PURE__ */ C(bA, [["render", AA], ["__scopeId", "data-v-fbb3af00
|
|
|
3063
3063
|
rx: "10.74",
|
|
3064
3064
|
fill: "#E2E6ED",
|
|
3065
3065
|
class: "primary"
|
|
3066
|
-
}, null, -1),
|
|
3066
|
+
}, null, -1), FL = /* @__PURE__ */ c("circle", {
|
|
3067
3067
|
cx: "13.5",
|
|
3068
3068
|
cy: "12.0005",
|
|
3069
3069
|
r: "7.5",
|
|
3070
3070
|
fill: "#D0D3D9"
|
|
3071
|
-
}, null, -1),
|
|
3072
|
-
|
|
3073
|
-
|
|
3071
|
+
}, null, -1), TL = [
|
|
3072
|
+
zL,
|
|
3073
|
+
FL
|
|
3074
3074
|
];
|
|
3075
|
-
function
|
|
3076
|
-
return u(), m("svg",
|
|
3075
|
+
function IL(e, i) {
|
|
3076
|
+
return u(), m("svg", VL, TL);
|
|
3077
3077
|
}
|
|
3078
|
-
const
|
|
3079
|
-
const
|
|
3078
|
+
const PL = /* @__PURE__ */ C(HL, [["render", IL]]);
|
|
3079
|
+
const OL = {}, Go = (e) => (R1("data-v-56beb670"), e = e(), U1(), e), EL = {
|
|
3080
3080
|
id: "selected",
|
|
3081
3081
|
width: "80",
|
|
3082
3082
|
height: "40",
|
|
3083
3083
|
viewBox: "0 0 80 40",
|
|
3084
3084
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3085
|
-
},
|
|
3085
|
+
}, ZL = /* @__PURE__ */ Go(() => /* @__PURE__ */ c("rect", {
|
|
3086
3086
|
x: "4.20013",
|
|
3087
3087
|
y: "2.10046",
|
|
3088
3088
|
width: "71.6",
|
|
3089
3089
|
height: "35.8",
|
|
3090
3090
|
rx: "17.9",
|
|
3091
3091
|
class: "primary"
|
|
3092
|
-
}, null, -1)),
|
|
3092
|
+
}, null, -1)), RL = /* @__PURE__ */ Go(() => /* @__PURE__ */ c("circle", {
|
|
3093
3093
|
id: "selected-circle",
|
|
3094
3094
|
cx: "57.5",
|
|
3095
3095
|
cy: "20.0005",
|
|
3096
3096
|
r: "12.5",
|
|
3097
3097
|
fill: "white"
|
|
3098
|
-
}, null, -1)),
|
|
3099
|
-
|
|
3100
|
-
|
|
3098
|
+
}, null, -1)), UL = [
|
|
3099
|
+
ZL,
|
|
3100
|
+
RL
|
|
3101
3101
|
];
|
|
3102
|
-
function
|
|
3103
|
-
return u(), m("svg",
|
|
3102
|
+
function WL(e, i) {
|
|
3103
|
+
return u(), m("svg", EL, UL);
|
|
3104
3104
|
}
|
|
3105
|
-
const
|
|
3105
|
+
const NL = /* @__PURE__ */ C(OL, [["render", WL], ["__scopeId", "data-v-56beb670"]]), jL = {}, qL = {
|
|
3106
3106
|
width: "48",
|
|
3107
3107
|
height: "24",
|
|
3108
3108
|
viewBox: "0 0 48 24",
|
|
3109
3109
|
fill: "none",
|
|
3110
3110
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3111
|
-
},
|
|
3111
|
+
}, YL = /* @__PURE__ */ c("rect", {
|
|
3112
3112
|
width: "42.96",
|
|
3113
3113
|
height: "21.48",
|
|
3114
3114
|
rx: "10.74",
|
|
3115
3115
|
transform: "matrix(-1 0 0 1 45.4805 1.2605)",
|
|
3116
3116
|
fill: "#E2E6ED",
|
|
3117
3117
|
class: "primary"
|
|
3118
|
-
}, null, -1),
|
|
3118
|
+
}, null, -1), GL = /* @__PURE__ */ c("circle", {
|
|
3119
3119
|
r: "7.5",
|
|
3120
3120
|
transform: "matrix(-1 0 0 1 34.5 12.0005)",
|
|
3121
3121
|
fill: "#D0D3D9"
|
|
3122
|
-
}, null, -1),
|
|
3123
|
-
|
|
3124
|
-
|
|
3122
|
+
}, null, -1), XL = [
|
|
3123
|
+
YL,
|
|
3124
|
+
GL
|
|
3125
3125
|
];
|
|
3126
|
-
function
|
|
3127
|
-
return u(), m("svg",
|
|
3126
|
+
function QL(e, i) {
|
|
3127
|
+
return u(), m("svg", qL, XL);
|
|
3128
3128
|
}
|
|
3129
|
-
const
|
|
3129
|
+
const KL = /* @__PURE__ */ C(jL, [["render", QL]]), JL = {}, $L = {
|
|
3130
3130
|
width: "40",
|
|
3131
3131
|
height: "40",
|
|
3132
3132
|
viewBox: "0 0 40 40",
|
|
@@ -3145,9 +3145,9 @@ const KA = /* @__PURE__ */ C(jA, [["render", QA]]), JA = {}, $A = {
|
|
|
3145
3145
|
nD
|
|
3146
3146
|
];
|
|
3147
3147
|
function tD(e, i) {
|
|
3148
|
-
return u(), m("svg", $
|
|
3148
|
+
return u(), m("svg", $L, iD);
|
|
3149
3149
|
}
|
|
3150
|
-
const aD = /* @__PURE__ */ C(
|
|
3150
|
+
const aD = /* @__PURE__ */ C(JL, [["render", tD]]), sD = {}, oD = {
|
|
3151
3151
|
width: "40",
|
|
3152
3152
|
height: "40",
|
|
3153
3153
|
viewBox: "0 0 40 40",
|
|
@@ -3211,13 +3211,13 @@ const bD = /* @__PURE__ */ C(_D, [["render", xD]]), MD = {}, SD = {
|
|
|
3211
3211
|
d: "M5.34375 17.5C5.085 17.5 4.875 17.29 4.875 17.0312C4.875 16.7725 5.085 16.5625 5.34375 16.5625H6.75V3.4375H5.34375C5.085 3.4375 4.875 3.2275 4.875 2.96875C4.875 2.71 5.085 2.5 5.34375 2.5H11.9062C13.7156 2.5 15.1875 3.97187 15.1875 5.78125C15.1875 6.95937 14.5438 8.045 13.5419 8.62437C15.1063 9.41437 16.125 11.0369 16.125 12.8125C16.125 15.3969 14.0219 17.5 11.4375 17.5H5.34375ZM11.4375 16.5625C13.505 16.5625 15.1875 14.88 15.1875 12.8125C15.1875 10.745 13.505 9.0625 11.4375 9.0625H7.6875V16.5625H11.4375ZM11.9062 8.125C13.1988 8.125 14.25 7.07375 14.25 5.78125C14.25 4.48875 13.1988 3.4375 11.9062 3.4375H7.6875V8.125H11.9062Z",
|
|
3212
3212
|
fill: "#9CACCC",
|
|
3213
3213
|
class: "primary"
|
|
3214
|
-
}, null, -1),
|
|
3214
|
+
}, null, -1), AD = [
|
|
3215
3215
|
BD
|
|
3216
3216
|
];
|
|
3217
|
-
function
|
|
3218
|
-
return u(), m("svg", SD,
|
|
3217
|
+
function LD(e, i) {
|
|
3218
|
+
return u(), m("svg", SD, AD);
|
|
3219
3219
|
}
|
|
3220
|
-
const DD = /* @__PURE__ */ C(MD, [["render",
|
|
3220
|
+
const DD = /* @__PURE__ */ C(MD, [["render", LD]]), HD = {}, VD = {
|
|
3221
3221
|
width: "21",
|
|
3222
3222
|
height: "20",
|
|
3223
3223
|
viewBox: "0 0 21 20",
|
|
@@ -3344,7 +3344,7 @@ const CH = /* @__PURE__ */ C(mH, [["render", _H]]), kH = {}, wH = {
|
|
|
3344
3344
|
function SH(e, i) {
|
|
3345
3345
|
return u(), m("svg", wH, MH);
|
|
3346
3346
|
}
|
|
3347
|
-
const BH = /* @__PURE__ */ C(kH, [["render", SH]]),
|
|
3347
|
+
const BH = /* @__PURE__ */ C(kH, [["render", SH]]), AH = {}, LH = {
|
|
3348
3348
|
width: "40",
|
|
3349
3349
|
height: "40",
|
|
3350
3350
|
viewBox: "0 0 40 40",
|
|
@@ -3354,9 +3354,9 @@ const BH = /* @__PURE__ */ C(kH, [["render", SH]]), LH = {}, AH = {
|
|
|
3354
3354
|
DH
|
|
3355
3355
|
];
|
|
3356
3356
|
function VH(e, i) {
|
|
3357
|
-
return u(), m("svg",
|
|
3357
|
+
return u(), m("svg", LH, HH);
|
|
3358
3358
|
}
|
|
3359
|
-
const zH = /* @__PURE__ */ C(
|
|
3359
|
+
const zH = /* @__PURE__ */ C(AH, [["render", VH]]), FH = {}, TH = {
|
|
3360
3360
|
width: "40",
|
|
3361
3361
|
height: "40",
|
|
3362
3362
|
viewBox: "0 0 40 40",
|
|
@@ -3477,17 +3477,17 @@ const _V = /* @__PURE__ */ C(cV, [["render", gV]]), CV = {}, kV = {
|
|
|
3477
3477
|
function MV(e, i) {
|
|
3478
3478
|
return u(), m("svg", kV, bV);
|
|
3479
3479
|
}
|
|
3480
|
-
const SV = /* @__PURE__ */ C(CV, [["render", MV]]), BV = {},
|
|
3480
|
+
const SV = /* @__PURE__ */ C(CV, [["render", MV]]), BV = {}, AV = {
|
|
3481
3481
|
width: "40",
|
|
3482
3482
|
height: "40",
|
|
3483
3483
|
viewBox: "0 0 40 40",
|
|
3484
3484
|
fill: "none",
|
|
3485
3485
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3486
|
-
},
|
|
3487
|
-
|
|
3486
|
+
}, LV = /* @__PURE__ */ we('<path d="M8.47771 32.1875C8.35152 32.1872 8.22667 32.1616 8.11054 32.1122C7.99441 32.0628 7.88934 31.9907 7.80154 31.9001C7.71592 31.8114 7.64874 31.7067 7.6039 31.5919C7.55906 31.4771 7.53745 31.3546 7.54032 31.2314C7.54254 31.1081 7.5692 30.9866 7.61876 30.8737C7.66832 30.7609 7.7398 30.659 7.82904 30.574L31.2637 8.07665C31.3522 7.99075 31.4567 7.92326 31.5714 7.8781C31.6861 7.83294 31.8087 7.811 31.9319 7.81355C32.0551 7.81611 32.1767 7.84312 32.2894 7.893C32.4021 7.94288 32.5038 8.01465 32.5886 8.10414C32.6743 8.19275 32.7416 8.29742 32.7867 8.41215C32.8318 8.52688 32.8538 8.6494 32.8513 8.77265C32.8489 8.8959 32.8221 9.01745 32.7725 9.13031C32.7229 9.24316 32.6515 9.34509 32.5623 9.43024L9.12763 31.9276C8.95247 32.0945 8.71972 32.1876 8.47771 32.1875Z" fill="#3B414D" class="primary"></path><path d="M19.9826 30.3127L19.8451 30.314C18.5352 30.314 17.2166 30.1103 15.9243 29.7103C15.7119 29.6421 15.5308 29.5005 15.4133 29.3109C15.2959 29.1213 15.2498 28.896 15.2834 28.6755C15.3169 28.455 15.4279 28.2536 15.5964 28.1075C15.7649 27.9613 15.98 27.88 16.203 27.878C16.2971 27.8778 16.3907 27.8921 16.4805 27.9205C17.5904 28.2655 18.7302 28.4405 19.8663 28.4405L20.1775 28.4417C24.9932 28.4417 29.8714 24.9596 32.8323 21.7013C33.0208 21.4919 33.1249 21.2201 33.1244 20.9384C33.1239 20.6567 33.019 20.3852 32.8298 20.1765C31.7114 18.9499 30.4724 17.839 29.1315 16.8606C29.0317 16.7884 28.9473 16.697 28.8832 16.5919C28.819 16.4868 28.7764 16.3699 28.7578 16.2482C28.7303 16.0653 28.7574 15.8784 28.8356 15.7109C28.9139 15.5434 29.0398 15.4026 29.1976 15.3063C29.3554 15.21 29.5382 15.1624 29.7229 15.1694C29.9077 15.1764 30.0863 15.2378 30.2363 15.3458C31.6804 16.4 33.0149 17.5967 34.2196 18.9179C35.2595 20.0715 35.2595 21.8075 34.2234 22.9586C30.9913 26.5157 25.6056 30.3152 20.1788 30.3152L19.9826 30.3127Z" fill="#3B414D" class="primary"></path><path d="M9.7213 26.2645C9.51305 26.2642 9.3108 26.1948 9.14637 26.067C7.93851 25.1284 6.81251 24.089 5.78052 22.9599C5.27886 22.4065 5.00069 21.6865 5 20.9396C4.99931 20.1927 5.27614 19.4721 5.77677 18.9178C9.00888 15.362 14.3957 11.5637 19.8201 11.5637L20.1163 11.565C21.1737 11.565 22.2248 11.6925 23.2409 11.9462C23.3604 11.976 23.4729 12.029 23.5719 12.1022C23.6709 12.1755 23.7545 12.2675 23.8179 12.3731C23.8813 12.4786 23.9233 12.5957 23.9415 12.7174C23.9597 12.8392 23.9538 12.9634 23.924 13.0829C23.8942 13.2024 23.8412 13.3149 23.7679 13.4138C23.6947 13.5128 23.6026 13.5964 23.4971 13.6599C23.3915 13.7233 23.2745 13.7653 23.1527 13.7835C23.0309 13.8017 22.9067 13.7957 22.7872 13.766C21.9168 13.5496 21.0232 13.4405 20.1263 13.441H19.8401C15.0119 13.441 10.1275 16.9218 7.1666 20.1789C6.97812 20.3883 6.87402 20.6601 6.87448 20.9418C6.87495 21.2235 6.97993 21.495 7.1691 21.7038C8.12853 22.7527 9.17506 23.7186 10.2975 24.5909C10.3952 24.666 10.477 24.7598 10.5382 24.8667C10.5994 24.9737 10.6389 25.0917 10.6542 25.2139C10.6695 25.3362 10.6605 25.4603 10.6276 25.579C10.5947 25.6978 10.5386 25.8088 10.4625 25.9058C10.3742 26.0179 10.2617 26.1084 10.1333 26.1706C10.0048 26.2327 9.86396 26.2648 9.7213 26.2645Z" fill="#3B414D" class="primary"></path><path d="M15.3106 21.8763C15.062 21.8763 14.8236 21.7775 14.6478 21.6017C14.472 21.426 14.3732 21.1875 14.3732 20.9389C14.3732 19.4391 14.9582 18.028 16.0205 16.9644C16.5407 16.4402 17.1598 16.0244 17.8418 15.7412C18.5238 15.458 19.2553 15.313 19.9938 15.3146C20.2525 15.3146 20.4613 15.5233 20.4625 15.782L20.465 16.7194C20.465 16.8444 20.4163 16.9631 20.3288 17.0519C20.2413 17.1406 20.1225 17.1894 19.9976 17.1894C19.5049 17.1883 19.0169 17.2849 18.5619 17.4737C18.1069 17.6625 17.6938 17.9397 17.3466 18.2892C16.9974 18.6363 16.7205 19.0492 16.5319 19.504C16.3433 19.9589 16.2468 20.4466 16.248 20.9389C16.2483 21.0621 16.2243 21.1842 16.1773 21.298C16.1303 21.4119 16.0613 21.5154 15.9742 21.6025C15.8871 21.6896 15.7836 21.7586 15.6697 21.8056C15.5559 21.8526 15.4338 21.8766 15.3106 21.8763Z" fill="#3B414D" class="primary"></path><path d="M19.9988 26.5632C19.9372 26.5634 19.8762 26.5514 19.8193 26.5279C19.7623 26.5044 19.7106 26.4699 19.667 26.4263C19.6235 26.3827 19.589 26.331 19.5655 26.2741C19.542 26.2171 19.53 26.1561 19.5301 26.0945L19.5289 25.1571C19.5289 25.0334 19.5776 24.9134 19.6664 24.8259C19.7097 24.7822 19.7613 24.7476 19.8182 24.724C19.875 24.7004 19.936 24.6883 19.9976 24.6884C20.4903 24.6899 20.9785 24.5935 21.4338 24.4049C21.889 24.2163 22.3023 23.9393 22.6497 23.5898C22.9987 23.2421 23.2753 22.8287 23.4637 22.3735C23.652 21.9183 23.7484 21.4303 23.7471 20.9376C23.7471 20.689 23.8459 20.4506 24.0217 20.2748C24.1975 20.099 24.4359 20.0002 24.6845 20.0002C24.9331 20.0002 25.1715 20.099 25.3473 20.2748C25.5231 20.4506 25.6219 20.689 25.6219 20.9376C25.6241 21.6764 25.4798 22.4084 25.1972 23.091C24.9147 23.7737 24.4995 24.3935 23.9758 24.9147C23.4549 25.4388 22.8351 25.8543 22.1525 26.1373C21.4698 26.4203 20.7378 26.565 19.9988 26.5632Z" fill="#3B414D" class="primary"></path>', 5), DV = [
|
|
3487
|
+
LV
|
|
3488
3488
|
];
|
|
3489
3489
|
function HV(e, i) {
|
|
3490
|
-
return u(), m("svg",
|
|
3490
|
+
return u(), m("svg", AV, DV);
|
|
3491
3491
|
}
|
|
3492
3492
|
const VV = /* @__PURE__ */ C(BV, [["render", HV]]), zV = {}, FV = {
|
|
3493
3493
|
width: "40",
|
|
@@ -3639,13 +3639,13 @@ const bz = /* @__PURE__ */ C(_z, [["render", xz]]), Mz = {}, Sz = {
|
|
|
3639
3639
|
d: "M7.91422 2.00989C7.86649 2.02164 7.82897 2.03857 7.79282 2.06468C7.74877 2.09651 3.54653 6.30199 3.52607 6.33472C3.50908 6.36192 3.48965 6.40724 3.47876 6.44512C3.47512 6.45777 3.47253 6.49256 3.47249 6.52912C3.47245 6.57971 3.4745 6.59875 3.48334 6.62971C3.51797 6.75101 3.61974 6.85233 3.74065 6.88586C3.76225 6.89185 3.78827 6.89385 3.84174 6.89362C3.90591 6.89335 3.91779 6.89197 3.95107 6.88089C4.03806 6.85193 3.87354 7.01214 6.02937 4.85694L8.00101 2.88589L9.97264 4.85694C12.1296 7.01331 11.9645 6.85256 12.0509 6.88056C12.1015 6.89694 12.1868 6.90098 12.2419 6.8896C12.3223 6.87299 12.4043 6.82035 12.4562 6.75198C12.5112 6.67955 12.5296 6.6236 12.5295 6.52912C12.5295 6.49256 12.5269 6.45777 12.5233 6.44512C12.5124 6.40724 12.4929 6.36192 12.4759 6.33472C12.4555 6.30199 8.25324 2.09651 8.20919 2.06468C8.12948 2.0071 8.01329 1.98552 7.91422 2.00989ZM3.79339 9.10481C3.74621 9.11027 3.69174 9.12854 3.6508 9.15264C3.60962 9.17687 3.5463 9.2393 3.52323 9.2784C3.4526 9.39811 3.45254 9.53867 3.52308 9.66011C3.53538 9.68128 4.02231 10.1712 5.64881 11.7988C6.8092 12.9599 7.77156 13.9193 7.7874 13.9306C7.90755 14.0169 8.06109 14.0231 8.19195 13.9471C8.21312 13.9348 8.70302 13.4479 10.3306 11.8214C11.4918 10.661 12.4511 9.69861 12.4625 9.68277C12.5114 9.61453 12.5295 9.5569 12.5295 9.46917C12.5295 9.42155 12.5273 9.40144 12.5188 9.37169C12.4529 9.14042 12.194 9.03352 11.9818 9.14993C11.9525 9.16598 11.7404 9.37651 9.97505 11.1413L8.00101 13.1148L6.02458 11.139L4.04814 9.16328L4.00254 9.14115C3.93469 9.1082 3.86652 9.09636 3.79339 9.10481Z",
|
|
3640
3640
|
fill: "#D0D3D9",
|
|
3641
3641
|
class: "primary"
|
|
3642
|
-
}, null, -1),
|
|
3642
|
+
}, null, -1), Az = [
|
|
3643
3643
|
Bz
|
|
3644
3644
|
];
|
|
3645
|
-
function
|
|
3646
|
-
return u(), m("svg", Sz,
|
|
3645
|
+
function Lz(e, i) {
|
|
3646
|
+
return u(), m("svg", Sz, Az);
|
|
3647
3647
|
}
|
|
3648
|
-
const Dz = /* @__PURE__ */ C(Mz, [["render",
|
|
3648
|
+
const Dz = /* @__PURE__ */ C(Mz, [["render", Lz]]), ro = {
|
|
3649
3649
|
"add-1": Kc,
|
|
3650
3650
|
"add-circle-1": au,
|
|
3651
3651
|
"alarm-bell-2": cu,
|
|
@@ -3659,7 +3659,7 @@ const Dz = /* @__PURE__ */ C(Mz, [["render", Az]]), ro = {
|
|
|
3659
3659
|
"arrow-button-down-1": lh,
|
|
3660
3660
|
"arrow-button-right-1": vh,
|
|
3661
3661
|
"arrow-button-up-1": wh,
|
|
3662
|
-
"arrow-left-1-1":
|
|
3662
|
+
"arrow-left-1-1": Ah,
|
|
3663
3663
|
"arrow-redo": Fh,
|
|
3664
3664
|
"arrow-right-1-1": Zh,
|
|
3665
3665
|
"arrow-undo": qh,
|
|
@@ -3692,7 +3692,7 @@ const Dz = /* @__PURE__ */ C(Mz, [["render", Az]]), ro = {
|
|
|
3692
3692
|
"common-file-empty-1": dy,
|
|
3693
3693
|
"common-file-horizontal-image-1": vy,
|
|
3694
3694
|
"controls-pause-1": xy,
|
|
3695
|
-
"controls-play-1":
|
|
3695
|
+
"controls-play-1": Ly,
|
|
3696
3696
|
"copy-paste-1": Ty,
|
|
3697
3697
|
"currency-dollar-circle-1": Uy,
|
|
3698
3698
|
"default-avatar": Qy,
|
|
@@ -3756,7 +3756,7 @@ const Dz = /* @__PURE__ */ C(Mz, [["render", Az]]), ro = {
|
|
|
3756
3756
|
microphone: oM,
|
|
3757
3757
|
"navigation-menu-vertical-1": mM,
|
|
3758
3758
|
"notes-1": CM,
|
|
3759
|
-
"office-file-pdf-1-1":
|
|
3759
|
+
"office-file-pdf-1-1": LM,
|
|
3760
3760
|
"paginate-filter-text-1": TM,
|
|
3761
3761
|
"pencil-write-1": UM,
|
|
3762
3762
|
"phone-3": GM,
|
|
@@ -3777,22 +3777,22 @@ const Dz = /* @__PURE__ */ C(Mz, [["render", Az]]), ro = {
|
|
|
3777
3777
|
"science-fiction-robot-2": OB,
|
|
3778
3778
|
"search-1": NB,
|
|
3779
3779
|
"send-email-3-1": QB,
|
|
3780
|
-
"single-neutral-2":
|
|
3781
|
-
"single-neutral-actions-1":
|
|
3782
|
-
"social-media-google-1":
|
|
3783
|
-
"social-media-facebook-1":
|
|
3784
|
-
"social-instagram-1":
|
|
3785
|
-
"sort-asc":
|
|
3786
|
-
"sort-default":
|
|
3787
|
-
"sort-desc":
|
|
3788
|
-
Spain:
|
|
3789
|
-
"study-light-idea-1":
|
|
3790
|
-
"subtract-1":
|
|
3791
|
-
"subtract-circle-1":
|
|
3792
|
-
"switch-default-disabled":
|
|
3793
|
-
"switch-default":
|
|
3794
|
-
"switch-selected-disabled":
|
|
3795
|
-
"switch-selected":
|
|
3780
|
+
"single-neutral-2": tA,
|
|
3781
|
+
"single-neutral-actions-1": lA,
|
|
3782
|
+
"social-media-google-1": _A,
|
|
3783
|
+
"social-media-facebook-1": MA,
|
|
3784
|
+
"social-instagram-1": HA,
|
|
3785
|
+
"sort-asc": OA,
|
|
3786
|
+
"sort-default": jA,
|
|
3787
|
+
"sort-desc": JA,
|
|
3788
|
+
Spain: aL,
|
|
3789
|
+
"study-light-idea-1": lL,
|
|
3790
|
+
"subtract-1": vL,
|
|
3791
|
+
"subtract-circle-1": xL,
|
|
3792
|
+
"switch-default-disabled": PL,
|
|
3793
|
+
"switch-default": DL,
|
|
3794
|
+
"switch-selected-disabled": KL,
|
|
3795
|
+
"switch-selected": NL,
|
|
3796
3796
|
"synchronize-arrow-clock-4": aD,
|
|
3797
3797
|
"synchronize-arrow-clock-5": cD,
|
|
3798
3798
|
"task-checklist-1": gD,
|
|
@@ -4120,7 +4120,7 @@ function Ez(e, i, n, s, r, o) {
|
|
|
4120
4120
|
}
|
|
4121
4121
|
])
|
|
4122
4122
|
}, [
|
|
4123
|
-
E(f,
|
|
4123
|
+
E(f, L1({ modelValue: n.modelValue }, o.attributes, {
|
|
4124
4124
|
size: n.size,
|
|
4125
4125
|
ref: "base-input",
|
|
4126
4126
|
nativeType: n.nativeType === "password" && r.showPassword ? "text" : n.nativeType,
|
|
@@ -4256,7 +4256,7 @@ function Nz(e, i, n, s, r, o) {
|
|
|
4256
4256
|
o.hasLabelSlot ? (u(), m("p", Rz, [
|
|
4257
4257
|
te(e.$slots, "label", {}, void 0, !0)
|
|
4258
4258
|
])) : n.label ? (u(), m("p", Uz, S(n.label), 1)) : H("", !0),
|
|
4259
|
-
E(f,
|
|
4259
|
+
E(f, L1(e.$attrs, {
|
|
4260
4260
|
modelValue: r.val,
|
|
4261
4261
|
"onUpdate:modelValue": i[0] || (i[0] = (h) => r.val = h),
|
|
4262
4262
|
class: "unnnic-form-input",
|
|
@@ -4665,12 +4665,12 @@ function hF(e) {
|
|
|
4665
4665
|
function _n(e) {
|
|
4666
4666
|
return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
|
|
4667
4667
|
}
|
|
4668
|
-
function
|
|
4668
|
+
function A1(e) {
|
|
4669
4669
|
return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
|
|
4670
4670
|
}
|
|
4671
4671
|
function me(e) {
|
|
4672
4672
|
var i = +e, n = 0;
|
|
4673
|
-
return i !== 0 && isFinite(i) && (n =
|
|
4673
|
+
return i !== 0 && isFinite(i) && (n = A1(i)), n;
|
|
4674
4674
|
}
|
|
4675
4675
|
var Za = {};
|
|
4676
4676
|
function Me(e, i) {
|
|
@@ -4886,10 +4886,10 @@ function fr(e, i) {
|
|
|
4886
4886
|
function lr(e) {
|
|
4887
4887
|
return e != null ? (fr(this, e), U.updateOffset(this, !0), this) : vi(this, "Month");
|
|
4888
4888
|
}
|
|
4889
|
-
function
|
|
4889
|
+
function AF() {
|
|
4890
4890
|
return d3(this.year(), this.month());
|
|
4891
4891
|
}
|
|
4892
|
-
function
|
|
4892
|
+
function LF(e) {
|
|
4893
4893
|
return this._monthsParseExact ? (_e(this, "_monthsRegex") || cr.call(this), e ? this._monthsShortStrictRegex : this._monthsShortRegex) : (_e(this, "_monthsShortRegex") || (this._monthsShortRegex = wF), this._monthsShortStrictRegex && e ? this._monthsShortStrictRegex : this._monthsShortRegex);
|
|
4894
4894
|
}
|
|
4895
4895
|
function DF(e) {
|
|
@@ -5094,8 +5094,8 @@ function nT(e) {
|
|
|
5094
5094
|
return this._weekdaysParseExact ? (_e(this, "_weekdaysRegex") || l3.call(this), e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex) : (_e(this, "_weekdaysMinRegex") || (this._weekdaysMinRegex = NF), this._weekdaysMinStrictRegex && e ? this._weekdaysMinStrictRegex : this._weekdaysMinRegex);
|
|
5095
5095
|
}
|
|
5096
5096
|
function l3() {
|
|
5097
|
-
function e(k,
|
|
5098
|
-
return
|
|
5097
|
+
function e(k, A) {
|
|
5098
|
+
return A.length - k.length;
|
|
5099
5099
|
}
|
|
5100
5100
|
var i = [], n = [], s = [], r = [], o, f, h, p, _;
|
|
5101
5101
|
for (o = 0; o < 7; o++)
|
|
@@ -5313,7 +5313,7 @@ var uT = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
|
|
|
5313
5313
|
["YYYYDDD", /\d{7}/],
|
|
5314
5314
|
["YYYYMM", /\d{6}/, !1],
|
|
5315
5315
|
["YYYY", /\d{4}/, !1]
|
|
5316
|
-
],
|
|
5316
|
+
], Aa = [
|
|
5317
5317
|
["HH:mm:ss.SSSS", /\d\d:\d\d:\d\d\.\d+/],
|
|
5318
5318
|
["HH:mm:ss,SSSS", /\d\d:\d\d:\d\d,\d+/],
|
|
5319
5319
|
["HH:mm:ss", /\d\d:\d\d:\d\d/],
|
|
@@ -5336,7 +5336,7 @@ var uT = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
|
|
|
5336
5336
|
PST: -8 * 60
|
|
5337
5337
|
};
|
|
5338
5338
|
function yr(e) {
|
|
5339
|
-
var i, n, s = e._i, r = uT.exec(s) || hT.exec(s), o, f, h, p, _ = Ct.length, k =
|
|
5339
|
+
var i, n, s = e._i, r = uT.exec(s) || hT.exec(s), o, f, h, p, _ = Ct.length, k = Aa.length;
|
|
5340
5340
|
if (r) {
|
|
5341
5341
|
for (de(e).iso = !0, i = 0, n = _; i < n; i++)
|
|
5342
5342
|
if (Ct[i][1].exec(r[1])) {
|
|
@@ -5349,8 +5349,8 @@ function yr(e) {
|
|
|
5349
5349
|
}
|
|
5350
5350
|
if (r[3]) {
|
|
5351
5351
|
for (i = 0, n = k; i < n; i++)
|
|
5352
|
-
if (
|
|
5353
|
-
h = (r[2] || " ") +
|
|
5352
|
+
if (Aa[i][1].exec(r[3])) {
|
|
5353
|
+
h = (r[2] || " ") + Aa[i][0];
|
|
5354
5354
|
break;
|
|
5355
5355
|
}
|
|
5356
5356
|
if (h == null) {
|
|
@@ -5519,7 +5519,7 @@ function BT(e) {
|
|
|
5519
5519
|
o = 0, f = !1, i = n3({}, e), e._useUTC != null && (i._useUTC = e._useUTC), i._f = e._f[r], p3(i), e3(i) && (f = !0), o += de(i).charsLeftOver, o += de(i).unusedTokens.length * 10, de(i).score = o, h ? o < s && (s = o, n = i) : (s == null || o < s || f) && (s = o, n = i, f && (h = !0));
|
|
5520
5520
|
Fn(e, n || i);
|
|
5521
5521
|
}
|
|
5522
|
-
function
|
|
5522
|
+
function AT(e) {
|
|
5523
5523
|
if (!e._d) {
|
|
5524
5524
|
var i = a3(e._i), n = i.day === void 0 ? i.date : i.day;
|
|
5525
5525
|
e._a = Ko(
|
|
@@ -5530,7 +5530,7 @@ function LT(e) {
|
|
|
5530
5530
|
), m3(e);
|
|
5531
5531
|
}
|
|
5532
5532
|
}
|
|
5533
|
-
function
|
|
5533
|
+
function LT(e) {
|
|
5534
5534
|
var i = new wi(h3(_r(e)));
|
|
5535
5535
|
return i._nextDay && (i.add(1, "d"), i._nextDay = void 0), i;
|
|
5536
5536
|
}
|
|
@@ -5542,11 +5542,11 @@ function DT(e) {
|
|
|
5542
5542
|
var i = e._i;
|
|
5543
5543
|
l1(i) ? e._d = new Date(U.now()) : ki(i) ? e._d = new Date(i.valueOf()) : typeof i == "string" ? xT(e) : E1(i) ? (e._a = Ko(i.slice(0), function(n) {
|
|
5544
5544
|
return parseInt(n, 10);
|
|
5545
|
-
}), m3(e)) : e2(i) ?
|
|
5545
|
+
}), m3(e)) : e2(i) ? AT(e) : kn(i) ? e._d = new Date(i) : U.createFromInputFallback(e);
|
|
5546
5546
|
}
|
|
5547
5547
|
function Cr(e, i, n, s, r) {
|
|
5548
5548
|
var o = {};
|
|
5549
|
-
return (i === !0 || i === !1) && (s = i, i = void 0), (n === !0 || n === !1) && (s = n, n = void 0), (e2(e) && $a(e) || E1(e) && e.length === 0) && (e = void 0), o._isAMomentObject = !0, o._useUTC = o._isUTC = r, o._l = n, o._i = e, o._f = i, o._strict = s,
|
|
5549
|
+
return (i === !0 || i === !1) && (s = i, i = void 0), (n === !0 || n === !1) && (s = n, n = void 0), (e2(e) && $a(e) || E1(e) && e.length === 0) && (e = void 0), o._isAMomentObject = !0, o._useUTC = o._isUTC = r, o._l = n, o._i = e, o._f = i, o._strict = s, LT(o);
|
|
5550
5550
|
}
|
|
5551
5551
|
function De(e, i, n, s) {
|
|
5552
5552
|
return Cr(e, i, n, s, !1);
|
|
@@ -5897,7 +5897,7 @@ function pI(e, i, n) {
|
|
|
5897
5897
|
default:
|
|
5898
5898
|
o = this - s;
|
|
5899
5899
|
}
|
|
5900
|
-
return n ? o :
|
|
5900
|
+
return n ? o : A1(o);
|
|
5901
5901
|
}
|
|
5902
5902
|
function Bt(e, i) {
|
|
5903
5903
|
if (e.date() < i.date())
|
|
@@ -5949,17 +5949,17 @@ function Br(e) {
|
|
|
5949
5949
|
var i;
|
|
5950
5950
|
return e === void 0 ? this._locale._abbr : (i = wn(e), i != null && (this._locale = i), this);
|
|
5951
5951
|
}
|
|
5952
|
-
var
|
|
5952
|
+
var Ar = D1(
|
|
5953
5953
|
"moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
|
|
5954
5954
|
function(e) {
|
|
5955
5955
|
return e === void 0 ? this.localeData() : this.locale(e);
|
|
5956
5956
|
}
|
|
5957
5957
|
);
|
|
5958
|
-
function
|
|
5958
|
+
function Lr() {
|
|
5959
5959
|
return this._locale;
|
|
5960
5960
|
}
|
|
5961
5961
|
var zt = 1e3, B2 = 60 * zt, Ft = 60 * B2, Dr = (365 * 400 + 97) * 24 * Ft;
|
|
5962
|
-
function
|
|
5962
|
+
function A2(e, i) {
|
|
5963
5963
|
return (e % i + i) % i;
|
|
5964
5964
|
}
|
|
5965
5965
|
function Hr(e, i, n) {
|
|
@@ -6005,16 +6005,16 @@ function bI(e) {
|
|
|
6005
6005
|
i = n(this.year(), this.month(), this.date());
|
|
6006
6006
|
break;
|
|
6007
6007
|
case "hour":
|
|
6008
|
-
i = this._d.valueOf(), i -=
|
|
6008
|
+
i = this._d.valueOf(), i -= A2(
|
|
6009
6009
|
i + (this._isUTC ? 0 : this.utcOffset() * B2),
|
|
6010
6010
|
Ft
|
|
6011
6011
|
);
|
|
6012
6012
|
break;
|
|
6013
6013
|
case "minute":
|
|
6014
|
-
i = this._d.valueOf(), i -=
|
|
6014
|
+
i = this._d.valueOf(), i -= A2(i, B2);
|
|
6015
6015
|
break;
|
|
6016
6016
|
case "second":
|
|
6017
|
-
i = this._d.valueOf(), i -=
|
|
6017
|
+
i = this._d.valueOf(), i -= A2(i, zt);
|
|
6018
6018
|
break;
|
|
6019
6019
|
}
|
|
6020
6020
|
return this._d.setTime(i), U.updateOffset(this, !0), this;
|
|
@@ -6056,16 +6056,16 @@ function MI(e) {
|
|
|
6056
6056
|
i = n(this.year(), this.month(), this.date() + 1) - 1;
|
|
6057
6057
|
break;
|
|
6058
6058
|
case "hour":
|
|
6059
|
-
i = this._d.valueOf(), i += Ft -
|
|
6059
|
+
i = this._d.valueOf(), i += Ft - A2(
|
|
6060
6060
|
i + (this._isUTC ? 0 : this.utcOffset() * B2),
|
|
6061
6061
|
Ft
|
|
6062
6062
|
) - 1;
|
|
6063
6063
|
break;
|
|
6064
6064
|
case "minute":
|
|
6065
|
-
i = this._d.valueOf(), i += B2 -
|
|
6065
|
+
i = this._d.valueOf(), i += B2 - A2(i, B2) - 1;
|
|
6066
6066
|
break;
|
|
6067
6067
|
case "second":
|
|
6068
|
-
i = this._d.valueOf(), i += zt -
|
|
6068
|
+
i = this._d.valueOf(), i += zt - A2(i, zt) - 1;
|
|
6069
6069
|
break;
|
|
6070
6070
|
}
|
|
6071
6071
|
return this._d.setTime(i), U.updateOffset(this, !0), this;
|
|
@@ -6076,10 +6076,10 @@ function SI() {
|
|
|
6076
6076
|
function BI() {
|
|
6077
6077
|
return Math.floor(this.valueOf() / 1e3);
|
|
6078
6078
|
}
|
|
6079
|
-
function
|
|
6079
|
+
function AI() {
|
|
6080
6080
|
return new Date(this.valueOf());
|
|
6081
6081
|
}
|
|
6082
|
-
function
|
|
6082
|
+
function LI() {
|
|
6083
6083
|
var e = this;
|
|
6084
6084
|
return [
|
|
6085
6085
|
e.year(),
|
|
@@ -6437,18 +6437,18 @@ R.isSame = uI;
|
|
|
6437
6437
|
R.isSameOrAfter = hI;
|
|
6438
6438
|
R.isSameOrBefore = mI;
|
|
6439
6439
|
R.isValid = VI;
|
|
6440
|
-
R.lang =
|
|
6440
|
+
R.lang = Ar;
|
|
6441
6441
|
R.locale = Br;
|
|
6442
|
-
R.localeData =
|
|
6442
|
+
R.localeData = Lr;
|
|
6443
6443
|
R.max = VT;
|
|
6444
6444
|
R.min = HT;
|
|
6445
6445
|
R.parsingFlags = zI;
|
|
6446
6446
|
R.set = _F;
|
|
6447
6447
|
R.startOf = bI;
|
|
6448
6448
|
R.subtract = nI;
|
|
6449
|
-
R.toArray =
|
|
6449
|
+
R.toArray = LI;
|
|
6450
6450
|
R.toObject = DI;
|
|
6451
|
-
R.toDate =
|
|
6451
|
+
R.toDate = AI;
|
|
6452
6452
|
R.toISOString = yI;
|
|
6453
6453
|
R.inspect = gI;
|
|
6454
6454
|
typeof Symbol < "u" && Symbol.for != null && (R[Symbol.for("nodejs.util.inspect.custom")] = function() {
|
|
@@ -6469,7 +6469,7 @@ R.weekYear = XI;
|
|
|
6469
6469
|
R.isoWeekYear = QI;
|
|
6470
6470
|
R.quarter = R.quarters = iP;
|
|
6471
6471
|
R.month = lr;
|
|
6472
|
-
R.daysInMonth =
|
|
6472
|
+
R.daysInMonth = AF;
|
|
6473
6473
|
R.week = R.weeks = IF;
|
|
6474
6474
|
R.isoWeek = R.isoWeeks = PF;
|
|
6475
6475
|
R.weeksInYear = $I;
|
|
@@ -6546,7 +6546,7 @@ Ce.months = bF;
|
|
|
6546
6546
|
Ce.monthsShort = MF;
|
|
6547
6547
|
Ce.monthsParse = BF;
|
|
6548
6548
|
Ce.monthsRegex = DF;
|
|
6549
|
-
Ce.monthsShortRegex =
|
|
6549
|
+
Ce.monthsShortRegex = LF;
|
|
6550
6550
|
Ce.week = VF;
|
|
6551
6551
|
Ce.firstDayOfYear = TF;
|
|
6552
6552
|
Ce.firstDayOfWeek = FF;
|
|
@@ -6648,7 +6648,7 @@ function mo(e) {
|
|
|
6648
6648
|
}
|
|
6649
6649
|
function _P() {
|
|
6650
6650
|
var e = this._milliseconds, i = this._days, n = this._months, s = this._data, r, o, f, h, p;
|
|
6651
|
-
return e >= 0 && i >= 0 && n >= 0 || e <= 0 && i <= 0 && n <= 0 || (e += mo(Wa(n) + i) * 864e5, i = 0, n = 0), s.milliseconds = e % 1e3, r =
|
|
6651
|
+
return e >= 0 && i >= 0 && n >= 0 || e <= 0 && i <= 0 && n <= 0 || (e += mo(Wa(n) + i) * 864e5, i = 0, n = 0), s.milliseconds = e % 1e3, r = A1(e / 1e3), s.seconds = r % 60, o = A1(r / 60), s.minutes = o % 60, f = A1(o / 60), s.hours = f % 24, i += A1(f / 24), p = A1(Er(i)), n += p, i -= mo(Wa(p)), h = A1(n / 12), n %= 12, s.days = i, s.months = n, s.years = h, this;
|
|
6652
6652
|
}
|
|
6653
6653
|
function Er(e) {
|
|
6654
6654
|
return e * 4800 / 146097;
|
|
@@ -6692,7 +6692,7 @@ function xn(e) {
|
|
|
6692
6692
|
return this.as(e);
|
|
6693
6693
|
};
|
|
6694
6694
|
}
|
|
6695
|
-
var Zr = xn("ms"), kP = xn("s"), wP = xn("m"), xP = xn("h"), bP = xn("d"), MP = xn("w"), SP = xn("M"), BP = xn("Q"),
|
|
6695
|
+
var Zr = xn("ms"), kP = xn("s"), wP = xn("m"), xP = xn("h"), bP = xn("d"), MP = xn("w"), SP = xn("M"), BP = xn("Q"), AP = xn("y"), LP = Zr;
|
|
6696
6696
|
function DP() {
|
|
6697
6697
|
return N1(this);
|
|
6698
6698
|
}
|
|
@@ -6706,7 +6706,7 @@ function n2(e) {
|
|
|
6706
6706
|
}
|
|
6707
6707
|
var VP = n2("milliseconds"), zP = n2("seconds"), FP = n2("minutes"), TP = n2("hours"), IP = n2("days"), PP = n2("months"), OP = n2("years");
|
|
6708
6708
|
function EP() {
|
|
6709
|
-
return
|
|
6709
|
+
return A1(this.days() / 7);
|
|
6710
6710
|
}
|
|
6711
6711
|
var pn = Math.round, b2 = {
|
|
6712
6712
|
ss: 44,
|
|
@@ -6728,8 +6728,8 @@ function ZP(e, i, n, s, r) {
|
|
|
6728
6728
|
return r.relativeTime(i || 1, !!n, e, s);
|
|
6729
6729
|
}
|
|
6730
6730
|
function RP(e, i, n, s) {
|
|
6731
|
-
var r = N1(e).abs(), o = pn(r.as("s")), f = pn(r.as("m")), h = pn(r.as("h")), p = pn(r.as("d")), _ = pn(r.as("M")), k = pn(r.as("w")),
|
|
6732
|
-
return n.w != null && (B = B || k <= 1 && ["w"] || k < n.w && ["ww", k]), B = B || _ <= 1 && ["M"] || _ < n.M && ["MM", _] ||
|
|
6731
|
+
var r = N1(e).abs(), o = pn(r.as("s")), f = pn(r.as("m")), h = pn(r.as("h")), p = pn(r.as("d")), _ = pn(r.as("M")), k = pn(r.as("w")), A = pn(r.as("y")), B = o <= n.ss && ["s", o] || o < n.s && ["ss", o] || f <= 1 && ["m"] || f < n.m && ["mm", f] || h <= 1 && ["h"] || h < n.h && ["hh", h] || p <= 1 && ["d"] || p < n.d && ["dd", p];
|
|
6732
|
+
return n.w != null && (B = B || k <= 1 && ["w"] || k < n.w && ["ww", k]), B = B || _ <= 1 && ["M"] || _ < n.M && ["MM", _] || A <= 1 && ["y"] || ["yy", A], B[2] = i, B[3] = +e > 0, B[4] = s, ZP.apply(null, B);
|
|
6733
6733
|
}
|
|
6734
6734
|
function UP(e) {
|
|
6735
6735
|
return e === void 0 ? pn : typeof e == "function" ? (pn = e, !0) : !1;
|
|
@@ -6743,15 +6743,15 @@ function NP(e, i) {
|
|
|
6743
6743
|
var n = !1, s = b2, r, o;
|
|
6744
6744
|
return typeof e == "object" && (i = e, e = !1), typeof e == "boolean" && (n = e), typeof i == "object" && (s = Object.assign({}, b2, i), i.s != null && i.ss == null && (s.ss = i.s - 1)), r = this.localeData(), o = RP(this, !n, s, r), n && (o = r.pastFuture(+this, o)), r.postformat(o);
|
|
6745
6745
|
}
|
|
6746
|
-
var
|
|
6746
|
+
var La = Math.abs;
|
|
6747
6747
|
function _2(e) {
|
|
6748
6748
|
return (e > 0) - (e < 0) || +e;
|
|
6749
6749
|
}
|
|
6750
6750
|
function $t() {
|
|
6751
6751
|
if (!this.isValid())
|
|
6752
6752
|
return this.localeData().invalidDate();
|
|
6753
|
-
var e =
|
|
6754
|
-
return h ? (s =
|
|
6753
|
+
var e = La(this._milliseconds) / 1e3, i = La(this._days), n = La(this._months), s, r, o, f, h = this.asSeconds(), p, _, k, A;
|
|
6754
|
+
return h ? (s = A1(e / 60), r = A1(s / 60), e %= 60, s %= 60, o = A1(n / 12), n %= 12, f = e ? e.toFixed(3).replace(/\.?0+$/, "") : "", p = h < 0 ? "-" : "", _ = _2(this._months) !== _2(h) ? "-" : "", k = _2(this._days) !== _2(h) ? "-" : "", A = _2(this._milliseconds) !== _2(h) ? "-" : "", p + "P" + (o ? _ + o + "Y" : "") + (n ? _ + n + "M" : "") + (i ? k + i + "D" : "") + (r || s || e ? "T" : "") + (r ? A + r + "H" : "") + (s ? A + s + "M" : "") + (e ? A + f + "S" : "")) : "P0D";
|
|
6755
6755
|
}
|
|
6756
6756
|
var ve = Kt.prototype;
|
|
6757
6757
|
ve.isValid = PT;
|
|
@@ -6767,8 +6767,8 @@ ve.asDays = bP;
|
|
|
6767
6767
|
ve.asWeeks = MP;
|
|
6768
6768
|
ve.asMonths = SP;
|
|
6769
6769
|
ve.asQuarters = BP;
|
|
6770
|
-
ve.asYears =
|
|
6771
|
-
ve.valueOf =
|
|
6770
|
+
ve.asYears = AP;
|
|
6771
|
+
ve.valueOf = LP;
|
|
6772
6772
|
ve._bubble = _P;
|
|
6773
6773
|
ve.clone = DP;
|
|
6774
6774
|
ve.get = HP;
|
|
@@ -6785,12 +6785,12 @@ ve.toISOString = $t;
|
|
|
6785
6785
|
ve.toString = $t;
|
|
6786
6786
|
ve.toJSON = $t;
|
|
6787
6787
|
ve.locale = Br;
|
|
6788
|
-
ve.localeData =
|
|
6788
|
+
ve.localeData = Lr;
|
|
6789
6789
|
ve.toIsoString = D1(
|
|
6790
6790
|
"toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
|
|
6791
6791
|
$t
|
|
6792
6792
|
);
|
|
6793
|
-
ve.lang =
|
|
6793
|
+
ve.lang = Ar;
|
|
6794
6794
|
Q("X", 0, 0, "unix");
|
|
6795
6795
|
Q("x", 0, 0, "valueOf");
|
|
6796
6796
|
q("x", Yt);
|
|
@@ -6949,7 +6949,7 @@ const jP = {
|
|
|
6949
6949
|
}, qP = ["disabled"];
|
|
6950
6950
|
function YP(e, i, n, s, r, o) {
|
|
6951
6951
|
const f = V("UnnnicIcon");
|
|
6952
|
-
return u(), m("button",
|
|
6952
|
+
return u(), m("button", L1(e.$attrs, {
|
|
6953
6953
|
disabled: o.buttonDisabled,
|
|
6954
6954
|
class: [
|
|
6955
6955
|
"unnnic-button",
|
|
@@ -6974,21 +6974,21 @@ function YP(e, i, n, s, r, o) {
|
|
|
6974
6974
|
scheme: o.iconScheme,
|
|
6975
6975
|
size: o.iconSize,
|
|
6976
6976
|
class: F({ "unnnic-button__icon-left": o.hasText }),
|
|
6977
|
-
style:
|
|
6977
|
+
style: Ae({ visibility: n.loading ? "hidden" : null }),
|
|
6978
6978
|
next: n.next
|
|
6979
6979
|
}, null, 8, ["icon", "scheme", "size", "class", "style", "next"])) : H("", !0),
|
|
6980
6980
|
n.iconCenter ? (u(), N(f, {
|
|
6981
6981
|
key: 2,
|
|
6982
6982
|
icon: n.iconCenter,
|
|
6983
6983
|
scheme: o.iconScheme,
|
|
6984
|
-
style:
|
|
6984
|
+
style: Ae({ visibility: n.loading ? "hidden" : null }),
|
|
6985
6985
|
size: o.iconSize,
|
|
6986
6986
|
next: n.next
|
|
6987
6987
|
}, null, 8, ["icon", "scheme", "style", "size", "next"])) : H("", !0),
|
|
6988
6988
|
n.float ? H("", !0) : (u(), m("span", {
|
|
6989
6989
|
key: 3,
|
|
6990
6990
|
class: "unnnic-button__label",
|
|
6991
|
-
style:
|
|
6991
|
+
style: Ae({ visibility: n.loading ? "hidden" : null })
|
|
6992
6992
|
}, [
|
|
6993
6993
|
te(e.$slots, "default", {}, void 0, !0),
|
|
6994
6994
|
W1(" " + S(n.text), 1)
|
|
@@ -6999,7 +6999,7 @@ function YP(e, i, n, s, r, o) {
|
|
|
6999
6999
|
scheme: o.iconScheme,
|
|
7000
7000
|
size: o.iconSize,
|
|
7001
7001
|
class: F({ "unnnic-button__icon-right": o.hasText }),
|
|
7002
|
-
style:
|
|
7002
|
+
style: Ae({ visibility: n.loading ? "hidden" : null }),
|
|
7003
7003
|
next: n.next
|
|
7004
7004
|
}, null, 8, ["icon", "scheme", "size", "class", "style", "next"])) : H("", !0)
|
|
7005
7005
|
], 16, qP);
|
|
@@ -7287,7 +7287,7 @@ function fO(e, i, n, s, r, o) {
|
|
|
7287
7287
|
iconCenter: `arrow-${p === 0 ? "left" : "right"}-1-1`,
|
|
7288
7288
|
type: n.size === "large" ? "secondary" : "tertiary",
|
|
7289
7289
|
class: "button-space",
|
|
7290
|
-
style:
|
|
7290
|
+
style: Ae({ gridArea: `${p === 0 ? "left" : "right"}-button` }),
|
|
7291
7291
|
onClick: Je((_) => r.referenceDate = o.addMonth(r.referenceDate, p === 0 ? -1 : 1), ["stop"])
|
|
7292
7292
|
}, null, 8, ["iconCenter", "type", "style", "onClick"]),
|
|
7293
7293
|
c("div", {
|
|
@@ -7312,7 +7312,7 @@ function fO(e, i, n, s, r, o) {
|
|
|
7312
7312
|
left: _.properties.includes("left-highlighted"),
|
|
7313
7313
|
right: _.properties.includes("right-highlighted")
|
|
7314
7314
|
}),
|
|
7315
|
-
onClick: (
|
|
7315
|
+
onClick: (A) => _.properties.includes("inside month") && o.selectDate(_)
|
|
7316
7316
|
}, S(o.getDate(_)), 11, KP))), 128))
|
|
7317
7317
|
], 2)
|
|
7318
7318
|
]),
|
|
@@ -7543,7 +7543,7 @@ function cO(e, i, n, s, r, o) {
|
|
|
7543
7543
|
}, null, 8, ["size", "modelValue"]),
|
|
7544
7544
|
c("div", {
|
|
7545
7545
|
class: "dropdown-data",
|
|
7546
|
-
style:
|
|
7546
|
+
style: Ae({ [n.position]: "0" })
|
|
7547
7547
|
}, [
|
|
7548
7548
|
r.showCalendarFilter ? (u(), N(h, {
|
|
7549
7549
|
key: 0,
|
|
@@ -7590,7 +7590,7 @@ const hO = {
|
|
|
7590
7590
|
};
|
|
7591
7591
|
function mO(e, i, n, s, r, o) {
|
|
7592
7592
|
const f = V("UnnnicIcon");
|
|
7593
|
-
return u(), m("button",
|
|
7593
|
+
return u(), m("button", L1({
|
|
7594
7594
|
class: ["button-icon", n.size, n.type]
|
|
7595
7595
|
}, e.$attrs), [
|
|
7596
7596
|
E(f, {
|
|
@@ -7700,7 +7700,7 @@ function MO(e, i, n, s, r, o) {
|
|
|
7700
7700
|
We(c("span", {
|
|
7701
7701
|
ref: "label",
|
|
7702
7702
|
class: F(["unnnic-tooltip-label", `unnnic-tooltip-label-${n.side}`]),
|
|
7703
|
-
style:
|
|
7703
|
+
style: Ae({ maxWidth: n.maxWidth, left: r.leftPos, top: r.topPos })
|
|
7704
7704
|
}, [
|
|
7705
7705
|
(u(!0), m(G, null, $(n.text.split(`
|
|
7706
7706
|
`), (f, h) => (u(), m(G, { key: h }, [
|
|
@@ -7749,7 +7749,7 @@ const SO = {
|
|
|
7749
7749
|
}
|
|
7750
7750
|
}
|
|
7751
7751
|
}, BO = { class: "unnnic-side-bar-item__label" };
|
|
7752
|
-
function
|
|
7752
|
+
function AO(e, i, n, s, r, o) {
|
|
7753
7753
|
const f = V("UIcon"), h = V("ToolTip");
|
|
7754
7754
|
return u(), m("div", {
|
|
7755
7755
|
class: F({
|
|
@@ -7780,7 +7780,7 @@ function LO(e, i, n, s, r, o) {
|
|
|
7780
7780
|
}, 8, ["enabled", "text"])
|
|
7781
7781
|
], 2);
|
|
7782
7782
|
}
|
|
7783
|
-
const
|
|
7783
|
+
const LO = /* @__PURE__ */ C(SO, [["render", AO]]);
|
|
7784
7784
|
const DO = {
|
|
7785
7785
|
name: "unnnicSidebarMenu",
|
|
7786
7786
|
props: {
|
|
@@ -7818,9 +7818,9 @@ const po = {
|
|
|
7818
7818
|
};
|
|
7819
7819
|
function OO(...e) {
|
|
7820
7820
|
if (e.length !== 1)
|
|
7821
|
-
return
|
|
7821
|
+
return Ac(...e);
|
|
7822
7822
|
const i = e[0];
|
|
7823
|
-
return typeof i == "function" ?
|
|
7823
|
+
return typeof i == "function" ? Lc(Dc(() => ({ get: i, set: mi }))) : D2(i);
|
|
7824
7824
|
}
|
|
7825
7825
|
function li(e) {
|
|
7826
7826
|
var i;
|
|
@@ -7828,19 +7828,19 @@ function li(e) {
|
|
|
7828
7828
|
return (i = n == null ? void 0 : n.$el) != null ? i : n;
|
|
7829
7829
|
}
|
|
7830
7830
|
const Nr = Wr ? window : void 0;
|
|
7831
|
-
function
|
|
7831
|
+
function At(...e) {
|
|
7832
7832
|
let i, n, s, r;
|
|
7833
7833
|
if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([n, s, r] = e, i = Nr) : [i, n, s, r] = e, !i)
|
|
7834
7834
|
return mi;
|
|
7835
7835
|
Array.isArray(n) || (n = [n]), Array.isArray(s) || (s = [s]);
|
|
7836
7836
|
const o = [], f = () => {
|
|
7837
7837
|
o.forEach((k) => k()), o.length = 0;
|
|
7838
|
-
}, h = (k,
|
|
7838
|
+
}, h = (k, A, B, z) => (k.addEventListener(A, B, z), () => k.removeEventListener(A, B, z)), p = M2(
|
|
7839
7839
|
() => [li(i), hi(r)],
|
|
7840
|
-
([k,
|
|
7840
|
+
([k, A]) => {
|
|
7841
7841
|
if (f(), !k)
|
|
7842
7842
|
return;
|
|
7843
|
-
const B = IO(
|
|
7843
|
+
const B = IO(A) ? { ...A } : A;
|
|
7844
7844
|
o.push(
|
|
7845
7845
|
...n.flatMap((z) => s.map((Z) => h(k, z, Z, B)))
|
|
7846
7846
|
);
|
|
@@ -7866,7 +7866,7 @@ function yo(e, i, n = {}) {
|
|
|
7866
7866
|
return Z && (B.target === Z || B.composedPath().includes(Z));
|
|
7867
7867
|
}
|
|
7868
7868
|
}), k = [
|
|
7869
|
-
|
|
7869
|
+
At(s, "click", (B) => {
|
|
7870
7870
|
const z = li(e);
|
|
7871
7871
|
if (!(!z || z === B.target || B.composedPath().includes(z))) {
|
|
7872
7872
|
if (B.detail === 0 && (h = !p(B)), !h) {
|
|
@@ -7876,11 +7876,11 @@ function yo(e, i, n = {}) {
|
|
|
7876
7876
|
i(B);
|
|
7877
7877
|
}
|
|
7878
7878
|
}, { passive: !0, capture: o }),
|
|
7879
|
-
|
|
7879
|
+
At(s, "pointerdown", (B) => {
|
|
7880
7880
|
const z = li(e);
|
|
7881
7881
|
h = !p(B) && !!(z && !B.composedPath().includes(z));
|
|
7882
7882
|
}, { passive: !0 }),
|
|
7883
|
-
f &&
|
|
7883
|
+
f && At(s, "blur", (B) => {
|
|
7884
7884
|
setTimeout(() => {
|
|
7885
7885
|
var z;
|
|
7886
7886
|
const Z = li(e);
|
|
@@ -7935,7 +7935,7 @@ function ZO(e, i = !1) {
|
|
|
7935
7935
|
});
|
|
7936
7936
|
const r = () => {
|
|
7937
7937
|
const f = Da(hi(e));
|
|
7938
|
-
!f || n.value || (Na && (s =
|
|
7938
|
+
!f || n.value || (Na && (s = At(
|
|
7939
7939
|
f,
|
|
7940
7940
|
"touchmove",
|
|
7941
7941
|
(h) => {
|
|
@@ -8120,7 +8120,7 @@ function aE(e, i, n, s, r, o) {
|
|
|
8120
8120
|
onClick: i[1] || (i[1] = (..._) => o.onClickTrigger && o.onClickTrigger(..._))
|
|
8121
8121
|
}, [
|
|
8122
8122
|
c("div", {
|
|
8123
|
-
style:
|
|
8123
|
+
style: Ae({
|
|
8124
8124
|
position: "absolute",
|
|
8125
8125
|
[n.position === "bottom" ? "top" : "bottom"]: -0.125 * r.unnnicFontSize + "px",
|
|
8126
8126
|
width: "100%",
|
|
@@ -8250,7 +8250,7 @@ function CE(e, i, n, s, r, o) {
|
|
|
8250
8250
|
c("div", {
|
|
8251
8251
|
ref: "sidebar-modal",
|
|
8252
8252
|
class: "hover",
|
|
8253
|
-
style:
|
|
8253
|
+
style: Ae({ top: `${r.hoverTop}px` })
|
|
8254
8254
|
}, [
|
|
8255
8255
|
te(e.$slots, "block-" + r.blockActiveId, {}, void 0, !0)
|
|
8256
8256
|
], 4),
|
|
@@ -8260,44 +8260,44 @@ function CE(e, i, n, s, r, o) {
|
|
|
8260
8260
|
}, [
|
|
8261
8261
|
c("div", fE, S(_.label), 1),
|
|
8262
8262
|
c("div", lE, [
|
|
8263
|
-
(u(!0), m(G, null, $(_.items, (
|
|
8263
|
+
(u(!0), m(G, null, $(_.items, (A, B) => (u(), m("div", {
|
|
8264
8264
|
key: B,
|
|
8265
8265
|
class: "option-container"
|
|
8266
8266
|
}, [
|
|
8267
8267
|
E(h, {
|
|
8268
8268
|
enabled: !n.expanded,
|
|
8269
|
-
text:
|
|
8269
|
+
text: A.label,
|
|
8270
8270
|
side: "right",
|
|
8271
|
-
onMouseenter: (z) => o.hover(z,
|
|
8271
|
+
onMouseenter: (z) => o.hover(z, A.id),
|
|
8272
8272
|
onMouseleave: o.mouseout
|
|
8273
8273
|
}, {
|
|
8274
8274
|
default: ge(() => [
|
|
8275
8275
|
c("a", {
|
|
8276
|
-
href:
|
|
8276
|
+
href: A.viewUrl,
|
|
8277
8277
|
class: F([
|
|
8278
8278
|
"option",
|
|
8279
8279
|
{
|
|
8280
|
-
selected:
|
|
8281
|
-
disabled: e.$slots[`block-${
|
|
8280
|
+
selected: A.active,
|
|
8281
|
+
disabled: e.$slots[`block-${A.id}`]
|
|
8282
8282
|
}
|
|
8283
8283
|
]),
|
|
8284
8284
|
onClick: Je(
|
|
8285
8285
|
() => {
|
|
8286
|
-
e.$slots[`block-${
|
|
8286
|
+
e.$slots[`block-${A.id}`] || o.clickOption(A);
|
|
8287
8287
|
},
|
|
8288
8288
|
["prevent"]
|
|
8289
8289
|
)
|
|
8290
8290
|
}, [
|
|
8291
8291
|
E(f, {
|
|
8292
|
-
icon:
|
|
8293
|
-
scheme:
|
|
8292
|
+
icon: A.icon,
|
|
8293
|
+
scheme: A.active ? "brand-weni-soft" : "neutral-cloudy",
|
|
8294
8294
|
size: n.expanded ? "ant" : "md",
|
|
8295
|
-
filled:
|
|
8295
|
+
filled: A.active
|
|
8296
8296
|
}, null, 8, ["icon", "scheme", "size", "filled"]),
|
|
8297
|
-
c("span", uE, S(
|
|
8298
|
-
|
|
8297
|
+
c("span", uE, S(A.label), 1),
|
|
8298
|
+
A.notify ? (u(), m("span", {
|
|
8299
8299
|
key: 0,
|
|
8300
|
-
class: F(
|
|
8300
|
+
class: F(A.notify && !n.expanded ? "notify" : "")
|
|
8301
8301
|
}, [
|
|
8302
8302
|
E(f, {
|
|
8303
8303
|
icon: "indicator",
|
|
@@ -8373,7 +8373,7 @@ const wE = {
|
|
|
8373
8373
|
}, xE = (e) => (R1("data-v-e8408647"), e = e(), U1(), e), bE = { class: "unnnic-table" }, ME = { class: "header" }, SE = /* @__PURE__ */ xE(() => /* @__PURE__ */ c("div", null, [
|
|
8374
8374
|
/* @__PURE__ */ c("div", { class: "item-spacer" })
|
|
8375
8375
|
], -1)), BE = { class: "scroll" };
|
|
8376
|
-
function
|
|
8376
|
+
function AE(e, i, n, s, r, o) {
|
|
8377
8377
|
return We((u(), m("div", bE, [
|
|
8378
8378
|
c("div", ME, [
|
|
8379
8379
|
te(e.$slots, "header", {}, void 0, !0)
|
|
@@ -8391,7 +8391,7 @@ function LE(e, i, n, s, r, o) {
|
|
|
8391
8391
|
[K1, !0]
|
|
8392
8392
|
]);
|
|
8393
8393
|
}
|
|
8394
|
-
const
|
|
8394
|
+
const LE = /* @__PURE__ */ C(wE, [["render", AE], ["__scopeId", "data-v-e8408647"]]);
|
|
8395
8395
|
const DE = {
|
|
8396
8396
|
name: "unnnicTableRow",
|
|
8397
8397
|
props: {
|
|
@@ -8410,7 +8410,7 @@ function zE(e, i, n, s, r, o) {
|
|
|
8410
8410
|
}, [
|
|
8411
8411
|
c("div", {
|
|
8412
8412
|
class: "col",
|
|
8413
|
-
style:
|
|
8413
|
+
style: Ae({
|
|
8414
8414
|
width: f.width,
|
|
8415
8415
|
flex: f.flex,
|
|
8416
8416
|
minWidth: 0
|
|
@@ -8892,7 +8892,7 @@ const BZ = {
|
|
|
8892
8892
|
default: !1
|
|
8893
8893
|
}
|
|
8894
8894
|
}
|
|
8895
|
-
},
|
|
8895
|
+
}, AZ = { class: "unnnic-card-blank__content" }, LZ = { class: "unnnic-card-blank__content__text" };
|
|
8896
8896
|
function DZ(e, i, n, s, r, o) {
|
|
8897
8897
|
const f = V("UnnnicIcon");
|
|
8898
8898
|
return u(), m("div", {
|
|
@@ -8901,14 +8901,14 @@ function DZ(e, i, n, s, r, o) {
|
|
|
8901
8901
|
"unnnic-card-blank__clickable": n.clickable
|
|
8902
8902
|
})
|
|
8903
8903
|
}, [
|
|
8904
|
-
c("div",
|
|
8904
|
+
c("div", AZ, [
|
|
8905
8905
|
E(f, {
|
|
8906
8906
|
icon: n.icon,
|
|
8907
8907
|
scheme: "neutral-clean",
|
|
8908
8908
|
class: "unnnic-card-blank__content__icon",
|
|
8909
8909
|
size: "xl"
|
|
8910
8910
|
}, null, 8, ["icon"]),
|
|
8911
|
-
c("div",
|
|
8911
|
+
c("div", LZ, S(n.text), 1)
|
|
8912
8912
|
])
|
|
8913
8913
|
], 2);
|
|
8914
8914
|
}
|
|
@@ -9182,7 +9182,7 @@ const XZ = {
|
|
|
9182
9182
|
}
|
|
9183
9183
|
};
|
|
9184
9184
|
function QZ(e, i, n, s, r, o) {
|
|
9185
|
-
return u(), N(En(o.currentComponent),
|
|
9185
|
+
return u(), N(En(o.currentComponent), L1({ class: "unnnic-card-component" }, e.$attrs, {
|
|
9186
9186
|
title: n.title,
|
|
9187
9187
|
text: n.text,
|
|
9188
9188
|
info: n.info,
|
|
@@ -9225,7 +9225,7 @@ var It = { exports: {} };
|
|
|
9225
9225
|
It.exports;
|
|
9226
9226
|
(function(e, i) {
|
|
9227
9227
|
(function() {
|
|
9228
|
-
var n, s = "4.17.21", r = 200, o = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", f = "Expected a function", h = "Invalid `variable` option passed into `_.template`", p = "__lodash_hash_undefined__", _ = 500, k = "__lodash_placeholder__",
|
|
9228
|
+
var n, s = "4.17.21", r = 200, o = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", f = "Expected a function", h = "Invalid `variable` option passed into `_.template`", p = "__lodash_hash_undefined__", _ = 500, k = "__lodash_placeholder__", A = 1, B = 2, z = 4, Z = 1, ae = 2, ie = 1, ye = 2, Ge = 4, n1 = 8, Ne = 16, i1 = 32, i2 = 64, nn = 128, E2 = 256, a0 = 512, L4 = 30, D4 = "...", H4 = 800, V4 = 16, A3 = 1, z4 = 2, F4 = 3, Rn = 1 / 0, bn = 9007199254740991, T4 = 17976931348623157e292, Si = 0 / 0, j1 = 4294967295, I4 = j1 - 1, P4 = j1 >>> 1, O4 = [
|
|
9229
9229
|
["ary", nn],
|
|
9230
9230
|
["bind", ie],
|
|
9231
9231
|
["bindKey", ye],
|
|
@@ -9235,13 +9235,13 @@ It.exports;
|
|
|
9235
9235
|
["partial", i1],
|
|
9236
9236
|
["partialRight", i2],
|
|
9237
9237
|
["rearg", E2]
|
|
9238
|
-
], t2 = "[object Arguments]", Bi = "[object Array]", E4 = "[object AsyncFunction]", Z2 = "[object Boolean]", R2 = "[object Date]", Z4 = "[object DOMException]",
|
|
9238
|
+
], t2 = "[object Arguments]", Bi = "[object Array]", E4 = "[object AsyncFunction]", Z2 = "[object Boolean]", R2 = "[object Date]", Z4 = "[object DOMException]", Ai = "[object Error]", Li = "[object Function]", L3 = "[object GeneratorFunction]", V1 = "[object Map]", U2 = "[object Number]", R4 = "[object Null]", tn = "[object Object]", D3 = "[object Promise]", U4 = "[object Proxy]", W2 = "[object RegExp]", z1 = "[object Set]", N2 = "[object String]", Di = "[object Symbol]", W4 = "[object Undefined]", j2 = "[object WeakMap]", N4 = "[object WeakSet]", q2 = "[object ArrayBuffer]", a2 = "[object DataView]", s0 = "[object Float32Array]", o0 = "[object Float64Array]", r0 = "[object Int8Array]", d0 = "[object Int16Array]", f0 = "[object Int32Array]", l0 = "[object Uint8Array]", c0 = "[object Uint8ClampedArray]", u0 = "[object Uint16Array]", h0 = "[object Uint32Array]", j4 = /\b__p \+= '';/g, q4 = /\b(__p \+=) '' \+/g, Y4 = /(__e\(.*?\)|\b__t\)) \+\n'';/g, H3 = /&(?:amp|lt|gt|quot|#39);/g, V3 = /[&<>"']/g, G4 = RegExp(H3.source), X4 = RegExp(V3.source), Q4 = /<%-([\s\S]+?)%>/g, K4 = /<%([\s\S]+?)%>/g, z3 = /<%=([\s\S]+?)%>/g, J4 = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, $4 = /^\w*$/, e7 = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, m0 = /[\\^$.*+?()[\]{}|]/g, n7 = RegExp(m0.source), p0 = /^\s+/, i7 = /\s/, t7 = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, a7 = /\{\n\/\* \[wrapped with (.+)\] \*/, s7 = /,? & /, o7 = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, r7 = /[()=,{}\[\]\/\s]/, d7 = /\\(\\)?/g, f7 = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, F3 = /\w*$/, l7 = /^[-+]0x[0-9a-f]+$/i, c7 = /^0b[01]+$/i, u7 = /^\[object .+?Constructor\]$/, h7 = /^0o[0-7]+$/i, m7 = /^(?:0|[1-9]\d*)$/, p7 = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, Hi = /($^)/, v7 = /['\n\r\u2028\u2029\\]/g, Vi = "\\ud800-\\udfff", y7 = "\\u0300-\\u036f", g7 = "\\ufe20-\\ufe2f", _7 = "\\u20d0-\\u20ff", T3 = y7 + g7 + _7, I3 = "\\u2700-\\u27bf", P3 = "a-z\\xdf-\\xf6\\xf8-\\xff", C7 = "\\xac\\xb1\\xd7\\xf7", k7 = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", w7 = "\\u2000-\\u206f", x7 = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", O3 = "A-Z\\xc0-\\xd6\\xd8-\\xde", E3 = "\\ufe0e\\ufe0f", Z3 = C7 + k7 + w7 + x7, v0 = "['’]", b7 = "[" + Vi + "]", R3 = "[" + Z3 + "]", zi = "[" + T3 + "]", U3 = "\\d+", M7 = "[" + I3 + "]", W3 = "[" + P3 + "]", N3 = "[^" + Vi + Z3 + U3 + I3 + P3 + O3 + "]", y0 = "\\ud83c[\\udffb-\\udfff]", S7 = "(?:" + zi + "|" + y0 + ")", j3 = "[^" + Vi + "]", g0 = "(?:\\ud83c[\\udde6-\\uddff]){2}", _0 = "[\\ud800-\\udbff][\\udc00-\\udfff]", s2 = "[" + O3 + "]", q3 = "\\u200d", Y3 = "(?:" + W3 + "|" + N3 + ")", B7 = "(?:" + s2 + "|" + N3 + ")", G3 = "(?:" + v0 + "(?:d|ll|m|re|s|t|ve))?", X3 = "(?:" + v0 + "(?:D|LL|M|RE|S|T|VE))?", Q3 = S7 + "?", K3 = "[" + E3 + "]?", A7 = "(?:" + q3 + "(?:" + [j3, g0, _0].join("|") + ")" + K3 + Q3 + ")*", L7 = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", D7 = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", J3 = K3 + Q3 + A7, H7 = "(?:" + [M7, g0, _0].join("|") + ")" + J3, V7 = "(?:" + [j3 + zi + "?", zi, g0, _0, b7].join("|") + ")", z7 = RegExp(v0, "g"), F7 = RegExp(zi, "g"), C0 = RegExp(y0 + "(?=" + y0 + ")|" + V7 + J3, "g"), T7 = RegExp([
|
|
9239
9239
|
s2 + "?" + W3 + "+" + G3 + "(?=" + [R3, s2, "$"].join("|") + ")",
|
|
9240
9240
|
B7 + "+" + X3 + "(?=" + [R3, s2 + Y3, "$"].join("|") + ")",
|
|
9241
9241
|
s2 + "?" + Y3 + "+" + G3,
|
|
9242
9242
|
s2 + "+" + X3,
|
|
9243
9243
|
D7,
|
|
9244
|
-
|
|
9244
|
+
L7,
|
|
9245
9245
|
U3,
|
|
9246
9246
|
H7
|
|
9247
9247
|
].join("|"), "g"), I7 = RegExp("[" + q3 + Vi + T3 + E3 + "]"), P7 = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/, O7 = [
|
|
@@ -9275,10 +9275,10 @@ It.exports;
|
|
|
9275
9275
|
"isFinite",
|
|
9276
9276
|
"parseInt",
|
|
9277
9277
|
"setTimeout"
|
|
9278
|
-
], E7 = -1,
|
|
9279
|
-
|
|
9278
|
+
], E7 = -1, Le = {};
|
|
9279
|
+
Le[s0] = Le[o0] = Le[r0] = Le[d0] = Le[f0] = Le[l0] = Le[c0] = Le[u0] = Le[h0] = !0, Le[t2] = Le[Bi] = Le[q2] = Le[Z2] = Le[a2] = Le[R2] = Le[Ai] = Le[Li] = Le[V1] = Le[U2] = Le[tn] = Le[W2] = Le[z1] = Le[N2] = Le[j2] = !1;
|
|
9280
9280
|
var Be = {};
|
|
9281
|
-
Be[t2] = Be[Bi] = Be[q2] = Be[a2] = Be[Z2] = Be[R2] = Be[s0] = Be[o0] = Be[r0] = Be[d0] = Be[f0] = Be[V1] = Be[U2] = Be[tn] = Be[W2] = Be[z1] = Be[N2] = Be[Di] = Be[l0] = Be[c0] = Be[u0] = Be[h0] = !0, Be[
|
|
9281
|
+
Be[t2] = Be[Bi] = Be[q2] = Be[a2] = Be[Z2] = Be[R2] = Be[s0] = Be[o0] = Be[r0] = Be[d0] = Be[f0] = Be[V1] = Be[U2] = Be[tn] = Be[W2] = Be[z1] = Be[N2] = Be[Di] = Be[l0] = Be[c0] = Be[u0] = Be[h0] = !0, Be[Ai] = Be[Li] = Be[j2] = !1;
|
|
9282
9282
|
var Z7 = {
|
|
9283
9283
|
// Latin-1 Supplement block.
|
|
9284
9284
|
À: "A",
|
|
@@ -9498,84 +9498,84 @@ It.exports;
|
|
|
9498
9498
|
} catch {
|
|
9499
9499
|
}
|
|
9500
9500
|
}(), ns = g1 && g1.isArrayBuffer, is = g1 && g1.isDate, ts = g1 && g1.isMap, as = g1 && g1.isRegExp, ss = g1 && g1.isSet, os = g1 && g1.isTypedArray;
|
|
9501
|
-
function c1(b, D,
|
|
9502
|
-
switch (
|
|
9501
|
+
function c1(b, D, L) {
|
|
9502
|
+
switch (L.length) {
|
|
9503
9503
|
case 0:
|
|
9504
9504
|
return b.call(D);
|
|
9505
9505
|
case 1:
|
|
9506
|
-
return b.call(D,
|
|
9506
|
+
return b.call(D, L[0]);
|
|
9507
9507
|
case 2:
|
|
9508
|
-
return b.call(D,
|
|
9508
|
+
return b.call(D, L[0], L[1]);
|
|
9509
9509
|
case 3:
|
|
9510
|
-
return b.call(D,
|
|
9510
|
+
return b.call(D, L[0], L[1], L[2]);
|
|
9511
9511
|
}
|
|
9512
|
-
return b.apply(D,
|
|
9512
|
+
return b.apply(D, L);
|
|
9513
9513
|
}
|
|
9514
|
-
function Y7(b, D,
|
|
9514
|
+
function Y7(b, D, L, j) {
|
|
9515
9515
|
for (var se = -1, ke = b == null ? 0 : b.length; ++se < ke; ) {
|
|
9516
9516
|
var Ee = b[se];
|
|
9517
|
-
D(j, Ee,
|
|
9517
|
+
D(j, Ee, L(Ee), b);
|
|
9518
9518
|
}
|
|
9519
9519
|
return j;
|
|
9520
9520
|
}
|
|
9521
9521
|
function _1(b, D) {
|
|
9522
|
-
for (var
|
|
9522
|
+
for (var L = -1, j = b == null ? 0 : b.length; ++L < j && D(b[L], L, b) !== !1; )
|
|
9523
9523
|
;
|
|
9524
9524
|
return b;
|
|
9525
9525
|
}
|
|
9526
9526
|
function G7(b, D) {
|
|
9527
|
-
for (var
|
|
9527
|
+
for (var L = b == null ? 0 : b.length; L-- && D(b[L], L, b) !== !1; )
|
|
9528
9528
|
;
|
|
9529
9529
|
return b;
|
|
9530
9530
|
}
|
|
9531
9531
|
function rs(b, D) {
|
|
9532
|
-
for (var
|
|
9533
|
-
if (!D(b[
|
|
9532
|
+
for (var L = -1, j = b == null ? 0 : b.length; ++L < j; )
|
|
9533
|
+
if (!D(b[L], L, b))
|
|
9534
9534
|
return !1;
|
|
9535
9535
|
return !0;
|
|
9536
9536
|
}
|
|
9537
9537
|
function Mn(b, D) {
|
|
9538
|
-
for (var
|
|
9539
|
-
var Ee = b[
|
|
9540
|
-
D(Ee,
|
|
9538
|
+
for (var L = -1, j = b == null ? 0 : b.length, se = 0, ke = []; ++L < j; ) {
|
|
9539
|
+
var Ee = b[L];
|
|
9540
|
+
D(Ee, L, b) && (ke[se++] = Ee);
|
|
9541
9541
|
}
|
|
9542
9542
|
return ke;
|
|
9543
9543
|
}
|
|
9544
9544
|
function Fi(b, D) {
|
|
9545
|
-
var
|
|
9546
|
-
return !!
|
|
9545
|
+
var L = b == null ? 0 : b.length;
|
|
9546
|
+
return !!L && o2(b, D, 0) > -1;
|
|
9547
9547
|
}
|
|
9548
|
-
function x0(b, D,
|
|
9548
|
+
function x0(b, D, L) {
|
|
9549
9549
|
for (var j = -1, se = b == null ? 0 : b.length; ++j < se; )
|
|
9550
|
-
if (
|
|
9550
|
+
if (L(D, b[j]))
|
|
9551
9551
|
return !0;
|
|
9552
9552
|
return !1;
|
|
9553
9553
|
}
|
|
9554
9554
|
function Ve(b, D) {
|
|
9555
|
-
for (var
|
|
9556
|
-
se[
|
|
9555
|
+
for (var L = -1, j = b == null ? 0 : b.length, se = Array(j); ++L < j; )
|
|
9556
|
+
se[L] = D(b[L], L, b);
|
|
9557
9557
|
return se;
|
|
9558
9558
|
}
|
|
9559
9559
|
function Sn(b, D) {
|
|
9560
|
-
for (var
|
|
9561
|
-
b[se +
|
|
9560
|
+
for (var L = -1, j = D.length, se = b.length; ++L < j; )
|
|
9561
|
+
b[se + L] = D[L];
|
|
9562
9562
|
return b;
|
|
9563
9563
|
}
|
|
9564
|
-
function b0(b, D,
|
|
9564
|
+
function b0(b, D, L, j) {
|
|
9565
9565
|
var se = -1, ke = b == null ? 0 : b.length;
|
|
9566
|
-
for (j && ke && (
|
|
9567
|
-
|
|
9568
|
-
return
|
|
9566
|
+
for (j && ke && (L = b[++se]); ++se < ke; )
|
|
9567
|
+
L = D(L, b[se], se, b);
|
|
9568
|
+
return L;
|
|
9569
9569
|
}
|
|
9570
|
-
function X7(b, D,
|
|
9570
|
+
function X7(b, D, L, j) {
|
|
9571
9571
|
var se = b == null ? 0 : b.length;
|
|
9572
|
-
for (j && se && (
|
|
9573
|
-
|
|
9574
|
-
return
|
|
9572
|
+
for (j && se && (L = b[--se]); se--; )
|
|
9573
|
+
L = D(L, b[se], se, b);
|
|
9574
|
+
return L;
|
|
9575
9575
|
}
|
|
9576
9576
|
function M0(b, D) {
|
|
9577
|
-
for (var
|
|
9578
|
-
if (D(b[
|
|
9577
|
+
for (var L = -1, j = b == null ? 0 : b.length; ++L < j; )
|
|
9578
|
+
if (D(b[L], L, b))
|
|
9579
9579
|
return !0;
|
|
9580
9580
|
return !1;
|
|
9581
9581
|
}
|
|
@@ -9586,24 +9586,24 @@ It.exports;
|
|
|
9586
9586
|
function J7(b) {
|
|
9587
9587
|
return b.match(o7) || [];
|
|
9588
9588
|
}
|
|
9589
|
-
function ds(b, D,
|
|
9589
|
+
function ds(b, D, L) {
|
|
9590
9590
|
var j;
|
|
9591
|
-
return
|
|
9591
|
+
return L(b, function(se, ke, Ee) {
|
|
9592
9592
|
if (D(se, ke, Ee))
|
|
9593
9593
|
return j = ke, !1;
|
|
9594
9594
|
}), j;
|
|
9595
9595
|
}
|
|
9596
|
-
function Ti(b, D,
|
|
9597
|
-
for (var se = b.length, ke =
|
|
9596
|
+
function Ti(b, D, L, j) {
|
|
9597
|
+
for (var se = b.length, ke = L + (j ? 1 : -1); j ? ke-- : ++ke < se; )
|
|
9598
9598
|
if (D(b[ke], ke, b))
|
|
9599
9599
|
return ke;
|
|
9600
9600
|
return -1;
|
|
9601
9601
|
}
|
|
9602
|
-
function o2(b, D,
|
|
9603
|
-
return D === D ? ld(b, D,
|
|
9602
|
+
function o2(b, D, L) {
|
|
9603
|
+
return D === D ? ld(b, D, L) : Ti(b, fs, L);
|
|
9604
9604
|
}
|
|
9605
|
-
function $7(b, D,
|
|
9606
|
-
for (var se =
|
|
9605
|
+
function $7(b, D, L, j) {
|
|
9606
|
+
for (var se = L - 1, ke = b.length; ++se < ke; )
|
|
9607
9607
|
if (j(b[se], D))
|
|
9608
9608
|
return se;
|
|
9609
9609
|
return -1;
|
|
@@ -9612,8 +9612,8 @@ It.exports;
|
|
|
9612
9612
|
return b !== b;
|
|
9613
9613
|
}
|
|
9614
9614
|
function ls(b, D) {
|
|
9615
|
-
var
|
|
9616
|
-
return
|
|
9615
|
+
var L = b == null ? 0 : b.length;
|
|
9616
|
+
return L ? A0(b, D) / L : Si;
|
|
9617
9617
|
}
|
|
9618
9618
|
function S0(b) {
|
|
9619
9619
|
return function(D) {
|
|
@@ -9625,32 +9625,32 @@ It.exports;
|
|
|
9625
9625
|
return b == null ? n : b[D];
|
|
9626
9626
|
};
|
|
9627
9627
|
}
|
|
9628
|
-
function cs(b, D,
|
|
9628
|
+
function cs(b, D, L, j, se) {
|
|
9629
9629
|
return se(b, function(ke, Ee, Se) {
|
|
9630
|
-
|
|
9631
|
-
}),
|
|
9630
|
+
L = j ? (j = !1, ke) : D(L, ke, Ee, Se);
|
|
9631
|
+
}), L;
|
|
9632
9632
|
}
|
|
9633
9633
|
function ed(b, D) {
|
|
9634
|
-
var
|
|
9635
|
-
for (b.sort(D);
|
|
9636
|
-
b[
|
|
9634
|
+
var L = b.length;
|
|
9635
|
+
for (b.sort(D); L--; )
|
|
9636
|
+
b[L] = b[L].value;
|
|
9637
9637
|
return b;
|
|
9638
9638
|
}
|
|
9639
|
-
function
|
|
9640
|
-
for (var
|
|
9639
|
+
function A0(b, D) {
|
|
9640
|
+
for (var L, j = -1, se = b.length; ++j < se; ) {
|
|
9641
9641
|
var ke = D(b[j]);
|
|
9642
|
-
ke !== n && (
|
|
9642
|
+
ke !== n && (L = L === n ? ke : L + ke);
|
|
9643
9643
|
}
|
|
9644
|
-
return
|
|
9644
|
+
return L;
|
|
9645
9645
|
}
|
|
9646
|
-
function
|
|
9647
|
-
for (var
|
|
9648
|
-
j[
|
|
9646
|
+
function L0(b, D) {
|
|
9647
|
+
for (var L = -1, j = Array(b); ++L < b; )
|
|
9648
|
+
j[L] = D(L);
|
|
9649
9649
|
return j;
|
|
9650
9650
|
}
|
|
9651
9651
|
function nd(b, D) {
|
|
9652
|
-
return Ve(D, function(
|
|
9653
|
-
return [
|
|
9652
|
+
return Ve(D, function(L) {
|
|
9653
|
+
return [L, b[L]];
|
|
9654
9654
|
});
|
|
9655
9655
|
}
|
|
9656
9656
|
function us(b) {
|
|
@@ -9662,26 +9662,26 @@ It.exports;
|
|
|
9662
9662
|
};
|
|
9663
9663
|
}
|
|
9664
9664
|
function D0(b, D) {
|
|
9665
|
-
return Ve(D, function(
|
|
9666
|
-
return b[
|
|
9665
|
+
return Ve(D, function(L) {
|
|
9666
|
+
return b[L];
|
|
9667
9667
|
});
|
|
9668
9668
|
}
|
|
9669
9669
|
function Y2(b, D) {
|
|
9670
9670
|
return b.has(D);
|
|
9671
9671
|
}
|
|
9672
9672
|
function hs(b, D) {
|
|
9673
|
-
for (var
|
|
9673
|
+
for (var L = -1, j = b.length; ++L < j && o2(D, b[L], 0) > -1; )
|
|
9674
9674
|
;
|
|
9675
|
-
return
|
|
9675
|
+
return L;
|
|
9676
9676
|
}
|
|
9677
9677
|
function ms(b, D) {
|
|
9678
|
-
for (var
|
|
9678
|
+
for (var L = b.length; L-- && o2(D, b[L], 0) > -1; )
|
|
9679
9679
|
;
|
|
9680
|
-
return
|
|
9680
|
+
return L;
|
|
9681
9681
|
}
|
|
9682
9682
|
function id(b, D) {
|
|
9683
|
-
for (var
|
|
9684
|
-
b[
|
|
9683
|
+
for (var L = b.length, j = 0; L--; )
|
|
9684
|
+
b[L] === D && ++j;
|
|
9685
9685
|
return j;
|
|
9686
9686
|
}
|
|
9687
9687
|
var td = B0(Z7), ad = B0(R7);
|
|
@@ -9698,48 +9698,48 @@ It.exports;
|
|
|
9698
9698
|
return P7.test(b);
|
|
9699
9699
|
}
|
|
9700
9700
|
function dd(b) {
|
|
9701
|
-
for (var D,
|
|
9702
|
-
|
|
9703
|
-
return
|
|
9701
|
+
for (var D, L = []; !(D = b.next()).done; )
|
|
9702
|
+
L.push(D.value);
|
|
9703
|
+
return L;
|
|
9704
9704
|
}
|
|
9705
9705
|
function H0(b) {
|
|
9706
|
-
var D = -1,
|
|
9706
|
+
var D = -1, L = Array(b.size);
|
|
9707
9707
|
return b.forEach(function(j, se) {
|
|
9708
|
-
|
|
9709
|
-
}),
|
|
9708
|
+
L[++D] = [se, j];
|
|
9709
|
+
}), L;
|
|
9710
9710
|
}
|
|
9711
9711
|
function ps(b, D) {
|
|
9712
|
-
return function(
|
|
9713
|
-
return b(D(
|
|
9712
|
+
return function(L) {
|
|
9713
|
+
return b(D(L));
|
|
9714
9714
|
};
|
|
9715
9715
|
}
|
|
9716
9716
|
function Bn(b, D) {
|
|
9717
|
-
for (var
|
|
9718
|
-
var Ee = b[
|
|
9719
|
-
(Ee === D || Ee === k) && (b[
|
|
9717
|
+
for (var L = -1, j = b.length, se = 0, ke = []; ++L < j; ) {
|
|
9718
|
+
var Ee = b[L];
|
|
9719
|
+
(Ee === D || Ee === k) && (b[L] = k, ke[se++] = L);
|
|
9720
9720
|
}
|
|
9721
9721
|
return ke;
|
|
9722
9722
|
}
|
|
9723
9723
|
function Ii(b) {
|
|
9724
|
-
var D = -1,
|
|
9724
|
+
var D = -1, L = Array(b.size);
|
|
9725
9725
|
return b.forEach(function(j) {
|
|
9726
|
-
|
|
9727
|
-
}),
|
|
9726
|
+
L[++D] = j;
|
|
9727
|
+
}), L;
|
|
9728
9728
|
}
|
|
9729
9729
|
function fd(b) {
|
|
9730
|
-
var D = -1,
|
|
9730
|
+
var D = -1, L = Array(b.size);
|
|
9731
9731
|
return b.forEach(function(j) {
|
|
9732
|
-
|
|
9733
|
-
}),
|
|
9732
|
+
L[++D] = [j, j];
|
|
9733
|
+
}), L;
|
|
9734
9734
|
}
|
|
9735
|
-
function ld(b, D,
|
|
9736
|
-
for (var j =
|
|
9735
|
+
function ld(b, D, L) {
|
|
9736
|
+
for (var j = L - 1, se = b.length; ++j < se; )
|
|
9737
9737
|
if (b[j] === D)
|
|
9738
9738
|
return j;
|
|
9739
9739
|
return -1;
|
|
9740
9740
|
}
|
|
9741
|
-
function cd(b, D,
|
|
9742
|
-
for (var j =
|
|
9741
|
+
function cd(b, D, L) {
|
|
9742
|
+
for (var j = L + 1; j--; )
|
|
9743
9743
|
if (b[j] === D)
|
|
9744
9744
|
return j;
|
|
9745
9745
|
return j;
|
|
@@ -9769,18 +9769,18 @@ It.exports;
|
|
|
9769
9769
|
}
|
|
9770
9770
|
var vd = function b(D) {
|
|
9771
9771
|
D = D == null ? je : f2.defaults(je.Object(), D, f2.pick(je, O7));
|
|
9772
|
-
var
|
|
9772
|
+
var L = D.Array, j = D.Date, se = D.Error, ke = D.Function, Ee = D.Math, Se = D.Object, V0 = D.RegExp, yd = D.String, C1 = D.TypeError, Pi = L.prototype, gd = ke.prototype, l2 = Se.prototype, Oi = D["__core-js_shared__"], Ei = gd.toString, be = l2.hasOwnProperty, _d = 0, ys = function() {
|
|
9773
9773
|
var t = /[^.]+$/.exec(Oi && Oi.keys && Oi.keys.IE_PROTO || "");
|
|
9774
9774
|
return t ? "Symbol(src)_1." + t : "";
|
|
9775
9775
|
}(), Zi = l2.toString, Cd = Ei.call(Se), kd = je._, wd = V0(
|
|
9776
9776
|
"^" + Ei.call(be).replace(m0, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
9777
|
-
), Ri = es ? D.Buffer : n,
|
|
9777
|
+
), Ri = es ? D.Buffer : n, An = D.Symbol, Ui = D.Uint8Array, gs = Ri ? Ri.allocUnsafe : n, Wi = ps(Se.getPrototypeOf, Se), _s = Se.create, Cs = l2.propertyIsEnumerable, Ni = Pi.splice, ks = An ? An.isConcatSpreadable : n, G2 = An ? An.iterator : n, Wn = An ? An.toStringTag : n, ji = function() {
|
|
9778
9778
|
try {
|
|
9779
9779
|
var t = Gn(Se, "defineProperty");
|
|
9780
9780
|
return t({}, "", {}), t;
|
|
9781
9781
|
} catch {
|
|
9782
9782
|
}
|
|
9783
|
-
}(), xd = D.clearTimeout !== je.clearTimeout && D.clearTimeout, bd = j && j.now !== je.Date.now && j.now, Md = D.setTimeout !== je.setTimeout && D.setTimeout, qi = Ee.ceil, Yi = Ee.floor, z0 = Se.getOwnPropertySymbols, Sd = Ri ? Ri.isBuffer : n, ws = D.isFinite, Bd = Pi.join,
|
|
9783
|
+
}(), xd = D.clearTimeout !== je.clearTimeout && D.clearTimeout, bd = j && j.now !== je.Date.now && j.now, Md = D.setTimeout !== je.setTimeout && D.setTimeout, qi = Ee.ceil, Yi = Ee.floor, z0 = Se.getOwnPropertySymbols, Sd = Ri ? Ri.isBuffer : n, ws = D.isFinite, Bd = Pi.join, Ad = ps(Se.keys, Se), Ze = Ee.max, Xe = Ee.min, Ld = j.now, Dd = D.parseInt, xs = Ee.random, Hd = Pi.reverse, F0 = Gn(D, "DataView"), X2 = Gn(D, "Map"), T0 = Gn(D, "Promise"), c2 = Gn(D, "Set"), Q2 = Gn(D, "WeakMap"), K2 = Gn(Se, "create"), Gi = Q2 && new Q2(), u2 = {}, Vd = Xn(F0), zd = Xn(X2), Fd = Xn(T0), Td = Xn(c2), Id = Xn(Q2), Xi = An ? An.prototype : n, J2 = Xi ? Xi.valueOf : n, bs = Xi ? Xi.toString : n;
|
|
9784
9784
|
function y(t) {
|
|
9785
9785
|
if (Te(t) && !oe(t) && !(t instanceof he)) {
|
|
9786
9786
|
if (t instanceof k1)
|
|
@@ -9881,7 +9881,7 @@ It.exports;
|
|
|
9881
9881
|
if (p1 == z4)
|
|
9882
9882
|
ne = s1;
|
|
9883
9883
|
else if (!s1) {
|
|
9884
|
-
if (p1 ==
|
|
9884
|
+
if (p1 == A3)
|
|
9885
9885
|
continue e;
|
|
9886
9886
|
break e;
|
|
9887
9887
|
}
|
|
@@ -10021,7 +10021,7 @@ It.exports;
|
|
|
10021
10021
|
}
|
|
10022
10022
|
T1.prototype.clear = t9, T1.prototype.delete = a9, T1.prototype.get = s9, T1.prototype.has = o9, T1.prototype.set = r9;
|
|
10023
10023
|
function Ms(t, a) {
|
|
10024
|
-
var d = oe(t), l = !d && Qn(t), v = !d && !l && zn(t), g = !d && !l && !v && y2(t), w = d || l || v || g, x = w ?
|
|
10024
|
+
var d = oe(t), l = !d && Qn(t), v = !d && !l && zn(t), g = !d && !l && !v && y2(t), w = d || l || v || g, x = w ? L0(t.length, yd) : [], M = x.length;
|
|
10025
10025
|
for (var T in t)
|
|
10026
10026
|
(a || be.call(t, T)) && !(w && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
10027
10027
|
(T == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -10054,7 +10054,7 @@ It.exports;
|
|
|
10054
10054
|
return -1;
|
|
10055
10055
|
}
|
|
10056
10056
|
function l9(t, a, d, l) {
|
|
10057
|
-
return
|
|
10057
|
+
return Ln(t, function(v, g, w) {
|
|
10058
10058
|
a(l, v, d(v), w);
|
|
10059
10059
|
}), l;
|
|
10060
10060
|
}
|
|
@@ -10073,7 +10073,7 @@ It.exports;
|
|
|
10073
10073
|
}) : t[a] = d;
|
|
10074
10074
|
}
|
|
10075
10075
|
function P0(t, a) {
|
|
10076
|
-
for (var d = -1, l = a.length, v =
|
|
10076
|
+
for (var d = -1, l = a.length, v = L(l), g = t == null; ++d < l; )
|
|
10077
10077
|
v[d] = g ? n : ya(t, a[d]);
|
|
10078
10078
|
return v;
|
|
10079
10079
|
}
|
|
@@ -10081,7 +10081,7 @@ It.exports;
|
|
|
10081
10081
|
return t === t && (d !== n && (t = t <= d ? t : d), a !== n && (t = t >= a ? t : a)), t;
|
|
10082
10082
|
}
|
|
10083
10083
|
function w1(t, a, d, l, v, g) {
|
|
10084
|
-
var w, x = a &
|
|
10084
|
+
var w, x = a & A, M = a & B, T = a & z;
|
|
10085
10085
|
if (d && (w = v ? d(t, l, v, g) : d(t)), w !== n)
|
|
10086
10086
|
return w;
|
|
10087
10087
|
if (!Fe(t))
|
|
@@ -10091,7 +10091,7 @@ It.exports;
|
|
|
10091
10091
|
if (w = $9(t), !x)
|
|
10092
10092
|
return o1(t, w);
|
|
10093
10093
|
} else {
|
|
10094
|
-
var O = Qe(t), W = O ==
|
|
10094
|
+
var O = Qe(t), W = O == Li || O == L3;
|
|
10095
10095
|
if (zn(t))
|
|
10096
10096
|
return Ks(t, x);
|
|
10097
10097
|
if (O == tn || O == t2 || W && !v) {
|
|
@@ -10120,10 +10120,10 @@ It.exports;
|
|
|
10120
10120
|
function u9(t) {
|
|
10121
10121
|
var a = Ue(t);
|
|
10122
10122
|
return function(d) {
|
|
10123
|
-
return
|
|
10123
|
+
return As(d, t, a);
|
|
10124
10124
|
};
|
|
10125
10125
|
}
|
|
10126
|
-
function
|
|
10126
|
+
function As(t, a, d) {
|
|
10127
10127
|
var l = d.length;
|
|
10128
10128
|
if (t == null)
|
|
10129
10129
|
return !l;
|
|
@@ -10134,7 +10134,7 @@ It.exports;
|
|
|
10134
10134
|
}
|
|
10135
10135
|
return !0;
|
|
10136
10136
|
}
|
|
10137
|
-
function
|
|
10137
|
+
function Ls(t, a, d) {
|
|
10138
10138
|
if (typeof t != "function")
|
|
10139
10139
|
throw new C1(f);
|
|
10140
10140
|
return oi(function() {
|
|
@@ -10159,10 +10159,10 @@ It.exports;
|
|
|
10159
10159
|
}
|
|
10160
10160
|
return M;
|
|
10161
10161
|
}
|
|
10162
|
-
var
|
|
10162
|
+
var Ln = i5(q1), Ds = i5(E0, !0);
|
|
10163
10163
|
function h9(t, a) {
|
|
10164
10164
|
var d = !0;
|
|
10165
|
-
return
|
|
10165
|
+
return Ln(t, function(l, v, g) {
|
|
10166
10166
|
return d = !!a(l, v, g), d;
|
|
10167
10167
|
}), d;
|
|
10168
10168
|
}
|
|
@@ -10182,7 +10182,7 @@ It.exports;
|
|
|
10182
10182
|
}
|
|
10183
10183
|
function Hs(t, a) {
|
|
10184
10184
|
var d = [];
|
|
10185
|
-
return
|
|
10185
|
+
return Ln(t, function(l, v, g) {
|
|
10186
10186
|
a(l, v, g) && d.push(l);
|
|
10187
10187
|
}), d;
|
|
10188
10188
|
}
|
|
@@ -10232,7 +10232,7 @@ It.exports;
|
|
|
10232
10232
|
return t >= Xe(a, d) && t < Ze(a, d);
|
|
10233
10233
|
}
|
|
10234
10234
|
function R0(t, a, d) {
|
|
10235
|
-
for (var l = d ? x0 : Fi, v = t[0].length, g = t.length, w = g, x =
|
|
10235
|
+
for (var l = d ? x0 : Fi, v = t[0].length, g = t.length, w = g, x = L(g), M = 1 / 0, T = []; w--; ) {
|
|
10236
10236
|
var I = t[w];
|
|
10237
10237
|
w && a && (I = Ve(I, u1(a))), M = Xe(I.length, M), x[w] = !d && (a || v >= 120 && I.length >= 120) ? new jn(w && I) : n;
|
|
10238
10238
|
}
|
|
@@ -10335,14 +10335,14 @@ It.exports;
|
|
|
10335
10335
|
return Te(t) && Qe(t) == z1;
|
|
10336
10336
|
}
|
|
10337
10337
|
function M9(t) {
|
|
10338
|
-
return Te(t) && vt(t.length) && !!
|
|
10338
|
+
return Te(t) && vt(t.length) && !!Le[t1(t)];
|
|
10339
10339
|
}
|
|
10340
10340
|
function Is(t) {
|
|
10341
10341
|
return typeof t == "function" ? t : t == null ? f1 : typeof t == "object" ? oe(t) ? Es(t[0], t[1]) : Os(t) : ao(t);
|
|
10342
10342
|
}
|
|
10343
10343
|
function W0(t) {
|
|
10344
10344
|
if (!si(t))
|
|
10345
|
-
return
|
|
10345
|
+
return Ad(t);
|
|
10346
10346
|
var a = [];
|
|
10347
10347
|
for (var d in Se(t))
|
|
10348
10348
|
be.call(t, d) && d != "constructor" && a.push(d);
|
|
@@ -10360,8 +10360,8 @@ It.exports;
|
|
|
10360
10360
|
return t < a;
|
|
10361
10361
|
}
|
|
10362
10362
|
function Ps(t, a) {
|
|
10363
|
-
var d = -1, l = r1(t) ?
|
|
10364
|
-
return
|
|
10363
|
+
var d = -1, l = r1(t) ? L(t.length) : [];
|
|
10364
|
+
return Ln(t, function(v, g, w) {
|
|
10365
10365
|
l[++d] = a(v, g, w);
|
|
10366
10366
|
}), l;
|
|
10367
10367
|
}
|
|
@@ -10423,7 +10423,7 @@ It.exports;
|
|
|
10423
10423
|
return Z9(g, w, d);
|
|
10424
10424
|
});
|
|
10425
10425
|
}
|
|
10426
|
-
function
|
|
10426
|
+
function A9(t, a) {
|
|
10427
10427
|
return Us(t, a, function(d, l) {
|
|
10428
10428
|
return ga(t, l);
|
|
10429
10429
|
});
|
|
@@ -10435,7 +10435,7 @@ It.exports;
|
|
|
10435
10435
|
}
|
|
10436
10436
|
return g;
|
|
10437
10437
|
}
|
|
10438
|
-
function
|
|
10438
|
+
function L9(t) {
|
|
10439
10439
|
return function(a) {
|
|
10440
10440
|
return Yn(a, t);
|
|
10441
10441
|
};
|
|
@@ -10461,7 +10461,7 @@ It.exports;
|
|
|
10461
10461
|
return t + Yi(xs() * (a - t + 1));
|
|
10462
10462
|
}
|
|
10463
10463
|
function D9(t, a, d, l) {
|
|
10464
|
-
for (var v = -1, g = Ze(qi((a - t) / (d || 1)), 0), w =
|
|
10464
|
+
for (var v = -1, g = Ze(qi((a - t) / (d || 1)), 0), w = L(g); g--; )
|
|
10465
10465
|
w[l ? g : ++v] = t, t += d;
|
|
10466
10466
|
return w;
|
|
10467
10467
|
}
|
|
@@ -10516,13 +10516,13 @@ It.exports;
|
|
|
10516
10516
|
function x1(t, a, d) {
|
|
10517
10517
|
var l = -1, v = t.length;
|
|
10518
10518
|
a < 0 && (a = -a > v ? 0 : v + a), d = d > v ? v : d, d < 0 && (d += v), v = a > d ? 0 : d - a >>> 0, a >>>= 0;
|
|
10519
|
-
for (var g =
|
|
10519
|
+
for (var g = L(v); ++l < v; )
|
|
10520
10520
|
g[l] = t[l + a];
|
|
10521
10521
|
return g;
|
|
10522
10522
|
}
|
|
10523
10523
|
function T9(t, a) {
|
|
10524
10524
|
var d;
|
|
10525
|
-
return
|
|
10525
|
+
return Ln(t, function(l, v, g) {
|
|
10526
10526
|
return d = a(l, v, g), !d;
|
|
10527
10527
|
}), !!d;
|
|
10528
10528
|
}
|
|
@@ -10620,7 +10620,7 @@ It.exports;
|
|
|
10620
10620
|
var l = t.length;
|
|
10621
10621
|
if (l < 2)
|
|
10622
10622
|
return l ? Dn(t[0]) : [];
|
|
10623
|
-
for (var v = -1, g =
|
|
10623
|
+
for (var v = -1, g = L(l); ++v < l; )
|
|
10624
10624
|
for (var w = t[v], x = -1; ++x < l; )
|
|
10625
10625
|
x != v && (g[v] = ei(g[v] || w, t[x], a, d));
|
|
10626
10626
|
return Dn(qe(g, 1), a, d);
|
|
@@ -10697,7 +10697,7 @@ It.exports;
|
|
|
10697
10697
|
return t.index - a.index;
|
|
10698
10698
|
}
|
|
10699
10699
|
function e5(t, a, d, l) {
|
|
10700
|
-
for (var v = -1, g = t.length, w = d.length, x = -1, M = a.length, T = Ze(g - w, 0), I =
|
|
10700
|
+
for (var v = -1, g = t.length, w = d.length, x = -1, M = a.length, T = Ze(g - w, 0), I = L(M + T), O = !l; ++x < M; )
|
|
10701
10701
|
I[x] = a[x];
|
|
10702
10702
|
for (; ++v < w; )
|
|
10703
10703
|
(O || v < g) && (I[d[v]] = t[v]);
|
|
@@ -10706,7 +10706,7 @@ It.exports;
|
|
|
10706
10706
|
return I;
|
|
10707
10707
|
}
|
|
10708
10708
|
function n5(t, a, d, l) {
|
|
10709
|
-
for (var v = -1, g = t.length, w = -1, x = d.length, M = -1, T = a.length, I = Ze(g - x, 0), O =
|
|
10709
|
+
for (var v = -1, g = t.length, w = -1, x = d.length, M = -1, T = a.length, I = Ze(g - x, 0), O = L(I + T), W = !l; ++v < I; )
|
|
10710
10710
|
O[v] = t[v];
|
|
10711
10711
|
for (var Y = v; ++M < T; )
|
|
10712
10712
|
O[Y + M] = a[M];
|
|
@@ -10716,7 +10716,7 @@ It.exports;
|
|
|
10716
10716
|
}
|
|
10717
10717
|
function o1(t, a) {
|
|
10718
10718
|
var d = -1, l = t.length;
|
|
10719
|
-
for (a || (a =
|
|
10719
|
+
for (a || (a = L(l)); ++d < l; )
|
|
10720
10720
|
a[d] = t[d];
|
|
10721
10721
|
return a;
|
|
10722
10722
|
}
|
|
@@ -10820,7 +10820,7 @@ It.exports;
|
|
|
10820
10820
|
function N9(t, a, d) {
|
|
10821
10821
|
var l = ai(t);
|
|
10822
10822
|
function v() {
|
|
10823
|
-
for (var g = arguments.length, w =
|
|
10823
|
+
for (var g = arguments.length, w = L(g), x = g, M = v2(v); x--; )
|
|
10824
10824
|
w[x] = arguments[x];
|
|
10825
10825
|
var T = g < 3 && w[0] !== M && w[g - 1] !== M ? [] : Bn(w, M);
|
|
10826
10826
|
if (g -= T.length, g < d)
|
|
@@ -10882,7 +10882,7 @@ It.exports;
|
|
|
10882
10882
|
function at(t, a, d, l, v, g, w, x, M, T) {
|
|
10883
10883
|
var I = a & nn, O = a & ie, W = a & ye, Y = a & (n1 | Ne), ee = a & a0, fe = W ? n : ai(t);
|
|
10884
10884
|
function ne() {
|
|
10885
|
-
for (var ce = arguments.length, pe =
|
|
10885
|
+
for (var ce = arguments.length, pe = L(ce), p1 = ce; p1--; )
|
|
10886
10886
|
pe[p1] = arguments[p1];
|
|
10887
10887
|
if (Y)
|
|
10888
10888
|
var s1 = v2(ne), v1 = id(pe, s1);
|
|
@@ -10945,7 +10945,7 @@ It.exports;
|
|
|
10945
10945
|
function j9(t, a, d, l) {
|
|
10946
10946
|
var v = a & ie, g = ai(t);
|
|
10947
10947
|
function w() {
|
|
10948
|
-
for (var x = -1, M = arguments.length, T = -1, I = l.length, O =
|
|
10948
|
+
for (var x = -1, M = arguments.length, T = -1, I = l.length, O = L(I + M), W = this && this !== je && this instanceof w ? g : t; ++T < I; )
|
|
10949
10949
|
O[T] = l[T];
|
|
10950
10950
|
for (; M--; )
|
|
10951
10951
|
O[T++] = arguments[++x];
|
|
@@ -11081,7 +11081,7 @@ It.exports;
|
|
|
11081
11081
|
case R2:
|
|
11082
11082
|
case U2:
|
|
11083
11083
|
return I1(+t, +a);
|
|
11084
|
-
case
|
|
11084
|
+
case Ai:
|
|
11085
11085
|
return t.name == a.name && t.message == a.message;
|
|
11086
11086
|
case W2:
|
|
11087
11087
|
case N2:
|
|
@@ -11136,7 +11136,7 @@ It.exports;
|
|
|
11136
11136
|
return g.delete(t), g.delete(a), fe;
|
|
11137
11137
|
}
|
|
11138
11138
|
function dn(t) {
|
|
11139
|
-
return la(_5(t, n,
|
|
11139
|
+
return la(_5(t, n, A5), t + "");
|
|
11140
11140
|
}
|
|
11141
11141
|
function ia(t) {
|
|
11142
11142
|
return zs(t, Ue, oa);
|
|
@@ -11375,10 +11375,10 @@ It.exports;
|
|
|
11375
11375
|
}
|
|
11376
11376
|
function _5(t, a, d) {
|
|
11377
11377
|
return a = Ze(a === n ? t.length - 1 : a, 0), function() {
|
|
11378
|
-
for (var l = arguments, v = -1, g = Ze(l.length - a, 0), w =
|
|
11378
|
+
for (var l = arguments, v = -1, g = Ze(l.length - a, 0), w = L(g); ++v < g; )
|
|
11379
11379
|
w[v] = l[a + v];
|
|
11380
11380
|
v = -1;
|
|
11381
|
-
for (var x =
|
|
11381
|
+
for (var x = L(a + 1); ++v < a; )
|
|
11382
11382
|
x[v] = l[v];
|
|
11383
11383
|
return x[a] = d(w), c1(t, this, x);
|
|
11384
11384
|
};
|
|
@@ -11407,7 +11407,7 @@ It.exports;
|
|
|
11407
11407
|
function x5(t) {
|
|
11408
11408
|
var a = 0, d = 0;
|
|
11409
11409
|
return function() {
|
|
11410
|
-
var l =
|
|
11410
|
+
var l = Ld(), v = V4 - (l - d);
|
|
11411
11411
|
if (d = l, v > 0) {
|
|
11412
11412
|
if (++a >= H4)
|
|
11413
11413
|
return arguments[0];
|
|
@@ -11466,7 +11466,7 @@ It.exports;
|
|
|
11466
11466
|
var l = t == null ? 0 : t.length;
|
|
11467
11467
|
if (!l || a < 1)
|
|
11468
11468
|
return [];
|
|
11469
|
-
for (var v = 0, g = 0, w =
|
|
11469
|
+
for (var v = 0, g = 0, w = L(qi(l / a)); v < l; )
|
|
11470
11470
|
w[g++] = x1(t, v, v += a);
|
|
11471
11471
|
return w;
|
|
11472
11472
|
}
|
|
@@ -11481,7 +11481,7 @@ It.exports;
|
|
|
11481
11481
|
var t = arguments.length;
|
|
11482
11482
|
if (!t)
|
|
11483
11483
|
return [];
|
|
11484
|
-
for (var a =
|
|
11484
|
+
for (var a = L(t - 1), d = arguments[0], l = t; l--; )
|
|
11485
11485
|
a[l - 1] = arguments[l];
|
|
11486
11486
|
return Sn(oe(d) ? o1(d) : [d], qe(a, 1));
|
|
11487
11487
|
}
|
|
@@ -11526,7 +11526,7 @@ It.exports;
|
|
|
11526
11526
|
var v = l - 1;
|
|
11527
11527
|
return d !== n && (v = re(d), v = d < 0 ? Ze(l + v, 0) : Xe(v, l - 1)), Ti(t, K(a, 3), v, !0);
|
|
11528
11528
|
}
|
|
11529
|
-
function
|
|
11529
|
+
function A5(t) {
|
|
11530
11530
|
var a = t == null ? 0 : t.length;
|
|
11531
11531
|
return a ? qe(t, 1) : [];
|
|
11532
11532
|
}
|
|
@@ -11545,7 +11545,7 @@ It.exports;
|
|
|
11545
11545
|
}
|
|
11546
11546
|
return l;
|
|
11547
11547
|
}
|
|
11548
|
-
function
|
|
11548
|
+
function L5(t) {
|
|
11549
11549
|
return t && t.length ? t[0] : n;
|
|
11550
11550
|
}
|
|
11551
11551
|
function S8(t, a, d) {
|
|
@@ -11559,10 +11559,10 @@ It.exports;
|
|
|
11559
11559
|
var a = t == null ? 0 : t.length;
|
|
11560
11560
|
return a ? x1(t, 0, -1) : [];
|
|
11561
11561
|
}
|
|
11562
|
-
var
|
|
11562
|
+
var A8 = le(function(t) {
|
|
11563
11563
|
var a = Ve(t, K0);
|
|
11564
11564
|
return a.length && a[0] === t[0] ? R0(a) : [];
|
|
11565
|
-
}),
|
|
11565
|
+
}), L8 = le(function(t) {
|
|
11566
11566
|
var a = b1(t), d = Ve(t, K0);
|
|
11567
11567
|
return a === b1(d) ? a = n : d.pop(), d.length && d[0] === t[0] ? R0(d, K(a, 2)) : [];
|
|
11568
11568
|
}), D8 = le(function(t) {
|
|
@@ -11698,7 +11698,7 @@ It.exports;
|
|
|
11698
11698
|
return t = Mn(t, function(d) {
|
|
11699
11699
|
if (Ie(d))
|
|
11700
11700
|
return a = Ze(d.length, a), !0;
|
|
11701
|
-
}),
|
|
11701
|
+
}), L0(a, function(d) {
|
|
11702
11702
|
return Ve(t, S0(d));
|
|
11703
11703
|
});
|
|
11704
11704
|
}
|
|
@@ -11806,14 +11806,14 @@ It.exports;
|
|
|
11806
11806
|
function B6(t, a) {
|
|
11807
11807
|
return qe(ut(t, a), 1);
|
|
11808
11808
|
}
|
|
11809
|
-
function
|
|
11809
|
+
function A6(t, a) {
|
|
11810
11810
|
return qe(ut(t, a), Rn);
|
|
11811
11811
|
}
|
|
11812
|
-
function
|
|
11812
|
+
function L6(t, a, d) {
|
|
11813
11813
|
return d = d === n ? 1 : re(d), qe(ut(t, a), d);
|
|
11814
11814
|
}
|
|
11815
11815
|
function z5(t, a) {
|
|
11816
|
-
var d = oe(t) ? _1 :
|
|
11816
|
+
var d = oe(t) ? _1 : Ln;
|
|
11817
11817
|
return d(t, K(a, 3));
|
|
11818
11818
|
}
|
|
11819
11819
|
function F5(t, a) {
|
|
@@ -11829,8 +11829,8 @@ It.exports;
|
|
|
11829
11829
|
return d < 0 && (d = Ze(v + d, 0)), yt(t) ? d <= v && t.indexOf(a, d) > -1 : !!v && o2(t, a, d) > -1;
|
|
11830
11830
|
}
|
|
11831
11831
|
var V6 = le(function(t, a, d) {
|
|
11832
|
-
var l = -1, v = typeof a == "function", g = r1(t) ?
|
|
11833
|
-
return
|
|
11832
|
+
var l = -1, v = typeof a == "function", g = r1(t) ? L(t.length) : [];
|
|
11833
|
+
return Ln(t, function(w) {
|
|
11834
11834
|
g[++l] = v ? c1(a, w, d) : ni(w, a, d);
|
|
11835
11835
|
}), g;
|
|
11836
11836
|
}), z6 = tt(function(t, a, d) {
|
|
@@ -11850,7 +11850,7 @@ It.exports;
|
|
|
11850
11850
|
});
|
|
11851
11851
|
function I6(t, a, d) {
|
|
11852
11852
|
var l = oe(t) ? b0 : cs, v = arguments.length < 3;
|
|
11853
|
-
return l(t, K(a, 4), d, v,
|
|
11853
|
+
return l(t, K(a, 4), d, v, Ln);
|
|
11854
11854
|
}
|
|
11855
11855
|
function P6(t, a, d) {
|
|
11856
11856
|
var l = oe(t) ? X7 : cs, v = arguments.length < 3;
|
|
@@ -11985,9 +11985,9 @@ It.exports;
|
|
|
11985
11985
|
return v1.cancel = p1, v1.flush = s1, v1;
|
|
11986
11986
|
}
|
|
11987
11987
|
var q6 = le(function(t, a) {
|
|
11988
|
-
return
|
|
11988
|
+
return Ls(t, 1, a);
|
|
11989
11989
|
}), Y6 = le(function(t, a, d) {
|
|
11990
|
-
return
|
|
11990
|
+
return Ls(t, M1(a) || 0, d);
|
|
11991
11991
|
});
|
|
11992
11992
|
function G6(t) {
|
|
11993
11993
|
return rn(t, a0);
|
|
@@ -12085,13 +12085,13 @@ It.exports;
|
|
|
12085
12085
|
return a = typeof a == "function" ? a : n, w1(t, z, a);
|
|
12086
12086
|
}
|
|
12087
12087
|
function rf(t) {
|
|
12088
|
-
return w1(t,
|
|
12088
|
+
return w1(t, A | z);
|
|
12089
12089
|
}
|
|
12090
12090
|
function df(t, a) {
|
|
12091
|
-
return a = typeof a == "function" ? a : n, w1(t,
|
|
12091
|
+
return a = typeof a == "function" ? a : n, w1(t, A | z, a);
|
|
12092
12092
|
}
|
|
12093
12093
|
function ff(t, a) {
|
|
12094
|
-
return a == null ||
|
|
12094
|
+
return a == null || As(t, a, Ue(a));
|
|
12095
12095
|
}
|
|
12096
12096
|
function I1(t, a) {
|
|
12097
12097
|
return t === a || t !== t && a !== a;
|
|
@@ -12102,7 +12102,7 @@ It.exports;
|
|
|
12102
12102
|
return arguments;
|
|
12103
12103
|
}()) ? Fs : function(t) {
|
|
12104
12104
|
return Te(t) && be.call(t, "callee") && !Cs.call(t, "callee");
|
|
12105
|
-
}, oe =
|
|
12105
|
+
}, oe = L.isArray, uf = ns ? u1(ns) : _9;
|
|
12106
12106
|
function r1(t) {
|
|
12107
12107
|
return t != null && vt(t.length) && !ln(t);
|
|
12108
12108
|
}
|
|
@@ -12143,7 +12143,7 @@ It.exports;
|
|
|
12143
12143
|
if (!Te(t))
|
|
12144
12144
|
return !1;
|
|
12145
12145
|
var a = t1(t);
|
|
12146
|
-
return a ==
|
|
12146
|
+
return a == Ai || a == Z4 || typeof t.message == "string" && typeof t.name == "string" && !ri(t);
|
|
12147
12147
|
}
|
|
12148
12148
|
function _f(t) {
|
|
12149
12149
|
return typeof t == "number" && ws(t);
|
|
@@ -12152,7 +12152,7 @@ It.exports;
|
|
|
12152
12152
|
if (!Fe(t))
|
|
12153
12153
|
return !1;
|
|
12154
12154
|
var a = t1(t);
|
|
12155
|
-
return a ==
|
|
12155
|
+
return a == Li || a == L3 || a == E4 || a == U4;
|
|
12156
12156
|
}
|
|
12157
12157
|
function U5(t) {
|
|
12158
12158
|
return typeof t == "number" && t == re(t);
|
|
@@ -12215,10 +12215,10 @@ It.exports;
|
|
|
12215
12215
|
function Bf(t) {
|
|
12216
12216
|
return t === n;
|
|
12217
12217
|
}
|
|
12218
|
-
function
|
|
12218
|
+
function Af(t) {
|
|
12219
12219
|
return Te(t) && Qe(t) == j2;
|
|
12220
12220
|
}
|
|
12221
|
-
function
|
|
12221
|
+
function Lf(t) {
|
|
12222
12222
|
return Te(t) && t1(t) == N4;
|
|
12223
12223
|
}
|
|
12224
12224
|
var Df = rt(N0), Hf = rt(function(t, a) {
|
|
@@ -12372,7 +12372,7 @@ It.exports;
|
|
|
12372
12372
|
var l = !1;
|
|
12373
12373
|
a = Ve(a, function(g) {
|
|
12374
12374
|
return g = Hn(g, t), l || (l = g.length > 1), g;
|
|
12375
|
-
}), Y1(t, ta(t), d), l && (d = w1(d,
|
|
12375
|
+
}), Y1(t, ta(t), d), l && (d = w1(d, A | B | z, Y9));
|
|
12376
12376
|
for (var v = a.length; v--; )
|
|
12377
12377
|
X0(d, a[v]);
|
|
12378
12378
|
return d;
|
|
@@ -12381,7 +12381,7 @@ It.exports;
|
|
|
12381
12381
|
return K5(t, pt(K(a)));
|
|
12382
12382
|
}
|
|
12383
12383
|
var il = dn(function(t, a) {
|
|
12384
|
-
return t == null ? {} :
|
|
12384
|
+
return t == null ? {} : A9(t, a);
|
|
12385
12385
|
});
|
|
12386
12386
|
function K5(t, a) {
|
|
12387
12387
|
if (t == null)
|
|
@@ -12509,10 +12509,10 @@ It.exports;
|
|
|
12509
12509
|
var Bl = p2(function(t, a, d) {
|
|
12510
12510
|
return t + (d ? "_" : "") + a.toLowerCase();
|
|
12511
12511
|
});
|
|
12512
|
-
function
|
|
12512
|
+
function Al(t, a, d) {
|
|
12513
12513
|
return d && typeof d != "number" && a1(t, a, d) && (a = d = n), d = d === n ? j1 : d >>> 0, d ? (t = xe(t), t && (typeof a == "string" || a != null && !va(a)) && (a = h1(a), !a && r2(t)) ? Vn(F1(t), 0, d) : t.split(a, d)) : [];
|
|
12514
12514
|
}
|
|
12515
|
-
var
|
|
12515
|
+
var Ll = p2(function(t, a, d) {
|
|
12516
12516
|
return t + (d ? " " : "") + _a(a);
|
|
12517
12517
|
});
|
|
12518
12518
|
function Dl(t, a, d) {
|
|
@@ -12589,7 +12589,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12589
12589
|
return Vn(l, v).join("");
|
|
12590
12590
|
}
|
|
12591
12591
|
function Pl(t, a) {
|
|
12592
|
-
var d =
|
|
12592
|
+
var d = L4, l = D4;
|
|
12593
12593
|
if (Fe(a)) {
|
|
12594
12594
|
var v = "separator" in a ? a.separator : v;
|
|
12595
12595
|
d = "length" in a ? re(a.length) : d, l = "omission" in a ? h1(a.omission) : l;
|
|
@@ -12656,7 +12656,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12656
12656
|
});
|
|
12657
12657
|
}
|
|
12658
12658
|
function Ul(t) {
|
|
12659
|
-
return u9(w1(t,
|
|
12659
|
+
return u9(w1(t, A));
|
|
12660
12660
|
}
|
|
12661
12661
|
function Ca(t) {
|
|
12662
12662
|
return function() {
|
|
@@ -12671,13 +12671,13 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12671
12671
|
return t;
|
|
12672
12672
|
}
|
|
12673
12673
|
function ka(t) {
|
|
12674
|
-
return Is(typeof t == "function" ? t : w1(t,
|
|
12674
|
+
return Is(typeof t == "function" ? t : w1(t, A));
|
|
12675
12675
|
}
|
|
12676
12676
|
function ql(t) {
|
|
12677
|
-
return Os(w1(t,
|
|
12677
|
+
return Os(w1(t, A));
|
|
12678
12678
|
}
|
|
12679
12679
|
function Yl(t, a) {
|
|
12680
|
-
return Es(t, w1(a,
|
|
12680
|
+
return Es(t, w1(a, A));
|
|
12681
12681
|
}
|
|
12682
12682
|
var Gl = le(function(t, a) {
|
|
12683
12683
|
return function(d) {
|
|
@@ -12716,7 +12716,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12716
12716
|
}
|
|
12717
12717
|
var Jl = ea(Ve), $l = ea(rs), ec = ea(M0);
|
|
12718
12718
|
function ao(t) {
|
|
12719
|
-
return ra(t) ? S0(G1(t)) :
|
|
12719
|
+
return ra(t) ? S0(G1(t)) : L9(t);
|
|
12720
12720
|
}
|
|
12721
12721
|
function nc(t) {
|
|
12722
12722
|
return function(a) {
|
|
@@ -12744,7 +12744,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12744
12744
|
return [];
|
|
12745
12745
|
var d = j1, l = Xe(t, j1);
|
|
12746
12746
|
a = K(a), t -= j1;
|
|
12747
|
-
for (var v =
|
|
12747
|
+
for (var v = L0(l, a); ++d < t; )
|
|
12748
12748
|
a(d);
|
|
12749
12749
|
return v;
|
|
12750
12750
|
}
|
|
@@ -12784,12 +12784,12 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12784
12784
|
return t - a;
|
|
12785
12785
|
}, 0);
|
|
12786
12786
|
function xc(t) {
|
|
12787
|
-
return t && t.length ?
|
|
12787
|
+
return t && t.length ? A0(t, f1) : 0;
|
|
12788
12788
|
}
|
|
12789
12789
|
function bc(t, a) {
|
|
12790
|
-
return t && t.length ?
|
|
12790
|
+
return t && t.length ? A0(t, K(a, 2)) : 0;
|
|
12791
12791
|
}
|
|
12792
|
-
return y.after = j6, y.ary = T5, y.assign = zf, y.assignIn = X5, y.assignInWith = gt, y.assignWith = Ff, y.at = Tf, y.before = I5, y.bind = ha, y.bindAll = Zl, y.bindKey = P5, y.castArray = af, y.chain = V5, y.chunk = u8, y.compact = h8, y.concat = m8, y.cond = Rl, y.conforms = Ul, y.constant = Ca, y.countBy = w6, y.create = If, y.curry = O5, y.curryRight = E5, y.debounce = Z5, y.defaults = Pf, y.defaultsDeep = Of, y.defer = q6, y.delay = Y6, y.difference = p8, y.differenceBy = v8, y.differenceWith = y8, y.drop = g8, y.dropRight = _8, y.dropRightWhile = C8, y.dropWhile = k8, y.fill = w8, y.filter = b6, y.flatMap = B6, y.flatMapDeep =
|
|
12792
|
+
return y.after = j6, y.ary = T5, y.assign = zf, y.assignIn = X5, y.assignInWith = gt, y.assignWith = Ff, y.at = Tf, y.before = I5, y.bind = ha, y.bindAll = Zl, y.bindKey = P5, y.castArray = af, y.chain = V5, y.chunk = u8, y.compact = h8, y.concat = m8, y.cond = Rl, y.conforms = Ul, y.constant = Ca, y.countBy = w6, y.create = If, y.curry = O5, y.curryRight = E5, y.debounce = Z5, y.defaults = Pf, y.defaultsDeep = Of, y.defer = q6, y.delay = Y6, y.difference = p8, y.differenceBy = v8, y.differenceWith = y8, y.drop = g8, y.dropRight = _8, y.dropRightWhile = C8, y.dropWhile = k8, y.fill = w8, y.filter = b6, y.flatMap = B6, y.flatMapDeep = A6, y.flatMapDepth = L6, y.flatten = A5, y.flattenDeep = x8, y.flattenDepth = b8, y.flip = G6, y.flow = Nl, y.flowRight = jl, y.fromPairs = M8, y.functions = jf, y.functionsIn = qf, y.groupBy = D6, y.initial = B8, y.intersection = A8, y.intersectionBy = L8, y.intersectionWith = D8, y.invert = Gf, y.invertBy = Xf, y.invokeMap = V6, y.iteratee = ka, y.keyBy = z6, y.keys = Ue, y.keysIn = d1, y.map = ut, y.mapKeys = Kf, y.mapValues = Jf, y.matches = ql, y.matchesProperty = Yl, y.memoize = mt, y.merge = $f, y.mergeWith = Q5, y.method = Gl, y.methodOf = Xl, y.mixin = wa, y.negate = pt, y.nthArg = Kl, y.omit = el, y.omitBy = nl, y.once = X6, y.orderBy = F6, y.over = Jl, y.overArgs = Q6, y.overEvery = $l, y.overSome = ec, y.partial = ma, y.partialRight = R5, y.partition = T6, y.pick = il, y.pickBy = K5, y.property = ao, y.propertyOf = nc, y.pull = F8, y.pullAll = D5, y.pullAllBy = T8, y.pullAllWith = I8, y.pullAt = P8, y.range = ic, y.rangeRight = tc, y.rearg = K6, y.reject = O6, y.remove = O8, y.rest = J6, y.reverse = ca, y.sampleSize = Z6, y.set = al, y.setWith = sl, y.shuffle = R6, y.slice = E8, y.sortBy = N6, y.sortedUniq = q8, y.sortedUniqBy = Y8, y.split = Al, y.spread = $6, y.tail = G8, y.take = X8, y.takeRight = Q8, y.takeRightWhile = K8, y.takeWhile = J8, y.tap = h6, y.throttle = ef, y.thru = ct, y.toArray = q5, y.toPairs = J5, y.toPairsIn = $5, y.toPath = dc, y.toPlainObject = G5, y.transform = ol, y.unary = nf, y.union = $8, y.unionBy = e6, y.unionWith = n6, y.uniq = i6, y.uniqBy = t6, y.uniqWith = a6, y.unset = rl, y.unzip = ua, y.unzipWith = H5, y.update = dl, y.updateWith = fl, y.values = g2, y.valuesIn = ll, y.without = s6, y.words = io, y.wrap = tf, y.xor = o6, y.xorBy = r6, y.xorWith = d6, y.zip = f6, y.zipObject = l6, y.zipObjectDeep = c6, y.zipWith = u6, y.entries = J5, y.entriesIn = $5, y.extend = X5, y.extendWith = gt, wa(y, y), y.add = lc, y.attempt = to, y.camelCase = ml, y.capitalize = eo, y.ceil = cc, y.clamp = cl, y.clone = sf, y.cloneDeep = rf, y.cloneDeepWith = df, y.cloneWith = of, y.conformsTo = ff, y.deburr = no, y.defaultTo = Wl, y.divide = uc, y.endsWith = pl, y.eq = I1, y.escape = vl, y.escapeRegExp = yl, y.every = x6, y.find = M6, y.findIndex = S5, y.findKey = Ef, y.findLast = S6, y.findLastIndex = B5, y.findLastKey = Zf, y.floor = hc, y.forEach = z5, y.forEachRight = F5, y.forIn = Rf, y.forInRight = Uf, y.forOwn = Wf, y.forOwnRight = Nf, y.get = ya, y.gt = lf, y.gte = cf, y.has = Yf, y.hasIn = ga, y.head = L5, y.identity = f1, y.includes = H6, y.indexOf = S8, y.inRange = ul, y.invoke = Qf, y.isArguments = Qn, y.isArray = oe, y.isArrayBuffer = uf, y.isArrayLike = r1, y.isArrayLikeObject = Ie, y.isBoolean = hf, y.isBuffer = zn, y.isDate = mf, y.isElement = pf, y.isEmpty = vf, y.isEqual = yf, y.isEqualWith = gf, y.isError = pa, y.isFinite = _f, y.isFunction = ln, y.isInteger = U5, y.isLength = vt, y.isMap = W5, y.isMatch = Cf, y.isMatchWith = kf, y.isNaN = wf, y.isNative = xf, y.isNil = Mf, y.isNull = bf, y.isNumber = N5, y.isObject = Fe, y.isObjectLike = Te, y.isPlainObject = ri, y.isRegExp = va, y.isSafeInteger = Sf, y.isSet = j5, y.isString = yt, y.isSymbol = m1, y.isTypedArray = y2, y.isUndefined = Bf, y.isWeakMap = Af, y.isWeakSet = Lf, y.join = H8, y.kebabCase = gl, y.last = b1, y.lastIndexOf = V8, y.lowerCase = _l, y.lowerFirst = Cl, y.lt = Df, y.lte = Hf, y.max = mc, y.maxBy = pc, y.mean = vc, y.meanBy = yc, y.min = gc, y.minBy = _c, y.stubArray = ba, y.stubFalse = Ma, y.stubObject = ac, y.stubString = sc, y.stubTrue = oc, y.multiply = Cc, y.nth = z8, y.noConflict = Ql, y.noop = xa, y.now = ht, y.pad = kl, y.padEnd = wl, y.padStart = xl, y.parseInt = bl, y.random = hl, y.reduce = I6, y.reduceRight = P6, y.repeat = Ml, y.replace = Sl, y.result = tl, y.round = kc, y.runInContext = b, y.sample = E6, y.size = U6, y.snakeCase = Bl, y.some = W6, y.sortedIndex = Z8, y.sortedIndexBy = R8, y.sortedIndexOf = U8, y.sortedLastIndex = W8, y.sortedLastIndexBy = N8, y.sortedLastIndexOf = j8, y.startCase = Ll, y.startsWith = Dl, y.subtract = wc, y.sum = xc, y.sumBy = bc, y.template = Hl, y.times = rc, y.toFinite = cn, y.toInteger = re, y.toLength = Y5, y.toLower = Vl, y.toNumber = M1, y.toSafeInteger = Vf, y.toString = xe, y.toUpper = zl, y.trim = Fl, y.trimEnd = Tl, y.trimStart = Il, y.truncate = Pl, y.unescape = Ol, y.uniqueId = fc, y.upperCase = El, y.upperFirst = _a, y.each = z5, y.eachRight = F5, y.first = L5, wa(y, function() {
|
|
12793
12793
|
var t = {};
|
|
12794
12794
|
return q1(y, function(a, d) {
|
|
12795
12795
|
be.call(y.prototype, d) || (t[d] = a);
|
|
@@ -12808,7 +12808,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
12808
12808
|
return this.reverse()[t](d).reverse();
|
|
12809
12809
|
};
|
|
12810
12810
|
}), _1(["filter", "map", "takeWhile"], function(t, a) {
|
|
12811
|
-
var d = a + 1, l = d ==
|
|
12811
|
+
var d = a + 1, l = d == A3 || d == F4;
|
|
12812
12812
|
he.prototype[t] = function(v) {
|
|
12813
12813
|
var g = this.clone();
|
|
12814
12814
|
return g.__iteratees__.push({
|
|
@@ -13146,7 +13146,7 @@ const fR = /* @__PURE__ */ C(oR, [["render", dR], ["__scopeId", "data-v-c08992a3
|
|
|
13146
13146
|
}
|
|
13147
13147
|
};
|
|
13148
13148
|
function cR(e, i, n, s, r, o) {
|
|
13149
|
-
return u(), N(En(o.currentComponent),
|
|
13149
|
+
return u(), N(En(o.currentComponent), L1({ class: "unnnic-tag-content" }, e.$attrs, {
|
|
13150
13150
|
text: n.text,
|
|
13151
13151
|
disabled: n.disabled,
|
|
13152
13152
|
hasCloseIcon: n.hasCloseIcon,
|
|
@@ -13283,8 +13283,8 @@ function BR(e, i, n, s, r, o) {
|
|
|
13283
13283
|
])) : H("", !0)
|
|
13284
13284
|
]);
|
|
13285
13285
|
}
|
|
13286
|
-
const
|
|
13287
|
-
const
|
|
13286
|
+
const AR = /* @__PURE__ */ C(gR, [["render", BR], ["__scopeId", "data-v-a3d6c7d2"]]);
|
|
13287
|
+
const LR = {
|
|
13288
13288
|
model: {
|
|
13289
13289
|
event: "change"
|
|
13290
13290
|
},
|
|
@@ -13358,7 +13358,7 @@ function HR(e, i, n, s, r, o) {
|
|
|
13358
13358
|
}, S(n.textRight), 3)) : H("", !0)
|
|
13359
13359
|
]);
|
|
13360
13360
|
}
|
|
13361
|
-
const n0 = /* @__PURE__ */ C(
|
|
13361
|
+
const n0 = /* @__PURE__ */ C(LR, [["render", HR], ["__scopeId", "data-v-fac578ef"]]);
|
|
13362
13362
|
const VR = {
|
|
13363
13363
|
components: {
|
|
13364
13364
|
UnnnicIcon: X,
|
|
@@ -13425,9 +13425,9 @@ function UR(e, i, n, s, r, o) {
|
|
|
13425
13425
|
src: n.image
|
|
13426
13426
|
}, null, 8, PR),
|
|
13427
13427
|
n.data.length ? (u(), m("div", OR, [
|
|
13428
|
-
(u(!0), m(G, null, $(n.data, (k,
|
|
13428
|
+
(u(!0), m(G, null, $(n.data, (k, A) => (u(), m("div", {
|
|
13429
13429
|
class: "data",
|
|
13430
|
-
key:
|
|
13430
|
+
key: A
|
|
13431
13431
|
}, [
|
|
13432
13432
|
c("div", ER, S(k.name), 1),
|
|
13433
13433
|
c("div", ZR, [
|
|
@@ -13528,7 +13528,7 @@ function aU(e, i, n, s, r, o) {
|
|
|
13528
13528
|
te(e.$slots, "content", {}, void 0, !0),
|
|
13529
13529
|
c("div", {
|
|
13530
13530
|
class: "statuses",
|
|
13531
|
-
style:
|
|
13531
|
+
style: Ae({
|
|
13532
13532
|
gridTemplateColumns: `repeat(auto-fit, minmax(${n.minStatusWidth}, 1fr))`
|
|
13533
13533
|
})
|
|
13534
13534
|
}, [
|
|
@@ -13873,7 +13873,7 @@ function BU(e, i, n, s, r, o) {
|
|
|
13873
13873
|
const f = V("UnnnicIcon");
|
|
13874
13874
|
return u(), N(Wo, { name: "modal" }, {
|
|
13875
13875
|
default: ge(() => [
|
|
13876
|
-
n.showModal ? (u(), m("div",
|
|
13876
|
+
n.showModal ? (u(), m("div", L1({ key: 0 }, e.$attrs, {
|
|
13877
13877
|
ref: "modalContainer",
|
|
13878
13878
|
class: ["unnnic-modal"]
|
|
13879
13879
|
}), [
|
|
@@ -13940,7 +13940,7 @@ var S1 = globalThis && globalThis.__classPrivateFieldGet || function(e, i, n, s)
|
|
|
13940
13940
|
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
13941
13941
|
return n === "m" ? s : n === "a" ? s.call(e) : s ? s.value : i.get(e);
|
|
13942
13942
|
}, x2, ci, Jn;
|
|
13943
|
-
class
|
|
13943
|
+
class AU {
|
|
13944
13944
|
constructor(...i) {
|
|
13945
13945
|
x2.set(this, /* @__PURE__ */ new Map()), ci.set(this, /* @__PURE__ */ new Map()), Jn.set(this, /* @__PURE__ */ new Map());
|
|
13946
13946
|
for (const n of i)
|
|
@@ -13992,7 +13992,7 @@ class LU {
|
|
|
13992
13992
|
}
|
|
13993
13993
|
}
|
|
13994
13994
|
x2 = /* @__PURE__ */ new WeakMap(), ci = /* @__PURE__ */ new WeakMap(), Jn = /* @__PURE__ */ new WeakMap();
|
|
13995
|
-
const
|
|
13995
|
+
const LU = new AU(Kr, Qr)._freeze();
|
|
13996
13996
|
const DU = {
|
|
13997
13997
|
name: "ImportCard",
|
|
13998
13998
|
components: {
|
|
@@ -14209,7 +14209,7 @@ const RU = {
|
|
|
14209
14209
|
return !0;
|
|
14210
14210
|
const i = this.supportedFormats.split(",").map((s) => s.trim());
|
|
14211
14211
|
return Array.from(e).find((s) => {
|
|
14212
|
-
const r = s.name.toLowerCase(), o = s.type.toLowerCase(), f = `.${r.split(".").pop()}`, h = i.includes(f), p = o ===
|
|
14212
|
+
const r = s.name.toLowerCase(), o = s.type.toLowerCase(), f = `.${r.split(".").pop()}`, h = i.includes(f), p = o === LU.getType(r);
|
|
14213
14213
|
return h && p;
|
|
14214
14214
|
});
|
|
14215
14215
|
},
|
|
@@ -14603,7 +14603,7 @@ function cW(e, i, n, s, r, o) {
|
|
|
14603
14603
|
size: "xs",
|
|
14604
14604
|
onClick: n.onClose
|
|
14605
14605
|
}, null, 8, ["onClick"]))
|
|
14606
|
-
], 2)) : (u(), N(En("version" + n.version.replace(/\./g, "dot")), Vc(
|
|
14606
|
+
], 2)) : (u(), N(En("version" + n.version.replace(/\./g, "dot")), Vc(L1({ key: 1 }, { ...e.$props })), null, 16));
|
|
14607
14607
|
}
|
|
14608
14608
|
const uW = /* @__PURE__ */ C(rW, [["render", cW], ["__scopeId", "data-v-3afe8a12"]]);
|
|
14609
14609
|
function hW(e) {
|
|
@@ -14803,7 +14803,7 @@ function SW(e, i, n, s, r, o) {
|
|
|
14803
14803
|
]);
|
|
14804
14804
|
}
|
|
14805
14805
|
const BW = /* @__PURE__ */ C(CW, [["render", SW], ["__scopeId", "data-v-d0bc5476"]]);
|
|
14806
|
-
const
|
|
14806
|
+
const AW = {
|
|
14807
14807
|
props: {
|
|
14808
14808
|
type: {
|
|
14809
14809
|
type: String,
|
|
@@ -14856,7 +14856,7 @@ const LW = {
|
|
|
14856
14856
|
}
|
|
14857
14857
|
}
|
|
14858
14858
|
};
|
|
14859
|
-
function
|
|
14859
|
+
function LW(e, i, n, s, r, o) {
|
|
14860
14860
|
return u(), m("span", {
|
|
14861
14861
|
class: F(["dropdown", { active: o.active }]),
|
|
14862
14862
|
ref: "dropdown"
|
|
@@ -14864,7 +14864,7 @@ function AW(e, i, n, s, r, o) {
|
|
|
14864
14864
|
te(e.$slots, "default", {}, void 0, !0),
|
|
14865
14865
|
c("div", {
|
|
14866
14866
|
class: "dropdown-data",
|
|
14867
|
-
style:
|
|
14867
|
+
style: Ae({ position: "fixed", ...o.positions }),
|
|
14868
14868
|
ref: "dropdown-data"
|
|
14869
14869
|
}, [
|
|
14870
14870
|
te(e.$slots, "inside", {
|
|
@@ -14874,7 +14874,7 @@ function AW(e, i, n, s, r, o) {
|
|
|
14874
14874
|
], 4)
|
|
14875
14875
|
], 2);
|
|
14876
14876
|
}
|
|
14877
|
-
const DW = /* @__PURE__ */ C(
|
|
14877
|
+
const DW = /* @__PURE__ */ C(AW, [["render", LW], ["__scopeId", "data-v-b954cf10"]]);
|
|
14878
14878
|
const HW = {
|
|
14879
14879
|
name: "UnnnicSelectSmart",
|
|
14880
14880
|
mixins: [O2],
|
|
@@ -14941,6 +14941,10 @@ const HW = {
|
|
|
14941
14941
|
autocompleteClearOnFocus: {
|
|
14942
14942
|
type: Boolean,
|
|
14943
14943
|
default: !1
|
|
14944
|
+
},
|
|
14945
|
+
selectFirst: {
|
|
14946
|
+
type: Boolean,
|
|
14947
|
+
default: !0
|
|
14944
14948
|
}
|
|
14945
14949
|
},
|
|
14946
14950
|
data() {
|
|
@@ -14964,7 +14968,7 @@ const HW = {
|
|
|
14964
14968
|
var e, i, n, s, r;
|
|
14965
14969
|
this.status = "mounted", (this.multiple || this.autocomplete) && (this.isAutocompleteAllowed = !0), (e = this.modelValue) != null && e[0] && ((i = this.modelValue) != null && i[0].value) ? (this.modelValue.forEach((o) => this.selectOption(o)), this.isAutocompleteAllowed && this.$nextTick(() => {
|
|
14966
14970
|
this.searchValue = this.selectedLabel;
|
|
14967
|
-
})) : (n = this.options) != null && n[0] && ((s = this.options) != null && s[0].value) && this.selectOption((r = this.options) == null ? void 0 : r[0]);
|
|
14971
|
+
})) : this.selectFirst && ((n = this.options) != null && n[0]) && ((s = this.options) != null && s[0].value) && this.selectOption((r = this.options) == null ? void 0 : r[0]);
|
|
14968
14972
|
},
|
|
14969
14973
|
watch: {
|
|
14970
14974
|
active(e) {
|
|
@@ -15000,9 +15004,7 @@ const HW = {
|
|
|
15000
15004
|
return e ? e.label : this.multiple ? this.modelValue.map((r) => r.label).join(", ") : ((n = this.modelValue.at(-1)) == null ? void 0 : n.label) || "";
|
|
15001
15005
|
},
|
|
15002
15006
|
hasDescriptionOptions() {
|
|
15003
|
-
return this.options.some(
|
|
15004
|
-
(e) => typeof e.description < "u"
|
|
15005
|
-
);
|
|
15007
|
+
return this.options.some((e) => typeof e.description < "u");
|
|
15006
15008
|
},
|
|
15007
15009
|
autocompletePlaceholder() {
|
|
15008
15010
|
if (this.isAutocompleteAllowed) {
|
|
@@ -15022,9 +15024,7 @@ const HW = {
|
|
|
15022
15024
|
},
|
|
15023
15025
|
methods: {
|
|
15024
15026
|
optionIsSelected(e) {
|
|
15025
|
-
return this.modelValue.some(
|
|
15026
|
-
(i) => i.value === e.value
|
|
15027
|
-
);
|
|
15027
|
+
return this.modelValue.some((i) => i.value === e.value);
|
|
15028
15028
|
},
|
|
15029
15029
|
clearSelectedOptions() {
|
|
15030
15030
|
this.$emit("update:modelValue", []);
|
|
@@ -15050,17 +15050,13 @@ const HW = {
|
|
|
15050
15050
|
const n = this.searchValue.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, "").split(" "), s = (h) => h.toString().toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, ""), r = (h) => {
|
|
15051
15051
|
var p;
|
|
15052
15052
|
return parseInt((p = h.match(/\d+/)) == null ? void 0 : p[0], 10) || 0;
|
|
15053
|
-
}, o = e.filter(
|
|
15054
|
-
(
|
|
15055
|
-
|
|
15056
|
-
|
|
15057
|
-
);
|
|
15058
|
-
return B && z && h;
|
|
15059
|
-
}
|
|
15060
|
-
);
|
|
15053
|
+
}, o = e.filter(({ value: h, label: p }, _, k) => {
|
|
15054
|
+
const A = s(p), B = k.findIndex((Z) => Z.value === h) === _, z = n.every((Z) => A.includes(Z));
|
|
15055
|
+
return B && z && h;
|
|
15056
|
+
});
|
|
15061
15057
|
return this.orderedByIndex ? o : o.sort((h, p) => {
|
|
15062
|
-
const _ = s(h.label), k = s(p.label),
|
|
15063
|
-
return
|
|
15058
|
+
const _ = s(h.label), k = s(p.label), A = r(_), B = r(k);
|
|
15059
|
+
return A - B || _.localeCompare(k);
|
|
15064
15060
|
});
|
|
15065
15061
|
},
|
|
15066
15062
|
onClickOutside() {
|
|
@@ -15092,11 +15088,7 @@ const HW = {
|
|
|
15092
15088
|
const i = this.modelValue.findIndex(
|
|
15093
15089
|
(n) => n.value === e.value
|
|
15094
15090
|
);
|
|
15095
|
-
|
|
15096
|
-
const n = this.modelValue;
|
|
15097
|
-
n.splice(i, 1), this.$emit("update:modelValue", n);
|
|
15098
|
-
}
|
|
15099
|
-
this.multiple && (this.searchValue = "");
|
|
15091
|
+
i !== -1 && this.modelValue.splice(i, 1), this.multiple && (this.searchValue = "");
|
|
15100
15092
|
},
|
|
15101
15093
|
onSelectOption(e) {
|
|
15102
15094
|
if (this.$nextTick(() => {
|
|
@@ -15136,9 +15128,9 @@ const HW = {
|
|
|
15136
15128
|
class: "unnnic-select-smart__options--no-results"
|
|
15137
15129
|
};
|
|
15138
15130
|
function FW(e, i, n, s, r, o) {
|
|
15139
|
-
const f = V("
|
|
15131
|
+
const f = V("text-input"), h = V("select-smart-multiple-header"), p = V("select-smart-option"), _ = V("dropdown-skeleton"), k = Ci("on-click-outside");
|
|
15140
15132
|
return We((u(), m("div", {
|
|
15141
|
-
onKeydown: i[1] || (i[1] = (...
|
|
15133
|
+
onKeydown: i[1] || (i[1] = (...A) => o.onKeyDownSelect && o.onKeyDownSelect(...A)),
|
|
15142
15134
|
class: "unnnic-select-smart"
|
|
15143
15135
|
}, [
|
|
15144
15136
|
E(_, {
|
|
@@ -15147,10 +15139,10 @@ function FW(e, i, n, s, r, o) {
|
|
|
15147
15139
|
position: "bottom",
|
|
15148
15140
|
ref: "dropdown-skeleton"
|
|
15149
15141
|
}, {
|
|
15150
|
-
inside: ge((
|
|
15142
|
+
inside: ge((A) => [
|
|
15151
15143
|
r.active ? (u(), m("div", {
|
|
15152
15144
|
key: 0,
|
|
15153
|
-
style:
|
|
15145
|
+
style: Ae({ width: A.width }),
|
|
15154
15146
|
class: F({
|
|
15155
15147
|
"unnnic-select-smart__options": !0,
|
|
15156
15148
|
active: r.active,
|
|
@@ -15203,13 +15195,13 @@ function FW(e, i, n, s, r, o) {
|
|
|
15203
15195
|
size: n.size,
|
|
15204
15196
|
disabled: n.disabled,
|
|
15205
15197
|
readonly: !r.isAutocompleteAllowed,
|
|
15206
|
-
|
|
15207
|
-
|
|
15208
|
-
|
|
15198
|
+
"icon-left": r.isAutocompleteAllowed && n.autocompleteIconLeft ? "search-1" : "",
|
|
15199
|
+
"icon-right": r.active ? "arrow-button-up-1" : "arrow-button-down-1",
|
|
15200
|
+
"icon-right-clickable": !n.disabled,
|
|
15209
15201
|
onIconRightClick: o.handleClickInput,
|
|
15210
15202
|
onClick: Je(o.handleClickInput, ["stop"]),
|
|
15211
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
15212
|
-
}, null, 8, ["modelValue", "placeholder", "type", "size", "disabled", "readonly", "
|
|
15203
|
+
"onUpdate:modelValue": i[0] || (i[0] = (A) => r.searchValue = A)
|
|
15204
|
+
}, null, 8, ["modelValue", "placeholder", "type", "size", "disabled", "readonly", "icon-left", "icon-right", "icon-right-clickable", "onIconRightClick", "onClick"])
|
|
15213
15205
|
]),
|
|
15214
15206
|
_: 1
|
|
15215
15207
|
}, 8, ["modelValue"])
|
|
@@ -15370,7 +15362,7 @@ function NW(e, i, n, s, r, o) {
|
|
|
15370
15362
|
key: `title-${k}`
|
|
15371
15363
|
}, S(_.title), 1)),
|
|
15372
15364
|
c("section", null, [
|
|
15373
|
-
(u(!0), m(G, null, $(_.items, (
|
|
15365
|
+
(u(!0), m(G, null, $(_.items, (A, B) => (u(), m(G, {
|
|
15374
15366
|
key: `item-${B}`
|
|
15375
15367
|
}, [
|
|
15376
15368
|
n.hideRadio ? (u(), m("div", {
|
|
@@ -15379,8 +15371,8 @@ function NW(e, i, n, s, r, o) {
|
|
|
15379
15371
|
class: "unnnic-radio-container unnnic-radio-container--sm",
|
|
15380
15372
|
style: { cursor: "pointer" }
|
|
15381
15373
|
}, [
|
|
15382
|
-
c("strong", null, S(
|
|
15383
|
-
c("span", null, S(
|
|
15374
|
+
c("strong", null, S(A.title), 1),
|
|
15375
|
+
c("span", null, S(A.description), 1)
|
|
15384
15376
|
], 8, WW)) : (u(), N(h, {
|
|
15385
15377
|
name: "",
|
|
15386
15378
|
modelValue: _.selected,
|
|
@@ -15392,8 +15384,8 @@ function NW(e, i, n, s, r, o) {
|
|
|
15392
15384
|
class: ""
|
|
15393
15385
|
}, {
|
|
15394
15386
|
default: ge(() => [
|
|
15395
|
-
c("strong", null, S(
|
|
15396
|
-
c("span", null, S(
|
|
15387
|
+
c("strong", null, S(A.title), 1),
|
|
15388
|
+
c("span", null, S(A.description), 1)
|
|
15397
15389
|
]),
|
|
15398
15390
|
_: 2
|
|
15399
15391
|
}, 1032, ["modelValue", "onUpdate:modelValue", "value"]))
|
|
@@ -15463,7 +15455,7 @@ function XW(e, i, n, s, r, o) {
|
|
|
15463
15455
|
c("div", {
|
|
15464
15456
|
ref: "content",
|
|
15465
15457
|
class: F(["content", { open: n.open }]),
|
|
15466
|
-
style:
|
|
15458
|
+
style: Ae({ height: r.height })
|
|
15467
15459
|
}, [
|
|
15468
15460
|
te(e.$slots, "default", {}, void 0, !0)
|
|
15469
15461
|
], 6)
|
|
@@ -15607,7 +15599,7 @@ function rN(e, i, n, s, r, o) {
|
|
|
15607
15599
|
(u(!0), m(G, null, $(o.elements, (f, h) => (u(), m("span", {
|
|
15608
15600
|
key: h,
|
|
15609
15601
|
class: F(o.classes),
|
|
15610
|
-
style:
|
|
15602
|
+
style: Ae(o.styles)
|
|
15611
15603
|
}, " ", 6))), 128))
|
|
15612
15604
|
]),
|
|
15613
15605
|
_: 1
|
|
@@ -15754,7 +15746,7 @@ const _N = /* @__PURE__ */ C(fN, [["render", gN]]), CN = {
|
|
|
15754
15746
|
}
|
|
15755
15747
|
};
|
|
15756
15748
|
function kN(e, i, n, s, r, o) {
|
|
15757
|
-
return u(), N(En(o.currentComponent),
|
|
15749
|
+
return u(), N(En(o.currentComponent), L1({ class: "unnnic-carousel-component" }, e.$attrs, {
|
|
15758
15750
|
name: n.name,
|
|
15759
15751
|
clickable: n.clickable,
|
|
15760
15752
|
tagItems: n.tagItems,
|
|
@@ -15838,14 +15830,14 @@ const BN = {
|
|
|
15838
15830
|
this.localValue = e, this.$emit("change", this.localValue);
|
|
15839
15831
|
}
|
|
15840
15832
|
}
|
|
15841
|
-
},
|
|
15833
|
+
}, AN = { class: "tab-header" }, LN = { class: "tab-content" }, DN = ["onClick"], HN = { class: "tab-body" }, VN = { class: "tab-panel" };
|
|
15842
15834
|
function zN(e, i, n, s, r, o) {
|
|
15843
15835
|
const f = V("UnnnicIcon"), h = V("UnnnicToolTip");
|
|
15844
15836
|
return u(), m("div", {
|
|
15845
15837
|
class: F(["tab", `size-${n.size}`])
|
|
15846
15838
|
}, [
|
|
15847
|
-
c("header",
|
|
15848
|
-
c("ul",
|
|
15839
|
+
c("header", AN, [
|
|
15840
|
+
c("ul", LN, [
|
|
15849
15841
|
(u(!0), m(G, null, $(n.tabs, (p) => (u(), m("li", {
|
|
15850
15842
|
class: F(["tab-head", {
|
|
15851
15843
|
"tab-head--active": r.localValue === p
|
|
@@ -16096,7 +16088,7 @@ const aj = {
|
|
|
16096
16088
|
}
|
|
16097
16089
|
};
|
|
16098
16090
|
function sj(e, i, n, s, r, o) {
|
|
16099
|
-
return u(), N(En(o.currentComponent),
|
|
16091
|
+
return u(), N(En(o.currentComponent), L1({ class: "unnnic-banner-component" }, e.$attrs, {
|
|
16100
16092
|
firstTitle: n.firstTitle,
|
|
16101
16093
|
secondTitle: n.secondTitle,
|
|
16102
16094
|
thirdTitle: n.thirdTitle,
|
|
@@ -16383,15 +16375,15 @@ const Sj = {
|
|
|
16383
16375
|
};
|
|
16384
16376
|
}
|
|
16385
16377
|
}
|
|
16386
|
-
}, Bj = { class: "unnnic-label" },
|
|
16378
|
+
}, Bj = { class: "unnnic-label" }, Aj = {
|
|
16387
16379
|
key: 0,
|
|
16388
16380
|
class: "unnnic-slider__label"
|
|
16389
|
-
},
|
|
16381
|
+
}, Lj = { class: "unnnic-slider__content" }, Dj = { class: "unnnic-slider__content__labels" }, Hj = { class: "unnnic-slider__content__labels__min" }, Vj = ["min", "max", "step"], zj = { class: "unnnic-slider__content__labels__max" }, Fj = ["value"];
|
|
16390
16382
|
function Tj(e, i, n, s, r, o) {
|
|
16391
16383
|
const f = V("UnnnicIcon"), h = V("UnnnicTooltip");
|
|
16392
16384
|
return u(), m("article", null, [
|
|
16393
16385
|
c("section", Bj, [
|
|
16394
|
-
n.label ? (u(), m("p",
|
|
16386
|
+
n.label ? (u(), m("p", Aj, S(n.label), 1)) : H("", !0),
|
|
16395
16387
|
n.labelInfo ? (u(), N(h, {
|
|
16396
16388
|
key: 1,
|
|
16397
16389
|
class: "unnnic-label__tooltip",
|
|
@@ -16413,9 +16405,9 @@ function Tj(e, i, n, s, r, o) {
|
|
|
16413
16405
|
]),
|
|
16414
16406
|
c("section", {
|
|
16415
16407
|
class: "unnnic-slider",
|
|
16416
|
-
style:
|
|
16408
|
+
style: Ae(o.cssVars)
|
|
16417
16409
|
}, [
|
|
16418
|
-
c("section",
|
|
16410
|
+
c("section", Lj, [
|
|
16419
16411
|
c("section", Dj, [
|
|
16420
16412
|
c("span", Hj, S(n.minLabel), 1),
|
|
16421
16413
|
E(h, {
|
|
@@ -16886,11 +16878,11 @@ const yq = {
|
|
|
16886
16878
|
};
|
|
16887
16879
|
}
|
|
16888
16880
|
function i(s, r, o, f, h, p) {
|
|
16889
|
-
const _ = o, k = f - o,
|
|
16881
|
+
const _ = o, k = f - o, A = e(s, r, _ + k, p), B = e(s, r, _ + k, h), z = p - h <= 180 ? "0" : "1";
|
|
16890
16882
|
return [
|
|
16891
16883
|
"M",
|
|
16892
|
-
|
|
16893
|
-
|
|
16884
|
+
A.x,
|
|
16885
|
+
A.y,
|
|
16894
16886
|
"A",
|
|
16895
16887
|
_ + k,
|
|
16896
16888
|
_ + k,
|
|
@@ -16953,7 +16945,7 @@ const yq = {
|
|
|
16953
16945
|
key: 0,
|
|
16954
16946
|
class: "description"
|
|
16955
16947
|
};
|
|
16956
|
-
function
|
|
16948
|
+
function Aq(e, i, n, s, r, o) {
|
|
16957
16949
|
return u(), m("div", gq, [
|
|
16958
16950
|
(u(), m("svg", _q, [
|
|
16959
16951
|
Cq,
|
|
@@ -16969,7 +16961,7 @@ function Lq(e, i, n, s, r, o) {
|
|
|
16969
16961
|
])
|
|
16970
16962
|
]);
|
|
16971
16963
|
}
|
|
16972
|
-
const
|
|
16964
|
+
const Lq = /* @__PURE__ */ C(yq, [["render", Aq], ["__scopeId", "data-v-dd8f4e07"]]);
|
|
16973
16965
|
const Dq = {
|
|
16974
16966
|
components: {
|
|
16975
16967
|
UnnnicIcon: X,
|
|
@@ -17107,13 +17099,13 @@ function Yq(e, i, n, s, r, o) {
|
|
|
17107
17099
|
class: "group"
|
|
17108
17100
|
}, [
|
|
17109
17101
|
c("div", Wq, [
|
|
17110
|
-
(u(!0), m(G, null, $(o.legends.map((
|
|
17102
|
+
(u(!0), m(G, null, $(o.legends.map((A, B) => ({ legend: A, index: B })).filter(({ legend: A }) => _.values[A]), ({ legend: A, index: B }) => (u(), N(p, {
|
|
17111
17103
|
enabled: "",
|
|
17112
17104
|
key: B,
|
|
17113
|
-
text: `${_.title}: ${_.values[
|
|
17114
|
-
${
|
|
17105
|
+
text: `${_.title}: ${_.values[A]}
|
|
17106
|
+
${A}`,
|
|
17115
17107
|
side: "top",
|
|
17116
|
-
style:
|
|
17108
|
+
style: Ae({ height: `${_.values[A] / o.maxValue * 100}%` })
|
|
17117
17109
|
}, {
|
|
17118
17110
|
default: ge(() => [
|
|
17119
17111
|
c("div", {
|
|
@@ -17238,7 +17230,7 @@ function sY(e, i, n, s, r, o) {
|
|
|
17238
17230
|
c("div", iY, [
|
|
17239
17231
|
c("div", {
|
|
17240
17232
|
class: "chart",
|
|
17241
|
-
style:
|
|
17233
|
+
style: Ae({ backgroundImage: o.svgChart }),
|
|
17242
17234
|
ref: "chart"
|
|
17243
17235
|
}, [
|
|
17244
17236
|
(u(!0), m(G, null, $(n.data, ({ value: h }, p) => (u(), m("div", {
|
|
@@ -17249,7 +17241,7 @@ function sY(e, i, n, s, r, o) {
|
|
|
17249
17241
|
enabled: "",
|
|
17250
17242
|
text: String(h),
|
|
17251
17243
|
side: "top",
|
|
17252
|
-
style:
|
|
17244
|
+
style: Ae({ height: `${h / o.maxValue * 100}%`, width: "100%" })
|
|
17253
17245
|
}, {
|
|
17254
17246
|
default: ge(() => [
|
|
17255
17247
|
tY
|
|
@@ -17438,8 +17430,8 @@ function BY(e, i, n, s, r, o) {
|
|
|
17438
17430
|
})
|
|
17439
17431
|
]);
|
|
17440
17432
|
}
|
|
17441
|
-
const
|
|
17442
|
-
const
|
|
17433
|
+
const AY = /* @__PURE__ */ C(bY, [["render", BY], ["__scopeId", "data-v-949f5d73"]]);
|
|
17434
|
+
const LY = {
|
|
17443
17435
|
components: {
|
|
17444
17436
|
UnnnicIcon: X
|
|
17445
17437
|
},
|
|
@@ -17544,20 +17536,20 @@ function FY(e, i, n, s, r, o) {
|
|
|
17544
17536
|
step: "0.001",
|
|
17545
17537
|
"onUpdate:modelValue": i[2] || (i[2] = (h) => r.progress = h),
|
|
17546
17538
|
onInput: i[3] || (i[3] = (...h) => o.emitProgressBarUpdate && o.emitProgressBarUpdate(...h)),
|
|
17547
|
-
style:
|
|
17539
|
+
style: Ae(o.progressBarStyle)
|
|
17548
17540
|
}, null, 46, HY)), [
|
|
17549
17541
|
[jo, r.progress]
|
|
17550
17542
|
]) : (u(), m("div", VY, [
|
|
17551
17543
|
(u(!0), m(G, null, $(n.bars, (h, p) => (u(), m("div", {
|
|
17552
17544
|
key: p,
|
|
17553
|
-
style:
|
|
17545
|
+
style: Ae({ height: `${h * 100}%` }),
|
|
17554
17546
|
class: F(["bar", { active: o.isBarActive(p) }])
|
|
17555
17547
|
}, null, 6))), 128))
|
|
17556
17548
|
])),
|
|
17557
17549
|
c("span", zY, S(n.time), 1)
|
|
17558
17550
|
]);
|
|
17559
17551
|
}
|
|
17560
|
-
const TY = /* @__PURE__ */ C(
|
|
17552
|
+
const TY = /* @__PURE__ */ C(LY, [["render", FY], ["__scopeId", "data-v-1043dbda"]]);
|
|
17561
17553
|
const IY = (e) => {
|
|
17562
17554
|
const i = e.getChannelData(0), n = 22, s = Math.floor(i.length / n), r = [];
|
|
17563
17555
|
for (let o = 0; o < n; o += 1) {
|
|
@@ -17574,7 +17566,7 @@ const IY = (e) => {
|
|
|
17574
17566
|
}, OY = {
|
|
17575
17567
|
name: "AudioRecorder",
|
|
17576
17568
|
components: {
|
|
17577
|
-
AudioHandler:
|
|
17569
|
+
AudioHandler: AY,
|
|
17578
17570
|
AudioPlayer: TY,
|
|
17579
17571
|
UnnnicIcon: X,
|
|
17580
17572
|
UnnnicToolTip: e1
|
|
@@ -17810,14 +17802,14 @@ const UY = {
|
|
|
17810
17802
|
};
|
|
17811
17803
|
}
|
|
17812
17804
|
function i(r, o, f, h, p, _) {
|
|
17813
|
-
const k = f,
|
|
17805
|
+
const k = f, A = h - f, B = e(r, o, k + A, _), z = e(r, o, k + A, p), Z = _ - p <= 180 ? "0" : "1";
|
|
17814
17806
|
return [
|
|
17815
17807
|
"M",
|
|
17816
17808
|
B.x,
|
|
17817
17809
|
B.y,
|
|
17818
17810
|
"A",
|
|
17819
|
-
k +
|
|
17820
|
-
k +
|
|
17811
|
+
k + A,
|
|
17812
|
+
k + A,
|
|
17821
17813
|
0,
|
|
17822
17814
|
Z,
|
|
17823
17815
|
0,
|
|
@@ -17933,7 +17925,7 @@ function oG(e, i, n, s, r, o) {
|
|
|
17933
17925
|
c("div", $Y, [
|
|
17934
17926
|
c("div", {
|
|
17935
17927
|
class: "bar",
|
|
17936
|
-
style:
|
|
17928
|
+
style: Ae({ width: `${n.value}%` })
|
|
17937
17929
|
}, [
|
|
17938
17930
|
n.type === "secondary" && !n.subtitle ? (u(), m("div", eG, S(o.percentage) + "% ", 1)) : H("", !0)
|
|
17939
17931
|
], 4)
|
|
@@ -18075,7 +18067,7 @@ function hG(e, i, n, s, r, o) {
|
|
|
18075
18067
|
(u(!0), m(G, null, $(r.ripples, (f) => (u(), m("div", {
|
|
18076
18068
|
class: F(["ripple", `ripples-color--${n.color}`]),
|
|
18077
18069
|
key: f.id,
|
|
18078
|
-
style:
|
|
18070
|
+
style: Ae({
|
|
18079
18071
|
top: f.top,
|
|
18080
18072
|
left: f.left,
|
|
18081
18073
|
width: f.width,
|
|
@@ -18260,8 +18252,8 @@ function BG(e, i, n, s, r, o) {
|
|
|
18260
18252
|
c("p", SG, S(e.i18n("live")), 1)
|
|
18261
18253
|
]);
|
|
18262
18254
|
}
|
|
18263
|
-
const
|
|
18264
|
-
const
|
|
18255
|
+
const AG = /* @__PURE__ */ C(bG, [["render", BG]]);
|
|
18256
|
+
const LG = {
|
|
18265
18257
|
name: "UnnnicChatsHeader",
|
|
18266
18258
|
mixins: [O2],
|
|
18267
18259
|
components: {
|
|
@@ -18398,7 +18390,7 @@ function IG(e, i, n, s, r, o) {
|
|
|
18398
18390
|
], 2)
|
|
18399
18391
|
], 2);
|
|
18400
18392
|
}
|
|
18401
|
-
const PG = /* @__PURE__ */ C(
|
|
18393
|
+
const PG = /* @__PURE__ */ C(LG, [["render", IG]]);
|
|
18402
18394
|
const OG = {
|
|
18403
18395
|
name: "UnnnicChatsMessageStatusBackdrop",
|
|
18404
18396
|
components: {
|
|
@@ -18461,8 +18453,8 @@ const RG = /* @__PURE__ */ C(OG, [["render", ZG]]), UG = {
|
|
|
18461
18453
|
for (const k of p.matchAll(
|
|
18462
18454
|
/((?<name1>[^ =]+)="(?<value1>[^"]*)"|(?<name2>[^ =]+)='(?<value2>[^"]*)')/g
|
|
18463
18455
|
)) {
|
|
18464
|
-
const
|
|
18465
|
-
if (
|
|
18456
|
+
const A = k.groups.name1 || k.groups.name2, B = k.groups.value1 || k.groups.value2;
|
|
18457
|
+
if (A === "style") {
|
|
18466
18458
|
const z = [];
|
|
18467
18459
|
for (const Z of B.matchAll(
|
|
18468
18460
|
/(?<propertyName>[^:]+):(?<propertyValue>[^;]+);?/g
|
|
@@ -18784,7 +18776,7 @@ const aX = {
|
|
|
18784
18776
|
function sX(e, i, n, s, r, o) {
|
|
18785
18777
|
return u(), m("div", {
|
|
18786
18778
|
class: "chart",
|
|
18787
|
-
style:
|
|
18779
|
+
style: Ae({ backgroundImage: o.svgChart }),
|
|
18788
18780
|
ref: "chart"
|
|
18789
18781
|
}, [
|
|
18790
18782
|
(u(!0), m(G, null, $(n.data, ({ value: f }, h) => (u(), m("div", {
|
|
@@ -18792,7 +18784,7 @@ function sX(e, i, n, s, r, o) {
|
|
|
18792
18784
|
class: "group"
|
|
18793
18785
|
}, [
|
|
18794
18786
|
c("div", {
|
|
18795
|
-
style:
|
|
18787
|
+
style: Ae({
|
|
18796
18788
|
transform: `translateY(-${f / (o.maxValue - r.minValue) * 122}px)`
|
|
18797
18789
|
}),
|
|
18798
18790
|
class: "tooltip"
|
|
@@ -18906,7 +18898,7 @@ function kX(e, i, n, s, r, o) {
|
|
|
18906
18898
|
(u(), m(G, null, $(3, (h) => c("div", {
|
|
18907
18899
|
key: h + Math.random() * 100,
|
|
18908
18900
|
class: "horizontal-line color-neutral-cleanest",
|
|
18909
|
-
style:
|
|
18901
|
+
style: Ae({ top: `${(h - 1) * ((122 + 67) / 3) - 8}px` })
|
|
18910
18902
|
}, null, 4)), 64))
|
|
18911
18903
|
])
|
|
18912
18904
|
])
|
|
@@ -18936,7 +18928,7 @@ function kX(e, i, n, s, r, o) {
|
|
|
18936
18928
|
])
|
|
18937
18929
|
], 2);
|
|
18938
18930
|
}
|
|
18939
|
-
const wX = /* @__PURE__ */ C(rX, [["render", kX], ["__scopeId", "data-v-962b71e9"]]), xX = "Procurar", bX = "Oh não!", MX = "Esse emoji não foi encontrado", SX = "Escolha um emoji...", BX = "Adicione um emoji customizado",
|
|
18931
|
+
const wX = /* @__PURE__ */ C(rX, [["render", kX], ["__scopeId", "data-v-962b71e9"]]), xX = "Procurar", bX = "Oh não!", MX = "Esse emoji não foi encontrado", SX = "Escolha um emoji...", BX = "Adicione um emoji customizado", AX = {
|
|
18940
18932
|
activity: "Atividade",
|
|
18941
18933
|
custom: "Customizado",
|
|
18942
18934
|
flags: "Bandeiras",
|
|
@@ -18948,7 +18940,7 @@ const wX = /* @__PURE__ */ C(rX, [["render", kX], ["__scopeId", "data-v-962b71e9
|
|
|
18948
18940
|
places: "Viagens & Lugares",
|
|
18949
18941
|
search: "Resultados encontrados",
|
|
18950
18942
|
symbols: "Símbolos"
|
|
18951
|
-
},
|
|
18943
|
+
}, LX = {
|
|
18952
18944
|
1: "Padrão",
|
|
18953
18945
|
2: "Clara",
|
|
18954
18946
|
3: "Morena-Clara",
|
|
@@ -18962,8 +18954,8 @@ const wX = /* @__PURE__ */ C(rX, [["render", kX], ["__scopeId", "data-v-962b71e9
|
|
|
18962
18954
|
search_no_results_2: MX,
|
|
18963
18955
|
pick: SX,
|
|
18964
18956
|
add_custom: BX,
|
|
18965
|
-
categories:
|
|
18966
|
-
skins:
|
|
18957
|
+
categories: AX,
|
|
18958
|
+
skins: LX
|
|
18967
18959
|
}, HX = [
|
|
18968
18960
|
{
|
|
18969
18961
|
id: "people",
|
|
@@ -65397,9 +65389,9 @@ function ja(e, i, n) {
|
|
|
65397
65389
|
if (arguments.length > 2 && (f.children = arguments.length > 3 ? i0.call(arguments, 2) : n), typeof e == "function" && e.defaultProps != null)
|
|
65398
65390
|
for (o in e.defaultProps)
|
|
65399
65391
|
f[o] === void 0 && (f[o] = e.defaultProps[o]);
|
|
65400
|
-
return
|
|
65392
|
+
return Lt(e, f, s, r, null);
|
|
65401
65393
|
}
|
|
65402
|
-
function
|
|
65394
|
+
function Lt(e, i, n, s, r) {
|
|
65403
65395
|
var o = {
|
|
65404
65396
|
type: e,
|
|
65405
65397
|
props: i,
|
|
@@ -65462,22 +65454,22 @@ function Ot() {
|
|
|
65462
65454
|
});
|
|
65463
65455
|
}
|
|
65464
65456
|
function l4(e, i, n, s, r, o, f, h, p, _) {
|
|
65465
|
-
var k,
|
|
65457
|
+
var k, A, B, z, Z, ae, ie, ye = s && s.__k || r4, Ge = ye.length;
|
|
65466
65458
|
for (n.__k = [], k = 0; k < i.length; k++)
|
|
65467
|
-
if ((z = n.__k[k] = (z = i[k]) == null || typeof z == "boolean" ? null : typeof z == "string" || typeof z == "number" || typeof z == "bigint" ?
|
|
65459
|
+
if ((z = n.__k[k] = (z = i[k]) == null || typeof z == "boolean" ? null : typeof z == "string" || typeof z == "number" || typeof z == "bigint" ? Lt(null, z, null, null, z) : Array.isArray(z) ? Lt(H2, {
|
|
65468
65460
|
children: z
|
|
65469
|
-
}, null, null, null) : z.__b > 0 ?
|
|
65461
|
+
}, null, null, null) : z.__b > 0 ? Lt(z.type, z.props, z.key, null, z.__v) : z) != null) {
|
|
65470
65462
|
if (z.__ = n, z.__b = n.__b + 1, (B = ye[k]) === null || B && z.key == B.key && z.type === B.type)
|
|
65471
65463
|
ye[k] = void 0;
|
|
65472
65464
|
else
|
|
65473
|
-
for (
|
|
65474
|
-
if ((B = ye[
|
|
65475
|
-
ye[
|
|
65465
|
+
for (A = 0; A < Ge; A++) {
|
|
65466
|
+
if ((B = ye[A]) && z.key == B.key && z.type === B.type) {
|
|
65467
|
+
ye[A] = void 0;
|
|
65476
65468
|
break;
|
|
65477
65469
|
}
|
|
65478
65470
|
B = null;
|
|
65479
65471
|
}
|
|
65480
|
-
M3(e, z, B = B || Pt, r, o, f, h, p, _), Z = z.__e, (
|
|
65472
|
+
M3(e, z, B = B || Pt, r, o, f, h, p, _), Z = z.__e, (A = z.ref) && B.ref != A && (ie || (ie = []), B.ref && ie.push(B.ref, null, z), ie.push(A, z.__c || Z, z)), Z != null ? (ae == null && (ae = Z), typeof z.type == "function" && z.__k === B.__k ? z.__d = p = c4(z, p, e) : p = u4(e, z, B, ye, Z, p), typeof n.type == "function" && (n.__d = p)) : p && B.__e == p && p.parentNode != e && (p = V2(B));
|
|
65481
65473
|
}
|
|
65482
65474
|
for (n.__e = ae, k = Ge; k--; )
|
|
65483
65475
|
ye[k] != null && (typeof n.type == "function" && ye[k].__e != null && ye[k].__e == n.__d && (n.__d = V2(s, k + 1)), p4(ye[k], ye[k]));
|
|
@@ -65556,7 +65548,7 @@ function Mo(e) {
|
|
|
65556
65548
|
this.l[e.type + !0](J.event ? J.event(e) : e);
|
|
65557
65549
|
}
|
|
65558
65550
|
function M3(e, i, n, s, r, o, f, h, p) {
|
|
65559
|
-
var _, k,
|
|
65551
|
+
var _, k, A, B, z, Z, ae, ie, ye, Ge, n1, Ne = i.type;
|
|
65560
65552
|
if (i.constructor !== void 0)
|
|
65561
65553
|
return null;
|
|
65562
65554
|
n.__h != null && (p = n.__h, h = i.__e = n.__e, i.__h = null, o = [
|
|
@@ -65565,7 +65557,7 @@ function M3(e, i, n, s, r, o, f, h, p) {
|
|
|
65565
65557
|
try {
|
|
65566
65558
|
e:
|
|
65567
65559
|
if (typeof Ne == "function") {
|
|
65568
|
-
if (ie = i.props, ye = (_ = Ne.contextType) && s[_.__c], Ge = _ ? ye ? ye.props.value : _.__ : s, n.__c ? ae = (k = i.__c = n.__c).__ = k.__E : ("prototype" in Ne && Ne.prototype.render ? i.__c = k = new Ne(ie, Ge) : (i.__c = k = new Q1(ie, Ge), k.constructor = Ne, k.render = EX), ye && ye.sub(k), k.props = ie, k.state || (k.state = {}), k.context = Ge, k.__n = s,
|
|
65560
|
+
if (ie = i.props, ye = (_ = Ne.contextType) && s[_.__c], Ge = _ ? ye ? ye.props.value : _.__ : s, n.__c ? ae = (k = i.__c = n.__c).__ = k.__E : ("prototype" in Ne && Ne.prototype.render ? i.__c = k = new Ne(ie, Ge) : (i.__c = k = new Q1(ie, Ge), k.constructor = Ne, k.render = EX), ye && ye.sub(k), k.props = ie, k.state || (k.state = {}), k.context = Ge, k.__n = s, A = k.__d = !0, k.__h = []), k.__s == null && (k.__s = k.state), Ne.getDerivedStateFromProps != null && (k.__s == k.state && (k.__s = In({}, k.__s)), In(k.__s, Ne.getDerivedStateFromProps(ie, k.__s))), B = k.props, z = k.state, A)
|
|
65569
65561
|
Ne.getDerivedStateFromProps == null && k.componentWillMount != null && k.componentWillMount(), k.componentDidMount != null && k.__h.push(k.componentDidMount);
|
|
65570
65562
|
else {
|
|
65571
65563
|
if (Ne.getDerivedStateFromProps == null && ie !== B && k.componentWillReceiveProps != null && k.componentWillReceiveProps(ie, Ge), !k.__e && k.shouldComponentUpdate != null && k.shouldComponentUpdate(ie, k.__s, Ge) === !1 || i.__v === n.__v) {
|
|
@@ -65578,7 +65570,7 @@ function M3(e, i, n, s, r, o, f, h, p) {
|
|
|
65578
65570
|
k.componentDidUpdate(B, z, Z);
|
|
65579
65571
|
});
|
|
65580
65572
|
}
|
|
65581
|
-
k.context = Ge, k.props = ie, k.state = k.__s, (_ = J.__r) && _(i), k.__d = !1, k.__v = i, k.__P = e, _ = k.render(k.props, k.state, k.context), k.state = k.__s, k.getChildContext != null && (s = In(In({}, s), k.getChildContext())),
|
|
65573
|
+
k.context = Ge, k.props = ie, k.state = k.__s, (_ = J.__r) && _(i), k.__d = !1, k.__v = i, k.__P = e, _ = k.render(k.props, k.state, k.context), k.state = k.__s, k.getChildContext != null && (s = In(In({}, s), k.getChildContext())), A || k.getSnapshotBeforeUpdate == null || (Z = k.getSnapshotBeforeUpdate(B, z)), n1 = _ != null && _.type === H2 && _.key == null ? _.props.children : _, l4(e, Array.isArray(n1) ? n1 : [
|
|
65582
65574
|
n1
|
|
65583
65575
|
], i, n, s, r, o, f, h, p), k.base = i.__e, i.__h = null, k.__h.length && f.push(k), ae && (k.__E = k.__ = null), k.__e = !1;
|
|
65584
65576
|
} else
|
|
@@ -65600,7 +65592,7 @@ function h4(e, i) {
|
|
|
65600
65592
|
});
|
|
65601
65593
|
}
|
|
65602
65594
|
function OX(e, i, n, s, r, o, f, h) {
|
|
65603
|
-
var p, _, k,
|
|
65595
|
+
var p, _, k, A = n.props, B = i.props, z = i.type, Z = 0;
|
|
65604
65596
|
if (z === "svg" && (r = !0), o != null) {
|
|
65605
65597
|
for (; Z < o.length; Z++)
|
|
65606
65598
|
if ((p = o[Z]) && "setAttribute" in p == !!z && (z ? p.localName === z : p.nodeType === 3)) {
|
|
@@ -65614,22 +65606,22 @@ function OX(e, i, n, s, r, o, f, h) {
|
|
|
65614
65606
|
e = r ? document.createElementNS("http://www.w3.org/2000/svg", z) : document.createElement(z, B.is && B), o = null, h = !1;
|
|
65615
65607
|
}
|
|
65616
65608
|
if (z === null)
|
|
65617
|
-
|
|
65609
|
+
A === B || h && e.data === B || (e.data = B);
|
|
65618
65610
|
else {
|
|
65619
|
-
if (o = o && i0.call(e.childNodes), _ = (
|
|
65611
|
+
if (o = o && i0.call(e.childNodes), _ = (A = n.props || Pt).dangerouslySetInnerHTML, k = B.dangerouslySetInnerHTML, !h) {
|
|
65620
65612
|
if (o != null)
|
|
65621
|
-
for (
|
|
65622
|
-
|
|
65613
|
+
for (A = {}, Z = 0; Z < e.attributes.length; Z++)
|
|
65614
|
+
A[e.attributes[Z].name] = e.attributes[Z].value;
|
|
65623
65615
|
(k || _) && (k && (_ && k.__html == _.__html || k.__html === e.innerHTML) || (e.innerHTML = k && k.__html || ""));
|
|
65624
65616
|
}
|
|
65625
|
-
if (PX(e, B,
|
|
65617
|
+
if (PX(e, B, A, r, h), k)
|
|
65626
65618
|
i.__k = [];
|
|
65627
65619
|
else if (Z = i.props.children, l4(e, Array.isArray(Z) ? Z : [
|
|
65628
65620
|
Z
|
|
65629
65621
|
], i, n, s, r && z !== "foreignObject", o, f, o ? o[0] : n.__k && V2(n, 0), h), o != null)
|
|
65630
65622
|
for (Z = o.length; Z--; )
|
|
65631
65623
|
o[Z] != null && d4(o[Z]);
|
|
65632
|
-
h || ("value" in B && (Z = B.value) !== void 0 && (Z !==
|
|
65624
|
+
h || ("value" in B && (Z = B.value) !== void 0 && (Z !== A.value || Z !== e.value || z === "progress" && !Z) && Zt(e, "value", Z, A.value, !1), "checked" in B && (Z = B.checked) !== void 0 && Z !== e.checked && Zt(e, "checked", Z, A.checked, !1));
|
|
65633
65625
|
}
|
|
65634
65626
|
return e;
|
|
65635
65627
|
}
|
|
@@ -66082,13 +66074,13 @@ async function XX(e) {
|
|
|
66082
66074
|
const _ = e.custom[p], k = e.custom[p - 1];
|
|
66083
66075
|
if (!(!_.emojis || !_.emojis.length)) {
|
|
66084
66076
|
_.id || (_.id = `custom_${p + 1}`), _.name || (_.name = Ke.categories.custom), k && !_.icon && (_.target = k.target || k), ue.categories.push(_);
|
|
66085
|
-
for (const
|
|
66086
|
-
ue.emojis[
|
|
66077
|
+
for (const A of _.emojis)
|
|
66078
|
+
ue.emojis[A.id] = A;
|
|
66087
66079
|
}
|
|
66088
66080
|
}
|
|
66089
66081
|
e.categories && (ue.categories = ue.originalCategories.filter((p) => e.categories.indexOf(p.id) != -1).sort((p, _) => {
|
|
66090
|
-
const k = e.categories.indexOf(p.id),
|
|
66091
|
-
return k -
|
|
66082
|
+
const k = e.categories.indexOf(p.id), A = e.categories.indexOf(_.id);
|
|
66083
|
+
return k - A;
|
|
66092
66084
|
}));
|
|
66093
66085
|
let r = null, o = null;
|
|
66094
66086
|
n == "native" && (r = So.latestVersion(), o = e.noCountryFlags || So.noCountryFlags());
|
|
@@ -66096,9 +66088,9 @@ async function XX(e) {
|
|
|
66096
66088
|
for (; f--; ) {
|
|
66097
66089
|
const p = ue.categories[f];
|
|
66098
66090
|
if (p.id == "frequent") {
|
|
66099
|
-
let { maxFrequentRows:
|
|
66100
|
-
|
|
66101
|
-
maxFrequentRows:
|
|
66091
|
+
let { maxFrequentRows: A, perLine: B } = e;
|
|
66092
|
+
A = A >= 0 ? A : vn.maxFrequentRows.value, B || (B = vn.perLine.value), p.emojis = g4.get({
|
|
66093
|
+
maxFrequentRows: A,
|
|
66102
66094
|
perLine: B
|
|
66103
66095
|
});
|
|
66104
66096
|
}
|
|
@@ -66108,12 +66100,12 @@ async function XX(e) {
|
|
|
66108
66100
|
}
|
|
66109
66101
|
const { categoryIcons: _ } = e;
|
|
66110
66102
|
if (_) {
|
|
66111
|
-
const
|
|
66112
|
-
|
|
66103
|
+
const A = _[p.id];
|
|
66104
|
+
A && !p.icon && (p.icon = A);
|
|
66113
66105
|
}
|
|
66114
66106
|
let k = p.emojis.length;
|
|
66115
66107
|
for (; k--; ) {
|
|
66116
|
-
const
|
|
66108
|
+
const A = p.emojis[k], B = A.id ? A : ue.emojis[A], z = () => {
|
|
66117
66109
|
p.emojis.splice(k, 1);
|
|
66118
66110
|
};
|
|
66119
66111
|
if (!B || e.exceptEmojis && e.exceptEmojis.includes(B.id)) {
|
|
@@ -66169,7 +66161,7 @@ async function XX(e) {
|
|
|
66169
66161
|
}
|
|
66170
66162
|
}
|
|
66171
66163
|
}
|
|
66172
|
-
h &&
|
|
66164
|
+
h && L2.reset(), C4();
|
|
66173
66165
|
}
|
|
66174
66166
|
function w4(e, i, n) {
|
|
66175
66167
|
e || (e = {});
|
|
@@ -66218,7 +66210,7 @@ async function $X(e, { maxResults: i, caller: n } = {}) {
|
|
|
66218
66210
|
return _ == k ? h.id.localeCompare(p.id) : _ - k;
|
|
66219
66211
|
}), o.length > i && (o = o.slice(0, i))), o;
|
|
66220
66212
|
}
|
|
66221
|
-
var
|
|
66213
|
+
var L2 = {
|
|
66222
66214
|
search: $X,
|
|
66223
66215
|
get: KX,
|
|
66224
66216
|
reset: JX,
|
|
@@ -66454,10 +66446,10 @@ var Rt = {
|
|
|
66454
66446
|
function Ga(e) {
|
|
66455
66447
|
let { id: i, skin: n, emoji: s } = e;
|
|
66456
66448
|
if (e.shortcodes) {
|
|
66457
|
-
const h = e.shortcodes.match(
|
|
66449
|
+
const h = e.shortcodes.match(L2.SHORTCODES_REGEX);
|
|
66458
66450
|
h && (i = h[1], h[2] && (n = h[2]));
|
|
66459
66451
|
}
|
|
66460
|
-
if (s || (s =
|
|
66452
|
+
if (s || (s = L2.get(i || e.native)), !s)
|
|
66461
66453
|
return e.fallback;
|
|
66462
66454
|
const r = s.skins[n - 1] || s.skins[0], o = r.src || (e.set != "native" && !e.spritesheet ? typeof e.getImageURL == "function" ? e.getImageURL(e.set, r.unified) : `https://cdn.jsdelivr.net/npm/emoji-datasource-${e.set}@15.0.1/img/${e.set}/64/${r.unified}.png` : void 0), f = typeof e.getSpritesheetURL == "function" ? e.getSpritesheetURL(e.set) : `https://cdn.jsdelivr.net/npm/emoji-datasource-${e.set}@15.0.1/img/${e.set}/sheets-256/64.png`;
|
|
66463
66455
|
return /* @__PURE__ */ P("span", {
|
|
@@ -66563,7 +66555,7 @@ class S4 extends b4 {
|
|
|
66563
66555
|
}
|
|
66564
66556
|
B1(S4, "Props", M4);
|
|
66565
66557
|
typeof customElements < "u" && !customElements.get("em-emoji") && customElements.define("em-emoji", S4);
|
|
66566
|
-
var
|
|
66558
|
+
var Ao, Xa = [], Lo = J.__b, Do = J.__r, Ho = J.diffed, Vo = J.__c, zo = J.unmount;
|
|
66567
66559
|
function dQ() {
|
|
66568
66560
|
var e;
|
|
66569
66561
|
for (Xa.sort(function(i, n) {
|
|
@@ -66577,7 +66569,7 @@ function dQ() {
|
|
|
66577
66569
|
}
|
|
66578
66570
|
}
|
|
66579
66571
|
J.__b = function(e) {
|
|
66580
|
-
|
|
66572
|
+
Lo && Lo(e);
|
|
66581
66573
|
}, J.__r = function(e) {
|
|
66582
66574
|
Do && Do(e);
|
|
66583
66575
|
var i = e.__c.__H;
|
|
@@ -66585,7 +66577,7 @@ J.__b = function(e) {
|
|
|
66585
66577
|
}, J.diffed = function(e) {
|
|
66586
66578
|
Ho && Ho(e);
|
|
66587
66579
|
var i = e.__c;
|
|
66588
|
-
i && i.__H && i.__H.__h.length && (Xa.push(i) !== 1 &&
|
|
66580
|
+
i && i.__H && i.__H.__h.length && (Xa.push(i) !== 1 && Ao === J.requestAnimationFrame || ((Ao = J.requestAnimationFrame) || function(n) {
|
|
66589
66581
|
var s, r = function() {
|
|
66590
66582
|
clearTimeout(o), Fo && cancelAnimationFrame(s), setTimeout(n);
|
|
66591
66583
|
}, o = setTimeout(r, 100);
|
|
@@ -66680,9 +66672,9 @@ J.unmount = function(e) {
|
|
|
66680
66672
|
if (!--s.__u) {
|
|
66681
66673
|
if (s.state.__e) {
|
|
66682
66674
|
var _ = s.state.__e;
|
|
66683
|
-
s.__v.__k[0] = function
|
|
66675
|
+
s.__v.__k[0] = function A(B, z, Z) {
|
|
66684
66676
|
return B && (B.__v = null, B.__k = B.__k && B.__k.map(function(ae) {
|
|
66685
|
-
return
|
|
66677
|
+
return A(ae, z, Z);
|
|
66686
66678
|
}), B.__c && B.__c.__P === z && (B.__e && Z.insertBefore(B.__e, B.__d), B.__c.__e = !0, B.__c.__P = Z)), B;
|
|
66687
66679
|
}(_, _.__c.__P, _.__c.__O);
|
|
66688
66680
|
}
|
|
@@ -67018,7 +67010,7 @@ class kQ extends Q1 {
|
|
|
67018
67010
|
getEmojiByPos([i, n]) {
|
|
67019
67011
|
const s = this.state.searchResults || this.grid, r = s[i] && s[i][n];
|
|
67020
67012
|
if (r)
|
|
67021
|
-
return
|
|
67013
|
+
return L2.get(r);
|
|
67022
67014
|
}
|
|
67023
67015
|
observeCategories() {
|
|
67024
67016
|
const i = this.refs.navigation.current;
|
|
@@ -67093,15 +67085,15 @@ class kQ extends Q1 {
|
|
|
67093
67085
|
0
|
|
67094
67086
|
] : null;
|
|
67095
67087
|
if (s || r) {
|
|
67096
|
-
let
|
|
67088
|
+
let A = h[p];
|
|
67097
67089
|
const B = s ? -1 : 1;
|
|
67098
|
-
if (_ += B, !
|
|
67099
|
-
if (p += B,
|
|
67090
|
+
if (_ += B, !A[_]) {
|
|
67091
|
+
if (p += B, A = h[p], !A)
|
|
67100
67092
|
return p = s ? 0 : h.length - 1, _ = s ? 0 : h[p].length - 1, [
|
|
67101
67093
|
p,
|
|
67102
67094
|
_
|
|
67103
67095
|
];
|
|
67104
|
-
_ = s ?
|
|
67096
|
+
_ = s ? A.length - 1 : 0;
|
|
67105
67097
|
}
|
|
67106
67098
|
return [
|
|
67107
67099
|
p,
|
|
@@ -67110,8 +67102,8 @@ class kQ extends Q1 {
|
|
|
67110
67102
|
}
|
|
67111
67103
|
if (o || f) {
|
|
67112
67104
|
p += o ? -1 : 1;
|
|
67113
|
-
const
|
|
67114
|
-
return
|
|
67105
|
+
const A = h[p];
|
|
67106
|
+
return A ? (A[_] || (_ = A.length - 1), [
|
|
67115
67107
|
p,
|
|
67116
67108
|
_
|
|
67117
67109
|
]) : (p = o ? 0 : h.length - 1, _ = o ? 0 : h[p].length - 1, [
|
|
@@ -67278,8 +67270,8 @@ class kQ extends Q1 {
|
|
|
67278
67270
|
type: "button",
|
|
67279
67271
|
class: "flex flex-center flex-middle",
|
|
67280
67272
|
tabindex: "-1",
|
|
67281
|
-
onClick: (
|
|
67282
|
-
e:
|
|
67273
|
+
onClick: (A) => this.handleEmojiClick({
|
|
67274
|
+
e: A,
|
|
67283
67275
|
emoji: i
|
|
67284
67276
|
}),
|
|
67285
67277
|
onMouseEnter: () => this.handleEmojiOver(n),
|
|
@@ -67411,13 +67403,13 @@ class kQ extends Q1 {
|
|
|
67411
67403
|
height: f.length * this.props.emojiButtonSize
|
|
67412
67404
|
},
|
|
67413
67405
|
children: f.map((h, p) => {
|
|
67414
|
-
const _ = h.index - h.index % xt.rowsPerRender, k = this.state.visibleRows[_],
|
|
67415
|
-
if (!k && !
|
|
67406
|
+
const _ = h.index - h.index % xt.rowsPerRender, k = this.state.visibleRows[_], A = "current" in h ? h : void 0;
|
|
67407
|
+
if (!k && !A)
|
|
67416
67408
|
return null;
|
|
67417
67409
|
const B = p * s, z = B + s, Z = r.emojis.slice(B, z);
|
|
67418
67410
|
return Z.length < s && Z.push(...new Array(s - Z.length)), /* @__PURE__ */ P("div", {
|
|
67419
67411
|
"data-index": h.index,
|
|
67420
|
-
ref:
|
|
67412
|
+
ref: A,
|
|
67421
67413
|
class: "flex row",
|
|
67422
67414
|
style: {
|
|
67423
67415
|
top: p * this.props.emojiButtonSize
|
|
@@ -67430,7 +67422,7 @@ class kQ extends Q1 {
|
|
|
67430
67422
|
height: this.props.emojiButtonSize
|
|
67431
67423
|
}
|
|
67432
67424
|
});
|
|
67433
|
-
const ye =
|
|
67425
|
+
const ye = L2.get(ae);
|
|
67434
67426
|
return this.renderEmojiButton(ye, {
|
|
67435
67427
|
pos: [
|
|
67436
67428
|
h.index,
|
|
@@ -67596,7 +67588,7 @@ class kQ extends Q1 {
|
|
|
67596
67588
|
const n = this.refs.searchInput.current;
|
|
67597
67589
|
if (!n)
|
|
67598
67590
|
return;
|
|
67599
|
-
const { value: s } = n, r = await
|
|
67591
|
+
const { value: s } = n, r = await L2.search(s), o = () => {
|
|
67600
67592
|
this.refs.scroll.current && (this.refs.scroll.current.scrollTop = 0);
|
|
67601
67593
|
};
|
|
67602
67594
|
if (!r)
|
|
@@ -67705,14 +67697,14 @@ class S3 extends rQ {
|
|
|
67705
67697
|
}
|
|
67706
67698
|
constructor(i) {
|
|
67707
67699
|
super(i, {
|
|
67708
|
-
styles: /* @__PURE__ */ a4(
|
|
67700
|
+
styles: /* @__PURE__ */ a4(A4)
|
|
67709
67701
|
});
|
|
67710
67702
|
}
|
|
67711
67703
|
}
|
|
67712
67704
|
B1(S3, "Props", vn);
|
|
67713
67705
|
typeof customElements < "u" && !customElements.get("em-emoji-picker") && customElements.define("em-emoji-picker", S3);
|
|
67714
|
-
var
|
|
67715
|
-
|
|
67706
|
+
var A4 = {};
|
|
67707
|
+
A4 = `:host {
|
|
67716
67708
|
width: min-content;
|
|
67717
67709
|
height: 435px;
|
|
67718
67710
|
min-height: 230px;
|
|
@@ -68481,7 +68473,7 @@ const MQ = {
|
|
|
68481
68473
|
},
|
|
68482
68474
|
viewBox: String
|
|
68483
68475
|
}
|
|
68484
|
-
}, SQ = ["viewBox"], BQ = ["d"],
|
|
68476
|
+
}, SQ = ["viewBox"], BQ = ["d"], AQ = ["y"], LQ = ["y"];
|
|
68485
68477
|
function DQ(e, i, n, s, r, o) {
|
|
68486
68478
|
return u(), m("svg", {
|
|
68487
68479
|
class: "unnnic-chart-funnel-base-rows",
|
|
@@ -68501,12 +68493,12 @@ function DQ(e, i, n, s, r, o) {
|
|
|
68501
68493
|
x: "50%",
|
|
68502
68494
|
y: f.titleY,
|
|
68503
68495
|
class: "row__title"
|
|
68504
|
-
}, S(f.title), 9,
|
|
68496
|
+
}, S(f.title), 9, AQ),
|
|
68505
68497
|
c("text", {
|
|
68506
68498
|
x: "50%",
|
|
68507
68499
|
y: f.descriptionY,
|
|
68508
68500
|
class: "row__description"
|
|
68509
|
-
}, S(f.description), 9,
|
|
68501
|
+
}, S(f.description), 9, LQ)
|
|
68510
68502
|
]))), 128))
|
|
68511
68503
|
], 8, SQ);
|
|
68512
68504
|
}
|
|
@@ -69105,10 +69097,10 @@ const sK = /* @__PURE__ */ C(QQ, [["render", aK], ["__scopeId", "data-v-700eab9c
|
|
|
69105
69097
|
unnnicButton: Zn,
|
|
69106
69098
|
unnnicButtonIcon: pO,
|
|
69107
69099
|
unnnicSidebar: CO,
|
|
69108
|
-
unnnicSidebarItem:
|
|
69100
|
+
unnnicSidebarItem: LO,
|
|
69109
69101
|
unnnicSidebarMenu: FO,
|
|
69110
69102
|
unnnicSidebarPrimary: kE,
|
|
69111
|
-
unnnicTable:
|
|
69103
|
+
unnnicTable: LE,
|
|
69112
69104
|
unnnicTableRow: FE,
|
|
69113
69105
|
unnnicAvatarIcon: P2,
|
|
69114
69106
|
unnnicIcon: X,
|
|
@@ -69119,7 +69111,7 @@ const sK = /* @__PURE__ */ C(QQ, [["render", aK], ["__scopeId", "data-v-700eab9c
|
|
|
69119
69111
|
unnnicToolTip: e1,
|
|
69120
69112
|
unnnicCard: KZ,
|
|
69121
69113
|
unnnicCardCompany: yR,
|
|
69122
|
-
unnnicCardData:
|
|
69114
|
+
unnnicCardData: AR,
|
|
69123
69115
|
unnnicCardImage: WR,
|
|
69124
69116
|
// unnnicCardFlow: cardFlow,
|
|
69125
69117
|
unnnicCardProject: dU,
|
|
@@ -69162,7 +69154,7 @@ const sK = /* @__PURE__ */ C(QQ, [["render", aK], ["__scopeId", "data-v-700eab9c
|
|
|
69162
69154
|
unnnicChatText: oq,
|
|
69163
69155
|
unnnicTextArea: hq,
|
|
69164
69156
|
unnnicCardNumber: vq,
|
|
69165
|
-
unnnicChartRainbow:
|
|
69157
|
+
unnnicChartRainbow: Lq,
|
|
69166
69158
|
unnnicChartBar: Gq,
|
|
69167
69159
|
unnnicChartLine: oY,
|
|
69168
69160
|
unnnicMoodRating: yY,
|
|
@@ -69171,7 +69163,7 @@ const sK = /* @__PURE__ */ C(QQ, [["render", aK], ["__scopeId", "data-v-700eab9c
|
|
|
69171
69163
|
unnnicCircleProgressBar: GY,
|
|
69172
69164
|
unnnicProgressBar: rG,
|
|
69173
69165
|
unnnicChatsContact: xG,
|
|
69174
|
-
unnnicChatsDashboardTagLive:
|
|
69166
|
+
unnnicChatsDashboardTagLive: AG,
|
|
69175
69167
|
unnnicChatsHeader: PG,
|
|
69176
69168
|
unnnicChatsMessage: KG,
|
|
69177
69169
|
unnnicChatsNavbar: tX,
|