@myxtra/authentication-green 2.16.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var il = (e, t, n) =>
|
|
1
|
+
var ud = Object.defineProperty;
|
|
2
|
+
var cd = (e, t, n) => t in e ? ud(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
+
var il = (e, t, n) => cd(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
var Fs = { exports: {} }, xi = {}, Is = { exports: {} }, O = {};
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
@@ -11,8 +11,8 @@ var Fs = { exports: {} }, xi = {}, Is = { exports: {} }, O = {};
|
|
|
11
11
|
* This source code is licensed under the MIT license found in the
|
|
12
12
|
* LICENSE file in the root directory of this source tree.
|
|
13
13
|
*/
|
|
14
|
-
var sr = Symbol.for("react.element"),
|
|
15
|
-
function
|
|
14
|
+
var sr = Symbol.for("react.element"), dd = Symbol.for("react.portal"), fd = Symbol.for("react.fragment"), pd = Symbol.for("react.strict_mode"), hd = Symbol.for("react.profiler"), gd = Symbol.for("react.provider"), md = Symbol.for("react.context"), vd = Symbol.for("react.forward_ref"), yd = Symbol.for("react.suspense"), xd = Symbol.for("react.memo"), wd = Symbol.for("react.lazy"), ol = Symbol.iterator;
|
|
15
|
+
function _d(e) {
|
|
16
16
|
return e === null || typeof e != "object" ? null : (e = ol && e[ol] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
17
17
|
}
|
|
18
18
|
var Ds = { isMounted: function() {
|
|
@@ -55,13 +55,13 @@ function Bs(e, t, n) {
|
|
|
55
55
|
if (e && e.defaultProps) for (r in l = e.defaultProps, l) i[r] === void 0 && (i[r] = l[r]);
|
|
56
56
|
return { $$typeof: sr, type: e, key: o, ref: a, props: i, _owner: da.current };
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function kd(e, t) {
|
|
59
59
|
return { $$typeof: sr, type: e.type, key: t, ref: e.ref, props: e.props, _owner: e._owner };
|
|
60
60
|
}
|
|
61
61
|
function fa(e) {
|
|
62
62
|
return typeof e == "object" && e !== null && e.$$typeof === sr;
|
|
63
63
|
}
|
|
64
|
-
function
|
|
64
|
+
function Sd(e) {
|
|
65
65
|
var t = { "=": "=0", ":": "=2" };
|
|
66
66
|
return "$" + e.replace(/[=:]/g, function(n) {
|
|
67
67
|
return t[n];
|
|
@@ -69,7 +69,7 @@ function kd(e) {
|
|
|
69
69
|
}
|
|
70
70
|
var ll = /\/+/g;
|
|
71
71
|
function Di(e, t) {
|
|
72
|
-
return typeof e == "object" && e !== null && e.key != null ?
|
|
72
|
+
return typeof e == "object" && e !== null && e.key != null ? Sd("" + e.key) : t.toString(36);
|
|
73
73
|
}
|
|
74
74
|
function Rr(e, t, n, r, i) {
|
|
75
75
|
var o = typeof e;
|
|
@@ -84,19 +84,19 @@ function Rr(e, t, n, r, i) {
|
|
|
84
84
|
case "object":
|
|
85
85
|
switch (e.$$typeof) {
|
|
86
86
|
case sr:
|
|
87
|
-
case
|
|
87
|
+
case dd:
|
|
88
88
|
a = !0;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
if (a) return a = e, i = i(a), e = r === "" ? "." + Di(a, 0) : r, al(i) ? (n = "", e != null && (n = e.replace(ll, "$&/") + "/"), Rr(i, t, n, "", function(u) {
|
|
92
92
|
return u;
|
|
93
|
-
})) : i != null && (fa(i) && (i =
|
|
93
|
+
})) : i != null && (fa(i) && (i = kd(i, n + (!i.key || a && a.key === i.key ? "" : ("" + i.key).replace(ll, "$&/") + "/") + e)), t.push(i)), 1;
|
|
94
94
|
if (a = 0, r = r === "" ? "." : r + ":", al(e)) for (var l = 0; l < e.length; l++) {
|
|
95
95
|
o = e[l];
|
|
96
96
|
var s = r + Di(o, l);
|
|
97
97
|
a += Rr(o, t, n, s, i);
|
|
98
98
|
}
|
|
99
|
-
else if (s =
|
|
99
|
+
else if (s = _d(e), typeof s == "function") for (e = s.call(e), l = 0; !(o = e.next()).done; ) o = o.value, s = r + Di(o, l++), a += Rr(o, t, n, s, i);
|
|
100
100
|
else if (o === "object") throw t = String(e), Error("Objects are not valid as a React child (found: " + (t === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : t) + "). If you meant to render a collection of children, use an array instead.");
|
|
101
101
|
return a;
|
|
102
102
|
}
|
|
@@ -107,7 +107,7 @@ function gr(e, t, n) {
|
|
|
107
107
|
return t.call(n, o, i++);
|
|
108
108
|
}), r;
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function Cd(e) {
|
|
111
111
|
if (e._status === -1) {
|
|
112
112
|
var t = e._result;
|
|
113
113
|
t = t(), t.then(function(n) {
|
|
@@ -119,7 +119,7 @@ function Sd(e) {
|
|
|
119
119
|
if (e._status === 1) return e._result.default;
|
|
120
120
|
throw e._result;
|
|
121
121
|
}
|
|
122
|
-
var ue = { current: null }, Tr = { transition: null },
|
|
122
|
+
var ue = { current: null }, Tr = { transition: null }, bd = { ReactCurrentDispatcher: ue, ReactCurrentBatchConfig: Tr, ReactCurrentOwner: da };
|
|
123
123
|
function Hs() {
|
|
124
124
|
throw Error("act(...) is not supported in production builds of React.");
|
|
125
125
|
}
|
|
@@ -141,12 +141,12 @@ O.Children = { map: gr, forEach: function(e, t, n) {
|
|
|
141
141
|
return e;
|
|
142
142
|
} };
|
|
143
143
|
O.Component = mn;
|
|
144
|
-
O.Fragment =
|
|
145
|
-
O.Profiler =
|
|
144
|
+
O.Fragment = fd;
|
|
145
|
+
O.Profiler = hd;
|
|
146
146
|
O.PureComponent = ua;
|
|
147
|
-
O.StrictMode =
|
|
148
|
-
O.Suspense =
|
|
149
|
-
O.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED =
|
|
147
|
+
O.StrictMode = pd;
|
|
148
|
+
O.Suspense = yd;
|
|
149
|
+
O.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = bd;
|
|
150
150
|
O.act = Hs;
|
|
151
151
|
O.cloneElement = function(e, t, n) {
|
|
152
152
|
if (e == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
@@ -165,7 +165,7 @@ O.cloneElement = function(e, t, n) {
|
|
|
165
165
|
return { $$typeof: sr, type: e.type, key: i, ref: o, props: r, _owner: a };
|
|
166
166
|
};
|
|
167
167
|
O.createContext = function(e) {
|
|
168
|
-
return e = { $$typeof:
|
|
168
|
+
return e = { $$typeof: md, _currentValue: e, _currentValue2: e, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, e.Provider = { $$typeof: gd, _context: e }, e.Consumer = e;
|
|
169
169
|
};
|
|
170
170
|
O.createElement = Bs;
|
|
171
171
|
O.createFactory = function(e) {
|
|
@@ -176,14 +176,14 @@ O.createRef = function() {
|
|
|
176
176
|
return { current: null };
|
|
177
177
|
};
|
|
178
178
|
O.forwardRef = function(e) {
|
|
179
|
-
return { $$typeof:
|
|
179
|
+
return { $$typeof: vd, render: e };
|
|
180
180
|
};
|
|
181
181
|
O.isValidElement = fa;
|
|
182
182
|
O.lazy = function(e) {
|
|
183
|
-
return { $$typeof:
|
|
183
|
+
return { $$typeof: wd, _payload: { _status: -1, _result: e }, _init: Cd };
|
|
184
184
|
};
|
|
185
185
|
O.memo = function(e, t) {
|
|
186
|
-
return { $$typeof:
|
|
186
|
+
return { $$typeof: xd, type: e, compare: t === void 0 ? null : t };
|
|
187
187
|
};
|
|
188
188
|
O.startTransition = function(e) {
|
|
189
189
|
var t = Tr.transition;
|
|
@@ -251,20 +251,20 @@ var T = Is.exports;
|
|
|
251
251
|
* This source code is licensed under the MIT license found in the
|
|
252
252
|
* LICENSE file in the root directory of this source tree.
|
|
253
253
|
*/
|
|
254
|
-
var
|
|
254
|
+
var Ed = T, Pd = Symbol.for("react.element"), Nd = Symbol.for("react.fragment"), Ld = Object.prototype.hasOwnProperty, zd = Ed.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, Od = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
255
255
|
function Ks(e, t, n) {
|
|
256
256
|
var r, i = {}, o = null, a = null;
|
|
257
257
|
n !== void 0 && (o = "" + n), t.key !== void 0 && (o = "" + t.key), t.ref !== void 0 && (a = t.ref);
|
|
258
|
-
for (r in t)
|
|
258
|
+
for (r in t) Ld.call(t, r) && !Od.hasOwnProperty(r) && (i[r] = t[r]);
|
|
259
259
|
if (e && e.defaultProps) for (r in t = e.defaultProps, t) i[r] === void 0 && (i[r] = t[r]);
|
|
260
|
-
return { $$typeof:
|
|
260
|
+
return { $$typeof: Pd, type: e, key: o, ref: a, props: i, _owner: zd.current };
|
|
261
261
|
}
|
|
262
|
-
xi.Fragment =
|
|
262
|
+
xi.Fragment = Nd;
|
|
263
263
|
xi.jsx = Ks;
|
|
264
264
|
xi.jsxs = Ks;
|
|
265
265
|
Fs.exports = xi;
|
|
266
266
|
var sn = Fs.exports;
|
|
267
|
-
function
|
|
267
|
+
function Md() {
|
|
268
268
|
if (console && console.warn) {
|
|
269
269
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
270
270
|
t[n] = arguments[n];
|
|
@@ -275,7 +275,7 @@ const sl = {};
|
|
|
275
275
|
function fo() {
|
|
276
276
|
for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
|
|
277
277
|
t[n] = arguments[n];
|
|
278
|
-
Nt(t[0]) && sl[t[0]] || (Nt(t[0]) && (sl[t[0]] = /* @__PURE__ */ new Date()),
|
|
278
|
+
Nt(t[0]) && sl[t[0]] || (Nt(t[0]) && (sl[t[0]] = /* @__PURE__ */ new Date()), Md(...t));
|
|
279
279
|
}
|
|
280
280
|
const Ws = (e, t) => () => {
|
|
281
281
|
if (e.isInitialized)
|
|
@@ -294,7 +294,7 @@ const Ws = (e, t) => () => {
|
|
|
294
294
|
Nt(n) && (n = [n]), n.forEach((i) => {
|
|
295
295
|
e.options.ns.indexOf(i) < 0 && e.options.ns.push(i);
|
|
296
296
|
}), e.loadLanguages(t, Ws(e, r));
|
|
297
|
-
},
|
|
297
|
+
}, Rd = function(e, t) {
|
|
298
298
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
299
299
|
const r = t.languages[0], i = t.options ? t.options.fallbackLng : !1, o = t.languages[t.languages.length - 1];
|
|
300
300
|
if (r.toLowerCase() === "cimode") return !0;
|
|
@@ -303,15 +303,15 @@ const Ws = (e, t) => () => {
|
|
|
303
303
|
return u === -1 || u === 2;
|
|
304
304
|
};
|
|
305
305
|
return n.bindI18n && n.bindI18n.indexOf("languageChanging") > -1 && t.services.backendConnector.backend && t.isLanguageChangingTo && !a(t.isLanguageChangingTo, e) ? !1 : !!(t.hasResourceBundle(r, e) || !t.services.backendConnector.backend || t.options.resources && !t.options.partialBundledLanguages || a(r, e) && (!i || a(o, e)));
|
|
306
|
-
},
|
|
306
|
+
}, Td = function(e, t) {
|
|
307
307
|
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
308
308
|
return !t.languages || !t.languages.length ? (fo("i18n.languages were undefined or empty", t.languages), !0) : t.options.ignoreJSONStructure !== void 0 ? t.hasLoadedNamespace(e, {
|
|
309
309
|
lng: n.lng,
|
|
310
310
|
precheck: (i, o) => {
|
|
311
311
|
if (n.bindI18n && n.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !o(i.isLanguageChangingTo, e)) return !1;
|
|
312
312
|
}
|
|
313
|
-
}) :
|
|
314
|
-
}, Nt = (e) => typeof e == "string",
|
|
313
|
+
}) : Rd(e, t, n);
|
|
314
|
+
}, Nt = (e) => typeof e == "string", Fd = (e) => typeof e == "object" && e !== null, Id = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Dd = {
|
|
315
315
|
"&": "&",
|
|
316
316
|
"&": "&",
|
|
317
317
|
"<": "<",
|
|
@@ -332,7 +332,7 @@ const Ws = (e, t) => () => {
|
|
|
332
332
|
"…": "…",
|
|
333
333
|
"/": "/",
|
|
334
334
|
"/": "/"
|
|
335
|
-
},
|
|
335
|
+
}, $d = (e) => Dd[e], jd = (e) => e.replace(Id, $d);
|
|
336
336
|
let po = {
|
|
337
337
|
bindI18n: "languageChanged",
|
|
338
338
|
bindI18nStore: "",
|
|
@@ -341,25 +341,25 @@ let po = {
|
|
|
341
341
|
transWrapTextNodes: "",
|
|
342
342
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
343
343
|
useSuspense: !0,
|
|
344
|
-
unescape:
|
|
344
|
+
unescape: jd
|
|
345
345
|
};
|
|
346
|
-
const
|
|
346
|
+
const Ad = function() {
|
|
347
347
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
348
348
|
po = {
|
|
349
349
|
...po,
|
|
350
350
|
...e
|
|
351
351
|
};
|
|
352
|
-
},
|
|
352
|
+
}, Ud = () => po;
|
|
353
353
|
let Qs;
|
|
354
|
-
const
|
|
354
|
+
const Vd = (e) => {
|
|
355
355
|
Qs = e;
|
|
356
|
-
},
|
|
356
|
+
}, Bd = () => Qs, Hd = {
|
|
357
357
|
type: "3rdParty",
|
|
358
358
|
init(e) {
|
|
359
|
-
|
|
359
|
+
Ad(e.options.react), Vd(e);
|
|
360
360
|
}
|
|
361
|
-
},
|
|
362
|
-
class
|
|
361
|
+
}, Kd = T.createContext();
|
|
362
|
+
class Wd {
|
|
363
363
|
constructor() {
|
|
364
364
|
il(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
365
365
|
this.usedNamespaces = {};
|
|
@@ -370,27 +370,27 @@ class Kd {
|
|
|
370
370
|
});
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
|
-
const
|
|
373
|
+
const Qd = (e, t) => {
|
|
374
374
|
const n = T.useRef();
|
|
375
375
|
return T.useEffect(() => {
|
|
376
376
|
n.current = e;
|
|
377
377
|
}, [e, t]), n.current;
|
|
378
|
-
}, Gs = (e, t, n, r) => e.getFixedT(t, n, r),
|
|
378
|
+
}, Gs = (e, t, n, r) => e.getFixedT(t, n, r), Gd = (e, t, n, r) => T.useCallback(Gs(e, t, n, r), [e, t, n, r]), Xs = function(e) {
|
|
379
379
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
380
380
|
const {
|
|
381
381
|
i18n: n
|
|
382
382
|
} = t, {
|
|
383
383
|
i18n: r,
|
|
384
384
|
defaultNS: i
|
|
385
|
-
} = T.useContext(
|
|
386
|
-
if (o && !o.reportNamespaces && (o.reportNamespaces = new
|
|
385
|
+
} = T.useContext(Kd) || {}, o = n || r || Bd();
|
|
386
|
+
if (o && !o.reportNamespaces && (o.reportNamespaces = new Wd()), !o) {
|
|
387
387
|
fo("You will need to pass in an i18next instance by using initReactI18next");
|
|
388
|
-
const v = (S, k) => Nt(k) ? k :
|
|
388
|
+
const v = (S, k) => Nt(k) ? k : Fd(k) && Nt(k.defaultValue) ? k.defaultValue : Array.isArray(S) ? S[S.length - 1] : S, _ = [v, {}, !1];
|
|
389
389
|
return _.t = v, _.i18n = {}, _.ready = !1, _;
|
|
390
390
|
}
|
|
391
391
|
o.options.react && o.options.react.wait !== void 0 && fo("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
392
392
|
const a = {
|
|
393
|
-
...
|
|
393
|
+
...Ud(),
|
|
394
394
|
...o.options.react,
|
|
395
395
|
...t
|
|
396
396
|
}, {
|
|
@@ -399,10 +399,10 @@ const Wd = (e, t) => {
|
|
|
399
399
|
} = a;
|
|
400
400
|
let u = i || o.options && o.options.defaultNS;
|
|
401
401
|
u = Nt(u) ? [u] : u || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(u);
|
|
402
|
-
const f = (o.isInitialized || o.initializedStoreOnce) && u.every((v) =>
|
|
402
|
+
const f = (o.isInitialized || o.initializedStoreOnce) && u.every((v) => Td(v, o, a)), h = Gd(o, t.lng || null, a.nsMode === "fallback" ? u : u[0], s), c = () => h, m = () => Gs(o, t.lng || null, a.nsMode === "fallback" ? u : u[0], s), [y, x] = T.useState(c);
|
|
403
403
|
let P = u.join();
|
|
404
404
|
t.lng && (P = `${t.lng}${P}`);
|
|
405
|
-
const p =
|
|
405
|
+
const p = Qd(P), d = T.useRef(!0);
|
|
406
406
|
T.useEffect(() => {
|
|
407
407
|
const {
|
|
408
408
|
bindI18n: v,
|
|
@@ -428,35 +428,35 @@ const Wd = (e, t) => {
|
|
|
428
428
|
t.lng ? cl(o, t.lng, u, () => v()) : ul(o, u, () => v());
|
|
429
429
|
});
|
|
430
430
|
};
|
|
431
|
-
var
|
|
431
|
+
var Xd = Object.defineProperty, Yd = Object.defineProperties, Jd = Object.getOwnPropertyDescriptors, dl = Object.getOwnPropertySymbols, Zd = Object.prototype.hasOwnProperty, qd = Object.prototype.propertyIsEnumerable, fl = (e, t, n) => t in e ? Xd(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, e0 = (e, t) => {
|
|
432
432
|
for (var n in t || (t = {}))
|
|
433
|
-
|
|
433
|
+
Zd.call(t, n) && fl(e, n, t[n]);
|
|
434
434
|
if (dl)
|
|
435
435
|
for (var n of dl(t))
|
|
436
|
-
|
|
436
|
+
qd.call(t, n) && fl(e, n, t[n]);
|
|
437
437
|
return e;
|
|
438
|
-
},
|
|
438
|
+
}, t0 = (e, t) => Yd(e, Jd(t)), Ys = T.createContext(void 0), Kp = ({ environment: e, children: t }) => {
|
|
439
439
|
const [n] = T.useState(() => e);
|
|
440
440
|
return /* @__PURE__ */ sn.jsx(Ys.Provider, { value: n, children: t });
|
|
441
|
-
},
|
|
441
|
+
}, n0 = () => {
|
|
442
442
|
const e = T.useContext(Ys);
|
|
443
443
|
if (e === void 0)
|
|
444
444
|
throw new Error("useEnvironment must be used within an EnvironmentProvider");
|
|
445
445
|
return e;
|
|
446
|
-
}, Js = T.createContext(void 0),
|
|
446
|
+
}, Js = T.createContext(void 0), Wp = ({ commerceId: e, children: t }) => /* @__PURE__ */ sn.jsx(Js.Provider, { value: { commerceId: e }, children: t }), r0 = () => {
|
|
447
447
|
const e = T.useContext(Js);
|
|
448
448
|
if (e === void 0)
|
|
449
449
|
throw new Error("useCommerce must be used within a CommerceProvider");
|
|
450
450
|
return e;
|
|
451
|
-
}, pa = /* @__PURE__ */ ((e) => (e.Dev = "dev", e.Test = "test", e.Syst = "syst", e.Prod = "prod", e))(pa || {}),
|
|
451
|
+
}, pa = /* @__PURE__ */ ((e) => (e.Dev = "dev", e.Test = "test", e.Syst = "syst", e.Prod = "prod", e))(pa || {}), i0 = class extends Error {
|
|
452
452
|
constructor(e) {
|
|
453
453
|
const t = Object.values(pa).join(", ");
|
|
454
454
|
super(`${e} is not a valid Environment. Valid environments are ${t}`), this.name = "InvalidEnvironmentError";
|
|
455
455
|
}
|
|
456
|
-
}, pl = ({ error: e }) => e ? /* @__PURE__ */ sn.jsx("span", { "aria-live": "assertive", className: "sr-only", tabIndex: -1, children: e }) : null,
|
|
456
|
+
}, pl = ({ error: e }) => e ? /* @__PURE__ */ sn.jsx("span", { "aria-live": "assertive", className: "sr-only", tabIndex: -1, children: e }) : null, o0 = (e, t) => e.getAttribute("name") === t, a0 = (e, t) => {
|
|
457
457
|
const n = Object.keys(t)[0];
|
|
458
|
-
return Array.from(e.elements).find((i) =>
|
|
459
|
-
},
|
|
458
|
+
return Array.from(e.elements).find((i) => o0(i, n));
|
|
459
|
+
}, l0 = (e, t) => Object.keys(t).reduce((n, r, i) => {
|
|
460
460
|
const o = e.querySelector(`[name="${r}"]`);
|
|
461
461
|
if (!o)
|
|
462
462
|
return "";
|
|
@@ -465,38 +465,38 @@ var Gd = Object.defineProperty, Xd = Object.defineProperties, Yd = Object.getOwn
|
|
|
465
465
|
return "";
|
|
466
466
|
const { textContent: l } = a;
|
|
467
467
|
return i === 0 ? l : `${n}, ${l}`;
|
|
468
|
-
}, ""),
|
|
469
|
-
const r =
|
|
468
|
+
}, ""), s0 = (e, t, n) => {
|
|
469
|
+
const r = l0(e, t), i = r == null ? void 0 : r.split(",")[0], o = a0(e, t);
|
|
470
470
|
return o == null || o.focus(), o == null || o.scrollIntoView({ block: "center" }), n("accessibleForm.detailedError", { invalidFormFieldLabels: r, firstInvalidFormFieldLabel: i });
|
|
471
|
-
},
|
|
471
|
+
}, Qp = ({ submitCount: e, errors: t }) => {
|
|
472
472
|
const { t: n } = Xs(), r = T.useRef(null), i = r.current, [o, a] = T.useState(!1), [l] = Object.entries(t), [s, u] = T.useState(), [f, h] = T.useState(e);
|
|
473
473
|
return T.useEffect(() => a(!0), []), T.useEffect(() => {
|
|
474
474
|
if (!e || !l || f === e)
|
|
475
475
|
return;
|
|
476
|
-
const m =
|
|
476
|
+
const m = s0(i, t, n);
|
|
477
477
|
u(m), h(e);
|
|
478
478
|
}, [l, e, t, i, n, f]), !o && !e && l ? {
|
|
479
479
|
formRef: r,
|
|
480
480
|
AccessibleFormMessage: /* @__PURE__ */ sn.jsx(pl, { error: n("accessibleForm.genericError") })
|
|
481
481
|
} : { formRef: r, AccessibleFormMessage: /* @__PURE__ */ sn.jsx(pl, { error: s }) };
|
|
482
|
-
},
|
|
482
|
+
}, u0 = ({ environment: e, language: t, country: n = "BE" }) => {
|
|
483
483
|
const r = e === "prod" ? "" : "syst.", i = n === "FR" ? "fr" : "be";
|
|
484
484
|
return t === "fr" ? `https://profil.${r}monxtra.${i}` : `https://profiel.${r}mijnxtra.${i}`;
|
|
485
|
-
},
|
|
486
|
-
const { i18n: t } = Xs(), n =
|
|
487
|
-
return
|
|
485
|
+
}, c0 = u0, Gp = (e) => {
|
|
486
|
+
const { i18n: t } = Xs(), n = n0();
|
|
487
|
+
return c0({
|
|
488
488
|
environment: n,
|
|
489
489
|
language: t.language,
|
|
490
490
|
country: e == null ? void 0 : e.country
|
|
491
491
|
});
|
|
492
|
-
},
|
|
492
|
+
}, Xp = ({ element: e }) => {
|
|
493
493
|
var t;
|
|
494
|
-
const { commerceId: n } =
|
|
494
|
+
const { commerceId: n } = r0(), r = (t = document.querySelector(e)) == null ? void 0 : t.style.getPropertyValue("--commerce-icon"), i = document.querySelector(e), o = `var(--${n}-icon)`;
|
|
495
495
|
r !== o && (i == null || i.style.setProperty("--commerce-icon", o));
|
|
496
|
-
},
|
|
497
|
-
return t !== void 0 ? t :
|
|
498
|
-
},
|
|
499
|
-
var n = T.useState(
|
|
496
|
+
}, d0 = typeof window < "u", f0 = function(e, t) {
|
|
497
|
+
return t !== void 0 ? t : d0 ? window.matchMedia(e).matches : !1;
|
|
498
|
+
}, p0 = function(e, t) {
|
|
499
|
+
var n = T.useState(f0(e, t)), r = n[0], i = n[1];
|
|
500
500
|
return T.useEffect(function() {
|
|
501
501
|
var o = !0, a = window.matchMedia(e), l = function() {
|
|
502
502
|
o && i(!!a.matches);
|
|
@@ -505,7 +505,7 @@ var Gd = Object.defineProperty, Xd = Object.defineProperties, Yd = Object.getOwn
|
|
|
505
505
|
o = !1, a.removeEventListener("change", l);
|
|
506
506
|
};
|
|
507
507
|
}, [e]), r;
|
|
508
|
-
},
|
|
508
|
+
}, h0 = p0, Yp = () => h0("(min-width: 64rem)", !1), Jp = () => {
|
|
509
509
|
const [e, t] = T.useState("");
|
|
510
510
|
return T.useEffect(() => {
|
|
511
511
|
if (window.getQueryStringInfo)
|
|
@@ -514,7 +514,7 @@ var Gd = Object.defineProperty, Xd = Object.defineProperties, Yd = Object.getOwn
|
|
|
514
514
|
} catch {
|
|
515
515
|
}
|
|
516
516
|
}, []), e;
|
|
517
|
-
},
|
|
517
|
+
}, g0 = /* @__PURE__ */ ((e) => (e.Mobile = "mobile", e.Fixed = "fixed", e))(g0 || {}), Zs = /* @__PURE__ */ ((e) => (e.Bioplanet = "bioplanet", e.CollectGo = "collectgo", e.Colruyt = "colruyt", e.ColruytGroup = "colruytgroup", e.ColruytAcademy = "colruytacademy", e.Collibri = "collibri", e.Comarkt = "comarkt", e.Dats24 = "dats24", e.Dreambaby = "dreambaby", e.DreamLand = "dreamland", e.Okay = "okay", e.Spar = "spar", e.Xtra = "xtra", e))(Zs || {}), m0 = {
|
|
518
518
|
missingMandatoryData: [],
|
|
519
519
|
firstName: "Lukas",
|
|
520
520
|
lastName: "Cornille",
|
|
@@ -528,11 +528,11 @@ var Gd = Object.defineProperty, Xd = Object.defineProperties, Yd = Object.getOwn
|
|
|
528
528
|
createdAt: "2020-03-09T07:44:01Z",
|
|
529
529
|
updatedAt: "2022-07-18T14:28:01Z"
|
|
530
530
|
};
|
|
531
|
-
e0(
|
|
531
|
+
t0(e0({}, m0), {
|
|
532
532
|
phone: [{ type: "mobile", countryCode: "32", number: "0499999999" }]
|
|
533
533
|
});
|
|
534
|
-
var
|
|
535
|
-
const y0 = `a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::backdrop,:host,:root{--neutral-50:#fff;--neutral-100:#f3f4fa;--neutral-200:#e2e4ed;--neutral-300:#bbc1d3;--neutral-400:#9faac0;--neutral-500:#818da5;--neutral-600:#63708a;--neutral-700:#48526d;--neutral-800:#2e3b56;--neutral-900:#1b1f27;--action-50:#eff9f9;--action-100:#e5f7f5;--action-200:#cceeec;--action-300:#80d5cf;--action-400:#19b3a8;--action-500:#00ab9e;--action-600:#009a8e;--action-700:#008077;--action-800:#00564f;--action-900:#003c37;--success-200:#f2f9ec;--success-500:#009a3e;--alert-200:#fef4f5;--alert-300:#f29699;--alert-400:#ff5c5c;--alert-500:#e62d32;--alert-600:#cf282d;--warning-200:#fffaf3;--warning-500:#dc8633;--discount-50:#fdf2f4;--neutral-bg:color-mix(in srgb,var(--neutral-50),var(--neutral-100));--action-gradient:linear-gradient( 133.53deg,#159a95 25.57%,#10b8b1 74.29%);--shadow-card:0 3px 8px rgba(46,59,86,.1);--shadow-nav:0 0 12px rgba(46,59,86,.12);--shadow-button:0 8px 8px -5px rgba(1,141,136,.2);--shadow-fab:0 4px 8px -5px rgba(1,141,136,.2);--shadow-modal:0 76px 80px rgb(0 0 0/7%),0 21px 24px rgb(0 0 0/5%),0 8px 10px rgb(0 0 0/4%),0 3px 3px rgb(0 0 0/2%);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-7:28px;--spacing-8:32px;--spacing-9:40px;--spacing-10:48px;--spacing-11:56px;--spacing-12:64px;--font-xtra:"Neue",ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--display-1-medium:500 3rem/1.2 var(--font-xtra);--display-2-medium:500 2.5rem/1.2 var(--font-xtra);--display-3-medium:500 2rem/1.2 var(--font-xtra);--title-1-regular:400 1.5rem/1.3 var(--font-xtra);--title-1-medium:500 1.5rem/1.3 var(--font-xtra);--title-2-regular:400 1.25rem/1.2 var(--font-xtra);--title-2-medium:500 1.25rem/1.2 var(--font-xtra);--title-3-regular:400 1.125rem/1.2 var(--font-xtra);--title-3-medium:500 1.125rem/1.2 var(--font-xtra);--body-1-regular:400 1.125rem/1.5 var(--font-xtra);--body-1-medium:500 1.125rem/1.5 var(--font-xtra);--body-2-regular:400 1rem/1.3 var(--font-xtra);--body-2-medium:500 1rem/1.3 var(--font-xtra);--subtext-regular:400 .875rem/1.5 var(--font-xtra);--subtext-medium:500 .875rem/1.5 var(--font-xtra);--label-regular:400 .6875rem/1.5 var(--font-xtra);--label-medium:500 .6875rem/1.5 var(--font-xtra);color:var(--neutral-800);font:var(--body-2-regular);letter-spacing:.01em}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}:host *,:root *{box-sizing:border-box}@media screen and (min-width:64rem){:host,:root{font:var(--body-1-regular)}}::backdrop,:host,:root{--bioplanet-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233255A4' d='M31.8 16.362c-.02-.54.18-4.81.18-7.46 0-1.57-.01-4.96-.03-5.8-.07-3.09-3.02-2.96-5.15-2.96-1.85 0-4.84.01-7.1.01v.01c-3.06 0-10.52-.01-10.77-.03-9.43-.55-9.16.33-8.7 7.1.38 5.53-.16 11.36-.16 16.9 0 2.36-.77 7.44 2.78 7.57 2.28.08 13.22.16 14.14.25.12.01.23.02.35.02 2.67.08 4.8.02 11.8-.31.25-.01.5-.04.75-.08 2.09-.4 2.4-1.78 1.91-15.22'/%3E%3Cpath fill='%23fff' d='M16.76 22.642c.66-.11 1.16-.06 2.15-.55s1.38-.22 1.65-1.04c.28-.82.22 0 .83-.77s.39-.38.44-.71.22-.55.33-1.04.44-.33.5-.99.17-.22.11-.77c-.05-.55-.22-.93-.27-1.53s.33-1.04-.11-1.7-.5-1.04-1.27-1.86.27-.6-1.05-1.15-1.54-.82-2.2-.93-.72-.44-1.49-.33-.94-.16-1.71.05c-.77.22-.72.44-1.27.6-.55.17-.28-.16-1.38.49-1.1.66-.83.77-1.1 1.04-.28.27-.72.38-.77.77-.06.38-.17.49-.28 1.04s-.55 0-.55.77.05.66 0 .93c-.06.27-.5.55-.39.82s-.05.33.11.99.33.71.44 1.32c.11.6.11.66.28.99.16.33.83.88 1.1 1.37s.44.6 1.05 1.04.66.49 1.38.71.61.49 1.21.49c.61 0 .5-.28 1.16-.06.66.23.44.12 1.1.01'/%3E%3Cpath fill='%23006EB6' fill-rule='evenodd' d='M16.81 9.782c.33.03 1.57.25 2.45.88s1.63 1.4 1.93 1.97c.3.58.44.79.44.79s.08.38-.11.3-.22.16 0 .16.25-.14.25-.14.39.77.41 1.62c.03.85.06 1.01-.08 1.78s.08.08-.19.17c-.28.08.11.25-.44.36s-1.07.14-1.07.14.16-.14.44-.06.36.06.58.03.5-.36.55-.25c.06.11.03.16.03.16s-.08.55-.44 1.12c-.36.58-.47.85-1.1 1.54-.63.68-1.52 1.15-1.93 1.37s-.66.3-.66.3.03.06.03-.22-.19-.49-.19-.49.14.3.08.49-.14.25-.14.25-.25.14-.94.22-1.71.05-2.56-.22-1.74-.58-2.54-1.37c-.8-.8-1.35-1.48-1.68-2.33s-.33-1.1-.33-1.1l-.03-.22s-.19-1.07 0-2.08c.19-1.02.33-1.78 1.38-2.93s1.3-1.29 2.12-1.7c.83-.41 1.13-.49 2.07-.6.93-.1 1.34.04 1.67.06' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M22.2 15.132c-.02-.41-.12-.61-.19-.74a.7.7 0 0 1-.06-.14c-.01-.04-.01-.1-.02-.15-.02-.2-.03-.3-.11-.31-.03-.01-.07 0-.1.06-.01.01-.01.02-.02.03-.02-.02-.04-.07-.09-.21-.03-.08-.01-.11.02-.16.05-.09.08-.18-.06-.35-.08-.1-.16-.14-.25-.14-.18.01-.33.21-.51.5-.01.02-.03.05-.05.07v-.02c-.03-.16-.03-.53-.03-.54l-.01-.03c-.07-.15-.33-.62-.53-.62-.04 0-.1.02-.14.1 0 .01-.24.54-.43.99 0-.02-.01-.03-.02-.05s-.01-.04-.02-.06c-.04-.25-.1-.58-.03-.68.02-.03.03-.05.04-.07a1 1 0 0 1 .1-.08c.08-.06.15-.12.19-.19.02-.03.02-.06.01-.09-.03-.08-.16-.11-.34-.17-.18-.05-.39-.11-.51-.21l-.02-.02c.06-.03.26-.04.4-.04.17-.01.34-.02.47-.05.15-.03.25-.03.31-.02.04 0 .09.01.11-.03s0-.08-.05-.15c-.11-.16-.41-.42-.87-.78-.4-.32-1.02-.56-1.51-.75l-.07-.03c-.34-.13-.72-.16-1-.18-.13-.01-.24-.02-.3-.04-.09-.02-.13-.04-.18-.01-.04.03-.04.07-.05.13 0 .04-.01.1-.02.18-.03.13-.03.13-.12.14-.06.01-.14.02-.25.06-.08.03-.12.06-.14.1s0 .08.01.1c0 .01 0 .01.01.01-.01.01-.05.05-.31.12-.47.12-.49.1-.58.04-.03-.02-.08-.06-.15-.09-.22-.11-.28-.08-.39.04-.03.03-.07.08-.13.13-.02.02-.08.07-.07.14.02.07.11.09.25.12.14.02.33.06.42.16.06.07.07.11.07.12 0 .02-.03.04-.06.07-.04.03-.1.08-.11.14-.01.03-.01.06-.01.09 0 .08-.01.14-.26.28-.31.16-.33.16-.42.14l-.04-.01c-.19-.04-.43.03-.51.26-.03.08-.08.14-.13.2-.09.11-.17.23-.15.4.01.06.03.09.06.1.07.05.17.03.28.01.08-.02.19-.04.22 0 .01.01.03.04 0 .15-.04.19-.05.27 0 .31.04.04.1.03.16.01.08-.02.18-.05.33 0 .19.07.29.07.34.01.04-.05.02-.12-.02-.16 0 0-.06-.1.03-.35.04-.1.04-.14.04-.18.01-.02.07-.08.17-.2.06-.06.12-.14.22-.23.21-.23.32-.28.37-.27.05 0 .08.05.12.12.05.07.1.15.19.17.14.03.22.08.32.14.04.03.09.05.14.08.05.02.08.05.09.1.02.07 0 .2-.17.47-.11.16-.13.25-.1.32.03.06.1.07.17.08.04 0 .09.01.13.03.1.05.17.03.23 0 .06-.02.13-.05.29-.02.11.02.19.03.23-.03.03-.05 0-.1-.04-.17a.9.9 0 0 1-.12-.27c-.05-.18-.04-.18.05-.23.05-.03.11-.07.19-.14l.08-.08.01.01c.05.04.14.12.36.19.03.01.1.03.15.05-.07.06-.19.17-.24.4-.08.31-.02.39.05.45.02.02.03.02.03.05 0 .21.37.27 1.24.34.08.01.15.01.21.01.16 0 .24-.03.27-.08.05-.08-.01-.16-.08-.27-.04-.06-.09-.13-.12-.21-.1-.23-.22-.3-.34-.38a.9.9 0 0 1-.19-.14.5.5 0 0 0-.16-.11l.05-.05c.01-.01.02-.02.06-.02.24.01.85.58 1.03.83.01.01.02.03.03.04-.07.2-.13.35-.13.41 0 .19-.09.72-.25.86-.12.1-.27.21-.4.2-.07-.01-.13-.05-.19-.13-.24-.33-1.19-.53-1.35-.43-.12.05-.93-.27-.98-.38 0-.02.01-.05.01-.08.01-.06.03-.13-.01-.2-.04-.06-.11-.09-.25-.12-.13-.02-.15-.06-.17-.09a.1.1 0 0 0-.07-.06c-.05-.01-.1.01-.2.07-.04.02-.07.05-.1.06a.6.6 0 0 0-.14-.12c-.23-.14-.29-.17-.4-.05l-.03.03c-.07.07-.04.15-.01.2.01.02.02.05.02.06s-.03.04-.17.08c-.25.07-.28.16-.29.26-.01.05-.01.07-.09.09-.22.07-.36-.24-.37-.24l-.01-.03-.03-.01c-.03-.01-.26-.07-.4.02-.06.04-.09.1-.1.17-.01.12-.17.2-.31.28-.09.05-.18.1-.23.16-.01.02-.07-.01-.14-.06s-.15-.09-.22-.07c-.04.01-.07.04-.09.1-.01 0-.05-.02-.08-.03-.07-.04-.15-.08-.24-.05-.06.02-.11.09-.15.19-.14.4.19 1.34.37 1.54.08.09.19.08.28.07.16-.02.31-.03.45.35.16.43.38.65.56.83.09.1.17.18.22.27.07.14.16.18.23.22.08.04.15.07.17.26l.01.08c.04.3.05.34-.17.7-.11.19-.2.25-.28.31-.09.07-.17.12-.22.31-.03.1-.04.18-.05.25a.63.63 0 0 1-.16.38c-.07.09-.08.15-.07.19-.04.02-.12.05-.23.09-.24.09-.42.1-.53.1-.08 0-.14 0-.16.06-.03.05.01.1.03.13.1.15.51.38.73.38.1 0 .15-.04.17-.08.04-.05.05-.09.05-.12.01-.04.01-.06.45-.27.08-.04.15-.08.22-.12 0 .01 0 .02.01.03a.5.5 0 0 1-.01.24c-.06.18-.17.17-.31.13l-.03-.01c-.08-.02-.1.04-.1.05-.03.13.51.34.56.35.03.01.07.02.1.02q.045 0 .09-.03c.06-.04.06-.12.06-.18 0-.05 0-.1.03-.13.08-.08.36-.17.48-.21.01-.01.33-.19.39-.62.02-.12.01-.19-.04-.23-.06-.03-.12.02-.2.08-.08.07-.19.15-.28.15-.12 0-.18 0-.21.04-.03.03-.02.06-.02.09 0 .02 0 .05-.02.1-.04.08-.1.08-.25.04-.03-.01-.06-.01-.1-.02.15-.11.28-.23.41-.34.24-.22.47-.42.73-.49.13-.04.24-.05.33-.06.31-.03.47-.07.7-.61.1-.24.16-.55.22-.84.11-.59.22-1.15.63-1.15.43 0 .5-.02.51-.25 0-.09 0-.22.08-.42.12-.31.05-.48.01-.58a.2.2 0 0 1-.02-.06s.02-.02.13-.06c.21-.07.29-.12.34-.16.03-.02.03-.02.09-.01.08.03.14.02.2.02.07 0 .12 0 .2.05.13.08.42.15.57.18-.02.1.05.26.19.48.08.12.18.21.28.28v.01c-.04.04-.17.23-.11.41.03.09.09.12.12.14.04.02.06.03.04.19-.02.09-.04.18-.05.25-.04.18-.07.28-.01.34.02.02.05.04.12.03l.01.01.01.01c0 .04.01.05.04.06.06.02.09-.02.13-.1q.03-.03.06-.09c.02-.03.03-.07.03-.1.05-.1.1-.17.18-.23.59-.06.7-.07.73-.25.45-.14.63-.3.79-.44l.04-.03c.21-.18.27-.41.27-.43 0-.03.02-.69 0-1.26M11.88 11.562c.01-.02.12-.07.19-.11.15-.08.23-.16.23-.26 0-.17-.23-.28-.25-.29l-.03-.01-.03.01c-.03.02-.85.45-1.23 1.01-.37.52-1.13 1.9-1.28 2.57-.16.75-.12 1.64-.03 1.98.03.13.04.32.05.45.01.17.01.21.08.22h.01c.06 0 .07-.06.1-.21.05-.25.14-.36.21-.38.05-.01.09.02.13.06.23.27.38.42.49.36.09-.05.09-.2 0-.53-.13-.46-.37-.44-.48-.43h-.02c.02-.09.15-.38.22-.54.16-.34.28-.59.37-.79.25-.51.3-.63.24-.85-.08-.25-.1-.81.12-1 .12-.11.16-.31.18-.49.02-.11.04-.26.09-.28.01 0 .03-.01.09.03.13.09.2.21.25.29.04.08.08.14.14.13.07-.01.1-.09.18-.38.08-.32.04-.46.01-.54-.02 0-.02-.02-.03-.02'/%3E%3Cpath fill='%23fff' d='M12.33 17.202c-.06-.02-.07 0-.15.18-.06.13-.1.17-.12.19-.05.05-.04.09-.01.14.01.02.04.06.07.13.11.25-.01.36-.01.36l.07.11c.01 0 .24-.11.18-.53-.03-.18 0-.36.01-.45.01-.06.02-.11-.04-.13'/%3E%3Cpath fill='%23CBD336' d='M12.04 11.402c.44-.22-.03-.44-.03-.44s-.83.44-1.21.99c-.39.55-1.13 1.91-1.27 2.55-.17.77-.11 1.64-.03 1.95.08.3.03.91.11.47s.3-.52.44-.36.58.82.33-.06-.77 0-.22-1.21.69-1.18.61-1.45-.22-.8.03-1.01c.25-.22.19-1.04.55-.8.36.25.3.74.47.08.17-.65-.22-.49.22-.71M22.13 15.132c-.03-.58-.22-.71-.25-.88-.03-.16-.03-.52-.11-.38s-.14.06-.22-.19.19-.22-.03-.49-.44 0-.66.36-.14.19-.17.03c-.03-.17-.03-.55-.03-.55s-.41-.82-.55-.52-.63 1.42-.63 1.59c0 .16-.08.74-.28.9-.19.16-.47.36-.69.05-.22-.3-1.13-.49-1.27-.41s-1.08-.3-1.08-.44.14-.27-.19-.33c-.33-.05-.11-.25-.39-.08-.28.16-.03.11-.3-.06-.28-.16-.25-.14-.36-.03s.22.25-.19.36-.11.27-.39.36c-.28.08-.44-.27-.44-.27s-.39-.11-.41.14c-.03.25-.44.33-.55.47s-.36-.25-.44-.06-.33-.27-.47.11.19 1.29.36 1.48c.16.19.5-.22.74.44.25.66.63.82.77 1.1s.36.11.41.49c.06.38.08.41-.17.82s-.41.27-.5.6-.03.41-.22.66.17.11-.33.3-.74.03-.63.19c.11.17.69.47.8.3.11-.16 0-.36.63-.66s.88-.68 1.41-.82c.52-.14.61-.03.91-.74s.3-1.92.99-1.92.17-.03.39-.6c.22-.58-.11-.63.3-.77s.3-.22.47-.16c.16.05.25-.03.41.08.17.11.64.19.64.19s-.02-.05.12.15c-.02.02-.01.06.05.13.33.44.25.58.25.58s-.17.19-.11.36c.06.16.22.03.16.36-.05.33-.16.58-.03.55.09-.02.09.07.12.05.01.03.02.03.06-.06.02-.02.04-.05.06-.1.02-.03.03-.06.02-.09.04-.09.08-.18.13-.25.03 0 .06-.01.1-.01.8-.08.66-.08.72-.36v-.03c.47-.12.66-.18.82-.33.19-.16.25-.38.25-.38s.03-.65 0-1.23m-2.04 2.53c-.08-.11-.29-.13.06-.18z'/%3E%3Cpath fill='%23CBD336' d='M12.24 17.412c-.17.36-.19.11-.06.41.14.3-.03.44-.03.44s.22-.06.17-.44c-.06-.39.08-.77-.08-.41M14.8 20.422c-.28 0-.11.03-.19.19s-.14.27-.3.25c-.17-.03-.11-.14-.19.14s-.3.19-.41.16.22.19.5.28c.27.08.11-.19.22-.3s.5-.22.5-.22.3-.16.36-.57c.03-.42-.21.07-.49.07M13.83 13.072c-.11.49.05.11.44.25s.25-.06.25-.06-.08-.11.03-.41-.14 0 .44-.63.52-.06.74 0 .3.14.47.22.19.27-.05.66c-.25.38 0 .25.16.33.17.08.17-.08.5-.03.33.06.08-.06 0-.38-.08-.33.03-.22.25-.44s.05-.03.52.11.06.06-.06.52c-.11.47.08.33.08.49s.47.22 1.19.27.19-.19.06-.52c-.14-.33-.17-.25-.36-.44s-.3-.03-.11-.25.99.55 1.18.82-.3-.8-.17-.99c.14-.19.25-.08.33-.22s-.47-.27-.72-.49.52-.14.88-.22.44.05.33-.11-.44-.44-.86-.77c-.41-.33-1.07-.58-1.57-.77s-1.1-.16-1.3-.22c-.19-.05-.11-.03-.17.25s-.11.14-.41.25.22.16-.44.33c-.66.16-.5.08-.77-.06-.28-.14-.22-.03-.44.16s.39.08.61.33-.06.25-.08.38c-.03.14.06.22-.3.41s-.36.16-.5.14c-.14-.03-.36 0-.44.22s-.3.33-.28.58c.05.27.68-.2.57.29'/%3E%3Cpath fill='%23fff' d='M29.65 18.252c-.48-.68-1.25-1.15-1.76-1.45-.14-.08-.25-.15-.34-.22-.44-.3-5.04-2.24-5.24-2.33l-.08-.03-.05.8.04.02c.04.02 3.85 1.64 4.95 2.29 1.09.64 1.45 1.63 1.45 1.9 0 .26-.04.46-.25.86-.18.35-1.5.73-2.72.92-1.15.18-4.32 0-5.04-.06-.81-.06-4.57-.72-5.29-.89-.67-.16-3.93-1.12-5.2-1.55-1.2-.4-2.95-1.26-4.49-2.03-1.35-.67-2.29-1.82-2.56-2.38-.26-.53-.3-.76.73-1.57 1.02-.81 6.4-.34 6.45-.34h.03l.66-.66-.14-.01c-.03 0-3.5-.3-4.76-.25-1.2.05-2.77.42-3.49.83-.74.41-.85 1.18-.72 1.73.15.62 1.59 1.94 2.14 2.31.61.41 2.52 1.46 3.51 1.9 1 .45 2.77 1.06 4.01 1.48.95.32 2.66.76 3.58 1 .27.07.48.12.6.16.5.14 3.55.64 4.28.75.56.09 2.87.32 4.62.34h.14c1.65 0 3.5-.38 4.18-.65.71-.28 1.24-.77 1.34-1.24.1-.5.04-.77-.58-1.63'/%3E%3Cpath fill='%23CBD336' d='m10.76 11.422-.56.45s-4.75-.44-6.06.26c-1.18.62-1.25 1.51-.98 2.07s.98 1.48 2.34 2.16 3.25 1.61 4.5 2.03 4.51 1.39 5.21 1.55 4.49.83 5.3.89c.82.06 3.91.24 5.06.06s2.56-.56 2.76-.95c.2-.4.25-.61.25-.89s-.36-1.3-1.48-1.95-4.62-2.37-4.62-2.37l.04-.66s4.45 2.1 4.89 2.4 1.49.81 2.09 1.65c.6.85.66 1.11.56 1.57s-.65.93-1.3 1.2c-.66.26-2.47.45-4.2.43s-4.18-.27-4.75-.36-3.67-.49-4.17-.63c-.51-.14-3.02-.64-4.24-1.05s-3.01-1.03-4.01-1.47c-1-.45-2.9-1.49-3.5-1.89-.59-.4-1.98-1.7-2.11-2.27-.14-.57.02-1.28.69-1.65s2.19-.76 3.47-.82c1.27-.08 4.82.24 4.82.24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32.003v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--collectgo-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230587C7' d='M32 16c0 8.84-7.16 16-16 16S0 24.84 0 16 7.16 0 16 0s16 7.16 16 16'/%3E%3Cpath fill='%23fff' d='m6.04 14.26.85 8.33c.09 1.09 1 1.95 2.12 1.95h13.81c1.12 0 2.03-.86 2.12-1.95l.85-8.33zm5.48 3.73c-.01-1-.01-.22 0-1.23 0-.58.34-.94.84-.94.48.01.8.37.81.92.01.51.01.77 0 1.27-.01.57-.32.91-.81.91-.52 0-.84-.35-.84-.93m9.44 2.57c-.86 1.55-2.33 2.6-4.03 2.89s-3.43-.24-4.74-1.42a.76.76 0 0 1-.05-1.08c.28-.31.77-.34 1.08-.05.97.88 2.23 1.26 3.47 1.05s2.31-.98 2.94-2.12a.76.76 0 0 1 1.04-.3c.36.2.49.66.29 1.03m.91-2.68a.611.611 0 0 1-.83-.19c-.16-.26-.43-.38-.78-.38h-.02c-.35 0-.61.13-.77.39-.18.28-.55.36-.83.18a.606.606 0 0 1-.17-.83c.38-.6 1.01-.93 1.76-.93.78 0 1.43.33 1.82.94.18.27.1.64-.18.82M25.65 11.05h-7.78l2.87-4.35c.14-.2.2-.44.2-.67s-.07-.45-.2-.64c-.08-.13-.2-.24-.33-.33-.09-.06-.18-.1-.28-.13a.16.16 0 0 0-.08-.03c-.09-.02-.18-.04-.27-.04h-.03a1.15 1.15 0 0 0-.51.12.3.3 0 0 0-.08.04c-.06.03-.11.07-.16.11-.02.02-.04.03-.06.05a1 1 0 0 0-.18.21l-1.15 1.75-2.58 3.91h-8.7c-.84 0-1.39.49-1.39 1.21 0 .64.47 1.14 1.11 1.18.16.01 19.7.01 19.86 0 .64-.04 1.11-.53 1.11-1.18.02-.72-.53-1.21-1.37-1.21M16 12.8c-.35 0-.63-.28-.63-.63s.28-.63.63-.63.63.28.63.63-.28.63-.63.63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--colruyt-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23F5782D' d='M10.18 5.09H32L21.82 26.91H0z'/%3E%3C/svg%3E");--colruytacademy-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23EAAA00' d='M20.89 12.155c-2.04 0-3.65 1.62-3.69 3.69v.14c0 3.72-3.03 6.75-6.75 6.75s-6.76-3.02-6.76-6.74 3.03-6.75 6.75-6.75c1.02 0 1.85-.83 1.85-1.85s-.83-1.85-1.85-1.85C4.69 5.545 0 10.235 0 15.995s4.69 10.45 10.45 10.45 10.44-4.69 10.44-10.45z'/%3E%3Cpath fill='%23009891' d='M11.11 19.835c2.04 0 3.65-1.62 3.69-3.69v-.14c0-3.72 3.03-6.75 6.75-6.75s6.75 3.03 6.75 6.75-3.03 6.75-6.75 6.75c-1.02 0-1.85.83-1.85 1.85s.83 1.85 1.85 1.85c2.57 0 4.93-.94 6.76-2.49.04.99.85 1.78 1.84 1.78 1.02 0 1.85-.83 1.85-1.85V8.115c0-1.02-.83-1.85-1.85-1.85-.99 0-1.8.78-1.84 1.77a10.4 10.4 0 0 0-6.76-2.49c-5.76 0-10.45 4.69-10.45 10.45v3.84z'/%3E%3C/svg%3E");--colruytgroup-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234D4F53' d='M21.05 16a5.05 5.05 0 0 1-5.06 5.05c-2.79 0-5.05-2.26-5.05-5.05s2.26-5.05 5.05-5.05c.61 0 1.19.11 1.73.3l4.63-9.93C20.4.48 18.25 0 15.99 0 7.16 0 0 7.16 0 16c0 8.83 7.16 16 15.99 16C24.83 32 32 24.83 32 16c0-1.22-.15-2.41-.41-3.56H19.58c.91.91 1.47 2.17 1.47 3.56'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dats24-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M32 0H0v32h32z'/%3E%3Cpath fill='%2300B2E3' d='M31 14H1v17h30z'/%3E%3Cpath fill='%23fff' d='M14.86 29h-8.3v-2.68l4.67-5.08c.24-.26.41-.49.51-.68q.15-.285.15-.69 0-.555-.3-.87c-.2-.21-.49-.32-.86-.32-.33 0-.61.09-.85.28s-.35.51-.35.97H6.56c0-.81.19-1.51.56-2.1s.87-1.05 1.5-1.36S9.95 16 10.73 16c.8 0 1.51.16 2.14.47.62.31 1.11.77 1.46 1.36s.53 1.28.53 2.06c0 .63-.12 1.16-.36 1.6-.24.43-.65.96-1.24 1.57l-3.08 3.26h4.68zM25.44 27.29h-.96V29h-2.82v-1.71h-5.35v-2.82l4.28-8.36h3.26l-4.27 8.36h2.08v-1.71h2.82v1.71h.96z'/%3E%3Cpath fill='%2393D500' d='M31 1H1v12h30z'/%3E%3Cpath fill='%23fff' d='M8.72 7v.68c0 .4-.02.75-.05 1.03-.04.28-.12.57-.24.84s-.32.54-.57.8c-.55.55-1.3.82-2.25.82H2.5V2.82h3.1c.95 0 1.7.27 2.25.82.26.26.45.52.57.8q.195.42.24.84c.04.28.05.63.05 1.04V7zM6.67 7c0-.69-.01-1.14-.04-1.36s-.09-.39-.18-.52c-.21-.31-.54-.47-.99-.47h-.91v4.7h.91c.45 0 .78-.16.99-.47.06-.1.11-.2.14-.3.02-.1.05-.26.06-.5.01-.23.02-.59.02-1.08M17.04 11.18h-2.15l-.39-1.24h-2.57l-.41 1.24H9.37l3.04-8.36H14zm-3.08-2.96-.71-2.23-.75 2.23zM22.79 4.65h-2.06v6.53h-2.05V4.65h-2.06V2.82h6.17zM29.5 8.62c0 .55-.15 1.02-.43 1.42q-.435.6-1.17.9c-.49.2-1.03.31-1.63.31-.69 0-1.29-.08-1.81-.25a3.26 3.26 0 0 1-1.36-.85l1.32-1.32q.315.315.81.45c.34.09.69.14 1.05.14q1.2 0 1.2-.75c0-.21-.06-.38-.17-.49s-.3-.19-.55-.22l-1.01-.14c-.74-.1-1.3-.35-1.68-.74q-.57-.585-.57-1.68c0-.51.12-.96.37-1.36s.6-.71 1.06-.94 1-.34 1.62-.34c.61 0 1.15.08 1.61.24s.86.41 1.21.76l-1.29 1.29c-.21-.21-.44-.35-.69-.41q-.375-.09-.9-.09-.495 0-.75.24c-.17.16-.26.34-.26.54 0 .15.06.28.17.39.13.13.32.21.57.25l1.01.14c.74.11 1.28.34 1.65.69.22.21.37.47.47.77.1.28.15.64.15 1.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreambaby-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238EC152' d='M4.737 13.975c-.48.93-1.07.76-1.62.57 0 0 .44-.83 1.62-.57M13.277 8.275c.86.6.61 1.17.34 1.68 0 0-.75-.55-.34-1.68M9.527 17.795c-.88.57-1.31.13-1.68-.31-.01 0 .78-.5 1.68.31M16.487 2.955c-.48.93-1.07.76-1.62.57 0 0 .44-.82 1.62-.57M23.027 4.145c-.37-1.08.21-1.42.78-1.7-.01 0 .31.96-.78 1.7M24.727 18.425c-2.56-.64-3.23.76-3.77 2.11 0 .01 2.28.55 3.77-2.11'/%3E%3Cpath fill='%23F39FAF' d='M21.307 16.955c.01.03.03.06.04.09.15-.23.3-.28.4-.27.17.01.22.25.13.52 0 0 .3.09.36.3.02.06-.03.31-.39.3-.04 0-.08 0-.13-.01.14.26.1.42.04.51-.1.14-.33.06-.51-.16 0 0-.23.2-.44.15-.06-.02-.25-.19-.05-.49.02-.04.05-.07.08-.11-.3-.01-.43-.13-.47-.23-.07-.16.12-.31.4-.36 0 0-.06-.31.1-.46.04-.03.28-.1.44.22M7.847 5.345c.09.14.11.29-.1.41 0 0 .29.01.3.26s-.07.29-.3.3c0 0 .33.14.05.38s-.36.07-.39.05c0 0 .08.25-.21.3-.28.05-.34-.12-.33-.2 0 0-.19.34-.41.17s-.07-.36-.07-.36-.25.22-.41-.01c-.16-.24.14-.42.14-.42s-.33.06-.33-.24.3-.28.3-.28-.3-.19-.06-.44c.24-.24.39-.01.39-.01s-.13-.22.2-.36.35.23.35.23.11-.3.38-.19c.27.1.11.42.11.42s.26-.2.39-.01M28.347 12.095c.1.16.12.33-.11.47 0 0 .33.01.34.29s-.08.33-.34.34c0 0 .37.15.05.43-.31.27-.4.08-.44.05 0 0 .08.28-.24.34s-.38-.13-.38-.22c0 0-.21.39-.46.19-.25-.19-.09-.41-.09-.41s-.28.25-.46-.01c-.18-.27.15-.47.15-.47s-.37.07-.37-.28c0-.34.34-.31.34-.31s-.34-.22-.07-.49c.28-.28.44-.01.44-.01s-.15-.25.22-.4.4.25.4.25.13-.33.43-.22c.31.11.12.47.12.47s.32-.23.47-.01M11.977 2.015c.5-1.23 1.39-1.91 2.03-1.45s1.24 1.77-.41 5.18c0 0-1.96-.47-3.28-1.52s-.74-2.08-.5-2.23c.83-.53 2.16.02 2.16.02'/%3E%3Cpath fill='%23E8E349' d='M11.437 14.785c.11.17.13.36-.12.5 0 0 .35.01.36.31.01.31-.09.36-.36.36 0 0 .4.16.06.46s-.43.09-.47.05c0 0 .09.3-.25.36s-.41-.15-.41-.24c0 0-.23.41-.5.21s-.09-.44-.09-.44-.3.27-.49-.01c-.2-.29.16-.51.16-.51s-.4.07-.4-.3.37-.34.37-.34-.37-.23-.07-.53.47-.01.47-.01-.16-.27.23-.43c.4-.16.43.27.43.27s.14-.36.46-.24c.33.12.13.51.13.51s.33-.21.49.02M15.287 4.405c.95 1.94-.05 2.71-1.04 3.37 0 0-.83-1.73 1.04-3.37M12.127 19.355c-.87-.58-1.31-.15-1.69.29 0 0 .78.51 1.69-.29M29.127 9.245c-1.09 2.11-2.42 1.73-3.66 1.29 0 0 .98-1.87 3.66-1.29M23.227 15.695c.25-.59.68-.91.99-.68s.59.86-.24 2.49c0 0-.94-.24-1.57-.76s-.34-1.01-.23-1.08c.41-.25 1.05.03 1.05.03M21.107 1.215c-.48-.86-1.2-1.29-1.64-.89-.43.4-.76 1.42.78 3.8 0 0 1.41-.53 2.29-1.43s.36-1.61.16-1.7c-.66-.32-1.59.22-1.59.22'/%3E%3Cpath fill='%2365C4DB' d='m21.177 5.045.31-.64c.16-.3.64-.39.86-.17.29.29 1.98 3.5 3.67 4.51l-1 .59-1.08-1.92s-1.78.44-2.11-.25c-.34-.7.29-1.95.29-1.95s-.12 0-.26-.04zM17.627-.005c-.48 0-.8.4-.97.86-.21-.43-.56-.78-1.02-.74-.55.04-.49.76-.46 1.02s.42.58.79.56c0 0-.34.19-.25.49s.42.41.63.34c.1-.03.26-.15.38-.34l.04-.08c-.01.03-.03.05-.04.08.12.16.28.26.38.28.21.05.53-.09.6-.39.07-.31-.29-.47-.29-.47.38-.01.74-.36.75-.62.01-.27.02-.99-.54-.99'/%3E%3Cpath fill='%23EA580C' d='M5.307 17.365c-.15.99.15 1.77.73 1.73.58-.05 1.45-.66 1.7-3.51 0 0-1.42-.45-2.64-.28-1.23.17-1.26 1.06-1.16 1.25.33.66 1.37.81 1.37.81M25.767 3.805c.8 0 1.38.34 1.27.81-.11.46-.71 1.09-2.99.94 0 0-.18-1.2.11-2.18.29-.97 1-.89 1.14-.78.48.35.47 1.21.47 1.21M17.667 4.695c-.23-.51-.62-.79-.88-.59-.27.2-.5.77.25 2.19 0 0 .83-.23 1.37-.7s.28-.89.18-.95c-.37-.2-.92.05-.92.05M25.807 14.345c-.09 0-.19.02-.29.05-.66.21-.23 1.45-.02 1.67.12.15.31.31.53.31.1 0 .21-.03.32-.12.07.07.17.09.26.09.2 0 .41-.12.51-.25.14-.2.3-.65.32-.87.06-.57-.29-.88-.65-.88a.7.7 0 0 0-.48.2c-.17-.13-.32-.2-.5-.2M3.927 7.785c-.05.08-.09.17-.11.27-.18.67 1.1.98 1.39.93.19-.02.43-.09.55-.27.06-.09.08-.19.07-.33.1-.03.17-.09.22-.17.11-.17.12-.41.06-.57-.09-.23-.38-.6-.56-.74-.44-.36-.89-.24-1.08.07-.09.14-.13.32-.09.51-.21.06-.35.16-.45.3M10.987 6.655c-.09.04-.17.09-.25.17-.54.47.37 1.46.65 1.58.18.09.41.17.62.08.09-.04.18-.11.25-.24.1.03.2.02.29-.02a.7.7 0 0 0 .38-.44c.05-.25.02-.73-.05-.94-.18-.56-.62-.71-.96-.57-.16.07-.29.2-.37.38-.22-.07-.39-.07-.56 0M21.137 7.155l-3.34 2.45.39.53.68-.5.02 3.17 2.73.38 1.04-3.02.52.66.51-.4zm-.62 4.4a.886.886 0 0 1-.75-.99c.06-.48.51-.81.99-.74s.81.51.74.99c-.06.47-.5.8-.98.74'/%3E%3Cpath fill='%23EC6692' d='M8.237 19.155c.04.03.08.05.11.08.01-.38.15-.55.29-.61.21-.11.44.14.53.53 0 0 .42-.1.64.1.06.05.19.39-.25.64-.05.03-.1.06-.16.08.35.21.43.43.41.58-.02.24-.35.31-.73.18 0 0-.13.41-.41.5-.08.03-.43-.04-.41-.55 0-.06.01-.13.02-.19-.37.2-.61.15-.73.06-.19-.14-.08-.46.22-.72 0 0-.29-.32-.21-.61.02-.08.26-.35.68-.07M27.977 7.655c-.03-.05-.06-.09-.09-.13.43.01.62-.15.7-.29.13-.23-.13-.5-.57-.62 0 0 .14-.47-.08-.73-.06-.07-.43-.23-.73.26-.03.06-.07.11-.09.17-.22-.41-.47-.5-.64-.49-.27.01-.36.38-.24.81 0 0-.47.13-.58.44-.03.09.03.48.6.49.07 0 .14-.01.21-.01-.24.41-.2.67-.1.82.15.22.51.11.82-.21 0 0 .35.33.68.27.1-.03.4-.29.11-.78M9.627 10.735c-.02-.04-.05-.07-.07-.11.36.01.52-.12.58-.24.11-.19-.11-.42-.47-.52 0 0 .11-.39-.06-.6-.05-.06-.36-.19-.61.21-.03.05-.06.1-.08.14-.18-.34-.39-.42-.53-.41-.22.01-.3.31-.2.67 0 0-.39.11-.48.37-.03.07.02.4.5.41.06 0 .12 0 .18-.01-.2.34-.17.56-.09.68.12.18.42.09.68-.18 0 0 .29.28.56.22.08 0 .33-.22.09-.63M25.897 17.035c.06.08.06.18-.06.25 0 0 .17.01.18.15.01.15-.04.18-.18.18 0 0 .19.08.03.23s-.21.05-.23.03c0 0 .05.15-.12.18s-.2-.07-.2-.12c0 0-.11.2-.24.1s-.05-.22-.05-.22-.15.14-.24-.01c-.1-.14.08-.25.08-.25s-.19.04-.19-.14.18-.17.18-.17-.18-.11-.03-.26c.14-.15.23-.01.23-.01s-.08-.13.11-.21.21.14.21.14.07-.18.23-.12.07.25.07.25.14-.12.22 0M3.677 11.485c-.75.6-1.04 1.36-.59 1.71s1.48.5 3.52-1.35c0 0-.73-1.27-1.73-1.97s-1.6-.09-1.66.11c-.2.69.46 1.5.46 1.5M8.117 3.535c-.45-.02-.78.15-.73.41s.36.63 1.64.62c0 0 .14-.67.01-1.22s-.53-.53-.61-.47c-.29.18-.31.66-.31.66M20.307 5.645l-.02-.56-.42.39c-.01 0-.02-.01-.03-.01-.31-.08-.71.1-.76.76 0 0-.17.68-1.05 1.03-.12.07-.19.07-.19.07s.43 1.02 1.25.75c.68-.22.82-.82.71-1.25-.03-.16-.1-.24-.1-.24.12-.03.45-.14.51-.5.11-.02.6-.25.6-.25z'/%3E%3Cpath fill='%23FAB600' d='M19.197 2.785c.08.11.09.24-.08.34 0 0 .24.01.25.21.01.21-.06.24-.25.25 0 0 .27.11.04.31s-.29.06-.32.04c0 0 .06.2-.17.25-.23.04-.28-.1-.27-.16 0 0-.15.28-.34.14-.18-.14-.06-.3-.06-.3s-.2.19-.33-.01c-.13-.19.11-.34.11-.34s-.27.05-.27-.2.25-.23.25-.23-.26-.17-.06-.37.32-.01.32-.01-.11-.18.16-.3c.27-.11.29.19.29.19s.09-.24.32-.16c.22.08.09.34.09.34s.21-.15.32.01M14.587 15.505c.16-1.03.72-1.71 1.29-1.48s1.27 1.13.62 4.04c0 0-1.59-.01-2.78-.58s-.94-1.46-.78-1.62c.54-.54 1.65-.36 1.65-.36M24.597 11.725c.52.21.81.59.62.86s-.75.53-2.2-.17c0 0 .2-.83.64-1.39.45-.56.88-.32.95-.22.23.36-.01.92-.01.92M5.917 13.395c.03-.07.33.03.41.08.04.02.07.04.11.07h-.02c-.16-.01-.55-.06-.5-.15m.43-.26c-.02-.03-.09-.12-.07-.17q.015-.03.06-.03c.16-.02.36.05.37.23 0 .07-.02.19-.07.27l-.01.01-.07-.07-.01-.01c-.07-.08-.14-.15-.2-.23m1.3.92c0-.48-.4-.67-.91-.52.05-.09.16-.33.08-.51-.06-.15-.26-.23-.44-.23-.08 0-.15.02-.2.05-.04.02-.06.05-.07.09-.02.09.06.21.12.29.05.06.1.12.16.18-.03-.01-.06-.03-.09-.04-.17-.07-.47-.13-.52.02-.06.17.49.25.68.27h-.01l-.21.13c-.19.14-.35.29-.34.51.01.33.71.43.98.42.4-.02.77-.23.77-.66'/%3E%3Cpath fill='%23006AB4' d='M25.127 13.505c-1.66-.2-3.74.41-5.6 1.79-.11.08-.21.17-.31.25-.85-2.93-2.11-5.5-3.68-7.53-.06-.06-.28-.26-.56-.11-.05.03-.09.06-.14.09-.09.06-.18.13-.27.2-.25.22 0 .57 0 .57 2.05 2.92 3.25 7.03 3.23 11.61-2.54-1.86-5.38-2.69-7.64-2.41-.35.07-.33.5.02.48 2.41-.19 5.34 1.43 7.5 4.3a28.8 28.8 0 0 1-2.13 8.41c-.25.58.38.72.47.74.52.07 1.04.11 1.67.11.68 0 1-.05 1.45-.13 0 0 .5-.1.64-.57.25-1.31.45-2.66.55-4.05.28-3.61 0-7.06-.72-10.17 1.57-2.13 3.73-3.35 5.5-3.2.26-.02.33-.33.02-.38'/%3E%3Cpath fill='%23006AB4' d='M15.427 11.765c-.39-1.13-1.49-1.26-2.56-.48.04-.25.1-.91-.22-1.28-.26-.31-.81-.32-1.22-.17-.18.07-.33.16-.43.27-.07.08-.1.17-.09.26.03.23.31.44.52.57.16.11.33.2.53.3-.08-.01-.16-.02-.24-.02-.45-.03-1.21.07-1.22.46-.01.46 1.35.18 1.82.07l-.02.02-.4.48c-.34.48-.59.96-.39 1.48.3.76 2.02.42 2.65.19.93-.35 1.61-1.14 1.27-2.15m-3.2-.17c-.34.07-.8.14-1.13.14-.31 0-.39-.06-.4-.08-.01-.01-.01-.01-.01-.03.01-.07.22-.15.66-.15.3 0 .57.04.7.07.07.02.13.03.18.05m-.69-.92c-.37-.24-.4-.37-.4-.41 0-.05.06-.09.11-.12.19-.1.4-.15.61-.15s.57.06.72.43c.08.2.13.56.09.85-.09-.05-.17-.08-.24-.11-.01-.01-.02-.01-.03-.01-.28-.15-.58-.3-.86-.48'/%3E%3Cpath fill='%2327A536' d='m10.667 5.875-.33-.67c-.17-.31-.66-.4-.89-.18-.3.29-2.06 3.64-3.82 4.69l1.04.61 1.12-2s1.85.45 2.2-.26c.35-.73-.3-2.03-.3-2.03s.12.01.27-.03zM17.637 9.095c-1.64-.44-1.57-1.43-1.45-2.36-.01-.01 1.45.4 1.45 2.36M20.877 13.585c-.48.93-1.07.76-1.62.57 0 0 .43-.82 1.62-.57M8.127 12.735c1.06-.84 1.73-.39 2.33.06 0 0-.96.73-2.33-.06M15.877 21.715c-2.6 1.47-3.75.15-4.74-1.17 0 0 2.33-1.29 4.74 1.17'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreamland-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23005CA9' d='M23.4 22c-.04-1-.01-3.69 1.35-6.24 1.5-2.74 4.2-5.25 7.25-5.76h-1.73c-3.05.49-6.04 3.02-7.86 5.81-1.63 2.53-2.06 5.2-2.17 6.19z'/%3E%3Cpath fill='%2300ABE7' d='M20.27 22c.11-.99.53-3.67 2.18-6.23 1.8-2.75 4.78-5.26 7.84-5.77H28.3c-3.07.48-6.25 3.02-8.38 5.8-1.91 2.53-2.75 5.2-3.01 6.2z'/%3E%3Cpath fill='%23BCCF00' d='M16.91 22c.26-.99 1.1-3.67 3.04-6.24C22.07 13 25.23 10.5 28.3 10h-1.95c-3.09.48-6.53 3.01-8.98 5.8-2.2 2.54-3.42 5.21-3.82 6.2z'/%3E%3Cpath fill='%23FD0' d='M13.53 22c.41-.99 1.62-3.67 3.85-6.24C19.82 13 23.25 10.5 26.34 10H24.4c-3.12.48-6.87 3.01-9.65 5.8-2.5 2.54-4.06 5.2-4.59 6.2z'/%3E%3Cpath fill='%23F7A600' d='M10.15 22c.54-.99 2.1-3.66 4.63-6.23 2.76-2.77 6.5-5.28 9.62-5.77h-1.95c-3.15.48-7.23 3.02-10.34 5.81-2.8 2.54-4.67 5.2-5.33 6.19z'/%3E%3Cpath fill='%23E63312' d='M6.77 22c.65-.99 2.53-3.66 5.37-6.23 3.08-2.76 7.15-5.28 10.3-5.77h-1.95c-3.18.48-7.64 3.02-11.08 5.81-3.1 2.54-5.26 5.2-6.02 6.19z'/%3E%3Cpath fill='%23EA5297' d='M3.38 22c.75-.99 2.92-3.65 6.07-6.22 3.41-2.76 7.85-5.29 11.04-5.78h-1.57c-3.22.48-8.46 3.04-12.24 5.82A44 44 0 0 0 0 22z'/%3E%3C/svg%3E");--okay-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23004896' d='M32 5v22c0 2.76-2.24 5-5 5H5c-2.76 0-5-2.24-5-5V5c0-2.76 2.24-5 5-5h22c2.76 0 5 2.24 5 5'/%3E%3Cpath fill='%23F07C00' d='M26.46 16c0 5.74-4.66 10.4-10.4 10.4S5.66 21.74 5.66 16s4.66-10.4 10.4-10.4 10.4 4.66 10.4 10.4'/%3E%3Cpath fill='%23fff' d='M10.2 20.59c.01 0 .01.01 0 0 .01 0 0 0 0 0M10.29 20.68l-.07-.07zM1.01 12.26c.12-.08 7.72-.21 8.13.02.41.22-1.31.48-5.44.32-4.14-.15-2.69-.34-2.69-.34M.004 14.293c1.818-.104 8.13-.236 8.526-.003.45.27-1.45.6-6.03.45-1.222-.043-2.005-.09-2.496-.139C0 14.5 0 14.5.004 14.293M1.94 16.73c.12-.07 7.74-.4 8.16-.23s-1.29.43-5.45.43c-4.15 0-2.71-.2-2.71-.2M24.94 12.81c-2.29-.53-8.19-1.32-11.7-1.03 3.11.27 8.4.72 11.23 1.67.16-.21.48-.35.47-.64M23.21 14.55c-3.11-.71-4.82-1.48-10.56-1.42l.91.08c2.98.42 6.25.61 8.94 1.98l.24.24c.32-.23.41-.55.47-.88M12.55 14.93c-.23.04 2.21.38 2.85.49 1.56.26 3.31.73 4.84 1.28.48.17 1.35.72 1.61.05.11-.29-.54-.48-1.23-.66 0-.01-4.39-1.23-8.07-1.16'/%3E%3Cpath fill='%23fff' d='m23.34 10.41-.26.17-2.2 3.53c-.29.5-1.38 1.53-1.39 2.15.63-.11 1.49-1.61 1.82-2.01.99-1.19 1.73-2.27 2.69-3.52.04-.3-.44-.21-.66-.32M21.19 10.18l-.59.05c-.65 1.25-1.75 2.87-2.41 4.2l-.61 1.34c1.09-1.25 2.86-4.13 3.74-5.46z'/%3E%3Cpath fill='%23fff' d='M22.69 9.99c-1.31-.14-2.85-.04-4.17-.11 0 0-5.78.27-6.41.47-.38.12-.08.24.83.29.69.04 1.78.01 1.78.01.19-.02.94 0 .94 0s3.82.05 5.3 0c.95.05 1.88.16 2.77.37l-.08.07c.2-.02.56.02.79.14.7.34.62 1.08.17 1.56-1.19 1.26-1.96 2.16-3.17 3.65l.26.53.92-.88c1.8-1.81 2.75-2.64 3.59-4.61.15-.36.35-1.07-3.52-1.49'/%3E%3Cpath fill='%23fff' d='m17.74 10.18-.29.03c-.3.82-.76 1.52-1.06 2.4 0 0-1.19 2.45-.99 2.82h.14c.74-1.07 1.59-3.86 2.47-4.88.04-.21-.08-.35-.27-.37M22.69 9.99c-1.31-.14-4.17-.11-4.17-.11s-5.78.27-6.41.47'/%3E%3Cpath fill='%23fff' d='M21.28 20.44s-.18-.16-.36-.23c-.06-.02-.11-.04-.17-.06-3.26-1.08-8.03-.71-9.91-.19-.16-.1-.18-.28-.16-.44.17-2.62 1.19-2.1 5.09-1.85 2.59.16 6.17.92 6.33.95.15.03.15-.24.06-.4-.4-.67-3.05-.88-3.8-.96-.68-.07-2.81-.32-2.81-.32l-3.28-.3c-.05-.34-1.22-4.6-1.36-4.94-.72-1.78-1.51-4.31-4.22-4.31-1.46 0-1.67.82-1.39 1.03.25.19 1.47-.73 2.52-.07 1.61 1.02 2.32 3.39 2.43 3.85.09.37 1.17 4.14.95 4.38-.73.79-1.17 1.74-1.25 2.53-.03.36.1 1.31.1 1.31-.19.5-.55.88-.24 1.48.28.51.7.64 1.21.62.14-.01.79.04 1.33-.57.52-.59.26-1.26.19-1.47 1.59-.13 5.77-.09 6.26.22-.17.35-.23 1.02 0 1.39.42.66 1 .83 1.7.62.61-.18.89-.52 1.09-1.19.16-.51.01-.81-.31-1.08m-9.57.94c-.12.27-.5.55-.87.4-.31-.13-.3-.48-.24-.71.08-.39.66-.77 1.03-.48.04.03.07.06.1.1.13.2.06.51-.02.69m8.64.42c-.27.1-1.03.01-.98-.5.06-.55.77-.72 1.1-.47.34.24.21.85-.12.97'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--spar-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M31.99 4.16C32 1.87 30.13 0 27.84 0H4.17C1.87 0 .01 1.87.01 4.16v23.67A4.157 4.157 0 0 0 4.16 32h23.67c2.3 0 4.16-1.87 4.16-4.16V4.16'/%3E%3Cpath fill='%23007A47' d='M15.99 2.6C9.71 2.6 4.83 7.58 4.83 13.77c0 4.02 2.02 7.62 5.59 9.38 3.34 1.65 7.8 1.65 11.16 0 3.32-1.64 5.58-5.36 5.58-9.38.01-6.15-4.92-11.17-11.17-11.17m7.55 15.88c-1.22 1.98-3.08 2.68-4.52 2.7-1 .02-1.91-.72-1.91-1.91v-1.65h5.88c-2.53-2.74-5.88-8.32-7-12.13-1.12 3.81-4.46 9.4-6.9 12.13h5.78l.02 1.66c-.02.93-.77 1.92-1.85 1.9-1.5-.02-3.4-.72-4.54-2.65-.83-1.42-1.43-2.53-1.43-4.76 0-4.89 3.92-8.94 8.93-8.94 4.94 0 8.94 4.17 8.94 8.94-.01 2.23-1.05 4.16-1.4 4.71'/%3E%3Cpath fill='%23E5202E' d='M16 27.86C7.33 27.86.3 20.83.3 12.16l.01 15.7c0 2.13 1.73 3.86 3.86 3.86h23.67c2.13 0 3.86-1.73 3.86-3.86v-15.7c0 8.67-7.03 15.7-15.7 15.7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--xtra-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='b' width='22' height='3' x='5' y='29' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3Cpath fill='url(%23d)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/g%3E%3Cpath fill='url(%23e)' d='M23.892 14.986c3.924-3.96 5.742-8.08 4.19-10.238-2.032-2.835-9.095-1.248-15.765 3.55a32.3 32.3 0 0 0-4.191 3.567z'/%3E%3Cpath fill='url(%23f)' d='M23.892 14.986a34 34 0 0 0-2.515-4.87C16.972 2.93 10.962-1.403 8 .416c-2.3 1.409-2.104 6.081.124 11.45z' opacity='.9'/%3E%3Cpath fill='url(%23g)' d='M8.126 11.865a34 34 0 0 0 2.515 4.868c4.423 7.187 10.415 11.522 13.394 9.702 2.3-1.408 2.104-6.081-.126-11.45z'/%3E%3Cpath fill='url(%23h)' d='M8.126 11.865c-3.941 3.977-5.76 8.097-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.85'/%3E%3Cpath fill='url(%23i)' d='M8.126 11.865c-3.941 3.959-5.76 8.078-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.87'/%3E%3Cdefs%3E%3ClinearGradient id='e' x1='13.397' x2='24.226' y1='11.114' y2='2.901' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.413' stop-color='%2390B117'/%3E%3Cstop offset='.501' stop-color='%238BAF19'/%3E%3Cstop offset='.601' stop-color='%237DAB1E'/%3E%3Cstop offset='.706' stop-color='%2367A325'/%3E%3Cstop offset='.815' stop-color='%23479830'/%3E%3Cstop offset='.925' stop-color='%231F8A3E'/%3E%3Cstop offset='1' stop-color='%23007F48'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='14.592' x2='15.992' y1='10.918' y2='3.435' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336BCEE'/%3E%3Cstop offset='.201' stop-color='%2331ACE3'/%3E%3Cstop offset='.59' stop-color='%232583C5'/%3E%3Cstop offset='1' stop-color='%231652A1'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='19.414' x2='16.56' y1='24.29' y2='13.181' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E42313'/%3E%3Cstop offset='.071' stop-color='%23E73611'/%3E%3Cstop offset='.312' stop-color='%23F0710B'/%3E%3Cstop offset='.534' stop-color='%23F6A006'/%3E%3Cstop offset='.73' stop-color='%23FBC103'/%3E%3Cstop offset='.891' stop-color='%23FED601'/%3E%3Cstop offset='.999' stop-color='%23FD0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='18.058' x2='10.273' y1='15.672' y2='23.297' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC832'/%3E%3Cstop offset='.354' stop-color='%23F8A220'/%3E%3Cstop offset='.779' stop-color='%23F07A0D'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='18.058' x2='10.273' y1='15.671' y2='23.296' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.461' stop-color='%23F3C636' stop-opacity='0'/%3E%3Cstop offset='.645' stop-color='%23F1A223' stop-opacity='.342'/%3E%3Cstop offset='.879' stop-color='%23EE7A0E' stop-opacity='.775'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientTransform='matrix(10.8173 0 0 1.18758 15.995 30.81)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");--commerce-icon:var(--xtra-icon)}.commerce__icon{background-image:var(--commerce-icon);background-position:50%;background-repeat:no-repeat;background-size:24px;display:block;flex-shrink:0;height:24px;width:24px}::backdrop,:host,:root{--headers-h3-regular:var(--typo-m-h3-regular-font-weight,400) var(--typo-m-h3-regular-font-size,20px) /var(--typo-m-h3-regular-line-height,1.2) var(--typo-m-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-m-h3-bold-font-weight,700) var(--typo-m-h3-bold-font-size,20px) /var(--typo-m-h3-bold-line-height,1.2) var(--typo-m-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-m-p1-regular-font-weight,400) var(--typo-m-p1-regular-font-size,16px) /var(--typo-m-p1-regular-line-height,1.3125) var(--typo-m-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-bold-font-weight,700) var(--typo-d-p1-bold-font-size,16px) /var(--typo-d-p1-bold-line-height,1.3125) var(--typo-d-p1-bold-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-m-p2-regular-font-weight,400) var(--typo-m-p2-regular-font-size,14px) /var(--typo-m-p2-regular-line-height,normal) var(--typo-m-p2-regular-font-family,sans-serif)}@media screen and (min-width:64rem){::backdrop,:host,:root{--headers-h3-regular:var(--typo-d-h3-regular-font-weight,400) var(--typo-d-h3-regular-font-size,24px) /var(--typo-d-h3-regular-line-height,1.25) var(--typo-d-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-d-h3-bold-font-weight,700) var(--typo-d-h3-bold-font-size,24px) /var(--typo-d-h3-bold-line-height,1.25) var(--typo-d-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-d-p1-regular-font-weight,400) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-regular-font-weight,700) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-d-p2-regular-font-weight,400) var(--typo-d-p2-regular-font-size,14px) /var(--typo-d-p2-regular-line-height,normal) var(--typo-d-p2-regular-font-family,sans-serif)}}.anchor{border-radius:var(--border-radius-sm);display:block;font-weight:500;text-decoration:none;width:-moz-fit-content;width:fit-content}.anchor--inline{color:var(--action-500);display:inline-block}@media (hover:hover){.anchor--inline:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--inline:active{background-color:var(--action-50);box-shadow:0 0 0 2px var(--action-50);color:var(--action-700)}.anchor--inline:not(:active):focus{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}.anchor--neutral{color:var(--neutral-600)}@media (hover:hover){.anchor--neutral:hover{color:var(--neutral-800);-webkit-text-decoration:underline var(--neutral-800);text-decoration:underline var(--neutral-800)}}.anchor--neutral:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 10px var(--neutral-800);color:var(--neutral-800)}.anchor--neutral:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100);color:var(--neutral-800)}.anchor--neutral:focus:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100),0 0 0 10px var(--neutral-800)}.anchor--primary{color:var(--action-500)}@media (hover:hover){.anchor--neutral:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--primary:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 9.5px var(--action-700);color:var(--action-700)}.anchor--primary:active{background-color:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50);color:var(--action-700)}.anchor--primary:focus:active{background:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50),0 0 0 9.5px var(--action-700)}.anchor--disabled{color:var(--neutral-400);pointer-events:none}.avatar{align-items:center;background-color:var(--neutral-800);display:flex;font-weight:500;justify-content:center}.avatar--small{border-radius:var(--border-radius-sm);font-size:10px;height:24px;width:24px}.avatar--medium{border-radius:var(--border-radius-md);font-size:18px;height:40px;width:40px}.avatar--large{border-radius:var(--border-radius-lg);font-size:42px;height:100px;width:100px}.avatar__initials{color:var(--neutral-50);text-transform:uppercase}.button{background-color:transparent;border:0;border-radius:var(--border-radius-md);cursor:pointer;font:inherit;font-weight:500;letter-spacing:.01em;margin:0;min-height:48px;padding:var(--spacing-3) var(--spacing-6);text-align:center;text-decoration:none;vertical-align:baseline;width:100%}.button--primary{background-color:var(--action-500);color:var(--neutral-50)}@media (hover:hover){.button--primary:hover{background-color:var(--action-600)}}.button--primary:focus{background-color:var(--action-600);box-shadow:inset 0 0 0 3px var(--action-600),inset 0 0 0 5px var(--neutral-50);outline:none}.button--primary:active{background-color:var(--action-700);box-shadow:none}.button--disabled,.button--primary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500)}@media (hover:hover){.button--secondary:hover{background-color:var(--action-50)}}.button--secondary:focus{background-color:var(--action-50);box-shadow:inset 0 0 0 3px var(--action-500);outline:none}.button--secondary:active{background-color:var(--action-100);box-shadow:inset 0 0 0 1px var(--action-600);color:var(--action-600)}.button--secondary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary--filled{background-color:var(--neutral-50)}.button--tertiary{color:var(--action-500);padding:var(--spacing-3) var(--spacing-1)}@media (hover:hover){.button--secondary:hover{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}}.button--tertiary:active,.button--tertiary:focus{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}@media (hover:hover){.button--tertiary:hover{color:var(--action-700)}}.button--tertiary:focus{box-shadow:inset 0 0 0 1.5px var(--action-500);color:var(--action-500);outline:none}.button--tertiary:active{background-color:var(--action-50);color:var(--action-500)}.button--tertiary:disabled,.button--tertiary[aria-disabled=true]{background-color:transparent;box-shadow:none;color:var(--neutral-400);cursor:not-allowed;text-decoration:none}.button--warning{background-color:var(--alert-500);color:var(--neutral-50)}@media (hover:hover){.button--warning:hover{background-color:var(--alert-400)}}.button--warning:focus{box-shadow:inset 0 0 0 3px var(--alert-400),inset 0 0 0 5px var(--neutral-50);outline:none}.button--warning:active{background-color:var(--alert-400);box-shadow:none}@media (hover:hover){.button--warning:focus:not(:hover){background-color:var(--alert-500);box-shadow:inset 0 0 0 3px var(--alert-500),inset 0 0 0 5px var(--neutral-50)}}.button--neutral{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--neutral-200);color:var(--neutral-900)}@media (hover:hover){.button--neutral:hover{background-color:var(--neutral-100)}}.button--neutral:focus{box-shadow:inset 0 0 0 1px var(--action-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 4px var(--action-200);outline:none}.button--neutral:active{box-shadow:inset 0 0 0 1px var(--action-500)}.button--neutral:disabled{opacity:.6}.button--icon--primary,.button--icon--secondary{border-radius:var(--border-radius-sm);color:inherit;display:inline-flex;min-height:unset;padding:0;width:auto}.button--icon--primary{color:var(--action-500)}.button--icon--primary[aria-disabled=true]{color:var(--neutral-400)}@media (hover:hover){.button--icon--primary:hover{color:var(--action-700)}}.button--icon--primary:focus{box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500);outline:none}.button--icon--primary:active{background-color:var(--action-50)}.button--icon--secondary{color:var(--neutral-900)}@media (hover:hover){.button--icon--secondary:hover{color:var(--neutral-800)}}.button--icon--secondary:focus{box-shadow:inset 0 0 0 1px var(--neutral-900);color:var(--neutral-900);outline:none}.button--icon--secondary:active{background-color:var(--neutral-100)}.button--with-icon{align-items:center;display:flex;gap:var(--spacing-2);justify-content:center}.button__icon{display:flex}.button__label{display:inline-block;vertical-align:sub}@media screen and (min-width:64rem){.button{width:auto}}@media (prefers-reduced-motion:no-preference){.button.button--pending{color:transparent;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button.button--pending:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--neutral-50);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.button--secondary.button--pending:after{border-top-color:var(--action-500)}@keyframes button-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.call-to-action{color:var(--neutral-50)}.call-to-action__wrapper{background-color:var(--action-500);display:flex;overflow:hidden;position:relative}.call-to-action__background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1754' height='1795' fill='none' viewBox='0 0 1754 1795'%3E%3Cellipse cx='876.923' cy='937.457' fill='%23009A8E' rx='349' ry='805.5' transform='rotate(63.933 876.923 937.457)'/%3E%3Cpath stroke='%2319B3A8' stroke-width='2' d='M594.304 1027.39C508.86 815.868 467.729 609.786 470.267 447.614c1.269-81.088 13.456-151.147 36.439-205.407 22.982-54.256 56.725-92.647 101.086-110.566s95.302-13.736 149.519 9.336c54.222 23.074 111.649 65.013 168.882 122.47 114.467 114.91 228.007 291.742 313.447 503.268 85.45 211.525 126.58 417.605 124.04 579.775-1.27 81.09-13.45 151.15-36.44 205.41-22.98 54.26-56.72 92.65-101.08 110.57-44.37 17.92-95.31 13.73-149.52-9.34-54.23-23.07-111.653-65.01-168.886-122.47-114.463-114.91-228.006-291.74-313.45-503.27Z'/%3E%3C/svg%3E");background-position:-304px -526px;background-repeat:no-repeat;background-size:cover;content:"";height:1794.11px;position:absolute;width:1753.85px}.call-to-action__content{border-radius:var(--border-radius-md);padding:var(--spacing-8) var(--spacing-4) 64px var(--spacing-4);width:100%;z-index:4}@media screen and (min-width:64rem){.call-to-action{padding:0 var(--spacing-8)}.call-to-action__wrapper{border-radius:var(--border-radius-md)}.call-to-action__background{background-position:-246px -671px}.call-to-action__content{padding:var(--spacing-8) var(--spacing-12)}}.chip-group{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.chip-group,.chip__input-wrapper,.chip__label{position:relative}.chip__label{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-800);cursor:pointer;display:flex;padding:var(--spacing-3) var(--spacing-8);vertical-align:middle}.chip__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;top:0;right:0;bottom:0;left:0;margin:0;padding:0;position:absolute;white-space:nowrap}.chip__input:is(:checked,:focus,:focus-within,:active){outline:none}.chip__input:disabled+.chip__label{background-color:var(--neutral-200)}.chip__input:is(:checked,:active)+.chip__label{background-color:var(--action-500);box-shadow:none;color:var(--neutral-50)}@media (hover:hover){.chip__input:not(:disabled,:focus-within,:active,:checked):hover+.chip__label{background-color:var(--neutral-100)}}.chip__input:checked:focus-visible+.chip__label{border-color:var(--action-500);box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50)}.chip__input:not(:disabled):is(:checked,:active,:focus,:focus-within)+.chip__label{border-color:var(--action-500)}@media (prefers-reduced-motion:no-preference){.chip__label{transition:background-color,color;transition-duration:.15s;transition-timing-function:ease-out}}.input{background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);font-family:inherit;padding:var(--spacing-3) var(--spacing-4);width:100%}.input::-moz-placeholder{color:var(--neutral-400)}.input::placeholder{color:var(--neutral-400)}.input--succes{border:1px solid var(--alert-succes-500)}.input[aria-invalid=true]{border:1px solid var(--alert-500)}.input:disabled{background-color:var(--neutral-100);color:var(--neutral-600);cursor:default}.input:is(:focus,:focus-within,:active){outline:none}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled){border-color:var(--action-300)}.input:hover:not(:disabled),.input__wrapper:hover .input:not(:read-only,:disabled){border-color:var(--action-300)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled){border-color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled){border-color:var(--action-500)}.input--with-prefix{padding-left:calc(var(--spacing-4)*2 + 24px)}.input--with-suffix{padding-right:calc(var(--spacing-4)*2 + 24px)}.input__prefix,.input__suffix{align-items:center;color:var(--neutral-900);display:flex;font-family:inherit;font-size:inherit;height:100%;justify-content:center;pointer-events:none;position:absolute;width:24px}.input__prefix{left:var(--spacing-4)}.input__suffix{right:var(--spacing-4)}input[type=date]::-webkit-calendar-picker-indicator{background:none;height:24px;position:absolute;right:var(--spacing-4);width:24px;z-index:1}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-date-and-time-value{text-align:left}.input__suffix+input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent}.input__wrapper{display:flex;position:relative}.status-chip{background-color:var(--status-chip-background-color);border-radius:var(--border-radius-sm);color:var(--status-chip-color);font:var(--subtext-medium);padding:var(--spacing-1) var(--spacing-2)}.status-chip--success{--status-chip-background-color:var(--success-500);--status-chip-color:var(--neutral-50)}.status-chip--warning{--status-chip-background-color:var(--warning-500);--status-chip-color:var(--neutral-50)}.status-chip--error{--status-chip-background-color:var(--alert-500);--status-chip-color:var(--neutral-50)}.status-chip--disabled{--status-chip-background-color:var(--neutral-400);--status-chip-color:var(--neutral-50)}.switch__label{cursor:pointer}.switch__thumb{--switch-width:51px;background:linear-gradient(to right,var(--action-500) 50%,var(--neutral-200) 50%);background-position:100%;background-size:200%;border-radius:24px;cursor:pointer;height:31px;margin:0;min-width:var(--switch-width);padding:0;position:relative;width:var(--switch-width)}.switch__thumb,button.switch__thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}button.switch__thumb{border:none}.switch__thumb:checked,.switch__thumb[data-state=checked]{background-position:0}.switch__thumb:after{--switch-thumb-width:27px;background-color:var(--neutral-50);border-radius:50%;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f;content:"";height:27px;position:absolute;top:2px;transform:translate(2px);width:var(--switch-thumb-width)}button.switch__thumb:after{transform:translate(calc(3.5px - var(--switch-thumb-width)))}.switch__thumb:checked:after{transform:translate(calc(var(--switch-width) - var(--switch-thumb-width) - 2px))}button.switch__thumb[data-state=checked]:after{transform:translate(-3.5px)}.switch__label--disabled{cursor:default}.switch__thumb:disabled{background:var(--neutral-100);cursor:not-allowed}.switch__thumb:disabled:after{background-color:var(--neutral-50);box-shadow:none}@media (prefers-reduced-motion:no-preference){.switch__thumb{transition-duration:75ms;transition-property:background-position;transition-timing-function:ease-in}.switch__thumb:after{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in-out}}.text-area{border:none;border-radius:var(--border-radius-sm);box-shadow:inset 0 0 0 1px var(--neutral-400);font:var(--body-2-regular);padding:var(--spacing-3)}.text-area[aria-invalid=true]{box-shadow:inset 0 0 0 1px var(--alert-500)}.text-area::-moz-placeholder{color:var(--neutral-400)}.text-area::placeholder{color:var(--neutral-400)}@media (hover:hover){.text-area:hover{box-shadow:inset 0 0 0 1px var(--action-300)}}.text-area:focus{box-shadow:inset 0 0 0 1px var(--action-500);outline:none}.unordered-list--check>li{--mobile-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");--desktop-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");align-items:center;display:flex;gap:var(--spacing-3)}.unordered-list--check>li:before{background-image:var(--mobile-check);background-repeat:no-repeat;content:"";height:24px;width:24px}@media screen and (min-width:64rem){.unordered-list--check>li:before{background-image:var(--desktop-check);height:32px;width:32px}}.card__header__action{align-items:center;display:flex;font:var(--subtext-medium)}@media screen and (min-width:64rem){.card__header__action{font:var(--body-1-medium)}}.card__body{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body{padding:var(--spacing-6)}}@media (prefers-reduced-motion:no-preference){.spinner circle:last-of-type{animation:button-spinner 1s ease infinite;transform-origin:center}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.card__empty-state{--card-empty-state-background-color:var(--neutral-100);--card-empty-state-icon-color:var(--neutral-800);color:var(--neutral-700);padding:var(--spacing-4)}.card__empty-state--error{--card-empty-state-background-color:var(--alert-200);--card-empty-state-icon-color:var(--alert-500)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{align-content:center;background-color:var(--card-empty-state-background-color);border-radius:var(--border-radius-md);display:flex;flex-direction:column;margin:auto;padding:var(--spacing-6);text-align:center}.card__empty-state--standalone .card__empty-state__wrapper{align-items:center;border-radius:0;box-shadow:inset 0 -1px var(--neutral-200);flex-direction:row;gap:var(--spacing-4);padding:var(--spacing-4);text-align:left}.card__empty-state__icon,.card__empty-state__title{color:var(--neutral-800)}.card__empty-state__icon{color:var(--card-empty-state-icon-color);display:flex;justify-content:center;margin-bottom:var(--spacing-3)}.card__empty-state__title{font-weight:800;margin-bottom:var(--spacing-2)}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){margin-bottom:0}@media screen and (min-width:64rem){.card__empty-state{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);padding:var(--spacing-6)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{padding:var(--spacing-8)}.card__empty-state--standalone .card__empty-state__wrapper{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);padding:var(--spacing-6)}.card__empty-state__description,.card__empty-state__title{margin-left:auto;margin-right:auto;max-width:525px}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){max-width:unset}}.card__footer{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__footer{padding:var(--spacing-6)}}.card__header{box-shadow:inset 0 -1px var(--neutral-200);display:flex;justify-content:space-between;padding:var(--spacing-4)}.card__header--sticky{--card-header-sticky-top:0;position:sticky;top:var(--card-header-sticky-top);z-index:1}@media screen and (min-width:64rem){.card__header{padding:var(--spacing-6)}.card__header.card__header--tabs{padding:0}.card__header.card__header--tabs .tabs{background-color:transparent}}.card__body__item{display:flex;flex-direction:column;gap:var(--spacing-6)}.card__body .card__body__item:not(:last-of-type){margin-bottom:16px}.card__body>.card__body__item:only-of-type{padding-bottom:var(--spacing-4)}.card__body__item .list-item.list-item--with-divider{box-shadow:inset 1px 0 0 var(--neutral-200),inset -1px 0 0 var(--neutral-200),inset 0 -1px var(--neutral-200)}.card__body__item:last-of-type .list-item--with-divider{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}@media screen and (min-width:64rem){.card__body .card__body__item{padding:var(--spacing-4) 0}.card__body .card__body__item:not(:last-of-type){box-shadow:inset 0 -1px var(--neutral-200);margin-bottom:0}.card__body .card__body__item:first-of-type{padding-bottom:var(--spacing-8)}.card__body .card__body__item:last-of-type{padding-top:var(--spacing-8)}.card__body .card__body__item:not(:last-of-type,:first-of-type){padding:var(--spacing-8) 0}.card__body .card__body__item:only-of-type{padding:var(--spacing-4) 0}.card__body .card__body__item:only-child{padding:0}.card__body>.card__body__item:only-of-type{padding-top:0}}.card__body__subtitle{background-color:var(--neutral-100);box-shadow:inset -1px 0 var(--neutral-200),inset 1px 0 var(--neutral-200);color:var(--neutral-600);font:var(--subtext-regular);padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body__subtitle{padding:var(--spacing-4) var(--spacing-6)}}.card__header__title{align-items:center;color:var(--neutral-600);display:flex;font:var(--title-3-regular);gap:var(--spacing-2)}.card__header__title__icon{align-items:center;display:inline-flex}@media screen and (min-width:64rem){.card__header__title{font:var(--title-2-regular);gap:var(--spacing-4)}}.card{background-color:var(--neutral-50);box-shadow:inset 0 -1px var(--neutral-200),inset 0 1px var(--neutral-200)}.card--disabled *{color:var(--neutral-500)!important;pointer-events:none}@media screen and (min-width:64rem){.card{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);height:-moz-fit-content;height:fit-content}ul.card .list-item{background-color:transparent}ul.card .list-item>:is(a,button):focus{box-shadow:inset 0 0 0 1px var(--neutral-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200)}ul.card :is(.list-item:first-of-type,.list-item:first-of-type a){border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md)}ul.card :is(.list-item:last-of-type,.list-item:last-of-type a){border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}}.card--image{flex-direction:column;margin:auto;padding:var(--spacing-4);text-align:center}.card--image,.card--image .card__illustration{align-items:center;display:flex}.card--image .card__header__title{color:var(--neutral-900);font:var(--title-2-medium);padding:var(--spacing-2) 0}.card--image .card__body{align-items:center;display:flex;flex-direction:column;font:var(--body-1-regular);margin:0 auto var(--spacing-6);max-width:420px;padding:0;text-align:center}.card--image .card__footer{display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.card--image .card__footer>:not(:first-child){margin-top:var(--spacing-4)}@media screen and (min-width:64rem){.card--image{padding:var(--spacing-6) var(--spacing-8) var(--spacing-11)}.card--image .card__footer{flex-direction:row}.card--image .card__footer>:not(:first-child){margin:0;margin-left:var(--spacing-4)}}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-4)}@media screen and (min-width:64rem){.card-list{padding:0 var(--spacing-8)}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-6)}}.checkbox{--checkbox-width:24px;display:flex;gap:var(--spacing-4);position:relative}@media (hover:hover){:is(.checkbox__input,.checkbox__label):hover{cursor:pointer}}.checkbox--neutral,.checkbox--primary{color:var(--action-500)}.checkbox__content{display:flex;flex-direction:column;font:var(--body-1-regular);gap:var(--spacing-2);justify-content:center}.checkbox__spinner{background:var(--action-500)}.checkbox__check,.checkbox__spinner{border:1px solid var(--neutral-300);border-radius:var(--border-radius-sm);display:inline-block;height:var(--checkbox-width);min-width:var(--checkbox-width);vertical-align:middle;visibility:unset}.checkbox.checkbox--error .checkbox__check{border-color:var(--alert-500)}.checkbox__input{height:var(--checkbox-width);margin:0;opacity:0;position:absolute;width:var(--checkbox-width);z-index:10}.checkbox__input~.checkbox__check path{stroke:var(--neutral-50);stroke-dashoffset:-75}@media (hover:hover){.checkbox__input:hover~.checkbox__check{background-color:var(--action-100);border-color:var(--action-500)}}.checkbox__input:focus-within~.checkbox__check{outline:1px solid var(--action-500);outline-offset:2px}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-500);border-color:var(--action-500)}.checkbox__input:hover:is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-700);border-color:var(--action-700)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check path{stroke-dashoffset:0}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-200);border-color:var(--neutral-200)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true]):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-300);border-color:var(--neutral-300)}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check path{stroke:var(--neutral-600)}.checkbox__label{font:var(--body-1-regular)}.checkbox__hint{font:var(--body-2-regular);text-decoration:none}.checkbox__error{color:var(--alert-500);font:var(--subtext-regular)}.checkbox__input:indeterminate{pointer-events:none}@media (prefers-reduced-motion:no-preference){.checkbox__check{transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.checkbox__check path{transition:stroke-dashoffset .35s ease-out}}.combobox{position:relative}ul[role=listbox].combobox__list--open{display:block}ul[role=listbox]{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);cursor:pointer;display:none;filter:drop-shadow(0 3px 8px rgb(46 59 86/10%));font:var(--body-2-regular);list-style:none;margin-top:var(--spacing-1);max-height:165px;overflow:scroll;overflow-x:hidden;padding:0;position:absolute;width:100%;z-index:1000}ul[role=listbox] li[role=option]{color:var(--neutral-400);padding:var(--spacing-3) var(--spacing-4)}ul[role=listbox] li[role=option]:not(:last-child){border-bottom:1px solid var(--neutral-100)}.combobox__list-item--selected{color:var(--neutral-800);font:var(--body-2-medium)}.combobox__list-item--highlight{background:var(--neutral-100)}.combobox__list-item--loading{color:transparent;height:48px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.combobox__list-item--loading:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--action-500);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.combobox__list-item--empty{color:var(--neutral-800);cursor:default;font:var(--subtext-regular);padding:var(--spacing-4)}.description-list--form dt{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1)}.description-list--form dd{font:var(--body-2-medium)}@media screen and (min-width:64rem){.description-list--form dt{color:var(--neutral-800);font:var(--body-1-regular);margin-bottom:0}.description-list--form dd{font:var(--body-1-medium)}}@media screen and (min-width:64rem){.description-list__content{display:flex;gap:var(--spacing-4)}.description-list__content>*{flex:1}}.description-list__item{align-items:center;display:flex}.description-list__item>*{flex:1}.description-list__prefix{flex:0}.description-list__suffix{color:var(--action-500);flex:0}.dialog[open]::backdrop{background:var(--neutral-600);opacity:.25}body:has(dialog[open]){overflow:hidden}dialog:not([open]){visibility:hidden}dialog:focus{outline:none}.dialog{border:none;border-radius:var(--border-radius-md);box-shadow:0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;display:flex;flex-direction:column;margin-top:var(--spacing-4);max-height:calc(100% - var(--spacing-4)*2);max-width:calc(100% - var(--spacing-4)*2);padding:0;position:fixed;top:0;width:100%;z-index:100}.dialog__header{align-items:center;background:#fff;border-bottom:1px solid var(--neutral-200);border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md);display:flex;gap:var(--spacing-4);justify-content:space-between;position:sticky;top:0;z-index:1000}.dialog__header__icon{display:flex}.dialog__header__title{align-items:center;color:var(--neutral-900);display:flex;font:var(--title-2-medium);gap:var(--spacing-4)}.dialog__header__title:focus{outline:none}.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-4)}.dialog__body{flex-direction:column}.dialog__body,.dialog__footer{display:flex;gap:var(--spacing-4)}.dialog__footer{background:#fff;border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-top:1px solid var(--neutral-200);bottom:0;flex-direction:column-reverse;justify-content:flex-end;position:sticky}@media screen and (min-width:64rem){.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-6)}.dialog__body{gap:var(--spacing-6)}.dialog{margin-top:var(--spacing-8);max-width:600px}.dialog__footer{flex-direction:row}}@media (prefers-reduced-motion:no-preference){.dialog[open].dialog--animated{animation:zoom-in .15s;animation-timing-function:ease-in-out}.dialog:not([open]).dialog--animated{animation:zoom-out .15s;transition:visibility .15s}.dialog[open].dialog--animated::backdrop{animation:fade-in .15s}.dialog:not([open]).dialog--animated::backdrop{animation:fade-out .15s}}@keyframes zoom-in{0%{opacity:0;transform:scaleX(1)}0.0000000001%{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes zoom-out{to{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{0%{opacity:.25}to{opacity:0}}.list-item,.list-item>:is(a,button){align-items:center;display:flex;justify-content:space-between}.list-item{background-color:transparent}.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6) var(--spacing-4)}.list-item>:is(a,button){background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-family:var(--font-xtra);gap:var(--spacing-2);text-align:left;text-decoration:none;width:100%}@media (hover:hover){.list-item>:is(a,button):hover{background-color:var(--neutral-100);border:none}}.list-item>:is(a,button):focus{background-color:var(--neutral-50);box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.list-item>:is(a,button):active{background-color:var(--action-50);color:var(--action-500)}.list-item--with-divider{box-shadow:inset 0 -1px var(--neutral-200)}.list-item--disabled{pointer-events:none}.list-item--destructive{color:var(--alert-500)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):focus,.list-item.list-item--destructive>:is(a,button):focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--alert-200)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):active,.list-item.list-item--destructive>:is(a,button):active{background-color:var(--alert-200);box-shadow:inset 2px 0 var(--action-500)}@media screen and (min-width:64rem){.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6)}.list-item--with-divider:last-of-type{box-shadow:none}}.list-item__content{display:flex;gap:var(--spacing-4)}.list-item__meta{align-items:center;display:flex;font-weight:500;gap:var(--spacing-2)}.list-item__prefix{align-items:center;color:inherit;display:flex}.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__prefix,.list-item.list-item--destructive>:is(a,button):active .list-item__prefix{color:var(--alert-500)}.list-item__subtitle{color:var(--neutral-500);font:var(--subtext-regular)}.list-item--disabled .list-item__subtitle{color:var(--neutral-300)}.list-item__suffix{align-items:center;display:flex}.list-item--with-link .list-item__suffix{color:var(--neutral-600)}.list-item--disabled .list-item__suffix{color:var(--neutral-300)}.list-item--with-link :is(a,button):active .list-item__suffix{color:var(--action-500)}.list-item__text{color:inherit;display:flex;flex-direction:column;justify-content:center}.list-item.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__text,.list-item.list-item.list-item--destructive>:is(a,button):active .list-item__text{color:var(--alert-500)}.list-item__title{font-weight:500}.list-item--disabled .list-item__title{color:var(--neutral-500)}.menu__list{background-color:var(--neutral-50);border-radius:var(--border-radius-md);box-shadow:var(--shadow-modal),inset 0 0 0 1px var(--neutral-100);margin:10px 0;min-width:220px;opacity:0;padding:var(--spacing-2) 0;position:absolute;transform:scale(.8);visibility:hidden;z-index:100000}.menu__list,.menu__list>ul{display:inline-flex;flex-direction:column}.menu__list>ul{gap:var(--spacing-1)}.menu__list--active{opacity:1;transform:scale(1);visibility:visible}.menu__list--top-start{bottom:100%;left:0;transform-origin:bottom left}.menu__list--top-end{bottom:100%;right:0;transform-origin:bottom right}.menu__list--bottom-start{left:0;top:100%;transform-origin:top left}.menu__list--bottom-end{right:0;top:100%;transform-origin:top right}@media (prefers-reduced-motion:no-preference){.menu__list{transition-duration:.15s;transition-property:transform,opacity,rotate,visibility;transition-timing-function:ease-in}}.menu__list-item{display:flex}.menu__list-item>*{align-items:center;background-color:var(--neutral-50);border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:var(--spacing-4);justify-content:flex-start;margin:0 1px;max-width:calc(100% - 2px);padding:var(--spacing-4) var(--spacing-6);text-decoration:none;width:100%}@media (hover:hover){.menu__list-item>:hover{background-color:var(--neutral-100)}}.menu__list-item>:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.menu__list-item>:active{box-shadow:none}.menu__list-item>:active,.menu__list-item>:active:before{background-color:var(--action-100);color:var(--action-500)}.menu__list-item>:active:before{box-shadow:inset 2px 0 0 0 var(--action-500)}.menu__list-item .button{border-radius:0}.menu__list-item .button--with-icon{gap:var(--spacing-4)}.menu__list-item--logout .button{color:var(--alert-500)}.menu__list-item--logout .button:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px #ff5c5c1a}.menu__list-item--logout .button:active{background-color:#ff5c5c1a;box-shadow:none}.menu__trigger[aria-expanded=true]{box-shadow:inset 0 0 0 1px var(--action-500)}.menu__trigger[aria-expanded=true] .button__icon-right{color:var(--action-500);transform:rotate(180deg)}@media (prefers-reduced-motion:no-preference){.menu__trigger .button__icon-right{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in}}.menu{color:var(--neutral-900);font:var(--subtext-medium);position:relative}.section-message{--section-message-color:var(--neutral-50);--section-message-background-color:var(--neutral-800);background-color:var(--section-message-background-color);border-radius:var(--border-radius-md);padding:var(--spacing-3)}.section-message,.section-message__icon{color:var(--section-message-color)}.section-message--info{border-radius:0}.section-message--primary{--section-message-color:var(--action-700);--section-message-background-color:var(--action-50)}.section-message--success{--section-message-color:var(--success-500);--section-message-background-color:var(--success-200)}.section-message--warning{--section-message-color:var(--warning-500);--section-message-background-color:var(--warning-200)}.section-message--error{--section-message-color:var(--alert-500);--section-message-background-color:var(--alert-200)}.section-message--disabled{--section-message-color:var(--neutral-600);--section-message-background-color:var(--neutral-200)}.section-message__icon{align-items:center;align-self:baseline;display:flex;height:24px;justify-content:center;width:24px}.section-message__icon--info{color:var(--neutral-50)}.section-message__icon--primary{color:var(--action-500)}.section-message__description,.section-message__title{align-items:center;display:flex;gap:var(--spacing-2)}.section-message__description{font:var(--subtext-regular)}.section-message__action,.section-message__title+.section-message__description{margin-top:var(--spacing-2)}.section-message__action{padding:var(--spacing-1) 0}.section-message__action :is(a,p,button){color:inherit;font:var(--body-2-medium);min-height:unset;padding:0;text-decoration:none;width:-moz-fit-content;width:fit-content}@media (hover:hover){.section-message__action .anchor:hover{color:var(--section-message-color);text-decoration:underline}}.section-message__action .anchor:active,.section-message__action .anchor:focus{background-color:var(--section-message-background-color);box-shadow:0 0 0 var(--spacing-2) var(--section-message-background-color),0 0 0 10px var(--section-message-color);color:var(--section-message-color)}.section-message--disabled :is(a,p,button){cursor:not-allowed}@media screen and (min-width:64rem){.section-message{border-radius:var(--border-radius-md);padding:var(--spacing-4) var(--spacing-5)}.section-message__description{font:var(--subtext-regular)}.section-message__action :is(a,p,button){font:var(--body-1-medium)}}.phone-number{display:flex;gap:var(--spacing-2)}.phone-number .input__wrapper{flex-grow:1}.phone-number .phone-number__country-code-select{height:100%;width:96px}.select-wrapper{position:relative}.select-wrapper:after{background-color:var(--neutral-900);content:"";height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;pointer-events:none;position:absolute;right:var(--spacing-4);top:50%;transform:translateY(-50%);width:24px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);padding:var(--spacing-3) var(--spacing-4);width:100%}.select--with-placeholder{color:var(--neutral-400)}@media (hover:hover){.select:hover{border-color:var(--action-300)}}.select:focus{border-color:var(--action-500);outline:none}.select-wrapper--focus:after{background-color:var(--action-500)}.segmented-control__list,.segmented-control__panel{display:none}.has-js .segmented-control__list,.has-js .segmented-control__panel{display:block}.has-js .segmented-control [role=tabpanel][data-state=inactive]{display:none}.segmented-control{background-color:var(--neutral-50)}.segmented-control__list__wrapper{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1)}.segmented-control__trigger{background-color:transparent;border:none;border-radius:var(--border-radius-sm);color:var(--neutral-600);cursor:pointer;flex:1;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-overflow:ellipsis;white-space:nowrap}.segmented-control__trigger[data-state=active]{background-color:var(--action-500);color:var(--neutral-50)}.segmented-control__trigger[data-state=active]:focus-visible{box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50);outline:none}@media (hover:hover){.segmented-control__trigger[data-state=inactive]:hover{background-color:var(--neutral-50)}}.segmented-control__trigger[data-state=inactive]:focus{background-color:transparent;box-shadow:inset 0 -2px var(--action-500)}.tabs{display:none}.tabs.segmented-control{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1);width:100%}.tabs.segmented-control .tabs__link{width:100%}.tabs.segmented-control a{border-radius:var(--border-radius-sm);color:var(--neutral-600);display:block;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.tabs.segmented-control a.active{background-color:var(--action-500);color:var(--neutral-50)}@media screen and (min-width:64rem){.tabs,.tabs.segmented-control{background-color:var(--neutral-50);display:flex;font:var(--body-2-medium);gap:var(--spacing-8);padding:var(--spacing-4) var(--spacing-8) 0 var(--spacing-8);position:sticky;top:var(--site-header-height);z-index:15}.tabs.segmented-control .tabs__link{width:auto}.tabs a,.tabs.tabs.segmented-control a{border-radius:0;color:inherit;display:flex;flex-direction:column;font:var(--body-2-regular);padding:var(--spacing-4) 0;position:relative;text-decoration:none}.tabs a.active,.tabs.tabs.segmented-control a.active{background-color:transparent;color:var(--action-500);font:var(--body-2-medium)}.tabs a:before{color:transparent;content:attr(data-text);display:block;font:var(--body-2-medium);height:0;overflow:hidden;visibility:hidden}@media (hover:hover){.tabs a:focus{outline:none}.tabs a:not(.active):hover:after{background-color:var(--neutral-300);bottom:0;content:"";height:2px;position:absolute;width:100%}}.tabs a:not(.active):focus:after{background-color:var(--action-300)}.tabs a.active:after,.tabs a:not(.active):focus:after{bottom:0;content:"";height:2px;position:absolute;width:100%}.tabs a.active:after{background-color:var(--action-500)}}.toast{--slide-in-end:0;--slide-in-start:calc(100% + var(--spacing-8));animation:slide-in 0s,slide-out 0s 5s forwards;bottom:var(--spacing-4);height:auto;left:var(--spacing-4);padding:var(--spacing-4);position:fixed;width:calc(100% - var(--spacing-4)*2)}.toast--error{background:linear-gradient(0deg,#e62d320d,#e62d320d),var(--neutral-50);box-shadow:inset 2px 0 var(--alert-400),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--alert-500)}.toast--info{background-color:var(--neutral-800);box-shadow:inset 2px 0 var(--action-500),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--neutral-50)}.toast__title{align-items:center;display:flex;font:var(--body-2-regular);gap:var(--spacing-2)}.toast__title__icon{display:flex}.toast--info .toast__title__icon{color:var(--action-500)}@media screen and (min-width:64rem){.toast{--slide-in-start:calc(100% + var(--spacing-12));bottom:var(--spacing-10);left:auto;padding:var(--spacing-6);right:var(--spacing-10);width:420px}}@media (prefers-reduced-motion:no-preference){.toast{animation:slide-in .3s ease-out,slide-out .3s ease-in 5s forwards}}@keyframes slide-in{0%{opacity:.8;transform:translate(var(--slide-in-start))}to{opacity:1;transform:translate(var(--slide-in-end))}}@keyframes slide-out{0%{opacity:1;transform:translate(var(--slide-in-end))}to{opacity:.8;transform:translate(var(--slide-in-start))}}.toggle{align-items:center;background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;justify-content:space-around;padding:var(--spacing-2)}.toggle__item{width:100%}.steps{align-items:center;display:flex;flex-wrap:wrap}.steps__link a,.steps__link span{color:var(--neutral-400);text-decoration:none}.steps__link{align-items:center;display:flex}.steps__link .steps__link__character{align-items:center;background-color:var(--neutral-400);border-radius:50%;color:var(--neutral-50);display:flex;font:var(--subtext-medium);height:var(--spacing-6);justify-content:center;margin-right:var(--spacing-2);width:var(--spacing-6)}.steps__link__divider{color:var(--neutral-400);margin:0 var(--spacing-4)}.steps__link:first-of-type .steps__link__divider{display:none}.steps__link.active .steps__link__character{background-color:var(--action-500)}.steps__link.active .steps__link__divider,.steps__link.active a{color:var(--action-500)}@media screen and (min-width:64rem){.steps__link__divider{margin:0 var(--spacing-6)}}.timeline{position:relative}.timeline:after{background-color:var(--action-500);content:"";display:block;margin:0 auto;position:absolute}.timeline--vertical:after{height:100%;inset:0 50% auto;width:1px}.timeline--horizontal{width:100%}.timeline--horizontal:after{height:1px;inset:50% 0 auto;width:100%}.timeline__label{align-items:center;display:flex;font:var(--body-2-medium);height:32px;justify-content:center;width:32px}.timeline__label:before{content:"";display:block;height:32px;width:32px;z-index:10}.timeline__label>:is(svg,span){position:absolute;text-align:center;z-index:20}.timeline--vertical .timeline__label{margin:var(--spacing-4) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-4)}.timeline__label--primary{color:var(--neutral-50)}.timeline__label--primary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%2300AB9E' d='M11.169.05c6.006.709 12.368 2.413 17.924 4.802 1.193.513 2.128 1.28 2.72 2.307s.79 2.22.638 3.51c-.71 6.005-2.414 12.367-4.803 17.923-.513 1.194-1.28 2.13-2.306 2.722s-2.22.789-3.51.637c-6.006-.71-12.368-2.414-17.924-4.803-1.194-.513-2.13-1.28-2.722-2.307s-.789-2.22-.637-3.51c.71-6.006 2.414-12.368 4.804-17.924.513-1.193 1.28-2.128 2.306-2.72s2.22-.79 3.51-.638'/%3E%3C/svg%3E")}.timeline__label--secondary{color:var(--action-500)}.timeline__label--secondary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%23fff' stroke='%2300AB9E' d='M11.11.546c5.958.703 12.274 2.396 17.785 4.765 1.113.479 1.956 1.181 2.486 2.098.529.916.715 1.998.573 3.2-.703 5.959-2.395 12.274-4.765 17.786-.478 1.113-1.18 1.956-2.097 2.486-.917.529-1.999.715-3.201.573-5.959-.703-12.274-2.396-17.786-4.765-1.113-.479-1.956-1.181-2.486-2.098-.529-.916-.715-1.998-.573-3.201C1.75 15.43 3.442 9.116 5.812 3.605c.478-1.113 1.18-1.956 2.097-2.486C8.826.59 9.907.404 11.11.546Z'/%3E%3C/svg%3E")}@media screen and (min-width:64rem){.timeline__label{font:var(--body-1-medium)}.timeline--vertical .timeline__label{margin:var(--spacing-5) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-5)}}.form-group{display:flex;flex-direction:column}.form-group__error,.form-group__hint{font:var(--subtext-regular);margin-top:var(--spacing-1);width:-moz-fit-content;width:fit-content}.form-group__hint{color:var(--neutral-600)}.form-group__error{color:var(--alert-500)}.form-item__label{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1);max-width:100%;overflow:hidden;text-overflow:ellipsis;width:-moz-fit-content;width:fit-content}.radio-group{display:flex;flex-direction:column;gap:var(--spacing-4);position:relative}.radio__input-wrapper{align-items:center;display:flex;gap:var(--spacing-3);position:relative}.radio__label{cursor:pointer;display:flex;flex-direction:column}.radio__input{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--neutral-300);border-radius:50%;color:var(--neutral-300);display:grid;font:inherit;height:var(--spacing-6);margin:0;min-width:var(--spacing-6);place-content:center;position:relative}.radio__input:is(:checked,:focus,:focus-within,:active){outline:none}.radio__input:is(:checked,:active){border:2px solid var(--action-500)}@media (hover:hover){.radio__input:not(:disabled,:focus-within,:active,:checked):hover{background-color:var(--action-50);border:1px solid var(--action-500)}}.radio__input:before{background-color:var(--action-500);border-radius:50%;content:"";display:block;height:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:0}.radio__input:checked:before{height:12px;width:12px}@media (prefers-reduced-motion:no-preference){.radio__input:before{transition-duration:.15s;transition-property:width,height;transition-timing-function:ease-out}}.password+.input__suffix{pointer-events:auto;right:var(--spacing-6)}.password+.input__suffix .button{padding:0}.password+.input__suffix .button:focus-visible{border:1px solid var(--action-500);border-radius:var(--border-radius-sm);color:var(--action-500);outline:none}.password+.input__suffix .button__label{display:flex;width:-moz-fit-content;width:fit-content}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input:hover:not(:disabled)+.input__suffix .button__label,.input__wrapper:hover .input:not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}@media screen and (min-width:64rem){.password+.input__suffix{right:var(--spacing-4)}}`;
|
|
534
|
+
var v0 = ["BE", "FR"], y0 = (e) => !!e && v0.includes(e);
|
|
535
|
+
const x0 = `a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::backdrop,:host,:root{--neutral-50:#fff;--neutral-100:#f3f4fa;--neutral-200:#e2e4ed;--neutral-300:#bbc1d3;--neutral-400:#9faac0;--neutral-500:#818da5;--neutral-600:#63708a;--neutral-700:#48526d;--neutral-800:#2e3b56;--neutral-900:#1b1f27;--action-50:#eff9f9;--action-100:#e5f7f5;--action-200:#cceeec;--action-300:#80d5cf;--action-400:#19b3a8;--action-500:#00ab9e;--action-600:#009a8e;--action-700:#008077;--action-800:#00564f;--action-900:#003c37;--success-200:#f2f9ec;--success-500:#009a3e;--alert-200:#fef4f5;--alert-300:#f29699;--alert-400:#ff5c5c;--alert-500:#e62d32;--alert-600:#cf282d;--warning-200:#fffaf3;--warning-500:#dc8633;--discount-50:#fdf2f4;--neutral-bg:color-mix(in srgb,var(--neutral-50),var(--neutral-100));--action-gradient:linear-gradient( 133.53deg,#159a95 25.57%,#10b8b1 74.29%);--shadow-card:0 3px 8px rgba(46,59,86,.1);--shadow-nav:0 0 12px rgba(46,59,86,.12);--shadow-button:0 8px 8px -5px rgba(1,141,136,.2);--shadow-fab:0 4px 8px -5px rgba(1,141,136,.2);--shadow-modal:0 76px 80px rgb(0 0 0/7%),0 21px 24px rgb(0 0 0/5%),0 8px 10px rgb(0 0 0/4%),0 3px 3px rgb(0 0 0/2%);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-7:28px;--spacing-8:32px;--spacing-9:40px;--spacing-10:48px;--spacing-11:56px;--spacing-12:64px;--font-xtra:"Neue",ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--display-1-medium:500 3rem/1.2 var(--font-xtra);--display-2-medium:500 2.5rem/1.2 var(--font-xtra);--display-3-medium:500 2rem/1.2 var(--font-xtra);--title-1-regular:400 1.5rem/1.3 var(--font-xtra);--title-1-medium:500 1.5rem/1.3 var(--font-xtra);--title-2-regular:400 1.25rem/1.2 var(--font-xtra);--title-2-medium:500 1.25rem/1.2 var(--font-xtra);--title-3-regular:400 1.125rem/1.2 var(--font-xtra);--title-3-medium:500 1.125rem/1.2 var(--font-xtra);--body-1-regular:400 1.125rem/1.5 var(--font-xtra);--body-1-medium:500 1.125rem/1.5 var(--font-xtra);--body-2-regular:400 1rem/1.3 var(--font-xtra);--body-2-medium:500 1rem/1.3 var(--font-xtra);--subtext-regular:400 .875rem/1.5 var(--font-xtra);--subtext-medium:500 .875rem/1.5 var(--font-xtra);--label-regular:400 .6875rem/1.5 var(--font-xtra);--label-medium:500 .6875rem/1.5 var(--font-xtra);color:var(--neutral-800);font:var(--body-2-regular);letter-spacing:.01em}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}:host *,:root *{box-sizing:border-box}@media screen and (min-width:64rem){:host,:root{font:var(--body-1-regular)}}::backdrop,:host,:root{--bioplanet-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233255A4' d='M31.8 16.362c-.02-.54.18-4.81.18-7.46 0-1.57-.01-4.96-.03-5.8-.07-3.09-3.02-2.96-5.15-2.96-1.85 0-4.84.01-7.1.01v.01c-3.06 0-10.52-.01-10.77-.03-9.43-.55-9.16.33-8.7 7.1.38 5.53-.16 11.36-.16 16.9 0 2.36-.77 7.44 2.78 7.57 2.28.08 13.22.16 14.14.25.12.01.23.02.35.02 2.67.08 4.8.02 11.8-.31.25-.01.5-.04.75-.08 2.09-.4 2.4-1.78 1.91-15.22'/%3E%3Cpath fill='%23fff' d='M16.76 22.642c.66-.11 1.16-.06 2.15-.55s1.38-.22 1.65-1.04c.28-.82.22 0 .83-.77s.39-.38.44-.71.22-.55.33-1.04.44-.33.5-.99.17-.22.11-.77c-.05-.55-.22-.93-.27-1.53s.33-1.04-.11-1.7-.5-1.04-1.27-1.86.27-.6-1.05-1.15-1.54-.82-2.2-.93-.72-.44-1.49-.33-.94-.16-1.71.05c-.77.22-.72.44-1.27.6-.55.17-.28-.16-1.38.49-1.1.66-.83.77-1.1 1.04-.28.27-.72.38-.77.77-.06.38-.17.49-.28 1.04s-.55 0-.55.77.05.66 0 .93c-.06.27-.5.55-.39.82s-.05.33.11.99.33.71.44 1.32c.11.6.11.66.28.99.16.33.83.88 1.1 1.37s.44.6 1.05 1.04.66.49 1.38.71.61.49 1.21.49c.61 0 .5-.28 1.16-.06.66.23.44.12 1.1.01'/%3E%3Cpath fill='%23006EB6' fill-rule='evenodd' d='M16.81 9.782c.33.03 1.57.25 2.45.88s1.63 1.4 1.93 1.97c.3.58.44.79.44.79s.08.38-.11.3-.22.16 0 .16.25-.14.25-.14.39.77.41 1.62c.03.85.06 1.01-.08 1.78s.08.08-.19.17c-.28.08.11.25-.44.36s-1.07.14-1.07.14.16-.14.44-.06.36.06.58.03.5-.36.55-.25c.06.11.03.16.03.16s-.08.55-.44 1.12c-.36.58-.47.85-1.1 1.54-.63.68-1.52 1.15-1.93 1.37s-.66.3-.66.3.03.06.03-.22-.19-.49-.19-.49.14.3.08.49-.14.25-.14.25-.25.14-.94.22-1.71.05-2.56-.22-1.74-.58-2.54-1.37c-.8-.8-1.35-1.48-1.68-2.33s-.33-1.1-.33-1.1l-.03-.22s-.19-1.07 0-2.08c.19-1.02.33-1.78 1.38-2.93s1.3-1.29 2.12-1.7c.83-.41 1.13-.49 2.07-.6.93-.1 1.34.04 1.67.06' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M22.2 15.132c-.02-.41-.12-.61-.19-.74a.7.7 0 0 1-.06-.14c-.01-.04-.01-.1-.02-.15-.02-.2-.03-.3-.11-.31-.03-.01-.07 0-.1.06-.01.01-.01.02-.02.03-.02-.02-.04-.07-.09-.21-.03-.08-.01-.11.02-.16.05-.09.08-.18-.06-.35-.08-.1-.16-.14-.25-.14-.18.01-.33.21-.51.5-.01.02-.03.05-.05.07v-.02c-.03-.16-.03-.53-.03-.54l-.01-.03c-.07-.15-.33-.62-.53-.62-.04 0-.1.02-.14.1 0 .01-.24.54-.43.99 0-.02-.01-.03-.02-.05s-.01-.04-.02-.06c-.04-.25-.1-.58-.03-.68.02-.03.03-.05.04-.07a1 1 0 0 1 .1-.08c.08-.06.15-.12.19-.19.02-.03.02-.06.01-.09-.03-.08-.16-.11-.34-.17-.18-.05-.39-.11-.51-.21l-.02-.02c.06-.03.26-.04.4-.04.17-.01.34-.02.47-.05.15-.03.25-.03.31-.02.04 0 .09.01.11-.03s0-.08-.05-.15c-.11-.16-.41-.42-.87-.78-.4-.32-1.02-.56-1.51-.75l-.07-.03c-.34-.13-.72-.16-1-.18-.13-.01-.24-.02-.3-.04-.09-.02-.13-.04-.18-.01-.04.03-.04.07-.05.13 0 .04-.01.1-.02.18-.03.13-.03.13-.12.14-.06.01-.14.02-.25.06-.08.03-.12.06-.14.1s0 .08.01.1c0 .01 0 .01.01.01-.01.01-.05.05-.31.12-.47.12-.49.1-.58.04-.03-.02-.08-.06-.15-.09-.22-.11-.28-.08-.39.04-.03.03-.07.08-.13.13-.02.02-.08.07-.07.14.02.07.11.09.25.12.14.02.33.06.42.16.06.07.07.11.07.12 0 .02-.03.04-.06.07-.04.03-.1.08-.11.14-.01.03-.01.06-.01.09 0 .08-.01.14-.26.28-.31.16-.33.16-.42.14l-.04-.01c-.19-.04-.43.03-.51.26-.03.08-.08.14-.13.2-.09.11-.17.23-.15.4.01.06.03.09.06.1.07.05.17.03.28.01.08-.02.19-.04.22 0 .01.01.03.04 0 .15-.04.19-.05.27 0 .31.04.04.1.03.16.01.08-.02.18-.05.33 0 .19.07.29.07.34.01.04-.05.02-.12-.02-.16 0 0-.06-.1.03-.35.04-.1.04-.14.04-.18.01-.02.07-.08.17-.2.06-.06.12-.14.22-.23.21-.23.32-.28.37-.27.05 0 .08.05.12.12.05.07.1.15.19.17.14.03.22.08.32.14.04.03.09.05.14.08.05.02.08.05.09.1.02.07 0 .2-.17.47-.11.16-.13.25-.1.32.03.06.1.07.17.08.04 0 .09.01.13.03.1.05.17.03.23 0 .06-.02.13-.05.29-.02.11.02.19.03.23-.03.03-.05 0-.1-.04-.17a.9.9 0 0 1-.12-.27c-.05-.18-.04-.18.05-.23.05-.03.11-.07.19-.14l.08-.08.01.01c.05.04.14.12.36.19.03.01.1.03.15.05-.07.06-.19.17-.24.4-.08.31-.02.39.05.45.02.02.03.02.03.05 0 .21.37.27 1.24.34.08.01.15.01.21.01.16 0 .24-.03.27-.08.05-.08-.01-.16-.08-.27-.04-.06-.09-.13-.12-.21-.1-.23-.22-.3-.34-.38a.9.9 0 0 1-.19-.14.5.5 0 0 0-.16-.11l.05-.05c.01-.01.02-.02.06-.02.24.01.85.58 1.03.83.01.01.02.03.03.04-.07.2-.13.35-.13.41 0 .19-.09.72-.25.86-.12.1-.27.21-.4.2-.07-.01-.13-.05-.19-.13-.24-.33-1.19-.53-1.35-.43-.12.05-.93-.27-.98-.38 0-.02.01-.05.01-.08.01-.06.03-.13-.01-.2-.04-.06-.11-.09-.25-.12-.13-.02-.15-.06-.17-.09a.1.1 0 0 0-.07-.06c-.05-.01-.1.01-.2.07-.04.02-.07.05-.1.06a.6.6 0 0 0-.14-.12c-.23-.14-.29-.17-.4-.05l-.03.03c-.07.07-.04.15-.01.2.01.02.02.05.02.06s-.03.04-.17.08c-.25.07-.28.16-.29.26-.01.05-.01.07-.09.09-.22.07-.36-.24-.37-.24l-.01-.03-.03-.01c-.03-.01-.26-.07-.4.02-.06.04-.09.1-.1.17-.01.12-.17.2-.31.28-.09.05-.18.1-.23.16-.01.02-.07-.01-.14-.06s-.15-.09-.22-.07c-.04.01-.07.04-.09.1-.01 0-.05-.02-.08-.03-.07-.04-.15-.08-.24-.05-.06.02-.11.09-.15.19-.14.4.19 1.34.37 1.54.08.09.19.08.28.07.16-.02.31-.03.45.35.16.43.38.65.56.83.09.1.17.18.22.27.07.14.16.18.23.22.08.04.15.07.17.26l.01.08c.04.3.05.34-.17.7-.11.19-.2.25-.28.31-.09.07-.17.12-.22.31-.03.1-.04.18-.05.25a.63.63 0 0 1-.16.38c-.07.09-.08.15-.07.19-.04.02-.12.05-.23.09-.24.09-.42.1-.53.1-.08 0-.14 0-.16.06-.03.05.01.1.03.13.1.15.51.38.73.38.1 0 .15-.04.17-.08.04-.05.05-.09.05-.12.01-.04.01-.06.45-.27.08-.04.15-.08.22-.12 0 .01 0 .02.01.03a.5.5 0 0 1-.01.24c-.06.18-.17.17-.31.13l-.03-.01c-.08-.02-.1.04-.1.05-.03.13.51.34.56.35.03.01.07.02.1.02q.045 0 .09-.03c.06-.04.06-.12.06-.18 0-.05 0-.1.03-.13.08-.08.36-.17.48-.21.01-.01.33-.19.39-.62.02-.12.01-.19-.04-.23-.06-.03-.12.02-.2.08-.08.07-.19.15-.28.15-.12 0-.18 0-.21.04-.03.03-.02.06-.02.09 0 .02 0 .05-.02.1-.04.08-.1.08-.25.04-.03-.01-.06-.01-.1-.02.15-.11.28-.23.41-.34.24-.22.47-.42.73-.49.13-.04.24-.05.33-.06.31-.03.47-.07.7-.61.1-.24.16-.55.22-.84.11-.59.22-1.15.63-1.15.43 0 .5-.02.51-.25 0-.09 0-.22.08-.42.12-.31.05-.48.01-.58a.2.2 0 0 1-.02-.06s.02-.02.13-.06c.21-.07.29-.12.34-.16.03-.02.03-.02.09-.01.08.03.14.02.2.02.07 0 .12 0 .2.05.13.08.42.15.57.18-.02.1.05.26.19.48.08.12.18.21.28.28v.01c-.04.04-.17.23-.11.41.03.09.09.12.12.14.04.02.06.03.04.19-.02.09-.04.18-.05.25-.04.18-.07.28-.01.34.02.02.05.04.12.03l.01.01.01.01c0 .04.01.05.04.06.06.02.09-.02.13-.1q.03-.03.06-.09c.02-.03.03-.07.03-.1.05-.1.1-.17.18-.23.59-.06.7-.07.73-.25.45-.14.63-.3.79-.44l.04-.03c.21-.18.27-.41.27-.43 0-.03.02-.69 0-1.26M11.88 11.562c.01-.02.12-.07.19-.11.15-.08.23-.16.23-.26 0-.17-.23-.28-.25-.29l-.03-.01-.03.01c-.03.02-.85.45-1.23 1.01-.37.52-1.13 1.9-1.28 2.57-.16.75-.12 1.64-.03 1.98.03.13.04.32.05.45.01.17.01.21.08.22h.01c.06 0 .07-.06.1-.21.05-.25.14-.36.21-.38.05-.01.09.02.13.06.23.27.38.42.49.36.09-.05.09-.2 0-.53-.13-.46-.37-.44-.48-.43h-.02c.02-.09.15-.38.22-.54.16-.34.28-.59.37-.79.25-.51.3-.63.24-.85-.08-.25-.1-.81.12-1 .12-.11.16-.31.18-.49.02-.11.04-.26.09-.28.01 0 .03-.01.09.03.13.09.2.21.25.29.04.08.08.14.14.13.07-.01.1-.09.18-.38.08-.32.04-.46.01-.54-.02 0-.02-.02-.03-.02'/%3E%3Cpath fill='%23fff' d='M12.33 17.202c-.06-.02-.07 0-.15.18-.06.13-.1.17-.12.19-.05.05-.04.09-.01.14.01.02.04.06.07.13.11.25-.01.36-.01.36l.07.11c.01 0 .24-.11.18-.53-.03-.18 0-.36.01-.45.01-.06.02-.11-.04-.13'/%3E%3Cpath fill='%23CBD336' d='M12.04 11.402c.44-.22-.03-.44-.03-.44s-.83.44-1.21.99c-.39.55-1.13 1.91-1.27 2.55-.17.77-.11 1.64-.03 1.95.08.3.03.91.11.47s.3-.52.44-.36.58.82.33-.06-.77 0-.22-1.21.69-1.18.61-1.45-.22-.8.03-1.01c.25-.22.19-1.04.55-.8.36.25.3.74.47.08.17-.65-.22-.49.22-.71M22.13 15.132c-.03-.58-.22-.71-.25-.88-.03-.16-.03-.52-.11-.38s-.14.06-.22-.19.19-.22-.03-.49-.44 0-.66.36-.14.19-.17.03c-.03-.17-.03-.55-.03-.55s-.41-.82-.55-.52-.63 1.42-.63 1.59c0 .16-.08.74-.28.9-.19.16-.47.36-.69.05-.22-.3-1.13-.49-1.27-.41s-1.08-.3-1.08-.44.14-.27-.19-.33c-.33-.05-.11-.25-.39-.08-.28.16-.03.11-.3-.06-.28-.16-.25-.14-.36-.03s.22.25-.19.36-.11.27-.39.36c-.28.08-.44-.27-.44-.27s-.39-.11-.41.14c-.03.25-.44.33-.55.47s-.36-.25-.44-.06-.33-.27-.47.11.19 1.29.36 1.48c.16.19.5-.22.74.44.25.66.63.82.77 1.1s.36.11.41.49c.06.38.08.41-.17.82s-.41.27-.5.6-.03.41-.22.66.17.11-.33.3-.74.03-.63.19c.11.17.69.47.8.3.11-.16 0-.36.63-.66s.88-.68 1.41-.82c.52-.14.61-.03.91-.74s.3-1.92.99-1.92.17-.03.39-.6c.22-.58-.11-.63.3-.77s.3-.22.47-.16c.16.05.25-.03.41.08.17.11.64.19.64.19s-.02-.05.12.15c-.02.02-.01.06.05.13.33.44.25.58.25.58s-.17.19-.11.36c.06.16.22.03.16.36-.05.33-.16.58-.03.55.09-.02.09.07.12.05.01.03.02.03.06-.06.02-.02.04-.05.06-.1.02-.03.03-.06.02-.09.04-.09.08-.18.13-.25.03 0 .06-.01.1-.01.8-.08.66-.08.72-.36v-.03c.47-.12.66-.18.82-.33.19-.16.25-.38.25-.38s.03-.65 0-1.23m-2.04 2.53c-.08-.11-.29-.13.06-.18z'/%3E%3Cpath fill='%23CBD336' d='M12.24 17.412c-.17.36-.19.11-.06.41.14.3-.03.44-.03.44s.22-.06.17-.44c-.06-.39.08-.77-.08-.41M14.8 20.422c-.28 0-.11.03-.19.19s-.14.27-.3.25c-.17-.03-.11-.14-.19.14s-.3.19-.41.16.22.19.5.28c.27.08.11-.19.22-.3s.5-.22.5-.22.3-.16.36-.57c.03-.42-.21.07-.49.07M13.83 13.072c-.11.49.05.11.44.25s.25-.06.25-.06-.08-.11.03-.41-.14 0 .44-.63.52-.06.74 0 .3.14.47.22.19.27-.05.66c-.25.38 0 .25.16.33.17.08.17-.08.5-.03.33.06.08-.06 0-.38-.08-.33.03-.22.25-.44s.05-.03.52.11.06.06-.06.52c-.11.47.08.33.08.49s.47.22 1.19.27.19-.19.06-.52c-.14-.33-.17-.25-.36-.44s-.3-.03-.11-.25.99.55 1.18.82-.3-.8-.17-.99c.14-.19.25-.08.33-.22s-.47-.27-.72-.49.52-.14.88-.22.44.05.33-.11-.44-.44-.86-.77c-.41-.33-1.07-.58-1.57-.77s-1.1-.16-1.3-.22c-.19-.05-.11-.03-.17.25s-.11.14-.41.25.22.16-.44.33c-.66.16-.5.08-.77-.06-.28-.14-.22-.03-.44.16s.39.08.61.33-.06.25-.08.38c-.03.14.06.22-.3.41s-.36.16-.5.14c-.14-.03-.36 0-.44.22s-.3.33-.28.58c.05.27.68-.2.57.29'/%3E%3Cpath fill='%23fff' d='M29.65 18.252c-.48-.68-1.25-1.15-1.76-1.45-.14-.08-.25-.15-.34-.22-.44-.3-5.04-2.24-5.24-2.33l-.08-.03-.05.8.04.02c.04.02 3.85 1.64 4.95 2.29 1.09.64 1.45 1.63 1.45 1.9 0 .26-.04.46-.25.86-.18.35-1.5.73-2.72.92-1.15.18-4.32 0-5.04-.06-.81-.06-4.57-.72-5.29-.89-.67-.16-3.93-1.12-5.2-1.55-1.2-.4-2.95-1.26-4.49-2.03-1.35-.67-2.29-1.82-2.56-2.38-.26-.53-.3-.76.73-1.57 1.02-.81 6.4-.34 6.45-.34h.03l.66-.66-.14-.01c-.03 0-3.5-.3-4.76-.25-1.2.05-2.77.42-3.49.83-.74.41-.85 1.18-.72 1.73.15.62 1.59 1.94 2.14 2.31.61.41 2.52 1.46 3.51 1.9 1 .45 2.77 1.06 4.01 1.48.95.32 2.66.76 3.58 1 .27.07.48.12.6.16.5.14 3.55.64 4.28.75.56.09 2.87.32 4.62.34h.14c1.65 0 3.5-.38 4.18-.65.71-.28 1.24-.77 1.34-1.24.1-.5.04-.77-.58-1.63'/%3E%3Cpath fill='%23CBD336' d='m10.76 11.422-.56.45s-4.75-.44-6.06.26c-1.18.62-1.25 1.51-.98 2.07s.98 1.48 2.34 2.16 3.25 1.61 4.5 2.03 4.51 1.39 5.21 1.55 4.49.83 5.3.89c.82.06 3.91.24 5.06.06s2.56-.56 2.76-.95c.2-.4.25-.61.25-.89s-.36-1.3-1.48-1.95-4.62-2.37-4.62-2.37l.04-.66s4.45 2.1 4.89 2.4 1.49.81 2.09 1.65c.6.85.66 1.11.56 1.57s-.65.93-1.3 1.2c-.66.26-2.47.45-4.2.43s-4.18-.27-4.75-.36-3.67-.49-4.17-.63c-.51-.14-3.02-.64-4.24-1.05s-3.01-1.03-4.01-1.47c-1-.45-2.9-1.49-3.5-1.89-.59-.4-1.98-1.7-2.11-2.27-.14-.57.02-1.28.69-1.65s2.19-.76 3.47-.82c1.27-.08 4.82.24 4.82.24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32.003v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--collectgo-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230587C7' d='M32 16c0 8.84-7.16 16-16 16S0 24.84 0 16 7.16 0 16 0s16 7.16 16 16'/%3E%3Cpath fill='%23fff' d='m6.04 14.26.85 8.33c.09 1.09 1 1.95 2.12 1.95h13.81c1.12 0 2.03-.86 2.12-1.95l.85-8.33zm5.48 3.73c-.01-1-.01-.22 0-1.23 0-.58.34-.94.84-.94.48.01.8.37.81.92.01.51.01.77 0 1.27-.01.57-.32.91-.81.91-.52 0-.84-.35-.84-.93m9.44 2.57c-.86 1.55-2.33 2.6-4.03 2.89s-3.43-.24-4.74-1.42a.76.76 0 0 1-.05-1.08c.28-.31.77-.34 1.08-.05.97.88 2.23 1.26 3.47 1.05s2.31-.98 2.94-2.12a.76.76 0 0 1 1.04-.3c.36.2.49.66.29 1.03m.91-2.68a.611.611 0 0 1-.83-.19c-.16-.26-.43-.38-.78-.38h-.02c-.35 0-.61.13-.77.39-.18.28-.55.36-.83.18a.606.606 0 0 1-.17-.83c.38-.6 1.01-.93 1.76-.93.78 0 1.43.33 1.82.94.18.27.1.64-.18.82M25.65 11.05h-7.78l2.87-4.35c.14-.2.2-.44.2-.67s-.07-.45-.2-.64c-.08-.13-.2-.24-.33-.33-.09-.06-.18-.1-.28-.13a.16.16 0 0 0-.08-.03c-.09-.02-.18-.04-.27-.04h-.03a1.15 1.15 0 0 0-.51.12.3.3 0 0 0-.08.04c-.06.03-.11.07-.16.11-.02.02-.04.03-.06.05a1 1 0 0 0-.18.21l-1.15 1.75-2.58 3.91h-8.7c-.84 0-1.39.49-1.39 1.21 0 .64.47 1.14 1.11 1.18.16.01 19.7.01 19.86 0 .64-.04 1.11-.53 1.11-1.18.02-.72-.53-1.21-1.37-1.21M16 12.8c-.35 0-.63-.28-.63-.63s.28-.63.63-.63.63.28.63.63-.28.63-.63.63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--colruyt-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23F5782D' d='M10.18 5.09H32L21.82 26.91H0z'/%3E%3C/svg%3E");--colruytacademy-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23EAAA00' d='M20.89 12.155c-2.04 0-3.65 1.62-3.69 3.69v.14c0 3.72-3.03 6.75-6.75 6.75s-6.76-3.02-6.76-6.74 3.03-6.75 6.75-6.75c1.02 0 1.85-.83 1.85-1.85s-.83-1.85-1.85-1.85C4.69 5.545 0 10.235 0 15.995s4.69 10.45 10.45 10.45 10.44-4.69 10.44-10.45z'/%3E%3Cpath fill='%23009891' d='M11.11 19.835c2.04 0 3.65-1.62 3.69-3.69v-.14c0-3.72 3.03-6.75 6.75-6.75s6.75 3.03 6.75 6.75-3.03 6.75-6.75 6.75c-1.02 0-1.85.83-1.85 1.85s.83 1.85 1.85 1.85c2.57 0 4.93-.94 6.76-2.49.04.99.85 1.78 1.84 1.78 1.02 0 1.85-.83 1.85-1.85V8.115c0-1.02-.83-1.85-1.85-1.85-.99 0-1.8.78-1.84 1.77a10.4 10.4 0 0 0-6.76-2.49c-5.76 0-10.45 4.69-10.45 10.45v3.84z'/%3E%3C/svg%3E");--colruytgroup-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234D4F53' d='M21.05 16a5.05 5.05 0 0 1-5.06 5.05c-2.79 0-5.05-2.26-5.05-5.05s2.26-5.05 5.05-5.05c.61 0 1.19.11 1.73.3l4.63-9.93C20.4.48 18.25 0 15.99 0 7.16 0 0 7.16 0 16c0 8.83 7.16 16 15.99 16C24.83 32 32 24.83 32 16c0-1.22-.15-2.41-.41-3.56H19.58c.91.91 1.47 2.17 1.47 3.56'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dats24-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M32 0H0v32h32z'/%3E%3Cpath fill='%2300B2E3' d='M31 14H1v17h30z'/%3E%3Cpath fill='%23fff' d='M14.86 29h-8.3v-2.68l4.67-5.08c.24-.26.41-.49.51-.68q.15-.285.15-.69 0-.555-.3-.87c-.2-.21-.49-.32-.86-.32-.33 0-.61.09-.85.28s-.35.51-.35.97H6.56c0-.81.19-1.51.56-2.1s.87-1.05 1.5-1.36S9.95 16 10.73 16c.8 0 1.51.16 2.14.47.62.31 1.11.77 1.46 1.36s.53 1.28.53 2.06c0 .63-.12 1.16-.36 1.6-.24.43-.65.96-1.24 1.57l-3.08 3.26h4.68zM25.44 27.29h-.96V29h-2.82v-1.71h-5.35v-2.82l4.28-8.36h3.26l-4.27 8.36h2.08v-1.71h2.82v1.71h.96z'/%3E%3Cpath fill='%2393D500' d='M31 1H1v12h30z'/%3E%3Cpath fill='%23fff' d='M8.72 7v.68c0 .4-.02.75-.05 1.03-.04.28-.12.57-.24.84s-.32.54-.57.8c-.55.55-1.3.82-2.25.82H2.5V2.82h3.1c.95 0 1.7.27 2.25.82.26.26.45.52.57.8q.195.42.24.84c.04.28.05.63.05 1.04V7zM6.67 7c0-.69-.01-1.14-.04-1.36s-.09-.39-.18-.52c-.21-.31-.54-.47-.99-.47h-.91v4.7h.91c.45 0 .78-.16.99-.47.06-.1.11-.2.14-.3.02-.1.05-.26.06-.5.01-.23.02-.59.02-1.08M17.04 11.18h-2.15l-.39-1.24h-2.57l-.41 1.24H9.37l3.04-8.36H14zm-3.08-2.96-.71-2.23-.75 2.23zM22.79 4.65h-2.06v6.53h-2.05V4.65h-2.06V2.82h6.17zM29.5 8.62c0 .55-.15 1.02-.43 1.42q-.435.6-1.17.9c-.49.2-1.03.31-1.63.31-.69 0-1.29-.08-1.81-.25a3.26 3.26 0 0 1-1.36-.85l1.32-1.32q.315.315.81.45c.34.09.69.14 1.05.14q1.2 0 1.2-.75c0-.21-.06-.38-.17-.49s-.3-.19-.55-.22l-1.01-.14c-.74-.1-1.3-.35-1.68-.74q-.57-.585-.57-1.68c0-.51.12-.96.37-1.36s.6-.71 1.06-.94 1-.34 1.62-.34c.61 0 1.15.08 1.61.24s.86.41 1.21.76l-1.29 1.29c-.21-.21-.44-.35-.69-.41q-.375-.09-.9-.09-.495 0-.75.24c-.17.16-.26.34-.26.54 0 .15.06.28.17.39.13.13.32.21.57.25l1.01.14c.74.11 1.28.34 1.65.69.22.21.37.47.47.77.1.28.15.64.15 1.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreambaby-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238EC152' d='M4.737 13.975c-.48.93-1.07.76-1.62.57 0 0 .44-.83 1.62-.57M13.277 8.275c.86.6.61 1.17.34 1.68 0 0-.75-.55-.34-1.68M9.527 17.795c-.88.57-1.31.13-1.68-.31-.01 0 .78-.5 1.68.31M16.487 2.955c-.48.93-1.07.76-1.62.57 0 0 .44-.82 1.62-.57M23.027 4.145c-.37-1.08.21-1.42.78-1.7-.01 0 .31.96-.78 1.7M24.727 18.425c-2.56-.64-3.23.76-3.77 2.11 0 .01 2.28.55 3.77-2.11'/%3E%3Cpath fill='%23F39FAF' d='M21.307 16.955c.01.03.03.06.04.09.15-.23.3-.28.4-.27.17.01.22.25.13.52 0 0 .3.09.36.3.02.06-.03.31-.39.3-.04 0-.08 0-.13-.01.14.26.1.42.04.51-.1.14-.33.06-.51-.16 0 0-.23.2-.44.15-.06-.02-.25-.19-.05-.49.02-.04.05-.07.08-.11-.3-.01-.43-.13-.47-.23-.07-.16.12-.31.4-.36 0 0-.06-.31.1-.46.04-.03.28-.1.44.22M7.847 5.345c.09.14.11.29-.1.41 0 0 .29.01.3.26s-.07.29-.3.3c0 0 .33.14.05.38s-.36.07-.39.05c0 0 .08.25-.21.3-.28.05-.34-.12-.33-.2 0 0-.19.34-.41.17s-.07-.36-.07-.36-.25.22-.41-.01c-.16-.24.14-.42.14-.42s-.33.06-.33-.24.3-.28.3-.28-.3-.19-.06-.44c.24-.24.39-.01.39-.01s-.13-.22.2-.36.35.23.35.23.11-.3.38-.19c.27.1.11.42.11.42s.26-.2.39-.01M28.347 12.095c.1.16.12.33-.11.47 0 0 .33.01.34.29s-.08.33-.34.34c0 0 .37.15.05.43-.31.27-.4.08-.44.05 0 0 .08.28-.24.34s-.38-.13-.38-.22c0 0-.21.39-.46.19-.25-.19-.09-.41-.09-.41s-.28.25-.46-.01c-.18-.27.15-.47.15-.47s-.37.07-.37-.28c0-.34.34-.31.34-.31s-.34-.22-.07-.49c.28-.28.44-.01.44-.01s-.15-.25.22-.4.4.25.4.25.13-.33.43-.22c.31.11.12.47.12.47s.32-.23.47-.01M11.977 2.015c.5-1.23 1.39-1.91 2.03-1.45s1.24 1.77-.41 5.18c0 0-1.96-.47-3.28-1.52s-.74-2.08-.5-2.23c.83-.53 2.16.02 2.16.02'/%3E%3Cpath fill='%23E8E349' d='M11.437 14.785c.11.17.13.36-.12.5 0 0 .35.01.36.31.01.31-.09.36-.36.36 0 0 .4.16.06.46s-.43.09-.47.05c0 0 .09.3-.25.36s-.41-.15-.41-.24c0 0-.23.41-.5.21s-.09-.44-.09-.44-.3.27-.49-.01c-.2-.29.16-.51.16-.51s-.4.07-.4-.3.37-.34.37-.34-.37-.23-.07-.53.47-.01.47-.01-.16-.27.23-.43c.4-.16.43.27.43.27s.14-.36.46-.24c.33.12.13.51.13.51s.33-.21.49.02M15.287 4.405c.95 1.94-.05 2.71-1.04 3.37 0 0-.83-1.73 1.04-3.37M12.127 19.355c-.87-.58-1.31-.15-1.69.29 0 0 .78.51 1.69-.29M29.127 9.245c-1.09 2.11-2.42 1.73-3.66 1.29 0 0 .98-1.87 3.66-1.29M23.227 15.695c.25-.59.68-.91.99-.68s.59.86-.24 2.49c0 0-.94-.24-1.57-.76s-.34-1.01-.23-1.08c.41-.25 1.05.03 1.05.03M21.107 1.215c-.48-.86-1.2-1.29-1.64-.89-.43.4-.76 1.42.78 3.8 0 0 1.41-.53 2.29-1.43s.36-1.61.16-1.7c-.66-.32-1.59.22-1.59.22'/%3E%3Cpath fill='%2365C4DB' d='m21.177 5.045.31-.64c.16-.3.64-.39.86-.17.29.29 1.98 3.5 3.67 4.51l-1 .59-1.08-1.92s-1.78.44-2.11-.25c-.34-.7.29-1.95.29-1.95s-.12 0-.26-.04zM17.627-.005c-.48 0-.8.4-.97.86-.21-.43-.56-.78-1.02-.74-.55.04-.49.76-.46 1.02s.42.58.79.56c0 0-.34.19-.25.49s.42.41.63.34c.1-.03.26-.15.38-.34l.04-.08c-.01.03-.03.05-.04.08.12.16.28.26.38.28.21.05.53-.09.6-.39.07-.31-.29-.47-.29-.47.38-.01.74-.36.75-.62.01-.27.02-.99-.54-.99'/%3E%3Cpath fill='%23EA580C' d='M5.307 17.365c-.15.99.15 1.77.73 1.73.58-.05 1.45-.66 1.7-3.51 0 0-1.42-.45-2.64-.28-1.23.17-1.26 1.06-1.16 1.25.33.66 1.37.81 1.37.81M25.767 3.805c.8 0 1.38.34 1.27.81-.11.46-.71 1.09-2.99.94 0 0-.18-1.2.11-2.18.29-.97 1-.89 1.14-.78.48.35.47 1.21.47 1.21M17.667 4.695c-.23-.51-.62-.79-.88-.59-.27.2-.5.77.25 2.19 0 0 .83-.23 1.37-.7s.28-.89.18-.95c-.37-.2-.92.05-.92.05M25.807 14.345c-.09 0-.19.02-.29.05-.66.21-.23 1.45-.02 1.67.12.15.31.31.53.31.1 0 .21-.03.32-.12.07.07.17.09.26.09.2 0 .41-.12.51-.25.14-.2.3-.65.32-.87.06-.57-.29-.88-.65-.88a.7.7 0 0 0-.48.2c-.17-.13-.32-.2-.5-.2M3.927 7.785c-.05.08-.09.17-.11.27-.18.67 1.1.98 1.39.93.19-.02.43-.09.55-.27.06-.09.08-.19.07-.33.1-.03.17-.09.22-.17.11-.17.12-.41.06-.57-.09-.23-.38-.6-.56-.74-.44-.36-.89-.24-1.08.07-.09.14-.13.32-.09.51-.21.06-.35.16-.45.3M10.987 6.655c-.09.04-.17.09-.25.17-.54.47.37 1.46.65 1.58.18.09.41.17.62.08.09-.04.18-.11.25-.24.1.03.2.02.29-.02a.7.7 0 0 0 .38-.44c.05-.25.02-.73-.05-.94-.18-.56-.62-.71-.96-.57-.16.07-.29.2-.37.38-.22-.07-.39-.07-.56 0M21.137 7.155l-3.34 2.45.39.53.68-.5.02 3.17 2.73.38 1.04-3.02.52.66.51-.4zm-.62 4.4a.886.886 0 0 1-.75-.99c.06-.48.51-.81.99-.74s.81.51.74.99c-.06.47-.5.8-.98.74'/%3E%3Cpath fill='%23EC6692' d='M8.237 19.155c.04.03.08.05.11.08.01-.38.15-.55.29-.61.21-.11.44.14.53.53 0 0 .42-.1.64.1.06.05.19.39-.25.64-.05.03-.1.06-.16.08.35.21.43.43.41.58-.02.24-.35.31-.73.18 0 0-.13.41-.41.5-.08.03-.43-.04-.41-.55 0-.06.01-.13.02-.19-.37.2-.61.15-.73.06-.19-.14-.08-.46.22-.72 0 0-.29-.32-.21-.61.02-.08.26-.35.68-.07M27.977 7.655c-.03-.05-.06-.09-.09-.13.43.01.62-.15.7-.29.13-.23-.13-.5-.57-.62 0 0 .14-.47-.08-.73-.06-.07-.43-.23-.73.26-.03.06-.07.11-.09.17-.22-.41-.47-.5-.64-.49-.27.01-.36.38-.24.81 0 0-.47.13-.58.44-.03.09.03.48.6.49.07 0 .14-.01.21-.01-.24.41-.2.67-.1.82.15.22.51.11.82-.21 0 0 .35.33.68.27.1-.03.4-.29.11-.78M9.627 10.735c-.02-.04-.05-.07-.07-.11.36.01.52-.12.58-.24.11-.19-.11-.42-.47-.52 0 0 .11-.39-.06-.6-.05-.06-.36-.19-.61.21-.03.05-.06.1-.08.14-.18-.34-.39-.42-.53-.41-.22.01-.3.31-.2.67 0 0-.39.11-.48.37-.03.07.02.4.5.41.06 0 .12 0 .18-.01-.2.34-.17.56-.09.68.12.18.42.09.68-.18 0 0 .29.28.56.22.08 0 .33-.22.09-.63M25.897 17.035c.06.08.06.18-.06.25 0 0 .17.01.18.15.01.15-.04.18-.18.18 0 0 .19.08.03.23s-.21.05-.23.03c0 0 .05.15-.12.18s-.2-.07-.2-.12c0 0-.11.2-.24.1s-.05-.22-.05-.22-.15.14-.24-.01c-.1-.14.08-.25.08-.25s-.19.04-.19-.14.18-.17.18-.17-.18-.11-.03-.26c.14-.15.23-.01.23-.01s-.08-.13.11-.21.21.14.21.14.07-.18.23-.12.07.25.07.25.14-.12.22 0M3.677 11.485c-.75.6-1.04 1.36-.59 1.71s1.48.5 3.52-1.35c0 0-.73-1.27-1.73-1.97s-1.6-.09-1.66.11c-.2.69.46 1.5.46 1.5M8.117 3.535c-.45-.02-.78.15-.73.41s.36.63 1.64.62c0 0 .14-.67.01-1.22s-.53-.53-.61-.47c-.29.18-.31.66-.31.66M20.307 5.645l-.02-.56-.42.39c-.01 0-.02-.01-.03-.01-.31-.08-.71.1-.76.76 0 0-.17.68-1.05 1.03-.12.07-.19.07-.19.07s.43 1.02 1.25.75c.68-.22.82-.82.71-1.25-.03-.16-.1-.24-.1-.24.12-.03.45-.14.51-.5.11-.02.6-.25.6-.25z'/%3E%3Cpath fill='%23FAB600' d='M19.197 2.785c.08.11.09.24-.08.34 0 0 .24.01.25.21.01.21-.06.24-.25.25 0 0 .27.11.04.31s-.29.06-.32.04c0 0 .06.2-.17.25-.23.04-.28-.1-.27-.16 0 0-.15.28-.34.14-.18-.14-.06-.3-.06-.3s-.2.19-.33-.01c-.13-.19.11-.34.11-.34s-.27.05-.27-.2.25-.23.25-.23-.26-.17-.06-.37.32-.01.32-.01-.11-.18.16-.3c.27-.11.29.19.29.19s.09-.24.32-.16c.22.08.09.34.09.34s.21-.15.32.01M14.587 15.505c.16-1.03.72-1.71 1.29-1.48s1.27 1.13.62 4.04c0 0-1.59-.01-2.78-.58s-.94-1.46-.78-1.62c.54-.54 1.65-.36 1.65-.36M24.597 11.725c.52.21.81.59.62.86s-.75.53-2.2-.17c0 0 .2-.83.64-1.39.45-.56.88-.32.95-.22.23.36-.01.92-.01.92M5.917 13.395c.03-.07.33.03.41.08.04.02.07.04.11.07h-.02c-.16-.01-.55-.06-.5-.15m.43-.26c-.02-.03-.09-.12-.07-.17q.015-.03.06-.03c.16-.02.36.05.37.23 0 .07-.02.19-.07.27l-.01.01-.07-.07-.01-.01c-.07-.08-.14-.15-.2-.23m1.3.92c0-.48-.4-.67-.91-.52.05-.09.16-.33.08-.51-.06-.15-.26-.23-.44-.23-.08 0-.15.02-.2.05-.04.02-.06.05-.07.09-.02.09.06.21.12.29.05.06.1.12.16.18-.03-.01-.06-.03-.09-.04-.17-.07-.47-.13-.52.02-.06.17.49.25.68.27h-.01l-.21.13c-.19.14-.35.29-.34.51.01.33.71.43.98.42.4-.02.77-.23.77-.66'/%3E%3Cpath fill='%23006AB4' d='M25.127 13.505c-1.66-.2-3.74.41-5.6 1.79-.11.08-.21.17-.31.25-.85-2.93-2.11-5.5-3.68-7.53-.06-.06-.28-.26-.56-.11-.05.03-.09.06-.14.09-.09.06-.18.13-.27.2-.25.22 0 .57 0 .57 2.05 2.92 3.25 7.03 3.23 11.61-2.54-1.86-5.38-2.69-7.64-2.41-.35.07-.33.5.02.48 2.41-.19 5.34 1.43 7.5 4.3a28.8 28.8 0 0 1-2.13 8.41c-.25.58.38.72.47.74.52.07 1.04.11 1.67.11.68 0 1-.05 1.45-.13 0 0 .5-.1.64-.57.25-1.31.45-2.66.55-4.05.28-3.61 0-7.06-.72-10.17 1.57-2.13 3.73-3.35 5.5-3.2.26-.02.33-.33.02-.38'/%3E%3Cpath fill='%23006AB4' d='M15.427 11.765c-.39-1.13-1.49-1.26-2.56-.48.04-.25.1-.91-.22-1.28-.26-.31-.81-.32-1.22-.17-.18.07-.33.16-.43.27-.07.08-.1.17-.09.26.03.23.31.44.52.57.16.11.33.2.53.3-.08-.01-.16-.02-.24-.02-.45-.03-1.21.07-1.22.46-.01.46 1.35.18 1.82.07l-.02.02-.4.48c-.34.48-.59.96-.39 1.48.3.76 2.02.42 2.65.19.93-.35 1.61-1.14 1.27-2.15m-3.2-.17c-.34.07-.8.14-1.13.14-.31 0-.39-.06-.4-.08-.01-.01-.01-.01-.01-.03.01-.07.22-.15.66-.15.3 0 .57.04.7.07.07.02.13.03.18.05m-.69-.92c-.37-.24-.4-.37-.4-.41 0-.05.06-.09.11-.12.19-.1.4-.15.61-.15s.57.06.72.43c.08.2.13.56.09.85-.09-.05-.17-.08-.24-.11-.01-.01-.02-.01-.03-.01-.28-.15-.58-.3-.86-.48'/%3E%3Cpath fill='%2327A536' d='m10.667 5.875-.33-.67c-.17-.31-.66-.4-.89-.18-.3.29-2.06 3.64-3.82 4.69l1.04.61 1.12-2s1.85.45 2.2-.26c.35-.73-.3-2.03-.3-2.03s.12.01.27-.03zM17.637 9.095c-1.64-.44-1.57-1.43-1.45-2.36-.01-.01 1.45.4 1.45 2.36M20.877 13.585c-.48.93-1.07.76-1.62.57 0 0 .43-.82 1.62-.57M8.127 12.735c1.06-.84 1.73-.39 2.33.06 0 0-.96.73-2.33-.06M15.877 21.715c-2.6 1.47-3.75.15-4.74-1.17 0 0 2.33-1.29 4.74 1.17'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreamland-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23005CA9' d='M23.4 22c-.04-1-.01-3.69 1.35-6.24 1.5-2.74 4.2-5.25 7.25-5.76h-1.73c-3.05.49-6.04 3.02-7.86 5.81-1.63 2.53-2.06 5.2-2.17 6.19z'/%3E%3Cpath fill='%2300ABE7' d='M20.27 22c.11-.99.53-3.67 2.18-6.23 1.8-2.75 4.78-5.26 7.84-5.77H28.3c-3.07.48-6.25 3.02-8.38 5.8-1.91 2.53-2.75 5.2-3.01 6.2z'/%3E%3Cpath fill='%23BCCF00' d='M16.91 22c.26-.99 1.1-3.67 3.04-6.24C22.07 13 25.23 10.5 28.3 10h-1.95c-3.09.48-6.53 3.01-8.98 5.8-2.2 2.54-3.42 5.21-3.82 6.2z'/%3E%3Cpath fill='%23FD0' d='M13.53 22c.41-.99 1.62-3.67 3.85-6.24C19.82 13 23.25 10.5 26.34 10H24.4c-3.12.48-6.87 3.01-9.65 5.8-2.5 2.54-4.06 5.2-4.59 6.2z'/%3E%3Cpath fill='%23F7A600' d='M10.15 22c.54-.99 2.1-3.66 4.63-6.23 2.76-2.77 6.5-5.28 9.62-5.77h-1.95c-3.15.48-7.23 3.02-10.34 5.81-2.8 2.54-4.67 5.2-5.33 6.19z'/%3E%3Cpath fill='%23E63312' d='M6.77 22c.65-.99 2.53-3.66 5.37-6.23 3.08-2.76 7.15-5.28 10.3-5.77h-1.95c-3.18.48-7.64 3.02-11.08 5.81-3.1 2.54-5.26 5.2-6.02 6.19z'/%3E%3Cpath fill='%23EA5297' d='M3.38 22c.75-.99 2.92-3.65 6.07-6.22 3.41-2.76 7.85-5.29 11.04-5.78h-1.57c-3.22.48-8.46 3.04-12.24 5.82A44 44 0 0 0 0 22z'/%3E%3C/svg%3E");--okay-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23004896' d='M32 5v22c0 2.76-2.24 5-5 5H5c-2.76 0-5-2.24-5-5V5c0-2.76 2.24-5 5-5h22c2.76 0 5 2.24 5 5'/%3E%3Cpath fill='%23F07C00' d='M26.46 16c0 5.74-4.66 10.4-10.4 10.4S5.66 21.74 5.66 16s4.66-10.4 10.4-10.4 10.4 4.66 10.4 10.4'/%3E%3Cpath fill='%23fff' d='M10.2 20.59c.01 0 .01.01 0 0 .01 0 0 0 0 0M10.29 20.68l-.07-.07zM1.01 12.26c.12-.08 7.72-.21 8.13.02.41.22-1.31.48-5.44.32-4.14-.15-2.69-.34-2.69-.34M.004 14.293c1.818-.104 8.13-.236 8.526-.003.45.27-1.45.6-6.03.45-1.222-.043-2.005-.09-2.496-.139C0 14.5 0 14.5.004 14.293M1.94 16.73c.12-.07 7.74-.4 8.16-.23s-1.29.43-5.45.43c-4.15 0-2.71-.2-2.71-.2M24.94 12.81c-2.29-.53-8.19-1.32-11.7-1.03 3.11.27 8.4.72 11.23 1.67.16-.21.48-.35.47-.64M23.21 14.55c-3.11-.71-4.82-1.48-10.56-1.42l.91.08c2.98.42 6.25.61 8.94 1.98l.24.24c.32-.23.41-.55.47-.88M12.55 14.93c-.23.04 2.21.38 2.85.49 1.56.26 3.31.73 4.84 1.28.48.17 1.35.72 1.61.05.11-.29-.54-.48-1.23-.66 0-.01-4.39-1.23-8.07-1.16'/%3E%3Cpath fill='%23fff' d='m23.34 10.41-.26.17-2.2 3.53c-.29.5-1.38 1.53-1.39 2.15.63-.11 1.49-1.61 1.82-2.01.99-1.19 1.73-2.27 2.69-3.52.04-.3-.44-.21-.66-.32M21.19 10.18l-.59.05c-.65 1.25-1.75 2.87-2.41 4.2l-.61 1.34c1.09-1.25 2.86-4.13 3.74-5.46z'/%3E%3Cpath fill='%23fff' d='M22.69 9.99c-1.31-.14-2.85-.04-4.17-.11 0 0-5.78.27-6.41.47-.38.12-.08.24.83.29.69.04 1.78.01 1.78.01.19-.02.94 0 .94 0s3.82.05 5.3 0c.95.05 1.88.16 2.77.37l-.08.07c.2-.02.56.02.79.14.7.34.62 1.08.17 1.56-1.19 1.26-1.96 2.16-3.17 3.65l.26.53.92-.88c1.8-1.81 2.75-2.64 3.59-4.61.15-.36.35-1.07-3.52-1.49'/%3E%3Cpath fill='%23fff' d='m17.74 10.18-.29.03c-.3.82-.76 1.52-1.06 2.4 0 0-1.19 2.45-.99 2.82h.14c.74-1.07 1.59-3.86 2.47-4.88.04-.21-.08-.35-.27-.37M22.69 9.99c-1.31-.14-4.17-.11-4.17-.11s-5.78.27-6.41.47'/%3E%3Cpath fill='%23fff' d='M21.28 20.44s-.18-.16-.36-.23c-.06-.02-.11-.04-.17-.06-3.26-1.08-8.03-.71-9.91-.19-.16-.1-.18-.28-.16-.44.17-2.62 1.19-2.1 5.09-1.85 2.59.16 6.17.92 6.33.95.15.03.15-.24.06-.4-.4-.67-3.05-.88-3.8-.96-.68-.07-2.81-.32-2.81-.32l-3.28-.3c-.05-.34-1.22-4.6-1.36-4.94-.72-1.78-1.51-4.31-4.22-4.31-1.46 0-1.67.82-1.39 1.03.25.19 1.47-.73 2.52-.07 1.61 1.02 2.32 3.39 2.43 3.85.09.37 1.17 4.14.95 4.38-.73.79-1.17 1.74-1.25 2.53-.03.36.1 1.31.1 1.31-.19.5-.55.88-.24 1.48.28.51.7.64 1.21.62.14-.01.79.04 1.33-.57.52-.59.26-1.26.19-1.47 1.59-.13 5.77-.09 6.26.22-.17.35-.23 1.02 0 1.39.42.66 1 .83 1.7.62.61-.18.89-.52 1.09-1.19.16-.51.01-.81-.31-1.08m-9.57.94c-.12.27-.5.55-.87.4-.31-.13-.3-.48-.24-.71.08-.39.66-.77 1.03-.48.04.03.07.06.1.1.13.2.06.51-.02.69m8.64.42c-.27.1-1.03.01-.98-.5.06-.55.77-.72 1.1-.47.34.24.21.85-.12.97'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--spar-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M31.99 4.16C32 1.87 30.13 0 27.84 0H4.17C1.87 0 .01 1.87.01 4.16v23.67A4.157 4.157 0 0 0 4.16 32h23.67c2.3 0 4.16-1.87 4.16-4.16V4.16'/%3E%3Cpath fill='%23007A47' d='M15.99 2.6C9.71 2.6 4.83 7.58 4.83 13.77c0 4.02 2.02 7.62 5.59 9.38 3.34 1.65 7.8 1.65 11.16 0 3.32-1.64 5.58-5.36 5.58-9.38.01-6.15-4.92-11.17-11.17-11.17m7.55 15.88c-1.22 1.98-3.08 2.68-4.52 2.7-1 .02-1.91-.72-1.91-1.91v-1.65h5.88c-2.53-2.74-5.88-8.32-7-12.13-1.12 3.81-4.46 9.4-6.9 12.13h5.78l.02 1.66c-.02.93-.77 1.92-1.85 1.9-1.5-.02-3.4-.72-4.54-2.65-.83-1.42-1.43-2.53-1.43-4.76 0-4.89 3.92-8.94 8.93-8.94 4.94 0 8.94 4.17 8.94 8.94-.01 2.23-1.05 4.16-1.4 4.71'/%3E%3Cpath fill='%23E5202E' d='M16 27.86C7.33 27.86.3 20.83.3 12.16l.01 15.7c0 2.13 1.73 3.86 3.86 3.86h23.67c2.13 0 3.86-1.73 3.86-3.86v-15.7c0 8.67-7.03 15.7-15.7 15.7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--xtra-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='b' width='22' height='3' x='5' y='29' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3Cpath fill='url(%23d)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/g%3E%3Cpath fill='url(%23e)' d='M23.892 14.986c3.924-3.96 5.742-8.08 4.19-10.238-2.032-2.835-9.095-1.248-15.765 3.55a32.3 32.3 0 0 0-4.191 3.567z'/%3E%3Cpath fill='url(%23f)' d='M23.892 14.986a34 34 0 0 0-2.515-4.87C16.972 2.93 10.962-1.403 8 .416c-2.3 1.409-2.104 6.081.124 11.45z' opacity='.9'/%3E%3Cpath fill='url(%23g)' d='M8.126 11.865a34 34 0 0 0 2.515 4.868c4.423 7.187 10.415 11.522 13.394 9.702 2.3-1.408 2.104-6.081-.126-11.45z'/%3E%3Cpath fill='url(%23h)' d='M8.126 11.865c-3.941 3.977-5.76 8.097-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.85'/%3E%3Cpath fill='url(%23i)' d='M8.126 11.865c-3.941 3.959-5.76 8.078-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.87'/%3E%3Cdefs%3E%3ClinearGradient id='e' x1='13.397' x2='24.226' y1='11.114' y2='2.901' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.413' stop-color='%2390B117'/%3E%3Cstop offset='.501' stop-color='%238BAF19'/%3E%3Cstop offset='.601' stop-color='%237DAB1E'/%3E%3Cstop offset='.706' stop-color='%2367A325'/%3E%3Cstop offset='.815' stop-color='%23479830'/%3E%3Cstop offset='.925' stop-color='%231F8A3E'/%3E%3Cstop offset='1' stop-color='%23007F48'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='14.592' x2='15.992' y1='10.918' y2='3.435' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336BCEE'/%3E%3Cstop offset='.201' stop-color='%2331ACE3'/%3E%3Cstop offset='.59' stop-color='%232583C5'/%3E%3Cstop offset='1' stop-color='%231652A1'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='19.414' x2='16.56' y1='24.29' y2='13.181' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E42313'/%3E%3Cstop offset='.071' stop-color='%23E73611'/%3E%3Cstop offset='.312' stop-color='%23F0710B'/%3E%3Cstop offset='.534' stop-color='%23F6A006'/%3E%3Cstop offset='.73' stop-color='%23FBC103'/%3E%3Cstop offset='.891' stop-color='%23FED601'/%3E%3Cstop offset='.999' stop-color='%23FD0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='18.058' x2='10.273' y1='15.672' y2='23.297' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC832'/%3E%3Cstop offset='.354' stop-color='%23F8A220'/%3E%3Cstop offset='.779' stop-color='%23F07A0D'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='18.058' x2='10.273' y1='15.671' y2='23.296' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.461' stop-color='%23F3C636' stop-opacity='0'/%3E%3Cstop offset='.645' stop-color='%23F1A223' stop-opacity='.342'/%3E%3Cstop offset='.879' stop-color='%23EE7A0E' stop-opacity='.775'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientTransform='matrix(10.8173 0 0 1.18758 15.995 30.81)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");--commerce-icon:var(--xtra-icon)}.commerce__icon{background-image:var(--commerce-icon);background-position:50%;background-repeat:no-repeat;background-size:24px;display:block;flex-shrink:0;height:24px;width:24px}::backdrop,:host,:root{--headers-h3-regular:var(--typo-m-h3-regular-font-weight,400) var(--typo-m-h3-regular-font-size,20px) /var(--typo-m-h3-regular-line-height,1.2) var(--typo-m-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-m-h3-bold-font-weight,700) var(--typo-m-h3-bold-font-size,20px) /var(--typo-m-h3-bold-line-height,1.2) var(--typo-m-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-m-p1-regular-font-weight,400) var(--typo-m-p1-regular-font-size,16px) /var(--typo-m-p1-regular-line-height,1.3125) var(--typo-m-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-bold-font-weight,700) var(--typo-d-p1-bold-font-size,16px) /var(--typo-d-p1-bold-line-height,1.3125) var(--typo-d-p1-bold-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-m-p2-regular-font-weight,400) var(--typo-m-p2-regular-font-size,14px) /var(--typo-m-p2-regular-line-height,normal) var(--typo-m-p2-regular-font-family,sans-serif)}@media screen and (min-width:64rem){::backdrop,:host,:root{--headers-h3-regular:var(--typo-d-h3-regular-font-weight,400) var(--typo-d-h3-regular-font-size,24px) /var(--typo-d-h3-regular-line-height,1.25) var(--typo-d-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-d-h3-bold-font-weight,700) var(--typo-d-h3-bold-font-size,24px) /var(--typo-d-h3-bold-line-height,1.25) var(--typo-d-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-d-p1-regular-font-weight,400) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-regular-font-weight,700) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-d-p2-regular-font-weight,400) var(--typo-d-p2-regular-font-size,14px) /var(--typo-d-p2-regular-line-height,normal) var(--typo-d-p2-regular-font-family,sans-serif)}}.anchor{border-radius:var(--border-radius-sm);display:block;font-weight:500;text-decoration:none;width:-moz-fit-content;width:fit-content}.anchor--inline{color:var(--action-500);display:inline-block}@media (hover:hover){.anchor--inline:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--inline:active{background-color:var(--action-50);box-shadow:0 0 0 2px var(--action-50);color:var(--action-700)}.anchor--inline:not(:active):focus{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}.anchor--neutral{color:var(--neutral-600)}@media (hover:hover){.anchor--neutral:hover{color:var(--neutral-800);-webkit-text-decoration:underline var(--neutral-800);text-decoration:underline var(--neutral-800)}}.anchor--neutral:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 10px var(--neutral-800);color:var(--neutral-800)}.anchor--neutral:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100);color:var(--neutral-800)}.anchor--neutral:focus:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100),0 0 0 10px var(--neutral-800)}.anchor--primary{color:var(--action-500)}@media (hover:hover){.anchor--neutral:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--primary:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 9.5px var(--action-700);color:var(--action-700)}.anchor--primary:active{background-color:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50);color:var(--action-700)}.anchor--primary:focus:active{background:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50),0 0 0 9.5px var(--action-700)}.anchor--disabled{color:var(--neutral-400);pointer-events:none}.avatar{align-items:center;background-color:var(--neutral-800);display:flex;font-weight:500;justify-content:center}.avatar--small{border-radius:var(--border-radius-sm);font-size:10px;height:24px;width:24px}.avatar--medium{border-radius:var(--border-radius-md);font-size:18px;height:40px;width:40px}.avatar--large{border-radius:var(--border-radius-lg);font-size:42px;height:100px;width:100px}.avatar__initials{color:var(--neutral-50);text-transform:uppercase}.button{background-color:transparent;border:0;border-radius:var(--border-radius-md);cursor:pointer;font:inherit;font-weight:500;letter-spacing:.01em;margin:0;min-height:48px;padding:var(--spacing-3) var(--spacing-6);text-align:center;text-decoration:none;vertical-align:baseline;width:100%}.button--primary{background-color:var(--action-500);color:var(--neutral-50)}@media (hover:hover){.button--primary:hover{background-color:var(--action-600)}}.button--primary:focus{background-color:var(--action-600);box-shadow:inset 0 0 0 3px var(--action-600),inset 0 0 0 5px var(--neutral-50);outline:none}.button--primary:active{background-color:var(--action-700);box-shadow:none}.button--disabled,.button--primary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500)}@media (hover:hover){.button--secondary:hover{background-color:var(--action-50)}}.button--secondary:focus{background-color:var(--action-50);box-shadow:inset 0 0 0 3px var(--action-500);outline:none}.button--secondary:active{background-color:var(--action-100);box-shadow:inset 0 0 0 1px var(--action-600);color:var(--action-600)}.button--secondary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary--filled{background-color:var(--neutral-50)}.button--tertiary{color:var(--action-500);padding:var(--spacing-3) var(--spacing-1)}@media (hover:hover){.button--secondary:hover{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}}.button--tertiary:active,.button--tertiary:focus{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}@media (hover:hover){.button--tertiary:hover{color:var(--action-700)}}.button--tertiary:focus{box-shadow:inset 0 0 0 1.5px var(--action-500);color:var(--action-500);outline:none}.button--tertiary:active{background-color:var(--action-50);color:var(--action-500)}.button--tertiary:disabled,.button--tertiary[aria-disabled=true]{background-color:transparent;box-shadow:none;color:var(--neutral-400);cursor:not-allowed;text-decoration:none}.button--warning{background-color:var(--alert-500);color:var(--neutral-50)}@media (hover:hover){.button--warning:hover{background-color:var(--alert-400)}}.button--warning:focus{box-shadow:inset 0 0 0 3px var(--alert-400),inset 0 0 0 5px var(--neutral-50);outline:none}.button--warning:active{background-color:var(--alert-400);box-shadow:none}@media (hover:hover){.button--warning:focus:not(:hover){background-color:var(--alert-500);box-shadow:inset 0 0 0 3px var(--alert-500),inset 0 0 0 5px var(--neutral-50)}}.button--neutral{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--neutral-200);color:var(--neutral-900)}@media (hover:hover){.button--neutral:hover{background-color:var(--neutral-100)}}.button--neutral:focus{box-shadow:inset 0 0 0 1px var(--action-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 4px var(--action-200);outline:none}.button--neutral:active{box-shadow:inset 0 0 0 1px var(--action-500)}.button--neutral:disabled{opacity:.6}.button--icon--primary,.button--icon--secondary{border-radius:var(--border-radius-sm);color:inherit;display:inline-flex;min-height:unset;padding:0;width:auto}.button--icon--primary{color:var(--action-500)}.button--icon--primary[aria-disabled=true]{color:var(--neutral-400)}@media (hover:hover){.button--icon--primary:hover{color:var(--action-700)}}.button--icon--primary:focus{box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500);outline:none}.button--icon--primary:active{background-color:var(--action-50)}.button--icon--secondary{color:var(--neutral-900)}@media (hover:hover){.button--icon--secondary:hover{color:var(--neutral-800)}}.button--icon--secondary:focus{box-shadow:inset 0 0 0 1px var(--neutral-900);color:var(--neutral-900);outline:none}.button--icon--secondary:active{background-color:var(--neutral-100)}.button--with-icon{align-items:center;display:flex;gap:var(--spacing-2);justify-content:center}.button__icon{display:flex}.button__label{display:inline-block;vertical-align:sub}@media screen and (min-width:64rem){.button{width:auto}}@media (prefers-reduced-motion:no-preference){.button.button--pending{color:transparent;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button.button--pending:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--neutral-50);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.button--secondary.button--pending:after{border-top-color:var(--action-500)}@keyframes button-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.call-to-action{color:var(--neutral-50)}.call-to-action__wrapper{background-color:var(--action-500);display:flex;overflow:hidden;position:relative}.call-to-action__background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1754' height='1795' fill='none' viewBox='0 0 1754 1795'%3E%3Cellipse cx='876.923' cy='937.457' fill='%23009A8E' rx='349' ry='805.5' transform='rotate(63.933 876.923 937.457)'/%3E%3Cpath stroke='%2319B3A8' stroke-width='2' d='M594.304 1027.39C508.86 815.868 467.729 609.786 470.267 447.614c1.269-81.088 13.456-151.147 36.439-205.407 22.982-54.256 56.725-92.647 101.086-110.566s95.302-13.736 149.519 9.336c54.222 23.074 111.649 65.013 168.882 122.47 114.467 114.91 228.007 291.742 313.447 503.268 85.45 211.525 126.58 417.605 124.04 579.775-1.27 81.09-13.45 151.15-36.44 205.41-22.98 54.26-56.72 92.65-101.08 110.57-44.37 17.92-95.31 13.73-149.52-9.34-54.23-23.07-111.653-65.01-168.886-122.47-114.463-114.91-228.006-291.74-313.45-503.27Z'/%3E%3C/svg%3E");background-position:-304px -526px;background-repeat:no-repeat;background-size:cover;content:"";height:1794.11px;position:absolute;width:1753.85px}.call-to-action__content{border-radius:var(--border-radius-md);padding:var(--spacing-8) var(--spacing-4) 64px var(--spacing-4);width:100%;z-index:4}@media screen and (min-width:64rem){.call-to-action{padding:0 var(--spacing-8)}.call-to-action__wrapper{border-radius:var(--border-radius-md)}.call-to-action__background{background-position:-246px -671px}.call-to-action__content{padding:var(--spacing-8) var(--spacing-12)}}.chip-group{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.chip-group,.chip__input-wrapper,.chip__label{position:relative}.chip__label{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-800);cursor:pointer;display:flex;padding:var(--spacing-3) var(--spacing-8);vertical-align:middle}.chip__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;top:0;right:0;bottom:0;left:0;margin:0;padding:0;position:absolute;white-space:nowrap}.chip__input:is(:checked,:focus,:focus-within,:active){outline:none}.chip__input:disabled+.chip__label{background-color:var(--neutral-200)}.chip__input:is(:checked,:active)+.chip__label{background-color:var(--action-500);box-shadow:none;color:var(--neutral-50)}@media (hover:hover){.chip__input:not(:disabled,:focus-within,:active,:checked):hover+.chip__label{background-color:var(--neutral-100)}}.chip__input:checked:focus-visible+.chip__label{border-color:var(--action-500);box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50)}.chip__input:not(:disabled):is(:checked,:active,:focus,:focus-within)+.chip__label{border-color:var(--action-500)}@media (prefers-reduced-motion:no-preference){.chip__label{transition:background-color,color;transition-duration:.15s;transition-timing-function:ease-out}}.input{background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);font-family:inherit;padding:var(--spacing-3) var(--spacing-4);width:100%}.input::-moz-placeholder{color:var(--neutral-400)}.input::placeholder{color:var(--neutral-400)}.input--succes{border:1px solid var(--alert-succes-500)}.input[aria-invalid=true]{border:1px solid var(--alert-500)}.input:disabled{background-color:var(--neutral-100);color:var(--neutral-600);cursor:default}.input:is(:focus,:focus-within,:active){outline:none}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled){border-color:var(--action-300)}.input:hover:not(:disabled),.input__wrapper:hover .input:not(:read-only,:disabled){border-color:var(--action-300)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled){border-color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled){border-color:var(--action-500)}.input--with-prefix{padding-left:calc(var(--spacing-4)*2 + 24px)}.input--with-suffix{padding-right:calc(var(--spacing-4)*2 + 24px)}.input__prefix,.input__suffix{align-items:center;color:var(--neutral-900);display:flex;font-family:inherit;font-size:inherit;height:100%;justify-content:center;pointer-events:none;position:absolute;width:24px}.input__prefix{left:var(--spacing-4)}.input__suffix{right:var(--spacing-4)}input[type=date]::-webkit-calendar-picker-indicator{background:none;height:24px;position:absolute;right:var(--spacing-4);width:24px;z-index:1}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-date-and-time-value{text-align:left}.input__suffix+input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent}.input__wrapper{display:flex;position:relative}.status-chip{background-color:var(--status-chip-background-color);border-radius:var(--border-radius-sm);color:var(--status-chip-color);font:var(--subtext-medium);padding:var(--spacing-1) var(--spacing-2)}.status-chip--success{--status-chip-background-color:var(--success-500);--status-chip-color:var(--neutral-50)}.status-chip--warning{--status-chip-background-color:var(--warning-500);--status-chip-color:var(--neutral-50)}.status-chip--error{--status-chip-background-color:var(--alert-500);--status-chip-color:var(--neutral-50)}.status-chip--disabled{--status-chip-background-color:var(--neutral-400);--status-chip-color:var(--neutral-50)}.switch__label{cursor:pointer}.switch__thumb{--switch-width:51px;background:linear-gradient(to right,var(--action-500) 50%,var(--neutral-200) 50%);background-position:100%;background-size:200%;border-radius:24px;cursor:pointer;height:31px;margin:0;min-width:var(--switch-width);padding:0;position:relative;width:var(--switch-width)}.switch__thumb,button.switch__thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}button.switch__thumb{border:none}.switch__thumb:checked,.switch__thumb[data-state=checked]{background-position:0}.switch__thumb:after{--switch-thumb-width:27px;background-color:var(--neutral-50);border-radius:50%;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f;content:"";height:27px;position:absolute;top:2px;transform:translate(2px);width:var(--switch-thumb-width)}button.switch__thumb:after{transform:translate(calc(3.5px - var(--switch-thumb-width)))}.switch__thumb:checked:after{transform:translate(calc(var(--switch-width) - var(--switch-thumb-width) - 2px))}button.switch__thumb[data-state=checked]:after{transform:translate(-3.5px)}.switch__label--disabled{cursor:default}.switch__thumb:disabled{background:var(--neutral-100);cursor:not-allowed}.switch__thumb:disabled:after{background-color:var(--neutral-50);box-shadow:none}@media (prefers-reduced-motion:no-preference){.switch__thumb{transition-duration:75ms;transition-property:background-position;transition-timing-function:ease-in}.switch__thumb:after{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in-out}}.text-area{border:none;border-radius:var(--border-radius-sm);box-shadow:inset 0 0 0 1px var(--neutral-400);font:var(--body-2-regular);padding:var(--spacing-3)}.text-area[aria-invalid=true]{box-shadow:inset 0 0 0 1px var(--alert-500)}.text-area::-moz-placeholder{color:var(--neutral-400)}.text-area::placeholder{color:var(--neutral-400)}@media (hover:hover){.text-area:hover{box-shadow:inset 0 0 0 1px var(--action-300)}}.text-area:focus{box-shadow:inset 0 0 0 1px var(--action-500);outline:none}.unordered-list--check>li{--mobile-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");--desktop-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");align-items:center;display:flex;gap:var(--spacing-3)}.unordered-list--check>li:before{background-image:var(--mobile-check);background-repeat:no-repeat;content:"";height:24px;width:24px}@media screen and (min-width:64rem){.unordered-list--check>li:before{background-image:var(--desktop-check);height:32px;width:32px}}.card__header__action{align-items:center;display:flex;font:var(--subtext-medium)}@media screen and (min-width:64rem){.card__header__action{font:var(--body-1-medium)}}.card__body{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body{padding:var(--spacing-6)}}@media (prefers-reduced-motion:no-preference){.spinner circle:last-of-type{animation:button-spinner 1s ease infinite;transform-origin:center}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.card__empty-state{--card-empty-state-background-color:var(--neutral-100);--card-empty-state-icon-color:var(--neutral-800);color:var(--neutral-700);padding:var(--spacing-4)}.card__empty-state--error{--card-empty-state-background-color:var(--alert-200);--card-empty-state-icon-color:var(--alert-500)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{align-content:center;background-color:var(--card-empty-state-background-color);border-radius:var(--border-radius-md);display:flex;flex-direction:column;margin:auto;padding:var(--spacing-6);text-align:center}.card__empty-state--standalone .card__empty-state__wrapper{align-items:center;border-radius:0;box-shadow:inset 0 -1px var(--neutral-200);flex-direction:row;gap:var(--spacing-4);padding:var(--spacing-4);text-align:left}.card__empty-state__icon,.card__empty-state__title{color:var(--neutral-800)}.card__empty-state__icon{color:var(--card-empty-state-icon-color);display:flex;justify-content:center;margin-bottom:var(--spacing-3)}.card__empty-state__title{font-weight:800;margin-bottom:var(--spacing-2)}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){margin-bottom:0}@media screen and (min-width:64rem){.card__empty-state{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);padding:var(--spacing-6)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{padding:var(--spacing-8)}.card__empty-state--standalone .card__empty-state__wrapper{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);padding:var(--spacing-6)}.card__empty-state__description,.card__empty-state__title{margin-left:auto;margin-right:auto;max-width:525px}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){max-width:unset}}.card__footer{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__footer{padding:var(--spacing-6)}}.card__header{box-shadow:inset 0 -1px var(--neutral-200);display:flex;justify-content:space-between;padding:var(--spacing-4)}.card__header--sticky{--card-header-sticky-top:0;position:sticky;top:var(--card-header-sticky-top);z-index:1}@media screen and (min-width:64rem){.card__header{padding:var(--spacing-6)}.card__header.card__header--tabs{padding:0}.card__header.card__header--tabs .tabs{background-color:transparent}}.card__body__item{display:flex;flex-direction:column;gap:var(--spacing-6)}.card__body .card__body__item:not(:last-of-type){margin-bottom:16px}.card__body>.card__body__item:only-of-type{padding-bottom:var(--spacing-4)}.card__body__item .list-item.list-item--with-divider{box-shadow:inset 1px 0 0 var(--neutral-200),inset -1px 0 0 var(--neutral-200),inset 0 -1px var(--neutral-200)}.card__body__item:last-of-type .list-item--with-divider{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}@media screen and (min-width:64rem){.card__body .card__body__item{padding:var(--spacing-4) 0}.card__body .card__body__item:not(:last-of-type){box-shadow:inset 0 -1px var(--neutral-200);margin-bottom:0}.card__body .card__body__item:first-of-type{padding-bottom:var(--spacing-8)}.card__body .card__body__item:last-of-type{padding-top:var(--spacing-8)}.card__body .card__body__item:not(:last-of-type,:first-of-type){padding:var(--spacing-8) 0}.card__body .card__body__item:only-of-type{padding:var(--spacing-4) 0}.card__body .card__body__item:only-child{padding:0}.card__body>.card__body__item:only-of-type{padding-top:0}}.card__body__subtitle{background-color:var(--neutral-100);box-shadow:inset -1px 0 var(--neutral-200),inset 1px 0 var(--neutral-200);color:var(--neutral-600);font:var(--subtext-regular);padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body__subtitle{padding:var(--spacing-4) var(--spacing-6)}}.card__header__title{align-items:center;color:var(--neutral-600);display:flex;font:var(--title-3-regular);gap:var(--spacing-2)}.card__header__title__icon{align-items:center;display:inline-flex}@media screen and (min-width:64rem){.card__header__title{font:var(--title-2-regular);gap:var(--spacing-4)}}.card{background-color:var(--neutral-50);box-shadow:inset 0 -1px var(--neutral-200),inset 0 1px var(--neutral-200)}.card--disabled *{color:var(--neutral-500)!important;pointer-events:none}@media screen and (min-width:64rem){.card{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);height:-moz-fit-content;height:fit-content}ul.card .list-item{background-color:transparent}ul.card .list-item>:is(a,button):focus{box-shadow:inset 0 0 0 1px var(--neutral-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200)}ul.card :is(.list-item:first-of-type,.list-item:first-of-type a){border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md)}ul.card :is(.list-item:last-of-type,.list-item:last-of-type a){border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}}.card--image{flex-direction:column;margin:auto;padding:var(--spacing-4);text-align:center}.card--image,.card--image .card__illustration{align-items:center;display:flex}.card--image .card__header__title{color:var(--neutral-900);font:var(--title-2-medium);padding:var(--spacing-2) 0}.card--image .card__body{align-items:center;display:flex;flex-direction:column;font:var(--body-1-regular);margin:0 auto var(--spacing-6);max-width:420px;padding:0;text-align:center}.card--image .card__footer{display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.card--image .card__footer>:not(:first-child){margin-top:var(--spacing-4)}@media screen and (min-width:64rem){.card--image{padding:var(--spacing-6) var(--spacing-8) var(--spacing-11)}.card--image .card__footer{flex-direction:row}.card--image .card__footer>:not(:first-child){margin:0;margin-left:var(--spacing-4)}}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-4)}@media screen and (min-width:64rem){.card-list{padding:0 var(--spacing-8)}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-6)}}.checkbox{--checkbox-width:24px;display:flex;gap:var(--spacing-4);position:relative}@media (hover:hover){:is(.checkbox__input,.checkbox__label):hover{cursor:pointer}}.checkbox--neutral,.checkbox--primary{color:var(--action-500)}.checkbox__content{display:flex;flex-direction:column;font:var(--body-1-regular);gap:var(--spacing-2);justify-content:center}.checkbox__spinner{background:var(--action-500)}.checkbox__check,.checkbox__spinner{border:1px solid var(--neutral-300);border-radius:var(--border-radius-sm);display:inline-block;height:var(--checkbox-width);min-width:var(--checkbox-width);vertical-align:middle;visibility:unset}.checkbox.checkbox--error .checkbox__check{border-color:var(--alert-500)}.checkbox__input{height:var(--checkbox-width);margin:0;opacity:0;position:absolute;width:var(--checkbox-width);z-index:10}.checkbox__input~.checkbox__check path{stroke:var(--neutral-50);stroke-dashoffset:-75}@media (hover:hover){.checkbox__input:hover~.checkbox__check{background-color:var(--action-100);border-color:var(--action-500)}}.checkbox__input:focus-within~.checkbox__check{outline:1px solid var(--action-500);outline-offset:2px}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-500);border-color:var(--action-500)}.checkbox__input:hover:is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-700);border-color:var(--action-700)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check path{stroke-dashoffset:0}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-200);border-color:var(--neutral-200)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true]):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-300);border-color:var(--neutral-300)}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check path{stroke:var(--neutral-600)}.checkbox__label{font:var(--body-1-regular)}.checkbox__hint{font:var(--body-2-regular);text-decoration:none}.checkbox__error{color:var(--alert-500);font:var(--subtext-regular)}.checkbox__input:indeterminate{pointer-events:none}@media (prefers-reduced-motion:no-preference){.checkbox__check{transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.checkbox__check path{transition:stroke-dashoffset .35s ease-out}}.combobox{position:relative}ul[role=listbox].combobox__list--open{display:block}ul[role=listbox]{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);cursor:pointer;display:none;filter:drop-shadow(0 3px 8px rgb(46 59 86/10%));font:var(--body-2-regular);list-style:none;margin-top:var(--spacing-1);max-height:165px;overflow:scroll;overflow-x:hidden;padding:0;position:absolute;width:100%;z-index:1000}ul[role=listbox] li[role=option]{color:var(--neutral-400);padding:var(--spacing-3) var(--spacing-4)}ul[role=listbox] li[role=option]:not(:last-child){border-bottom:1px solid var(--neutral-100)}.combobox__list-item--selected{color:var(--neutral-800);font:var(--body-2-medium)}.combobox__list-item--highlight{background:var(--neutral-100)}.combobox__list-item--loading{color:transparent;height:48px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.combobox__list-item--loading:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--action-500);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.combobox__list-item--empty{color:var(--neutral-800);cursor:default;font:var(--subtext-regular);padding:var(--spacing-4)}.description-list--form dt{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1)}.description-list--form dd{font:var(--body-2-medium)}@media screen and (min-width:64rem){.description-list--form dt{color:var(--neutral-800);font:var(--body-1-regular);margin-bottom:0}.description-list--form dd{font:var(--body-1-medium)}}@media screen and (min-width:64rem){.description-list__content{display:flex;gap:var(--spacing-4)}.description-list__content>*{flex:1}}.description-list__item{align-items:center;display:flex}.description-list__item>*{flex:1}.description-list__prefix{flex:0}.description-list__suffix{color:var(--action-500);flex:0}.dialog[open]::backdrop{background:var(--neutral-600);opacity:.25}body:has(dialog[open]){overflow:hidden}dialog:not([open]){visibility:hidden}dialog:focus{outline:none}.dialog{border:none;border-radius:var(--border-radius-md);box-shadow:0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;display:flex;flex-direction:column;margin-top:var(--spacing-4);max-height:calc(100% - var(--spacing-4)*2);max-width:calc(100% - var(--spacing-4)*2);padding:0;position:fixed;top:0;width:100%;z-index:100}.dialog__header{align-items:center;background:#fff;border-bottom:1px solid var(--neutral-200);border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md);display:flex;gap:var(--spacing-4);justify-content:space-between;position:sticky;top:0;z-index:1000}.dialog__header__icon{display:flex}.dialog__header__title{align-items:center;color:var(--neutral-900);display:flex;font:var(--title-2-medium);gap:var(--spacing-4)}.dialog__header__title:focus{outline:none}.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-4)}.dialog__body{flex-direction:column}.dialog__body,.dialog__footer{display:flex;gap:var(--spacing-4)}.dialog__footer{background:#fff;border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-top:1px solid var(--neutral-200);bottom:0;flex-direction:column-reverse;justify-content:flex-end;position:sticky}@media screen and (min-width:64rem){.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-6)}.dialog__body{gap:var(--spacing-6)}.dialog{margin-top:var(--spacing-8);max-width:600px}.dialog__footer{flex-direction:row}}@media (prefers-reduced-motion:no-preference){.dialog[open].dialog--animated{animation:zoom-in .15s;animation-timing-function:ease-in-out}.dialog:not([open]).dialog--animated{animation:zoom-out .15s;transition:visibility .15s}.dialog[open].dialog--animated::backdrop{animation:fade-in .15s}.dialog:not([open]).dialog--animated::backdrop{animation:fade-out .15s}}@keyframes zoom-in{0%{opacity:0;transform:scaleX(1)}0.0000000001%{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes zoom-out{to{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{0%{opacity:.25}to{opacity:0}}.list-item,.list-item>:is(a,button){align-items:center;display:flex;justify-content:space-between}.list-item{background-color:transparent}.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6) var(--spacing-4)}.list-item>:is(a,button){background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-family:var(--font-xtra);gap:var(--spacing-2);text-align:left;text-decoration:none;width:100%}@media (hover:hover){.list-item>:is(a,button):hover{background-color:var(--neutral-100);border:none}}.list-item>:is(a,button):focus{background-color:var(--neutral-50);box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.list-item>:is(a,button):active{background-color:var(--action-50);color:var(--action-500)}.list-item--with-divider{box-shadow:inset 0 -1px var(--neutral-200)}.list-item--disabled{pointer-events:none}.list-item--destructive{color:var(--alert-500)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):focus,.list-item.list-item--destructive>:is(a,button):focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--alert-200)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):active,.list-item.list-item--destructive>:is(a,button):active{background-color:var(--alert-200);box-shadow:inset 2px 0 var(--action-500)}@media screen and (min-width:64rem){.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6)}.list-item--with-divider:last-of-type{box-shadow:none}}.list-item__content{display:flex;gap:var(--spacing-4)}.list-item__meta{align-items:center;display:flex;font-weight:500;gap:var(--spacing-2)}.list-item__prefix{align-items:center;color:inherit;display:flex}.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__prefix,.list-item.list-item--destructive>:is(a,button):active .list-item__prefix{color:var(--alert-500)}.list-item__subtitle{color:var(--neutral-500);font:var(--subtext-regular)}.list-item--disabled .list-item__subtitle{color:var(--neutral-300)}.list-item__suffix{align-items:center;display:flex}.list-item--with-link .list-item__suffix{color:var(--neutral-600)}.list-item--disabled .list-item__suffix{color:var(--neutral-300)}.list-item--with-link :is(a,button):active .list-item__suffix{color:var(--action-500)}.list-item__text{color:inherit;display:flex;flex-direction:column;justify-content:center}.list-item.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__text,.list-item.list-item.list-item--destructive>:is(a,button):active .list-item__text{color:var(--alert-500)}.list-item__title{font-weight:500}.list-item--disabled .list-item__title{color:var(--neutral-500)}.menu__list{background-color:var(--neutral-50);border-radius:var(--border-radius-md);box-shadow:var(--shadow-modal),inset 0 0 0 1px var(--neutral-100);margin:10px 0;min-width:220px;opacity:0;padding:var(--spacing-2) 0;position:absolute;transform:scale(.8);visibility:hidden;z-index:100000}.menu__list,.menu__list>ul{display:inline-flex;flex-direction:column}.menu__list>ul{gap:var(--spacing-1)}.menu__list--active{opacity:1;transform:scale(1);visibility:visible}.menu__list--top-start{bottom:100%;left:0;transform-origin:bottom left}.menu__list--top-end{bottom:100%;right:0;transform-origin:bottom right}.menu__list--bottom-start{left:0;top:100%;transform-origin:top left}.menu__list--bottom-end{right:0;top:100%;transform-origin:top right}@media (prefers-reduced-motion:no-preference){.menu__list{transition-duration:.15s;transition-property:transform,opacity,rotate,visibility;transition-timing-function:ease-in}}.menu__list-item{display:flex}.menu__list-item>*{align-items:center;background-color:var(--neutral-50);border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:var(--spacing-4);justify-content:flex-start;margin:0 1px;max-width:calc(100% - 2px);padding:var(--spacing-4) var(--spacing-6);text-decoration:none;width:100%}@media (hover:hover){.menu__list-item>:hover{background-color:var(--neutral-100)}}.menu__list-item>:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.menu__list-item>:active{box-shadow:none}.menu__list-item>:active,.menu__list-item>:active:before{background-color:var(--action-100);color:var(--action-500)}.menu__list-item>:active:before{box-shadow:inset 2px 0 0 0 var(--action-500)}.menu__list-item .button{border-radius:0}.menu__list-item .button--with-icon{gap:var(--spacing-4)}.menu__list-item--logout .button{color:var(--alert-500)}.menu__list-item--logout .button:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px #ff5c5c1a}.menu__list-item--logout .button:active{background-color:#ff5c5c1a;box-shadow:none}.menu__trigger[aria-expanded=true]{box-shadow:inset 0 0 0 1px var(--action-500)}.menu__trigger[aria-expanded=true] .button__icon-right{color:var(--action-500);transform:rotate(180deg)}@media (prefers-reduced-motion:no-preference){.menu__trigger .button__icon-right{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in}}.menu{color:var(--neutral-900);font:var(--subtext-medium);position:relative}.section-message{--section-message-color:var(--neutral-50);--section-message-background-color:var(--neutral-800);background-color:var(--section-message-background-color);border-radius:var(--border-radius-md);padding:var(--spacing-3)}.section-message,.section-message__icon{color:var(--section-message-color)}.section-message--info{border-radius:0}.section-message--primary{--section-message-color:var(--action-700);--section-message-background-color:var(--action-50)}.section-message--success{--section-message-color:var(--success-500);--section-message-background-color:var(--success-200)}.section-message--warning{--section-message-color:var(--warning-500);--section-message-background-color:var(--warning-200)}.section-message--error{--section-message-color:var(--alert-500);--section-message-background-color:var(--alert-200)}.section-message--disabled{--section-message-color:var(--neutral-600);--section-message-background-color:var(--neutral-200)}.section-message__icon{align-items:center;align-self:baseline;display:flex;height:24px;justify-content:center;width:24px}.section-message__icon--info{color:var(--neutral-50)}.section-message__icon--primary{color:var(--action-500)}.section-message__description,.section-message__title{align-items:center;display:flex;gap:var(--spacing-2)}.section-message__description{font:var(--subtext-regular)}.section-message__action,.section-message__title+.section-message__description{margin-top:var(--spacing-2)}.section-message__action{padding:var(--spacing-1) 0}.section-message__action :is(a,p,button){color:inherit;font:var(--body-2-medium);min-height:unset;padding:0;text-decoration:none;width:-moz-fit-content;width:fit-content}@media (hover:hover){.section-message__action .anchor:hover{color:var(--section-message-color);text-decoration:underline}}.section-message__action .anchor:active,.section-message__action .anchor:focus{background-color:var(--section-message-background-color);box-shadow:0 0 0 var(--spacing-2) var(--section-message-background-color),0 0 0 10px var(--section-message-color);color:var(--section-message-color)}.section-message--disabled :is(a,p,button){cursor:not-allowed}@media screen and (min-width:64rem){.section-message{border-radius:var(--border-radius-md);padding:var(--spacing-4) var(--spacing-5)}.section-message__description{font:var(--subtext-regular)}.section-message__action :is(a,p,button){font:var(--body-1-medium)}}.phone-number{display:flex;gap:var(--spacing-2)}.phone-number .input__wrapper{flex-grow:1}.phone-number .phone-number__country-code-select{height:100%;width:96px}.select-wrapper{position:relative}.select-wrapper:after{background-color:var(--neutral-900);content:"";height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;pointer-events:none;position:absolute;right:var(--spacing-4);top:50%;transform:translateY(-50%);width:24px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);padding:var(--spacing-3) var(--spacing-4);width:100%}.select--with-placeholder{color:var(--neutral-400)}@media (hover:hover){.select:hover{border-color:var(--action-300)}}.select:focus{border-color:var(--action-500);outline:none}.select-wrapper--focus:after{background-color:var(--action-500)}.segmented-control__list,.segmented-control__panel{display:none}.has-js .segmented-control__list,.has-js .segmented-control__panel{display:block}.has-js .segmented-control [role=tabpanel][data-state=inactive]{display:none}.segmented-control{background-color:var(--neutral-50)}.segmented-control__list__wrapper{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1)}.segmented-control__trigger{background-color:transparent;border:none;border-radius:var(--border-radius-sm);color:var(--neutral-600);cursor:pointer;flex:1;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-overflow:ellipsis;white-space:nowrap}.segmented-control__trigger[data-state=active]{background-color:var(--action-500);color:var(--neutral-50)}.segmented-control__trigger[data-state=active]:focus-visible{box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50);outline:none}@media (hover:hover){.segmented-control__trigger[data-state=inactive]:hover{background-color:var(--neutral-50)}}.segmented-control__trigger[data-state=inactive]:focus{background-color:transparent;box-shadow:inset 0 -2px var(--action-500)}.tabs{display:none}.tabs.segmented-control{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1);width:100%}.tabs.segmented-control .tabs__link{width:100%}.tabs.segmented-control a{border-radius:var(--border-radius-sm);color:var(--neutral-600);display:block;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.tabs.segmented-control a.active{background-color:var(--action-500);color:var(--neutral-50)}@media screen and (min-width:64rem){.tabs,.tabs.segmented-control{background-color:var(--neutral-50);display:flex;font:var(--body-2-medium);gap:var(--spacing-8);padding:var(--spacing-4) var(--spacing-8) 0 var(--spacing-8);position:sticky;top:var(--site-header-height);z-index:15}.tabs.segmented-control .tabs__link{width:auto}.tabs a,.tabs.tabs.segmented-control a{border-radius:0;color:inherit;display:flex;flex-direction:column;font:var(--body-2-regular);padding:var(--spacing-4) 0;position:relative;text-decoration:none}.tabs a.active,.tabs.tabs.segmented-control a.active{background-color:transparent;color:var(--action-500);font:var(--body-2-medium)}.tabs a:before{color:transparent;content:attr(data-text);display:block;font:var(--body-2-medium);height:0;overflow:hidden;visibility:hidden}@media (hover:hover){.tabs a:focus{outline:none}.tabs a:not(.active):hover:after{background-color:var(--neutral-300);bottom:0;content:"";height:2px;position:absolute;width:100%}}.tabs a:not(.active):focus:after{background-color:var(--action-300)}.tabs a.active:after,.tabs a:not(.active):focus:after{bottom:0;content:"";height:2px;position:absolute;width:100%}.tabs a.active:after{background-color:var(--action-500)}}.toast{--slide-in-end:0;--slide-in-start:calc(100% + var(--spacing-8));animation:slide-in 0s,slide-out 0s 5s forwards;bottom:var(--spacing-4);height:auto;left:var(--spacing-4);padding:var(--spacing-4);position:fixed;width:calc(100% - var(--spacing-4)*2)}.toast--error{background:linear-gradient(0deg,#e62d320d,#e62d320d),var(--neutral-50);box-shadow:inset 2px 0 var(--alert-400),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--alert-500)}.toast--info{background-color:var(--neutral-800);box-shadow:inset 2px 0 var(--action-500),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--neutral-50)}.toast__title{align-items:center;display:flex;font:var(--body-2-regular);gap:var(--spacing-2)}.toast__title__icon{display:flex}.toast--info .toast__title__icon{color:var(--action-500)}@media screen and (min-width:64rem){.toast{--slide-in-start:calc(100% + var(--spacing-12));bottom:var(--spacing-10);left:auto;padding:var(--spacing-6);right:var(--spacing-10);width:420px}}@media (prefers-reduced-motion:no-preference){.toast{animation:slide-in .3s ease-out,slide-out .3s ease-in 5s forwards}}@keyframes slide-in{0%{opacity:.8;transform:translate(var(--slide-in-start))}to{opacity:1;transform:translate(var(--slide-in-end))}}@keyframes slide-out{0%{opacity:1;transform:translate(var(--slide-in-end))}to{opacity:.8;transform:translate(var(--slide-in-start))}}.toggle{align-items:center;background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;justify-content:space-around;padding:var(--spacing-2)}.toggle__item{width:100%}.steps{align-items:center;display:flex;flex-wrap:wrap}.steps__link a,.steps__link span{color:var(--neutral-400);text-decoration:none}.steps__link{align-items:center;display:flex}.steps__link .steps__link__character{align-items:center;background-color:var(--neutral-400);border-radius:50%;color:var(--neutral-50);display:flex;font:var(--subtext-medium);height:var(--spacing-6);justify-content:center;margin-right:var(--spacing-2);width:var(--spacing-6)}.steps__link__divider{color:var(--neutral-400);margin:0 var(--spacing-4)}.steps__link:first-of-type .steps__link__divider{display:none}.steps__link.active .steps__link__character{background-color:var(--action-500)}.steps__link.active .steps__link__divider,.steps__link.active a{color:var(--action-500)}@media screen and (min-width:64rem){.steps__link__divider{margin:0 var(--spacing-6)}}.timeline{position:relative}.timeline:after{background-color:var(--action-500);content:"";display:block;margin:0 auto;position:absolute}.timeline--vertical:after{height:100%;inset:0 50% auto;width:1px}.timeline--horizontal{width:100%}.timeline--horizontal:after{height:1px;inset:50% 0 auto;width:100%}.timeline__label{align-items:center;display:flex;font:var(--body-2-medium);height:32px;justify-content:center;width:32px}.timeline__label:before{content:"";display:block;height:32px;width:32px;z-index:10}.timeline__label>:is(svg,span){position:absolute;text-align:center;z-index:20}.timeline--vertical .timeline__label{margin:var(--spacing-4) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-4)}.timeline__label--primary{color:var(--neutral-50)}.timeline__label--primary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%2300AB9E' d='M11.169.05c6.006.709 12.368 2.413 17.924 4.802 1.193.513 2.128 1.28 2.72 2.307s.79 2.22.638 3.51c-.71 6.005-2.414 12.367-4.803 17.923-.513 1.194-1.28 2.13-2.306 2.722s-2.22.789-3.51.637c-6.006-.71-12.368-2.414-17.924-4.803-1.194-.513-2.13-1.28-2.722-2.307s-.789-2.22-.637-3.51c.71-6.006 2.414-12.368 4.804-17.924.513-1.193 1.28-2.128 2.306-2.72s2.22-.79 3.51-.638'/%3E%3C/svg%3E")}.timeline__label--secondary{color:var(--action-500)}.timeline__label--secondary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%23fff' stroke='%2300AB9E' d='M11.11.546c5.958.703 12.274 2.396 17.785 4.765 1.113.479 1.956 1.181 2.486 2.098.529.916.715 1.998.573 3.2-.703 5.959-2.395 12.274-4.765 17.786-.478 1.113-1.18 1.956-2.097 2.486-.917.529-1.999.715-3.201.573-5.959-.703-12.274-2.396-17.786-4.765-1.113-.479-1.956-1.181-2.486-2.098-.529-.916-.715-1.998-.573-3.201C1.75 15.43 3.442 9.116 5.812 3.605c.478-1.113 1.18-1.956 2.097-2.486C8.826.59 9.907.404 11.11.546Z'/%3E%3C/svg%3E")}@media screen and (min-width:64rem){.timeline__label{font:var(--body-1-medium)}.timeline--vertical .timeline__label{margin:var(--spacing-5) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-5)}}.form-group{display:flex;flex-direction:column}.form-group__error,.form-group__hint{font:var(--subtext-regular);margin-top:var(--spacing-1);width:-moz-fit-content;width:fit-content}.form-group__hint{color:var(--neutral-600)}.form-group__error{color:var(--alert-500)}.form-item__label{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1);max-width:100%;overflow:hidden;text-overflow:ellipsis;width:-moz-fit-content;width:fit-content}.radio-group{display:flex;flex-direction:column;gap:var(--spacing-4);position:relative}.radio__input-wrapper{align-items:center;display:flex;gap:var(--spacing-3);position:relative}.radio__label{cursor:pointer;display:flex;flex-direction:column}.radio__input{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--neutral-300);border-radius:50%;color:var(--neutral-300);display:grid;font:inherit;height:var(--spacing-6);margin:0;min-width:var(--spacing-6);place-content:center;position:relative}.radio__input:is(:checked,:focus,:focus-within,:active){outline:none}.radio__input:is(:checked,:active){border:2px solid var(--action-500)}@media (hover:hover){.radio__input:not(:disabled,:focus-within,:active,:checked):hover{background-color:var(--action-50);border:1px solid var(--action-500)}}.radio__input:before{background-color:var(--action-500);border-radius:50%;content:"";display:block;height:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:0}.radio__input:checked:before{height:12px;width:12px}@media (prefers-reduced-motion:no-preference){.radio__input:before{transition-duration:.15s;transition-property:width,height;transition-timing-function:ease-out}}.password+.input__suffix{pointer-events:auto;right:var(--spacing-6)}.password+.input__suffix .button{padding:0}.password+.input__suffix .button:focus-visible{border:1px solid var(--action-500);border-radius:var(--border-radius-sm);color:var(--action-500);outline:none}.password+.input__suffix .button__label{display:flex;width:-moz-fit-content;width:fit-content}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input:hover:not(:disabled)+.input__suffix .button__label,.input__wrapper:hover .input:not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}@media screen and (min-width:64rem){.password+.input__suffix{right:var(--spacing-4)}}`;
|
|
536
536
|
var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
537
537
|
/**
|
|
538
538
|
* @license React
|
|
@@ -741,7 +741,7 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
741
741
|
};
|
|
742
742
|
})(tu);
|
|
743
743
|
eu.exports = tu;
|
|
744
|
-
var
|
|
744
|
+
var w0 = eu.exports;
|
|
745
745
|
/**
|
|
746
746
|
* @license React
|
|
747
747
|
* react-dom.production.min.js
|
|
@@ -751,7 +751,7 @@ var x0 = eu.exports;
|
|
|
751
751
|
* This source code is licensed under the MIT license found in the
|
|
752
752
|
* LICENSE file in the root directory of this source tree.
|
|
753
753
|
*/
|
|
754
|
-
var
|
|
754
|
+
var _0 = T, xe = w0;
|
|
755
755
|
function w(e) {
|
|
756
756
|
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, n = 1; n < arguments.length; n++) t += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
757
757
|
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
@@ -763,11 +763,11 @@ function It(e, t) {
|
|
|
763
763
|
function un(e, t) {
|
|
764
764
|
for (Hn[e] = t, e = 0; e < t.length; e++) nu.add(t[e]);
|
|
765
765
|
}
|
|
766
|
-
var We = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), ho = Object.prototype.hasOwnProperty,
|
|
767
|
-
function
|
|
768
|
-
return ho.call(gl, e) ? !0 : ho.call(hl, e) ? !1 :
|
|
766
|
+
var We = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), ho = Object.prototype.hasOwnProperty, k0 = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, hl = {}, gl = {};
|
|
767
|
+
function S0(e) {
|
|
768
|
+
return ho.call(gl, e) ? !0 : ho.call(hl, e) ? !1 : k0.test(e) ? gl[e] = !0 : (hl[e] = !0, !1);
|
|
769
769
|
}
|
|
770
|
-
function
|
|
770
|
+
function C0(e, t, n, r) {
|
|
771
771
|
if (n !== null && n.type === 0) return !1;
|
|
772
772
|
switch (typeof t) {
|
|
773
773
|
case "function":
|
|
@@ -779,8 +779,8 @@ function S0(e, t, n, r) {
|
|
|
779
779
|
return !1;
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
|
-
function
|
|
783
|
-
if (t === null || typeof t > "u" ||
|
|
782
|
+
function b0(e, t, n, r) {
|
|
783
|
+
if (t === null || typeof t > "u" || C0(e, t, n, r)) return !0;
|
|
784
784
|
if (r) return !1;
|
|
785
785
|
if (n !== null) switch (n.type) {
|
|
786
786
|
case 3:
|
|
@@ -854,9 +854,9 @@ te.xlinkHref = new ce("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/
|
|
|
854
854
|
});
|
|
855
855
|
function ma(e, t, n, r) {
|
|
856
856
|
var i = te.hasOwnProperty(t) ? te[t] : null;
|
|
857
|
-
(i !== null ? i.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (
|
|
857
|
+
(i !== null ? i.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (b0(t, n, i, r) && (n = null), r || i === null ? S0(t) && (n === null ? e.removeAttribute(t) : e.setAttribute(t, "" + n)) : i.mustUseProperty ? e[i.propertyName] = n === null ? i.type === 3 ? !1 : "" : n : (t = i.attributeName, r = i.attributeNamespace, n === null ? e.removeAttribute(t) : (i = i.type, n = i === 3 || i === 4 && n === !0 ? "" : "" + n, r ? e.setAttributeNS(r, t, n) : e.setAttribute(t, n))));
|
|
858
858
|
}
|
|
859
|
-
var Ye =
|
|
859
|
+
var Ye = _0.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, mr = Symbol.for("react.element"), Bt = Symbol.for("react.portal"), Ht = Symbol.for("react.fragment"), va = Symbol.for("react.strict_mode"), go = Symbol.for("react.profiler"), ru = Symbol.for("react.provider"), iu = Symbol.for("react.context"), ya = Symbol.for("react.forward_ref"), mo = Symbol.for("react.suspense"), vo = Symbol.for("react.suspense_list"), xa = Symbol.for("react.memo"), et = Symbol.for("react.lazy"), ou = Symbol.for("react.offscreen"), ml = Symbol.iterator;
|
|
860
860
|
function xn(e) {
|
|
861
861
|
return e === null || typeof e != "object" ? null : (e = ml && e[ml] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
862
862
|
}
|
|
@@ -927,7 +927,7 @@ function Ai(e, t) {
|
|
|
927
927
|
}
|
|
928
928
|
return (e = e ? e.displayName || e.name : "") ? zn(e) : "";
|
|
929
929
|
}
|
|
930
|
-
function
|
|
930
|
+
function E0(e) {
|
|
931
931
|
switch (e.tag) {
|
|
932
932
|
case 5:
|
|
933
933
|
return zn(e.type);
|
|
@@ -986,7 +986,7 @@ function yo(e) {
|
|
|
986
986
|
}
|
|
987
987
|
return null;
|
|
988
988
|
}
|
|
989
|
-
function
|
|
989
|
+
function P0(e) {
|
|
990
990
|
var t = e.type;
|
|
991
991
|
switch (e.tag) {
|
|
992
992
|
case 24:
|
|
@@ -1053,7 +1053,7 @@ function au(e) {
|
|
|
1053
1053
|
var t = e.type;
|
|
1054
1054
|
return (e = e.nodeName) && e.toLowerCase() === "input" && (t === "checkbox" || t === "radio");
|
|
1055
1055
|
}
|
|
1056
|
-
function
|
|
1056
|
+
function N0(e) {
|
|
1057
1057
|
var t = au(e) ? "checked" : "value", n = Object.getOwnPropertyDescriptor(e.constructor.prototype, t), r = "" + e[t];
|
|
1058
1058
|
if (!e.hasOwnProperty(t) && typeof n < "u" && typeof n.get == "function" && typeof n.set == "function") {
|
|
1059
1059
|
var i = n.get, o = n.set;
|
|
@@ -1071,7 +1071,7 @@ function P0(e) {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
}
|
|
1073
1073
|
function vr(e) {
|
|
1074
|
-
e._valueTracker || (e._valueTracker =
|
|
1074
|
+
e._valueTracker || (e._valueTracker = N0(e));
|
|
1075
1075
|
}
|
|
1076
1076
|
function lu(e) {
|
|
1077
1077
|
if (!e) return !1;
|
|
@@ -1244,9 +1244,9 @@ var Tn = {
|
|
|
1244
1244
|
strokeMiterlimit: !0,
|
|
1245
1245
|
strokeOpacity: !0,
|
|
1246
1246
|
strokeWidth: !0
|
|
1247
|
-
},
|
|
1247
|
+
}, L0 = ["Webkit", "ms", "Moz", "O"];
|
|
1248
1248
|
Object.keys(Tn).forEach(function(e) {
|
|
1249
|
-
|
|
1249
|
+
L0.forEach(function(t) {
|
|
1250
1250
|
t = t + e.charAt(0).toUpperCase() + e.substring(1), Tn[t] = Tn[e];
|
|
1251
1251
|
});
|
|
1252
1252
|
});
|
|
@@ -1260,10 +1260,10 @@ function pu(e, t) {
|
|
|
1260
1260
|
n === "float" && (n = "cssFloat"), r ? e.setProperty(n, i) : e[n] = i;
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
1263
|
-
var
|
|
1263
|
+
var z0 = B({ menuitem: !0 }, { area: !0, base: !0, br: !0, col: !0, embed: !0, hr: !0, img: !0, input: !0, keygen: !0, link: !0, meta: !0, param: !0, source: !0, track: !0, wbr: !0 });
|
|
1264
1264
|
function Co(e, t) {
|
|
1265
1265
|
if (t) {
|
|
1266
|
-
if (
|
|
1266
|
+
if (z0[e] && (t.children != null || t.dangerouslySetInnerHTML != null)) throw Error(w(137, e));
|
|
1267
1267
|
if (t.dangerouslySetInnerHTML != null) {
|
|
1268
1268
|
if (t.children != null) throw Error(w(60));
|
|
1269
1269
|
if (typeof t.dangerouslySetInnerHTML != "object" || !("__html" in t.dangerouslySetInnerHTML)) throw Error(w(61));
|
|
@@ -1359,7 +1359,7 @@ if (We) try {
|
|
|
1359
1359
|
} catch {
|
|
1360
1360
|
No = !1;
|
|
1361
1361
|
}
|
|
1362
|
-
function
|
|
1362
|
+
function O0(e, t, n, r, i, o, a, l, s) {
|
|
1363
1363
|
var u = Array.prototype.slice.call(arguments, 3);
|
|
1364
1364
|
try {
|
|
1365
1365
|
t.apply(n, u);
|
|
@@ -1367,14 +1367,14 @@ function z0(e, t, n, r, i, o, a, l, s) {
|
|
|
1367
1367
|
this.onError(f);
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
|
-
var Fn = !1, Wr = null, Qr = !1, Lo = null,
|
|
1370
|
+
var Fn = !1, Wr = null, Qr = !1, Lo = null, M0 = { onError: function(e) {
|
|
1371
1371
|
Fn = !0, Wr = e;
|
|
1372
1372
|
} };
|
|
1373
|
-
function M0(e, t, n, r, i, o, a, l, s) {
|
|
1374
|
-
Fn = !1, Wr = null, z0.apply(O0, arguments);
|
|
1375
|
-
}
|
|
1376
1373
|
function R0(e, t, n, r, i, o, a, l, s) {
|
|
1377
|
-
|
|
1374
|
+
Fn = !1, Wr = null, O0.apply(M0, arguments);
|
|
1375
|
+
}
|
|
1376
|
+
function T0(e, t, n, r, i, o, a, l, s) {
|
|
1377
|
+
if (R0.apply(this, arguments), Fn) {
|
|
1378
1378
|
if (Fn) {
|
|
1379
1379
|
var u = Wr;
|
|
1380
1380
|
Fn = !1, Wr = null;
|
|
@@ -1403,7 +1403,7 @@ function xu(e) {
|
|
|
1403
1403
|
function kl(e) {
|
|
1404
1404
|
if (Dt(e) !== e) throw Error(w(188));
|
|
1405
1405
|
}
|
|
1406
|
-
function
|
|
1406
|
+
function F0(e) {
|
|
1407
1407
|
var t = e.alternate;
|
|
1408
1408
|
if (!t) {
|
|
1409
1409
|
if (t = Dt(e), t === null) throw Error(w(188));
|
|
@@ -1462,7 +1462,7 @@ function T0(e) {
|
|
|
1462
1462
|
return n.stateNode.current === n ? e : t;
|
|
1463
1463
|
}
|
|
1464
1464
|
function wu(e) {
|
|
1465
|
-
return e =
|
|
1465
|
+
return e = F0(e), e !== null ? _u(e) : null;
|
|
1466
1466
|
}
|
|
1467
1467
|
function _u(e) {
|
|
1468
1468
|
if (e.tag === 5 || e.tag === 6) return e;
|
|
@@ -1473,16 +1473,16 @@ function _u(e) {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
return null;
|
|
1475
1475
|
}
|
|
1476
|
-
var ku = xe.unstable_scheduleCallback, Sl = xe.unstable_cancelCallback,
|
|
1477
|
-
function
|
|
1476
|
+
var ku = xe.unstable_scheduleCallback, Sl = xe.unstable_cancelCallback, I0 = xe.unstable_shouldYield, D0 = xe.unstable_requestPaint, K = xe.unstable_now, $0 = xe.unstable_getCurrentPriorityLevel, _a = xe.unstable_ImmediatePriority, Su = xe.unstable_UserBlockingPriority, Gr = xe.unstable_NormalPriority, j0 = xe.unstable_LowPriority, Cu = xe.unstable_IdlePriority, wi = null, je = null;
|
|
1477
|
+
function A0(e) {
|
|
1478
1478
|
if (je && typeof je.onCommitFiberRoot == "function") try {
|
|
1479
1479
|
je.onCommitFiberRoot(wi, e, void 0, (e.current.flags & 128) === 128);
|
|
1480
1480
|
} catch {
|
|
1481
1481
|
}
|
|
1482
1482
|
}
|
|
1483
|
-
var Me = Math.clz32 ? Math.clz32 :
|
|
1484
|
-
function
|
|
1485
|
-
return e >>>= 0, e === 0 ? 32 : 31 - (
|
|
1483
|
+
var Me = Math.clz32 ? Math.clz32 : B0, U0 = Math.log, V0 = Math.LN2;
|
|
1484
|
+
function B0(e) {
|
|
1485
|
+
return e >>>= 0, e === 0 ? 32 : 31 - (U0(e) / V0 | 0) | 0;
|
|
1486
1486
|
}
|
|
1487
1487
|
var xr = 64, wr = 4194304;
|
|
1488
1488
|
function Mn(e) {
|
|
@@ -1547,7 +1547,7 @@ function Xr(e, t) {
|
|
|
1547
1547
|
if (r & 4 && (r |= n & 16), t = e.entangledLanes, t !== 0) for (e = e.entanglements, t &= r; 0 < t; ) n = 31 - Me(t), i = 1 << n, r |= e[n], t &= ~i;
|
|
1548
1548
|
return r;
|
|
1549
1549
|
}
|
|
1550
|
-
function
|
|
1550
|
+
function H0(e, t) {
|
|
1551
1551
|
switch (e) {
|
|
1552
1552
|
case 1:
|
|
1553
1553
|
case 2:
|
|
@@ -1588,10 +1588,10 @@ function B0(e, t) {
|
|
|
1588
1588
|
return -1;
|
|
1589
1589
|
}
|
|
1590
1590
|
}
|
|
1591
|
-
function
|
|
1591
|
+
function K0(e, t) {
|
|
1592
1592
|
for (var n = e.suspendedLanes, r = e.pingedLanes, i = e.expirationTimes, o = e.pendingLanes; 0 < o; ) {
|
|
1593
1593
|
var a = 31 - Me(o), l = 1 << a, s = i[a];
|
|
1594
|
-
s === -1 ? (!(l & n) || l & r) && (i[a] =
|
|
1594
|
+
s === -1 ? (!(l & n) || l & r) && (i[a] = H0(l, t)) : s <= t && (e.expiredLanes |= l), o &= ~l;
|
|
1595
1595
|
}
|
|
1596
1596
|
}
|
|
1597
1597
|
function zo(e) {
|
|
@@ -1608,7 +1608,7 @@ function Vi(e) {
|
|
|
1608
1608
|
function ur(e, t, n) {
|
|
1609
1609
|
e.pendingLanes |= t, t !== 536870912 && (e.suspendedLanes = 0, e.pingedLanes = 0), e = e.eventTimes, t = 31 - Me(t), e[t] = n;
|
|
1610
1610
|
}
|
|
1611
|
-
function
|
|
1611
|
+
function W0(e, t) {
|
|
1612
1612
|
var n = e.pendingLanes & ~t;
|
|
1613
1613
|
e.pendingLanes = t, e.suspendedLanes = 0, e.pingedLanes = 0, e.expiredLanes &= t, e.mutableReadLanes &= t, e.entangledLanes &= t, t = e.entanglements;
|
|
1614
1614
|
var r = e.eventTimes;
|
|
@@ -1628,7 +1628,7 @@ var R = 0;
|
|
|
1628
1628
|
function Eu(e) {
|
|
1629
1629
|
return e &= -e, 1 < e ? 4 < e ? e & 268435455 ? 16 : 536870912 : 4 : 1;
|
|
1630
1630
|
}
|
|
1631
|
-
var Pu, Sa, Nu, Lu, zu, Oo = !1, _r = [], at = null, lt = null, st = null, Qn = /* @__PURE__ */ new Map(), Gn = /* @__PURE__ */ new Map(), nt = [],
|
|
1631
|
+
var Pu, Sa, Nu, Lu, zu, Oo = !1, _r = [], at = null, lt = null, st = null, Qn = /* @__PURE__ */ new Map(), Gn = /* @__PURE__ */ new Map(), nt = [], Q0 = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");
|
|
1632
1632
|
function Cl(e, t) {
|
|
1633
1633
|
switch (e) {
|
|
1634
1634
|
case "focusin":
|
|
@@ -1655,7 +1655,7 @@ function Cl(e, t) {
|
|
|
1655
1655
|
function _n(e, t, n, r, i, o) {
|
|
1656
1656
|
return e === null || e.nativeEvent !== o ? (e = { blockedOn: t, domEventName: n, eventSystemFlags: r, nativeEvent: o, targetContainers: [i] }, t !== null && (t = dr(t), t !== null && Sa(t)), e) : (e.eventSystemFlags |= r, t = e.targetContainers, i !== null && t.indexOf(i) === -1 && t.push(i), e);
|
|
1657
1657
|
}
|
|
1658
|
-
function
|
|
1658
|
+
function G0(e, t, n, r, i) {
|
|
1659
1659
|
switch (t) {
|
|
1660
1660
|
case "focusin":
|
|
1661
1661
|
return at = _n(at, e, t, n, r, i), !0;
|
|
@@ -1707,11 +1707,11 @@ function Fr(e) {
|
|
|
1707
1707
|
function bl(e, t, n) {
|
|
1708
1708
|
Fr(e) && n.delete(t);
|
|
1709
1709
|
}
|
|
1710
|
-
function
|
|
1710
|
+
function X0() {
|
|
1711
1711
|
Oo = !1, at !== null && Fr(at) && (at = null), lt !== null && Fr(lt) && (lt = null), st !== null && Fr(st) && (st = null), Qn.forEach(bl), Gn.forEach(bl);
|
|
1712
1712
|
}
|
|
1713
1713
|
function kn(e, t) {
|
|
1714
|
-
e.blockedOn === t && (e.blockedOn = null, Oo || (Oo = !0, xe.unstable_scheduleCallback(xe.unstable_NormalPriority,
|
|
1714
|
+
e.blockedOn === t && (e.blockedOn = null, Oo || (Oo = !0, xe.unstable_scheduleCallback(xe.unstable_NormalPriority, X0)));
|
|
1715
1715
|
}
|
|
1716
1716
|
function Xn(e) {
|
|
1717
1717
|
function t(i) {
|
|
@@ -1728,7 +1728,7 @@ function Xn(e) {
|
|
|
1728
1728
|
for (; 0 < nt.length && (n = nt[0], n.blockedOn === null); ) Ou(n), n.blockedOn === null && nt.shift();
|
|
1729
1729
|
}
|
|
1730
1730
|
var on = Ye.ReactCurrentBatchConfig, Yr = !0;
|
|
1731
|
-
function
|
|
1731
|
+
function Y0(e, t, n, r) {
|
|
1732
1732
|
var i = R, o = on.transition;
|
|
1733
1733
|
on.transition = null;
|
|
1734
1734
|
try {
|
|
@@ -1737,7 +1737,7 @@ function X0(e, t, n, r) {
|
|
|
1737
1737
|
R = i, on.transition = o;
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
|
-
function
|
|
1740
|
+
function J0(e, t, n, r) {
|
|
1741
1741
|
var i = R, o = on.transition;
|
|
1742
1742
|
on.transition = null;
|
|
1743
1743
|
try {
|
|
@@ -1750,8 +1750,8 @@ function Ca(e, t, n, r) {
|
|
|
1750
1750
|
if (Yr) {
|
|
1751
1751
|
var i = Mo(e, t, n, r);
|
|
1752
1752
|
if (i === null) Zi(e, t, r, Jr, n), Cl(e, r);
|
|
1753
|
-
else if (
|
|
1754
|
-
else if (Cl(e, r), t & 4 && -1 <
|
|
1753
|
+
else if (G0(i, e, t, n, r)) r.stopPropagation();
|
|
1754
|
+
else if (Cl(e, r), t & 4 && -1 < Q0.indexOf(e)) {
|
|
1755
1755
|
for (; i !== null; ) {
|
|
1756
1756
|
var o = dr(i);
|
|
1757
1757
|
if (o !== null && Pu(o), o = Mo(e, t, n, r), o === null && Zi(e, t, r, Jr, n), o === i) break;
|
|
@@ -1848,13 +1848,13 @@ function Mu(e) {
|
|
|
1848
1848
|
case "pointerleave":
|
|
1849
1849
|
return 4;
|
|
1850
1850
|
case "message":
|
|
1851
|
-
switch (
|
|
1851
|
+
switch ($0()) {
|
|
1852
1852
|
case _a:
|
|
1853
1853
|
return 1;
|
|
1854
1854
|
case Su:
|
|
1855
1855
|
return 4;
|
|
1856
1856
|
case Gr:
|
|
1857
|
-
case
|
|
1857
|
+
case j0:
|
|
1858
1858
|
return 16;
|
|
1859
1859
|
case Cu:
|
|
1860
1860
|
return 536870912;
|
|
@@ -1902,15 +1902,15 @@ function _e(e) {
|
|
|
1902
1902
|
}
|
|
1903
1903
|
var vn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
1904
1904
|
return e.timeStamp || Date.now();
|
|
1905
|
-
}, defaultPrevented: 0, isTrusted: 0 }, Ea = _e(vn), cr = B({}, vn, { view: 0, detail: 0 }),
|
|
1905
|
+
}, defaultPrevented: 0, isTrusted: 0 }, Ea = _e(vn), cr = B({}, vn, { view: 0, detail: 0 }), Z0 = _e(cr), Bi, Hi, Sn, _i = B({}, cr, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: Pa, button: 0, buttons: 0, relatedTarget: function(e) {
|
|
1906
1906
|
return e.relatedTarget === void 0 ? e.fromElement === e.srcElement ? e.toElement : e.fromElement : e.relatedTarget;
|
|
1907
1907
|
}, movementX: function(e) {
|
|
1908
1908
|
return "movementX" in e ? e.movementX : (e !== Sn && (Sn && e.type === "mousemove" ? (Bi = e.screenX - Sn.screenX, Hi = e.screenY - Sn.screenY) : Hi = Bi = 0, Sn = e), Bi);
|
|
1909
1909
|
}, movementY: function(e) {
|
|
1910
1910
|
return "movementY" in e ? e.movementY : Hi;
|
|
1911
|
-
} }), Pl = _e(_i),
|
|
1911
|
+
} }), Pl = _e(_i), q0 = B({}, _i, { dataTransfer: 0 }), e1 = _e(q0), t1 = B({}, cr, { relatedTarget: 0 }), Ki = _e(t1), n1 = B({}, vn, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), r1 = _e(n1), i1 = B({}, vn, { clipboardData: function(e) {
|
|
1912
1912
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
1913
|
-
} }),
|
|
1913
|
+
} }), o1 = _e(i1), a1 = B({}, vn, { data: 0 }), Nl = _e(a1), l1 = {
|
|
1914
1914
|
Esc: "Escape",
|
|
1915
1915
|
Spacebar: " ",
|
|
1916
1916
|
Left: "ArrowLeft",
|
|
@@ -1923,7 +1923,7 @@ var vn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
|
1923
1923
|
Apps: "ContextMenu",
|
|
1924
1924
|
Scroll: "ScrollLock",
|
|
1925
1925
|
MozPrintableKey: "Unidentified"
|
|
1926
|
-
},
|
|
1926
|
+
}, s1 = {
|
|
1927
1927
|
8: "Backspace",
|
|
1928
1928
|
9: "Tab",
|
|
1929
1929
|
12: "Clear",
|
|
@@ -1960,27 +1960,27 @@ var vn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
|
1960
1960
|
144: "NumLock",
|
|
1961
1961
|
145: "ScrollLock",
|
|
1962
1962
|
224: "Meta"
|
|
1963
|
-
},
|
|
1964
|
-
function
|
|
1963
|
+
}, u1 = { Alt: "altKey", Control: "ctrlKey", Meta: "metaKey", Shift: "shiftKey" };
|
|
1964
|
+
function c1(e) {
|
|
1965
1965
|
var t = this.nativeEvent;
|
|
1966
|
-
return t.getModifierState ? t.getModifierState(e) : (e =
|
|
1966
|
+
return t.getModifierState ? t.getModifierState(e) : (e = u1[e]) ? !!t[e] : !1;
|
|
1967
1967
|
}
|
|
1968
1968
|
function Pa() {
|
|
1969
|
-
return
|
|
1969
|
+
return c1;
|
|
1970
1970
|
}
|
|
1971
|
-
var
|
|
1971
|
+
var d1 = B({}, cr, { key: function(e) {
|
|
1972
1972
|
if (e.key) {
|
|
1973
|
-
var t =
|
|
1973
|
+
var t = l1[e.key] || e.key;
|
|
1974
1974
|
if (t !== "Unidentified") return t;
|
|
1975
1975
|
}
|
|
1976
|
-
return e.type === "keypress" ? (e = Dr(e), e === 13 ? "Enter" : String.fromCharCode(e)) : e.type === "keydown" || e.type === "keyup" ?
|
|
1976
|
+
return e.type === "keypress" ? (e = Dr(e), e === 13 ? "Enter" : String.fromCharCode(e)) : e.type === "keydown" || e.type === "keyup" ? s1[e.keyCode] || "Unidentified" : "";
|
|
1977
1977
|
}, code: 0, location: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, repeat: 0, locale: 0, getModifierState: Pa, charCode: function(e) {
|
|
1978
1978
|
return e.type === "keypress" ? Dr(e) : 0;
|
|
1979
1979
|
}, keyCode: function(e) {
|
|
1980
1980
|
return e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
1981
1981
|
}, which: function(e) {
|
|
1982
1982
|
return e.type === "keypress" ? Dr(e) : e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
1983
|
-
} }),
|
|
1983
|
+
} }), f1 = _e(d1), p1 = B({}, _i, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), Ll = _e(p1), h1 = B({}, cr, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: Pa }), g1 = _e(h1), m1 = B({}, vn, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), v1 = _e(m1), y1 = B({}, _i, {
|
|
1984
1984
|
deltaX: function(e) {
|
|
1985
1985
|
return "deltaX" in e ? e.deltaX : "wheelDeltaX" in e ? -e.wheelDeltaX : 0;
|
|
1986
1986
|
},
|
|
@@ -1989,13 +1989,13 @@ var c1 = B({}, cr, { key: function(e) {
|
|
|
1989
1989
|
},
|
|
1990
1990
|
deltaZ: 0,
|
|
1991
1991
|
deltaMode: 0
|
|
1992
|
-
}),
|
|
1992
|
+
}), x1 = _e(y1), w1 = [9, 13, 27, 32], Na = We && "CompositionEvent" in window, In = null;
|
|
1993
1993
|
We && "documentMode" in document && (In = document.documentMode);
|
|
1994
|
-
var
|
|
1994
|
+
var _1 = We && "TextEvent" in window && !In, Tu = We && (!Na || In && 8 < In && 11 >= In), zl = " ", Ol = !1;
|
|
1995
1995
|
function Fu(e, t) {
|
|
1996
1996
|
switch (e) {
|
|
1997
1997
|
case "keyup":
|
|
1998
|
-
return
|
|
1998
|
+
return w1.indexOf(t.keyCode) !== -1;
|
|
1999
1999
|
case "keydown":
|
|
2000
2000
|
return t.keyCode !== 229;
|
|
2001
2001
|
case "keypress":
|
|
@@ -2010,7 +2010,7 @@ function Iu(e) {
|
|
|
2010
2010
|
return e = e.detail, typeof e == "object" && "data" in e ? e.data : null;
|
|
2011
2011
|
}
|
|
2012
2012
|
var Kt = !1;
|
|
2013
|
-
function
|
|
2013
|
+
function k1(e, t) {
|
|
2014
2014
|
switch (e) {
|
|
2015
2015
|
case "compositionend":
|
|
2016
2016
|
return Iu(t);
|
|
@@ -2022,7 +2022,7 @@ function _1(e, t) {
|
|
|
2022
2022
|
return null;
|
|
2023
2023
|
}
|
|
2024
2024
|
}
|
|
2025
|
-
function
|
|
2025
|
+
function S1(e, t) {
|
|
2026
2026
|
if (Kt) return e === "compositionend" || !Na && Fu(e, t) ? (e = Ru(), Ir = ba = it = null, Kt = !1, e) : null;
|
|
2027
2027
|
switch (e) {
|
|
2028
2028
|
case "paste":
|
|
@@ -2039,23 +2039,23 @@ function k1(e, t) {
|
|
|
2039
2039
|
return null;
|
|
2040
2040
|
}
|
|
2041
2041
|
}
|
|
2042
|
-
var
|
|
2042
|
+
var C1 = { color: !0, date: !0, datetime: !0, "datetime-local": !0, email: !0, month: !0, number: !0, password: !0, range: !0, search: !0, tel: !0, text: !0, time: !0, url: !0, week: !0 };
|
|
2043
2043
|
function Ml(e) {
|
|
2044
2044
|
var t = e && e.nodeName && e.nodeName.toLowerCase();
|
|
2045
|
-
return t === "input" ? !!
|
|
2045
|
+
return t === "input" ? !!C1[e.type] : t === "textarea";
|
|
2046
2046
|
}
|
|
2047
2047
|
function Du(e, t, n, r) {
|
|
2048
2048
|
hu(r), t = Zr(t, "onChange"), 0 < t.length && (n = new Ea("onChange", "change", null, n, r), e.push({ event: n, listeners: t }));
|
|
2049
2049
|
}
|
|
2050
2050
|
var Dn = null, Yn = null;
|
|
2051
|
-
function
|
|
2051
|
+
function b1(e) {
|
|
2052
2052
|
Gu(e, 0);
|
|
2053
2053
|
}
|
|
2054
2054
|
function ki(e) {
|
|
2055
2055
|
var t = Gt(e);
|
|
2056
2056
|
if (lu(t)) return e;
|
|
2057
2057
|
}
|
|
2058
|
-
function
|
|
2058
|
+
function E1(e, t) {
|
|
2059
2059
|
if (e === "change") return t;
|
|
2060
2060
|
}
|
|
2061
2061
|
var $u = !1;
|
|
@@ -2077,25 +2077,25 @@ function Tl() {
|
|
|
2077
2077
|
function ju(e) {
|
|
2078
2078
|
if (e.propertyName === "value" && ki(Yn)) {
|
|
2079
2079
|
var t = [];
|
|
2080
|
-
Du(t, Yn, e, wa(e)), yu(
|
|
2080
|
+
Du(t, Yn, e, wa(e)), yu(b1, t);
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
|
-
function
|
|
2083
|
+
function P1(e, t, n) {
|
|
2084
2084
|
e === "focusin" ? (Tl(), Dn = t, Yn = n, Dn.attachEvent("onpropertychange", ju)) : e === "focusout" && Tl();
|
|
2085
2085
|
}
|
|
2086
|
-
function
|
|
2086
|
+
function N1(e) {
|
|
2087
2087
|
if (e === "selectionchange" || e === "keyup" || e === "keydown") return ki(Yn);
|
|
2088
2088
|
}
|
|
2089
|
-
function
|
|
2089
|
+
function L1(e, t) {
|
|
2090
2090
|
if (e === "click") return ki(t);
|
|
2091
2091
|
}
|
|
2092
|
-
function
|
|
2092
|
+
function z1(e, t) {
|
|
2093
2093
|
if (e === "input" || e === "change") return ki(t);
|
|
2094
2094
|
}
|
|
2095
|
-
function
|
|
2095
|
+
function O1(e, t) {
|
|
2096
2096
|
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
2097
2097
|
}
|
|
2098
|
-
var Te = typeof Object.is == "function" ? Object.is :
|
|
2098
|
+
var Te = typeof Object.is == "function" ? Object.is : O1;
|
|
2099
2099
|
function Jn(e, t) {
|
|
2100
2100
|
if (Te(e, t)) return !0;
|
|
2101
2101
|
if (typeof e != "object" || e === null || typeof t != "object" || t === null) return !1;
|
|
@@ -2152,7 +2152,7 @@ function La(e) {
|
|
|
2152
2152
|
var t = e && e.nodeName && e.nodeName.toLowerCase();
|
|
2153
2153
|
return t && (t === "input" && (e.type === "text" || e.type === "search" || e.type === "tel" || e.type === "url" || e.type === "password") || t === "textarea" || e.contentEditable === "true");
|
|
2154
2154
|
}
|
|
2155
|
-
function
|
|
2155
|
+
function M1(e) {
|
|
2156
2156
|
var t = Uu(), n = e.focusedElem, r = e.selectionRange;
|
|
2157
2157
|
if (t !== n && n && n.ownerDocument && Au(n.ownerDocument.documentElement, n)) {
|
|
2158
2158
|
if (r !== null && La(n)) {
|
|
@@ -2172,7 +2172,7 @@ function O1(e) {
|
|
|
2172
2172
|
for (typeof n.focus == "function" && n.focus(), n = 0; n < t.length; n++) e = t[n], e.element.scrollLeft = e.left, e.element.scrollTop = e.top;
|
|
2173
2173
|
}
|
|
2174
2174
|
}
|
|
2175
|
-
var
|
|
2175
|
+
var R1 = We && "documentMode" in document && 11 >= document.documentMode, Wt = null, Ro = null, $n = null, To = !1;
|
|
2176
2176
|
function Dl(e, t, n) {
|
|
2177
2177
|
var r = n.window === n ? n.document : n.nodeType === 9 ? n : n.ownerDocument;
|
|
2178
2178
|
To || Wt == null || Wt !== Kr(r) || (r = Wt, "selectionStart" in r && La(r) ? r = { start: r.selectionStart, end: r.selectionEnd } : (r = (r.ownerDocument && r.ownerDocument.defaultView || window).getSelection(), r = { anchorNode: r.anchorNode, anchorOffset: r.anchorOffset, focusNode: r.focusNode, focusOffset: r.focusOffset }), $n && Jn($n, r) || ($n = r, r = Zr(Ro, "onSelect"), 0 < r.length && (t = new Ea("onSelect", "select", null, t, n), e.push({ event: t, listeners: r }), t.target = Wt)));
|
|
@@ -2195,8 +2195,8 @@ function mt(e, t) {
|
|
|
2195
2195
|
Qu.set(e, t), It(t, [e]);
|
|
2196
2196
|
}
|
|
2197
2197
|
for (var Xi = 0; Xi < $l.length; Xi++) {
|
|
2198
|
-
var Yi = $l[Xi],
|
|
2199
|
-
mt(
|
|
2198
|
+
var Yi = $l[Xi], T1 = Yi.toLowerCase(), F1 = Yi[0].toUpperCase() + Yi.slice(1);
|
|
2199
|
+
mt(T1, "on" + F1);
|
|
2200
2200
|
}
|
|
2201
2201
|
mt(Bu, "onAnimationEnd");
|
|
2202
2202
|
mt(Hu, "onAnimationIteration");
|
|
@@ -2215,10 +2215,10 @@ It("onBeforeInput", ["compositionend", "keypress", "textInput", "paste"]);
|
|
|
2215
2215
|
It("onCompositionEnd", "compositionend focusout keydown keypress keyup mousedown".split(" "));
|
|
2216
2216
|
It("onCompositionStart", "compositionstart focusout keydown keypress keyup mousedown".split(" "));
|
|
2217
2217
|
It("onCompositionUpdate", "compositionupdate focusout keydown keypress keyup mousedown".split(" "));
|
|
2218
|
-
var Rn = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),
|
|
2218
|
+
var Rn = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "), I1 = new Set("cancel close invalid load scroll toggle".split(" ").concat(Rn));
|
|
2219
2219
|
function jl(e, t, n) {
|
|
2220
2220
|
var r = e.type || "unknown-event";
|
|
2221
|
-
e.currentTarget = n,
|
|
2221
|
+
e.currentTarget = n, T0(r, t, void 0, e), e.currentTarget = null;
|
|
2222
2222
|
}
|
|
2223
2223
|
function Gu(e, t) {
|
|
2224
2224
|
t = (t & 4) !== 0;
|
|
@@ -2254,7 +2254,7 @@ var Cr = "_reactListening" + Math.random().toString(36).slice(2);
|
|
|
2254
2254
|
function Zn(e) {
|
|
2255
2255
|
if (!e[Cr]) {
|
|
2256
2256
|
e[Cr] = !0, nu.forEach(function(n) {
|
|
2257
|
-
n !== "selectionchange" && (
|
|
2257
|
+
n !== "selectionchange" && (I1.has(n) || Ji(n, !1, e), Ji(n, !0, e));
|
|
2258
2258
|
});
|
|
2259
2259
|
var t = e.nodeType === 9 ? e : e.ownerDocument;
|
|
2260
2260
|
t === null || t[Cr] || (t[Cr] = !0, Ji("selectionchange", !1, t));
|
|
@@ -2263,10 +2263,10 @@ function Zn(e) {
|
|
|
2263
2263
|
function Xu(e, t, n, r) {
|
|
2264
2264
|
switch (Mu(t)) {
|
|
2265
2265
|
case 1:
|
|
2266
|
-
var i =
|
|
2266
|
+
var i = Y0;
|
|
2267
2267
|
break;
|
|
2268
2268
|
case 4:
|
|
2269
|
-
i =
|
|
2269
|
+
i = J0;
|
|
2270
2270
|
break;
|
|
2271
2271
|
default:
|
|
2272
2272
|
i = Ca;
|
|
@@ -2308,7 +2308,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2308
2308
|
if (Dr(n) === 0) break e;
|
|
2309
2309
|
case "keydown":
|
|
2310
2310
|
case "keyup":
|
|
2311
|
-
m =
|
|
2311
|
+
m = f1;
|
|
2312
2312
|
break;
|
|
2313
2313
|
case "focusin":
|
|
2314
2314
|
y = "focus", m = Ki;
|
|
@@ -2340,32 +2340,32 @@ function Zi(e, t, n, r, i) {
|
|
|
2340
2340
|
case "dragover":
|
|
2341
2341
|
case "dragstart":
|
|
2342
2342
|
case "drop":
|
|
2343
|
-
m =
|
|
2343
|
+
m = e1;
|
|
2344
2344
|
break;
|
|
2345
2345
|
case "touchcancel":
|
|
2346
2346
|
case "touchend":
|
|
2347
2347
|
case "touchmove":
|
|
2348
2348
|
case "touchstart":
|
|
2349
|
-
m =
|
|
2349
|
+
m = g1;
|
|
2350
2350
|
break;
|
|
2351
2351
|
case Bu:
|
|
2352
2352
|
case Hu:
|
|
2353
2353
|
case Ku:
|
|
2354
|
-
m =
|
|
2354
|
+
m = r1;
|
|
2355
2355
|
break;
|
|
2356
2356
|
case Wu:
|
|
2357
|
-
m =
|
|
2357
|
+
m = v1;
|
|
2358
2358
|
break;
|
|
2359
2359
|
case "scroll":
|
|
2360
|
-
m =
|
|
2360
|
+
m = Z0;
|
|
2361
2361
|
break;
|
|
2362
2362
|
case "wheel":
|
|
2363
|
-
m =
|
|
2363
|
+
m = x1;
|
|
2364
2364
|
break;
|
|
2365
2365
|
case "copy":
|
|
2366
2366
|
case "cut":
|
|
2367
2367
|
case "paste":
|
|
2368
|
-
m =
|
|
2368
|
+
m = o1;
|
|
2369
2369
|
break;
|
|
2370
2370
|
case "gotpointercapture":
|
|
2371
2371
|
case "lostpointercapture":
|
|
@@ -2408,13 +2408,13 @@ function Zi(e, t, n, r, i) {
|
|
|
2408
2408
|
}
|
|
2409
2409
|
}
|
|
2410
2410
|
e: {
|
|
2411
|
-
if (c = u ? Gt(u) : window, m = c.nodeName && c.nodeName.toLowerCase(), m === "select" || m === "input" && c.type === "file") var _ =
|
|
2412
|
-
else if (Ml(c)) if ($u) _ =
|
|
2411
|
+
if (c = u ? Gt(u) : window, m = c.nodeName && c.nodeName.toLowerCase(), m === "select" || m === "input" && c.type === "file") var _ = E1;
|
|
2412
|
+
else if (Ml(c)) if ($u) _ = z1;
|
|
2413
2413
|
else {
|
|
2414
|
-
_ =
|
|
2415
|
-
var S =
|
|
2414
|
+
_ = N1;
|
|
2415
|
+
var S = P1;
|
|
2416
2416
|
}
|
|
2417
|
-
else (m = c.nodeName) && m.toLowerCase() === "input" && (c.type === "checkbox" || c.type === "radio") && (_ =
|
|
2417
|
+
else (m = c.nodeName) && m.toLowerCase() === "input" && (c.type === "checkbox" || c.type === "radio") && (_ = L1);
|
|
2418
2418
|
if (_ && (_ = _(e, u))) {
|
|
2419
2419
|
Du(h, _, n, f);
|
|
2420
2420
|
break e;
|
|
@@ -2437,7 +2437,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2437
2437
|
To = !1, Dl(h, n, f);
|
|
2438
2438
|
break;
|
|
2439
2439
|
case "selectionchange":
|
|
2440
|
-
if (
|
|
2440
|
+
if (R1) break;
|
|
2441
2441
|
case "keydown":
|
|
2442
2442
|
case "keyup":
|
|
2443
2443
|
Dl(h, n, f);
|
|
@@ -2458,7 +2458,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2458
2458
|
E = void 0;
|
|
2459
2459
|
}
|
|
2460
2460
|
else Kt ? Fu(e, n) && (E = "onCompositionEnd") : e === "keydown" && n.keyCode === 229 && (E = "onCompositionStart");
|
|
2461
|
-
E && (Tu && n.locale !== "ko" && (Kt || E !== "onCompositionStart" ? E === "onCompositionEnd" && Kt && (k = Ru()) : (it = f, ba = "value" in it ? it.value : it.textContent, Kt = !0)), S = Zr(u, E), 0 < S.length && (E = new Nl(E, e, null, n, f), h.push({ event: E, listeners: S }), k ? E.data = k : (k = Iu(n), k !== null && (E.data = k)))), (k =
|
|
2461
|
+
E && (Tu && n.locale !== "ko" && (Kt || E !== "onCompositionStart" ? E === "onCompositionEnd" && Kt && (k = Ru()) : (it = f, ba = "value" in it ? it.value : it.textContent, Kt = !0)), S = Zr(u, E), 0 < S.length && (E = new Nl(E, e, null, n, f), h.push({ event: E, listeners: S }), k ? E.data = k : (k = Iu(n), k !== null && (E.data = k)))), (k = _1 ? k1(e, n) : S1(e, n)) && (u = Zr(u, "onBeforeInput"), 0 < u.length && (f = new Nl("onBeforeInput", "beforeinput", null, n, f), h.push({ event: f, listeners: u }), f.data = k));
|
|
2462
2462
|
}
|
|
2463
2463
|
Gu(h, t);
|
|
2464
2464
|
});
|
|
@@ -2488,10 +2488,10 @@ function Al(e, t, n, r, i) {
|
|
|
2488
2488
|
}
|
|
2489
2489
|
a.length !== 0 && e.push({ event: t, listeners: a });
|
|
2490
2490
|
}
|
|
2491
|
-
var
|
|
2491
|
+
var D1 = /\r\n?/g, $1 = /\u0000|\uFFFD/g;
|
|
2492
2492
|
function Ul(e) {
|
|
2493
|
-
return (typeof e == "string" ? e : "" + e).replace(
|
|
2494
|
-
`).replace(
|
|
2493
|
+
return (typeof e == "string" ? e : "" + e).replace(D1, `
|
|
2494
|
+
`).replace($1, "");
|
|
2495
2495
|
}
|
|
2496
2496
|
function br(e, t, n) {
|
|
2497
2497
|
if (t = Ul(t), Ul(e) !== t && n) throw Error(w(425));
|
|
@@ -2502,10 +2502,10 @@ var Fo = null, Io = null;
|
|
|
2502
2502
|
function Do(e, t) {
|
|
2503
2503
|
return e === "textarea" || e === "noscript" || typeof t.children == "string" || typeof t.children == "number" || typeof t.dangerouslySetInnerHTML == "object" && t.dangerouslySetInnerHTML !== null && t.dangerouslySetInnerHTML.__html != null;
|
|
2504
2504
|
}
|
|
2505
|
-
var $o = typeof setTimeout == "function" ? setTimeout : void 0,
|
|
2506
|
-
return Vl.resolve(null).then(e).catch(
|
|
2505
|
+
var $o = typeof setTimeout == "function" ? setTimeout : void 0, j1 = typeof clearTimeout == "function" ? clearTimeout : void 0, Vl = typeof Promise == "function" ? Promise : void 0, A1 = typeof queueMicrotask == "function" ? queueMicrotask : typeof Vl < "u" ? function(e) {
|
|
2506
|
+
return Vl.resolve(null).then(e).catch(U1);
|
|
2507
2507
|
} : $o;
|
|
2508
|
-
function
|
|
2508
|
+
function U1(e) {
|
|
2509
2509
|
setTimeout(function() {
|
|
2510
2510
|
throw e;
|
|
2511
2511
|
});
|
|
@@ -2550,7 +2550,7 @@ function Bl(e) {
|
|
|
2550
2550
|
}
|
|
2551
2551
|
return null;
|
|
2552
2552
|
}
|
|
2553
|
-
var yn = Math.random().toString(36).slice(2), De = "__reactFiber$" + yn, er = "__reactProps$" + yn, Qe = "__reactContainer$" + yn, jo = "__reactEvents$" + yn,
|
|
2553
|
+
var yn = Math.random().toString(36).slice(2), De = "__reactFiber$" + yn, er = "__reactProps$" + yn, Qe = "__reactContainer$" + yn, jo = "__reactEvents$" + yn, V1 = "__reactListeners$" + yn, B1 = "__reactHandles$" + yn;
|
|
2554
2554
|
function bt(e) {
|
|
2555
2555
|
var t = e[De];
|
|
2556
2556
|
if (t) return t;
|
|
@@ -2610,7 +2610,7 @@ function Yu(e, t, n) {
|
|
|
2610
2610
|
var r = e.stateNode;
|
|
2611
2611
|
if (t = t.childContextTypes, typeof r.getChildContext != "function") return n;
|
|
2612
2612
|
r = r.getChildContext();
|
|
2613
|
-
for (var i in r) if (!(i in t)) throw Error(w(108,
|
|
2613
|
+
for (var i in r) if (!(i in t)) throw Error(w(108, P0(e) || "Unknown", i));
|
|
2614
2614
|
return B({}, n, r);
|
|
2615
2615
|
}
|
|
2616
2616
|
function ti(e) {
|
|
@@ -2625,7 +2625,7 @@ var Ve = null, bi = !1, eo = !1;
|
|
|
2625
2625
|
function Ju(e) {
|
|
2626
2626
|
Ve === null ? Ve = [e] : Ve.push(e);
|
|
2627
2627
|
}
|
|
2628
|
-
function
|
|
2628
|
+
function H1(e) {
|
|
2629
2629
|
bi = !0, Ju(e);
|
|
2630
2630
|
}
|
|
2631
2631
|
function yt() {
|
|
@@ -2752,7 +2752,7 @@ function dn() {
|
|
|
2752
2752
|
function Ma(e) {
|
|
2753
2753
|
Oe === null ? Oe = [e] : Oe.push(e);
|
|
2754
2754
|
}
|
|
2755
|
-
var
|
|
2755
|
+
var K1 = Ye.ReactCurrentBatchConfig;
|
|
2756
2756
|
function Cn(e, t, n) {
|
|
2757
2757
|
if (e = n.ref, e !== null && typeof e != "function" && typeof e != "object") {
|
|
2758
2758
|
if (n._owner) {
|
|
@@ -3174,7 +3174,7 @@ function Aa() {
|
|
|
3174
3174
|
for (var e = 0; e < to.length; e++) to[e]._workInProgressVersionPrimary = null;
|
|
3175
3175
|
to.length = 0;
|
|
3176
3176
|
}
|
|
3177
|
-
var jr = Ye.ReactCurrentDispatcher, no = Ye.ReactCurrentBatchConfig, Rt = 0, V = null, Q = null, Y = null, si = !1, jn = !1, rr = 0,
|
|
3177
|
+
var jr = Ye.ReactCurrentDispatcher, no = Ye.ReactCurrentBatchConfig, Rt = 0, V = null, Q = null, Y = null, si = !1, jn = !1, rr = 0, W1 = 0;
|
|
3178
3178
|
function ne() {
|
|
3179
3179
|
throw Error(w(321));
|
|
3180
3180
|
}
|
|
@@ -3184,11 +3184,11 @@ function Ua(e, t) {
|
|
|
3184
3184
|
return !0;
|
|
3185
3185
|
}
|
|
3186
3186
|
function Va(e, t, n, r, i, o) {
|
|
3187
|
-
if (Rt = o, V = t, t.memoizedState = null, t.updateQueue = null, t.lanes = 0, jr.current = e === null || e.memoizedState === null ?
|
|
3187
|
+
if (Rt = o, V = t, t.memoizedState = null, t.updateQueue = null, t.lanes = 0, jr.current = e === null || e.memoizedState === null ? Y1 : J1, e = n(r, i), jn) {
|
|
3188
3188
|
o = 0;
|
|
3189
3189
|
do {
|
|
3190
3190
|
if (jn = !1, rr = 0, 25 <= o) throw Error(w(301));
|
|
3191
|
-
o += 1, Y = Q = null, t.updateQueue = null, jr.current =
|
|
3191
|
+
o += 1, Y = Q = null, t.updateQueue = null, jr.current = Z1, e = n(r, i);
|
|
3192
3192
|
} while (jn);
|
|
3193
3193
|
}
|
|
3194
3194
|
if (jr.current = ui, t = Q !== null && Q.next !== null, Rt = 0, Y = Q = V = null, si = !1, t) throw Error(w(300));
|
|
@@ -3310,7 +3310,7 @@ function fc(e) {
|
|
|
3310
3310
|
}
|
|
3311
3311
|
function Jl(e) {
|
|
3312
3312
|
var t = Ie();
|
|
3313
|
-
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: ir, lastRenderedState: e }, t.queue = e, e = e.dispatch =
|
|
3313
|
+
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: ir, lastRenderedState: e }, t.queue = e, e = e.dispatch = X1.bind(null, V, e), [t.memoizedState, e];
|
|
3314
3314
|
}
|
|
3315
3315
|
function or(e, t, n, r) {
|
|
3316
3316
|
return e = { tag: e, create: t, destroy: n, deps: r, next: null }, t = V.updateQueue, t === null ? (t = { lastEffect: null, stores: null }, V.updateQueue = t, t.lastEffect = e.next = e) : (n = t.lastEffect, n === null ? t.lastEffect = e.next = e : (r = n.next, n.next = e, e.next = r, t.lastEffect = e)), e;
|
|
@@ -3375,7 +3375,7 @@ function xc(e, t) {
|
|
|
3375
3375
|
function wc(e, t, n) {
|
|
3376
3376
|
return Rt & 21 ? (Te(n, t) || (n = bu(), V.lanes |= n, Tt |= n, e.baseState = !0), t) : (e.baseState && (e.baseState = !1, fe = !0), e.memoizedState = n);
|
|
3377
3377
|
}
|
|
3378
|
-
function
|
|
3378
|
+
function Q1(e, t) {
|
|
3379
3379
|
var n = R;
|
|
3380
3380
|
R = n !== 0 && 4 > n ? n : 4, e(!0);
|
|
3381
3381
|
var r = no.transition;
|
|
@@ -3389,7 +3389,7 @@ function W1(e, t) {
|
|
|
3389
3389
|
function _c() {
|
|
3390
3390
|
return Pe().memoizedState;
|
|
3391
3391
|
}
|
|
3392
|
-
function
|
|
3392
|
+
function G1(e, t, n) {
|
|
3393
3393
|
var r = ft(e);
|
|
3394
3394
|
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null }, kc(e)) Sc(t, n);
|
|
3395
3395
|
else if (n = rc(e, t, n, r), n !== null) {
|
|
@@ -3397,7 +3397,7 @@ function Q1(e, t, n) {
|
|
|
3397
3397
|
Re(n, e, r, i), Cc(n, t, r);
|
|
3398
3398
|
}
|
|
3399
3399
|
}
|
|
3400
|
-
function
|
|
3400
|
+
function X1(e, t, n) {
|
|
3401
3401
|
var r = ft(e), i = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null };
|
|
3402
3402
|
if (kc(e)) Sc(t, i);
|
|
3403
3403
|
else {
|
|
@@ -3430,7 +3430,7 @@ function Cc(e, t, n) {
|
|
|
3430
3430
|
r &= e.pendingLanes, n |= r, t.lanes = n, ka(e, n);
|
|
3431
3431
|
}
|
|
3432
3432
|
}
|
|
3433
|
-
var ui = { readContext: Ee, useCallback: ne, useContext: ne, useEffect: ne, useImperativeHandle: ne, useInsertionEffect: ne, useLayoutEffect: ne, useMemo: ne, useReducer: ne, useRef: ne, useState: ne, useDebugValue: ne, useDeferredValue: ne, useTransition: ne, useMutableSource: ne, useSyncExternalStore: ne, useId: ne, unstable_isNewReconciler: !1 },
|
|
3433
|
+
var ui = { readContext: Ee, useCallback: ne, useContext: ne, useEffect: ne, useImperativeHandle: ne, useInsertionEffect: ne, useLayoutEffect: ne, useMemo: ne, useReducer: ne, useRef: ne, useState: ne, useDebugValue: ne, useDeferredValue: ne, useTransition: ne, useMutableSource: ne, useSyncExternalStore: ne, useId: ne, unstable_isNewReconciler: !1 }, Y1 = { readContext: Ee, useCallback: function(e, t) {
|
|
3434
3434
|
return Ie().memoizedState = [e, t === void 0 ? null : t], e;
|
|
3435
3435
|
}, useContext: Ee, useEffect: Zl, useImperativeHandle: function(e, t, n) {
|
|
3436
3436
|
return n = n != null ? n.concat([e]) : null, Ar(
|
|
@@ -3448,7 +3448,7 @@ var ui = { readContext: Ee, useCallback: ne, useContext: ne, useEffect: ne, useI
|
|
|
3448
3448
|
return t = t === void 0 ? null : t, e = e(), n.memoizedState = [e, t], e;
|
|
3449
3449
|
}, useReducer: function(e, t, n) {
|
|
3450
3450
|
var r = Ie();
|
|
3451
|
-
return t = n !== void 0 ? n(t) : t, r.memoizedState = r.baseState = t, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: e, lastRenderedState: t }, r.queue = e, e = e.dispatch =
|
|
3451
|
+
return t = n !== void 0 ? n(t) : t, r.memoizedState = r.baseState = t, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: e, lastRenderedState: t }, r.queue = e, e = e.dispatch = G1.bind(null, V, e), [r.memoizedState, e];
|
|
3452
3452
|
}, useRef: function(e) {
|
|
3453
3453
|
var t = Ie();
|
|
3454
3454
|
return e = { current: e }, t.memoizedState = e;
|
|
@@ -3456,7 +3456,7 @@ var ui = { readContext: Ee, useCallback: ne, useContext: ne, useEffect: ne, useI
|
|
|
3456
3456
|
return Ie().memoizedState = e;
|
|
3457
3457
|
}, useTransition: function() {
|
|
3458
3458
|
var e = Jl(!1), t = e[0];
|
|
3459
|
-
return e =
|
|
3459
|
+
return e = Q1.bind(null, e[1]), Ie().memoizedState = e, [t, e];
|
|
3460
3460
|
}, useMutableSource: function() {
|
|
3461
3461
|
}, useSyncExternalStore: function(e, t, n) {
|
|
3462
3462
|
var r = V, i = Ie();
|
|
@@ -3480,9 +3480,9 @@ var ui = { readContext: Ee, useCallback: ne, useContext: ne, useEffect: ne, useI
|
|
|
3480
3480
|
if (j) {
|
|
3481
3481
|
var n = He, r = Be;
|
|
3482
3482
|
n = (r & ~(1 << 32 - Me(r) - 1)).toString(32) + n, t = ":" + t + "R" + n, n = rr++, 0 < n && (t += "H" + n.toString(32)), t += ":";
|
|
3483
|
-
} else n =
|
|
3483
|
+
} else n = W1++, t = ":" + t + "r" + n.toString(32) + ":";
|
|
3484
3484
|
return e.memoizedState = t;
|
|
3485
|
-
}, unstable_isNewReconciler: !1 },
|
|
3485
|
+
}, unstable_isNewReconciler: !1 }, J1 = {
|
|
3486
3486
|
readContext: Ee,
|
|
3487
3487
|
useCallback: yc,
|
|
3488
3488
|
useContext: Ee,
|
|
@@ -3509,7 +3509,7 @@ var ui = { readContext: Ee, useCallback: ne, useContext: ne, useEffect: ne, useI
|
|
|
3509
3509
|
useSyncExternalStore: lc,
|
|
3510
3510
|
useId: _c,
|
|
3511
3511
|
unstable_isNewReconciler: !1
|
|
3512
|
-
},
|
|
3512
|
+
}, Z1 = { readContext: Ee, useCallback: yc, useContext: Ee, useEffect: Ha, useImperativeHandle: vc, useInsertionEffect: hc, useLayoutEffect: gc, useMemo: xc, useReducer: io, useRef: pc, useState: function() {
|
|
3513
3513
|
return io(ir);
|
|
3514
3514
|
}, useDebugValue: Ka, useDeferredValue: function(e) {
|
|
3515
3515
|
var t = Pe();
|
|
@@ -3564,7 +3564,7 @@ function hn(e, t) {
|
|
|
3564
3564
|
try {
|
|
3565
3565
|
var n = "", r = t;
|
|
3566
3566
|
do
|
|
3567
|
-
n +=
|
|
3567
|
+
n += E0(r), r = r.return;
|
|
3568
3568
|
while (r);
|
|
3569
3569
|
var i = n;
|
|
3570
3570
|
} catch (o) {
|
|
@@ -3586,7 +3586,7 @@ function Wo(e, t) {
|
|
|
3586
3586
|
});
|
|
3587
3587
|
}
|
|
3588
3588
|
}
|
|
3589
|
-
var
|
|
3589
|
+
var q1 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
3590
3590
|
function Ec(e, t, n) {
|
|
3591
3591
|
n = Ke(-1, n), n.tag = 3, n.payload = { element: null };
|
|
3592
3592
|
var r = t.value;
|
|
@@ -3615,11 +3615,11 @@ function Pc(e, t, n) {
|
|
|
3615
3615
|
function ts(e, t, n) {
|
|
3616
3616
|
var r = e.pingCache;
|
|
3617
3617
|
if (r === null) {
|
|
3618
|
-
r = e.pingCache = new
|
|
3618
|
+
r = e.pingCache = new q1();
|
|
3619
3619
|
var i = /* @__PURE__ */ new Set();
|
|
3620
3620
|
r.set(t, i);
|
|
3621
3621
|
} else i = r.get(t), i === void 0 && (i = /* @__PURE__ */ new Set(), r.set(t, i));
|
|
3622
|
-
i.has(n) || (i.add(n), e =
|
|
3622
|
+
i.has(n) || (i.add(n), e = hf.bind(null, e, t, n), t.then(e, e));
|
|
3623
3623
|
}
|
|
3624
3624
|
function ns(e) {
|
|
3625
3625
|
do {
|
|
@@ -3632,7 +3632,7 @@ function ns(e) {
|
|
|
3632
3632
|
function rs(e, t, n, r, i) {
|
|
3633
3633
|
return e.mode & 1 ? (e.flags |= 65536, e.lanes = i, e) : (e === t ? e.flags |= 65536 : (e.flags |= 128, n.flags |= 131072, n.flags &= -52805, n.tag === 1 && (n.alternate === null ? n.tag = 17 : (t = Ke(-1, 1), t.tag = 2, ct(n, t, 1))), n.lanes |= 1), e);
|
|
3634
3634
|
}
|
|
3635
|
-
var
|
|
3635
|
+
var ef = Ye.ReactCurrentOwner, fe = !1;
|
|
3636
3636
|
function le(e, t, n, r) {
|
|
3637
3637
|
t.child = e === null ? nc(t, null, n, r) : fn(t, e.child, n, r);
|
|
3638
3638
|
}
|
|
@@ -3706,7 +3706,7 @@ function Go(e, t, n, r, i, o) {
|
|
|
3706
3706
|
zc(e, t);
|
|
3707
3707
|
var a = (t.flags & 128) !== 0;
|
|
3708
3708
|
if (!r && !a) return i && Kl(t, n, !1), Xe(e, t, o);
|
|
3709
|
-
r = t.stateNode,
|
|
3709
|
+
r = t.stateNode, ef.current = t;
|
|
3710
3710
|
var l = a && typeof n.getDerivedStateFromError != "function" ? null : r.render();
|
|
3711
3711
|
return t.flags |= 1, e !== null && a ? (t.child = fn(t, e.child, null, o), t.child = fn(t, null, l, o)) : le(e, t, l, o), t.memoizedState = r.state, i && Kl(t, n, !0), t.child;
|
|
3712
3712
|
}
|
|
@@ -3725,7 +3725,7 @@ function Mc(e, t, n) {
|
|
|
3725
3725
|
var r = t.pendingProps, i = U.current, o = !1, a = (t.flags & 128) !== 0, l;
|
|
3726
3726
|
if ((l = a) || (l = e !== null && e.memoizedState === null ? !1 : (i & 2) !== 0), l ? (o = !0, t.flags &= -129) : (e === null || e.memoizedState !== null) && (i |= 1), F(U, i & 1), e === null)
|
|
3727
3727
|
return Vo(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? (t.mode & 1 ? e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824 : t.lanes = 1, null) : (a = r.children, e = r.fallback, o ? (r = t.mode, o = t.child, a = { mode: "hidden", children: a }, !(r & 1) && o !== null ? (o.childLanes = 0, o.pendingProps = a) : o = zi(a, r, 0, null), e = zt(e, r, n, null), o.return = t, e.return = t, o.sibling = e, t.child = o, t.child.memoizedState = Yo(n), t.memoizedState = Xo, e) : Wa(t, a));
|
|
3728
|
-
if (i = e.memoizedState, i !== null && (l = i.dehydrated, l !== null)) return
|
|
3728
|
+
if (i = e.memoizedState, i !== null && (l = i.dehydrated, l !== null)) return tf(e, t, a, r, l, i, n);
|
|
3729
3729
|
if (o) {
|
|
3730
3730
|
o = r.fallback, a = t.mode, i = e.child, l = i.sibling;
|
|
3731
3731
|
var s = { mode: "hidden", children: r.children };
|
|
@@ -3739,7 +3739,7 @@ function Wa(e, t) {
|
|
|
3739
3739
|
function Nr(e, t, n, r) {
|
|
3740
3740
|
return r !== null && Ma(r), fn(t, e.child, null, n), e = Wa(t, t.pendingProps.children), e.flags |= 2, t.memoizedState = null, e;
|
|
3741
3741
|
}
|
|
3742
|
-
function
|
|
3742
|
+
function tf(e, t, n, r, i, o, a) {
|
|
3743
3743
|
if (n)
|
|
3744
3744
|
return t.flags & 256 ? (t.flags &= -257, r = oo(Error(w(422))), Nr(e, t, a, r)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (o = r.fallback, i = t.mode, r = zi({ mode: "visible", children: r.children }, i, 0, null), o = zt(o, i, a, null), o.flags |= 2, r.return = t, o.return = t, r.sibling = o, t.child = r, t.mode & 1 && fn(t, e.child, null, a), t.child.memoizedState = Yo(a), t.memoizedState = Xo, o);
|
|
3745
3745
|
if (!(t.mode & 1)) return Nr(e, t, a, null);
|
|
@@ -3789,7 +3789,7 @@ function ef(e, t, n, r, i, o, a) {
|
|
|
3789
3789
|
}
|
|
3790
3790
|
return Za(), r = oo(Error(w(421))), Nr(e, t, a, r);
|
|
3791
3791
|
}
|
|
3792
|
-
return i.data === "$?" ? (t.flags |= 128, t.child = e.child, t =
|
|
3792
|
+
return i.data === "$?" ? (t.flags |= 128, t.child = e.child, t = gf.bind(null, e), i._reactRetry = t, null) : (e = o.treeContext, ve = ut(i.nextSibling), ye = t, j = !0, Oe = null, e !== null && (ke[Se++] = Be, ke[Se++] = He, ke[Se++] = Mt, Be = e.id, He = e.overflow, Mt = t), t = Wa(t, r.children), t.flags |= 4096, t);
|
|
3793
3793
|
}
|
|
3794
3794
|
function ss(e, t, n) {
|
|
3795
3795
|
e.lanes |= t;
|
|
@@ -3856,7 +3856,7 @@ function Xe(e, t, n) {
|
|
|
3856
3856
|
}
|
|
3857
3857
|
return t.child;
|
|
3858
3858
|
}
|
|
3859
|
-
function
|
|
3859
|
+
function nf(e, t, n) {
|
|
3860
3860
|
switch (t.tag) {
|
|
3861
3861
|
case 3:
|
|
3862
3862
|
Oc(t), dn();
|
|
@@ -3973,7 +3973,7 @@ function re(e) {
|
|
|
3973
3973
|
else for (i = e.child; i !== null; ) n |= i.lanes | i.childLanes, r |= i.subtreeFlags, r |= i.flags, i.return = e, i = i.sibling;
|
|
3974
3974
|
return e.subtreeFlags |= r, e.childLanes = n, t;
|
|
3975
3975
|
}
|
|
3976
|
-
function
|
|
3976
|
+
function rf(e, t, n) {
|
|
3977
3977
|
var r = t.pendingProps;
|
|
3978
3978
|
switch (Oa(t), t.tag) {
|
|
3979
3979
|
case 2:
|
|
@@ -4219,7 +4219,7 @@ function nf(e, t, n) {
|
|
|
4219
4219
|
}
|
|
4220
4220
|
throw Error(w(156, t.tag));
|
|
4221
4221
|
}
|
|
4222
|
-
function
|
|
4222
|
+
function of(e, t) {
|
|
4223
4223
|
switch (Oa(t), t.tag) {
|
|
4224
4224
|
case 1:
|
|
4225
4225
|
return he(t.type) && ei(), e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
@@ -4248,7 +4248,7 @@ function rf(e, t) {
|
|
|
4248
4248
|
return null;
|
|
4249
4249
|
}
|
|
4250
4250
|
}
|
|
4251
|
-
var Lr = !1, ie = !1,
|
|
4251
|
+
var Lr = !1, ie = !1, af = typeof WeakSet == "function" ? WeakSet : Set, b = null;
|
|
4252
4252
|
function qt(e, t) {
|
|
4253
4253
|
var n = e.ref;
|
|
4254
4254
|
if (n !== null) if (typeof n == "function") try {
|
|
@@ -4266,7 +4266,7 @@ function Zo(e, t, n) {
|
|
|
4266
4266
|
}
|
|
4267
4267
|
}
|
|
4268
4268
|
var us = !1;
|
|
4269
|
-
function
|
|
4269
|
+
function lf(e, t) {
|
|
4270
4270
|
if (Fo = Yr, e = Uu(), La(e)) {
|
|
4271
4271
|
if ("selectionStart" in e) var n = { start: e.selectionStart, end: e.selectionEnd };
|
|
4272
4272
|
else e: {
|
|
@@ -4378,7 +4378,7 @@ function qo(e) {
|
|
|
4378
4378
|
}
|
|
4379
4379
|
function Dc(e) {
|
|
4380
4380
|
var t = e.alternate;
|
|
4381
|
-
t !== null && (e.alternate = null, Dc(t)), e.child = null, e.deletions = null, e.sibling = null, e.tag === 5 && (t = e.stateNode, t !== null && (delete t[De], delete t[er], delete t[jo], delete t[
|
|
4381
|
+
t !== null && (e.alternate = null, Dc(t)), e.child = null, e.deletions = null, e.sibling = null, e.tag === 5 && (t = e.stateNode, t !== null && (delete t[De], delete t[er], delete t[jo], delete t[V1], delete t[B1])), e.stateNode = null, e.return = null, e.dependencies = null, e.memoizedProps = null, e.memoizedState = null, e.pendingProps = null, e.stateNode = null, e.updateQueue = null;
|
|
4382
4382
|
}
|
|
4383
4383
|
function $c(e) {
|
|
4384
4384
|
return e.tag === 5 || e.tag === 3 || e.tag === 4;
|
|
@@ -4464,8 +4464,8 @@ function ds(e) {
|
|
|
4464
4464
|
if (t !== null) {
|
|
4465
4465
|
e.updateQueue = null;
|
|
4466
4466
|
var n = e.stateNode;
|
|
4467
|
-
n === null && (n = e.stateNode = new
|
|
4468
|
-
var i =
|
|
4467
|
+
n === null && (n = e.stateNode = new af()), t.forEach(function(r) {
|
|
4468
|
+
var i = mf.bind(null, e, r);
|
|
4469
4469
|
n.has(r) || (n.add(r), r.then(i, i));
|
|
4470
4470
|
});
|
|
4471
4471
|
}
|
|
@@ -4702,7 +4702,7 @@ function Fe(e) {
|
|
|
4702
4702
|
}
|
|
4703
4703
|
t & 4096 && (e.flags &= -4097);
|
|
4704
4704
|
}
|
|
4705
|
-
function
|
|
4705
|
+
function sf(e, t, n) {
|
|
4706
4706
|
b = e, Uc(e);
|
|
4707
4707
|
}
|
|
4708
4708
|
function Uc(e, t, n) {
|
|
@@ -4888,12 +4888,12 @@ function hs(e) {
|
|
|
4888
4888
|
b = t.return;
|
|
4889
4889
|
}
|
|
4890
4890
|
}
|
|
4891
|
-
var
|
|
4891
|
+
var uf = Math.ceil, ci = Ye.ReactCurrentDispatcher, Qa = Ye.ReactCurrentOwner, be = Ye.ReactCurrentBatchConfig, M = 0, J = null, W = null, ee = 0, me = 0, en = vt(0), G = 0, ar = null, Tt = 0, Li = 0, Ga = 0, Un = null, de = null, Xa = 0, gn = 1 / 0, Ue = null, di = !1, na = null, dt = null, zr = !1, ot = null, fi = 0, Vn = 0, ra = null, Vr = -1, Br = 0;
|
|
4892
4892
|
function se() {
|
|
4893
4893
|
return M & 6 ? K() : Vr !== -1 ? Vr : Vr = K();
|
|
4894
4894
|
}
|
|
4895
4895
|
function ft(e) {
|
|
4896
|
-
return e.mode & 1 ? M & 2 && ee !== 0 ? ee & -ee :
|
|
4896
|
+
return e.mode & 1 ? M & 2 && ee !== 0 ? ee & -ee : K1.transition !== null ? (Br === 0 && (Br = bu()), Br) : (e = R, e !== 0 || (e = window.event, e = e === void 0 ? 16 : Mu(e.type)), e) : 1;
|
|
4897
4897
|
}
|
|
4898
4898
|
function Re(e, t, n, r) {
|
|
4899
4899
|
if (50 < Vn) throw Vn = 0, ra = null, Error(w(185));
|
|
@@ -4901,11 +4901,11 @@ function Re(e, t, n, r) {
|
|
|
4901
4901
|
}
|
|
4902
4902
|
function ge(e, t) {
|
|
4903
4903
|
var n = e.callbackNode;
|
|
4904
|
-
|
|
4904
|
+
K0(e, t);
|
|
4905
4905
|
var r = Xr(e, e === J ? ee : 0);
|
|
4906
4906
|
if (r === 0) n !== null && Sl(n), e.callbackNode = null, e.callbackPriority = 0;
|
|
4907
4907
|
else if (t = r & -r, e.callbackPriority !== t) {
|
|
4908
|
-
if (n != null && Sl(n), t === 1) e.tag === 0 ?
|
|
4908
|
+
if (n != null && Sl(n), t === 1) e.tag === 0 ? H1(gs.bind(null, e)) : Ju(gs.bind(null, e)), A1(function() {
|
|
4909
4909
|
!(M & 6) && yt();
|
|
4910
4910
|
}), n = null;
|
|
4911
4911
|
else {
|
|
@@ -4945,7 +4945,7 @@ function Vc(e, t) {
|
|
|
4945
4945
|
(J !== e || ee !== t) && (Ue = null, gn = K() + 500, Lt(e, t));
|
|
4946
4946
|
do
|
|
4947
4947
|
try {
|
|
4948
|
-
|
|
4948
|
+
ff();
|
|
4949
4949
|
break;
|
|
4950
4950
|
} catch (l) {
|
|
4951
4951
|
Bc(e, l);
|
|
@@ -4957,7 +4957,7 @@ function Vc(e, t) {
|
|
|
4957
4957
|
if (t === 2 && (i = zo(e), i !== 0 && (r = i, t = ia(e, i))), t === 1) throw n = ar, Lt(e, 0), rt(e, r), ge(e, K()), n;
|
|
4958
4958
|
if (t === 6) rt(e, r);
|
|
4959
4959
|
else {
|
|
4960
|
-
if (i = e.current.alternate, !(r & 30) && !
|
|
4960
|
+
if (i = e.current.alternate, !(r & 30) && !cf(i) && (t = pi(e, r), t === 2 && (o = zo(e), o !== 0 && (r = o, t = ia(e, o))), t === 1)) throw n = ar, Lt(e, 0), rt(e, r), ge(e, K()), n;
|
|
4961
4961
|
switch (e.finishedWork = i, e.finishedLanes = r, t) {
|
|
4962
4962
|
case 0:
|
|
4963
4963
|
case 1:
|
|
@@ -4983,7 +4983,7 @@ function Vc(e, t) {
|
|
|
4983
4983
|
var a = 31 - Me(r);
|
|
4984
4984
|
o = 1 << a, a = t[a], a > i && (i = a), r &= ~o;
|
|
4985
4985
|
}
|
|
4986
|
-
if (r = i, r = K() - r, r = (120 > r ? 120 : 480 > r ? 480 : 1080 > r ? 1080 : 1920 > r ? 1920 : 3e3 > r ? 3e3 : 4320 > r ? 4320 : 1960 *
|
|
4986
|
+
if (r = i, r = K() - r, r = (120 > r ? 120 : 480 > r ? 480 : 1080 > r ? 1080 : 1920 > r ? 1920 : 3e3 > r ? 3e3 : 4320 > r ? 4320 : 1960 * uf(r / 1960)) - r, 10 < r) {
|
|
4987
4987
|
e.timeoutHandle = $o(Ct.bind(null, e, de, Ue), r);
|
|
4988
4988
|
break;
|
|
4989
4989
|
}
|
|
@@ -5006,7 +5006,7 @@ function ia(e, t) {
|
|
|
5006
5006
|
function oa(e) {
|
|
5007
5007
|
de === null ? de = e : de.push.apply(de, e);
|
|
5008
5008
|
}
|
|
5009
|
-
function
|
|
5009
|
+
function cf(e) {
|
|
5010
5010
|
for (var t = e; ; ) {
|
|
5011
5011
|
if (t.flags & 16384) {
|
|
5012
5012
|
var n = t.updateQueue;
|
|
@@ -5078,7 +5078,7 @@ function Ja() {
|
|
|
5078
5078
|
function Lt(e, t) {
|
|
5079
5079
|
e.finishedWork = null, e.finishedLanes = 0;
|
|
5080
5080
|
var n = e.timeoutHandle;
|
|
5081
|
-
if (n !== -1 && (e.timeoutHandle = -1,
|
|
5081
|
+
if (n !== -1 && (e.timeoutHandle = -1, j1(n)), W !== null) for (n = W.return; n !== null; ) {
|
|
5082
5082
|
var r = n;
|
|
5083
5083
|
switch (Oa(r), r.tag) {
|
|
5084
5084
|
case 1:
|
|
@@ -5211,7 +5211,7 @@ function pi(e, t) {
|
|
|
5211
5211
|
(J !== e || ee !== t) && (Ue = null, Lt(e, t));
|
|
5212
5212
|
do
|
|
5213
5213
|
try {
|
|
5214
|
-
|
|
5214
|
+
df();
|
|
5215
5215
|
break;
|
|
5216
5216
|
} catch (i) {
|
|
5217
5217
|
Bc(e, i);
|
|
@@ -5220,11 +5220,11 @@ function pi(e, t) {
|
|
|
5220
5220
|
if (Ta(), M = n, ci.current = r, W !== null) throw Error(w(261));
|
|
5221
5221
|
return J = null, ee = 0, G;
|
|
5222
5222
|
}
|
|
5223
|
-
function
|
|
5223
|
+
function df() {
|
|
5224
5224
|
for (; W !== null; ) Kc(W);
|
|
5225
5225
|
}
|
|
5226
|
-
function
|
|
5227
|
-
for (; W !== null && !
|
|
5226
|
+
function ff() {
|
|
5227
|
+
for (; W !== null && !I0(); ) Kc(W);
|
|
5228
5228
|
}
|
|
5229
5229
|
function Kc(e) {
|
|
5230
5230
|
var t = Gc(e.alternate, e, me);
|
|
@@ -5235,7 +5235,7 @@ function Wc(e) {
|
|
|
5235
5235
|
do {
|
|
5236
5236
|
var n = t.alternate;
|
|
5237
5237
|
if (e = t.return, t.flags & 32768) {
|
|
5238
|
-
if (n =
|
|
5238
|
+
if (n = of(n, t), n !== null) {
|
|
5239
5239
|
n.flags &= 32767, W = n;
|
|
5240
5240
|
return;
|
|
5241
5241
|
}
|
|
@@ -5244,7 +5244,7 @@ function Wc(e) {
|
|
|
5244
5244
|
G = 6, W = null;
|
|
5245
5245
|
return;
|
|
5246
5246
|
}
|
|
5247
|
-
} else if (n =
|
|
5247
|
+
} else if (n = rf(n, t, me), n !== null) {
|
|
5248
5248
|
W = n;
|
|
5249
5249
|
return;
|
|
5250
5250
|
}
|
|
@@ -5259,13 +5259,13 @@ function Wc(e) {
|
|
|
5259
5259
|
function Ct(e, t, n) {
|
|
5260
5260
|
var r = R, i = be.transition;
|
|
5261
5261
|
try {
|
|
5262
|
-
be.transition = null, R = 1,
|
|
5262
|
+
be.transition = null, R = 1, pf(e, t, n, r);
|
|
5263
5263
|
} finally {
|
|
5264
5264
|
be.transition = i, R = r;
|
|
5265
5265
|
}
|
|
5266
5266
|
return null;
|
|
5267
5267
|
}
|
|
5268
|
-
function
|
|
5268
|
+
function pf(e, t, n, r) {
|
|
5269
5269
|
do
|
|
5270
5270
|
ln();
|
|
5271
5271
|
while (ot !== null);
|
|
@@ -5276,16 +5276,16 @@ function ff(e, t, n, r) {
|
|
|
5276
5276
|
if (e.finishedWork = null, e.finishedLanes = 0, n === e.current) throw Error(w(177));
|
|
5277
5277
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
5278
5278
|
var o = n.lanes | n.childLanes;
|
|
5279
|
-
if (
|
|
5279
|
+
if (W0(e, o), e === J && (W = J = null, ee = 0), !(n.subtreeFlags & 2064) && !(n.flags & 2064) || zr || (zr = !0, Xc(Gr, function() {
|
|
5280
5280
|
return ln(), null;
|
|
5281
5281
|
})), o = (n.flags & 15990) !== 0, n.subtreeFlags & 15990 || o) {
|
|
5282
5282
|
o = be.transition, be.transition = null;
|
|
5283
5283
|
var a = R;
|
|
5284
5284
|
R = 1;
|
|
5285
5285
|
var l = M;
|
|
5286
|
-
M |= 4, Qa.current = null,
|
|
5286
|
+
M |= 4, Qa.current = null, lf(e, n), Ac(n, e), M1(Io), Yr = !!Fo, Io = Fo = null, e.current = n, sf(n), D0(), M = l, R = a, be.transition = o;
|
|
5287
5287
|
} else e.current = n;
|
|
5288
|
-
if (zr && (zr = !1, ot = e, fi = i), o = e.pendingLanes, o === 0 && (dt = null),
|
|
5288
|
+
if (zr && (zr = !1, ot = e, fi = i), o = e.pendingLanes, o === 0 && (dt = null), A0(n.stateNode), ge(e, K()), t !== null) for (r = e.onRecoverableError, n = 0; n < t.length; n++) i = t[n], r(i.value, { componentStack: i.stack, digest: i.digest });
|
|
5289
5289
|
if (di) throw di = !1, e = na, na = null, e;
|
|
5290
5290
|
return fi & 1 && e.tag !== 0 && ln(), o = e.pendingLanes, o & 1 ? e === ra ? Vn++ : (Vn = 0, ra = e) : Vn = 0, yt(), null;
|
|
5291
5291
|
}
|
|
@@ -5419,7 +5419,7 @@ function H(e, t, n) {
|
|
|
5419
5419
|
t = t.return;
|
|
5420
5420
|
}
|
|
5421
5421
|
}
|
|
5422
|
-
function
|
|
5422
|
+
function hf(e, t, n) {
|
|
5423
5423
|
var r = e.pingCache;
|
|
5424
5424
|
r !== null && r.delete(t), t = se(), e.pingedLanes |= e.suspendedLanes & n, J === e && (ee & n) === n && (G === 4 || G === 3 && (ee & 130023424) === ee && 500 > K() - Xa ? Lt(e, 0) : Ga |= n), ge(e, t);
|
|
5425
5425
|
}
|
|
@@ -5428,11 +5428,11 @@ function Qc(e, t) {
|
|
|
5428
5428
|
var n = se();
|
|
5429
5429
|
e = Ge(e, t), e !== null && (ur(e, t, n), ge(e, n));
|
|
5430
5430
|
}
|
|
5431
|
-
function
|
|
5431
|
+
function gf(e) {
|
|
5432
5432
|
var t = e.memoizedState, n = 0;
|
|
5433
5433
|
t !== null && (n = t.retryLane), Qc(e, n);
|
|
5434
5434
|
}
|
|
5435
|
-
function
|
|
5435
|
+
function mf(e, t) {
|
|
5436
5436
|
var n = 0;
|
|
5437
5437
|
switch (e.tag) {
|
|
5438
5438
|
case 13:
|
|
@@ -5451,7 +5451,7 @@ var Gc;
|
|
|
5451
5451
|
Gc = function(e, t, n) {
|
|
5452
5452
|
if (e !== null) if (e.memoizedProps !== t.pendingProps || pe.current) fe = !0;
|
|
5453
5453
|
else {
|
|
5454
|
-
if (!(e.lanes & n) && !(t.flags & 128)) return fe = !1,
|
|
5454
|
+
if (!(e.lanes & n) && !(t.flags & 128)) return fe = !1, nf(e, t, n);
|
|
5455
5455
|
fe = !!(e.flags & 131072);
|
|
5456
5456
|
}
|
|
5457
5457
|
else fe = !1, j && t.flags & 1048576 && Zu(t, ri, t.index);
|
|
@@ -5466,7 +5466,7 @@ Gc = function(e, t, n) {
|
|
|
5466
5466
|
case 16:
|
|
5467
5467
|
r = t.elementType;
|
|
5468
5468
|
e: {
|
|
5469
|
-
switch (Ur(e, t), e = t.pendingProps, i = r._init, r = i(r._payload), t.type = r, i = t.tag =
|
|
5469
|
+
switch (Ur(e, t), e = t.pendingProps, i = r._init, r = i(r._payload), t.type = r, i = t.tag = yf(r), e = Le(r, e), i) {
|
|
5470
5470
|
case 0:
|
|
5471
5471
|
t = Qo(null, t, r, e, n);
|
|
5472
5472
|
break e;
|
|
@@ -5600,16 +5600,16 @@ Gc = function(e, t, n) {
|
|
|
5600
5600
|
function Xc(e, t) {
|
|
5601
5601
|
return ku(e, t);
|
|
5602
5602
|
}
|
|
5603
|
-
function
|
|
5603
|
+
function vf(e, t, n, r) {
|
|
5604
5604
|
this.tag = e, this.key = n, this.sibling = this.child = this.return = this.stateNode = this.type = this.elementType = null, this.index = 0, this.ref = null, this.pendingProps = t, this.dependencies = this.memoizedState = this.updateQueue = this.memoizedProps = null, this.mode = r, this.subtreeFlags = this.flags = 0, this.deletions = null, this.childLanes = this.lanes = 0, this.alternate = null;
|
|
5605
5605
|
}
|
|
5606
5606
|
function Ce(e, t, n, r) {
|
|
5607
|
-
return new
|
|
5607
|
+
return new vf(e, t, n, r);
|
|
5608
5608
|
}
|
|
5609
5609
|
function qa(e) {
|
|
5610
5610
|
return e = e.prototype, !(!e || !e.isReactComponent);
|
|
5611
5611
|
}
|
|
5612
|
-
function
|
|
5612
|
+
function yf(e) {
|
|
5613
5613
|
if (typeof e == "function") return qa(e) ? 1 : 0;
|
|
5614
5614
|
if (e != null) {
|
|
5615
5615
|
if (e = e.$$typeof, e === ya) return 11;
|
|
@@ -5673,13 +5673,13 @@ function lo(e, t, n) {
|
|
|
5673
5673
|
function so(e, t, n) {
|
|
5674
5674
|
return t = Ce(4, e.children !== null ? e.children : [], e.key, t), t.lanes = n, t.stateNode = { containerInfo: e.containerInfo, pendingChildren: null, implementation: e.implementation }, t;
|
|
5675
5675
|
}
|
|
5676
|
-
function
|
|
5676
|
+
function xf(e, t, n, r, i) {
|
|
5677
5677
|
this.tag = t, this.containerInfo = e, this.finishedWork = this.pingCache = this.current = this.pendingChildren = null, this.timeoutHandle = -1, this.callbackNode = this.pendingContext = this.context = null, this.callbackPriority = 0, this.eventTimes = Vi(0), this.expirationTimes = Vi(-1), this.entangledLanes = this.finishedLanes = this.mutableReadLanes = this.expiredLanes = this.pingedLanes = this.suspendedLanes = this.pendingLanes = 0, this.entanglements = Vi(0), this.identifierPrefix = r, this.onRecoverableError = i, this.mutableSourceEagerHydrationData = null;
|
|
5678
5678
|
}
|
|
5679
5679
|
function el(e, t, n, r, i, o, a, l, s) {
|
|
5680
|
-
return e = new
|
|
5680
|
+
return e = new xf(e, t, n, l, s), t === 1 ? (t = 1, o === !0 && (t |= 8)) : t = 0, o = Ce(3, null, null, t), e.current = o, o.stateNode = e, o.memoizedState = { element: r, isDehydrated: n, cache: null, transitions: null, pendingSuspenseBoundaries: null }, Da(o), e;
|
|
5681
5681
|
}
|
|
5682
|
-
function
|
|
5682
|
+
function wf(e, t, n) {
|
|
5683
5683
|
var r = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
5684
5684
|
return { $$typeof: Bt, key: r == null ? null : "" + r, children: e, containerInfo: t, implementation: n };
|
|
5685
5685
|
}
|
|
@@ -5735,7 +5735,7 @@ function vs(e, t) {
|
|
|
5735
5735
|
function tl(e, t) {
|
|
5736
5736
|
vs(e, t), (e = e.alternate) && vs(e, t);
|
|
5737
5737
|
}
|
|
5738
|
-
function
|
|
5738
|
+
function _f() {
|
|
5739
5739
|
return null;
|
|
5740
5740
|
}
|
|
5741
5741
|
var Zc = typeof reportError == "function" ? reportError : function(e) {
|
|
@@ -5778,7 +5778,7 @@ function Ri(e) {
|
|
|
5778
5778
|
}
|
|
5779
5779
|
function ys() {
|
|
5780
5780
|
}
|
|
5781
|
-
function
|
|
5781
|
+
function kf(e, t, n, r, i) {
|
|
5782
5782
|
if (i) {
|
|
5783
5783
|
if (typeof r == "function") {
|
|
5784
5784
|
var o = r;
|
|
@@ -5815,7 +5815,7 @@ function Ti(e, t, n, r, i) {
|
|
|
5815
5815
|
};
|
|
5816
5816
|
}
|
|
5817
5817
|
Oi(t, a, e, i);
|
|
5818
|
-
} else a =
|
|
5818
|
+
} else a = kf(n, t, e, i, r);
|
|
5819
5819
|
return hi(a);
|
|
5820
5820
|
}
|
|
5821
5821
|
Pu = function(e) {
|
|
@@ -5892,21 +5892,21 @@ Po = function(e, t, n) {
|
|
|
5892
5892
|
};
|
|
5893
5893
|
mu = Ya;
|
|
5894
5894
|
vu = Ft;
|
|
5895
|
-
var
|
|
5895
|
+
var Sf = { usingClientEntryPoint: !1, Events: [dr, Gt, Ci, hu, gu, Ya] }, En = { findFiberByHostInstance: bt, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, Cf = { bundleType: En.bundleType, version: En.version, rendererPackageName: En.rendererPackageName, rendererConfig: En.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: Ye.ReactCurrentDispatcher, findHostInstanceByFiber: function(e) {
|
|
5896
5896
|
return e = wu(e), e === null ? null : e.stateNode;
|
|
5897
|
-
}, findFiberByHostInstance: En.findFiberByHostInstance ||
|
|
5897
|
+
}, findFiberByHostInstance: En.findFiberByHostInstance || _f, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
5898
5898
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u") {
|
|
5899
5899
|
var Or = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
5900
5900
|
if (!Or.isDisabled && Or.supportsFiber) try {
|
|
5901
|
-
wi = Or.inject(
|
|
5901
|
+
wi = Or.inject(Cf), je = Or;
|
|
5902
5902
|
} catch {
|
|
5903
5903
|
}
|
|
5904
5904
|
}
|
|
5905
|
-
we.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED =
|
|
5905
|
+
we.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Sf;
|
|
5906
5906
|
we.createPortal = function(e, t) {
|
|
5907
5907
|
var n = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
5908
5908
|
if (!rl(t)) throw Error(w(200));
|
|
5909
|
-
return
|
|
5909
|
+
return wf(e, t, null, n);
|
|
5910
5910
|
};
|
|
5911
5911
|
we.createRoot = function(e, t) {
|
|
5912
5912
|
if (!rl(e)) throw Error(w(299));
|
|
@@ -5965,9 +5965,9 @@ function qc() {
|
|
|
5965
5965
|
}
|
|
5966
5966
|
}
|
|
5967
5967
|
qc(), qs.exports = we;
|
|
5968
|
-
var
|
|
5968
|
+
var bf = qs.exports, ed, xs = bf;
|
|
5969
5969
|
ed = xs.createRoot, xs.hydrateRoot;
|
|
5970
|
-
const
|
|
5970
|
+
const Ef = ":host{display:inline-block}.menu__list-item:is(.manage-profile,.manage-privacy) a:last-of-type{display:none}.bou-menu__list{border-bottom:1px solid var(--neutral-200)}@media screen and (min-width: 64rem){.xtra-menu--error #xtra-menu-trigger{gap:0}.menu__list-item:is(.manage-profile,.manage-privacy) a:first-of-type{display:none}.menu__list-item:is(.manage-profile,.manage-privacy) a:last-of-type{display:flex}}", Pf = '.button--authentication{position:relative;display:flex;width:auto;width:fit-content;min-height:unset;align-items:center;padding:var(--spacing-2);border:none;border-radius:var(--border-radius-md);font:var(--subtext-medium);gap:0}.button--authentication .button__label{display:none}.button--authentication .button__icon{position:relative;width:24px;height:24px}.button--authentication--authenticated{padding:var(--spacing-2)}.button--authentication--unauthenticated{display:none}@media screen and (min-width: 64rem){.menu--unauthenticated{display:none}.button--authentication{gap:var(--spacing-2)}.button--authentication--unauthenticated{display:flex}.button--authentication:not(.button--authentication--authenticated){padding:var(--spacing-2) var(--spacing-6)}.button--authentication .button__label{display:inline-flex;align-items:center}.button--authentication:not(.button--authentication--authenticated)>.button__icon-right{display:none}}@media (prefers-reduced-motion: no-preference){.spinner:after{position:absolute;width:16px;height:16px;border:4px solid transparent;border-radius:50%;border-top-color:transparent;border-top-color:var(--action-500);margin:auto;animation:spin 1s ease infinite;content:"";top:0;right:0;bottom:0;left:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}', Nf = ".form--tc{display:flex;flex-direction:column;gap:var(--spacing-8)}.form--tc__title{font:var(--headers-h4-bold)}.form--tc__description{color:var(--neutral-800);font:var(--paragraphs-p0-regular)}.form--tc__label{font:var(--paragraphs-p1-bold)}.form--tc__link{color:var(--neutral-800);font:var(--paragraphs-p1-regular)}.form--tc__error{display:block;margin-top:var(--spacing-6);color:var(--alert-500)}.button--terms-and-conditions{width:auto}", Lf = ":root,:host,::backdrop{--paragraphs-pa: var(--color-paragraphs-pa, #fff);--paragraphs-pb: var(--color-paragraphs-pb, #63708a);--paragraphs-pc: var(--color-paragraphs-pc, #2e3b56);--paragraphs-pd: var(--color-paragraphs-pd, #1b1f27);--neutral-50: var(--color-neutrals-50, #fff);--neutral-100: var(--color-neutrals-100, #f3f4fa);--neutral-200: var(--color-neutrals-200, #e2e4ed);--neutral-300: var(--color-neutrals-300, #bbc1d3);--neutral-400: var(--color-neutrals-400, #9faac0);--neutral-500: var(--color-neutrals-500, #818da5);--neutral-600: var(--color-neutrals-600, #63708a);--neutral-700: var(--color-neutrals-700, #48526d);--neutral-800: var(--color-neutrals-800, #2e3b56);--neutral-900: var(--color-neutrals-900, #1b1f27);--alert-50: var(--color-alert-50, #fef4f5);--alert-100: var(--color-alert-100, #fceaea);--alert-200: var(--color-alert-200, #fad5d6);--alert-300: var(--color-alert-300, #f29699);--alert-400: var(--color-alert-400, #ed6c6f);--alert-500: var(--color-alert-500, #e62d32);--alert-600: var(--color-alert-600, #cf282d);--alert-700: var(--color-alert-700, #ac2226);--alert-800: var(--color-alert-800, #731619);--alert-900: var(--color-alert-900, #511012);--action-50: var(--color-action-50, #f2fbfa);--action-100: var(--color-action-100, #e5f7f5);--action-200: var(--color-action-200, #cceeec);--action-300: var(--color-action-300, #80d5cf);--action-400: var(--color-action-400, #4cc4bb);--action-500: var(--color-action-500, #00ab9e);--action-600: var(--color-action-600, #009a8e);--action-700: var(--color-action-700, #008077);--action-800: var(--color-action-800, #00564f);--action-900: var(--color-action-900, #003c37);--headers-h4-bold: var(--typo-m-h4-bold-font-weight, 700) var(--typo-m-h4-bold-font-size, 18px) / var(--typo-m-h4-bold-line-height, 1.375) var(--typo-m-h4-bold-font-family, sans-serif);--paragraphs-p0-regular: var(--typo-m-p0-regular-font-weight, 400) var(--typo-m-p0-regular-font-size, 20px) / var(--typo-m-p0-regular-line-height, 1.4375) var(--typo-m-p0-regular-font-family, sans-serif);--paragraphs-p1-regular: var(--typo-m-p1-regular-font-weight, 400) var(--typo-m-p1-regular-font-size, 16px) / var(--typo-m-p1-regular-line-height, 1.3125) var(--typo-m-p1-regular-font-family, sans-serif);--paragraphs-p1-bold: var(--typo-m-p1-regular-font-weight, 700) var(--typo-m-p1-regular-font-size, 16px) / var(--typo-m-p1-regular-line-height, 1.3125) var(--typo-m-p1-regular-font-family, sans-serif)}@media screen and (min-width: 64rem){:root,:host,::backdrop{--headers-h4-bold: var(--typo-d-h4-bold-font-weight, 700) var(--typo-d-h4-bold-font-size, 20px) / var(--typo-d-h4-bold-line-height, 1.375) var(--typo-d-h4-bold-font-family, sans-serif);--paragraphs-p0-regular: var(--typo-d-p0-regular-font-weight, 400) var(--typo-d-p0-regular-font-size, 20px) / var(--typo-d-p0-regular-line-height, 1.4375) var(--typo-d-p0-regular-font-family, sans-serif);--paragraphs-p1-regular: var(--typo-d-p1-regular-font-weight, 400) var(--typo-d-p1-regular-font-size, 16px) / var(--typo-d-p1-regular-line-height, 1.3125) var(--typo-d-p1-regular-font-family, sans-serif);--paragraphs-p1-bold: var(--typo-d-p1-regular-font-weight, 700) var(--typo-d-p1-regular-font-size, 16px) / var(--typo-d-p1-regular-line-height, 1.3125) var(--typo-d-p1-regular-font-family, sans-serif)}}", zf = ["top-start", "top-end", "bottom-start", "bottom-end"], Of = (e) => !!e && zf.includes(e), Mf = {
|
|
5971
5971
|
type: "logger",
|
|
5972
5972
|
log(e) {
|
|
5973
5973
|
this.output("log", e);
|
|
@@ -5989,7 +5989,7 @@ class gi {
|
|
|
5989
5989
|
}
|
|
5990
5990
|
init(t) {
|
|
5991
5991
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
5992
|
-
this.prefix = n.prefix || "i18next:", this.logger = t ||
|
|
5992
|
+
this.prefix = n.prefix || "i18next:", this.logger = t || Mf, this.options = n, this.debug = n.debug;
|
|
5993
5993
|
}
|
|
5994
5994
|
log() {
|
|
5995
5995
|
for (var t = arguments.length, n = new Array(t), r = 0; r < t; r++)
|
|
@@ -6065,11 +6065,11 @@ const Pn = () => {
|
|
|
6065
6065
|
e = r, t = i;
|
|
6066
6066
|
});
|
|
6067
6067
|
return n.resolve = e, n.reject = t, n;
|
|
6068
|
-
}, ws = (e) => e == null ? "" : "" + e,
|
|
6068
|
+
}, ws = (e) => e == null ? "" : "" + e, Rf = (e, t, n) => {
|
|
6069
6069
|
e.forEach((r) => {
|
|
6070
6070
|
t[r] && (n[r] = t[r]);
|
|
6071
6071
|
});
|
|
6072
|
-
},
|
|
6072
|
+
}, Tf = /###/g, _s = (e) => e && e.indexOf("###") > -1 ? e.replace(Tf, ".") : e, ks = (e) => !e || typeof e == "string", Bn = (e, t, n) => {
|
|
6073
6073
|
const r = typeof t != "string" ? t : t.split(".");
|
|
6074
6074
|
let i = 0;
|
|
6075
6075
|
for (; i < r.length - 1; ) {
|
|
@@ -6094,7 +6094,7 @@ const Pn = () => {
|
|
|
6094
6094
|
for (; l.obj === void 0 && a.length; )
|
|
6095
6095
|
o = `${a[a.length - 1]}.${o}`, a = a.slice(0, a.length - 1), l = Bn(e, a, Object), l && l.obj && typeof l.obj[`${l.k}.${o}`] < "u" && (l.obj = void 0);
|
|
6096
6096
|
l.obj[`${l.k}.${o}`] = n;
|
|
6097
|
-
},
|
|
6097
|
+
}, Ff = (e, t, n, r) => {
|
|
6098
6098
|
const {
|
|
6099
6099
|
obj: i,
|
|
6100
6100
|
k: o
|
|
@@ -6107,7 +6107,7 @@ const Pn = () => {
|
|
|
6107
6107
|
} = Bn(e, t);
|
|
6108
6108
|
if (n)
|
|
6109
6109
|
return n[r];
|
|
6110
|
-
},
|
|
6110
|
+
}, If = (e, t, n) => {
|
|
6111
6111
|
const r = mi(e, n);
|
|
6112
6112
|
return r !== void 0 ? r : mi(t, n);
|
|
6113
6113
|
}, td = (e, t, n) => {
|
|
@@ -6115,7 +6115,7 @@ const Pn = () => {
|
|
|
6115
6115
|
r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) : td(e[r], t[r], n) : e[r] = t[r]);
|
|
6116
6116
|
return e;
|
|
6117
6117
|
}, Ut = (e) => e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
6118
|
-
var
|
|
6118
|
+
var Df = {
|
|
6119
6119
|
"&": "&",
|
|
6120
6120
|
"<": "<",
|
|
6121
6121
|
">": ">",
|
|
@@ -6123,8 +6123,8 @@ var If = {
|
|
|
6123
6123
|
"'": "'",
|
|
6124
6124
|
"/": "/"
|
|
6125
6125
|
};
|
|
6126
|
-
const
|
|
6127
|
-
class
|
|
6126
|
+
const $f = (e) => typeof e == "string" ? e.replace(/[&<>"'\/]/g, (t) => Df[t]) : e;
|
|
6127
|
+
class jf {
|
|
6128
6128
|
constructor(t) {
|
|
6129
6129
|
this.capacity = t, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
6130
6130
|
}
|
|
@@ -6136,11 +6136,11 @@ class $f {
|
|
|
6136
6136
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(t, r), this.regExpQueue.push(t), r;
|
|
6137
6137
|
}
|
|
6138
6138
|
}
|
|
6139
|
-
const
|
|
6139
|
+
const Af = [" ", ",", "?", "!", ";"], Uf = new jf(20), Vf = (e, t, n) => {
|
|
6140
6140
|
t = t || "", n = n || "";
|
|
6141
|
-
const r =
|
|
6141
|
+
const r = Af.filter((a) => t.indexOf(a) < 0 && n.indexOf(a) < 0);
|
|
6142
6142
|
if (r.length === 0) return !0;
|
|
6143
|
-
const i =
|
|
6143
|
+
const i = Uf.getRegExp(`(${r.map((a) => a === "?" ? "\\?" : a).join("|")})`);
|
|
6144
6144
|
let o = !i.test(e);
|
|
6145
6145
|
if (!o) {
|
|
6146
6146
|
const a = e.indexOf(n);
|
|
@@ -6258,7 +6258,7 @@ const bs = {};
|
|
|
6258
6258
|
class yi extends Fi {
|
|
6259
6259
|
constructor(t) {
|
|
6260
6260
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
6261
|
-
super(),
|
|
6261
|
+
super(), Rf(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], t, this), this.options = n, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = $e.create("translator");
|
|
6262
6262
|
}
|
|
6263
6263
|
changeLanguage(t) {
|
|
6264
6264
|
t && (this.language = t);
|
|
@@ -6277,7 +6277,7 @@ class yi extends Fi {
|
|
|
6277
6277
|
r === void 0 && (r = ":");
|
|
6278
6278
|
const i = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator;
|
|
6279
6279
|
let o = n.ns || this.options.defaultNS || [];
|
|
6280
|
-
const a = r && t.indexOf(r) > -1, l = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !
|
|
6280
|
+
const a = r && t.indexOf(r) > -1, l = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !Vf(t, r, i);
|
|
6281
6281
|
if (a && !l) {
|
|
6282
6282
|
const s = t.match(this.interpolator.nestingRegexp);
|
|
6283
6283
|
if (s && s.length > 0)
|
|
@@ -6561,7 +6561,7 @@ class Es {
|
|
|
6561
6561
|
}), i;
|
|
6562
6562
|
}
|
|
6563
6563
|
}
|
|
6564
|
-
let
|
|
6564
|
+
let Bf = [{
|
|
6565
6565
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
6566
6566
|
nr: [1, 2],
|
|
6567
6567
|
fc: 1
|
|
@@ -6653,7 +6653,7 @@ let Vf = [{
|
|
|
6653
6653
|
lngs: ["he", "iw"],
|
|
6654
6654
|
nr: [1, 2, 20, 21],
|
|
6655
6655
|
fc: 22
|
|
6656
|
-
}],
|
|
6656
|
+
}], Hf = {
|
|
6657
6657
|
1: (e) => +(e > 1),
|
|
6658
6658
|
2: (e) => +(e != 1),
|
|
6659
6659
|
3: (e) => 0,
|
|
@@ -6677,28 +6677,28 @@ let Vf = [{
|
|
|
6677
6677
|
21: (e) => e % 100 == 1 ? 1 : e % 100 == 2 ? 2 : e % 100 == 3 || e % 100 == 4 ? 3 : 0,
|
|
6678
6678
|
22: (e) => e == 1 ? 0 : e == 2 ? 1 : (e < 0 || e > 10) && e % 10 == 0 ? 2 : 3
|
|
6679
6679
|
};
|
|
6680
|
-
const
|
|
6680
|
+
const Kf = ["v1", "v2", "v3"], Wf = ["v4"], Ps = {
|
|
6681
6681
|
zero: 0,
|
|
6682
6682
|
one: 1,
|
|
6683
6683
|
two: 2,
|
|
6684
6684
|
few: 3,
|
|
6685
6685
|
many: 4,
|
|
6686
6686
|
other: 5
|
|
6687
|
-
},
|
|
6687
|
+
}, Qf = () => {
|
|
6688
6688
|
const e = {};
|
|
6689
|
-
return
|
|
6689
|
+
return Bf.forEach((t) => {
|
|
6690
6690
|
t.lngs.forEach((n) => {
|
|
6691
6691
|
e[n] = {
|
|
6692
6692
|
numbers: t.nr,
|
|
6693
|
-
plurals:
|
|
6693
|
+
plurals: Hf[t.fc]
|
|
6694
6694
|
};
|
|
6695
6695
|
});
|
|
6696
6696
|
}), e;
|
|
6697
6697
|
};
|
|
6698
|
-
class
|
|
6698
|
+
class Gf {
|
|
6699
6699
|
constructor(t) {
|
|
6700
6700
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
6701
|
-
this.languageUtils = t, this.options = n, this.logger = $e.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
6701
|
+
this.languageUtils = t, this.options = n, this.logger = $e.create("pluralResolver"), (!this.options.compatibilityJSON || Wf.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = Qf(), this.pluralRulesCache = {};
|
|
6702
6702
|
}
|
|
6703
6703
|
addRule(t, n) {
|
|
6704
6704
|
this.rules[t] = n;
|
|
@@ -6752,14 +6752,14 @@ class Qf {
|
|
|
6752
6752
|
return this.options.compatibilityJSON === "v1" ? i === 1 ? "" : typeof i == "number" ? `_plural_${i.toString()}` : o() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && t.numbers.length === 2 && t.numbers[0] === 1 ? o() : this.options.prepend && r.toString() ? this.options.prepend + r.toString() : r.toString();
|
|
6753
6753
|
}
|
|
6754
6754
|
shouldUseIntlApi() {
|
|
6755
|
-
return !
|
|
6755
|
+
return !Kf.includes(this.options.compatibilityJSON);
|
|
6756
6756
|
}
|
|
6757
6757
|
}
|
|
6758
6758
|
const Ns = function(e, t, n) {
|
|
6759
|
-
let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", i = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o =
|
|
6759
|
+
let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", i = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = If(e, t, n);
|
|
6760
6760
|
return !o && i && typeof n == "string" && (o = aa(e, n, r), o === void 0 && (o = aa(t, n, r))), o;
|
|
6761
6761
|
}, co = (e) => e.replace(/\$/g, "$$$$");
|
|
6762
|
-
class
|
|
6762
|
+
class Xf {
|
|
6763
6763
|
constructor() {
|
|
6764
6764
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
6765
6765
|
this.logger = $e.create("interpolator"), this.options = t, this.format = t.interpolation && t.interpolation.format || ((n) => n), this.init(t);
|
|
@@ -6788,7 +6788,7 @@ class Gf {
|
|
|
6788
6788
|
maxReplaces: p,
|
|
6789
6789
|
alwaysFormat: d
|
|
6790
6790
|
} = t.interpolation;
|
|
6791
|
-
this.escape = n !== void 0 ? n :
|
|
6791
|
+
this.escape = n !== void 0 ? n : $f, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = o ? Ut(o) : a || "{{", this.suffix = l ? Ut(l) : s || "}}", this.formatSeparator = u || ",", this.unescapePrefix = f ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : f || "", this.nestingPrefix = c ? Ut(c) : m || Ut("$t("), this.nestingSuffix = y ? Ut(y) : x || Ut(")"), this.nestingOptionsSeparator = P || ",", this.maxReplaces = p || 1e3, this.alwaysFormat = d !== void 0 ? d : !1, this.resetRegExp();
|
|
6792
6792
|
}
|
|
6793
6793
|
reset() {
|
|
6794
6794
|
this.options && this.init(this.options);
|
|
@@ -6883,7 +6883,7 @@ class Gf {
|
|
|
6883
6883
|
return t;
|
|
6884
6884
|
}
|
|
6885
6885
|
}
|
|
6886
|
-
const
|
|
6886
|
+
const Yf = (e) => {
|
|
6887
6887
|
let t = e.toLowerCase().trim();
|
|
6888
6888
|
const n = {};
|
|
6889
6889
|
if (e.indexOf("(") > -1) {
|
|
@@ -6914,7 +6914,7 @@ const Xf = (e) => {
|
|
|
6914
6914
|
return l || (l = e(vi(r), i), t[a] = l), l(n);
|
|
6915
6915
|
};
|
|
6916
6916
|
};
|
|
6917
|
-
class
|
|
6917
|
+
class Jf {
|
|
6918
6918
|
constructor() {
|
|
6919
6919
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
6920
6920
|
this.logger = $e.create("formatter"), this.options = t, this.formats = {
|
|
@@ -6974,7 +6974,7 @@ class Yf {
|
|
|
6974
6974
|
const {
|
|
6975
6975
|
formatName: u,
|
|
6976
6976
|
formatOptions: f
|
|
6977
|
-
} =
|
|
6977
|
+
} = Yf(s);
|
|
6978
6978
|
if (this.formats[u]) {
|
|
6979
6979
|
let h = l;
|
|
6980
6980
|
try {
|
|
@@ -6994,10 +6994,10 @@ class Yf {
|
|
|
6994
6994
|
}, t);
|
|
6995
6995
|
}
|
|
6996
6996
|
}
|
|
6997
|
-
const
|
|
6997
|
+
const Zf = (e, t) => {
|
|
6998
6998
|
e.pending[t] !== void 0 && (delete e.pending[t], e.pendingCount--);
|
|
6999
6999
|
};
|
|
7000
|
-
class
|
|
7000
|
+
class qf extends Fi {
|
|
7001
7001
|
constructor(t, n, r) {
|
|
7002
7002
|
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
7003
7003
|
super(), this.backend = t, this.store = n, this.services = r, this.languageUtils = r.languageUtils, this.options = i, this.logger = $e.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = i.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = i.maxRetries >= 0 ? i.maxRetries : 5, this.retryTimeout = i.retryTimeout >= 1 ? i.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(r, i.backend, i);
|
|
@@ -7030,7 +7030,7 @@ class Zf extends Fi {
|
|
|
7030
7030
|
}), this.state[t] = n ? -1 : 2, n && r && (this.state[t] = 0);
|
|
7031
7031
|
const l = {};
|
|
7032
7032
|
this.queue.forEach((s) => {
|
|
7033
|
-
|
|
7033
|
+
Ff(s.loaded, [o], a), Zf(s, t), n && s.errors.push(n), s.pendingCount === 0 && !s.done && (Object.keys(s.loaded).forEach((u) => {
|
|
7034
7034
|
l[u] || (l[u] = {});
|
|
7035
7035
|
const f = s.loaded[u];
|
|
7036
7036
|
f.length && f.forEach((h) => {
|
|
@@ -7189,7 +7189,7 @@ const Ls = () => ({
|
|
|
7189
7189
|
skipOnVariables: !0
|
|
7190
7190
|
}
|
|
7191
7191
|
}), zs = (e) => (typeof e.ns == "string" && (e.ns = [e.ns]), typeof e.fallbackLng == "string" && (e.fallbackLng = [e.fallbackLng]), typeof e.fallbackNS == "string" && (e.fallbackNS = [e.fallbackNS]), e.supportedLngs && e.supportedLngs.indexOf("cimode") < 0 && (e.supportedLngs = e.supportedLngs.concat(["cimode"])), e), Mr = () => {
|
|
7192
|
-
},
|
|
7192
|
+
}, ep = (e) => {
|
|
7193
7193
|
Object.getOwnPropertyNames(Object.getPrototypeOf(e)).forEach((n) => {
|
|
7194
7194
|
typeof e[n] == "function" && (e[n] = e[n].bind(e));
|
|
7195
7195
|
});
|
|
@@ -7199,7 +7199,7 @@ class lr extends Fi {
|
|
|
7199
7199
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0;
|
|
7200
7200
|
if (super(), this.options = zs(t), this.services = {}, this.logger = $e, this.modules = {
|
|
7201
7201
|
external: []
|
|
7202
|
-
},
|
|
7202
|
+
}, ep(this), n && !this.isInitialized && !t.isClone) {
|
|
7203
7203
|
if (!this.options.initImmediate)
|
|
7204
7204
|
return this.init(t, n), this;
|
|
7205
7205
|
setTimeout(() => {
|
|
@@ -7224,17 +7224,17 @@ class lr extends Fi {
|
|
|
7224
7224
|
if (!this.options.isClone) {
|
|
7225
7225
|
this.modules.logger ? $e.init(o(this.modules.logger), this.options) : $e.init(null, this.options);
|
|
7226
7226
|
let f;
|
|
7227
|
-
this.modules.formatter ? f = this.modules.formatter : typeof Intl < "u" && (f =
|
|
7227
|
+
this.modules.formatter ? f = this.modules.formatter : typeof Intl < "u" && (f = Jf);
|
|
7228
7228
|
const h = new Es(this.options);
|
|
7229
7229
|
this.store = new Cs(this.options.resources, this.options);
|
|
7230
7230
|
const c = this.services;
|
|
7231
|
-
c.logger = $e, c.resourceStore = this.store, c.languageUtils = h, c.pluralResolver = new
|
|
7231
|
+
c.logger = $e, c.resourceStore = this.store, c.languageUtils = h, c.pluralResolver = new Gf(h, {
|
|
7232
7232
|
prepend: this.options.pluralSeparator,
|
|
7233
7233
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
7234
7234
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
7235
|
-
}), f && (!this.options.interpolation.format || this.options.interpolation.format === i.interpolation.format) && (c.formatter = o(f), c.formatter.init(c, this.options), this.options.interpolation.format = c.formatter.format.bind(c.formatter)), c.interpolator = new
|
|
7235
|
+
}), f && (!this.options.interpolation.format || this.options.interpolation.format === i.interpolation.format) && (c.formatter = o(f), c.formatter.init(c, this.options), this.options.interpolation.format = c.formatter.format.bind(c.formatter)), c.interpolator = new Xf(this.options), c.utils = {
|
|
7236
7236
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
7237
|
-
}, c.backendConnector = new
|
|
7237
|
+
}, c.backendConnector = new qf(o(this.modules.backend), c.resourceStore, c, this.options), c.backendConnector.on("*", function(m) {
|
|
7238
7238
|
for (var y = arguments.length, x = new Array(y > 1 ? y - 1 : 0), P = 1; P < y; P++)
|
|
7239
7239
|
x[P - 1] = arguments[P];
|
|
7240
7240
|
t.emit(m, ...x);
|
|
@@ -7449,17 +7449,17 @@ ae.hasLoadedNamespace;
|
|
|
7449
7449
|
ae.loadNamespaces;
|
|
7450
7450
|
ae.loadLanguages;
|
|
7451
7451
|
const {
|
|
7452
|
-
slice:
|
|
7453
|
-
forEach:
|
|
7452
|
+
slice: tp,
|
|
7453
|
+
forEach: np
|
|
7454
7454
|
} = [];
|
|
7455
|
-
function
|
|
7456
|
-
return
|
|
7455
|
+
function rp(e) {
|
|
7456
|
+
return np.call(tp.call(arguments, 1), (t) => {
|
|
7457
7457
|
if (t)
|
|
7458
7458
|
for (const n in t)
|
|
7459
7459
|
e[n] === void 0 && (e[n] = t[n]);
|
|
7460
7460
|
}), e;
|
|
7461
7461
|
}
|
|
7462
|
-
const Os = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,
|
|
7462
|
+
const Os = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, ip = (e, t, n) => {
|
|
7463
7463
|
const r = n || {};
|
|
7464
7464
|
r.path = r.path || "/";
|
|
7465
7465
|
const i = encodeURIComponent(t);
|
|
@@ -7508,7 +7508,7 @@ const Os = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, rp = (e, t, n) => {
|
|
|
7508
7508
|
path: "/",
|
|
7509
7509
|
sameSite: "strict"
|
|
7510
7510
|
};
|
|
7511
|
-
n && (i.expires = /* @__PURE__ */ new Date(), i.expires.setTime(i.expires.getTime() + n * 60 * 1e3)), r && (i.domain = r), document.cookie =
|
|
7511
|
+
n && (i.expires = /* @__PURE__ */ new Date(), i.expires.setTime(i.expires.getTime() + n * 60 * 1e3)), r && (i.domain = r), document.cookie = ip(e, encodeURIComponent(t), i);
|
|
7512
7512
|
},
|
|
7513
7513
|
read(e) {
|
|
7514
7514
|
const t = `${e}=`, n = document.cookie.split(";");
|
|
@@ -7523,7 +7523,7 @@ const Os = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, rp = (e, t, n) => {
|
|
|
7523
7523
|
this.create(e, "", -1);
|
|
7524
7524
|
}
|
|
7525
7525
|
};
|
|
7526
|
-
var
|
|
7526
|
+
var op = {
|
|
7527
7527
|
name: "cookie",
|
|
7528
7528
|
// Deconstruct the options object and extract the lookupCookie property
|
|
7529
7529
|
lookup(e) {
|
|
@@ -7543,7 +7543,7 @@ var ip = {
|
|
|
7543
7543
|
} = t;
|
|
7544
7544
|
n && typeof document < "u" && Ms.create(n, e, r, i, o);
|
|
7545
7545
|
}
|
|
7546
|
-
},
|
|
7546
|
+
}, ap = {
|
|
7547
7547
|
name: "querystring",
|
|
7548
7548
|
// Deconstruct the options object and extract the lookupQuerystring property
|
|
7549
7549
|
lookup(e) {
|
|
@@ -7577,7 +7577,7 @@ const Rs = () => {
|
|
|
7577
7577
|
}
|
|
7578
7578
|
return Nn;
|
|
7579
7579
|
};
|
|
7580
|
-
var
|
|
7580
|
+
var lp = {
|
|
7581
7581
|
name: "localStorage",
|
|
7582
7582
|
// Deconstruct the options object and extract the lookupLocalStorage property
|
|
7583
7583
|
lookup(e) {
|
|
@@ -7607,7 +7607,7 @@ const Ts = () => {
|
|
|
7607
7607
|
}
|
|
7608
7608
|
return Ln;
|
|
7609
7609
|
};
|
|
7610
|
-
var
|
|
7610
|
+
var sp = {
|
|
7611
7611
|
name: "sessionStorage",
|
|
7612
7612
|
lookup(e) {
|
|
7613
7613
|
let {
|
|
@@ -7622,7 +7622,7 @@ var lp = {
|
|
|
7622
7622
|
} = t;
|
|
7623
7623
|
n && Ts() && window.sessionStorage.setItem(n, e);
|
|
7624
7624
|
}
|
|
7625
|
-
},
|
|
7625
|
+
}, up = {
|
|
7626
7626
|
name: "navigator",
|
|
7627
7627
|
lookup(e) {
|
|
7628
7628
|
const t = [];
|
|
@@ -7639,7 +7639,7 @@ var lp = {
|
|
|
7639
7639
|
}
|
|
7640
7640
|
return t.length > 0 ? t : void 0;
|
|
7641
7641
|
}
|
|
7642
|
-
},
|
|
7642
|
+
}, cp = {
|
|
7643
7643
|
name: "htmlTag",
|
|
7644
7644
|
// Deconstruct the options object and extract the htmlTag property
|
|
7645
7645
|
lookup(e) {
|
|
@@ -7649,7 +7649,7 @@ var lp = {
|
|
|
7649
7649
|
const r = t || (typeof document < "u" ? document.documentElement : null);
|
|
7650
7650
|
return r && typeof r.getAttribute == "function" && (n = r.getAttribute("lang")), n;
|
|
7651
7651
|
}
|
|
7652
|
-
},
|
|
7652
|
+
}, dp = {
|
|
7653
7653
|
name: "path",
|
|
7654
7654
|
// Deconstruct the options object and extract the lookupFromPathIndex property
|
|
7655
7655
|
lookup(e) {
|
|
@@ -7661,7 +7661,7 @@ var lp = {
|
|
|
7661
7661
|
const n = window.location.pathname.match(/\/([a-zA-Z-]*)/g);
|
|
7662
7662
|
return Array.isArray(n) ? (i = n[typeof t == "number" ? t : 0]) == null ? void 0 : i.replace("/", "") : void 0;
|
|
7663
7663
|
}
|
|
7664
|
-
},
|
|
7664
|
+
}, fp = {
|
|
7665
7665
|
name: "subdomain",
|
|
7666
7666
|
lookup(e) {
|
|
7667
7667
|
var i, o;
|
|
@@ -7673,7 +7673,7 @@ var lp = {
|
|
|
7673
7673
|
return r[n];
|
|
7674
7674
|
}
|
|
7675
7675
|
};
|
|
7676
|
-
function
|
|
7676
|
+
function pp() {
|
|
7677
7677
|
return {
|
|
7678
7678
|
order: ["querystring", "cookie", "localStorage", "sessionStorage", "navigator", "htmlTag"],
|
|
7679
7679
|
lookupQuerystring: "lng",
|
|
@@ -7697,7 +7697,7 @@ class rd {
|
|
|
7697
7697
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
7698
7698
|
this.services = t || {
|
|
7699
7699
|
languageUtils: {}
|
|
7700
|
-
}, this.options =
|
|
7700
|
+
}, this.options = rp(n, this.options || {}, pp()), typeof this.options.convertDetectedLanguage == "string" && this.options.convertDetectedLanguage.indexOf("15897") > -1 && (this.options.convertDetectedLanguage = (i) => i.replace("-", "_")), this.options.lookupFromUrlIndex && (this.options.lookupFromPathIndex = this.options.lookupFromUrlIndex), this.i18nOptions = r, this.addDetector(op), this.addDetector(ap), this.addDetector(lp), this.addDetector(sp), this.addDetector(up), this.addDetector(cp), this.addDetector(dp), this.addDetector(fp);
|
|
7701
7701
|
}
|
|
7702
7702
|
addDetector(t) {
|
|
7703
7703
|
return this.detectors[t.name] = t, this;
|
|
@@ -7719,94 +7719,94 @@ class rd {
|
|
|
7719
7719
|
}
|
|
7720
7720
|
}
|
|
7721
7721
|
rd.type = "languageDetector";
|
|
7722
|
-
const
|
|
7722
|
+
const hp = "Se connecter", gp = "Se déconnecter", mp = "Gérer le profil", vp = "Charger un plein", yp = "Xtra navigation", xp = "S'inscrire", wp = {
|
|
7723
7723
|
title: "Conditions générales",
|
|
7724
7724
|
description: "J'ai pu prendre connaisance de la Déclaration de confidentialité Xtra et j'accepte les conditions générales suivantes",
|
|
7725
7725
|
error: {
|
|
7726
7726
|
required: "Pour poursuivre, veuillez d'abord accepter les Conditions Générales"
|
|
7727
7727
|
},
|
|
7728
7728
|
action: "Lire les {{ title }}"
|
|
7729
|
-
},
|
|
7729
|
+
}, _p = "Continuer", kp = {
|
|
7730
7730
|
form: {
|
|
7731
7731
|
genericError: "Pour continuer, veuillez compléter tous les champs correctement",
|
|
7732
7732
|
detailedError: "Pour continuer, veuillez compléter ces champs : { invalidFormFieldLabels }}. Commencez par {{ firstInvalidFormFieldLabel }}"
|
|
7733
7733
|
}
|
|
7734
|
-
},
|
|
7735
|
-
login:
|
|
7736
|
-
logout:
|
|
7737
|
-
manageProfile:
|
|
7738
|
-
loading:
|
|
7739
|
-
xtraMenuAriaLabel:
|
|
7740
|
-
register:
|
|
7741
|
-
termsAndConditions:
|
|
7742
|
-
confirm:
|
|
7743
|
-
common:
|
|
7744
|
-
qrCode:
|
|
7745
|
-
privacy:
|
|
7746
|
-
payment:
|
|
7747
|
-
giftCards:
|
|
7748
|
-
},
|
|
7734
|
+
}, Sp = "Code Xtra QR", Cp = "Vie privée", bp = "Payer via Xtra", Ep = "Bons de valeur", Pp = {
|
|
7735
|
+
login: hp,
|
|
7736
|
+
logout: gp,
|
|
7737
|
+
manageProfile: mp,
|
|
7738
|
+
loading: vp,
|
|
7739
|
+
xtraMenuAriaLabel: yp,
|
|
7740
|
+
register: xp,
|
|
7741
|
+
termsAndConditions: wp,
|
|
7742
|
+
confirm: _p,
|
|
7743
|
+
common: kp,
|
|
7744
|
+
qrCode: Sp,
|
|
7745
|
+
privacy: Cp,
|
|
7746
|
+
payment: bp,
|
|
7747
|
+
giftCards: Ep
|
|
7748
|
+
}, Np = "Aanmelden", Lp = "Afmelden", zp = "Profiel beheren", Op = "Laden", Mp = "Xtra navigatie", Rp = "Registreren", Tp = {
|
|
7749
7749
|
title: "Algemene voorwaarden",
|
|
7750
7750
|
description: "Ik heb kennis kunnen nemen van de Privacyverklaring van Xtra, en ga akkoord met de volgende algemene voorwaarden",
|
|
7751
7751
|
error: {
|
|
7752
7752
|
required: "Om verder te gaan, aanvaard eerst de Algemene Voorwaarden"
|
|
7753
7753
|
},
|
|
7754
7754
|
action: "Bekijk hier de {{ title }}"
|
|
7755
|
-
},
|
|
7755
|
+
}, Fp = "Verder", Ip = {
|
|
7756
7756
|
form: {
|
|
7757
7757
|
genericError: "Om verder te gaan, vul alle velden correct in",
|
|
7758
7758
|
detailedError: "Om verder te gaan, vul deze velden in: {{ invalidFormFieldLabels }}. Start met {{ firstInvalidFormFieldLabel }}"
|
|
7759
7759
|
}
|
|
7760
|
-
},
|
|
7761
|
-
login:
|
|
7762
|
-
logout:
|
|
7763
|
-
manageProfile:
|
|
7764
|
-
loading:
|
|
7765
|
-
xtraMenuAriaLabel:
|
|
7766
|
-
register:
|
|
7767
|
-
termsAndConditions:
|
|
7768
|
-
confirm:
|
|
7769
|
-
common:
|
|
7770
|
-
qrCode:
|
|
7771
|
-
privacy:
|
|
7772
|
-
payment:
|
|
7773
|
-
giftCards:
|
|
7760
|
+
}, Dp = "Xtra QR-code", $p = "Privacy", jp = "Betalen via Xtra", Ap = "Waardebonnen", Up = {
|
|
7761
|
+
login: Np,
|
|
7762
|
+
logout: Lp,
|
|
7763
|
+
manageProfile: zp,
|
|
7764
|
+
loading: Op,
|
|
7765
|
+
xtraMenuAriaLabel: Mp,
|
|
7766
|
+
register: Rp,
|
|
7767
|
+
termsAndConditions: Tp,
|
|
7768
|
+
confirm: Fp,
|
|
7769
|
+
common: Ip,
|
|
7770
|
+
qrCode: Dp,
|
|
7771
|
+
privacy: $p,
|
|
7772
|
+
payment: jp,
|
|
7773
|
+
giftCards: Ap
|
|
7774
7774
|
};
|
|
7775
|
-
ae.use(rd).use(
|
|
7775
|
+
ae.use(rd).use(Hd).init({
|
|
7776
7776
|
detection: { order: ["htmlTag", "navigator"] },
|
|
7777
7777
|
debug: !1,
|
|
7778
7778
|
supportedLngs: ["nl", "fr"],
|
|
7779
7779
|
defaultNS: "authentication",
|
|
7780
7780
|
nonExplicitSupportedLngs: !0,
|
|
7781
7781
|
resources: {
|
|
7782
|
-
nl: { authentication:
|
|
7783
|
-
fr: { authentication:
|
|
7782
|
+
nl: { authentication: Up },
|
|
7783
|
+
fr: { authentication: Pp }
|
|
7784
7784
|
},
|
|
7785
7785
|
fallbackLng: "nl",
|
|
7786
7786
|
interpolation: { escapeValue: !1 }
|
|
7787
7787
|
}).catch((e) => console.error(e));
|
|
7788
|
-
const
|
|
7788
|
+
const Vp = (e) => {
|
|
7789
7789
|
const t = document.createElement("style");
|
|
7790
7790
|
t.textContent = [
|
|
7791
|
-
|
|
7791
|
+
x0,
|
|
7792
|
+
Lf,
|
|
7793
|
+
Ef,
|
|
7792
7794
|
Nf,
|
|
7793
|
-
|
|
7794
|
-
Pf,
|
|
7795
|
-
Ef
|
|
7795
|
+
Pf
|
|
7796
7796
|
].join(""), e.prepend(t);
|
|
7797
7797
|
};
|
|
7798
|
-
let la, id, od, ad, ld, sa;
|
|
7799
|
-
class
|
|
7798
|
+
let la, id, od, ad, ld, sd, sa;
|
|
7799
|
+
class Bp extends HTMLElement {
|
|
7800
7800
|
constructor() {
|
|
7801
7801
|
super();
|
|
7802
7802
|
}
|
|
7803
7803
|
async connectedCallback() {
|
|
7804
7804
|
const t = this.attachShadow({ mode: "open" });
|
|
7805
|
-
|
|
7805
|
+
Vp(t);
|
|
7806
7806
|
const n = ed(t), r = this.getAttribute("flyoutPlacement") ?? "bottom-end";
|
|
7807
|
-
if (!
|
|
7807
|
+
if (!Of(r))
|
|
7808
7808
|
throw new Error("Invalid position attribute");
|
|
7809
|
-
const i = (await import("./App-
|
|
7809
|
+
const i = (await import("./App-CF9tw8Ck.js")).default;
|
|
7810
7810
|
n.render(
|
|
7811
7811
|
/* @__PURE__ */ sn.jsx(
|
|
7812
7812
|
i,
|
|
@@ -7814,37 +7814,38 @@ class Vp extends HTMLElement {
|
|
|
7814
7814
|
environment: la,
|
|
7815
7815
|
redirectUrl: id,
|
|
7816
7816
|
apiUrl: od,
|
|
7817
|
+
authUrl: ad,
|
|
7817
7818
|
position: r,
|
|
7818
|
-
commerceId:
|
|
7819
|
-
bouMenuItems:
|
|
7819
|
+
commerceId: ld,
|
|
7820
|
+
bouMenuItems: sd,
|
|
7820
7821
|
country: sa
|
|
7821
7822
|
}
|
|
7822
7823
|
)
|
|
7823
7824
|
);
|
|
7824
7825
|
}
|
|
7825
7826
|
}
|
|
7826
|
-
const
|
|
7827
|
+
const Zp = (e) => {
|
|
7827
7828
|
if (window.frameElement)
|
|
7828
7829
|
return;
|
|
7829
7830
|
if (!e.apiUrl)
|
|
7830
7831
|
throw new Error("apiUrl must specified when registering the Xtra authentication component.");
|
|
7831
7832
|
if (!Object.values(pa).includes(e.environment))
|
|
7832
|
-
throw new
|
|
7833
|
-
if (sa = e.country ?? "BE", !
|
|
7833
|
+
throw new i0(la);
|
|
7834
|
+
if (sa = e.country ?? "BE", !y0(sa))
|
|
7834
7835
|
throw new Error("'country' must be either 'BE' or 'FR'");
|
|
7835
|
-
la = e.environment, od = e.apiUrl, id = e.redirectUrl ?? window.location.href,
|
|
7836
|
+
la = e.environment, od = e.apiUrl, ad = e.authUrl ?? e.apiUrl, id = e.redirectUrl ?? window.location.href, ld = e.commerceId ?? Zs.Xtra, sd = e.bouMenuItems ?? [], customElements.define("xtra-authentication", Bp);
|
|
7836
7837
|
};
|
|
7837
7838
|
export {
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7839
|
+
Wp as C,
|
|
7840
|
+
Kp as E,
|
|
7841
|
+
g0 as P,
|
|
7842
|
+
Jp as a,
|
|
7842
7843
|
Xs as b,
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7844
|
+
Gp as c,
|
|
7845
|
+
Qp as d,
|
|
7846
|
+
Xp as e,
|
|
7847
|
+
Zp as f,
|
|
7847
7848
|
sn as j,
|
|
7848
7849
|
T as r,
|
|
7849
|
-
|
|
7850
|
+
Yp as u
|
|
7850
7851
|
};
|