@goodhood-web/ui 1.2.0-development.8 → 1.2.0-development.9
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/index.mjs
CHANGED
|
@@ -322,8 +322,8 @@ function Ir() {
|
|
|
322
322
|
}
|
|
323
323
|
return "";
|
|
324
324
|
}
|
|
325
|
-
var
|
|
326
|
-
function
|
|
325
|
+
var ze = Object.prototype.hasOwnProperty, Ut = {}, Yt = C.ReactDebugCurrentFrame;
|
|
326
|
+
function Ke(s) {
|
|
327
327
|
if (s) {
|
|
328
328
|
var g = s._owner, R = Re(s.type, s._source, g ? g.type : null);
|
|
329
329
|
Yt.setExtraStackFrame(R);
|
|
@@ -332,7 +332,7 @@ function Ir() {
|
|
|
332
332
|
}
|
|
333
333
|
function fr(s, g, R, A, J) {
|
|
334
334
|
{
|
|
335
|
-
var ae = Function.call.bind(
|
|
335
|
+
var ae = Function.call.bind(ze);
|
|
336
336
|
for (var z in s)
|
|
337
337
|
if (ae(s, z)) {
|
|
338
338
|
var Z = void 0;
|
|
@@ -345,7 +345,7 @@ function Ir() {
|
|
|
345
345
|
} catch (le) {
|
|
346
346
|
Z = le;
|
|
347
347
|
}
|
|
348
|
-
Z && !(Z instanceof Error) && (
|
|
348
|
+
Z && !(Z instanceof Error) && (Ke(J), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", A || "React class", R, z, typeof Z), Ke(null)), Z instanceof Error && !(Z.message in Ut) && (Ut[Z.message] = !0, Ke(J), S("Failed %s type: %s", R, Z.message), Ke(null));
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -381,7 +381,7 @@ function Ir() {
|
|
|
381
381
|
}, Xt, Gt, pt;
|
|
382
382
|
pt = {};
|
|
383
383
|
function gr(s) {
|
|
384
|
-
if (
|
|
384
|
+
if (ze.call(s, "ref")) {
|
|
385
385
|
var g = Object.getOwnPropertyDescriptor(s, "ref").get;
|
|
386
386
|
if (g && g.isReactWarning)
|
|
387
387
|
return !1;
|
|
@@ -389,7 +389,7 @@ function Ir() {
|
|
|
389
389
|
return s.ref !== void 0;
|
|
390
390
|
}
|
|
391
391
|
function vr(s) {
|
|
392
|
-
if (
|
|
392
|
+
if (ze.call(s, "key")) {
|
|
393
393
|
var g = Object.getOwnPropertyDescriptor(s, "key").get;
|
|
394
394
|
if (g && g.isReactWarning)
|
|
395
395
|
return !1;
|
|
@@ -458,7 +458,7 @@ function Ir() {
|
|
|
458
458
|
var ae, z = {}, Z = null, he = null;
|
|
459
459
|
R !== void 0 && (Kt(R), Z = "" + R), vr(g) && (Kt(g.key), Z = "" + g.key), gr(g) && (he = g.ref, wr(g, J));
|
|
460
460
|
for (ae in g)
|
|
461
|
-
|
|
461
|
+
ze.call(g, ae) && !pr.hasOwnProperty(ae) && (z[ae] = g[ae]);
|
|
462
462
|
if (s && s.defaultProps) {
|
|
463
463
|
var le = s.defaultProps;
|
|
464
464
|
for (ae in le)
|
|
@@ -691,7 +691,7 @@ function jt(e, t) {
|
|
|
691
691
|
a = o[i], !(t.indexOf(a) >= 0) && (n[a] = e[a]);
|
|
692
692
|
return n;
|
|
693
693
|
}
|
|
694
|
-
var Lt = { exports: {} },
|
|
694
|
+
var Lt = { exports: {} }, Xe = { exports: {} }, Q = {};
|
|
695
695
|
/** @license React v16.13.1
|
|
696
696
|
* react-is.production.min.js
|
|
697
697
|
*
|
|
@@ -861,7 +861,7 @@ function qr() {
|
|
|
861
861
|
}
|
|
862
862
|
var un;
|
|
863
863
|
function Wn() {
|
|
864
|
-
return un || (un = 1, process.env.NODE_ENV === "production" ?
|
|
864
|
+
return un || (un = 1, process.env.NODE_ENV === "production" ? Xe.exports = Zr() : Xe.exports = qr()), Xe.exports;
|
|
865
865
|
}
|
|
866
866
|
/*
|
|
867
867
|
object-assign
|
|
@@ -1917,7 +1917,7 @@ function _o(e = {}) {
|
|
|
1917
1917
|
value: x
|
|
1918
1918
|
};
|
|
1919
1919
|
}
|
|
1920
|
-
const tt = Math.min, Se = Math.max, nt = Math.round,
|
|
1920
|
+
const tt = Math.min, Se = Math.max, nt = Math.round, Ge = Math.floor, _e = (e) => ({
|
|
1921
1921
|
x: e,
|
|
1922
1922
|
y: e
|
|
1923
1923
|
}), ko = {
|
|
@@ -2364,7 +2364,7 @@ function we(e) {
|
|
|
2364
2364
|
function bn(e) {
|
|
2365
2365
|
return typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof me(e).ShadowRoot;
|
|
2366
2366
|
}
|
|
2367
|
-
function
|
|
2367
|
+
function Ye(e) {
|
|
2368
2368
|
const {
|
|
2369
2369
|
overflow: t,
|
|
2370
2370
|
overflowX: n,
|
|
@@ -2421,13 +2421,13 @@ function Ve(e) {
|
|
|
2421
2421
|
}
|
|
2422
2422
|
function er(e) {
|
|
2423
2423
|
const t = Ve(e);
|
|
2424
|
-
return dt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : we(t) &&
|
|
2424
|
+
return dt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : we(t) && Ye(t) ? t : er(t);
|
|
2425
2425
|
}
|
|
2426
|
-
function
|
|
2426
|
+
function Ue(e, t, n) {
|
|
2427
2427
|
var o;
|
|
2428
2428
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
2429
2429
|
const a = er(e), i = a === ((o = e.ownerDocument) == null ? void 0 : o.body), l = me(a);
|
|
2430
|
-
return i ? t.concat(l, l.visualViewport || [],
|
|
2430
|
+
return i ? t.concat(l, l.visualViewport || [], Ye(a) ? a : [], l.frameElement && n ? Ue(l.frameElement) : []) : t.concat(a, Ue(a, [], n));
|
|
2431
2431
|
}
|
|
2432
2432
|
function tr(e) {
|
|
2433
2433
|
const t = ve(e);
|
|
@@ -2525,7 +2525,7 @@ function No(e) {
|
|
|
2525
2525
|
scrollTop: 0
|
|
2526
2526
|
}, u = _e(1);
|
|
2527
2527
|
const d = _e(0), f = we(o);
|
|
2528
|
-
if ((f || !f && a !== "fixed") && ((ke(o) !== "body" ||
|
|
2528
|
+
if ((f || !f && a !== "fixed") && ((ke(o) !== "body" || Ye(i)) && (c = ht(o)), we(o))) {
|
|
2529
2529
|
const m = Te(o);
|
|
2530
2530
|
u = Ae(o), d.x = m.x + o.clientLeft, d.y = m.y + o.clientTop;
|
|
2531
2531
|
}
|
|
@@ -2603,12 +2603,12 @@ function qo(e, t) {
|
|
|
2603
2603
|
const n = t.get(e);
|
|
2604
2604
|
if (n)
|
|
2605
2605
|
return n;
|
|
2606
|
-
let o =
|
|
2606
|
+
let o = Ue(e, [], !1).filter((c) => be(c) && ke(c) !== "body"), a = null;
|
|
2607
2607
|
const i = ve(e).position === "fixed";
|
|
2608
2608
|
let l = i ? Ve(e) : e;
|
|
2609
2609
|
for (; be(l) && !dt(l); ) {
|
|
2610
2610
|
const c = ve(l), u = Dt(l);
|
|
2611
|
-
!u && c.position === "fixed" && (a = null), (i ? !u && !a : !u && c.position === "static" && !!a && ["absolute", "fixed"].includes(a.position) ||
|
|
2611
|
+
!u && c.position === "fixed" && (a = null), (i ? !u && !a : !u && c.position === "static" && !!a && ["absolute", "fixed"].includes(a.position) || Ye(l) && !u && ar(e, l)) ? o = o.filter((f) => f !== l) : a = c, l = Ve(l);
|
|
2612
2612
|
}
|
|
2613
2613
|
return t.set(e, o), o;
|
|
2614
2614
|
}
|
|
@@ -2648,7 +2648,7 @@ function zo(e, t, n, o) {
|
|
|
2648
2648
|
};
|
|
2649
2649
|
const d = _e(0);
|
|
2650
2650
|
if (a || !a && !l)
|
|
2651
|
-
if ((ke(t) !== "body" ||
|
|
2651
|
+
if ((ke(t) !== "body" || Ye(i)) && (u = ht(t)), a) {
|
|
2652
2652
|
const x = Te(t, !0, l, t);
|
|
2653
2653
|
d.x = x.x + t.clientLeft, d.y = x.y + t.clientTop;
|
|
2654
2654
|
} else
|
|
@@ -2717,7 +2717,7 @@ function Jo(e, t) {
|
|
|
2717
2717
|
} = e.getBoundingClientRect();
|
|
2718
2718
|
if (c || t(), !m || !E)
|
|
2719
2719
|
return;
|
|
2720
|
-
const v =
|
|
2720
|
+
const v = Ge(f), k = Ge(a.clientWidth - (d + m)), x = Ge(a.clientHeight - (f + E)), $ = Ge(d), S = {
|
|
2721
2721
|
rootMargin: -v + "px " + -k + "px " + -x + "px " + -$ + "px",
|
|
2722
2722
|
threshold: Se(0, tt(1, u)) || 1
|
|
2723
2723
|
};
|
|
@@ -2754,7 +2754,7 @@ function kn(e, t, n, o) {
|
|
|
2754
2754
|
elementResize: l = typeof ResizeObserver == "function",
|
|
2755
2755
|
layoutShift: c = typeof IntersectionObserver == "function",
|
|
2756
2756
|
animationFrame: u = !1
|
|
2757
|
-
} = o, d = qt(e), f = a || i ? [...d ?
|
|
2757
|
+
} = o, d = qt(e), f = a || i ? [...d ? Ue(d) : [], ...Ue(t)] : [];
|
|
2758
2758
|
f.forEach((C) => {
|
|
2759
2759
|
a && C.addEventListener("scroll", n, {
|
|
2760
2760
|
passive: !0
|
|
@@ -3692,31 +3692,26 @@ const ql = "_listItem_4dqbs_108", Ul = "_navItem_4dqbs_111", Yl = "_selector_4dq
|
|
|
3692
3692
|
children: n
|
|
3693
3693
|
}
|
|
3694
3694
|
);
|
|
3695
|
-
}, Jl = "
|
|
3695
|
+
}, Jl = "_wrapper_69m2j_108", Je = {
|
|
3696
3696
|
wrapper: Jl,
|
|
3697
|
-
"wrapper--
|
|
3698
|
-
"wrapper--
|
|
3699
|
-
"wrapper--
|
|
3700
|
-
|
|
3701
|
-
}, bc = ({
|
|
3702
|
-
className: e,
|
|
3703
|
-
icon: t,
|
|
3704
|
-
variant: n
|
|
3705
|
-
}) => {
|
|
3697
|
+
"wrapper--large": "_wrapper--large_69m2j_119",
|
|
3698
|
+
"wrapper--small": "_wrapper--small_69m2j_122",
|
|
3699
|
+
"wrapper--iconWrapper": "_wrapper--iconWrapper_69m2j_126"
|
|
3700
|
+
}, bc = ({ className: e, icon: t, size: n }) => {
|
|
3706
3701
|
const o = Ie(t, [We]);
|
|
3707
3702
|
return /* @__PURE__ */ P.jsx(
|
|
3708
3703
|
"div",
|
|
3709
3704
|
{
|
|
3710
|
-
className: ie(
|
|
3705
|
+
className: ie(Je.wrapper, e, {
|
|
3706
|
+
[Je[`wrapper--${n}`]]: n
|
|
3707
|
+
}),
|
|
3711
3708
|
"data-testid": "placeholder-thumbnail",
|
|
3712
3709
|
children: /* @__PURE__ */ P.jsx(
|
|
3713
3710
|
"div",
|
|
3714
3711
|
{
|
|
3715
|
-
className: ie(
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
Ue["wrapper--iconWrapper"]
|
|
3719
|
-
),
|
|
3712
|
+
className: ie(Je.wrapper, {
|
|
3713
|
+
[Je["wrapper--iconWrapper"]]: n === "large"
|
|
3714
|
+
}),
|
|
3720
3715
|
children: o
|
|
3721
3716
|
}
|
|
3722
3717
|
)
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { PlaceholderThumbnailProps } from './PlaceholderThumbnail.type';
|
|
2
|
-
declare const PlaceholderThumbnail: ({ className, icon,
|
|
2
|
+
declare const PlaceholderThumbnail: ({ className, icon, size }: PlaceholderThumbnailProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default PlaceholderThumbnail;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { IconProps } from '../Icon/Icon.types';
|
|
3
3
|
export type PlaceholderThumbnailProps = {
|
|
4
4
|
className?: string;
|
|
5
|
-
icon: ReactElement<IconProps>;
|
|
6
|
-
|
|
5
|
+
icon: React.ReactElement<IconProps>;
|
|
6
|
+
size: 'small' | 'large';
|
|
7
7
|
};
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._baseBtn_i7aqx_108{min-width:2rem;min-height:2rem;border:none;border-radius:0;cursor:pointer}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_eff9f_108{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#201649}._root--border-radius_eff9f_118{border-radius:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_exex3_108{padding:8px 0;color:inherit}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._iconComponent_1g3d7_108{display:block}._iconComponent_1g3d7_108 path{stroke:currentColor}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._iconButton_lxp7c_108{display:flex;width:auto;min-width:unset;height:auto;min-height:unset;flex-shrink:0;align-items:center;justify-content:center;color:#201649}._iconButton_lxp7c_108:disabled{background:none}._iconButton_lxp7c_108:hover,._iconButton_lxp7c_108:active{background:none}._iconButton--circular_lxp7c_128{border-radius:999px;background:#cae85d}._iconButton--circular_lxp7c_128:disabled{background:#fff}._iconButton--circular_lxp7c_128:hover{background:#b5d622}._iconButton--circular_lxp7c_128:active{background:#cae85d}._iconButton--circular-small_lxp7c_141{width:40px;height:40px}._iconButton--circular-medium_lxp7c_145{width:48px;height:48px}._iconButton--circular-large_lxp7c_149{width:56px;height:56px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_uwfhw_108{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_uwfhw_116{flex-grow:1;margin:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._dividerContainer_1uaxj_108{display:flex;align-items:center}._dividerLine_1uaxj_113{height:1px;flex-grow:1;background-color:#d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._fieldset_vnuh4_108{border:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._labelPill_1ij88_108{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#01819c}._labelPill_1ij88_108 span{color:#fff;line-height:16px;text-align:center}._labelPill--small_1ij88_120{height:20px;padding:0 8px}._labelPill--medium_1ij88_124{padding:4px 8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._legend_x7lnv_108{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_x7lnv_108 ._text_x7lnv_114{color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._menuItem_1gfbc_108{display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 8px;background-color:#fff;color:#201649;cursor:pointer;gap:8px;text-decoration:none}._menuItem_1gfbc_108 ._highlightFrame_1gfbc_120{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_1gfbc_108 ._rightIcon_1gfbc_128{display:inherit;margin-left:auto;color:#635c80}._menuItem--selected_1gfbc_133{color:#201649}._menuItem--selected_1gfbc_133 ._leftIcon_1gfbc_136{color:#738c00}._menuItem--selected_1gfbc_133 ._highlightFrame_1gfbc_120{background-color:#f2fbc4}._menuItem--selected_1gfbc_133:hover{color:#738c00}._menuItem_1gfbc_108:not(._menuItem--selected_1gfbc_133):hover{color:#635c80}._menuItem_1gfbc_108:not(._menuItem--selected_1gfbc_133):hover ._highlightFrame_1gfbc_120{background-color:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._navBar_ekff9_108{display:grid;padding:0 4px 24px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._h1_1lci6_108{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_1lci6_121{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_1lci6_134{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_1lci6_147{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_1lci6_160{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h6_1lci6_173{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:700;letter-spacing:1px;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_1lci6_186{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:800;letter-spacing:1px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_1lci6_199{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_1lci6_212{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_1lci6_225{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_1lci6_238{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_1lci6_251{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._detail-medium_1lci6_264{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_1lci6_277{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_1lci6_290{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._detail-regular_1lci6_303{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._listItem_4dqbs_108{list-style:none}._listItem_4dqbs_108 ._navItem_4dqbs_111{display:flex;width:100%;flex-direction:column;align-items:center;padding:0 4px 4px;color:#635c80;cursor:pointer}@media (min-width: 768px){._listItem_4dqbs_108 ._navItem_4dqbs_111{padding:0 8px 8px}}._listItem_4dqbs_108 ._navItem_4dqbs_111 ._selector_4dqbs_125{height:4px;align-self:stretch;border-radius:0 0 4px 4px;margin-bottom:4px;background-color:#cae85d;visibility:hidden}._listItem_4dqbs_108 ._navItem--active_4dqbs_133{padding-right:4px;padding-left:4px;color:#738c00}._listItem_4dqbs_108 ._navItem--active_4dqbs_133 ._selector_4dqbs_125{height:4px;align-self:stretch;border-radius:0 0 4px 4px;background-color:#cae85d;visibility:visible}._label_4dqbs_146{display:block;overflow:hidden;max-width:calc(100% - 1px);text-overflow:ellipsis;white-space:nowrap}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._bubbleContent_1b7vq_108{position:relative;display:inline-block;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._bubble_1b7vq_108{position:absolute;z-index:auto;top:6px;right:6px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background-color:#ff9de2;color:#201649;text-align:center;transform:translate(50%,-50%);transform-origin:100% 0;white-space:nowrap}._bubble--empty_1b7vq_141{width:12px;height:12px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_1haht_108{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:8px;border-radius:8px}._wrapper--secondary1_1haht_117{background-color:#d2d0db}._wrapper--secondary1_1haht_117 path{stroke:#797392}._wrapper--secondary1_1haht_117._wrapper--iconWrapper_1haht_123{background-color:#f4f3f6}._wrapper--secondary2_1haht_126{background-color:#98cbd6}._wrapper--secondary2_1haht_126 path{stroke:#01819c}._wrapper--secondary2_1haht_126._wrapper--iconWrapper_1haht_123{background-color:#e0f5f9}._wrapper--secondary3_1haht_135{background-color:#dc8541}._wrapper--secondary3_1haht_135 path{stroke:#ebaa77}._wrapper--secondary3_1haht_135._wrapper--iconWrapper_1haht_123{background-color:#fbecdf}._wrapper--iconWrapper_1haht_123{width:72px;height:72px;border-radius:999px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._smartLink_us6ii_108{color:inherit;text-decoration:none}._smartLinkButton_us6ii_113{min-width:unset;min-height:unset;color:inherit}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._textButton_13f2c_108{display:flex;height:1.5rem;min-height:1.5rem;align-items:center;justify-content:center;gap:8px}._textButton--green_13f2c_116{color:#cae85d}._textButton--green_13f2c_116:active{color:#b5d622}._textButton--blue_13f2c_122,._textButton--blue_13f2c_122:active{color:#01819c}._textButton--text_13f2c_128{color:#635c80}._textButton_13f2c_108:active{background:none}._textButton_13f2c_108:disabled{color:#d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_8in85_108{width:100%}._wrapper_8in85_108 ._textInputContainer_8in85_111{position:relative}._wrapper_8in85_108 ._textInputContainer_8in85_111 label{position:absolute;top:50%;right:16px;left:16px;overflow:hidden;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s;white-space:nowrap}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111{overflow:hidden;width:100%;color:#201649;outline:none;text-overflow:ellipsis;white-space:nowrap}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111+label{color:#635c80}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:focus+label,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:not(:placeholder-shown)+label{top:16px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:focus+label>span,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--medium_8in85_151{height:56px;padding:16px;border-radius:16px;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;line-height:24px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--medium_8in85_151:focus,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--medium_8in85_151:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--small_8in85_171{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;height:40px;padding:0 16px;border-radius:12px;line-height:20px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--small_8in85_171:focus+label,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--small_8in85_171:not(:placeholder-shown)+label{display:none}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190{background-color:#f4f3f6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:hover{background-color:#e9e8ed}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:disabled{color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:disabled:hover{background-color:#f4f3f6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:disabled+label{color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205{border:1px solid #a6a2b6;background-color:#fff}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:hover{border-color:#797392;background-color:#f4f3f6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:disabled{border-color:#d2d0db;color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:disabled:hover{background-color:#fff}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:disabled+label{color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223{border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:focus{border-color:#cc339f}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:hover{border-color:#cc339f;background-color:#fde6f7}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:disabled{border-color:#cc339f}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:disabled:hover{background-color:#fde6f7}._wrapper_8in85_108 ._textInputContainer--errorMessage_8in85_241{display:block;margin-top:4px;margin-left:8px;color:#cc339f;text-transform:capitalize}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_75msq_115{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px #d2d0db;background-color:#d2d0db}._root--24_75msq_122{width:24px;height:24px}._root--28_75msq_126{width:28px;height:28px}._root--32_75msq_130{width:32px;height:32px}._root--40_75msq_134{width:40px;height:40px}._root--48_75msq_138{width:48px;height:48px}._root--56_75msq_142{width:56px;height:56px}._root--64_75msq_146{width:64px;height:64px}._root--80_75msq_150{width:80px;height:80px}._root--120_75msq_154{width:120px;height:120px}._root--280_75msq_158{width:280px;height:280px}._root--square_75msq_162._root--24_75msq_122,._root--square_75msq_162._root--32_75msq_130{border-radius:4px}._root--square_75msq_162._root--40_75msq_134,._root--square_75msq_162._root--48_75msq_138{border-radius:8px}._root--square_75msq_162._root--56_75msq_142,._root--square_75msq_162._root--64_75msq_146{border-radius:12px}._root--square_75msq_162._root--80_75msq_150,._root--square_75msq_162._root--120_75msq_154{border-radius:16px}._root--circular_75msq_174{border-radius:50%}._root--isPlaceholder_75msq_177:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#d2d0db;content:"";opacity:.4}._root_75msq_115 img{width:100%;height:100%;object-fit:cover}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._switch_dcie4_108{position:relative;display:inline-block;width:48px;height:28px}._switch_dcie4_108 ._slider_dcie4_114{z-index:1;display:block;width:100%;height:100%;border-radius:999px;background-color:#d2d0db;box-shadow:inset 0 0 0 1.5px #a6a2b6;transition:.4s}._switch_dcie4_108 ._slider_dcie4_114:before{position:absolute;right:0;bottom:2px;width:24px;height:24px;border-radius:999px;background-color:#fff;content:"";transform:translate(calc(-100% + 2px));transition:.4s}._switch_dcie4_108 ._slider_dcie4_114._focusVisible_dcie4_136{box-shadow:inset 0 0 0 1.5px #43adc3!important}._switch_dcie4_108 input{position:absolute;z-index:2;width:48px;height:28px;opacity:0}._switch_dcie4_108 input:not(:disabled){cursor:pointer}._switch_dcie4_108 input:hover+._slider_dcie4_114{box-shadow:inset 0 0 0 1.5px #797392}._switch_dcie4_108 input:disabled+._slider_dcie4_114{opacity:.4}._switch_dcie4_108 input:checked+._slider_dcie4_114{background-color:#201649;box-shadow:inset 0 0 0 1.5px #201649}._switch_dcie4_108 input:checked+._slider_dcie4_114:before{transform:translate(-2px)}._switch_dcie4_108 input:checked:hover+._slider_dcie4_114{background-color:#635c80;box-shadow:inset 0 0 0 1.5px #635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._toggleInput_1dcet_108{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_1dcet_108 svg{flex-shrink:0}._toggleInput_1dcet_108 ._textLabel_1dcet_121{flex-grow:1}._toggleInput_1dcet_108 ._switch_1dcet_124{flex-shrink:0}._toggleInput--checked_1dcet_127{color:#201649}._toggleInput--disabled_1dcet_130{cursor:unset}._toggleInput--withBorder_1dcet_133{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px #d2d0db}
|
|
1
|
+
@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._baseBtn_i7aqx_108{min-width:2rem;min-height:2rem;border:none;border-radius:0;cursor:pointer}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_eff9f_108{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#201649}._root--border-radius_eff9f_118{border-radius:8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_exex3_108{padding:8px 0;color:inherit}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._iconComponent_1g3d7_108{display:block}._iconComponent_1g3d7_108 path{stroke:currentColor}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._iconButton_lxp7c_108{display:flex;width:auto;min-width:unset;height:auto;min-height:unset;flex-shrink:0;align-items:center;justify-content:center;color:#201649}._iconButton_lxp7c_108:disabled{background:none}._iconButton_lxp7c_108:hover,._iconButton_lxp7c_108:active{background:none}._iconButton--circular_lxp7c_128{border-radius:999px;background:#cae85d}._iconButton--circular_lxp7c_128:disabled{background:#fff}._iconButton--circular_lxp7c_128:hover{background:#b5d622}._iconButton--circular_lxp7c_128:active{background:#cae85d}._iconButton--circular-small_lxp7c_141{width:40px;height:40px}._iconButton--circular-medium_lxp7c_145{width:48px;height:48px}._iconButton--circular-large_lxp7c_149{width:56px;height:56px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_uwfhw_108{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_uwfhw_116{flex-grow:1;margin:0}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._dividerContainer_1uaxj_108{display:flex;align-items:center}._dividerLine_1uaxj_113{height:1px;flex-grow:1;background-color:#d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._fieldset_vnuh4_108{border:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._labelPill_1ij88_108{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#01819c}._labelPill_1ij88_108 span{color:#fff;line-height:16px;text-align:center}._labelPill--small_1ij88_120{height:20px;padding:0 8px}._labelPill--medium_1ij88_124{padding:4px 8px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._legend_x7lnv_108{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_x7lnv_108 ._text_x7lnv_114{color:#635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._menuItem_1gfbc_108{display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 8px;background-color:#fff;color:#201649;cursor:pointer;gap:8px;text-decoration:none}._menuItem_1gfbc_108 ._highlightFrame_1gfbc_120{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_1gfbc_108 ._rightIcon_1gfbc_128{display:inherit;margin-left:auto;color:#635c80}._menuItem--selected_1gfbc_133{color:#201649}._menuItem--selected_1gfbc_133 ._leftIcon_1gfbc_136{color:#738c00}._menuItem--selected_1gfbc_133 ._highlightFrame_1gfbc_120{background-color:#f2fbc4}._menuItem--selected_1gfbc_133:hover{color:#738c00}._menuItem_1gfbc_108:not(._menuItem--selected_1gfbc_133):hover{color:#635c80}._menuItem_1gfbc_108:not(._menuItem--selected_1gfbc_133):hover ._highlightFrame_1gfbc_120{background-color:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._navBar_ekff9_108{display:grid;padding:0 4px 24px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._h1_1lci6_108{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_1lci6_121{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:24px;font-weight:600;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_1lci6_134{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_1lci6_147{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_1lci6_160{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:600;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h6_1lci6_173{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:700;letter-spacing:1px;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_1lci6_186{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:800;letter-spacing:1px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_1lci6_199{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_1lci6_212{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_1lci6_225{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_1lci6_238{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_1lci6_251{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._detail-medium_1lci6_264{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_1lci6_277{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_1lci6_290{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._detail-regular_1lci6_303{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._listItem_4dqbs_108{list-style:none}._listItem_4dqbs_108 ._navItem_4dqbs_111{display:flex;width:100%;flex-direction:column;align-items:center;padding:0 4px 4px;color:#635c80;cursor:pointer}@media (min-width: 768px){._listItem_4dqbs_108 ._navItem_4dqbs_111{padding:0 8px 8px}}._listItem_4dqbs_108 ._navItem_4dqbs_111 ._selector_4dqbs_125{height:4px;align-self:stretch;border-radius:0 0 4px 4px;margin-bottom:4px;background-color:#cae85d;visibility:hidden}._listItem_4dqbs_108 ._navItem--active_4dqbs_133{padding-right:4px;padding-left:4px;color:#738c00}._listItem_4dqbs_108 ._navItem--active_4dqbs_133 ._selector_4dqbs_125{height:4px;align-self:stretch;border-radius:0 0 4px 4px;background-color:#cae85d;visibility:visible}._label_4dqbs_146{display:block;overflow:hidden;max-width:calc(100% - 1px);text-overflow:ellipsis;white-space:nowrap}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._bubbleContent_1b7vq_108{position:relative;display:inline-block;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:10px;font-weight:800;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._bubble_1b7vq_108{position:absolute;z-index:auto;top:6px;right:6px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background-color:#ff9de2;color:#201649;text-align:center;transform:translate(50%,-50%);transform-origin:100% 0;white-space:nowrap}._bubble--empty_1b7vq_141{width:12px;height:12px}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_69m2j_108{display:flex;width:100%;height:100%;align-items:center;justify-content:center;border-radius:8px}._wrapper_69m2j_108 path{stroke:#797392}._wrapper--large_69m2j_119{background-color:#d2d0db}._wrapper--small_69m2j_122{border:1px solid #d2d0db;background-color:#f4f3f6}._wrapper--iconWrapper_69m2j_126{width:72px;height:72px;border-radius:999px}._wrapper_69m2j_108._wrapper--iconWrapper_69m2j_126{background-color:#f4f3f6}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._smartLink_us6ii_108{color:inherit;text-decoration:none}._smartLinkButton_us6ii_113{min-width:unset;min-height:unset;color:inherit}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._textButton_13f2c_108{display:flex;height:1.5rem;min-height:1.5rem;align-items:center;justify-content:center;gap:8px}._textButton--green_13f2c_116{color:#cae85d}._textButton--green_13f2c_116:active{color:#b5d622}._textButton--blue_13f2c_122,._textButton--blue_13f2c_122:active{color:#01819c}._textButton--text_13f2c_128{color:#635c80}._textButton_13f2c_108:active{background:none}._textButton_13f2c_108:disabled{color:#d2d0db}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._wrapper_8in85_108{width:100%}._wrapper_8in85_108 ._textInputContainer_8in85_111{position:relative}._wrapper_8in85_108 ._textInputContainer_8in85_111 label{position:absolute;top:50%;right:16px;left:16px;overflow:hidden;text-overflow:ellipsis;transform:translateY(-50%);transition:top .3s,font-size .3s;white-space:nowrap}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111{overflow:hidden;width:100%;color:#201649;outline:none;text-overflow:ellipsis;white-space:nowrap}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111+label{color:#635c80}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:focus+label,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:not(:placeholder-shown)+label{top:16px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:focus+label>span,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput_8in85_111:not(:placeholder-shown)+label>span{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--medium_8in85_151{height:56px;padding:16px;border-radius:16px;margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:16px;font-weight:500;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;line-height:24px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--medium_8in85_151:focus,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--medium_8in85_151:not(:placeholder-shown){padding-top:26px;padding-bottom:6px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--small_8in85_171{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-feature-settings:"salt";font-size:14px;font-weight:600;letter-spacing:0;text-decoration:none;text-indent:0px;text-transform:none;height:40px;padding:0 16px;border-radius:12px;line-height:20px}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--small_8in85_171:focus+label,._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--small_8in85_171:not(:placeholder-shown)+label{display:none}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190{background-color:#f4f3f6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:hover{background-color:#e9e8ed}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:disabled{color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:disabled:hover{background-color:#f4f3f6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--dark_8in85_190:disabled+label{color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205{border:1px solid #a6a2b6;background-color:#fff}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:hover{border-color:#797392;background-color:#f4f3f6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:disabled{border-color:#d2d0db;color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:disabled:hover{background-color:#fff}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--light_8in85_205:disabled+label{color:#a6a2b6}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223{border:1px solid #CC339F;background-color:#fde6f7;color:#201649}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:focus{border-color:#cc339f}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:hover{border-color:#cc339f;background-color:#fde6f7}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:disabled{border-color:#cc339f}._wrapper_8in85_108 ._textInputContainer_8in85_111 ._textInput--error_8in85_223:disabled:hover{background-color:#fde6f7}._wrapper_8in85_108 ._textInputContainer--errorMessage_8in85_241{display:block;margin-top:4px;margin-left:8px;color:#cc339f;text-transform:capitalize}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._root_75msq_115{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px #d2d0db;background-color:#d2d0db}._root--24_75msq_122{width:24px;height:24px}._root--28_75msq_126{width:28px;height:28px}._root--32_75msq_130{width:32px;height:32px}._root--40_75msq_134{width:40px;height:40px}._root--48_75msq_138{width:48px;height:48px}._root--56_75msq_142{width:56px;height:56px}._root--64_75msq_146{width:64px;height:64px}._root--80_75msq_150{width:80px;height:80px}._root--120_75msq_154{width:120px;height:120px}._root--280_75msq_158{width:280px;height:280px}._root--square_75msq_162._root--24_75msq_122,._root--square_75msq_162._root--32_75msq_130{border-radius:4px}._root--square_75msq_162._root--40_75msq_134,._root--square_75msq_162._root--48_75msq_138{border-radius:8px}._root--square_75msq_162._root--56_75msq_142,._root--square_75msq_162._root--64_75msq_146{border-radius:12px}._root--square_75msq_162._root--80_75msq_150,._root--square_75msq_162._root--120_75msq_154{border-radius:16px}._root--circular_75msq_174{border-radius:50%}._root--isPlaceholder_75msq_177:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#d2d0db;content:"";opacity:.4}._root_75msq_115 img{width:100%;height:100%;object-fit:cover}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._switch_dcie4_108{position:relative;display:inline-block;width:48px;height:28px}._switch_dcie4_108 ._slider_dcie4_114{z-index:1;display:block;width:100%;height:100%;border-radius:999px;background-color:#d2d0db;box-shadow:inset 0 0 0 1.5px #a6a2b6;transition:.4s}._switch_dcie4_108 ._slider_dcie4_114:before{position:absolute;right:0;bottom:2px;width:24px;height:24px;border-radius:999px;background-color:#fff;content:"";transform:translate(calc(-100% + 2px));transition:.4s}._switch_dcie4_108 ._slider_dcie4_114._focusVisible_dcie4_136{box-shadow:inset 0 0 0 1.5px #43adc3!important}._switch_dcie4_108 input{position:absolute;z-index:2;width:48px;height:28px;opacity:0}._switch_dcie4_108 input:not(:disabled){cursor:pointer}._switch_dcie4_108 input:hover+._slider_dcie4_114{box-shadow:inset 0 0 0 1.5px #797392}._switch_dcie4_108 input:disabled+._slider_dcie4_114{opacity:.4}._switch_dcie4_108 input:checked+._slider_dcie4_114{background-color:#201649;box-shadow:inset 0 0 0 1.5px #201649}._switch_dcie4_108 input:checked+._slider_dcie4_114:before{transform:translate(-2px)}._switch_dcie4_108 input:checked:hover+._slider_dcie4_114{background-color:#635c80;box-shadow:inset 0 0 0 1.5px #635c80}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(styles/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(styles/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(styles/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(styles/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(styles/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(styles/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(styles/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(styles/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(styles/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Regular";font-style:normal;font-weight:100 900;src:url(styles/fonts/inter/Inter-roman.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var;font-named-instance:"Italic";font-style:italic;font-weight:100 900;src:url(styles/fonts/inter/Inter-italic.var.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(styles/fonts/inter/Inter.var.woff2) format("woff2")}._toggleInput_1dcet_108{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_1dcet_108 svg{flex-shrink:0}._toggleInput_1dcet_108 ._textLabel_1dcet_121{flex-grow:1}._toggleInput_1dcet_108 ._switch_1dcet_124{flex-shrink:0}._toggleInput--checked_1dcet_127{color:#201649}._toggleInput--disabled_1dcet_130{cursor:unset}._toggleInput--withBorder_1dcet_133{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px #d2d0db}
|