react-ecosistema-unp 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/Animacion-ThNL9iiY.js +7667 -0
  2. package/dist/{Button-DMwpnJlD.js → Button-B87TJYml.js} +1 -1
  3. package/dist/{Card-BXqmurzN.js → Card-DAsInpjB.js} +2 -2
  4. package/dist/{CardBody-RoDe1y90.js → CardBody-CqyD8ylW.js} +1 -1
  5. package/dist/{NotificacionUsuario-B0uOnywk.js → NotificacionUsuario-DsYVJEKu.js} +21 -20
  6. package/dist/{TabPane-BvUHIFlv.js → TabPane-DtFCEmIj.js} +103 -102
  7. package/dist/{Table-dmTfkFLf.js → Table-C5ydZooy.js} +1 -1
  8. package/dist/{ThemeProvider-CFCmmLJC.js → ThemeProvider-Bs1j1Nwi.js} +22 -25
  9. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  10. package/dist/assets/Animacion.css +1 -0
  11. package/dist/cards/tarjeta/Tarjeta.js +3 -3
  12. package/dist/cards/tarjeta/nuevo-elemento/NuevoElemento.js +1 -1
  13. package/dist/cards/tarjeta/seccion-tarjeta/SeccionTarjeta.js +1 -1
  14. package/dist/cards/tarjeta-lectura/TarjetaLectura.js +1 -1
  15. package/dist/{index-Bk5C3cP1.js → index-sDUMSncV.js} +1 -1
  16. package/dist/isLoading-B9qN9mny.js +407 -0
  17. package/dist/lib/assets/animations/loadingCat.json.d.ts +3 -0
  18. package/dist/lib/ui/animacion/Animacion.d.ts +8 -0
  19. package/dist/lib/ui.d.ts +1 -0
  20. package/dist/shared/breadcrumb/Breadcrumb.js +1 -1
  21. package/dist/shared/iconos-sistema/IconosSistema.js +1 -1
  22. package/dist/shared/notificacion-usuario/NotificacionUsuario.js +1 -1
  23. package/dist/shared/tab-ventana/TabVentana.js +2 -2
  24. package/dist/shared/ventana-tabs/VentanaTabs.js +3 -3
  25. package/dist/tables/tabla-registros/TablaRegistros.js +1012 -9073
  26. package/dist/tables/tabla-registros/buscador/Buscador.js +3 -3
  27. package/dist/tables/tabla-registros/encabezado-tabla/EncabezadoTabla.js +3 -2
  28. package/dist/tables/tabla-registros/tabla/Tabla.js +1 -1
  29. package/dist/ui/animacion/Animacion.js +25 -0
  30. package/dist/ui/paginador/Paginador.js +2 -2
  31. package/dist/ui.js +12 -10
  32. package/dist/utils/unp-historico/UnpHistorico.js +1 -1
  33. package/dist/{warning-BMiIoRBk.js → warning-DfuoVnCC.js} +1 -1
  34. package/package.json +1 -1
