talos

Форк
0
1269 строк · 59.5 Кб
1
/*!
2
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
3
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
 */
5
!function() {
6
    "use strict";
7
    function r(t) {
8
        return (r = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(t) {
9
            return typeof t;
10
        } : function(t) {
11
            return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
12
        })(t);
13
    }
14
    function i(t, n) {
15
        for (var e = 0; e < n.length; e++) {
16
            var a = n[e];
17
            a.enumerable = a.enumerable || !1, a.configurable = !0, "value" in a && (a.writable = !0), 
18
            Object.defineProperty(t, a.key, a);
19
        }
20
    }
21
    function $(r) {
22
        for (var t = 1; t < arguments.length; t++) {
23
            var i = null != arguments[t] ? arguments[t] : {}, n = Object.keys(i);
24
            "function" == typeof Object.getOwnPropertySymbols && (n = n.concat(Object.getOwnPropertySymbols(i).filter(function(t) {
25
                return Object.getOwnPropertyDescriptor(i, t).enumerable;
26
            }))), n.forEach(function(t) {
27
                var n, e, a;
28
                n = r, a = i[e = t], e in n ? Object.defineProperty(n, e, {
29
                    value: a,
30
                    enumerable: !0,
31
                    configurable: !0,
32
                    writable: !0
33
                }) : n[e] = a;
34
            });
35
        }
36
        return r;
37
    }
38
    function p(t, n) {
39
        return function(t) {
40
            if (Array.isArray(t)) return t;
41
        }(t) || function(t, n) {
42
            var e = [], a = !0, r = !1, i = void 0;
43
            try {
44
                for (var o, c = t[Symbol.iterator](); !(a = (o = c.next()).done) && (e.push(o.value), 
45
                !n || e.length !== n); a = !0) ;
46
            } catch (t) {
47
                r = !0, i = t;
48
            } finally {
49
                try {
50
                    a || null == c.return || c.return();
51
                } finally {
52
                    if (r) throw i;
53
                }
54
            }
55
            return e;
56
        }(t, n) || function() {
57
            throw new TypeError("Invalid attempt to destructure non-iterable instance");
58
        }();
59
    }
60
    function d(t) {
61
        return function(t) {
62
            if (Array.isArray(t)) {
63
                for (var n = 0, e = new Array(t.length); n < t.length; n++) e[n] = t[n];
64
                return e;
65
            }
66
        }(t) || function(t) {
67
            if (Symbol.iterator in Object(t) || "[object Arguments]" === Object.prototype.toString.call(t)) return Array.from(t);
68
        }(t) || function() {
69
            throw new TypeError("Invalid attempt to spread non-iterable instance");
70
        }();
71
    }
72
    var t = function() {}, n = {}, e = {}, a = null, o = {
73
        mark: t,
74
        measure: t
75
    };
76
    try {
77
        "undefined" != typeof window && (n = window), "undefined" != typeof document && (e = document), 
78
        "undefined" != typeof MutationObserver && (a = MutationObserver), "undefined" != typeof performance && (o = performance);
79
    } catch (t) {}
80
    var c = (n.navigator || {}).userAgent, s = void 0 === c ? "" : c, v = n, b = e, l = a, f = o, u = !!v.document, m = !!b.documentElement && !!b.head && "function" == typeof b.addEventListener && "function" == typeof b.createElement, k = ~s.indexOf("MSIE") || ~s.indexOf("Trident/"), h = "___FONT_AWESOME___", A = 16, g = "fa", y = "svg-inline--fa", tt = "data-fa-i2svg", w = "data-fa-pseudo-element", x = "data-fa-pseudo-element-pending", C = "data-prefix", M = "data-icon", O = "fontawesome-i2svg", P = "async", S = [ "HTML", "HEAD", "STYLE", "SCRIPT" ], N = function() {
81
        try {
82
            return !1;
83
        } catch (t) {
84
            return !1;
85
        }
86
    }(), z = {
87
        fas: "solid",
88
        far: "regular",
89
        fal: "light",
90
        fad: "duotone",
91
        fab: "brands",
92
        fak: "kit",
93
        fa: "solid"
94
    }, E = {
95
        solid: "fas",
96
        regular: "far",
97
        light: "fal",
98
        duotone: "fad",
99
        brands: "fab",
100
        kit: "fak"
101
    }, I = "fa-layers-text", j = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i, L = {
102
        900: "fas",
103
        400: "far",
104
        normal: "far",
105
        300: "fal"
106
    }, R = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], T = R.concat([ 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]), _ = [ "class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask" ], D = {
107
        GROUP: "group",
108
        SWAP_OPACITY: "swap-opacity",
109
        PRIMARY: "primary",
110
        SECONDARY: "secondary"
111
    }, Y = [ "xs", "sm", "lg", "fw", "ul", "li", "border", "pull-left", "pull-right", "spin", "pulse", "rotate-90", "rotate-180", "rotate-270", "flip-horizontal", "flip-vertical", "flip-both", "stack", "stack-1x", "stack-2x", "inverse", "layers", "layers-text", "layers-counter", D.GROUP, D.SWAP_OPACITY, D.PRIMARY, D.SECONDARY ].concat(R.map(function(t) {
112
        return "".concat(t, "x");
113
    })).concat(T.map(function(t) {
114
        return "w-".concat(t);
115
    })), H = v.FontAwesomeConfig || {};
116
    if (b && "function" == typeof b.querySelector) {
117
        [ [ "data-family-prefix", "familyPrefix" ], [ "data-replacement-class", "replacementClass" ], [ "data-auto-replace-svg", "autoReplaceSvg" ], [ "data-auto-add-css", "autoAddCss" ], [ "data-auto-a11y", "autoA11y" ], [ "data-search-pseudo-elements", "searchPseudoElements" ], [ "data-observe-mutations", "observeMutations" ], [ "data-mutate-approach", "mutateApproach" ], [ "data-keep-original-source", "keepOriginalSource" ], [ "data-measure-performance", "measurePerformance" ], [ "data-show-missing-icons", "showMissingIcons" ] ].forEach(function(t) {
118
            var n, e = p(t, 2), a = e[0], r = e[1], i = "" === (n = function(t) {
119
                var n = b.querySelector("script[" + t + "]");
120
                if (n) return n.getAttribute(t);
121
            }(a)) || "false" !== n && ("true" === n || n);
122
            null != i && (H[r] = i);
123
        });
124
    }
125
    var F = $({}, {
126
        familyPrefix: g,
127
        replacementClass: y,
128
        autoReplaceSvg: !0,
129
        autoAddCss: !0,
130
        autoA11y: !0,
131
        searchPseudoElements: !1,
132
        observeMutations: !0,
133
        mutateApproach: "async",
134
        keepOriginalSource: !0,
135
        measurePerformance: !1,
136
        showMissingIcons: !0
137
    }, H);
138
    F.autoReplaceSvg || (F.observeMutations = !1);
139
    var nt = $({}, F);
140
    v.FontAwesomeConfig = nt;
141
    var X = v || {};
142
    X[h] || (X[h] = {}), X[h].styles || (X[h].styles = {}), X[h].hooks || (X[h].hooks = {}), 
143
    X[h].shims || (X[h].shims = []);
144
    var B = X[h], U = [], W = !1;
145
    function q(t) {
146
        m && (W ? setTimeout(t, 0) : U.push(t));
147
    }
