@nation-a/ui 0.16.28 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/dist/ark-ui-D--_sKY0.js +7066 -0
  2. package/dist/ark-ui-D--_sKY0.js.map +1 -0
  3. package/dist/ark-ui-e4-hVrsF.cjs +2 -0
  4. package/dist/ark-ui-e4-hVrsF.cjs.map +1 -0
  5. package/dist/{index-BroabscA.cjs → index-B5IKaL0m.cjs} +2 -2
  6. package/dist/index-B5IKaL0m.cjs.map +1 -0
  7. package/dist/{index-B4n-XEbJ.js → index-FC3cETza.js} +2 -2
  8. package/dist/index-FC3cETza.js.map +1 -0
  9. package/dist/index.cjs +7 -7
  10. package/dist/index.cjs.map +1 -1
  11. package/dist/index.js +5033 -4981
  12. package/dist/index.js.map +1 -1
  13. package/dist/react-hot-toast-BCKriZQY.js +404 -0
  14. package/dist/react-hot-toast-BCKriZQY.js.map +1 -0
  15. package/dist/react-hot-toast-CvGdrsnM.cjs +178 -0
  16. package/dist/react-hot-toast-CvGdrsnM.cjs.map +1 -0
  17. package/dist/{react-lottie-DygynGMG.js → react-lottie-BoWlnUa4.js} +257 -257
  18. package/dist/react-lottie-BoWlnUa4.js.map +1 -0
  19. package/dist/react-lottie-D3xAW5ky.cjs +29 -0
  20. package/dist/react-lottie-D3xAW5ky.cjs.map +1 -0
  21. package/dist/stats.html +1 -1
  22. package/dist/styled-system/css/conditions.mjs +1 -1
  23. package/dist/styled-system/css/css.mjs +1 -1
  24. package/dist/styled-system/css/sva.mjs +9 -4
  25. package/dist/styled-system/helpers.mjs +12 -20
  26. package/dist/styled-system/jsx/create-style-context.d.ts +54 -0
  27. package/dist/styled-system/jsx/create-style-context.mjs +98 -0
  28. package/dist/styled-system/jsx/factory.mjs +14 -5
  29. package/dist/styled-system/jsx/index.d.ts +1 -0
  30. package/dist/styled-system/jsx/index.mjs +1 -0
  31. package/dist/styled-system/patterns/aspect-ratio.d.ts +0 -1
  32. package/dist/styled-system/patterns/bleed.d.ts +0 -1
  33. package/dist/styled-system/patterns/box.d.ts +0 -1
  34. package/dist/styled-system/patterns/center.d.ts +0 -1
  35. package/dist/styled-system/patterns/circle.d.ts +0 -1
  36. package/dist/styled-system/patterns/container.d.ts +0 -1
  37. package/dist/styled-system/patterns/cq.d.ts +0 -1
  38. package/dist/styled-system/patterns/divider.d.ts +0 -1
  39. package/dist/styled-system/patterns/flex.d.ts +0 -1
  40. package/dist/styled-system/patterns/float.d.ts +0 -1
  41. package/dist/styled-system/patterns/grid-item.d.ts +0 -1
  42. package/dist/styled-system/patterns/grid.d.ts +0 -1
  43. package/dist/styled-system/patterns/grid.mjs +1 -1
  44. package/dist/styled-system/patterns/hstack.d.ts +0 -1
  45. package/dist/styled-system/patterns/hstack.mjs +1 -1
  46. package/dist/styled-system/patterns/link-overlay.d.ts +0 -1
  47. package/dist/styled-system/patterns/spacer.d.ts +0 -1
  48. package/dist/styled-system/patterns/square.d.ts +0 -1
  49. package/dist/styled-system/patterns/stack.d.ts +0 -1
  50. package/dist/styled-system/patterns/stack.mjs +1 -1
  51. package/dist/styled-system/patterns/visually-hidden.d.ts +0 -1
  52. package/dist/styled-system/patterns/vstack.d.ts +0 -1
  53. package/dist/styled-system/patterns/vstack.mjs +1 -1
  54. package/dist/styled-system/patterns/wrap.d.ts +0 -1
  55. package/dist/styled-system/patterns/wrap.mjs +1 -1
  56. package/dist/styled-system/styles.css +1003 -993
  57. package/dist/styled-system/tokens/tokens.d.ts +1 -1
  58. package/dist/styled-system/types/composition.d.ts +83 -23
  59. package/dist/styled-system/types/conditions.d.ts +13 -9
  60. package/dist/styled-system/types/jsx.d.ts +25 -10
  61. package/dist/styled-system/types/prop-type.d.ts +12 -1
  62. package/dist/styled-system/types/style-props.d.ts +17 -5
  63. package/dist/styled-system/types/system-types.d.ts +76 -0
  64. package/dist/types/components/BottomSheet/BottomSheet.stories.d.ts +322 -4
  65. package/dist/types/components/BottomSheet/index.d.ts +23 -21
  66. package/dist/types/components/BottomSheet/react-modal-sheet/SheetBackdrop.d.ts +6 -1
  67. package/dist/types/components/BottomSheet/react-modal-sheet/SheetContainer.d.ts +7 -5
  68. package/dist/types/components/BottomSheet/react-modal-sheet/SheetContent.d.ts +7 -6
  69. package/dist/types/components/BottomSheet/react-modal-sheet/SheetHeader.d.ts +7 -6
  70. package/dist/types/components/BottomSheet/react-modal-sheet/SheetScroller.d.ts +7 -3
  71. package/dist/types/components/BottomSheet/react-modal-sheet/constants.d.ts +3 -8
  72. package/dist/types/components/BottomSheet/react-modal-sheet/hooks.d.ts +1 -1
  73. package/dist/types/components/BottomSheet/react-modal-sheet/index.d.ts +1 -1
  74. package/dist/types/components/BottomSheet/react-modal-sheet/sheet.d.ts +7 -16
  75. package/dist/types/components/BottomSheet/react-modal-sheet/types.d.ts +5 -5
  76. package/dist/types/components/Button/Button.stories.d.ts +10 -3
  77. package/dist/types/components/Button/index.d.ts +8 -298
  78. package/dist/types/components/Checkbox/checkbox.stories.d.ts +15 -3
  79. package/dist/types/components/Checkbox/checkbox.styled.d.ts +29 -12
  80. package/dist/types/components/Checkbox/index.d.ts +4 -1
  81. package/dist/types/components/Dialog/Dialog.stories.d.ts +9 -3
  82. package/dist/types/components/Dialog/index.d.ts +15 -25
  83. package/dist/types/components/Fab/Fab.stories.d.ts +25 -3
  84. package/dist/types/components/Fab/index.d.ts +300 -5
  85. package/dist/types/components/IconButton/IconButton.stories.d.ts +43 -3
  86. package/dist/types/components/IconButton/index.d.ts +5 -6
  87. package/dist/types/components/Input/Input.stories.d.ts +1 -1
  88. package/dist/types/components/Input/index.d.ts +4 -1
  89. package/dist/types/components/Layout/index.d.ts +19 -42
  90. package/dist/types/components/List/List.stories.d.ts +64 -4
  91. package/dist/types/components/List/index.d.ts +82 -13
  92. package/dist/types/components/Navigation/Navigation.stories.d.ts +9 -4
  93. package/dist/types/components/Navigation/index.d.ts +6 -9
  94. package/dist/types/components/RadioGroup/Radio.stories.d.ts +8 -3
  95. package/dist/types/components/RadioGroup/index.d.ts +10 -9
  96. package/dist/types/components/RadioGroup/radio.recipe.d.ts +1 -1
  97. package/dist/types/components/Select/Select.stories.d.ts +1 -9
  98. package/dist/types/components/Select/index.d.ts +75 -28
  99. package/dist/types/components/Select/select.recipe.d.ts +1 -1
  100. package/dist/types/components/Spinner/Spinner.stories.d.ts +1 -1
  101. package/dist/types/components/Spinner/index.d.ts +4 -1
  102. package/dist/types/components/Switch/Switch.stories.d.ts +1 -1
  103. package/dist/types/components/Switch/index.d.ts +5 -2
  104. package/dist/types/components/Switch/switch.styled.d.ts +89 -15
  105. package/dist/types/components/Tabs/Tabs.stories.d.ts +8 -4
  106. package/dist/types/components/Tabs/index.d.ts +208 -29
  107. package/dist/types/components/Tag/Tag.stories.d.ts +9 -4
  108. package/dist/types/components/Tag/index.d.ts +5 -2
  109. package/dist/types/components/Text/Text.stories.d.ts +25 -3
  110. package/dist/types/components/Text/index.d.ts +4 -276
  111. package/dist/types/components/TextArea/TextArea.stories.d.ts +9 -4
  112. package/dist/types/components/TextArea/index.d.ts +4 -1
  113. package/dist/types/components/Toast/Toast.stories.d.ts +9 -4
  114. package/dist/types/components/Toast/index.d.ts +47 -24
  115. package/dist/types/index.d.ts +0 -1
  116. package/dist/types/utils/with-polymorphic-component.d.ts +5 -4
  117. package/package.json +35 -40
  118. package/dist/ark-ui-BakX7_HR.cjs +0 -2
  119. package/dist/ark-ui-BakX7_HR.cjs.map +0 -1
  120. package/dist/ark-ui-BitYUtmQ.js +0 -6713
  121. package/dist/ark-ui-BitYUtmQ.js.map +0 -1
  122. package/dist/index-B4n-XEbJ.js.map +0 -1
  123. package/dist/index-BroabscA.cjs.map +0 -1
  124. package/dist/react-hot-toast-BQTk3w2h.cjs +0 -178
  125. package/dist/react-hot-toast-BQTk3w2h.cjs.map +0 -1
  126. package/dist/react-hot-toast-CPO7pUT3.js +0 -389
  127. package/dist/react-hot-toast-CPO7pUT3.js.map +0 -1
  128. package/dist/react-lottie-DTf3gNPc.cjs +0 -29
  129. package/dist/react-lottie-DTf3gNPc.cjs.map +0 -1
  130. package/dist/react-lottie-DygynGMG.js.map +0 -1
  131. package/dist/types/utils/create-style-context.d.ts +0 -20
  132. package/dist/types/utils/index.d.ts +0 -1
