@uoguelph/web-components 1.7.2 → 1.8.0-rc.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/dist/uofg-web-components/{bundle-mjs-ByWTg5Ly.js → bundle-mjs-BpzLJ4dA.js} +2 -2
- package/dist/uofg-web-components/{font-awesome-icon-MUYMsgsQ.js → font-awesome-icon-B0B9COBP.js} +238 -242
- package/dist/uofg-web-components/index-CoNdSmYh.js +31 -0
- package/dist/uofg-web-components/uofg-alert.esm.js +1 -1
- package/dist/uofg-web-components/uofg-back-to-top.esm.js +2 -2
- package/dist/uofg-web-components/uofg-footer.esm.js +453 -257
- package/dist/uofg-web-components/uofg-header.esm.js +1433 -1212
- package/dist/uofg-web-components/uofg-modal.esm.js +2 -2
- package/package.json +1 -1
package/dist/uofg-web-components/{font-awesome-icon-MUYMsgsQ.js → font-awesome-icon-B0B9COBP.js}
RENAMED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
var vt = Object.defineProperty;
|
|
2
2
|
var $t = (t, e, o) => e in t ? vt(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
|
|
3
|
-
var b = (t, e, o) =>
|
|
3
|
+
var b = (t, e, o) => $t(t, typeof e != "symbol" ? e + "" : e, o);
|
|
4
4
|
function y() {
|
|
5
5
|
}
|
|
6
6
|
const _t = (t) => t;
|
|
7
7
|
function kt(t, e) {
|
|
8
|
-
for (const o in e)
|
|
9
|
-
t[o] = e[o];
|
|
8
|
+
for (const o in e) t[o] = e[o];
|
|
10
9
|
return (
|
|
11
10
|
/** @type {T & S} */
|
|
12
11
|
t
|
|
@@ -18,19 +17,19 @@ function ft(t) {
|
|
|
18
17
|
function rt() {
|
|
19
18
|
return /* @__PURE__ */ Object.create(null);
|
|
20
19
|
}
|
|
21
|
-
function
|
|
20
|
+
function C(t) {
|
|
22
21
|
t.forEach(ft);
|
|
23
22
|
}
|
|
24
|
-
function
|
|
23
|
+
function J(t) {
|
|
25
24
|
return typeof t == "function";
|
|
26
25
|
}
|
|
27
26
|
function zt(t, e) {
|
|
28
27
|
return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
|
|
29
28
|
}
|
|
30
|
-
function
|
|
29
|
+
function Lt(t) {
|
|
31
30
|
return Object.keys(t).length === 0;
|
|
32
31
|
}
|
|
33
|
-
function
|
|
32
|
+
function Mt(t, ...e) {
|
|
34
33
|
if (t == null) {
|
|
35
34
|
for (const r of e)
|
|
36
35
|
r(void 0);
|
|
@@ -40,7 +39,7 @@ function Ct(t, ...e) {
|
|
|
40
39
|
return o.unsubscribe ? () => o.unsubscribe() : o;
|
|
41
40
|
}
|
|
42
41
|
function me(t, e, o) {
|
|
43
|
-
t.$$.on_destroy.push(
|
|
42
|
+
t.$$.on_destroy.push(Mt(e, o));
|
|
44
43
|
}
|
|
45
44
|
function be(t, e, o, r) {
|
|
46
45
|
if (t) {
|
|
@@ -82,24 +81,24 @@ function ve(t) {
|
|
|
82
81
|
return -1;
|
|
83
82
|
}
|
|
84
83
|
function $e(t) {
|
|
85
|
-
return t &&
|
|
84
|
+
return t && J(t.destroy) ? t.destroy : y;
|
|
86
85
|
}
|
|
87
|
-
const
|
|
88
|
-
let
|
|
89
|
-
const
|
|
86
|
+
const Ct = ["", !0, 1, "true", "contenteditable"], pt = typeof window < "u";
|
|
87
|
+
let St = pt ? () => window.performance.now() : () => Date.now(), Q = pt ? (t) => requestAnimationFrame(t) : y;
|
|
88
|
+
const A = /* @__PURE__ */ new Set();
|
|
90
89
|
function ht(t) {
|
|
91
|
-
|
|
92
|
-
e.c(t) || (
|
|
93
|
-
}),
|
|
90
|
+
A.forEach((e) => {
|
|
91
|
+
e.c(t) || (A.delete(e), e.f());
|
|
92
|
+
}), A.size !== 0 && Q(ht);
|
|
94
93
|
}
|
|
95
|
-
function
|
|
94
|
+
function Nt(t) {
|
|
96
95
|
let e;
|
|
97
|
-
return
|
|
96
|
+
return A.size === 0 && Q(ht), {
|
|
98
97
|
promise: new Promise((o) => {
|
|
99
|
-
|
|
98
|
+
A.add(e = { c: t, f: o });
|
|
100
99
|
}),
|
|
101
100
|
abort() {
|
|
102
|
-
|
|
101
|
+
A.delete(e);
|
|
103
102
|
}
|
|
104
103
|
};
|
|
105
104
|
}
|
|
@@ -107,8 +106,7 @@ function wt(t, e) {
|
|
|
107
106
|
t.appendChild(e);
|
|
108
107
|
}
|
|
109
108
|
function gt(t) {
|
|
110
|
-
if (!t)
|
|
111
|
-
return document;
|
|
109
|
+
if (!t) return document;
|
|
112
110
|
const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
|
|
113
111
|
return e && /** @type {ShadowRoot} */
|
|
114
112
|
e.host ? (
|
|
@@ -116,24 +114,24 @@ function gt(t) {
|
|
|
116
114
|
e
|
|
117
115
|
) : t.ownerDocument;
|
|
118
116
|
}
|
|
119
|
-
function
|
|
117
|
+
function Et(t) {
|
|
120
118
|
const e = Z("style");
|
|
121
|
-
return e.textContent = "/* empty */",
|
|
119
|
+
return e.textContent = "/* empty */", jt(gt(t), e), e.sheet;
|
|
122
120
|
}
|
|
123
|
-
function
|
|
121
|
+
function jt(t, e) {
|
|
124
122
|
return wt(
|
|
125
123
|
/** @type {Document} */
|
|
126
124
|
t.head || t,
|
|
127
125
|
e
|
|
128
126
|
), e.sheet;
|
|
129
127
|
}
|
|
130
|
-
function
|
|
128
|
+
function Y(t, e, o) {
|
|
131
129
|
t.insertBefore(e, o || null);
|
|
132
130
|
}
|
|
133
131
|
function z(t) {
|
|
134
132
|
t.parentNode && t.parentNode.removeChild(t);
|
|
135
133
|
}
|
|
136
|
-
function
|
|
134
|
+
function At(t, e) {
|
|
137
135
|
for (let o = 0; o < t.length; o += 1)
|
|
138
136
|
t[o] && t[o].d(e);
|
|
139
137
|
}
|
|
@@ -149,7 +147,7 @@ function mt(t) {
|
|
|
149
147
|
function _e() {
|
|
150
148
|
return mt(" ");
|
|
151
149
|
}
|
|
152
|
-
function
|
|
150
|
+
function Ot() {
|
|
153
151
|
return mt("");
|
|
154
152
|
}
|
|
155
153
|
function it(t, e, o, r) {
|
|
@@ -158,61 +156,61 @@ function it(t, e, o, r) {
|
|
|
158
156
|
function k(t, e, o) {
|
|
159
157
|
o == null ? t.removeAttribute(e) : t.getAttribute(e) !== o && t.setAttribute(e, o);
|
|
160
158
|
}
|
|
161
|
-
const
|
|
162
|
-
function
|
|
159
|
+
const Pt = ["width", "height"];
|
|
160
|
+
function Tt(t, e) {
|
|
163
161
|
const o = Object.getOwnPropertyDescriptors(t.__proto__);
|
|
164
162
|
for (const r in e)
|
|
165
|
-
e[r] == null ? t.removeAttribute(r) : r === "style" ? t.style.cssText = e[r] : r === "__value" ? t.value = t[r] = e[r] : o[r] && o[r].set &&
|
|
163
|
+
e[r] == null ? t.removeAttribute(r) : r === "style" ? t.style.cssText = e[r] : r === "__value" ? t.value = t[r] = e[r] : o[r] && o[r].set && Pt.indexOf(r) === -1 ? t[r] = e[r] : k(t, r, e[r]);
|
|
166
164
|
}
|
|
167
|
-
function
|
|
165
|
+
function Bt(t, e) {
|
|
168
166
|
Object.keys(e).forEach((o) => {
|
|
169
|
-
|
|
167
|
+
Rt(t, o, e[o]);
|
|
170
168
|
});
|
|
171
169
|
}
|
|
172
|
-
function
|
|
170
|
+
function Rt(t, e, o) {
|
|
173
171
|
const r = e.toLowerCase();
|
|
174
172
|
r in t ? t[r] = typeof t[r] == "boolean" && o === "" ? !0 : o : e in t ? t[e] = typeof t[e] == "boolean" && o === "" ? !0 : o : k(t, e, o);
|
|
175
173
|
}
|
|
176
174
|
function ke(t) {
|
|
177
|
-
return /-/.test(t) ?
|
|
175
|
+
return /-/.test(t) ? Bt : Tt;
|
|
178
176
|
}
|
|
179
|
-
function
|
|
177
|
+
function Yt(t) {
|
|
180
178
|
return Array.from(t.childNodes);
|
|
181
179
|
}
|
|
182
|
-
function
|
|
180
|
+
function Dt(t, e) {
|
|
183
181
|
e = "" + e, t.data !== e && (t.data = /** @type {string} */
|
|
184
182
|
e);
|
|
185
183
|
}
|
|
186
|
-
function
|
|
184
|
+
function Ht(t, e) {
|
|
187
185
|
e = "" + e, t.wholeText !== e && (t.data = /** @type {string} */
|
|
188
186
|
e);
|
|
189
187
|
}
|
|
190
188
|
function ze(t, e, o) {
|
|
191
|
-
~
|
|
189
|
+
~Ct.indexOf(o) ? Ht(t, e) : Dt(t, e);
|
|
192
190
|
}
|
|
193
|
-
function
|
|
194
|
-
o == null ? t.style.removeProperty(e) : t.style.setProperty(e, o,
|
|
191
|
+
function Le(t, e, o, r) {
|
|
192
|
+
o == null ? t.style.removeProperty(e) : t.style.setProperty(e, o, "");
|
|
195
193
|
}
|
|
196
|
-
let
|
|
197
|
-
function
|
|
198
|
-
if (
|
|
199
|
-
|
|
194
|
+
let H;
|
|
195
|
+
function Ut() {
|
|
196
|
+
if (H === void 0) {
|
|
197
|
+
H = !1;
|
|
200
198
|
try {
|
|
201
199
|
typeof window < "u" && window.parent && window.parent.document;
|
|
202
200
|
} catch {
|
|
203
|
-
|
|
201
|
+
H = !0;
|
|
204
202
|
}
|
|
205
203
|
}
|
|
206
|
-
return
|
|
204
|
+
return H;
|
|
207
205
|
}
|
|
208
|
-
function
|
|
206
|
+
function Me(t, e) {
|
|
209
207
|
getComputedStyle(t).position === "static" && (t.style.position = "relative");
|
|
210
208
|
const r = Z("iframe");
|
|
211
209
|
r.setAttribute(
|
|
212
210
|
"style",
|
|
213
211
|
"display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
|
|
214
212
|
), r.setAttribute("aria-hidden", "true"), r.tabIndex = -1;
|
|
215
|
-
const a =
|
|
213
|
+
const a = Ut();
|
|
216
214
|
let i;
|
|
217
215
|
return a ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", i = it(
|
|
218
216
|
window,
|
|
@@ -227,13 +225,13 @@ function Ce(t, e) {
|
|
|
227
225
|
(a || i && r.contentWindow) && i(), z(r);
|
|
228
226
|
};
|
|
229
227
|
}
|
|
230
|
-
function
|
|
228
|
+
function Ce(t, e, o) {
|
|
231
229
|
t.classList.toggle(e, !!o);
|
|
232
230
|
}
|
|
233
|
-
function
|
|
231
|
+
function Ft(t, e, { bubbles: o = !1, cancelable: r = !1 } = {}) {
|
|
234
232
|
return new CustomEvent(t, { detail: e, bubbles: o, cancelable: r });
|
|
235
233
|
}
|
|
236
|
-
function
|
|
234
|
+
function It(t) {
|
|
237
235
|
const e = {};
|
|
238
236
|
return t.childNodes.forEach(
|
|
239
237
|
/** @param {Element} node */
|
|
@@ -242,17 +240,16 @@ function Ft(t) {
|
|
|
242
240
|
}
|
|
243
241
|
), e;
|
|
244
242
|
}
|
|
245
|
-
const
|
|
246
|
-
let
|
|
247
|
-
function
|
|
243
|
+
const I = /* @__PURE__ */ new Map();
|
|
244
|
+
let X = 0;
|
|
245
|
+
function Xt(t) {
|
|
248
246
|
let e = 5381, o = t.length;
|
|
249
|
-
for (; o--; )
|
|
250
|
-
e = (e << 5) - e ^ t.charCodeAt(o);
|
|
247
|
+
for (; o--; ) e = (e << 5) - e ^ t.charCodeAt(o);
|
|
251
248
|
return e >>> 0;
|
|
252
249
|
}
|
|
253
|
-
function
|
|
254
|
-
const o = { stylesheet:
|
|
255
|
-
return
|
|
250
|
+
function qt(t, e) {
|
|
251
|
+
const o = { stylesheet: Et(e), rules: {} };
|
|
252
|
+
return I.set(t, o), o;
|
|
256
253
|
}
|
|
257
254
|
function nt(t, e, o, r, a, i, n, s = 0) {
|
|
258
255
|
const d = 16.666 / r;
|
|
@@ -264,104 +261,102 @@ function nt(t, e, o, r, a, i, n, s = 0) {
|
|
|
264
261
|
`;
|
|
265
262
|
}
|
|
266
263
|
const g = c + `100% {${n(o, 1 - o)}}
|
|
267
|
-
}`, f = `__svelte_${
|
|
264
|
+
}`, f = `__svelte_${Xt(g)}_${s}`, u = gt(t), { stylesheet: h, rules: l } = I.get(u) || qt(u, t);
|
|
268
265
|
l[f] || (l[f] = !0, h.insertRule(`@keyframes ${f} ${g}`, h.cssRules.length));
|
|
269
266
|
const m = t.style.animation || "";
|
|
270
|
-
return t.style.animation = `${m ? `${m}, ` : ""}${f} ${r}ms linear ${a}ms 1 both`,
|
|
267
|
+
return t.style.animation = `${m ? `${m}, ` : ""}${f} ${r}ms linear ${a}ms 1 both`, X += 1, f;
|
|
271
268
|
}
|
|
272
|
-
function
|
|
269
|
+
function Wt(t, e) {
|
|
273
270
|
const o = (t.style.animation || "").split(", "), r = o.filter(
|
|
274
271
|
e ? (i) => i.indexOf(e) < 0 : (i) => i.indexOf("__svelte") === -1
|
|
275
272
|
// remove all Svelte animations
|
|
276
273
|
), a = o.length - r.length;
|
|
277
|
-
a && (t.style.animation = r.join(", "),
|
|
274
|
+
a && (t.style.animation = r.join(", "), X -= a, X || Jt());
|
|
278
275
|
}
|
|
279
|
-
function
|
|
276
|
+
function Jt() {
|
|
280
277
|
Q(() => {
|
|
281
|
-
|
|
278
|
+
X || (I.forEach((t) => {
|
|
282
279
|
const { ownerNode: e } = t.stylesheet;
|
|
283
280
|
e && z(e);
|
|
284
|
-
}),
|
|
281
|
+
}), I.clear());
|
|
285
282
|
});
|
|
286
283
|
}
|
|
287
|
-
let
|
|
288
|
-
function
|
|
289
|
-
|
|
284
|
+
let R;
|
|
285
|
+
function B(t) {
|
|
286
|
+
R = t;
|
|
290
287
|
}
|
|
291
288
|
function et() {
|
|
292
|
-
if (!
|
|
293
|
-
|
|
294
|
-
return T;
|
|
289
|
+
if (!R) throw new Error("Function called outside component initialization");
|
|
290
|
+
return R;
|
|
295
291
|
}
|
|
296
|
-
function
|
|
292
|
+
function Se(t) {
|
|
297
293
|
et().$$.on_mount.push(t);
|
|
298
294
|
}
|
|
299
|
-
function
|
|
295
|
+
function Ne(t, e) {
|
|
300
296
|
return et().$$.context.set(t, e), e;
|
|
301
297
|
}
|
|
302
|
-
function
|
|
298
|
+
function Ee(t) {
|
|
303
299
|
return et().$$.context.get(t);
|
|
304
300
|
}
|
|
305
|
-
const
|
|
306
|
-
let
|
|
307
|
-
const st = [],
|
|
301
|
+
const j = [], at = [];
|
|
302
|
+
let O = [];
|
|
303
|
+
const st = [], Vt = /* @__PURE__ */ Promise.resolve();
|
|
308
304
|
let K = !1;
|
|
309
305
|
function Gt() {
|
|
310
|
-
K || (K = !0,
|
|
306
|
+
K || (K = !0, Vt.then(ot));
|
|
311
307
|
}
|
|
312
|
-
function
|
|
313
|
-
|
|
308
|
+
function q(t) {
|
|
309
|
+
O.push(t);
|
|
314
310
|
}
|
|
315
|
-
const
|
|
316
|
-
let
|
|
311
|
+
const V = /* @__PURE__ */ new Set();
|
|
312
|
+
let E = 0;
|
|
317
313
|
function ot() {
|
|
318
|
-
if (
|
|
314
|
+
if (E !== 0)
|
|
319
315
|
return;
|
|
320
|
-
const t =
|
|
316
|
+
const t = R;
|
|
321
317
|
do {
|
|
322
318
|
try {
|
|
323
|
-
for (;
|
|
324
|
-
const e =
|
|
325
|
-
|
|
319
|
+
for (; E < j.length; ) {
|
|
320
|
+
const e = j[E];
|
|
321
|
+
E++, B(e), Kt(e.$$);
|
|
326
322
|
}
|
|
327
323
|
} catch (e) {
|
|
328
|
-
throw
|
|
324
|
+
throw j.length = 0, E = 0, e;
|
|
329
325
|
}
|
|
330
|
-
for (
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
J.has(o) || (J.add(o), o());
|
|
326
|
+
for (B(null), j.length = 0, E = 0; at.length; ) at.pop()();
|
|
327
|
+
for (let e = 0; e < O.length; e += 1) {
|
|
328
|
+
const o = O[e];
|
|
329
|
+
V.has(o) || (V.add(o), o());
|
|
335
330
|
}
|
|
336
|
-
|
|
337
|
-
} while (
|
|
331
|
+
O.length = 0;
|
|
332
|
+
} while (j.length);
|
|
338
333
|
for (; st.length; )
|
|
339
334
|
st.pop()();
|
|
340
|
-
K = !1,
|
|
335
|
+
K = !1, V.clear(), B(t);
|
|
341
336
|
}
|
|
342
337
|
function Kt(t) {
|
|
343
338
|
if (t.fragment !== null) {
|
|
344
|
-
t.update(),
|
|
339
|
+
t.update(), C(t.before_update);
|
|
345
340
|
const e = t.dirty;
|
|
346
|
-
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(
|
|
341
|
+
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(q);
|
|
347
342
|
}
|
|
348
343
|
}
|
|
349
344
|
function Qt(t) {
|
|
350
345
|
const e = [], o = [];
|
|
351
|
-
|
|
346
|
+
O.forEach((r) => t.indexOf(r) === -1 ? e.push(r) : o.push(r)), o.forEach((r) => r()), O = e;
|
|
352
347
|
}
|
|
353
|
-
let
|
|
348
|
+
let T;
|
|
354
349
|
function Zt() {
|
|
355
|
-
return
|
|
356
|
-
|
|
357
|
-
})),
|
|
350
|
+
return T || (T = Promise.resolve(), T.then(() => {
|
|
351
|
+
T = null;
|
|
352
|
+
})), T;
|
|
358
353
|
}
|
|
359
354
|
function G(t, e, o) {
|
|
360
|
-
t.dispatchEvent(
|
|
355
|
+
t.dispatchEvent(Ft(`${e ? "intro" : "outro"}${o}`));
|
|
361
356
|
}
|
|
362
|
-
const
|
|
357
|
+
const U = /* @__PURE__ */ new Set();
|
|
363
358
|
let _;
|
|
364
|
-
function
|
|
359
|
+
function je() {
|
|
365
360
|
_ = {
|
|
366
361
|
r: 0,
|
|
367
362
|
c: [],
|
|
@@ -369,27 +364,25 @@ function Ne() {
|
|
|
369
364
|
// parent group
|
|
370
365
|
};
|
|
371
366
|
}
|
|
372
|
-
function
|
|
373
|
-
_.r ||
|
|
367
|
+
function Ae() {
|
|
368
|
+
_.r || C(_.c), _ = _.p;
|
|
374
369
|
}
|
|
375
370
|
function bt(t, e) {
|
|
376
|
-
t && t.i && (
|
|
371
|
+
t && t.i && (U.delete(t), t.i(e));
|
|
377
372
|
}
|
|
378
373
|
function te(t, e, o, r) {
|
|
379
374
|
if (t && t.o) {
|
|
380
|
-
if (
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
D.delete(t), r && (o && t.d(1), r());
|
|
375
|
+
if (U.has(t)) return;
|
|
376
|
+
U.add(t), _.c.push(() => {
|
|
377
|
+
U.delete(t), r && (o && t.d(1), r());
|
|
384
378
|
}), t.o(e);
|
|
385
|
-
} else
|
|
386
|
-
r && r();
|
|
379
|
+
} else r && r();
|
|
387
380
|
}
|
|
388
381
|
const ee = { duration: 0 };
|
|
389
|
-
function
|
|
382
|
+
function Oe(t, e, o, r) {
|
|
390
383
|
let i = e(t, o, { direction: "both" }), n = r ? 0 : 1, s = null, d = null, c = null, g;
|
|
391
384
|
function f() {
|
|
392
|
-
c &&
|
|
385
|
+
c && Wt(t, c);
|
|
393
386
|
}
|
|
394
387
|
function u(l, m) {
|
|
395
388
|
const w = (
|
|
@@ -411,15 +404,15 @@ function je(t, e, o, r) {
|
|
|
411
404
|
delay: m = 0,
|
|
412
405
|
duration: w = 300,
|
|
413
406
|
easing: x = _t,
|
|
414
|
-
tick:
|
|
415
|
-
css:
|
|
416
|
-
} = i || ee,
|
|
417
|
-
start:
|
|
407
|
+
tick: L = y,
|
|
408
|
+
css: S
|
|
409
|
+
} = i || ee, N = {
|
|
410
|
+
start: St() + m,
|
|
418
411
|
b: l
|
|
419
412
|
};
|
|
420
|
-
l || (
|
|
421
|
-
t.inert, t.inert = !0)), s || d ? d =
|
|
422
|
-
if (d &&
|
|
413
|
+
l || (N.group = _, _.r += 1), "inert" in t && (l ? g !== void 0 && (t.inert = g) : (g = /** @type {HTMLElement} */
|
|
414
|
+
t.inert, t.inert = !0)), s || d ? d = N : (S && (f(), c = nt(t, n, l, w, m, x, S)), l && L(0, 1), s = u(N, w), q(() => G(t, l, "start")), Nt((M) => {
|
|
415
|
+
if (d && M > d.start && (s = u(d, w), d = null, G(t, s.b, "start"), S && (f(), c = nt(
|
|
423
416
|
t,
|
|
424
417
|
n,
|
|
425
418
|
s.b,
|
|
@@ -428,11 +421,11 @@ function je(t, e, o, r) {
|
|
|
428
421
|
x,
|
|
429
422
|
i.css
|
|
430
423
|
))), s) {
|
|
431
|
-
if (
|
|
432
|
-
|
|
433
|
-
else if (
|
|
434
|
-
const
|
|
435
|
-
n = s.a + s.d * x(
|
|
424
|
+
if (M >= s.end)
|
|
425
|
+
L(n = s.b, 1 - n), G(t, s.b, "end"), d || (s.b ? f() : --s.group.r || C(s.group.c)), s = null;
|
|
426
|
+
else if (M >= s.start) {
|
|
427
|
+
const P = M - s.start;
|
|
428
|
+
n = s.a + s.d * x(P / s.duration), L(n, 1 - n);
|
|
436
429
|
}
|
|
437
430
|
}
|
|
438
431
|
return !!(s || d);
|
|
@@ -440,7 +433,7 @@ function je(t, e, o, r) {
|
|
|
440
433
|
}
|
|
441
434
|
return {
|
|
442
435
|
run(l) {
|
|
443
|
-
|
|
436
|
+
J(i) ? Zt().then(() => {
|
|
444
437
|
i = i({ direction: l ? "in" : "out" }), h(l);
|
|
445
438
|
}) : h(l);
|
|
446
439
|
},
|
|
@@ -452,58 +445,56 @@ function je(t, e, o, r) {
|
|
|
452
445
|
function ct(t) {
|
|
453
446
|
return (t == null ? void 0 : t.length) !== void 0 ? t : Array.from(t);
|
|
454
447
|
}
|
|
455
|
-
function
|
|
448
|
+
function Pe(t, e) {
|
|
456
449
|
te(t, 1, 1, () => {
|
|
457
450
|
e.delete(t.key);
|
|
458
451
|
});
|
|
459
452
|
}
|
|
460
|
-
function
|
|
453
|
+
function Te(t, e, o, r, a, i, n, s, d, c, g, f) {
|
|
461
454
|
let u = t.length, h = i.length, l = u;
|
|
462
455
|
const m = {};
|
|
463
|
-
for (; l--; )
|
|
464
|
-
|
|
465
|
-
const w = [], x = /* @__PURE__ */ new Map(), H = /* @__PURE__ */ new Map(), L = [];
|
|
456
|
+
for (; l--; ) m[t[l].key] = l;
|
|
457
|
+
const w = [], x = /* @__PURE__ */ new Map(), L = /* @__PURE__ */ new Map(), S = [];
|
|
466
458
|
for (l = h; l--; ) {
|
|
467
459
|
const p = f(a, i, l), v = o(p);
|
|
468
460
|
let $ = n.get(v);
|
|
469
|
-
$ ?
|
|
461
|
+
$ ? S.push(() => $.p(p, e)) : ($ = c(v, p), $.c()), x.set(v, w[l] = $), v in m && L.set(v, Math.abs(l - m[v]));
|
|
470
462
|
}
|
|
471
|
-
const
|
|
472
|
-
function
|
|
463
|
+
const N = /* @__PURE__ */ new Set(), M = /* @__PURE__ */ new Set();
|
|
464
|
+
function P(p) {
|
|
473
465
|
bt(p, 1), p.m(s, g), n.set(p.key, p), g = p.first, h--;
|
|
474
466
|
}
|
|
475
467
|
for (; u && h; ) {
|
|
476
|
-
const p = w[h - 1], v = t[u - 1], $ = p.key,
|
|
477
|
-
p === v ? (g = p.first, u--, h--) : x.has(
|
|
468
|
+
const p = w[h - 1], v = t[u - 1], $ = p.key, D = v.key;
|
|
469
|
+
p === v ? (g = p.first, u--, h--) : x.has(D) ? !n.has($) || N.has($) ? P(p) : M.has(D) ? u-- : L.get($) > L.get(D) ? (M.add($), P(p)) : (N.add(D), u--) : (d(v, n), u--);
|
|
478
470
|
}
|
|
479
471
|
for (; u--; ) {
|
|
480
472
|
const p = t[u];
|
|
481
473
|
x.has(p.key) || d(p, n);
|
|
482
474
|
}
|
|
483
|
-
for (; h; )
|
|
484
|
-
|
|
485
|
-
return M(L), w;
|
|
475
|
+
for (; h; ) P(w[h - 1]);
|
|
476
|
+
return C(S), w;
|
|
486
477
|
}
|
|
487
|
-
function
|
|
478
|
+
function Be(t) {
|
|
488
479
|
t && t.c();
|
|
489
480
|
}
|
|
490
481
|
function oe(t, e, o) {
|
|
491
482
|
const { fragment: r, after_update: a } = t.$$;
|
|
492
|
-
r && r.m(e, o),
|
|
493
|
-
const i = t.$$.on_mount.map(ft).filter(
|
|
494
|
-
t.$$.on_destroy ? t.$$.on_destroy.push(...i) :
|
|
495
|
-
}), a.forEach(
|
|
483
|
+
r && r.m(e, o), q(() => {
|
|
484
|
+
const i = t.$$.on_mount.map(ft).filter(J);
|
|
485
|
+
t.$$.on_destroy ? t.$$.on_destroy.push(...i) : C(i), t.$$.on_mount = [];
|
|
486
|
+
}), a.forEach(q);
|
|
496
487
|
}
|
|
497
488
|
function re(t, e) {
|
|
498
489
|
const o = t.$$;
|
|
499
|
-
o.fragment !== null && (Qt(o.after_update),
|
|
490
|
+
o.fragment !== null && (Qt(o.after_update), C(o.on_destroy), o.fragment && o.fragment.d(e), o.on_destroy = o.fragment = null, o.ctx = []);
|
|
500
491
|
}
|
|
501
492
|
function ie(t, e) {
|
|
502
|
-
t.$$.dirty[0] === -1 && (
|
|
493
|
+
t.$$.dirty[0] === -1 && (j.push(t), Gt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
503
494
|
}
|
|
504
495
|
function ne(t, e, o, r, a, i, n = null, s = [-1]) {
|
|
505
|
-
const d =
|
|
506
|
-
|
|
496
|
+
const d = R;
|
|
497
|
+
B(t);
|
|
507
498
|
const c = t.$$ = {
|
|
508
499
|
fragment: null,
|
|
509
500
|
ctx: [],
|
|
@@ -530,15 +521,15 @@ function ne(t, e, o, r, a, i, n = null, s = [-1]) {
|
|
|
530
521
|
if (c.ctx = o ? o(t, e.props || {}, (f, u, ...h) => {
|
|
531
522
|
const l = h.length ? h[0] : u;
|
|
532
523
|
return c.ctx && a(c.ctx[f], c.ctx[f] = l) && (!c.skip_bound && c.bound[f] && c.bound[f](l), g && ie(t, f)), u;
|
|
533
|
-
}) : [], c.update(), g = !0,
|
|
524
|
+
}) : [], c.update(), g = !0, C(c.before_update), c.fragment = r ? r(c.ctx) : !1, e.target) {
|
|
534
525
|
if (e.hydrate) {
|
|
535
|
-
const f =
|
|
526
|
+
const f = Yt(e.target);
|
|
536
527
|
c.fragment && c.fragment.l(f), f.forEach(z);
|
|
537
528
|
} else
|
|
538
529
|
c.fragment && c.fragment.c();
|
|
539
530
|
e.intro && bt(t.$$.fragment), oe(t, e.target, e.anchor), ot();
|
|
540
531
|
}
|
|
541
|
-
|
|
532
|
+
B(d);
|
|
542
533
|
}
|
|
543
534
|
let yt;
|
|
544
535
|
typeof HTMLElement == "function" && (yt = class extends HTMLElement {
|
|
@@ -591,7 +582,7 @@ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
|
|
|
591
582
|
* @param {HTMLElement} [anchor]
|
|
592
583
|
*/
|
|
593
584
|
m: function(c, g) {
|
|
594
|
-
|
|
585
|
+
Y(c, n, g);
|
|
595
586
|
},
|
|
596
587
|
d: function(c) {
|
|
597
588
|
c && z(n);
|
|
@@ -601,12 +592,12 @@ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
|
|
|
601
592
|
};
|
|
602
593
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
603
594
|
return;
|
|
604
|
-
const o = {}, r =
|
|
595
|
+
const o = {}, r = It(this);
|
|
605
596
|
for (const i of this.$$s)
|
|
606
597
|
i in r && (o[i] = [e(i)]);
|
|
607
598
|
for (const i of this.attributes) {
|
|
608
599
|
const n = this.$$g_p(i.name);
|
|
609
|
-
n in this.$$d || (this.$$d[n] =
|
|
600
|
+
n in this.$$d || (this.$$d[n] = F(n, i.value, this.$$p_d, "toProp"));
|
|
610
601
|
}
|
|
611
602
|
for (const i in this.$$p_d)
|
|
612
603
|
!(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
|
|
@@ -624,7 +615,7 @@ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
|
|
|
624
615
|
this.$$r = !0;
|
|
625
616
|
for (const i in this.$$p_d)
|
|
626
617
|
if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
|
|
627
|
-
const n =
|
|
618
|
+
const n = F(
|
|
628
619
|
i,
|
|
629
620
|
this.$$d[i],
|
|
630
621
|
this.$$p_d,
|
|
@@ -647,11 +638,11 @@ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
|
|
|
647
638
|
// and setting attributes through setAttribute etc, this is helpful
|
|
648
639
|
attributeChangedCallback(e, o, r) {
|
|
649
640
|
var a;
|
|
650
|
-
this.$$r || (e = this.$$g_p(e), this.$$d[e] =
|
|
641
|
+
this.$$r || (e = this.$$g_p(e), this.$$d[e] = F(e, r, this.$$p_d, "toProp"), (a = this.$$c) == null || a.$set({ [e]: this.$$d[e] }));
|
|
651
642
|
}
|
|
652
643
|
disconnectedCallback() {
|
|
653
644
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
654
|
-
this.$$cn
|
|
645
|
+
!this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
|
|
655
646
|
});
|
|
656
647
|
}
|
|
657
648
|
$$g_p(e) {
|
|
@@ -660,7 +651,7 @@ typeof HTMLElement == "function" && (yt = class extends HTMLElement {
|
|
|
660
651
|
) || e;
|
|
661
652
|
}
|
|
662
653
|
});
|
|
663
|
-
function
|
|
654
|
+
function F(t, e, o, r) {
|
|
664
655
|
var i;
|
|
665
656
|
const a = (i = o[t]) == null ? void 0 : i.type;
|
|
666
657
|
if (e = a === "Boolean" && typeof e != "boolean" ? e != null : e, !r || !o[t])
|
|
@@ -708,7 +699,7 @@ function ae(t, e, o, r, a, i) {
|
|
|
708
699
|
},
|
|
709
700
|
set(d) {
|
|
710
701
|
var c;
|
|
711
|
-
d =
|
|
702
|
+
d = F(s, d, e), this.$$d[s] = d, (c = this.$$c) == null || c.$set({ [s]: d });
|
|
712
703
|
}
|
|
713
704
|
});
|
|
714
705
|
}), r.forEach((s) => {
|
|
@@ -751,7 +742,7 @@ class se {
|
|
|
751
742
|
* @returns {() => void}
|
|
752
743
|
*/
|
|
753
744
|
$on(e, o) {
|
|
754
|
-
if (!
|
|
745
|
+
if (!J(o))
|
|
755
746
|
return y;
|
|
756
747
|
const r = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
|
|
757
748
|
return r.push(o), () => {
|
|
@@ -764,66 +755,66 @@ class se {
|
|
|
764
755
|
* @returns {void}
|
|
765
756
|
*/
|
|
766
757
|
$set(e) {
|
|
767
|
-
this.$$set && !
|
|
758
|
+
this.$$set && !Lt(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
|
|
768
759
|
}
|
|
769
760
|
}
|
|
770
761
|
const ce = "4";
|
|
771
762
|
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ce);
|
|
772
|
-
const xt = '*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*{box-sizing:border-box}uofg-menu{--uofg-menu-animation-type: slide;--uofg-menu-animation-duration: .2s;--uofg-menu-animation-easing: ease-in-out}svg.fa-icon{display:block;height:1em;fill:currentColor}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.\\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.\\!static{position:static!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-8{bottom:2rem}.left-0{left:0}.left-1\\/2{left:50%}.right-0{right:0}.right-8{right:2rem}.top-0{top:0}.top-8{top:2rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\\[1000\\]{z-index:1000}.z-\\[2\\]{z-index:2}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-12{height:3rem}.h-16{height:4rem}.h-\\[5rem\\]{height:5rem}.h-\\[7\\.5rem\\]{height:7.5rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[calc\\(100vh-5rem\\)\\]{max-height:calc(100vh - 5rem)}.max-h-full{max-height:100%}.w-12{width:3rem}.w-16{width:4rem}.w-\\[7\\.5rem\\]{width:7.5rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-\\[20rem\\]{min-width:20rem}.min-w-full{min-width:100%}.max-w-full{max-width:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50px\\]{--tw-translate-y: -50px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[calc\\(-50\\%_-_50px\\)\\]{--tw-translate-y: calc(-50% - 50px) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-visible{overflow-y:visible}.whitespace-normal{white-space:normal}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-8{border-bottom-width:8px}.border-solid{border-style:solid}.border-dotted{border-style:dotted}.border-transparent{border-color:transparent}.border-uofg-grey-500{--tw-border-opacity: 1;border-color:rgb(154 154 154 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-uofg-grey{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.bg-uofg-red{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.bg-uofg-yellow{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\\[calc\\(\\(100\\%-1320px\\)\\/2\\)\\]{padding-left:calc((100% - 1320px)/2);padding-right:calc((100% - 1320px)/2)}.px-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,2rem\\)\\]{padding-left:max(calc((100% - 1320px)/2),2rem);padding-right:max(calc((100% - 1320px)/2),2rem)}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.font-condensed{font-family:Roboto Condensed,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.not-italic{font-style:normal}.text-\\[\\#2e74bb\\]{--tw-text-opacity: 1;color:rgb(46 116 187 / var(--tw-text-opacity))}.text-\\[var\\(--uofg-modal-dismiss-color\\,white\\)\\]{color:var(--uofg-modal-dismiss-color,white)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-uofg-blue{--tw-text-opacity: 1;color:rgb(105 163 185 / var(--tw-text-opacity))}.text-uofg-yellow{--tw-text-opacity: 1;color:rgb(255 199 42 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.decoration-transparent{text-decoration-color:transparent}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\\[opacity\\,visibility\\]{transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:border-current:hover{border-color:currentColor}.hover\\:border-uofg-yellow:hover{--tw-border-opacity: 1;border-color:rgb(255 199 42 / var(--tw-border-opacity))}.hover\\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.hover\\:bg-uofg-grey:hover{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.hover\\:bg-uofg-red:hover{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.hover\\:bg-uofg-yellow:hover{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.hover\\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\\:text-\\[\\#0077b5\\]:hover{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity))}.hover\\:text-\\[\\#1a4168\\]:hover{--tw-text-opacity: 1;color:rgb(26 65 104 / var(--tw-text-opacity))}.hover\\:text-\\[\\#1da1f2\\]:hover{--tw-text-opacity: 1;color:rgb(29 161 242 / var(--tw-text-opacity))}.hover\\:text-\\[\\#4267b2\\]:hover{--tw-text-opacity: 1;color:rgb(66 103 178 / var(--tw-text-opacity))}.hover\\:text-\\[\\#e1306c\\]:hover{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.hover\\:text-\\[\\#f00\\]:hover{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.hover\\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\\:text-uofg-yellow:hover{--tw-text-opacity: 1;color:rgb(255 199 42 / var(--tw-text-opacity))}.hover\\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:decoration-current:hover{text-decoration-color:currentColor}.hover\\:opacity-75:hover{opacity:.75}.focus\\:border-current:focus{border-color:currentColor}.focus\\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.focus\\:bg-uofg-grey:focus{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.focus\\:bg-uofg-red:focus{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.focus\\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.focus\\:text-\\[\\#0077b5\\]:focus{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity))}.focus\\:text-\\[\\#1a4168\\]:focus{--tw-text-opacity: 1;color:rgb(26 65 104 / var(--tw-text-opacity))}.focus\\:text-\\[\\#1da1f2\\]:focus{--tw-text-opacity: 1;color:rgb(29 161 242 / var(--tw-text-opacity))}.focus\\:text-\\[\\#4267b2\\]:focus{--tw-text-opacity: 1;color:rgb(66 103 178 / var(--tw-text-opacity))}.focus\\:text-\\[\\#e1306c\\]:focus{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.focus\\:text-\\[\\#f00\\]:focus{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.focus\\:text-black:focus{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.focus\\:underline:focus{text-decoration-line:underline}.focus\\:decoration-current:focus{text-decoration-color:currentColor}.focus\\:opacity-75:focus{opacity:.75}.aria-expanded\\:bg-uofg-grey[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.aria-expanded\\:bg-uofg-yellow[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.aria-expanded\\:bg-white[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.aria-expanded\\:text-black[aria-expanded=true]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media (prefers-reduced-motion: reduce){.motion-reduce\\:transition-none{transition-property:none}}@media (min-width: 640px){.sm\\:w-fit{width:-moz-fit-content;width:fit-content}.sm\\:p-8{padding:2rem}}@media (min-width: 768px){.md\\:col-span-2{grid-column:span 2 / span 2}.md\\:row-start-2{grid-row-start:2}.md\\:grid{display:grid}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:static{position:static}.lg\\:row-auto{grid-row:auto}.lg\\:h-16{height:4rem}.lg\\:h-\\[10rem\\]{height:10rem}.lg\\:w-\\[30rem\\]{width:30rem}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\\:whitespace-nowrap{white-space:nowrap}}@media (min-width: 1320px){.min-\\[1320px\\]\\:absolute{position:absolute}.min-\\[1320px\\]\\:left-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,7\\.5rem\\)\\]{left:max(calc((100% - 1320px)/2),7.5rem)}}.\\[\\&\\>\\*\\]\\:first\\:mt-4:first-child>*{margin-top:1rem}.\\[\\&\\>\\*\\]\\:last\\:mb-4:last-child>*{margin-bottom:1rem}.\\[\\&\\>li\\]\\:contents>li{display:contents}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-2xl>slot[name=message]::slotted(*){font-size:1.5rem;line-height:2rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:mb-8>slot[name=subtitle]::slotted(*){margin-bottom:2rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-4xl>slot[name=subtitle]::slotted(*){font-size:2.25rem;line-height:2.5rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:font-bold>slot[name=subtitle]::slotted(*){font-weight:700}.\\[\\&\\>svg\\]\\:mb-4>svg{margin-bottom:1rem}.\\[\\&\\>svg\\]\\:mr-4>svg{margin-right:1rem}.\\[\\&\\>svg\\]\\:block>svg{display:block}.\\[\\&\\>svg\\]\\:h-\\[1\\.5em\\]>svg{height:1.5em}.\\[\\&\\>svg\\]\\:h-\\[1\\.6em\\]>svg{height:1.6em}.\\[\\&\\>svg\\]\\:h-full>svg{height:100%}.\\[\\&\\>svg\\]\\:w-\\[18\\.4rem\\]>svg{width:18.4rem}.\\[\\&\\>svg\\]\\:w-\\[5rem\\]>svg{width:5rem}.\\[\\&\\>svg\\]\\:w-\\[7\\.5rem\\]>svg{width:7.5rem}.\\[\\&\\>svg\\]\\:w-auto>svg{width:auto}.\\[\\&\\>svg\\]\\:fill-current>svg{fill:currentColor}.\\[\\&\\>svg\\]\\:fill-uofg-yellow>svg{fill:#ffc72a}.\\[\\&\\>svg\\]\\:transition-transform>svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\\[\\&_svg\\]\\:aria-expanded\\:rotate-180[aria-expanded=true] svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}';
|
|
773
|
-
let
|
|
774
|
-
typeof CSSStyleSheet == "function" && (
|
|
775
|
-
function
|
|
776
|
-
if (
|
|
777
|
-
t.adoptedStyleSheets = [...t.adoptedStyleSheets,
|
|
763
|
+
const xt = '*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*{box-sizing:border-box}uofg-menu{--uofg-menu-animation-type: slide;--uofg-menu-animation-duration: .2s;--uofg-menu-animation-easing: ease-in-out}svg.fa-icon{display:block;height:1em;fill:currentColor}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.\\!static{position:static!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-8{bottom:2rem}.left-0{left:0}.left-1\\/2{left:50%}.right-0{right:0}.right-8{right:2rem}.top-0{top:0}.top-8{top:2rem}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\\[1000\\]{z-index:1000}.z-\\[2\\]{z-index:2}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-12{height:3rem}.h-16{height:4rem}.h-\\[5rem\\]{height:5rem}.h-\\[7\\.5rem\\]{height:7.5rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\\[calc\\(100vh-5rem\\)\\]{max-height:calc(100vh - 5rem)}.max-h-full{max-height:100%}.w-12{width:3rem}.w-16{width:4rem}.w-\\[7\\.5rem\\]{width:7.5rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-\\[20rem\\]{min-width:20rem}.min-w-full{min-width:100%}.max-w-full{max-width:100%}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50px\\]{--tw-translate-y: -50px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[calc\\(-50\\%_-_50px\\)\\]{--tw-translate-y: calc(-50% - 50px) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-visible{overflow-y:visible}.whitespace-normal{white-space:normal}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-8{border-bottom-width:8px}.border-solid{border-style:solid}.border-dotted{border-style:dotted}.border-transparent{border-color:transparent}.border-uofg-grey-500{--tw-border-opacity: 1;border-color:rgb(154 154 154 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-uofg-grey{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.bg-uofg-red{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.bg-uofg-yellow{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\\[calc\\(\\(100\\%-1320px\\)\\/2\\)\\]{padding-left:calc((100% - 1320px)/2);padding-right:calc((100% - 1320px)/2)}.px-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,2rem\\)\\]{padding-left:max(calc((100% - 1320px)/2),2rem);padding-right:max(calc((100% - 1320px)/2),2rem)}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-6{padding-bottom:1.5rem}.pl-1{padding-left:.25rem}.pt-8{padding-top:2rem}.font-condensed{font-family:Roboto Condensed,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.not-italic{font-style:normal}.text-\\[\\#2e74bb\\]{--tw-text-opacity: 1;color:rgb(46 116 187 / var(--tw-text-opacity))}.text-\\[var\\(--uofg-modal-dismiss-color\\,white\\)\\]{color:var(--uofg-modal-dismiss-color,white)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-uofg-blue{--tw-text-opacity: 1;color:rgb(105 163 185 / var(--tw-text-opacity))}.text-uofg-yellow{--tw-text-opacity: 1;color:rgb(255 199 42 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.decoration-transparent{text-decoration-color:transparent}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\\[opacity\\,visibility\\]{transition-property:opacity,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\\:border-current:hover{border-color:currentColor}.hover\\:border-uofg-yellow:hover{--tw-border-opacity: 1;border-color:rgb(255 199 42 / var(--tw-border-opacity))}.hover\\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.hover\\:bg-uofg-grey:hover{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.hover\\:bg-uofg-red:hover{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.hover\\:bg-uofg-yellow:hover{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.hover\\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\\:text-\\[\\#0077b5\\]:hover{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity))}.hover\\:text-\\[\\#1a4168\\]:hover{--tw-text-opacity: 1;color:rgb(26 65 104 / var(--tw-text-opacity))}.hover\\:text-\\[\\#1da1f2\\]:hover{--tw-text-opacity: 1;color:rgb(29 161 242 / var(--tw-text-opacity))}.hover\\:text-\\[\\#4267b2\\]:hover{--tw-text-opacity: 1;color:rgb(66 103 178 / var(--tw-text-opacity))}.hover\\:text-\\[\\#e1306c\\]:hover{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.hover\\:text-\\[\\#f00\\]:hover{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.hover\\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\\:text-uofg-yellow:hover{--tw-text-opacity: 1;color:rgb(255 199 42 / var(--tw-text-opacity))}.hover\\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:decoration-current:hover{text-decoration-color:currentColor}.hover\\:opacity-75:hover{opacity:.75}.focus\\:border-current:focus{border-color:currentColor}.focus\\:border-white:focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.focus\\:bg-uofg-grey:focus{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.focus\\:bg-uofg-red:focus{--tw-bg-opacity: 1;background-color:rgb(194 4 48 / var(--tw-bg-opacity))}.focus\\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.focus\\:text-\\[\\#0077b5\\]:focus{--tw-text-opacity: 1;color:rgb(0 119 181 / var(--tw-text-opacity))}.focus\\:text-\\[\\#1a4168\\]:focus{--tw-text-opacity: 1;color:rgb(26 65 104 / var(--tw-text-opacity))}.focus\\:text-\\[\\#1da1f2\\]:focus{--tw-text-opacity: 1;color:rgb(29 161 242 / var(--tw-text-opacity))}.focus\\:text-\\[\\#4267b2\\]:focus{--tw-text-opacity: 1;color:rgb(66 103 178 / var(--tw-text-opacity))}.focus\\:text-\\[\\#e1306c\\]:focus{--tw-text-opacity: 1;color:rgb(225 48 108 / var(--tw-text-opacity))}.focus\\:text-\\[\\#f00\\]:focus{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.focus\\:text-black:focus{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.focus\\:underline:focus{text-decoration-line:underline}.focus\\:decoration-current:focus{text-decoration-color:currentColor}.focus\\:opacity-75:focus{opacity:.75}.aria-expanded\\:bg-uofg-grey[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity))}.aria-expanded\\:bg-uofg-yellow[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(255 199 42 / var(--tw-bg-opacity))}.aria-expanded\\:bg-white[aria-expanded=true]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.aria-expanded\\:text-black[aria-expanded=true]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media (prefers-reduced-motion: reduce){.motion-reduce\\:transition-none{transition-property:none}}@media (min-width: 640px){.sm\\:w-fit{width:-moz-fit-content;width:fit-content}.sm\\:p-8{padding:2rem}}@media (min-width: 768px){.md\\:col-span-2{grid-column:span 2 / span 2}.md\\:row-start-2{grid-row-start:2}.md\\:grid{display:grid}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:pl-0{padding-left:0}}@media (min-width: 1024px){.lg\\:static{position:static}.lg\\:row-auto{grid-row:auto}.lg\\:h-16{height:4rem}.lg\\:h-\\[10rem\\]{height:10rem}.lg\\:w-\\[30rem\\]{width:30rem}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\\:whitespace-nowrap{white-space:nowrap}}@media (min-width: 1320px){.min-\\[1320px\\]\\:absolute{position:absolute}.min-\\[1320px\\]\\:left-\\[max\\(calc\\(\\(100\\%-1320px\\)\\/2\\)\\,7\\.5rem\\)\\]{left:max(calc((100% - 1320px)/2),7.5rem)}}.\\[\\&\\>\\*\\]\\:first\\:mt-4:first-child>*{margin-top:1rem}.\\[\\&\\>\\*\\]\\:last\\:mb-4:last-child>*{margin-bottom:1rem}.\\[\\&\\>li\\]\\:contents>li{display:contents}.\\[\\&\\>slot\\[name\\=\\"message\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-2xl>slot[name=message]::slotted(*){font-size:1.5rem;line-height:2rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:mb-8>slot[name=subtitle]::slotted(*){margin-bottom:2rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:text-4xl>slot[name=subtitle]::slotted(*){font-size:2.25rem;line-height:2.5rem}.\\[\\&\\>slot\\[name\\=\\"subtitle\\"\\]\\:\\:slotted\\(\\*\\)\\]\\:font-bold>slot[name=subtitle]::slotted(*){font-weight:700}.\\[\\&\\>svg\\]\\:mb-4>svg{margin-bottom:1rem}.\\[\\&\\>svg\\]\\:mr-4>svg{margin-right:1rem}.\\[\\&\\>svg\\]\\:block>svg{display:block}.\\[\\&\\>svg\\]\\:h-2\\/3>svg{height:66.666667%}.\\[\\&\\>svg\\]\\:h-\\[1\\.5em\\]>svg{height:1.5em}.\\[\\&\\>svg\\]\\:h-\\[1\\.6em\\]>svg{height:1.6em}.\\[\\&\\>svg\\]\\:h-full>svg{height:100%}.\\[\\&\\>svg\\]\\:w-auto>svg{width:auto}.\\[\\&\\>svg\\]\\:fill-current>svg{fill:currentColor}.\\[\\&\\>svg\\]\\:fill-uofg-yellow>svg{fill:#ffc72a}.\\[\\&\\>svg\\]\\:transition-transform>svg{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\\[\\&_svg\\]\\:aria-expanded\\:rotate-180[aria-expanded=true] svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}';
|
|
764
|
+
let W = null;
|
|
765
|
+
typeof CSSStyleSheet == "function" && (W = new CSSStyleSheet(), W.replaceSync(xt));
|
|
766
|
+
function Re(t) {
|
|
767
|
+
if (W)
|
|
768
|
+
t.adoptedStyleSheets = [...t.adoptedStyleSheets, W];
|
|
778
769
|
else {
|
|
779
770
|
const e = document.createElement("style");
|
|
780
771
|
e.innerHTML = xt, t.prepend(e);
|
|
781
772
|
}
|
|
782
773
|
}
|
|
783
|
-
|
|
774
|
+
const Ye = {
|
|
784
775
|
prefix: "fas",
|
|
785
776
|
iconName: "bars",
|
|
786
|
-
icon: [448, 512, ["navicon"], "f0c9", "M0 96C0 78.3 14.3 64 32
|
|
787
|
-
},
|
|
777
|
+
icon: [448, 512, ["navicon"], "f0c9", "M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"]
|
|
778
|
+
}, De = {
|
|
788
779
|
prefix: "fas",
|
|
789
780
|
iconName: "circle-exclamation",
|
|
790
|
-
icon: [512, 512, ["exclamation-circle"], "f06a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24
|
|
791
|
-
},
|
|
781
|
+
icon: [512, 512, ["exclamation-circle"], "f06a", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]
|
|
782
|
+
}, He = {
|
|
792
783
|
prefix: "fas",
|
|
793
784
|
iconName: "sitemap",
|
|
794
|
-
icon: [576, 512, [], "f0e8", "M208 80c0-26.5 21.5-48 48-
|
|
795
|
-
},
|
|
785
|
+
icon: [576, 512, [], "f0e8", "M208 80c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-8 0 0 40 152 0c30.9 0 56 25.1 56 56l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-4.4-3.6-8-8-8l-152 0 0 40 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-40-152 0c-4.4 0-8 3.6-8 8l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-30.9 25.1-56 56-56l152 0 0-40-8 0c-26.5 0-48-21.5-48-48l0-64z"]
|
|
786
|
+
}, Ue = {
|
|
796
787
|
prefix: "fas",
|
|
797
788
|
iconName: "list",
|
|
798
|
-
icon: [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16
|
|
799
|
-
},
|
|
789
|
+
icon: [512, 512, ["list-squares"], "f03a", "M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z"]
|
|
790
|
+
}, Fe = {
|
|
800
791
|
prefix: "fas",
|
|
801
792
|
iconName: "tree",
|
|
802
|
-
icon: [448, 512, [127794], "f1bb", "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1
|
|
803
|
-
},
|
|
793
|
+
icon: [448, 512, [127794], "f1bb", "M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208l24.9 0L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320L80 320 5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5L192 448l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 168.5 0c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320l33.4 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208l24.9 0c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"]
|
|
794
|
+
}, Ie = {
|
|
804
795
|
prefix: "fas",
|
|
805
796
|
iconName: "chevron-up",
|
|
806
797
|
icon: [512, 512, [], "f077", "M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"]
|
|
807
|
-
},
|
|
798
|
+
}, Xe = {
|
|
808
799
|
prefix: "fas",
|
|
809
800
|
iconName: "user",
|
|
810
|
-
icon: [448, 512, [128100, 62144], "f007", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7
|
|
811
|
-
},
|
|
801
|
+
icon: [448, 512, [128100, 62144], "f007", "M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"]
|
|
802
|
+
}, qe = {
|
|
812
803
|
prefix: "fas",
|
|
813
804
|
iconName: "key",
|
|
814
|
-
icon: [512, 512, [128273], "f084", "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7
|
|
815
|
-
},
|
|
805
|
+
icon: [512, 512, [128273], "f084", "M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"]
|
|
806
|
+
}, We = {
|
|
816
807
|
prefix: "fas",
|
|
817
808
|
iconName: "circle-check",
|
|
818
809
|
icon: [512, 512, [61533, "check-circle"], "f058", "M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]
|
|
819
|
-
},
|
|
810
|
+
}, Je = {
|
|
820
811
|
prefix: "fas",
|
|
821
812
|
iconName: "universal-access",
|
|
822
|
-
icon: [512, 512, [], "f29a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.
|
|
823
|
-
},
|
|
813
|
+
icon: [512, 512, [], "f29a", "M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3l0 50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6l0-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]
|
|
814
|
+
}, Ve = {
|
|
824
815
|
prefix: "fas",
|
|
825
816
|
iconName: "hand-holding-heart",
|
|
826
|
-
icon: [576, 512, [], "f4be", "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.
|
|
817
|
+
icon: [576, 512, [], "f4be", "M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"]
|
|
827
818
|
}, Ge = {
|
|
828
819
|
prefix: "fas",
|
|
829
820
|
iconName: "phone-flip",
|
|
@@ -842,12 +833,16 @@ var Be = {
|
|
|
842
833
|
icon: [384, 512, [128473, 10005, 10006, 10060, 215, "close", "multiply", "remove", "times"], "f00d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]
|
|
843
834
|
}, Ze = de, to = {
|
|
844
835
|
prefix: "fas",
|
|
845
|
-
iconName: "
|
|
846
|
-
icon: [
|
|
836
|
+
iconName: "map",
|
|
837
|
+
icon: [576, 512, [128506, 62072], "f279", "M384 476.1L192 421.2l0-385.3L384 90.8l0 385.3zm32-1.2l0-386.5L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3l0 334.8c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2l0 386.5L32.9 474.5C17.1 480.8 0 469.2 0 452.2L0 117.4c0-9.8 6-18.6 15.1-22.3z"]
|
|
847
838
|
}, eo = {
|
|
839
|
+
prefix: "fas",
|
|
840
|
+
iconName: "calendar",
|
|
841
|
+
icon: [448, 512, [128197, 128198], "f133", "M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"]
|
|
842
|
+
}, oo = {
|
|
848
843
|
prefix: "fas",
|
|
849
844
|
iconName: "briefcase",
|
|
850
|
-
icon: [512, 512, [128188], "f0b1", "M184
|
|
845
|
+
icon: [512, 512, [128188], "f0b1", "M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 128 0 192 0 0-96c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM512 288l-192 0 0 32c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128z"]
|
|
851
846
|
};
|
|
852
847
|
function lt(t, e, o) {
|
|
853
848
|
const r = t.slice();
|
|
@@ -865,7 +860,7 @@ function fe(t) {
|
|
|
865
860
|
);
|
|
866
861
|
},
|
|
867
862
|
m(o, r) {
|
|
868
|
-
|
|
863
|
+
Y(o, e, r);
|
|
869
864
|
},
|
|
870
865
|
p: y,
|
|
871
866
|
d(o) {
|
|
@@ -884,12 +879,12 @@ function ue(t) {
|
|
|
884
879
|
c() {
|
|
885
880
|
for (let a = 0; a < r.length; a += 1)
|
|
886
881
|
r[a].c();
|
|
887
|
-
e =
|
|
882
|
+
e = Ot();
|
|
888
883
|
},
|
|
889
884
|
m(a, i) {
|
|
890
885
|
for (let n = 0; n < r.length; n += 1)
|
|
891
886
|
r[n] && r[n].m(a, i);
|
|
892
|
-
|
|
887
|
+
Y(a, e, i);
|
|
893
888
|
},
|
|
894
889
|
p(a, i) {
|
|
895
890
|
if (i & /*iconPathData*/
|
|
@@ -909,7 +904,7 @@ function ue(t) {
|
|
|
909
904
|
}
|
|
910
905
|
},
|
|
911
906
|
d(a) {
|
|
912
|
-
a && z(e),
|
|
907
|
+
a && z(e), At(r, a);
|
|
913
908
|
}
|
|
914
909
|
};
|
|
915
910
|
}
|
|
@@ -925,7 +920,7 @@ function dt(t) {
|
|
|
925
920
|
);
|
|
926
921
|
},
|
|
927
922
|
m(o, r) {
|
|
928
|
-
|
|
923
|
+
Y(o, e, r);
|
|
929
924
|
},
|
|
930
925
|
p: y,
|
|
931
926
|
d(o) {
|
|
@@ -949,7 +944,7 @@ function pe(t) {
|
|
|
949
944
|
t[1]}`);
|
|
950
945
|
},
|
|
951
946
|
m(i, n) {
|
|
952
|
-
|
|
947
|
+
Y(i, e, n), a.m(e, null);
|
|
953
948
|
},
|
|
954
949
|
p(i, [n]) {
|
|
955
950
|
a.p(i, n);
|
|
@@ -981,57 +976,58 @@ class we extends se {
|
|
|
981
976
|
}
|
|
982
977
|
ae(we, { icon: {} }, [], [], !0);
|
|
983
978
|
export {
|
|
984
|
-
|
|
985
|
-
|
|
979
|
+
Ot as $,
|
|
980
|
+
Ce as A,
|
|
986
981
|
at as B,
|
|
987
982
|
ct as C,
|
|
988
983
|
y as D,
|
|
989
|
-
|
|
984
|
+
At as E,
|
|
990
985
|
we as F,
|
|
991
986
|
mt as G,
|
|
992
|
-
|
|
987
|
+
Dt as H,
|
|
993
988
|
tt as I,
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
989
|
+
Je as J,
|
|
990
|
+
qe as K,
|
|
991
|
+
He as L,
|
|
992
|
+
We as M,
|
|
993
|
+
Fe as N,
|
|
994
|
+
oo as O,
|
|
995
|
+
eo as P,
|
|
996
|
+
Ue as Q,
|
|
997
|
+
Ve as R,
|
|
1003
998
|
se as S,
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
999
|
+
to as T,
|
|
1000
|
+
Ae as U,
|
|
1001
|
+
Ee as V,
|
|
1002
|
+
me as W,
|
|
1003
|
+
je as X,
|
|
1004
|
+
Ge as Y,
|
|
1005
|
+
Ne as Z,
|
|
1006
|
+
$e as _,
|
|
1007
|
+
Re as a,
|
|
1008
|
+
kt as a0,
|
|
1009
|
+
ke as a1,
|
|
1010
|
+
Oe as a2,
|
|
1011
|
+
Ke as a3,
|
|
1012
|
+
Xe as a4,
|
|
1013
|
+
Te as a5,
|
|
1014
|
+
Pe as a6,
|
|
1015
|
+
Tt as a7,
|
|
1016
|
+
Qe as a8,
|
|
1017
|
+
Le as a9,
|
|
1018
|
+
Ye as aa,
|
|
1019
|
+
ze as ab,
|
|
1020
|
+
Me as ac,
|
|
1021
|
+
Se as ad,
|
|
1026
1022
|
be as b,
|
|
1027
1023
|
ae as c,
|
|
1028
|
-
|
|
1024
|
+
Be as d,
|
|
1029
1025
|
Z as e,
|
|
1030
|
-
|
|
1026
|
+
De as f,
|
|
1031
1027
|
_e as g,
|
|
1032
1028
|
k as h,
|
|
1033
1029
|
ne as i,
|
|
1034
|
-
|
|
1030
|
+
Y as j,
|
|
1035
1031
|
wt as k,
|
|
1036
1032
|
ve as l,
|
|
1037
1033
|
oe as m,
|
|
@@ -1039,13 +1035,13 @@ export {
|
|
|
1039
1035
|
te as o,
|
|
1040
1036
|
z as p,
|
|
1041
1037
|
re as q,
|
|
1042
|
-
|
|
1038
|
+
q as r,
|
|
1043
1039
|
zt as s,
|
|
1044
1040
|
bt as t,
|
|
1045
1041
|
xe as u,
|
|
1046
|
-
|
|
1042
|
+
Ie as v,
|
|
1047
1043
|
it as w,
|
|
1048
|
-
|
|
1044
|
+
C as x,
|
|
1049
1045
|
ot as y,
|
|
1050
1046
|
Ze as z
|
|
1051
1047
|
};
|