lion-make 0.3.0 → 0.4.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/components/footer/Disclosure.d.ts +1 -1
- package/dist/components/layout/LionMakeProvider.d.ts +5 -0
- package/dist/index.d.ts +2 -0
- package/dist/lion-make.js +1705 -899
- package/dist/lion-make.umd.cjs +810 -10
- package/guidelines/Guidelines.md +18 -2
- package/guidelines/content-types/footer/anklet.md +1 -1
- package/guidelines/content-types/footer/overview.md +1 -1
- package/guidelines/content-types/header/top-level-navigation.md +1 -1
- package/guidelines/content-types/hero/overview.md +1 -1
- package/guidelines/discovery.md +2 -0
- package/guidelines/setup.md +23 -0
- package/package.json +3 -3
package/dist/lion-make.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import oe, { useEffect as gr, useState as B } from "react";
|
|
2
2
|
var re = { exports: {} }, I = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
@@ -10,18 +10,18 @@ var re = { exports: {} }, I = {};
|
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
var Re;
|
|
13
|
-
function
|
|
13
|
+
function fr() {
|
|
14
14
|
if (Re) return I;
|
|
15
15
|
Re = 1;
|
|
16
|
-
var
|
|
17
|
-
function l(
|
|
18
|
-
var
|
|
19
|
-
b !== void 0 && (
|
|
20
|
-
for (
|
|
21
|
-
if (
|
|
22
|
-
return { $$typeof:
|
|
16
|
+
var i = oe, t = Symbol.for("react.element"), a = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, n = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
|
+
function l(c, g, b) {
|
|
18
|
+
var _, j = {}, u = null, S = null;
|
|
19
|
+
b !== void 0 && (u = "" + b), g.key !== void 0 && (u = "" + g.key), g.ref !== void 0 && (S = g.ref);
|
|
20
|
+
for (_ in g) o.call(g, _) && !s.hasOwnProperty(_) && (j[_] = g[_]);
|
|
21
|
+
if (c && c.defaultProps) for (_ in g = c.defaultProps, g) j[_] === void 0 && (j[_] = g[_]);
|
|
22
|
+
return { $$typeof: t, type: c, key: u, ref: S, props: j, _owner: n.current };
|
|
23
23
|
}
|
|
24
|
-
return I.Fragment =
|
|
24
|
+
return I.Fragment = a, I.jsx = l, I.jsxs = l, I;
|
|
25
25
|
}
|
|
26
26
|
var H = {};
|
|
27
27
|
/**
|
|
@@ -34,90 +34,90 @@ var H = {};
|
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
35
|
*/
|
|
36
36
|
var Ce;
|
|
37
|
-
function
|
|
37
|
+
function vr() {
|
|
38
38
|
return Ce || (Ce = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
-
var
|
|
39
|
+
var i = oe, t = Symbol.for("react.element"), a = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), n = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), c = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), j = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), C = Symbol.iterator, G = "@@iterator";
|
|
40
40
|
function D(r) {
|
|
41
41
|
if (r === null || typeof r != "object")
|
|
42
42
|
return null;
|
|
43
|
-
var
|
|
44
|
-
return typeof
|
|
43
|
+
var d = C && r[C] || r[G];
|
|
44
|
+
return typeof d == "function" ? d : null;
|
|
45
45
|
}
|
|
46
|
-
var
|
|
47
|
-
function
|
|
46
|
+
var T = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
|
+
function w(r) {
|
|
48
48
|
{
|
|
49
|
-
for (var
|
|
49
|
+
for (var d = arguments.length, h = new Array(d > 1 ? d - 1 : 0), f = 1; f < d; f++)
|
|
50
50
|
h[f - 1] = arguments[f];
|
|
51
|
-
|
|
51
|
+
Te("error", r, h);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function Te(r, d, h) {
|
|
55
55
|
{
|
|
56
|
-
var f =
|
|
57
|
-
|
|
58
|
-
var
|
|
59
|
-
return String(
|
|
56
|
+
var f = T.ReactDebugCurrentFrame, p = f.getStackAddendum();
|
|
57
|
+
p !== "" && (d += "%s", h = h.concat([p]));
|
|
58
|
+
var y = h.map(function(m) {
|
|
59
|
+
return String(m);
|
|
60
60
|
});
|
|
61
|
-
|
|
61
|
+
y.unshift("Warning: " + d), Function.prototype.apply.call(console[r], console, y);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
var Ee = !1,
|
|
65
|
-
|
|
66
|
-
function
|
|
67
|
-
return !!(typeof r == "string" || typeof r == "function" || r ===
|
|
64
|
+
var Ee = !1, We = !1, Pe = !1, Ae = !1, Oe = !1, ae;
|
|
65
|
+
ae = Symbol.for("react.module.reference");
|
|
66
|
+
function De(r) {
|
|
67
|
+
return !!(typeof r == "string" || typeof r == "function" || r === o || r === s || Oe || r === n || r === b || r === _ || Ae || r === S || Ee || We || Pe || typeof r == "object" && r !== null && (r.$$typeof === u || r.$$typeof === j || r.$$typeof === l || r.$$typeof === c || r.$$typeof === g || // This needs to include all possible module reference object
|
|
68
68
|
// types supported by any Flight configuration anywhere since
|
|
69
69
|
// we don't know which Flight build this will end up being used
|
|
70
70
|
// with.
|
|
71
|
-
r.$$typeof ===
|
|
71
|
+
r.$$typeof === ae || r.getModuleId !== void 0));
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function Fe(r, d, h) {
|
|
74
74
|
var f = r.displayName;
|
|
75
75
|
if (f)
|
|
76
76
|
return f;
|
|
77
|
-
var
|
|
78
|
-
return
|
|
77
|
+
var p = d.displayName || d.name || "";
|
|
78
|
+
return p !== "" ? h + "(" + p + ")" : h;
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function ie(r) {
|
|
81
81
|
return r.displayName || "Context";
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function E(r) {
|
|
84
84
|
if (r == null)
|
|
85
85
|
return null;
|
|
86
|
-
if (typeof r.tag == "number" &&
|
|
86
|
+
if (typeof r.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
|
|
87
87
|
return r.displayName || r.name || null;
|
|
88
88
|
if (typeof r == "string")
|
|
89
89
|
return r;
|
|
90
90
|
switch (r) {
|
|
91
|
-
case a:
|
|
92
|
-
return "Fragment";
|
|
93
91
|
case o:
|
|
92
|
+
return "Fragment";
|
|
93
|
+
case a:
|
|
94
94
|
return "Portal";
|
|
95
95
|
case s:
|
|
96
96
|
return "Profiler";
|
|
97
|
-
case
|
|
97
|
+
case n:
|
|
98
98
|
return "StrictMode";
|
|
99
99
|
case b:
|
|
100
100
|
return "Suspense";
|
|
101
|
-
case
|
|
101
|
+
case _:
|
|
102
102
|
return "SuspenseList";
|
|
103
103
|
}
|
|
104
104
|
if (typeof r == "object")
|
|
105
105
|
switch (r.$$typeof) {
|
|
106
|
-
case
|
|
107
|
-
var
|
|
108
|
-
return
|
|
106
|
+
case c:
|
|
107
|
+
var d = r;
|
|
108
|
+
return ie(d) + ".Consumer";
|
|
109
109
|
case l:
|
|
110
110
|
var h = r;
|
|
111
|
-
return
|
|
111
|
+
return ie(h._context) + ".Provider";
|
|
112
112
|
case g:
|
|
113
|
-
return
|
|
114
|
-
case
|
|
113
|
+
return Fe(r, r.render, "ForwardRef");
|
|
114
|
+
case j:
|
|
115
115
|
var f = r.displayName || null;
|
|
116
|
-
return f !== null ? f :
|
|
117
|
-
case
|
|
118
|
-
var
|
|
116
|
+
return f !== null ? f : E(r.type) || "Memo";
|
|
117
|
+
case u: {
|
|
118
|
+
var p = r, y = p._payload, m = p._init;
|
|
119
119
|
try {
|
|
120
|
-
return
|
|
120
|
+
return E(m(y));
|
|
121
121
|
} catch {
|
|
122
122
|
return null;
|
|
123
123
|
}
|
|
@@ -125,14 +125,14 @@ function gr() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var W = Object.assign, F = 0,
|
|
128
|
+
var W = Object.assign, F = 0, te, ne, le, se, de, ce, he;
|
|
129
129
|
function ge() {
|
|
130
130
|
}
|
|
131
131
|
ge.__reactDisabledLog = !0;
|
|
132
|
-
function
|
|
132
|
+
function $e() {
|
|
133
133
|
{
|
|
134
134
|
if (F === 0) {
|
|
135
|
-
|
|
135
|
+
te = console.log, ne = console.info, le = console.warn, se = console.error, de = console.group, ce = console.groupCollapsed, he = console.groupEnd;
|
|
136
136
|
var r = {
|
|
137
137
|
configurable: !0,
|
|
138
138
|
enumerable: !0,
|
|
@@ -152,7 +152,7 @@ function gr() {
|
|
|
152
152
|
F++;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function Ie() {
|
|
156
156
|
{
|
|
157
157
|
if (F--, F === 0) {
|
|
158
158
|
var r = {
|
|
@@ -162,10 +162,10 @@ function gr() {
|
|
|
162
162
|
};
|
|
163
163
|
Object.defineProperties(console, {
|
|
164
164
|
log: W({}, r, {
|
|
165
|
-
value:
|
|
165
|
+
value: te
|
|
166
166
|
}),
|
|
167
167
|
info: W({}, r, {
|
|
168
|
-
value:
|
|
168
|
+
value: ne
|
|
169
169
|
}),
|
|
170
170
|
warn: W({}, r, {
|
|
171
171
|
value: le
|
|
@@ -174,225 +174,225 @@ function gr() {
|
|
|
174
174
|
value: se
|
|
175
175
|
}),
|
|
176
176
|
group: W({}, r, {
|
|
177
|
-
value:
|
|
177
|
+
value: de
|
|
178
178
|
}),
|
|
179
179
|
groupCollapsed: W({}, r, {
|
|
180
|
-
value:
|
|
180
|
+
value: ce
|
|
181
181
|
}),
|
|
182
182
|
groupEnd: W({}, r, {
|
|
183
183
|
value: he
|
|
184
184
|
})
|
|
185
185
|
});
|
|
186
186
|
}
|
|
187
|
-
F < 0 &&
|
|
187
|
+
F < 0 && w("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
var V =
|
|
191
|
-
function
|
|
190
|
+
var V = T.ReactCurrentDispatcher, U;
|
|
191
|
+
function q(r, d, h) {
|
|
192
192
|
{
|
|
193
193
|
if (U === void 0)
|
|
194
194
|
try {
|
|
195
195
|
throw Error();
|
|
196
|
-
} catch (
|
|
197
|
-
var f =
|
|
196
|
+
} catch (p) {
|
|
197
|
+
var f = p.stack.trim().match(/\n( *(at )?)/);
|
|
198
198
|
U = f && f[1] || "";
|
|
199
199
|
}
|
|
200
200
|
return `
|
|
201
201
|
` + U + r;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
var
|
|
204
|
+
var K = !1, L;
|
|
205
205
|
{
|
|
206
|
-
var
|
|
207
|
-
|
|
206
|
+
var He = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
|
+
L = new He();
|
|
208
208
|
}
|
|
209
|
-
function fe(r,
|
|
210
|
-
if (!r ||
|
|
209
|
+
function fe(r, d) {
|
|
210
|
+
if (!r || K)
|
|
211
211
|
return "";
|
|
212
212
|
{
|
|
213
|
-
var h =
|
|
213
|
+
var h = L.get(r);
|
|
214
214
|
if (h !== void 0)
|
|
215
215
|
return h;
|
|
216
216
|
}
|
|
217
217
|
var f;
|
|
218
|
-
|
|
219
|
-
var
|
|
218
|
+
K = !0;
|
|
219
|
+
var p = Error.prepareStackTrace;
|
|
220
220
|
Error.prepareStackTrace = void 0;
|
|
221
|
-
var
|
|
222
|
-
|
|
221
|
+
var y;
|
|
222
|
+
y = V.current, V.current = null, $e();
|
|
223
223
|
try {
|
|
224
|
-
if (
|
|
225
|
-
var
|
|
224
|
+
if (d) {
|
|
225
|
+
var m = function() {
|
|
226
226
|
throw Error();
|
|
227
227
|
};
|
|
228
|
-
if (Object.defineProperty(
|
|
228
|
+
if (Object.defineProperty(m.prototype, "props", {
|
|
229
229
|
set: function() {
|
|
230
230
|
throw Error();
|
|
231
231
|
}
|
|
232
232
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
233
233
|
try {
|
|
234
|
-
Reflect.construct(
|
|
235
|
-
} catch (
|
|
236
|
-
f =
|
|
234
|
+
Reflect.construct(m, []);
|
|
235
|
+
} catch (N) {
|
|
236
|
+
f = N;
|
|
237
237
|
}
|
|
238
|
-
Reflect.construct(r, [],
|
|
238
|
+
Reflect.construct(r, [], m);
|
|
239
239
|
} else {
|
|
240
240
|
try {
|
|
241
|
-
|
|
242
|
-
} catch (
|
|
243
|
-
f =
|
|
241
|
+
m.call();
|
|
242
|
+
} catch (N) {
|
|
243
|
+
f = N;
|
|
244
244
|
}
|
|
245
|
-
r.call(
|
|
245
|
+
r.call(m.prototype);
|
|
246
246
|
}
|
|
247
247
|
} else {
|
|
248
248
|
try {
|
|
249
249
|
throw Error();
|
|
250
|
-
} catch (
|
|
251
|
-
f =
|
|
250
|
+
} catch (N) {
|
|
251
|
+
f = N;
|
|
252
252
|
}
|
|
253
253
|
r();
|
|
254
254
|
}
|
|
255
|
-
} catch (
|
|
256
|
-
if (
|
|
257
|
-
for (var v =
|
|
255
|
+
} catch (N) {
|
|
256
|
+
if (N && f && typeof N.stack == "string") {
|
|
257
|
+
for (var v = N.stack.split(`
|
|
258
258
|
`), k = f.stack.split(`
|
|
259
|
-
`),
|
|
260
|
-
|
|
261
|
-
for (;
|
|
262
|
-
if (v[
|
|
263
|
-
if (
|
|
259
|
+
`), x = v.length - 1, z = k.length - 1; x >= 1 && z >= 0 && v[x] !== k[z]; )
|
|
260
|
+
z--;
|
|
261
|
+
for (; x >= 1 && z >= 0; x--, z--)
|
|
262
|
+
if (v[x] !== k[z]) {
|
|
263
|
+
if (x !== 1 || z !== 1)
|
|
264
264
|
do
|
|
265
|
-
if (
|
|
265
|
+
if (x--, z--, z < 0 || v[x] !== k[z]) {
|
|
266
266
|
var R = `
|
|
267
|
-
` + v[
|
|
268
|
-
return r.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", r.displayName)), typeof r == "function" &&
|
|
267
|
+
` + v[x].replace(" at new ", " at ");
|
|
268
|
+
return r.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", r.displayName)), typeof r == "function" && L.set(r, R), R;
|
|
269
269
|
}
|
|
270
|
-
while (
|
|
270
|
+
while (x >= 1 && z >= 0);
|
|
271
271
|
break;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
} finally {
|
|
275
|
-
|
|
275
|
+
K = !1, V.current = y, Ie(), Error.prepareStackTrace = p;
|
|
276
276
|
}
|
|
277
|
-
var
|
|
278
|
-
return typeof r == "function" &&
|
|
277
|
+
var O = r ? r.displayName || r.name : "", P = O ? q(O) : "";
|
|
278
|
+
return typeof r == "function" && L.set(r, P), P;
|
|
279
279
|
}
|
|
280
|
-
function
|
|
280
|
+
function Ge(r, d, h) {
|
|
281
281
|
return fe(r, !1);
|
|
282
282
|
}
|
|
283
|
-
function
|
|
284
|
-
var
|
|
285
|
-
return !!(
|
|
283
|
+
function qe(r) {
|
|
284
|
+
var d = r.prototype;
|
|
285
|
+
return !!(d && d.isReactComponent);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function M(r, d, h) {
|
|
288
288
|
if (r == null)
|
|
289
289
|
return "";
|
|
290
290
|
if (typeof r == "function")
|
|
291
|
-
return fe(r,
|
|
291
|
+
return fe(r, qe(r));
|
|
292
292
|
if (typeof r == "string")
|
|
293
|
-
return
|
|
293
|
+
return q(r);
|
|
294
294
|
switch (r) {
|
|
295
295
|
case b:
|
|
296
|
-
return
|
|
297
|
-
case
|
|
298
|
-
return
|
|
296
|
+
return q("Suspense");
|
|
297
|
+
case _:
|
|
298
|
+
return q("SuspenseList");
|
|
299
299
|
}
|
|
300
300
|
if (typeof r == "object")
|
|
301
301
|
switch (r.$$typeof) {
|
|
302
302
|
case g:
|
|
303
|
-
return
|
|
304
|
-
case
|
|
305
|
-
return
|
|
306
|
-
case
|
|
307
|
-
var f = r,
|
|
303
|
+
return Ge(r.render);
|
|
304
|
+
case j:
|
|
305
|
+
return M(r.type, d, h);
|
|
306
|
+
case u: {
|
|
307
|
+
var f = r, p = f._payload, y = f._init;
|
|
308
308
|
try {
|
|
309
|
-
return
|
|
309
|
+
return M(y(p), d, h);
|
|
310
310
|
} catch {
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
return "";
|
|
315
315
|
}
|
|
316
|
-
var $ = Object.prototype.hasOwnProperty, ve = {},
|
|
316
|
+
var $ = Object.prototype.hasOwnProperty, ve = {}, me = T.ReactDebugCurrentFrame;
|
|
317
317
|
function Y(r) {
|
|
318
318
|
if (r) {
|
|
319
|
-
var
|
|
320
|
-
|
|
319
|
+
var d = r._owner, h = M(r.type, r._source, d ? d.type : null);
|
|
320
|
+
me.setExtraStackFrame(h);
|
|
321
321
|
} else
|
|
322
|
-
|
|
322
|
+
me.setExtraStackFrame(null);
|
|
323
323
|
}
|
|
324
|
-
function Le(r,
|
|
324
|
+
function Le(r, d, h, f, p) {
|
|
325
325
|
{
|
|
326
|
-
var
|
|
327
|
-
for (var
|
|
328
|
-
if (
|
|
326
|
+
var y = Function.call.bind($);
|
|
327
|
+
for (var m in r)
|
|
328
|
+
if (y(r, m)) {
|
|
329
329
|
var v = void 0;
|
|
330
330
|
try {
|
|
331
|
-
if (typeof r[
|
|
332
|
-
var k = Error((f || "React class") + ": " + h + " type `" +
|
|
331
|
+
if (typeof r[m] != "function") {
|
|
332
|
+
var k = Error((f || "React class") + ": " + h + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
333
|
throw k.name = "Invariant Violation", k;
|
|
334
334
|
}
|
|
335
|
-
v = r[
|
|
336
|
-
} catch (
|
|
337
|
-
v =
|
|
335
|
+
v = r[m](d, m, f, h, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
|
+
} catch (x) {
|
|
337
|
+
v = x;
|
|
338
338
|
}
|
|
339
|
-
v && !(v instanceof Error) && (Y(
|
|
339
|
+
v && !(v instanceof Error) && (Y(p), w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", f || "React class", h, m, typeof v), Y(null)), v instanceof Error && !(v.message in ve) && (ve[v.message] = !0, Y(p), w("Failed %s type: %s", h, v.message), Y(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
var Me = Array.isArray;
|
|
344
|
-
function
|
|
344
|
+
function J(r) {
|
|
345
345
|
return Me(r);
|
|
346
346
|
}
|
|
347
|
-
function
|
|
347
|
+
function Ye(r) {
|
|
348
348
|
{
|
|
349
|
-
var
|
|
349
|
+
var d = typeof Symbol == "function" && Symbol.toStringTag, h = d && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
350
350
|
return h;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
function
|
|
353
|
+
function Ve(r) {
|
|
354
354
|
try {
|
|
355
|
-
return
|
|
355
|
+
return ue(r), !1;
|
|
356
356
|
} catch {
|
|
357
357
|
return !0;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function ue(r) {
|
|
361
361
|
return "" + r;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
364
|
-
if (
|
|
365
|
-
return
|
|
363
|
+
function pe(r) {
|
|
364
|
+
if (Ve(r))
|
|
365
|
+
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ye(r)), ue(r);
|
|
366
366
|
}
|
|
367
|
-
var be =
|
|
367
|
+
var be = T.ReactCurrentOwner, Ue = {
|
|
368
368
|
key: !0,
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
371
371
|
__source: !0
|
|
372
|
-
},
|
|
373
|
-
function
|
|
372
|
+
}, _e, ye;
|
|
373
|
+
function Ke(r) {
|
|
374
374
|
if ($.call(r, "ref")) {
|
|
375
|
-
var
|
|
376
|
-
if (
|
|
375
|
+
var d = Object.getOwnPropertyDescriptor(r, "ref").get;
|
|
376
|
+
if (d && d.isReactWarning)
|
|
377
377
|
return !1;
|
|
378
378
|
}
|
|
379
379
|
return r.ref !== void 0;
|
|
380
380
|
}
|
|
381
381
|
function Je(r) {
|
|
382
382
|
if ($.call(r, "key")) {
|
|
383
|
-
var
|
|
384
|
-
if (
|
|
383
|
+
var d = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
384
|
+
if (d && d.isReactWarning)
|
|
385
385
|
return !1;
|
|
386
386
|
}
|
|
387
387
|
return r.key !== void 0;
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function Xe(r, d) {
|
|
390
390
|
typeof r.ref == "string" && be.current;
|
|
391
391
|
}
|
|
392
|
-
function
|
|
392
|
+
function Qe(r, d) {
|
|
393
393
|
{
|
|
394
394
|
var h = function() {
|
|
395
|
-
|
|
395
|
+
_e || (_e = !0, w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", d));
|
|
396
396
|
};
|
|
397
397
|
h.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
398
398
|
get: h,
|
|
@@ -400,10 +400,10 @@ function gr() {
|
|
|
400
400
|
});
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
function
|
|
403
|
+
function Ze(r, d) {
|
|
404
404
|
{
|
|
405
405
|
var h = function() {
|
|
406
|
-
|
|
406
|
+
ye || (ye = !0, w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", d));
|
|
407
407
|
};
|
|
408
408
|
h.isReactWarning = !0, Object.defineProperty(r, "ref", {
|
|
409
409
|
get: h,
|
|
@@ -411,17 +411,17 @@ function gr() {
|
|
|
411
411
|
});
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
var
|
|
414
|
+
var er = function(r, d, h, f, p, y, m) {
|
|
415
415
|
var v = {
|
|
416
416
|
// This tag allows us to uniquely identify this as a React Element
|
|
417
|
-
$$typeof:
|
|
417
|
+
$$typeof: t,
|
|
418
418
|
// Built-in properties that belong on the element
|
|
419
419
|
type: r,
|
|
420
|
-
key:
|
|
420
|
+
key: d,
|
|
421
421
|
ref: h,
|
|
422
|
-
props:
|
|
422
|
+
props: m,
|
|
423
423
|
// Record the component responsible for creating this element.
|
|
424
|
-
_owner:
|
|
424
|
+
_owner: y
|
|
425
425
|
};
|
|
426
426
|
return v._store = {}, Object.defineProperty(v._store, "validated", {
|
|
427
427
|
configurable: !1,
|
|
@@ -437,44 +437,44 @@ function gr() {
|
|
|
437
437
|
configurable: !1,
|
|
438
438
|
enumerable: !1,
|
|
439
439
|
writable: !1,
|
|
440
|
-
value:
|
|
440
|
+
value: p
|
|
441
441
|
}), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
|
|
442
442
|
};
|
|
443
|
-
function
|
|
443
|
+
function rr(r, d, h, f, p) {
|
|
444
444
|
{
|
|
445
|
-
var
|
|
446
|
-
h !== void 0 && (
|
|
447
|
-
for (
|
|
448
|
-
$.call(
|
|
445
|
+
var y, m = {}, v = null, k = null;
|
|
446
|
+
h !== void 0 && (pe(h), v = "" + h), Je(d) && (pe(d.key), v = "" + d.key), Ke(d) && (k = d.ref, Xe(d, p));
|
|
447
|
+
for (y in d)
|
|
448
|
+
$.call(d, y) && !Ue.hasOwnProperty(y) && (m[y] = d[y]);
|
|
449
449
|
if (r && r.defaultProps) {
|
|
450
|
-
var
|
|
451
|
-
for (
|
|
452
|
-
|
|
450
|
+
var x = r.defaultProps;
|
|
451
|
+
for (y in x)
|
|
452
|
+
m[y] === void 0 && (m[y] = x[y]);
|
|
453
453
|
}
|
|
454
454
|
if (v || k) {
|
|
455
|
-
var
|
|
456
|
-
v &&
|
|
455
|
+
var z = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
|
|
456
|
+
v && Qe(m, z), k && Ze(m, z);
|
|
457
457
|
}
|
|
458
|
-
return
|
|
458
|
+
return er(r, v, k, p, f, be.current, m);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
var X =
|
|
462
|
-
function
|
|
461
|
+
var X = T.ReactCurrentOwner, xe = T.ReactDebugCurrentFrame;
|
|
462
|
+
function A(r) {
|
|
463
463
|
if (r) {
|
|
464
|
-
var
|
|
465
|
-
|
|
464
|
+
var d = r._owner, h = M(r.type, r._source, d ? d.type : null);
|
|
465
|
+
xe.setExtraStackFrame(h);
|
|
466
466
|
} else
|
|
467
|
-
|
|
467
|
+
xe.setExtraStackFrame(null);
|
|
468
468
|
}
|
|
469
469
|
var Q;
|
|
470
470
|
Q = !1;
|
|
471
471
|
function Z(r) {
|
|
472
|
-
return typeof r == "object" && r !== null && r.$$typeof ===
|
|
472
|
+
return typeof r == "object" && r !== null && r.$$typeof === t;
|
|
473
473
|
}
|
|
474
|
-
function
|
|
474
|
+
function ze() {
|
|
475
475
|
{
|
|
476
476
|
if (X.current) {
|
|
477
|
-
var r =
|
|
477
|
+
var r = E(X.current.type);
|
|
478
478
|
if (r)
|
|
479
479
|
return `
|
|
480
480
|
|
|
@@ -483,275 +483,1080 @@ Check the render method of \`` + r + "`.";
|
|
|
483
483
|
return "";
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
|
-
function
|
|
486
|
+
function or(r) {
|
|
487
487
|
return "";
|
|
488
488
|
}
|
|
489
|
-
var
|
|
489
|
+
var je = {};
|
|
490
490
|
function ar(r) {
|
|
491
491
|
{
|
|
492
|
-
var
|
|
493
|
-
if (!
|
|
492
|
+
var d = ze();
|
|
493
|
+
if (!d) {
|
|
494
494
|
var h = typeof r == "string" ? r : r.displayName || r.name;
|
|
495
|
-
h && (
|
|
495
|
+
h && (d = `
|
|
496
496
|
|
|
497
497
|
Check the top-level render call using <` + h + ">.");
|
|
498
498
|
}
|
|
499
|
-
return
|
|
499
|
+
return d;
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
|
-
function
|
|
502
|
+
function we(r, d) {
|
|
503
503
|
{
|
|
504
504
|
if (!r._store || r._store.validated || r.key != null)
|
|
505
505
|
return;
|
|
506
506
|
r._store.validated = !0;
|
|
507
|
-
var h = ar(
|
|
508
|
-
if (
|
|
507
|
+
var h = ar(d);
|
|
508
|
+
if (je[h])
|
|
509
509
|
return;
|
|
510
|
-
|
|
510
|
+
je[h] = !0;
|
|
511
511
|
var f = "";
|
|
512
|
-
r && r._owner && r._owner !== X.current && (f = " It was passed a child from " +
|
|
512
|
+
r && r._owner && r._owner !== X.current && (f = " It was passed a child from " + E(r._owner.type) + "."), A(r), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', h, f), A(null);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
|
-
function ke(r,
|
|
515
|
+
function ke(r, d) {
|
|
516
516
|
{
|
|
517
517
|
if (typeof r != "object")
|
|
518
518
|
return;
|
|
519
|
-
if (
|
|
519
|
+
if (J(r))
|
|
520
520
|
for (var h = 0; h < r.length; h++) {
|
|
521
521
|
var f = r[h];
|
|
522
|
-
Z(f) &&
|
|
522
|
+
Z(f) && we(f, d);
|
|
523
523
|
}
|
|
524
524
|
else if (Z(r))
|
|
525
525
|
r._store && (r._store.validated = !0);
|
|
526
526
|
else if (r) {
|
|
527
|
-
var
|
|
528
|
-
if (typeof
|
|
529
|
-
for (var
|
|
530
|
-
Z(
|
|
527
|
+
var p = D(r);
|
|
528
|
+
if (typeof p == "function" && p !== r.entries)
|
|
529
|
+
for (var y = p.call(r), m; !(m = y.next()).done; )
|
|
530
|
+
Z(m.value) && we(m.value, d);
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
function
|
|
534
|
+
function ir(r) {
|
|
535
535
|
{
|
|
536
|
-
var
|
|
537
|
-
if (
|
|
536
|
+
var d = r.type;
|
|
537
|
+
if (d == null || typeof d == "string")
|
|
538
538
|
return;
|
|
539
539
|
var h;
|
|
540
|
-
if (typeof
|
|
541
|
-
h =
|
|
542
|
-
else if (typeof
|
|
540
|
+
if (typeof d == "function")
|
|
541
|
+
h = d.propTypes;
|
|
542
|
+
else if (typeof d == "object" && (d.$$typeof === g || // Note: Memo only checks outer props here.
|
|
543
543
|
// Inner props are checked in the reconciler.
|
|
544
|
-
|
|
545
|
-
h =
|
|
544
|
+
d.$$typeof === j))
|
|
545
|
+
h = d.propTypes;
|
|
546
546
|
else
|
|
547
547
|
return;
|
|
548
548
|
if (h) {
|
|
549
|
-
var f =
|
|
549
|
+
var f = E(d);
|
|
550
550
|
Le(h, r.props, "prop", f, r);
|
|
551
|
-
} else if (
|
|
551
|
+
} else if (d.PropTypes !== void 0 && !Q) {
|
|
552
552
|
Q = !0;
|
|
553
|
-
var
|
|
554
|
-
|
|
553
|
+
var p = E(d);
|
|
554
|
+
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", p || "Unknown");
|
|
555
555
|
}
|
|
556
|
-
typeof
|
|
556
|
+
typeof d.getDefaultProps == "function" && !d.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
function tr(r) {
|
|
560
560
|
{
|
|
561
|
-
for (var
|
|
562
|
-
var f =
|
|
561
|
+
for (var d = Object.keys(r.props), h = 0; h < d.length; h++) {
|
|
562
|
+
var f = d[h];
|
|
563
563
|
if (f !== "children" && f !== "key") {
|
|
564
|
-
|
|
564
|
+
A(r), w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), A(null);
|
|
565
565
|
break;
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
r.ref !== null && (
|
|
568
|
+
r.ref !== null && (A(r), w("Invalid attribute `ref` supplied to `React.Fragment`."), A(null));
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
|
-
var
|
|
572
|
-
function Se(r,
|
|
571
|
+
var Ne = {};
|
|
572
|
+
function Se(r, d, h, f, p, y) {
|
|
573
573
|
{
|
|
574
|
-
var
|
|
575
|
-
if (!
|
|
574
|
+
var m = De(r);
|
|
575
|
+
if (!m) {
|
|
576
576
|
var v = "";
|
|
577
577
|
(r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
578
|
-
var k =
|
|
579
|
-
k ? v += k : v +=
|
|
580
|
-
var
|
|
581
|
-
r === null ?
|
|
578
|
+
var k = or();
|
|
579
|
+
k ? v += k : v += ze();
|
|
580
|
+
var x;
|
|
581
|
+
r === null ? x = "null" : J(r) ? x = "array" : r !== void 0 && r.$$typeof === t ? (x = "<" + (E(r.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : x = typeof r, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", x, v);
|
|
582
582
|
}
|
|
583
|
-
var
|
|
584
|
-
if (
|
|
585
|
-
return
|
|
586
|
-
if (
|
|
587
|
-
var R =
|
|
583
|
+
var z = rr(r, d, h, p, y);
|
|
584
|
+
if (z == null)
|
|
585
|
+
return z;
|
|
586
|
+
if (m) {
|
|
587
|
+
var R = d.children;
|
|
588
588
|
if (R !== void 0)
|
|
589
589
|
if (f)
|
|
590
|
-
if (
|
|
591
|
-
for (var
|
|
592
|
-
ke(R[
|
|
590
|
+
if (J(R)) {
|
|
591
|
+
for (var O = 0; O < R.length; O++)
|
|
592
|
+
ke(R[O], r);
|
|
593
593
|
Object.freeze && Object.freeze(R);
|
|
594
594
|
} else
|
|
595
|
-
|
|
595
|
+
w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
596
596
|
else
|
|
597
597
|
ke(R, r);
|
|
598
598
|
}
|
|
599
|
-
if ($.call(
|
|
600
|
-
var
|
|
601
|
-
return
|
|
602
|
-
}), ee =
|
|
603
|
-
if (!
|
|
604
|
-
var cr =
|
|
605
|
-
|
|
599
|
+
if ($.call(d, "key")) {
|
|
600
|
+
var P = E(r), N = Object.keys(d).filter(function(hr) {
|
|
601
|
+
return hr !== "key";
|
|
602
|
+
}), ee = N.length > 0 ? "{key: someKey, " + N.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
603
|
+
if (!Ne[P + ee]) {
|
|
604
|
+
var cr = N.length > 0 ? "{" + N.join(": ..., ") + ": ...}" : "{}";
|
|
605
|
+
w(`A props object containing a "key" prop is being spread into JSX:
|
|
606
606
|
let props = %s;
|
|
607
607
|
<%s {...props} />
|
|
608
608
|
React keys must be passed directly to JSX without using spread:
|
|
609
609
|
let props = %s;
|
|
610
|
-
<%s key={someKey} {...props} />`, ee,
|
|
610
|
+
<%s key={someKey} {...props} />`, ee, P, cr, P), Ne[P + ee] = !0;
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
return r ===
|
|
613
|
+
return r === o ? tr(z) : ir(z), z;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
|
-
function nr(r,
|
|
617
|
-
return Se(r,
|
|
616
|
+
function nr(r, d, h) {
|
|
617
|
+
return Se(r, d, h, !0);
|
|
618
618
|
}
|
|
619
|
-
function
|
|
620
|
-
return Se(r,
|
|
619
|
+
function lr(r, d, h) {
|
|
620
|
+
return Se(r, d, h, !1);
|
|
621
621
|
}
|
|
622
|
-
var
|
|
623
|
-
H.Fragment =
|
|
622
|
+
var sr = lr, dr = nr;
|
|
623
|
+
H.Fragment = o, H.jsx = sr, H.jsxs = dr;
|
|
624
624
|
}()), H;
|
|
625
625
|
}
|
|
626
|
-
process.env.NODE_ENV === "production" ? re.exports =
|
|
626
|
+
process.env.NODE_ENV === "production" ? re.exports = fr() : re.exports = vr();
|
|
627
627
|
var e = re.exports;
|
|
628
|
-
const
|
|
628
|
+
const Be = "lion-make-tokens", mr = `
|
|
629
|
+
/* ─── Font ─────────────────────────────────────────────────────────────────── */
|
|
630
|
+
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
|
|
631
|
+
|
|
632
|
+
/* ─── Root font size (required for rem units to resolve correctly) ─────────── */
|
|
633
|
+
html { font-size: 62.5%; box-sizing: border-box; }
|
|
634
|
+
*, *::before, *::after { box-sizing: inherit; }
|
|
635
|
+
|
|
636
|
+
body {
|
|
637
|
+
font-family: "Source Sans Pro", sans-serif;
|
|
638
|
+
font-size: 1.6rem;
|
|
639
|
+
color: #444;
|
|
640
|
+
line-height: 2.4rem;
|
|
641
|
+
margin: 0;
|
|
642
|
+
padding: 0;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
/* ─── Design Tokens ─────────────────────────────────────────────────────────── */
|
|
646
|
+
:root {
|
|
647
|
+
/* Colors — base */
|
|
648
|
+
--color-white: #fff;
|
|
649
|
+
--color-gray-darkest: #222;
|
|
650
|
+
--color-gray-darker: #444;
|
|
651
|
+
--color-gray-dark: #5d5d5d;
|
|
652
|
+
--color-gray: #838383;
|
|
653
|
+
--color-gray-light: #bababa;
|
|
654
|
+
--color-gray-lighter: #e5e5e5;
|
|
655
|
+
--color-gray-lightest: #f7f7f7;
|
|
656
|
+
--color-blue-dark: #003a70;
|
|
657
|
+
--color-blue: #105fa8;
|
|
658
|
+
--color-blue-shade: rgb(16, 94, 166);
|
|
659
|
+
--color-teal-dark: #03746e;
|
|
660
|
+
--color-teal: #03a0ad;
|
|
661
|
+
--color-green: #19a38a;
|
|
662
|
+
--color-green-light: #d2e6ca;
|
|
663
|
+
--color-yellow: #ac9633;
|
|
664
|
+
--color-yellow-light: #fbea8e;
|
|
665
|
+
--color-red: #c12506;
|
|
666
|
+
--color-red-light: #fdf4f2;
|
|
667
|
+
--color-orange: #df6903;
|
|
668
|
+
--color-sand: #fffbf2;
|
|
669
|
+
--color-gold: #f5b93c;
|
|
670
|
+
|
|
671
|
+
/* Colors — semantic mappings */
|
|
672
|
+
--color-brand: #105fa8;
|
|
673
|
+
--color-brand-primary: #105fa8;
|
|
674
|
+
--color-brand-success: #19a38a;
|
|
675
|
+
--color-brand-warning: #ac9633;
|
|
676
|
+
--color-brand-danger: #c12506;
|
|
677
|
+
--color-text: #444;
|
|
678
|
+
--color-link: #105fa8;
|
|
679
|
+
--color-link-hover: #003a70;
|
|
680
|
+
--color-line: #bababa;
|
|
681
|
+
--color-gray-darker-opaque: rgba(68,68,68,0.8);
|
|
682
|
+
--color-teal-opaque: rgba(3,160,173,0.08);
|
|
683
|
+
--color-white-opaque: rgba(255,255,255,0.75);
|
|
684
|
+
--color-white-opaque-focus: rgba(255,255,255,0.2);
|
|
685
|
+
--color-white-opaque-active: rgba(255,255,255,0.35);
|
|
686
|
+
--color-gray-lighter-tint: rgb(233,233,233);
|
|
687
|
+
--color-teal-tint: rgb(235,247,248);
|
|
688
|
+
--gradient-blue-to-teal: linear-gradient(to right, rgb(16,94,166) 0%, #03a0ad 100%);
|
|
689
|
+
|
|
690
|
+
/* Typography */
|
|
691
|
+
--font-family-sans-serif: "Source Sans Pro", sans-serif;
|
|
692
|
+
--font-weight-300: 300;
|
|
693
|
+
--font-weight-400: 400;
|
|
694
|
+
--font-weight-600: 600;
|
|
695
|
+
--font-weight-700: 700;
|
|
696
|
+
--font-size-base: 1.6rem;
|
|
697
|
+
--font-size-md-base: 1.8rem;
|
|
698
|
+
--line-height-base: 2.4rem;
|
|
699
|
+
--line-height-md-base: 2.8rem;
|
|
700
|
+
--h1-font-size: 3.2rem;
|
|
701
|
+
--h2-font-size: 2.4rem;
|
|
702
|
+
--h3-font-size: 2rem;
|
|
703
|
+
--h4-font-size: 1.6rem;
|
|
704
|
+
--h5-font-size: 1.4rem;
|
|
705
|
+
--h6-font-size: 1.4rem;
|
|
706
|
+
--h1-line-height: 4rem;
|
|
707
|
+
--h2-line-height: 3.2rem;
|
|
708
|
+
--h3-line-height: 2.8rem;
|
|
709
|
+
--h4-line-height: 2rem;
|
|
710
|
+
--h5-line-height: 2rem;
|
|
711
|
+
--h6-line-height: 2rem;
|
|
712
|
+
--h1-md-font-size: 4rem;
|
|
713
|
+
--h2-md-font-size: 3.2rem;
|
|
714
|
+
--h3-md-font-size: 2.4rem;
|
|
715
|
+
--h4-md-font-size: 2rem;
|
|
716
|
+
--h5-md-font-size: 1.6rem;
|
|
717
|
+
--h6-md-font-size: 1.4rem;
|
|
718
|
+
--h1-md-line-height: 4.8rem;
|
|
719
|
+
--h2-md-line-height: 4rem;
|
|
720
|
+
--h3-md-line-height: 3.2rem;
|
|
721
|
+
--h4-md-line-height: 2.4rem;
|
|
722
|
+
--h5-md-line-height: 2.4rem;
|
|
723
|
+
--h6-md-line-height: 2rem;
|
|
724
|
+
|
|
725
|
+
/* Metrics */
|
|
726
|
+
--Grid-gutter-size: 1.6rem;
|
|
727
|
+
--padding-edge: 3.2rem;
|
|
728
|
+
--padding-base-vertical: 1.2rem;
|
|
729
|
+
--padding-base-horizontal: 2rem;
|
|
730
|
+
--padding-large-vertical: 1.4rem;
|
|
731
|
+
--padding-large-horizontal: 1.6rem;
|
|
732
|
+
--padding-small-vertical: 0.5rem;
|
|
733
|
+
--padding-small-horizontal: 1rem;
|
|
734
|
+
--border-radius-base: 8px;
|
|
735
|
+
--border-radius-small: 6px;
|
|
736
|
+
--border-width-base: 2px;
|
|
737
|
+
--border-width-thick: 3px;
|
|
738
|
+
--border-width-thin: 1px;
|
|
739
|
+
|
|
740
|
+
/* Breakpoints */
|
|
741
|
+
--bp-xs: 432px;
|
|
742
|
+
--bp-sm: 535px;
|
|
743
|
+
--bp-md: 767px;
|
|
744
|
+
--bp-lg: 981px;
|
|
745
|
+
--bp-xl: 1301px;
|
|
746
|
+
--max-width: 1600px;
|
|
747
|
+
|
|
748
|
+
/* Z-index */
|
|
749
|
+
--z-index-below: -10;
|
|
750
|
+
--z-index-zero: 0;
|
|
751
|
+
--z-index-baseline: 1;
|
|
752
|
+
--z-index-footer: 2;
|
|
753
|
+
--z-index-menus: 3;
|
|
754
|
+
--z-index-open-menus: 4;
|
|
755
|
+
--z-index-overlays-and-headers: 5;
|
|
756
|
+
--z-index-goku: 9001;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
/* ─── Layout primitives ──────────────────────────────────────────────────────── */
|
|
760
|
+
.lion-page { max-width: var(--max-width); margin: 0 auto; }
|
|
761
|
+
|
|
762
|
+
.lion-page--sideburn .lion-general-content {
|
|
763
|
+
display: grid;
|
|
764
|
+
grid-template-columns: 8fr 4fr;
|
|
765
|
+
gap: calc(var(--Grid-gutter-size) * 2);
|
|
766
|
+
padding: 0 var(--padding-edge);
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.lion-container {
|
|
770
|
+
max-width: var(--max-width);
|
|
771
|
+
margin: 0 auto;
|
|
772
|
+
padding: 0 var(--padding-edge);
|
|
773
|
+
}
|
|
774
|
+
.lion-container--category { padding-top: 4.8rem; padding-bottom: 4.8rem; }
|
|
775
|
+
|
|
776
|
+
/* ─── Header zone ────────────────────────────────────────────────────────────── */
|
|
777
|
+
.lion-corporate-header {
|
|
778
|
+
display: flex;
|
|
779
|
+
align-items: center;
|
|
780
|
+
justify-content: space-between;
|
|
781
|
+
padding: 0.8rem var(--padding-edge);
|
|
782
|
+
background: var(--color-blue-dark);
|
|
783
|
+
}
|
|
784
|
+
.lion-corporate-header__logo { height: 2.4rem; width: auto; display: block; }
|
|
785
|
+
|
|
786
|
+
.lion-global-header {
|
|
787
|
+
display: flex;
|
|
788
|
+
align-items: center;
|
|
789
|
+
gap: 2.4rem;
|
|
790
|
+
padding: 1.2rem var(--padding-edge);
|
|
791
|
+
background: var(--color-brand);
|
|
792
|
+
}
|
|
793
|
+
.lion-global-header__logo { height: 3.2rem; width: auto; display: block; }
|
|
794
|
+
|
|
795
|
+
.lion-header-logo { display: inline-flex; align-items: center; }
|
|
796
|
+
.lion-header-logo__img { height: 3.2rem; width: auto; display: block; }
|
|
797
|
+
|
|
798
|
+
.lion-header-underwriter { display: flex; align-items: center; gap: 0.8rem; }
|
|
799
|
+
.lion-header-underwriter__text {
|
|
800
|
+
font-size: var(--h6-font-size);
|
|
801
|
+
color: var(--color-white);
|
|
802
|
+
opacity: 0.8;
|
|
803
|
+
}
|
|
804
|
+
.lion-header-underwriter__logo { height: 2rem; width: auto; }
|
|
805
|
+
|
|
806
|
+
.lion-header-product__name {
|
|
807
|
+
font-size: var(--h4-font-size);
|
|
808
|
+
font-weight: var(--font-weight-700);
|
|
809
|
+
color: var(--color-white);
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.lion-header-section-title__title {
|
|
813
|
+
font-size: var(--h3-font-size);
|
|
814
|
+
font-weight: var(--font-weight-700);
|
|
815
|
+
color: var(--color-white);
|
|
816
|
+
margin: 0;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.lion-header-cta {
|
|
820
|
+
display: inline-flex;
|
|
821
|
+
align-items: center;
|
|
822
|
+
padding: 0.8rem 1.6rem;
|
|
823
|
+
border-radius: var(--border-radius-base);
|
|
824
|
+
font-size: var(--h5-font-size);
|
|
825
|
+
font-weight: var(--font-weight-600);
|
|
826
|
+
text-decoration: none;
|
|
827
|
+
white-space: nowrap;
|
|
828
|
+
}
|
|
829
|
+
.lion-header-cta--button {
|
|
830
|
+
background: var(--color-white);
|
|
831
|
+
color: var(--color-brand);
|
|
832
|
+
}
|
|
833
|
+
.lion-header-cta--link { color: var(--color-white); text-decoration: underline; background: none; }
|
|
834
|
+
.lion-header-cta--phone { color: var(--color-white); background: none; }
|
|
835
|
+
|
|
836
|
+
.lion-top-nav { margin-left: auto; }
|
|
837
|
+
.lion-top-nav__list {
|
|
838
|
+
display: flex;
|
|
839
|
+
list-style: none;
|
|
840
|
+
margin: 0;
|
|
841
|
+
padding: 0;
|
|
842
|
+
gap: 2.4rem;
|
|
843
|
+
}
|
|
844
|
+
.lion-top-nav__item { position: relative; }
|
|
845
|
+
.lion-top-nav__link {
|
|
846
|
+
color: var(--color-white);
|
|
847
|
+
text-decoration: none;
|
|
848
|
+
font-size: var(--h5-font-size);
|
|
849
|
+
font-weight: var(--font-weight-400);
|
|
850
|
+
padding: 0.4rem 0;
|
|
851
|
+
display: block;
|
|
852
|
+
}
|
|
853
|
+
.lion-top-nav__link:hover,
|
|
854
|
+
.lion-top-nav__link.is-active {
|
|
855
|
+
font-weight: var(--font-weight-600);
|
|
856
|
+
border-bottom: var(--border-width-thick) solid var(--color-white);
|
|
857
|
+
}
|
|
858
|
+
.lion-top-nav__dropdown {
|
|
859
|
+
position: absolute;
|
|
860
|
+
top: 100%;
|
|
861
|
+
left: 0;
|
|
862
|
+
background: var(--color-white);
|
|
863
|
+
list-style: none;
|
|
864
|
+
padding: 0.8rem 0;
|
|
865
|
+
margin: 0;
|
|
866
|
+
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
|
|
867
|
+
min-width: 20rem;
|
|
868
|
+
z-index: var(--z-index-menus);
|
|
869
|
+
display: none;
|
|
870
|
+
}
|
|
871
|
+
.lion-top-nav__item:hover .lion-top-nav__dropdown { display: block; }
|
|
872
|
+
.lion-top-nav__dropdown-link {
|
|
873
|
+
display: block;
|
|
874
|
+
padding: 0.8rem 1.6rem;
|
|
875
|
+
color: var(--color-text);
|
|
876
|
+
text-decoration: none;
|
|
877
|
+
font-size: var(--h5-font-size);
|
|
878
|
+
}
|
|
879
|
+
.lion-top-nav__dropdown-link:hover { background: var(--color-gray-lightest); }
|
|
880
|
+
|
|
881
|
+
.lion-header-section-nav {
|
|
882
|
+
background: var(--color-gray-lightest);
|
|
883
|
+
border-bottom: var(--border-width-thin) solid var(--color-line);
|
|
884
|
+
}
|
|
885
|
+
.lion-header-section-nav__list {
|
|
886
|
+
display: flex;
|
|
887
|
+
list-style: none;
|
|
888
|
+
margin: 0;
|
|
889
|
+
padding: 0 var(--padding-edge);
|
|
890
|
+
gap: 0;
|
|
891
|
+
}
|
|
892
|
+
.lion-header-section-nav__link {
|
|
893
|
+
display: block;
|
|
894
|
+
padding: 1.2rem 2rem;
|
|
895
|
+
color: var(--color-text);
|
|
896
|
+
text-decoration: none;
|
|
897
|
+
font-size: var(--h5-font-size);
|
|
898
|
+
font-weight: var(--font-weight-400);
|
|
899
|
+
border-bottom: var(--border-width-thick) solid transparent;
|
|
900
|
+
}
|
|
901
|
+
.lion-header-section-nav__link.is-active {
|
|
902
|
+
font-weight: var(--font-weight-600);
|
|
903
|
+
color: var(--color-brand);
|
|
904
|
+
border-bottom-color: var(--color-brand);
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
/* ─── Hero zone ──────────────────────────────────────────────────────────────── */
|
|
908
|
+
.lion-cta-hero {
|
|
909
|
+
display: flex;
|
|
910
|
+
align-items: center;
|
|
911
|
+
min-height: 40rem;
|
|
912
|
+
padding: 6.4rem var(--padding-edge);
|
|
913
|
+
background: var(--color-brand);
|
|
914
|
+
color: var(--color-white);
|
|
915
|
+
gap: 4.8rem;
|
|
916
|
+
}
|
|
917
|
+
.lion-cta-hero--split-right { flex-direction: row; }
|
|
918
|
+
.lion-cta-hero--split-left { flex-direction: row-reverse; }
|
|
919
|
+
.lion-cta-hero--full-bleed {
|
|
920
|
+
background-size: cover;
|
|
921
|
+
background-position: center;
|
|
922
|
+
flex-direction: column;
|
|
923
|
+
text-align: center;
|
|
924
|
+
align-items: center;
|
|
925
|
+
}
|
|
926
|
+
.lion-cta-hero__content { flex: 1; }
|
|
927
|
+
.lion-cta-hero__image-wrapper { flex: 1; }
|
|
928
|
+
.lion-cta-hero__image { width: 100%; height: auto; display: block; border-radius: var(--border-radius-base); }
|
|
929
|
+
.lion-cta-hero__heading {
|
|
930
|
+
font-size: var(--h1-font-size);
|
|
931
|
+
font-weight: var(--font-weight-700);
|
|
932
|
+
line-height: var(--h1-line-height);
|
|
933
|
+
color: var(--color-white);
|
|
934
|
+
margin: 0 0 1.6rem;
|
|
935
|
+
}
|
|
936
|
+
.lion-cta-hero__subheading {
|
|
937
|
+
font-size: var(--h3-font-size);
|
|
938
|
+
font-weight: var(--font-weight-300);
|
|
939
|
+
color: var(--color-white);
|
|
940
|
+
margin: 0 0 2.4rem;
|
|
941
|
+
line-height: var(--h3-line-height);
|
|
942
|
+
}
|
|
943
|
+
.lion-cta-hero__body {
|
|
944
|
+
font-size: var(--font-size-base);
|
|
945
|
+
color: var(--color-white);
|
|
946
|
+
margin: 0 0 2.4rem;
|
|
947
|
+
opacity: 0.9;
|
|
948
|
+
}
|
|
949
|
+
.lion-cta-hero__ctas { display: flex; gap: 1.6rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
|
|
950
|
+
.lion-cta-hero__cta {
|
|
951
|
+
display: inline-flex;
|
|
952
|
+
align-items: center;
|
|
953
|
+
padding: 1.2rem 2.4rem;
|
|
954
|
+
border-radius: var(--border-radius-base);
|
|
955
|
+
font-size: var(--font-size-base);
|
|
956
|
+
font-weight: var(--font-weight-600);
|
|
957
|
+
text-decoration: none;
|
|
958
|
+
cursor: pointer;
|
|
959
|
+
transition: opacity 0.15s;
|
|
960
|
+
}
|
|
961
|
+
.lion-cta-hero__cta:hover { opacity: 0.88; }
|
|
962
|
+
.lion-cta-hero__cta--primary { background: var(--color-white); color: var(--color-brand); }
|
|
963
|
+
.lion-cta-hero__cta--secondary {
|
|
964
|
+
background: transparent;
|
|
965
|
+
color: var(--color-white);
|
|
966
|
+
border: var(--border-width-base) solid var(--color-white);
|
|
967
|
+
}
|
|
968
|
+
.lion-cta-hero__legal {
|
|
969
|
+
font-size: var(--h6-font-size);
|
|
970
|
+
color: rgba(255,255,255,0.65);
|
|
971
|
+
margin: 0;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.lion-hero-block {
|
|
975
|
+
display: flex;
|
|
976
|
+
align-items: center;
|
|
977
|
+
min-height: 32rem;
|
|
978
|
+
padding: 6.4rem var(--padding-edge);
|
|
979
|
+
background: var(--color-brand);
|
|
980
|
+
gap: 4.8rem;
|
|
981
|
+
}
|
|
982
|
+
.lion-hero-block--split-right { flex-direction: row; }
|
|
983
|
+
.lion-hero-block--split-left { flex-direction: row-reverse; }
|
|
984
|
+
.lion-hero-block--full-bleed { background-size: cover; background-position: center; }
|
|
985
|
+
.lion-hero-block--minimal {
|
|
986
|
+
min-height: 20rem;
|
|
987
|
+
background: var(--color-gray-lightest);
|
|
988
|
+
flex-direction: column;
|
|
989
|
+
align-items: flex-start;
|
|
990
|
+
}
|
|
991
|
+
.lion-hero-block__content { flex: 1; }
|
|
992
|
+
.lion-hero-block__image-wrapper { flex: 1; }
|
|
993
|
+
.lion-hero-block__image { width: 100%; height: auto; display: block; border-radius: var(--border-radius-base); }
|
|
994
|
+
.lion-hero-block__eyebrow {
|
|
995
|
+
font-size: var(--h6-font-size);
|
|
996
|
+
font-weight: var(--font-weight-600);
|
|
997
|
+
text-transform: uppercase;
|
|
998
|
+
letter-spacing: 0.08em;
|
|
999
|
+
color: var(--color-teal);
|
|
1000
|
+
margin: 0 0 0.8rem;
|
|
1001
|
+
}
|
|
1002
|
+
.lion-hero-block__heading {
|
|
1003
|
+
font-size: var(--h1-font-size);
|
|
1004
|
+
font-weight: var(--font-weight-700);
|
|
1005
|
+
line-height: var(--h1-line-height);
|
|
1006
|
+
color: var(--color-white);
|
|
1007
|
+
margin: 0 0 1.6rem;
|
|
1008
|
+
}
|
|
1009
|
+
.lion-hero-block--minimal .lion-hero-block__heading { color: var(--color-text); }
|
|
1010
|
+
.lion-hero-block__subheading {
|
|
1011
|
+
font-size: var(--h3-font-size);
|
|
1012
|
+
font-weight: var(--font-weight-300);
|
|
1013
|
+
line-height: var(--h3-line-height);
|
|
1014
|
+
color: var(--color-white);
|
|
1015
|
+
margin: 0 0 1.6rem;
|
|
1016
|
+
}
|
|
1017
|
+
.lion-hero-block__body { font-size: var(--font-size-base); color: var(--color-white); margin: 0; opacity: 0.9; }
|
|
1018
|
+
|
|
1019
|
+
.lion-multi-hero { position: relative; background: var(--color-brand); color: var(--color-white); }
|
|
1020
|
+
.lion-multi-hero__panel {
|
|
1021
|
+
display: none;
|
|
1022
|
+
padding: 6.4rem var(--padding-edge);
|
|
1023
|
+
flex-direction: row;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
gap: 4.8rem;
|
|
1026
|
+
min-height: 40rem;
|
|
1027
|
+
}
|
|
1028
|
+
.lion-multi-hero__panel.is-active { display: flex; }
|
|
1029
|
+
.lion-multi-hero__content { flex: 1; }
|
|
1030
|
+
.lion-multi-hero__image-wrapper { flex: 1; }
|
|
1031
|
+
.lion-multi-hero__image { width: 100%; height: auto; display: block; border-radius: var(--border-radius-base); }
|
|
1032
|
+
.lion-multi-hero__heading {
|
|
1033
|
+
font-size: var(--h1-font-size);
|
|
1034
|
+
font-weight: var(--font-weight-700);
|
|
1035
|
+
line-height: var(--h1-line-height);
|
|
1036
|
+
margin: 0 0 1.6rem;
|
|
1037
|
+
}
|
|
1038
|
+
.lion-multi-hero__cta {
|
|
1039
|
+
display: inline-flex;
|
|
1040
|
+
padding: 1.2rem 2.4rem;
|
|
1041
|
+
background: var(--color-white);
|
|
1042
|
+
color: var(--color-brand);
|
|
1043
|
+
border-radius: var(--border-radius-base);
|
|
1044
|
+
font-weight: var(--font-weight-600);
|
|
1045
|
+
text-decoration: none;
|
|
1046
|
+
margin-top: 2.4rem;
|
|
1047
|
+
}
|
|
1048
|
+
.lion-multi-hero__indicators {
|
|
1049
|
+
display: flex;
|
|
1050
|
+
gap: 0.8rem;
|
|
1051
|
+
justify-content: center;
|
|
1052
|
+
padding: 1.6rem;
|
|
1053
|
+
}
|
|
1054
|
+
.lion-multi-hero__indicator {
|
|
1055
|
+
width: 1rem;
|
|
1056
|
+
height: 1rem;
|
|
1057
|
+
border-radius: 50%;
|
|
1058
|
+
border: none;
|
|
1059
|
+
background: rgba(255,255,255,0.4);
|
|
1060
|
+
cursor: pointer;
|
|
1061
|
+
padding: 0;
|
|
1062
|
+
}
|
|
1063
|
+
.lion-multi-hero__indicator.is-active { background: var(--color-white); }
|
|
1064
|
+
|
|
1065
|
+
.lion-not-available-hero {
|
|
1066
|
+
display: flex;
|
|
1067
|
+
align-items: center;
|
|
1068
|
+
padding: 6.4rem var(--padding-edge);
|
|
1069
|
+
background: var(--color-gray-lightest);
|
|
1070
|
+
gap: 4.8rem;
|
|
1071
|
+
min-height: 28rem;
|
|
1072
|
+
}
|
|
1073
|
+
.lion-not-available-hero__content { flex: 1; }
|
|
1074
|
+
.lion-not-available-hero__heading {
|
|
1075
|
+
font-size: var(--h2-font-size);
|
|
1076
|
+
font-weight: var(--font-weight-700);
|
|
1077
|
+
color: var(--color-text);
|
|
1078
|
+
margin: 0 0 1.6rem;
|
|
1079
|
+
}
|
|
1080
|
+
.lion-not-available-hero__body { font-size: var(--font-size-base); color: var(--color-gray-dark); margin: 0 0 2.4rem; }
|
|
1081
|
+
.lion-not-available-hero__alternatives {
|
|
1082
|
+
list-style: none;
|
|
1083
|
+
padding: 0;
|
|
1084
|
+
margin: 0 0 2.4rem;
|
|
1085
|
+
display: flex;
|
|
1086
|
+
flex-direction: column;
|
|
1087
|
+
gap: 0.8rem;
|
|
1088
|
+
}
|
|
1089
|
+
.lion-not-available-hero__alternative-link { color: var(--color-brand); text-decoration: underline; }
|
|
1090
|
+
.lion-not-available-hero__contact-cta {
|
|
1091
|
+
display: inline-flex;
|
|
1092
|
+
padding: 1.2rem 2.4rem;
|
|
1093
|
+
background: var(--color-brand);
|
|
1094
|
+
color: var(--color-white);
|
|
1095
|
+
border-radius: var(--border-radius-base);
|
|
1096
|
+
font-weight: var(--font-weight-600);
|
|
1097
|
+
text-decoration: none;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
/* ─── Anklet zone ────────────────────────────────────────────────────────────── */
|
|
1101
|
+
.lion-anklet {
|
|
1102
|
+
background: var(--color-gray-lightest);
|
|
1103
|
+
border-top: var(--border-width-thin) solid var(--color-line);
|
|
1104
|
+
border-bottom: var(--border-width-thin) solid var(--color-line);
|
|
1105
|
+
padding: 1.2rem var(--padding-edge);
|
|
1106
|
+
}
|
|
1107
|
+
.lion-anklet__list {
|
|
1108
|
+
display: flex;
|
|
1109
|
+
list-style: none;
|
|
1110
|
+
margin: 0;
|
|
1111
|
+
padding: 0;
|
|
1112
|
+
gap: 3.2rem;
|
|
1113
|
+
flex-wrap: wrap;
|
|
1114
|
+
}
|
|
1115
|
+
.lion-anklet__link {
|
|
1116
|
+
color: var(--color-text);
|
|
1117
|
+
text-decoration: none;
|
|
1118
|
+
font-size: var(--h5-font-size);
|
|
1119
|
+
font-weight: var(--font-weight-400);
|
|
1120
|
+
}
|
|
1121
|
+
.lion-anklet__link:hover { color: var(--color-brand); text-decoration: underline; }
|
|
1122
|
+
|
|
1123
|
+
/* ─── Footer zone ────────────────────────────────────────────────────────────── */
|
|
1124
|
+
.lion-links-social {
|
|
1125
|
+
padding: 4.8rem var(--padding-edge);
|
|
1126
|
+
background: var(--color-gray-darkest);
|
|
1127
|
+
}
|
|
1128
|
+
.lion-links-social__columns {
|
|
1129
|
+
display: flex;
|
|
1130
|
+
gap: 4.8rem;
|
|
1131
|
+
flex-wrap: wrap;
|
|
1132
|
+
margin-bottom: 3.2rem;
|
|
1133
|
+
}
|
|
1134
|
+
.lion-links-social__column { flex: 1; min-width: 16rem; }
|
|
1135
|
+
.lion-links-social__column-heading {
|
|
1136
|
+
font-size: var(--h5-font-size);
|
|
1137
|
+
font-weight: var(--font-weight-600);
|
|
1138
|
+
color: var(--color-white);
|
|
1139
|
+
margin: 0 0 1.6rem;
|
|
1140
|
+
}
|
|
1141
|
+
.lion-links-social__column-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.8rem; }
|
|
1142
|
+
.lion-links-social__column-link {
|
|
1143
|
+
color: rgba(255,255,255,0.7);
|
|
1144
|
+
text-decoration: none;
|
|
1145
|
+
font-size: var(--h6-font-size);
|
|
1146
|
+
}
|
|
1147
|
+
.lion-links-social__column-link:hover { color: var(--color-white); }
|
|
1148
|
+
.lion-links-social__social {
|
|
1149
|
+
display: flex;
|
|
1150
|
+
gap: 1.6rem;
|
|
1151
|
+
list-style: none;
|
|
1152
|
+
margin: 0;
|
|
1153
|
+
padding: 0;
|
|
1154
|
+
}
|
|
1155
|
+
.lion-links-social__social-link {
|
|
1156
|
+
color: rgba(255,255,255,0.7);
|
|
1157
|
+
text-decoration: none;
|
|
1158
|
+
font-size: var(--h5-font-size);
|
|
1159
|
+
}
|
|
1160
|
+
.lion-links-social__social-link:hover { color: var(--color-white); }
|
|
1161
|
+
|
|
1162
|
+
.lion-disclaimer,
|
|
1163
|
+
.lion-disclosure,
|
|
1164
|
+
.lion-compliance {
|
|
1165
|
+
padding: 1.2rem var(--padding-edge);
|
|
1166
|
+
background: var(--color-gray-darkest);
|
|
1167
|
+
border-top: var(--border-width-thin) solid rgba(255,255,255,0.08);
|
|
1168
|
+
font-size: var(--h6-font-size);
|
|
1169
|
+
color: rgba(255,255,255,0.6);
|
|
1170
|
+
line-height: var(--h6-line-height);
|
|
1171
|
+
}
|
|
1172
|
+
.lion-disclosure__trigger {
|
|
1173
|
+
color: rgba(255,255,255,0.8);
|
|
1174
|
+
background: none;
|
|
1175
|
+
border: none;
|
|
1176
|
+
font-size: var(--h6-font-size);
|
|
1177
|
+
font-family: var(--font-family-sans-serif);
|
|
1178
|
+
cursor: pointer;
|
|
1179
|
+
padding: 0;
|
|
1180
|
+
text-decoration: underline;
|
|
1181
|
+
}
|
|
1182
|
+
.lion-disclosure__content {
|
|
1183
|
+
margin-top: 0.8rem;
|
|
1184
|
+
color: rgba(255,255,255,0.6);
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.lion-legal-links {
|
|
1188
|
+
padding: 1.2rem var(--padding-edge);
|
|
1189
|
+
background: var(--color-gray-darkest);
|
|
1190
|
+
border-top: var(--border-width-thin) solid rgba(255,255,255,0.08);
|
|
1191
|
+
}
|
|
1192
|
+
.lion-legal-links__copyright {
|
|
1193
|
+
font-size: var(--h6-font-size);
|
|
1194
|
+
color: rgba(255,255,255,0.5);
|
|
1195
|
+
margin: 0 0 0.8rem;
|
|
1196
|
+
}
|
|
1197
|
+
.lion-legal-links__list {
|
|
1198
|
+
display: flex;
|
|
1199
|
+
gap: 2.4rem;
|
|
1200
|
+
list-style: none;
|
|
1201
|
+
margin: 0;
|
|
1202
|
+
padding: 0;
|
|
1203
|
+
flex-wrap: wrap;
|
|
1204
|
+
}
|
|
1205
|
+
.lion-legal-links__link {
|
|
1206
|
+
color: rgba(255,255,255,0.6);
|
|
1207
|
+
text-decoration: none;
|
|
1208
|
+
font-size: var(--h6-font-size);
|
|
1209
|
+
}
|
|
1210
|
+
.lion-legal-links__link:hover { color: var(--color-white); text-decoration: underline; }
|
|
1211
|
+
|
|
1212
|
+
/* ─── General zone — shared ──────────────────────────────────────────────────── */
|
|
1213
|
+
[data-zone="primary-column"],
|
|
1214
|
+
[data-zone="sideburn"],
|
|
1215
|
+
[data-zone="outro"] {
|
|
1216
|
+
padding: 3.2rem var(--padding-edge);
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
/* RTBs */
|
|
1220
|
+
.lion-rtbs { display: flex; flex-direction: column; gap: 2.4rem; }
|
|
1221
|
+
.lion-rtbs__heading { font-size: var(--h2-font-size); font-weight: var(--font-weight-700); margin: 0 0 2.4rem; }
|
|
1222
|
+
.lion-rtbs__list { display: flex; flex-wrap: wrap; gap: 2.4rem; list-style: none; margin: 0; padding: 0; }
|
|
1223
|
+
.lion-rtbs__item { display: flex; align-items: flex-start; gap: 1.6rem; flex: 1 1 28rem; }
|
|
1224
|
+
.lion-rtbs__illustration { width: 4.8rem; height: 4.8rem; flex-shrink: 0; }
|
|
1225
|
+
.lion-rtbs__item-heading { font-size: var(--h4-font-size); font-weight: var(--font-weight-600); margin: 0 0 0.4rem; }
|
|
1226
|
+
.lion-rtbs__item-body { font-size: var(--font-size-base); color: var(--color-gray-dark); margin: 0; }
|
|
1227
|
+
|
|
1228
|
+
/* CTA */
|
|
1229
|
+
.lion-cta {
|
|
1230
|
+
display: inline-flex;
|
|
1231
|
+
align-items: center;
|
|
1232
|
+
padding: 1.2rem 2.4rem;
|
|
1233
|
+
border-radius: var(--border-radius-base);
|
|
1234
|
+
font-size: var(--font-size-base);
|
|
1235
|
+
font-weight: var(--font-weight-600);
|
|
1236
|
+
text-decoration: none;
|
|
1237
|
+
cursor: pointer;
|
|
1238
|
+
transition: opacity 0.15s;
|
|
1239
|
+
}
|
|
1240
|
+
.lion-cta:hover { opacity: 0.88; }
|
|
1241
|
+
.lion-cta--primary { background: var(--color-brand); color: var(--color-white); }
|
|
1242
|
+
.lion-cta--secondary { background: transparent; color: var(--color-brand); border: var(--border-width-base) solid var(--color-brand); }
|
|
1243
|
+
|
|
1244
|
+
/* Simple CTA Block */
|
|
1245
|
+
.lion-simple-cta-block {
|
|
1246
|
+
padding: 4.8rem var(--padding-edge);
|
|
1247
|
+
text-align: center;
|
|
1248
|
+
}
|
|
1249
|
+
.lion-simple-cta-block--gray { background: var(--color-gray-lightest); }
|
|
1250
|
+
.lion-simple-cta-block--brand { background: var(--color-brand); color: var(--color-white); }
|
|
1251
|
+
.lion-simple-cta-block__heading { font-size: var(--h2-font-size); font-weight: var(--font-weight-700); margin: 0 0 1.2rem; }
|
|
1252
|
+
.lion-simple-cta-block__subtext { font-size: var(--font-size-base); margin: 0 0 2.4rem; }
|
|
1253
|
+
|
|
1254
|
+
/* CallOut */
|
|
1255
|
+
.lion-callout {
|
|
1256
|
+
padding: 2.4rem;
|
|
1257
|
+
border-left: var(--border-width-thick) solid var(--color-brand);
|
|
1258
|
+
background: var(--color-gray-lightest);
|
|
1259
|
+
border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
|
|
1260
|
+
}
|
|
1261
|
+
.lion-callout__heading { font-size: var(--h3-font-size); font-weight: var(--font-weight-700); margin: 0 0 0.8rem; }
|
|
1262
|
+
.lion-callout__body { font-size: var(--font-size-base); margin: 0; }
|
|
1263
|
+
|
|
1264
|
+
/* Accordion */
|
|
1265
|
+
.lion-accordion { border: var(--border-width-thin) solid var(--color-line); border-radius: var(--border-radius-base); overflow: hidden; }
|
|
1266
|
+
.lion-accordion__heading { font-size: var(--h2-font-size); font-weight: var(--font-weight-700); padding: 2.4rem; border-bottom: var(--border-width-thin) solid var(--color-line); margin: 0; }
|
|
1267
|
+
.lion-accordion__item { border-bottom: var(--border-width-thin) solid var(--color-line); }
|
|
1268
|
+
.lion-accordion__item:last-child { border-bottom: none; }
|
|
1269
|
+
.lion-accordion__trigger {
|
|
1270
|
+
width: 100%;
|
|
1271
|
+
display: flex;
|
|
1272
|
+
justify-content: space-between;
|
|
1273
|
+
align-items: center;
|
|
1274
|
+
padding: 1.6rem 2.4rem;
|
|
1275
|
+
background: none;
|
|
1276
|
+
border: none;
|
|
1277
|
+
font-family: var(--font-family-sans-serif);
|
|
1278
|
+
font-size: var(--h4-font-size);
|
|
1279
|
+
font-weight: var(--font-weight-600);
|
|
1280
|
+
color: var(--color-text);
|
|
1281
|
+
cursor: pointer;
|
|
1282
|
+
text-align: left;
|
|
1283
|
+
}
|
|
1284
|
+
.lion-accordion__trigger:hover { background: var(--color-gray-lightest); }
|
|
1285
|
+
.lion-accordion__content { padding: 0 2.4rem 1.6rem; font-size: var(--font-size-base); color: var(--color-gray-dark); line-height: var(--line-height-base); }
|
|
1286
|
+
|
|
1287
|
+
/* RichText */
|
|
1288
|
+
.lion-rich-text { font-size: var(--font-size-base); line-height: var(--line-height-base); color: var(--color-text); }
|
|
1289
|
+
.lion-rich-text h1 { font-size: var(--h1-font-size); line-height: var(--h1-line-height); font-weight: var(--font-weight-700); margin: 0 0 1.6rem; }
|
|
1290
|
+
.lion-rich-text h2 { font-size: var(--h2-font-size); line-height: var(--h2-line-height); font-weight: var(--font-weight-700); margin: 0 0 1.2rem; }
|
|
1291
|
+
.lion-rich-text h3 { font-size: var(--h3-font-size); line-height: var(--h3-line-height); font-weight: var(--font-weight-600); margin: 0 0 1.2rem; }
|
|
1292
|
+
.lion-rich-text p { margin: 0 0 1.6rem; }
|
|
1293
|
+
.lion-rich-text a { color: var(--color-link); }
|
|
1294
|
+
.lion-rich-text ul, .lion-rich-text ol { padding-left: 2.4rem; margin: 0 0 1.6rem; }
|
|
1295
|
+
|
|
1296
|
+
/* Lead Form */
|
|
1297
|
+
.lion-lead-form { display: flex; flex-direction: column; gap: 1.6rem; }
|
|
1298
|
+
.lion-lead-form__heading { font-size: var(--h2-font-size); font-weight: var(--font-weight-700); margin: 0; }
|
|
1299
|
+
.lion-lead-form__field { display: flex; flex-direction: column; gap: 0.4rem; }
|
|
1300
|
+
.lion-lead-form__label { font-size: var(--h5-font-size); font-weight: var(--font-weight-600); color: var(--color-text); }
|
|
1301
|
+
.lion-lead-form__input {
|
|
1302
|
+
padding: var(--padding-base-vertical) var(--padding-base-horizontal);
|
|
1303
|
+
border: var(--border-width-thin) solid var(--color-line);
|
|
1304
|
+
border-radius: var(--border-radius-base);
|
|
1305
|
+
font-size: var(--font-size-base);
|
|
1306
|
+
font-family: var(--font-family-sans-serif);
|
|
1307
|
+
color: var(--color-text);
|
|
1308
|
+
background: var(--color-white);
|
|
1309
|
+
}
|
|
1310
|
+
.lion-lead-form__input:focus { outline: none; border-color: var(--color-brand); }
|
|
1311
|
+
.lion-lead-form__submit {
|
|
1312
|
+
padding: 1.2rem 2.4rem;
|
|
1313
|
+
background: var(--color-brand);
|
|
1314
|
+
color: var(--color-white);
|
|
1315
|
+
border: none;
|
|
1316
|
+
border-radius: var(--border-radius-base);
|
|
1317
|
+
font-size: var(--font-size-base);
|
|
1318
|
+
font-weight: var(--font-weight-600);
|
|
1319
|
+
font-family: var(--font-family-sans-serif);
|
|
1320
|
+
cursor: pointer;
|
|
1321
|
+
align-self: flex-start;
|
|
1322
|
+
}
|
|
1323
|
+
.lion-lead-form__submit:hover { opacity: 0.88; }
|
|
1324
|
+
|
|
1325
|
+
/* Confidence Tags */
|
|
1326
|
+
.lion-confidence-tags { display: flex; flex-wrap: wrap; gap: 0.8rem; }
|
|
1327
|
+
.lion-confidence-tags__tag {
|
|
1328
|
+
display: inline-flex;
|
|
1329
|
+
align-items: center;
|
|
1330
|
+
gap: 0.6rem;
|
|
1331
|
+
padding: 0.6rem 1.2rem;
|
|
1332
|
+
background: var(--color-teal-opaque);
|
|
1333
|
+
border: var(--border-width-thin) solid var(--color-teal);
|
|
1334
|
+
border-radius: var(--border-radius-base);
|
|
1335
|
+
font-size: var(--h6-font-size);
|
|
1336
|
+
font-weight: var(--font-weight-600);
|
|
1337
|
+
color: var(--color-teal-dark);
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
/* Horizontal Rule */
|
|
1341
|
+
.lion-hr { border: none; border-top: var(--border-width-thin) solid var(--color-line); margin: 0; }
|
|
1342
|
+
.lion-hr--thick { border-top-width: var(--border-width-thick); }
|
|
1343
|
+
.lion-hr--brand { border-top-color: var(--color-brand); }
|
|
1344
|
+
|
|
1345
|
+
/* Spacing Block */
|
|
1346
|
+
.lion-spacing { display: block; }
|
|
1347
|
+
|
|
1348
|
+
/* Pull Quote */
|
|
1349
|
+
.lion-pull-quote {
|
|
1350
|
+
border-left: var(--border-width-thick) solid var(--color-brand);
|
|
1351
|
+
padding: 1.6rem 2.4rem;
|
|
1352
|
+
margin: 0;
|
|
1353
|
+
}
|
|
1354
|
+
.lion-pull-quote__text {
|
|
1355
|
+
font-size: var(--h2-font-size);
|
|
1356
|
+
font-weight: var(--font-weight-300);
|
|
1357
|
+
font-style: italic;
|
|
1358
|
+
line-height: var(--h2-line-height);
|
|
1359
|
+
margin: 0 0 1.2rem;
|
|
1360
|
+
color: var(--color-text);
|
|
1361
|
+
}
|
|
1362
|
+
.lion-pull-quote__attribution { font-size: var(--h5-font-size); font-weight: var(--font-weight-600); margin: 0; }
|
|
1363
|
+
.lion-pull-quote__role { font-size: var(--h5-font-size); color: var(--color-gray); margin: 0; }
|
|
1364
|
+
|
|
1365
|
+
/* Table Block */
|
|
1366
|
+
.lion-table-block { overflow-x: auto; }
|
|
1367
|
+
.lion-table-block__caption { font-size: var(--h3-font-size); font-weight: var(--font-weight-700); margin: 0 0 1.6rem; text-align: left; }
|
|
1368
|
+
.lion-table-block table { width: 100%; border-collapse: collapse; }
|
|
1369
|
+
.lion-table-block th {
|
|
1370
|
+
background: var(--color-brand);
|
|
1371
|
+
color: var(--color-white);
|
|
1372
|
+
font-size: var(--h5-font-size);
|
|
1373
|
+
font-weight: var(--font-weight-600);
|
|
1374
|
+
padding: 1.2rem 1.6rem;
|
|
1375
|
+
text-align: left;
|
|
1376
|
+
}
|
|
1377
|
+
.lion-table-block td {
|
|
1378
|
+
font-size: var(--font-size-base);
|
|
1379
|
+
padding: 1.2rem 1.6rem;
|
|
1380
|
+
border-bottom: var(--border-width-thin) solid var(--color-line);
|
|
1381
|
+
color: var(--color-text);
|
|
1382
|
+
}
|
|
1383
|
+
.lion-table-block tr:nth-child(odd) td { background: var(--color-gray-lightest); }
|
|
1384
|
+
.lion-table-block__footnote { font-size: var(--h6-font-size); color: var(--color-gray); margin: 0.8rem 0 0; }
|
|
1385
|
+
|
|
1386
|
+
/* Product Block */
|
|
1387
|
+
.lion-product-block {
|
|
1388
|
+
border: var(--border-width-thin) solid var(--color-line);
|
|
1389
|
+
border-radius: var(--border-radius-base);
|
|
1390
|
+
overflow: hidden;
|
|
1391
|
+
}
|
|
1392
|
+
.lion-product-block__image { width: 100%; height: auto; display: block; }
|
|
1393
|
+
.lion-product-block__body { padding: 2.4rem; }
|
|
1394
|
+
.lion-product-block__badge {
|
|
1395
|
+
display: inline-block;
|
|
1396
|
+
padding: 0.2rem 0.8rem;
|
|
1397
|
+
background: var(--color-teal-opaque);
|
|
1398
|
+
color: var(--color-brand);
|
|
1399
|
+
font-size: var(--h6-font-size);
|
|
1400
|
+
font-weight: var(--font-weight-600);
|
|
1401
|
+
border-radius: var(--border-radius-small);
|
|
1402
|
+
margin-bottom: 0.8rem;
|
|
1403
|
+
}
|
|
1404
|
+
.lion-product-block__heading { font-size: var(--h2-font-size); font-weight: var(--font-weight-700); margin: 0 0 1.2rem; }
|
|
1405
|
+
.lion-product-block__body-text { font-size: var(--font-size-base); color: var(--color-gray-dark); margin: 0 0 2rem; }
|
|
1406
|
+
.lion-product-block__cta {
|
|
1407
|
+
display: inline-flex;
|
|
1408
|
+
padding: 1rem 2rem;
|
|
1409
|
+
background: var(--color-brand);
|
|
1410
|
+
color: var(--color-white);
|
|
1411
|
+
border-radius: var(--border-radius-base);
|
|
1412
|
+
font-weight: var(--font-weight-600);
|
|
1413
|
+
text-decoration: none;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
/* Inline Message */
|
|
1417
|
+
.lion-inline-message {
|
|
1418
|
+
display: flex;
|
|
1419
|
+
gap: 1.2rem;
|
|
1420
|
+
padding: 1.2rem 1.6rem;
|
|
1421
|
+
border-radius: var(--border-radius-base);
|
|
1422
|
+
font-size: var(--font-size-base);
|
|
1423
|
+
}
|
|
1424
|
+
.lion-inline-message--info { background: #e8f1fb; border-left: var(--border-width-thick) solid var(--color-brand); }
|
|
1425
|
+
.lion-inline-message--success { background: var(--color-green-light); border-left: var(--border-width-thick) solid var(--color-green); }
|
|
1426
|
+
.lion-inline-message--warning { background: var(--color-yellow-light); border-left: var(--border-width-thick) solid var(--color-yellow); }
|
|
1427
|
+
.lion-inline-message--error { background: var(--color-red-light); border-left: var(--border-width-thick) solid var(--color-red); }
|
|
1428
|
+
`, kr = ({ children: i }) => (gr(() => {
|
|
1429
|
+
if (document.getElementById(Be)) return;
|
|
1430
|
+
const t = document.createElement("style");
|
|
1431
|
+
return t.id = Be, t.textContent = mr, document.head.insertBefore(t, document.head.firstChild), () => {
|
|
1432
|
+
};
|
|
1433
|
+
}, []), /* @__PURE__ */ e.jsx(e.Fragment, { children: i })), Nr = ({ children: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
629
1434
|
"div",
|
|
630
1435
|
{
|
|
631
1436
|
"data-template": "forehead",
|
|
632
|
-
className: ["lion-page", "lion-page--forehead",
|
|
1437
|
+
className: ["lion-page", "lion-page--forehead", t].filter(Boolean).join(" "),
|
|
633
1438
|
style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
|
|
634
|
-
children:
|
|
1439
|
+
children: i
|
|
635
1440
|
}
|
|
636
|
-
),
|
|
1441
|
+
), Sr = ({ children: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
637
1442
|
"div",
|
|
638
1443
|
{
|
|
639
1444
|
"data-template": "sideburn",
|
|
640
|
-
className: ["lion-page", "lion-page--sideburn",
|
|
1445
|
+
className: ["lion-page", "lion-page--sideburn", t].filter(Boolean).join(" "),
|
|
641
1446
|
style: { maxWidth: "var(--max-width, 1600px)", margin: "0 auto" },
|
|
642
|
-
children:
|
|
1447
|
+
children: i
|
|
643
1448
|
}
|
|
644
|
-
),
|
|
1449
|
+
), Rr = ({ zone: i, children: t, className: a }) => /* @__PURE__ */ e.jsx(
|
|
645
1450
|
"section",
|
|
646
1451
|
{
|
|
647
|
-
"data-zone":
|
|
648
|
-
className: ["lion-section", `lion-section--${
|
|
649
|
-
children:
|
|
1452
|
+
"data-zone": i,
|
|
1453
|
+
className: ["lion-section", `lion-section--${i}`, a].filter(Boolean).join(" "),
|
|
1454
|
+
children: t
|
|
650
1455
|
}
|
|
651
|
-
),
|
|
1456
|
+
), Cr = ({ type: i = "single", children: t, className: a }) => /* @__PURE__ */ e.jsx(
|
|
652
1457
|
"div",
|
|
653
1458
|
{
|
|
654
|
-
"data-container-type":
|
|
655
|
-
className: ["lion-container", `lion-container--${
|
|
656
|
-
children:
|
|
1459
|
+
"data-container-type": i,
|
|
1460
|
+
className: ["lion-container", `lion-container--${i}`, a].filter(Boolean).join(" "),
|
|
1461
|
+
children: t
|
|
657
1462
|
}
|
|
658
|
-
),
|
|
1463
|
+
), Br = ({ links: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
659
1464
|
"nav",
|
|
660
1465
|
{
|
|
661
1466
|
"data-zone": "anklet",
|
|
662
|
-
className: ["lion-anklet",
|
|
1467
|
+
className: ["lion-anklet", t].filter(Boolean).join(" "),
|
|
663
1468
|
"aria-label": "Quick links",
|
|
664
|
-
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-anklet__list", children:
|
|
1469
|
+
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-anklet__list", children: i.map((a) => /* @__PURE__ */ e.jsx("li", { className: "lion-anklet__item", children: /* @__PURE__ */ e.jsx("a", { href: a.href, className: "lion-anklet__link", children: a.label }) }, a.href)) })
|
|
665
1470
|
}
|
|
666
|
-
),
|
|
667
|
-
logoSrc:
|
|
668
|
-
logoAlt:
|
|
669
|
-
selectedState:
|
|
670
|
-
onStateChange:
|
|
671
|
-
className:
|
|
1471
|
+
), Tr = ({
|
|
1472
|
+
logoSrc: i,
|
|
1473
|
+
logoAlt: t,
|
|
1474
|
+
selectedState: a,
|
|
1475
|
+
onStateChange: o,
|
|
1476
|
+
className: n
|
|
672
1477
|
}) => /* @__PURE__ */ e.jsxs(
|
|
673
1478
|
"div",
|
|
674
1479
|
{
|
|
675
1480
|
"data-zone": "header",
|
|
676
1481
|
"data-content-type": "corporate-universal-header",
|
|
677
|
-
className: ["lion-corporate-header",
|
|
1482
|
+
className: ["lion-corporate-header", n].filter(Boolean).join(" "),
|
|
678
1483
|
style: { backgroundColor: "var(--color-blue-dark)" },
|
|
679
1484
|
children: [
|
|
680
|
-
/* @__PURE__ */ e.jsx("img", { src:
|
|
681
|
-
|
|
1485
|
+
/* @__PURE__ */ e.jsx("img", { src: i, alt: t, className: "lion-corporate-header__logo" }),
|
|
1486
|
+
o && /* @__PURE__ */ e.jsx(
|
|
682
1487
|
"select",
|
|
683
1488
|
{
|
|
684
1489
|
className: "lion-corporate-header__state-selector",
|
|
685
|
-
value:
|
|
686
|
-
onChange: (s) =>
|
|
1490
|
+
value: a,
|
|
1491
|
+
onChange: (s) => o(s.target.value),
|
|
687
1492
|
"aria-label": "Select state"
|
|
688
1493
|
}
|
|
689
1494
|
)
|
|
690
1495
|
]
|
|
691
1496
|
}
|
|
692
|
-
),
|
|
693
|
-
logoSrc:
|
|
694
|
-
logoAlt:
|
|
695
|
-
underwriterInfo:
|
|
696
|
-
ctas:
|
|
697
|
-
className:
|
|
1497
|
+
), Er = ({
|
|
1498
|
+
logoSrc: i,
|
|
1499
|
+
logoAlt: t,
|
|
1500
|
+
underwriterInfo: a,
|
|
1501
|
+
ctas: o = [],
|
|
1502
|
+
className: n
|
|
698
1503
|
}) => /* @__PURE__ */ e.jsxs(
|
|
699
1504
|
"header",
|
|
700
1505
|
{
|
|
701
1506
|
"data-zone": "header",
|
|
702
1507
|
"data-content-type": "global-header-bar",
|
|
703
|
-
className: ["lion-global-header",
|
|
1508
|
+
className: ["lion-global-header", n].filter(Boolean).join(" "),
|
|
704
1509
|
style: { backgroundColor: "var(--color-white)" },
|
|
705
1510
|
children: [
|
|
706
|
-
/* @__PURE__ */ e.jsx("img", { src:
|
|
707
|
-
|
|
708
|
-
|
|
1511
|
+
/* @__PURE__ */ e.jsx("img", { src: i, alt: t, className: "lion-global-header__logo" }),
|
|
1512
|
+
a && /* @__PURE__ */ e.jsx("span", { className: "lion-global-header__underwriter", children: a }),
|
|
1513
|
+
o.length > 0 && /* @__PURE__ */ e.jsx("nav", { className: "lion-global-header__ctas", "aria-label": "Header actions", children: o.map((s) => /* @__PURE__ */ e.jsx("a", { href: s.href, className: `lion-global-header__cta lion-global-header__cta--${s.type ?? "link"}`, children: s.label }, s.href)) })
|
|
709
1514
|
]
|
|
710
1515
|
}
|
|
711
|
-
),
|
|
712
|
-
label:
|
|
713
|
-
href:
|
|
714
|
-
variant:
|
|
715
|
-
className:
|
|
1516
|
+
), Wr = ({
|
|
1517
|
+
label: i,
|
|
1518
|
+
href: t,
|
|
1519
|
+
variant: a = "button",
|
|
1520
|
+
className: o
|
|
716
1521
|
}) => /* @__PURE__ */ e.jsx(
|
|
717
1522
|
"a",
|
|
718
1523
|
{
|
|
719
|
-
href:
|
|
1524
|
+
href: t,
|
|
720
1525
|
"data-zone": "header",
|
|
721
1526
|
"data-content-type": "header-cta",
|
|
722
|
-
"data-variant":
|
|
723
|
-
className: ["lion-header-cta", `lion-header-cta--${
|
|
724
|
-
children:
|
|
1527
|
+
"data-variant": a,
|
|
1528
|
+
className: ["lion-header-cta", `lion-header-cta--${a}`, o].filter(Boolean).join(" "),
|
|
1529
|
+
children: i
|
|
725
1530
|
}
|
|
726
|
-
),
|
|
727
|
-
src:
|
|
728
|
-
alt:
|
|
729
|
-
href:
|
|
730
|
-
width:
|
|
731
|
-
height:
|
|
1531
|
+
), Pr = ({
|
|
1532
|
+
src: i,
|
|
1533
|
+
alt: t,
|
|
1534
|
+
href: a = "/",
|
|
1535
|
+
width: o,
|
|
1536
|
+
height: n,
|
|
732
1537
|
className: s
|
|
733
1538
|
}) => /* @__PURE__ */ e.jsx(
|
|
734
1539
|
"a",
|
|
735
1540
|
{
|
|
736
|
-
href:
|
|
1541
|
+
href: a,
|
|
737
1542
|
"data-zone": "header",
|
|
738
1543
|
"data-content-type": "header-logo",
|
|
739
1544
|
className: ["lion-header-logo", s].filter(Boolean).join(" "),
|
|
740
1545
|
"aria-label": "Go to homepage",
|
|
741
|
-
children: /* @__PURE__ */ e.jsx("img", { src:
|
|
1546
|
+
children: /* @__PURE__ */ e.jsx("img", { src: i, alt: t, width: o, height: n, className: "lion-header-logo__img" })
|
|
742
1547
|
}
|
|
743
|
-
),
|
|
744
|
-
name:
|
|
745
|
-
logoSrc:
|
|
746
|
-
logoAlt:
|
|
747
|
-
href:
|
|
748
|
-
tagline:
|
|
1548
|
+
), Ar = ({
|
|
1549
|
+
name: i,
|
|
1550
|
+
logoSrc: t,
|
|
1551
|
+
logoAlt: a,
|
|
1552
|
+
href: o,
|
|
1553
|
+
tagline: n,
|
|
749
1554
|
className: s
|
|
750
1555
|
}) => {
|
|
751
1556
|
const l = /* @__PURE__ */ e.jsxs("div", { className: "lion-header-product__inner", children: [
|
|
752
|
-
|
|
753
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-header-product__name", children:
|
|
754
|
-
|
|
1557
|
+
t && /* @__PURE__ */ e.jsx("img", { src: t, alt: a ?? "", className: "lion-header-product__logo" }),
|
|
1558
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-header-product__name", children: i }),
|
|
1559
|
+
n && /* @__PURE__ */ e.jsx("span", { className: "lion-header-product__tagline", children: n })
|
|
755
1560
|
] });
|
|
756
1561
|
return /* @__PURE__ */ e.jsx(
|
|
757
1562
|
"div",
|
|
@@ -759,103 +1564,103 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
759
1564
|
"data-zone": "header",
|
|
760
1565
|
"data-content-type": "header-product",
|
|
761
1566
|
className: ["lion-header-product", s].filter(Boolean).join(" "),
|
|
762
|
-
children:
|
|
1567
|
+
children: o ? /* @__PURE__ */ e.jsx("a", { href: o, children: l }) : l
|
|
763
1568
|
}
|
|
764
1569
|
);
|
|
765
|
-
},
|
|
766
|
-
items:
|
|
767
|
-
ariaLabel:
|
|
768
|
-
className:
|
|
1570
|
+
}, Or = ({
|
|
1571
|
+
items: i,
|
|
1572
|
+
ariaLabel: t = "Section navigation",
|
|
1573
|
+
className: a
|
|
769
1574
|
}) => /* @__PURE__ */ e.jsx(
|
|
770
1575
|
"nav",
|
|
771
1576
|
{
|
|
772
|
-
"aria-label":
|
|
1577
|
+
"aria-label": t,
|
|
773
1578
|
"data-zone": "header",
|
|
774
1579
|
"data-content-type": "header-section-navigation",
|
|
775
|
-
className: ["lion-header-section-nav",
|
|
776
|
-
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-header-section-nav__list", role: "list", children:
|
|
1580
|
+
className: ["lion-header-section-nav", a].filter(Boolean).join(" "),
|
|
1581
|
+
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-header-section-nav__list", role: "list", children: i.map((o) => /* @__PURE__ */ e.jsx("li", { className: "lion-header-section-nav__item", children: /* @__PURE__ */ e.jsx(
|
|
777
1582
|
"a",
|
|
778
1583
|
{
|
|
779
|
-
href:
|
|
780
|
-
className: ["lion-header-section-nav__link",
|
|
781
|
-
"aria-current":
|
|
782
|
-
children:
|
|
1584
|
+
href: o.href,
|
|
1585
|
+
className: ["lion-header-section-nav__link", o.isActive ? "is-active" : ""].filter(Boolean).join(" "),
|
|
1586
|
+
"aria-current": o.isActive ? "page" : void 0,
|
|
1587
|
+
children: o.label
|
|
783
1588
|
}
|
|
784
|
-
) },
|
|
1589
|
+
) }, o.href)) })
|
|
785
1590
|
}
|
|
786
|
-
),
|
|
787
|
-
title:
|
|
788
|
-
subtitle:
|
|
789
|
-
as:
|
|
790
|
-
className:
|
|
1591
|
+
), Dr = ({
|
|
1592
|
+
title: i,
|
|
1593
|
+
subtitle: t,
|
|
1594
|
+
as: a = "h1",
|
|
1595
|
+
className: o
|
|
791
1596
|
}) => /* @__PURE__ */ e.jsxs(
|
|
792
1597
|
"div",
|
|
793
1598
|
{
|
|
794
1599
|
"data-zone": "header",
|
|
795
1600
|
"data-content-type": "header-section-title",
|
|
796
|
-
className: ["lion-header-section-title",
|
|
1601
|
+
className: ["lion-header-section-title", o].filter(Boolean).join(" "),
|
|
797
1602
|
children: [
|
|
798
|
-
/* @__PURE__ */ e.jsx(
|
|
799
|
-
|
|
1603
|
+
/* @__PURE__ */ e.jsx(a, { className: "lion-header-section-title__title", children: i }),
|
|
1604
|
+
t && /* @__PURE__ */ e.jsx("p", { className: "lion-header-section-title__subtitle", children: t })
|
|
800
1605
|
]
|
|
801
1606
|
}
|
|
802
|
-
),
|
|
803
|
-
items:
|
|
804
|
-
ariaLabel:
|
|
805
|
-
className:
|
|
1607
|
+
), Fr = ({
|
|
1608
|
+
items: i,
|
|
1609
|
+
ariaLabel: t = "Main navigation",
|
|
1610
|
+
className: a
|
|
806
1611
|
}) => /* @__PURE__ */ e.jsx(
|
|
807
1612
|
"nav",
|
|
808
1613
|
{
|
|
809
|
-
"aria-label":
|
|
1614
|
+
"aria-label": t,
|
|
810
1615
|
"data-zone": "header",
|
|
811
1616
|
"data-content-type": "top-level-navigation",
|
|
812
|
-
className: ["lion-top-nav",
|
|
813
|
-
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__list", role: "list", children:
|
|
814
|
-
var
|
|
815
|
-
return /* @__PURE__ */ e.jsxs("li", { className: ["lion-top-nav__item", (
|
|
1617
|
+
className: ["lion-top-nav", a].filter(Boolean).join(" "),
|
|
1618
|
+
children: /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__list", role: "list", children: i.map((o) => {
|
|
1619
|
+
var n, s;
|
|
1620
|
+
return /* @__PURE__ */ e.jsxs("li", { className: ["lion-top-nav__item", (n = o.children) != null && n.length ? "has-children" : ""].filter(Boolean).join(" "), children: [
|
|
816
1621
|
/* @__PURE__ */ e.jsx(
|
|
817
1622
|
"a",
|
|
818
1623
|
{
|
|
819
|
-
href:
|
|
820
|
-
className: ["lion-top-nav__link",
|
|
821
|
-
"aria-current":
|
|
822
|
-
"aria-haspopup": (s =
|
|
823
|
-
children:
|
|
1624
|
+
href: o.href,
|
|
1625
|
+
className: ["lion-top-nav__link", o.isActive ? "is-active" : ""].filter(Boolean).join(" "),
|
|
1626
|
+
"aria-current": o.isActive ? "page" : void 0,
|
|
1627
|
+
"aria-haspopup": (s = o.children) != null && s.length ? "true" : void 0,
|
|
1628
|
+
children: o.label
|
|
824
1629
|
}
|
|
825
1630
|
),
|
|
826
|
-
|
|
827
|
-
] },
|
|
1631
|
+
o.children && o.children.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-top-nav__dropdown", role: "list", children: o.children.map((l) => /* @__PURE__ */ e.jsx("li", { className: "lion-top-nav__dropdown-item", children: /* @__PURE__ */ e.jsx("a", { href: l.href, className: "lion-top-nav__dropdown-link", children: l.label }) }, l.href)) })
|
|
1632
|
+
] }, o.href);
|
|
828
1633
|
}) })
|
|
829
1634
|
}
|
|
830
|
-
),
|
|
831
|
-
text:
|
|
832
|
-
logoSrc:
|
|
833
|
-
logoAlt:
|
|
834
|
-
href:
|
|
835
|
-
className:
|
|
1635
|
+
), $r = ({
|
|
1636
|
+
text: i,
|
|
1637
|
+
logoSrc: t,
|
|
1638
|
+
logoAlt: a,
|
|
1639
|
+
href: o,
|
|
1640
|
+
className: n
|
|
836
1641
|
}) => {
|
|
837
1642
|
const s = /* @__PURE__ */ e.jsxs("div", { className: "lion-header-underwriter__inner", children: [
|
|
838
|
-
|
|
839
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-header-underwriter__text", children:
|
|
1643
|
+
t && /* @__PURE__ */ e.jsx("img", { src: t, alt: a ?? "", className: "lion-header-underwriter__logo" }),
|
|
1644
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-header-underwriter__text", children: i })
|
|
840
1645
|
] });
|
|
841
1646
|
return /* @__PURE__ */ e.jsx(
|
|
842
1647
|
"div",
|
|
843
1648
|
{
|
|
844
1649
|
"data-zone": "header",
|
|
845
1650
|
"data-content-type": "header-underwriter",
|
|
846
|
-
className: ["lion-header-underwriter",
|
|
847
|
-
children:
|
|
1651
|
+
className: ["lion-header-underwriter", n].filter(Boolean).join(" "),
|
|
1652
|
+
children: o ? /* @__PURE__ */ e.jsx("a", { href: o, children: s }) : s
|
|
848
1653
|
}
|
|
849
1654
|
);
|
|
850
|
-
},
|
|
851
|
-
heading:
|
|
852
|
-
subheading:
|
|
853
|
-
body:
|
|
854
|
-
ctas:
|
|
855
|
-
imageSrc:
|
|
1655
|
+
}, Ir = ({
|
|
1656
|
+
heading: i,
|
|
1657
|
+
subheading: t,
|
|
1658
|
+
body: a,
|
|
1659
|
+
ctas: o = [],
|
|
1660
|
+
imageSrc: n,
|
|
856
1661
|
imageAlt: s,
|
|
857
1662
|
layout: l = "split-right",
|
|
858
|
-
backgroundSrc:
|
|
1663
|
+
backgroundSrc: c,
|
|
859
1664
|
legalText: g,
|
|
860
1665
|
className: b
|
|
861
1666
|
}) => /* @__PURE__ */ e.jsxs(
|
|
@@ -865,35 +1670,35 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
865
1670
|
"data-content-type": "cta-hero-block",
|
|
866
1671
|
"data-layout": l,
|
|
867
1672
|
className: ["lion-cta-hero", `lion-cta-hero--${l}`, b].filter(Boolean).join(" "),
|
|
868
|
-
style:
|
|
1673
|
+
style: c ? { backgroundImage: `url(${c})` } : void 0,
|
|
869
1674
|
children: [
|
|
870
1675
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-cta-hero__content", children: [
|
|
871
|
-
/* @__PURE__ */ e.jsx("h1", { className: "lion-cta-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children:
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
1676
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-cta-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: i }),
|
|
1677
|
+
t && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: t }),
|
|
1678
|
+
a && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__body", style: { fontSize: "var(--body-font-size)" }, children: a }),
|
|
1679
|
+
o.length > 0 && /* @__PURE__ */ e.jsx("div", { className: "lion-cta-hero__ctas", children: o.map((_) => /* @__PURE__ */ e.jsx(
|
|
875
1680
|
"a",
|
|
876
1681
|
{
|
|
877
|
-
href:
|
|
878
|
-
className: ["lion-cta-hero__cta", `lion-cta-hero__cta--${
|
|
879
|
-
children:
|
|
1682
|
+
href: _.href,
|
|
1683
|
+
className: ["lion-cta-hero__cta", `lion-cta-hero__cta--${_.variant ?? "primary"}`].join(" "),
|
|
1684
|
+
children: _.label
|
|
880
1685
|
},
|
|
881
|
-
|
|
1686
|
+
_.href
|
|
882
1687
|
)) }),
|
|
883
1688
|
g && /* @__PURE__ */ e.jsx("p", { className: "lion-cta-hero__legal", style: { fontSize: "var(--h6-font-size)" }, children: g })
|
|
884
1689
|
] }),
|
|
885
|
-
|
|
1690
|
+
n && /* @__PURE__ */ e.jsx("div", { className: "lion-cta-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: n, alt: s ?? "", className: "lion-cta-hero__image" }) })
|
|
886
1691
|
]
|
|
887
1692
|
}
|
|
888
|
-
),
|
|
889
|
-
heading:
|
|
890
|
-
subheading:
|
|
891
|
-
body:
|
|
892
|
-
imageSrc:
|
|
893
|
-
imageAlt:
|
|
1693
|
+
), Hr = ({
|
|
1694
|
+
heading: i,
|
|
1695
|
+
subheading: t,
|
|
1696
|
+
body: a,
|
|
1697
|
+
imageSrc: o,
|
|
1698
|
+
imageAlt: n,
|
|
894
1699
|
layout: s = "full-bleed",
|
|
895
1700
|
backgroundSrc: l,
|
|
896
|
-
eyebrow:
|
|
1701
|
+
eyebrow: c,
|
|
897
1702
|
className: g
|
|
898
1703
|
}) => /* @__PURE__ */ e.jsxs(
|
|
899
1704
|
"div",
|
|
@@ -905,35 +1710,35 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
905
1710
|
style: l ? { backgroundImage: `url(${l})` } : void 0,
|
|
906
1711
|
children: [
|
|
907
1712
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-hero-block__content", children: [
|
|
908
|
-
|
|
909
|
-
/* @__PURE__ */ e.jsx("h1", { className: "lion-hero-block__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children:
|
|
910
|
-
|
|
911
|
-
|
|
1713
|
+
c && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__eyebrow", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.08em" }, children: c }),
|
|
1714
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-hero-block__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: i }),
|
|
1715
|
+
t && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__subheading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-300)" }, children: t }),
|
|
1716
|
+
a && /* @__PURE__ */ e.jsx("p", { className: "lion-hero-block__body", style: { fontSize: "var(--body-font-size)" }, children: a })
|
|
912
1717
|
] }),
|
|
913
|
-
|
|
1718
|
+
o && /* @__PURE__ */ e.jsx("div", { className: "lion-hero-block__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: o, alt: n ?? "", className: "lion-hero-block__image" }) })
|
|
914
1719
|
]
|
|
915
1720
|
}
|
|
916
|
-
),
|
|
917
|
-
panels:
|
|
918
|
-
autoRotate:
|
|
919
|
-
rotateIntervalMs:
|
|
920
|
-
defaultActiveIndex:
|
|
921
|
-
showIndicators:
|
|
1721
|
+
), Gr = ({
|
|
1722
|
+
panels: i,
|
|
1723
|
+
autoRotate: t = !1,
|
|
1724
|
+
rotateIntervalMs: a = 5e3,
|
|
1725
|
+
defaultActiveIndex: o = 0,
|
|
1726
|
+
showIndicators: n = !0,
|
|
922
1727
|
className: s
|
|
923
1728
|
}) => /* @__PURE__ */ e.jsxs(
|
|
924
1729
|
"div",
|
|
925
1730
|
{
|
|
926
1731
|
"data-zone": "hero",
|
|
927
1732
|
"data-content-type": "multi-hero",
|
|
928
|
-
"data-auto-rotate":
|
|
929
|
-
"data-rotate-interval":
|
|
1733
|
+
"data-auto-rotate": t,
|
|
1734
|
+
"data-rotate-interval": a,
|
|
930
1735
|
className: ["lion-multi-hero", s].filter(Boolean).join(" "),
|
|
931
1736
|
children: [
|
|
932
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__track", children:
|
|
1737
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__track", children: i.map((l, c) => /* @__PURE__ */ e.jsxs(
|
|
933
1738
|
"div",
|
|
934
1739
|
{
|
|
935
|
-
className: ["lion-multi-hero__panel",
|
|
936
|
-
"aria-hidden":
|
|
1740
|
+
className: ["lion-multi-hero__panel", c === o ? "is-active" : ""].filter(Boolean).join(" "),
|
|
1741
|
+
"aria-hidden": c !== o,
|
|
937
1742
|
children: [
|
|
938
1743
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-multi-hero__content", children: [
|
|
939
1744
|
/* @__PURE__ */ e.jsx("h1", { className: "lion-multi-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)", fontWeight: "var(--font-weight-700)" }, children: l.heading }),
|
|
@@ -944,32 +1749,32 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
944
1749
|
l.imageSrc && /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l.imageSrc, alt: l.imageAlt ?? "", className: "lion-multi-hero__image" }) })
|
|
945
1750
|
]
|
|
946
1751
|
},
|
|
947
|
-
l.id ??
|
|
1752
|
+
l.id ?? c
|
|
948
1753
|
)) }),
|
|
949
|
-
|
|
1754
|
+
n && i.length > 1 && /* @__PURE__ */ e.jsx("div", { className: "lion-multi-hero__indicators", role: "tablist", "aria-label": "Hero slides", children: i.map((l, c) => /* @__PURE__ */ e.jsx(
|
|
950
1755
|
"button",
|
|
951
1756
|
{
|
|
952
1757
|
role: "tab",
|
|
953
|
-
"aria-selected":
|
|
954
|
-
"aria-label": `Slide ${
|
|
955
|
-
className: ["lion-multi-hero__indicator",
|
|
1758
|
+
"aria-selected": c === o,
|
|
1759
|
+
"aria-label": `Slide ${c + 1}: ${l.heading}`,
|
|
1760
|
+
className: ["lion-multi-hero__indicator", c === o ? "is-active" : ""].filter(Boolean).join(" ")
|
|
956
1761
|
},
|
|
957
|
-
l.id ??
|
|
1762
|
+
l.id ?? c
|
|
958
1763
|
)) })
|
|
959
1764
|
]
|
|
960
1765
|
}
|
|
961
|
-
),
|
|
962
|
-
heading:
|
|
963
|
-
body:
|
|
964
|
-
stateName:
|
|
965
|
-
alternatives:
|
|
966
|
-
contactCtaLabel:
|
|
1766
|
+
), qr = ({
|
|
1767
|
+
heading: i,
|
|
1768
|
+
body: t,
|
|
1769
|
+
stateName: a,
|
|
1770
|
+
alternatives: o = [],
|
|
1771
|
+
contactCtaLabel: n,
|
|
967
1772
|
contactCtaHref: s,
|
|
968
1773
|
imageSrc: l,
|
|
969
|
-
imageAlt:
|
|
1774
|
+
imageAlt: c,
|
|
970
1775
|
className: g
|
|
971
1776
|
}) => {
|
|
972
|
-
const b =
|
|
1777
|
+
const b = i ?? (a ? `Not available in ${a}` : "Not available in your state"), _ = t ?? "This product is not currently offered in your area. Explore available options below or contact us for help finding coverage.";
|
|
973
1778
|
return /* @__PURE__ */ e.jsxs(
|
|
974
1779
|
"div",
|
|
975
1780
|
{
|
|
@@ -979,121 +1784,121 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
979
1784
|
children: [
|
|
980
1785
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-not-available-hero__content", children: [
|
|
981
1786
|
/* @__PURE__ */ e.jsx("h1", { className: "lion-not-available-hero__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: b }),
|
|
982
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-not-available-hero__body", style: { fontSize: "var(--body-font-size)" }, children:
|
|
983
|
-
|
|
984
|
-
|
|
1787
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-not-available-hero__body", style: { fontSize: "var(--body-font-size)" }, children: _ }),
|
|
1788
|
+
o.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-not-available-hero__alternatives", children: o.map((j) => /* @__PURE__ */ e.jsx("li", { children: /* @__PURE__ */ e.jsx("a", { href: j.href, className: "lion-not-available-hero__alternative-link", children: j.label }) }, j.href)) }),
|
|
1789
|
+
n && s && /* @__PURE__ */ e.jsx("a", { href: s, className: "lion-not-available-hero__contact-cta", children: n })
|
|
985
1790
|
] }),
|
|
986
|
-
l && /* @__PURE__ */ e.jsx("div", { className: "lion-not-available-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l, alt:
|
|
1791
|
+
l && /* @__PURE__ */ e.jsx("div", { className: "lion-not-available-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: l, alt: c ?? "", className: "lion-not-available-hero__image" }) })
|
|
987
1792
|
]
|
|
988
1793
|
}
|
|
989
1794
|
);
|
|
990
|
-
},
|
|
991
|
-
variant:
|
|
992
|
-
heading:
|
|
993
|
-
subheading:
|
|
994
|
-
imageSrc:
|
|
995
|
-
imageAlt:
|
|
1795
|
+
}, Lr = ({
|
|
1796
|
+
variant: i,
|
|
1797
|
+
heading: t,
|
|
1798
|
+
subheading: a,
|
|
1799
|
+
imageSrc: o,
|
|
1800
|
+
imageAlt: n,
|
|
996
1801
|
ctaLabel: s,
|
|
997
1802
|
ctaHref: l,
|
|
998
|
-
className:
|
|
1803
|
+
className: c
|
|
999
1804
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1000
1805
|
"div",
|
|
1001
1806
|
{
|
|
1002
1807
|
"data-zone": "hero",
|
|
1003
|
-
"data-content-type": `hero-${
|
|
1004
|
-
className: ["lion-hero", `lion-hero--${
|
|
1808
|
+
"data-content-type": `hero-${i}`,
|
|
1809
|
+
className: ["lion-hero", `lion-hero--${i}`, c].filter(Boolean).join(" "),
|
|
1005
1810
|
children: [
|
|
1006
1811
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-hero__content", children: [
|
|
1007
|
-
/* @__PURE__ */ e.jsx("h1", { className: "lion-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)" }, children:
|
|
1008
|
-
|
|
1812
|
+
/* @__PURE__ */ e.jsx("h1", { className: "lion-hero__heading", style: { fontSize: "var(--h1-font-size)", lineHeight: "var(--h1-line-height)" }, children: t }),
|
|
1813
|
+
a && /* @__PURE__ */ e.jsx("p", { className: "lion-hero__subheading", style: { fontSize: "var(--font-size-base)" }, children: a }),
|
|
1009
1814
|
s && l && /* @__PURE__ */ e.jsx("a", { href: l, className: "lion-hero__cta", style: { color: "var(--color-white)", backgroundColor: "var(--color-brand)" }, children: s })
|
|
1010
1815
|
] }),
|
|
1011
|
-
|
|
1816
|
+
o && /* @__PURE__ */ e.jsx("div", { className: "lion-hero__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: o, alt: n ?? "", className: "lion-hero__image" }) })
|
|
1012
1817
|
]
|
|
1013
1818
|
}
|
|
1014
|
-
),
|
|
1819
|
+
), Mr = ({ items: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
1015
1820
|
"ul",
|
|
1016
1821
|
{
|
|
1017
1822
|
"data-zone": "general",
|
|
1018
1823
|
"data-content-type": "rtbs",
|
|
1019
|
-
className: ["lion-rtbs",
|
|
1824
|
+
className: ["lion-rtbs", t].filter(Boolean).join(" "),
|
|
1020
1825
|
style: { listStyle: "none", padding: 0, margin: 0 },
|
|
1021
|
-
children:
|
|
1022
|
-
|
|
1826
|
+
children: i.map((a, o) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtbs__item", children: [
|
|
1827
|
+
a.illustrationSrc && /* @__PURE__ */ e.jsx(
|
|
1023
1828
|
"img",
|
|
1024
1829
|
{
|
|
1025
|
-
src:
|
|
1026
|
-
alt:
|
|
1830
|
+
src: a.illustrationSrc,
|
|
1831
|
+
alt: a.illustrationAlt ?? "",
|
|
1027
1832
|
className: "lion-rtbs__illustration"
|
|
1028
1833
|
}
|
|
1029
1834
|
),
|
|
1030
|
-
/* @__PURE__ */ e.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children:
|
|
1031
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
1032
|
-
] },
|
|
1835
|
+
/* @__PURE__ */ e.jsx("h3", { className: "lion-rtbs__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: a.heading }),
|
|
1836
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-rtbs__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.body })
|
|
1837
|
+
] }, o))
|
|
1033
1838
|
}
|
|
1034
|
-
),
|
|
1035
|
-
|
|
1036
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-edge)" }, children:
|
|
1037
|
-
|
|
1839
|
+
), Yr = ({ items: i, heading: t, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-descriptive", className: ["lion-rtb-descriptive", a].filter(Boolean).join(" "), children: [
|
|
1840
|
+
t && /* @__PURE__ */ e.jsx("h2", { className: "lion-rtb-descriptive__section-heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
1841
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-edge)" }, children: i.map((o, n) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-descriptive__item", style: { display: "flex", gap: "var(--padding-base-horizontal)", alignItems: "flex-start" }, children: [
|
|
1842
|
+
o.illustrationSrc && /* @__PURE__ */ e.jsx("img", { src: o.illustrationSrc, alt: o.illustrationAlt ?? "", style: { width: "64px", height: "64px", objectFit: "contain", flexShrink: 0 } }),
|
|
1038
1843
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1039
|
-
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children:
|
|
1040
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children:
|
|
1844
|
+
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: o.heading }),
|
|
1845
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: o.body })
|
|
1041
1846
|
] })
|
|
1042
|
-
] },
|
|
1043
|
-
] }),
|
|
1044
|
-
|
|
1045
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(
|
|
1046
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__stat", style: { display: "block", fontSize: "var(--h1-md-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-brand)", lineHeight: 1 }, children:
|
|
1047
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__label", style: { display: "block", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginTop: "var(--padding-small-vertical)" }, children:
|
|
1048
|
-
|
|
1049
|
-
] },
|
|
1050
|
-
] }),
|
|
1051
|
-
|
|
1052
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${
|
|
1053
|
-
|
|
1054
|
-
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children:
|
|
1055
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children:
|
|
1056
|
-
|
|
1847
|
+
] }, n)) })
|
|
1848
|
+
] }), Vr = ({ items: i, heading: t, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-highlight", className: ["lion-rtb-highlight", a].filter(Boolean).join(" "), children: [
|
|
1849
|
+
t && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)", textAlign: "center" }, children: t }),
|
|
1850
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(i.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)", textAlign: "center" }, children: i.map((o, n) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-highlight__item", style: { padding: "var(--padding-base-horizontal)", backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)" }, children: [
|
|
1851
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__stat", style: { display: "block", fontSize: "var(--h1-md-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-brand)", lineHeight: 1 }, children: o.stat }),
|
|
1852
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-rtb-highlight__label", style: { display: "block", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginTop: "var(--padding-small-vertical)" }, children: o.label }),
|
|
1853
|
+
o.body && /* @__PURE__ */ e.jsx("p", { className: "lion-rtb-highlight__body", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", marginTop: "var(--padding-small-vertical)" }, children: o.body })
|
|
1854
|
+
] }, n)) })
|
|
1855
|
+
] }), Ur = ({ items: i, heading: t, columns: a = 3, className: o }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "rtb-dynamic", className: ["lion-rtb-dynamic", o].filter(Boolean).join(" "), children: [
|
|
1856
|
+
t && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
1857
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${a}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: i.map((n, s) => /* @__PURE__ */ e.jsxs("li", { className: "lion-rtb-dynamic__item", children: [
|
|
1858
|
+
n.iconSrc && /* @__PURE__ */ e.jsx("img", { src: n.iconSrc, alt: n.iconAlt ?? "", style: { width: "48px", height: "48px", objectFit: "contain", marginBottom: "var(--Grid-gutter-size)" } }),
|
|
1859
|
+
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", marginBottom: "var(--padding-small-vertical)" }, children: n.heading }),
|
|
1860
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: n.body }),
|
|
1861
|
+
n.ctaLabel && n.ctaHref && /* @__PURE__ */ e.jsx("a", { href: n.ctaHref, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", display: "inline-block", marginTop: "var(--Grid-gutter-size)" }, children: n.ctaLabel })
|
|
1057
1862
|
] }, s)) })
|
|
1058
|
-
] }),
|
|
1059
|
-
type:
|
|
1060
|
-
label:
|
|
1061
|
-
href:
|
|
1062
|
-
phone:
|
|
1063
|
-
variant:
|
|
1863
|
+
] }), Kr = ({
|
|
1864
|
+
type: i,
|
|
1865
|
+
label: t,
|
|
1866
|
+
href: a,
|
|
1867
|
+
phone: o,
|
|
1868
|
+
variant: n = "primary",
|
|
1064
1869
|
opensInNewTab: s = !1,
|
|
1065
1870
|
className: l
|
|
1066
1871
|
}) => {
|
|
1067
|
-
const
|
|
1872
|
+
const c = s ? "_blank" : void 0, g = s ? "noopener noreferrer" : void 0, b = i === "phone" ? `tel:${o}` : a;
|
|
1068
1873
|
return /* @__PURE__ */ e.jsx(
|
|
1069
1874
|
"a",
|
|
1070
1875
|
{
|
|
1071
1876
|
"data-zone": "general",
|
|
1072
1877
|
"data-content-type": "cta",
|
|
1073
1878
|
href: b,
|
|
1074
|
-
target:
|
|
1879
|
+
target: c,
|
|
1075
1880
|
rel: g,
|
|
1076
|
-
className: ["lion-cta", `lion-cta--${
|
|
1881
|
+
className: ["lion-cta", `lion-cta--${i}`, `lion-cta--${n}`, l].filter(Boolean).join(" "),
|
|
1077
1882
|
style: {
|
|
1078
1883
|
fontFamily: "var(--font-family-sans-serif)",
|
|
1079
1884
|
fontWeight: "var(--font-weight-600)",
|
|
1080
1885
|
borderRadius: "var(--border-radius-base)",
|
|
1081
1886
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
|
|
1082
|
-
backgroundColor:
|
|
1083
|
-
color:
|
|
1084
|
-
borderWidth:
|
|
1085
|
-
borderStyle:
|
|
1086
|
-
borderColor:
|
|
1887
|
+
backgroundColor: n === "primary" ? "var(--color-brand)" : "transparent",
|
|
1888
|
+
color: n === "primary" ? "var(--color-white)" : "var(--color-link)",
|
|
1889
|
+
borderWidth: n === "secondary" ? "var(--border-width-base)" : void 0,
|
|
1890
|
+
borderStyle: n === "secondary" ? "solid" : void 0,
|
|
1891
|
+
borderColor: n === "secondary" ? "var(--color-brand)" : void 0
|
|
1087
1892
|
},
|
|
1088
|
-
children:
|
|
1893
|
+
children: t
|
|
1089
1894
|
}
|
|
1090
1895
|
);
|
|
1091
|
-
},
|
|
1092
|
-
heading:
|
|
1093
|
-
ctaLabel:
|
|
1094
|
-
ctaHref:
|
|
1095
|
-
ctaType:
|
|
1096
|
-
body:
|
|
1896
|
+
}, Jr = ({
|
|
1897
|
+
heading: i,
|
|
1898
|
+
ctaLabel: t,
|
|
1899
|
+
ctaHref: a,
|
|
1900
|
+
ctaType: o = "button",
|
|
1901
|
+
body: n,
|
|
1097
1902
|
className: s
|
|
1098
1903
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1099
1904
|
"div",
|
|
@@ -1103,13 +1908,13 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1103
1908
|
className: ["lion-simple-cta", s].filter(Boolean).join(" "),
|
|
1104
1909
|
style: { padding: "var(--padding-edge)", textAlign: "center" },
|
|
1105
1910
|
children: [
|
|
1106
|
-
/* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)", marginBottom:
|
|
1107
|
-
|
|
1911
|
+
/* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)", marginBottom: n ? "var(--Grid-gutter-size)" : "var(--padding-edge)" }, children: i }),
|
|
1912
|
+
n && /* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: n }),
|
|
1108
1913
|
/* @__PURE__ */ e.jsx(
|
|
1109
1914
|
"a",
|
|
1110
1915
|
{
|
|
1111
|
-
href:
|
|
1112
|
-
style:
|
|
1916
|
+
href: a,
|
|
1917
|
+
style: o === "button" ? {
|
|
1113
1918
|
backgroundColor: "var(--color-brand)",
|
|
1114
1919
|
color: "var(--color-white)",
|
|
1115
1920
|
fontWeight: "var(--font-weight-600)",
|
|
@@ -1120,33 +1925,33 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1120
1925
|
color: "var(--color-link)",
|
|
1121
1926
|
fontWeight: "var(--font-weight-600)"
|
|
1122
1927
|
},
|
|
1123
|
-
children:
|
|
1928
|
+
children: t
|
|
1124
1929
|
}
|
|
1125
1930
|
)
|
|
1126
1931
|
]
|
|
1127
1932
|
}
|
|
1128
|
-
),
|
|
1129
|
-
const [
|
|
1130
|
-
|
|
1933
|
+
), Xr = ({ items: i, allowMultipleOpen: t = !1, className: a }) => {
|
|
1934
|
+
const [o, n] = B([]), s = (l) => {
|
|
1935
|
+
n(t ? (c) => c.includes(l) ? c.filter((g) => g !== l) : [...c, l] : (c) => c.includes(l) ? [] : [l]);
|
|
1131
1936
|
};
|
|
1132
|
-
return /* @__PURE__ */ e.jsx("div", { "data-zone": "general", "data-content-type": "accordion-block", className: ["lion-accordion",
|
|
1133
|
-
const g =
|
|
1937
|
+
return /* @__PURE__ */ e.jsx("div", { "data-zone": "general", "data-content-type": "accordion-block", className: ["lion-accordion", a].filter(Boolean).join(" "), children: i.map((l, c) => {
|
|
1938
|
+
const g = o.includes(c);
|
|
1134
1939
|
return /* @__PURE__ */ e.jsxs("div", { className: "lion-accordion__item", style: { borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: [
|
|
1135
1940
|
/* @__PURE__ */ e.jsx(
|
|
1136
1941
|
"button",
|
|
1137
1942
|
{
|
|
1138
1943
|
type: "button",
|
|
1139
1944
|
"aria-expanded": g,
|
|
1140
|
-
onClick: () => s(
|
|
1945
|
+
onClick: () => s(c),
|
|
1141
1946
|
className: "lion-accordion__trigger",
|
|
1142
1947
|
style: { width: "100%", textAlign: "left", background: "none", border: "none", cursor: "pointer", padding: "var(--padding-base-vertical) 0", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)", color: "var(--color-text)" },
|
|
1143
1948
|
children: l.heading
|
|
1144
1949
|
}
|
|
1145
1950
|
),
|
|
1146
1951
|
g && /* @__PURE__ */ e.jsx("div", { className: "lion-accordion__body", style: { padding: "0 0 var(--padding-base-vertical)", fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: l.body })
|
|
1147
|
-
] },
|
|
1952
|
+
] }, c);
|
|
1148
1953
|
}) });
|
|
1149
|
-
},
|
|
1954
|
+
}, ur = {
|
|
1150
1955
|
white: "var(--color-white)",
|
|
1151
1956
|
"gray-lightest": "var(--color-gray-lightest)",
|
|
1152
1957
|
"teal-tint": "var(--color-teal-tint)",
|
|
@@ -1154,74 +1959,74 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1154
1959
|
"blue-dark": "var(--color-blue-dark)",
|
|
1155
1960
|
teal: "var(--color-teal)",
|
|
1156
1961
|
brand: "var(--color-brand)"
|
|
1157
|
-
},
|
|
1962
|
+
}, Qr = ({ color: i, children: t, className: a }) => /* @__PURE__ */ e.jsx(
|
|
1158
1963
|
"div",
|
|
1159
1964
|
{
|
|
1160
1965
|
"data-zone": "general",
|
|
1161
1966
|
"data-content-type": "background-color-block",
|
|
1162
|
-
"data-color":
|
|
1163
|
-
className: ["lion-bg-color-block", `lion-bg-color-block--${
|
|
1164
|
-
style: { backgroundColor:
|
|
1165
|
-
children:
|
|
1967
|
+
"data-color": i,
|
|
1968
|
+
className: ["lion-bg-color-block", `lion-bg-color-block--${i}`, a].filter(Boolean).join(" "),
|
|
1969
|
+
style: { backgroundColor: ur[i], padding: "var(--padding-edge)" },
|
|
1970
|
+
children: t
|
|
1166
1971
|
}
|
|
1167
|
-
),
|
|
1168
|
-
heading:
|
|
1169
|
-
body:
|
|
1170
|
-
imageSrc:
|
|
1171
|
-
imageAlt:
|
|
1172
|
-
imagePosition:
|
|
1972
|
+
), Zr = ({
|
|
1973
|
+
heading: i,
|
|
1974
|
+
body: t,
|
|
1975
|
+
imageSrc: a,
|
|
1976
|
+
imageAlt: o,
|
|
1977
|
+
imagePosition: n = "top",
|
|
1173
1978
|
ctaLabel: s,
|
|
1174
1979
|
ctaHref: l,
|
|
1175
|
-
className:
|
|
1980
|
+
className: c
|
|
1176
1981
|
}) => {
|
|
1177
|
-
const g =
|
|
1982
|
+
const g = n === "left" || n === "right";
|
|
1178
1983
|
return /* @__PURE__ */ e.jsxs(
|
|
1179
1984
|
"div",
|
|
1180
1985
|
{
|
|
1181
1986
|
"data-zone": "general",
|
|
1182
1987
|
"data-content-type": "basic-content-block",
|
|
1183
|
-
className: ["lion-basic-content",
|
|
1184
|
-
style: { display: g ? "flex" : "block", flexDirection:
|
|
1988
|
+
className: ["lion-basic-content", c].filter(Boolean).join(" "),
|
|
1989
|
+
style: { display: g ? "flex" : "block", flexDirection: n === "right" ? "row-reverse" : "row", gap: "var(--Grid-gutter-size)" },
|
|
1185
1990
|
children: [
|
|
1186
|
-
|
|
1991
|
+
a && n !== "none" && /* @__PURE__ */ e.jsx("img", { src: a, alt: o ?? "", className: "lion-basic-content__image", style: { flex: g ? "0 0 40%" : void 0, width: g ? void 0 : "100%" } }),
|
|
1187
1992
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-basic-content__text", children: [
|
|
1188
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-basic-content__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children:
|
|
1189
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-basic-content__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children:
|
|
1993
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-basic-content__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: i }),
|
|
1994
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-basic-content__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" }, children: t }),
|
|
1190
1995
|
s && l && /* @__PURE__ */ e.jsx("a", { href: l, className: "lion-basic-content__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: s })
|
|
1191
1996
|
] })
|
|
1192
1997
|
]
|
|
1193
1998
|
}
|
|
1194
1999
|
);
|
|
1195
|
-
},
|
|
2000
|
+
}, eo = ({ html: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
1196
2001
|
"div",
|
|
1197
2002
|
{
|
|
1198
2003
|
"data-zone": "general",
|
|
1199
2004
|
"data-content-type": "body-text-copy-block",
|
|
1200
|
-
className: ["lion-body-text",
|
|
2005
|
+
className: ["lion-body-text", t].filter(Boolean).join(" "),
|
|
1201
2006
|
style: { fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)", lineHeight: "var(--line-height-base)", color: "var(--color-text)", maxWidth: "72ch" },
|
|
1202
|
-
dangerouslySetInnerHTML: { __html:
|
|
2007
|
+
dangerouslySetInnerHTML: { __html: i }
|
|
1203
2008
|
}
|
|
1204
|
-
),
|
|
2009
|
+
), ro = ({ heading: i, body: t, ctaLabel: a, ctaHref: o, className: n }) => /* @__PURE__ */ e.jsxs(
|
|
1205
2010
|
"div",
|
|
1206
2011
|
{
|
|
1207
2012
|
"data-zone": "general",
|
|
1208
2013
|
"data-content-type": "callout",
|
|
1209
|
-
className: ["lion-callout",
|
|
2014
|
+
className: ["lion-callout", n].filter(Boolean).join(" "),
|
|
1210
2015
|
style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
|
|
1211
2016
|
children: [
|
|
1212
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children:
|
|
1213
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
1214
|
-
|
|
2017
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)" }, children: i }),
|
|
2018
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: t }),
|
|
2019
|
+
a && o && /* @__PURE__ */ e.jsx("a", { href: o, className: "lion-callout__cta", style: { color: "var(--color-link)" }, children: a })
|
|
1215
2020
|
]
|
|
1216
2021
|
}
|
|
1217
|
-
),
|
|
2022
|
+
), pr = ["Risk-free", "No Obligation", "Protected Privacy"], oo = ({ tags: i = pr, className: t }) => /* @__PURE__ */ e.jsx(
|
|
1218
2023
|
"ul",
|
|
1219
2024
|
{
|
|
1220
2025
|
"data-zone": "general",
|
|
1221
2026
|
"data-content-type": "confidence-tags",
|
|
1222
|
-
className: ["lion-confidence-tags",
|
|
2027
|
+
className: ["lion-confidence-tags", t].filter(Boolean).join(" "),
|
|
1223
2028
|
style: { listStyle: "none", padding: 0, margin: 0, display: "flex", gap: "var(--Grid-gutter-size)" },
|
|
1224
|
-
children:
|
|
2029
|
+
children: i.map((a) => /* @__PURE__ */ e.jsx(
|
|
1225
2030
|
"li",
|
|
1226
2031
|
{
|
|
1227
2032
|
className: "lion-confidence-tags__tag",
|
|
@@ -1233,74 +2038,74 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1233
2038
|
padding: "var(--padding-small-vertical) var(--padding-small-horizontal)",
|
|
1234
2039
|
backgroundColor: "var(--color-teal-opaque)"
|
|
1235
2040
|
},
|
|
1236
|
-
children:
|
|
2041
|
+
children: a
|
|
1237
2042
|
},
|
|
1238
|
-
|
|
2043
|
+
a
|
|
1239
2044
|
))
|
|
1240
2045
|
}
|
|
1241
|
-
),
|
|
1242
|
-
src:
|
|
1243
|
-
alt:
|
|
1244
|
-
caption:
|
|
1245
|
-
width:
|
|
1246
|
-
alignment:
|
|
2046
|
+
), ao = ({
|
|
2047
|
+
src: i,
|
|
2048
|
+
alt: t,
|
|
2049
|
+
caption: a,
|
|
2050
|
+
width: o = "full",
|
|
2051
|
+
alignment: n = "left",
|
|
1247
2052
|
linkHref: s,
|
|
1248
2053
|
className: l
|
|
1249
2054
|
}) => {
|
|
1250
|
-
const
|
|
2055
|
+
const c = { full: "100%", half: "50%", third: "33.333%" }, g = /* @__PURE__ */ e.jsx("img", { src: i, alt: t, className: "lion-content-image__img", style: { width: "100%", display: "block", borderRadius: "var(--border-radius-base)" } });
|
|
1251
2056
|
return /* @__PURE__ */ e.jsxs(
|
|
1252
2057
|
"figure",
|
|
1253
2058
|
{
|
|
1254
2059
|
"data-zone": "general",
|
|
1255
2060
|
"data-content-type": "content-image-block",
|
|
1256
2061
|
className: ["lion-content-image", l].filter(Boolean).join(" "),
|
|
1257
|
-
style: { margin: 0, width:
|
|
2062
|
+
style: { margin: 0, width: c[o], marginLeft: n === "center" ? "auto" : void 0, marginRight: n === "center" || n === "right" ? "auto" : void 0 },
|
|
1258
2063
|
children: [
|
|
1259
2064
|
s ? /* @__PURE__ */ e.jsx("a", { href: s, children: g }) : g,
|
|
1260
|
-
|
|
2065
|
+
a && /* @__PURE__ */ e.jsx("figcaption", { className: "lion-content-image__caption", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" }, children: a })
|
|
1261
2066
|
]
|
|
1262
2067
|
}
|
|
1263
2068
|
);
|
|
1264
|
-
},
|
|
2069
|
+
}, io = ({ cards: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
1265
2070
|
"ul",
|
|
1266
2071
|
{
|
|
1267
2072
|
"data-zone": "general",
|
|
1268
2073
|
"data-content-type": "cross-sell-card-block",
|
|
1269
|
-
className: ["lion-cross-sell",
|
|
1270
|
-
style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(
|
|
1271
|
-
children:
|
|
1272
|
-
|
|
2074
|
+
className: ["lion-cross-sell", t].filter(Boolean).join(" "),
|
|
2075
|
+
style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${Math.min(i.length, 3)}, 1fr)`, gap: "var(--Grid-gutter-size)" },
|
|
2076
|
+
children: i.map((a, o) => /* @__PURE__ */ e.jsxs("li", { className: "lion-cross-sell__card", style: { borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", overflow: "hidden" }, children: [
|
|
2077
|
+
a.imageSrc && /* @__PURE__ */ e.jsx("img", { src: a.imageSrc, alt: a.imageAlt ?? "", className: "lion-cross-sell__image", style: { width: "100%", display: "block" } }),
|
|
1273
2078
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-cross-sell__body", style: { padding: "var(--padding-base-horizontal)" }, children: [
|
|
1274
|
-
/* @__PURE__ */ e.jsx("h3", { className: "lion-cross-sell__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children:
|
|
1275
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-cross-sell__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
1276
|
-
/* @__PURE__ */ e.jsx("a", { href:
|
|
2079
|
+
/* @__PURE__ */ e.jsx("h3", { className: "lion-cross-sell__heading", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: a.heading }),
|
|
2080
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-cross-sell__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.body }),
|
|
2081
|
+
/* @__PURE__ */ e.jsx("a", { href: a.ctaHref, className: "lion-cross-sell__cta", style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" }, children: a.ctaLabel })
|
|
1277
2082
|
] })
|
|
1278
|
-
] },
|
|
2083
|
+
] }, o))
|
|
1279
2084
|
}
|
|
1280
|
-
),
|
|
2085
|
+
), br = {
|
|
1281
2086
|
checkmark: "✓",
|
|
1282
2087
|
bullet: "•",
|
|
1283
2088
|
number: "",
|
|
1284
2089
|
icon: "→"
|
|
1285
|
-
},
|
|
1286
|
-
const
|
|
1287
|
-
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "decorative-list-block", className: ["lion-decorative-list",
|
|
1288
|
-
|
|
1289
|
-
/* @__PURE__ */ e.jsx(
|
|
1290
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-decorative-list__marker", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", flexShrink: 0 }, children:
|
|
2090
|
+
}, to = ({ items: i, style: t = "checkmark", heading: a, className: o }) => {
|
|
2091
|
+
const n = t === "number" ? "ol" : "ul";
|
|
2092
|
+
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "decorative-list-block", className: ["lion-decorative-list", o].filter(Boolean).join(" "), children: [
|
|
2093
|
+
a && /* @__PURE__ */ e.jsx("h2", { className: "lion-decorative-list__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: a }),
|
|
2094
|
+
/* @__PURE__ */ e.jsx(n, { className: "lion-decorative-list__list", style: { listStyle: "none", padding: 0, margin: 0 }, children: i.map((s, l) => /* @__PURE__ */ e.jsxs("li", { className: "lion-decorative-list__item", style: { display: "flex", gap: "var(--Grid-gutter-size)", alignItems: "flex-start", padding: "var(--padding-small-vertical) 0", fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: [
|
|
2095
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-decorative-list__marker", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", flexShrink: 0 }, children: t === "number" ? `${l + 1}.` : br[t] }),
|
|
1291
2096
|
/* @__PURE__ */ e.jsx("span", { children: s })
|
|
1292
2097
|
] }, l)) })
|
|
1293
2098
|
] });
|
|
1294
|
-
},
|
|
1295
|
-
heading:
|
|
1296
|
-
body:
|
|
1297
|
-
placeholder:
|
|
1298
|
-
submitLabel:
|
|
1299
|
-
onSubmit:
|
|
2099
|
+
}, no = ({
|
|
2100
|
+
heading: i,
|
|
2101
|
+
body: t,
|
|
2102
|
+
placeholder: a = "Enter your email",
|
|
2103
|
+
submitLabel: o = "Subscribe",
|
|
2104
|
+
onSubmit: n,
|
|
1300
2105
|
className: s
|
|
1301
2106
|
}) => {
|
|
1302
|
-
const [l,
|
|
1303
|
-
b.preventDefault(),
|
|
2107
|
+
const [l, c] = B(""), g = (b) => {
|
|
2108
|
+
b.preventDefault(), n == null || n(l);
|
|
1304
2109
|
};
|
|
1305
2110
|
return /* @__PURE__ */ e.jsxs(
|
|
1306
2111
|
"div",
|
|
@@ -1310,8 +2115,8 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1310
2115
|
className: ["lion-email-callout", s].filter(Boolean).join(" "),
|
|
1311
2116
|
style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)" },
|
|
1312
2117
|
children: [
|
|
1313
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-email-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children:
|
|
1314
|
-
|
|
2118
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-email-callout__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: i }),
|
|
2119
|
+
t && /* @__PURE__ */ e.jsx("p", { className: "lion-email-callout__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: t }),
|
|
1315
2120
|
/* @__PURE__ */ e.jsxs("form", { className: "lion-email-callout__form", onSubmit: g, style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
|
|
1316
2121
|
/* @__PURE__ */ e.jsx(
|
|
1317
2122
|
"input",
|
|
@@ -1319,8 +2124,8 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1319
2124
|
type: "email",
|
|
1320
2125
|
required: !0,
|
|
1321
2126
|
value: l,
|
|
1322
|
-
onChange: (b) =>
|
|
1323
|
-
placeholder:
|
|
2127
|
+
onChange: (b) => c(b.target.value),
|
|
2128
|
+
placeholder: a,
|
|
1324
2129
|
className: "lion-email-callout__input",
|
|
1325
2130
|
style: { flex: 1, borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" }
|
|
1326
2131
|
}
|
|
@@ -1331,26 +2136,26 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1331
2136
|
type: "submit",
|
|
1332
2137
|
className: "lion-email-callout__submit",
|
|
1333
2138
|
style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", border: "none", cursor: "pointer" },
|
|
1334
|
-
children:
|
|
2139
|
+
children: o
|
|
1335
2140
|
}
|
|
1336
2141
|
)
|
|
1337
2142
|
] })
|
|
1338
2143
|
]
|
|
1339
2144
|
}
|
|
1340
2145
|
);
|
|
1341
|
-
},
|
|
2146
|
+
}, _r = {
|
|
1342
2147
|
"16/9": "56.25%",
|
|
1343
2148
|
"4/3": "75%",
|
|
1344
2149
|
"1/1": "100%"
|
|
1345
|
-
},
|
|
1346
|
-
src:
|
|
1347
|
-
title:
|
|
1348
|
-
aspectRatio:
|
|
1349
|
-
autoplay:
|
|
1350
|
-
caption:
|
|
2150
|
+
}, lo = ({
|
|
2151
|
+
src: i,
|
|
2152
|
+
title: t,
|
|
2153
|
+
aspectRatio: a = "16/9",
|
|
2154
|
+
autoplay: o = !1,
|
|
2155
|
+
caption: n,
|
|
1351
2156
|
className: s
|
|
1352
2157
|
}) => {
|
|
1353
|
-
const l =
|
|
2158
|
+
const l = o ? `${i}${i.includes("?") ? "&" : "?"}autoplay=1` : i;
|
|
1354
2159
|
return /* @__PURE__ */ e.jsxs(
|
|
1355
2160
|
"figure",
|
|
1356
2161
|
{
|
|
@@ -1359,26 +2164,26 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1359
2164
|
className: ["lion-video", s].filter(Boolean).join(" "),
|
|
1360
2165
|
style: { margin: 0 },
|
|
1361
2166
|
children: [
|
|
1362
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-video__wrapper", style: { position: "relative", paddingBottom:
|
|
2167
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-video__wrapper", style: { position: "relative", paddingBottom: _r[a], height: 0, overflow: "hidden", borderRadius: "var(--border-radius-base)" }, children: /* @__PURE__ */ e.jsx(
|
|
1363
2168
|
"iframe",
|
|
1364
2169
|
{
|
|
1365
2170
|
src: l,
|
|
1366
|
-
title:
|
|
2171
|
+
title: t,
|
|
1367
2172
|
className: "lion-video__iframe",
|
|
1368
2173
|
style: { position: "absolute", top: 0, left: 0, width: "100%", height: "100%", border: 0 },
|
|
1369
2174
|
allowFullScreen: !0
|
|
1370
2175
|
}
|
|
1371
2176
|
) }),
|
|
1372
|
-
|
|
2177
|
+
n && /* @__PURE__ */ e.jsx("figcaption", { className: "lion-video__caption", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" }, children: n })
|
|
1373
2178
|
]
|
|
1374
2179
|
}
|
|
1375
2180
|
);
|
|
1376
|
-
},
|
|
1377
|
-
imageSrc:
|
|
1378
|
-
imageAlt:
|
|
1379
|
-
highlightBox:
|
|
1380
|
-
highlightBoxPosition:
|
|
1381
|
-
className:
|
|
2181
|
+
}, so = ({
|
|
2182
|
+
imageSrc: i,
|
|
2183
|
+
imageAlt: t,
|
|
2184
|
+
highlightBox: a,
|
|
2185
|
+
highlightBoxPosition: o = "bottom-left",
|
|
2186
|
+
className: n
|
|
1382
2187
|
}) => {
|
|
1383
2188
|
const s = {
|
|
1384
2189
|
"bottom-left": { bottom: "var(--padding-edge)", left: "var(--padding-edge)" },
|
|
@@ -1391,32 +2196,32 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1391
2196
|
{
|
|
1392
2197
|
"data-zone": "general",
|
|
1393
2198
|
"data-content-type": "full-size-image-with-highlight-box",
|
|
1394
|
-
className: ["lion-full-image",
|
|
2199
|
+
className: ["lion-full-image", n].filter(Boolean).join(" "),
|
|
1395
2200
|
style: { position: "relative", overflow: "hidden", borderRadius: "var(--border-radius-base)" },
|
|
1396
2201
|
children: [
|
|
1397
|
-
/* @__PURE__ */ e.jsx("img", { src:
|
|
2202
|
+
/* @__PURE__ */ e.jsx("img", { src: i, alt: t, className: "lion-full-image__img", style: { width: "100%", display: "block" } }),
|
|
1398
2203
|
/* @__PURE__ */ e.jsxs(
|
|
1399
2204
|
"div",
|
|
1400
2205
|
{
|
|
1401
2206
|
className: "lion-full-image__highlight-box",
|
|
1402
2207
|
style: {
|
|
1403
2208
|
position: "absolute",
|
|
1404
|
-
...s[
|
|
2209
|
+
...s[o],
|
|
1405
2210
|
backgroundColor: "var(--color-white)",
|
|
1406
2211
|
borderRadius: "var(--border-radius-base)",
|
|
1407
2212
|
padding: "var(--padding-edge)",
|
|
1408
2213
|
maxWidth: "360px"
|
|
1409
2214
|
},
|
|
1410
2215
|
children: [
|
|
1411
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-full-image__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children:
|
|
1412
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-full-image__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
1413
|
-
|
|
2216
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-full-image__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: a.heading }),
|
|
2217
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-full-image__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: a.body }),
|
|
2218
|
+
a.ctaLabel && a.ctaHref && /* @__PURE__ */ e.jsx(
|
|
1414
2219
|
"a",
|
|
1415
2220
|
{
|
|
1416
|
-
href:
|
|
2221
|
+
href: a.ctaHref,
|
|
1417
2222
|
className: "lion-full-image__cta",
|
|
1418
2223
|
style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" },
|
|
1419
|
-
children:
|
|
2224
|
+
children: a.ctaLabel
|
|
1420
2225
|
}
|
|
1421
2226
|
)
|
|
1422
2227
|
]
|
|
@@ -1425,56 +2230,56 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1425
2230
|
]
|
|
1426
2231
|
}
|
|
1427
2232
|
);
|
|
1428
|
-
},
|
|
2233
|
+
}, yr = {
|
|
1429
2234
|
thin: "var(--border-width-thin)",
|
|
1430
2235
|
base: "var(--border-width-base)",
|
|
1431
2236
|
thick: "var(--border-width-thick)"
|
|
1432
|
-
},
|
|
1433
|
-
style:
|
|
1434
|
-
color:
|
|
1435
|
-
thickness:
|
|
1436
|
-
className:
|
|
2237
|
+
}, co = ({
|
|
2238
|
+
style: i = "solid",
|
|
2239
|
+
color: t = "var(--color-line)",
|
|
2240
|
+
thickness: a = "thin",
|
|
2241
|
+
className: o
|
|
1437
2242
|
}) => /* @__PURE__ */ e.jsx(
|
|
1438
2243
|
"hr",
|
|
1439
2244
|
{
|
|
1440
2245
|
"data-zone": "general",
|
|
1441
2246
|
"data-content-type": "horizontal-rule",
|
|
1442
|
-
className: ["lion-horizontal-rule",
|
|
1443
|
-
style: { border: "none", borderTopWidth:
|
|
2247
|
+
className: ["lion-horizontal-rule", o].filter(Boolean).join(" "),
|
|
2248
|
+
style: { border: "none", borderTopWidth: yr[a], borderTopStyle: i, borderTopColor: t, margin: "var(--padding-edge) 0" }
|
|
1444
2249
|
}
|
|
1445
|
-
),
|
|
2250
|
+
), xr = {
|
|
1446
2251
|
info: { bg: "var(--color-teal-tint)", color: "var(--color-teal-dark)", border: "var(--color-teal)" },
|
|
1447
2252
|
warning: { bg: "var(--color-yellow-light)", color: "var(--color-yellow)", border: "var(--color-yellow)" },
|
|
1448
2253
|
success: { bg: "var(--color-green-light)", color: "var(--color-green)", border: "var(--color-green)" },
|
|
1449
2254
|
error: { bg: "var(--color-red-light)", color: "var(--color-red)", border: "var(--color-red)" }
|
|
1450
|
-
},
|
|
1451
|
-
const [s, l] =
|
|
2255
|
+
}, ho = ({ type: i, message: t, heading: a, dismissible: o = !1, className: n }) => {
|
|
2256
|
+
const [s, l] = oe.useState(!1);
|
|
1452
2257
|
if (s) return null;
|
|
1453
|
-
const
|
|
2258
|
+
const c = xr[i];
|
|
1454
2259
|
return /* @__PURE__ */ e.jsxs(
|
|
1455
2260
|
"div",
|
|
1456
2261
|
{
|
|
1457
2262
|
role: "alert",
|
|
1458
2263
|
"data-zone": "general",
|
|
1459
2264
|
"data-content-type": "inline-message",
|
|
1460
|
-
"data-type":
|
|
1461
|
-
className: ["lion-inline-message", `lion-inline-message--${
|
|
1462
|
-
style: { backgroundColor:
|
|
2265
|
+
"data-type": i,
|
|
2266
|
+
className: ["lion-inline-message", `lion-inline-message--${i}`, n].filter(Boolean).join(" "),
|
|
2267
|
+
style: { backgroundColor: c.bg, borderLeft: `var(--border-width-thick) solid ${c.border}`, borderRadius: "var(--border-radius-small)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "flex", justifyContent: "space-between", alignItems: "flex-start" },
|
|
1463
2268
|
children: [
|
|
1464
2269
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1465
|
-
|
|
1466
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-inline-message__text", style: { fontSize: "var(--font-size-base)", color:
|
|
2270
|
+
a && /* @__PURE__ */ e.jsx("strong", { className: "lion-inline-message__heading", style: { color: c.color, display: "block", fontWeight: "var(--font-weight-600)" }, children: a }),
|
|
2271
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-inline-message__text", style: { fontSize: "var(--font-size-base)", color: c.color }, children: t })
|
|
1467
2272
|
] }),
|
|
1468
|
-
|
|
2273
|
+
o && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l(!0), "aria-label": "Dismiss", style: { background: "none", border: "none", cursor: "pointer", color: c.color, fontWeight: "var(--font-weight-700)", fontSize: "1.2em", padding: 0, marginLeft: "var(--Grid-gutter-size)" }, children: "×" })
|
|
1469
2274
|
]
|
|
1470
2275
|
}
|
|
1471
2276
|
);
|
|
1472
|
-
},
|
|
1473
|
-
heading:
|
|
1474
|
-
body:
|
|
1475
|
-
deadline:
|
|
1476
|
-
ctaLabel:
|
|
1477
|
-
ctaHref:
|
|
2277
|
+
}, go = ({
|
|
2278
|
+
heading: i,
|
|
2279
|
+
body: t,
|
|
2280
|
+
deadline: a,
|
|
2281
|
+
ctaLabel: o,
|
|
2282
|
+
ctaHref: n,
|
|
1478
2283
|
className: s
|
|
1479
2284
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1480
2285
|
"div",
|
|
@@ -1484,54 +2289,54 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1484
2289
|
className: ["lion-last-chance", s].filter(Boolean).join(" "),
|
|
1485
2290
|
style: { background: "var(--gradient-blue-to-teal)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", color: "var(--color-white)", textAlign: "center" },
|
|
1486
2291
|
children: [
|
|
1487
|
-
|
|
2292
|
+
a && /* @__PURE__ */ e.jsxs("p", { className: "lion-last-chance__deadline", style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", textTransform: "uppercase", letterSpacing: "0.05em", marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1488
2293
|
"Deadline: ",
|
|
1489
|
-
|
|
2294
|
+
a
|
|
1490
2295
|
] }),
|
|
1491
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-last-chance__heading", style: { fontSize: "var(--h1-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children:
|
|
1492
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-last-chance__body", style: { fontSize: "var(--font-size-base)", marginBottom: "var(--padding-edge)" }, children:
|
|
2296
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-last-chance__heading", style: { fontSize: "var(--h1-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" }, children: i }),
|
|
2297
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-last-chance__body", style: { fontSize: "var(--font-size-base)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
1493
2298
|
/* @__PURE__ */ e.jsx(
|
|
1494
2299
|
"a",
|
|
1495
2300
|
{
|
|
1496
|
-
href:
|
|
2301
|
+
href: n,
|
|
1497
2302
|
className: "lion-last-chance__cta",
|
|
1498
2303
|
style: { backgroundColor: "var(--color-white)", color: "var(--color-brand)", fontWeight: "var(--font-weight-700)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-large-vertical) var(--padding-large-horizontal)", display: "inline-block" },
|
|
1499
|
-
children:
|
|
2304
|
+
children: o
|
|
1500
2305
|
}
|
|
1501
2306
|
)
|
|
1502
2307
|
]
|
|
1503
2308
|
}
|
|
1504
|
-
),
|
|
1505
|
-
fields:
|
|
1506
|
-
submitLabel:
|
|
1507
|
-
onSubmit:
|
|
1508
|
-
mediaCode:
|
|
1509
|
-
className:
|
|
2309
|
+
), fo = ({
|
|
2310
|
+
fields: i,
|
|
2311
|
+
submitLabel: t = "Submit",
|
|
2312
|
+
onSubmit: a,
|
|
2313
|
+
mediaCode: o,
|
|
2314
|
+
className: n
|
|
1510
2315
|
}) => {
|
|
1511
2316
|
const s = (l) => {
|
|
1512
|
-
if (l.preventDefault(), !
|
|
1513
|
-
const
|
|
1514
|
-
|
|
1515
|
-
g[
|
|
1516
|
-
}),
|
|
2317
|
+
if (l.preventDefault(), !a) return;
|
|
2318
|
+
const c = new FormData(l.currentTarget), g = {};
|
|
2319
|
+
c.forEach((b, _) => {
|
|
2320
|
+
g[_] = b;
|
|
2321
|
+
}), a(g);
|
|
1517
2322
|
};
|
|
1518
2323
|
return /* @__PURE__ */ e.jsxs(
|
|
1519
2324
|
"form",
|
|
1520
2325
|
{
|
|
1521
2326
|
"data-zone": "general",
|
|
1522
2327
|
"data-content-type": "lead-form",
|
|
1523
|
-
"data-media-code":
|
|
1524
|
-
className: ["lion-lead-form",
|
|
2328
|
+
"data-media-code": o,
|
|
2329
|
+
className: ["lion-lead-form", n].filter(Boolean).join(" "),
|
|
1525
2330
|
onSubmit: s,
|
|
1526
2331
|
children: [
|
|
1527
|
-
|
|
1528
|
-
var
|
|
2332
|
+
i.map((l) => {
|
|
2333
|
+
var c;
|
|
1529
2334
|
return /* @__PURE__ */ e.jsxs("div", { className: "lion-lead-form__field", children: [
|
|
1530
2335
|
/* @__PURE__ */ e.jsxs("label", { htmlFor: l.name, className: "lion-lead-form__label", style: { fontWeight: "var(--font-weight-600)" }, children: [
|
|
1531
2336
|
l.label,
|
|
1532
2337
|
l.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
|
|
1533
2338
|
] }),
|
|
1534
|
-
l.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: l.name, name: l.name, required: l.required, className: "lion-lead-form__select", children: (
|
|
2339
|
+
l.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: l.name, name: l.name, required: l.required, className: "lion-lead-form__select", children: (c = l.options) == null ? void 0 : c.map((g) => /* @__PURE__ */ e.jsx("option", { value: g, children: g }, g)) }) : /* @__PURE__ */ e.jsx(
|
|
1535
2340
|
"input",
|
|
1536
2341
|
{
|
|
1537
2342
|
id: l.name,
|
|
@@ -1555,95 +2360,95 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1555
2360
|
borderRadius: "var(--border-radius-base)",
|
|
1556
2361
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)"
|
|
1557
2362
|
},
|
|
1558
|
-
children:
|
|
2363
|
+
children: t
|
|
1559
2364
|
}
|
|
1560
2365
|
)
|
|
1561
2366
|
]
|
|
1562
2367
|
}
|
|
1563
2368
|
);
|
|
1564
|
-
},
|
|
1565
|
-
steps:
|
|
1566
|
-
submitLabel:
|
|
1567
|
-
onSubmit:
|
|
1568
|
-
mediaCode:
|
|
1569
|
-
className:
|
|
2369
|
+
}, vo = ({
|
|
2370
|
+
steps: i,
|
|
2371
|
+
submitLabel: t = "Submit",
|
|
2372
|
+
onSubmit: a,
|
|
2373
|
+
mediaCode: o,
|
|
2374
|
+
className: n
|
|
1570
2375
|
}) => {
|
|
1571
|
-
const [s, l] = B(0), [
|
|
1572
|
-
|
|
1573
|
-
const S = new FormData(
|
|
1574
|
-
S.forEach((D,
|
|
1575
|
-
C[
|
|
2376
|
+
const [s, l] = B(0), [c, g] = B({}), b = s === i.length - 1, _ = i[s], j = (u) => {
|
|
2377
|
+
u.preventDefault();
|
|
2378
|
+
const S = new FormData(u.currentTarget), C = {};
|
|
2379
|
+
S.forEach((D, T) => {
|
|
2380
|
+
C[T] = D;
|
|
1576
2381
|
});
|
|
1577
|
-
const G = { ...
|
|
1578
|
-
g(G), b ?
|
|
2382
|
+
const G = { ...c, ...C };
|
|
2383
|
+
g(G), b ? a == null || a(G) : l((D) => D + 1);
|
|
1579
2384
|
};
|
|
1580
2385
|
return /* @__PURE__ */ e.jsxs(
|
|
1581
2386
|
"div",
|
|
1582
2387
|
{
|
|
1583
2388
|
"data-zone": "general",
|
|
1584
2389
|
"data-content-type": "multi-step-lead-form",
|
|
1585
|
-
"data-media-code":
|
|
1586
|
-
className: ["lion-multi-step-form",
|
|
2390
|
+
"data-media-code": o,
|
|
2391
|
+
className: ["lion-multi-step-form", n].filter(Boolean).join(" "),
|
|
1587
2392
|
children: [
|
|
1588
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__progress", style: { display: "flex", gap: "var(--padding-small-horizontal)", marginBottom: "var(--padding-edge)" }, children:
|
|
2393
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__progress", style: { display: "flex", gap: "var(--padding-small-horizontal)", marginBottom: "var(--padding-edge)" }, children: i.map((u, S) => /* @__PURE__ */ e.jsx("div", { className: "lion-multi-step-form__step-indicator", style: { flex: 1, height: "4px", borderRadius: "2px", backgroundColor: S <= s ? "var(--color-brand)" : "var(--color-gray-light)" } }, S)) }),
|
|
1589
2394
|
/* @__PURE__ */ e.jsxs("p", { className: "lion-multi-step-form__step-label", style: { fontSize: "var(--h5-font-size)", color: "var(--color-gray)", marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1590
2395
|
"Step ",
|
|
1591
2396
|
s + 1,
|
|
1592
2397
|
" of ",
|
|
1593
|
-
|
|
2398
|
+
i.length,
|
|
1594
2399
|
": ",
|
|
1595
|
-
|
|
2400
|
+
_.title
|
|
1596
2401
|
] }),
|
|
1597
|
-
/* @__PURE__ */ e.jsxs("form", { onSubmit:
|
|
1598
|
-
|
|
2402
|
+
/* @__PURE__ */ e.jsxs("form", { onSubmit: j, children: [
|
|
2403
|
+
_.fields.map((u) => {
|
|
1599
2404
|
var S;
|
|
1600
2405
|
return /* @__PURE__ */ e.jsxs("div", { className: "lion-multi-step-form__field", style: { marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
1601
|
-
/* @__PURE__ */ e.jsxs("label", { htmlFor:
|
|
1602
|
-
|
|
1603
|
-
|
|
2406
|
+
/* @__PURE__ */ e.jsxs("label", { htmlFor: u.name, style: { display: "block", fontWeight: "var(--font-weight-600)", marginBottom: "0.4rem" }, children: [
|
|
2407
|
+
u.label,
|
|
2408
|
+
u.required && /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", children: " *" })
|
|
1604
2409
|
] }),
|
|
1605
|
-
|
|
1606
|
-
] },
|
|
2410
|
+
u.type === "select" ? /* @__PURE__ */ e.jsx("select", { id: u.name, name: u.name, required: u.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }, children: (S = u.options) == null ? void 0 : S.map((C) => /* @__PURE__ */ e.jsx("option", { value: C, children: C }, C)) }) : /* @__PURE__ */ e.jsx("input", { id: u.name, name: u.name, type: u.type, required: u.required, style: { width: "100%", borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)" } })
|
|
2411
|
+
] }, u.name);
|
|
1607
2412
|
}),
|
|
1608
2413
|
/* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", gap: "var(--Grid-gutter-size)" }, children: [
|
|
1609
|
-
s > 0 && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l((
|
|
1610
|
-
/* @__PURE__ */ e.jsx("button", { type: "submit", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", border: "none", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)", marginLeft: "auto" }, children: b ?
|
|
2414
|
+
s > 0 && /* @__PURE__ */ e.jsx("button", { type: "button", onClick: () => l((u) => u - 1), style: { background: "none", border: "var(--border-width-base) solid var(--color-brand)", color: "var(--color-link)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)" }, children: "Back" }),
|
|
2415
|
+
/* @__PURE__ */ e.jsx("button", { type: "submit", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", border: "none", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", cursor: "pointer", fontWeight: "var(--font-weight-600)", marginLeft: "auto" }, children: b ? t : "Next" })
|
|
1611
2416
|
] })
|
|
1612
2417
|
] })
|
|
1613
2418
|
]
|
|
1614
2419
|
}
|
|
1615
2420
|
);
|
|
1616
|
-
},
|
|
1617
|
-
|
|
1618
|
-
/* @__PURE__ */ e.jsx("ul", { className: "lion-testimonials__list", style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))", gap: "var(--Grid-gutter-size)" }, children:
|
|
1619
|
-
|
|
1620
|
-
"★".repeat(
|
|
1621
|
-
"☆".repeat(5 -
|
|
2421
|
+
}, mo = ({ testimonials: i, heading: t, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "multi-testimonial", className: ["lion-testimonials", a].filter(Boolean).join(" "), children: [
|
|
2422
|
+
t && /* @__PURE__ */ e.jsx("h2", { className: "lion-testimonials__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
2423
|
+
/* @__PURE__ */ e.jsx("ul", { className: "lion-testimonials__list", style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(280px, 1fr))", gap: "var(--Grid-gutter-size)" }, children: i.map((o, n) => /* @__PURE__ */ e.jsxs("li", { className: "lion-testimonials__item", style: { backgroundColor: "var(--color-gray-lightest)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-horizontal)" }, children: [
|
|
2424
|
+
o.rating && /* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__rating", "aria-label": `${o.rating} out of 5 stars`, style: { color: "var(--color-gold)", marginBottom: "var(--Grid-gutter-size)" }, children: [
|
|
2425
|
+
"★".repeat(o.rating),
|
|
2426
|
+
"☆".repeat(5 - o.rating)
|
|
1622
2427
|
] }),
|
|
1623
2428
|
/* @__PURE__ */ e.jsxs("blockquote", { className: "lion-testimonials__quote", style: { margin: 0, fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", fontStyle: "italic" }, children: [
|
|
1624
2429
|
'"',
|
|
1625
|
-
|
|
2430
|
+
o.quote,
|
|
1626
2431
|
'"'
|
|
1627
2432
|
] }),
|
|
1628
2433
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-testimonials__attribution", style: { display: "flex", alignItems: "center", gap: "var(--Grid-gutter-size)", marginTop: "var(--Grid-gutter-size)" }, children: [
|
|
1629
|
-
|
|
2434
|
+
o.imageSrc && /* @__PURE__ */ e.jsx("img", { src: o.imageSrc, alt: o.imageAlt ?? o.author, style: { width: "40px", height: "40px", borderRadius: "50%", objectFit: "cover" } }),
|
|
1630
2435
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
1631
|
-
/* @__PURE__ */ e.jsx("strong", { className: "lion-testimonials__author", style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", display: "block" }, children:
|
|
1632
|
-
|
|
2436
|
+
/* @__PURE__ */ e.jsx("strong", { className: "lion-testimonials__author", style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", display: "block" }, children: o.author }),
|
|
2437
|
+
o.role && /* @__PURE__ */ e.jsx("span", { className: "lion-testimonials__role", style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: o.role })
|
|
1633
2438
|
] })
|
|
1634
2439
|
] })
|
|
1635
|
-
] },
|
|
1636
|
-
] }),
|
|
1637
|
-
heading:
|
|
1638
|
-
body:
|
|
1639
|
-
emailLabel:
|
|
1640
|
-
submitLabel:
|
|
1641
|
-
onSubmit:
|
|
2440
|
+
] }, n)) })
|
|
2441
|
+
] }), uo = ({
|
|
2442
|
+
heading: i,
|
|
2443
|
+
body: t,
|
|
2444
|
+
emailLabel: a = "Email address",
|
|
2445
|
+
submitLabel: o = "Sign me up",
|
|
2446
|
+
onSubmit: n,
|
|
1642
2447
|
defaultChecked: s = !1,
|
|
1643
2448
|
className: l
|
|
1644
2449
|
}) => {
|
|
1645
|
-
const [
|
|
1646
|
-
|
|
2450
|
+
const [c, g] = B(""), [b, _] = B(s), j = (u) => {
|
|
2451
|
+
u.preventDefault(), n == null || n(c, b);
|
|
1647
2452
|
};
|
|
1648
2453
|
return /* @__PURE__ */ e.jsxs(
|
|
1649
2454
|
"form",
|
|
@@ -1651,17 +2456,17 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1651
2456
|
"data-zone": "general",
|
|
1652
2457
|
"data-content-type": "opt-in",
|
|
1653
2458
|
className: ["lion-opt-in", l].filter(Boolean).join(" "),
|
|
1654
|
-
onSubmit:
|
|
2459
|
+
onSubmit: j,
|
|
1655
2460
|
children: [
|
|
1656
2461
|
/* @__PURE__ */ e.jsx(
|
|
1657
2462
|
"h2",
|
|
1658
2463
|
{
|
|
1659
2464
|
className: "lion-opt-in__heading",
|
|
1660
2465
|
style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" },
|
|
1661
|
-
children:
|
|
2466
|
+
children: i
|
|
1662
2467
|
}
|
|
1663
2468
|
),
|
|
1664
|
-
|
|
2469
|
+
t && /* @__PURE__ */ e.jsx("p", { className: "lion-opt-in__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: t }),
|
|
1665
2470
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-opt-in__field", children: [
|
|
1666
2471
|
/* @__PURE__ */ e.jsx(
|
|
1667
2472
|
"label",
|
|
@@ -1669,7 +2474,7 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1669
2474
|
htmlFor: "opt-in-email",
|
|
1670
2475
|
className: "lion-opt-in__label",
|
|
1671
2476
|
style: { fontWeight: "var(--font-weight-600)", display: "block" },
|
|
1672
|
-
children:
|
|
2477
|
+
children: a
|
|
1673
2478
|
}
|
|
1674
2479
|
),
|
|
1675
2480
|
/* @__PURE__ */ e.jsx(
|
|
@@ -1678,8 +2483,8 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1678
2483
|
id: "opt-in-email",
|
|
1679
2484
|
type: "email",
|
|
1680
2485
|
required: !0,
|
|
1681
|
-
value:
|
|
1682
|
-
onChange: (
|
|
2486
|
+
value: c,
|
|
2487
|
+
onChange: (u) => g(u.target.value),
|
|
1683
2488
|
className: "lion-opt-in__input",
|
|
1684
2489
|
style: { borderRadius: "var(--border-radius-base)", borderWidth: "var(--border-width-base)", borderStyle: "solid", borderColor: "var(--color-line)" }
|
|
1685
2490
|
}
|
|
@@ -1691,7 +2496,7 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1691
2496
|
{
|
|
1692
2497
|
type: "checkbox",
|
|
1693
2498
|
checked: b,
|
|
1694
|
-
onChange: (
|
|
2499
|
+
onChange: (u) => _(u.target.checked),
|
|
1695
2500
|
className: "lion-opt-in__checkbox"
|
|
1696
2501
|
}
|
|
1697
2502
|
),
|
|
@@ -1711,30 +2516,30 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1711
2516
|
border: "none",
|
|
1712
2517
|
cursor: "pointer"
|
|
1713
2518
|
},
|
|
1714
|
-
children:
|
|
2519
|
+
children: o
|
|
1715
2520
|
}
|
|
1716
2521
|
)
|
|
1717
2522
|
]
|
|
1718
2523
|
}
|
|
1719
2524
|
);
|
|
1720
|
-
},
|
|
1721
|
-
imageSrc:
|
|
1722
|
-
imageAlt:
|
|
1723
|
-
heading:
|
|
1724
|
-
body:
|
|
1725
|
-
ctaLabel:
|
|
2525
|
+
}, po = ({
|
|
2526
|
+
imageSrc: i,
|
|
2527
|
+
imageAlt: t,
|
|
2528
|
+
heading: a,
|
|
2529
|
+
body: o,
|
|
2530
|
+
ctaLabel: n,
|
|
1726
2531
|
ctaHref: s,
|
|
1727
2532
|
badgeLabel: l,
|
|
1728
|
-
className:
|
|
2533
|
+
className: c
|
|
1729
2534
|
}) => /* @__PURE__ */ e.jsxs(
|
|
1730
2535
|
"div",
|
|
1731
2536
|
{
|
|
1732
2537
|
"data-zone": "general",
|
|
1733
2538
|
"data-content-type": "product-block",
|
|
1734
|
-
className: ["lion-product-block",
|
|
2539
|
+
className: ["lion-product-block", c].filter(Boolean).join(" "),
|
|
1735
2540
|
style: { borderRadius: "var(--border-radius-base)", overflow: "hidden" },
|
|
1736
2541
|
children: [
|
|
1737
|
-
|
|
2542
|
+
i && /* @__PURE__ */ e.jsx("div", { className: "lion-product-block__image-wrapper", children: /* @__PURE__ */ e.jsx("img", { src: i, alt: t ?? "", className: "lion-product-block__image" }) }),
|
|
1738
2543
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-product-block__body", style: { padding: "var(--padding-edge)" }, children: [
|
|
1739
2544
|
l && /* @__PURE__ */ e.jsx(
|
|
1740
2545
|
"span",
|
|
@@ -1756,7 +2561,7 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1756
2561
|
{
|
|
1757
2562
|
className: "lion-product-block__heading",
|
|
1758
2563
|
style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" },
|
|
1759
|
-
children:
|
|
2564
|
+
children: a
|
|
1760
2565
|
}
|
|
1761
2566
|
),
|
|
1762
2567
|
/* @__PURE__ */ e.jsx(
|
|
@@ -1764,10 +2569,10 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1764
2569
|
{
|
|
1765
2570
|
className: "lion-product-block__description",
|
|
1766
2571
|
style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)" },
|
|
1767
|
-
children:
|
|
2572
|
+
children: o
|
|
1768
2573
|
}
|
|
1769
2574
|
),
|
|
1770
|
-
|
|
2575
|
+
n && s && /* @__PURE__ */ e.jsx(
|
|
1771
2576
|
"a",
|
|
1772
2577
|
{
|
|
1773
2578
|
href: s,
|
|
@@ -1780,150 +2585,150 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1780
2585
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
|
|
1781
2586
|
display: "inline-block"
|
|
1782
2587
|
},
|
|
1783
|
-
children:
|
|
2588
|
+
children: n
|
|
1784
2589
|
}
|
|
1785
2590
|
)
|
|
1786
2591
|
] })
|
|
1787
2592
|
]
|
|
1788
2593
|
}
|
|
1789
|
-
),
|
|
2594
|
+
), bo = ({ quote: i, attribution: t, role: a, className: o }) => /* @__PURE__ */ e.jsxs(
|
|
1790
2595
|
"blockquote",
|
|
1791
2596
|
{
|
|
1792
2597
|
"data-zone": "general",
|
|
1793
2598
|
"data-content-type": "pull-quote",
|
|
1794
|
-
className: ["lion-pull-quote",
|
|
2599
|
+
className: ["lion-pull-quote", o].filter(Boolean).join(" "),
|
|
1795
2600
|
style: { margin: 0, borderLeft: "var(--border-width-thick) solid var(--color-brand)", paddingLeft: "var(--padding-edge)", paddingTop: "var(--padding-base-vertical)", paddingBottom: "var(--padding-base-vertical)" },
|
|
1796
2601
|
children: [
|
|
1797
2602
|
/* @__PURE__ */ e.jsxs("p", { className: "lion-pull-quote__text", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-300)", color: "var(--color-text)", lineHeight: "var(--h2-line-height)", fontStyle: "italic", margin: 0 }, children: [
|
|
1798
2603
|
'"',
|
|
1799
|
-
|
|
2604
|
+
i,
|
|
1800
2605
|
'"'
|
|
1801
2606
|
] }),
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
2607
|
+
t && /* @__PURE__ */ e.jsx("footer", { className: "lion-pull-quote__footer", style: { marginTop: "var(--Grid-gutter-size)" }, children: /* @__PURE__ */ e.jsxs("cite", { style: { fontStyle: "normal", fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-gray-dark)" }, children: [
|
|
2608
|
+
t,
|
|
2609
|
+
a && /* @__PURE__ */ e.jsxs("span", { style: { fontWeight: "var(--font-weight-400)", color: "var(--color-gray)" }, children: [
|
|
1805
2610
|
", ",
|
|
1806
|
-
|
|
2611
|
+
a
|
|
1807
2612
|
] })
|
|
1808
2613
|
] }) })
|
|
1809
2614
|
]
|
|
1810
2615
|
}
|
|
1811
|
-
),
|
|
1812
|
-
title:
|
|
1813
|
-
description:
|
|
1814
|
-
resourceType:
|
|
1815
|
-
imageSrc:
|
|
1816
|
-
imageAlt:
|
|
2616
|
+
), _o = ({
|
|
2617
|
+
title: i,
|
|
2618
|
+
description: t,
|
|
2619
|
+
resourceType: a,
|
|
2620
|
+
imageSrc: o,
|
|
2621
|
+
imageAlt: n,
|
|
1817
2622
|
ctaLabel: s,
|
|
1818
2623
|
ctaHref: l,
|
|
1819
|
-
downloadUrl:
|
|
2624
|
+
downloadUrl: c,
|
|
1820
2625
|
className: g
|
|
1821
2626
|
}) => {
|
|
1822
|
-
const b =
|
|
2627
|
+
const b = c ?? l;
|
|
1823
2628
|
return /* @__PURE__ */ e.jsxs(
|
|
1824
2629
|
"div",
|
|
1825
2630
|
{
|
|
1826
2631
|
"data-zone": "general",
|
|
1827
2632
|
"data-content-type": "resource-spotlight",
|
|
1828
|
-
"data-resource-type":
|
|
2633
|
+
"data-resource-type": a,
|
|
1829
2634
|
className: ["lion-resource-spotlight", g].filter(Boolean).join(" "),
|
|
1830
2635
|
style: { display: "flex", gap: "var(--padding-edge)", alignItems: "flex-start", borderRadius: "var(--border-radius-base)", border: "var(--border-width-thin) solid var(--color-line)", padding: "var(--padding-base-horizontal)" },
|
|
1831
2636
|
children: [
|
|
1832
|
-
|
|
2637
|
+
o && /* @__PURE__ */ e.jsx("img", { src: o, alt: n ?? "", className: "lion-resource-spotlight__image", style: { width: "120px", height: "90px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
|
|
1833
2638
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-resource-spotlight__content", children: [
|
|
1834
|
-
/* @__PURE__ */ e.jsx("span", { className: "lion-resource-spotlight__type", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase", letterSpacing: "0.05em" }, children:
|
|
1835
|
-
/* @__PURE__ */ e.jsx("h3", { className: "lion-resource-spotlight__title", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", margin: "var(--padding-small-vertical) 0" }, children:
|
|
1836
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-resource-spotlight__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
2639
|
+
/* @__PURE__ */ e.jsx("span", { className: "lion-resource-spotlight__type", style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase", letterSpacing: "0.05em" }, children: a }),
|
|
2640
|
+
/* @__PURE__ */ e.jsx("h3", { className: "lion-resource-spotlight__title", style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)", margin: "var(--padding-small-vertical) 0" }, children: i }),
|
|
2641
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-resource-spotlight__description", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: t }),
|
|
1837
2642
|
b && /* @__PURE__ */ e.jsx(
|
|
1838
2643
|
"a",
|
|
1839
2644
|
{
|
|
1840
2645
|
href: b,
|
|
1841
2646
|
className: "lion-resource-spotlight__cta",
|
|
1842
|
-
download: !!
|
|
2647
|
+
download: !!c || void 0,
|
|
1843
2648
|
style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)" },
|
|
1844
|
-
children: s ?? (
|
|
2649
|
+
children: s ?? (c ? "Download" : "View resource")
|
|
1845
2650
|
}
|
|
1846
2651
|
)
|
|
1847
2652
|
] })
|
|
1848
2653
|
]
|
|
1849
2654
|
}
|
|
1850
2655
|
);
|
|
1851
|
-
},
|
|
2656
|
+
}, yo = ({ html: i, className: t }) => /* @__PURE__ */ e.jsx(
|
|
1852
2657
|
"div",
|
|
1853
2658
|
{
|
|
1854
2659
|
"data-zone": "general",
|
|
1855
2660
|
"data-content-type": "rich-text",
|
|
1856
|
-
className: ["lion-rich-text",
|
|
2661
|
+
className: ["lion-rich-text", t].filter(Boolean).join(" "),
|
|
1857
2662
|
style: {
|
|
1858
2663
|
fontFamily: "var(--font-family-sans-serif)",
|
|
1859
2664
|
fontSize: "var(--font-size-base)",
|
|
1860
2665
|
lineHeight: "var(--line-height-base)",
|
|
1861
2666
|
color: "var(--color-text)"
|
|
1862
2667
|
},
|
|
1863
|
-
dangerouslySetInnerHTML: { __html:
|
|
2668
|
+
dangerouslySetInnerHTML: { __html: i }
|
|
1864
2669
|
}
|
|
1865
|
-
),
|
|
2670
|
+
), xo = ({ tabs: i, defaultTab: t = 0, className: a }) => {
|
|
1866
2671
|
var s;
|
|
1867
|
-
const [
|
|
2672
|
+
const [o, n] = B(t);
|
|
1868
2673
|
return /* @__PURE__ */ e.jsxs(
|
|
1869
2674
|
"div",
|
|
1870
2675
|
{
|
|
1871
2676
|
"data-zone": "general",
|
|
1872
2677
|
"data-content-type": "side-menu-explorer",
|
|
1873
|
-
className: ["lion-side-menu-explorer",
|
|
2678
|
+
className: ["lion-side-menu-explorer", a].filter(Boolean).join(" "),
|
|
1874
2679
|
style: { display: "flex", gap: "var(--padding-edge)" },
|
|
1875
2680
|
children: [
|
|
1876
|
-
/* @__PURE__ */ e.jsx("nav", { className: "lion-side-menu-explorer__menu", "aria-label": "Content sections", style: { width: "220px", flexShrink: 0 }, children: /* @__PURE__ */ e.jsx("ul", { role: "tablist", style: { listStyle: "none", padding: 0, margin: 0 }, children:
|
|
2681
|
+
/* @__PURE__ */ e.jsx("nav", { className: "lion-side-menu-explorer__menu", "aria-label": "Content sections", style: { width: "220px", flexShrink: 0 }, children: /* @__PURE__ */ e.jsx("ul", { role: "tablist", style: { listStyle: "none", padding: 0, margin: 0 }, children: i.map((l, c) => /* @__PURE__ */ e.jsx("li", { role: "tab", "aria-selected": o === c, children: /* @__PURE__ */ e.jsx(
|
|
1877
2682
|
"button",
|
|
1878
2683
|
{
|
|
1879
2684
|
type: "button",
|
|
1880
|
-
onClick: () =>
|
|
1881
|
-
className: `lion-side-menu-explorer__tab${
|
|
2685
|
+
onClick: () => n(c),
|
|
2686
|
+
className: `lion-side-menu-explorer__tab${o === c ? " is-active" : ""}`,
|
|
1882
2687
|
style: {
|
|
1883
2688
|
width: "100%",
|
|
1884
2689
|
textAlign: "left",
|
|
1885
2690
|
background: "none",
|
|
1886
2691
|
border: "none",
|
|
1887
|
-
borderLeft:
|
|
2692
|
+
borderLeft: o === c ? "var(--border-width-thick) solid var(--color-brand)" : "var(--border-width-thin) solid var(--color-line)",
|
|
1888
2693
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)",
|
|
1889
|
-
fontWeight:
|
|
1890
|
-
color:
|
|
2694
|
+
fontWeight: o === c ? "var(--font-weight-600)" : "var(--font-weight-400)",
|
|
2695
|
+
color: o === c ? "var(--color-brand)" : "var(--color-text)",
|
|
1891
2696
|
cursor: "pointer",
|
|
1892
2697
|
fontSize: "var(--font-size-base)"
|
|
1893
2698
|
},
|
|
1894
2699
|
children: l.label
|
|
1895
2700
|
}
|
|
1896
|
-
) },
|
|
1897
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-side-menu-explorer__content", role: "tabpanel", style: { flex: 1 }, children: (s =
|
|
2701
|
+
) }, c)) }) }),
|
|
2702
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-side-menu-explorer__content", role: "tabpanel", style: { flex: 1 }, children: (s = i[o]) == null ? void 0 : s.content })
|
|
1898
2703
|
]
|
|
1899
2704
|
}
|
|
1900
2705
|
);
|
|
1901
|
-
},
|
|
2706
|
+
}, zr = {
|
|
1902
2707
|
xs: "0.8rem",
|
|
1903
2708
|
sm: "var(--Grid-gutter-size)",
|
|
1904
2709
|
md: "var(--padding-edge)",
|
|
1905
2710
|
lg: "4.8rem",
|
|
1906
2711
|
xl: "6.4rem"
|
|
1907
|
-
},
|
|
2712
|
+
}, zo = ({ size: i = "md", className: t }) => /* @__PURE__ */ e.jsx(
|
|
1908
2713
|
"div",
|
|
1909
2714
|
{
|
|
1910
2715
|
"data-zone": "general",
|
|
1911
2716
|
"data-content-type": "spacing-block",
|
|
1912
|
-
"data-size":
|
|
1913
|
-
className: ["lion-spacing-block", `lion-spacing-block--${
|
|
1914
|
-
style: { height:
|
|
2717
|
+
"data-size": i,
|
|
2718
|
+
className: ["lion-spacing-block", `lion-spacing-block--${i}`, t].filter(Boolean).join(" "),
|
|
2719
|
+
style: { height: zr[i], display: "block" },
|
|
1915
2720
|
"aria-hidden": "true"
|
|
1916
2721
|
}
|
|
1917
|
-
),
|
|
1918
|
-
href:
|
|
1919
|
-
label:
|
|
1920
|
-
warningHeading:
|
|
1921
|
-
warningBody:
|
|
1922
|
-
continueLabel:
|
|
2722
|
+
), jo = ({
|
|
2723
|
+
href: i,
|
|
2724
|
+
label: t,
|
|
2725
|
+
warningHeading: a = "You are leaving this site",
|
|
2726
|
+
warningBody: o = "You are about to visit a third-party website. We are not responsible for its content.",
|
|
2727
|
+
continueLabel: n = "Continue",
|
|
1923
2728
|
cancelLabel: s = "Cancel",
|
|
1924
2729
|
className: l
|
|
1925
2730
|
}) => {
|
|
1926
|
-
const [
|
|
2731
|
+
const [c, g] = B(!1);
|
|
1927
2732
|
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1928
2733
|
/* @__PURE__ */ e.jsx(
|
|
1929
2734
|
"a",
|
|
@@ -1936,10 +2741,10 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1936
2741
|
onClick: (b) => {
|
|
1937
2742
|
b.preventDefault(), g(!0);
|
|
1938
2743
|
},
|
|
1939
|
-
children:
|
|
2744
|
+
children: t
|
|
1940
2745
|
}
|
|
1941
2746
|
),
|
|
1942
|
-
|
|
2747
|
+
c && /* @__PURE__ */ e.jsx(
|
|
1943
2748
|
"div",
|
|
1944
2749
|
{
|
|
1945
2750
|
role: "dialog",
|
|
@@ -1972,15 +2777,15 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1972
2777
|
{
|
|
1973
2778
|
id: "speed-bump-heading",
|
|
1974
2779
|
style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--Grid-gutter-size)" },
|
|
1975
|
-
children:
|
|
2780
|
+
children: a
|
|
1976
2781
|
}
|
|
1977
2782
|
),
|
|
1978
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children:
|
|
2783
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", marginBottom: "var(--padding-edge)" }, children: o }),
|
|
1979
2784
|
/* @__PURE__ */ e.jsxs("div", { style: { display: "flex", gap: "var(--Grid-gutter-size)" }, children: [
|
|
1980
2785
|
/* @__PURE__ */ e.jsx(
|
|
1981
2786
|
"a",
|
|
1982
2787
|
{
|
|
1983
|
-
href:
|
|
2788
|
+
href: i,
|
|
1984
2789
|
target: "_blank",
|
|
1985
2790
|
rel: "noopener noreferrer",
|
|
1986
2791
|
className: "lion-speed-bump__continue",
|
|
@@ -1992,7 +2797,7 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
1992
2797
|
padding: "var(--padding-base-vertical) var(--padding-base-horizontal)"
|
|
1993
2798
|
},
|
|
1994
2799
|
onClick: () => g(!1),
|
|
1995
|
-
children:
|
|
2800
|
+
children: n
|
|
1996
2801
|
}
|
|
1997
2802
|
),
|
|
1998
2803
|
/* @__PURE__ */ e.jsx(
|
|
@@ -2020,25 +2825,25 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2020
2825
|
}
|
|
2021
2826
|
)
|
|
2022
2827
|
] });
|
|
2023
|
-
},
|
|
2828
|
+
}, wo = ({ caption: i, headers: t, rows: a, striped: o = !0, className: n }) => /* @__PURE__ */ e.jsx(
|
|
2024
2829
|
"div",
|
|
2025
2830
|
{
|
|
2026
2831
|
"data-zone": "general",
|
|
2027
2832
|
"data-content-type": "table-block",
|
|
2028
|
-
className: ["lion-table-block",
|
|
2833
|
+
className: ["lion-table-block", n].filter(Boolean).join(" "),
|
|
2029
2834
|
style: { overflowX: "auto" },
|
|
2030
2835
|
children: /* @__PURE__ */ e.jsxs("table", { className: "lion-table", style: { width: "100%", borderCollapse: "collapse", fontFamily: "var(--font-family-sans-serif)", fontSize: "var(--font-size-base)" }, children: [
|
|
2031
|
-
|
|
2032
|
-
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children:
|
|
2033
|
-
/* @__PURE__ */ e.jsx("tbody", { children:
|
|
2836
|
+
i && /* @__PURE__ */ e.jsx("caption", { style: { captionSide: "top", textAlign: "left", marginBottom: "var(--Grid-gutter-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-text)" }, children: i }),
|
|
2837
|
+
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsx("tr", { children: t.map((s, l) => /* @__PURE__ */ e.jsx("th", { scope: "col", style: { backgroundColor: "var(--color-blue-dark)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", textAlign: "left", whiteSpace: "nowrap" }, children: s }, l)) }) }),
|
|
2838
|
+
/* @__PURE__ */ e.jsx("tbody", { children: a.map((s, l) => /* @__PURE__ */ e.jsx("tr", { style: { backgroundColor: o && l % 2 === 1 ? "var(--color-gray-lightest)" : "var(--color-white)" }, children: s.map((c, g) => /* @__PURE__ */ e.jsx("td", { style: { padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", color: "var(--color-text)", borderBottom: "var(--border-width-thin) solid var(--color-line)" }, children: c }, g)) }, l)) })
|
|
2034
2839
|
] })
|
|
2035
2840
|
}
|
|
2036
|
-
),
|
|
2037
|
-
heading:
|
|
2038
|
-
body:
|
|
2039
|
-
ctaLabel:
|
|
2040
|
-
ctaHref:
|
|
2041
|
-
phone:
|
|
2841
|
+
), ko = ({
|
|
2842
|
+
heading: i = "We are here for you",
|
|
2843
|
+
body: t,
|
|
2844
|
+
ctaLabel: a,
|
|
2845
|
+
ctaHref: o,
|
|
2846
|
+
phone: n,
|
|
2042
2847
|
className: s
|
|
2043
2848
|
}) => /* @__PURE__ */ e.jsxs(
|
|
2044
2849
|
"div",
|
|
@@ -2048,44 +2853,44 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2048
2853
|
className: ["lion-wahfu", s].filter(Boolean).join(" "),
|
|
2049
2854
|
style: { backgroundColor: "var(--color-teal-tint)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-edge)", textAlign: "center" },
|
|
2050
2855
|
children: [
|
|
2051
|
-
/* @__PURE__ */ e.jsx("h2", { className: "lion-wahfu__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-teal-dark)", marginBottom: "var(--Grid-gutter-size)" }, children:
|
|
2052
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-wahfu__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", marginBottom: "var(--padding-edge)" }, children:
|
|
2856
|
+
/* @__PURE__ */ e.jsx("h2", { className: "lion-wahfu__heading", style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-teal-dark)", marginBottom: "var(--Grid-gutter-size)" }, children: i }),
|
|
2857
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-wahfu__body", style: { fontSize: "var(--font-size-base)", color: "var(--color-text)", lineHeight: "var(--line-height-base)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
2053
2858
|
/* @__PURE__ */ e.jsxs("div", { className: "lion-wahfu__actions", style: { display: "flex", gap: "var(--Grid-gutter-size)", justifyContent: "center", flexWrap: "wrap" }, children: [
|
|
2054
|
-
|
|
2055
|
-
|
|
2859
|
+
a && o && /* @__PURE__ */ e.jsx("a", { href: o, className: "lion-wahfu__cta", style: { backgroundColor: "var(--color-brand)", color: "var(--color-white)", fontWeight: "var(--font-weight-600)", borderRadius: "var(--border-radius-base)", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", display: "inline-block" }, children: a }),
|
|
2860
|
+
n && /* @__PURE__ */ e.jsx("a", { href: `tel:${n.replace(/\D/g, "")}`, className: "lion-wahfu__phone", style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h3-font-size)" }, children: n })
|
|
2056
2861
|
] })
|
|
2057
2862
|
]
|
|
2058
2863
|
}
|
|
2059
|
-
),
|
|
2060
|
-
|
|
2061
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--Grid-gutter-size)" }, children:
|
|
2062
|
-
|
|
2864
|
+
), No = ({ posts: i, heading: t, className: a }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "all-blogs-post-block", "data-platform": "blog", className: ["lion-all-blogs", a].filter(Boolean).join(" "), children: [
|
|
2865
|
+
t && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
2866
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--Grid-gutter-size)" }, children: i.map((o, n) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", gap: "var(--padding-base-horizontal)", borderBottom: "var(--border-width-thin) solid var(--color-line)", paddingBottom: "var(--Grid-gutter-size)" }, children: [
|
|
2867
|
+
o.imageSrc && /* @__PURE__ */ e.jsx("img", { src: o.imageSrc, alt: o.imageAlt ?? "", style: { width: "120px", height: "80px", objectFit: "cover", borderRadius: "var(--border-radius-small)", flexShrink: 0 } }),
|
|
2063
2868
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
2064
|
-
|
|
2065
|
-
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: /* @__PURE__ */ e.jsx("a", { href:
|
|
2066
|
-
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children:
|
|
2067
|
-
/* @__PURE__ */ e.jsx("time", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children:
|
|
2869
|
+
o.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: o.category }),
|
|
2870
|
+
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h3-font-size)", fontWeight: "var(--font-weight-600)" }, children: /* @__PURE__ */ e.jsx("a", { href: o.href, style: { color: "var(--color-link)" }, children: o.title }) }),
|
|
2871
|
+
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--font-size-base)", color: "var(--color-text)" }, children: o.excerpt }),
|
|
2872
|
+
/* @__PURE__ */ e.jsx("time", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: o.date })
|
|
2068
2873
|
] })
|
|
2069
|
-
] },
|
|
2070
|
-
] }),
|
|
2071
|
-
const
|
|
2072
|
-
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "recent-blog-posts-block", "data-platform": "blog", className: ["lion-recent-posts",
|
|
2073
|
-
|
|
2074
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${s}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children:
|
|
2874
|
+
] }, n)) })
|
|
2875
|
+
] }), So = ({ posts: i, heading: t = "Recent Posts", count: a = 3, className: o }) => {
|
|
2876
|
+
const n = i.slice(0, a), s = a === 4 ? 4 : 3;
|
|
2877
|
+
return /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "recent-blog-posts-block", "data-platform": "blog", className: ["lion-recent-posts", o].filter(Boolean).join(" "), children: [
|
|
2878
|
+
t && /* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", marginBottom: "var(--padding-edge)" }, children: t }),
|
|
2879
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "grid", gridTemplateColumns: `repeat(${s}, 1fr)`, gap: "var(--Grid-gutter-size)" }, children: n.map((l, c) => /* @__PURE__ */ e.jsxs("li", { style: { borderRadius: "var(--border-radius-base)", overflow: "hidden", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
|
|
2075
2880
|
l.imageSrc && /* @__PURE__ */ e.jsx("img", { src: l.imageSrc, alt: l.imageAlt ?? "", style: { width: "100%", height: "160px", objectFit: "cover", display: "block" } }),
|
|
2076
2881
|
/* @__PURE__ */ e.jsxs("div", { style: { padding: "var(--padding-base-horizontal)" }, children: [
|
|
2077
2882
|
l.category && /* @__PURE__ */ e.jsx("span", { style: { fontSize: "var(--h6-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-brand)", textTransform: "uppercase" }, children: l.category }),
|
|
2078
2883
|
/* @__PURE__ */ e.jsx("h3", { style: { fontSize: "var(--h4-font-size)", fontWeight: "var(--font-weight-600)", margin: "var(--padding-small-vertical) 0" }, children: /* @__PURE__ */ e.jsx("a", { href: l.href, style: { color: "var(--color-text)" }, children: l.title }) }),
|
|
2079
2884
|
/* @__PURE__ */ e.jsx("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)" }, children: l.date })
|
|
2080
2885
|
] })
|
|
2081
|
-
] },
|
|
2886
|
+
] }, c)) })
|
|
2082
2887
|
] });
|
|
2083
|
-
},
|
|
2888
|
+
}, Ro = ({ jobs: i, heading: t = "Hot Jobs", viewAllHref: a, viewAllLabel: o = "View all openings", className: n }) => /* @__PURE__ */ e.jsxs("div", { "data-zone": "general", "data-content-type": "hot-jobs-block", "data-platform": "careers", className: ["lion-hot-jobs", n].filter(Boolean).join(" "), children: [
|
|
2084
2889
|
/* @__PURE__ */ e.jsxs("div", { style: { display: "flex", justifyContent: "space-between", alignItems: "baseline", marginBottom: "var(--padding-edge)" }, children: [
|
|
2085
|
-
/* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children:
|
|
2086
|
-
|
|
2890
|
+
/* @__PURE__ */ e.jsx("h2", { style: { fontSize: "var(--h2-font-size)", fontWeight: "var(--font-weight-700)", color: "var(--color-text)" }, children: t }),
|
|
2891
|
+
a && /* @__PURE__ */ e.jsx("a", { href: a, style: { color: "var(--color-link)", fontWeight: "var(--font-weight-600)", fontSize: "var(--font-size-base)" }, children: o })
|
|
2087
2892
|
] }),
|
|
2088
|
-
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-small-vertical)" }, children:
|
|
2893
|
+
/* @__PURE__ */ e.jsx("ul", { style: { listStyle: "none", padding: 0, margin: 0, display: "flex", flexDirection: "column", gap: "var(--padding-small-vertical)" }, children: i.map((s, l) => /* @__PURE__ */ e.jsxs("li", { style: { display: "flex", justifyContent: "space-between", alignItems: "center", padding: "var(--padding-base-vertical) var(--padding-base-horizontal)", borderRadius: "var(--border-radius-small)", border: "var(--border-width-thin) solid var(--color-line)" }, children: [
|
|
2089
2894
|
/* @__PURE__ */ e.jsxs("div", { children: [
|
|
2090
2895
|
/* @__PURE__ */ e.jsx("a", { href: s.href, style: { fontSize: "var(--font-size-base)", fontWeight: "var(--font-weight-600)", color: "var(--color-link)" }, children: s.title }),
|
|
2091
2896
|
/* @__PURE__ */ e.jsxs("p", { style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray)", margin: 0 }, children: [
|
|
@@ -2096,72 +2901,72 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2096
2901
|
] }),
|
|
2097
2902
|
/* @__PURE__ */ e.jsx("a", { href: s.href, style: { color: "var(--color-brand)", fontWeight: "var(--font-weight-600)", fontSize: "var(--h6-font-size)", whiteSpace: "nowrap" }, children: "Apply →" })
|
|
2098
2903
|
] }, l)) })
|
|
2099
|
-
] }),
|
|
2904
|
+
] }), Co = ({ columns: i, socialLinks: t = [], className: a }) => /* @__PURE__ */ e.jsxs(
|
|
2100
2905
|
"div",
|
|
2101
2906
|
{
|
|
2102
2907
|
"data-zone": "footer",
|
|
2103
2908
|
"data-content-type": "links-and-social",
|
|
2104
|
-
className: ["lion-links-social",
|
|
2909
|
+
className: ["lion-links-social", a].filter(Boolean).join(" "),
|
|
2105
2910
|
children: [
|
|
2106
|
-
/* @__PURE__ */ e.jsx("div", { className: "lion-links-social__columns", children:
|
|
2911
|
+
/* @__PURE__ */ e.jsx("div", { className: "lion-links-social__columns", children: i.map((o) => /* @__PURE__ */ e.jsxs("div", { className: "lion-links-social__column", children: [
|
|
2107
2912
|
/* @__PURE__ */ e.jsx(
|
|
2108
2913
|
"h3",
|
|
2109
2914
|
{
|
|
2110
2915
|
className: "lion-links-social__column-heading",
|
|
2111
2916
|
style: { fontSize: "var(--h5-font-size)", fontWeight: "var(--font-weight-600)", color: "var(--color-white)" },
|
|
2112
|
-
children:
|
|
2917
|
+
children: o.heading
|
|
2113
2918
|
}
|
|
2114
2919
|
),
|
|
2115
|
-
/* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__column-list", role: "list", children:
|
|
2920
|
+
/* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__column-list", role: "list", children: o.links.map((n) => /* @__PURE__ */ e.jsx("li", { className: "lion-links-social__column-item", children: /* @__PURE__ */ e.jsx(
|
|
2116
2921
|
"a",
|
|
2117
2922
|
{
|
|
2118
|
-
href:
|
|
2923
|
+
href: n.href,
|
|
2119
2924
|
className: "lion-links-social__column-link",
|
|
2120
2925
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-white-opaque)", textDecoration: "none" },
|
|
2121
|
-
children:
|
|
2926
|
+
children: n.label
|
|
2122
2927
|
}
|
|
2123
|
-
) },
|
|
2124
|
-
] },
|
|
2125
|
-
|
|
2928
|
+
) }, n.href)) })
|
|
2929
|
+
] }, o.heading)) }),
|
|
2930
|
+
t.length > 0 && /* @__PURE__ */ e.jsx("ul", { className: "lion-links-social__social", role: "list", "aria-label": "Social media links", children: t.map((o) => /* @__PURE__ */ e.jsx("li", { className: "lion-links-social__social-item", children: /* @__PURE__ */ e.jsx(
|
|
2126
2931
|
"a",
|
|
2127
2932
|
{
|
|
2128
|
-
href:
|
|
2129
|
-
className: `lion-links-social__social-link lion-links-social__social-link--${
|
|
2130
|
-
"aria-label":
|
|
2933
|
+
href: o.href,
|
|
2934
|
+
className: `lion-links-social__social-link lion-links-social__social-link--${o.platform}`,
|
|
2935
|
+
"aria-label": o.label ?? o.platform,
|
|
2131
2936
|
rel: "noopener noreferrer",
|
|
2132
2937
|
target: "_blank",
|
|
2133
|
-
children: /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", className: `lion-icon lion-icon--${
|
|
2938
|
+
children: /* @__PURE__ */ e.jsx("span", { "aria-hidden": "true", className: `lion-icon lion-icon--${o.platform}` })
|
|
2134
2939
|
}
|
|
2135
|
-
) },
|
|
2940
|
+
) }, o.platform)) })
|
|
2136
2941
|
]
|
|
2137
2942
|
}
|
|
2138
|
-
),
|
|
2943
|
+
), Bo = ({ text: i, itemNumber: t, className: a }) => /* @__PURE__ */ e.jsxs(
|
|
2139
2944
|
"div",
|
|
2140
2945
|
{
|
|
2141
2946
|
"data-zone": "footer",
|
|
2142
2947
|
"data-content-type": "disclaimer",
|
|
2143
|
-
className: ["lion-disclaimer",
|
|
2948
|
+
className: ["lion-disclaimer", a].filter(Boolean).join(" "),
|
|
2144
2949
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
|
|
2145
2950
|
children: [
|
|
2146
|
-
/* @__PURE__ */ e.jsx("p", { className: "lion-disclaimer__text", children:
|
|
2147
|
-
|
|
2951
|
+
/* @__PURE__ */ e.jsx("p", { className: "lion-disclaimer__text", children: i }),
|
|
2952
|
+
t && /* @__PURE__ */ e.jsx("span", { className: "lion-disclaimer__item-number", "aria-label": "Item number", children: t })
|
|
2148
2953
|
]
|
|
2149
2954
|
}
|
|
2150
|
-
),
|
|
2151
|
-
triggerLabel:
|
|
2152
|
-
content:
|
|
2153
|
-
materialId:
|
|
2154
|
-
defaultOpen:
|
|
2155
|
-
className:
|
|
2955
|
+
), jr = ({
|
|
2956
|
+
triggerLabel: i,
|
|
2957
|
+
content: t,
|
|
2958
|
+
materialId: a,
|
|
2959
|
+
defaultOpen: o = !1,
|
|
2960
|
+
className: n
|
|
2156
2961
|
}) => {
|
|
2157
|
-
const [s, l] = B(
|
|
2962
|
+
const [s, l] = B(o);
|
|
2158
2963
|
return /* @__PURE__ */ e.jsxs(
|
|
2159
2964
|
"div",
|
|
2160
2965
|
{
|
|
2161
2966
|
"data-zone": "footer",
|
|
2162
|
-
"data-content-type":
|
|
2163
|
-
"data-material-id":
|
|
2164
|
-
className: ["lion-disclosure",
|
|
2967
|
+
"data-content-type": o ? "disclosure-toggle-open" : "disclosure",
|
|
2968
|
+
"data-material-id": a,
|
|
2969
|
+
className: ["lion-disclosure", o ? "lion-disclosure--open" : "", n].filter(Boolean).join(" "),
|
|
2165
2970
|
children: [
|
|
2166
2971
|
/* @__PURE__ */ e.jsx(
|
|
2167
2972
|
"button",
|
|
@@ -2169,7 +2974,7 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2169
2974
|
type: "button",
|
|
2170
2975
|
className: "lion-disclosure__trigger",
|
|
2171
2976
|
"aria-expanded": s,
|
|
2172
|
-
onClick: () => l((
|
|
2977
|
+
onClick: () => l((c) => !c),
|
|
2173
2978
|
style: {
|
|
2174
2979
|
fontFamily: "var(--font-family-sans-serif)",
|
|
2175
2980
|
fontSize: "var(--h6-font-size)",
|
|
@@ -2179,7 +2984,7 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2179
2984
|
cursor: "pointer",
|
|
2180
2985
|
padding: 0
|
|
2181
2986
|
},
|
|
2182
|
-
children:
|
|
2987
|
+
children: i
|
|
2183
2988
|
}
|
|
2184
2989
|
),
|
|
2185
2990
|
s && /* @__PURE__ */ e.jsxs(
|
|
@@ -2188,11 +2993,11 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2188
2993
|
className: "lion-disclosure__content",
|
|
2189
2994
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", marginTop: "var(--padding-small-vertical)" },
|
|
2190
2995
|
children: [
|
|
2191
|
-
|
|
2192
|
-
|
|
2996
|
+
t,
|
|
2997
|
+
a && /* @__PURE__ */ e.jsxs("span", { className: "lion-disclosure__material-id", "aria-label": "Material ID", children: [
|
|
2193
2998
|
" ",
|
|
2194
2999
|
"(",
|
|
2195
|
-
|
|
3000
|
+
a,
|
|
2196
3001
|
")"
|
|
2197
3002
|
] })
|
|
2198
3003
|
]
|
|
@@ -2201,114 +3006,115 @@ const jr = ({ children: t, className: n }) => /* @__PURE__ */ e.jsx(
|
|
|
2201
3006
|
]
|
|
2202
3007
|
}
|
|
2203
3008
|
);
|
|
2204
|
-
},
|
|
2205
|
-
itemNumber:
|
|
2206
|
-
materialId:
|
|
2207
|
-
text:
|
|
2208
|
-
className:
|
|
3009
|
+
}, To = (i) => /* @__PURE__ */ e.jsx(jr, { ...i, defaultOpen: !0 }), Eo = ({
|
|
3010
|
+
itemNumber: i,
|
|
3011
|
+
materialId: t,
|
|
3012
|
+
text: a,
|
|
3013
|
+
className: o
|
|
2209
3014
|
}) => /* @__PURE__ */ e.jsxs(
|
|
2210
3015
|
"div",
|
|
2211
3016
|
{
|
|
2212
3017
|
"data-zone": "footer",
|
|
2213
3018
|
"data-content-type": "compliance-block",
|
|
2214
|
-
className: ["lion-compliance",
|
|
3019
|
+
className: ["lion-compliance", o].filter(Boolean).join(" "),
|
|
2215
3020
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)", lineHeight: "var(--h6-line-height)" },
|
|
2216
3021
|
children: [
|
|
2217
|
-
|
|
3022
|
+
a && /* @__PURE__ */ e.jsx("p", { className: "lion-compliance__text", children: a }),
|
|
2218
3023
|
/* @__PURE__ */ e.jsxs("dl", { className: "lion-compliance__ids", children: [
|
|
2219
|
-
|
|
3024
|
+
i && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
2220
3025
|
/* @__PURE__ */ e.jsx("dt", { className: "lion-compliance__label", children: "Item #" }),
|
|
2221
|
-
/* @__PURE__ */ e.jsx("dd", { className: "lion-compliance__value", children:
|
|
3026
|
+
/* @__PURE__ */ e.jsx("dd", { className: "lion-compliance__value", children: i })
|
|
2222
3027
|
] }),
|
|
2223
|
-
|
|
3028
|
+
t && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
2224
3029
|
/* @__PURE__ */ e.jsx("dt", { className: "lion-compliance__label", children: "Material ID" }),
|
|
2225
|
-
/* @__PURE__ */ e.jsx("dd", { className: "lion-compliance__value", children:
|
|
3030
|
+
/* @__PURE__ */ e.jsx("dd", { className: "lion-compliance__value", children: t })
|
|
2226
3031
|
] })
|
|
2227
3032
|
] })
|
|
2228
3033
|
]
|
|
2229
3034
|
}
|
|
2230
|
-
),
|
|
3035
|
+
), Wo = ({ links: i, copyrightText: t, className: a }) => /* @__PURE__ */ e.jsxs(
|
|
2231
3036
|
"div",
|
|
2232
3037
|
{
|
|
2233
3038
|
"data-zone": "footer",
|
|
2234
3039
|
"data-content-type": "legal-links",
|
|
2235
|
-
className: ["lion-legal-links",
|
|
3040
|
+
className: ["lion-legal-links", a].filter(Boolean).join(" "),
|
|
2236
3041
|
style: { fontSize: "var(--h6-font-size)", color: "var(--color-gray-dark)" },
|
|
2237
3042
|
children: [
|
|
2238
|
-
|
|
2239
|
-
/* @__PURE__ */ e.jsx("ul", { className: "lion-legal-links__list", role: "list", children:
|
|
3043
|
+
t && /* @__PURE__ */ e.jsx("p", { className: "lion-legal-links__copyright", children: t }),
|
|
3044
|
+
/* @__PURE__ */ e.jsx("ul", { className: "lion-legal-links__list", role: "list", children: i.map((o) => /* @__PURE__ */ e.jsx("li", { className: "lion-legal-links__item", children: /* @__PURE__ */ e.jsx(
|
|
2240
3045
|
"a",
|
|
2241
3046
|
{
|
|
2242
|
-
href:
|
|
3047
|
+
href: o.href,
|
|
2243
3048
|
className: "lion-legal-links__link",
|
|
2244
3049
|
style: { color: "var(--color-link)", textDecoration: "none" },
|
|
2245
|
-
children:
|
|
3050
|
+
children: o.label
|
|
2246
3051
|
}
|
|
2247
|
-
) },
|
|
3052
|
+
) }, o.href)) })
|
|
2248
3053
|
]
|
|
2249
3054
|
}
|
|
2250
3055
|
);
|
|
2251
3056
|
export {
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
3057
|
+
Xr as AccordionBlock,
|
|
3058
|
+
No as AllBlogsPostBlock,
|
|
3059
|
+
Br as Anklet,
|
|
3060
|
+
Qr as BackgroundColorBlock,
|
|
3061
|
+
Zr as BasicContentBlock,
|
|
3062
|
+
eo as BodyTextCopyBlock,
|
|
3063
|
+
Kr as CTA,
|
|
3064
|
+
Ir as CTAHeroBlock,
|
|
3065
|
+
ro as CallOut,
|
|
3066
|
+
Eo as ComplianceBlock,
|
|
3067
|
+
oo as ConfidenceTags,
|
|
3068
|
+
Cr as Container,
|
|
3069
|
+
ao as ContentImageBlock,
|
|
3070
|
+
Tr as CorporateUniversalHeader,
|
|
3071
|
+
io as CrossSellCardBlock,
|
|
3072
|
+
to as DecorativeListBlock,
|
|
3073
|
+
Bo as Disclaimer,
|
|
3074
|
+
jr as Disclosure,
|
|
3075
|
+
To as DisclosureToggleOpen,
|
|
3076
|
+
no as EmailCalloutBlock,
|
|
3077
|
+
lo as EmbeddedVideoBlock,
|
|
3078
|
+
so as FullSizeImageWithHighlightBox,
|
|
3079
|
+
Er as GlobalHeaderBar,
|
|
3080
|
+
Wr as HeaderCTA,
|
|
3081
|
+
Pr as HeaderLogo,
|
|
3082
|
+
Ar as HeaderProduct,
|
|
3083
|
+
Or as HeaderSectionNavigation,
|
|
3084
|
+
Dr as HeaderSectionTitle,
|
|
3085
|
+
$r as HeaderUnderwriter,
|
|
3086
|
+
Lr as Hero,
|
|
3087
|
+
Hr as HeroBlock,
|
|
3088
|
+
co as HorizontalRule,
|
|
3089
|
+
Ro as HotJobsBlock,
|
|
3090
|
+
ho as InlineMessage,
|
|
3091
|
+
go as LastChanceBlock,
|
|
3092
|
+
fo as LeadForm,
|
|
3093
|
+
Wo as LegalLinks,
|
|
3094
|
+
Co as LinksAndSocial,
|
|
3095
|
+
kr as LionMakeProvider,
|
|
3096
|
+
Gr as MultiHero,
|
|
3097
|
+
vo as MultiStepLeadForm,
|
|
3098
|
+
mo as MultiTestimonial,
|
|
3099
|
+
qr as NotAvailableHeroBlock,
|
|
3100
|
+
uo as OptIn,
|
|
3101
|
+
Nr as PageForehead,
|
|
3102
|
+
Sr as PageSideburn,
|
|
3103
|
+
po as ProductBlock,
|
|
3104
|
+
bo as PullQuote,
|
|
3105
|
+
Yr as RTBDescriptive,
|
|
3106
|
+
Ur as RTBDynamic,
|
|
3107
|
+
Vr as RTBHighlight,
|
|
3108
|
+
Mr as RTBs,
|
|
3109
|
+
So as RecentBlogPostsBlock,
|
|
3110
|
+
_o as ResourceSpotlight,
|
|
3111
|
+
yo as RichText,
|
|
3112
|
+
Rr as Section,
|
|
3113
|
+
xo as SideMenuExplorer,
|
|
3114
|
+
Jr as SimpleCTABlock,
|
|
3115
|
+
zo as SpacingBlock,
|
|
3116
|
+
jo as SpeedBump,
|
|
3117
|
+
wo as TableBlock,
|
|
3118
|
+
Fr as TopLevelNavigation,
|
|
3119
|
+
ko as WAHFU
|
|
2314
3120
|
};
|