@royaloperahouse/harmonic 0.4.1 → 0.5.1
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/atoms/SponsorLogo/SponsorLogo.d.ts +1 -1
- package/dist/components/atoms/Sponsorship/Sponsorship.d.ts +2 -2
- package/dist/components/atoms/Sponsorship/Sponsorship.style.d.ts +4 -2
- package/dist/components/atoms/Sponsorship/constants.d.ts +3 -0
- package/dist/components/index.d.ts +2 -2
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +0 -1
- package/dist/components/organisms/Carousels/HighlightsCarousel/constants.d.ts +1 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +1 -1
- package/dist/components/organisms/Footer/Footer.style.d.ts +1 -0
- package/dist/harmonic.cjs.development.js +844 -1056
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +844 -1056
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/helpers/devices.d.ts +1 -0
- package/dist/types/footer.d.ts +2 -17
- package/dist/types/links.d.ts +17 -0
- package/dist/types/types.d.ts +12 -15
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -52,47 +52,77 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
52
52
|
}
|
|
53
53
|
function _regeneratorRuntime() {
|
|
54
54
|
_regeneratorRuntime = function () {
|
|
55
|
-
return
|
|
55
|
+
return r;
|
|
56
56
|
};
|
|
57
57
|
var t,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
n =
|
|
61
|
-
o =
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
configurable: !0,
|
|
73
|
-
writable: !0
|
|
74
|
-
}), t[e];
|
|
58
|
+
r = {},
|
|
59
|
+
e = Object.prototype,
|
|
60
|
+
n = e.hasOwnProperty,
|
|
61
|
+
o = "function" == typeof Symbol ? Symbol : {},
|
|
62
|
+
i = o.iterator || "@@iterator",
|
|
63
|
+
a = o.asyncIterator || "@@asyncIterator",
|
|
64
|
+
u = o.toStringTag || "@@toStringTag";
|
|
65
|
+
function c(t, r, e, n) {
|
|
66
|
+
Object.defineProperty(t, r, {
|
|
67
|
+
value: e,
|
|
68
|
+
enumerable: !n,
|
|
69
|
+
configurable: !n,
|
|
70
|
+
writable: !n
|
|
71
|
+
});
|
|
75
72
|
}
|
|
76
73
|
try {
|
|
77
|
-
|
|
74
|
+
c({}, "");
|
|
78
75
|
} catch (t) {
|
|
79
|
-
|
|
80
|
-
return t[
|
|
76
|
+
c = function (t, r, e) {
|
|
77
|
+
return t[r] = e;
|
|
81
78
|
};
|
|
82
79
|
}
|
|
83
|
-
function
|
|
80
|
+
function h(r, e, n, o) {
|
|
84
81
|
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
85
|
-
a = Object.create(i.prototype)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
82
|
+
a = Object.create(i.prototype);
|
|
83
|
+
return c(a, "_invoke", function (r, e, n) {
|
|
84
|
+
var o = 1;
|
|
85
|
+
return function (i, a) {
|
|
86
|
+
if (3 === o) throw Error("Generator is already running");
|
|
87
|
+
if (4 === o) {
|
|
88
|
+
if ("throw" === i) throw a;
|
|
89
|
+
return {
|
|
90
|
+
value: t,
|
|
91
|
+
done: !0
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
for (n.method = i, n.arg = a;;) {
|
|
95
|
+
var u = n.delegate;
|
|
96
|
+
if (u) {
|
|
97
|
+
var c = d(u, n);
|
|
98
|
+
if (c) {
|
|
99
|
+
if (c === f) continue;
|
|
100
|
+
return c;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
104
|
+
if (1 === o) throw o = 4, n.arg;
|
|
105
|
+
n.dispatchException(n.arg);
|
|
106
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
107
|
+
o = 3;
|
|
108
|
+
var h = s(r, e, n);
|
|
109
|
+
if ("normal" === h.type) {
|
|
110
|
+
if (o = n.done ? 4 : 2, h.arg === f) continue;
|
|
111
|
+
return {
|
|
112
|
+
value: h.arg,
|
|
113
|
+
done: n.done
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
"throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
}(r, n, new Context(o || [])), !0), a;
|
|
90
120
|
}
|
|
91
|
-
function
|
|
121
|
+
function s(t, r, e) {
|
|
92
122
|
try {
|
|
93
123
|
return {
|
|
94
124
|
type: "normal",
|
|
95
|
-
arg: t.call(
|
|
125
|
+
arg: t.call(r, e)
|
|
96
126
|
};
|
|
97
127
|
} catch (t) {
|
|
98
128
|
return {
|
|
@@ -101,255 +131,193 @@ function _regeneratorRuntime() {
|
|
|
101
131
|
};
|
|
102
132
|
}
|
|
103
133
|
}
|
|
104
|
-
|
|
105
|
-
var
|
|
106
|
-
l = "suspendedYield",
|
|
107
|
-
f = "executing",
|
|
108
|
-
s = "completed",
|
|
109
|
-
y = {};
|
|
134
|
+
r.wrap = h;
|
|
135
|
+
var f = {};
|
|
110
136
|
function Generator() {}
|
|
111
137
|
function GeneratorFunction() {}
|
|
112
138
|
function GeneratorFunctionPrototype() {}
|
|
113
|
-
var
|
|
114
|
-
|
|
139
|
+
var l = {};
|
|
140
|
+
c(l, i, function () {
|
|
115
141
|
return this;
|
|
116
142
|
});
|
|
117
|
-
var
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
var
|
|
121
|
-
function
|
|
122
|
-
["next", "throw", "return"].forEach(function (
|
|
123
|
-
|
|
124
|
-
return this._invoke(
|
|
143
|
+
var p = Object.getPrototypeOf,
|
|
144
|
+
y = p && p(p(x([])));
|
|
145
|
+
y && y !== e && n.call(y, i) && (l = y);
|
|
146
|
+
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
147
|
+
function g(t) {
|
|
148
|
+
["next", "throw", "return"].forEach(function (r) {
|
|
149
|
+
c(t, r, function (t) {
|
|
150
|
+
return this._invoke(r, t);
|
|
125
151
|
});
|
|
126
152
|
});
|
|
127
153
|
}
|
|
128
|
-
function AsyncIterator(t,
|
|
129
|
-
function
|
|
130
|
-
var c =
|
|
154
|
+
function AsyncIterator(t, r) {
|
|
155
|
+
function e(o, i, a, u) {
|
|
156
|
+
var c = s(t[o], t, i);
|
|
131
157
|
if ("throw" !== c.type) {
|
|
132
|
-
var
|
|
133
|
-
|
|
134
|
-
return
|
|
135
|
-
|
|
158
|
+
var h = c.arg,
|
|
159
|
+
f = h.value;
|
|
160
|
+
return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
|
|
161
|
+
e("next", t, a, u);
|
|
136
162
|
}, function (t) {
|
|
137
|
-
|
|
138
|
-
}) :
|
|
139
|
-
|
|
163
|
+
e("throw", t, a, u);
|
|
164
|
+
}) : r.resolve(f).then(function (t) {
|
|
165
|
+
h.value = t, a(h);
|
|
140
166
|
}, function (t) {
|
|
141
|
-
return
|
|
167
|
+
return e("throw", t, a, u);
|
|
142
168
|
});
|
|
143
169
|
}
|
|
144
|
-
|
|
145
|
-
}
|
|
146
|
-
var
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
function
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
});
|
|
153
|
-
}
|
|
154
|
-
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
155
|
-
}
|
|
156
|
-
});
|
|
157
|
-
}
|
|
158
|
-
function makeInvokeMethod(e, r, n) {
|
|
159
|
-
var o = h;
|
|
160
|
-
return function (i, a) {
|
|
161
|
-
if (o === f) throw Error("Generator is already running");
|
|
162
|
-
if (o === s) {
|
|
163
|
-
if ("throw" === i) throw a;
|
|
164
|
-
return {
|
|
165
|
-
value: t,
|
|
166
|
-
done: !0
|
|
167
|
-
};
|
|
168
|
-
}
|
|
169
|
-
for (n.method = i, n.arg = a;;) {
|
|
170
|
-
var c = n.delegate;
|
|
171
|
-
if (c) {
|
|
172
|
-
var u = maybeInvokeDelegate(c, n);
|
|
173
|
-
if (u) {
|
|
174
|
-
if (u === y) continue;
|
|
175
|
-
return u;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
179
|
-
if (o === h) throw o = s, n.arg;
|
|
180
|
-
n.dispatchException(n.arg);
|
|
181
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
182
|
-
o = f;
|
|
183
|
-
var p = tryCatch(e, r, n);
|
|
184
|
-
if ("normal" === p.type) {
|
|
185
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
186
|
-
return {
|
|
187
|
-
value: p.arg,
|
|
188
|
-
done: n.done
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
170
|
+
u(c.arg);
|
|
171
|
+
}
|
|
172
|
+
var o;
|
|
173
|
+
c(this, "_invoke", function (t, n) {
|
|
174
|
+
function i() {
|
|
175
|
+
return new r(function (r, o) {
|
|
176
|
+
e(t, n, r, o);
|
|
177
|
+
});
|
|
192
178
|
}
|
|
193
|
-
|
|
179
|
+
return o = o ? o.then(i, i) : i();
|
|
180
|
+
}, !0);
|
|
194
181
|
}
|
|
195
|
-
function
|
|
196
|
-
var n =
|
|
197
|
-
o =
|
|
198
|
-
if (o === t) return
|
|
199
|
-
var i =
|
|
200
|
-
if ("throw" === i.type) return
|
|
182
|
+
function d(r, e) {
|
|
183
|
+
var n = e.method,
|
|
184
|
+
o = r.i[n];
|
|
185
|
+
if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
|
|
186
|
+
var i = s(o, r.i, e.arg);
|
|
187
|
+
if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
|
|
201
188
|
var a = i.arg;
|
|
202
|
-
return a ? a.done ? (r
|
|
189
|
+
return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
|
|
203
190
|
}
|
|
204
|
-
function
|
|
205
|
-
|
|
206
|
-
tryLoc: t[0]
|
|
207
|
-
};
|
|
208
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
191
|
+
function w(t) {
|
|
192
|
+
this.tryEntries.push(t);
|
|
209
193
|
}
|
|
210
|
-
function
|
|
211
|
-
var e =
|
|
212
|
-
e.type = "normal",
|
|
194
|
+
function m(r) {
|
|
195
|
+
var e = r[4] || {};
|
|
196
|
+
e.type = "normal", e.arg = t, r[4] = e;
|
|
213
197
|
}
|
|
214
198
|
function Context(t) {
|
|
215
|
-
this.tryEntries = [
|
|
216
|
-
tryLoc: "root"
|
|
217
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
199
|
+
this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
|
|
218
200
|
}
|
|
219
|
-
function
|
|
220
|
-
if (
|
|
221
|
-
var
|
|
222
|
-
if (
|
|
223
|
-
if ("function" == typeof
|
|
224
|
-
if (!isNaN(
|
|
201
|
+
function x(r) {
|
|
202
|
+
if (null != r) {
|
|
203
|
+
var e = r[i];
|
|
204
|
+
if (e) return e.call(r);
|
|
205
|
+
if ("function" == typeof r.next) return r;
|
|
206
|
+
if (!isNaN(r.length)) {
|
|
225
207
|
var o = -1,
|
|
226
|
-
|
|
227
|
-
for (; ++o <
|
|
228
|
-
return
|
|
208
|
+
a = function e() {
|
|
209
|
+
for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
|
|
210
|
+
return e.value = t, e.done = !0, e;
|
|
229
211
|
};
|
|
230
|
-
return
|
|
212
|
+
return a.next = a;
|
|
231
213
|
}
|
|
232
214
|
}
|
|
233
|
-
throw new TypeError(typeof
|
|
215
|
+
throw new TypeError(typeof r + " is not iterable");
|
|
234
216
|
}
|
|
235
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
242
|
-
var e = "function" == typeof t && t.constructor;
|
|
243
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
244
|
-
}, e.mark = function (t) {
|
|
245
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
246
|
-
}, e.awrap = function (t) {
|
|
217
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
218
|
+
var r = "function" == typeof t && t.constructor;
|
|
219
|
+
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
220
|
+
}, r.mark = function (t) {
|
|
221
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
|
|
222
|
+
}, r.awrap = function (t) {
|
|
247
223
|
return {
|
|
248
224
|
__await: t
|
|
249
225
|
};
|
|
250
|
-
},
|
|
226
|
+
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
|
|
251
227
|
return this;
|
|
252
|
-
}),
|
|
228
|
+
}), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
|
|
253
229
|
void 0 === i && (i = Promise);
|
|
254
|
-
var a = new AsyncIterator(
|
|
255
|
-
return
|
|
230
|
+
var a = new AsyncIterator(h(t, e, n, o), i);
|
|
231
|
+
return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
|
|
256
232
|
return t.done ? t.value : a.next();
|
|
257
233
|
});
|
|
258
|
-
},
|
|
234
|
+
}, g(v), c(v, u, "Generator"), c(v, i, function () {
|
|
259
235
|
return this;
|
|
260
|
-
}),
|
|
236
|
+
}), c(v, "toString", function () {
|
|
261
237
|
return "[object Generator]";
|
|
262
|
-
}),
|
|
263
|
-
var
|
|
264
|
-
|
|
265
|
-
for (var n in
|
|
266
|
-
return
|
|
267
|
-
for (;
|
|
268
|
-
|
|
269
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
270
|
-
}
|
|
271
|
-
return next.done = !0, next;
|
|
238
|
+
}), r.keys = function (t) {
|
|
239
|
+
var r = Object(t),
|
|
240
|
+
e = [];
|
|
241
|
+
for (var n in r) e.unshift(n);
|
|
242
|
+
return function t() {
|
|
243
|
+
for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
|
|
244
|
+
return t.done = !0, t;
|
|
272
245
|
};
|
|
273
|
-
},
|
|
246
|
+
}, r.values = x, Context.prototype = {
|
|
274
247
|
constructor: Context,
|
|
275
|
-
reset: function (
|
|
276
|
-
if (this.prev =
|
|
248
|
+
reset: function (r) {
|
|
249
|
+
if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
|
|
277
250
|
},
|
|
278
251
|
stop: function () {
|
|
279
252
|
this.done = !0;
|
|
280
|
-
var t = this.tryEntries[0]
|
|
253
|
+
var t = this.tryEntries[0][4];
|
|
281
254
|
if ("throw" === t.type) throw t.arg;
|
|
282
255
|
return this.rval;
|
|
283
256
|
},
|
|
284
|
-
dispatchException: function (
|
|
285
|
-
if (this.done) throw
|
|
286
|
-
var
|
|
287
|
-
function
|
|
288
|
-
|
|
257
|
+
dispatchException: function (r) {
|
|
258
|
+
if (this.done) throw r;
|
|
259
|
+
var e = this;
|
|
260
|
+
function n(t) {
|
|
261
|
+
a.type = "throw", a.arg = r, e.next = t;
|
|
289
262
|
}
|
|
290
|
-
for (var o =
|
|
263
|
+
for (var o = e.tryEntries.length - 1; o >= 0; --o) {
|
|
291
264
|
var i = this.tryEntries[o],
|
|
292
|
-
a = i
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
302
|
-
} else {
|
|
303
|
-
if (!u) throw Error("try statement without catch or finally");
|
|
304
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
305
|
-
}
|
|
265
|
+
a = i[4],
|
|
266
|
+
u = this.prev,
|
|
267
|
+
c = i[1],
|
|
268
|
+
h = i[2];
|
|
269
|
+
if (-1 === i[0]) return n("end"), !1;
|
|
270
|
+
if (!c && !h) throw Error("try statement without catch or finally");
|
|
271
|
+
if (null != i[0] && i[0] <= u) {
|
|
272
|
+
if (u < c) return this.method = "next", this.arg = t, n(c), !0;
|
|
273
|
+
if (u < h) return n(h), !1;
|
|
306
274
|
}
|
|
307
275
|
}
|
|
308
276
|
},
|
|
309
|
-
abrupt: function (t,
|
|
310
|
-
for (var
|
|
311
|
-
var
|
|
312
|
-
if (
|
|
313
|
-
var
|
|
277
|
+
abrupt: function (t, r) {
|
|
278
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
279
|
+
var n = this.tryEntries[e];
|
|
280
|
+
if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
|
|
281
|
+
var o = n;
|
|
314
282
|
break;
|
|
315
283
|
}
|
|
316
284
|
}
|
|
317
|
-
|
|
318
|
-
var
|
|
319
|
-
return
|
|
285
|
+
o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
|
|
286
|
+
var i = o ? o[4] : {};
|
|
287
|
+
return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
|
|
320
288
|
},
|
|
321
|
-
complete: function (t,
|
|
289
|
+
complete: function (t, r) {
|
|
322
290
|
if ("throw" === t.type) throw t.arg;
|
|
323
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type &&
|
|
291
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
|
|
324
292
|
},
|
|
325
293
|
finish: function (t) {
|
|
326
|
-
for (var
|
|
327
|
-
var
|
|
328
|
-
if (
|
|
294
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
295
|
+
var e = this.tryEntries[r];
|
|
296
|
+
if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
|
|
329
297
|
}
|
|
330
298
|
},
|
|
331
299
|
catch: function (t) {
|
|
332
|
-
for (var
|
|
333
|
-
var
|
|
334
|
-
if (
|
|
335
|
-
var n =
|
|
300
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
301
|
+
var e = this.tryEntries[r];
|
|
302
|
+
if (e[0] === t) {
|
|
303
|
+
var n = e[4];
|
|
336
304
|
if ("throw" === n.type) {
|
|
337
305
|
var o = n.arg;
|
|
338
|
-
|
|
306
|
+
m(e);
|
|
339
307
|
}
|
|
340
308
|
return o;
|
|
341
309
|
}
|
|
342
310
|
}
|
|
343
311
|
throw Error("illegal catch attempt");
|
|
344
312
|
},
|
|
345
|
-
delegateYield: function (
|
|
313
|
+
delegateYield: function (r, e, n) {
|
|
346
314
|
return this.delegate = {
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
}, "next" === this.method && (this.arg = t),
|
|
315
|
+
i: x(r),
|
|
316
|
+
r: e,
|
|
317
|
+
n: n
|
|
318
|
+
}, "next" === this.method && (this.arg = t), f;
|
|
351
319
|
}
|
|
352
|
-
},
|
|
320
|
+
}, r;
|
|
353
321
|
}
|
|
354
322
|
function _taggedTemplateLiteralLoose(e, t) {
|
|
355
323
|
return t || (t = e.slice(0)), e.raw = t, e;
|
|
@@ -3249,8 +3217,8 @@ var StepsWrapper = /*#__PURE__*/styled.div(_templateObject4$1 || (_templateObjec
|
|
|
3249
3217
|
var StepWrapper = /*#__PURE__*/styled.div(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n color: ", ";\n"])), function (_ref9) {
|
|
3250
3218
|
var isVisible = _ref9.isVisible;
|
|
3251
3219
|
return isVisible ? "visible" : 'hidden';
|
|
3252
|
-
}, function (
|
|
3253
|
-
var isActive =
|
|
3220
|
+
}, function (_ref0) {
|
|
3221
|
+
var isActive = _ref0.isActive;
|
|
3254
3222
|
return isActive ? "var(--base-color-black)" : 'var(--base-color-mid-grey)';
|
|
3255
3223
|
});
|
|
3256
3224
|
|
|
@@ -3337,20 +3305,20 @@ var Wrapper$1 = /*#__PURE__*/styled.div(_templateObject$d || (_templateObject$d
|
|
|
3337
3305
|
}, function (_ref9) {
|
|
3338
3306
|
var typography = _ref9.typography;
|
|
3339
3307
|
return typography;
|
|
3340
|
-
}, function (
|
|
3341
|
-
var level =
|
|
3308
|
+
}, function (_ref0) {
|
|
3309
|
+
var level = _ref0.level;
|
|
3342
3310
|
return level;
|
|
3311
|
+
}, function (_ref1) {
|
|
3312
|
+
var typography = _ref1.typography;
|
|
3313
|
+
return typography;
|
|
3314
|
+
}, function (_ref10) {
|
|
3315
|
+
var typography = _ref10.typography;
|
|
3316
|
+
return typography;
|
|
3343
3317
|
}, function (_ref11) {
|
|
3344
3318
|
var typography = _ref11.typography;
|
|
3345
3319
|
return typography;
|
|
3346
3320
|
}, function (_ref12) {
|
|
3347
|
-
var
|
|
3348
|
-
return typography;
|
|
3349
|
-
}, function (_ref13) {
|
|
3350
|
-
var typography = _ref13.typography;
|
|
3351
|
-
return typography;
|
|
3352
|
-
}, function (_ref14) {
|
|
3353
|
-
var level = _ref14.level;
|
|
3321
|
+
var level = _ref12.level;
|
|
3354
3322
|
return level;
|
|
3355
3323
|
});
|
|
3356
3324
|
|
|
@@ -3687,259 +3655,67 @@ var SectionSplitter = function SectionSplitter(_ref) {
|
|
|
3687
3655
|
};
|
|
3688
3656
|
|
|
3689
3657
|
var _templateObject$i;
|
|
3690
|
-
var SponsorLogoWrapper = /*#__PURE__*/styled.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n
|
|
3658
|
+
var SponsorLogoWrapper = /*#__PURE__*/styled.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-block;\n height: auto;\n width: 100%;\n max-width: 100%;\n background-color: transparent;\n\n img {\n display: block;\n width: 100%;\n }\n\n @media ", " {\n max-width: 100%;\n }\n\n @media ", " {\n max-width: 50%;\n }\n"])), devices.tablet, devices.mobile);
|
|
3691
3659
|
|
|
3692
|
-
/* eslint-disable max-len */
|
|
3693
3660
|
var SponsorLogo = function SponsorLogo(_ref) {
|
|
3694
|
-
var
|
|
3695
|
-
colorLogo = _ref$colorLogo === void 0 ? '#fff' : _ref$colorLogo,
|
|
3696
|
-
_ref$colorBackground = _ref.colorBackground,
|
|
3697
|
-
colorBackground = _ref$colorBackground === void 0 ? '#1d1d1b' : _ref$colorBackground,
|
|
3661
|
+
var imageSource = _ref.imageSource,
|
|
3698
3662
|
_ref$alt = _ref.alt,
|
|
3699
|
-
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
,
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3720
|
-
fill: colorLogo,
|
|
3721
|
-
points: "50.82 13.54 51.47 12.61 48.22 10.32 48.82 9.46 48.1 8.96 46.23 11.62 46.95 12.13 47.56 11.26 50.82 13.54"
|
|
3722
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3723
|
-
fill: colorLogo,
|
|
3724
|
-
d: "M51.76,5.65a4.57,4.57,0,0,0-1,.61,1.43,1.43,0,0,0-.4,2.14c1.11,1.33,2.28-.25,2.89.46a.62.62,0,0,1-.18.9,2.56,2.56,0,0,1-1,.46l.56.76a4.67,4.67,0,0,0,1.14-.68,1.52,1.52,0,0,0,.35-2.22c-1.11-1.32-2.31.22-2.88-.46-.23-.27-.13-.58.16-.82a2.15,2.15,0,0,1,.89-.42Z"
|
|
3725
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3726
|
-
fill: colorLogo,
|
|
3727
|
-
d: "M60.54,2.18a2.8,2.8,0,0,0-1.3.06,2.23,2.23,0,0,0-1.56,2.91,2.28,2.28,0,0,0,2.77,2,4,4,0,0,0,1.14-.44l-.26-1a2.05,2.05,0,0,1-.91.47c-.71.17-1.39-.34-1.6-1.26s.11-1.67.85-1.84a1.85,1.85,0,0,1,1,0Z"
|
|
3728
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3729
|
-
fill: colorLogo,
|
|
3730
|
-
d: "M63.1,4.21c-.17,1.42.35,2.58,1.74,2.75S67,6.13,67.19,4.72,66.84,2.14,65.45,2s-2.17.82-2.35,2.23m1.16.15c.12-.93.44-1.65,1.09-1.57s.8.86.69,1.78-.45,1.65-1.1,1.57-.79-.86-.68-1.78"
|
|
3731
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3732
|
-
fill: colorLogo,
|
|
3733
|
-
d: "M68.82,5.91a1.65,1.65,0,0,0,.75,2.45A1.65,1.65,0,0,0,72,7.52L73.4,4.77l-1-.52L70.89,7.17c-.22.43-.51.61-.92.41s-.44-.56-.21-1l1.48-2.91-1-.52Z"
|
|
3734
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3735
|
-
fill: colorLogo,
|
|
3736
|
-
points: "72.35 9.88 73.04 10.6 75.57 8.16 75.58 8.17 74.02 11.61 74.96 12.58 78.45 9.21 77.75 8.49 75.34 10.83 75.33 10.82 76.76 7.47 75.84 6.5 72.35 9.88"
|
|
3737
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3738
|
-
fill: colorLogo,
|
|
3739
|
-
d: "M81.32,14.62A2.92,2.92,0,0,0,81,13.36a2.24,2.24,0,0,0-3.2-.87,2.28,2.28,0,0,0-1.28,3.14,4.1,4.1,0,0,0,.69,1l.89-.49a2,2,0,0,1-.66-.78,1.4,1.4,0,0,1,.86-1.84c.88-.43,1.65-.26,2,.43a1.79,1.79,0,0,1,.18,1Z"
|
|
3740
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3741
|
-
fill: colorLogo,
|
|
3742
|
-
x: "77.47",
|
|
3743
|
-
y: "17.86",
|
|
3744
|
-
width: "4.85",
|
|
3745
|
-
height: "1.14",
|
|
3746
|
-
transform: "translate(-1.99 14.27) rotate(-10.08)"
|
|
3747
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3748
|
-
fill: colorLogo,
|
|
3749
|
-
points: "77.75 21.16 77.56 23.9 78.43 23.96 78.54 22.36 82.51 22.64 82.59 21.49 77.75 21.16"
|
|
3750
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3751
|
-
fill: colorLogo,
|
|
3752
|
-
points: "48.1 32.49 49.47 34.12 49.78 33.85 48.68 32.56 50.15 31.32 51.15 32.52 51.45 32.25 50.46 31.06 51.78 29.94 52.83 31.2 53.14 30.93 51.81 29.36 48.1 32.49"
|
|
3753
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3754
|
-
fill: colorLogo,
|
|
3755
|
-
points: "51.54 36.09 51.88 36.31 54.27 32.76 54.28 32.77 53.58 37.46 54.04 37.78 56.75 33.74 56.42 33.52 54.01 37.11 53.99 37.1 54.72 32.38 54.26 32.06 51.54 36.09"
|
|
3756
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3757
|
-
fill: colorLogo,
|
|
3758
|
-
d: "M59.06,37.34l.83.24-.47,1.64a1.43,1.43,0,0,1-.68,0,1.83,1.83,0,0,1-1.05-2.46c.43-1.47,1.47-1.73,2.13-1.53a1.89,1.89,0,0,1,.9.57l.15-.45A2.92,2.92,0,0,0,60,34.8a2.23,2.23,0,0,0-2.7,1.75,2.27,2.27,0,0,0,1.35,3,2.24,2.24,0,0,0,1.15,0l.66-2.3L59.17,37Z"
|
|
3759
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3760
|
-
fill: colorLogo,
|
|
3761
|
-
points: "62.58 40.06 64.59 40.06 64.59 39.67 63.01 39.67 63.01 35.22 62.58 35.22 62.58 40.06"
|
|
3762
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3763
|
-
fill: colorLogo,
|
|
3764
|
-
d: "M66.56,39.85l.41-.12L67,38.32l1.86-.53L69.66,39l.44-.12L67.21,34.6l-.44.13Zm.55-4.73h0l1.53,2.31L67,37.91Z"
|
|
3765
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3766
|
-
fill: colorLogo,
|
|
3767
|
-
points: "72.18 37.79 72.52 37.56 70.19 33.97 70.2 33.97 74.24 36.45 74.7 36.16 72.06 32.07 71.72 32.3 74.07 35.92 74.06 35.92 70.01 33.42 69.54 33.71 72.18 37.79"
|
|
3768
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3769
|
-
fill: colorLogo,
|
|
3770
|
-
d: "M77.11,33.88l.47-.58A2.21,2.21,0,0,0,77,30a2.07,2.07,0,0,0-3.31.42l-.4.5ZM73.88,30.8l.22-.28c1-1.3,2.07-.62,2.67-.14,1,.75,1.23,1.71.56,2.56l-.27.36Z"
|
|
3771
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3772
|
-
fill: colorLogo,
|
|
3773
|
-
d: "M110.46,21h0l-2.33,6.65h4.71Zm-1.78-3.24h3.65l6.33,16.12h-3.58l-1.39-3.69h-6.53l-1.41,3.69H102.4Z"
|
|
3774
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3775
|
-
fill: colorLogo,
|
|
3776
|
-
d: "M123.57,24.66h1.07c1.59,0,3.42-.24,3.42-2.24s-1.81-2.11-3.42-2.11h-1.07Zm-3.23-6.89h3.49c3.46,0,7.6-.11,7.6,4.37a3.69,3.69,0,0,1-3.33,3.74v0c.88.07,1.39.95,1.71,1.67l2.59,6.31h-3.61l-1.93-5c-.47-1.2-.88-1.66-2.25-1.66h-1v6.7h-3.23Z"
|
|
3777
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3778
|
-
fill: colorLogo,
|
|
3779
|
-
points: "137.59 20.31 132.97 20.31 132.97 17.77 145.45 17.77 145.45 20.31 140.82 20.31 140.82 33.9 137.59 33.9 137.59 20.31"
|
|
3780
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3781
|
-
fill: colorLogo,
|
|
3782
|
-
d: "M156.16,20.73a8.35,8.35,0,0,0-3.28-.69,2.24,2.24,0,0,0-2.54,2.24c0,2.79,7.07,1.61,7.07,7,0,3.53-2.8,4.87-6,4.87a14.29,14.29,0,0,1-4.14-.62l.3-2.91a7.79,7.79,0,0,0,3.65,1c1.22,0,2.86-.62,2.86-2.08,0-3.07-7.06-1.8-7.06-7.13,0-3.61,2.79-4.92,5.63-4.92a12.25,12.25,0,0,1,3.86.57Z"
|
|
3783
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3784
|
-
fill: colorLogo,
|
|
3785
|
-
d: "M178,33.67a16.81,16.81,0,0,1-3.67.5c-5.22,0-8.85-2.61-8.85-8.06s3.37-8.61,8.85-8.61a10.39,10.39,0,0,1,3.64.67l-.23,2.72a6.65,6.65,0,0,0-3.48-.85c-3.33,0-5.41,2.54-5.41,5.84s2,5.75,5.48,5.75a9.05,9.05,0,0,0,3.53-.67Z"
|
|
3786
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3787
|
-
fill: colorLogo,
|
|
3788
|
-
d: "M187.42,31.63c3.3,0,4.53-2.93,4.53-5.84S190.63,20,187.42,20,182.9,23,182.9,25.79s1.22,5.84,4.52,5.84m0-14.13c5.06,0,7.9,3.42,7.9,8.29s-2.79,8.38-7.9,8.38-7.89-3.44-7.89-8.38,2.77-8.29,7.89-8.29"
|
|
3789
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3790
|
-
fill: colorLogo,
|
|
3791
|
-
d: "M197.47,17.77h3.23v9.31c0,2.75.88,4.55,3.35,4.55s3.35-1.8,3.35-4.55V17.77h3.23V28.08c0,4.31-2.45,6.09-6.58,6.09s-6.58-1.78-6.58-6.09Z"
|
|
3792
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3793
|
-
fill: colorLogo,
|
|
3794
|
-
points: "213.06 17.77 217.03 17.77 223.17 29.83 223.22 29.83 223.22 17.77 226.31 17.77 226.31 33.89 222.36 33.89 216.2 21.84 216.15 21.84 216.15 33.89 213.06 33.89 213.06 17.77"
|
|
3795
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3796
|
-
fill: colorLogo,
|
|
3797
|
-
d: "M240.93,33.67a16.81,16.81,0,0,1-3.67.5c-5.22,0-8.85-2.61-8.85-8.06s3.37-8.61,8.85-8.61a10.43,10.43,0,0,1,3.64.67l-.23,2.72a6.65,6.65,0,0,0-3.48-.85c-3.33,0-5.41,2.54-5.41,5.84s2,5.75,5.48,5.75a9.05,9.05,0,0,0,3.53-.67Z"
|
|
3798
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3799
|
-
fill: colorLogo,
|
|
3800
|
-
x: "243.37",
|
|
3801
|
-
y: "17.77",
|
|
3802
|
-
width: "3.23",
|
|
3803
|
-
height: "16.12"
|
|
3804
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3805
|
-
fill: colorLogo,
|
|
3806
|
-
points: "249.15 17.77 252.38 17.77 252.38 31.35 258.64 31.35 258.64 33.89 249.15 33.89 249.15 17.77"
|
|
3807
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3808
|
-
fill: colorLogo,
|
|
3809
|
-
points: "102.45 40.87 111.96 40.87 111.96 43.41 105.68 43.41 105.68 47.38 111.43 47.38 111.43 49.92 105.68 49.92 105.68 54.45 112.01 54.45 112.01 56.99 102.45 56.99 102.45 40.87"
|
|
3810
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3811
|
-
fill: colorLogo,
|
|
3812
|
-
points: "114.66 40.87 118.64 40.87 124.78 52.92 124.82 52.92 124.82 40.87 127.92 40.87 127.92 56.99 123.97 56.99 117.8 44.93 117.76 44.93 117.76 56.99 114.66 56.99 114.66 40.87"
|
|
3813
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3814
|
-
fill: colorLogo,
|
|
3815
|
-
d: "M143.51,44a10.56,10.56,0,0,0-4.17-.86A5.48,5.48,0,0,0,133.51,49c0,3.28,2,5.75,5.47,5.75a8.6,8.6,0,0,0,2.12-.23v-4.2h-3.42V47.75h6.51v8.68a20.3,20.3,0,0,1-5.21.83c-5.22,0-8.85-2.61-8.85-8.06s3.38-8.61,8.85-8.61a15.72,15.72,0,0,1,4.73.67Z"
|
|
3816
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3817
|
-
fill: colorLogo,
|
|
3818
|
-
points: "146.78 40.87 150.01 40.87 150.01 54.45 156.27 54.45 156.27 56.99 146.78 56.99 146.78 40.87"
|
|
3819
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3820
|
-
fill: colorLogo,
|
|
3821
|
-
d: "M165.76,44.1h0l-2.34,6.65h4.72ZM164,40.87h3.65L174,57h-3.58L169,53.29h-6.54l-1.4,3.7H157.7Z"
|
|
3822
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3823
|
-
fill: colorLogo,
|
|
3824
|
-
points: "175.53 40.87 179.5 40.87 185.65 52.92 185.69 52.92 185.69 40.87 188.79 40.87 188.79 56.99 184.84 56.99 178.67 44.93 178.62 44.93 178.62 56.99 175.53 56.99 175.53 40.87"
|
|
3825
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3826
|
-
fill: colorLogo,
|
|
3827
|
-
d: "M194.66,54.45h1.8a5.27,5.27,0,0,0,5.31-5.52,5.27,5.27,0,0,0-5.31-5.52h-1.8Zm-3.23-13.58h4.41c4.94,0,9.3,1.66,9.3,8.06S200.78,57,195.84,57h-4.41Z"
|
|
3828
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3829
|
-
fill: colorLogo,
|
|
3830
|
-
d: "M248,3.39h-.7l1.84,5.24-.13.46c-.2.67-.39,1.12-.94,1.12a1.29,1.29,0,0,1-.47-.08l-.06.55a3,3,0,0,0,.69.08c.72,0,1.08-.71,1.33-1.42l2.07-5.95h-.67L249.43,7.7h0ZM245.88,6c0,1-.31,2.16-1.53,2.16S242.81,6.92,242.81,6s.37-2.17,1.54-2.17S245.88,5,245.88,6m-3.71,2.59h.64V7.75h0a1.68,1.68,0,0,0,1.62.94c1.42,0,2.13-1.18,2.13-2.71s-.61-2.71-2.13-2.71a1.75,1.75,0,0,0-1.62,1h0V1h-.64Zm-3.46-5.18h-.64V4h0a1.7,1.7,0,0,0-1.61-.71c-1.53,0-2.14,1.13-2.14,2.71,0,1.15.53,2.59,2.19,2.59a1.6,1.6,0,0,0,1.57-1h0c0,1.46-.14,2.66-1.79,2.66a3.55,3.55,0,0,1-1.52-.36l-.05.64a5.45,5.45,0,0,0,1.56.27c1.78,0,2.43-1.18,2.43-2.62ZM235,6c0-1,.32-2.17,1.54-2.17s1.53.92,1.53,2.17c0,.94-.41,2-1.57,2S235,7,235,6m-6.17,2.59h.64V5.7c0-.86.37-1.89,1.54-1.89.88,0,1.23.63,1.23,1.61V8.57h.63V5.26c0-1.14-.48-2-1.76-2a1.64,1.64,0,0,0-1.68,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.71-7.42h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64ZM221.1,6c0-1,.31-2.17,1.53-2.17S224.17,5,224.17,6s-.4,2.16-1.54,2.16S221.1,7,221.1,6m3.7-5h-.63V4.26h0a1.76,1.76,0,0,0-1.62-1C221,3.27,220.4,4.4,220.4,6s.71,2.71,2.13,2.71a1.68,1.68,0,0,0,1.62-.94h0v.82h.63Zm-9.89,7.62h.64V5.7c0-.86.37-1.89,1.54-1.89.88,0,1.22.63,1.22,1.61V8.57H219V5.26c0-1.14-.48-2-1.76-2a1.64,1.64,0,0,0-1.68,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.72-5.18h-.64V6.25c0,.87-.36,1.89-1.53,1.89-.89,0-1.23-.63-1.23-1.6V3.39h-.64V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.67-1h0v.93h.62c0-.42,0-.83,0-1.22Zm-7.08,5.18h.64V3.93h1.17V3.39h-1.17V2.94c0-.62-.09-1.57.78-1.57a1.13,1.13,0,0,1,.51.12l0-.56a1.47,1.47,0,0,0-.6-.1c-1.33,0-1.37,1.09-1.37,2.18v.38h-1v.54h1Zm-3.5-5.1a3.91,3.91,0,0,0-1.25-.2A2.51,2.51,0,0,0,198.8,6a2.45,2.45,0,0,0,2.48,2.71,3.89,3.89,0,0,0,1.33-.18l-.06-.6a3.38,3.38,0,0,1-1.17.23A2,2,0,0,1,199.5,6a1.93,1.93,0,0,1,1.95-2.17,2.78,2.78,0,0,1,1.11.27Zm-5.2-2.32h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64Zm-2.35,0h.64V1h-.64ZM192.26,6c0,1-.31,2.16-1.53,2.16S189.19,6.92,189.19,6s.37-2.17,1.54-2.17S192.26,5,192.26,6m-3.71,2.59h.64V7.75h0a1.68,1.68,0,0,0,1.62.94C192.25,8.69,193,7.51,193,6s-.61-2.71-2.13-2.71a1.75,1.75,0,0,0-1.62,1h0V1h-.64Zm-1.68-5.18h-.64V6.25c0,.87-.36,1.89-1.53,1.89-.89,0-1.23-.63-1.23-1.6V3.39h-.64V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.67-1h0v.93h.62c0-.42,0-.83,0-1.22ZM180.69,6c0,1-.32,2.16-1.54,2.16S177.62,6.92,177.62,6s.39-2.17,1.53-2.17S180.69,5,180.69,6M177,10.7h.64v-3h0a1.6,1.6,0,0,0,1.61,1c1.43,0,2.13-1.18,2.13-2.71s-.6-2.71-2.13-2.71a1.78,1.78,0,0,0-1.65,1.06h0l0-.94H177Zm-3.46-7.31h-.64V4h0a1.72,1.72,0,0,0-1.62-.71c-1.52,0-2.13,1.13-2.13,2.71,0,1.15.53,2.59,2.18,2.59a1.62,1.62,0,0,0,1.58-1h0c0,1.46-.14,2.66-1.79,2.66a3.59,3.59,0,0,1-1.53-.36l0,.64a5.54,5.54,0,0,0,1.57.27c1.78,0,2.43-1.18,2.43-2.62ZM169.81,6c0-1,.31-2.17,1.53-2.17s1.54.92,1.54,2.17c0,.94-.42,2-1.58,2s-1.49-1-1.49-2m-6.17,2.59h.64V5.7c0-.86.36-1.89,1.53-1.89.89,0,1.23.63,1.23,1.61V8.57h.64V5.26c0-1.14-.49-2-1.77-2a1.62,1.62,0,0,0-1.67,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.71-7.42h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64Zm-4.53-.12a3.91,3.91,0,0,0,1.45.24c.78,0,1.81-.38,1.81-1.47,0-1.7-2.55-1.58-2.55-2.54,0-.66.45-.87,1.11-.87a2.87,2.87,0,0,1,1.15.25l.06-.56a4.08,4.08,0,0,0-1.28-.23c-.85,0-1.68.38-1.68,1.41,0,1.5,2.49,1.31,2.49,2.54,0,.59-.54.92-1.15.92a3.05,3.05,0,0,1-1.35-.32ZM155.5,3.39h-.64V6.25c0,.87-.37,1.89-1.54,1.89-.88,0-1.23-.63-1.23-1.6V3.39h-.63V6.7c0,1.14.48,2,1.76,2a1.65,1.65,0,0,0,1.68-1h0v.93h.62c0-.42,0-.83,0-1.22ZM144.23,6c0-1,.31-2.17,1.53-2.17S147.29,5,147.29,6s-.39,2.16-1.53,2.16S144.23,7,144.23,6m3.7-5h-.64V4.26h0a1.75,1.75,0,0,0-1.61-1c-1.53,0-2.13,1.13-2.13,2.71s.71,2.71,2.13,2.71a1.66,1.66,0,0,0,1.61-.94h0v.82h.64Zm-9.06,4.66a1.7,1.7,0,0,1,1.52-1.8c1,0,1.32.9,1.32,1.8ZM142,7.75a3.27,3.27,0,0,1-1.45.39,1.75,1.75,0,0,1-1.71-2h3.54V5.83c0-1.39-.6-2.56-2.06-2.56-1.31,0-2.18,1.12-2.18,2.71s.64,2.71,2.35,2.71A4.14,4.14,0,0,0,142,8.4Zm-4.71-4.36h-1.18V1.91l-.64.23V3.39h-1v.54h1V7c0,1,.05,1.73,1.18,1.73a2.32,2.32,0,0,0,.78-.14l0-.53a1.47,1.47,0,0,1-.59.12c-.51,0-.69-.39-.69-.85V3.93h1.18Zm-6,5.18h.64V6c0-.94.28-2.08,1.29-2.08a1.41,1.41,0,0,1,.47.07V3.33a2,2,0,0,0-.45-.06,1.52,1.52,0,0,0-1.33,1.11h0v-1h-.64a9.26,9.26,0,0,1,0,1.15ZM125.76,6c0-1.2.6-2.17,1.71-2.17s1.72,1,1.72,2.17-.6,2.16-1.72,2.16-1.71-1-1.71-2.16m-.7,0a2.43,2.43,0,1,0,4.83,0,2.43,2.43,0,1,0-4.83,0m-1.83,0c0,1-.32,2.16-1.54,2.16S120.16,6.92,120.16,6s.4-2.17,1.53-2.17S123.23,5,123.23,6m-3.71,4.72h.64v-3h0a1.61,1.61,0,0,0,1.62,1c1.42,0,2.13-1.18,2.13-2.71s-.61-2.71-2.13-2.71a1.79,1.79,0,0,0-1.66,1.06h0l0-.94h-.64ZM117.4,6c0,1-.32,2.16-1.54,2.16S114.33,6.92,114.33,6s.39-2.17,1.53-2.17S117.4,5,117.4,6m-3.71,4.72h.64v-3h0a1.6,1.6,0,0,0,1.61,1c1.43,0,2.14-1.18,2.14-2.71s-.61-2.71-2.14-2.71a1.79,1.79,0,0,0-1.65,1.06h0l0-.94h-.64ZM112,3.39h-.64V6.25c0,.87-.37,1.89-1.54,1.89-.88,0-1.23-.63-1.23-1.6V3.39H108V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.68-1h0v.93h.62c0-.42,0-.83,0-1.22Zm-9.4,5a3.92,3.92,0,0,0,1.61.31,2.08,2.08,0,0,0,2.32-2c0-2.07-3.25-2.09-3.25-3.51,0-.91.8-1.22,1.54-1.22a2.89,2.89,0,0,1,1.28.27l.12-.64a4.31,4.31,0,0,0-1.39-.23c-1.25,0-2.25.71-2.25,1.84,0,1.86,3.25,2,3.25,3.43a1.41,1.41,0,0,1-1.59,1.45,2.77,2.77,0,0,1-1.57-.42Z"
|
|
3831
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3832
|
-
fill: colorLogo,
|
|
3833
|
-
x: "92.12",
|
|
3834
|
-
width: "0.75",
|
|
3835
|
-
height: "56.99"
|
|
3836
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3837
|
-
fill: colorLogo,
|
|
3838
|
-
d: "M2.46,50.42H4.22v5.07H7.29V57H2.46Z"
|
|
3839
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3840
|
-
fill: colorLogo,
|
|
3841
|
-
d: "M10.84,57.2a3.59,3.59,0,0,1-1.37-.26,3.27,3.27,0,0,1-1.82-1.83,4,4,0,0,1,0-2.79,3.5,3.5,0,0,1,.72-1.1,3.28,3.28,0,0,1,1.1-.72,3.59,3.59,0,0,1,1.37-.26,3.65,3.65,0,0,1,1.38.26,3.14,3.14,0,0,1,1.09.72,3.33,3.33,0,0,1,.72,1.1,4,4,0,0,1,0,2.79,3.3,3.3,0,0,1-1.81,1.83A3.65,3.65,0,0,1,10.84,57.2Zm0-1.65a1.67,1.67,0,0,0,.69-.14A1.65,1.65,0,0,0,12,55a1.68,1.68,0,0,0,.32-.59,2.35,2.35,0,0,0,.11-.71,2.41,2.41,0,0,0-.11-.72,1.64,1.64,0,0,0-.32-.58,1.54,1.54,0,0,0-.51-.4,1.77,1.77,0,0,0-1.38,0,1.54,1.54,0,0,0-.51.4,1.64,1.64,0,0,0-.32.58,2.41,2.41,0,0,0-.11.72,2.35,2.35,0,0,0,.11.71,1.68,1.68,0,0,0,.32.59,1.65,1.65,0,0,0,.51.39A1.67,1.67,0,0,0,10.84,55.55Z"
|
|
3842
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3843
|
-
fill: colorLogo,
|
|
3844
|
-
d: "M16.43,52h-2V50.42h5.83V52h-2V57H16.43Z"
|
|
3845
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3846
|
-
fill: colorLogo,
|
|
3847
|
-
d: "M22.49,52h-2V50.42h5.83V52h-2V57H22.49Z"
|
|
3848
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3849
|
-
fill: colorLogo,
|
|
3850
|
-
d: "M26.7,50.42h4.77v1.52h-3v1h2.47v1.43H28.46v1.13h3.22V57h-5Z"
|
|
3851
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3852
|
-
fill: colorLogo,
|
|
3853
|
-
d: "M32.4,50.42h2.74a3.24,3.24,0,0,1,1,.14,2.05,2.05,0,0,1,.74.41,2,2,0,0,1,.48.68,2.5,2.5,0,0,1,.16.94,2.19,2.19,0,0,1-.28,1.14,2.27,2.27,0,0,1-.77.77L37.86,57H36l-1.13-2.25h-.73V57H32.4Zm2.57,3a.75.75,0,0,0,.79-.79.8.8,0,0,0-.21-.59.77.77,0,0,0-.59-.22h-.84v1.6Z"
|
|
3854
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3855
|
-
fill: colorLogo,
|
|
3856
|
-
d: "M39.81,54.4l-2.35-4h2l1.29,2.36L42,50.42h2l-2.36,4V57H39.81Z"
|
|
3857
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3858
|
-
fill: colorLogo,
|
|
3859
|
-
d: "M45.71,50.42h4.62V52H47.47v1.28h2.21v1.45H47.47V57H45.71Z"
|
|
3860
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3861
|
-
fill: colorLogo,
|
|
3862
|
-
d: "M50.76,50.42h1.76V54.3a1.46,1.46,0,0,0,.25.89,1.17,1.17,0,0,0,1.67,0,1.48,1.48,0,0,0,.25-.89V50.42h1.78v4a3,3,0,0,1-.21,1.15,2.4,2.4,0,0,1-.59.86,2.66,2.66,0,0,1-.9.55,3.58,3.58,0,0,1-2.3,0,2.85,2.85,0,0,1-.91-.54,2.49,2.49,0,0,1-.59-.86,3,3,0,0,1-.21-1.16Z"
|
|
3863
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3864
|
-
fill: colorLogo,
|
|
3865
|
-
d: "M57.42,50.42H59l2.54,3.69V50.42h1.74V57h-1.5l-2.64-3.8V57H57.42Z"
|
|
3866
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3867
|
-
fill: colorLogo,
|
|
3868
|
-
d: "M64.28,50.42h2.54a4.85,4.85,0,0,1,1.41.2,3.06,3.06,0,0,1,1.13.6,2.67,2.67,0,0,1,.74,1.05,3.78,3.78,0,0,1,.27,1.49,3.56,3.56,0,0,1-.27,1.44,2.77,2.77,0,0,1-.75,1,3.18,3.18,0,0,1-1.13.62,5,5,0,0,1-1.41.2H64.28Zm2.47,5.07a1.67,1.67,0,0,0,1.81-1.76,2.27,2.27,0,0,0-.11-.72,1.59,1.59,0,0,0-.34-.56,1.29,1.29,0,0,0-.56-.36,2.13,2.13,0,0,0-.8-.13H66v3.53Z"
|
|
3869
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3870
|
-
fill: colorLogo,
|
|
3871
|
-
d: "M71.05,50.42h4.76v1.52h-3v1h2.47v1.43H72.8v1.13H76V57h-5Z"
|
|
3872
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3873
|
-
fill: colorLogo,
|
|
3874
|
-
d: "M76.75,50.42h2.54a4.85,4.85,0,0,1,1.41.2,3.15,3.15,0,0,1,1.13.6,2.89,2.89,0,0,1,.74,1.05,3.78,3.78,0,0,1,.27,1.49,3.56,3.56,0,0,1-.27,1.44,3,3,0,0,1-.75,1,3.18,3.18,0,0,1-1.13.62,5,5,0,0,1-1.41.2H76.75Zm2.47,5.07A1.66,1.66,0,0,0,81,53.73a2,2,0,0,0-.11-.72,1.44,1.44,0,0,0-.33-.56,1.36,1.36,0,0,0-.56-.36,2.13,2.13,0,0,0-.8-.13H78.5v3.53Z"
|
|
3875
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3876
|
-
fill: colorBackground,
|
|
3877
|
-
d: "M28.47,18.89a2.62,2.62,0,0,0-1.56.63c.16-1.82-.51-3.17-1.76-3.63a3.22,3.22,0,0,0-2.33.1l-1-2.44c.93-2.28,2.56-5.06,2.56-7.34,0-1.77-.89-3.07-2.6-3.07a4.45,4.45,0,0,0-3.05,1.95C17.53,2.45,16.28,1.2,14.94,1.2c-2.13,0-3,2.13-3,4a18.84,18.84,0,0,0,2,7.52,63.85,63.85,0,0,0-2.9,7.57,8.59,8.59,0,0,0-6.12-2.7,6.3,6.3,0,0,0-3.53,1A2.93,2.93,0,0,0,0,20.87a2.64,2.64,0,0,0,2.23,2.54C4.56,24,5.6,25.9,6.48,29.58c1.61,6.64,5.76,10.63,12.14,10.63A12.26,12.26,0,0,0,30.86,28a14.77,14.77,0,0,0-.26-2.64,10.78,10.78,0,0,0,.46-1.56c.57-2.85-.52-4.88-2.59-4.88"
|
|
3878
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3879
|
-
fill: colorLogo,
|
|
3880
|
-
d: "M24.62,17.33c1.08.5,1.17,2.76.08,5.45-.88,2.6-2.15,4.18-3.34,4.19-.93,0-1.71-.66-1.71-2.42,0-3.32,2.73-8.25,5-7.22"
|
|
3881
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3882
|
-
fill: colorLogo,
|
|
3883
|
-
d: "M13.43,5.15c0-1.09.47-2.39,1.51-2.39q1.08,0,2.64,3.42a27.54,27.54,0,0,0-2.75,4.52,17.18,17.18,0,0,1-1.4-5.55"
|
|
3884
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3885
|
-
fill: colorLogo,
|
|
3886
|
-
d: "M18.62,38.66c-5.45,0-9.18-3.79-10.63-9.44-1-3.89-2.23-6.49-5.4-7.32-.36-.1-1-.36-1-1S2.75,19.1,4.93,19.1a7.68,7.68,0,0,1,6.17,3.69l1.11-.41c.16-2.12,1.24-5,3.14-9.09,2.39-5.13,4.81-8.63,6.42-8.59a1.41,1.41,0,0,1,1.12,1.51c0,2.12-1.87,5.31-3.51,8.78-.17.35-.91,2-.91,2l1.07.46c.35-.59,1.08-2,1.18-2.24l.8,1.77a11.34,11.34,0,0,0-3.21,7.58c0,2,.88,3.2,2.17,3.61a2.91,2.91,0,0,0,3.22-1,2.57,2.57,0,0,0,2.65,2.32,3.35,3.35,0,0,0,3.06-2.21A11,11,0,0,1,18.62,38.66"
|
|
3887
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3888
|
-
fill: colorLogo,
|
|
3889
|
-
d: "M29.66,23.56c-.36,2.18-1.68,4.6-3.31,4.6s-1.47-2.06-1.11-3.3c.57-2.23,2.09-4.57,3.23-4.57s1.5,1.41,1.19,3.27"
|
|
3890
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3891
|
-
fill: colorBackground,
|
|
3892
|
-
d: "M24.15,34.49c-4.61,2.62-8.91.95-10.53-3.83L15,30c1.32,3.89,5.13,5,8.65,3.13Z"
|
|
3893
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3894
|
-
fill: colorBackground,
|
|
3895
|
-
d: "M22.9,24.5a1.21,1.21,0,1,1-1.21-1.21A1.21,1.21,0,0,1,22.9,24.5"
|
|
3896
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3897
|
-
fill: colorBackground,
|
|
3898
|
-
d: "M28,26a1.09,1.09,0,1,1-1.09-1.09A1.09,1.09,0,0,1,28,26"
|
|
3899
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3900
|
-
fill: colorBackground,
|
|
3901
|
-
d: "M25.9,6.58a1.15,1.15,0,0,1-.41-.08,1.23,1.23,0,0,1-.33-.23,1.12,1.12,0,0,1-.22-.33,1.07,1.07,0,0,1-.08-.41,1.06,1.06,0,0,1,.08-.4,1.33,1.33,0,0,1,.22-.34,1.46,1.46,0,0,1,.33-.22,1.16,1.16,0,0,1,.42-.08,1.06,1.06,0,0,1,.4.08,1.12,1.12,0,0,1,.33.22,1.11,1.11,0,0,1,.22.34,1.06,1.06,0,0,1,.08.4,1.07,1.07,0,0,1-.08.41,1,1,0,0,1-.22.33,1,1,0,0,1-.33.23A1.11,1.11,0,0,1,25.9,6.58Zm0-.2a.72.72,0,0,0,.33-.07.76.76,0,0,0,.26-.18.78.78,0,0,0,.17-.26,1,1,0,0,0,.06-.33.88.88,0,0,0-.06-.33.73.73,0,0,0-.17-.27.76.76,0,0,0-.26-.18.71.71,0,0,0-.32-.07.72.72,0,0,0-.33.07.68.68,0,0,0-.26.18.73.73,0,0,0-.17.27.88.88,0,0,0-.06.33,1,1,0,0,0,.06.33.78.78,0,0,0,.17.26.68.68,0,0,0,.26.18A.71.71,0,0,0,25.9,6.38ZM25.54,5H26a.47.47,0,0,1,.17,0,.41.41,0,0,1,.11.07.3.3,0,0,1,.07.1.52.52,0,0,1,0,.11.41.41,0,0,1-.05.19.31.31,0,0,1-.15.12l.25.44h-.22l-.24-.41h-.17v.41h-.2Zm.4.49a.17.17,0,0,0,.13,0,.17.17,0,0,0,.05-.12.13.13,0,0,0-.05-.11.2.2,0,0,0-.14,0h-.19v.32Z"
|
|
3902
|
-
})))));
|
|
3663
|
+
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt,
|
|
3664
|
+
children = _ref.children,
|
|
3665
|
+
className = _ref.className,
|
|
3666
|
+
href = _ref.href,
|
|
3667
|
+
title = _ref.title,
|
|
3668
|
+
dataRoh = _ref.dataRoh,
|
|
3669
|
+
_ref$target = _ref.target,
|
|
3670
|
+
target = _ref$target === void 0 ? '_blank' : _ref$target;
|
|
3671
|
+
return /*#__PURE__*/React__default.createElement("a", {
|
|
3672
|
+
"data-roh": dataRoh,
|
|
3673
|
+
href: href,
|
|
3674
|
+
title: title,
|
|
3675
|
+
target: target,
|
|
3676
|
+
rel: "noopener noreferrer",
|
|
3677
|
+
"aria-label": "Sponsor Logo link",
|
|
3678
|
+
className: className
|
|
3679
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogoWrapper, null, imageSource ? /*#__PURE__*/React__default.createElement("img", {
|
|
3680
|
+
src: imageSource,
|
|
3681
|
+
alt: alt
|
|
3682
|
+
}) : children));
|
|
3903
3683
|
};
|
|
3904
3684
|
|
|
3905
|
-
var _templateObject$j, _templateObject2$b;
|
|
3906
|
-
var
|
|
3907
|
-
var
|
|
3685
|
+
var _templateObject$j, _templateObject2$b, _templateObject3$6, _templateObject4$3;
|
|
3686
|
+
var SponsorshipWrapper = /*#__PURE__*/styled.div(_templateObject$j || (_templateObject$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 80px;\n height: 80px;\n position: relative;\n\n @media ", " {\n width: 40px;\n height: 40px;\n }\n"])), devices.mobileAndTablet);
|
|
3687
|
+
var SponsorshipLinkText = /*#__PURE__*/styled.span(_templateObject2$b || (_templateObject2$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n whitespace: nowrap;\n borderwidth: 0;\n"])));
|
|
3688
|
+
var SponsorshipLink = /*#__PURE__*/styled.a(_templateObject3$6 || (_templateObject3$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n inset: 0;\n width: 80px;\n height: 80px;\n z-index: 2;\n text-decoration: none;\n background: transparent;\n\n @media ", " {\n width: 40px;\n height: 40px;\n }\n"])), devices.mobileAndTablet);
|
|
3689
|
+
var SponsorshipStyledIframe = /*#__PURE__*/styled.iframe(_templateObject4$3 || (_templateObject4$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: none;\n display: block;\n width: 80px;\n height: 80px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n\n @media ", " {\n transform: scale(0.5);\n transform-origin: top left;\n }\n"])), devices.mobileAndTablet);
|
|
3908
3690
|
|
|
3909
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-to-interactive-role */
|
|
3910
3691
|
var DEFAULT_SPONSORSHIP_IFRAME = 'https://static.roh.org.uk/rolex/v4/rolex.html?size=80';
|
|
3911
3692
|
var DEFAULT_SPONSORSHIP_TITLE = 'rolex';
|
|
3912
3693
|
var DEFAULT_DATA_ROH = 'ImgAdvert';
|
|
3913
|
-
|
|
3694
|
+
|
|
3695
|
+
/* eslint-disable jsx-a11y/iframe-has-title */
|
|
3914
3696
|
var Sponsorship = function Sponsorship(_ref) {
|
|
3915
3697
|
var _ref$src = _ref.src,
|
|
3916
3698
|
src = _ref$src === void 0 ? DEFAULT_SPONSORSHIP_IFRAME : _ref$src,
|
|
3917
3699
|
_ref$dataRoh = _ref.dataRoh,
|
|
3918
3700
|
dataRoh = _ref$dataRoh === void 0 ? DEFAULT_DATA_ROH : _ref$dataRoh,
|
|
3919
3701
|
_ref$title = _ref.title,
|
|
3920
|
-
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
"
|
|
3928
|
-
"data-
|
|
3929
|
-
})
|
|
3930
|
-
return /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, null, /*#__PURE__*/React__default.createElement("iframe", {
|
|
3702
|
+
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title;
|
|
3703
|
+
var linkText = title + " sponsorship";
|
|
3704
|
+
var linkDescription = linkText + " - visit " + title + "'s website (opens in new tab)";
|
|
3705
|
+
return /*#__PURE__*/React__default.createElement(SponsorshipWrapper, null, /*#__PURE__*/React__default.createElement(SponsorshipLink, {
|
|
3706
|
+
href: "https://www.rolex.com",
|
|
3707
|
+
target: "_blank",
|
|
3708
|
+
rel: "noopener noreferrer",
|
|
3709
|
+
"aria-label": linkDescription,
|
|
3710
|
+
"data-roh": dataRoh
|
|
3711
|
+
}, /*#__PURE__*/React__default.createElement(SponsorshipLinkText, null, linkText)), /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, {
|
|
3931
3712
|
src: src,
|
|
3932
|
-
|
|
3933
|
-
"
|
|
3934
|
-
title: title,
|
|
3935
|
-
className: "desktopIframe",
|
|
3936
|
-
"aria-label": title + " sponsorship content",
|
|
3937
|
-
"aria-description": "Click to visit " + title + "'s website",
|
|
3938
|
-
sandbox: "allow-scripts allow-same-origin",
|
|
3713
|
+
title: "",
|
|
3714
|
+
sandbox: "allow-scripts",
|
|
3939
3715
|
loading: "lazy",
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3716
|
+
scrolling: "no",
|
|
3717
|
+
"aria-hidden": "true",
|
|
3718
|
+
tabIndex: -1
|
|
3943
3719
|
}));
|
|
3944
3720
|
};
|
|
3945
3721
|
|
|
@@ -4075,7 +3851,7 @@ var TabLink = function TabLink(_ref) {
|
|
|
4075
3851
|
}))) : null, children);
|
|
4076
3852
|
};
|
|
4077
3853
|
|
|
4078
|
-
var _templateObject$m, _templateObject2$e, _templateObject3$
|
|
3854
|
+
var _templateObject$m, _templateObject2$e, _templateObject3$7, _templateObject4$4;
|
|
4079
3855
|
var TextAreaWrapper = /*#__PURE__*/styled.div(_templateObject$m || (_templateObject$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n"])), function (_ref) {
|
|
4080
3856
|
var width = _ref.width;
|
|
4081
3857
|
return width ? width + "px;" : '100%;';
|
|
@@ -4087,7 +3863,7 @@ var TextAreaLabel = /*#__PURE__*/styled.div(_templateObject2$e || (_templateObje
|
|
|
4087
3863
|
var darkMode = _ref3.darkMode;
|
|
4088
3864
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4089
3865
|
});
|
|
4090
|
-
var TextAreaBox = /*#__PURE__*/styled.textarea(_templateObject3$
|
|
3866
|
+
var TextAreaBox = /*#__PURE__*/styled.textarea(_templateObject3$7 || (_templateObject3$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n box-sizing: border-box;\n resize: none;\n padding: 20px;\n width: 100%;\n height: 100%;\n border: 1px solid ", ";\n\n ", ";\n\n :disabled {\n background-color: var(--base-color-light-grey);\n border: 1px solid transparent;\n outline: none;\n }\n\n :focus {\n outline-style: solid;\n outline-width: ", ";\n outline-color: ", ";\n }\n"])), function (_ref4) {
|
|
4091
3867
|
var error = _ref4.error;
|
|
4092
3868
|
return error ? 'var(--base-color-errorstate)' : 'var(--base-color-light-grey)';
|
|
4093
3869
|
}, function (_ref5) {
|
|
@@ -4102,7 +3878,7 @@ var TextAreaBox = /*#__PURE__*/styled.textarea(_templateObject3$6 || (_templateO
|
|
|
4102
3878
|
var darkMode = _ref7.darkMode;
|
|
4103
3879
|
return darkMode ? 'var(--base-color-lemonchiffon)' : 'var(--base-color-lapislazuli)';
|
|
4104
3880
|
});
|
|
4105
|
-
var TextAreaError = /*#__PURE__*/styled.div(_templateObject4$
|
|
3881
|
+
var TextAreaError = /*#__PURE__*/styled.div(_templateObject4$4 || (_templateObject4$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n color: ", ";\n margin-block: 15px 0;\n"])), function (_ref8) {
|
|
4106
3882
|
var darkMode = _ref8.darkMode;
|
|
4107
3883
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4108
3884
|
}, function (_ref9) {
|
|
@@ -4198,14 +3974,14 @@ var TextArea = function TextArea(_ref) {
|
|
|
4198
3974
|
}, error)))));
|
|
4199
3975
|
};
|
|
4200
3976
|
|
|
4201
|
-
var _templateObject$n, _templateObject2$f, _templateObject3$
|
|
3977
|
+
var _templateObject$n, _templateObject2$f, _templateObject3$8, _templateObject4$5, _templateObject5$2, _templateObject6$1, _templateObject7;
|
|
4202
3978
|
var Container$1 = /*#__PURE__*/styled.div(_templateObject$n || (_templateObject$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4203
3979
|
var InputWrapper = /*#__PURE__*/styled.div(_templateObject2$f || (_templateObject2$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n"])), function (_ref) {
|
|
4204
3980
|
var width = _ref.width;
|
|
4205
3981
|
if (!width) return 'none';
|
|
4206
3982
|
return width + "px";
|
|
4207
3983
|
});
|
|
4208
|
-
var Input = /*#__PURE__*/styled.input(_templateObject3$
|
|
3984
|
+
var Input = /*#__PURE__*/styled.input(_templateObject3$8 || (_templateObject3$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n box-sizing: border-box;\n font-family: var(--font-family-sans);\n font-size: 19px;\n line-height: 26px;\n letter-spacing: -0.5px;\n border-radius: 0;\n width: 100%;\n height: 48px;\n padding-left: 20px;\n -moz-appearance: textfield;\n padding-right: ", ";\n outline: none;\n border: ", ";\n &:disabled {\n background-color: var(--color-base-light-grey);\n border: 1px solid transparent;\n outline: none;\n }\n\n &:focus {\n outline: ", ";\n }\n\n /* remove search decoration */\n &::-webkit-search-decoration,\n &::-webkit-search-cancel-button,\n &::-webkit-search-results-button,\n &::-webkit-search-results-decoration {\n display: none;\n }\n\n /* remove number decoration */\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n @media ", " {\n font-size: 17px;\n line-height: 24px;\n letter-spacing: -0.5px;\n }\n"])), function (_ref2) {
|
|
4209
3985
|
var isPasswordField = _ref2.isPasswordField;
|
|
4210
3986
|
if (isPasswordField) return "80px";
|
|
4211
3987
|
return "20px";
|
|
@@ -4218,7 +3994,7 @@ var Input = /*#__PURE__*/styled.input(_templateObject3$7 || (_templateObject3$7
|
|
|
4218
3994
|
if (darkMode) return "4px solid var(--base-color-lemonchiffon)";
|
|
4219
3995
|
return "3px solid var(--base-color-lapislazuli)";
|
|
4220
3996
|
}, devices.mobile);
|
|
4221
|
-
var ShowHideButton = /*#__PURE__*/styled.button(_templateObject4$
|
|
3997
|
+
var ShowHideButton = /*#__PURE__*/styled.button(_templateObject4$5 || (_templateObject4$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 53px;\n top: 50%;\n margin-top: calc(var(--line-height-overline-1) / 2 * -1);\n right: 20px;\n border: none;\n background: none;\n padding: 0;\n display: block;\n text-align: left;\n cursor: pointer;\n white-space: nowrap;\n color: var(--color-base-black);\n"])));
|
|
4222
3998
|
var TextLabel$1 = /*#__PURE__*/styled.div(_templateObject5$2 || (_templateObject5$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
4223
3999
|
var darkMode = _ref5.darkMode;
|
|
4224
4000
|
if (darkMode) return "var(--color-base-white)";
|
|
@@ -4332,7 +4108,7 @@ var TextFieldComponent = function TextFieldComponent(_ref, ref) {
|
|
|
4332
4108
|
};
|
|
4333
4109
|
var TextField = /*#__PURE__*/forwardRef(TextFieldComponent);
|
|
4334
4110
|
|
|
4335
|
-
var _templateObject$o, _templateObject2$g, _templateObject3$
|
|
4111
|
+
var _templateObject$o, _templateObject2$g, _templateObject3$9, _templateObject4$6, _templateObject5$3;
|
|
4336
4112
|
var TextFieldContainer = /*#__PURE__*/styled.div(_templateObject$o || (_templateObject$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4337
4113
|
var textStyles = /*#__PURE__*/css(_templateObject2$g || (_templateObject2$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref) {
|
|
4338
4114
|
var theme = _ref.theme;
|
|
@@ -4344,7 +4120,7 @@ var textStyles = /*#__PURE__*/css(_templateObject2$g || (_templateObject2$g = /*
|
|
|
4344
4120
|
var theme = _ref3.theme;
|
|
4345
4121
|
return theme.spacing[7];
|
|
4346
4122
|
});
|
|
4347
|
-
var Input$1 = /*#__PURE__*/styled.input(_templateObject3$
|
|
4123
|
+
var Input$1 = /*#__PURE__*/styled.input(_templateObject3$9 || (_templateObject3$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n width: ", ";\n height: 48px;\n padding: 0px 20px;\n\n border: 1px solid ", ";\n outline: none;\n\n ", "\n\n :disabled {\n background-color: ", ";\n border: 1px solid transparent;\n outline: none;\n }\n\n :focus {\n outline: ", "};\n }\n"])), textStyles, function (_ref4) {
|
|
4348
4124
|
var width = _ref4.width;
|
|
4349
4125
|
return width ? width + "px" : '196px';
|
|
4350
4126
|
}, function (_ref5) {
|
|
@@ -4365,14 +4141,14 @@ var Input$1 = /*#__PURE__*/styled.input(_templateObject3$8 || (_templateObject3$
|
|
|
4365
4141
|
if (darkMode) return "4px solid " + theme.colors.lemonChiffon;
|
|
4366
4142
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
4367
4143
|
});
|
|
4368
|
-
var TextLabel$2 = /*#__PURE__*/styled.p(_templateObject4$
|
|
4144
|
+
var TextLabel$2 = /*#__PURE__*/styled.p(_templateObject4$6 || (_templateObject4$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref9) {
|
|
4369
4145
|
var darkMode = _ref9.darkMode,
|
|
4370
4146
|
theme = _ref9.theme;
|
|
4371
4147
|
return darkMode ? theme.colors.white : theme.colors.black;
|
|
4372
4148
|
});
|
|
4373
|
-
var ErrorLabel$2 = /*#__PURE__*/styled.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (
|
|
4374
|
-
var darkMode =
|
|
4375
|
-
theme =
|
|
4149
|
+
var ErrorLabel$2 = /*#__PURE__*/styled.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref0) {
|
|
4150
|
+
var darkMode = _ref0.darkMode,
|
|
4151
|
+
theme = _ref0.theme;
|
|
4376
4152
|
return darkMode ? theme.colors.white : theme.colors.error;
|
|
4377
4153
|
});
|
|
4378
4154
|
|
|
@@ -4446,7 +4222,7 @@ var TextLogoProduct;
|
|
|
4446
4222
|
TextLogoProduct["Cinema"] = "CINEMA";
|
|
4447
4223
|
})(TextLogoProduct || (TextLogoProduct = {}));
|
|
4448
4224
|
|
|
4449
|
-
var _templateObject$q, _templateObject2$i, _templateObject3$
|
|
4225
|
+
var _templateObject$q, _templateObject2$i, _templateObject3$a, _templateObject4$7;
|
|
4450
4226
|
var TickboxError = /*#__PURE__*/styled.div(_templateObject$q || (_templateObject$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-block: 20px;\n color: var(--base-color-", ");\n"])), function (_ref) {
|
|
4451
4227
|
var dark = _ref.dark;
|
|
4452
4228
|
return dark ? 'white' : 'errorstate';
|
|
@@ -4460,7 +4236,7 @@ var TickboxLabel$1 = /*#__PURE__*/styled.label(_templateObject2$i || (_templateO
|
|
|
4460
4236
|
var disabled = _ref3.disabled;
|
|
4461
4237
|
return disabled ? 'not-allowed' : 'pointer';
|
|
4462
4238
|
}, devices.mobileAndTablet);
|
|
4463
|
-
var TickboxCheckmark = /*#__PURE__*/styled.span(_templateObject3$
|
|
4239
|
+
var TickboxCheckmark = /*#__PURE__*/styled.span(_templateObject3$a || (_templateObject3$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n height: 20px;\n width: 20px;\n padding: 3px;\n box-sizing: border-box;\n border: 1px solid\n var(\n --base-color-", "\n );\n background-color: var(--base-color-", ");\n outline: ", ";\n\n svg {\n display: none;\n }\n\n @media ", " {\n top: 0;\n }\n"])), function (_ref4) {
|
|
4464
4240
|
var dark = _ref4.dark,
|
|
4465
4241
|
disabled = _ref4.disabled,
|
|
4466
4242
|
error = _ref4.error;
|
|
@@ -4476,7 +4252,7 @@ var TickboxCheckmark = /*#__PURE__*/styled.span(_templateObject3$9 || (_template
|
|
|
4476
4252
|
dark = _ref6.dark;
|
|
4477
4253
|
return dark && error ? '1px solid var(--base-color-errorstate)' : 'none';
|
|
4478
4254
|
}, devices.mobile);
|
|
4479
|
-
var TickboxInput = /*#__PURE__*/styled.input(_templateObject4$
|
|
4255
|
+
var TickboxInput = /*#__PURE__*/styled.input(_templateObject4$7 || (_templateObject4$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n &:checked ~ ", " {\n background-color: var(\n --base-color-", "\n );\n & svg {\n display: block;\n path {\n fill: var(\n --base-color-", "\n );\n }\n }\n }\n"])), TickboxCheckmark, function (_ref7) {
|
|
4480
4256
|
var dark = _ref7.dark,
|
|
4481
4257
|
whiteBox = _ref7.whiteBox,
|
|
4482
4258
|
disabled = _ref7.disabled;
|
|
@@ -4569,7 +4345,7 @@ var Tickbox = function Tickbox(_ref) {
|
|
|
4569
4345
|
}, error))));
|
|
4570
4346
|
};
|
|
4571
4347
|
|
|
4572
|
-
var _templateObject$r, _templateObject2$j, _templateObject3$
|
|
4348
|
+
var _templateObject$r, _templateObject2$j, _templateObject3$b, _templateObject4$8, _templateObject5$4, _templateObject6$2;
|
|
4573
4349
|
var Container$2 = /*#__PURE__*/styled.div(_templateObject$r || (_templateObject$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4574
4350
|
var Tickbox$1 = /*#__PURE__*/styled.div(_templateObject2$j || (_templateObject2$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n z-index: 1;\n box-sizing: border-box;\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n border: ", ";\n background-color: ", ";\n color: ", ";\n"])), function (_ref) {
|
|
4575
4351
|
var error = _ref.error,
|
|
@@ -4594,7 +4370,7 @@ var Tickbox$1 = /*#__PURE__*/styled.div(_templateObject2$j || (_templateObject2$
|
|
|
4594
4370
|
if (blackBox) return 'var(--base-color-white)';
|
|
4595
4371
|
return ' var(--base-color-black)';
|
|
4596
4372
|
});
|
|
4597
|
-
var TickboxLabel$2 = /*#__PURE__*/styled.label(_templateObject3$
|
|
4373
|
+
var TickboxLabel$2 = /*#__PURE__*/styled.label(_templateObject3$b || (_templateObject3$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-left: 32px;\n input[type='checkbox'] {\n width: 1px;\n height: 1px;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n z-index: 0;\n &:checked + ", " {\n background-color: ", ";\n }\n &:focus + ", " {\n outline: ", ";\n }\n }\n"])), Tickbox$1, function (_ref4) {
|
|
4598
4374
|
var blackBox = _ref4.blackBox,
|
|
4599
4375
|
darkMode = _ref4.darkMode;
|
|
4600
4376
|
if (darkMode) return 'var(--base-color-white)';
|
|
@@ -4605,7 +4381,7 @@ var TickboxLabel$2 = /*#__PURE__*/styled.label(_templateObject3$a || (_templateO
|
|
|
4605
4381
|
if (darkMode) return '4px solid var(--base-color-lemonchiffon)';
|
|
4606
4382
|
return '3px solid var(--base-color-lapislazuli)';
|
|
4607
4383
|
});
|
|
4608
|
-
var TickboxIcon = /*#__PURE__*/styled.div(_templateObject4$
|
|
4384
|
+
var TickboxIcon = /*#__PURE__*/styled.div(_templateObject4$8 || (_templateObject4$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n color: inherit;\n svg {\n font-size: 12px;\n width: 1em;\n height: 1em;\n fill: currentColor;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n input[type='checkbox']:checked + ", " & {\n display: block;\n }\n"])), Tickbox$1);
|
|
4609
4385
|
var TextLabel$3 = /*#__PURE__*/styled.div(_templateObject5$4 || (_templateObject5$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref6) {
|
|
4610
4386
|
var darkMode = _ref6.darkMode,
|
|
4611
4387
|
disabled = _ref6.disabled;
|
|
@@ -4680,7 +4456,7 @@ var Tickbox2Component = function Tickbox2Component(_ref, ref) {
|
|
|
4680
4456
|
};
|
|
4681
4457
|
var Tickbox2 = /*#__PURE__*/forwardRef(Tickbox2Component);
|
|
4682
4458
|
|
|
4683
|
-
var _templateObject$s, _templateObject2$k, _templateObject3$
|
|
4459
|
+
var _templateObject$s, _templateObject2$k, _templateObject3$c, _templateObject4$9, _templateObject5$5, _templateObject6$3, _templateObject7$1, _templateObject8;
|
|
4684
4460
|
var TimerWrapper = /*#__PURE__*/styled.div(_templateObject$s || (_templateObject$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-", ");\n"])), function (_ref) {
|
|
4685
4461
|
var color = _ref.color;
|
|
4686
4462
|
return color;
|
|
@@ -4689,8 +4465,8 @@ var Line = /*#__PURE__*/styled.div(_templateObject2$k || (_templateObject2$k = /
|
|
|
4689
4465
|
var color = _ref2.color;
|
|
4690
4466
|
return color;
|
|
4691
4467
|
}, devices.mobileAndTablet);
|
|
4692
|
-
var TitleWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
4693
|
-
var ValuesWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
4468
|
+
var TitleWrapper = /*#__PURE__*/styled.div(_templateObject3$c || (_templateObject3$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 16px;\n\n @media ", " {\n margin-bottom: 8px;\n }\n"])), devices.mobileAndTablet);
|
|
4469
|
+
var ValuesWrapper = /*#__PURE__*/styled.div(_templateObject4$9 || (_templateObject4$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
4694
4470
|
var TimerLabel = /*#__PURE__*/styled.div(_templateObject5$5 || (_templateObject5$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 4px;\n"])));
|
|
4695
4471
|
var TimerValueSeparator = /*#__PURE__*/styled.div(_templateObject6$3 || (_templateObject6$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 20px;\n\n @media ", " {\n margin: 0 12px;\n }\n"])), devices.mobileAndTablet);
|
|
4696
4472
|
var TimerValueWrapper = /*#__PURE__*/styled.div(_templateObject7$1 || (_templateObject7$1 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
@@ -4804,17 +4580,17 @@ var TypeTags = function TypeTags(_ref) {
|
|
|
4804
4580
|
}));
|
|
4805
4581
|
};
|
|
4806
4582
|
|
|
4807
|
-
var _templateObject$u, _templateObject2$l, _templateObject3$
|
|
4583
|
+
var _templateObject$u, _templateObject2$l, _templateObject3$d, _templateObject4$a, _templateObject5$6, _templateObject6$4, _templateObject7$2, _templateObject8$1, _templateObject9, _templateObject0;
|
|
4808
4584
|
var VideoPlayButton = /*#__PURE__*/styled.button(_templateObject$u || (_templateObject$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 48px;\n height: 48px;\n border-radius: 50%;\n background-color: #fff;\n border: none;\n padding: 12px;\n cursor: pointer;\n"])));
|
|
4809
4585
|
var VideoFullscreenButton = /*#__PURE__*/styled.button(_templateObject2$l || (_templateObject2$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 56px;\n height: 36px;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n padding: 5px 14px;\n border: none;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n"])));
|
|
4810
|
-
var VideoControlsWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
4811
|
-
var VideoControlsInnerWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
4586
|
+
var VideoControlsWrapper = /*#__PURE__*/styled.div(_templateObject3$d || (_templateObject3$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 0;\n width: 100%;\n"])));
|
|
4587
|
+
var VideoControlsInnerWrapper = /*#__PURE__*/styled.div(_templateObject4$a || (_templateObject4$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin: 0 40px 17px 30px;\n"])));
|
|
4812
4588
|
var LeftWrapper = /*#__PURE__*/styled.div(_templateObject5$6 || (_templateObject5$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
|
|
4813
4589
|
var VideoVolume = /*#__PURE__*/styled.input(_templateObject6$4 || (_templateObject6$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100px;\n margin-left: 24px;\n"])));
|
|
4814
4590
|
var VideoMute = /*#__PURE__*/styled.button(_templateObject7$2 || (_templateObject7$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 17px;\n height: 17px;\n background: none;\n border: none;\n padding: 0;\n svg {\n width: 100%;\n height: 100%;\n }\n cursor: pointer;\n"])));
|
|
4815
4591
|
var thumbStyles = /*#__PURE__*/css(_templateObject8$1 || (_templateObject8$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n -webkit-appearance: none;\n appearance: none;\n border: none;\n height: 8px;\n width: 8px;\n border-radius: 50%;\n background: #ffffff;\n border: none;\n transform: translateY(-25%);\n"])));
|
|
4816
4592
|
var trackStyles = /*#__PURE__*/css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n cursor: pointer;\n height: 4px;\n background: rgb(241, 241, 241, 0.5);\n border-radius: 1.3px;\n border: none;\n"])));
|
|
4817
|
-
var VolumeControlsWrapper = /*#__PURE__*/styled.div(
|
|
4593
|
+
var VolumeControlsWrapper = /*#__PURE__*/styled.div(_templateObject0 || (_templateObject0 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n margin: 0 12px;\n padding: 0;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n height: 36px;\n width: ", ";\n align-items: center;\n justify-content: center;\n cursor: pointer;\n\n /* Range slider overrides */\n input[type='range' i] {\n -webkit-appearance: none;\n appearance: none;\n width: 42px;\n margin: 0;\n margin-left: 7px;\n background: transparent; /* Otherwise white in Chrome */\n\n ::-webkit-slider-runnable-track {\n ", "\n }\n ::-moz-range-track {\n ", "\n }\n ::-ms-track {\n ", "\n }\n ::-ms-fill-lower {\n ", "\n }\n ::-ms-fill-upper {\n ", "\n }\n\n ::-webkit-slider-thumb {\n ", "\n }\n ::-moz-range-thumb {\n ", "\n }\n ::-ms-thumb {\n ", "\n }\n }\n"])), function (_ref) {
|
|
4818
4594
|
var volumeHidden = _ref.volumeHidden;
|
|
4819
4595
|
return volumeHidden ? '40px' : '100px';
|
|
4820
4596
|
}, trackStyles, trackStyles, trackStyles, trackStyles, trackStyles, thumbStyles, thumbStyles, thumbStyles);
|
|
@@ -4996,13 +4772,13 @@ var VideoControls = function VideoControls(_ref2) {
|
|
|
4996
4772
|
}))));
|
|
4997
4773
|
};
|
|
4998
4774
|
|
|
4999
|
-
var _templateObject$v, _templateObject2$m, _templateObject3$
|
|
4775
|
+
var _templateObject$v, _templateObject2$m, _templateObject3$e, _templateObject4$b, _templateObject5$7;
|
|
5000
4776
|
var StepperWrapper = /*#__PURE__*/styled.div(_templateObject$v || (_templateObject$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: left;\n align-items: left;\n"])));
|
|
5001
4777
|
var StepperError = /*#__PURE__*/styled.div(_templateObject2$m || (_templateObject2$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-", ");\n margin-block: 15px 0;\n\n * {\n margin: 0;\n }\n"])), function (_ref) {
|
|
5002
4778
|
var darkMode = _ref.darkMode;
|
|
5003
4779
|
return darkMode ? 'white' : 'errorstate';
|
|
5004
4780
|
});
|
|
5005
|
-
var StepperBox = /*#__PURE__*/styled.div(_templateObject3$
|
|
4781
|
+
var StepperBox = /*#__PURE__*/styled.div(_templateObject3$e || (_templateObject3$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 154px;\n height: 48px;\n display: flex;\n flex-direction: row;\n align-items: center;\n border: 1px solid\n var(\n --base-color-", "\n );\n background-color: var(--base-color-", ");\n ", ";\n\n * {\n color: var(--base-color-", ");\n word-break: unset;\n user-select: none;\n }\n\n path {\n fill: var(--base-color-", ") !important;\n }\n\n & > * {\n width: 51px;\n }\n"])), function (_ref2) {
|
|
5006
4782
|
var darkMode = _ref2.darkMode,
|
|
5007
4783
|
disabled = _ref2.disabled,
|
|
5008
4784
|
error = _ref2.error;
|
|
@@ -5024,7 +4800,7 @@ var StepperBox = /*#__PURE__*/styled.div(_templateObject3$d || (_templateObject3
|
|
|
5024
4800
|
var disabled = _ref6.disabled;
|
|
5025
4801
|
return disabled ? 'midgrey' : 'black';
|
|
5026
4802
|
});
|
|
5027
|
-
var StepperValue = /*#__PURE__*/styled.input(_templateObject4$
|
|
4803
|
+
var StepperValue = /*#__PURE__*/styled.input(_templateObject4$b || (_templateObject4$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 51px;\n border: 0;\n text-align: center;\n font-family: var(--font-family-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n background-color: transparent;\n cursor: ", ";\n"])), function (_ref7) {
|
|
5028
4804
|
var disabled = _ref7.disabled;
|
|
5029
4805
|
return disabled ? 'not-allowed' : 'text';
|
|
5030
4806
|
});
|
|
@@ -5257,14 +5033,17 @@ var useMobile = function useMobile() {
|
|
|
5257
5033
|
return mobile;
|
|
5258
5034
|
};
|
|
5259
5035
|
var useViewport = function useViewport() {
|
|
5260
|
-
var _useState3 = useState(
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5036
|
+
var _useState3 = useState(false),
|
|
5037
|
+
hydrated = _useState3[0],
|
|
5038
|
+
setHydrated = _useState3[1];
|
|
5039
|
+
var _useState4 = useState({
|
|
5040
|
+
width: 0,
|
|
5041
|
+
isMobile: false,
|
|
5042
|
+
isTablet: false,
|
|
5043
|
+
isDesktop: false
|
|
5265
5044
|
}),
|
|
5266
|
-
viewport =
|
|
5267
|
-
setViewport =
|
|
5045
|
+
viewport = _useState4[0],
|
|
5046
|
+
setViewport = _useState4[1];
|
|
5268
5047
|
useEffect(function () {
|
|
5269
5048
|
if (typeof window === 'undefined') return undefined;
|
|
5270
5049
|
var handleResize = function handleResize() {
|
|
@@ -5275,12 +5054,16 @@ var useViewport = function useViewport() {
|
|
|
5275
5054
|
isDesktop: window.innerWidth >= breakpoints.md
|
|
5276
5055
|
});
|
|
5277
5056
|
};
|
|
5057
|
+
handleResize();
|
|
5058
|
+
setHydrated(true);
|
|
5278
5059
|
window.addEventListener('resize', handleResize);
|
|
5279
5060
|
return function () {
|
|
5280
5061
|
return window.removeEventListener('resize', handleResize);
|
|
5281
5062
|
};
|
|
5282
5063
|
}, []);
|
|
5283
|
-
return viewport
|
|
5064
|
+
return _extends({}, viewport, {
|
|
5065
|
+
hydrated: hydrated
|
|
5066
|
+
});
|
|
5284
5067
|
};
|
|
5285
5068
|
|
|
5286
5069
|
var SocialLinks = function SocialLinks(_ref) {
|
|
@@ -5305,7 +5088,7 @@ var SocialLinks = function SocialLinks(_ref) {
|
|
|
5305
5088
|
}));
|
|
5306
5089
|
};
|
|
5307
5090
|
|
|
5308
|
-
var _templateObject$x, _templateObject2$o, _templateObject3$
|
|
5091
|
+
var _templateObject$x, _templateObject2$o, _templateObject3$f, _templateObject4$c, _templateObject5$8, _templateObject6$5, _templateObject7$3, _templateObject8$2, _templateObject9$1, _templateObject0$1, _templateObject1, _templateObject10, _templateObject11, _templateObject12, _templateObject13;
|
|
5309
5092
|
var NavigationWrapper = /*#__PURE__*/styled.div(_templateObject$x || (_templateObject$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 4px;\n\n @media ", " {\n padding-top: 0px;\n }\n\n @media ", " {\n ", "\n }\n"])), devices.mobileAndTablet, devices.mobileAndTablet, function (_ref) {
|
|
5310
5093
|
var isMenuOpen = _ref.isMenuOpen;
|
|
5311
5094
|
return isMenuOpen && "\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: " + zIndexes.overlay + ";\n background-color: var(--color-base-white);\n overflow-y: auto;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n ";
|
|
@@ -5314,8 +5097,8 @@ var FullScreenContainer = /*#__PURE__*/styled.div(_templateObject2$o || (_templa
|
|
|
5314
5097
|
var isMobile = _ref2.isMobile;
|
|
5315
5098
|
return isMobile ? zIndexes.overlay : zIndexes.searchOverlay;
|
|
5316
5099
|
}, devices.mobileAndTablet);
|
|
5317
|
-
var NavigationGrid = /*#__PURE__*/styled(Grid)(_templateObject3$
|
|
5318
|
-
var SearchBackground = /*#__PURE__*/styled.div(_templateObject4$
|
|
5100
|
+
var NavigationGrid = /*#__PURE__*/styled(Grid)(_templateObject3$f || (_templateObject3$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n background-color: var(--color-base-white);\n height: 140px;\n justify-content: space-evenly;\n width: 100%;\n z-index: ", ";\n\n @media ", " {\n height: 60px;\n }\n"])), zIndexes.navigation, devices.mobileAndTablet);
|
|
5101
|
+
var SearchBackground = /*#__PURE__*/styled.div(_templateObject4$c || (_templateObject4$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n opacity: ", ";\n transform: ", ";\n transition:\n opacity 0.3s ease,\n transform 0.3s ease,\n visibility 0.3s ease;\n background-color: var(--color-base-white);\n height: 100px;\n border-top: 1px solid var(--color-base-light-grey);\n width: 100%;\n position: absolute;\n top: 140px;\n z-index: ", ";\n\n @media ", " {\n height: 86px;\n top: 144px;\n }\n"])), function (_ref3) {
|
|
5319
5102
|
var visible = _ref3.visible;
|
|
5320
5103
|
return visible ? 'visible' : 'hidden';
|
|
5321
5104
|
}, function (_ref4) {
|
|
@@ -5342,17 +5125,17 @@ var MobileMenuContainer = /*#__PURE__*/styled(Grid)(_templateObject7$3 || (_temp
|
|
|
5342
5125
|
});
|
|
5343
5126
|
var LogoContainer = /*#__PURE__*/styled.a(_templateObject8$2 || (_templateObject8$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n\n &&& .logoImg {\n height: 96px;\n width: 80px;\n }\n\n span > svg path,\n span > svg g path {\n fill: var(--color-primary-black);\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
5344
5127
|
var LogoContainerMobile = /*#__PURE__*/styled.div(_templateObject9$1 || (_templateObject9$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 16px;\n\n span > svg path {\n fill: var(--color-primary-black);\n }\n }\n"])), devices.mobileAndTablet);
|
|
5345
|
-
var MenuContainer = /*#__PURE__*/styled.div(
|
|
5346
|
-
var NavWrapper = /*#__PURE__*/styled.div(
|
|
5347
|
-
var NavContainer = /*#__PURE__*/styled.div(
|
|
5348
|
-
var NavContainerGridItem = /*#__PURE__*/styled(GridItem)(
|
|
5349
|
-
var NavTopContainer = /*#__PURE__*/styled.div(
|
|
5350
|
-
var NavTopContainerMobile = /*#__PURE__*/styled.div(
|
|
5128
|
+
var MenuContainer = /*#__PURE__*/styled.div(_templateObject0$1 || (_templateObject0$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n align-items: center;\n height: 140px;\n justify-content: space-evenly;\n width: 100%;\n\n @media ", " {\n flex-direction: row;\n justify-content: space-between;\n height: 60px;\n width 100%;\n }\n"])), devices.mobileAndTablet);
|
|
5129
|
+
var NavWrapper = /*#__PURE__*/styled.div(_templateObject1 || (_templateObject1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n width: 100%;\n gap: 32px;\n\n @media ", " {\n flex-direction: row;\n height: 60px;\n justify-content: flex-end;\n }\n"])), devices.mobileAndTablet);
|
|
5130
|
+
var NavContainer = /*#__PURE__*/styled.div(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n flex-gap: 32px;\n width: fit-content;\n\n @media ", " {\n flex-gap: 0;\n height: auto;\n width: fit-content;\n margin-left: 20px;\n margin-right: 20px;\n }\n"])), devices.mobileAndTablet);
|
|
5131
|
+
var NavContainerGridItem = /*#__PURE__*/styled(GridItem)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
5132
|
+
var NavTopContainer = /*#__PURE__*/styled.div(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
5133
|
+
var NavTopContainerMobile = /*#__PURE__*/styled.div(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n display: flex;\n width: fit-content;\n align-items: center;\n height: 10%;\n margin-left: 20px;\n padding-bottom: 36px;\n }\n"])), devices.mobileAndTablet);
|
|
5351
5134
|
|
|
5352
5135
|
var _templateObject$y;
|
|
5353
5136
|
var NavTopContainer$1 = /*#__PURE__*/styled.div(_templateObject$y || (_templateObject$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 16px;\n justify-content: flex-end;\n height: 100%;\n\n @media ", " {\n column-gap: 20px;\n }\n"])), devices.mobile);
|
|
5354
5137
|
|
|
5355
|
-
var _templateObject$z, _templateObject2$p, _templateObject3$
|
|
5138
|
+
var _templateObject$z, _templateObject2$p, _templateObject3$g, _templateObject4$d, _templateObject5$9, _templateObject6$6;
|
|
5356
5139
|
var BasketContainer = /*#__PURE__*/styled.div(_templateObject$z || (_templateObject$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n padding-top: 3px;\n padding-bottom: 3px;\n\n & svg path {\n fill: var(--color-primary-black);\n }\n\n ", "\n\n :hover {\n border-bottom: 1px solid var(--color-primary-red);\n padding-bottom: 2px;\n && a {\n color: var(--color-primary-red);\n }\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n\n ", "\n"])), function (_ref) {
|
|
5357
5140
|
var selected = _ref.selected;
|
|
5358
5141
|
if (selected) {
|
|
@@ -5367,8 +5150,8 @@ var BasketContainer = /*#__PURE__*/styled.div(_templateObject$z || (_templateObj
|
|
|
5367
5150
|
return '';
|
|
5368
5151
|
});
|
|
5369
5152
|
var SvgContainer = /*#__PURE__*/styled.div(_templateObject2$p || (_templateObject2$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n"])));
|
|
5370
|
-
var NumContainer = /*#__PURE__*/styled.div(_templateObject3$
|
|
5371
|
-
var BasketInfo = /*#__PURE__*/styled.div(_templateObject4$
|
|
5153
|
+
var NumContainer = /*#__PURE__*/styled.div(_templateObject3$g || (_templateObject3$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n width: 12px;\n height: 12px;\n position: absolute;\n top: 8px;\n margin-left: 6px;\n"])));
|
|
5154
|
+
var BasketInfo = /*#__PURE__*/styled.div(_templateObject4$d || (_templateObject4$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n @media ", " {\n width: max-content;\n }\n"])), devices.mobileAndTablet);
|
|
5372
5155
|
var BasketNum = /*#__PURE__*/styled.span(_templateObject5$9 || (_templateObject5$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-base-white);\n font-size: 10px;\n font-family: var(--font-family-sans);\n"])));
|
|
5373
5156
|
var BasketText = /*#__PURE__*/styled.a(_templateObject6$6 || (_templateObject6$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n color: var(--color-primary-black);\n margin-left: 6px;\n text-decoration: none;\n"])));
|
|
5374
5157
|
|
|
@@ -5782,7 +5565,7 @@ var NavTop = function NavTop(_ref) {
|
|
|
5782
5565
|
}));
|
|
5783
5566
|
};
|
|
5784
5567
|
|
|
5785
|
-
var _templateObject$B, _templateObject2$r, _templateObject3$
|
|
5568
|
+
var _templateObject$B, _templateObject2$r, _templateObject3$h, _templateObject4$e;
|
|
5786
5569
|
var TabsContainer = /*#__PURE__*/styled.div(_templateObject$B || (_templateObject$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n"])));
|
|
5787
5570
|
var ItemsContainer = /*#__PURE__*/styled.div(_templateObject2$r || (_templateObject2$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n\n @media ", " {\n column-gap: 15px;\n }\n\n @media ", ", ", " {\n div:last-child > div {\n right: 1px;\n }\n }\n\n @media ", " {\n ", "\n }\n"])), devices.desktop, devices.desktop, devices.largeDesktop, devices.mobileAndTablet, function (props) {
|
|
5788
5571
|
if (props.showMenu) {
|
|
@@ -5790,8 +5573,8 @@ var ItemsContainer = /*#__PURE__*/styled.div(_templateObject2$r || (_templateObj
|
|
|
5790
5573
|
}
|
|
5791
5574
|
return "display: none;";
|
|
5792
5575
|
});
|
|
5793
|
-
var MenuContainer$1 = /*#__PURE__*/styled.div(_templateObject3$
|
|
5794
|
-
var MenuItem = /*#__PURE__*/styled.div(_templateObject4$
|
|
5576
|
+
var MenuContainer$1 = /*#__PURE__*/styled.div(_templateObject3$h || (_templateObject3$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n width: 60px;\n\n & a {\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n color: var(--color-primary-black);\n text-decoration: none;\n cursor: pointer;\n\n :hover {\n color: var(--color-primary-red);\n }\n }\n\n && svg path {\n fill: var(--color-primary-black);\n }\n\n :hover {\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n\n @media ", " {\n display: block;\n\n svg {\n width: 24px;\n height: 24px;\n margin-left: 40px;\n margin-top: -20px;\n }\n\n a {\n margin-left: 20px;\n }\n }\n"])), devices.mobileAndTablet);
|
|
5577
|
+
var MenuItem = /*#__PURE__*/styled.div(_templateObject4$e || (_templateObject4$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n a {\n margin-left: 0;\n }\n }\n"])), devices.mobileAndTablet);
|
|
5795
5578
|
|
|
5796
5579
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
5797
5580
|
var Tabs = function Tabs(_ref) {
|
|
@@ -5905,10 +5688,10 @@ var Tabs = function Tabs(_ref) {
|
|
|
5905
5688
|
}, "Menu"))))));
|
|
5906
5689
|
};
|
|
5907
5690
|
|
|
5908
|
-
var _templateObject$C, _templateObject2$s, _templateObject3$
|
|
5691
|
+
var _templateObject$C, _templateObject2$s, _templateObject3$i, _templateObject5$a, _templateObject6$7, _templateObject7$4;
|
|
5909
5692
|
var SearchBarContainer = /*#__PURE__*/styled.div(_templateObject$C || (_templateObject$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 64px;\n justify-content: space-between;\n align-items: center;\n height: 100%;\n background-color: transparent;\n\n @media ", " {\n column-gap: 12px;\n }\n"])), devices.mobile);
|
|
5910
5693
|
var SvgContainerSearch = /*#__PURE__*/styled.div(_templateObject2$s || (_templateObject2$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-xlarge-gap);\n height: var(--navigation-xlarge-gap);\n }\n"])));
|
|
5911
|
-
var SvgContainerClose = /*#__PURE__*/styled.div(_templateObject3$
|
|
5694
|
+
var SvgContainerClose = /*#__PURE__*/styled.div(_templateObject3$i || (_templateObject3$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n\n :hover {\n cursor: pointer;\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n"])));
|
|
5912
5695
|
var InputContainer = /*#__PURE__*/styled.div(_templateObject5$a || (_templateObject5$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: blue;\n width: 100%;\n\n input {\n font-size: var(--font-size-search);\n font-family: var(--font-family-serif);\n border: none;\n border-radius: 0;\n outline: none;\n outline-color: var(--color-base-white);\n height: 48px;\n box-sizing: border-box;\n width: 100%;\n -webkit-appearance: none;\n\n &.search-input {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n @media ", " {\n column-gap: 24px;\n }\n }\n"])), devices.mobile);
|
|
5913
5696
|
var TextLinkWrapper$1 = /*#__PURE__*/styled(TextLink)(_templateObject6$7 || (_templateObject6$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-primary-red);\n"])));
|
|
5914
5697
|
var SearchArrowContainer = /*#__PURE__*/styled.a(_templateObject7$4 || (_templateObject7$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-right: 8px;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n"])));
|
|
@@ -6155,13 +5938,13 @@ var Navigation = function Navigation(_ref) {
|
|
|
6155
5938
|
})))))));
|
|
6156
5939
|
};
|
|
6157
5940
|
|
|
6158
|
-
var _templateObject$D, _templateObject2$t, _templateObject3$
|
|
5941
|
+
var _templateObject$D, _templateObject2$t, _templateObject3$j, _templateObject4$f, _templateObject5$b, _templateObject6$8, _templateObject7$5;
|
|
6159
5942
|
var FooterSection = /*#__PURE__*/styled.footer(_templateObject$D || (_templateObject$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--color-base-black);\n color: var(--color-base-white);\n padding: 44px 50px;\n\n @media ", " {\n padding: 40px 32px;\n }\n\n @media ", " {\n padding: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
6160
5943
|
var FooterContainer = /*#__PURE__*/styled.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n gap: 40px;\n max-width: 1140px;\n margin: 0 auto;\n\n @media ", " {\n gap: 24px;\n }\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 40px;\n }\n"])), devices.tablet, devices.mobile);
|
|
6161
|
-
var PolicyLinksSection = /*#__PURE__*/styled.div(_templateObject3$
|
|
6162
|
-
var SocialAndNewsletterSection = /*#__PURE__*/styled.div(_templateObject4$
|
|
5944
|
+
var PolicyLinksSection = /*#__PURE__*/styled.div(_templateObject3$j || (_templateObject3$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n gap: 16px;\n\n @media ", " {\n gap: 20px;\n }\n\n @media ", " {\n gap: 12px;\n order: 2;\n }\n"])), devices.tablet, devices.mobile);
|
|
5945
|
+
var SocialAndNewsletterSection = /*#__PURE__*/styled.div(_templateObject4$f || (_templateObject4$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n gap: 20px;\n\n @media ", " {\n order: 1;\n gap: 40px;\n }\n"])), devices.mobile);
|
|
6163
5946
|
var SectionWrapper = /*#__PURE__*/styled.div(_templateObject5$b || (_templateObject5$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 20px;\n\n @media ", " {\n gap: 24px;\n }\n"])), devices.mobile);
|
|
6164
|
-
var LogoAndDescriptionSection = /*#__PURE__*/styled.div(_templateObject6$8 || (_templateObject6$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n img {\n
|
|
5947
|
+
var LogoAndDescriptionSection = /*#__PURE__*/styled.div(_templateObject6$8 || (_templateObject6$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n img {\n margin-bottom: 12px;\n }\n\n @media ", " {\n order: 3;\n gap: 24px;\n }\n"])), devices.mobile);
|
|
6165
5948
|
var TextLinkWrapper$2 = /*#__PURE__*/styled(TextLink)(_templateObject7$5 || (_templateObject7$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-sans);\n font-size: 17px;\n line-height: 24px;\n letter-spacing: 0.4px;\n color: var(--color-base-white);\n border-bottom: unset;\n text-decoration: underline;\n text-underline-offset: 6px;\n margin-bottom: 0;\n padding-bottom: 0;\n"])));
|
|
6166
5949
|
|
|
6167
5950
|
var _templateObject$E;
|
|
@@ -6183,7 +5966,7 @@ var PolicyLinks = function PolicyLinks(_ref) {
|
|
|
6183
5966
|
}));
|
|
6184
5967
|
};
|
|
6185
5968
|
|
|
6186
|
-
var
|
|
5969
|
+
var SPONSOR_IMAGE_SOURCE = 'https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/sponsorlogos/arts-council-england-invert.svg';
|
|
6187
5970
|
var Footer = function Footer(_ref) {
|
|
6188
5971
|
var data = _ref.data,
|
|
6189
5972
|
className = _ref.className;
|
|
@@ -6191,10 +5974,9 @@ var Footer = function Footer(_ref) {
|
|
|
6191
5974
|
newsletter = data.newsletter,
|
|
6192
5975
|
rawSocialMediaLinks = data.socialMediaLinks,
|
|
6193
5976
|
contact = data.contact,
|
|
6194
|
-
|
|
6195
|
-
artsDataRoh = _data$artsLogo.dataRoh,
|
|
6196
|
-
artsLogo = _objectWithoutPropertiesLoose(_data$artsLogo, _excluded$d),
|
|
5977
|
+
artsLogo = data.artsLogo,
|
|
6197
5978
|
additionalInfo = data.additionalInfo;
|
|
5979
|
+
var sponsorImageSource = data.sponsorImageSource || SPONSOR_IMAGE_SOURCE;
|
|
6198
5980
|
var _useViewport = useViewport(),
|
|
6199
5981
|
isMobile = _useViewport.isMobile;
|
|
6200
5982
|
return /*#__PURE__*/React__default.createElement(FooterSection, {
|
|
@@ -6223,13 +6005,14 @@ var Footer = function Footer(_ref) {
|
|
|
6223
6005
|
tabIndex: isMobile ? 3 : undefined
|
|
6224
6006
|
}, newsletter.link.title))), /*#__PURE__*/React__default.createElement(LogoAndDescriptionSection, null, /*#__PURE__*/React__default.createElement("div", {
|
|
6225
6007
|
"data-testid": "arts-logo"
|
|
6226
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6008
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogo, Object.assign({
|
|
6009
|
+
imageSource: sponsorImageSource,
|
|
6010
|
+
alt: "Arts Council England Sponsor",
|
|
6011
|
+
"data-testid": "sponsor-logo",
|
|
6012
|
+
target: "_blank"
|
|
6230
6013
|
}, artsLogo, {
|
|
6231
6014
|
"aria-label": "Sponsor Logo link"
|
|
6232
|
-
})
|
|
6015
|
+
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
6233
6016
|
"data-testid": "additional-info"
|
|
6234
6017
|
}, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
6235
6018
|
size: isMobile ? 'medium' : 'small',
|
|
@@ -6237,15 +6020,15 @@ var Footer = function Footer(_ref) {
|
|
|
6237
6020
|
}, additionalInfo)))));
|
|
6238
6021
|
};
|
|
6239
6022
|
|
|
6240
|
-
var _templateObject$F, _templateObject2$u, _templateObject3$
|
|
6023
|
+
var _templateObject$F, _templateObject2$u, _templateObject3$k, _templateObject4$g, _templateObject5$c, _templateObject6$9;
|
|
6241
6024
|
var LIST_ITEM_GAP = 32;
|
|
6242
6025
|
var AnchorTabbarWrapper = /*#__PURE__*/styled.div(_templateObject$F || (_templateObject$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n width: 100%;\n top: 0;\n border-bottom: ", ";\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6243
6026
|
var bottomBorder = _ref.bottomBorder;
|
|
6244
6027
|
return bottomBorder ? '2px solid var(--base-color-light-grey)' : 'none';
|
|
6245
6028
|
}, zIndexes.anchor);
|
|
6246
6029
|
var TabsGrid = /*#__PURE__*/styled(Grid)(_templateObject2$u || (_templateObject2$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--anchor-tabs-height);\n"])));
|
|
6247
|
-
var TabsWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
6248
|
-
var TabsList = /*#__PURE__*/styled.ul(_templateObject4$
|
|
6030
|
+
var TabsWrapper = /*#__PURE__*/styled.div(_templateObject3$k || (_templateObject3$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
6031
|
+
var TabsList = /*#__PURE__*/styled.ul(_templateObject4$g || (_templateObject4$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n display: flex;\n gap: ", "px;\n justify-content: ", ";\n align-items: center;\n list-style: none;\n padding: 0;\n margin: 0;\n height: var(--anchor-tabs-height);\n white-space: nowrap;\n overflow: scroll;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n scroll-behavior: smooth;\n\n @media ", " {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 1) 0%,\n rgba(255, 255, 255, 0.48) 85%,\n rgba(235, 235, 235, 0.4) 99%,\n rgba(255, 255, 255, 0.39) 100%\n );\n }\n\n @media ", " {\n & {\n width: ", ";\n }\n }\n"])), function (_ref2) {
|
|
6249
6032
|
var tabsOverflow = _ref2.tabsOverflow;
|
|
6250
6033
|
return tabsOverflow ? 'calc(100% - 74px)' : '100%';
|
|
6251
6034
|
}, LIST_ITEM_GAP, function (_ref3) {
|
|
@@ -6262,7 +6045,7 @@ var ArrowsContainer = /*#__PURE__*/styled.div(_templateObject5$c || (_templateOb
|
|
|
6262
6045
|
});
|
|
6263
6046
|
var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject6$9 || (_templateObject6$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: flex-center;\n\n :hover {\n && svg path {\n fill: var(--base-color-primary);\n }\n }\n"])));
|
|
6264
6047
|
|
|
6265
|
-
var _excluded$
|
|
6048
|
+
var _excluded$d = ["id", "text"];
|
|
6266
6049
|
var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
6267
6050
|
var tabs = _ref.tabs,
|
|
6268
6051
|
onTabClick = _ref.onTabClick,
|
|
@@ -6455,7 +6238,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6455
6238
|
}, tabs.map(function (_ref4) {
|
|
6456
6239
|
var id = _ref4.id,
|
|
6457
6240
|
text = _ref4.text,
|
|
6458
|
-
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$
|
|
6241
|
+
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$d);
|
|
6459
6242
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
6460
6243
|
key: id
|
|
6461
6244
|
}, /*#__PURE__*/React__default.createElement(TabLink, Object.assign({
|
|
@@ -6481,17 +6264,17 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6481
6264
|
}))) : null)) : null))));
|
|
6482
6265
|
};
|
|
6483
6266
|
|
|
6484
|
-
var _templateObject$G, _templateObject2$v, _templateObject3$
|
|
6267
|
+
var _templateObject$G, _templateObject2$v, _templateObject3$l, _templateObject4$h, _templateObject6$a, _templateObject7$6, _templateObject8$3, _templateObject9$2, _templateObject0$2;
|
|
6485
6268
|
var TitleCTAGridWrapper = /*#__PURE__*/styled.div(_templateObject$G || (_templateObject$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: ", ";\n top: -1px;\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6486
6269
|
var sticky = _ref.sticky;
|
|
6487
6270
|
return sticky ? 'sticky' : 'initial';
|
|
6488
6271
|
}, zIndexes.anchor);
|
|
6489
6272
|
var TitleCTAGrid = /*#__PURE__*/styled(Grid)(_templateObject2$v || (_templateObject2$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: solid 2px var(--base-color-light-grey);\n"])));
|
|
6490
|
-
var TitleCTAGridItem = /*#__PURE__*/styled.div(_templateObject3$
|
|
6273
|
+
var TitleCTAGridItem = /*#__PURE__*/styled.div(_templateObject3$l || (_templateObject3$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 2 / span 15;\n display: flex;\n align-items: center;\n flex-direction: ", ";\n gap: 40px;\n justify-content: space-between;\n\n @media ", " {\n & {\n grid-column: 2 / span 13;\n gap: 20px;\n }\n }\n\n @media ", " {\n & {\n grid-column: 2 / span 12;\n }\n }\n"])), function (_ref2) {
|
|
6491
6274
|
var title = _ref2.title;
|
|
6492
6275
|
return title ? 'row' : 'row-reverse';
|
|
6493
6276
|
}, devices.tablet, devices.mobile);
|
|
6494
|
-
var AnchorTitle = /*#__PURE__*/styled.div(_templateObject4$
|
|
6277
|
+
var AnchorTitle = /*#__PURE__*/styled.div(_templateObject4$h || (_templateObject4$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n min-height: var(--button-height);\n\n h5 {\n padding: 0;\n margin: 0;\n }\n\n @media ", " {\n & {\n min-height: 50px;\n }\n }\n"])), devices.mobile);
|
|
6495
6278
|
var ButtonsDesktopWrapper = /*#__PURE__*/styled.div(_templateObject6$a || (_templateObject6$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n\n @media ", " {\n display: none;\n }\n\n a {\n width: max-content;\n }\n"])), devices.mobile);
|
|
6496
6279
|
var ButtonsMobileWrapper = /*#__PURE__*/styled.div(_templateObject7$6 || (_templateObject7$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n & {\n display: block;\n }\n }\n"])), devices.mobile);
|
|
6497
6280
|
var PrimaryButtonReverse = /*#__PURE__*/styled(PrimaryButton)(_templateObject8$3 || (_templateObject8$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n background-color: ", ";\n border-color: ", ";\n color: ", ";\n svg path {\n fill: ", ";\n }\n }\n"])), function (_ref3) {
|
|
@@ -6508,9 +6291,9 @@ var PrimaryButtonReverse = /*#__PURE__*/styled(PrimaryButton)(_templateObject8$3
|
|
|
6508
6291
|
return theme.colors.primaryButtonReverse;
|
|
6509
6292
|
});
|
|
6510
6293
|
var MessageWrapper = /*#__PURE__*/styled.div(_templateObject9$2 || (_templateObject9$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin-right: var(--grid-outer-margin);\n height: var(--button-height);\n\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n margin-right: var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
6511
|
-
var MessageWrapperMobile = /*#__PURE__*/styled.div(
|
|
6294
|
+
var MessageWrapperMobile = /*#__PURE__*/styled.div(_templateObject0$2 || (_templateObject0$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h6 {\n margin: 0;\n padding: 0;\n }\n display: none;\n\n @media ", " {\n & {\n display: flex;\n align-items: center;\n margin-left: var(--grid-margin);\n padding: 12px 0;\n }\n }\n"])), devices.mobile);
|
|
6512
6295
|
|
|
6513
|
-
var _excluded$
|
|
6296
|
+
var _excluded$e = ["text"],
|
|
6514
6297
|
_excluded2$1 = ["text"];
|
|
6515
6298
|
var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
6516
6299
|
var title = _ref.title,
|
|
@@ -6520,7 +6303,7 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6520
6303
|
message = _ref.message;
|
|
6521
6304
|
var _ref2 = (links == null ? void 0 : links[0]) || {},
|
|
6522
6305
|
primaryButtonText = _ref2.text,
|
|
6523
|
-
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
6306
|
+
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$e);
|
|
6524
6307
|
var _ref3 = (links == null ? void 0 : links[1]) || {},
|
|
6525
6308
|
secondaryButtonText = _ref3.text,
|
|
6526
6309
|
secondaryButtonProps = _objectWithoutPropertiesLoose(_ref3, _excluded2$1);
|
|
@@ -6541,13 +6324,13 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6541
6324
|
}, message))));
|
|
6542
6325
|
};
|
|
6543
6326
|
|
|
6544
|
-
var _templateObject$H, _templateObject2$w, _templateObject3$
|
|
6327
|
+
var _templateObject$H, _templateObject2$w, _templateObject3$m;
|
|
6545
6328
|
var UpsellBorderBox = /*#__PURE__*/styled.div(_templateObject$H || (_templateObject$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: solid 4px;\n border-color: ", ";\n padding: 80px;\n\n @media ", " {\n & {\n border-left: none;\n border-right: none;\n padding-top: 2.5em;\n padding-left: 0;\n padding-right: 0;\n padding-bottom: 2.5em;\n }\n }\n\n @media ", " {\n & {\n padding: 25px;\n padding-top: 2.5em;\n }\n }\n"])), function (_ref) {
|
|
6546
6329
|
var theme = _ref.theme;
|
|
6547
6330
|
return theme.colors.primary;
|
|
6548
6331
|
}, devices.mobile, devices.tablet);
|
|
6549
6332
|
var TitleContainer$1 = /*#__PURE__*/styled.div(_templateObject2$w || (_templateObject2$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n }\n"])), devices.mobile);
|
|
6550
|
-
var TextContainer = /*#__PURE__*/styled.div(_templateObject3$
|
|
6333
|
+
var TextContainer = /*#__PURE__*/styled.div(_templateObject3$m || (_templateObject3$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 2.5em;\n div > :first-child {\n margin-top: 1.5em;\n }\n\n @media ", " {\n margin-top: 0;\n div > :first-child {\n margin-top: 0.5em;\n }\n }\n\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n & {\n div > :first-child {\n margin-top: 1em;\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
6551
6334
|
|
|
6552
6335
|
var colors = {
|
|
6553
6336
|
core: '#C8102E',
|
|
@@ -7154,14 +6937,14 @@ var ButtonType;
|
|
|
7154
6937
|
ButtonType["Tertiary"] = "Tertiary";
|
|
7155
6938
|
})(ButtonType || (ButtonType = {}));
|
|
7156
6939
|
|
|
7157
|
-
var _templateObject$J, _templateObject2$x, _templateObject3$
|
|
6940
|
+
var _templateObject$J, _templateObject2$x, _templateObject3$n, _templateObject4$i, _templateObject5$d, _templateObject6$b, _templateObject7$7, _templateObject8$4;
|
|
7158
6941
|
var Wrapper$2 = /*#__PURE__*/styled.div(_templateObject$J || (_templateObject$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-light-grey);\n padding: 40px;\n\n display: block;\n position: relative;\n\n @media ", " {\n margin-top: 0;\n padding: 40px 20px;\n }\n"])), devices.tablet);
|
|
7159
6942
|
var PromoLabelWrapper = /*#__PURE__*/styled.div(_templateObject2$x || (_templateObject2$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-self: flex-end;\n height: 15px;\n"])));
|
|
7160
|
-
var PromoLabel = /*#__PURE__*/styled.div(_templateObject3$
|
|
6943
|
+
var PromoLabel = /*#__PURE__*/styled.div(_templateObject3$n || (_templateObject3$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: ", ";\n color: ", ";\n padding: 6px 8px;\n width: fit-content;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n right: 20px;\n top: 0;\n width: auto;\n margin: auto;\n font-family: var(--font-family-header);\n font-feature-settings:\n 'tnum' on,\n 'lnum' on,\n 'liga' off,\n 'calt' off;\n font-size: var(--font-size-overline-2);\n line-height: 12px;\n text-align: center;\n letter-spacing: 1px;\n text-transform: uppercase;\n"])), function (_ref) {
|
|
7161
6944
|
var theme = _ref.theme;
|
|
7162
6945
|
return theme.colors.primary;
|
|
7163
6946
|
}, Colors.White);
|
|
7164
|
-
var ButtonContainer = /*#__PURE__*/styled.div(_templateObject4$
|
|
6947
|
+
var ButtonContainer = /*#__PURE__*/styled.div(_templateObject4$i || (_templateObject4$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 2em;\n width: fit-content;\n"])));
|
|
7165
6948
|
var TitleContainer$2 = /*#__PURE__*/styled.div(_templateObject5$d || (_templateObject5$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin-top: 0;\n margin-bottom: 0.5em;\n }\n"])));
|
|
7166
6949
|
var OfferTextWrapper = /*#__PURE__*/styled.div(_templateObject6$b || (_templateObject6$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin-bottom: 0.5em;\n }\n margin-bottom: 1em;\n"])));
|
|
7167
6950
|
var PriceRow = /*#__PURE__*/styled.div(_templateObject7$7 || (_templateObject7$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px 12px;\n padding: 5px 0 8px 0;\n"])));
|
|
@@ -7323,13 +7106,13 @@ var StickyBar = function StickyBar(_ref) {
|
|
|
7323
7106
|
}, children)));
|
|
7324
7107
|
};
|
|
7325
7108
|
|
|
7326
|
-
var _templateObject$M, _templateObject2$z, _templateObject3$
|
|
7109
|
+
var _templateObject$M, _templateObject2$z, _templateObject3$o, _templateObject4$j;
|
|
7327
7110
|
var InnerModal = /*#__PURE__*/styled.div(_templateObject$M || (_templateObject$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 62px;\n background-color: var(--base-color-white);\n z-index: ", ";\n position: relative;\n\n @media ", ", ", " {\n height: 100vh;\n padding: 62px 0 0;\n }\n"])), zIndexes.popup, devices.smallMobile, devices.mobile);
|
|
7328
7111
|
var CloseButton = /*#__PURE__*/styled.button(_templateObject2$z || (_templateObject2$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n right: 0;\n margin: 15px;\n height: 26px;\n width: 26px;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n @media ", " {\n margin: 25px;\n }\n @media ", ", ", " {\n margin: 30px;\n }\n"])), devices.tablet, devices.desktop, devices.largeDesktop);
|
|
7329
|
-
var ContentWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
7330
|
-
var Overlay = /*#__PURE__*/styled(Grid)(_templateObject4$
|
|
7112
|
+
var ContentWrapper = /*#__PURE__*/styled.div(_templateObject3$o || (_templateObject3$o = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
7113
|
+
var Overlay = /*#__PURE__*/styled(Grid)(_templateObject4$j || (_templateObject4$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n align-content: center;\n background-color: rgba(0, 0, 0, 0.4);\n"])));
|
|
7331
7114
|
|
|
7332
|
-
var _excluded$
|
|
7115
|
+
var _excluded$f = ["isOpen", "setIsOpen", "children", "appElementId"];
|
|
7333
7116
|
var MAX_Z_INDEX = 9999999999;
|
|
7334
7117
|
if (Modal.defaultStyles.content) {
|
|
7335
7118
|
Modal.defaultStyles.content.position = 'static';
|
|
@@ -7403,7 +7186,7 @@ var ModalWindow = function ModalWindow(_ref) {
|
|
|
7403
7186
|
setIsOpen = _ref.setIsOpen,
|
|
7404
7187
|
children = _ref.children,
|
|
7405
7188
|
appElementId = _ref.appElementId,
|
|
7406
|
-
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7189
|
+
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
|
|
7407
7190
|
var isMobile = useMobile();
|
|
7408
7191
|
var customStyles = {
|
|
7409
7192
|
overlay: {
|
|
@@ -7504,7 +7287,7 @@ var getImageSlideStyles = function getImageSlideStyles(imageHeight) {
|
|
|
7504
7287
|
return "height: calc(" + imageHeight + "px + var(--carousel-image-caption-height) + 12px);";
|
|
7505
7288
|
};
|
|
7506
7289
|
|
|
7507
|
-
var _templateObject$N, _templateObject2$A, _templateObject3$
|
|
7290
|
+
var _templateObject$N, _templateObject2$A, _templateObject3$p, _templateObject4$k, _templateObject5$e, _templateObject6$c, _templateObject7$8, _templateObject8$5;
|
|
7508
7291
|
var ImageCarouselWrapper = /*#__PURE__*/styled.div(_templateObject$N || (_templateObject$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n @media ", " {\n ", "\n }}\n"])), function (_ref) {
|
|
7509
7292
|
var imagesHeightDesktop = _ref.imagesHeightDesktop;
|
|
7510
7293
|
return "& {\n .swipe-slide {\n height: fit-content;\n width: auto;\n margin-right: var(--grid-column-gap);\n\n > figure {\n margin: 0px;\n " + getImageSlideStyles(imagesHeightDesktop) + "\n }\n }\n }";
|
|
@@ -7517,8 +7300,8 @@ var CardsCarouselWrapper = /*#__PURE__*/styled.div(_templateObject2$A || (_templ
|
|
|
7517
7300
|
isActive = _ref3.isActive;
|
|
7518
7301
|
return "\n & {\n .swipe-slide {\n " + getCardSlideDesktopStyles(type, isActive) + "\n }\n }\n\n @media " + devices.tablet + " {\n & {\n .swipe-slide {\n width: " + (type === CarouselType.SmallCard ? '30%' : '40%') + ";\n }\n }\n }\n ";
|
|
7519
7302
|
}, devices.mobile, /*#__PURE__*/getCardSlideMobileStyles());
|
|
7520
|
-
var TitleButtonsGrid = /*#__PURE__*/styled(Grid)(_templateObject3$
|
|
7521
|
-
var CarouselInfoWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
7303
|
+
var TitleButtonsGrid = /*#__PURE__*/styled(Grid)(_templateObject3$p || (_templateObject3$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 28px;\n\n @media ", " {\n padding-bottom: 0;\n }\n\n @media ", " {\n margin-bottom: 20px;\n }\n"])), devices.mobile, devices.mobile);
|
|
7304
|
+
var CarouselInfoWrapper = /*#__PURE__*/styled.div(_templateObject4$k || (_templateObject4$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n user-select: text;\n"])));
|
|
7522
7305
|
var TitleWrapper$1 = /*#__PURE__*/styled.div(_templateObject5$e || (_templateObject5$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n"])), function (_ref4) {
|
|
7523
7306
|
var isDescriptionPresent = _ref4.isDescriptionPresent;
|
|
7524
7307
|
return isDescriptionPresent && 'margin: 20px 0';
|
|
@@ -7597,7 +7380,7 @@ var getMovedSlides = function getMovedSlides(delta, slideWidths) {
|
|
|
7597
7380
|
return movedSlides;
|
|
7598
7381
|
};
|
|
7599
7382
|
|
|
7600
|
-
var _excluded$
|
|
7383
|
+
var _excluded$g = ["children", "infinite", "onIndexChange", "slidesOffsetBefore", "slidesAriaHidden", "onActiveChange"];
|
|
7601
7384
|
var MAX_CLONES_NUMBER = 6;
|
|
7602
7385
|
var CLICK_DRAG_THRESHOLD = 10;
|
|
7603
7386
|
var getClonesCount = function getClonesCount(infinite, childrenLength) {
|
|
@@ -7622,7 +7405,7 @@ var Swipe = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
7622
7405
|
_ref$slidesAriaHidden = _ref.slidesAriaHidden,
|
|
7623
7406
|
slidesAriaHidden = _ref$slidesAriaHidden === void 0 ? false : _ref$slidesAriaHidden,
|
|
7624
7407
|
onActiveChange = _ref.onActiveChange,
|
|
7625
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7408
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
7626
7409
|
var containerRef = useRef(null);
|
|
7627
7410
|
var childRefs = useRef([]);
|
|
7628
7411
|
var startX = useRef(0);
|
|
@@ -7980,24 +7763,24 @@ var Carousel = function Carousel(_ref) {
|
|
|
7980
7763
|
}, children))));
|
|
7981
7764
|
};
|
|
7982
7765
|
|
|
7983
|
-
var _templateObject$P, _templateObject2$C, _templateObject3$
|
|
7766
|
+
var _templateObject$P, _templateObject2$C, _templateObject3$q, _templateObject4$l, _templateObject5$f, _templateObject6$d, _templateObject7$9, _templateObject8$6, _templateObject9$3, _templateObject0$3, _templateObject1$1, _templateObject10$1, _templateObject11$1, _templateObject12$1, _templateObject13$1, _templateObject14, _templateObject15;
|
|
7984
7767
|
var HighlightsGrid = /*#__PURE__*/styled(Grid)(_templateObject$P || (_templateObject$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n grid-template-rows: max-content minmax(0, 1fr);\n gap: 0 var(--grid-column-gap);\n background-color: var(--color-base-black);\n user-select: none;\n\n .highlight-carousel-text {\n color: var(--color-base-white);\n }\n\n @media ", " {\n & {\n grid-template-rows: min-content max-content max-content;\n }\n }\n"])), devices.mobile);
|
|
7985
7768
|
var CarouselTitleWrapper = /*#__PURE__*/styled.div(_templateObject2$C || (_templateObject2$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 1 / 1 / 7;\n box-sizing: border-box;\n width: calc(100% + var(--grid-column-gap));\n padding-top: 40px;\n padding-left: 50px;\n padding-right: 36px;\n user-select: text;\n\n @media ", " {\n & {\n grid-area: 1 / 1 / 2 / 12;\n padding: 12px 0 12px var(--grid-margin);\n min-height: 64px;\n box-sizing: border-box;\n width: 100%;\n }\n }\n\n @media ", " {\n & {\n grid-area: 1 / 1 / 2 / 11;\n width: 100%;\n padding: 8px 0 8px 20px;\n min-height: 28px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7986
|
-
var HeaderWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
7987
|
-
var InfoWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
7769
|
+
var HeaderWrapper = /*#__PURE__*/styled.div(_templateObject3$q || (_templateObject3$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
7770
|
+
var InfoWrapper = /*#__PURE__*/styled.div(_templateObject4$l || (_templateObject4$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 2 / 1 / 2 / 7;\n box-sizing: border-box;\n width: calc(100% + var(--grid-column-gap));\n align-self: center;\n padding: 36px 36px 36px 50px;\n\n @media ", " {\n & {\n grid-area: 2 / 1 / 2 / 7;\n padding: 0 12px 12px var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n grid-area: 3 / 1 / 4 / 15;\n width: 100%;\n padding: 0 20px;\n margin: 24px 0;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7988
7771
|
var InfoLogoWrapper = /*#__PURE__*/styled.div(_templateObject5$f || (_templateObject5$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n width: 132px;\n height: 36px;\n\n @media ", " {\n & {\n margin-bottom: 16px;\n width: 102px;\n height: 28px;\n }\n }\n\n @media ", " {\n & {\n margin-bottom: 20px;\n width: 102px;\n height: 28px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7989
7772
|
var InfoTitleWrapper = /*#__PURE__*/styled.div(_templateObject6$d || (_templateObject6$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: text;\n\n h1,\n h2,\n h3 {\n margin-bottom: 8px;\n }\n"])));
|
|
7990
7773
|
var InfoTextWrapper = /*#__PURE__*/styled.div(_templateObject7$9 || (_templateObject7$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n user-select: text;\n\n @media ", " {\n & {\n margin-top: 20px;\n }\n }\n"])), devices.mobileAndTablet);
|
|
7991
7774
|
var InfoLinkWrapper = /*#__PURE__*/styled.div(_templateObject8$6 || (_templateObject8$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n flex-direction: row;\n\n @media ", " {\n & {\n margin-top: 16px;\n }\n }\n\n @media ", " {\n & {\n margin-top: 20px;\n }\n display: flex;\n flex-direction: column;\n }\n"])), devices.tablet, devices.mobile);
|
|
7992
7775
|
var CarouselWrapper = /*#__PURE__*/styled.div(_templateObject9$3 || (_templateObject9$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n\n .swipe-slide {\n width: calc(100% - 50px - var(--rotator-button-width));\n -webkit-transform: translate3d(0, 0, 0);\n }\n\n @media ", " {\n & {\n grid-area: 2 / 7 / 3 / 15;\n\n .swipe-slide {\n width: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n }\n }\n }\n\n @media ", " {\n & {\n grid-area: 2 / 1 / 3 / 15;\n\n .swipe-slide {\n width: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7993
|
-
var RotatorButtonsWrapper = /*#__PURE__*/styled.div(
|
|
7994
|
-
var RotatorButtonsWrapperMobile = /*#__PURE__*/styled.div(
|
|
7995
|
-
var HtmlBodyText = /*#__PURE__*/styled.p(
|
|
7996
|
-
var FirstButtonComponentWrapper = /*#__PURE__*/styled.div(
|
|
7997
|
-
var TimerWrapper$1 = /*#__PURE__*/styled.div(
|
|
7998
|
-
var AdditionalInfoWrapper = /*#__PURE__*/styled.div(
|
|
7999
|
-
var InfoSubtitleWrapper = /*#__PURE__*/styled.div(
|
|
8000
|
-
var VideoWithControlsWrapper = /*#__PURE__*/styled.div(
|
|
7776
|
+
var RotatorButtonsWrapper = /*#__PURE__*/styled.div(_templateObject0$3 || (_templateObject0$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n right: 50px;\n top: calc(50% - calc(var(--rotator-button-width) / 2));\n z-index: 2;\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.mobileAndTablet);
|
|
7777
|
+
var RotatorButtonsWrapperMobile = /*#__PURE__*/styled.div(_templateObject1$1 || (_templateObject1$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n div {\n background-color: var(--color-base-black);\n }\n svg path {\n fill: var(--color-base-white);\n }\n\n & {\n display: flex;\n grid-area: 1 / 12 / 2 / 14;\n align-self: center;\n justify-content: flex-end;\n }\n }\n\n @media ", " {\n div {\n background-color: var(--color-base-black);\n }\n svg path {\n fill: var(--color-base-white);\n }\n\n & {\n display: flex;\n grid-area: 1 / 11 / 2 / 14;\n align-self: center;\n justify-content: flex-end;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7778
|
+
var HtmlBodyText = /*#__PURE__*/styled.p(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n"])));
|
|
7779
|
+
var FirstButtonComponentWrapper = /*#__PURE__*/styled.div(_templateObject11$1 || (_templateObject11$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 16px;\n\n @media ", " {\n & {\n display: flex;\n flex-direction: column;\n margin-right: 0;\n margin-bottom: 10px;\n }\n }\n"])), devices.mobile);
|
|
7780
|
+
var TimerWrapper$1 = /*#__PURE__*/styled.div(_templateObject12$1 || (_templateObject12$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobileAndTablet);
|
|
7781
|
+
var AdditionalInfoWrapper = /*#__PURE__*/styled.div(_templateObject13$1 || (_templateObject13$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n\n @media ", " {\n margin-top: 16px;\n }\n"])), devices.mobileAndTablet);
|
|
7782
|
+
var InfoSubtitleWrapper = /*#__PURE__*/styled.div(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n"])));
|
|
7783
|
+
var VideoWithControlsWrapper = /*#__PURE__*/styled.div(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--color-base-black);\n width: 100%;\n height: 100%;\n\n .video-with-controls-container {\n height: 100%;\n }\n\n .video-controls-container {\n display: ", ";\n position: fixed;\n\n > div {\n margin: 0 40px 30px 40px;\n\n @media ", " {\n margin: 0 20px 20px 20px;\n }\n }\n }\n\n button#play {\n height: 48px;\n width: 48px;\n }\n"])), function (_ref) {
|
|
8001
7784
|
var isCurrentSlide = _ref.isCurrentSlide;
|
|
8002
7785
|
return isCurrentSlide ? 'block' : 'none';
|
|
8003
7786
|
}, devices.mobile);
|
|
@@ -8018,18 +7801,18 @@ var getBackgroundColor$1 = function getBackgroundColor(_ref2) {
|
|
|
8018
7801
|
var _templateObject$Q;
|
|
8019
7802
|
var AuxiliaryButtonWrapper = /*#__PURE__*/styled(Button)(_templateObject$Q || (_templateObject$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n height: 20px;\n border: none;\n padding: 0;\n color: ", ";\n width: fit-content;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n cursor: pointer;\n text-decoration: none;\n box-sizing: border-box;\n\n && span svg * {\n fill: ", ";\n }\n\n .auxiliaryButtonIcon {\n width: 12px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n"])), getBackgroundColor$1, getTextColor$3, getTextColor$3);
|
|
8020
7803
|
|
|
8021
|
-
var _excluded$
|
|
7804
|
+
var _excluded$h = ["children", "className"];
|
|
8022
7805
|
var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
8023
7806
|
var children = _ref.children,
|
|
8024
7807
|
className = _ref.className,
|
|
8025
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7808
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
8026
7809
|
return /*#__PURE__*/React__default.createElement(AuxiliaryButtonWrapper, Object.assign({}, props, {
|
|
8027
7810
|
iconClassName: "auxiliaryButtonIcon",
|
|
8028
7811
|
className: className
|
|
8029
7812
|
}), children);
|
|
8030
7813
|
};
|
|
8031
7814
|
|
|
8032
|
-
var _excluded$
|
|
7815
|
+
var _excluded$i = ["text"],
|
|
8033
7816
|
_excluded2$2 = ["text"];
|
|
8034
7817
|
var _buttonTypeToButton;
|
|
8035
7818
|
var buttonTypeToButton = (_buttonTypeToButton = {}, _buttonTypeToButton[ButtonType.Primary] = PrimaryButton, _buttonTypeToButton[ButtonType.Secondary] = SecondaryButton, _buttonTypeToButton[ButtonType.Tertiary] = TertiaryButton, _buttonTypeToButton);
|
|
@@ -8040,7 +7823,7 @@ var Buttons = function Buttons(_ref) {
|
|
|
8040
7823
|
var _ref2 = firstButton || {},
|
|
8041
7824
|
_ref2$text = _ref2.text,
|
|
8042
7825
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8043
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
7826
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$i);
|
|
8044
7827
|
var secondButton = links == null ? void 0 : links[1];
|
|
8045
7828
|
var _ref3 = secondButton || {},
|
|
8046
7829
|
_ref3$text = _ref3.text,
|
|
@@ -8110,6 +7893,8 @@ var truncateReactNodeString = function truncateReactNodeString(node, resultLengt
|
|
|
8110
7893
|
return truncateHtmlString(nodeString, resultLength, addDots);
|
|
8111
7894
|
};
|
|
8112
7895
|
|
|
7896
|
+
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
7897
|
+
|
|
8113
7898
|
var InfoSection = function InfoSection(_ref) {
|
|
8114
7899
|
var logo = _ref.logo,
|
|
8115
7900
|
slide = _ref.slide,
|
|
@@ -8160,14 +7945,14 @@ var InfoSection = function InfoSection(_ref) {
|
|
|
8160
7945
|
}, additionalInfo)))));
|
|
8161
7946
|
};
|
|
8162
7947
|
|
|
8163
|
-
var _templateObject$R, _templateObject2$D, _templateObject3$
|
|
7948
|
+
var _templateObject$R, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$g, _templateObject6$e;
|
|
8164
7949
|
var AccordionContainer = /*#__PURE__*/styled.div(_templateObject$R || (_templateObject$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n div {\n overflow: hidden;\n }\n"])));
|
|
8165
7950
|
var LineContainer = /*#__PURE__*/styled.div(_templateObject2$D || (_templateObject2$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 2px;\n background-color: var(--base-color-light-grey);\n width: 100%;\n"])));
|
|
8166
|
-
var ChildrenContainer = /*#__PURE__*/styled.div(_templateObject3$
|
|
7951
|
+
var ChildrenContainer = /*#__PURE__*/styled.div(_templateObject3$r || (_templateObject3$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0px 20px 28px 20px;\n\n visibility: ", ";\n\n @media ", " {\n margin: 12px 0px 24px 0px;\n }\n \n @media print { \n visibility: visible;\n }\n}\n"])), function (_ref) {
|
|
8167
7952
|
var isVisible = _ref.isVisible;
|
|
8168
7953
|
return isVisible ? 'visible' : 'hidden';
|
|
8169
7954
|
}, devices.mobile);
|
|
8170
|
-
var TitleContainer$3 = /*#__PURE__*/styled.div(_templateObject4$
|
|
7955
|
+
var TitleContainer$3 = /*#__PURE__*/styled.div(_templateObject4$m || (_templateObject4$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n\n && h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n div {\n margin: 21px 20px;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n @media ", " {\n margin: 12px 20px 12px 0px;\n }\n }\n\n && svg {\n width: var(--navigation-middle-gap);\n height: var(--navigation-middle-gap);\n margin-right: 20px;\n\n @media ", " {\n margin-right: 0px;\n }\n }\n\n :hover {\n cursor: pointer;\n }\n"])), devices.mobile, devices.mobile);
|
|
8171
7956
|
var ContentContainer = /*#__PURE__*/styled.div(_templateObject5$g || (_templateObject5$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n max-height: ", ";\n\n @media print {\n max-height: max-content;\n }\n\n & h1 {\n font-size: var(--font-size-header-4);\n font-family: var(--font-family-header);\n font-feature-settings: var(--font-feature-settings-header);\n font-weight: var(--font-weight-header-4);\n letter-spacing: var(--letter-spacing-header-4);\n line-height: var(--line-height-header-4);\n text-transform: var(--text-transform-header);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & h2 {\n font-size: var(--font-size-subtitle-1);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & em {\n font-family: var(--font-family-body-italics);\n }\n\n & u {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n }\n\n @media ", " {\n transition: 100% 0.2s ease;\n }\n"])), function (_ref2) {
|
|
8172
7957
|
var textHeight = _ref2.textHeight;
|
|
8173
7958
|
return textHeight;
|
|
@@ -8299,7 +8084,7 @@ var Accordions = function Accordions(_ref) {
|
|
|
8299
8084
|
}));
|
|
8300
8085
|
};
|
|
8301
8086
|
|
|
8302
|
-
var _templateObject$T, _templateObject2$E, _templateObject3$
|
|
8087
|
+
var _templateObject$T, _templateObject2$E, _templateObject3$s, _templateObject4$n, _templateObject5$h;
|
|
8303
8088
|
var AnnouncementBannerWrapper = /*#__PURE__*/styled.div(_templateObject$T || (_templateObject$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 28px 0;\n background-color: var(--announcement-banner-bg-color);\n color: var(--announcement-banner-color);\n\n @media ", " {\n padding: 20px 0;\n }\n"])), devices.mobile);
|
|
8304
8089
|
var SvgContainer$2 = /*#__PURE__*/styled.div(_templateObject2$E || (_templateObject2$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n cursor: ", ";\n\n ", "\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n\n path {\n fill: var(--announcement-banner-color);\n }\n }\n"])), function (_ref) {
|
|
8305
8090
|
var isClickable = _ref.isClickable;
|
|
@@ -8308,8 +8093,8 @@ var SvgContainer$2 = /*#__PURE__*/styled.div(_templateObject2$E || (_templateObj
|
|
|
8308
8093
|
var isClickable = _ref2.isClickable;
|
|
8309
8094
|
return isClickable && "\n :hover:not(:active) {\n && svg path {\n fill: var(--announcement-banner-hover-color);\n }\n }\n :active {\n && svg path {\n fill: var(--announcement-banner-pressed-color);\n }\n }\n ";
|
|
8310
8095
|
});
|
|
8311
|
-
var ContentContainer$1 = /*#__PURE__*/styled.div(_templateObject3$
|
|
8312
|
-
var OverlineWrapper = /*#__PURE__*/styled(HarmonicOverline)(_templateObject4$
|
|
8096
|
+
var ContentContainer$1 = /*#__PURE__*/styled.div(_templateObject3$s || (_templateObject3$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-sans);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--announcement-banner-color);\n a {\n color: var(--announcement-banner-color);\n text-decoration: underline;\n }\n\n * {\n margin-block-start: 0;\n margin-block-end: 0;\n margin-inline-start: 0;\n margin-inline-end: 0;\n }\n"])));
|
|
8097
|
+
var OverlineWrapper = /*#__PURE__*/styled(HarmonicOverline)(_templateObject4$n || (_templateObject4$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 4px;\n && {\n color: var(--announcement-banner-color);\n }\n"])));
|
|
8313
8098
|
var BannerContentWrapper = /*#__PURE__*/styled(GridItem)(_templateObject5$h || (_templateObject5$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n grid-column: 3 / span 10;\n }\n\n @media ", ", ", " {\n && {\n grid-column: 3 / span 12;\n }\n }\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.desktop, devices.largeDesktop, devices.mobile, function (_ref3) {
|
|
8314
8099
|
var variant = _ref3.variant;
|
|
8315
8100
|
return variant === BannerVariants['service-persistent'] ? '8px' : '0px';
|
|
@@ -8382,7 +8167,7 @@ var AnnouncementBanner = function AnnouncementBanner(_ref) {
|
|
|
8382
8167
|
}))))));
|
|
8383
8168
|
};
|
|
8384
8169
|
|
|
8385
|
-
var _templateObject$U, _templateObject2$F, _templateObject3$
|
|
8170
|
+
var _templateObject$U, _templateObject2$F, _templateObject3$t, _templateObject4$o, _templateObject5$i, _templateObject6$f, _templateObject7$a, _templateObject8$7, _templateObject9$4, _templateObject0$4, _templateObject1$2, _templateObject10$2, _templateObject11$2, _templateObject12$2;
|
|
8386
8171
|
var LENGTH_LARGE_TEXT = 28;
|
|
8387
8172
|
var LENGTH_SMALL_TEXT$1 = 19;
|
|
8388
8173
|
var LENGTH_TEXT_TABLET = 10;
|
|
@@ -8397,8 +8182,8 @@ var HoverContainer = /*#__PURE__*/styled.div(_templateObject2$F || (_templateObj
|
|
|
8397
8182
|
var lineColor = _ref3.lineColor;
|
|
8398
8183
|
return lineColor ? "var(--color-" + lineColor + ")" : 'var(--color-primary-background)';
|
|
8399
8184
|
}, zIndexes.contentOverlay);
|
|
8400
|
-
var ProgressContainer = /*#__PURE__*/styled.div(_templateObject3$
|
|
8401
|
-
var ContentContainer$2 = /*#__PURE__*/styled.div(_templateObject4$
|
|
8185
|
+
var ProgressContainer = /*#__PURE__*/styled.div(_templateObject3$t || (_templateObject3$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: -6px;\n"])));
|
|
8186
|
+
var ContentContainer$2 = /*#__PURE__*/styled.div(_templateObject4$o || (_templateObject4$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n margin-top: 24px;\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.mobile, function (_ref4) {
|
|
8402
8187
|
var fullWidth = _ref4.fullWidth;
|
|
8403
8188
|
return fullWidth ? '0' : '20px';
|
|
8404
8189
|
}, function (_ref5) {
|
|
@@ -8410,51 +8195,51 @@ var TitleContainerMobile = /*#__PURE__*/styled.div(_templateObject6$f || (_templ
|
|
|
8410
8195
|
var TextContainer$2 = /*#__PURE__*/styled.div(_templateObject7$a || (_templateObject7$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n white-space: break-spaces;\n overflow-wrap: break-word;\n"])));
|
|
8411
8196
|
var HighlightTextContainer = /*#__PURE__*/styled.div(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n"])));
|
|
8412
8197
|
var SubtitleContainer = /*#__PURE__*/styled.span(_templateObject9$4 || (_templateObject9$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n overflow-wrap: break-word;\n"])));
|
|
8413
|
-
var LabelContainer = /*#__PURE__*/styled.div(
|
|
8198
|
+
var LabelContainer = /*#__PURE__*/styled.div(_templateObject0$4 || (_templateObject0$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n width: fit-content;\n height: 25px;\n\n @media ", " {\n margin-left: ", ";\n }\n"])), function (_ref6) {
|
|
8414
8199
|
var isVisible = _ref6.isVisible;
|
|
8415
8200
|
return isVisible ? "visible" : 'hidden';
|
|
8416
8201
|
}, devices.mobile, function (_ref7) {
|
|
8417
8202
|
var isGridCard = _ref7.isGridCard;
|
|
8418
8203
|
return isGridCard ? '20px' : '0';
|
|
8419
8204
|
});
|
|
8420
|
-
var ExtraActionsContainer = /*#__PURE__*/styled.div(
|
|
8205
|
+
var ExtraActionsContainer = /*#__PURE__*/styled.div(_templateObject1$2 || (_templateObject1$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 26px;\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.mobile, function (_ref8) {
|
|
8421
8206
|
var fullWidth = _ref8.fullWidth;
|
|
8422
8207
|
return fullWidth ? '0' : '20px';
|
|
8423
8208
|
}, function (_ref9) {
|
|
8424
8209
|
var fullWidth = _ref9.fullWidth;
|
|
8425
8210
|
return fullWidth ? '0' : '20px';
|
|
8426
8211
|
});
|
|
8427
|
-
var LabelElements = /*#__PURE__*/styled.div(
|
|
8428
|
-
var bgColor =
|
|
8212
|
+
var LabelElements = /*#__PURE__*/styled.div(_templateObject10$2 || (_templateObject10$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n"])), function (_ref0) {
|
|
8213
|
+
var bgColor = _ref0.bgColor;
|
|
8429
8214
|
return bgColor ? "var(--color-base-" + bgColor + ")" : 'var(--color-primary-background)';
|
|
8430
8215
|
});
|
|
8431
|
-
var LabelIconWrapper = /*#__PURE__*/styled.div(
|
|
8432
|
-
var getButtonsOpacity = function getButtonsOpacity(
|
|
8433
|
-
var onlyShowButtonsOnHover =
|
|
8216
|
+
var LabelIconWrapper = /*#__PURE__*/styled.div(_templateObject11$2 || (_templateObject11$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-left: 10px;\n\n svg {\n height: 24px;\n width: 24px;\n }\n"])));
|
|
8217
|
+
var getButtonsOpacity = function getButtonsOpacity(_ref1) {
|
|
8218
|
+
var onlyShowButtonsOnHover = _ref1.onlyShowButtonsOnHover;
|
|
8434
8219
|
return onlyShowButtonsOnHover ? 'opacity: 0;' : 'opacity: 1;';
|
|
8435
8220
|
};
|
|
8436
|
-
var getButtonsMinHeight = function getButtonsMinHeight(
|
|
8437
|
-
var onlyShowButtonsOnHover =
|
|
8221
|
+
var getButtonsMinHeight = function getButtonsMinHeight(_ref10) {
|
|
8222
|
+
var onlyShowButtonsOnHover = _ref10.onlyShowButtonsOnHover;
|
|
8438
8223
|
return onlyShowButtonsOnHover ? 'min-height: unset;' : 'min-height: 120px;';
|
|
8439
8224
|
};
|
|
8440
|
-
var ButtonsContainer$1 = /*#__PURE__*/styled.div(
|
|
8441
|
-
var size =
|
|
8442
|
-
primaryButtonTextLength =
|
|
8443
|
-
tertiaryButtonTextLength =
|
|
8225
|
+
var ButtonsContainer$1 = /*#__PURE__*/styled.div(_templateObject12$2 || (_templateObject12$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n display: flex;\n gap: 24px;\n margin-top: 24px;\n\n ", "\n\n @media ", " {\n ", ";\n margin-left: ", ";\n margin-right: ", ";\n opacity: 1 !important;\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n ", ";\n opacity: 1 !important;\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), getButtonsOpacity, function (_ref11) {
|
|
8226
|
+
var size = _ref11.size,
|
|
8227
|
+
primaryButtonTextLength = _ref11.primaryButtonTextLength,
|
|
8228
|
+
tertiaryButtonTextLength = _ref11.tertiaryButtonTextLength;
|
|
8444
8229
|
var isLinksLayoutColumn = size === 'small' ? primaryButtonTextLength >= LENGTH_SMALL_TEXT$1 || tertiaryButtonTextLength >= LENGTH_SMALL_TEXT$1 : primaryButtonTextLength >= LENGTH_LARGE_TEXT || tertiaryButtonTextLength >= LENGTH_LARGE_TEXT;
|
|
8445
8230
|
if (isLinksLayoutColumn) {
|
|
8446
8231
|
return "\n flex-direction: column;\n ";
|
|
8447
8232
|
}
|
|
8448
8233
|
return '';
|
|
8449
|
-
}, devices.mobile, getButtonsMinHeight, function (
|
|
8450
|
-
var fullWidth =
|
|
8234
|
+
}, devices.mobile, getButtonsMinHeight, function (_ref12) {
|
|
8235
|
+
var fullWidth = _ref12.fullWidth;
|
|
8451
8236
|
return fullWidth ? '0' : '20px';
|
|
8452
|
-
}, function (
|
|
8453
|
-
var fullWidth =
|
|
8237
|
+
}, function (_ref13) {
|
|
8238
|
+
var fullWidth = _ref13.fullWidth;
|
|
8454
8239
|
return fullWidth ? '0' : '20px';
|
|
8455
|
-
}, devices.tablet, getButtonsMinHeight, function (
|
|
8456
|
-
var primaryButtonTextLength =
|
|
8457
|
-
tertiaryButtonTextLength =
|
|
8240
|
+
}, devices.tablet, getButtonsMinHeight, function (_ref14) {
|
|
8241
|
+
var primaryButtonTextLength = _ref14.primaryButtonTextLength,
|
|
8242
|
+
tertiaryButtonTextLength = _ref14.tertiaryButtonTextLength;
|
|
8458
8243
|
var isLinksLayoutColumnTablet = primaryButtonTextLength >= LENGTH_TEXT_TABLET || tertiaryButtonTextLength >= LENGTH_TEXT_TABLET;
|
|
8459
8244
|
if (isLinksLayoutColumnTablet) {
|
|
8460
8245
|
return "\n flex-direction: column;\n ";
|
|
@@ -8462,7 +8247,7 @@ var ButtonsContainer$1 = /*#__PURE__*/styled.div(_templateObject14$2 || (_templa
|
|
|
8462
8247
|
return '';
|
|
8463
8248
|
});
|
|
8464
8249
|
|
|
8465
|
-
var _excluded$
|
|
8250
|
+
var _excluded$j = ["text"],
|
|
8466
8251
|
_excluded2$3 = ["text"];
|
|
8467
8252
|
var _buttonTypeToButton$1;
|
|
8468
8253
|
var LENGTH_LARGE_TEXT$1 = 28;
|
|
@@ -8512,7 +8297,7 @@ var Card = function Card(_ref) {
|
|
|
8512
8297
|
var _ref2 = firstButton || {},
|
|
8513
8298
|
_ref2$text = _ref2.text,
|
|
8514
8299
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8515
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8300
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$j);
|
|
8516
8301
|
var primaryButtonTextTruncate = size === 'small' ? truncate(firstButtonText, LENGTH_SMALL_TEXT$2) : truncate(firstButtonText, LENGTH_LARGE_TEXT$1);
|
|
8517
8302
|
var secondButton = links == null ? void 0 : links[1];
|
|
8518
8303
|
var _ref3 = secondButton || {},
|
|
@@ -8664,7 +8449,7 @@ var Cards = function Cards(_ref) {
|
|
|
8664
8449
|
}));
|
|
8665
8450
|
};
|
|
8666
8451
|
|
|
8667
|
-
var _templateObject$W, _templateObject2$H, _templateObject3$
|
|
8452
|
+
var _templateObject$W, _templateObject2$H, _templateObject3$u, _templateObject4$p, _templateObject5$j;
|
|
8668
8453
|
var ContentWrapper$1 = /*#__PURE__*/styled.div(_templateObject$W || (_templateObject$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > div {\n margin-bottom: 2px;\n\n &:first-child {\n margin-bottom: 4px;\n\n @media ", " {\n margin-bottom: 6px;\n }\n }\n }\n\n @media ", " {\n grid-column: 2 / span 12;\n }\n"])), devices.mobile, devices.mobileAndTablet);
|
|
8669
8454
|
var Wrapper$4 = /*#__PURE__*/styled.div(_templateObject2$H || (_templateObject2$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n ", "\n padding: 30px 0;\n\n @media ", " {\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n grid-template-rows: max-content;\n gap: var(--grid-column-gap);\n margin: 0;\n }\n"])), function (_ref) {
|
|
8670
8455
|
var hideBottomBorder = _ref.hideBottomBorder;
|
|
@@ -8673,8 +8458,8 @@ var Wrapper$4 = /*#__PURE__*/styled.div(_templateObject2$H || (_templateObject2$
|
|
|
8673
8458
|
var hideTopBorder = _ref2.hideTopBorder;
|
|
8674
8459
|
return "border-top: " + (hideTopBorder ? 'none' : '2px solid var(--base-color-mid-grey)') + ";";
|
|
8675
8460
|
}, devices.mobileAndTablet);
|
|
8676
|
-
var AddressWrapperDesktop = /*#__PURE__*/styled.div(_templateObject3$
|
|
8677
|
-
var AddressWrapperMobile = /*#__PURE__*/styled.div(_templateObject4$
|
|
8461
|
+
var AddressWrapperDesktop = /*#__PURE__*/styled.div(_templateObject3$u || (_templateObject3$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n display: none;\n }\n"])), devices.mobile);
|
|
8462
|
+
var AddressWrapperMobile = /*#__PURE__*/styled.div(_templateObject4$p || (_templateObject4$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n & > div {\n margin-bottom: 2px;\n }\n\n @media ", " {\n display: block;\n }\n"])), devices.mobile);
|
|
8678
8463
|
var DetailsWrapper = /*#__PURE__*/styled.div(_templateObject5$j || (_templateObject5$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n\n @media ", " {\n flex-direction: column;\n margin: 4px 0;\n }\n\n a {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-decoration: underline;\n\n &:before {\n display: inline-block;\n content: '';\n background-color: var(--base-color-black);\n width: 1px;\n height: 18px;\n margin: 0 8px -4px;\n\n @media ", " {\n display: none;\n }\n }\n\n &:first-child:before {\n display: none;\n }\n }\n"])), devices.mobile, devices.mobile);
|
|
8679
8464
|
|
|
8680
8465
|
var divideAddressString = function divideAddressString(address) {
|
|
@@ -8732,13 +8517,13 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
8732
8517
|
}, addressString)), /*#__PURE__*/React__default.createElement(AddressWrapperMobile, null, divideAddressString(addressString))))))));
|
|
8733
8518
|
};
|
|
8734
8519
|
|
|
8735
|
-
var _templateObject$X, _templateObject2$I, _templateObject3$
|
|
8520
|
+
var _templateObject$X, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k, _templateObject6$g, _templateObject7$b;
|
|
8736
8521
|
var BodyTextRelative = /*#__PURE__*/styled(BodyText)(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
8737
8522
|
var ContentSummaryWrapper = /*#__PURE__*/styled.article(_templateObject2$I || (_templateObject2$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n justify-items: start;\n align-items: center;\n margin: 20px 0;\n gap: 24px;\n cursor: ", ";\n\n @media ", " {\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n"])), function (props) {
|
|
8738
8523
|
return props.clickable ? 'pointer' : 'default';
|
|
8739
8524
|
}, devices.mobile);
|
|
8740
|
-
var ContentSummaryImageWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
8741
|
-
var ContentSummaryTextWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
8525
|
+
var ContentSummaryImageWrapper = /*#__PURE__*/styled.div(_templateObject3$v || (_templateObject3$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 0 0 33.3%;\n"])));
|
|
8526
|
+
var ContentSummaryTextWrapper = /*#__PURE__*/styled.div(_templateObject4$q || (_templateObject4$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: ", ";\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n gap: 22px;\n\n & > * {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n\n @media ", " {\n margin: 0 20px;\n gap: 12px;\n }\n\n & .content-summary-text-link {\n height: unset;\n }\n"])), function (props) {
|
|
8742
8527
|
return props.showImage ? 2 : '1 / span 4';
|
|
8743
8528
|
}, devices.mobile);
|
|
8744
8529
|
var ContentSummaryTitleWrapper = /*#__PURE__*/styled.div(_templateObject5$k || (_templateObject5$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin: 0;\n }\n\n @media ", " {\n & > * {\n font-size: var(--font-size-header-5);\n font-weight: var(--font-weight-header-5);\n }\n }\n"])), devices.mobile);
|
|
@@ -8815,7 +8600,7 @@ var ContentSummary = function ContentSummary(_ref) {
|
|
|
8815
8600
|
}), link.text))));
|
|
8816
8601
|
};
|
|
8817
8602
|
|
|
8818
|
-
var _templateObject$Y, _templateObject2$J, _templateObject3$
|
|
8603
|
+
var _templateObject$Y, _templateObject2$J, _templateObject3$w, _templateObject4$r, _templateObject5$l;
|
|
8819
8604
|
var EditorialGrid = /*#__PURE__*/styled.div(_templateObject$Y || (_templateObject$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, minmax(0, 1fr));\n gap: var(--grid-column-gap);\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n display: grid;\n grid-template-columns: 100%;\n grid-template-rows: min-content 24px min-content;\n grid-template-areas:\n 'row1'\n '.'\n 'row2';\n }\n }\n"])), function (_ref) {
|
|
8820
8605
|
var imageToLeft = _ref.imageToLeft;
|
|
8821
8606
|
return imageToLeft ? "'left left left left left . right right right right right right'" : "'left left left left left left . right right right right right'";
|
|
@@ -8824,11 +8609,11 @@ var EditorialImageWrapper = /*#__PURE__*/styled.div(_templateObject2$J || (_temp
|
|
|
8824
8609
|
var imageToLeft = _ref2.imageToLeft;
|
|
8825
8610
|
return imageToLeft ? 'left' : 'right';
|
|
8826
8611
|
}, devices.mobile);
|
|
8827
|
-
var EditorialTextWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
8612
|
+
var EditorialTextWrapper = /*#__PURE__*/styled.div(_templateObject3$w || (_templateObject3$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n"])), function (_ref3) {
|
|
8828
8613
|
var imageToLeft = _ref3.imageToLeft;
|
|
8829
8614
|
return imageToLeft ? 'right' : 'left';
|
|
8830
8615
|
}, devices.mobile);
|
|
8831
|
-
var EditorialSubtitle = /*#__PURE__*/styled.span(_templateObject4$
|
|
8616
|
+
var EditorialSubtitle = /*#__PURE__*/styled.span(_templateObject4$r || (_templateObject4$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
8832
8617
|
var EditorialText = /*#__PURE__*/styled.div(_templateObject5$l || (_templateObject5$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n em {\n font-family: var(--font-family-body-italics);\n }\n"])));
|
|
8833
8618
|
|
|
8834
8619
|
var Editorial = function Editorial(_ref) {
|
|
@@ -8889,10 +8674,10 @@ var getBorderColor$1 = function getBorderColor(variant, colorValue) {
|
|
|
8889
8674
|
return variant === InformationCtaVariants.Primary || variant === InformationCtaVariants.Secondary || variant === undefined ? "border-color: " + colorValue + ";" : '';
|
|
8890
8675
|
};
|
|
8891
8676
|
|
|
8892
|
-
var _templateObject$Z, _templateObject2$K, _templateObject3$
|
|
8677
|
+
var _templateObject$Z, _templateObject2$K, _templateObject3$x, _templateObject4$s;
|
|
8893
8678
|
var InfoWrapper$1 = /*#__PURE__*/styled(Grid)(_templateObject$Z || (_templateObject$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 60px 0;\n color: var(--information-panel-color);\n background-color: var(--information-panel-bg-color);\n\n @media ", " {\n padding: 40px 0;\n }\n"])), devices.mobile);
|
|
8894
8679
|
var InfoTitle = /*#__PURE__*/styled('div')(_templateObject2$K || (_templateObject2$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n * {\n margin-block: 0;\n }\n"])));
|
|
8895
|
-
var InfoCTAWrapper = /*#__PURE__*/styled('div')(_templateObject3$
|
|
8680
|
+
var InfoCTAWrapper = /*#__PURE__*/styled('div')(_templateObject3$x || (_templateObject3$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n\n @media ", " {\n margin-top: 16px;\n }\n\n a {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n\n :hover:not(:active) {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n }\n\n :active {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n }\n }\n"])), devices.mobile, function (_ref) {
|
|
8896
8681
|
var variant = _ref.variant,
|
|
8897
8682
|
theme = _ref.theme;
|
|
8898
8683
|
return getTextColor$4(variant, theme, COLORS$4.background);
|
|
@@ -8924,18 +8709,18 @@ var InfoCTAWrapper = /*#__PURE__*/styled('div')(_templateObject3$w || (_template
|
|
|
8924
8709
|
var variant = _ref9.variant,
|
|
8925
8710
|
theme = _ref9.theme;
|
|
8926
8711
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8927
|
-
}, function (
|
|
8928
|
-
var variant =
|
|
8712
|
+
}, function (_ref0) {
|
|
8713
|
+
var variant = _ref0.variant;
|
|
8929
8714
|
return getBackgroundColor$2(variant, COLORS$4.pressed);
|
|
8930
|
-
}, function (
|
|
8931
|
-
var variant =
|
|
8715
|
+
}, function (_ref1) {
|
|
8716
|
+
var variant = _ref1.variant;
|
|
8932
8717
|
return getBorderColor$1(variant, COLORS$4.pressed);
|
|
8933
|
-
}, function (
|
|
8934
|
-
var variant =
|
|
8935
|
-
theme =
|
|
8718
|
+
}, function (_ref10) {
|
|
8719
|
+
var variant = _ref10.variant,
|
|
8720
|
+
theme = _ref10.theme;
|
|
8936
8721
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8937
8722
|
});
|
|
8938
|
-
var InfoBodyWrapper = /*#__PURE__*/styled(BodyCopyHarmonic)(_templateObject4$
|
|
8723
|
+
var InfoBodyWrapper = /*#__PURE__*/styled(BodyCopyHarmonic)(_templateObject4$s || (_templateObject4$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--information-panel-color);\n\n a {\n text-decoration: underline;\n color: var(--information-panel-color);\n }\n\n @media ", " {\n padding-top: 4px;\n }\n"])), devices.mobile);
|
|
8939
8724
|
|
|
8940
8725
|
// Helper function for rendering buttons based on the variant
|
|
8941
8726
|
var renderButton = function renderButton(_ref) {
|
|
@@ -9059,7 +8844,7 @@ var Information = function Information(_ref) {
|
|
|
9059
8844
|
})))));
|
|
9060
8845
|
};
|
|
9061
8846
|
|
|
9062
|
-
var _templateObject$_, _templateObject2$L, _templateObject3$
|
|
8847
|
+
var _templateObject$_, _templateObject2$L, _templateObject3$y, _templateObject4$t, _templateObject5$m, _templateObject6$h, _templateObject7$c, _templateObject8$8;
|
|
9063
8848
|
var PageHeadingWrapper = /*#__PURE__*/styled.div(_templateObject$_ || (_templateObject$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n // remove spacing above/below for all semantic levels of the title\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
|
|
9064
8849
|
var theme = _ref.theme;
|
|
9065
8850
|
return theme.colors.primary;
|
|
@@ -9068,11 +8853,11 @@ var PageHeadingWrapper = /*#__PURE__*/styled.div(_templateObject$_ || (_template
|
|
|
9068
8853
|
return isPageHeadingWithoutTitle && "\n padding-bottom: 42px;\n ";
|
|
9069
8854
|
}, devices.mobile);
|
|
9070
8855
|
var PageHeadingGrid = /*#__PURE__*/styled(Grid)(_templateObject2$L || (_templateObject2$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content;\n grid-template-areas:\n '. . title title title title title title title title title title . . logo .'\n '. . text text text text text text text text text button button button . .';\n\n @media ", " {\n & {\n grid-template-rows: 20px min-content min-content min-content 20px;\n grid-template-areas:\n '. . . . . . . . . . . . . .'\n '. title title title title title title title title title title logo logo .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .'\n '. . . . . . . . . . . . . .';\n }\n }\n\n @media ", " {\n & {\n grid-template-areas:\n '. title title title title title title title title title title logo logo .'\n '. text text text text text text text text text button button button .';\n }\n }\n"])), devices.mobile, devices.tablet);
|
|
9071
|
-
var TitleWrapper$2 = /*#__PURE__*/styled.div(_templateObject3$
|
|
8856
|
+
var TitleWrapper$2 = /*#__PURE__*/styled.div(_templateObject3$y || (_templateObject3$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: title;\n margin-top: 80px;\n\n ", ";\n\n @media ", " {\n & {\n margin-top: 0;\n }\n }\n"])), function (_ref3) {
|
|
9072
8857
|
var isPageHeadingWithoutTitle = _ref3.isPageHeadingWithoutTitle;
|
|
9073
8858
|
return isPageHeadingWithoutTitle && "\n margin-top: 42px;\n ";
|
|
9074
8859
|
}, devices.mobile);
|
|
9075
|
-
var ChildrenWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
8860
|
+
var ChildrenWrapper = /*#__PURE__*/styled.div(_templateObject4$t || (_templateObject4$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n width: fit-content;\n height: 43px;\n\n ", ";\n\n @media ", " {\n & {\n height: 33px;\n margin-top: 10px;\n margin-bottom: 20px;\n }\n }\n"])), function (_ref4) {
|
|
9076
8861
|
var isPageHeadingWithoutTitle = _ref4.isPageHeadingWithoutTitle;
|
|
9077
8862
|
return isPageHeadingWithoutTitle && "\n margin: 10px 0;\n ";
|
|
9078
8863
|
}, devices.mobile);
|
|
@@ -9081,7 +8866,7 @@ var LogoWrapper = /*#__PURE__*/styled.div(_templateObject6$h || (_templateObject
|
|
|
9081
8866
|
var ButtonWrapper$1 = /*#__PURE__*/styled.div(_templateObject7$c || (_templateObject7$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n justify-self: end;\n align-self: end;\n\n @media ", " {\n & {\n justify-self: center;\n align-self: center;\n width: 100%;\n margin-top: 16px;\n }\n }\n"])), devices.mobile);
|
|
9082
8867
|
var PageHeadingText = /*#__PURE__*/styled.div(_templateObject8$8 || (_templateObject8$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-family: var(--font-family-altHeader);\n text-transform: var(--text-transform-altHeader);\n word-break: var(--word-break-altHeader);\n"])));
|
|
9083
8868
|
|
|
9084
|
-
var _excluded$
|
|
8869
|
+
var _excluded$k = ["text"];
|
|
9085
8870
|
var PageHeading = function PageHeading(_ref) {
|
|
9086
8871
|
var title = _ref.title,
|
|
9087
8872
|
text = _ref.text,
|
|
@@ -9097,7 +8882,7 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
9097
8882
|
titleCharLimit = _ref$titleCharLimit === void 0 ? 40 : _ref$titleCharLimit;
|
|
9098
8883
|
var _ref2 = link || {},
|
|
9099
8884
|
linkText = _ref2.text,
|
|
9100
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8885
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$k);
|
|
9101
8886
|
var truncatedText = text == null ? void 0 : text.substring(0, copyCharLimit);
|
|
9102
8887
|
var truncatedTitle = title == null ? void 0 : title.substring(0, titleCharLimit);
|
|
9103
8888
|
var isTitleUnAvailable = !title;
|
|
@@ -9125,10 +8910,10 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
9125
8910
|
}, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restLink), linkText))) : null));
|
|
9126
8911
|
};
|
|
9127
8912
|
|
|
9128
|
-
var _excluded$
|
|
8913
|
+
var _excluded$l = ["link"];
|
|
9129
8914
|
var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
9130
8915
|
var link = _ref.link,
|
|
9131
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8916
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$l);
|
|
9132
8917
|
var coreLink = link && _extends({}, link, {
|
|
9133
8918
|
color: ThemeColor['base-white'],
|
|
9134
8919
|
bgColor: ThemeColor['base-black']
|
|
@@ -9140,10 +8925,10 @@ var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
|
9140
8925
|
})));
|
|
9141
8926
|
};
|
|
9142
8927
|
|
|
9143
|
-
var _excluded$
|
|
8928
|
+
var _excluded$m = ["link"];
|
|
9144
8929
|
var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
9145
8930
|
var link = _ref.link,
|
|
9146
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8931
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$m);
|
|
9147
8932
|
var cinemaLink = link && _extends({}, link, {
|
|
9148
8933
|
color: ThemeColor['base-black'],
|
|
9149
8934
|
bgColor: ThemeColor['base-white']
|
|
@@ -9157,17 +8942,17 @@ var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
|
9157
8942
|
})));
|
|
9158
8943
|
};
|
|
9159
8944
|
|
|
9160
|
-
var _templateObject$$, _templateObject2$M, _templateObject3$
|
|
8945
|
+
var _templateObject$$, _templateObject2$M, _templateObject3$z, _templateObject4$u, _templateObject5$n, _templateObject6$i, _templateObject7$d, _templateObject8$9;
|
|
9161
8946
|
var ImpactWrapper = /*#__PURE__*/styled.div(_templateObject$$ || (_templateObject$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n position: relative;\n display: flex;\n background: var(--base-color-black);\n\n @media ", " {\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n }\n"])), devices.mobile);
|
|
9162
8947
|
var ImpactHeaderImageWrapper = /*#__PURE__*/styled.div(_templateObject2$M || (_templateObject2$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n overflow: hidden;\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n img {\n width: 100%;\n filter: brightness(0.7);\n opacity: 0.95;\n }\n\n @media ", " {\n height: fit-content;\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n\n img {\n height: 100%;\n object-fit: cover;\n }\n }\n"])), devices.mobile);
|
|
9163
|
-
var ImpactGrid = /*#__PURE__*/styled(Grid)(_templateObject3$
|
|
9164
|
-
var SponsorWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
8948
|
+
var ImpactGrid = /*#__PURE__*/styled(Grid)(_templateObject3$z || (_templateObject3$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n align-self: center;\n width: 100%;\n z-index: ", ";\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content min-content;\n grid-template-areas:\n '. . . . . logo logo logo logo logo logo . . . . .'\n '. . . text text text text text text text text text text . . .'\n '. . . button button button button button button button button button button . . .';\n\n @media ", " {\n & {\n height: 100%;\n grid-template-rows: 1fr max-content 1fr;\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .';\n }\n }\n\n @media ", " {\n align-content: center;\n\n & {\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. . text text text text text text text text text text . .'\n '. . button button button button button button button button button button . .';\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
8949
|
+
var SponsorWrapper = /*#__PURE__*/styled.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
9165
8950
|
var LogoWrapper$1 = /*#__PURE__*/styled.div(_templateObject5$n || (_templateObject5$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n align-self: end;\n"])));
|
|
9166
8951
|
var TextWrapper$1 = /*#__PURE__*/styled.div(_templateObject6$i || (_templateObject6$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n color: var(--base-color-white);\n text-align: center;\n margin-top: 40px;\n max-height: calc(2 * var(--line-height-header-3));\n overflow: hidden;\n\n h3 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n max-height: calc(4 * var(--line-height-header-3));\n }\n }\n\n @media ", " {\n & {\n margin-top: 12px;\n max-height: calc(4 * var(--line-height-header-3));\n }\n\n h3 {\n font-size: var(--font-size-header-3);\n letter-spacing: var(--letter-spacing-header-5);\n line-height: var(--line-height-header-5);\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
9167
8952
|
var ButtonWrapper$2 = /*#__PURE__*/styled.div(_templateObject7$d || (_templateObject7$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n align-self: end;\n display: flex;\n justify-content: center;\n margin-top: 40px;\n\n @media ", " {\n & {\n margin-top: 0px;\n margin-bottom: 20px;\n }\n }\n"])), devices.mobile);
|
|
9168
8953
|
var ScrollDownWrapper = /*#__PURE__*/styled.div(_templateObject8$9 || (_templateObject8$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 20px;\n left: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
9169
8954
|
|
|
9170
|
-
var _excluded$
|
|
8955
|
+
var _excluded$n = ["text"];
|
|
9171
8956
|
var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
9172
8957
|
var children = _ref.children,
|
|
9173
8958
|
text = _ref.text,
|
|
@@ -9185,7 +8970,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9185
8970
|
var truncatedText = text == null ? void 0 : text.substring(0, 75);
|
|
9186
8971
|
var _ref2 = link || {},
|
|
9187
8972
|
linkText = _ref2.text,
|
|
9188
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8973
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$n);
|
|
9189
8974
|
return /*#__PURE__*/React__default.createElement(ImpactWrapper, {
|
|
9190
8975
|
bgUrlDesktop: bgUrlDesktop,
|
|
9191
8976
|
bgUrlDevice: bgUrlDevice,
|
|
@@ -9194,9 +8979,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9194
8979
|
"data-testid": "impact-sponsor"
|
|
9195
8980
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9196
8981
|
"data-testid": "impact-custom-sponsor"
|
|
9197
|
-
}, customSponsorImage, {
|
|
9198
|
-
isCustomImage: true
|
|
9199
|
-
}))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
8982
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
9200
8983
|
"data-testid": "impact-picture"
|
|
9201
8984
|
}, bgUrlDevice && (/*#__PURE__*/React__default.createElement("source", {
|
|
9202
8985
|
srcSet: bgUrlDevice,
|
|
@@ -9230,7 +9013,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9230
9013
|
}, "Scroll Down"))) : null);
|
|
9231
9014
|
};
|
|
9232
9015
|
|
|
9233
|
-
var _templateObject$10, _templateObject2$N, _templateObject3$
|
|
9016
|
+
var _templateObject$10, _templateObject2$N, _templateObject3$A, _templateObject4$v, _templateObject5$o;
|
|
9234
9017
|
var PanelGrid = /*#__PURE__*/styled(Grid)(_templateObject$10 || (_templateObject$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n\n ", "\n\n @media ", " {\n grid-template-rows: 48px max-content max-content;\n }\n"])), function (_ref) {
|
|
9235
9018
|
var color = _ref.color;
|
|
9236
9019
|
return "\n background-color: " + (color ? "var(--base-color-" + color + ")" : 'var(--base-color-core)') + ";\n color: " + (color === Colors.White ? 'var(--base-color-black)' : 'var(--base-color-white)') + ";\n ";
|
|
@@ -9242,8 +9025,8 @@ var LeftPanel = /*#__PURE__*/styled.div(_templateObject2$N || (_templateObject2$
|
|
|
9242
9025
|
var hasImage = _ref3.hasImage;
|
|
9243
9026
|
return hasImage ? '3 / 1 / 4 / 15' : '1 / 1 / 3 / 15';
|
|
9244
9027
|
});
|
|
9245
|
-
var RightPanel = /*#__PURE__*/styled.div(_templateObject3$
|
|
9246
|
-
var InfoWrapper$2 = /*#__PURE__*/styled.div(_templateObject4$
|
|
9028
|
+
var RightPanel = /*#__PURE__*/styled.div(_templateObject3$A || (_templateObject3$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n background-color: var(--base-color-black);\n\n @media ", " {\n grid-area: 2 / 1 / 3 / 15;\n }\n"])), devices.mobileAndTablet);
|
|
9029
|
+
var InfoWrapper$2 = /*#__PURE__*/styled.div(_templateObject4$v || (_templateObject4$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 36px;\n max-height: 33vw;\n overflow: hidden;\n\n :first-child * {\n margin-block-start: 0;\n }\n\n @media ", " {\n margin: 36px 20px;\n max-height: unset;\n }\n"])), devices.mobileAndTablet);
|
|
9247
9030
|
var ScrollDownWrapper$1 = /*#__PURE__*/styled.div(_templateObject5$o || (_templateObject5$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0 0 25px 36px;\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
9248
9031
|
|
|
9249
9032
|
var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
@@ -9277,10 +9060,10 @@ var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
|
9277
9060
|
var _templateObject$11;
|
|
9278
9061
|
var StreamWrapper = /*#__PURE__*/styled.div(_templateObject$11 || (_templateObject$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2::selection,\n div::selection {\n color: #1866dc;\n background-color: #fff;\n }\n"])));
|
|
9279
9062
|
|
|
9280
|
-
var _excluded$
|
|
9063
|
+
var _excluded$o = ["link"];
|
|
9281
9064
|
var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
9282
9065
|
var link = _ref.link,
|
|
9283
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
9066
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$o);
|
|
9284
9067
|
var streamLink = link && _extends({}, link, {
|
|
9285
9068
|
color: ThemeColor['base-black'],
|
|
9286
9069
|
bgColor: ThemeColor['base-white']
|
|
@@ -9294,11 +9077,11 @@ var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
|
9294
9077
|
}))));
|
|
9295
9078
|
};
|
|
9296
9079
|
|
|
9297
|
-
var _templateObject$12, _templateObject2$O, _templateObject3$
|
|
9080
|
+
var _templateObject$12, _templateObject2$O, _templateObject3$B, _templateObject4$w, _templateObject5$p, _templateObject6$j, _templateObject7$e, _templateObject8$a, _templateObject9$5, _templateObject0$5, _templateObject1$3;
|
|
9298
9081
|
var Wrapper$5 = /*#__PURE__*/styled.section(_templateObject$12 || (_templateObject$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
9299
9082
|
var ImageWrapper = /*#__PURE__*/styled.div(_templateObject2$O || (_templateObject2$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n picture,\n img {\n width: 100%;\n height: 100%;\n }\n"])));
|
|
9300
|
-
var SponsorWrapper$1 = /*#__PURE__*/styled.div(_templateObject3$
|
|
9301
|
-
var ImageButtonWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
9083
|
+
var SponsorWrapper$1 = /*#__PURE__*/styled.div(_templateObject3$B || (_templateObject3$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
9084
|
+
var ImageButtonWrapper = /*#__PURE__*/styled.div(_templateObject4$w || (_templateObject4$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n right: var(--grid-outer-margin);\n bottom: 20px;\n z-index: 10;\n\n @media ", " {\n right: var(--grid-margin);\n bottom: 10px;\n }\n"])), devices.tablet);
|
|
9302
9085
|
var ContentSection = /*#__PURE__*/styled.div(_templateObject5$p || (_templateObject5$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--heading-promo-bg-color);\n border-bottom: ", ";\n display: ", ";\n\n @media ", " {\n padding: 12px 0 20px;\n }\n"])), function (_ref) {
|
|
9303
9086
|
var theme = _ref.theme;
|
|
9304
9087
|
return theme == ThemeType.Cinema ? '2px solid var(--color-base-light-grey)' : 'none';
|
|
@@ -9316,14 +9099,14 @@ var MainButtonWrapper = /*#__PURE__*/styled.div(_templateObject8$a || (_template
|
|
|
9316
9099
|
return isAdditionalButtonPresent ? '20px' : '0';
|
|
9317
9100
|
});
|
|
9318
9101
|
var AdditionalButtonWrapper = /*#__PURE__*/styled.div(_templateObject9$5 || (_templateObject9$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n width: 100%;\n display: flex;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9319
|
-
var TitleWrapper$3 = /*#__PURE__*/styled.div(
|
|
9102
|
+
var TitleWrapper$3 = /*#__PURE__*/styled.div(_templateObject0$5 || (_templateObject0$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: center;\n padding: 10px 0;\n\n h1,\n h2,\n h3 {\n color: ", ";\n }\n\n @media ", " {\n padding: 0;\n order: 2;\n margin-bottom: ", ";\n }\n"])), function (_ref5) {
|
|
9320
9103
|
var theme = _ref5.theme;
|
|
9321
9104
|
return theme == ThemeType.Cinema ? 'var(--color-base-black)' : 'var(--color-base-white)';
|
|
9322
9105
|
}, devices.mobile, function (_ref6) {
|
|
9323
9106
|
var isButtonPresent = _ref6.isButtonPresent;
|
|
9324
9107
|
return isButtonPresent ? '20px' : '0';
|
|
9325
9108
|
});
|
|
9326
|
-
var ContentWrapper$2 = /*#__PURE__*/styled.div(
|
|
9109
|
+
var ContentWrapper$2 = /*#__PURE__*/styled.div(_templateObject1$3 || (_templateObject1$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n min-height: 70px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n @media ", " {\n min-height: auto;\n flex-direction: column;\n justify-content: start;\n }\n"])), devices.mobile);
|
|
9327
9110
|
|
|
9328
9111
|
var PageHeadingPromoBadge;
|
|
9329
9112
|
(function (PageHeadingPromoBadge) {
|
|
@@ -9429,10 +9212,12 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9429
9212
|
additionalLink = _ref.additionalLink,
|
|
9430
9213
|
image = _ref.image;
|
|
9431
9214
|
var _useViewport = useViewport(),
|
|
9432
|
-
isMobile = _useViewport.isMobile
|
|
9215
|
+
isMobile = _useViewport.isMobile,
|
|
9216
|
+
hydrated = _useViewport.hydrated;
|
|
9433
9217
|
var showImageButton = !title && !badge && !additionalLink && !isMobile;
|
|
9434
9218
|
var showContentBlock = !!title || !!additionalLink || !!mainLink && isMobile;
|
|
9435
9219
|
var truncatedTitle = title ? truncate(title, TITLE_MAX_LENGTH) : null;
|
|
9220
|
+
if (!hydrated) return null;
|
|
9436
9221
|
return /*#__PURE__*/React__default.createElement(Wrapper$5, {
|
|
9437
9222
|
className: className
|
|
9438
9223
|
}, sponsor && (/*#__PURE__*/React__default.createElement(SponsorWrapper$1, {
|
|
@@ -9480,7 +9265,13 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9480
9265
|
theme: theme,
|
|
9481
9266
|
link: mainLink,
|
|
9482
9267
|
isMobile: isMobile
|
|
9483
|
-
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null,
|
|
9268
|
+
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, badge && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9269
|
+
isBadgePresent: !!badge
|
|
9270
|
+
}, /*#__PURE__*/React__default.createElement(Badge, {
|
|
9271
|
+
theme: theme,
|
|
9272
|
+
badge: badge,
|
|
9273
|
+
isMobile: isMobile
|
|
9274
|
+
}))), title && (/*#__PURE__*/React__default.createElement(TitleWrapper$3, {
|
|
9484
9275
|
theme: theme,
|
|
9485
9276
|
isButtonPresent: !!mainLink || !!additionalLink
|
|
9486
9277
|
}, /*#__PURE__*/React__default.createElement(HarmonicHeader, {
|
|
@@ -9492,22 +9283,18 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9492
9283
|
theme: theme,
|
|
9493
9284
|
link: mainLink,
|
|
9494
9285
|
isMobile: isMobile
|
|
9495
|
-
}))),
|
|
9286
|
+
}))), !badge && additionalLink && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9496
9287
|
isBadgePresent: !!badge
|
|
9497
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
9498
|
-
theme: theme,
|
|
9499
|
-
badge: badge,
|
|
9500
|
-
isMobile: isMobile
|
|
9501
|
-
}), !badge && (/*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9288
|
+
}, /*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9502
9289
|
theme: theme,
|
|
9503
9290
|
link: additionalLink
|
|
9504
|
-
})))))))))))
|
|
9291
|
+
})))))))))));
|
|
9505
9292
|
};
|
|
9506
9293
|
|
|
9507
|
-
var _templateObject$13, _templateObject2$P, _templateObject3$
|
|
9294
|
+
var _templateObject$13, _templateObject2$P, _templateObject3$C, _templateObject5$q, _templateObject6$k, _templateObject7$f, _templateObject8$b, _templateObject9$6, _templateObject0$6;
|
|
9508
9295
|
var BrandingTextBlock = /*#__PURE__*/styled.div(_templateObject$13 || (_templateObject$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-2);\n font-family: var(--font-family-header);\n text-transform: uppercase;\n margin: 0;\n white-space: nowrap;\n @media screen and (max-width: 920px) {\n white-space: normal;\n }\n @media ", " {\n white-space: nowrap;\n }\n"])), devices.mobile);
|
|
9509
9296
|
var BrandingTextBody = /*#__PURE__*/styled.div(_templateObject2$P || (_templateObject2$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-size: var(--font-size-heading-6);\n line-height: var(--line-height-heading-6);\n"])));
|
|
9510
|
-
var ComapctHeaderWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
9297
|
+
var ComapctHeaderWrapper = /*#__PURE__*/styled.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
9511
9298
|
var CompactHeaderAssetWrapper = /*#__PURE__*/styled.div(_templateObject5$q || (_templateObject5$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 37.5vw;\n width: 100%;\n position: relative;\n overflow: hidden;\n background-color: #000;\n img {\n position: relative;\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n video {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n object-fit: contain;\n @media ", " {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n margin: auto;\n height: auto;\n max-height: 100vh;\n width: 100%;\n object-fit: contain;\n }\n }\n @media ", " {\n height: 85vw;\n max-height: 100vh;\n }\n"])), devices.mobile, devices.mobile);
|
|
9512
9299
|
var CompactHeaderCopyWrapper = /*#__PURE__*/styled(Grid)(_templateObject6$k || (_templateObject6$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n height: 160px;\n grid-template-rows: min-content min-content;\n grid-template-rows: min-content min-content;\n grid-template-columns: [logo] 1fr [title] 3fr [cta] 1fr;\n align-content: center;\n gap: 0;\n background-color: ", ";\n color: ", ";\n\n svg {\n width: 210px;\n fill: ", ";\n }\n\n h1::selection,\n div::selection {\n ", ";\n }\n\n @media ", " {\n svg {\n width: 145px;\n }\n }\n\n @media ", " {\n display: flex;\n flex-direction: column;\n height: auto;\n padding: 32px 20px;\n\n svg {\n width: 180px;\n }\n }\n"])), function (_ref) {
|
|
9513
9300
|
var invert = _ref.invert,
|
|
@@ -9528,7 +9315,7 @@ var CompactHeaderCopyWrapper = /*#__PURE__*/styled(Grid)(_templateObject6$k || (
|
|
|
9528
9315
|
var CompactHeaderLogoWrapper = /*#__PURE__*/styled.div(_templateObject7$f || (_templateObject7$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: logo;\n padding-left: 50px;\n justify-content: left;\n align-items: center;\n width: 100%;\n @media ", " {\n padding-left: 0px;\n justify-content: center;\n }\n @media ", " {\n width: fit-content;\n }\n"])), devices.mobile, devices.tablet);
|
|
9529
9316
|
var CompactHeaderTitleWrapper = /*#__PURE__*/styled.div(_templateObject8$b || (_templateObject8$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: title;\n align-items: center;\n justify-content: center;\n font-family: var(--font-family-header);\n text-transform: uppercase;\n text-align: center;\n padding: 0 2em;\n @media ", " {\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9530
9317
|
var CompactHeaderCTAWrapper = /*#__PURE__*/styled.div(_templateObject9$6 || (_templateObject9$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: cta;\n justify-content: right;\n align-items: center;\n padding-right: 50px;\n @media ", " {\n padding-right: 0px;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9531
|
-
var PrimaryButtonWithInversion = /*#__PURE__*/styled(PrimaryButton)(
|
|
9318
|
+
var PrimaryButtonWithInversion = /*#__PURE__*/styled(PrimaryButton)(_templateObject0$6 || (_templateObject0$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n color: ", ";\n svg {\n fill: ", ";\n path {\n fill: ", ";\n }\n }\n min-width: 145px;\n"])), function (_ref5) {
|
|
9532
9319
|
var invert = _ref5.invert,
|
|
9533
9320
|
theme = _ref5.theme;
|
|
9534
9321
|
return invert ? theme.colors.primary : theme.colors.white;
|
|
@@ -9617,7 +9404,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
9617
9404
|
return /*#__PURE__*/React__default.createElement(CompactHeaderLogoWrapper, null, renderBranding(brandingStyle, invert, brandingText, brandingLink));
|
|
9618
9405
|
};
|
|
9619
9406
|
|
|
9620
|
-
var _excluded$
|
|
9407
|
+
var _excluded$p = ["text"];
|
|
9621
9408
|
var useResponsiveVideo = function useResponsiveVideo(video, poster) {
|
|
9622
9409
|
var mobileVideo = video.mobile || video.desktop;
|
|
9623
9410
|
var desktopVideo = video.desktop || video.mobile;
|
|
@@ -9724,7 +9511,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9724
9511
|
semanticLevel = _ref4$semanticLevel === void 0 ? 1 : _ref4$semanticLevel;
|
|
9725
9512
|
var _ref5 = link || {},
|
|
9726
9513
|
linkText = _ref5.text,
|
|
9727
|
-
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$
|
|
9514
|
+
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$p);
|
|
9728
9515
|
var titleSize = title && title.length > 20 ? 4 : 3;
|
|
9729
9516
|
var video = {
|
|
9730
9517
|
elementId: 'compact-header-video',
|
|
@@ -9740,9 +9527,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9740
9527
|
"data-testid": "compact-sponsor"
|
|
9741
9528
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9742
9529
|
"data-testid": "compact-custom-sponsor"
|
|
9743
|
-
}, customSponsorImage, {
|
|
9744
|
-
isCustomImage: true
|
|
9745
|
-
}))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9530
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9746
9531
|
video: video,
|
|
9747
9532
|
poster: poster
|
|
9748
9533
|
})), showCopy && (/*#__PURE__*/React__default.createElement(CompactHeaderCopyWrapper, {
|
|
@@ -9762,15 +9547,15 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9762
9547
|
}), linkText))))));
|
|
9763
9548
|
};
|
|
9764
9549
|
|
|
9765
|
-
var _templateObject$14, _templateObject2$Q, _templateObject3$
|
|
9550
|
+
var _templateObject$14, _templateObject2$Q, _templateObject3$D, _templateObject4$x;
|
|
9766
9551
|
var MorePages = /*#__PURE__*/styled.span(_templateObject$14 || (_templateObject$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n pointer-events: none;\n"])));
|
|
9767
9552
|
var PageNumberWrapper = /*#__PURE__*/styled.ol(_templateObject2$Q || (_templateObject2$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 40px;\n margin-bottom: 40px;\n flex-wrap: nowrap;\n flex-direction: row;\n list-style: none;\n padding: 0;\n max-width: fit-content;\n margin: auto;\n li {\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n margin-left: 16px;\n color: var(--base-color-dark-grey);\n display: flex;\n align-items: center;\n border-bottom: 1px solid rgba(0, 0, 0, 0);\n }\n"])));
|
|
9768
9553
|
// PageNumber extends bodyText but uses subtitle-1 font size
|
|
9769
|
-
var PageNumber = /*#__PURE__*/styled.a(_templateObject3$
|
|
9554
|
+
var PageNumber = /*#__PURE__*/styled.a(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: inherit;\n margin: 0;\n border-bottom: 1px solid transparent;\n line-height: var(--base-line-height);\n text-decoration: none;\n font-family: var(--font-family-body-1);\n :hover {\n color: var(--base-color-core);\n border-bottom: 1px solid var(--base-color-core);\n svg > path {\n fill: var(--base-color-core);\n }\n }\n /* active state - string used because react returns error for bool */\n ", "\n"])), function (_ref) {
|
|
9770
9555
|
var active = _ref.active;
|
|
9771
9556
|
return active === 'true' && " \n color: var(--base-color-core);\n ";
|
|
9772
9557
|
});
|
|
9773
|
-
var NextPage = /*#__PURE__*/styled(PageNumber)(_templateObject4$
|
|
9558
|
+
var NextPage = /*#__PURE__*/styled(PageNumber)(_templateObject4$x || (_templateObject4$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
9774
9559
|
|
|
9775
9560
|
var reducePages = function reducePages(pages, currentPage) {
|
|
9776
9561
|
// If there are less than 6 pages, return all pages
|
|
@@ -9836,11 +9621,11 @@ var Pagination = function Pagination(_ref) {
|
|
|
9836
9621
|
})))));
|
|
9837
9622
|
};
|
|
9838
9623
|
|
|
9839
|
-
var _templateObject$15, _templateObject2$R, _templateObject3$
|
|
9624
|
+
var _templateObject$15, _templateObject2$R, _templateObject3$E, _templateObject4$y, _templateObject5$r, _templateObject6$l, _templateObject7$g;
|
|
9840
9625
|
var PeopleListingGrid = /*#__PURE__*/styled(Grid)(_templateObject$15 || (_templateObject$15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: var(--line-height-people-listing-gap) var(--grid-column-gap);\n\n p {\n margin: 0;\n }\n\n grid-template-columns: 1fr 1fr 1fr;\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr 1fr 1fr;\n }\n"])), devices.mobile, devices.tablet, devices.largeDesktop);
|
|
9841
9626
|
var PersonWrapper = /*#__PURE__*/styled.div(_templateObject2$R || (_templateObject2$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 60px 1fr;\n grid-template-areas: 'headshot role-person';\n grid-column-gap: 10px;\n"])));
|
|
9842
|
-
var HeadshotWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
9843
|
-
var RoleWrapper = /*#__PURE__*/styled.div(_templateObject4$
|
|
9627
|
+
var HeadshotWrapper = /*#__PURE__*/styled.div(_templateObject3$E || (_templateObject3$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: headshot;\n img {\n width: 60px;\n height: 60px;\n }\n"])));
|
|
9628
|
+
var RoleWrapper = /*#__PURE__*/styled.div(_templateObject4$y || (_templateObject4$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n overflow-wrap: break-word;\n margin-bottom: 4px;\n"])));
|
|
9844
9629
|
var TextWrapper$2 = /*#__PURE__*/styled.div(_templateObject5$r || (_templateObject5$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: role-person;\n break-inside: avoid;\n"])));
|
|
9845
9630
|
var PersonLink = /*#__PURE__*/styled.a(_templateObject6$l || (_templateObject6$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-black);\n text-decoration: underline;\n\n :hover {\n color: var(--base-color-primary);\n :after {\n color: var(--base-color-black);\n }\n }\n\n :visited {\n color: var(--base-color-black);\n }\n"])));
|
|
9846
9631
|
var ReplacementWrapper = /*#__PURE__*/styled.span(_templateObject7$g || (_templateObject7$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n"])));
|
|
@@ -9900,14 +9685,14 @@ var PeopleListing = function PeopleListing(_ref) {
|
|
|
9900
9685
|
}));
|
|
9901
9686
|
};
|
|
9902
9687
|
|
|
9903
|
-
var _templateObject$16, _templateObject2$S, _templateObject3$
|
|
9688
|
+
var _templateObject$16, _templateObject2$S, _templateObject3$F, _templateObject4$z;
|
|
9904
9689
|
var ReplacementWrapper$1 = /*#__PURE__*/styled.div(_templateObject$16 || (_templateObject$16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n"])));
|
|
9905
9690
|
var CreditListingWrapper = /*#__PURE__*/styled(PeopleListingGrid)(_templateObject2$S || (_templateObject2$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n p {\n line-height: 1.5;\n }\n\n grid-template-columns: ", ";\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: repeat(2, 1fr);\n }\n"])), function (_ref) {
|
|
9906
9691
|
var columnCount = _ref.columnCount;
|
|
9907
9692
|
return "repeat(" + columnCount + ", 1fr)";
|
|
9908
9693
|
}, devices.mobile, devices.tablet);
|
|
9909
|
-
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
9910
|
-
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$
|
|
9694
|
+
var DescriptionWrapper = /*#__PURE__*/styled.div(_templateObject3$F || (_templateObject3$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height: 25px;\n margin-bottom: 3px;\n }\n"])));
|
|
9695
|
+
var RoleWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n min-height: 1.5em;\n"])));
|
|
9911
9696
|
|
|
9912
9697
|
// Get the total character length of a property in an array of objects
|
|
9913
9698
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
@@ -10025,7 +9810,7 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
10025
9810
|
}, creditEntries);
|
|
10026
9811
|
};
|
|
10027
9812
|
|
|
10028
|
-
var _templateObject$17, _templateObject2$T, _templateObject3$
|
|
9813
|
+
var _templateObject$17, _templateObject2$T, _templateObject3$G, _templateObject4$A, _templateObject5$s, _templateObject6$m, _templateObject7$h, _templateObject8$c, _templateObject9$7, _templateObject0$7, _templateObject1$4, _templateObject10$3, _templateObject11$3, _templateObject12$3, _templateObject13$2, _templateObject14$1, _templateObject15$1, _templateObject16, _templateObject17, _templateObject18, _templateObject19;
|
|
10029
9814
|
var LENGTH_TEXT = 28;
|
|
10030
9815
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
10031
9816
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
@@ -10043,8 +9828,8 @@ var PromoWithTagsGrid = /*#__PURE__*/styled(Grid)(_templateObject$17 || (_templa
|
|
|
10043
9828
|
return asCard ? "\n grid-template-areas: " + GridTemplateAsCard + ";\n @media " + devices.tablet + " {\n grid-template-areas: " + GridTemplateAsCardTablet + ";\n }\n " : "";
|
|
10044
9829
|
});
|
|
10045
9830
|
var PromoWithTagsSubtitle = /*#__PURE__*/styled.span(_templateObject2$T || (_templateObject2$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
10046
|
-
var PromoWithTagsText = /*#__PURE__*/styled.div(_templateObject3$
|
|
10047
|
-
var ButtonsContainer$2 = /*#__PURE__*/styled.div(_templateObject4$
|
|
9831
|
+
var PromoWithTagsText = /*#__PURE__*/styled.div(_templateObject3$G || (_templateObject3$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n h5,\n h6 {\n margin: 0 0 4px 0;\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-2);\n font-weight: var(--font-weight-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n text-transform: var(--text-transform-subtitle);\n overflow-wrap: break-word;\n }\n\n em {\n font-family: var(--font-family-body-italics);\n }\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n"])));
|
|
9832
|
+
var ButtonsContainer$2 = /*#__PURE__*/styled.div(_templateObject4$A || (_templateObject4$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 24px;\n\n ", ";\n\n ", "\n\n @media ", " {\n gap: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref4) {
|
|
10048
9833
|
var hasTextLinks = _ref4.hasTextLinks;
|
|
10049
9834
|
return "margin-top: " + (hasTextLinks ? '0' : '24px') + ";";
|
|
10050
9835
|
}, function (_ref5) {
|
|
@@ -10076,32 +9861,32 @@ var PromoWithTagsAdditionalText = /*#__PURE__*/styled(PromoWithTagsText)(_templa
|
|
|
10076
9861
|
var TextLinksContainer = /*#__PURE__*/styled.div(_templateObject7$h || (_templateObject7$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n margin: 24px 0 4px 0;\n"])));
|
|
10077
9862
|
var TextLinkWrapper$3 = /*#__PURE__*/styled.div(_templateObject8$c || (_templateObject8$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 24px;\n margin-bottom: 20px;\n\n &:last-child {\n margin-right: 0;\n }\n"])));
|
|
10078
9863
|
var ExtraContentWrapper = /*#__PURE__*/styled.div(_templateObject9$7 || (_templateObject9$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-right: 68px;\n\n iframe {\n height: 800px;\n }\n\n @media ", " {\n padding: 30px 0 0;\n }\n\n @media ", " {\n padding: 0;\n position: initial;\n }\n"])), devices.tablet, devices.mobile);
|
|
10079
|
-
var IconWrapper$2 = /*#__PURE__*/styled.div(
|
|
10080
|
-
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled.div(
|
|
10081
|
-
var MobileTitleWrapper = /*#__PURE__*/styled.div(
|
|
10082
|
-
var PromoWithTagsTypeTags = /*#__PURE__*/styled(TypeTags)(
|
|
10083
|
-
var PromoWithTagsHeader = /*#__PURE__*/styled(Header)(
|
|
10084
|
-
var PromoWithTagsTextLink = /*#__PURE__*/styled(TextLink)(
|
|
10085
|
-
var asCardOverrides = /*#__PURE__*/css(
|
|
10086
|
-
var PromoWithTagsExtraContentWrapper = /*#__PURE__*/styled.div(
|
|
9864
|
+
var IconWrapper$2 = /*#__PURE__*/styled.div(_templateObject0$7 || (_templateObject0$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n position: absolute;\n top: 25px;\n right: 35px;\n width: 24px;\n height: 24px;\n\n @media ", " {\n top: 30px;\n right: 30px;\n }\n\n @media ", " {\n top: 3px;\n right: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
9865
|
+
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled.div(_templateObject1$4 || (_templateObject1$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--button-height);\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
9866
|
+
var MobileTitleWrapper = /*#__PURE__*/styled.div(_templateObject10$3 || (_templateObject10$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n margin: 0 50px 0 20px;\n\n h2,\n h3 {\n margin: 0;\n }\n\n @media ", " {\n display: block;\n }\n"])), devices.mobile);
|
|
9867
|
+
var PromoWithTagsTypeTags = /*#__PURE__*/styled(TypeTags)(_templateObject11$3 || (_templateObject11$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9868
|
+
var PromoWithTagsHeader = /*#__PURE__*/styled(Header)(_templateObject12$3 || (_templateObject12$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9869
|
+
var PromoWithTagsTextLink = /*#__PURE__*/styled(TextLink)(_templateObject13$2 || (_templateObject13$2 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9870
|
+
var asCardOverrides = /*#__PURE__*/css(_templateObject14$1 || (_templateObject14$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", " {\n font-size: var(--font-size-subtitle-2);\n }\n\n ", " {\n font-size: var(--font-size-overline-1);\n }\n\n ", " {\n flex-direction: row;\n @media ", " {\n flex-direction: row;\n }\n }\n\n ", " {\n font-size: var(--font-size-overline-2);\n font-weight: var(--font-weight-overline-2);\n line-height: var(--line-height-overline-2);\n letter-spacing: var(--letter-spacing-overline-2);\n }\n"])), PromoWithTagsSubtitle, PromoWithTagsTypeTags, ButtonsContainer$2, devices.tablet, PromoWithTagsTextLink);
|
|
9871
|
+
var PromoWithTagsExtraContentWrapper = /*#__PURE__*/styled.div(_templateObject15$1 || (_templateObject15$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n grid-area: left;\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row1;\n }\n }\n"])), function (_ref8) {
|
|
10087
9872
|
var imageToLeft = _ref8.imageToLeft;
|
|
10088
9873
|
return imageToLeft ? 'left' : 'right';
|
|
10089
9874
|
}, devices.mobile);
|
|
10090
|
-
var PromoWithTagsContentWrapper = /*#__PURE__*/styled.div(
|
|
9875
|
+
var PromoWithTagsContentWrapper = /*#__PURE__*/styled.div(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n display: ", ";\n grid-area: row2;\n align-self: start;\n }\n }\n\n ", "\n"])), function (_ref9) {
|
|
10091
9876
|
var imageToLeft = _ref9.imageToLeft;
|
|
10092
9877
|
return imageToLeft ? 'right' : 'left';
|
|
10093
|
-
}, devices.mobile, function (
|
|
10094
|
-
var hideSection =
|
|
9878
|
+
}, devices.mobile, function (_ref0) {
|
|
9879
|
+
var hideSection = _ref0.hideSection;
|
|
10095
9880
|
return hideSection ? 'none' : 'block';
|
|
10096
|
-
}, function (
|
|
10097
|
-
var asCard =
|
|
9881
|
+
}, function (_ref1) {
|
|
9882
|
+
var asCard = _ref1.asCard;
|
|
10098
9883
|
return asCard && asCardOverrides;
|
|
10099
9884
|
});
|
|
10100
|
-
var PromoWithTagsContainer = /*#__PURE__*/styled.div(
|
|
10101
|
-
var TimerWrapper$2 = /*#__PURE__*/styled.div(
|
|
10102
|
-
var EndDateText = /*#__PURE__*/styled.div(
|
|
9885
|
+
var PromoWithTagsContainer = /*#__PURE__*/styled.div(_templateObject17 || (_templateObject17 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2,\n h3 {\n margin: 0 0 16px;\n }\n"])));
|
|
9886
|
+
var TimerWrapper$2 = /*#__PURE__*/styled.div(_templateObject18 || (_templateObject18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n"])));
|
|
9887
|
+
var EndDateText = /*#__PURE__*/styled.div(_templateObject19 || (_templateObject19 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid var(--base-color-black);\n padding-bottom: 32px;\n margin-bottom: 32px;\n\n @media ", " {\n padding-bottom: 20px;\n margin-bottom: 20px;\n }\n"])), devices.mobile);
|
|
10103
9888
|
|
|
10104
|
-
var _excluded$
|
|
9889
|
+
var _excluded$q = ["text"],
|
|
10105
9890
|
_excluded2$4 = ["text"],
|
|
10106
9891
|
_excluded3 = ["text"];
|
|
10107
9892
|
var _buttonTypeToButton$2;
|
|
@@ -10164,7 +9949,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10164
9949
|
var _ref2 = firstButton || {},
|
|
10165
9950
|
_ref2$text = _ref2.text,
|
|
10166
9951
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10167
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
9952
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$q);
|
|
10168
9953
|
var primaryButtonTextTruncate = truncate(firstButtonText, LENGTH_TEXT$1);
|
|
10169
9954
|
var secondButton = links == null ? void 0 : links[1];
|
|
10170
9955
|
var _ref3 = secondButton || {},
|
|
@@ -10277,7 +10062,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10277
10062
|
}))));
|
|
10278
10063
|
};
|
|
10279
10064
|
|
|
10280
|
-
var _templateObject$18, _templateObject2$U, _templateObject3$
|
|
10065
|
+
var _templateObject$18, _templateObject2$U, _templateObject3$H, _templateObject4$B, _templateObject5$t, _templateObject6$n, _templateObject7$i;
|
|
10281
10066
|
var LENGTH_TEXT$2 = 28;
|
|
10282
10067
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
10283
10068
|
var PromoWithTitleGrid = /*#__PURE__*/styled(Grid)(_templateObject$18 || (_templateObject$18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n"])), function (_ref) {
|
|
@@ -10291,11 +10076,11 @@ var PromoWithTitleImageWrapper = /*#__PURE__*/styled.div(_templateObject2$U || (
|
|
|
10291
10076
|
var imageToLeft = _ref3.imageToLeft;
|
|
10292
10077
|
return imageToLeft ? 'left' : 'right';
|
|
10293
10078
|
}, devices.mobile);
|
|
10294
|
-
var PromoWithTitleContentWrapper = /*#__PURE__*/styled.div(_templateObject3$
|
|
10079
|
+
var PromoWithTitleContentWrapper = /*#__PURE__*/styled.div(_templateObject3$H || (_templateObject3$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n }\n"])), function (_ref4) {
|
|
10295
10080
|
var imageToLeft = _ref4.imageToLeft;
|
|
10296
10081
|
return imageToLeft ? 'right' : 'left';
|
|
10297
10082
|
}, devices.mobile);
|
|
10298
|
-
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled(HarmonicHeader)(_templateObject4$
|
|
10083
|
+
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled(HarmonicHeader)(_templateObject4$B || (_templateObject4$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 32px;\n\n @media ", " {\n padding-bottom: 24px;\n }\n"])), devices.mobile);
|
|
10299
10084
|
var HarmonicSubtitleWithWrapper = /*#__PURE__*/styled(HarmonicSubtitle)(_templateObject5$t || (_templateObject5$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-wrap: break-word;\n margin-bottom: 16px;\n"])));
|
|
10300
10085
|
var BodyCopyHarmonicWithWrapper$1 = /*#__PURE__*/styled(BodyCopyHarmonic)(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n margin-bottom: 32px;\n whiete-space: break-spaces;\n overflow-wrap: break-word;\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobile);
|
|
10301
10086
|
var ButtonsContainer$3 = /*#__PURE__*/styled.div(_templateObject7$i || (_templateObject7$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 32px;\n\n ", "\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref5) {
|
|
@@ -10433,7 +10218,7 @@ var PromoChild = function PromoChild(_ref) {
|
|
|
10433
10218
|
}));
|
|
10434
10219
|
};
|
|
10435
10220
|
|
|
10436
|
-
var _excluded$
|
|
10221
|
+
var _excluded$r = ["text"],
|
|
10437
10222
|
_excluded2$5 = ["text"];
|
|
10438
10223
|
var LENGTH_TEXT$3 = 28;
|
|
10439
10224
|
var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
@@ -10458,7 +10243,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10458
10243
|
var _ref2 = primaryButton || {},
|
|
10459
10244
|
_ref2$text = _ref2.text,
|
|
10460
10245
|
primaryButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10461
|
-
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10246
|
+
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$r);
|
|
10462
10247
|
var primaryButtonTextTruncate = truncate(primaryButtonText, LENGTH_TEXT$3);
|
|
10463
10248
|
var tertiaryButton = links == null ? void 0 : links[1];
|
|
10464
10249
|
var _ref3 = tertiaryButton || {},
|
|
@@ -10556,7 +10341,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
10556
10341
|
})));
|
|
10557
10342
|
};
|
|
10558
10343
|
|
|
10559
|
-
var _templateObject$1b, _templateObject2$V, _templateObject3$
|
|
10344
|
+
var _templateObject$1b, _templateObject2$V, _templateObject3$I;
|
|
10560
10345
|
var Container$3 = /*#__PURE__*/styled.div(_templateObject$1b || (_templateObject$1b = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
10561
10346
|
var RadioGroup$1 = /*#__PURE__*/styled.div(_templateObject2$V || (_templateObject2$V = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n flex-direction: ", ";\n gap: ", ";\n"])), function (_ref) {
|
|
10562
10347
|
var horizontalMode = _ref.horizontalMode;
|
|
@@ -10566,7 +10351,7 @@ var RadioGroup$1 = /*#__PURE__*/styled.div(_templateObject2$V || (_templateObjec
|
|
|
10566
10351
|
var gap = _ref2.gap;
|
|
10567
10352
|
return gap + "px";
|
|
10568
10353
|
});
|
|
10569
|
-
var ErrorLabel$4 = /*#__PURE__*/styled.div(_templateObject3$
|
|
10354
|
+
var ErrorLabel$4 = /*#__PURE__*/styled.div(_templateObject3$I || (_templateObject3$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: ", ";\n"])), function (_ref3) {
|
|
10570
10355
|
var darkMode = _ref3.darkMode;
|
|
10571
10356
|
if (darkMode) return 'var(--base-color-white)';
|
|
10572
10357
|
return 'var(--base-color-errorstate)';
|
|
@@ -10643,10 +10428,10 @@ var RadioGroup2 = function RadioGroup2(_ref) {
|
|
|
10643
10428
|
}, error))));
|
|
10644
10429
|
};
|
|
10645
10430
|
|
|
10646
|
-
var _templateObject$1c, _templateObject2$W, _templateObject3$
|
|
10431
|
+
var _templateObject$1c, _templateObject2$W, _templateObject3$J;
|
|
10647
10432
|
var StatusBannerWrapper = /*#__PURE__*/styled.div(_templateObject$1c || (_templateObject$1c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 26px 150px;\n display: flex;\n justify-content: space-between;\n background-color: var(--base-color-light-grey);\n transition: transform 0.3s ease;\n transform-origin: top;\n\n @media ", " {\n padding: 20px 20px;\n }\n\n @media ", " {\n padding: 20px 50px;\n }\n\n &.closing {\n transform: scaleY(0);\n }\n"])), devices.mobile, devices.tablet);
|
|
10648
10433
|
var ContentContainer$3 = /*#__PURE__*/styled.div(_templateObject2$W || (_templateObject2$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.3s ease-in-out;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n"])));
|
|
10649
|
-
var SvgContainer$3 = /*#__PURE__*/styled.div(_templateObject3$
|
|
10434
|
+
var SvgContainer$3 = /*#__PURE__*/styled.div(_templateObject3$J || (_templateObject3$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n align-items: end;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n padding-left: 50px;\n }\n\n cursor: pointer;\n\n @media ", " {\n padding-left: 20px;\n }\n"])), devices.mobile);
|
|
10650
10435
|
|
|
10651
10436
|
/* eslint-disable react/no-danger */
|
|
10652
10437
|
var StatusBanner = function StatusBanner(_ref) {
|
|
@@ -10731,7 +10516,7 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
10731
10516
|
}, description)))));
|
|
10732
10517
|
};
|
|
10733
10518
|
|
|
10734
|
-
var _templateObject$1e, _templateObject2$X, _templateObject3$
|
|
10519
|
+
var _templateObject$1e, _templateObject2$X, _templateObject3$K, _templateObject4$C, _templateObject5$u, _templateObject6$o, _templateObject7$j, _templateObject8$d, _templateObject9$8, _templateObject0$8, _templateObject1$5;
|
|
10735
10520
|
var stateStyles = /*#__PURE__*/css(_templateObject$1e || (_templateObject$1e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n &:focus,\n &.focus {\n outline: ", ";\n }\n\n &.disabled {\n background-color: ", ";\n color: ", ";\n pointer-events: none;\n cursor: none;\n }\n"])), function (_ref) {
|
|
10736
10521
|
var theme = _ref.theme;
|
|
10737
10522
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
@@ -10746,8 +10531,8 @@ var borderStyles = /*#__PURE__*/css(_templateObject2$X || (_templateObject2$X =
|
|
|
10746
10531
|
var theme = _ref4.theme;
|
|
10747
10532
|
return theme.colors.darkgrey;
|
|
10748
10533
|
});
|
|
10749
|
-
var noMarginAndPaddingStyles = /*#__PURE__*/css(_templateObject3$
|
|
10750
|
-
var listItemStyles = /*#__PURE__*/css(_templateObject4$
|
|
10534
|
+
var noMarginAndPaddingStyles = /*#__PURE__*/css(_templateObject3$K || (_templateObject3$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
10535
|
+
var listItemStyles = /*#__PURE__*/css(_templateObject4$C || (_templateObject4$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n list-style: none;\n user-select: none;\n"])));
|
|
10751
10536
|
var ArrowIcon = /*#__PURE__*/styled(Icon).attrs(function (_ref5) {
|
|
10752
10537
|
var theme = _ref5.theme;
|
|
10753
10538
|
return {
|
|
@@ -10769,9 +10554,9 @@ var Option = /*#__PURE__*/styled.li(_templateObject9$8 || (_templateObject9$8 =
|
|
|
10769
10554
|
return "\n background-color: " + lightgrey + ";\n &:hover { background-color: " + midgrey + " }\n ";
|
|
10770
10555
|
});
|
|
10771
10556
|
var selectStyles = function selectStyles(width, height) {
|
|
10772
|
-
return css(
|
|
10557
|
+
return css(_templateObject0$8 || (_templateObject0$8 = _taggedTemplateLiteralLoose(["\n position: relative;\n z-index: ", ";\n\n width: ", ";\n height: ", ";\n\n * {\n width: ", ";\n }\n\n ", " {\n position: absolute;\n top: ", ";\n }\n ", " {\n height: ", ";\n }\n p {\n height: ", ";\n padding-inline: 20px;\n\n display: flex;\n align-items: center;\n }\n"])), zIndexes[3], width, height, width, Options, height, Option, height, height);
|
|
10773
10558
|
};
|
|
10774
|
-
var SelectList = /*#__PURE__*/styled.ul(
|
|
10559
|
+
var SelectList = /*#__PURE__*/styled.ul(_templateObject1$5 || (_templateObject1$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n ", "\n ", "\n ", "\n ", "\n\n & ", " {\n position: absolute;\n\n top: 13px;\n right: 16px;\n }\n"])), function (_ref7) {
|
|
10775
10560
|
var width = _ref7.width,
|
|
10776
10561
|
height = _ref7.height;
|
|
10777
10562
|
return selectStyles(width === 'default' ? "354px" : width + "px", height === 'default' ? "48px" : height + "px");
|
|
@@ -11112,7 +10897,7 @@ function Select(_ref3) {
|
|
|
11112
10897
|
})))), /*#__PURE__*/React__default.createElement(ArrowIcon, null)));
|
|
11113
10898
|
}
|
|
11114
10899
|
|
|
11115
|
-
var _templateObject$1f, _templateObject2$Y, _templateObject3$
|
|
10900
|
+
var _templateObject$1f, _templateObject2$Y, _templateObject3$L, _templateObject4$D;
|
|
11116
10901
|
var Container$4 = /*#__PURE__*/styled.div(_templateObject$1f || (_templateObject$1f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
11117
10902
|
var SelectWrapper$1 = /*#__PURE__*/styled.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n\n .harmonic-select__control {\n min-height: 48px;\n border-radius: 0;\n transition: none;\n border: ", ";\n &:hover {\n border-color: ", ";\n }\n }\n .harmonic-select__control--is-focused {\n border-color: var(--base-color-dark-grey);\n box-shadow: ", ";\n }\n .harmonic-select__control--menu-is-open {\n .harmonic-select__indicator {\n svg {\n transform: rotate(180deg);\n }\n }\n }\n .harmonic-select__indicator {\n font-size: 25px;\n padding: 0;\n margin-right: 12px;\n color: var(--base-color-black);\n svg {\n height: 1em;\n width: 1em;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n }\n .harmonic-select__single-value,\n .harmonic-select__placeholder {\n margin-left: 0;\n margin-right: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n }\n .harmonic-select__placeholder {\n color: var(--base-color-dark-grey);\n }\n .harmonic-select__single-value {\n color: var(--base-color-black);\n }\n .harmonic-select__value-container {\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 1px;\n padding-bottom: 0px;\n }\n .harmonic-select--is-disabled {\n .harmonic-select__control {\n border: 1px solid var(--base-color-light-grey);\n background: var(--base-color-light-grey);\n }\n .harmonic-select__indicator,\n .harmonic-select__single-value {\n color: var(--base-color-dark-grey);\n }\n }\n .harmonic-select__menu {\n margin-top: -1px;\n box-shadow: none;\n border-radius: 0;\n border: 1px solid var(--base-color-dark-grey);\n background: var(--base-color-light-grey);\n }\n .harmonic-select__menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .harmonic-select__option {\n padding: 10px 20px;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n &:active,\n &.harmonic-select__option--is-focused {\n background: var(--base-color-mid-grey);\n }\n }\n .harmonic-select__option--is-selected {\n color: var(--base-color-black);\n background: none;\n }\n .harmonic-select__input-container {\n margin: 0;\n padding-top: 0;\n padding-bottom: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n }\n .harmonic-select__menu-notice {\n padding: 20px 20px;\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-align: left;\n }\n .harmonic-select__menu-notice--loading {\n font-style: italic;\n }\n"])), function (_ref) {
|
|
11118
10903
|
var width = _ref.width;
|
|
@@ -11131,18 +10916,18 @@ var SelectWrapper$1 = /*#__PURE__*/styled.div(_templateObject2$Y || (_templateOb
|
|
|
11131
10916
|
if (darkMode) return "0 0 0 4px var(--base-color-lemonchiffon)";
|
|
11132
10917
|
return "0 0 0 3px var(--base-color-lapislazuli)";
|
|
11133
10918
|
});
|
|
11134
|
-
var TextLabel$4 = /*#__PURE__*/styled.div(_templateObject3$
|
|
10919
|
+
var TextLabel$4 = /*#__PURE__*/styled.div(_templateObject3$L || (_templateObject3$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 0 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
11135
10920
|
var darkMode = _ref5.darkMode;
|
|
11136
10921
|
if (darkMode) return "var(--base-color-white)";
|
|
11137
10922
|
return "var(--base-color-black)";
|
|
11138
10923
|
});
|
|
11139
|
-
var ErrorLabel$5 = /*#__PURE__*/styled.div(_templateObject4$
|
|
10924
|
+
var ErrorLabel$5 = /*#__PURE__*/styled.div(_templateObject4$D || (_templateObject4$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 20px 0 0;\n color: ", ";\n"])), function (_ref6) {
|
|
11140
10925
|
var darkMode = _ref6.darkMode;
|
|
11141
10926
|
if (darkMode) return "var(--base-color-white)";
|
|
11142
10927
|
return "var(--base-color-errorstate)";
|
|
11143
10928
|
});
|
|
11144
10929
|
|
|
11145
|
-
var _excluded$
|
|
10930
|
+
var _excluded$s = ["label", "error", "width", "darkMode", "isSearchable", "components"];
|
|
11146
10931
|
var DropdownIndicator = function DropdownIndicator(props) {
|
|
11147
10932
|
return /*#__PURE__*/React__default.createElement(components.DropdownIndicator, Object.assign({}, props), /*#__PURE__*/React__default.createElement(Icon, {
|
|
11148
10933
|
iconName: "DropdownArrow"
|
|
@@ -11193,7 +10978,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11193
10978
|
_ref2$isSearchable = _ref2.isSearchable,
|
|
11194
10979
|
isSearchable = _ref2$isSearchable === void 0 ? false : _ref2$isSearchable,
|
|
11195
10980
|
components = _ref2.components,
|
|
11196
|
-
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10981
|
+
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$s);
|
|
11197
10982
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11198
10983
|
label: label,
|
|
11199
10984
|
error: error,
|
|
@@ -11211,7 +10996,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11211
10996
|
})));
|
|
11212
10997
|
};
|
|
11213
10998
|
|
|
11214
|
-
var _excluded$
|
|
10999
|
+
var _excluded$t = ["label", "error", "width", "darkMode", "components"];
|
|
11215
11000
|
/**
|
|
11216
11001
|
* The Select2Async component is similar to Select 2, but uses react-select async
|
|
11217
11002
|
* component for select instead of regular react-select component. This can be used
|
|
@@ -11233,7 +11018,7 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
11233
11018
|
_ref$darkMode = _ref.darkMode,
|
|
11234
11019
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
11235
11020
|
components = _ref.components,
|
|
11236
|
-
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
11021
|
+
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
|
|
11237
11022
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11238
11023
|
label: label,
|
|
11239
11024
|
error: error,
|
|
@@ -11295,13 +11080,13 @@ var ImageWithCaption = function ImageWithCaption(_ref) {
|
|
|
11295
11080
|
})), caption && /*#__PURE__*/React__default.createElement(CaptionWrapper, null, caption));
|
|
11296
11081
|
};
|
|
11297
11082
|
|
|
11298
|
-
var _templateObject$1h, _templateObject2$_, _templateObject3$
|
|
11083
|
+
var _templateObject$1h, _templateObject2$_, _templateObject3$M;
|
|
11299
11084
|
var TextWrapper$3 = /*#__PURE__*/styled.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h4 {\n margin: 0;\n }\n"])));
|
|
11300
11085
|
var AttributionWrapper = /*#__PURE__*/styled.div(_templateObject2$_ || (_templateObject2$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n"])), function (_ref) {
|
|
11301
11086
|
var displayAttribution = _ref.displayAttribution;
|
|
11302
11087
|
return "display: " + (displayAttribution ? 'block' : 'none') + ";";
|
|
11303
11088
|
});
|
|
11304
|
-
var Line$1 = /*#__PURE__*/styled.div(_templateObject3$
|
|
11089
|
+
var Line$1 = /*#__PURE__*/styled.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-black);\n height: 2px;\n width: 62px;\n margin: 32px 0;\n\n @media ", " {\n height: 1px;\n width: 46px;\n margin: 24px 0;\n }\n"])), devices.mobile);
|
|
11305
11090
|
|
|
11306
11091
|
/* eslint-disable react/no-danger */
|
|
11307
11092
|
var Quote = function Quote(_ref) {
|
|
@@ -11326,11 +11111,11 @@ var Quote = function Quote(_ref) {
|
|
|
11326
11111
|
}, attribution))));
|
|
11327
11112
|
};
|
|
11328
11113
|
|
|
11329
|
-
var _templateObject$1i, _templateObject2$$, _templateObject3$
|
|
11114
|
+
var _templateObject$1i, _templateObject2$$, _templateObject3$N, _templateObject4$E, _templateObject5$v, _templateObject6$p;
|
|
11330
11115
|
var CardContainer$1 = /*#__PURE__*/styled.div(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n width: 100%;\n display: grid;\n grid-template-columns: repeat(7, minmax(0, 1fr));\n gap: 15px;\n min-height: 50px;\n"])));
|
|
11331
11116
|
var ContentContainer$4 = /*#__PURE__*/styled.div(_templateObject2$$ || (_templateObject2$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
11332
|
-
var StyledImage = /*#__PURE__*/styled.img(_templateObject3$
|
|
11333
|
-
var ImageWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$
|
|
11117
|
+
var StyledImage = /*#__PURE__*/styled.img(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
11118
|
+
var ImageWrapper$1 = /*#__PURE__*/styled.div(_templateObject4$E || (_templateObject4$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
11334
11119
|
var IconWrapper$3 = /*#__PURE__*/styled.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: rgba(0, 0, 0, 0.4);\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n span {\n width: 40px;\n height: 40px;\n @media ", " {\n width: 24px;\n height: 24px;\n }\n @media ", " {\n width: 18px;\n height: 18px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
11335
11120
|
var TitleWrapper$4 = /*#__PURE__*/styled.div(_templateObject6$p || (_templateObject6$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 8px;\n div {\n @media ", " {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n"])), devices.mobile);
|
|
11336
11121
|
|
|
@@ -11370,14 +11155,14 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
11370
11155
|
}, title)))));
|
|
11371
11156
|
};
|
|
11372
11157
|
|
|
11373
|
-
var _templateObject$1j, _templateObject2$10, _templateObject3$
|
|
11158
|
+
var _templateObject$1j, _templateObject2$10, _templateObject3$O, _templateObject4$F, _templateObject5$w;
|
|
11374
11159
|
var ReadMoreContainer = /*#__PURE__*/styled.div(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0px 0px 12px 0px !important;\n }\n width: 100%;\n"])));
|
|
11375
11160
|
var LinkContainer = /*#__PURE__*/styled.div(_templateObject2$10 || (_templateObject2$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 24px;\n gap: 8px;\n\n :hover {\n cursor: pointer;\n }\n\n @media print {\n visibility: hidden;\n }\n"])));
|
|
11376
|
-
var FullTextContainer = /*#__PURE__*/styled.div(_templateObject3$
|
|
11161
|
+
var FullTextContainer = /*#__PURE__*/styled.div(_templateObject3$O || (_templateObject3$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
|
|
11377
11162
|
var isVisible = _ref.isVisible;
|
|
11378
11163
|
return isVisible ? 'visible' : 'hidden';
|
|
11379
11164
|
});
|
|
11380
|
-
var IntroTextContainer = /*#__PURE__*/styled.div(_templateObject4$
|
|
11165
|
+
var IntroTextContainer = /*#__PURE__*/styled.div(_templateObject4$F || (_templateObject4$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: hidden;\n }\n"])), function (_ref2) {
|
|
11381
11166
|
var isVisible = _ref2.isVisible;
|
|
11382
11167
|
return isVisible ? 'visible' : 'hidden';
|
|
11383
11168
|
});
|
|
@@ -11462,11 +11247,11 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
11462
11247
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText))));
|
|
11463
11248
|
};
|
|
11464
11249
|
|
|
11465
|
-
var _templateObject$1k, _templateObject2$11, _templateObject3$
|
|
11250
|
+
var _templateObject$1k, _templateObject2$11, _templateObject3$P, _templateObject4$G, _templateObject5$x;
|
|
11466
11251
|
var MenuContainer$2 = /*#__PURE__*/styled.nav(_templateObject$1k || (_templateObject$1k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
11467
11252
|
var MenuList = /*#__PURE__*/styled.ul(_templateObject2$11 || (_templateObject2$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n border-right: 1px solid var(--base-color-", ");\n li {\n margin-left: -5px;\n }\n"])), Colors.LightGrey);
|
|
11468
|
-
var MobileButton = /*#__PURE__*/styled.button(_templateObject3$
|
|
11469
|
-
var MenuItem$1 = /*#__PURE__*/styled.a(_templateObject4$
|
|
11253
|
+
var MobileButton = /*#__PURE__*/styled.button(_templateObject3$P || (_templateObject3$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n margin: 0;\n padding: 16px 46px 14px 20px;\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-radius: 0;\n display: block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n position: relative;\n span {\n width: 25px;\n height: 25px;\n position: absolute;\n top: 50%;\n margin-top: -12px;\n right: 10px;\n }\n"])), Colors.Black, Colors.White, Colors.DarkGrey);
|
|
11254
|
+
var MenuItem$1 = /*#__PURE__*/styled.a(_templateObject4$G || (_templateObject4$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n text-decoration: none;\n margin: 0;\n padding: 16px 20px 15px 5px;\n display: block;\n background: ", ";\n cursor: pointer;\n &:hover {\n background: var(--base-color-", ");\n }\n"])), Colors.Black, function (_ref) {
|
|
11470
11255
|
var isActive = _ref.isActive;
|
|
11471
11256
|
return isActive ? "var(--base-color-" + Colors.MidGrey + ")" : 'none';
|
|
11472
11257
|
}, Colors.MidGrey);
|
|
@@ -11626,14 +11411,14 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
11626
11411
|
});
|
|
11627
11412
|
};
|
|
11628
11413
|
|
|
11629
|
-
var _templateObject$1l, _templateObject2$12, _templateObject3$
|
|
11414
|
+
var _templateObject$1l, _templateObject2$12, _templateObject3$Q, _templateObject4$H, _templateObject5$y, _templateObject6$q;
|
|
11630
11415
|
var Container$5 = /*#__PURE__*/styled.div(_templateObject$1l || (_templateObject$1l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
11631
11416
|
var Sections = /*#__PURE__*/styled.div(_templateObject2$12 || (_templateObject2$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
11632
|
-
var Section = /*#__PURE__*/styled.div(_templateObject3$
|
|
11417
|
+
var Section = /*#__PURE__*/styled.div(_templateObject3$Q || (_templateObject3$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
11633
11418
|
var color = _ref.color;
|
|
11634
11419
|
return "var(--base-color-" + color + ")";
|
|
11635
11420
|
});
|
|
11636
|
-
var BottomLine = /*#__PURE__*/styled.div(_templateObject4$
|
|
11421
|
+
var BottomLine = /*#__PURE__*/styled.div(_templateObject4$H || (_templateObject4$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n"])));
|
|
11637
11422
|
var Text = /*#__PURE__*/styled.div(_templateObject5$y || (_templateObject5$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
11638
11423
|
var color = _ref2.color;
|
|
11639
11424
|
return "var(--base-color-" + color + ")";
|
|
@@ -11720,11 +11505,11 @@ var PasswordStrength = function PasswordStrength(_ref) {
|
|
|
11720
11505
|
}, strengthLabel))));
|
|
11721
11506
|
};
|
|
11722
11507
|
|
|
11723
|
-
var _templateObject$1m, _templateObject2$13, _templateObject3$
|
|
11508
|
+
var _templateObject$1m, _templateObject2$13, _templateObject3$R, _templateObject4$I, _templateObject5$z, _templateObject6$r, _templateObject7$k, _templateObject8$e, _templateObject9$9, _templateObject0$9;
|
|
11724
11509
|
var TableContainer = /*#__PURE__*/styled.table(_templateObject$1m || (_templateObject$1m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11725
11510
|
var Container$6 = /*#__PURE__*/styled.div(_templateObject2$13 || (_templateObject2$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
11726
|
-
var Wrapper$8 = /*#__PURE__*/styled.div(_templateObject3$
|
|
11727
|
-
var TableHeader = /*#__PURE__*/styled.th(_templateObject4$
|
|
11511
|
+
var Wrapper$8 = /*#__PURE__*/styled.div(_templateObject3$R || (_templateObject3$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
11512
|
+
var TableHeader = /*#__PURE__*/styled.th(_templateObject4$I || (_templateObject4$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-subtitle-2);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n padding: 30px 30px 30px 0;\n text-align: left;\n text-transform: uppercase;\n border-bottom: 1px solid;\n border-top: 1px solid;\n border-color: ", ";\n\n &:last-child {\n white-space: nowrap;\n width: auto;\n }\n\n &:not(:last-child) {\n width: ", ";\n }\n\n @media ", " {\n &:last-child {\n white-space: nowrap;\n }\n }\n\n @media ", " {\n padding: 20px 20px 20px 0;\n\n &:last-child {\n white-space: normal;\n }\n }\n"])), function (props) {
|
|
11728
11513
|
return "var(--base-color-" + props.lineColor + ")";
|
|
11729
11514
|
}, function (props) {
|
|
11730
11515
|
return "calc(100% / " + (props.columns - 1) + ")";
|
|
@@ -11741,7 +11526,7 @@ var PageNumber$1 = /*#__PURE__*/styled.button(_templateObject7$k || (_templateOb
|
|
|
11741
11526
|
});
|
|
11742
11527
|
var Next = /*#__PURE__*/styled.span(_templateObject8$e || (_templateObject8$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
11743
11528
|
var ScrollButtons = /*#__PURE__*/styled.div(_templateObject9$9 || (_templateObject9$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n padding: 0 0 24px 0;\n\n div:hover {\n background-color: var(--base-color-light-grey);\n }\n\n > div > div {\n background-color: var(--base-color-light-grey);\n }\n\n svg path {\n fill: var(--base-color-black) !important;\n }\n"])));
|
|
11744
|
-
var AriaDescription$2 = /*#__PURE__*/styled.span(
|
|
11529
|
+
var AriaDescription$2 = /*#__PURE__*/styled.span(_templateObject0$9 || (_templateObject0$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n left: -9999px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n"])));
|
|
11745
11530
|
|
|
11746
11531
|
/* eslint-disable react/no-danger */
|
|
11747
11532
|
var Content = function Content(_ref) {
|
|
@@ -11924,7 +11709,7 @@ var Table = function Table(_ref) {
|
|
|
11924
11709
|
}))))))))));
|
|
11925
11710
|
};
|
|
11926
11711
|
|
|
11927
|
-
var _templateObject$1n, _templateObject2$14, _templateObject3$
|
|
11712
|
+
var _templateObject$1n, _templateObject2$14, _templateObject3$S, _templateObject4$J, _templateObject5$A, _templateObject6$s, _templateObject7$l, _templateObject8$f, _templateObject9$a, _templateObject0$a, _templateObject1$6, _templateObject10$4, _templateObject11$4, _templateObject12$4, _templateObject13$3;
|
|
11928
11713
|
var Wrapper$9 = /*#__PURE__*/styled('div')(_templateObject$1n || (_templateObject$1n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n border-top: 4px solid ", ";\n border-bottom: 4px solid ", ";\n"])), function (_ref) {
|
|
11929
11714
|
var theme = _ref.theme;
|
|
11930
11715
|
return "var(--color-" + theme + ")";
|
|
@@ -11933,23 +11718,23 @@ var Wrapper$9 = /*#__PURE__*/styled('div')(_templateObject$1n || (_templateObjec
|
|
|
11933
11718
|
return "var(--color-" + theme + ")";
|
|
11934
11719
|
});
|
|
11935
11720
|
var SignUpFormWrapper = /*#__PURE__*/styled(Grid)(_templateObject2$14 || (_templateObject2$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n margin-bottom: 32px;\n\n @media ", " {\n margin-bottom: 30px;\n }\n"])), devices.mobile);
|
|
11936
|
-
var SignUpTitleWrapper = /*#__PURE__*/styled('div')(_templateObject3$
|
|
11937
|
-
var Error$1 = /*#__PURE__*/styled.div(_templateObject4$
|
|
11721
|
+
var SignUpTitleWrapper = /*#__PURE__*/styled('div')(_templateObject3$S || (_templateObject3$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n position: relative;\n top: -25px;\n left: -20px;\n height: 52px;\n background: var(--color-base-white);\n display: inline-block;\n padding: 0 20px;\n\n @media ", " {\n top: -18px;\n height: 37px;\n padding: 0 13px;\n left: -13px;\n }\n"])), devices.mobile);
|
|
11722
|
+
var Error$1 = /*#__PURE__*/styled.div(_templateObject4$J || (_templateObject4$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: var(--color-base-errorstate);\n\n a {\n text-decoration: underline;\n color: inherit;\n }\n"])));
|
|
11938
11723
|
var Form = /*#__PURE__*/styled.form(_templateObject5$A || (_templateObject5$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n align-items: center;\n ", " {\n margin-top: -20px;\n }\n a[href] {\n color: inherit;\n }\n"])), Error$1);
|
|
11939
11724
|
var FormFooterWrapper = /*#__PURE__*/styled.div(_templateObject6$s || (_templateObject6$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n gap: 28px;\n align-items: center;\n\n @media ", " {\n flex-direction: column;\n align-items: flex-start;\n }\n"])), devices.mobile);
|
|
11940
11725
|
var ServerError = /*#__PURE__*/styled.div(_templateObject7$l || (_templateObject7$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n color: var(--color-base-errorstate);\n"])));
|
|
11941
11726
|
var CTALinkWrapper = /*#__PURE__*/styled.a(_templateObject8$f || (_templateObject8$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n\n @media ", " {\n text-decoration: underline;\n }\n"])), devices.mobile);
|
|
11942
11727
|
var ButtonWrapper$3 = /*#__PURE__*/styled.div(_templateObject9$a || (_templateObject9$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n all: unset;\n width: fit-content;\n color: var(--base-color-white);\n text-decoration: none;\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
11943
|
-
var FieldsWrapper = /*#__PURE__*/styled.div(
|
|
11944
|
-
var MessageWrapper$1 = /*#__PURE__*/styled.div(
|
|
11945
|
-
var DropdownAreaWrapper = /*#__PURE__*/styled.div(
|
|
11946
|
-
var DropdownWrapper = /*#__PURE__*/styled.div(
|
|
11728
|
+
var FieldsWrapper = /*#__PURE__*/styled.div(_templateObject0$a || (_templateObject0$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 36px;\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 20px;\n }\n"])), devices.mobile);
|
|
11729
|
+
var MessageWrapper$1 = /*#__PURE__*/styled.div(_templateObject1$6 || (_templateObject1$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n div > p {\n margin: 0;\n }\n"])));
|
|
11730
|
+
var DropdownAreaWrapper = /*#__PURE__*/styled.div(_templateObject10$4 || (_templateObject10$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n gap: var(--grid-column-gap);\n cursor: pointer;\n"])));
|
|
11731
|
+
var DropdownWrapper = /*#__PURE__*/styled.div(_templateObject11$4 || (_templateObject11$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n width: fit-content;\n transform: rotate(", ");\n .dropdown-icon > div {\n border-bottom: none;\n color: var(--color-base-black);\n margin: 0;\n }\n"])), function (_ref3) {
|
|
11947
11732
|
var _ref3$isOpen = _ref3.isOpen,
|
|
11948
11733
|
isOpen = _ref3$isOpen === void 0 ? false : _ref3$isOpen;
|
|
11949
11734
|
return isOpen ? '180deg' : '0deg';
|
|
11950
11735
|
});
|
|
11951
|
-
var HiddenInstructions = /*#__PURE__*/styled.div(
|
|
11952
|
-
var SignUpHeader = /*#__PURE__*/styled(Grid)(
|
|
11736
|
+
var HiddenInstructions = /*#__PURE__*/styled.div(_templateObject12$4 || (_templateObject12$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip-path: inset(50%);\n white-space: nowrap;\n border: 0;\n"])));
|
|
11737
|
+
var SignUpHeader = /*#__PURE__*/styled(Grid)(_templateObject13$3 || (_templateObject13$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n row-gap: 0;\n"])));
|
|
11953
11738
|
|
|
11954
11739
|
var themeToColor = function themeToColor(theme) {
|
|
11955
11740
|
switch (theme) {
|
|
@@ -11981,6 +11766,7 @@ var SignUpTitle = function SignUpTitle(_ref) {
|
|
|
11981
11766
|
}, title)));
|
|
11982
11767
|
};
|
|
11983
11768
|
|
|
11769
|
+
/* eslint-disable react/no-danger */
|
|
11984
11770
|
var SignUpMessage = function SignUpMessage(_ref) {
|
|
11985
11771
|
var message = _ref.message,
|
|
11986
11772
|
_ref$withDropdown = _ref.withDropdown,
|
|
@@ -12060,9 +11846,12 @@ var SignUpFormButton = function SignUpFormButton(_ref) {
|
|
|
12060
11846
|
onKeyDown: onKeyDownHandler
|
|
12061
11847
|
};
|
|
12062
11848
|
if (theme === ThemeType.Core) {
|
|
12063
|
-
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps
|
|
11849
|
+
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11850
|
+
role: "button"
|
|
11851
|
+
}), BUTTON_TEXT);
|
|
12064
11852
|
}
|
|
12065
11853
|
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11854
|
+
role: "button",
|
|
12066
11855
|
textColor: ThemeColor['base-white'],
|
|
12067
11856
|
backgroundColor: ThemeColor['base-black'],
|
|
12068
11857
|
hoveredColor: ThemeColor['black-hovered'],
|
|
@@ -12344,10 +12133,10 @@ var SignUpFormComponent = function SignUpFormComponent(_ref) {
|
|
|
12344
12133
|
}))))));
|
|
12345
12134
|
};
|
|
12346
12135
|
|
|
12347
|
-
var _templateObject$1o, _templateObject3$
|
|
12136
|
+
var _templateObject$1o, _templateObject3$T, _templateObject4$K;
|
|
12348
12137
|
var AnchorBarContainer = /*#__PURE__*/styled(Grid)(_templateObject$1o || (_templateObject$1o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n top: 0;\n min-height: 70px;\n background: var(--color-base-white);\n z-index: ", ";\n align-content: center;\n\n @media ", " {\n min-height: 60px;\n }\n"])), zIndexes.anchor, devices.mobile);
|
|
12349
|
-
var CloseButtonWrapper = /*#__PURE__*/styled.a(_templateObject3$
|
|
12350
|
-
var ContentWrapper$3 = /*#__PURE__*/styled.a(_templateObject4$
|
|
12138
|
+
var CloseButtonWrapper = /*#__PURE__*/styled.a(_templateObject3$T || (_templateObject3$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n display: flex;\n align-items: center;\n justify-content: center;\n min-height: 24px;\n min-width: 24px;\n max-height: 24px;\n max-width: 24px;\n border: none;\n padding: 0;\n background: none;\n\n :hover {\n cursor: pointer;\n }\n\n @media ", " {\n min-height: 12px;\n min-width: 12px;\n max-height: 12px;\n max-width: 12px;\n }\n"])), devices.mobile);
|
|
12139
|
+
var ContentWrapper$3 = /*#__PURE__*/styled.a(_templateObject4$K || (_templateObject4$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n"])));
|
|
12351
12140
|
|
|
12352
12141
|
var AnchorBar = function AnchorBar(_ref) {
|
|
12353
12142
|
var cta = _ref.cta,
|
|
@@ -12472,7 +12261,6 @@ var SwipeCarousel = function SwipeCarousel(_ref2) {
|
|
|
12472
12261
|
}));
|
|
12473
12262
|
};
|
|
12474
12263
|
|
|
12475
|
-
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
12476
12264
|
var HighlightsCarousel = function HighlightsCarousel(_ref) {
|
|
12477
12265
|
var logo = _ref.logo,
|
|
12478
12266
|
carouselTitle = _ref.carouselTitle,
|
|
@@ -12612,11 +12400,11 @@ var HarmonicThemeProvider = function HarmonicThemeProvider(_ref) {
|
|
|
12612
12400
|
return themedChildren.length === 1 ? themedChildren[0] : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, themedChildren);
|
|
12613
12401
|
};
|
|
12614
12402
|
|
|
12615
|
-
var _excluded$
|
|
12403
|
+
var _excluded$u = ["logo", "slides"];
|
|
12616
12404
|
var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
12617
12405
|
var logo = _ref.logo,
|
|
12618
12406
|
slides = _ref.slides,
|
|
12619
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12407
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$u);
|
|
12620
12408
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12621
12409
|
var links = processSlideLinks(slide.links);
|
|
12622
12410
|
return _extends({}, slide, {
|
|
@@ -12633,10 +12421,10 @@ var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
|
12633
12421
|
})));
|
|
12634
12422
|
};
|
|
12635
12423
|
|
|
12636
|
-
var _excluded$
|
|
12424
|
+
var _excluded$v = ["slides"];
|
|
12637
12425
|
var HighlightsCore = function HighlightsCore(_ref) {
|
|
12638
12426
|
var slides = _ref.slides,
|
|
12639
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12427
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$v);
|
|
12640
12428
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12641
12429
|
var links = processSlideLinks(slide.links);
|
|
12642
12430
|
return _extends({}, slide, {
|
|
@@ -12650,11 +12438,11 @@ var HighlightsCore = function HighlightsCore(_ref) {
|
|
|
12650
12438
|
})));
|
|
12651
12439
|
};
|
|
12652
12440
|
|
|
12653
|
-
var _excluded$
|
|
12441
|
+
var _excluded$w = ["logo", "slides"];
|
|
12654
12442
|
var HighlightsStream = function HighlightsStream(_ref) {
|
|
12655
12443
|
var logo = _ref.logo,
|
|
12656
12444
|
slides = _ref.slides,
|
|
12657
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12445
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$w);
|
|
12658
12446
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12659
12447
|
var links = processSlideLinks(slide.links);
|
|
12660
12448
|
return _extends({}, slide, {
|
|
@@ -12671,9 +12459,9 @@ var HighlightsStream = function HighlightsStream(_ref) {
|
|
|
12671
12459
|
})));
|
|
12672
12460
|
};
|
|
12673
12461
|
|
|
12674
|
-
var _templateObject$1p, _templateObject3$
|
|
12462
|
+
var _templateObject$1p, _templateObject3$U;
|
|
12675
12463
|
var CarouselWrapper$1 = /*#__PURE__*/styled.div(_templateObject$1p || (_templateObject$1p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: none;\n display: flex;\n\n .swipe-slide {\n width: 100%;\n }\n"])));
|
|
12676
|
-
var ButtonsWrapper$1 = /*#__PURE__*/styled.div(_templateObject3$
|
|
12464
|
+
var ButtonsWrapper$1 = /*#__PURE__*/styled.div(_templateObject3$U || (_templateObject3$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n flex-direction: column;\n margin-left: 6px;\n"])));
|
|
12677
12465
|
|
|
12678
12466
|
var MinimalCarousel = function MinimalCarousel(_ref) {
|
|
12679
12467
|
var children = _ref.children;
|
|
@@ -12736,483 +12524,489 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1q || (_templa
|
|
|
12736
12524
|
}, function (_ref9) {
|
|
12737
12525
|
var theme = _ref9.theme;
|
|
12738
12526
|
return theme.colors.lightgrey;
|
|
12527
|
+
}, function (_ref0) {
|
|
12528
|
+
var theme = _ref0.theme;
|
|
12529
|
+
return theme.colors.error;
|
|
12530
|
+
}, function (_ref1) {
|
|
12531
|
+
var theme = _ref1.theme;
|
|
12532
|
+
return theme.colors.medium;
|
|
12739
12533
|
}, function (_ref10) {
|
|
12740
12534
|
var theme = _ref10.theme;
|
|
12741
|
-
return theme.colors.
|
|
12535
|
+
return theme.colors.good;
|
|
12742
12536
|
}, function (_ref11) {
|
|
12743
12537
|
var theme = _ref11.theme;
|
|
12744
|
-
return theme.colors.
|
|
12538
|
+
return theme.colors.darkgrey;
|
|
12745
12539
|
}, function (_ref12) {
|
|
12746
12540
|
var theme = _ref12.theme;
|
|
12747
|
-
return theme.colors.
|
|
12541
|
+
return theme.colors.midgrey;
|
|
12748
12542
|
}, function (_ref13) {
|
|
12749
12543
|
var theme = _ref13.theme;
|
|
12750
|
-
return theme.colors.
|
|
12544
|
+
return theme.colors.lightgrey;
|
|
12751
12545
|
}, function (_ref14) {
|
|
12752
12546
|
var theme = _ref14.theme;
|
|
12753
|
-
return theme.colors.
|
|
12547
|
+
return theme.colors.error;
|
|
12754
12548
|
}, function (_ref15) {
|
|
12755
12549
|
var theme = _ref15.theme;
|
|
12756
|
-
return theme.colors.
|
|
12550
|
+
return theme.colors.medium;
|
|
12757
12551
|
}, function (_ref16) {
|
|
12758
12552
|
var theme = _ref16.theme;
|
|
12759
|
-
return theme.colors.
|
|
12553
|
+
return theme.colors.good;
|
|
12760
12554
|
}, function (_ref17) {
|
|
12761
12555
|
var theme = _ref17.theme;
|
|
12762
|
-
return theme.colors.
|
|
12556
|
+
return theme.colors.progress;
|
|
12763
12557
|
}, function (_ref18) {
|
|
12764
12558
|
var theme = _ref18.theme;
|
|
12765
|
-
return theme.colors.
|
|
12559
|
+
return theme.colors.navigation;
|
|
12766
12560
|
}, function (_ref19) {
|
|
12767
12561
|
var theme = _ref19.theme;
|
|
12768
|
-
return theme.colors.
|
|
12562
|
+
return theme.colors.lapisLazuli;
|
|
12769
12563
|
}, function (_ref20) {
|
|
12770
12564
|
var theme = _ref20.theme;
|
|
12771
|
-
return theme.colors.
|
|
12565
|
+
return theme.colors.lemonChiffon;
|
|
12772
12566
|
}, function (_ref21) {
|
|
12773
12567
|
var theme = _ref21.theme;
|
|
12774
|
-
return theme.
|
|
12568
|
+
return theme.spacing[12];
|
|
12775
12569
|
}, function (_ref22) {
|
|
12776
12570
|
var theme = _ref22.theme;
|
|
12777
|
-
return theme.
|
|
12571
|
+
return theme.fonts.desktop.lineHeights.buttons;
|
|
12778
12572
|
}, function (_ref23) {
|
|
12779
12573
|
var theme = _ref23.theme;
|
|
12780
|
-
return theme.
|
|
12574
|
+
return theme.buttons.paddingX;
|
|
12781
12575
|
}, function (_ref24) {
|
|
12782
12576
|
var theme = _ref24.theme;
|
|
12783
|
-
return theme.
|
|
12577
|
+
return theme.buttons.paddingY;
|
|
12784
12578
|
}, function (_ref25) {
|
|
12785
12579
|
var theme = _ref25.theme;
|
|
12786
|
-
return theme.buttons.
|
|
12580
|
+
return theme.buttons.paddingYIcon;
|
|
12787
12581
|
}, function (_ref26) {
|
|
12788
12582
|
var theme = _ref26.theme;
|
|
12789
|
-
return theme.buttons.
|
|
12583
|
+
return theme.buttons.iconMargin;
|
|
12790
12584
|
}, function (_ref27) {
|
|
12791
12585
|
var theme = _ref27.theme;
|
|
12792
|
-
return theme.buttons.
|
|
12586
|
+
return theme.buttons.iconWidth;
|
|
12793
12587
|
}, function (_ref28) {
|
|
12794
12588
|
var theme = _ref28.theme;
|
|
12795
|
-
return theme.buttons.
|
|
12589
|
+
return theme.buttons.iconHeight;
|
|
12796
12590
|
}, function (_ref29) {
|
|
12797
12591
|
var theme = _ref29.theme;
|
|
12798
|
-
return theme.buttons
|
|
12592
|
+
return theme.fonts.desktop.sizes.buttons;
|
|
12799
12593
|
}, function (_ref30) {
|
|
12800
12594
|
var theme = _ref30.theme;
|
|
12801
|
-
return theme.buttons
|
|
12595
|
+
return theme.fonts.desktop.weights.buttons;
|
|
12802
12596
|
}, function (_ref31) {
|
|
12803
12597
|
var theme = _ref31.theme;
|
|
12804
|
-
return theme.fonts.desktop.sizes.
|
|
12598
|
+
return theme.fonts.desktop.sizes.headers[1];
|
|
12805
12599
|
}, function (_ref32) {
|
|
12806
12600
|
var theme = _ref32.theme;
|
|
12807
|
-
return theme.fonts.desktop.weights.
|
|
12601
|
+
return theme.fonts.desktop.weights.headers[1];
|
|
12808
12602
|
}, function (_ref33) {
|
|
12809
12603
|
var theme = _ref33.theme;
|
|
12810
|
-
return theme.fonts.desktop.
|
|
12604
|
+
return theme.fonts.desktop.letterSpacing.headers[1];
|
|
12811
12605
|
}, function (_ref34) {
|
|
12812
12606
|
var theme = _ref34.theme;
|
|
12813
|
-
return theme.fonts.desktop.
|
|
12607
|
+
return theme.fonts.desktop.lineHeights.headers[1];
|
|
12814
12608
|
}, function (_ref35) {
|
|
12815
12609
|
var theme = _ref35.theme;
|
|
12816
|
-
return theme.fonts.desktop.
|
|
12610
|
+
return theme.fonts.desktop.margins.headers[1];
|
|
12817
12611
|
}, function (_ref36) {
|
|
12818
12612
|
var theme = _ref36.theme;
|
|
12819
|
-
return theme.fonts.desktop.
|
|
12613
|
+
return theme.fonts.desktop.sizes.headers[2];
|
|
12820
12614
|
}, function (_ref37) {
|
|
12821
12615
|
var theme = _ref37.theme;
|
|
12822
|
-
return theme.fonts.desktop.
|
|
12616
|
+
return theme.fonts.desktop.weights.headers[2];
|
|
12823
12617
|
}, function (_ref38) {
|
|
12824
12618
|
var theme = _ref38.theme;
|
|
12825
|
-
return theme.fonts.desktop.
|
|
12619
|
+
return theme.fonts.desktop.letterSpacing.headers[2];
|
|
12826
12620
|
}, function (_ref39) {
|
|
12827
12621
|
var theme = _ref39.theme;
|
|
12828
|
-
return theme.fonts.desktop.
|
|
12622
|
+
return theme.fonts.desktop.lineHeights.headers[2];
|
|
12829
12623
|
}, function (_ref40) {
|
|
12830
12624
|
var theme = _ref40.theme;
|
|
12831
|
-
return theme.fonts.desktop.
|
|
12625
|
+
return theme.fonts.desktop.margins.headers[2];
|
|
12832
12626
|
}, function (_ref41) {
|
|
12833
12627
|
var theme = _ref41.theme;
|
|
12834
|
-
return theme.fonts.desktop.
|
|
12628
|
+
return theme.fonts.desktop.sizes.headers[3];
|
|
12835
12629
|
}, function (_ref42) {
|
|
12836
12630
|
var theme = _ref42.theme;
|
|
12837
|
-
return theme.fonts.desktop.
|
|
12631
|
+
return theme.fonts.desktop.weights.headers[3];
|
|
12838
12632
|
}, function (_ref43) {
|
|
12839
12633
|
var theme = _ref43.theme;
|
|
12840
|
-
return theme.fonts.desktop.
|
|
12634
|
+
return theme.fonts.desktop.letterSpacing.headers[3];
|
|
12841
12635
|
}, function (_ref44) {
|
|
12842
12636
|
var theme = _ref44.theme;
|
|
12843
|
-
return theme.fonts.desktop.
|
|
12637
|
+
return theme.fonts.desktop.lineHeights.headers[3];
|
|
12844
12638
|
}, function (_ref45) {
|
|
12845
12639
|
var theme = _ref45.theme;
|
|
12846
|
-
return theme.fonts.desktop.
|
|
12640
|
+
return theme.fonts.desktop.margins.headers[3];
|
|
12847
12641
|
}, function (_ref46) {
|
|
12848
12642
|
var theme = _ref46.theme;
|
|
12849
|
-
return theme.fonts.desktop.
|
|
12643
|
+
return theme.fonts.desktop.sizes.headers[4];
|
|
12850
12644
|
}, function (_ref47) {
|
|
12851
12645
|
var theme = _ref47.theme;
|
|
12852
|
-
return theme.fonts.desktop.
|
|
12646
|
+
return theme.fonts.desktop.weights.headers[4];
|
|
12853
12647
|
}, function (_ref48) {
|
|
12854
12648
|
var theme = _ref48.theme;
|
|
12855
|
-
return theme.fonts.desktop.
|
|
12649
|
+
return theme.fonts.desktop.letterSpacing.headers[4];
|
|
12856
12650
|
}, function (_ref49) {
|
|
12857
12651
|
var theme = _ref49.theme;
|
|
12858
|
-
return theme.fonts.desktop.
|
|
12652
|
+
return theme.fonts.desktop.lineHeights.headers[4];
|
|
12859
12653
|
}, function (_ref50) {
|
|
12860
12654
|
var theme = _ref50.theme;
|
|
12861
|
-
return theme.fonts.desktop.
|
|
12655
|
+
return theme.fonts.desktop.margins.headers[4];
|
|
12862
12656
|
}, function (_ref51) {
|
|
12863
12657
|
var theme = _ref51.theme;
|
|
12864
|
-
return theme.fonts.desktop.
|
|
12658
|
+
return theme.fonts.desktop.sizes.headers[5];
|
|
12865
12659
|
}, function (_ref52) {
|
|
12866
12660
|
var theme = _ref52.theme;
|
|
12867
|
-
return theme.fonts.desktop.
|
|
12661
|
+
return theme.fonts.desktop.weights.headers[5];
|
|
12868
12662
|
}, function (_ref53) {
|
|
12869
12663
|
var theme = _ref53.theme;
|
|
12870
|
-
return theme.fonts.desktop.
|
|
12664
|
+
return theme.fonts.desktop.letterSpacing.headers[5];
|
|
12871
12665
|
}, function (_ref54) {
|
|
12872
12666
|
var theme = _ref54.theme;
|
|
12873
|
-
return theme.fonts.desktop.
|
|
12667
|
+
return theme.fonts.desktop.lineHeights.headers[5];
|
|
12874
12668
|
}, function (_ref55) {
|
|
12875
12669
|
var theme = _ref55.theme;
|
|
12876
|
-
return theme.fonts.desktop.
|
|
12670
|
+
return theme.fonts.desktop.margins.headers[5];
|
|
12877
12671
|
}, function (_ref56) {
|
|
12878
12672
|
var theme = _ref56.theme;
|
|
12879
|
-
return theme.fonts.desktop.
|
|
12673
|
+
return theme.fonts.desktop.sizes.headers[6];
|
|
12880
12674
|
}, function (_ref57) {
|
|
12881
12675
|
var theme = _ref57.theme;
|
|
12882
|
-
return theme.fonts.desktop.
|
|
12676
|
+
return theme.fonts.desktop.weights.headers[6];
|
|
12883
12677
|
}, function (_ref58) {
|
|
12884
12678
|
var theme = _ref58.theme;
|
|
12885
|
-
return theme.fonts.desktop.
|
|
12679
|
+
return theme.fonts.desktop.letterSpacing.headers[6];
|
|
12886
12680
|
}, function (_ref59) {
|
|
12887
12681
|
var theme = _ref59.theme;
|
|
12888
|
-
return theme.fonts.desktop.
|
|
12682
|
+
return theme.fonts.desktop.lineHeights.headers[6];
|
|
12889
12683
|
}, function (_ref60) {
|
|
12890
12684
|
var theme = _ref60.theme;
|
|
12891
|
-
return theme.fonts.desktop.
|
|
12685
|
+
return theme.fonts.desktop.margins.headers[6];
|
|
12892
12686
|
}, function (_ref61) {
|
|
12893
12687
|
var theme = _ref61.theme;
|
|
12894
|
-
return theme.fonts.desktop.
|
|
12688
|
+
return theme.fonts.desktop.sizes.altHeaders[3];
|
|
12895
12689
|
}, function (_ref62) {
|
|
12896
12690
|
var theme = _ref62.theme;
|
|
12897
|
-
return theme.fonts.desktop.
|
|
12691
|
+
return theme.fonts.desktop.weights.altHeaders[3];
|
|
12898
12692
|
}, function (_ref63) {
|
|
12899
12693
|
var theme = _ref63.theme;
|
|
12900
|
-
return theme.fonts.desktop.
|
|
12694
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[3];
|
|
12901
12695
|
}, function (_ref64) {
|
|
12902
12696
|
var theme = _ref64.theme;
|
|
12903
|
-
return theme.fonts.desktop.
|
|
12697
|
+
return theme.fonts.desktop.lineHeights.altHeaders[3];
|
|
12904
12698
|
}, function (_ref65) {
|
|
12905
12699
|
var theme = _ref65.theme;
|
|
12906
|
-
return theme.fonts.desktop.
|
|
12700
|
+
return theme.fonts.desktop.sizes.altHeaders[4];
|
|
12907
12701
|
}, function (_ref66) {
|
|
12908
12702
|
var theme = _ref66.theme;
|
|
12909
|
-
return theme.fonts.desktop.
|
|
12703
|
+
return theme.fonts.desktop.weights.altHeaders[4];
|
|
12910
12704
|
}, function (_ref67) {
|
|
12911
12705
|
var theme = _ref67.theme;
|
|
12912
|
-
return theme.fonts.desktop.
|
|
12706
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[4];
|
|
12913
12707
|
}, function (_ref68) {
|
|
12914
12708
|
var theme = _ref68.theme;
|
|
12915
|
-
return theme.fonts.desktop.
|
|
12709
|
+
return theme.fonts.desktop.lineHeights.altHeaders[4];
|
|
12916
12710
|
}, function (_ref69) {
|
|
12917
12711
|
var theme = _ref69.theme;
|
|
12918
|
-
return theme.fonts.desktop.
|
|
12712
|
+
return theme.fonts.desktop.sizes.altHeaders[5];
|
|
12919
12713
|
}, function (_ref70) {
|
|
12920
12714
|
var theme = _ref70.theme;
|
|
12921
|
-
return theme.fonts.desktop.
|
|
12715
|
+
return theme.fonts.desktop.weights.altHeaders[5];
|
|
12922
12716
|
}, function (_ref71) {
|
|
12923
12717
|
var theme = _ref71.theme;
|
|
12924
|
-
return theme.fonts.desktop.
|
|
12718
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[5];
|
|
12925
12719
|
}, function (_ref72) {
|
|
12926
12720
|
var theme = _ref72.theme;
|
|
12927
|
-
return theme.fonts.desktop.
|
|
12721
|
+
return theme.fonts.desktop.lineHeights.altHeaders[5];
|
|
12928
12722
|
}, function (_ref73) {
|
|
12929
12723
|
var theme = _ref73.theme;
|
|
12930
|
-
return theme.fonts.desktop.
|
|
12724
|
+
return theme.fonts.desktop.sizes.altHeaders[6];
|
|
12931
12725
|
}, function (_ref74) {
|
|
12932
12726
|
var theme = _ref74.theme;
|
|
12933
|
-
return theme.fonts.desktop.
|
|
12727
|
+
return theme.fonts.desktop.weights.altHeaders[6];
|
|
12934
12728
|
}, function (_ref75) {
|
|
12935
12729
|
var theme = _ref75.theme;
|
|
12936
|
-
return theme.fonts.desktop.
|
|
12730
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[6];
|
|
12937
12731
|
}, function (_ref76) {
|
|
12938
12732
|
var theme = _ref76.theme;
|
|
12939
|
-
return theme.fonts.desktop.
|
|
12733
|
+
return theme.fonts.desktop.lineHeights.altHeaders[6];
|
|
12940
12734
|
}, function (_ref77) {
|
|
12941
12735
|
var theme = _ref77.theme;
|
|
12942
|
-
return theme.fonts.desktop.
|
|
12736
|
+
return theme.fonts.desktop.sizes.overline[1];
|
|
12943
12737
|
}, function (_ref78) {
|
|
12944
12738
|
var theme = _ref78.theme;
|
|
12945
|
-
return theme.fonts.desktop.
|
|
12739
|
+
return theme.fonts.desktop.weights.overline[1];
|
|
12946
12740
|
}, function (_ref79) {
|
|
12947
12741
|
var theme = _ref79.theme;
|
|
12948
|
-
return theme.fonts.desktop.
|
|
12742
|
+
return theme.fonts.desktop.letterSpacing.overline[1];
|
|
12949
12743
|
}, function (_ref80) {
|
|
12950
12744
|
var theme = _ref80.theme;
|
|
12951
|
-
return theme.fonts.desktop.
|
|
12745
|
+
return theme.fonts.desktop.lineHeights.overline[1];
|
|
12952
12746
|
}, function (_ref81) {
|
|
12953
12747
|
var theme = _ref81.theme;
|
|
12954
|
-
return theme.fonts.desktop.
|
|
12748
|
+
return theme.fonts.desktop.sizes.overline[2];
|
|
12955
12749
|
}, function (_ref82) {
|
|
12956
12750
|
var theme = _ref82.theme;
|
|
12957
|
-
return theme.fonts.desktop.
|
|
12751
|
+
return theme.fonts.desktop.weights.overline[2];
|
|
12958
12752
|
}, function (_ref83) {
|
|
12959
12753
|
var theme = _ref83.theme;
|
|
12960
|
-
return theme.fonts.desktop.
|
|
12754
|
+
return theme.fonts.desktop.letterSpacing.overline[2];
|
|
12961
12755
|
}, function (_ref84) {
|
|
12962
12756
|
var theme = _ref84.theme;
|
|
12963
|
-
return theme.fonts.desktop.
|
|
12757
|
+
return theme.fonts.desktop.lineHeights.overline[2];
|
|
12964
12758
|
}, function (_ref85) {
|
|
12965
12759
|
var theme = _ref85.theme;
|
|
12966
|
-
return theme.fonts.desktop.
|
|
12760
|
+
return theme.fonts.desktop.sizes.overline[3];
|
|
12967
12761
|
}, function (_ref86) {
|
|
12968
12762
|
var theme = _ref86.theme;
|
|
12969
|
-
return theme.fonts.desktop.
|
|
12763
|
+
return theme.fonts.desktop.weights.overline[3];
|
|
12970
12764
|
}, function (_ref87) {
|
|
12971
12765
|
var theme = _ref87.theme;
|
|
12972
|
-
return theme.fonts.desktop.
|
|
12766
|
+
return theme.fonts.desktop.letterSpacing.overline[3];
|
|
12973
12767
|
}, function (_ref88) {
|
|
12974
12768
|
var theme = _ref88.theme;
|
|
12975
|
-
return theme.fonts.desktop.
|
|
12769
|
+
return theme.fonts.desktop.lineHeights.overline[3];
|
|
12976
12770
|
}, function (_ref89) {
|
|
12977
12771
|
var theme = _ref89.theme;
|
|
12978
|
-
return theme.fonts.desktop.
|
|
12772
|
+
return theme.fonts.desktop.sizes.overline[4];
|
|
12979
12773
|
}, function (_ref90) {
|
|
12980
12774
|
var theme = _ref90.theme;
|
|
12981
|
-
return theme.fonts.desktop.
|
|
12775
|
+
return theme.fonts.desktop.weights.overline[4];
|
|
12982
12776
|
}, function (_ref91) {
|
|
12983
12777
|
var theme = _ref91.theme;
|
|
12984
|
-
return theme.fonts.desktop.
|
|
12778
|
+
return theme.fonts.desktop.letterSpacing.overline[4];
|
|
12985
12779
|
}, function (_ref92) {
|
|
12986
12780
|
var theme = _ref92.theme;
|
|
12987
|
-
return theme.fonts.desktop.
|
|
12781
|
+
return theme.fonts.desktop.lineHeights.overline[4];
|
|
12988
12782
|
}, function (_ref93) {
|
|
12989
12783
|
var theme = _ref93.theme;
|
|
12990
|
-
return theme.fonts.desktop.
|
|
12784
|
+
return theme.fonts.desktop.sizes.body[1];
|
|
12991
12785
|
}, function (_ref94) {
|
|
12992
12786
|
var theme = _ref94.theme;
|
|
12993
|
-
return theme.fonts.desktop.
|
|
12787
|
+
return theme.fonts.desktop.weights.body[1];
|
|
12994
12788
|
}, function (_ref95) {
|
|
12995
12789
|
var theme = _ref95.theme;
|
|
12996
|
-
return theme.fonts.desktop.
|
|
12790
|
+
return theme.fonts.desktop.letterSpacing.body[1];
|
|
12997
12791
|
}, function (_ref96) {
|
|
12998
12792
|
var theme = _ref96.theme;
|
|
12999
|
-
return theme.fonts.desktop.
|
|
12793
|
+
return theme.fonts.desktop.lineHeights.body[1];
|
|
13000
12794
|
}, function (_ref97) {
|
|
13001
12795
|
var theme = _ref97.theme;
|
|
13002
|
-
return theme.fonts.desktop.
|
|
12796
|
+
return theme.fonts.desktop.sizes.body[2];
|
|
13003
12797
|
}, function (_ref98) {
|
|
13004
12798
|
var theme = _ref98.theme;
|
|
13005
|
-
return theme.fonts.desktop.
|
|
12799
|
+
return theme.fonts.desktop.weights.body[2];
|
|
13006
12800
|
}, function (_ref99) {
|
|
13007
12801
|
var theme = _ref99.theme;
|
|
13008
|
-
return theme.fonts.desktop.
|
|
12802
|
+
return theme.fonts.desktop.letterSpacing.body[2];
|
|
13009
12803
|
}, function (_ref100) {
|
|
13010
12804
|
var theme = _ref100.theme;
|
|
13011
|
-
return theme.fonts.desktop.
|
|
12805
|
+
return theme.fonts.desktop.lineHeights.body[2];
|
|
13012
12806
|
}, function (_ref101) {
|
|
13013
12807
|
var theme = _ref101.theme;
|
|
13014
|
-
return theme.fonts.desktop.
|
|
12808
|
+
return theme.fonts.desktop.sizes.body[3];
|
|
13015
12809
|
}, function (_ref102) {
|
|
13016
12810
|
var theme = _ref102.theme;
|
|
13017
|
-
return theme.fonts.desktop.
|
|
12811
|
+
return theme.fonts.desktop.weights.body[3];
|
|
13018
12812
|
}, function (_ref103) {
|
|
13019
12813
|
var theme = _ref103.theme;
|
|
13020
|
-
return theme.fonts.desktop.
|
|
12814
|
+
return theme.fonts.desktop.letterSpacing.body[3];
|
|
13021
12815
|
}, function (_ref104) {
|
|
13022
12816
|
var theme = _ref104.theme;
|
|
13023
|
-
return theme.fonts.desktop.
|
|
12817
|
+
return theme.fonts.desktop.lineHeights.body[3];
|
|
13024
12818
|
}, function (_ref105) {
|
|
13025
12819
|
var theme = _ref105.theme;
|
|
13026
|
-
return theme.fonts.desktop.
|
|
12820
|
+
return theme.fonts.desktop.sizes.subtitles[1];
|
|
13027
12821
|
}, function (_ref106) {
|
|
13028
12822
|
var theme = _ref106.theme;
|
|
13029
|
-
return theme.fonts.desktop.
|
|
12823
|
+
return theme.fonts.desktop.weights.subtitles[1];
|
|
13030
12824
|
}, function (_ref107) {
|
|
13031
12825
|
var theme = _ref107.theme;
|
|
13032
|
-
return theme.fonts.desktop.
|
|
12826
|
+
return theme.fonts.desktop.letterSpacing.subtitles[1];
|
|
13033
12827
|
}, function (_ref108) {
|
|
13034
12828
|
var theme = _ref108.theme;
|
|
13035
|
-
return theme.fonts.desktop.
|
|
12829
|
+
return theme.fonts.desktop.lineHeights.subtitles[1];
|
|
13036
12830
|
}, function (_ref109) {
|
|
13037
12831
|
var theme = _ref109.theme;
|
|
13038
|
-
return theme.fonts.desktop.
|
|
12832
|
+
return theme.fonts.desktop.sizes.subtitles[2];
|
|
13039
12833
|
}, function (_ref110) {
|
|
13040
12834
|
var theme = _ref110.theme;
|
|
13041
|
-
return theme.fonts.desktop.
|
|
12835
|
+
return theme.fonts.desktop.weights.subtitles[2];
|
|
13042
12836
|
}, function (_ref111) {
|
|
13043
12837
|
var theme = _ref111.theme;
|
|
13044
|
-
return theme.fonts.desktop.
|
|
12838
|
+
return theme.fonts.desktop.letterSpacing.subtitles[2];
|
|
13045
12839
|
}, function (_ref112) {
|
|
13046
12840
|
var theme = _ref112.theme;
|
|
13047
|
-
return theme.fonts.desktop.
|
|
12841
|
+
return theme.fonts.desktop.lineHeights.subtitles[2];
|
|
13048
12842
|
}, function (_ref113) {
|
|
13049
12843
|
var theme = _ref113.theme;
|
|
13050
|
-
return theme.fonts.desktop.
|
|
12844
|
+
return theme.fonts.desktop.sizes.titleDescription;
|
|
13051
12845
|
}, function (_ref114) {
|
|
13052
12846
|
var theme = _ref114.theme;
|
|
13053
|
-
return theme.fonts.desktop.lineHeights.
|
|
12847
|
+
return theme.fonts.desktop.lineHeights.titleDescription;
|
|
13054
12848
|
}, function (_ref115) {
|
|
13055
12849
|
var theme = _ref115.theme;
|
|
13056
|
-
return theme.fonts.desktop.
|
|
12850
|
+
return theme.fonts.desktop.lineHeights.listing;
|
|
13057
12851
|
}, function (_ref116) {
|
|
13058
12852
|
var theme = _ref116.theme;
|
|
13059
|
-
return theme.fonts.desktop.
|
|
12853
|
+
return theme.fonts.desktop.sizes.listing;
|
|
13060
12854
|
}, function (_ref117) {
|
|
13061
12855
|
var theme = _ref117.theme;
|
|
13062
|
-
return theme.fonts.desktop.lineHeights.
|
|
12856
|
+
return theme.fonts.desktop.lineHeights.peopleListing;
|
|
13063
12857
|
}, function (_ref118) {
|
|
13064
12858
|
var theme = _ref118.theme;
|
|
13065
|
-
return theme.
|
|
12859
|
+
return theme.spacing[6];
|
|
13066
12860
|
}, function (_ref119) {
|
|
13067
12861
|
var theme = _ref119.theme;
|
|
13068
|
-
return theme.fonts.desktop.
|
|
12862
|
+
return theme.fonts.desktop.families.headers;
|
|
13069
12863
|
}, function (_ref120) {
|
|
13070
12864
|
var theme = _ref120.theme;
|
|
13071
|
-
return theme.
|
|
12865
|
+
return theme.fonts.desktop.families.altHeaders;
|
|
13072
12866
|
}, function (_ref121) {
|
|
13073
12867
|
var theme = _ref121.theme;
|
|
13074
|
-
return theme.fonts.desktop.families.
|
|
12868
|
+
return theme.fonts.desktop.families.body;
|
|
13075
12869
|
}, function (_ref122) {
|
|
13076
12870
|
var theme = _ref122.theme;
|
|
13077
|
-
return theme.fonts.desktop.families.
|
|
12871
|
+
return theme.fonts.desktop.families.bodyItalics;
|
|
13078
12872
|
}, function (_ref123) {
|
|
13079
12873
|
var theme = _ref123.theme;
|
|
13080
|
-
return theme.fonts.desktop.families.
|
|
12874
|
+
return theme.fonts.desktop.families.buttons;
|
|
13081
12875
|
}, function (_ref124) {
|
|
13082
12876
|
var theme = _ref124.theme;
|
|
13083
|
-
return theme.fonts.desktop.families.
|
|
12877
|
+
return theme.fonts.desktop.families.overline;
|
|
13084
12878
|
}, function (_ref125) {
|
|
13085
12879
|
var theme = _ref125.theme;
|
|
13086
|
-
return theme.fonts.desktop.families.
|
|
12880
|
+
return theme.fonts.desktop.families.subtitles;
|
|
13087
12881
|
}, function (_ref126) {
|
|
13088
12882
|
var theme = _ref126.theme;
|
|
13089
|
-
return theme.fonts.desktop.families.
|
|
12883
|
+
return theme.fonts.desktop.families.peopleListingRole;
|
|
13090
12884
|
}, function (_ref127) {
|
|
13091
12885
|
var theme = _ref127.theme;
|
|
13092
|
-
return theme.fonts.desktop.families.
|
|
12886
|
+
return theme.fonts.desktop.families.body;
|
|
13093
12887
|
}, function (_ref128) {
|
|
13094
12888
|
var theme = _ref128.theme;
|
|
13095
|
-
return theme.fonts.desktop.
|
|
12889
|
+
return theme.fonts.desktop.fontFeatureSettings.headers;
|
|
13096
12890
|
}, function (_ref129) {
|
|
13097
12891
|
var theme = _ref129.theme;
|
|
13098
|
-
return theme.fonts.desktop.
|
|
12892
|
+
return theme.fonts.desktop.fontFeatureSettings.altHeaders;
|
|
13099
12893
|
}, function (_ref130) {
|
|
13100
12894
|
var theme = _ref130.theme;
|
|
13101
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12895
|
+
return theme.fonts.desktop.fontFeatureSettings.overline;
|
|
13102
12896
|
}, function (_ref131) {
|
|
13103
12897
|
var theme = _ref131.theme;
|
|
13104
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12898
|
+
return theme.fonts.desktop.fontFeatureSettings.subtitles;
|
|
13105
12899
|
}, function (_ref132) {
|
|
13106
12900
|
var theme = _ref132.theme;
|
|
13107
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12901
|
+
return theme.fonts.desktop.fontFeatureSettings.body;
|
|
13108
12902
|
}, function (_ref133) {
|
|
13109
12903
|
var theme = _ref133.theme;
|
|
13110
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12904
|
+
return theme.fonts.desktop.fontFeatureSettings.navigation;
|
|
13111
12905
|
}, function (_ref134) {
|
|
13112
12906
|
var theme = _ref134.theme;
|
|
13113
|
-
return theme.fonts.desktop.
|
|
12907
|
+
return theme.fonts.desktop.transforms.headers;
|
|
13114
12908
|
}, function (_ref135) {
|
|
13115
12909
|
var theme = _ref135.theme;
|
|
13116
|
-
return theme.fonts.desktop.
|
|
12910
|
+
return theme.fonts.desktop.transforms.altHeaders;
|
|
13117
12911
|
}, function (_ref136) {
|
|
13118
12912
|
var theme = _ref136.theme;
|
|
13119
|
-
return theme.fonts.desktop.transforms.
|
|
12913
|
+
return theme.fonts.desktop.transforms.body;
|
|
13120
12914
|
}, function (_ref137) {
|
|
13121
12915
|
var theme = _ref137.theme;
|
|
13122
|
-
return theme.fonts.desktop.transforms.
|
|
12916
|
+
return theme.fonts.desktop.transforms.overline;
|
|
13123
12917
|
}, function (_ref138) {
|
|
13124
12918
|
var theme = _ref138.theme;
|
|
13125
|
-
return theme.fonts.desktop.transforms.
|
|
12919
|
+
return theme.fonts.desktop.transforms.subtitles;
|
|
13126
12920
|
}, function (_ref139) {
|
|
13127
12921
|
var theme = _ref139.theme;
|
|
13128
|
-
return theme.fonts.desktop.
|
|
12922
|
+
return theme.fonts.desktop.wordBreak.headers;
|
|
13129
12923
|
}, function (_ref140) {
|
|
13130
12924
|
var theme = _ref140.theme;
|
|
13131
|
-
return theme.fonts.desktop.
|
|
12925
|
+
return theme.fonts.desktop.wordBreak.altHeaders;
|
|
13132
12926
|
}, function (_ref141) {
|
|
13133
12927
|
var theme = _ref141.theme;
|
|
13134
|
-
return theme.fonts.desktop.wordBreak.
|
|
12928
|
+
return theme.fonts.desktop.wordBreak.body;
|
|
13135
12929
|
}, function (_ref142) {
|
|
13136
12930
|
var theme = _ref142.theme;
|
|
13137
|
-
return theme.fonts.desktop.wordBreak.
|
|
12931
|
+
return theme.fonts.desktop.wordBreak.overline;
|
|
13138
12932
|
}, function (_ref143) {
|
|
13139
12933
|
var theme = _ref143.theme;
|
|
13140
|
-
return theme.fonts.desktop.wordBreak.
|
|
12934
|
+
return theme.fonts.desktop.wordBreak.subtitles;
|
|
13141
12935
|
}, function (_ref144) {
|
|
13142
12936
|
var theme = _ref144.theme;
|
|
13143
|
-
return theme.fonts.desktop.
|
|
12937
|
+
return theme.fonts.desktop.families.navigation;
|
|
13144
12938
|
}, function (_ref145) {
|
|
13145
12939
|
var theme = _ref145.theme;
|
|
13146
|
-
return theme.fonts.desktop.
|
|
12940
|
+
return theme.fonts.desktop.sizes.navigation;
|
|
13147
12941
|
}, function (_ref146) {
|
|
13148
12942
|
var theme = _ref146.theme;
|
|
13149
|
-
return theme.fonts.desktop.
|
|
12943
|
+
return theme.fonts.desktop.weights.navigation;
|
|
13150
12944
|
}, function (_ref147) {
|
|
13151
12945
|
var theme = _ref147.theme;
|
|
13152
|
-
return theme.fonts.desktop.
|
|
12946
|
+
return theme.fonts.desktop.lineHeights.navigation;
|
|
13153
12947
|
}, function (_ref148) {
|
|
13154
12948
|
var theme = _ref148.theme;
|
|
13155
|
-
return theme.fonts.desktop.
|
|
12949
|
+
return theme.fonts.desktop.transforms.navigation;
|
|
13156
12950
|
}, function (_ref149) {
|
|
13157
12951
|
var theme = _ref149.theme;
|
|
13158
|
-
return theme.fonts.desktop.
|
|
12952
|
+
return theme.fonts.desktop.letterSpacing.navigation;
|
|
13159
12953
|
}, function (_ref150) {
|
|
13160
12954
|
var theme = _ref150.theme;
|
|
13161
|
-
return theme.
|
|
12955
|
+
return theme.spacing[4];
|
|
13162
12956
|
}, function (_ref151) {
|
|
13163
12957
|
var theme = _ref151.theme;
|
|
13164
|
-
return theme.
|
|
12958
|
+
return theme.spacing[5];
|
|
13165
12959
|
}, function (_ref152) {
|
|
13166
12960
|
var theme = _ref152.theme;
|
|
13167
|
-
return theme.spacing[
|
|
12961
|
+
return theme.spacing[6];
|
|
13168
12962
|
}, function (_ref153) {
|
|
13169
12963
|
var theme = _ref153.theme;
|
|
13170
|
-
return theme.spacing[
|
|
12964
|
+
return theme.spacing[9];
|
|
13171
12965
|
}, function (_ref154) {
|
|
13172
12966
|
var theme = _ref154.theme;
|
|
13173
|
-
return theme.spacing[
|
|
12967
|
+
return theme.spacing[15];
|
|
13174
12968
|
}, function (_ref155) {
|
|
13175
12969
|
var theme = _ref155.theme;
|
|
13176
|
-
return theme.spacing[
|
|
12970
|
+
return theme.spacing[15];
|
|
13177
12971
|
}, function (_ref156) {
|
|
13178
12972
|
var theme = _ref156.theme;
|
|
13179
|
-
return theme.spacing[
|
|
12973
|
+
return theme.spacing[9];
|
|
13180
12974
|
}, function (_ref157) {
|
|
13181
12975
|
var theme = _ref157.theme;
|
|
13182
|
-
return theme.
|
|
12976
|
+
return theme.fonts.desktop.sizes.search;
|
|
13183
12977
|
}, function (_ref158) {
|
|
13184
12978
|
var theme = _ref158.theme;
|
|
13185
|
-
return theme.
|
|
12979
|
+
return theme.fonts.desktop.families.search;
|
|
13186
12980
|
}, function (_ref159) {
|
|
13187
12981
|
var theme = _ref159.theme;
|
|
13188
|
-
return theme.
|
|
12982
|
+
return theme.grid.desktop.margin;
|
|
13189
12983
|
}, function (_ref160) {
|
|
13190
12984
|
var theme = _ref160.theme;
|
|
13191
|
-
return theme.
|
|
12985
|
+
return theme.grid.desktop.outerMargin;
|
|
13192
12986
|
}, function (_ref161) {
|
|
13193
12987
|
var theme = _ref161.theme;
|
|
13194
|
-
return theme.grid.desktop.
|
|
12988
|
+
return theme.grid.desktop.outerMargin;
|
|
13195
12989
|
}, function (_ref162) {
|
|
13196
12990
|
var theme = _ref162.theme;
|
|
13197
|
-
return theme.grid.desktop.
|
|
12991
|
+
return theme.grid.desktop.gap;
|
|
13198
12992
|
}, function (_ref163) {
|
|
13199
12993
|
var theme = _ref163.theme;
|
|
13200
|
-
return theme.grid.desktop.
|
|
12994
|
+
return theme.grid.desktop.margin;
|
|
13201
12995
|
}, function (_ref164) {
|
|
13202
12996
|
var theme = _ref164.theme;
|
|
13203
|
-
return theme.grid.desktop.
|
|
12997
|
+
return theme.grid.desktop.outerMargin;
|
|
13204
12998
|
}, function (_ref165) {
|
|
13205
12999
|
var theme = _ref165.theme;
|
|
13206
|
-
return theme.grid.desktop.
|
|
13000
|
+
return theme.grid.desktop.gap;
|
|
13207
13001
|
}, function (_ref166) {
|
|
13208
13002
|
var theme = _ref166.theme;
|
|
13209
|
-
return theme.grid.desktop.
|
|
13003
|
+
return theme.grid.desktop.margin;
|
|
13210
13004
|
}, function (_ref167) {
|
|
13211
13005
|
var theme = _ref167.theme;
|
|
13212
|
-
return theme.grid.desktop.
|
|
13006
|
+
return theme.grid.desktop.outerMargin;
|
|
13213
13007
|
}, function (_ref168) {
|
|
13214
13008
|
var theme = _ref168.theme;
|
|
13215
|
-
return theme.grid.desktop.
|
|
13009
|
+
return theme.grid.desktop.gap;
|
|
13216
13010
|
}, function (_ref169) {
|
|
13217
13011
|
var theme = _ref169.theme;
|
|
13218
13012
|
return theme.grid.desktop.outerMargin;
|
|
@@ -13221,349 +13015,349 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1q || (_templa
|
|
|
13221
13015
|
return theme.grid.desktop.gap;
|
|
13222
13016
|
}, function (_ref171) {
|
|
13223
13017
|
var theme = _ref171.theme;
|
|
13224
|
-
return theme.grid.desktop.
|
|
13018
|
+
return theme.grid.desktop.gap;
|
|
13225
13019
|
}, function (_ref172) {
|
|
13226
13020
|
var theme = _ref172.theme;
|
|
13227
|
-
return theme.
|
|
13021
|
+
return theme.footer.desktop.height;
|
|
13228
13022
|
}, function (_ref173) {
|
|
13229
13023
|
var theme = _ref173.theme;
|
|
13230
|
-
return theme.
|
|
13024
|
+
return theme.footer.desktop.paddingTop;
|
|
13231
13025
|
}, function (_ref174) {
|
|
13232
13026
|
var theme = _ref174.theme;
|
|
13233
|
-
return theme.footer.desktop.
|
|
13027
|
+
return theme.footer.desktop.paddingBottom;
|
|
13234
13028
|
}, function (_ref175) {
|
|
13235
13029
|
var theme = _ref175.theme;
|
|
13236
|
-
return theme.footer.desktop.
|
|
13030
|
+
return theme.footer.desktop.itemsGap;
|
|
13237
13031
|
}, function (_ref176) {
|
|
13238
13032
|
var theme = _ref176.theme;
|
|
13239
|
-
return theme.footer.desktop.
|
|
13033
|
+
return theme.footer.desktop.mediaGap;
|
|
13240
13034
|
}, function (_ref177) {
|
|
13241
13035
|
var theme = _ref177.theme;
|
|
13242
|
-
return theme.footer.desktop.
|
|
13036
|
+
return theme.footer.desktop.mediaIconWidth;
|
|
13243
13037
|
}, function (_ref178) {
|
|
13244
13038
|
var theme = _ref178.theme;
|
|
13245
|
-
return theme.footer.desktop.
|
|
13039
|
+
return theme.footer.desktop.mediaIconHeight;
|
|
13246
13040
|
}, function (_ref179) {
|
|
13247
13041
|
var theme = _ref179.theme;
|
|
13248
|
-
return theme.footer.desktop.
|
|
13042
|
+
return theme.footer.desktop.verticalSpacingLarge;
|
|
13249
13043
|
}, function (_ref180) {
|
|
13250
13044
|
var theme = _ref180.theme;
|
|
13251
|
-
return theme.footer.desktop.
|
|
13045
|
+
return theme.footer.desktop.verticalSpacingSmall;
|
|
13252
13046
|
}, function (_ref181) {
|
|
13253
13047
|
var theme = _ref181.theme;
|
|
13254
|
-
return theme.
|
|
13048
|
+
return theme.spacing[2];
|
|
13255
13049
|
}, function (_ref182) {
|
|
13256
13050
|
var theme = _ref182.theme;
|
|
13257
|
-
return theme.
|
|
13051
|
+
return theme.spacing[10];
|
|
13258
13052
|
}, function (_ref183) {
|
|
13259
13053
|
var theme = _ref183.theme;
|
|
13260
|
-
return theme.spacing[
|
|
13054
|
+
return theme.spacing[4];
|
|
13261
13055
|
}, function (_ref184) {
|
|
13262
13056
|
var theme = _ref184.theme;
|
|
13263
|
-
return theme.spacing[
|
|
13057
|
+
return theme.spacing[6];
|
|
13264
13058
|
}, function (_ref185) {
|
|
13265
13059
|
var theme = _ref185.theme;
|
|
13266
|
-
return theme.spacing[
|
|
13267
|
-
}, function (_ref186) {
|
|
13060
|
+
return theme.spacing[1];
|
|
13061
|
+
}, devices.mobile, function (_ref186) {
|
|
13268
13062
|
var theme = _ref186.theme;
|
|
13269
|
-
return theme.
|
|
13063
|
+
return theme.fonts.mobile.sizes.headers[1];
|
|
13270
13064
|
}, function (_ref187) {
|
|
13271
13065
|
var theme = _ref187.theme;
|
|
13272
|
-
return theme.
|
|
13273
|
-
},
|
|
13066
|
+
return theme.fonts.mobile.weights.headers[1];
|
|
13067
|
+
}, function (_ref188) {
|
|
13274
13068
|
var theme = _ref188.theme;
|
|
13275
|
-
return theme.fonts.mobile.
|
|
13069
|
+
return theme.fonts.mobile.letterSpacing.headers[1];
|
|
13276
13070
|
}, function (_ref189) {
|
|
13277
13071
|
var theme = _ref189.theme;
|
|
13278
|
-
return theme.fonts.mobile.
|
|
13072
|
+
return theme.fonts.mobile.lineHeights.headers[1];
|
|
13279
13073
|
}, function (_ref190) {
|
|
13280
13074
|
var theme = _ref190.theme;
|
|
13281
|
-
return theme.fonts.mobile.
|
|
13075
|
+
return theme.fonts.mobile.sizes.headers[2];
|
|
13282
13076
|
}, function (_ref191) {
|
|
13283
13077
|
var theme = _ref191.theme;
|
|
13284
|
-
return theme.fonts.mobile.
|
|
13078
|
+
return theme.fonts.mobile.weights.headers[2];
|
|
13285
13079
|
}, function (_ref192) {
|
|
13286
13080
|
var theme = _ref192.theme;
|
|
13287
|
-
return theme.fonts.mobile.
|
|
13081
|
+
return theme.fonts.mobile.letterSpacing.headers[2];
|
|
13288
13082
|
}, function (_ref193) {
|
|
13289
13083
|
var theme = _ref193.theme;
|
|
13290
|
-
return theme.fonts.mobile.
|
|
13084
|
+
return theme.fonts.mobile.lineHeights.headers[2];
|
|
13291
13085
|
}, function (_ref194) {
|
|
13292
13086
|
var theme = _ref194.theme;
|
|
13293
|
-
return theme.fonts.mobile.
|
|
13087
|
+
return theme.fonts.mobile.sizes.headers[3];
|
|
13294
13088
|
}, function (_ref195) {
|
|
13295
13089
|
var theme = _ref195.theme;
|
|
13296
|
-
return theme.fonts.mobile.
|
|
13090
|
+
return theme.fonts.mobile.weights.headers[3];
|
|
13297
13091
|
}, function (_ref196) {
|
|
13298
13092
|
var theme = _ref196.theme;
|
|
13299
|
-
return theme.fonts.mobile.
|
|
13093
|
+
return theme.fonts.mobile.letterSpacing.headers[3];
|
|
13300
13094
|
}, function (_ref197) {
|
|
13301
13095
|
var theme = _ref197.theme;
|
|
13302
|
-
return theme.fonts.mobile.
|
|
13096
|
+
return theme.fonts.mobile.lineHeights.headers[3];
|
|
13303
13097
|
}, function (_ref198) {
|
|
13304
13098
|
var theme = _ref198.theme;
|
|
13305
|
-
return theme.fonts.mobile.
|
|
13099
|
+
return theme.fonts.mobile.sizes.headers[4];
|
|
13306
13100
|
}, function (_ref199) {
|
|
13307
13101
|
var theme = _ref199.theme;
|
|
13308
|
-
return theme.fonts.mobile.
|
|
13102
|
+
return theme.fonts.mobile.weights.headers[4];
|
|
13309
13103
|
}, function (_ref200) {
|
|
13310
13104
|
var theme = _ref200.theme;
|
|
13311
|
-
return theme.fonts.mobile.
|
|
13105
|
+
return theme.fonts.mobile.letterSpacing.headers[4];
|
|
13312
13106
|
}, function (_ref201) {
|
|
13313
13107
|
var theme = _ref201.theme;
|
|
13314
|
-
return theme.fonts.mobile.
|
|
13108
|
+
return theme.fonts.mobile.lineHeights.headers[4];
|
|
13315
13109
|
}, function (_ref202) {
|
|
13316
13110
|
var theme = _ref202.theme;
|
|
13317
|
-
return theme.fonts.mobile.
|
|
13111
|
+
return theme.fonts.mobile.sizes.headers[5];
|
|
13318
13112
|
}, function (_ref203) {
|
|
13319
13113
|
var theme = _ref203.theme;
|
|
13320
|
-
return theme.fonts.mobile.
|
|
13114
|
+
return theme.fonts.mobile.weights.headers[5];
|
|
13321
13115
|
}, function (_ref204) {
|
|
13322
13116
|
var theme = _ref204.theme;
|
|
13323
|
-
return theme.fonts.mobile.
|
|
13117
|
+
return theme.fonts.mobile.letterSpacing.headers[5];
|
|
13324
13118
|
}, function (_ref205) {
|
|
13325
13119
|
var theme = _ref205.theme;
|
|
13326
|
-
return theme.fonts.mobile.
|
|
13120
|
+
return theme.fonts.mobile.lineHeights.headers[5];
|
|
13327
13121
|
}, function (_ref206) {
|
|
13328
13122
|
var theme = _ref206.theme;
|
|
13329
|
-
return theme.fonts.mobile.
|
|
13123
|
+
return theme.fonts.mobile.sizes.headers[6];
|
|
13330
13124
|
}, function (_ref207) {
|
|
13331
13125
|
var theme = _ref207.theme;
|
|
13332
|
-
return theme.fonts.mobile.
|
|
13126
|
+
return theme.fonts.mobile.weights.headers[6];
|
|
13333
13127
|
}, function (_ref208) {
|
|
13334
13128
|
var theme = _ref208.theme;
|
|
13335
|
-
return theme.fonts.mobile.
|
|
13129
|
+
return theme.fonts.mobile.letterSpacing.headers[6];
|
|
13336
13130
|
}, function (_ref209) {
|
|
13337
13131
|
var theme = _ref209.theme;
|
|
13338
|
-
return theme.fonts.mobile.
|
|
13132
|
+
return theme.fonts.mobile.lineHeights.headers[6];
|
|
13339
13133
|
}, function (_ref210) {
|
|
13340
13134
|
var theme = _ref210.theme;
|
|
13341
|
-
return theme.fonts.mobile.
|
|
13135
|
+
return theme.fonts.mobile.sizes.altHeaders[3];
|
|
13342
13136
|
}, function (_ref211) {
|
|
13343
13137
|
var theme = _ref211.theme;
|
|
13344
|
-
return theme.fonts.mobile.
|
|
13138
|
+
return theme.fonts.mobile.weights.altHeaders[3];
|
|
13345
13139
|
}, function (_ref212) {
|
|
13346
13140
|
var theme = _ref212.theme;
|
|
13347
|
-
return theme.fonts.mobile.
|
|
13141
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[3];
|
|
13348
13142
|
}, function (_ref213) {
|
|
13349
13143
|
var theme = _ref213.theme;
|
|
13350
|
-
return theme.fonts.mobile.
|
|
13144
|
+
return theme.fonts.mobile.lineHeights.altHeaders[3];
|
|
13351
13145
|
}, function (_ref214) {
|
|
13352
13146
|
var theme = _ref214.theme;
|
|
13353
|
-
return theme.fonts.mobile.
|
|
13147
|
+
return theme.fonts.mobile.sizes.altHeaders[4];
|
|
13354
13148
|
}, function (_ref215) {
|
|
13355
13149
|
var theme = _ref215.theme;
|
|
13356
|
-
return theme.fonts.mobile.
|
|
13150
|
+
return theme.fonts.mobile.weights.altHeaders[4];
|
|
13357
13151
|
}, function (_ref216) {
|
|
13358
13152
|
var theme = _ref216.theme;
|
|
13359
|
-
return theme.fonts.mobile.
|
|
13153
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[4];
|
|
13360
13154
|
}, function (_ref217) {
|
|
13361
13155
|
var theme = _ref217.theme;
|
|
13362
|
-
return theme.fonts.mobile.
|
|
13156
|
+
return theme.fonts.mobile.lineHeights.altHeaders[4];
|
|
13363
13157
|
}, function (_ref218) {
|
|
13364
13158
|
var theme = _ref218.theme;
|
|
13365
|
-
return theme.fonts.mobile.
|
|
13159
|
+
return theme.fonts.mobile.sizes.altHeaders[5];
|
|
13366
13160
|
}, function (_ref219) {
|
|
13367
13161
|
var theme = _ref219.theme;
|
|
13368
|
-
return theme.fonts.mobile.
|
|
13162
|
+
return theme.fonts.mobile.weights.altHeaders[5];
|
|
13369
13163
|
}, function (_ref220) {
|
|
13370
13164
|
var theme = _ref220.theme;
|
|
13371
|
-
return theme.fonts.mobile.
|
|
13165
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[5];
|
|
13372
13166
|
}, function (_ref221) {
|
|
13373
13167
|
var theme = _ref221.theme;
|
|
13374
|
-
return theme.fonts.mobile.
|
|
13168
|
+
return theme.fonts.mobile.lineHeights.altHeaders[5];
|
|
13375
13169
|
}, function (_ref222) {
|
|
13376
13170
|
var theme = _ref222.theme;
|
|
13377
|
-
return theme.fonts.mobile.
|
|
13171
|
+
return theme.fonts.mobile.sizes.altHeaders[6];
|
|
13378
13172
|
}, function (_ref223) {
|
|
13379
13173
|
var theme = _ref223.theme;
|
|
13380
|
-
return theme.fonts.mobile.
|
|
13174
|
+
return theme.fonts.mobile.weights.altHeaders[6];
|
|
13381
13175
|
}, function (_ref224) {
|
|
13382
13176
|
var theme = _ref224.theme;
|
|
13383
|
-
return theme.fonts.mobile.
|
|
13177
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[6];
|
|
13384
13178
|
}, function (_ref225) {
|
|
13385
13179
|
var theme = _ref225.theme;
|
|
13386
|
-
return theme.fonts.mobile.
|
|
13180
|
+
return theme.fonts.mobile.lineHeights.altHeaders[6];
|
|
13387
13181
|
}, function (_ref226) {
|
|
13388
13182
|
var theme = _ref226.theme;
|
|
13389
|
-
return theme.fonts.mobile.
|
|
13183
|
+
return theme.fonts.mobile.sizes.overline[1];
|
|
13390
13184
|
}, function (_ref227) {
|
|
13391
13185
|
var theme = _ref227.theme;
|
|
13392
|
-
return theme.fonts.mobile.
|
|
13186
|
+
return theme.fonts.mobile.weights.overline[1];
|
|
13393
13187
|
}, function (_ref228) {
|
|
13394
13188
|
var theme = _ref228.theme;
|
|
13395
|
-
return theme.fonts.mobile.
|
|
13189
|
+
return theme.fonts.mobile.letterSpacing.overline[1];
|
|
13396
13190
|
}, function (_ref229) {
|
|
13397
13191
|
var theme = _ref229.theme;
|
|
13398
|
-
return theme.fonts.mobile.
|
|
13192
|
+
return theme.fonts.mobile.lineHeights.overline[1];
|
|
13399
13193
|
}, function (_ref230) {
|
|
13400
13194
|
var theme = _ref230.theme;
|
|
13401
|
-
return theme.fonts.mobile.
|
|
13195
|
+
return theme.fonts.mobile.sizes.overline[2];
|
|
13402
13196
|
}, function (_ref231) {
|
|
13403
13197
|
var theme = _ref231.theme;
|
|
13404
|
-
return theme.fonts.mobile.
|
|
13198
|
+
return theme.fonts.mobile.weights.overline[2];
|
|
13405
13199
|
}, function (_ref232) {
|
|
13406
13200
|
var theme = _ref232.theme;
|
|
13407
|
-
return theme.fonts.mobile.
|
|
13201
|
+
return theme.fonts.mobile.letterSpacing.overline[2];
|
|
13408
13202
|
}, function (_ref233) {
|
|
13409
13203
|
var theme = _ref233.theme;
|
|
13410
|
-
return theme.fonts.mobile.
|
|
13204
|
+
return theme.fonts.mobile.lineHeights.overline[2];
|
|
13411
13205
|
}, function (_ref234) {
|
|
13412
13206
|
var theme = _ref234.theme;
|
|
13413
|
-
return theme.fonts.mobile.
|
|
13207
|
+
return theme.fonts.mobile.sizes.body[1];
|
|
13414
13208
|
}, function (_ref235) {
|
|
13415
13209
|
var theme = _ref235.theme;
|
|
13416
|
-
return theme.fonts.mobile.
|
|
13210
|
+
return theme.fonts.mobile.weights.body[1];
|
|
13417
13211
|
}, function (_ref236) {
|
|
13418
13212
|
var theme = _ref236.theme;
|
|
13419
|
-
return theme.fonts.mobile.
|
|
13213
|
+
return theme.fonts.mobile.letterSpacing.body[1];
|
|
13420
13214
|
}, function (_ref237) {
|
|
13421
13215
|
var theme = _ref237.theme;
|
|
13422
|
-
return theme.fonts.mobile.
|
|
13216
|
+
return theme.fonts.mobile.lineHeights.body[1];
|
|
13423
13217
|
}, function (_ref238) {
|
|
13424
13218
|
var theme = _ref238.theme;
|
|
13425
|
-
return theme.fonts.mobile.
|
|
13219
|
+
return theme.fonts.mobile.sizes.body[2];
|
|
13426
13220
|
}, function (_ref239) {
|
|
13427
13221
|
var theme = _ref239.theme;
|
|
13428
|
-
return theme.fonts.mobile.
|
|
13222
|
+
return theme.fonts.mobile.weights.body[2];
|
|
13429
13223
|
}, function (_ref240) {
|
|
13430
13224
|
var theme = _ref240.theme;
|
|
13431
|
-
return theme.fonts.mobile.
|
|
13225
|
+
return theme.fonts.mobile.letterSpacing.body[2];
|
|
13432
13226
|
}, function (_ref241) {
|
|
13433
13227
|
var theme = _ref241.theme;
|
|
13434
|
-
return theme.fonts.mobile.
|
|
13228
|
+
return theme.fonts.mobile.lineHeights.body[2];
|
|
13435
13229
|
}, function (_ref242) {
|
|
13436
13230
|
var theme = _ref242.theme;
|
|
13437
|
-
return theme.fonts.mobile.
|
|
13231
|
+
return theme.fonts.mobile.sizes.body[3];
|
|
13438
13232
|
}, function (_ref243) {
|
|
13439
13233
|
var theme = _ref243.theme;
|
|
13440
|
-
return theme.fonts.mobile.
|
|
13234
|
+
return theme.fonts.mobile.weights.body[3];
|
|
13441
13235
|
}, function (_ref244) {
|
|
13442
13236
|
var theme = _ref244.theme;
|
|
13443
|
-
return theme.fonts.mobile.
|
|
13237
|
+
return theme.fonts.mobile.letterSpacing.body[3];
|
|
13444
13238
|
}, function (_ref245) {
|
|
13445
13239
|
var theme = _ref245.theme;
|
|
13446
|
-
return theme.fonts.mobile.
|
|
13240
|
+
return theme.fonts.mobile.lineHeights.body[3];
|
|
13447
13241
|
}, function (_ref246) {
|
|
13448
13242
|
var theme = _ref246.theme;
|
|
13449
|
-
return theme.fonts.mobile.
|
|
13243
|
+
return theme.fonts.mobile.sizes.subtitles[1];
|
|
13450
13244
|
}, function (_ref247) {
|
|
13451
13245
|
var theme = _ref247.theme;
|
|
13452
|
-
return theme.fonts.mobile.
|
|
13246
|
+
return theme.fonts.mobile.weights.subtitles[1];
|
|
13453
13247
|
}, function (_ref248) {
|
|
13454
13248
|
var theme = _ref248.theme;
|
|
13455
|
-
return theme.fonts.mobile.
|
|
13249
|
+
return theme.fonts.mobile.letterSpacing.subtitles[1];
|
|
13456
13250
|
}, function (_ref249) {
|
|
13457
13251
|
var theme = _ref249.theme;
|
|
13458
|
-
return theme.fonts.mobile.
|
|
13252
|
+
return theme.fonts.mobile.lineHeights.subtitles[1];
|
|
13459
13253
|
}, function (_ref250) {
|
|
13460
13254
|
var theme = _ref250.theme;
|
|
13461
|
-
return theme.fonts.mobile.
|
|
13255
|
+
return theme.fonts.mobile.sizes.subtitles[2];
|
|
13462
13256
|
}, function (_ref251) {
|
|
13463
13257
|
var theme = _ref251.theme;
|
|
13464
|
-
return theme.fonts.mobile.
|
|
13258
|
+
return theme.fonts.mobile.weights.subtitles[2];
|
|
13465
13259
|
}, function (_ref252) {
|
|
13466
13260
|
var theme = _ref252.theme;
|
|
13467
|
-
return theme.fonts.mobile.
|
|
13261
|
+
return theme.fonts.mobile.letterSpacing.subtitles[2];
|
|
13468
13262
|
}, function (_ref253) {
|
|
13469
13263
|
var theme = _ref253.theme;
|
|
13470
|
-
return theme.fonts.mobile.
|
|
13264
|
+
return theme.fonts.mobile.lineHeights.subtitles[2];
|
|
13471
13265
|
}, function (_ref254) {
|
|
13472
13266
|
var theme = _ref254.theme;
|
|
13473
|
-
return theme.fonts.mobile.
|
|
13267
|
+
return theme.fonts.mobile.sizes.titleDescription;
|
|
13474
13268
|
}, function (_ref255) {
|
|
13475
13269
|
var theme = _ref255.theme;
|
|
13476
|
-
return theme.fonts.mobile.lineHeights.
|
|
13270
|
+
return theme.fonts.mobile.lineHeights.titleDescription;
|
|
13477
13271
|
}, function (_ref256) {
|
|
13478
13272
|
var theme = _ref256.theme;
|
|
13479
|
-
return theme.
|
|
13273
|
+
return theme.spacing[4];
|
|
13480
13274
|
}, function (_ref257) {
|
|
13481
13275
|
var theme = _ref257.theme;
|
|
13482
|
-
return theme.fonts.mobile.
|
|
13276
|
+
return theme.fonts.mobile.sizes.search;
|
|
13483
13277
|
}, function (_ref258) {
|
|
13484
13278
|
var theme = _ref258.theme;
|
|
13485
|
-
return theme.
|
|
13279
|
+
return theme.fonts.mobile.families.search;
|
|
13486
13280
|
}, function (_ref259) {
|
|
13487
13281
|
var theme = _ref259.theme;
|
|
13488
|
-
return theme.fonts.mobile.
|
|
13282
|
+
return theme.fonts.mobile.families.headers;
|
|
13489
13283
|
}, function (_ref260) {
|
|
13490
13284
|
var theme = _ref260.theme;
|
|
13491
|
-
return theme.fonts.mobile.families.
|
|
13285
|
+
return theme.fonts.mobile.families.altHeaders;
|
|
13492
13286
|
}, function (_ref261) {
|
|
13493
13287
|
var theme = _ref261.theme;
|
|
13494
|
-
return theme.fonts.mobile.families.
|
|
13288
|
+
return theme.fonts.mobile.families.body;
|
|
13495
13289
|
}, function (_ref262) {
|
|
13496
13290
|
var theme = _ref262.theme;
|
|
13497
|
-
return theme.fonts.mobile.families.
|
|
13291
|
+
return theme.fonts.mobile.families.bodyItalics;
|
|
13498
13292
|
}, function (_ref263) {
|
|
13499
13293
|
var theme = _ref263.theme;
|
|
13500
|
-
return theme.fonts.mobile.families.
|
|
13294
|
+
return theme.fonts.mobile.families.buttons;
|
|
13501
13295
|
}, function (_ref264) {
|
|
13502
13296
|
var theme = _ref264.theme;
|
|
13503
|
-
return theme.fonts.mobile.families.
|
|
13297
|
+
return theme.fonts.mobile.families.overline;
|
|
13504
13298
|
}, function (_ref265) {
|
|
13505
13299
|
var theme = _ref265.theme;
|
|
13506
|
-
return theme.fonts.mobile.families.
|
|
13300
|
+
return theme.fonts.mobile.families.subtitles;
|
|
13507
13301
|
}, function (_ref266) {
|
|
13508
13302
|
var theme = _ref266.theme;
|
|
13509
|
-
return theme.fonts.mobile.families.
|
|
13303
|
+
return theme.fonts.mobile.families.peopleListingRole;
|
|
13510
13304
|
}, function (_ref267) {
|
|
13511
13305
|
var theme = _ref267.theme;
|
|
13512
|
-
return theme.fonts.mobile.families.
|
|
13306
|
+
return theme.fonts.mobile.families.body;
|
|
13513
13307
|
}, function (_ref268) {
|
|
13514
13308
|
var theme = _ref268.theme;
|
|
13515
|
-
return theme.fonts.mobile.
|
|
13309
|
+
return theme.fonts.mobile.fontFeatureSettings.headers;
|
|
13516
13310
|
}, function (_ref269) {
|
|
13517
13311
|
var theme = _ref269.theme;
|
|
13518
|
-
return theme.fonts.mobile.
|
|
13312
|
+
return theme.fonts.mobile.fontFeatureSettings.altHeaders;
|
|
13519
13313
|
}, function (_ref270) {
|
|
13520
13314
|
var theme = _ref270.theme;
|
|
13521
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13315
|
+
return theme.fonts.mobile.fontFeatureSettings.overline;
|
|
13522
13316
|
}, function (_ref271) {
|
|
13523
13317
|
var theme = _ref271.theme;
|
|
13524
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13318
|
+
return theme.fonts.mobile.fontFeatureSettings.subtitles;
|
|
13525
13319
|
}, function (_ref272) {
|
|
13526
13320
|
var theme = _ref272.theme;
|
|
13527
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13321
|
+
return theme.fonts.mobile.fontFeatureSettings.body;
|
|
13528
13322
|
}, function (_ref273) {
|
|
13529
13323
|
var theme = _ref273.theme;
|
|
13530
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13324
|
+
return theme.fonts.mobile.fontFeatureSettings.navigation;
|
|
13531
13325
|
}, function (_ref274) {
|
|
13532
13326
|
var theme = _ref274.theme;
|
|
13533
|
-
return theme.fonts.mobile.
|
|
13327
|
+
return theme.fonts.mobile.transforms.headers;
|
|
13534
13328
|
}, function (_ref275) {
|
|
13535
13329
|
var theme = _ref275.theme;
|
|
13536
|
-
return theme.fonts.mobile.
|
|
13330
|
+
return theme.fonts.mobile.transforms.altHeaders;
|
|
13537
13331
|
}, function (_ref276) {
|
|
13538
13332
|
var theme = _ref276.theme;
|
|
13539
|
-
return theme.fonts.mobile.transforms.
|
|
13333
|
+
return theme.fonts.mobile.transforms.body;
|
|
13540
13334
|
}, function (_ref277) {
|
|
13541
13335
|
var theme = _ref277.theme;
|
|
13542
|
-
return theme.fonts.mobile.transforms.
|
|
13336
|
+
return theme.fonts.mobile.transforms.overline;
|
|
13543
13337
|
}, function (_ref278) {
|
|
13544
13338
|
var theme = _ref278.theme;
|
|
13545
|
-
return theme.fonts.mobile.transforms.
|
|
13339
|
+
return theme.fonts.mobile.transforms.subtitles;
|
|
13546
13340
|
}, function (_ref279) {
|
|
13547
13341
|
var theme = _ref279.theme;
|
|
13548
|
-
return theme.fonts.mobile.
|
|
13342
|
+
return theme.fonts.mobile.wordBreak.headers;
|
|
13549
13343
|
}, function (_ref280) {
|
|
13550
13344
|
var theme = _ref280.theme;
|
|
13551
|
-
return theme.fonts.mobile.
|
|
13345
|
+
return theme.fonts.mobile.wordBreak.altHeaders;
|
|
13552
13346
|
}, function (_ref281) {
|
|
13553
13347
|
var theme = _ref281.theme;
|
|
13554
|
-
return theme.fonts.mobile.wordBreak.
|
|
13348
|
+
return theme.fonts.mobile.wordBreak.body;
|
|
13555
13349
|
}, function (_ref282) {
|
|
13556
13350
|
var theme = _ref282.theme;
|
|
13557
|
-
return theme.fonts.mobile.wordBreak.
|
|
13351
|
+
return theme.fonts.mobile.wordBreak.overline;
|
|
13558
13352
|
}, function (_ref283) {
|
|
13559
13353
|
var theme = _ref283.theme;
|
|
13560
|
-
return theme.fonts.mobile.wordBreak.
|
|
13354
|
+
return theme.fonts.mobile.wordBreak.subtitles;
|
|
13561
13355
|
}, function (_ref284) {
|
|
13562
13356
|
var theme = _ref284.theme;
|
|
13563
|
-
return theme.
|
|
13357
|
+
return theme.grid.mobile.margin;
|
|
13564
13358
|
}, function (_ref285) {
|
|
13565
13359
|
var theme = _ref285.theme;
|
|
13566
|
-
return theme.
|
|
13360
|
+
return theme.grid.mobile.gap;
|
|
13567
13361
|
}, function (_ref286) {
|
|
13568
13362
|
var theme = _ref286.theme;
|
|
13569
13363
|
return theme.grid.mobile.margin;
|
|
@@ -13572,50 +13366,50 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1q || (_templa
|
|
|
13572
13366
|
return theme.grid.mobile.gap;
|
|
13573
13367
|
}, function (_ref288) {
|
|
13574
13368
|
var theme = _ref288.theme;
|
|
13575
|
-
return theme.grid.mobile.
|
|
13369
|
+
return theme.grid.mobile.gap;
|
|
13576
13370
|
}, function (_ref289) {
|
|
13577
13371
|
var theme = _ref289.theme;
|
|
13578
|
-
return theme.grid.mobile.
|
|
13372
|
+
return theme.grid.mobile.margin;
|
|
13579
13373
|
}, function (_ref290) {
|
|
13580
13374
|
var theme = _ref290.theme;
|
|
13581
|
-
return theme.
|
|
13375
|
+
return theme.footer.mobile.height;
|
|
13582
13376
|
}, function (_ref291) {
|
|
13583
13377
|
var theme = _ref291.theme;
|
|
13584
|
-
return theme.
|
|
13378
|
+
return theme.footer.mobile.paddingTop;
|
|
13585
13379
|
}, function (_ref292) {
|
|
13586
13380
|
var theme = _ref292.theme;
|
|
13587
|
-
return theme.footer.mobile.
|
|
13381
|
+
return theme.footer.mobile.paddingBottom;
|
|
13588
13382
|
}, function (_ref293) {
|
|
13589
13383
|
var theme = _ref293.theme;
|
|
13590
|
-
return theme.footer.mobile.
|
|
13384
|
+
return theme.footer.mobile.itemsGap;
|
|
13591
13385
|
}, function (_ref294) {
|
|
13592
13386
|
var theme = _ref294.theme;
|
|
13593
|
-
return theme.footer.mobile.
|
|
13387
|
+
return theme.footer.mobile.mediaGap;
|
|
13594
13388
|
}, function (_ref295) {
|
|
13595
13389
|
var theme = _ref295.theme;
|
|
13596
|
-
return theme.footer.mobile.
|
|
13390
|
+
return theme.footer.mobile.mediaIconWidth;
|
|
13597
13391
|
}, function (_ref296) {
|
|
13598
13392
|
var theme = _ref296.theme;
|
|
13599
|
-
return theme.footer.mobile.
|
|
13393
|
+
return theme.footer.mobile.mediaIconHeight;
|
|
13600
13394
|
}, function (_ref297) {
|
|
13601
13395
|
var theme = _ref297.theme;
|
|
13602
|
-
return theme.footer.mobile.
|
|
13396
|
+
return theme.footer.mobile.verticalSpacingLarge;
|
|
13603
13397
|
}, function (_ref298) {
|
|
13604
13398
|
var theme = _ref298.theme;
|
|
13605
|
-
return theme.footer.mobile.
|
|
13399
|
+
return theme.footer.mobile.verticalSpacingSmall;
|
|
13606
13400
|
}, function (_ref299) {
|
|
13607
13401
|
var theme = _ref299.theme;
|
|
13608
|
-
return theme.
|
|
13402
|
+
return theme.spacing[10];
|
|
13609
13403
|
}, function (_ref300) {
|
|
13610
13404
|
var theme = _ref300.theme;
|
|
13611
|
-
return theme.
|
|
13612
|
-
}, function (_ref301) {
|
|
13405
|
+
return theme.spacing[6];
|
|
13406
|
+
}, devices.tablet, function (_ref301) {
|
|
13613
13407
|
var theme = _ref301.theme;
|
|
13614
|
-
return theme.
|
|
13408
|
+
return theme.grid.tablet.margin;
|
|
13615
13409
|
}, function (_ref302) {
|
|
13616
13410
|
var theme = _ref302.theme;
|
|
13617
|
-
return theme.
|
|
13618
|
-
},
|
|
13411
|
+
return theme.grid.tablet.gap;
|
|
13412
|
+
}, function (_ref303) {
|
|
13619
13413
|
var theme = _ref303.theme;
|
|
13620
13414
|
return theme.grid.tablet.margin;
|
|
13621
13415
|
}, function (_ref304) {
|
|
@@ -13623,36 +13417,30 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1q || (_templa
|
|
|
13623
13417
|
return theme.grid.tablet.gap;
|
|
13624
13418
|
}, function (_ref305) {
|
|
13625
13419
|
var theme = _ref305.theme;
|
|
13626
|
-
return theme.grid.tablet.
|
|
13420
|
+
return theme.grid.tablet.gap;
|
|
13627
13421
|
}, function (_ref306) {
|
|
13628
13422
|
var theme = _ref306.theme;
|
|
13629
|
-
return theme.grid.tablet.
|
|
13423
|
+
return theme.grid.tablet.margin;
|
|
13630
13424
|
}, function (_ref307) {
|
|
13631
13425
|
var theme = _ref307.theme;
|
|
13632
|
-
return theme.
|
|
13426
|
+
return theme.spacing[10];
|
|
13633
13427
|
}, function (_ref308) {
|
|
13634
13428
|
var theme = _ref308.theme;
|
|
13635
|
-
return theme.
|
|
13429
|
+
return theme.spacing[6];
|
|
13636
13430
|
}, function (_ref309) {
|
|
13637
13431
|
var theme = _ref309.theme;
|
|
13638
|
-
return theme.
|
|
13432
|
+
return theme.fonts.tablet.sizes.headers[6];
|
|
13639
13433
|
}, function (_ref310) {
|
|
13640
13434
|
var theme = _ref310.theme;
|
|
13641
|
-
return theme.
|
|
13435
|
+
return theme.fonts.tablet.sizes.altHeaders[4];
|
|
13642
13436
|
}, function (_ref311) {
|
|
13643
13437
|
var theme = _ref311.theme;
|
|
13644
|
-
return theme.fonts.tablet.sizes.
|
|
13438
|
+
return theme.fonts.tablet.sizes.body[1];
|
|
13645
13439
|
}, function (_ref312) {
|
|
13646
13440
|
var theme = _ref312.theme;
|
|
13647
|
-
return theme.
|
|
13441
|
+
return theme.footer.tablet.paddingTop;
|
|
13648
13442
|
}, function (_ref313) {
|
|
13649
13443
|
var theme = _ref313.theme;
|
|
13650
|
-
return theme.fonts.tablet.sizes.body[1];
|
|
13651
|
-
}, function (_ref314) {
|
|
13652
|
-
var theme = _ref314.theme;
|
|
13653
|
-
return theme.footer.tablet.paddingTop;
|
|
13654
|
-
}, function (_ref315) {
|
|
13655
|
-
var theme = _ref315.theme;
|
|
13656
13444
|
return theme.footer.tablet.paddingBottom;
|
|
13657
13445
|
}, devices.desktop, devices.largeDesktop);
|
|
13658
13446
|
|