@access-ci/ui 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/access-ci-ui.bundle.js +1 -1
- package/dist/access-ci-ui.js +1 -1
- package/dist/access-ci-ui.umd.cjs +2 -2
- package/dist/{access-qa-bot-CmRvJbUN.js → access-qa-bot-BrRFZBa-.js} +1 -1
- package/dist/{icon-D6M9M3PJ.js → icon-Der2KhHT.js} +1 -1
- package/dist/{index-C0L27DZc.js → index-CvryNH3U.js} +272 -272
- package/dist/{resource-group-detail-CEDBnmME.js → resource-group-detail-BP_EayIj.js} +2 -2
- package/dist/{resource-home-gQT34VRw.js → resource-home-CW1j6BR9.js} +2 -2
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ function qp() {
|
|
|
16
16
|
if (sc) return _;
|
|
17
17
|
sc = 1;
|
|
18
18
|
var l = Symbol.for("react.element"), u = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), g = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), b = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), F = Symbol.iterator;
|
|
19
|
-
function
|
|
19
|
+
function L(y) {
|
|
20
20
|
return y === null || typeof y != "object" ? null : (y = F && y[F] || y["@@iterator"], typeof y == "function" ? y : null);
|
|
21
21
|
}
|
|
22
22
|
var W = { isMounted: function() {
|
|
@@ -25,23 +25,23 @@ function qp() {
|
|
|
25
25
|
}, enqueueReplaceState: function() {
|
|
26
26
|
}, enqueueSetState: function() {
|
|
27
27
|
} }, K = Object.assign, E = {};
|
|
28
|
-
function
|
|
28
|
+
function B(y, z, Z) {
|
|
29
29
|
this.props = y, this.context = z, this.refs = E, this.updater = Z || W;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
B.prototype.isReactComponent = {}, B.prototype.setState = function(y, z) {
|
|
32
32
|
if (typeof y != "object" && typeof y != "function" && y != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
33
33
|
this.updater.enqueueSetState(this, y, z, "setState");
|
|
34
|
-
},
|
|
34
|
+
}, B.prototype.forceUpdate = function(y) {
|
|
35
35
|
this.updater.enqueueForceUpdate(this, y, "forceUpdate");
|
|
36
36
|
};
|
|
37
37
|
function T() {
|
|
38
38
|
}
|
|
39
|
-
T.prototype =
|
|
39
|
+
T.prototype = B.prototype;
|
|
40
40
|
function $(y, z, Z) {
|
|
41
41
|
this.props = y, this.context = z, this.refs = E, this.updater = Z || W;
|
|
42
42
|
}
|
|
43
43
|
var X = $.prototype = new T();
|
|
44
|
-
X.constructor = $, K(X,
|
|
44
|
+
X.constructor = $, K(X, B.prototype), X.isPureReactComponent = !0;
|
|
45
45
|
var ie = Array.isArray, ce = Object.prototype.hasOwnProperty, be = { current: null }, Se = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
46
46
|
function Fe(y, z, Z) {
|
|
47
47
|
var ee, ne = {}, re = null, se = null;
|
|
@@ -58,7 +58,7 @@ function qp() {
|
|
|
58
58
|
function Ce(y, z) {
|
|
59
59
|
return { $$typeof: l, type: y.type, key: z, ref: y.ref, props: y.props, _owner: y._owner };
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function Be(y) {
|
|
62
62
|
return typeof y == "object" && y !== null && y.$$typeof === l;
|
|
63
63
|
}
|
|
64
64
|
function ht(y) {
|
|
@@ -90,13 +90,13 @@ function qp() {
|
|
|
90
90
|
}
|
|
91
91
|
if (se) return se = y, ne = ne(se), y = ee === "" ? "." + qe(se, 0) : ee, ie(ne) ? (Z = "", y != null && (Z = y.replace(mt, "$&/") + "/"), lt(ne, z, Z, "", function(Ge) {
|
|
92
92
|
return Ge;
|
|
93
|
-
})) : ne != null && (
|
|
93
|
+
})) : ne != null && (Be(ne) && (ne = Ce(ne, Z + (!ne.key || se && se.key === ne.key ? "" : ("" + ne.key).replace(mt, "$&/") + "/") + y)), z.push(ne)), 1;
|
|
94
94
|
if (se = 0, ee = ee === "" ? "." : ee + ":", ie(y)) for (var le = 0; le < y.length; le++) {
|
|
95
95
|
re = y[le];
|
|
96
96
|
var fe = ee + qe(re, le);
|
|
97
97
|
se += lt(re, z, Z, fe, ne);
|
|
98
98
|
}
|
|
99
|
-
else if (fe =
|
|
99
|
+
else if (fe = L(y), typeof fe == "function") for (y = fe.call(y), le = 0; !(re = y.next()).done; ) re = re.value, fe = ee + qe(re, le++), se += lt(re, z, Z, fe, ne);
|
|
100
100
|
else if (re === "object") throw z = String(y), Error("Objects are not valid as a React child (found: " + (z === "[object Object]" ? "object with keys {" + Object.keys(y).join(", ") + "}" : z) + "). If you meant to render a collection of children, use an array instead.");
|
|
101
101
|
return se;
|
|
102
102
|
}
|
|
@@ -137,9 +137,9 @@ function qp() {
|
|
|
137
137
|
return z;
|
|
138
138
|
}) || [];
|
|
139
139
|
}, only: function(y) {
|
|
140
|
-
if (!
|
|
140
|
+
if (!Be(y)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
141
141
|
return y;
|
|
142
|
-
} }, _.Component =
|
|
142
|
+
} }, _.Component = B, _.Fragment = a, _.Profiler = c, _.PureComponent = $, _.StrictMode = d, _.Suspense = x, _.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = q, _.act = V, _.cloneElement = function(y, z, Z) {
|
|
143
143
|
if (y == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + y + ".");
|
|
144
144
|
var ee = K({}, y.props), ne = y.key, re = y.ref, se = y._owner;
|
|
145
145
|
if (z != null) {
|
|
@@ -163,7 +163,7 @@ function qp() {
|
|
|
163
163
|
return { current: null };
|
|
164
164
|
}, _.forwardRef = function(y) {
|
|
165
165
|
return { $$typeof: v, render: y };
|
|
166
|
-
}, _.isValidElement =
|
|
166
|
+
}, _.isValidElement = Be, _.lazy = function(y) {
|
|
167
167
|
return { $$typeof: A, _payload: { _status: -1, _result: y }, _init: je };
|
|
168
168
|
}, _.memo = function(y, z) {
|
|
169
169
|
return { $$typeof: b, type: y, compare: z === void 0 ? null : z };
|
|
@@ -225,11 +225,11 @@ function Gp() {
|
|
|
225
225
|
cc = 1;
|
|
226
226
|
var l = aa(), u = Symbol.for("react.element"), a = Symbol.for("react.fragment"), d = Object.prototype.hasOwnProperty, c = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, f = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
227
227
|
function g(v, x, b) {
|
|
228
|
-
var A, F = {},
|
|
229
|
-
b !== void 0 && (
|
|
228
|
+
var A, F = {}, L = null, W = null;
|
|
229
|
+
b !== void 0 && (L = "" + b), x.key !== void 0 && (L = "" + x.key), x.ref !== void 0 && (W = x.ref);
|
|
230
230
|
for (A in x) d.call(x, A) && !f.hasOwnProperty(A) && (F[A] = x[A]);
|
|
231
231
|
if (v && v.defaultProps) for (A in x = v.defaultProps, x) F[A] === void 0 && (F[A] = x[A]);
|
|
232
|
-
return { $$typeof: u, type: v, key:
|
|
232
|
+
return { $$typeof: u, type: v, key: L, ref: W, props: F, _owner: c.current };
|
|
233
233
|
}
|
|
234
234
|
return Rr.Fragment = a, Rr.jsx = g, Rr.jsxs = g, Rr;
|
|
235
235
|
}
|
|
@@ -344,7 +344,7 @@ function ef() {
|
|
|
344
344
|
return l.length !== u.length || l.some((a, d) => !Object.is(a, u[d]));
|
|
345
345
|
}
|
|
346
346
|
const tf = C.lazy(
|
|
347
|
-
() => import("./access-qa-bot-
|
|
347
|
+
() => import("./access-qa-bot-BrRFZBa-.js").then((l) => ({
|
|
348
348
|
default: l.QABot
|
|
349
349
|
}))
|
|
350
350
|
);
|
|
@@ -364,12 +364,12 @@ class Cc extends C.Component {
|
|
|
364
364
|
} = this.props, F = f || void 0 || null;
|
|
365
365
|
if (!F)
|
|
366
366
|
return console.error("QA Bot: No valid API key provided"), null;
|
|
367
|
-
const
|
|
367
|
+
const L = a !== void 0 ? a : document.cookie.split("; ").includes("SESSaccesscisso=1");
|
|
368
368
|
return /* @__PURE__ */ I.jsx(Sc, { children: /* @__PURE__ */ I.jsx(
|
|
369
369
|
tf,
|
|
370
370
|
{
|
|
371
371
|
welcome: u || "Welcome to ACCESS Q&A Bot!",
|
|
372
|
-
isLoggedIn:
|
|
372
|
+
isLoggedIn: L,
|
|
373
373
|
open: d,
|
|
374
374
|
onOpenChange: c,
|
|
375
375
|
embedded: g === !0,
|
|
@@ -499,9 +499,9 @@ const Ec = [
|
|
|
499
499
|
]
|
|
500
500
|
}, lf = [
|
|
501
501
|
{
|
|
502
|
-
className: "
|
|
503
|
-
href: "https://
|
|
504
|
-
name: "
|
|
502
|
+
className: "bluesky",
|
|
503
|
+
href: "https://bsky.app/profile/accessforci.bsky.social",
|
|
504
|
+
name: "Bluesky"
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
507
|
className: "youtube",
|
|
@@ -630,7 +630,7 @@ function df() {
|
|
|
630
630
|
return g.now() - v;
|
|
631
631
|
};
|
|
632
632
|
}
|
|
633
|
-
var x = [], b = [], A = 1, F = null,
|
|
633
|
+
var x = [], b = [], A = 1, F = null, L = 3, W = !1, K = !1, E = !1, B = typeof setTimeout == "function" ? setTimeout : null, T = typeof clearTimeout == "function" ? clearTimeout : null, $ = typeof setImmediate < "u" ? setImmediate : null;
|
|
634
634
|
typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
|
|
635
635
|
function X(U) {
|
|
636
636
|
for (var q = a(b); q !== null; ) {
|
|
@@ -649,12 +649,12 @@ function df() {
|
|
|
649
649
|
}
|
|
650
650
|
function ce(U, q) {
|
|
651
651
|
K = !1, E && (E = !1, T(Fe), Fe = -1), W = !0;
|
|
652
|
-
var V =
|
|
652
|
+
var V = L;
|
|
653
653
|
try {
|
|
654
654
|
for (X(q), F = a(x); F !== null && (!(F.expirationTime > q) || U && !ht()); ) {
|
|
655
655
|
var y = F.callback;
|
|
656
656
|
if (typeof y == "function") {
|
|
657
|
-
F.callback = null,
|
|
657
|
+
F.callback = null, L = F.priorityLevel;
|
|
658
658
|
var z = y(F.expirationTime <= q);
|
|
659
659
|
q = l.unstable_now(), typeof z == "function" ? F.callback = z : F === a(x) && d(x), X(q);
|
|
660
660
|
} else d(x);
|
|
@@ -667,17 +667,17 @@ function df() {
|
|
|
667
667
|
}
|
|
668
668
|
return Z;
|
|
669
669
|
} finally {
|
|
670
|
-
F = null,
|
|
670
|
+
F = null, L = V, W = !1;
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
|
-
var be = !1, Se = null, Fe = -1, Ce = 5,
|
|
673
|
+
var be = !1, Se = null, Fe = -1, Ce = 5, Be = -1;
|
|
674
674
|
function ht() {
|
|
675
|
-
return !(l.unstable_now() -
|
|
675
|
+
return !(l.unstable_now() - Be < Ce);
|
|
676
676
|
}
|
|
677
677
|
function mt() {
|
|
678
678
|
if (Se !== null) {
|
|
679
679
|
var U = l.unstable_now();
|
|
680
|
-
|
|
680
|
+
Be = U;
|
|
681
681
|
var q = !0;
|
|
682
682
|
try {
|
|
683
683
|
q = Se(!0, U);
|
|
@@ -696,13 +696,13 @@ function df() {
|
|
|
696
696
|
gt.postMessage(null);
|
|
697
697
|
};
|
|
698
698
|
} else qe = function() {
|
|
699
|
-
|
|
699
|
+
B(mt, 0);
|
|
700
700
|
};
|
|
701
701
|
function je(U) {
|
|
702
702
|
Se = U, be || (be = !0, qe());
|
|
703
703
|
}
|
|
704
704
|
function xe(U, q) {
|
|
705
|
-
Fe =
|
|
705
|
+
Fe = B(function() {
|
|
706
706
|
U(l.unstable_now());
|
|
707
707
|
}, q);
|
|
708
708
|
}
|
|
@@ -713,25 +713,25 @@ function df() {
|
|
|
713
713
|
}, l.unstable_forceFrameRate = function(U) {
|
|
714
714
|
0 > U || 125 < U ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : Ce = 0 < U ? Math.floor(1e3 / U) : 5;
|
|
715
715
|
}, l.unstable_getCurrentPriorityLevel = function() {
|
|
716
|
-
return
|
|
716
|
+
return L;
|
|
717
717
|
}, l.unstable_getFirstCallbackNode = function() {
|
|
718
718
|
return a(x);
|
|
719
719
|
}, l.unstable_next = function(U) {
|
|
720
|
-
switch (
|
|
720
|
+
switch (L) {
|
|
721
721
|
case 1:
|
|
722
722
|
case 2:
|
|
723
723
|
case 3:
|
|
724
724
|
var q = 3;
|
|
725
725
|
break;
|
|
726
726
|
default:
|
|
727
|
-
q =
|
|
727
|
+
q = L;
|
|
728
728
|
}
|
|
729
|
-
var V =
|
|
730
|
-
|
|
729
|
+
var V = L;
|
|
730
|
+
L = q;
|
|
731
731
|
try {
|
|
732
732
|
return U();
|
|
733
733
|
} finally {
|
|
734
|
-
|
|
734
|
+
L = V;
|
|
735
735
|
}
|
|
736
736
|
}, l.unstable_pauseExecution = function() {
|
|
737
737
|
}, l.unstable_requestPaint = function() {
|
|
@@ -746,12 +746,12 @@ function df() {
|
|
|
746
746
|
default:
|
|
747
747
|
U = 3;
|
|
748
748
|
}
|
|
749
|
-
var V =
|
|
750
|
-
|
|
749
|
+
var V = L;
|
|
750
|
+
L = U;
|
|
751
751
|
try {
|
|
752
752
|
return q();
|
|
753
753
|
} finally {
|
|
754
|
-
|
|
754
|
+
L = V;
|
|
755
755
|
}
|
|
756
756
|
}, l.unstable_scheduleCallback = function(U, q, V) {
|
|
757
757
|
var y = l.unstable_now();
|
|
@@ -773,14 +773,14 @@ function df() {
|
|
|
773
773
|
}
|
|
774
774
|
return z = V + z, U = { id: A++, callback: q, priorityLevel: U, startTime: V, expirationTime: z, sortIndex: -1 }, V > y ? (U.sortIndex = V, u(b, U), a(x) === null && U === a(b) && (E ? (T(Fe), Fe = -1) : E = !0, xe(ie, V - y))) : (U.sortIndex = z, u(x, U), K || W || (K = !0, je(ce))), U;
|
|
775
775
|
}, l.unstable_shouldYield = ht, l.unstable_wrapCallback = function(U) {
|
|
776
|
-
var q =
|
|
776
|
+
var q = L;
|
|
777
777
|
return function() {
|
|
778
|
-
var V =
|
|
779
|
-
|
|
778
|
+
var V = L;
|
|
779
|
+
L = q;
|
|
780
780
|
try {
|
|
781
781
|
return U.apply(this, arguments);
|
|
782
782
|
} finally {
|
|
783
|
-
|
|
783
|
+
L = V;
|
|
784
784
|
}
|
|
785
785
|
};
|
|
786
786
|
};
|
|
@@ -816,7 +816,7 @@ function ff() {
|
|
|
816
816
|
for (c[e] = t, e = 0; e < t.length; e++) d.add(t[e]);
|
|
817
817
|
}
|
|
818
818
|
var v = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), x = Object.prototype.hasOwnProperty, b = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, A = {}, F = {};
|
|
819
|
-
function
|
|
819
|
+
function L(e) {
|
|
820
820
|
return x.call(F, e) ? !0 : x.call(A, e) ? !1 : b.test(e) ? F[e] = !0 : (A[e] = !0, !1);
|
|
821
821
|
}
|
|
822
822
|
function W(e, t, n, r) {
|
|
@@ -849,26 +849,26 @@ function ff() {
|
|
|
849
849
|
function E(e, t, n, r, o, i, s) {
|
|
850
850
|
this.acceptsBooleans = t === 2 || t === 3 || t === 4, this.attributeName = r, this.attributeNamespace = o, this.mustUseProperty = n, this.propertyName = e, this.type = t, this.sanitizeURL = i, this.removeEmptyString = s;
|
|
851
851
|
}
|
|
852
|
-
var
|
|
852
|
+
var B = {};
|
|
853
853
|
"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e) {
|
|
854
|
-
|
|
854
|
+
B[e] = new E(e, 0, !1, e, null, !1, !1);
|
|
855
855
|
}), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(e) {
|
|
856
856
|
var t = e[0];
|
|
857
|
-
|
|
857
|
+
B[t] = new E(t, 1, !1, e[1], null, !1, !1);
|
|
858
858
|
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(e) {
|
|
859
|
-
|
|
859
|
+
B[e] = new E(e, 2, !1, e.toLowerCase(), null, !1, !1);
|
|
860
860
|
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(e) {
|
|
861
|
-
|
|
861
|
+
B[e] = new E(e, 2, !1, e, null, !1, !1);
|
|
862
862
|
}), "allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e) {
|
|
863
|
-
|
|
863
|
+
B[e] = new E(e, 3, !1, e.toLowerCase(), null, !1, !1);
|
|
864
864
|
}), ["checked", "multiple", "muted", "selected"].forEach(function(e) {
|
|
865
|
-
|
|
865
|
+
B[e] = new E(e, 3, !0, e, null, !1, !1);
|
|
866
866
|
}), ["capture", "download"].forEach(function(e) {
|
|
867
|
-
|
|
867
|
+
B[e] = new E(e, 4, !1, e, null, !1, !1);
|
|
868
868
|
}), ["cols", "rows", "size", "span"].forEach(function(e) {
|
|
869
|
-
|
|
869
|
+
B[e] = new E(e, 6, !1, e, null, !1, !1);
|
|
870
870
|
}), ["rowSpan", "start"].forEach(function(e) {
|
|
871
|
-
|
|
871
|
+
B[e] = new E(e, 5, !1, e.toLowerCase(), null, !1, !1);
|
|
872
872
|
});
|
|
873
873
|
var T = /[\-:]([a-z])/g;
|
|
874
874
|
function $(e) {
|
|
@@ -879,23 +879,23 @@ function ff() {
|
|
|
879
879
|
T,
|
|
880
880
|
$
|
|
881
881
|
);
|
|
882
|
-
|
|
882
|
+
B[t] = new E(t, 1, !1, e, null, !1, !1);
|
|
883
883
|
}), "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e) {
|
|
884
884
|
var t = e.replace(T, $);
|
|
885
|
-
|
|
885
|
+
B[t] = new E(t, 1, !1, e, "http://www.w3.org/1999/xlink", !1, !1);
|
|
886
886
|
}), ["xml:base", "xml:lang", "xml:space"].forEach(function(e) {
|
|
887
887
|
var t = e.replace(T, $);
|
|
888
|
-
|
|
888
|
+
B[t] = new E(t, 1, !1, e, "http://www.w3.org/XML/1998/namespace", !1, !1);
|
|
889
889
|
}), ["tabIndex", "crossOrigin"].forEach(function(e) {
|
|
890
|
-
|
|
891
|
-
}),
|
|
892
|
-
|
|
890
|
+
B[e] = new E(e, 1, !1, e.toLowerCase(), null, !1, !1);
|
|
891
|
+
}), B.xlinkHref = new E("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1), ["src", "href", "action", "formAction"].forEach(function(e) {
|
|
892
|
+
B[e] = new E(e, 1, !1, e.toLowerCase(), null, !0, !0);
|
|
893
893
|
});
|
|
894
894
|
function X(e, t, n, r) {
|
|
895
|
-
var o =
|
|
896
|
-
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (K(t, n, o, r) && (n = null), r || o === null ?
|
|
895
|
+
var o = B.hasOwnProperty(t) ? B[t] : null;
|
|
896
|
+
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (K(t, n, o, r) && (n = null), r || o === null ? L(t) && (n === null ? e.removeAttribute(t) : e.setAttribute(t, "" + n)) : o.mustUseProperty ? e[o.propertyName] = n === null ? o.type === 3 ? !1 : "" : n : (t = o.attributeName, r = o.attributeNamespace, n === null ? e.removeAttribute(t) : (o = o.type, n = o === 3 || o === 4 && n === !0 ? "" : "" + n, r ? e.setAttributeNS(r, t, n) : e.setAttribute(t, n))));
|
|
897
897
|
}
|
|
898
|
-
var ie = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, ce = Symbol.for("react.element"), be = Symbol.for("react.portal"), Se = Symbol.for("react.fragment"), Fe = Symbol.for("react.strict_mode"), Ce = Symbol.for("react.profiler"),
|
|
898
|
+
var ie = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, ce = Symbol.for("react.element"), be = Symbol.for("react.portal"), Se = Symbol.for("react.fragment"), Fe = Symbol.for("react.strict_mode"), Ce = Symbol.for("react.profiler"), Be = Symbol.for("react.provider"), ht = Symbol.for("react.context"), mt = Symbol.for("react.forward_ref"), qe = Symbol.for("react.suspense"), lt = Symbol.for("react.suspense_list"), gt = Symbol.for("react.memo"), je = Symbol.for("react.lazy"), xe = Symbol.for("react.offscreen"), U = Symbol.iterator;
|
|
899
899
|
function q(e) {
|
|
900
900
|
return e === null || typeof e != "object" ? null : (e = U && e[U] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
901
901
|
}
|
|
@@ -1009,7 +1009,7 @@ function ff() {
|
|
|
1009
1009
|
if (typeof e == "object") switch (e.$$typeof) {
|
|
1010
1010
|
case ht:
|
|
1011
1011
|
return (e.displayName || "Context") + ".Consumer";
|
|
1012
|
-
case
|
|
1012
|
+
case Be:
|
|
1013
1013
|
return (e._context.displayName || "Context") + ".Provider";
|
|
1014
1014
|
case mt:
|
|
1015
1015
|
var t = e.render;
|
|
@@ -1501,18 +1501,18 @@ function ff() {
|
|
|
1501
1501
|
return n.stateNode.current === n ? e : t;
|
|
1502
1502
|
}
|
|
1503
1503
|
function Ma(e) {
|
|
1504
|
-
return e = rd(e), e !== null ?
|
|
1504
|
+
return e = rd(e), e !== null ? Ba(e) : null;
|
|
1505
1505
|
}
|
|
1506
|
-
function
|
|
1506
|
+
function Ba(e) {
|
|
1507
1507
|
if (e.tag === 5 || e.tag === 6) return e;
|
|
1508
1508
|
for (e = e.child; e !== null; ) {
|
|
1509
|
-
var t =
|
|
1509
|
+
var t = Ba(e);
|
|
1510
1510
|
if (t !== null) return t;
|
|
1511
1511
|
e = e.sibling;
|
|
1512
1512
|
}
|
|
1513
1513
|
return null;
|
|
1514
1514
|
}
|
|
1515
|
-
var
|
|
1515
|
+
var La = u.unstable_scheduleCallback, Ta = u.unstable_cancelCallback, od = u.unstable_shouldYield, id = u.unstable_requestPaint, we = u.unstable_now, ld = u.unstable_getCurrentPriorityLevel, mi = u.unstable_ImmediatePriority, Ua = u.unstable_UserBlockingPriority, jr = u.unstable_NormalPriority, ad = u.unstable_LowPriority, Oa = u.unstable_IdlePriority, Qr = null, vt = null;
|
|
1516
1516
|
function sd(e) {
|
|
1517
1517
|
if (vt && typeof vt.onCommitFiberRoot == "function") try {
|
|
1518
1518
|
vt.onCommitFiberRoot(Qr, e, void 0, (e.current.flags & 128) === 128);
|
|
@@ -2019,7 +2019,7 @@ function ff() {
|
|
|
2019
2019
|
return e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
2020
2020
|
}, which: function(e) {
|
|
2021
2021
|
return e.type === "keypress" ? Zr(e) : e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
2022
|
-
} }),
|
|
2022
|
+
} }), Bd = Xe(Md), Ld = V({}, $r, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), $a = Xe(Ld), Td = V({}, rr, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: zi }), Ud = Xe(Td), Od = V({}, kn, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), Dd = Xe(Od), Vd = V({}, $r, {
|
|
2023
2023
|
deltaX: function(e) {
|
|
2024
2024
|
return "deltaX" in e ? e.deltaX : "wheelDeltaX" in e ? -e.wheelDeltaX : 0;
|
|
2025
2025
|
},
|
|
@@ -2211,22 +2211,22 @@ function ff() {
|
|
|
2211
2211
|
for (typeof n.focus == "function" && n.focus(), n = 0; n < t.length; n++) e = t[n], e.element.scrollLeft = e.left, e.element.scrollTop = e.top;
|
|
2212
2212
|
}
|
|
2213
2213
|
}
|
|
2214
|
-
var tp = v && "documentMode" in document && 11 >= document.documentMode, Sn = null, Mi = null, ur = null,
|
|
2214
|
+
var tp = v && "documentMode" in document && 11 >= document.documentMode, Sn = null, Mi = null, ur = null, Bi = !1;
|
|
2215
2215
|
function ms(e, t, n) {
|
|
2216
2216
|
var r = n.window === n ? n.document : n.nodeType === 9 ? n : n.ownerDocument;
|
|
2217
|
-
|
|
2217
|
+
Bi || Sn == null || Sn !== Ur(r) || (r = Sn, "selectionStart" in r && Ii(r) ? r = { start: r.selectionStart, end: r.selectionEnd } : (r = (r.ownerDocument && r.ownerDocument.defaultView || window).getSelection(), r = { anchorNode: r.anchorNode, anchorOffset: r.anchorOffset, focusNode: r.focusNode, focusOffset: r.focusOffset }), ur && sr(ur, r) || (ur = r, r = oo(Mi, "onSelect"), 0 < r.length && (t = new Ci("onSelect", "select", null, t, n), e.push({ event: t, listeners: r }), t.target = Sn)));
|
|
2218
2218
|
}
|
|
2219
2219
|
function to(e, t) {
|
|
2220
2220
|
var n = {};
|
|
2221
2221
|
return n[e.toLowerCase()] = t.toLowerCase(), n["Webkit" + e] = "webkit" + t, n["Moz" + e] = "moz" + t, n;
|
|
2222
2222
|
}
|
|
2223
|
-
var Cn = { animationend: to("Animation", "AnimationEnd"), animationiteration: to("Animation", "AnimationIteration"), animationstart: to("Animation", "AnimationStart"), transitionend: to("Transition", "TransitionEnd") },
|
|
2223
|
+
var Cn = { animationend: to("Animation", "AnimationEnd"), animationiteration: to("Animation", "AnimationIteration"), animationstart: to("Animation", "AnimationStart"), transitionend: to("Transition", "TransitionEnd") }, Li = {}, gs = {};
|
|
2224
2224
|
v && (gs = document.createElement("div").style, "AnimationEvent" in window || (delete Cn.animationend.animation, delete Cn.animationiteration.animation, delete Cn.animationstart.animation), "TransitionEvent" in window || delete Cn.transitionend.transition);
|
|
2225
2225
|
function no(e) {
|
|
2226
|
-
if (
|
|
2226
|
+
if (Li[e]) return Li[e];
|
|
2227
2227
|
if (!Cn[e]) return e;
|
|
2228
2228
|
var t = Cn[e], n;
|
|
2229
|
-
for (n in t) if (t.hasOwnProperty(n) && n in gs) return
|
|
2229
|
+
for (n in t) if (t.hasOwnProperty(n) && n in gs) return Li[e] = t[n];
|
|
2230
2230
|
return e;
|
|
2231
2231
|
}
|
|
2232
2232
|
var vs = no("animationend"), xs = no("animationiteration"), ys = no("animationstart"), ws = no("transitionend"), ks = /* @__PURE__ */ new Map(), bs = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");
|
|
@@ -2331,7 +2331,7 @@ function ff() {
|
|
|
2331
2331
|
if (Zr(n) === 0) break e;
|
|
2332
2332
|
case "keydown":
|
|
2333
2333
|
case "keyup":
|
|
2334
|
-
O =
|
|
2334
|
+
O = Bd;
|
|
2335
2335
|
break;
|
|
2336
2336
|
case "focusin":
|
|
2337
2337
|
j = "focus", O = Pi;
|
|
@@ -2452,12 +2452,12 @@ function ff() {
|
|
|
2452
2452
|
ur = Mi = Sn = null;
|
|
2453
2453
|
break;
|
|
2454
2454
|
case "mousedown":
|
|
2455
|
-
|
|
2455
|
+
Bi = !0;
|
|
2456
2456
|
break;
|
|
2457
2457
|
case "contextmenu":
|
|
2458
2458
|
case "mouseup":
|
|
2459
2459
|
case "dragend":
|
|
2460
|
-
|
|
2460
|
+
Bi = !1, ms(N, n, R);
|
|
2461
2461
|
break;
|
|
2462
2462
|
case "selectionchange":
|
|
2463
2463
|
if (tp) break;
|
|
@@ -2609,7 +2609,7 @@ function ff() {
|
|
|
2609
2609
|
function ue(e, t) {
|
|
2610
2610
|
zn++, Hi[zn] = e.current, e.current = t;
|
|
2611
2611
|
}
|
|
2612
|
-
var Wt = {},
|
|
2612
|
+
var Wt = {}, Le = Yt(Wt), Qe = Yt(!1), on = Wt;
|
|
2613
2613
|
function Rn(e, t) {
|
|
2614
2614
|
var n = e.type.contextTypes;
|
|
2615
2615
|
if (!n) return Wt;
|
|
@@ -2623,11 +2623,11 @@ function ff() {
|
|
|
2623
2623
|
return e = e.childContextTypes, e != null;
|
|
2624
2624
|
}
|
|
2625
2625
|
function so() {
|
|
2626
|
-
pe(Qe), pe(
|
|
2626
|
+
pe(Qe), pe(Le);
|
|
2627
2627
|
}
|
|
2628
2628
|
function Ns(e, t, n) {
|
|
2629
|
-
if (
|
|
2630
|
-
ue(
|
|
2629
|
+
if (Le.current !== Wt) throw Error(a(168));
|
|
2630
|
+
ue(Le, t), ue(Qe, n);
|
|
2631
2631
|
}
|
|
2632
2632
|
function Fs(e, t, n) {
|
|
2633
2633
|
var r = e.stateNode;
|
|
@@ -2637,12 +2637,12 @@ function ff() {
|
|
|
2637
2637
|
return V({}, n, r);
|
|
2638
2638
|
}
|
|
2639
2639
|
function uo(e) {
|
|
2640
|
-
return e = (e = e.stateNode) && e.__reactInternalMemoizedMergedChildContext || Wt, on =
|
|
2640
|
+
return e = (e = e.stateNode) && e.__reactInternalMemoizedMergedChildContext || Wt, on = Le.current, ue(Le, e), ue(Qe, Qe.current), !0;
|
|
2641
2641
|
}
|
|
2642
2642
|
function Is(e, t, n) {
|
|
2643
2643
|
var r = e.stateNode;
|
|
2644
2644
|
if (!r) throw Error(a(169));
|
|
2645
|
-
n ? (e = Fs(e, t, on), r.__reactInternalMemoizedMergedChildContext = e, pe(Qe), pe(
|
|
2645
|
+
n ? (e = Fs(e, t, on), r.__reactInternalMemoizedMergedChildContext = e, pe(Qe), pe(Le), ue(Le, e)) : pe(Qe), ue(Qe, n);
|
|
2646
2646
|
}
|
|
2647
2647
|
var At = null, co = !1, Ji = !1;
|
|
2648
2648
|
function Ms(e) {
|
|
@@ -2665,7 +2665,7 @@ function ff() {
|
|
|
2665
2665
|
}
|
|
2666
2666
|
At = null, co = !1;
|
|
2667
2667
|
} catch (o) {
|
|
2668
|
-
throw At !== null && (At = At.slice(e + 1)),
|
|
2668
|
+
throw At !== null && (At = At.slice(e + 1)), La(mi, Ht), o;
|
|
2669
2669
|
} finally {
|
|
2670
2670
|
ae = t, Ji = !1;
|
|
2671
2671
|
}
|
|
@@ -2676,7 +2676,7 @@ function ff() {
|
|
|
2676
2676
|
function an(e, t) {
|
|
2677
2677
|
Nn[Fn++] = fo, Nn[Fn++] = po, po = e, fo = t;
|
|
2678
2678
|
}
|
|
2679
|
-
function
|
|
2679
|
+
function Bs(e, t, n) {
|
|
2680
2680
|
et[tt++] = Pt, et[tt++] = zt, et[tt++] = ln, ln = e;
|
|
2681
2681
|
var r = Pt;
|
|
2682
2682
|
e = zt;
|
|
@@ -2689,14 +2689,14 @@ function ff() {
|
|
|
2689
2689
|
} else Pt = 1 << i | n << o | r, zt = e;
|
|
2690
2690
|
}
|
|
2691
2691
|
function qi(e) {
|
|
2692
|
-
e.return !== null && (an(e, 1),
|
|
2692
|
+
e.return !== null && (an(e, 1), Bs(e, 1, 0));
|
|
2693
2693
|
}
|
|
2694
2694
|
function Gi(e) {
|
|
2695
2695
|
for (; e === po; ) po = Nn[--Fn], Nn[Fn] = null, fo = Nn[--Fn], Nn[Fn] = null;
|
|
2696
2696
|
for (; e === ln; ) ln = et[--tt], et[tt] = null, zt = et[--tt], et[tt] = null, Pt = et[--tt], et[tt] = null;
|
|
2697
2697
|
}
|
|
2698
2698
|
var Ze = null, _e = null, he = !1, ut = null;
|
|
2699
|
-
function
|
|
2699
|
+
function Ls(e, t) {
|
|
2700
2700
|
var n = it(5, null, null, 0);
|
|
2701
2701
|
n.elementType = "DELETED", n.stateNode = t, n.return = e, t = e.deletions, t === null ? (e.deletions = [n], e.flags |= 16) : t.push(n);
|
|
2702
2702
|
}
|
|
@@ -2725,7 +2725,7 @@ function ff() {
|
|
|
2725
2725
|
if (Xi(e)) throw Error(a(418));
|
|
2726
2726
|
t = Kt(n.nextSibling);
|
|
2727
2727
|
var r = Ze;
|
|
2728
|
-
t && Ts(e, t) ?
|
|
2728
|
+
t && Ts(e, t) ? Ls(r, n) : (e.flags = e.flags & -4097 | 2, he = !1, Ze = e);
|
|
2729
2729
|
}
|
|
2730
2730
|
} else {
|
|
2731
2731
|
if (Xi(e)) throw Error(a(418));
|
|
@@ -2743,7 +2743,7 @@ function ff() {
|
|
|
2743
2743
|
var t;
|
|
2744
2744
|
if ((t = e.tag !== 3) && !(t = e.tag !== 5) && (t = e.type, t = t !== "head" && t !== "body" && !Qi(e.type, e.memoizedProps)), t && (t = _e)) {
|
|
2745
2745
|
if (Xi(e)) throw Os(), Error(a(418));
|
|
2746
|
-
for (; t; )
|
|
2746
|
+
for (; t; ) Ls(e, t), t = Kt(t.nextSibling);
|
|
2747
2747
|
}
|
|
2748
2748
|
if (Us(e), e.tag === 13) {
|
|
2749
2749
|
if (e = e.memoizedState, e = e !== null ? e.dehydrated : null, !e) throw Error(a(317));
|
|
@@ -2993,9 +2993,9 @@ function ff() {
|
|
|
2993
2993
|
}
|
|
2994
2994
|
return ke;
|
|
2995
2995
|
}
|
|
2996
|
-
var Mn = Vs(!0), js = Vs(!1), go = Yt(null), vo = null,
|
|
2996
|
+
var Mn = Vs(!0), js = Vs(!1), go = Yt(null), vo = null, Bn = null, $i = null;
|
|
2997
2997
|
function el() {
|
|
2998
|
-
$i =
|
|
2998
|
+
$i = Bn = vo = null;
|
|
2999
2999
|
}
|
|
3000
3000
|
function tl(e) {
|
|
3001
3001
|
var t = go.current;
|
|
@@ -3008,15 +3008,15 @@ function ff() {
|
|
|
3008
3008
|
e = e.return;
|
|
3009
3009
|
}
|
|
3010
3010
|
}
|
|
3011
|
-
function
|
|
3012
|
-
vo = e, $i =
|
|
3011
|
+
function Ln(e, t) {
|
|
3012
|
+
vo = e, $i = Bn = null, e = e.dependencies, e !== null && e.firstContext !== null && ((e.lanes & t) !== 0 && (Ye = !0), e.firstContext = null);
|
|
3013
3013
|
}
|
|
3014
3014
|
function nt(e) {
|
|
3015
3015
|
var t = e._currentValue;
|
|
3016
|
-
if ($i !== e) if (e = { context: e, memoizedValue: t, next: null },
|
|
3016
|
+
if ($i !== e) if (e = { context: e, memoizedValue: t, next: null }, Bn === null) {
|
|
3017
3017
|
if (vo === null) throw Error(a(308));
|
|
3018
|
-
|
|
3019
|
-
} else
|
|
3018
|
+
Bn = e, vo.dependencies = { lanes: 0, firstContext: e };
|
|
3019
|
+
} else Bn = Bn.next = e;
|
|
3020
3020
|
return t;
|
|
3021
3021
|
}
|
|
3022
3022
|
var sn = null;
|
|
@@ -3572,7 +3572,7 @@ function ff() {
|
|
|
3572
3572
|
}
|
|
3573
3573
|
function mu(e, t, n) {
|
|
3574
3574
|
var r = !1, o = Wt, i = t.contextType;
|
|
3575
|
-
return typeof i == "object" && i !== null ? i = nt(i) : (o = Ke(t) ? on :
|
|
3575
|
+
return typeof i == "object" && i !== null ? i = nt(i) : (o = Ke(t) ? on : Le.current, r = t.contextTypes, i = (r = r != null) ? Rn(e, o) : Wt), t = new t(n, i), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = Ao, e.stateNode = t, t._reactInternals = e, r && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = o, e.__reactInternalMemoizedMaskedChildContext = i), t;
|
|
3576
3576
|
}
|
|
3577
3577
|
function gu(e, t, n, r) {
|
|
3578
3578
|
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(n, r), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(n, r), t.state !== e && Ao.enqueueReplaceState(t, t.state, null);
|
|
@@ -3581,7 +3581,7 @@ function ff() {
|
|
|
3581
3581
|
var o = e.stateNode;
|
|
3582
3582
|
o.props = n, o.state = e.memoizedState, o.refs = {}, ol(e);
|
|
3583
3583
|
var i = t.contextType;
|
|
3584
|
-
typeof i == "object" && i !== null ? o.context = nt(i) : (i = Ke(t) ? on :
|
|
3584
|
+
typeof i == "object" && i !== null ? o.context = nt(i) : (i = Ke(t) ? on : Le.current, o.context = Rn(e, i)), o.state = e.memoizedState, i = t.getDerivedStateFromProps, typeof i == "function" && (vl(e, t, i, n), o.state = e.memoizedState), typeof t.getDerivedStateFromProps == "function" || typeof o.getSnapshotBeforeUpdate == "function" || typeof o.UNSAFE_componentWillMount != "function" && typeof o.componentWillMount != "function" || (t = o.state, typeof o.componentWillMount == "function" && o.componentWillMount(), typeof o.UNSAFE_componentWillMount == "function" && o.UNSAFE_componentWillMount(), t !== o.state && Ao.enqueueReplaceState(o, o.state, null), yo(e, n, o, r), o.state = e.memoizedState), typeof o.componentDidMount == "function" && (e.flags |= 4194308);
|
|
3585
3585
|
}
|
|
3586
3586
|
function Un(e, t) {
|
|
3587
3587
|
try {
|
|
@@ -3614,7 +3614,7 @@ Error generating stack: ` + i.message + `
|
|
|
3614
3614
|
n = Nt(-1, n), n.tag = 3, n.payload = { element: null };
|
|
3615
3615
|
var r = t.value;
|
|
3616
3616
|
return n.callback = function() {
|
|
3617
|
-
Mo || (Mo = !0,
|
|
3617
|
+
Mo || (Mo = !0, Ll = r), wl(e, t);
|
|
3618
3618
|
}, n;
|
|
3619
3619
|
}
|
|
3620
3620
|
function xu(e, t, n) {
|
|
@@ -3642,7 +3642,7 @@ Error generating stack: ` + i.message + `
|
|
|
3642
3642
|
var o = /* @__PURE__ */ new Set();
|
|
3643
3643
|
r.set(t, o);
|
|
3644
3644
|
} else o = r.get(t), o === void 0 && (o = /* @__PURE__ */ new Set(), r.set(t, o));
|
|
3645
|
-
o.has(n) || (o.add(n), e =
|
|
3645
|
+
o.has(n) || (o.add(n), e = Lp.bind(null, e, t, n), t.then(e, e));
|
|
3646
3646
|
}
|
|
3647
3647
|
function wu(e) {
|
|
3648
3648
|
do {
|
|
@@ -3662,7 +3662,7 @@ Error generating stack: ` + i.message + `
|
|
|
3662
3662
|
function bu(e, t, n, r, o) {
|
|
3663
3663
|
n = n.render;
|
|
3664
3664
|
var i = t.ref;
|
|
3665
|
-
return
|
|
3665
|
+
return Ln(t, o), r = dl(e, t, n, r, i, o), n = pl(), e !== null && !Ye ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~o, Ft(e, t, o)) : (he && n && qi(t), t.flags |= 1, De(e, t, r, o), t.child);
|
|
3666
3666
|
}
|
|
3667
3667
|
function Su(e, t, n, r, o) {
|
|
3668
3668
|
if (e === null) {
|
|
@@ -3698,26 +3698,26 @@ Error generating stack: ` + i.message + `
|
|
|
3698
3698
|
(e === null && n !== null || e !== null && e.ref !== n) && (t.flags |= 512, t.flags |= 2097152);
|
|
3699
3699
|
}
|
|
3700
3700
|
function kl(e, t, n, r, o) {
|
|
3701
|
-
var i = Ke(n) ? on :
|
|
3702
|
-
return i = Rn(t, i),
|
|
3701
|
+
var i = Ke(n) ? on : Le.current;
|
|
3702
|
+
return i = Rn(t, i), Ln(t, o), n = dl(e, t, n, r, i, o), r = pl(), e !== null && !Ye ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~o, Ft(e, t, o)) : (he && r && qi(t), t.flags |= 1, De(e, t, n, o), t.child);
|
|
3703
3703
|
}
|
|
3704
3704
|
function Pu(e, t, n, r, o) {
|
|
3705
3705
|
if (Ke(n)) {
|
|
3706
3706
|
var i = !0;
|
|
3707
3707
|
uo(t);
|
|
3708
3708
|
} else i = !1;
|
|
3709
|
-
if (
|
|
3709
|
+
if (Ln(t, o), t.stateNode === null) zo(e, t), mu(t, n, r), xl(t, n, r, o), r = !0;
|
|
3710
3710
|
else if (e === null) {
|
|
3711
3711
|
var s = t.stateNode, p = t.memoizedProps;
|
|
3712
3712
|
s.props = p;
|
|
3713
3713
|
var h = s.context, S = n.contextType;
|
|
3714
|
-
typeof S == "object" && S !== null ? S = nt(S) : (S = Ke(n) ? on :
|
|
3714
|
+
typeof S == "object" && S !== null ? S = nt(S) : (S = Ke(n) ? on : Le.current, S = Rn(t, S));
|
|
3715
3715
|
var R = n.getDerivedStateFromProps, N = typeof R == "function" || typeof s.getSnapshotBeforeUpdate == "function";
|
|
3716
3716
|
N || typeof s.UNSAFE_componentWillReceiveProps != "function" && typeof s.componentWillReceiveProps != "function" || (p !== r || h !== S) && gu(t, s, r, S), Jt = !1;
|
|
3717
3717
|
var P = t.memoizedState;
|
|
3718
3718
|
s.state = P, yo(t, r, s, o), h = t.memoizedState, p !== r || P !== h || Qe.current || Jt ? (typeof R == "function" && (vl(t, n, R, r), h = t.memoizedState), (p = Jt || hu(t, n, p, r, P, h, S)) ? (N || typeof s.UNSAFE_componentWillMount != "function" && typeof s.componentWillMount != "function" || (typeof s.componentWillMount == "function" && s.componentWillMount(), typeof s.UNSAFE_componentWillMount == "function" && s.UNSAFE_componentWillMount()), typeof s.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof s.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = r, t.memoizedState = h), s.props = r, s.state = h, s.context = S, r = p) : (typeof s.componentDidMount == "function" && (t.flags |= 4194308), r = !1);
|
|
3719
3719
|
} else {
|
|
3720
|
-
s = t.stateNode, Ks(e, t), p = t.memoizedProps, S = t.type === t.elementType ? p : ct(t.type, p), s.props = S, N = t.pendingProps, P = s.context, h = n.contextType, typeof h == "object" && h !== null ? h = nt(h) : (h = Ke(n) ? on :
|
|
3720
|
+
s = t.stateNode, Ks(e, t), p = t.memoizedProps, S = t.type === t.elementType ? p : ct(t.type, p), s.props = S, N = t.pendingProps, P = s.context, h = n.contextType, typeof h == "object" && h !== null ? h = nt(h) : (h = Ke(n) ? on : Le.current, h = Rn(t, h));
|
|
3721
3721
|
var O = n.getDerivedStateFromProps;
|
|
3722
3722
|
(R = typeof O == "function" || typeof s.getSnapshotBeforeUpdate == "function") || typeof s.UNSAFE_componentWillReceiveProps != "function" && typeof s.componentWillReceiveProps != "function" || (p !== N || P !== h) && gu(t, s, r, h), Jt = !1, P = t.memoizedState, s.state = P, yo(t, r, s, o);
|
|
3723
3723
|
var j = t.memoizedState;
|
|
@@ -3915,7 +3915,7 @@ Error generating stack: ` + i.message + `
|
|
|
3915
3915
|
}
|
|
3916
3916
|
return Ft(e, t, n);
|
|
3917
3917
|
}
|
|
3918
|
-
var Mu, Pl,
|
|
3918
|
+
var Mu, Pl, Bu, Lu;
|
|
3919
3919
|
Mu = function(e, t) {
|
|
3920
3920
|
for (var n = t.child; n !== null; ) {
|
|
3921
3921
|
if (n.tag === 5 || n.tag === 6) e.appendChild(n.stateNode);
|
|
@@ -3931,7 +3931,7 @@ Error generating stack: ` + i.message + `
|
|
|
3931
3931
|
n.sibling.return = n.return, n = n.sibling;
|
|
3932
3932
|
}
|
|
3933
3933
|
}, Pl = function() {
|
|
3934
|
-
},
|
|
3934
|
+
}, Bu = function(e, t, n, r) {
|
|
3935
3935
|
var o = e.memoizedProps;
|
|
3936
3936
|
if (o !== r) {
|
|
3937
3937
|
e = t.stateNode, un(yt.current);
|
|
@@ -3971,7 +3971,7 @@ Error generating stack: ` + i.message + `
|
|
|
3971
3971
|
var S = i;
|
|
3972
3972
|
(t.updateQueue = S) && (t.flags |= 4);
|
|
3973
3973
|
}
|
|
3974
|
-
},
|
|
3974
|
+
}, Lu = function(e, t, n, r) {
|
|
3975
3975
|
n !== r && (t.flags |= 4);
|
|
3976
3976
|
};
|
|
3977
3977
|
function Sr(e, t) {
|
|
@@ -4010,11 +4010,11 @@ Error generating stack: ` + i.message + `
|
|
|
4010
4010
|
case 1:
|
|
4011
4011
|
return Ke(t.type) && so(), Ue(t), null;
|
|
4012
4012
|
case 3:
|
|
4013
|
-
return r = t.stateNode, Tn(), pe(Qe), pe(
|
|
4013
|
+
return r = t.stateNode, Tn(), pe(Qe), pe(Le), sl(), r.pendingContext && (r.context = r.pendingContext, r.pendingContext = null), (e === null || e.child === null) && (ho(t) ? t.flags |= 4 : e === null || e.memoizedState.isDehydrated && (t.flags & 256) === 0 || (t.flags |= 1024, ut !== null && (Ol(ut), ut = null))), Pl(e, t), Ue(t), null;
|
|
4014
4014
|
case 5:
|
|
4015
4015
|
ll(t);
|
|
4016
4016
|
var o = un(xr.current);
|
|
4017
|
-
if (n = t.type, e !== null && t.stateNode != null)
|
|
4017
|
+
if (n = t.type, e !== null && t.stateNode != null) Bu(e, t, n, r, o), e.ref !== t.ref && (t.flags |= 512, t.flags |= 2097152);
|
|
4018
4018
|
else {
|
|
4019
4019
|
if (!r) {
|
|
4020
4020
|
if (t.stateNode === null) throw Error(a(166));
|
|
@@ -4174,7 +4174,7 @@ Error generating stack: ` + i.message + `
|
|
|
4174
4174
|
}
|
|
4175
4175
|
return Ue(t), null;
|
|
4176
4176
|
case 6:
|
|
4177
|
-
if (e && t.stateNode != null)
|
|
4177
|
+
if (e && t.stateNode != null) Lu(e, t, e.memoizedProps, r);
|
|
4178
4178
|
else {
|
|
4179
4179
|
if (typeof r != "string" && t.stateNode === null) throw Error(a(166));
|
|
4180
4180
|
if (n = un(xr.current), un(yt.current), ho(t)) {
|
|
@@ -4244,7 +4244,7 @@ Error generating stack: ` + i.message + `
|
|
|
4244
4244
|
case 1:
|
|
4245
4245
|
return Ke(t.type) && so(), e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
4246
4246
|
case 3:
|
|
4247
|
-
return Tn(), pe(Qe), pe(
|
|
4247
|
+
return Tn(), pe(Qe), pe(Le), sl(), e = t.flags, (e & 65536) !== 0 && (e & 128) === 0 ? (t.flags = e & -65537 | 128, t) : null;
|
|
4248
4248
|
case 5:
|
|
4249
4249
|
return ll(t), null;
|
|
4250
4250
|
case 13:
|
|
@@ -4607,7 +4607,7 @@ Error generating stack: ` + i.message + `
|
|
|
4607
4607
|
pt(t, e), kt(e);
|
|
4608
4608
|
break;
|
|
4609
4609
|
case 13:
|
|
4610
|
-
pt(t, e), kt(e), o = e.child, o.flags & 8192 && (i = o.memoizedState !== null, o.stateNode.isHidden = i, !i || o.alternate !== null && o.alternate.memoizedState !== null || (
|
|
4610
|
+
pt(t, e), kt(e), o = e.child, o.flags & 8192 && (i = o.memoizedState !== null, o.stateNode.isHidden = i, !i || o.alternate !== null && o.alternate.memoizedState !== null || (Bl = we())), r & 4 && ju(e);
|
|
4611
4611
|
break;
|
|
4612
4612
|
case 22:
|
|
4613
4613
|
if (R = n !== null && n.memoizedState !== null, e.mode & 1 ? (Oe = (S = Oe) || R, pt(t, e), Oe = S) : pt(t, e), kt(e), r & 8192) {
|
|
@@ -4908,7 +4908,7 @@ Error generating stack: ` + i.message + `
|
|
|
4908
4908
|
D = t.return;
|
|
4909
4909
|
}
|
|
4910
4910
|
}
|
|
4911
|
-
var Np = Math.ceil, Fo = ie.ReactCurrentDispatcher, Il = ie.ReactCurrentOwner, ot = ie.ReactCurrentBatchConfig, te = 0, Re = null, Ee = null, Me = 0, $e = 0, Dn = Yt(0), Pe = 0, Er = null, dn = 0, Io = 0, Ml = 0, Ar = null, We = null,
|
|
4911
|
+
var Np = Math.ceil, Fo = ie.ReactCurrentDispatcher, Il = ie.ReactCurrentOwner, ot = ie.ReactCurrentBatchConfig, te = 0, Re = null, Ee = null, Me = 0, $e = 0, Dn = Yt(0), Pe = 0, Er = null, dn = 0, Io = 0, Ml = 0, Ar = null, We = null, Bl = 0, Vn = 1 / 0, It = null, Mo = !1, Ll = null, Xt = null, Bo = !1, Zt = null, Lo = 0, Pr = 0, Tl = null, To = -1, Uo = 0;
|
|
4912
4912
|
function Ve() {
|
|
4913
4913
|
return (te & 6) !== 0 ? we() : To !== -1 ? To : To = we();
|
|
4914
4914
|
}
|
|
@@ -4986,7 +4986,7 @@ Error generating stack: ` + i.message + `
|
|
|
4986
4986
|
hn(e, We, It);
|
|
4987
4987
|
break;
|
|
4988
4988
|
case 3:
|
|
4989
|
-
if ($t(e, r), (r & 130023424) === r && (t =
|
|
4989
|
+
if ($t(e, r), (r & 130023424) === r && (t = Bl + 500 - we(), 10 < t)) {
|
|
4990
4990
|
if (Wr(e, 0) !== 0) break;
|
|
4991
4991
|
if (o = e.suspendedLanes, (o & r) !== r) {
|
|
4992
4992
|
Ve(), e.pingedLanes |= e.suspendedLanes & o;
|
|
@@ -5105,7 +5105,7 @@ Error generating stack: ` + i.message + `
|
|
|
5105
5105
|
r = r.type.childContextTypes, r != null && so();
|
|
5106
5106
|
break;
|
|
5107
5107
|
case 3:
|
|
5108
|
-
Tn(), pe(Qe), pe(
|
|
5108
|
+
Tn(), pe(Qe), pe(Le), sl();
|
|
5109
5109
|
break;
|
|
5110
5110
|
case 5:
|
|
5111
5111
|
ll(r);
|
|
@@ -5281,13 +5281,13 @@ Error generating stack: ` + i.message + `
|
|
|
5281
5281
|
function hn(e, t, n) {
|
|
5282
5282
|
var r = ae, o = ot.transition;
|
|
5283
5283
|
try {
|
|
5284
|
-
ot.transition = null, ae = 1,
|
|
5284
|
+
ot.transition = null, ae = 1, Bp(e, t, n, r);
|
|
5285
5285
|
} finally {
|
|
5286
5286
|
ot.transition = o, ae = r;
|
|
5287
5287
|
}
|
|
5288
5288
|
return null;
|
|
5289
5289
|
}
|
|
5290
|
-
function
|
|
5290
|
+
function Bp(e, t, n, r) {
|
|
5291
5291
|
do
|
|
5292
5292
|
jn();
|
|
5293
5293
|
while (Zt !== null);
|
|
@@ -5298,7 +5298,7 @@ Error generating stack: ` + i.message + `
|
|
|
5298
5298
|
if (e.finishedWork = null, e.finishedLanes = 0, n === e.current) throw Error(a(177));
|
|
5299
5299
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
5300
5300
|
var i = n.lanes | n.childLanes;
|
|
5301
|
-
if (hd(e, i), e === Re && (Ee = Re = null, Me = 0), (n.subtreeFlags & 2064) === 0 && (n.flags & 2064) === 0 ||
|
|
5301
|
+
if (hd(e, i), e === Re && (Ee = Re = null, Me = 0), (n.subtreeFlags & 2064) === 0 && (n.flags & 2064) === 0 || Bo || (Bo = !0, nc(jr, function() {
|
|
5302
5302
|
return jn(), null;
|
|
5303
5303
|
})), i = (n.flags & 15990) !== 0, (n.subtreeFlags & 15990) !== 0 || i) {
|
|
5304
5304
|
i = ot.transition, ot.transition = null;
|
|
@@ -5307,17 +5307,17 @@ Error generating stack: ` + i.message + `
|
|
|
5307
5307
|
var p = te;
|
|
5308
5308
|
te |= 4, Il.current = null, zp(e, n), Qu(n, e), ep(ji), qr = !!Vi, ji = Vi = null, e.current = n, Rp(n), id(), te = p, ae = s, ot.transition = i;
|
|
5309
5309
|
} else e.current = n;
|
|
5310
|
-
if (
|
|
5311
|
-
if (Mo) throw Mo = !1, e =
|
|
5312
|
-
return (
|
|
5310
|
+
if (Bo && (Bo = !1, Zt = e, Lo = o), i = e.pendingLanes, i === 0 && (Xt = null), sd(n.stateNode), He(e, we()), t !== null) for (r = e.onRecoverableError, n = 0; n < t.length; n++) o = t[n], r(o.value, { componentStack: o.stack, digest: o.digest });
|
|
5311
|
+
if (Mo) throw Mo = !1, e = Ll, Ll = null, e;
|
|
5312
|
+
return (Lo & 1) !== 0 && e.tag !== 0 && jn(), i = e.pendingLanes, (i & 1) !== 0 ? e === Tl ? Pr++ : (Pr = 0, Tl = e) : Pr = 0, Ht(), null;
|
|
5313
5313
|
}
|
|
5314
5314
|
function jn() {
|
|
5315
5315
|
if (Zt !== null) {
|
|
5316
|
-
var e = Va(
|
|
5316
|
+
var e = Va(Lo), t = ot.transition, n = ae;
|
|
5317
5317
|
try {
|
|
5318
5318
|
if (ot.transition = null, ae = 16 > e ? 16 : e, Zt === null) var r = !1;
|
|
5319
5319
|
else {
|
|
5320
|
-
if (e = Zt, Zt = null,
|
|
5320
|
+
if (e = Zt, Zt = null, Lo = 0, (te & 6) !== 0) throw Error(a(331));
|
|
5321
5321
|
var o = te;
|
|
5322
5322
|
for (te |= 4, D = e.current; D !== null; ) {
|
|
5323
5323
|
var i = D, s = i.child;
|
|
@@ -5441,9 +5441,9 @@ Error generating stack: ` + i.message + `
|
|
|
5441
5441
|
t = t.return;
|
|
5442
5442
|
}
|
|
5443
5443
|
}
|
|
5444
|
-
function
|
|
5444
|
+
function Lp(e, t, n) {
|
|
5445
5445
|
var r = e.pingCache;
|
|
5446
|
-
r !== null && r.delete(t), t = Ve(), e.pingedLanes |= e.suspendedLanes & n, Re === e && (Me & n) === n && (Pe === 4 || Pe === 3 && (Me & 130023424) === Me && 500 > we() -
|
|
5446
|
+
r !== null && r.delete(t), t = Ve(), e.pingedLanes |= e.suspendedLanes & n, Re === e && (Me & n) === n && (Pe === 4 || Pe === 3 && (Me & 130023424) === Me && 500 > we() - Bl ? fn(e, 0) : Ml |= n), He(e, t);
|
|
5447
5447
|
}
|
|
5448
5448
|
function ec(e, t) {
|
|
5449
5449
|
t === 0 && ((e.mode & 1) === 0 ? t = 1 : (t = Yr, Yr <<= 1, (Yr & 130023424) === 0 && (Yr = 4194304)));
|
|
@@ -5476,13 +5476,13 @@ Error generating stack: ` + i.message + `
|
|
|
5476
5476
|
if ((e.lanes & n) === 0 && (t.flags & 128) === 0) return Ye = !1, Cp(e, t, n);
|
|
5477
5477
|
Ye = (e.flags & 131072) !== 0;
|
|
5478
5478
|
}
|
|
5479
|
-
else Ye = !1, he && (t.flags & 1048576) !== 0 &&
|
|
5479
|
+
else Ye = !1, he && (t.flags & 1048576) !== 0 && Bs(t, fo, t.index);
|
|
5480
5480
|
switch (t.lanes = 0, t.tag) {
|
|
5481
5481
|
case 2:
|
|
5482
5482
|
var r = t.type;
|
|
5483
5483
|
zo(e, t), e = t.pendingProps;
|
|
5484
|
-
var o = Rn(t,
|
|
5485
|
-
|
|
5484
|
+
var o = Rn(t, Le.current);
|
|
5485
|
+
Ln(t, n), o = dl(null, t, r, e, o, n);
|
|
5486
5486
|
var i = pl();
|
|
5487
5487
|
return t.flags |= 1, typeof o == "object" && o !== null && typeof o.render == "function" && o.$$typeof === void 0 ? (t.tag = 1, t.memoizedState = null, t.updateQueue = null, Ke(r) ? (i = !0, uo(t)) : i = !1, t.memoizedState = o.state !== null && o.state !== void 0 ? o.state : null, ol(t), o.updater = Ao, t.stateNode = o, o._reactInternals = t, xl(t, r, e, n), t = bl(null, t, r, !0, i, n)) : (t.tag = 0, he && i && qi(t), De(null, t, o, n), t = t.child), t;
|
|
5488
5488
|
case 16:
|
|
@@ -5605,13 +5605,13 @@ Error generating stack: ` + i.message + `
|
|
|
5605
5605
|
}
|
|
5606
5606
|
return t;
|
|
5607
5607
|
case 9:
|
|
5608
|
-
return o = t.type, r = t.pendingProps.children,
|
|
5608
|
+
return o = t.type, r = t.pendingProps.children, Ln(t, n), o = nt(o), r = r(o), t.flags |= 1, De(e, t, r, n), t.child;
|
|
5609
5609
|
case 14:
|
|
5610
5610
|
return r = t.type, o = ct(r, t.pendingProps), o = ct(r.type, o), Su(e, t, r, o, n);
|
|
5611
5611
|
case 15:
|
|
5612
5612
|
return Cu(e, t, t.type, t.pendingProps, n);
|
|
5613
5613
|
case 17:
|
|
5614
|
-
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : ct(r, o), zo(e, t), t.tag = 1, Ke(r) ? (e = !0, uo(t)) : e = !1,
|
|
5614
|
+
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : ct(r, o), zo(e, t), t.tag = 1, Ke(r) ? (e = !0, uo(t)) : e = !1, Ln(t, n), mu(t, r, o), xl(t, r, o, n), bl(null, t, r, !0, e, n);
|
|
5615
5615
|
case 19:
|
|
5616
5616
|
return Iu(e, t, n);
|
|
5617
5617
|
case 22:
|
|
@@ -5620,7 +5620,7 @@ Error generating stack: ` + i.message + `
|
|
|
5620
5620
|
throw Error(a(156, t.tag));
|
|
5621
5621
|
};
|
|
5622
5622
|
function nc(e, t) {
|
|
5623
|
-
return
|
|
5623
|
+
return La(e, t);
|
|
5624
5624
|
}
|
|
5625
5625
|
function Op(e, t, n, r) {
|
|
5626
5626
|
this.tag = e, this.key = n, this.sibling = this.child = this.return = this.stateNode = this.type = this.elementType = null, this.index = 0, this.ref = null, this.pendingProps = t, this.dependencies = this.memoizedState = this.updateQueue = this.memoizedProps = null, this.mode = r, this.subtreeFlags = this.flags = 0, this.deletions = null, this.childLanes = this.lanes = 0, this.alternate = null;
|
|
@@ -5663,7 +5663,7 @@ Error generating stack: ` + i.message + `
|
|
|
5663
5663
|
return Vo(n, o, i, t);
|
|
5664
5664
|
default:
|
|
5665
5665
|
if (typeof e == "object" && e !== null) switch (e.$$typeof) {
|
|
5666
|
-
case
|
|
5666
|
+
case Be:
|
|
5667
5667
|
s = 10;
|
|
5668
5668
|
break e;
|
|
5669
5669
|
case ht:
|
|
@@ -5987,7 +5987,7 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
5987
5987
|
return C.useEffect(() => {
|
|
5988
5988
|
window.addEventListener("resize", () => a(ra(l)));
|
|
5989
5989
|
}, []), u;
|
|
5990
|
-
},
|
|
5990
|
+
}, Lt = (l, u, a = []) => {
|
|
5991
5991
|
gf.createRoot(u.attachShadow({ mode: "open" })).render(
|
|
5992
5992
|
/* @__PURE__ */ I.jsxs(C.StrictMode, { children: [
|
|
5993
5993
|
l,
|
|
@@ -6048,7 +6048,7 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6048
6048
|
name: E.feature_category_name,
|
|
6049
6049
|
tags: []
|
|
6050
6050
|
}), x.push(E.feature_category_id));
|
|
6051
|
-
v.sort((E,
|
|
6051
|
+
v.sort((E, B) => E.name.localeCompare(B.name));
|
|
6052
6052
|
const b = c.filter((E) => x.includes(E.feature_category_id)).map((E) => ({
|
|
6053
6053
|
tagId: E.feature_id,
|
|
6054
6054
|
name: E.feature_name,
|
|
@@ -6061,8 +6061,8 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6061
6061
|
tagCategoryId: -1,
|
|
6062
6062
|
iconUri: E.organization_favicon_url || null
|
|
6063
6063
|
}), A[E.organization_id] = E;
|
|
6064
|
-
b.sort((E,
|
|
6065
|
-
const F = b.map((E) => E.tagId),
|
|
6064
|
+
b.sort((E, B) => E.name.localeCompare(B.name));
|
|
6065
|
+
const F = b.map((E) => E.tagId), L = [
|
|
6066
6066
|
{
|
|
6067
6067
|
resourceCategoryId: 1,
|
|
6068
6068
|
name: "Compute & Storage Resources",
|
|
@@ -6082,16 +6082,16 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6082
6082
|
infoResourceIds: E.rollup_info_resourceids,
|
|
6083
6083
|
imageUri: E.group_logo_url ? `https://cider.access-ci.org/public/groups/${E.group_logo_url.match(/[0-9]+/)[0]}/logo` : null,
|
|
6084
6084
|
tagIds: [
|
|
6085
|
-
...E.rollup_organization_ids.map((
|
|
6085
|
+
...E.rollup_organization_ids.map((B) => B * -1).filter((B) => F.includes(B)),
|
|
6086
6086
|
...E.rollup_feature_ids.filter(
|
|
6087
|
-
(
|
|
6087
|
+
(B) => F.includes(B)
|
|
6088
6088
|
)
|
|
6089
6089
|
],
|
|
6090
6090
|
resourceCategoryId: E.rollup_feature_ids.includes(137) ? 2 : 1,
|
|
6091
6091
|
accessAllocated: E.rollup_feature_ids.includes(139),
|
|
6092
|
-
organizations: E.rollup_organization_ids.map((
|
|
6092
|
+
organizations: E.rollup_organization_ids.map((B) => A[B]).filter((B) => B),
|
|
6093
6093
|
resources: g.filter(
|
|
6094
|
-
(
|
|
6094
|
+
(B) => E.rollup_info_resourceids.includes(B.info_resourceid)
|
|
6095
6095
|
)
|
|
6096
6096
|
})), K = W.find(
|
|
6097
6097
|
(E) => E.infoGroupId === "cloudbank.access-ci.org"
|
|
@@ -6109,8 +6109,8 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6109
6109
|
parentInfoGroupId: K.infoGroupId,
|
|
6110
6110
|
name: E
|
|
6111
6111
|
});
|
|
6112
|
-
return W.sort((E,
|
|
6113
|
-
resourceCategories:
|
|
6112
|
+
return W.sort((E, B) => E.name.localeCompare(B.name)), wf({
|
|
6113
|
+
resourceCategories: L,
|
|
6114
6114
|
resourceGroups: W,
|
|
6115
6115
|
tags: b,
|
|
6116
6116
|
tagCategories: v
|
|
@@ -6158,9 +6158,9 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6158
6158
|
);
|
|
6159
6159
|
for (let A of l) {
|
|
6160
6160
|
let F = !0;
|
|
6161
|
-
for (let
|
|
6161
|
+
for (let L of x) {
|
|
6162
6162
|
let W = !1;
|
|
6163
|
-
for (let K of
|
|
6163
|
+
for (let K of L.tags)
|
|
6164
6164
|
if (v.has(K.tagId) && A.tags.includes(K)) {
|
|
6165
6165
|
W = !0;
|
|
6166
6166
|
break;
|
|
@@ -6172,7 +6172,7 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6172
6172
|
}
|
|
6173
6173
|
if (F) {
|
|
6174
6174
|
f.add(A.infoGroupId), c.add(A.resourceCategoryId);
|
|
6175
|
-
for (let
|
|
6175
|
+
for (let L of A.tagIds) b.delete(L);
|
|
6176
6176
|
}
|
|
6177
6177
|
}
|
|
6178
6178
|
return {
|
|
@@ -6272,7 +6272,7 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6272
6272
|
parentId: b = "root",
|
|
6273
6273
|
setOpen: A
|
|
6274
6274
|
}) => {
|
|
6275
|
-
const F = C.useId(),
|
|
6275
|
+
const F = C.useId(), L = x[b] == F, W = L || l == f, K = () => A({ ...x, [b]: L ? null : F });
|
|
6276
6276
|
if (d) return /* @__PURE__ */ I.jsx("div", { dangerouslySetInnerHTML: { __html: d } });
|
|
6277
6277
|
if (a || v)
|
|
6278
6278
|
return /* @__PURE__ */ I.jsx(
|
|
@@ -6304,7 +6304,7 @@ const ra = (l = 900) => document.body.clientWidth >= l ? "desktop" : "mobile", P
|
|
|
6304
6304
|
hidden: !W,
|
|
6305
6305
|
"aria-hidden": !W,
|
|
6306
6306
|
children: c.map(
|
|
6307
|
-
({ autoOpenMode: E, classes:
|
|
6307
|
+
({ autoOpenMode: E, classes: B, href: T, html: $, items: X, name: ie, onClick: ce }) => /* @__PURE__ */ I.jsx("li", { className: B || "", children: /* @__PURE__ */ I.jsx(
|
|
6308
6308
|
Nc,
|
|
6309
6309
|
{
|
|
6310
6310
|
autoOpenMode: E,
|
|
@@ -6456,12 +6456,12 @@ function Rf(l, u, a, d = {}) {
|
|
|
6456
6456
|
}
|
|
6457
6457
|
function F() {
|
|
6458
6458
|
v = "POP";
|
|
6459
|
-
let
|
|
6460
|
-
b =
|
|
6459
|
+
let B = A(), T = B == null ? null : B - b;
|
|
6460
|
+
b = B, x && x({ action: v, location: E.location, delta: T });
|
|
6461
6461
|
}
|
|
6462
|
-
function B
|
|
6462
|
+
function L(B, T) {
|
|
6463
6463
|
v = "PUSH";
|
|
6464
|
-
let $ = oa(E.location,
|
|
6464
|
+
let $ = oa(E.location, B, T);
|
|
6465
6465
|
b = A() + 1;
|
|
6466
6466
|
let X = yc($, b), ie = E.createHref($);
|
|
6467
6467
|
try {
|
|
@@ -6473,15 +6473,15 @@ function Rf(l, u, a, d = {}) {
|
|
|
6473
6473
|
}
|
|
6474
6474
|
f && x && x({ action: v, location: E.location, delta: 1 });
|
|
6475
6475
|
}
|
|
6476
|
-
function W(
|
|
6476
|
+
function W(B, T) {
|
|
6477
6477
|
v = "REPLACE";
|
|
6478
|
-
let $ = oa(E.location,
|
|
6478
|
+
let $ = oa(E.location, B, T);
|
|
6479
6479
|
b = A();
|
|
6480
6480
|
let X = yc($, b), ie = E.createHref($);
|
|
6481
6481
|
g.replaceState(X, "", ie), f && x && x({ action: v, location: E.location, delta: 0 });
|
|
6482
6482
|
}
|
|
6483
|
-
function K(
|
|
6484
|
-
return Nf(
|
|
6483
|
+
function K(B) {
|
|
6484
|
+
return Nf(B);
|
|
6485
6485
|
}
|
|
6486
6486
|
let E = {
|
|
6487
6487
|
get action() {
|
|
@@ -6490,29 +6490,29 @@ function Rf(l, u, a, d = {}) {
|
|
|
6490
6490
|
get location() {
|
|
6491
6491
|
return l(c, g);
|
|
6492
6492
|
},
|
|
6493
|
-
listen(
|
|
6493
|
+
listen(B) {
|
|
6494
6494
|
if (x)
|
|
6495
6495
|
throw new Error("A history only accepts one active listener");
|
|
6496
|
-
return c.addEventListener(xc, F), x =
|
|
6496
|
+
return c.addEventListener(xc, F), x = B, () => {
|
|
6497
6497
|
c.removeEventListener(xc, F), x = null;
|
|
6498
6498
|
};
|
|
6499
6499
|
},
|
|
6500
|
-
createHref(
|
|
6501
|
-
return u(c,
|
|
6500
|
+
createHref(B) {
|
|
6501
|
+
return u(c, B);
|
|
6502
6502
|
},
|
|
6503
6503
|
createURL: K,
|
|
6504
|
-
encodeLocation(
|
|
6505
|
-
let T = K(
|
|
6504
|
+
encodeLocation(B) {
|
|
6505
|
+
let T = K(B);
|
|
6506
6506
|
return {
|
|
6507
6507
|
pathname: T.pathname,
|
|
6508
6508
|
search: T.search,
|
|
6509
6509
|
hash: T.hash
|
|
6510
6510
|
};
|
|
6511
6511
|
},
|
|
6512
|
-
push:
|
|
6512
|
+
push: L,
|
|
6513
6513
|
replace: W,
|
|
6514
|
-
go(
|
|
6515
|
-
return g.go(
|
|
6514
|
+
go(B) {
|
|
6515
|
+
return g.go(B);
|
|
6516
6516
|
}
|
|
6517
6517
|
};
|
|
6518
6518
|
return E;
|
|
@@ -6527,7 +6527,7 @@ function Ic(l, u, a = "/") {
|
|
|
6527
6527
|
return Ff(l, u, a, !1);
|
|
6528
6528
|
}
|
|
6529
6529
|
function Ff(l, u, a, d) {
|
|
6530
|
-
let c = typeof u == "string" ? Qn(u) : u, f =
|
|
6530
|
+
let c = typeof u == "string" ? Qn(u) : u, f = Bt(c.pathname || "/", a);
|
|
6531
6531
|
if (f == null)
|
|
6532
6532
|
return null;
|
|
6533
6533
|
let g = Mc(l);
|
|
@@ -6571,17 +6571,17 @@ function Mc(l, u = [], a = [], d = "") {
|
|
|
6571
6571
|
if (f.path === "" || !f.path?.includes("?"))
|
|
6572
6572
|
c(f, g);
|
|
6573
6573
|
else
|
|
6574
|
-
for (let v of
|
|
6574
|
+
for (let v of Bc(f.path))
|
|
6575
6575
|
c(f, g, v);
|
|
6576
6576
|
}), u;
|
|
6577
6577
|
}
|
|
6578
|
-
function
|
|
6578
|
+
function Bc(l) {
|
|
6579
6579
|
let u = l.split("/");
|
|
6580
6580
|
if (u.length === 0) return [];
|
|
6581
6581
|
let [a, ...d] = u, c = a.endsWith("?"), f = a.replace(/\?$/, "");
|
|
6582
6582
|
if (d.length === 0)
|
|
6583
6583
|
return c ? [f, ""] : [f];
|
|
6584
|
-
let g =
|
|
6584
|
+
let g = Bc(d.join("/")), v = [];
|
|
6585
6585
|
return v.push(
|
|
6586
6586
|
...g.map(
|
|
6587
6587
|
(x) => x === "" ? f : [f, x].join("/")
|
|
@@ -6598,11 +6598,11 @@ function If(l) {
|
|
|
6598
6598
|
)
|
|
6599
6599
|
);
|
|
6600
6600
|
}
|
|
6601
|
-
var Mf = /^:[\w-]+$/,
|
|
6601
|
+
var Mf = /^:[\w-]+$/, Bf = 3, Lf = 2, Tf = 1, Uf = 10, Of = -2, wc = (l) => l === "*";
|
|
6602
6602
|
function Df(l, u) {
|
|
6603
6603
|
let a = l.split("/"), d = a.length;
|
|
6604
|
-
return a.some(wc) && (d += Of), u && (d +=
|
|
6605
|
-
(c, f) => c + (Mf.test(f) ?
|
|
6604
|
+
return a.some(wc) && (d += Of), u && (d += Lf), a.filter((c) => !wc(c)).reduce(
|
|
6605
|
+
(c, f) => c + (Mf.test(f) ? Bf : f === "" ? Tf : Uf),
|
|
6606
6606
|
d
|
|
6607
6607
|
);
|
|
6608
6608
|
}
|
|
@@ -6625,7 +6625,7 @@ function jf(l, u, a = !1) {
|
|
|
6625
6625
|
let x = d[v], b = v === d.length - 1, A = f === "/" ? u : u.slice(f.length) || "/", F = $o(
|
|
6626
6626
|
{ path: x.relativePath, caseSensitive: x.caseSensitive, end: b },
|
|
6627
6627
|
A
|
|
6628
|
-
),
|
|
6628
|
+
), L = x.route;
|
|
6629
6629
|
if (!F && b && a && !d[d.length - 1].route.index && (F = $o(
|
|
6630
6630
|
{
|
|
6631
6631
|
path: x.relativePath,
|
|
@@ -6642,7 +6642,7 @@ function jf(l, u, a = !1) {
|
|
|
6642
6642
|
pathnameBase: Jf(
|
|
6643
6643
|
Mt([f, F.pathnameBase])
|
|
6644
6644
|
),
|
|
6645
|
-
route:
|
|
6645
|
+
route: L
|
|
6646
6646
|
}), F.pathnameBase !== "/" && (f = Mt([f, F.pathnameBase]));
|
|
6647
6647
|
}
|
|
6648
6648
|
return g;
|
|
@@ -6658,12 +6658,12 @@ function $o(l, u) {
|
|
|
6658
6658
|
let f = c[0], g = f.replace(/(.)\/+$/, "$1"), v = c.slice(1);
|
|
6659
6659
|
return {
|
|
6660
6660
|
params: d.reduce(
|
|
6661
|
-
(b, { paramName: A, isOptional: F },
|
|
6661
|
+
(b, { paramName: A, isOptional: F }, L) => {
|
|
6662
6662
|
if (A === "*") {
|
|
6663
|
-
let K = v[
|
|
6663
|
+
let K = v[L] || "";
|
|
6664
6664
|
g = f.slice(0, f.length - K.length).replace(/(.)\/+$/, "$1");
|
|
6665
6665
|
}
|
|
6666
|
-
const W = v[
|
|
6666
|
+
const W = v[L];
|
|
6667
6667
|
return F && !W ? b[A] = void 0 : b[A] = (W || "").replace(/%2F/g, "/"), b;
|
|
6668
6668
|
},
|
|
6669
6669
|
{}
|
|
@@ -6694,7 +6694,7 @@ function Kf(l) {
|
|
|
6694
6694
|
), l;
|
|
6695
6695
|
}
|
|
6696
6696
|
}
|
|
6697
|
-
function
|
|
6697
|
+
function Bt(l, u) {
|
|
6698
6698
|
if (u === "/") return l;
|
|
6699
6699
|
if (!l.toLowerCase().startsWith(u.toLowerCase()))
|
|
6700
6700
|
return null;
|
|
@@ -6729,7 +6729,7 @@ function Hf(l) {
|
|
|
6729
6729
|
(u, a) => a === 0 || u.route.path && u.route.path.length > 0
|
|
6730
6730
|
);
|
|
6731
6731
|
}
|
|
6732
|
-
function
|
|
6732
|
+
function Lc(l) {
|
|
6733
6733
|
let u = Hf(l);
|
|
6734
6734
|
return u.map(
|
|
6735
6735
|
(a, d) => d === u.length - 1 ? a.pathname : a.pathnameBase
|
|
@@ -6753,10 +6753,10 @@ function Tc(l, u, a, d = !1) {
|
|
|
6753
6753
|
else {
|
|
6754
6754
|
let F = u.length - 1;
|
|
6755
6755
|
if (!d && g.startsWith("..")) {
|
|
6756
|
-
let
|
|
6757
|
-
for (;
|
|
6758
|
-
|
|
6759
|
-
c.pathname =
|
|
6756
|
+
let L = g.split("/");
|
|
6757
|
+
for (; L[0] === ".."; )
|
|
6758
|
+
L.shift(), F -= 1;
|
|
6759
|
+
c.pathname = L.join("/");
|
|
6760
6760
|
}
|
|
6761
6761
|
v = F >= 0 ? u[F] : "/";
|
|
6762
6762
|
}
|
|
@@ -6814,20 +6814,20 @@ var sa = C.createContext(null);
|
|
|
6814
6814
|
sa.displayName = "RouteError";
|
|
6815
6815
|
function e0(l, { relative: u } = {}) {
|
|
6816
6816
|
ve(
|
|
6817
|
-
|
|
6817
|
+
Br(),
|
|
6818
6818
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
6819
6819
|
// router loaded. We can help them understand how to avoid that.
|
|
6820
6820
|
"useHref() may be used only in the context of a <Router> component."
|
|
6821
6821
|
);
|
|
6822
|
-
let { basename: a, navigator: d } = C.useContext(St), { hash: c, pathname: f, search: g } =
|
|
6822
|
+
let { basename: a, navigator: d } = C.useContext(St), { hash: c, pathname: f, search: g } = Lr(l, { relative: u }), v = f;
|
|
6823
6823
|
return a !== "/" && (v = f === "/" ? a : Mt([a, f])), d.createHref({ pathname: v, search: g, hash: c });
|
|
6824
6824
|
}
|
|
6825
|
-
function
|
|
6825
|
+
function Br() {
|
|
6826
6826
|
return C.useContext(Mr) != null;
|
|
6827
6827
|
}
|
|
6828
6828
|
function gn() {
|
|
6829
6829
|
return ve(
|
|
6830
|
-
|
|
6830
|
+
Br(),
|
|
6831
6831
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
6832
6832
|
// router loaded. We can help them understand how to avoid that.
|
|
6833
6833
|
"useLocation() may be used only in the context of a <Router> component."
|
|
@@ -6843,12 +6843,12 @@ function t0() {
|
|
|
6843
6843
|
}
|
|
6844
6844
|
function n0() {
|
|
6845
6845
|
ve(
|
|
6846
|
-
|
|
6846
|
+
Br(),
|
|
6847
6847
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
6848
6848
|
// router loaded. We can help them understand how to avoid that.
|
|
6849
6849
|
"useNavigate() may be used only in the context of a <Router> component."
|
|
6850
6850
|
);
|
|
6851
|
-
let l = C.useContext(Kn), { basename: u, navigator: a } = C.useContext(St), { matches: d } = C.useContext(Ct), { pathname: c } = gn(), f = JSON.stringify(
|
|
6851
|
+
let l = C.useContext(Kn), { basename: u, navigator: a } = C.useContext(St), { matches: d } = C.useContext(Ct), { pathname: c } = gn(), f = JSON.stringify(Lc(d)), g = C.useRef(!1);
|
|
6852
6852
|
return Vc(() => {
|
|
6853
6853
|
g.current = !0;
|
|
6854
6854
|
}), C.useCallback(
|
|
@@ -6884,8 +6884,8 @@ function dh() {
|
|
|
6884
6884
|
let { matches: l } = C.useContext(Ct), u = l[l.length - 1];
|
|
6885
6885
|
return u ? u.params : {};
|
|
6886
6886
|
}
|
|
6887
|
-
function
|
|
6888
|
-
let { matches: a } = C.useContext(Ct), { pathname: d } = gn(), c = JSON.stringify(
|
|
6887
|
+
function Lr(l, { relative: u } = {}) {
|
|
6888
|
+
let { matches: a } = C.useContext(Ct), { pathname: d } = gn(), c = JSON.stringify(Lc(a));
|
|
6889
6889
|
return C.useMemo(
|
|
6890
6890
|
() => Tc(
|
|
6891
6891
|
l,
|
|
@@ -6901,7 +6901,7 @@ function r0(l, u) {
|
|
|
6901
6901
|
}
|
|
6902
6902
|
function jc(l, u, a, d) {
|
|
6903
6903
|
ve(
|
|
6904
|
-
|
|
6904
|
+
Br(),
|
|
6905
6905
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
6906
6906
|
// router loaded. We can help them understand how to avoid that.
|
|
6907
6907
|
"useRoutes() may be used only in the context of a <Router> component."
|
|
@@ -6917,16 +6917,16 @@ function jc(l, u, a, d) {
|
|
|
6917
6917
|
Please change the parent <Route path="${T}"> to <Route path="${T === "/" ? "*" : `${T}/*`}">.`
|
|
6918
6918
|
);
|
|
6919
6919
|
}
|
|
6920
|
-
let F = gn(),
|
|
6920
|
+
let F = gn(), L;
|
|
6921
6921
|
if (u) {
|
|
6922
6922
|
let T = typeof u == "string" ? Qn(u) : u;
|
|
6923
6923
|
ve(
|
|
6924
6924
|
b === "/" || T.pathname?.startsWith(b),
|
|
6925
6925
|
`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${b}" but pathname "${T.pathname}" was given in the \`location\` prop.`
|
|
6926
|
-
),
|
|
6926
|
+
), L = T;
|
|
6927
6927
|
} else
|
|
6928
|
-
|
|
6929
|
-
let W =
|
|
6928
|
+
L = F;
|
|
6929
|
+
let W = L.pathname || "/", K = W;
|
|
6930
6930
|
if (b !== "/") {
|
|
6931
6931
|
let T = b.replace(/^\//, "").split("/");
|
|
6932
6932
|
K = "/" + W.replace(/^\//, "").split("/").slice(T.length).join("/");
|
|
@@ -6934,12 +6934,12 @@ Please change the parent <Route path="${T}"> to <Route path="${T === "/" ? "*" :
|
|
|
6934
6934
|
let E = Ic(l, { pathname: K });
|
|
6935
6935
|
bt(
|
|
6936
6936
|
A || E != null,
|
|
6937
|
-
`No routes matched location "${
|
|
6937
|
+
`No routes matched location "${L.pathname}${L.search}${L.hash}" `
|
|
6938
6938
|
), bt(
|
|
6939
6939
|
E == null || E[E.length - 1].route.element !== void 0 || E[E.length - 1].route.Component !== void 0 || E[E.length - 1].route.lazy !== void 0,
|
|
6940
|
-
`Matched leaf route at location "${
|
|
6940
|
+
`Matched leaf route at location "${L.pathname}${L.search}${L.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`
|
|
6941
6941
|
);
|
|
6942
|
-
let
|
|
6942
|
+
let B = s0(
|
|
6943
6943
|
E && E.map(
|
|
6944
6944
|
(T) => Object.assign({}, T, {
|
|
6945
6945
|
params: Object.assign({}, v, T.params),
|
|
@@ -6959,7 +6959,7 @@ Please change the parent <Route path="${T}"> to <Route path="${T === "/" ? "*" :
|
|
|
6959
6959
|
a,
|
|
6960
6960
|
d
|
|
6961
6961
|
);
|
|
6962
|
-
return u &&
|
|
6962
|
+
return u && B ? /* @__PURE__ */ C.createElement(
|
|
6963
6963
|
Mr.Provider,
|
|
6964
6964
|
{
|
|
6965
6965
|
value: {
|
|
@@ -6969,14 +6969,14 @@ Please change the parent <Route path="${T}"> to <Route path="${T === "/" ? "*" :
|
|
|
6969
6969
|
hash: "",
|
|
6970
6970
|
state: null,
|
|
6971
6971
|
key: "default",
|
|
6972
|
-
...
|
|
6972
|
+
...L
|
|
6973
6973
|
},
|
|
6974
6974
|
navigationType: "POP"
|
|
6975
6975
|
/* Pop */
|
|
6976
6976
|
}
|
|
6977
6977
|
},
|
|
6978
|
-
|
|
6979
|
-
) :
|
|
6978
|
+
B
|
|
6979
|
+
) : B;
|
|
6980
6980
|
}
|
|
6981
6981
|
function o0() {
|
|
6982
6982
|
let l = f0(), u = Xf(l) ? `${l.status} ${l.statusText}` : l instanceof Error ? l.message : JSON.stringify(l), a = l instanceof Error ? l.stack : null, d = "rgba(200,200,200, 0.5)", c = { padding: "0.5rem", backgroundColor: d }, f = { padding: "2px 4px", backgroundColor: d }, g = null;
|
|
@@ -7059,8 +7059,8 @@ function s0(l, u = [], a = null, d = null) {
|
|
|
7059
7059
|
for (let x = 0; x < c.length; x++) {
|
|
7060
7060
|
let b = c[x];
|
|
7061
7061
|
if ((b.route.HydrateFallback || b.route.hydrateFallbackElement) && (v = x), b.route.id) {
|
|
7062
|
-
let { loaderData: A, errors: F } = a,
|
|
7063
|
-
if (b.route.lazy ||
|
|
7062
|
+
let { loaderData: A, errors: F } = a, L = b.route.loader && !A.hasOwnProperty(b.route.id) && (!F || F[b.route.id] === void 0);
|
|
7063
|
+
if (b.route.lazy || L) {
|
|
7064
7064
|
g = !0, v >= 0 ? c = c.slice(0, v + 1) : c = [c[0]];
|
|
7065
7065
|
break;
|
|
7066
7066
|
}
|
|
@@ -7068,15 +7068,15 @@ function s0(l, u = [], a = null, d = null) {
|
|
|
7068
7068
|
}
|
|
7069
7069
|
return c.reduceRight(
|
|
7070
7070
|
(x, b, A) => {
|
|
7071
|
-
let F,
|
|
7071
|
+
let F, L = !1, W = null, K = null;
|
|
7072
7072
|
a && (F = f && b.route.id ? f[b.route.id] : void 0, W = b.route.errorElement || i0, g && (v < 0 && A === 0 ? (Qc(
|
|
7073
7073
|
"route-fallback",
|
|
7074
7074
|
!1,
|
|
7075
7075
|
"No `HydrateFallback` element provided to render during initial hydration"
|
|
7076
|
-
),
|
|
7077
|
-
let E = u.concat(c.slice(0, A + 1)),
|
|
7076
|
+
), L = !0, K = null) : v === A && (L = !0, K = b.route.hydrateFallbackElement || null)));
|
|
7077
|
+
let E = u.concat(c.slice(0, A + 1)), B = () => {
|
|
7078
7078
|
let T;
|
|
7079
|
-
return F ? T = W :
|
|
7079
|
+
return F ? T = W : L ? T = K : b.route.Component ? T = /* @__PURE__ */ C.createElement(b.route.Component, null) : b.route.element ? T = b.route.element : T = x, /* @__PURE__ */ C.createElement(
|
|
7080
7080
|
a0,
|
|
7081
7081
|
{
|
|
7082
7082
|
match: b,
|
|
@@ -7096,10 +7096,10 @@ function s0(l, u = [], a = null, d = null) {
|
|
|
7096
7096
|
revalidation: a.revalidation,
|
|
7097
7097
|
component: W,
|
|
7098
7098
|
error: F,
|
|
7099
|
-
children:
|
|
7099
|
+
children: B(),
|
|
7100
7100
|
routeContext: { outlet: null, matches: E, isDataRoute: !0 }
|
|
7101
7101
|
}
|
|
7102
|
-
) :
|
|
7102
|
+
) : B();
|
|
7103
7103
|
},
|
|
7104
7104
|
null
|
|
7105
7105
|
);
|
|
@@ -7186,7 +7186,7 @@ function g0({
|
|
|
7186
7186
|
static: f = !1
|
|
7187
7187
|
}) {
|
|
7188
7188
|
ve(
|
|
7189
|
-
!
|
|
7189
|
+
!Br(),
|
|
7190
7190
|
"You cannot render a <Router> inside another <Router>. You should never have more than one in your app."
|
|
7191
7191
|
);
|
|
7192
7192
|
let g = l.replace(/^\/*/, "/"), v = C.useMemo(
|
|
@@ -7204,20 +7204,20 @@ function g0({
|
|
|
7204
7204
|
search: b = "",
|
|
7205
7205
|
hash: A = "",
|
|
7206
7206
|
state: F = null,
|
|
7207
|
-
key:
|
|
7207
|
+
key: L = "default"
|
|
7208
7208
|
} = a, W = C.useMemo(() => {
|
|
7209
|
-
let K =
|
|
7209
|
+
let K = Bt(x, g);
|
|
7210
7210
|
return K == null ? null : {
|
|
7211
7211
|
location: {
|
|
7212
7212
|
pathname: K,
|
|
7213
7213
|
search: b,
|
|
7214
7214
|
hash: A,
|
|
7215
7215
|
state: F,
|
|
7216
|
-
key:
|
|
7216
|
+
key: L
|
|
7217
7217
|
},
|
|
7218
7218
|
navigationType: d
|
|
7219
7219
|
};
|
|
7220
|
-
}, [g, x, b, A, F,
|
|
7220
|
+
}, [g, x, b, A, F, L, d]);
|
|
7221
7221
|
return bt(
|
|
7222
7222
|
W != null,
|
|
7223
7223
|
`<Router basename="${g}"> is not able to match the URL "${x}${b}${A}" because it does not start with the basename, so the <Router> won't render anything.`
|
|
@@ -7323,7 +7323,7 @@ function E0(l, u) {
|
|
|
7323
7323
|
let a, d, c, f, g;
|
|
7324
7324
|
if (y0(l)) {
|
|
7325
7325
|
let v = l.getAttribute("action");
|
|
7326
|
-
d = v ?
|
|
7326
|
+
d = v ? Bt(v, u) : null, a = l.getAttribute("method") || Zo, c = na(l.getAttribute("enctype")) || _o, f = new FormData(l);
|
|
7327
7327
|
} else if (x0(l) || w0(l) && (l.type === "submit" || l.type === "image")) {
|
|
7328
7328
|
let v = l.form;
|
|
7329
7329
|
if (v == null)
|
|
@@ -7331,11 +7331,11 @@ function E0(l, u) {
|
|
|
7331
7331
|
'Cannot submit a <button> or <input type="submit"> without a <form>'
|
|
7332
7332
|
);
|
|
7333
7333
|
let x = l.getAttribute("formaction") || v.getAttribute("action");
|
|
7334
|
-
if (d = x ?
|
|
7334
|
+
if (d = x ? Bt(x, u) : null, a = l.getAttribute("formmethod") || v.getAttribute("method") || Zo, c = na(l.getAttribute("formenctype")) || na(v.getAttribute("enctype")) || _o, f = new FormData(v, l), !S0()) {
|
|
7335
7335
|
let { name: b, type: A, value: F } = l;
|
|
7336
7336
|
if (A === "image") {
|
|
7337
|
-
let
|
|
7338
|
-
f.append(`${
|
|
7337
|
+
let L = b ? `${b}.` : "";
|
|
7338
|
+
f.append(`${L}x`, "0"), f.append(`${L}y`, "0");
|
|
7339
7339
|
} else b && f.append(b, F);
|
|
7340
7340
|
}
|
|
7341
7341
|
} else {
|
|
@@ -7359,7 +7359,7 @@ function A0(l, u, a) {
|
|
|
7359
7359
|
// don't assume window is available
|
|
7360
7360
|
typeof window > "u" ? "server://singlefetch/" : window.location.origin
|
|
7361
7361
|
) : l;
|
|
7362
|
-
return d.pathname === "/" ? d.pathname = `_root.${a}` : u &&
|
|
7362
|
+
return d.pathname === "/" ? d.pathname = `_root.${a}` : u && Bt(d.pathname, u) === "/" ? d.pathname = `${u.replace(/\/$/, "")}/_root.${a}` : d.pathname = `${d.pathname.replace(/\/$/, "")}.${a}`, d;
|
|
7363
7363
|
}
|
|
7364
7364
|
async function P0(l, u) {
|
|
7365
7365
|
if (l.id in u)
|
|
@@ -7463,7 +7463,7 @@ function Kc() {
|
|
|
7463
7463
|
"You must render this element inside a <DataRouterContext.Provider> element"
|
|
7464
7464
|
), l;
|
|
7465
7465
|
}
|
|
7466
|
-
function
|
|
7466
|
+
function B0() {
|
|
7467
7467
|
let l = C.useContext(ei);
|
|
7468
7468
|
return da(
|
|
7469
7469
|
l,
|
|
@@ -7479,17 +7479,17 @@ function Yc() {
|
|
|
7479
7479
|
"You must render this element inside a <HydratedRouter> element"
|
|
7480
7480
|
), l;
|
|
7481
7481
|
}
|
|
7482
|
-
function
|
|
7483
|
-
let a = C.useContext(pa), [d, c] = C.useState(!1), [f, g] = C.useState(!1), { onFocus: v, onBlur: x, onMouseEnter: b, onMouseLeave: A, onTouchStart: F } = u,
|
|
7482
|
+
function L0(l, u) {
|
|
7483
|
+
let a = C.useContext(pa), [d, c] = C.useState(!1), [f, g] = C.useState(!1), { onFocus: v, onBlur: x, onMouseEnter: b, onMouseLeave: A, onTouchStart: F } = u, L = C.useRef(null);
|
|
7484
7484
|
C.useEffect(() => {
|
|
7485
7485
|
if (l === "render" && g(!0), l === "viewport") {
|
|
7486
7486
|
let E = (T) => {
|
|
7487
7487
|
T.forEach(($) => {
|
|
7488
7488
|
g($.isIntersecting);
|
|
7489
7489
|
});
|
|
7490
|
-
},
|
|
7491
|
-
return
|
|
7492
|
-
|
|
7490
|
+
}, B = new IntersectionObserver(E, { threshold: 0.5 });
|
|
7491
|
+
return L.current && B.observe(L.current), () => {
|
|
7492
|
+
B.disconnect();
|
|
7493
7493
|
};
|
|
7494
7494
|
}
|
|
7495
7495
|
}, [l]), C.useEffect(() => {
|
|
@@ -7507,9 +7507,9 @@ function B0(l, u) {
|
|
|
7507
7507
|
}, K = () => {
|
|
7508
7508
|
c(!1), g(!1);
|
|
7509
7509
|
};
|
|
7510
|
-
return a ? l !== "intent" ? [f,
|
|
7510
|
+
return a ? l !== "intent" ? [f, L, {}] : [
|
|
7511
7511
|
f,
|
|
7512
|
-
|
|
7512
|
+
L,
|
|
7513
7513
|
{
|
|
7514
7514
|
onFocus: Fr(v, W),
|
|
7515
7515
|
onBlur: Fr(x, K),
|
|
@@ -7517,7 +7517,7 @@ function B0(l, u) {
|
|
|
7517
7517
|
onMouseLeave: Fr(A, K),
|
|
7518
7518
|
onTouchStart: Fr(F, W)
|
|
7519
7519
|
}
|
|
7520
|
-
] : [!1,
|
|
7520
|
+
] : [!1, L, {}];
|
|
7521
7521
|
}
|
|
7522
7522
|
function Fr(l, u) {
|
|
7523
7523
|
return (a) => {
|
|
@@ -7549,7 +7549,7 @@ function O0({
|
|
|
7549
7549
|
matches: u,
|
|
7550
7550
|
...a
|
|
7551
7551
|
}) {
|
|
7552
|
-
let d = gn(), { manifest: c, routeModules: f } = Yc(), { basename: g } = Kc(), { loaderData: v, matches: x } =
|
|
7552
|
+
let d = gn(), { manifest: c, routeModules: f } = Yc(), { basename: g } = Kc(), { loaderData: v, matches: x } = B0(), b = C.useMemo(
|
|
7553
7553
|
() => bc(
|
|
7554
7554
|
l,
|
|
7555
7555
|
u,
|
|
@@ -7578,11 +7578,11 @@ function O0({
|
|
|
7578
7578
|
!$ || !$.hasLoader || (!b.some((X) => X.route.id === T.route.id) && T.route.id in v && f[T.route.id]?.shouldRevalidate || $.hasClientLoader ? E = !0 : K.add(T.route.id));
|
|
7579
7579
|
}), K.size === 0)
|
|
7580
7580
|
return [];
|
|
7581
|
-
let
|
|
7582
|
-
return E && K.size > 0 &&
|
|
7581
|
+
let B = A0(l, g, "data");
|
|
7582
|
+
return E && K.size > 0 && B.searchParams.set(
|
|
7583
7583
|
"_routes",
|
|
7584
7584
|
u.filter((T) => K.has(T.route.id)).map((T) => T.route.id).join(",")
|
|
7585
|
-
), [
|
|
7585
|
+
), [B.pathname + B.search];
|
|
7586
7586
|
}, [
|
|
7587
7587
|
g,
|
|
7588
7588
|
v,
|
|
@@ -7592,11 +7592,11 @@ function O0({
|
|
|
7592
7592
|
u,
|
|
7593
7593
|
l,
|
|
7594
7594
|
f
|
|
7595
|
-
]),
|
|
7595
|
+
]), L = C.useMemo(
|
|
7596
7596
|
() => N0(A, c),
|
|
7597
7597
|
[A, c]
|
|
7598
7598
|
), W = U0(A);
|
|
7599
|
-
return /* @__PURE__ */ C.createElement(C.Fragment, null, F.map((K) => /* @__PURE__ */ C.createElement("link", { key: K, rel: "prefetch", as: "fetch", href: K, ...a })),
|
|
7599
|
+
return /* @__PURE__ */ C.createElement(C.Fragment, null, F.map((K) => /* @__PURE__ */ C.createElement("link", { key: K, rel: "prefetch", as: "fetch", href: K, ...a })), L.map((K) => /* @__PURE__ */ C.createElement("link", { key: K, rel: "modulepreload", href: K, ...a })), W.map(({ key: K, link: E }) => (
|
|
7600
7600
|
// these don't spread `linkProps` because they are full link descriptors
|
|
7601
7601
|
// already with their own props
|
|
7602
7602
|
/* @__PURE__ */ C.createElement("link", { key: K, ...E })
|
|
@@ -7655,22 +7655,22 @@ var Hc = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Jc = C.forwardRef(
|
|
|
7655
7655
|
to: b,
|
|
7656
7656
|
preventScrollReset: A,
|
|
7657
7657
|
viewTransition: F,
|
|
7658
|
-
...
|
|
7658
|
+
...L
|
|
7659
7659
|
}, W) {
|
|
7660
|
-
let { basename: K } = C.useContext(St), E = typeof b == "string" && Hc.test(b),
|
|
7661
|
-
if (typeof b == "string" && E && (
|
|
7660
|
+
let { basename: K } = C.useContext(St), E = typeof b == "string" && Hc.test(b), B, T = !1;
|
|
7661
|
+
if (typeof b == "string" && E && (B = b, Wc))
|
|
7662
7662
|
try {
|
|
7663
|
-
let Ce = new URL(window.location.href),
|
|
7664
|
-
|
|
7663
|
+
let Ce = new URL(window.location.href), Be = b.startsWith("//") ? new URL(Ce.protocol + b) : new URL(b), ht = Bt(Be.pathname, K);
|
|
7664
|
+
Be.origin === Ce.origin && ht != null ? b = ht + Be.search + Be.hash : T = !0;
|
|
7665
7665
|
} catch {
|
|
7666
7666
|
bt(
|
|
7667
7667
|
!1,
|
|
7668
7668
|
`<Link to="${b}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`
|
|
7669
7669
|
);
|
|
7670
7670
|
}
|
|
7671
|
-
let $ = e0(b, { relative: c }), [X, ie, ce] =
|
|
7671
|
+
let $ = e0(b, { relative: c }), [X, ie, ce] = L0(
|
|
7672
7672
|
d,
|
|
7673
|
-
|
|
7673
|
+
L
|
|
7674
7674
|
), be = Y0(b, {
|
|
7675
7675
|
replace: g,
|
|
7676
7676
|
state: v,
|
|
@@ -7687,9 +7687,9 @@ var Hc = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Jc = C.forwardRef(
|
|
|
7687
7687
|
/* @__PURE__ */ C.createElement(
|
|
7688
7688
|
"a",
|
|
7689
7689
|
{
|
|
7690
|
-
...
|
|
7690
|
+
...L,
|
|
7691
7691
|
...ce,
|
|
7692
|
-
href:
|
|
7692
|
+
href: B || $,
|
|
7693
7693
|
onClick: T || f ? u : Se,
|
|
7694
7694
|
ref: D0(W, ie),
|
|
7695
7695
|
target: x,
|
|
@@ -7713,23 +7713,23 @@ var j0 = C.forwardRef(
|
|
|
7713
7713
|
children: x,
|
|
7714
7714
|
...b
|
|
7715
7715
|
}, A) {
|
|
7716
|
-
let F =
|
|
7716
|
+
let F = Lr(g, { relative: b.relative }), L = gn(), W = C.useContext(ei), { navigator: K, basename: E } = C.useContext(St), B = W != null && // Conditional usage is OK here because the usage of a data router is static
|
|
7717
7717
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
7718
|
-
G0(F) && v === !0, T = K.encodeLocation ? K.encodeLocation(F).pathname : F.pathname, $ =
|
|
7719
|
-
a || ($ = $.toLowerCase(), X = X ? X.toLowerCase() : null, T = T.toLowerCase()), X && E && (X =
|
|
7718
|
+
G0(F) && v === !0, T = K.encodeLocation ? K.encodeLocation(F).pathname : F.pathname, $ = L.pathname, X = W && W.navigation && W.navigation.location ? W.navigation.location.pathname : null;
|
|
7719
|
+
a || ($ = $.toLowerCase(), X = X ? X.toLowerCase() : null, T = T.toLowerCase()), X && E && (X = Bt(X, E) || X);
|
|
7720
7720
|
const ie = T !== "/" && T.endsWith("/") ? T.length - 1 : T.length;
|
|
7721
7721
|
let ce = $ === T || !c && $.startsWith(T) && $.charAt(ie) === "/", be = X != null && (X === T || !c && X.startsWith(T) && X.charAt(T.length) === "/"), Se = {
|
|
7722
7722
|
isActive: ce,
|
|
7723
7723
|
isPending: be,
|
|
7724
|
-
isTransitioning:
|
|
7724
|
+
isTransitioning: B
|
|
7725
7725
|
}, Fe = ce ? u : void 0, Ce;
|
|
7726
7726
|
typeof d == "function" ? Ce = d(Se) : Ce = [
|
|
7727
7727
|
d,
|
|
7728
7728
|
ce ? "active" : null,
|
|
7729
7729
|
be ? "pending" : null,
|
|
7730
|
-
|
|
7730
|
+
B ? "transitioning" : null
|
|
7731
7731
|
].filter(Boolean).join(" ");
|
|
7732
|
-
let
|
|
7732
|
+
let Be = typeof f == "function" ? f(Se) : f;
|
|
7733
7733
|
return /* @__PURE__ */ C.createElement(
|
|
7734
7734
|
Jc,
|
|
7735
7735
|
{
|
|
@@ -7737,7 +7737,7 @@ var j0 = C.forwardRef(
|
|
|
7737
7737
|
"aria-current": Fe,
|
|
7738
7738
|
className: Ce,
|
|
7739
7739
|
ref: A,
|
|
7740
|
-
style:
|
|
7740
|
+
style: Be,
|
|
7741
7741
|
to: g,
|
|
7742
7742
|
viewTransition: v
|
|
7743
7743
|
},
|
|
@@ -7760,9 +7760,9 @@ var Q0 = C.forwardRef(
|
|
|
7760
7760
|
relative: b,
|
|
7761
7761
|
preventScrollReset: A,
|
|
7762
7762
|
viewTransition: F,
|
|
7763
|
-
...
|
|
7763
|
+
...L
|
|
7764
7764
|
}, W) => {
|
|
7765
|
-
let K = J0(), E = q0(v, { relative: b }),
|
|
7765
|
+
let K = J0(), E = q0(v, { relative: b }), B = g.toLowerCase() === "get" ? "get" : "post", T = typeof v == "string" && Hc.test(v), $ = (X) => {
|
|
7766
7766
|
if (x && x(X), X.defaultPrevented) return;
|
|
7767
7767
|
X.preventDefault();
|
|
7768
7768
|
let ie = X.nativeEvent.submitter, ce = ie?.getAttribute("formmethod") || g;
|
|
@@ -7781,10 +7781,10 @@ var Q0 = C.forwardRef(
|
|
|
7781
7781
|
"form",
|
|
7782
7782
|
{
|
|
7783
7783
|
ref: W,
|
|
7784
|
-
method:
|
|
7784
|
+
method: B,
|
|
7785
7785
|
action: E,
|
|
7786
7786
|
onSubmit: d ? x : $,
|
|
7787
|
-
...
|
|
7787
|
+
...L,
|
|
7788
7788
|
"data-discover": !T && l === "render" ? "true" : void 0
|
|
7789
7789
|
}
|
|
7790
7790
|
);
|
|
@@ -7806,7 +7806,7 @@ function Y0(l, {
|
|
|
7806
7806
|
relative: f,
|
|
7807
7807
|
viewTransition: g
|
|
7808
7808
|
} = {}) {
|
|
7809
|
-
let v = t0(), x = gn(), b =
|
|
7809
|
+
let v = t0(), x = gn(), b = Lr(l, { relative: f });
|
|
7810
7810
|
return C.useCallback(
|
|
7811
7811
|
(A) => {
|
|
7812
7812
|
if (b0(A, u)) {
|
|
@@ -7877,7 +7877,7 @@ function J0() {
|
|
|
7877
7877
|
function q0(l, { relative: u } = {}) {
|
|
7878
7878
|
let { basename: a } = C.useContext(St), d = C.useContext(Ct);
|
|
7879
7879
|
ve(d, "useFormAction must be used inside a RouteContext");
|
|
7880
|
-
let [c] = d.matches.slice(-1), f = { ...
|
|
7880
|
+
let [c] = d.matches.slice(-1), f = { ...Lr(l || ".", { relative: u }) }, g = gn();
|
|
7881
7881
|
if (l == null) {
|
|
7882
7882
|
f.search = g.search;
|
|
7883
7883
|
let v = new URLSearchParams(f.search), x = v.getAll("index");
|
|
@@ -7898,13 +7898,13 @@ function G0(l, { relative: u } = {}) {
|
|
|
7898
7898
|
let { basename: d } = qc(
|
|
7899
7899
|
"useViewTransitionState"
|
|
7900
7900
|
/* useViewTransitionState */
|
|
7901
|
-
), c =
|
|
7901
|
+
), c = Lr(l, { relative: u });
|
|
7902
7902
|
if (!a.isTransitioning)
|
|
7903
7903
|
return !1;
|
|
7904
|
-
let f =
|
|
7904
|
+
let f = Bt(a.currentLocation.pathname, d) || a.currentLocation.pathname, g = Bt(a.nextLocation.pathname, d) || a.nextLocation.pathname;
|
|
7905
7905
|
return $o(c.pathname, g) != null || $o(c.pathname, f) != null;
|
|
7906
7906
|
}
|
|
7907
|
-
const X0 = C.lazy(() => import("./resource-group-detail-
|
|
7907
|
+
const X0 = C.lazy(() => import("./resource-group-detail-BP_EayIj.js")), Z0 = C.lazy(() => import("./resource-home-CW1j6BR9.js"));
|
|
7908
7908
|
function _0({
|
|
7909
7909
|
accessId: l,
|
|
7910
7910
|
baseUri: u = "/resources",
|
|
@@ -7990,25 +7990,25 @@ const $0 = ({
|
|
|
7990
7990
|
}
|
|
7991
7991
|
) })) })
|
|
7992
7992
|
] });
|
|
7993
|
-
}, Tt = ":host,:root{--contrast: #232323;--contrast-2: #3f3f3f;--contrast-3: #707070;--contrast-6: #999999;--contrast-7: #d9d9d9;--contrast-8: #dfdfdf;--contrast-9: #e5e5e5;--green-400: #288654;--red-400: #a70000;--orange-200: #f6d8ca;--orange-400: #f07537;--teal-050: #ecf9f8;--teal-100: #cee8e9;--teal-200: #b0dadb;--teal-400: #48c0b9;--teal-600: #107180;--teal-700: #1a5b6e;--yellow-200: #fce5ab;--yellow-400: #ffc42d;--color: white;--padding: 30px;--offset: 0px;--outline: white;color:var(--contrast)}:host,:host button,:root,:root button{font-family:Archivo,sans-serif}.container{margin:0 auto;padding:0 var(--padding);width:var(--width)}.visually-hidden{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media (min-width: 600px){:host,:root{--padding: calc((100% - var(--width)) / 2);--offset: 7px;--width: 540px}}@media (min-width: 768px){:host,:root{--width: 712px}}@media (min-width: 900px){:host,:root{--width: 840px}}@media (min-width: 1024px){:host,:root{--width: 940px}}@media (min-width: 1280px){:host,:root{--padding: 10px;--offset: 0px;--width: 1180px}}", eh = 'ul.breadcrumbs{--offset: calc((100vw - var(--width)) / 2);border-bottom:1px solid var(--contrast-7);box-sizing:border-box;font-size:14px;font-stretch:70%;font-weight:600;line-height:20px;list-style-type:none;margin:0;padding:0 30px;width:100vw}ul.breadcrumbs.top-border{border-top:1px solid var(--contrast-7)}ul.breadcrumbs.expand{margin-left:-30px;margin-right:-30px}ul.breadcrumbs li{display:inline-block;margin:0;padding:11px 0 6px;text-transform:uppercase;vertical-align:middle}ul.breadcrumbs li:not(.home):before{content:"/";margin:0 12px}ul.breadcrumbs li a{color:var(--teal-700);text-decoration:none}ul.breadcrumbs li:not(.home) a:active,ul.breadcrumbs li:not(.home) a:focus,ul.breadcrumbs li:not(.home) a:hover{text-decoration:underline}@media (min-width: 600px){ul.breadcrumbs{padding-left:var(--offset);padding-right:var(--offset)}ul.breadcrumbs.expand{margin-left:calc(var(--offset) * -1);margin-right:calc(var(--offset) * -1)}}', th = `:root{color:#232323;font-family:Archivo,sans-serif;font-size:16px}h1{font-size:36px;font-stretch:70%;font-weight:500;margin-top:60px}h2{font-size:22px;font-weight:800;margin-top:36px}h3{color:var(--teal-700);font-size:18px;font-weight:800}a{color:var(--contrast);font-weight:800;text-decoration:underline}a:active,a:focus,a:hover{color:var(--teal-600);text-decoration:none}ol,p,ul{font-size:1.125rem;line-height:1.875rem;margin:0 0 1.25rem}li{margin-bottom:.5rem}.btn{background-color:var(--teal-700);border:4px solid var(--teal-700);color:#fff;display:inline-block;font-family:Archivo,sans-serif;font-size:16px;font-weight:600;line-height:24px;padding:6px 12px;text-decoration:none;text-transform:uppercase}.secondary{background-color:var(--yellow-400);border-color:var(--yellow-400);color:var(--contrast)}.danger{background-color:var(--red-400);border-color:var(--red-400)}.lg{font-size:20px;line-height:30px;padding:8px 16px}.btn.active,.btn:active,.btn:focus,.btn:hover{background-color:#fff;border-color:var(--contrast);color:var(--contrast);cursor:pointer}.btn-clear,.btn-clear.active,.btn-clear:active,.btn-clear:focus,.btn-clear:hover{background-color:transparent;border-color:transparent;color:var(--contrast)}.btn:disabled{background-color:var(--contrast-8);border-color:var(--contrast-8);color:var(--contrast-3)}.btn .bi{vertical-align:middle}.btn+.btn{margin-left:10px}.table{border-top:1px solid var(--contrast);border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid var(--contrast);padding:16px}.table thead th{text-align:left}.table tbody th{text-align:right}input,select{border:1px solid var(--contrast-8);border-radius:0;color:var(--contrast);font-size:1rem;padding:6px 12px}select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding:6px 36px 6px 12px}.intro{font-size:24px}`, nh = `:host{background-color:#fbfbfb}.container{color:var(--contrast)}a{color:var(--teal-600);font-weight:800;text-decoration:none}a:active,a:focus,a:hover{text-decoration:underline}.about{padding-top:25px}.awards{font-size:15px;line-height:21px;margin:0 0 20px}.disclaimer{font-size:12px;line-height:18px;margin:0 0 15px}.contact{font-size:16px;font-stretch:70%;text-transform:uppercase}.social{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;list-style-type:none;margin:0;padding:20px 0 10px}.social li{margin:0 35px 0 0;padding:0}.social li:last-child{margin:-10px}.social a{background-size:contain;background-repeat:no-repeat;display:block;height:25px;text-indent:-999999px;width:25px}.x{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' className='bi bi-twitter-x' viewBox='0 0 16 16'><path d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/></svg>")}.youtube{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/></svg>")}.facebook{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/></svg>")}a.linkedin{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/></svg>")}.lower{border-top:1px solid var(--contrast-9);padding:10px 0 60px}.links{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;margin:20px 0 0;padding:0}.links li{padding:0 20px 10px 0}.links li:last-child{padding-right:0}.links a{font-size:12px;font-weight:600}.scroll-to-top{background-color:#00000080;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' stroke='white' stroke-width='1' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/></svg>");background-position:center;background-repeat:no-repeat;background-size:13px;border:0 none transparent;bottom:30px;cursor:pointer;display:block;height:40px;opacity:0;position:fixed;right:30px;text-indent:-999999px;transition:opacity .25s ease-out;width:40px;z-index:100}.scroll-to-top.visible{opacity:1}.personas{box-sizing:border-box;font-size:15px;padding:20px 0}.personas p{margin:0}.personas ul{list-style-type:none;margin:5px 0;padding:0}.personas li{padding:3px 0}@media (min-width: 1024px){.lower{align-items:start;display:flex;flex-direction:row;justify-content:space-between}.links{margin-top:0}}@media (min-width: 900px){.upper{display:flex;flex-direction:row;justify-content:space-between}.upper>*{width:calc((var(--width) - 20px) / 2)}.about{padding:40px 0 30px}.awards{font-size:18px;line-height:24px}.personas{font-size:18px;padding:40px calc(((var(--width) - 140px) / 8) + 20px) 30px}}`, rh = ".container{box-sizing:content-box;height:84px;padding-top:20px}@media (min-width: 900px){.container{height:144px;padding-top:52px}}", Gc = `.logo{align-items:start;display:flex;flex-direction:row}.nsf-logo{height:49px}.access-logo{height:23px;margin-top:12px}.access,.nsf{display:block;text-decoration:none}.divider{border-right:2px solid #bbbbbb;height:40px;margin:4px 15px 0 12px;width:0}.name{color:var(--teal-700);display:block;font-size:17.5px;font-stretch:80%;font-weight:200;line-height:1;margin:3px 0 0;text-align:right}.name:before{content:"";display:inline-block;height:0;margin:0 5px 0 0;width:0}.name-allocations:before{border-bottom:12px solid var(--orange-400);border-left:12px solid transparent}.name-coordination-office:before{background-color:var(--teal-400);border-radius:6px;height:12px;margin:0 6px 0 0;width:12px}.name-metrics:before{background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' width='12'><circle cx='12' cy='0' r='12' fill='%23008496' /></svg>");background-size:cover;height:12px;margin:0 2px 0 0;width:12px}.name-operations:before{border-top:12px solid var(--yellow-400);border-right:12px solid transparent}.name-support:before{background-color:var(--teal-700);height:12px;margin:0 6px 0 0;width:12px}.logo-footer .nsf-logo{height:40px}.logo-footer .divider{height:34px;margin:3px 11px 0 9px}.logo-footer .access-logo{margin-top:10px;height:21px;width:auto}@media (min-width: 900px){.nsf-logo{height:82px}.divider{height:70px;margin:6px 23px 0 20px}.access-logo{height:auto;margin-top:22px;width:253px}.name{font-size:30px}.name-allocations:before{border-bottom:20px solid var(--orange-400);border-left:20px solid transparent}.name-metrics:before{height:20px;margin:0 4px 0 0;width:20px}.name-operations:before{border-top:20px solid var(--yellow-400);border-right:20px solid transparent}.name-coordination-office:before{border-radius:9.5px;height:19px;width:19px}.name-support:before{height:19px;margin:0 7px 0 0;width:19px}}`, fa = `.menu{--icon-caret-down-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");--icon-caret-down-light: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");--icon-caret-down-teal: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23107180' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")}.universal{--background: var(--teal-700);--border: rgba(19, 133, 151, .35)}.site{--background: var(--teal-600);--border: #157688}.site ul ul{--border: rgba(19, 133, 151, .35)}.menu ul,.menu li{list-style-type:none;margin:0;padding:0}.menu a{text-decoration:none}.item{background:transparent;border:0 none transparent;border-radius:0;box-sizing:border-box;cursor:pointer;display:block;text-align:left;width:100%}.item{font-size:14px;font-weight:600;line-height:21px;padding:13.5px var(--padding) 13.5px}.menu>ul>li>.item{font-weight:800}.item,.menu li:last-child li:last-child>.item{border-bottom:1px solid var(--border)}.menu li.highlight button.item,.menu li:last-child>.item,.menu>.collapsed{border-bottom:0 none transparent}.expanded{border-bottom-width:2px}.menu button.item{position:relative}.menu>button.item{font-weight:500;padding:13.5px var(--padding) 13.5px;text-transform:uppercase}.menu button.item:after{background-image:var(--icon-caret-down-light);background-repeat:no-repeat;background-size:18px;content:"";display:block;height:18px;right:calc(var(--padding) + var(--offset));position:absolute;top:15px;width:18px}.menu button.item.expanded:after{transform:rotate(180deg)}.menu .highlight button.item:after{background-image:var(--icon-caret-down-dark)}.menu button.item,.menu ul li{background-color:var(--background)}.menu button.item,.menu ul li a{color:var(--color)}.menu ul li li{background-color:#fff}.menu ul li li a{color:#138597}.icon>.item{background-position:calc(var(--padding) + var(--offset)) center;background-repeat:no-repeat;background-size:14px 14px;text-indent:-99999px}.icon-home>.item{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5'/></svg>")}.icon-search>.item{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/></svg>")}.track .item{text-transform:uppercase;padding-top:4px;padding-bottom:4px}.track:first-child .item{padding-top:17px}.track.grow .item{padding-bottom:21px}.track .item{border-bottom:0 none transparent}.highlight button.item{background-color:var(--yellow-400);color:var(--contrast)}.footer{background-color:var(--teal-700);padding:50px var(--padding) 36px;color:#fff}.footer h2{font-size:14px;font-weight:600;margin:0 auto 20px;text-transform:uppercase;width:var(--width)}.columns{margin:0 auto;width:var(--width)}.column{padding-bottom:14px}.footer a,.footer a:visited{color:#fff;text-decoration:none}.footer a:active,.footer a:focus,.footer a:hover{color:var(--teal-100);text-decoration:underline}.footer h3{font-size:14px;font-weight:800;margin:0}.footer ul{margin:0;padding:0}.footer li{font-size:14px;font-weight:600;list-style-type:none;padding:14px 0 0}@media (min-width: 768px){.columns{display:flex;flex-direction:row;flex-wrap:wrap;padding:10px 0}.column{padding-bottom:40px;padding-right:20px;width:calc((var(--width) - 60px) / 4)}.column:nth-child(4),.column:last-child{padding-right:0}}@media (min-width: 1280px){.site{--background: white;--color: var(--teal-600);--outline: var(--teal-700);--padding: 20px;border-bottom:1px solid #d9d9d9;border-top:3px solid var(--teal-700)}.site>ul{justify-content:end}.menu>button.item{display:none}.menu>ul{display:flex;flex-direction:row;margin:0 auto;width:calc(var(--width) + (2 * var(--padding)))}.item,.track .item,.track:first-child .item,.track.grow .item{border-bottom:0 none transparent;padding-top:12px;padding-bottom:12px}.site .item{font-size:16px}.grow{flex:1 0 auto}.universal{background-color:var(--teal-700)}.universal>ul>li:first-child{margin-left:-10px}.universal>ul>li:last-child{margin-right:-10px}.universal li button.item{--padding: 20px}.icon>.item{background-position:center center;width:56px}.menu button.item:after,.menu button.item.expanded:after,.menu .highlight button.item:after,.menu .highlight button.item.expanded:after{display:inline-block;margin-left:5px;position:static;vertical-align:middle}.menu button.item:after{background-image:var(--icon-caret-down-teal)}.universal button.item:after{background-image:var(--icon-caret-down-light)}.menu button.item.expanded:after,.menu button.item.item:active:after,.menu button.item.item:focus:after,.menu button.item.item:hover:after{background-image:var(--icon-caret-down-light)}.menu>ul>li{display:flex;flex-direction:row;justify-content:start;position:relative}.menu>ul>li.grow>.item{flex:0 1 0}.menu>ul>li.active>.item,.menu>ul>li>.expanded,.menu>ul>li>.item:active,.menu>ul>li>.item:focus,.menu>ul>li>.item:hover{background-color:var(--teal-600);color:#fff;outline:0 none transparent}.menu>ul>li>.item:focus-visible{outline:3px solid var(--outline);outline-offset:-3px;z-index:1000}.menu>ul ul{background-color:var(--teal-600);padding:10px 0;position:absolute;right:0;top:48px;z-index:9999}.menu>ul ul li{background-color:var(--teal-600)}.menu>ul ul .item{color:#fff;white-space:nowrap;padding:5px 20px}.menu>ul ul .item:active,.menu>ul ul .item:focus,.menu>ul ul .item:hover{color:#cee8e9;outline:0 none transparent;text-decoration:underline}.menu>ul ul .item:focus-visible{outline:3px solid white;outline-offset:-3px;z-index:1000}.menu>ul>li>.item{line-height:24px}}@media (min-width: 1280px){.columns{flex-wrap:nowrap;padding:10px 0 0}.column{padding-bottom:72px;width:calc((var(--width) - 120px) / 7)}.column:nth-child(4){padding-right:20px}}`, oh = '@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css";.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em #0000001a;text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translate(-50%)}.glide__bullet{background-color:#ffffff80;width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em #0000001a;margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:#ffffff80}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.accordion{margin:0 0 16px}.accordion-heading{margin:0}.accordion-heading button{background-color:var(--teal-050);border:0 none transparent;color:var(--teal-700);cursor:pointer;display:block;font-size:16px;font-weight:800;padding:16px 40px 16px 20px;position:relative;text-align:left;width:100%}.accordion-heading button .icon{position:absolute;right:20px;top:16px}.accordion-content{padding:16px 20px 0}.alert{align-items:center;background-color:var(--yellow-200);border-radius:10px;display:flex;flex-direction:row;margin-bottom:20px;padding:20px}.alert i{margin-right:20px}ul.breadcrumbs{--offset: calc((100vw - var(--width)) / 2);border-bottom:1px solid var(--contrast-7);box-sizing:border-box;font-size:14px;font-stretch:70%;font-weight:600;line-height:20px;list-style-type:none;margin:0;padding:0 30px;width:100vw}ul.breadcrumbs.top-border{border-top:1px solid var(--contrast-7)}ul.breadcrumbs.expand{margin-left:-30px;margin-right:-30px}ul.breadcrumbs li{display:inline-block;margin:0;padding:11px 0 6px;text-transform:uppercase;vertical-align:middle}ul.breadcrumbs li:not(.home):before{content:"/";margin:0 12px}ul.breadcrumbs li a{color:var(--teal-700);text-decoration:none}ul.breadcrumbs li:not(.home) a:active,ul.breadcrumbs li:not(.home) a:focus,ul.breadcrumbs li:not(.home) a:hover{text-decoration:underline}@media (min-width: 600px){ul.breadcrumbs{padding-left:var(--offset);padding-right:var(--offset)}ul.breadcrumbs.expand{margin-left:calc(var(--offset) * -1);margin-right:calc(var(--offset) * -1)}}.carousel{margin-bottom:1rem;width:var(--width)}.slide-inner{background-color:var(--contrast-9);display:flex;flex-direction:column}.slide-image img{display:block;width:100%}.slide-text{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:20px}.slide-text h2{font-size:16px;line-height:1.1;margin:0 0 .25rem}.slide-text a{font-size:14px;line-height:1.1}.slide-text p{font-size:14px;line-height:1.2;margin-bottom:.5rem}.glide__arrow{align-items:center;background-color:var(--contrast-3);border:0 none transparent;border-radius:15px;display:flex;justify-content:center;height:30px;padding:8px;width:30px}.glide__arrow:active,.glide__arrow:hover{background-color:var(--teal-700)}.glide__arrow svg{fill:#fff}.glide__arrow--left{margin-left:-66px}.glide__arrow--right{margin-right:-66px}@media (min-width: 768px){.slide-inner{flex-direction:row}.slide-image img{width:calc((var(--width) - 20px) / 2)}}@media (min-width: 1024px){.slide-image img{width:calc((var(--width) - 40px) / 3)}}@media (min-width: 1280px){.slide-text h2{font-size:18px}.slide-text a{font-size:16px}.slide-text p{font-size:16px;line-height:1.2;margin-bottom:.5rem}}.highlight{background-color:var(--yellow-200);padding:2px 0}.header-components{margin-bottom:2rem}.button-group .btn{display:block;margin:0 0 10px}.card{border:5px solid var(--contrast);padding:20px}@media (min-width: 768px){.flex-header{align-items:center;display:flex;justify-content:space-between}.header-components{margin-bottom:0}.button-group{display:flex}.button-group .btn{display:flex;margin:0 10px 0 0}}@media (min-width: 1024px){.cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.card{flex:1 0 20%;margin:0}}.donut-chart svg path{cursor:pointer}.donut-chart .center-text{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;line-height:1.2}.donut-chart .center-text *{cursor:default;display:block;margin-bottom:.25rem;text-align:center}.donut-chart .center-text .percent{color:var(--contrast-2);font-size:.7rem}.donut-chart .top-items{list-style-type:none;margin:0;padding:0}.donut-chart .top-items li{align-items:center;display:flex;flex-direction:row;font-size:1rem;line-height:1.2;margin-bottom:5px}.donut-chart .symbol{border-radius:8px;display:inline-block;height:16px;margin-right:5px;vertical-align:text-top;width:16px}.expand-text{margin-bottom:1rem;position:relative}.expand-text.contracted{max-height:5.3rem;overflow:hidden}.expand-text button{background-color:#fff;border:0 none transparent;color:var(--teal-700);cursor:pointer;font-size:1rem;font-weight:700}.expand-text.contracted button{background:linear-gradient(to right,#fff0,#fff 50% 100%);position:absolute;right:0;text-align:right;bottom:0;width:12rem}.grid{border-top:1px solid var(--contrast);max-width:100%;margin-bottom:1rem;overflow:scroll;position:relative}.grid table{border-collapse:separate;border-spacing:0;border-top:0 none transparent;margin-bottom:0;position:relative}.grid th{position:sticky;top:0;z-index:10}.grid th,.grid td{background-color:#fff}.grid th:last-child,.grid td:last-child{border-right:0 none transparent}.grid th.important,.grid td.important{background-color:#f8f9fa}.grid th.input,.grid td.input{background-color:var(--teal-200)}.grid .edited td,.grid .edited select{background-color:#faf1d7}.grid .edited td.important,.grid .edited select.important{background-color:#fbeeca}.grid .disabled td,.grid .disabled select{background-color:#ddd}.grid .disabled td.important,.grid .disabled select.important{background-color:#ccc}.grid tbody tr:last-child th,.grid tbody tr:last-child td{border-bottom:0 none transparent}.icon{height:1em;margin-right:5px;vertical-align:text-bottom}.info-tip{background-color:transparent;border:0 none transparent}.tippy-box[data-theme~=access]{background-color:var(--teal-700);border-radius:0;color:#fff;font-weight:400;padding:5px}.tippy-box[data-theme~=access][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--teal-700)}.mini-bar{flex:0 0 auto;position:relative;width:100px}.mini-bar .bar{background-color:#ddd;height:1em}.filters-outer{float:right;position:relative}.filters-inner{background-color:#fff;border:4px solid var(--contrast);padding:20px;position:absolute;right:0;top:41px;width:calc(var(--width) * .4)}.filters-inner h2{font-size:16px;margin:0 0 1rem}.filters-inner ul.tags{margin-bottom:1rem}.btn-filters{position:relative}.btn-filters .active-tag-count{background-color:var(--orange-400);border-radius:10px;color:#fff;display:block;font-size:12px;height:20px;line-height:20px;top:-10px;position:absolute;text-align:center;right:-10px;width:20px}.btn-filters.active{z-index:100}.btn-filters.active:after{background-color:#fff;bottom:-4px;content:"";display:block;height:4px;left:0;position:absolute;width:100%}.event:not(:last-child){margin-bottom:1.5rem}.event-icon,.event-icon:active,.event-icon:focus,.event-icon:hover{align-items:center;background-color:var(--teal-700);color:#fff;display:none;flex:0 0 auto;flex-direction:column;font-weight:800;justify-content:center;height:calc((var(--width) - 140px) / 8);text-decoration:none;width:calc((var(--width) - 140px) / 8)}.event-icon span{display:block}.event-icon span:nth-child(2){font-size:2rem}.event-metadata{margin-bottom:1rem}.event-metadata i:not(:first-child){margin-left:1rem}@media (min-width: 768px){.event{display:flex;flex-direction:row}.event-icon,.event-icon:active,.event-icon:focus,.event-icon:hover{display:flex;margin-right:20px}.event h3{margin-top:0}}@media (min-width: 900px){.event-icon span:nth-child(2){font-size:3rem}}.carousel-projects .glide__slide{font-size:16px}.carousel-projects h3{margin:0 0 .25rem}.carousel-projects .project-metadata{margin-bottom:.5rem}.carousel-projects .project-meta{display:inline-block;font-weight:700;line-height:1.1;margin-right:1rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carousel-projects .project-meta .bi{vertical-align:middle}.metrics-overview strong{background-color:var(--yellow-200);font-size:1.2rem;padding:2px;white-space:nowrap}.metrics-overview .bi{vertical-align:middle}.metrics-overview .btn{font-size:1rem}.metrics-disclaimer{font-size:.9rem;line-height:1.2;margin:.5rem 0}.metrics-disclaimer .bi{vertical-align:middle}.resource-group{align-items:flex-start;clear:both;display:flex;flex-direction:column;margin-bottom:20px}.resource-group-image{--image-width: 100%;align-items:center;background-color:var(--contrast-9);border:1px solid var(--contrast);color:var(--contrast-8);display:flex;flex:0 0 auto;flex-direction:column;font-size:5rem;justify-content:center;margin:20px 0;min-height:calc(var(--image-width) / 3 * 2);position:relative;width:var(--image-width)}.resource-group-image:active,.resource-group-image:focus,.resource-group-image:hover{color:var(--contrast-8)}.resource-group-image>img{display:block;width:100%}.image-type-logo{display:flex;flex-direction:column;justify-content:center;min-height:120px}.image-type-logo>*{margin:10px;width:calc(100% - 20px)}.resource-group-text *:first-child{margin-top:0}.resource-group-detail{margin-bottom:70px;width:var(--width)}.resource-group-feature-image{margin-top:60px;width:100%}.resource-group-description:after{clear:both;content:"";display:block}@media (min-width: 768px){.resource-group{flex-direction:row;margin-bottom:40px}.resource-group-image{--image-width: calc((var(--width) - 140px) / 4 + 20px);margin:0 20px 0 0}}@media (min-width: 900px){.resource-group-feature-image{float:right;margin:0 0 0 20px;width:calc(((var(--width) - 140px) / 8) * 3 + 40px)}}#resource-navigation{display:flex;flex-direction:column;gap:10px}@media (min-width: 1024px){#resource-navigation{flex-direction:row;gap:20px}}#resource-news{background-color:var(--teal-100);padding:20px}#resource-news h2{font-size:1.2rem;font-weight:200;margin:0 0 .5rem}#resource-news ul{list-style-type:none;margin:0;padding:0}#resource-news li{font-size:1rem;line-height:1.3;margin:0 0 .5rem;padding:0}@media (min-width: 1024px){#resource-news{box-sizing:border-box;width:calc((var(--width) - 60px) / 4)}}ul.resource-pathways{display:flex;flex-direction:column;gap:10px;list-style-type:none;margin:0;padding:0;width:100%}ul.resource-pathways li{margin:0;width:100%}ul.resource-pathways li a{align-items:flex-start;border:5px solid transparent;box-sizing:border-box;display:flex;height:100%;flex-direction:row;justify-content:flex-start;line-height:1.3;padding:20px;text-decoration:none}ul.resource-pathways a>.bi{font-size:2rem;margin-bottom:1rem}ul.resource-pathways li a>.detail{display:flex;flex-direction:column;margin-left:20px}ul.resource-pathways .title{font-size:1.2rem}ul.resource-pathways .description{font-size:1rem;font-weight:400}ul.resource-pathways .login{font-size:.9rem;font-style:italic;font-weight:400;margin-top:.25rem}ul.resource-pathways .login .bi{vertical-align:middle}.resource-pathway-0{background-color:var(--yellow-400)}.resource-pathway-1{background-color:var(--teal-600)}.resource-pathway-1 a{color:#fff}.resource-pathway-2{background-color:var(--orange-400)}.resource-pathway-3{background-color:var(--teal-200)}ul.resource-pathways li a:active,ul.resource-pathways li a:focus,ul.resource-pathways li a:hover{background-color:#fff;border:5px solid var(--contrast);color:var(--contrast)}@media (min-width: 1024px){ul.resource-pathways{flex-direction:row;gap:20px}ul.resource-pathways li{box-sizing:border-box;width:calc((var(--width) - 60px) / 4)}ul.resource-pathways li a{flex-direction:column}ul.resource-pathways li a>.detail{margin-left:0}}.scroll-text{position:relative}.scroll-text:after{background-color:red;background:linear-gradient(to bottom,#fff0,#fff 50% 100%);bottom:0;content:"";display:block;height:2rem;left:0;position:absolute;width:100%;z-index:99999}.scroll-text-inner{padding-bottom:2rem;overflow-y:scroll}.search{position:relative}.search input{padding-right:35px}.search .btn-clear{position:absolute;right:-5px;top:-6px}.section-navigation{border-bottom:1px solid var(--contrast-8);border-top:1px solid var(--contrast-8);display:flex;flex-direction:row;margin:20px 0}.section-navigation h2{flex:0 0 auto;font-size:1rem;font-weight:400;margin:20px 0}.section-navigation ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;padding:10px 0}.section-navigation li{line-height:1;list-style-type:none;flex:0 0 auto;font-size:1rem;margin:10px 0 10px 20px;padding:0}ul.tags{margin:0;padding:0}li.tag{display:inline-block;list-style-type:none;margin:0 5px 5px 0;max-width:100%}.tag button{background-color:var(--teal-100);border:1px solid var(--teal-400);border-radius:8px;color:var(--contrast);cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:18px;max-width:100%;overflow:hidden;padding:3px 7px;text-align:left;text-decoration:none;text-overflow:ellipsis;text-wrap:nowrap}.tag button:hover{background-color:var(--teal-200);color:var(--contrast)}.tag button:disabled{background-color:var(--contrast-9);border-color:var(--contrast-6);color:var(--contrast-3)}.tag.active button{border-color:var(--orange-400);background-color:var(--orange-200)}', ih = ".toc{background-color:var(--teal-600);color:#fff;padding:20px;position:sticky;top:50px}h2{font-size:16px;font-weight:800;margin:0 0 16px}ul{margin:0;padding:0 0 0 20px}li{line-height:1.125;list-style-type:none;margin:0;padding:9px 0}a{color:#fff;font-size:16px;font-weight:600;text-decoration:underline;text-decoration-color:transparent}a :active,a:focus,a:hover{color:var(--teal-100);text-decoration-color:var(--teal-100)}@media (min-width: 768px){a.active{color:var(--teal-100)}}@media (min-width: 900px){.toc{padding:32px}}", Xc = '.rcb-toggle-icon{background-color:initial!important;background-position:calc(50% - 1px) calc(50% + 2px);background-size:62%!important}.rcb-chat-window{height:800px!important;max-height:80vh!important;max-width:100%;width:550px!important}.rcb-chat-window .rcb-bot-avatar{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:0}.rcb-chat-window .rcb-chat-header{align-items:center;display:flex;flex-direction:row;font-weight:700}.rcb-chat-window a{color:#000;font-weight:700;text-decoration:underline}.rcb-chat-window a:hover{color:#107180}.rcb-chat-window .rcb-bot-message a{color:#fff;text-decoration:none}.rcb-chat-window .rcb-bot-message a:hover{text-decoration:underline}.rcb-chat-window .rcb-chat-input-textarea{overflow-y:auto}.rcb-chat-window .rcb-chat-footer-container{font-size:10px}.qa-bot .user-login-icon{display:none!important}.qa-bot.bot-logged-in .user-login-icon{display:flex!important;transform:scale(1.3) translateY(-2px)}.embedded-qa-bot .rcb-chat-window{max-width:100%;width:100%!important}.qa-bot.hidden{display:none}.embedded-qa-bot .rcb-bot-message,.embedded-qa-bot .rcb-user-message{max-width:90%!important;word-break:break-word}.embedded-qa-bot .rcb-chat-input-textarea{width:100%!important}.qa-bot-container{max-width:100%;width:100%}.rcb-tooltip-show.phone-ring{animation:phone-ring 3s ease-out!important;z-index:10000!important}@keyframes phone-ring{0%{transform:translate(0) translateY(0) rotate(0)}2%{transform:translate(0) translateY(-8px) rotate(-2deg)}4%{transform:translate(0) translateY(-6px) rotate(2deg)}6%{transform:translate(0) translateY(-8px) rotate(-1deg)}8%{transform:translate(0) translateY(-6px) rotate(1deg)}10%{transform:translate(0) translateY(-8px) rotate(-2deg)}12%{transform:translate(0) translateY(-6px) rotate(2deg)}20%{transform:translate(0) translateY(0) rotate(0)}30%{transform:translate(0) translateY(0) rotate(0)}40%{transform:translate(0) translateY(0) rotate(0)}49%{transform:translate(0) translateY(0) rotate(0)}50%{transform:translate(0) translateY(-8px) rotate(-2deg)}52%{transform:translate(0) translateY(-6px) rotate(2deg)}54%{transform:translate(0) translateY(-8px) rotate(-1deg)}56%{transform:translate(0) translateY(-6px) rotate(1deg)}58%{transform:translate(0) translateY(-8px) rotate(-2deg)}60%{transform:translate(0) translateY(-6px) rotate(2deg)}70%{transform:translate(0) translateY(0) rotate(0)}to{transform:translate(0) translateY(0) rotate(0)}}@media (max-width:768px){.rcb-chat-window{max-height:calc(100vh - 100px)!important;max-width:calc(100vw - 40px)!important;width:550px!important}.embedded-chat-container.open{height:400px}.embedded-chat-closed{font-size:14px;height:40px}.embedded-chat-open-btn{font-size:12px;padding:3px 10px}.rcb-bot-message,.rcb-user-message{max-width:85%!important}.rcb-chat-input-textarea{font-size:16px!important;min-height:44px!important}.rcb-chat-header{padding:12px 16px!important}}@media (max-width:480px){.rcb-chat-window{bottom:10px!important;left:10px!important;max-height:calc(100vh - 80px)!important;max-width:calc(100vw - 20px)!important;right:10px!important;width:calc(100vw - 20px)!important}.embedded-chat-container.open{height:350px}.rcb-bot-message,.rcb-user-message{margin-bottom:8px!important;max-width:90%!important}.rcb-chat-header{font-size:14px!important;padding:8px 12px!important}.rcb-chat-button{bottom:20px!important;height:50px!important;right:20px!important;width:50px!important}.rcb-chat-footer-container{font-size:9px!important;padding:8px 12px!important}}@media (max-width:360px){.rcb-chat-window{left:5px!important;max-width:calc(100vw - 10px)!important;right:5px!important;width:calc(100vw - 10px)!important}.rcb-chat-header{font-size:13px!important;padding:6px 8px!important}}.rcb-checkbox-container{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-left:16px!important;max-width:100%!important;padding-top:12px!important}.rcb-checkbox-row-container{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-row-container:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-row-container[data-checked=true]{background-color:#107180!important;border-color:#107180!important;color:#fff!important}.rcb-checkbox-row{margin-left:0!important}.rcb-checkbox-mark{height:14px!important;margin-right:6px!important;width:14px!important}.rcb-checkbox-label{font-size:13px!important;margin:0!important;white-space:nowrap!important}.rcb-checkbox-next-button{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;justify-content:center!important;line-height:24px!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-next-button:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.rcb-chat-input-send-button:focus,.rcb-chat-input-textarea:focus{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-user-message{word-wrap:break-word!important;overflow:hidden!important;word-break:break-word!important}:focus-visible{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-options-container{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;margin:16px!important;padding:0!important}.rcb-options{background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;outline:none!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;user-select:none;width:auto!important}.rcb-options:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-next-button.keyboard-focused,.rcb-checkbox-next-button:focus,.rcb-checkbox-next-button:focus-visible,.rcb-checkbox-row-container.keyboard-focused,.rcb-checkbox-row-container:focus,.rcb-checkbox-row-container:focus-visible,.rcb-options.keyboard-focused,.rcb-options:focus,.rcb-options:focus-visible{background-color:#e8f4f8!important;border-color:#107180!important;outline:none!important}.rcb-options:active{background-color:#107180!important;border-color:#107180!important;color:#fff!important;transform:translateY(0)!important}.keyboard-nav-hint{color:#666!important;font-size:12px!important;font-style:italic!important;margin-bottom:8px!important}@media (prefers-reduced-motion:reduce){.keyboard-nav-hint{display:none!important}}.rcb-options-container [role=button][tabindex="0"],.rcb-options-container button[tabindex="0"]{position:relative!important}.rcb-options-container [role=button][tabindex="0"]:after,.rcb-options-container button[tabindex="0"]:after{color:#107180!important;content:"←"!important;font-size:16px!important;opacity:0!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;transition:opacity .2s ease!important}.rcb-options-container [role=button][tabindex="0"]:focus:after,.rcb-options-container button[tabindex="0"]:focus:after{opacity:1!important}.rcb-chat-input-send-button{cursor:pointer!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.rcb-chat-input-send-button:not([tabindex]){-webkit-user-select:none;user-select:none}.rcb-chat-input-container [onclick],.rcb-chat-input-container [role=button],.rcb-chat-input-container div[style*=cursor],.rcb-chat-input-container svg:last-child,.rcb-chat-input-container>div:last-child{tabindex:0!important;cursor:pointer!important}.rcb-chat-footer{margin-top:4px!important;padding-top:0!important}.rcb-chat-footer-container{align-items:center!important;display:flex!important;margin-top:4px!important;padding-top:4px!important}.rcb-chat-footer-container button{order:1!important}.rcb-chat-footer-container a[href*=access-qa-tool]{tab-index:0!important;order:2!important}.rcb-chat-footer-container a[href*=feedback]{tab-index:0!important;order:3!important}@media (prefers-contrast:high){.rcb-chat-window a{background-color:#fff!important;border:1px solid #000!important;color:#000!important}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.rcb-chat-input-textarea{-webkit-user-select:text!important;user-select:text!important}.rcb-chat-body-container,.rcb-chat-input-textarea,.rcb-chat-window{touch-action:pan-y!important}.embedded-qa-bot,.rcb-chat-window{-webkit-overflow-scrolling:touch!important}.embedded-qa-bot .rcb-chat-input-textarea{touch-action:pan-y!important;-webkit-user-select:text!important;user-select:text!important}.embedded-qa-bot .rcb-chat-body-container,.embedded-qa-bot .rcb-chat-window{touch-action:pan-y!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.demo-container{background-color:#f5f5f5;border-bottom:1px solid #ddd;margin-bottom:20px;padding:20px}.demo-title{font-size:1.2em;font-weight:700;margin-bottom:20px}.demo-controls{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.demo-section{flex:1 1;min-width:200px}.demo-section h3{font-size:1em;margin:0 0 10px}.demo-checkbox{display:block;font-size:.95em;margin-bottom:15px}.demo-checkbox:last-child{margin-bottom:10px}.demo-checkbox input{margin-right:8px}.demo-message-section{flex:1 1;min-width:250px}.demo-send-button{background-color:#1a5b6e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9em;padding:8px 16px}.demo-info{background-color:#e8f4f8;border-radius:4px;color:#555;font-size:.85em;margin-top:15px;padding:12px}.demo-field{margin-bottom:15px}.demo-field label{color:#333;display:block;font-size:.9em;font-weight:500;margin-bottom:5px}.demo-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:.9em;max-width:250px;padding:6px 10px;width:100%}.demo-input:focus{border-color:#1a5b6e;box-shadow:0 0 0 2px #1a5b6e1a;outline:none}.demo-help{color:#666;font-size:.85em;font-style:italic;margin:0 0 15px}.rcb-chat-header-container{border-bottom:1px solid #ccc;color:#fff;display:flex;justify-content:space-between;max-height:55px;padding:12px}.rcb-chat-header{display:flex;flex-direction:row}.rcb-bot-avatar{background-size:cover;border-radius:50%;height:30px;margin-right:12px;width:30px}.rcb-message-prompt-container.visible{align-items:center;animation:rcb-animation-pop-in .3s ease-in-out;bottom:0;display:flex;justify-content:center;margin:auto;opacity:1;pointer-events:auto;position:-webkit-sticky;position:sticky}.rcb-message-prompt-container.hidden{height:0;opacity:0;pointer-events:none;visibility:hidden}.rcb-message-prompt-text{background-color:#fff;border:.5px solid #adadad;border-radius:20px;color:#adadad;cursor:pointer;font-size:12px;padding:6px 12px;transition:color .3s ease,border-color .3s ease;z-index:9999}.rcb-message-prompt-container.hidden .rcb-message-prompt-text{padding:0}.rcb-user-message-container{display:flex;flex-direction:row;justify-content:right}.rcb-user-message{border-radius:22px;font-size:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:16px;margin-top:8px;min-height:20px;overflow:auto;overflow-wrap:anywhere;padding:12px 16px;text-align:right;white-space:pre-wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rcb-user-message-offset{margin-right:50px}.rcb-user-message-entry{animation:rcb-animation-user-message-entry .3s ease-in backwards}.rcb-message-user-avatar{background-size:cover;border-radius:50%;height:40px;margin-left:-10px;margin-right:6px;margin-top:9px;width:40px}.rcb-bot-message-container{display:flex;flex-direction:row}.rcb-bot-message{border-radius:22px;font-size:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:16px;margin-top:8px;min-height:20px;overflow:auto;overflow-wrap:anywhere;padding:12px 16px;text-align:left;white-space:pre-wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rcb-bot-message-offset{margin-left:50px}.rcb-bot-message-entry{animation:rcb-animation-bot-message-entry .3s ease-in backwards}.rcb-message-bot-avatar{background-size:cover;border-radius:50%;height:40px;margin-left:6px;margin-right:-10px;margin-top:9px;width:40px}.rcb-typing-indicator{align-items:center;display:flex}.rcb-dot{animation:rcb-animation-bot-typing 1s infinite;background-color:#ccc;border-radius:50%;height:8px;margin-right:4px;width:8px}.rcb-dot:nth-child(2){animation-delay:.2s}.rcb-dot:nth-child(3){animation-delay:.4s}.rcb-chat-body-container{height:100%;overflow-x:hidden;overflow-y:scroll;padding-bottom:16px;position:relative;touch-action:pan-y;width:100%}.rcb-chat-body-container::-webkit-scrollbar-track{background-color:#f1f1f1}.rcb-chat-body-container::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.rcb-chat-body-container::-webkit-scrollbar-thumb:hover{background-color:#cfcfcf}.rcb-chat-body-container::-webkit-scrollbar-corner{background-color:#f1f1f1}.rcb-checkbox-container{display:flex;flex-wrap:wrap;gap:10px;margin-left:16px;padding-top:12px}.rcb-checkbox-offset{margin-left:50px!important}.rcb-checkbox-row-container{align-items:center;animation:rcb-animations-checkboxes-entry .5s ease-out;background-color:#fff;border-radius:10px;border-style:solid;border-width:.5px;cursor:pointer;display:flex;gap:5px;max-height:32px;min-height:30px;overflow:hidden;width:80%}.rcb-checkbox-row-container:hover{box-shadow:0 0 5px #0003}.rcb-checkbox-row{align-items:center;cursor:pointer;display:inline-flex;margin-left:10px}.rcb-checkbox-mark{align-items:center;background-color:#f2f2f2;border:none;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;margin-right:10px;transition:all .3s ease;width:20px}.rcb-checkbox-mark:hover{background-color:#c2c2c2}.rcb-checkbox-mark:before{content:"✓";transition:all .3s ease}.rcb-checkbox-label{font-size:14px}.rcb-checkbox-next-button{align-items:center;animation:rcb-animations-checkboxes-entry .5s ease-out;background-color:#fff;border-radius:10px;border-style:solid;border-width:.5px;cursor:pointer;display:inline-block;font-size:24px;max-height:32px;min-height:30px;text-align:center;width:80%}.rcb-checkbox-next-button:before{content:"→"}.rcb-checkbox-next-button:hover{box-shadow:0 0 5px #0003}.rcb-options-container{display:flex;flex-wrap:wrap;gap:10px;margin-left:16px;max-width:70%;padding-top:12px}.rcb-options-offset{margin-left:50px!important}.rcb-options{align-items:center;animation:rcb-animation-options-entry .5s ease-out;border-radius:20px;border-style:solid;border-width:.5px;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;overflow:hidden;padding:10px 20px;transition:background-color .3s ease}.rcb-options:hover{box-shadow:0 0 5px #0003}.rcb-line-break-container{align-items:center;display:flex;justify-content:center;max-height:45px;padding-bottom:5px;padding-top:10px}.rcb-line-break-text{color:#adadad;font-size:12px;padding:6px 12px}.rcb-spinner-container{align-items:center;display:flex;justify-content:center;max-height:45px;min-height:35px;padding-bottom:5px;padding-top:10px}.rcb-spinner{animation:rcb-animation-spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;height:22px;width:22px}.rcb-chat-input{align-items:center;background-color:#fff;border-top:1px solid #ccc;display:flex;padding:8px 16px}.rcb-chat-input::placeholder{color:#999}.rcb-chat-input-textarea{background-color:#fff;border:none;border-radius:4px;color:#000;flex:1 1;font-family:inherit;font-size:16px;height:auto;min-height:38px;outline:none;overflow-y:scroll;padding:8px;resize:none;touch-action:none}.rcb-chat-input-textarea::-webkit-scrollbar,.rcb-chat-input-textarea::-webkit-scrollbar-thumb{background-color:initial}.rcb-chat-input-textarea::-webkit-scrollbar-thumb:hover{background-color:initial}.rcb-chat-input-char-counter{font-size:14px;margin-left:8px;margin-top:3px}.rcb-chat-footer-container{align-items:flex-end;background-color:#f2f2f2;border-top:1px solid #ccc;color:#000;display:flex;font-size:12px;justify-content:space-between;max-height:55px;padding:12px 16px 8px 10px}.rcb-chat-footer,.rcb-toggle-button{display:flex;flex-direction:row}.rcb-toggle-button{border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 4px #0003;cursor:pointer;height:75px;position:fixed;right:20px;width:75px;z-index:9999}.rcb-toggle-button.rcb-button-hide{animation:rcb-animation-collapse .3s ease-in-out forwards;opacity:0;visibility:hidden}.rcb-toggle-button.rcb-button-show{animation:rcb-animation-expand .3s ease-in-out forwards;opacity:1;visibility:visible}.rcb-toggle-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:inherit;height:100%;margin:auto;width:100%}.rcb-badge,.rcb-toggle-icon{align-items:center;display:flex;justify-content:center}.rcb-badge{background-color:red;border-radius:50%;color:#fff;height:25px;position:absolute;right:-6px;top:-6px;width:25px}.rcb-chat-tooltip{border-radius:20px;box-shadow:0 2px 6px #0003;cursor:pointer;font-size:20px;padding:16px;position:fixed;transition:transform .3s ease;white-space:nowrap;z-index:9999}.rcb-chat-tooltip-tail{border-style:solid;border-width:10px 0 10px 10px;content:"";margin-top:-10px;position:absolute;right:-10px;top:50%}.rcb-chat-tooltip.rcb-tooltip-hide{animation:rcb-animation-tooltip-out .5s ease-in-out;opacity:0;visibility:hidden}.rcb-chat-tooltip.rcb-tooltip-show{animation:rcb-animation-tooltip-in .5s ease-in-out;opacity:1;visibility:visible}.rcb-toast-prompt{animation:rcb-animation-pop-in .3s ease-in-out;background-color:#fff;border:.5px solid #7a7a7a;border-radius:5px;color:#7a7a7a;cursor:pointer;font-size:12px;margin-top:6px;padding:6px 12px;text-align:center;transition:color .3s ease,border-color .3s ease;width:100%;z-index:9999}.rcb-toast-prompt-container{align-items:center;animation:popIn .3s ease-in-out;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:50%;margin:200 auto auto;opacity:1;pointer-events:auto;position:absolute;transform:translate(-50%)}.rcb-media-display-image-container,.rcb-media-display-video-container{border-radius:22px;margin-right:16px;margin-top:8px;padding:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rcb-media-display-offset{margin-right:50px!important}.rcb-media-display-image{border-radius:22px;height:auto;object-fit:cover;width:100%}.rcb-media-display-video{background-color:#000;border-radius:22px;height:auto;width:100%}.rcb-media-display-audio{border-radius:22px;height:auto;margin-right:16px;margin-top:8px;width:100%}.rcb-media-entry{animation:rcb-animation-user-message-entry .3s ease-in backwards}.rcb-attach-button-disabled,.rcb-attach-button-enabled{background-size:cover;border-radius:6px;display:inline-block;height:30px;position:relative;text-align:center;width:30px}.rcb-attach-button-disabled input[type=file],.rcb-attach-button-enabled input[type=file]{display:none;height:100%;position:absolute;width:100%}.rcb-attach-button-enabled{cursor:pointer}.rcb-attach-button-disabled{opacity:.5}.rcb-attach-button-enabled:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-attach-button-enabled:hover:after{height:130%;opacity:1;width:130%}.rcb-attach-icon-disabled,.rcb-attach-icon-enabled{background-repeat:no-repeat;background-size:cover;display:inline-block;height:24px;margin-top:2px;transition:background-image .3s ease;width:24px}.rcb-attach-icon-enabled{cursor:pointer}.rcb-emoji-button-disabled,.rcb-emoji-button-enabled{background-size:cover;border-radius:6px;cursor:pointer;display:inline-block;height:30px;position:relative;text-align:center;width:30px}.rcb-emoji-icon-disabled,.rcb-emoji-icon-enabled{background-repeat:no-repeat;background-size:cover;display:inline-block;font-size:20px;height:24px;margin-top:2px;position:relative;width:24px}.rcb-emoji-icon-enabled{cursor:pointer}.rcb-emoji-icon-disabled{opacity:.5}.rcb-emoji-button-enabled:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-emoji-button-enabled:hover:after{height:130%;opacity:1;width:130%}.rcb-emoji-button-popup{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0003;max-height:200px;overflow-y:auto;padding:8px;position:absolute;transform:translateY(calc(-100% - 30px));width:158px}.rcb-emoji{cursor:pointer;font-size:24px;padding:3px;transition:transform .2s ease-in-out}.rcb-emoji:hover{transform:scale(1.2)}.rcb-audio-icon{background-size:cover;border:none;cursor:pointer;display:inline-block;height:30px;margin-left:5px;position:relative;width:30px}.rcb-audio-icon:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-audio-icon:hover:after{height:130%;opacity:1;width:130%}.rcb-close-chat-icon{background-size:cover;border:none;cursor:pointer;display:inline-block;height:30px;margin-left:5px;position:relative;width:30px}.rcb-close-chat-icon:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-close-chat-icon:hover:after{height:130%;opacity:1;width:130%}.rcb-notification-icon{background-size:cover;border:none;cursor:pointer;display:inline-block;height:30px;margin-left:5px;position:relative;width:30px}.rcb-notification-icon:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-notification-icon:hover:after{height:130%;opacity:1;width:130%}.rcb-voice-button-disabled,.rcb-voice-button-enabled{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:8px;text-transform:uppercase;transition:all .3s ease;width:32px}.rcb-voice-button-enabled{border:1px solid red;box-shadow:0 0 3px #ff000080}.rcb-voice-button-enabled:hover{border:1px solid #3d0000}.rcb-voice-button-disabled{border:1px;border-color:#0003;border-style:solid}.rcb-voice-button-disabled:hover{box-shadow:0 0 3px #8a0000}.rcb-voice-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:contain;height:60%;object-fit:cover;width:60%}.rcb-voice-icon.on{animation:rcb-animation-ping 1s infinite}.rcb-send-button{border:none;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:8px;text-transform:uppercase;transition:background-color .3s ease;width:51px}.rcb-send-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:contain;height:50%;object-fit:cover;transform:translateY(20%);width:50%}.rcb-view-history-container{align-items:center;display:flex;justify-content:center;max-height:45px;min-height:35px;padding-bottom:5px;padding-top:10px}.rcb-view-history-button{align-items:center;background-color:#fff;border:.5px solid #adadad;border-radius:20px;color:#adadad;cursor:pointer;display:inline-flex;font-size:12px;justify-content:center;max-width:60%;padding:6px 12px;transition:color .3s ease,border-color .3s ease}.rcb-view-history-button>p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rcb-chatbot-global{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;z-index:9999}.rcb-chat-window{background-color:#fff;border-radius:10px;bottom:20px;box-shadow:0 2px 4px #0003;display:flex;flex-direction:column;height:550px;overflow:hidden;position:fixed;right:20px;transition:all .3s ease;width:375px}.rcb-window-embedded .rcb-chat-window{bottom:auto;opacity:1;position:relative;right:auto;visibility:visible}.rcb-window-open .rcb-chat-window{animation:rcb-animation-expand .3s ease-in-out forwards;opacity:1;visibility:visible}.rcb-window-close .rcb-chat-window{animation:rcb-animation-collapse .3s ease-in-out forwards;opacity:0;visibility:hidden}@keyframes rcb-animation-expand{0%{opacity:0;transform:translate(100%,100%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes rcb-animation-collapse{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%,100%) scale(0)}}@keyframes rcb-animation-ping{0%{filter:brightness(100%);opacity:1}50%{filter:brightness(50%);opacity:.8}}@keyframes rcb-animation-bot-message-entry{0%{opacity:0;transform:translate(-100%,50%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes rcb-animation-user-message-entry{0%{opacity:0;transform:translate(100%,50%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes rcb-animation-bot-typing{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes rcb-animation-pop-in{0%{opacity:0;transform:scale(.8)}70%{opacity:1;transform:scale(1.1)}to{transform:scale(1)}}@keyframes rcb-animations-checkboxes-entry{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes rcb-animation-options-entry{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rcb-animation-tooltip-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes rcb-animation-tooltip-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes rcb-animation-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}', ph = (l = {}) => {
|
|
7994
|
-
|
|
7993
|
+
}, Tt = ":host,:root{--contrast: #232323;--contrast-2: #3f3f3f;--contrast-3: #707070;--contrast-6: #999999;--contrast-7: #d9d9d9;--contrast-8: #dfdfdf;--contrast-9: #e5e5e5;--green-400: #288654;--red-400: #a70000;--orange-200: #f6d8ca;--orange-400: #f07537;--teal-050: #ecf9f8;--teal-100: #cee8e9;--teal-200: #b0dadb;--teal-400: #48c0b9;--teal-600: #107180;--teal-700: #1a5b6e;--yellow-200: #fce5ab;--yellow-400: #ffc42d;--color: white;--padding: 30px;--offset: 0px;--outline: white;color:var(--contrast)}:host,:host button,:root,:root button{font-family:Archivo,sans-serif}.container{margin:0 auto;padding:0 var(--padding);width:var(--width)}.visually-hidden{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media (min-width: 600px){:host,:root{--padding: calc((100% - var(--width)) / 2);--offset: 7px;--width: 540px}}@media (min-width: 768px){:host,:root{--width: 712px}}@media (min-width: 900px){:host,:root{--width: 840px}}@media (min-width: 1024px){:host,:root{--width: 940px}}@media (min-width: 1280px){:host,:root{--padding: 10px;--offset: 0px;--width: 1180px}}", eh = 'ul.breadcrumbs{--offset: calc((100vw - var(--width)) / 2);border-bottom:1px solid var(--contrast-7);box-sizing:border-box;font-size:14px;font-stretch:70%;font-weight:600;line-height:20px;list-style-type:none;margin:0;padding:0 30px;width:100vw}ul.breadcrumbs.top-border{border-top:1px solid var(--contrast-7)}ul.breadcrumbs.expand{margin-left:-30px;margin-right:-30px}ul.breadcrumbs li{display:inline-block;margin:0;padding:11px 0 6px;text-transform:uppercase;vertical-align:middle}ul.breadcrumbs li:not(.home):before{content:"/";margin:0 12px}ul.breadcrumbs li a{color:var(--teal-700);text-decoration:none}ul.breadcrumbs li:not(.home) a:active,ul.breadcrumbs li:not(.home) a:focus,ul.breadcrumbs li:not(.home) a:hover{text-decoration:underline}@media (min-width: 600px){ul.breadcrumbs{padding-left:var(--offset);padding-right:var(--offset)}ul.breadcrumbs.expand{margin-left:calc(var(--offset) * -1);margin-right:calc(var(--offset) * -1)}}', th = `:root{color:#232323;font-family:Archivo,sans-serif;font-size:16px}h1{font-size:36px;font-stretch:70%;font-weight:500;margin-top:60px}h2{font-size:22px;font-weight:800;margin-top:36px}h3{color:var(--teal-700);font-size:18px;font-weight:800}a{color:var(--contrast);font-weight:800;text-decoration:underline}a:active,a:focus,a:hover{color:var(--teal-600);text-decoration:none}ol,p,ul{font-size:1.125rem;line-height:1.875rem;margin:0 0 1.25rem}li{margin-bottom:.5rem}.btn{background-color:var(--teal-700);border:4px solid var(--teal-700);color:#fff;display:inline-block;font-family:Archivo,sans-serif;font-size:16px;font-weight:600;line-height:24px;padding:6px 12px;text-decoration:none;text-transform:uppercase}.secondary{background-color:var(--yellow-400);border-color:var(--yellow-400);color:var(--contrast)}.danger{background-color:var(--red-400);border-color:var(--red-400)}.lg{font-size:20px;line-height:30px;padding:8px 16px}.btn.active,.btn:active,.btn:focus,.btn:hover{background-color:#fff;border-color:var(--contrast);color:var(--contrast);cursor:pointer}.btn-clear,.btn-clear.active,.btn-clear:active,.btn-clear:focus,.btn-clear:hover{background-color:transparent;border-color:transparent;color:var(--contrast)}.btn:disabled{background-color:var(--contrast-8);border-color:var(--contrast-8);color:var(--contrast-3)}.btn .bi{vertical-align:middle}.btn+.btn{margin-left:10px}.table{border-top:1px solid var(--contrast);border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid var(--contrast);padding:16px}.table thead th{text-align:left}.table tbody th{text-align:right}input,select{border:1px solid var(--contrast-8);border-radius:0;color:var(--contrast);font-size:1rem;padding:6px 12px}select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding:6px 36px 6px 12px}.intro{font-size:24px}`, nh = `:host{background-color:#fbfbfb}.container{color:var(--contrast)}a{color:var(--teal-600);font-weight:800;text-decoration:none}a:active,a:focus,a:hover{text-decoration:underline}.about{padding-top:25px}.awards{font-size:15px;line-height:21px;margin:0 0 20px}.disclaimer{font-size:12px;line-height:18px;margin:0 0 15px}.contact{font-size:16px;font-stretch:70%;text-transform:uppercase}.social{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;list-style-type:none;margin:0;padding:20px 0 10px}.social li{margin:0 35px 0 0;padding:0}.social li:last-child{margin:-10px}.social a{background-size:contain;background-repeat:no-repeat;display:block;height:25px;text-indent:-999999px;width:25px}.bluesky{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' class='bi bi-bluesky' viewBox='0 0 16 16'><path d='M3.468 1.948C5.303 3.325 7.276 6.118 8 7.616c.725-1.498 2.698-4.29 4.532-5.668C13.855.955 16 .186 16 2.632c0 .489-.28 4.105-.444 4.692-.572 2.04-2.653 2.561-4.504 2.246 3.236.551 4.06 2.375 2.281 4.2-3.376 3.464-4.852-.87-5.23-1.98-.07-.204-.103-.3-.103-.218 0-.081-.033.014-.102.218-.379 1.11-1.855 5.444-5.231 1.98-1.778-1.825-.955-3.65 2.28-4.2-1.85.315-3.932-.205-4.503-2.246C.28 6.737 0 3.12 0 2.632 0 .186 2.145.955 3.468 1.948'/></svg>")}.youtube{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/></svg>")}.facebook{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/></svg>")}a.linkedin{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/></svg>")}.lower{border-top:1px solid var(--contrast-9);padding:10px 0 60px}.links{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;margin:20px 0 0;padding:0}.links li{padding:0 20px 10px 0}.links li:last-child{padding-right:0}.links a{font-size:12px;font-weight:600}.scroll-to-top{background-color:#00000080;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' stroke='white' stroke-width='1' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/></svg>");background-position:center;background-repeat:no-repeat;background-size:13px;border:0 none transparent;bottom:30px;cursor:pointer;display:block;height:40px;opacity:0;position:fixed;right:30px;text-indent:-999999px;transition:opacity .25s ease-out;width:40px;z-index:100}.scroll-to-top.visible{opacity:1}.personas{box-sizing:border-box;font-size:15px;padding:20px 0}.personas p{margin:0}.personas ul{list-style-type:none;margin:5px 0;padding:0}.personas li{padding:3px 0}@media (min-width: 1024px){.lower{align-items:start;display:flex;flex-direction:row;justify-content:space-between}.links{margin-top:0}}@media (min-width: 900px){.upper{display:flex;flex-direction:row;justify-content:space-between}.upper>*{width:calc((var(--width) - 20px) / 2)}.about{padding:40px 0 30px}.awards{font-size:18px;line-height:24px}.personas{font-size:18px;padding:40px calc(((var(--width) - 140px) / 8) + 20px) 30px}}`, rh = ".container{box-sizing:content-box;height:84px;padding-top:20px}@media (min-width: 900px){.container{height:144px;padding-top:52px}}", Gc = `.logo{align-items:start;display:flex;flex-direction:row}.nsf-logo{height:49px}.access-logo{height:23px;margin-top:12px}.access,.nsf{display:block;text-decoration:none}.divider{border-right:2px solid #bbbbbb;height:40px;margin:4px 15px 0 12px;width:0}.name{color:var(--teal-700);display:block;font-size:17.5px;font-stretch:80%;font-weight:200;line-height:1;margin:3px 0 0;text-align:right}.name:before{content:"";display:inline-block;height:0;margin:0 5px 0 0;width:0}.name-allocations:before{border-bottom:12px solid var(--orange-400);border-left:12px solid transparent}.name-coordination-office:before{background-color:var(--teal-400);border-radius:6px;height:12px;margin:0 6px 0 0;width:12px}.name-metrics:before{background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' width='12'><circle cx='12' cy='0' r='12' fill='%23008496' /></svg>");background-size:cover;height:12px;margin:0 2px 0 0;width:12px}.name-operations:before{border-top:12px solid var(--yellow-400);border-right:12px solid transparent}.name-support:before{background-color:var(--teal-700);height:12px;margin:0 6px 0 0;width:12px}.logo-footer .nsf-logo{height:40px}.logo-footer .divider{height:34px;margin:3px 11px 0 9px}.logo-footer .access-logo{margin-top:10px;height:21px;width:auto}@media (min-width: 900px){.nsf-logo{height:82px}.divider{height:70px;margin:6px 23px 0 20px}.access-logo{height:auto;margin-top:22px;width:253px}.name{font-size:30px}.name-allocations:before{border-bottom:20px solid var(--orange-400);border-left:20px solid transparent}.name-metrics:before{height:20px;margin:0 4px 0 0;width:20px}.name-operations:before{border-top:20px solid var(--yellow-400);border-right:20px solid transparent}.name-coordination-office:before{border-radius:9.5px;height:19px;width:19px}.name-support:before{height:19px;margin:0 7px 0 0;width:19px}}`, fa = `.menu{--icon-caret-down-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");--icon-caret-down-light: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");--icon-caret-down-teal: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23107180' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")}.universal{--background: var(--teal-700);--border: rgba(19, 133, 151, .35)}.site{--background: var(--teal-600);--border: #157688}.site ul ul{--border: rgba(19, 133, 151, .35)}.menu ul,.menu li{list-style-type:none;margin:0;padding:0}.menu a{text-decoration:none}.item{background:transparent;border:0 none transparent;border-radius:0;box-sizing:border-box;cursor:pointer;display:block;text-align:left;width:100%}.item{font-size:14px;font-weight:600;line-height:21px;padding:13.5px var(--padding) 13.5px}.menu>ul>li>.item{font-weight:800}.item,.menu li:last-child li:last-child>.item{border-bottom:1px solid var(--border)}.menu li.highlight button.item,.menu li:last-child>.item,.menu>.collapsed{border-bottom:0 none transparent}.expanded{border-bottom-width:2px}.menu button.item{position:relative}.menu>button.item{font-weight:500;padding:13.5px var(--padding) 13.5px;text-transform:uppercase}.menu button.item:after{background-image:var(--icon-caret-down-light);background-repeat:no-repeat;background-size:18px;content:"";display:block;height:18px;right:calc(var(--padding) + var(--offset));position:absolute;top:15px;width:18px}.menu button.item.expanded:after{transform:rotate(180deg)}.menu .highlight button.item:after{background-image:var(--icon-caret-down-dark)}.menu button.item,.menu ul li{background-color:var(--background)}.menu button.item,.menu ul li a{color:var(--color)}.menu ul li li{background-color:#fff}.menu ul li li a{color:#138597}.icon>.item{background-position:calc(var(--padding) + var(--offset)) center;background-repeat:no-repeat;background-size:14px 14px;text-indent:-99999px}.icon-home>.item{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5'/></svg>")}.icon-search>.item{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/></svg>")}.track .item{text-transform:uppercase;padding-top:4px;padding-bottom:4px}.track:first-child .item{padding-top:17px}.track.grow .item{padding-bottom:21px}.track .item{border-bottom:0 none transparent}.highlight button.item{background-color:var(--yellow-400);color:var(--contrast)}.footer{background-color:var(--teal-700);padding:50px var(--padding) 36px;color:#fff}.footer h2{font-size:14px;font-weight:600;margin:0 auto 20px;text-transform:uppercase;width:var(--width)}.columns{margin:0 auto;width:var(--width)}.column{padding-bottom:14px}.footer a,.footer a:visited{color:#fff;text-decoration:none}.footer a:active,.footer a:focus,.footer a:hover{color:var(--teal-100);text-decoration:underline}.footer h3{font-size:14px;font-weight:800;margin:0}.footer ul{margin:0;padding:0}.footer li{font-size:14px;font-weight:600;list-style-type:none;padding:14px 0 0}@media (min-width: 768px){.columns{display:flex;flex-direction:row;flex-wrap:wrap;padding:10px 0}.column{padding-bottom:40px;padding-right:20px;width:calc((var(--width) - 60px) / 4)}.column:nth-child(4),.column:last-child{padding-right:0}}@media (min-width: 1280px){.site{--background: white;--color: var(--teal-600);--outline: var(--teal-700);--padding: 20px;border-bottom:1px solid #d9d9d9;border-top:3px solid var(--teal-700)}.site>ul{justify-content:end}.menu>button.item{display:none}.menu>ul{display:flex;flex-direction:row;margin:0 auto;width:calc(var(--width) + (2 * var(--padding)))}.item,.track .item,.track:first-child .item,.track.grow .item{border-bottom:0 none transparent;padding-top:12px;padding-bottom:12px}.site .item{font-size:16px}.grow{flex:1 0 auto}.universal{background-color:var(--teal-700)}.universal>ul>li:first-child{margin-left:-10px}.universal>ul>li:last-child{margin-right:-10px}.universal li button.item{--padding: 20px}.icon>.item{background-position:center center;width:56px}.menu button.item:after,.menu button.item.expanded:after,.menu .highlight button.item:after,.menu .highlight button.item.expanded:after{display:inline-block;margin-left:5px;position:static;vertical-align:middle}.menu button.item:after{background-image:var(--icon-caret-down-teal)}.universal button.item:after{background-image:var(--icon-caret-down-light)}.menu button.item.expanded:after,.menu button.item.item:active:after,.menu button.item.item:focus:after,.menu button.item.item:hover:after{background-image:var(--icon-caret-down-light)}.menu>ul>li{display:flex;flex-direction:row;justify-content:start;position:relative}.menu>ul>li.grow>.item{flex:0 1 0}.menu>ul>li.active>.item,.menu>ul>li>.expanded,.menu>ul>li>.item:active,.menu>ul>li>.item:focus,.menu>ul>li>.item:hover{background-color:var(--teal-600);color:#fff;outline:0 none transparent}.menu>ul>li>.item:focus-visible{outline:3px solid var(--outline);outline-offset:-3px;z-index:1000}.menu>ul ul{background-color:var(--teal-600);padding:10px 0;position:absolute;right:0;top:48px;z-index:9999}.menu>ul ul li{background-color:var(--teal-600)}.menu>ul ul .item{color:#fff;white-space:nowrap;padding:5px 20px}.menu>ul ul .item:active,.menu>ul ul .item:focus,.menu>ul ul .item:hover{color:#cee8e9;outline:0 none transparent;text-decoration:underline}.menu>ul ul .item:focus-visible{outline:3px solid white;outline-offset:-3px;z-index:1000}.menu>ul>li>.item{line-height:24px}}@media (min-width: 1280px){.columns{flex-wrap:nowrap;padding:10px 0 0}.column{padding-bottom:72px;width:calc((var(--width) - 120px) / 7)}.column:nth-child(4){padding-right:20px}}`, oh = '@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css";.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em #0000001a;text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translate(-50%)}.glide__bullet{background-color:#ffffff80;width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em #0000001a;margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:#ffffff80}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.accordion{margin:0 0 16px}.accordion-heading{margin:0}.accordion-heading button{background-color:var(--teal-050);border:0 none transparent;color:var(--teal-700);cursor:pointer;display:block;font-size:16px;font-weight:800;padding:16px 40px 16px 20px;position:relative;text-align:left;width:100%}.accordion-heading button .icon{position:absolute;right:20px;top:16px}.accordion-content{padding:16px 20px 0}.alert{align-items:center;background-color:var(--yellow-200);border-radius:10px;display:flex;flex-direction:row;margin-bottom:20px;padding:20px}.alert i{margin-right:20px}ul.breadcrumbs{--offset: calc((100vw - var(--width)) / 2);border-bottom:1px solid var(--contrast-7);box-sizing:border-box;font-size:14px;font-stretch:70%;font-weight:600;line-height:20px;list-style-type:none;margin:0;padding:0 30px;width:100vw}ul.breadcrumbs.top-border{border-top:1px solid var(--contrast-7)}ul.breadcrumbs.expand{margin-left:-30px;margin-right:-30px}ul.breadcrumbs li{display:inline-block;margin:0;padding:11px 0 6px;text-transform:uppercase;vertical-align:middle}ul.breadcrumbs li:not(.home):before{content:"/";margin:0 12px}ul.breadcrumbs li a{color:var(--teal-700);text-decoration:none}ul.breadcrumbs li:not(.home) a:active,ul.breadcrumbs li:not(.home) a:focus,ul.breadcrumbs li:not(.home) a:hover{text-decoration:underline}@media (min-width: 600px){ul.breadcrumbs{padding-left:var(--offset);padding-right:var(--offset)}ul.breadcrumbs.expand{margin-left:calc(var(--offset) * -1);margin-right:calc(var(--offset) * -1)}}.carousel{margin-bottom:1rem;width:var(--width)}.slide-inner{background-color:var(--contrast-9);display:flex;flex-direction:column}.slide-image img{display:block;width:100%}.slide-text{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:20px}.slide-text h2{font-size:16px;line-height:1.1;margin:0 0 .25rem}.slide-text a{font-size:14px;line-height:1.1}.slide-text p{font-size:14px;line-height:1.2;margin-bottom:.5rem}.glide__arrow{align-items:center;background-color:var(--contrast-3);border:0 none transparent;border-radius:15px;display:flex;justify-content:center;height:30px;padding:8px;width:30px}.glide__arrow:active,.glide__arrow:hover{background-color:var(--teal-700)}.glide__arrow svg{fill:#fff}.glide__arrow--left{margin-left:-66px}.glide__arrow--right{margin-right:-66px}@media (min-width: 768px){.slide-inner{flex-direction:row}.slide-image img{width:calc((var(--width) - 20px) / 2)}}@media (min-width: 1024px){.slide-image img{width:calc((var(--width) - 40px) / 3)}}@media (min-width: 1280px){.slide-text h2{font-size:18px}.slide-text a{font-size:16px}.slide-text p{font-size:16px;line-height:1.2;margin-bottom:.5rem}}.highlight{background-color:var(--yellow-200);padding:2px 0}.header-components{margin-bottom:2rem}.button-group .btn{display:block;margin:0 0 10px}.card{border:5px solid var(--contrast);padding:20px}@media (min-width: 768px){.flex-header{align-items:center;display:flex;justify-content:space-between}.header-components{margin-bottom:0}.button-group{display:flex}.button-group .btn{display:flex;margin:0 10px 0 0}}@media (min-width: 1024px){.cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.card{flex:1 0 20%;margin:0}}.donut-chart svg path{cursor:pointer}.donut-chart .center-text{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;line-height:1.2}.donut-chart .center-text *{cursor:default;display:block;margin-bottom:.25rem;text-align:center}.donut-chart .center-text .percent{color:var(--contrast-2);font-size:.7rem}.donut-chart .top-items{list-style-type:none;margin:0;padding:0}.donut-chart .top-items li{align-items:center;display:flex;flex-direction:row;font-size:1rem;line-height:1.2;margin-bottom:5px}.donut-chart .symbol{border-radius:8px;display:inline-block;height:16px;margin-right:5px;vertical-align:text-top;width:16px}.expand-text{margin-bottom:1rem;position:relative}.expand-text.contracted{max-height:5.3rem;overflow:hidden}.expand-text button{background-color:#fff;border:0 none transparent;color:var(--teal-700);cursor:pointer;font-size:1rem;font-weight:700}.expand-text.contracted button{background:linear-gradient(to right,#fff0,#fff 50% 100%);position:absolute;right:0;text-align:right;bottom:0;width:12rem}.grid{border-top:1px solid var(--contrast);max-width:100%;margin-bottom:1rem;overflow:scroll;position:relative}.grid table{border-collapse:separate;border-spacing:0;border-top:0 none transparent;margin-bottom:0;position:relative}.grid th{position:sticky;top:0;z-index:10}.grid th,.grid td{background-color:#fff}.grid th:last-child,.grid td:last-child{border-right:0 none transparent}.grid th.important,.grid td.important{background-color:#f8f9fa}.grid th.input,.grid td.input{background-color:var(--teal-200)}.grid .edited td,.grid .edited select{background-color:#faf1d7}.grid .edited td.important,.grid .edited select.important{background-color:#fbeeca}.grid .disabled td,.grid .disabled select{background-color:#ddd}.grid .disabled td.important,.grid .disabled select.important{background-color:#ccc}.grid tbody tr:last-child th,.grid tbody tr:last-child td{border-bottom:0 none transparent}.icon{height:1em;margin-right:5px;vertical-align:text-bottom}.info-tip{background-color:transparent;border:0 none transparent}.tippy-box[data-theme~=access]{background-color:var(--teal-700);border-radius:0;color:#fff;font-weight:400;padding:5px}.tippy-box[data-theme~=access][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--teal-700)}.mini-bar{flex:0 0 auto;position:relative;width:100px}.mini-bar .bar{background-color:#ddd;height:1em}.filters-outer{float:right;position:relative}.filters-inner{background-color:#fff;border:4px solid var(--contrast);padding:20px;position:absolute;right:0;top:41px;width:calc(var(--width) * .4)}.filters-inner h2{font-size:16px;margin:0 0 1rem}.filters-inner ul.tags{margin-bottom:1rem}.btn-filters{position:relative}.btn-filters .active-tag-count{background-color:var(--orange-400);border-radius:10px;color:#fff;display:block;font-size:12px;height:20px;line-height:20px;top:-10px;position:absolute;text-align:center;right:-10px;width:20px}.btn-filters.active{z-index:100}.btn-filters.active:after{background-color:#fff;bottom:-4px;content:"";display:block;height:4px;left:0;position:absolute;width:100%}.event:not(:last-child){margin-bottom:1.5rem}.event-icon,.event-icon:active,.event-icon:focus,.event-icon:hover{align-items:center;background-color:var(--teal-700);color:#fff;display:none;flex:0 0 auto;flex-direction:column;font-weight:800;justify-content:center;height:calc((var(--width) - 140px) / 8);text-decoration:none;width:calc((var(--width) - 140px) / 8)}.event-icon span{display:block}.event-icon span:nth-child(2){font-size:2rem}.event-metadata{margin-bottom:1rem}.event-metadata i:not(:first-child){margin-left:1rem}@media (min-width: 768px){.event{display:flex;flex-direction:row}.event-icon,.event-icon:active,.event-icon:focus,.event-icon:hover{display:flex;margin-right:20px}.event h3{margin-top:0}}@media (min-width: 900px){.event-icon span:nth-child(2){font-size:3rem}}.carousel-projects .glide__slide{font-size:16px}.carousel-projects h3{margin:0 0 .25rem}.carousel-projects .project-metadata{margin-bottom:.5rem}.carousel-projects .project-meta{display:inline-block;font-weight:700;line-height:1.1;margin-right:1rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carousel-projects .project-meta .bi{vertical-align:middle}.metrics-overview strong{background-color:var(--yellow-200);font-size:1.2rem;padding:2px;white-space:nowrap}.metrics-overview .bi{vertical-align:middle}.metrics-overview .btn{font-size:1rem}.metrics-disclaimer{font-size:.9rem;line-height:1.2;margin:.5rem 0}.metrics-disclaimer .bi{vertical-align:middle}.resource-group{align-items:flex-start;clear:both;display:flex;flex-direction:column;margin-bottom:20px}.resource-group-image{--image-width: 100%;align-items:center;background-color:var(--contrast-9);border:1px solid var(--contrast);color:var(--contrast-8);display:flex;flex:0 0 auto;flex-direction:column;font-size:5rem;justify-content:center;margin:20px 0;min-height:calc(var(--image-width) / 3 * 2);position:relative;width:var(--image-width)}.resource-group-image:active,.resource-group-image:focus,.resource-group-image:hover{color:var(--contrast-8)}.resource-group-image>img{display:block;width:100%}.image-type-logo{display:flex;flex-direction:column;justify-content:center;min-height:120px}.image-type-logo>*{margin:10px;width:calc(100% - 20px)}.resource-group-text *:first-child{margin-top:0}.resource-group-detail{margin-bottom:70px;width:var(--width)}.resource-group-feature-image{margin-top:60px;width:100%}.resource-group-description:after{clear:both;content:"";display:block}@media (min-width: 768px){.resource-group{flex-direction:row;margin-bottom:40px}.resource-group-image{--image-width: calc((var(--width) - 140px) / 4 + 20px);margin:0 20px 0 0}}@media (min-width: 900px){.resource-group-feature-image{float:right;margin:0 0 0 20px;width:calc(((var(--width) - 140px) / 8) * 3 + 40px)}}#resource-navigation{display:flex;flex-direction:column;gap:10px}@media (min-width: 1024px){#resource-navigation{flex-direction:row;gap:20px}}#resource-news{background-color:var(--teal-100);padding:20px}#resource-news h2{font-size:1.2rem;font-weight:200;margin:0 0 .5rem}#resource-news ul{list-style-type:none;margin:0;padding:0}#resource-news li{font-size:1rem;line-height:1.3;margin:0 0 .5rem;padding:0}@media (min-width: 1024px){#resource-news{box-sizing:border-box;width:calc((var(--width) - 60px) / 4)}}ul.resource-pathways{display:flex;flex-direction:column;gap:10px;list-style-type:none;margin:0;padding:0;width:100%}ul.resource-pathways li{margin:0;width:100%}ul.resource-pathways li a{align-items:flex-start;border:5px solid transparent;box-sizing:border-box;display:flex;height:100%;flex-direction:row;justify-content:flex-start;line-height:1.3;padding:20px;text-decoration:none}ul.resource-pathways a>.bi{font-size:2rem;margin-bottom:1rem}ul.resource-pathways li a>.detail{display:flex;flex-direction:column;margin-left:20px}ul.resource-pathways .title{font-size:1.2rem}ul.resource-pathways .description{font-size:1rem;font-weight:400}ul.resource-pathways .login{font-size:.9rem;font-style:italic;font-weight:400;margin-top:.25rem}ul.resource-pathways .login .bi{vertical-align:middle}.resource-pathway-0{background-color:var(--yellow-400)}.resource-pathway-1{background-color:var(--teal-600)}.resource-pathway-1 a{color:#fff}.resource-pathway-2{background-color:var(--orange-400)}.resource-pathway-3{background-color:var(--teal-200)}ul.resource-pathways li a:active,ul.resource-pathways li a:focus,ul.resource-pathways li a:hover{background-color:#fff;border:5px solid var(--contrast);color:var(--contrast)}@media (min-width: 1024px){ul.resource-pathways{flex-direction:row;gap:20px}ul.resource-pathways li{box-sizing:border-box;width:calc((var(--width) - 60px) / 4)}ul.resource-pathways li a{flex-direction:column}ul.resource-pathways li a>.detail{margin-left:0}}.scroll-text{position:relative}.scroll-text:after{background-color:red;background:linear-gradient(to bottom,#fff0,#fff 50% 100%);bottom:0;content:"";display:block;height:2rem;left:0;position:absolute;width:100%;z-index:99999}.scroll-text-inner{padding-bottom:2rem;overflow-y:scroll}.search{position:relative}.search input{padding-right:35px}.search .btn-clear{position:absolute;right:-5px;top:-6px}.section-navigation{border-bottom:1px solid var(--contrast-8);border-top:1px solid var(--contrast-8);display:flex;flex-direction:row;margin:20px 0}.section-navigation h2{flex:0 0 auto;font-size:1rem;font-weight:400;margin:20px 0}.section-navigation ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;padding:10px 0}.section-navigation li{line-height:1;list-style-type:none;flex:0 0 auto;font-size:1rem;margin:10px 0 10px 20px;padding:0}ul.tags{margin:0;padding:0}li.tag{display:inline-block;list-style-type:none;margin:0 5px 5px 0;max-width:100%}.tag button{background-color:var(--teal-100);border:1px solid var(--teal-400);border-radius:8px;color:var(--contrast);cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:18px;max-width:100%;overflow:hidden;padding:3px 7px;text-align:left;text-decoration:none;text-overflow:ellipsis;text-wrap:nowrap}.tag button:hover{background-color:var(--teal-200);color:var(--contrast)}.tag button:disabled{background-color:var(--contrast-9);border-color:var(--contrast-6);color:var(--contrast-3)}.tag.active button{border-color:var(--orange-400);background-color:var(--orange-200)}', ih = ".toc{background-color:var(--teal-600);color:#fff;padding:20px;position:sticky;top:50px}h2{font-size:16px;font-weight:800;margin:0 0 16px}ul{margin:0;padding:0 0 0 20px}li{line-height:1.125;list-style-type:none;margin:0;padding:9px 0}a{color:#fff;font-size:16px;font-weight:600;text-decoration:underline;text-decoration-color:transparent}a :active,a:focus,a:hover{color:var(--teal-100);text-decoration-color:var(--teal-100)}@media (min-width: 768px){a.active{color:var(--teal-100)}}@media (min-width: 900px){.toc{padding:32px}}", Xc = '.rcb-toggle-icon{background-color:initial!important;background-position:calc(50% - 1px) calc(50% + 2px);background-size:62%!important}.rcb-chat-window{height:800px!important;max-height:80vh!important;max-width:100%;width:550px!important}.rcb-chat-window .rcb-bot-avatar{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:0}.rcb-chat-window .rcb-chat-header{align-items:center;display:flex;flex-direction:row;font-weight:700}.rcb-chat-window a{color:#000;font-weight:700;text-decoration:underline}.rcb-chat-window a:hover{color:#107180}.rcb-chat-window .rcb-bot-message a{color:#fff;text-decoration:none}.rcb-chat-window .rcb-bot-message a:hover{text-decoration:underline}.rcb-chat-window .rcb-chat-input-textarea{overflow-y:auto}.rcb-chat-window .rcb-chat-footer-container{font-size:10px}.qa-bot .user-login-icon{display:none!important}.qa-bot.bot-logged-in .user-login-icon{display:flex!important;transform:scale(1.3) translateY(-2px)}.embedded-qa-bot .rcb-chat-window{max-width:100%;width:100%!important}.qa-bot.hidden{display:none}.embedded-qa-bot .rcb-bot-message,.embedded-qa-bot .rcb-user-message{max-width:90%!important;word-break:break-word}.embedded-qa-bot .rcb-chat-input-textarea{width:100%!important}.qa-bot-container{max-width:100%;width:100%}.rcb-tooltip-show.phone-ring{animation:phone-ring 3s ease-out!important;z-index:10000!important}@keyframes phone-ring{0%{transform:translate(0) translateY(0) rotate(0)}2%{transform:translate(0) translateY(-8px) rotate(-2deg)}4%{transform:translate(0) translateY(-6px) rotate(2deg)}6%{transform:translate(0) translateY(-8px) rotate(-1deg)}8%{transform:translate(0) translateY(-6px) rotate(1deg)}10%{transform:translate(0) translateY(-8px) rotate(-2deg)}12%{transform:translate(0) translateY(-6px) rotate(2deg)}20%{transform:translate(0) translateY(0) rotate(0)}30%{transform:translate(0) translateY(0) rotate(0)}40%{transform:translate(0) translateY(0) rotate(0)}49%{transform:translate(0) translateY(0) rotate(0)}50%{transform:translate(0) translateY(-8px) rotate(-2deg)}52%{transform:translate(0) translateY(-6px) rotate(2deg)}54%{transform:translate(0) translateY(-8px) rotate(-1deg)}56%{transform:translate(0) translateY(-6px) rotate(1deg)}58%{transform:translate(0) translateY(-8px) rotate(-2deg)}60%{transform:translate(0) translateY(-6px) rotate(2deg)}70%{transform:translate(0) translateY(0) rotate(0)}to{transform:translate(0) translateY(0) rotate(0)}}@media (max-width:768px){.rcb-chat-window{max-height:calc(100vh - 100px)!important;max-width:calc(100vw - 40px)!important;width:550px!important}.embedded-chat-container.open{height:400px}.embedded-chat-closed{font-size:14px;height:40px}.embedded-chat-open-btn{font-size:12px;padding:3px 10px}.rcb-bot-message,.rcb-user-message{max-width:85%!important}.rcb-chat-input-textarea{font-size:16px!important;min-height:44px!important}.rcb-chat-header{padding:12px 16px!important}}@media (max-width:480px){.rcb-chat-window{bottom:10px!important;left:10px!important;max-height:calc(100vh - 80px)!important;max-width:calc(100vw - 20px)!important;right:10px!important;width:calc(100vw - 20px)!important}.embedded-chat-container.open{height:350px}.rcb-bot-message,.rcb-user-message{margin-bottom:8px!important;max-width:90%!important}.rcb-chat-header{font-size:14px!important;padding:8px 12px!important}.rcb-chat-button{bottom:20px!important;height:50px!important;right:20px!important;width:50px!important}.rcb-chat-footer-container{font-size:9px!important;padding:8px 12px!important}}@media (max-width:360px){.rcb-chat-window{left:5px!important;max-width:calc(100vw - 10px)!important;right:5px!important;width:calc(100vw - 10px)!important}.rcb-chat-header{font-size:13px!important;padding:6px 8px!important}}.rcb-checkbox-container{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-left:16px!important;max-width:100%!important;padding-top:12px!important}.rcb-checkbox-row-container{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-row-container:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-row-container[data-checked=true]{background-color:#107180!important;border-color:#107180!important;color:#fff!important}.rcb-checkbox-row{margin-left:0!important}.rcb-checkbox-mark{height:14px!important;margin-right:6px!important;width:14px!important}.rcb-checkbox-label{font-size:13px!important;margin:0!important;white-space:nowrap!important}.rcb-checkbox-next-button{align-items:center!important;background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;display:flex!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;justify-content:center!important;line-height:24px!important;margin:0!important;max-height:auto!important;min-height:auto!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;user-select:none;width:auto!important}.rcb-checkbox-next-button:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.sr-only{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.rcb-chat-input-send-button:focus,.rcb-chat-input-textarea:focus{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-user-message{word-wrap:break-word!important;overflow:hidden!important;word-break:break-word!important}:focus-visible{outline:2px solid #107180!important;outline-offset:2px!important}.rcb-options-container{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;margin:16px!important;padding:0!important}.rcb-options{background-color:#fff!important;border:1px solid #d0d0d0!important;border-radius:6px!important;box-sizing:border-box!important;color:#107180!important;cursor:pointer!important;flex:0 0 auto!important;font-size:14px!important;font-weight:400!important;outline:none!important;padding:8px 12px!important;text-align:center!important;transition:all .2s ease!important;-webkit-user-select:none;user-select:none;width:auto!important}.rcb-options:hover{background-color:#e8f4f8!important;border-color:#107180!important;box-shadow:0 2px 4px #10718033!important;transform:translateY(-1px)!important}.rcb-checkbox-next-button.keyboard-focused,.rcb-checkbox-next-button:focus,.rcb-checkbox-next-button:focus-visible,.rcb-checkbox-row-container.keyboard-focused,.rcb-checkbox-row-container:focus,.rcb-checkbox-row-container:focus-visible,.rcb-options.keyboard-focused,.rcb-options:focus,.rcb-options:focus-visible{background-color:#e8f4f8!important;border-color:#107180!important;outline:none!important}.rcb-options:active{background-color:#107180!important;border-color:#107180!important;color:#fff!important;transform:translateY(0)!important}.keyboard-nav-hint{color:#666!important;font-size:12px!important;font-style:italic!important;margin-bottom:8px!important}@media (prefers-reduced-motion:reduce){.keyboard-nav-hint{display:none!important}}.rcb-options-container [role=button][tabindex="0"],.rcb-options-container button[tabindex="0"]{position:relative!important}.rcb-options-container [role=button][tabindex="0"]:after,.rcb-options-container button[tabindex="0"]:after{color:#107180!important;content:"←"!important;font-size:16px!important;opacity:0!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;transition:opacity .2s ease!important}.rcb-options-container [role=button][tabindex="0"]:focus:after,.rcb-options-container button[tabindex="0"]:focus:after{opacity:1!important}.rcb-chat-input-send-button{cursor:pointer!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.rcb-chat-input-send-button:not([tabindex]){-webkit-user-select:none;user-select:none}.rcb-chat-input-container [onclick],.rcb-chat-input-container [role=button],.rcb-chat-input-container div[style*=cursor],.rcb-chat-input-container svg:last-child,.rcb-chat-input-container>div:last-child{tabindex:0!important;cursor:pointer!important}.rcb-chat-footer{margin-top:4px!important;padding-top:0!important}.rcb-chat-footer-container{align-items:center!important;display:flex!important;margin-top:4px!important;padding-top:4px!important}.rcb-chat-footer-container button{order:1!important}.rcb-chat-footer-container a[href*=access-qa-tool]{tab-index:0!important;order:2!important}.rcb-chat-footer-container a[href*=feedback]{tab-index:0!important;order:3!important}@media (prefers-contrast:high){.rcb-chat-window a{background-color:#fff!important;border:1px solid #000!important;color:#000!important}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.rcb-chat-input-textarea{-webkit-user-select:text!important;user-select:text!important}.rcb-chat-body-container,.rcb-chat-input-textarea,.rcb-chat-window{touch-action:pan-y!important}.embedded-qa-bot,.rcb-chat-window{-webkit-overflow-scrolling:touch!important}.embedded-qa-bot .rcb-chat-input-textarea{touch-action:pan-y!important;-webkit-user-select:text!important;user-select:text!important}.embedded-qa-bot .rcb-chat-body-container,.embedded-qa-bot .rcb-chat-window{touch-action:pan-y!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.demo-container{background-color:#f5f5f5;border-bottom:1px solid #ddd;margin-bottom:20px;padding:20px}.demo-title{font-size:1.2em;font-weight:700;margin-bottom:20px}.demo-controls{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.demo-section{flex:1 1;min-width:200px}.demo-section h3{font-size:1em;margin:0 0 10px}.demo-checkbox{display:block;font-size:.95em;margin-bottom:15px}.demo-checkbox:last-child{margin-bottom:10px}.demo-checkbox input{margin-right:8px}.demo-message-section{flex:1 1;min-width:250px}.demo-send-button{background-color:#1a5b6e;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9em;padding:8px 16px}.demo-info{background-color:#e8f4f8;border-radius:4px;color:#555;font-size:.85em;margin-top:15px;padding:12px}.demo-field{margin-bottom:15px}.demo-field label{color:#333;display:block;font-size:.9em;font-weight:500;margin-bottom:5px}.demo-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:.9em;max-width:250px;padding:6px 10px;width:100%}.demo-input:focus{border-color:#1a5b6e;box-shadow:0 0 0 2px #1a5b6e1a;outline:none}.demo-help{color:#666;font-size:.85em;font-style:italic;margin:0 0 15px}.rcb-chat-header-container{border-bottom:1px solid #ccc;color:#fff;display:flex;justify-content:space-between;max-height:55px;padding:12px}.rcb-chat-header{display:flex;flex-direction:row}.rcb-bot-avatar{background-size:cover;border-radius:50%;height:30px;margin-right:12px;width:30px}.rcb-message-prompt-container.visible{align-items:center;animation:rcb-animation-pop-in .3s ease-in-out;bottom:0;display:flex;justify-content:center;margin:auto;opacity:1;pointer-events:auto;position:-webkit-sticky;position:sticky}.rcb-message-prompt-container.hidden{height:0;opacity:0;pointer-events:none;visibility:hidden}.rcb-message-prompt-text{background-color:#fff;border:.5px solid #adadad;border-radius:20px;color:#adadad;cursor:pointer;font-size:12px;padding:6px 12px;transition:color .3s ease,border-color .3s ease;z-index:9999}.rcb-message-prompt-container.hidden .rcb-message-prompt-text{padding:0}.rcb-user-message-container{display:flex;flex-direction:row;justify-content:right}.rcb-user-message{border-radius:22px;font-size:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:16px;margin-top:8px;min-height:20px;overflow:auto;overflow-wrap:anywhere;padding:12px 16px;text-align:right;white-space:pre-wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rcb-user-message-offset{margin-right:50px}.rcb-user-message-entry{animation:rcb-animation-user-message-entry .3s ease-in backwards}.rcb-message-user-avatar{background-size:cover;border-radius:50%;height:40px;margin-left:-10px;margin-right:6px;margin-top:9px;width:40px}.rcb-bot-message-container{display:flex;flex-direction:row}.rcb-bot-message{border-radius:22px;font-size:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:16px;margin-top:8px;min-height:20px;overflow:auto;overflow-wrap:anywhere;padding:12px 16px;text-align:left;white-space:pre-wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rcb-bot-message-offset{margin-left:50px}.rcb-bot-message-entry{animation:rcb-animation-bot-message-entry .3s ease-in backwards}.rcb-message-bot-avatar{background-size:cover;border-radius:50%;height:40px;margin-left:6px;margin-right:-10px;margin-top:9px;width:40px}.rcb-typing-indicator{align-items:center;display:flex}.rcb-dot{animation:rcb-animation-bot-typing 1s infinite;background-color:#ccc;border-radius:50%;height:8px;margin-right:4px;width:8px}.rcb-dot:nth-child(2){animation-delay:.2s}.rcb-dot:nth-child(3){animation-delay:.4s}.rcb-chat-body-container{height:100%;overflow-x:hidden;overflow-y:scroll;padding-bottom:16px;position:relative;touch-action:pan-y;width:100%}.rcb-chat-body-container::-webkit-scrollbar-track{background-color:#f1f1f1}.rcb-chat-body-container::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.rcb-chat-body-container::-webkit-scrollbar-thumb:hover{background-color:#cfcfcf}.rcb-chat-body-container::-webkit-scrollbar-corner{background-color:#f1f1f1}.rcb-checkbox-container{display:flex;flex-wrap:wrap;gap:10px;margin-left:16px;padding-top:12px}.rcb-checkbox-offset{margin-left:50px!important}.rcb-checkbox-row-container{align-items:center;animation:rcb-animations-checkboxes-entry .5s ease-out;background-color:#fff;border-radius:10px;border-style:solid;border-width:.5px;cursor:pointer;display:flex;gap:5px;max-height:32px;min-height:30px;overflow:hidden;width:80%}.rcb-checkbox-row-container:hover{box-shadow:0 0 5px #0003}.rcb-checkbox-row{align-items:center;cursor:pointer;display:inline-flex;margin-left:10px}.rcb-checkbox-mark{align-items:center;background-color:#f2f2f2;border:none;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;margin-right:10px;transition:all .3s ease;width:20px}.rcb-checkbox-mark:hover{background-color:#c2c2c2}.rcb-checkbox-mark:before{content:"✓";transition:all .3s ease}.rcb-checkbox-label{font-size:14px}.rcb-checkbox-next-button{align-items:center;animation:rcb-animations-checkboxes-entry .5s ease-out;background-color:#fff;border-radius:10px;border-style:solid;border-width:.5px;cursor:pointer;display:inline-block;font-size:24px;max-height:32px;min-height:30px;text-align:center;width:80%}.rcb-checkbox-next-button:before{content:"→"}.rcb-checkbox-next-button:hover{box-shadow:0 0 5px #0003}.rcb-options-container{display:flex;flex-wrap:wrap;gap:10px;margin-left:16px;max-width:70%;padding-top:12px}.rcb-options-offset{margin-left:50px!important}.rcb-options{align-items:center;animation:rcb-animation-options-entry .5s ease-out;border-radius:20px;border-style:solid;border-width:.5px;cursor:pointer;display:inline-flex;font-size:14px;justify-content:center;overflow:hidden;padding:10px 20px;transition:background-color .3s ease}.rcb-options:hover{box-shadow:0 0 5px #0003}.rcb-line-break-container{align-items:center;display:flex;justify-content:center;max-height:45px;padding-bottom:5px;padding-top:10px}.rcb-line-break-text{color:#adadad;font-size:12px;padding:6px 12px}.rcb-spinner-container{align-items:center;display:flex;justify-content:center;max-height:45px;min-height:35px;padding-bottom:5px;padding-top:10px}.rcb-spinner{animation:rcb-animation-spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;height:22px;width:22px}.rcb-chat-input{align-items:center;background-color:#fff;border-top:1px solid #ccc;display:flex;padding:8px 16px}.rcb-chat-input::placeholder{color:#999}.rcb-chat-input-textarea{background-color:#fff;border:none;border-radius:4px;color:#000;flex:1 1;font-family:inherit;font-size:16px;height:auto;min-height:38px;outline:none;overflow-y:scroll;padding:8px;resize:none;touch-action:none}.rcb-chat-input-textarea::-webkit-scrollbar,.rcb-chat-input-textarea::-webkit-scrollbar-thumb{background-color:initial}.rcb-chat-input-textarea::-webkit-scrollbar-thumb:hover{background-color:initial}.rcb-chat-input-char-counter{font-size:14px;margin-left:8px;margin-top:3px}.rcb-chat-footer-container{align-items:flex-end;background-color:#f2f2f2;border-top:1px solid #ccc;color:#000;display:flex;font-size:12px;justify-content:space-between;max-height:55px;padding:12px 16px 8px 10px}.rcb-chat-footer,.rcb-toggle-button{display:flex;flex-direction:row}.rcb-toggle-button{border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 4px #0003;cursor:pointer;height:75px;position:fixed;right:20px;width:75px;z-index:9999}.rcb-toggle-button.rcb-button-hide{animation:rcb-animation-collapse .3s ease-in-out forwards;opacity:0;visibility:hidden}.rcb-toggle-button.rcb-button-show{animation:rcb-animation-expand .3s ease-in-out forwards;opacity:1;visibility:visible}.rcb-toggle-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:inherit;height:100%;margin:auto;width:100%}.rcb-badge,.rcb-toggle-icon{align-items:center;display:flex;justify-content:center}.rcb-badge{background-color:red;border-radius:50%;color:#fff;height:25px;position:absolute;right:-6px;top:-6px;width:25px}.rcb-chat-tooltip{border-radius:20px;box-shadow:0 2px 6px #0003;cursor:pointer;font-size:20px;padding:16px;position:fixed;transition:transform .3s ease;white-space:nowrap;z-index:9999}.rcb-chat-tooltip-tail{border-style:solid;border-width:10px 0 10px 10px;content:"";margin-top:-10px;position:absolute;right:-10px;top:50%}.rcb-chat-tooltip.rcb-tooltip-hide{animation:rcb-animation-tooltip-out .5s ease-in-out;opacity:0;visibility:hidden}.rcb-chat-tooltip.rcb-tooltip-show{animation:rcb-animation-tooltip-in .5s ease-in-out;opacity:1;visibility:visible}.rcb-toast-prompt{animation:rcb-animation-pop-in .3s ease-in-out;background-color:#fff;border:.5px solid #7a7a7a;border-radius:5px;color:#7a7a7a;cursor:pointer;font-size:12px;margin-top:6px;padding:6px 12px;text-align:center;transition:color .3s ease,border-color .3s ease;width:100%;z-index:9999}.rcb-toast-prompt-container{align-items:center;animation:popIn .3s ease-in-out;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:50%;margin:200 auto auto;opacity:1;pointer-events:auto;position:absolute;transform:translate(-50%)}.rcb-media-display-image-container,.rcb-media-display-video-container{border-radius:22px;margin-right:16px;margin-top:8px;padding:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rcb-media-display-offset{margin-right:50px!important}.rcb-media-display-image{border-radius:22px;height:auto;object-fit:cover;width:100%}.rcb-media-display-video{background-color:#000;border-radius:22px;height:auto;width:100%}.rcb-media-display-audio{border-radius:22px;height:auto;margin-right:16px;margin-top:8px;width:100%}.rcb-media-entry{animation:rcb-animation-user-message-entry .3s ease-in backwards}.rcb-attach-button-disabled,.rcb-attach-button-enabled{background-size:cover;border-radius:6px;display:inline-block;height:30px;position:relative;text-align:center;width:30px}.rcb-attach-button-disabled input[type=file],.rcb-attach-button-enabled input[type=file]{display:none;height:100%;position:absolute;width:100%}.rcb-attach-button-enabled{cursor:pointer}.rcb-attach-button-disabled{opacity:.5}.rcb-attach-button-enabled:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-attach-button-enabled:hover:after{height:130%;opacity:1;width:130%}.rcb-attach-icon-disabled,.rcb-attach-icon-enabled{background-repeat:no-repeat;background-size:cover;display:inline-block;height:24px;margin-top:2px;transition:background-image .3s ease;width:24px}.rcb-attach-icon-enabled{cursor:pointer}.rcb-emoji-button-disabled,.rcb-emoji-button-enabled{background-size:cover;border-radius:6px;cursor:pointer;display:inline-block;height:30px;position:relative;text-align:center;width:30px}.rcb-emoji-icon-disabled,.rcb-emoji-icon-enabled{background-repeat:no-repeat;background-size:cover;display:inline-block;font-size:20px;height:24px;margin-top:2px;position:relative;width:24px}.rcb-emoji-icon-enabled{cursor:pointer}.rcb-emoji-icon-disabled{opacity:.5}.rcb-emoji-button-enabled:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-emoji-button-enabled:hover:after{height:130%;opacity:1;width:130%}.rcb-emoji-button-popup{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0003;max-height:200px;overflow-y:auto;padding:8px;position:absolute;transform:translateY(calc(-100% - 30px));width:158px}.rcb-emoji{cursor:pointer;font-size:24px;padding:3px;transition:transform .2s ease-in-out}.rcb-emoji:hover{transform:scale(1.2)}.rcb-audio-icon{background-size:cover;border:none;cursor:pointer;display:inline-block;height:30px;margin-left:5px;position:relative;width:30px}.rcb-audio-icon:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-audio-icon:hover:after{height:130%;opacity:1;width:130%}.rcb-close-chat-icon{background-size:cover;border:none;cursor:pointer;display:inline-block;height:30px;margin-left:5px;position:relative;width:30px}.rcb-close-chat-icon:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-close-chat-icon:hover:after{height:130%;opacity:1;width:130%}.rcb-notification-icon{background-size:cover;border:none;cursor:pointer;display:inline-block;height:30px;margin-left:5px;position:relative;width:30px}.rcb-notification-icon:after{background-color:#0000001a;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out;width:0}.rcb-notification-icon:hover:after{height:130%;opacity:1;width:130%}.rcb-voice-button-disabled,.rcb-voice-button-enabled{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:8px;text-transform:uppercase;transition:all .3s ease;width:32px}.rcb-voice-button-enabled{border:1px solid red;box-shadow:0 0 3px #ff000080}.rcb-voice-button-enabled:hover{border:1px solid #3d0000}.rcb-voice-button-disabled{border:1px;border-color:#0003;border-style:solid}.rcb-voice-button-disabled:hover{box-shadow:0 0 3px #8a0000}.rcb-voice-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:contain;height:60%;object-fit:cover;width:60%}.rcb-voice-icon.on{animation:rcb-animation-ping 1s infinite}.rcb-send-button{border:none;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:8px;text-transform:uppercase;transition:background-color .3s ease;width:51px}.rcb-send-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:contain;height:50%;object-fit:cover;transform:translateY(20%);width:50%}.rcb-view-history-container{align-items:center;display:flex;justify-content:center;max-height:45px;min-height:35px;padding-bottom:5px;padding-top:10px}.rcb-view-history-button{align-items:center;background-color:#fff;border:.5px solid #adadad;border-radius:20px;color:#adadad;cursor:pointer;display:inline-flex;font-size:12px;justify-content:center;max-width:60%;padding:6px 12px;transition:color .3s ease,border-color .3s ease}.rcb-view-history-button>p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rcb-chatbot-global{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;z-index:9999}.rcb-chat-window{background-color:#fff;border-radius:10px;bottom:20px;box-shadow:0 2px 4px #0003;display:flex;flex-direction:column;height:550px;overflow:hidden;position:fixed;right:20px;transition:all .3s ease;width:375px}.rcb-window-embedded .rcb-chat-window{bottom:auto;opacity:1;position:relative;right:auto;visibility:visible}.rcb-window-open .rcb-chat-window{animation:rcb-animation-expand .3s ease-in-out forwards;opacity:1;visibility:visible}.rcb-window-close .rcb-chat-window{animation:rcb-animation-collapse .3s ease-in-out forwards;opacity:0;visibility:hidden}@keyframes rcb-animation-expand{0%{opacity:0;transform:translate(100%,100%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes rcb-animation-collapse{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%,100%) scale(0)}}@keyframes rcb-animation-ping{0%{filter:brightness(100%);opacity:1}50%{filter:brightness(50%);opacity:.8}}@keyframes rcb-animation-bot-message-entry{0%{opacity:0;transform:translate(-100%,50%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes rcb-animation-user-message-entry{0%{opacity:0;transform:translate(100%,50%) scale(0)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes rcb-animation-bot-typing{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes rcb-animation-pop-in{0%{opacity:0;transform:scale(.8)}70%{opacity:1;transform:scale(1.1)}to{transform:scale(1)}}@keyframes rcb-animations-checkboxes-entry{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes rcb-animation-options-entry{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes rcb-animation-tooltip-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes rcb-animation-tooltip-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes rcb-animation-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}', ph = (l = {}) => {
|
|
7994
|
+
Lt(/* @__PURE__ */ I.jsx(_p, { ...l }), l.target, [
|
|
7995
7995
|
Tt,
|
|
7996
7996
|
eh
|
|
7997
7997
|
]);
|
|
7998
7998
|
}, fh = (l = {}) => {
|
|
7999
|
-
|
|
7999
|
+
Lt(/* @__PURE__ */ I.jsx(Cf, { ...l }), l.target, [
|
|
8000
8000
|
Tt,
|
|
8001
8001
|
nh,
|
|
8002
8002
|
Gc
|
|
8003
8003
|
]);
|
|
8004
8004
|
}, hh = (l = {}) => {
|
|
8005
|
-
|
|
8005
|
+
Lt(/* @__PURE__ */ I.jsx(Ef, { ...l }), l.target, [
|
|
8006
8006
|
Tt,
|
|
8007
8007
|
Gc,
|
|
8008
8008
|
rh
|
|
8009
8009
|
]);
|
|
8010
8010
|
}, mh = ({ isLoggedIn: l, target: u, ...a } = {}) => {
|
|
8011
|
-
l === void 0 && (l = document.cookie.split("; ").includes("SESSaccesscisso=1")),
|
|
8011
|
+
l === void 0 && (l = document.cookie.split("; ").includes("SESSaccesscisso=1")), Lt(
|
|
8012
8012
|
/* @__PURE__ */ I.jsx(Cc, { isLoggedIn: l, target: u, ...a }),
|
|
8013
8013
|
u,
|
|
8014
8014
|
[Tt, Xc]
|
|
@@ -8032,7 +8032,7 @@ const $0 = ({
|
|
|
8032
8032
|
);
|
|
8033
8033
|
c && !v && (v = l.find((x) => x.name == c)), v && (v.classes += " active");
|
|
8034
8034
|
}
|
|
8035
|
-
|
|
8035
|
+
Lt(
|
|
8036
8036
|
/* @__PURE__ */ I.jsx(
|
|
8037
8037
|
Fc,
|
|
8038
8038
|
{
|
|
@@ -8045,7 +8045,7 @@ const $0 = ({
|
|
|
8045
8045
|
f,
|
|
8046
8046
|
[Tt, fa]
|
|
8047
8047
|
);
|
|
8048
|
-
}, vh = ({ items: l, siteName: u, target: a }) =>
|
|
8048
|
+
}, vh = ({ items: l, siteName: u, target: a }) => Lt(
|
|
8049
8049
|
/* @__PURE__ */ I.jsx(
|
|
8050
8050
|
Fc,
|
|
8051
8051
|
{
|
|
@@ -8057,10 +8057,10 @@ const $0 = ({
|
|
|
8057
8057
|
),
|
|
8058
8058
|
a,
|
|
8059
8059
|
[Tt, fa]
|
|
8060
|
-
), xh = ({ items: l, siteName: u, target: a }) =>
|
|
8060
|
+
), xh = ({ items: l, siteName: u, target: a }) => Lt(/* @__PURE__ */ I.jsx(Af, { items: l, siteName: u }), a, [
|
|
8061
8061
|
Tt,
|
|
8062
8062
|
fa
|
|
8063
|
-
]), yh = ({ headings: l = [], target: u }) =>
|
|
8063
|
+
]), yh = ({ headings: l = [], target: u }) => Lt(/* @__PURE__ */ I.jsx($0, { headings: l }), u, [
|
|
8064
8064
|
Tt,
|
|
8065
8065
|
ih
|
|
8066
8066
|
]), wh = ({
|
|
@@ -8071,7 +8071,7 @@ const $0 = ({
|
|
|
8071
8071
|
showTitle: c,
|
|
8072
8072
|
target: f,
|
|
8073
8073
|
title: g
|
|
8074
|
-
}) =>
|
|
8074
|
+
}) => Lt(
|
|
8075
8075
|
/* @__PURE__ */ I.jsx(
|
|
8076
8076
|
_0,
|
|
8077
8077
|
{
|