slippers-ui 3.1.51 → 3.1.52
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 +108 -101
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/slippers-ui.es.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { _ as
|
|
3
|
-
const ge = ["href"], me = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as N, computed as w, createElementBlock as l, openBlock as s, mergeProps as X, renderSlot as $, normalizeClass as m, createElementVNode as f, createBlock as D, resolveDynamicComponent as ee, normalizeStyle as te, withCtx as T, createCommentVNode as V, ref as S, onMounted as K, onUnmounted as ae, createVNode as C, unref as A, Fragment as P, renderList as B, withModifiers as x, toDisplayString as I, createTextVNode as G, resolveComponent as de, withDirectives as U, vShow as Y, normalizeProps as ce, guardReactiveProps as ue, watch as pe, onBeforeUnmount as oe, onBeforeMount as ve, vModelSelect as fe } from "vue";
|
|
2
|
+
import { _ as L, C as se, a as ne, b as le, c as he } from "./chunks/ChevronLgUp-HZ_-4Y4K.js";
|
|
3
|
+
const ge = ["href"], me = /* @__PURE__ */ N({
|
|
4
4
|
__name: "SlpButton",
|
|
5
5
|
props: {
|
|
6
6
|
disabled: { type: Boolean },
|
|
7
7
|
variant: {},
|
|
8
8
|
href: {}
|
|
9
9
|
},
|
|
10
|
-
setup(
|
|
11
|
-
const e =
|
|
10
|
+
setup(p) {
|
|
11
|
+
const e = p, n = w(() => e.disabled ?? !1), i = w(() => e.variant ?? "primary");
|
|
12
12
|
w(() => e.href ?? "");
|
|
13
13
|
const t = w(() => {
|
|
14
14
|
let o = [`slp-btn-${i.value}`];
|
|
@@ -26,21 +26,21 @@ const ge = ["href"], me = /* @__PURE__ */ L({
|
|
|
26
26
|
$(o.$slots, "default", {}, void 0, !0)
|
|
27
27
|
], 16));
|
|
28
28
|
}
|
|
29
|
-
}), Q = /* @__PURE__ */
|
|
29
|
+
}), Q = /* @__PURE__ */ L(me, [["__scopeId", "data-v-c6fd7cb9"]]), _e = /* @__PURE__ */ N({
|
|
30
30
|
__name: "SlpColumn",
|
|
31
31
|
props: {
|
|
32
32
|
cols: {},
|
|
33
33
|
size: {}
|
|
34
34
|
},
|
|
35
|
-
setup(
|
|
36
|
-
const e =
|
|
35
|
+
setup(p) {
|
|
36
|
+
const e = p, n = w(() => e.cols ?? null), i = w(() => e.size ?? "md"), t = w(() => n.value ? `slp-col-${i.value}-${n.value}` : `slp-col-${i.value}`);
|
|
37
37
|
return (o, u) => (s(), l("div", {
|
|
38
38
|
class: m(t.value)
|
|
39
39
|
}, [
|
|
40
40
|
$(o.$slots, "default", {}, void 0, !0)
|
|
41
41
|
], 2));
|
|
42
42
|
}
|
|
43
|
-
}), Pt = /* @__PURE__ */
|
|
43
|
+
}), Pt = /* @__PURE__ */ L(_e, [["__scopeId", "data-v-00b68f22"]]), be = {
|
|
44
44
|
key: 0,
|
|
45
45
|
class: "slp-full-light-purple-background"
|
|
46
46
|
}, ye = {
|
|
@@ -64,17 +64,17 @@ const ge = ["href"], me = /* @__PURE__ */ L({
|
|
|
64
64
|
}, Ce = {
|
|
65
65
|
key: 7,
|
|
66
66
|
class: "slp-partial-white-background"
|
|
67
|
-
},
|
|
67
|
+
}, Le = {
|
|
68
68
|
key: 8,
|
|
69
69
|
class: "slp-partial-grey-background"
|
|
70
|
-
},
|
|
70
|
+
}, Ne = /* @__PURE__ */ N({
|
|
71
71
|
__name: "SlpContainer",
|
|
72
72
|
props: {
|
|
73
73
|
fluid: { type: Boolean },
|
|
74
74
|
variant: {}
|
|
75
75
|
},
|
|
76
|
-
setup(
|
|
77
|
-
const e =
|
|
76
|
+
setup(p) {
|
|
77
|
+
const e = p, n = w(() => e.fluid ?? !1), i = w(() => e.variant ?? "white"), t = w(() => n.value ? "fluid" : "");
|
|
78
78
|
return (o, u) => i.value === "light-purple-100" ? (s(), l("div", be, [
|
|
79
79
|
f("div", {
|
|
80
80
|
class: m(["slp-container", t.value])
|
|
@@ -123,7 +123,7 @@ const ge = ["href"], me = /* @__PURE__ */ L({
|
|
|
123
123
|
}, [
|
|
124
124
|
$(o.$slots, "default", {}, void 0, !0)
|
|
125
125
|
], 2)
|
|
126
|
-
])) : i.value === "grey-75" ? (s(), l("div",
|
|
126
|
+
])) : i.value === "grey-75" ? (s(), l("div", Le, [
|
|
127
127
|
f("div", {
|
|
128
128
|
class: m(["slp-container", t.value])
|
|
129
129
|
}, [
|
|
@@ -136,7 +136,7 @@ const ge = ["href"], me = /* @__PURE__ */ L({
|
|
|
136
136
|
$(o.$slots, "default", {}, void 0, !0)
|
|
137
137
|
], 2));
|
|
138
138
|
}
|
|
139
|
-
}), ie = /* @__PURE__ */
|
|
139
|
+
}), ie = /* @__PURE__ */ L(Ne, [["__scopeId", "data-v-e594efe8"]]), Te = /* @__PURE__ */ N({
|
|
140
140
|
__name: "SlpIcon",
|
|
141
141
|
props: {
|
|
142
142
|
size: {
|
|
@@ -155,8 +155,8 @@ const ge = ["href"], me = /* @__PURE__ */ L({
|
|
|
155
155
|
required: !0
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
|
-
setup(
|
|
159
|
-
const e =
|
|
158
|
+
setup(p) {
|
|
159
|
+
const e = p, n = w(() => {
|
|
160
160
|
const t = ["slp-icon"];
|
|
161
161
|
return typeof e.size == "string" && isNaN(Number(e.size)) && t.push(`slp-icon--size-${e.size}`), e.color && !e.color.startsWith("#") && t.push(`slp-icon--color-${e.color}`), t;
|
|
162
162
|
}), i = w(() => {
|
|
@@ -170,31 +170,31 @@ const ge = ["href"], me = /* @__PURE__ */ L({
|
|
|
170
170
|
});
|
|
171
171
|
return (t, o) => {
|
|
172
172
|
var u, r;
|
|
173
|
-
return s(), D(ee(
|
|
173
|
+
return s(), D(ee(p.icon), {
|
|
174
174
|
class: m(["slp-icon", n.value]),
|
|
175
175
|
style: te(i.value),
|
|
176
176
|
role: "img",
|
|
177
177
|
"aria-hidden": "true",
|
|
178
|
-
"data-icon-name": ((r = (u =
|
|
178
|
+
"data-icon-name": ((r = (u = p.icon) == null ? void 0 : u.__docgenInfo) == null ? void 0 : r.displayName) || ""
|
|
179
179
|
}, null, 8, ["class", "style", "data-icon-name"]);
|
|
180
180
|
};
|
|
181
181
|
}
|
|
182
|
-
}), W = /* @__PURE__ */
|
|
183
|
-
function Ve(
|
|
182
|
+
}), W = /* @__PURE__ */ L(Te, [["__scopeId", "data-v-c3411281"]]), Ee = {}, ze = { class: "slp-row" };
|
|
183
|
+
function Ve(p, e) {
|
|
184
184
|
return s(), l("div", ze, [
|
|
185
|
-
$(
|
|
185
|
+
$(p.$slots, "default", {}, void 0, !0)
|
|
186
186
|
]);
|
|
187
187
|
}
|
|
188
|
-
const Bt = /* @__PURE__ */
|
|
188
|
+
const Bt = /* @__PURE__ */ L(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f"]]), Pe = {
|
|
189
189
|
key: 0,
|
|
190
190
|
class: "arrow-symbol"
|
|
191
|
-
}, Be = /* @__PURE__ */
|
|
191
|
+
}, Be = /* @__PURE__ */ N({
|
|
192
192
|
__name: "SlpTypography",
|
|
193
193
|
props: {
|
|
194
194
|
variant: {},
|
|
195
195
|
tag: {}
|
|
196
196
|
},
|
|
197
|
-
setup(
|
|
197
|
+
setup(p) {
|
|
198
198
|
const e = [
|
|
199
199
|
"display1",
|
|
200
200
|
"heading1",
|
|
@@ -217,7 +217,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
217
217
|
"arrow",
|
|
218
218
|
"quotes",
|
|
219
219
|
"emphasis"
|
|
220
|
-
], n = ["span", "h1", "h2", "h3", "h4", "h5", "p", "div"], i =
|
|
220
|
+
], n = ["span", "h1", "h2", "h3", "h4", "h5", "p", "div"], i = p, t = w(() => e.includes(i.variant || "") ? i.variant : "body1"), o = w(() => n.includes(i.tag || "") ? i.tag : "span"), u = w(() => `slp-text-${t.value}`);
|
|
221
221
|
return (r, d) => (s(), D(ee(o.value), {
|
|
222
222
|
class: m(u.value)
|
|
223
223
|
}, {
|
|
@@ -228,10 +228,10 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
228
228
|
_: 3
|
|
229
229
|
}, 8, ["class"]));
|
|
230
230
|
}
|
|
231
|
-
}), q = /* @__PURE__ */
|
|
231
|
+
}), q = /* @__PURE__ */ L(Be, [["__scopeId", "data-v-64ad2128"]]), Me = {
|
|
232
232
|
key: 0,
|
|
233
233
|
class: "dropdown-menu"
|
|
234
|
-
}, Ge = ["onClick"], Oe =
|
|
234
|
+
}, Ge = ["onClick"], Oe = ["aria-label"], Re = ["data-ga-name", "onClick"], Ae = /* @__PURE__ */ N({
|
|
235
235
|
__name: "SlpSideNavigation",
|
|
236
236
|
props: {
|
|
237
237
|
position: {
|
|
@@ -245,18 +245,22 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
245
245
|
navigationItems: {
|
|
246
246
|
type: Array,
|
|
247
247
|
required: !0
|
|
248
|
+
},
|
|
249
|
+
navigationLabel: {
|
|
250
|
+
type: String,
|
|
251
|
+
default: "secondary"
|
|
248
252
|
}
|
|
249
253
|
},
|
|
250
|
-
setup(
|
|
251
|
-
const e =
|
|
252
|
-
n.value && !n.value.contains(
|
|
254
|
+
setup(p) {
|
|
255
|
+
const e = p, n = S(null), i = (v) => {
|
|
256
|
+
n.value && !n.value.contains(v.target) && (r.value = !1);
|
|
253
257
|
}, t = S(null), o = S(null);
|
|
254
258
|
let u = null;
|
|
255
|
-
const r = S(!1), d = S(!0), c = (
|
|
256
|
-
window.location.hash =
|
|
259
|
+
const r = S(!1), d = S(!0), c = (v) => {
|
|
260
|
+
window.location.hash = v, r.value = !1;
|
|
257
261
|
}, a = () => {
|
|
258
262
|
if (!o.value) return;
|
|
259
|
-
const
|
|
263
|
+
const v = (window.innerHeight - 120 - 48) * -1;
|
|
260
264
|
u = new IntersectionObserver(
|
|
261
265
|
(k) => {
|
|
262
266
|
k.forEach((_) => {
|
|
@@ -264,7 +268,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
264
268
|
});
|
|
265
269
|
},
|
|
266
270
|
{
|
|
267
|
-
rootMargin: `-120px 0px ${
|
|
271
|
+
rootMargin: `-120px 0px ${v}px 0px`,
|
|
268
272
|
threshold: 0
|
|
269
273
|
}
|
|
270
274
|
), e.navigationItems.forEach((k) => {
|
|
@@ -278,7 +282,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
278
282
|
}), document.readyState === "complete" && a();
|
|
279
283
|
}), ae(() => {
|
|
280
284
|
u && u.disconnect(), document.removeEventListener("click", i);
|
|
281
|
-
}), (
|
|
285
|
+
}), (v, k) => (s(), l("div", {
|
|
282
286
|
class: m([
|
|
283
287
|
"side-navigation-layout",
|
|
284
288
|
`side-navigation-layout--${e.position}`,
|
|
@@ -314,8 +318,11 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
314
318
|
]))), 128))
|
|
315
319
|
])) : V("", !0)
|
|
316
320
|
], 512),
|
|
317
|
-
f("nav",
|
|
318
|
-
|
|
321
|
+
f("nav", {
|
|
322
|
+
class: "side-navigation",
|
|
323
|
+
"aria-label": p.navigationLabel
|
|
324
|
+
}, [
|
|
325
|
+
$(v.$slots, "navigation-header", {}, void 0, !0),
|
|
319
326
|
f("ul", null, [
|
|
320
327
|
(s(!0), l(P, null, B(e.navigationItems, (_) => (s(), l("li", {
|
|
321
328
|
key: _.id,
|
|
@@ -330,17 +337,17 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
330
337
|
}, I(_.text), 11, Re)
|
|
331
338
|
]))), 128))
|
|
332
339
|
])
|
|
333
|
-
]),
|
|
340
|
+
], 8, Oe),
|
|
334
341
|
f("div", {
|
|
335
342
|
ref_key: "slotContentRef",
|
|
336
343
|
ref: o,
|
|
337
344
|
class: "side-navigation-content"
|
|
338
345
|
}, [
|
|
339
|
-
$(
|
|
346
|
+
$(v.$slots, "default", {}, void 0, !0)
|
|
340
347
|
], 512)
|
|
341
348
|
], 2));
|
|
342
349
|
}
|
|
343
|
-
}), Mt = /* @__PURE__ */
|
|
350
|
+
}), Mt = /* @__PURE__ */ L(Ae, [["__scopeId", "data-v-3cc08323"]]), De = ["for"], We = ["name", "value", "id", "checked", "disabled"], qe = /* @__PURE__ */ N({
|
|
344
351
|
__name: "SlpRadioButton",
|
|
345
352
|
props: {
|
|
346
353
|
option: {},
|
|
@@ -348,7 +355,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
348
355
|
config: {}
|
|
349
356
|
},
|
|
350
357
|
emits: ["update:modelValue"],
|
|
351
|
-
setup(
|
|
358
|
+
setup(p, { emit: e }) {
|
|
352
359
|
const n = e, i = (t) => {
|
|
353
360
|
const o = t.target;
|
|
354
361
|
n("update:modelValue", o.value);
|
|
@@ -373,7 +380,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
373
380
|
], 10, De);
|
|
374
381
|
};
|
|
375
382
|
}
|
|
376
|
-
}), He = /* @__PURE__ */
|
|
383
|
+
}), He = /* @__PURE__ */ L(qe, [["__scopeId", "data-v-f37e970e"]]), Ue = /* @__PURE__ */ N({
|
|
377
384
|
__name: "SlpRadioButtonGroup",
|
|
378
385
|
props: {
|
|
379
386
|
options: {},
|
|
@@ -384,7 +391,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
384
391
|
} }
|
|
385
392
|
},
|
|
386
393
|
emits: ["update:modelValue"],
|
|
387
|
-
setup(
|
|
394
|
+
setup(p, { emit: e }) {
|
|
388
395
|
const n = {
|
|
389
396
|
VERTICAL: "vertical",
|
|
390
397
|
HORIZONTAL: "horizontal"
|
|
@@ -415,26 +422,26 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
415
422
|
}, 8, ["class"]);
|
|
416
423
|
};
|
|
417
424
|
}
|
|
418
|
-
}), Gt = /* @__PURE__ */
|
|
425
|
+
}), Gt = /* @__PURE__ */ L(Ue, [["__scopeId", "data-v-ae31ec89"]]), Ke = {
|
|
419
426
|
key: 0,
|
|
420
427
|
class: "slp-loading-round"
|
|
421
428
|
}, je = {
|
|
422
429
|
key: 1,
|
|
423
430
|
class: "slp-loading-linear"
|
|
424
|
-
}, Fe = /* @__PURE__ */
|
|
431
|
+
}, Fe = /* @__PURE__ */ N({
|
|
425
432
|
name: "SlpLoader",
|
|
426
433
|
__name: "SlpLoader",
|
|
427
434
|
props: {
|
|
428
435
|
config: {}
|
|
429
436
|
},
|
|
430
|
-
setup(
|
|
431
|
-
const e =
|
|
437
|
+
setup(p) {
|
|
438
|
+
const e = p;
|
|
432
439
|
return (n, i) => {
|
|
433
440
|
var t;
|
|
434
441
|
return ((t = e.config) == null ? void 0 : t.variant) === "round" ? (s(), l("div", Ke)) : (s(), l("div", je));
|
|
435
442
|
};
|
|
436
443
|
}
|
|
437
|
-
}), Ot = /* @__PURE__ */
|
|
444
|
+
}), Ot = /* @__PURE__ */ L(Fe, [["__scopeId", "data-v-ee32411b"]]), Ze = ["href", "data-ga-name", "data-ga-location"], Je = /* @__PURE__ */ N({
|
|
438
445
|
__name: "Tree",
|
|
439
446
|
props: {
|
|
440
447
|
text: { default: "" },
|
|
@@ -448,7 +455,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
448
455
|
mobile: !1
|
|
449
456
|
}) }
|
|
450
457
|
},
|
|
451
|
-
setup(
|
|
458
|
+
setup(p) {
|
|
452
459
|
return (e, n) => {
|
|
453
460
|
var t, o, u, r, d, c;
|
|
454
461
|
const i = de("Tree", !0);
|
|
@@ -463,13 +470,13 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
463
470
|
"data-ga-location": (c = e.config) == null ? void 0 : c.dataGaLocation
|
|
464
471
|
}, I(e.text), 11, Ze)) : V("", !0),
|
|
465
472
|
(s(!0), l(P, null, B(e.nodes, (a) => {
|
|
466
|
-
var
|
|
473
|
+
var v, k, _, E, O, h;
|
|
467
474
|
return s(), D(i, {
|
|
468
475
|
key: a.text,
|
|
469
476
|
nodes: a.nodes,
|
|
470
477
|
text: a.text,
|
|
471
478
|
config: {
|
|
472
|
-
href: ((
|
|
479
|
+
href: ((v = a.config) == null ? void 0 : v.href) ?? "",
|
|
473
480
|
dataGaName: (k = a.config) == null ? void 0 : k.dataGaName,
|
|
474
481
|
dataGaLocation: (_ = a.config) == null ? void 0 : _.dataGaLocation,
|
|
475
482
|
depth: (((E = e.config) == null ? void 0 : E.depth) ?? 0) + 1,
|
|
@@ -481,14 +488,14 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
481
488
|
], 2);
|
|
482
489
|
};
|
|
483
490
|
}
|
|
484
|
-
}), re = /* @__PURE__ */
|
|
491
|
+
}), re = /* @__PURE__ */ L(Je, [["__scopeId", "data-v-c3be63ed"]]), Ye = { class: "dropdown__list" }, Qe = { class: "horizontal-rule slp-my-16" }, Xe = /* @__PURE__ */ N({
|
|
485
492
|
__name: "SlpAnchorDropdown",
|
|
486
493
|
props: {
|
|
487
494
|
dropdownLabel: { default: "Jump to a section" },
|
|
488
495
|
anchors: {},
|
|
489
496
|
hyperlinks: {}
|
|
490
497
|
},
|
|
491
|
-
setup(
|
|
498
|
+
setup(p) {
|
|
492
499
|
const e = S(!1), n = () => {
|
|
493
500
|
e.value = !e.value;
|
|
494
501
|
};
|
|
@@ -575,18 +582,18 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
575
582
|
], 2);
|
|
576
583
|
};
|
|
577
584
|
}
|
|
578
|
-
}), xe = /* @__PURE__ */
|
|
585
|
+
}), xe = /* @__PURE__ */ L(Xe, [["__scopeId", "data-v-bd9281e3"]]), et = { key: 0 }, tt = {
|
|
579
586
|
key: 1,
|
|
580
587
|
id: "collapsible-sidebar-wrapper"
|
|
581
|
-
}, at = { id: "collapsible-sidebar-content" }, ot = { id: "collapsible-sidebar" }, st = { class: "anchors" }, nt = /* @__PURE__ */
|
|
588
|
+
}, at = { id: "collapsible-sidebar-content" }, ot = { id: "collapsible-sidebar" }, st = { class: "anchors" }, nt = /* @__PURE__ */ N({
|
|
582
589
|
__name: "SlpSideNavigationWithTree",
|
|
583
590
|
props: {
|
|
584
591
|
anchors: {},
|
|
585
592
|
hyperlinks: {},
|
|
586
593
|
alwaysExpanded: { type: Boolean }
|
|
587
594
|
},
|
|
588
|
-
setup(
|
|
589
|
-
const e =
|
|
595
|
+
setup(p) {
|
|
596
|
+
const e = p, n = S([]), i = S(null), t = S([]), o = S(
|
|
590
597
|
e.anchors.data.map((h) => ({
|
|
591
598
|
text: h.text,
|
|
592
599
|
nodes: h.nodes,
|
|
@@ -605,7 +612,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
605
612
|
}), g), a = (h) => {
|
|
606
613
|
const g = [], b = (z) => z.some((y, M) => (g.push(M), y.config.href === h || y.nodes && b(y.nodes) ? !0 : (g.pop(), !1)));
|
|
607
614
|
return b(e.anchors.data), g;
|
|
608
|
-
},
|
|
615
|
+
}, v = (h) => {
|
|
609
616
|
const g = t.value, b = i.value, z = (y, M, R) => {
|
|
610
617
|
const H = g[R] === M, j = y.config.href === b, F = {
|
|
611
618
|
text: y.text,
|
|
@@ -642,15 +649,15 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
642
649
|
const g = k(h);
|
|
643
650
|
if (g && g.isIntersecting) {
|
|
644
651
|
const b = `#${g.target.id}`;
|
|
645
|
-
i.value = b, t.value = a(b), n.value = t.value.slice(), o.value =
|
|
652
|
+
i.value = b, t.value = a(b), n.value = t.value.slice(), o.value = v(!1), r.value = !1;
|
|
646
653
|
return;
|
|
647
654
|
}
|
|
648
|
-
r.value && !e.alwaysExpanded && (o.value =
|
|
655
|
+
r.value && !e.alwaysExpanded && (o.value = v(!0), r.value = !1);
|
|
649
656
|
}, E = () => {
|
|
650
657
|
u.value = window.innerWidth < 768;
|
|
651
658
|
}, O = () => {
|
|
652
659
|
const h = c(e.anchors.data), g = h[0] || null;
|
|
653
|
-
i.value = g, t.value = g ? a(g) : [], o.value =
|
|
660
|
+
i.value = g, t.value = g ? a(g) : [], o.value = v(!0), r.value = !1;
|
|
654
661
|
const b = (window.innerHeight - 120 - 48) * -1;
|
|
655
662
|
d = new IntersectionObserver(_, {
|
|
656
663
|
rootMargin: `-120px 0px ${b}px 0px`,
|
|
@@ -695,7 +702,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
695
702
|
]))
|
|
696
703
|
]));
|
|
697
704
|
}
|
|
698
|
-
}), Rt = /* @__PURE__ */
|
|
705
|
+
}), Rt = /* @__PURE__ */ L(nt, [["__scopeId", "data-v-32a730be"]]), lt = ["id", "data-tooltip-open", "aria-describedby"], it = { class: "slp-tooltip__wrapper" }, rt = ["id", "data-ga-features", "data-ga-features-sub", "data-ga-features-sub-card", "data-ga-name", "data-ga-location", "href"], dt = ["id"], ct = ["id", "data-tooltip-open", "aria-describedby"], ut = { class: "slp-tooltip__wrapper" }, pt = ["id"], vt = ["data-ga-features", "data-ga-features-sub", "data-ga-features-sub-card", "data-ga-name", "data-ga-location", "href"], ft = ["id"], ht = /* @__PURE__ */ N({
|
|
699
706
|
__name: "SlpTooltip",
|
|
700
707
|
props: {
|
|
701
708
|
text: { default: "" },
|
|
@@ -705,31 +712,31 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
705
712
|
id: { default: "" },
|
|
706
713
|
dataProperties: { default: null }
|
|
707
714
|
},
|
|
708
|
-
setup(
|
|
709
|
-
const e =
|
|
715
|
+
setup(p) {
|
|
716
|
+
const e = p, n = S(!1), i = S(""), t = S(""), o = S(""), u = (a) => {
|
|
710
717
|
e.mode === "hover" && (n.value = a.type === "mouseenter");
|
|
711
718
|
}, r = () => {
|
|
712
719
|
e.mode === "click" ? (c(), n.value = !n.value) : n.value = !1;
|
|
713
720
|
}, d = (a) => {
|
|
714
721
|
a.target.id !== e.id && (n.value = !1);
|
|
715
722
|
}, c = () => {
|
|
716
|
-
document.querySelectorAll('[data-tooltip-open="true"]').forEach((
|
|
717
|
-
|
|
723
|
+
document.querySelectorAll('[data-tooltip-open="true"]').forEach((v) => {
|
|
724
|
+
v.setAttribute("data-tooltip-open", "false");
|
|
718
725
|
});
|
|
719
726
|
};
|
|
720
727
|
return K(() => {
|
|
721
728
|
if (e.mode === "click" && document.addEventListener("click", d), e.text) {
|
|
722
|
-
const a = e.text.match(/\[(.*?)\]/),
|
|
723
|
-
i.value = a ? a[1] : "", t.value =
|
|
729
|
+
const a = e.text.match(/\[(.*?)\]/), v = e.text.match(/\[.*?\]\((.*?)\)/);
|
|
730
|
+
i.value = a ? a[1] : "", t.value = v ? v[1] : "", o.value = e.text.replace(`(${t.value})`, "").replace(`[${i.value}]`, "").trim();
|
|
724
731
|
}
|
|
725
732
|
}), pe(n, (a) => {
|
|
726
733
|
if (e.mode === "click" && e.id) {
|
|
727
|
-
const
|
|
728
|
-
|
|
734
|
+
const v = document.getElementById(e.id);
|
|
735
|
+
v && v.setAttribute("data-tooltip-open", a.toString());
|
|
729
736
|
}
|
|
730
737
|
}), oe(() => {
|
|
731
738
|
document.removeEventListener("click", d);
|
|
732
|
-
}), (a,
|
|
739
|
+
}), (a, v) => {
|
|
733
740
|
var k, _, E, O, h, g;
|
|
734
741
|
return a.mode === "hover" ? (s(), l("div", {
|
|
735
742
|
key: 0,
|
|
@@ -816,7 +823,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
816
823
|
], 10, ct));
|
|
817
824
|
};
|
|
818
825
|
}
|
|
819
|
-
}), gt = /* @__PURE__ */
|
|
826
|
+
}), gt = /* @__PURE__ */ L(ht, [["__scopeId", "data-v-0412a63f"]]), mt = {
|
|
820
827
|
key: 0,
|
|
821
828
|
class: "breadcrumb",
|
|
822
829
|
vocab: "https://schema.org/",
|
|
@@ -829,14 +836,14 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
829
836
|
class: "breadcrumb",
|
|
830
837
|
vocab: "https://schema.org/",
|
|
831
838
|
typeof: "BreadcrumbList"
|
|
832
|
-
}, wt = ["href", "data-ga-name", "data-ga-location"], St = ["content"], It = /* @__PURE__ */
|
|
839
|
+
}, wt = ["href", "data-ga-name", "data-ga-location"], St = ["content"], It = /* @__PURE__ */ N({
|
|
833
840
|
__name: "SlpBreadcrumb",
|
|
834
841
|
props: {
|
|
835
842
|
crumbs: { default: () => [] },
|
|
836
843
|
router: {}
|
|
837
844
|
},
|
|
838
|
-
setup(
|
|
839
|
-
const e =
|
|
845
|
+
setup(p) {
|
|
846
|
+
const e = p, n = S(e.crumbs), i = S(!1), t = (r) => {
|
|
840
847
|
const d = r.split(" ");
|
|
841
848
|
for (let c = 0; c < d.length; c++)
|
|
842
849
|
d[c] = d[c][0].toUpperCase() + d[c].substr(1);
|
|
@@ -853,11 +860,11 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
853
860
|
if (e.router) {
|
|
854
861
|
const r = e.router.currentRoute.path, d = r.startsWith("/") ? r.substring(1).split("/") : r.split("/"), c = [];
|
|
855
862
|
let a = "";
|
|
856
|
-
d.forEach((
|
|
857
|
-
a = `${a}/${
|
|
863
|
+
d.forEach((v) => {
|
|
864
|
+
a = `${a}/${v}`;
|
|
858
865
|
const k = e.router.match(a);
|
|
859
|
-
k.params.slug !== null &&
|
|
860
|
-
title: t(
|
|
866
|
+
k.params.slug !== null && v.length && c.push({
|
|
867
|
+
title: t(v.replace(/-/g, " ")),
|
|
861
868
|
hover: !1,
|
|
862
869
|
...k
|
|
863
870
|
});
|
|
@@ -875,8 +882,8 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
875
882
|
}]),
|
|
876
883
|
property: "itemListElement",
|
|
877
884
|
typeof: "ListItem",
|
|
878
|
-
onMouseenter: (
|
|
879
|
-
onMouseleave: (
|
|
885
|
+
onMouseenter: (v) => u(a),
|
|
886
|
+
onMouseleave: (v) => u(a)
|
|
880
887
|
}, [
|
|
881
888
|
C(gt, {
|
|
882
889
|
text: c.title,
|
|
@@ -958,10 +965,10 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
958
965
|
]))), 128))
|
|
959
966
|
])) : V("", !0);
|
|
960
967
|
}
|
|
961
|
-
}), At = /* @__PURE__ */
|
|
968
|
+
}), At = /* @__PURE__ */ L(It, [["__scopeId", "data-v-6894f4b8"]]), Ct = ["value"], Lt = {
|
|
962
969
|
key: 1,
|
|
963
970
|
class: "dropdown"
|
|
964
|
-
},
|
|
971
|
+
}, Nt = /* @__PURE__ */ N({
|
|
965
972
|
__name: "SlpDropdown",
|
|
966
973
|
props: {
|
|
967
974
|
modelValue: {},
|
|
@@ -970,17 +977,17 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
970
977
|
valueKey: {}
|
|
971
978
|
},
|
|
972
979
|
emits: ["update:modelValue"],
|
|
973
|
-
setup(
|
|
974
|
-
const n =
|
|
980
|
+
setup(p, { emit: e }) {
|
|
981
|
+
const n = p, i = e, t = (r, d) => {
|
|
975
982
|
if (typeof r == "object" && r !== null) {
|
|
976
983
|
if (!d) {
|
|
977
|
-
const
|
|
978
|
-
return r[
|
|
984
|
+
const v = Object.keys(r)[0];
|
|
985
|
+
return r[v];
|
|
979
986
|
}
|
|
980
987
|
const c = d.split(".");
|
|
981
988
|
let a = r;
|
|
982
|
-
for (const
|
|
983
|
-
a = a == null ? void 0 : a[
|
|
989
|
+
for (const v of c)
|
|
990
|
+
a = a == null ? void 0 : a[v];
|
|
984
991
|
return a;
|
|
985
992
|
}
|
|
986
993
|
return r;
|
|
@@ -999,26 +1006,26 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
999
1006
|
"onUpdate:modelValue": d[0] || (d[0] = (a) => u.value = a),
|
|
1000
1007
|
class: "dropdown"
|
|
1001
1008
|
}, [
|
|
1002
|
-
(s(!0), l(P, null, B(r.options, (a,
|
|
1003
|
-
key: `${t(a, r.valueKey)}-${
|
|
1009
|
+
(s(!0), l(P, null, B(r.options, (a, v) => (s(), l("option", {
|
|
1010
|
+
key: `${t(a, r.valueKey)}-${v}`,
|
|
1004
1011
|
value: t(a, r.valueKey)
|
|
1005
1012
|
}, I(t(a, r.labelKey)), 9, Ct))), 128))
|
|
1006
1013
|
], 512)), [
|
|
1007
1014
|
[fe, u.value]
|
|
1008
|
-
]) : (s(), l("div",
|
|
1015
|
+
]) : (s(), l("div", Lt, d[1] || (d[1] = [
|
|
1009
1016
|
f("p", null, "No options available", -1)
|
|
1010
1017
|
])));
|
|
1011
1018
|
};
|
|
1012
1019
|
}
|
|
1013
|
-
}), Dt = /* @__PURE__ */
|
|
1020
|
+
}), Dt = /* @__PURE__ */ L(Nt, [["__scopeId", "data-v-4a5d0657"]]), Tt = ["id"], Et = /* @__PURE__ */ N({
|
|
1014
1021
|
__name: "SlpSection",
|
|
1015
1022
|
props: {
|
|
1016
1023
|
backgroundColor: {
|
|
1017
1024
|
type: String,
|
|
1018
1025
|
required: !1,
|
|
1019
|
-
validator(
|
|
1020
|
-
const e = /^#([A-Fa-f0-9]{3}){1,2}$/.test(
|
|
1021
|
-
return
|
|
1026
|
+
validator(p) {
|
|
1027
|
+
const e = /^#([A-Fa-f0-9]{3}){1,2}$/.test(p), n = /^\$color-[a-zA-Z0-9-]+$/.test(p);
|
|
1028
|
+
return p ? e || n : !0;
|
|
1022
1029
|
}
|
|
1023
1030
|
},
|
|
1024
1031
|
id: {
|
|
@@ -1026,8 +1033,8 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
1026
1033
|
required: !1
|
|
1027
1034
|
}
|
|
1028
1035
|
},
|
|
1029
|
-
setup(
|
|
1030
|
-
const e =
|
|
1036
|
+
setup(p) {
|
|
1037
|
+
const e = p, n = w(() => {
|
|
1031
1038
|
var t;
|
|
1032
1039
|
return !e.backgroundColor || (t = e.backgroundColor) != null && t.startsWith("$") ? {} : { backgroundColor: e.backgroundColor };
|
|
1033
1040
|
}), i = w(() => {
|
|
@@ -1037,7 +1044,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
1037
1044
|
return (t, o) => (s(), l("section", {
|
|
1038
1045
|
style: te(n.value),
|
|
1039
1046
|
class: m(i.value),
|
|
1040
|
-
id:
|
|
1047
|
+
id: p.id || void 0
|
|
1041
1048
|
}, [
|
|
1042
1049
|
C(ie, null, {
|
|
1043
1050
|
default: T(() => [
|
|
@@ -1047,7 +1054,7 @@ const Bt = /* @__PURE__ */ N(Ee, [["render", Ve], ["__scopeId", "data-v-adc8d02f
|
|
|
1047
1054
|
})
|
|
1048
1055
|
], 14, Tt));
|
|
1049
1056
|
}
|
|
1050
|
-
}), Wt = /* @__PURE__ */
|
|
1057
|
+
}), Wt = /* @__PURE__ */ L(Et, [["__scopeId", "data-v-2b3ad016"]]);
|
|
1051
1058
|
export {
|
|
1052
1059
|
At as SlpBreadcrumb,
|
|
1053
1060
|
Q as SlpButton,
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.slp-btn[data-v-c6fd7cb9]{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-c6fd7cb9]:hover{cursor:pointer}.slp-btn-primary[data-v-c6fd7cb9]{background-color:#171321;color:#fff;border:1px solid #171321}.slp-btn-primary[data-v-c6fd7cb9]:hover{background-color:#fff;color:#171321;border:1px solid #171321}.slp-btn-primary.slp-btn-disabled[data-v-c6fd7cb9]{background-color:#d1d0d3;border:1px solid #D1D0D3;color:#74717a}.slp-btn-primary.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:#d1d0d3;cursor:default}.slp-btn-secondary[data-v-c6fd7cb9]{background-color:#fff;color:#171321;border:none}.slp-btn-secondary[data-v-c6fd7cb9]:hover{border:none;outline:none;background-color:#e8e7eb;color:#171321}.slp-btn-secondary.slp-btn-disabled[data-v-c6fd7cb9]{color:#d1d0d3}.slp-btn-secondary.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary[data-v-c6fd7cb9]{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-c6fd7cb9]:hover{text-decoration-color:#171321;-webkit-text-decoration:underline}.slp-btn-tertiary[data-v-c6fd7cb9]:hover .slp-icon{transform:translate(8px)}.slp-btn-tertiary[data-v-c6fd7cb9] .slp-icon{margin-left:4px;transition:transform .2s ease-in-out}.slp-btn-tertiary.slp-btn-disabled[data-v-c6fd7cb9]{color:#d1d0d3;text-decoration:none}.slp-btn-tertiary.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary.slp-btn-disabled[data-v-c6fd7cb9]:hover .slp-icon{transform:none}.slp-btn-icon[data-v-c6fd7cb9]{min-width:unset;font-size:0px;line-height:unset;border:none;background-color:transparent;padding:8px}.slp-btn-icon.slp-btn-disabled[data-v-c6fd7cb9]{pointer-events:none;opacity:.5}.slp-btn-ghost[data-v-c6fd7cb9]{border:none;background-color:transparent;padding:8px;font-size:inherit;font-weight:inherit;line-height:inherit}.slp-btn-ghost.slp-btn-disabled[data-v-c6fd7cb9]{pointer-events:none;opacity:.5}.slp-btn-outline[data-v-c6fd7cb9]{background-color:transparent;color:#171321;border:1px solid #171321}.slp-btn-outline[data-v-c6fd7cb9]:hover{background-color:#e8e7eb;color:#171321;border:1px solid #171321}.slp-btn-outline.slp-btn-disabled[data-v-c6fd7cb9]{color:#d1d0d3;border:1px solid #F2F1F5}.slp-btn-outline.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:transparent;cursor:default}@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-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-primary-200[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-primary-300[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-secondary-100[data-v-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-secondary-200[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-secondary-300[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-surface-50[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-surface-100[data-v-c3411281]{color:#f2f1f5;fill:#f2f1f5}.slp-icon--color-surface-200[data-v-c3411281]{color:#e8e7eb;fill:#e8e7eb}.slp-icon--color-surface-300[data-v-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-surface-400[data-v-c3411281]{color:#a2a1a6;fill:#a2a1a6}.slp-icon--color-surface-500[data-v-c3411281]{color:#74717a;fill:#74717a}.slp-icon--color-surface-600[data-v-c3411281]{color:#45424d;fill:#45424d}.slp-icon--color-surface-700[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-surface-800[data-v-c3411281]{color:#f6f3fe;fill:#f6f3fe}.slp-icon--color-surface-900[data-v-c3411281]{color:#eee7fd;fill:#eee7fd}.slp-icon--color-surface-950[data-v-c3411281]{color:#e3d6ff;fill:#e3d6ff}.slp-icon--color-text-50[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-text-100[data-v-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-text-200[data-v-c3411281]{color:#74717a;fill:#74717a}.slp-icon--color-text-300[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-text-link-100[data-v-c3411281]{color:#7759c2;fill:#7759c2}.slp-icon--color-alert-100[data-v-c3411281]{color:#ffd4d8;fill:#ffd4d8}.slp-icon--color-alert-200[data-v-c3411281]{color:#f24f63;fill:#f24f63}.slp-icon--color-alert-300[data-v-c3411281]{color:#cb3446;fill:#cb3446}.slp-icon--color-warning-100[data-v-c3411281]{color:#ffefc7;fill:#ffefc7}.slp-icon--color-warning-200[data-v-c3411281]{color:#ffda7a;fill:#ffda7a}.slp-icon--color-warning-300[data-v-c3411281]{color:#ffb800;fill:#ffb800}.slp-icon--color-success-100[data-v-c3411281]{color:#b8e5bc;fill:#b8e5bc}.slp-icon--color-success-200[data-v-c3411281]{color:#48a651;fill:#48a651}.slp-icon--color-success-300[data-v-c3411281]{color:#327338;fill:#327338}.slp-icon--color-info-100[data-v-c3411281]{color:#d6eaff;fill:#d6eaff}.slp-icon--color-info-200[data-v-c3411281]{color:#70b4ff;fill:#70b4ff}.slp-icon--color-info-300[data-v-c3411281]{color:#3979bf;fill:#3979bf}.slp-icon--color-accent-100[data-v-c3411281]{color:#fca326;fill:#fca326}.slp-icon--color-accent-200[data-v-c3411281]{color:#fc6d26;fill:#fc6d26}.slp-icon--color-accent-300[data-v-c3411281]{color:#e24329;fill:#e24329}.slp-icon--color-accent-400[data-v-c3411281]{color:#a989f5;fill:#a989f5}.slp-icon--color-accent-500[data-v-c3411281]{color:#7759c2;fill:#7759c2}.slp-icon--size-xs[data-v-c3411281]{width:12px;height:12px}.slp-icon--size-sm[data-v-c3411281]{width:16px;height:16px}.slp-icon--size-md[data-v-c3411281]{width:24px;height:24px}.slp-icon--size-lg[data-v-c3411281]{width:32px;height:32px}.slp-icon--size-xl[data-v-c3411281]{width:48px;height:48px}.slp-icon[data-v-c3411281]{display:inline-flex;vertical-align:middle}.slp-icon div[data-v-c3411281]{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-1bd8ef5a]{display:flex}.side-navigation-layout--left[data-v-1bd8ef5a]{flex-direction:row}.side-navigation-layout--right[data-v-1bd8ef5a]{flex-direction:row-reverse}@media (max-width: 1024px){.side-navigation-layout[data-v-1bd8ef5a]{flex-direction:column}}.side-navigation[data-v-1bd8ef5a]{height:fit-content;padding:0 8px 96px;position:sticky;top:140px;display:none}@media (min-width: 1025px){.side-navigation[data-v-1bd8ef5a]{display:block}}.side-navigation__item[data-v-1bd8ef5a]{padding:12px 0}.side-navigation__item[data-v-1bd8ef5a]:first-child{margin-top:0}.side-navigation__link[data-v-1bd8ef5a]{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-1bd8ef5a]:hover{opacity:1}.side-navigation__link--active[data-v-1bd8ef5a]{opacity:1;box-shadow:inset 0 -2px #7759c2}.side-navigation--dark .side-navigation__link[data-v-1bd8ef5a]{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-1bd8ef5a]:hover{color:#d1d0d3;box-shadow:none}.side-navigation--dark .side-navigation__link--active[data-v-1bd8ef5a]{color:#fff;box-shadow:inset 0 -2px #7759c2}.side-navigation-dropdown[data-v-1bd8ef5a]{display:block;margin:16px 0;position:sticky;top:132px;background-color:#fff;z-index:100}@media (min-width: 1025px){.side-navigation-dropdown[data-v-1bd8ef5a]{display:none}}.side-navigation-dropdown .dropdown-toggle[data-v-1bd8ef5a]{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-1bd8ef5a]{list-style:none;border:1px solid #D1D0D3;box-shadow:0 4px 6px #0000001a;border-radius:0 0 4px 4px;border-top:none;padding:16px 8px;max-height:70vh;overflow-y:scroll}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-1bd8ef5a]{padding:10px 16px}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-1bd8ef5a]:last-child{border-bottom:none}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-1bd8ef5a]{text-decoration:none;display:block;color:#171321}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-1bd8ef5a]:hover{font-weight:500}.side-navigation-content[data-v-1bd8ef5a]{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-bd9281e3]{background-color:#fff;position:sticky;left:0;right:0;top:20px;z-index:100}.dropdown .horizontal-rule[data-v-bd9281e3]{border-top-width:1px;border-top:1px solid #D1D0D3}.dropdown.hide .dropdown__button[data-v-bd9281e3]{border-radius:4px!important}.dropdown.hide .dropdown__list[data-v-bd9281e3]{display:none}.dropdown .nav-heading[data-v-bd9281e3]{font-size:12px;margin-bottom:8px;padding:0 16px}.dropdown__button[data-v-bd9281e3]{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-bd9281e3]{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-bd9281e3]{width:100%;color:#171321;text-decoration:none;display:flex;align-items:center;justify-content:space-between;margin-left:8px}#collapsible-sidebar-wrapper[data-v-32a730be]{display:flex}#collapsible-sidebar-wrapper #collapsible-sidebar[data-v-32a730be]{min-width:300px;position:sticky;padding:0 32px 32px;top:0;align-self:flex-start;overflow-y:auto;max-height:calc(100vh - 96px);height:100%}#collapsible-sidebar-wrapper #collapsible-sidebar .nav-heading[data-v-32a730be]{margin-bottom:8px}#collapsible-sidebar-wrapper #collapsible-sidebar .anchors[data-v-32a730be]{margin-bottom:32px}@media (min-width: 768px){.mobile[data-v-32a730be]{display:none!important}}@media (max-width: 768px){.desktop[data-v-32a730be]{display:none!important}}.slp-tooltip[data-v-0412a63f]{position:relative;display:inline-block;border-bottom:1px dashed #171321}.slp-tooltip.button-mode[data-v-0412a63f]{cursor:pointer}.slp-tooltip.no-border[data-v-0412a63f]{border:none}.slp-tooltip:hover .slp-tooltip__content[data-v-0412a63f]{opacity:1}.slp-tooltip__list[data-v-0412a63f]{list-style:inside disc;list-style-position:outside;margin-left:16px}.slp-tooltip__list li[data-v-0412a63f]{margin-bottom:8px}.slp-tooltip__wrapper[data-v-0412a63f]{pointer-events:none;text-align:left;position:relative}.slp-tooltip__content[data-v-0412a63f]{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-0412a63f]{opacity:0}.slp-tooltip__content[data-v-0412a63f]:before{content:"";display:block;width:0;height:0;position:absolute;left:-8px;top:50px}.slp-tooltip__content.top[data-v-0412a63f]{bottom:30px;left:50%}.slp-tooltip__content.top[data-v-0412a63f]: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-0412a63f]{top:28px;left:50%}.slp-tooltip__content.bottom[data-v-0412a63f]: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-0412a63f]{top:50%;left:100%;transform:translateY(-50%)}.slp-tooltip__content.right[data-v-0412a63f]: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-0412a63f] a{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.breadcrumb[data-v-6894f4b8]{display:flex}.breadcrumb__crumb[data-v-6894f4b8]{display:flex;align-items:center;color:#7759c2;position:relative}.breadcrumb__crumb__tooltip[data-v-6894f4b8]{font-size:.875rem;border-bottom:none!important}.breadcrumb__crumb a span[data-v-6894f4b8]{white-space:nowrap}.breadcrumb__crumb[data-v-6894f4b8]:not(.breadcrumb__crumb--disabled):hover{text-decoration:underline}.breadcrumb__crumb--mobile[data-v-6894f4b8]{overflow:hidden}.breadcrumb__crumb--mobile a[data-v-6894f4b8]{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--mobile span[data-v-6894f4b8]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--disabled[data-v-6894f4b8]{color:#74717a}.breadcrumb__crumb--disabled a[data-v-6894f4b8],.breadcrumb__crumb--disabled a[data-v-6894f4b8]:hover,.breadcrumb__crumb--disabled a[data-v-6894f4b8]:focus,.breadcrumb__crumb--disabled a[data-v-6894f4b8]:active{cursor:auto;text-decoration:none}.breadcrumb__crumb a[data-v-6894f4b8]{color:inherit}.breadcrumb__chevron[data-v-6894f4b8]{margin:0 10px 0 6px}.dropdown[data-v-4a5d0657]{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-c6fd7cb9]{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-c6fd7cb9]:hover{cursor:pointer}.slp-btn-primary[data-v-c6fd7cb9]{background-color:#171321;color:#fff;border:1px solid #171321}.slp-btn-primary[data-v-c6fd7cb9]:hover{background-color:#fff;color:#171321;border:1px solid #171321}.slp-btn-primary.slp-btn-disabled[data-v-c6fd7cb9]{background-color:#d1d0d3;border:1px solid #D1D0D3;color:#74717a}.slp-btn-primary.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:#d1d0d3;cursor:default}.slp-btn-secondary[data-v-c6fd7cb9]{background-color:#fff;color:#171321;border:none}.slp-btn-secondary[data-v-c6fd7cb9]:hover{border:none;outline:none;background-color:#e8e7eb;color:#171321}.slp-btn-secondary.slp-btn-disabled[data-v-c6fd7cb9]{color:#d1d0d3}.slp-btn-secondary.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary[data-v-c6fd7cb9]{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-c6fd7cb9]:hover{text-decoration-color:#171321;-webkit-text-decoration:underline}.slp-btn-tertiary[data-v-c6fd7cb9]:hover .slp-icon{transform:translate(8px)}.slp-btn-tertiary[data-v-c6fd7cb9] .slp-icon{margin-left:4px;transition:transform .2s ease-in-out}.slp-btn-tertiary.slp-btn-disabled[data-v-c6fd7cb9]{color:#d1d0d3;text-decoration:none}.slp-btn-tertiary.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary.slp-btn-disabled[data-v-c6fd7cb9]:hover .slp-icon{transform:none}.slp-btn-icon[data-v-c6fd7cb9]{min-width:unset;font-size:0px;line-height:unset;border:none;background-color:transparent;padding:8px}.slp-btn-icon.slp-btn-disabled[data-v-c6fd7cb9]{pointer-events:none;opacity:.5}.slp-btn-ghost[data-v-c6fd7cb9]{border:none;background-color:transparent;padding:8px;font-size:inherit;font-weight:inherit;line-height:inherit}.slp-btn-ghost.slp-btn-disabled[data-v-c6fd7cb9]{pointer-events:none;opacity:.5}.slp-btn-outline[data-v-c6fd7cb9]{background-color:transparent;color:#171321;border:1px solid #171321}.slp-btn-outline[data-v-c6fd7cb9]:hover{background-color:#e8e7eb;color:#171321;border:1px solid #171321}.slp-btn-outline.slp-btn-disabled[data-v-c6fd7cb9]{color:#d1d0d3;border:1px solid #F2F1F5}.slp-btn-outline.slp-btn-disabled[data-v-c6fd7cb9]:hover{background-color:transparent;cursor:default}@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-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-primary-200[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-primary-300[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-secondary-100[data-v-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-secondary-200[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-secondary-300[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-surface-50[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-surface-100[data-v-c3411281]{color:#f2f1f5;fill:#f2f1f5}.slp-icon--color-surface-200[data-v-c3411281]{color:#e8e7eb;fill:#e8e7eb}.slp-icon--color-surface-300[data-v-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-surface-400[data-v-c3411281]{color:#a2a1a6;fill:#a2a1a6}.slp-icon--color-surface-500[data-v-c3411281]{color:#74717a;fill:#74717a}.slp-icon--color-surface-600[data-v-c3411281]{color:#45424d;fill:#45424d}.slp-icon--color-surface-700[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-surface-800[data-v-c3411281]{color:#f6f3fe;fill:#f6f3fe}.slp-icon--color-surface-900[data-v-c3411281]{color:#eee7fd;fill:#eee7fd}.slp-icon--color-surface-950[data-v-c3411281]{color:#e3d6ff;fill:#e3d6ff}.slp-icon--color-text-50[data-v-c3411281]{color:#fff;fill:#fff}.slp-icon--color-text-100[data-v-c3411281]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-text-200[data-v-c3411281]{color:#74717a;fill:#74717a}.slp-icon--color-text-300[data-v-c3411281]{color:#171321;fill:#171321}.slp-icon--color-text-link-100[data-v-c3411281]{color:#7759c2;fill:#7759c2}.slp-icon--color-alert-100[data-v-c3411281]{color:#ffd4d8;fill:#ffd4d8}.slp-icon--color-alert-200[data-v-c3411281]{color:#f24f63;fill:#f24f63}.slp-icon--color-alert-300[data-v-c3411281]{color:#cb3446;fill:#cb3446}.slp-icon--color-warning-100[data-v-c3411281]{color:#ffefc7;fill:#ffefc7}.slp-icon--color-warning-200[data-v-c3411281]{color:#ffda7a;fill:#ffda7a}.slp-icon--color-warning-300[data-v-c3411281]{color:#ffb800;fill:#ffb800}.slp-icon--color-success-100[data-v-c3411281]{color:#b8e5bc;fill:#b8e5bc}.slp-icon--color-success-200[data-v-c3411281]{color:#48a651;fill:#48a651}.slp-icon--color-success-300[data-v-c3411281]{color:#327338;fill:#327338}.slp-icon--color-info-100[data-v-c3411281]{color:#d6eaff;fill:#d6eaff}.slp-icon--color-info-200[data-v-c3411281]{color:#70b4ff;fill:#70b4ff}.slp-icon--color-info-300[data-v-c3411281]{color:#3979bf;fill:#3979bf}.slp-icon--color-accent-100[data-v-c3411281]{color:#fca326;fill:#fca326}.slp-icon--color-accent-200[data-v-c3411281]{color:#fc6d26;fill:#fc6d26}.slp-icon--color-accent-300[data-v-c3411281]{color:#e24329;fill:#e24329}.slp-icon--color-accent-400[data-v-c3411281]{color:#a989f5;fill:#a989f5}.slp-icon--color-accent-500[data-v-c3411281]{color:#7759c2;fill:#7759c2}.slp-icon--size-xs[data-v-c3411281]{width:12px;height:12px}.slp-icon--size-sm[data-v-c3411281]{width:16px;height:16px}.slp-icon--size-md[data-v-c3411281]{width:24px;height:24px}.slp-icon--size-lg[data-v-c3411281]{width:32px;height:32px}.slp-icon--size-xl[data-v-c3411281]{width:48px;height:48px}.slp-icon[data-v-c3411281]{display:inline-flex;vertical-align:middle}.slp-icon div[data-v-c3411281]{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-3cc08323]{display:flex}.side-navigation-layout--left[data-v-3cc08323]{flex-direction:row}.side-navigation-layout--right[data-v-3cc08323]{flex-direction:row-reverse}@media (max-width: 1024px){.side-navigation-layout[data-v-3cc08323]{flex-direction:column}}.side-navigation[data-v-3cc08323]{height:fit-content;padding:0 8px 96px;position:sticky;top:140px;display:none}@media (min-width: 1025px){.side-navigation[data-v-3cc08323]{display:block}}.side-navigation__item[data-v-3cc08323]{padding:12px 0}.side-navigation__item[data-v-3cc08323]:first-child{margin-top:0}.side-navigation__link[data-v-3cc08323]{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-3cc08323]:hover{opacity:1}.side-navigation__link--active[data-v-3cc08323]{opacity:1;box-shadow:inset 0 -2px #7759c2}.side-navigation--dark .side-navigation__link[data-v-3cc08323]{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-3cc08323]:hover{color:#d1d0d3;box-shadow:none}.side-navigation--dark .side-navigation__link--active[data-v-3cc08323]{color:#fff;box-shadow:inset 0 -2px #7759c2}.side-navigation-dropdown[data-v-3cc08323]{display:block;margin:16px 0;position:sticky;top:132px;background-color:#fff;z-index:100}@media (min-width: 1025px){.side-navigation-dropdown[data-v-3cc08323]{display:none}}.side-navigation-dropdown .dropdown-toggle[data-v-3cc08323]{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-3cc08323]{list-style:none;border:1px solid #D1D0D3;box-shadow:0 4px 6px #0000001a;border-radius:0 0 4px 4px;border-top:none;padding:16px 8px;max-height:70vh;overflow-y:scroll}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-3cc08323]{padding:10px 16px}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-3cc08323]:last-child{border-bottom:none}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-3cc08323]{text-decoration:none;display:block;color:#171321}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-3cc08323]:hover{font-weight:500}.side-navigation-content[data-v-3cc08323]{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-bd9281e3]{background-color:#fff;position:sticky;left:0;right:0;top:20px;z-index:100}.dropdown .horizontal-rule[data-v-bd9281e3]{border-top-width:1px;border-top:1px solid #D1D0D3}.dropdown.hide .dropdown__button[data-v-bd9281e3]{border-radius:4px!important}.dropdown.hide .dropdown__list[data-v-bd9281e3]{display:none}.dropdown .nav-heading[data-v-bd9281e3]{font-size:12px;margin-bottom:8px;padding:0 16px}.dropdown__button[data-v-bd9281e3]{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-bd9281e3]{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-bd9281e3]{width:100%;color:#171321;text-decoration:none;display:flex;align-items:center;justify-content:space-between;margin-left:8px}#collapsible-sidebar-wrapper[data-v-32a730be]{display:flex}#collapsible-sidebar-wrapper #collapsible-sidebar[data-v-32a730be]{min-width:300px;position:sticky;padding:0 32px 32px;top:0;align-self:flex-start;overflow-y:auto;max-height:calc(100vh - 96px);height:100%}#collapsible-sidebar-wrapper #collapsible-sidebar .nav-heading[data-v-32a730be]{margin-bottom:8px}#collapsible-sidebar-wrapper #collapsible-sidebar .anchors[data-v-32a730be]{margin-bottom:32px}@media (min-width: 768px){.mobile[data-v-32a730be]{display:none!important}}@media (max-width: 768px){.desktop[data-v-32a730be]{display:none!important}}.slp-tooltip[data-v-0412a63f]{position:relative;display:inline-block;border-bottom:1px dashed #171321}.slp-tooltip.button-mode[data-v-0412a63f]{cursor:pointer}.slp-tooltip.no-border[data-v-0412a63f]{border:none}.slp-tooltip:hover .slp-tooltip__content[data-v-0412a63f]{opacity:1}.slp-tooltip__list[data-v-0412a63f]{list-style:inside disc;list-style-position:outside;margin-left:16px}.slp-tooltip__list li[data-v-0412a63f]{margin-bottom:8px}.slp-tooltip__wrapper[data-v-0412a63f]{pointer-events:none;text-align:left;position:relative}.slp-tooltip__content[data-v-0412a63f]{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-0412a63f]{opacity:0}.slp-tooltip__content[data-v-0412a63f]:before{content:"";display:block;width:0;height:0;position:absolute;left:-8px;top:50px}.slp-tooltip__content.top[data-v-0412a63f]{bottom:30px;left:50%}.slp-tooltip__content.top[data-v-0412a63f]: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-0412a63f]{top:28px;left:50%}.slp-tooltip__content.bottom[data-v-0412a63f]: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-0412a63f]{top:50%;left:100%;transform:translateY(-50%)}.slp-tooltip__content.right[data-v-0412a63f]: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-0412a63f] a{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.breadcrumb[data-v-6894f4b8]{display:flex}.breadcrumb__crumb[data-v-6894f4b8]{display:flex;align-items:center;color:#7759c2;position:relative}.breadcrumb__crumb__tooltip[data-v-6894f4b8]{font-size:.875rem;border-bottom:none!important}.breadcrumb__crumb a span[data-v-6894f4b8]{white-space:nowrap}.breadcrumb__crumb[data-v-6894f4b8]:not(.breadcrumb__crumb--disabled):hover{text-decoration:underline}.breadcrumb__crumb--mobile[data-v-6894f4b8]{overflow:hidden}.breadcrumb__crumb--mobile a[data-v-6894f4b8]{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--mobile span[data-v-6894f4b8]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--disabled[data-v-6894f4b8]{color:#74717a}.breadcrumb__crumb--disabled a[data-v-6894f4b8],.breadcrumb__crumb--disabled a[data-v-6894f4b8]:hover,.breadcrumb__crumb--disabled a[data-v-6894f4b8]:focus,.breadcrumb__crumb--disabled a[data-v-6894f4b8]:active{cursor:auto;text-decoration:none}.breadcrumb__crumb a[data-v-6894f4b8]{color:inherit}.breadcrumb__chevron[data-v-6894f4b8]{margin:0 10px 0 6px}.dropdown[data-v-4a5d0657]{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}
|