148
    m && ((W = (b.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(b.readyState)) || b.addEventListener("DOMContentLoaded", function t() {
149
        b.removeEventListener("DOMContentLoaded", t), W = 1, U.map(function(t) {
150
            return t();
151
        });
152
    }));
153
    var V, G = "pending", K = "settled", J = "fulfilled", Q = "rejected", Z = function() {}, et = "undefined" != typeof global && void 0 !== global.process && "function" == typeof global.process.emit, at = "undefined" == typeof setImmediate ? setTimeout : setImmediate, rt = [];
154
    function it() {
155
        for (var t = 0; t < rt.length; t++) rt[t][0](rt[t][1]);
156
        V = !(rt = []);
157
    }
158
    function ot(t, n) {
159
        rt.push([ t, n ]), V || (V = !0, at(it, 0));
160
    }
161
    function ct(t) {
162
        var n = t.owner, e = n._state, a = n._data, r = t[e], i = t.then;
163
        if ("function" == typeof r) {
164
            e = J;
165
            try {
166
                a = r(a);
167
            } catch (t) {
168
                ut(i, t);
169
            }
170
        }
171
        st(i, a) || (e === J && lt(i, a), e === Q && ut(i, a));
172
    }
173
    function st(n, e) {
174
        var a;
175
        try {
176
            if (n === e) throw new TypeError("A promises callback cannot return that same promise.");
177
            if (e && ("function" == typeof e || "object" === r(e))) {
178
                var t = e.then;
179
                if ("function" == typeof t) return t.call(e, function(t) {
180
                    a || (a = !0, e === t ? ft(n, t) : lt(n, t));
181
                }, function(t) {
182
                    a || (a = !0, ut(n, t));
183
                }), !0;
184
            }
185
        } catch (t) {
186
            return a || ut(n, t), !0;
187
        }
188
        return !1;
189
    }
190
    function lt(t, n) {
191
        t !== n && st(t, n) || ft(t, n);
192
    }
193
    function ft(t, n) {
194
        t._state === G && (t._state = K, t._data = n, ot(mt, t));
195
    }
196
    function ut(t, n) {
197
        t._state === G && (t._state = K, t._data = n, ot(pt, t));
198
    }
199
    function dt(t) {
200
        t._then = t._then.forEach(ct);
201
    }
202
    function mt(t) {
203
        t._state = J, dt(t);
204
    }
205
    function pt(t) {
206
        t._state = Q, dt(t), !t._handled && et && global.process.emit("unhandledRejection", t._data, t);
207
    }
208
    function ht(t) {
209
        global.process.emit("rejectionHandled", t);
210
    }
211
    function gt(t) {
212
        if ("function" != typeof t) throw new TypeError("Promise resolver " + t + " is not a function");
213
        if (this instanceof gt == !1) throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");
214
        this._then = [], function(t, n) {
215
            function e(t) {
216
                ut(n, t);
217
            }
218
            try {
219
                t(function(t) {
220
                    lt(n, t);
221
                }, e);
222
            } catch (t) {
223
                e(t);
224
            }
225
        }(t, this);
226
    }
227
    gt.prototype = {
228
        constructor: gt,
229
        _state: G,
230
        _then: null,
231
        _data: void 0,
232
        _handled: !1,
233
        then: function(t, n) {
234
            var e = {
235
                owner: this,
236
                then: new this.constructor(Z),
237
                fulfilled: t,
238
                rejected: n
239
            };
240
            return !n && !t || this._handled || (this._handled = !0, this._state === Q && et && ot(ht, this)), 
241
            this._state === J || this._state === Q ? ot(ct, e) : this._then.push(e), e.then;
242
        },
243
        catch: function(t) {
244
            return this.then(null, t);
245
        }
246
    }, gt.all = function(c) {
247
        if (!Array.isArray(c)) throw new TypeError("You must pass an array to Promise.all().");
248
        return new gt(function(e, t) {
249
            var a = [], r = 0;
250
            function n(n) {
251
                return r++, function(t) {
252
                    a[n] = t, --r || e(a);
253
                };
254
            }
255
            for (var i, o = 0; o < c.length; o++) (i = c[o]) && "function" == typeof i.then ? i.then(n(o), t) : a[o] = i;
256
            r || e(a);
257
        });
258
    }, gt.race = function(r) {
259
        if (!Array.isArray(r)) throw new TypeError("You must pass an array to Promise.race().");
260
        return new gt(function(t, n) {
261
            for (var e, a = 0; a < r.length; a++) (e = r[a]) && "function" == typeof e.then ? e.then(t, n) : t(e);
262
        });
263
    }, gt.resolve = function(n) {
264
        return n && "object" === r(n) && n.constructor === gt ? n : new gt(function(t) {
265
            t(n);
266
        });
267
    }, gt.reject = function(e) {
268
        return new gt(function(t, n) {
269
            n(e);
270
        });
271
    };
272
    var vt = "function" == typeof Promise ? Promise : gt, bt = A, yt = {
273
        size: 16,
274
        x: 0,
275
        y: 0,
276
        rotate: 0,
277
        flipX: !1,
278
        flipY: !1
279
    };
280
    function wt(t) {
281
        if (t && m) {
282
            var n = b.createElement("style");
283
            n.setAttribute("type", "text/css"), n.innerHTML = t;
284
            for (var e = b.head.childNodes, a = null, r = e.length - 1; -1 < r; r--) {
285
                var i = e[r], o = (i.tagName || "").toUpperCase();
286
                -1 < [ "STYLE", "LINK" ].indexOf(o) && (a = i);
287
            }
288
            return b.head.insertBefore(n, a), t;
289
        }
290
    }
291
    var xt = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
292
    function kt() {
293
        for (var t = 12, n = ""; 0 < t--; ) n += xt[62 * Math.random() | 0];
294
        return n;
295
    }
296
    function At(t) {
297
        for (var n = [], e = (t || []).length >>> 0; e--; ) n[e] = t[e];
298
        return n;
299
    }
300
    function Ct(t) {
301
        return t.classList ? At(t.classList) : (t.getAttribute("class") || "").split(" ").filter(function(t) {
302
            return t;
303
        });
304
    }
305
    function Mt(t, n) {
306
        var e, a = n.split("-"), r = a[0], i = a.slice(1).join("-");
307
        return r !== t || "" === i || (e = i, ~Y.indexOf(e)) ? null : i;
308
    }
309
    function Ot(t) {
310
        return "".concat(t).replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
311
    }
312
    function Pt(e) {
313
        return Object.keys(e || {}).reduce(function(t, n) {
314
            return t + "".concat(n, ": ").concat(e[n], ";");
315
        }, "");
316
    }
317
    function St(t) {
318
        return t.size !== yt.size || t.x !== yt.x || t.y !== yt.y || t.rotate !== yt.rotate || t.flipX || t.flipY;
319
    }
320
    function Nt(t) {
321
        var n = t.transform, e = t.containerWidth, a = t.iconWidth, r = {
322
            transform: "translate(".concat(e / 2, " 256)")
323
        }, i = "translate(".concat(32 * n.x, ", ").concat(32 * n.y, ") "), o = "scale(".concat(n.size / 16 * (n.flipX ? -1 : 1), ", ").concat(n.size / 16 * (n.flipY ? -1 : 1), ") "), c = "rotate(".concat(n.rotate, " 0 0)");
324
        return {
325
            outer: r,
326
            inner: {
327
                transform: "".concat(i, " ").concat(o, " ").concat(c)
328
            },
329
            path: {
330
                transform: "translate(".concat(a / 2 * -1, " -256)")
331
            }
332
        };
333
    }
334
    var zt = {
335
        x: 0,
336
        y: 0,
337
        width: "100%",
338
        height: "100%"
339
    };
340
    function Et(t) {
341
        var n = !(1 < arguments.length && void 0 !== arguments[1]) || arguments[1];
342
        return t.attributes && (t.attributes.fill || n) && (t.attributes.fill = "black"), 
343
        t;
344
    }
345
    function It(t) {
346
        var n = t.icons, e = n.main, a = n.mask, r = t.prefix, i = t.iconName, o = t.transform, c = t.symbol, s = t.title, l = t.maskId, f = t.titleId, u = t.extra, d = t.watchable, m = void 0 !== d && d, p = a.found ? a : e, h = p.width, g = p.height, v = "fak" === r, b = v ? "" : "fa-w-".concat(Math.ceil(h / g * 16)), y = [ nt.replacementClass, i ? "".concat(nt.familyPrefix, "-").concat(i) : "", b ].filter(function(t) {
347
            return -1 === u.classes.indexOf(t);
348
        }).filter(function(t) {
349
            return "" !== t || !!t;
350
        }).concat(u.classes).join(" "), w = {
351
            children: [],
352
            attributes: $({}, u.attributes, {
353
                "data-prefix": r,
354
                "data-icon": i,
355
                class: y,
356
                role: u.attributes.role || "img",
357
                xmlns: "http://www.w3.org/2000/svg",
358
                viewBox: "0 0 ".concat(h, " ").concat(g)
359
            })
360
        }, x = v && !~u.classes.indexOf("fa-fw") ? {
361
            width: "".concat(h / g * 16 * .0625, "em")
362
        } : {};
363
        m && (w.attributes[tt] = ""), s && w.children.push({
364
            tag: "title",
365
            attributes: {
366
                id: w.attributes["aria-labelledby"] || "title-".concat(f || kt())
367
            },
368
            children: [ s ]
369
        });
370
        var k, A, C, M, O, P, S, N, z, E, I, j, L, R, T, _, D, Y, H, F, X, B, U, W, q, V, G, K = $({}, w, {
371
            prefix: r,
372
            iconName: i,
373
            main: e,
374
            mask: a,
375
            maskId: l,
376
            transform: o,
377
            symbol: c,
378
            styles: $({}, x, u.styles)
379
        }), J = a.found && e.found ? (C = (k = K).children, M = k.attributes, O = k.main, 
380
        P = k.mask, S = k.maskId, N = k.transform, z = O.width, E = O.icon, I = P.width, 
381
        j = P.icon, L = Nt({
382
            transform: N,
383
            containerWidth: I,
384
            iconWidth: z
385
        }), R = {
386
            tag: "rect",
387
            attributes: $({}, zt, {
388
                fill: "white"
389
            })
390
        }, T = E.children ? {
391
            children: E.children.map(Et)
392
        } : {}, _ = {
393
            tag: "g",
394
            attributes: $({}, L.inner),
395
            children: [ Et($({
396
                tag: E.tag,
397
                attributes: $({}, E.attributes, L.path)
398
            }, T)) ]
399
        }, D = {
400
            tag: "g",
401
            attributes: $({}, L.outer),
402
            children: [ _ ]
403
        }, Y = "mask-".concat(S || kt()), H = "clip-".concat(S || kt()), F = {
404
            tag: "mask",
405
            attributes: $({}, zt, {
406
                id: Y,
407
                maskUnits: "userSpaceOnUse",
408
                maskContentUnits: "userSpaceOnUse"
409
            }),
410
            children: [ R, D ]
411
        }, X = {
412
            tag: "defs",
413
            children: [ {
414
                tag: "clipPath",
415
                attributes: {
416
                    id: H
417
                },
418
                children: (A = j, "g" === A.tag ? A.children : [ A ])
419
            }, F ]
420
        }, C.push(X, {
421
            tag: "rect",
422
            attributes: $({
423
                fill: "currentColor",
424
                "clip-path": "url(#".concat(H, ")"),
425
                mask: "url(#".concat(Y, ")")
426
            }, zt)
427
        }), {
428
            children: C,
429
            attributes: M
430
        }) : function(t) {
431
            var n = t.children, e = t.attributes, a = t.main, r = t.transform, i = Pt(t.styles);
432
            if (0 < i.length && (e.style = i), St(r)) {
433
                var o = Nt({
434
                    transform: r,
435
                    containerWidth: a.width,
436
                    iconWidth: a.width
437
                });
438
                n.push({
439
                    tag: "g",
440
                    attributes: $({}, o.outer),
441
                    children: [ {
442
                        tag: "g",
443
                        attributes: $({}, o.inner),
444
                        children: [ {
445
                            tag: a.icon.tag,
446
                            children: a.icon.children,
447
                            attributes: $({}, a.icon.attributes, o.path)
448
                        } ]
449
                    } ]
450
                });
451
            } else n.push(a.icon);
452
            return {
453
                children: n,
454
                attributes: e
455
            };
456
        }(K), Q = J.children, Z = J.attributes;
457
        return K.children = Q, K.attributes = Z, c ? (U = (B = K).prefix, W = B.iconName, 
458
        q = B.children, V = B.attributes, G = B.symbol, [ {
459
            tag: "svg",
460
            attributes: {
461
                style: "display: none;"
462
            },
463
            children: [ {
464
                tag: "symbol",
465
                attributes: $({}, V, {
466
                    id: !0 === G ? "".concat(U, "-").concat(nt.familyPrefix, "-").concat(W) : G
467
                }),
468
                children: q
469
            } ]
470
        } ]) : function(t) {
471
            var n = t.children, e = t.main, a = t.mask, r = t.attributes, i = t.styles, o = t.transform;
472
            if (St(o) && e.found && !a.found) {
473
                var c = e.width / e.height / 2, s = .5;
474
                r.style = Pt($({}, i, {
475
                    "transform-origin": "".concat(c + o.x / 16, "em ").concat(s + o.y / 16, "em")
476
                }));
477
            }
478
            return [ {
479
                tag: "svg",
480
                attributes: r,
481
                children: n
482
            } ];
483
        }(K);
484
    }
485
    function jt(t) {
486
        var n = t.content, e = t.width, a = t.height, r = t.transform, i = t.title, o = t.extra, c = t.watchable, s = void 0 !== c && c, l = $({}, o.attributes, i ? {
487
            title: i
488
        } : {}, {
489
            class: o.classes.join(" ")
490
        });
491
        s && (l[tt] = "");
492
        var f, u, d, m, p, h, g, v, b, y = $({}, o.styles);
493
        St(r) && (y.transform = (u = (f = {
494
            transform: r,
495
            startCentered: !0,
496
            width: e,
497
            height: a
498
        }).transform, d = f.width, m = void 0 === d ? A : d, p = f.height, h = void 0 === p ? A : p, 
499
        g = f.startCentered, b = "", b += (v = void 0 !== g && g) && k ? "translate(".concat(u.x / bt - m / 2, "em, ").concat(u.y / bt - h / 2, "em) ") : v ? "translate(calc(-50% + ".concat(u.x / bt, "em), calc(-50% + ").concat(u.y / bt, "em)) ") : "translate(".concat(u.x / bt, "em, ").concat(u.y / bt, "em) "), 
500
        b += "scale(".concat(u.size / bt * (u.flipX ? -1 : 1), ", ").concat(u.size / bt * (u.flipY ? -1 : 1), ") "), 
501
        b += "rotate(".concat(u.rotate, "deg) ")), y["-webkit-transform"] = y.transform);
502
        var w = Pt(y);
503
        0 < w.length && (l.style = w);
504
        var x = [];
505
        return x.push({
506
            tag: "span",
507
            attributes: l,
508
            children: [ n ]
509
        }), i && x.push({
510
            tag: "span",
511
            attributes: {
512
                class: "sr-only"
513
            },
514
            children: [ i ]
515
        }), x;
516
    }
517
    var Lt = function() {}, Rt = nt.measurePerformance && f && f.mark && f.measure ? f : {
518
        mark: Lt,
519
        measure: Lt
520
    }, Tt = 'FA "5.15.4"', _t = function(t) {
521
        Rt.mark("".concat(Tt, " ").concat(t, " ends")), Rt.measure("".concat(Tt, " ").concat(t), "".concat(Tt, " ").concat(t, " begins"), "".concat(Tt, " ").concat(t, " ends"));
522
    }, Dt = {
523
        begin: function(t) {
524
            return Rt.mark("".concat(Tt, " ").concat(t, " begins")), function() {
525
                return _t(t);
526
            };
527
        },
528
        end: _t
529
    }, Yt = function(t, n, e, a) {
530
        var r, i, o, c, s, l = Object.keys(t), f = l.length, u = void 0 !== a ? (c = n, 
531
        s = a, function(t, n, e, a) {
532
            return c.call(s, t, n, e, a);
533
        }) : n;
534
        for (o = void 0 === e ? (r = 1, t[l[0]]) : (r = 0, e); r < f; r++) o = u(o, t[i = l[r]], i, t);
535
        return o;
536
    };
537
    function Ht(t) {
538
        for (var n = "", e = 0; e < t.length; e++) {
539
            n += ("000" + t.charCodeAt(e).toString(16)).slice(-4);
540
        }
541
        return n;
542
    }
543
    var Ft = B.styles, Xt = B.shims, Bt = {}, Ut = {}, Wt = {}, qt = function() {
544
        var t = function(a) {
545
            return Yt(Ft, function(t, n, e) {
546
                return t[e] = Yt(n, a, {}), t;
547
            }, {});
548
        };
549
        Bt = t(function(t, n, e) {
550
            return n[3] && (t[n[3]] = e), t;
551
        }), Ut = t(function(n, t, e) {
552
            var a = t[2];
553
            return n[e] = e, a.forEach(function(t) {
554
                n[t] = e;
555
            }), n;
556
        });
557
        var i = "far" in Ft;
558
        Wt = Yt(Xt, function(t, n) {
559
            var e = n[0], a = n[1], r = n[2];
560
            return "far" !== a || i || (a = "fas"), t[e] = {
561
                prefix: a,
562
                iconName: r
563
            }, t;
564
        }, {});
565
    };
566
    function Vt(t, n) {
567
        return (Bt[t] || {})[n];
568
    }
569
    qt();
570
    var Gt = B.styles, Kt = function() {
571
        return {
572
            prefix: null,
573
            iconName: null,
574
            rest: []
575
        };
576
    };
577
    function Jt(t) {
578
        return t.reduce(function(t, n) {
579
            var e = Mt(nt.familyPrefix, n);
580
            if (Gt[n]) t.prefix = n; else if (nt.autoFetchSvg && -1 < Object.keys(z).indexOf(n)) t.prefix = n; else if (e) {
581
                var a = "fa" === t.prefix ? Wt[e] || {
582
                    prefix: null,
583
                    iconName: null
584
                } : {};
585
                t.iconName = a.iconName || e, t.prefix = a.prefix || t.prefix;
586
            } else n !== nt.replacementClass && 0 !== n.indexOf("fa-w-") && t.rest.push(n);
587
            return t;
588
        }, Kt());
589
    }
590
    function Qt(t, n, e) {
591
        if (t && t[n] && t[n][e]) return {
592
            prefix: n,
593
            iconName: e,
594
            icon: t[n][e]
595
        };
596
    }
597
    function Zt(t) {
598
        var e, n = t.tag, a = t.attributes, r = void 0 === a ? {} : a, i = t.children, o = void 0 === i ? [] : i;
599
        return "string" == typeof t ? Ot(t) : "<".concat(n, " ").concat((e = r, Object.keys(e || {}).reduce(function(t, n) {
600
            return t + "".concat(n, '="').concat(Ot(e[n]), '" ');
601
        }, "").trim()), ">").concat(o.map(Zt).join(""), "</").concat(n, ">");
602
    }
603
    var $t = function() {};
604
    function tn(t) {
605
        return "string" == typeof (t.getAttribute ? t.getAttribute(tt) : null);
606
    }
607
    var nn = {
608
        replace: function(t) {
609
            var n = t[0], e = t[1].map(function(t) {
610
                return Zt(t);
611
            }).join("\n");
612
            if (n.parentNode && n.outerHTML) n.outerHTML = e + (nt.keepOriginalSource && "svg" !== n.tagName.toLowerCase() ? "\x3c!-- ".concat(n.outerHTML, " Font Awesome fontawesome.com --\x3e") : ""); else if (n.parentNode) {
613
                var a = document.createElement("span");
614
                n.parentNode.replaceChild(a, n), a.outerHTML = e;
615
            }
616
        },
617
        nest: function(t) {
618
            var n = t[0], e = t[1];
619
            if (~Ct(n).indexOf(nt.replacementClass)) return nn.replace(t);
620
            var a = new RegExp("".concat(nt.familyPrefix, "-.*"));
621
            delete e[0].attributes.style, delete e[0].attributes.id;
622
            var r = e[0].attributes.class.split(" ").reduce(function(t, n) {
623
                return n === nt.replacementClass || n.match(a) ? t.toSvg.push(n) : t.toNode.push(n), 
624
                t;
625
            }, {
626
                toNode: [],
627
                toSvg: []
628
            });
629
            e[0].attributes.class = r.toSvg.join(" ");
630
            var i = e.map(function(t) {
631
                return Zt(t);
632
            }).join("\n");
633
            n.setAttribute("class", r.toNode.join(" ")), n.setAttribute(tt, ""), n.innerHTML = i;
634
        }
635
    };
636
    function en(t) {
637
        t();
638
    }
639
    function an(e, t) {
640
        var a = "function" == typeof t ? t : $t;
641
        if (0 === e.length) a(); else {
642
            var n = en;
643
            nt.mutateApproach === P && (n = v.requestAnimationFrame || en), n(function() {
644
                var t = !0 === nt.autoReplaceSvg ? nn.replace : nn[nt.autoReplaceSvg] || nn.replace, n = Dt.begin("mutate");
645
                e.map(t), n(), a();
646
            });
647
        }
648
    }
649
    var rn = !1;
650
    function on() {
651
        rn = !1;
652
    }
653
    var cn = null;
654
    function sn(t) {
655
        if (l && nt.observeMutations) {
656
            var r = t.treeCallback, i = t.nodeCallback, o = t.pseudoElementsCallback, n = t.observeMutationsRoot, e = void 0 === n ? b : n;
657
            cn = new l(function(t) {
658
                rn || At(t).forEach(function(t) {
659
                    if ("childList" === t.type && 0 < t.addedNodes.length && !tn(t.addedNodes[0]) && (nt.searchPseudoElements && o(t.target), 
660
                    r(t.target)), "attributes" === t.type && t.target.parentNode && nt.searchPseudoElements && o(t.target.parentNode), 
661
                    "attributes" === t.type && tn(t.target) && ~_.indexOf(t.attributeName)) if ("class" === t.attributeName) {
662
                        var n = Jt(Ct(t.target)), e = n.prefix, a = n.iconName;
663
                        e && t.target.setAttribute("data-prefix", e), a && t.target.setAttribute("data-icon", a);
664
                    } else i(t.target);
665
                });
666
            }), m && cn.observe(e, {
667
                childList: !0,
668
                attributes: !0,
669
                characterData: !0,
670
                subtree: !0
671
            });
672
        }
673
    }
674
    function ln(t) {
675
        var n, e, a = t.getAttribute("data-prefix"), r = t.getAttribute("data-icon"), i = void 0 !== t.innerText ? t.innerText.trim() : "", o = Jt(Ct(t));
676
        return a && r && (o.prefix = a, o.iconName = r), o.prefix && 1 < i.length ? o.iconName = (n = o.prefix, 
677
        e = t.innerText, (Ut[n] || {})[e]) : o.prefix && 1 === i.length && (o.iconName = Vt(o.prefix, Ht(t.innerText))), 
678
        o;
679
    }
680
    var fn = function(t) {
681
        var n = {
682
            size: 16,
683
            x: 0,
684
            y: 0,
685
            flipX: !1,
686
            flipY: !1,
687
            rotate: 0
688
        };
689
        return t ? t.toLowerCase().split(" ").reduce(function(t, n) {
690
            var e = n.toLowerCase().split("-"), a = e[0], r = e.slice(1).join("-");
691
            if (a && "h" === r) return t.flipX = !0, t;
692
            if (a && "v" === r) return t.flipY = !0, t;
693
            if (r = parseFloat(r), isNaN(r)) return t;
694
            switch (a) {
695
              case "grow":
696
                t.size = t.size + r;
697
                break;
698

699
              case "shrink":
700
                t.size = t.size - r;
701
                break;
702

703
              case "left":
704
                t.x = t.x - r;
705
                break;
706

707
              case "right":
708
                t.x = t.x + r;
709
                break;
710

711
              case "up":
712
                t.y = t.y - r;
713
                break;
714

715
              case "down":
716
                t.y = t.y + r;
717
                break;
718

719
              case "rotate":
720
                t.rotate = t.rotate + r;
721
            }
722
            return t;
723
        }, n) : n;
724
    };
725
    function un(t) {
726
        var n, e, a, r, i, o, c, s, l = ln(t), f = l.iconName, u = l.prefix, d = l.rest, m = (n = t.getAttribute("style"), 
727
        e = [], n && (e = n.split(";").reduce(function(t, n) {
728
            var e = n.split(":"), a = e[0], r = e.slice(1);
729
            return a && 0 < r.length && (t[a] = r.join(":").trim()), t;
730
        }, {})), e), p = fn(t.getAttribute("data-fa-transform")), h = null !== (a = t.getAttribute("data-fa-symbol")) && ("" === a || a), g = (i = At((r = t).attributes).reduce(function(t, n) {
731
            return "class" !== t.name && "style" !== t.name && (t[n.name] = n.value), t;
732
        }, {}), o = r.getAttribute("title"), c = r.getAttribute("data-fa-title-id"), nt.autoA11y && (o ? i["aria-labelledby"] = "".concat(nt.replacementClass, "-title-").concat(c || kt()) : (i["aria-hidden"] = "true", 
733
        i.focusable = "false")), i), v = (s = t.getAttribute("data-fa-mask")) ? Jt(s.split(" ").map(function(t) {
734
            return t.trim();
735
        })) : Kt();
736
        return {
737
            iconName: f,
738
            title: t.getAttribute("title"),
739
            titleId: t.getAttribute("data-fa-title-id"),
740
            prefix: u,
741
            transform: p,
742
            symbol: h,
743
            mask: v,
744
            maskId: t.getAttribute("data-fa-mask-id"),
745
            extra: {
746
                classes: d,
747
                styles: m,
748
                attributes: g
749
            }
750
        };
751
    }
752
    function dn(t) {
753
        this.name = "MissingIcon", this.message = t || "Icon unavailable", this.stack = new Error().stack;
754
    }
755
    (dn.prototype = Object.create(Error.prototype)).constructor = dn;
756
    var mn = {
757
        fill: "currentColor"
758
    }, pn = {
759
        attributeType: "XML",
760
        repeatCount: "indefinite",
761
        dur: "2s"
762
    }, hn = {
763
        tag: "path",
764
        attributes: $({}, mn, {
765
            d: "M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"
766
        })
767
    }, gn = $({}, pn, {
768
        attributeName: "opacity"
769
    }), vn = {
770
        tag: "g",
771
        children: [ hn, {
772
            tag: "circle",
773
            attributes: $({}, mn, {
774
                cx: "256",
775
                cy: "364",
776
                r: "28"
777
            }),
778
            children: [ {
779
                tag: "animate",
780
                attributes: $({}, pn, {
781
                    attributeName: "r",
782
                    values: "28;14;28;28;14;28;"
783
                })
784
            }, {
785
                tag: "animate",
786
                attributes: $({}, gn, {
787
                    values: "1;0;1;1;0;1;"
788
                })
789
            } ]
790
        }, {
791
            tag: "path",
792
            attributes: $({}, mn, {
793
                opacity: "1",
794
                d: "M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"
795
            }),
796
            children: [ {
797
                tag: "animate",
798
                attributes: $({}, gn, {
799
                    values: "1;0;0;0;0;1;"
800
                })
801
            } ]
802
        }, {
803
            tag: "path",
804
            attributes: $({}, mn, {
805
                opacity: "0",
806
                d: "M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"
807
            }),
808
            children: [ {
809
                tag: "animate",
810
                attributes: $({}, gn, {
811
                    values: "0;0;1;1;0;0;"
812
                })
813
            } ]
814
        } ]
815
    }, bn = B.styles;
816
    function yn(t) {
817
        var n = t[0], e = t[1], a = p(t.slice(4), 1)[0];
818
        return {
819
            found: !0,
820
            width: n,
821
            height: e,
822
            icon: Array.isArray(a) ? {
823
                tag: "g",
824
                attributes: {
825
                    class: "".concat(nt.familyPrefix, "-").concat(D.GROUP)
826
                },
827
                children: [ {
828
                    tag: "path",
829
                    attributes: {
830
                        class: "".concat(nt.familyPrefix, "-").concat(D.SECONDARY),
831
                        fill: "currentColor",
832
                        d: a[0]
833
                    }
834
                }, {
835
                    tag: "path",
836
                    attributes: {
837
                        class: "".concat(nt.familyPrefix, "-").concat(D.PRIMARY),
838
                        fill: "currentColor",
839
                        d: a[1]
840
                    }
841
                } ]
842
            } : {
843
                tag: "path",
844
                attributes: {
845
                    fill: "currentColor",
846
                    d: a
847
                }
848
            }
849
        };
850
    }
851
    function wn(a, r) {
852
        return new vt(function(t, n) {
853
            var e = {
854
                found: !1,
855
                width: 512,
856
                height: 512,
857
                icon: vn
858
            };
859
            if (a && r && bn[r] && bn[r][a]) return t(yn(bn[r][a]));
860
            a && r && !nt.showMissingIcons ? n(new dn("Icon is missing for prefix ".concat(r, " with icon name ").concat(a))) : t(e);
861
        });
862
    }
863
    var xn = B.styles;
864
    function kn(t) {
865
        var i, n, o, c, s, l, f, u, e, d, m, a = un(t);
866
        return ~a.extra.classes.indexOf(I) ? function(t, n) {
867
            var e = n.title, a = n.transform, r = n.extra, i = null, o = null;
868
            if (k) {
869
                var c = parseInt(getComputedStyle(t).fontSize, 10), s = t.getBoundingClientRect();
870
                i = s.width / c, o = s.height / c;
871
            }
872
            return nt.autoA11y && !e && (r.attributes["aria-hidden"] = "true"), vt.resolve([ t, jt({
873
                content: t.innerHTML,
874
                width: i,
875
                height: o,
876
                transform: a,
877
                title: e,
878
                extra: r,
879
                watchable: !0
880
            }) ]);
881
        }(t, a) : (i = t, o = (n = a).iconName, c = n.title, s = n.titleId, l = n.prefix, 
882
        f = n.transform, u = n.symbol, e = n.mask, d = n.maskId, m = n.extra, new vt(function(r, t) {
883
            vt.all([ wn(o, l), wn(e.iconName, e.prefix) ]).then(function(t) {
884
                var n = p(t, 2), e = n[0], a = n[1];
885
                r([ i, It({
886
                    icons: {
887
                        main: e,
888
                        mask: a
889
                    },
890
                    prefix: l,
891
                    iconName: o,
892
                    transform: f,
893
                    symbol: u,
894
                    mask: a,
895
                    maskId: d,
896
                    title: c,
897
                    titleId: s,
898
                    extra: m,
899
                    watchable: !0
900
                }) ]);
901
            });
902
        }));
903
    }
904
    function An(t) {
905
        var e = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : null;
906
        if (m) {
907
            var n = b.documentElement.classList, a = function(t) {
908
                return n.add("".concat(O, "-").concat(t));
909
            }, r = function(t) {
910
                return n.remove("".concat(O, "-").concat(t));
911
            }, i = nt.autoFetchSvg ? Object.keys(z) : Object.keys(xn), o = [ ".".concat(I, ":not([").concat(tt, "])") ].concat(i.map(function(t) {
912
                return ".".concat(t, ":not([").concat(tt, "])");
913
            })).join(", ");
914
            if (0 !== o.length) {
915
                var c = [];
916
                try {
917
                    c = At(t.querySelectorAll(o));
918
                } catch (t) {}
919
                if (0 < c.length) {
920
                    a("pending"), r("complete");
921
                    var s = Dt.begin("onTree"), l = c.reduce(function(t, n) {
922
                        try {
923
                            var e = kn(n);
924
                            e && t.push(e);
925
                        } catch (t) {
926
                            N || t instanceof dn && console.error(t);
927
                        }
928
                        return t;
929
                    }, []);
930
                    return new vt(function(n, t) {
931
                        vt.all(l).then(function(t) {
932
                            an(t, function() {
933
                                a("active"), a("complete"), r("pending"), "function" == typeof e && e(), s(), n();
934
                            });
935
                        }).catch(function() {
936
                            s(), t();
937
                        });
938
                    });
939
                }
940
            }
941
        }
942
    }
943
    function Cn(t) {
944
        var n = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : null;
945
        kn(t).then(function(t) {
946
            t && an([ t ], n);
947
        });
948
    }
949
    function Mn(p, h) {
950
        var g = "".concat(x).concat(h.replace(":", "-"));
951
        return new vt(function(a, t) {
952
            if (null !== p.getAttribute(g)) return a();
953
            var n = At(p.children).filter(function(t) {
954
                return t.getAttribute(w) === h;
955
            })[0], e = v.getComputedStyle(p, h), r = e.getPropertyValue("font-family").match(j), i = e.getPropertyValue("font-weight"), o = e.getPropertyValue("content");
956
            if (n && !r) return p.removeChild(n), a();
957
            if (r && "none" !== o && "" !== o) {
958
                var c = e.getPropertyValue("content"), s = ~[ "Solid", "Regular", "Light", "Duotone", "Brands", "Kit" ].indexOf(r[2]) ? E[r[2].toLowerCase()] : L[i], l = Ht(3 === c.length ? c.substr(1, 1) : c), f = Vt(s, l), u = f;
959
                if (!f || n && n.getAttribute(C) === s && n.getAttribute(M) === u) a(); else {
960
                    p.setAttribute(g, u), n && p.removeChild(n);
961
                    var d = {
962
                        iconName: null,
963
                        title: null,
964
                        titleId: null,
965
                        prefix: null,
966
                        transform: yt,
967
                        symbol: !1,
968
                        mask: null,
969
                        maskId: null,
970
                        extra: {
971
                            classes: [],
972
                            styles: {},
973
                            attributes: {}
974
                        }
975
                    }, m = d.extra;
976
                    m.attributes[w] = h, wn(f, s).then(function(t) {
977
                        var n = It($({}, d, {
978
                            icons: {
979
                                main: t,
980
                                mask: Kt()
981
                            },
982
                            prefix: s,
983
                            iconName: u,
984
                            extra: m,
985
                            watchable: !0
986
                        })), e = b.createElement("svg");
987
                        ":before" === h ? p.insertBefore(e, p.firstChild) : p.appendChild(e), e.outerHTML = n.map(function(t) {
988
                            return Zt(t);
989
                        }).join("\n"), p.removeAttribute(g), a();
990
                    }).catch(t);
991
                }
992
            } else a();
993
        });
994
    }
995
    function On(t) {
996
        return vt.all([ Mn(t, ":before"), Mn(t, ":after") ]);
997
    }
998
    function Pn(t) {
999
        return !(t.parentNode === document.head || ~S.indexOf(t.tagName.toUpperCase()) || t.getAttribute(w) || t.parentNode && "svg" === t.parentNode.tagName);
1000
    }
1001
    function Sn(r) {
1002
        if (m) return new vt(function(t, n) {
1003
            var e = At(r.querySelectorAll("*")).filter(Pn).map(On), a = Dt.begin("searchPseudoElements");
1004
            rn = !0, vt.all(e).then(function() {
1005
                a(), on(), t();
1006
            }).catch(function() {
1007
                a(), on(), n();
1008
            });
1009
        });
1010
    }
1011
    var Nn = 'svg:not(:root).svg-inline--fa {\n  overflow: visible;\n}\n\n.svg-inline--fa {\n  display: inline-block;\n  font-size: inherit;\n  height: 1em;\n  overflow: visible;\n  vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-lg {\n  vertical-align: -0.225em;\n}\n.svg-inline--fa.fa-w-1 {\n  width: 0.0625em;\n}\n.svg-inline--fa.fa-w-2 {\n  width: 0.125em;\n}\n.svg-inline--fa.fa-w-3 {\n  width: 0.1875em;\n}\n.svg-inline--fa.fa-w-4 {\n  width: 0.25em;\n}\n.svg-inline--fa.fa-w-5 {\n  width: 0.3125em;\n}\n.svg-inline--fa.fa-w-6 {\n  width: 0.375em;\n}\n.svg-inline--fa.fa-w-7 {\n  width: 0.4375em;\n}\n.svg-inline--fa.fa-w-8 {\n  width: 0.5em;\n}\n.svg-inline--fa.fa-w-9 {\n  width: 0.5625em;\n}\n.svg-inline--fa.fa-w-10 {\n  width: 0.625em;\n}\n.svg-inline--fa.fa-w-11 {\n  width: 0.6875em;\n}\n.svg-inline--fa.fa-w-12 {\n  width: 0.75em;\n}\n.svg-inline--fa.fa-w-13 {\n  width: 0.8125em;\n}\n.svg-inline--fa.fa-w-14 {\n  width: 0.875em;\n}\n.svg-inline--fa.fa-w-15 {\n  width: 0.9375em;\n}\n.svg-inline--fa.fa-w-16 {\n  width: 1em;\n}\n.svg-inline--fa.fa-w-17 {\n  width: 1.0625em;\n}\n.svg-inline--fa.fa-w-18 {\n  width: 1.125em;\n}\n.svg-inline--fa.fa-w-19 {\n  width: 1.1875em;\n}\n.svg-inline--fa.fa-w-20 {\n  width: 1.25em;\n}\n.svg-inline--fa.fa-pull-left {\n  margin-right: 0.3em;\n  width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n  margin-left: 0.3em;\n  width: auto;\n}\n.svg-inline--fa.fa-border {\n  height: 1.5em;\n}\n.svg-inline--fa.fa-li {\n  width: 2em;\n}\n.svg-inline--fa.fa-fw {\n  width: 1.25em;\n}\n\n.fa-layers svg.svg-inline--fa {\n  bottom: 0;\n  left: 0;\n  margin: auto;\n  position: absolute;\n  right: 0;\n  top: 0;\n}\n\n.fa-layers {\n  display: inline-block;\n  height: 1em;\n  position: relative;\n  text-align: center;\n  vertical-align: -0.125em;\n  width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n  -webkit-transform-origin: center center;\n          transform-origin: center center;\n}\n\n.fa-layers-counter, .fa-layers-text {\n  display: inline-block;\n  position: absolute;\n  text-align: center;\n}\n\n.fa-layers-text {\n  left: 50%;\n  top: 50%;\n  -webkit-transform: translate(-50%, -50%);\n          transform: translate(-50%, -50%);\n  -webkit-transform-origin: center center;\n          transform-origin: center center;\n}\n\n.fa-layers-counter {\n  background-color: #ff253a;\n  border-radius: 1em;\n  -webkit-box-sizing: border-box;\n          box-sizing: border-box;\n  color: #fff;\n  height: 1.5em;\n  line-height: 1;\n  max-width: 5em;\n  min-width: 1.5em;\n  overflow: hidden;\n  padding: 0.25em;\n  right: 0;\n  text-overflow: ellipsis;\n  top: 0;\n  -webkit-transform: scale(0.25);\n          transform: scale(0.25);\n  -webkit-transform-origin: top right;\n          transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n  bottom: 0;\n  right: 0;\n  top: auto;\n  -webkit-transform: scale(0.25);\n          transform: scale(0.25);\n  -webkit-transform-origin: bottom right;\n          transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n  bottom: 0;\n  left: 0;\n  right: auto;\n  top: auto;\n  -webkit-transform: scale(0.25);\n          transform: scale(0.25);\n  -webkit-transform-origin: bottom left;\n          transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n  right: 0;\n  top: 0;\n  -webkit-transform: scale(0.25);\n          transform: scale(0.25);\n  -webkit-transform-origin: top right;\n          transform-origin: top right;\n}\n\n.fa-layers-top-left {\n  left: 0;\n  right: auto;\n  top: 0;\n  -webkit-transform: scale(0.25);\n          transform: scale(0.25);\n  -webkit-transform-origin: top left;\n          transform-origin: top left;\n}\n\n.fa-lg {\n  font-size: 1.3333333333em;\n  line-height: 0.75em;\n  vertical-align: -0.0667em;\n}\n\n.fa-xs {\n  font-size: 0.75em;\n}\n\n.fa-sm {\n  font-size: 0.875em;\n}\n\n.fa-1x {\n  font-size: 1em;\n}\n\n.fa-2x {\n  font-size: 2em;\n}\n\n.fa-3x {\n  font-size: 3em;\n}\n\n.fa-4x {\n  font-size: 4em;\n}\n\n.fa-5x {\n  font-size: 5em;\n}\n\n.fa-6x {\n  font-size: 6em;\n}\n\n.fa-7x {\n  font-size: 7em;\n}\n\n.fa-8x {\n  font-size: 8em;\n}\n\n.fa-9x {\n  font-size: 9em;\n}\n\n.fa-10x {\n  font-size: 10em;\n}\n\n.fa-fw {\n  text-align: center;\n  width: 1.25em;\n}\n\n.fa-ul {\n  list-style-type: none;\n  margin-left: 2.5em;\n  padding-left: 0;\n}\n.fa-ul > li {\n  position: relative;\n}\n\n.fa-li {\n  left: -2em;\n  position: absolute;\n  text-align: center;\n  width: 2em;\n  line-height: inherit;\n}\n\n.fa-border {\n  border: solid 0.08em #eee;\n  border-radius: 0.1em;\n  padding: 0.2em 0.25em 0.15em;\n}\n\n.fa-pull-left {\n  float: left;\n}\n\n.fa-pull-right {\n  float: right;\n}\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n  margin-right: 0.3em;\n}\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n  margin-left: 0.3em;\n}\n\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n          animation: fa-spin 2s infinite linear;\n}\n\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n          animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(360deg);\n            transform: rotate(360deg);\n  }\n}\n\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(360deg);\n            transform: rotate(360deg);\n  }\n}\n.fa-rotate-90 {\n  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n  -webkit-transform: rotate(90deg);\n          transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n  -webkit-transform: rotate(180deg);\n          transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n  -webkit-transform: rotate(270deg);\n          transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n  -webkit-transform: scale(-1, 1);\n          transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n  -webkit-transform: scale(1, -1);\n          transform: scale(1, -1);\n}\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n  -webkit-transform: scale(-1, -1);\n          transform: scale(-1, -1);\n}\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n  -webkit-filter: none;\n          filter: none;\n}\n\n.fa-stack {\n  display: inline-block;\n  height: 2em;\n  position: relative;\n  width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n  bottom: 0;\n  left: 0;\n  margin: auto;\n  position: absolute;\n  right: 0;\n  top: 0;\n}\n\n.svg-inline--fa.fa-stack-1x {\n  height: 1em;\n  width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n  height: 2em;\n  width: 2.5em;\n}\n\n.fa-inverse {\n  color: #fff;\n}\n\n.sr-only {\n  border: 0;\n  clip: rect(0, 0, 0, 0);\n  height: 1px;\n  margin: -1px;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  width: 1px;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n  clip: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  position: static;\n  width: auto;\n}\n\n.svg-inline--fa .fa-primary {\n  fill: var(--fa-primary-color, currentColor);\n  opacity: 1;\n  opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n  fill: var(--fa-secondary-color, currentColor);\n  opacity: 0.4;\n  opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n  opacity: 0.4;\n  opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n  opacity: 1;\n  opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n  fill: black;\n}\n\n.fad.fa-inverse {\n  color: #fff;\n}';
1012
    function zn() {
1013
        var t = g, n = y, e = nt.familyPrefix, a = nt.replacementClass, r = Nn;
1014
        if (e !== t || a !== n) {
1015
            var i = new RegExp("\\.".concat(t, "\\-"), "g"), o = new RegExp("\\--".concat(t, "\\-"), "g"), c = new RegExp("\\.".concat(n), "g");
1016
            r = r.replace(i, ".".concat(e, "-")).replace(o, "--".concat(e, "-")).replace(c, ".".concat(a));
1017
        }
1018
        return r;
1019
    }
1020
    function En() {
1021
        nt.autoAddCss && !Tn && (wt(zn()), Tn = !0);
1022
    }
1023
    function In(n, t) {
1024
        return Object.defineProperty(n, "abstract", {
1025
            get: t
1026
        }), Object.defineProperty(n, "html", {
1027
            get: function() {
1028
                return n.abstract.map(function(t) {
1029
                    return Zt(t);
1030
                });
1031
            }
1032
        }), Object.defineProperty(n, "node", {
1033
            get: function() {
1034
                if (m) {
1035
                    var t = b.createElement("div");
1036
                    return t.innerHTML = n.html, t.children;
1037
                }
1038
            }
1039
        }), n;
1040
    }
1041
    function jn(t) {
1042
        var n = t.prefix, e = void 0 === n ? "fa" : n, a = t.iconName;
1043
        if (a) return Qt(Rn.definitions, e, a) || Qt(B.styles, e, a);
1044
    }
1045
    var Ln, Rn = new (function() {
1046
        function t() {
1047
            !function(t, n) {
1048
                if (!(t instanceof n)) throw new TypeError("Cannot call a class as a function");
1049
            }(this, t), this.definitions = {};
1050
        }
1051
        var n, e, a;
1052
        return n = t, (e = [ {
1053
            key: "add",
1054
            value: function() {
1055
                for (var n = this, t = arguments.length, e = new Array(t), a = 0; a < t; a++) e[a] = arguments[a];
1056
                var r = e.reduce(this._pullDefinitions, {});
1057
                Object.keys(r).forEach(function(t) {
1058
                    n.definitions[t] = $({}, n.definitions[t] || {}, r[t]), function t(n, a) {
1059
                        var e = (2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : {}).skipHooks, r = void 0 !== e && e, i = Object.keys(a).reduce(function(t, n) {
1060
                            var e = a[n];
1061
                            return e.icon ? t[e.iconName] = e.icon : t[n] = e, t;
1062
                        }, {});
1063
                        "function" != typeof B.hooks.addPack || r ? B.styles[n] = $({}, B.styles[n] || {}, i) : B.hooks.addPack(n, i), 
1064
                        "fas" === n && t("fa", a);
1065
                    }(t, r[t]), qt();
1066
                });
1067
            }
1068
        }, {
1069
            key: "reset",
1070
            value: function() {
1071
                this.definitions = {};
1072
            }
1073
        }, {
1074
            key: "_pullDefinitions",
1075
            value: function(i, t) {
1076
                var o = t.prefix && t.iconName && t.icon ? {
1077
                    0: t
1078
                } : t;
1079
                return Object.keys(o).map(function(t) {
1080
                    var n = o[t], e = n.prefix, a = n.iconName, r = n.icon;
1081
                    i[e] || (i[e] = {}), i[e][a] = r;
1082
                }), i;
1083
            }
1084
        } ]) && i(n.prototype, e), a && i(n, a), t;
1085
    }())(), Tn = !1, _n = {
1086
        i2svg: function() {
1087
            var t = 0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {};
1088
            if (m) {
1089
                En();
1090
                var n = t.node, e = void 0 === n ? b : n, a = t.callback, r = void 0 === a ? function() {} : a;
1091
                return nt.searchPseudoElements && Sn(e), An(e, r);
1092
            }
1093
            return vt.reject("Operation requires a DOM of some kind.");
1094
        },
1095
        css: zn,
1096
        insertCss: function() {
1097
            Tn || (wt(zn()), Tn = !0);
1098
        },
1099
        watch: function() {
1100
            var t = 0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {}, n = t.autoReplaceSvgRoot, e = t.observeMutationsRoot;
1101
            !1 === nt.autoReplaceSvg && (nt.autoReplaceSvg = !0), nt.observeMutations = !0, 
1102
            q(function() {
1103
                Hn({
1104
                    autoReplaceSvgRoot: n
1105
                }), sn({
1106
                    treeCallback: An,
1107
                    nodeCallback: Cn,
1108
                    pseudoElementsCallback: Sn,
1109
                    observeMutationsRoot: e
1110
                });
1111
            });
1112
        }
1113
    }, Dn = (Ln = function(t) {
1114
        var n = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {}, e = n.transform, a = void 0 === e ? yt : e, r = n.symbol, i = void 0 !== r && r, o = n.mask, c = void 0 === o ? null : o, s = n.maskId, l = void 0 === s ? null : s, f = n.title, u = void 0 === f ? null : f, d = n.titleId, m = void 0 === d ? null : d, p = n.classes, h = void 0 === p ? [] : p, g = n.attributes, v = void 0 === g ? {} : g, b = n.styles, y = void 0 === b ? {} : b;
1115
        if (t) {
1116
            var w = t.prefix, x = t.iconName, k = t.icon;
1117
            return In($({
1118
                type: "icon"
1119
            }, t), function() {
1120
                return En(), nt.autoA11y && (u ? v["aria-labelledby"] = "".concat(nt.replacementClass, "-title-").concat(m || kt()) : (v["aria-hidden"] = "true", 
1121
                v.focusable = "false")), It({
1122
                    icons: {
1123
                        main: yn(k),
1124
                        mask: c ? yn(c.icon) : {
1125
                            found: !1,
1126
                            width: null,
1127
                            height: null,
1128
                            icon: {}
1129
                        }
1130
                    },
1131
                    prefix: w,
1132
                    iconName: x,
1133
                    transform: $({}, yt, a),
1134
                    symbol: i,
1135
                    title: u,
1136
                    maskId: l,
1137
                    titleId: m,
1138
                    extra: {
1139
                        attributes: v,
1140
                        styles: y,
1141
                        classes: h
1142
                    }
1143
                });
1144
            });
1145
        }
1146
    }, function(t) {
1147
        var n = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {}, e = (t || {}).icon ? t : jn(t || {}), a = n.mask;
1148
        return a && (a = (a || {}).icon ? a : jn(a || {})), Ln(e, $({}, n, {
1149
            mask: a
1150
        }));
1151
    }), Yn = {
1152
        noAuto: function() {
1153
            nt.autoReplaceSvg = !1, nt.observeMutations = !1, cn && cn.disconnect();
1154
        },
1155
        config: nt,
1156
        dom: _n,
1157
        library: Rn,
1158
        parse: {
1159
            transform: function(t) {
1160
                return fn(t);
1161
            }
1162
        },
1163
        findIconDefinition: jn,
1164
        icon: Dn,
1165
        text: function(t) {
1166
            var n = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {}, e = n.transform, a = void 0 === e ? yt : e, r = n.title, i = void 0 === r ? null : r, o = n.classes, c = void 0 === o ? [] : o, s = n.attributes, l = void 0 === s ? {} : s, f = n.styles, u = void 0 === f ? {} : f;
1167
            return In({
1168
                type: "text",
1169
                content: t
1170
            }, function() {
1171
                return En(), jt({
1172
                    content: t,
1173
                    transform: $({}, yt, a),
1174
                    title: i,
1175
                    extra: {
1176
                        attributes: l,
1177
                        styles: u,
1178
                        classes: [ "".concat(nt.familyPrefix, "-layers-text") ].concat(d(c))
1179
                    }
1180
                });
1181
            });
1182
        },
1183
        counter: function(t) {
1184
            var n = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {}, e = n.title, a = void 0 === e ? null : e, r = n.classes, i = void 0 === r ? [] : r, o = n.attributes, c = void 0 === o ? {} : o, s = n.styles, l = void 0 === s ? {} : s;
1185
            return In({
1186
                type: "counter",
1187
                content: t
1188
            }, function() {
1189
                return En(), function(t) {
1190
                    var n = t.content, e = t.title, a = t.extra, r = $({}, a.attributes, e ? {
1191
                        title: e
1192
                    } : {}, {
1193
                        class: a.classes.join(" ")
1194
                    }), i = Pt(a.styles);
1195
                    0 < i.length && (r.style = i);
1196
                    var o = [];
1197
                    return o.push({
1198
                        tag: "span",
1199
                        attributes: r,
1200
                        children: [ n ]
1201
                    }), e && o.push({
1202
                        tag: "span",
1203
                        attributes: {
1204
                            class: "sr-only"
1205
                        },
1206
                        children: [ e ]
1207
                    }), o;
1208
                }({
1209
                    content: t.toString(),
1210
                    title: a,
1211
                    extra: {
1212
                        attributes: c,
1213
                        styles: l,
1214
                        classes: [ "".concat(nt.familyPrefix, "-layers-counter") ].concat(d(i))
1215
                    }
1216
                });
1217
            });
1218
        },
1219
        layer: function(t) {
1220
            var n = (1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {}).classes, e = void 0 === n ? [] : n;
1221
            return In({
1222
                type: "layer"
1223
            }, function() {
1224
                En();
1225
                var n = [];
1226
                return t(function(t) {
1227
                    Array.isArray(t) ? t.map(function(t) {
1228
                        n = n.concat(t.abstract);
1229
                    }) : n = n.concat(t.abstract);
1230
                }), [ {
1231
                    tag: "span",
1232
                    attributes: {
1233
                        class: [ "".concat(nt.familyPrefix, "-layers") ].concat(d(e)).join(" ")
1234
                    },
1235
                    children: n
1236
                } ];
1237
            });
1238
        },
1239
        toHtml: Zt
1240
    }, Hn = function() {
1241
        var t = (0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {}).autoReplaceSvgRoot, n = void 0 === t ? b : t;
1242
        (0 < Object.keys(B.styles).length || nt.autoFetchSvg) && m && nt.autoReplaceSvg && Yn.dom.i2svg({
1243
            node: n
1244
        });
1245
    };
1246
    !function(t) {
1247
        try {
1248
            t();
1249
        } catch (t) {
1250
            if (!N) throw t;
1251
        }
1252
    }(function() {
1253
        u && (v.FontAwesome || (v.FontAwesome = Yn), q(function() {
1254
            Hn(), sn({
1255
                treeCallback: An,
1256
                nodeCallback: Cn,
1257
                pseudoElementsCallback: Sn
1258
            });
1259
        })), B.hooks = $({}, B.hooks, {
1260
            addPack: function(t, n) {
1261
                B.styles[t] = $({}, B.styles[t] || {}, n), qt(), Hn();
1262
            },
1263
            addShims: function(t) {
1264
                var n;
1265
                (n = B.shims).push.apply(n, d(t)), qt(), Hn();
1266
            }
1267
        });
1268
    });
1269
}();

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.