Files
Font-Awesome-Pro/on-server/js/fontawesome.min.js
2017-12-08 15:10:46 -06:00

955 lines
44 KiB
JavaScript

/*!
* Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Commercial License)
*/
!function() {
"use strict";
function t(t) {
var n = Object.keys(ht);
Object.keys(t).forEach(function(e) {
~n.indexOf(e) && (ht[e] = t[e]);
});
}
function n(t) {
return ~st.indexOf(t);
}
function e(t) {
if (t && void 0 !== K.createElement) {
var n = K.createElement("style");
n.setAttribute("type", "text/css"), n.innerHTML = t;
for (var e = K.head.childNodes, r = null, i = e.length - 1; i > -1; i--) {
var a = e[i], o = (a.tagName || "").toUpperCase();
[ "STYLE", "LINK" ].indexOf(o) > -1 && (r = a);
}
return K.head.insertBefore(n, r), t;
}
}
function r() {
return ++bt;
}
function i(t) {
for (var n = [], e = (t || []).length >>> 0; e--; ) n[e] = t[e];
return n;
}
function a(t) {
return t.classList ? i(t.classList) : (t.getAttribute("class") || "").split(" ").filter(function(t) {
return t;
});
}
function o(t, e) {
var r = e.split("-"), i = r[0], a = r.slice(1).join("-");
return i !== t || "" === a || n(a) ? null : a;
}
function s(t) {
return ("" + t).replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
}
function f(t) {
return Object.keys(t || {}).reduce(function(n, e) {
return n + (e + '="') + s(t[e]) + '" ';
}, "").trim();
}
function l(t) {
return Object.keys(t || {}).reduce(function(n, e) {
return n + (e + ": ") + t[e] + ";";
}, "");
}
function c(t) {
return t.size !== vt.size || t.x !== vt.x || t.y !== vt.y || t.rotate !== vt.rotate || t.flipX || t.flipY;
}
function u(t) {
var n = t.transform, e = t.containerWidth, r = t.iconWidth;
return {
outer: {
transform: "translate(" + e / 2 + " 256)"
},
inner: {
transform: "translate(" + 32 * n.x + ", " + 32 * n.y + ") " + " " + ("scale(" + n.size / 16 * (n.flipX ? -1 : 1) + ", " + n.size / 16 * (n.flipY ? -1 : 1) + ") ") + " " + ("rotate(" + n.rotate + " 0 0)")
},
path: {
transform: "translate(" + r / 2 * -1 + " -256)"
}
};
}
function m(t) {
var n = t.transform, e = t.width, r = void 0 === e ? $ : e, i = t.height, a = void 0 === i ? $ : i, o = t.startCentered, s = void 0 !== o && o, f = "";
return f += s && Z ? "translate(" + (n.x / pt - r / 2) + "em, " + (n.y / pt - a / 2) + "em) " : s ? "translate(calc(-50% + " + n.x / pt + "em), calc(-50% + " + n.y / pt + "em)) " : "translate(" + n.x / pt + "em, " + n.y / pt + "em) ",
f += "scale(" + n.size / pt * (n.flipX ? -1 : 1) + ", " + n.size / pt * (n.flipY ? -1 : 1) + ") ",
f += "rotate(" + n.rotate + "deg) ";
}
function d(t) {
var n, e = t.icons, i = e.main, a = e.mask, o = t.prefix, s = t.iconName, f = t.transform, l = t.symbol, c = t.title, u = t.extra, m = a.found ? a : i, d = m.width, g = m.height, h = "fa-w-" + Math.ceil(d / g * 16), p = [ ht.replacementClass, s ? ht.familyPrefix + "-" + s : "", h ].concat(u.classes).join(" "), v = {
children: [],
attributes: ut({}, u.attributes, (n = {}, ct(n, tt, ""), ct(n, "data-prefix", o),
ct(n, "data-icon", s), ct(n, "class", p), ct(n, "role", "img"), ct(n, "xmlns", "http://www.w3.org/2000/svg"),
ct(n, "viewBox", "0 0 " + d + " " + g), n))
};
c && v.children.push({
tag: "title",
attributes: {
id: v.attributes["aria-labelledby"] || "title-" + r()
},
children: [ c ]
});
var b = ut({}, v, {
prefix: o,
iconName: s,
main: i,
mask: a,
transform: f,
symbol: l,
styles: u.styles
}), y = a.found && i.found ? wt(b) : xt(b), w = y.children, x = y.attributes;
return b.children = w, b.attributes = x, l ? _t(b) : kt(b);
}
function g(t) {
var n, e = t.content, r = t.width, i = t.height, a = t.transform, o = t.title, s = t.extra, f = ut({}, s.attributes, o ? {
title: o
} : {}, (n = {}, ct(n, tt, ""), ct(n, "class", s.classes.join(" ")), n)), u = ut({}, s.styles);
c(a) && (u.transform = m({
transform: a,
startCentered: !0,
width: r,
height: i
}), u["-webkit-transform"] = u.transform);
var d = l(u);
d.length > 0 && (f.style = d);
var g = [];
return g.push({
tag: "span",
attributes: f,
children: [ e ]
}), o && g.push({
tag: "span",
attributes: {
class: "sr-only"
},
children: [ o ]
}), g;
}
function h(t, n) {
return jt[t][n];
}
function p(t, n) {
return Pt[t][n];
}
function v(t) {
return It[t] || {
prefix: null,
iconName: null
};
}
function b(t) {
return t.reduce(function(t, n) {
var e = o(ht.familyPrefix, n);
if (Wt[n]) t.prefix = n; else if (e) {
var r = "fa" === t.prefix ? v(e) : {};
t.iconName = r.iconName || e, t.prefix = r.prefix || t.prefix;
} else n !== ht.replacementClass && 0 !== n.indexOf("fa-w-") && t.rest.push(n);
return t;
}, Bt());
}
function y(t, n, e) {
if (t && t[n] && t[n][e]) return {
prefix: n,
iconName: e,
icon: t[n][e]
};
}
function w(t) {
var n = t.tag, e = t.attributes, r = void 0 === e ? {} : e, i = t.children, a = void 0 === i ? [] : i;
return "string" == typeof t ? s(t) : "<" + n + " " + f(r) + ">" + a.map(w).join("") + "</" + n + ">";
}
function x(t) {
var n = t.getAttribute ? t.getAttribute("class") : null;
return !!n && (!!~n.toString().indexOf(ht.replacementClass) || ~n.toString().indexOf("fa-layers-text"));
}
function k() {
return !0 === ht.autoReplaceSvg ? Xt.replace : Xt[ht.autoReplaceSvg] || Xt.replace;
}
function _(t, n) {
var e = "function" == typeof n ? n : Rt;
0 === t.length ? e() : (q.requestAnimationFrame || function(t) {
return t();
})(function() {
var n = k(), r = Ct.begin("mutate");
t.map(n), r(), e();
});
}
function O(t) {
Dt = !0, t(), Dt = !1;
}
function M(t) {
if (G) {
var n = t.treeCallback, e = t.nodeCallback, r = t.pseudoElementsCallback, o = new G(function(t) {
Dt || i(t).forEach(function(t) {
if ("childList" === t.type && t.addedNodes.length > 0 && !x(t.addedNodes[0]) && (ht.searchPseudoElements && r(t.target),
n(t.target)), "attributes" === t.type && "class" === t.attributeName && t.target.parentNode && ht.searchPseudoElements && r(t.target.parentNode),
"attributes" === t.type && x(t.target) && ~ot.indexOf(t.attributeName)) if ("class" === t.attributeName) {
var i = b(a(t.target)), o = i.prefix, s = i.iconName;
o && t.target.setAttribute("data-prefix", o), s && t.target.setAttribute("data-icon", s);
} else e(t.target);
});
});
K.getElementsByTagName && o.observe(K.getElementsByTagName("body")[0], {
childList: !0,
attributes: !0,
characterData: !0,
subtree: !0
});
}
}
function A(t) {
for (var n = "", e = 0; e < t.length; e++) n += ("000" + t.charCodeAt(e).toString(16)).slice(-4);
return n;
}
function N(t) {
var n = Yt(t), e = n.iconName, r = n.prefix, i = n.rest, a = Ht(t), o = Vt(t), s = qt(t), f = Kt(t), l = Gt(t);
return {
iconName: e,
title: t.getAttribute("title"),
prefix: r,
transform: o,
symbol: s,
mask: l,
extra: {
classes: i,
styles: a,
attributes: f
}
};
}
function E(t) {
this.name = "MissingIcon", this.message = t || "Icon unavailable", this.stack = new Error().stack;
}
function C(t, n) {
var e = {
found: !1,
width: 512,
height: 512,
icon: tn
};
if (t && n && nn[n] && nn[n][t]) {
var r = nn[n][t];
e = {
found: !0,
width: r[0],
height: r[1],
icon: {
tag: "path",
attributes: {
fill: "currentColor",
d: r.slice(4)[0]
}
}
};
} else if (t && n && !ht.showMissingIcons) throw new E("Icon is missing for prefix " + n + " with icon name " + t);
return e;
}
function z(t, n) {
var e = n.iconName, r = n.title, i = n.prefix, a = n.transform, o = n.symbol, s = n.mask, f = n.extra;
return [ t, d({
icons: {
main: C(e, i),
mask: C(s.iconName, s.prefix)
},
prefix: i,
iconName: e,
transform: a,
symbol: o,
mask: s,
title: r,
extra: f
}) ];
}
function S(t, n) {
var e = n.title, r = n.transform, i = n.extra, a = null, o = null;
if (Z) {
var s = parseInt(getComputedStyle(t).fontSize, 10), f = t.getBoundingClientRect();
a = f.width / s, o = f.height / s;
}
return ht.autoA11y && !e && (i.attributes["aria-hidden"] = "true"), [ t, g({
content: t.innerHTML,
width: a,
height: o,
transform: r,
title: e,
extra: i
}) ];
}
function L(t) {
var n = N(t);
return ~n.extra.classes.indexOf(en) ? S(t, n) : z(t, n);
}
function T(t) {
var n = Ct.begin("searchPseudoElements");
O(function() {
i(t.querySelectorAll("*")).forEach(function(t) {
[ ":before", ":after" ].forEach(function(n) {
var e = q.getComputedStyle(t, n), r = e.getPropertyValue("font-family").match(rn), a = i(t.children).filter(function(t) {
return t.getAttribute(nt) === n;
})[0];
if (!r && a && a.remove(), r && !a) {
var o = e.getPropertyValue("content"), s = K.createElement("i");
s.setAttribute("class", "" + an[r[1]]), s.setAttribute(nt, n), s.innerText = 3 === o.length ? o.substr(1, 1) : o,
":before" === n ? t.insertBefore(s, t.firstChild) : t.appendChild(s);
}
});
});
}), n();
}
function j(t) {
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : null, e = K.documentElement.classList, r = function(t) {
return e.add(et + "-" + t);
}, a = function(t) {
return e.remove(et + "-" + t);
}, o = Object.keys(nn), s = [ "." + en + ":not([" + tt + "])" ].concat(o.map(function(t) {
return "." + t + ":not([" + tt + "])";
})).join(", ");
if (0 !== s.length) {
var f = i(t.querySelectorAll(s));
if (f.length > 0) {
r("pending"), a("complete");
var l = Ct.begin("onTree"), c = f.reduce(function(t, n) {
try {
var e = L(n);
e && t.push(e);
} catch (t) {
rt || t instanceof E && console.error(t);
}
return t;
}, []);
l(), _(c, function() {
r("active"), r("complete"), a("pending"), "function" == typeof n && n();
});
}
}
}
function P(t) {
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : null, e = L(t);
e && _([ e ], n);
}
function I(t) {
return {
found: !0,
width: t[0],
height: t[1],
icon: {
tag: "path",
attributes: {
fill: "currentColor",
d: t.slice(4)[0]
}
}
};
}
function F() {
ht.autoAddCss && (cn || e(ln()), cn = !0);
}
function W(t, n) {
return Object.defineProperty(t, "abstract", {
get: n
}), Object.defineProperty(t, "html", {
get: function() {
return t.abstract.map(function(t) {
return w(t);
});
}
}), Object.defineProperty(t, "node", {
get: function() {
if (K.createElement) {
var n = K.createElement("div");
return n.innerHTML = t.html, n.children;
}
}
}), t;
}
function B(t) {
var n = t.prefix, e = void 0 === n ? "fa" : n, r = t.iconName;
if (r) return y(un.definitions, e, r) || y(Mt.styles, e, r);
}
var R = function() {}, X = {}, D = {}, H = null, Y = {
mark: R,
measure: R
};
try {
"undefined" != typeof window && (X = window), "undefined" != typeof document && (D = document),
"undefined" != typeof MutationObserver && (H = MutationObserver), "undefined" != typeof performance && (Y = performance);
} catch (t) {}
var U = (X.navigator || {}).userAgent, V = void 0 === U ? "" : U, q = X, K = D, G = H, J = Y, Q = !!q.document, Z = ~V.indexOf("MSIE") || ~V.indexOf("Trident/"), $ = 16, tt = "data-fa-processed", nt = "data-fa-pseudo-element", et = "fontawesome-i2svg", rt = function() {
try {
return !1;
} catch (t) {
return !1;
}
}(), it = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], at = it.concat([ 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ]), ot = [ "class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask" ], st = [ "xs", "sm", "lg", "fw", "ul", "li", "border", "pull-left", "pull-right", "spin", "pulse", "rotate-90", "rotate-180", "rotate-270", "flip-horizontal", "flip-vertical", "stack", "stack-1x", "stack-2x", "inverse", "layers", "layers-text", "layers-counter" ].concat(it.map(function(t) {
return t + "x";
})).concat(at.map(function(t) {
return "w-" + t;
})), ft = function(t, n) {
if (!(t instanceof n)) throw new TypeError("Cannot call a class as a function");
}, lt = function() {
function t(t, n) {
for (var e = 0; e < n.length; e++) {
var r = n[e];
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0),
Object.defineProperty(t, r.key, r);
}
}
return function(n, e, r) {
return e && t(n.prototype, e), r && t(n, r), n;
};
}(), ct = function(t, n, e) {
return n in t ? Object.defineProperty(t, n, {
value: e,
enumerable: !0,
configurable: !0,
writable: !0
}) : t[n] = e, t;
}, ut = Object.assign || function(t) {
for (var n = 1; n < arguments.length; n++) {
var e = arguments[n];
for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && (t[r] = e[r]);
}
return t;
}, mt = function(t, n) {
var e = {};
for (var r in t) n.indexOf(r) >= 0 || Object.prototype.hasOwnProperty.call(t, r) && (e[r] = t[r]);
return e;
}, dt = function(t) {
if (Array.isArray(t)) {
for (var n = 0, e = Array(t.length); n < t.length; n++) e[n] = t[n];
return e;
}
return Array.from(t);
}, gt = ut({
familyPrefix: "fa",
replacementClass: "svg-inline--fa",
autoReplaceSvg: !0,
autoAddCss: !0,
autoA11y: !0,
searchPseudoElements: !1,
observeMutations: !0,
keepOriginalSource: !0,
measurePerformance: !1,
showMissingIcons: !0
}, q.FontAwesomeConfig || {});
gt.autoReplaceSvg || (gt.observeMutations = !1);
var ht = ut({}, gt);
q.FontAwesomeConfig = ht;
var pt = $, vt = {
size: 16,
x: 0,
y: 0,
rotate: 0,
flipX: !1,
flipY: !1
}, bt = 0, yt = {
x: 0,
y: 0,
width: "100%",
height: "100%"
}, wt = function(t) {
var n = t.children, e = t.attributes, i = t.main, a = t.mask, o = t.transform, s = i.width, f = i.icon, l = a.width, c = a.icon, m = u({
transform: o,
containerWidth: l,
iconWidth: s
}), d = {
tag: "rect",
attributes: ut({}, yt, {
fill: "white"
})
}, g = {
tag: "g",
attributes: ut({}, m.inner),
children: [ {
tag: "path",
attributes: ut({}, f.attributes, m.path, {
fill: "black"
})
} ]
}, h = {
tag: "g",
attributes: ut({}, m.outer),
children: [ g ]
}, p = "mask-" + r(), v = "clip-" + r(), b = {
tag: "defs",
children: [ {
tag: "clipPath",
attributes: {
id: v
},
children: [ c ]
}, {
tag: "mask",
attributes: ut({}, yt, {
id: p,
maskUnits: "userSpaceOnUse",
maskContentUnits: "userSpaceOnUse"
}),
children: [ d, h ]
} ]
};
return n.push(b, {
tag: "rect",
attributes: ut({
fill: "currentColor",
"clip-path": "url(#" + v + ")",
mask: "url(#" + p + ")"
}, yt)
}), {
children: n,
attributes: e
};
}, xt = function(t) {
var n = t.children, e = t.attributes, r = t.main, i = t.transform, a = l(t.styles);
if (a.length > 0 && (e.style = a), c(i)) {
var o = u({
transform: i,
containerWidth: r.width,
iconWidth: r.width
});
n.push({
tag: "g",
attributes: ut({}, o.outer),
children: [ {
tag: "g",
attributes: ut({}, o.inner),
children: [ {
tag: r.icon.tag,
children: r.icon.children,
attributes: ut({}, r.icon.attributes, o.path)
} ]
} ]
});
} else n.push(r.icon);
return {
children: n,
attributes: e
};
}, kt = function(t) {
var n = t.children, e = t.main, r = t.mask, i = t.attributes, a = t.styles, o = t.transform;
if (c(o) && e.found && !r.found) {
var s = {
x: e.width / e.height / 2,
y: .5
};
i.style = l(ut({}, a, {
"transform-origin": s.x + o.x / 16 + "em " + (s.y + o.y / 16) + "em"
}));
}
return [ {
tag: "svg",
attributes: i,
children: n
} ];
}, _t = function(t) {
var n = t.prefix, e = t.iconName, r = t.children, i = t.attributes, a = t.symbol, o = !0 === a ? n + "-" + ht.familyPrefix + "-" + e : a;
return [ {
tag: "svg",
attributes: {
style: "display: none;"
},
children: [ {
tag: "symbol",
attributes: ut({}, i, {
id: o
}),
children: r
} ]
} ];
}, Ot = q || {};
Ot.___FONT_AWESOME___ || (Ot.___FONT_AWESOME___ = {}), Ot.___FONT_AWESOME___.styles || (Ot.___FONT_AWESOME___.styles = {}),
Ot.___FONT_AWESOME___.hooks || (Ot.___FONT_AWESOME___.hooks = {}), Ot.___FONT_AWESOME___.shims || (Ot.___FONT_AWESOME___.shims = []);
var Mt = Ot.___FONT_AWESOME___, At = function() {}, Nt = ht.measurePerformance && J && J.mark && J.measure ? J : {
mark: At,
measure: At
}, Et = function(t) {
Nt.mark('FA "5.0.1" ' + t + " ends"), Nt.measure('FA "5.0.1" ' + t, 'FA "5.0.1" ' + t + " begins", 'FA "5.0.1" ' + t + " ends");
}, Ct = {
begin: function(t) {
return Nt.mark('FA "5.0.1" ' + t + " begins"), function() {
return Et(t);
};
},
end: Et
}, zt = function(t, n) {
return function(e, r, i, a) {
return t.call(n, e, r, i, a);
};
}, St = function(t, n, e, r) {
var i, a, o, s = Object.keys(t), f = s.length, l = void 0 !== r ? zt(n, r) : n;
for (void 0 === e ? (i = 1, o = t[s[0]]) : (i = 0, o = e); i < f; i++) o = l(o, t[a = s[i]], a, t);
return o;
}, Lt = Mt.styles, Tt = Mt.shims, jt = {}, Pt = {}, It = {}, Ft = function() {
var t = function(t) {
return St(Lt, function(n, e, r) {
return n[r] = St(e, t, {}), n;
}, {});
};
jt = t(function(t, n, e) {
return t[n[3]] = e, t;
}), Pt = t(function(t, n, e) {
var r = n[2];
return t[e] = e, r.forEach(function(n) {
t[n] = e;
}), t;
});
var n = "far" in Lt;
It = St(Tt, function(t, e) {
var r = e[0], i = e[1], a = e[2];
return "far" !== i || n || (i = "fas"), t[r] = {
prefix: i,
iconName: a
}, t;
}, {});
};
Ft();
var Wt = Mt.styles, Bt = function() {
return {
prefix: null,
iconName: null,
rest: []
};
}, Rt = function() {}, Xt = {
replace: function(t) {
var n = t[0], e = t[1].map(function(t) {
return w(t);
}).join("\n");
if (n.parentNode && n.outerHTML) n.outerHTML = e + (ht.keepOriginalSource && "svg" !== n.tagName.toLowerCase() ? "\x3c!-- " + n.outerHTML + " --\x3e" : ""); else if (n.parentNode) {
var r = document.createElement("span");
n.parentNode.replaceChild(r, n), r.outerHTML = e;
}
},
nest: function(t) {
var n = t[0], e = t[1];
if (~a(n).indexOf(ht.replacementClass)) return Xt.replace(t);
var r = new RegExp(ht.familyPrefix + "-.*");
delete e[0].attributes.style;
var i = e[0].attributes.class.split(" ").reduce(function(t, n) {
return n === ht.replacementClass || n.match(r) ? t.toSvg.push(n) : t.toNode.push(n),
t;
}, {
toNode: [],
toSvg: []
});
e[0].attributes.class = i.toSvg.join(" ");
var o = e.map(function(t) {
return w(t);
}).join("\n");
n.setAttribute("class", i.toNode.join(" ")), n.setAttribute(tt, ""), n.innerHTML = o;
}
}, Dt = !1, Ht = function(t) {
var n = t.getAttribute("style"), e = [];
return n && (e = n.split(";").reduce(function(t, n) {
var e = n.split(":"), r = e[0], i = e.slice(1);
return r && i.length > 0 && (t[r] = i.join(":").trim()), t;
}, {})), e;
}, Yt = function(t) {
var n = t.getAttribute("data-prefix"), e = t.getAttribute("data-icon"), r = void 0 !== t.innerText ? t.innerText.trim() : "", i = b(a(t));
return n && e && (i.prefix = n, i.iconName = e), i.prefix && r.length > 1 ? i.iconName = p(i.prefix, t.innerText) : i.prefix && 1 === r.length && (i.iconName = h(i.prefix, A(t.innerText))),
i;
}, Ut = function(t) {
var n = {
size: 16,
x: 0,
y: 0,
flipX: !1,
flipY: !1,
rotate: 0
};
return t ? t.toLowerCase().split(" ").reduce(function(t, n) {
var e = n.toLowerCase().split("-"), r = e[0], i = e.slice(1).join("-");
if (r && "h" === i) return t.flipX = !0, t;
if (r && "v" === i) return t.flipY = !0, t;
if (i = parseFloat(i), isNaN(i)) return t;
switch (r) {
case "grow":
t.size = t.size + i;
break;
case "shrink":
t.size = t.size - i;
break;
case "left":
t.x = t.x - i;
break;
case "right":
t.x = t.x + i;
break;
case "up":
t.y = t.y - i;
break;
case "down":
t.y = t.y + i;
break;
case "rotate":
t.rotate = t.rotate + i;
}
return t;
}, n) : n;
}, Vt = function(t) {
return Ut(t.getAttribute("data-fa-transform"));
}, qt = function(t) {
var n = t.getAttribute("data-fa-symbol");
return null !== n && ("" === n || n);
}, Kt = function(t) {
var n = i(t.attributes).reduce(function(t, n) {
return "class" !== t.name && "style" !== t.name && (t[n.name] = n.value), t;
}, {}), e = t.getAttribute("title");
return ht.autoA11y && (e ? n["aria-labelledby"] = ht.replacementClass + "-title-" + r() : n["aria-hidden"] = "true"),
n;
}, Gt = function(t) {
var n = t.getAttribute("data-fa-mask");
return n ? b(n.split(" ").map(function(t) {
return t.trim();
})) : Bt();
};
E.prototype = Object.create(Error.prototype), E.prototype.constructor = E;
var Jt = {
fill: "currentColor"
}, Qt = {
attributeType: "XML",
repeatCount: "indefinite",
dur: "2s"
}, Zt = {
tag: "path",
attributes: ut({}, Jt, {
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"
})
}, $t = ut({}, Qt, {
attributeName: "opacity"
}), tn = {
tag: "g",
children: [ Zt, {
tag: "circle",
attributes: ut({}, Jt, {
cx: "256",
cy: "364",
r: "28"
}),
children: [ {
tag: "animate",
attributes: ut({}, Qt, {
attributeName: "r",
values: "28;14;28;28;14;28;"
})
}, {
tag: "animate",
attributes: ut({}, $t, {
values: "1;0;1;1;0;1;"
})
} ]
}, {
tag: "path",
attributes: ut({}, Jt, {
opacity: "1",
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"
}),
children: [ {
tag: "animate",
attributes: ut({}, $t, {
values: "1;0;0;0;0;1;"
})
} ]
}, {
tag: "path",
attributes: ut({}, Jt, {
opacity: "0",
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"
}),
children: [ {
tag: "animate",
attributes: ut({}, $t, {
values: "0;0;1;1;0;0;"
})
} ]
} ]
}, nn = Mt.styles, en = "fa-layers-text", rn = /Font Awesome 5 (Solid|Regular|Light|Brands)/, an = {
Solid: "fas",
Regular: "far",
Light: "fal",
Brands: "fab"
}, on = [], sn = (K.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(K.readyState);
sn || K.addEventListener("DOMContentLoaded", function t() {
K.removeEventListener("DOMContentLoaded", t), sn = 1, on.map(function(t) {
return t();
});
});
var fn = function(t) {
K && (sn ? setTimeout(t, 0) : on.push(t));
}, ln = function() {
var t = "svg-inline--fa", n = ht.familyPrefix, e = ht.replacementClass, r = 'svg:not(:root).svg-inline--fa {\n overflow: visible; }\n\n.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n overflow: visible;\n vertical-align: -.125em; }\n .svg-inline--fa.fa-lg {\n vertical-align: -.225em; }\n .svg-inline--fa.fa-w-1 {\n width: 0.0625em; }\n .svg-inline--fa.fa-w-2 {\n width: 0.125em; }\n .svg-inline--fa.fa-w-3 {\n width: 0.1875em; }\n .svg-inline--fa.fa-w-4 {\n width: 0.25em; }\n .svg-inline--fa.fa-w-5 {\n width: 0.3125em; }\n .svg-inline--fa.fa-w-6 {\n width: 0.375em; }\n .svg-inline--fa.fa-w-7 {\n width: 0.4375em; }\n .svg-inline--fa.fa-w-8 {\n width: 0.5em; }\n .svg-inline--fa.fa-w-9 {\n width: 0.5625em; }\n .svg-inline--fa.fa-w-10 {\n width: 0.625em; }\n .svg-inline--fa.fa-w-11 {\n width: 0.6875em; }\n .svg-inline--fa.fa-w-12 {\n width: 0.75em; }\n .svg-inline--fa.fa-w-13 {\n width: 0.8125em; }\n .svg-inline--fa.fa-w-14 {\n width: 0.875em; }\n .svg-inline--fa.fa-w-15 {\n width: 0.9375em; }\n .svg-inline--fa.fa-w-16 {\n width: 1em; }\n .svg-inline--fa.fa-w-17 {\n width: 1.0625em; }\n .svg-inline--fa.fa-w-18 {\n width: 1.125em; }\n .svg-inline--fa.fa-w-19 {\n width: 1.1875em; }\n .svg-inline--fa.fa-w-20 {\n width: 1.25em; }\n .svg-inline--fa.fa-pull-left {\n margin-right: .3em;\n width: auto; }\n .svg-inline--fa.fa-pull-right {\n margin-left: .3em;\n width: auto; }\n .svg-inline--fa.fa-border {\n height: 1.5em; }\n .svg-inline--fa.fa-li {\n width: 2em; }\n .svg-inline--fa.fa-fw {\n width: 1.25em; }\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.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -12.5%;\n width: 1em; }\n .fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-text, .fa-layers-counter {\n display: inline-block;\n position: absolute;\n text-align: center; }\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.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\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: .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.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.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.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.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.fa-lg {\n font-size: 1.33333em;\n line-height: 0.75em;\n vertical-align: -.0667em; }\n\n.fa-xs {\n font-size: .75em; }\n\n.fa-sm {\n font-size: .875em; }\n\n.fa-1x {\n font-size: 1em; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-6x {\n font-size: 6em; }\n\n.fa-7x {\n font-size: 7em; }\n\n.fa-8x {\n font-size: 8em; }\n\n.fa-9x {\n font-size: 9em; }\n\n.fa-10x {\n font-size: 10em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit; }\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: .1em;\n padding: .2em .25em .15em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\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: .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: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\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.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\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.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.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.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: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 -webkit-filter: none;\n filter: none; }\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n position: relative;\n width: 2em; }\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.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1em; }\n\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2em; }\n\n.fa-inverse {\n color: #fff; }\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.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';
if ("fa" !== n || e !== t) {
var i = new RegExp("\\.fa\\-", "g"), a = new RegExp("\\." + t, "g");
r = r.replace(i, "." + n + "-").replace(a, "." + e);
}
return r;
}, cn = !1, un = new (function() {
function t() {
ft(this, t), this.definitions = {};
}
return lt(t, [ {
key: "add",
value: function() {
for (var t = this, n = arguments.length, e = Array(n), r = 0; r < n; r++) e[r] = arguments[r];
var i = e.reduce(this._pullDefinitions, {});
Object.keys(i).forEach(function(n) {
t.definitions[n] = ut({}, t.definitions[n] || {}, i[n]);
});
}
}, {
key: "reset",
value: function() {
this.definitions = {};
}
}, {
key: "_pullDefinitions",
value: function(t, n) {
var e = n.prefix && n.iconName && n.icon ? {
0: n
} : n;
return Object.keys(e).map(function(n) {
var r = e[n], i = r.prefix, a = r.iconName, o = r.icon;
t[i] || (t[i] = {}), t[i][a] = o;
}), t;
}
} ]), t;
}())(), mn = {
dom: {
i2svg: function() {
var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {};
F();
var n = t.node, e = void 0 === n ? K : n, r = t.callback, i = void 0 === r ? function() {} : r;
ht.searchPseudoElements && T(e), j(e, i);
},
css: ln,
insertCss: function() {
e(ln());
}
},
library: un,
parse: {
transform: function(t) {
return Ut(t);
}
},
findIconDefinition: B,
icon: function(t) {
return function(n) {
var e = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, r = (n || {}).icon ? n : B(n || {}), i = e.mask;
return i && (i = (i || {}).icon ? i : B(i || {})), t(r, ut({}, e, {
mask: i
}));
};
}(function(t) {
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, e = n.transform, i = void 0 === e ? vt : e, a = n.symbol, o = void 0 !== a && a, s = n.mask, f = void 0 === s ? null : s, l = n.title, c = void 0 === l ? null : l, u = n.classes, m = void 0 === u ? [] : u, g = n.attributes, h = void 0 === g ? {} : g, p = n.styles, v = void 0 === p ? {} : p;
if (t) {
var b = t.prefix, y = t.iconName, w = t.icon;
return W(ut({
type: "icon"
}, t), function() {
return F(), ht.autoA11y && (c ? h["aria-labelledby"] = ht.replacementClass + "-title-" + r() : h["aria-hidden"] = "true"),
d({
icons: {
main: I(w),
mask: f ? I(f.icon) : {
found: !1,
width: null,
height: null,
icon: {}
}
},
prefix: b,
iconName: y,
transform: ut({}, vt, i),
symbol: o,
title: c,
extra: {
attributes: h,
styles: v,
classes: m
}
});
});
}
}),
text: function(t) {
var n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, e = n.transform, r = void 0 === e ? vt : e, i = n.title, a = void 0 === i ? null : i, o = n.classes, s = void 0 === o ? [] : o, f = n.attributes, l = void 0 === f ? {} : f, c = n.styles, u = void 0 === c ? {} : c;
return W({
type: "text",
content: t
}, function() {
return F(), g({
content: t,
transform: ut({}, vt, r),
title: a,
extra: {
attributes: l,
styles: u,
classes: [ ht.familyPrefix + "-layers-text" ].concat(dt(s))
}
});
});
},
layer: function(t) {
return W({
type: "layer"
}, function() {
F();
var n = [];
return t(function(t) {
n = Array.isArray(t) ? t.map(function(t) {
n = n.concat(t.abstract);
}) : n.concat(t.abstract);
}), [ {
tag: "span",
attributes: {
class: ht.familyPrefix + "-layers"
},
children: n
} ];
});
}
};
Object.defineProperty(mn, "config", {
get: function() {
ht.autoReplaceSvg, ht.observeMutations, ht.showMissingIcons;
return mt(ht, [ "autoReplaceSvg", "observeMutations", "showMissingIcons" ]);
},
set: function(n) {
t(n);
}
}), function(t) {
try {
t();
} catch (t) {
throw t;
}
}(function() {
var t = function() {
ht.autoReplaceSvg && mn.dom.i2svg({
node: K
});
};
Q && (q.FontAwesome || (q.FontAwesome = mn), fn(function() {
Object.keys(Mt.styles).length > 0 && t(), ht.observeMutations && "function" == typeof MutationObserver && M({
treeCallback: j,
nodeCallback: P,
pseudoElementsCallback: T
});
})), Mt.hooks = ut({}, Mt.hooks, {
addPack: function(n, e) {
Mt.styles[n] = ut({}, Mt.styles[n] || {}, e), Ft(), t();
},
addShims: function(n) {
var e;
(e = Mt.shims).push.apply(e, dt(n)), Ft(), t();
}
});
});
}();