@@ -165,8 +165,8 @@ function require_export() {
165
165
  var d = h & a.F, P = h & a.G, u = h & a.S, _ = h & a.P, g = h & a.B, p = h & a.W, x = P ? t : t[o] || (t[o] = {}), c = x[n], m = P ? e : u ? e[o] : (e[o] || {})[n], f, v, b;
166
166
  P && (l = o);
167
167
  for (f in l)
168
- v = !d && m && m[f] !== void 0, !(v && s(x, f)) && (b = v ? m[f] : l[f], x[f] = P && typeof m[f] != "function" ? l[f] : g && v ? r(b, e) : p && m[f] == b ? function(C) {
169
- var M = function(I, k, B) {
168
+ v = !d && m && m[f] !== void 0, !(v && s(x, f)) && (b = v ? m[f] : l[f], x[f] = P && typeof m[f] != "function" ? l[f] : g && v ? r(b, e) : p && m[f] == b ? (function(C) {
169
+ var M = function(I, k, j) {
170
170
  if (this instanceof C) {
171
171
  switch (arguments.length) {
172
172
  case 0:
@@ -176,12 +176,12 @@ function require_export() {
176
176
  case 2:
177
177
  return new C(I, k);
178
178
  }
179
- return new C(I, k, B);
179
+ return new C(I, k, j);
180
180
  }
181
181
  return C.apply(this, arguments);
182
182
  };
183
183
  return M[n] = C[n], M;
184
- }(b) : _ && typeof b == "function" ? r(Function.call, b) : b, _ && ((x.virtual || (x.virtual = {}))[f] = b, h & a.R && c && !c[f] && i(c, f, b)));
184
+ })(b) : _ && typeof b == "function" ? r(Function.call, b) : b, _ && ((x.virtual || (x.virtual = {}))[f] = b, h & a.R && c && !c[f] && i(c, f, b)));
185
185
  };
186
186
  return a.F = 1, a.G = 2, a.S = 4, a.P = 8, a.B = 16, a.W = 32, a.U = 64, a.R = 128, _export = a, _export;
187
187
  }
@@ -464,7 +464,7 @@ function requireCreateClass() {
464
464
  function r(i) {
465
465
  return i && i.__esModule ? i : { default: i };
466
466
  }
467
- return createClass.default = /* @__PURE__ */ function() {
467
+ return createClass.default = /* @__PURE__ */ (function() {
468
468
  function i(s, n) {
469
469
  for (var a = 0; a < n.length; a++) {
470
470
  var h = n[a];
@@ -474,7 +474,7 @@ function requireCreateClass() {
474
474
  return function(s, n, a) {
475
475
  return n && i(s.prototype, n), a && i(s, a), s;
476
476
  };
477
- }(), createClass;
477
+ })(), createClass;
478
478
  }
479
479
  var possibleConstructorReturn = {}, _typeof = {}, es6_string_iterator = {}, _stringAt, hasRequired_stringAt;
480
480
  function require_stringAt() {
@@ -582,9 +582,9 @@ function require_iterDefine() {
582
582
  return function() {
583
583
  return new x(this, w);
584
584
  };
585
- }, C = p + " Iterator", M = m == u, I = !1, k = g.prototype, B = k[o] || k[d] || m && k[m], D = B || b(m), F = m ? M ? b("entries") : D : void 0, G = p == "Array" && k.entries || B, L, R, E;
586
- if (G && (E = h(G.call(new g())), E !== Object.prototype && E.next && (a(E, C, !0), !e && typeof E[o] != "function" && i(E, o, _))), M && B && B.name !== u && (I = !0, D = function() {
587
- return B.call(this);
585
+ }, C = p + " Iterator", M = m == u, I = !1, k = g.prototype, j = k[o] || k[d] || m && k[m], D = j || b(m), F = m ? M ? b("entries") : D : void 0, G = p == "Array" && k.entries || j, L, R, E;
586
+ if (G && (E = h(G.call(new g())), E !== Object.prototype && E.next && (a(E, C, !0), !e && typeof E[o] != "function" && i(E, o, _))), M && j && j.name !== u && (I = !0, D = function() {
587
+ return j.call(this);
588
588
  }), (!e || v) && (l || I || !k[o]) && i(k, o, D), s[p] = D, s[C] = _, m)
589
589
  if (L = {
590
590
  values: M ? D : b(u),
@@ -766,7 +766,7 @@ var hasRequiredEs6_symbol;
766
766
  function requireEs6_symbol() {
767
767
  if (hasRequiredEs6_symbol) return es6_symbol;
768
768
  hasRequiredEs6_symbol = 1;
769
- var e = require_global(), t = require_has(), r = require_descriptors(), i = require_export(), s = require_redefine(), n = require_meta().KEY, a = require_fails(), h = require_shared(), o = require_setToStringTag(), l = require_uid(), d = require_wks(), P = require_wksExt(), u = require_wksDefine(), _ = require_enumKeys(), g = require_isArray(), p = require_anObject(), x = require_isObject(), c = require_toObject(), m = require_toIobject(), f = require_toPrimitive(), v = require_propertyDesc(), b = require_objectCreate(), C = require_objectGopnExt(), M = require_objectGopd(), I = require_objectGops(), k = require_objectDp(), B = require_objectKeys(), D = M.f, F = k.f, G = C.f, L = e.Symbol, R = e.JSON, E = R && R.stringify, w = "prototype", y = d("_hidden"), S = d("toPrimitive"), A = {}.propertyIsEnumerable, T = h("symbol-registry"), q = h("symbols"), V = h("op-symbols"), O = Object[w], $ = typeof L == "function" && !!I.f, z = e.QObject, W = !z || !z[w] || !z[w].findChild, Y = r && a(function() {
769
+ var e = require_global(), t = require_has(), r = require_descriptors(), i = require_export(), s = require_redefine(), n = require_meta().KEY, a = require_fails(), h = require_shared(), o = require_setToStringTag(), l = require_uid(), d = require_wks(), P = require_wksExt(), u = require_wksDefine(), _ = require_enumKeys(), g = require_isArray(), p = require_anObject(), x = require_isObject(), c = require_toObject(), m = require_toIobject(), f = require_toPrimitive(), v = require_propertyDesc(), b = require_objectCreate(), C = require_objectGopnExt(), M = require_objectGopd(), I = require_objectGops(), k = require_objectDp(), j = require_objectKeys(), D = M.f, F = k.f, G = C.f, L = e.Symbol, R = e.JSON, E = R && R.stringify, w = "prototype", y = d("_hidden"), S = d("toPrimitive"), A = {}.propertyIsEnumerable, T = h("symbol-registry"), q = h("symbols"), V = h("op-symbols"), O = Object[w], $ = typeof L == "function" && !!I.f, z = e.QObject, W = !z || !z[w] || !z[w].findChild, Y = r && a(function() {
770
770
  return b(F({}, "a", {
771
771
  get: function() {
772
772
  return F(this, "a", { value: 7 }).a;
@@ -784,12 +784,12 @@ function requireEs6_symbol() {
784
784
  return Q instanceof L;
785
785
  }, ee = function(N, K, J) {
786
786
  return N === O && ee(V, K, J), p(N), K = f(K, !0), p(J), t(q, K) ? (J.enumerable ? (t(N, y) && N[y][K] && (N[y][K] = !1), J = b(J, { enumerable: v(0, !1) })) : (t(N, y) || F(N, y, v(1, {})), N[y][K] = !0), Y(N, K, J)) : F(N, K, J);
787
- }, j = function(N, K) {
787
+ }, B = function(N, K) {
788
788
  p(N);
789
789
  for (var J = _(K = m(K)), te = 0, re = J.length, ae; re > te; ) ee(N, ae = J[te++], K[ae]);
790
790
  return N;
791
791
  }, Z = function(N, K) {
792
- return K === void 0 ? b(N) : j(b(N), K);
792
+ return K === void 0 ? b(N) : B(b(N), K);
793
793
  }, H = function(N) {
794
794
  var K = A.call(this, N = f(N, !0));
795
795
  return this === O && t(q, N) && !t(V, N) ? !1 : K || !t(this, N) || !t(q, N) || t(this, y) && this[y][N] ? K : !0;
@@ -822,7 +822,7 @@ function requireEs6_symbol() {
822
822
  // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14
823
823
  "hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(",")
824
824
  ), he = 0; ne.length > he; ) d(ne[he++]);
825
- for (var le = B(d.store), ie = 0; le.length > ie; ) u(le[ie++]);
825
+ for (var le = j(d.store), ie = 0; le.length > ie; ) u(le[ie++]);
826
826
  i(i.S + i.F * !$, "Symbol", {
827
827
  // 19.4.2.1 Symbol.for(key)
828
828
  for: function(Q) {
@@ -845,7 +845,7 @@ function requireEs6_symbol() {
845
845
  // 19.1.2.4 Object.defineProperty(O, P, Attributes)
846
846
  defineProperty: ee,
847
847
  // 19.1.2.3 Object.defineProperties(O, Properties)
848
- defineProperties: j,
848
+ defineProperties: B,
849
849
  // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
850
850
  getOwnPropertyDescriptor: se,
851
851
  // 19.1.2.7 Object.getOwnPropertyNames(O)
@@ -931,7 +931,7 @@ function require_setProto() {
931
931
  return _setProto = {
932
932
  set: Object.setPrototypeOf || ("__proto__" in {} ? (
933
933
  // eslint-disable-line
934
- function(i, s, n) {
934
+ (function(i, s, n) {
935
935
  try {
936
936
  n = require_ctx()(Function.call, require_objectGopd().f(Object.prototype, "__proto__").set, 2), n(i, []), s = !(i instanceof Array);
937
937
  } catch (a) {
@@ -940,7 +940,7 @@ function require_setProto() {
940
940
  return function(h, o) {
941
941
  return r(h, o), s ? h.__proto__ = o : n(h, o), h;
942
942
  };
943
- }({}, !1)
943
+ })({}, !1)
944
944
  ) : void 0),
945
945
  check: r
946
946
  }, _setProto;
@@ -1087,18 +1087,18 @@ var reactIs_development = {};
1087
1087
  */
1088
1088
  var hasRequiredReactIs_development;
1089
1089
  function requireReactIs_development() {
1090
- return hasRequiredReactIs_development || (hasRequiredReactIs_development = 1, process.env.NODE_ENV !== "production" && function() {
1090
+ return hasRequiredReactIs_development || (hasRequiredReactIs_development = 1, process.env.NODE_ENV !== "production" && (function() {
1091
1091
  var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, i = e ? Symbol.for("react.fragment") : 60107, s = e ? Symbol.for("react.strict_mode") : 60108, n = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, h = e ? Symbol.for("react.context") : 60110, o = e ? Symbol.for("react.async_mode") : 60111, l = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, P = e ? Symbol.for("react.suspense") : 60113, u = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115, g = e ? Symbol.for("react.lazy") : 60116, p = e ? Symbol.for("react.block") : 60121, x = e ? Symbol.for("react.fundamental") : 60117, c = e ? Symbol.for("react.responder") : 60118, m = e ? Symbol.for("react.scope") : 60119;
1092
- function f(j) {
1093
- return typeof j == "string" || typeof j == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
1094
- j === i || j === l || j === n || j === s || j === P || j === u || typeof j == "object" && j !== null && (j.$$typeof === g || j.$$typeof === _ || j.$$typeof === a || j.$$typeof === h || j.$$typeof === d || j.$$typeof === x || j.$$typeof === c || j.$$typeof === m || j.$$typeof === p);
1092
+ function f(B) {
1093
+ return typeof B == "string" || typeof B == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
1094
+ B === i || B === l || B === n || B === s || B === P || B === u || typeof B == "object" && B !== null && (B.$$typeof === g || B.$$typeof === _ || B.$$typeof === a || B.$$typeof === h || B.$$typeof === d || B.$$typeof === x || B.$$typeof === c || B.$$typeof === m || B.$$typeof === p);
1095
1095
  }
1096
- function v(j) {
1097
- if (typeof j == "object" && j !== null) {
1098
- var Z = j.$$typeof;
1096
+ function v(B) {
1097
+ if (typeof B == "object" && B !== null) {
1098
+ var Z = B.$$typeof;
1099
1099
  switch (Z) {
1100
1100
  case t:
1101
- var H = j.type;
1101
+ var H = B.type;
1102
1102
  switch (H) {
1103
1103
  case o:
1104
1104
  case l:
@@ -1125,48 +1125,48 @@ function requireReactIs_development() {
1125
1125
  }
1126
1126
  }
1127
1127
  }
1128
- var b = o, C = l, M = h, I = a, k = t, B = d, D = i, F = g, G = _, L = r, R = n, E = s, w = P, y = !1;
1129
- function S(j) {
1130
- return y || (y = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), A(j) || v(j) === o;
1128
+ var b = o, C = l, M = h, I = a, k = t, j = d, D = i, F = g, G = _, L = r, R = n, E = s, w = P, y = !1;
1129
+ function S(B) {
1130
+ return y || (y = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), A(B) || v(B) === o;
1131
1131
  }
1132
- function A(j) {
1133
- return v(j) === l;
1132
+ function A(B) {
1133
+ return v(B) === l;
1134
1134
  }
1135
- function T(j) {
1136
- return v(j) === h;
1135
+ function T(B) {
1136
+ return v(B) === h;
1137
1137
  }
1138
- function q(j) {
1139
- return v(j) === a;
1138
+ function q(B) {
1139
+ return v(B) === a;
1140
1140
  }
1141
- function V(j) {
1142
- return typeof j == "object" && j !== null && j.$$typeof === t;
1141
+ function V(B) {
1142
+ return typeof B == "object" && B !== null && B.$$typeof === t;
1143
1143
  }
1144
- function O(j) {
1145
- return v(j) === d;
1144
+ function O(B) {
1145
+ return v(B) === d;
1146
1146
  }
1147
- function $(j) {
1148
- return v(j) === i;
1147
+ function $(B) {
1148
+ return v(B) === i;
1149
1149
  }
1150
- function z(j) {
1151
- return v(j) === g;
1150
+ function z(B) {
1151
+ return v(B) === g;
1152
1152
  }
1153
- function W(j) {
1154
- return v(j) === _;
1153
+ function W(B) {
1154
+ return v(B) === _;
1155
1155
  }
1156
- function Y(j) {
1157
- return v(j) === r;
1156
+ function Y(B) {
1157
+ return v(B) === r;
1158
1158
  }
1159
- function U(j) {
1160
- return v(j) === n;
1159
+ function U(B) {
1160
+ return v(B) === n;
1161
1161
  }
1162
- function X(j) {
1163
- return v(j) === s;
1162
+ function X(B) {
1163
+ return v(B) === s;
1164
1164
  }
1165
- function ee(j) {
1166
- return v(j) === P;
1165
+ function ee(B) {
1166
+ return v(B) === P;
1167
1167
  }
1168
- reactIs_development.AsyncMode = b, reactIs_development.ConcurrentMode = C, reactIs_development.ContextConsumer = M, reactIs_development.ContextProvider = I, reactIs_development.Element = k, reactIs_development.ForwardRef = B, reactIs_development.Fragment = D, reactIs_development.Lazy = F, reactIs_development.Memo = G, reactIs_development.Portal = L, reactIs_development.Profiler = R, reactIs_development.StrictMode = E, reactIs_development.Suspense = w, reactIs_development.isAsyncMode = S, reactIs_development.isConcurrentMode = A, reactIs_development.isContextConsumer = T, reactIs_development.isContextProvider = q, reactIs_development.isElement = V, reactIs_development.isForwardRef = O, reactIs_development.isFragment = $, reactIs_development.isLazy = z, reactIs_development.isMemo = W, reactIs_development.isPortal = Y, reactIs_development.isProfiler = U, reactIs_development.isStrictMode = X, reactIs_development.isSuspense = ee, reactIs_development.isValidElementType = f, reactIs_development.typeOf = v;
1169
- }()), reactIs_development;
1168
+ reactIs_development.AsyncMode = b, reactIs_development.ConcurrentMode = C, reactIs_development.ContextConsumer = M, reactIs_development.ContextProvider = I, reactIs_development.Element = k, reactIs_development.ForwardRef = j, reactIs_development.Fragment = D, reactIs_development.Lazy = F, reactIs_development.Memo = G, reactIs_development.Portal = L, reactIs_development.Profiler = R, reactIs_development.StrictMode = E, reactIs_development.Suspense = w, reactIs_development.isAsyncMode = S, reactIs_development.isConcurrentMode = A, reactIs_development.isContextConsumer = T, reactIs_development.isContextProvider = q, reactIs_development.isElement = V, reactIs_development.isForwardRef = O, reactIs_development.isFragment = $, reactIs_development.isLazy = z, reactIs_development.isMemo = W, reactIs_development.isPortal = Y, reactIs_development.isProfiler = U, reactIs_development.isStrictMode = X, reactIs_development.isSuspense = ee, reactIs_development.isValidElementType = f, reactIs_development.typeOf = v;
1169
+ })()), reactIs_development;
1170
1170
  }
1171
1171
  var hasRequiredReactIs;
1172
1172
  function requireReactIs() {
@@ -1321,7 +1321,7 @@ function requireFactoryWithTypeCheckers() {
1321
1321
  element: v(),
1322
1322
  elementType: b(),
1323
1323
  instanceOf: C,
1324
- node: B(),
1324
+ node: j(),
1325
1325
  objectOf: I,
1326
1326
  oneOf: M,
1327
1327
  oneOfType: k,
@@ -1341,10 +1341,10 @@ function requireFactoryWithTypeCheckers() {
1341
1341
  function V($, z, W, Y, U, X, ee) {
1342
1342
  if (Y = Y || u, X = X || W, ee !== r) {
1343
1343
  if (o) {
1344
- var j = new Error(
1344
+ var B = new Error(
1345
1345
  "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
1346
1346
  );
1347
- throw j.name = "Invariant Violation", j;
1347
+ throw B.name = "Invariant Violation", B;
1348
1348
  } else if (process.env.NODE_ENV !== "production" && typeof console != "undefined") {
1349
1349
  var Z = Y + ":" + W;
1350
1350
  !T[Z] && // Avoid spamming the console because they are often not actionable except for lib authors
@@ -1434,9 +1434,9 @@ function requireFactoryWithTypeCheckers() {
1434
1434
  for (var W = q[V], Y = 0; Y < A.length; Y++)
1435
1435
  if (g(W, A[Y]))
1436
1436
  return null;
1437
- var U = JSON.stringify(A, function(ee, j) {
1438
- var Z = w(j);
1439
- return Z === "symbol" ? String(j) : j;
1437
+ var U = JSON.stringify(A, function(ee, B) {
1438
+ var Z = w(B);
1439
+ return Z === "symbol" ? String(B) : B;
1440
1440
  });
1441
1441
  return new p("Invalid " + $ + " `" + z + "` of value `" + String(W) + "` " + ("supplied to `" + O + "`, expected one of " + U + "."));
1442
1442
  }
@@ -1471,17 +1471,17 @@ function requireFactoryWithTypeCheckers() {
1471
1471
  }
1472
1472
  function V(O, $, z, W, Y) {
1473
1473
  for (var U = [], X = 0; X < A.length; X++) {
1474
- var ee = A[X], j = ee(O, $, z, W, Y, r);
1475
- if (j == null)
1474
+ var ee = A[X], B = ee(O, $, z, W, Y, r);
1475
+ if (B == null)
1476
1476
  return null;
1477
- j.data && i(j.data, "expectedType") && U.push(j.data.expectedType);
1477
+ B.data && i(B.data, "expectedType") && U.push(B.data.expectedType);
1478
1478
  }
1479
1479
  var Z = U.length > 0 ? ", expected one of type [" + U.join(", ") + "]" : "";
1480
1480
  return new p("Invalid " + W + " `" + Y + "` supplied to " + ("`" + z + "`" + Z + "."));
1481
1481
  }
1482
1482
  return x(V);
1483
1483
  }
1484
- function B() {
1484
+ function j() {
1485
1485
  function A(T, q, V, O, $) {
1486
1486
  return L(T[q]) ? null : new p("Invalid " + O + " `" + $ + "` supplied to " + ("`" + V + "`, expected a ReactNode."));
1487
1487
  }
@@ -1524,9 +1524,9 @@ function requireFactoryWithTypeCheckers() {
1524
1524
  "Invalid " + $ + " `" + z + "` key `" + X + "` supplied to `" + O + "`.\nBad object: " + JSON.stringify(q[V], null, " ") + `
1525
1525
  Valid keys: ` + JSON.stringify(Object.keys(A), null, " ")
1526
1526
  );
1527
- var j = ee(W, X, O, $, z + "." + X, r);
1528
- if (j)
1529
- return j;
1527
+ var B = ee(W, X, O, $, z + "." + X, r);
1528
+ if (B)
1529
+ return B;
1530
1530
  }
1531
1531
  return null;
1532
1532
  }
@@ -1664,10 +1664,10 @@ function requirePropTypes() {
1664
1664
  }
1665
1665
  var lottie$1 = { exports: {} }, lottie = lottie$1.exports, hasRequiredLottie;
1666
1666
  function requireLottie() {
1667
- return hasRequiredLottie || (hasRequiredLottie = 1, function(module, exports) {
1668
- typeof navigator != "undefined" && function(e, t) {
1667
+ return hasRequiredLottie || (hasRequiredLottie = 1, (function(module, exports) {
1668
+ typeof document != "undefined" && typeof navigator != "undefined" && (function(e, t) {
1669
1669
  module.exports = t();
1670
- }(lottie, function() {
1670
+ })(lottie, (function() {
1671
1671
  var svgNS = "http://www.w3.org/2000/svg", locationHref = "", _useWebWorker = !1, initialDefaultFrame = -999999, setWebWorker = function(t) {
1672
1672
  _useWebWorker = !!t;
1673
1673
  }, getWebWorker = function() {
@@ -1696,7 +1696,7 @@ function requireLottie() {
1696
1696
  }
1697
1697
  return t.prototype = e, t;
1698
1698
  }
1699
- var audioControllerFactory = function() {
1699
+ var audioControllerFactory = (function() {
1700
1700
  function e(t) {
1701
1701
  this.audios = [], this.audioFactory = t, this._volume = 1, this._isMuted = !1;
1702
1702
  }
@@ -1761,7 +1761,7 @@ function requireLottie() {
1761
1761
  }, function() {
1762
1762
  return new e();
1763
1763
  };
1764
- }(), createTypedArray = /* @__PURE__ */ function() {
1764
+ })(), createTypedArray = /* @__PURE__ */ (function() {
1765
1765
  function e(r, i) {
1766
1766
  var s = 0, n = [], a;
1767
1767
  switch (r) {
@@ -1781,7 +1781,7 @@ function requireLottie() {
1781
1781
  return r === "float32" ? new Float32Array(i) : r === "int16" ? new Int16Array(i) : r === "uint8c" ? new Uint8ClampedArray(i) : e(r, i);
1782
1782
  }
1783
1783
  return typeof Uint8ClampedArray == "function" && typeof Float32Array == "function" ? t : e;
1784
- }();
1784
+ })();
1785
1785
  function createSizedArray(e) {
1786
1786
  return Array.apply(null, {
1787
1787
  length: e
@@ -1789,10 +1789,10 @@ function requireLottie() {
1789
1789
  }
1790
1790
  function _typeof$6(e) {
1791
1791
  "@babel/helpers - typeof";
1792
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof$6 = function(r) {
1793
- return typeof r;
1794
- } : _typeof$6 = function(r) {
1795
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
1792
+ return _typeof$6 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
1793
+ return typeof t;
1794
+ } : function(t) {
1795
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
1796
1796
  }, _typeof$6(e);
1797
1797
  }
1798
1798
  var subframeEnabled = !0, expressionsPlugin = null, expressionsInterfaces = null, idPrefix$1 = "", isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent), bmPow = Math.pow, bmSqrt = Math.sqrt, bmFloor = Math.floor, bmMax = Math.max, bmMin = Math.min, BMMath = {};
@@ -1835,12 +1835,12 @@ function requireLottie() {
1835
1835
  function BMConfigErrorEvent(e) {
1836
1836
  this.type = "configError", this.nativeError = e;
1837
1837
  }
1838
- var createElementID = /* @__PURE__ */ function() {
1838
+ var createElementID = /* @__PURE__ */ (function() {
1839
1839
  var e = 0;
1840
1840
  return function() {
1841
1841
  return e += 1, idPrefix$1 + "__lottie_element_" + e;
1842
1842
  };
1843
- }();
1843
+ })();
1844
1844
  function HSVtoRGB(e, t, r) {
1845
1845
  var i, s, n, a, h, o, l, d;
1846
1846
  switch (a = Math.floor(e * 6), h = e * 6 - a, o = r * (1 - t), l = r * (1 - h * t), d = r * (1 - (1 - h) * t), a % 6) {
@@ -1895,14 +1895,14 @@ function requireLottie() {
1895
1895
  var r = RGBtoHSV(e[0] * 255, e[1] * 255, e[2] * 255);
1896
1896
  return r[0] += t / 360, r[0] > 1 ? r[0] -= 1 : r[0] < 0 && (r[0] += 1), HSVtoRGB(r[0], r[1], r[2]);
1897
1897
  }
1898
- var rgbToHex = function() {
1898
+ var rgbToHex = (function() {
1899
1899
  var e = [], t, r;
1900
1900
  for (t = 0; t < 256; t += 1)
1901
1901
  r = t.toString(16), e[t] = r.length === 1 ? "0" + r : r;
1902
1902
  return function(i, s, n) {
1903
1903
  return i < 0 && (i = 0), s < 0 && (s = 0), n < 0 && (n = 0), "#" + e[i] + e[s] + e[n];
1904
1904
  };
1905
- }(), setSubframeEnabled = function(t) {
1905
+ })(), setSubframeEnabled = function(t) {
1906
1906
  subframeEnabled = !!t;
1907
1907
  }, getSubframeEnabled = function() {
1908
1908
  return subframeEnabled;
@@ -1926,13 +1926,13 @@ function requireLottie() {
1926
1926
  }
1927
1927
  function _typeof$5(e) {
1928
1928
  "@babel/helpers - typeof";
1929
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof$5 = function(r) {
1930
- return typeof r;
1931
- } : _typeof$5 = function(r) {
1932
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
1929
+ return _typeof$5 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
1930
+ return typeof t;
1931
+ } : function(t) {
1932
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
1933
1933
  }, _typeof$5(e);
1934
1934
  }
1935
- var dataManager = /* @__PURE__ */ function() {
1935
+ var dataManager = /* @__PURE__ */ (function() {
1936
1936
  var e = 1, t = [], r, i, s = {
1937
1937
  onmessage: function() {
1938
1938
  },
@@ -2015,7 +2015,7 @@ function requireLottie() {
2015
2015
  var w = E ? E.split(".") : [100, 100, 100];
2016
2016
  return R[0] > w[0] ? !0 : w[0] > R[0] ? !1 : R[1] > w[1] ? !0 : w[1] > R[1] ? !1 : R[2] > w[2] ? !0 : w[2] > R[2] ? !1 : null;
2017
2017
  }
2018
- var M = /* @__PURE__ */ function() {
2018
+ var M = /* @__PURE__ */ (function() {
2019
2019
  var R = [4, 4, 14];
2020
2020
  function E(y) {
2021
2021
  var S = y.t.d;
@@ -2038,7 +2038,7 @@ function requireLottie() {
2038
2038
  y.assets[S].layers && w(y.assets[S].layers);
2039
2039
  }
2040
2040
  };
2041
- }(), I = /* @__PURE__ */ function() {
2041
+ })(), I = /* @__PURE__ */ (function() {
2042
2042
  var R = [4, 7, 99];
2043
2043
  return function(E) {
2044
2044
  if (E.chars && !C(R, E.v)) {
@@ -2102,7 +2102,7 @@ function requireLottie() {
2102
2102
  }
2103
2103
  }
2104
2104
  };
2105
- }(), k = /* @__PURE__ */ function() {
2105
+ })(), k = /* @__PURE__ */ (function() {
2106
2106
  var R = [5, 7, 15];
2107
2107
  function E(y) {
2108
2108
  var S = y.t.p;
@@ -2129,7 +2129,7 @@ function requireLottie() {
2129
2129
  y.assets[S].layers && w(y.assets[S].layers);
2130
2130
  }
2131
2131
  };
2132
- }(), B = /* @__PURE__ */ function() {
2132
+ })(), j = /* @__PURE__ */ (function() {
2133
2133
  var R = [4, 1, 9];
2134
2134
  function E(y) {
2135
2135
  var S, A = y.length, T, q;
@@ -2155,7 +2155,7 @@ function requireLottie() {
2155
2155
  y.assets[S].layers && w(y.assets[S].layers);
2156
2156
  }
2157
2157
  };
2158
- }(), D = /* @__PURE__ */ function() {
2158
+ })(), D = /* @__PURE__ */ (function() {
2159
2159
  var R = [4, 4, 18];
2160
2160
  function E(y) {
2161
2161
  var S, A = y.length, T, q;
@@ -2190,17 +2190,17 @@ function requireLottie() {
2190
2190
  y.assets[S].layers && w(y.assets[S].layers);
2191
2191
  }
2192
2192
  };
2193
- }();
2193
+ })();
2194
2194
  function F(R) {
2195
- R.__complete || (B(R), M(R), I(R), k(R), D(R), x(R.layers, R.assets), c(R.chars, R.assets), R.__complete = !0);
2195
+ R.__complete || (j(R), M(R), I(R), k(R), D(R), x(R.layers, R.assets), c(R.chars, R.assets), R.__complete = !0);
2196
2196
  }
2197
2197
  function G(R) {
2198
2198
  R.t.a.length === 0 && "m" in R.t.p;
2199
2199
  }
2200
2200
  var L = {};
2201
- return L.completeData = F, L.checkColors = B, L.checkChars = I, L.checkPathProperties = k, L.checkShapes = D, L.completeLayers = x, L;
2201
+ return L.completeData = F, L.checkColors = j, L.checkChars = I, L.checkPathProperties = k, L.checkShapes = D, L.completeLayers = x, L;
2202
2202
  }
2203
- if (n.dataManager || (n.dataManager = g()), n.assetLoader || (n.assetLoader = /* @__PURE__ */ function() {
2203
+ if (n.dataManager || (n.dataManager = g()), n.assetLoader || (n.assetLoader = /* @__PURE__ */ (function() {
2204
2204
  function x(m) {
2205
2205
  var f = m.getResponseHeader("content-type");
2206
2206
  return f && m.responseType === "json" && f.indexOf("json") !== -1 || m.response && _typeof$5(m.response) === "object" ? m.response : m.response && typeof m.response == "string" ? JSON.parse(m.response) : m.responseText ? JSON.parse(m.responseText) : null;
@@ -2232,7 +2232,7 @@ function requireLottie() {
2232
2232
  return {
2233
2233
  load: c
2234
2234
  };
2235
- }()), _.data.type === "loadAnimation")
2235
+ })()), _.data.type === "loadAnimation")
2236
2236
  n.assetLoader.load(_.data.path, _.data.fullPath, function(x) {
2237
2237
  n.dataManager.completeData(x), n.postMessage({
2238
2238
  id: _.data.id,
@@ -2311,13 +2311,13 @@ function requireLottie() {
2311
2311
  loadData: d,
2312
2312
  completeAnimation: P
2313
2313
  };
2314
- }(), ImagePreloader = function() {
2315
- var e = function() {
2314
+ })(), ImagePreloader = (function() {
2315
+ var e = (function() {
2316
2316
  var c = createTag("canvas");
2317
2317
  c.width = 1, c.height = 1;
2318
2318
  var m = c.getContext("2d");
2319
2319
  return m.fillStyle = "rgba(0,0,0,0)", m.fillRect(0, 0, 1, 1), c;
2320
- }();
2320
+ })();
2321
2321
  function t() {
2322
2322
  this.loadedAssets += 1, this.loadedAssets === this.totalImages && this.loadedFootagesCount === this.totalFootages && this.imagesLoadedCb && this.imagesLoadedCb(null);
2323
2323
  }
@@ -2422,7 +2422,7 @@ function requireLottie() {
2422
2422
  footageLoaded: r,
2423
2423
  setCacheType: p
2424
2424
  }, x;
2425
- }();
2425
+ })();
2426
2426
  function BaseEvent() {
2427
2427
  }
2428
2428
  BaseEvent.prototype = {
@@ -2446,7 +2446,7 @@ function requireLottie() {
2446
2446
  }
2447
2447
  }
2448
2448
  };
2449
- var markerParser = /* @__PURE__ */ function() {
2449
+ var markerParser = /* @__PURE__ */ (function() {
2450
2450
  function e(t) {
2451
2451
  for (var r = t.split(`\r
2452
2452
  `), i = {}, s, n = 0, a = 0; a < r.length; a += 1)
@@ -2476,7 +2476,7 @@ function requireLottie() {
2476
2476
  }
2477
2477
  return r;
2478
2478
  };
2479
- }(), ProjectInterface = /* @__PURE__ */ function() {
2479
+ })(), ProjectInterface = /* @__PURE__ */ (function() {
2480
2480
  function e(t) {
2481
2481
  this.compositions.push(t);
2482
2482
  }
@@ -2491,7 +2491,7 @@ function requireLottie() {
2491
2491
  }
2492
2492
  return t.compositions = [], t.currentFrame = 0, t.registerComposition = e, t;
2493
2493
  };
2494
- }(), renderers = {}, registerRenderer = function(t, r) {
2494
+ })(), renderers = {}, registerRenderer = function(t, r) {
2495
2495
  renderers[t] = r;
2496
2496
  };
2497
2497
  function getRenderer(e) {
@@ -2507,10 +2507,10 @@ function requireLottie() {
2507
2507
  }
2508
2508
  function _typeof$4(e) {
2509
2509
  "@babel/helpers - typeof";
2510
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof$4 = function(r) {
2511
- return typeof r;
2512
- } : _typeof$4 = function(r) {
2513
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
2510
+ return _typeof$4 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
2511
+ return typeof t;
2512
+ } : function(t) {
2513
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
2514
2514
  }, _typeof$4(e);
2515
2515
  }
2516
2516
  var AnimationItem = function() {
@@ -2745,7 +2745,7 @@ function requireLottie() {
2745
2745
  var t = new BMConfigErrorEvent(e, this.currentFrame);
2746
2746
  this.triggerEvent("error", t), this.onError && this.onError.call(this, t);
2747
2747
  };
2748
- var animationManager = function() {
2748
+ var animationManager = (function() {
2749
2749
  var e = {}, t = [], r = 0, i = 0, s = 0, n = !0, a = !1;
2750
2750
  function h(E) {
2751
2751
  for (var w = 0, y = E.target; w < i; )
@@ -2769,7 +2769,7 @@ function requireLottie() {
2769
2769
  return y;
2770
2770
  }
2771
2771
  function d() {
2772
- s += 1, B();
2772
+ s += 1, j();
2773
2773
  }
2774
2774
  function P() {
2775
2775
  s -= 1;
@@ -2850,14 +2850,14 @@ function requireLottie() {
2850
2850
  for (E = 0; E < i; E += 1)
2851
2851
  t[E].animation.resize();
2852
2852
  }
2853
- function B() {
2853
+ function j() {
2854
2854
  !a && s && n && (window.requestAnimationFrame(m), n = !1);
2855
2855
  }
2856
2856
  function D() {
2857
2857
  a = !0;
2858
2858
  }
2859
2859
  function F() {
2860
- a = !1, B();
2860
+ a = !1, j();
2861
2861
  }
2862
2862
  function G(E, w) {
2863
2863
  var y;
@@ -2875,7 +2875,7 @@ function requireLottie() {
2875
2875
  t[w].animation.unmute(E);
2876
2876
  }
2877
2877
  return e.registerAnimation = o, e.loadAnimation = _, e.setSpeed = g, e.setDirection = p, e.play = x, e.pause = f, e.stop = b, e.togglePause = C, e.searchAnimations = I, e.resize = k, e.goToAndStop = v, e.destroy = M, e.freeze = D, e.unfreeze = F, e.setVolume = G, e.mute = L, e.unmute = R, e.getRegisteredAnimations = l, e;
2878
- }(), BezierFactory = function() {
2878
+ })(), BezierFactory = (function() {
2879
2879
  var e = {};
2880
2880
  e.getBezierEasing = r;
2881
2881
  var t = {};
@@ -2942,18 +2942,18 @@ function requireLottie() {
2942
2942
  for (var v = this._p[0], b = this._p[2], C = this._mSampleValues, M = 0, I = 1, k = h - 1; I !== k && C[I] <= f; ++I)
2943
2943
  M += o;
2944
2944
  --I;
2945
- var B = (f - C[I]) / (C[I + 1] - C[I]), D = M + B * o, F = g(D, v, b);
2945
+ var j = (f - C[I]) / (C[I + 1] - C[I]), D = M + j * o, F = g(D, v, b);
2946
2946
  return F >= s ? x(f, D, v, b) : F === 0 ? D : p(f, M, M + o, v, b);
2947
2947
  }
2948
2948
  }, e;
2949
- }(), pooling = /* @__PURE__ */ function() {
2949
+ })(), pooling = /* @__PURE__ */ (function() {
2950
2950
  function e(t) {
2951
2951
  return t.concat(createSizedArray(t.length));
2952
2952
  }
2953
2953
  return {
2954
2954
  double: e
2955
2955
  };
2956
- }(), poolFactory = /* @__PURE__ */ function() {
2956
+ })(), poolFactory = /* @__PURE__ */ (function() {
2957
2957
  return function(e, t, r) {
2958
2958
  var i = 0, s = e, n = createSizedArray(s), a = {
2959
2959
  newElement: h,
@@ -2968,7 +2968,7 @@ function requireLottie() {
2968
2968
  }
2969
2969
  return a;
2970
2970
  };
2971
- }(), bezierLengthPool = function() {
2971
+ })(), bezierLengthPool = (function() {
2972
2972
  function e() {
2973
2973
  return {
2974
2974
  addedLength: 0,
@@ -2977,7 +2977,7 @@ function requireLottie() {
2977
2977
  };
2978
2978
  }
2979
2979
  return poolFactory(8, e);
2980
- }(), segmentsLengthPool = function() {
2980
+ })(), segmentsLengthPool = (function() {
2981
2981
  function e() {
2982
2982
  return {
2983
2983
  lengths: [],
@@ -2991,7 +2991,7 @@ function requireLottie() {
2991
2991
  r.lengths.length = 0;
2992
2992
  }
2993
2993
  return poolFactory(8, e, t);
2994
- }();
2994
+ })();
2995
2995
  function bezFunction() {
2996
2996
  var e = Math;
2997
2997
  function t(u, _, g, p, x, c) {
@@ -3004,17 +3004,17 @@ function requireLottie() {
3004
3004
  var b = e.sqrt(e.pow(p - u, 2) + e.pow(x - _, 2) + e.pow(c - g, 2)), C = e.sqrt(e.pow(m - u, 2) + e.pow(f - _, 2) + e.pow(v - g, 2)), M = e.sqrt(e.pow(m - p, 2) + e.pow(f - x, 2) + e.pow(v - c, 2)), I;
3005
3005
  return b > C ? b > M ? I = b - C - M : I = M - C - b : M > C ? I = M - C - b : I = C - b - M, I > -1e-4 && I < 1e-4;
3006
3006
  }
3007
- var i = /* @__PURE__ */ function() {
3007
+ var i = /* @__PURE__ */ (function() {
3008
3008
  return function(u, _, g, p) {
3009
- var x = getDefaultCurveSegments(), c, m, f, v, b, C = 0, M, I = [], k = [], B = bezierLengthPool.newElement();
3009
+ var x = getDefaultCurveSegments(), c, m, f, v, b, C = 0, M, I = [], k = [], j = bezierLengthPool.newElement();
3010
3010
  for (f = g.length, c = 0; c < x; c += 1) {
3011
3011
  for (b = c / (x - 1), M = 0, m = 0; m < f; m += 1)
3012
3012
  v = bmPow(1 - b, 3) * u[m] + 3 * bmPow(1 - b, 2) * b * g[m] + 3 * (1 - b) * bmPow(b, 2) * p[m] + bmPow(b, 3) * _[m], I[m] = v, k[m] !== null && (M += bmPow(I[m] - k[m], 2)), k[m] = I[m];
3013
- M && (M = bmSqrt(M), C += M), B.percents[c] = b, B.lengths[c] = C;
3013
+ M && (M = bmSqrt(M), C += M), j.percents[c] = b, j.lengths[c] = C;
3014
3014
  }
3015
- return B.addedLength = C, B;
3015
+ return j.addedLength = C, j;
3016
3016
  };
3017
- }();
3017
+ })();
3018
3018
  function s(u) {
3019
3019
  var _ = segmentsLengthPool.newElement(), g = u.c, p = u.v, x = u.o, c = u.i, m, f = u._length, v = _.lengths, b = 0;
3020
3020
  for (m = 0; m < f - 1; m += 1)
@@ -3027,24 +3027,24 @@ function requireLottie() {
3027
3027
  function a(u, _) {
3028
3028
  this.partialLength = u, this.point = _;
3029
3029
  }
3030
- var h = /* @__PURE__ */ function() {
3030
+ var h = /* @__PURE__ */ (function() {
3031
3031
  var u = {};
3032
3032
  return function(_, g, p, x) {
3033
3033
  var c = (_[0] + "_" + _[1] + "_" + g[0] + "_" + g[1] + "_" + p[0] + "_" + p[1] + "_" + x[0] + "_" + x[1]).replace(/\./g, "p");
3034
3034
  if (!u[c]) {
3035
- var m = getDefaultCurveSegments(), f, v, b, C, M, I = 0, k, B, D = null;
3035
+ var m = getDefaultCurveSegments(), f, v, b, C, M, I = 0, k, j, D = null;
3036
3036
  _.length === 2 && (_[0] !== g[0] || _[1] !== g[1]) && t(_[0], _[1], g[0], g[1], _[0] + p[0], _[1] + p[1]) && t(_[0], _[1], g[0], g[1], g[0] + x[0], g[1] + x[1]) && (m = 2);
3037
3037
  var F = new n(m);
3038
3038
  for (b = p.length, f = 0; f < m; f += 1) {
3039
- for (B = createSizedArray(b), M = f / (m - 1), k = 0, v = 0; v < b; v += 1)
3040
- C = bmPow(1 - M, 3) * _[v] + 3 * bmPow(1 - M, 2) * M * (_[v] + p[v]) + 3 * (1 - M) * bmPow(M, 2) * (g[v] + x[v]) + bmPow(M, 3) * g[v], B[v] = C, D !== null && (k += bmPow(B[v] - D[v], 2));
3041
- k = bmSqrt(k), I += k, F.points[f] = new a(k, B), D = B;
3039
+ for (j = createSizedArray(b), M = f / (m - 1), k = 0, v = 0; v < b; v += 1)
3040
+ C = bmPow(1 - M, 3) * _[v] + 3 * bmPow(1 - M, 2) * M * (_[v] + p[v]) + 3 * (1 - M) * bmPow(M, 2) * (g[v] + x[v]) + bmPow(M, 3) * g[v], j[v] = C, D !== null && (k += bmPow(j[v] - D[v], 2));
3041
+ k = bmSqrt(k), I += k, F.points[f] = new a(k, j), D = j;
3042
3042
  }
3043
3043
  F.segmentLength = I, u[c] = F;
3044
3044
  }
3045
3045
  return u[c];
3046
3046
  };
3047
- }();
3047
+ })();
3048
3048
  function o(u, _) {
3049
3049
  var g = _.percents, p = _.lengths, x = g.length, c = bmFloor((x - 1) * u), m = u * _.addedLength, f = 0;
3050
3050
  if (c === x - 1 || c === 0 || m === p[c])
@@ -3066,9 +3066,9 @@ function requireLottie() {
3066
3066
  x < 0 ? x = 0 : x > 1 && (x = 1);
3067
3067
  var f = o(x, m);
3068
3068
  c = c > 1 ? 1 : c;
3069
- var v = o(c, m), b, C = u.length, M = 1 - f, I = 1 - v, k = M * M * M, B = f * M * M * 3, D = f * f * M * 3, F = f * f * f, G = M * M * I, L = f * M * I + M * f * I + M * M * v, R = f * f * I + M * f * v + f * M * v, E = f * f * v, w = M * I * I, y = f * I * I + M * v * I + M * I * v, S = f * v * I + M * v * v + f * I * v, A = f * v * v, T = I * I * I, q = v * I * I + I * v * I + I * I * v, V = v * v * I + I * v * v + v * I * v, O = v * v * v;
3069
+ var v = o(c, m), b, C = u.length, M = 1 - f, I = 1 - v, k = M * M * M, j = f * M * M * 3, D = f * f * M * 3, F = f * f * f, G = M * M * I, L = f * M * I + M * f * I + M * M * v, R = f * f * I + M * f * v + f * M * v, E = f * f * v, w = M * I * I, y = f * I * I + M * v * I + M * I * v, S = f * v * I + M * v * v + f * I * v, A = f * v * v, T = I * I * I, q = v * I * I + I * v * I + I * I * v, V = v * v * I + I * v * v + v * I * v, O = v * v * v;
3070
3070
  for (b = 0; b < C; b += 1)
3071
- d[b * 4] = e.round((k * u[b] + B * g[b] + D * p[b] + F * _[b]) * 1e3) / 1e3, d[b * 4 + 1] = e.round((G * u[b] + L * g[b] + R * p[b] + E * _[b]) * 1e3) / 1e3, d[b * 4 + 2] = e.round((w * u[b] + y * g[b] + S * p[b] + A * _[b]) * 1e3) / 1e3, d[b * 4 + 3] = e.round((T * u[b] + q * g[b] + V * p[b] + O * _[b]) * 1e3) / 1e3;
3071
+ d[b * 4] = e.round((k * u[b] + j * g[b] + D * p[b] + F * _[b]) * 1e3) / 1e3, d[b * 4 + 1] = e.round((G * u[b] + L * g[b] + R * p[b] + E * _[b]) * 1e3) / 1e3, d[b * 4 + 2] = e.round((w * u[b] + y * g[b] + S * p[b] + A * _[b]) * 1e3) / 1e3, d[b * 4 + 3] = e.round((T * u[b] + q * g[b] + V * p[b] + O * _[b]) * 1e3) / 1e3;
3072
3072
  return d;
3073
3073
  }
3074
3074
  return {
@@ -3122,7 +3122,7 @@ function requireLottie() {
3122
3122
  t._lastPoint = p, t._lastAddedLength = I - v.points[p].partialLength, t._lastKeyframeIndex = n;
3123
3123
  }
3124
3124
  } else {
3125
- var k, B, D, F, G;
3125
+ var k, j, D, F, G;
3126
3126
  if (a = o.s.length, f = l.s || o.e, this.sh && o.h !== 1)
3127
3127
  if (e >= c)
3128
3128
  i[0] = f[0], i[1] = f[1], i[2] = f[2];
@@ -3134,7 +3134,7 @@ function requireLottie() {
3134
3134
  }
3135
3135
  else
3136
3136
  for (n = 0; n < a; n += 1)
3137
- o.h !== 1 && (e >= c ? _ = 1 : e < m ? _ = 0 : (o.o.x.constructor === Array ? (d.__fnct || (d.__fnct = []), d.__fnct[n] ? x = d.__fnct[n] : (k = o.o.x[n] === void 0 ? o.o.x[0] : o.o.x[n], B = o.o.y[n] === void 0 ? o.o.y[0] : o.o.y[n], D = o.i.x[n] === void 0 ? o.i.x[0] : o.i.x[n], F = o.i.y[n] === void 0 ? o.i.y[0] : o.i.y[n], x = BezierFactory.getBezierEasing(k, B, D, F).get, d.__fnct[n] = x)) : d.__fnct ? x = d.__fnct : (k = o.o.x, B = o.o.y, D = o.i.x, F = o.i.y, x = BezierFactory.getBezierEasing(k, B, D, F).get, o.keyframeMetadata = x), _ = x((e - m) / (c - m)))), f = l.s || o.e, G = o.h === 1 ? o.s[n] : o.s[n] + (f[n] - o.s[n]) * _, this.propType === "multidimensional" ? i[n] = G : i = G;
3137
+ o.h !== 1 && (e >= c ? _ = 1 : e < m ? _ = 0 : (o.o.x.constructor === Array ? (d.__fnct || (d.__fnct = []), d.__fnct[n] ? x = d.__fnct[n] : (k = o.o.x[n] === void 0 ? o.o.x[0] : o.o.x[n], j = o.o.y[n] === void 0 ? o.o.y[0] : o.o.y[n], D = o.i.x[n] === void 0 ? o.i.x[0] : o.i.x[n], F = o.i.y[n] === void 0 ? o.i.y[0] : o.i.y[n], x = BezierFactory.getBezierEasing(k, j, D, F).get, d.__fnct[n] = x)) : d.__fnct ? x = d.__fnct : (k = o.o.x, j = o.o.y, D = o.i.x, F = o.i.y, x = BezierFactory.getBezierEasing(k, j, D, F).get, o.keyframeMetadata = x), _ = x((e - m) / (c - m)))), f = l.s || o.e, G = o.h === 1 ? o.s[n] : o.s[n] + (f[n] - o.s[n]) * _, this.propType === "multidimensional" ? i[n] = G : i = G;
3138
3138
  }
3139
3139
  return t.lastIndex = s, i;
3140
3140
  }
@@ -3216,7 +3216,7 @@ function requireLottie() {
3216
3216
  value: createTypedArray("float32", d)
3217
3217
  }, this.addEffect = addEffect;
3218
3218
  }
3219
- var PropertyFactory = /* @__PURE__ */ function() {
3219
+ var PropertyFactory = /* @__PURE__ */ (function() {
3220
3220
  function e(r, i, s, n, a) {
3221
3221
  i.sid && (i = r.globalData.slotManager.getProp(i));
3222
3222
  var h;
@@ -3239,7 +3239,7 @@ function requireLottie() {
3239
3239
  getProp: e
3240
3240
  };
3241
3241
  return t;
3242
- }();
3242
+ })();
3243
3243
  function DynamicPropertyContainer() {
3244
3244
  }
3245
3245
  DynamicPropertyContainer.prototype = {
@@ -3256,12 +3256,12 @@ function requireLottie() {
3256
3256
  this.container = t, this.dynamicProperties = [], this._mdf = !1, this._isAnimated = !1;
3257
3257
  }
3258
3258
  };
3259
- var pointPool = function() {
3259
+ var pointPool = (function() {
3260
3260
  function e() {
3261
3261
  return createTypedArray("float32", 2);
3262
3262
  }
3263
3263
  return poolFactory(8, e);
3264
- }();
3264
+ })();
3265
3265
  function ShapePath() {
3266
3266
  this.c = !1, this._length = 0, this._maxLength = 8, this.v = createSizedArray(this._maxLength), this.o = createSizedArray(this._maxLength), this.i = createSizedArray(this._maxLength);
3267
3267
  }
@@ -3306,7 +3306,7 @@ function requireLottie() {
3306
3306
  }, ShapePath.prototype.length = function() {
3307
3307
  return this._length;
3308
3308
  };
3309
- var shapePool = function() {
3309
+ var shapePool = (function() {
3310
3310
  function e() {
3311
3311
  return new ShapePath();
3312
3312
  }
@@ -3324,7 +3324,7 @@ function requireLottie() {
3324
3324
  }
3325
3325
  var i = poolFactory(4, e, t);
3326
3326
  return i.clone = r, i;
3327
- }();
3327
+ })();
3328
3328
  function ShapeCollection() {
3329
3329
  this._length = 0, this._maxLength = 4, this.shapes = createSizedArray(this._maxLength);
3330
3330
  }
@@ -3336,7 +3336,7 @@ function requireLottie() {
3336
3336
  shapePool.release(this.shapes[e]);
3337
3337
  this._length = 0;
3338
3338
  };
3339
- var shapeCollectionPool = function() {
3339
+ var shapeCollectionPool = (function() {
3340
3340
  var e = {
3341
3341
  newShapeCollection: s,
3342
3342
  release: n
@@ -3352,10 +3352,10 @@ function requireLottie() {
3352
3352
  a._length = 0, t === r && (i = pooling.double(i), r *= 2), i[t] = a, t += 1;
3353
3353
  }
3354
3354
  return e;
3355
- }(), ShapePropertyFactory = function() {
3355
+ })(), ShapePropertyFactory = (function() {
3356
3356
  var e = -999999;
3357
3357
  function t(c, m, f) {
3358
- var v = f.lastIndex, b, C, M, I, k, B, D, F, G, L = this.keyframes;
3358
+ var v = f.lastIndex, b, C, M, I, k, j, D, F, G, L = this.keyframes;
3359
3359
  if (c < L[0].t - this.offsetTime)
3360
3360
  b = L[0].s[0], M = !0, v = 0;
3361
3361
  else if (c >= L[L.length - 1].t - this.offsetTime)
@@ -3376,7 +3376,7 @@ function requireLottie() {
3376
3376
  }
3377
3377
  b = y.s[0];
3378
3378
  }
3379
- for (B = m._length, D = b.i[0].length, f.lastIndex = v, I = 0; I < B; I += 1)
3379
+ for (j = m._length, D = b.i[0].length, f.lastIndex = v, I = 0; I < j; I += 1)
3380
3380
  for (k = 0; k < D; k += 1)
3381
3381
  G = M ? b.i[I][k] : b.i[I][k] + (C.i[I][k] - b.i[I][k]) * F, m.i[I][k] = G, G = M ? b.o[I][k] : b.o[I][k] + (C.o[I][k] - b.o[I][k]) * F, m.o[I][k] = G, G = M ? b.v[I][k] : b.v[I][k] + (C.v[I][k] - b.v[I][k]) * F, m.v[I][k] = G;
3382
3382
  }
@@ -3436,7 +3436,7 @@ function requireLottie() {
3436
3436
  }, this.effectsSequence = [r.bind(this)];
3437
3437
  }
3438
3438
  l.prototype.getValue = a, l.prototype.interpolateShape = t, l.prototype.setVValue = n, l.prototype.addEffect = o;
3439
- var d = function() {
3439
+ var d = (function() {
3440
3440
  var c = roundCorner;
3441
3441
  function m(f, v) {
3442
3442
  this.v = shapePool.newElement(), this.v.setPathData(!0, 4), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.paths = this.localShapeCollection, this.localShapeCollection.addShape(this.v), this.d = v.d, this.elem = f, this.comp = f.comp, this.frameId = -1, this.initDynamicPropertyContainer(f), this.p = PropertyFactory.getProp(f, v.p, 1, 0, this), this.s = PropertyFactory.getProp(f, v.s, 1, 0, this), this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertEllToPath());
@@ -3451,7 +3451,7 @@ function requireLottie() {
3451
3451
  k.v[0][0] = v, k.v[0][1] = b - M, k.v[1][0] = I ? v + C : v - C, k.v[1][1] = b, k.v[2][0] = v, k.v[2][1] = b + M, k.v[3][0] = I ? v - C : v + C, k.v[3][1] = b, k.i[0][0] = I ? v - C * c : v + C * c, k.i[0][1] = b - M, k.i[1][0] = I ? v + C : v - C, k.i[1][1] = b - M * c, k.i[2][0] = I ? v + C * c : v - C * c, k.i[2][1] = b + M, k.i[3][0] = I ? v - C : v + C, k.i[3][1] = b + M * c, k.o[0][0] = I ? v + C * c : v - C * c, k.o[0][1] = b - M, k.o[1][0] = I ? v + C : v - C, k.o[1][1] = b + M * c, k.o[2][0] = I ? v - C * c : v + C * c, k.o[2][1] = b + M, k.o[3][0] = I ? v - C : v + C, k.o[3][1] = b - M * c;
3452
3452
  }
3453
3453
  }, extendPrototype([DynamicPropertyContainer], m), m;
3454
- }(), P = function() {
3454
+ })(), P = (function() {
3455
3455
  function c(m, f) {
3456
3456
  this.v = shapePool.newElement(), this.v.setPathData(!0, 0), this.elem = m, this.comp = m.comp, this.data = f, this.frameId = -1, this.d = f.d, this.initDynamicPropertyContainer(m), f.sy === 1 ? (this.ir = PropertyFactory.getProp(m, f.ir, 0, 0, this), this.is = PropertyFactory.getProp(m, f.is, 0, 0.01, this), this.convertToPath = this.convertStarToPath) : this.convertToPath = this.convertPolygonToPath, this.pt = PropertyFactory.getProp(m, f.pt, 0, 0, this), this.p = PropertyFactory.getProp(m, f.p, 1, 0, this), this.r = PropertyFactory.getProp(m, f.r, 0, degToRads, this), this.or = PropertyFactory.getProp(m, f.or, 0, 0, this), this.os = PropertyFactory.getProp(m, f.os, 0, 0.01, this), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.localShapeCollection.addShape(this.v), this.paths = this.localShapeCollection, this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertToPath());
3457
3457
  }
@@ -3461,25 +3461,25 @@ function requireLottie() {
3461
3461
  this.elem.globalData.frameId !== this.frameId && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties(), this._mdf && this.convertToPath());
3462
3462
  },
3463
3463
  convertStarToPath: function() {
3464
- var f = Math.floor(this.pt.v) * 2, v = Math.PI * 2 / f, b = !0, C = this.or.v, M = this.ir.v, I = this.os.v, k = this.is.v, B = 2 * Math.PI * C / (f * 2), D = 2 * Math.PI * M / (f * 2), F, G, L, R, E = -Math.PI / 2;
3464
+ var f = Math.floor(this.pt.v) * 2, v = Math.PI * 2 / f, b = !0, C = this.or.v, M = this.ir.v, I = this.os.v, k = this.is.v, j = 2 * Math.PI * C / (f * 2), D = 2 * Math.PI * M / (f * 2), F, G, L, R, E = -Math.PI / 2;
3465
3465
  E += this.r.v;
3466
3466
  var w = this.data.d === 3 ? -1 : 1;
3467
3467
  for (this.v._length = 0, F = 0; F < f; F += 1) {
3468
- G = b ? C : M, L = b ? I : k, R = b ? B : D;
3468
+ G = b ? C : M, L = b ? I : k, R = b ? j : D;
3469
3469
  var y = G * Math.cos(E), S = G * Math.sin(E), A = y === 0 && S === 0 ? 0 : S / Math.sqrt(y * y + S * S), T = y === 0 && S === 0 ? 0 : -y / Math.sqrt(y * y + S * S);
3470
3470
  y += +this.p.v[0], S += +this.p.v[1], this.v.setTripleAt(y, S, y - A * R * L * w, S - T * R * L * w, y + A * R * L * w, S + T * R * L * w, F, !0), b = !b, E += v * w;
3471
3471
  }
3472
3472
  },
3473
3473
  convertPolygonToPath: function() {
3474
- var f = Math.floor(this.pt.v), v = Math.PI * 2 / f, b = this.or.v, C = this.os.v, M = 2 * Math.PI * b / (f * 4), I, k = -Math.PI * 0.5, B = this.data.d === 3 ? -1 : 1;
3474
+ var f = Math.floor(this.pt.v), v = Math.PI * 2 / f, b = this.or.v, C = this.os.v, M = 2 * Math.PI * b / (f * 4), I, k = -Math.PI * 0.5, j = this.data.d === 3 ? -1 : 1;
3475
3475
  for (k += this.r.v, this.v._length = 0, I = 0; I < f; I += 1) {
3476
3476
  var D = b * Math.cos(k), F = b * Math.sin(k), G = D === 0 && F === 0 ? 0 : F / Math.sqrt(D * D + F * F), L = D === 0 && F === 0 ? 0 : -D / Math.sqrt(D * D + F * F);
3477
- D += +this.p.v[0], F += +this.p.v[1], this.v.setTripleAt(D, F, D - G * M * C * B, F - L * M * C * B, D + G * M * C * B, F + L * M * C * B, I, !0), k += v * B;
3477
+ D += +this.p.v[0], F += +this.p.v[1], this.v.setTripleAt(D, F, D - G * M * C * j, F - L * M * C * j, D + G * M * C * j, F + L * M * C * j, I, !0), k += v * j;
3478
3478
  }
3479
3479
  this.paths.length = 0, this.paths[0] = this.v;
3480
3480
  }
3481
3481
  }, extendPrototype([DynamicPropertyContainer], c), c;
3482
- }(), u = function() {
3482
+ })(), u = (function() {
3483
3483
  function c(m, f) {
3484
3484
  this.v = shapePool.newElement(), this.v.c = !0, this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.localShapeCollection.addShape(this.v), this.paths = this.localShapeCollection, this.elem = m, this.comp = m.comp, this.frameId = -1, this.d = f.d, this.initDynamicPropertyContainer(m), this.p = PropertyFactory.getProp(m, f.p, 1, 0, this), this.s = PropertyFactory.getProp(m, f.s, 1, 0, this), this.r = PropertyFactory.getProp(m, f.r, 0, 0, this), this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertRectToPath());
3485
3485
  }
@@ -3493,7 +3493,7 @@ function requireLottie() {
3493
3493
  },
3494
3494
  reset: i
3495
3495
  }, extendPrototype([DynamicPropertyContainer], c), c;
3496
- }();
3496
+ })();
3497
3497
  function _(c, m, f) {
3498
3498
  var v;
3499
3499
  if (f === 3 || f === 4) {
@@ -3510,7 +3510,7 @@ function requireLottie() {
3510
3510
  }
3511
3511
  var x = {};
3512
3512
  return x.getShapeProp = _, x.getConstructorFunction = g, x.getKeyframedConstructorFunction = p, x;
3513
- }();
3513
+ })();
3514
3514
  /*!
3515
3515
  Transformation Matrix v2.0
3516
3516
  (c) Epistemex 2014-2015
@@ -3519,7 +3519,7 @@ function requireLottie() {
3519
3519
  Contributions by leeoniya.
3520
3520
  License: MIT, header required.
3521
3521
  */
3522
- var Matrix = /* @__PURE__ */ function() {
3522
+ var Matrix = /* @__PURE__ */ (function() {
3523
3523
  var e = Math.cos, t = Math.sin, r = Math.tan, i = Math.round;
3524
3524
  function s() {
3525
3525
  return this.props[0] = 1, this.props[1] = 0, this.props[2] = 0, this.props[3] = 0, this.props[4] = 0, this.props[5] = 1, this.props[6] = 0, this.props[7] = 0, this.props[8] = 0, this.props[9] = 0, this.props[10] = 1, this.props[11] = 0, this.props[12] = 0, this.props[13] = 0, this.props[14] = 0, this.props[15] = 1, this;
@@ -3561,18 +3561,18 @@ function requireLottie() {
3561
3561
  function u(y, S, A) {
3562
3562
  return !A && A !== 0 && (A = 1), y === 1 && S === 1 && A === 1 ? this : this._t(y, 0, 0, 0, 0, S, 0, 0, 0, 0, A, 0, 0, 0, 0, 1);
3563
3563
  }
3564
- function _(y, S, A, T, q, V, O, $, z, W, Y, U, X, ee, j, Z) {
3565
- return this.props[0] = y, this.props[1] = S, this.props[2] = A, this.props[3] = T, this.props[4] = q, this.props[5] = V, this.props[6] = O, this.props[7] = $, this.props[8] = z, this.props[9] = W, this.props[10] = Y, this.props[11] = U, this.props[12] = X, this.props[13] = ee, this.props[14] = j, this.props[15] = Z, this;
3564
+ function _(y, S, A, T, q, V, O, $, z, W, Y, U, X, ee, B, Z) {
3565
+ return this.props[0] = y, this.props[1] = S, this.props[2] = A, this.props[3] = T, this.props[4] = q, this.props[5] = V, this.props[6] = O, this.props[7] = $, this.props[8] = z, this.props[9] = W, this.props[10] = Y, this.props[11] = U, this.props[12] = X, this.props[13] = ee, this.props[14] = B, this.props[15] = Z, this;
3566
3566
  }
3567
3567
  function g(y, S, A) {
3568
3568
  return A = A || 0, y !== 0 || S !== 0 || A !== 0 ? this._t(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, y, S, A, 1) : this;
3569
3569
  }
3570
- function p(y, S, A, T, q, V, O, $, z, W, Y, U, X, ee, j, Z) {
3570
+ function p(y, S, A, T, q, V, O, $, z, W, Y, U, X, ee, B, Z) {
3571
3571
  var H = this.props;
3572
3572
  if (y === 1 && S === 0 && A === 0 && T === 0 && q === 0 && V === 1 && O === 0 && $ === 0 && z === 0 && W === 0 && Y === 1 && U === 0)
3573
- return H[12] = H[12] * y + H[15] * X, H[13] = H[13] * V + H[15] * ee, H[14] = H[14] * Y + H[15] * j, H[15] *= Z, this._identityCalculated = !1, this;
3573
+ return H[12] = H[12] * y + H[15] * X, H[13] = H[13] * V + H[15] * ee, H[14] = H[14] * Y + H[15] * B, H[15] *= Z, this._identityCalculated = !1, this;
3574
3574
  var se = H[0], fe = H[1], oe = H[2], ne = H[3], he = H[4], le = H[5], ie = H[6], ue = H[7], Q = H[8], N = H[9], K = H[10], J = H[11], te = H[12], re = H[13], ae = H[14], pe = H[15];
3575
- return H[0] = se * y + fe * q + oe * z + ne * X, H[1] = se * S + fe * V + oe * W + ne * ee, H[2] = se * A + fe * O + oe * Y + ne * j, H[3] = se * T + fe * $ + oe * U + ne * Z, H[4] = he * y + le * q + ie * z + ue * X, H[5] = he * S + le * V + ie * W + ue * ee, H[6] = he * A + le * O + ie * Y + ue * j, H[7] = he * T + le * $ + ie * U + ue * Z, H[8] = Q * y + N * q + K * z + J * X, H[9] = Q * S + N * V + K * W + J * ee, H[10] = Q * A + N * O + K * Y + J * j, H[11] = Q * T + N * $ + K * U + J * Z, H[12] = te * y + re * q + ae * z + pe * X, H[13] = te * S + re * V + ae * W + pe * ee, H[14] = te * A + re * O + ae * Y + pe * j, H[15] = te * T + re * $ + ae * U + pe * Z, this._identityCalculated = !1, this;
3575
+ return H[0] = se * y + fe * q + oe * z + ne * X, H[1] = se * S + fe * V + oe * W + ne * ee, H[2] = se * A + fe * O + oe * Y + ne * B, H[3] = se * T + fe * $ + oe * U + ne * Z, H[4] = he * y + le * q + ie * z + ue * X, H[5] = he * S + le * V + ie * W + ue * ee, H[6] = he * A + le * O + ie * Y + ue * B, H[7] = he * T + le * $ + ie * U + ue * Z, H[8] = Q * y + N * q + K * z + J * X, H[9] = Q * S + N * V + K * W + J * ee, H[10] = Q * A + N * O + K * Y + J * B, H[11] = Q * T + N * $ + K * U + J * Z, H[12] = te * y + re * q + ae * z + pe * X, H[13] = te * S + re * V + ae * W + pe * ee, H[14] = te * A + re * O + ae * Y + pe * B, H[15] = te * T + re * $ + ae * U + pe * Z, this._identityCalculated = !1, this;
3576
3576
  }
3577
3577
  function x(y) {
3578
3578
  var S = y.props;
@@ -3620,14 +3620,14 @@ function requireLottie() {
3620
3620
  var y = this.props[0] * this.props[5] - this.props[1] * this.props[4], S = this.props[5] / y, A = -this.props[1] / y, T = -this.props[4] / y, q = this.props[0] / y, V = (this.props[4] * this.props[13] - this.props[5] * this.props[12]) / y, O = -(this.props[0] * this.props[13] - this.props[1] * this.props[12]) / y, $ = new Matrix();
3621
3621
  return $.props[0] = S, $.props[1] = A, $.props[4] = T, $.props[5] = q, $.props[12] = V, $.props[13] = O, $;
3622
3622
  }
3623
- function B(y) {
3623
+ function j(y) {
3624
3624
  var S = this.getInverseMatrix();
3625
3625
  return S.applyToPointArray(y[0], y[1], y[2] || 0);
3626
3626
  }
3627
3627
  function D(y) {
3628
3628
  var S, A = y.length, T = [];
3629
3629
  for (S = 0; S < A; S += 1)
3630
- T[S] = B(y[S]);
3630
+ T[S] = j(y[S]);
3631
3631
  return T;
3632
3632
  }
3633
3633
  function F(y, S, A) {
@@ -3664,15 +3664,15 @@ function requireLottie() {
3664
3664
  return "matrix(" + S + "," + A + "," + T + "," + q + "," + V + "," + O + ")";
3665
3665
  }
3666
3666
  return function() {
3667
- this.reset = s, this.rotate = n, this.rotateX = a, this.rotateY = h, this.rotateZ = o, this.skew = d, this.skewFromAxis = P, this.shear = l, this.scale = u, this.setTransform = _, this.translate = g, this.transform = p, this.multiply = x, this.applyToPoint = b, this.applyToX = C, this.applyToY = M, this.applyToZ = I, this.applyToPointArray = G, this.applyToTriplePoints = F, this.applyToPointStringified = L, this.toCSS = R, this.to2dCSS = w, this.clone = f, this.cloneFromProps = v, this.equals = m, this.inversePoints = D, this.inversePoint = B, this.getInverseMatrix = k, this._t = this.transform, this.isIdentity = c, this._identity = !0, this._identityCalculated = !1, this.props = createTypedArray("float32", 16), this.reset();
3667
+ this.reset = s, this.rotate = n, this.rotateX = a, this.rotateY = h, this.rotateZ = o, this.skew = d, this.skewFromAxis = P, this.shear = l, this.scale = u, this.setTransform = _, this.translate = g, this.transform = p, this.multiply = x, this.applyToPoint = b, this.applyToX = C, this.applyToY = M, this.applyToZ = I, this.applyToPointArray = G, this.applyToTriplePoints = F, this.applyToPointStringified = L, this.toCSS = R, this.to2dCSS = w, this.clone = f, this.cloneFromProps = v, this.equals = m, this.inversePoints = D, this.inversePoint = j, this.getInverseMatrix = k, this._t = this.transform, this.isIdentity = c, this._identity = !0, this._identityCalculated = !1, this.props = createTypedArray("float32", 16), this.reset();
3668
3668
  };
3669
- }();
3669
+ })();
3670
3670
  function _typeof$3(e) {
3671
3671
  "@babel/helpers - typeof";
3672
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof$3 = function(r) {
3673
- return typeof r;
3674
- } : _typeof$3 = function(r) {
3675
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
3672
+ return _typeof$3 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
3673
+ return typeof t;
3674
+ } : function(t) {
3675
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
3676
3676
  }, _typeof$3(e);
3677
3677
  }
3678
3678
  var lottie = {};
@@ -3725,7 +3725,7 @@ function requireLottie() {
3725
3725
  return null;
3726
3726
  }
3727
3727
  }
3728
- lottie.play = animationManager.play, lottie.pause = animationManager.pause, lottie.setLocationHref = setLocation, lottie.togglePause = animationManager.togglePause, lottie.setSpeed = animationManager.setSpeed, lottie.setDirection = animationManager.setDirection, lottie.stop = animationManager.stop, lottie.searchAnimations = searchAnimations, lottie.registerAnimation = animationManager.registerAnimation, lottie.loadAnimation = loadAnimation, lottie.setSubframeRendering = setSubframeRendering, lottie.resize = animationManager.resize, lottie.goToAndStop = animationManager.goToAndStop, lottie.destroy = animationManager.destroy, lottie.setQuality = setQuality, lottie.inBrowser = inBrowser, lottie.installPlugin = installPlugin, lottie.freeze = animationManager.freeze, lottie.unfreeze = animationManager.unfreeze, lottie.setVolume = animationManager.setVolume, lottie.mute = animationManager.mute, lottie.unmute = animationManager.unmute, lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations, lottie.useWebWorker = setWebWorker, lottie.setIDPrefix = setPrefix, lottie.__getFactory = getFactory, lottie.version = "5.12.2";
3728
+ lottie.play = animationManager.play, lottie.pause = animationManager.pause, lottie.setLocationHref = setLocation, lottie.togglePause = animationManager.togglePause, lottie.setSpeed = animationManager.setSpeed, lottie.setDirection = animationManager.setDirection, lottie.stop = animationManager.stop, lottie.searchAnimations = searchAnimations, lottie.registerAnimation = animationManager.registerAnimation, lottie.loadAnimation = loadAnimation, lottie.setSubframeRendering = setSubframeRendering, lottie.resize = animationManager.resize, lottie.goToAndStop = animationManager.goToAndStop, lottie.destroy = animationManager.destroy, lottie.setQuality = setQuality, lottie.inBrowser = inBrowser, lottie.installPlugin = installPlugin, lottie.freeze = animationManager.freeze, lottie.unfreeze = animationManager.unfreeze, lottie.setVolume = animationManager.setVolume, lottie.mute = animationManager.mute, lottie.unmute = animationManager.unmute, lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations, lottie.useWebWorker = setWebWorker, lottie.setIDPrefix = setPrefix, lottie.__getFactory = getFactory, lottie.version = "5.13.0";
3729
3729
  function checkReady() {
3730
3730
  document.readyState === "complete" && (clearInterval(readyStateCheckInterval), searchAnimations());
3731
3731
  }
@@ -3749,7 +3749,7 @@ function requireLottie() {
3749
3749
  _typeof$3(exports) !== "object" && (window.bodymovin = lottie);
3750
3750
  } catch (e) {
3751
3751
  }
3752
- var ShapeModifiers = function() {
3752
+ var ShapeModifiers = (function() {
3753
3753
  var e = {}, t = {};
3754
3754
  e.registerModifier = r, e.getModifier = i;
3755
3755
  function r(s, n) {
@@ -3759,7 +3759,7 @@ function requireLottie() {
3759
3759
  return new t[s](n, a);
3760
3760
  }
3761
3761
  return e;
3762
- }();
3762
+ })();
3763
3763
  function ShapeModifier() {
3764
3764
  }
3765
3765
  ShapeModifier.prototype.initModifierProperties = function() {
@@ -3940,7 +3940,7 @@ function requireLottie() {
3940
3940
  }
3941
3941
  this.dynamicProperties.length || (this._mdf = !1);
3942
3942
  };
3943
- var TransformPropertyFactory = function() {
3943
+ var TransformPropertyFactory = (function() {
3944
3944
  var e = [0, 0];
3945
3945
  function t(o) {
3946
3946
  var l = this._mdf;
@@ -4023,7 +4023,7 @@ function requireLottie() {
4023
4023
  return {
4024
4024
  getTransformProperty: h
4025
4025
  };
4026
- }();
4026
+ })();
4027
4027
  function RepeaterModifier() {
4028
4028
  }
4029
4029
  extendPrototype([ShapeModifier], RepeaterModifier), RepeaterModifier.prototype.initModifierProperties = function(e, t) {
@@ -4476,7 +4476,7 @@ function requireLottie() {
4476
4476
  weight: e.fWeight || r
4477
4477
  };
4478
4478
  }
4479
- var FontManager = function() {
4479
+ var FontManager = (function() {
4480
4480
  var e = 5e3, t = {
4481
4481
  w: 0,
4482
4482
  size: 0,
@@ -4632,7 +4632,7 @@ function requireLottie() {
4632
4632
  var w = b(E);
4633
4633
  return w >= l && w <= d;
4634
4634
  }
4635
- function B(E) {
4635
+ function j(E) {
4636
4636
  return k(E.substr(0, 2)) && k(E.substr(2, 2));
4637
4637
  }
4638
4638
  function D(E) {
@@ -4656,7 +4656,7 @@ function requireLottie() {
4656
4656
  var L = function() {
4657
4657
  this.fonts = [], this.chars = null, this.typekitLoaded = 0, this.isLoaded = !1, this._warned = !1, this.initTime = Date.now(), this.setIsLoadedBinded = this.setIsLoaded.bind(this), this.checkLoadedFontsBinded = this.checkLoadedFonts.bind(this);
4658
4658
  };
4659
- L.isModifier = C, L.isZeroWidthJoiner = M, L.isFlagEmoji = B, L.isRegionalCode = k, L.isCombinedCharacter = D, L.isRegionalFlag = F, L.isVariationSelector = I, L.BLACK_FLAG_CODE_POINT = i;
4659
+ L.isModifier = C, L.isZeroWidthJoiner = M, L.isFlagEmoji = j, L.isRegionalCode = k, L.isCombinedCharacter = D, L.isRegionalFlag = F, L.isVariationSelector = I, L.BLACK_FLAG_CODE_POINT = i;
4660
4660
  var R = {
4661
4661
  addChars: c,
4662
4662
  addFonts: x,
@@ -4667,7 +4667,7 @@ function requireLottie() {
4667
4667
  setIsLoaded: G
4668
4668
  };
4669
4669
  return L.prototype = R, L;
4670
- }();
4670
+ })();
4671
4671
  function SlotManager(e) {
4672
4672
  this.animationData = e;
4673
4673
  }
@@ -4729,7 +4729,7 @@ function requireLottie() {
4729
4729
  };
4730
4730
  }
4731
4731
  };
4732
- var getBlendMode = /* @__PURE__ */ function() {
4732
+ var getBlendMode = /* @__PURE__ */ (function() {
4733
4733
  var e = {
4734
4734
  0: "source-over",
4735
4735
  1: "multiply",
@@ -4751,7 +4751,7 @@ function requireLottie() {
4751
4751
  return function(t) {
4752
4752
  return e[t] || "";
4753
4753
  };
4754
- }();
4754
+ })();
4755
4755
  function SliderEffect(e, t, r) {
4756
4756
  this.p = PropertyFactory.getProp(t, e.v, 0, 0, r);
4757
4757
  }
@@ -5072,7 +5072,7 @@ function requireLottie() {
5072
5072
  for (t = this.finalTransform.mProp.v.props, r.cloneFromProps(t), i = 0; i < s; i += 1)
5073
5073
  r.multiply(this.hierarchy[i].finalTransform.mProp.v);
5074
5074
  }
5075
- this.finalTransform._matMdf && (this.finalTransform._localMatMdf = this.finalTransform._matMdf), this.finalTransform._opMdf && (this.finalTransform.localOpacity = this.finalTransform.mProp.o.v);
5075
+ (!this.localTransforms || this.finalTransform._matMdf) && (this.finalTransform._localMatMdf = this.finalTransform._matMdf), this.finalTransform._opMdf && (this.finalTransform.localOpacity = this.finalTransform.mProp.o.v);
5076
5076
  },
5077
5077
  renderLocalTransform: function() {
5078
5078
  if (this.localTransforms) {
@@ -5189,7 +5189,7 @@ function requireLottie() {
5189
5189
  }, MaskElement.prototype.destroy = function() {
5190
5190
  this.element = null, this.globalData = null, this.maskElement = null, this.data = null, this.masksProperties = null;
5191
5191
  };
5192
- var filtersFactory = function() {
5192
+ var filtersFactory = (function() {
5193
5193
  var e = {};
5194
5194
  e.createFilter = t, e.createAlphaToLuminanceFilter = r;
5195
5195
  function t(i, s) {
@@ -5201,14 +5201,14 @@ function requireLottie() {
5201
5201
  return i.setAttribute("type", "matrix"), i.setAttribute("color-interpolation-filters", "sRGB"), i.setAttribute("values", "0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"), i;
5202
5202
  }
5203
5203
  return e;
5204
- }(), featureSupport = function() {
5204
+ })(), featureSupport = (function() {
5205
5205
  var e = {
5206
5206
  maskType: !0,
5207
5207
  svgLumaHidden: !0,
5208
5208
  offscreenCanvas: typeof OffscreenCanvas != "undefined"
5209
5209
  };
5210
5210
  return (/MSIE 10/i.test(navigator.userAgent) || /MSIE 9/i.test(navigator.userAgent) || /rv:11.0/i.test(navigator.userAgent) || /Edge\/\d./i.test(navigator.userAgent)) && (e.maskType = !1), /firefox/i.test(navigator.userAgent) && (e.svgLumaHidden = !1), e;
5211
- }(), registeredEffects$1 = {}, idPrefix = "filter_result_";
5211
+ })(), registeredEffects$1 = {}, idPrefix = "filter_result_";
5212
5212
  function SVGEffects(e) {
5213
5213
  var t, r = "SourceGraphic", i = e.data.ef ? e.data.ef.length : 0, s = createElementID(), n = filtersFactory.createFilter(s, !0), a = 0;
5214
5214
  this.filters = [];
@@ -5583,7 +5583,7 @@ function requireLottie() {
5583
5583
  for (o = 1; o < r; o += 1)
5584
5584
  l += " C" + s.applyToPointStringified(n[o - 1][0], n[o - 1][1]) + " " + s.applyToPointStringified(a[o][0], a[o][1]) + " " + s.applyToPointStringified(h[o][0], h[o][1]);
5585
5585
  return i && r && (l += " C" + s.applyToPointStringified(n[o - 1][0], n[o - 1][1]) + " " + s.applyToPointStringified(a[0][0], a[0][1]) + " " + s.applyToPointStringified(h[0][0], h[0][1]), l += "z"), l;
5586
- }, SVGElementsRenderer = function() {
5586
+ }, SVGElementsRenderer = (function() {
5587
5587
  var e = new Matrix(), t = new Matrix(), r = {
5588
5588
  createRenderFunction: i
5589
5589
  };
@@ -5660,15 +5660,15 @@ function requireLottie() {
5660
5660
  I = b[C], I.setAttribute("offset", k[C * 4] + "%"), I.setAttribute("stop-color", "rgb(" + k[C * 4 + 1] + "," + k[C * 4 + 2] + "," + k[C * 4 + 3] + ")");
5661
5661
  }
5662
5662
  if (p && (u.g._omdf || _)) {
5663
- var B = u.g.o;
5663
+ var j = u.g.o;
5664
5664
  for (u.g._collapsable ? b = u.cst : b = u.ost, M = b.length, C = 0; C < M; C += 1)
5665
- I = b[C], u.g._collapsable || I.setAttribute("offset", B[C * 2] + "%"), I.setAttribute("stop-opacity", B[C * 2 + 1]);
5665
+ I = b[C], u.g._collapsable || I.setAttribute("offset", j[C * 2] + "%"), I.setAttribute("stop-opacity", j[C * 2 + 1]);
5666
5666
  }
5667
5667
  if (P.t === 1)
5668
5668
  (u.e._mdf || _) && (g.setAttribute("x2", c[0]), g.setAttribute("y2", c[1]), p && !u.g._collapsable && (u.of.setAttribute("x2", c[0]), u.of.setAttribute("y2", c[1])));
5669
5669
  else {
5670
5670
  var D;
5671
- if ((u.s._mdf || u.e._mdf || _) && (D = Math.sqrt(Math.pow(x[0] - c[0], 2) + Math.pow(x[1] - c[1], 2)), g.setAttribute("r", D), p && !u.g._collapsable && u.of.setAttribute("r", D)), u.e._mdf || u.h._mdf || u.a._mdf || _) {
5671
+ if ((u.s._mdf || u.e._mdf || _) && (D = Math.sqrt(Math.pow(x[0] - c[0], 2) + Math.pow(x[1] - c[1], 2)), g.setAttribute("r", D), p && !u.g._collapsable && u.of.setAttribute("r", D)), u.s._mdf || u.e._mdf || u.h._mdf || u.a._mdf || _) {
5672
5672
  D || (D = Math.sqrt(Math.pow(x[0] - c[0], 2) + Math.pow(x[1] - c[1], 2)));
5673
5673
  var F = Math.atan2(c[1] - x[1], c[0] - x[0]), G = u.h.v;
5674
5674
  G >= 1 ? G = 0.99 : G <= -1 && (G = -0.99);
@@ -5682,7 +5682,7 @@ function requireLottie() {
5682
5682
  p && (p._mdf || _) && p.dashStr && (g.pElem.setAttribute("stroke-dasharray", p.dashStr), g.pElem.setAttribute("stroke-dashoffset", p.dashoffset[0])), u.c && (u.c._mdf || _) && g.pElem.setAttribute("stroke", "rgb(" + bmFloor(u.c.v[0]) + "," + bmFloor(u.c.v[1]) + "," + bmFloor(u.c.v[2]) + ")"), (u.o._mdf || _) && g.pElem.setAttribute("stroke-opacity", u.o.v), (u.w._mdf || _) && (g.pElem.setAttribute("stroke-width", u.w.v), g.msElem && g.msElem.setAttribute("stroke-width", u.w.v));
5683
5683
  }
5684
5684
  return r;
5685
- }();
5685
+ })();
5686
5686
  function SVGShapeElement(e, t, r) {
5687
5687
  this.shapes = [], this.shapesData = e.shapes, this.stylesList = [], this.shapeModifiers = [], this.itemsData = [], this.processedElements = [], this.animatedContents = [], this.initElement(e, t, r), this.prevViewData = [];
5688
5688
  }
@@ -5737,7 +5737,7 @@ function requireLottie() {
5737
5737
  }, SVGShapeElement.prototype.setElementStyles = function(e) {
5738
5738
  var t = e.styles, r, i = this.stylesList.length;
5739
5739
  for (r = 0; r < i; r += 1)
5740
- this.stylesList[r].closed || t.push(this.stylesList[r]);
5740
+ t.indexOf(this.stylesList[r]) === -1 && !this.stylesList[r].closed && t.push(this.stylesList[r]);
5741
5741
  }, SVGShapeElement.prototype.reloadShapes = function() {
5742
5742
  this._isFirstFrame = !0;
5743
5743
  var e, t = this.itemsData.length;
@@ -5750,7 +5750,7 @@ function requireLottie() {
5750
5750
  var h = [].concat(n), o, l = e.length - 1, d, P, u = [], _ = [], g, p, x;
5751
5751
  for (o = l; o >= 0; o -= 1) {
5752
5752
  if (x = this.searchProcessedElement(e[o]), x ? t[o] = r[x - 1] : e[o]._render = a, e[o].ty === "fl" || e[o].ty === "st" || e[o].ty === "gf" || e[o].ty === "gs" || e[o].ty === "no")
5753
- x ? t[o].style.closed = !1 : t[o] = this.createStyleElement(e[o], s), e[o]._render && t[o].style.pElem.parentNode !== i && i.appendChild(t[o].style.pElem), u.push(t[o].style);
5753
+ x ? t[o].style.closed = e[o].hd : t[o] = this.createStyleElement(e[o], s), e[o]._render && t[o].style.pElem.parentNode !== i && i.appendChild(t[o].style.pElem), u.push(t[o].style);
5754
5754
  else if (e[o].ty === "gr") {
5755
5755
  if (!x)
5756
5756
  t[o] = this.createGroupElement(e[o]);
@@ -5866,12 +5866,12 @@ function requireLottie() {
5866
5866
  e.fWeight = b.weight, e.fStyle = b.style, e.finalSize = e.s, e.finalText = this.buildFinalText(e.t), n = e.finalText.length, e.finalLineHeight = e.lh;
5867
5867
  var C = e.tr / 1e3 * e.finalSize, M;
5868
5868
  if (e.sz)
5869
- for (var I = !0, k = e.sz[0], B = e.sz[1], D, F; I; ) {
5869
+ for (var I = !0, k = e.sz[0], j = e.sz[1], D, F; I; ) {
5870
5870
  F = this.buildFinalText(e.t), D = 0, g = 0, n = F.length, C = e.tr / 1e3 * e.finalSize;
5871
5871
  var G = -1;
5872
5872
  for (s = 0; s < n; s += 1)
5873
5873
  M = F[s].charCodeAt(0), a = !1, F[s] === " " ? G = s : (M === 13 || M === 3) && (g = 0, a = !0, D += e.finalLineHeight || e.finalSize * 1.2), t.chars ? (f = t.getCharData(F[s], m.fStyle, m.fFamily), v = a ? 0 : f.w * e.finalSize / 100) : v = t.measureText(F[s], e.f, e.finalSize), g + v > k && F[s] !== " " ? (G === -1 ? n += 1 : s = G, D += e.finalLineHeight || e.finalSize * 1.2, F.splice(s, G === s ? 1 : 0, "\r"), G = -1, g = 0) : (g += v, g += C);
5874
- D += m.ascent * e.finalSize / 100, this.canResize && e.finalSize > this.minimumFontSize && B < D ? (e.finalSize -= 1, e.finalLineHeight = e.finalSize * e.lh / e.s) : (e.finalText = F, n = e.finalText.length, I = !1);
5874
+ D += m.ascent * e.finalSize / 100, this.canResize && e.finalSize > this.minimumFontSize && j < D ? (e.finalSize -= 1, e.finalLineHeight = e.finalSize * e.lh / e.s) : (e.finalText = F, n = e.finalText.length, I = !1);
5875
5875
  }
5876
5876
  g = -C, v = 0;
5877
5877
  var L = 0, R;
@@ -5938,7 +5938,7 @@ function requireLottie() {
5938
5938
  }, TextProperty.prototype.setMinimumFontSize = function(e) {
5939
5939
  this.minimumFontSize = Math.floor(e) || 1, this.recalculate(this.keysIndex), this.elem.addDynamicProperty(this);
5940
5940
  };
5941
- var TextSelectorProp = function() {
5941
+ var TextSelectorProp = (function() {
5942
5942
  var e = Math.max, t = Math.min, r = Math.floor;
5943
5943
  function i(n, a) {
5944
5944
  this._currentTextLength = -1, this.k = !1, this.data = a, this.elem = n, this.comp = n.comp, this.finalS = 0, this.finalE = 0, this.initDynamicPropertyContainer(n), this.s = PropertyFactory.getProp(n, a.s || {
@@ -6002,7 +6002,7 @@ function requireLottie() {
6002
6002
  return {
6003
6003
  getTextSelectorProp: s
6004
6004
  };
6005
- }();
6005
+ })();
6006
6006
  function TextAnimatorDataProperty(e, t, r) {
6007
6007
  var i = {
6008
6008
  propType: !1
@@ -6046,7 +6046,7 @@ function requireLottie() {
6046
6046
  }, TextAnimatorProperty.prototype.getMeasures = function(e, t) {
6047
6047
  if (this.lettersChangedFlag = t, !(!this._mdf && !this._isFirstFrame && !t && (!this._hasMaskedPath || !this._pathData.m._mdf))) {
6048
6048
  this._isFirstFrame = !1;
6049
- var r = this._moreOptions.alignment.v, i = this._animatorsData, s = this._textData, n = this.mHelper, a = this._renderType, h = this.renderedLetters.length, o, l, d, P, u = e.l, _, g, p, x, c, m, f, v, b, C, M, I, k, B, D;
6049
+ var r = this._moreOptions.alignment.v, i = this._animatorsData, s = this._textData, n = this.mHelper, a = this._renderType, h = this.renderedLetters.length, o, l, d, P, u = e.l, _, g, p, x, c, m, f, v, b, C, M, I, k, j, D;
6050
6050
  if (this._hasMaskedPath) {
6051
6051
  if (D = this._pathData.m, !this._pathData.n || this._pathData._mdf) {
6052
6052
  var F = D.v;
@@ -6067,7 +6067,7 @@ function requireLottie() {
6067
6067
  P = u.length, o = 0, l = 0;
6068
6068
  var L = e.finalSize * 1.2 * 0.714, R = !0, E, w, y, S, A;
6069
6069
  S = i.length;
6070
- var T, q = -1, V, O, $, z = g, W = f, Y = m, U = -1, X, ee, j, Z, H, se, fe, oe, ne = "", he = this.defaultPropsArray, le;
6070
+ var T, q = -1, V, O, $, z = g, W = f, Y = m, U = -1, X, ee, B, Z, H, se, fe, oe, ne = "", he = this.defaultPropsArray, le;
6071
6071
  if (e.j === 2 || e.j === 1) {
6072
6072
  var ie = 0, ue = 0, Q = e.j === 2 ? -0.5 : -1, N = 0, K = !0;
6073
6073
  for (d = 0; d < P; d += 1)
@@ -6110,12 +6110,12 @@ function requireLottie() {
6110
6110
  V = u[d].an / 2 - u[d].add, n.translate(-V, 0, 0), n.translate(-r[0] * u[d].an * 5e-3, -r[1] * L * 0.01, 0);
6111
6111
  for (y = 0; y < S; y += 1)
6112
6112
  E = i[y].a, E.t.propType && (w = i[y].s, T = w.getMult(u[d].anIndexes[y], s.a[y].s.totalChars), (o !== 0 || e.j !== 0) && (this._hasMaskedPath ? T.length ? g += E.t.v * T[0] : g += E.t.v * T : T.length ? o += E.t.v * T[0] : o += E.t.v * T));
6113
- for (e.strokeWidthAnim && (j = e.sw || 0), e.strokeColorAnim && (e.sc ? ee = [e.sc[0], e.sc[1], e.sc[2]] : ee = [0, 0, 0]), e.fillColorAnim && e.fc && (Z = [e.fc[0], e.fc[1], e.fc[2]]), y = 0; y < S; y += 1)
6113
+ for (e.strokeWidthAnim && (B = e.sw || 0), e.strokeColorAnim && (e.sc ? ee = [e.sc[0], e.sc[1], e.sc[2]] : ee = [0, 0, 0]), e.fillColorAnim && e.fc && (Z = [e.fc[0], e.fc[1], e.fc[2]]), y = 0; y < S; y += 1)
6114
6114
  E = i[y].a, E.a.propType && (w = i[y].s, T = w.getMult(u[d].anIndexes[y], s.a[y].s.totalChars), T.length ? n.translate(-E.a.v[0] * T[0], -E.a.v[1] * T[1], E.a.v[2] * T[2]) : n.translate(-E.a.v[0] * T, -E.a.v[1] * T, E.a.v[2] * T));
6115
6115
  for (y = 0; y < S; y += 1)
6116
6116
  E = i[y].a, E.s.propType && (w = i[y].s, T = w.getMult(u[d].anIndexes[y], s.a[y].s.totalChars), T.length ? n.scale(1 + (E.s.v[0] - 1) * T[0], 1 + (E.s.v[1] - 1) * T[1], 1) : n.scale(1 + (E.s.v[0] - 1) * T, 1 + (E.s.v[1] - 1) * T, 1));
6117
6117
  for (y = 0; y < S; y += 1) {
6118
- if (E = i[y].a, w = i[y].s, T = w.getMult(u[d].anIndexes[y], s.a[y].s.totalChars), E.sk.propType && (T.length ? n.skewFromAxis(-E.sk.v * T[0], E.sa.v * T[1]) : n.skewFromAxis(-E.sk.v * T, E.sa.v * T)), E.r.propType && (T.length ? n.rotateZ(-E.r.v * T[2]) : n.rotateZ(-E.r.v * T)), E.ry.propType && (T.length ? n.rotateY(E.ry.v * T[1]) : n.rotateY(E.ry.v * T)), E.rx.propType && (T.length ? n.rotateX(E.rx.v * T[0]) : n.rotateX(E.rx.v * T)), E.o.propType && (T.length ? X += (E.o.v * T[0] - X) * T[0] : X += (E.o.v * T - X) * T), e.strokeWidthAnim && E.sw.propType && (T.length ? j += E.sw.v * T[0] : j += E.sw.v * T), e.strokeColorAnim && E.sc.propType)
6118
+ if (E = i[y].a, w = i[y].s, T = w.getMult(u[d].anIndexes[y], s.a[y].s.totalChars), E.sk.propType && (T.length ? n.skewFromAxis(-E.sk.v * T[0], E.sa.v * T[1]) : n.skewFromAxis(-E.sk.v * T, E.sa.v * T)), E.r.propType && (T.length ? n.rotateZ(-E.r.v * T[2]) : n.rotateZ(-E.r.v * T)), E.ry.propType && (T.length ? n.rotateY(E.ry.v * T[1]) : n.rotateY(E.ry.v * T)), E.rx.propType && (T.length ? n.rotateX(E.rx.v * T[0]) : n.rotateX(E.rx.v * T)), E.o.propType && (T.length ? X += (E.o.v * T[0] - X) * T[0] : X += (E.o.v * T - X) * T), e.strokeWidthAnim && E.sw.propType && (T.length ? B += E.sw.v * T[0] : B += E.sw.v * T), e.strokeColorAnim && E.sc.propType)
6119
6119
  for (H = 0; H < 3; H += 1)
6120
6120
  T.length ? ee[H] += (E.sc.v[H] - ee[H]) * T[0] : ee[H] += (E.sc.v[H] - ee[H]) * T;
6121
6121
  if (e.fillColorAnim && e.fc) {
@@ -6127,10 +6127,10 @@ function requireLottie() {
6127
6127
  }
6128
6128
  for (y = 0; y < S; y += 1)
6129
6129
  E = i[y].a, E.p.propType && (w = i[y].s, T = w.getMult(u[d].anIndexes[y], s.a[y].s.totalChars), this._hasMaskedPath ? T.length ? n.translate(0, E.p.v[1] * T[0], -E.p.v[2] * T[1]) : n.translate(0, E.p.v[1] * T, -E.p.v[2] * T) : T.length ? n.translate(E.p.v[0] * T[0], E.p.v[1] * T[1], -E.p.v[2] * T[2]) : n.translate(E.p.v[0] * T, E.p.v[1] * T, -E.p.v[2] * T));
6130
- if (e.strokeWidthAnim && (se = j < 0 ? 0 : j), e.strokeColorAnim && (fe = "rgb(" + Math.round(ee[0] * 255) + "," + Math.round(ee[1] * 255) + "," + Math.round(ee[2] * 255) + ")"), e.fillColorAnim && e.fc && (oe = "rgb(" + Math.round(Z[0] * 255) + "," + Math.round(Z[1] * 255) + "," + Math.round(Z[2] * 255) + ")"), this._hasMaskedPath) {
6130
+ if (e.strokeWidthAnim && (se = B < 0 ? 0 : B), e.strokeColorAnim && (fe = "rgb(" + Math.round(ee[0] * 255) + "," + Math.round(ee[1] * 255) + "," + Math.round(ee[2] * 255) + ")"), e.fillColorAnim && e.fc && (oe = "rgb(" + Math.round(Z[0] * 255) + "," + Math.round(Z[1] * 255) + "," + Math.round(Z[2] * 255) + ")"), this._hasMaskedPath) {
6131
6131
  if (n.translate(0, -e.ls), n.translate(0, r[1] * L * 0.01 + l, 0), this._pathData.p.v) {
6132
- B = (p.point[1] - v.point[1]) / (p.point[0] - v.point[0]);
6133
- var te = Math.atan(B) * 180 / Math.PI;
6132
+ j = (p.point[1] - v.point[1]) / (p.point[0] - v.point[0]);
6133
+ var te = Math.atan(j) * 180 / Math.PI;
6134
6134
  p.point[0] < v.point[0] && (te += 180), n.rotate(-te * Math.PI / 180);
6135
6135
  }
6136
6136
  n.translate(O, $, 0), g -= r[0] * u[d].an * 5e-3, u[d + 1] && q !== u[d + 1].ind && (g += u[d].an / 2, g += e.tr * 1e-3 * e.finalSize);
@@ -6557,13 +6557,13 @@ function requireLottie() {
6557
6557
  var r = createTag("canvas");
6558
6558
  return r.width = e, r.height = t, r;
6559
6559
  }
6560
- var assetLoader = function() {
6560
+ var assetLoader = (function() {
6561
6561
  return {
6562
6562
  loadLumaCanvas: lumaLoader.load,
6563
6563
  getLumaCanvas: lumaLoader.get,
6564
6564
  createCanvas
6565
6565
  };
6566
- }(), registeredEffects = {};
6566
+ })(), registeredEffects = {};
6567
6567
  function CVEffects(e) {
6568
6568
  var t, r = e.data.ef ? e.data.ef.length : 0;
6569
6569
  this.filters = [];
@@ -7613,7 +7613,7 @@ function requireLottie() {
7613
7613
  extendPrototype([HybridRendererBase], HybridRenderer), HybridRenderer.prototype.createComp = function(e) {
7614
7614
  return this.supports3d ? new HCompElement(e, this.globalData, this) : new SVGCompElement(e, this.globalData, this);
7615
7615
  };
7616
- var CompExpressionInterface = /* @__PURE__ */ function() {
7616
+ var CompExpressionInterface = /* @__PURE__ */ (function() {
7617
7617
  return function(e) {
7618
7618
  function t(r) {
7619
7619
  for (var i = 0, s = e.layers.length; i < s; ) {
@@ -7627,13 +7627,13 @@ function requireLottie() {
7627
7627
  value: e.data.nm
7628
7628
  }), t.layer = t, t.pixelAspect = 1, t.height = e.data.h || e.globalData.compSize.h, t.width = e.data.w || e.globalData.compSize.w, t.pixelAspect = 1, t.frameDuration = 1 / e.globalData.frameRate, t.displayStartTime = 0, t.numLayers = e.layers.length, t;
7629
7629
  };
7630
- }();
7630
+ })();
7631
7631
  function _typeof$2(e) {
7632
7632
  "@babel/helpers - typeof";
7633
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof$2 = function(r) {
7634
- return typeof r;
7635
- } : _typeof$2 = function(r) {
7636
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
7633
+ return _typeof$2 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
7634
+ return typeof t;
7635
+ } : function(t) {
7636
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
7637
7637
  }, _typeof$2(e);
7638
7638
  }
7639
7639
  function seedRandom(e, t) {
@@ -7654,10 +7654,10 @@ function requireLottie() {
7654
7654
  return I.g(4) | 0;
7655
7655
  }, k.quick = function() {
7656
7656
  return I.g(4) / 4294967296;
7657
- }, k.double = k, x(m(I.S), e), (v.pass || b || function(B, D, F, G) {
7658
- return G && (G.S && g(G, I), B.state = function() {
7657
+ }, k.double = k, x(m(I.S), e), (v.pass || b || function(j, D, F, G) {
7658
+ return G && (G.S && g(G, I), j.state = function() {
7659
7659
  return g(I, {});
7660
- }), F ? (t[a] = B, D) : B;
7660
+ }), F ? (t[a] = j, D) : j;
7661
7661
  })(k, M, "global" in v ? v.global : this == t, v.state);
7662
7662
  }
7663
7663
  t["seed" + a] = u;
@@ -7667,8 +7667,8 @@ function requireLottie() {
7667
7667
  k[M] = M++;
7668
7668
  for (M = 0; M < i; M++)
7669
7669
  k[M] = k[I = d & I + f[M % b] + (v = k[M])], k[I] = v;
7670
- C.g = function(B) {
7671
- for (var D, F = 0, G = C.i, L = C.j, R = C.S; B--; )
7670
+ C.g = function(j) {
7671
+ for (var D, F = 0, G = C.i, L = C.j, R = C.S; j--; )
7672
7672
  D = R[G = d & G + 1], F = F * i + R[d & (R[G] = R[L = d & L + D]) + (R[L] = D)];
7673
7673
  return C.i = G, C.j = L, F;
7674
7674
  };
@@ -7713,13 +7713,13 @@ function requireLottie() {
7713
7713
  };
7714
7714
  function _typeof$1(e) {
7715
7715
  "@babel/helpers - typeof";
7716
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof$1 = function(r) {
7717
- return typeof r;
7718
- } : _typeof$1 = function(r) {
7719
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
7716
+ return _typeof$1 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
7717
+ return typeof t;
7718
+ } : function(t) {
7719
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
7720
7720
  }, _typeof$1(e);
7721
7721
  }
7722
- var ExpressionManager = function() {
7722
+ var ExpressionManager = (function() {
7723
7723
  var ob = {}, Math = BMMath, window = null, document = null, XMLHttpRequest = null, fetch = null, frames = null, _lottieGlobal = {};
7724
7724
  initialize$2(BMMath);
7725
7725
  function resetFrame() {
@@ -7919,7 +7919,7 @@ function requireLottie() {
7919
7919
  if (!elem.globalData.renderConfig.runExpressions)
7920
7920
  return noOp;
7921
7921
  var val = data.x, needsVelocity = /velocity(?![\w\d])/.test(val), _needsRandom = val.indexOf("random") !== -1, elemType = elem.data.ty, transform, $bm_transform, content, effect, thisProperty = property;
7922
- thisProperty.valueAtTime = thisProperty.getValueAtTime, Object.defineProperty(thisProperty, "value", {
7922
+ thisProperty._name = elem.data.nm, thisProperty.valueAtTime = thisProperty.getValueAtTime, Object.defineProperty(thisProperty, "value", {
7923
7923
  get: function() {
7924
7924
  return thisProperty.v;
7925
7925
  }
@@ -8035,7 +8035,7 @@ function requireLottie() {
8035
8035
  return executeExpression.__preventDeadCodeRemoval = [$bm_transform, anchorPoint, time, velocity, inPoint, outPoint, width, height, name, loop_in, loop_out, smooth, toComp, fromCompToSurface, toWorld, fromWorld, mask, position, rotation, scale, thisComp, numKeys, active, wiggle, loopInDuration, loopOutDuration, comp, lookAt, easeOut, easeIn, ease, nearestKey, key, text, textIndex, textTotal, selectorValue, framesToTime, timeToFrames, sourceRectAtTime, substring, substr, posterizeTime, index, globalData], executeExpression;
8036
8036
  }
8037
8037
  return ob.initiateExpression = initiateExpression, ob.__preventDeadCodeRemoval = [window, document, XMLHttpRequest, fetch, frames, $bm_neg, add, $bm_sum, $bm_sub, $bm_mul, $bm_div, $bm_mod, clamp, radians_to_degrees, degreesToRadians, degrees_to_radians, normalize, rgbToHsl, hslToRgb, linear, random, createPath, _lottieGlobal], ob.resetFrame = resetFrame, ob;
8038
- }(), Expressions = function() {
8038
+ })(), Expressions = (function() {
8039
8039
  var e = {};
8040
8040
  e.initExpressions = t, e.resetFrame = ExpressionManager.resetFrame;
8041
8041
  function t(r) {
@@ -8058,7 +8058,7 @@ function requireLottie() {
8058
8058
  r.renderer.compInterface = CompExpressionInterface(r.renderer), r.renderer.globalData.projectInterface.registerComposition(r.renderer), r.renderer.globalData.pushExpression = n, r.renderer.globalData.popExpression = a, r.renderer.globalData.registerExpressionProperty = h;
8059
8059
  }
8060
8060
  return e;
8061
- }(), MaskManagerInterface = function() {
8061
+ })(), MaskManagerInterface = (function() {
8062
8062
  function e(r, i) {
8063
8063
  this._mask = r, this._data = i;
8064
8064
  }
@@ -8086,7 +8086,7 @@ function requireLottie() {
8086
8086
  return h;
8087
8087
  };
8088
8088
  return t;
8089
- }(), ExpressionPropertyInterface = /* @__PURE__ */ function() {
8089
+ })(), ExpressionPropertyInterface = /* @__PURE__ */ (function() {
8090
8090
  var e = {
8091
8091
  pv: 0,
8092
8092
  v: 0,
@@ -8114,7 +8114,7 @@ function requireLottie() {
8114
8114
  (!a || !("pv" in a)) && (a = e);
8115
8115
  var h = 1 / a.mult, o = a.pv * h, l = new Number(o);
8116
8116
  return l.value = o, r(l, a, "unidimensional"), function() {
8117
- return a.k && a.getValue(), o = a.v * h, l.value !== o && (l = new Number(o), l.value = o, r(l, a, "unidimensional")), l;
8117
+ return a.k && a.getValue(), o = a.v * h, l.value !== o && (l = new Number(o), l.value = o, l[0] = o, r(l, a, "unidimensional")), l;
8118
8118
  };
8119
8119
  }
8120
8120
  function s(a) {
@@ -8133,7 +8133,7 @@ function requireLottie() {
8133
8133
  return function(a) {
8134
8134
  return a ? a.propType === "unidimensional" ? i(a) : s(a) : n;
8135
8135
  };
8136
- }(), TransformExpressionInterface = /* @__PURE__ */ function() {
8136
+ })(), TransformExpressionInterface = /* @__PURE__ */ (function() {
8137
8137
  return function(e) {
8138
8138
  function t(a) {
8139
8139
  switch (a) {
@@ -8211,7 +8211,7 @@ function requireLottie() {
8211
8211
  get: ExpressionPropertyInterface(e.or)
8212
8212
  }), t;
8213
8213
  };
8214
- }(), LayerExpressionInterface = /* @__PURE__ */ function() {
8214
+ })(), LayerExpressionInterface = /* @__PURE__ */ (function() {
8215
8215
  function e(l) {
8216
8216
  var d = new Matrix();
8217
8217
  if (l !== void 0) {
@@ -8330,13 +8330,13 @@ function requireLottie() {
8330
8330
  }
8331
8331
  }), _.startTime = l.data.st, _.index = l.data.ind, _.source = l.data.refId, _.height = l.data.ty === 0 ? l.data.h : 100, _.width = l.data.ty === 0 ? l.data.w : 100, _.inPoint = l.data.ip / l.comp.globalData.frameRate, _.outPoint = l.data.op / l.comp.globalData.frameRate, _._name = l.data.nm, _.registerMaskInterface = P, _.registerEffectsInterface = u, _;
8332
8332
  };
8333
- }(), propertyGroupFactory = /* @__PURE__ */ function() {
8333
+ })(), propertyGroupFactory = /* @__PURE__ */ (function() {
8334
8334
  return function(e, t) {
8335
8335
  return function(r) {
8336
8336
  return r = r === void 0 ? 1 : r, r <= 0 ? e : t(r - 1);
8337
8337
  };
8338
8338
  };
8339
- }(), PropertyInterface = /* @__PURE__ */ function() {
8339
+ })(), PropertyInterface = /* @__PURE__ */ (function() {
8340
8340
  return function(e, t) {
8341
8341
  var r = {
8342
8342
  _name: e
@@ -8346,7 +8346,7 @@ function requireLottie() {
8346
8346
  }
8347
8347
  return i;
8348
8348
  };
8349
- }(), EffectsExpressionInterface = /* @__PURE__ */ function() {
8349
+ })(), EffectsExpressionInterface = /* @__PURE__ */ (function() {
8350
8350
  var e = {
8351
8351
  createEffectsInterface: t
8352
8352
  };
@@ -8409,7 +8409,7 @@ function requireLottie() {
8409
8409
  return s.p.setGroupProperty && s.p.setGroupProperty(PropertyInterface("", h)), l;
8410
8410
  }
8411
8411
  return e;
8412
- }(), ShapePathInterface = /* @__PURE__ */ function() {
8412
+ })(), ShapePathInterface = /* @__PURE__ */ (function() {
8413
8413
  return function(t, r, i) {
8414
8414
  var s = r.sh;
8415
8415
  function n(h) {
@@ -8444,7 +8444,7 @@ function requireLottie() {
8444
8444
  }
8445
8445
  }), n;
8446
8446
  };
8447
- }(), ShapeExpressionInterface = /* @__PURE__ */ function() {
8447
+ })(), ShapeExpressionInterface = /* @__PURE__ */ (function() {
8448
8448
  function e(g, p, x) {
8449
8449
  var c = [], m, f = g ? g.length : 0;
8450
8450
  for (m = 0; m < f; m += 1)
@@ -8745,7 +8745,7 @@ function requireLottie() {
8745
8745
  }
8746
8746
  return m.propertyGroup = propertyGroupFactory(m, f), c = e(g, p, m.propertyGroup), m.numProperties = c.length, m._name = "Contents", m;
8747
8747
  };
8748
- }(), TextExpressionInterface = /* @__PURE__ */ function() {
8748
+ })(), TextExpressionInterface = /* @__PURE__ */ (function() {
8749
8749
  return function(e) {
8750
8750
  var t;
8751
8751
  function r(i) {
@@ -8770,16 +8770,16 @@ function requireLottie() {
8770
8770
  }
8771
8771
  }), r;
8772
8772
  };
8773
- }();
8773
+ })();
8774
8774
  function _typeof(e) {
8775
8775
  "@babel/helpers - typeof";
8776
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? _typeof = function(r) {
8777
- return typeof r;
8778
- } : _typeof = function(r) {
8779
- return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
8776
+ return _typeof = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
8777
+ return typeof t;
8778
+ } : function(t) {
8779
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
8780
8780
  }, _typeof(e);
8781
8781
  }
8782
- var FootageInterface = /* @__PURE__ */ function() {
8782
+ var FootageInterface = /* @__PURE__ */ (function() {
8783
8783
  var e = function(i) {
8784
8784
  var s = "", n = i.getFootageData();
8785
8785
  function a() {
@@ -8808,7 +8808,7 @@ function requireLottie() {
8808
8808
  }
8809
8809
  return i._name = "Data", i.dataInterface = t(r), i;
8810
8810
  };
8811
- }(), interfaces = {
8811
+ })(), interfaces = {
8812
8812
  layer: LayerExpressionInterface,
8813
8813
  effects: EffectsExpressionInterface,
8814
8814
  comp: CompExpressionInterface,
@@ -8819,7 +8819,7 @@ function requireLottie() {
8819
8819
  function getInterface(e) {
8820
8820
  return interfaces[e] || null;
8821
8821
  }
8822
- var expressionHelpers = /* @__PURE__ */ function() {
8822
+ var expressionHelpers = /* @__PURE__ */ (function() {
8823
8823
  function e(a, h, o) {
8824
8824
  h.x && (o.k = !0, o.x = !0, o.initiateExpression = ExpressionManager.initiateExpression, o.effectsSequence.push(o.initiateExpression(a, h, o).bind(o)));
8825
8825
  }
@@ -8864,7 +8864,7 @@ function requireLottie() {
8864
8864
  getStaticValueAtTime: s,
8865
8865
  setGroupProperty: n
8866
8866
  };
8867
- }();
8867
+ })();
8868
8868
  function addPropertyDecorator() {
8869
8869
  function e(u, _, g) {
8870
8870
  if (!this.k || !this.keyframes)
@@ -8881,13 +8881,13 @@ function requireLottie() {
8881
8881
  if (M % 2 !== 0)
8882
8882
  return this.getValueAtTime((m - (p - f) % m + f) / this.comp.globalData.frameRate, 0);
8883
8883
  } else if (u === "offset") {
8884
- var I = this.getValueAtTime(f / this.comp.globalData.frameRate, 0), k = this.getValueAtTime(c / this.comp.globalData.frameRate, 0), B = this.getValueAtTime(((p - f) % m + f) / this.comp.globalData.frameRate, 0), D = Math.floor((p - f) / m);
8884
+ var I = this.getValueAtTime(f / this.comp.globalData.frameRate, 0), k = this.getValueAtTime(c / this.comp.globalData.frameRate, 0), j = this.getValueAtTime(((p - f) % m + f) / this.comp.globalData.frameRate, 0), D = Math.floor((p - f) / m);
8885
8885
  if (this.pv.length) {
8886
8886
  for (C = new Array(I.length), b = C.length, v = 0; v < b; v += 1)
8887
- C[v] = (k[v] - I[v]) * D + B[v];
8887
+ C[v] = (k[v] - I[v]) * D + j[v];
8888
8888
  return C;
8889
8889
  }
8890
- return (k - I) * D + B;
8890
+ return (k - I) * D + j;
8891
8891
  } else if (u === "continue") {
8892
8892
  var F = this.getValueAtTime(c / this.comp.globalData.frameRate, 0), G = this.getValueAtTime((c - 1e-3) / this.comp.globalData.frameRate, 0);
8893
8893
  if (this.pv.length) {
@@ -8914,13 +8914,13 @@ function requireLottie() {
8914
8914
  if (M % 2 === 0)
8915
8915
  return this.getValueAtTime(((c - p) % m + c) / this.comp.globalData.frameRate, 0);
8916
8916
  } else if (u === "offset") {
8917
- var I = this.getValueAtTime(c / this.comp.globalData.frameRate, 0), k = this.getValueAtTime(f / this.comp.globalData.frameRate, 0), B = this.getValueAtTime((m - (c - p) % m + c) / this.comp.globalData.frameRate, 0), D = Math.floor((c - p) / m) + 1;
8917
+ var I = this.getValueAtTime(c / this.comp.globalData.frameRate, 0), k = this.getValueAtTime(f / this.comp.globalData.frameRate, 0), j = this.getValueAtTime((m - (c - p) % m + c) / this.comp.globalData.frameRate, 0), D = Math.floor((c - p) / m) + 1;
8918
8918
  if (this.pv.length) {
8919
8919
  for (C = new Array(I.length), b = C.length, v = 0; v < b; v += 1)
8920
- C[v] = B[v] - (k[v] - I[v]) * D;
8920
+ C[v] = j[v] - (k[v] - I[v]) * D;
8921
8921
  return C;
8922
8922
  }
8923
- return B - (k - I) * D;
8923
+ return j - (k - I) * D;
8924
8924
  } else if (u === "continue") {
8925
8925
  var F = this.getValueAtTime(c / this.comp.globalData.frameRate, 0), G = this.getValueAtTime((c + 1e-3) / this.comp.globalData.frameRate, 0);
8926
8926
  if (this.pv.length) {
@@ -8986,8 +8986,8 @@ function requireLottie() {
8986
8986
  } else
8987
8987
  _.translate(M * this.px.mult, I * this.py.mult, 0);
8988
8988
  } else {
8989
- var B = this.p.getValueAtTime(u);
8990
- _.translate(B[0] * this.p.mult, B[1] * this.p.mult, -B[2] * this.p.mult);
8989
+ var j = this.p.getValueAtTime(u);
8990
+ _.translate(j[0] * this.p.mult, j[1] * this.p.mult, -j[2] * this.p.mult);
8991
8991
  }
8992
8992
  return _;
8993
8993
  }
@@ -9320,8 +9320,8 @@ function requireLottie() {
9320
9320
  this.init(e);
9321
9321
  }
9322
9322
  return extendPrototype([TransformEffect], CVTransformEffect), registerRenderer("canvas", CanvasRenderer), registerRenderer("html", HybridRenderer), registerRenderer("svg", SVGRenderer), ShapeModifiers.registerModifier("tm", TrimModifier), ShapeModifiers.registerModifier("pb", PuckerAndBloatModifier), ShapeModifiers.registerModifier("rp", RepeaterModifier), ShapeModifiers.registerModifier("rd", RoundCornersModifier), ShapeModifiers.registerModifier("zz", ZigZagModifier), ShapeModifiers.registerModifier("op", OffsetPathModifier), setExpressionsPlugin(Expressions), setExpressionInterfaces(getInterface), initialize$1(), initialize(), registerEffect$1(20, SVGTintFilter, !0), registerEffect$1(21, SVGFillFilter, !0), registerEffect$1(22, SVGStrokeEffect, !1), registerEffect$1(23, SVGTritoneFilter, !0), registerEffect$1(24, SVGProLevelsFilter, !0), registerEffect$1(25, SVGDropShadowEffect, !0), registerEffect$1(28, SVGMatte3Effect, !1), registerEffect$1(29, SVGGaussianBlurEffect, !0), registerEffect$1(35, SVGTransformEffect, !1), registerEffect(35, CVTransformEffect), lottie;
9323
- });
9324
- }(lottie$1, lottie$1.exports)), lottie$1.exports;
9323
+ }));
9324
+ })(lottie$1, lottie$1.exports)), lottie$1.exports;
9325
9325
  }
9326
9326
  var hasRequiredDist;
9327
9327
  function requireDist() {
@@ -9329,16 +9329,16 @@ function requireDist() {
9329
9329
  hasRequiredDist = 1, Object.defineProperty(dist, "__esModule", {
9330
9330
  value: !0
9331
9331
  });
9332
- var e = require_extends(), t = m(e), r = requireGetPrototypeOf(), i = m(r), s = requireClassCallCheck(), n = m(s), a = requireCreateClass(), h = m(a), o = requirePossibleConstructorReturn(), l = m(o), d = requireInherits(), P = m(d), u = React__default, _ = m(u), g = /* @__PURE__ */ requirePropTypes(), p = m(g), x = requireLottie(), c = m(x);
9332
+ var e = require_extends(), t = m(e), r = requireGetPrototypeOf(), i = m(r), s = requireClassCallCheck(), n = m(s), a = requireCreateClass(), h = m(a), o = requirePossibleConstructorReturn(), l = m(o), d = requireInherits(), P = m(d), u = React__default, _ = m(u), g = /* @__PURE__ */ requirePropTypes(), p = m(g), x = /* @__PURE__ */ requireLottie(), c = m(x);
9333
9333
  function m(v) {
9334
9334
  return v && v.__esModule ? v : { default: v };
9335
9335
  }
9336
- var f = function(v) {
9336
+ var f = (function(v) {
9337
9337
  (0, P.default)(b, v);
9338
9338
  function b() {
9339
9339
  var C, M, I, k;
9340
9340
  (0, n.default)(this, b);
9341
- for (var B = arguments.length, D = Array(B), F = 0; F < B; F++)
9341
+ for (var j = arguments.length, D = Array(j), F = 0; F < j; F++)
9342
9342
  D[F] = arguments[F];
9343
9343
  return k = (M = (I = (0, l.default)(this, (C = b.__proto__ || (0, i.default)(b)).call.apply(C, [this].concat(D))), I), I.handleClickToPause = function() {
9344
9344
  I.anim.isPaused ? I.anim.play() : I.anim.pause();
@@ -9347,11 +9347,11 @@ function requireDist() {
9347
9347
  return (0, h.default)(b, [{
9348
9348
  key: "componentDidMount",
9349
9349
  value: function() {
9350
- var M = this.props, I = M.options, k = M.eventListeners, B = I.loop, D = I.autoplay, F = I.animationData, G = I.rendererSettings, L = I.segments;
9350
+ var M = this.props, I = M.options, k = M.eventListeners, j = I.loop, D = I.autoplay, F = I.animationData, G = I.rendererSettings, L = I.segments;
9351
9351
  this.options = {
9352
9352
  container: this.el,
9353
9353
  renderer: "svg",
9354
- loop: B !== !1,
9354
+ loop: j !== !1,
9355
9355
  autoplay: D !== !1,
9356
9356
  segments: L !== !1,
9357
9357
  animationData: F,
@@ -9427,12 +9427,12 @@ function requireDist() {
9427
9427
  }, {
9428
9428
  key: "render",
9429
9429
  value: function() {
9430
- var M = this, I = this.props, k = I.width, B = I.height, D = I.ariaRole, F = I.ariaLabel, G = I.isClickToPauseDisabled, L = I.title, R = function(S) {
9430
+ var M = this, I = this.props, k = I.width, j = I.height, D = I.ariaRole, F = I.ariaLabel, G = I.isClickToPauseDisabled, L = I.title, R = function(S) {
9431
9431
  var A = void 0;
9432
9432
  return typeof S == "number" ? A = S + "px" : A = S || "100%", A;
9433
9433
  }, E = (0, t.default)({
9434
9434
  width: R(k),
9435
- height: R(B),
9435
+ height: R(j),
9436
9436
  overflow: "hidden",
9437
9437
  margin: "0 auto",
9438
9438
  outline: "none"
@@ -9456,7 +9456,7 @@ function requireDist() {
9456
9456
  );
9457
9457
  }
9458
9458
  }]), b;
9459
- }(_.default.Component);
9459
+ })(_.default.Component);
9460
9460
  return dist.default = f, f.propTypes = {
9461
9461
  eventListeners: p.default.arrayOf(p.default.object),
9462
9462
  options: p.default.object.isRequired,
@@ -9487,4 +9487,4 @@ export {
9487
9487
  getDefaultExportFromCjs as g,
9488
9488
  requireDist as r
9489
9489
  };
9490
- //# sourceMappingURL=react-lottie-DygynGMG.js.map
9490
+ //# sourceMappingURL=react-lottie-BoWlnUa4.js.map