react-feedback-surveys 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,101 +1,106 @@
1
- import { jsx as a, jsxs as m, Fragment as B } from "react/jsx-runtime";
1
+ import { jsx as a, jsxs as m, Fragment as H } from "react/jsx-runtime";
2
2
  import * as e from "react";
3
- import { useId as H, useState as S, useCallback as y, useMemo as W } from "react";
4
- function s(...t) {
5
- const l = [], o = (r) => {
6
- r && (typeof r == "string" ? l.push(r) : Array.isArray(r) ? r.forEach(o) : typeof r == "object" && Object.entries(r).forEach(([i, n]) => {
7
- n && l.push(i);
3
+ import { useId as R, useState as g, useCallback as b, useMemo as J } from "react";
4
+ function i(...t) {
5
+ const n = [], o = (r) => {
6
+ r && (typeof r == "string" ? n.push(r) : Array.isArray(r) ? r.forEach(o) : typeof r == "object" && Object.entries(r).forEach(([s, l]) => {
7
+ l && n.push(s);
8
8
  }));
9
9
  };
10
- return t.forEach(o), l.join(" ");
10
+ return t.forEach(o), n.join(" ");
11
11
  }
12
- const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1", X = "_topLeft_1xl92_29", Z = "_top_1xl92_29", ee = "_topRight_1xl92_38", te = "_right_1xl92_43", ae = "_bottomRight_1xl92_49", re = "_bottom_1xl92_49", ne = "_bottomLeft_1xl92_58", le = "_left_1xl92_63", oe = "_content_1xl92_67", se = "_close_1xl92_72", v = {
13
- base: Y,
14
- animated: J,
15
- fadeForward: Q,
16
- topLeft: X,
17
- top: Z,
18
- topRight: ee,
19
- right: te,
20
- bottomRight: ae,
21
- bottom: re,
22
- bottomLeft: ne,
23
- left: le,
24
- content: oe,
25
- close: se
26
- }, O1 = ({
12
+ const Q = "_base_e6url_1", X = "_animated_e6url_16", Z = "_fadeForward_e6url_1", ee = "_topLeft_e6url_31", te = "_top_e6url_31", ae = "_topRight_e6url_40", re = "_right_e6url_45", ne = "_bottomRight_e6url_51", le = "_bottom_e6url_51", oe = "_bottomLeft_e6url_60", ie = "_left_e6url_65", se = "_content_e6url_69", ce = "_close_e6url_79", T = {
13
+ base: Q,
14
+ animated: X,
15
+ fadeForward: Z,
16
+ topLeft: ee,
17
+ top: te,
18
+ topRight: ae,
19
+ right: re,
20
+ bottomRight: ne,
21
+ bottom: le,
22
+ bottomLeft: oe,
23
+ left: ie,
24
+ content: se,
25
+ close: ce
26
+ }, G1 = ({
27
27
  animated: t = !0,
28
- className: l,
28
+ className: n,
29
29
  classNames: o,
30
30
  children: r,
31
- placement: i = "bottomRight",
32
- onClose: n
33
- }) => /* @__PURE__ */ a("div", { className: s(v.base, { [v.animated]: t }, v[i], l, o?.base), children: /* @__PURE__ */ m("div", { className: s(v.content, o?.content), children: [
31
+ placement: s = "bottomRight",
32
+ onClose: l
33
+ }) => /* @__PURE__ */ a("div", { className: i(T.base, { [T.animated]: t }, T[s], n, o?.base), children: /* @__PURE__ */ m("div", { className: i(T.content, o?.content), children: [
34
34
  r,
35
35
  /* @__PURE__ */ a(
36
36
  "button",
37
37
  {
38
38
  "aria-label": "Close survey",
39
- className: s(v.close, o?.close),
39
+ className: i(T.close, o?.close),
40
40
  title: "Close survey",
41
41
  type: "button",
42
- onClick: n
42
+ onClick: l
43
43
  }
44
44
  )
45
- ] }) }), ie = "_choices_1y2fs_1", ce = "_choice_1y2fs_1", pe = "_label_1y2fs_12", fe = "_sr_1y2fs_21", de = "_checkbox_1y2fs_33", _e = "_check_1y2fs_33", me = "_input_1y2fs_70", Ee = "_textarea_1y2fs_75", ue = "_submit_1y2fs_97", x = {
46
- choices: ie,
47
- choice: ce,
48
- label: pe,
49
- sr: fe,
50
- checkbox: de,
51
- check: _e,
52
- input: me,
53
- textarea: Ee,
54
- submit: ue
55
- }, be = ({
45
+ ] }) }), pe = "_choices_1fbp9_1", fe = "_choice_1fbp9_1", de = "_label_1fbp9_12", _e = "_sr_1fbp9_21", me = "_checkbox_1fbp9_33", Ee = "_check_1fbp9_33", ue = "_input_1fbp9_70", be = "_textarea_1fbp9_75", ye = "_invalid_1fbp9_96", he = "_submit_1fbp9_101", x = {
46
+ choices: pe,
47
+ choice: fe,
48
+ label: de,
49
+ sr: _e,
50
+ checkbox: me,
51
+ check: Ee,
52
+ input: ue,
53
+ textarea: be,
54
+ invalid: ye,
55
+ submit: he
56
+ }, Ce = ({
56
57
  buttonLabel: t = "Submit",
57
- responseType: l,
58
+ responseType: n,
58
59
  choiceOptions: o,
59
60
  onSubmit: r
60
61
  }) => {
61
- const i = H(), [n, c] = S(""), [p, d] = S([]), _ = y((b) => {
62
- b.stopPropagation();
63
- }, []), f = y((b) => {
64
- c(b.currentTarget.value);
65
- }, []), u = y((b) => {
66
- const { value: q, checked: K } = b.currentTarget;
67
- d((L) => K ? [...L, q] : L.filter((V) => V !== q));
68
- }, []), C = y((b) => {
69
- b.preventDefault();
70
- const q = n.trim();
71
- if (l === "choices") {
72
- r?.([...p, q].filter(Boolean));
62
+ const s = R(), [l, c] = g(""), [p, d] = g([]), [_, f] = g(!1), E = b((h) => {
63
+ h.stopPropagation();
64
+ }, []), C = b((h) => {
65
+ c(h.currentTarget.value), _ && f(!1);
66
+ }, [_]), y = b((h) => {
67
+ const { value: w, checked: W } = h.currentTarget;
68
+ d((D) => W ? [...D, w] : D.filter((Y) => Y !== w));
69
+ }, []), u = b((h) => {
70
+ h.preventDefault();
71
+ const w = l.trim();
72
+ if (n === "choices") {
73
+ r?.([...p, w].filter(Boolean));
74
+ return;
75
+ }
76
+ if (n === "text" && !w) {
77
+ f(!0);
73
78
  return;
74
79
  }
75
- r?.(n.trim());
80
+ r?.(l.trim());
76
81
  }, [
77
- n,
78
82
  l,
83
+ n,
79
84
  p,
80
85
  r
81
86
  ]);
82
- if (!l)
87
+ if (!n)
83
88
  return null;
84
- const h = `${i}-feedback-textarea`, E = `${i}-feedback-input`, g = `${i}-feedback-choices`;
89
+ const U = `${s}-feedback-textarea`, v = `${s}-feedback-input`, B = `${s}-feedback-choices`;
85
90
  return /* @__PURE__ */ m(
86
91
  "form",
87
92
  {
93
+ "aria-label": "Feedback form",
88
94
  className: x.base,
89
95
  noValidate: !0,
90
- onSubmit: C,
91
- "aria-label": "Feedback form",
96
+ onSubmit: u,
92
97
  children: [
93
- l === "choices" && /* @__PURE__ */ a(
98
+ n === "choices" && /* @__PURE__ */ a(
94
99
  "div",
95
100
  {
96
- id: g,
97
101
  className: x.choices,
98
- children: o?.map((b) => /* @__PURE__ */ a(
102
+ id: B,
103
+ children: o?.map((h) => /* @__PURE__ */ a(
99
104
  "div",
100
105
  {
101
106
  className: x.choice,
@@ -103,29 +108,29 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
103
108
  /* @__PURE__ */ a(
104
109
  "input",
105
110
  {
111
+ "aria-label": h,
106
112
  className: x.checkbox,
107
- checked: p.includes(b),
113
+ checked: p.includes(h),
108
114
  name: "feedback",
109
115
  type: "checkbox",
110
- value: b,
111
- onChange: u,
112
- onKeyDown: _,
113
- "aria-label": b
116
+ value: h,
117
+ onChange: y,
118
+ onKeyDown: E
114
119
  }
115
120
  ),
116
121
  /* @__PURE__ */ a("span", { className: x.check, "aria-hidden": "true" }),
117
- b
122
+ h
118
123
  ] })
119
124
  },
120
- b
125
+ h
121
126
  ))
122
127
  }
123
128
  ),
124
- l === "choices" && /* @__PURE__ */ m(B, { children: [
129
+ n === "choices" && /* @__PURE__ */ m(H, { children: [
125
130
  /* @__PURE__ */ a(
126
131
  "label",
127
132
  {
128
- htmlFor: E,
133
+ htmlFor: v,
129
134
  className: x.sr,
130
135
  children: "Additional feedback"
131
136
  }
@@ -133,23 +138,23 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
133
138
  /* @__PURE__ */ a(
134
139
  "input",
135
140
  {
136
- id: E,
137
- name: "feedback",
138
- value: n,
139
- maxLength: 1e3,
141
+ "aria-label": "Additional feedback",
142
+ "aria-describedby": B,
140
143
  className: x.input,
144
+ id: v,
145
+ maxLength: 1e3,
146
+ name: "feedback",
141
147
  placeholder: "Other",
142
- onChange: f,
143
- "aria-label": "Additional feedback",
144
- "aria-describedby": g
148
+ value: l,
149
+ onChange: C
145
150
  }
146
151
  )
147
152
  ] }),
148
- l === "text" && /* @__PURE__ */ m(B, { children: [
153
+ n === "text" && /* @__PURE__ */ m(H, { children: [
149
154
  /* @__PURE__ */ a(
150
155
  "label",
151
156
  {
152
- htmlFor: h,
157
+ htmlFor: U,
153
158
  className: x.sr,
154
159
  children: "Your feedback"
155
160
  }
@@ -159,14 +164,15 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
159
164
  {
160
165
  "aria-label": "Your feedback",
161
166
  "aria-required": "true",
162
- className: x.textarea,
163
- id: h,
167
+ "aria-invalid": _,
168
+ className: `${x.textarea} ${_ ? x.invalid : ""}`,
169
+ id: U,
164
170
  maxLength: 1e3,
165
171
  name: "feedback",
166
172
  rows: 4,
167
- value: n,
168
- onChange: f,
169
- onKeyDown: _
173
+ value: l,
174
+ onChange: C,
175
+ onKeyDown: E
170
176
  }
171
177
  )
172
178
  ] }),
@@ -181,46 +187,46 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
181
187
  ]
182
188
  }
183
189
  );
184
- }, ye = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#ffb636", d: "M378.6 355.6 45 500.7a26.8 26.8 0 0 1-34.9-34.5L156 127.5" }), /* @__PURE__ */ e.createElement("path", { fill: "#ffd469", d: "m10.2 466.2 11.6-27 3-4.5c57.6-87.7 116-175 176.5-260.8l67.7 69.5C218 278.5 52 450 17.1 495.6a26.4 26.4 0 0 1-6.9-29.4z" }), /* @__PURE__ */ e.createElement("path", { fill: "#a06c33", d: "M304.4 204.4c61.8 61.9 95.7 128.3 75.5 148.5-20 20-86.5-13.7-148.4-75.6S135.8 149 156 128.9s86.5 13.7 148.4 75.5z" }), /* @__PURE__ */ e.createElement("path", { fill: "#f7f9aa", d: "M155.6 327.6a10.9 10.9 0 1 1-21.8 0 10.9 10.9 0 0 1 21.8 0z" }), /* @__PURE__ */ e.createElement("path", { fill: "#ffb636", d: "M502 213.2a15.6 15.6 0 1 1-31.3 0 15.6 15.6 0 0 1 31.3 0zm-104.3 208a15.6 15.6 0 1 0 0 31.2 15.6 15.6 0 0 0 0-31.2z" }), /* @__PURE__ */ e.createElement("path", { fill: "#bea4ff", d: "M356 79.5c-1.4 9-7.2 17-16.1 22a43.1 43.1 0 0 1-28 4.6c-5.2-.8-10.5 0-14.5 2.2-1.7 1-4.8 3.1-5.3 6.4-.5 3.4 1.8 6.3 3.2 7.7 3.1 3.2 7.8 5.4 12.9 6.2h.4c21.6 3.3 37 20.4 34.4 38.3-1.3 9-7.2 17-16 22a43.1 43.1 0 0 1-28 4.5c-5.2-.7-10.5 0-14.5 2.2-1.7 1-4.8 3.1-5.3 6.5-.8 5.3 5.8 12.4 16.5 14a10.6 10.6 0 0 1-3.1 21c-21.6-3.2-37-20.3-34.4-38.2 1.3-9 7.2-17 16-22 8-4.4 18-6 28-4.5 5.2.7 10.5 0 14.5-2.2 1.7-1 4.8-3.1 5.3-6.5.7-5.2-5.6-12.1-16-13.9h-.5c-10-1.5-19-6-25.4-12.5a30.5 30.5 0 0 1-9-25.7c1.3-9 7.2-17 16-22 8.1-4.4 18-6 28-4.6 5.3.8 10.5 0 14.5-2.2 1.8-1 4.8-3 5.3-6.4.5-3.3-1.8-6.2-3.2-7.7-3.2-3.2-8-5.5-13.3-6.3a10.6 10.6 0 0 1 3.1-21c10 1.4 19 5.9 25.4 12.4 7.1 7.3 10.4 16.7 9 25.7z" }), /* @__PURE__ */ e.createElement("path", { fill: "#ff6e83", d: "M81.7 159.7a17.7 17.7 0 1 1-35.4 0 17.7 17.7 0 0 1 35.4 0zm316.5-20.5a20.5 20.5 0 1 0 0 41 20.5 20.5 0 0 0 0-41zM215.5 396a20.5 20.5 0 1 0 0 40.9 20.5 20.5 0 0 0 0-40.9zm271.3-93.6c3.1-6 .8-13.4-5.2-16.5-2.4-1.2-5.3-2.9-8.6-4.8-29-16.6-89.3-51.2-160.3 6.2a12.2 12.2 0 1 0 15.3 19c58-47 105-20 132.9-4 3.4 2 6.6 3.8 9.5 5.3a12.2 12.2 0 0 0 16.4-5.2z" }), /* @__PURE__ */ e.createElement("path", { fill: "#59cafc", d: "M434.8 62.8a10.9 10.9 0 1 1-21.7 0 10.9 10.9 0 0 1 21.7 0zm-388.5-51a10.9 10.9 0 1 0 0 21.9 10.9 10.9 0 0 0 0-21.8zM217 154c1.2-2.5 2.8-5.2 4.4-8.1 8.1-14.8 19.3-35 20-58.6.8-28.3-14-54-43.9-76.4a11.7 11.7 0 1 0-14 18.8c23.7 17.8 35 36.4 34.4 57-.5 17.8-9.7 34.5-17 47.8-1.8 3.1-3.4 6-4.8 8.8a11.7 11.7 0 0 0 21 10.7z" })), he = "_base_1ilpx_1", Ce = "_icon_1ilpx_6", D = {
185
- base: he,
186
- icon: Ce
187
- }, xe = () => /* @__PURE__ */ a("div", { className: D.base, children: /* @__PURE__ */ a(
188
- ye,
190
+ }, xe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#ffb636", d: "M378.6 355.6 45 500.7a26.8 26.8 0 0 1-34.9-34.5L156 127.5" }), /* @__PURE__ */ e.createElement("path", { fill: "#ffd469", d: "m10.2 466.2 11.6-27 3-4.5c57.6-87.7 116-175 176.5-260.8l67.7 69.5C218 278.5 52 450 17.1 495.6a26.4 26.4 0 0 1-6.9-29.4z" }), /* @__PURE__ */ e.createElement("path", { fill: "#a06c33", d: "M304.4 204.4c61.8 61.9 95.7 128.3 75.5 148.5-20 20-86.5-13.7-148.4-75.6S135.8 149 156 128.9s86.5 13.7 148.4 75.5z" }), /* @__PURE__ */ e.createElement("path", { fill: "#f7f9aa", d: "M155.6 327.6a10.9 10.9 0 1 1-21.8 0 10.9 10.9 0 0 1 21.8 0z" }), /* @__PURE__ */ e.createElement("path", { fill: "#ffb636", d: "M502 213.2a15.6 15.6 0 1 1-31.3 0 15.6 15.6 0 0 1 31.3 0zm-104.3 208a15.6 15.6 0 1 0 0 31.2 15.6 15.6 0 0 0 0-31.2z" }), /* @__PURE__ */ e.createElement("path", { fill: "#bea4ff", d: "M356 79.5c-1.4 9-7.2 17-16.1 22a43.1 43.1 0 0 1-28 4.6c-5.2-.8-10.5 0-14.5 2.2-1.7 1-4.8 3.1-5.3 6.4-.5 3.4 1.8 6.3 3.2 7.7 3.1 3.2 7.8 5.4 12.9 6.2h.4c21.6 3.3 37 20.4 34.4 38.3-1.3 9-7.2 17-16 22a43.1 43.1 0 0 1-28 4.5c-5.2-.7-10.5 0-14.5 2.2-1.7 1-4.8 3.1-5.3 6.5-.8 5.3 5.8 12.4 16.5 14a10.6 10.6 0 0 1-3.1 21c-21.6-3.2-37-20.3-34.4-38.2 1.3-9 7.2-17 16-22 8-4.4 18-6 28-4.5 5.2.7 10.5 0 14.5-2.2 1.7-1 4.8-3.1 5.3-6.5.7-5.2-5.6-12.1-16-13.9h-.5c-10-1.5-19-6-25.4-12.5a30.5 30.5 0 0 1-9-25.7c1.3-9 7.2-17 16-22 8.1-4.4 18-6 28-4.6 5.3.8 10.5 0 14.5-2.2 1.8-1 4.8-3 5.3-6.4.5-3.3-1.8-6.2-3.2-7.7-3.2-3.2-8-5.5-13.3-6.3a10.6 10.6 0 0 1 3.1-21c10 1.4 19 5.9 25.4 12.4 7.1 7.3 10.4 16.7 9 25.7z" }), /* @__PURE__ */ e.createElement("path", { fill: "#ff6e83", d: "M81.7 159.7a17.7 17.7 0 1 1-35.4 0 17.7 17.7 0 0 1 35.4 0zm316.5-20.5a20.5 20.5 0 1 0 0 41 20.5 20.5 0 0 0 0-41zM215.5 396a20.5 20.5 0 1 0 0 40.9 20.5 20.5 0 0 0 0-40.9zm271.3-93.6c3.1-6 .8-13.4-5.2-16.5-2.4-1.2-5.3-2.9-8.6-4.8-29-16.6-89.3-51.2-160.3 6.2a12.2 12.2 0 1 0 15.3 19c58-47 105-20 132.9-4 3.4 2 6.6 3.8 9.5 5.3a12.2 12.2 0 0 0 16.4-5.2z" }), /* @__PURE__ */ e.createElement("path", { fill: "#59cafc", d: "M434.8 62.8a10.9 10.9 0 1 1-21.7 0 10.9 10.9 0 0 1 21.7 0zm-388.5-51a10.9 10.9 0 1 0 0 21.9 10.9 10.9 0 0 0 0-21.8zM217 154c1.2-2.5 2.8-5.2 4.4-8.1 8.1-14.8 19.3-35 20-58.6.8-28.3-14-54-43.9-76.4a11.7 11.7 0 1 0-14 18.8c23.7 17.8 35 36.4 34.4 57-.5 17.8-9.7 34.5-17 47.8-1.8 3.1-3.4 6-4.8 8.8a11.7 11.7 0 0 0 21 10.7z" })), ge = "_base_1ilpx_1", Ue = "_icon_1ilpx_6", P = {
191
+ base: ge,
192
+ icon: Ue
193
+ }, Oe = () => /* @__PURE__ */ a("div", { className: P.base, children: /* @__PURE__ */ a(
194
+ xe,
189
195
  {
190
196
  "aria-hidden": "true",
191
- className: D.icon,
197
+ className: P.icon,
192
198
  width: 84,
193
199
  height: 84
194
200
  }
195
- ) }), ge = "_base_1mrao_1", Ue = "_head_1mrao_7", Oe = "_title_1mrao_13", G = {
196
- base: ge,
197
- head: Ue,
198
- title: Oe
199
- }, j = ({
201
+ ) }), Se = "_base_rnauy_1", Me = "_head_rnauy_7", Ge = "_title_rnauy_13", G = {
202
+ base: Se,
203
+ head: Me,
204
+ title: Ge
205
+ }, I = ({
200
206
  children: t,
201
- className: l,
207
+ className: n,
202
208
  classNames: o,
203
209
  question: r,
204
- textQuestion: i,
205
- textButtonLabel: n,
210
+ textQuestion: s,
211
+ textButtonLabel: l,
206
212
  responseType: c,
207
213
  choiceOptions: p,
208
214
  thankYouMessage: d,
209
215
  screen: _,
210
216
  onFeedback: f
211
217
  }) => {
212
- const u = H();
213
- return /* @__PURE__ */ m("div", { className: s(G.base, l, o?.base), children: [
214
- /* @__PURE__ */ a("div", { className: s(G.head, o?.head), children: /* @__PURE__ */ m(
218
+ const E = R();
219
+ return /* @__PURE__ */ m("div", { className: i(G.base, n, o?.base), children: [
220
+ /* @__PURE__ */ a("div", { className: i(G.head, o?.head), children: /* @__PURE__ */ m(
215
221
  "div",
216
222
  {
217
223
  "aria-level": 2,
218
- id: u,
219
- className: s(G.title, o?.title),
224
+ id: E,
225
+ className: i(G.title, o?.title),
220
226
  role: "heading",
221
227
  children: [
222
228
  _ === "main" && r,
223
- _ === "feedback" && i,
229
+ _ === "feedback" && s,
224
230
  _ === "success" && d
225
231
  ]
226
232
  }
@@ -229,8 +235,8 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
229
235
  "div",
230
236
  {
231
237
  "aria-label": "Rating selection",
232
- "aria-labelledby": u,
233
- className: s(G.body, o?.body),
238
+ "aria-labelledby": E,
239
+ className: i(G.body, o?.body),
234
240
  role: "region",
235
241
  children: t
236
242
  }
@@ -239,13 +245,13 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
239
245
  "div",
240
246
  {
241
247
  "aria-label": "Feedback form",
242
- "aria-labelledby": u,
243
- className: s(G.body, o?.body),
248
+ "aria-labelledby": E,
249
+ className: i(G.body, o?.body),
244
250
  role: "region",
245
251
  children: /* @__PURE__ */ a(
246
- be,
252
+ Ce,
247
253
  {
248
- buttonLabel: n,
254
+ buttonLabel: l,
249
255
  choiceOptions: p,
250
256
  responseType: c,
251
257
  onSubmit: f
@@ -259,46 +265,46 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
259
265
  "aria-atomic": "true",
260
266
  "aria-live": "polite",
261
267
  "aria-label": d,
262
- "aria-labelledby": u,
263
- className: s(G.body, o?.body),
268
+ "aria-labelledby": E,
269
+ className: i(G.body, o?.body),
264
270
  tabIndex: -1,
265
271
  role: "status",
266
- children: /* @__PURE__ */ a(xe, {})
272
+ children: /* @__PURE__ */ a(Oe, {})
267
273
  }
268
274
  )
269
275
  ] });
270
276
  }, A = ({
271
277
  responseType: t,
272
- onScoreSubmit: l,
278
+ onScoreSubmit: n,
273
279
  onFeedbackSubmit: o
274
280
  }) => {
275
- const [r, i] = S(), [n, c] = S(null), [p, d] = S(!1), [_, f] = S(!1), u = W(() => p ? "success" : typeof r == "number" ? "feedback" : "main", [
281
+ const [r, s] = g(), [l, c] = g(null), [p, d] = g(!1), [_, f] = g(!1), E = J(() => p ? "success" : typeof r == "number" ? "feedback" : "main", [
276
282
  r,
277
283
  p
278
- ]), C = y(async (E) => {
279
- if (i(E), c(null), l) {
284
+ ]), C = b(async (u) => {
285
+ if (s(u), c(null), n) {
280
286
  f(!0);
281
287
  try {
282
- await l({ value: E }), d(!t);
283
- } catch (g) {
284
- c(g instanceof Error ? g : new Error("Failed to submit"));
288
+ await n({ value: u }), d(!t);
289
+ } catch (U) {
290
+ c(U instanceof Error ? U : new Error("Failed to submit"));
285
291
  } finally {
286
292
  f(!1);
287
293
  }
288
294
  } else
289
295
  d(!t);
290
- }, [t, l]), h = y(async (E) => {
291
- if (!E?.length)
296
+ }, [t, n]), y = b(async (u) => {
297
+ if (!u?.length)
292
298
  return;
293
299
  c(null);
294
- const g = Array.isArray(E) ? E.join(`;
295
- `) : E;
300
+ const U = Array.isArray(u) ? u.join(`;
301
+ `) : u;
296
302
  if (o) {
297
303
  f(!0);
298
304
  try {
299
- await o({ value: r, comment: g }), d(!0);
300
- } catch (b) {
301
- c(b instanceof Error ? b : new Error("Failed to submit"));
305
+ await o({ value: r, comment: U }), d(!0);
306
+ } catch (v) {
307
+ c(v instanceof Error ? v : new Error("Failed to submit"));
302
308
  } finally {
303
309
  f(!1);
304
310
  }
@@ -306,54 +312,54 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
306
312
  d(!0);
307
313
  }, [r, o]);
308
314
  return {
309
- error: n,
315
+ error: l,
310
316
  value: r,
311
- screen: u,
317
+ screen: E,
312
318
  isLoading: _,
313
319
  isSuccess: p,
314
320
  onScoreChange: C,
315
- onFeedbackChange: h
321
+ onFeedbackChange: y
316
322
  };
317
- }, Se = "_base_15ezr_1", Me = "_label_15ezr_7", I = {
318
- base: Se,
319
- label: Me
323
+ }, ve = "_base_1o2c3_1", we = "_label_1o2c3_7", L = {
324
+ base: ve,
325
+ label: we
320
326
  }, M = ({
321
327
  className: t,
322
- labelLeft: l,
328
+ labelLeft: n,
323
329
  labelRight: o
324
- }) => /* @__PURE__ */ m("div", { className: s(I.base, t), children: [
325
- /* @__PURE__ */ a("div", { className: I.label, children: l }),
326
- /* @__PURE__ */ a("div", { className: I.label, children: o })
327
- ] }), P = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16822)", d: "M19.66 27.32s3.73-.02 5.01 2.95q.14.29.15.6c.04.4-.25.83-.97.56a14 14 0 0 0-4.2-.68c-1.09 0-3.05.23-4.19.68-.7.27-1-.15-.97-.56q.03-.32.15-.6c1.28-2.96 5.02-2.95 5.02-2.95" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16822)", d: "M14.12 24.56c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16822)", d: "M13.44 21c1.01 0 1.86 1.04 2.1 2.45q.31-.66.32-1.5c0-1.46-.78-2.63-1.74-2.63-.83 0-1.52.88-1.69 2.06q.46-.37 1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16822)", d: "M12.27 15.56c-1.55 0-2.88 1.79-1.14 2.06 1.73.28 4.89 1.77 6.22 2.8.1.12.49.08.46-.23 0-1.18-3.65-4.63-5.54-4.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16822)", d: "M19.66 28.3s3.04-.01 5.11 2.32l-.1-.34c-1.29-2.97-5.02-2.95-5.02-2.95s-3.74-.02-5.02 2.95q-.07.17-.1.34c2.08-2.33 5.13-2.32 5.13-2.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16822)", d: "M25.88 24.56c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16822)", d: "M26.56 21c-1 0-1.86 1.04-2.1 2.45q-.31-.66-.32-1.5c0-1.46.78-2.63 1.74-2.63.83 0 1.52.88 1.69 2.06a1.6 1.6 0 0 0-1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16822)", d: "M27.73 15.56c1.55 0 2.88 1.79 1.14 2.06a18 18 0 0 0-6.22 2.8c-.1.12-.49.08-.46-.23 0-1.18 3.65-4.63 5.54-4.63" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.94 0 0 2.1 19.65 29.42)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 22)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(106 4.96 20.92)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16822", x1: 14.14, x2: 14.14, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16822", x1: 14.06, x2: 14.06, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16822", x1: 19.65, x2: 19.65, y1: 26.03, y2: 28.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16822", x1: 25.86, x2: 25.86, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16822", x1: 25.94, x2: 25.94, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), R = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_radial_15759_16856)", d: "m32.4 25.99.04-.3a.8.8 0 0 0-.55-.74 1 1 0 0 0-.53-.02 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75q0 .17.04.35l.2.84.17.51c1.26 2.95 4.55 8.13 12.04 8.13s10.77-5.2 12.04-8.14l.15-.45z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16856)", d: "M20 34.7c2.9 0 5.13-.84 6.83-2.02A16 16 0 0 0 20 31.25c-2.71 0-4.97.56-6.84 1.44 1.71 1.18 3.94 2 6.84 2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16856)", d: "m32.2 26.89.2-.87.03-.34a.85.85 0 0 0-1.08-.75 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75l.03.35.2.86q.07.23.17.49c.5 1.2 1.35 2.75 2.66 4.17-1.23-1.46.28-2.26 2.99-1.93s6.39.34 6.39.34 3.69-.01 6.39-.34 4.22.48 3 1.93a15 15 0 0 0 2.65-4.17q.1-.26.16-.5" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16856)", d: "M20 27.3q-5.86 0-11.46-1.55l.04.5c.1.97.8 1.77 1.75 1.98a45 45 0 0 0 20.07-.16c.5-.13.87-.55.93-1.07l.12-1.24A43 43 0 0 1 20 27.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_radial_15759_16856)", d: "M14.38 9.25c3.35 2.22 3.4 7.1 1.76 9.23-1.8 2.35-3.7 2.49-7.93 2.1 3.07 1.67 6.94 2.12 6.94 2.12s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-3.54-2.28", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_radial_15759_16856)", d: "M9.6 12.77c.72.67.45 2.17-.63 3.34S6.43 17.67 5.7 17c-.73-.68-.46-2.17.62-3.34s2.54-1.57 3.28-.9", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_radial_15759_16856)", d: "M13.63 10.12c.76.33.95 1.58.42 2.8-.53 1.2-1.56 1.9-2.33 1.58-.76-.33-.94-1.58-.42-2.8.53-1.2 1.57-1.9 2.33-1.58", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16856)", d: "M13.25 10.52c2.06-.2 4.96 1.66 3.57 6.25-.84 2.75-2.26 4.6-4.84 5.29 1.79.5 3.18.66 3.18.66s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-7.4.92s1.21-1.8 2.72-1.95", opacity: 0.32 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_radial_15759_16856)", d: "M34.73 13.2c.56 3.99-3.07 7.26-5.75 7.45-2.96.22-4.31-1.12-6.83-4.54.77 3.4 3 6.61 3 6.61s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-.62-4.18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16856)", d: "M28.91 11.96c-.02 1-1.33 1.79-2.91 1.75-1.59-.03-2.86-.86-2.85-1.87.02-1 1.33-1.78 2.91-1.75 1.6.03 2.87.87 2.85 1.87", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16856)", d: "M33.58 13.23c.26.79-.55 1.75-1.8 2.16-1.25.4-2.48.1-2.73-.69-.26-.79.55-1.75 1.8-2.16 1.24-.41 2.47-.1 2.73.69", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16856)", d: "M33.03 13.2c1.52 1.4 2.03 4.8-2.32 6.81-2.61 1.2-4.94 1.35-7.17-.11.81 1.66 1.62 2.82 1.62 2.82s8.25-.99 10.2-5.33a3.91 3.91 0 0 0-5.6-4.93s2.17-.29 3.27.73", opacity: 0.32 }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.02 5.15 -3.76 5.85 10 20.16)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(147 12.04 14.48)scale(9.53 6.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint4_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 30.2)scale(9.56)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(7.61 0 0 2.3 20.14 33.39)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 27.51)scale(20.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#a9bcbe" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint9_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.68 -7.74 6.14 4.5 9.43 14.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint10_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint11_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-51 25.15 -7.08)scale(8.14 4.02)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint12_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2 -2.08 1.3 1.25 7.64 14.9)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint13_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-65 16 -3.77)scale(2.4 1.49)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint15_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint16_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(9.56 -.88 .7 7.58 27.64 12.85)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.13 -.3 .15 4.02 29.22 18.45)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.89 .12 -.08 1.8 26.04 11.91)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.3 -.69 .43 1.43 31.33 13.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16856", x1: 32.3, x2: 7.85, y1: 28.23, y2: 28.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#512d00" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#3c2200" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16856", x1: 18.6, x2: 12.19, y1: 26.74, y2: 9.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16856", x1: 24.43, x2: 33.3, y1: 27.96, y2: 11.54, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })))), Ge = "_list_dm3po_1", ve = "_icon_dm3po_7", we = "_button_dm3po_12", w = {
328
- list: Ge,
329
- icon: ve,
330
- button: we
331
- }, Te = ({
330
+ }) => /* @__PURE__ */ m("div", { className: i(L.base, t), children: [
331
+ /* @__PURE__ */ a("div", { className: L.label, children: n }),
332
+ /* @__PURE__ */ a("div", { className: L.label, children: o })
333
+ ] }), K = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16822)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16822)", d: "M19.66 27.32s3.73-.02 5.01 2.95q.14.29.15.6c.04.4-.25.83-.97.56a14 14 0 0 0-4.2-.68c-1.09 0-3.05.23-4.19.68-.7.27-1-.15-.97-.56q.03-.32.15-.6c1.28-2.96 5.02-2.95 5.02-2.95" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16822)", d: "M14.12 24.56c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16822)", d: "M13.44 21c1.01 0 1.86 1.04 2.1 2.45q.31-.66.32-1.5c0-1.46-.78-2.63-1.74-2.63-.83 0-1.52.88-1.69 2.06q.46-.37 1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16822)", d: "M12.27 15.56c-1.55 0-2.88 1.79-1.14 2.06 1.73.28 4.89 1.77 6.22 2.8.1.12.49.08.46-.23 0-1.18-3.65-4.63-5.54-4.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16822)", d: "M19.66 28.3s3.04-.01 5.11 2.32l-.1-.34c-1.29-2.97-5.02-2.95-5.02-2.95s-3.74-.02-5.02 2.95q-.07.17-.1.34c2.08-2.33 5.13-2.32 5.13-2.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16822)", d: "M25.88 24.56c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16822)", d: "M26.56 21c-1 0-1.86 1.04-2.1 2.45q-.31-.66-.32-1.5c0-1.46.78-2.63 1.74-2.63.83 0 1.52.88 1.69 2.06a1.6 1.6 0 0 0-1-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16822)", d: "M27.73 15.56c1.55 0 2.88 1.79 1.14 2.06a18 18 0 0 0-6.22 2.8c-.1.12-.49.08-.46-.23 0-1.18 3.65-4.63 5.54-4.63" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.94 0 0 2.1 19.65 29.42)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 22)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16822", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(106 4.96 20.92)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16822", x1: 14.14, x2: 14.14, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16822", x1: 14.06, x2: 14.06, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16822", x1: 19.65, x2: 19.65, y1: 26.03, y2: 28.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16822", x1: 25.86, x2: 25.86, y1: 20.12, y2: 22.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16822", x1: 25.94, x2: 25.94, y1: 21.79, y2: 16.35, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), V = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16856)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_radial_15759_16856)", d: "m32.4 25.99.04-.3a.8.8 0 0 0-.55-.74 1 1 0 0 0-.53-.02 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75q0 .17.04.35l.2.84.17.51c1.26 2.95 4.55 8.13 12.04 8.13s10.77-5.2 12.04-8.14l.15-.45z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16856)", d: "M20 34.7c2.9 0 5.13-.84 6.83-2.02A16 16 0 0 0 20 31.25c-2.71 0-4.97.56-6.84 1.44 1.71 1.18 3.94 2 6.84 2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16856)", d: "m32.2 26.89.2-.87.03-.34a.85.85 0 0 0-1.08-.75 42.4 42.4 0 0 1-22.72 0 .85.85 0 0 0-1.08.75l.03.35.2.86q.07.23.17.49c.5 1.2 1.35 2.75 2.66 4.17-1.23-1.46.28-2.26 2.99-1.93s6.39.34 6.39.34 3.69-.01 6.39-.34 4.22.48 3 1.93a15 15 0 0 0 2.65-4.17q.1-.26.16-.5" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_radial_15759_16856)", d: "M20 27.3q-5.86 0-11.46-1.55l.04.5c.1.97.8 1.77 1.75 1.98a45 45 0 0 0 20.07-.16c.5-.13.87-.55.93-1.07l.12-1.24A43 43 0 0 1 20 27.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_radial_15759_16856)", d: "M14.38 9.25c3.35 2.22 3.4 7.1 1.76 9.23-1.8 2.35-3.7 2.49-7.93 2.1 3.07 1.67 6.94 2.12 6.94 2.12s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-3.54-2.28", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_radial_15759_16856)", d: "M12.76 9.6a4 4 0 0 0-2.24 2.86 3.9 3.9 0 0 0-5.58 4.94c1.95 4.33 10.21 5.3 10.21 5.3s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-5.16-1.94", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_radial_15759_16856)", d: "M9.6 12.77c.72.67.45 2.17-.63 3.34S6.43 17.67 5.7 17c-.73-.68-.46-2.17.62-3.34s2.54-1.57 3.28-.9", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_radial_15759_16856)", d: "M13.63 10.12c.76.33.95 1.58.42 2.8-.53 1.2-1.56 1.9-2.33 1.58-.76-.33-.94-1.58-.42-2.8.53-1.2 1.57-1.9 2.33-1.58", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16856)", d: "M13.25 10.52c2.06-.2 4.96 1.66 3.57 6.25-.84 2.75-2.26 4.6-4.84 5.29 1.79.5 3.18.66 3.18.66s4.73-6.83 2.77-11.17a3.9 3.9 0 0 0-7.4.92s1.21-1.8 2.72-1.95", opacity: 0.32 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_radial_15759_16856)", d: "M34.73 13.2c.56 3.99-3.07 7.26-5.75 7.45-2.96.22-4.31-1.12-6.83-4.54.77 3.4 3 6.61 3 6.61s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-.62-4.18", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16856)", d: "M33.39 12.23a3.9 3.9 0 0 0-3.64.23 3.91 3.91 0 0 0-7.4-.9c-1.94 4.33 2.81 11.15 2.81 11.15s8.25-.99 10.2-5.33a3.9 3.9 0 0 0-1.97-5.15", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16856)", d: "M28.91 11.96c-.02 1-1.33 1.79-2.91 1.75-1.59-.03-2.86-.86-2.85-1.87.02-1 1.33-1.78 2.91-1.75 1.6.03 2.87.87 2.85 1.87", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16856)", d: "M33.58 13.23c.26.79-.55 1.75-1.8 2.16-1.25.4-2.48.1-2.73-.69-.26-.79.55-1.75 1.8-2.16 1.24-.41 2.47-.1 2.73.69", opacity: 0.24 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16856)", d: "M33.03 13.2c1.52 1.4 2.03 4.8-2.32 6.81-2.61 1.2-4.94 1.35-7.17-.11.81 1.66 1.62 2.82 1.62 2.82s8.25-.99 10.2-5.33a3.91 3.91 0 0 0-5.6-4.93s2.17-.29 3.27.73", opacity: 0.32 }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint2_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.02 5.15 -3.76 5.85 10 20.16)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(147 12.04 14.48)scale(9.53 6.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#eb672a", stopOpacity: 0.5 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.43, stopColor: "#dc641b", stopOpacity: 0.28 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#c25e00", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint4_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 30.2)scale(9.56)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(7.61 0 0 2.3 20.14 33.39)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint7_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "translate(20 27.51)scale(20.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#a9bcbe" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint9_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.68 -7.74 6.14 4.5 9.43 14.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint10_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(6.6 -8.99 7.13 5.23 9.46 15.03)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint11_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-51 25.15 -7.08)scale(8.14 4.02)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint12_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2 -2.08 1.3 1.25 7.64 14.9)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint13_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(-65 16 -3.77)scale(2.4 1.49)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint15_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.86, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint16_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(9.56 -.88 .7 7.58 27.64 12.85)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.25, stopColor: "red" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c20000" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(11.1 -1.02 .81 8.8 27.1 13.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(8.13 -.3 .15 4.02 29.22 18.45)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#bd2719", stopOpacity: 0.25 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.89 .12 -.08 1.8 26.04 11.91)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16856", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(2.3 -.69 .43 1.43 31.33 13.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fff" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16856", x1: 32.3, x2: 7.85, y1: 28.23, y2: 28.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#512d00" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#3c2200" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16856", x1: 18.6, x2: 12.19, y1: 26.74, y2: 9.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16856", x1: 24.43, x2: 33.3, y1: 27.96, y2: 11.54, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#860805" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#bd2719", stopOpacity: 0 })))), Te = "_list_1kcla_1", $e = "_icon_1kcla_7", qe = "_button_1kcla_12", $ = {
334
+ list: Te,
335
+ icon: $e,
336
+ button: qe
337
+ }, ke = ({
332
338
  classNames: t,
333
- labelLeft: l,
339
+ labelLeft: n,
334
340
  labelRight: o,
335
341
  onChange: r
336
342
  }) => {
337
- const i = [
338
- [P, 1, l ?? "Dissatisfied"],
339
- [R, 2, o ?? "Satisfied"]
340
- ], n = y((c) => {
343
+ const s = [
344
+ [K, 0, n ?? "Dissatisfied"],
345
+ [V, 1, o ?? "Satisfied"]
346
+ ], l = b((c) => {
341
347
  r(Number(c.currentTarget.value));
342
348
  }, [r]);
343
- return /* @__PURE__ */ m("div", { className: s(w.base, t?.base), children: [
344
- /* @__PURE__ */ a("div", { className: s(w.list, t?.list), children: i.map(([c, p, d]) => /* @__PURE__ */ a(
349
+ return /* @__PURE__ */ m("div", { className: i($.base, t?.base), children: [
350
+ /* @__PURE__ */ a("div", { className: i($.list, t?.list), children: s.map(([c, p, d]) => /* @__PURE__ */ a(
345
351
  "button",
346
352
  {
347
353
  "aria-label": d,
348
- className: s(w.button, t?.button),
354
+ className: i($.button, t?.button),
349
355
  type: "button",
350
356
  value: p,
351
- onClick: n,
357
+ onClick: l,
352
358
  children: /* @__PURE__ */ a(
353
359
  c,
354
360
  {
355
361
  "aria-hidden": "true",
356
- className: s(w.icon, t?.icon),
362
+ className: i($.icon, t?.icon),
357
363
  width: 32,
358
364
  height: 32
359
365
  }
@@ -361,45 +367,45 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
361
367
  },
362
368
  p
363
369
  )) }),
364
- !!l && !!o && /* @__PURE__ */ a(
370
+ !!n && !!o && /* @__PURE__ */ a(
365
371
  M,
366
372
  {
367
- className: s(w.labels, t?.labels),
368
- labelLeft: l,
373
+ className: i($.labels, t?.labels),
374
+ labelLeft: n,
369
375
  labelRight: o
370
376
  }
371
377
  )
372
378
  ] });
373
- }, $e = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16997)", d: "M20.1 36c1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s3.48-1.71 5.7-1.52c2.77.24 1.83-15.21-.13-14.94-1.4.19-4.56.57-5.07.57-.5 0-3.98-2.7-7.02-2.73-4.94-.05-7.66.83-7.66.83l-1.45 3.28-.48 10 2.3 4.82s3.1-.5 4 .9c.88 1.38-.7 3.1-.7 7.08 0 4 2.91 4.88 3.54 4.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16997)", d: "m12.72 5.07.18.68c.56.06 1.28-.2 2.25-.19 4.67.04 9.13 1.38 11.05 2.9 1.25.99 1.8 2.31 2.69 1.93 1.09-.47 4.2-1.2 5.33.25-.32-2.47-.89-4.37-1.58-4.27-1.4.19-4.56.57-5.07.57-.5 0-3.88-2.62-7.02-2.73-4.07-.13-7.68.57-7.68.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16997)", d: "M30.79 20.33c-1.84-.5-3 .34-3.94 1.48-.94 1.13-1.74 2.13-4.09 3.65s-2.04 5.7-1.85 7.1c.2 1.39.07 3.44-.8 3.44 1.23 0 1.7-1 1.6-2.91-.06-1.27-.48-4.8 1.3-6.59 1.67-1.67 2.16-1.52 4.06-3.67s3.48-1.71 5.7-1.52c0-.48-.15-.47-1.98-.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16997)", d: "M17.26 24.03c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87q.26 0 .45-.05c-2.58-.17-4.14-3.42-3.25-6.78.73-2.73 1.09-4.91-.1-6.2-.76-.83-2.27-.68-3.93.18 0 0 3.1-.51 3.99.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16997)", d: "M17.08 22.61c1.52-.5 5.36-1.7 8.26-4.33 7.37-6.69-5.2-7.52-7.8-13.24-.5-1.09-3.4 5.73-3.4 5.73l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16997)", d: "M16.86 22.03c1.52-.5 7.72-4.48 7.72-6.45 0-5.66-4.3-2.87-6.62-9.55-.32-.93-1.45-1.7-1.45-1.7-.95.76-2.37 6.44-2.37 6.44l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16997)", d: "M13.35 4.66 10.45 8 9.8 21.88l7.28.73c1.67-.9 1.87-2.13 1.25-4.1-.27-.84.8-1.07.86-3.5.05-1.67-1.05-1.68-1.05-2.18s.55-.45.73-1.9c.26-2.07-1.47-2.1-1.47-2.55s.96-.7.9-2.39c-.07-2.14 3.9-1.7 6.58.24 1.1.8 2.06.88 2.81.7h-.12c-.5 0-3.9-2.72-7.02-2.72-3.65 0-6.17.22-7.2.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16997)", d: "M12.68 21.7c2.25 0 3.49-2.2 2.63-3.89-.85-1.69 1.58-3.92 1.33-5.02s-.7-3.88-1.04-4.34c-.35-.47.57-1.51.57-1.51l-2.85-.35-2.66 1.17.1 8.05-.29 5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16997)", d: "M27.07 22.83c1.23-1.4 2.33-1.7 3.56-1.7-.36-.56-.6-1.19-.58-1.8.07-1.6-.28-3.57-.55-1.52-.2 1.57-1.27 3.5-2.54 5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16997)", d: "M10.98 23.2c2.66.11 7.43.26 7.54-2.52.08-2.02-1.35-2.69-3.57-2.77l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42-.04 3.05 4.1 3.04 4.1 3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16997)", d: "M15.35 13.14c.71.02 2.83-.51 3.03-1.85.15-1.06-.39-2.43-2.23-2.75-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95a2.4 2.4 0 0 0 2.4 2.47c1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16997)", d: "M16.1 8.45c.8 0 1.8-.72 1.8-1.9 0-1.19-.31-2.07-2.04-2.4a15 15 0 0 0-5.56.28C9.5 4.7 9.2 5.45 9.2 6.71s.78 1.48 1.63 1.48c.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16997)", d: "M11.2 22.65c2.33.08 6.5.22 6.58-1.98.06-1.6-1.19-2.13-3.12-2.2s-7.02-.17-7.04 1.76c-.02 2.4 3.59 2.42 3.59 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16997)", d: "M15.14 12.58c.62.01 2.35-.13 2.52-1.42.11-.87-.34-1.98-1.94-2.25-2.03-.34-5.41-.52-6.68-.07-.56.2-1.05.75-1.08 1.6-.02.83.76 1.87 2.2 1.91s2.22-.1 3.04 0c1 .11 1.44.21 1.94.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16997)", d: "M15.75 8.01c.7 0 1.56-.57 1.56-1.53 0-.95-.27-1.66-1.77-1.93a14 14 0 0 0-4.8.23c-.7.21-.97.82-.97 1.84 0 1.01.68 1.19 1.42 1.19s1.64-.13 2.15-.1c1.43.07 1.71.3 2.4.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16997)", d: "M16.17 20.67c-.05 1.51-1.26 2.24-2.8 2.57 2.45-.05 5.07-.5 5.15-2.56.08-2.02-1.35-2.69-3.57-2.77q-.36 0-.69-.03c1.25.37 1.97 1.19 1.91 2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16997)", d: "M15.97 22.97c1.41-.31 2.5-.98 2.55-2.3.06-1.67-.91-2.41-2.52-2.66 3.26 1.3 2.09 4.5-.03 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16997)", d: "M22.18 7.88c.25-.91 2.01-1.21 3.93-.67s3.27 1.7 3.02 2.6-2.02 1.21-3.94.67c-1.91-.53-3.27-1.7-3.01-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16997)", d: "M9 20.26c.01-1.17 1.57-1.72 3.27-1.82 1.4-.09 2.94.9 2.9 2.04s-.24 2.14-3.14 2.04c-1.7-.05-3.05-1.12-3.04-2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16997)", d: "M8.68 10.02c.01-1.61 1.79-1.3 3.49-1.42 2.16-.14 3.6.53 3.6 1.67s-.83 1.97-3.72 1.97c-1.71 0-3.38-.15-3.37-2.22" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16997)", d: "M10.24 5.95c.01-1.37 1.62-1.56 3.15-1.56s3.18.8 3.18 1.78c0 .97-.73 1.68-3.32 1.68-1.52 0-3.02-.13-3-1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16997)", d: "M16.4 10.96c-.25 1.84-1.66 1.73-3.27 1.92 1.86.14 2.64.16 2.64.16q.26.03.57 0c.6-.14 1.29-.41 1.7-.93a2 2 0 0 0 .34-.82c.13-1.06-.39-2.43-2.23-2.75l-.85-.13-.47-.06-.13-.01c1.01.48 1.87 1.27 1.7 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16997)", d: "m15.95 13.05.39-.01c.6-.14 1.3-.42 1.7-.94q.2-.29.32-.7 0-.05.02-.11c.18-1.05-.34-2.28-1.94-2.69 2.74 1.52 1.57 4.45-.5 4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16997)", d: "M14.35 8.17c.81.12 1.14.28 1.74.28.8 0 1.8-.71 1.8-1.9q.02-.65-.17-1.16a2 2 0 0 0-.6-.76q-.44-.32-1.26-.48a9 9 0 0 0-1.23-.13c.85.49 2.28.75 1.98 2.4-.33 1.82-1.42 1.57-2.26 1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16997)", d: "M16.13 8.45c.8-.02 1.77-.73 1.77-1.9 0-1.09-.26-1.92-1.64-2.3 2.15 1.38 1.46 3.7-.13 4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16997)", d: "M6.89 20.17q0 .4.08.75c-.21-.95.64-1.9 2.88-2.36 1.5-.3 5.44-.68 8.18.4-.59-.71-1.68-1-3.08-1.05l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16997)", d: "M7.24 10.48c0 1.02.77 2.35 2.4 2.4 1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13.43.02 1.5-.11 2.22-.56a10 10 0 0 0-4-.59c-4.46.29-5.73-.25-6.33-1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16997)", d: "M16.3 17.75c.96.02 2.46-.54 2.5-2.51s-1.68-2.44-2.44-2.46c-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62.56 2.58 2.53 2.62c5.7.12 7.84-.01 7.84-.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16997)", d: "M15.8 17.18c.82.01 2.13-.41 2.16-1.93s-1.47-1.9-2.13-1.9c-.66-.02-2.97-.16-5.81-.22-2.85-.06-3.23 1.3-3.24 2.01s.08 2 1.8 2.03c4.95.1 7.22 0 7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16997)", d: "M16.77 15.43c-.1 2.02-1.51 2.03-3.1 2.38a58 58 0 0 0 2.64-.06c.95.02 2.45-.54 2.5-2.51.03-1.97-1.7-2.44-2.45-2.46-.27 0-.8-.03-1.5-.06 1.05.43 1.98 1.22 1.9 2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16997)", d: "M7.6 15.22c-.06-1.61 1.73-1.92 3.44-2 1.7-.08 3.6.78 3.65 1.92s-.73 2-3.62 2.15c-1.7.08-3.38 0-3.46-2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16997)", d: "M16.49 17.75a2.37 2.37 0 0 0 2.31-2.51c.04-1.87-1.51-2.4-2.32-2.45 3.12 1.26 2.1 4.77 0 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16997)", d: "M5.94 15.33c.41-2.91 8.12-2.38 12.29-1.75-.57-.6-1.4-.79-1.87-.8-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16997)", d: "M9.8 8.84c1.5-.07 5.45-.56 8.33.99-.33-.6-.95-1.1-1.98-1.29-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95.1-.9.95-1.5 2.56-1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16997)", d: "M9.3 5.6c.98-.75 2.67-1.18 5.1-.77 1.52.25 2.55.34 3.23.36-.27-.5-.8-.85-1.77-1.04a15 15 0 0 0-5.56.28q-.78.25-1 1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16997)", d: "M17.58 7.62c-1.81.65-2.7-.32-4.63-.32-2 0-2.97.8-3.68.04.22.7.87.85 1.55.85.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38.53 0 1.13-.3 1.49-.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16997)", d: "M32.64 6.37c-1.4.19-4.56.57-5.07.57 4.6 3.28 2.55 10.26.86 13.79q-.35.74-.47 1.25c1.53-1.17 2.94-.83 4.8-.67 2.78.24 1.84-15.21-.12-14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16997)", d: "M27.57 6.93c.4.34.87.9 1.3 1.45 0 0 2.3-1.18 4.77-.62-.28-.9-.62-1.45-1-1.4-1.4.2-4.56.57-5.07.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_radial_15759_16997)", d: "M18.63 30.2c.9-.2 1.63 1.04 2.04 2.5.34 1.19-.12 2.7-1 2.87-.89.17-1.7.18-2.2-2.34-.28-1.48.28-2.85 1.16-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_linear_15759_16997)", d: "M13.27 23.15s3.1-.51 3.99.88c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87 1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s-11.78-.6-13.8.32" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.13 8.45c.5 0 1-.23 1.35-.6.36-.38.52-.92.5-1.43s-.1-1.03-.42-1.45a2.2 2.2 0 0 0-1.3-.73c.46.17.92.4 1.2.8s.35.9.35 1.39c.03.48-.11.96-.43 1.33-.3.37-.75.63-1.25.69M16.92 12.86q.53-.14.95-.5c.29-.24.46-.58.56-.93q.1-.49.03-.98-.1-.49-.4-.9a2.6 2.6 0 0 0-1.62-.95c.6.2 1.16.53 1.5 1.04.36.5.46 1.15.34 1.75-.09.33-.22.66-.48.9q-.38.36-.88.57" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.49 17.75c.59 0 1.2-.21 1.64-.63.46-.42.7-1.03.74-1.63s-.05-1.25-.42-1.74a2.4 2.4 0 0 0-1.53-.9c.57.17 1.1.5 1.42.97.33.48.42 1.08.36 1.65a2.4 2.4 0 0 1-.66 1.56c-.4.4-.97.65-1.55.72M15.97 22.97c.64-.11 1.29-.3 1.82-.72.55-.4.85-1.1.81-1.77a2.3 2.3 0 0 0-.76-1.8c-.52-.44-1.2-.6-1.84-.67.64.13 1.28.34 1.76.77.48.42.69 1.07.68 1.7.04.64-.23 1.27-.73 1.67-.5.41-1.12.65-1.74.82M18.13 9.83q-.31-.57-.86-.94a3 3 0 0 0-1.2-.42q-1.27-.22-2.53-.33-1.27-.08-2.55-.05c-.84.03-1.7.07-2.5.37.4-.13.82-.17 1.24-.2q.63-.07 1.27-.06 1.26 0 2.53.1 1.26.09 2.52.28c.81.11 1.64.5 2.08 1.25" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M18.23 13.58c-.3-.34-.72-.59-1.16-.72-.44-.15-.91-.13-1.36-.16l-2.73-.13-2.73-.08a6 6 0 0 0-2.7.34c.87-.3 1.8-.29 2.7-.23l2.73.13 2.73.08c.45.02.9 0 1.34.12q.67.17 1.18.65M8.47 17.76a90 90 0 0 0 7.84.06c.67 0 1.36-.25 1.83-.74q.37-.37.52-.86.14-.48.14-.98a2.6 2.6 0 0 1-.72 1.78c-.46.46-1.13.68-1.77.67l-1.96.03-1.96.03h-1.96z" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16997", x1: 13.17, x2: 22.69, y1: 20.37, y2: 19.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16997", x1: 22.77, x2: 23.43, y1: 15.41, y2: 8.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16997", x1: 24.66, x2: 17.49, y1: 26.01, y2: 15.76, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16997", x1: 29.85, x2: 11.48, y1: 30.1, y2: 28.72, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16997", x1: 30.2, x2: 6.08, y1: 13.77, y2: 13.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16997", x1: 34.09, x2: -13.56, y1: 13.73, y2: 12.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16997", x1: 26.52, x2: 18.64, y1: 7.5, y2: 11.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16997", x1: 17.49, x2: 10.92, y1: 13.57, y2: 14.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16997", x1: 29.16, x2: 27.73, y1: 28.08, y2: 4.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 20.5, y2: 20.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16997", x1: 7.34, x2: 16.67, y1: 10.64, y2: 10.64, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16997", x1: 17.92, x2: 13.06, y1: 20.45, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 10.57, y2: 10.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16997", x1: 15.47, x2: 18.11, y1: 20.56, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16997", x1: 15.94, x2: 18.98, y1: 20.49, y2: 20.49, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16997", x1: 15.15, x2: 18.98, y1: 10.69, y2: 10.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16997", x1: 15.97, x2: 18.03, y1: 10.83, y2: 10.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16997", x1: 15.29, x2: 19.77, y1: 6.2, y2: 7.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16997", x1: 15.75, x2: 17.65, y1: 6.34, y2: 6.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16997", x1: 12.74, x2: 11.53, y1: 21.08, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16997", x1: 11.82, x2: 13.13, y1: 9.57, y2: 14.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 15.16, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16997", x1: 17.04, x2: 9.89, y1: 15.42, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16997", x1: 14.25, x2: 19.59, y1: 15.26, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16997", x1: 16.73, x2: 18.42, y1: 15.27, y2: 15.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16997", x1: 12.29, x2: 11.28, y1: 15.78, y2: 9.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16997", x1: 13, x2: 10.4, y1: 10.8, y2: 5.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16997", x1: 13.51, x2: 13.13, y1: 5.85, y2: 2.29, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16997", x1: 13.42, x2: 13.42, y1: 6.39, y2: 8.97, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16997", x1: 31.12, x2: 34.45, y1: 15.85, y2: 25.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16997", x1: 30.55, x2: 30.74, y1: 9.69, y2: 2.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint39_linear_15759_16997", x1: 20.38, x2: 17.94, y1: 21.74, y2: 43.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.57 -1 .46 -1.66 26 9.47)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(182 6.22 10.13)scale(3.17 2.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.4 0 0 -1.84 12.23 10.25)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.12 0 0 -1.95 13.41 6.12)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(177 5.4 7.76)scale(3.49 2.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint38_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(259 23.1 8.58)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), qe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16949)", d: "M19.9 4c-1.24 0-1.71 1-1.62 2.91.07 1.27.5 4.8-1.3 6.59-1.66 1.67-2.15 1.52-4.05 3.67s-3.48 1.71-5.7 1.52c-2.77-.24-1.83 15.21.13 14.94 1.4-.19 4.56-.57 5.07-.57.5 0 3.98 2.7 7.02 2.73 4.94.05 7.66-.83 7.66-.83l1.45-3.28.48-10.01-2.3-4.82s-3.1.51-4-.88c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16949)", d: "m27.29 34.93-.2-.68c-.55-.06-1.26.2-2.24.19-4.67-.04-9.13-1.38-11.05-2.9-1.25-1-1.8-2.31-2.69-1.93-1.09.47-4.2 1.2-5.33-.25.32 2.47.89 4.37 1.58 4.27 1.4-.19 4.56-.57 5.07-.57.5 0 3.88 2.62 7.02 2.73 4.07.13 7.68-.57 7.68-.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16949)", d: "M9.21 19.67c1.84.5 3-.34 3.94-1.48.94-1.13 1.74-2.13 4.09-3.65s2.04-5.7 1.85-7.1c-.2-1.39-.07-3.44.8-3.44-1.23 0-1.7 1-1.6 2.91.06 1.27.48 4.8-1.3 6.59-1.67 1.67-2.16 1.52-4.06 3.67s-3.48 1.71-5.7 1.52c0 .48.15.47 1.98.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16949)", d: "M22.74 15.97c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4q-.26 0-.45.05c2.58.17 4.14 3.42 3.25 6.78-.73 2.73-1.09 4.91.1 6.2.76.83 2.27.68 3.93-.18 0 0-3.1.51-3.99-.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16949)", d: "M22.92 17.39c-1.52.5-5.36 1.7-8.26 4.33-7.37 6.68 5.2 7.52 7.8 13.24.5 1.09 3.4-5.73 3.4-5.73l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16949)", d: "M23.14 17.97c-1.52.5-7.72 4.48-7.72 6.45 0 5.66 4.3 2.87 6.62 9.55.32.93 1.46 1.7 1.46 1.7.94-.76 2.36-6.44 2.36-6.44l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16949)", d: "m26.65 35.34 2.9-3.33.65-13.89-7.28-.73c-1.67.9-1.87 2.13-1.25 4.1.27.83-.8 1.07-.86 3.5-.05 1.67 1.05 1.68 1.05 2.18s-.55.45-.73 1.9c-.26 2.07 1.47 2.1 1.47 2.55s-.96.7-.9 2.39c.07 2.13-3.9 1.7-6.58-.24-1.1-.8-2.06-.88-2.81-.7h.12c.5 0 3.9 2.72 7.02 2.72 3.65 0 6.17-.22 7.2-.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16949)", d: "M27.32 18.3c-2.25 0-3.48 2.2-2.63 3.89s-1.58 3.92-1.33 5.02.7 3.88 1.04 4.34-.57 1.5-.57 1.5l2.85.36 2.66-1.18-.1-8.04.29-5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16949)", d: "M12.93 17.17c-1.23 1.4-2.33 1.7-3.56 1.7.36.56.6 1.19.58 1.8-.07 1.6.28 3.57.55 1.52.2-1.57 1.27-3.5 2.54-5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16949)", d: "M29.02 16.8c-2.66-.11-7.43-.26-7.54 2.52-.08 2.02 1.35 2.69 3.57 2.77l4.24.16c.91.04 3.8.02 3.82-2.42.04-3.05-4.1-3.04-4.1-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16949)", d: "M24.65 26.86c-.71-.02-2.83.5-3.03 1.85-.15 1.06.39 2.43 2.23 2.75 2.33.4 6.21.62 7.67.08.64-.25 1.2-.93 1.24-1.95a2.4 2.4 0 0 0-2.4-2.47c-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16949)", d: "M23.9 31.55c-.8 0-1.8.72-1.8 1.9 0 1.19.31 2.07 2.04 2.4 1.74.33 4.51.05 5.56-.28.81-.26 1.11-1.02 1.11-2.28s-.78-1.48-1.63-1.48c-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16949)", d: "M28.8 17.35c-2.33-.09-6.5-.22-6.58 1.98-.06 1.6 1.19 2.13 3.12 2.2s7.02.17 7.04-1.76c.02-2.4-3.59-2.42-3.59-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16949)", d: "M24.86 27.42c-.62-.01-2.35.13-2.52 1.42-.11.87.34 1.98 1.94 2.25 2.03.34 5.41.52 6.68.07.56-.2 1.05-.75 1.08-1.6.02-.83-.76-1.87-2.2-1.91s-2.22.1-3.04 0c-1-.11-1.44-.21-1.94-.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16949)", d: "M24.25 31.99c-.7 0-1.56.57-1.56 1.53 0 .95.27 1.66 1.77 1.93 1.5.26 3.9.04 4.8-.23.7-.21.97-.82.97-1.84 0-1.01-.68-1.19-1.42-1.19s-1.64.13-2.15.1c-1.43-.07-1.71-.3-2.4-.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16949)", d: "M23.83 19.33c.05-1.51 1.26-2.24 2.8-2.58-2.45.06-5.07.52-5.15 2.57-.08 2.02 1.35 2.69 3.57 2.77q.36 0 .69.03c-1.24-.37-1.97-1.19-1.91-2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16949)", d: "M24.04 17.03c-1.42.3-2.51.98-2.56 2.3-.06 1.67.92 2.41 2.52 2.66-3.25-1.3-2.09-4.5.04-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16949)", d: "M20.26 32.98c-.38.86-2.16.92-3.99.12s-3-2.14-2.63-3 2.16-.91 3.99-.12c1.83.8 3 2.14 2.63 3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16949)", d: "M31 19.74c-.01 1.17-1.57 1.72-3.27 1.82-1.4.09-2.94-.9-2.9-2.04s.24-2.15 3.14-2.04c1.7.05 3.06 1.12 3.04 2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16949)", d: "M31.32 29.98c-.01 1.61-1.79 1.3-3.49 1.42-2.16.14-3.6-.53-3.6-1.67s.83-1.97 3.73-1.98c1.7 0 3.37.16 3.36 2.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16949)", d: "M29.76 34.05c-.01 1.37-1.62 1.56-3.15 1.56s-3.18-.8-3.18-1.78c0-.97.73-1.68 3.32-1.68 1.53 0 3.02.13 3 1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16949)", d: "M23.6 29.04c.25-1.84 1.66-1.73 3.27-1.92-1.86-.14-2.64-.16-2.64-.16a3 3 0 0 0-.57 0c-.6.14-1.29.41-1.7.93a2 2 0 0 0-.34.82c-.13 1.06.39 2.43 2.23 2.75l.85.13.47.06.13.01c-1.01-.48-1.87-1.27-1.7-2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16949)", d: "m24.05 26.95-.39.01c-.6.14-1.3.42-1.7.94q-.2.29-.32.7 0 .05-.02.11c-.18 1.05.34 2.28 1.94 2.69-2.74-1.52-1.57-4.45.5-4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16949)", d: "M25.65 31.83c-.8-.12-1.14-.28-1.74-.28-.8 0-1.8.71-1.8 1.9q-.01.65.17 1.16.2.42.6.76.44.32 1.26.48.57.1 1.23.13c-.84-.49-2.28-.75-1.98-2.4.33-1.82 1.42-1.57 2.26-1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16949)", d: "M23.87 31.55c-.8.02-1.77.73-1.77 1.9 0 1.09.26 1.92 1.64 2.3-2.15-1.38-1.46-3.7.13-4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16949)", d: "M33.11 19.83q0-.4-.08-.75c.21.95-.63 1.9-2.88 2.36-1.49.3-5.44.68-8.18-.4.6.71 1.68 1 3.08 1.05l4.24.16c.91.04 3.8.02 3.82-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16949)", d: "M32.76 29.52c0-1.02-.77-2.35-2.4-2.4-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13-.43-.02-1.5.11-2.21.56.8.29 2.13.7 3.99.59 4.46-.29 5.73.25 6.33 1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16949)", d: "M23.7 22.25c-.96-.02-2.46.54-2.5 2.51s1.68 2.44 2.44 2.46c.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62-.56-2.58-2.53-2.62c-5.7-.12-7.84.01-7.84.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16949)", d: "M24.2 22.82c-.82-.01-2.13.41-2.16 1.93-.03 1.53 1.47 1.9 2.13 1.9.66.02 2.97.16 5.81.22 2.85.06 3.23-1.3 3.24-2.01s-.08-2-1.8-2.03c-4.95-.1-7.22 0-7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16949)", d: "M23.23 24.57c.1-2.02 1.51-2.03 3.1-2.38-1.86.01-2.64.06-2.64.06-.95-.02-2.45.54-2.5 2.51-.03 1.97 1.7 2.44 2.45 2.46q.44 0 1.5.06c-1.05-.43-1.98-1.22-1.9-2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16949)", d: "M32.4 24.78c.06 1.61-1.73 1.92-3.43 2s-3.6-.78-3.66-1.92c-.05-1.14.73-2 3.62-2.15 1.7-.08 3.38 0 3.46 2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16949)", d: "M23.52 22.25c-.95.05-2.29.66-2.32 2.51-.04 1.87 1.52 2.4 2.32 2.45-3.12-1.26-2.1-4.77 0-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16949)", d: "M34.06 24.67c-.41 2.91-8.12 2.38-12.29 1.75.57.6 1.4.79 1.87.8.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16949)", d: "M30.2 31.16c-1.5.07-5.45.56-8.33-.99.33.6.95 1.1 1.98 1.29 2.33.4 6.21.62 7.66.08.65-.25 1.22-.92 1.25-1.95-.1.9-.95 1.5-2.56 1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16949)", d: "M30.7 34.4c-.98.74-2.67 1.18-5.1.77-1.52-.25-2.55-.34-3.23-.36.27.5.8.85 1.77 1.04 1.74.33 4.51.05 5.56-.28q.79-.26 1-1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16949)", d: "M22.42 32.38c1.81-.65 2.7.32 4.63.32 2 0 2.97-.8 3.68-.04-.22-.7-.87-.85-1.55-.85-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38-.52 0-1.13.3-1.49.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16949)", d: "M7.37 33.63c1.39-.19 4.55-.57 5.06-.57-4.6-3.28-2.55-10.26-.86-13.8q.36-.73.47-1.24c-1.53 1.17-2.94.83-4.8.67-2.78-.24-1.84 15.21.13 14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16949)", d: "M10.26 30.46c-.48-.63-.06.73.32 1.71.32.84-2.16.34-4.05.55.24.61.53.96.84.91 1.39-.19 4.55-.57 5.06-.57-.72-.6-1.7-1.96-2.17-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_linear_15759_16949)", d: "M12.43 33.07c-.4-.34-.87-.9-1.3-1.45 0 0-2.3 1.18-4.77.62.28.9.62 1.45 1 1.4a95 95 0 0 1 5.07-.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_radial_15759_16949)", d: "M21.16 9.94c-.9.2-1.64-1.05-2.05-2.5-.34-1.19.12-2.7 1-2.88.9-.17 1.71-.17 2.2 2.35.29 1.48-.27 2.84-1.15 3.03" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M23.87 31.55c-.5.06-.94.32-1.25.69s-.46.85-.43 1.33c0 .5.08.99.35 1.38.28.4.74.64 1.2.8-.48-.1-.98-.3-1.3-.72s-.4-.96-.42-1.45c-.02-.51.14-1.05.5-1.43.35-.37.85-.6 1.35-.6M23.08 27.14q-.5.21-.88.57a2 2 0 0 0-.48.9c-.12.6-.02 1.25.33 1.75s.91.84 1.51 1.04a2.6 2.6 0 0 1-1.62-.96q-.3-.4-.4-.9-.08-.48.03-.96.14-.56.56-.94.42-.35.95-.5M23.52 22.25a2.6 2.6 0 0 0-1.56.72c-.4.41-.63.98-.66 1.56-.06.57.03 1.17.36 1.65.32.47.85.8 1.42.96-.58-.1-1.16-.4-1.53-.89a2.5 2.5 0 0 1-.42-1.74c.05-.6.29-1.21.74-1.63a2.5 2.5 0 0 1 1.65-.63M24.04 17.03c-.63.17-1.26.4-1.75.82-.5.4-.77 1.03-.73 1.67 0 .63.2 1.28.69 1.7.47.43 1.11.64 1.75.77a3.4 3.4 0 0 1-1.84-.67 2.3 2.3 0 0 1-.76-1.8 2.1 2.1 0 0 1 .81-1.77c.54-.41 1.19-.6 1.83-.72" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M21.87 30.17a2.8 2.8 0 0 0 2.09 1.25q1.25.2 2.51.27 1.28.12 2.54.11.63 0 1.26-.05c.42-.04.84-.08 1.25-.21-.8.3-1.67.34-2.51.37q-1.28.03-2.55-.05-1.26-.11-2.52-.33-.65-.1-1.2-.43a2.3 2.3 0 0 1-.87-.93M21.77 26.42q.5.48 1.18.64c.43.13.89.1 1.34.13l2.73.08 2.73.13c.9.06 1.83.07 2.7-.23-.85.36-1.8.39-2.7.34l-2.73-.08-2.73-.13c-.45-.03-.92-.01-1.36-.16a2.6 2.6 0 0 1-1.16-.72M31.53 22.24q-.98.01-1.96.01H27.6l-1.96.03q-.97-.01-1.95.04c-.65-.02-1.32.2-1.78.66-.47.46-.7 1.12-.72 1.78q0-.5.14-.98.16-.49.52-.86a2.6 2.6 0 0 1 1.83-.73q1.95-.1 3.92-.06 1.95.01 3.92.1" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16949", x1: 26.83, x2: 17.31, y1: 19.63, y2: 20.01, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16949", x1: 16.56, x2: 16.37, y1: 32.83, y2: 27.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16949", x1: 15.34, x2: 22.51, y1: 13.98, y2: 24.24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16949", x1: 10.15, x2: 28.52, y1: 9.9, y2: 11.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16949", x1: 9.8, x2: 33.92, y1: 26.23, y2: 26.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16949", x1: 5.91, x2: 53.56, y1: 26.27, y2: 27.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16949", x1: 13.48, x2: 21.36, y1: 32.5, y2: 28.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16949", x1: 22.51, x2: 29.08, y1: 26.43, y2: 25.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16949", x1: 10.84, x2: 12.27, y1: 11.92, y2: 35.53, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 19.5, y2: 19.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16949", x1: 32.66, x2: 23.33, y1: 29.36, y2: 29.36, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16949", x1: 22.08, x2: 26.94, y1: 19.55, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 29.42, y2: 29.42, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16949", x1: 24.53, x2: 21.89, y1: 19.44, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16949", x1: 24.06, x2: 21.02, y1: 19.51, y2: 19.51, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16949", x1: 24.85, x2: 21.02, y1: 29.31, y2: 29.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16949", x1: 24.03, x2: 21.97, y1: 29.17, y2: 29.17, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16949", x1: 24.71, x2: 20.23, y1: 33.8, y2: 32.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16949", x1: 24.25, x2: 22.35, y1: 33.66, y2: 33.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16949", x1: 27.26, x2: 28.47, y1: 18.92, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16949", x1: 28.18, x2: 26.87, y1: 30.43, y2: 25.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 24.83, y2: 24.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16949", x1: 22.96, x2: 30.11, y1: 24.57, y2: 24.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16949", x1: 25.75, x2: 20.41, y1: 24.74, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16949", x1: 23.27, x2: 21.58, y1: 24.73, y2: 24.73, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16949", x1: 27.71, x2: 28.72, y1: 24.22, y2: 30.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16949", x1: 27, x2: 29.6, y1: 29.2, y2: 34.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16949", x1: 26.49, x2: 26.87, y1: 34.15, y2: 37.71, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16949", x1: 26.58, x2: 26.58, y1: 33.61, y2: 31.03, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16949", x1: 9.18, x2: 1.11, y1: 26.49, y2: 38.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16949", x1: 8.65, x2: 9.98, y1: 29.19, y2: 35.13, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint38_linear_15759_16949", x1: 9.45, x2: 9.26, y1: 30.3, y2: 37.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(24 -65.8 55.54)scale(3.7 1.72)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.17 .11 -.07 2.08 27.92 19.53)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.4 0 0 1.84 27.77 29.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.12 0 0 1.95 26.6 33.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.49 -.17 .1 2.29 28.85 24.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint39_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(79 5.98 16.17)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Ne = "_list_dm3po_1", ke = "_icon_dm3po_7", ze = "_button_dm3po_12", T = {
374
- list: Ne,
375
- icon: ke,
376
- button: ze
377
- }, Fe = ({
379
+ }, Ne = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16997)", d: "M20.1 36c1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s3.48-1.71 5.7-1.52c2.77.24 1.83-15.21-.13-14.94-1.4.19-4.56.57-5.07.57-.5 0-3.98-2.7-7.02-2.73-4.94-.05-7.66.83-7.66.83l-1.45 3.28-.48 10 2.3 4.82s3.1-.5 4 .9c.88 1.38-.7 3.1-.7 7.08 0 4 2.91 4.88 3.54 4.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16997)", d: "m12.72 5.07.18.68c.56.06 1.28-.2 2.25-.19 4.67.04 9.13 1.38 11.05 2.9 1.25.99 1.8 2.31 2.69 1.93 1.09-.47 4.2-1.2 5.33.25-.32-2.47-.89-4.37-1.58-4.27-1.4.19-4.56.57-5.07.57-.5 0-3.88-2.62-7.02-2.73-4.07-.13-7.68.57-7.68.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16997)", d: "M30.79 20.33c-1.84-.5-3 .34-3.94 1.48-.94 1.13-1.74 2.13-4.09 3.65s-2.04 5.7-1.85 7.1c.2 1.39.07 3.44-.8 3.44 1.23 0 1.7-1 1.6-2.91-.06-1.27-.48-4.8 1.3-6.59 1.67-1.67 2.16-1.52 4.06-3.67s3.48-1.71 5.7-1.52c0-.48-.15-.47-1.98-.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16997)", d: "M17.26 24.03c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87q.26 0 .45-.05c-2.58-.17-4.14-3.42-3.25-6.78.73-2.73 1.09-4.91-.1-6.2-.76-.83-2.27-.68-3.93.18 0 0 3.1-.51 3.99.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16997)", d: "M17.08 22.61c1.52-.5 5.36-1.7 8.26-4.33 7.37-6.69-5.2-7.52-7.8-13.24-.5-1.09-3.4 5.73-3.4 5.73l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16997)", d: "M16.86 22.03c1.52-.5 7.72-4.48 7.72-6.45 0-5.66-4.3-2.87-6.62-9.55-.32-.93-1.45-1.7-1.45-1.7-.95.76-2.37 6.44-2.37 6.44l-.94 1.58 2.71 7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16997)", d: "M13.35 4.66 10.45 8 9.8 21.88l7.28.73c1.67-.9 1.87-2.13 1.25-4.1-.27-.84.8-1.07.86-3.5.05-1.67-1.05-1.68-1.05-2.18s.55-.45.73-1.9c.26-2.07-1.47-2.1-1.47-2.55s.96-.7.9-2.39c-.07-2.14 3.9-1.7 6.58.24 1.1.8 2.06.88 2.81.7h-.12c-.5 0-3.9-2.72-7.02-2.72-3.65 0-6.17.22-7.2.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16997)", d: "M12.68 21.7c2.25 0 3.49-2.2 2.63-3.89-.85-1.69 1.58-3.92 1.33-5.02s-.7-3.88-1.04-4.34c-.35-.47.57-1.51.57-1.51l-2.85-.35-2.66 1.17.1 8.05-.29 5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16997)", d: "M27.07 22.83c1.23-1.4 2.33-1.7 3.56-1.7-.36-.56-.6-1.19-.58-1.8.07-1.6-.28-3.57-.55-1.52-.2 1.57-1.27 3.5-2.54 5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16997)", d: "M10.98 23.2c2.66.11 7.43.26 7.54-2.52.08-2.02-1.35-2.69-3.57-2.77l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42-.04 3.05 4.1 3.04 4.1 3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16997)", d: "M15.35 13.14c.71.02 2.83-.51 3.03-1.85.15-1.06-.39-2.43-2.23-2.75-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95a2.4 2.4 0 0 0 2.4 2.47c1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16997)", d: "M16.1 8.45c.8 0 1.8-.72 1.8-1.9 0-1.19-.31-2.07-2.04-2.4a15 15 0 0 0-5.56.28C9.5 4.7 9.2 5.45 9.2 6.71s.78 1.48 1.63 1.48c.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16997)", d: "M11.2 22.65c2.33.08 6.5.22 6.58-1.98.06-1.6-1.19-2.13-3.12-2.2s-7.02-.17-7.04 1.76c-.02 2.4 3.59 2.42 3.59 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16997)", d: "M15.14 12.58c.62.01 2.35-.13 2.52-1.42.11-.87-.34-1.98-1.94-2.25-2.03-.34-5.41-.52-6.68-.07-.56.2-1.05.75-1.08 1.6-.02.83.76 1.87 2.2 1.91s2.22-.1 3.04 0c1 .11 1.44.21 1.94.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16997)", d: "M15.75 8.01c.7 0 1.56-.57 1.56-1.53 0-.95-.27-1.66-1.77-1.93a14 14 0 0 0-4.8.23c-.7.21-.97.82-.97 1.84 0 1.01.68 1.19 1.42 1.19s1.64-.13 2.15-.1c1.43.07 1.71.3 2.4.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16997)", d: "M16.17 20.67c-.05 1.51-1.26 2.24-2.8 2.57 2.45-.05 5.07-.5 5.15-2.56.08-2.02-1.35-2.69-3.57-2.77q-.36 0-.69-.03c1.25.37 1.97 1.19 1.91 2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16997)", d: "M15.97 22.97c1.41-.31 2.5-.98 2.55-2.3.06-1.67-.91-2.41-2.52-2.66 3.26 1.3 2.09 4.5-.03 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16997)", d: "M22.18 7.88c.25-.91 2.01-1.21 3.93-.67s3.27 1.7 3.02 2.6-2.02 1.21-3.94.67c-1.91-.53-3.27-1.7-3.01-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16997)", d: "M9 20.26c.01-1.17 1.57-1.72 3.27-1.82 1.4-.09 2.94.9 2.9 2.04s-.24 2.14-3.14 2.04c-1.7-.05-3.05-1.12-3.04-2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16997)", d: "M8.68 10.02c.01-1.61 1.79-1.3 3.49-1.42 2.16-.14 3.6.53 3.6 1.67s-.83 1.97-3.72 1.97c-1.71 0-3.38-.15-3.37-2.22" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16997)", d: "M10.24 5.95c.01-1.37 1.62-1.56 3.15-1.56s3.18.8 3.18 1.78c0 .97-.73 1.68-3.32 1.68-1.52 0-3.02-.13-3-1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16997)", d: "M16.4 10.96c-.25 1.84-1.66 1.73-3.27 1.92 1.86.14 2.64.16 2.64.16q.26.03.57 0c.6-.14 1.29-.41 1.7-.93a2 2 0 0 0 .34-.82c.13-1.06-.39-2.43-2.23-2.75l-.85-.13-.47-.06-.13-.01c1.01.48 1.87 1.27 1.7 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16997)", d: "m15.95 13.05.39-.01c.6-.14 1.3-.42 1.7-.94q.2-.29.32-.7 0-.05.02-.11c.18-1.05-.34-2.28-1.94-2.69 2.74 1.52 1.57 4.45-.5 4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16997)", d: "M14.35 8.17c.81.12 1.14.28 1.74.28.8 0 1.8-.71 1.8-1.9q.02-.65-.17-1.16a2 2 0 0 0-.6-.76q-.44-.32-1.26-.48a9 9 0 0 0-1.23-.13c.85.49 2.28.75 1.98 2.4-.33 1.82-1.42 1.57-2.26 1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16997)", d: "M16.13 8.45c.8-.02 1.77-.73 1.77-1.9 0-1.09-.26-1.92-1.64-2.3 2.15 1.38 1.46 3.7-.13 4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16997)", d: "M6.89 20.17q0 .4.08.75c-.21-.95.64-1.9 2.88-2.36 1.5-.3 5.44-.68 8.18.4-.59-.71-1.68-1-3.08-1.05l-4.23-.16c-.92-.04-3.8-.02-3.83 2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16997)", d: "M7.24 10.48c0 1.02.77 2.35 2.4 2.4 1.66.05 2.52.02 3.47.13 1.14.14 1.67.12 2.24.13.43.02 1.5-.11 2.22-.56a10 10 0 0 0-4-.59c-4.46.29-5.73-.25-6.33-1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16997)", d: "M16.3 17.75c.96.02 2.46-.54 2.5-2.51s-1.68-2.44-2.44-2.46c-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62.56 2.58 2.53 2.62c5.7.12 7.84-.01 7.84-.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16997)", d: "M15.8 17.18c.82.01 2.13-.41 2.16-1.93s-1.47-1.9-2.13-1.9c-.66-.02-2.97-.16-5.81-.22-2.85-.06-3.23 1.3-3.24 2.01s.08 2 1.8 2.03c4.95.1 7.22 0 7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16997)", d: "M16.77 15.43c-.1 2.02-1.51 2.03-3.1 2.38a58 58 0 0 0 2.64-.06c.95.02 2.45-.54 2.5-2.51.03-1.97-1.7-2.44-2.45-2.46-.27 0-.8-.03-1.5-.06 1.05.43 1.98 1.22 1.9 2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16997)", d: "M7.6 15.22c-.06-1.61 1.73-1.92 3.44-2 1.7-.08 3.6.78 3.65 1.92s-.73 2-3.62 2.15c-1.7.08-3.38 0-3.46-2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16997)", d: "M16.49 17.75a2.37 2.37 0 0 0 2.31-2.51c.04-1.87-1.51-2.4-2.32-2.45 3.12 1.26 2.1 4.77 0 4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16997)", d: "M5.94 15.33c.41-2.91 8.12-2.38 12.29-1.75-.57-.6-1.4-.79-1.87-.8-.76-.01-3.42-.2-6.69-.26s-3.71 1.7-3.73 2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16997)", d: "M9.8 8.84c1.5-.07 5.45-.56 8.33.99-.33-.6-.95-1.1-1.98-1.29-2.33-.4-6.21-.62-7.66-.08-.65.25-1.22.92-1.25 1.95.1-.9.95-1.5 2.56-1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16997)", d: "M9.3 5.6c.98-.75 2.67-1.18 5.1-.77 1.52.25 2.55.34 3.23.36-.27-.5-.8-.85-1.77-1.04a15 15 0 0 0-5.56.28q-.78.25-1 1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16997)", d: "M17.58 7.62c-1.81.65-2.7-.32-4.63-.32-2 0-2.97.8-3.68.04.22.7.87.85 1.55.85.86 0 1.9-.15 2.49-.12 1.65.08 1.98.38 2.78.38.53 0 1.13-.3 1.49-.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16997)", d: "M32.64 6.37c-1.4.19-4.56.57-5.07.57 4.6 3.28 2.55 10.26.86 13.79q-.35.74-.47 1.25c1.53-1.17 2.94-.83 4.8-.67 2.78.24 1.84-15.21-.12-14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16997)", d: "M27.57 6.93c.4.34.87.9 1.3 1.45 0 0 2.3-1.18 4.77-.62-.28-.9-.62-1.45-1-1.4-1.4.2-4.56.57-5.07.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_radial_15759_16997)", d: "M18.63 30.2c.9-.2 1.63 1.04 2.04 2.5.34 1.19-.12 2.7-1 2.87-.89.17-1.7.18-2.2-2.34-.28-1.48.28-2.85 1.16-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_linear_15759_16997)", d: "M13.27 23.15s3.1-.51 3.99.88c.88 1.4-.7 3.1-.7 7.1 0 3.98 2.91 4.87 3.54 4.87 1.24 0 1.71-1 1.62-2.91-.07-1.27-.5-4.8 1.3-6.59 1.66-1.67 2.15-1.52 4.05-3.67s-11.78-.6-13.8.32" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.13 8.45c.5 0 1-.23 1.35-.6.36-.38.52-.92.5-1.43s-.1-1.03-.42-1.45a2.2 2.2 0 0 0-1.3-.73c.46.17.92.4 1.2.8s.35.9.35 1.39c.03.48-.11.96-.43 1.33-.3.37-.75.63-1.25.69M16.92 12.86q.53-.14.95-.5c.29-.24.46-.58.56-.93q.1-.49.03-.98-.1-.49-.4-.9a2.6 2.6 0 0 0-1.62-.95c.6.2 1.16.53 1.5 1.04.36.5.46 1.15.34 1.75-.09.33-.22.66-.48.9q-.38.36-.88.57" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M16.49 17.75c.59 0 1.2-.21 1.64-.63.46-.42.7-1.03.74-1.63s-.05-1.25-.42-1.74a2.4 2.4 0 0 0-1.53-.9c.57.17 1.1.5 1.42.97.33.48.42 1.08.36 1.65a2.4 2.4 0 0 1-.66 1.56c-.4.4-.97.65-1.55.72M15.97 22.97c.64-.11 1.29-.3 1.82-.72.55-.4.85-1.1.81-1.77a2.3 2.3 0 0 0-.76-1.8c-.52-.44-1.2-.6-1.84-.67.64.13 1.28.34 1.76.77.48.42.69 1.07.68 1.7.04.64-.23 1.27-.73 1.67-.5.41-1.12.65-1.74.82M18.13 9.83q-.31-.57-.86-.94a3 3 0 0 0-1.2-.42q-1.27-.22-2.53-.33-1.27-.08-2.55-.05c-.84.03-1.7.07-2.5.37.4-.13.82-.17 1.24-.2q.63-.07 1.27-.06 1.26 0 2.53.1 1.26.09 2.52.28c.81.11 1.64.5 2.08 1.25" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M18.23 13.58c-.3-.34-.72-.59-1.16-.72-.44-.15-.91-.13-1.36-.16l-2.73-.13-2.73-.08a6 6 0 0 0-2.7.34c.87-.3 1.8-.29 2.7-.23l2.73.13 2.73.08c.45.02.9 0 1.34.12q.67.17 1.18.65M8.47 17.76a90 90 0 0 0 7.84.06c.67 0 1.36-.25 1.83-.74q.37-.37.52-.86.14-.48.14-.98a2.6 2.6 0 0 1-.72 1.78c-.46.46-1.13.68-1.77.67l-1.96.03-1.96.03h-1.96z" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16997", x1: 13.17, x2: 22.69, y1: 20.37, y2: 19.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16997", x1: 22.77, x2: 23.43, y1: 15.41, y2: 8.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16997", x1: 24.66, x2: 17.49, y1: 26.01, y2: 15.76, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16997", x1: 29.85, x2: 11.48, y1: 30.1, y2: 28.72, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16997", x1: 30.2, x2: 6.08, y1: 13.77, y2: 13.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16997", x1: 34.09, x2: -13.56, y1: 13.73, y2: 12.21, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16997", x1: 26.52, x2: 18.64, y1: 7.5, y2: 11.77, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16997", x1: 17.49, x2: 10.92, y1: 13.57, y2: 14.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16997", x1: 29.16, x2: 27.73, y1: 28.08, y2: 4.47, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 20.5, y2: 20.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16997", x1: 7.34, x2: 16.67, y1: 10.64, y2: 10.64, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16997", x1: 17.92, x2: 13.06, y1: 20.45, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 10.57, y2: 10.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16997", x1: 9.42, x2: 14.38, y1: 6.22, y2: 6.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16997", x1: 15.47, x2: 18.11, y1: 20.56, y2: 20.56, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16997", x1: 15.94, x2: 18.98, y1: 20.49, y2: 20.49, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16997", x1: 15.15, x2: 18.98, y1: 10.69, y2: 10.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16997", x1: 15.97, x2: 18.03, y1: 10.83, y2: 10.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16997", x1: 15.29, x2: 19.77, y1: 6.2, y2: 7.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16997", x1: 15.75, x2: 17.65, y1: 6.34, y2: 6.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16997", x1: 12.74, x2: 11.53, y1: 21.08, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16997", x1: 11.82, x2: 13.13, y1: 9.57, y2: 14.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16997", x1: 7.34, x2: 16.66, y1: 15.16, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16997", x1: 17.04, x2: 9.89, y1: 15.42, y2: 15.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16997", x1: 14.25, x2: 19.59, y1: 15.26, y2: 15.26, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16997", x1: 16.73, x2: 18.42, y1: 15.27, y2: 15.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16997", x1: 12.29, x2: 11.28, y1: 15.78, y2: 9.34, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16997", x1: 13, x2: 10.4, y1: 10.8, y2: 5.16, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16997", x1: 13.51, x2: 13.13, y1: 5.85, y2: 2.29, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16997", x1: 13.42, x2: 13.42, y1: 6.39, y2: 8.97, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16997", x1: 31.12, x2: 34.45, y1: 15.85, y2: 25.99, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16997", x1: 30.55, x2: 30.74, y1: 9.69, y2: 2.43, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint39_linear_15759_16997", x1: 20.38, x2: 17.94, y1: 21.74, y2: 43.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.57 -1 .46 -1.66 26 9.47)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(182 6.22 10.13)scale(3.17 2.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.4 0 0 -1.84 12.23 10.25)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(-3.12 0 0 -1.95 13.41 6.12)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(177 5.4 7.76)scale(3.49 2.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint38_radial_15759_16997", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(259 23.1 8.58)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), ze = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_linear_15759_16949)", d: "M19.9 4c-1.24 0-1.71 1-1.62 2.91.07 1.27.5 4.8-1.3 6.59-1.66 1.67-2.15 1.52-4.05 3.67s-3.48 1.71-5.7 1.52c-2.77-.24-1.83 15.21.13 14.94 1.4-.19 4.56-.57 5.07-.57.5 0 3.98 2.7 7.02 2.73 4.94.05 7.66-.83 7.66-.83l1.45-3.28.48-10.01-2.3-4.82s-3.1.51-4-.88c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_linear_15759_16949)", d: "m27.29 34.93-.2-.68c-.55-.06-1.26.2-2.24.19-4.67-.04-9.13-1.38-11.05-2.9-1.25-1-1.8-2.31-2.69-1.93-1.09.47-4.2 1.2-5.33-.25.32 2.47.89 4.37 1.58 4.27 1.4-.19 4.56-.57 5.07-.57.5 0 3.88 2.62 7.02 2.73 4.07.13 7.68-.57 7.68-.57z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16949)", d: "M9.21 19.67c1.84.5 3-.34 3.94-1.48.94-1.13 1.74-2.13 4.09-3.65s2.04-5.7 1.85-7.1c-.2-1.39-.07-3.44.8-3.44-1.23 0-1.7 1-1.6 2.91.06 1.27.48 4.8-1.3 6.59-1.67 1.67-2.16 1.52-4.06 3.67s-3.48 1.71-5.7 1.52c0 .48.15.47 1.98.98" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_linear_15759_16949)", d: "M22.74 15.97c-.88-1.4.7-3.1.7-7.1C23.44 4.9 20.53 4 19.9 4q-.26 0-.45.05c2.58.17 4.14 3.42 3.25 6.78-.73 2.73-1.09 4.91.1 6.2.76.83 2.27.68 3.93-.18 0 0-3.1.51-3.99-.88" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16949)", d: "M22.92 17.39c-1.52.5-5.36 1.7-8.26 4.33-7.37 6.68 5.2 7.52 7.8 13.24.5 1.09 3.4-5.73 3.4-5.73l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16949)", d: "M23.14 17.97c-1.52.5-7.72 4.48-7.72 6.45 0 5.66 4.3 2.87 6.62 9.55.32.93 1.46 1.7 1.46 1.7.94-.76 2.36-6.44 2.36-6.44l.94-1.58-2.71-7.22z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16949)", d: "m26.65 35.34 2.9-3.33.65-13.89-7.28-.73c-1.67.9-1.87 2.13-1.25 4.1.27.83-.8 1.07-.86 3.5-.05 1.67 1.05 1.68 1.05 2.18s-.55.45-.73 1.9c-.26 2.07 1.47 2.1 1.47 2.55s-.96.7-.9 2.39c.07 2.13-3.9 1.7-6.58-.24-1.1-.8-2.06-.88-2.81-.7h.12c.5 0 3.9 2.72 7.02 2.72 3.65 0 6.17-.22 7.2-.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16949)", d: "M27.32 18.3c-2.25 0-3.48 2.2-2.63 3.89s-1.58 3.92-1.33 5.02.7 3.88 1.04 4.34-.57 1.5-.57 1.5l2.85.36 2.66-1.18-.1-8.04.29-5.03z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16949)", d: "M12.93 17.17c-1.23 1.4-2.33 1.7-3.56 1.7.36.56.6 1.19.58 1.8-.07 1.6.28 3.57.55 1.52.2-1.57 1.27-3.5 2.54-5.14z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16949)", d: "M29.02 16.8c-2.66-.11-7.43-.26-7.54 2.52-.08 2.02 1.35 2.69 3.57 2.77l4.24.16c.91.04 3.8.02 3.82-2.42.04-3.05-4.1-3.04-4.1-3.04" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint10_linear_15759_16949)", d: "M24.65 26.86c-.71-.02-2.83.5-3.03 1.85-.15 1.06.39 2.43 2.23 2.75 2.33.4 6.21.62 7.67.08.64-.25 1.2-.93 1.24-1.95a2.4 2.4 0 0 0-2.4-2.47c-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint11_linear_15759_16949)", d: "M23.9 31.55c-.8 0-1.8.72-1.8 1.9 0 1.19.31 2.07 2.04 2.4 1.74.33 4.51.05 5.56-.28.81-.26 1.11-1.02 1.11-2.28s-.78-1.48-1.63-1.48c-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint12_linear_15759_16949)", d: "M28.8 17.35c-2.33-.09-6.5-.22-6.58 1.98-.06 1.6 1.19 2.13 3.12 2.2s7.02.17 7.04-1.76c.02-2.4-3.59-2.42-3.59-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint13_linear_15759_16949)", d: "M24.86 27.42c-.62-.01-2.35.13-2.52 1.42-.11.87.34 1.98 1.94 2.25 2.03.34 5.41.52 6.68.07.56-.2 1.05-.75 1.08-1.6.02-.83-.76-1.87-2.2-1.91s-2.22.1-3.04 0c-1-.11-1.44-.21-1.94-.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint14_linear_15759_16949)", d: "M24.25 31.99c-.7 0-1.56.57-1.56 1.53 0 .95.27 1.66 1.77 1.93 1.5.26 3.9.04 4.8-.23.7-.21.97-.82.97-1.84 0-1.01-.68-1.19-1.42-1.19s-1.64.13-2.15.1c-1.43-.07-1.71-.3-2.4-.3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint15_linear_15759_16949)", d: "M23.83 19.33c.05-1.51 1.26-2.24 2.8-2.58-2.45.06-5.07.52-5.15 2.57-.08 2.02 1.35 2.69 3.57 2.77q.36 0 .69.03c-1.24-.37-1.97-1.19-1.91-2.79" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint16_linear_15759_16949)", d: "M24.04 17.03c-1.42.3-2.51.98-2.56 2.3-.06 1.67.92 2.41 2.52 2.66-3.25-1.3-2.09-4.5.04-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint17_radial_15759_16949)", d: "M20.26 32.98c-.38.86-2.16.92-3.99.12s-3-2.14-2.63-3 2.16-.91 3.99-.12c1.83.8 3 2.14 2.63 3" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint18_radial_15759_16949)", d: "M31 19.74c-.01 1.17-1.57 1.72-3.27 1.82-1.4.09-2.94-.9-2.9-2.04s.24-2.15 3.14-2.04c1.7.05 3.06 1.12 3.04 2.26" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint19_radial_15759_16949)", d: "M31.32 29.98c-.01 1.61-1.79 1.3-3.49 1.42-2.16.14-3.6-.53-3.6-1.67s.83-1.97 3.73-1.98c1.7 0 3.37.16 3.36 2.23" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint20_radial_15759_16949)", d: "M29.76 34.05c-.01 1.37-1.62 1.56-3.15 1.56s-3.18-.8-3.18-1.78c0-.97.73-1.68 3.32-1.68 1.53 0 3.02.13 3 1.9" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint21_linear_15759_16949)", d: "M23.6 29.04c.25-1.84 1.66-1.73 3.27-1.92-1.86-.14-2.64-.16-2.64-.16a3 3 0 0 0-.57 0c-.6.14-1.29.41-1.7.93a2 2 0 0 0-.34.82c-.13 1.06.39 2.43 2.23 2.75l.85.13.47.06.13.01c-1.01-.48-1.87-1.27-1.7-2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint22_linear_15759_16949)", d: "m24.05 26.95-.39.01c-.6.14-1.3.42-1.7.94q-.2.29-.32.7 0 .05-.02.11c-.18 1.05.34 2.28 1.94 2.69-2.74-1.52-1.57-4.45.5-4.45" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint23_linear_15759_16949)", d: "M25.65 31.83c-.8-.12-1.14-.28-1.74-.28-.8 0-1.8.71-1.8 1.9q-.01.65.17 1.16.2.42.6.76.44.32 1.26.48.57.1 1.23.13c-.84-.49-2.28-.75-1.98-2.4.33-1.82 1.42-1.57 2.26-1.75" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint24_linear_15759_16949)", d: "M23.87 31.55c-.8.02-1.77.73-1.77 1.9 0 1.09.26 1.92 1.64 2.3-2.15-1.38-1.46-3.7.13-4.2" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint25_linear_15759_16949)", d: "M33.11 19.83q0-.4-.08-.75c.21.95-.63 1.9-2.88 2.36-1.49.3-5.44.68-8.18-.4.6.71 1.68 1 3.08 1.05l4.24.16c.91.04 3.8.02 3.82-2.42" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint26_linear_15759_16949)", d: "M32.76 29.52c0-1.02-.77-2.35-2.4-2.4-1.66-.05-2.52-.02-3.47-.13-1.14-.14-1.67-.12-2.24-.13-.43-.02-1.5.11-2.21.56.8.29 2.13.7 3.99.59 4.46-.29 5.73.25 6.33 1.51" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint27_linear_15759_16949)", d: "M23.7 22.25c-.96-.02-2.46.54-2.5 2.51s1.68 2.44 2.44 2.46c.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62-.56-2.58-2.53-2.62c-5.7-.12-7.84.01-7.84.01" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint28_linear_15759_16949)", d: "M24.2 22.82c-.82-.01-2.13.41-2.16 1.93-.03 1.53 1.47 1.9 2.13 1.9.66.02 2.97.16 5.81.22 2.85.06 3.23-1.3 3.24-2.01s-.08-2-1.8-2.03c-4.95-.1-7.22 0-7.22 0" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint29_linear_15759_16949)", d: "M23.23 24.57c.1-2.02 1.51-2.03 3.1-2.38-1.86.01-2.64.06-2.64.06-.95-.02-2.45.54-2.5 2.51-.03 1.97 1.7 2.44 2.45 2.46q.44 0 1.5.06c-1.05-.43-1.98-1.22-1.9-2.7" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint30_radial_15759_16949)", d: "M32.4 24.78c.06 1.61-1.73 1.92-3.43 2s-3.6-.78-3.66-1.92c-.05-1.14.73-2 3.62-2.15 1.7-.08 3.38 0 3.46 2.07" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint31_linear_15759_16949)", d: "M23.52 22.25c-.95.05-2.29.66-2.32 2.51-.04 1.87 1.52 2.4 2.32 2.45-3.12-1.26-2.1-4.77 0-4.96" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint32_linear_15759_16949)", d: "M34.06 24.67c-.41 2.91-8.12 2.38-12.29 1.75.57.6 1.4.79 1.87.8.76.01 3.42.2 6.69.26s3.71-1.7 3.73-2.62z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint33_linear_15759_16949)", d: "M30.2 31.16c-1.5.07-5.45.56-8.33-.99.33.6.95 1.1 1.98 1.29 2.33.4 6.21.62 7.66.08.65-.25 1.22-.92 1.25-1.95-.1.9-.95 1.5-2.56 1.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint34_linear_15759_16949)", d: "M30.7 34.4c-.98.74-2.67 1.18-5.1.77-1.52-.25-2.55-.34-3.23-.36.27.5.8.85 1.77 1.04 1.74.33 4.51.05 5.56-.28q.79-.26 1-1.17" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint35_linear_15759_16949)", d: "M22.42 32.38c1.81-.65 2.7.32 4.63.32 2 0 2.97-.8 3.68-.04-.22-.7-.87-.85-1.55-.85-.86 0-1.9.15-2.49.12-1.65-.08-1.98-.38-2.78-.38-.52 0-1.13.3-1.49.83" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint36_linear_15759_16949)", d: "M7.37 33.63c1.39-.19 4.55-.57 5.06-.57-4.6-3.28-2.55-10.26-.86-13.8q.36-.73.47-1.24c-1.53 1.17-2.94.83-4.8.67-2.78-.24-1.84 15.21.13 14.94" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint37_linear_15759_16949)", d: "M10.26 30.46c-.48-.63-.06.73.32 1.71.32.84-2.16.34-4.05.55.24.61.53.96.84.91 1.39-.19 4.55-.57 5.06-.57-.72-.6-1.7-1.96-2.17-2.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint38_linear_15759_16949)", d: "M12.43 33.07c-.4-.34-.87-.9-1.3-1.45 0 0-2.3 1.18-4.77.62.28.9.62 1.45 1 1.4a95 95 0 0 1 5.07-.57" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint39_radial_15759_16949)", d: "M21.16 9.94c-.9.2-1.64-1.05-2.05-2.5-.34-1.19.12-2.7 1-2.88.9-.17 1.71-.17 2.2 2.35.29 1.48-.27 2.84-1.15 3.03" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M23.87 31.55c-.5.06-.94.32-1.25.69s-.46.85-.43 1.33c0 .5.08.99.35 1.38.28.4.74.64 1.2.8-.48-.1-.98-.3-1.3-.72s-.4-.96-.42-1.45c-.02-.51.14-1.05.5-1.43.35-.37.85-.6 1.35-.6M23.08 27.14q-.5.21-.88.57a2 2 0 0 0-.48.9c-.12.6-.02 1.25.33 1.75s.91.84 1.51 1.04a2.6 2.6 0 0 1-1.62-.96q-.3-.4-.4-.9-.08-.48.03-.96.14-.56.56-.94.42-.35.95-.5M23.52 22.25a2.6 2.6 0 0 0-1.56.72c-.4.41-.63.98-.66 1.56-.06.57.03 1.17.36 1.65.32.47.85.8 1.42.96-.58-.1-1.16-.4-1.53-.89a2.5 2.5 0 0 1-.42-1.74c.05-.6.29-1.21.74-1.63a2.5 2.5 0 0 1 1.65-.63M24.04 17.03c-.63.17-1.26.4-1.75.82-.5.4-.77 1.03-.73 1.67 0 .63.2 1.28.69 1.7.47.43 1.11.64 1.75.77a3.4 3.4 0 0 1-1.84-.67 2.3 2.3 0 0 1-.76-1.8 2.1 2.1 0 0 1 .81-1.77c.54-.41 1.19-.6 1.83-.72" }), /* @__PURE__ */ e.createElement("path", { fill: "#804b24", d: "M21.87 30.17a2.8 2.8 0 0 0 2.09 1.25q1.25.2 2.51.27 1.28.12 2.54.11.63 0 1.26-.05c.42-.04.84-.08 1.25-.21-.8.3-1.67.34-2.51.37q-1.28.03-2.55-.05-1.26-.11-2.52-.33-.65-.1-1.2-.43a2.3 2.3 0 0 1-.87-.93M21.77 26.42q.5.48 1.18.64c.43.13.89.1 1.34.13l2.73.08 2.73.13c.9.06 1.83.07 2.7-.23-.85.36-1.8.39-2.7.34l-2.73-.08-2.73-.13c-.45-.03-.92-.01-1.36-.16a2.6 2.6 0 0 1-1.16-.72M31.53 22.24q-.98.01-1.96.01H27.6l-1.96.03q-.97-.01-1.95.04c-.65-.02-1.32.2-1.78.66-.47.46-.7 1.12-.72 1.78q0-.5.14-.98.16-.49.52-.86a2.6 2.6 0 0 1 1.83-.73q1.95-.1 3.92-.06 1.95.01 3.92.1" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_15759_16949", x1: 26.83, x2: 17.31, y1: 19.63, y2: 20.01, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint1_linear_15759_16949", x1: 16.56, x2: 16.37, y1: 32.83, y2: 27.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16949", x1: 15.34, x2: 22.51, y1: 13.98, y2: 24.24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint3_linear_15759_16949", x1: 10.15, x2: 28.52, y1: 9.9, y2: 11.27, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.31, stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ff8900" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16949", x1: 9.8, x2: 33.92, y1: 26.23, y2: 26.23, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16949", x1: 5.91, x2: 53.56, y1: 26.27, y2: 27.79, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16949", x1: 13.48, x2: 21.36, y1: 32.5, y2: 28.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16949", x1: 22.51, x2: 29.08, y1: 26.43, y2: 25.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#643800", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16949", x1: 10.84, x2: 12.27, y1: 11.92, y2: 35.53, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffa754" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 19.5, y2: 19.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint10_linear_15759_16949", x1: 32.66, x2: 23.33, y1: 29.36, y2: 29.36, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint11_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint12_linear_15759_16949", x1: 22.08, x2: 26.94, y1: 19.55, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint13_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 29.42, y2: 29.42, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint14_linear_15759_16949", x1: 30.58, x2: 25.62, y1: 33.78, y2: 33.78, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint15_linear_15759_16949", x1: 24.53, x2: 21.89, y1: 19.44, y2: 19.44, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint16_linear_15759_16949", x1: 24.06, x2: 21.02, y1: 19.51, y2: 19.51, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#e89043" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint21_linear_15759_16949", x1: 24.85, x2: 21.02, y1: 29.31, y2: 29.31, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint22_linear_15759_16949", x1: 24.03, x2: 21.97, y1: 29.17, y2: 29.17, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint23_linear_15759_16949", x1: 24.71, x2: 20.23, y1: 33.8, y2: 32.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint24_linear_15759_16949", x1: 24.25, x2: 22.35, y1: 33.66, y2: 33.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint25_linear_15759_16949", x1: 27.26, x2: 28.47, y1: 18.92, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint26_linear_15759_16949", x1: 28.18, x2: 26.87, y1: 30.43, y2: 25.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint27_linear_15759_16949", x1: 32.66, x2: 23.34, y1: 24.83, y2: 24.83, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint28_linear_15759_16949", x1: 22.96, x2: 30.11, y1: 24.57, y2: 24.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffcb4b" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.74, stopColor: "#ffd748" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffcb4b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint29_linear_15759_16949", x1: 25.75, x2: 20.41, y1: 24.74, y2: 24.74, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#fba23b", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint31_linear_15759_16949", x1: 23.27, x2: 21.58, y1: 24.73, y2: 24.73, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#ffbc47" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#fba23b" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint32_linear_15759_16949", x1: 27.71, x2: 28.72, y1: 24.22, y2: 30.66, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint33_linear_15759_16949", x1: 27, x2: 29.6, y1: 29.2, y2: 34.84, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint34_linear_15759_16949", x1: 26.49, x2: 26.87, y1: 34.15, y2: 37.71, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint35_linear_15759_16949", x1: 26.58, x2: 26.58, y1: 33.61, y2: 31.03, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint36_linear_15759_16949", x1: 9.18, x2: 1.11, y1: 26.49, y2: 38.69, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#c86f34", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint37_linear_15759_16949", x1: 8.65, x2: 9.98, y1: 29.19, y2: 35.13, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint38_linear_15759_16949", x1: 9.45, x2: 9.26, y1: 30.3, y2: 37.57, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffbc47", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#c86f34" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint17_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(24 -65.8 55.54)scale(3.7 1.72)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint18_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.17 .11 -.07 2.08 27.92 19.53)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint19_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.4 0 0 1.84 27.77 29.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint20_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.12 0 0 1.95 26.6 33.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint30_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(3.49 -.17 .1 2.29 28.85 24.75)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint39_radial_15759_16949", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(79 5.98 16.17)scale(3.35 1.96)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#fbe07a" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffd748", stopOpacity: 0 })))), Fe = "_list_57k0i_1", je = "_icon_57k0i_7", Ie = "_button_57k0i_12", q = {
380
+ list: Fe,
381
+ icon: je,
382
+ button: Ie
383
+ }, Ae = ({
378
384
  classNames: t,
379
- labelLeft: l,
385
+ labelLeft: n,
380
386
  labelRight: o,
381
387
  onChange: r
382
388
  }) => {
383
- const i = [
384
- [$e, 1, l ?? "Thumbs down"],
385
- [qe, 2, o ?? "Thumbs up"]
386
- ], n = y((c) => {
389
+ const s = [
390
+ [Ne, 0, n ?? "Thumbs down"],
391
+ [ze, 1, o ?? "Thumbs up"]
392
+ ], l = b((c) => {
387
393
  r(Number(c.currentTarget.value));
388
394
  }, [r]);
389
- return /* @__PURE__ */ m("div", { className: s(T.base, t?.base), children: [
390
- /* @__PURE__ */ a("div", { className: s(T.list, t?.list), children: i.map(([c, p, d]) => /* @__PURE__ */ a(
395
+ return /* @__PURE__ */ m("div", { className: i(q.base, t?.base), children: [
396
+ /* @__PURE__ */ a("div", { className: i(q.list, t?.list), children: s.map(([c, p, d]) => /* @__PURE__ */ a(
391
397
  "button",
392
398
  {
393
399
  "aria-label": d,
394
- className: s(T.button, t?.button),
400
+ className: i(q.button, t?.button),
395
401
  type: "button",
396
402
  value: p,
397
- onClick: n,
403
+ onClick: l,
398
404
  children: /* @__PURE__ */ a(
399
405
  c,
400
406
  {
401
407
  "aria-hidden": "true",
402
- className: s(T.icon, t?.icon),
408
+ className: i(q.icon, t?.icon),
403
409
  width: 32,
404
410
  height: 32
405
411
  }
@@ -410,105 +416,105 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
410
416
  /* @__PURE__ */ a(
411
417
  M,
412
418
  {
413
- className: s(T.labels, t?.labels),
414
- labelLeft: l,
419
+ className: i(q.labels, t?.labels),
420
+ labelLeft: n,
415
421
  labelRight: o
416
422
  }
417
423
  )
418
424
  ] });
419
- }, je = "_base_1uh9h_1", Ae = {
420
- base: je
421
- }, S1 = ({
425
+ }, Le = "_base_1oxyv_1", Be = {
426
+ base: Le
427
+ }, v1 = ({
422
428
  classNames: t,
423
- scaleStyle: l,
429
+ scaleStyle: n,
424
430
  question: o,
425
431
  minLabel: r,
426
- maxLabel: i,
427
- textQuestion: n,
432
+ maxLabel: s,
433
+ textQuestion: l,
428
434
  textButtonLabel: c,
429
435
  responseType: p,
430
436
  choiceOptions: d,
431
437
  thankYouMessage: _,
432
438
  onScoreSubmit: f,
433
- onFeedbackSubmit: u
439
+ onFeedbackSubmit: E
434
440
  }) => {
435
441
  const {
436
442
  screen: C,
437
- onScoreChange: h,
438
- onFeedbackChange: E
443
+ onScoreChange: y,
444
+ onFeedbackChange: u
439
445
  } = A({
440
446
  responseType: p,
441
447
  onScoreSubmit: f,
442
- onFeedbackSubmit: u
448
+ onFeedbackSubmit: E
443
449
  });
444
450
  return /* @__PURE__ */ m(
445
- j,
451
+ I,
446
452
  {
447
- className: Ae.base,
453
+ className: Be.base,
448
454
  classNames: t?.base,
449
455
  screen: C,
450
456
  question: o,
451
- textQuestion: n,
457
+ textQuestion: l,
452
458
  textButtonLabel: c,
453
459
  responseType: p,
454
460
  choiceOptions: d,
455
461
  thankYouMessage: _,
456
- onFeedback: E,
462
+ onFeedback: u,
457
463
  children: [
458
- l === "emoji" && /* @__PURE__ */ a(
459
- Te,
464
+ n === "emoji" && /* @__PURE__ */ a(
465
+ ke,
460
466
  {
461
467
  classNames: t?.scale,
462
468
  labelLeft: r,
463
- labelRight: i,
464
- onChange: h
469
+ labelRight: s,
470
+ onChange: y
465
471
  }
466
472
  ),
467
- l === "thumbs" && /* @__PURE__ */ a(
468
- Fe,
473
+ n === "thumbs" && /* @__PURE__ */ a(
474
+ Ae,
469
475
  {
470
476
  classNames: t?.scale,
471
477
  labelLeft: r,
472
- labelRight: i,
473
- onChange: h
478
+ labelRight: s,
479
+ onChange: y
474
480
  }
475
481
  )
476
482
  ]
477
483
  }
478
484
  );
479
- }, Ie = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16937)", d: "M16.75 12.13c.11-.86-.6-1.5-1.92-1.67-1.14-.15-3.72.28-5.76 2.7-.39.45.06.78.42.5 1.2-.93 4.19-1.94 6.35-1.37.86.22.9-.16.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16937)", d: "M14.13 20.76c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16937)", d: "M14.13 16.41c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96.98-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16937)", d: "M25.87 20.76c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16937)", d: "M25.87 16.48c-.74 0-1.4.65-1.73 1.6.02-1.41.79-2.55 1.73-2.55.95 0 1.71 1.14 1.74 2.56-.34-.96-.98-1.61-1.74-1.61" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16937)", d: "M23.25 12.13c-.11-.86.6-1.5 1.92-1.67 1.14-.15 3.72.28 5.76 2.7.39.45-.06.78-.42.5-1.2-.93-4.19-1.94-6.35-1.37-.86.22-.9-.16-.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16937)", d: "M27.58 27.85H12.42a.85.85 0 0 1-.85-.84c0-.46.39-.85.85-.85h15.16c.46 0 .85.39.85.85s-.39.84-.85.84" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16937)", d: "M12.34 26.62h15.33c.33 0 .62.19.76.46V27a.85.85 0 0 0-.85-.85H12.42a.85.85 0 0 0-.85.85v.07a.9.9 0 0 1 .77-.46" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.99 0 0 1.08 20 27)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16937", x1: 12.8, x2: 13.09, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16937", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.95, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16937", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16937", x1: 27.2, x2: 26.91, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16937", x1: 11.57, x2: 28.43, y1: 26.61, y2: 26.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })))), Le = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16891)", d: "M16.04 10.67c0-.72-.78-1.17-2.13-1.17-1.13 0-3.64.63-5.36 2.85-.32.4.17.63.48.37a9.7 9.7 0 0 1 6.12-1.81c.89.09.89-.24.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16891)", d: "M14.12 19.42c.95 0 1.73-1.18 1.73-2.63 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.63 1.74 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16891)", d: "M14.12 15.06c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96 1-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16891)", d: "M23.96 10.67c0-.72.78-1.17 2.13-1.17 1.13 0 3.64.63 5.36 2.85.32.4-.17.63-.48.37a9.7 9.7 0 0 0-6.12-1.81c-.9.09-.89-.24-.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33a9.3 9.3 0 0 0 8.02 4.63h.2a9.3 9.3 0 0 0 8.02-4.63.25.25 0 0 0-.18-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_radial_15759_16891)", d: "M25.87 19.42c.96 0 1.73-1.18 1.73-2.63 0-1.44-.77-2.62-1.73-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.63 1.73 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16891)", d: "M25.87 15.06c-.74 0-1.4.65-1.73 1.61.02-1.42.79-2.55 1.73-2.55.95 0 1.71 1.13 1.73 2.55-.33-.96-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16891)", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33l.05.08c.16-.09.33-.18.5.01a10 10 0 0 0 7.47 3.3h.2a10 10 0 0 0 7.5-3.34c.17-.2.33-.1.48 0l.03-.06c.07-.12 0-.3-.17-.32" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16891", x1: 12.24, x2: 12.24, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16891", x1: 14.12, x2: 14.12, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16891", x1: 27.75, x2: 27.75, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16891", x1: 25.87, x2: 25.87, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16891", x1: 20, x2: 20, y1: 26.54, y2: 29.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 16.87)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint6_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 1.45 25.3)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Be = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16914)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16914)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16914)", d: "M16.1 11.43c-.04-.87-.85-1.37-2.19-1.3-1.14.07-3.6.96-5.17 3.7-.3.52.2.76.51.43 1-1.14 3.76-2.68 5.99-2.51.9.06.87-.32.87-.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16914)", d: "M14.12 20.77c.96 0 1.74-1.17 1.74-2.62s-.78-2.62-1.74-2.62c-.95 0-1.73 1.17-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16914)", d: "M14.12 16.42c.75 0 1.4.64 1.74 1.6-.03-1.41-.8-2.55-1.74-2.55s-1.7 1.14-1.73 2.55c.34-.96.99-1.6 1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16914)", d: "M25.88 20.77c.95 0 1.73-1.17 1.73-2.62s-.78-2.62-1.73-2.62c-.96 0-1.74 1.17-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16914)", d: "M23.9 11.5c.04-.87.85-1.37 2.19-1.3 1.14.06 3.6.96 5.17 3.7.3.52-.2.76-.51.42-1-1.13-3.76-2.68-5.99-2.5-.9.06-.87-.33-.87-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16914)", d: "M25.88 16.48c-.75 0-1.4.64-1.74 1.6.03-1.41.8-2.55 1.74-2.55s1.7 1.14 1.73 2.55c-.34-.95-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M20 26.19c6.39 0 8.44 6.32 6.49 5.33A12.4 12.4 0 0 0 20 30.06c-2.22 0-3.88.13-6.49 1.46-1.95.99.1-5.33 6.49-5.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16914)", d: "M20 27.3a8.2 8.2 0 0 1 7.2 3.9c.05-1.28-2.3-5-7.2-5s-7.25 3.72-7.2 5a8.2 8.2 0 0 1 7.2-3.9" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16914", x1: 12.4, x2: 12.27, y1: 13.08, y2: 10.81, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16914", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.96, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16914", x1: 27.6, x2: 27.73, y1: 13.15, y2: 10.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16914", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16914", x1: 20, x2: 20, y1: 24.54, y2: 29.58, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), De = "_list_1j2mw_1", He = "_icon_1j2mw_6", Pe = "_button_1j2mw_11", N = {
480
- list: De,
481
- icon: He,
482
- button: Pe
483
- }, Re = [
484
- [P, 1],
485
- [Be, 2],
486
- [Ie, 3],
487
- [Le, 4],
488
- [R, 5]
489
- ], Ke = ({
485
+ }, De = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16937)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16937)", d: "M16.75 12.13c.11-.86-.6-1.5-1.92-1.67-1.14-.15-3.72.28-5.76 2.7-.39.45.06.78.42.5 1.2-.93 4.19-1.94 6.35-1.37.86.22.9-.16.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16937)", d: "M14.13 20.76c.95 0 1.73-1.17 1.73-2.62 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16937)", d: "M14.13 16.41c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96.98-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16937)", d: "M25.87 20.76c.96 0 1.74-1.17 1.74-2.62 0-1.44-.78-2.62-1.74-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16937)", d: "M25.87 16.48c-.74 0-1.4.65-1.73 1.6.02-1.41.79-2.55 1.73-2.55.95 0 1.71 1.14 1.74 2.56-.34-.96-.98-1.61-1.74-1.61" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16937)", d: "M23.25 12.13c-.11-.86.6-1.5 1.92-1.67 1.14-.15 3.72.28 5.76 2.7.39.45-.06.78-.42.5-1.2-.93-4.19-1.94-6.35-1.37-.86.22-.9-.16-.9-.16" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_radial_15759_16937)", d: "M27.58 27.85H12.42a.85.85 0 0 1-.85-.84c0-.46.39-.85.85-.85h15.16c.46 0 .85.39.85.85s-.39.84-.85.84" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint9_linear_15759_16937)", d: "M12.34 26.62h15.33c.33 0 .62.19.76.46V27a.85.85 0 0 0-.85-.85H12.42a.85.85 0 0 0-.85.85v.07a.9.9 0 0 1 .77-.46" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint8_radial_15759_16937", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(5.99 0 0 1.08 20 27)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16937", x1: 12.8, x2: 13.09, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16937", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.95, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16937", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16937", x1: 27.2, x2: 26.91, y1: 13.08, y2: 10.82, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint9_linear_15759_16937", x1: 11.57, x2: 28.43, y1: 26.61, y2: 26.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })))), He = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16891)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16891)", d: "M16.04 10.67c0-.72-.78-1.17-2.13-1.17-1.13 0-3.64.63-5.36 2.85-.32.4.17.63.48.37a9.7 9.7 0 0 1 6.12-1.81c.89.09.89-.24.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16891)", d: "M14.12 19.42c.95 0 1.73-1.18 1.73-2.63 0-1.44-.78-2.62-1.73-2.62-.96 0-1.74 1.18-1.74 2.62s.78 2.63 1.74 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16891)", d: "M14.12 15.06c.74 0 1.4.65 1.73 1.61-.02-1.42-.79-2.55-1.73-2.55-.95 0-1.71 1.13-1.74 2.55.34-.96 1-1.6 1.74-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_linear_15759_16891)", d: "M23.96 10.67c0-.72.78-1.17 2.13-1.17 1.13 0 3.64.63 5.36 2.85.32.4-.17.63-.48.37a9.7 9.7 0 0 0-6.12-1.81c-.9.09-.89-.24-.89-.24" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33a9.3 9.3 0 0 0 8.02 4.63h.2a9.3 9.3 0 0 0 8.02-4.63.25.25 0 0 0-.18-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_radial_15759_16891)", d: "M25.87 19.42c.96 0 1.73-1.18 1.73-2.63 0-1.44-.77-2.62-1.73-2.62-.95 0-1.73 1.18-1.73 2.62s.78 2.63 1.73 2.63" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16891)", d: "M25.87 15.06c-.74 0-1.4.65-1.73 1.61.02-1.42.79-2.55 1.73-2.55.95 0 1.71 1.13 1.73 2.55-.33-.96-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16891)", d: "M27.95 25.27a.5.5 0 0 0-.4.12 11.3 11.3 0 0 1-7.17 2.79h-.76c-2.25 0-5.23-.98-7.17-2.8a.5.5 0 0 0-.4-.11c-.16.03-.24.2-.16.33l.05.08c.16-.09.33-.18.5.01a10 10 0 0 0 7.47 3.3h.2a10 10 0 0 0 7.5-3.34c.17-.2.33-.1.48 0l.03-.06c.07-.12 0-.3-.17-.32" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16891", x1: 12.24, x2: 12.24, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16891", x1: 14.12, x2: 14.12, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint5_linear_15759_16891", x1: 27.75, x2: 27.75, y1: 11.88, y2: 9.98, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16891", x1: 25.87, x2: 25.87, y1: 14.16, y2: 16.61, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16891", x1: 20, x2: 20, y1: 26.54, y2: 29.22, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe030" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb92e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.45 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffea5f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbc47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 16.87)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint6_radial_15759_16891", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 1.45 25.3)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Pe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 40, height: 40, fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "url(#paint0_radial_15759_16914)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint1_radial_15759_16914)", d: "M20 38a18 18 0 1 0 0-36 18 18 0 0 0 0 36", opacity: 0.5 }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint2_linear_15759_16914)", d: "M16.1 11.43c-.04-.87-.85-1.37-2.19-1.3-1.14.07-3.6.96-5.17 3.7-.3.52.2.76.51.43 1-1.14 3.76-2.68 5.99-2.51.9.06.87-.32.87-.32" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint3_radial_15759_16914)", d: "M14.12 20.77c.96 0 1.74-1.17 1.74-2.62s-.78-2.62-1.74-2.62c-.95 0-1.73 1.17-1.73 2.62s.78 2.62 1.73 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint4_linear_15759_16914)", d: "M14.12 16.42c.75 0 1.4.64 1.74 1.6-.03-1.41-.8-2.55-1.74-2.55s-1.7 1.14-1.73 2.55c.34-.96.99-1.6 1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint5_radial_15759_16914)", d: "M25.88 20.77c.95 0 1.73-1.17 1.73-2.62s-.78-2.62-1.73-2.62c-.96 0-1.74 1.17-1.74 2.62s.78 2.62 1.74 2.62" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint6_linear_15759_16914)", d: "M23.9 11.5c.04-.87.85-1.37 2.19-1.3 1.14.06 3.6.96 5.17 3.7.3.52-.2.76-.51.42-1-1.13-3.76-2.68-5.99-2.5-.9.06-.87-.33-.87-.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint7_linear_15759_16914)", d: "M25.88 16.48c-.75 0-1.4.64-1.74 1.6.03-1.41.8-2.55 1.74-2.55s1.7 1.14 1.73 2.55c-.34-.95-.99-1.6-1.73-1.6" }), /* @__PURE__ */ e.createElement("path", { fill: "#643800", d: "M20 26.19c6.39 0 8.44 6.32 6.49 5.33A12.4 12.4 0 0 0 20 30.06c-2.22 0-3.88.13-6.49 1.46-1.95.99.1-5.33 6.49-5.33" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#paint8_linear_15759_16914)", d: "M20 27.3a8.2 8.2 0 0 1 7.2 3.9c.05-1.28-2.3-5-7.2-5s-7.25 3.72-7.2 5a8.2 8.2 0 0 1 7.2-3.9" }), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "paint2_linear_15759_16914", x1: 12.4, x2: 12.27, y1: 13.08, y2: 10.81, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint4_linear_15759_16914", x1: 14.12, x2: 14.12, y1: 15.51, y2: 17.96, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint6_linear_15759_16914", x1: 27.6, x2: 27.73, y1: 13.15, y2: 10.87, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#7a4400" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint7_linear_15759_16914", x1: 25.88, x2: 25.88, y1: 15.58, y2: 18.02, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint8_linear_15759_16914", x1: 20, x2: 20, y1: 24.54, y2: 29.58, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#3c2200" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#512d00" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint0_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(21.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffdf30" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffb82e" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint1_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "translate(16.46 12.7)scale(17.08)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#ffe95f" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#ffbb47", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint3_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(.7 2.44 -1.58 .46 13.6 18.21)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "paint5_radial_15759_16914", cx: 0, cy: 0, r: 1, gradientTransform: "rotate(74 .56 25.97)scale(2.54 1.65)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#7a4400" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#643800" })))), Re = "_list_13r41_1", Ke = "_icon_13r41_6", Ve = "_button_13r41_11", N = {
486
+ list: Re,
487
+ icon: Ke,
488
+ button: Ve
489
+ }, We = [
490
+ [K, 1],
491
+ [Pe, 2],
492
+ [De, 3],
493
+ [He, 4],
494
+ [V, 5]
495
+ ], Ye = ({
490
496
  labelLeft: t,
491
- labelRight: l,
497
+ labelRight: n,
492
498
  onChange: o,
493
499
  classNames: r
494
500
  }) => {
495
- const i = y((n) => {
496
- o(Number(n.currentTarget.value));
501
+ const s = b((l) => {
502
+ o(Number(l.currentTarget.value));
497
503
  }, [o]);
498
- return /* @__PURE__ */ m("div", { className: s(N.base, r?.base), children: [
499
- /* @__PURE__ */ a("div", { className: s(N.list, r?.list), children: Re.map(([n, c]) => /* @__PURE__ */ a(
504
+ return /* @__PURE__ */ m("div", { className: i(N.base, r?.base), children: [
505
+ /* @__PURE__ */ a("div", { className: i(N.list, r?.list), children: We.map(([l, c]) => /* @__PURE__ */ a(
500
506
  "button",
501
507
  {
502
508
  "aria-label": `Score ${c}`,
503
- className: s(N.button, r?.button),
509
+ className: i(N.button, r?.button),
504
510
  type: "button",
505
511
  value: c,
506
- onClick: i,
512
+ onClick: s,
507
513
  children: /* @__PURE__ */ a(
508
- n,
514
+ l,
509
515
  {
510
516
  "aria-hidden": "true",
511
- className: s(N.icon, r?.icon),
517
+ className: i(N.icon, r?.icon),
512
518
  width: 32,
513
519
  height: 32
514
520
  }
@@ -516,98 +522,98 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
516
522
  },
517
523
  c
518
524
  )) }),
519
- !!t && !!l && /* @__PURE__ */ a(
525
+ !!t && !!n && /* @__PURE__ */ a(
520
526
  M,
521
527
  {
522
528
  className: r?.labels,
523
529
  labelLeft: t,
524
- labelRight: l
530
+ labelRight: n
525
531
  }
526
532
  )
527
533
  ] });
528
- }, Ve = "_list_f45j5_1", We = "_button_f45j5_6", k = {
529
- list: Ve,
530
- button: We
531
- }, Ye = [1, 2, 3, 4, 5], Je = ({
534
+ }, Je = "_list_bzyvn_1", Qe = "_button_bzyvn_6", z = {
535
+ list: Je,
536
+ button: Qe
537
+ }, Xe = [1, 2, 3, 4, 5], Ze = ({
532
538
  classNames: t,
533
- labelLeft: l,
539
+ labelLeft: n,
534
540
  labelRight: o,
535
541
  onChange: r
536
542
  }) => {
537
- const i = y((n) => {
538
- r(Number(n.currentTarget.value));
543
+ const s = b((l) => {
544
+ r(Number(l.currentTarget.value));
539
545
  }, [r]);
540
- return /* @__PURE__ */ m("div", { className: s(k.base, t?.base), children: [
541
- /* @__PURE__ */ a("div", { className: s(k.list, t?.list), children: Ye.map((n) => /* @__PURE__ */ a(
546
+ return /* @__PURE__ */ m("div", { className: i(z.base, t?.base), children: [
547
+ /* @__PURE__ */ a("div", { className: i(z.list, t?.list), children: Xe.map((l) => /* @__PURE__ */ a(
542
548
  "button",
543
549
  {
544
- "aria-label": `Score ${n}`,
545
- className: s(k.button, t?.button),
550
+ "aria-label": `Score ${l}`,
551
+ className: i(z.button, t?.button),
546
552
  type: "button",
547
- value: n,
548
- onClick: i,
549
- children: /* @__PURE__ */ a("span", { className: s(k.score, t?.score), children: n })
553
+ value: l,
554
+ onClick: s,
555
+ children: /* @__PURE__ */ a("span", { className: i(z.score, t?.score), children: l })
550
556
  },
551
- n
557
+ l
552
558
  )) }),
553
- !!l && !!o && /* @__PURE__ */ a(
559
+ !!n && !!o && /* @__PURE__ */ a(
554
560
  M,
555
561
  {
556
562
  className: t?.labels,
557
- labelLeft: l,
563
+ labelLeft: n,
558
564
  labelRight: o
559
565
  }
560
566
  )
561
567
  ] });
562
- }, Qe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#d0d5dd", stroke: "#d0d5dd", strokeLinecap: "round", strokeLinejoin: "round", d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), Xe = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#fec84b", stroke: "#fec84b", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), Ze = "_list_mtyej_1", e1 = "_icon_mtyej_6", t1 = "_button_mtyej_11", $ = {
563
- list: Ze,
564
- icon: e1,
565
- button: t1
566
- }, a1 = [1, 2, 3, 4, 5], r1 = ({
568
+ }, e1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#d0d5dd", stroke: "#d0d5dd", strokeLinecap: "round", strokeLinejoin: "round", d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), t1 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 40 40", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "#fec84b", stroke: "#fec84b", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18.8 5.76c.39-.78.58-1.17.84-1.3.23-.1.5-.1.72 0 .26.13.45.52.84 1.3l3.64 7.38c.11.23.17.34.25.43a1 1 0 0 0 .26.2c.11.04.24.06.5.1l8.14 1.19c.86.12 1.3.19 1.5.4q.25.29.21.68c-.04.29-.35.59-.97 1.2l-5.9 5.74c-.18.18-.27.27-.33.37q-.08.15-.1.3c-.01.13 0 .25.05.5l1.4 8.12c.14.86.21 1.28.08 1.54a.8.8 0 0 1-.59.42c-.28.05-.66-.15-1.43-.55l-7.29-3.84a2 2 0 0 0-.46-.2 1 1 0 0 0-.32 0c-.12.02-.23.08-.46.2l-7.29 3.84c-.77.4-1.15.6-1.44.55a.8.8 0 0 1-.58-.42c-.13-.26-.06-.68.09-1.54l1.39-8.11c.04-.26.06-.38.05-.5a1 1 0 0 0-.1-.3c-.06-.11-.15-.2-.34-.38l-5.9-5.75c-.61-.6-.92-.9-.96-1.19a.8.8 0 0 1 .22-.68c.2-.21.63-.28 1.48-.4l8.16-1.2c.25-.03.38-.05.49-.1q.14-.06.26-.19c.08-.09.14-.2.25-.43z" })), a1 = "_list_mtyej_1", r1 = "_icon_mtyej_6", n1 = "_button_mtyej_11", k = {
569
+ list: a1,
570
+ icon: r1,
571
+ button: n1
572
+ }, l1 = [1, 2, 3, 4, 5], o1 = ({
567
573
  labelLeft: t,
568
- labelRight: l,
574
+ labelRight: n,
569
575
  onChange: o,
570
576
  classNames: r
571
577
  }) => {
572
- const [i, n] = S(null), c = y((f) => {
573
- n(Number(f.currentTarget.value));
574
- }, []), p = y((f) => {
575
- n(Number(f.currentTarget.value));
576
- }, []), d = y(() => {
577
- n(null);
578
- }, []), _ = y((f) => {
578
+ const [s, l] = g(null), c = b((f) => {
579
+ l(Number(f.currentTarget.value));
580
+ }, []), p = b((f) => {
581
+ l(Number(f.currentTarget.value));
582
+ }, []), d = b(() => {
583
+ l(null);
584
+ }, []), _ = b((f) => {
579
585
  o(Number(f.currentTarget.value));
580
586
  }, [o]);
581
- return /* @__PURE__ */ m("div", { className: s($.base, r?.base), children: [
587
+ return /* @__PURE__ */ m("div", { className: i(k.base, r?.base), children: [
582
588
  /* @__PURE__ */ a(
583
589
  "div",
584
590
  {
585
- className: s($.list, r?.list),
591
+ className: i(k.list, r?.list),
586
592
  onBlur: d,
587
593
  onMouseLeave: d,
588
- children: a1.map((f) => /* @__PURE__ */ a(
594
+ children: l1.map((f) => /* @__PURE__ */ a(
589
595
  "button",
590
596
  {
591
597
  "aria-label": `${f} ${f > 1 ? "stars" : "star"}`,
592
- className: s($.button, r?.button),
598
+ className: i(k.button, r?.button),
593
599
  type: "button",
594
600
  value: f,
595
601
  onClick: _,
596
602
  onFocus: c,
597
603
  onMouseOver: p,
598
- children: i !== null && f <= i ? /* @__PURE__ */ a(
599
- Xe,
604
+ children: s !== null && f <= s ? /* @__PURE__ */ a(
605
+ t1,
600
606
  {
601
607
  "aria-hidden": "true",
602
- className: s($.icon, r?.icon),
608
+ className: i(k.icon, r?.icon),
603
609
  width: 40,
604
610
  height: 40
605
611
  }
606
612
  ) : /* @__PURE__ */ a(
607
- Qe,
613
+ e1,
608
614
  {
609
615
  "aria-hidden": "true",
610
- className: s($.icon, r?.icon),
616
+ className: i(k.icon, r?.icon),
611
617
  width: 40,
612
618
  height: 40
613
619
  }
@@ -617,297 +623,297 @@ const Y = "_base_1xl92_1", J = "_animated_1xl92_14", Q = "_fadeForward_1xl92_1",
617
623
  ))
618
624
  }
619
625
  ),
620
- !!t && !!l && /* @__PURE__ */ a(
626
+ !!t && !!n && /* @__PURE__ */ a(
621
627
  M,
622
628
  {
623
629
  className: r?.labels,
624
630
  labelLeft: t,
625
- labelRight: l
631
+ labelRight: n
626
632
  }
627
633
  )
628
634
  ] });
629
- }, n1 = "_base_1r0wo_1", l1 = {
630
- base: n1
631
- }, M1 = ({
635
+ }, i1 = "_base_14lcg_1", s1 = {
636
+ base: i1
637
+ }, w1 = ({
632
638
  classNames: t,
633
- scaleStyle: l,
639
+ scaleStyle: n,
634
640
  question: o,
635
641
  minLabel: r,
636
- maxLabel: i,
637
- textQuestion: n,
642
+ maxLabel: s,
643
+ textQuestion: l,
638
644
  textButtonLabel: c,
639
645
  responseType: p,
640
646
  choiceOptions: d,
641
647
  thankYouMessage: _,
642
648
  onScoreSubmit: f,
643
- onFeedbackSubmit: u
649
+ onFeedbackSubmit: E
644
650
  }) => {
645
651
  const {
646
652
  screen: C,
647
- onScoreChange: h,
648
- onFeedbackChange: E
653
+ onScoreChange: y,
654
+ onFeedbackChange: u
649
655
  } = A({
650
656
  responseType: p,
651
657
  onScoreSubmit: f,
652
- onFeedbackSubmit: u
658
+ onFeedbackSubmit: E
653
659
  });
654
660
  return /* @__PURE__ */ m(
655
- j,
661
+ I,
656
662
  {
657
- className: l1.base,
663
+ className: s1.base,
658
664
  classNames: t?.base,
659
665
  screen: C,
660
666
  question: o,
661
- textQuestion: n,
667
+ textQuestion: l,
662
668
  textButtonLabel: c,
663
669
  responseType: p,
664
670
  choiceOptions: d,
665
671
  thankYouMessage: _,
666
- onFeedback: E,
672
+ onFeedback: u,
667
673
  children: [
668
- l === "emoji" && /* @__PURE__ */ a(
669
- Ke,
674
+ n === "emoji" && /* @__PURE__ */ a(
675
+ Ye,
670
676
  {
671
677
  classNames: t?.scale,
672
678
  labelLeft: r,
673
- labelRight: i,
674
- onChange: h
679
+ labelRight: s,
680
+ onChange: y
675
681
  }
676
682
  ),
677
- l === "numbers" && /* @__PURE__ */ a(
678
- Je,
683
+ n === "numbers" && /* @__PURE__ */ a(
684
+ Ze,
679
685
  {
680
686
  classNames: t?.scale,
681
687
  labelLeft: r,
682
- labelRight: i,
683
- onChange: h
688
+ labelRight: s,
689
+ onChange: y
684
690
  }
685
691
  ),
686
- l === "stars" && /* @__PURE__ */ a(
687
- r1,
692
+ n === "stars" && /* @__PURE__ */ a(
693
+ o1,
688
694
  {
689
695
  classNames: t?.scale,
690
696
  labelLeft: r,
691
- labelRight: i,
692
- onChange: h
697
+ labelRight: s,
698
+ onChange: y
693
699
  }
694
700
  )
695
701
  ]
696
702
  }
697
703
  );
698
- }, o1 = "_list_1t0bv_1", s1 = "_button_1t0bv_13", i1 = "_score_1t0bv_49", c1 = "_label_1t0bv_52", p1 = "_labels_1t0bv_72", U = {
699
- list: o1,
700
- button: s1,
701
- score: i1,
702
- label: c1,
703
- labels: p1
704
- }, z = [1, 2, 3, 4, 5, 6, 7], f1 = ({
704
+ }, c1 = "_list_1n6j6_1", p1 = "_button_1n6j6_13", f1 = "_score_1n6j6_49", d1 = "_label_1n6j6_52", _1 = "_labels_1n6j6_72", O = {
705
+ list: c1,
706
+ button: p1,
707
+ score: f1,
708
+ label: d1,
709
+ labels: _1
710
+ }, F = [1, 2, 3, 4, 5, 6, 7], m1 = ({
705
711
  classNames: t,
706
- labelLeft: l,
712
+ labelLeft: n,
707
713
  labelRight: o,
708
714
  onChange: r
709
715
  }) => {
710
- const i = y((n) => {
711
- r(Number(n.currentTarget.value));
716
+ const s = b((l) => {
717
+ r(Number(l.currentTarget.value));
712
718
  }, [r]);
713
- return /* @__PURE__ */ m("div", { className: s(U.base, t?.base), children: [
714
- /* @__PURE__ */ a("div", { className: s(U.list, t?.list), children: z.map((n) => /* @__PURE__ */ m(
719
+ return /* @__PURE__ */ m("div", { className: i(O.base, t?.base), children: [
720
+ /* @__PURE__ */ a("div", { className: i(O.list, t?.list), children: F.map((l) => /* @__PURE__ */ m(
715
721
  "button",
716
722
  {
717
- "aria-label": `Score ${n}`,
718
- className: s(U.button, t?.button),
723
+ "aria-label": `Score ${l}`,
724
+ className: i(O.button, t?.button),
719
725
  type: "button",
720
- value: n,
721
- onClick: i,
726
+ value: l,
727
+ onClick: s,
722
728
  children: [
723
- /* @__PURE__ */ a("span", { className: s(U.score, t?.score), children: n }),
724
- n === z[0] && !!l && /* @__PURE__ */ a(
729
+ /* @__PURE__ */ a("span", { className: i(O.score, t?.score), children: l }),
730
+ l === F[0] && !!n && /* @__PURE__ */ a(
725
731
  "span",
726
732
  {
727
- className: U.label,
728
- children: ` - ${l}`
733
+ className: O.label,
734
+ children: ` - ${n}`
729
735
  },
730
736
  "left"
731
737
  ),
732
- n === z[z.length - 1] && !!o && /* @__PURE__ */ a(
738
+ l === F[F.length - 1] && !!o && /* @__PURE__ */ a(
733
739
  "span",
734
740
  {
735
- className: U.label,
741
+ className: O.label,
736
742
  children: ` - ${o}`
737
743
  },
738
744
  "right"
739
745
  )
740
746
  ]
741
747
  },
742
- n
748
+ l
743
749
  )) }),
744
- !!l && !!o && /* @__PURE__ */ a(
750
+ !!n && !!o && /* @__PURE__ */ a(
745
751
  M,
746
752
  {
747
- className: s(U.labels, t?.labels),
748
- labelLeft: l,
753
+ className: i(O.labels, t?.labels),
754
+ labelLeft: n,
749
755
  labelRight: o
750
756
  }
751
757
  )
752
758
  ] });
753
- }, d1 = "_base_aftyp_1", _1 = {
754
- base: d1
755
- }, G1 = ({
759
+ }, E1 = "_base_cn8p7_1", u1 = {
760
+ base: E1
761
+ }, T1 = ({
756
762
  classNames: t,
757
- scaleStyle: l,
763
+ scaleStyle: n,
758
764
  question: o,
759
765
  minLabel: r,
760
- maxLabel: i,
761
- textQuestion: n,
766
+ maxLabel: s,
767
+ textQuestion: l,
762
768
  textButtonLabel: c,
763
769
  responseType: p,
764
770
  choiceOptions: d,
765
771
  thankYouMessage: _,
766
772
  onScoreSubmit: f,
767
- onFeedbackSubmit: u
773
+ onFeedbackSubmit: E
768
774
  }) => {
769
775
  const {
770
776
  screen: C,
771
- onScoreChange: h,
772
- onFeedbackChange: E
777
+ onScoreChange: y,
778
+ onFeedbackChange: u
773
779
  } = A({
774
780
  responseType: p,
775
781
  onScoreSubmit: f,
776
- onFeedbackSubmit: u
782
+ onFeedbackSubmit: E
777
783
  });
778
784
  return /* @__PURE__ */ a(
779
- j,
785
+ I,
780
786
  {
781
- className: _1.base,
787
+ className: u1.base,
782
788
  classNames: t?.base,
783
789
  screen: C,
784
790
  question: o,
785
- textQuestion: n,
791
+ textQuestion: l,
786
792
  textButtonLabel: c,
787
793
  responseType: p,
788
794
  choiceOptions: d,
789
795
  thankYouMessage: _,
790
- onFeedback: E,
791
- children: l === "numbers" && /* @__PURE__ */ a(
792
- f1,
796
+ onFeedback: u,
797
+ children: n === "numbers" && /* @__PURE__ */ a(
798
+ m1,
793
799
  {
794
800
  classNames: t?.scale,
795
801
  labelLeft: r,
796
- labelRight: i,
797
- onChange: h
802
+ labelRight: s,
803
+ onChange: y
798
804
  }
799
805
  )
800
806
  }
801
807
  );
802
- }, m1 = "_list_1s7yb_1", E1 = "_button_1s7yb_13", u1 = "_score_1s7yb_49", b1 = "_label_1s7yb_52", y1 = "_labels_1s7yb_72", O = {
803
- list: m1,
804
- button: E1,
805
- score: u1,
806
- label: b1,
807
- labels: y1
808
- }, F = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], h1 = ({
808
+ }, b1 = "_list_1cqoz_1", y1 = "_button_1cqoz_13", h1 = "_score_1cqoz_49", C1 = "_label_1cqoz_52", x1 = "_labels_1cqoz_72", S = {
809
+ list: b1,
810
+ button: y1,
811
+ score: h1,
812
+ label: C1,
813
+ labels: x1
814
+ }, j = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10], g1 = ({
809
815
  classNames: t,
810
- labelLeft: l,
816
+ labelLeft: n,
811
817
  labelRight: o,
812
818
  onChange: r
813
819
  }) => {
814
- const i = y((n) => {
815
- r(Number(n.currentTarget.value));
820
+ const s = b((l) => {
821
+ r(Number(l.currentTarget.value));
816
822
  }, [r]);
817
- return /* @__PURE__ */ m("div", { className: s(O.base, t?.base), children: [
818
- /* @__PURE__ */ a("div", { className: s(O.list, t?.list), children: F.map((n) => /* @__PURE__ */ m(
823
+ return /* @__PURE__ */ m("div", { className: i(S.base, t?.base), children: [
824
+ /* @__PURE__ */ a("div", { className: i(S.list, t?.list), children: j.map((l) => /* @__PURE__ */ m(
819
825
  "button",
820
826
  {
821
- "aria-label": `Score ${n}`,
822
- className: s(O.button, t?.button),
827
+ "aria-label": `Score ${l}`,
828
+ className: i(S.button, t?.button),
823
829
  type: "button",
824
- value: n,
825
- onClick: i,
830
+ value: l,
831
+ onClick: s,
826
832
  children: [
827
- /* @__PURE__ */ a("span", { className: s(O.score, t?.score), children: n }),
828
- n === F[0] && !!l && /* @__PURE__ */ a(
833
+ /* @__PURE__ */ a("span", { className: i(S.score, t?.score), children: l }),
834
+ l === j[0] && !!n && /* @__PURE__ */ a(
829
835
  "span",
830
836
  {
831
- className: O.label,
832
- children: ` - ${l}`
837
+ className: S.label,
838
+ children: ` - ${n}`
833
839
  },
834
840
  "left"
835
841
  ),
836
- n === F[F.length - 1] && !!o && /* @__PURE__ */ a(
842
+ l === j[j.length - 1] && !!o && /* @__PURE__ */ a(
837
843
  "span",
838
844
  {
839
- className: O.label,
845
+ className: S.label,
840
846
  children: ` - ${o}`
841
847
  },
842
848
  "right"
843
849
  )
844
850
  ]
845
851
  },
846
- n
852
+ l
847
853
  )) }),
848
- !!l && !!o && /* @__PURE__ */ a(
854
+ !!n && !!o && /* @__PURE__ */ a(
849
855
  M,
850
856
  {
851
- className: s(O.labels, t?.labels),
852
- labelLeft: l,
857
+ className: i(S.labels, t?.labels),
858
+ labelLeft: n,
853
859
  labelRight: o
854
860
  }
855
861
  )
856
862
  ] });
857
- }, C1 = "_base_1xgqd_1", x1 = {
858
- base: C1
859
- }, v1 = ({
863
+ }, U1 = "_base_1xgqd_1", O1 = {
864
+ base: U1
865
+ }, $1 = ({
860
866
  classNames: t,
861
- scaleStyle: l,
867
+ scaleStyle: n,
862
868
  question: o,
863
869
  minLabel: r,
864
- maxLabel: i,
865
- textQuestion: n,
870
+ maxLabel: s,
871
+ textQuestion: l,
866
872
  textButtonLabel: c,
867
873
  responseType: p,
868
874
  choiceOptions: d,
869
875
  thankYouMessage: _,
870
876
  onScoreSubmit: f,
871
- onFeedbackSubmit: u
877
+ onFeedbackSubmit: E
872
878
  }) => {
873
879
  const {
874
880
  screen: C,
875
- onScoreChange: h,
876
- onFeedbackChange: E
881
+ onScoreChange: y,
882
+ onFeedbackChange: u
877
883
  } = A({
878
884
  responseType: p,
879
885
  onScoreSubmit: f,
880
- onFeedbackSubmit: u
886
+ onFeedbackSubmit: E
881
887
  });
882
888
  return /* @__PURE__ */ a(
883
- j,
889
+ I,
884
890
  {
885
- className: x1.base,
891
+ className: O1.base,
886
892
  classNames: t?.base,
887
893
  screen: C,
888
894
  question: o,
889
- textQuestion: n,
895
+ textQuestion: l,
890
896
  textButtonLabel: c,
891
897
  responseType: p,
892
898
  choiceOptions: d,
893
899
  thankYouMessage: _,
894
- onFeedback: E,
895
- children: l === "numbers" && /* @__PURE__ */ a(
896
- h1,
900
+ onFeedback: u,
901
+ children: n === "numbers" && /* @__PURE__ */ a(
902
+ g1,
897
903
  {
898
904
  classNames: t?.scale,
899
905
  labelLeft: r,
900
- labelRight: i,
901
- onChange: h
906
+ labelRight: s,
907
+ onChange: y
902
908
  }
903
909
  )
904
910
  }
905
911
  );
906
912
  };
907
913
  export {
908
- G1 as CES7Survey,
909
- S1 as CSAT2Survey,
910
- M1 as CSAT5Survey,
911
- v1 as NPS10Survey,
912
- O1 as Popup
914
+ T1 as CES7Survey,
915
+ v1 as CSAT2Survey,
916
+ w1 as CSAT5Survey,
917
+ $1 as NPS10Survey,
918
+ G1 as Popup
913
919
  };