@@ -0,0 +1,407 @@
1
+ import { l as X } from "./Animacion-ThNL9iiY.js";
2
+ import Y, { useEffect as P, useState as q, useRef as M } from "react";
3
+ function R(i, a) {
4
+ (a == null || a > i.length) && (a = i.length);
5
+ for (var e = 0, t = Array(a); e < a; e++) t[e] = i[e];
6
+ return t;
7
+ }
8
+ function z(i) {
9
+ if (Array.isArray(i)) return i;
10
+ }
11
+ function Z(i, a, e) {
12
+ return (a = n0(a)) in i ? Object.defineProperty(i, a, {
13
+ value: e,
14
+ enumerable: !0,
15
+ configurable: !0,
16
+ writable: !0
17
+ }) : i[a] = e, i;
18
+ }
19
+ function a0(i, a) {
20
+ var e = i == null ? null : typeof Symbol < "u" && i[Symbol.iterator] || i["@@iterator"];
21
+ if (e != null) {
22
+ var t, l, c, s, b = [], m = !0, g = !1;
23
+ try {
24
+ if (c = (e = e.call(i)).next, a !== 0) for (; !(m = (t = c.call(e)).done) && (b.push(t.value), b.length !== a); m = !0) ;
25
+ } catch (y) {
26
+ g = !0, l = y;
27
+ } finally {
28
+ try {
29
+ if (!m && e.return != null && (s = e.return(), Object(s) !== s)) return;
30
+ } finally {
31
+ if (g) throw l;
32
+ }
33
+ }
34
+ return b;
35
+ }
36
+ }
37
+ function i0() {
38
+ throw new TypeError(`Invalid attempt to destructure non-iterable instance.
39
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
40
+ }
41
+ function w(i, a) {
42
+ var e = Object.keys(i);
43
+ if (Object.getOwnPropertySymbols) {
44
+ var t = Object.getOwnPropertySymbols(i);
45
+ a && (t = t.filter(function(l) {
46
+ return Object.getOwnPropertyDescriptor(i, l).enumerable;
47
+ })), e.push.apply(e, t);
48
+ }
49
+ return e;
50
+ }
51
+ function F(i) {
52
+ for (var a = 1; a < arguments.length; a++) {
53
+ var e = arguments[a] != null ? arguments[a] : {};
54
+ a % 2 ? w(Object(e), !0).forEach(function(t) {
55
+ Z(i, t, e[t]);
56
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(i, Object.getOwnPropertyDescriptors(e)) : w(Object(e)).forEach(function(t) {
57
+ Object.defineProperty(i, t, Object.getOwnPropertyDescriptor(e, t));
58
+ });
59
+ }
60
+ return i;
61
+ }
62
+ function L(i, a) {
63
+ if (i == null) return {};
64
+ var e, t, l = t0(i, a);
65
+ if (Object.getOwnPropertySymbols) {
66
+ var c = Object.getOwnPropertySymbols(i);
67
+ for (t = 0; t < c.length; t++) e = c[t], a.includes(e) || {}.propertyIsEnumerable.call(i, e) && (l[e] = i[e]);
68
+ }
69
+ return l;
70
+ }
71
+ function t0(i, a) {
72
+ if (i == null) return {};
73
+ var e = {};
74
+ for (var t in i) if ({}.hasOwnProperty.call(i, t)) {
75
+ if (a.includes(t)) continue;
76
+ e[t] = i[t];
77
+ }
78
+ return e;
79
+ }
80
+ function e0(i, a) {
81
+ return z(i) || a0(i, a) || s0(i, a) || i0();
82
+ }
83
+ function r0(i, a) {
84
+ if (typeof i != "object" || !i) return i;
85
+ var e = i[Symbol.toPrimitive];
86
+ if (e !== void 0) {
87
+ var t = e.call(i, a || "default");
88
+ if (typeof t != "object") return t;
89
+ throw new TypeError("@@toPrimitive must return a primitive value.");
90
+ }
91
+ return (a === "string" ? String : Number)(i);
92
+ }
93
+ function n0(i) {
94
+ var a = r0(i, "string");
95
+ return typeof a == "symbol" ? a : a + "";
96
+ }
97
+ function s0(i, a) {
98
+ if (i) {
99
+ if (typeof i == "string") return R(i, a);
100
+ var e = {}.toString.call(i).slice(8, -1);
101
+ return e === "Object" && i.constructor && (e = i.constructor.name), e === "Map" || e === "Set" ? Array.from(i) : e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e) ? R(i, a) : void 0;
102
+ }
103
+ }
104
+ var o0 = ["animationData", "loop", "autoplay", "initialSegment", "onComplete", "onLoopComplete", "onEnterFrame", "onSegmentStart", "onConfigReady", "onDataReady", "onDataFailed", "onLoadedImages", "onDOMLoaded", "onDestroy", "lottieRef", "renderer", "name", "assetsPath", "rendererSettings"], x0 = function(a, e) {
105
+ var t = a.animationData, l = a.loop, c = a.autoplay, s = a.initialSegment, b = a.onComplete, m = a.onLoopComplete, g = a.onEnterFrame, y = a.onSegmentStart, D = a.onConfigReady, v = a.onDataReady, A = a.onDataFailed, o = a.onLoadedImages, E = a.onDOMLoaded, u = a.onDestroy;
106
+ a.lottieRef, a.renderer, a.name, a.assetsPath, a.rendererSettings;
107
+ var f = L(a, o0), V = q(!1), x = e0(V, 2), G = x[0], S = x[1], n = M(), p = M(null), O = function() {
108
+ var r;
109
+ (r = n.current) === null || r === void 0 || r.play();
110
+ }, j = function() {
111
+ var r;
112
+ (r = n.current) === null || r === void 0 || r.stop();
113
+ }, I = function() {
114
+ var r;
115
+ (r = n.current) === null || r === void 0 || r.pause();
116
+ }, C = function(r) {
117
+ var k;
118
+ (k = n.current) === null || k === void 0 || k.setSpeed(r);
119
+ }, T = function(r, k) {
120
+ var d;
121
+ (d = n.current) === null || d === void 0 || d.goToAndPlay(r, k);
122
+ }, $ = function(r, k) {
123
+ var d;
124
+ (d = n.current) === null || d === void 0 || d.goToAndStop(r, k);
125
+ }, H = function(r) {
126
+ var k;
127
+ (k = n.current) === null || k === void 0 || k.setDirection(r);
128
+ }, N = function(r, k) {
129
+ var d;
130
+ (d = n.current) === null || d === void 0 || d.playSegments(r, k);
131
+ }, W = function(r) {
132
+ var k;
133
+ (k = n.current) === null || k === void 0 || k.setSubframe(r);
134
+ }, J = function(r) {
135
+ var k;
136
+ return (k = n.current) === null || k === void 0 ? void 0 : k.getDuration(r);
137
+ }, U = function() {
138
+ var r;
139
+ (r = n.current) === null || r === void 0 || r.destroy(), n.current = void 0;
140
+ }, K = function() {
141
+ var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, k;
142
+ if (p.current) {
143
+ (k = n.current) === null || k === void 0 || k.destroy();
144
+ var d = F(F(F({}, a), r), {}, {
145
+ container: p.current
146
+ });
147
+ return n.current = X.loadAnimation(d), S(!!n.current), function() {
148
+ var B;
149
+ (B = n.current) === null || B === void 0 || B.destroy(), n.current = void 0;
150
+ };
151
+ }
152
+ };
153
+ P(function() {
154
+ var h = K();
155
+ return function() {
156
+ return h == null ? void 0 : h();
157
+ };
158
+ }, [t, l]), P(function() {
159
+ n.current && (n.current.autoplay = !!c);
160
+ }, [c]), P(function() {
161
+ if (n.current) {
162
+ if (!s) {
163
+ n.current.resetSegments(!0);
164
+ return;
165
+ }
166
+ !Array.isArray(s) || !s.length || ((n.current.currentRawFrame < s[0] || n.current.currentRawFrame > s[1]) && (n.current.currentRawFrame = s[0]), n.current.setSegment(s[0], s[1]));
167
+ }
168
+ }, [s]), P(function() {
169
+ var h = [{
170
+ name: "complete",
171
+ handler: b
172
+ }, {
173
+ name: "loopComplete",
174
+ handler: m
175
+ }, {
176
+ name: "enterFrame",
177
+ handler: g
178
+ }, {
179
+ name: "segmentStart",
180
+ handler: y
181
+ }, {
182
+ name: "config_ready",
183
+ handler: D
184
+ }, {
185
+ name: "data_ready",
186
+ handler: v
187
+ }, {
188
+ name: "data_failed",
189
+ handler: A
190
+ }, {
191
+ name: "loaded_images",
192
+ handler: o
193
+ }, {
194
+ name: "DOMLoaded",
195
+ handler: E
196
+ }, {
197
+ name: "destroy",
198
+ handler: u
199
+ }], r = h.filter(function(d) {
200
+ return d.handler != null;
201
+ });
202
+ if (r.length) {
203
+ var k = r.map(
204
+ /**
205
+ * Handle the process of adding an event listener
206
+ * @param {Listener} listener
207
+ * @return {Function} Function that deregister the listener
208
+ */
209
+ function(d) {
210
+ var B;
211
+ return (B = n.current) === null || B === void 0 || B.addEventListener(d.name, d.handler), function() {
212
+ var _;
213
+ (_ = n.current) === null || _ === void 0 || _.removeEventListener(d.name, d.handler);
214
+ };
215
+ }
216
+ );
217
+ return function() {
218
+ k.forEach(function(d) {
219
+ return d();
220
+ });
221
+ };
222
+ }
223
+ }, [b, m, g, y, D, v, A, o, E, u]);
224
+ var Q = /* @__PURE__ */ Y.createElement("div", F({
225
+ style: e,
226
+ ref: p
227
+ }, f));
228
+ return {
229
+ View: Q,
230
+ play: O,
231
+ stop: j,
232
+ pause: I,
233
+ setSpeed: C,
234
+ goToAndStop: $,
235
+ goToAndPlay: T,
236
+ setDirection: H,
237
+ playSegments: N,
238
+ setSubframe: W,
239
+ getDuration: J,
240
+ destroy: U,
241
+ animationContainerRef: p,
242
+ animationLoaded: G,
243
+ animationItem: n.current
244
+ };
245
+ };
246
+ function k0(i) {
247
+ var a = i.getBoundingClientRect(), e = a.top, t = a.height, l = window.innerHeight - e, c = window.innerHeight + t;
248
+ return l / c;
249
+ }
250
+ function m0(i, a, e) {
251
+ var t = i.getBoundingClientRect(), l = t.top, c = t.left, s = t.width, b = t.height, m = (a - c) / s, g = (e - l) / b;
252
+ return {
253
+ x: m,
254
+ y: g
255
+ };
256
+ }
257
+ var l0 = function(a) {
258
+ var e = a.wrapperRef, t = a.animationItem, l = a.mode, c = a.actions;
259
+ P(function() {
260
+ var s = e.current;
261
+ if (!(!s || !t || !c.length)) {
262
+ t.stop();
263
+ var b = function() {
264
+ var y = null, D = function() {
265
+ var A = k0(s), o = c.find(function(u) {
266
+ var f = u.visibility;
267
+ return f && A >= f[0] && A <= f[1];
268
+ });
269
+ if (o) {
270
+ if (o.type === "seek" && o.visibility && o.frames.length === 2) {
271
+ var E = o.frames[0] + Math.ceil((A - o.visibility[0]) / (o.visibility[1] - o.visibility[0]) * o.frames[1]);
272
+ //! goToAndStop must be relative to the start of the current segment
273
+ t.goToAndStop(E - t.firstFrame - 1, !0);
274
+ }
275
+ o.type === "loop" && (y === null || y !== o.frames || t.isPaused) && (t.playSegments(o.frames, !0), y = o.frames), o.type === "play" && t.isPaused && (t.resetSegments(!0), t.play()), o.type === "stop" && t.goToAndStop(o.frames[0] - t.firstFrame - 1, !0);
276
+ }
277
+ };
278
+ return document.addEventListener("scroll", D), function() {
279
+ document.removeEventListener("scroll", D);
280
+ };
281
+ }, m = function() {
282
+ var y = function(o, E) {
283
+ var u = o, f = E;
284
+ if (u !== -1 && f !== -1) {
285
+ var V = m0(s, u, f);
286
+ u = V.x, f = V.y;
287
+ }
288
+ var x = c.find(function(n) {
289
+ var p = n.position;
290
+ return p && Array.isArray(p.x) && Array.isArray(p.y) ? u >= p.x[0] && u <= p.x[1] && f >= p.y[0] && f <= p.y[1] : p && !Number.isNaN(p.x) && !Number.isNaN(p.y) ? u === p.x && f === p.y : !1;
291
+ });
292
+ if (x) {
293
+ if (x.type === "seek" && x.position && Array.isArray(x.position.x) && Array.isArray(x.position.y) && x.frames.length === 2) {
294
+ var G = (u - x.position.x[0]) / (x.position.x[1] - x.position.x[0]), S = (f - x.position.y[0]) / (x.position.y[1] - x.position.y[0]);
295
+ t.playSegments(x.frames, !0), t.goToAndStop(Math.ceil((G + S) / 2 * (x.frames[1] - x.frames[0])), !0);
296
+ }
297
+ x.type === "loop" && t.playSegments(x.frames, !0), x.type === "play" && (t.isPaused && t.resetSegments(!1), t.playSegments(x.frames)), x.type === "stop" && t.goToAndStop(x.frames[0], !0);
298
+ }
299
+ }, D = function(o) {
300
+ y(o.clientX, o.clientY);
301
+ }, v = function() {
302
+ y(-1, -1);
303
+ };
304
+ return s.addEventListener("mousemove", D), s.addEventListener("mouseout", v), function() {
305
+ s.removeEventListener("mousemove", D), s.removeEventListener("mouseout", v);
306
+ };
307
+ };
308
+ switch (l) {
309
+ case "scroll":
310
+ return b();
311
+ case "cursor":
312
+ return m();
313
+ }
314
+ }
315
+ }, [l, t]);
316
+ }, d0 = function(a) {
317
+ var e = a.actions, t = a.mode, l = a.lottieObj, c = l.animationItem, s = l.View, b = l.animationContainerRef;
318
+ return l0({
319
+ actions: e,
320
+ animationItem: c,
321
+ mode: t,
322
+ wrapperRef: b
323
+ }), s;
324
+ }, c0 = ["style", "interactivity"], X0 = function(a) {
325
+ var e, t, l, c = a.style, s = a.interactivity, b = L(a, c0), m = x0(b, c), g = m.View, y = m.play, D = m.stop, v = m.pause, A = m.setSpeed, o = m.goToAndStop, E = m.goToAndPlay, u = m.setDirection, f = m.playSegments, V = m.setSubframe, x = m.getDuration, G = m.destroy, S = m.animationContainerRef, n = m.animationLoaded, p = m.animationItem;
326
+ return P(function() {
327
+ a.lottieRef && (a.lottieRef.current = {
328
+ play: y,
329
+ stop: D,
330
+ pause: v,
331
+ setSpeed: A,
332
+ goToAndPlay: E,
333
+ goToAndStop: o,
334
+ setDirection: u,
335
+ playSegments: f,
336
+ setSubframe: V,
337
+ getDuration: x,
338
+ destroy: G,
339
+ animationContainerRef: S,
340
+ animationLoaded: n,
341
+ animationItem: p
342
+ });
343
+ }, [(e = a.lottieRef) === null || e === void 0 ? void 0 : e.current]), d0({
344
+ lottieObj: {
345
+ View: g,
346
+ play: y,
347
+ stop: D,
348
+ pause: v,
349
+ setSpeed: A,
350
+ goToAndStop: o,
351
+ goToAndPlay: E,
352
+ setDirection: u,
353
+ playSegments: f,
354
+ setSubframe: V,
355
+ getDuration: x,
356
+ destroy: G,
357
+ animationContainerRef: S,
358
+ animationLoaded: n,
359
+ animationItem: p
360
+ },
361
+ actions: (t = s == null ? void 0 : s.actions) !== null && t !== void 0 ? t : [],
362
+ mode: (l = s == null ? void 0 : s.mode) !== null && l !== void 0 ? l : "scroll"
363
+ });
364
+ };
365
+ const p0 = "Ani Nop ho so", h0 = 0, y0 = 250, f0 = 250, u0 = { g: "LottieFiles AE 0.1.20" }, b0 = /* @__PURE__ */ JSON.parse('[{"ty":4,"nm":"sao1/File Quet thong tin Outlines","sr":1,"st":80,"op":135,"ip":80,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[49,205.5,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0,0,100],"t":80},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[120,120,100],"t":94},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[120,120,100],"t":112},{"s":[0,0,100],"t":128}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[41,85.152,0],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":80},{"s":[80],"t":128}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":80},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[100],"t":94},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[100],"t":112},{"s":[0],"t":128}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":3,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[1.273,-1.218],[1.686,-0.463],[0,0],[0,0],[-1.232,-1.242],[-0.455,-1.698],[0,0],[0,0],[-1.242,1.233],[-1.682,0.485],[0,0],[0,0],[0.951,3.441]],"o":[[0,0],[-0.495,1.69],[-1.244,1.228],[0,0],[0,0],[1.679,0.489],[1.235,1.251],[0,0],[0,0],[0.489,-1.679],[1.25,-1.226],[0,0],[0,0],[-3.429,-0.994],[0,0]],"v":[[0.12,-17.919],[-2.37,-9.462],[-5.068,-5.023],[-9.538,-2.443],[-17.993,-0.195],[-9.507,2.294],[-5.068,4.933],[-2.49,9.432],[-0.12,17.919],[2.368,9.462],[5.008,5.022],[9.476,2.414],[17.993,0.045],[9.536,-2.415],[2.489,-9.551]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Merge Paths 1","mm":4},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1333,0.4745,0.9412],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[49.098,206.159],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":1},{"ty":1,"nm":"White Solid 3","sr":1,"st":91,"op":118,"ip":91,"hd":false,"ddd":0,"bm":0,"hasMask":true,"ao":0,"ks":{"a":{"a":0,"k":[125,125,0],"ix":1},"s":{"a":0,"k":[34.801,34.801,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[184.375,161.875,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":91},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100],"t":100},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100],"t":110},{"s":[0],"t":117}],"ix":11}},"ef":[],"masksProperties":[{"nm":"Mask 1","inv":false,"mode":"f","x":{"a":0,"k":0,"ix":4},"o":{"a":0,"k":100,"ix":3},"pt":{"a":0,"k":{"c":true,"i":[[0.096,0],[2.65,2.651],[0,0],[-5.513,5.513],[-5.514,-5.514],[0,0],[0,0],[-5.735,-5.283],[5.283,-5.734],[0,0],[3.844,-0.079]],"o":[[-3.74,0],[0,0],[-5.513,-5.513],[5.513,-5.513],[0,0],[0,0],[5.283,-5.735],[5.734,5.283],[0,0],[-2.605,2.827],[-0.096,0.002]],"v":[[111.477,179.381],[101.495,175.246],[55.605,129.356],[55.605,109.391],[75.571,109.391],[111.061,144.881],[173.859,76.719],[193.808,75.902],[194.625,95.851],[121.861,174.829],[111.767,179.378]]},"ix":1}}],"sc":"#ffffff","sh":250,"sw":250,"ind":2},{"ty":4,"nm":"tick","sr":1,"st":80,"op":148,"ip":80,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[185.163,160.599,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[0,0,100],"t":80},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[110,110,100],"t":90},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[100,100,100],"t":100},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[100,100,100],"t":113},{"s":[0,0,100],"t":126}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[185.163,160.599,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[0],"t":80},{"o":{"x":0.167,"y":0},"i":{"x":0.75,"y":1},"s":[100],"t":87},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[100],"t":113},{"s":[0],"t":123}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-19.508,0],[0,19.508],[19.508,0],[0,-19.507]],"o":[[19.508,0],[0,-19.507],[-19.508,0],[0,19.508]],"v":[[0,35.322],[35.321,0],[0,-35.322],[-35.321,0]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.0392,0.2549,0.5569],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[185.164,160.599],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 2","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-22.619,0],[0,22.619],[22.619,0],[0,-22.619]],"o":[[22.619,0],[0,-22.619],[-22.619,0],[0,22.619]],"v":[[0,40.955],[40.955,-0.001],[0,-40.956],[-40.955,-0.001]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[1,1,1],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[185.163,160.599],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":3},{"ty":4,"nm":"Bia ho so","sr":1,"st":15,"op":150,"ip":30,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[125,125,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[70,70,100],"t":28},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[105,105,100],"t":44},{"s":[100,100,100],"t":54}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[153,125,0],"t":31,"ti":[4.667,0,0],"to":[-4.667,0,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[125,125,0],"t":49,"ti":[0,0,0],"to":[0,0,0]},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[125,125,0],"t":116,"ti":[-4.667,0,0],"to":[4.667,0,0]},{"s":[153,125,0],"t":132}],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[4],"t":31},{"o":{"x":0.25,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":49},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[0],"t":116},{"s":[4],"t":132}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.24,"y":0},"i":{"x":0.53,"y":1},"s":[0],"t":26},{"o":{"x":0.24,"y":0},"i":{"x":0.667,"y":1},"s":[100],"t":40},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100],"t":127},{"s":[1],"t":132}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[2.407,0.127],[0,0],[0.13,-2.403],[0,0],[-2.381,-0.126],[0,0],[-0.128,2.387],[0,0]],"o":[[0,0],[-2.402,-0.127],[0,0],[-0.129,2.381],[0,0],[2.388,0.126],[0,0],[0.13,-2.407]],"v":[[15.887,3.499],[-10.461,2.107],[-15.065,6.245],[-15.067,6.293],[-10.972,10.85],[15.471,12.247],[20.025,8.154],[20.028,8.106]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.129,-2.389],[0,0],[2.414,0.128],[0,0],[-0.13,2.407],[-2.414,-0.128],[0,0]],"o":[[0,0],[-0.13,2.414],[0,0],[-2.407,-0.127],[0.13,-2.414],[0,0],[2.389,0.126]],"v":[[20.785,-5.953],[20.783,-5.905],[16.178,-1.767],[-16.644,-3.5],[-20.784,-8.107],[-16.179,-12.245],[16.691,-10.509]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Merge Paths 1","mm":1},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[1,1,1],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[182.788,69.441],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 2","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.69,0.745],[1.029,0.054],[0,0],[0,0],[0.082,-1.837],[0,0],[1.939,-1.796],[0.028,-0.025],[0,0],[0,0],[0,0],[-0.11,2.037],[0,0]],"o":[[-0.689,-0.746],[0,0],[0,0],[0.875,1.612],[0,0],[-0.118,2.646],[-0.028,0.025],[0,0],[0,0],[0,0],[2.099,0.087],[0,0],[0.054,-1]],"v":[[55.916,-82.36],[53.25,-83.6],[-42.043,-88.633],[-31.995,-71.851],[-30.761,-66.589],[-36.433,61.005],[-39.769,67.615],[-39.845,67.695],[-56.956,83.213],[43.976,88.544],[44.023,88.546],[48.029,85.008],[56.903,-79.654]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[154.926,125.682],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":4},{"ty":4,"nm":"ho so","sr":1,"st":0,"op":150,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[107.969,124.018,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[100,100,100],"t":47},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[97,97,100],"t":51},{"s":[100,100,100],"t":56}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.67,"y":1},"s":[125,125,0],"t":0,"ti":[3.987,0.361,0],"to":[-3.987,-0.361,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[101.079,122.833,0],"t":17,"ti":[0,0,0],"to":[0,0,0]},{"o":{"x":0.33,"y":0},"i":{"x":0.667,"y":1},"s":[101.079,122.833,0],"t":24,"ti":[-1.167,0,0],"to":[-2.167,0,0]},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[88.079,122.833,0],"t":42,"ti":[-3.333,0,0],"to":[1.167,0,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[108.079,122.833,0],"t":56,"ti":[0,0,0],"to":[0,0,0]},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[108.079,122.833,0],"t":116,"ti":[-2.82,-0.361,0],"to":[2.82,0.361,0]},{"s":[125,125,0],"t":132}],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.67,"y":1},"s":[4],"t":0},{"o":{"x":0.33,"y":0},"i":{"x":0.67,"y":1},"s":[-5],"t":17},{"o":{"x":0.33,"y":0},"i":{"x":0.667,"y":1},"s":[-5],"t":24},{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[1],"t":42},{"o":{"x":0.167,"y":0},"i":{"x":0.75,"y":1},"s":[0],"t":56},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[0],"t":116},{"s":[4],"t":132}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Bong ho so","ix":1,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0.347,5.336],[0,0],[5.337,-0.347],[0,0],[0,0],[0.168,-4.91],[0,0],[3.429,-3.441]],"o":[[0,0],[5.338,-0.347],[0,0],[-0.347,-5.337],[0,0],[0,0],[3.252,3.682],[0,0],[-0.166,4.854],[0,0]],"v":[[-36.517,78.121],[27.134,73.975],[36.17,63.683],[27.545,-68.739],[17.252,-77.774],[-25.786,-74.971],[-21.807,-70.467],[-17.004,-57.087],[-20.845,55.098],[-26.438,68.005]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9216,0.9255,0.9294],"ix":4},"r":1,"o":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[0],"t":42},{"o":{"x":0.25,"y":0},"i":{"x":0.833,"y":1},"s":[100],"t":56},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100],"t":116},{"s":[0],"t":132}],"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[132.788,122.856],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":2,"cix":2,"np":6,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.323,4.974],[0,0],[4.972,-0.324],[0,0],[-0.324,-4.974],[0,0],[-4.973,0.324],[0,0]],"o":[[0,0],[-0.323,-4.973],[0,0],[-4.974,0.324],[0,0],[0.323,4.972],[0,0],[4.974,-0.323]],"v":[[48.526,27.743],[47.464,11.451],[37.874,3.033],[-36.994,7.908],[-45.413,17.5],[-44.352,33.792],[-34.761,42.21],[40.107,37.334]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.105,1.625],[0,0],[1.625,-0.106],[0,0],[-0.106,-1.626],[-1.625,0.105],[0,0]],"o":[[0,0],[-0.107,-1.625],[0,0],[-1.625,0.106],[0.106,1.625],[0,0],[1.625,-0.107]],"v":[[46,-11.05],[46,-11.05],[42.865,-13.801],[-44.128,-8.136],[-46.879,-5.001],[-43.745,-2.25],[43.249,-7.915]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 3","ix":3,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.106,1.626],[0,0],[1.625,-0.106],[0,0],[-0.106,-1.625],[-1.625,0.105],[0,0]],"o":[[0,0],[-0.106,-1.625],[0,0],[-1.625,0.106],[0.106,1.625],[0,0],[1.625,-0.106]],"v":[[45.011,-26.225],[45.011,-26.225],[41.877,-28.976],[-45.116,-23.311],[-47.867,-20.176],[-44.733,-17.425],[42.26,-23.09]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 4","ix":4,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.625,-0.106],[0,0],[0.106,1.626],[-1.625,0.106],[0,0],[-0.106,-1.625]],"o":[[0,0],[-1.625,0.106],[-0.106,-1.625],[0,0],[1.625,-0.106],[0.106,1.625]],"v":[[41.384,-36.542],[-45.609,-30.877],[-48.743,-33.628],[-45.992,-36.762],[41.001,-42.427],[44.135,-39.676]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Merge Paths 1","mm":1},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9216,0.9255,0.9294],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[107.105,145.872],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 2","ix":3,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[7.717,-0.543],[0,0],[-0.573,-7.385],[-2.602,0.183],[0,0],[0.193,2.49]],"o":[[0,0],[-7.717,0.544],[0.194,2.49],[0,0],[2.603,-0.184],[-0.574,-7.385]],"v":[[3.42,2.572],[-5.118,3.173],[-18.052,17.529],[-12.99,21.706],[14.069,19.801],[18.432,14.959]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.442,5.703],[-5.96,0.42],[-0.444,-5.703],[5.96,-0.419]],"o":[[-0.443,-5.703],[5.96,-0.419],[0.442,5.703],[-5.959,0.42]],"v":[[-12.728,-10.383],[-2.74,-21.47],[8.854,-11.903],[-1.136,-0.816]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Merge Paths 1","mm":1},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7725,0.8078,0.8392],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[75.317,77.865],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 4","ix":4,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[5.466,-0.356],[0,0],[0.356,5.467],[0,0],[-5.466,0.356],[0,0],[-0.356,-5.466],[0,0]],"o":[[0,0],[-5.465,0.355],[0,0],[-0.356,-5.467],[0,0],[5.466,-0.355],[0,0],[0.356,5.466]],"v":[[51.721,72.828],[-41.839,78.921],[-52.38,69.669],[-60.973,-62.287],[-51.721,-72.829],[41.838,-78.922],[52.38,-69.669],[60.973,62.286]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[1,1,1],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[107.969,124.018],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 5","ix":5,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[6.766,-0.441],[0,0],[0.44,6.766],[0,0],[-6.766,0.441],[0,0],[-0.44,-6.766],[0,0]],"o":[[0,0],[-6.767,0.441],[0,0],[-0.44,-6.767],[0,0],[6.765,-0.441],[0,0],[0.441,6.766]],"v":[[54.159,77.318],[-43.674,83.689],[-56.723,72.236],[-65.613,-64.268],[-54.16,-77.317],[43.674,-83.688],[56.722,-72.235],[65.612,64.268]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9216,0.9255,0.9294],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[107.969,124.018],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":5},{"ty":4,"nm":"ho so 3","sr":1,"st":0,"op":77,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[107.969,124.018,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.67,"y":1},"s":[125,125,0],"t":0,"ti":[-3.833,0,0],"to":[3.833,0,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[148,125,0],"t":17,"ti":[0,0,0],"to":[0,0,0]},{"o":{"x":0.33,"y":0},"i":{"x":0.667,"y":1},"s":[148,125,0],"t":24,"ti":[9.987,0.361,0],"to":[-9.987,-0.361,0]},{"s":[88.079,122.833,0],"t":42}],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.67,"y":1},"s":[4],"t":0},{"o":{"x":0.33,"y":0},"i":{"x":0.67,"y":1},"s":[15],"t":17},{"o":{"x":0.33,"y":0},"i":{"x":0.667,"y":1},"s":[15],"t":24},{"s":[1],"t":42}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100],"t":42},{"s":[0],"t":43}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":6,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.323,4.974],[0,0],[4.972,-0.324],[0,0],[-0.324,-4.974],[0,0],[-4.973,0.324],[0,0]],"o":[[0,0],[-0.323,-4.973],[0,0],[-4.974,0.324],[0,0],[0.323,4.972],[0,0],[4.974,-0.323]],"v":[[48.526,27.743],[47.464,11.451],[37.874,3.033],[-36.994,7.908],[-45.413,17.5],[-44.352,33.792],[-34.761,42.21],[40.107,37.334]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.105,1.625],[0,0],[1.625,-0.106],[0,0],[-0.106,-1.626],[-1.625,0.105],[0,0]],"o":[[0,0],[-0.107,-1.625],[0,0],[-1.625,0.106],[0.106,1.625],[0,0],[1.625,-0.107]],"v":[[46,-11.05],[46,-11.05],[42.865,-13.801],[-44.128,-8.136],[-46.879,-5.001],[-43.745,-2.25],[43.249,-7.915]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 3","ix":3,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.106,1.626],[0,0],[1.625,-0.106],[0,0],[-0.106,-1.625],[-1.625,0.105],[0,0]],"o":[[0,0],[-0.106,-1.625],[0,0],[-1.625,0.106],[0.106,1.625],[0,0],[1.625,-0.106]],"v":[[45.011,-26.225],[45.011,-26.225],[41.877,-28.976],[-45.116,-23.311],[-47.867,-20.176],[-44.733,-17.425],[42.26,-23.09]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 4","ix":4,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.625,-0.106],[0,0],[0.106,1.626],[-1.625,0.106],[0,0],[-0.106,-1.625]],"o":[[0,0],[-1.625,0.106],[-0.106,-1.625],[0,0],[1.625,-0.106],[0.106,1.625]],"v":[[41.384,-36.542],[-45.609,-30.877],[-48.743,-33.628],[-45.992,-36.762],[41.001,-42.427],[44.135,-39.676]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Merge Paths 1","mm":1},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9216,0.9255,0.9294],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[107.105,145.872],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 2","ix":2,"cix":2,"np":4,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[7.717,-0.543],[0,0],[-0.573,-7.385],[-2.602,0.183],[0,0],[0.193,2.49]],"o":[[0,0],[-7.717,0.544],[0.194,2.49],[0,0],[2.603,-0.184],[-0.574,-7.385]],"v":[[3.42,2.572],[-5.118,3.173],[-18.052,17.529],[-12.99,21.706],[14.069,19.801],[18.432,14.959]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0.442,5.703],[-5.96,0.42],[-0.444,-5.703],[5.96,-0.419]],"o":[[-0.443,-5.703],[5.96,-0.419],[0.442,5.703],[-5.959,0.42]],"v":[[-12.728,-10.383],[-2.74,-21.47],[8.854,-11.903],[-1.136,-0.816]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Merge Paths 1","mm":1},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7725,0.8078,0.8392],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[75.317,77.865],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 4","ix":3,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[5.466,-0.356],[0,0],[0.356,5.467],[0,0],[-5.466,0.356],[0,0],[-0.356,-5.466],[0,0]],"o":[[0,0],[-5.465,0.355],[0,0],[-0.356,-5.467],[0,0],[5.466,-0.355],[0,0],[0.356,5.466]],"v":[[51.721,72.828],[-41.839,78.921],[-52.38,69.669],[-60.973,-62.287],[-51.721,-72.829],[41.838,-78.922],[52.38,-69.669],[60.973,62.286]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[1,1,1],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[107.969,124.018],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 5","ix":4,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[6.766,-0.441],[0,0],[0.44,6.766],[0,0],[-6.766,0.441],[0,0],[-0.44,-6.766],[0,0]],"o":[[0,0],[-6.767,0.441],[0,0],[-0.44,-6.767],[0,0],[6.765,-0.441],[0,0],[0.441,6.766]],"v":[[54.159,77.318],[-43.674,83.689],[-56.723,72.236],[-65.613,-64.268],[-54.16,-77.317],[43.674,-83.688],[56.722,-72.235],[65.612,64.268]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9216,0.9255,0.9294],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[107.969,124.018],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":6},{"ty":4,"nm":"nen ho so","sr":1,"st":15,"op":150,"ip":30,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[125,125,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[70,70,100],"t":28},{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[105,105,100],"t":44},{"s":[100,100,100],"t":54}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[153,125,0],"t":31,"ti":[4.667,0,0],"to":[-4.667,0,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[125,125,0],"t":49,"ti":[0,0,0],"to":[0,0,0]},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[125,125,0],"t":116,"ti":[-4.667,0,0],"to":[4.667,0,0]},{"s":[153,125,0],"t":132}],"ix":2},"r":{"a":1,"k":[{"o":{"x":0.25,"y":0},"i":{"x":0.75,"y":1},"s":[4],"t":31},{"o":{"x":0.25,"y":0},"i":{"x":0.667,"y":1},"s":[0],"t":49},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[0],"t":116},{"s":[4],"t":132}],"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.24,"y":0},"i":{"x":0.53,"y":1},"s":[0],"t":26},{"o":{"x":0.24,"y":0},"i":{"x":0.667,"y":1},"s":[100],"t":40},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100],"t":125},{"s":[1],"t":132}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Group 1","ix":1,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[1.218,2.125],[0.089,0.132],[3.745,0.198],[38.467,2.032],[2.43,-0.861],[0.274,-5.05],[0.35,-6.475],[0.701,-12.949],[0.702,-12.948],[0.701,-12.949],[0.41,-7.575],[-3.557,-2.328],[-2.14,-0.114],[-39.403,-2.082],[-2.33,1.899],[-0.183,3.396],[-2.935,54.486]],"o":[[-0.079,-0.137],[-2.103,-3.104],[-38.467,-2.031],[-2.574,-0.136],[-5.824,2.065],[-0.35,6.474],[-0.702,12.948],[-0.702,12.948],[-0.702,12.948],[-0.411,7.575],[-0.231,4.244],[1.792,1.173],[39.402,2.082],[3.003,0.158],[2.637,-2.149],[2.934,-54.486],[0.134,-2.476]],"v":[[73.269,-85.713],[73.017,-86.117],[62.874,-89.912],[-52.528,-96.007],[-60.185,-95.407],[-65.658,-81.951],[-66.71,-62.528],[-68.815,-23.683],[-70.92,15.162],[-73.025,54.007],[-74.256,76.731],[-70.772,88.365],[-64.588,89.8],[53.618,96.046],[62.261,94.369],[65.466,85.01],[74.269,-78.448]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[143.607,124.993],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":7}]'), A0 = "5.5.7", g0 = 60, D0 = 150, v0 = 0, E0 = [], Y0 = {
366
+ nm: p0,
367
+ ddd: h0,
368
+ h: y0,
369
+ w: f0,
370
+ meta: u0,
371
+ layers: b0,
372
+ v: A0,
373
+ fr: g0,
374
+ op: D0,
375
+ ip: v0,
376
+ assets: E0
377
+ }, V0 = "img_nosearchresult_ani@4x", B0 = 0, G0 = 400, S0 = 400, P0 = { g: "@lottiefiles/toolkit-js 0.33.2" }, F0 = /* @__PURE__ */ JSON.parse('[{"ty":3,"nm":"magnifygroup","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[100,100,100],"t":0},{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[100,100,100],"t":10},{"o":{"x":0.167,"y":0},"i":{"x":0.25,"y":1},"s":[100,100,100],"t":52},{"s":[100,100,100],"t":59}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[200,200,0],"t":0,"ti":[0,0,0],"to":[0,0,0]},{"o":{"x":0.33,"y":0},"i":{"x":0.833,"y":0.833},"s":[200,200,0],"t":10,"ti":[-20.499,-20.999,0],"to":[0,0,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[281.501,203.001,0],"t":20,"ti":[31,-29,0],"to":[20.499,20.999,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[259,278,0],"t":30,"ti":[19.091,16.545,0],"to":[-31,29,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.25,"y":1},"s":[201.091,273.545,0],"t":40,"ti":[0,0,0],"to":[-19.091,-16.545,0]},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[200,200,0],"t":52,"ti":[0,0,0],"to":[0,0,0]},{"s":[200,200,0],"t":59}],"ix":2},"r":{"a":0,"k":-45,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"ind":1},{"ty":4,"nm":"maga","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"maga","ix":1,"cix":2,"np":2,"it":[{"ty":"el","bm":0,"hd":false,"mn":"ADBE Vector Shape - Ellipse","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"s":{"a":0,"k":[118,118],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9961,0.9961,0.9961],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":2,"parent":1},{"ty":4,"nm":"magaframe","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,0,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"maga","ix":1,"cix":2,"np":2,"it":[{"ty":"el","bm":0,"hd":false,"mn":"ADBE Vector Shape - Ellipse","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"s":{"a":0,"k":[158,158],"ix":2}},{"ty":"gf","bm":0,"hd":false,"mn":"ADBE Vector Graphic - G-Fill","nm":"Gradient Fill 1","e":{"a":0,"k":[57.115,51.2],"ix":6},"g":{"p":7,"k":{"a":0,"k":[0,0.10196078431372549,0.4823529411764706,0.8509803921568627,0.25,0.07450980392156863,0.5098039215686274,0.8313725490196079,0.5,0.050980392156862744,0.5333333333333333,0.8156862745098039,0.5,0.047058823529411764,0.5137254901960784,0.7803921568627451,0.5,0.047058823529411764,0.49019607843137253,0.7490196078431373,0.75,0.023529411764705882,0.5137254901960784,0.7294117647058823,1,0,0.5372549019607843,0.7137254901960784],"ix":9}},"t":1,"a":{"a":0,"k":0},"h":{"a":0,"k":0},"s":{"a":0,"k":[-55.063,-55.053],"ix":5},"r":1,"o":{"a":0,"k":100,"ix":10}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":3,"parent":1},{"ty":4,"nm":"handle_oppsite","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,-103,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":0,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"handle_oppsite Stroke","ix":1,"cix":2,"np":3,"it":[{"ty":"rc","bm":0,"hd":false,"mn":"ADBE Vector Shape - Rect","nm":"Rectangle Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":13,"ix":4},"s":{"a":0,"k":[26,74],"ix":2}},{"ty":"op","bm":0,"hd":false,"mn":"ADBE Vector Filter - Offset","nm":"Offset Paths 1","ix":3,"a":{"a":0,"k":-0.5,"ix":1},"lj":1,"ml":{"a":0,"k":4,"ix":3}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"handle_oppsite Fill","ix":2,"cix":2,"np":2,"it":[{"ty":"rc","bm":0,"hd":false,"mn":"ADBE Vector Shape - Rect","nm":"Rectangle Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":13,"ix":4},"s":{"a":0,"k":[26,74],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1529,0.5098,0.8549],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":4,"parent":1},{"ty":4,"nm":"handle","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,114,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"handle Fill","ix":1,"cix":2,"np":2,"it":[{"ty":"rc","bm":0,"hd":false,"mn":"ADBE Vector Shape - Rect","nm":"Rectangle Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":13,"ix":4},"s":{"a":0,"k":[26,52],"ix":2}},{"ty":"gf","bm":0,"hd":false,"mn":"ADBE Vector Graphic - G-Fill","nm":"Gradient Fill 1","e":{"a":0,"k":[-5.053,-5.322],"ix":6},"g":{"p":7,"k":{"a":0,"k":[0,0.10196078431372549,0.4823529411764706,0.8509803921568627,0.25,0.07450980392156863,0.5098039215686274,0.8313725490196079,0.5,0.050980392156862744,0.5333333333333333,0.8156862745098039,0.5,0.047058823529411764,0.5137254901960784,0.7803921568627451,0.5,0.047058823529411764,0.49019607843137253,0.7490196078431373,0.75,0.023529411764705882,0.5137254901960784,0.7294117647058823,1,0,0.5372549019607843,0.7137254901960784],"ix":9}},"t":1,"a":{"a":0,"k":0},"h":{"a":0,"k":0},"s":{"a":0,"k":[-109.134,-110.331],"ix":5},"r":1,"o":{"a":0,"k":100,"ix":10}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":5,"parent":1},{"ty":4,"nm":"handle2","sr":1,"st":0,"op":60,"ip":0,"hd":true,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[0,83.5,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"handle2 Stroke","ix":1,"cix":2,"np":3,"it":[{"ty":"rc","bm":0,"hd":false,"mn":"ADBE Vector Shape - Rect","nm":"Rectangle Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"s":{"a":0,"k":[18,43],"ix":2}},{"ty":"op","bm":0,"hd":false,"mn":"ADBE Vector Filter - Offset","nm":"Offset Paths 1","ix":3,"a":{"a":0,"k":-0.5,"ix":1},"lj":1,"ml":{"a":0,"k":4,"ix":3}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"handle2 Fill","ix":2,"cix":2,"np":2,"it":[{"ty":"rc","bm":0,"hd":false,"mn":"ADBE Vector Shape - Rect","nm":"Rectangle Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"s":{"a":0,"k":[18,43],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":6,"parent":1},{"ty":0,"nm":"papergroup","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[200,200,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[50,50,100],"t":44},{"s":[100,100,100],"t":56}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[200,274,0],"t":44,"ti":[0,12.333,0],"to":[0,-12.333,0]},{"s":[200,200,0],"t":56}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[0],"t":44},{"s":[100],"t":56}],"ix":11}},"ef":[],"w":400,"h":400,"refId":"comp_0","ind":7},{"ty":0,"nm":"papergroup","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[200,200,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[100,100,100],"t":40},{"s":[50,50,100],"t":52}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[200,200,0],"t":40,"ti":[0,17.667,0],"to":[0,-17.667,0]},{"s":[200,94,0],"t":52}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.33,"y":0},"i":{"x":0.25,"y":1},"s":[100],"t":40},{"s":[0],"t":52}],"ix":11}},"ef":[],"w":400,"h":400,"refId":"comp_0","ind":8},{"ty":4,"nm":"bg","sr":1,"st":0,"op":60,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[200,200,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"bg","ix":1,"cix":2,"np":2,"it":[{"ty":"el","bm":0,"hd":false,"mn":"ADBE Vector Shape - Ellipse","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"s":{"a":0,"k":[400,400],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":9}]'), _0 = "5.7.14", M0 = 30, R0 = 60, w0 = 0, L0 = [{ nm: "papergroup", id: "comp_0", layers: [{ ty: 3, nm: "NULL CONTROL ", sr: 1, st: 0, op: 60, ip: 0, hd: !1, ddd: 0, bm: 0, hasMask: !1, ao: 0, ks: { a: { a: 0, k: [50, 50, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [184, 171, 0], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 0, ix: 11 } }, ef: [], ind: 1 }, { ty: 4, nm: "text_4", sr: 1, st: 0, op: 60, ip: 0, hd: !1, ddd: 0, bm: 0, hasMask: !1, ao: 0, ks: { a: { a: 0, k: [0, 0, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [-32, 19, 0], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: !1, mn: "ADBE Vector Group", nm: "text_4", ix: 1, cix: 2, np: 3, it: [{ ty: "rc", bm: 0, hd: !1, mn: "ADBE Vector Shape - Rect", nm: "Rectangle Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 99, ix: 4 }, s: { a: 0, k: [98, 16], ix: 2 } }, { ty: "st", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Stroke", nm: "Stroke 1", lc: 1, lj: 1, ml: 4, o: { a: 0, k: 0, ix: 4 }, w: { a: 0, k: 1, ix: 5 }, c: { a: 0, k: [0, 0, 0], ix: 3 } }, { ty: "fl", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [0.8431, 0.8902, 0.9569], ix: 4 }, r: 1, o: { a: 0, k: 60, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 2, parent: 6 }, { ty: 4, nm: "text_3", sr: 1, st: 0, op: 60, ip: 0, hd: !1, ddd: 0, bm: 0, hasMask: !1, ao: 0, ks: { a: { a: 0, k: [0, 0, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [0, -13, 0], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: !1, mn: "ADBE Vector Group", nm: "text_3", ix: 1, cix: 2, np: 3, it: [{ ty: "rc", bm: 0, hd: !1, mn: "ADBE Vector Shape - Rect", nm: "Rectangle Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 99, ix: 4 }, s: { a: 0, k: [162, 16], ix: 2 } }, { ty: "st", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Stroke", nm: "Stroke 1", lc: 1, lj: 1, ml: 4, o: { a: 0, k: 0, ix: 4 }, w: { a: 0, k: 1, ix: 5 }, c: { a: 0, k: [0, 0, 0], ix: 3 } }, { ty: "fl", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [0.8431, 0.8902, 0.9569], ix: 4 }, r: 1, o: { a: 0, k: 60, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 3, parent: 6 }, { ty: 4, nm: "text_2", sr: 1, st: 0, op: 60, ip: 0, hd: !1, ddd: 0, bm: 0, hasMask: !1, ao: 0, ks: { a: { a: 0, k: [0, 0, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [0, -77, 0], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: !1, mn: "ADBE Vector Group", nm: "text_2", ix: 1, cix: 2, np: 3, it: [{ ty: "rc", bm: 0, hd: !1, mn: "ADBE Vector Shape - Rect", nm: "Rectangle Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 99, ix: 4 }, s: { a: 0, k: [162, 16], ix: 2 } }, { ty: "st", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Stroke", nm: "Stroke 1", lc: 1, lj: 1, ml: 4, o: { a: 0, k: 0, ix: 4 }, w: { a: 0, k: 1, ix: 5 }, c: { a: 0, k: [0, 0, 0], ix: 3 } }, { ty: "fl", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [0.8431, 0.8902, 0.9569], ix: 4 }, r: 1, o: { a: 0, k: 60, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 4, parent: 6 }, { ty: 4, nm: "text_1", sr: 1, st: 0, op: 60, ip: 0, hd: !1, ddd: 0, bm: 0, hasMask: !1, ao: 0, ks: { a: { a: 0, k: [0, 0, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [0, -45, 0], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: !1, mn: "ADBE Vector Group", nm: "text_1", ix: 1, cix: 2, np: 3, it: [{ ty: "rc", bm: 0, hd: !1, mn: "ADBE Vector Shape - Rect", nm: "Rectangle Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 99, ix: 4 }, s: { a: 0, k: [162, 16], ix: 2 } }, { ty: "st", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Stroke", nm: "Stroke 1", lc: 1, lj: 1, ml: 4, o: { a: 0, k: 0, ix: 4 }, w: { a: 0, k: 1, ix: 5 }, c: { a: 0, k: [0, 0, 0], ix: 3 } }, { ty: "fl", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [0.8431, 0.8902, 0.9569], ix: 4 }, r: 1, o: { a: 0, k: 60, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 5, parent: 6 }, { ty: 4, nm: "paper", sr: 1, st: 0, op: 60, ip: 0, hd: !1, ddd: 0, bm: 0, hasMask: !1, ao: 0, ks: { a: { a: 0, k: [0, 0, 0], ix: 1 }, s: { a: 0, k: [100, 100, 100], ix: 6 }, sk: { a: 0, k: 0 }, p: { a: 0, k: [66, 79, 0], ix: 2 }, r: { a: 0, k: 0, ix: 10 }, sa: { a: 0, k: 0 }, o: { a: 0, k: 100, ix: 11 } }, ef: [], shapes: [{ ty: "gr", bm: 0, hd: !1, mn: "ADBE Vector Group", nm: "paper", ix: 1, cix: 2, np: 3, it: [{ ty: "rc", bm: 0, hd: !1, mn: "ADBE Vector Shape - Rect", nm: "Rectangle Path 1", d: 1, p: { a: 0, k: [0, 0], ix: 3 }, r: { a: 0, k: 24, ix: 4 }, s: { a: 0, k: [226, 250], ix: 2 } }, { ty: "fl", bm: 0, hd: !1, mn: "ADBE Vector Graphic - Fill", nm: "Fill 1", c: { a: 0, k: [1, 1, 1], ix: 4 }, r: 1, o: { a: 0, k: 100, ix: 5 } }, { ty: "tr", a: { a: 0, k: [0, 0], ix: 1 }, s: { a: 0, k: [100, 100], ix: 3 }, sk: { a: 0, k: 0, ix: 4 }, p: { a: 0, k: [0, 0], ix: 2 }, r: { a: 0, k: 0, ix: 6 }, sa: { a: 0, k: 0, ix: 5 }, o: { a: 0, k: 100, ix: 7 } }] }], ind: 6, parent: 1 }] }], q0 = {
378
+ nm: V0,
379
+ ddd: B0,
380
+ h: G0,
381
+ w: S0,
382
+ meta: P0,
383
+ layers: F0,
384
+ v: _0,
385
+ fr: M0,
386
+ op: R0,
387
+ ip: w0,
388
+ assets: L0
389
+ }, O0 = "Loading Files", j0 = 0, I0 = 200, C0 = 800, T0 = { g: "LottieFiles AE " }, $0 = /* @__PURE__ */ JSON.parse('[{"ty":4,"nm":"Search","sr":1,"st":0,"op":510,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[352.535,96.918,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.69,"y":0},"i":{"x":0.97,"y":1},"s":[351.535,97.918,0],"t":0},{"s":[351.535,99.418,0],"t":30}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Subtraction 48","ix":1,"cix":2,"np":3,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[16.521,-0.045],[-0.013,-34.356],[-34.356,0.012],[0.011,34.356],[11.651,11.659]],"o":[[-34.356,0.012],[0.011,34.356],[34.356,-0.013],[-0.006,-16.483],[-11.651,-11.715]],"v":[[-0.089,-62.489],[-62.274,-0.26],[-0.046,61.927],[62.142,-0.304],[43.936,-44.254]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[9.639,0.013],[-0.054,41.136],[-41.136,-0.054],[0.054,-41.137],[28.059,-11.391]],"o":[[-41.136,-0.054],[0.054,-41.137],[41.136,0.055],[-0.039,30.282],[-8.929,3.626]],"v":[[-0.098,74.485],[-74.484,-0.097],[0.098,-74.485],[74.484,0.098],[28.019,69.014]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.0706,0.4471,0.7176],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[383.401,89.476],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Rectangle 4757","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[2.999,-2.999],[0,0],[2.999,2.999],[0,0]],"o":[[0,0],[0,0],[0,0],[2.999,2.999],[0,0],[-2.999,2.999],[0,0],[0,0]],"v":[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[23.005,6.653],[23.005,17.514],[17.514,23.005],[6.653,23.005],[-25.254,-8.902]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.0706,0.4471,0.7176],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[446.9,153.591],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":1},{"ty":4,"nm":"Files 5","sr":1,"st":0,"op":510,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[723.194,96.918,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[100,100,100],"t":0},{"s":[165,165,100],"t":30}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[723.194,100.918,0],"t":0},{"s":[571.694,97.418,0],"t":30}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[0],"t":0},{"s":[50],"t":30}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2951","ix":1,"cix":2,"np":6,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.019,-0.326],[0,0],[0.326,-0.019],[0,0],[0.019,0.326],[0,0],[-0.326,0.019]],"o":[[0,0],[0.326,0.019],[0,0],[-0.019,0.326],[0,0],[-0.326,-0.019],[0,0],[0.019,-0.326],[0,0]],"v":[[-18.935,-8.56],[-10.273,-8.56],[-9.669,-7.956],[-9.669,-5.943],[-10.273,-5.338],[-18.935,-5.338],[-19.54,-5.943],[-19.54,-7.957],[-18.935,-8.562]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.019,-0.326],[0,0],[0.326,-0.019],[0,0],[0.019,0.326],[0,0],[-0.326,0.019]],"o":[[0,0],[0.326,0.019],[0,0],[-0.019,0.326],[0,0],[-0.326,-0.019],[0,0],[0.019,-0.326],[0,0]],"v":[[-18.935,-0.906],[18.935,-0.906],[19.54,-0.301],[19.54,1.713],[18.935,2.318],[-18.935,2.318],[-19.54,1.713],[-19.54,-0.302],[-18.935,-0.907]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 3","ix":3,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.325,0.019],[0,0],[-0.019,-0.326],[0,0],[0.326,-0.019],[0,0],[0.019,0.326],[0,0]],"o":[[0,0],[0.326,0.019],[0,0],[-0.019,0.326],[0,0],[-0.326,-0.019],[0,0],[0.019,-0.325]],"v":[[-18.935,5.943],[18.935,5.943],[19.54,6.547],[19.54,8.562],[18.935,9.166],[-18.935,9.166],[-19.54,8.562],[-19.54,6.546]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 4","ix":4,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.326,0.019],[0,0],[-0.019,-0.326],[0,0],[0.326,-0.019],[0,0],[0.019,0.326],[0,0]],"o":[[0,0],[0.326,0.019],[0,0],[-0.019,0.326],[0,0],[-0.326,-0.019],[0,0],[0.019,-0.326]],"v":[[-18.935,12.791],[-0.604,12.791],[0.001,13.396],[0.001,15.41],[-0.604,16.014],[-18.935,16.014],[-19.54,15.41],[-19.54,13.396]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 5","ix":5,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.326,0.019],[0,0],[-0.019,-0.326],[0,0],[0.326,-0.019],[0,0],[0.019,0.326],[0,0]],"o":[[0,0],[0.326,0.019],[0,0],[-0.019,0.326],[0,0],[-0.326,-0.019],[0,0],[0.019,-0.326]],"v":[[-18.935,-16.014],[-6.446,-16.014],[-5.842,-15.41],[-5.842,-13.396],[-6.446,-12.791],[-18.935,-12.791],[-19.54,-13.396],[-19.54,-15.41]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7059,0.7529,0.8],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[723.194,96.817],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2950","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[738.705,74.961],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2949","ix":3,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.025,0],[0,0],[0,0],[0,0],[2.872,-0.021],[0.025,0],[0,0],[0.022,2.872],[0,0.026],[0,0],[-2.872,0.021]],"o":[[0,0],[0,0],[0,0],[0.021,2.872],[-0.025,0],[0,0],[-2.872,0.022],[0,-0.026],[0,0],[-0.021,-2.872],[0.025,0]],"v":[[-19.64,-31.424],[5.942,-31.424],[24.878,-12.489],[24.878,26.187],[19.715,31.424],[19.64,31.424],[-19.638,31.424],[-24.878,26.264],[-24.878,26.187],[-24.878,-26.187],[-19.715,-31.424]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9373,0.9569,0.9647],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[723.094,96.918],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":2},{"ty":4,"nm":"Files 4","sr":1,"st":0,"op":510,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[570.918,96.918,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[100,100,100],"t":0},{"s":[126,126,100],"t":30}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[570.918,96.918,0],"t":0},{"s":[390.918,96.918,0],"t":30}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[50],"t":0},{"s":[100],"t":30}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2951","ix":1,"cix":2,"np":6,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0],[-0.549,0.032]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549],[0,0]],"v":[[-31.928,-14.435],[-17.322,-14.435],[-16.303,-13.415],[-16.303,-10.021],[-17.322,-9.001],[-31.928,-9.001],[-32.948,-10.021],[-32.948,-13.417],[-31.928,-14.436]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0],[-0.549,0.032]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549],[0,0]],"v":[[-31.928,-1.527],[31.928,-1.527],[32.948,-0.508],[32.948,2.889],[31.928,3.908],[-31.928,3.908],[-32.948,2.889],[-32.948,-0.51],[-31.928,-1.529]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 3","ix":3,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.549,0.032],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.033,-0.548]],"v":[[-31.928,10.021],[31.928,10.021],[32.948,11.04],[32.948,14.436],[31.928,15.456],[-31.928,15.456],[-32.948,14.436],[-32.948,11.038]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 4","ix":4,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.549,0.032],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549]],"v":[[-31.928,21.568],[-1.018,21.568],[0.001,22.588],[0.001,25.984],[-1.018,27.004],[-31.928,27.004],[-32.948,25.984],[-32.948,22.588]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 5","ix":5,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.549,0.032],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549]],"v":[[-31.928,-27.004],[-10.87,-27.004],[-9.85,-25.984],[-9.85,-22.588],[-10.87,-21.568],[-31.928,-21.568],[-32.948,-22.588],[-32.948,-25.984]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7059,0.7529,0.8],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[570.918,96.747],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2950","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[597.073,59.895],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2949","ix":3,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.042,0],[0,0],[0,0],[0,0],[4.843,-0.035],[0.042,0],[0,0],[0.037,4.843],[0,0.043],[0,0],[-4.843,0.035]],"o":[[0,0],[0,0],[0,0],[0.035,4.843],[-0.042,0],[0,0],[-4.843,0.037],[0,-0.043],[0,0],[-0.035,-4.843],[0.042,0]],"v":[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[33.243,52.988],[33.117,52.988],[-33.113,52.988],[-41.949,44.286],[-41.949,44.156],[-41.949,-44.156],[-33.243,-52.988]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9373,0.9569,0.9647],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[570.748,96.918],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":3},{"ty":4,"nm":"Files 3","sr":1,"st":0,"op":510,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[390.535,96.918,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[100,100,100],"t":0},{"s":[78,78,100],"t":30}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[390.535,96.918,0],"t":0},{"s":[210.535,96.918,0],"t":30}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[100],"t":0},{"s":[50],"t":30}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2951","ix":1,"cix":2,"np":6,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.04,-0.692],[0,0],[0.692,-0.04],[0,0],[0.04,0.692],[0,0],[-0.692,0.04]],"o":[[0,0],[0.692,0.04],[0,0],[-0.04,0.692],[0,0],[-0.692,-0.04],[0,0],[0.04,-0.692],[0,0]],"v":[[-40.242,-18.193],[-21.833,-18.193],[-20.548,-16.908],[-20.548,-12.63],[-21.833,-11.345],[-40.242,-11.345],[-41.526,-12.63],[-41.526,-16.911],[-40.242,-18.195]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.04,-0.692],[0,0],[0.692,-0.04],[0,0],[0.04,0.692],[0,0],[-0.692,0.04]],"o":[[0,0],[0.692,0.04],[0,0],[-0.04,0.692],[0,0],[-0.692,-0.04],[0,0],[0.04,-0.692],[0,0]],"v":[[-40.242,-1.925],[40.242,-1.925],[41.526,-0.64],[41.526,3.641],[40.242,4.926],[-40.242,4.926],[-41.526,3.641],[-41.526,-0.642],[-40.242,-1.927]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 3","ix":3,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.691,0.04],[0,0],[-0.04,-0.692],[0,0],[0.692,-0.04],[0,0],[0.04,0.692],[0,0]],"o":[[0,0],[0.692,0.04],[0,0],[-0.04,0.692],[0,0],[-0.692,-0.04],[0,0],[0.041,-0.691]],"v":[[-40.242,12.63],[40.242,12.63],[41.526,13.914],[41.526,18.195],[40.242,19.48],[-40.242,19.48],[-41.526,18.195],[-41.526,13.912]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 4","ix":4,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.692,0.04],[0,0],[-0.04,-0.692],[0,0],[0.692,-0.04],[0,0],[0.04,0.692],[0,0]],"o":[[0,0],[0.692,0.04],[0,0],[-0.04,0.692],[0,0],[-0.692,-0.04],[0,0],[0.04,-0.692]],"v":[[-40.242,27.184],[-1.284,27.184],[0.001,28.469],[0.001,32.75],[-1.284,34.035],[-40.242,34.035],[-41.526,32.75],[-41.526,28.469]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 5","ix":5,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.692,0.04],[0,0],[-0.04,-0.692],[0,0],[0.692,-0.04],[0,0],[0.04,0.692],[0,0]],"o":[[0,0],[0.692,0.04],[0,0],[-0.04,0.692],[0,0],[-0.692,-0.04],[0,0],[0.04,-0.692]],"v":[[-40.242,-34.035],[-13.7,-34.035],[-12.415,-32.75],[-12.415,-28.469],[-13.7,-27.184],[-40.242,-27.184],[-41.526,-28.469],[-41.526,-32.75]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7059,0.7529,0.8],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[390.534,96.702],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2950","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[423.5,50.255],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2949","ix":3,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.053,0],[0,0],[0,0],[0,0],[6.104,-0.044],[0.053,0],[0,0],[0.047,6.104],[0,0.055],[0,0],[-6.104,0.044]],"o":[[0,0],[0,0],[0,0],[0.044,6.104],[-0.053,0],[0,0],[-6.104,0.047],[0,-0.055],[0,0],[-0.044,-6.104],[0.053,0]],"v":[[-41.74,-66.785],[12.628,-66.785],[52.871,-26.542],[52.871,55.653],[41.899,66.785],[41.74,66.785],[-41.735,66.785],[-52.871,55.817],[-52.871,55.653],[-52.871,-55.653],[-41.899,-66.785]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9373,0.9569,0.9647],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[390.321,96.918],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":4},{"ty":4,"nm":"Files 2","sr":1,"st":0,"op":510,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[210.152,96.918,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[100,100,100],"t":0},{"s":[60,60,100],"t":30}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[210.152,96.918,0],"t":0},{"s":[78.151,96.918,0],"t":30}],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.172},"i":{"x":0.24,"y":1},"s":[50],"t":0},{"s":[0],"t":30}],"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2951","ix":1,"cix":2,"np":6,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0],[-0.549,0.032]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549],[0,0]],"v":[[-31.928,-14.435],[-17.322,-14.435],[-16.303,-13.415],[-16.303,-10.021],[-17.322,-9.001],[-31.928,-9.001],[-32.948,-10.021],[-32.948,-13.417],[-31.928,-14.436]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 2","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0],[-0.549,0.032]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549],[0,0]],"v":[[-31.928,-1.527],[31.928,-1.527],[32.948,-0.508],[32.948,2.889],[31.928,3.908],[-31.928,3.908],[-32.948,2.889],[-32.948,-0.51],[-31.928,-1.529]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 3","ix":3,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.549,0.032],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.033,-0.548]],"v":[[-31.928,10.021],[31.928,10.021],[32.948,11.04],[32.948,14.436],[31.928,15.456],[-31.928,15.456],[-32.948,14.436],[-32.948,11.038]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 4","ix":4,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.549,0.032],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549]],"v":[[-31.928,21.568],[-1.018,21.568],[0.001,22.588],[0.001,25.984],[-1.018,27.004],[-31.928,27.004],[-32.948,25.984],[-32.948,22.588]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 5","ix":5,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.549,0.032],[0,0],[-0.032,-0.549],[0,0],[0.549,-0.032],[0,0],[0.032,0.549],[0,0]],"o":[[0,0],[0.549,0.032],[0,0],[-0.032,0.549],[0,0],[-0.549,-0.032],[0,0],[0.032,-0.549]],"v":[[-31.928,-27.004],[-10.87,-27.004],[-9.85,-25.984],[-9.85,-22.588],[-10.87,-21.568],[-31.928,-21.568],[-32.948,-22.588],[-32.948,-25.984]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.7059,0.7529,0.8],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[210.151,96.747],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2950","ix":2,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.1882,0.2392,0.3137],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[236.306,59.895],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Path 2949","ix":3,"cix":2,"np":2,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"Path 1","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-0.042,0],[0,0],[0,0],[0,0],[4.843,-0.035],[0.042,0],[0,0],[0.037,4.843],[0,0.043],[0,0],[-4.843,0.035]],"o":[[0,0],[0,0],[0,0],[0.035,4.843],[-0.042,0],[0,0],[-4.843,0.037],[0,-0.043],[0,0],[-0.035,-4.843],[0.042,0]],"v":[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[33.243,52.988],[33.117,52.988],[-33.113,52.988],[-41.949,44.286],[-41.949,44.156],[-41.949,-44.156],[-33.243,-52.988]]},"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.9373,0.9569,0.9647],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[209.981,96.918],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":5}]'), H0 = "4.8.0", N0 = 30, W0 = 31, J0 = 0, U0 = [], z0 = {
390
+ nm: O0,
391
+ ddd: j0,
392
+ h: I0,
393
+ w: C0,
394
+ meta: T0,
395
+ layers: $0,
396
+ v: H0,
397
+ fr: N0,
398
+ op: W0,
399
+ ip: J0,
400
+ assets: U0
401
+ };
402
+ export {
403
+ X0 as L,
404
+ q0 as a,
405
+ z0 as i,
406
+ Y0 as n
407
+ };