slippers-ui 3.1.23 → 3.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/slippers-ui.es.js +178 -172
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/slippers-ui.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as C, computed as y, createElementBlock as i, openBlock as
|
|
1
|
+
import { defineComponent as C, computed as y, createElementBlock as i, openBlock as s, mergeProps as j, renderSlot as b, normalizeClass as m, createElementVNode as h, createBlock as R, resolveDynamicComponent as F, normalizeStyle as J, withCtx as N, createCommentVNode as M, ref as I, onMounted as W, nextTick as oe, onUnmounted as Q, createVNode as k, unref as G, Fragment as T, renderList as z, withModifiers as Z, toDisplayString as L, createTextVNode as B, resolveComponent as se, withDirectives as D, vShow as U, normalizeProps as ne, guardReactiveProps as le, onBeforeUnmount as X, onBeforeMount as ie, vModelSelect as re } from "vue";
|
|
2
2
|
import { _ as w, C as Y, a as x, b as ee, c as de } from "./chunks/ChevronLgUp-HZ_-4Y4K.js";
|
|
3
3
|
const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
4
4
|
__name: "SlpButton",
|
|
@@ -8,18 +8,18 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
8
8
|
href: {}
|
|
9
9
|
},
|
|
10
10
|
setup(p) {
|
|
11
|
-
const e = p,
|
|
11
|
+
const e = p, n = y(() => e.disabled ?? !1), l = y(() => e.variant ?? "primary");
|
|
12
12
|
y(() => e.href ?? "");
|
|
13
13
|
const a = y(() => {
|
|
14
14
|
let o = [`slp-btn-${l.value}`];
|
|
15
|
-
return
|
|
15
|
+
return n.value && o.push("slp-btn-disabled"), o.join(" ");
|
|
16
16
|
});
|
|
17
|
-
return (o, d) => e.href ? (
|
|
17
|
+
return (o, d) => e.href ? (s(), i("a", j({ key: 0 }, o.$attrs, {
|
|
18
18
|
class: ["slp-btn", a.value],
|
|
19
19
|
href: e.href
|
|
20
20
|
}), [
|
|
21
21
|
b(o.$slots, "default", {}, void 0, !0)
|
|
22
|
-
], 16, ce)) : (
|
|
22
|
+
], 16, ce)) : (s(), i("button", j({ key: 1 }, o.$attrs, {
|
|
23
23
|
class: ["slp-btn", a.value],
|
|
24
24
|
type: "button"
|
|
25
25
|
}), [
|
|
@@ -33,14 +33,14 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
33
33
|
size: {}
|
|
34
34
|
},
|
|
35
35
|
setup(p) {
|
|
36
|
-
const e = p,
|
|
37
|
-
return (o, d) => (
|
|
36
|
+
const e = p, n = y(() => e.cols ?? null), l = y(() => e.size ?? "md"), a = y(() => n.value ? `slp-col-${l.value}-${n.value}` : `slp-col-${l.value}`);
|
|
37
|
+
return (o, d) => (s(), i("div", {
|
|
38
38
|
class: m(a.value)
|
|
39
39
|
}, [
|
|
40
40
|
b(o.$slots, "default", {}, void 0, !0)
|
|
41
41
|
], 2));
|
|
42
42
|
}
|
|
43
|
-
}),
|
|
43
|
+
}), Ct = /* @__PURE__ */ w(pe, [["__scopeId", "data-v-00b68f22"]]), ve = {
|
|
44
44
|
key: 0,
|
|
45
45
|
class: "slp-full-light-purple-background"
|
|
46
46
|
}, fe = {
|
|
@@ -74,62 +74,62 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
74
74
|
variant: {}
|
|
75
75
|
},
|
|
76
76
|
setup(p) {
|
|
77
|
-
const e = p,
|
|
78
|
-
return (o, d) => l.value === "light-purple-100" ? (
|
|
77
|
+
const e = p, n = y(() => e.fluid ?? !1), l = y(() => e.variant ?? "white"), a = y(() => n.value ? "fluid" : "");
|
|
78
|
+
return (o, d) => l.value === "light-purple-100" ? (s(), i("div", ve, [
|
|
79
79
|
h("div", {
|
|
80
80
|
class: m(["slp-container", a.value])
|
|
81
81
|
}, [
|
|
82
82
|
b(o.$slots, "default", {}, void 0, !0)
|
|
83
83
|
], 2)
|
|
84
|
-
])) : l.value === "grey-100" ? (
|
|
84
|
+
])) : l.value === "grey-100" ? (s(), i("div", fe, [
|
|
85
85
|
h("div", {
|
|
86
86
|
class: m(["slp-container", a.value])
|
|
87
87
|
}, [
|
|
88
88
|
b(o.$slots, "default", {}, void 0, !0)
|
|
89
89
|
], 2)
|
|
90
|
-
])) : l.value === "gradient" ? (
|
|
90
|
+
])) : l.value === "gradient" ? (s(), i("div", he, [
|
|
91
91
|
h("div", {
|
|
92
92
|
class: m(["slp-container", a.value])
|
|
93
93
|
}, [
|
|
94
94
|
b(o.$slots, "default", {}, void 0, !0)
|
|
95
95
|
], 2)
|
|
96
|
-
])) : l.value === "gradient-full" ? (
|
|
96
|
+
])) : l.value === "gradient-full" ? (s(), i("div", ge, [
|
|
97
97
|
h("div", {
|
|
98
98
|
class: m(["slp-container", a.value])
|
|
99
99
|
}, [
|
|
100
100
|
b(o.$slots, "default", {}, void 0, !0)
|
|
101
101
|
], 2)
|
|
102
|
-
])) : l.value === "charcoal-100" ? (
|
|
102
|
+
])) : l.value === "charcoal-100" ? (s(), i("div", me, [
|
|
103
103
|
h("div", {
|
|
104
104
|
class: m(["slp-container", a.value])
|
|
105
105
|
}, [
|
|
106
106
|
b(o.$slots, "default", {}, void 0, !0)
|
|
107
107
|
], 2)
|
|
108
|
-
])) : l.value === "charcoal-75" ? (
|
|
108
|
+
])) : l.value === "charcoal-75" ? (s(), i("div", _e, [
|
|
109
109
|
h("div", {
|
|
110
110
|
class: m(["slp-container", a.value])
|
|
111
111
|
}, [
|
|
112
112
|
b(o.$slots, "default", {}, void 0, !0)
|
|
113
113
|
], 2)
|
|
114
|
-
])) : l.value === "grey-50" ? (
|
|
114
|
+
])) : l.value === "grey-50" ? (s(), i("div", be, [
|
|
115
115
|
h("div", {
|
|
116
116
|
class: m(["slp-container", a.value])
|
|
117
117
|
}, [
|
|
118
118
|
b(o.$slots, "default", {}, void 0, !0)
|
|
119
119
|
], 2)
|
|
120
|
-
])) : l.value === "white-75" ? (
|
|
120
|
+
])) : l.value === "white-75" ? (s(), i("div", ye, [
|
|
121
121
|
h("div", {
|
|
122
122
|
class: m(["slp-container", a.value])
|
|
123
123
|
}, [
|
|
124
124
|
b(o.$slots, "default", {}, void 0, !0)
|
|
125
125
|
], 2)
|
|
126
|
-
])) : l.value === "grey-75" ? (
|
|
126
|
+
])) : l.value === "grey-75" ? (s(), i("div", $e, [
|
|
127
127
|
h("div", {
|
|
128
128
|
class: m(["slp-container", a.value])
|
|
129
129
|
}, [
|
|
130
130
|
b(o.$slots, "default", {}, void 0, !0)
|
|
131
131
|
], 2)
|
|
132
|
-
])) : (
|
|
132
|
+
])) : (s(), i("div", {
|
|
133
133
|
key: 9,
|
|
134
134
|
class: m(["slp-container", a.value])
|
|
135
135
|
}, [
|
|
@@ -156,7 +156,7 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
setup(p) {
|
|
159
|
-
const e = p,
|
|
159
|
+
const e = p, n = y(() => {
|
|
160
160
|
const a = ["slp-icon"];
|
|
161
161
|
return typeof e.size == "string" && isNaN(Number(e.size)) && a.push(`slp-icon--size-${e.size}`), e.color && !e.color.startsWith("#") && a.push(`slp-icon--color-${e.color}`), a;
|
|
162
162
|
}), l = y(() => {
|
|
@@ -170,8 +170,8 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
170
170
|
});
|
|
171
171
|
return (a, o) => {
|
|
172
172
|
var d, r;
|
|
173
|
-
return
|
|
174
|
-
class: m(["slp-icon",
|
|
173
|
+
return s(), R(F(p.icon), {
|
|
174
|
+
class: m(["slp-icon", n.value]),
|
|
175
175
|
style: J(l.value),
|
|
176
176
|
role: "img",
|
|
177
177
|
"aria-hidden": "true",
|
|
@@ -181,11 +181,11 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
181
181
|
}
|
|
182
182
|
}), P = /* @__PURE__ */ w(we, [["__scopeId", "data-v-b82aeda9"]]), Se = {}, Le = { class: "slp-row" };
|
|
183
183
|
function Ce(p, e) {
|
|
184
|
-
return
|
|
184
|
+
return s(), i("div", Le, [
|
|
185
185
|
b(p.$slots, "default", {}, void 0, !0)
|
|
186
186
|
]);
|
|
187
187
|
}
|
|
188
|
-
const
|
|
188
|
+
const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f"]]), Ie = {
|
|
189
189
|
key: 0,
|
|
190
190
|
class: "arrow-symbol"
|
|
191
191
|
}, Ne = /* @__PURE__ */ C({
|
|
@@ -217,13 +217,13 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
217
217
|
"arrow",
|
|
218
218
|
"quotes",
|
|
219
219
|
"emphasis"
|
|
220
|
-
],
|
|
221
|
-
return (r,
|
|
220
|
+
], n = ["span", "h1", "h2", "h3", "h4", "h5", "p", "div"], l = p, a = y(() => e.includes(l.variant || "") ? l.variant : "body1"), o = y(() => n.includes(l.tag || "") ? l.tag : "span"), d = y(() => `slp-text-${a.value}`);
|
|
221
|
+
return (r, c) => (s(), R(F(o.value), {
|
|
222
222
|
class: m(d.value)
|
|
223
223
|
}, {
|
|
224
224
|
default: N(() => [
|
|
225
225
|
b(r.$slots, "default", {}, void 0, !0),
|
|
226
|
-
a.value === "arrow" ? (
|
|
226
|
+
a.value === "arrow" ? (s(), i("span", Ie, "→")) : M("", !0)
|
|
227
227
|
]),
|
|
228
228
|
_: 3
|
|
229
229
|
}, 8, ["class"]));
|
|
@@ -248,16 +248,16 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
250
|
setup(p) {
|
|
251
|
-
const e = p,
|
|
252
|
-
|
|
251
|
+
const e = p, n = I(null), l = (u) => {
|
|
252
|
+
n.value && !n.value.contains(u.target) && (r.value = !1);
|
|
253
253
|
}, a = I(null), o = I(null);
|
|
254
254
|
let d = null;
|
|
255
|
-
const r = I(!1),
|
|
256
|
-
const v = document.getElementById(
|
|
255
|
+
const r = I(!1), c = (u) => {
|
|
256
|
+
const v = document.getElementById(u);
|
|
257
257
|
v && v.scrollIntoView({ behavior: "smooth" }), r.value = !1;
|
|
258
258
|
}, t = () => {
|
|
259
259
|
if (!o.value) return;
|
|
260
|
-
const
|
|
260
|
+
const u = e.navigationItems.map((v) => document.getElementById(v.id)).filter((v) => v !== null);
|
|
261
261
|
d = new IntersectionObserver(
|
|
262
262
|
(v) => {
|
|
263
263
|
v.forEach((g) => {
|
|
@@ -272,7 +272,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
272
272
|
// When the 40% of the content is in the viewport the menu will be highlighted
|
|
273
273
|
threshold: Array.from({ length: 99 }, (v, g) => (g + 2) / 100)
|
|
274
274
|
}
|
|
275
|
-
),
|
|
275
|
+
), u.forEach((v) => d == null ? void 0 : d.observe(v));
|
|
276
276
|
};
|
|
277
277
|
return W(() => {
|
|
278
278
|
document.addEventListener("click", l), oe(() => {
|
|
@@ -280,7 +280,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
280
280
|
});
|
|
281
281
|
}), Q(() => {
|
|
282
282
|
d && d.disconnect(), document.removeEventListener("click", l);
|
|
283
|
-
}), (
|
|
283
|
+
}), (u, v) => (s(), i("div", {
|
|
284
284
|
class: m([
|
|
285
285
|
"side-navigation-layout",
|
|
286
286
|
`side-navigation-layout--${e.position}`,
|
|
@@ -289,7 +289,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
289
289
|
}, [
|
|
290
290
|
h("div", {
|
|
291
291
|
ref_key: "dropdownRef",
|
|
292
|
-
ref:
|
|
292
|
+
ref: n,
|
|
293
293
|
class: "side-navigation-dropdown"
|
|
294
294
|
}, [
|
|
295
295
|
h("button", {
|
|
@@ -303,22 +303,22 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
303
303
|
size: "sm"
|
|
304
304
|
}, null, 8, ["icon"])
|
|
305
305
|
]),
|
|
306
|
-
r.value ? (
|
|
307
|
-
(
|
|
306
|
+
r.value ? (s(), i("ul", Te, [
|
|
307
|
+
(s(!0), i(T, null, z(e.navigationItems, (g) => (s(), i("li", {
|
|
308
308
|
key: g.id,
|
|
309
309
|
class: "dropdown-item"
|
|
310
310
|
}, [
|
|
311
311
|
h("a", {
|
|
312
312
|
href: "#",
|
|
313
313
|
class: "dropdown-link",
|
|
314
|
-
onClick: Z((f) =>
|
|
314
|
+
onClick: Z((f) => c(g.id), ["prevent"])
|
|
315
315
|
}, L(g.text), 9, ze)
|
|
316
316
|
]))), 128))
|
|
317
317
|
])) : M("", !0)
|
|
318
318
|
], 512),
|
|
319
319
|
h("nav", Ee, [
|
|
320
320
|
h("ul", null, [
|
|
321
|
-
(
|
|
321
|
+
(s(!0), i(T, null, z(e.navigationItems, (g) => (s(), i("li", {
|
|
322
322
|
key: g.id,
|
|
323
323
|
class: "side-navigation__item"
|
|
324
324
|
}, [
|
|
@@ -327,7 +327,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
327
327
|
class: m(["side-navigation__link", { "side-navigation__link--active": a.value === g.id }]),
|
|
328
328
|
"data-ga-name": g.text,
|
|
329
329
|
"data-ga-location": "side anchor",
|
|
330
|
-
onClick: Z((f) =>
|
|
330
|
+
onClick: Z((f) => c(g.id), ["prevent"])
|
|
331
331
|
}, L(g.text), 11, Ve)
|
|
332
332
|
]))), 128))
|
|
333
333
|
])
|
|
@@ -337,11 +337,11 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
337
337
|
ref: o,
|
|
338
338
|
class: "side-navigation-content"
|
|
339
339
|
}, [
|
|
340
|
-
b(
|
|
340
|
+
b(u.$slots, "default", {}, void 0, !0)
|
|
341
341
|
], 512)
|
|
342
342
|
], 2));
|
|
343
343
|
}
|
|
344
|
-
}),
|
|
344
|
+
}), Nt = /* @__PURE__ */ w(Me, [["__scopeId", "data-v-68f8d83f"]]), Ge = ["for"], Be = ["name", "value", "id", "checked", "disabled"], Oe = /* @__PURE__ */ C({
|
|
345
345
|
__name: "SlpRadioButton",
|
|
346
346
|
props: {
|
|
347
347
|
option: {},
|
|
@@ -350,13 +350,13 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
350
350
|
},
|
|
351
351
|
emits: ["update:modelValue"],
|
|
352
352
|
setup(p, { emit: e }) {
|
|
353
|
-
const
|
|
353
|
+
const n = e, l = (a) => {
|
|
354
354
|
const o = a.target;
|
|
355
|
-
|
|
355
|
+
n("update:modelValue", o.value);
|
|
356
356
|
};
|
|
357
357
|
return (a, o) => {
|
|
358
|
-
var d, r,
|
|
359
|
-
return
|
|
358
|
+
var d, r, c;
|
|
359
|
+
return s(), i("label", {
|
|
360
360
|
for: a.option,
|
|
361
361
|
class: m(["slp-radio", { disabled: (d = a.config) == null ? void 0 : d.disabled }])
|
|
362
362
|
}, [
|
|
@@ -368,7 +368,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
368
368
|
id: a.option,
|
|
369
369
|
onInput: l,
|
|
370
370
|
checked: (r = a.config) == null ? void 0 : r.checked,
|
|
371
|
-
disabled: (
|
|
371
|
+
disabled: (c = a.config) == null ? void 0 : c.disabled
|
|
372
372
|
}, null, 40, Be),
|
|
373
373
|
o[0] || (o[0] = h("span", { class: "slp-radio__checkmark" }, null, -1))
|
|
374
374
|
], 10, Ge);
|
|
@@ -386,22 +386,22 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
386
386
|
},
|
|
387
387
|
emits: ["update:modelValue"],
|
|
388
388
|
setup(p, { emit: e }) {
|
|
389
|
-
const
|
|
389
|
+
const n = {
|
|
390
390
|
VERTICAL: "vertical",
|
|
391
391
|
HORIZONTAL: "horizontal"
|
|
392
392
|
}, l = e, a = (o) => {
|
|
393
393
|
l("update:modelValue", o);
|
|
394
394
|
};
|
|
395
395
|
return (o, d) => {
|
|
396
|
-
var r,
|
|
397
|
-
return
|
|
396
|
+
var r, c;
|
|
397
|
+
return s(), R(te, {
|
|
398
398
|
class: m(["slp-radio-group", {
|
|
399
|
-
"slp-radio-group--vertical": ((r = o.config) == null ? void 0 : r.orientation) ===
|
|
400
|
-
"slp-radio-group--horizontal": ((
|
|
399
|
+
"slp-radio-group--vertical": ((r = o.config) == null ? void 0 : r.orientation) === n.VERTICAL,
|
|
400
|
+
"slp-radio-group--horizontal": ((c = o.config) == null ? void 0 : c.orientation) === n.HORIZONTAL
|
|
401
401
|
}])
|
|
402
402
|
}, {
|
|
403
403
|
default: N(() => [
|
|
404
|
-
(
|
|
404
|
+
(s(!0), i(T, null, z(o.options, (t) => (s(), R(Re, {
|
|
405
405
|
key: t.value,
|
|
406
406
|
option: t.value,
|
|
407
407
|
name: o.name,
|
|
@@ -416,7 +416,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
416
416
|
}, 8, ["class"]);
|
|
417
417
|
};
|
|
418
418
|
}
|
|
419
|
-
}),
|
|
419
|
+
}), Tt = /* @__PURE__ */ w(Pe, [["__scopeId", "data-v-ae31ec89"]]), Ae = {
|
|
420
420
|
key: 0,
|
|
421
421
|
class: "slp-loading-round"
|
|
422
422
|
}, De = {
|
|
@@ -430,12 +430,12 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
430
430
|
},
|
|
431
431
|
setup(p) {
|
|
432
432
|
const e = p;
|
|
433
|
-
return (
|
|
433
|
+
return (n, l) => {
|
|
434
434
|
var a;
|
|
435
|
-
return ((a = e.config) == null ? void 0 : a.variant) === "round" ? (
|
|
435
|
+
return ((a = e.config) == null ? void 0 : a.variant) === "round" ? (s(), i("div", Ae)) : (s(), i("div", De));
|
|
436
436
|
};
|
|
437
437
|
}
|
|
438
|
-
}),
|
|
438
|
+
}), zt = /* @__PURE__ */ w(We, [["__scopeId", "data-v-ee32411b"]]), qe = ["href", "data-ga-name", "data-ga-location"], He = /* @__PURE__ */ C({
|
|
439
439
|
__name: "Tree",
|
|
440
440
|
props: {
|
|
441
441
|
text: { default: "" },
|
|
@@ -450,31 +450,31 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
450
450
|
}) }
|
|
451
451
|
},
|
|
452
452
|
setup(p) {
|
|
453
|
-
return (e,
|
|
454
|
-
var a, o, d, r,
|
|
453
|
+
return (e, n) => {
|
|
454
|
+
var a, o, d, r, c, t;
|
|
455
455
|
const l = se("Tree", !0);
|
|
456
|
-
return
|
|
456
|
+
return s(), i("div", {
|
|
457
457
|
class: m([`depth-${(a = e.config) == null ? void 0 : a.depth}`, { mobile: (o = e.config) == null ? void 0 : o.mobile }])
|
|
458
458
|
}, [
|
|
459
|
-
e.text ? (
|
|
459
|
+
e.text ? (s(), i("a", {
|
|
460
460
|
key: 0,
|
|
461
461
|
class: m(["anchor", { selected: (d = e.config) == null ? void 0 : d.isSelected }]),
|
|
462
462
|
href: (r = e.config) == null ? void 0 : r.href,
|
|
463
|
-
"data-ga-name": (
|
|
463
|
+
"data-ga-name": (c = e.config) == null ? void 0 : c.dataGaName,
|
|
464
464
|
"data-ga-location": (t = e.config) == null ? void 0 : t.dataGaLocation
|
|
465
465
|
}, L(e.text), 11, qe)) : M("", !0),
|
|
466
|
-
(
|
|
466
|
+
(s(!0), i(T, null, z(e.nodes, (u) => {
|
|
467
467
|
var v, g, f, _, S, $;
|
|
468
|
-
return
|
|
469
|
-
key:
|
|
470
|
-
nodes:
|
|
471
|
-
text:
|
|
468
|
+
return s(), R(l, {
|
|
469
|
+
key: u.text,
|
|
470
|
+
nodes: u.nodes,
|
|
471
|
+
text: u.text,
|
|
472
472
|
config: {
|
|
473
|
-
href: ((v =
|
|
474
|
-
dataGaName: (g =
|
|
475
|
-
dataGaLocation: (f =
|
|
473
|
+
href: ((v = u.config) == null ? void 0 : v.href) ?? "",
|
|
474
|
+
dataGaName: (g = u.config) == null ? void 0 : g.dataGaName,
|
|
475
|
+
dataGaLocation: (f = u.config) == null ? void 0 : f.dataGaLocation,
|
|
476
476
|
depth: (((_ = e.config) == null ? void 0 : _.depth) ?? 0) + 1,
|
|
477
|
-
isSelected: (S =
|
|
477
|
+
isSelected: (S = u.config) == null ? void 0 : S.isSelected,
|
|
478
478
|
mobile: ($ = e.config) == null ? void 0 : $.mobile
|
|
479
479
|
}
|
|
480
480
|
}, null, 8, ["nodes", "text", "config"]);
|
|
@@ -490,18 +490,18 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
490
490
|
hyperlinks: {}
|
|
491
491
|
},
|
|
492
492
|
setup(p) {
|
|
493
|
-
const e = I(!1),
|
|
493
|
+
const e = I(!1), n = () => {
|
|
494
494
|
e.value = !e.value;
|
|
495
495
|
};
|
|
496
496
|
return (l, a) => {
|
|
497
497
|
var o, d, r;
|
|
498
|
-
return
|
|
498
|
+
return s(), i("div", {
|
|
499
499
|
class: m(["dropdown", { hide: !e.value }])
|
|
500
500
|
}, [
|
|
501
501
|
k(K, {
|
|
502
502
|
class: "dropdown__button",
|
|
503
503
|
variant: "ghost",
|
|
504
|
-
onClick:
|
|
504
|
+
onClick: n
|
|
505
505
|
}, {
|
|
506
506
|
default: N(() => [
|
|
507
507
|
h("span", null, L(l.dropdownLabel), 1),
|
|
@@ -527,7 +527,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
527
527
|
k(ae, {
|
|
528
528
|
mobile: "",
|
|
529
529
|
nodes: l.anchors.data,
|
|
530
|
-
onClick:
|
|
530
|
+
onClick: n
|
|
531
531
|
}, null, 8, ["nodes"]),
|
|
532
532
|
D(h("div", Ke, null, 512), [
|
|
533
533
|
[U, (o = l.hyperlinks) == null ? void 0 : o.data.length]
|
|
@@ -538,9 +538,9 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
538
538
|
class: "nav-heading"
|
|
539
539
|
}, {
|
|
540
540
|
default: N(() => {
|
|
541
|
-
var
|
|
541
|
+
var c;
|
|
542
542
|
return [
|
|
543
|
-
B(L((
|
|
543
|
+
B(L((c = l.hyperlinks) == null ? void 0 : c.text), 1)
|
|
544
544
|
];
|
|
545
545
|
}),
|
|
546
546
|
_: 1
|
|
@@ -548,16 +548,16 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
548
548
|
[U, (d = l.hyperlinks) == null ? void 0 : d.text]
|
|
549
549
|
]),
|
|
550
550
|
h("ul", null, [
|
|
551
|
-
(
|
|
552
|
-
key:
|
|
551
|
+
(s(!0), i(T, null, z((r = l.hyperlinks) == null ? void 0 : r.data, (c) => (s(), i("li", {
|
|
552
|
+
key: c.text
|
|
553
553
|
}, [
|
|
554
554
|
k(K, {
|
|
555
555
|
class: "dropdown__link",
|
|
556
556
|
variant: "ghost",
|
|
557
|
-
href:
|
|
557
|
+
href: c.config.href
|
|
558
558
|
}, {
|
|
559
559
|
default: N(() => [
|
|
560
|
-
h("span", null, L(
|
|
560
|
+
h("span", null, L(c.text), 1),
|
|
561
561
|
k(K, { variant: "icon" }, {
|
|
562
562
|
default: N(() => [
|
|
563
563
|
k(P, {
|
|
@@ -587,7 +587,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
587
587
|
alwaysExpanded: { type: Boolean }
|
|
588
588
|
},
|
|
589
589
|
setup(p) {
|
|
590
|
-
const e = p,
|
|
590
|
+
const e = p, n = I([]), l = I(
|
|
591
591
|
e.anchors.data.map((f) => ({
|
|
592
592
|
text: f.text,
|
|
593
593
|
nodes: f.nodes,
|
|
@@ -603,7 +603,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
603
603
|
let d = null;
|
|
604
604
|
const r = (f, _ = []) => (f.forEach((S) => {
|
|
605
605
|
S.config.href && _.push(S.config.href), S.nodes && r(S.nodes, _);
|
|
606
|
-
}), _),
|
|
606
|
+
}), _), c = (f) => {
|
|
607
607
|
const _ = [], S = ($) => $.some((E, V) => (_.push(V), E.config.href === f || E.nodes && S(E.nodes) ? !0 : (_.pop(), !1)));
|
|
608
608
|
return S(e.anchors.data), _;
|
|
609
609
|
}, t = (f) => {
|
|
@@ -617,23 +617,23 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
617
617
|
dataGaLocation: $.config.dataGaLocation
|
|
618
618
|
}
|
|
619
619
|
};
|
|
620
|
-
return f && E === 0 && (O.config.isSelected = !0), e.alwaysExpanded ? (
|
|
620
|
+
return f && E === 0 && (O.config.isSelected = !0), e.alwaysExpanded ? (n.value[V] === E && (O.config.isSelected = !0), $.nodes && (O.nodes = $.nodes.map(
|
|
621
621
|
(q, H) => S(q, H, V + 1)
|
|
622
|
-
))) :
|
|
622
|
+
))) : n.value[V] === E && ($.nodes && (V += 1, O.nodes = $.nodes.map(
|
|
623
623
|
(q, H) => S(q, H, V)
|
|
624
|
-
), V -= 1), V + 1 ===
|
|
624
|
+
), V -= 1), V + 1 === n.value.length && (O.config.isSelected = !0)), O;
|
|
625
625
|
};
|
|
626
626
|
return e.anchors.data.map(($, E) => S($, E, _));
|
|
627
|
-
},
|
|
627
|
+
}, u = (f) => {
|
|
628
628
|
f.forEach((_) => {
|
|
629
|
-
_.isIntersecting ? (
|
|
629
|
+
_.isIntersecting ? (n.value = c(`#${_.target.id}`), e.alwaysExpanded || (l.value = t(!1))) : o.value && !e.alwaysExpanded && (l.value = t(!0), o.value = !1), e.alwaysExpanded && (l.value = t(!1));
|
|
630
630
|
});
|
|
631
631
|
}, v = () => {
|
|
632
632
|
a.value = window.innerWidth < 768;
|
|
633
633
|
}, g = () => {
|
|
634
634
|
l.value = t(!0), o.value = !1;
|
|
635
635
|
const f = (window.innerHeight - 120 - 48) * -1;
|
|
636
|
-
d = new IntersectionObserver(
|
|
636
|
+
d = new IntersectionObserver(u, {
|
|
637
637
|
rootMargin: `-120px 0px ${f}px 0px`,
|
|
638
638
|
threshold: 0
|
|
639
639
|
}), setTimeout(() => {
|
|
@@ -647,18 +647,18 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
647
647
|
v(), window.addEventListener("resize", v), g();
|
|
648
648
|
}), Q(() => {
|
|
649
649
|
window.removeEventListener("resize", v), d && d.disconnect();
|
|
650
|
-
}), (f, _) => (
|
|
651
|
-
a.value ? (
|
|
650
|
+
}), (f, _) => (s(), i("div", null, [
|
|
651
|
+
a.value ? (s(), i("div", Fe, [
|
|
652
652
|
k(Ze, ne(le({ anchors: f.anchors, hyperlinks: f.hyperlinks })), null, 16),
|
|
653
653
|
b(f.$slots, "default", {}, void 0, !0)
|
|
654
|
-
])) : (
|
|
654
|
+
])) : (s(), i("div", Je, [
|
|
655
655
|
h("div", Qe, [
|
|
656
656
|
b(f.$slots, "default", {}, void 0, !0)
|
|
657
657
|
]),
|
|
658
658
|
h("nav", Xe, [
|
|
659
659
|
b(f.$slots, "header", {}, void 0, !0),
|
|
660
660
|
h("div", Ye, [
|
|
661
|
-
f.anchors.text ? (
|
|
661
|
+
f.anchors.text ? (s(), R(A, {
|
|
662
662
|
key: 0,
|
|
663
663
|
tag: "div",
|
|
664
664
|
variant: "body3-bold",
|
|
@@ -676,7 +676,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
676
676
|
]))
|
|
677
677
|
]));
|
|
678
678
|
}
|
|
679
|
-
}),
|
|
679
|
+
}), Et = /* @__PURE__ */ w(xe, [["__scopeId", "data-v-47e57dda"]]), et = ["id", "aria-describedby"], tt = { class: "slp-tooltip__wrapper" }, at = ["id", "data-ga-features", "data-ga-features-sub", "data-ga-features-sub-card", "data-ga-name", "data-ga-location", "href"], ot = ["id"], st = ["id", "aria-describedby"], nt = { class: "slp-tooltip__wrapper" }, lt = ["id", "innerHTML"], it = ["id"], rt = /* @__PURE__ */ C({
|
|
680
680
|
__name: "SlpTooltip",
|
|
681
681
|
props: {
|
|
682
682
|
text: { default: "" },
|
|
@@ -687,23 +687,23 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
687
687
|
dataProperties: { default: null }
|
|
688
688
|
},
|
|
689
689
|
setup(p) {
|
|
690
|
-
const e = p,
|
|
691
|
-
e.mode === "hover" && (
|
|
690
|
+
const e = p, n = I(!1), l = I(""), a = I(""), o = I(""), d = (t) => {
|
|
691
|
+
e.mode === "hover" && (n.value = t.type === "mouseenter");
|
|
692
692
|
}, r = () => {
|
|
693
|
-
|
|
694
|
-
},
|
|
695
|
-
t.target.id !== e.id && (
|
|
693
|
+
n.value = e.mode === "click" ? !n.value : !1;
|
|
694
|
+
}, c = (t) => {
|
|
695
|
+
t.target.id !== e.id && (n.value = !1);
|
|
696
696
|
};
|
|
697
697
|
return W(() => {
|
|
698
|
-
if (e.mode === "click" && document.addEventListener("click",
|
|
699
|
-
const t = e.text.match(/\[(.*?)\]/),
|
|
700
|
-
l.value = t ? t[1] : "", a.value =
|
|
698
|
+
if (e.mode === "click" && document.addEventListener("click", c), e.text) {
|
|
699
|
+
const t = e.text.match(/\[(.*?)\]/), u = e.text.match(/\((.*?)\)/);
|
|
700
|
+
l.value = t ? t[1] : "", a.value = u ? u[1] : "", o.value = e.text.replace(`(${a.value})`, "").replace(`[${l.value}]`, "").trim();
|
|
701
701
|
}
|
|
702
702
|
}), X(() => {
|
|
703
|
-
document.removeEventListener("click",
|
|
704
|
-
}), (t,
|
|
703
|
+
document.removeEventListener("click", c);
|
|
704
|
+
}), (t, u) => {
|
|
705
705
|
var v, g, f;
|
|
706
|
-
return t.mode === "hover" ? (
|
|
706
|
+
return t.mode === "hover" ? (s(), i("div", {
|
|
707
707
|
key: 0,
|
|
708
708
|
id: t.id,
|
|
709
709
|
"aria-label": "Click to open tooltip with more information.",
|
|
@@ -715,12 +715,12 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
715
715
|
}, [
|
|
716
716
|
h("div", tt, [
|
|
717
717
|
b(t.$slots, "default", {}, void 0, !0),
|
|
718
|
-
|
|
718
|
+
n.value ? (s(), i("div", {
|
|
719
719
|
key: 0,
|
|
720
720
|
class: m(["slp-tooltip__content", `${t.position} ${t.mode === "hover" ? "hover-mode" : ""}`])
|
|
721
721
|
}, [
|
|
722
722
|
B(L(o.value) + " ", 1),
|
|
723
|
-
t.text ? (
|
|
723
|
+
t.text ? (s(), i("a", {
|
|
724
724
|
key: 0,
|
|
725
725
|
id: `${t.id}-content`,
|
|
726
726
|
"data-ga-features": t.dataProperties && t.dataProperties.features.toLowerCase() || null,
|
|
@@ -730,19 +730,19 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
730
730
|
"data-ga-location": t.dataProperties ? "features content" : null,
|
|
731
731
|
role: "tooltip",
|
|
732
732
|
href: a.value
|
|
733
|
-
}, L(l.value), 9, at)) : t.list ? (
|
|
733
|
+
}, L(l.value), 9, at)) : t.list ? (s(), i("ul", {
|
|
734
734
|
key: 1,
|
|
735
735
|
id: `${t.id}-content`,
|
|
736
736
|
role: "tooltip",
|
|
737
737
|
class: "slp-tooltip__list"
|
|
738
738
|
}, [
|
|
739
|
-
(
|
|
739
|
+
(s(!0), i(T, null, z(t.list, (_) => (s(), i("li", {
|
|
740
740
|
key: _.text
|
|
741
741
|
}, L(_.text), 1))), 128))
|
|
742
742
|
], 8, ot)) : M("", !0)
|
|
743
743
|
], 2)) : M("", !0)
|
|
744
744
|
])
|
|
745
|
-
], 40, et)) : (
|
|
745
|
+
], 40, et)) : (s(), i("button", {
|
|
746
746
|
key: 1,
|
|
747
747
|
id: t.id,
|
|
748
748
|
"aria-label": "Click to open tooltip with more information.",
|
|
@@ -752,22 +752,22 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
752
752
|
}, [
|
|
753
753
|
h("div", nt, [
|
|
754
754
|
b(t.$slots, "default", {}, void 0, !0),
|
|
755
|
-
|
|
755
|
+
n.value ? (s(), i("div", {
|
|
756
756
|
key: 0,
|
|
757
757
|
class: m(["slp-tooltip__content", `${t.position} ${t.mode === "hover" ? "hover-mode" : ""}`])
|
|
758
758
|
}, [
|
|
759
|
-
t.text ? (
|
|
759
|
+
t.text ? (s(), i("span", {
|
|
760
760
|
key: 0,
|
|
761
761
|
id: `${t.id}-content`,
|
|
762
762
|
role: "tooltip",
|
|
763
763
|
innerHTML: t.text
|
|
764
|
-
}, null, 8, lt)) : (
|
|
764
|
+
}, null, 8, lt)) : (s(), i("ul", {
|
|
765
765
|
key: 1,
|
|
766
766
|
id: `${t.id}-content`,
|
|
767
767
|
role: "tooltip",
|
|
768
768
|
class: "slp-tooltip__list"
|
|
769
769
|
}, [
|
|
770
|
-
(
|
|
770
|
+
(s(!0), i(T, null, z(t.list, (_) => (s(), i("li", {
|
|
771
771
|
key: _.text
|
|
772
772
|
}, L(_.text), 1))), 128))
|
|
773
773
|
], 8, it))
|
|
@@ -796,47 +796,47 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
796
796
|
router: {}
|
|
797
797
|
},
|
|
798
798
|
setup(p) {
|
|
799
|
-
const e = p,
|
|
800
|
-
const
|
|
801
|
-
for (let t = 0; t <
|
|
802
|
-
|
|
803
|
-
return
|
|
799
|
+
const e = p, n = I(e.crumbs), l = I(!1), a = (r) => {
|
|
800
|
+
const c = r.split(" ");
|
|
801
|
+
for (let t = 0; t < c.length; t++)
|
|
802
|
+
c[t] = c[t][0].toUpperCase() + c[t].substr(1);
|
|
803
|
+
return c.join(" ");
|
|
804
804
|
}, o = () => {
|
|
805
805
|
l.value = window.innerWidth < 768;
|
|
806
806
|
}, d = (r) => {
|
|
807
|
-
|
|
808
|
-
...
|
|
809
|
-
hover: !
|
|
807
|
+
n.value[r] && (n.value[r] = {
|
|
808
|
+
...n.value[r],
|
|
809
|
+
hover: !n.value[r].hover
|
|
810
810
|
});
|
|
811
811
|
};
|
|
812
812
|
return ie(() => {
|
|
813
813
|
if (e.router) {
|
|
814
|
-
const r = e.router.currentRoute.path,
|
|
815
|
-
let
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
const g = e.router.match(
|
|
814
|
+
const r = e.router.currentRoute.path, c = r.startsWith("/") ? r.substring(1).split("/") : r.split("/"), t = [];
|
|
815
|
+
let u = "";
|
|
816
|
+
c.forEach((v) => {
|
|
817
|
+
u = `${u}/${v}`;
|
|
818
|
+
const g = e.router.match(u);
|
|
819
819
|
g.params.slug !== null && v.length && t.push({
|
|
820
820
|
title: a(v.replace(/-/g, " ")),
|
|
821
821
|
hover: !1,
|
|
822
822
|
...g
|
|
823
823
|
});
|
|
824
|
-
}),
|
|
824
|
+
}), n.value = t;
|
|
825
825
|
}
|
|
826
826
|
}), W(() => {
|
|
827
827
|
o(), window.addEventListener("resize", o);
|
|
828
828
|
}), X(() => {
|
|
829
829
|
window.removeEventListener("resize", o);
|
|
830
|
-
}), (r,
|
|
831
|
-
(
|
|
830
|
+
}), (r, c) => n.value && !l.value ? (s(), i("ol", ct, [
|
|
831
|
+
(s(!0), i(T, null, z(n.value, (t, u) => (s(), i("li", {
|
|
832
832
|
key: t.title,
|
|
833
833
|
class: m(["breadcrumb__crumb", {
|
|
834
|
-
"breadcrumb__crumb--disabled":
|
|
834
|
+
"breadcrumb__crumb--disabled": u === n.value.length - 1
|
|
835
835
|
}]),
|
|
836
836
|
property: "itemListElement",
|
|
837
837
|
typeof: "ListItem",
|
|
838
|
-
onMouseenter: (v) => d(
|
|
839
|
-
onMouseleave: (v) => d(
|
|
838
|
+
onMouseenter: (v) => d(u),
|
|
839
|
+
onMouseleave: (v) => d(u)
|
|
840
840
|
}, [
|
|
841
841
|
k(dt, {
|
|
842
842
|
text: t.title,
|
|
@@ -849,7 +849,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
849
849
|
typeof: "WebPage",
|
|
850
850
|
"data-ga-name": t.dataGaName || t.title.toLowerCase(),
|
|
851
851
|
"data-ga-location": t.dataGaLocation || "breadcrumb",
|
|
852
|
-
href:
|
|
852
|
+
href: u !== n.value.length - 1 ? t.path : void 0
|
|
853
853
|
}, [
|
|
854
854
|
k(A, {
|
|
855
855
|
tag: "span",
|
|
@@ -865,7 +865,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
865
865
|
]),
|
|
866
866
|
_: 2
|
|
867
867
|
}, 1032, ["text"]),
|
|
868
|
-
|
|
868
|
+
u !== n.value.length - 1 ? (s(), i("span", vt, [
|
|
869
869
|
k(P, {
|
|
870
870
|
color: "accent-500",
|
|
871
871
|
size: "xs",
|
|
@@ -874,11 +874,11 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
874
874
|
])) : M("", !0),
|
|
875
875
|
h("meta", {
|
|
876
876
|
property: "position",
|
|
877
|
-
content:
|
|
877
|
+
content: u + 1
|
|
878
878
|
}, null, 8, ft)
|
|
879
879
|
], 42, ut))), 128))
|
|
880
|
-
])) :
|
|
881
|
-
(
|
|
880
|
+
])) : n.value && l.value ? (s(), i("ol", ht, [
|
|
881
|
+
(s(!0), i(T, null, z(n.value, (t) => (s(), i("li", {
|
|
882
882
|
key: t.title,
|
|
883
883
|
class: "breadcrumb__crumb breadcrumb__crumb--mobile",
|
|
884
884
|
property: "itemListElement",
|
|
@@ -886,7 +886,7 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
886
886
|
}, [
|
|
887
887
|
h("a", {
|
|
888
888
|
class: "slp-flex slp-align-items-center",
|
|
889
|
-
href:
|
|
889
|
+
href: n.value[n.value.length - 2].path,
|
|
890
890
|
"data-ga-name": t.dataGaName || t.title.toLowerCase(),
|
|
891
891
|
"data-ga-location": t.dataGaLocation || "breadcrumb",
|
|
892
892
|
property: "item",
|
|
@@ -906,19 +906,22 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
906
906
|
property: "name"
|
|
907
907
|
}, {
|
|
908
908
|
default: N(() => [
|
|
909
|
-
B(L(
|
|
909
|
+
B(L(n.value[n.value.length - 2].title), 1)
|
|
910
910
|
]),
|
|
911
911
|
_: 1
|
|
912
912
|
})
|
|
913
913
|
], 8, gt),
|
|
914
914
|
h("meta", {
|
|
915
915
|
property: "position",
|
|
916
|
-
content:
|
|
916
|
+
content: n.value.length - 1
|
|
917
917
|
}, null, 8, mt)
|
|
918
918
|
]))), 128))
|
|
919
919
|
])) : M("", !0);
|
|
920
920
|
}
|
|
921
|
-
}),
|
|
921
|
+
}), Vt = /* @__PURE__ */ w(_t, [["__scopeId", "data-v-fd412793"]]), bt = ["value"], yt = {
|
|
922
|
+
key: 1,
|
|
923
|
+
class: "dropdown"
|
|
924
|
+
}, $t = /* @__PURE__ */ C({
|
|
922
925
|
__name: "SlpDropdown",
|
|
923
926
|
props: {
|
|
924
927
|
modelValue: {},
|
|
@@ -928,48 +931,51 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
928
931
|
},
|
|
929
932
|
emits: ["update:modelValue"],
|
|
930
933
|
setup(p, { emit: e }) {
|
|
931
|
-
const
|
|
934
|
+
const n = p, l = e, a = (r, c) => {
|
|
932
935
|
if (typeof r == "object" && r !== null) {
|
|
933
|
-
if (!
|
|
936
|
+
if (!c) {
|
|
934
937
|
const v = Object.keys(r)[0];
|
|
935
938
|
return r[v];
|
|
936
939
|
}
|
|
937
|
-
const t =
|
|
938
|
-
let
|
|
940
|
+
const t = c.split(".");
|
|
941
|
+
let u = r;
|
|
939
942
|
for (const v of t)
|
|
940
|
-
|
|
941
|
-
return
|
|
943
|
+
u = u == null ? void 0 : u[v];
|
|
944
|
+
return u;
|
|
942
945
|
}
|
|
943
946
|
return r;
|
|
944
|
-
}, o = y(() =>
|
|
947
|
+
}, o = y(() => n.options.length > 0 ? a(n.options[0], n.valueKey) : ""), d = y({
|
|
945
948
|
// Getter: Called when the template reads selectedValue
|
|
946
949
|
// Returns the current modelValue from parent (or empty string if undefined)
|
|
947
|
-
get: () =>
|
|
950
|
+
get: () => n.modelValue ?? o.value,
|
|
948
951
|
// Setter: Called when the select's v-model updates selectedValue
|
|
949
952
|
// Emits the new value to the parent component
|
|
950
953
|
set: (r) => l("update:modelValue", r)
|
|
951
954
|
});
|
|
952
|
-
return (r,
|
|
953
|
-
|
|
955
|
+
return (r, c) => r.options.length ? D((s(), i("select", {
|
|
956
|
+
key: 0,
|
|
957
|
+
"onUpdate:modelValue": c[0] || (c[0] = (t) => d.value = t),
|
|
954
958
|
class: "dropdown"
|
|
955
959
|
}, [
|
|
956
|
-
(
|
|
957
|
-
key: `${a(t, r.valueKey)}-${
|
|
960
|
+
(s(!0), i(T, null, z(r.options, (t, u) => (s(), i("option", {
|
|
961
|
+
key: `${a(t, r.valueKey)}-${u}`,
|
|
958
962
|
value: a(t, r.valueKey)
|
|
959
963
|
}, L(a(t, r.labelKey)), 9, bt))), 128))
|
|
960
964
|
], 512)), [
|
|
961
965
|
[re, d.value]
|
|
962
|
-
])
|
|
966
|
+
]) : (s(), i("div", yt, c[1] || (c[1] = [
|
|
967
|
+
h("p", null, "No options available", -1)
|
|
968
|
+
])));
|
|
963
969
|
}
|
|
964
|
-
}),
|
|
970
|
+
}), Mt = /* @__PURE__ */ w($t, [["__scopeId", "data-v-413766e8"]]), kt = ["id"], wt = /* @__PURE__ */ C({
|
|
965
971
|
__name: "SlpSection",
|
|
966
972
|
props: {
|
|
967
973
|
backgroundColor: {
|
|
968
974
|
type: String,
|
|
969
975
|
required: !1,
|
|
970
976
|
validator(p) {
|
|
971
|
-
const e = /^#([A-Fa-f0-9]{3}){1,2}$/.test(p),
|
|
972
|
-
return p ? e ||
|
|
977
|
+
const e = /^#([A-Fa-f0-9]{3}){1,2}$/.test(p), n = /^\$color-[a-zA-Z0-9-]+$/.test(p);
|
|
978
|
+
return p ? e || n : !0;
|
|
973
979
|
}
|
|
974
980
|
},
|
|
975
981
|
id: {
|
|
@@ -978,15 +984,15 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
978
984
|
}
|
|
979
985
|
},
|
|
980
986
|
setup(p) {
|
|
981
|
-
const e = p,
|
|
987
|
+
const e = p, n = y(() => {
|
|
982
988
|
var a;
|
|
983
989
|
return !e.backgroundColor || (a = e.backgroundColor) != null && a.startsWith("$") ? {} : { backgroundColor: e.backgroundColor };
|
|
984
990
|
}), l = y(() => {
|
|
985
991
|
var a, o;
|
|
986
992
|
return (a = e.backgroundColor) != null && a.startsWith("$") ? `slp-background-${(o = e.backgroundColor) == null ? void 0 : o.slice(1)}` : null;
|
|
987
993
|
});
|
|
988
|
-
return (a, o) => (
|
|
989
|
-
style: J(
|
|
994
|
+
return (a, o) => (s(), i("section", {
|
|
995
|
+
style: J(n.value),
|
|
990
996
|
class: m(l.value),
|
|
991
997
|
id: p.id || void 0
|
|
992
998
|
}, [
|
|
@@ -996,23 +1002,23 @@ const Ct = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
996
1002
|
]),
|
|
997
1003
|
_: 3
|
|
998
1004
|
})
|
|
999
|
-
], 14,
|
|
1005
|
+
], 14, kt));
|
|
1000
1006
|
}
|
|
1001
|
-
}),
|
|
1007
|
+
}), Gt = /* @__PURE__ */ w(wt, [["__scopeId", "data-v-2b3ad016"]]);
|
|
1002
1008
|
export {
|
|
1003
|
-
|
|
1009
|
+
Vt as SlpBreadcrumb,
|
|
1004
1010
|
K as SlpButton,
|
|
1005
|
-
|
|
1011
|
+
Ct as SlpColumn,
|
|
1006
1012
|
te as SlpContainer,
|
|
1007
|
-
|
|
1013
|
+
Mt as SlpDropdown,
|
|
1008
1014
|
P as SlpIcon,
|
|
1009
|
-
|
|
1015
|
+
zt as SlpLoader,
|
|
1010
1016
|
Re as SlpRadioButton,
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1017
|
+
Tt as SlpRadioButtonGroup,
|
|
1018
|
+
It as SlpRow,
|
|
1019
|
+
Gt as SlpSection,
|
|
1020
|
+
Nt as SlpSideNavigation,
|
|
1021
|
+
Et as SlpSideNavigationWithTree,
|
|
1016
1022
|
dt as SlpTooltip,
|
|
1017
1023
|
A as SlpTypography
|
|
1018
1024
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.slp-btn[data-v-56e2df5f]{box-sizing:border-box;min-width:68px;display:inline-flex;align-items:center;text-align:center;vertical-align:middle;padding:11px 16px;text-decoration:none;border-radius:4px;font-weight:660;font-size:1.125rem;line-height:1.25;transition:.3s cubic-bezier(.7,0,.3,1) background-color}.slp-btn[data-v-56e2df5f]:hover{cursor:pointer}.slp-btn-primary[data-v-56e2df5f]{background-color:#171321;color:#fff;border:1px solid #171321}.slp-btn-primary[data-v-56e2df5f]:hover{background-color:#fff;color:#171321;border:1px solid #171321}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]{background-color:#d1d0d3;border:1px solid #D1D0D3;color:#74717a}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#d1d0d3;cursor:default}.slp-btn-secondary[data-v-56e2df5f]{background-color:#fff;color:#171321;border:none}.slp-btn-secondary[data-v-56e2df5f]:hover{border:none;outline:none;background-color:#e8e7eb;color:#171321}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary[data-v-56e2df5f]{background-color:transparent;color:#171321;border:none;padding-left:0;text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;-webkit-text-decoration:none;transition:all .2s ease-in-out}.slp-btn-tertiary[data-v-56e2df5f]:hover{text-decoration-color:#171321;-webkit-text-decoration:underline}.slp-btn-tertiary[data-v-56e2df5f]:hover .slp-icon{transform:translate(8px)}.slp-btn-tertiary[data-v-56e2df5f] .slp-icon{margin-left:4px;transition:transform .2s ease-in-out}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3;text-decoration:none}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover .slp-icon{transform:none}.slp-btn-icon[data-v-56e2df5f]{min-width:unset;font-size:0px;line-height:unset;border:none;background-color:transparent;padding:8px}.slp-btn-icon.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}.slp-btn-ghost[data-v-56e2df5f]{border:none;background-color:transparent;padding:8px;font-size:inherit;font-weight:inherit;line-height:inherit}.slp-btn-ghost.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}.slp-container[data-v-e594efe8]{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;border:1px solid transparent}@media (min-width: 640px){.slp-container[data-v-e594efe8]{max-width:95%}}@media (min-width: 1024px){.slp-container[data-v-e594efe8]{max-width:972px}}@media (min-width: 1170px){.slp-container[data-v-e594efe8]{max-width:1111px}}@media (min-width: 1400px){.slp-container[data-v-e594efe8]{max-width:1170px;padding:0}}.slp-full-grey-background[data-v-e594efe8]{background:#f2f1f5}.slp-full-charcoal-background[data-v-e594efe8]{background:#171321}.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 75%,#171321 75%,#171321)}@media (max-width: 576px){.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#171321 30%,#171321)}}.slp-gradient-background[data-v-e594efe8]{background:radial-gradient(50.08% 44.51% at 100% 100%,#a989f533,#7759c200),radial-gradient(60.76% 48.01% at 0% 100%,#e2432933,#e2432900),#fff}.slp-full-gradient-background[data-v-e594efe8]{background:linear-gradient(165.41deg,#fadcd7,#f8f5ff 23.65%,#fff 54.66%,#f6f3fe 80.95%,#ffd4d8 100.92%)}.slp-full-light-purple-background[data-v-e594efe8]{background:#f6f3fe}.slp-half-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 50%,#f2f1f5 50%,#f2f1f5)}.slp-partial-white-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#f2f1f5,#f2f1f5 70%,#fff 70%,#fff)}.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 60%,#f2f1f5 60%,#f2f1f5)}@media (max-width: 576px){.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#f2f1f5 30%,#f2f1f5)}}.fluid[data-v-e594efe8]{max-width:100%;margin:0;border:none;padding:0}.slp-icon--color-primary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-primary-200[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-primary-300[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-secondary-200[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-surface-100[data-v-b82aeda9]{color:#f2f1f5;fill:#f2f1f5}.slp-icon--color-surface-200[data-v-b82aeda9]{color:#e8e7eb;fill:#e8e7eb}.slp-icon--color-surface-300[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-surface-400[data-v-b82aeda9]{color:#a2a1a6;fill:#a2a1a6}.slp-icon--color-surface-500[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-surface-600[data-v-b82aeda9]{color:#45424d;fill:#45424d}.slp-icon--color-surface-700[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-800[data-v-b82aeda9]{color:#f6f3fe;fill:#f6f3fe}.slp-icon--color-surface-900[data-v-b82aeda9]{color:#eee7fd;fill:#eee7fd}.slp-icon--color-surface-950[data-v-b82aeda9]{color:#e3d6ff;fill:#e3d6ff}.slp-icon--color-text-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-text-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-text-200[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-text-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-text-link-100[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--color-alert-100[data-v-b82aeda9]{color:#ffd4d8;fill:#ffd4d8}.slp-icon--color-alert-200[data-v-b82aeda9]{color:#f24f63;fill:#f24f63}.slp-icon--color-alert-300[data-v-b82aeda9]{color:#cb3446;fill:#cb3446}.slp-icon--color-warning-100[data-v-b82aeda9]{color:#ffefc7;fill:#ffefc7}.slp-icon--color-warning-200[data-v-b82aeda9]{color:#ffda7a;fill:#ffda7a}.slp-icon--color-warning-300[data-v-b82aeda9]{color:#ffb800;fill:#ffb800}.slp-icon--color-success-100[data-v-b82aeda9]{color:#b8e5bc;fill:#b8e5bc}.slp-icon--color-success-200[data-v-b82aeda9]{color:#48a651;fill:#48a651}.slp-icon--color-success-300[data-v-b82aeda9]{color:#327338;fill:#327338}.slp-icon--color-info-100[data-v-b82aeda9]{color:#d6eaff;fill:#d6eaff}.slp-icon--color-info-200[data-v-b82aeda9]{color:#70b4ff;fill:#70b4ff}.slp-icon--color-info-300[data-v-b82aeda9]{color:#3979bf;fill:#3979bf}.slp-icon--color-accent-100[data-v-b82aeda9]{color:#fca326;fill:#fca326}.slp-icon--color-accent-200[data-v-b82aeda9]{color:#fc6d26;fill:#fc6d26}.slp-icon--color-accent-300[data-v-b82aeda9]{color:#e24329;fill:#e24329}.slp-icon--color-accent-400[data-v-b82aeda9]{color:#a989f5;fill:#a989f5}.slp-icon--color-accent-500[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--size-xs[data-v-b82aeda9]{width:12px;height:12px}.slp-icon--size-sm[data-v-b82aeda9]{width:16px;height:16px}.slp-icon--size-md[data-v-b82aeda9]{width:24px;height:24px}.slp-icon--size-lg[data-v-b82aeda9]{width:32px;height:32px}.slp-icon--size-xl[data-v-b82aeda9]{width:48px;height:48px}.slp-icon[data-v-b82aeda9]{display:inline-flex;vertical-align:middle}.slp-icon div[data-v-b82aeda9]{width:inherit;height:inherit}.slp-row[data-v-adc8d02f]{display:flex;flex-wrap:wrap}.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:6rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:400;letter-spacing:-.03em}}.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.03em}}.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:400;letter-spacing:-.02em}}.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:400;letter-spacing:-.02em}}.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:400;letter-spacing:-.02em}}.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.03em}}.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:660;letter-spacing:-.02em}}.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:660;letter-spacing:-.02em}}.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:660;letter-spacing:-.02em}}.slp-text-body1[data-v-64ad2128],.slp-text-body1[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:400}.slp-text-body2[data-v-64ad2128],.slp-text-body2[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:400}.slp-text-body3[data-v-64ad2128],.slp-text-body3[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:400}.slp-text-body1-bold[data-v-64ad2128],.slp-text-body1-bold[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:660}.slp-text-body2-bold[data-v-64ad2128],.slp-text-body2-bold[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:660}.slp-text-body3-bold[data-v-64ad2128],.slp-text-body3-bold[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:660}.slp-text-all-caps[data-v-64ad2128],.slp-text-all-caps[data-v-64ad2128] *{font-size:.75rem;line-height:1.6666666667;font-weight:660;text-transform:uppercase;letter-spacing:.1em}.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400;font-style:italic}@media (max-width: 576px){.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1rem;line-height:1.5rem}}.slp-text-emphasis[data-v-64ad2128],.slp-text-emphasis[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400}.slp-text-arrow[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *{color:#fff;cursor:pointer;font-weight:660;font-size:1rem;line-height:1.5}.slp-text-arrow[data-v-64ad2128]:hover,.slp-text-arrow[data-v-64ad2128] *:hover{color:#171321}.slp-text-arrow:hover .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:hover .slp-link-text{text-decoration:underline}.slp-text-arrow[data-v-64ad2128]:active,.slp-text-arrow[data-v-64ad2128] *:active{color:#fff}.slp-text-arrow:active .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:active .slp-link-text{text-decoration:underline}.arrow-symbol[data-v-64ad2128]{padding-left:4px}.side-navigation-layout[data-v-68f8d83f]{display:flex}.side-navigation-layout--left[data-v-68f8d83f]{flex-direction:row}.side-navigation-layout--right[data-v-68f8d83f]{flex-direction:row-reverse}@media (max-width: 1025px){.side-navigation-layout[data-v-68f8d83f]{flex-direction:column}}.side-navigation[data-v-68f8d83f]{height:fit-content;padding:0 8px 96px;position:sticky;top:140px;display:none}@media (min-width: 1025px){.side-navigation[data-v-68f8d83f]{display:block}}.side-navigation__item[data-v-68f8d83f]{padding:12px 0}.side-navigation__item[data-v-68f8d83f]:first-child{margin-top:0}.side-navigation__link[data-v-68f8d83f]{opacity:.2;font-weight:700;line-height:12px;text-decoration:none;color:#171320;transition:all .25s ease;box-shadow:none}.side-navigation__link[data-v-68f8d83f]:hover{opacity:1}.side-navigation__link--active[data-v-68f8d83f]{opacity:1;box-shadow:inset 0 -2px #7759c2}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]{color:#a2a1a6;font-size:1rem;font-weight:700;line-height:12px;text-decoration:none;opacity:1;transition:all .25s ease;box-shadow:none}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]:hover{color:#d1d0d3;box-shadow:none}.side-navigation--dark .side-navigation__link--active[data-v-68f8d83f]{color:#fff;box-shadow:inset 0 -2px #7759c2}.side-navigation-dropdown[data-v-68f8d83f]{display:block;margin:16px 0;position:sticky;top:132px;background-color:#fff;z-index:100}@media (min-width: 1025px){.side-navigation-dropdown[data-v-68f8d83f]{display:none}}.side-navigation-dropdown .dropdown-toggle[data-v-68f8d83f]{display:flex;padding:10px 16px;cursor:pointer;width:100%;border:1px solid #D1D0D3;border-radius:4px;justify-content:space-between;color:#74717a;font-size:1rem}.side-navigation-dropdown .dropdown-menu[data-v-68f8d83f]{list-style:none;padding:0;border:1px solid #D1D0D3;box-shadow:0 4px 6px #0000001a;border-radius:0 0 4px 4px;border-top:none}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]{padding:10px 16px}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]:last-child{border-bottom:none}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]{text-decoration:none;display:block;color:#171321}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]:hover{font-weight:500}.side-navigation-content[data-v-68f8d83f]{flex:1}.slp-radio[data-v-f37e970e]{position:relative;padding-left:32px;margin-bottom:16px;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slp-radio.disabled[data-v-f37e970e]{color:#74717a!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #D1D0D3!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]:after{display:block;background-color:#d1d0d3}.slp-radio:hover .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input[data-v-f37e970e]{position:absolute;opacity:0;height:0;width:0}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]:after{display:block}.slp-radio__checkmark[data-v-f37e970e]{position:absolute;top:2px;left:0;height:16px;width:16px;border-radius:50%;border:1px solid #45424D}.slp-radio__checkmark span[data-v-f37e970e],.slp-radio__checkmark[data-v-f37e970e]:hover{border:1px solid #A989F5}.slp-radio__checkmark[data-v-f37e970e]:after{display:none;content:"";padding:4px;background-color:#7759c2;border-radius:50%;width:2px;height:2px;position:absolute;top:3px;left:3px}.slp-radio-group[data-v-ae31ec89]{display:flex;flex-wrap:wrap}.slp-radio-group--horizontal[data-v-ae31ec89]{flex-direction:row}.slp-radio-group--horizontal .slp-radio[data-v-ae31ec89]:not(last-child){margin-right:24px;padding-left:24px}.slp-radio-group--horizontal .slp-radio__option[data-v-ae31ec89]{flex-basis:30%}.slp-radio-group--vertical[data-v-ae31ec89]{flex-direction:column}.slp-loading-linear[data-v-ee32411b]{height:4px;width:204px;background:linear-gradient(90.89deg,#ef8cf3 -13.26%,#825ee9 67.46%);position:relative;background-position:0 0;animation:gradient-ee32411b 1s linear infinite;background-size:200% 200%}@keyframes gradient-ee32411b{0%{background-position:200% 200%}50%{background-position:100% 100%}to{background-position:0% 0%}}.slp-loading-round[data-v-ee32411b]{height:32px;width:32px;background-color:#fff;position:relative;border-radius:50%;border:8px solid #E8E7EB;border-top-color:#a989f5;transform:rotate(-45deg);animation:spin-ee32411b 1s linear infinite}@keyframes spin-ee32411b{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}.depth-2[data-v-c3be63ed]{margin-left:32px}.depth-2.mobile[data-v-c3be63ed]{margin-left:16px}.depth-3[data-v-c3be63ed]{margin-left:48px}.depth-3.mobile[data-v-c3be63ed]{margin-left:24px}.depth-4[data-v-c3be63ed]{margin-left:64px}.depth-4.mobile[data-v-c3be63ed]{margin-left:32px}.depth-5[data-v-c3be63ed]{margin-left:80px}.depth-5.mobile[data-v-c3be63ed]{margin-left:40px}.anchor[data-v-c3be63ed]{display:block;padding:8px 16px;color:#171321;border-radius:4px;margin-bottom:4px}.anchor.selected[data-v-c3be63ed]{background-color:#f6f3fe}.anchor[data-v-c3be63ed]:hover{background-color:#e3d6ff;color:#171321}.mobile .anchor[data-v-c3be63ed]{margin-bottom:0}.mobile .anchor.selected[data-v-c3be63ed]{background-color:#fff}.mobile .anchor[data-v-c3be63ed]:hover{background-color:#fff;color:#171321}.dropdown[data-v-9b690a76]{background-color:#fff;position:sticky;left:0;right:0;top:20px;z-index:100}.dropdown .horizontal-rule[data-v-9b690a76]{border-top-width:1px;border-top:1px solid #D1D0D3}.dropdown.hide .dropdown__button[data-v-9b690a76]{border-radius:4px!important}.dropdown.hide .dropdown__list[data-v-9b690a76]{display:none}.dropdown .nav-heading[data-v-9b690a76]{font-size:12px;margin-bottom:8px;padding:0 16px}.dropdown__button[data-v-9b690a76]{border:1px solid #D1D0D3!important;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:4px 4px 0 0!important}.dropdown__list[data-v-9b690a76]{max-height:70vh;overflow-y:scroll;border:1px solid #D1D0D3;border-top:none;border-radius:0 0 4px 4px;position:absolute;top:42px;left:0;right:0;padding:16px 8px;background-color:#fff}.dropdown__link[data-v-9b690a76]{width:100%;color:#171321;text-decoration:none;display:flex;align-items:center;justify-content:space-between;margin-left:8px}#collapsible-sidebar-wrapper[data-v-47e57dda]{display:flex}#collapsible-sidebar-wrapper #collapsible-sidebar[data-v-47e57dda]{min-width:300px;position:sticky;padding:0 32px 32px;top:0;align-self:flex-start;overflow-y:scroll;max-height:calc(100vh - 96px);height:100%}#collapsible-sidebar-wrapper #collapsible-sidebar .nav-heading[data-v-47e57dda]{margin-bottom:8px}#collapsible-sidebar-wrapper #collapsible-sidebar .anchors[data-v-47e57dda]{margin-bottom:32px}@media (min-width: 768px){.mobile[data-v-47e57dda]{display:none!important}}@media (max-width: 768px){.desktop[data-v-47e57dda]{display:none!important}}.slp-tooltip[data-v-1280f345]{position:relative;display:inline-block;border-bottom:1px dashed #171321}.slp-tooltip.button-mode[data-v-1280f345]{cursor:pointer}.slp-tooltip.no-border[data-v-1280f345]{border:none}.slp-tooltip:hover .slp-tooltip__content[data-v-1280f345]{opacity:1}.slp-tooltip__list[data-v-1280f345]{list-style:inside disc;list-style-position:outside;margin-left:16px}.slp-tooltip__list li[data-v-1280f345]{margin-bottom:8px}.slp-tooltip__wrapper[data-v-1280f345]{pointer-events:none;text-align:left;position:relative}.slp-tooltip__content[data-v-1280f345]{position:absolute;background:#333;color:#fff;font-size:12px;line-height:16px;padding:12px;width:170px;border-radius:4px;z-index:20;transform:translate(-50%);transition:all .3s ease-in-out}.slp-tooltip__content.hover-mode[data-v-1280f345]{opacity:0}.slp-tooltip__content[data-v-1280f345]:before{content:"";display:block;width:0;height:0;position:absolute;left:-8px;top:50px}.slp-tooltip__content.top[data-v-1280f345]{bottom:30px;left:50%}.slp-tooltip__content.top[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #333;top:98%;left:46%}.slp-tooltip__content.bottom[data-v-1280f345]{top:28px;left:50%}.slp-tooltip__content.bottom[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid #333;border-right:8px solid transparent;left:46%;top:-8px}.slp-tooltip__content.right[data-v-1280f345]{top:50%;left:100%;transform:translateY(-50%)}.slp-tooltip__content.right[data-v-1280f345]:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #333;left:-8px;top:50%;transform:translateY(-50%)}.slp-tooltip__content[data-v-1280f345] a{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.breadcrumb[data-v-fd412793]{display:flex}.breadcrumb__crumb[data-v-fd412793]{display:flex;align-items:center;color:#7759c2;position:relative}.breadcrumb__crumb__tooltip[data-v-fd412793]{font-size:.875rem;border-bottom:none!important}.breadcrumb__crumb a span[data-v-fd412793]{white-space:nowrap}.breadcrumb__crumb[data-v-fd412793]:not(.breadcrumb__crumb--disabled):hover{text-decoration:underline}.breadcrumb__crumb--mobile[data-v-fd412793]{overflow:hidden}.breadcrumb__crumb--mobile a[data-v-fd412793]{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--mobile span[data-v-fd412793]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--disabled[data-v-fd412793]{color:#74717a}.breadcrumb__crumb--disabled a[data-v-fd412793],.breadcrumb__crumb--disabled a[data-v-fd412793]:hover,.breadcrumb__crumb--disabled a[data-v-fd412793]:focus,.breadcrumb__crumb--disabled a[data-v-fd412793]:active{cursor:auto;text-decoration:none}.breadcrumb__crumb a[data-v-fd412793]{color:inherit}.breadcrumb__chevron[data-v-fd412793]{margin:0 10px 0 6px}.dropdown[data-v-aee3465e]{position:relative;cursor:pointer;padding:14px 40px 14px 12px;border-radius:4px;border:1px solid #333;font-size:1rem;font-weight:400;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2929 0.292894C10.6834 -0.0976306 11.3166 -0.0976306 11.7071 0.292894C12.0976 0.683418 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292894 1.70711C-0.0976312 1.31658 -0.0976312 0.683417 0.292894 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6 4.58579L10.2929 0.292894Z' fill='%23333333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.slp-background-color-primary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-primary-200[data-v-2b3ad016]{background-color:#171321}.slp-background-color-primary-300[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-secondary-200[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-surface-100[data-v-2b3ad016]{background-color:#f2f1f5}.slp-background-color-surface-200[data-v-2b3ad016]{background-color:#e8e7eb}.slp-background-color-surface-300[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-surface-400[data-v-2b3ad016]{background-color:#a2a1a6}.slp-background-color-surface-500[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-surface-600[data-v-2b3ad016]{background-color:#45424d}.slp-background-color-surface-700[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-800[data-v-2b3ad016]{background-color:#f6f3fe}.slp-background-color-surface-900[data-v-2b3ad016]{background-color:#eee7fd}.slp-background-color-surface-950[data-v-2b3ad016]{background-color:#e3d6ff}.slp-background-color-text-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-text-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-text-200[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-text-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-text-link-100[data-v-2b3ad016]{background-color:#7759c2}.slp-background-color-alert-100[data-v-2b3ad016]{background-color:#ffd4d8}.slp-background-color-alert-200[data-v-2b3ad016]{background-color:#f24f63}.slp-background-color-alert-300[data-v-2b3ad016]{background-color:#cb3446}.slp-background-color-warning-100[data-v-2b3ad016]{background-color:#ffefc7}.slp-background-color-warning-200[data-v-2b3ad016]{background-color:#ffda7a}.slp-background-color-warning-300[data-v-2b3ad016]{background-color:#ffb800}.slp-background-color-success-100[data-v-2b3ad016]{background-color:#b8e5bc}.slp-background-color-success-200[data-v-2b3ad016]{background-color:#48a651}.slp-background-color-success-300[data-v-2b3ad016]{background-color:#327338}.slp-background-color-info-100[data-v-2b3ad016]{background-color:#d6eaff}.slp-background-color-info-200[data-v-2b3ad016]{background-color:#70b4ff}.slp-background-color-info-300[data-v-2b3ad016]{background-color:#3979bf}.slp-background-color-accent-100[data-v-2b3ad016]{background-color:#fca326}.slp-background-color-accent-200[data-v-2b3ad016]{background-color:#fc6d26}.slp-background-color-accent-300[data-v-2b3ad016]{background-color:#e24329}.slp-background-color-accent-400[data-v-2b3ad016]{background-color:#a989f5}.slp-background-color-accent-500[data-v-2b3ad016]{background-color:#7759c2}
|
|
1
|
+
.slp-btn[data-v-56e2df5f]{box-sizing:border-box;min-width:68px;display:inline-flex;align-items:center;text-align:center;vertical-align:middle;padding:11px 16px;text-decoration:none;border-radius:4px;font-weight:660;font-size:1.125rem;line-height:1.25;transition:.3s cubic-bezier(.7,0,.3,1) background-color}.slp-btn[data-v-56e2df5f]:hover{cursor:pointer}.slp-btn-primary[data-v-56e2df5f]{background-color:#171321;color:#fff;border:1px solid #171321}.slp-btn-primary[data-v-56e2df5f]:hover{background-color:#fff;color:#171321;border:1px solid #171321}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]{background-color:#d1d0d3;border:1px solid #D1D0D3;color:#74717a}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#d1d0d3;cursor:default}.slp-btn-secondary[data-v-56e2df5f]{background-color:#fff;color:#171321;border:none}.slp-btn-secondary[data-v-56e2df5f]:hover{border:none;outline:none;background-color:#e8e7eb;color:#171321}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary[data-v-56e2df5f]{background-color:transparent;color:#171321;border:none;padding-left:0;text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;-webkit-text-decoration:none;transition:all .2s ease-in-out}.slp-btn-tertiary[data-v-56e2df5f]:hover{text-decoration-color:#171321;-webkit-text-decoration:underline}.slp-btn-tertiary[data-v-56e2df5f]:hover .slp-icon{transform:translate(8px)}.slp-btn-tertiary[data-v-56e2df5f] .slp-icon{margin-left:4px;transition:transform .2s ease-in-out}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3;text-decoration:none}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover .slp-icon{transform:none}.slp-btn-icon[data-v-56e2df5f]{min-width:unset;font-size:0px;line-height:unset;border:none;background-color:transparent;padding:8px}.slp-btn-icon.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}.slp-btn-ghost[data-v-56e2df5f]{border:none;background-color:transparent;padding:8px;font-size:inherit;font-weight:inherit;line-height:inherit}.slp-btn-ghost.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}.slp-container[data-v-e594efe8]{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;border:1px solid transparent}@media (min-width: 640px){.slp-container[data-v-e594efe8]{max-width:95%}}@media (min-width: 1024px){.slp-container[data-v-e594efe8]{max-width:972px}}@media (min-width: 1170px){.slp-container[data-v-e594efe8]{max-width:1111px}}@media (min-width: 1400px){.slp-container[data-v-e594efe8]{max-width:1170px;padding:0}}.slp-full-grey-background[data-v-e594efe8]{background:#f2f1f5}.slp-full-charcoal-background[data-v-e594efe8]{background:#171321}.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 75%,#171321 75%,#171321)}@media (max-width: 576px){.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#171321 30%,#171321)}}.slp-gradient-background[data-v-e594efe8]{background:radial-gradient(50.08% 44.51% at 100% 100%,#a989f533,#7759c200),radial-gradient(60.76% 48.01% at 0% 100%,#e2432933,#e2432900),#fff}.slp-full-gradient-background[data-v-e594efe8]{background:linear-gradient(165.41deg,#fadcd7,#f8f5ff 23.65%,#fff 54.66%,#f6f3fe 80.95%,#ffd4d8 100.92%)}.slp-full-light-purple-background[data-v-e594efe8]{background:#f6f3fe}.slp-half-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 50%,#f2f1f5 50%,#f2f1f5)}.slp-partial-white-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#f2f1f5,#f2f1f5 70%,#fff 70%,#fff)}.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 60%,#f2f1f5 60%,#f2f1f5)}@media (max-width: 576px){.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#f2f1f5 30%,#f2f1f5)}}.fluid[data-v-e594efe8]{max-width:100%;margin:0;border:none;padding:0}.slp-icon--color-primary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-primary-200[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-primary-300[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-secondary-200[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-surface-100[data-v-b82aeda9]{color:#f2f1f5;fill:#f2f1f5}.slp-icon--color-surface-200[data-v-b82aeda9]{color:#e8e7eb;fill:#e8e7eb}.slp-icon--color-surface-300[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-surface-400[data-v-b82aeda9]{color:#a2a1a6;fill:#a2a1a6}.slp-icon--color-surface-500[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-surface-600[data-v-b82aeda9]{color:#45424d;fill:#45424d}.slp-icon--color-surface-700[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-800[data-v-b82aeda9]{color:#f6f3fe;fill:#f6f3fe}.slp-icon--color-surface-900[data-v-b82aeda9]{color:#eee7fd;fill:#eee7fd}.slp-icon--color-surface-950[data-v-b82aeda9]{color:#e3d6ff;fill:#e3d6ff}.slp-icon--color-text-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-text-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-text-200[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-text-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-text-link-100[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--color-alert-100[data-v-b82aeda9]{color:#ffd4d8;fill:#ffd4d8}.slp-icon--color-alert-200[data-v-b82aeda9]{color:#f24f63;fill:#f24f63}.slp-icon--color-alert-300[data-v-b82aeda9]{color:#cb3446;fill:#cb3446}.slp-icon--color-warning-100[data-v-b82aeda9]{color:#ffefc7;fill:#ffefc7}.slp-icon--color-warning-200[data-v-b82aeda9]{color:#ffda7a;fill:#ffda7a}.slp-icon--color-warning-300[data-v-b82aeda9]{color:#ffb800;fill:#ffb800}.slp-icon--color-success-100[data-v-b82aeda9]{color:#b8e5bc;fill:#b8e5bc}.slp-icon--color-success-200[data-v-b82aeda9]{color:#48a651;fill:#48a651}.slp-icon--color-success-300[data-v-b82aeda9]{color:#327338;fill:#327338}.slp-icon--color-info-100[data-v-b82aeda9]{color:#d6eaff;fill:#d6eaff}.slp-icon--color-info-200[data-v-b82aeda9]{color:#70b4ff;fill:#70b4ff}.slp-icon--color-info-300[data-v-b82aeda9]{color:#3979bf;fill:#3979bf}.slp-icon--color-accent-100[data-v-b82aeda9]{color:#fca326;fill:#fca326}.slp-icon--color-accent-200[data-v-b82aeda9]{color:#fc6d26;fill:#fc6d26}.slp-icon--color-accent-300[data-v-b82aeda9]{color:#e24329;fill:#e24329}.slp-icon--color-accent-400[data-v-b82aeda9]{color:#a989f5;fill:#a989f5}.slp-icon--color-accent-500[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--size-xs[data-v-b82aeda9]{width:12px;height:12px}.slp-icon--size-sm[data-v-b82aeda9]{width:16px;height:16px}.slp-icon--size-md[data-v-b82aeda9]{width:24px;height:24px}.slp-icon--size-lg[data-v-b82aeda9]{width:32px;height:32px}.slp-icon--size-xl[data-v-b82aeda9]{width:48px;height:48px}.slp-icon[data-v-b82aeda9]{display:inline-flex;vertical-align:middle}.slp-icon div[data-v-b82aeda9]{width:inherit;height:inherit}.slp-row[data-v-adc8d02f]{display:flex;flex-wrap:wrap}.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:6rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:400;letter-spacing:-.03em}}.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.03em}}.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:400;letter-spacing:-.02em}}.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:400;letter-spacing:-.02em}}.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:400;letter-spacing:-.02em}}.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.03em}}.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:660;letter-spacing:-.02em}}.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:660;letter-spacing:-.02em}}.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:660;letter-spacing:-.02em}}.slp-text-body1[data-v-64ad2128],.slp-text-body1[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:400}.slp-text-body2[data-v-64ad2128],.slp-text-body2[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:400}.slp-text-body3[data-v-64ad2128],.slp-text-body3[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:400}.slp-text-body1-bold[data-v-64ad2128],.slp-text-body1-bold[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:660}.slp-text-body2-bold[data-v-64ad2128],.slp-text-body2-bold[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:660}.slp-text-body3-bold[data-v-64ad2128],.slp-text-body3-bold[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:660}.slp-text-all-caps[data-v-64ad2128],.slp-text-all-caps[data-v-64ad2128] *{font-size:.75rem;line-height:1.6666666667;font-weight:660;text-transform:uppercase;letter-spacing:.1em}.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400;font-style:italic}@media (max-width: 576px){.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1rem;line-height:1.5rem}}.slp-text-emphasis[data-v-64ad2128],.slp-text-emphasis[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400}.slp-text-arrow[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *{color:#fff;cursor:pointer;font-weight:660;font-size:1rem;line-height:1.5}.slp-text-arrow[data-v-64ad2128]:hover,.slp-text-arrow[data-v-64ad2128] *:hover{color:#171321}.slp-text-arrow:hover .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:hover .slp-link-text{text-decoration:underline}.slp-text-arrow[data-v-64ad2128]:active,.slp-text-arrow[data-v-64ad2128] *:active{color:#fff}.slp-text-arrow:active .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:active .slp-link-text{text-decoration:underline}.arrow-symbol[data-v-64ad2128]{padding-left:4px}.side-navigation-layout[data-v-68f8d83f]{display:flex}.side-navigation-layout--left[data-v-68f8d83f]{flex-direction:row}.side-navigation-layout--right[data-v-68f8d83f]{flex-direction:row-reverse}@media (max-width: 1025px){.side-navigation-layout[data-v-68f8d83f]{flex-direction:column}}.side-navigation[data-v-68f8d83f]{height:fit-content;padding:0 8px 96px;position:sticky;top:140px;display:none}@media (min-width: 1025px){.side-navigation[data-v-68f8d83f]{display:block}}.side-navigation__item[data-v-68f8d83f]{padding:12px 0}.side-navigation__item[data-v-68f8d83f]:first-child{margin-top:0}.side-navigation__link[data-v-68f8d83f]{opacity:.2;font-weight:700;line-height:12px;text-decoration:none;color:#171320;transition:all .25s ease;box-shadow:none}.side-navigation__link[data-v-68f8d83f]:hover{opacity:1}.side-navigation__link--active[data-v-68f8d83f]{opacity:1;box-shadow:inset 0 -2px #7759c2}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]{color:#a2a1a6;font-size:1rem;font-weight:700;line-height:12px;text-decoration:none;opacity:1;transition:all .25s ease;box-shadow:none}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]:hover{color:#d1d0d3;box-shadow:none}.side-navigation--dark .side-navigation__link--active[data-v-68f8d83f]{color:#fff;box-shadow:inset 0 -2px #7759c2}.side-navigation-dropdown[data-v-68f8d83f]{display:block;margin:16px 0;position:sticky;top:132px;background-color:#fff;z-index:100}@media (min-width: 1025px){.side-navigation-dropdown[data-v-68f8d83f]{display:none}}.side-navigation-dropdown .dropdown-toggle[data-v-68f8d83f]{display:flex;padding:10px 16px;cursor:pointer;width:100%;border:1px solid #D1D0D3;border-radius:4px;justify-content:space-between;color:#74717a;font-size:1rem}.side-navigation-dropdown .dropdown-menu[data-v-68f8d83f]{list-style:none;padding:0;border:1px solid #D1D0D3;box-shadow:0 4px 6px #0000001a;border-radius:0 0 4px 4px;border-top:none}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]{padding:10px 16px}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]:last-child{border-bottom:none}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]{text-decoration:none;display:block;color:#171321}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]:hover{font-weight:500}.side-navigation-content[data-v-68f8d83f]{flex:1}.slp-radio[data-v-f37e970e]{position:relative;padding-left:32px;margin-bottom:16px;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slp-radio.disabled[data-v-f37e970e]{color:#74717a!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #D1D0D3!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]:after{display:block;background-color:#d1d0d3}.slp-radio:hover .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input[data-v-f37e970e]{position:absolute;opacity:0;height:0;width:0}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]:after{display:block}.slp-radio__checkmark[data-v-f37e970e]{position:absolute;top:2px;left:0;height:16px;width:16px;border-radius:50%;border:1px solid #45424D}.slp-radio__checkmark span[data-v-f37e970e],.slp-radio__checkmark[data-v-f37e970e]:hover{border:1px solid #A989F5}.slp-radio__checkmark[data-v-f37e970e]:after{display:none;content:"";padding:4px;background-color:#7759c2;border-radius:50%;width:2px;height:2px;position:absolute;top:3px;left:3px}.slp-radio-group[data-v-ae31ec89]{display:flex;flex-wrap:wrap}.slp-radio-group--horizontal[data-v-ae31ec89]{flex-direction:row}.slp-radio-group--horizontal .slp-radio[data-v-ae31ec89]:not(last-child){margin-right:24px;padding-left:24px}.slp-radio-group--horizontal .slp-radio__option[data-v-ae31ec89]{flex-basis:30%}.slp-radio-group--vertical[data-v-ae31ec89]{flex-direction:column}.slp-loading-linear[data-v-ee32411b]{height:4px;width:204px;background:linear-gradient(90.89deg,#ef8cf3 -13.26%,#825ee9 67.46%);position:relative;background-position:0 0;animation:gradient-ee32411b 1s linear infinite;background-size:200% 200%}@keyframes gradient-ee32411b{0%{background-position:200% 200%}50%{background-position:100% 100%}to{background-position:0% 0%}}.slp-loading-round[data-v-ee32411b]{height:32px;width:32px;background-color:#fff;position:relative;border-radius:50%;border:8px solid #E8E7EB;border-top-color:#a989f5;transform:rotate(-45deg);animation:spin-ee32411b 1s linear infinite}@keyframes spin-ee32411b{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}.depth-2[data-v-c3be63ed]{margin-left:32px}.depth-2.mobile[data-v-c3be63ed]{margin-left:16px}.depth-3[data-v-c3be63ed]{margin-left:48px}.depth-3.mobile[data-v-c3be63ed]{margin-left:24px}.depth-4[data-v-c3be63ed]{margin-left:64px}.depth-4.mobile[data-v-c3be63ed]{margin-left:32px}.depth-5[data-v-c3be63ed]{margin-left:80px}.depth-5.mobile[data-v-c3be63ed]{margin-left:40px}.anchor[data-v-c3be63ed]{display:block;padding:8px 16px;color:#171321;border-radius:4px;margin-bottom:4px}.anchor.selected[data-v-c3be63ed]{background-color:#f6f3fe}.anchor[data-v-c3be63ed]:hover{background-color:#e3d6ff;color:#171321}.mobile .anchor[data-v-c3be63ed]{margin-bottom:0}.mobile .anchor.selected[data-v-c3be63ed]{background-color:#fff}.mobile .anchor[data-v-c3be63ed]:hover{background-color:#fff;color:#171321}.dropdown[data-v-9b690a76]{background-color:#fff;position:sticky;left:0;right:0;top:20px;z-index:100}.dropdown .horizontal-rule[data-v-9b690a76]{border-top-width:1px;border-top:1px solid #D1D0D3}.dropdown.hide .dropdown__button[data-v-9b690a76]{border-radius:4px!important}.dropdown.hide .dropdown__list[data-v-9b690a76]{display:none}.dropdown .nav-heading[data-v-9b690a76]{font-size:12px;margin-bottom:8px;padding:0 16px}.dropdown__button[data-v-9b690a76]{border:1px solid #D1D0D3!important;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:4px 4px 0 0!important}.dropdown__list[data-v-9b690a76]{max-height:70vh;overflow-y:scroll;border:1px solid #D1D0D3;border-top:none;border-radius:0 0 4px 4px;position:absolute;top:42px;left:0;right:0;padding:16px 8px;background-color:#fff}.dropdown__link[data-v-9b690a76]{width:100%;color:#171321;text-decoration:none;display:flex;align-items:center;justify-content:space-between;margin-left:8px}#collapsible-sidebar-wrapper[data-v-47e57dda]{display:flex}#collapsible-sidebar-wrapper #collapsible-sidebar[data-v-47e57dda]{min-width:300px;position:sticky;padding:0 32px 32px;top:0;align-self:flex-start;overflow-y:scroll;max-height:calc(100vh - 96px);height:100%}#collapsible-sidebar-wrapper #collapsible-sidebar .nav-heading[data-v-47e57dda]{margin-bottom:8px}#collapsible-sidebar-wrapper #collapsible-sidebar .anchors[data-v-47e57dda]{margin-bottom:32px}@media (min-width: 768px){.mobile[data-v-47e57dda]{display:none!important}}@media (max-width: 768px){.desktop[data-v-47e57dda]{display:none!important}}.slp-tooltip[data-v-1280f345]{position:relative;display:inline-block;border-bottom:1px dashed #171321}.slp-tooltip.button-mode[data-v-1280f345]{cursor:pointer}.slp-tooltip.no-border[data-v-1280f345]{border:none}.slp-tooltip:hover .slp-tooltip__content[data-v-1280f345]{opacity:1}.slp-tooltip__list[data-v-1280f345]{list-style:inside disc;list-style-position:outside;margin-left:16px}.slp-tooltip__list li[data-v-1280f345]{margin-bottom:8px}.slp-tooltip__wrapper[data-v-1280f345]{pointer-events:none;text-align:left;position:relative}.slp-tooltip__content[data-v-1280f345]{position:absolute;background:#333;color:#fff;font-size:12px;line-height:16px;padding:12px;width:170px;border-radius:4px;z-index:20;transform:translate(-50%);transition:all .3s ease-in-out}.slp-tooltip__content.hover-mode[data-v-1280f345]{opacity:0}.slp-tooltip__content[data-v-1280f345]:before{content:"";display:block;width:0;height:0;position:absolute;left:-8px;top:50px}.slp-tooltip__content.top[data-v-1280f345]{bottom:30px;left:50%}.slp-tooltip__content.top[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #333;top:98%;left:46%}.slp-tooltip__content.bottom[data-v-1280f345]{top:28px;left:50%}.slp-tooltip__content.bottom[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid #333;border-right:8px solid transparent;left:46%;top:-8px}.slp-tooltip__content.right[data-v-1280f345]{top:50%;left:100%;transform:translateY(-50%)}.slp-tooltip__content.right[data-v-1280f345]:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #333;left:-8px;top:50%;transform:translateY(-50%)}.slp-tooltip__content[data-v-1280f345] a{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.breadcrumb[data-v-fd412793]{display:flex}.breadcrumb__crumb[data-v-fd412793]{display:flex;align-items:center;color:#7759c2;position:relative}.breadcrumb__crumb__tooltip[data-v-fd412793]{font-size:.875rem;border-bottom:none!important}.breadcrumb__crumb a span[data-v-fd412793]{white-space:nowrap}.breadcrumb__crumb[data-v-fd412793]:not(.breadcrumb__crumb--disabled):hover{text-decoration:underline}.breadcrumb__crumb--mobile[data-v-fd412793]{overflow:hidden}.breadcrumb__crumb--mobile a[data-v-fd412793]{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--mobile span[data-v-fd412793]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--disabled[data-v-fd412793]{color:#74717a}.breadcrumb__crumb--disabled a[data-v-fd412793],.breadcrumb__crumb--disabled a[data-v-fd412793]:hover,.breadcrumb__crumb--disabled a[data-v-fd412793]:focus,.breadcrumb__crumb--disabled a[data-v-fd412793]:active{cursor:auto;text-decoration:none}.breadcrumb__crumb a[data-v-fd412793]{color:inherit}.breadcrumb__chevron[data-v-fd412793]{margin:0 10px 0 6px}.dropdown[data-v-413766e8]{position:relative;cursor:pointer;padding:14px 40px 14px 12px;border-radius:4px;border:1px solid #333;font-size:1rem;font-weight:400;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2929 0.292894C10.6834 -0.0976306 11.3166 -0.0976306 11.7071 0.292894C12.0976 0.683418 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292894 1.70711C-0.0976312 1.31658 -0.0976312 0.683417 0.292894 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6 4.58579L10.2929 0.292894Z' fill='%23333333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.slp-background-color-primary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-primary-200[data-v-2b3ad016]{background-color:#171321}.slp-background-color-primary-300[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-secondary-200[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-surface-100[data-v-2b3ad016]{background-color:#f2f1f5}.slp-background-color-surface-200[data-v-2b3ad016]{background-color:#e8e7eb}.slp-background-color-surface-300[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-surface-400[data-v-2b3ad016]{background-color:#a2a1a6}.slp-background-color-surface-500[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-surface-600[data-v-2b3ad016]{background-color:#45424d}.slp-background-color-surface-700[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-800[data-v-2b3ad016]{background-color:#f6f3fe}.slp-background-color-surface-900[data-v-2b3ad016]{background-color:#eee7fd}.slp-background-color-surface-950[data-v-2b3ad016]{background-color:#e3d6ff}.slp-background-color-text-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-text-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-text-200[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-text-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-text-link-100[data-v-2b3ad016]{background-color:#7759c2}.slp-background-color-alert-100[data-v-2b3ad016]{background-color:#ffd4d8}.slp-background-color-alert-200[data-v-2b3ad016]{background-color:#f24f63}.slp-background-color-alert-300[data-v-2b3ad016]{background-color:#cb3446}.slp-background-color-warning-100[data-v-2b3ad016]{background-color:#ffefc7}.slp-background-color-warning-200[data-v-2b3ad016]{background-color:#ffda7a}.slp-background-color-warning-300[data-v-2b3ad016]{background-color:#ffb800}.slp-background-color-success-100[data-v-2b3ad016]{background-color:#b8e5bc}.slp-background-color-success-200[data-v-2b3ad016]{background-color:#48a651}.slp-background-color-success-300[data-v-2b3ad016]{background-color:#327338}.slp-background-color-info-100[data-v-2b3ad016]{background-color:#d6eaff}.slp-background-color-info-200[data-v-2b3ad016]{background-color:#70b4ff}.slp-background-color-info-300[data-v-2b3ad016]{background-color:#3979bf}.slp-background-color-accent-100[data-v-2b3ad016]{background-color:#fca326}.slp-background-color-accent-200[data-v-2b3ad016]{background-color:#fc6d26}.slp-background-color-accent-300[data-v-2b3ad016]{background-color:#e24329}.slp-background-color-accent-400[data-v-2b3ad016]{background-color:#a989f5}.slp-background-color-accent-500[data-v-2b3ad016]{background-color:#7759c2}
|