@myelmut/design-system 0.1.23 → 0.1.24
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/assets/illustrations/leaf.webp +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +187 -170
- package/dist/index.es.js.map +1 -1
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/styles/globals.css +9 -0
package/dist/index.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import Y from "i18next";
|
|
|
3
3
|
import { initReactI18next as Ce, useTranslation as S, Trans as K } from "react-i18next";
|
|
4
4
|
import { jsxs as d, jsx as a, Fragment as le } from "react/jsx-runtime";
|
|
5
5
|
import * as i from "react";
|
|
6
|
-
import ae, { useRef as
|
|
6
|
+
import ae, { useRef as V, useEffect as M, useState as E, useCallback as k, useMemo as I, forwardRef as f, memo as re } from "react";
|
|
7
7
|
const fe = "PROMO : -{{percentage}}% SUR VOTRE PREMIÈRE COMMANDE + LIVRAISON OFFERTE", be = { noResults: "Aucun résultat trouvé" }, xe = { home: "Accueil", recipes: "Recettes", history: "Histoire", blog: "Blog", sponsorship: "Parrainage", signIn: "Se connecter", tryTwoWeeks: "Essayer 2 semaines", contact: "Contact", help: "Aide", dog: "Chien", cat: "Chat", homemadeRation: "Ration ménagère", ourStory: "Notre histoire", whyElmut: "Pourquoi Elmut", faq: "FAQ", legal: "Mentions légales", terms: "CGV", sitemap: "Plan du site", back: "Retour" }, ve = { copyright: "Tous droits réservés · Elmut" }, we = { emailPlaceholder: "claudinethequeen@gmail.com", subscribeLabel: "S'abonner" }, ye = { myPet: "Mon poilu", promotionBanner: "30% de réduction sur votre commande d'essai" }, ke = { claudineAlt: "Claudine", footerMessage: "Recevez régulièrement de mes nouvelles ! Et un peu d'Elmut aussi !" }, Ne = {
|
|
8
8
|
homeVoucher: fe,
|
|
9
9
|
dropdown: be,
|
|
@@ -33,7 +33,7 @@ function s() {
|
|
|
33
33
|
for (var e, t, l = 0, r = "", n = arguments.length; l < n; l++) (e = arguments[l]) && (t = ne(e)) && (r && (r += " "), r += t);
|
|
34
34
|
return r;
|
|
35
35
|
}
|
|
36
|
-
const Le = ["Facebook", "Instagram", "LinkedIn", "Tiktok"],
|
|
36
|
+
const Le = ["Facebook", "Instagram", "LinkedIn", "Tiktok"], Lt = ({ className: e }) => {
|
|
37
37
|
const { t } = S("design"), l = [
|
|
38
38
|
{
|
|
39
39
|
links: [
|
|
@@ -140,10 +140,10 @@ const Le = ["Facebook", "Instagram", "LinkedIn", "Tiktok"], L5 = ({ className: e
|
|
|
140
140
|
}, r));
|
|
141
141
|
};
|
|
142
142
|
function U(e, t) {
|
|
143
|
-
const l =
|
|
144
|
-
|
|
143
|
+
const l = V(t);
|
|
144
|
+
M(() => {
|
|
145
145
|
l.current = t;
|
|
146
|
-
}, [t]),
|
|
146
|
+
}, [t]), M(() => {
|
|
147
147
|
function r(n) {
|
|
148
148
|
const o = e.current;
|
|
149
149
|
!o || o.contains(n.target) || l.current(n);
|
|
@@ -164,7 +164,7 @@ const Ve = (e, t) => {
|
|
|
164
164
|
};
|
|
165
165
|
function He({ ref: e, onAppear: t, onDisappear: l, threshold: r = 0.5 }) {
|
|
166
166
|
const n = e.current;
|
|
167
|
-
|
|
167
|
+
M(() => {
|
|
168
168
|
if (!n) return;
|
|
169
169
|
const o = new IntersectionObserver(
|
|
170
170
|
(c) => {
|
|
@@ -179,8 +179,8 @@ function He({ ref: e, onAppear: t, onDisappear: l, threshold: r = 0.5 }) {
|
|
|
179
179
|
};
|
|
180
180
|
}, [n, t, l, r]);
|
|
181
181
|
}
|
|
182
|
-
function
|
|
183
|
-
|
|
182
|
+
function Et({ targets: e, callback: t, root: l = null, threshold: r = 0.1, rootMargin: n = "0px" }) {
|
|
183
|
+
M(() => {
|
|
184
184
|
if (!e?.length) return;
|
|
185
185
|
const o = () => {
|
|
186
186
|
const g = new IntersectionObserver(
|
|
@@ -209,8 +209,8 @@ const J = (e, t) => {
|
|
|
209
209
|
(e.key === "Enter" || e.key === " ") && t();
|
|
210
210
|
};
|
|
211
211
|
function ze(e) {
|
|
212
|
-
const t =
|
|
213
|
-
return
|
|
212
|
+
const t = V(null);
|
|
213
|
+
return M(() => {
|
|
214
214
|
const l = t.current;
|
|
215
215
|
if (!l) return;
|
|
216
216
|
const r = (n) => {
|
|
@@ -237,13 +237,20 @@ function ze(e) {
|
|
|
237
237
|
const Se = (e) => {
|
|
238
238
|
["Backspace", "Delete", "Tab", "Escape", "Enter", "ArrowLeft", "ArrowRight"].includes(e.key) || /^[0-9]$/.test(e.key) || e.preventDefault();
|
|
239
239
|
};
|
|
240
|
-
function
|
|
240
|
+
function Mt() {
|
|
241
241
|
const [e, t] = E(!1);
|
|
242
|
-
return
|
|
242
|
+
return M(() => {
|
|
243
243
|
const l = () => t(window.innerWidth < 768);
|
|
244
244
|
return l(), window.addEventListener("resize", l), () => window.removeEventListener("resize", l);
|
|
245
245
|
}, []), e;
|
|
246
246
|
}
|
|
247
|
+
function Vt() {
|
|
248
|
+
const [e, t] = E(!1);
|
|
249
|
+
return M(() => {
|
|
250
|
+
const l = () => t(window.innerWidth >= 1024);
|
|
251
|
+
return l(), window.addEventListener("resize", l), () => window.removeEventListener("resize", l);
|
|
252
|
+
}, []), e;
|
|
253
|
+
}
|
|
247
254
|
const Ze = () => {
|
|
248
255
|
const e = window.scrollY;
|
|
249
256
|
document.body.style.position = "fixed", document.body.style.top = `-${e}px`, document.body.style.width = "100%";
|
|
@@ -267,9 +274,9 @@ const Ze = () => {
|
|
|
267
274
|
label: "sponsorship",
|
|
268
275
|
href: "/parrainage"
|
|
269
276
|
}
|
|
270
|
-
],
|
|
271
|
-
const [t, l] = E(e.variant), r =
|
|
272
|
-
return
|
|
277
|
+
], Ht = (e) => {
|
|
278
|
+
const [t, l] = E(e.variant), r = V(null);
|
|
279
|
+
return M(() => {
|
|
273
280
|
const n = Ve((o) => {
|
|
274
281
|
const c = o.detail;
|
|
275
282
|
l(c);
|
|
@@ -281,18 +288,18 @@ const Ze = () => {
|
|
|
281
288
|
/* @__PURE__ */ a(je, { ...e, variant: t }),
|
|
282
289
|
/* @__PURE__ */ a(Ae, { ...e, variant: t })
|
|
283
290
|
] });
|
|
284
|
-
},
|
|
291
|
+
}, Ie = {
|
|
285
292
|
light: "text-claret-violet-dark bg-beige-light",
|
|
286
293
|
dark: "text-beige-light bg-claret-violet-dark"
|
|
287
|
-
},
|
|
294
|
+
}, Fe = ({ variant: e, className: t, activeNavLink: l }) => {
|
|
288
295
|
const { t: r } = S(), n = s(
|
|
289
296
|
"w-full border-t px-6 py-4.5",
|
|
290
297
|
e === "light" ? "border-claret-violet-light/30" : "border-beige-light/30"
|
|
291
298
|
);
|
|
292
|
-
return /* @__PURE__ */ d("ul", { className: s("absolute top-0 right-0 left-0 z-1 w-full -translate-y-full transition-transform duration-300 ease-in-out group-data-[open=false]:duration-150 group-data-[open=true]:translate-y-0",
|
|
299
|
+
return /* @__PURE__ */ d("ul", { className: s("absolute top-0 right-0 left-0 z-1 w-full -translate-y-full transition-transform duration-300 ease-in-out group-data-[open=false]:duration-150 group-data-[open=true]:translate-y-0", Ie[e], t), children: [
|
|
293
300
|
oe.map((o) => /* @__PURE__ */ a("li", { className: s(n, l === o.href && "font-semibold"), children: /* @__PURE__ */ a("a", { href: o.href, "aria-current": l === o.href ? "page" : void 0, children: r(`navigation.${o.label}`) }) }, o.label)),
|
|
294
301
|
/* @__PURE__ */ a("li", { children: /* @__PURE__ */ d("a", { href: "/auth/sign-in", className: s("flex items-center gap-2.5 font-semibold", n, e === "light" ? "bg-beige-dark" : "bg-claret-violet-light"), children: [
|
|
295
|
-
/* @__PURE__ */ a(
|
|
302
|
+
/* @__PURE__ */ a(mt, { className: "w-2.5" }),
|
|
296
303
|
" ",
|
|
297
304
|
r("navigation.signIn")
|
|
298
305
|
] }) })
|
|
@@ -322,15 +329,15 @@ const Ze = () => {
|
|
|
322
329
|
dark: "bg-claret-violet-dark/30",
|
|
323
330
|
light: "bg-beige-light/30"
|
|
324
331
|
}, Ae = ({ variant: e = "dark", className: t, voucher: l, activeNavLink: r }) => {
|
|
325
|
-
const [n, o] = E(!1), [c, m] = E(!1), g =
|
|
332
|
+
const [n, o] = E(!1), [c, m] = E(!1), g = V(null), p = k(() => {
|
|
326
333
|
n ? (Re(), m(!0), o(!1), g.current = window.setTimeout(() => {
|
|
327
334
|
m(!1);
|
|
328
335
|
}, 300)) : (Ze(), o(!0));
|
|
329
336
|
}, [n]);
|
|
330
|
-
|
|
337
|
+
M(() => () => {
|
|
331
338
|
g.current !== null && clearTimeout(g.current);
|
|
332
339
|
}, []);
|
|
333
|
-
const u =
|
|
340
|
+
const u = I(() => e === "dark" && !n || e === "light" && n ? "primary" : "secondary", [e, n]), h = I(() => s({
|
|
334
341
|
"text-claret-violet-dark": e === "dark" && !n || e === "light" && n,
|
|
335
342
|
"text-beige-light": e === "dark" && n || e === "light" && !n
|
|
336
343
|
}), [e, n]);
|
|
@@ -338,9 +345,9 @@ const Ze = () => {
|
|
|
338
345
|
!!l && /* @__PURE__ */ a(Q, { content: l, className: s("z-100", n ? "top-0" : "top-7") }),
|
|
339
346
|
/* @__PURE__ */ d("div", { className: s("relative z-10 flex items-center justify-between bg-linear-to-b from-60% p-6 pe-3 transition-colors duration-150", l ? n ? "h-29.5 pt-13.5" : "h-36 pt-20.5" : "h-21.5 pt-6", Be[e]), children: [
|
|
340
347
|
/* @__PURE__ */ a("a", { href: "/", className: "me-auto", children: /* @__PURE__ */ a(O, { className: "w-18 md:w-36", variant: u }) }),
|
|
341
|
-
/* @__PURE__ */ a("button", { onClick: p, className: s("p-3", h), children: n ? /* @__PURE__ */ a(
|
|
348
|
+
/* @__PURE__ */ a("button", { onClick: p, className: s("p-3", h), children: n ? /* @__PURE__ */ a(F1, { className: "w-4" }) : /* @__PURE__ */ a(G1, { className: "w-4" }) })
|
|
342
349
|
] }),
|
|
343
|
-
/* @__PURE__ */ a(
|
|
350
|
+
/* @__PURE__ */ a(Fe, { variant: e, className: l ? "pt-29.5" : "pt-21.5", activeNavLink: r }),
|
|
344
351
|
(n || c) && /* @__PURE__ */ a("div", { onClick: p, className: s("fixed inset-0 z-0", Te[e], c ? "animate-fade-out" : "animate-fade-in") })
|
|
345
352
|
] });
|
|
346
353
|
}, Pe = ({ totalSteps: e, currentStep: t, className: l }) => /* @__PURE__ */ d("div", { className: s("relative flex items-center justify-between gap-2", l), children: [
|
|
@@ -369,7 +376,7 @@ const Ze = () => {
|
|
|
369
376
|
t
|
|
370
377
|
] })
|
|
371
378
|
] });
|
|
372
|
-
},
|
|
379
|
+
}, We = ({ variant: e, totalSteps: t, currentStep: l, className: r }) => {
|
|
373
380
|
const { t: n } = S("design");
|
|
374
381
|
return /* @__PURE__ */ d("div", { className: s("mx-auto mt-6 flex h-6 w-fit items-center gap-2.5 rounded-full px-1.5 md:hidden", se[e], r), children: [
|
|
375
382
|
/* @__PURE__ */ d(b, { size: "md", className: s("text-center leading-none max-md:not-italic"), children: [
|
|
@@ -379,7 +386,7 @@ const Ze = () => {
|
|
|
379
386
|
] }),
|
|
380
387
|
/* @__PURE__ */ a(b, { size: "md", className: "leading-none", children: n("wizard.myPet") })
|
|
381
388
|
] });
|
|
382
|
-
},
|
|
389
|
+
}, zt = ({ variant: e = "default", totalSteps: t = 8, currentStep: l = 1, className: r }) => {
|
|
383
390
|
const { t: n } = S("design");
|
|
384
391
|
return /* @__PURE__ */ d("nav", { className: s("fixed top-0 right-0 left-0 z-10", De[e], r), children: [
|
|
385
392
|
/* @__PURE__ */ d("div", { className: s("container mx-auto flex items-center", Oe[e]), children: [
|
|
@@ -388,7 +395,7 @@ const Ze = () => {
|
|
|
388
395
|
e != "default" && /* @__PURE__ */ a(qe, { variant: e, totalSteps: t, currentStep: l })
|
|
389
396
|
] }),
|
|
390
397
|
e != "default" && /* @__PURE__ */ d("div", { className: "container mx-auto px-6 pb-5 md:px-0", children: [
|
|
391
|
-
/* @__PURE__ */ a(
|
|
398
|
+
/* @__PURE__ */ a(We, { variant: e, totalSteps: t, currentStep: l }),
|
|
392
399
|
e === "form" && /* @__PURE__ */ a(Pe, { totalSteps: t, currentStep: l, className: "mx-auto mt-6 w-full md:mt-3.5 md:w-3/4" })
|
|
393
400
|
] }),
|
|
394
401
|
e === "payment" && /* @__PURE__ */ a(Q, { content: n("wizard.promotionBanner"), className: "top-full" })
|
|
@@ -396,14 +403,14 @@ const Ze = () => {
|
|
|
396
403
|
}, Q = ({ content: e, className: t }) => /* @__PURE__ */ a("div", { "data-banner": !0, className: s("bg-lavender-blue-light text-claret-violet-dark absolute right-0 left-0 overflow-hidden py-2.5 transition-all duration-300", t), children: /* @__PURE__ */ d("div", { className: "max-md:animate-banner flex items-center justify-start leading-none max-lg:min-w-max max-lg:will-change-transform md:container md:mx-auto md:justify-center", children: [
|
|
397
404
|
/* @__PURE__ */ a(b, { size: "button", className: "max-lg:!text-sm-mobile max-lg:px-3 max-lg:whitespace-nowrap md:text-center", children: e }),
|
|
398
405
|
/* @__PURE__ */ a(b, { size: "button", className: "!text-sm-mobile px-3 max-lg:whitespace-nowrap md:hidden", "aria-hidden": "true", children: e })
|
|
399
|
-
] }) }),
|
|
406
|
+
] }) }), _e = {
|
|
400
407
|
primary: "var(--color-claret-violet-dark)",
|
|
401
408
|
secondary: "var(--color-beige-light)"
|
|
402
409
|
}, Ke = ({ variant: e = "primary", className: t = "" }) => /* @__PURE__ */ a("svg", { className: s("h-auto", t), viewBox: "0 0 200 176", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a(
|
|
403
410
|
"path",
|
|
404
411
|
{
|
|
405
412
|
d: "M199.461 47.7402C199.323 30.8016 199.738 15.1765 198.563 4.18366C198.355 2.52437 198.424 0.381105 195.106 0.381105C190.888 0.381105 183.975 -0.241131 176.508 0.104556C168.903 0.450243 155.698 1.21075 138.621 0.657655C136.339 0.588518 125.415 0.588518 121.198 0.588518C119.608 0.588518 118.64 1.97127 118.709 3.56143C121.544 78.3681 108.2 105.608 87.1823 125.105C85.1082 127.041 81.2365 125.105 82.8267 120.542C98.3826 76.3631 89.8787 20.9841 85.4539 3.97625C85.2141 3.0286 84.6592 2.19067 83.8802 1.60015C83.1012 1.00963 82.1445 0.701645 81.1673 0.726792H69.5522C65.1966 0.726792 43.6948 0.588518 37.2651 0.588518C22.2622 0.588518 12.7213 0.726792 5.46186 1.00334C2.41982 1.07248 0.0691374 3.56143 0 6.60347C0 8.81587 1.47709e-05 11.4431 0.0691522 14.0012C0.345702 21.3297 0.622264 25.6163 0.622264 36.54V91.5042C0.622264 119.228 9.95579 134.577 17.7683 145.708C22.4697 152.414 26.4797 156.632 34.4305 161.61C52.4062 172.81 66.925 175.852 102.807 175.852C138.69 175.852 148.3 168.938 155.352 166.587C183.629 157.323 198.908 130.152 198.908 102.704C198.908 89.8449 199.462 57.0738 199.392 47.6711L199.461 47.7402Z",
|
|
406
|
-
fill:
|
|
413
|
+
fill: _e[e]
|
|
407
414
|
}
|
|
408
415
|
) }), P = {
|
|
409
416
|
primary: "var(--color-claret-violet-dark)",
|
|
@@ -437,7 +444,7 @@ const Ze = () => {
|
|
|
437
444
|
fill: P[e]
|
|
438
445
|
}
|
|
439
446
|
)
|
|
440
|
-
] }),
|
|
447
|
+
] }), F = ae.forwardRef(({ mobile: e, desktop: t, mobile2x: l, desktop2x: r, type: n = "image/webp", loading: o = "lazy", decoding: c = "async", alt: m, className: g, fadeOnLoad: p = !0 }, u) => {
|
|
441
448
|
const h = (C) => {
|
|
442
449
|
C && C.complete && p && C.classList.add("opacity-100"), typeof u == "function" ? u(C) : u && typeof u != "function" && (u.current = C);
|
|
443
450
|
};
|
|
@@ -463,7 +470,7 @@ const Ze = () => {
|
|
|
463
470
|
)
|
|
464
471
|
] });
|
|
465
472
|
});
|
|
466
|
-
|
|
473
|
+
F.displayName = "ResponsiveImage";
|
|
467
474
|
const X = {
|
|
468
475
|
xl: "text-xl-mobile md:text-xl font-semibold leading-[1.5]",
|
|
469
476
|
lg: "text-lg-mobile md:text-lg max-md:font-semibold leading-[1.5]",
|
|
@@ -544,10 +551,10 @@ const j = f((e, t) => /* @__PURE__ */ a(Z, { variant: "span", ref: t, ...e }));
|
|
|
544
551
|
j.displayName = "SpanTitle";
|
|
545
552
|
const N = f((e, t) => /* @__PURE__ */ a(Z, { variant: "p", ref: t, ...e }));
|
|
546
553
|
N.displayName = "ParagraphTitle";
|
|
547
|
-
const
|
|
548
|
-
const g =
|
|
549
|
-
(T,
|
|
550
|
-
g.current?.contentWindow?.postMessage(JSON.stringify({ method: T, value:
|
|
554
|
+
const St = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSound: n = !0, placeholderImageDesktop: o, placeholderImageMobile2x: c, placeholderImageDesktop2x: m }) => {
|
|
555
|
+
const g = V(null), [p, u] = E(!0), [h, C] = E(!1), [y, L] = E(!1), v = k(
|
|
556
|
+
(T, W) => {
|
|
557
|
+
g.current?.contentWindow?.postMessage(JSON.stringify({ method: T, value: W }), "*");
|
|
551
558
|
},
|
|
552
559
|
[g]
|
|
553
560
|
), H = k(() => {
|
|
@@ -563,7 +570,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
563
570
|
}, [v, h]), A = "text-beige-light z-10 w-10 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100";
|
|
564
571
|
return /* @__PURE__ */ d("div", { className: s("border-claret-violet-dark rounded-input md:rounded-card relative z-0 col-span-full mb-7.5 flex aspect-video cursor-pointer items-center justify-center overflow-hidden border md:mb-15 xl:col-span-10 xl:col-start-2", l), children: [
|
|
565
572
|
/* @__PURE__ */ a(
|
|
566
|
-
|
|
573
|
+
F,
|
|
567
574
|
{
|
|
568
575
|
mobile: r,
|
|
569
576
|
desktop: o,
|
|
@@ -587,8 +594,8 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
587
594
|
referrerPolicy: "strict-origin-when-cross-origin"
|
|
588
595
|
}
|
|
589
596
|
),
|
|
590
|
-
/* @__PURE__ */ a("div", { onClick: $, onKeyDown: (T) => T.key === "Enter" && $(), tabIndex: 0, className: "group absolute inset-0 z-10 flex items-center justify-center", children: h ? /* @__PURE__ */ a(
|
|
591
|
-
n && /* @__PURE__ */ a("button", { className: "bg-beige-light text-claret-violet-dark hover:bg-beige-light/80 absolute right-4 bottom-4 z-10 cursor-pointer rounded-full p-1 transition-colors duration-300 md:p-2", onClick: w, children: p ? /* @__PURE__ */ a(
|
|
597
|
+
/* @__PURE__ */ a("div", { onClick: $, onKeyDown: (T) => T.key === "Enter" && $(), tabIndex: 0, className: "group absolute inset-0 z-10 flex items-center justify-center", children: h ? /* @__PURE__ */ a(at, { className: A }) : /* @__PURE__ */ a(nt, { className: A }) }),
|
|
598
|
+
n && /* @__PURE__ */ a("button", { className: "bg-beige-light text-claret-violet-dark hover:bg-beige-light/80 absolute right-4 bottom-4 z-10 cursor-pointer rounded-full p-1 transition-colors duration-300 md:p-2", onClick: w, children: p ? /* @__PURE__ */ a(tt, { className: "w-4 md:w-6" }) : /* @__PURE__ */ a(vt, { className: "w-4 md:w-6" }) })
|
|
592
599
|
] });
|
|
593
600
|
}, t1 = ({ as: e = "button", variant: t = "primary", color: l = "light", active: r = !1, children: n, disabled: o = !1, className: c = "", size: m = "md", ...g }) => {
|
|
594
601
|
const p = t === "primary" || t === "secondary", u = s(
|
|
@@ -615,7 +622,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
615
622
|
return /* @__PURE__ */ a("a", { href: o ? void 0 : h, ...C, className: u, "aria-current": r, "aria-disabled": o || void 0, tabIndex: o ? -1 : 0, children: n });
|
|
616
623
|
}
|
|
617
624
|
return /* @__PURE__ */ a("button", { tabIndex: 0, className: u, ...g, disabled: o, children: n });
|
|
618
|
-
}, z = re(t1),
|
|
625
|
+
}, z = re(t1), Zt = ({ label: e, description: t, disabled: l, className: r = "", ...n }) => {
|
|
619
626
|
const o = s(
|
|
620
627
|
"relative flex flex-col w-32 md:w-51.25 aspect-32/25 md:aspect-41/30 px-2.5 py-4 md:px-5 md:py-6 items-center overflow-hidden rounded-input md:rounded-card bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50",
|
|
621
628
|
"after:absolute after:content-[''] after:border after:rounded-input md:after:rounded-card after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark",
|
|
@@ -637,7 +644,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
637
644
|
),
|
|
638
645
|
...r,
|
|
639
646
|
children: [
|
|
640
|
-
e === "plus" && /* @__PURE__ */ a(
|
|
647
|
+
e === "plus" && /* @__PURE__ */ a(ot, { className: "w-4" }),
|
|
641
648
|
e === "minus" && /* @__PURE__ */ a(X1, { className: "w-4" })
|
|
642
649
|
]
|
|
643
650
|
}
|
|
@@ -650,7 +657,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
650
657
|
}, n1 = {
|
|
651
658
|
vertical: "mb-2 w-18",
|
|
652
659
|
horizontal: "w-15"
|
|
653
|
-
},
|
|
660
|
+
}, Rt = ({ label: e, layout: t = "vertical", description: l, illustration: r, disabled: n, className: o = "", ...c }) => {
|
|
654
661
|
const m = s(
|
|
655
662
|
"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50",
|
|
656
663
|
"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark",
|
|
@@ -671,7 +678,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
671
678
|
}, ee = {
|
|
672
679
|
vertical: "absolute right-0 bottom-0 left-0 z-1 max-h-34 w-full",
|
|
673
680
|
horizontal: "max-md:h-full max-md:w-19 md:w-full"
|
|
674
|
-
},
|
|
681
|
+
}, It = ({ label: e, layout: t = "vertical", illustration: l, disabled: r, className: n = "", illustrationClassName: o = "", ...c }) => {
|
|
675
682
|
const m = s(
|
|
676
683
|
"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50",
|
|
677
684
|
"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark",
|
|
@@ -691,12 +698,12 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
691
698
|
}, s1 = ({ variant: e, labelVisible: t = !1, className: l }) => /* @__PURE__ */ d("a", { tabIndex: 0, href: o1[e], target: "_blank", rel: "noopener noreferrer", className: s("group flex items-center gap-2", l), children: [
|
|
692
699
|
/* @__PURE__ */ d("span", { className: "bg-claret-violet-dark text-beige-light group-hover:bg-claret-violet-light flex h-6 w-6 cursor-pointer items-center justify-center rounded-md transition-colors duration-300", children: [
|
|
693
700
|
e === "Facebook" && /* @__PURE__ */ a(j1, { className: "h-3" }),
|
|
694
|
-
e === "Instagram" && /* @__PURE__ */ a(
|
|
701
|
+
e === "Instagram" && /* @__PURE__ */ a(_1, { className: "h-3" }),
|
|
695
702
|
e === "LinkedIn" && /* @__PURE__ */ a(U1, { className: "h-3" }),
|
|
696
|
-
e === "Tiktok" && /* @__PURE__ */ a(
|
|
703
|
+
e === "Tiktok" && /* @__PURE__ */ a(ft, { className: "h-3" })
|
|
697
704
|
] }),
|
|
698
705
|
t && /* @__PURE__ */ a("span", { className: "text-claret-violet-dark text-button-mobile md:text-button font-semibold max-md:hidden", children: e })
|
|
699
|
-
] }),
|
|
706
|
+
] }), Ft = ({ data: e = [], onChange: t, value: l = "", disabled: r = !1, className: n = "", "aria-label": o = "Toggle selection" }) => {
|
|
700
707
|
if (e.length !== 2)
|
|
701
708
|
return console.warn("Toggle component expects exactly 2 items in data array"), null;
|
|
702
709
|
const c = (u) => {
|
|
@@ -725,7 +732,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
725
732
|
u.value
|
|
726
733
|
))
|
|
727
734
|
] });
|
|
728
|
-
},
|
|
735
|
+
}, $t = ({ label: e = "", id: t, options: l, value: r, onChange: n, required: o, hasError: c = !1, error: m = "", className: g = "" }) => {
|
|
729
736
|
const p = (u, h) => {
|
|
730
737
|
u.preventDefault(), n(h);
|
|
731
738
|
};
|
|
@@ -748,20 +755,20 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
748
755
|
] });
|
|
749
756
|
}, d1 = ({ label: e = "", id: t, options: l, placeholder: r, name: n, className: o, error: c = "", hasError: m = !1, disabled: g = !1, onChange: p = () => {
|
|
750
757
|
}, value: u, required: h, searchable: C = !1 }) => {
|
|
751
|
-
const [y, L] = E(!1), [v, H] = E(""), x =
|
|
758
|
+
const [y, L] = E(!1), [v, H] = E(""), x = V(null), w = I(() => l.find((R) => R.value === u)?.label, [l, u]), $ = k(() => {
|
|
752
759
|
L(!1), (!u || v !== w) && C && (H(""), p(""));
|
|
753
760
|
}, [u, p, w, v]);
|
|
754
761
|
U(x, $);
|
|
755
|
-
const A =
|
|
762
|
+
const A = I(() => C ? l.filter((R) => R.label.toLowerCase().includes(v.toLowerCase())) : l, [l, v, C]), T = k(
|
|
756
763
|
(R) => {
|
|
757
764
|
p(R), H(l.find((he) => he.value === R)?.label || ""), L(!1);
|
|
758
765
|
},
|
|
759
766
|
[p, w]
|
|
760
767
|
);
|
|
761
|
-
|
|
768
|
+
M(() => {
|
|
762
769
|
!u && C && H("");
|
|
763
770
|
}, [u, C]);
|
|
764
|
-
const
|
|
771
|
+
const W = s(
|
|
765
772
|
"w-full",
|
|
766
773
|
o
|
|
767
774
|
), pe = s(
|
|
@@ -769,7 +776,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
769
776
|
y && "z-30 h-auto max-h-38 items-start bg-white",
|
|
770
777
|
g && "border-claret-violet-dark/40"
|
|
771
778
|
);
|
|
772
|
-
return /* @__PURE__ */ d("div", { className:
|
|
779
|
+
return /* @__PURE__ */ d("div", { className: W, children: [
|
|
773
780
|
e.length > 0 && /* @__PURE__ */ a(q, { label: e, id: t, required: h }),
|
|
774
781
|
/* @__PURE__ */ d("div", { className: "relative h-11 w-full", ref: x, children: [
|
|
775
782
|
/* @__PURE__ */ a("input", { type: "hidden", name: n, id: t, value: u }),
|
|
@@ -852,8 +859,8 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
852
859
|
),
|
|
853
860
|
t.length <= 0 && /* @__PURE__ */ a("li", { className: "text-claret-violet-dark/50 text-legend cursor-default", children: h("dropdown.noResults") })
|
|
854
861
|
] });
|
|
855
|
-
}, B = ({ message: e, hasError: t, className: l, id: r = "" }) => /* @__PURE__ */ a(b, { "aria-live": "polite", id: r, role: t ? "alert" : void 0, size: "legend", className: s("text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300", t && "opacity-100", l), children: e || "" }),
|
|
856
|
-
const [g, p] = E(!1), u =
|
|
862
|
+
}, B = ({ message: e, hasError: t, className: l, id: r = "" }) => /* @__PURE__ */ a(b, { "aria-live": "polite", id: r, role: t ? "alert" : void 0, size: "legend", className: s("text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300", t && "opacity-100", l), children: e || "" }), jt = ({ placeholder: e, label: t, options: l, values: r, onChange: n, disabled: o, name: c, className: m }) => {
|
|
863
|
+
const [g, p] = E(!1), u = V(null);
|
|
857
864
|
U(u, () => p(!1));
|
|
858
865
|
const h = k(
|
|
859
866
|
(v) => {
|
|
@@ -870,7 +877,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
870
877
|
v.stopPropagation(), n([]);
|
|
871
878
|
},
|
|
872
879
|
[n]
|
|
873
|
-
), L =
|
|
880
|
+
), L = I(() => r?.length > 0 ? `${t} (${r.length})` : e, [r, t, e]);
|
|
874
881
|
return /* @__PURE__ */ d("div", { className: s("relative", m), ref: u, children: [
|
|
875
882
|
/* @__PURE__ */ d(
|
|
876
883
|
"div",
|
|
@@ -945,7 +952,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
945
952
|
),
|
|
946
953
|
/* @__PURE__ */ a(B, { id: "newsletter-error", hasError: c, message: m, className: e === "light" ? "!text-claret-violet-dark ps-8" : "!text-beige-light ps-8" })
|
|
947
954
|
] });
|
|
948
|
-
},
|
|
955
|
+
}, Bt = ({ label: e = "", id: t, value: l, onChange: r, required: n, metric: o, min: c = 0, max: m = 99, hasError: g = !1, error: p = "", disabled: u = !1 }) => /* @__PURE__ */ d("div", { className: "flex items-center gap-4 max-md:flex-col max-md:items-start md:gap-8", children: [
|
|
949
956
|
e.length > 0 && /* @__PURE__ */ a(q, { label: e, required: n, id: t, className: "mb-0" }),
|
|
950
957
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-4", children: [
|
|
951
958
|
/* @__PURE__ */ a(D, { variant: "minus", onClick: () => r(l - 1), disabled: l === c }),
|
|
@@ -973,7 +980,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
973
980
|
] }), m1 = ({ label: e, value: t, onRemove: l, className: r }) => /* @__PURE__ */ d("div", { className: s("bg-claret-violet-dark/10 border-claret-violet-light text-button-mobile md:text-button rounded-input flex cursor-default items-center justify-between gap-2.5 border p-2.5 font-semibold", r), children: [
|
|
974
981
|
e,
|
|
975
982
|
/* @__PURE__ */ a(de, { onClick: () => l(t) })
|
|
976
|
-
] }, t),
|
|
983
|
+
] }, t), Tt = ({ label: e, id: t, options: l, onChange: r, values: n, required: o, placeholder: c, className: m }) => {
|
|
977
984
|
const g = k(
|
|
978
985
|
(h) => {
|
|
979
986
|
r([...n, h]);
|
|
@@ -984,12 +991,12 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
984
991
|
r(n.filter((C) => C != h));
|
|
985
992
|
},
|
|
986
993
|
[r]
|
|
987
|
-
), u =
|
|
994
|
+
), u = I(() => l.filter((h) => !n.includes(h.value)), [l, n]);
|
|
988
995
|
return /* @__PURE__ */ d("div", { className: s("w-full", m), children: [
|
|
989
996
|
/* @__PURE__ */ a(d1, { disabled: !u.length, placeholder: c, label: e, id: t, name: t, options: u, onChange: g, value: "", required: o }),
|
|
990
997
|
/* @__PURE__ */ a("div", { className: "mt-1 flex flex-wrap gap-2", children: n.map((h) => /* @__PURE__ */ a(m1, { label: l.find((C) => C.value === h)?.label ?? "", value: h, onRemove: p }, h)) })
|
|
991
998
|
] });
|
|
992
|
-
},
|
|
999
|
+
}, At = ({ label: e = "", placeholder: t, id: l, name: r, type: n = "text", className: o, disabled: c, error: m = "", required: g = !1, hasError: p = !1, ...u }) => {
|
|
993
1000
|
const h = s(
|
|
994
1001
|
"md:max-w-98",
|
|
995
1002
|
o
|
|
@@ -1002,8 +1009,8 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1002
1009
|
/* @__PURE__ */ a("input", { type: n, placeholder: t, id: l, name: r, disabled: c, required: g, ...u, className: C, "aria-invalid": p, "aria-required": g }),
|
|
1003
1010
|
/* @__PURE__ */ a(B, { id: `${l}-error`, hasError: p, message: m, className: s("text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300", p && "opacity-100") })
|
|
1004
1011
|
] });
|
|
1005
|
-
},
|
|
1006
|
-
const [g, p] = E(!1), [u, h] = E(""), C =
|
|
1012
|
+
}, Pt = ({ placeholder: e = "", options: t, value: l, onChange: r, name: n, disabled: o = !1, className: c, searchable: m = !1 }) => {
|
|
1013
|
+
const [g, p] = E(!1), [u, h] = E(""), C = V(null), y = I(() => t.find((w) => w.value === l)?.label, [t, l]), L = k(() => {
|
|
1007
1014
|
p(!1), (!l || u !== y) && m && (h(""), r(""));
|
|
1008
1015
|
}, [l, r, y, u]);
|
|
1009
1016
|
U(C, L);
|
|
@@ -1013,14 +1020,14 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1013
1020
|
},
|
|
1014
1021
|
[r, t]
|
|
1015
1022
|
);
|
|
1016
|
-
|
|
1023
|
+
M(() => {
|
|
1017
1024
|
!l && m && h("");
|
|
1018
1025
|
}, [l, m]);
|
|
1019
1026
|
const H = s(
|
|
1020
1027
|
"border-claret-violet-dark outline-claret-violet-dark flex min-h-19.25 w-full cursor-pointer items-center justify-between gap-4 border-b py-0.5 disabled:cursor-not-allowed disabled:opacity-40",
|
|
1021
1028
|
o && "opacity-40",
|
|
1022
1029
|
(g || l) && "border-claret-violet-dark/50"
|
|
1023
|
-
), x =
|
|
1030
|
+
), x = I(() => m ? t.filter((w) => w.label.toLowerCase().includes(u.toLowerCase())) : t, [t, u, m]);
|
|
1024
1031
|
return /* @__PURE__ */ d("div", { className: s("text-claret-violet-dark relative w-full md:w-max md:min-w-66", c), ref: C, children: [
|
|
1025
1032
|
/* @__PURE__ */ a("input", { type: "hidden", name: n, value: l }),
|
|
1026
1033
|
m ? /* @__PURE__ */ d("div", { className: s(H), children: [
|
|
@@ -1045,7 +1052,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1045
1052
|
] }),
|
|
1046
1053
|
/* @__PURE__ */ a(G, { name: n, options: x, value: l, onChange: v, disabled: o, className: "absolute top-full left-0 mt-3", isOpen: g })
|
|
1047
1054
|
] });
|
|
1048
|
-
},
|
|
1055
|
+
}, Dt = ({ placeholder: e, name: t, disabled: l, className: r, hasError: n, error: o, ...c }) => /* @__PURE__ */ d("div", { className: r, children: [
|
|
1049
1056
|
/* @__PURE__ */ a(
|
|
1050
1057
|
"input",
|
|
1051
1058
|
{
|
|
@@ -1061,9 +1068,9 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1061
1068
|
}
|
|
1062
1069
|
),
|
|
1063
1070
|
/* @__PURE__ */ a(B, { id: `${t}-error`, hasError: n, message: o })
|
|
1064
|
-
] }),
|
|
1065
|
-
const r =
|
|
1066
|
-
return
|
|
1071
|
+
] }), Ot = ({ question: e, answer: t, className: l }) => {
|
|
1072
|
+
const r = V(null), n = V(null);
|
|
1073
|
+
return M(() => {
|
|
1067
1074
|
const o = r.current, c = n.current;
|
|
1068
1075
|
if (!o || !c) return;
|
|
1069
1076
|
const m = (g) => {
|
|
@@ -1082,7 +1089,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1082
1089
|
/* @__PURE__ */ a(b, { size: "md", className: "mt-2.5 hidden md:block", children: t })
|
|
1083
1090
|
] })
|
|
1084
1091
|
] });
|
|
1085
|
-
},
|
|
1092
|
+
}, _ = {
|
|
1086
1093
|
carrot: { label: "Carottes", description: "Légume digestible par nos chiens, les carottes apportent des fibres essentielles pour des crottes impeccables et des caroténoïdes idéales pour la santé oculaire." },
|
|
1087
1094
|
quinoa: { label: "Quinoa", description: "Ni vraiment une céréale, ni vraiment une légumineuse, le quinoa apporte une source de protéines végétale parfaitement digestible par votre poilu." },
|
|
1088
1095
|
vitamines: { label: "Cocktail de vitamines", description: "Notre complément minéralo-vitaminé maison (CMV dans le jargon) a été spécialement formulé pour apporter les vitamines et minéraux essentiels qui manquent parfois en quantité suffisante dans les ingrédients frais." },
|
|
@@ -1100,9 +1107,9 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1100
1107
|
turkey: { label: "Dinde", description: "" },
|
|
1101
1108
|
fish: { label: "Poisson", description: "" },
|
|
1102
1109
|
pork: { label: "Porc", description: "" }
|
|
1103
|
-
},
|
|
1104
|
-
const o =
|
|
1105
|
-
return
|
|
1110
|
+
}, qt = ({ label: e = "", description: t = "", name: l = "", variant: r, className: n }) => {
|
|
1111
|
+
const o = V(null), c = V(null);
|
|
1112
|
+
return M(() => {
|
|
1106
1113
|
const m = o.current, g = c.current;
|
|
1107
1114
|
if (!m || !g) return;
|
|
1108
1115
|
const p = (u) => {
|
|
@@ -1112,14 +1119,14 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1112
1119
|
}, []), /* @__PURE__ */ d("details", { "data-accordion": !0, ref: o, className: s("bg-beige-light group hover:bg-beige-dark rounded-input min-h-15 w-full cursor-pointer px-3 transition-colors duration-300 max-md:py-3 md:min-h-18 md:w-100 md:px-6", n), children: [
|
|
1113
1120
|
/* @__PURE__ */ d("summary", { className: "flex list-none items-center justify-between gap-2", children: [
|
|
1114
1121
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-4", children: [
|
|
1115
|
-
/* @__PURE__ */ a("img", { src: `/design-system/images/ingredients/${r ?? l}.webp`, alt: r ?
|
|
1116
|
-
/* @__PURE__ */ a(b, { size: "button", children: r ?
|
|
1122
|
+
/* @__PURE__ */ a("img", { src: `/design-system/images/ingredients/${r ?? l}.webp`, alt: r ? _[r].label : e, className: "w-14 object-contain md:w-25", loading: "lazy", decoding: "async" }),
|
|
1123
|
+
/* @__PURE__ */ a(b, { size: "button", children: r ? _[r].label : e })
|
|
1117
1124
|
] }),
|
|
1118
1125
|
/* @__PURE__ */ a("div", { className: s("group-hover:bg-claret-violet-dark group-hover:text-beige-light flex h-5 w-5 items-center justify-center rounded-sm transition-colors duration-300", "bg-claret-violet-dark/50 text-claret-violet-dark group-open:bg-claret-violet-dark group-open:text-beige-light"), children: /* @__PURE__ */ a(me, { className: s("w-2 rotate-0 transition-transform duration-300 group-data-[open=true]:rotate-180") }) })
|
|
1119
1126
|
] }),
|
|
1120
|
-
/* @__PURE__ */ a("div", { "data-accordion-content": !0, ref: c, style: { maxHeight: "0px", transitionDuration: "300ms" }, className: "transition-height overflow-hidden", children: /* @__PURE__ */ a(b, { size: "md", className: "mt-3 md:pb-6", children: r ?
|
|
1127
|
+
/* @__PURE__ */ a("div", { "data-accordion-content": !0, ref: c, style: { maxHeight: "0px", transitionDuration: "300ms" }, className: "transition-height overflow-hidden", children: /* @__PURE__ */ a(b, { size: "md", className: "mt-3 md:pb-6", children: r ? _[r]?.description : t }) })
|
|
1121
1128
|
] });
|
|
1122
|
-
},
|
|
1129
|
+
}, Wt = ({ title: e, description: t, illustration: l, className: r }) => /* @__PURE__ */ d("div", { className: s("bg-lavender-blue-light rounded-food-card flex min-h-25 w-68 gap-2.5 p-4", r), children: [
|
|
1123
1130
|
/* @__PURE__ */ a("div", { className: "w-12 shrink-0", children: /* @__PURE__ */ a("img", { src: `/design-system/illustrations/${l}.webp`, alt: e, className: "object-contain" }) }),
|
|
1124
1131
|
/* @__PURE__ */ d("div", { children: [
|
|
1125
1132
|
/* @__PURE__ */ a(b, { size: "sm", className: "mb-2 font-semibold", children: e }),
|
|
@@ -1139,7 +1146,7 @@ const z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1139
1146
|
/* @__PURE__ */ a("div", { className: "h-full max-h-3/4 w-full animate-[fade-in_600ms_ease-in] overflow-visible md:max-h-55/100", children: /* @__PURE__ */ a("img", { src: `/design-system/illustrations/${r}.webp`, alt: t, className: s("origin-top md:scale-132", o) }) }, `card-img-${c}`)
|
|
1140
1147
|
] }));
|
|
1141
1148
|
g1.displayName = "IllustratedCard";
|
|
1142
|
-
const
|
|
1149
|
+
const _t = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { className: s("rounded-input md:rounded-card bg-pink-oyster-light border-claret-violet-dark flex gap-3 border p-4 max-md:flex-row-reverse md:h-69 md:gap-10 md:p-6", t), children: [
|
|
1143
1150
|
/* @__PURE__ */ d("div", { className: "flex flex-col justify-between gap-4", children: [
|
|
1144
1151
|
/* @__PURE__ */ a(ge, { className: "hidden w-8 md:block" }),
|
|
1145
1152
|
/* @__PURE__ */ a(b, { size: "xl", className: "hidden md:block", children: e }),
|
|
@@ -1150,7 +1157,7 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1150
1157
|
] })
|
|
1151
1158
|
] }),
|
|
1152
1159
|
/* @__PURE__ */ a("div", { className: s("md:rounded-card rounded-input relative h-10 w-10 shrink-0 overflow-hidden md:aspect-89/115 md:h-full md:w-auto"), children: /* @__PURE__ */ a(
|
|
1153
|
-
|
|
1160
|
+
F,
|
|
1154
1161
|
{
|
|
1155
1162
|
desktop: "/design-system/images/tips/payment.webp",
|
|
1156
1163
|
mobile: "/design-system/images/tips/payment-mobile.webp",
|
|
@@ -1185,9 +1192,9 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1185
1192
|
sm: "w-3.5 max-md:opacity-0 max-md:h-0",
|
|
1186
1193
|
md: "w-2.5 md:w-5.5",
|
|
1187
1194
|
lg: "w-2.5 md:w-7.5"
|
|
1188
|
-
},
|
|
1189
|
-
g && /* @__PURE__ */ a(
|
|
1190
|
-
/* @__PURE__ */ a("div", { className: s("bg-claret-violet-dark relative w-full", C1[e], p1[l], t === "hidden" && "overflow-hidden", u), children: /* @__PURE__ */ a(
|
|
1195
|
+
}, Kt = ({ size: e = "sm", overflow: t = "hidden", variant: l = "neutral", title: r, mobileImage: n, desktopImage: o, mobileImage2x: c, desktopImage2x: m, showThread: g = !0, className: p, imageClassName: u }) => /* @__PURE__ */ d("div", { className: s("bg-beige-dark ext-claret-violet-dark relative flex flex-col items-center justify-start", h1[e], p), children: [
|
|
1196
|
+
g && /* @__PURE__ */ a(dt, { className: s("absolute z-10", b1[e]) }),
|
|
1197
|
+
/* @__PURE__ */ a("div", { className: s("bg-claret-violet-dark relative w-full", C1[e], p1[l], t === "hidden" && "overflow-hidden", u), children: /* @__PURE__ */ a(F, { alt: r, mobile: n, desktop: o, mobile2x: c, desktop2x: m, className: s("absolute", t === "hidden" ? "inset-0 object-cover" : "right-0 bottom-0 left-0 object-contain") }) }),
|
|
1191
1198
|
/* @__PURE__ */ a("p", { className: s("font-pangaia font-semibold italic", f1[e]), children: r }),
|
|
1192
1199
|
/* @__PURE__ */ a(Ke, { className: x1[e] })
|
|
1193
1200
|
] }), v1 = {
|
|
@@ -1195,13 +1202,22 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1195
1202
|
pink: "bg-pink-oyster-light text-claret-violet-dark ",
|
|
1196
1203
|
beige: "bg-beige-light text-claret-violet-dark",
|
|
1197
1204
|
lavender: "bg-lavender-blue-light text-claret-violet-dark "
|
|
1198
|
-
},
|
|
1199
|
-
/* @__PURE__ */ a("div", { className: s("absolute inset-0 z-0 overflow-hidden
|
|
1200
|
-
/* @__PURE__ */ d(
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
+
}, Ut = ({ className: e, variant: t = "violet", title: l, description: r, imageMobile: n, imageDesktop: o, imageMobile2x: c, imageDesktop2x: m, href: g = "" }) => /* @__PURE__ */ d("div", { tabIndex: 0, className: s("group rounded-card outline-claret-violet-dark relative flex aspect-20/23 w-50 max-w-62.5 min-w-min cursor-default flex-col justify-end overflow-hidden transition-colors duration-300 md:h-87 md:w-100 lg:aspect-125/174 lg:w-full", e), children: [
|
|
1206
|
+
/* @__PURE__ */ a("div", { className: s("absolute inset-0 z-0 overflow-hidden lg:h-67"), children: /* @__PURE__ */ a(F, { alt: l, mobile: n, desktop: o, mobile2x: c, desktop2x: m, className: "h-full object-cover" }) }),
|
|
1207
|
+
/* @__PURE__ */ d(
|
|
1208
|
+
"div",
|
|
1209
|
+
{
|
|
1210
|
+
className: s(
|
|
1211
|
+
"z-1 flex flex-col gap-4 p-4 transition-all duration-300 ease-in-out lg:translate-y-[calc(100%-80px)] lg:items-center lg:gap-7 lg:px-3 lg:py-6 lg:group-focus-within:translate-y-[0] lg:group-focus-within:gap-4 lg:group-hover:translate-y-[0] lg:group-hover:gap-4 xl:px-6",
|
|
1212
|
+
v1[t]
|
|
1213
|
+
),
|
|
1214
|
+
children: [
|
|
1215
|
+
/* @__PURE__ */ a(b, { size: "xl", children: l }),
|
|
1216
|
+
/* @__PURE__ */ a(b, { size: "md", className: "text-center max-lg:hidden", children: r }),
|
|
1217
|
+
/* @__PURE__ */ a(z, { as: "a", href: g, size: "sm", variant: t === "violet" ? "primary" : "secondary", className: "inline-block shrink-0", children: "Voir la recette" })
|
|
1218
|
+
]
|
|
1219
|
+
}
|
|
1220
|
+
)
|
|
1205
1221
|
] }), w1 = {
|
|
1206
1222
|
primary: "bg-lavender-blue-light",
|
|
1207
1223
|
secondary: "bg-pink-oyster-light",
|
|
@@ -1209,7 +1225,7 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1209
1225
|
}, y1 = {
|
|
1210
1226
|
small: "px-3 py-8.5 md:py-6 md:px-8 2xl:px-10 justify-center items-center text-center gap-1 md:gap-2 rounded-input w-full",
|
|
1211
1227
|
large: "p-6 h-80 md:h-112.5 justify-between rounded-card w-60"
|
|
1212
|
-
},
|
|
1228
|
+
}, Jt = ({ variant: e = "primary", size: t = "large", value: l, metric: r, description: n, className: o }) => /* @__PURE__ */ d("div", { className: s("border-claret-violet-dark flex flex-col border", w1[e], y1[t], o), children: [
|
|
1213
1229
|
/* @__PURE__ */ d("p", { className: "leading-none", children: [
|
|
1214
1230
|
/* @__PURE__ */ a(j, { size: "display-lg", className: "hidden md:inline", children: l }),
|
|
1215
1231
|
/* @__PURE__ */ a(j, { size: "display-xl", className: "inline md:hidden", children: l }),
|
|
@@ -1223,13 +1239,13 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1223
1239
|
}, N1 = {
|
|
1224
1240
|
primary: "w-22/100",
|
|
1225
1241
|
secondary: "w-36/100"
|
|
1226
|
-
},
|
|
1242
|
+
}, Qt = ({ variant: e, quote: t, author: l, role: r, imageMobile: n, imageDesktop: o, imageMobile2x: c, imageDesktop2x: m, className: g }) => /* @__PURE__ */ d("div", { className: s("rounded-card border-claret-violet-dark text-claret-violet-dark flex w-full items-stretch border p-3 max-md:flex-col md:p-6", k1[e], g), children: [
|
|
1227
1243
|
/* @__PURE__ */ d("blockquote", { className: "flex flex-1 flex-col gap-3 md:gap-5", children: [
|
|
1228
1244
|
/* @__PURE__ */ a(ge, { className: "w-3.5 md:mb-14.5 md:w-8" }),
|
|
1229
1245
|
/* @__PURE__ */ a(N, { size: "heading-md", italic: !0, className: "hidden md:block", children: t }),
|
|
1230
1246
|
/* @__PURE__ */ a(N, { size: "heading-lg", className: "block md:hidden", children: t }),
|
|
1231
1247
|
/* @__PURE__ */ d("footer", { className: "flex max-md:items-center max-md:gap-3 md:flex-col", children: [
|
|
1232
|
-
/* @__PURE__ */ a("div", { className: s("block h-8 w-8 shrink-0 overflow-hidden rounded-sm md:hidden"), children: /* @__PURE__ */ a(
|
|
1248
|
+
/* @__PURE__ */ a("div", { className: s("block h-8 w-8 shrink-0 overflow-hidden rounded-sm md:hidden"), children: /* @__PURE__ */ a(F, { desktop: o, mobile: n, desktop2x: m, mobile2x: c, alt: l, className: "object-cover" }) }),
|
|
1233
1249
|
/* @__PURE__ */ d("div", { children: [
|
|
1234
1250
|
/* @__PURE__ */ a("cite", { className: "text-md-mobile md:text-md block leading-none lg:mb-2.5", children: l }),
|
|
1235
1251
|
/* @__PURE__ */ a(b, { variant: "span", size: "md", className: "!leading-none !not-italic md:hidden", children: r }),
|
|
@@ -1237,12 +1253,12 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1237
1253
|
] })
|
|
1238
1254
|
] })
|
|
1239
1255
|
] }),
|
|
1240
|
-
/* @__PURE__ */ a("div", { className: s("rounded-card relative hidden shrink-0 overflow-hidden md:block", N1[e]), children: /* @__PURE__ */ a(
|
|
1256
|
+
/* @__PURE__ */ a("div", { className: s("rounded-card relative hidden shrink-0 overflow-hidden md:block", N1[e]), children: /* @__PURE__ */ a(F, { desktop: o, mobile: n, desktop2x: m, mobile2x: c, alt: l, className: "absolute inset-0 h-full object-cover" }) })
|
|
1241
1257
|
] }), L1 = {
|
|
1242
1258
|
dark: "bg-claret-violet-light text-beige-light",
|
|
1243
1259
|
light: "bg-beige-light text-claret-violet-light"
|
|
1244
1260
|
}, E1 = f(({ quote: e, author: t, role: l, image: r, score: n, className: o, variant: c = "dark" }, m) => /* @__PURE__ */ d("blockquote", { ref: m, className: s("border-beige-light rounded-card flex shrink-0 flex-col gap-5 border p-6 xl:w-full", o, L1[c]), children: [
|
|
1245
|
-
/* @__PURE__ */ a("div", { className: "flex items-center gap-0.5", children: Array.from({ length: n }).map((g, p) => /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(
|
|
1261
|
+
/* @__PURE__ */ a("div", { className: "flex items-center gap-0.5", children: Array.from({ length: n }).map((g, p) => /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(pt, { className: s("w-5", c === "dark" ? "text-lavender-blue-light" : "text-claret-violet-light") }) }, p)) }),
|
|
1246
1262
|
/* @__PURE__ */ a(N, { size: "heading-md", className: "text-left md:hidden", children: e }),
|
|
1247
1263
|
/* @__PURE__ */ a(b, { size: "md", className: "hidden text-left md:block", children: e }),
|
|
1248
1264
|
/* @__PURE__ */ d("footer", { className: "flex items-center gap-2 md:gap-3", children: [
|
|
@@ -1254,8 +1270,8 @@ const _5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1254
1270
|
] })
|
|
1255
1271
|
] }));
|
|
1256
1272
|
E1.displayName = "TestimonialCard";
|
|
1257
|
-
const
|
|
1258
|
-
/* @__PURE__ */ a("div", { className: "flex w-26 shrink-0 items-end object-contain md:h-full md:w-88.5", children: /* @__PURE__ */ a(
|
|
1273
|
+
const Gt = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { className: s("text-claret-violet-dark bg-lavender-blue-light rounded-card flex w-full items-stretch justify-center gap-4 max-md:ps-3.5 md:h-95 md:items-center md:gap-21.5", t), children: [
|
|
1274
|
+
/* @__PURE__ */ a("div", { className: "flex w-26 shrink-0 items-end object-contain md:h-full md:w-88.5", children: /* @__PURE__ */ a(F, { mobile: "/design-system/images/tips/claudine-tips-mobile.webp", desktop: "design-system/images/tips/claudine-tips.webp", mobile2x: "design-system//images/tips/claudine-tips-mobile@2x.webp", desktop2x: "design-system//images/tips/claudine-tips@2x.webp", alt: "Claudine" }) }),
|
|
1259
1275
|
/* @__PURE__ */ d("div", { className: "me-2.5 flex h-full flex-col justify-center gap-3 max-md:py-3.5 md:me-16 md:max-w-120", children: [
|
|
1260
1276
|
/* @__PURE__ */ a("p", { className: "font-md hidden font-semibold uppercase md:block", children: "Les conseils de Claudine" }),
|
|
1261
1277
|
/* @__PURE__ */ a(b, { size: "sm", className: "block md:hidden", children: "Les conseils de Claudine" }),
|
|
@@ -1287,7 +1303,7 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1287
1303
|
title: "Jour 7 et +",
|
|
1288
1304
|
description: ["100% de Elmut. "]
|
|
1289
1305
|
}
|
|
1290
|
-
},
|
|
1306
|
+
}, Yt = ({ variant: e = "25%", disabled: t, className: l }) => {
|
|
1291
1307
|
const { title: r, description: n } = M1[e];
|
|
1292
1308
|
return /* @__PURE__ */ d(
|
|
1293
1309
|
"div",
|
|
@@ -1310,7 +1326,7 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1310
1326
|
]
|
|
1311
1327
|
}
|
|
1312
1328
|
);
|
|
1313
|
-
},
|
|
1329
|
+
}, Xt = ({ title1: e, description1: t, title2: l, description2: r, step: n, illustration: o, className: c, illustrationClassName: m, align: g = "bottom" }) => /* @__PURE__ */ d("div", { className: s("flex max-md:flex-col max-md:gap-4", g === "top" ? "items-start" : "md:items-end", c), children: [
|
|
1314
1330
|
/* @__PURE__ */ d("div", { className: "bg-lavender-blue-light text-claret-violet-dark flex w-63 -rotate-2 flex-col gap-4 p-4 max-md:-translate-x-10 md:w-87.5 md:px-11 md:py-8", children: [
|
|
1315
1331
|
/* @__PURE__ */ a(N, { size: "heading-xl", className: "hidden md:block", children: n }),
|
|
1316
1332
|
/* @__PURE__ */ a(N, { size: "heading-md", className: "hidden md:block", children: e }),
|
|
@@ -1331,7 +1347,7 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1331
1347
|
] }),
|
|
1332
1348
|
/* @__PURE__ */ a(b, { size: "md", className: "whitespace-pre-line max-md:not-italic", children: r })
|
|
1333
1349
|
] })
|
|
1334
|
-
] }),
|
|
1350
|
+
] }), e5 = ({ content: e, className: t, checkbox: l = !1, onChange: r = () => {
|
|
1335
1351
|
}, checked: n = !1 }) => /* @__PURE__ */ d("div", { className: s("flex items-start", t), children: [
|
|
1336
1352
|
/* @__PURE__ */ a("div", { className: "border-beige-light bg-pink-oyster-light z-1 -me-3 h-17 w-17 shrink-0 overflow-hidden rounded-full border-5", children: /* @__PURE__ */ a("img", { src: "/design-system/images/tips/claudine-head.webp", alt: "Claudine", loading: "lazy", decoding: "async", className: "h-full w-full object-cover" }) }),
|
|
1337
1353
|
/* @__PURE__ */ a("div", { className: s("bg-lavender-blue-light rounded-input text-claret-violet-dark p-5", l && "w-full", !l && "w-75"), children: l ? /* @__PURE__ */ a(ce, { checked: n, name: "wizard-tips", onChange: r, className: "items-start gap-3", children: /* @__PURE__ */ a(b, { size: "legend", variant: "span", className: "whitespace-pre-line", children: e }) }) : /* @__PURE__ */ d(b, { size: "button", children: [
|
|
@@ -1351,7 +1367,7 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1351
1367
|
title: e,
|
|
1352
1368
|
titleId: t,
|
|
1353
1369
|
...l
|
|
1354
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2.32926C2.81067 2.44451 1.86577 2.72737 1.17157 3.42157C0.477375 4.11577 0.194513 5.06067 0.0792572 6.5H19.9207C19.8055 5.06067 19.5226 4.11577 18.8284 3.42157C18.1342 2.72737 17.1893 2.44451 15.75 2.32926V0.75C15.75 0.335786 15.4142 0 15 0C14.5858 0 14.25 0.335786 14.25 0.75V2.2629C13.5847 2.25 12.839 2.25 12 2.25H8C7.16097 2.25 6.41527 2.25 5.75 2.2629V0.75Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10.25V12.25C20 16.0212 20 17.9069 18.8284 19.0784C17.6569 20.25 15.7712 20.25 12 20.25H8C4.22876 20.25 2.34315 20.25 1.17157 19.0784C0 17.9069 0 16.0212 0 12.25V10.25C0 9.41096 0 8.66527 0.012902 8H19.9871C20 8.66527 20 9.41096 20 10.25ZM14.5 16.25C15.3284 16.25 16 15.5784 16 14.75C16 13.9216 15.3284 13.25 14.5 13.25C13.6716 13.25 13 13.9216 13 14.75C13 15.5784 13.6716 16.25 14.5 16.25Z", fill: "currentColor" })),
|
|
1370
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2.32926C2.81067 2.44451 1.86577 2.72737 1.17157 3.42157C0.477375 4.11577 0.194513 5.06067 0.0792572 6.5H19.9207C19.8055 5.06067 19.5226 4.11577 18.8284 3.42157C18.1342 2.72737 17.1893 2.44451 15.75 2.32926V0.75C15.75 0.335786 15.4142 0 15 0C14.5858 0 14.25 0.335786 14.25 0.75V2.2629C13.5847 2.25 12.839 2.25 12 2.25H8C7.16097 2.25 6.41527 2.25 5.75 2.2629V0.75Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10.25V12.25C20 16.0212 20 17.9069 18.8284 19.0784C17.6569 20.25 15.7712 20.25 12 20.25H8C4.22876 20.25 2.34315 20.25 1.17157 19.0784C0 17.9069 0 16.0212 0 12.25V10.25C0 9.41096 0 8.66527 0.012902 8H19.9871C20 8.66527 20 9.41096 20 10.25ZM14.5 16.25C15.3284 16.25 16 15.5784 16 14.75C16 13.9216 15.3284 13.25 14.5 13.25C13.6716 13.25 13 13.9216 13 14.75C13 15.5784 13.6716 16.25 14.5 16.25Z", fill: "currentColor" })), t5 = f(z1), S1 = ({
|
|
1355
1371
|
title: e,
|
|
1356
1372
|
titleId: t,
|
|
1357
1373
|
...l
|
|
@@ -1359,11 +1375,11 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1359
1375
|
title: e,
|
|
1360
1376
|
titleId: t,
|
|
1361
1377
|
...l
|
|
1362
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM6.96963 6.96965C7.26252 6.67676 7.73739 6.67676 8.03029 6.96965L9.99997 8.93933L11.9696 6.96967C12.2625 6.67678 12.7374 6.67678 13.0303 6.96967C13.3232 7.26256 13.3232 7.73744 13.0303 8.03033L11.0606 9.99999L13.0303 11.9696C13.3232 12.2625 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2625 13.3232 11.9696 13.0303L9.99997 11.0607L8.03031 13.0303C7.73742 13.3232 7.26254 13.3232 6.96965 13.0303C6.67676 12.7374 6.67676 12.2625 6.96965 11.9697L8.93931 9.99999L6.96963 8.03031C6.67673 7.73742 6.67673 7.26254 6.96963 6.96965Z", fill: "currentColor" })), R1 = f(Z1),
|
|
1378
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM6.96963 6.96965C7.26252 6.67676 7.73739 6.67676 8.03029 6.96965L9.99997 8.93933L11.9696 6.96967C12.2625 6.67678 12.7374 6.67678 13.0303 6.96967C13.3232 7.26256 13.3232 7.73744 13.0303 8.03033L11.0606 9.99999L13.0303 11.9696C13.3232 12.2625 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2625 13.3232 11.9696 13.0303L9.99997 11.0607L8.03031 13.0303C7.73742 13.3232 7.26254 13.3232 6.96965 13.0303C6.67676 12.7374 6.67676 12.2625 6.96965 11.9697L8.93931 9.99999L6.96963 8.03031C6.67673 7.73742 6.67673 7.26254 6.96963 6.96965Z", fill: "currentColor" })), R1 = f(Z1), I1 = ({
|
|
1363
1379
|
title: e,
|
|
1364
1380
|
titleId: t,
|
|
1365
1381
|
...l
|
|
1366
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1.68628 12.6509L13 1.33723", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ i.createElement("path", { d: "M1.68628 1.65094L13 12.9646", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })),
|
|
1382
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1.68628 12.6509L13 1.33723", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ i.createElement("path", { d: "M1.68628 1.65094L13 12.9646", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), F1 = f(I1), $1 = ({
|
|
1367
1383
|
title: e,
|
|
1368
1384
|
titleId: t,
|
|
1369
1385
|
...l
|
|
@@ -1375,27 +1391,27 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1375
1391
|
title: e,
|
|
1376
1392
|
titleId: t,
|
|
1377
1393
|
...l
|
|
1378
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 5.23858 2.23858 3 5 3C5.25052 3 5.49673 3.01842 5.73736 3.05399C6.33961 1.27806 8.02055 0 10 0C11.9794 0 13.6604 1.27806 14.2626 3.05399C14.5033 3.01842 14.7495 3 15 3C17.7614 3 20 5.23858 20 8C20 10.0503 18.7659 11.8124 17 12.584L17 15.25H3V12.584C1.2341 11.8124 0 10.0503 0 8ZM9.04286 11.6693C8.16485 11.0251 7 9.98486 7 9.00044C7 7.32721 8.65005 6.7025 10 7.99506C11.35 6.7025 13 7.32721 13 9.00043C13 9.98488 11.8352 11.0251 10.9571 11.6693C10.5374 11.9773 10.3275 12.1313 10 12.1313C9.67249 12.1313 9.46261 11.9773 9.04286 11.6693Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M3.58579 19.4142C3.08343 18.9119 3.01188 18.1469 3.00169 16.75H16.9983C16.9881 18.1469 16.9166 18.9119 16.4142 19.4142C15.8284 20 14.8856 20 13 20H7C5.11438 20 4.17157 20 3.58579 19.4142Z", fill: "currentColor" })),
|
|
1394
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 5.23858 2.23858 3 5 3C5.25052 3 5.49673 3.01842 5.73736 3.05399C6.33961 1.27806 8.02055 0 10 0C11.9794 0 13.6604 1.27806 14.2626 3.05399C14.5033 3.01842 14.7495 3 15 3C17.7614 3 20 5.23858 20 8C20 10.0503 18.7659 11.8124 17 12.584L17 15.25H3V12.584C1.2341 11.8124 0 10.0503 0 8ZM9.04286 11.6693C8.16485 11.0251 7 9.98486 7 9.00044C7 7.32721 8.65005 6.7025 10 7.99506C11.35 6.7025 13 7.32721 13 9.00043C13 9.98488 11.8352 11.0251 10.9571 11.6693C10.5374 11.9773 10.3275 12.1313 10 12.1313C9.67249 12.1313 9.46261 11.9773 9.04286 11.6693Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M3.58579 19.4142C3.08343 18.9119 3.01188 18.1469 3.00169 16.75H16.9983C16.9881 18.1469 16.9166 18.9119 16.4142 19.4142C15.8284 20 14.8856 20 13 20H7C5.11438 20 4.17157 20 3.58579 19.4142Z", fill: "currentColor" })), l5 = f(A1), P1 = ({
|
|
1379
1395
|
title: e,
|
|
1380
1396
|
titleId: t,
|
|
1381
1397
|
...l
|
|
1382
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 320 248", fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M320 248C319.064 245.878 320 72.5001 320 9.76575C276.096 2.6226 223.055 0.000113595 151.741 0.000107361C82.7763 0.000101332 34.8277 5.57396 -9.96192e-06 12.8706C-9.96192e-06 12.8706 -1.88904e-05 115 0 248L320 248Z", fill: "#802948" })),
|
|
1398
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 320 248", fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M320 248C319.064 245.878 320 72.5001 320 9.76575C276.096 2.6226 223.055 0.000113595 151.741 0.000107361C82.7763 0.000101332 34.8277 5.57396 -9.96192e-06 12.8706C-9.96192e-06 12.8706 -1.88904e-05 115 0 248L320 248Z", fill: "#802948" })), a5 = f(P1), D1 = ({
|
|
1383
1399
|
title: e,
|
|
1384
1400
|
titleId: t,
|
|
1385
1401
|
...l
|
|
1386
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 641 164", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M641 163.5C630.623 139.904 618.387 121.021 607.079 104.736C590.917 81.4347 577.132 66.7815 549.799 49.4857C488.004 10.5702 438.093 0.00062313 314.74 0.000612347C191.388 0.000601563 158.351 24.0224 134.108 32.1899C68.5206 53.9084 23.2739 103.95 0.777588 163.5L641 163.5Z", fill: "#671A36" })),
|
|
1402
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 641 164", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M641 163.5C630.623 139.904 618.387 121.021 607.079 104.736C590.917 81.4347 577.132 66.7815 549.799 49.4857C488.004 10.5702 438.093 0.00062313 314.74 0.000612347C191.388 0.000601563 158.351 24.0224 134.108 32.1899C68.5206 53.9084 23.2739 103.95 0.777588 163.5L641 163.5Z", fill: "#671A36" })), r5 = f(D1), O1 = ({
|
|
1387
1403
|
title: e,
|
|
1388
1404
|
titleId: t,
|
|
1389
1405
|
...l
|
|
1390
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 1512 549", fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1830 549C1795.18 469.766 1754.13 406.361 1716.19 351.68C1661.97 273.439 1615.72 224.237 1524.01 166.161C1316.69 35.4907 1149.23 0.000123591 735.372 8.741e-05C321.513 5.12294e-05 210.672 80.6606 129.336 108.085C-90.7166 181.012 -242.523 349.042 -318 549L1830 549Z", fill: "#802948" })),
|
|
1406
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 1512 549", fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1830 549C1795.18 469.766 1754.13 406.361 1716.19 351.68C1661.97 273.439 1615.72 224.237 1524.01 166.161C1316.69 35.4907 1149.23 0.000123591 735.372 8.741e-05C321.513 5.12294e-05 210.672 80.6606 129.336 108.085C-90.7166 181.012 -242.523 349.042 -318 549L1830 549Z", fill: "#802948" })), n5 = f(O1), q1 = ({
|
|
1391
1407
|
title: e,
|
|
1392
1408
|
titleId: t,
|
|
1393
1409
|
...l
|
|
1394
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 12.6C8.33137 12.6 8.6 12.3314 8.6 12V7.2C8.6 6.86863 8.33137 6.6 8 6.6C7.66863 6.6 7.4 6.86863 7.4 7.2V12C7.4 12.3314 7.66863 12.6 8 12.6ZM8 4C8.44183 4 8.8 4.35817 8.8 4.8C8.8 5.24183 8.44183 5.6 8 5.6C7.55817 5.6 7.2 5.24183 7.2 4.8C7.2 4.35817 7.55817 4 8 4Z", fill: "currentColor" })),
|
|
1410
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 12.6C8.33137 12.6 8.6 12.3314 8.6 12V7.2C8.6 6.86863 8.33137 6.6 8 6.6C7.66863 6.6 7.4 6.86863 7.4 7.2V12C7.4 12.3314 7.66863 12.6 8 12.6ZM8 4C8.44183 4 8.8 4.35817 8.8 4.8C8.8 5.24183 8.44183 5.6 8 5.6C7.55817 5.6 7.2 5.24183 7.2 4.8C7.2 4.35817 7.55817 4 8 4Z", fill: "currentColor" })), i5 = f(q1), W1 = ({
|
|
1395
1411
|
title: e,
|
|
1396
1412
|
titleId: t,
|
|
1397
1413
|
...l
|
|
1398
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 14", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M10.7955 4.03931C10.7955 4.10896 10.7955 4.10896 10.7955 4.03931C11.2831 4.03931 11.6314 3.62137 11.6314 3.20343C11.6314 2.71584 11.2135 2.36755 10.7955 2.36755C10.308 2.36755 9.95966 2.78549 9.95966 3.20343C9.89001 3.69102 10.308 4.03931 10.7955 4.03931Z" }), /* @__PURE__ */ i.createElement("path", { d: "M6.96452 10.4477C8.84525 10.4477 10.4473 8.91526 10.4473 6.96488C10.4473 5.08415 8.9149 3.48206 6.96452 3.48206C5.01414 3.48206 3.4817 5.0145 3.4817 6.96488C3.4817 8.91526 5.01414 10.4477 6.96452 10.4477ZM6.96452 4.73587C8.21834 4.73587 9.26318 5.78072 9.26318 7.03453C9.26318 8.28835 8.21834 9.3332 6.96452 9.3332C5.71071 9.3332 4.66586 8.28835 4.66586 7.03453C4.66586 5.78072 5.71071 4.73587 6.96452 4.73587Z" }), /* @__PURE__ */ i.createElement("path", { d: "M-0.000930786 4.31809V9.68163C-0.000930786 12.05 1.94945 14.0003 4.31776 14.0003H9.68131C12.0496 14.0003 14 12.05 14 9.68163V4.31809C14 1.94977 12.0496 -0.000610352 9.68131 -0.000610352H4.31776C1.87979 0.0690461 -0.000930786 1.94977 -0.000930786 4.31809ZM4.31776 1.25321H9.68131C11.4227 1.25321 12.8158 2.64633 12.8158 4.38774V9.75129C12.8158 11.4927 11.4227 12.8858 9.68131 12.8858H4.31776C2.57635 12.8858 1.18323 11.4927 1.18323 9.75129V4.38774C1.18323 2.64633 2.57635 1.25321 4.31776 1.25321Z" })),
|
|
1414
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 14", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M10.7955 4.03931C10.7955 4.10896 10.7955 4.10896 10.7955 4.03931C11.2831 4.03931 11.6314 3.62137 11.6314 3.20343C11.6314 2.71584 11.2135 2.36755 10.7955 2.36755C10.308 2.36755 9.95966 2.78549 9.95966 3.20343C9.89001 3.69102 10.308 4.03931 10.7955 4.03931Z" }), /* @__PURE__ */ i.createElement("path", { d: "M6.96452 10.4477C8.84525 10.4477 10.4473 8.91526 10.4473 6.96488C10.4473 5.08415 8.9149 3.48206 6.96452 3.48206C5.01414 3.48206 3.4817 5.0145 3.4817 6.96488C3.4817 8.91526 5.01414 10.4477 6.96452 10.4477ZM6.96452 4.73587C8.21834 4.73587 9.26318 5.78072 9.26318 7.03453C9.26318 8.28835 8.21834 9.3332 6.96452 9.3332C5.71071 9.3332 4.66586 8.28835 4.66586 7.03453C4.66586 5.78072 5.71071 4.73587 6.96452 4.73587Z" }), /* @__PURE__ */ i.createElement("path", { d: "M-0.000930786 4.31809V9.68163C-0.000930786 12.05 1.94945 14.0003 4.31776 14.0003H9.68131C12.0496 14.0003 14 12.05 14 9.68163V4.31809C14 1.94977 12.0496 -0.000610352 9.68131 -0.000610352H4.31776C1.87979 0.0690461 -0.000930786 1.94977 -0.000930786 4.31809ZM4.31776 1.25321H9.68131C11.4227 1.25321 12.8158 2.64633 12.8158 4.38774V9.75129C12.8158 11.4927 11.4227 12.8858 9.68131 12.8858H4.31776C2.57635 12.8858 1.18323 11.4927 1.18323 9.75129V4.38774C1.18323 2.64633 2.57635 1.25321 4.31776 1.25321Z" })), _1 = f(W1), K1 = ({
|
|
1399
1415
|
title: e,
|
|
1400
1416
|
titleId: t,
|
|
1401
1417
|
...l
|
|
@@ -1403,7 +1419,7 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1403
1419
|
title: e,
|
|
1404
1420
|
titleId: t,
|
|
1405
1421
|
...l
|
|
1406
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("g", { opacity: 0.5 }, /* @__PURE__ */ i.createElement("path", { d: "M1.16674 1.55329C0.277754 2.50153 0.277754 4.03893 1.16674 4.98717L2.42023 6.32421C2.42964 6.3126 2.43951 6.30127 2.44985 6.29025L5.60778 2.92183C5.61808 2.91084 5.62867 2.90033 5.63952 2.89032L4.38604 1.55329C3.49705 0.605045 2.05572 0.605045 1.16674 1.55329Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M6.47469 3.78115C6.4653 3.79273 6.45546 3.80402 6.44515 3.81501L3.28722 7.18344C3.27689 7.19446 3.26626 7.20499 3.25538 7.21503L10.8246 15.2888C11.7136 16.2371 13.155 16.2371 14.0439 15.2888C14.9329 14.3406 14.9329 12.8032 14.0439 11.8549L6.47469 3.78115Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M10.8422 0.258686C10.9693 -0.0862283 11.4253 -0.0862286 11.5523 0.258685L11.8921 1.18103C11.9309 1.28634 12.0087 1.36969 12.1071 1.41122L12.9686 1.77499C13.2908 1.91102 13.2908 2.39916 12.9686 2.53519L12.1071 2.89896C12.0087 2.94049 11.9309 3.02385 11.8921 3.12915L11.5523 4.0515C11.4253 4.39641 10.9693 4.39641 10.8422 4.0515L10.5025 3.12915C10.4637 3.02385 10.3858 2.94049 10.2875 2.89896L9.42593 2.53519C9.10376 2.39916 9.10376 1.91102 9.42593 1.77499L10.2875 1.41122C10.3858 1.36969 10.4637 1.28634 10.5025 1.18103L10.8422 0.258686Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M13.8953 6.00375C14.0224 5.65884 14.4783 5.65884 14.6054 6.00375L14.7292 6.34004C14.768 6.44535 14.8459 6.5287 14.9443 6.57024L15.2584 6.70287C15.5805 6.8389 15.5805 7.32704 15.2584 7.46307L14.9443 7.5957C14.8459 7.63723 14.768 7.72059 14.7292 7.82589L14.6054 8.16219C14.4783 8.5071 14.0224 8.5071 13.8953 8.16219L13.7714 7.82589C13.7326 7.72059 13.6548 7.63723 13.5564 7.5957L13.2423 7.46307C12.9201 7.32704 12.9201 6.8389 13.2423 6.70287L13.5564 6.57024C13.6548 6.5287 13.7326 6.44535 13.7714 6.34004L13.8953 6.00375Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M2.18412 11.2061C2.31118 10.8611 2.76713 10.8611 2.89419 11.2061L3.01808 11.5423C3.05687 11.6477 3.13473 11.731 3.23309 11.7725L3.54721 11.9052C3.86937 12.0412 3.86937 12.5293 3.54721 12.6654L3.23309 12.798C3.13473 12.8395 3.05687 12.9229 3.01808 13.0282L2.89419 13.3645C2.76713 13.7094 2.31118 13.7094 2.18412 13.3645L2.06024 13.0282C2.02144 12.9229 1.94358 12.8395 1.84522 12.798L1.53111 12.6654C1.20894 12.5293 1.20894 12.0412 1.53111 11.9052L1.84522 11.7725C1.94358 11.731 2.02144 11.6477 2.06024 11.5423L2.18412 11.2061Z", fill: "currentColor" }))),
|
|
1422
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("g", { opacity: 0.5 }, /* @__PURE__ */ i.createElement("path", { d: "M1.16674 1.55329C0.277754 2.50153 0.277754 4.03893 1.16674 4.98717L2.42023 6.32421C2.42964 6.3126 2.43951 6.30127 2.44985 6.29025L5.60778 2.92183C5.61808 2.91084 5.62867 2.90033 5.63952 2.89032L4.38604 1.55329C3.49705 0.605045 2.05572 0.605045 1.16674 1.55329Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M6.47469 3.78115C6.4653 3.79273 6.45546 3.80402 6.44515 3.81501L3.28722 7.18344C3.27689 7.19446 3.26626 7.20499 3.25538 7.21503L10.8246 15.2888C11.7136 16.2371 13.155 16.2371 14.0439 15.2888C14.9329 14.3406 14.9329 12.8032 14.0439 11.8549L6.47469 3.78115Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M10.8422 0.258686C10.9693 -0.0862283 11.4253 -0.0862286 11.5523 0.258685L11.8921 1.18103C11.9309 1.28634 12.0087 1.36969 12.1071 1.41122L12.9686 1.77499C13.2908 1.91102 13.2908 2.39916 12.9686 2.53519L12.1071 2.89896C12.0087 2.94049 11.9309 3.02385 11.8921 3.12915L11.5523 4.0515C11.4253 4.39641 10.9693 4.39641 10.8422 4.0515L10.5025 3.12915C10.4637 3.02385 10.3858 2.94049 10.2875 2.89896L9.42593 2.53519C9.10376 2.39916 9.10376 1.91102 9.42593 1.77499L10.2875 1.41122C10.3858 1.36969 10.4637 1.28634 10.5025 1.18103L10.8422 0.258686Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M13.8953 6.00375C14.0224 5.65884 14.4783 5.65884 14.6054 6.00375L14.7292 6.34004C14.768 6.44535 14.8459 6.5287 14.9443 6.57024L15.2584 6.70287C15.5805 6.8389 15.5805 7.32704 15.2584 7.46307L14.9443 7.5957C14.8459 7.63723 14.768 7.72059 14.7292 7.82589L14.6054 8.16219C14.4783 8.5071 14.0224 8.5071 13.8953 8.16219L13.7714 7.82589C13.7326 7.72059 13.6548 7.63723 13.5564 7.5957L13.2423 7.46307C12.9201 7.32704 12.9201 6.8389 13.2423 6.70287L13.5564 6.57024C13.6548 6.5287 13.7326 6.44535 13.7714 6.34004L13.8953 6.00375Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M2.18412 11.2061C2.31118 10.8611 2.76713 10.8611 2.89419 11.2061L3.01808 11.5423C3.05687 11.6477 3.13473 11.731 3.23309 11.7725L3.54721 11.9052C3.86937 12.0412 3.86937 12.5293 3.54721 12.6654L3.23309 12.798C3.13473 12.8395 3.05687 12.9229 3.01808 13.0282L2.89419 13.3645C2.76713 13.7094 2.31118 13.7094 2.18412 13.3645L2.06024 13.0282C2.02144 12.9229 1.94358 12.8395 1.84522 12.798L1.53111 12.6654C1.20894 12.5293 1.20894 12.0412 1.53111 11.9052L1.84522 11.7725C1.94358 11.731 2.02144 11.6477 2.06024 11.5423L2.18412 11.2061Z", fill: "currentColor" }))), o5 = f(J1), Q1 = ({
|
|
1407
1423
|
title: e,
|
|
1408
1424
|
titleId: t,
|
|
1409
1425
|
...l
|
|
@@ -1411,67 +1427,67 @@ const Q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1411
1427
|
title: e,
|
|
1412
1428
|
titleId: t,
|
|
1413
1429
|
...l
|
|
1414
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 2", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M15.5264 0.993286L0.473735 0.993285M15.5264 0.993286L0.473735 0.993285", stroke: "currentColor" })), X1 = f(Y1),
|
|
1430
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 2", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M15.5264 0.993286L0.473735 0.993285M15.5264 0.993286L0.473735 0.993285", stroke: "currentColor" })), X1 = f(Y1), et = ({
|
|
1415
1431
|
title: e,
|
|
1416
1432
|
titleId: t,
|
|
1417
1433
|
...l
|
|
1418
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Mute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M16.5 10.5l3 3m0-3l-3 3" })),
|
|
1434
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Mute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M16.5 10.5l3 3m0-3l-3 3" })), tt = f(et), lt = ({
|
|
1419
1435
|
title: e,
|
|
1420
1436
|
titleId: t,
|
|
1421
1437
|
...l
|
|
1422
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "Pause", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M6 4h4v16H6V4zm8 0h4v16h-4V4z" })),
|
|
1438
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "Pause", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M6 4h4v16H6V4zm8 0h4v16h-4V4z" })), at = f(lt), rt = ({
|
|
1423
1439
|
title: e,
|
|
1424
1440
|
titleId: t,
|
|
1425
1441
|
...l
|
|
1426
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "Play", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5 3v18l15-9L5 3z" })),
|
|
1442
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "Play", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5 3v18l15-9L5 3z" })), nt = f(rt), it = ({
|
|
1427
1443
|
title: e,
|
|
1428
1444
|
titleId: t,
|
|
1429
1445
|
...l
|
|
1430
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.99337 0.473633V15.5263M7.99337 0.473633V15.5263", stroke: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M15.5264 7.99329L0.473735 7.99329M15.5264 7.99329L0.473735 7.99329", stroke: "currentColor" })),
|
|
1446
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.99337 0.473633V15.5263M7.99337 0.473633V15.5263", stroke: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M15.5264 7.99329L0.473735 7.99329M15.5264 7.99329L0.473735 7.99329", stroke: "currentColor" })), ot = f(it), st = ({
|
|
1431
1447
|
title: e,
|
|
1432
1448
|
titleId: t,
|
|
1433
1449
|
...l
|
|
1434
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 36 47", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("g", { filter: "url(#filter0_g_1682_441)" }, /* @__PURE__ */ i.createElement("path", { d: "M30.7629 40.8408C31.3152 40.8408 31.7629 40.3931 31.7629 39.8408C31.7629 39.2885 31.3152 38.8408 30.7629 38.8408V39.8408V40.8408ZM10.0864 3.30746L9.70431 2.38335L10.0864 3.30746ZM33.1529 24.2639L33.1204 25.2634L35.1193 25.3284L35.1518 24.3289L34.1523 24.2964L33.1529 24.2639ZM30.7629 39.8408V38.8408C27.1629 38.8408 22.7762 37.2192 18.504 34.5414C14.2501 31.8751 10.2184 28.229 7.32983 24.329C4.42396 20.4057 2.76947 16.3567 3.0261 12.8578C3.27435 9.47312 5.33374 6.35477 10.4685 4.23158L10.0864 3.30746L9.70431 2.38335C4.03656 4.72691 1.34706 8.4086 1.03146 12.7115C0.72424 16.9001 2.69093 21.4261 5.72265 25.5194C8.7717 29.6361 12.994 33.4482 17.4418 36.2361C21.8714 39.0125 26.6342 40.8408 30.7629 40.8408V39.8408ZM10.0864 3.30746L10.4685 4.23158C15.7891 2.03159 21.5683 2.82709 25.957 6.23235C30.3388 9.63225 33.4307 15.7173 33.1529 24.2639L34.1523 24.2964L35.1518 24.3289C35.4469 15.2537 32.1536 8.50895 27.183 4.65222C22.2194 0.800831 15.6792 -0.0872049 9.70431 2.38335L10.0864 3.30746Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M30.4133 35.2615C30.6452 36.1309 30.9675 37.5931 31.2749 39.6661C31.5658 41.6285 31.3976 43.1543 30.6627 44.9205", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), /* @__PURE__ */ i.createElement("defs", null, /* @__PURE__ */ i.createElement("filter", { id: "filter0_g_1682_441", x: 0.499939, y: 0.5, width: 35.1702, height: 45.9207, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ i.createElement("feTurbulence", { type: "fractalNoise", baseFrequency: "0.3333333432674408 0.3333333432674408", numOctaves: 3, seed: 3005 }), /* @__PURE__ */ i.createElement("feDisplacementMap", { in: "shape", scale: 1, xChannelSelector: "R", yChannelSelector: "G", result: "displacedImage", width: "100%", height: "100%" }), /* @__PURE__ */ i.createElement("feMerge", { result: "effect1_texture_1682_441" }, /* @__PURE__ */ i.createElement("feMergeNode", { in: "displacedImage" }))))),
|
|
1450
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 36 47", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("g", { filter: "url(#filter0_g_1682_441)" }, /* @__PURE__ */ i.createElement("path", { d: "M30.7629 40.8408C31.3152 40.8408 31.7629 40.3931 31.7629 39.8408C31.7629 39.2885 31.3152 38.8408 30.7629 38.8408V39.8408V40.8408ZM10.0864 3.30746L9.70431 2.38335L10.0864 3.30746ZM33.1529 24.2639L33.1204 25.2634L35.1193 25.3284L35.1518 24.3289L34.1523 24.2964L33.1529 24.2639ZM30.7629 39.8408V38.8408C27.1629 38.8408 22.7762 37.2192 18.504 34.5414C14.2501 31.8751 10.2184 28.229 7.32983 24.329C4.42396 20.4057 2.76947 16.3567 3.0261 12.8578C3.27435 9.47312 5.33374 6.35477 10.4685 4.23158L10.0864 3.30746L9.70431 2.38335C4.03656 4.72691 1.34706 8.4086 1.03146 12.7115C0.72424 16.9001 2.69093 21.4261 5.72265 25.5194C8.7717 29.6361 12.994 33.4482 17.4418 36.2361C21.8714 39.0125 26.6342 40.8408 30.7629 40.8408V39.8408ZM10.0864 3.30746L10.4685 4.23158C15.7891 2.03159 21.5683 2.82709 25.957 6.23235C30.3388 9.63225 33.4307 15.7173 33.1529 24.2639L34.1523 24.2964L35.1518 24.3289C35.4469 15.2537 32.1536 8.50895 27.183 4.65222C22.2194 0.800831 15.6792 -0.0872049 9.70431 2.38335L10.0864 3.30746Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M30.4133 35.2615C30.6452 36.1309 30.9675 37.5931 31.2749 39.6661C31.5658 41.6285 31.3976 43.1543 30.6627 44.9205", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), /* @__PURE__ */ i.createElement("defs", null, /* @__PURE__ */ i.createElement("filter", { id: "filter0_g_1682_441", x: 0.499939, y: 0.5, width: 35.1702, height: 45.9207, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ i.createElement("feTurbulence", { type: "fractalNoise", baseFrequency: "0.3333333432674408 0.3333333432674408", numOctaves: 3, seed: 3005 }), /* @__PURE__ */ i.createElement("feDisplacementMap", { in: "shape", scale: 1, xChannelSelector: "R", yChannelSelector: "G", result: "displacedImage", width: "100%", height: "100%" }), /* @__PURE__ */ i.createElement("feMerge", { result: "effect1_texture_1682_441" }, /* @__PURE__ */ i.createElement("feMergeNode", { in: "displacedImage" }))))), dt = f(st), ct = ({
|
|
1435
1451
|
title: e,
|
|
1436
1452
|
titleId: t,
|
|
1437
1453
|
...l
|
|
1438
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 10 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.85714 3.07144C7.85714 4.64939 6.57796 5.92858 5 5.92858C3.42204 5.92858 2.14286 4.64939 2.14286 3.07144C2.14286 1.49348 3.42204 0.214294 5 0.214294C6.57796 0.214294 7.85714 1.49348 7.85714 3.07144Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M10 10.9286C10 12.5065 7.76142 13.7857 5 13.7857C2.23858 13.7857 0 12.5065 0 10.9286C0 9.35062 2.23858 8.07144 5 8.07144C7.76142 8.07144 10 9.35062 10 10.9286Z", fill: "currentColor" })),
|
|
1454
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 10 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.85714 3.07144C7.85714 4.64939 6.57796 5.92858 5 5.92858C3.42204 5.92858 2.14286 4.64939 2.14286 3.07144C2.14286 1.49348 3.42204 0.214294 5 0.214294C6.57796 0.214294 7.85714 1.49348 7.85714 3.07144Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M10 10.9286C10 12.5065 7.76142 13.7857 5 13.7857C2.23858 13.7857 0 12.5065 0 10.9286C0 9.35062 2.23858 8.07144 5 8.07144C7.76142 8.07144 10 9.35062 10 10.9286Z", fill: "currentColor" })), mt = f(ct), ut = ({
|
|
1439
1455
|
title: e,
|
|
1440
1456
|
titleId: t,
|
|
1441
1457
|
...l
|
|
1442
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M13.0317 0.647687C11.0886 1.88909 9.46937 4.156 9.63129 5.88317C9.90116 8.20405 13.1396 6.63881 13.7873 9.66135C14.0572 11.2266 13.0856 12.6299 11.5204 12.8998C9.63129 13.2776 8.17399 11.8203 7.7422 9.5534C6.98657 5.18151 10.0631 1.4573 12.6538 0L13.0317 0.647687ZM0.131863 9.5534C-0.677748 5.23548 2.39877 1.51127 5.0435 0L5.42132 0.701663C3.42428 1.88909 1.80506 4.20998 2.02095 5.93715C2.29082 8.20405 5.52927 6.69278 6.12298 9.71533C6.44683 11.2806 5.47529 12.6839 3.91005 12.9538C2.02095 13.2776 0.563655 11.8743 0.131863 9.5534Z", fill: "currentColor" })), ge = f(
|
|
1458
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M13.0317 0.647687C11.0886 1.88909 9.46937 4.156 9.63129 5.88317C9.90116 8.20405 13.1396 6.63881 13.7873 9.66135C14.0572 11.2266 13.0856 12.6299 11.5204 12.8998C9.63129 13.2776 8.17399 11.8203 7.7422 9.5534C6.98657 5.18151 10.0631 1.4573 12.6538 0L13.0317 0.647687ZM0.131863 9.5534C-0.677748 5.23548 2.39877 1.51127 5.0435 0L5.42132 0.701663C3.42428 1.88909 1.80506 4.20998 2.02095 5.93715C2.29082 8.20405 5.52927 6.69278 6.12298 9.71533C6.44683 11.2806 5.47529 12.6839 3.91005 12.9538C2.02095 13.2776 0.563655 11.8743 0.131863 9.5534Z", fill: "currentColor" })), ge = f(ut), gt = ({
|
|
1443
1459
|
title: e,
|
|
1444
1460
|
titleId: t,
|
|
1445
1461
|
...l
|
|
1446
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M8.38169 0.440751C8.61486 -0.102569 9.38514 -0.102569 9.61831 0.440751L11.5399 4.91842C11.6373 5.14529 11.8511 5.30062 12.0969 5.32311L16.9493 5.767C17.538 5.82086 17.7761 6.55344 17.3314 6.94309L13.6667 10.1543C13.481 10.317 13.3993 10.5684 13.4539 10.8091L14.5312 15.5611C14.6619 16.1378 14.0388 16.5905 13.5308 16.288L9.34425 13.795C9.13213 13.6687 8.86787 13.6687 8.65575 13.795L4.46922 16.288C3.96123 16.5905 3.33806 16.1378 3.46878 15.5611L4.54607 10.8091C4.60065 10.5684 4.51899 10.317 4.33331 10.1543L0.668603 6.94309C0.223928 6.55344 0.461957 5.82086 1.05074 5.767L5.90307 5.32311C6.14892 5.30062 6.36271 5.14529 6.46008 4.91842L8.38169 0.440751Z", fill: "currentColor" })),
|
|
1462
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M8.38169 0.440751C8.61486 -0.102569 9.38514 -0.102569 9.61831 0.440751L11.5399 4.91842C11.6373 5.14529 11.8511 5.30062 12.0969 5.32311L16.9493 5.767C17.538 5.82086 17.7761 6.55344 17.3314 6.94309L13.6667 10.1543C13.481 10.317 13.3993 10.5684 13.4539 10.8091L14.5312 15.5611C14.6619 16.1378 14.0388 16.5905 13.5308 16.288L9.34425 13.795C9.13213 13.6687 8.86787 13.6687 8.65575 13.795L4.46922 16.288C3.96123 16.5905 3.33806 16.1378 3.46878 15.5611L4.54607 10.8091C4.60065 10.5684 4.51899 10.317 4.33331 10.1543L0.668603 6.94309C0.223928 6.55344 0.461957 5.82086 1.05074 5.767L5.90307 5.32311C6.14892 5.30062 6.36271 5.14529 6.46008 4.91842L8.38169 0.440751Z", fill: "currentColor" })), pt = f(gt), ht = ({
|
|
1447
1463
|
title: e,
|
|
1448
1464
|
titleId: t,
|
|
1449
1465
|
...l
|
|
1450
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5924 1.20027C7.34888 1.4078 7.22711 1.51158 7.09706 1.59874C6.79896 1.79854 6.46417 1.93721 6.1121 2.00672C5.95851 2.03705 5.79903 2.04977 5.48008 2.07522C4.6787 2.13918 4.278 2.17115 3.94371 2.28923C3.17051 2.56233 2.56233 3.17051 2.28923 3.94371C2.17115 4.278 2.13918 4.6787 2.07522 5.48008C2.04977 5.79903 2.03705 5.95851 2.00672 6.1121C1.93721 6.46417 1.79854 6.79896 1.59874 7.09706C1.51158 7.22711 1.40781 7.34887 1.20027 7.5924C0.678835 8.20428 0.418104 8.51023 0.265216 8.83011C-0.0884052 9.56995 -0.0884052 10.43 0.265216 11.1699C0.418105 11.4898 0.678827 11.7957 1.20027 12.4076C1.40778 12.6511 1.51158 12.7729 1.59874 12.9029C1.79854 13.201 1.93721 13.5358 2.00672 13.8879C2.03705 14.0415 2.04977 14.201 2.07522 14.5199C2.13918 15.3213 2.17115 15.722 2.28923 16.0563C2.56233 16.8295 3.17051 17.4377 3.94371 17.7108C4.278 17.8288 4.6787 17.8608 5.48008 17.9248C5.79903 17.9502 5.95851 17.963 6.1121 17.9933C6.46417 18.0628 6.79896 18.2015 7.09706 18.4013C7.22711 18.4884 7.34887 18.5922 7.5924 18.7997C8.20429 19.3212 8.51023 19.5819 8.83011 19.7348C9.56995 20.0884 10.43 20.0884 11.1699 19.7348C11.4898 19.5819 11.7957 19.3212 12.4076 18.7997C12.6511 18.5922 12.7729 18.4884 12.9029 18.4013C13.201 18.2015 13.5358 18.0628 13.8879 17.9933C14.0415 17.963 14.201 17.9502 14.5199 17.9248C15.3213 17.8608 15.722 17.8288 16.0563 17.7108C16.8295 17.4377 17.4377 16.8295 17.7108 16.0563C17.8288 15.722 17.8608 15.3213 17.9248 14.5199C17.9502 14.201 17.963 14.0415 17.9933 13.8879C18.0628 13.5358 18.2015 13.201 18.4013 12.9029C18.4884 12.7729 18.5922 12.6511 18.7997 12.4076C19.3212 11.7957 19.5819 11.4898 19.7348 11.1699C20.0884 10.43 20.0884 9.56995 19.7348 8.83011C19.5819 8.51023 19.3212 8.20429 18.7997 7.5924C18.5922 7.34887 18.4884 7.22711 18.4013 7.09706C18.2015 6.79896 18.0628 6.46417 17.9933 6.1121C17.963 5.95851 17.9502 5.79903 17.9248 5.48008C17.8608 4.6787 17.8288 4.278 17.7108 3.94371C17.4377 3.17051 16.8295 2.56233 16.0563 2.28923C15.722 2.17115 15.3213 2.13918 14.5199 2.07522C14.201 2.04977 14.0415 2.03705 13.8879 2.00672C13.5358 1.93721 13.201 1.79854 12.9029 1.59874C12.7729 1.51158 12.6511 1.40781 12.4076 1.20027C11.7957 0.678828 11.4898 0.418105 11.1699 0.265216C10.43 -0.0884052 9.56995 -0.0884052 8.83011 0.265216C8.51023 0.418105 8.20428 0.678833 7.5924 1.20027ZM13.8309 6.16959C14.1487 6.48742 14.1487 7.00273 13.8309 7.32056L7.32003 13.8314C7.0022 14.1493 6.48689 14.1493 6.16906 13.8314C5.85123 13.5136 5.85123 12.9983 6.16906 12.6805L12.6799 6.16959C12.9978 5.85176 13.5131 5.85176 13.8309 6.16959ZM13.798 12.7134C13.798 13.3127 13.3122 13.7985 12.7129 13.7985C12.1135 13.7985 11.6277 13.3127 11.6277 12.7134C11.6277 12.1141 12.1135 11.6282 12.7129 11.6282C13.3122 11.6282 13.798 12.1141 13.798 12.7134ZM7.28712 8.3728C7.88643 8.3728 8.37227 7.88696 8.37227 7.28765C8.37227 6.68834 7.88643 6.2025 7.28712 6.2025C6.68781 6.2025 6.20197 6.68834 6.20197 7.28765C6.20197 7.88696 6.68781 8.3728 7.28712 8.3728Z", fill: "currentColor" })),
|
|
1466
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5924 1.20027C7.34888 1.4078 7.22711 1.51158 7.09706 1.59874C6.79896 1.79854 6.46417 1.93721 6.1121 2.00672C5.95851 2.03705 5.79903 2.04977 5.48008 2.07522C4.6787 2.13918 4.278 2.17115 3.94371 2.28923C3.17051 2.56233 2.56233 3.17051 2.28923 3.94371C2.17115 4.278 2.13918 4.6787 2.07522 5.48008C2.04977 5.79903 2.03705 5.95851 2.00672 6.1121C1.93721 6.46417 1.79854 6.79896 1.59874 7.09706C1.51158 7.22711 1.40781 7.34887 1.20027 7.5924C0.678835 8.20428 0.418104 8.51023 0.265216 8.83011C-0.0884052 9.56995 -0.0884052 10.43 0.265216 11.1699C0.418105 11.4898 0.678827 11.7957 1.20027 12.4076C1.40778 12.6511 1.51158 12.7729 1.59874 12.9029C1.79854 13.201 1.93721 13.5358 2.00672 13.8879C2.03705 14.0415 2.04977 14.201 2.07522 14.5199C2.13918 15.3213 2.17115 15.722 2.28923 16.0563C2.56233 16.8295 3.17051 17.4377 3.94371 17.7108C4.278 17.8288 4.6787 17.8608 5.48008 17.9248C5.79903 17.9502 5.95851 17.963 6.1121 17.9933C6.46417 18.0628 6.79896 18.2015 7.09706 18.4013C7.22711 18.4884 7.34887 18.5922 7.5924 18.7997C8.20429 19.3212 8.51023 19.5819 8.83011 19.7348C9.56995 20.0884 10.43 20.0884 11.1699 19.7348C11.4898 19.5819 11.7957 19.3212 12.4076 18.7997C12.6511 18.5922 12.7729 18.4884 12.9029 18.4013C13.201 18.2015 13.5358 18.0628 13.8879 17.9933C14.0415 17.963 14.201 17.9502 14.5199 17.9248C15.3213 17.8608 15.722 17.8288 16.0563 17.7108C16.8295 17.4377 17.4377 16.8295 17.7108 16.0563C17.8288 15.722 17.8608 15.3213 17.9248 14.5199C17.9502 14.201 17.963 14.0415 17.9933 13.8879C18.0628 13.5358 18.2015 13.201 18.4013 12.9029C18.4884 12.7729 18.5922 12.6511 18.7997 12.4076C19.3212 11.7957 19.5819 11.4898 19.7348 11.1699C20.0884 10.43 20.0884 9.56995 19.7348 8.83011C19.5819 8.51023 19.3212 8.20429 18.7997 7.5924C18.5922 7.34887 18.4884 7.22711 18.4013 7.09706C18.2015 6.79896 18.0628 6.46417 17.9933 6.1121C17.963 5.95851 17.9502 5.79903 17.9248 5.48008C17.8608 4.6787 17.8288 4.278 17.7108 3.94371C17.4377 3.17051 16.8295 2.56233 16.0563 2.28923C15.722 2.17115 15.3213 2.13918 14.5199 2.07522C14.201 2.04977 14.0415 2.03705 13.8879 2.00672C13.5358 1.93721 13.201 1.79854 12.9029 1.59874C12.7729 1.51158 12.6511 1.40781 12.4076 1.20027C11.7957 0.678828 11.4898 0.418105 11.1699 0.265216C10.43 -0.0884052 9.56995 -0.0884052 8.83011 0.265216C8.51023 0.418105 8.20428 0.678833 7.5924 1.20027ZM13.8309 6.16959C14.1487 6.48742 14.1487 7.00273 13.8309 7.32056L7.32003 13.8314C7.0022 14.1493 6.48689 14.1493 6.16906 13.8314C5.85123 13.5136 5.85123 12.9983 6.16906 12.6805L12.6799 6.16959C12.9978 5.85176 13.5131 5.85176 13.8309 6.16959ZM13.798 12.7134C13.798 13.3127 13.3122 13.7985 12.7129 13.7985C12.1135 13.7985 11.6277 13.3127 11.6277 12.7134C11.6277 12.1141 12.1135 11.6282 12.7129 11.6282C13.3122 11.6282 13.798 12.1141 13.798 12.7134ZM7.28712 8.3728C7.88643 8.3728 8.37227 7.88696 8.37227 7.28765C8.37227 6.68834 7.88643 6.2025 7.28712 6.2025C6.68781 6.2025 6.20197 6.68834 6.20197 7.28765C6.20197 7.88696 6.68781 8.3728 7.28712 8.3728Z", fill: "currentColor" })), s5 = f(ht), Ct = ({
|
|
1451
1467
|
title: e,
|
|
1452
1468
|
titleId: t,
|
|
1453
1469
|
...l
|
|
1454
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 12 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.3226 5.90273V3.62555C8.34598 3.49986 8.25022 0.794932 8.25022 0.540759V0.521606H5.94949V9.39052C5.94924 9.77378 5.82814 10.1472 5.60341 10.4576C5.37868 10.7681 5.06178 10.9998 4.69778 11.1197C4.33378 11.2397 3.94123 11.2418 3.57597 11.1257C3.21071 11.0097 2.89134 10.7814 2.6633 10.4734C2.43526 10.1654 2.31016 9.79328 2.3058 9.41005C2.30144 9.02682 2.41804 8.65198 2.63902 8.33885C2.85999 8.02572 3.17409 7.79025 3.53662 7.66593C3.89915 7.54162 4.29165 7.53479 4.65828 7.64643V5.29782C4.48202 5.27521 4.30449 5.26388 4.12679 5.26391C3.31062 5.26391 2.51278 5.50593 1.83416 5.95937C1.15554 6.41281 0.626624 7.05729 0.31429 7.81134C0.00195587 8.56538 -0.079765 9.3951 0.0794615 10.1956C0.238688 10.9961 0.63171 11.7314 1.20883 12.3085C1.78595 12.8856 2.52124 13.2786 3.32173 13.4379C4.12221 13.5971 4.95194 13.5154 5.70598 13.203C6.46002 12.8907 7.10451 12.3618 7.55795 11.6832C8.01139 11.0045 8.25341 10.2067 8.25341 9.39052C8.25341 9.33267 8.25341 9.27521 8.24942 9.21815V4.85092C9.3088 5.82013 11.3226 5.90273 11.3226 5.90273Z", fill: "#F7C8CC" }), /* @__PURE__ */ i.createElement("path", { d: "M12.0002 6.46508V4.18671C9.02313 4.06102 8.92777 1.35609 8.92777 1.10192V1.08276H6.62704V9.95168C6.62687 10.335 6.50584 10.7084 6.28117 11.0189C6.05649 11.3294 5.73961 11.5612 5.37562 11.6812C5.01162 11.8012 4.61905 11.8033 4.25376 11.6874C3.88846 11.5714 3.56905 11.3431 3.34097 11.0351C3.11288 10.7271 2.98774 10.355 2.98335 9.97176C2.97896 9.58851 3.09554 9.21365 3.31651 8.90049C3.53748 8.58733 3.85158 8.35184 4.21412 8.22751C4.57666 8.10318 4.96918 8.09634 5.33583 8.20798V5.85898C5.15914 5.83685 4.98121 5.82606 4.80314 5.82666C3.98696 5.8269 3.18917 6.06916 2.51068 6.52281C1.83218 6.97647 1.30345 7.62113 0.991345 8.37529C0.679242 9.12944 0.597785 9.95921 0.757276 10.7597C0.916767 11.5601 1.31004 12.2953 1.88737 12.8722C2.46469 13.4492 3.20014 13.8419 4.00069 14.0009C4.80125 14.1598 5.63097 14.0778 6.38491 13.7652C7.13885 13.4526 7.78316 12.9234 8.23636 12.2446C8.68955 11.5658 8.93127 10.7679 8.93096 9.95168C8.93096 9.89383 8.93096 9.83637 8.92697 9.77931V5.41208C9.98635 6.38129 12.0002 6.46508 12.0002 6.46508Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M8.30717 1.08276C8.4181 1.68687 8.7421 2.63134 9.68657 3.18398C8.96475 2.34325 8.92844 1.25833 8.92844 1.10192V1.08276H8.30717Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M11.9998 6.46487V4.18649C11.7719 4.17814 11.5451 4.15145 11.3215 4.10669V5.90026C11.3215 5.90026 9.30766 5.81767 8.24907 4.84846V9.21449C8.25147 9.27155 8.25307 9.329 8.25307 9.38686C8.25296 10.1335 8.05033 10.8661 7.66676 11.5066C7.28318 12.1471 6.73303 12.6716 6.07491 13.0242C5.4168 13.3767 4.67537 13.5442 3.92961 13.5086C3.18385 13.4731 2.4617 13.2359 1.84009 12.8224C2.41176 13.4128 3.14669 13.819 3.95071 13.989C4.75474 14.159 5.59121 14.0851 6.35294 13.7767C7.11467 13.4683 7.76695 12.9394 8.2262 12.2579C8.68544 11.5764 8.93071 10.7733 8.93059 9.95147C8.93059 9.89361 8.93059 9.83615 8.9266 9.77909V5.41187C9.98599 6.38108 11.9998 6.46487 11.9998 6.46487Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M4.65799 7.64316C4.21868 7.50917 3.74498 7.54594 3.3316 7.74611C2.91823 7.94628 2.59564 8.2951 2.42832 8.72284C2.26101 9.15057 2.26131 9.62569 2.42916 10.0532C2.597 10.4807 2.92003 10.8292 3.33366 11.0288C3.10762 10.72 2.98446 10.348 2.98163 9.96536C2.9788 9.58271 3.09644 9.20888 3.31789 8.89682C3.53934 8.58475 3.85336 8.35028 4.21548 8.22661C4.5776 8.10294 4.96945 8.09635 5.33552 8.20776V5.85876C5.15883 5.83663 4.9809 5.82584 4.80283 5.82644C4.75375 5.82644 4.70547 5.82644 4.65679 5.82923L4.65799 7.64316Z", fill: "#F7EFDC" })),
|
|
1470
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 12 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.3226 5.90273V3.62555C8.34598 3.49986 8.25022 0.794932 8.25022 0.540759V0.521606H5.94949V9.39052C5.94924 9.77378 5.82814 10.1472 5.60341 10.4576C5.37868 10.7681 5.06178 10.9998 4.69778 11.1197C4.33378 11.2397 3.94123 11.2418 3.57597 11.1257C3.21071 11.0097 2.89134 10.7814 2.6633 10.4734C2.43526 10.1654 2.31016 9.79328 2.3058 9.41005C2.30144 9.02682 2.41804 8.65198 2.63902 8.33885C2.85999 8.02572 3.17409 7.79025 3.53662 7.66593C3.89915 7.54162 4.29165 7.53479 4.65828 7.64643V5.29782C4.48202 5.27521 4.30449 5.26388 4.12679 5.26391C3.31062 5.26391 2.51278 5.50593 1.83416 5.95937C1.15554 6.41281 0.626624 7.05729 0.31429 7.81134C0.00195587 8.56538 -0.079765 9.3951 0.0794615 10.1956C0.238688 10.9961 0.63171 11.7314 1.20883 12.3085C1.78595 12.8856 2.52124 13.2786 3.32173 13.4379C4.12221 13.5971 4.95194 13.5154 5.70598 13.203C6.46002 12.8907 7.10451 12.3618 7.55795 11.6832C8.01139 11.0045 8.25341 10.2067 8.25341 9.39052C8.25341 9.33267 8.25341 9.27521 8.24942 9.21815V4.85092C9.3088 5.82013 11.3226 5.90273 11.3226 5.90273Z", fill: "#F7C8CC" }), /* @__PURE__ */ i.createElement("path", { d: "M12.0002 6.46508V4.18671C9.02313 4.06102 8.92777 1.35609 8.92777 1.10192V1.08276H6.62704V9.95168C6.62687 10.335 6.50584 10.7084 6.28117 11.0189C6.05649 11.3294 5.73961 11.5612 5.37562 11.6812C5.01162 11.8012 4.61905 11.8033 4.25376 11.6874C3.88846 11.5714 3.56905 11.3431 3.34097 11.0351C3.11288 10.7271 2.98774 10.355 2.98335 9.97176C2.97896 9.58851 3.09554 9.21365 3.31651 8.90049C3.53748 8.58733 3.85158 8.35184 4.21412 8.22751C4.57666 8.10318 4.96918 8.09634 5.33583 8.20798V5.85898C5.15914 5.83685 4.98121 5.82606 4.80314 5.82666C3.98696 5.8269 3.18917 6.06916 2.51068 6.52281C1.83218 6.97647 1.30345 7.62113 0.991345 8.37529C0.679242 9.12944 0.597785 9.95921 0.757276 10.7597C0.916767 11.5601 1.31004 12.2953 1.88737 12.8722C2.46469 13.4492 3.20014 13.8419 4.00069 14.0009C4.80125 14.1598 5.63097 14.0778 6.38491 13.7652C7.13885 13.4526 7.78316 12.9234 8.23636 12.2446C8.68955 11.5658 8.93127 10.7679 8.93096 9.95168C8.93096 9.89383 8.93096 9.83637 8.92697 9.77931V5.41208C9.98635 6.38129 12.0002 6.46508 12.0002 6.46508Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M8.30717 1.08276C8.4181 1.68687 8.7421 2.63134 9.68657 3.18398C8.96475 2.34325 8.92844 1.25833 8.92844 1.10192V1.08276H8.30717Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M11.9998 6.46487V4.18649C11.7719 4.17814 11.5451 4.15145 11.3215 4.10669V5.90026C11.3215 5.90026 9.30766 5.81767 8.24907 4.84846V9.21449C8.25147 9.27155 8.25307 9.329 8.25307 9.38686C8.25296 10.1335 8.05033 10.8661 7.66676 11.5066C7.28318 12.1471 6.73303 12.6716 6.07491 13.0242C5.4168 13.3767 4.67537 13.5442 3.92961 13.5086C3.18385 13.4731 2.4617 13.2359 1.84009 12.8224C2.41176 13.4128 3.14669 13.819 3.95071 13.989C4.75474 14.159 5.59121 14.0851 6.35294 13.7767C7.11467 13.4683 7.76695 12.9394 8.2262 12.2579C8.68544 11.5764 8.93071 10.7733 8.93059 9.95147C8.93059 9.89361 8.93059 9.83615 8.9266 9.77909V5.41187C9.98599 6.38108 11.9998 6.46487 11.9998 6.46487Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M4.65799 7.64316C4.21868 7.50917 3.74498 7.54594 3.3316 7.74611C2.91823 7.94628 2.59564 8.2951 2.42832 8.72284C2.26101 9.15057 2.26131 9.62569 2.42916 10.0532C2.597 10.4807 2.92003 10.8292 3.33366 11.0288C3.10762 10.72 2.98446 10.348 2.98163 9.96536C2.9788 9.58271 3.09644 9.20888 3.31789 8.89682C3.53934 8.58475 3.85336 8.35028 4.21548 8.22661C4.5776 8.10294 4.96945 8.09635 5.33552 8.20776V5.85876C5.15883 5.83663 4.9809 5.82584 4.80283 5.82644C4.75375 5.82644 4.70547 5.82644 4.65679 5.82923L4.65799 7.64316Z", fill: "#F7EFDC" })), ft = f(Ct), bt = ({
|
|
1455
1471
|
title: e,
|
|
1456
1472
|
titleId: t,
|
|
1457
1473
|
...l
|
|
1458
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 95 59", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M23.6782 58.0245V49.7689H28.8026V50.9955H24.9048V52.9886H28.0419V54.2152H24.9048V56.798H28.8026V58.0245H23.6782ZM29.4171 58.0245L31.5753 55.0643L29.4288 52.1159H30.9443L32.3301 54.0147L33.7217 52.1159H35.2313L33.0908 55.0643L35.249 58.0245H33.7335L32.3301 56.1021L30.9325 58.0245H29.4171ZM39.6049 56.3498L40.7018 56.9454C40.4344 57.3189 40.0944 57.6176 39.6816 57.8417C39.2728 58.0658 38.8285 58.1778 38.3489 58.1778C37.8064 58.1778 37.3111 58.0383 36.8629 57.7592C36.4187 57.48 36.0629 57.1066 35.7956 56.6388C35.5322 56.167 35.4005 55.6461 35.4005 55.0761C35.4005 54.6437 35.4772 54.2407 35.6305 53.8672C35.7838 53.4898 35.9941 53.1596 36.2614 52.8766C36.5327 52.5896 36.8472 52.3655 37.2049 52.2043C37.5627 52.0432 37.944 51.9626 38.3489 51.9626C38.8285 51.9626 39.2728 52.0746 39.6816 52.2987C40.0944 52.5228 40.4344 52.8235 40.7018 53.2009L39.6049 53.7965C39.4398 53.5999 39.2472 53.4505 39.0271 53.3483C38.8069 53.2422 38.5809 53.1891 38.3489 53.1891C38.0266 53.1891 37.7337 53.2776 37.4703 53.4545C37.2108 53.6274 37.0044 53.8574 36.8511 54.1444C36.7017 54.4274 36.627 54.738 36.627 55.0761C36.627 55.4102 36.7037 55.7208 36.857 56.0078C37.0103 56.2908 37.2167 56.5189 37.4762 56.6918C37.7396 56.8648 38.0305 56.9513 38.3489 56.9513C38.5927 56.9513 38.8246 56.8963 39.0447 56.7862C39.2649 56.6761 39.4516 56.5306 39.6049 56.3498ZM44.1048 58.1778C43.5623 58.1778 43.0669 58.0383 42.6188 57.7592C42.1746 57.48 41.8188 57.1066 41.5515 56.6388C41.2881 56.167 41.1564 55.6461 41.1564 55.0761C41.1564 54.6437 41.233 54.2407 41.3863 53.8672C41.5397 53.4898 41.75 53.1596 42.0173 52.8766C42.2886 52.5896 42.6031 52.3655 42.9608 52.2043C43.3185 52.0432 43.6999 51.9626 44.1048 51.9626C44.5569 51.9626 44.9716 52.0569 45.349 52.2456C45.7264 52.4304 46.0488 52.6879 46.3161 53.0181C46.5834 53.3444 46.78 53.7218 46.9058 54.1503C47.0316 54.5749 47.0689 55.027 47.0178 55.5066H42.4714C42.5225 55.7778 42.6208 56.0235 42.7662 56.2437C42.9156 56.4599 43.1043 56.6309 43.3323 56.7567C43.5642 56.8825 43.8217 56.9474 44.1048 56.9513C44.4036 56.9513 44.6748 56.8766 44.9186 56.7272C45.1662 56.5778 45.3687 56.3714 45.5259 56.108L46.7702 56.397C46.5343 56.9198 46.1785 57.3483 45.7028 57.6825C45.2272 58.0127 44.6945 58.1778 44.1048 58.1778ZM42.4301 54.569H45.7795C45.7402 54.2859 45.6399 54.0304 45.4788 53.8024C45.3215 53.5704 45.123 53.3876 44.8832 53.254C44.6473 53.1164 44.3878 53.0476 44.1048 53.0476C43.8257 53.0476 43.5662 53.1144 43.3264 53.2481C43.0905 53.3817 42.894 53.5645 42.7367 53.7965C42.5834 54.0245 42.4812 54.282 42.4301 54.569ZM47.7958 58.0245V49.1793H49.0224V58.0245H47.7958ZM50.3154 58.0245V49.1793H51.5419V58.0245H50.3154ZM55.3489 58.1778C54.8064 58.1778 54.311 58.0383 53.8629 57.7592C53.4186 57.48 53.0629 57.1066 52.7955 56.6388C52.5321 56.167 52.4004 55.6461 52.4004 55.0761C52.4004 54.6437 52.4771 54.2407 52.6304 53.8672C52.7837 53.4898 52.9941 53.1596 53.2614 52.8766C53.5326 52.5896 53.8471 52.3655 54.2049 52.2043C54.5626 52.0432 54.944 51.9626 55.3489 51.9626C55.801 51.9626 56.2157 52.0569 56.5931 52.2456C56.9705 52.4304 57.2929 52.6879 57.5602 53.0181C57.8275 53.3444 58.0241 53.7218 58.1499 54.1503C58.2757 54.5749 58.313 55.027 58.2619 55.5066H53.7154C53.7665 55.7778 53.8648 56.0235 54.0103 56.2437C54.1597 56.4599 54.3484 56.6309 54.5764 56.7567C54.8083 56.8825 55.0658 56.9474 55.3489 56.9513C55.6476 56.9513 55.9189 56.8766 56.1626 56.7272C56.4103 56.5778 56.6128 56.3714 56.77 56.108L58.0142 56.397C57.7784 56.9198 57.4226 57.3483 56.9469 57.6825C56.4712 58.0127 55.9386 58.1778 55.3489 58.1778ZM53.6742 54.569H57.0236C56.9843 54.2859 56.884 54.0304 56.7228 53.8024C56.5656 53.5704 56.3671 53.3876 56.1273 53.254C55.8914 53.1164 55.6319 53.0476 55.3489 53.0476C55.0698 53.0476 54.8103 53.1144 54.5705 53.2481C54.3346 53.3817 54.138 53.5645 53.9808 53.7965C53.8275 54.0245 53.7253 54.282 53.6742 54.569ZM64.4277 54.3272V58.0245H63.2012V54.6279C63.2012 54.3645 63.1363 54.1247 63.0066 53.9085C62.8808 53.6923 62.7098 53.5213 62.4935 53.3955C62.2812 53.2658 62.0414 53.2009 61.7741 53.2009C61.5147 53.2009 61.2768 53.2658 61.0606 53.3955C60.8444 53.5213 60.6714 53.6923 60.5417 53.9085C60.412 54.1247 60.3471 54.3645 60.3471 54.6279V58.0245H59.1205V52.1277H60.3471V52.7527C60.5515 52.509 60.8031 52.3164 61.1019 52.1748C61.4007 52.0333 61.723 51.9626 62.069 51.9626C62.5053 51.9626 62.9024 52.0687 63.2601 52.281C63.6179 52.4933 63.9009 52.7783 64.1093 53.136C64.3216 53.4938 64.4277 53.8908 64.4277 54.3272ZM68.6004 53.3542H67.362L67.3561 58.0245H66.1296L66.1355 53.3542H65.1979V52.1277H66.1355L66.1296 50.2761H67.3561L67.362 52.1277H68.6004V53.3542Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M88.1498 4.55424H90.1039V1.03242H92.681V4.53248H95V6.44393H92.681V12.6711C92.681 12.9504 92.7022 13.165 92.724 13.3797C92.7454 13.5731 92.8098 13.7448 92.8742 13.8736C92.9601 14.0024 93.0888 14.11 93.2391 14.1744C93.4108 14.2388 93.6257 14.2817 93.9265 14.2817C94.0982 14.2817 94.2914 14.2817 94.4631 14.2603C94.6351 14.2388 94.8283 14.2173 95 14.1744V16.1714C94.721 16.2143 94.4417 16.2358 94.1626 16.2573C93.8833 16.3002 93.6257 16.3002 93.3249 16.3002C92.6378 16.3002 92.1012 16.2358 91.6931 16.107C91.285 15.9782 90.9631 15.7851 90.7267 15.5487C90.4906 15.2911 90.3403 14.9903 90.2542 14.6251C90.1683 14.2603 90.1254 13.8092 90.1039 13.337V6.4654H88.1498V4.51131V4.55424ZM81.4931 14.4964C82.0512 14.4964 82.5666 14.3676 82.9747 14.1315C83.4043 13.8954 83.7262 13.5731 84.0056 13.1865C84.2846 12.8001 84.4781 12.3491 84.6068 11.8766C84.7356 11.3829 84.8 10.889 84.8 10.3736C84.8 9.8796 84.7356 9.38564 84.6068 8.89167C84.4781 8.39802 84.2846 7.96844 84.0056 7.5818C83.7262 7.19546 83.3828 6.89467 82.9747 6.65857C82.5452 6.42217 82.0512 6.29339 81.4931 6.29339C80.9348 6.29339 80.4194 6.42217 80.0112 6.65857C79.582 6.89467 79.2597 7.21692 78.9807 7.5818C78.7014 7.96844 78.5082 8.39802 78.3794 8.89167C78.2503 9.38564 78.186 9.8796 78.186 10.3736C78.186 10.889 78.2503 11.3829 78.3794 11.8766C78.5082 12.3706 78.7014 12.8001 78.9807 13.1865C79.2597 13.5731 79.6034 13.8954 80.0112 14.1315C80.4408 14.389 80.9348 14.4964 81.4931 14.4964ZM81.4931 16.5366C80.5696 16.5366 79.7322 16.3861 79.0022 16.0641C78.2718 15.7418 77.6708 15.334 77.1554 14.7971C76.6614 14.2603 76.2751 13.5946 76.0172 12.8431C75.7597 12.0912 75.6091 11.2539 75.6091 10.3736C75.6091 9.49295 75.7379 8.67704 76.0172 7.92552C76.2751 7.17399 76.6614 6.52979 77.1554 5.97143C77.6491 5.43455 78.2718 5.00497 79.0022 4.70449C79.7322 4.4037 80.5696 4.23199 81.4931 4.23199C82.4164 4.23199 83.2537 4.38223 83.9841 4.70449C84.7142 5.00497 85.3154 5.43455 85.8306 5.97143C86.3245 6.50832 86.7112 7.17399 86.9687 7.92552C87.2266 8.67704 87.3768 9.49295 87.3768 10.3736C87.3768 11.2753 87.2481 12.0912 86.9687 12.8431C86.6897 13.5946 86.3245 14.2388 85.8306 14.7971C85.3369 15.334 84.7142 15.7633 83.9841 16.0641C83.2537 16.3646 82.4378 16.5366 81.4931 16.5366ZM71.0568 0.108887H73.6336V16.2143H71.0568V0.108887ZM66.1821 4.55424H68.7593V16.2143H66.1821V4.55424ZM66.1821 0.108887H68.7593V2.53547H66.1821V0.108887ZM61.6512 10.395C61.6512 9.8796 61.5868 9.36417 61.4366 8.87021C61.3078 8.37655 61.0929 7.94698 60.8138 7.56034C60.5345 7.17399 60.1911 6.8732 59.8045 6.6371C59.3964 6.40101 58.9242 6.29339 58.4087 6.29339C57.3349 6.29339 56.519 6.65857 55.9607 7.41009C55.4238 8.16161 55.1448 9.171 55.1448 10.4165C55.1448 11.0178 55.2092 11.5547 55.3594 12.0483C55.5097 12.5423 55.7031 12.9718 56.0036 13.337C56.2829 13.7019 56.6264 13.9809 57.0345 14.1959C57.4423 14.4105 57.8933 14.5181 58.4302 14.5181C59.0315 14.5181 59.504 14.389 59.9118 14.1529C60.3199 13.9165 60.6421 13.5946 60.9212 13.2294C61.1787 12.8431 61.3722 12.4135 61.4795 11.9195C61.5868 11.4041 61.6512 10.9104 61.6512 10.395ZM52.6538 4.55424H55.0804V6.14314H55.1233C55.4882 5.45601 55.9821 4.98351 56.6264 4.68302C57.2706 4.38223 57.9577 4.23199 58.7307 4.23199C59.6542 4.23199 60.4487 4.38223 61.1358 4.72595C61.8229 5.0479 62.3813 5.47747 62.8323 6.05729C63.2834 6.61564 63.6268 7.28131 63.8417 8.03283C64.0563 8.78436 64.1851 9.60057 64.1851 10.438C64.1851 11.2324 64.0778 11.9839 63.8846 12.7143C63.67 13.4443 63.3692 14.11 62.9611 14.6684C62.5533 15.2267 62.0379 15.6775 61.3937 16.0212C60.7495 16.3646 60.0194 16.5366 59.1603 16.5366C58.7954 16.5366 58.4087 16.4937 58.0438 16.4293C57.6787 16.3646 57.3135 16.2573 56.9701 16.107C56.6264 15.9568 56.3044 15.7633 56.0251 15.5272C55.7246 15.2911 55.4882 15.0118 55.295 14.7113H55.2521V20.5306H52.6753V4.55424H52.6538ZM43.9998 4.55424H45.9539V1.03242H48.531V4.53248H50.85V6.44393H48.531V12.6711C48.531 12.9504 48.5522 13.165 48.5736 13.3797C48.5954 13.5731 48.6598 13.7448 48.7242 13.8736C48.81 14.0024 48.9388 14.11 49.0891 14.1744C49.2608 14.2388 49.4757 14.2817 49.7762 14.2817C49.9482 14.2817 50.1414 14.2817 50.3131 14.2603C50.4851 14.2388 50.6783 14.2173 50.85 14.1744V16.1714C50.5709 16.2143 50.2916 16.2358 50.0126 16.2573C49.7333 16.3002 49.4757 16.3002 49.1752 16.3002C48.4878 16.3002 47.9509 16.2358 47.5431 16.107C47.135 15.9782 46.813 15.7848 46.5766 15.5487C46.3405 15.2911 46.1903 14.9903 46.1041 14.6251C46.0186 14.2603 45.9753 13.8092 45.9539 13.337V6.4654H43.9998V4.51131V4.55424ZM35.5178 12.4779C35.6036 13.2294 35.8827 13.7448 36.3766 14.0671C36.8706 14.3676 37.4719 14.5181 38.159 14.5181C38.3951 14.5181 38.6744 14.4964 38.9749 14.4534C39.2757 14.4105 39.5762 14.3461 39.8341 14.2388C40.1131 14.1315 40.3277 13.9809 40.4994 13.7663C40.6714 13.5517 40.7573 13.2938 40.7358 12.9718C40.7144 12.6499 40.6071 12.3706 40.3707 12.1559C40.1346 11.941 39.8552 11.7908 39.5118 11.6405C39.1681 11.5117 38.7603 11.4041 38.3093 11.3183C37.8582 11.2324 37.4075 11.1251 36.935 11.0178C36.4625 10.9104 35.9903 10.7814 35.5393 10.6311C35.0882 10.4809 34.7016 10.2877 34.3367 10.0084C33.993 9.75082 33.6925 9.42856 33.499 9.02076C33.2844 8.61265 33.1771 8.14015 33.1771 7.53887C33.1771 6.89467 33.3273 6.37924 33.6496 5.94997C33.9501 5.5204 34.3582 5.17698 34.8304 4.91912C35.3032 4.66156 35.8397 4.46809 36.4196 4.36077C36.9994 4.25345 37.5577 4.21052 38.0732 4.21052C38.6744 4.21052 39.2543 4.27491 39.7908 4.4037C40.3277 4.53248 40.8432 4.72595 41.2727 5.02644C41.7238 5.30577 42.0886 5.69211 42.368 6.14314C42.6685 6.59418 42.8402 7.15253 42.9263 7.79674H40.2419C40.1131 7.17399 39.8341 6.76588 39.4045 6.55125C38.9535 6.33662 38.4598 6.229 37.88 6.229C37.708 6.229 37.4719 6.25046 37.2358 6.27192C36.9779 6.31485 36.7633 6.35778 36.5269 6.44393C36.3122 6.52979 36.1191 6.65857 35.9685 6.80881C35.8183 6.95936 35.7324 7.17399 35.7324 7.43155C35.7324 7.75381 35.8397 7.98991 36.0547 8.18308C36.2693 8.37655 36.5483 8.5268 36.9135 8.67704C37.2572 8.80582 37.6651 8.91344 38.1161 8.99929C38.5671 9.08515 39.0393 9.19247 39.5118 9.29978C39.9843 9.4071 40.435 9.53618 40.8861 9.68643C41.3371 9.83667 41.7449 10.0298 42.0886 10.3092C42.4324 10.5667 42.7328 10.889 42.9475 11.2753C43.1624 11.662 43.2697 12.1559 43.2697 12.7143C43.2697 13.4014 43.1195 13.9809 42.7972 14.4749C42.4753 14.9474 42.0672 15.3555 41.5732 15.656C41.0796 15.9568 40.4994 16.1714 39.8985 16.3217C39.2757 16.4504 38.6744 16.5366 38.0732 16.5366C37.3428 16.5366 36.6557 16.4504 36.0329 16.2787C35.4105 16.107 34.8521 15.8495 34.4011 15.5272C33.9501 15.1835 33.5852 14.7757 33.3273 14.2603C33.0698 13.7663 32.9192 13.165 32.898 12.4564H35.4963V12.4779H35.5178ZM31.1371 16.2143H28.6032V14.5825H28.5603C28.2381 15.1835 27.7656 15.6345 27.1428 15.9997C26.5204 16.3646 25.8759 16.5366 25.2317 16.5366C23.7071 16.5366 22.5904 16.1714 21.9033 15.3984C21.2162 14.6469 20.8725 13.4873 20.8725 11.9625V4.55424H23.4496V11.7049C23.4496 12.7354 23.6428 13.4658 24.0506 13.8736C24.4372 14.3032 24.9956 14.5181 25.7042 14.5181C26.241 14.5181 26.6921 14.432 27.057 14.2603C27.4221 14.0886 27.7226 13.8736 27.9376 13.5946C28.1737 13.3153 28.3239 12.9718 28.4315 12.5852C28.5388 12.1989 28.5818 11.7693 28.5818 11.3183V4.55424H31.1586V16.2143H31.1371ZM12.4978 4.55424H14.9029V6.80881H14.9458C15.0317 6.48686 15.1822 6.18607 15.3969 5.88558C15.6115 5.58479 15.8694 5.30577 16.1913 5.06936C16.4921 4.8118 16.8355 4.61863 17.2222 4.46809C17.587 4.31784 17.9737 4.23199 18.36 4.23199C18.6608 4.23199 18.8755 4.25345 18.9828 4.25345C19.0904 4.27491 19.2192 4.29638 19.3265 4.29638V6.76588C19.1548 6.72296 18.9616 6.70149 18.7681 6.68003C18.575 6.65857 18.4033 6.6371 18.2098 6.6371C17.7802 6.6371 17.3724 6.72296 16.9858 6.89467C16.5994 7.06668 16.2772 7.32424 15.9767 7.64649C15.6973 7.98991 15.4612 8.39802 15.2895 8.89167C15.1175 9.38564 15.0317 9.96545 15.0317 10.6097V16.15H12.4549L12.4978 4.55424ZM0.0214635 0.108887H13.0561V2.53547H7.92395V16.2143H5.11072V2.53547H0L0.0214635 0.108887Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M16.6891 27.7664H11.3863L9.7539 22.7246L8.11186 27.7664L2.80922 27.7569L7.09775 30.8767L5.45571 35.9185L9.74424 32.7987L14.0328 35.9185L12.4004 30.8767L16.6891 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M12.7676 32.0164L12.4006 30.8767L9.75393 32.7987L12.7676 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M36.041 27.896H30.7382L29.1059 22.8542L27.4638 27.896L22.1612 27.8865L26.4497 31.0063L24.8077 36.0481L29.0962 32.9283L33.3847 36.0481L31.7523 31.0063L36.041 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M32.1195 32.1461L31.7525 31.0063L29.1059 32.9283L32.1195 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M55.6022 27.896H50.2994L48.667 22.8542L47.025 27.896L41.7223 27.8865L46.0108 31.0063L44.3688 36.0481L48.6573 32.9283L52.9459 36.0481L51.3135 31.0063L55.6022 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M51.6807 32.1461L51.3137 31.0063L48.667 32.9283L51.6807 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M75.3724 27.7664H70.0696L68.4372 22.7246L66.7952 27.7664L61.4926 27.7569L65.7811 30.8767L64.1391 35.9185L68.4276 32.7987L72.7161 35.9185L71.0837 30.8767L75.3724 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M71.4509 32.0164L71.0839 30.8767L68.4373 32.7987L71.4509 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M94.9335 27.7664H89.6308L87.9984 22.7246L86.3563 27.7664L81.0537 27.7569L85.3422 30.8767L83.7002 35.9185L87.9887 32.7987L92.2773 35.9185L90.6449 30.8767L94.9335 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M91.012 32.0164L90.645 30.8767L87.9983 32.7987L91.012 32.0164Z", fill: "#076042" })), st = f(b5), x5 = ({
|
|
1474
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 95 59", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M23.6782 58.0245V49.7689H28.8026V50.9955H24.9048V52.9886H28.0419V54.2152H24.9048V56.798H28.8026V58.0245H23.6782ZM29.4171 58.0245L31.5753 55.0643L29.4288 52.1159H30.9443L32.3301 54.0147L33.7217 52.1159H35.2313L33.0908 55.0643L35.249 58.0245H33.7335L32.3301 56.1021L30.9325 58.0245H29.4171ZM39.6049 56.3498L40.7018 56.9454C40.4344 57.3189 40.0944 57.6176 39.6816 57.8417C39.2728 58.0658 38.8285 58.1778 38.3489 58.1778C37.8064 58.1778 37.3111 58.0383 36.8629 57.7592C36.4187 57.48 36.0629 57.1066 35.7956 56.6388C35.5322 56.167 35.4005 55.6461 35.4005 55.0761C35.4005 54.6437 35.4772 54.2407 35.6305 53.8672C35.7838 53.4898 35.9941 53.1596 36.2614 52.8766C36.5327 52.5896 36.8472 52.3655 37.2049 52.2043C37.5627 52.0432 37.944 51.9626 38.3489 51.9626C38.8285 51.9626 39.2728 52.0746 39.6816 52.2987C40.0944 52.5228 40.4344 52.8235 40.7018 53.2009L39.6049 53.7965C39.4398 53.5999 39.2472 53.4505 39.0271 53.3483C38.8069 53.2422 38.5809 53.1891 38.3489 53.1891C38.0266 53.1891 37.7337 53.2776 37.4703 53.4545C37.2108 53.6274 37.0044 53.8574 36.8511 54.1444C36.7017 54.4274 36.627 54.738 36.627 55.0761C36.627 55.4102 36.7037 55.7208 36.857 56.0078C37.0103 56.2908 37.2167 56.5189 37.4762 56.6918C37.7396 56.8648 38.0305 56.9513 38.3489 56.9513C38.5927 56.9513 38.8246 56.8963 39.0447 56.7862C39.2649 56.6761 39.4516 56.5306 39.6049 56.3498ZM44.1048 58.1778C43.5623 58.1778 43.0669 58.0383 42.6188 57.7592C42.1746 57.48 41.8188 57.1066 41.5515 56.6388C41.2881 56.167 41.1564 55.6461 41.1564 55.0761C41.1564 54.6437 41.233 54.2407 41.3863 53.8672C41.5397 53.4898 41.75 53.1596 42.0173 52.8766C42.2886 52.5896 42.6031 52.3655 42.9608 52.2043C43.3185 52.0432 43.6999 51.9626 44.1048 51.9626C44.5569 51.9626 44.9716 52.0569 45.349 52.2456C45.7264 52.4304 46.0488 52.6879 46.3161 53.0181C46.5834 53.3444 46.78 53.7218 46.9058 54.1503C47.0316 54.5749 47.0689 55.027 47.0178 55.5066H42.4714C42.5225 55.7778 42.6208 56.0235 42.7662 56.2437C42.9156 56.4599 43.1043 56.6309 43.3323 56.7567C43.5642 56.8825 43.8217 56.9474 44.1048 56.9513C44.4036 56.9513 44.6748 56.8766 44.9186 56.7272C45.1662 56.5778 45.3687 56.3714 45.5259 56.108L46.7702 56.397C46.5343 56.9198 46.1785 57.3483 45.7028 57.6825C45.2272 58.0127 44.6945 58.1778 44.1048 58.1778ZM42.4301 54.569H45.7795C45.7402 54.2859 45.6399 54.0304 45.4788 53.8024C45.3215 53.5704 45.123 53.3876 44.8832 53.254C44.6473 53.1164 44.3878 53.0476 44.1048 53.0476C43.8257 53.0476 43.5662 53.1144 43.3264 53.2481C43.0905 53.3817 42.894 53.5645 42.7367 53.7965C42.5834 54.0245 42.4812 54.282 42.4301 54.569ZM47.7958 58.0245V49.1793H49.0224V58.0245H47.7958ZM50.3154 58.0245V49.1793H51.5419V58.0245H50.3154ZM55.3489 58.1778C54.8064 58.1778 54.311 58.0383 53.8629 57.7592C53.4186 57.48 53.0629 57.1066 52.7955 56.6388C52.5321 56.167 52.4004 55.6461 52.4004 55.0761C52.4004 54.6437 52.4771 54.2407 52.6304 53.8672C52.7837 53.4898 52.9941 53.1596 53.2614 52.8766C53.5326 52.5896 53.8471 52.3655 54.2049 52.2043C54.5626 52.0432 54.944 51.9626 55.3489 51.9626C55.801 51.9626 56.2157 52.0569 56.5931 52.2456C56.9705 52.4304 57.2929 52.6879 57.5602 53.0181C57.8275 53.3444 58.0241 53.7218 58.1499 54.1503C58.2757 54.5749 58.313 55.027 58.2619 55.5066H53.7154C53.7665 55.7778 53.8648 56.0235 54.0103 56.2437C54.1597 56.4599 54.3484 56.6309 54.5764 56.7567C54.8083 56.8825 55.0658 56.9474 55.3489 56.9513C55.6476 56.9513 55.9189 56.8766 56.1626 56.7272C56.4103 56.5778 56.6128 56.3714 56.77 56.108L58.0142 56.397C57.7784 56.9198 57.4226 57.3483 56.9469 57.6825C56.4712 58.0127 55.9386 58.1778 55.3489 58.1778ZM53.6742 54.569H57.0236C56.9843 54.2859 56.884 54.0304 56.7228 53.8024C56.5656 53.5704 56.3671 53.3876 56.1273 53.254C55.8914 53.1164 55.6319 53.0476 55.3489 53.0476C55.0698 53.0476 54.8103 53.1144 54.5705 53.2481C54.3346 53.3817 54.138 53.5645 53.9808 53.7965C53.8275 54.0245 53.7253 54.282 53.6742 54.569ZM64.4277 54.3272V58.0245H63.2012V54.6279C63.2012 54.3645 63.1363 54.1247 63.0066 53.9085C62.8808 53.6923 62.7098 53.5213 62.4935 53.3955C62.2812 53.2658 62.0414 53.2009 61.7741 53.2009C61.5147 53.2009 61.2768 53.2658 61.0606 53.3955C60.8444 53.5213 60.6714 53.6923 60.5417 53.9085C60.412 54.1247 60.3471 54.3645 60.3471 54.6279V58.0245H59.1205V52.1277H60.3471V52.7527C60.5515 52.509 60.8031 52.3164 61.1019 52.1748C61.4007 52.0333 61.723 51.9626 62.069 51.9626C62.5053 51.9626 62.9024 52.0687 63.2601 52.281C63.6179 52.4933 63.9009 52.7783 64.1093 53.136C64.3216 53.4938 64.4277 53.8908 64.4277 54.3272ZM68.6004 53.3542H67.362L67.3561 58.0245H66.1296L66.1355 53.3542H65.1979V52.1277H66.1355L66.1296 50.2761H67.3561L67.362 52.1277H68.6004V53.3542Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M88.1498 4.55424H90.1039V1.03242H92.681V4.53248H95V6.44393H92.681V12.6711C92.681 12.9504 92.7022 13.165 92.724 13.3797C92.7454 13.5731 92.8098 13.7448 92.8742 13.8736C92.9601 14.0024 93.0888 14.11 93.2391 14.1744C93.4108 14.2388 93.6257 14.2817 93.9265 14.2817C94.0982 14.2817 94.2914 14.2817 94.4631 14.2603C94.6351 14.2388 94.8283 14.2173 95 14.1744V16.1714C94.721 16.2143 94.4417 16.2358 94.1626 16.2573C93.8833 16.3002 93.6257 16.3002 93.3249 16.3002C92.6378 16.3002 92.1012 16.2358 91.6931 16.107C91.285 15.9782 90.9631 15.7851 90.7267 15.5487C90.4906 15.2911 90.3403 14.9903 90.2542 14.6251C90.1683 14.2603 90.1254 13.8092 90.1039 13.337V6.4654H88.1498V4.51131V4.55424ZM81.4931 14.4964C82.0512 14.4964 82.5666 14.3676 82.9747 14.1315C83.4043 13.8954 83.7262 13.5731 84.0056 13.1865C84.2846 12.8001 84.4781 12.3491 84.6068 11.8766C84.7356 11.3829 84.8 10.889 84.8 10.3736C84.8 9.8796 84.7356 9.38564 84.6068 8.89167C84.4781 8.39802 84.2846 7.96844 84.0056 7.5818C83.7262 7.19546 83.3828 6.89467 82.9747 6.65857C82.5452 6.42217 82.0512 6.29339 81.4931 6.29339C80.9348 6.29339 80.4194 6.42217 80.0112 6.65857C79.582 6.89467 79.2597 7.21692 78.9807 7.5818C78.7014 7.96844 78.5082 8.39802 78.3794 8.89167C78.2503 9.38564 78.186 9.8796 78.186 10.3736C78.186 10.889 78.2503 11.3829 78.3794 11.8766C78.5082 12.3706 78.7014 12.8001 78.9807 13.1865C79.2597 13.5731 79.6034 13.8954 80.0112 14.1315C80.4408 14.389 80.9348 14.4964 81.4931 14.4964ZM81.4931 16.5366C80.5696 16.5366 79.7322 16.3861 79.0022 16.0641C78.2718 15.7418 77.6708 15.334 77.1554 14.7971C76.6614 14.2603 76.2751 13.5946 76.0172 12.8431C75.7597 12.0912 75.6091 11.2539 75.6091 10.3736C75.6091 9.49295 75.7379 8.67704 76.0172 7.92552C76.2751 7.17399 76.6614 6.52979 77.1554 5.97143C77.6491 5.43455 78.2718 5.00497 79.0022 4.70449C79.7322 4.4037 80.5696 4.23199 81.4931 4.23199C82.4164 4.23199 83.2537 4.38223 83.9841 4.70449C84.7142 5.00497 85.3154 5.43455 85.8306 5.97143C86.3245 6.50832 86.7112 7.17399 86.9687 7.92552C87.2266 8.67704 87.3768 9.49295 87.3768 10.3736C87.3768 11.2753 87.2481 12.0912 86.9687 12.8431C86.6897 13.5946 86.3245 14.2388 85.8306 14.7971C85.3369 15.334 84.7142 15.7633 83.9841 16.0641C83.2537 16.3646 82.4378 16.5366 81.4931 16.5366ZM71.0568 0.108887H73.6336V16.2143H71.0568V0.108887ZM66.1821 4.55424H68.7593V16.2143H66.1821V4.55424ZM66.1821 0.108887H68.7593V2.53547H66.1821V0.108887ZM61.6512 10.395C61.6512 9.8796 61.5868 9.36417 61.4366 8.87021C61.3078 8.37655 61.0929 7.94698 60.8138 7.56034C60.5345 7.17399 60.1911 6.8732 59.8045 6.6371C59.3964 6.40101 58.9242 6.29339 58.4087 6.29339C57.3349 6.29339 56.519 6.65857 55.9607 7.41009C55.4238 8.16161 55.1448 9.171 55.1448 10.4165C55.1448 11.0178 55.2092 11.5547 55.3594 12.0483C55.5097 12.5423 55.7031 12.9718 56.0036 13.337C56.2829 13.7019 56.6264 13.9809 57.0345 14.1959C57.4423 14.4105 57.8933 14.5181 58.4302 14.5181C59.0315 14.5181 59.504 14.389 59.9118 14.1529C60.3199 13.9165 60.6421 13.5946 60.9212 13.2294C61.1787 12.8431 61.3722 12.4135 61.4795 11.9195C61.5868 11.4041 61.6512 10.9104 61.6512 10.395ZM52.6538 4.55424H55.0804V6.14314H55.1233C55.4882 5.45601 55.9821 4.98351 56.6264 4.68302C57.2706 4.38223 57.9577 4.23199 58.7307 4.23199C59.6542 4.23199 60.4487 4.38223 61.1358 4.72595C61.8229 5.0479 62.3813 5.47747 62.8323 6.05729C63.2834 6.61564 63.6268 7.28131 63.8417 8.03283C64.0563 8.78436 64.1851 9.60057 64.1851 10.438C64.1851 11.2324 64.0778 11.9839 63.8846 12.7143C63.67 13.4443 63.3692 14.11 62.9611 14.6684C62.5533 15.2267 62.0379 15.6775 61.3937 16.0212C60.7495 16.3646 60.0194 16.5366 59.1603 16.5366C58.7954 16.5366 58.4087 16.4937 58.0438 16.4293C57.6787 16.3646 57.3135 16.2573 56.9701 16.107C56.6264 15.9568 56.3044 15.7633 56.0251 15.5272C55.7246 15.2911 55.4882 15.0118 55.295 14.7113H55.2521V20.5306H52.6753V4.55424H52.6538ZM43.9998 4.55424H45.9539V1.03242H48.531V4.53248H50.85V6.44393H48.531V12.6711C48.531 12.9504 48.5522 13.165 48.5736 13.3797C48.5954 13.5731 48.6598 13.7448 48.7242 13.8736C48.81 14.0024 48.9388 14.11 49.0891 14.1744C49.2608 14.2388 49.4757 14.2817 49.7762 14.2817C49.9482 14.2817 50.1414 14.2817 50.3131 14.2603C50.4851 14.2388 50.6783 14.2173 50.85 14.1744V16.1714C50.5709 16.2143 50.2916 16.2358 50.0126 16.2573C49.7333 16.3002 49.4757 16.3002 49.1752 16.3002C48.4878 16.3002 47.9509 16.2358 47.5431 16.107C47.135 15.9782 46.813 15.7848 46.5766 15.5487C46.3405 15.2911 46.1903 14.9903 46.1041 14.6251C46.0186 14.2603 45.9753 13.8092 45.9539 13.337V6.4654H43.9998V4.51131V4.55424ZM35.5178 12.4779C35.6036 13.2294 35.8827 13.7448 36.3766 14.0671C36.8706 14.3676 37.4719 14.5181 38.159 14.5181C38.3951 14.5181 38.6744 14.4964 38.9749 14.4534C39.2757 14.4105 39.5762 14.3461 39.8341 14.2388C40.1131 14.1315 40.3277 13.9809 40.4994 13.7663C40.6714 13.5517 40.7573 13.2938 40.7358 12.9718C40.7144 12.6499 40.6071 12.3706 40.3707 12.1559C40.1346 11.941 39.8552 11.7908 39.5118 11.6405C39.1681 11.5117 38.7603 11.4041 38.3093 11.3183C37.8582 11.2324 37.4075 11.1251 36.935 11.0178C36.4625 10.9104 35.9903 10.7814 35.5393 10.6311C35.0882 10.4809 34.7016 10.2877 34.3367 10.0084C33.993 9.75082 33.6925 9.42856 33.499 9.02076C33.2844 8.61265 33.1771 8.14015 33.1771 7.53887C33.1771 6.89467 33.3273 6.37924 33.6496 5.94997C33.9501 5.5204 34.3582 5.17698 34.8304 4.91912C35.3032 4.66156 35.8397 4.46809 36.4196 4.36077C36.9994 4.25345 37.5577 4.21052 38.0732 4.21052C38.6744 4.21052 39.2543 4.27491 39.7908 4.4037C40.3277 4.53248 40.8432 4.72595 41.2727 5.02644C41.7238 5.30577 42.0886 5.69211 42.368 6.14314C42.6685 6.59418 42.8402 7.15253 42.9263 7.79674H40.2419C40.1131 7.17399 39.8341 6.76588 39.4045 6.55125C38.9535 6.33662 38.4598 6.229 37.88 6.229C37.708 6.229 37.4719 6.25046 37.2358 6.27192C36.9779 6.31485 36.7633 6.35778 36.5269 6.44393C36.3122 6.52979 36.1191 6.65857 35.9685 6.80881C35.8183 6.95936 35.7324 7.17399 35.7324 7.43155C35.7324 7.75381 35.8397 7.98991 36.0547 8.18308C36.2693 8.37655 36.5483 8.5268 36.9135 8.67704C37.2572 8.80582 37.6651 8.91344 38.1161 8.99929C38.5671 9.08515 39.0393 9.19247 39.5118 9.29978C39.9843 9.4071 40.435 9.53618 40.8861 9.68643C41.3371 9.83667 41.7449 10.0298 42.0886 10.3092C42.4324 10.5667 42.7328 10.889 42.9475 11.2753C43.1624 11.662 43.2697 12.1559 43.2697 12.7143C43.2697 13.4014 43.1195 13.9809 42.7972 14.4749C42.4753 14.9474 42.0672 15.3555 41.5732 15.656C41.0796 15.9568 40.4994 16.1714 39.8985 16.3217C39.2757 16.4504 38.6744 16.5366 38.0732 16.5366C37.3428 16.5366 36.6557 16.4504 36.0329 16.2787C35.4105 16.107 34.8521 15.8495 34.4011 15.5272C33.9501 15.1835 33.5852 14.7757 33.3273 14.2603C33.0698 13.7663 32.9192 13.165 32.898 12.4564H35.4963V12.4779H35.5178ZM31.1371 16.2143H28.6032V14.5825H28.5603C28.2381 15.1835 27.7656 15.6345 27.1428 15.9997C26.5204 16.3646 25.8759 16.5366 25.2317 16.5366C23.7071 16.5366 22.5904 16.1714 21.9033 15.3984C21.2162 14.6469 20.8725 13.4873 20.8725 11.9625V4.55424H23.4496V11.7049C23.4496 12.7354 23.6428 13.4658 24.0506 13.8736C24.4372 14.3032 24.9956 14.5181 25.7042 14.5181C26.241 14.5181 26.6921 14.432 27.057 14.2603C27.4221 14.0886 27.7226 13.8736 27.9376 13.5946C28.1737 13.3153 28.3239 12.9718 28.4315 12.5852C28.5388 12.1989 28.5818 11.7693 28.5818 11.3183V4.55424H31.1586V16.2143H31.1371ZM12.4978 4.55424H14.9029V6.80881H14.9458C15.0317 6.48686 15.1822 6.18607 15.3969 5.88558C15.6115 5.58479 15.8694 5.30577 16.1913 5.06936C16.4921 4.8118 16.8355 4.61863 17.2222 4.46809C17.587 4.31784 17.9737 4.23199 18.36 4.23199C18.6608 4.23199 18.8755 4.25345 18.9828 4.25345C19.0904 4.27491 19.2192 4.29638 19.3265 4.29638V6.76588C19.1548 6.72296 18.9616 6.70149 18.7681 6.68003C18.575 6.65857 18.4033 6.6371 18.2098 6.6371C17.7802 6.6371 17.3724 6.72296 16.9858 6.89467C16.5994 7.06668 16.2772 7.32424 15.9767 7.64649C15.6973 7.98991 15.4612 8.39802 15.2895 8.89167C15.1175 9.38564 15.0317 9.96545 15.0317 10.6097V16.15H12.4549L12.4978 4.55424ZM0.0214635 0.108887H13.0561V2.53547H7.92395V16.2143H5.11072V2.53547H0L0.0214635 0.108887Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M16.6891 27.7664H11.3863L9.7539 22.7246L8.11186 27.7664L2.80922 27.7569L7.09775 30.8767L5.45571 35.9185L9.74424 32.7987L14.0328 35.9185L12.4004 30.8767L16.6891 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M12.7676 32.0164L12.4006 30.8767L9.75393 32.7987L12.7676 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M36.041 27.896H30.7382L29.1059 22.8542L27.4638 27.896L22.1612 27.8865L26.4497 31.0063L24.8077 36.0481L29.0962 32.9283L33.3847 36.0481L31.7523 31.0063L36.041 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M32.1195 32.1461L31.7525 31.0063L29.1059 32.9283L32.1195 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M55.6022 27.896H50.2994L48.667 22.8542L47.025 27.896L41.7223 27.8865L46.0108 31.0063L44.3688 36.0481L48.6573 32.9283L52.9459 36.0481L51.3135 31.0063L55.6022 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M51.6807 32.1461L51.3137 31.0063L48.667 32.9283L51.6807 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M75.3724 27.7664H70.0696L68.4372 22.7246L66.7952 27.7664L61.4926 27.7569L65.7811 30.8767L64.1391 35.9185L68.4276 32.7987L72.7161 35.9185L71.0837 30.8767L75.3724 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M71.4509 32.0164L71.0839 30.8767L68.4373 32.7987L71.4509 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M94.9335 27.7664H89.6308L87.9984 22.7246L86.3563 27.7664L81.0537 27.7569L85.3422 30.8767L83.7002 35.9185L87.9887 32.7987L92.2773 35.9185L90.6449 30.8767L94.9335 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M91.012 32.0164L90.645 30.8767L87.9983 32.7987L91.012 32.0164Z", fill: "#076042" })), d5 = f(bt), xt = ({
|
|
1459
1475
|
title: e,
|
|
1460
1476
|
titleId: t,
|
|
1461
1477
|
...l
|
|
1462
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Unmute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M15.75 8.25a6.75 6.75 0 0 1 0 7.5" }), /* @__PURE__ */ i.createElement("path", { d: "M17.64 7.5A9 9 0 0 1 19.5 12a9 9 0 0 1-1.86 4.5" })),
|
|
1478
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Unmute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M15.75 8.25a6.75 6.75 0 0 1 0 7.5" }), /* @__PURE__ */ i.createElement("path", { d: "M17.64 7.5A9 9 0 0 1 19.5 12a9 9 0 0 1-1.86 4.5" })), vt = f(xt);
|
|
1463
1479
|
export {
|
|
1464
1480
|
me as ArrowIcon,
|
|
1465
1481
|
te as ArrowPlainIcon,
|
|
1466
1482
|
Q as Banner,
|
|
1467
1483
|
z as Button,
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1484
|
+
$t as ButtonSelect,
|
|
1485
|
+
t5 as CalendarIcon,
|
|
1486
|
+
Zt as CardButton,
|
|
1471
1487
|
ue as CheckIcon,
|
|
1472
1488
|
ce as Checkbox,
|
|
1473
1489
|
de as ClearButton,
|
|
1474
|
-
|
|
1490
|
+
F1 as CrossIcon,
|
|
1475
1491
|
R1 as CrossRoundedIcon,
|
|
1476
1492
|
d1 as Dropdown,
|
|
1477
1493
|
G as DropdownMenu,
|
|
@@ -1479,11 +1495,11 @@ export {
|
|
|
1479
1495
|
B as ErrorMessage,
|
|
1480
1496
|
D as FAQButton,
|
|
1481
1497
|
j1 as FacebookIcon,
|
|
1482
|
-
|
|
1483
|
-
|
|
1498
|
+
Ot as FaqItem,
|
|
1499
|
+
jt as Filters,
|
|
1484
1500
|
T1 as FiltersIcon,
|
|
1485
|
-
|
|
1486
|
-
|
|
1501
|
+
Wt as FoodCard,
|
|
1502
|
+
Lt as Footer,
|
|
1487
1503
|
Ee as FooterTips,
|
|
1488
1504
|
Je as H1,
|
|
1489
1505
|
Qe as H2,
|
|
@@ -1491,65 +1507,65 @@ export {
|
|
|
1491
1507
|
Ye as H4,
|
|
1492
1508
|
Xe as H5,
|
|
1493
1509
|
e1 as H6,
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1510
|
+
l5 as HatCookIcon,
|
|
1511
|
+
n5 as HomeHeroShape,
|
|
1512
|
+
a5 as HomeHeroShapeMobile,
|
|
1513
|
+
r5 as HomeHeroShapeSmall,
|
|
1498
1514
|
g1 as IllustratedCard,
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1515
|
+
Rt as IllustratedCardButton,
|
|
1516
|
+
i5 as InfoIcon,
|
|
1517
|
+
qt as Ingredient,
|
|
1518
|
+
_1 as InstagramIcon,
|
|
1503
1519
|
q as Label,
|
|
1504
1520
|
U1 as LinkedinIcon,
|
|
1505
1521
|
O as Logo,
|
|
1506
|
-
|
|
1522
|
+
o5 as MagicWandIcon,
|
|
1507
1523
|
G1 as MenuIcon,
|
|
1508
1524
|
X1 as MinusIcon,
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1525
|
+
Fe as MobileMenu,
|
|
1526
|
+
tt as MuteIcon,
|
|
1527
|
+
Ht as Navbar,
|
|
1512
1528
|
je as NavbarDesktop,
|
|
1513
1529
|
Ae as NavbarMobile,
|
|
1514
1530
|
c1 as Newsletter,
|
|
1515
1531
|
N as ParagraphTitle,
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1532
|
+
at as PauseIcon,
|
|
1533
|
+
_t as PaymentCard,
|
|
1534
|
+
nt as PlayIcon,
|
|
1535
|
+
ot as PlusIcon,
|
|
1536
|
+
Kt as Polaroid,
|
|
1537
|
+
dt as PolaroidThreadIcon,
|
|
1538
|
+
mt as ProfilIcon,
|
|
1539
|
+
Bt as QuantityInput,
|
|
1524
1540
|
ge as QuoteIcon,
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1541
|
+
Ut as RecetteCard,
|
|
1542
|
+
F as ResponsiveImage,
|
|
1543
|
+
It as SimpleIllustratedCardButton,
|
|
1528
1544
|
s1 as SocialButton,
|
|
1529
1545
|
j as SpanTitle,
|
|
1530
|
-
|
|
1531
|
-
|
|
1546
|
+
pt as StarIcon,
|
|
1547
|
+
Jt as StatCard,
|
|
1532
1548
|
Pe as Stepper,
|
|
1533
|
-
|
|
1549
|
+
s5 as SubtractIcon,
|
|
1534
1550
|
m1 as Tag,
|
|
1535
|
-
|
|
1536
|
-
|
|
1551
|
+
Tt as TagSelect,
|
|
1552
|
+
Qt as Testimonial,
|
|
1537
1553
|
E1 as TestimonialSliderCard,
|
|
1538
1554
|
b as Text,
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1555
|
+
At as TextInput,
|
|
1556
|
+
ft as TiktokIcon,
|
|
1557
|
+
Gt as Tips,
|
|
1542
1558
|
Z as Title,
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1559
|
+
Ft as Toggle,
|
|
1560
|
+
Yt as TransitionCard,
|
|
1561
|
+
d5 as TrustpilotIcon,
|
|
1562
|
+
vt as UnmuteIcon,
|
|
1563
|
+
Xt as UpCard,
|
|
1564
|
+
St as VideoPlayer,
|
|
1565
|
+
Pt as WizardDropdown,
|
|
1566
|
+
zt as WizardNavbar,
|
|
1567
|
+
Dt as WizardTextInput,
|
|
1568
|
+
e5 as WizardTips,
|
|
1553
1569
|
ie as accordionAnimation,
|
|
1554
1570
|
Me as closeOthersAccordions,
|
|
1555
1571
|
Ve as debounce,
|
|
@@ -1562,7 +1578,8 @@ export {
|
|
|
1562
1578
|
ze as useArrowNavigation,
|
|
1563
1579
|
U as useClickOutside,
|
|
1564
1580
|
He as useIntersectionObserver,
|
|
1565
|
-
|
|
1566
|
-
|
|
1581
|
+
Vt as useIsDesktop,
|
|
1582
|
+
Mt as useIsMobile,
|
|
1583
|
+
Et as useMultiIntersectionObserver
|
|
1567
1584
|
};
|
|
1568
1585
|
//# sourceMappingURL=index.es.js.map
|