@alixpartners/ui-components 1.21.13 → 1.21.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/umd/index.js
CHANGED
|
@@ -322,7 +322,7 @@ e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月
|
|
|
322
322
|
* @author Feross Aboukhadijeh <http://feross.org>
|
|
323
323
|
* @license MIT
|
|
324
324
|
*/
|
|
325
|
-
var r=n(517),i=n(518),o=n(519);function a(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(a()<t)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=l.prototype:(null===e&&(e=new l(t)),e.length=t),e}function l(e,t,n){if(!(l.TYPED_ARRAY_SUPPORT||this instanceof l))return new l(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return d(this,e)}return c(this,e,t,n)}function c(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);l.TYPED_ARRAY_SUPPORT?(e=t).__proto__=l.prototype:e=p(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!l.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|f(t,n),i=(e=s(e,r)).write(t,n);i!==r&&(e=e.slice(0,i));return e}(e,t,n):function(e,t){if(l.isBuffer(t)){var n=0|h(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?s(e,0):p(e,t);if("Buffer"===t.type&&o(t.data))return p(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function d(e,t){if(u(t),e=s(e,t<0?0:0|h(t)),!l.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function p(e,t){var n=t.length<0?0:0|h(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function h(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function f(e,t){if(l.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return B(e).length;default:if(r)return z(e).length;t=(""+t).toLowerCase(),r=!0}}function m(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return O(this,t,n);case"ascii":return L(this,t,n);case"latin1":case"binary":return C(this,t,n);case"base64":return k(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function y(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:v(e,t,n,r,i);if("number"==typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):v(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function v(e,t,n,r,i){var o,a=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,l/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var u=-1;for(o=n;o<s;o++)if(c(e,o)===c(t,-1===u?0:o-u)){if(-1===u&&(u=o),o-u+1===l)return u*a}else-1!==u&&(o-=o-u),u=-1}else for(n+l>s&&(n=s-l),o=n;o>=0;o--){for(var d=!0,p=0;p<l;p++)if(c(e,o+p)!==c(t,p)){d=!1;break}if(d)return o}return-1}function b(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(isNaN(s))return a;e[n+a]=s}return a}function _(e,t,n,r){return W(z(t,e.length-n),e,n,r)}function x(e,t,n,r){return W(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function w(e,t,n,r){return x(e,t,n,r)}function M(e,t,n,r){return W(B(t),e,n,r)}function S(e,t,n,r){return W(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)n=e.charCodeAt(a),r=n>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function k(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function O(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,s,l,c=e[i],u=null,d=c>239?4:c>223?3:c>191?2:1;if(i+d<=n)switch(d){case 1:c<128&&(u=c);break;case 2:128==(192&(o=e[i+1]))&&(l=(31&c)<<6|63&o)>127&&(u=l);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(l=(15&c)<<12|(63&o)<<6|63&a)>2047&&(l<55296||l>57343)&&(u=l);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(l=(15&c)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(u=l)}null===u?(u=65533,d=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),i+=d}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}t.Buffer=l,t.SlowBuffer=function(e){+e!=e&&(e=0);return l.alloc(+e)},t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=a(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,n){return c(null,e,t,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,n){return function(e,t,n,r){return u(t),t<=0?s(e,t):void 0!==n?"string"==typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},l.allocUnsafe=function(e){return d(null,e)},l.allocUnsafeSlow=function(e){return d(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!o(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=l.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var a=e[n];if(!l.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(r,i),i+=a.length}return r},l.byteLength=f,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?O(this,0,e):m.apply(this,arguments)},l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},l.prototype.compare=function(e,t,n,r,i){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),s=Math.min(o,a),c=this.slice(r,i),u=e.slice(t,n),d=0;d<s;++d)if(c[d]!==u[d]){o=c[d],a=u[d];break}return o<a?-1:a<o?1:0},l.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},l.prototype.indexOf=function(e,t,n){return y(this,e,t,n,!0)},l.prototype.lastIndexOf=function(e,t,n){return y(this,e,t,n,!1)},l.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return _(this,e,t,n);case"ascii":return x(this,e,t,n);case"latin1":case"binary":return w(this,e,t,n);case"base64":return M(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return S(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function L(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function C(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function T(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=R(e[o]);return i}function A(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function j(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function E(e,t,n,r,i,o){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function I(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);i<o;++i)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function P(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);i<o;++i)e[n+i]=t>>>8*(r?i:3-i)&255}function D(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Y(e,t,n,r,o){return o||D(e,0,n,4),i.write(e,t,n,r,23,4),n+4}function N(e,t,n,r,o){return o||D(e,0,n,8),i.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),l.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=l.prototype;else{var i=t-e;n=new l(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+e]}return n},l.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},l.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},l.prototype.readUInt8=function(e,t){return t||j(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||j(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||j(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||j(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||j(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},l.prototype.readInt8=function(e,t){return t||j(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||j(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||j(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||j(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||j(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||j(e,4,this.length),i.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||j(e,4,this.length),i.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||j(e,8,this.length),i.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||j(e,8,this.length),i.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||E(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},l.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||E(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):P(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):P(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);E(this,e,t,n,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);E(this,e,t,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):P(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):P(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return Y(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return Y(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return N(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return N(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i,o=r-n;if(this===e&&n<t&&t<r)for(i=o-1;i>=0;--i)e[i+t]=this[i+n];else if(o<1e3||!l.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},l.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=l.isBuffer(e)?e:z(new l(e,r).toString()),s=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%s]}return this};var H=/[^+\/0-9A-Za-z-_]/g;function R(e){return e<16?"0"+e.toString(16):e.toString(16)}function z(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function B(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(H,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function W(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}}).call(this,n(48))},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(1),i=n(17),o=n(2),a=n(11),s=function(e,t,n){var s=this;this.ver=1,this.sampleRate=100,this.tags={},this[o.r]=Object(a.g)(e,n)||i.h,this.data=t,this.time=Object(r.O)(new Date),this.aiDataContract={time:1,iKey:1,name:1,sampleRate:function(){return 100===s.sampleRate?4:1},tags:1,data:1}}},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(17),i=n(2),o=n(11),a=function(){function e(e,t,n,a){this.aiDataContract={ver:1,name:1,properties:0,measurements:0};this.ver=2,this[i.r]=Object(o.g)(e,t)||r.h,this[i.v]=Object(o.f)(e,n),this[i.o]=Object(o.d)(e,a)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Event",e.dataType="EventData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var r=n(70),i=n(1),o=n(17),a=n(2),s=n(11);function l(e,t){var n=e;return n&&!Object(i.v)(n)&&(JSON&&JSON[a.F]?(n=JSON[a.F](e),!t||n&&"{}"!==n||(n=Object(i.q)(e[a.I])?e[a.I]():""+e)):n=e+" - (Missing JSON.stringify)"),n||""}function c(e,t){var n=e;return e&&(n&&!Object(i.v)(n)&&(n=e.message||e.description||n),n&&!Object(i.v)(n)&&(n=l(n,!0)),e.filename&&(n=n+" @"+(e.filename||"")+":"+(e.lineno||"?")+":"+(e.colno||"?"))),t&&"String"!==t&&"Object"!==t&&"Error"!==t&&-1===(n||"")[a.i](t)&&(n=t+": "+n),n||""}function u(e){return e&&e.src&&Object(i.v)(e.src)&&e.obj&&Object(i.m)(e.obj)}function d(e){var t=e||"";Object(i.v)(t)||(t=Object(i.v)(t.stack)?t.stack:""+t);var n=t[a.E]("\n");return{src:t,obj:n}}function p(e){var t=null;if(e)try{if(e.stack)t=d(e.stack);else if(e.error&&e.error.stack)t=d(e.error.stack);else if(e.exception&&e.exception.stack)t=d(e.exception.stack);else if(u(e))t=e;else if(u(e.stackDetails))t=e.stackDetails;else if(window&&window.opera&&e.message)t=function(e){for(var t=[],n=e[a.E]("\n"),r=0;r<n[a.l];r++){var i=n[r];n[r+1]&&(i+="@"+n[r+1],r++),t.push(i)}return{src:e,obj:t}}(e[a.p]);else if(e.reason&&e.reason.stack)t=d(e.reason.stack);else if(Object(i.v)(e))t=d(e);else{var n=e.message||e.description||"";Object(i.v)(e.errorSrc)&&(n&&(n+="\n"),n+=" from "+e.errorSrc),n&&(t=d(n))}}catch(e){t=d(e)}return t||{src:"",obj:null}}function h(e){var t="";if(e&&!(t=e.typeName||e[a.r]||""))try{var n=/function (.{1,200})\(/.exec(e.constructor[a.I]());t=n&&n[a.l]>1?n[1]:""}catch(e){}return t}function f(e){if(e)try{if(!Object(i.v)(e)){var t=h(e),n=l(e,!1);return n&&"{}"!==n||(e.error&&(t=h(e=e.error)),n=l(e,!0)),0!==n[a.i](t)&&"String"!==t?t+":"+n:n}}catch(e){}return""+(e||"")}var m=function(){function e(e,t,n,r,o,l){this.aiDataContract={ver:1,exceptions:1,severityLevel:0,properties:0,measurements:0};this.ver=2,!function(e){try{if(Object(i.u)(e))return"ver"in e&&"exceptions"in e&&"properties"in e}catch(e){}return!1}(t)?(n||(n={}),this[a.e]=[new g(e,t,n)],this[a.v]=Object(s.f)(e,n),this[a.o]=Object(s.d)(e,r),o&&(this[a.C]=o),l&&(this.id=l)):(this[a.e]=t[a.e]||[],this[a.v]=t[a.v],this[a.o]=t[a.o],t[a.C]&&(this[a.C]=t[a.C]),t.id&&(this.id=t.id),t[a.u]&&(this[a.u]=t[a.u]),Object(i.s)(t[a.k])||(this[a.k]=t[a.k]))}return e.CreateAutoException=function(e,t,n,r,i,o,s,l){var u,d=h(i||o||e);return(u={})[a.p]=c(e,d),u.url=t,u.lineNumber=n,u.columnNumber=r,u.error=f(i||o||e),u.evt=f(o||e),u[a.J]=d,u.stackDetails=p(s||i||o),u.errorSrc=l,u},e.CreateFromInterface=function(t,n,o,s){var l=n[a.e]&&Object(i.d)(n[a.e],(function(e){return g[a.K](t,e)}));return new e(t,Object(r.a)(Object(r.a)({},n),{exceptions:l}),o,s)},e.prototype.toInterface=function(){var e,t=this,n=t.exceptions,r=t.properties,o=t.measurements,s=t.severityLevel,l=t.problemGroup,c=t.id,u=t.isManual,d=n instanceof Array&&Object(i.d)(n,(function(e){return e.toInterface()}))||void 0;return(e={ver:"4.0"})[a.e]=d,e.severityLevel=s,e.properties=r,e.measurements=o,e.problemGroup=l,e.id=c,e.isManual=u,e},e.CreateSimpleException=function(e,t,n,r,i,o){var s;return{exceptions:[(s={},s[a.h]=!0,s.message=e,s.stack=i,s.typeName=t,s)]}},e.envelopeType="Microsoft.ApplicationInsights.{0}.Exception",e.dataType="ExceptionData",e.formatError=f,e}(),g=function(){function e(e,t,n){this.aiDataContract={id:0,outerId:0,typeName:1,message:1,hasFullStack:0,stack:0,parsedStack:2};if(function(e){try{if(Object(i.u)(e))return"hasFullStack"in e&&"typeName"in e}catch(e){}return!1}(t))this[a.J]=t[a.J],this[a.p]=t[a.p],this.stack=t.stack,this[a.s]=t[a.s]||[],this[a.h]=t[a.h];else{var r=t,l=r&&r.evt;Object(i.p)(r)||(r=r.error||l||r),this[a.J]=Object(s.g)(e,h(r))||o.h,this[a.p]=Object(s.e)(e,c(t||r,this[a.J]))||o.h;var u=t.stackDetails||p(t);this[a.s]=function(e){var t,n=e.obj;if(n&&n[a.l]>0){t=[];var r=0,o=0;Object(i.b)(n,(function(e){var n=e[a.I]();if(y.regex.test(n)){var i=new y(n,r++);o+=i[a.D],t.push(i)}}));if(o>32768)for(var s=0,l=t[a.l]-1,c=0,u=s,d=l;s<l;){if((c+=t[s][a.D]+t[l][a.D])>32768){var p=d-u+1;t.splice(u,p);break}u=s,d=l,s++,l--}}return t}(u),this.stack=Object(s.b)(e,function(e){var t="";return e&&(e.obj?Object(i.b)(e.obj,(function(e){t+=e+"\n"})):t=e.src||""),t}(u)),this.hasFullStack=Object(i.m)(this.parsedStack)&&this.parsedStack[a.l]>0,n&&(n[a.J]=n[a.J]||this[a.J])}}return e.prototype.toInterface=function(){var e,t=this[a.s]instanceof Array&&Object(i.d)(this[a.s],(function(e){return e.toInterface()}));return(e={id:this.id,outerId:this.outerId,typeName:this[a.J],message:this[a.p],hasFullStack:this[a.h],stack:this.stack})[a.s]=t||void 0,e},e.CreateFromInterface=function(t,n){var o=n[a.s]instanceof Array&&Object(i.d)(n[a.s],(function(e){return y[a.K](e)}))||n[a.s];return new e(t,Object(r.a)(Object(r.a)({},n),{parsedStack:o}))},e}(),y=function(){function e(t,n){this.aiDataContract={level:1,method:1,assembly:0,fileName:0,line:0};if(this[a.D]=0,"string"==typeof t){var r=t;this[a.m]=n,this[a.q]="<no_method>",this[a.a]=Object(i.M)(r),this[a.g]="",this[a.n]=0;var o=r.match(e.regex);o&&o[a.l]>=5&&(this[a.q]=Object(i.M)(o[2])||this[a.q],this[a.g]=Object(i.M)(o[4]),this[a.n]=parseInt(o[5])||0)}else this[a.m]=t[a.m],this[a.q]=t[a.q],this[a.a]=t[a.a],this[a.g]=t[a.g],this[a.n]=t[a.n],this[a.D]=0;this.sizeInBytes+=this.method[a.l],this.sizeInBytes+=this.fileName[a.l],this.sizeInBytes+=this.assembly[a.l],this[a.D]+=e.baseSize,this.sizeInBytes+=this.level.toString()[a.l],this.sizeInBytes+=this.line.toString()[a.l]}return e.CreateFromInterface=function(t){return new e(t,null)},e.prototype.toInterface=function(){return{level:this[a.m],method:this[a.q],assembly:this[a.a],fileName:this[a.g],line:this[a.n]}},e.regex=/^([\s]+at)?[\s]{0,50}([^\@\()]+?)[\s]{0,50}(\@|\()([^\(\n]+):([0-9]+):([0-9]+)(\)?)$/,e.baseSize=58,e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(17),i=n(30),o=n(2),a=n(11),s=function(){function e(e,t,n,s,l,c,u){this.aiDataContract={ver:1,name:0,url:0,duration:0,properties:0,measurements:0,id:0};this.ver=2,this.id=Object(a.c)(e,u),this.url=Object(a.h)(e,n),this[o.r]=Object(a.g)(e,t)||r.h,isNaN(s)||(this[o.d]=Object(i.c)(s)),this[o.v]=Object(a.f)(e,l),this[o.o]=Object(a.d)(e,c)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview",e.dataType="PageviewData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(30),i=n(43),o=n(2),a=n(11),s=function(){function e(e,t,n,s,l,c,u,d,p,h,f,m){void 0===p&&(p="Ajax"),this.aiDataContract={id:1,ver:1,name:0,resultCode:0,duration:0,success:0,data:0,target:0,type:0,properties:0,measurements:0,kind:0,value:0,count:0,min:0,max:0,stdDev:0,dependencyKind:0,dependencySource:0,commandName:0,dependencyTypeName:0};this.ver=2,this.id=t,this[o.d]=Object(r.c)(l),this.success=c,this.resultCode=u+"",this.type=Object(a.g)(e,p);var g=Object(i.a)(e,n,d,s);this.data=Object(a.h)(e,s)||g.data,this.target=Object(a.g)(e,g.target),h&&(this.target="".concat(this.target," | ").concat(h)),this[o.r]=Object(a.g)(e,g[o.r]),this[o.v]=Object(a.f)(e,f),this[o.o]=Object(a.d)(e,m)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency",e.dataType="RemoteDependencyData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(17),i=n(2),o=n(11),a=function(){function e(e,t,n,a,s){this.aiDataContract={ver:1,message:1,severityLevel:0,properties:0};this.ver=2,t=t||r.h,this[i.p]=Object(o.e)(e,t),this[i.v]=Object(o.f)(e,a),this[i.o]=Object(o.d)(e,s),n&&(this[i.C]=n)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Message",e.dataType="MessageData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(17),i=n(2),o=n(11),a=function(){function e(e,t,n,a,s,l,c){this.aiDataContract={ver:1,name:0,url:0,duration:0,perfTotal:0,networkConnect:0,sentRequest:0,receivedResponse:0,domProcessing:0,properties:0,measurements:0};this.ver=2,this.url=Object(o.h)(e,n),this[i.r]=Object(o.g)(e,t)||r.h,this[i.v]=Object(o.f)(e,s),this[i.o]=Object(o.d)(e,l),c&&(this.domProcessing=c.domProcessing,this[i.d]=c[i.d],this.networkConnect=c.networkConnect,this.perfTotal=c.perfTotal,this[i.w]=c[i.w],this.sentRequest=c.sentRequest)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance",e.dataType="PageviewPerformanceData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r=function(e,t){this.aiDataContract={baseType:1,baseData:1},this.baseType=e,this.baseData=t}},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(59),i=Object(r.a)({Verbose:0,Information:1,Warning:2,Error:3,Critical:4})},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(1),i=n(2),o=function(){function e(){}return e.getConfig=function(e,t,n,o){var a;return void 0===o&&(o=!1),a=n&&e[i.f]&&e[i.f][n]&&!Object(r.s)(e[i.f][n][t])?e[i.f][n][t]:e[t],Object(r.s)(a)?o:a},e}()},function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ApContextualPopup=void 0;var a=n(3),s=n(523),l=n(102),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={forceClose:!1},t.tooltipRef=null,t.handleClickOutside=function(){l.StyledReactTooltip.hide(t.tooltipRef)},t.forceTooltipClose=function(){var e=t.props.tooltip;e.afterHide&&e.afterHide(),t.setState({forceClose:!0},(function(){return t.setState({forceClose:!1})}))},t}return i(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.children,r=t.className,i=t.trigger,l=t.id,c=t.tooltip,u=this.state.forceClose,d=i(),p=a.cloneElement(d,{className:(d.props.className?d.props.className:"")+" ap-contextual-popup-trigger","data-for":l,"data-tip":"tooltip",ref:function(t){return e.tooltipRef=t}});return a.createElement(a.Fragment,null,p,!u&&a.createElement(s.default,o({handleClickOutside:this.handleClickOutside,className:"ap-contextual-popup "+(r||""),id:l,isCapture:!0,place:"bottom",clickable:!0,type:"light",effect:"solid",overridePosition:function(e,t,n,r){var i=e.left,o=e.top,a=document.documentElement;return i=Math.min(a.clientWidth-r.clientWidth,i),o=Math.min(a.clientHeight-r.clientHeight,o),i=Math.max(0,i),{top:o=Math.max(0,o),left:i}},getContent:function(){return n({close:e.forceTooltipClose})}},c)))},t.defaultProps={tooltip:{}},t}(a.Component);t.ApContextualPopup=c},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(r(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationItem=t.Type=t.Severity=t.Status=void 0;var o,a,s,l=n(3),c=n(528),u=n(285),d=n(531);!function(e){e.read="Read",e.unread="Unread",e.archived="Archived"}(o=t.Status||(t.Status={})),function(e){e.important="Important",e.info="Information"}(a=t.Severity||(t.Severity={})),function(e){e.action="Actionable",e.normal="Normal"}(s=t.Type||(t.Type={}));t.NotificationItem=function(e){var t=e.data,n=e.className,r=e.archive,p={actions:i(t.payload.url&&t.payload.actionVerb?[{action:function(){return e=t.payload.url,void((n=window.open(e,"_blank"))&&n.focus());var e,n},name:t.payload.actionVerb}]:[],t.type===s.normal?[{action:function(){return r(t.notificationId)},name:"Dismiss"}]:[]),content:t.payload.content,isNew:t.state===o.unread,moduleName:t.payload.shortName,severity:t.payload.severity,timestamp:t.payload.timestamp};return l.createElement(d.Wrapper,{isNew:p.isNew,important:p.severity===a.important,className:"ap-notification-item "+(n||"")},l.createElement(d.Section,null,p.moduleName&&l.createElement(u.ApWidgetIcon,{type:p.moduleName.toLowerCase()})),l.createElement(d.Section,null,l.createElement(d.Text,null,p.content),l.createElement(d.Actions,null,p.actions&&p.actions.map((function(e,t){var n=e.name,r=e.action;return l.createElement(d.StyledButton,{key:t,onClick:r},n)})),l.createElement(d.Timestamp,null,l.createElement(c.default,{minPeriod:60,date:p.timestamp})))))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckIcon=t.ApMenuItemStyled=t.ApHeaderDropdownLabelText=t.ApHeaderDropdownLabelContainer=void 0;var i,o,a,s,l=n(8),c=n(6),u=n(22),d=n(61);t.ApHeaderDropdownLabelContainer=l.default.button.withConfig({displayName:"ApHeaderDropdownLabelContainer",componentId:"sc-n66c3o-0"})(i||(i=r(["\n height: 44px;\n border: 1px solid ",";\n border-radius: 33px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 8px 16px;\n background-color: ",";\n outline: none;\n ","\n"],["\n height: 44px;\n border: 1px solid ",";\n border-radius: 33px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 8px 16px;\n background-color: ",";\n outline: none;\n ","\n"])),c.colors.grey3,c.colors.white,(function(e){return e.disabled?"\n pointer-events: none;\n ":"\n cursor: pointer;\n "})),t.ApHeaderDropdownLabelText=l.default.span.withConfig({displayName:"ApHeaderDropdownLabelText",componentId:"sc-n66c3o-1"})(o||(o=r(["\n font-size: 28px;\n color: ",";\n margin-right: 8px;\n white-space: nowrap;\n"],["\n font-size: 28px;\n color: ",";\n margin-right: 8px;\n white-space: nowrap;\n"])),c.colors.grey7),t.ApMenuItemStyled=l.default(d.ApMenuItem).withConfig({displayName:"ApMenuItemStyled",componentId:"sc-n66c3o-2"})(a||(a=r(["\n display: flex;\n align-items: center;\n padding: 8px 24px 8px 12px;\n font-size: 16px;\n"],["\n display: flex;\n align-items: center;\n padding: 8px 24px 8px 12px;\n font-size: 16px;\n"]))),t.CheckIcon=l.default(u.ApIcon).withConfig({displayName:"CheckIcon",componentId:"sc-n66c3o-3"})(s||(s=r(["\n visibility: ",";\n"],["\n visibility: ",";\n"])),(function(e){return e.visible?"visible":"hidden"}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.INITIAL_TICK_WIDTH=t.CIRCLE_WIDTH=t.getStepWidth=void 0,t.getStepWidth=function(e){var t=e.ref,n=e.min,r=e.max,i=e.circleWidth;return t&&t.getBoundingClientRect?(t.getBoundingClientRect().width-i)/(r-n):0},t.CIRCLE_WIDTH=20,t.INITIAL_TICK_WIDTH=4},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApSelect=void 0;var o=n(3),a=n(22),s=n(537);t.ApSelect=function(e){var t=e.disabled,n=e.name,l=e.onChange,c=e.options,u=e.placeholder,d=e.value,p=i(e,["disabled","name","onChange","options","placeholder","value"]);return o.createElement(s.Wrapper,null,o.createElement(s.Arrow,null,o.createElement(a.ApIcon,{iconName:"baseline_arrow_drop_down"})),o.createElement(s.Select,r({disabled:t,id:"select-"+n,value:d,onChange:function(e){l(e.target.value)}},p),u?o.createElement("option",{value:"",hidden:!0},u):null,c.map((function(e){return o.createElement("option",{key:"name-dropdown-"+e.value+"-"+e.label,value:e.value},e.label)}))))}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},o=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApInput=void 0;var a=n(3),s=n(22),l=n(103);t.ApInput=function(e){var t=e.className,n=e.disabled,c=e.errorMessage,u=e.icon,d=e.label,p=e.name,h=e.maxLength,f=e.onChange,m=e.placeholder,g=e.symbol,y=e.value,v=i(e,["className","disabled","errorMessage","icon","label","name","maxLength","onChange","placeholder","symbol","value"]),b=o(a.useState(y?y.length:0),2),_=b[0],x=b[1];return a.createElement(l.Wrapper,{className:t},d||h?a.createElement(l.LabelWrapper,null,d?a.createElement(l.Label,null,d):null,h?a.createElement(l.Counter,null,_,"/",h):null):null,a.createElement(l.InputWrapper,null,u?a.createElement(l.RightSymbol,null,a.createElement(s.ApIcon,{iconName:u})):null,g?a.createElement(l.RightSymbol,null,g):null,a.createElement(l.Input,r({disabled:n,maxLength:h||1/0,name:p,onChange:function(e){f(e.target.value,e)},onKeyUp:function(e){x(e.target.value.length)},placeholder:m,value:y,className:"ap-input-field"},v))),c?a.createElement(l.ErrorWrapper,null,a.createElement(l.ErrorMessage,null,c)):null)}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApHeaderBarLink=t.UserMenuButton=t.ApHeaderBarMenuIconTrigger=t.RightMenu=t.ApplicationTitle=t.ApHeaderBarDivider=t.RightWrapper=t.LeftWrapper=t.CCPLogoStyled=t.LogoStyled=t.Container=void 0;var i,o,a,s,l,c,u,d,p,h,f,m=n(8),g=n(6),y=n(46);t.Container=m.default.div.withConfig({displayName:"Container",componentId:"sc-1iopjqe-0"})(i||(i=r(["\n background-color: ",";\n height: 48px;\n padding: 0 32px;\n display: flex;\n justify-content: space-between;\n box-sizing: border-box;\n"],["\n background-color: ",";\n height: 48px;\n padding: 0 32px;\n display: flex;\n justify-content: space-between;\n box-sizing: border-box;\n"])),g.colors.grey7),t.LogoStyled=m.default.a.withConfig({displayName:"LogoStyled",componentId:"sc-1iopjqe-1"})(o||(o=r(["\n background-color: ",";\n width: 24px;\n height: 24px;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);\n border-radius: 4px;\n border: 1px solid transparent;\n display: flex;\n justify-content: center;\n align-items: center;\n color: ",";\n font-size: 9px;\n letter-spacing: 0.8px;\n font-weight: bold;\n text-decoration: none;\n :hover {\n border-color: ",";\n }\n"],["\n background-color: ",";\n width: 24px;\n height: 24px;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);\n border-radius: 4px;\n border: 1px solid transparent;\n display: flex;\n justify-content: center;\n align-items: center;\n color: ",";\n font-size: 9px;\n letter-spacing: 0.8px;\n font-weight: bold;\n text-decoration: none;\n :hover {\n border-color: ",";\n }\n"])),(function(e){return e.color}),g.colors.white,g.colors.white),t.CCPLogoStyled=m.default(t.LogoStyled).withConfig({displayName:"CCPLogoStyled",componentId:"sc-1iopjqe-2"})(a||(a=r(["\n width: 32px;\n height: 32px;\n font-size: 11px;\n background-color: ",";\n"],["\n width: 32px;\n height: 32px;\n font-size: 11px;\n background-color: ",";\n"])),g.colors.grey6),t.LeftWrapper=m.default.div.withConfig({displayName:"LeftWrapper",componentId:"sc-1iopjqe-3"})(s||(s=r(["\n display: flex;\n align-items: center;\n"],["\n display: flex;\n align-items: center;\n"]))),t.RightWrapper=m.default.div.withConfig({displayName:"RightWrapper",componentId:"sc-1iopjqe-4"})(l||(l=r(["\n display: flex;\n"],["\n display: flex;\n"]))),t.ApHeaderBarDivider=m.default.div.withConfig({displayName:"ApHeaderBarDivider",componentId:"sc-1iopjqe-5"})(c||(c=r(["\n width: 1px;\n height: 32px;\n margin: 0 8px;\n background-color: ",";\n"],["\n width: 1px;\n height: 32px;\n margin: 0 8px;\n background-color: ",";\n"])),g.colors.grey6),t.ApplicationTitle=m.default.div.withConfig({displayName:"ApplicationTitle",componentId:"sc-1iopjqe-6"})(u||(u=r(["\n color: ",";\n font-size: 19px;\n height: 100%;\n display: flex;\n align-items: center;\n margin-left: 12px;\n"],["\n color: ",";\n font-size: 19px;\n height: 100%;\n display: flex;\n align-items: center;\n margin-left: 12px;\n"])),g.colors.white),t.RightMenu=m.default.div.withConfig({displayName:"RightMenu",componentId:"sc-1iopjqe-7"})(d||(d=r(["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n"],["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n"]))),t.ApHeaderBarMenuIconTrigger=m.default(y.ApButtonIcon).withConfig({displayName:"ApHeaderBarMenuIconTrigger",componentId:"sc-1iopjqe-8"})(p||(p=r(["\n margin-left: 12px;\n"],["\n margin-left: 12px;\n"]))),t.UserMenuButton=m.default.button.withConfig({displayName:"UserMenuButton",componentId:"sc-1iopjqe-9"})(h||(h=r(["\n margin-left: 12px;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n border: 1px solid transparent;\n background-color: ",";\n color: ",";\n outline: none;\n display: inline-flex;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n white-space: nowrap;\n :hover {\n border-color: ",";\n }\n"],["\n margin-left: 12px;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n border: 1px solid transparent;\n background-color: ",";\n color: ",";\n outline: none;\n display: inline-flex;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n white-space: nowrap;\n :hover {\n border-color: ",";\n }\n"])),g.colors.green1,g.colors.white,g.colors.white),t.ApHeaderBarLink=m.default(y.ApButtonLink).withConfig({displayName:"ApHeaderBarLink",componentId:"sc-1iopjqe-10"})(f||(f=r(["\n color: ",";\n background-color: transparent;\n text-transform: capitalize;\n font-size: 16px;\n font-weight: 500;\n :hover {\n color: ",";\n background-color: transparent;\n }\n"],["\n color: ",";\n background-color: transparent;\n text-transform: capitalize;\n font-size: 16px;\n font-weight: 500;\n :hover {\n color: ",";\n background-color: transparent;\n }\n"])),g.colors.grey4,g.colors.green1)},function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},a=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},s=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(a(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApPeriodPicker=void 0;var l=n(3),c=n(46),u=n(22),d=n(61),p=n(547),h=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],f=function(){var e=new Date,t=e.getMonth()+1;return{quarter:Math.ceil(t/3),month:t,year:e.getFullYear()}},m=function(e){return"P"+e},g=function(e){return"Q"+e},y=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isMenuOpen:!1,year:t.props.data.year||f().year},t.toggleMenu=function(e){var n=t.props.data;t.setState({isMenuOpen:e}),!e&&n.year&&t.setState({year:n.year})},t.setNextYear=function(){var e=t.state.year;t.setState({year:e+1})},t.setPrevYear=function(){var e=t.state.year;t.setState({year:e-1})},t.selectPeriod=function(e){(0,t.props.onChange)({year:t.state.year,period:e}),t.toggleMenu(!1)},t}return i(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props.data;t.year&&t.year!==e.data.year&&this.setState({year:t.year})},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.enableBeforeToday,i=t.data,a=t.disabled,y=t.showPeriod,v=t.isQuarter,b=t.onChange,_=this.state,x=_.year,w=_.isMenuOpen,M=f(),S=M.month,k=M.year,O=M.quarter,L=i.period,C=i.year,T=C&&L?v?g(L)+"/"+C:y?m(L)+"/"+C:h[L-1]+" "+C:"";return l.createElement(d.ApMenu,{isOpen:w,toggleMenu:this.toggleMenu,className:n,button:l.createElement("div",{style:a?{pointerEvents:"none"}:{}},l.createElement(p.Wrapper,null,l.createElement(p.StyledTextInput,o({placeholder:"date",value:T,onChange:function(){return null},disabled:a},{readOnly:!0})),l.createElement(p.InnerIcon,null,l.createElement(u.ApIcon,{iconName:"baseline_calendar_today",iconSize:20}))))},l.createElement(p.MenuContent,null,l.createElement(p.PickerHeader,null,l.createElement(c.ApButtonIcon,{iconName:"baseline_keyboard_arrow_left",disabled:!r&&x<=k,onClick:this.setPrevYear}),l.createElement(p.PickerYear,null,x),l.createElement(c.ApButtonIcon,{iconName:"baseline_keyboard_arrow_right",onClick:this.setNextYear})),l.createElement(p.PickerContent,{isQuarter:v},l.createElement(p.PickerGrid,null,v?s(Array(4).keys()).map((function(t){var n=!r&&(x<k||x===k&&t+1<O),i=x===C&&t+1===L;return l.createElement(p.PickerPeriod,{key:t,disabled:n,active:i,onClick:n?void 0:function(){b({year:x,period:t+1}),e.toggleMenu(!1)}},g(t+1))})):h.map((function(t,n){var i=!r&&(x<k||x===k&&n+1<S),o=x===C&&n+1===L;return l.createElement(p.PickerPeriod,{key:n,disabled:i,active:o,onClick:i?void 0:function(){e.selectPeriod(n+1)}},y?m(n+1):t)}))))))},t.defaultProps={data:{},disabled:!1,enableBeforeToday:!1,isQuarter:!1,showPeriod:!1},t}(l.Component);t.ApPeriodPicker=y},function(e,t,n){"use strict";n.r(t),n.d(t,"adjustHue",(function(){return Ye})),n.d(t,"animation",(function(){return yt})),n.d(t,"backgroundImages",(function(){return vt})),n.d(t,"backgrounds",(function(){return bt})),n.d(t,"between",(function(){return Y})),n.d(t,"border",(function(){return xt})),n.d(t,"borderColor",(function(){return wt})),n.d(t,"borderRadius",(function(){return Mt})),n.d(t,"borderStyle",(function(){return St})),n.d(t,"borderWidth",(function(){return kt})),n.d(t,"buttons",(function(){return At})),n.d(t,"clearFix",(function(){return N})),n.d(t,"complement",(function(){return Ne})),n.d(t,"cover",(function(){return H})),n.d(t,"cssVar",(function(){return _})),n.d(t,"darken",(function(){return ze})),n.d(t,"desaturate",(function(){return We})),n.d(t,"directionalProperty",(function(){return k})),n.d(t,"ellipsis",(function(){return R})),n.d(t,"em",(function(){return A})),n.d(t,"fluidRange",(function(){return W})),n.d(t,"fontFace",(function(){return X})),n.d(t,"getContrast",(function(){return Ve})),n.d(t,"getLuminance",(function(){return Fe})),n.d(t,"getValueAndUnit",(function(){return E})),n.d(t,"grayscale",(function(){return Ue})),n.d(t,"hiDPI",(function(){return $})),n.d(t,"hideText",(function(){return J})),n.d(t,"hideVisually",(function(){return Z})),n.d(t,"hsl",(function(){return Te})),n.d(t,"hslToColorString",(function(){return Ge})),n.d(t,"hsla",(function(){return Ae})),n.d(t,"invert",(function(){return qe})),n.d(t,"lighten",(function(){return Ke})),n.d(t,"linearGradient",(function(){return te})),n.d(t,"margin",(function(){return jt})),n.d(t,"math",(function(){return v})),n.d(t,"meetsContrastGuidelines",(function(){return Xe})),n.d(t,"mix",(function(){return Ze})),n.d(t,"modularScale",(function(){return P})),n.d(t,"normalize",(function(){return ne})),n.d(t,"opacify",(function(){return et})),n.d(t,"padding",(function(){return Et})),n.d(t,"parseToHsl",(function(){return Me})),n.d(t,"parseToRgb",(function(){return we})),n.d(t,"position",(function(){return Pt})),n.d(t,"radialGradient",(function(){return re})),n.d(t,"readableColor",(function(){return tt})),n.d(t,"rem",(function(){return D})),n.d(t,"retinaImage",(function(){return ie})),n.d(t,"rgb",(function(){return je})),n.d(t,"rgbToColorString",(function(){return nt})),n.d(t,"rgba",(function(){return Ee})),n.d(t,"saturate",(function(){return it})),n.d(t,"setHue",(function(){return at})),n.d(t,"setLightness",(function(){return lt})),n.d(t,"setSaturation",(function(){return ut})),n.d(t,"shade",(function(){return pt})),n.d(t,"size",(function(){return Dt})),n.d(t,"stripUnit",(function(){return C})),n.d(t,"textInputs",(function(){return Ht})),n.d(t,"timingFunctions",(function(){return ae})),n.d(t,"tint",(function(){return ft})),n.d(t,"toColorString",(function(){return Ie})),n.d(t,"transitions",(function(){return Rt})),n.d(t,"transparentize",(function(){return gt})),n.d(t,"triangle",(function(){return le})),n.d(t,"wordWrap",(function(){return ce}));var r=n(14);var i=n(31);function o(e){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var a=n(63);function s(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function l(e,t,n){return(l=s()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&Object(a.a)(i,n.prototype),i}).apply(null,arguments)}function c(e){var t="function"==typeof Map?new Map:void 0;return(c=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return l(e,arguments,o(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Object(a.a)(r,e)})(e)}function u(e,t){return t||(t=e.slice(0)),e.raw=t,e}function d(){var e;return(e=arguments.length-1)<0||arguments.length<=e?void 0:arguments[e]}var p={symbols:{"!":{postfix:{symbol:"!",f:function e(t){return t%1||!(+t>=0)?NaN:t>170?1/0:0===t?1:t*e(t-1)},notation:"postfix",precedence:6,rightToLeft:0,argCount:1},symbol:"!",regSymbol:"!"},"^":{infix:{symbol:"^",f:function(e,t){return Math.pow(e,t)},notation:"infix",precedence:5,rightToLeft:1,argCount:2},symbol:"^",regSymbol:"\\^"},"*":{infix:{symbol:"*",f:function(e,t){return e*t},notation:"infix",precedence:4,rightToLeft:0,argCount:2},symbol:"*",regSymbol:"\\*"},"/":{infix:{symbol:"/",f:function(e,t){return e/t},notation:"infix",precedence:4,rightToLeft:0,argCount:2},symbol:"/",regSymbol:"/"},"+":{infix:{symbol:"+",f:function(e,t){return e+t},notation:"infix",precedence:2,rightToLeft:0,argCount:2},prefix:{symbol:"+",f:d,notation:"prefix",precedence:3,rightToLeft:0,argCount:1},symbol:"+",regSymbol:"\\+"},"-":{infix:{symbol:"-",f:function(e,t){return e-t},notation:"infix",precedence:2,rightToLeft:0,argCount:2},prefix:{symbol:"-",f:function(e){return-e},notation:"prefix",precedence:3,rightToLeft:0,argCount:1},symbol:"-",regSymbol:"-"},",":{infix:{symbol:",",f:function(){return Array.of.apply(Array,arguments)},notation:"infix",precedence:1,rightToLeft:0,argCount:2},symbol:",",regSymbol:","},"(":{prefix:{symbol:"(",f:d,notation:"prefix",precedence:0,rightToLeft:0,argCount:1},symbol:"(",regSymbol:"\\("},")":{postfix:{symbol:")",f:void 0,notation:"postfix",precedence:0,rightToLeft:0,argCount:1},symbol:")",regSymbol:"\\)"},min:{func:{symbol:"min",f:function(){return Math.min.apply(Math,arguments)},notation:"func",precedence:0,rightToLeft:0,argCount:1},symbol:"min",regSymbol:"min\\b"},max:{func:{symbol:"max",f:function(){return Math.max.apply(Math,arguments)},notation:"func",precedence:0,rightToLeft:0,argCount:1},symbol:"max",regSymbol:"max\\b"},sqrt:{func:{symbol:"sqrt",f:function(e){return Math.sqrt(e)},notation:"func",precedence:0,rightToLeft:0,argCount:1},symbol:"sqrt",regSymbol:"sqrt\\b"}}};var h=function(e){function t(t){return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+t+" for more information.")||this)}return Object(i.a)(t,e),t}(c(Error)),f=/((?!\w)a|na|hc|mc|dg|me[r]?|xe|ni(?![a-zA-Z])|mm|cp|tp|xp|q(?!s)|hv|xamv|nimv|wv|sm|s(?!\D|$)|ged|darg?|nrut)/g;function m(e,t){var n,r=e.pop();return t.push(r.f.apply(r,(n=[]).concat.apply(n,t.splice(-r.argCount)))),r.precedence}function g(e,t){var n,i=function(e){var t={};return t.symbols=e?Object(r.a)({},p.symbols,e.symbols):Object(r.a)({},p.symbols),t}(t),o=[i.symbols["("].prefix],a=[],s=new RegExp("\\d+(?:\\.\\d+)?|"+Object.keys(i.symbols).map((function(e){return i.symbols[e]})).sort((function(e,t){return t.symbol.length-e.symbol.length})).map((function(e){return e.regSymbol})).join("|")+"|(\\S)","g");s.lastIndex=0;var l=!1;do{var c=(n=s.exec(e))||[")",void 0],u=c[0],d=c[1],f=i.symbols[u],g=f&&!f.prefix&&!f.func,y=!f||!f.postfix&&!f.infix;if(d||(l?y:g))throw new h(37,n?n.index:e.length,e);if(l){var v=f.postfix||f.infix;do{var b=o[o.length-1];if((v.precedence-b.precedence||b.rightToLeft)>0)break}while(m(o,a));l="postfix"===v.notation,")"!==v.symbol&&(o.push(v),l&&m(o,a))}else if(f){if(o.push(f.prefix||f.func),f.func&&(!(n=s.exec(e))||"("!==n[0]))throw new h(38,n?n.index:e.length,e)}else a.push(+u),l=!0}while(n&&o.length);if(o.length)throw new h(39,n?n.index:e.length,e);if(n)throw new h(40,n?n.index:e.length,e);return a.pop()}function y(e){return e.split("").reverse().join("")}function v(e,t){var n=y(e),r=n.match(f);if(r&&!r.every((function(e){return e===r[0]})))throw new h(41);return""+g(y(n.replace(f,"")),t)+(r?y(r[0]):"")}var b=/--[\S]*/g;function _(e,t){if(!e||!e.match(b)){if(t)return e;throw new h(73)}var n;if("undefined"!=typeof document&&null!==document.documentElement&&(n=getComputedStyle(document.documentElement).getPropertyValue(e)),n)return n.trim();throw new h(74)}function x(e){return e.charAt(0).toUpperCase()+e.slice(1)}var w=["Top","Right","Bottom","Left"];function M(e,t){if(!e)return t.toLowerCase();var n=e.split("-");if(n.length>1)return n.splice(1,0,t),n.reduce((function(e,t){return""+e+x(t)}));var r=e.replace(/([a-z])([A-Z])/g,"$1"+t+"$2");return e===r?""+e+t:r}function S(e,t){for(var n={},r=0;r<t.length;r+=1)(t[r]||0===t[r])&&(n[M(e,w[r])]=t[r]);return n}function k(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=n[0],o=n[1],a=void 0===o?i:o,s=n[2],l=void 0===s?i:s,c=n[3],u=void 0===c?a:c,d=[i,a,l,u];return S(e,d)}function O(e,t){return e.substr(-t.length)===t}var L=/^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/;function C(e,t){if("string"!=typeof e)return t?[e,void 0]:e;var n=e.match(L);return t?(console.warn("stripUnit's unitReturn functionality has been marked for deprecation in polished 4.0. It's functionality has been been moved to getValueAndUnit."),n?[parseFloat(e),n[2]]:[e,void 0]):n?parseFloat(e):e}var T=function(e){return function(t,n){void 0===n&&(n="16px");var r=t,i=n;if("string"==typeof t){if(!O(t,"px"))throw new h(69,e,t);r=C(t)}if("string"==typeof n){if(!O(n,"px"))throw new h(70,e,n);i=C(n)}if("string"==typeof r)throw new h(71,t,e);if("string"==typeof i)throw new h(72,n,e);return""+r/i+e}},A=T("em"),j=/^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/;function E(e){if("string"!=typeof e)return[e,""];var t=e.match(j);return t?[parseFloat(e),t[2]]:[e,void 0]}var I={minorSecond:1.067,majorSecond:1.125,minorThird:1.2,majorThird:1.25,perfectFourth:1.333,augFourth:1.414,perfectFifth:1.5,minorSixth:1.6,goldenSection:1.618,majorSixth:1.667,minorSeventh:1.778,majorSeventh:1.875,octave:2,majorTenth:2.5,majorEleventh:2.667,majorTwelfth:3,doubleOctave:4};function P(e,t,n){if(void 0===t&&(t="1em"),void 0===n&&(n=1.333),"number"!=typeof e)throw new h(42);if("string"==typeof n&&!I[n])throw new h(43);var r="string"==typeof t?E(t):[t,""],i=r[0],o=r[1],a="string"==typeof n?I[n]:n;if("string"==typeof i)throw new h(44,t);return""+i*Math.pow(a,e)+(o||"")}var D=T("rem");function Y(e,t,n,r){void 0===n&&(n="320px"),void 0===r&&(r="1200px");var i=E(e),o=i[0],a=i[1],s=E(t),l=s[0],c=s[1],u=E(n),d=u[0],p=u[1],f=E(r),m=f[0],g=f[1];if("number"!=typeof d||"number"!=typeof m||!p||!g||p!==g)throw new h(47);if("number"!=typeof o||"number"!=typeof l||a!==c)throw new h(48);if(a!==p||c!==g)throw new h(75);var y=(o-l)/(d-m);return"calc("+(l-y*m).toFixed(2)+(a||"")+" + "+(100*y).toFixed(2)+"vw)"}function N(e){var t;return void 0===e&&(e="&"),(t={})[e+"::after"]={clear:"both",content:'""',display:"table"},t}function H(e){return void 0===e&&(e=0),{position:"absolute",top:e,right:e,bottom:e,left:e}}function R(e){return void 0===e&&(e="100%"),{display:"inline-block",maxWidth:e,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",wordWrap:"normal"}}function z(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return B(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return B(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function B(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function W(e,t,n){if(void 0===t&&(t="320px"),void 0===n&&(n="1200px"),!Array.isArray(e)&&"object"!=typeof e||null===e)throw new h(49);if(Array.isArray(e)){for(var i,o={},a={},s=z(e);!(i=s()).done;){var l,c,u=i.value;if(!u.prop||!u.fromSize||!u.toSize)throw new h(50);a[u.prop]=u.fromSize,o["@media (min-width: "+t+")"]=Object(r.a)({},o["@media (min-width: "+t+")"],((l={})[u.prop]=Y(u.fromSize,u.toSize,t,n),l)),o["@media (min-width: "+n+")"]=Object(r.a)({},o["@media (min-width: "+n+")"],((c={})[u.prop]=u.toSize,c))}return Object(r.a)({},a,o)}var d,p,f;if(!e.prop||!e.fromSize||!e.toSize)throw new h(51);return(f={})[e.prop]=e.fromSize,f["@media (min-width: "+t+")"]=((d={})[e.prop]=Y(e.fromSize,e.toSize,t,n),d),f["@media (min-width: "+n+")"]=((p={})[e.prop]=e.toSize,p),f}var F,V,U=/^\s*data:([a-z]+\/[a-z-]+(;[a-z-]+=[a-z-]+)?)?(;charset=[a-z0-9-]+)?(;base64)?,[a-z0-9!$&',()*+,;=\-._~:@/?%\s]*\s*$/i,G={woff:"woff",woff2:"woff2",ttf:"truetype",otf:"opentype",eot:"embedded-opentype",svg:"svg",svgz:"svg"};function q(e,t){return t?' format("'+G[e]+'")':""}function Q(e,t,n){return function(e){return!!e.replace(/\s+/g," ").match(U)}(e)?'url("'+e+'")'+q(t[0],n):t.map((function(t){return'url("'+e+"."+t+'")'+q(t,n)})).join(", ")}function K(e,t,n,r){var i=[];return t&&i.push(function(e){return e.map((function(e){return'local("'+e+'")'})).join(", ")}(t)),e&&i.push(Q(e,n,r)),i.join(", ")}function X(e){var t=e.fontFamily,n=e.fontFilePath,r=e.fontStretch,i=e.fontStyle,o=e.fontVariant,a=e.fontWeight,s=e.fileFormats,l=void 0===s?["eot","woff2","woff","ttf","svg"]:s,c=e.formatHint,u=void 0!==c&&c,d=e.localFonts,p=e.unicodeRange,f=e.fontDisplay,m=e.fontVariationSettings,g=e.fontFeatureSettings;if(!t)throw new h(55);if(!n&&!d)throw new h(52);if(d&&!Array.isArray(d))throw new h(53);if(!Array.isArray(l))throw new h(54);var y={"@font-face":{fontFamily:t,src:K(n,d,l,u),unicodeRange:p,fontStretch:r,fontStyle:i,fontVariant:o,fontWeight:a,fontDisplay:f,fontVariationSettings:m,fontFeatureSettings:g}};return JSON.parse(JSON.stringify(y))}function J(){return{textIndent:"101%",overflow:"hidden",whiteSpace:"nowrap"}}function Z(){return{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",whiteSpace:"nowrap",width:"1px"}}function $(e){return void 0===e&&(e=1.3),"\n @media only screen and (-webkit-min-device-pixel-ratio: "+e+"),\n only screen and (min--moz-device-pixel-ratio: "+e+"),\n only screen and (-o-min-device-pixel-ratio: "+e+"/1),\n only screen and (min-resolution: "+Math.round(96*e)+"dpi),\n only screen and (min-resolution: "+e+"dppx)\n "}function ee(e){for(var t="",n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];for(var o=0;o<e.length;o+=1)if(t+=e[o],o===r.length-1&&r[o]){var a=r.filter((function(e){return!!e}));a.length>1?(t=t.slice(0,-1),t+=", "+r[o]):1===a.length&&(t+=""+r[o])}else r[o]&&(t+=r[o]+" ");return t.trim()}function te(e){var t=e.colorStops,n=e.fallback,r=e.toDirection,i=void 0===r?"":r;if(!t||t.length<2)throw new h(56);return{backgroundColor:n||t[0].replace(/,\s+/g,",").split(" ")[0].replace(/,(?=\S)/g,", "),backgroundImage:ee(F||(F=u(["linear-gradient(","",")"])),i,t.join(", ").replace(/,(?=\S)/g,", "))}}function ne(){var e;return[(e={html:{lineHeight:"1.15",textSizeAdjust:"100%"},body:{margin:"0"},main:{display:"block"},h1:{fontSize:"2em",margin:"0.67em 0"},hr:{boxSizing:"content-box",height:"0",overflow:"visible"},pre:{fontFamily:"monospace, monospace",fontSize:"1em"},a:{backgroundColor:"transparent"},"abbr[title]":{borderBottom:"none",textDecoration:"underline"}},e["b,\n strong"]={fontWeight:"bolder"},e["code,\n kbd,\n samp"]={fontFamily:"monospace, monospace",fontSize:"1em"},e.small={fontSize:"80%"},e["sub,\n sup"]={fontSize:"75%",lineHeight:"0",position:"relative",verticalAlign:"baseline"},e.sub={bottom:"-0.25em"},e.sup={top:"-0.5em"},e.img={borderStyle:"none"},e["button,\n input,\n optgroup,\n select,\n textarea"]={fontFamily:"inherit",fontSize:"100%",lineHeight:"1.15",margin:"0"},e["button,\n input"]={overflow:"visible"},e["button,\n select"]={textTransform:"none"},e['button,\n html [type="button"],\n [type="reset"],\n [type="submit"]']={WebkitAppearance:"button"},e['button::-moz-focus-inner,\n [type="button"]::-moz-focus-inner,\n [type="reset"]::-moz-focus-inner,\n [type="submit"]::-moz-focus-inner']={borderStyle:"none",padding:"0"},e['button:-moz-focusring,\n [type="button"]:-moz-focusring,\n [type="reset"]:-moz-focusring,\n [type="submit"]:-moz-focusring']={outline:"1px dotted ButtonText"},e.fieldset={padding:"0.35em 0.625em 0.75em"},e.legend={boxSizing:"border-box",color:"inherit",display:"table",maxWidth:"100%",padding:"0",whiteSpace:"normal"},e.progress={verticalAlign:"baseline"},e.textarea={overflow:"auto"},e['[type="checkbox"],\n [type="radio"]']={boxSizing:"border-box",padding:"0"},e['[type="number"]::-webkit-inner-spin-button,\n [type="number"]::-webkit-outer-spin-button']={height:"auto"},e['[type="search"]']={WebkitAppearance:"textfield",outlineOffset:"-2px"},e['[type="search"]::-webkit-search-decoration']={WebkitAppearance:"none"},e["::-webkit-file-upload-button"]={WebkitAppearance:"button",font:"inherit"},e.details={display:"block"},e.summary={display:"list-item"},e.template={display:"none"},e["[hidden]"]={display:"none"},e),{"abbr[title]":{textDecoration:"underline dotted"}}]}function re(e){var t=e.colorStops,n=e.extent,r=void 0===n?"":n,i=e.fallback,o=e.position,a=void 0===o?"":o,s=e.shape,l=void 0===s?"":s;if(!t||t.length<2)throw new h(57);return{backgroundColor:i||t[0].split(" ")[0],backgroundImage:ee(V||(V=u(["radial-gradient(","","","",")"])),a,l,r,t.join(", "))}}function ie(e,t,n,i,o){var a;if(void 0===n&&(n="png"),void 0===o&&(o="_2x"),!e)throw new h(58);var s=n.replace(/^\./,""),l=i?i+"."+s:""+e+o+"."+s;return(a={backgroundImage:"url("+e+"."+s+")"})[$()]=Object(r.a)({backgroundImage:"url("+l+")"},t?{backgroundSize:t}:{}),a}var oe={easeInBack:"cubic-bezier(0.600, -0.280, 0.735, 0.045)",easeInCirc:"cubic-bezier(0.600, 0.040, 0.980, 0.335)",easeInCubic:"cubic-bezier(0.550, 0.055, 0.675, 0.190)",easeInExpo:"cubic-bezier(0.950, 0.050, 0.795, 0.035)",easeInQuad:"cubic-bezier(0.550, 0.085, 0.680, 0.530)",easeInQuart:"cubic-bezier(0.895, 0.030, 0.685, 0.220)",easeInQuint:"cubic-bezier(0.755, 0.050, 0.855, 0.060)",easeInSine:"cubic-bezier(0.470, 0.000, 0.745, 0.715)",easeOutBack:"cubic-bezier(0.175, 0.885, 0.320, 1.275)",easeOutCubic:"cubic-bezier(0.215, 0.610, 0.355, 1.000)",easeOutCirc:"cubic-bezier(0.075, 0.820, 0.165, 1.000)",easeOutExpo:"cubic-bezier(0.190, 1.000, 0.220, 1.000)",easeOutQuad:"cubic-bezier(0.250, 0.460, 0.450, 0.940)",easeOutQuart:"cubic-bezier(0.165, 0.840, 0.440, 1.000)",easeOutQuint:"cubic-bezier(0.230, 1.000, 0.320, 1.000)",easeOutSine:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",easeInOutBack:"cubic-bezier(0.680, -0.550, 0.265, 1.550)",easeInOutCirc:"cubic-bezier(0.785, 0.135, 0.150, 0.860)",easeInOutCubic:"cubic-bezier(0.645, 0.045, 0.355, 1.000)",easeInOutExpo:"cubic-bezier(1.000, 0.000, 0.000, 1.000)",easeInOutQuad:"cubic-bezier(0.455, 0.030, 0.515, 0.955)",easeInOutQuart:"cubic-bezier(0.770, 0.000, 0.175, 1.000)",easeInOutQuint:"cubic-bezier(0.860, 0.000, 0.070, 1.000)",easeInOutSine:"cubic-bezier(0.445, 0.050, 0.550, 0.950)"};function ae(e){return oe[e]}var se=function(e,t,n){var r=""+n[0]+(n[1]||""),i=""+n[0]/2+(n[1]||""),o=""+t[0]+(t[1]||""),a=""+t[0]/2+(t[1]||"");switch(e){case"top":return"0 "+i+" "+o+" "+i;case"topLeft":return r+" "+o+" 0 0";case"left":return a+" "+r+" "+a+" 0";case"bottomLeft":return r+" 0 0 "+o;case"bottom":return o+" "+i+" 0 "+i;case"bottomRight":return"0 0 "+r+" "+o;case"right":return a+" 0 "+a+" "+r;case"topRight":default:return"0 "+r+" "+o+" 0"}};function le(e){var t=e.pointingDirection,n=e.height,i=e.width,o=e.foregroundColor,a=e.backgroundColor,s=void 0===a?"transparent":a,l=E(i),c=E(n);if(isNaN(c[0])||isNaN(l[0]))throw new h(60);return Object(r.a)({width:"0",height:"0",borderColor:s},function(e,t){switch(e){case"top":case"bottomRight":return{borderBottomColor:t};case"right":case"bottomLeft":return{borderLeftColor:t};case"bottom":case"topLeft":return{borderTopColor:t};case"left":case"topRight":return{borderRightColor:t};default:throw new h(59)}}(t,o),{borderStyle:"solid",borderWidth:se(t,c,l)})}function ce(e){return void 0===e&&(e="break-word"),{overflowWrap:e,wordWrap:e,wordBreak:"break-word"===e?"break-all":e}}function ue(e){return Math.round(255*e)}function de(e,t,n){return ue(e)+","+ue(t)+","+ue(n)}function pe(e,t,n,r){if(void 0===r&&(r=de),0===t)return r(n,n,n);var i=(e%360+360)%360/60,o=(1-Math.abs(2*n-1))*t,a=o*(1-Math.abs(i%2-1)),s=0,l=0,c=0;i>=0&&i<1?(s=o,l=a):i>=1&&i<2?(s=a,l=o):i>=2&&i<3?(l=o,c=a):i>=3&&i<4?(l=a,c=o):i>=4&&i<5?(s=a,c=o):i>=5&&i<6&&(s=o,c=a);var u=n-o/2;return r(s+u,l+u,c+u)}var he={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};var fe=/^#[a-fA-F0-9]{6}$/,me=/^#[a-fA-F0-9]{8}$/,ge=/^#[a-fA-F0-9]{3}$/,ye=/^#[a-fA-F0-9]{4}$/,ve=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i,be=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*([-+]?[0-9]*[.]?[0-9]+)\s*\)$/i,_e=/^hsl\(\s*(\d{0,3}[.]?[0-9]+)\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,xe=/^hsla\(\s*(\d{0,3}[.]?[0-9]+)\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*([-+]?[0-9]*[.]?[0-9]+)\s*\)$/i;function we(e){if("string"!=typeof e)throw new h(3);var t=function(e){if("string"!=typeof e)return e;var t=e.toLowerCase();return he[t]?"#"+he[t]:e}(e);if(t.match(fe))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(me)){var n=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:n}}if(t.match(ge))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(ye)){var r=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:r}}var i=ve.exec(t);if(i)return{red:parseInt(""+i[1],10),green:parseInt(""+i[2],10),blue:parseInt(""+i[3],10)};var o=be.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])};var a=_e.exec(t);if(a){var s="rgb("+pe(parseInt(""+a[1],10),parseInt(""+a[2],10)/100,parseInt(""+a[3],10)/100)+")",l=ve.exec(s);if(!l)throw new h(4,t,s);return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10)}}var c=xe.exec(t.substring(0,50));if(c){var u="rgb("+pe(parseInt(""+c[1],10),parseInt(""+c[2],10)/100,parseInt(""+c[3],10)/100)+")",d=ve.exec(u);if(!d)throw new h(4,t,u);return{red:parseInt(""+d[1],10),green:parseInt(""+d[2],10),blue:parseInt(""+d[3],10),alpha:parseFloat(""+c[4])}}throw new h(5)}function Me(e){return function(e){var t,n=e.red/255,r=e.green/255,i=e.blue/255,o=Math.max(n,r,i),a=Math.min(n,r,i),s=(o+a)/2;if(o===a)return void 0!==e.alpha?{hue:0,saturation:0,lightness:s,alpha:e.alpha}:{hue:0,saturation:0,lightness:s};var l=o-a,c=s>.5?l/(2-o-a):l/(o+a);switch(o){case n:t=(r-i)/l+(r<i?6:0);break;case r:t=(i-n)/l+2;break;default:t=(n-r)/l+4}return t*=60,void 0!==e.alpha?{hue:t,saturation:c,lightness:s,alpha:e.alpha}:{hue:t,saturation:c,lightness:s}}(we(e))}var Se=function(e){return 7===e.length&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e};function ke(e){var t=e.toString(16);return 1===t.length?"0"+t:t}function Oe(e){return ke(Math.round(255*e))}function Le(e,t,n){return Se("#"+Oe(e)+Oe(t)+Oe(n))}function Ce(e,t,n){return pe(e,t,n,Le)}function Te(e,t,n){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n)return Ce(e,t,n);if("object"==typeof e&&void 0===t&&void 0===n)return Ce(e.hue,e.saturation,e.lightness);throw new h(1)}function Ae(e,t,n,r){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n&&"number"==typeof r)return r>=1?Ce(e,t,n):"rgba("+pe(e,t,n)+","+r+")";if("object"==typeof e&&void 0===t&&void 0===n&&void 0===r)return e.alpha>=1?Ce(e.hue,e.saturation,e.lightness):"rgba("+pe(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new h(2)}function je(e,t,n){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n)return Se("#"+ke(e)+ke(t)+ke(n));if("object"==typeof e&&void 0===t&&void 0===n)return Se("#"+ke(e.red)+ke(e.green)+ke(e.blue));throw new h(6)}function Ee(e,t,n,r){if("string"==typeof e&&"number"==typeof t){var i=we(e);return"rgba("+i.red+","+i.green+","+i.blue+","+t+")"}if("number"==typeof e&&"number"==typeof t&&"number"==typeof n&&"number"==typeof r)return r>=1?je(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if("object"==typeof e&&void 0===t&&void 0===n&&void 0===r)return e.alpha>=1?je(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")";throw new h(7)}function Ie(e){if("object"!=typeof e)throw new h(8);if(function(e){return"number"==typeof e.red&&"number"==typeof e.green&&"number"==typeof e.blue&&"number"==typeof e.alpha}(e))return Ee(e);if(function(e){return"number"==typeof e.red&&"number"==typeof e.green&&"number"==typeof e.blue&&("number"!=typeof e.alpha||void 0===e.alpha)}(e))return je(e);if(function(e){return"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof e.lightness&&"number"==typeof e.alpha}(e))return Ae(e);if(function(e){return"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof e.lightness&&("number"!=typeof e.alpha||void 0===e.alpha)}(e))return Te(e);throw new h(8)}function Pe(e){return function e(t,n,r){return function(){var i=r.concat(Array.prototype.slice.call(arguments));return i.length>=n?t.apply(this,i):e(t,n,i)}}(e,e.length,[])}function De(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{hue:n.hue+parseFloat(e)}))}var Ye=Pe(De);function Ne(e){if("transparent"===e)return e;var t=Me(e);return Ie(Object(r.a)({},t,{hue:(t.hue+180)%360}))}function He(e,t,n){return Math.max(e,Math.min(t,n))}function Re(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{lightness:He(0,1,n.lightness-parseFloat(e))}))}var ze=Pe(Re);function Be(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{saturation:He(0,1,n.saturation-parseFloat(e))}))}var We=Pe(Be);function Fe(e){if("transparent"===e)return 0;var t=we(e),n=Object.keys(t).map((function(e){var n=t[e]/255;return n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)})),r=n[0],i=n[1],o=n[2];return parseFloat((.2126*r+.7152*i+.0722*o).toFixed(3))}function Ve(e,t){var n=Fe(e),r=Fe(t);return parseFloat((n>r?(n+.05)/(r+.05):(r+.05)/(n+.05)).toFixed(2))}function Ue(e){return"transparent"===e?e:Ie(Object(r.a)({},Me(e),{saturation:0}))}function Ge(e){if("object"==typeof e&&"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof e.lightness)return e.alpha&&"number"==typeof e.alpha?Ae({hue:e.hue,saturation:e.saturation,lightness:e.lightness,alpha:e.alpha}):Te({hue:e.hue,saturation:e.saturation,lightness:e.lightness});throw new h(45)}function qe(e){if("transparent"===e)return e;var t=we(e);return Ie(Object(r.a)({},t,{red:255-t.red,green:255-t.green,blue:255-t.blue}))}function Qe(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{lightness:He(0,1,n.lightness+parseFloat(e))}))}var Ke=Pe(Qe);function Xe(e,t){var n=Ve(e,t);return{AA:n>=4.5,AALarge:n>=3,AAA:n>=7,AAALarge:n>=4.5}}function Je(e,t,n){if("transparent"===t)return n;if("transparent"===n)return t;if(0===e)return n;var i=we(t),o=Object(r.a)({},i,{alpha:"number"==typeof i.alpha?i.alpha:1}),a=we(n),s=Object(r.a)({},a,{alpha:"number"==typeof a.alpha?a.alpha:1}),l=o.alpha-s.alpha,c=2*parseFloat(e)-1,u=((c*l==-1?c:c+l)/(1+c*l)+1)/2,d=1-u;return Ee({red:Math.floor(o.red*u+s.red*d),green:Math.floor(o.green*u+s.green*d),blue:Math.floor(o.blue*u+s.blue*d),alpha:o.alpha*(parseFloat(e)/1)+s.alpha*(1-parseFloat(e)/1)})}var Ze=Pe(Je);function $e(e,t){if("transparent"===t)return t;var n=we(t),i="number"==typeof n.alpha?n.alpha:1;return Ee(Object(r.a)({},n,{alpha:He(0,1,(100*i+100*parseFloat(e))/100)}))}var et=Pe($e);function tt(e,t,n,r){void 0===t&&(t="#000"),void 0===n&&(n="#fff"),void 0===r&&(r=!0);var i=Fe(e)>.179,o=i?t:n;return!r||Ve(e,o)>=4.5?o:i?"#000":"#fff"}function nt(e){if("object"==typeof e&&"number"==typeof e.red&&"number"==typeof e.green&&"number"==typeof e.blue)return"number"==typeof e.alpha?Ee({red:e.red,green:e.green,blue:e.blue,alpha:e.alpha}):je({red:e.red,green:e.green,blue:e.blue});throw new h(46)}function rt(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{saturation:He(0,1,n.saturation+parseFloat(e))}))}var it=Pe(rt);function ot(e,t){return"transparent"===t?t:Ie(Object(r.a)({},Me(t),{hue:parseFloat(e)}))}var at=Pe(ot);function st(e,t){return"transparent"===t?t:Ie(Object(r.a)({},Me(t),{lightness:parseFloat(e)}))}var lt=Pe(st);function ct(e,t){return"transparent"===t?t:Ie(Object(r.a)({},Me(t),{saturation:parseFloat(e)}))}var ut=Pe(ct);function dt(e,t){return"transparent"===t?t:Ze(parseFloat(e),"rgb(0, 0, 0)",t)}var pt=Pe(dt);function ht(e,t){return"transparent"===t?t:Ze(parseFloat(e),"rgb(255, 255, 255)",t)}var ft=Pe(ht);function mt(e,t){if("transparent"===t)return t;var n=we(t),i="number"==typeof n.alpha?n.alpha:1;return Ee(Object(r.a)({},n,{alpha:He(0,1,+(100*i-100*parseFloat(e)).toFixed(2)/100)}))}var gt=Pe(mt);function yt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=Array.isArray(t[0]);if(!r&&t.length>8)throw new h(64);var i=t.map((function(e){if(r&&!Array.isArray(e)||!r&&Array.isArray(e))throw new h(65);if(Array.isArray(e)&&e.length>8)throw new h(66);return Array.isArray(e)?e.join(" "):e})).join(", ");return{animation:i}}function vt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return{backgroundImage:t.join(", ")}}function bt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return{background:t.join(", ")}}var _t=["top","right","bottom","left"];function xt(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i;return"string"==typeof e&&_t.indexOf(e)>=0?((i={})["border"+x(e)+"Width"]=n[0],i["border"+x(e)+"Style"]=n[1],i["border"+x(e)+"Color"]=n[2],i):(n.unshift(e),{borderWidth:n[0],borderStyle:n[1],borderColor:n[2]})}function wt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["borderColor"].concat(t))}function Mt(e,t){var n,r,i=x(e);if(!t&&0!==t)throw new h(62);if("Top"===i||"Bottom"===i)return(n={})["border"+i+"RightRadius"]=t,n["border"+i+"LeftRadius"]=t,n;if("Left"===i||"Right"===i)return(r={})["borderTop"+i+"Radius"]=t,r["borderBottom"+i+"Radius"]=t,r;throw new h(63)}function St(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["borderStyle"].concat(t))}function kt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["borderWidth"].concat(t))}function Ot(e,t){return e(t?":"+t:"")}function Lt(e,t,n){if(!t)throw new h(67);if(0===e.length)return Ot(t,null);for(var r=[],i=0;i<e.length;i+=1){if(n&&n.indexOf(e[i])<0)throw new h(68);r.push(Ot(t,e[i]))}return r=r.join(",")}var Ct=[void 0,null,"active","focus","hover"];function Tt(e){return"button"+e+',\n input[type="button"]'+e+',\n input[type="reset"]'+e+',\n input[type="submit"]'+e}function At(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Lt(t,Tt,Ct)}function jt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["margin"].concat(t))}function Et(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["padding"].concat(t))}var It=["absolute","fixed","relative","static","sticky"];function Pt(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return It.indexOf(e)>=0&&e?Object(r.a)({},k.apply(void 0,[""].concat(n)),{position:e}):k.apply(void 0,["",e].concat(n))}function Dt(e,t){return void 0===t&&(t=e),{height:e,width:t}}var Yt=[void 0,null,"active","focus","hover"];function Nt(e){return'input[type="color"]'+e+',\n input[type="date"]'+e+',\n input[type="datetime"]'+e+',\n input[type="datetime-local"]'+e+',\n input[type="email"]'+e+',\n input[type="month"]'+e+',\n input[type="number"]'+e+',\n input[type="password"]'+e+',\n input[type="search"]'+e+',\n input[type="tel"]'+e+',\n input[type="text"]'+e+',\n input[type="time"]'+e+',\n input[type="url"]'+e+',\n input[type="week"]'+e+",\n input:not([type])"+e+",\n textarea"+e}function Ht(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Lt(t,Nt,Yt)}function Rt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(Array.isArray(t[0])&&2===t.length){var r=t[1];if("string"!=typeof r)throw new h(61);var i=t[0].map((function(e){return e+" "+r})).join(", ");return{transition:i}}return{transition:t.join(", ")}}},function(e,t,n){"use strict";n.r(t),n.d(t,"Popper",(function(){return T})),n.d(t,"placements",(function(){return C})),n.d(t,"Manager",(function(){return x})),n.d(t,"Reference",(function(){return I}));var r=n(314),i=n.n(r),o=n(57),a=n.n(o),s=n(64),l=n.n(s),c=n(15),u=n.n(c),d=n(24),p=n.n(d),h=n(315),f=n.n(h),m=n(3),g=n(106),y=n(107),v=n.n(y),b=v()(),_=v()(),x=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,p()(u()(u()(t)),"referenceNode",void 0),p()(u()(u()(t)),"setReferenceNode",(function(e){e&&t.referenceNode!==e&&(t.referenceNode=e,t.forceUpdate())})),t}l()(t,e);var n=t.prototype;return n.componentWillUnmount=function(){this.referenceNode=null},n.render=function(){return m.createElement(b.Provider,{value:this.referenceNode},m.createElement(_.Provider,{value:this.setReferenceNode},this.props.children))},t}(m.Component),w=function(e){return Array.isArray(e)?e[0]:e},M=function(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}},S=function(e,t){if("function"==typeof e)return M(e,t);null!=e&&(e.current=t)},k={position:"absolute",top:0,left:0,opacity:0,pointerEvents:"none"},O={},L=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,p()(u()(u()(t)),"state",{data:void 0,placement:void 0}),p()(u()(u()(t)),"popperInstance",void 0),p()(u()(u()(t)),"popperNode",null),p()(u()(u()(t)),"arrowNode",null),p()(u()(u()(t)),"setPopperNode",(function(e){e&&t.popperNode!==e&&(S(t.props.innerRef,e),t.popperNode=e,t.updatePopperInstance())})),p()(u()(u()(t)),"setArrowNode",(function(e){t.arrowNode=e})),p()(u()(u()(t)),"updateStateModifier",{enabled:!0,order:900,fn:function(e){var n=e.placement;return t.setState({data:e,placement:n}),e}}),p()(u()(u()(t)),"getOptions",(function(){return{placement:t.props.placement,eventsEnabled:t.props.eventsEnabled,positionFixed:t.props.positionFixed,modifiers:a()({},t.props.modifiers,{arrow:a()({},t.props.modifiers&&t.props.modifiers.arrow,{enabled:!!t.arrowNode,element:t.arrowNode}),applyStyle:{enabled:!1},updateStateModifier:t.updateStateModifier})}})),p()(u()(u()(t)),"getPopperStyle",(function(){return t.popperNode&&t.state.data?a()({position:t.state.data.offsets.popper.position},t.state.data.styles):k})),p()(u()(u()(t)),"getPopperPlacement",(function(){return t.state.data?t.state.placement:void 0})),p()(u()(u()(t)),"getArrowStyle",(function(){return t.arrowNode&&t.state.data?t.state.data.arrowStyles:O})),p()(u()(u()(t)),"getOutOfBoundariesState",(function(){return t.state.data?t.state.data.hide:void 0})),p()(u()(u()(t)),"destroyPopperInstance",(function(){t.popperInstance&&(t.popperInstance.destroy(),t.popperInstance=null)})),p()(u()(u()(t)),"updatePopperInstance",(function(){t.destroyPopperInstance();var e=u()(u()(t)).popperNode,n=t.props.referenceElement;n&&e&&(t.popperInstance=new g.a(n,e,t.getOptions()))})),p()(u()(u()(t)),"scheduleUpdate",(function(){t.popperInstance&&t.popperInstance.scheduleUpdate()})),t}l()(t,e);var n=t.prototype;return n.componentDidUpdate=function(e,t){this.props.placement===e.placement&&this.props.referenceElement===e.referenceElement&&this.props.positionFixed===e.positionFixed&&f()(this.props.modifiers,e.modifiers,{strict:!0})?this.props.eventsEnabled!==e.eventsEnabled&&this.popperInstance&&(this.props.eventsEnabled?this.popperInstance.enableEventListeners():this.popperInstance.disableEventListeners()):this.updatePopperInstance(),t.placement!==this.state.placement&&this.scheduleUpdate()},n.componentWillUnmount=function(){S(this.props.innerRef,null),this.destroyPopperInstance()},n.render=function(){return w(this.props.children)({ref:this.setPopperNode,style:this.getPopperStyle(),placement:this.getPopperPlacement(),outOfBoundaries:this.getOutOfBoundariesState(),scheduleUpdate:this.scheduleUpdate,arrowProps:{ref:this.setArrowNode,style:this.getArrowStyle()}})},t}(m.Component);p()(L,"defaultProps",{placement:"bottom",eventsEnabled:!0,referenceElement:void 0,positionFixed:!1});var C=g.a.placements;function T(e){var t=e.referenceElement,n=i()(e,["referenceElement"]);return m.createElement(b.Consumer,null,(function(e){return m.createElement(L,a()({referenceElement:void 0!==t?t:e},n))}))}var A=n(105),j=n.n(A),E=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,p()(u()(u()(t)),"refHandler",(function(e){S(t.props.innerRef,e),M(t.props.setReferenceNode,e)})),t}l()(t,e);var n=t.prototype;return n.componentWillUnmount=function(){S(this.props.innerRef,null)},n.render=function(){return j()(Boolean(this.props.setReferenceNode),"`Reference` should not be used outside of a `Manager` component."),w(this.props.children)({ref:this.refHandler})},t}(m.Component);function I(e){return m.createElement(_.Consumer,null,(function(t){return m.createElement(E,a()({setReferenceNode:t},e))}))}},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(17),i=n(2),o=function(){this.aiDataContract={name:1,kind:0,value:1,count:0,min:0,max:0,stdDev:0},this.kind=0},a=n(11),s=function(){function e(e,t,n,s,l,c,u,d,p){this.aiDataContract={ver:1,metrics:1,properties:0};this.ver=2;var h=new o;h[i.c]=s>0?s:void 0,h.max=isNaN(c)||null===c?void 0:c,h.min=isNaN(l)||null===l?void 0:l,h[i.r]=Object(a.g)(e,t)||r.h,h.value=n,h.stdDev=isNaN(u)||null===u?void 0:u,this.metrics=[h],this[i.v]=Object(a.f)(e,d),this[i.o]=Object(a.d)(e,p)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Metric",e.dataType="MetricData",e}()},function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(121),i=n(344),o=n(348),a=n(351),s=n(352),l=n(355),c=Date.prototype.getTime;function u(e,t,n){var h=n||{};return!!(h.strict?o(e,t):e===t)||(!e||!t||"object"!=typeof e&&"object"!=typeof t?h.strict?o(e,t):e==t:function(e,t,n){var o,h;if(typeof e!=typeof t)return!1;if(d(e)||d(t))return!1;if(e.prototype!==t.prototype)return!1;if(i(e)!==i(t))return!1;var f=a(e),m=a(t);if(f!==m)return!1;if(f||m)return e.source===t.source&&s(e)===s(t);if(l(e)&&l(t))return c.call(e)===c.call(t);var g=p(e),y=p(t);if(g!==y)return!1;if(g||y){if(e.length!==t.length)return!1;for(o=0;o<e.length;o++)if(e[o]!==t[o])return!1;return!0}if(typeof e!=typeof t)return!1;try{var v=r(e),b=r(t)}catch(e){return!1}if(v.length!==b.length)return!1;for(v.sort(),b.sort(),o=v.length-1;o>=0;o--)if(v[o]!=b[o])return!1;for(o=v.length-1;o>=0;o--)if(h=v[o],!u(e[h],t[h],n))return!1;return!0}(e,t,h))}function d(e){return null==e}function p(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}e.exports=u},function(e,t,n){"use strict";var r=n(291),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?a:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(f){var i=h(n);i&&i!==f&&e(t,i,r)}var a=u(n);d&&(a=a.concat(d(n)));for(var s=l(t),m=l(n),g=0;g<a.length;++g){var y=a[g];if(!(o[y]||r&&r[y]||m&&m[y]||s&&s[y])){var v=p(n,y);try{c(t,y,v)}catch(e){}}}}return t}},function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return p}));var r,i,o=n(27),a=n(44),s=n(9),l=n(18),c=(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e};if("undefined"==typeof XMLHttpRequest){var d=require;i=d("request")}var p=function(t){function n(e){var n=t.call(this)||this;if(void 0===i)throw new Error("The 'request' module could not be loaded.");return n.logger=e,n.cookieJar=i.jar(),n.request=i.defaults({jar:n.cookieJar}),n}return c(n,t),n.prototype.send=function(t){var n=this;return new Promise((function(r,i){var c;c=Object(l.f)(t.content)?e.from(t.content):t.content||"";var d=n.request(t.url,{body:c,encoding:"arraybuffer"===t.responseType?null:"utf8",headers:u({"X-Requested-With":"XMLHttpRequest"},t.headers),method:t.method,timeout:t.timeout},(function(e,l,c){if(t.abortSignal&&(t.abortSignal.onabort=null),e)return"ETIMEDOUT"===e.code&&(n.logger.log(s.a.Warning,"Timeout from HTTP request."),i(new o.c)),n.logger.log(s.a.Warning,"Error from HTTP request. "+e),void i(e);l.statusCode>=200&&l.statusCode<300?r(new a.b(l.statusCode,l.statusMessage||"",c)):i(new o.b(l.statusMessage||"",l.statusCode||0))}));t.abortSignal&&(t.abortSignal.onabort=function(){d.abort(),i(new o.a)})}))},n.prototype.getCookieString=function(e){return this.cookieJar.getCookieString(e)},n}(a.a)}).call(this,n(292).Buffer)},function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return o}));var r=n(53),i=n(18),o=function(){function t(){}return t.prototype.writeHandshakeRequest=function(e){return r.a.write(JSON.stringify(e))},t.prototype.parseHandshakeResponse=function(t){var n,o;if(Object(i.f)(t)||void 0!==e&&t instanceof e){var a=new Uint8Array(t);if(-1===(l=a.indexOf(r.a.RecordSeparatorCode)))throw new Error("Message is incomplete.");var s=l+1;n=String.fromCharCode.apply(null,a.slice(0,s)),o=a.byteLength>s?a.slice(s).buffer:null}else{var l,c=t;if(-1===(l=c.indexOf(r.a.RecordSeparator)))throw new Error("Message is incomplete.");s=l+1;n=c.substring(0,s),o=c.length>s?c.substring(s):null}var u=r.a.parse(n),d=JSON.parse(u[0]);if(d.type)throw new Error("Expected a handshake response from the server.");return[o,d]},t}()}).call(this,n(292).Buffer)},function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r=n(13),i=n(0),o=n(1),a=n(5),s=n(29),l=n(82),c=function(){function e(){var t,n,c,u,d,p=this;function h(e){void 0===e&&(e=null);var t=e;if(!t){var r=n||Object(s.a)(null,{},p[a.b]);t=c&&c.getPlugin?r[i.g](null,c.getPlugin):r[i.g](null,c)}return t}function f(e,t,r){e&&Object(o.J)(e,a.k,[],null,o.s),!r&&t&&(r=t[i.o]()[i.l]());var l=c;c&&c.getPlugin&&(l=c.getPlugin()),p[a.b]=t,n=Object(s.a)(r,e,t,l)}function m(){t=!1,p[a.b]=null,n=null,c=null,d=[],u=Object(l.a)()}m(),Object(r.a)(e,p,(function(e){e[i.s]=function(e,n,r,i){f(e,n,i),t=!0},e[i.T]=function(t,n){var r,l=e[a.b];if(l&&(!t||l===t[a.b]())){var p,h=!1,f=t||Object(s.b)(null,l,c&&c.getPlugin?c.getPlugin():c),g=n||((r={reason:0})[i.u]=!1,r);return e[i.cb]&&!0===e[i.cb](f,g,y)?p=!0:y(),p}function y(){if(!h){h=!0,u.run(f,n);var e=d;d=[],Object(o.b)(e,(function(e){e.rm()})),!0===p&&f[i.G](g),m()}}},e[i.Z]=function(t,n){var r=e[a.b];if(r&&(!t||r===t[a.b]())){var o,l=!1,u=t||Object(s.c)(null,r,c&&c.getPlugin?c.getPlugin():c),d=n||{reason:0};return e._doUpdate&&!0===e._doUpdate(u,d,p)?o=!0:p(),o}function p(){l||(l=!0,f(u.getCfg(),u.core(),u[i.l]()))}},e._addHook=function(e){e&&(Object(o.m)(e)?d=d.concat(e):d[i.H](e))},Object(o.H)(e,"_addUnloadCb",(function(){return u}),"add")})),p[i.h]=function(e){return h(e)[i.h]()},p[i.w]=function(){return t},p.setInitialized=function(e){t=e},p[i.M]=function(e){c=e},p[i.G]=function(e,t){t?t[i.G](e):c&&Object(o.q)(c[a.o])&&c[a.o](e,null)},p._getTelCtx=h}return e.__ieDyn=1,e}()},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(111),t),i(n(326),t),i(n(83),t),i(n(115),t),i(n(114),t),i(n(331),t),i(n(271),t),i(n(272),t),i(n(273),t),i(n(369),t),i(n(371),t),i(n(373),t),i(n(376),t),i(n(378),t),i(n(381),t),i(n(383),t),i(n(385),t),i(n(387),t),i(n(388),t),i(n(389),t),i(n(390),t),i(n(278),t),i(n(393),t),i(n(395),t),i(n(279),t),i(n(399),t),i(n(401),t),i(n(416),t),i(n(433),t),i(n(436),t),i(n(439),t),i(n(442),t),i(n(445),t),i(n(281),t),i(n(37),t),i(n(34),t),i(n(41),t),i(n(62),t),i(n(55),t),i(n(95),t),i(n(450),t),i(n(453),t),i(n(458),t),i(n(462),t),i(n(284),t),i(n(285),t),i(n(282),t),i(n(468),t),i(n(470),t),i(n(472),t),i(n(485),t),i(n(533),t),i(n(303),t),i(n(129),t),i(n(87),t),i(n(119),t),i(n(86),t),i(n(130),t),i(n(131),t),i(n(134),t),i(n(135),t),i(n(132),t),i(n(133),t),i(n(66),t),i(n(535),t),i(n(307),t),i(n(308),t),i(n(538),t),i(n(539),t),i(n(540),t),i(n(117),t),i(n(542),t),i(n(545),t),i(n(310),t),i(n(548),t),i(n(6),t)},,,,,function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledSvgWrapper=t.StyledSvg=t.getApLogoStyles=void 0;var i=n(8),o=n(6),a=n(21);t.getApLogoStyles=function(e){var t;return((t={})[a.LIGHT]={fill:o.colors.black},t[a.DARK]={fill:o.colors.white},t)[e]},t.StyledSvg=i.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-1ip6q47-0"})({},(function(e){var n=e.theme,i=e.dimensions;return r(r({},t.getApLogoStyles(n)),{maxHeight:i.height+"px"})})),t.StyledSvgWrapper=i.default.div.withConfig({displayName:"StyledSvgWrapper",componentId:"sc-1ip6q47-1"})({minWidth:"140px",width:"90%"},(function(e){var t,n=e.dimensions;return(t={maxWidth:n.width+"px"})[o.mediaQuery(o.breakpoints.md)]={width:n.width+"px"},t}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApAppBar=void 0;var r=n(3),i=n(327);t.ApAppBar=function(e){var t=e.backgroundColor,n=e.children,o=e.className,a=e.isFluid,s=e.left,l=e.padding,c=e.position,u=e.right,d=e.thin;return r.createElement(i.StyledAppBar,{backgroundColor:t,padding:l,position:c,className:"ap-app-bar "+(o||"")},r.createElement(i.StyledAppBarInner,{isFluid:a},s&&r.createElement(i.StyledAppBarLeftContent,{thin:d},s()),u&&r.createElement(i.StyledAppBarRightContent,{thin:d},u()),!s&&!u&&r.createElement(i.StyledAppBarContent,{thin:d},n)))},t.ApAppBar.defaultProps={isFluid:!1,position:"fixed",thin:!1}},function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledAppBarRightContent=t.StyledAppBarLeftContent=t.StyledAppBarContent=t.StyledAppBarInner=t.StyledAppBar=void 0;var o=n(8),a=n(6);t.StyledAppBar=o.default.header.withConfig({displayName:"StyledAppBar",componentId:"sc-2e3qnl-0"})({boxSizing:"border-box",color:a.colors.white,left:"0px",padding:"0px "+a.scaffolding.md,right:"0px",top:"0px",width:"100%",zIndex:a.depths.appBar},(function(e){var t,n=e.position,r=e.padding;return(t={backgroundColor:e.backgroundColor||a.colors.black,position:n})[a.mediaQuery(a.breakpoints.md)]={padding:"0px "+(r?r.md:"40px")},t})),t.StyledAppBarInner=o.default.div.withConfig({displayName:"StyledAppBarInner",componentId:"sc-2e3qnl-1"})({display:"flex",flexDirection:"row",margin:"0px auto",width:"100%"},(function(e){return{maxWidth:e.isFluid?"100%":a.breakpoints.xxl}}));var s={alignItems:"center",boxSizing:"border-box",display:"inline-flex",minHeight:a.scaffolding.xxl,position:"relative"},l=function(e){var t;return e?"object"===r(e)?((t={minHeight:a.scaffolding.xxl})[a.mediaQueryBetween(e.min||a.breakpoints.md,e.max||a.breakpoints.lg)]={minHeight:a.scaffolding.xl,paddingBottom:a.scaffolding.sm,paddingTop:a.scaffolding.sm},t):{minHeight:a.scaffolding.xl,paddingBottom:a.scaffolding.sm,paddingTop:a.scaffolding.sm}:{minHeight:a.scaffolding.xxl}};t.StyledAppBarContent=o.default.div.withConfig({displayName:"StyledAppBarContent",componentId:"sc-2e3qnl-2"})(i({width:"100%"},s),(function(e){var t=e.thin;return l(t)})),t.StyledAppBarLeftContent=o.default.div.withConfig({displayName:"StyledAppBarLeftContent",componentId:"sc-2e3qnl-3"})(i(i({},s),{flexBasis:"100%",justifyContent:"flex-start"}),(function(e){var t=e.thin;return l(t)})),t.StyledAppBarRightContent=o.default.div.withConfig({displayName:"StyledAppBarRightContent",componentId:"sc-2e3qnl-4"})(i(i({},s),{flexBasis:"100%",justifyContent:"flex-end"}),(function(e){var t=e.thin;return l(t)}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.paths=void 0;var r=n(6);t.paths={outline_visability_off:[{path:"M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5l2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4l1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"}],outline_visability:[{path:"M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"}],outline_save_alt:[{path:"M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z"}],outline_play_circle:[{path:"M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],outline_person:[{path:"M12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 10c2.7 0 5.8 1.29 6 2H6c.23-.72 3.31-2 6-2m0-12C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 10c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}],outline_ondemand_video:[{path:"M9 7v8l7-4zm12-4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"}],outline_more_vert:[{path:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],outline_home:[{path:"M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"}],outline_filter_list:[{path:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"}],outline_exit_to_app:[{path:"M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5a2 2 0 0 0-2 2v4h2V5h14v14H5v-4H3v4a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}],outline_insert_drive_file:[{path:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"}],file_copy:[{path:"M11 0.75H2C1.175 0.75 0.5 1.425 0.5 2.25V12.75H2V2.25H11V0.75ZM10.25 3.75H5C4.175 3.75 3.5075 4.425 3.5075 5.25L3.5 15.75C3.5 16.575 4.1675 17.25 4.9925 17.25H13.25C14.075 17.25 14.75 16.575 14.75 15.75V8.25L10.25 3.75ZM5 15.75V5.25H9.5V9H13.25V15.75H5Z"}],outline_cancel:[{path:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"}],outline_donut_large:[{path:"M13 5.08c3.06.44 5.48 2.86 5.92 5.92h3.03c-.47-4.72-4.23-8.48-8.95-8.95v3.03zM18.92 13c-.44 3.06-2.86 5.48-5.92 5.92v3.03c4.72-.47 8.48-4.23 8.95-8.95h-3.03zM11 18.92c-3.39-.49-6-3.4-6-6.92s2.61-6.43 6-6.92V2.05c-5.05.5-9 4.76-9 9.95 0 5.19 3.95 9.45 9 9.95v-3.03z"}],outline_edit:[{path:"M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"}],outline_settings:[{path:"M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}],outline_list_alt:[{path:"M11 7h6v2h-6zm0 4h6v2h-6zm0 4h6v2h-6zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20.1 3H3.9c-.5 0-.9.4-.9.9v16.2c0 .4.4.9.9.9h16.2c.4 0 .9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19 19H5V5h14v14z"}],outline_done:[{path:"M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"}],outline_error:[{path:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],outline_warning:[{path:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"}],outlined_bookmark_border:[{path:"M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"}],outline_check_circle_outline:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"}],outline_info:[{path:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],outline_add_box:[{path:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-8-2h2v-4h4v-2h-4V7h-2v4H7v2h4z"}],outline_menu:[{path:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"}],outline_label:[{path:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"}],baseline_drag_handle:[{path:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"}],baseline_cloud_queue:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"}],baseline_calendar_today:[{path:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"}],baseline_arrow_drop_down:[{path:"M7 10l5 5 5-5z"}],baseline_add:[{path:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}],control_point_duplicate:[{path:"M16 5H14V8H11V10H14V13H16V10H19V8H16V5ZM2 9C2 6.21 3.64 3.8 6.01 2.68V0.52C2.52 1.76 0 5.09 0 9C0 12.91 2.52 16.24 6.01 17.48V15.32C3.64 14.2 2 11.79 2 9ZM15 0C10.04 0 6 4.04 6 9C6 13.96 10.04 18 15 18C19.96 18 24 13.96 24 9C24 4.04 19.96 0 15 0ZM15 16C11.14 16 8 12.86 8 9C8 5.14 11.14 2 15 2C18.86 2 22 5.14 22 9C22 12.86 18.86 16 15 16Z"}],baseline_local_printshop:[{path:"M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"}],baseline_insert_drive_file:[{path:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z"}],baseline_help_outline:[{path:"M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"}],baseline_help:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"}],baseline_email_outline:[{path:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"}],baseline_email:[{path:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"}],baseline_arrow_forward:[{path:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}],baseline_arrow_back:[{path:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}],baseline_keyboard_arrow_down:[{path:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"}],arrow_upward:[{path:"M4 12L5.41 13.41L11 7.83V20H13V7.83L18.58 13.42L20 12L12 4L4 12Z"}],arrow_downward:[{path:"M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z"}],baseline_keyboard_arrow_left:[{path:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}],baseline_keyboard_arrow_right:[{path:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}],baseline_keyboard_arrow_up:[{path:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"}],baseline_close:[{path:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"}],baseline_date_range:[{path:"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"}],baseline_cancel:[{path:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}],baseline_fullscreen:[{path:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"}],baseline_fullscreen_exit:[{path:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"}],baseline_view_headline:[{path:"M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"}],baseline_search:[{path:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}],baseline_info:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}],baseline_check_circle_outline:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}],baseline_history:[{path:"M13.3333333,3 C8.63944444,3 4.83333333,6.80611111 4.83333333,11.5 L2,11.5 L5.67388889,15.1738889 L5.74,15.3061111 L9.55555556,11.5 L6.72222222,11.5 C6.72222222,7.845 9.67833333,4.88888889 13.3333333,4.88888889 C16.9883333,4.88888889 19.9444444,7.845 19.9444444,11.5 C19.9444444,15.155 16.9883333,18.1111111 13.3333333,18.1111111 C11.5105556,18.1111111 9.85777778,17.365 8.66777778,16.1655556 L7.32666667,17.5066667 C8.86611111,19.0461111 10.9816667,20 13.3333333,20 C18.0272222,20 21.8333333,16.1938889 21.8333333,11.5 C21.8333333,6.80611111 18.0272222,3 13.3333333,3 Z M12.3888889,7.72222222 L12.3888889,12.4444444 L16.4311111,14.8433333 L17.1111111,13.7005556 L13.8055556,11.7361111 L13.8055556,7.72222222 L12.3888889,7.72222222 Z"}],caret:[{path:"M7 10l5 5 5-5z"}],custom_dash:[{path:"M19 13H5v-2h14v2z"}],custom_archived_encrypted:[{path:"M20.54,5.23 C20.83,5.57 21,6.02 21,6.5 L21,19 C21,20.1 20.1,21 19,21 L5,21 C3.9,21 3,20.1 3,19 L3,6.5 C3,6.02 3.17,5.57 3.46,5.23 L4.84,3.55 C5.12,3.21 5.53,3 6,3 L18,3 C18.47,3 18.88,3.21 19.15,3.55 L20.54,5.23 Z M5,7 L5,19 L19,19 L19,7 L5,7 Z M12.5,8 L12.5,12.1666667 L14.5,12.1666667 L11.5,18 L11.5,13.8333333 L9.5,13.8333333 L12.5,8 Z M5.12,5 L18.87,5 L17.93,4 L5.93,4 L5.12,5 Z"}],custom_archived_error:[{path:"M20.54,5.23 C20.83,5.57 21,6.02 21,6.5 L21,19 C21,20.1 20.1,21 19,21 L5,21 C3.9,21 3,20.1 3,19 L3,6.5 C3,6.02 3.17,5.57 3.46,5.23 L4.84,3.55 C5.12,3.21 5.53,3 6,3 L18,3 C18.47,3 18.88,3.21 19.15,3.55 L20.54,5.23 Z M5,7 L5,19 L19,19 L19,7 L5,7 Z M12,11.5857864 L14.8284271,8.75735931 L16.2426407,10.1715729 L13.4142136,13 L16.2426407,15.8284271 L14.8284271,17.2426407 L12,14.4142136 L9.17157288,17.2426407 L7.75735931,15.8284271 L10.5857864,13 L7.75735931,10.1715729 L9.17157288,8.75735931 L12,11.5857864 Z M5.12,5 L18.87,5 L17.93,4 L5.93,4 L5.12,5 Z"}],custom_bookmark:[{path:"M5 5L19 5 19 17 5 17z",fill:r.colors.white},{path:"M17,3 C18.1,3 19,3.9 19,5 L19,21 L12,18 L5,21 L5.01,5 C5.01,3.9 5.9,3 7,3 L17,3 Z M15.9425,7.58 L11,12.7708493 L9.0575,10.73862 L8,11.8492569 L11,15 L17,8.6985138 L15.9425,7.58 Z"}],custom_alixip_cloud:[{path:"M18.7375,10.285 C21.1208333,10.4425 23,12.315 23,14.625 C23,17.04 20.9466667,19 18.4166667,19 L6.5,19 C3.46583333,19 1,16.64625 1,13.75 C1,11.04625 3.145,8.815 5.90416667,8.535 C7.05,6.435 9.35083333,5 12,5 C15.3366667,5 18.1141667,7.26625 18.7375,10.285 Z M13.5911976,14.2246734 L13.5975063,14.2201705 L14.596071,17.25 L16.5833333,17.25 L13.0469143,6.75 L10.9530857,6.75 L7.41666667,17.25 L9.3526193,17.25 L13.5841744,14.2296862 L10.6671488,14.2296862 L12.1245139,9.64344059 L13.5911976,14.2246734 Z"}],custom_csv:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M9.30322266,13.3798828 L8.44189453,13.3798828 C8.39632139,13.7353533 8.28808679,13.9894198 8.1171875,14.1420898 C7.94628821,14.2947599 7.69108243,14.3710938 7.3515625,14.3710938 C6.98014137,14.3710938 6.69816177,14.2298191 6.50561523,13.9472656 C6.3130687,13.6647121 6.21679688,13.25456 6.21679688,12.7167969 L6.21679688,12.2758789 C6.22135419,11.7449518 6.32446188,11.3422051 6.52612305,11.067627 C6.72778421,10.7930488 7.01659968,10.6557617 7.39257812,10.6557617 C7.71614745,10.6557617 7.96166908,10.7349439 8.12915039,10.8933105 C8.2966317,11.0516772 8.4008787,11.3097313 8.44189453,11.6674805 L9.30322266,11.6674805 C9.24853488,11.1228814 9.05371261,10.7013361 8.71875,10.402832 C8.38378739,10.1043279 7.94173452,9.95507812 7.39257812,9.95507812 C6.98469848,9.95507812 6.6252457,10.0519196 6.31420898,10.2456055 C6.00317227,10.4392913 5.76448651,10.7150047 5.59814453,11.0727539 C5.43180255,11.4305031 5.34863281,11.8440732 5.34863281,12.3134766 L5.34863281,12.7783203 C5.35546878,13.2363304 5.44091715,13.6385074 5.60498047,13.9848633 C5.76904379,14.3312192 6.002033,14.5983877 6.30395508,14.786377 C6.60587716,14.9743662 6.95507614,15.0683594 7.3515625,15.0683594 C7.91894815,15.0683594 8.37353345,14.9196792 8.71533203,14.6223145 C9.05713062,14.3249497 9.2530922,13.9108099 9.30322266,13.3798828 Z M12.6767578,13.7182617 C12.6767578,13.9187836 12.6009936,14.0799961 12.4494629,14.2019043 C12.2979322,14.3238125 12.0717788,14.3847656 11.7709961,14.3847656 C11.4223615,14.3847656 11.1546233,14.3072924 10.9677734,14.1523438 C10.7809235,13.9973951 10.6875,13.7786472 10.6875,13.4960938 L9.82275391,13.4960938 C9.82275391,13.8082698 9.9064933,14.0817046 10.0739746,14.3164062 C10.2414559,14.5511079 10.4761541,14.7351068 10.7780762,14.8684082 C11.0799983,15.0017097 11.4109683,15.0683594 11.7709961,15.0683594 C12.3155952,15.0683594 12.7468246,14.9458834 13.0646973,14.7009277 C13.3825699,14.4559721 13.5415039,14.1261414 13.5415039,13.7114258 C13.5415039,13.4562162 13.486817,13.2334808 13.3774414,13.0432129 C13.2680659,12.852945 13.0960298,12.6843269 12.8613281,12.5373535 C12.6266264,12.3903801 12.3155944,12.2593593 11.9282227,12.1442871 C11.5408509,12.0292149 11.2628589,11.9107265 11.0942383,11.7888184 C10.9256176,11.6669102 10.8413086,11.5148121 10.8413086,11.3325195 C10.8413086,11.1160471 10.9193514,10.947429 11.0754395,10.8266602 C11.2315275,10.7058913 11.4508449,10.6455078 11.7333984,10.6455078 C12.0364598,10.6455078 12.2694491,10.7189934 12.432373,10.8659668 C12.595297,11.0129402 12.6767578,11.2163073 12.6767578,11.4760742 L13.5380859,11.4760742 C13.5380859,11.1889634 13.4606128,10.9274914 13.3056641,10.6916504 C13.1507154,10.4558094 12.9376641,10.2740892 12.6665039,10.1464844 C12.3953437,10.0188796 12.0865903,9.95507812 11.7402344,9.95507812 C11.2184219,9.95507812 10.7940283,10.0849596 10.467041,10.3447266 C10.1400537,10.6044935 9.9765625,10.9348938 9.9765625,11.3359375 C9.9765625,11.7939476 10.2032855,12.1653632 10.6567383,12.4501953 C10.8937186,12.598308 11.2127259,12.7327468 11.6137695,12.8535156 C12.0148132,12.9742845 12.2922356,13.0939122 12.4460449,13.2124023 C12.5998543,13.3308925 12.6767578,13.4995106 12.6767578,13.7182617 Z M16.0537109,13.9165039 L14.8027344,10.0234375 L13.855957,10.0234375 L15.6401367,15 L16.4775391,15 L18.2685547,10.0234375 L17.3183594,10.0234375 L16.0537109,13.9165039 Z M14,3 L14,8 L19,8 L14,3 Z"}],custom_text_file:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M6.46153846,17 L17.5384615,17 L18,17 L18,16 L17.5384615,16 L6.46153846,16 L6,16 L6,17 L6.46153846,17 Z M6.46153846,20 L17.5384615,20 L18,20 L18,19 L17.5384615,19 L6.46153846,19 L6,19 L6,20 L6.46153846,20 Z M13.8945518,5 L6.11247803,5 L6,7.11061947 L6.26713533,7.11061947 C6.29994158,6.70353779 6.40304541,6.38053217 6.57644991,6.14159292 C6.74985441,5.90265367 6.95840534,5.74115086 7.20210896,5.65707965 C7.38957329,5.59513243 7.70591459,5.56415929 8.15114236,5.56415929 L9.2970123,5.56415929 L9.2970123,12.4402655 C9.2970123,12.9446928 9.24546039,13.2676984 9.14235501,13.409292 C8.97363712,13.6393817 8.68775831,13.7544248 8.28471002,13.7544248 L7.94727592,13.7544248 L7.94727592,14 L11.9894552,14 L11.9894552,13.7544248 L11.659051,13.7544248 C11.2888089,13.7544248 11.0146465,13.6615054 10.8365554,13.4756637 C10.7100169,13.3384949 10.6467487,12.9933656 10.6467487,12.4402655 L10.6467487,5.56415929 L11.9894552,5.56415929 C12.3831303,5.56415929 12.7006432,5.62499939 12.9420035,5.74668142 C13.1833638,5.86836344 13.3766835,6.05752084 13.5219684,6.31415929 C13.6110139,6.47345212 13.681312,6.73893619 13.7328647,7.11061947 L14,7.11061947 L13.8945518,5 Z"}],custom_excel:[{path:"M14,19 L17,19 L17,17 L14,17 L14,16 L17,16 L17,14 L14,14 L14,13 L17,13 L17,11 L14,11 L14,10 L17,10 L17,8 L14,8 L14,7 L17,7 L17,5 L14,5 L14,4 L22,4 L22,20 L14,20 L14,19 Z M13,2 L13,22 L2,19.8801227 L2,4.03493938 L13,2 Z M18,5 L18,7 L21,7 L21,5 L18,5 Z M18,8 L18,10 L21,10 L21,8 L18,8 Z M18,11 L18,13 L21,13 L21,11 L18,11 Z M18,14 L18,16 L21,16 L21,14 L18,14 Z M18,17 L18,19 L21,19 L21,17 L18,17 Z M5,16 L5.84297521,16 L7.4338843,13.2397782 L7.5,13.2397782 L9.06198347,16 L9.95454545,16 L7.9338843,12.5169785 L10,9 L9.15289256,9 L7.55785124,11.7844768 L7.49173554,11.7844768 L5.9214876,9 L5.02479339,9 L7.04132231,12.4781705 C7.04132231,12.4781705 6.97245248,12.5970189 6.83471074,12.8347193 C6.69696901,13.0724198 6.52686052,13.3659026 6.32438017,13.7151767 C6.12189981,14.0644508 5.9194225,14.4137197 5.71694215,14.7629938 C5.5144618,15.1122679 5.34435331,15.4057507 5.20661157,15.6434511 C5.06886983,15.8811516 5,16 5,16 Z"}],custom_pdf:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M10.6491843,10.6902254 C10.5619133,10.6074198 10.506109,10.4953716 10.4917486,10.3741142 C10.3563826,9.21331329 10.0949152,8.07179918 9.71225011,6.97098007 C9.5515615,6.44654921 9.10645021,6.06820567 8.5756414,6.00486535 C7.98717628,5.9577401 7.42311145,6.25579511 7.11744155,6.77538629 C6.7789353,7.32739807 6.7819303,8.03124331 7.12512134,8.58018343 C7.65833061,9.49175752 8.28702724,10.3404465 8.99994972,11.1110484 C9.07788158,11.1925188 9.12458705,11.3002189 9.1314661,11.4143175 C9.18344014,12.1929509 9.16318916,12.9749092 9.07098776,13.7495887 C9.05149539,13.8894433 8.97593767,14.0144908 8.8626735,14.0943474 C7.94016414,14.7464241 7.10739151,15.5236297 6.38690166,16.4049224 C6.00853679,16.8422094 5.89757002,17.4595902 6.09890959,18.0072108 C6.32051768,18.5486185 6.81003011,18.9237657 7.37759439,18.9871554 C7.44478145,18.9958311 7.51243494,19 7.58014881,19 C8.11502337,18.9970841 8.61559313,18.728494 8.92411181,18.2788689 C9.59399676,17.3137244 10.0677568,16.2194171 10.3170335,15.06145 C10.3449845,14.9299796 10.4245577,14.8162721 10.5368674,14.7473145 C11.1215049,14.3940578 11.7346359,14.0932983 12.369457,13.8483734 C12.4931408,13.8040091 12.628725,13.8107373 12.7476865,13.8671425 C13.8830844,14.4057084 15.0925095,14.7605778 16.3331878,14.9192 C16.8676012,15.0078175 17.4044837,14.7760247 17.7174697,14.3215523 C18.0562381,13.8089925 18.0930717,13.1460771 17.8132844,12.5971236 C17.5334971,12.0481701 16.9825922,11.7024581 16.3802265,11.6978297 C15.2012016,11.6514227 14.0224053,11.7957589 12.8868827,12.1255676 C12.765598,12.161999 12.6351699,12.1466907 12.5249727,12.0830902 C11.8535581,11.6884399 11.2247695,11.2215336 10.6491843,10.6902254 Z M10.1052024,11.3706499 C10.3419026,11.228426 11.4899161,12.5469959 11.5892223,12.7122692 C11.6885285,12.8775425 11.4149877,13.3036017 11.1782875,13.4458255 C10.9415872,13.5880494 10.2045086,13.7251987 10.1052024,13.5599254 C10.0058962,13.3946521 9.8685022,11.5128737 10.1052024,11.3706499 Z M9.44320679,10.187561 C9.18210904,10.2774642 8.14831244,8.42489805 8.05840927,8.1638003 C7.96850611,7.90270256 8.10728674,7.6181601 8.36838448,7.52825694 C8.62948223,7.43835377 8.91402468,7.5771344 9.00392785,7.83823215 C9.09383101,8.09932989 9.70430453,10.0976579 9.44320679,10.187561 Z M14.0762876,13.1288739 C14.0907397,12.8531099 16.1785716,12.9850558 16.3711207,12.9951469 C16.5636698,13.005238 16.7080459,13.2369692 16.6935937,13.5127332 C16.6791415,13.7884971 16.5113338,14.0038675 16.3187847,13.9937764 C16.1262356,13.9836854 14.0618354,13.4046378 14.0762876,13.1288739 Z M9.09863281,15.4967152 C9.29389496,15.6919773 8.14720502,17.5036469 8.01086541,17.6399865 C7.87452579,17.7763262 7.60570945,17.72856 7.4104473,17.5332979 C7.21518516,17.3380357 7.16741901,17.0692194 7.30375863,16.9328798 C7.44009824,16.7965401 8.90337067,15.3014531 9.09863281,15.4967152 Z"}],custom_photo:[{path:"M2,4.99508929 C2,3.8932319 2.89821238,3 3.99079514,3 L20.0092049,3 C21.1086907,3 22,3.8926228 22,4.99508929 L22,19.0049107 C22,20.1067681 21.1017876,21 20.0092049,21 L3.99079514,21 C2.89130934,21 2,20.1073772 2,19.0049107 L2,4.99508929 Z M8,10 C9.1045695,10 10,9.1045695 10,8 C10,6.8954305 9.1045695,6 8,6 C6.8954305,6 6,6.8954305 6,8 C6,9.1045695 6.8954305,10 8,10 Z M8.95238095,12.6470588 L4,18 L20,18 L15.8095238,11 L12,15.9411765 L8.95238095,12.6470588 Z"}],custom_code:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M5.95965727,12.1087919 L9.08853981,10.8032891 L9.08853981,9.8115117 L5,11.7242252 L5,12.4629981 L9.08853981,14.3807717 L9.08853981,13.3889943 L5.95965727,12.1087919 Z M10.7279543,16 L13.7618708,8 L12.9721528,8 L9.93323813,16 L10.7279543,16 Z M18.0353445,12.0784314 L14.7315245,13.4041746 L14.7315245,14.3757116 L19,12.457938 L19,11.7191651 L14.7315245,9.80645161 L14.7315245,10.7678684 L18.0353445,12.0784314 Z"}],custom_powerpoint:[{path:"M14,10.5001831 C14.4178303,10.8140276 14.937197,11 15.5,11 C16.8807119,11 18,9.88071187 18,8.5 C18,8.32876706 17.9827849,8.16155493 17.9499909,7.99999994 L16,7.99999991 L16,6.05000906 C15.838445,6.01721513 15.6712329,6 15.5,6 C14.937197,6 14.4178303,6.18597241 14,6.49981691 L14,4 L22,4 L22,20 L14,20 L14,18 L19,18 L19,17 L14,17 L14,16 L19,16 L19,15 L14,15 L14,14 L19,14 L19,13 L14,13 L14,10.5001831 Z M13,2 L13,22 L2,19.8801227 L2,4.03493938 L13,2 Z M5,9 L5,16 L5.89374379,16 L5.89374379,13.5017325 L7.69612711,13.5017325 C8.3680934,13.5017325 8.92005742,13.2923329 9.35203575,12.8735274 C9.78401408,12.4547219 10,11.9186912 10,11.2654193 C10,10.5992113 9.78732421,10.0550957 9.36196624,9.63305613 C8.93660827,9.2110166 8.38464424,9 7.7060576,9 L5,9 Z M5.89374379,9.77616078 L7.47269116,9.77616078 C7.99238923,9.77616078 8.39043225,9.90390263 8.66683217,10.1593902 C8.9432321,10.4148777 9.08142999,10.7835504 9.08142999,11.2654193 C9.08142999,11.727884 8.9407495,12.0868548 8.65938431,12.3423423 C8.37801912,12.5978299 7.98245869,12.7255717 7.47269116,12.7255717 L5.89374379,12.7255717 L5.89374379,9.77616078 Z"}],custom_word:[{path:"M14,19 L21,19 L21,17 L14,17 L14,16 L21,16 L21,14 L14,14 L14,13 L21,13 L21,11 L14,11 L14,10 L21,10 L21,8 L14,8 L14,7 L21,7 L21,5 L14,5 L14,4 L22,4 L22,20 L14,20 L14,19 Z M13,2 L13,22 L2,19.8801227 L2,4.03493938 L13,2 Z M7.4700333,10.4747055 L7.5299667,10.4747055 L9.18812431,16 L10.0371809,16 L12,9 L11.0610433,9 L9.62763596,14.6902287 L9.56770255,14.6902287 L7.95449501,9 L7.04550499,9 L5.43229745,14.6902287 L5.37236404,14.6902287 L3.93895671,9 L3,9 L4.96281909,16 L5.81187569,16 C5.81187569,16 5.8518309,15.8665987 5.93174251,15.5997921 C6.01165412,15.3329855 6.11487173,14.9901846 6.24139845,14.5713791 C6.36792516,14.1525736 6.50110918,13.7079026 6.6409545,13.2373527 C6.78079981,12.7668029 6.91398383,12.3221319 7.04051054,11.9033264 C7.16703726,11.4845209 7.27025487,11.14172 7.35016648,10.8749134 C7.43007809,10.6081068 7.4700333,10.4747055 7.4700333,10.4747055 Z"}],custom_default_file:[{path:"M14.25,1.5 L20.55,7.8 L20.55,20.4 C20.55,21.5047826 19.6853875,22.4174291 18.5994008,22.4947012 L18.45,22.5 L5.85,22.5 C4.74521739,22.5 3.83257089,21.6353875 3.75529876,20.5494008 L3.75,20.4 L3.75,3.6 C3.75,2.49521739 4.61461248,1.58257089 5.70059916,1.50529876 L5.85,1.5 L14.25,1.5 Z M18.5735294,18.5 L5.72647059,18.5 L5.72647059,19.5 L18.5735294,19.5 L18.5735294,18.5 Z M18.5735294,15.5 L5.72647059,15.5 L5.72647059,16.5 L18.5735294,16.5 L18.5735294,15.5 Z M18.5735294,12.5 L5.72647059,12.5 L5.72647059,13.5 L18.5735294,13.5 L18.5735294,12.5 Z"}],custom_ap_logo:[{path:"M14.854 20h4.117L11.65 0H7.32L0 20h4.01l8.786-5.777h-6.69L9.485 5z"}],custom_ap_radio_checked:[{path:"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],custom_ap_radio_unchecked:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],baseline_undo:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"}],baseline_tune:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"}],remove_red_eye:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M12 6.5c3.79 0 7.17 2.13 8.82 5.5-1.65 3.37-5.02 5.5-8.82 5.5S4.83 15.37 3.18 12C4.83 8.63 8.21 6.5 12 6.5m0-2C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zm0 5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5z"}],notification_outline:[{path:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"}],notification_outline_active:[{path:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zM7.58 4.08L6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42z"}],delete_outline:[{path:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"}],done_all:[{path:"m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"}],widdget_error_icon:[{path:"M12,0 C6.95,0 3.15,1.85 0,4.23 L12,19 L24,4.25 C20.85,1.87 17.05,0 12,0 Z M2.92,4.65 C5.8,2.85 8.74,2 12,2 C15.25,2 18.18,2.85 21.08,4.67 L12,15.83 L2.92,4.65 Z M11,3 L13,3 L13,9 L11,9 L11,3 Z M11,10.5 L13,10.5 L13,12.5 L11,12.5 L11,10.5 Z"}],link_off:[{path:"M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.43-.98 2.63-2.31 2.98l1.46 1.46C20.88 15.61 22 13.95 22 12c0-2.76-2.24-5-5-5zm-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74 3.27 3 2 4.27z"}],bar_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z"}],show_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99l1.5 1.5z"}],view_list:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3 5v14h17V5H3zm4 2v2H5V7h2zm-2 6v-2h2v2H5zm0 2h2v2H5v-2zm13 2H9v-2h9v2zm0-4H9v-2h9v2zm0-4H9V7h9v2z"}],list:[{path:"M0 0h24v24H0z",fill:"none"},{path:"M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"}],trending_flat:[{path:"M22 12l-4-4v3H3v2h15v3z"}],radial_chart:[{path:"M22 12C22 17.5228 17.5228 22 12 22C9.7457 22 7.66563 21.2541 5.99314 19.9956L7.30943 18.4813C8.62725 19.4367 10.2478 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6421 19.9765 11.2897 19.931 10.9443L21.9118 10.6659C21.97 11.1023 22 11.5477 22 12ZM21.7299 9.68166C20.6842 5.27672 16.7248 2 12 2C10.4348 2 8.95356 2.3596 7.63443 3.0007L8.63786 4.73868C9.66002 4.2646 10.7991 4 12 4C15.7138 4 18.8366 6.53065 19.738 9.9616L21.7299 9.68166ZM6.53765 17.8449L5.22483 19.3551C3.24209 17.5278 2 14.909 2 12C2 8.39944 3.9029 5.24332 6.75788 3.48248L7.75854 5.21567C5.50112 6.62996 4 9.13968 4 12C4 14.3065 4.97606 16.3849 6.53765 17.8449ZM8.75953 6.94942C7.09958 8.01667 6.00003 9.87991 6.00003 12C6.00003 13.7039 6.71031 15.2419 7.85095 16.3342L9.16534 14.8221C8.44516 14.0988 8.00003 13.1013 8.00003 12C8.00003 10.6202 8.6986 9.40364 9.76134 8.68462L8.75953 6.94942ZM12 18C10.7501 18 9.58946 17.6178 8.62856 16.9639L9.95476 15.4382C10.5532 15.795 11.2527 16 12 16C14.2092 16 16 14.2091 16 12C16 11.831 15.9896 11.6645 15.9692 11.5011L17.9501 11.2227C17.9831 11.4771 18 11.7366 18 12C18 15.3137 15.3137 18 12 18ZM17.7386 10.2426C16.9873 7.78635 14.7023 5.99996 12 5.99996C11.1635 5.99996 10.3669 6.17116 9.64346 6.48044L10.6546 8.23185C11.0751 8.08172 11.528 7.99996 12 7.99996C13.6888 7.99996 15.1331 9.04646 15.7198 10.5263L17.7386 10.2426ZM12 14C13.1046 14 14 13.1045 14 12C14 10.8954 13.1046 9.99996 12 9.99996C10.8955 9.99996 10 10.8954 10 12C10 13.1045 10.8955 14 12 14Z"}],set_target_outlined:[{path:"M20 6L11 2V14.2724V15.7741V18H12.5V15.756C14.4388 15.8024 16.1552 16.1166 17.3935 16.5809C18.0682 16.8339 18.562 17.1171 18.8738 17.3935C19.1864 17.6706 19.25 17.8773 19.25 18C19.25 18.1227 19.1864 18.3294 18.8738 18.6065C18.562 18.8829 18.0682 19.1661 17.3935 19.4191C16.0497 19.923 14.143 20.25 12 20.25C9.85699 20.25 7.95026 19.923 6.60649 19.4191C5.93183 19.1661 5.43796 18.8829 5.12623 18.6065C4.81363 18.3294 4.75 18.1227 4.75 18C4.75 17.8773 4.81363 17.6706 5.12623 17.3935C5.43796 17.1171 5.93183 16.8339 6.60649 16.5809C7.27751 16.3293 8.0889 16.1218 9 15.9771V14.4598C7.90707 14.6188 6.91498 14.8632 6.0798 15.1764C5.30674 15.4663 4.62904 15.8296 4.13112 16.2711C3.63408 16.7117 3.25 17.2943 3.25 18C3.25 18.7057 3.63408 19.2883 4.13112 19.7289C4.62904 20.1704 5.30674 20.5337 6.0798 20.8236C7.63146 21.4054 9.72474 21.75 12 21.75C14.2753 21.75 16.3685 21.4054 17.9202 20.8236C18.6933 20.5337 19.371 20.1704 19.8689 19.7289C20.3659 19.2883 20.75 18.7057 20.75 18C20.75 17.2943 20.3659 16.7117 19.8689 16.2711C19.371 15.8296 18.6933 15.4663 17.9202 15.1764C16.4829 14.6374 14.5809 14.3021 12.5 14.2556V10L20 6Z"}],zoom_in_outlined:[{path:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z"}],line_chart:[{path:"M12 12L8 8L3 18H5.57453L8.68697 11.6711L12 15L15.0415 11L18 14L21 2H18.7725L17 10L15.0415 8L12 12ZM21 22V20H3V22H21Z"}],stacked_100_column_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M6 3H3V8H6V3ZM6 9H3V21H6V9ZM8 17H11V21H8V17ZM11 3H8V16H11V3ZM13 13H16V21H13V13ZM16 3H13V12H16V3ZM18 17H21V21H18V17ZM21 3H18V16H21V3Z"}],waterfall_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M6 3H3V21H6V3ZM11 3H8V12H11V3ZM13 12H16V18H13V12ZM21 18H18V21H21V18Z"}],segmented_columns_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M15 4H18V21H15V4ZM6 7H3V21H6V7ZM10 12H7V21H10V12ZM22 16H19V21H22V16Z"}],stacked_column_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3 3H6V4H3V3ZM6 5H3V7H6V5ZM3 8H6V11H3V8ZM6 12H3V15H6V12ZM6 16H3V21H6V16ZM11 14H8V21H11V14ZM8 9H11V13H8V9ZM16 16H13V21H16V16ZM13 12H16V15H13V12ZM21 17H18V21H21V17Z"}],pie_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M13 3.05493V11.474L19.9384 16.2442C20.6158 14.9798 21 13.5347 21 12C21 7.36745 17.5 3.55238 13 3.05493ZM11 3.05493V11.2671L3.16813 13.7403C3.05781 13.1773 3 12.5954 3 12C3 7.36745 6.50005 3.55238 11 3.05493ZM3.76987 15.6477C4.45289 17.1865 5.5548 18.4981 6.93088 19.4377L9.97473 13.6882L3.76987 15.6477ZM8.69774 20.3749C9.72016 20.7783 10.8342 21 12 21C14.7176 21 17.1538 19.7955 18.804 17.8913L12.3585 13.46L8.69774 20.3749Z"}],map_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 11.39 4.08 10.79 4.21 10.22L8.99 15V16C8.99 17.1 9.89 18 10.99 18V19.93C7.06 19.43 4 16.07 4 12ZM17.89 17.4C17.63 16.59 16.89 16 15.99 16H14.99V13C14.99 12.45 14.54 12 13.99 12H7.99V10H9.99C10.54 10 10.99 9.55 10.99 9V7H12.99C14.09 7 14.99 6.1 14.99 5V4.59C17.92 5.77 20 8.65 20 12C20 14.08 19.19 15.98 17.89 17.4Z"}],line_chart_v2:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21.5 4L18 16L14 12L11 19L7 17L5 21L3 20L6 14L10 16L13.5 8L17 12L19.5 3.5L21.5 4Z"}],donut_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21 12C21 10.3906 20.5685 8.81071 19.7503 7.4248C18.9322 6.0389 17.7574 4.89773 16.3483 4.12016C14.9393 3.3426 13.3475 2.95709 11.7388 3.00379C10.1301 3.0505 8.56338 3.52771 7.20181 4.38572L8.64126 6.67C9.59437 6.0694 10.6911 5.73535 11.8172 5.70265C12.9432 5.66996 14.0575 5.93982 15.0438 6.48411C16.0302 7.02841 16.8525 7.82723 17.4252 8.79736C17.9979 9.76749 18.3 10.8734 18.3 12H21ZM11.7375 20.9962C13.7489 21.0549 15.7219 20.4378 17.3414 19.2436C18.9609 18.0494 20.1335 16.3469 20.6719 14.4081L18.0703 13.6857C17.6934 15.0428 16.8726 16.2346 15.739 17.0705C14.6053 17.9065 13.2242 18.3384 11.8163 18.2973L11.7375 20.9962ZM3.26908 9.81573C3.63844 8.33932 4.37617 6.98069 5.41329 5.86687L7.3893 7.70681C6.66332 8.48648 6.14691 9.43753 5.88836 10.471C5.6298 11.5045 5.63755 12.5867 5.91088 13.6163C6.1842 14.646 6.71418 15.5896 7.45125 16.3588C8.18833 17.128 9.10842 17.6977 10.1255 18.0147L9.32215 20.5924C7.86917 20.1396 6.55475 19.3257 5.50179 18.2268C4.44883 17.128 3.69172 15.78 3.30125 14.3091C2.91079 12.8381 2.89972 11.2921 3.26908 9.81573Z"}],column_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M6 3H3V21H6V3ZM11 10H8V21H11V10ZM13 15H16V21H13V15ZM21 17H18V21H21V17Z"}],bridge_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21 3H18V5H21V3ZM13 5H16V8H13V5ZM11 8H8V13H11V8ZM6 13H3V21H6V13Z"}],scatter_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21 4.5C21 5.32843 20.3284 6 19.5 6C18.6716 6 18 5.32843 18 4.5C18 3.67157 18.6716 3 19.5 3C20.3284 3 21 3.67157 21 4.5ZM7.5 16C8.32843 16 9 15.3284 9 14.5C9 13.6716 8.32843 13 7.5 13C6.67157 13 6 13.6716 6 14.5C6 15.3284 6.67157 16 7.5 16ZM5.5 21C6.88071 21 8 19.8807 8 18.5C8 17.1193 6.88071 16 5.5 16C4.11929 16 3 17.1193 3 18.5C3 19.8807 4.11929 21 5.5 21ZM11.5 7C12.3284 7 13 6.32843 13 5.5C13 4.67157 12.3284 4 11.5 4C10.6716 4 10 4.67157 10 5.5C10 6.32843 10.6716 7 11.5 7ZM20 9C20 10.1046 19.1046 11 18 11C16.8954 11 16 10.1046 16 9C16 7.89543 16.8954 7 18 7C19.1046 7 20 7.89543 20 9ZM16 20C18.2091 20 20 18.2091 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20Z"}],breakdown_outline:[{fillRule:"evenodd",path:"M5 2H3V4V5V7H5H7V11V12V18V19H12V21H14H19H21V19V18V16H19H14H12V18H8V12H12V14H14H19H21V12V11V9H19H14H12V11H8V7H10H12V5V4V2H10H5ZM10 4H8H7H5V5H7H8H10V4ZM19 11H17H16H14V12H16H17H19V11ZM17 18H19V19H17H16H14V18H16H17Z"}],flash_on:[{path:"M7 2v11h3v9l7-12h-4l3-8z"}],flag_outlined:[{path:"M14 6l-1-2H5v17h2v-7h5l1 2h7V6h-6zm4 8h-4l-1-2H7V6h5l1 2h5v6z"}],grading:[{path:"M4,7h16v2H4V7z M4,13h16v-2H4V13z M4,17h7v-2H4V17z M4,21h7v-2H4V21z M15.41,18.17L14,16.75l-1.41,1.41L15.41,21L20,16.42 L18.58,15L15.41,18.17z M4,3v2h16V3H4z"}],lock:[{path:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"}],lock_outlined:[{path:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"}],cloud_upload_outlined:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"}],access_time:[{path:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"}],add:[{path:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}],add_circle:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"}],arrow_drop_down:[{path:"M7 10l5 5 5-5H7z"}],arrow_drop_up:[{path:"M7 14l5-5 5 5H7z"}],keyboard_arrow_down:[{path:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"}],keyboard_arrow_up:[{path:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"}],check:[{path:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"}],chevron_left:[{path:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"}],close:[{path:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"}],cloud_queue:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"}],cloud_upload:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"}],create:[{path:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"}],delete:[{path:"M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z"}],download:[{path:"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z"}],dynamic_feed:[{path:"M8,8H6v7c0,1.1,0.9,2,2,2h9v-2H8V8z"},{path:"M20,3h-8c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V5C22,3.9,21.1,3,20,3z M20,11h-8V7h8V11z"},{path:"M4,12H2v7c0,1.1,0.9,2,2,2h9v-2H4V12z"}],edit:[{path:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"}],error:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"}],error_outline:[{path:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],exit_to_app:[{path:"M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}],filter_list:[{path:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"}],help_outline:[{path:"M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"}],highlight_off:[{path:"M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],history:[{path:"M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"}],info:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}],info_outline:[{path:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],label:[{path:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"}],more_vert:[{path:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],more_horiz:[{path:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],north:[{path:"M5,9l1.41,1.41L11,5.83V22H13V5.83l4.59,4.59L19,9l-7-7L5,9z"}],note_add:[{path:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 14h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zm-3-7V3.5L18.5 9H13z"}],notification_important:[{path:"M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-5 0h-2v-2h2v2zm0-4h-2V8h2v4zm-1 10c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2z"}],notifications:[{path:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"}],pie_chart_outline:[{path:"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,4.07c3.61,0.45,6.48,3.33,6.93,6.93H13V4.07z M4,12 c0-4.06,3.07-7.44,7-7.93v15.87C7.07,19.44,4,16.06,4,12z M13,19.93V13h6.93C19.48,16.61,16.61,19.48,13,19.93z"}],public:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"}],remove:[{path:"M19 13H5v-2h14v2z"}],save_alt:[{path:"M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"}],search:[{path:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}],settings:[{path:"M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"}],settings_outline:[{path:"M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}],sort:[{path:"M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"}],south:[{path:"M19,15l-1.41-1.41L13,18.17V2H11v16.17l-4.59-4.59L5,15l7,7L19,15z"}],stacked_bar_chart:[{path:"M6,10h3v10H6V10z M6,5h3v4H6V5z M16,16h3v4h-3V16z M16,13h3v2h-3V13z M11,13h3v7h-3V13z M11,9h3v3h-3V9z"}],tune:[{path:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"}],undo:[{path:"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"}],unfold_less:[{path:"M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"}],unfold_more:[{path:"M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"}],zoom_out_map:[{path:"M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"}],launch:[{path:"M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"}],cloud_off:[{path:'M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z""M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z'}],cloud_done:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-9-3.82l-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z"}],backup_restore:[{path:"M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"}],waves:[{path:"M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"}],publish_outlined:[{path:"M5 4h14v2H5zm0 10h4v6h6v-6h4l-7-7-7 7zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13z"}],upload_outlined:[{path:"M9 16h6v-6h4l-7-7-7 7h4v6zm3-10.17L14.17 8H13v6h-2V8H9.83L12 5.83zM5 18h14v2H5z"}],append_outlined:[{path:"M22 5v2h-3v3h-2V7h-3V5h3V2h2v3h3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6zm-4-6v4h2v-4h-2zm-4 4h2V9h-2v8zm-2 0v-6H7v6h2z"}],override_outlined:[{path:"M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"}],table_view:[{path:"M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"}],navigation:[{path:"M0 3H3V0H0V3ZM4.5 12H7.5V9H4.5V12ZM0 12H3V9H0V12ZM0 7.5H3V4.5H0V7.5ZM4.5 7.5H7.5V4.5H4.5V7.5ZM9 0V3H12V0H9ZM4.5 3H7.5V0H4.5V3ZM9 7.5H12V4.5H9V7.5ZM9 12H12V9H9V12Z"}],touch_app_outlined:[{path:"m18.19 12.44-3.24-1.62c1.29-1 2.12-2.56 2.12-4.32 0-3.03-2.47-5.5-5.5-5.5s-5.5 2.47-5.5 5.5c0 2.13 1.22 3.98 3 4.89v3.26c-2.15-.46-2.02-.44-2.26-.44-.53 0-1.03.21-1.41.59L4 16.22l5.09 5.09c.43.44 1.03.69 1.65.69h6.3c.98 0 1.81-.7 1.97-1.67l.8-4.71c.22-1.3-.43-2.58-1.62-3.18zm-.35 2.85-.8 4.71h-6.3c-.09 0-.17-.04-.24-.1l-3.68-3.68 4.25.89V6.5c0-.28.22-.5.5-.5s.5.22.5.5v6h1.76l3.46 1.73c.4.2.62.63.55 1.06zM8.07 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .95-.38 1.81-1 2.44V6.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v2.44c-.62-.63-1-1.49-1-2.44z"}],direction_boat_filled:[{path:"M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z"}],home_work_outlined:[{path:"M17 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2zm-3.26 0 1.26.84V7z"},{path:"M10 3v1.51l2 1.33V5h9v14h-4v2h6V3z"},{path:"M8.17 5.7 15 10.25V21H1V10.48L8.17 5.7zM10 19h3v-7.84L8.17 8.09 3 11.38V19h3v-6h4v6z"}],receipt_long_outlined:[{path:"M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM15 20H6c-.55 0-1-.45-1-1v-1h10v2zm4-1c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"},{path:"M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"}],store_front_outlined:[{path:"m21.9 8.89-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89zm-2.99-3.9 1.05 4.37c.1.42.01.84-.25 1.17-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07-.22.26-.54.41-.95.41-.67 0-1.22-.59-1.22-1.31V5zM8.49 9.52 9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41-.25-.29-.37-.68-.33-1.07zm-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.49 0-.8-.29-.93-.47-.27-.32-.36-.75-.26-1.17zM5 19v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19H5z"}],shopping_basket_outlined:[{path:"M22 9h-4.79l-4.38-6.56c-.19-.28-.51-.42-.83-.42s-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1zM12 4.8 14.8 9H9.2L12 4.8zM18.5 19l-12.99.01L3.31 11H20.7l-2.2 8zM12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],replay:[{path:"M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"}],format_size:[{path:"M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"}],bug_report:[{path:"M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"}],checkbox:[{path:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}],checkbox_outlined:[{path:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM17.99 9l-1.41-1.42-6.59 6.59-2.58-2.57-1.42 1.41 4 3.99z"}],checkbox_blank_outlined:[{path:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}],indeterminate:[{path:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}],indeterminate_outlined:[{path:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 11h10v2H7z"}],minus:[{path:"M19 13H5v-2h14v2z"}],pause:[{path:"M13,16V8H15V16H13M9,16V8H11V16H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z"}]}},function(e,t,n){"use strict";var r,i=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MaterialIcon=t.DemoTextArea=t.DemoIcon=t.DemoDiv=t.DemoWrapper=t.StyledSvg=void 0;var a,s=n(8),l=n(6);t.StyledSvg=s.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-7fmhvh-0"})({transition:"all .2s linear"}),t.DemoWrapper=s.default.div.withConfig({displayName:"DemoWrapper",componentId:"sc-7fmhvh-1"})(((r={display:"inline-flex",width:"100%"})[l.mediaQuery(l.breakpoints.md)]={width:"50%"},r[l.mediaQuery(l.breakpoints.lg)]={width:"25%"},r)),t.DemoDiv=s.default.div.withConfig({displayName:"DemoDiv",componentId:"sc-7fmhvh-2"})({background:l.colors.white,borderColor:l.colors.grey3,borderStyle:"solid",borderWidth:"1px",boxSizing:"border-box",display:"inline-flex",flexDirection:"column",height:"100px",justifyContent:"center",margin:l.scaffolding.sm,padding:l.scaffolding.md,position:"relative",textAlign:"center",transition:"all .2s linear",width:"100%"}),t.DemoIcon=s.default.div.withConfig({displayName:"DemoIcon",componentId:"sc-7fmhvh-3"})({margin:"10px 0px"}),t.DemoTextArea=s.default.textarea.withConfig({displayName:"DemoTextArea",componentId:"sc-7fmhvh-4"})(o(o({":hover":{borderColor:l.colors.grey4}},l.font),{borderColor:l.colors.grey2,cursor:"pointer",minHeight:"18px",outline:0,resize:"none",textAlign:"center",transition:"all .2s linear"})),t.MaterialIcon=s.default.i.withConfig({displayName:"MaterialIcon",componentId:"sc-7fmhvh-5"})(a||(a=i(["\n transition: all .2s linear;\n text-align: left;\n font-size: ",";\n pointer-events: all;\n"],["\n transition: all .2s linear;\n text-align: left;\n font-size: ",";\n pointer-events: all;\n"])),(function(e){var t=e.iconSize;return t?""+t:"inherit"}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.StyledButtonGroup=void 0;var r=n(8),i=n(6);t.StyledButtonGroup=r.default.div.withConfig({displayName:"StyledButtonGroup",componentId:"sc-cqqbre-0"})({display:"flex",position:"relative"},(function(e){var t,n,r=e.alignItems,o=e.justifyContent,a=e.flexDirection,s=e.spacingSize;return{'[class*="ap-button-"]:nth-child(n)':{margin:"0px "+(t=s,n={sm:i.scaffolding.xs,lg:i.scaffolding.sm},"number"==typeof t?t+"px":n[t]?n[t]:t)},'[class*="ap-button-"]:first-child':{marginLeft:"0px"},'[class*="ap-button-"]:last-child':{marginRight:"0px"},alignItems:r,justifyContent:o,flexDirection:a}}))},function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ApDatePicker=void 0;var a=n(3),s=n(332),l=n(85),c=n(362),u=n(363),d=n(365),p=function(e){function t(t){var n=e.call(this,t)||this;n.handleDayChange=function(e){n.props.onChange([e])},n.handleDayEnter=function(e){var t=n.props.range;n.setState({hoverRange:t?u.getWeekRange(e,t):{from:e,to:e}})},n.handleDayLeave=function(){n.setState({hoverRange:void 0})},n.handleYearMonthChange=function(e){n.setState({month:e})};var r=Boolean(t.selectedDays.length);return n.state={hoverRange:{from:new Date,to:new Date},month:r?t.selectedDays[0]:new Date},n}return i(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.selectedDays,r=t.srcRange,i=this.state,u=i.hoverRange,p=i.month,h=n.length>1,f={hoverRange:u,hoverRangeStart:u&&u.from,hoverRangeEnd:u&&u.to};return h&&(f=o(o({},f),{selectedRange:{from:n[0],to:n[n.length-1]},selectedRangeStart:n[0],selectedRangeEnd:n[n.length-1]})),a.createElement(l.Container,null,a.createElement(s.default,o({month:p,firstDayOfWeek:1,showOutsideDays:!0,pagedNavigation:!0,modifiers:f,onDayClick:this.handleDayChange,onDayMouseEnter:this.handleDayEnter,onDayMouseLeave:this.handleDayLeave,onMonthChange:function(t){return e.setState({month:t})},captionElement:function(t){var n=t.date,i=t.localeUtils;return a.createElement(d.YearMonthForm,{date:n,localeUtils:i,srcRange:r,onChange:e.handleYearMonthChange})},navbarElement:function(e){return a.createElement(c.Navbar,o({},e,{srcRange:r,date:p}))}},this.props)))},t}(a.Component);t.ApDatePicker=p},function(e,t,n){e.exports=n(333)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ModifiersUtils=t.LocaleUtils=t.DateUtils=t.DayPicker=void 0;var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=v(o),s=v(n(334)),l=v(n(335)),c=v(n(336)),u=v(n(339)),d=y(n(73)),p=y(n(65)),h=y(n(84)),f=y(n(116)),m=v(n(72)),g=n(71);function y(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function v(e){return e&&e.__esModule?e:{default:e}}var b=t.DayPicker=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));n.dayPicker=null,n.showNextMonth=function(e){if(n.allowNextMonth()){var t=n.props.pagedNavigation?n.props.numberOfMonths:1,r=p.addMonths(n.state.currentMonth,t);n.showMonth(r,e)}},n.showPreviousMonth=function(e){if(n.allowPreviousMonth()){var t=n.props.pagedNavigation?n.props.numberOfMonths:1,r=p.addMonths(n.state.currentMonth,-t);n.showMonth(r,e)}},n.handleKeyDown=function(e){switch(e.persist(),e.keyCode){case g.LEFT:"rtl"===n.props.dir?n.showNextMonth():n.showPreviousMonth(),d.cancelEvent(e);break;case g.RIGHT:"rtl"===n.props.dir?n.showPreviousMonth():n.showNextMonth(),d.cancelEvent(e);break;case g.UP:n.showPreviousYear(),d.cancelEvent(e);break;case g.DOWN:n.showNextYear(),d.cancelEvent(e)}n.props.onKeyDown&&n.props.onKeyDown(e)},n.handleDayKeyDown=function(e,t,r){switch(r.persist(),r.keyCode){case g.LEFT:d.cancelEvent(r),"rtl"===n.props.dir?n.focusNextDay(r.target):n.focusPreviousDay(r.target);break;case g.RIGHT:d.cancelEvent(r),"rtl"===n.props.dir?n.focusPreviousDay(r.target):n.focusNextDay(r.target);break;case g.UP:d.cancelEvent(r),n.focusPreviousWeek(r.target);break;case g.DOWN:d.cancelEvent(r),n.focusNextWeek(r.target);break;case g.ENTER:case g.SPACE:d.cancelEvent(r),n.props.onDayClick&&n.handleDayClick(e,t,r)}n.props.onDayKeyDown&&n.props.onDayKeyDown(e,t,r)},n.handleDayClick=function(e,t,r){r.persist(),t[n.props.classNames.outside]&&n.props.enableOutsideDaysClick&&n.handleOutsideDayClick(e),n.props.onDayClick&&n.props.onDayClick(e,t,r)},n.handleTodayButtonClick=function(e){var t=new Date,r=new Date(t.getFullYear(),t.getMonth());n.showMonth(r),e.target.blur(),n.props.onTodayButtonClick&&(e.persist(),n.props.onTodayButtonClick(new Date(t.getFullYear(),t.getMonth(),t.getDate()),f.getModifiersForDay(t,n.props.modifiers),e))};var r=n.getCurrentMonthFromProps(e);return n.state={currentMonth:r},n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidUpdate",value:function(e){if(e.month!==this.props.month&&!p.isSameMonth(e.month,this.props.month)){var t=this.getCurrentMonthFromProps(this.props);this.setState({currentMonth:t})}}},{key:"getCurrentMonthFromProps",value:function(e){var t=d.startOfMonth(e.month||e.initialMonth||new Date);if(e.pagedNavigation&&e.numberOfMonths>1&&e.fromMonth){var n=d.startOfMonth(e.fromMonth),r=d.getMonthsDiff(n,t);t=p.addMonths(n,Math.floor(r/e.numberOfMonths)*e.numberOfMonths)}else e.toMonth&&e.numberOfMonths>1&&d.getMonthsDiff(t,e.toMonth)<=0&&(t=p.addMonths(d.startOfMonth(e.toMonth),1-this.props.numberOfMonths));return t}},{key:"getNextNavigableMonth",value:function(){return p.addMonths(this.state.currentMonth,this.props.numberOfMonths)}},{key:"getPreviousNavigableMonth",value:function(){return p.addMonths(this.state.currentMonth,-1)}},{key:"allowPreviousMonth",value:function(){var e=p.addMonths(this.state.currentMonth,-1);return this.allowMonth(e)}},{key:"allowNextMonth",value:function(){var e=p.addMonths(this.state.currentMonth,this.props.numberOfMonths);return this.allowMonth(e)}},{key:"allowMonth",value:function(e){var t=this.props,n=t.fromMonth,r=t.toMonth;return!(!t.canChangeMonth||n&&d.getMonthsDiff(n,e)<0||r&&d.getMonthsDiff(r,e)>0)}},{key:"allowYearChange",value:function(){return this.props.canChangeMonth}},{key:"showMonth",value:function(e,t){var n=this;this.allowMonth(e)&&this.setState({currentMonth:d.startOfMonth(e)},(function(){t&&t(),n.props.onMonthChange&&n.props.onMonthChange(n.state.currentMonth)}))}},{key:"showNextYear",value:function(){if(this.allowYearChange()){var e=p.addMonths(this.state.currentMonth,12);this.showMonth(e)}}},{key:"showPreviousYear",value:function(){if(this.allowYearChange()){var e=p.addMonths(this.state.currentMonth,-12);this.showMonth(e)}}},{key:"focus",value:function(){this.wrapper.focus()}},{key:"focusFirstDayOfMonth",value:function(){d.getDayNodes(this.dayPicker,this.props.classNames)[0].focus()}},{key:"focusLastDayOfMonth",value:function(){var e=d.getDayNodes(this.dayPicker,this.props.classNames);e[e.length-1].focus()}},{key:"focusPreviousDay",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);-1!==r&&(0===r?this.showPreviousMonth((function(){return t.focusLastDayOfMonth()})):n[r-1].focus())}},{key:"focusNextDay",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);-1!==r&&(r===n.length-1?this.showNextMonth((function(){return t.focusFirstDayOfMonth()})):n[r+1].focus())}},{key:"focusNextWeek",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);r>n.length-8?this.showNextMonth((function(){var e=7-(n.length-r);d.getDayNodes(t.dayPicker,t.props.classNames)[e].focus()})):n[r+7].focus()}},{key:"focusPreviousWeek",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);r<=6?this.showPreviousMonth((function(){var e=d.getDayNodes(t.dayPicker,t.props.classNames);e[e.length-7+r].focus()})):n[r-7].focus()}},{key:"handleOutsideDayClick",value:function(e){var t=this.state.currentMonth,n=this.props.numberOfMonths,r=d.getMonthsDiff(t,e);r>0&&r>=n?this.showNextMonth():r<0&&this.showPreviousMonth()}},{key:"renderNavbar",value:function(){var e=this.props,t=e.labels,n=e.locale,r=e.localeUtils,i=e.canChangeMonth,o=e.navbarElement,s=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["labels","locale","localeUtils","canChangeMonth","navbarElement"]);if(!i)return null;var l={month:this.state.currentMonth,classNames:this.props.classNames,className:this.props.classNames.navBar,nextMonth:this.getNextNavigableMonth(),previousMonth:this.getPreviousNavigableMonth(),showPreviousButton:this.allowPreviousMonth(),showNextButton:this.allowNextMonth(),onNextClick:this.showNextMonth,onPreviousClick:this.showPreviousMonth,dir:s.dir,labels:t,locale:n,localeUtils:r};return a.default.isValidElement(o)?a.default.cloneElement(o,l):a.default.createElement(o,l)}},{key:"renderMonths",value:function(){for(var e=[],t=d.getFirstDayOfWeekFromProps(this.props),n=0;n<this.props.numberOfMonths;n+=1){var i=p.addMonths(this.state.currentMonth,n);e.push(a.default.createElement(c.default,r({key:n},this.props,{month:i,firstDayOfWeek:t,onDayKeyDown:this.handleDayKeyDown,onDayClick:this.handleDayClick})))}return this.props.reverseMonths&&e.reverse(),e}},{key:"renderFooter",value:function(){return this.props.todayButton?a.default.createElement("div",{className:this.props.classNames.footer},this.renderTodayButton()):null}},{key:"renderTodayButton",value:function(){return a.default.createElement("button",{type:"button",tabIndex:0,className:this.props.classNames.todayButton,"aria-label":this.props.todayButton,onClick:this.handleTodayButtonClick},this.props.todayButton)}},{key:"render",value:function(){var e=this,t=this.props.classNames.container;return this.props.onDayClick||(t=t+" "+this.props.classNames.interactionDisabled),this.props.className&&(t=t+" "+this.props.className),a.default.createElement("div",r({},this.props.containerProps,{className:t,ref:function(t){return e.dayPicker=t},lang:this.props.locale}),a.default.createElement("div",{className:this.props.classNames.wrapper,ref:function(t){return e.wrapper=t},tabIndex:this.props.canChangeMonth&&void 0!==this.props.tabIndex?this.props.tabIndex:-1,onKeyDown:this.handleKeyDown,onFocus:this.props.onFocus,onBlur:this.props.onBlur},this.renderNavbar(),a.default.createElement("div",{className:this.props.classNames.months},this.renderMonths()),this.renderFooter()))}}]),t}(o.Component);b.defaultProps={classNames:m.default,tabIndex:0,numberOfMonths:1,labels:{previousMonth:"Previous Month",nextMonth:"Next Month"},locale:"en",localeUtils:h,showOutsideDays:!1,enableOutsideDaysClick:!0,fixedWeeks:!1,canChangeMonth:!0,reverseMonths:!1,pagedNavigation:!1,showWeekNumbers:!1,showWeekDays:!0,renderDay:function(e){return e.getDate()},renderWeek:function(e){return e},weekdayElement:a.default.createElement(u.default,null),navbarElement:a.default.createElement(l.default,{classNames:m.default}),captionElement:a.default.createElement(s.default,{classNames:m.default})},b.VERSION="7.4.10",b.DateUtils=p,b.LocaleUtils=h,b.ModifiersUtils=f,t.DateUtils=p,t.LocaleUtils=h,t.ModifiersUtils=f,t.default=b},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(3),o=l(i),a=l(n(84)),s=n(71);function l(e){return e&&e.__esModule?e:{default:e}}var c=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.handleKeyUp=n.handleKeyUp.bind(n),n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"shouldComponentUpdate",value:function(e){return e.locale!==this.props.locale||e.classNames!==this.props.classNames||e.date.getMonth()!==this.props.date.getMonth()||e.date.getFullYear()!==this.props.date.getFullYear()}},{key:"handleKeyUp",value:function(e){e.keyCode===s.ENTER&&this.props.onClick(e)}},{key:"render",value:function(){var e=this.props,t=e.classNames,n=e.date,r=e.months,i=e.locale,a=e.localeUtils,s=e.onClick;return o.default.createElement("div",{className:t.caption,role:"heading","aria-live":"polite"},o.default.createElement("div",{onClick:s,onKeyUp:this.handleKeyUp},r?r[n.getMonth()]+" "+n.getFullYear():a.formatMonthTitle(n,i)))}}]),t}(i.Component);c.defaultProps={localeUtils:a.default},t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(3),o=l(i),a=l(n(72)),s=n(71);function l(e){return e&&e.__esModule?e:{default:e}}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var d=function(e){function t(){var e,n,r;c(this,t);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return n=r=u(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(o))),r.handleNextClick=function(){r.props.onNextClick&&r.props.onNextClick()},r.handlePreviousClick=function(){r.props.onPreviousClick&&r.props.onPreviousClick()},r.handleNextKeyDown=function(e){e.keyCode!==s.ENTER&&e.keyCode!==s.SPACE||(e.preventDefault(),r.handleNextClick())},r.handlePreviousKeyDown=function(e){e.keyCode!==s.ENTER&&e.keyCode!==s.SPACE||(e.preventDefault(),r.handlePreviousClick())},u(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"shouldComponentUpdate",value:function(e){return e.labels!==this.props.labels||e.dir!==this.props.dir||this.props.showPreviousButton!==e.showPreviousButton||this.props.showNextButton!==e.showNextButton}},{key:"render",value:function(){var e=this.props,t=e.classNames,n=e.className,r=e.showPreviousButton,i=e.showNextButton,a=e.labels,s=e.dir,l=void 0,c=void 0,u=void 0,d=void 0,p=void 0,h=void 0;"rtl"===s?(l=this.handleNextClick,c=this.handlePreviousClick,u=this.handleNextKeyDown,d=this.handlePreviousKeyDown,h=r,p=i):(l=this.handlePreviousClick,c=this.handleNextClick,u=this.handlePreviousKeyDown,d=this.handleNextKeyDown,h=i,p=r);var f=p?t.navButtonPrev:t.navButtonPrev+" "+t.navButtonInteractionDisabled,m=h?t.navButtonNext:t.navButtonNext+" "+t.navButtonInteractionDisabled,g=o.default.createElement("span",{tabIndex:"0",role:"button","aria-label":a.previousMonth,key:"previous",className:f,onKeyDown:p?u:void 0,onClick:p?l:void 0}),y=o.default.createElement("span",{tabIndex:"0",role:"button","aria-label":a.nextMonth,key:"right",className:m,onKeyDown:h?d:void 0,onClick:h?c:void 0});return o.default.createElement("div",{className:n||t.navBar},"rtl"===s?[y,g]:[g,y])}}]),t}(i.Component);d.defaultProps={classNames:a.default,dir:"ltr",labels:{previousMonth:"Previous Month",nextMonth:"Next Month"},showPreviousButton:!0,showNextButton:!0},t.default=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(3),o=h(i),a=h(n(337)),s=h(n(338)),l=n(71),c=p(n(116)),u=p(n(73)),d=p(n(65));function p(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function h(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var g=function(e){function t(){var e,n,r;f(this,t);for(var i=arguments.length,a=Array(i),l=0;l<i;l++)a[l]=arguments[l];return n=r=m(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(a))),r.renderDay=function(e){var t=r.props.month.getMonth(),n=u.getModifiersFromProps(r.props),i=c.getModifiersForDay(e,n);d.isSameDay(e,new Date)&&!Object.prototype.hasOwnProperty.call(n,r.props.classNames.today)&&i.push(r.props.classNames.today),e.getMonth()!==t&&i.push(r.props.classNames.outside);var a=e.getMonth()!==t,l=-1;r.props.onDayClick&&!a&&1===e.getDate()&&(l=r.props.tabIndex);var p=""+e.getFullYear()+e.getMonth()+e.getDate(),h={};return i.forEach((function(e){h[e]=!0})),o.default.createElement(s.default,{key:(a?"outside-":"")+p,classNames:r.props.classNames,day:e,modifiers:h,modifiersStyles:r.props.modifiersStyles,empty:a&&!r.props.showOutsideDays&&!r.props.fixedWeeks,tabIndex:l,ariaLabel:r.props.localeUtils.formatDay(e,r.props.locale),ariaDisabled:a||i.indexOf(r.props.classNames.disabled)>-1,ariaSelected:i.indexOf(r.props.classNames.selected)>-1,onClick:r.props.onDayClick,onFocus:r.props.onDayFocus,onKeyDown:r.props.onDayKeyDown,onMouseEnter:r.props.onDayMouseEnter,onMouseLeave:r.props.onDayMouseLeave,onMouseDown:r.props.onDayMouseDown,onMouseUp:r.props.onDayMouseUp,onTouchEnd:r.props.onDayTouchEnd,onTouchStart:r.props.onDayTouchStart},r.props.renderDay(e,h))},m(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"render",value:function(){var e=this,t=this.props,n=t.classNames,r=t.month,i=t.months,s=t.fixedWeeks,c=t.captionElement,p=t.weekdayElement,h=t.locale,f=t.localeUtils,m=t.weekdaysLong,g=t.weekdaysShort,y=t.firstDayOfWeek,v=t.onCaptionClick,b=t.showWeekNumbers,_=t.showWeekDays,x=t.onWeekClick,w={date:r,classNames:n,months:i,localeUtils:f,locale:h,onClick:v?function(e){return v(r,e)}:void 0},M=o.default.isValidElement(c)?o.default.cloneElement(c,w):o.default.createElement(c,w),S=u.getWeekArray(r,y,s);return o.default.createElement("div",{className:n.month,role:"grid"},M,_&&o.default.createElement(a.default,{classNames:n,weekdaysShort:g,weekdaysLong:m,firstDayOfWeek:y,showWeekNumbers:b,locale:h,localeUtils:f,weekdayElement:p}),o.default.createElement("div",{className:n.body,role:"rowgroup"},S.map((function(t){var i=void 0;return b&&(i=d.getWeekNumber(t[6])),o.default.createElement("div",{key:t[0].getTime(),className:n.week,role:"row"},b&&o.default.createElement("div",{className:n.weekNumber,tabIndex:x?0:-1,role:"gridcell",onClick:x?function(e){return x(i,t,e)}:void 0,onKeyUp:x?function(e){return e.keyCode===l.ENTER&&x(i,t,e)}:void 0},e.props.renderWeek(i,t,r)),t.map(e.renderDay))}))))}}]),t}(i.Component);t.default=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=(r=o)&&r.__esModule?r:{default:r};function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var c=function(e){function t(){return s(this,t),l(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return this.props!==e}},{key:"render",value:function(){for(var e=this.props,t=e.classNames,n=e.firstDayOfWeek,r=e.showWeekNumbers,i=e.weekdaysLong,o=e.weekdaysShort,s=e.locale,l=e.localeUtils,c=e.weekdayElement,u=[],d=0;d<7;d+=1){var p=(d+n)%7,h={key:d,className:t.weekday,weekday:p,weekdaysLong:i,weekdaysShort:o,localeUtils:l,locale:s},f=a.default.isValidElement(c)?a.default.cloneElement(c,h):a.default.createElement(c,h);u.push(f)}return a.default.createElement("div",{className:t.weekdays,role:"rowgroup"},a.default.createElement("div",{className:t.weekdaysRow,role:"row"},r&&a.default.createElement("div",{className:t.weekday}),u))}}]),t}(o.Component);t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=u(o),s=n(65),l=n(73),c=u(n(72));function u(e){return e&&e.__esModule?e:{default:e}}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function h(e,t,n){if(e)return function(r){r.persist(),e(t,n,r)}}var f=function(e){function t(){return d(this,t),p(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){var t=this,n=Object.keys(this.props),r=Object.keys(e);return n.length!==r.length||n.some((function(n){if("modifiers"===n||"modifiersStyles"===n||"classNames"===n){var r=t.props[n],i=e[n],o=Object.keys(r),a=Object.keys(i);return o.length!==a.length||o.some((function(e){return!(0,l.hasOwnProp)(i,e)||r[e]!==i[e]}))}return"day"===n?!(0,s.isSameDay)(t.props[n],e[n]):!(0,l.hasOwnProp)(e,n)||t.props[n]!==e[n]}))}},{key:"render",value:function(){var e=this.props,t=e.classNames,n=e.modifiersStyles,i=e.day,o=e.tabIndex,s=e.empty,l=e.modifiers,u=e.onMouseEnter,d=e.onMouseLeave,p=e.onMouseUp,f=e.onMouseDown,m=e.onClick,g=e.onKeyDown,y=e.onTouchStart,v=e.onTouchEnd,b=e.onFocus,_=e.ariaLabel,x=e.ariaDisabled,w=e.ariaSelected,M=e.children,S=t.day;t!==c.default?S+=" "+Object.keys(l).join(" "):S+=Object.keys(l).map((function(e){return" "+S+"--"+e})).join("");var k=void 0;return n&&Object.keys(l).filter((function(e){return!!n[e]})).forEach((function(e){k=r({},k,n[e])})),s?a.default.createElement("div",{"aria-disabled":!0,className:S,style:k}):a.default.createElement("div",{className:S,tabIndex:o,style:k,role:"gridcell","aria-label":_,"aria-disabled":x,"aria-selected":w,onClick:h(m,i,l),onKeyDown:h(g,i,l),onMouseEnter:h(u,i,l),onMouseLeave:h(d,i,l),onMouseUp:h(p,i,l),onMouseDown:h(f,i,l),onTouchEnd:h(v,i,l),onTouchStart:h(y,i,l),onFocus:h(b,i,l)},M)}}]),t}(o.Component);f.defaultProps={tabIndex:-1},f.defaultProps={modifiers:{},modifiersStyles:{},empty:!1},t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=(r=o)&&r.__esModule?r:{default:r};function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var c=function(e){function t(){return s(this,t),l(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return this.props!==e}},{key:"render",value:function(){var e=this.props,t=e.weekday,n=e.className,r=e.weekdaysLong,i=e.weekdaysShort,o=e.localeUtils,s=e.locale,l=void 0;l=r?r[t]:o.formatWeekdayLong(t,s);var c=void 0;return c=i?i[t]:o.formatWeekdayShort(t,s),a.default.createElement("div",{className:n,role:"columnheader"},a.default.createElement("abbr",{title:l},c))}}]),t}(o.Component);t.default=c},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},o=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(i(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApSimpleDropdown=void 0;var a=n(3),s=n(341),l=n(61),c=n(118);t.ApSimpleDropdown=function(e){var t=e.options,n=e.selected,i=e.iconName,u=e.iconProps,d=e.disabled,p=e.onChange,h=e.label,f=e.multiple,m=e.message,g=e.maxItems,y=Array.isArray(n)?n.length:1,v=!!g&&y>=g,b=function(e){var t=!1;if(n)if(Array.isArray(n)){var r=n.findIndex((function(t){return t.value===e}));t=-1!==r&&n[r].value===e}else t=n.value===e;return t},_=f?l.ApMenuItemMultiSelect:l.ApMenuItemSelect;return a.createElement(c.ApMenuStyled,{placement:"bottom-start",button:function(e){return a.createElement(s.default,r({},e,{text:h||(n?Array.isArray(n)?n.map((function(e){return e.label})).join(", ")||"Select an option":n.label:"Select an option"),iconName:i,iconProps:u,disabled:d}))}},m&&a.createElement(c.MessageWrapper,null,m),t.map((function(e){return a.createElement(_,{key:e.label+"-"+e.value,onClick:function(){return function(e){if(f)if(n){var t=Array.isArray(n)?o(n):[n],r=t.findIndex((function(t){return t.value===e.value}));-1!==r?t.splice(r,1):v||t.push(e),p(t)}else p([e]);else p(e)}(e)},disabled:e.disabled,selected:b(e.value)},e.labelNode||e.label)})))},t.default=t.ApSimpleDropdown},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0});var o=n(3),a=n(6),s=n(22),l=n(118),c=o.forwardRef((function(e,t){var n=e.iconProps,c=e.iconName,u=e.text,d=void 0===u?"":u,p=e.isOpen,h=e.disabled,f=i(e,["iconProps","iconName","text","isOpen","disabled"]);return o.createElement(l.ApSimpleDropdownLabelContainer,r({},f,{ref:t,disabled:h,isOpen:p}),c&&o.createElement(s.ApIcon,r({iconName:c,iconSize:"18px"},n,{iconColor:h?a.colors.grey5:a.colors.grey8})),o.createElement(l.ApSimpleDropdownLabelText,{disabled:h},d),o.createElement(s.ApIcon,{iconName:"caret",iconColor:a.colors.grey5}))}));t.default=c},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t,r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){"use strict";var r;if(!Object.keys){var i=Object.prototype.hasOwnProperty,o=Object.prototype.toString,a=n(122),s=Object.prototype.propertyIsEnumerable,l=!s.call({toString:null},"toString"),c=s.call((function(){}),"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],d=function(e){var t=e.constructor;return t&&t.prototype===e},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},h=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!p["$"+e]&&i.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{d(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();r=function(e){var t=null!==e&&"object"==typeof e,n="[object Function]"===o.call(e),r=a(e),s=t&&"[object String]"===o.call(e),p=[];if(!t&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var f=c&&n;if(s&&e.length>0&&!i.call(e,0))for(var m=0;m<e.length;++m)p.push(String(m));if(r&&e.length>0)for(var g=0;g<e.length;++g)p.push(String(g));else for(var y in e)f&&"prototype"===y||!i.call(e,y)||p.push(String(y));if(l)for(var v=function(e){if("undefined"==typeof window||!h)return d(e);try{return d(e)}catch(e){return!1}}(e),b=0;b<u.length;++b)v&&"constructor"===u[b]||!i.call(e,u[b])||p.push(u[b]);return p}}e.exports=r},function(e,t,n){"use strict";var r=n(88)(),i=n(124)("Object.prototype.toString"),o=function(e){return!(r&&e&&"object"==typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===i(e)},a=function(e){return!!o(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==i(e)&&"[object Function]"===i(e.callee)},s=function(){return o(arguments)}();o.isLegacyArguments=a,e.exports=s?o:a},function(e,t,n){"use strict";var r="undefined"!=typeof Symbol&&Symbol,i=n(123);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&i())))}},function(e,t,n){"use strict";var r="Function.prototype.bind called on incompatible ",i=Array.prototype.slice,o=Object.prototype.toString;e.exports=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==o.call(t))throw new TypeError(r+t);for(var n,a=i.call(arguments,1),s=function(){if(this instanceof n){var r=t.apply(this,a.concat(i.call(arguments)));return Object(r)===r?r:this}return t.apply(e,a.concat(i.call(arguments)))},l=Math.max(0,t.length-a.length),c=[],u=0;u<l;u++)c.push("$"+u);if(n=Function("binder","return function ("+c.join(",")+"){ return binder.apply(this,arguments); }")(s),t.prototype){var d=function(){};d.prototype=t.prototype,n.prototype=new d,d.prototype=null}return n}},function(e,t,n){"use strict";var r=n(90);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},function(e,t,n){"use strict";var r=n(67),i=n(91),o=n(125),a=n(126),s=n(350),l=i(a(),Object);r(l,{getPolyfill:a,implementation:o,shim:s}),e.exports=l},function(e,t,n){"use strict";var r=n(89)("%Object.defineProperty%",!0),i=function(){if(r)try{return r({},"a",{value:1}),!0}catch(e){return!1}return!1};i.hasArrayLengthDefineBug=function(){if(!i())return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=i},function(e,t,n){"use strict";var r=n(126),i=n(67);e.exports=function(){var e=r();return i(Object,{is:e},{is:function(){return Object.is!==e}}),e}},function(e,t,n){"use strict";var r,i,o,a,s=n(124),l=n(88)();if(l){r=s("Object.prototype.hasOwnProperty"),i=s("RegExp.prototype.exec"),o={};var c=function(){throw o};a={toString:c,valueOf:c},"symbol"==typeof Symbol.toPrimitive&&(a[Symbol.toPrimitive]=c)}var u=s("Object.prototype.toString"),d=Object.getOwnPropertyDescriptor;e.exports=l?function(e){if(!e||"object"!=typeof e)return!1;var t=d(e,"lastIndex");if(!(t&&r(t,"value")))return!1;try{i(e,a)}catch(e){return e===o}}:function(e){return!(!e||"object"!=typeof e&&"function"!=typeof e)&&"[object RegExp]"===u(e)}},function(e,t,n){"use strict";var r=n(67),i=n(91),o=n(127),a=n(128),s=n(354),l=i(a());r(l,{getPolyfill:a,implementation:o,shim:s}),e.exports=l},function(e,t,n){"use strict";var r=function(){return"string"==typeof function(){}.name},i=Object.getOwnPropertyDescriptor;if(i)try{i([],"length")}catch(e){i=null}r.functionsHaveConfigurableNames=function(){if(!r()||!i)return!1;var e=i((function(){}),"name");return!!e&&!!e.configurable};var o=Function.prototype.bind;r.boundFunctionsHaveNames=function(){return r()&&"function"==typeof o&&""!==function(){}.bind().name},e.exports=r},function(e,t,n){"use strict";var r=n(67).supportsDescriptors,i=n(128),o=Object.getOwnPropertyDescriptor,a=Object.defineProperty,s=TypeError,l=Object.getPrototypeOf,c=/a/;e.exports=function(){if(!r||!l)throw new s("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var e=i(),t=l(c),n=o(t,"flags");return n&&n.get===e||a(t,"flags",{configurable:!0,enumerable:!1,get:e}),e}},function(e,t,n){"use strict";var r=Date.prototype.getDay,i=Object.prototype.toString,o=n(88)();e.exports=function(e){return"object"==typeof e&&null!==e&&(o?function(e){try{return r.call(e),!0}catch(e){return!1}}(e):"[object Date]"===i.call(e))}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(3),i=(a(r),a(n(12))),o=a(n(359));a(n(105));function a(e){return e&&e.__esModule?e:{default:e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function u(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}t.default=function(e,t){var n,a,d="__create-react-context-"+(0,o.default)()+"__",p=function(e){function n(){var t,r;s(this,n);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return t=r=l(this,e.call.apply(e,[this].concat(o))),r.emitter=u(r.props.value),l(r,t)}return c(n,e),n.prototype.getChildContext=function(){var e;return(e={})[d]=this.emitter,e},n.prototype.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n=this.props.value,r=e.value,i=void 0;((o=n)===(a=r)?0!==o||1/o==1/a:o!=o&&a!=a)?i=0:(i="function"==typeof t?t(n,r):1073741823,0!==(i|=0)&&this.emitter.set(e.value,i))}var o,a},n.prototype.render=function(){return this.props.children},n}(r.Component);p.childContextTypes=((n={})[d]=i.default.object.isRequired,n);var h=function(t){function n(){var e,r;s(this,n);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return e=r=l(this,t.call.apply(t,[this].concat(o))),r.state={value:r.getValue()},r.onUpdate=function(e,t){0!=((0|r.observedBits)&t)&&r.setState({value:r.getValue()})},l(r,e)}return c(n,t),n.prototype.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?1073741823:t},n.prototype.componentDidMount=function(){this.context[d]&&this.context[d].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?1073741823:e},n.prototype.componentWillUnmount=function(){this.context[d]&&this.context[d].off(this.onUpdate)},n.prototype.getValue=function(){return this.context[d]?this.context[d].get():e},n.prototype.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return h.contextTypes=((a={})[d]=i.default.object,a),{Provider:p,Consumer:h}},e.exports=t.default},function(e,t,n){"use strict";var r=n(358);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";(function(t){var n="__global_unique_id__";e.exports=function(){return t[n]=(t[n]||0)+1}}).call(this,n(48))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.classcaded=void 0,t.classcaded=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.filter((function(e){return e})).join(" ")}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.PopoverContainer=t.Arrow=void 0;var i,o,a,s=n(8),l=n(6),c=s.keyframes(i||(i=r(["\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n"],["\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n"])));t.Arrow=s.default.div.withConfig({displayName:"Arrow",componentId:"sc-16u9m9t-0"})(o||(o=r(["\n position: absolute;\n /* 1px to account for arrow border */\n width: calc("," + 1px);\n height: ",";\n &:before,\n &:after {\n content: ' ';\n display: block;\n width: 0;\n height: 0;\n position: absolute;\n },\n"],["\n position: absolute;\n /* 1px to account for arrow border */\n width: calc("," + 1px);\n height: ",";\n &:before,\n &:after {\n content: ' ';\n display: block;\n width: 0;\n height: 0;\n position: absolute;\n },\n"])),"16px","16px"),t.PopoverContainer=s.default.div.withConfig({displayName:"PopoverContainer",componentId:"sc-16u9m9t-1"})(a||(a=r(["\n box-shadow: ",";\n background: ",";\n color: ",";\n z-index: 10;\n opacity: 0;\n animation: "," ease 0.1s forwards;\n &[data-placement='top'] {\n margin-bottom: ","\n }\n &[data-placement='bottom'] {\n margin-top: ","\n }\n &[data-placement='left'] {\n margin-right: ","\n }\n &[data-placement='right'] {\n margin-left: ","\n }\n &[data-placement*='top'] {\n > "," {\n bottom: calc("," / -2);\n transform: scaleY(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",");\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='bottom'] {\n > "," {\n top: calc("," / -2);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",";\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='left'] {\n > "," {\n right: calc("," * -1 + 2px);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: ",";\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n &[data-placement*='right'] {\n > "," {\n left: calc("," * -1 + 2px);\n transform: scaleX(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: rgba(0,0,0,0.05);\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n"],["\n box-shadow: ",";\n background: ",";\n color: ",";\n z-index: 10;\n opacity: 0;\n animation: "," ease 0.1s forwards;\n &[data-placement='top'] {\n margin-bottom: ","\n }\n &[data-placement='bottom'] {\n margin-top: ","\n }\n &[data-placement='left'] {\n margin-right: ","\n }\n &[data-placement='right'] {\n margin-left: ","\n }\n &[data-placement*='top'] {\n > "," {\n bottom: calc("," / -2);\n transform: scaleY(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",");\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='bottom'] {\n > "," {\n top: calc("," / -2);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",";\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='left'] {\n > "," {\n right: calc("," * -1 + 2px);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: ",";\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n &[data-placement*='right'] {\n > "," {\n left: calc("," * -1 + 2px);\n transform: scaleX(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: rgba(0,0,0,0.05);\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n"])),l.boxShadows[3],l.colors.white,l.colors.grey6,c,(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),t.Arrow,"16px",l.colors.white,l.colors.white,t.Arrow,"16px",l.colors.white,l.colors.white,t.Arrow,"16px","16px",l.colors.white,l.colors.white,t.Arrow,"16px","16px",l.colors.white)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Navbar=void 0;var r=n(3),i=n(6),o=n(85);t.Navbar=function(e){var t=e.date,n=e.onPreviousClick,a=e.onNextClick,s=e.srcRange,l=e.className;return r.createElement(o.NavContainer,{className:l},r.createElement(o.PrevNavButton,{onClick:function(){t.getFullYear()===s.from.getFullYear()&&t.getMonth()===s.from.getMonth()||n()},iconName:"baseline_keyboard_arrow_left",iconProps:{iconColor:i.colors.green1}}),r.createElement(o.NextNavButton,{onClick:function(){t.getFullYear()===s.to.getFullYear()&&t.getMonth()===s.to.getMonth()||a()},iconName:"baseline_keyboard_arrow_right",iconProps:{iconColor:i.colors.green1}}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getWeekRange=t.getWeekDays=void 0;var r=n(4);t.getWeekDays=function(e,t){for(var n=[e],i=1;i<t;i+=1)n.push(r(e).add(i,"days").toDate());return n},t.getWeekRange=function(e,t){var n=r(e).startOf("isoWeek");return{from:n.toDate(),to:n.add(t-1,"days").toDate()}}},function(e,t,n){var r={"./af":136,"./af.js":136,"./ar":137,"./ar-dz":138,"./ar-dz.js":138,"./ar-kw":139,"./ar-kw.js":139,"./ar-ly":140,"./ar-ly.js":140,"./ar-ma":141,"./ar-ma.js":141,"./ar-sa":142,"./ar-sa.js":142,"./ar-tn":143,"./ar-tn.js":143,"./ar.js":137,"./az":144,"./az.js":144,"./be":145,"./be.js":145,"./bg":146,"./bg.js":146,"./bm":147,"./bm.js":147,"./bn":148,"./bn-bd":149,"./bn-bd.js":149,"./bn.js":148,"./bo":150,"./bo.js":150,"./br":151,"./br.js":151,"./bs":152,"./bs.js":152,"./ca":153,"./ca.js":153,"./cs":154,"./cs.js":154,"./cv":155,"./cv.js":155,"./cy":156,"./cy.js":156,"./da":157,"./da.js":157,"./de":158,"./de-at":159,"./de-at.js":159,"./de-ch":160,"./de-ch.js":160,"./de.js":158,"./dv":161,"./dv.js":161,"./el":162,"./el.js":162,"./en-au":163,"./en-au.js":163,"./en-ca":164,"./en-ca.js":164,"./en-gb":165,"./en-gb.js":165,"./en-ie":166,"./en-ie.js":166,"./en-il":167,"./en-il.js":167,"./en-in":168,"./en-in.js":168,"./en-nz":169,"./en-nz.js":169,"./en-sg":170,"./en-sg.js":170,"./eo":171,"./eo.js":171,"./es":172,"./es-do":173,"./es-do.js":173,"./es-mx":174,"./es-mx.js":174,"./es-us":175,"./es-us.js":175,"./es.js":172,"./et":176,"./et.js":176,"./eu":177,"./eu.js":177,"./fa":178,"./fa.js":178,"./fi":179,"./fi.js":179,"./fil":180,"./fil.js":180,"./fo":181,"./fo.js":181,"./fr":182,"./fr-ca":183,"./fr-ca.js":183,"./fr-ch":184,"./fr-ch.js":184,"./fr.js":182,"./fy":185,"./fy.js":185,"./ga":186,"./ga.js":186,"./gd":187,"./gd.js":187,"./gl":188,"./gl.js":188,"./gom-deva":189,"./gom-deva.js":189,"./gom-latn":190,"./gom-latn.js":190,"./gu":191,"./gu.js":191,"./he":192,"./he.js":192,"./hi":193,"./hi.js":193,"./hr":194,"./hr.js":194,"./hu":195,"./hu.js":195,"./hy-am":196,"./hy-am.js":196,"./id":197,"./id.js":197,"./is":198,"./is.js":198,"./it":199,"./it-ch":200,"./it-ch.js":200,"./it.js":199,"./ja":201,"./ja.js":201,"./jv":202,"./jv.js":202,"./ka":203,"./ka.js":203,"./kk":204,"./kk.js":204,"./km":205,"./km.js":205,"./kn":206,"./kn.js":206,"./ko":207,"./ko.js":207,"./ku":208,"./ku.js":208,"./ky":209,"./ky.js":209,"./lb":210,"./lb.js":210,"./lo":211,"./lo.js":211,"./lt":212,"./lt.js":212,"./lv":213,"./lv.js":213,"./me":214,"./me.js":214,"./mi":215,"./mi.js":215,"./mk":216,"./mk.js":216,"./ml":217,"./ml.js":217,"./mn":218,"./mn.js":218,"./mr":219,"./mr.js":219,"./ms":220,"./ms-my":221,"./ms-my.js":221,"./ms.js":220,"./mt":222,"./mt.js":222,"./my":223,"./my.js":223,"./nb":224,"./nb.js":224,"./ne":225,"./ne.js":225,"./nl":226,"./nl-be":227,"./nl-be.js":227,"./nl.js":226,"./nn":228,"./nn.js":228,"./oc-lnc":229,"./oc-lnc.js":229,"./pa-in":230,"./pa-in.js":230,"./pl":231,"./pl.js":231,"./pt":232,"./pt-br":233,"./pt-br.js":233,"./pt.js":232,"./ro":234,"./ro.js":234,"./ru":235,"./ru.js":235,"./sd":236,"./sd.js":236,"./se":237,"./se.js":237,"./si":238,"./si.js":238,"./sk":239,"./sk.js":239,"./sl":240,"./sl.js":240,"./sq":241,"./sq.js":241,"./sr":242,"./sr-cyrl":243,"./sr-cyrl.js":243,"./sr.js":242,"./ss":244,"./ss.js":244,"./sv":245,"./sv.js":245,"./sw":246,"./sw.js":246,"./ta":247,"./ta.js":247,"./te":248,"./te.js":248,"./tet":249,"./tet.js":249,"./tg":250,"./tg.js":250,"./th":251,"./th.js":251,"./tk":252,"./tk.js":252,"./tl-ph":253,"./tl-ph.js":253,"./tlh":254,"./tlh.js":254,"./tr":255,"./tr.js":255,"./tzl":256,"./tzl.js":256,"./tzm":257,"./tzm-latn":258,"./tzm-latn.js":258,"./tzm.js":257,"./ug-cn":259,"./ug-cn.js":259,"./uk":260,"./uk.js":260,"./ur":261,"./ur.js":261,"./uz":262,"./uz-latn":263,"./uz-latn.js":263,"./uz.js":262,"./vi":264,"./vi.js":264,"./x-pseudo":265,"./x-pseudo.js":265,"./yo":266,"./yo.js":266,"./zh-cn":267,"./zh-cn.js":267,"./zh-hk":268,"./zh-hk.js":268,"./zh-mo":269,"./zh-mo.js":269,"./zh-tw":270,"./zh-tw.js":270};function i(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=o,e.exports=i,i.id=364},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.YearMonthForm=void 0;var i=n(4),o=n(3),a=n(6),s=n(85);t.YearMonthForm=function(e){for(var t=e.date,n=(e.localeUtils,e.srcRange),l=e.onChange,c=r(o.useState(!1),2),u=c[0],d=c[1],p=[],h=n.from.getFullYear();h<=n.to.getFullYear();h+=1)p.push(h);var f=i(t).startOf("month").format("MMMM")+" "+t.getFullYear();return o.createElement(s.MonthYearContainer,{className:"DayPicker-Caption"},o.createElement(s.Wrapper,null,o.createElement(s.PeriodButton,{onClick:function(){d(!u)}},f,o.createElement(s.CaretIcon,{isRotate:u,iconName:"caret",iconColor:a.colors.grey5})),u&&o.createElement(s.MenuContent,null,o.createElement(s.PickerContent,null,o.createElement(s.PickerGrid,null,p.map((function(e){return o.createElement(s.PickerPeriod,{key:e,onClick:function(){l(new Date(Number(e),t.getMonth())),d(!1)},active:e===t.getFullYear()},e)})))))))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledLoaderTextProp=t.StyledLoaderDefault=t.StyledLoaderWrapper=void 0;var i=n(8),o=n(311),a=n(6),s=n(21);t.StyledLoaderWrapper=i.default.div.withConfig({displayName:"StyledLoaderWrapper",componentId:"sc-kww4po-0"})({alignItems:"center",display:"inline-flex",flexDirection:"column",justifyContent:"center",width:"100%"});var l,c,u,d=i.keyframes(c||(c=r(["\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n"],["\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n"])));t.StyledLoaderDefault=i.default.div.withConfig({displayName:"StyledLoaderDefault",componentId:"sc-kww4po-1"})(u||(u=r(["\n animation: "," 0.6s linear infinite;\n border-radius: 50%;\n display: inline-flex;\n ","\n"],["\n animation: "," 0.6s linear infinite;\n border-radius: 50%;\n display: inline-flex;\n ","\n"])),d,(function(e){return t={loaderSize:e.loaderSize,theme:e.theme},c=t.loaderSize,u=t.theme,d={lg:{borderWidth:3,dimensions:34},sm:{borderWidth:2,dimensions:16}},(n={})[s.LIGHT]={color:a.colors.green1},n[s.DARK]={color:a.colors.white},p=n,i.css(l||(l=r(["\n border: ","px solid\n ",";\n border-top: ","px solid\n ",";\n width: ","px;\n height: ","px;\n "],["\n border: ","px solid\n ",";\n border-top: ","px solid\n ",";\n width: ","px;\n height: ","px;\n "])),d[c].borderWidth,o.rgba(p[u].color?p[u].color:"",.2),d[c].borderWidth,p[u].color,d[c].dimensions,d[c].dimensions);var t,n,c,u,d,p})),t.StyledLoaderTextProp=i.default.div.withConfig({displayName:"StyledLoaderTextProp",componentId:"sc-kww4po-2"})({marginTop:a.scaffolding.md,width:"100%"})},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledLoaderTextWrapper=t.StyledLoaderText=void 0;var o,a,s,l=n(8),c=n(6),u=n(21),d=l.keyframes(o||(o=r(["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n90% {\n opacity: 1;\n}\n100% {\n opacity: 0;\n}\n"],["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n90% {\n opacity: 1;\n}\n100% {\n opacity: 0;\n}\n"]))),p=l.keyframes(a||(a=r(["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n100% {\n opacity: 10;\n}\n"],["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n100% {\n opacity: 10;\n}\n"]))),h=function(e){var t;return((t={})[u.LIGHT]={color:c.colors.grey7},t[u.DARK]={color:c.colors.white},t)[e]};t.StyledLoaderText=l.default.div.withConfig({displayName:"StyledLoaderText",componentId:"sc-1f7myak-0"})(i(i({},c.font),{animationFillMode:"forwards",left:"0px",opacity:0,position:"absolute",right:"0px",textAlign:"center"}),(function(e){var t=e.pauseDuration,n=e.theme,r=e.index;return{animationDelay:(t?t*r:0)+"s",animationDuration:t+"s",color:h(n).color}})),t.StyledLoaderTextWrapper=l.default.div.withConfig({displayName:"StyledLoaderTextWrapper",componentId:"sc-1f7myak-1"})(s||(s=r(["\n position: relative;\n min-height: ",";\n ",":not(:last-child) {\n animation-name: ",";\n }\n ",":last-child {\n animation-name: ",";\n }\n"],["\n position: relative;\n min-height: ",";\n ",":not(:last-child) {\n animation-name: ",";\n }\n ",":last-child {\n animation-name: ",";\n }\n"])),c.scaffolding.md,t.StyledLoaderText,d,t.StyledLoaderText,p)},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledModalFooter=t.StyledModalBody=t.StyledModalHeader=t.StyledModalContent=t.StyledModalWrapper=t.StyledModalLightbox=t.StyledModalTrigger=t.StyledModal=void 0;var o=n(8),a=n(6);t.StyledModal=o.default.div.withConfig({displayName:"StyledModal",componentId:"sc-4j6f2v-0"})({height:"100vh",left:"0px",position:"fixed",top:"0px",width:"100%"},(function(e){return{zIndex:e.zIndex}})),t.StyledModalTrigger=o.default.div.withConfig({displayName:"StyledModalTrigger",componentId:"sc-4j6f2v-1"})({display:"inline-flex"});var s,l,c,u,d=o.keyframes(s||(s=r(["\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n"],["\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n"]))),p=o.keyframes(l||(l=r(["\n 0% {\n transform: scaleX(0.8) scaleY(0.8)\n }\n 100% {\n transform: scaleX(1) scaleY(1)\n }\n"],["\n 0% {\n transform: scaleX(0.8) scaleY(0.8)\n }\n 100% {\n transform: scaleX(1) scaleY(1)\n }\n"])));t.StyledModalLightbox=o.default.div.withConfig({displayName:"StyledModalLightbox",componentId:"sc-4j6f2v-2"})(c||(c=r(["\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n animation: "," 0.2s linear;\n background-color: ",";\n"],["\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n animation: "," 0.2s linear;\n background-color: ",";\n"])),d,a.colors.lightbox),t.StyledModalWrapper=o.default.div.withConfig({displayName:"StyledModalWrapper",componentId:"sc-4j6f2v-3"})(u||(u=r(["\n display: flex;\n justify-content: center;\n align-items: center;\n margin: ",";\n animation: "," 0.13s ease-out;\n width: calc(100% - ",");\n height: calc(100% - ",");\n overflow-y: auto;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n margin: ",";\n animation: "," 0.13s ease-out;\n width: calc(100% - ",");\n height: calc(100% - ",");\n overflow-y: auto;\n"])),a.scaffolding.md,p,a.scaffolding.xl,a.scaffolding.xl),t.StyledModalContent=o.default.div.withConfig({displayName:"StyledModalContent",componentId:"sc-4j6f2v-4"})({backgroundColor:a.colors.white,display:"flex",flexDirection:"column",position:"relative",width:"100%"},(function(e){return{maxWidth:e.isFluid?"100%":a.breakpoints.sm}})),t.StyledModalHeader=o.default.div.withConfig({displayName:"StyledModalHeader",componentId:"sc-4j6f2v-5"})({alignItems:"center",borderBottom:"1px solid "+a.colors.grey3,display:"flex",h4:i(i({},a.font),{fontSize:"19px",fontWeight:a.fontWeights.bold,lineHeigt:"27px",margin:"0px"}),justifyContent:"space-between",padding:a.scaffolding.md}),t.StyledModalBody=o.default.div.withConfig({displayName:"StyledModalBody",componentId:"sc-4j6f2v-6"})({overflowY:"auto",padding:a.scaffolding.md}),t.StyledModalFooter=o.default.div.withConfig({displayName:"StyledModalFooter",componentId:"sc-4j6f2v-7"})({borderTop:"1px solid "+a.colors.grey3,padding:a.scaffolding.md})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApToggleSwitch=void 0;var o=n(3),a=n(370),s=n(77),l=n(21);t.ApToggleSwitch=function(e){var t=e.flexDirection,n=e.justifyContent,l=e.id,c=e.children,u=e.className,d=i(e,["flexDirection","justifyContent","id","children","className"]);return o.createElement(s.StyledCheckLabel,{title:l,htmlFor:l,flexDirection:c?t:"row",justifyContent:c?n:"flex-start",tabIndex:0},o.createElement(a.StyledToggleWrapper,{disabled:d.disabled},o.createElement(a.StyledToggleInput,r({},d,{id:l,type:d.type,defaultChecked:d.defaultChecked})),o.createElement(a.StyledToggleSwitch,{className:"ap-toggle-switch "+(u||"")})),c&&o.createElement(s.StyledCheckChild,null,c))},t.ApToggleSwitch.defaultProps={autoFocus:!1,disabled:!1,theme:l.LIGHT,type:"checkbox"}},function(e,t,n){"use strict";var r,i=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledToggleInput=t.StyledToggleSwitch=t.StyledToggleWrapper=void 0;var o,a,s=n(8),l=n(6);t.StyledToggleWrapper=s.default.div.withConfig({displayName:"StyledToggleWrapper",componentId:"sc-17eba1f-0"})(a||(a=i(["\n display: flex;\n width: 44px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n border-radius: 16px;\n ","\n"],["\n display: flex;\n width: 44px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n border-radius: 16px;\n ","\n"])),(function(e){return!e.disabled&&s.css(o||(o=i(["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "],["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "])),l.colors.green50,l.colors.green50,l.colors.green100)})),t.StyledToggleSwitch=s.default.span.withConfig({displayName:"StyledToggleSwitch",componentId:"sc-17eba1f-1"})({":after":{borderColor:""+l.colors.transparent,borderRadius:"32px",borderStyle:"solid",borderWidth:"1px",content:"''",height:"calc(100% + 6px)",left:"-4px",position:"absolute",top:"-4px",transition:"all .2s linear",width:"calc(100% + 6px)"},":before":{backgroundColor:l.colors.grey400,borderRadius:"50%",bottom:"2px",content:"''",height:"12px",left:"2px",position:"absolute",transition:"transform .1s linear, background-color .2s linear",width:"12px"},backgroundColor:l.colors.transparent,borderColor:l.colors.grey500,borderRadius:"32px",borderStyle:"solid",borderWidth:"2px",boxSizing:"border-box",display:"inline-block",height:"20px",outline:"none",position:"relative",transition:"all .1s linear",width:"32px"}),t.StyledToggleInput=s.default.input.withConfig({displayName:"StyledToggleInput",componentId:"sc-17eba1f-2"})(((r={})[":checked + "+t.StyledToggleSwitch]={":before":{backgroundColor:l.colors.grey700,transform:"translateX(12px)"},borderColor:l.colors.grey700},r[":hover:enabled + "+t.StyledToggleSwitch]={":before":{backgroundColor:l.colors.grey700}},r[":disabled + "+t.StyledToggleSwitch]={borderColor:l.colors.grey300,cursor:"not-allowed",":before":{backgroundColor:l.colors.grey300}},r[":checked:disabled + "+t.StyledToggleSwitch]={borderColor:l.colors.grey400,cursor:"not-allowed",":before":{backgroundColor:l.colors.grey400}},r.display="none",r))},function(e,t,n){"use strict";var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApToggleSwitchGroup=void 0;var i=n(3),o=n(372);t.ApToggleSwitchGroup=function(e){var t=e.flexDirection,n=e.justifyContent,a=e.className,s=e.children,l=r(e,["flexDirection","justifyContent","className","children"]),c=i.Children.map(s,(function(e){return i.cloneElement(e,{name:l.name,type:l.type})}));return i.createElement(o.StyledToggleSwitchGroupFieldset,{className:"ap-toggle-switch-group "+(a||"")},i.createElement(o.StyledToggleSwitchGroupLegend,null,l.name),i.createElement(o.StyledToggleSwitchGroup,{flexDirection:t,justifyContent:n},c))},t.ApToggleSwitchGroup.defaultProps={flexDirection:"column"}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledToggleSwitchGroupLegend=t.StyledToggleSwitchGroup=t.StyledToggleSwitchGroupFieldset=void 0;var i=n(8),o=n(6),a=n(77);t.StyledToggleSwitchGroupFieldset=i.default.fieldset.withConfig({displayName:"StyledToggleSwitchGroupFieldset",componentId:"sc-1paz81t-0"})({border:"0px",margin:"0px",minWidth:"0px",padding:"0px"});t.StyledToggleSwitchGroup=i.default.div.withConfig({displayName:"StyledToggleSwitchGroup",componentId:"sc-1paz81t-1"})({display:"flex"},(function(e){var t=e.flexDirection,n=e.justifyContent;return r(r({},function(e){var t,n,r,i,s,l=((t={}).row=((n={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:last-child)"]={marginRight:o.scaffolding.md},n),t["row-reverse"]=((r={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:first-child)"]={marginRight:o.scaffolding.md},r),t.column=((i={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:last-child)"]={marginBottom:o.scaffolding.md},i),t["column-reverse"]=((s={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:first-child)"]={marginBottom:o.scaffolding.md},s),t.default={flexDirection:e},t);return l[e]?l[e]:l.default}(t)),{justifyContent:n})})),t.StyledToggleSwitchGroupLegend=i.default.legend.withConfig({displayName:"StyledToggleSwitchGroupLegend",componentId:"sc-1paz81t-2"})({display:"none"})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApFooter=void 0;var r=n(3),i=n(374),o=n(375);t.ApFooter=function(e){var t=e.isFluid,n=e.right,a=e.alignItems,s=e.padding,l=e.className,c=(new Date).getFullYear();return r.createElement(o.StyledApFooter,{padding:s,className:"ap-footer "+(l||"")},r.createElement(o.StyledApFooterInner,{isFluid:t},r.createElement(o.StyledApFooterRow,null,r.createElement(o.StyledApFooterLeftContent,{alignItems:a},r.createElement(i.ApLogo,{theme:"dark"})),n&&r.createElement(o.StyledApFooterRightContent,{alignItems:a},n())),r.createElement(o.StyledApFooterRow,null,r.createElement(o.StyledApFooterDisclaimer,null,"© ",c," AlixPartners, LLP. AlixPartners is not a certified public accounting firm and is not authorized to practice law or provide legal services.",r.createElement("br",null),"*Registered Name: AlixPartners UK LLP | Registered Address: 6 New Street Square London, EC4A 3BF United Kingdom | Registration Number: OC360308 | Place of Registration: England & Wales"))))},t.ApFooter.defaultProps={alignItems:"center",isFluid:!1}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(111),t)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledApFooterRightContent=t.StyledApFooterLeftContent=t.StyledApFooterDisclaimer=t.StyledApFooterRow=t.StyledApFooterInner=t.StyledApFooter=void 0;var i=n(8),o=n(6);t.StyledApFooter=i.default.footer.withConfig({displayName:"StyledApFooter",componentId:"sc-67hd5q-0"})({backgroundColor:o.colors.black,overflow:"hidden",padding:o.scaffolding.xl+" "+o.scaffolding.md},(function(e){var t,n=e.padding;return(t={})[o.mediaQuery(o.breakpoints.md)]={padding:o.scaffolding.xl+" "+(n?n.md:"40px")},t})),t.StyledApFooterInner=i.default.div.withConfig({displayName:"StyledApFooterInner",componentId:"sc-67hd5q-1"})({margin:"0px auto",width:"100%"},(function(e){return{maxWidth:e.isFluid?"100%":o.breakpoints.xxl}})),t.StyledApFooterRow=i.default.div.withConfig({displayName:"StyledApFooterRow",componentId:"sc-67hd5q-2"})({boxSizing:"border-box",display:"flex",flexDirection:"row",margin:"0px auto",width:"100%"});var a=r(r({},o.font),{boxSizing:"border-box",color:o.colors.white,display:"inline-flex",minHeight:o.scaffolding.xl,position:"relative"});t.StyledApFooterDisclaimer=i.default.div.withConfig({displayName:"StyledApFooterDisclaimer",componentId:"sc-67hd5q-3"})(r(r({},a),{fontSize:"11px",lineHeight:"13px",width:"100%"})),t.StyledApFooterLeftContent=i.default.div.withConfig({displayName:"StyledApFooterLeftContent",componentId:"sc-67hd5q-4"})(r(r({},a),{flexBasis:"100%",justifyContent:"flex-start",marginBottom:o.scaffolding.lg}),(function(e){return{alignItems:e.alignItems}})),t.StyledApFooterRightContent=i.default.div.withConfig({displayName:"StyledApFooterRightContent",componentId:"sc-67hd5q-5"})(r(r({},a),{flexBasis:"100%",justifyContent:"flex-end",marginBottom:o.scaffolding.lg}),(function(e){return{alignItems:e.alignItems}}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApDropdown=void 0;var r=n(3),i=n(377);t.ApDropdown=function(e){var t=e.trigger,n=e.alignment,o=e.behaviour,a=e.children,s=e.className,l=r.cloneElement(t(),{className:(t().props.className?t().props.className:"")+" ap-dropdown-trigger"});return r.createElement(i.StyledDropdown,{behaviour:o,className:"ap-dropdown "+(s||"")},r.createElement(r.Fragment,null,l),r.createElement(i.StyledMenu,{tabIndex:0,alignment:n,behaviour:o},a))},t.ApDropdown.defaultProps={alignment:"left",behaviour:"click"}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.DemoContent=t.DemoDiv=t.StyledDropdown=t.StyledMenu=void 0;var o=n(8),a=n(6),s=o.keyframes(l||(l=r(["\n 0% {\n opacity: 0;\n transform: translateY(-",");\n }\n 100% {\n opacity: 1;\n transform: translateY(0px);\n }\n"],["\n 0% {\n opacity: 0;\n transform: translateY(-",");\n }\n 100% {\n opacity: 1;\n transform: translateY(0px);\n }\n"])),a.scaffolding.sm);t.StyledMenu=o.default.div.withConfig({displayName:"StyledMenu",componentId:"sc-1ygwxho-0"})(c||(c=r(["\n animation: "," 0.15s ease-out;\n display: none;\n outline: none;\n position: absolute;\n top: 100%;\n :hover {\n display: block;\n }\n :focus {\n display: block;\n }\n :focus-within {\n display: block;\n }\n left: ",";\n right: ",";\n"],["\n animation: "," 0.15s ease-out;\n display: none;\n outline: none;\n position: absolute;\n top: 100%;\n :hover {\n display: block;\n }\n :focus {\n display: block;\n }\n :focus-within {\n display: block;\n }\n left: ",";\n right: ",";\n"])),s,(function(e){return"left"===e.alignment?"0px":"auto"}),(function(e){return"right"===e.alignment?"0px":"auto"}));var l,c;t.StyledDropdown=o.default.div.withConfig({displayName:"StyledDropdown",componentId:"sc-1ygwxho-1"})({display:"inline-flex",position:"relative",zIndex:1},(function(e){var n=e.behaviour;return i({},function(e){var n,r,o,s=((n={})["+ "+t.StyledMenu]={display:"block"},n),l={".ap-dropdown-trigger":{"&:hover":i({},s)}},c={".ap-dropdown-trigger":{"&:focus":i({},s)}};return((r={}).click=i(i({},c),((o={})["@media (max-width: "+a.breakpoints.dropdown+")"]=i({},l),o)),r.hover=i({},l),r)[e]}(n))})),t.DemoDiv=o.default.div.withConfig({displayName:"DemoDiv",componentId:"sc-1ygwxho-2"})({border:"1px dashed "+a.colors.grey3}),t.DemoContent=o.default.div.withConfig({displayName:"DemoContent",componentId:"sc-1ygwxho-3"})({background:a.colors.white,color:a.colors.grey4,fontSize:"12px",padding:a.scaffolding.sm,width:"200px"})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApMonthPicker=void 0;var o=n(3),a=n(3),s=n(6),l=n(274),c=n(46),u=n(22),d=n(379),p=n(276),h=n(380),f=n(275);t.ApMonthPicker=function(e){var t=e.srcRange,n=e.stateRange,m=e.onConfirm,g=e.onReset,y=e.className,v=i(a.useState(!1),2),b=v[0],_=v[1],x={from:{month:h.monthNames[t.from.month-1],monthNumber:t.from.month,year:t.from.year},to:{month:h.monthNames[t.to.month-1],monthNumber:t.to.month,year:t.to.year}},w=i(a.useState(r({},x)),2),M=w[0],S=w[1],k=i(a.useState(r({},x)),2),O=k[0],L=k[1],C=i(a.useState({from:{yearIndex:0},to:{yearIndex:0}}),2),T=C[0],A=C[1],j=function(){L({from:M.from,to:M.to}),_(!1)},E=x.from.month+" "+x.from.year+" - "+x.to.month+" "+x.to.year,I=M.from.month+" "+M.from.year+" - "+M.to.month+" "+M.to.year,P=h.createSrcRange(t,O.from,O.to,p.FROM),D=h.createSrcRange(t,O.to,O.from,p.TO);a.useEffect((function(){n?(S(r({},n)),L(r({},n)),A({from:{yearIndex:h.getYearIndexFromRange(P,n.from.year)},to:{yearIndex:h.getYearIndexFromRange(D,n.to.year)}})):A({from:{yearIndex:h.getYearIndexFromRange(P,t.from.year)},to:{yearIndex:h.getYearIndexFromRange(D,t.to.year)}})}),[n]);var Y=function(e,t){var n;A(r(r({},T),((n={})[e]={yearIndex:T[e].yearIndex+t},n)))};return o.createElement(f.StyledMonthPicker,{className:"ap-month-picker "+(y||"")},o.createElement(f.StyledPickerInput,{onClick:function(){_(!0)}},o.createElement(u.ApIcon,{iconColor:s.colors.grey4,iconName:"baseline_date_range"}),o.createElement("span",{style:{marginLeft:s.scaffolding.sm}},I)),b&&o.createElement(f.StyledPickerBody,null,o.createElement(f.StyledPickerHeader,null,o.createElement("h4",null,"Start the time period"),o.createElement(c.ApButtonIcon,{iconName:"baseline_close",onClick:function(){return j()}})),o.createElement(f.StyledSubHeader,null,o.createElement(f.StyledAvailableData,null,o.createElement(u.ApIcon,{iconName:"outline_error",iconColor:s.colors.green1}),o.createElement("h5",{style:{color:s.colors.green1}},"Available Data:"),o.createElement("h5",null,E)),o.createElement(c.ApButtonSecondary,{onClick:function(){return S(r({},x)),L(r({},x)),A({from:{yearIndex:h.getYearIndexFromRange(P,t.from.year)},to:{yearIndex:h.getYearIndexFromRange(D,t.to.year)}}),void(g&&g(r({},x)))}},"RESET")),o.createElement(f.StyledMonthGroup,null,o.createElement(d.ApMonthPickerGrid,{completedSrcRange:P,handleSelect:function(e){return function(e){L(r(r({},O),{from:e}))}(e)},handleDeIncYear:function(){return Y(p.FROM,-1)},handleIncYear:function(){return Y(p.FROM,1)},selectDirection:p.FROM,currentYear:T.from.yearIndex}),o.createElement("span",{style:{border:"1px solid "+s.colors.grey2,margin:"0px "+s.scaffolding.md}}),o.createElement(d.ApMonthPickerGrid,{completedSrcRange:D,handleSelect:function(e){return function(e){L(r(r({},O),{to:e}))}(e)},handleDeIncYear:function(){return Y(p.TO,-1)},handleIncYear:function(){return Y(p.TO,1)},selectDirection:p.TO,currentYear:T.to.yearIndex})),o.createElement(f.StyledPickerFooter,null,o.createElement(l.ApButtonGroup,{justifyContent:"space-between"},o.createElement(c.ApButtonSecondary,{onClick:function(){return j()}},"Cancel"),o.createElement(c.ApButtonMain,{onClick:function(){return S({from:O.from,to:O.to}),m&&m({from:O.from,to:O.to}),void _(!1)}},"Apply")))))}},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApMonthPickerGrid=void 0;var i=n(3),o=n(3),a=n(46),s=n(275);t.ApMonthPickerGrid=function(e){var t=e.selectDirection,n=e.handleSelect,l=e.handleDeIncYear,c=e.handleIncYear,u=e.currentYear,d=e.completedSrcRange,p=r(o.useState(Object.keys(d).length-1),1)[0];return i.createElement(s.StyledPickerContainer,null,i.createElement(s.StyledPickerTableHeader,null,i.createElement(s.StyledContolsTitle,null,t,":"),i.createElement(s.StyledContols,null,i.createElement(a.ApButtonIcon,{disabled:0===u,iconName:"baseline_arrow_back",onClick:l}),i.createElement("span",{style:{margin:"0px 8px"}},Object.keys(d)[u]),i.createElement(a.ApButtonIcon,{disabled:u===p,iconName:"baseline_arrow_forward",onClick:c}))),Object.keys(d).map((function(e,t){return i.createElement(s.StyledPickerTableContainer,{key:"table-container-"+t,id:e,style:{display:e===Object.keys(d)[u]?"block":"none"}},i.createElement(s.StyledPickerTable,{key:"table-"+t},i.createElement(s.StyledPickerTBody,null,function(e){return e.reduce((function(e,t,n){var r=Math.floor(n/4);return e[r]=[].concat(e[r]||[],t),e}),[]).map((function(e,t){return i.createElement("tr",{key:"tr-"+t},e.map((function(e,t){return i.createElement("td",{key:"td-"+t},i.createElement(s.StyledPickerButton,{key:"button-"+t,disabled:e.isDisabled,onClick:function(){return n({month:e.month,monthNumber:e.monthNumber,year:e.year})},isDisabled:e.isDisabled,isSelectable:e.isSelectable,isSelected:e.isSelected},e.month))})))}))}(d[e]))))})))}},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(r(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.getYearIndexFromRange=t.createSrcRange=t.monthNames=void 0;var o=n(276);t.monthNames=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"];var a=function(e,t,n){var r=n.from,i=n.to;return t===n.from.year?e<r.month:t===i.year&&e>i.month},s=function(e,t,n){return e===n.year&&t===n.month},l=function(e,t,n,r,i){return i===o.FROM?!(e<n.year||e>r.year||e===n.year&&t<n.monthNumber||e===r.year&&t>r.monthNumber):!(e>n.year||e<r.year||e===n.year&&t>n.monthNumber||e===r.year&&t<r.monthNumber)};t.createSrcRange=function(e,n,r,o){var c=e.from,u=e.to;return Array(u.year-c.year+1).fill(c.year).map((function(e,t){return e+t})).reduce((function(c,u){var d;return c[u]=[],(d=c[u]).push.apply(d,i(function(e,n,r,i,o){return t.monthNames.map((function(t,c){var u=c+1;return{isDisabled:a(u,e,n),isSelectable:l(e,u,r,i,o),isSelected:s(e,t,r),month:t,monthNumber:u,year:e}}))}(u,e,n,r,o))),c}),{})},t.getYearIndexFromRange=function(e,t){return Object.keys(e).indexOf(t.toString())}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApLegendItem=void 0;var r=n(3),i=n(6),o=n(21),a=n(382);t.ApLegendItem=function(e){var t=e.alignment,n=e.bulletColor,i=e.children,o=e.className;return r.createElement(a.StyledLegendItem,{className:"ap-legend-item "+(o||""),alignment:t,bulletColor:n},i)},t.ApLegendItem.defaultProps={alignment:o.LEFT,bulletColor:i.colors.green1}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledLegendItem=void 0;var i=n(8),o=n(21),a=n(6),s={height:a.scaffolding.md,width:a.scaffolding.md};t.StyledLegendItem=i.default.span.withConfig({displayName:"StyledLegendItem",componentId:"sc-m42gzj-0"})(r(r({},a.font),{alignItems:"center",color:a.colors.grey5,display:"inline-flex",fontSize:"11px",lineHeight:"11px"}),(function(e){var t=e.alignment,n=e.bulletColor;return{":after":r(r({},s),{backgroundColor:n,content:t===o.RIGHT?"''":"",marginLeft:a.scaffolding.sm}),":before":r(r({},s),{backgroundColor:n,content:t===o.LEFT?"''":"",marginRight:a.scaffolding.sm}),marginBottom:a.scaffolding.sm,marginLeft:t===o.RIGHT?a.scaffolding.md:"0px",marginRight:t===o.LEFT?a.scaffolding.md:"0px",marginTop:a.scaffolding.sm}}))},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApTextInput=void 0;var o=n(3),a=n(277),s=n(21),l=n(384);t.ApTextInput=o.forwardRef((function(e,t){var n=e.id,s=e.className,c=e.theme,u=e.left,d=e.right,p=i(e,["id","className","theme","left","right"]);return o.createElement(l.StyledTextLabel,{title:n,htmlFor:n},u&&o.createElement(l.StyledLeftChild,null,u()),o.createElement(a.StyledDefaultTextInput,r({},p,{id:n,tabIndex:0,autoComplete:"off",className:"ap-text-input "+(s||""),theme:c,ref:t})),d&&o.createElement(l.StyledRightChild,null,d()))})),t.ApTextInput.defaultProps={autoFocus:!1,disabled:!1,theme:s.LIGHT}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledRightChild=t.StyledLeftChild=t.StyledTextLabel=void 0;var i=n(8),o=n(6);t.StyledTextLabel=i.default.label.withConfig({displayName:"StyledTextLabel",componentId:"sc-j91k8l-0"})(r(r({},o.font),{WebkitTapHighlightColor:o.colors.transparent,alignItems:"center",display:"flex",outline:"none",position:"relative",width:"100%"})),t.StyledLeftChild=i.default.span.withConfig({displayName:"StyledLeftChild",componentId:"sc-j91k8l-1"})({marginRight:o.scaffolding.sm}),t.StyledRightChild=i.default.span.withConfig({displayName:"StyledRightChild",componentId:"sc-j91k8l-2"})({marginLeft:o.scaffolding.sm})},function(e,t,n){"use strict";var r,i;Object.defineProperty(t,"__esModule",{value:!0}),t.ApSimpleTableBodyCell=t.ApSimpleTableHeadCell=t.ApSimpleTableRow=t.ApSimpleTableBody=t.ApSimpleTableHead=t.ApSimpleTable=void 0;var o=n(3),a=n(6),s=n(21),l=n(386);t.ApSimpleTable=function(e){var t=e.children,n=e.className,r=e.tableHeight,i=e.tableBorders,a=e.bodyOffset,s=e.tableMinWidth,c=e.tableWidth;return o.createElement(l.StyledTableSection,{className:"ap-simple-table-section "+(n||""),bodyOffset:a,tableBorders:i,tableMinWidth:s,tableWidth:c},o.createElement(l.StyledTableContainer,{className:"ap-simple-table-container",tableHeight:r},o.createElement(l.StyledTable,{tableMinWidth:s,tableWidth:c,className:"ap-simple-table"},t)))},t.ApSimpleTableHead=function(e){var t=e.children;return o.createElement(l.StyledTableHead,{className:"ap-simple-table-head"},t)},t.ApSimpleTableBody=function(e){var t=e.children;return o.createElement(l.StyledTableBody,{className:"ap-simple-table-body"},t)},t.ApSimpleTableRow=function(e){var t=e.children;return o.createElement(l.StyledTableRow,{className:"ap-simple-table-row"},t)},t.ApSimpleTableHeadCell=function(e){var t=e.className,n=e.children,r=e.cellWidth,i=e.cellMinWidth,a=e.cellTextColor;return o.createElement(l.StyledTableHeadCell,{className:"ap-simple-table-head-cell"+(t||""),cellWidth:r,cellMinWidth:i,cellTextColor:a},o.createElement(l.StyledTableHeadCellInner,{className:"ap-simple-table-head-cell-inner "+(t||""),cellWidth:r,cellMinWidth:i,cellTextColor:a},n))},t.ApSimpleTableBodyCell=function(e){var t=e.className,n=e.children,r=e.cellBorders,i=e.cellWidth,a=e.cellMinWidth,s=e.cellTextColor;return o.createElement(l.StyledTableBodyCell,{className:"ap-simple-table-body-cell "+(t||""),cellBorders:r,cellWidth:i,cellMinWidth:a,cellTextColor:s},n)},t.ApSimpleTable.defaultProps={bodyOffset:a.scaffolding.xl,tableBorders:(r={},r[s.TOP]=!1,r[s.LEFT]=!1,r[s.BOTTOM]=!1,r[s.RIGHT]=!1,r),tableHeight:"297px",tableMinWidth:"280px",tableWidth:"100%"},t.ApSimpleTableHeadCell.defaultProps={cellTextColor:a.colors.grey5},t.ApSimpleTableBodyCell.defaultProps={cellBorders:(i={},i[s.TOP]=!1,i[s.LEFT]=!1,i[s.BOTTOM]=!1,i[s.RIGHT]=!1,i),cellTextColor:a.colors.grey8}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledTableBodyCell=t.StyledTableHeadCellInner=t.StyledTableHeadCell=t.StyledTableRow=t.StyledTableBody=t.StyledTableHead=t.StyledTable=t.StyledTableContainer=t.StyledTableSection=void 0;var i=n(8),o=n(6);t.StyledTableSection=i.default.section.withConfig({displayName:"StyledTableSection",componentId:"sc-9us9zt-0"})({backgroundColor:o.colors.white,boxSizing:"border-box",overflowX:"hidden",position:"relative"},(function(e){var t=e.bodyOffset,n=e.tableBorders,r=e.tableMinWidth,i=e.tableWidth;return{borderColor:o.colors.white,borderStyle:"solid",borderWidth:"1px",borderTopColor:n.top?o.colors.grey3:o.colors.white,borderLeftColor:n.left?o.colors.grey3:o.colors.white,borderBottomColor:n.bottom?o.colors.grey3:o.colors.white,borderRightColor:n.right?o.colors.grey3:o.colors.white,paddingTop:t,minWidth:r,width:i}})),t.StyledTableContainer=i.default.div.withConfig({displayName:"StyledTableContainer",componentId:"sc-9us9zt-1"})({WebkitOverFlowScrolling:"touch",borderTop:"1px solid "+o.colors.grey3,overflowX:"hidden",overflowY:"scroll",width:"100%"},(function(e){return{height:e.tableHeight}})),t.StyledTable=i.default.table.withConfig({displayName:"StyledTable",componentId:"sc-9us9zt-2"})(r(r({},o.font),{borderSpacing:"0px"}),(function(e){return{minWidth:e.tableMinWidth,width:e.tableWidth}})),t.StyledTableHead=i.default.thead.withConfig({displayName:"StyledTableHead",componentId:"sc-9us9zt-3"})({}),t.StyledTableBody=i.default.tbody.withConfig({displayName:"StyledTableBody",componentId:"sc-9us9zt-4"})({}),t.StyledTableRow=i.default.tr.withConfig({displayName:"StyledTableRow",componentId:"sc-9us9zt-5"})({});var a={backgroundColor:o.colors.white,padding:""+o.scaffolding.sm};t.StyledTableHeadCell=i.default.th.withConfig({displayName:"StyledTableHeadCell",componentId:"sc-9us9zt-6"})({border:"none",color:o.colors.transparent,fontWeight:o.fontWeights.regular,height:"0px",lineHeight:"0px",paddingBottom:"0px",paddingTop:"0px",whiteSpace:"nowrap"},(function(e){var t=e.cellMinWidth,n=e.cellWidth;return{color:e.cellTextColor,minWidth:t,width:n}})),t.StyledTableHeadCellInner=i.default.div.withConfig({displayName:"StyledTableHeadCellInner",componentId:"sc-9us9zt-7"})(r(r({},a),{fontSize:"11px",lineHeight:"normal",position:"absolute",top:"0px",whiteSpace:"pre-line",width:"auto"}),(function(e){var t=e.cellMinWidth,n=e.cellWidth;return{color:e.cellTextColor,minWidth:t,width:n}})),t.StyledTableBodyCell=i.default.td.withConfig({displayName:"StyledTableBodyCell",componentId:"sc-9us9zt-8"})(r(r({},a),{boxSizing:"border-box"}),(function(e){var t=e.cellBorders,n=e.cellMinWidth,r=e.cellWidth;return{color:e.cellTextColor,borderColor:o.colors.white,borderStyle:"solid",borderWidth:"1px",borderTopColor:t.top?o.colors.grey2:o.colors.white,borderLeftColor:t.left?o.colors.grey2:o.colors.white,borderBottomColor:t.bottom?o.colors.grey2:o.colors.white,borderRightColor:t.right?o.colors.grey2:o.colors.white,minWidth:n,width:r}}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApListItem=void 0;var r=n(3),i=n(92);t.ApListItem=function(e){var t=e.className,n=e.children,o=e.flexDirection,a=e.justifyContent,s=e.left,l=e.right;return r.createElement(i.StyledListItem,{flexDirection:o,justifyContent:a,className:"ap-list-item "+(t||"")},s&&r.createElement(i.StyledItemLeftChild,{className:"ap-list-item-left-child"},s()),l&&r.createElement(i.StyledItemRightChild,{className:"ap-list-item-right-child",flexDirection:o},l()),!s&&!l&&r.createElement(i.StyledItemChild,{className:"ap-list-item-child"},n))},t.ApListItem.defaultProps={flexDirection:"row",justifyContent:"space-between"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApListOrdered=void 0;var r=n(3),i=n(92);t.ApListOrdered=function(e){var t=e.className,n=e.children,o=e.columnCount;return r.createElement(i.StyledListOrdered,{columnCount:o,className:"ap-list-ordered "+(t||"")},n)},t.ApListOrdered.defaultProps={columnCount:1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApListUnordered=void 0;var r=n(3),i=n(92);t.ApListUnordered=function(e){var t=e.className,n=e.children,o=e.columnCount;return r.createElement(i.StyledListUnordered,{columnCount:o,className:"ap-list-unordered "+(t||"")},n)},t.ApListUnordered.defaultProps={columnCount:1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApCdoLogo=t.cdoLogoDimensions=void 0;var r=n(3),i=n(21),o=n(391);t.cdoLogoDimensions={height:"60",width:"136"},t.ApCdoLogo=function(e){var n=e.theme,i=e.className;return r.createElement(o.StyledSvgWrapper,{className:"ap-cdo-logo "+(i||""),dimensions:{height:t.cdoLogoDimensions.height,width:t.cdoLogoDimensions.width}},r.createElement(o.StyledSvg,{role:"img",dimensions:{height:t.cdoLogoDimensions.height,width:t.cdoLogoDimensions.width},viewBox:"0 0 "+t.cdoLogoDimensions.width+" "+t.cdoLogoDimensions.height,preserveAspectRatio:"xMidYMid meet",x:"0",y:"0",theme:n},r.createElement("path",{d:"M135.750948 37.8512195C135.732693 49.9235337 125.899626 59.6955196 113.787729 59.6780062 101.675832 59.6604928 91.8712521 49.8601115 91.888139 37.7877953 91.9050259 25.7154792 101.736986 15.9423865 113.848884 15.9585366 119.669402 15.9555857 125.251464 18.2631745 129.361333 22.3712835 133.471203 26.4793925 135.770467 32.0497552 135.750948 37.8512195zM126.145166 37.8512195C126.164476 32.8734972 123.169231 28.3758152 118.559579 26.4606493 113.949928 24.5454833 108.636465 25.5911563 105.103008 29.1088605 101.569551 32.6265647 100.514103 37.9214108 102.430039 42.5182825 104.345976 47.1151543 108.854822 50.105983 113.848884 50.0926829 120.620884 50.0607163 126.105004 44.6010453 126.145166 37.8512195L126.145166 37.8512195zM39.9390564 50.7402439C34.319456 58.369071 24.4178452 61.5348653 15.3946292 58.5877151 6.37141314 55.640565.269829174 47.2478297.269829174 37.7835366.269829174 28.3192435 6.37141314 19.9265082 15.3946292 16.979358 24.4178452 14.0322079 34.319456 17.1980021 39.9390564 24.8268293L32.3814314 29.6817073C29.5661335 27.1207317 26.4278289 25.4670732 22.2654458 25.4670732 15.4581796 25.4670732 9.93980008 30.9674188 9.93980008 37.752439 9.93980008 44.5374592 15.4581796 50.0378049 22.2654458 50.0378049 26.4278289 50.0378049 29.0522591 48.6987805 32.3814314 45.8926829L39.9390564 50.7402439zM86.7970652 37.7231707C86.809735 43.234378 84.6231206 48.5243993 80.7191781 52.4272505 76.8152356 56.3301017 71.5144399 58.5253975 65.9851499 58.5292683L46.2633826 58.5292683 46.2633826 17.0414634 65.9851499 17.0414634C78.7292363 17.0414634 86.7970652 26.3121951 86.7970652 37.7231707zM76.8058776 37.7231707C76.8058776 31.5292683 72.1993603 27 66.9431587 27L56.2508996 27 56.2508996 48.5853659 66.9431587 48.5853659C72.1332907 48.3804878 76.8058776 43.9134146 76.8058776 37.7231707z"}),r.createElement("rect",{width:"44",height:"9.091",x:"91.867",y:".117"}),r.createElement("path",{d:"M8.89736905.193902439L4.94787685.193902439 4.94787685 9.11707317 5.79576969 9.11707317 5.79576969 6.03658537 8.89736905 6.03658537C10.519112 6.03658537 11.8337945 4.72619927 11.8337945 3.1097561 11.8337945 1.49331293 10.519112.182926829 8.89736905.182926829L8.89736905.193902439zM10.9859016 3.12073171C10.9839581 3.67089527 10.7628242 4.19775563 10.3711476 4.58540779 9.97947103 4.97305994 9.4493364 5.18974891 8.89736905 5.18780488L5.79576969 5.18781785 5.79576969 1.03902439 8.89736905 1.03902439C10.0508337 1.03902439 10.9859016 1.9710365 10.9859016 3.12073171L10.9859016 3.12073171zM17.1597361 7.61585916e-17C14.5831919 1.28961882e-15 12.4944902 2.08187591 12.4944902 4.65 12.4944902 7.21812409 14.5831919 9.3 17.1597361 9.3 19.7362803 9.3 21.824982 7.21812409 21.824982 4.65 21.8209398 2.08354662 19.7346041.00402897664 17.1597361 7.61585916e-17zM17.1597361 8.45121951C15.0539764 8.44919942 13.3483741 6.746442 13.3497249 4.64756332 13.3510757 2.54868465 15.0588684.848109727 17.164629.848782444 19.2703895.849455161 20.9770882 2.5511209 20.9770892 4.65 20.9750634 6.74994723 19.2665694 8.45122048 17.1597361 8.45121951L17.1597361 8.45121951z"}),r.createElement("polygon",{points:"30.293 7.427 28.135 .194 27.353 .194 25.195 7.427 23.047 .194 22.159 .194 24.805 9.106 25.584 9.106 27.742 1.873 29.904 9.106 30.682 9.106 33.328 .194 32.44 .194"}),r.createElement("polygon",{points:"34.397 9.106 40.684 9.106 40.684 8.261 35.248 8.261 35.248 5.074 40.321 5.074 40.321 4.226 35.248 4.226 35.248 1.039 40.684 1.039 40.684 .194 34.397 .194"}),r.createElement("path",{d:"M49.0896921,3.12073171 C49.0896921,1.50428854 47.7750097,0.193902439 46.1532667,0.193902439 L42.200104,0.193902439 L42.200104,9.11707317 L43.0590084,9.11707317 L43.0590084,6.03658537 L46.0284686,6.03658537 L48.1206717,9.10609756 L49.1410796,9.10609756 L46.9717953,5.92317073 C48.2235185,5.56104539 49.0859581,4.41984986 49.0896921,3.12073171 L49.0896921,3.12073171 Z M48.2381287,3.12073171 C48.2340812,4.2649565 47.3012484,5.18983004 46.1532667,5.18780488 L43.0590084,5.1878082 L43.0590084,1.03902439 L46.1642783,1.03902439 C47.3120051,1.0470666 48.2381571,1.97672733 48.2381287,3.12073171 Z"}),r.createElement("polygon",{points:"50.558 9.106 56.846 9.106 56.846 8.261 51.409 8.261 51.409 5.074 56.482 5.074 56.482 4.226 51.409 4.226 51.409 1.039 56.846 1.039 56.846 .194 50.558 .194"}),r.createElement("path",{d:"M61.6245582.193902439L58.3614554.193902439 58.3614554 9.11707317 61.6245582 9.11707317C64.0936619 9.11707317 66.0952659 7.12201034 66.0952659 4.66097561 66.0952659 2.19994088 64.0936619.204878049 61.6245582.204878049L61.6245582.193902439zM61.6245582 8.26097561L59.2093483 8.26097561 59.2093483 1.03902439 61.6245582 1.03902439C63.6253836 1.03902442 65.247373 2.65571326 65.247373 4.65 65.247373 6.64428674 63.6253836 8.26097558 61.6245582 8.26097561L61.6245582 8.26097561zM76.8279008 4.48902439C77.3726736 4.02766553 77.6855935 3.35032634 77.6831347 2.63780488 77.6821701 1.98676214 77.4210123 1.36292937 76.9574269.904291789 76.4938414.445654209 75.8660332.190009093 75.2128669.193902439L70.7788645.193858612 70.7788645 9.11709482 75.7267413 9.11707317C76.8628717 9.12181929 77.852527 8.34575202 78.1152858 7.24402587 78.3780445 6.14229972 77.8446371 5.00535638 76.8279008 4.5L76.8279008 4.48902439zM71.6414394 4.22560976L71.6414394 1.03902439 75.227549 1.03902439C76.1119923 1.04104168 76.8279032 1.75624957 76.8279008 2.63780488 76.8309028 3.0617369 76.6625135 3.46901584 76.3607238 3.76775423 76.0589342 4.06649263 75.6491696 4.23152207 75.2238784 4.22560976L71.6414394 4.22560976zM77.3270932 6.67317073C77.3300779 7.09646013 77.16219 7.50317049 76.8612009 7.80179981 76.5602117 8.10042912 76.1514003 8.26589674 75.7267413 8.26097561L71.6267573 8.26097561 71.6267573 5.09268293 75.7267413 5.09268293C76.5983418 5.1025673 77.3024943 5.8044186 77.312411 6.67317073L77.3270932 6.67317073z"}),r.createElement("polygon",{points:"85.391 .194 82.172 4.456 78.953 .194 77.889 .194 81.746 5.29 81.746 9.106 82.598 9.106 82.598 5.29 86.456 .194"}),r.createElement("title",{id:"ap-cdo-logo"},"Powered By CDO")))},t.ApCdoLogo.defaultProps={theme:i.DARK}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledSvgWrapper=t.StyledSvg=t.getApCdoLogoStyles=void 0;var i=n(8),o=n(6),a=n(21);t.getApCdoLogoStyles=function(e){var t;return((t={})[a.LIGHT]={path:{fill:o.colors.black},polygon:{fill:o.colors.black},rect:{fill:o.colors.black}},t[a.DARK]={path:{fill:o.colors.white},polygon:{fill:o.colors.white},rect:{fill:o.colors.green1}},t)[e]},t.StyledSvg=i.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-1vvdhpt-0"})({},(function(e){var n=e.theme,i=e.dimensions;return r(r({},t.getApCdoLogoStyles(n)),{maxHeight:i.height+"px"})})),t.StyledSvgWrapper=i.default.div.withConfig({displayName:"StyledSvgWrapper",componentId:"sc-1vvdhpt-1"})({minWidth:"70px",width:"40%"},(function(e){var t,n=e.dimensions;return(t={maxWidth:n.width+"px"})[o.mediaQuery(o.breakpoints.md)]={width:n.width+"px"},t}))},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Title=t.Column=t.Container=t.StyledChip=t.getChipStyles=t.StyledChipRightChild=t.StyledChipLeftChild=t.StyledChipChild=void 0;var o,a,s,l,c=n(8),u=n(6),d=n(21);t.StyledChipChild=c.default.span.withConfig({displayName:"StyledChipChild",componentId:"sc-1x72gd1-0"})({display:"inline-flex",whiteSpace:"nowrap"}),t.StyledChipLeftChild=c.default.span.withConfig({displayName:"StyledChipLeftChild",componentId:"sc-1x72gd1-1"})({display:"inline-flex"}),t.StyledChipRightChild=c.default.span.withConfig({displayName:"StyledChipRightChild",componentId:"sc-1x72gd1-2"})(o||(o=r(["\n display: inline-flex;\n margin-left: 4px;\n white-space: nowrap;\n"],["\n display: inline-flex;\n margin-left: 4px;\n white-space: nowrap;\n"]))),t.getChipStyles=function(e,t,n){var r,o,a=e?{}:{":hover":{color:u.colors.grey700,borderColor:u.colors.grey700,backgroundColor:u.colors.grey50,svg:{fill:u.colors.grey700}},":focus":{color:u.colors.grey700,borderColor:u.colors.grey700,backgroundColor:u.colors.grey50,svg:{fill:u.colors.grey700}},":active":{color:u.colors.grey700,borderColor:u.colors.grey700,backgroundColor:u.colors.grey200,svg:{fill:u.colors.grey700}}},s=e?{}:{":hover":{color:u.colors.green700,borderColor:u.colors.green700,backgroundColor:u.colors.green100,svg:{fill:u.colors.grey700}},":focus":{color:u.colors.green700,borderColor:u.colors.green700,backgroundColor:u.colors.green100,svg:{fill:u.colors.grey700}},":active":{color:u.colors.green700,borderColor:u.colors.green700,backgroundColor:u.colors.green200,svg:{fill:u.colors.grey700}}},l=e?{}:{":hover":{color:u.colors.white,borderColor:u.colors.white,backgroundColor:u.colors.grey600,svg:{fill:u.colors.white}},":focus":{color:u.colors.white,borderColor:u.colors.white,backgroundColor:u.colors.grey600,svg:{fill:u.colors.white}},":active":{color:u.colors.white,borderColor:u.colors.white,backgroundColor:u.colors.grey500,svg:{fill:u.colors.white}}},c=e?{}:{":hover":{color:u.colors.green200,borderColor:u.colors.green200,backgroundColor:u.colors.green800,svg:{fill:u.colors.green200}},":focus":{color:u.colors.green200,borderColor:u.colors.green200,backgroundColor:u.colors.green800,svg:{fill:u.colors.green200}},":active":{color:u.colors.green200,borderColor:u.colors.green200,backgroundColor:u.colors.green700,svg:{fill:u.colors.green200}}},p=((r={})[d.LIGHT]=i({color:e?u.colors.grey400:u.colors.green600,backgroundColor:u.colors.green50,border:"2px solid",borderColor:e?u.colors.grey200:u.colors.green600,svg:{fill:e?u.colors.grey400:u.colors.green600}},s),r[d.DARK]=i({color:e?u.colors.grey400:u.colors.green300,backgroundColor:u.colors.transparent,border:"2px solid",borderColor:e?u.colors.grey200:u.colors.green300,svg:{fill:e?u.colors.grey400:u.colors.green300}},c),r),h=((o={})[d.LIGHT]=i({color:e?u.colors.grey400:u.colors.grey500,border:"1px solid",borderColor:e?u.colors.grey200:u.colors.grey300,svg:{fill:e?u.colors.grey400:u.colors.grey500}},a),o[d.DARK]=i({color:e?u.colors.grey400:u.colors.grey300,border:"1px solid",background:e?u.colors.white:"transparent",borderColor:e?u.colors.grey200:u.colors.grey500,svg:{fill:e?u.colors.grey400:u.colors.grey300}},l),o),f=n?p[t]:{};return i(i({},h[t]),f)},t.StyledChip=c.default.div.withConfig({displayName:"StyledChip",componentId:"sc-1x72gd1-3"})({padding:"0 16px",alignItems:"center",border:"none",display:"inline-flex",height:"40px",justifyContent:"space-between",lineHeight:"20px",minWidth:"32px",outline:"none",position:"relative",textAlign:"center",textDecoration:"none",whiteSpace:"nowrap",borderWidth:"1px",borderStyle:"solid",borderRadius:"32px",boxSizing:"border-box",fontSize:"16px",cursor:"pointer",marginRight:"8px"},(function(e){var n=e.disabled,r=e.theme,o=e.selected;return i({},t.getChipStyles(n,r,o))}),(function(e){return e.small?{height:"32px",fontSize:"13px",lineHeight:"16px",padding:"0 12px"}:{}}),(function(e){return e.disabled?{cursor:"not-allowed"}:{}})),t.Container=c.default.div.withConfig({displayName:"Container",componentId:"sc-1x72gd1-4"})(a||(a=r(["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"],["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"]))),t.Column=c.default.div.withConfig({displayName:"Column",componentId:"sc-1x72gd1-5"})(s||(s=r(["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"],["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"]))),t.Title=c.default.div.withConfig({displayName:"Title",componentId:"sc-1x72gd1-6"})(l||(l=r(["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"],["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"])),u.colors.grey4)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},o=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApSimpleSearch=void 0;var a=n(3),s=n(3),l=n(277),c=n(21),u=n(394),d=n(22),p=n(83);t.ApSimpleSearch=function(e){var t=e.id,n=e.className,h=e.theme,f=e.onSearch,m=e.onClear,g=e.onChange,y=e.small,v=i(e,["id","className","theme","onSearch","onClear","onChange","small"]),b=o(s.useState(""),2),_=b[0],x=b[1];return a.createElement(u.StyledSearchWrapper,{disabled:v.disabled,small:y,theme:h},a.createElement(u.StyledSearchLabel,{title:t,htmlFor:t},a.createElement(l.StyledDefaultTextInput,r({},v,{value:_,id:t,tabIndex:0,autoComplete:"off",className:"ap-simple-search "+(n||""),theme:h,onKeyPress:function(e){"Enter"===e.key&&f(e.target.value)},onChange:function(e){x(e.target.value),g&&g(e.target.value)},small:y})),a.createElement(d.ApIcon,{className:"ap-simple-search-search",iconName:"baseline_search",iconSize:24}),_&&a.createElement(p.ApButtonIcon,{iconName:"baseline_close",iconProps:{iconSize:24},className:"ap-simple-search-clear",onClick:function(){x(""),m("")},theme:c.DARK,small:y})))},t.ApSimpleSearch.defaultProps={autoFocus:!1,disabled:!1,onClear:function(){return""},onSearch:function(){return""},theme:c.LIGHT}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Title=t.Column=t.Container=t.StyledSearchLabel=t.StyledSearchWrapper=t.getSearchStyles=void 0;var o,a,s,l=n(8),c=n(21),u=n(6);t.getSearchStyles=function(e,t){var n,r=t?{}:{":hover:enabled":{backgroundColor:u.colors.green50,borderColor:u.colors.grey700},":focus:enabled":{backgroundColor:u.colors.green50,borderColor:u.colors.grey700},":active:enabled":{backgroundColor:u.colors.green50,borderColor:u.colors.grey700}},o=t?{}:{":hover":{svg:{fill:u.colors.white}},":focus":{svg:{fill:u.colors.white}},":active":{svg:{fill:u.colors.white}}};return((n={})[c.LIGHT]=i({svg:{fill:t?u.colors.grey400:u.colors.grey700}},r),n[c.DARK]=i({svg:{fill:t?u.colors.grey500:u.colors.grey400}},o),n)[e]},t.StyledSearchWrapper=l.default.div.withConfig({displayName:"StyledSearchWrapper",componentId:"sc-k0f2b9-0"})({display:"flex",height:u.scaffolding.xl,position:"relative"},(function(e){var n=e.disabled,r=e.theme;return i({},t.getSearchStyles(r,n))}),(function(e){return e.small?{".ap-simple-search":{paddingLeft:"40px"},".ap-simple-search-search":{left:"8px"}}:{".ap-simple-search":{paddingLeft:"44px"},".ap-simple-search-search":{left:"12px"}}})),t.StyledSearchLabel=l.default.label.withConfig({displayName:"StyledSearchLabel",componentId:"sc-k0f2b9-1"})(i(i({},u.font),{alignItems:"center",display:"flex",outline:"none",position:"relative",width:"100%",WebkitTapHighlightColor:u.colors.transparent,".ap-simple-search-search":{position:"absolute"},".ap-simple-search-clear":{position:"absolute",right:"4px"}})),t.Container=l.default.div.withConfig({displayName:"Container",componentId:"sc-k0f2b9-2"})(o||(o=r(["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"],["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"]))),t.Column=l.default.div.withConfig({displayName:"Column",componentId:"sc-k0f2b9-3"})(a||(a=r(["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"],["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"]))),t.Title=l.default.div.withConfig({displayName:"Title",componentId:"sc-k0f2b9-4"})(s||(s=r(["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"],["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"])),u.colors.grey400)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApIpLogo=void 0;var r=n(3),i=n(21),o=n(396);t.ApIpLogo=function(e){var t=e.dimensions,n=e.theme,i=e.className;return r.createElement(o.StyledSvgWrapper,{className:"ap-ip-logo "+(i||""),dimensions:{width:t.width}},r.createElement(o.StyledSvg,{role:"img",dimensions:{width:t.width},viewBox:"0 0 76 24",preserveAspectRatio:"xMidYMid meet",x:"0",y:"0",theme:n},r.createElement("path",{d:"M46.5559666,23.9933335 L42.8321432,18.8367933 L39.1083197,23.9933335 L34.0080874,23.9933335 L40.2983739,15.3235461 L34.0080874,6.61042651 L39.0462015,6.61042651 L42.8321432,11.8302985 L46.6180848,6.61042651 L51.6561989,6.61042651 L45.3659124,15.3235461 L51.6561989,23.9933335 L46.5559666,23.9933335 Z M23.1308612,0.000588631727 L27.5052912,0.000588631727 L27.5052912,23.9933335 L23.1308612,23.9933335 L23.1308612,0.000588631727 Z M30.921793,0.000588631727 C31.5833669,-0.014119619 32.222121,0.247349606 32.6900356,0.724405602 C33.1579503,1.2014616 33.4144092,1.85269462 33.3999828,2.52719333 C33.4109662,3.19794843 33.1524193,3.84410536 32.6843772,4.31562557 C32.216335,4.78714578 31.5795169,5.04300732 30.921793,5.02379876 C30.2655363,5.04733023 29.6291828,4.79186007 29.1648523,4.31845827 C28.7005219,3.84505648 28.4499471,3.1962709 28.4730276,2.52719333 C28.4541871,1.85661982 28.7051458,1.20736061 29.1676308,0.730174602 C29.6301157,0.252988593 30.2638909,-0.0106093335 30.921793,0.000588631727 Z M28.7509249,6.61042651 L33.1253549,6.61042651 L33.1253549,23.9933335 L28.7509249,23.9933335 L28.7509249,6.61042651 Z M11.0897359,6.00044147 L7.1435946,17.0668367 L14.9508733,17.0668367 L11.0897359,6.00044147 Z M8.55596662,0.000588631727 L13.6235051,0.000588631727 L22.1762024,24 L17.3669449,24 L14.9508733,17.0735032 L4.6817517,24 L2.13162821e-14,24 L8.55596662,0.000588631727 Z M55.5500301,24 L52.4539276,24 L52.4539276,0.0639204117 L55.5500301,0.0639204117 L55.5500301,24 Z M62.2130259,14.6268966 L62.2130259,24 L59.1201927,24 L59.1201927,0.0639204117 L67.7775101,0.0639204117 C70.3472425,0.0639204117 72.3600906,0.730570728 73.8160544,2.06387136 C75.2720181,3.39717199 76,5.16712858 76,7.37374112 C76,9.69812856 75.2872752,11.4869736 73.8618257,12.7402762 C72.4363762,13.9935788 70.397373,14.6213411 67.7448163,14.6235633 L62.2130259,14.6268966 Z M62.2130259,12.0469598 L67.7709713,12.0469598 C69.4252775,12.0469598 70.6937968,11.6491918 71.5765293,10.8536558 C72.4592618,10.0581197 72.8951791,8.90703685 72.8842812,7.40040714 C72.9442137,6.12188387 72.4688514,4.87754734 71.5765293,3.97715777 C70.7046947,3.11940103 69.4950242,2.67496748 67.9475179,2.64385713 L62.2130259,2.64385713 L62.2130259,12.0469598 Z"}),r.createElement("title",{id:"ap-ip-logo"},"Alix Partners")))},t.ApIpLogo.defaultProps={dimensions:{width:"77px"},theme:i.LIGHT}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledSvgWrapper=t.StyledSvg=t.getApIpLogoStyles=void 0;var i=n(8),o=n(6),a=n(21);t.getApIpLogoStyles=function(e){var t;return((t={})[a.LIGHT]={fill:o.colors.black},t[a.DARK]={fill:o.colors.white},t)[e]},t.StyledSvg=i.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-mswecf-0"})({},(function(e){var n=e.theme,i=e.dimensions;return r(r({},t.getApIpLogoStyles(n)),{height:"100%",width:i.width})})),t.StyledSvgWrapper=i.default.div.withConfig({displayName:"StyledSvgWrapper",componentId:"sc-mswecf-1"})({display:"inline-flex"},(function(e){return{height:"100%",width:e.dimensions.width}}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SnackBox=void 0;var r=n(3),i=n(6),o=n(22),a=n(93),s=n(68),l=n(280);t.SnackBox=function(e){var t=e.hide,n=e.id,c=e.variant,u=e.message,d=e.custom,p=e.button,h=e.showIcon;return r.createElement(r.Fragment,null,u&&r.createElement(a.StyledSnackBox,{className:""+s.SNACK_CLASS_NAME,variant:c},r.createElement(a.StyledSnackMessage,null,h&&r.createElement(o.ApIcon,{iconName:l.getIcon(c).name,iconColor:i.colors.white}),u),p&&r.createElement(a.StyledSnackButton,null,p())),d&&r.createElement(a.StyledSnackBoxCustom,{id:n},d((function(){n&&t&&t(n)}))))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SnackContainer=void 0;var r=n(3),i=n(68),o=n(93);t.SnackContainer=function(){return r.createElement(o.StyledSnackContainer,{id:""+i.CONTAINER_CLASS_NAME,className:""+i.CONTAINER_CLASS_NAME},r.createElement(o.StyledSnackRow,null,r.createElement(o.StyledSnackTop,{id:""+i.TOP_LEFT}),r.createElement(o.StyledSnackTop,{id:""+i.TOP_CENTER}),r.createElement(o.StyledSnackTop,{id:""+i.TOP_RIGHT})),r.createElement(o.StyledSnackRow,null,r.createElement(o.StyledSnackBottom,{id:""+i.BOTTOM_LEFT}),r.createElement(o.StyledSnackBottom,{id:""+i.BOTTOM_CENTER}),r.createElement(o.StyledSnackBottom,{id:""+i.BOTTOM_RIGHT})))}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApCheckbox=void 0;var o=n(3),a=n(22),s=n(400),l=n(77),c=n(21);t.ApCheckbox=function(e){var t=e.flexDirection,n=e.indeterminate,c=e.justifyContent,u=e.id,d=e.className,p=e.children,h=e.theme,f=i(e,["flexDirection","indeterminate","justifyContent","id","className","children","theme"]);return o.createElement(l.StyledCheckLabel,{title:u,htmlFor:u,flexDirection:p?t:"row",justifyContent:p?c:"flex-start",tabIndex:0,theme:h},o.createElement(s.StyledCheckWrapper,{disabled:f.disabled},o.createElement(s.StyledCheckInput,r({},f,{id:u,type:f.type,defaultChecked:f.defaultChecked})),n?o.createElement(s.StyledIndeterminateIcon,null,o.createElement(a.ApIcon,{iconName:"indeterminate",iconSize:"24px"})):o.createElement(s.StyledCheckIcon,{className:"ap-checkbox "+(d||"")},o.createElement(a.ApIcon,{iconName:"checkbox",iconSize:"24px"}))),p&&o.createElement(l.StyledCheckChild,null,p))},t.ApCheckbox.defaultProps={autoFocus:!1,disabled:!1,theme:c.LIGHT,type:"checkbox"}},function(e,t,n){"use strict";var r,i,o,a,s,l=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledCheckInput=t.StyledIndeterminateIcon=t.StyledCheckIcon=t.StyledCheckWrapper=void 0;var c,u,d,p=n(8),h=n(6);t.StyledCheckWrapper=p.default.div.withConfig({displayName:"StyledCheckWrapper",componentId:"sc-108hw9f-0"})(u||(u=l(["\n display: flex;\n width: 32px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n ","\n"],["\n display: flex;\n width: 32px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n ","\n"])),(function(e){return!e.disabled&&p.css(c||(c=l(["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "],["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "])),h.colors.green50,h.colors.green50,h.colors.green100)})),t.StyledCheckIcon=p.default.span.withConfig({displayName:"StyledCheckIcon",componentId:"sc-108hw9f-1"})({backgroundColor:h.colors.transparent,borderColor:h.colors.grey700,borderStyle:"solid",borderWidth:"2px",borderRadius:"1px",boxSizing:"border-box",display:"inline-block",height:"18px",outline:"none",position:"relative",transition:"background .1s linear",width:"18px",boxShadow:"none !important"}),t.StyledIndeterminateIcon=p.default.span.withConfig({displayName:"StyledIndeterminateIcon",componentId:"sc-108hw9f-2"})(d||(d=l(["\n background-color: transparent;\n height: 24px;\n width: 24px;\n transition: background .1s linear;\n\n .ap-icon {\n fill: ",";\n }\n"],["\n background-color: transparent;\n height: 24px;\n width: 24px;\n transition: background .1s linear;\n\n .ap-icon {\n fill: ",";\n }\n"])),h.colors.grey700),t.StyledCheckInput=p.default.input.withConfig({displayName:"StyledCheckInput",componentId:"sc-108hw9f-3"})(((r={})["+ "+t.StyledCheckIcon]=((i={})[".ap-icon"]={display:"none"},i),r[":checked + "+t.StyledCheckIcon]=((o={backgroundColor:"transparent",borderColor:"transparent",borderWidth:0,height:"24px",width:"24px"})[".ap-icon"]={display:"block",fill:h.colors.grey700},o),r[":disabled + "+t.StyledCheckIcon]=((a={backgroundColor:h.colors.white,borderColor:h.colors.grey300,cursor:"not-allowed"})[".ap-icon"]={fill:h.colors.grey300},a),r[":disabled + "+t.StyledIndeterminateIcon]=((s={cursor:"not-allowed"})[".ap-icon"]={fill:h.colors.grey300},s),r.display="none",r))},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(402),t)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApCashflowWidget=void 0;var o=n(3),a=n(39),s=n(40),l=n(41),c=n(54),u=n(37),d=n(42),p=n(34),h=n(415);t.ApCashflowWidget=function(e){var t=e.config,n=void 0===t?{name:""}:t,f=e.data,m=e.dataError,g=i(e,["config","data","dataError"]);return o.createElement(u.ApWidgetCard,r({},g),o.createElement(h.Container,null,n&&o.createElement(p.ApWidgetName,{name:n.name,iconType:n.iconType}),m?o.createElement(h.StyledWidgetBody,null,o.createElement(d.ApWidgetErrorMessage,null)):f?o.createElement(h.BodyWrapper,null,o.createElement(h.VarianceContainer,null,o.createElement(l.ApWidgetBigValue,null,f.value)),o.createElement(h.CashflowContainer,{isHidden:!f.incoming&&!f.outgoing},o.createElement(h.IncomingColumn,null,o.createElement(h.Label,null,"INCOMING"),o.createElement(h.Value,null,f.incoming||"-")),o.createElement(h.OutgoingColumn,null,o.createElement(h.Label,null,"OUTGOING"),o.createElement(h.Value,null,f.outgoing||"-"))),o.createElement(c.ApWidgetBulletList,{list:[f.viewType,f.taxonomyType+" taxonomy"]})):o.createElement(h.StyledWidgetBody,null,o.createElement(a.ApLoaderDefault,{loaderText:function(){return o.createElement(s.ApLoaderText,null)}}))))},t.ApCashflowWidget.defaultProps={config:{name:""},data:null}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetBigValue=void 0;var o=n(3),a=n(404);t.ApWidgetBigValue=function(e){var t=e.className,n=e.children,s=e.size,l=e.setElHeight,c=e.height,u=i(e,["className","children","size","setElHeight","height"]),d=o.useRef();return o.useLayoutEffect((function(){l&&d&&d.current&&l(d.current.clientHeight)})),o.createElement(a.StyledWidgetBigValue,r({},u,{ref:d,size:s,height:c,className:"ap-widget-big-value"+(t?" "+t:"")}),n)}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledWidgetBigValue=void 0;var i,o,a,s,l,c=n(8),u=n(6);t.StyledWidgetBigValue=c.default.div.withConfig({displayName:"StyledWidgetBigValue",componentId:"sc-14nwnl6-0"})(l||(l=r(["\n color: ",";\n font-weight: bold;\n letter-spacing: 0.3px;\n\n ",";\n"],["\n color: ",";\n font-weight: bold;\n letter-spacing: 0.3px;\n\n ",";\n"])),u.colors.grey7,(function(e){var t=e.size,n=e.height,l=n?c.css(i||(i=r(["\n height: ","px;\n "],["\n height: ","px;\n "])),n):"";return"s"===t?c.css(o||(o=r(["\n font-size: 19px;\n line-height: 26px;\n ","\n "],["\n font-size: 19px;\n line-height: 26px;\n ","\n "])),l):"m"===t?c.css(a||(a=r(["\n font-size: 30px;\n line-height: 36px;\n ","\n "],["\n font-size: 30px;\n line-height: 36px;\n ","\n "])),l):c.css(s||(s=r(["\n font-size: 33px;\n line-height: 40px;\n ","\n "],["\n font-size: 33px;\n line-height: 40px;\n ","\n "])),l)}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetBulletList=t.ApWidgetBullet=void 0;var r=n(3),i=n(406);t.ApWidgetBullet=function(e){var t=e.value;return r.createElement(i.Wrapper,null,r.createElement(i.Value,null,t))},t.ApWidgetBulletList=function(e){var n=e.list;return r.createElement(i.ListWrapper,null,n.filter((function(e){return e})).map((function(e,n){return r.createElement(t.ApWidgetBullet,{value:e,key:e.toString()+n})})))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.ListWrapper=t.Value=t.Wrapper=void 0;var i,o,a,s=n(8),l=n(6);t.Wrapper=s.default.div.withConfig({displayName:"Wrapper",componentId:"sc-kkw00a-0"})(i||(i=r(["\n border: 1px solid ",";\n display: inline-block;\n padding: 0px 8px 5px;\n border-radius: 12px;\n margin: 4px 4px 0 0;\n"],["\n border: 1px solid ",";\n display: inline-block;\n padding: 0px 8px 5px;\n border-radius: 12px;\n margin: 4px 4px 0 0;\n"])),l.colors.grey3),t.Value=s.default.div.withConfig({displayName:"Value",componentId:"sc-kkw00a-1"})(o||(o=r(["\n font-size: 11px;\n color: ",";\n margin-top: 4px;\n letter-spacing: 0;\n line-height: 13px;\n text-align: center;\n"],["\n font-size: 11px;\n color: ",";\n margin-top: 4px;\n letter-spacing: 0;\n line-height: 13px;\n text-align: center;\n"])),l.colors.grey7),t.ListWrapper=s.default.div.withConfig({displayName:"ListWrapper",componentId:"sc-kkw00a-2"})(a||(a=r(["\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n margin: 0 -4px;\n"],["\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n margin: 0 -4px;\n"])))},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetCard=void 0;var o=n(3),a=n(408);t.ApWidgetCard=function(e){var t=e.className,n=e.children,s=i(e,["className","children"]);return o.createElement(a.StyledWrapper,r({},s,{className:"ap-widget-card"+(t?" "+t:"")}),n)}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledWrapper=void 0;var i=n(8),o=n(6);t.StyledWrapper=i.default.div.withConfig({displayName:"StyledWrapper",componentId:"sc-1gkie3t-0"})(r(r({},o.font),{background:o.colors.white,boxShadow:"0 3px 10px 0 rgba(0, 0, 0, 0.1)",boxSizing:"border-box",height:"100%",padding:"0 20px 20px 20px",width:"100%"}))},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetErrorMessage=void 0;var o=n(3),a=n(6),s=n(22),l=n(410);t.ApWidgetErrorMessage=function(e){var t=e.className,n=i(e,["className"]);return o.createElement(l.Wrapper,r({},n,{className:"ap-widget-error"+(t?" "+t:"")}),o.createElement(s.ApIcon,{iconName:"widdget_error_icon",iconColor:a.colors.amber,iconSize:40}),o.createElement(l.MessageText,null,"The data for this insight is currently unavailable"))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageText=t.Wrapper=void 0;var i,o,a=n(8),s=n(6);t.Wrapper=a.default.div.withConfig({displayName:"Wrapper",componentId:"sc-1yam69l-0"})(i||(i=r(["\n svg {\n display: block;\n margin: 0 auto;\n margin-top: -40px;\n }\n"],["\n svg {\n display: block;\n margin: 0 auto;\n margin-top: -40px;\n }\n"]))),t.MessageText=a.default.div.withConfig({displayName:"MessageText",componentId:"sc-1yam69l-1"})(o||(o=r(["\n margin: 2px auto 0;\n\n height: 42px;\n width: 160px;\n color: ",";\n font-size: 13px;\n font-weight: bold;\n letter-spacing: 0.8px;\n line-height: 21px;\n text-align: center;\n"],["\n margin: 2px auto 0;\n\n height: 42px;\n width: 160px;\n color: ",";\n font-size: 13px;\n font-weight: bold;\n letter-spacing: 0.8px;\n line-height: 21px;\n text-align: center;\n"])),s.colors.grey7)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetName=void 0;var o=n(3),a=n(281),s=n(414);t.ApWidgetName=function(e){var t=e.className,n=e.name,l=e.iconType,c=i(e,["className","name","iconType"]);return o.createElement(s.Wrapper,r({},c,{className:"ap-widget-name"+(t?" "+t:""),iconType:l}),l&&o.createElement(a.ApWidgetBadge,{type:l}),o.createElement(s.StyledWidgetName,null,n))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetBadge=t.ApWidgetBadgeTypes=void 0;var r=n(3),i=n(6),o=n(413);!function(e){e.oxr="oxr",e.sxr="sxr",e.chc="chc",e.txr="txr"}(t.ApWidgetBadgeTypes||(t.ApWidgetBadgeTypes={}));var a={chc:i.colors.orange,oxr:i.colors.blue1,sxr:i.colors.green4,txr:i.colors.red4,tsxr:i.colors.red4};t.ApWidgetBadge=function(e){var t=e.type,n=e.color,i=e.className;return r.createElement(o.Wrapper,{className:"ap-widget-badge "+(i||""),type:t,color:n||a[t]},t)}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;var i,o=n(8),a=n(6);t.Wrapper=o.default.div.withConfig({displayName:"Wrapper",componentId:"sc-ki0k5v-0"})(i||(i=r(["\n height: 16px;\n width: 40px;\n min-height: 16px;\n min-width: 40px;\n max-height: 16px;\n max-width: 40px;\n background-color: ",";\n font-size: 11px;\n font-weight: bold;\n line-height: initial;\n color: ",";\n text-transform: uppercase;\n letter-spacing: 0.8px;\n display: flex;\n align-items: center;\n justify-content: center;\n"],["\n height: 16px;\n width: 40px;\n min-height: 16px;\n min-width: 40px;\n max-height: 16px;\n max-width: 40px;\n background-color: ",";\n font-size: 11px;\n font-weight: bold;\n line-height: initial;\n color: ",";\n text-transform: uppercase;\n letter-spacing: 0.8px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])),(function(e){return e.color||a.colors.grey9}),a.colors.white)},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledWidgetName=t.Wrapper=void 0;var i,o,a=n(8),s=n(6);t.Wrapper=a.default.div.withConfig({displayName:"Wrapper",componentId:"sc-xz0yzs-0"})(i||(i=r(["\n margin-bottom: 20px;\n display: flex;\n flex-direction: column;\n\n ","\n"],["\n margin-bottom: 20px;\n display: flex;\n flex-direction: column;\n\n ","\n"])),(function(e){return!e.iconType&&"margin-top:16px;"})),t.StyledWidgetName=a.default.div.withConfig({displayName:"StyledWidgetName",componentId:"sc-xz0yzs-1"})(o||(o=r(["\n color: ",";\n font-size: 11px;\n font-weight: 500;\n letter-spacing: 0.8px;\n margin-top: 8px;\n text-transform: uppercase;\n"],["\n color: ",";\n font-size: 11px;\n font-weight: 500;\n letter-spacing: 0.8px;\n margin-top: 8px;\n text-transform: uppercase;\n"])),s.colors.grey5)},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.TypeContainer=t.OutgoingColumn=t.IncomingColumn=t.CashflowContainer=t.BodyWrapper=t.Column=t.VarianceValue=t.VarianceContainer=t.Value=t.Label=t.Container=t.StyledWidgetBody=void 0;var i,o,a,s,l,c,u,d,p,h,f,m,g=n(8),y=n(6);t.StyledWidgetBody=g.default.div.withConfig({displayName:"StyledWidgetBody",componentId:"sc-1k9chii-0"})(i||(i=r(["\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 100%;\n"],["\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 100%;\n"]))),t.Container=g.default.div.withConfig({displayName:"Container",componentId:"sc-1k9chii-1"})(o||(o=r(["\n position: relative;\n display: flex;\n flex-direction: column;\n height: 100%;\n width: 100%;\n"],["\n position: relative;\n display: flex;\n flex-direction: column;\n height: 100%;\n width: 100%;\n"]))),t.Label=g.default.div.withConfig({displayName:"Label",componentId:"sc-1k9chii-2"})(a||(a=r(["\n font-size: 11px;\n color: ",";\n"],["\n font-size: 11px;\n color: ",";\n"])),y.colors.grey5),t.Value=g.default.div.withConfig({displayName:"Value",componentId:"sc-1k9chii-3"})(s||(s=r(["\n font-size: 13px;\n font-weight: bold;\n color: ",";\n margin-top: 8px;\n"],["\n font-size: 13px;\n font-weight: bold;\n color: ",";\n margin-top: 8px;\n"])),y.colors.grey7),t.VarianceContainer=g.default.div.withConfig({displayName:"VarianceContainer",componentId:"sc-1k9chii-4"})(l||(l=r(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"],["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"]))),t.VarianceValue=g.default.div.withConfig({displayName:"VarianceValue",componentId:"sc-1k9chii-5"})(c||(c=r(["\n display: flex;\n font-size: ",";\n color: ",";\n flex: 50%;\n margin: ",";\n"],["\n display: flex;\n font-size: ",";\n color: ",";\n flex: 50%;\n margin: ",";\n"])),(function(e){return e.isSmall?"36px":"44px"}),y.colors.grey7,(function(e){return e.isSmall?"5px 0":"0"})),t.Column=g.default.div.withConfig({displayName:"Column",componentId:"sc-1k9chii-6"})(u||(u=r(["\n flex: 50%;\n"],["\n flex: 50%;\n"]))),t.BodyWrapper=g.default.div.withConfig({displayName:"BodyWrapper",componentId:"sc-1k9chii-7"})(d||(d=r(["\n flex-grow: 1;\n position: relative;\n"],["\n flex-grow: 1;\n position: relative;\n"]))),t.CashflowContainer=g.default.div.withConfig({displayName:"CashflowContainer",componentId:"sc-1k9chii-8"})(p||(p=r(["\n display: flex;\n justify-content: space-between;\n margin: 20px 0;\n visibility: ",";\n"],["\n display: flex;\n justify-content: space-between;\n margin: 20px 0;\n visibility: ",";\n"])),(function(e){return e.isHidden?"hidden":"visible"})),t.IncomingColumn=g.default(t.Column).withConfig({displayName:"IncomingColumn",componentId:"sc-1k9chii-9"})(h||(h=r(["\n border-left: 10px solid ",";\n padding-left: 4px;\n"],["\n border-left: 10px solid ",";\n padding-left: 4px;\n"])),y.colors.green1),t.OutgoingColumn=g.default(t.Column).withConfig({displayName:"OutgoingColumn",componentId:"sc-1k9chii-10"})(f||(f=r(["\n border-left: 10px solid ",";\n padding-left: 4px;\n"],["\n border-left: 10px solid ",";\n padding-left: 4px;\n"])),y.colors.red1),t.TypeContainer=g.default.div.withConfig({displayName:"TypeContainer",componentId:"sc-1k9chii-11"})(m||(m=r(["\n display: flex;\n justify-content: space-between;\n"],["\n display: flex;\n justify-content: space-between;\n"])))},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(417),t)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApKPIWidget=void 0;var o=n(3),a=n(22),s=n(39),l=n(40),c=n(41),u=n(54),d=n(37),p=n(62),h=n(94),f=n(42),m=n(34),g=n(55),y=n(432),v=n(283);t.ApKPIWidget=function(e){var t=e.config,n=void 0===t?{name:""}:t,b=e.data,_=e.dataError,x=i(e,["config","data","dataError"]),w=!1;if(b&&b.tableData){var M=b.tableData,S=M.all,k=M.top,O=M.bottom;w=!!(S&&S.length>0||k&&O&&(k.length>0||O.length>0))}return o.createElement(d.ApWidgetCard,r({},x),o.createElement(v.Container,null,n&&o.createElement(m.ApWidgetName,{name:n.name,iconType:n.iconType}),_?o.createElement(v.StyledWidgetBody,null,o.createElement(f.ApWidgetErrorMessage,null)):b?o.createElement(v.BodyWrapper,null,o.createElement(v.TopContentWrapper,null,o.createElement("div",null,o.createElement(v.VarianceContainer,null,o.createElement(c.ApWidgetBigValue,null,b.value)),o.createElement(v.AverageContainer,null,o.createElement(p.ApWidgetChangeOverTime,{value:b.compareValue&&b.compareValue+"%",trend:b.compareValue,isUpTrendNegative:b.isUpTrendNegative,label:"On previous period"}),b.valuePairs.map((function(e,t){return o.createElement(g.ApWidgetValueType1,r({key:e.label+t},e))}))),o.createElement(u.ApWidgetBulletList,{list:b.attributes})),n&&2===n.widthRatio?o.createElement(v.ChartWrapper,null,b.chartData&&b.chartData.length>0?o.createElement(h.ApWidgetChart,{data:b.chartData,type:b.chartType}):o.createElement(v.NoDataMessage,null,o.createElement(a.ApIcon,{iconName:"bar_chart",iconSize:"lg"}),"No chart data")):null),n&&2===n.heightRatio?o.createElement(v.BottomContentWrapper,null,w?o.createElement(y.ApKPIWidgetTable,{expanded:2===n.widthRatio,data:b.tableData,name:b.tableName}):o.createElement(v.NoDataMessage,null,o.createElement(a.ApIcon,{iconName:"view_list",iconSize:"lg"}),"No table data")):null):o.createElement(v.StyledWidgetBody,null,o.createElement(s.ApLoaderDefault,{loaderText:function(){return o.createElement(l.ApLoaderText,null)}}))))},t.ApKPIWidget.defaultProps={config:{name:""},data:null}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetChangeOverTime=void 0;var o=n(3),a=n(282),s=n(420);t.ApWidgetChangeOverTime=function(e){var t=e.label,n=e.value,l=e.trend,c=e.isNoCriteria,u=e.isUpTrendNegative,d=i(e,["label","value","trend","isNoCriteria","isUpTrendNegative"]),p=n||"—";return o.createElement(s.Wrapper,r({},d),o.createElement(s.Trend,null,t&&o.createElement(s.TrendLabel,null,t),o.createElement(s.TrendValue,null,o.createElement(a.ApWidgetTrendArrow,{trend:l,negative:u,isNoCriteria:c}),p)))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetTrendArrow=void 0;var r=n(3),i=n(6);t.ApWidgetTrendArrow=function(e){var t=e.trend,n=e.negative,o=e.isNoCriteria,a=void 0!==o&&o;if(0===t)return null;var s=(n?t<0:t>0)?i.colors.green1:i.colors.red1;return r.createElement("svg",{width:"16px",height:"20px",viewBox:"0 0 16 32",version:"1.1"},r.createElement("polygon",{points:"16.02 14 -8 14 -8 18 16.02 18 16.02 24 24 16 16.02 8 16.02 14",fill:a?i.colors.grey4:s,fillRule:"nonzero",transform:"translate(8, 16) "+(t>0?"rotate(-90)":"rotate(90)")+" translate(-8, -16)"}))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.TrendLabel=t.TrendValue=t.Trend=t.Wrapper=void 0;var i,o,a,s,l=n(8),c=n(6);t.Wrapper=l.default.div.withConfig({displayName:"Wrapper",componentId:"sc-tlxziy-0"})(i||(i=r(["\n display: flex;\n align-items: center;\n flex: 50%;\n font-family: Roboto;\n"],["\n display: flex;\n align-items: center;\n flex: 50%;\n font-family: Roboto;\n"]))),t.Trend=l.default.div.withConfig({displayName:"Trend",componentId:"sc-tlxziy-1"})(o||(o=r(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"],["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"]))),t.TrendValue=l.default.div.withConfig({displayName:"TrendValue",componentId:"sc-tlxziy-2"})(a||(a=r(["\n font-size: 19px;\n line-height: 19px;\n letter-spacing: 0.44px;\n font-weight: 500;\n color: ",";\n text-align: center;\n\n svg {\n position: relative;\n top: 2px;\n right: -2px;\n padding-right: 3px;\n width: 10px;\n margin-right: 6px;\n }\n"],["\n font-size: 19px;\n line-height: 19px;\n letter-spacing: 0.44px;\n font-weight: 500;\n color: ",";\n text-align: center;\n\n svg {\n position: relative;\n top: 2px;\n right: -2px;\n padding-right: 3px;\n width: 10px;\n margin-right: 6px;\n }\n"])),c.colors.grey8),t.TrendLabel=l.default.div.withConfig({displayName:"TrendLabel",componentId:"sc-tlxziy-3"})(s||(s=r(["\n font-size: 11px;\n color: ",";\n white-space: nowrap;\n"],["\n font-size: 11px;\n color: ",";\n white-space: nowrap;\n"])),c.colors.grey5)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},o=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(i(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetChart=void 0;var a=n(422),s=n(423),l=n(3),c=n(424),u=n(6),d=n(427),p=n(429),h={chart:{height:222,type:"column"},credits:{enabled:!1},legend:{align:"center",itemStyle:{color:"#333333",fontSize:"11px",fontWeight:"normal"},symbolRadius:0,verticalAlign:"top",x:16},plotOptions:{column:{borderWidth:0,groupPadding:.33,pointPadding:0,pointWidth:3}},series:[],title:{text:""},tooltip:{shared:!0,useHTML:!0},xAxis:{labels:{step:1,style:{color:u.colors.grey5,fontSize:"11px"}}},yAxis:{max:100,min:0,tickAmount:5,title:{text:""}}};t.ApWidgetChart=function(e){var t=e.data,n=e.type;n=n||"column";var i=t&&t[0]&&t[0].valueType,f=t&&t[0]&&t[0].currency,m=t.map((function(e){return e.values[0]})),g=t.map((function(e){return e.values[1]||0})),y=Math.max.apply(Math,o(m,g)),v=Math.min.apply(Math,o(m,g)),b=d.getAxisMinMaxValues(y,v,i),_=b.yAxisMax,x=b.yAxisMin,w={color:u.colors.chartDarkBlue,data:m,marker:{enabled:!1},name:"Current period"},M={color:u.colors.chartLightBlue,data:g,marker:{enabled:!1},name:"Prior period"},S=g.filter(Boolean).length>0,k=r(r({},h),{chart:r(r({},h.chart),{type:n}),series:S?[w,M]:[w],tooltip:r(r({},h.tooltip),{shared:!0,useHTML:!0,backgroundColor:u.colors.white,formatter:function(){var e=this.points||[];return c.renderToString(l.createElement(p.TooltipContainer,null,e.map((function(e){return e?l.createElement(p.TooltipItem,{key:e.series.name+"-"+e.color},l.createElement("span",null,l.createElement(p.TooltipColor,{color:e.color}),l.createElement(p.TooltipItemName,null,e.series.name)),l.createElement(p.TooltipItemValue,null,d.formatValue(e.y,i,f))):null}))))}}),xAxis:r(r({},h.xAxis),{categories:t.map((function(e){return e.label}))}),yAxis:r(r({},h.yAxis),{endOnTick:!0,labels:{formatter:function(){return d.formatValue(this.value,i,f)},style:{color:u.colors.grey5,fontSize:"11px"}},max:_,min:x,startOnTick:!0})});return l.createElement(p.Wrapper,null,l.createElement(s.default,{highcharts:a,options:k}))}},function(e,t,n){var r;!function(i,o){e.exports?(o.default=o,e.exports=i.document?o(i):o):void 0===(r=function(){return o(i)}.call(t,n,t,e))||(e.exports=r)}("undefined"!=typeof window?window:this,(function(e){function t(e,t,n,r){e.hasOwnProperty(t)||(e[t]=r.apply(null,n))}var n={};return t(n,"Core/Globals.js",[],(function(){var t=void 0!==e?e:"undefined"!=typeof window?window:{},n=t.document,r=t.navigator&&t.navigator.userAgent||"",i=n&&n.createElementNS&&!!n.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,o=/(edge|msie|trident)/i.test(r)&&!t.opera,a=-1!==r.indexOf("Firefox"),s=-1!==r.indexOf("Chrome"),l=a&&4>parseInt(r.split("Firefox/")[1],10);return{product:"Highcharts",version:"8.2.2",deg2rad:2*Math.PI/360,doc:n,hasBidiBug:l,hasTouch:!!t.TouchEvent,isMS:o,isWebKit:-1!==r.indexOf("AppleWebKit"),isFirefox:a,isChrome:s,isSafari:!s&&-1!==r.indexOf("Safari"),isTouchDevice:/(Mobile|Android|Windows Phone)/.test(r),SVG_NS:"http://www.w3.org/2000/svg",chartCount:0,seriesTypes:{},symbolSizes:{},svg:i,win:t,marginNames:["plotTop","marginRight","marginBottom","plotLeft"],noop:function(){},charts:[],dateFormats:{}}})),t(n,"Core/Utilities.js",[n["Core/Globals.js"]],(function(e){function t(e,n,r,i){var o=n?"Highcharts error":"Highcharts warning";32===e&&(e=o+": Deprecated member");var a=m(e),s=a?o+" #"+e+": www.highcharts.com/errors/"+e+"/":e.toString();if(o=function(){if(n)throw Error(s);c.console&&-1===t.messages.indexOf(s)&&console.log(s)},void 0!==i){var l="";a&&(s+="?"),F(i,(function(e,t){l+="\n - "+t+": "+e,a&&(s+=encodeURI(t)+"="+encodeURI(e))})),s+=l}r?q(r,"displayError",{code:e,message:s,params:i},o):o(),t.messages.push(s)}function n(){var e,t=arguments,n={},i=function(e,t){return"object"!=typeof e&&(e={}),F(t,(function(n,o){!r(n,!0)||f(n)||h(n)?e[o]=t[o]:e[o]=i(e[o]||{},n)})),e};!0===t[0]&&(n=t[1],t=Array.prototype.slice.call(t,2));var o=t.length;for(e=0;e<o;e++)n=i(n,t[e]);return n}function r(e,t){return!(!e||"object"!=typeof e||t&&p(e))}function i(e,t,n){var r;return d(t)?y(n)?e.setAttribute(t,n):e&&e.getAttribute&&((r=e.getAttribute(t))||"class"!==t||(r=e.getAttribute(t+"Name"))):F(t,(function(t,n){e.setAttribute(n,t)})),r}function o(){for(var e=arguments,t=e.length,n=0;n<t;n++){var r=e[n];if(null!=r)return r}}function a(e,t){if(!e)return t;var n=e.split(".").reverse();if(1===n.length)return t[e];for(e=n.pop();void 0!==e&&null!=t;)t=t[e],e=n.pop();return t}e.timers=[];var s=e.charts,l=e.doc,c=e.win;(t||(t={})).messages=[],e.error=t,e.merge=n;var u=e.pInt=function(e,t){return parseInt(e,t||10)},d=e.isString=function(e){return"string"==typeof e},p=e.isArray=function(e){return"[object Array]"===(e=Object.prototype.toString.call(e))||"[object Array Iterator]"===e};e.isObject=r;var h=e.isDOMElement=function(e){return r(e)&&"number"==typeof e.nodeType},f=e.isClass=function(e){var t=e&&e.constructor;return!(!r(e,!0)||h(e)||!t||!t.name||"Object"===t.name)},m=e.isNumber=function(e){return"number"==typeof e&&!isNaN(e)&&1/0>e&&-1/0<e},g=e.erase=function(e,t){for(var n=e.length;n--;)if(e[n]===t){e.splice(n,1);break}},y=e.defined=function(e){return null!=e};e.attr=i;var v=e.splat=function(e){return p(e)?e:[e]},b=e.syncTimeout=function(e,t,n){return 0<t?setTimeout(e,t,n):(e.call(0,n),-1)},_=e.clearTimeout=function(e){y(e)&&clearTimeout(e)},x=e.extend=function(e,t){var n;for(n in e||(e={}),t)e[n]=t[n];return e};e.pick=o;var w=e.css=function(t,n){e.isMS&&!e.svg&&n&&void 0!==n.opacity&&(n.filter="alpha(opacity="+100*n.opacity+")"),x(t.style,n)},M=e.createElement=function(e,t,n,r,i){return e=l.createElement(e),t&&x(e,t),i&&w(e,{padding:"0",border:"none",margin:"0"}),n&&w(e,n),r&&r.appendChild(e),e},S=e.extendClass=function(e,t){var n=function(){};return n.prototype=new e,x(n.prototype,t),n},k=e.pad=function(e,t,n){return Array((t||2)+1-String(e).replace("-","").length).join(n||"0")+e},O=e.relativeLength=function(e,t,n){return/%$/.test(e)?t*parseFloat(e)/100+(n||0):parseFloat(e)},L=e.wrap=function(e,t,n){var r=e[t];e[t]=function(){var e=Array.prototype.slice.call(arguments),t=arguments,i=this;return i.proceed=function(){r.apply(i,arguments.length?arguments:t)},e.unshift(r),e=n.apply(this,e),i.proceed=null,e}},C=e.format=function(t,n,r){var i="{",o=!1,s=[],l=/f$/,c=/\.([0-9])/,u=e.defaultOptions.lang,d=r&&r.time||e.time;for(r=r&&r.numberFormatter||H;t;){var p=t.indexOf(i);if(-1===p)break;var h=t.slice(0,p);if(o){if(i=a((h=h.split(":")).shift()||"",n),h.length&&"number"==typeof i)if(h=h.join(":"),l.test(h)){var f=parseInt((h.match(c)||["","-1"])[1],10);null!==i&&(i=r(i,f,u.decimalPoint,-1<h.indexOf(",")?u.thousandsSep:""))}else i=d.dateFormat(h,i);s.push(i)}else s.push(h);t=t.slice(p+1),i=(o=!o)?"}":"{"}return s.push(t),s.join("")},T=e.getMagnitude=function(e){return Math.pow(10,Math.floor(Math.log(e)/Math.LN10))},A=e.normalizeTickInterval=function(e,t,n,r,i){var a=e,s=e/(n=o(n,1));for(t||(t=i?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===r&&(1===n?t=t.filter((function(e){return 0==e%1})):.1>=n&&(t=[1/n]))),r=0;r<t.length&&(a=t[r],!(i&&a*n>=e||!i&&s<=(t[r]+(t[r+1]||t[r]))/2));r++);return Y(a*n,-Math.round(Math.log(.001)/Math.LN10))},j=e.stableSort=function(e,t){var n,r,i=e.length;for(r=0;r<i;r++)e[r].safeI=r;for(e.sort((function(e,r){return 0===(n=t(e,r))?e.safeI-r.safeI:n})),r=0;r<i;r++)delete e[r].safeI},E=e.arrayMin=function(e){for(var t=e.length,n=e[0];t--;)e[t]<n&&(n=e[t]);return n},I=e.arrayMax=function(e){for(var t=e.length,n=e[0];t--;)e[t]>n&&(n=e[t]);return n},P=e.destroyObjectProperties=function(e,t){F(e,(function(n,r){n&&n!==t&&n.destroy&&n.destroy(),delete e[r]}))},D=e.discardElement=function(t){var n=e.garbageBin;n||(n=M("div")),t&&n.appendChild(t),n.innerHTML=""},Y=e.correctFloat=function(e,t){return parseFloat(e.toPrecision(t||14))},N=e.timeUnits={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},H=e.numberFormat=function(t,n,r,i){t=+t||0,n=+n;var a=e.defaultOptions.lang,s=(t.toString().split(".")[1]||"").split("e")[0].length,l=t.toString().split("e");if(-1===n)n=Math.min(s,20);else if(m(n)){if(n&&l[1]&&0>l[1]){var c=n+ +l[1];0<=c?(l[0]=(+l[0]).toExponential(c).split("e")[0],n=c):(l[0]=l[0].split(".")[0]||0,t=20>n?(l[0]*Math.pow(10,l[1])).toFixed(n):0,l[1]=0)}}else n=2;var d=(Math.abs(l[1]?l[0]:t)+Math.pow(10,-Math.max(n,s)-1)).toFixed(n);return c=3<(s=String(u(d))).length?s.length%3:0,r=o(r,a.decimalPoint),i=o(i,a.thousandsSep),t=(0>t?"-":"")+(c?s.substr(0,c)+i:""),t+=s.substr(c).replace(/(\d{3})(?=\d)/g,"$1"+i),n&&(t+=r+d.slice(-n)),l[1]&&0!=+t&&(t+="e"+l[1]),t};Math.easeInOutSine=function(e){return-.5*(Math.cos(Math.PI*e)-1)};var R=e.getStyle=function(n,r,i){return"width"===r?(r=Math.min(n.offsetWidth,n.scrollWidth),(i=n.getBoundingClientRect&&n.getBoundingClientRect().width)<r&&i>=r-1&&(r=Math.floor(i)),Math.max(0,r-e.getStyle(n,"padding-left")-e.getStyle(n,"padding-right"))):"height"===r?Math.max(0,Math.min(n.offsetHeight,n.scrollHeight)-e.getStyle(n,"padding-top")-e.getStyle(n,"padding-bottom")):(c.getComputedStyle||t(27,!0),(n=c.getComputedStyle(n,void 0))&&(n=n.getPropertyValue(r),o(i,"opacity"!==r)&&(n=u(n))),n)},z=e.inArray=function(e,n,r){return t(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),n.indexOf(e,r)},B=e.find=Array.prototype.find?function(e,t){return e.find(t)}:function(e,t){var n,r=e.length;for(n=0;n<r;n++)if(t(e[n],n))return e[n]};e.keys=function(e){return t(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(e)};var W=e.offset=function(e){var t=l.documentElement;return{top:(e=e.parentElement||e.parentNode?e.getBoundingClientRect():{top:0,left:0}).top+(c.pageYOffset||t.scrollTop)-(t.clientTop||0),left:e.left+(c.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}},F=e.objectEach=function(e,t,n){for(var r in e)Object.hasOwnProperty.call(e,r)&&t.call(n||e[r],e[r],r,e)};F({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(n,r){e[r]=function(e){var i;return t(32,!1,void 0,((i={})["Highcharts."+r]="use Array."+n,i)),Array.prototype[n].apply(e,[].slice.call(arguments,1))}}));var V,U=e.addEvent=function(t,n,r,i){void 0===i&&(i={});var o=t.addEventListener||e.addEventListenerPolyfill,a="function"==typeof t&&t.prototype?t.prototype.protoEvents=t.prototype.protoEvents||{}:t.hcEvents=t.hcEvents||{};return e.Point&&t instanceof e.Point&&t.series&&t.series.chart&&(t.series.chart.runTrackerClick=!0),o&&o.call(t,n,r,!1),a[n]||(a[n]=[]),a[n].push({fn:r,order:"number"==typeof i.order?i.order:1/0}),a[n].sort((function(e,t){return e.order-t.order})),function(){G(t,n,r)}},G=e.removeEvent=function(t,n,r){function i(n,r){var i=t.removeEventListener||e.removeEventListenerPolyfill;i&&i.call(t,n,r,!1)}function o(e){var r;if(t.nodeName){if(n){var o={};o[n]=!0}else o=e;F(o,(function(t,n){if(e[n])for(r=e[n].length;r--;)i(n,e[n][r].fn)}))}}var a;["protoEvents","hcEvents"].forEach((function(e,s){var l=(s=s?t:t.prototype)&&s[e];l&&(n?(a=l[n]||[],r?(l[n]=a.filter((function(e){return r!==e.fn})),i(n,r)):(o(l),l[n]=[])):(o(l),s[e]={}))}))},q=e.fireEvent=function(e,t,n,r){var i;if(n=n||{},l.createEvent&&(e.dispatchEvent||e.fireEvent)){var o=l.createEvent("Events");o.initEvent(t,!0,!0),x(o,n),e.dispatchEvent?e.dispatchEvent(o):e.fireEvent(t,o)}else n.target||x(n,{preventDefault:function(){n.defaultPrevented=!0},target:e,type:t}),function(t,r){void 0===t&&(t=[]),void 0===r&&(r=[]);var o=0,a=0,s=t.length+r.length;for(i=0;i<s;i++)!1===(t[o]?r[a]?t[o].order<=r[a].order?t[o++]:r[a++]:t[o++]:r[a++]).fn.call(e,n)&&n.preventDefault()}(e.protoEvents&&e.protoEvents[t],e.hcEvents&&e.hcEvents[t]);r&&!n.defaultPrevented&&r.call(e,n)},Q=e.uniqueKey=function(){var e=Math.random().toString(36).substring(2,9)+"-",t=0;return function(){return"highcharts-"+(V?"":e)+t++}}(),K=e.useSerialIds=function(e){return V=o(e,V)},X=e.isFunction=function(e){return"function"==typeof e},J=e.getOptions=function(){return e.defaultOptions},Z=e.setOptions=function(t){return e.defaultOptions=n(!0,e.defaultOptions,t),(t.time||t.global)&&e.time.update(n(e.defaultOptions.global,e.defaultOptions.time,t.global,t.time)),e.defaultOptions};return c.jQuery&&(c.jQuery.fn.highcharts=function(){var t=[].slice.call(arguments);if(this[0])return t[0]?(new(e[d(t[0])?t.shift():"Chart"])(this[0],t[0],t[1]),this):s[i(this[0],"data-highcharts-chart")]}),{addEvent:U,arrayMax:I,arrayMin:E,attr:i,clamp:function(e,t,n){return e>t?e<n?e:n:t},clearTimeout:_,correctFloat:Y,createElement:M,css:w,defined:y,destroyObjectProperties:P,discardElement:D,erase:g,error:t,extend:x,extendClass:S,find:B,fireEvent:q,format:C,getMagnitude:T,getNestedProperty:a,getOptions:J,getStyle:R,inArray:z,isArray:p,isClass:f,isDOMElement:h,isFunction:X,isNumber:m,isObject:r,isString:d,merge:n,normalizeTickInterval:A,numberFormat:H,objectEach:F,offset:W,pad:k,pick:o,pInt:u,relativeLength:O,removeEvent:G,setOptions:Z,splat:v,stableSort:j,syncTimeout:b,timeUnits:N,uniqueKey:Q,useSerialIds:K,wrap:L}})),t(n,"Core/Color/Color.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.isNumber,r=t.merge,i=t.pInt;return t=function(){function t(n){return this.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(e){return[i(e[1]),i(e[2]),i(e[3]),parseFloat(e[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(e){return[i(e[1]),i(e[2]),i(e[3]),1]}}],this.rgba=[],e.Color!==t?new e.Color(n):this instanceof t?void this.init(n):new t(n)}return t.parse=function(e){return new t(e)},t.prototype.init=function(e){var n,r;if((this.input=e=t.names[e&&e.toLowerCase?e.toLowerCase():""]||e)&&e.stops)this.stops=e.stops.map((function(e){return new t(e[1])}));else{if(e&&e.charAt&&"#"===e.charAt()){var i=e.length;e=parseInt(e.substr(1),16),7===i?n=[(16711680&e)>>16,(65280&e)>>8,255&e,1]:4===i&&(n=[(3840&e)>>4|(3840&e)>>8,(240&e)>>4|240&e,(15&e)<<4|15&e,1])}if(!n)for(r=this.parsers.length;r--&&!n;){var o=this.parsers[r];(i=o.regex.exec(e))&&(n=o.parse(i))}}this.rgba=n||[]},t.prototype.get=function(e){var t=this.input,i=this.rgba;if(void 0!==this.stops){var o=r(t);o.stops=[].concat(o.stops),this.stops.forEach((function(t,n){o.stops[n]=[o.stops[n][0],t.get(e)]}))}else o=i&&n(i[0])?"rgb"===e||!e&&1===i[3]?"rgb("+i[0]+","+i[1]+","+i[2]+")":"a"===e?i[3]:"rgba("+i.join(",")+")":t;return o},t.prototype.brighten=function(e){var t,r=this.rgba;if(this.stops)this.stops.forEach((function(t){t.brighten(e)}));else if(n(e)&&0!==e)for(t=0;3>t;t++)r[t]+=i(255*e),0>r[t]&&(r[t]=0),255<r[t]&&(r[t]=255);return this},t.prototype.setOpacity=function(e){return this.rgba[3]=e,this},t.prototype.tweenTo=function(e,t){var n=this.rgba,r=e.rgba;return r.length&&n&&n.length?t=((e=1!==r[3]||1!==n[3])?"rgba(":"rgb(")+Math.round(r[0]+(n[0]-r[0])*(1-t))+","+Math.round(r[1]+(n[1]-r[1])*(1-t))+","+Math.round(r[2]+(n[2]-r[2])*(1-t))+(e?","+(r[3]+(n[3]-r[3])*(1-t)):"")+")":t=e.input||"none",t},t.names={white:"#ffffff",black:"#000000"},t}(),e.Color=t,e.color=t.parse,t})),t(n,"Core/Animation/Fx.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=e.win,r=t.isNumber,i=t.objectEach;return t=function(){function t(e,t,n){this.pos=NaN,this.options=t,this.elem=e,this.prop=n}return t.prototype.dSetter=function(){var e=this.paths,t=e&&e[0];e=e&&e[1];var n=[],r=this.now||0;if(1!==r&&t&&e)if(t.length===e.length&&1>r)for(var i=0;i<e.length;i++){for(var o=t[i],a=e[i],s=[],l=0;l<a.length;l++){var c=o[l],u=a[l];s[l]="number"==typeof c&&"number"==typeof u&&("A"!==a[0]||4!==l&&5!==l)?c+r*(u-c):u}n.push(s)}else n=e;else n=this.toD||[];this.elem.attr("d",n,void 0,!0)},t.prototype.update=function(){var e=this.elem,t=this.prop,n=this.now,r=this.options.step;this[t+"Setter"]?this[t+"Setter"]():e.attr?e.element&&e.attr(t,n,null,!0):e.style[t]=n+this.unit,r&&r.call(e,n,this)},t.prototype.run=function(t,r,i){var o=this,a=o.options,s=function(e){return!s.stopped&&o.step(e)},l=n.requestAnimationFrame||function(e){setTimeout(e,13)},c=function(){for(var t=0;t<e.timers.length;t++)e.timers[t]()||e.timers.splice(t--,1);e.timers.length&&l(c)};t!==r||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=t,this.end=r,this.unit=i,this.now=this.start,this.pos=0,s.elem=this.elem,s.prop=this.prop,s()&&1===e.timers.push(s)&&l(c)):(delete a.curAnim[this.prop],a.complete&&0===Object.keys(a.curAnim).length&&a.complete.call(this.elem))},t.prototype.step=function(e){var t=+new Date,n=this.options,r=this.elem,o=n.complete,a=n.duration,s=n.curAnim;if(r.attr&&!r.element)e=!1;else if(e||t>=a+this.startTime){this.now=this.end,this.pos=1,this.update();var l=s[this.prop]=!0;i(s,(function(e){!0!==e&&(l=!1)})),l&&o&&o.call(r),e=!1}else this.pos=n.easing((t-this.startTime)/a),this.now=this.start+(this.end-this.start)*this.pos,this.update(),e=!0;return e},t.prototype.initPath=function(e,t,n){function i(e,t){for(;e.length<p;){var n=e[0],r=t[p-e.length];r&&"M"===n[0]&&(e[0]="C"===r[0]?["C",n[1],n[2],n[1],n[2],n[1],n[2]]:["L",n[1],n[2]]),e.unshift(n),l&&e.push(e[e.length-1])}}function o(e,t){for(;e.length<p;)if("C"===(t=e[e.length/c-1].slice())[0]&&(t[1]=t[5],t[2]=t[6]),l){var n=e[e.length/c].slice();e.splice(e.length/2,0,t,n)}else e.push(t)}var a=e.startX,s=e.endX;t=t&&t.slice(),n=n.slice();var l=e.isArea,c=l?2:1;if(!t)return[n,n];if(a&&s){for(e=0;e<a.length;e++){if(a[e]===s[0]){var u=e;break}if(a[0]===s[s.length-a.length+e]){u=e;var d=!0;break}if(a[a.length-1]===s[s.length-a.length+e]){u=a.length-e;break}}void 0===u&&(t=[])}if(t.length&&r(u)){var p=n.length+u*c;d?(i(t,n),o(n,t)):(i(n,t),o(t,n))}return[t,n]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,e.color(this.start).tweenTo(e.color(this.end),this.pos),null,!0)},t}(),e.Fx=t})),t(n,"Core/Animation/AnimationUtilities.js",[n["Core/Animation/Fx.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.defined,i=n.getStyle,o=n.isArray,a=n.isNumber,s=n.isObject,l=n.merge,c=n.objectEach,u=n.pick;n=t.setAnimation=function(e,t){t.renderer.globalAnimation=u(e,t.options.chart.animation,!0)};var d=t.animObject=function(e){return s(e)?t.merge({duration:500,defer:0},e):{duration:e?500:0,defer:0}},p=t.getDeferredAnimation=function(e,t,n){var i=d(t),o=0,a=0;return(n?[n]:e.series).forEach((function(e){e=d(e.options.animation),o=t&&r(t.defer)?i.defer:Math.max(o,e.duration+e.defer),a=Math.min(i.duration,e.duration)})),e.renderer.forExport&&(o=0),{defer:Math.max(0,o-a),duration:Math.min(o,a)}},h=t.animate=function(t,n,r){var u,d,p,h="";if(!s(r)){var m=arguments;r={duration:m[2],easing:m[3],complete:m[4]}}a(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=l(n),c(n,(function(a,s){f(t,s),p=new e(t,r,s),d=null,"d"===s&&o(n.d)?(p.paths=p.initPath(t,t.pathArray,n.d),p.toD=n.d,u=0,d=1):t.attr?u=t.attr(s):(u=parseFloat(i(t,s))||0,"opacity"!==s&&(h="px")),d||(d=a),d&&d.match&&d.match("px")&&(d=d.replace(/px/g,"")),p.run(u,d,h)}))},f=t.stop=function(e,n){for(var r=t.timers.length;r--;)t.timers[r].elem!==e||n&&n!==t.timers[r].prop||(t.timers[r].stopped=!0)};return{animate:h,animObject:d,getDeferredAnimation:p,setAnimation:n,stop:f}})),t(n,"Core/Renderer/SVG/SVGElement.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.animate,o=e.animObject,a=e.stop,s=n.deg2rad,l=n.doc,c=n.hasTouch,u=n.isFirefox,d=n.noop,p=n.svg,h=n.SVG_NS,f=n.win,m=r.attr,g=r.createElement,y=r.css,v=r.defined,b=r.erase,_=r.extend,x=r.fireEvent,w=r.isArray,M=r.isFunction,S=r.isNumber,k=r.isString,O=r.merge,L=r.objectEach,C=r.pick,T=r.pInt,A=r.syncTimeout,j=r.uniqueKey;return(e=function(){function e(){this.height=this.element=void 0,this.opacity=1,this.renderer=void 0,this.SVG_NS=h,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" "),this.width=void 0}return e.prototype._defaultGetter=function(e){return e=C(this[e+"Value"],this[e],this.element?this.element.getAttribute(e):null,0),/^[\-0-9\.]+$/.test(e)&&(e=parseFloat(e)),e},e.prototype._defaultSetter=function(e,t,n){n.setAttribute(t,e)},e.prototype.add=function(e){var t=this.renderer,n=this.element;if(e&&(this.parentGroup=e),this.parentInverted=e&&e.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&t.buildText(this),this.added=!0,!e||e.handleZ||this.zIndex)var r=this.zIndexSetter();return r||(e?e.element:t.box).appendChild(n),this.onAdd&&this.onAdd(),this},e.prototype.addClass=function(e,t){var n=t?"":this.attr("class")||"";return(e=(e||"").split(/ /g).reduce((function(e,t){return-1===n.indexOf(t)&&e.push(t),e}),n?[n]:[]).join(" "))!==n&&this.attr("class",e),this},e.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},e.prototype.align=function(e,t,n){var r,i,o,a={},s=this.renderer,l=s.alignedObjects;e?(this.alignOptions=e,this.alignByTranslate=t,(!n||k(n))&&(this.alignTo=r=n||"renderer",b(l,this),l.push(this),n=void 0)):(e=this.alignOptions,t=this.alignByTranslate,r=this.alignTo),n=C(n,s[r],s),r=e.align,s=e.verticalAlign,l=(n.x||0)+(e.x||0);var c=(n.y||0)+(e.y||0);return"right"===r?i=1:"center"===r&&(i=2),i&&(l+=(n.width-(e.width||0))/i),a[t?"translateX":"x"]=Math.round(l),"bottom"===s?o=1:"middle"===s&&(o=2),o&&(c+=(n.height-(e.height||0))/o),a[t?"translateY":"y"]=Math.round(c),this[this.placed?"animate":"attr"](a),this.placed=!0,this.alignAttr=a,this},e.prototype.alignSetter=function(e){var t={left:"start",center:"middle",right:"end"};t[e]&&(this.alignValue=e,this.element.setAttribute("text-anchor",t[e]))},e.prototype.animate=function(e,t,n){var r=this,a=o(C(t,this.renderer.globalAnimation,!0));return t=a.defer,C(l.hidden,l.msHidden,l.webkitHidden,!1)&&(a.duration=0),0!==a.duration?(n&&(a.complete=n),A((function(){r.element&&i(r,e,a)}),t)):(this.attr(e,void 0,n),L(e,(function(e,t){a.step&&a.step.call(this,e,{prop:t,pos:1})}),this)),this},e.prototype.applyTextOutline=function(e){var t,r=this.element;-1!==e.indexOf("contrast")&&(e=e.replace(/contrast/g,this.renderer.getContrast(r.style.fill)));var i=(e=e.split(" "))[e.length-1];if((t=e[0])&&"none"!==t&&n.svg){this.fakeTS=!0,e=[].slice.call(r.getElementsByTagName("tspan")),this.ySetter=this.xSetter,t=t.replace(/(^[\d\.]+)(.*?)$/g,(function(e,t,n){return 2*t+n})),this.removeTextOutline(e);var o=!!r.textContent&&/^[\u0591-\u065F\u066A-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC]/.test(r.textContent),a=r.firstChild;e.forEach((function(e,n){0===n&&(e.setAttribute("x",r.getAttribute("x")),n=r.getAttribute("y"),e.setAttribute("y",n||0),null===n&&r.setAttribute("y",0)),n=e.cloneNode(!0),m(o&&!u?e:n,{class:"highcharts-text-outline",fill:i,stroke:i,"stroke-width":t,"stroke-linejoin":"round"}),r.insertBefore(n,a)})),o&&u&&e[0]&&((e=e[0].cloneNode(!0)).textContent=" ",r.insertBefore(e,a))}},e.prototype.attr=function(e,t,n,r){var i,o,s,l=this.element,c=this,u=this.symbolCustomAttribs;if("string"==typeof e&&void 0!==t){var d=e;(e={})[d]=t}return"string"==typeof e?c=(this[e+"Getter"]||this._defaultGetter).call(this,e,l):(L(e,(function(t,n){o=!1,r||a(this,n),this.symbolName&&-1!==u.indexOf(n)&&(i||(this.symbolAttr(e),i=!0),o=!0),!this.rotation||"x"!==n&&"y"!==n||(this.doTransform=!0),o||((s=this[n+"Setter"]||this._defaultSetter).call(this,t,n,l),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(n)&&this.updateShadows(n,t,s))}),this),this.afterSetters()),n&&n.call(this),c},e.prototype.clip=function(e){return this.attr("clip-path",e?"url("+this.renderer.url+"#"+e.id+")":"none")},e.prototype.crisp=function(e,t){t=t||e.strokeWidth||0;var n=Math.round(t)%2/2;return e.x=Math.floor(e.x||this.x||0)+n,e.y=Math.floor(e.y||this.y||0)+n,e.width=Math.floor((e.width||this.width||0)-2*n),e.height=Math.floor((e.height||this.height||0)-2*n),v(e.strokeWidth)&&(e.strokeWidth=t),e},e.prototype.complexColor=function(e,n,r){var i,o,a,s,l,c,u,d,p,h,f,m=this.renderer,g=[];x(this.renderer,"complexColor",{args:arguments},(function(){if(e.radialGradient?o="radialGradient":e.linearGradient&&(o="linearGradient"),o){if(a=e[o],l=m.gradients,c=e.stops,p=r.radialReference,w(a)&&(e[o]=a={x1:a[0],y1:a[1],x2:a[2],y2:a[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&p&&!v(a.gradientUnits)&&(s=a,a=O(a,m.getRadialAttr(p,s),{gradientUnits:"userSpaceOnUse"})),L(a,(function(e,t){"id"!==t&&g.push(t,e)})),L(c,(function(e){g.push(e)})),g=g.join(","),l[g])h=l[g].attr("id");else{a.id=h=j();var y=l[g]=m.createElement(o).attr(a).add(m.defs);y.radAttr=s,y.stops=[],c.forEach((function(e){0===e[1].indexOf("rgba")?(i=t.parse(e[1]),u=i.get("rgb"),d=i.get("a")):(u=e[1],d=1),e=m.createElement("stop").attr({offset:e[0],"stop-color":u,"stop-opacity":d}).add(y),y.stops.push(e)}))}f="url("+m.url+"#"+h+")",r.setAttribute(n,f),r.gradient=g,e.toString=function(){return f}}}))},e.prototype.css=function(e){var t=this.styles,n={},r=this.element,i="",o=!t,a=["textOutline","textOverflow","width"];if(e&&e.color&&(e.fill=e.color),t&&L(e,(function(e,r){t&&t[r]!==e&&(n[r]=e,o=!0)})),o){if(t&&(e=_(t,n)),e)if(null===e.width||"auto"===e.width)delete this.textWidth;else if("text"===r.nodeName.toLowerCase()&&e.width)var s=this.textWidth=T(e.width);if(this.styles=e,s&&!p&&this.renderer.forExport&&delete e.width,r.namespaceURI===this.SVG_NS){var l=function(e,t){return"-"+t.toLowerCase()};L(e,(function(e,t){-1===a.indexOf(t)&&(i+=t.replace(/([A-Z])/g,l)+":"+e+";")})),i&&m(r,"style",i)}else y(r,e);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),e&&e.textOutline&&this.applyTextOutline(e.textOutline))}return this},e.prototype.dashstyleSetter=function(e){var t=this["stroke-width"];if("inherit"===t&&(t=1),e=e&&e.toLowerCase()){var n=e.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(e=n.length;e--;)n[e]=""+T(n[e])*C(t,NaN);e=n.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",e)}},e.prototype.destroy=function(){var e=this,t=e.element||{},n=e.renderer,r=n.isSVG&&"SPAN"===t.nodeName&&e.parentGroup||void 0,i=t.ownerSVGElement;if(t.onclick=t.onmouseout=t.onmouseover=t.onmousemove=t.point=null,a(e),e.clipPath&&i){var o=e.clipPath;[].forEach.call(i.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(e){-1<e.getAttribute("clip-path").indexOf(o.element.id)&&e.removeAttribute("clip-path")})),e.clipPath=o.destroy()}if(e.stops){for(i=0;i<e.stops.length;i++)e.stops[i].destroy();e.stops.length=0,e.stops=void 0}for(e.safeRemoveChild(t),n.styledMode||e.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)t=r.parentGroup,e.safeRemoveChild(r.div),delete r.div,r=t;e.alignTo&&b(n.alignedObjects,e),L(e,(function(t,n){e[n]&&e[n].parentGroup===e&&e[n].destroy&&e[n].destroy(),delete e[n]}))},e.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(e){this.safeRemoveChild(e)}),this),this.shadows=void 0},e.prototype.destroyTextPath=function(e,t){var n=e.getElementsByTagName("text")[0];if(n){if(n.removeAttribute("dx"),n.removeAttribute("dy"),t.element.setAttribute("id",""),this.textPathWrapper&&n.getElementsByTagName("textPath").length){for(e=this.textPathWrapper.element.childNodes;e.length;)n.appendChild(e[0]);n.removeChild(this.textPathWrapper.element)}}else(e.getAttribute("dx")||e.getAttribute("dy"))&&(e.removeAttribute("dx"),e.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},e.prototype.dSetter=function(e,t,n){w(e)&&("string"==typeof e[0]&&(e=this.renderer.pathToSegments(e)),this.pathArray=e,e=e.reduce((function(e,t,n){return t&&t.join?(n?e+" ":"")+t.join(" "):(t||"").toString()}),"")),/(NaN| {2}|^$)/.test(e)&&(e="M 0 0"),this[t]!==e&&(n.setAttribute(t,e),this[t]=e)},e.prototype.fadeOut=function(e){var t=this;t.animate({opacity:0},{duration:C(e,150),complete:function(){t.attr({y:-9999}).hide()}})},e.prototype.fillSetter=function(e,t,n){"string"==typeof e?n.setAttribute(t,e):e&&this.complexColor(e,t,n)},e.prototype.getBBox=function(t,n){var r,i=this.renderer,o=this.element,a=this.styles,l=this.textStr,c=i.cache,u=i.cacheKeys,d=o.namespaceURI===this.SVG_NS;n=C(n,this.rotation,0);var p=i.styledMode?o&&e.prototype.getStyle.call(o,"font-size"):a&&a.fontSize;if(v(l)){var h=l.toString();-1===h.indexOf("<")&&(h=h.replace(/[0-9]/g,"0")),h+=["",n,p,this.textWidth,a&&a.textOverflow,a&&a.fontWeight].join()}if(h&&!t&&(r=c[h]),!r){if(d||i.forExport){try{var f=this.fakeTS&&function(e){[].forEach.call(o.querySelectorAll(".highcharts-text-outline"),(function(t){t.style.display=e}))};M(f)&&f("none"),r=o.getBBox?_({},o.getBBox()):{width:o.offsetWidth,height:o.offsetHeight},M(f)&&f("")}catch(e){}(!r||0>r.width)&&(r={width:0,height:0})}else r=this.htmlGetBBox();if(i.isSVG&&(t=r.width,i=r.height,d&&(r.height=i={"11px,17":14,"13px,20":16}[a&&a.fontSize+","+Math.round(i)]||i),n&&(a=n*s,r.width=Math.abs(i*Math.sin(a))+Math.abs(t*Math.cos(a)),r.height=Math.abs(i*Math.cos(a))+Math.abs(t*Math.sin(a)))),h&&0<r.height){for(;250<u.length;)delete c[u.shift()];c[h]||u.push(h),c[h]=r}}return r},e.prototype.getStyle=function(e){return f.getComputedStyle(this.element||this,"").getPropertyValue(e)},e.prototype.hasClass=function(e){return-1!==(""+this.attr("class")).split(" ").indexOf(e)},e.prototype.hide=function(e){return e?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},e.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},e.prototype.init=function(e,t){this.element="span"===t?g(t):l.createElementNS(this.SVG_NS,t),this.renderer=e,x(this,"afterInit")},e.prototype.invert=function(e){return this.inverted=e,this.updateTransform(),this},e.prototype.on=function(e,t){var n,r,i,o=this.element;return c&&"click"===e?(o.ontouchstart=function(e){n=e.touches[0].clientX,r=e.touches[0].clientY},o.ontouchend=function(e){n&&4<=Math.sqrt(Math.pow(n-e.changedTouches[0].clientX,2)+Math.pow(r-e.changedTouches[0].clientY,2))||t.call(o,e),i=!0,!1!==e.cancelable&&e.preventDefault()},o.onclick=function(e){i||t.call(o,e)}):o["on"+e]=t,this},e.prototype.opacitySetter=function(e,t,n){this.opacity=e=Number(Number(e).toFixed(3)),n.setAttribute(t,e)},e.prototype.removeClass=function(e){return this.attr("class",(""+this.attr("class")).replace(k(e)?new RegExp("(^| )"+e+"( |$)"):e," ").replace(/ +/g," ").trim())},e.prototype.removeTextOutline=function(e){for(var t,n=e.length;n--;)"highcharts-text-outline"===(t=e[n]).getAttribute("class")&&b(e,this.element.removeChild(t))},e.prototype.safeRemoveChild=function(e){var t=e.parentNode;t&&t.removeChild(e)},e.prototype.setRadialReference=function(e){var t=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=e,t&&t.radAttr&&t.animate(this.renderer.getRadialAttr(e,t.radAttr)),this},e.prototype.setTextPath=function(e,t){var n=this.element,r={textAnchor:"text-anchor"},i=!1,o=this.textPathWrapper,a=!o,s=(t=O(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},t)).attributes;if(e&&t&&t.enabled){o&&null===o.element.parentNode?(a=!0,o=o.destroy()):o&&this.removeTextOutline.call(o.parentGroup,[].slice.call(n.getElementsByTagName("tspan"))),this.options&&this.options.padding&&(s.dx=-this.options.padding),o||(this.textPathWrapper=o=this.renderer.createElement("textPath"),i=!0);var l=o.element;if((t=e.element.getAttribute("id"))||e.element.setAttribute("id",t=j()),a)for(e=n.getElementsByTagName("tspan");e.length;)e[0].setAttribute("y",0),S(s.dx)&&e[0].setAttribute("x",-s.dx),l.appendChild(e[0]);i&&o&&o.add({element:this.text?this.text.element:n}),l.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+t),v(s.dy)&&(l.parentNode.setAttribute("dy",s.dy),delete s.dy),v(s.dx)&&(l.parentNode.setAttribute("dx",s.dx),delete s.dx),L(s,(function(e,t){l.setAttribute(r[t]||t,e)})),n.removeAttribute("transform"),this.removeTextOutline.call(o,[].slice.call(n.getElementsByTagName("tspan"))),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=d}else o&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(n,e),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},e.prototype.shadow=function(e,t,n){var r,i=[],o=this.element,a=!1,s=this.oldShadowOptions,l={color:"#000000",offsetX:1,offsetY:1,opacity:.15,width:3};if(!0===e?r=l:"object"==typeof e&&(r=_(l,e)),r&&(r&&s&&L(r,(function(e,t){e!==s[t]&&(a=!0)})),a&&this.destroyShadows(),this.oldShadowOptions=r),r){if(!this.shadows){var c=r.opacity/r.width,u=this.parentInverted?"translate(-1,-1)":"translate("+r.offsetX+", "+r.offsetY+")";for(l=1;l<=r.width;l++){var d=o.cloneNode(!1),p=2*r.width+1-2*l;m(d,{stroke:e.color||"#000000","stroke-opacity":c*l,"stroke-width":p,transform:u,fill:"none"}),d.setAttribute("class",(d.getAttribute("class")||"")+" highcharts-shadow"),n&&(m(d,"height",Math.max(m(d,"height")-p,0)),d.cutHeight=p),t?t.element.appendChild(d):o.parentNode&&o.parentNode.insertBefore(d,o),i.push(d)}this.shadows=i}}else this.destroyShadows();return this},e.prototype.show=function(e){return this.attr({visibility:e?"inherit":"visible"})},e.prototype.strokeSetter=function(t,n,r){this[n]=t,this.stroke&&this["stroke-width"]?(e.prototype.fillSetter.call(this,this.stroke,"stroke",r),r.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===n&&0===t&&this.hasStroke?(r.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(r.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},e.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var e=this.getStyle("stroke-width"),t=0;if(e.indexOf("px")===e.length-2)t=T(e);else if(""!==e){var n=l.createElementNS(h,"rect");m(n,{width:e,"stroke-width":0}),this.element.parentNode.appendChild(n),t=n.getBBox().width,n.parentNode.removeChild(n)}return t},e.prototype.symbolAttr=function(e){var t=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(n){t[n]=C(e[n],t[n])})),t.attr({d:t.renderer.symbols[t.symbolName](t.x,t.y,t.width,t.height,t)})},e.prototype.textSetter=function(e){e!==this.textStr&&(delete this.textPxLength,this.textStr=e,this.added&&this.renderer.buildText(this))},e.prototype.titleSetter=function(e){var t=this.element.getElementsByTagName("title")[0];t||(t=l.createElementNS(this.SVG_NS,"title"),this.element.appendChild(t)),t.firstChild&&t.removeChild(t.firstChild),t.appendChild(l.createTextNode(String(C(e,"")).replace(/<[^>]*>/g,"").replace(/</g,"<").replace(/>/g,">")))},e.prototype.toFront=function(){var e=this.element;return e.parentNode.appendChild(e),this},e.prototype.translate=function(e,t){return this.attr({translateX:e,translateY:t})},e.prototype.updateShadows=function(e,t,n){var r=this.shadows;if(r)for(var i=r.length;i--;)n.call(r[i],"height"===e?Math.max(t-(r[i].cutHeight||0),0):"d"===e?this.d:t,e,r[i])},e.prototype.updateTransform=function(){var e=this.translateX||0,t=this.translateY||0,n=this.scaleX,r=this.scaleY,i=this.inverted,o=this.rotation,a=this.matrix,s=this.element;i&&(e+=this.width,t+=this.height),e=["translate("+e+","+t+")"],v(a)&&e.push("matrix("+a.join(",")+")"),i?e.push("rotate(90) scale(-1,1)"):o&&e.push("rotate("+o+" "+C(this.rotationOriginX,s.getAttribute("x"),0)+" "+C(this.rotationOriginY,s.getAttribute("y")||0)+")"),(v(n)||v(r))&&e.push("scale("+C(n,1)+" "+C(r,1)+")"),e.length&&s.setAttribute("transform",e.join(" "))},e.prototype.visibilitySetter=function(e,t,n){"inherit"===e?n.removeAttribute(t):this[t]!==e&&n.setAttribute(t,e),this[t]=e},e.prototype.xGetter=function(e){return"circle"===this.element.nodeName&&("x"===e?e="cx":"y"===e&&(e="cy")),this._defaultGetter(e)},e.prototype.zIndexSetter=function(e,t){var n=this.renderer,r=this.parentGroup,i=(r||n).element||n.box,o=this.element,a=!1;n=i===n.box;var s,l=this.added;if(v(e)?(o.setAttribute("data-z-index",e),e=+e,this[t]===e&&(l=!1)):v(this[t])&&o.removeAttribute("data-z-index"),this[t]=e,l){for((e=this.zIndex)&&r&&(r.handleZ=!0),s=(t=i.childNodes).length-1;0<=s&&!a;s--){l=(r=t[s]).getAttribute("data-z-index");var c=!v(l);r!==o&&(0>e&&c&&!n&&!s?(i.insertBefore(o,t[s]),a=!0):(T(l)<=e||c&&(!v(e)||0<=e))&&(i.insertBefore(o,t[s+1]||null),a=!0))}a||(i.insertBefore(o,t[n?3:0]||null),a=!0)}return a},e}()).prototype["stroke-widthSetter"]=e.prototype.strokeSetter,e.prototype.yGetter=e.prototype.xGetter,e.prototype.matrixSetter=e.prototype.rotationOriginXSetter=e.prototype.rotationOriginYSetter=e.prototype.rotationSetter=e.prototype.scaleXSetter=e.prototype.scaleYSetter=e.prototype.translateXSetter=e.prototype.translateYSetter=e.prototype.verticalAlignSetter=function(e,t){this[t]=e,this.doTransform=!0},n.SVGElement=e,n.SVGElement})),t(n,"Core/Renderer/SVG/SVGLabel.js",[n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(e,t){var n=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),r=t.defined,i=t.extend,o=t.isNumber,a=t.merge,s=t.removeEvent;return function(t){function l(e,n,r,i,o,a,s,c,u,d){var p=t.call(this)||this;if(p.init(e,"g"),p.textStr=n,p.x=r,p.y=i,p.anchorX=a,p.anchorY=s,p.baseline=u,p.className=d,"button"!==d&&p.addClass("highcharts-label"),d&&p.addClass("highcharts-"+d),p.text=e.text("",0,0,c).attr({zIndex:1}),"string"==typeof o){var h=/^url\((.*?)\)$/.test(o);(p.renderer.symbols[o]||h)&&(p.symbolKey=o)}return p.bBox=l.emptyBBox,p.padding=3,p.paddingLeft=0,p.baselineOffset=0,p.needsBox=e.styledMode||h,p.deferredAttr={},p.alignFactor=0,p}return n(l,t),l.prototype.alignSetter=function(e){(e={left:0,center:.5,right:1}[e])!==this.alignFactor&&(this.alignFactor=e,this.bBox&&o(this.xSetting)&&this.attr({x:this.xSetting}))},l.prototype.anchorXSetter=function(e,t){this.anchorX=e,this.boxAttr(t,Math.round(e)-this.getCrispAdjust()-this.xSetting)},l.prototype.anchorYSetter=function(e,t){this.anchorY=e,this.boxAttr(t,e-this.ySetting)},l.prototype.boxAttr=function(e,t){this.box?this.box.attr(e,t):this.deferredAttr[e]=t},l.prototype.css=function(t){if(t){var n={};t=a(t),l.textProps.forEach((function(e){void 0!==t[e]&&(n[e]=t[e],delete t[e])})),this.text.css(n);var r="fontSize"in n||"fontWeight"in n;("width"in n||r)&&(this.updateBoxSize(),r&&this.updateTextPadding())}return e.prototype.css.call(this,t)},l.prototype.destroy=function(){s(this.element,"mouseenter"),s(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),e.prototype.destroy.call(this)},l.prototype.fillSetter=function(e,t){e&&(this.needsBox=!0),this.fill=e,this.boxAttr(t,e)},l.prototype.getBBox=function(){var e=this.bBox,t=this.padding;return{width:e.width+2*t,height:e.height+2*t,x:e.x-t,y:e.y-t}},l.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},l.prototype.heightSetter=function(e){this.heightSetting=e},l.prototype.on=function(t,n){var r=this,i=r.text,o=i&&"SPAN"===i.element.tagName?i:void 0;if(o){var a=function(e){("mouseenter"===t||"mouseleave"===t)&&e.relatedTarget instanceof Element&&(r.element.contains(e.relatedTarget)||o.element.contains(e.relatedTarget))||n.call(r.element,e)};o.on(t,a)}return e.prototype.on.call(r,t,a||n),r},l.prototype.onAdd=function(){var e=this.textStr;this.text.add(this),this.attr({text:r(e)?e:"",x:this.x,y:this.y}),this.box&&r(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},l.prototype.paddingSetter=function(e){r(e)&&e!==this.padding&&(this.padding=e,this.updateTextPadding())},l.prototype.paddingLeftSetter=function(e){r(e)&&e!==this.paddingLeft&&(this.paddingLeft=e,this.updateTextPadding())},l.prototype.rSetter=function(e,t){this.boxAttr(t,e)},l.prototype.shadow=function(e){return e&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(e)),this},l.prototype.strokeSetter=function(e,t){this.stroke=e,this.boxAttr(t,e)},l.prototype["stroke-widthSetter"]=function(e,t){e&&(this.needsBox=!0),this["stroke-width"]=e,this.boxAttr(t,e)},l.prototype["text-alignSetter"]=function(e){this.textAlign=e},l.prototype.textSetter=function(e){void 0!==e&&this.text.attr({text:e}),this.updateBoxSize(),this.updateTextPadding()},l.prototype.updateBoxSize=function(){var e=this.text.element.style,t={},n=this.padding,a=this.paddingLeft,s=o(this.widthSetting)&&o(this.heightSetting)&&!this.textAlign||!r(this.text.textStr)?l.emptyBBox:this.text.getBBox();this.width=(this.widthSetting||s.width||0)+2*n+a,this.height=(this.heightSetting||s.height||0)+2*n,this.baselineOffset=n+Math.min(this.renderer.fontMetrics(e&&e.fontSize,this.text).b,s.height||1/0),this.needsBox&&(this.box||((e=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),e.add(this),e=this.getCrispAdjust(),t.x=e,t.y=(this.baseline?-this.baselineOffset:0)+e),t.width=Math.round(this.width),t.height=Math.round(this.height),this.box.attr(i(t,this.deferredAttr)),this.deferredAttr={}),this.bBox=s},l.prototype.updateTextPadding=function(){var e=this.text,t=this.baseline?0:this.baselineOffset,n=this.paddingLeft+this.padding;r(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(n+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),n===e.x&&t===e.y||(e.attr("x",n),e.hasBoxWidthChanged&&(this.bBox=e.getBBox(!0),this.updateBoxSize()),void 0!==t&&e.attr("y",t)),e.x=n,e.y=t},l.prototype.widthSetter=function(e){this.widthSetting=o(e)?e:void 0},l.prototype.xSetter=function(e){this.x=e,this.alignFactor&&(e-=this.alignFactor*((this.widthSetting||this.bBox.width)+2*this.padding),this["forceAnimate:x"]=!0),this.xSetting=Math.round(e),this.attr("translateX",this.xSetting)},l.prototype.ySetter=function(e){this.ySetting=this.y=Math.round(e),this.attr("translateY",this.ySetting)},l.emptyBBox={width:0,height:0,x:0,y:0},l.textProps="color cursor direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),l}(e)})),t(n,"Core/Renderer/SVG/SVGRenderer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGLabel.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i){var o=i.addEvent,a=i.attr,s=i.createElement,l=i.css,c=i.defined,u=i.destroyObjectProperties,d=i.extend,p=i.isArray,h=i.isNumber,f=i.isObject,m=i.isString,g=i.merge,y=i.objectEach,v=i.pick,b=i.pInt,_=i.splat,x=i.uniqueKey,w=t.charts,M=t.deg2rad,S=t.doc,k=t.isFirefox,O=t.isMS,L=t.isWebKit;i=t.noop;var C=t.svg,T=t.SVG_NS,A=t.symbolSizes,j=t.win,E=function(){function t(e,t,n,r,i,o,a){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(e,t,n,r,i,o,a)}return t.prototype.init=function(e,t,n,r,i,s,c){var u,d=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"});c||d.css(this.getStyle(r)),r=d.element,e.appendChild(r),a(e,"dir","ltr"),-1===e.innerHTML.indexOf("xmlns")&&a(r,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=r,this.boxWrapper=d,this.alignedObjects=[],this.url=(k||L)&&S.getElementsByTagName("base").length?j.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20"):"",this.createElement("desc").add().element.appendChild(S.createTextNode("Created with Highcharts 8.2.2")),this.defs=this.createElement("defs").add(),this.allowHTML=s,this.forExport=i,this.styledMode=c,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(t,n,!1),k&&e.getBoundingClientRect&&((t=function(){l(e,{left:0,top:0}),u=e.getBoundingClientRect(),l(e,{left:Math.ceil(u.left)-u.left+"px",top:Math.ceil(u.top)-u.top+"px"})})(),this.unSubPixelFix=o(j,"resize",t))},t.prototype.definition=function(e){var t=this;return function e(n,r){var i;return _(n).forEach((function(n){var o=t.createElement(n.tagName),a={};y(n,(function(e,t){"tagName"!==t&&"children"!==t&&"textContent"!==t&&(a[t]=e)})),o.attr(a),o.add(r||t.defs),n.textContent&&o.element.appendChild(S.createTextNode(n.textContent)),e(n.children||[],o),i=o})),i}(e)},t.prototype.getStyle=function(e){return this.style=d({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},e)},t.prototype.setStyle=function(e){this.boxWrapper.css(this.getStyle(e))},t.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},t.prototype.destroy=function(){var e=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),u(this.gradients||{}),this.gradients=null,e&&(this.defs=e.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},t.prototype.createElement=function(e){var t=new this.Element;return t.init(this,e),t},t.prototype.getRadialAttr=function(e,t){return{cx:e[0]-e[2]/2+t.cx*e[2],cy:e[1]-e[2]/2+t.cy*e[2],r:t.r*e[2]}},t.prototype.truncate=function(e,t,n,r,i,o,a){var s,l,c=this,u=e.rotation,d=r?1:0,p=(n||r).length,h=p,f=[],m=function(e){t.firstChild&&t.removeChild(t.firstChild),e&&t.appendChild(S.createTextNode(e))},g=function(o,s){if(void 0===f[s=s||o])if(t.getSubStringLength)try{f[s]=i+t.getSubStringLength(0,r?s+1:s)}catch(e){}else c.getSpanWidth&&(m(a(n||r,o)),f[s]=i+c.getSpanWidth(e,t));return f[s]};e.rotation=0;var y=g(t.textContent.length);if(l=i+y>o){for(;d<=p;)h=Math.ceil((d+p)/2),r&&(s=a(r,h)),y=g(h,s&&s.length-1),d===p?d=p+1:y>o?p=h-1:d=h;0===p?m(""):n&&p===n.length-1||m(s||a(n||r,h))}return r&&r.splice(0,h),e.actualWidth=y,e.rotation=u,l},t.prototype.buildText=function(e){var t,n,r=e.element,i=this,o=i.forExport,s=v(e.textStr,"").toString(),c=-1!==s.indexOf("<"),u=r.childNodes,d=a(r,"x"),p=e.styles,h=e.textWidth,f=p&&p.lineHeight,g=p&&p.textOutline,_=p&&"ellipsis"===p.textOverflow,x=p&&"nowrap"===p.whiteSpace,w=p&&p.fontSize,M=u.length;p=h&&!e.added&&this.box;var k=function(e){var t;return i.styledMode||(t=/(px|em)$/.test(e&&e.style.fontSize)?e.style.fontSize:w||i.style.fontSize||12),f?b(f):i.fontMetrics(t,e.getAttribute("style")?e:r).h},O=function(e,t){return y(i.escapes,(function(n,r){t&&-1!==t.indexOf(n)||(e=e.toString().replace(new RegExp(n,"g"),r))})),e},L=function(e,t){var n=e.indexOf("<");if(-1!==(n=(e=e.substring(n,e.indexOf(">")-n)).indexOf(t+"="))&&(n=n+t.length+1,'"'===(t=e.charAt(n))||"'"===t))return(e=e.substring(n+1)).substring(0,e.indexOf(t))},A=/<br.*?>/g,j=[s,_,x,f,g,w,h].join();if(j!==e.textCache){for(e.textCache=j;M--;)r.removeChild(u[M]);c||g||_||h||-1!==s.indexOf(" ")&&(!x||A.test(s))?(p&&p.appendChild(r),c?s=(s=i.styledMode?s.replace(/<(b|strong)>/g,'<span class="highcharts-strong">').replace(/<(i|em)>/g,'<span class="highcharts-emphasized">'):s.replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">')).replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,"</span>").split(A):s=[s],(s=s.filter((function(e){return""!==e}))).forEach((function(s,c){var u=0,p=0,f=(s=s.replace(/^\s+|\s+$/g,"").replace(/<span/g,"|||<span").replace(/<\/span>/g,"</span>|||")).split("|||");f.forEach((function(s){if(""!==s||1===f.length){var m,g,y={},v=S.createElementNS(i.SVG_NS,"tspan");if((m=L(s,"class"))&&a(v,"class",m),(m=L(s,"style"))&&(m=m.replace(/(;| |^)color([ :])/,"$1fill$2"),a(v,"style",m)),(g=L(s,"href"))&&!o&&-1===g.split(":")[0].toLowerCase().indexOf("javascript")){var b=S.createElementNS(i.SVG_NS,"a");a(b,"href",g),a(v,"class","highcharts-anchor"),b.appendChild(v),i.styledMode||l(v,{cursor:"pointer"})}if(" "!==(s=O(s.replace(/<[a-zA-Z\/](.|\n)*?>/g,"")||" "))){if(v.appendChild(S.createTextNode(s)),u?y.dx=0:c&&null!==d&&(y.x=d),a(v,y),r.appendChild(b||v),!u&&n&&(!C&&o&&l(v,{display:"block"}),a(v,"dy",k(v))),h){var M=s.replace(/([^\^])-/g,"$1- ").split(" ");if(y=!x&&(1<f.length||c||1<M.length),b=0,g=k(v),_)t=i.truncate(e,v,s,void 0,0,Math.max(0,h-parseInt(w||12,10)),(function(e,t){return e.substring(0,t)+"…"}));else if(y)for(;M.length;)M.length&&!x&&0<b&&(v=S.createElementNS(T,"tspan"),a(v,{dy:g,x:d}),m&&a(v,"style",m),v.appendChild(S.createTextNode(M.join(" ").replace(/- /g,"-"))),r.appendChild(v)),i.truncate(e,v,null,M,0===b?p:0,h,(function(e,t){return M.slice(0,t).join(" ").replace(/- /g,"-")})),p=e.actualWidth,b++}u++}}})),n=n||r.childNodes.length})),_&&t&&e.attr("title",O(e.textStr||"",["<",">"])),p&&p.removeChild(r),m(g)&&e.applyTextOutline&&e.applyTextOutline(g)):r.appendChild(S.createTextNode(O(s)))}},t.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},t.prototype.button=function(e,t,n,r,i,a,s,l,c,u){var p=this.label(e,t,n,c,void 0,void 0,u,void 0,"button"),h=0,f=this.styledMode;if(e=(i=i?g(i):i)&&i.style||{},i&&i.style&&delete i.style,p.attr(g({padding:8,r:2},i)),!f){var m=(i=g({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},i)).style;delete i.style;var y=(a=g(i,{fill:"#e6e6e6"},a)).style;delete a.style;var v=(s=g(i,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},s)).style;delete s.style;var b=(l=g(i,{style:{color:"#cccccc"}},l)).style;delete l.style}return o(p.element,O?"mouseover":"mouseenter",(function(){3!==h&&p.setState(1)})),o(p.element,O?"mouseout":"mouseleave",(function(){3!==h&&p.setState(h)})),p.setState=function(e){1!==e&&(p.state=h=e),p.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][e||0]),f||p.attr([i,a,s,l][e||0]).css([m,y,v,b][e||0])},f||p.attr(i).css(d({cursor:"default"},m)),p.on("click",(function(e){3!==h&&r.call(p,e)}))},t.prototype.crispLine=function(e,t,n){void 0===n&&(n="round");var r=e[0],i=e[1];return r[1]===i[1]&&(r[1]=i[1]=Math[n](r[1])-t%2/2),r[2]===i[2]&&(r[2]=i[2]=Math[n](r[2])+t%2/2),e},t.prototype.path=function(e){var t=this.styledMode?{}:{fill:"none"};return p(e)?t.d=e:f(e)&&d(t,e),this.createElement("path").attr(t)},t.prototype.circle=function(e,t,n){return e=f(e)?e:void 0===e?{}:{x:e,y:t,r:n},(t=this.createElement("circle")).xSetter=t.ySetter=function(e,t,n){n.setAttribute("c"+t,e)},t.attr(e)},t.prototype.arc=function(e,t,n,r,i,o){return f(e)?(t=(r=e).y,n=r.r,e=r.x):r={innerR:r,start:i,end:o},(e=this.symbol("arc",e,t,n,n,r)).r=n,e},t.prototype.rect=function(e,t,n,r,i,o){i=f(e)?e.r:i;var s=this.createElement("rect");return e=f(e)?e:void 0===e?{}:{x:e,y:t,width:Math.max(n,0),height:Math.max(r,0)},this.styledMode||(void 0!==o&&(e.strokeWidth=o,e=s.crisp(e)),e.fill="none"),i&&(e.r=i),s.rSetter=function(e,t,n){s.r=e,a(n,{rx:e,ry:e})},s.rGetter=function(){return s.r},s.attr(e)},t.prototype.setSize=function(e,t,n){var r=this.alignedObjects,i=r.length;for(this.width=e,this.height=t,this.boxWrapper.animate({width:e,height:t},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:v(n,!0)?void 0:0});i--;)r[i].align()},t.prototype.g=function(e){var t=this.createElement("g");return e?t.attr({class:"highcharts-"+e}):t},t.prototype.image=function(e,t,n,r,i,a){var s={preserveAspectRatio:"none"},l=function(e,t){e.setAttributeNS?e.setAttributeNS("http://www.w3.org/1999/xlink","href",t):e.setAttribute("hc-svg-href",t)},c=function(t){l(u.element,e),a.call(u,t)};1<arguments.length&&d(s,{x:t,y:n,width:r,height:i});var u=this.createElement("image").attr(s);return a?(l(u.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),s=new j.Image,o(s,"load",c),s.src=e,s.complete&&c({})):l(u.element,e),u},t.prototype.symbol=function(e,t,n,r,i,o){var a,u=this,p=/^url\((.*?)\)$/,h=p.test(e),f=!h&&(this.symbols[e]?e:"circle"),m=f&&this.symbols[f];if(m){"number"==typeof t&&(a=m.call(this.symbols,Math.round(t||0),Math.round(n||0),r||0,i||0,o));var g=this.path(a);u.styledMode||g.attr("fill","none"),d(g,{symbolName:f,x:t,y:n,width:r,height:i}),o&&d(g,o)}else if(h){var y=e.match(p)[1];(g=this.image(y)).imgwidth=v(A[y]&&A[y].width,o&&o.width),g.imgheight=v(A[y]&&A[y].height,o&&o.height);var b=function(){g.attr({width:g.width,height:g.height})};["width","height"].forEach((function(e){g[e+"Setter"]=function(e,t){var n={},r=this["img"+t],i="width"===t?"translateX":"translateY";this[t]=e,c(r)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(r=Math.round(r*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(t,r),this.alignByTranslate||(n[i]=((this[t]||0)-r)/2,this.attr(n)))}})),c(t)&&g.attr({x:t,y:n}),g.isImg=!0,c(g.imgwidth)&&c(g.imgheight)?b():(g.attr({width:0,height:0}),s("img",{onload:function(){var e=w[u.chartIndex];0===this.width&&(l(this,{position:"absolute",top:"-999em"}),S.body.appendChild(this)),A[y]={width:this.width,height:this.height},g.imgwidth=this.width,g.imgheight=this.height,g.element&&b(),this.parentNode&&this.parentNode.removeChild(this),u.imgCount--,u.imgCount||!e||e.hasLoaded||e.onload()},src:y}),this.imgCount++)}return g},t.prototype.clipRect=function(e,t,n,r){var i=x()+"-",o=this.createElement("clipPath").attr({id:i}).add(this.defs);return(e=this.rect(e,t,n,r,0).add(o)).id=i,e.clipPath=o,e.count=0,e},t.prototype.text=function(e,t,n,r){var i={};return!r||!this.allowHTML&&this.forExport?(i.x=Math.round(t||0),n&&(i.y=Math.round(n)),c(e)&&(i.text=e),e=this.createElement("text").attr(i),r||(e.xSetter=function(e,t,n){var r,i=n.getElementsByTagName("tspan"),o=n.getAttribute(t);for(r=0;r<i.length;r++){var a=i[r];a.getAttribute(t)===o&&a.setAttribute(t,e)}n.setAttribute(t,e)}),e):this.html(e,t,n)},t.prototype.fontMetrics=function(e,t){return e=!this.styledMode&&/px/.test(e)||!j.getComputedStyle?e||t&&t.style&&t.style.fontSize||this.style&&this.style.fontSize:t&&n.prototype.getStyle.call(t,"font-size"),{h:t=24>(e=/px/.test(e)?b(e):12)?e+3:Math.round(1.2*e),b:Math.round(.8*t),f:e}},t.prototype.rotCorr=function(e,t,n){var r=e;return t&&n&&(r=Math.max(r*Math.cos(t*M),4)),{x:-e/3*Math.sin(t*M),y:r}},t.prototype.pathToSegments=function(e){for(var t=[],n=[],r={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},i=0;i<e.length;i++)m(n[0])&&h(e[i])&&n.length===r[n[0].toUpperCase()]&&e.splice(i,0,n[0].replace("M","L").replace("m","l")),"string"==typeof e[i]&&(n.length&&t.push(n.slice(0)),n.length=0),n.push(e[i]);return t.push(n.slice(0)),t},t.prototype.label=function(e,t,n,i,o,a,s,l,c){return new r(this,e,t,n,i,o,a,s,l,c)},t}();return E.prototype.Element=n,E.prototype.SVG_NS=T,E.prototype.draw=i,E.prototype.escapes={"&":"&","<":"<",">":">","'":"'",'"':"""},E.prototype.symbols={circle:function(e,t,n,r){return this.arc(e+n/2,t+r/2,n/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},square:function(e,t,n,r){return[["M",e,t],["L",e+n,t],["L",e+n,t+r],["L",e,t+r],["Z"]]},triangle:function(e,t,n,r){return[["M",e+n/2,t],["L",e+n,t+r],["L",e,t+r],["Z"]]},"triangle-down":function(e,t,n,r){return[["M",e,t],["L",e+n,t],["L",e+n/2,t+r],["Z"]]},diamond:function(e,t,n,r){return[["M",e+n/2,t],["L",e+n,t+r/2],["L",e+n/2,t+r],["L",e,t+r/2],["Z"]]},arc:function(e,t,n,r,i){var o=[];if(i){var a=i.start||0,s=i.end||0,l=i.r||n;n=i.r||r||n;var u=.001>Math.abs(s-a-2*Math.PI);s-=.001,r=i.innerR,u=v(i.open,u);var d=Math.cos(a),p=Math.sin(a),h=Math.cos(s),f=Math.sin(s);a=v(i.longArc,.001>s-a-Math.PI?0:1),o.push(["M",e+l*d,t+n*p],["A",l,n,0,a,v(i.clockwise,1),e+l*h,t+n*f]),c(r)&&o.push(u?["M",e+r*h,t+r*f]:["L",e+r*h,t+r*f],["A",r,r,0,a,c(i.clockwise)?1-i.clockwise:0,e+r*d,t+r*p]),u||o.push(["Z"])}return o},callout:function(e,t,n,r,i){var o=Math.min(i&&i.r||0,n,r),a=o+6,s=i&&i.anchorX||0;i=i&&i.anchorY||0;var l=[["M",e+o,t],["L",e+n-o,t],["C",e+n,t,e+n,t,e+n,t+o],["L",e+n,t+r-o],["C",e+n,t+r,e+n,t+r,e+n-o,t+r],["L",e+o,t+r],["C",e,t+r,e,t+r,e,t+r-o],["L",e,t+o],["C",e,t,e,t,e+o,t]];return s&&s>n?i>t+a&&i<t+r-a?l.splice(3,1,["L",e+n,i-6],["L",e+n+6,i],["L",e+n,i+6],["L",e+n,t+r-o]):l.splice(3,1,["L",e+n,r/2],["L",s,i],["L",e+n,r/2],["L",e+n,t+r-o]):s&&0>s?i>t+a&&i<t+r-a?l.splice(7,1,["L",e,i+6],["L",e-6,i],["L",e,i-6],["L",e,t+o]):l.splice(7,1,["L",e,r/2],["L",s,i],["L",e,r/2],["L",e,t+o]):i&&i>r&&s>e+a&&s<e+n-a?l.splice(5,1,["L",s+6,t+r],["L",s,t+r+6],["L",s-6,t+r],["L",e+o,t+r]):i&&0>i&&s>e+a&&s<e+n-a&&l.splice(1,1,["L",s-6,t],["L",s,t-6],["L",s+6,t],["L",n-o,t]),l}},t.SVGRenderer=E,t.Renderer=t.SVGRenderer,t.Renderer})),t(n,"Core/Renderer/HTML/HTMLElement.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.css,i=n.defined,o=n.extend,a=n.pick,s=n.pInt,l=e.isFirefox;return o(t.prototype,{htmlCss:function(e){var t="SPAN"===this.element.tagName&&e&&"width"in e,n=a(t&&e.width,void 0);if(t){delete e.width,this.textWidth=n;var i=!0}return e&&"ellipsis"===e.textOverflow&&(e.whiteSpace="nowrap",e.overflow="hidden"),this.styles=o(this.styles,e),r(this.element,e),i&&this.htmlUpdateTransform(),this},htmlGetBBox:function(){var e=this.element;return{x:e.offsetLeft,y:e.offsetTop,width:e.offsetWidth,height:e.offsetHeight}},htmlUpdateTransform:function(){if(this.added){var e=this.renderer,t=this.element,n=this.translateX||0,o=this.translateY||0,a=this.x||0,l=this.y||0,c=this.textAlign||"left",u={left:0,center:.5,right:1}[c],d=this.styles,p=d&&d.whiteSpace;if(r(t,{marginLeft:n,marginTop:o}),!e.styledMode&&this.shadows&&this.shadows.forEach((function(e){r(e,{marginLeft:n+1,marginTop:o+1})})),this.inverted&&[].forEach.call(t.childNodes,(function(n){e.invertChild(n,t)})),"SPAN"===t.tagName){d=this.rotation;var h,f=this.textWidth&&s(this.textWidth),m=[d,c,t.innerHTML,this.textWidth,this.textAlign].join();(h=f!==this.oldTextWidth)&&!(h=f>this.oldTextWidth)&&((h=this.textPxLength)||(r(t,{width:"",whiteSpace:p||"nowrap"}),h=t.offsetWidth),h=h>f),h&&(/[ \-]/.test(t.textContent||t.innerText)||"ellipsis"===t.style.textOverflow)?(r(t,{width:f+"px",display:"block",whiteSpace:p||"normal"}),this.oldTextWidth=f,this.hasBoxWidthChanged=!0):this.hasBoxWidthChanged=!1,m!==this.cTT&&(p=e.fontMetrics(t.style.fontSize,t).b,!i(d)||d===(this.oldRotation||0)&&c===this.oldAlign||this.setSpanRotation(d,u,p),this.getSpanCorrection(!i(d)&&this.textPxLength||t.offsetWidth,p,u,d,c)),r(t,{left:a+(this.xCorr||0)+"px",top:l+(this.yCorr||0)+"px"}),this.cTT=m,this.oldRotation=d,this.oldAlign=c}}else this.alignOnAdd=!0},setSpanRotation:function(e,t,n){var i={},o=this.renderer.getTransformKey();i[o]=i.transform="rotate("+e+"deg)",i[o+(l?"Origin":"-origin")]=i.transformOrigin=100*t+"% "+n+"px",r(this.element,i)},getSpanCorrection:function(e,t,n){this.xCorr=-e*n,this.yCorr=-t}}),t})),t(n,"Core/Renderer/HTML/HTMLRenderer.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.isFirefox,o=e.isMS,a=e.isWebKit,s=e.win,l=r.attr,c=r.createElement,u=r.extend,d=r.pick;return u(n.prototype,{getTransformKey:function(){return o&&!/Edge/.test(s.navigator.userAgent)?"-ms-transform":a?"-webkit-transform":i?"MozTransform":s.opera?"-o-transform":""},html:function(e,n,r){var i=this.createElement("span"),o=i.element,a=i.renderer,s=a.isSVG,p=function(e,n){["opacity","visibility"].forEach((function(r){e[r+"Setter"]=function(i,o,a){var s=e.div?e.div.style:n;t.prototype[r+"Setter"].call(this,i,o,a),s&&(s[o]=i)}})),e.addedSetters=!0};return i.textSetter=function(e){e!==o.innerHTML&&(delete this.bBox,delete this.oldTextWidth),this.textStr=e,o.innerHTML=d(e,""),i.doTransform=!0},s&&p(i,i.element.style),i.xSetter=i.ySetter=i.alignSetter=i.rotationSetter=function(e,t){"align"===t?i.alignValue=i.textAlign=e:i[t]=e,i.doTransform=!0},i.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},i.attr({text:e,x:Math.round(n),y:Math.round(r)}).css({position:"absolute"}),a.styledMode||i.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),o.style.whiteSpace="nowrap",i.css=i.htmlCss,s&&(i.add=function(e){var t=a.box.parentNode,n=[];if(this.parentGroup=e){var r=e.div;if(!r){for(;e;)n.push(e),e=e.parentGroup;n.reverse().forEach((function(e){function o(t,n){e[n]=t,"translateX"===n?s.left=t+"px":s.top=t+"px",e.doTransform=!0}var a=l(e.element,"class"),s=(r=e.div=e.div||c("div",a?{className:a}:void 0,{position:"absolute",left:(e.translateX||0)+"px",top:(e.translateY||0)+"px",display:e.display,opacity:e.opacity,pointerEvents:e.styles&&e.styles.pointerEvents},r||t)).style;u(e,{classSetter:function(e){return function(t){this.element.setAttribute("class",t),e.className=t}}(r),on:function(){return n[0].div&&i.on.apply({element:n[0].div},arguments),e},translateXSetter:o,translateYSetter:o}),e.addedSetters||p(e)}))}}else r=t;return r.appendChild(o),i.added=!0,i.alignOnAdd&&i.htmlUpdateTransform(),i}),i}}),n})),t(n,"Core/Axis/Tick.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.clamp,r=t.correctFloat,i=t.defined,o=t.destroyObjectProperties,a=t.extend,s=t.fireEvent,l=t.isNumber,c=t.merge,u=t.objectEach,d=t.pick,p=e.deg2rad;return t=function(){function e(e,t,n,r,i){this.isNewLabel=this.isNew=!0,this.axis=e,this.pos=t,this.type=n||"",this.parameters=i||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,s(this,"init"),n||r||this.addLabel()}return e.prototype.addLabel=function(){var e=this,t=e.axis,n=t.options,o=t.chart,s=t.categories,l=t.logarithmic,c=t.names,u=e.pos,p=d(e.options&&e.options.labels,n.labels),h=t.tickPositions,f=u===h[0],m=u===h[h.length-1];c=this.parameters.category||(s?d(s[u],c[u],u):u);var g,y,v=e.label;if(s=(!p.step||1===p.step)&&1===t.tickInterval,h=h.info,t.dateTime&&h)var b=o.time.resolveDTLFormat(n.dateTimeLabelFormats[!n.grid&&h.higherRanks[u]||h.unitName]),_=b.main;e.isFirst=f,e.isLast=m,e.formatCtx={axis:t,chart:o,isFirst:f,isLast:m,dateTimeLabelFormat:_,tickPositionInfo:h,value:l?r(l.lin2log(c)):c,pos:u},n=t.labelFormatter.call(e.formatCtx,this.formatCtx),(y=b&&b.list)&&(e.shortenLabel=function(){for(g=0;g<y.length;g++)if(v.attr({text:t.labelFormatter.call(a(e.formatCtx,{dateTimeLabelFormat:y[g]}))}),v.getBBox().width<t.getSlotWidth(e)-2*d(p.padding,5))return;v.attr({text:""})}),s&&t._addedPlotLB&&e.moveLabel(n,p),i(v)||e.movedLabel?v&&v.textStr!==n&&!s&&(!v.textWidth||p.style&&p.style.width||v.styles.width||v.css({width:null}),v.attr({text:n}),v.textPxLength=v.getBBox().width):(e.label=v=e.createLabel({x:0,y:0},n,p),e.rotation=0)},e.prototype.createLabel=function(e,t,n){var r=this.axis,o=r.chart;return(e=i(t)&&n.enabled?o.renderer.text(t,e.x,e.y,n.useHTML).add(r.labelGroup):null)&&(o.styledMode||e.css(c(n.style)),e.textPxLength=e.getBBox().width),e},e.prototype.destroy=function(){o(this,this.axis)},e.prototype.getPosition=function(e,t,i,o){var a=this.axis,l=a.chart,c=o&&l.oldChartHeight||l.chartHeight;return(e={x:e?r(a.translate(t+i,null,null,o)+a.transB):a.left+a.offset+(a.opposite?(o&&l.oldChartWidth||l.chartWidth)-a.right-a.left:0),y:e?c-a.bottom+a.offset-(a.opposite?a.height:0):r(c-a.translate(t+i,null,null,o)-a.transB)}).y=n(e.y,-1e5,1e5),s(this,"afterGetPosition",{pos:e}),e},e.prototype.getLabelPosition=function(e,t,n,r,o,a,l,c){var u=this.axis,d=u.transA,h=u.isLinked&&u.linkedParent?u.linkedParent.reversed:u.reversed,f=u.staggerLines,m=u.tickRotCorr||{x:0,y:0},g=o.y,y=r||u.reserveSpaceDefault?0:-u.labelOffset*("center"===u.labelAlign?.5:1),v={};return i(g)||(g=0===u.side?n.rotation?-8:-n.getBBox().height:2===u.side?m.y+8:Math.cos(n.rotation*p)*(m.y-n.getBBox(!1,0).height/2)),e=e+o.x+y+m.x-(a&&r?a*d*(h?-1:1):0),t=t+g-(a&&!r?a*d*(h?1:-1):0),f&&(n=l/(c||1)%f,u.opposite&&(n=f-n-1),t+=u.labelOffset/f*n),v.x=e,v.y=Math.round(t),s(this,"afterGetLabelPosition",{pos:v,tickmarkOffset:a,index:l}),v},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(e,t,n,r,i,o){return o.crispLine([["M",e,t],["L",e+(i?0:-n),t+(i?n:0)]],r)},e.prototype.handleOverflow=function(e){var t=this.axis,n=t.options.labels,r=e.x,i=t.chart.chartWidth,o=t.chart.spacing,a=d(t.labelLeft,Math.min(t.pos,o[3]));o=d(t.labelRight,Math.max(t.isRadial?0:t.pos+t.len,i-o[1]));var s,l=this.label,c=this.rotation,u={left:0,center:.5,right:1}[t.labelAlign||l.attr("align")],h=l.getBBox().width,f=t.getSlotWidth(this),m=f,g=1,y={};c||"justify"!==d(n.overflow,"justify")?0>c&&r-u*h<a?s=Math.round(r/Math.cos(c*p)-a):0<c&&r+u*h>o&&(s=Math.round((i-r)/Math.cos(c*p))):(i=r+(1-u)*h,r-u*h<a?m=e.x+m*(1-u)-a:i>o&&(m=o-e.x+m*u,g=-1),(m=Math.min(f,m))<f&&"center"===t.labelAlign&&(e.x+=g*(f-m-u*(f-Math.min(h,m)))),(h>m||t.autoRotation&&(l.styles||{}).width)&&(s=m)),s&&(this.shortenLabel?this.shortenLabel():(y.width=Math.floor(s)+"px",(n.style||{}).textOverflow||(y.textOverflow="ellipsis"),l.css(y)))},e.prototype.moveLabel=function(e,t){var n=this,r=n.label,i=!1,o=n.axis,a=o.reversed;if(r&&r.textStr===e?(n.movedLabel=r,i=!0,delete n.label):u(o.ticks,(function(t){i||t.isNew||t===n||!t.label||t.label.textStr!==e||(n.movedLabel=t.label,i=!0,t.labelPos=n.movedLabel.xy,delete t.label)})),!i&&(n.labelPos||r)){var s=n.labelPos||r.xy;r=o.horiz?a?0:o.width+o.left:s.x,o=o.horiz?s.y:a?o.width+o.left:0,n.movedLabel=n.createLabel({x:r,y:o},e,t),n.movedLabel&&n.movedLabel.attr({opacity:0})}},e.prototype.render=function(e,t,n){var r=this.axis,i=r.horiz,o=this.pos,a=d(this.tickmarkOffset,r.tickmarkOffset);a=(o=this.getPosition(i,o,a,t)).x;var l=o.y;r=i&&a===r.pos+r.len||!i&&l===r.pos?-1:1,n=d(n,1),this.isActive=!0,this.renderGridLine(t,n,r),this.renderMark(o,n,r),this.renderLabel(o,t,n,e),this.isNew=!1,s(this,"afterRender")},e.prototype.renderGridLine=function(e,t,n){var r=this.axis,i=r.options,o=this.gridLine,a={},s=this.pos,l=this.type,c=d(this.tickmarkOffset,r.tickmarkOffset),u=r.chart.renderer,p=l?l+"Grid":"grid",h=i[p+"LineWidth"],f=i[p+"LineColor"];i=i[p+"LineDashStyle"],o||(r.chart.styledMode||(a.stroke=f,a["stroke-width"]=h,i&&(a.dashstyle=i)),l||(a.zIndex=1),e&&(t=0),this.gridLine=o=u.path().attr(a).addClass("highcharts-"+(l?l+"-":"")+"grid-line").add(r.gridGroup)),o&&(n=r.getPlotLinePath({value:s+c,lineWidth:o.strokeWidth()*n,force:"pass",old:e}))&&o[e||this.isNew?"attr":"animate"]({d:n,opacity:t})},e.prototype.renderMark=function(e,t,n){var r=this.axis,i=r.options,o=r.chart.renderer,a=this.type,s=a?a+"Tick":"tick",l=r.tickSize(s),c=this.mark,u=!c,p=e.x;e=e.y;var h=d(i[s+"Width"],!a&&r.isXAxis?1:0);i=i[s+"Color"],l&&(r.opposite&&(l[0]=-l[0]),u&&(this.mark=c=o.path().addClass("highcharts-"+(a?a+"-":"")+"tick").add(r.axisGroup),r.chart.styledMode||c.attr({stroke:i,"stroke-width":h})),c[u?"attr":"animate"]({d:this.getMarkPath(p,e,l[0],c.strokeWidth()*n,r.horiz,o),opacity:t}))},e.prototype.renderLabel=function(e,t,n,r){var i=this.axis,o=i.horiz,a=i.options,s=this.label,c=a.labels,u=c.step;i=d(this.tickmarkOffset,i.tickmarkOffset);var p=!0,h=e.x;e=e.y,s&&l(h)&&(s.xy=e=this.getLabelPosition(h,e,s,o,c,i,r,u),this.isFirst&&!this.isLast&&!d(a.showFirstLabel,1)||this.isLast&&!this.isFirst&&!d(a.showLastLabel,1)?p=!1:!o||c.step||c.rotation||t||0===n||this.handleOverflow(e),u&&r%u&&(p=!1),p&&l(e.y)?(e.opacity=n,s[this.isNewLabel?"attr":"animate"](e),this.isNewLabel=!1):(s.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var e=this.label,t=this.axis,n=t.reversed;if(e&&!this.isNew){var r=t.horiz?n?t.left:t.width+t.left:e.xy.x;n=t.horiz?e.xy.y:n?t.width+t.top:t.top,e.animate({x:r,y:n,opacity:0},void 0,e.destroy),delete this.label}t.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}(),e.Tick=t,e.Tick})),t(n,"Core/Time.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.defined,r=t.error,i=t.extend,o=t.isObject,a=t.merge,s=t.objectEach,l=t.pad,c=t.pick,u=t.splat,d=t.timeUnits,p=e.win;return t=function(){function t(e){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=p.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(e)}return t.prototype.get=function(e,t){if(this.variableTimezone||this.timezoneOffset){var n=t.getTime(),r=n-this.getTimezoneOffset(t);return t.setTime(r),e=t["getUTC"+e](),t.setTime(n),e}return this.useUTC?t["getUTC"+e]():t["get"+e]()},t.prototype.set=function(e,t,n){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===e||"Seconds"===e||"Minutes"===e)return t["setUTC"+e](n);var r=this.getTimezoneOffset(t);return r=t.getTime()-r,t.setTime(r),t["setUTC"+e](n),e=this.getTimezoneOffset(t),r=t.getTime()+e,t.setTime(r)}return this.useUTC?t["setUTC"+e](n):t["set"+e](n)},t.prototype.update=function(e){var t=c(e&&e.useUTC,!0);this.options=e=a(!0,this.options||{},e),this.Date=e.Date||p.Date||Date,this.timezoneOffset=(this.useUTC=t)&&e.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=!(t&&!e.getTimezoneOffset&&!e.timezone)},t.prototype.makeTime=function(t,n,r,i,o,a){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),l=this.getTimezoneOffset(s);s+=l;var u=this.getTimezoneOffset(s);l!==u?s+=u-l:l-36e5!==this.getTimezoneOffset(s-36e5)||e.isSafari||(s-=36e5)}else s=new this.Date(t,n,c(r,1),c(i,0),c(o,0),c(a,0)).getTime();return s},t.prototype.timezoneOffsetFunction=function(){var e=this,t=this.options,n=t.moment||p.moment;if(!this.useUTC)return function(e){return 6e4*new Date(e.toString()).getTimezoneOffset()};if(t.timezone){if(n)return function(e){return 6e4*-n.tz(e,t.timezone).utcOffset()};r(25)}return this.useUTC&&t.getTimezoneOffset?function(e){return 6e4*t.getTimezoneOffset(e.valueOf())}:function(){return 6e4*(e.timezoneOffset||0)}},t.prototype.dateFormat=function(t,r,o){var a;if(!n(r)||isNaN(r))return(null===(a=e.defaultOptions.lang)||void 0===a?void 0:a.invalidDate)||"";t=c(t,"%Y-%m-%d %H:%M:%S");var u=this;a=new this.Date(r);var d=this.get("Hours",a),p=this.get("Day",a),h=this.get("Date",a),f=this.get("Month",a),m=this.get("FullYear",a),g=e.defaultOptions.lang,y=null==g?void 0:g.weekdays,v=null==g?void 0:g.shortWeekdays;return a=i({a:v?v[p]:y[p].substr(0,3),A:y[p],d:l(h),e:l(h,2," "),w:p,b:g.shortMonths[f],B:g.months[f],m:l(f+1),o:f+1,y:m.toString().substr(2,2),Y:m,H:l(d),k:d,I:l(d%12||12),l:d%12||12,M:l(this.get("Minutes",a)),p:12>d?"AM":"PM",P:12>d?"am":"pm",S:l(a.getSeconds()),L:l(Math.floor(r%1e3),3)},e.dateFormats),s(a,(function(e,n){for(;-1!==t.indexOf("%"+n);)t=t.replace("%"+n,"function"==typeof e?e.call(u,r):e)})),o?t.substr(0,1).toUpperCase()+t.substr(1):t},t.prototype.resolveDTLFormat=function(e){return o(e,!0)?e:{main:(e=u(e))[0],from:e[1],to:e[2]}},t.prototype.getTimeTicks=function(e,t,r,o){var a,s=this,l=[],u={},p=new s.Date(t),h=e.unitRange,f=e.count||1;if(o=c(o,1),n(t)){if(s.set("Milliseconds",p,h>=d.second?0:f*Math.floor(s.get("Milliseconds",p)/f)),h>=d.second&&s.set("Seconds",p,h>=d.minute?0:f*Math.floor(s.get("Seconds",p)/f)),h>=d.minute&&s.set("Minutes",p,h>=d.hour?0:f*Math.floor(s.get("Minutes",p)/f)),h>=d.hour&&s.set("Hours",p,h>=d.day?0:f*Math.floor(s.get("Hours",p)/f)),h>=d.day&&s.set("Date",p,h>=d.month?1:Math.max(1,f*Math.floor(s.get("Date",p)/f))),h>=d.month){s.set("Month",p,h>=d.year?0:f*Math.floor(s.get("Month",p)/f));var m=s.get("FullYear",p)}h>=d.year&&s.set("FullYear",p,m-m%f),h===d.week&&(m=s.get("Day",p),s.set("Date",p,s.get("Date",p)-m+o+(m<o?-7:0))),m=s.get("FullYear",p),o=s.get("Month",p);var g=s.get("Date",p),y=s.get("Hours",p);for(t=p.getTime(),s.variableTimezone&&(a=r-t>4*d.month||s.getTimezoneOffset(t)!==s.getTimezoneOffset(r)),t=p.getTime(),p=1;t<r;)l.push(t),t=h===d.year?s.makeTime(m+p*f,0):h===d.month?s.makeTime(m,o+p*f):!a||h!==d.day&&h!==d.week?a&&h===d.hour&&1<f?s.makeTime(m,o,g,y+p*f):t+h*f:s.makeTime(m,o,g+p*f*(h===d.day?1:7)),p++;l.push(t),h<=d.hour&&1e4>l.length&&l.forEach((function(e){0==e%18e5&&"000000000"===s.dateFormat("%H%M%S%L",e)&&(u[e]="day")}))}return l.info=i(e,{higherRanks:u,totalRange:h*f}),l},t}(),e.Time=t,e.Time})),t(n,"Core/Options.js",[n["Core/Globals.js"],n["Core/Color/Color.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.isTouchDevice,o=e.svg;return t=t.parse,r=r.merge,e.defaultOptions={colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" "),symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:{styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:o,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:i?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:t("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"}},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}},e.time=new n(r(e.defaultOptions.global,e.defaultOptions.time)),e.dateFormat=function(t,n,r){return e.time.dateFormat(t,n,r)},{dateFormat:e.dateFormat,defaultOptions:e.defaultOptions,time:e.time}})),t(n,"Core/Axis/Axis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Axis/Tick.js"],n["Core/Utilities.js"],n["Core/Options.js"]],(function(e,t,n,r,i,o){var a=e.animObject,s=i.addEvent,l=i.arrayMax,c=i.arrayMin,u=i.clamp,d=i.correctFloat,p=i.defined,h=i.destroyObjectProperties,f=i.error,m=i.extend,g=i.fireEvent,y=i.format,v=i.getMagnitude,b=i.isArray,_=i.isFunction,x=i.isNumber,w=i.isString,M=i.merge,S=i.normalizeTickInterval,k=i.objectEach,O=i.pick,L=i.relativeLength,C=i.removeEvent,T=i.splat,A=i.syncTimeout,j=o.defaultOptions,E=n.deg2rad;return e=function(){function e(e,t){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.oldMin=this.oldMax=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(e,t)}return e.prototype.init=function(e,t){var n=t.isX,r=this;r.chart=e,r.horiz=e.inverted&&!r.isZAxis?!n:n,r.isXAxis=n,r.coll=r.coll||(n?"xAxis":"yAxis"),g(this,"init",{userOptions:t}),r.opposite=t.opposite,r.side=t.side||(r.horiz?r.opposite?0:2:r.opposite?1:3),r.setOptions(t);var i=this.options,o=i.type;r.labelFormatter=i.labels.formatter||r.defaultLabelFormatter,r.userOptions=t,r.minPixelPadding=0,r.reversed=i.reversed,r.visible=!1!==i.visible,r.zoomEnabled=!1!==i.zoomEnabled,r.hasNames="category"===o||!0===i.categories,r.categories=i.categories||r.hasNames,r.names||(r.names=[],r.names.keys={}),r.plotLinesAndBandsGroups={},r.positiveValuesOnly=!!r.logarithmic,r.isLinked=p(i.linkedTo),r.ticks={},r.labelEdge=[],r.minorTicks={},r.plotLinesAndBands=[],r.alternateBands={},r.len=0,r.minRange=r.userMinRange=i.minRange||i.maxZoom,r.range=i.range,r.offset=i.offset||0,r.max=null,r.min=null,r.crosshair=O(i.crosshair,T(e.options.tooltip.crosshairs)[n?0:1],!1),t=r.options.events,-1===e.axes.indexOf(r)&&(n?e.axes.splice(e.xAxis.length,0,r):e.axes.push(r),e[r.coll].push(r)),r.series=r.series||[],e.inverted&&!r.isZAxis&&n&&void 0===r.reversed&&(r.reversed=!0),r.labelRotation=r.options.labels.rotation,k(t,(function(e,t){_(e)&&s(r,t,e)})),g(this,"afterInit")},e.prototype.setOptions=function(t){this.options=M(e.defaultOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],M(j[this.coll],t)),g(this,"afterSetOptions",{userOptions:t})},e.prototype.defaultLabelFormatter=function(){var e=this.axis,t=x(this.value)?this.value:NaN,n=e.chart.time,r=e.categories,i=this.dateTimeLabelFormat,o=j.lang,a=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var s=a&&a.length,l=e.options.labels.format;e=e.logarithmic?Math.abs(t):e.tickInterval;var c=this.chart,u=c.numberFormatter;if(l)var d=y(l,this,c);else if(r)d=""+this.value;else if(i)d=n.dateFormat(i,t);else if(s&&1e3<=e)for(;s--&&void 0===d;)e>=(n=Math.pow(o,s+1))&&0==10*t%n&&null!==a[s]&&0!==t&&(d=u(t/n,-1)+a[s]);return void 0===d&&(d=1e4<=Math.abs(t)?u(t,-1):u(t,-1,void 0,"")),d},e.prototype.getSeriesExtremes=function(){var e,t=this,n=t.chart;g(this,"getSeriesExtremes",null,(function(){t.hasVisibleSeries=!1,t.dataMin=t.dataMax=t.threshold=null,t.softThreshold=!t.isXAxis,t.stacking&&t.stacking.buildStacks(),t.series.forEach((function(r){if(r.visible||!n.options.chart.ignoreHiddenSeries){var i=r.options,o=i.threshold;if(t.hasVisibleSeries=!0,t.positiveValuesOnly&&0>=o&&(o=null),t.isXAxis){if((i=r.xData).length){i=t.logarithmic?i.filter(t.validatePositiveValue):i;var a=(e=r.getXExtremes(i)).min,s=e.max;x(a)||a instanceof Date||(i=i.filter(x),a=(e=r.getXExtremes(i)).min,s=e.max),i.length&&(t.dataMin=Math.min(O(t.dataMin,a),a),t.dataMax=Math.max(O(t.dataMax,s),s))}}else r=r.applyExtremes(),x(r.dataMin)&&(a=r.dataMin,t.dataMin=Math.min(O(t.dataMin,a),a)),x(r.dataMax)&&(s=r.dataMax,t.dataMax=Math.max(O(t.dataMax,s),s)),p(o)&&(t.threshold=o),(!i.softThreshold||t.positiveValuesOnly)&&(t.softThreshold=!1)}}))})),g(this,"afterGetSeriesExtremes")},e.prototype.translate=function(e,t,n,r,i,o){var a=this.linkedParent||this,s=1,l=0,c=r?a.oldTransA:a.transA;r=r?a.oldMin:a.min;var u=a.minPixelPadding;return i=(a.isOrdinal||a.brokenAxis&&a.brokenAxis.hasBreaks||a.logarithmic&&i)&&a.lin2val,c||(c=a.transA),n&&(s*=-1,l=a.len),a.reversed&&(l-=(s*=-1)*(a.sector||a.len)),t?(e=(e*s+l-u)/c+r,i&&(e=a.lin2val(e))):(i&&(e=a.val2lin(e)),e=x(r)?s*(e-r)*c+l+s*u+(x(o)?c*o:0):void 0),e},e.prototype.toPixels=function(e,t){return this.translate(e,!1,!this.horiz,null,!0)+(t?0:this.pos)},e.prototype.toValue=function(e,t){return this.translate(e-(t?0:this.pos),!0,!this.horiz,null,!0)},e.prototype.getPlotLinePath=function(e){function t(e,t,n){return("pass"!==y&&e<t||e>n)&&(y?e=u(e,t,n):a=!0),e}var n,r,i,o,a,s=this,l=s.chart,c=s.left,d=s.top,p=e.old,h=e.value,f=e.translatedValue,m=e.lineWidth,y=e.force,v=p&&l.oldChartHeight||l.chartHeight,b=p&&l.oldChartWidth||l.chartWidth,_=s.transB;return e={value:h,lineWidth:m,old:p,force:y,acrossPanes:e.acrossPanes,translatedValue:f},g(this,"getPlotLinePath",e,(function(e){f=O(f,s.translate(h,null,null,p)),f=u(f,-1e5,1e5),n=i=Math.round(f+_),r=o=Math.round(v-f-_),x(f)?s.horiz?(r=d,o=v-s.bottom,n=i=t(n,c,c+s.width)):(n=c,i=b-s.right,r=o=t(r,d,d+s.height)):(a=!0,y=!1),e.path=a&&!y?null:l.renderer.crispLine([["M",n,r],["L",i,o]],m||1)})),e.path},e.prototype.getLinearTickPositions=function(e,t,n){var r=d(Math.floor(t/e)*e);n=d(Math.ceil(n/e)*e);var i,o=[];if(d(r+e)===r&&(i=20),this.single)return[t];for(t=r;t<=n&&(o.push(t),(t=d(t+e,i))!==a);)var a=t;return o},e.prototype.getMinorTickInterval=function(){var e=this.options;return!0===e.minorTicks?O(e.minorTickInterval,"auto"):!1===e.minorTicks?null:e.minorTickInterval},e.prototype.getMinorTickPositions=function(){var e=this.options,t=this.tickPositions,n=this.minorTickInterval,r=[],i=this.pointRangePadding||0,o=this.min-i,a=(i=this.max+i)-o;if(a&&a/n<this.len/3){var s=this.logarithmic;if(s)this.paddedTicks.forEach((function(e,t,i){t&&r.push.apply(r,s.getLogTickPositions(n,i[t-1],i[t],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())r=r.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(n),o,i,e.startOfWeek));else for(e=o+(t[0]-o)%n;e<=i&&e!==r[0];e+=n)r.push(e)}return 0!==r.length&&this.trimTicks(r),r},e.prototype.adjustForMinRange=function(){var e,t,n,r,i=this.options,o=this.min,a=this.max,s=this.logarithmic;if(this.isXAxis&&void 0===this.minRange&&!s&&(p(i.min)||p(i.max)?this.minRange=null:(this.series.forEach((function(i){for(r=i.xData,t=i.xIncrement?1:r.length-1;0<t;t--)n=r[t]-r[t-1],(void 0===e||n<e)&&(e=n)})),this.minRange=Math.min(5*e,this.dataMax-this.dataMin))),a-o<this.minRange){var u=this.dataMax-this.dataMin>=this.minRange,d=this.minRange,h=(d-a+o)/2;h=[o-h,O(i.min,o-h)],u&&(h[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),a=[(o=l(h))+d,O(i.max,o+d)],u&&(a[2]=s?s.log2lin(this.dataMax):this.dataMax),(a=c(a))-o<d&&(h[0]=a-d,h[1]=O(i.min,a-d),o=l(h))}this.min=o,this.max=a},e.prototype.getClosest=function(){var e;return this.categories?e=1:this.series.forEach((function(t){var n=t.closestPointRange,r=t.visible||!t.chart.options.chart.ignoreHiddenSeries;!t.noSharedTooltip&&p(n)&&r&&(e=p(e)?Math.min(e,n):n)})),e},e.prototype.nameToX=function(e){var t=b(this.categories),n=t?this.categories:this.names,r=e.options.x;if(e.series.requireSorting=!1,p(r)||(r=!1===this.options.uniqueNames?e.series.autoIncrement():t?n.indexOf(e.name):O(n.keys[e.name],-1)),-1===r){if(!t)var i=n.length}else i=r;return void 0!==i&&(this.names[i]=e.name,this.names.keys[e.name]=i),i},e.prototype.updateNames=function(){var e=this,t=this.names;0<t.length&&(Object.keys(t.keys).forEach((function(e){delete t.keys[e]})),t.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(t){t.xIncrement=null,t.points&&!t.isDirtyData||(e.max=Math.max(e.max,t.xData.length-1),t.processData(),t.generatePoints()),t.data.forEach((function(n,r){if(n&&n.options&&void 0!==n.name){var i=e.nameToX(n);void 0!==i&&i!==n.x&&(n.x=i,t.xData[r]=i)}}))})))},e.prototype.setAxisTranslation=function(e){var t=this,n=t.max-t.min,r=t.axisPointRange||0,i=0,o=0,a=t.linkedParent,s=!!t.categories,l=t.transA,c=t.isXAxis;if(c||s||r){var u=t.getClosest();a?(i=a.minPointOffset,o=a.pointRangePadding):t.series.forEach((function(e){var n=s?1:c?O(e.options.pointRange,u,0):t.axisPointRange||0,a=e.options.pointPlacement;r=Math.max(r,n),t.single&&!s||(e=e.is("xrange")?!c:c,i=Math.max(i,e&&w(a)?0:n/2),o=Math.max(o,e&&"on"===a?0:n))})),a=t.ordinal&&t.ordinal.slope&&u?t.ordinal.slope/u:1,t.minPointOffset=i*=a,t.pointRangePadding=o*=a,t.pointRange=Math.min(r,t.single&&s?1:n),c&&(t.closestPointRange=u)}e&&(t.oldTransA=l),t.translationSlope=t.transA=l=t.staticScale||t.len/(n+o||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=l*i,g(this,"afterSetAxisTranslation")},e.prototype.minFromRange=function(){return this.max-this.range},e.prototype.setTickInterval=function(e){var t=this,n=t.chart,r=t.logarithmic,i=t.options,o=t.isXAxis,a=t.isLinked,s=i.maxPadding,l=i.minPadding,c=i.tickInterval,u=i.tickPixelInterval,h=t.categories,m=x(t.threshold)?t.threshold:null,y=t.softThreshold;t.dateTime||h||a||this.getTickAmount();var b=O(t.userMin,i.min),_=O(t.userMax,i.max);if(a){t.linkedParent=n[t.coll][i.linkedTo];var w=t.linkedParent.getExtremes();t.min=O(w.min,w.dataMin),t.max=O(w.max,w.dataMax),i.type!==t.linkedParent.options.type&&f(11,1,n)}else{if(y&&p(m))if(t.dataMin>=m)w=m,l=0;else if(t.dataMax<=m){var M=m;s=0}t.min=O(b,w,t.dataMin),t.max=O(_,M,t.dataMax)}r&&(t.positiveValuesOnly&&!e&&0>=Math.min(t.min,O(t.dataMin,t.min))&&f(10,1,n),t.min=d(r.log2lin(t.min),16),t.max=d(r.log2lin(t.max),16)),t.range&&p(t.max)&&(t.userMin=t.min=b=Math.max(t.dataMin,t.minFromRange()),t.userMax=_=t.max,t.range=null),g(t,"foundExtremes"),t.beforePadding&&t.beforePadding(),t.adjustForMinRange(),!(h||t.axisPointRange||t.stacking&&t.stacking.usePercentage||a)&&p(t.min)&&p(t.max)&&(n=t.max-t.min)&&(!p(b)&&l&&(t.min-=n*l),!p(_)&&s&&(t.max+=n*s)),x(t.userMin)||(x(i.softMin)&&i.softMin<t.min&&(t.min=b=i.softMin),x(i.floor)&&(t.min=Math.max(t.min,i.floor))),x(t.userMax)||(x(i.softMax)&&i.softMax>t.max&&(t.max=_=i.softMax),x(i.ceiling)&&(t.max=Math.min(t.max,i.ceiling))),y&&p(t.dataMin)&&(m=m||0,!p(b)&&t.min<m&&t.dataMin>=m?t.min=t.options.minRange?Math.min(m,t.max-t.minRange):m:!p(_)&&t.max>m&&t.dataMax<=m&&(t.max=t.options.minRange?Math.max(m,t.min+t.minRange):m)),t.tickInterval=t.min===t.max||void 0===t.min||void 0===t.max?1:a&&!c&&u===t.linkedParent.options.tickPixelInterval?c=t.linkedParent.tickInterval:O(c,this.tickAmount?(t.max-t.min)/Math.max(this.tickAmount-1,1):void 0,h?1:(t.max-t.min)*u/Math.max(t.len,u)),o&&!e&&t.series.forEach((function(e){e.processData(t.min!==t.oldMin||t.max!==t.oldMax)})),t.setAxisTranslation(!0),g(this,"initialAxisTranslation"),t.pointRange&&!c&&(t.tickInterval=Math.max(t.pointRange,t.tickInterval)),e=O(i.minTickInterval,t.dateTime&&!t.series.some((function(e){return e.noSharedTooltip}))?t.closestPointRange:0),!c&&t.tickInterval<e&&(t.tickInterval=e),t.dateTime||t.logarithmic||c||(t.tickInterval=S(t.tickInterval,void 0,v(t.tickInterval),O(i.allowDecimals,.5>t.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(t.tickInterval=t.unsquish()),this.setTickPositions()},e.prototype.setTickPositions=function(){var e=this.options,t=e.tickPositions,n=this.getMinorTickInterval(),r=e.tickPositioner,i=this.hasVerticalPanning(),o="colorAxis"===this.coll,a=(o||!i)&&e.startOnTick;i=(o||!i)&&e.endOnTick,this.tickmarkOffset=this.categories&&"between"===e.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===n&&this.tickInterval?this.tickInterval/5:n,this.single=this.min===this.max&&p(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==e.allowDecimals),this.tickPositions=n=t&&t.slice(),!n&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?n=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,e.units),this.min,this.max,e.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(n=[this.min,this.max],f(19,!1,this.chart)),n.length>this.len&&((n=[n[0],n.pop()])[0]===n[1]&&(n.length=1)),this.tickPositions=n,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=n=r),this.paddedTicks=n.slice(0),this.trimTicks(n,a,i),this.isLinked||(this.single&&2>n.length&&!this.categories&&!this.series.some((function(e){return e.is("heatmap")&&"between"===e.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),t||r||this.adjustTickAmount()),g(this,"afterSetTickPositions")},e.prototype.trimTicks=function(e,t,n){var r=e[0],i=e[e.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(g(this,"trimTicks"),!this.isLinked){if(t&&-1/0!==r)this.min=r;else for(;this.min-o>e[0];)e.shift();if(n)this.max=i;else for(;this.max+o<e[e.length-1];)e.pop();0===e.length&&p(r)&&!this.options.tickPositions&&e.push((i+r)/2)}},e.prototype.alignToOthers=function(){var e,t={},n=this.options;return!1===this.chart.options.chart.alignTicks||!1===n.alignTicks||!1===n.startOnTick||!1===n.endOnTick||this.logarithmic||this.chart[this.coll].forEach((function(n){var r=n.options;r=[n.horiz?r.left:r.top,r.width,r.height,r.pane].join(),n.series.length&&(t[r]?e=!0:t[r]=1)})),e},e.prototype.getTickAmount=function(){var e=this.options,t=e.tickAmount,n=e.tickPixelInterval;!p(e.tickInterval)&&!t&&this.len<n&&!this.isRadial&&!this.logarithmic&&e.startOnTick&&e.endOnTick&&(t=2),!t&&this.alignToOthers()&&(t=Math.ceil(this.len/n)+1),4>t&&(this.finalTickAmt=t,t=5),this.tickAmount=t},e.prototype.adjustTickAmount=function(){var e,t=this.options,n=this.tickInterval,r=this.tickPositions,i=this.tickAmount,o=this.finalTickAmt,a=r&&r.length,s=O(this.threshold,this.softThreshold?0:null);if(this.hasData()){if(a<i){for(e=this.min;r.length<i;)r.length%2||e===s?r.push(d(r[r.length-1]+n)):r.unshift(d(r[0]-n));this.transA*=(a-1)/(i-1),this.min=t.startOnTick?r[0]:Math.min(this.min,r[0]),this.max=t.endOnTick?r[r.length-1]:Math.max(this.max,r[r.length-1])}else a>i&&(this.tickInterval*=2,this.setTickPositions());if(p(o)){for(n=t=r.length;n--;)(3===o&&1==n%2||2>=o&&0<n&&n<t-1)&&r.splice(n,1);this.finalTickAmt=void 0}}},e.prototype.setScale=function(){var e,t=!1,n=!1;this.series.forEach((function(e){var r;t=t||e.isDirtyData||e.isDirty,n=n||(null===(r=e.xAxis)||void 0===r?void 0:r.isDirty)||!1})),this.oldMin=this.min,this.oldMax=this.max,this.oldAxisLength=this.len,this.setAxisSize(),(e=this.len!==this.oldAxisLength)||t||n||this.isLinked||this.forceRedraw||this.userMin!==this.oldUserMin||this.userMax!==this.oldUserMax||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.oldUserMin=this.userMin,this.oldUserMax=this.userMax,this.isDirty||(this.isDirty=e||this.min!==this.oldMin||this.max!==this.oldMax)):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),g(this,"afterSetScale")},e.prototype.setExtremes=function(e,t,n,r,i){var o=this,a=o.chart;n=O(n,!0),o.series.forEach((function(e){delete e.kdTree})),i=m(i,{min:e,max:t}),g(o,"setExtremes",i,(function(){o.userMin=e,o.userMax=t,o.eventArgs=i,n&&a.redraw(r)}))},e.prototype.zoom=function(e,t){var n=this,r=this.dataMin,i=this.dataMax,o=this.options,a=Math.min(r,O(o.min,r)),s=Math.max(i,O(o.max,i));return g(this,"zoom",e={newMin:e,newMax:t},(function(e){var t=e.newMin,o=e.newMax;t===n.min&&o===n.max||(n.allowZoomOutside||(p(r)&&(t<a&&(t=a),t>s&&(t=s)),p(i)&&(o<a&&(o=a),o>s&&(o=s))),n.displayBtn=void 0!==t||void 0!==o,n.setExtremes(t,o,!1,void 0,{trigger:"zoom"})),e.zoomed=!0})),e.zoomed},e.prototype.setAxisSize=function(){var e=this.chart,t=this.options,n=t.offsets||[0,0,0,0],r=this.horiz,i=this.width=Math.round(L(O(t.width,e.plotWidth-n[3]+n[1]),e.plotWidth)),o=this.height=Math.round(L(O(t.height,e.plotHeight-n[0]+n[2]),e.plotHeight)),a=this.top=Math.round(L(O(t.top,e.plotTop+n[0]),e.plotHeight,e.plotTop));t=this.left=Math.round(L(O(t.left,e.plotLeft+n[3]),e.plotWidth,e.plotLeft)),this.bottom=e.chartHeight-o-a,this.right=e.chartWidth-i-t,this.len=Math.max(r?i:o,0),this.pos=r?t:a},e.prototype.getExtremes=function(){var e=this.logarithmic;return{min:e?d(e.lin2log(this.min)):this.min,max:e?d(e.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},e.prototype.getThreshold=function(e){var t=this.logarithmic,n=t?t.lin2log(this.min):this.min;return t=t?t.lin2log(this.max):this.max,null===e||-1/0===e?e=n:1/0===e?e=t:n>e?e=n:t<e&&(e=t),this.translate(e,0,1,0,1)},e.prototype.autoLabelAlign=function(e){var t=(O(e,0)-90*this.side+720)%360;return g(this,"autoLabelAlign",e={align:"center"},(function(e){15<t&&165>t?e.align="right":195<t&&345>t&&(e.align="left")})),e.align},e.prototype.tickSize=function(e){var t=this.options,n=t["tick"===e?"tickLength":"minorTickLength"],r=O(t["tick"===e?"tickWidth":"minorTickWidth"],"tick"===e&&this.isXAxis&&!this.categories?1:0);if(r&&n){"inside"===t[e+"Position"]&&(n=-n);var i=[n,r]}return g(this,"afterTickSize",e={tickSize:i}),e.tickSize},e.prototype.labelMetrics=function(){var e=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style&&this.options.labels.style.fontSize,this.ticks[e]&&this.ticks[e].label)},e.prototype.unsquish=function(){var e,t,n,r=this.options.labels,i=this.horiz,o=this.tickInterval,a=o,s=this.len/(((this.categories?1:0)+this.max-this.min)/o),l=r.rotation,c=this.labelMetrics(),u=Number.MAX_VALUE,h=this.max-this.min,f=function(e){var t=e/(s||1);return(t=1<t?Math.ceil(t):1)*o>h&&1/0!==e&&1/0!==s&&h&&(t=Math.ceil(h/o)),d(t*o)};return i?(n=!r.staggerLines&&!r.step&&(p(l)?[l]:s<O(r.autoRotationLimit,80)&&r.autoRotation))&&n.forEach((function(n){if(n===l||n&&-90<=n&&90>=n){var r=(t=f(Math.abs(c.h/Math.sin(E*n))))+Math.abs(n/360);r<u&&(u=r,e=n,a=t)}})):r.step||(a=f(c.h)),this.autoRotation=n,this.labelRotation=O(e,l),a},e.prototype.getSlotWidth=function(e){var t,n=this.chart,r=this.horiz,i=this.options.labels,o=Math.max(this.tickPositions.length-(this.categories?0:1),1),a=n.margin[3];if(e&&x(e.slotWidth))return e.slotWidth;if(r&&i&&2>(i.step||0))return i.rotation?0:(this.staggerLines||1)*this.len/o;if(!r){if(void 0!==(e=null===(t=null==i?void 0:i.style)||void 0===t?void 0:t.width))return parseInt(e,10);if(a)return a-n.spacing[3]}return.33*n.chartWidth},e.prototype.renderUnsquish=function(){var e=this.chart,t=e.renderer,n=this.tickPositions,r=this.ticks,i=this.options.labels,o=i&&i.style||{},a=this.horiz,s=this.getSlotWidth(),l=Math.max(1,Math.round(s-2*(i.padding||5))),c={},u=this.labelMetrics(),d=i.style&&i.style.textOverflow,p=0;if(w(i.rotation)||(c.rotation=i.rotation||0),n.forEach((function(e){(e=r[e]).movedLabel&&e.replaceMovedLabel(),e&&e.label&&e.label.textPxLength>p&&(p=e.label.textPxLength)})),this.maxLabelLength=p,this.autoRotation)p>l&&p>u.h?c.rotation=this.labelRotation:this.labelRotation=0;else if(s){var h=l;if(!d){var f="clip";for(l=n.length;!a&&l--;){var m=n[l];(m=r[m].label)&&(m.styles&&"ellipsis"===m.styles.textOverflow?m.css({textOverflow:"clip"}):m.textPxLength>s&&m.css({width:s+"px"}),m.getBBox().height>this.len/n.length-(u.h-u.f)&&(m.specificTextOverflow="ellipsis"))}}}c.rotation&&(h=p>.5*e.chartHeight?.33*e.chartHeight:p,d||(f="ellipsis")),(this.labelAlign=i.align||this.autoLabelAlign(this.labelRotation))&&(c.align=this.labelAlign),n.forEach((function(e){var t=(e=r[e])&&e.label,n=o.width,i={};t&&(t.attr(c),e.shortenLabel?e.shortenLabel():h&&!n&&"nowrap"!==o.whiteSpace&&(h<t.textPxLength||"SPAN"===t.element.tagName)?(i.width=h+"px",d||(i.textOverflow=t.specificTextOverflow||f),t.css(i)):t.styles&&t.styles.width&&!i.width&&!n&&t.css({width:null}),delete t.specificTextOverflow,e.rotation=c.rotation)}),this),this.tickRotCorr=t.rotCorr(u.b,this.labelRotation||0,0!==this.side)},e.prototype.hasData=function(){return this.series.some((function(e){return e.hasData()}))||this.options.showEmpty&&p(this.min)&&p(this.max)},e.prototype.addTitle=function(e){var t,n=this.chart.renderer,r=this.horiz,i=this.opposite,o=this.options.title,a=this.chart.styledMode;this.axisTitle||((t=o.textAlign)||(t=(r?{low:"left",middle:"center",high:"right"}:{low:i?"right":"left",middle:"center",high:i?"left":"right"})[o.align]),this.axisTitle=n.text(o.text,0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation||0,align:t}).addClass("highcharts-axis-title"),a||this.axisTitle.css(M(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),a||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[e?"show":"hide"](e)},e.prototype.generateTick=function(e){var t=this.ticks;t[e]?t[e].addLabel():t[e]=new r(this,e)},e.prototype.getOffset=function(){var e,t=this,n=t.chart,r=n.renderer,i=t.options,o=t.tickPositions,a=t.ticks,s=t.horiz,l=t.side,c=n.inverted&&!t.isZAxis?[1,0,3,2][l]:l,u=0,d=0,h=i.title,f=i.labels,m=0,y=n.axisOffset;n=n.clipOffset;var v=[-1,1,1,-1][l],b=i.className,_=t.axisParent,x=t.hasData();if(t.showAxis=e=x||O(i.showEmpty,!0),t.staggerLines=t.horiz&&f.staggerLines,t.axisGroup||(t.gridGroup=r.g("grid").attr({zIndex:i.gridZIndex||1}).addClass("highcharts-"+this.coll.toLowerCase()+"-grid "+(b||"")).add(_),t.axisGroup=r.g("axis").attr({zIndex:i.zIndex||2}).addClass("highcharts-"+this.coll.toLowerCase()+" "+(b||"")).add(_),t.labelGroup=r.g("axis-labels").attr({zIndex:f.zIndex||7}).addClass("highcharts-"+t.coll.toLowerCase()+"-labels "+(b||"")).add(_)),x||t.isLinked?(o.forEach((function(e,n){t.generateTick(e,n)})),t.renderUnsquish(),t.reserveSpaceDefault=0===l||2===l||{1:"left",3:"right"}[l]===t.labelAlign,O(f.reserveSpace,"center"===t.labelAlign||null,t.reserveSpaceDefault)&&o.forEach((function(e){m=Math.max(a[e].getLabelSize(),m)})),t.staggerLines&&(m*=t.staggerLines),t.labelOffset=m*(t.opposite?-1:1)):k(a,(function(e,t){e.destroy(),delete a[t]})),h&&h.text&&!1!==h.enabled&&(t.addTitle(e),e&&!1!==h.reserveSpace)){t.titleOffset=u=t.axisTitle.getBBox()[s?"height":"width"];var w=h.offset;d=p(w)?0:O(h.margin,s?5:10)}t.renderLine(),t.offset=v*O(i.offset,y[l]?y[l]+(i.margin||0):0),t.tickRotCorr=t.tickRotCorr||{x:0,y:0},r=0===l?-t.labelMetrics().h:2===l?t.tickRotCorr.y:0,d=Math.abs(m)+d,m&&(d=d-r+v*(s?O(f.y,t.tickRotCorr.y+8*v):f.x)),t.axisTitleMargin=O(w,d),t.getMaxLabelDimensions&&(t.maxLabelDimensions=t.getMaxLabelDimensions(a,o)),s=this.tickSize("tick"),y[l]=Math.max(y[l],t.axisTitleMargin+u+v*t.offset,d,o&&o.length&&s?s[0]+v*t.offset:0),i=i.offset?0:2*Math.floor(t.axisLine.strokeWidth()/2),n[c]=Math.max(n[c],i),g(this,"afterGetOffset")},e.prototype.getLinePath=function(e){var t=this.chart,n=this.opposite,r=this.offset,i=this.horiz,o=this.left+(n?this.width:0)+r;return r=t.chartHeight-this.bottom-(n?this.height:0)+r,n&&(e*=-1),t.renderer.crispLine([["M",i?this.left:o,i?r:this.top],["L",i?t.chartWidth-this.right:o,i?r:t.chartHeight-this.bottom]],e)},e.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},e.prototype.getTitlePosition=function(){var e=this.horiz,t=this.left,n=this.top,r=this.len,i=this.options.title,o=e?t:n,a=this.opposite,s=this.offset,l=i.x||0,c=i.y||0,u=this.axisTitle,d=this.chart.renderer.fontMetrics(i.style&&i.style.fontSize,u);return u=Math.max(u.getBBox(null,0).height-d.h-1,0),r={low:o+(e?0:r),middle:o+r/2,high:o+(e?r:0)}[i.align],t=(e?n+this.height:t)+(e?1:-1)*(a?-1:1)*this.axisTitleMargin+[-u,u,d.f,-u][this.side],e={x:e?r+l:t+(a?this.width:0)+s+l,y:e?t+c-(a?this.height:0)+s:r+c},g(this,"afterGetTitlePosition",{titlePosition:e}),e},e.prototype.renderMinorTick=function(e){var t=this.chart.hasRendered&&x(this.oldMin),n=this.minorTicks;n[e]||(n[e]=new r(this,e,"minor")),t&&n[e].isNew&&n[e].render(null,!0),n[e].render(null,!1,1)},e.prototype.renderTick=function(e,t){var n,i=this.isLinked,o=this.ticks,a=this.chart.hasRendered&&x(this.oldMin);(!i||e>=this.min&&e<=this.max||null!==(n=this.grid)&&void 0!==n&&n.isColumn)&&(o[e]||(o[e]=new r(this,e)),a&&o[e].isNew&&o[e].render(t,!0,-1),o[e].render(t))},e.prototype.render=function(){var e,t,i=this,o=i.chart,s=i.logarithmic,l=i.options,c=i.isLinked,u=i.tickPositions,d=i.axisTitle,p=i.ticks,h=i.minorTicks,f=i.alternateBands,m=l.stackLabels,y=l.alternateGridColor,v=i.tickmarkOffset,b=i.axisLine,_=i.showAxis,w=a(o.renderer.globalAnimation);i.labelEdge.length=0,i.overlap=!1,[p,h,f].forEach((function(e){k(e,(function(e){e.isActive=!1}))})),(i.hasData()||c)&&(i.minorTickInterval&&!i.categories&&i.getMinorTickPositions().forEach((function(e){i.renderMinorTick(e)})),u.length&&(u.forEach((function(e,t){i.renderTick(e,t)})),v&&(0===i.min||i.single)&&(p[-1]||(p[-1]=new r(i,-1,null,!0)),p[-1].render(-1))),y&&u.forEach((function(r,a){t=void 0!==u[a+1]?u[a+1]+v:i.max-v,0==a%2&&r<i.max&&t<=i.max+(o.polar?-v:v)&&(f[r]||(f[r]=new n.PlotLineOrBand(i)),e=r+v,f[r].options={from:s?s.lin2log(e):e,to:s?s.lin2log(t):t,color:y,className:"highcharts-alternate-grid"},f[r].render(),f[r].isActive=!0)})),i._addedPlotLB||((l.plotLines||[]).concat(l.plotBands||[]).forEach((function(e){i.addPlotBandOrLine(e)})),i._addedPlotLB=!0)),[p,h,f].forEach((function(e){var t,n=[],r=w.duration;k(e,(function(e,t){e.isActive||(e.render(t,!1,0),e.isActive=!1,n.push(t))})),A((function(){for(t=n.length;t--;)e[n[t]]&&!e[n[t]].isActive&&(e[n[t]].destroy(),delete e[n[t]])}),e!==f&&o.hasRendered&&r?r:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[_?"show":"hide"](_)),d&&_&&(l=i.getTitlePosition(),x(l.y)?(d[d.isNew?"attr":"animate"](l),d.isNew=!1):(d.attr("y",-9999),d.isNew=!0)),m&&m.enabled&&i.stacking&&i.stacking.renderStackTotals(),i.isDirty=!1,g(this,"afterRender")},e.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(e){e.render()}))),this.series.forEach((function(e){e.isDirty=!0}))},e.prototype.getKeepProps=function(){return this.keepProps||e.keepProps},e.prototype.destroy=function(e){var t,n=this,r=n.plotLinesAndBands;if(g(this,"destroy",{keepEvents:e}),e||C(n),[n.ticks,n.minorTicks,n.alternateBands].forEach((function(e){h(e)})),r)for(e=r.length;e--;)r[e].destroy();for(t in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(e){n[e]&&(n[e]=n[e].destroy())})),n.plotLinesAndBandsGroups)n.plotLinesAndBandsGroups[t]=n.plotLinesAndBandsGroups[t].destroy();k(n,(function(e,t){-1===n.getKeepProps().indexOf(t)&&delete n[t]}))},e.prototype.drawCrosshair=function(e,n){var r,i=this.crosshair,o=O(i.snap,!0),a=this.cross,s=this.chart;if(g(this,"drawCrosshair",{e:e,point:n}),e||(e=this.cross&&this.cross.e),this.crosshair&&!1!==(p(n)||!o)){if(o?p(n)&&(r=O("colorAxis"!==this.coll?n.crosshairPos:null,this.isXAxis?n.plotX:this.len-n.plotY)):r=e&&(this.horiz?e.chartX-this.pos:this.len-e.chartY+this.pos),p(r)){var l={value:n&&(this.isXAxis?n.x:O(n.stackY,n.y)),translatedValue:r};s.polar&&m(l,{isCrosshair:!0,chartX:e&&e.chartX,chartY:e&&e.chartY,point:n}),l=this.getPlotLinePath(l)||null}if(!p(l))return void this.hideCrosshair();o=this.categories&&!this.isRadial,a||(this.cross=a=s.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+i.className).attr({zIndex:O(i.zIndex,2)}).add(),s.styledMode||(a.attr({stroke:i.color||(o?t.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":O(i.width,1)}).css({"pointer-events":"none"}),i.dashStyle&&a.attr({dashstyle:i.dashStyle}))),a.show().attr({d:l}),o&&!i.width&&a.attr({"stroke-width":this.transA}),this.cross.e=e}else this.hideCrosshair();g(this,"afterDrawCrosshair",{e:e,point:n})},e.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),g(this,"afterHideCrosshair")},e.prototype.hasVerticalPanning=function(){var e,t;return/y/.test((null===(t=null===(e=this.chart.options.chart)||void 0===e?void 0:e.panning)||void 0===t?void 0:t.type)||"")},e.prototype.validatePositiveValue=function(e){return x(e)&&0<e},e.defaultOptions={dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,labels:{enabled:!0,indentation:10,x:0,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorTickLength:2,minorTickPosition:"outside",minPadding:.01,showEmpty:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",style:{color:"#666666"}},type:"linear",minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",tickColor:"#ccd6eb"},e.defaultYAxisOptions={endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},e.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},e.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},e.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},e.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},e.keepProps="extKey hcEvents names series userMax userMin".split(" "),e}(),n.Axis=e,n.Axis})),t(n,"Core/Axis/DateTimeAxis.js",[n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.addEvent,r=t.getMagnitude,i=t.normalizeTickInterval,o=t.timeUnits,a=function(){function e(e){this.axis=e}return e.prototype.normalizeTimeTickInterval=function(e,t){var n=t||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];t=n[n.length-1];var a,s=o[t[0]],l=t[1];for(a=0;a<n.length&&(t=n[a],s=o[t[0]],l=t[1],!(n[a+1]&&e<=(s*l[l.length-1]+o[n[a+1][0]])/2));a++);return s===o.year&&e<5*s&&(l=[1,2,5]),{unitRange:s,count:e=i(e/s,l,"year"===t[0]?Math.max(r(e/s),1):1),unitName:t[0]}},e}();return(t=function(){function e(){}return e.compose=function(e){e.keepProps.push("dateTime"),e.prototype.getTimeTicks=function(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)},n(e,"init",(function(e){"datetime"!==e.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new a(this))}))},e.AdditionsClass=a,e}()).compose(e),t})),t(n,"Core/Axis/LogarithmicAxis.js",[n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.addEvent,r=t.getMagnitude,i=t.normalizeTickInterval,o=t.pick,a=function(){function e(e){this.axis=e}return e.prototype.getLogTickPositions=function(e,t,n,a){var s=this.axis,l=s.len,c=s.options,u=[];if(a||(this.minorAutoInterval=void 0),.5<=e)e=Math.round(e),u=s.getLinearTickPositions(e,t,n);else if(.08<=e){var d,p;for(c=Math.floor(t),l=.3<e?[1,2,4]:.15<e?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];c<n+1&&!p;c++){var h=l.length;for(d=0;d<h&&!p;d++){var f=this.log2lin(this.lin2log(c)*l[d]);f>t&&(!a||m<=n)&&void 0!==m&&u.push(m),m>n&&(p=!0);var m=f}}}else t=this.lin2log(t),n=this.lin2log(n),e=a?s.getMinorTickInterval():c.tickInterval,e=o("auto"===e?null:e,this.minorAutoInterval,c.tickPixelInterval/(a?5:1)*(n-t)/((a?l/s.tickPositions.length:l)||1)),e=i(e,void 0,r(e)),u=s.getLinearTickPositions(e,t,n).map(this.log2lin),a||(this.minorAutoInterval=e/5);return a||(s.tickInterval=e),u},e.prototype.lin2log=function(e){return Math.pow(10,e)},e.prototype.log2lin=function(e){return Math.log(e)/Math.LN10},e}();return(t=function(){function e(){}return e.compose=function(e){e.keepProps.push("logarithmic");var t=e.prototype,r=a.prototype;t.log2lin=r.log2lin,t.lin2log=r.lin2log,n(e,"init",(function(e){var t=this.logarithmic;"logarithmic"!==e.userOptions.type?this.logarithmic=void 0:(t||(t=this.logarithmic=new a(this)),this.log2lin!==t.log2lin&&(t.log2lin=this.log2lin.bind(this)),this.lin2log!==t.lin2log&&(t.lin2log=this.lin2log.bind(this)))})),n(e,"afterInit",(function(){var e=this.logarithmic;e&&(this.lin2val=function(t){return e.lin2log(t)},this.val2lin=function(t){return e.log2lin(t)})}))},e}()).compose(e),t})),t(n,"Core/Axis/PlotLineOrBand.js",[n["Core/Axis/Axis.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.arrayMax,i=n.arrayMin,o=n.defined,a=n.destroyObjectProperties,s=n.erase,l=n.extend,c=n.merge,u=n.objectEach,d=n.pick;return n=function(){function e(e,t){this.axis=e,t&&(this.options=t,this.id=t.id)}return e.prototype.render=function(){t.fireEvent(this,"render");var e=this,n=e.axis,r=n.horiz,i=n.logarithmic,a=e.options,s=a.label,l=e.label,p=a.to,h=a.from,f=a.value,m=o(h)&&o(p),g=o(f),y=e.svgElem,v=!y,b=[],_=a.color,x=d(a.zIndex,0),w=a.events;b={class:"highcharts-plot-"+(m?"band ":"line ")+(a.className||"")};var M={},S=n.chart.renderer,k=m?"bands":"lines";if(i&&(h=i.log2lin(h),p=i.log2lin(p),f=i.log2lin(f)),n.chart.styledMode||(g?(b.stroke=_||"#999999",b["stroke-width"]=d(a.width,1),a.dashStyle&&(b.dashstyle=a.dashStyle)):m&&(b.fill=_||"#e6ebf5",a.borderWidth&&(b.stroke=a.borderColor,b["stroke-width"]=a.borderWidth))),M.zIndex=x,k+="-"+x,(i=n.plotLinesAndBandsGroups[k])||(n.plotLinesAndBandsGroups[k]=i=S.g("plot-"+k).attr(M).add()),v&&(e.svgElem=y=S.path().attr(b).add(i)),g)b=n.getPlotLinePath({value:f,lineWidth:y.strokeWidth(),acrossPanes:a.acrossPanes});else{if(!m)return;b=n.getPlotBandPath(h,p,a)}return!e.eventsAdded&&w&&(u(w,(function(t,n){y.on(n,(function(t){w[n].apply(e,[t])}))})),e.eventsAdded=!0),(v||!y.d)&&b&&b.length?y.attr({d:b}):y&&(b?(y.show(!0),y.animate({d:b})):y.d&&(y.hide(),l&&(e.label=l=l.destroy()))),s&&(o(s.text)||o(s.formatter))&&b&&b.length&&0<n.width&&0<n.height&&!b.isFlat?(s=c({align:r&&m&&"center",x:r?!m&&4:10,verticalAlign:!r&&m&&"middle",y:r?m?16:10:m?6:-4,rotation:r&&!m&&90},s),this.renderLabel(s,b,m,x)):l&&l.hide(),e},e.prototype.renderLabel=function(e,t,n,o){var a=this.label,s=this.axis.chart.renderer;a||((a={align:e.textAlign||e.align,rotation:e.rotation,class:"highcharts-plot-"+(n?"band":"line")+"-label "+(e.className||"")}).zIndex=o,o=this.getLabelText(e),this.label=a=s.text(o,0,0,e.useHTML).attr(a).add(),this.axis.chart.styledMode||a.css(e.style)),s=t.xBounds||[t[0][1],t[1][1],n?t[2][1]:t[0][1]],t=t.yBounds||[t[0][2],t[1][2],n?t[2][2]:t[0][2]],n=i(s),o=i(t),a.align(e,!1,{x:n,y:o,width:r(s)-n,height:r(t)-o}),a.show(!0)},e.prototype.getLabelText=function(e){return o(e.formatter)?e.formatter.call(this):e.text},e.prototype.destroy=function(){s(this.axis.plotLinesAndBands,this),delete this.axis,a(this)},e}(),l(e.prototype,{getPlotBandPath:function(e,t,n){void 0===n&&(n=this.options);var r=this.getPlotLinePath({value:t,force:!0,acrossPanes:n.acrossPanes});n=this.getPlotLinePath({value:e,force:!0,acrossPanes:n.acrossPanes});var i=[],o=this.horiz,a=1;if(e=e<this.min&&t<this.min||e>this.max&&t>this.max,n&&r){if(e){var s=n.toString()===r.toString();a=0}for(e=0;e<n.length;e+=2){t=n[e];var l=n[e+1],c=r[e],u=r[e+1];"M"!==t[0]&&"L"!==t[0]||"M"!==l[0]&&"L"!==l[0]||"M"!==c[0]&&"L"!==c[0]||"M"!==u[0]&&"L"!==u[0]||(o&&c[1]===t[1]?(c[1]+=a,u[1]+=a):o||c[2]!==t[2]||(c[2]+=a,u[2]+=a),i.push(["M",t[1],t[2]],["L",l[1],l[2]],["L",u[1],u[2]],["L",c[1],c[2]],["Z"])),i.isFlat=s}}return i},addPlotBand:function(e){return this.addPlotBandOrLine(e,"plotBands")},addPlotLine:function(e){return this.addPlotBandOrLine(e,"plotLines")},addPlotBandOrLine:function(e,n){var r=new t.PlotLineOrBand(this,e),i=this.userOptions;if(this.visible&&(r=r.render()),r){if(n){var o=i[n]||[];o.push(e),i[n]=o}this.plotLinesAndBands.push(r),this._addedPlotLB=!0}return r},removePlotBandOrLine:function(e){for(var t=this.plotLinesAndBands,n=this.options,r=this.userOptions,i=t.length;i--;)t[i].id===e&&t[i].destroy();[n.plotLines||[],r.plotLines||[],n.plotBands||[],r.plotBands||[]].forEach((function(t){for(i=t.length;i--;)(t[i]||{}).id===e&&s(t,t[i])}))},removePlotBand:function(e){this.removePlotBandOrLine(e)},removePlotLine:function(e){this.removePlotBandOrLine(e)}}),t.PlotLineOrBand=n,t.PlotLineOrBand})),t(n,"Core/Tooltip.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=e.doc,r=t.clamp,i=t.css,o=t.defined,a=t.discardElement,s=t.extend,l=t.fireEvent,c=t.format,u=t.isNumber,d=t.isString,p=t.merge,h=t.pick,f=t.splat,m=t.syncTimeout,g=t.timeUnits,y=function(){function y(e,t){this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=e,this.init(e,t)}return y.prototype.applyFilter=function(){var e=this.chart;e.renderer.definition({tagName:"filter",id:"drop-shadow-"+e.index,opacity:.5,children:[{tagName:"feGaussianBlur",in:"SourceAlpha",stdDeviation:1},{tagName:"feOffset",dx:1,dy:1},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",type:"linear",slope:.3}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",in:"SourceGraphic"}]}]}),e.renderer.definition({tagName:"style",textContent:".highcharts-tooltip-"+e.index+"{filter:url(#drop-shadow-"+e.index+")}"})},y.prototype.bodyFormatter=function(e){return e.map((function(e){var t=e.series.tooltipOptions;return(t[(e.point.formatPrefix||"point")+"Formatter"]||e.point.tooltipFormatter).call(e.point,t[(e.point.formatPrefix||"point")+"Format"]||"")}))},y.prototype.cleanSplit=function(e){this.chart.series.forEach((function(t){var n=t&&t.tt;n&&(!n.isActive||e?t.tt=n.destroy():n.isActive=!1)}))},y.prototype.defaultFormatter=function(e){var t=this.points||f(this),n=[e.tooltipFooterHeaderFormatter(t[0])];return(n=n.concat(e.bodyFormatter(t))).push(e.tooltipFooterHeaderFormatter(t[0],!0)),n},y.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(this.chart,!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),a(this.container)),t.clearTimeout(this.hideTimer),t.clearTimeout(this.tooltipTimeout)},y.prototype.getAnchor=function(e,t){var n,r,i=this.chart,o=i.pointer,a=i.inverted,s=i.plotTop,l=i.plotLeft,c=0,u=0;return e=f(e),this.followPointer&&t?(void 0===t.chartX&&(t=o.normalize(t)),e=[t.chartX-l,t.chartY-s]):e[0].tooltipPos?e=e[0].tooltipPos:(e.forEach((function(e){n=e.series.yAxis,r=e.series.xAxis,c+=e.plotX+(!a&&r?r.left-l:0),u+=(e.plotLow?(e.plotLow+e.plotHigh)/2:e.plotY)+(!a&&n?n.top-s:0)})),c/=e.length,u/=e.length,e=[a?i.plotWidth-u:c,this.shared&&!a&&1<e.length&&t?t.chartY-s:a?i.plotHeight-c:u]),e.map(Math.round)},y.prototype.getDateFormat=function(e,t,n,r){var i=this.chart.time,o=i.dateFormat("%m-%d %H:%M:%S.%L",t),a={millisecond:15,second:12,minute:9,hour:6,day:3},s="millisecond";for(l in g){if(e===g.week&&+i.dateFormat("%w",t)===n&&"00:00:00.000"===o.substr(6)){var l="week";break}if(g[l]>e){l=s;break}if(a[l]&&o.substr(a[l])!=="01-01 00:00:00.000".substr(a[l]))break;"week"!==l&&(s=l)}if(l)var c=i.resolveDTLFormat(r[l]).main;return c},y.prototype.getLabel=function(){var t,n,r,a=this,s=this.chart.renderer,l=this.chart.styledMode,c=this.options,u="tooltip"+(o(c.className)?" "+c.className:""),d=(null===(t=c.style)||void 0===t?void 0:t.pointerEvents)||(!this.followPointer&&c.stickOnContact?"auto":"none");t=function(){a.inContact=!0};if(!this.label){if(this.outside&&(this.container=r=e.doc.createElement("div"),r.className="highcharts-tooltip-container",i(r,{position:"absolute",top:"1px",pointerEvents:d,zIndex:3}),e.doc.body.appendChild(r),this.renderer=s=new e.Renderer(r,0,0,null===(n=this.chart.options.chart)||void 0===n?void 0:n.style,void 0,void 0,s.styledMode)),this.split?this.label=s.g(u):(this.label=s.label("",0,0,c.shape||"callout",null,null,c.useHTML,null,u).attr({padding:c.padding,r:c.borderRadius}),l||this.label.attr({fill:c.backgroundColor,"stroke-width":c.borderWidth}).css(c.style).css({pointerEvents:d}).shadow(c.shadow)),l&&(this.applyFilter(),this.label.addClass("highcharts-tooltip-"+this.chart.index)),a.outside&&!a.split){var p=this.label,h=p.xSetter,f=p.ySetter;p.xSetter=function(e){h.call(p,a.distance),r.style.left=e+"px"},p.ySetter=function(e){f.call(p,a.distance),r.style.top=e+"px"}}this.label.on("mouseenter",t).on("mouseleave",(function(){var e=a.chart.hoverSeries;a.inContact=!1,e&&e.onMouseOut&&e.onMouseOut()})).attr({zIndex:8}).add()}return this.label},y.prototype.getPosition=function(e,t,r){var i,o=this.chart,a=this.distance,s={},l=o.inverted&&r.h||0,c=this.outside,u=c?n.documentElement.clientWidth-2*a:o.chartWidth,d=c?Math.max(n.body.scrollHeight,n.documentElement.scrollHeight,n.body.offsetHeight,n.documentElement.offsetHeight,n.documentElement.clientHeight):o.chartHeight,p=o.pointer.getChartPosition(),f=o.containerScaling,m=function(e){return f?e*f.scaleX:e},g=function(e){return f?e*f.scaleY:e},y=function(n){var i="x"===n;return[n,i?u:d,i?e:t].concat(c?[i?m(e):g(t),i?p.left-a+m(r.plotX+o.plotLeft):p.top-a+g(r.plotY+o.plotTop),0,i?u:d]:[i?e:t,i?r.plotX+o.plotLeft:r.plotY+o.plotTop,i?o.plotLeft:o.plotTop,i?o.plotLeft+o.plotWidth:o.plotTop+o.plotHeight])},v=y("y"),b=y("x"),_=!this.followPointer&&h(r.ttBelow,!o.inverted==!!r.negative),x=function(e,t,n,r,i,o,c){var u="y"===e?g(a):m(a),d=(n-r)/2,p=r<i-a,h=i+a+r<t,f=i-u-n+d;if(i=i+u-d,_&&h)s[e]=i;else if(!_&&p)s[e]=f;else if(p)s[e]=Math.min(c-r,0>f-l?f:f-l);else{if(!h)return!1;s[e]=Math.max(o,i+l+n>t?i:i+l)}},w=function(e,t,n,r,i){var o;return i<a||i>t-a?o=!1:s[e]=i<n/2?1:i>t-r/2?t-r-2:i-n/2,o},M=function(e){var t=v;v=b,b=t,i=e},S=function(){!1!==x.apply(0,v)?!1!==w.apply(0,b)||i||(M(!0),S()):i?s.x=s.y=0:(M(!0),S())};return(o.inverted||1<this.len)&&M(),S(),s},y.prototype.getXDateFormat=function(e,t,n){t=t.dateTimeLabelFormats;var r=n&&n.closestPointRange;return(r?this.getDateFormat(r,e.x,n.options.startOfWeek,t):t.day)||t.year},y.prototype.hide=function(e){var n=this;t.clearTimeout(this.hideTimer),e=h(e,this.options.hideDelay,500),this.isHidden||(this.hideTimer=m((function(){n.getLabel().fadeOut(e?void 0:e),n.isHidden=!0}),e))},y.prototype.init=function(e,t){this.chart=e,this.options=t,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=t.split&&!e.inverted&&!e.polar,this.shared=t.shared||this.split,this.outside=h(t.outside,!(!e.scrollablePixelsX&&!e.scrollablePixelsY))},y.prototype.isStickyOnContact=function(){return!(this.followPointer||!this.options.stickOnContact||!this.inContact)},y.prototype.move=function(e,n,r,i){var o=this,a=o.now,l=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(e-a.x)||1<Math.abs(n-a.y)),c=o.followPointer||1<o.len;s(a,{x:l?(2*a.x+e)/3:e,y:l?(a.y+n)/2:n,anchorX:c?void 0:l?(2*a.anchorX+r)/3:r,anchorY:c?void 0:l?(a.anchorY+i)/2:i}),o.getLabel().attr(a),o.drawTracker(),l&&(t.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(e,n,r,i)}),32))},y.prototype.refresh=function(e,n){var r=this.chart,i=this.options,o=e,a={},s=[],c=i.formatter||this.defaultFormatter;a=this.shared;var u=r.styledMode;if(i.enabled){t.clearTimeout(this.hideTimer),this.followPointer=f(o)[0].series.tooltipOptions.followPointer;var d=this.getAnchor(o,n);n=d[0];var p=d[1];!a||o.series&&o.series.noSharedTooltip?a=o.getLabelConfig():(r.pointer.applyInactiveState(o),o.forEach((function(e){e.setState("hover"),s.push(e.getLabelConfig())})),(a={x:o[0].category,y:o[0].y}).points=s,o=o[0]),this.len=s.length,r=c.call(a,this),c=o.series,this.distance=h(c.tooltipOptions.distance,16),!1===r?this.hide():(this.split?this.renderSplit(r,f(e)):(e=this.getLabel(),i.style.width&&!u||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:r&&r.join?r.join(""):r}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+h(o.colorIndex,c.colorIndex)),u||e.attr({stroke:i.borderColor||o.color||c.color||"#666666"}),this.updatePosition({plotX:n,plotY:p,negative:o.negative,ttBelow:o.ttBelow,h:d[2]||0})),this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1),l(this,"refresh")}},y.prototype.renderSplit=function(t,n){function i(e,t,n,i,o){return void 0===o&&(o=!0),n?(t=O?0:T,e=r(e-i/2,S.left,S.right-i)):(t-=L,e=r(e=o?e-i-x:e+x,o?e:S.left,S.right)),{x:e,y:t}}var o=this,a=o.chart,l=o.chart,c=l.plotHeight,u=l.plotLeft,p=l.plotTop,f=l.pointer,m=l.renderer,g=l.scrollablePixelsY,y=void 0===g?0:g,v=(g=void 0===(g=l.scrollingContainer)?{scrollLeft:0,scrollTop:0}:g).scrollLeft,b=g.scrollTop,_=l.styledMode,x=o.distance,w=o.options,M=o.options.positioner,S={left:v,right:v+l.chartWidth,top:b,bottom:b+l.chartHeight},k=o.getLabel(),O=!(!a.xAxis[0]||!a.xAxis[0].opposite),L=p+b,C=0,T=c-y;d(t)&&(t=[!1,t]),t=t.slice(0,n.length+1).reduce((function(e,t,a){if(!1!==t&&""!==t){var s=(a=n[a-1]||{isHeader:!0,plotX:n[0].plotX,plotY:c,series:{}}).isHeader,l=s?o:a.series,d=l.tt,f=a.isHeader,g=a.series,v="highcharts-color-"+h(a.colorIndex,g.colorIndex,"none");d||(d={padding:w.padding,r:w.borderRadius},_||(d.fill=w.backgroundColor,d["stroke-width"]=w.borderWidth),d=m.label("",0,0,w[f?"headerShape":"shape"]||"callout",void 0,void 0,w.useHTML).addClass((f?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+v).attr(d).add(k)),d.isActive=!0,d.attr({text:t}),_||d.css(w.style).shadow(w.shadow).attr({stroke:w.borderColor||a.color||g.color||"#333333"}),t=l.tt=d,l=(f=t.getBBox()).width+t.strokeWidth(),s&&(C=f.height,T+=C,O&&(L-=C)),g=void 0===(g=a.plotX)?0:g,v=void 0===(v=a.plotY)?0:v;var A=a.series;if(a.isHeader){g=u+g;var j=p+c/2}else d=A.xAxis,A=A.yAxis,g=d.pos+r(g,-x,d.len+x),A.pos+v>=b+p&&A.pos+v<=b+p+c-y&&(j=A.pos+v);g=r(g,S.left-x,S.right+x),"number"==typeof j?(f=f.height+1,v=M?M.call(o,l,f,a):i(g,j,s,l),e.push({align:M?0:void 0,anchorX:g,anchorY:j,boxWidth:l,point:a,rank:h(v.rank,s?1:0),size:f,target:v.y,tt:t,x:v.x})):t.isActive=!1}return e}),[]),!M&&t.some((function(e){return e.x<S.left}))&&(t=t.map((function(e){var t=i(e.anchorX,e.anchorY,e.point.isHeader,e.boxWidth,!1);return s(e,{target:t.y,x:t.x})}))),o.cleanSplit(),e.distribute(t,T),t.forEach((function(e){var t=e.pos;e.tt.attr({visibility:void 0===t?"hidden":"inherit",x:e.x,y:t+L,anchorX:e.anchorX,anchorY:e.anchorY})})),t=o.container,a=o.renderer,o.outside&&t&&a&&(l=k.getBBox(),a.setSize(l.width+l.x,l.height+l.y,!1),f=f.getChartPosition(),t.style.left=f.left+"px",t.style.top=f.top+"px")},y.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var e=this.chart,t=this.label,n=e.hoverPoint;if(t&&n){var r={x:0,y:0,width:0,height:0};n=this.getAnchor(n);var i=t.getBBox();n[0]+=e.plotLeft-t.translateX,n[1]+=e.plotTop-t.translateY,r.x=Math.min(0,n[0]),r.y=Math.min(0,n[1]),r.width=0>n[0]?Math.max(Math.abs(n[0]),i.width-n[0]):Math.max(Math.abs(n[0]),i.width),r.height=0>n[1]?Math.max(Math.abs(n[1]),i.height-Math.abs(n[1])):Math.max(Math.abs(n[1]),i.height),this.tracker?this.tracker.attr(r):(this.tracker=t.renderer.rect(r).addClass("highcharts-tracker").add(t),e.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},y.prototype.styledModeFormat=function(e){return e.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},y.prototype.tooltipFooterHeaderFormatter=function(e,t){var n=t?"footer":"header",r=e.series,i=r.tooltipOptions,o=i.xDateFormat,a=r.xAxis,s=a&&"datetime"===a.options.type&&u(e.key),d=i[n+"Format"];return l(this,"headerFormatter",t={isFooter:t,labelConfig:e},(function(t){s&&!o&&(o=this.getXDateFormat(e,i,a)),s&&o&&(e.point&&e.point.tooltipDateKeys||["key"]).forEach((function(e){d=d.replace("{point."+e+"}","{point."+e+":"+o+"}")})),r.chart.styledMode&&(d=this.styledModeFormat(d)),t.text=c(d,{point:e,series:r},this.chart)})),t.text},y.prototype.update=function(e){this.destroy(),p(!0,this.chart.options.tooltip.userOptions,e),this.init(this.chart,p(!0,this.options,e))},y.prototype.updatePosition=function(e){var t=this.chart,n=t.pointer,r=this.getLabel(),o=e.plotX+t.plotLeft,a=e.plotY+t.plotTop;if(n=n.getChartPosition(),e=(this.options.positioner||this.getPosition).call(this,r.width,r.height,e),this.outside){var s=(this.options.borderWidth||0)+2*this.distance;this.renderer.setSize(r.width+s,r.height+s,!1),(t=t.containerScaling)&&(i(this.container,{transform:"scale("+t.scaleX+", "+t.scaleY+")"}),o*=t.scaleX,a*=t.scaleY),o+=n.left-e.x,a+=n.top-e.y}this.move(Math.round(e.x),Math.round(e.y||0),o,a)},y}();return e.Tooltip=y,e.Tooltip})),t(n,"Core/Pointer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Tooltip.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.parse,o=t.charts,a=t.noop,s=r.addEvent,l=r.attr,c=r.css,u=r.defined,d=r.extend,p=r.find,h=r.fireEvent,f=r.isNumber,m=r.isObject,g=r.objectEach,y=r.offset,v=r.pick,b=r.splat;return e=function(){function e(e,t){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.chart=e,this.hasDragged=!1,this.options=t,this.unbindContainerMouseLeave=function(){},this.unbindContainerMouseEnter=function(){},this.init(e,t)}return e.prototype.applyInactiveState=function(e){var t,n=[];(e||[]).forEach((function(e){t=e.series,n.push(t),t.linkedParent&&n.push(t.linkedParent),t.linkedSeries&&(n=n.concat(t.linkedSeries)),t.navigatorSeries&&n.push(t.navigatorSeries)})),this.chart.series.forEach((function(e){-1===n.indexOf(e)?e.setState("inactive",!0):e.options.inactiveOtherPoints&&e.setAllPointsToState("inactive")}))},e.prototype.destroy=function(){var e=this;void 0!==e.unDocMouseMove&&e.unDocMouseMove(),this.unbindContainerMouseLeave(),t.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(e.tooltipTimeout),g(e,(function(t,n){e[n]=void 0}))},e.prototype.drag=function(e){var t=this.chart,n=t.options.chart,r=e.chartX,o=e.chartY,a=this.zoomHor,s=this.zoomVert,l=t.plotLeft,c=t.plotTop,u=t.plotWidth,d=t.plotHeight,p=this.selectionMarker,h=this.mouseDownX||0,f=this.mouseDownY||0,g=m(n.panning)?n.panning&&n.panning.enabled:n.panning,y=n.panKey&&e[n.panKey+"Key"];if((!p||!p.touch)&&(r<l?r=l:r>l+u&&(r=l+u),o<c?o=c:o>c+d&&(o=c+d),this.hasDragged=Math.sqrt(Math.pow(h-r,2)+Math.pow(f-o,2)),10<this.hasDragged)){var v=t.isInsidePlot(h-l,f-c);t.hasCartesianSeries&&(this.zoomX||this.zoomY)&&v&&!y&&!p&&(this.selectionMarker=p=t.renderer.rect(l,c,a?1:u,s?1:d,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),t.styledMode||p.attr({fill:n.selectionMarkerFill||i("#335cad").setOpacity(.25).get()})),p&&a&&(r-=h,p.attr({width:Math.abs(r),x:(0<r?0:r)+h})),p&&s&&(r=o-f,p.attr({height:Math.abs(r),y:(0<r?0:r)+f})),v&&!p&&g&&t.pan(e,n.panning)}},e.prototype.dragStart=function(e){var t=this.chart;t.mouseIsDown=e.type,t.cancelClick=!1,t.mouseDownX=this.mouseDownX=e.chartX,t.mouseDownY=this.mouseDownY=e.chartY},e.prototype.drop=function(e){var t=this,n=this.chart,r=this.hasPinched;if(this.selectionMarker){var i,o={originalEvent:e,xAxis:[],yAxis:[]},a=this.selectionMarker,s=a.attr?a.attr("x"):a.x,l=a.attr?a.attr("y"):a.y,p=a.attr?a.attr("width"):a.width,m=a.attr?a.attr("height"):a.height;(this.hasDragged||r)&&(n.axes.forEach((function(n){if(n.zoomEnabled&&u(n.min)&&(r||t[{xAxis:"zoomX",yAxis:"zoomY"}[n.coll]])&&f(s)&&f(l)){var a=n.horiz,c="touchend"===e.type?n.minPixelPadding:0,d=n.toValue((a?s:l)+c);a=n.toValue((a?s+p:l+m)-c),o[n.coll].push({axis:n,min:Math.min(d,a),max:Math.max(d,a)}),i=!0}})),i&&h(n,"selection",o,(function(e){n.zoom(d(e,r?{animation:!1}:null))}))),f(n.index)&&(this.selectionMarker=this.selectionMarker.destroy()),r&&this.scaleGroups()}n&&f(n.index)&&(c(n.container,{cursor:n._cursor}),n.cancelClick=10<this.hasDragged,n.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},e.prototype.findNearestKDPoint=function(e,t,n){var r,i=this.chart,o=i.hoverPoint;return i=i.tooltip,o&&i&&i.isStickyOnContact()?o:(e.forEach((function(e){var i=!(e.noSharedTooltip&&t)&&0>e.options.findNearestPointBy.indexOf("y");if(e=e.searchPoint(n,i),(i=m(e,!0))&&!(i=!m(r,!0))){i=r.distX-e.distX;var o=r.dist-e.dist,a=(e.series.group&&e.series.group.zIndex)-(r.series.group&&r.series.group.zIndex);i=0<(0!==i&&t?i:0!==o?o:0!==a?a:r.series.index>e.series.index?-1:1)}i&&(r=e)})),r)},e.prototype.getChartCoordinatesFromPoint=function(e,t){var n=e.series,r=n.xAxis;n=n.yAxis;var i=v(e.clientX,e.plotX),o=e.shapeArgs;return r&&n?t?{chartX:r.len+r.pos-i,chartY:n.len+n.pos-e.plotY}:{chartX:i+r.pos,chartY:e.plotY+n.pos}:o&&o.x&&o.y?{chartX:o.x,chartY:o.y}:void 0},e.prototype.getChartPosition=function(){return this.chartPosition||(this.chartPosition=y(this.chart.container))},e.prototype.getCoordinates=function(e){var t={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(n){t[n.isXAxis?"xAxis":"yAxis"].push({axis:n,value:n.toValue(e[n.horiz?"chartX":"chartY"])})})),t},e.prototype.getHoverData=function(e,t,n,r,i,o){var a,s=[];r=!(!r||!e);var l=t&&!t.stickyTracking,c={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:i};return h(this,"beforeGetHoverData",c),l=l?[t]:n.filter((function(e){return c.filter?c.filter(e):e.visible&&!(!i&&e.directTouch)&&v(e.options.enableMouseTracking,!0)&&e.stickyTracking})),t=(a=r||!o?e:this.findNearestKDPoint(l,i,o))&&a.series,a&&(i&&!t.noSharedTooltip?(l=n.filter((function(e){return c.filter?c.filter(e):e.visible&&!(!i&&e.directTouch)&&v(e.options.enableMouseTracking,!0)&&!e.noSharedTooltip}))).forEach((function(e){var t=p(e.points,(function(e){return e.x===a.x&&!e.isNull}));m(t)&&(e.chart.isBoosting&&(t=e.getPoint(t)),s.push(t))})):s.push(a)),h(this,"afterGetHoverData",c={hoverPoint:a}),{hoverPoint:c.hoverPoint,hoverSeries:t,hoverPoints:s}},e.prototype.getPointFromEvent=function(e){e=e.target;for(var t;e&&!t;)t=e.point,e=e.parentNode;return t},e.prototype.onTrackerMouseOut=function(e){e=e.relatedTarget||e.toElement;var t=this.chart.hoverSeries;this.isDirectTouch=!1,!t||!e||t.stickyTracking||this.inClass(e,"highcharts-tooltip")||this.inClass(e,"highcharts-series-"+t.index)&&this.inClass(e,"highcharts-tracker")||t.onMouseOut()},e.prototype.inClass=function(e,t){for(var n;e;){if(n=l(e,"class")){if(-1!==n.indexOf(t))return!0;if(-1!==n.indexOf("highcharts-container"))return!1}e=e.parentNode}},e.prototype.init=function(e,t){this.options=t,this.chart=e,this.runChartClick=t.chart.events&&!!t.chart.events.click,this.pinchDown=[],this.lastValidTouch={},n&&(e.tooltip=new n(e,t.tooltip),this.followTouchMove=v(t.tooltip.followTouchMove,!0)),this.setDOMEvents()},e.prototype.normalize=function(e,t){var n=e.touches,r=n?n.length?n.item(0):v(n.changedTouches,e.changedTouches)[0]:e;return t||(t=this.getChartPosition()),n=r.pageX-t.left,t=r.pageY-t.top,(r=this.chart.containerScaling)&&(n/=r.scaleX,t/=r.scaleY),d(e,{chartX:Math.round(n),chartY:Math.round(t)})},e.prototype.onContainerClick=function(e){var t=this.chart,n=t.hoverPoint;e=this.normalize(e);var r=t.plotLeft,i=t.plotTop;t.cancelClick||(n&&this.inClass(e.target,"highcharts-tracker")?(h(n.series,"click",d(e,{point:n})),t.hoverPoint&&n.firePointEvent("click",e)):(d(e,this.getCoordinates(e)),t.isInsidePlot(e.chartX-r,e.chartY-i)&&h(t,"click",e)))},e.prototype.onContainerMouseDown=function(e){var n=1==(1&(e.buttons||e.button));e=this.normalize(e),t.isFirefox&&0!==e.button&&this.onContainerMouseMove(e),(void 0===e.button||n)&&(this.zoomOption(e),n&&e.preventDefault&&e.preventDefault(),this.dragStart(e))},e.prototype.onContainerMouseLeave=function(e){var n=o[v(t.hoverChartIndex,-1)],r=this.chart.tooltip;e=this.normalize(e),n&&(e.relatedTarget||e.toElement)&&(n.pointer.reset(),n.pointer.chartPosition=void 0),r&&!r.isHidden&&this.reset()},e.prototype.onContainerMouseEnter=function(e){delete this.chartPosition},e.prototype.onContainerMouseMove=function(e){var t=this.chart;e=this.normalize(e),this.setHoverChartIndex(),e.preventDefault||(e.returnValue=!1),"mousedown"===t.mouseIsDown&&this.drag(e),t.openMenu||!this.inClass(e.target,"highcharts-tracker")&&!t.isInsidePlot(e.chartX-t.plotLeft,e.chartY-t.plotTop)||this.runPointActions(e)},e.prototype.onDocumentTouchEnd=function(e){o[t.hoverChartIndex]&&o[t.hoverChartIndex].pointer.drop(e)},e.prototype.onContainerTouchMove=function(e){this.touch(e)},e.prototype.onContainerTouchStart=function(e){this.zoomOption(e),this.touch(e,!0)},e.prototype.onDocumentMouseMove=function(e){var t=this.chart,n=this.chartPosition;e=this.normalize(e,n);var r=t.tooltip;!n||r&&r.isStickyOnContact()||t.isInsidePlot(e.chartX-t.plotLeft,e.chartY-t.plotTop)||this.inClass(e.target,"highcharts-tracker")||this.reset()},e.prototype.onDocumentMouseUp=function(e){var n=o[v(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},e.prototype.pinch=function(e){var t=this,n=t.chart,r=t.pinchDown,i=e.touches||[],o=i.length,s=t.lastValidTouch,l=t.hasZoom,c=t.selectionMarker,u={},p=1===o&&(t.inClass(e.target,"highcharts-tracker")&&n.runTrackerClick||t.runChartClick),h={};1<o&&(t.initiated=!0),l&&t.initiated&&!p&&!1!==e.cancelable&&e.preventDefault(),[].map.call(i,(function(e){return t.normalize(e)})),"touchstart"===e.type?([].forEach.call(i,(function(e,t){r[t]={chartX:e.chartX,chartY:e.chartY}})),s.x=[r[0].chartX,r[1]&&r[1].chartX],s.y=[r[0].chartY,r[1]&&r[1].chartY],n.axes.forEach((function(e){if(e.zoomEnabled){var t=n.bounds[e.horiz?"h":"v"],r=e.minPixelPadding,i=e.toPixels(Math.min(v(e.options.min,e.dataMin),e.dataMin)),o=e.toPixels(Math.max(v(e.options.max,e.dataMax),e.dataMax)),a=Math.max(i,o);t.min=Math.min(e.pos,Math.min(i,o)-r),t.max=Math.max(e.pos+e.len,a+r)}})),t.res=!0):t.followTouchMove&&1===o?this.runPointActions(t.normalize(e)):r.length&&(c||(t.selectionMarker=c=d({destroy:a,touch:!0},n.plotBox)),t.pinchTranslate(r,i,u,c,h,s),t.hasPinched=l,t.scaleGroups(u,h),t.res&&(t.res=!1,this.reset(!1,0)))},e.prototype.pinchTranslate=function(e,t,n,r,i,o){this.zoomHor&&this.pinchTranslateDirection(!0,e,t,n,r,i,o),this.zoomVert&&this.pinchTranslateDirection(!1,e,t,n,r,i,o)},e.prototype.pinchTranslateDirection=function(e,t,n,r,i,o,a,s){var l,c,u=this.chart,d=e?"x":"y",p=e?"X":"Y",h="chart"+p,f=e?"width":"height",m=u["plot"+(e?"Left":"Top")],g=s||1,y=u.inverted,v=u.bounds[e?"h":"v"],b=1===t.length,_=t[0][h],x=n[0][h],w=!b&&t[1][h],M=!b&&n[1][h];if((n=function(){"number"==typeof M&&20<Math.abs(_-w)&&(g=s||Math.abs(x-M)/Math.abs(_-w)),c=(m-x)/g+_,l=u["plot"+(e?"Width":"Height")]/g})(),(t=c)<v.min){t=v.min;var S=!0}else t+l>v.max&&(t=v.max-l,S=!0);S?(x-=.8*(x-a[d][0]),"number"==typeof M&&(M-=.8*(M-a[d][1])),n()):a[d]=[x,M],y||(o[d]=c-m,o[f]=l),o=y?1/g:g,i[f]=l,i[d]=t,r[y?e?"scaleY":"scaleX":"scale"+p]=g,r["translate"+p]=o*m+(x-o*_)},e.prototype.reset=function(e,t){var n=this.chart,r=n.hoverSeries,i=n.hoverPoint,o=n.hoverPoints,a=n.tooltip,s=a&&a.shared?o:i;e&&s&&b(s).forEach((function(t){t.series.isCartesian&&void 0===t.plotX&&(e=!1)})),e?a&&s&&b(s).length&&(a.refresh(s),a.shared&&o?o.forEach((function(e){e.setState(e.state,!0),e.series.isCartesian&&(e.series.xAxis.crosshair&&e.series.xAxis.drawCrosshair(null,e),e.series.yAxis.crosshair&&e.series.yAxis.drawCrosshair(null,e))})):i&&(i.setState(i.state,!0),n.axes.forEach((function(e){e.crosshair&&i.series[e.coll]===e&&e.drawCrosshair(null,i)})))):(i&&i.onMouseOut(),o&&o.forEach((function(e){e.setState()})),r&&r.onMouseOut(),a&&a.hide(t),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),n.axes.forEach((function(e){e.hideCrosshair()})),this.hoverX=n.hoverPoints=n.hoverPoint=null)},e.prototype.runPointActions=function(e,n){var r=this.chart,i=r.tooltip&&r.tooltip.options.enabled?r.tooltip:void 0,a=!!i&&i.shared,l=n||r.hoverPoint,c=l&&l.series||r.hoverSeries;l=(c=this.getHoverData(l,c,r.series,(!e||"touchmove"!==e.type)&&(!!n||c&&c.directTouch&&this.isDirectTouch),a,e)).hoverPoint;var u=c.hoverPoints;if(n=(c=c.hoverSeries)&&c.tooltipOptions.followPointer,a=a&&c&&!c.noSharedTooltip,l&&(l!==r.hoverPoint||i&&i.isHidden)){if((r.hoverPoints||[]).forEach((function(e){-1===u.indexOf(e)&&e.setState()})),r.hoverSeries!==c&&c.onMouseOver(),this.applyInactiveState(u),(u||[]).forEach((function(e){e.setState("hover")})),r.hoverPoint&&r.hoverPoint.firePointEvent("mouseOut"),!l.series)return;r.hoverPoints=u,r.hoverPoint=l,l.firePointEvent("mouseOver"),i&&i.refresh(a?u:l,e)}else n&&i&&!i.isHidden&&(l=i.getAnchor([{}],e),i.updatePosition({plotX:l[0],plotY:l[1]}));this.unDocMouseMove||(this.unDocMouseMove=s(r.container.ownerDocument,"mousemove",(function(e){var n=o[t.hoverChartIndex];n&&n.pointer.onDocumentMouseMove(e)}))),r.axes.forEach((function(t){var n,i=v((t.crosshair||{}).snap,!0);i&&((n=r.hoverPoint)&&n.series[t.coll]===t||(n=p(u,(function(e){return e.series[t.coll]===t})))),n||!i?t.drawCrosshair(e,n):t.hideCrosshair()}))},e.prototype.scaleGroups=function(e,t){var n,r=this.chart;r.series.forEach((function(i){n=e||i.getPlotBox(),i.xAxis&&i.xAxis.zoomEnabled&&i.group&&(i.group.attr(n),i.markerGroup&&(i.markerGroup.attr(n),i.markerGroup.clip(t?r.clipRect:null)),i.dataLabelsGroup&&i.dataLabelsGroup.attr(n))})),r.clipRect.attr(t||r.clipBox)},e.prototype.setDOMEvents=function(){var e=this.chart.container,n=e.ownerDocument;e.onmousedown=this.onContainerMouseDown.bind(this),e.onmousemove=this.onContainerMouseMove.bind(this),e.onclick=this.onContainerClick.bind(this),this.unbindContainerMouseEnter=s(e,"mouseenter",this.onContainerMouseEnter.bind(this)),this.unbindContainerMouseLeave=s(e,"mouseleave",this.onContainerMouseLeave.bind(this)),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=s(n,"mouseup",this.onDocumentMouseUp.bind(this))),t.hasTouch&&(s(e,"touchstart",this.onContainerTouchStart.bind(this)),s(e,"touchmove",this.onContainerTouchMove.bind(this)),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=s(n,"touchend",this.onDocumentTouchEnd.bind(this))))},e.prototype.setHoverChartIndex=function(){var e=this.chart,n=t.charts[v(t.hoverChartIndex,-1)];n&&n!==e&&n.pointer.onContainerMouseLeave({relatedTarget:!0}),n&&n.mouseIsDown||(t.hoverChartIndex=e.index)},e.prototype.touch=function(e,t){var n=this.chart;if(this.setHoverChartIndex(),1===e.touches.length)if(e=this.normalize(e),n.isInsidePlot(e.chartX-n.plotLeft,e.chartY-n.plotTop)&&!n.openMenu){if(t&&this.runPointActions(e),"touchmove"===e.type)var r=!!(t=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(t[0].chartX-e.chartX,2)+Math.pow(t[0].chartY-e.chartY,2));v(r,!0)&&this.pinch(e)}else t&&this.reset();else 2===e.touches.length&&this.pinch(e)},e.prototype.zoomOption=function(e){var t=this.chart,n=t.options.chart,r=n.zoomType||"";t=t.inverted,/touch/.test(e.type)&&(r=v(n.pinchType,r)),this.zoomX=e=/x/.test(r),this.zoomY=r=/y/.test(r),this.zoomHor=e&&!t||r&&t,this.zoomVert=r&&!t||e&&t,this.hasZoom=e||r},e}(),t.Pointer=e})),t(n,"Core/MSPointer.js",[n["Core/Globals.js"],n["Core/Pointer.js"],n["Core/Utilities.js"]],(function(e,t,n){function r(){var e=[];return e.item=function(e){return this[e]},d(h,(function(t){e.push({pageX:t.pageX,pageY:t.pageY,target:t.target})})),e}function i(t,n,i,o){"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!a[e.hoverChartIndex]||(o(t),(o=a[e.hoverChartIndex].pointer)[n]({type:i,target:t.currentTarget,preventDefault:l,touches:r()}))}var o=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=e.charts,s=e.doc,l=e.noop,c=n.addEvent,u=n.css,d=n.objectEach,p=n.removeEvent,h={},f=!!e.win.PointerEvent;return function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.batchMSEvents=function(e){e(this.chart.container,f?"pointerdown":"MSPointerDown",this.onContainerPointerDown),e(this.chart.container,f?"pointermove":"MSPointerMove",this.onContainerPointerMove),e(s,f?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},t.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},t.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this.hasZoom&&u(t.container,{"-ms-touch-action":"none","touch-action":"none"})},t.prototype.onContainerPointerDown=function(e){i(e,"onContainerTouchStart","touchstart",(function(e){h[e.pointerId]={pageX:e.pageX,pageY:e.pageY,target:e.currentTarget}}))},t.prototype.onContainerPointerMove=function(e){i(e,"onContainerTouchMove","touchmove",(function(e){h[e.pointerId]={pageX:e.pageX,pageY:e.pageY},h[e.pointerId].target||(h[e.pointerId].target=e.currentTarget)}))},t.prototype.onDocumentPointerUp=function(e){i(e,"onDocumentTouchEnd","touchend",(function(e){delete h[e.pointerId]}))},t.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(c)},t}(t)})),t(n,"Core/Legend.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=e.animObject,i=e.setAnimation,o=n.addEvent,a=n.css,s=n.defined,l=n.discardElement,c=n.find,u=n.fireEvent,d=n.format,p=n.isNumber,h=n.merge,f=n.pick,m=n.relativeLength,g=n.stableSort,y=n.syncTimeout;e=n.wrap,n=t.isFirefox;var v=t.marginNames,b=t.win,_=function(){function e(e,t){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=e,this.init(e,t)}return e.prototype.init=function(e,t){this.chart=e,this.setOptions(t),t.enabled&&(this.render(),o(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=o(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},e.prototype.setOptions=function(e){var t=f(e.padding,8);this.options=e,this.chart.styledMode||(this.itemStyle=e.itemStyle,this.itemHiddenStyle=h(this.itemStyle,e.itemHiddenStyle)),this.itemMarginTop=e.itemMarginTop||0,this.itemMarginBottom=e.itemMarginBottom||0,this.padding=t,this.initialItemY=t-5,this.symbolWidth=f(e.symbolWidth,16),this.pages=[],this.proximate="proximate"===e.layout&&!this.chart.inverted,this.baseline=void 0},e.prototype.update=function(e,t){var n=this.chart;this.setOptions(h(!0,this.options,e)),this.destroy(),n.isDirtyLegend=n.isDirtyBox=!0,f(t,!0)&&n.redraw(),u(this,"afterUpdate")},e.prototype.colorizeItem=function(e,t){if(e.legendGroup[t?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var n=this.options,r=e.legendItem,i=e.legendLine,o=e.legendSymbol,a=this.itemHiddenStyle.color;n=t?n.itemStyle.color:a;var s=t&&e.color||a,l=e.options&&e.options.marker,c={fill:s};r&&r.css({fill:n,color:n}),i&&i.attr({stroke:s}),o&&(l&&o.isMarker&&(c=e.pointAttribs(),t||(c.stroke=c.fill=a)),o.attr(c))}u(this,"afterColorizeItem",{item:e,visible:t})},e.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},e.prototype.positionItem=function(e){var t=this,n=this.options,r=n.symbolPadding,i=!n.rtl,o=e._legendItemPos;n=o[0],o=o[1];var a=e.checkbox,l=e.legendGroup;l&&l.element&&(r={translateX:i?n:this.legendWidth-n-2*r-4,translateY:o},i=function(){u(t,"afterPositionItem",{item:e})},s(l.translateY)?l.animate(r,void 0,i):(l.attr(r),i())),a&&(a.x=n,a.y=o)},e.prototype.destroyItem=function(e){var t=e.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),t&&l(e.checkbox)},e.prototype.destroy=function(){function e(e){this[e]&&(this[e]=this[e].destroy())}this.getAllItems().forEach((function(t){["legendItem","legendGroup"].forEach(e,t)})),"clipRect up down pager nav box title group".split(" ").forEach(e,this),this.display=null},e.prototype.positionCheckboxes=function(){var e=this.group&&this.group.alignAttr,t=this.clipHeight||this.legendHeight,n=this.titleHeight;if(e){var r=e.translateY;this.allItems.forEach((function(i){var o=i.checkbox;if(o){var s=r+n+o.y+(this.scrollOffset||0)+3;a(o,{left:e.translateX+i.checkboxOffset+o.x-20+"px",top:s+"px",display:this.proximate||s>r-6&&s<r+t-6?"":"none"})}}),this)}},e.prototype.renderTitle=function(){var e=this.options,t=this.padding,n=e.title,r=0;n.text&&(this.title||(this.title=this.chart.renderer.label(n.text,t-3,t-4,null,null,null,e.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(n.style),this.title.add(this.group)),n.width||this.title.css({width:this.maxLegendWidth+"px"}),r=(e=this.title.getBBox()).height,this.offsetWidth=e.width,this.contentGroup.attr({translateY:r})),this.titleHeight=r},e.prototype.setText=function(e){var t=this.options;e.legendItem.attr({text:t.labelFormat?d(t.labelFormat,e,this.chart):t.labelFormatter.call(e)})},e.prototype.renderItem=function(e){var t=this.chart,n=t.renderer,r=this.options,i=this.symbolWidth,o=r.symbolPadding,a=this.itemStyle,s=this.itemHiddenStyle,l="horizontal"===r.layout?f(r.itemDistance,20):0,c=!r.rtl,u=e.legendItem,d=!e.series,p=!d&&e.series.drawLegendSymbol?e.series:e,m=p.options;l=i+o+l+((m=this.createCheckboxForItem&&m&&m.showCheckbox)?20:0);var g=r.useHTML,y=e.options.className;u||(e.legendGroup=n.g("legend-item").addClass("highcharts-"+p.type+"-series highcharts-color-"+e.colorIndex+(y?" "+y:"")+(d?" highcharts-series-"+e.index:"")).attr({zIndex:1}).add(this.scrollGroup),e.legendItem=u=n.text("",c?i+o:-o,this.baseline||0,g),t.styledMode||u.css(h(e.visible?a:s)),u.attr({align:c?"left":"right",zIndex:2}).add(e.legendGroup),this.baseline||(this.fontMetrics=n.fontMetrics(t.styledMode?12:a.fontSize,u),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,u.attr("y",this.baseline)),this.symbolHeight=r.symbolHeight||this.fontMetrics.f,p.drawLegendSymbol(this,e),this.setItemEvents&&this.setItemEvents(e,u,g)),m&&!e.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(e),this.colorizeItem(e,e.visible),!t.styledMode&&a.width||u.css({width:(r.itemWidth||this.widthOption||t.spacingBox.width)-l+"px"}),this.setText(e),t=u.getBBox(),e.itemWidth=e.checkboxOffset=r.itemWidth||e.legendItemWidth||t.width+l,this.maxItemWidth=Math.max(this.maxItemWidth,e.itemWidth),this.totalItemWidth+=e.itemWidth,this.itemHeight=e.itemHeight=Math.round(e.legendItemHeight||t.height||this.symbolHeight)},e.prototype.layoutItem=function(e){var t=this.options,n=this.padding,r="horizontal"===t.layout,i=e.itemHeight,o=this.itemMarginBottom,a=this.itemMarginTop,s=r?f(t.itemDistance,20):0,l=this.maxLegendWidth;t=t.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:e.itemWidth,r&&this.itemX-n+t>l&&(this.itemX=n,this.lastLineHeight&&(this.itemY+=a+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=a+this.itemY+o,this.lastLineHeight=Math.max(i,this.lastLineHeight),e._legendItemPos=[this.itemX,this.itemY],r?this.itemX+=t:(this.itemY+=a+i+o,this.lastLineHeight=i),this.offsetWidth=this.widthOption||Math.max((r?this.itemX-n-(e.checkbox?0:s):t)+n,this.offsetWidth)},e.prototype.getAllItems=function(){var e=[];return this.chart.series.forEach((function(t){var n=t&&t.options;t&&f(n.showInLegend,!s(n.linkedTo)&&void 0,!0)&&(e=e.concat(t.legendItems||("point"===n.legendType?t.data:t)))})),u(this,"afterGetAllItems",{allItems:e}),e},e.prototype.getAlignment=function(){var e=this.options;return this.proximate?e.align.charAt(0)+"tv":e.floating?"":e.align.charAt(0)+e.verticalAlign.charAt(0)+e.layout.charAt(0)},e.prototype.adjustMargins=function(e,t){var n=this.chart,r=this.options,i=this.getAlignment();i&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,a){o.test(i)&&!s(e[a])&&(n[v[a]]=Math.max(n[v[a]],n.legend[(a+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][a]*r[a%2?"x":"y"]+f(r.margin,12)+t[a]+(n.titleOffset[a]||0)))}))},e.prototype.proximatePositions=function(){var e=this.chart,n=[],r="left"===this.options.align;this.allItems.forEach((function(t){var i,o=r;if(t.yAxis){t.xAxis.options.reversed&&(o=!o),t.points&&(i=c(o?t.points:t.points.slice(0).reverse(),(function(e){return p(e.plotY)}))),o=this.itemMarginTop+t.legendItem.getBBox().height+this.itemMarginBottom;var a=t.yAxis.top-e.plotTop;t.visible?(i=i?i.plotY:t.yAxis.height,i+=a-.3*o):i=a+t.yAxis.height,n.push({target:i,size:o,item:t})}}),this),t.distribute(n,e.plotHeight),n.forEach((function(t){t.item._legendItemPos[1]=e.plotTop-e.spacing[0]+t.pos}))},e.prototype.render=function(){var e=this.chart,t=e.renderer,n=this.group,r=this.box,i=this.options,o=this.padding;this.itemX=o,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=m(i.width,e.spacingBox.width-o);var a=e.spacingBox.width-2*o-i.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(a/=2),this.maxLegendWidth=this.widthOption||a,n||(this.group=n=t.g("legend").attr({zIndex:7}).add(),this.contentGroup=t.g().attr({zIndex:1}).add(n),this.scrollGroup=t.g().add(this.contentGroup)),this.renderTitle();var s=this.getAllItems();g(s,(function(e,t){return(e.options&&e.options.legendIndex||0)-(t.options&&t.options.legendIndex||0)})),i.reversed&&s.reverse(),this.allItems=s,this.display=a=!!s.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,s.forEach(this.renderItem,this),s.forEach(this.layoutItem,this),s=(this.widthOption||this.offsetWidth)+o;var l=this.lastItemY+this.lastLineHeight+this.titleHeight;l=this.handleOverflow(l),l+=o,r||(this.box=r=t.rect().addClass("highcharts-legend-box").attr({r:i.borderRadius}).add(n),r.isNew=!0),e.styledMode||r.attr({stroke:i.borderColor,"stroke-width":i.borderWidth||0,fill:i.backgroundColor||"none"}).shadow(i.shadow),0<s&&0<l&&(r[r.isNew?"attr":"animate"](r.crisp.call({},{x:0,y:0,width:s,height:l},r.strokeWidth())),r.isNew=!1),r[a?"show":"hide"](),e.styledMode&&"none"===n.getStyle("display")&&(s=l=0),this.legendWidth=s,this.legendHeight=l,a&&this.align(),this.proximate||this.positionItems(),u(this,"afterRender")},e.prototype.align=function(e){void 0===e&&(e=this.chart.spacingBox);var t=this.chart,n=this.options,r=e.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<t.titleOffset[0]?r+=t.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<t.titleOffset[2]&&(r-=t.titleOffset[2]),r!==e.y&&(e=h(e,{y:r})),this.group.align(h(n,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":n.verticalAlign}),!0,e)},e.prototype.handleOverflow=function(e){var t=this,n=this.chart,r=n.renderer,i=this.options,o=i.y,a=this.padding;o=n.spacingBox.height+("top"===i.verticalAlign?-o:o)-a;var s,l,c=i.maxHeight,u=this.clipRect,d=i.navigation,p=f(d.animation,!0),h=d.arrowSize||12,m=this.nav,g=this.pages,y=this.allItems,v=function(e){"number"==typeof e?u.attr({height:e}):u&&(t.clipRect=u.destroy(),t.contentGroup.clip()),t.contentGroup.div&&(t.contentGroup.div.style.clip=e?"rect("+a+"px,9999px,"+(a+e)+"px,0)":"auto")},b=function(e){return t[e]=r.circle(0,0,1.3*h).translate(h/2,h/2).add(m),n.styledMode||t[e].attr("fill","rgba(0,0,0,0.0001)"),t[e]};return"horizontal"!==i.layout||"middle"===i.verticalAlign||i.floating||(o/=2),c&&(o=Math.min(o,c)),g.length=0,e>o&&!1!==d.enabled?(this.clipHeight=s=Math.max(o-20-this.titleHeight-a,0),this.currentPage=f(this.currentPage,1),this.fullHeight=e,y.forEach((function(e,t){var n=e._legendItemPos[1],r=Math.round(e.legendItem.getBBox().height),i=g.length;(!i||n-g[i-1]>s&&(l||n)!==g[i-1])&&(g.push(l||n),i++),e.pageIx=i-1,l&&(y[t-1].pageIx=i-1),t===y.length-1&&n+r-g[i-1]>s&&n!==l&&(g.push(n),e.pageIx=i),n!==l&&(l=n)})),u||(u=t.clipRect=r.clipRect(0,a,9999,0),t.contentGroup.clip(u)),v(s),m||(this.nav=m=r.g().attr({zIndex:1}).add(this.group),this.up=r.symbol("triangle",0,0,h,h).add(m),b("upTracker").on("click",(function(){t.scroll(-1,p)})),this.pager=r.text("",15,10).addClass("highcharts-legend-navigation"),n.styledMode||this.pager.css(d.style),this.pager.add(m),this.down=r.symbol("triangle-down",0,0,h,h).add(m),b("downTracker").on("click",(function(){t.scroll(1,p)}))),t.scroll(0),e=o):m&&(v(),this.nav=m.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),e},e.prototype.scroll=function(e,t){var n=this,o=this.chart,a=this.pages,s=a.length,l=this.currentPage+e;e=this.clipHeight;var c=this.options.navigation,d=this.pager,p=this.padding;l>s&&(l=s),0<l&&(void 0!==t&&i(t,o),this.nav.attr({translateX:p,translateY:e+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(e){e.attr({class:1===l?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),d.attr({text:l+"/"+s}),[this.down,this.downTracker].forEach((function(e){e.attr({x:18+this.pager.getBBox().width,class:l===s?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),o.styledMode||(this.up.attr({fill:1===l?c.inactiveColor:c.activeColor}),this.upTracker.css({cursor:1===l?"default":"pointer"}),this.down.attr({fill:l===s?c.inactiveColor:c.activeColor}),this.downTracker.css({cursor:l===s?"default":"pointer"})),this.scrollOffset=-a[l-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=l,this.positionCheckboxes(),t=r(f(t,o.renderer.globalAnimation,!0)),y((function(){u(n,"afterScroll",{currentPage:l})}),t.duration))},e}();return(/Trident\/7\.0/.test(b.navigator&&b.navigator.userAgent)||n)&&e(_.prototype,"positionItem",(function(e,t){var n=this,r=function(){t._legendItemPos&&e.call(n,t)};r(),n.bubbleLegend||setTimeout(r)})),t.Legend=_,t.Legend})),t(n,"Core/Series/Point.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=e.animObject,i=n.defined,o=n.erase,a=n.extend,s=n.fireEvent,l=n.format,c=n.getNestedProperty,u=n.isArray,d=n.isNumber,p=n.isObject,h=n.syncTimeout,f=n.pick,m=n.removeEvent,g=n.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var e,t=this,n={x:t.startXPos,opacity:0},r=t.getGraphicalProps();r.singular.forEach((function(r){e="dataLabel"===r,t[r]=t[r].animate(e?{x:t[r].startXPos,y:t[r].startYPos,opacity:0}:n)})),r.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(a({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,n){var r=this.series,i=r.options.pointValKey||r.pointValKey;return t=e.prototype.optionsToObject.call(this,t),a(this,t),this.options=this.options?a(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,i&&(this.y=e.prototype.getNestedProperty.call(this,i)),this.formatPrefix=(this.isNull=f(this.isValid&&!this.isValid(),null===this.x||!d(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===n&&r.xAxis&&r.xAxis.hasNames&&(this.x=r.xAxis.nameToX(this)),void 0===this.x&&r&&(this.x=void 0===n?r.autoIncrement(this):n),this},e.prototype.destroy=function(){function e(){for(a in(t.graphic||t.dataLabel||t.dataLabels)&&(m(t),t.destroyElements()),t)t[a]=null}var t=this,n=t.series,i=n.chart;n=n.options.dataSorting;var a,s=i.hoverPoints,l=r(t.series.chart.renderer.globalAnimation);t.legendItem&&i.legend.destroyItem(t),s&&(t.setState(),o(s,t),s.length||(i.hoverPoints=null)),t===i.hoverPoint&&t.onMouseOut(),n&&n.enabled?(this.animateBeforeDestroy(),h(e,l.duration)):e(),i.pointCount--},e.prototype.destroyElements=function(e){var t=this;(e=t.getGraphicalProps(e)).singular.forEach((function(e){t[e]=t[e].destroy()})),e.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.destroy()})),delete t[e]}))},e.prototype.firePointEvent=function(e,t,n){var r=this,i=this.series.options;(i.point.events[e]||r.options&&r.options.events&&r.options.events[e])&&r.importEvents(),"click"===e&&i.allowPointSelect&&(n=function(e){r.select&&r.select(null,e.ctrlKey||e.metaKey||e.shiftKey)}),s(r,e,t,n)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(e){var t,n=this,r=[],i={singular:[],plural:[]};for((e=e||{graphic:1,dataLabel:1}).graphic&&r.push("graphic","shadowGroup"),e.dataLabel&&r.push("dataLabel","dataLabelUpper","connector"),t=r.length;t--;){var o=r[t];n[o]&&i.singular.push(o)}return["dataLabel","connector"].forEach((function(t){var r=t+"s";e[t]&&n[r]&&i.plural.push(r)})),i},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(e){if(e)return 0===e.indexOf("custom.")?c(e,this.options):this[e]},e.prototype.getZone=function(){var e=this.series,t=e.zones;e=e.zoneAxis||"y";var n,r=0;for(n=t[r];this[e]>=n.value;)n=t[++r];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(e,t,n){return this.series=e,this.applyOptions(t,n),this.id=i(this.id)?this.id:g(),this.resolveColor(),e.chart.pointCount++,s(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var n={},r=this.series,i=r.options.keys,o=i||r.pointArrayMap||["y"],a=o.length,s=0,l=0;if(d(t)||null===t)n[o[0]]=t;else if(u(t))for(!i&&t.length>a&&("string"===(r=typeof t[0])?n.name=t[0]:"number"===r&&(n.x=t[0]),s++);l<a;)i&&void 0===t[s]||(0<o[l].indexOf(".")?e.prototype.setNestedProperty(n,t[s],o[l]):n[o[l]]=t[s]),s++,l++;else"object"==typeof t&&(n=t,t.dataLabels&&(r._hasPointLabels=!0),t.marker&&(r._hasPointMarkers=!0));return n},e.prototype.resolveColor=function(){var e=this.series,t=e.chart.options.chart.colorCount,n=e.chart.styledMode;delete this.nonZonedColor,n||this.options.color||(this.color=e.color),e.options.colorByPoint?(n||(t=e.options.colors||e.chart.options.colors,this.color=this.color||t[e.colorCounter],t=t.length),n=e.colorCounter,e.colorCounter++,e.colorCounter===t&&(e.colorCounter=0)):n=e.colorIndex,this.colorIndex=f(this.colorIndex,n)},e.prototype.setNestedProperty=function(e,t,n){return n.split(".").reduce((function(e,n,r,i){return e[n]=i.length-1===r?t:p(e[n],!0)?e[n]:{},e[n]}),e),e},e.prototype.tooltipFormatter=function(e){var t=this.series,n=t.tooltipOptions,r=f(n.valueDecimals,""),i=n.valuePrefix||"",o=n.valueSuffix||"";return t.chart.styledMode&&(e=t.chart.tooltip.styledModeFormat(e)),(t.pointArrayMap||["y"]).forEach((function(t){t="{point."+t,(i||o)&&(e=e.replace(RegExp(t+"}","g"),i+t+"}"+o)),e=e.replace(RegExp(t+"}","g"),t+":,."+r+"f}")})),l(e,{point:this,series:this.series},t.chart)},e}(),t.Point=e})),t(n,"Core/Series/Series.js",[n["Core/Globals.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.error,i=n.extendClass,o=n.fireEvent,a=n.getOptions,s=n.isObject,l=n.merge,c=n.objectEach;return(n=function(){function e(t,n){var r=l(e.defaultOptions,n);this.chart=t,this._i=t.series.length,t.series.push(this),this.options=r,this.userOptions=l(n)}return e.addSeries=function(t,n){e.seriesTypes[t]=n},e.cleanRecursively=function(t,n){var r={};return c(t,(function(i,o){s(t[o],!0)&&!t.nodeType&&n[o]?(i=e.cleanRecursively(t[o],n[o]),Object.keys(i).length&&(r[o]=i)):(s(t[o])||t[o]!==n[o])&&(r[o]=t[o])})),r},e.getSeries=function(t,n){void 0===n&&(n={});var i=t.options.chart;i=n.type||i.type||i.defaultSeriesType||"";var o=e.seriesTypes[i];return o||r(17,!0,t,{missingModuleFor:i}),new o(t,n)},e.seriesType=function(n,r,o,s,c){var u=a().plotOptions||{},d=e.seriesTypes;return r=r||"",u[n]=l(u[r],o),e.addSeries(n,i(d[r]||function(){},s)),d[n].prototype.type=n,c&&(d[n].prototype.pointClass=i(t,c)),d[n]},e.prototype.update=function(t,n){void 0===n&&(n=!0);var r=this,i=(t=e.cleanRecursively(t,this.userOptions)).type;return void 0!==i&&i!==r.type&&(r=e.getSeries(r.chart,t)),o(r,"update",{newOptions:t}),r.userOptions=l(t),o(r,"afterUpdate",{newOptions:t}),n&&r.chart.redraw(),r},e.defaultOptions={type:"base"},e.seriesTypes={},e}()).prototype.pointClass=t,e.seriesType=n.seriesType,e.seriesTypes=n.seriesTypes,n})),t(n,"Core/Chart/Chart.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Series/Series.js"],n["Core/Globals.js"],n["Core/Legend.js"],n["Core/MSPointer.js"],n["Core/Options.js"],n["Core/Pointer.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s,l,c){var u=e.animate,d=e.animObject,p=e.setAnimation,h=r.charts,f=r.doc,m=r.win,g=a.defaultOptions,y=c.addEvent,v=c.attr,b=c.createElement,_=c.css,x=c.defined,w=c.discardElement,M=c.erase,S=c.error,k=c.extend,O=c.find,L=c.fireEvent,C=c.getStyle,T=c.isArray,A=c.isFunction,j=c.isNumber,E=c.isObject,I=c.isString,P=c.merge,D=c.numberFormat,Y=c.objectEach,N=c.pick,H=c.pInt,R=c.relativeLength,z=c.removeEvent,B=c.splat,W=c.syncTimeout,F=c.uniqueKey,V=r.marginNames,U=function(){function e(e,t,n){this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.getArgs(e,t,n)}return e.prototype.getArgs=function(e,t,n){I(e)||e.nodeName?(this.renderTo=e,this.init(t,n)):this.init(e,t)},e.prototype.init=function(e,t){var n,i=e.series,o=e.plotOptions||{};L(this,"init",{args:arguments},(function(){e.series=null;var a=(n=P(g,e)).chart||{};Y(n.plotOptions,(function(e,t){E(e)&&(e.tooltip=o[t]&&P(o[t].tooltip)||void 0)})),n.tooltip.userOptions=e.chart&&e.chart.forExport&&e.tooltip.userOptions||e.tooltip,n.series=e.series=i,this.userOptions=e;var s=a.events;this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=t,this.isResizing=0,this.options=n,this.axes=[],this.series=[],this.time=e.time&&Object.keys(e.time).length?new l(e.time):r.time,this.numberFormatter=a.numberFormatter||D,this.styledMode=a.styledMode,this.hasCartesianSeries=a.showAxes;var c=this;c.index=h.length,h.push(c),r.chartCount++,s&&Y(s,(function(e,t){A(e)&&y(c,t,e)})),c.xAxis=[],c.yAxis=[],c.pointCount=c.colorCounter=c.symbolCounter=0,L(c,"afterInit"),c.firstRender()}))},e.prototype.initSeries=function(e){var t=this.options.chart;t=e.type||t.type||t.defaultSeriesType;var r=n.seriesTypes[t];return r||S(17,!0,this,{missingModuleFor:t}),"function"==typeof(t=new r(this,e)).init&&t.init(this,e),t},e.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(e){e.points||e.data||!e.enabledDataSorting||e.setData(e.options.data,!1)}))},e.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(e,t){return e.linkedSeries.length||t.linkedSeries.length?t.linkedSeries.length-e.linkedSeries.length:0}))},e.prototype.orderSeries=function(e){var t=this.series;for(e=e||0;e<t.length;e++)t[e]&&(t[e].index=e,t[e].name=t[e].getName())},e.prototype.isInsidePlot=function(e,t,n){var r=n?t:e;return r={x:r,y:e=n?e:t,isInsidePlot:0<=r&&r<=this.plotWidth&&0<=e&&e<=this.plotHeight},L(this,"afterIsInsidePlot",r),r.isInsidePlot},e.prototype.redraw=function(e){L(this,"beforeRedraw");var t=this,n=t.axes,r=t.series,i=t.pointer,o=t.legend,a=t.userOptions.legend,s=t.isDirtyLegend,l=t.hasCartesianSeries,c=t.isDirtyBox,u=t.renderer,d=u.isHidden(),h=[];for(t.setResponsive&&t.setResponsive(!1),p(!!t.hasRendered&&e,t),d&&t.temporaryDisplay(),t.layOutTitles(),e=r.length;e--;){var f=r[e];if(f.options.stacking){var m=!0;if(f.isDirty){var g=!0;break}}}if(g)for(e=r.length;e--;)(f=r[e]).options.stacking&&(f.isDirty=!0);r.forEach((function(e){e.isDirty&&("point"===e.options.legendType?("function"==typeof e.updateTotals&&e.updateTotals(),s=!0):a&&(a.labelFormatter||a.labelFormat)&&(s=!0)),e.isDirtyData&&L(e,"updatedData")})),s&&o&&o.options.enabled&&(o.render(),t.isDirtyLegend=!1),m&&t.getStacks(),l&&n.forEach((function(e){t.isResizing&&j(e.min)||(e.updateNames(),e.setScale())})),t.getMargins(),l&&(n.forEach((function(e){e.isDirty&&(c=!0)})),n.forEach((function(e){var t=e.min+","+e.max;e.extKey!==t&&(e.extKey=t,h.push((function(){L(e,"afterSetExtremes",k(e.eventArgs,e.getExtremes())),delete e.eventArgs}))),(c||m)&&e.redraw()}))),c&&t.drawChartBox(),L(t,"predraw"),r.forEach((function(e){(c||e.isDirty)&&e.visible&&e.redraw(),e.isDirtyData=!1})),i&&i.reset(!0),u.draw(),L(t,"redraw"),L(t,"render"),d&&t.temporaryDisplay(!0),h.forEach((function(e){e.call()}))},e.prototype.get=function(e){function t(t){return t.id===e||t.options&&t.options.id===e}var n,r=this.series,i=O(this.axes,t)||O(this.series,t);for(n=0;!i&&n<r.length;n++)i=O(r[n].points||[],t);return i},e.prototype.getAxes=function(){var e=this,n=this.options,r=n.xAxis=B(n.xAxis||{});n=n.yAxis=B(n.yAxis||{}),L(this,"getAxes"),r.forEach((function(e,t){e.index=t,e.isX=!0})),n.forEach((function(e,t){e.index=t})),r.concat(n).forEach((function(n){new t(e,n)})),L(this,"afterGetAxes")},e.prototype.getSelectedPoints=function(){var e=[];return this.series.forEach((function(t){e=e.concat(t.getPointsCollection().filter((function(e){return N(e.selectedStaging,e.selected)})))})),e},e.prototype.getSelectedSeries=function(){return this.series.filter((function(e){return e.selected}))},e.prototype.setTitle=function(e,t,n){this.applyDescription("title",e),this.applyDescription("subtitle",t),this.applyDescription("caption",void 0),this.layOutTitles(n)},e.prototype.applyDescription=function(e,t){var n=this,r="title"===e?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};r=this.options[e]=P(!this.styledMode&&{style:r},this.options[e],t);var i=this[e];i&&t&&(this[e]=i=i.destroy()),r&&!i&&((i=this.renderer.text(r.text,0,0,r.useHTML).attr({align:r.align,class:"highcharts-"+e,zIndex:r.zIndex||4}).add()).update=function(t){n[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[e]](t)},this.styledMode||i.css(r.style),this[e]=i)},e.prototype.layOutTitles=function(e){var t=[0,0,0],n=this.renderer,r=this.spacingBox;["title","subtitle","caption"].forEach((function(e){var i=this[e],o=this.options[e],a=o.verticalAlign||"top";if(e="title"===e?-3:"top"===a?t[0]+2:0,i){if(!this.styledMode)var s=o.style.fontSize;s=n.fontMetrics(s,i).b,i.css({width:(o.width||r.width+(o.widthAdjust||0))+"px"});var l=Math.round(i.getBBox(o.useHTML).height);i.align(k({y:"bottom"===a?s:e+s,height:l},o),!1,"spacingBox"),o.floating||("top"===a?t[0]=Math.ceil(t[0]+l):"bottom"===a&&(t[2]=Math.ceil(t[2]+l)))}}),this),t[0]&&"top"===(this.options.title.verticalAlign||"top")&&(t[0]+=this.options.title.margin),t[2]&&"bottom"===this.options.caption.verticalAlign&&(t[2]+=this.options.caption.margin);var i=!this.titleOffset||this.titleOffset.join(",")!==t.join(",");this.titleOffset=t,L(this,"afterLayOutTitles"),!this.isDirtyBox&&i&&(this.isDirtyBox=this.isDirtyLegend=i,this.hasRendered&&N(e,!0)&&this.isDirtyBox&&this.redraw())},e.prototype.getChartSize=function(){var e=this.options.chart,t=e.width;e=e.height;var n=this.renderTo;x(t)||(this.containerWidth=C(n,"width")),x(e)||(this.containerHeight=C(n,"height")),this.chartWidth=Math.max(0,t||this.containerWidth||600),this.chartHeight=Math.max(0,R(e,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},e.prototype.temporaryDisplay=function(e){var t=this.renderTo;if(e)for(;t&&t.style;)t.hcOrigStyle&&(_(t,t.hcOrigStyle),delete t.hcOrigStyle),t.hcOrigDetached&&(f.body.removeChild(t),t.hcOrigDetached=!1),t=t.parentNode;else for(;t&&t.style&&(f.body.contains(t)||t.parentNode||(t.hcOrigDetached=!0,f.body.appendChild(t)),("none"===C(t,"display",!1)||t.hcOricDetached)&&(t.hcOrigStyle={display:t.style.display,height:t.style.height,overflow:t.style.overflow},e={display:"block",overflow:"hidden"},t!==this.renderTo&&(e.height=0),_(t,e),t.offsetWidth||t.style.setProperty("display","block","important")),(t=t.parentNode)!==f.body););},e.prototype.setClassName=function(e){this.container.className="highcharts-container "+(e||"")},e.prototype.getContainer=function(){var e,t,n=this.options,i=n.chart,o=this.renderTo,a=F();o||(this.renderTo=o=i.renderTo),I(o)&&(this.renderTo=o=f.getElementById(o)),o||S(13,!0,this);var s=H(v(o,"data-highcharts-chart"));j(s)&&h[s]&&h[s].hasRendered&&h[s].destroy(),v(o,"data-highcharts-chart",this.index),o.innerHTML="",i.skipClone||o.offsetWidth||this.temporaryDisplay(),this.getChartSize(),s=this.chartWidth;var l=this.chartHeight;if(_(o,{overflow:"hidden"}),this.styledMode||(e=k({position:"relative",overflow:"hidden",width:s+"px",height:l+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none"},i.style)),this.container=o=b("div",{id:a},e,o),this._cursor=o.style.cursor,this.renderer=new(r[i.renderer]||r.Renderer)(o,s,l,null,i.forExport,n.exporting&&n.exporting.allowHTML,this.styledMode),p(void 0,this),this.setClassName(i.className),this.styledMode)for(t in n.defs)this.renderer.definition(n.defs[t]);else this.renderer.setStyle(i.style);this.renderer.chartIndex=this.index,L(this,"afterGetContainer")},e.prototype.getMargins=function(e){var t=this.spacing,n=this.margin,r=this.titleOffset;this.resetMargins(),r[0]&&!x(n[0])&&(this.plotTop=Math.max(this.plotTop,r[0]+t[0])),r[2]&&!x(n[2])&&(this.marginBottom=Math.max(this.marginBottom,r[2]+t[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(n,t),L(this,"getMargins"),e||this.getAxisMargins()},e.prototype.getAxisMargins=function(){var e=this,t=e.axisOffset=[0,0,0,0],n=e.colorAxis,r=e.margin,i=function(e){e.forEach((function(e){e.visible&&e.getOffset()}))};e.hasCartesianSeries?i(e.axes):n&&n.length&&i(n),V.forEach((function(n,i){x(r[i])||(e[n]+=t[i])})),e.setChartSize()},e.prototype.reflow=function(e){var t=this,n=t.options.chart,r=t.renderTo,i=x(n.width)&&x(n.height),o=n.width||C(r,"width");n=n.height||C(r,"height"),r=e?e.target:m,i||t.isPrinting||!o||!n||r!==m&&r!==f||(o===t.containerWidth&&n===t.containerHeight||(c.clearTimeout(t.reflowTimeout),t.reflowTimeout=W((function(){t.container&&t.setSize(void 0,void 0,!1)}),e?100:0)),t.containerWidth=o,t.containerHeight=n)},e.prototype.setReflow=function(e){var t=this;!1===e||this.unbindReflow?!1===e&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=y(m,"resize",(function(e){t.options&&t.reflow(e)})),y(this,"destroy",this.unbindReflow))},e.prototype.setSize=function(e,t,n){var r=this,i=r.renderer;r.isResizing+=1,p(n,r),n=i.globalAnimation,r.oldChartHeight=r.chartHeight,r.oldChartWidth=r.chartWidth,void 0!==e&&(r.options.chart.width=e),void 0!==t&&(r.options.chart.height=t),r.getChartSize(),r.styledMode||(n?u:_)(r.container,{width:r.chartWidth+"px",height:r.chartHeight+"px"},n),r.setChartSize(!0),i.setSize(r.chartWidth,r.chartHeight,n),r.axes.forEach((function(e){e.isDirty=!0,e.setScale()})),r.isDirtyLegend=!0,r.isDirtyBox=!0,r.layOutTitles(),r.getMargins(),r.redraw(n),r.oldChartHeight=null,L(r,"resize"),W((function(){r&&L(r,"endResize",null,(function(){--r.isResizing}))}),d(n).duration)},e.prototype.setChartSize=function(e){var t,n,r,i,o=this.inverted,a=this.renderer,s=this.chartWidth,l=this.chartHeight,c=this.options.chart,u=this.spacing,d=this.clipOffset;this.plotLeft=t=Math.round(this.plotLeft),this.plotTop=n=Math.round(this.plotTop),this.plotWidth=r=Math.max(0,Math.round(s-t-this.marginRight)),this.plotHeight=i=Math.max(0,Math.round(l-n-this.marginBottom)),this.plotSizeX=o?i:r,this.plotSizeY=o?r:i,this.plotBorderWidth=c.plotBorderWidth||0,this.spacingBox=a.spacingBox={x:u[3],y:u[0],width:s-u[3]-u[1],height:l-u[0]-u[2]},this.plotBox=a.plotBox={x:t,y:n,width:r,height:i},s=2*Math.floor(this.plotBorderWidth/2),o=Math.ceil(Math.max(s,d[3])/2),a=Math.ceil(Math.max(s,d[0])/2),this.clipBox={x:o,y:a,width:Math.floor(this.plotSizeX-Math.max(s,d[1])/2-o),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(s,d[2])/2-a))},e||this.axes.forEach((function(e){e.setAxisSize(),e.setAxisTranslation()})),L(this,"afterSetChartSize",{skipAxes:e})},e.prototype.resetMargins=function(){L(this,"resetMargins");var e=this,t=e.options.chart;["margin","spacing"].forEach((function(n){var r=t[n],i=E(r)?r:[r,r,r,r];["Top","Right","Bottom","Left"].forEach((function(r,o){e[n][o]=N(t[n+r],i[o])}))})),V.forEach((function(t,n){e[t]=N(e.margin[n],e.spacing[n])})),e.axisOffset=[0,0,0,0],e.clipOffset=[0,0,0,0]},e.prototype.drawChartBox=function(){var e,t=this.options.chart,n=this.renderer,r=this.chartWidth,i=this.chartHeight,o=this.chartBackground,a=this.plotBackground,s=this.plotBorder,l=this.styledMode,c=this.plotBGImage,u=t.backgroundColor,d=t.plotBackgroundColor,p=t.plotBackgroundImage,h=this.plotLeft,f=this.plotTop,m=this.plotWidth,g=this.plotHeight,y=this.plotBox,v=this.clipRect,b=this.clipBox,_="animate";if(o||(this.chartBackground=o=n.rect().addClass("highcharts-background").add(),_="attr"),l)var x=e=o.strokeWidth();else e=(x=t.borderWidth||0)+(t.shadow?8:0),u={fill:u||"none"},(x||o["stroke-width"])&&(u.stroke=t.borderColor,u["stroke-width"]=x),o.attr(u).shadow(t.shadow);o[_]({x:e/2,y:e/2,width:r-e-x%2,height:i-e-x%2,r:t.borderRadius}),_="animate",a||(_="attr",this.plotBackground=a=n.rect().addClass("highcharts-plot-background").add()),a[_](y),l||(a.attr({fill:d||"none"}).shadow(t.plotShadow),p&&(c?(p!==c.attr("href")&&c.attr("href",p),c.animate(y)):this.plotBGImage=n.image(p,h,f,m,g).add())),v?v.animate({width:b.width,height:b.height}):this.clipRect=n.clipRect(b),_="animate",s||(_="attr",this.plotBorder=s=n.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),l||s.attr({stroke:t.plotBorderColor,"stroke-width":t.plotBorderWidth||0,fill:"none"}),s[_](s.crisp({x:h,y:f,width:m,height:g},-s.strokeWidth())),this.isDirtyBox=!1,L(this,"afterDrawChartBox")},e.prototype.propFromSeries=function(){var e,t,r,i=this,o=i.options.chart,a=i.options.series;["inverted","angular","polar"].forEach((function(s){for(e=n.seriesTypes[o.type||o.defaultSeriesType],r=o[s]||e&&e.prototype[s],t=a&&a.length;!r&&t--;)(e=n.seriesTypes[a[t].type])&&e.prototype[s]&&(r=!0);i[s]=r}))},e.prototype.linkSeries=function(){var e=this,t=e.series;t.forEach((function(e){e.linkedSeries.length=0})),t.forEach((function(t){var n=t.options.linkedTo;I(n)&&(n=":previous"===n?e.series[t.index-1]:e.get(n))&&n.linkedParent!==t&&(n.linkedSeries.push(t),t.linkedParent=n,n.enabledDataSorting&&t.setDataSortingOptions(),t.visible=N(t.options.visible,n.options.visible,t.visible))})),L(this,"afterLinkSeries")},e.prototype.renderSeries=function(){this.series.forEach((function(e){e.translate(),e.render()}))},e.prototype.renderLabels=function(){var e=this,t=e.options.labels;t.items&&t.items.forEach((function(n){var r=k(t.style,n.style),i=H(r.left)+e.plotLeft,o=H(r.top)+e.plotTop+12;delete r.left,delete r.top,e.renderer.text(n.html,i,o).attr({zIndex:2}).css(r).add()}))},e.prototype.render=function(){var e=this.axes,t=this.colorAxis,n=this.renderer,r=this.options,o=0,a=function(e){e.forEach((function(e){e.visible&&e.render()}))};this.setTitle(),this.legend=new i(this,r.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),r=this.plotWidth,e.some((function(e){if(e.horiz&&e.visible&&e.options.labels.enabled&&e.series.length)return o=21,!0}));var s=this.plotHeight=Math.max(this.plotHeight-o,0);e.forEach((function(e){e.setScale()})),this.getAxisMargins();var l=1.1<r/this.plotWidth,c=1.05<s/this.plotHeight;(l||c)&&(e.forEach((function(e){(e.horiz&&l||!e.horiz&&c)&&e.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?a(e):t&&t.length&&a(t),this.seriesGroup||(this.seriesGroup=n.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.updateContainerScaling(),this.hasRendered=!0},e.prototype.addCredits=function(e){var t=this,n=P(!0,this.options.credits,e);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){n.href&&(m.location.href=n.href)})).attr({align:n.position.align,zIndex:8}),t.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(e){t.credits=t.credits.destroy(),t.addCredits(e)})},e.prototype.updateContainerScaling=function(){var e=this.container;if(2<e.offsetWidth&&2<e.offsetHeight&&e.getBoundingClientRect){var t=e.getBoundingClientRect(),n=t.width/e.offsetWidth;e=t.height/e.offsetHeight,1!==n||1!==e?this.containerScaling={scaleX:n,scaleY:e}:delete this.containerScaling}},e.prototype.destroy=function(){var e,t=this,n=t.axes,i=t.series,o=t.container,a=o&&o.parentNode;for(L(t,"destroy"),t.renderer.forExport?M(h,t):h[t.index]=void 0,r.chartCount--,t.renderTo.removeAttribute("data-highcharts-chart"),z(t),e=n.length;e--;)n[e]=n[e].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),e=i.length;e--;)i[e]=i[e].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(e){var n=t[e];n&&n.destroy&&(t[e]=n.destroy())})),o&&(o.innerHTML="",z(o),a&&w(o)),Y(t,(function(e,n){delete t[n]}))},e.prototype.firstRender=function(){var e=this,t=e.options;e.isReadyToRender&&!e.isReadyToRender()||(e.getContainer(),e.resetMargins(),e.setChartSize(),e.propFromSeries(),e.getAxes(),(T(t.series)?t.series:[]).forEach((function(t){e.initSeries(t)})),e.linkSeries(),e.setSeriesData(),L(e,"beforeRender"),s&&(e.pointer=r.hasTouch||!m.PointerEvent&&!m.MSPointerEvent?new s(e,t):new o(e,t)),e.render(),e.renderer.imgCount||e.hasLoaded||e.onload(),e.temporaryDisplay(!0))},e.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(e){e&&void 0!==this.index&&e.apply(this,[this])}),this),L(this,"load"),L(this,"render"),x(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},e}();return U.prototype.callbacks=[],r.chart=function(e,t,n){return new U(e,t,n)},r.Chart=U})),t(n,"Extensions/ScrollablePlotArea.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.stop,o=r.addEvent,a=r.createElement,s=r.pick;o(t,"afterSetChartSize",(function(e){var t=this.options.chart.scrollablePlotArea,r=t&&t.minWidth;if(t=t&&t.minHeight,!this.renderer.forExport){if(r){if(this.scrollablePixelsX=r=Math.max(0,r-this.chartWidth)){this.plotWidth+=r,this.inverted?(this.clipBox.height+=r,this.plotBox.height+=r):(this.clipBox.width+=r,this.plotBox.width+=r);var i={1:{name:"right",value:r}}}}else t&&(this.scrollablePixelsY=r=Math.max(0,t-this.chartHeight))&&(this.plotHeight+=r,this.inverted?(this.clipBox.width+=r,this.plotBox.width+=r):(this.clipBox.height+=r,this.plotBox.height+=r),i={2:{name:"bottom",value:r}});i&&!e.skipAxes&&this.axes.forEach((function(e){i[e.side]?e.getPlotLinePath=function(){var t=i[e.side].name,r=this[t];this[t]=r-i[e.side].value;var o=n.Axis.prototype.getPlotLinePath.apply(this,arguments);return this[t]=r,o}:(e.setAxisSize(),e.setAxisTranslation())}))}})),o(t,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),t.prototype.setUpScrolling=function(){var e=this,t={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(t.overflowX="auto"),this.scrollablePixelsY&&(t.overflowY="auto"),this.scrollingParent=a("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=a("div",{className:"highcharts-scrolling"},t,this.scrollingParent),o(this.scrollingContainer,"scroll",(function(){e.pointer&&delete e.pointer.chartPosition})),this.innerContainer=a("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},t.prototype.moveFixedElements=function(){var e,t=this.container,n=this.fixedRenderer,r=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?e=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?e=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(e=".highcharts-yaxis"),r.push(e,e+"-labels"),r.forEach((function(e){[].forEach.call(t.querySelectorAll(e),(function(e){(e.namespaceURI===n.SVG_NS?n.box:n.box.parentNode).appendChild(e),e.style.pointerEvents="auto"}))}))},t.prototype.applyFixed=function(){var e,t,r=!this.fixedDiv,l=this.options.chart.scrollablePlotArea;r?(this.fixedDiv=a("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:2,top:0},null,!0),null===(e=this.scrollingContainer)||void 0===e||e.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new n.Renderer(this.fixedDiv,this.chartWidth,this.chartHeight,null===(t=this.options.chart)||void 0===t?void 0:t.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":s(l.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),this.moveFixedElements(),o(this,"afterShowResetZoom",this.moveFixedElements),o(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),t=this.chartWidth+(this.scrollablePixelsX||0),e=this.chartHeight+(this.scrollablePixelsY||0),i(this.container),this.container.style.width=t+"px",this.container.style.height=e+"px",this.renderer.boxWrapper.attr({width:t,height:e,viewBox:[0,0,t,e].join(" ")}),this.chartBackground.attr({width:t,height:e}),this.scrollingContainer.style.height=this.chartHeight+"px",r&&(l.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*l.scrollPositionX),l.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*l.scrollPositionY)),e=this.axisOffset,r=this.plotTop-e[0]-1,l=this.plotLeft-e[3]-1,t=this.plotTop+this.plotHeight+e[2]+1,e=this.plotLeft+this.plotWidth+e[1]+1;var c=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),u=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);r=this.scrollablePixelsX?[["M",0,r],["L",this.plotLeft-1,r],["L",this.plotLeft-1,t],["L",0,t],["Z"],["M",c,r],["L",this.chartWidth,r],["L",this.chartWidth,t],["L",c,t],["Z"]]:this.scrollablePixelsY?[["M",l,0],["L",l,this.plotTop-1],["L",e,this.plotTop-1],["L",e,0],["Z"],["M",l,u],["L",l,this.chartHeight],["L",e,this.chartHeight],["L",e,u],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:r})}})),t(n,"Core/Axis/StackingAxis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Utilities.js"]],(function(e,t){var n=e.getDeferredAnimation,r=t.addEvent,i=t.destroyObjectProperties,o=t.fireEvent,a=t.objectEach,s=t.pick,l=function(){function e(e){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=e}return e.prototype.buildStacks=function(){var e,t=this.axis,n=t.series,r=s(t.options.reversedStacks,!0),i=n.length;if(!t.isXAxis){for(this.usePercentage=!1,e=i;e--;){var a=n[r?e:i-e-1];a.setStackedPoints(),a.setGroupedPoints()}for(e=0;e<i;e++)n[e].modifyStacks();o(t,"afterBuildStacks")}},e.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var e=this.stacks=this.oldStacks;a(e,(function(e){a(e,(function(e){e.cumulative=e.total}))}))}},e.prototype.resetStacks=function(){var e=this,t=e.stacks;e.axis.isXAxis||a(t,(function(t){a(t,(function(n,r){n.touched<e.stacksTouched?(n.destroy(),delete t[r]):(n.total=null,n.cumulative=null)}))}))},e.prototype.renderStackTotals=function(){var e=this.axis,t=e.chart,r=t.renderer,i=this.stacks;e=n(t,e.options.stackLabels.animation);var o=this.stackTotalGroup=this.stackTotalGroup||r.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(t.plotLeft,t.plotTop),a(i,(function(e){a(e,(function(e){e.render(o)}))})),o.animate({opacity:1},e)},e}();return function(){function e(){}return e.compose=function(t){r(t,"init",e.onInit),r(t,"destroy",e.onDestroy)},e.onDestroy=function(){var e=this.stacking;if(e){var t=e.stacks;a(t,(function(e,n){i(e),t[n]=null})),e&&e.stackTotalGroup&&e.stackTotalGroup.destroy()}},e.onInit=function(){this.stacking||(this.stacking=new l(this))},e}()})),t(n,"Mixins/LegendSymbol.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.merge,r=t.pick;return e.LegendSymbolMixin={drawRectangle:function(e,t){var n=e.symbolHeight,i=e.options.squareSymbol;t.legendSymbol=this.chart.renderer.rect(i?(e.symbolWidth-n)/2:0,e.baseline-n+1,i?n:e.symbolWidth,n,r(e.options.symbolRadius,n/2)).addClass("highcharts-point").attr({zIndex:3}).add(t.legendGroup)},drawLineMarker:function(e){var t=this.options,i=t.marker,o=e.symbolWidth,a=e.symbolHeight,s=a/2,l=this.chart.renderer,c=this.legendGroup;e=e.baseline-Math.round(.3*e.fontMetrics.b);var u={};this.chart.styledMode||(u={"stroke-width":t.lineWidth||0},t.dashStyle&&(u.dashstyle=t.dashStyle)),this.legendLine=l.path([["M",0,e],["L",o,e]]).addClass("highcharts-graph").attr(u).add(c),i&&!1!==i.enabled&&o&&(t=Math.min(r(i.radius,s),s),0===this.symbol.indexOf("url")&&(i=n(i,{width:a,height:a}),t=0),this.legendSymbol=i=l.symbol(this.symbol,o/2-t,e-t,2*t,2*t,i).addClass("highcharts-point").add(c),i.isMarker=!0)}}})),t(n,"Core/Series/CartesianSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Series.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Core/Options.js"],n["Core/Series/Point.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s){var l=e.animObject,c=i.defaultOptions,u=s.addEvent,d=s.arrayMax,p=s.arrayMin,h=s.clamp,f=s.correctFloat,m=s.defined,g=s.erase,y=s.error,v=s.extend,b=s.find,_=s.fireEvent,x=s.getNestedProperty,w=s.isArray,M=s.isFunction,S=s.isNumber,k=s.isString,O=s.merge,L=s.objectEach,C=s.pick,T=s.removeEvent,A=s.splat,j=s.syncTimeout,E=t.seriesTypes,I=n.win;return e=t.seriesType("line",void 0,{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var e=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":e(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"},{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,isCartesian:!0,parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0,init:function(e,t){_(this,"init",{options:t});var n,r=this,i=e.series;this.eventOptions=this.eventOptions||{},this.eventsToUnbind=[],r.chart=e,r.options=t=r.setOptions(t),r.linkedSeries=[],r.bindAxes(),v(r,{name:t.name,state:"",visible:!1!==t.visible,selected:!0===t.selected});var o=t.events;L(o,(function(e,t){M(e)&&r.eventOptions[t]!==e&&(M(r.eventOptions[t])&&T(r,t,r.eventOptions[t]),r.eventOptions[t]=e,u(r,t,e))})),(o&&o.click||t.point&&t.point.events&&t.point.events.click||t.allowPointSelect)&&(e.runTrackerClick=!0),r.getColor(),r.getSymbol(),r.parallelArrays.forEach((function(e){r[e+"Data"]||(r[e+"Data"]=[])})),r.isCartesian&&(e.hasCartesianSeries=!0),i.length&&(n=i[i.length-1]),r._i=C(n&&n._i,-1)+1,r.opacity=r.options.opacity,e.orderSeries(this.insert(i)),t.dataSorting&&t.dataSorting.enabled?r.setDataSortingOptions():r.points||r.data||r.setData(t.data,!1),_(this,"afterInit")},is:function(e){return E[e]&&this instanceof E[e]},insert:function(e){var t,n=this.options.index;if(S(n)){for(t=e.length;t--;)if(n>=C(e[t].options.index,e[t]._i)){e.splice(t+1,0,this);break}-1===t&&e.unshift(this),t+=1}else e.push(this);return C(t,e.length-1)},bindAxes:function(){var e,t=this,n=t.options,r=t.chart;_(this,"bindAxes",null,(function(){(t.axisTypes||[]).forEach((function(i){r[i].forEach((function(r){e=r.options,(n[i]===e.index||void 0!==n[i]&&n[i]===e.id||void 0===n[i]&&0===e.index)&&(t.insert(r.series),t[i]=r,r.isDirty=!0)})),t[i]||t.optionalAxis===i||y(18,!0,r)}))})),_(this,"afterBindAxes")},updateParallelArrays:function(e,t){var n=e.series,r=arguments,i=S(t)?function(r){var i="y"===r&&n.toYData?n.toYData(e):e[r];n[r+"Data"][t]=i}:function(e){Array.prototype[t].apply(n[e+"Data"],Array.prototype.slice.call(r,2))};n.parallelArrays.forEach(i)},hasData:function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},autoIncrement:function(){var e,t=this.options,n=this.xIncrement,r=t.pointIntervalUnit,i=this.chart.time;return n=C(n,t.pointStart,0),this.pointInterval=e=C(this.pointInterval,t.pointInterval,1),r&&(t=new i.Date(n),"day"===r?i.set("Date",t,i.get("Date",t)+e):"month"===r?i.set("Month",t,i.get("Month",t)+e):"year"===r&&i.set("FullYear",t,i.get("FullYear",t)+e),e=t.getTime()-n),this.xIncrement=n+e,n},setDataSortingOptions:function(){var e=this.options;v(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),m(e.pointRange)||(e.pointRange=1)},setOptions:function(e){var t=this.chart,n=t.options,r=n.plotOptions,i=t.userOptions||{};e=O(e),t=t.styledMode;var o={plotOptions:r,userOptions:e};_(this,"setOptions",o);var a=o.plotOptions[this.type],s=i.plotOptions||{};return this.userOptions=o.userOptions,i=O(a,r.series,i.plotOptions&&i.plotOptions[this.type],e),this.tooltipOptions=O(c.tooltip,c.plotOptions.series&&c.plotOptions.series.tooltip,c.plotOptions[this.type].tooltip,n.tooltip.userOptions,r.series&&r.series.tooltip,r[this.type].tooltip,e.tooltip),this.stickyTracking=C(e.stickyTracking,s[this.type]&&s[this.type].stickyTracking,s.series&&s.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||i.stickyTracking),null===a.marker&&delete i.marker,this.zoneAxis=i.zoneAxis,n=this.zones=(i.zones||[]).slice(),!i.negativeColor&&!i.negativeFillColor||i.zones||(r={value:i[this.zoneAxis+"Threshold"]||i.threshold||0,className:"highcharts-negative"},t||(r.color=i.negativeColor,r.fillColor=i.negativeFillColor),n.push(r)),n.length&&m(n[n.length-1].value)&&n.push(t?{}:{color:this.color,fillColor:this.fillColor}),_(this,"afterSetOptions",{options:i}),i},getName:function(){return C(this.options.name,"Series "+(this.index+1))},getCyclic:function(e,t,n){var r=this.chart,i=this.userOptions,o=e+"Index",a=e+"Counter",s=n?n.length:C(r.options.chart[e+"Count"],r[e+"Count"]);if(!t){var l=C(i[o],i["_"+o]);m(l)||(r.series.length||(r[a]=0),i["_"+o]=l=r[a]%s,r[a]+=1),n&&(t=n[l])}void 0!==l&&(this[o]=l),this[e]=t},getColor:function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.options.color=null:this.getCyclic("color",this.options.color||c.plotOptions[this.type].color,this.chart.options.colors)},getPointsCollection:function(){return(this.hasGroupedData?this.points:this.data)||[]},getSymbol:function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},findPointIndex:function(e,t){var n,r=e.id,i=e.x,o=this.points,a=this.options.dataSorting;if(r)var s=this.chart.get(r);else if(this.linkedParent||this.enabledDataSorting){var l=a&&a.matchByName?"name":"index";if(!(s=b(o,(function(t){return!t.touched&&t[l]===e[l]}))))return}if(s){var c=s&&s.index;void 0!==c&&(n=!0)}return void 0===c&&S(i)&&(c=this.xData.indexOf(i,t)),-1!==c&&void 0!==c&&this.cropped&&(c=c>=this.cropStart?c-this.cropStart:c),!n&&o[c]&&o[c].touched&&(c=void 0),c},drawLegendSymbol:r.drawLineMarker,updateData:function(e,t){var n,r,i,o=this.options,a=o.dataSorting,s=this.points,l=[],c=this.requireSorting,u=e.length===s.length,p=!0;if(this.xIncrement=null,e.forEach((function(e,t){var r=m(e)&&this.pointClass.prototype.optionsToObject.call({series:this},e)||{},d=r.x;r.id||S(d)?(-1===(d=this.findPointIndex(r,i))||void 0===d?l.push(e):s[d]&&e!==o.data[d]?(s[d].update(e,!1,null,!1),s[d].touched=!0,c&&(i=d+1)):s[d]&&(s[d].touched=!0),(!u||t!==d||a&&a.enabled||this.hasDerivedData)&&(n=!0)):l.push(e)}),this),n)for(e=s.length;e--;)(r=s[e])&&!r.touched&&r.remove&&r.remove(!1,t);else!u||a&&a.enabled?p=!1:(e.forEach((function(e,t){s[t].update&&e!==s[t].y&&s[t].update(e,!1,null,!1)})),l.length=0);return s.forEach((function(e){e&&(e.touched=!1)})),!!p&&(l.forEach((function(e){this.addPoint(e,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=d(this.xData),this.autoIncrement()),!0)},setData:function(e,t,n,r){var i,o=this,a=o.points,s=a&&a.length||0,l=o.options,c=o.chart,u=l.dataSorting,d=null,p=o.xAxis;d=l.turboThreshold;var h,f=this.xData,m=this.yData,g=(i=o.pointArrayMap)&&i.length,v=l.keys,b=0,_=1;if(i=(e=e||[]).length,t=C(t,!0),u&&u.enabled&&(e=this.sortData(e)),!1!==r&&i&&s&&!o.cropped&&!o.hasGroupedData&&o.visible&&!o.isSeriesBoosting&&(h=this.updateData(e,n)),!h){if(o.xIncrement=null,o.colorCounter=0,this.parallelArrays.forEach((function(e){o[e+"Data"].length=0})),d&&i>d)if(d=o.getFirstValidPoint(e),S(d))for(n=0;n<i;n++)f[n]=this.autoIncrement(),m[n]=e[n];else if(w(d))if(g)for(n=0;n<i;n++)r=e[n],f[n]=r[0],m[n]=r.slice(1,g+1);else for(v&&(b=0<=(b=v.indexOf("x"))?b:0,_=0<=(_=v.indexOf("y"))?_:1),n=0;n<i;n++)r=e[n],f[n]=r[b],m[n]=r[_];else y(12,!1,c);else for(n=0;n<i;n++)void 0!==e[n]&&(r={series:o},o.pointClass.prototype.applyOptions.apply(r,[e[n]]),o.updateParallelArrays(r,n));for(m&&k(m[0])&&y(14,!0,c),o.data=[],o.options.data=o.userOptions.data=e,n=s;n--;)a[n]&&a[n].destroy&&a[n].destroy();p&&(p.minRange=p.userMinRange),o.isDirty=c.isDirtyBox=!0,o.isDirtyData=!!a,n=!1}"point"===l.legendType&&(this.processData(),this.generatePoints()),t&&c.redraw(n)},sortData:function(e){var t=this,n=t.options.dataSorting.sortKey||"y",r=function(e,t){return m(t)&&e.pointClass.prototype.optionsToObject.call({series:e},t)||{}};return e.forEach((function(n,i){e[i]=r(t,n),e[i].index=i}),this),e.concat().sort((function(e,t){return e=x(n,e),(t=x(n,t))<e?-1:t>e?1:0})).forEach((function(e,t){e.x=t}),this),t.linkedSeries&&t.linkedSeries.forEach((function(t){var n=t.options,i=n.data;n.dataSorting&&n.dataSorting.enabled||!i||(i.forEach((function(n,o){i[o]=r(t,n),e[o]&&(i[o].x=e[o].x,i[o].index=o)})),t.setData(i,!1))})),e},getProcessedData:function(e){var t=this.xData,n=this.yData,r=t.length,i=0,o=this.xAxis,a=this.options,s=a.cropThreshold,l=e||this.getExtremesFromAll||a.getExtremesFromAll,c=this.isCartesian;e=o&&o.val2lin,a=!(!o||!o.logarithmic);var u=this.requireSorting;if(o)var d=(o=o.getExtremes()).min,p=o.max;if(c&&this.sorted&&!l&&(!s||r>s||this.forceCrop))if(t[r-1]<d||t[0]>p)t=[],n=[];else if(this.yData&&(t[0]<d||t[r-1]>p)){t=(i=this.cropData(this.xData,this.yData,d,p)).xData,n=i.yData,i=i.start;var h=!0}for(s=t.length||1;--s;)if(0<(r=a?e(t[s])-e(t[s-1]):t[s]-t[s-1])&&(void 0===f||r<f))var f=r;else 0>r&&u&&(y(15,!1,this.chart),u=!1);return{xData:t,yData:n,cropped:h,cropStart:i,closestPointRange:f}},processData:function(e){var t=this.xAxis;if(this.isCartesian&&!this.isDirty&&!t.isDirty&&!this.yAxis.isDirty&&!e)return!1;e=this.getProcessedData(),this.cropped=e.cropped,this.cropStart=e.cropStart,this.processedXData=e.xData,this.processedYData=e.yData,this.closestPointRange=this.basePointRange=e.closestPointRange},cropData:function(e,t,n,r,i){var o,a=e.length,s=0,l=a;for(i=C(i,this.cropShoulder),o=0;o<a;o++)if(e[o]>=n){s=Math.max(0,o-i);break}for(n=o;n<a;n++)if(e[n]>r){l=n+i;break}return{xData:e.slice(s,l),yData:t.slice(s,l),start:s,end:l}},generatePoints:function(){var e,t=this.options,n=t.data,r=this.data,i=this.processedXData,o=this.processedYData,a=this.pointClass,s=i.length,l=this.cropStart||0,c=this.hasGroupedData;t=t.keys;var u,d=[];for(r||c||((r=[]).length=n.length,r=this.data=r),t&&c&&(this.options.keys=!1),u=0;u<s;u++){var p=l+u;if(c){var h=(new a).init(this,[i[u]].concat(A(o[u])));h.dataGroup=this.groupMap[u],h.dataGroup.options&&(h.options=h.dataGroup.options,v(h,h.dataGroup.options),delete h.dataLabels)}else(h=r[p])||void 0===n[p]||(r[p]=h=(new a).init(this,n[p],i[u]));h&&(h.index=p,d[u]=h)}if(this.options.keys=t,r&&(s!==(e=r.length)||c))for(u=0;u<e;u++)u!==l||c||(u+=s),r[u]&&(r[u].destroyElements(),r[u].plotX=void 0);this.data=r,this.points=d,_(this,"afterGeneratePoints")},getXExtremes:function(e){return{min:p(e),max:d(e)}},getExtremes:function(e,t){var n,r=this.xAxis,i=this.yAxis,o=this.processedXData||this.xData,a=[],s=0,l=0,c=0,u=this.requireSorting?this.cropShoulder:0,h=!!i&&i.positiveValuesOnly;for(i=(e=e||this.stackedYData||this.processedYData||[]).length,r&&(l=(c=r.getExtremes()).min,c=c.max),n=0;n<i;n++){var f=o[n],m=e[n],g=(S(m)||w(m))&&(m.length||0<m||!h);if(f=t||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!r||(o[n+u]||f)>=l&&(o[n-u]||f)<=c,g&&f)if(g=m.length)for(;g--;)S(m[g])&&(a[s++]=m[g]);else a[s++]=m}return e={dataMin:p(a),dataMax:d(a)},_(this,"afterGetExtremes",{dataExtremes:e}),e},applyExtremes:function(){var e=this.getExtremes();return this.dataMin=e.dataMin,this.dataMax=e.dataMax,e},getFirstValidPoint:function(e){for(var t=null,n=e.length,r=0;null===t&&r<n;)t=e[r],r++;return t},translate:function(){this.processedXData||this.processData(),this.generatePoints();var e,t,n=this.options,r=n.stacking,i=this.xAxis,o=i.categories,a=this.enabledDataSorting,s=this.yAxis,l=this.points,c=l.length,u=!!this.modifyValue,d=this.pointPlacementToXValue(),p=!!d,g=n.threshold,y=n.startFromThreshold?g:0,v=this.zoneAxis||"y",b=Number.MAX_VALUE;for(e=0;e<c;e++){var x=l[e],M=x.x,k=x.y,O=x.low,L=r&&s.stacking&&s.stacking.stacks[(this.negStacks&&k<(y?0:g)?"-":"")+this.stackKey];if((s.positiveValuesOnly&&!s.validatePositiveValue(k)||i.positiveValuesOnly&&!i.validatePositiveValue(M))&&(x.isNull=!0),x.plotX=t=f(h(i.translate(M,0,0,0,1,d,"flags"===this.type),-1e5,1e5)),r&&this.visible&&L&&L[M]){var T=this.getStackIndicator(T,M,this.index);if(!x.isNull)var A=L[M],j=A.points[T.key]}if(w(j)&&(O=j[0],k=j[1],O===y&&T.key===L[M].base&&(O=C(S(g)&&g,s.min)),s.positiveValuesOnly&&0>=O&&(O=null),x.total=x.stackTotal=A.total,x.percentage=A.total&&x.y/A.total*100,x.stackY=k,this.irregularWidths||A.setOffset(this.pointXOffset||0,this.barW||0)),x.yBottom=m(O)?h(s.translate(O,0,1,0,1),-1e5,1e5):null,u&&(k=this.modifyValue(k,x)),x.plotY="number"==typeof k&&1/0!==k?h(s.translate(k,0,1,0,1),-1e5,1e5):void 0,x.isInside=this.isPointInside(x),x.clientX=p?f(i.translate(M,0,0,0,1,d)):t,x.negative=x[v]<(n[v+"Threshold"]||g||0),x.category=o&&void 0!==o[x.x]?o[x.x]:x.x,!x.isNull&&!1!==x.visible){void 0!==E&&(b=Math.min(b,Math.abs(t-E)));var E=t}x.zone=this.zones.length&&x.getZone(),!x.graphic&&this.group&&a&&(x.isNew=!0)}this.closestPointRangePx=b,_(this,"afterTranslate")},getValidPoints:function(e,t,n){var r=this.chart;return(e||this.points||[]).filter((function(e){return!(t&&!r.isInsidePlot(e.plotX,e.plotY,r.inverted))&&(!1!==e.visible&&(n||!e.isNull))}))},getClipBox:function(e,t){var n=this.options,r=this.chart,i=r.inverted,o=this.xAxis,a=o&&this.yAxis,s=r.options.chart.scrollablePlotArea||{};return e&&!1===n.clip&&a?e=i?{y:-r.chartWidth+a.len+a.pos,height:r.chartWidth,width:r.chartHeight,x:-r.chartHeight+o.len+o.pos}:{y:-a.pos,height:r.chartHeight,width:r.chartWidth,x:-o.pos}:(e=this.clipBox||r.clipBox,t&&(e.width=r.plotSizeX,e.x=(r.scrollablePixelsX||0)*(s.scrollPositionX||0))),t?{width:e.width,x:e.x}:e},setClip:function(e){var t=this.chart,n=this.options,r=t.renderer,i=t.inverted,o=this.clipBox,a=this.getClipBox(e),s=this.sharedClipKey||["_sharedClip",e&&e.duration,e&&e.easing,a.height,n.xAxis,n.yAxis].join(),l=t[s],c=t[s+"m"];e&&(a.width=0,i&&(a.x=t.plotHeight+(!1!==n.clip?0:t.plotTop))),l?t.hasLoaded||l.attr(a):(e&&(t[s+"m"]=c=r.clipRect(i?t.plotSizeX+99:-99,i?-t.plotLeft:-t.plotTop,99,i?t.chartWidth:t.chartHeight)),t[s]=l=r.clipRect(a),l.count={length:0}),e&&!l.count[this.index]&&(l.count[this.index]=!0,l.count.length+=1),(!1!==n.clip||e)&&(this.group.clip(e||o?l:t.clipRect),this.markerGroup.clip(c),this.sharedClipKey=s),e||(l.count[this.index]&&(delete l.count[this.index],--l.count.length),0===l.count.length&&s&&t[s]&&(o||(t[s]=t[s].destroy()),t[s+"m"]&&(t[s+"m"]=t[s+"m"].destroy())))},animate:function(e){var t=this.chart,n=l(this.options.animation);if(!t.hasRendered)if(e)this.setClip(n);else{var r=this.sharedClipKey;e=t[r];var i=this.getClipBox(n,!0);e&&e.animate(i,n),t[r+"m"]&&t[r+"m"].animate({width:i.width+99,x:i.x-(t.inverted?0:99)},n)}},afterAnimate:function(){this.setClip(),_(this,"afterAnimate"),this.finishedAnimating=!0},drawPoints:function(){var e,t,n=this.points,r=this.chart,i=this.options.marker,o=this[this.specialGroup]||this.markerGroup,a=this.xAxis,s=C(i.enabled,!(a&&!a.isRadial)||null,this.closestPointRangePx>=i.enabledThreshold*i.radius);if(!1!==i.enabled||this._hasPointMarkers)for(e=0;e<n.length;e++){var l=n[e],c=(t=l.graphic)?"animate":"attr",u=l.marker||{},d=!!l.marker;if((s&&void 0===u.enabled||u.enabled)&&!l.isNull&&!1!==l.visible){var p=C(u.symbol,this.symbol),h=this.markerAttribs(l,l.selected&&"select");this.enabledDataSorting&&(l.startXPos=a.reversed?-h.width:a.width);var f=!1!==l.isInside;t?t[f?"show":"hide"](f).animate(h):f&&(0<h.width||l.hasImage)&&(l.graphic=t=r.renderer.symbol(p,h.x,h.y,h.width,h.height,d?u:i).add(o),this.enabledDataSorting&&r.hasRendered&&(t.attr({x:l.startXPos}),c="animate")),t&&"animate"===c&&t[f?"show":"hide"](f).animate(h),t&&!r.styledMode&&t[c](this.pointAttribs(l,l.selected&&"select")),t&&t.addClass(l.getClassName(),!0)}else t&&(l.graphic=t.destroy())}},markerAttribs:function(e,t){var n=this.options,r=n.marker,i=e.marker||{},o=i.symbol||r.symbol,a=C(i.radius,r.radius);return t&&(r=r.states[t],t=i.states&&i.states[t],a=C(t&&t.radius,r&&r.radius,a+(r&&r.radiusPlus||0))),e.hasImage=o&&0===o.indexOf("url"),e.hasImage&&(a=0),e={x:n.crisp?Math.floor(e.plotX)-a:e.plotX-a,y:e.plotY-a},a&&(e.width=e.height=2*a),e},pointAttribs:function(e,t){var n=this.options.marker,r=e&&e.options,i=r&&r.marker||{},o=this.color,a=r&&r.color,s=e&&e.color;r=C(i.lineWidth,n.lineWidth);var l=e&&e.zone&&e.zone.color;return e=1,o=a||l||s||o,a=i.fillColor||n.fillColor||o,o=i.lineColor||n.lineColor||o,t=t||"normal",n=n.states[t],t=i.states&&i.states[t]||{},r=C(t.lineWidth,n.lineWidth,r+C(t.lineWidthPlus,n.lineWidthPlus,0)),a=t.fillColor||n.fillColor||a,{stroke:o=t.lineColor||n.lineColor||o,"stroke-width":r,fill:a,opacity:e=C(t.opacity,n.opacity,e)}},destroy:function(e){var t,n,r,i=this,o=i.chart,l=/AppleWebKit\/533/.test(I.navigator.userAgent),c=i.data||[];for(_(i,"destroy"),this.removeEvents(e),(i.axisTypes||[]).forEach((function(e){(r=i[e])&&r.series&&(g(r.series,i),r.isDirty=r.forceRedraw=!0)})),i.legendItem&&i.chart.legend.destroyItem(i),t=c.length;t--;)(n=c[t])&&n.destroy&&n.destroy();i.points=null,s.clearTimeout(i.animationTimeout),L(i,(function(e,t){e instanceof a&&!e.survive&&e[l&&"group"===t?"hide":"destroy"]()})),o.hoverSeries===i&&(o.hoverSeries=null),g(o.series,i),o.orderSeries(),L(i,(function(t,n){e&&"hcEvents"===n||delete i[n]}))},getGraphPath:function(e,t,n){var r,i,o=this,a=o.options,s=a.step,l=[],c=[];return(r=(e=e||o.points).reversed)&&e.reverse(),(s={right:1,center:2}[s]||s&&3)&&r&&(s=4-s),(e=this.getValidPoints(e,!1,!(a.connectNulls&&!t&&!n))).forEach((function(r,u){var d=r.plotX,p=r.plotY,h=e[u-1];(r.leftCliff||h&&h.rightCliff)&&!n&&(i=!0),r.isNull&&!m(t)&&0<u?i=!a.connectNulls:r.isNull&&!t?i=!0:(0===u||i?u=[["M",r.plotX,r.plotY]]:o.getPointSpline?u=[o.getPointSpline(e,r,u)]:s?(u=1===s?[["L",h.plotX,p]]:2===s?[["L",(h.plotX+d)/2,h.plotY],["L",(h.plotX+d)/2,p]]:[["L",d,h.plotY]]).push(["L",d,p]):u=[["L",d,p]],c.push(r.x),s&&(c.push(r.x),2===s&&c.push(r.x)),l.push.apply(l,u),i=!1)})),l.xMap=c,o.graphPath=l},drawGraph:function(){var e=this,t=this.options,n=(this.gappedPath||this.getGraphPath).call(this),r=this.chart.styledMode,i=[["graph","highcharts-graph"]];r||i[0].push(t.lineColor||this.color||"#cccccc",t.dashStyle),(i=e.getZonesGraphs(i)).forEach((function(i,o){var a=i[0],s=e[a],l=s?"animate":"attr";s?(s.endX=e.preventGraphAnimation?null:n.xMap,s.animate({d:n})):n.length&&(e[a]=s=e.chart.renderer.path(n).addClass(i[1]).attr({zIndex:1}).add(e.group)),s&&!r&&(a={stroke:i[2],"stroke-width":t.lineWidth,fill:e.fillGraph&&e.color||"none"},i[3]?a.dashstyle=i[3]:"square"!==t.linecap&&(a["stroke-linecap"]=a["stroke-linejoin"]="round"),s[l](a).shadow(2>o&&t.shadow)),s&&(s.startX=n.xMap,s.isArea=n.isArea)}))},getZonesGraphs:function(e){return this.zones.forEach((function(t,n){n=["zone-graph-"+n,"highcharts-graph highcharts-zone-graph-"+n+" "+(t.className||"")],this.chart.styledMode||n.push(t.color||this.color,t.dashStyle||this.options.dashStyle),e.push(n)}),this),e},applyZones:function(){var e,t,n,r,i,o,a,s,l=this,c=this.chart,u=c.renderer,d=this.zones,p=this.clips||[],f=this.graph,m=this.area,g=Math.max(c.chartWidth,c.chartHeight),y=this[(this.zoneAxis||"y")+"Axis"],v=c.inverted,b=!1;if(d.length&&(f||m)&&y&&void 0!==y.min){var _=y.reversed,x=y.horiz;f&&!this.showLine&&f.hide(),m&&m.hide();var w=y.getExtremes();d.forEach((function(d,M){e=_?x?c.plotWidth:0:x?0:y.toPixels(w.min)||0,e=h(C(t,e),0,g),t=h(Math.round(y.toPixels(C(d.value,w.max),!0)||0),0,g),b&&(e=t=y.toPixels(w.max)),r=Math.abs(e-t),i=Math.min(e,t),o=Math.max(e,t),y.isXAxis?(n={x:v?o:i,y:0,width:r,height:g},x||(n.x=c.plotHeight-n.x)):(n={x:0,y:v?o:i,width:g,height:r},x&&(n.y=c.plotWidth-n.y)),v&&u.isVML&&(n=y.isXAxis?{x:0,y:_?i:o,height:n.width,width:c.chartWidth}:{x:n.y-c.plotLeft-c.spacingBox.x,y:0,width:n.height,height:c.chartHeight}),p[M]?p[M].animate(n):p[M]=u.clipRect(n),a=l["zone-area-"+M],s=l["zone-graph-"+M],f&&s&&s.clip(p[M]),m&&a&&a.clip(p[M]),b=d.value>w.max,l.resetZones&&0===t&&(t=void 0)})),this.clips=p}else l.visible&&(f&&f.show(!0),m&&m.show(!0))},invertGroups:function(e){function t(){["group","markerGroup"].forEach((function(t){n[t]&&(r.renderer.isVML&&n[t].attr({width:n.yAxis.len,height:n.xAxis.len}),n[t].width=n.yAxis.len,n[t].height=n.xAxis.len,n[t].invert(!n.isRadialSeries&&e))}))}var n=this,r=n.chart;n.xAxis&&(n.eventsToUnbind.push(u(r,"resize",t)),t(),n.invertGroups=t)},plotGroup:function(e,t,n,r,i){var o=this[e],a=!o;return n={visibility:n,zIndex:r||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(n.opacity=this.opacity),a&&(this[e]=o=this.chart.renderer.g().add(i)),o.addClass("highcharts-"+t+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(m(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(n)[a?"attr":"animate"](this.getPlotBox()),o},getPlotBox:function(){var e=this.chart,t=this.xAxis,n=this.yAxis;return e.inverted&&(t=n,n=this.xAxis),{translateX:t?t.left:e.plotLeft,translateY:n?n.top:e.plotTop,scaleX:1,scaleY:1}},removeEvents:function(e){e?this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(e){e()})),this.eventsToUnbind.length=0):T(this)},render:function(){var e=this,t=e.chart,n=e.options,r=l(n.animation),i=!e.finishedAnimating&&t.renderer.isSVG&&r.duration,o=e.visible?"inherit":"hidden",a=n.zIndex,s=e.hasRendered,c=t.seriesGroup,u=t.inverted;_(this,"render");var d=e.plotGroup("group","series",o,a,c);e.markerGroup=e.plotGroup("markerGroup","markers",o,a,c),i&&e.animate&&e.animate(!0),d.inverted=!(!e.isCartesian&&!e.invertable)&&u,e.drawGraph&&(e.drawGraph(),e.applyZones()),e.visible&&e.drawPoints(),e.drawDataLabels&&e.drawDataLabels(),e.redrawPoints&&e.redrawPoints(),e.drawTracker&&!1!==e.options.enableMouseTracking&&e.drawTracker(),e.invertGroups(u),!1===n.clip||e.sharedClipKey||s||d.clip(t.clipRect),i&&e.animate&&e.animate(),s||(i&&r.defer&&(i+=r.defer),e.animationTimeout=j((function(){e.afterAnimate()}),i||0)),e.isDirty=!1,e.hasRendered=!0,_(e,"afterRender")},redraw:function(){var e=this.chart,t=this.isDirty||this.isDirtyData,n=this.group,r=this.xAxis,i=this.yAxis;n&&(e.inverted&&n.attr({width:e.plotWidth,height:e.plotHeight}),n.animate({translateX:C(r&&r.left,e.plotLeft),translateY:C(i&&i.top,e.plotTop)})),this.translate(),this.render(),t&&delete this.kdTree},kdAxisArray:["clientX","plotY"],searchPoint:function(e,t){var n=this.xAxis,r=this.yAxis,i=this.chart.inverted;return this.searchKDTree({clientX:i?n.len-e.chartY+n.pos:e.chartX-n.pos,plotY:i?r.len-e.chartX+r.pos:e.chartY-r.pos},t,e)},buildKDTree:function(e){this.buildingKdTree=!0;var t=this,n=-1<t.options.findNearestPointBy.indexOf("y")?2:1;delete t.kdTree,j((function(){t.kdTree=function e(n,r,i){var o;if(o=n&&n.length){var a=t.kdAxisArray[r%i];return n.sort((function(e,t){return e[a]-t[a]})),{point:n[o=Math.floor(o/2)],left:e(n.slice(0,o),r+1,i),right:e(n.slice(o+1),r+1,i)}}}(t.getValidPoints(null,!t.directTouch),n,n),t.buildingKdTree=!1}),t.options.kdNow||e&&"touchstart"===e.type?0:1)},searchKDTree:function(e,t,n){var r=this,i=this.kdAxisArray[0],o=this.kdAxisArray[1],a=t?"distX":"dist";if(t=-1<r.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(n),this.kdTree)return function e(t,n,s,l){var c=n.point,u=r.kdAxisArray[s%l],d=c,p=m(t[i])&&m(c[i])?Math.pow(t[i]-c[i],2):null,h=m(t[o])&&m(c[o])?Math.pow(t[o]-c[o],2):null;return h=(p||0)+(h||0),c.dist=m(h)?Math.sqrt(h):Number.MAX_VALUE,c.distX=m(p)?Math.sqrt(p):Number.MAX_VALUE,p=0>(u=t[u]-c[u])?"right":"left",n[h=0>u?"left":"right"]&&(d=(h=e(t,n[h],s+1,l))[a]<d[a]?h:c),n[p]&&Math.sqrt(u*u)<d[a]&&(d=(t=e(t,n[p],s+1,l))[a]<d[a]?t:d),d}(e,this.kdTree,t,t)},pointPlacementToXValue:function(){var e=this.options,t=e.pointRange,n=this.xAxis;return"between"===(e=e.pointPlacement)&&(e=n.reversed?-.5:.5),S(e)?e*C(t,n.pointRange):0},isPointInside:function(e){return void 0!==e.plotY&&void 0!==e.plotX&&0<=e.plotY&&e.plotY<=this.yAxis.len&&0<=e.plotX&&e.plotX<=this.xAxis.len}})})),t(n,"Series/LineSeries.js",[n["Core/Series/CartesianSeries.js"],n["Core/Globals.js"]],(function(e,t){return t.Series=e,t.Series})),t(n,"Extensions/Stacking.js",[n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Core/Axis/StackingAxis.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i){var o=i.correctFloat,a=i.defined,s=i.destroyObjectProperties,l=i.format,c=i.isNumber,u=i.pick,d=n.Series,p=function(){function e(e,t,n,r,i){var o=e.chart.inverted;this.axis=e,this.isNegative=n,this.options=t=t||{},this.x=r,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=i,this.rightCliff=this.leftCliff=0,this.alignOptions={align:t.align||(o?n?"left":"right":"center"),verticalAlign:t.verticalAlign||(o?"middle":n?"bottom":"top"),y:t.y,x:t.x},this.textAlign=t.textAlign||(o?n?"right":"left":"center")}return e.prototype.destroy=function(){s(this,this.axis)},e.prototype.render=function(e){var t=this.axis.chart,n=this.options,r=n.format;r=r?l(r,this,t):n.formatter.call(this),this.label?this.label.attr({text:r,visibility:"hidden"}):(this.label=t.renderer.label(r,null,null,n.shape,null,null,n.useHTML,!1,"stack-labels"),r={r:n.borderRadius||0,text:r,rotation:n.rotation,padding:u(n.padding,5),visibility:"hidden"},t.styledMode||(r.fill=n.backgroundColor,r.stroke=n.borderColor,r["stroke-width"]=n.borderWidth,this.label.css(n.style)),this.label.attr(r),this.label.added||this.label.add(e)),this.label.labelrank=t.plotHeight},e.prototype.setOffset=function(e,t,n,r,i){var o=this.axis,s=o.chart;r=o.translate(o.stacking.usePercentage?100:r||this.total,0,0,0,1),n=o.translate(n||0),n=a(r)&&Math.abs(r-n),e=u(i,s.xAxis[0].translate(this.x))+e,o=a(r)&&this.getStackBox(s,this,e,r,t,n,o),t=this.label,n=this.isNegative,e="justify"===u(this.options.overflow,"justify");var l=this.textAlign;t&&o&&(i=t.getBBox(),r=t.padding,l="left"===l?s.inverted?-r:r:"right"===l?i.width:s.inverted&&"center"===l?i.width/2:s.inverted?n?i.width+r:-r:i.width/2,n=s.inverted?i.height/2:n?-r:i.height,this.alignOptions.x=u(this.options.x,0),this.alignOptions.y=u(this.options.y,0),o.x-=l,o.y-=n,t.align(this.alignOptions,null,o),s.isInsidePlot(t.alignAttr.x+l-this.alignOptions.x,t.alignAttr.y+n-this.alignOptions.y)?t.show():(t.alignAttr.y=-9999,e=!1),e&&d.prototype.justifyDataLabel.call(this.axis,t,this.alignOptions,t.alignAttr,i,o),t.attr({x:t.alignAttr.x,y:t.alignAttr.y}),u(!e&&this.options.crop,!0)&&((s=c(t.x)&&c(t.y)&&s.isInsidePlot(t.x-r+t.width,t.y)&&s.isInsidePlot(t.x+r,t.y))||t.hide()))},e.prototype.getStackBox=function(e,t,n,r,i,o,a){var s=t.axis.reversed,l=e.inverted,c=a.height+a.pos-(l?e.plotLeft:e.plotTop);return t=t.isNegative&&!s||!t.isNegative&&s,{x:l?t?r-a.right:r-o+a.pos-e.plotLeft:n+e.xAxis[0].transB-e.plotLeft,y:l?a.height-n-i:t?c-r-o:c-r,width:l?o:i,height:l?i:o}},e}();return t.prototype.getStacks=function(){var e=this,t=e.inverted;e.yAxis.forEach((function(e){e.stacking&&e.stacking.stacks&&e.hasVisibleSeries&&(e.stacking.oldStacks=e.stacking.stacks)})),e.series.forEach((function(n){var r=n.xAxis&&n.xAxis.options||{};!n.options.stacking||!0!==n.visible&&!1!==e.options.chart.ignoreHiddenSeries||(n.stackKey=[n.type,u(n.options.stack,""),t?r.top:r.left,t?r.height:r.width].join())}))},r.compose(e),d.prototype.setGroupedPoints=function(){this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length&&d.prototype.setStackedPoints.call(this,"group")},d.prototype.setStackedPoints=function(e){var t=e||this.options.stacking;if(t&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var n=this.processedXData,r=this.processedYData,i=[],s=r.length,l=this.options,c=l.threshold,d=u(l.startFromThreshold&&c,0);l=l.stack;var h,f,m="-"+(e=e?this.type+","+t:this.stackKey),g=this.negStacks,y=this.yAxis,v=y.stacking.stacks,b=y.stacking.oldStacks;for(y.stacking.stacksTouched+=1,f=0;f<s;f++){var _=n[f],x=r[f],w=this.getStackIndicator(w,_,this.index),M=w.key,S=(h=g&&x<(d?0:c))?m:e;v[S]||(v[S]={}),v[S][_]||(b[S]&&b[S][_]?(v[S][_]=b[S][_],v[S][_].total=null):v[S][_]=new p(y,y.options.stackLabels,h,_,l)),S=v[S][_],null!==x?(S.points[M]=S.points[this.index]=[u(S.cumulative,d)],a(S.cumulative)||(S.base=M),S.touched=y.stacking.stacksTouched,0<w.index&&!1===this.singleStacks&&(S.points[M][0]=S.points[this.index+","+_+",0"][0])):S.points[M]=S.points[this.index]=null,"percent"===t?(h=h?e:m,g&&v[h]&&v[h][_]?(h=v[h][_],S.total=h.total=Math.max(h.total,S.total)+Math.abs(x)||0):S.total=o(S.total+(Math.abs(x)||0))):"group"===t?null!==x&&(S.total=(S.total||0)+1):S.total=o(S.total+(x||0)),S.cumulative="group"===t?(S.total||1)-1:u(S.cumulative,d)+(x||0),null!==x&&(S.points[M].push(S.cumulative),i[f]=S.cumulative,S.hasValidPoints=!0)}"percent"===t&&(y.stacking.usePercentage=!0),"group"!==t&&(this.stackedYData=i),y.stacking.oldStacks={}}},d.prototype.modifyStacks=function(){var e,t=this,n=t.stackKey,r=t.yAxis.stacking.stacks,i=t.processedXData,o=t.options.stacking;t[o+"Stacker"]&&[n,"-"+n].forEach((function(n){for(var a,s,l=i.length;l--;)a=i[l],e=t.getStackIndicator(e,a,t.index,n),(s=(a=r[n]&&r[n][a])&&a.points[e.key])&&t[o+"Stacker"](s,a,l)}))},d.prototype.percentStacker=function(e,t,n){t=t.total?100/t.total:0,e[0]=o(e[0]*t),e[1]=o(e[1]*t),this.stackedYData[n]=e[1]},d.prototype.getStackIndicator=function(e,t,n,r){return!a(e)||e.x!==t||r&&e.key!==r?e={x:t,index:0,key:r}:e.index++,e.key=[n,t,e.index].join(),e},n.StackItem=p,n.StackItem})),t(n,"Core/Dynamics.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Series/Series.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Series/LineSeries.js"],n["Core/Options.js"],n["Core/Series/Point.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s,l,c){var u=e.animate,d=e.setAnimation,p=n.seriesTypes,h=a.time,f=c.addEvent,m=c.createElement,g=c.css,y=c.defined,v=c.erase,b=c.error,_=c.extend,x=c.fireEvent,w=c.isArray,M=c.isNumber,S=c.isObject,k=c.isString,O=c.merge,L=c.objectEach,C=c.pick,T=c.relativeLength,A=c.splat;i.cleanRecursively=function(e,t){var n={};return L(e,(function(r,o){S(e[o],!0)&&!e.nodeType&&t[o]?(r=i.cleanRecursively(e[o],t[o]),Object.keys(r).length&&(n[o]=r)):(S(e[o])||e[o]!==t[o])&&(n[o]=e[o])})),n},_(r.prototype,{addSeries:function(e,t,n){var r,i=this;return e&&(t=C(t,!0),x(i,"addSeries",{options:e},(function(){r=i.initSeries(e),i.isDirtyLegend=!0,i.linkSeries(),r.enabledDataSorting&&r.setData(e.data,!1),x(i,"afterAddSeries",{series:r}),t&&i.redraw(n)}))),r},addAxis:function(e,t,n,r){return this.createAxis(t?"xAxis":"yAxis",{axis:e,redraw:n,animation:r})},addColorAxis:function(e,t,n){return this.createAxis("colorAxis",{axis:e,redraw:t,animation:n})},createAxis:function(e,n){var r=this.options,o="colorAxis"===e,a=n.redraw,s=n.animation;n=O(n.axis,{index:this[e].length,isX:"xAxis"===e});var l=o?new i.ColorAxis(this,n):new t(this,n);return r[e]=A(r[e]||{}),r[e].push(n),o&&(this.isDirtyLegend=!0,this.axes.forEach((function(e){e.series=[]})),this.series.forEach((function(e){e.bindAxes(),e.isDirtyData=!0}))),C(a,!0)&&this.redraw(s),l},showLoading:function(e){var t=this,n=t.options,r=t.loadingDiv,i=n.loading,o=function(){r&&g(r,{left:t.plotLeft+"px",top:t.plotTop+"px",width:t.plotWidth+"px",height:t.plotHeight+"px"})};r||(t.loadingDiv=r=m("div",{className:"highcharts-loading highcharts-loading-hidden"},null,t.container),t.loadingSpan=m("span",{className:"highcharts-loading-inner"},null,r),f(t,"redraw",o)),r.className="highcharts-loading",t.loadingSpan.innerHTML=C(e,n.lang.loading,""),t.styledMode||(g(r,_(i.style,{zIndex:10})),g(t.loadingSpan,i.labelStyle),t.loadingShown||(g(r,{opacity:0,display:""}),u(r,{opacity:i.style.opacity||.5},{duration:i.showDuration||0}))),t.loadingShown=!0,o()},hideLoading:function(){var e=this.options,t=this.loadingDiv;t&&(t.className="highcharts-loading highcharts-loading-hidden",this.styledMode||u(t,{opacity:0},{duration:e.loading.hideDuration||100,complete:function(){g(t,{display:"none"})}})),this.loadingShown=!1},propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" "),collectionsWithUpdate:["xAxis","yAxis","zAxis","series"],update:function(e,t,n,r){var o,a,s,c=this,u={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},d=e.isResponsiveOptions,p=[];if(x(c,"update",{options:e}),d||c.setResponsive(!1,!0),e=i.cleanRecursively(e,c.options),O(!0,c.userOptions,e),o=e.chart){if(O(!0,c.options.chart,o),"className"in o&&c.setClassName(o.className),"reflow"in o&&c.setReflow(o.reflow),"inverted"in o||"polar"in o||"type"in o){c.propFromSeries();var f=!0}"alignTicks"in o&&(f=!0),L(o,(function(e,t){-1!==c.propsRequireUpdateSeries.indexOf("chart."+t)&&(a=!0),-1!==c.propsRequireDirtyBox.indexOf(t)&&(c.isDirtyBox=!0),-1!==c.propsRequireReflow.indexOf(t)&&(d?c.isDirtyBox=!0:s=!0)})),!c.styledMode&&"style"in o&&c.renderer.setStyle(o.style)}!c.styledMode&&e.colors&&(this.options.colors=e.colors),e.time&&(this.time===h&&(this.time=new l(e.time)),O(!0,c.options.time,e.time)),L(e,(function(t,n){c[n]&&"function"==typeof c[n].update?c[n].update(t,!1):"function"==typeof c[u[n]]?c[u[n]](t):"color"!==n&&-1===c.collectionsWithUpdate.indexOf(n)&&O(!0,c.options[n],e[n]),"chart"!==n&&-1!==c.propsRequireUpdateSeries.indexOf(n)&&(a=!0)})),this.collectionsWithUpdate.forEach((function(t){if(e[t]){if("series"===t){var r=[];c[t].forEach((function(e,t){e.options.isInternal||r.push(C(e.options.index,t))}))}A(e[t]).forEach((function(e,i){var o,a=y(e.id);a&&(o=c.get(e.id)),o||(o=c[t][r?r[i]:i])&&a&&y(o.options.id)&&(o=void 0),o&&o.coll===t&&(o.update(e,!1),n&&(o.touched=!0)),!o&&n&&c.collectionsWithInit[t]&&(c.collectionsWithInit[t][0].apply(c,[e].concat(c.collectionsWithInit[t][1]||[]).concat([!1])).touched=!0)})),n&&c[t].forEach((function(e){e.touched||e.options.isInternal?delete e.touched:p.push(e)}))}})),p.forEach((function(e){e.remove&&e.remove(!1)})),f&&c.axes.forEach((function(e){e.update({},!1)})),a&&c.getSeriesOrderByLinks().forEach((function(e){e.chart&&e.update({},!1)}),this),f=o&&o.width,o=o&&o.height,k(o)&&(o=T(o,f||c.chartWidth)),s||M(f)&&f!==c.chartWidth||M(o)&&o!==c.chartHeight?c.setSize(f,o,r):C(t,!0)&&c.redraw(r),x(c,"afterUpdate",{options:e,redraw:t,animation:r})},setSubtitle:function(e,t){this.applyDescription("subtitle",e),this.layOutTitles(t)},setCaption:function(e,t){this.applyDescription("caption",e),this.layOutTitles(t)}}),r.prototype.collectionsWithInit={xAxis:[r.prototype.addAxis,[!0]],yAxis:[r.prototype.addAxis,[!1]],series:[r.prototype.addSeries]},_(s.prototype,{update:function(e,t,n,r){function i(){a.applyOptions(e);var r=l&&a.hasDummyGraphic;r=null===a.y?!r:r,l&&r&&(a.graphic=l.destroy(),delete a.hasDummyGraphic),S(e,!0)&&(l&&l.element&&e&&e.marker&&void 0!==e.marker.symbol&&(a.graphic=l.destroy()),e&&e.dataLabels&&a.dataLabel&&(a.dataLabel=a.dataLabel.destroy()),a.connector&&(a.connector=a.connector.destroy())),o=a.index,s.updateParallelArrays(a,o),u.data[o]=S(u.data[o],!0)||S(e,!0)?a.options:C(e,u.data[o]),s.isDirty=s.isDirtyData=!0,!s.fixedBox&&s.hasCartesianSeries&&(c.isDirtyBox=!0),"point"===u.legendType&&(c.isDirtyLegend=!0),t&&c.redraw(n)}var o,a=this,s=a.series,l=a.graphic,c=s.chart,u=s.options;t=C(t,!0),!1===r?i():a.firePointEvent("update",{options:e},i)},remove:function(e,t){this.series.removePoint(this.series.data.indexOf(this),e,t)}}),_(o.prototype,{addPoint:function(e,t,n,r,i){var o=this.options,a=this.data,s=this.chart,l=this.xAxis;l=l&&l.hasNames&&l.names;var c,u=o.data,d=this.xData;t=C(t,!0);var p={series:this};this.pointClass.prototype.applyOptions.apply(p,[e]);var h=p.x,f=d.length;if(this.requireSorting&&h<d[f-1])for(c=!0;f&&d[f-1]>h;)f--;this.updateParallelArrays(p,"splice",f,0,0),this.updateParallelArrays(p,f),l&&p.name&&(l[h]=p.name),u.splice(f,0,e),c&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),n&&(a[0]&&a[0].remove?a[0].remove(!1):(a.shift(),this.updateParallelArrays(p,"shift"),u.shift())),!1!==i&&x(this,"addPoint",{point:p}),this.isDirtyData=this.isDirty=!0,t&&s.redraw(r)},removePoint:function(e,t,n){var r=this,i=r.data,o=i[e],a=r.points,s=r.chart,l=function(){a&&a.length===i.length&&a.splice(e,1),i.splice(e,1),r.options.data.splice(e,1),r.updateParallelArrays(o||{series:r},"splice",e,1),o&&o.destroy(),r.isDirty=!0,r.isDirtyData=!0,t&&s.redraw()};d(n,s),t=C(t,!0),o?o.firePointEvent("remove",null,l):l()},remove:function(e,t,n,r){function i(){o.destroy(r),o.remove=null,a.isDirtyLegend=a.isDirtyBox=!0,a.linkSeries(),C(e,!0)&&a.redraw(t)}var o=this,a=o.chart;!1!==n?x(o,"remove",null,i):i()},update:function(e,t){e=i.cleanRecursively(e,this.userOptions),x(this,"update",{options:e});var n,r=this,o=r.chart,a=r.userOptions,s=r.initialType||r.type,l=o.options.plotOptions,c=e.type||a.type||o.options.chart.type,u=!(this.hasDerivedData||c&&c!==this.type||void 0!==e.pointStart||void 0!==e.pointInterval||r.hasOptionChanged("dataGrouping")||r.hasOptionChanged("pointStart")||r.hasOptionChanged("pointInterval")||r.hasOptionChanged("pointIntervalUnit")||r.hasOptionChanged("keys")),d=p[s].prototype,h=["eventOptions","navigatorSeries","baseSeries"],f=r.finishedAnimating&&{animation:!1},m={};for(n in u&&(h.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","mapMap","mapData","minY","maxY","minX","maxX"),!1!==e.visible&&h.push("area","graph"),r.parallelArrays.forEach((function(e){h.push(e+"Data")})),e.data&&(e.dataSorting&&_(r.options.dataSorting,e.dataSorting),this.setData(e.data,!1))),e=O(a,f,{index:void 0===a.index?r.index:a.index,pointStart:C(l&&l.series&&l.series.pointStart,a.pointStart,r.xData[0])},!u&&{data:r.options.data},e),u&&e.data&&(e.data=r.options.data),(h=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(h)).forEach((function(e){h[e]=r[e],delete r[e]})),r.remove(!1,null,!1,!0),d)r[n]=void 0;if(p[c||s]?_(r,p[c||s].prototype):b(17,!0,o,{missingModuleFor:c||s}),h.forEach((function(e){r[e]=h[e]})),r.init(o,e),u&&this.points){var g=r.options;!1===g.visible?(m.graphic=1,m.dataLabel=1):r._hasPointLabels||(e=g.marker,a=g.dataLabels,e&&(!1===e.enabled||"symbol"in e)&&(m.graphic=1),a&&!1===a.enabled&&(m.dataLabel=1)),this.points.forEach((function(e){e&&e.series&&(e.resolveColor(),Object.keys(m).length&&e.destroyElements(m),!1===g.showInLegend&&e.legendItem&&o.legend.destroyItem(e))}),this)}r.initialType=s,o.linkSeries(),x(this,"afterUpdate"),C(t,!0)&&o.redraw(!!u&&void 0)},setName:function(e){this.name=this.options.name=this.userOptions.name=e,this.chart.isDirtyLegend=!0},hasOptionChanged:function(e){var t=this.options[e],n=this.chart.options.plotOptions,r=this.userOptions[e];return r?t!==r:t!==C(n&&n[this.type]&&n[this.type][e],n&&n.series&&n.series[e],t)}}),_(t.prototype,{update:function(e,t){var n=this.chart,r=e&&e.events||{};e=O(this.userOptions,e),n.options[this.coll].indexOf&&(n.options[this.coll][n.options[this.coll].indexOf(this.userOptions)]=e),L(n.options[this.coll].events,(function(e,t){void 0===r[t]&&(r[t]=void 0)})),this.destroy(!0),this.init(n,_(e,{events:r})),n.isDirtyBox=!0,C(t,!0)&&n.redraw()},remove:function(e){for(var t=this.chart,n=this.coll,r=this.series,i=r.length;i--;)r[i]&&r[i].remove(!1);v(t.axes,this),v(t[n],this),w(t.options[n])?t.options[n].splice(this.options.index,1):delete t.options[n],t[n].forEach((function(e,t){e.options.index=e.userOptions.index=t})),this.destroy(),t.isDirtyBox=!0,C(e,!0)&&t.redraw()},setTitle:function(e,t){this.update({title:e},t)},setCategories:function(e,t){this.update({categories:e},t)}})})),t(n,"Series/AreaSeries.js",[n["Core/Series/Series.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i){var o=t.parse,a=i.objectEach,s=i.pick,l=n.Series;e.seriesType("area","line",{threshold:0},{singleStacks:!1,getStackPoints:function(e){var t,n=[],r=[],i=this.xAxis,o=this.yAxis,l=o.stacking.stacks[this.stackKey],c={},u=this.index,d=o.series,p=d.length,h=s(o.options.reversedStacks,!0)?1:-1;if(e=e||this.points,this.options.stacking){for(t=0;t<e.length;t++)e[t].leftNull=e[t].rightNull=void 0,c[e[t].x]=e[t];a(l,(function(e,t){null!==e.total&&r.push(t)})),r.sort((function(e,t){return e-t}));var f=d.map((function(e){return e.visible}));r.forEach((function(e,a){var s,d,m=0;if(c[e]&&!c[e].isNull)n.push(c[e]),[-1,1].forEach((function(n){var i=1===n?"rightNull":"leftNull",o=0,m=l[r[a+n]];if(m)for(t=u;0<=t&&t<p;)(s=m.points[t])||(t===u?c[e][i]=!0:f[t]&&(d=l[e].points[t])&&(o-=d[1]-d[0])),t+=h;c[e][1===n?"rightCliff":"leftCliff"]=o}));else{for(t=u;0<=t&&t<p;){if(s=l[e].points[t]){m=s[1];break}t+=h}m=o.translate(m,0,1,0,1),n.push({isNull:!0,plotX:i.translate(e,0,0,0,1),x:e,plotY:m,yBottom:m})}}))}return n},getGraphPath:function(e){var t,n=l.prototype.getGraphPath,r=this.options,i=r.stacking,o=this.yAxis,a=[],c=[],u=this.index,d=o.stacking.stacks[this.stackKey],p=r.threshold,h=Math.round(o.getThreshold(r.threshold));r=s(r.connectNulls,"percent"===i);var f=function(t,n,r){var s=e[t];t=i&&d[s.x].points[u];var l=s[r+"Null"]||0;if(r=s[r+"Cliff"]||0,s=!0,r||l){var f=(l?t[0]:t[1])+r,m=t[0]+r;s=!!l}else!i&&e[n]&&e[n].isNull&&(f=m=p);void 0!==f&&(c.push({plotX:g,plotY:null===f?h:o.getThreshold(f),isNull:s,isCliff:!0}),a.push({plotX:g,plotY:null===m?h:o.getThreshold(m),doCurve:!1}))};for(e=e||this.points,i&&(e=this.getStackPoints(e)),t=0;t<e.length;t++){i||(e[t].leftCliff=e[t].rightCliff=e[t].leftNull=e[t].rightNull=void 0);var m=e[t].isNull,g=s(e[t].rectPlotX,e[t].plotX),y=i?e[t].yBottom:h;m&&!r||(r||f(t,t-1,"left"),m&&!i&&r||(c.push(e[t]),a.push({x:t,plotX:g,plotY:y})),r||f(t,t+1,"right"))}return t=n.call(this,c,!0,!0),a.reversed=!0,(y=(m=n.call(this,a,!0,!0))[0])&&"M"===y[0]&&(m[0]=["L",y[1],y[2]]),m=t.concat(m),n=n.call(this,c,!1,r),m.xMap=t.xMap,this.areaPath=m,n},drawGraph:function(){this.areaPath=[],l.prototype.drawGraph.apply(this);var e=this,t=this.areaPath,n=this.options,r=[["area","highcharts-area",this.color,n.fillColor]];this.zones.forEach((function(t,i){r.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||e.color,t.fillColor||n.fillColor])})),r.forEach((function(r){var i=r[0],a=e[i],l=a?"animate":"attr",c={};a?(a.endX=e.preventGraphAnimation?null:t.xMap,a.animate({d:t})):(c.zIndex=0,(a=e[i]=e.chart.renderer.path(t).addClass(r[1]).add(e.group)).isArea=!0),e.chart.styledMode||(c.fill=s(r[3],o(r[2]).setOpacity(s(n.fillOpacity,.75)).get())),a[l](c),a.startX=t.xMap,a.shiftUnit=n.step?2:1}))},drawLegendSymbol:r.drawRectangle})})),t(n,"Series/SplineSeries.js",[n["Core/Series/Series.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.pick;e.seriesType("spline","line",{},{getPointSpline:function(e,t,r){var i=t.plotX||0,o=t.plotY||0,a=e[r-1];if(r=e[r+1],a&&!a.isNull&&!1!==a.doCurve&&!t.isCliff&&r&&!r.isNull&&!1!==r.doCurve&&!t.isCliff){e=a.plotY||0;var s=r.plotX||0;r=r.plotY||0;var l=0,c=(1.5*i+(a.plotX||0))/2.5,u=(1.5*o+e)/2.5,d=(1.5*o+r)/2.5;(s=(1.5*i+s)/2.5)!==c&&(l=(d-u)*(s-i)/(s-c)+o-d),d+=l,(u+=l)>e&&u>o?d=2*o-(u=Math.max(e,o)):u<e&&u<o&&(d=2*o-(u=Math.min(e,o))),d>r&&d>o?u=2*o-(d=Math.max(r,o)):d<r&&d<o&&(u=2*o-(d=Math.min(r,o))),t.rightContX=s,t.rightContY=d}return t=["C",n(a.rightContX,a.plotX,0),n(a.rightContY,a.plotY,0),n(c,i,0),n(u,o,0),i,o],a.rightContX=a.rightContY=void 0,t}})})),t(n,"Series/AreaSplineSeries.js",[n["Core/Series/Series.js"],n["Mixins/LegendSymbol.js"],n["Core/Options.js"]],(function(e,t,n){var r=e.seriesTypes.area.prototype;e.seriesType("areaspline","spline",n.defaultOptions.plotOptions.area,{getStackPoints:r.getStackPoints,getGraphPath:r.getGraphPath,drawGraph:r.drawGraph,drawLegendSymbol:t.drawRectangle})})),t(n,"Series/ColumnSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Series.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Series/LineSeries.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a){var s=e.animObject,l=n.parse;e=r.noop;var c=a.clamp,u=a.defined,d=a.extend,p=a.isArray,h=a.isNumber,f=a.merge,m=a.pick,g=a.objectEach;return t=t.seriesType("column","line",{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"},{cropShoulder:0,directTouch:!0,trackerGroups:["group","dataLabelsGroup"],negStacks:!0,init:function(){o.prototype.init.apply(this,arguments);var e=this,t=e.chart;t.hasRendered&&t.series.forEach((function(t){t.type===e.type&&(t.isDirty=!0)}))},getColumnMetrics:function(){var e=this,t=e.options,n=e.xAxis,r=e.yAxis,i=n.options.reversedStacks;i=n.reversed&&!i||!n.reversed&&i;var o,a={},s=0;!1===t.grouping?s=1:e.chart.series.forEach((function(t){var n=t.yAxis,i=t.options;if(t.type===e.type&&(t.visible||!e.chart.options.chart.ignoreHiddenSeries)&&r.len===n.len&&r.pos===n.pos){if(i.stacking&&"group"!==i.stacking){o=t.stackKey,void 0===a[o]&&(a[o]=s++);var l=a[o]}else!1!==i.grouping&&(l=s++);t.columnIndex=l}}));var l=Math.min(Math.abs(n.transA)*(n.ordinal&&n.ordinal.slope||t.pointRange||n.closestPointRange||n.tickInterval||1),n.len),c=l*t.groupPadding,u=(l-2*c)/(s||1);return t=Math.min(t.maxPointWidth||n.len,m(t.pointWidth,u*(1-2*t.pointPadding))),e.columnMetrics={width:t,offset:(u-t)/2+(c+((e.columnIndex||0)+(i?1:0))*u-l/2)*(i?-1:1),paddedWidth:u,columnCount:s},e.columnMetrics},crispCol:function(e,t,n,r){var i=this.chart,o=this.borderWidth,a=-(o%2?.5:0);return o=o%2?.5:1,i.inverted&&i.renderer.isVML&&(o+=1),this.options.crisp&&(n=Math.round(e+n)+a,n-=e=Math.round(e)+a),r=Math.round(t+r)+o,a=.5>=Math.abs(t)&&.5<r,r-=t=Math.round(t)+o,a&&r&&(--t,r+=1),{x:e,y:t,width:n,height:r}},adjustForMissingColumns:function(e,t,n,r){var i=this,o=this.options.stacking;if(!n.isNull&&1<r.columnCount){var a=0,s=0;g(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(e){if("number"==typeof n.x&&(e=e[n.x.toString()])){var t=e.points[i.index],r=e.total;o?(t&&(a=s),e.hasValidPoints&&s++):p(t)&&(a=t[1],s=r||0)}})),e=(n.plotX||0)+((s-1)*r.paddedWidth+t)/2-t-a*r.paddedWidth}return e},translate:function(){var e=this,t=e.chart,n=e.options,r=e.dense=2>e.closestPointRange*e.xAxis.transA;r=e.borderWidth=m(n.borderWidth,r?0:1);var i=e.xAxis,a=e.yAxis,s=n.threshold,l=e.translatedThreshold=a.getThreshold(s),d=m(n.minPointLength,5),p=e.getColumnMetrics(),f=p.width,g=e.barW=Math.max(f,1+2*r),y=e.pointXOffset=p.offset,v=e.dataMin,b=e.dataMax;t.inverted&&(l-=.5),n.pointPadding&&(g=Math.ceil(g)),o.prototype.translate.apply(e),e.points.forEach((function(r){var o=m(r.yBottom,l),_=999+Math.abs(o),x=f,w=r.plotX||0;_=c(r.plotY,-_,a.len+_);var M=w+y,S=g,k=Math.min(_,o),O=Math.max(_,o)-k;if(d&&Math.abs(O)<d){O=d;var L=!a.reversed&&!r.negative||a.reversed&&r.negative;h(s)&&h(b)&&r.y===s&&b<=s&&(a.min||0)<s&&v!==b&&(L=!L),k=Math.abs(k-l)>d?o-d:l-(L?d:0)}u(r.options.pointWidth)&&(x=S=Math.ceil(r.options.pointWidth),M-=Math.round((x-f)/2)),n.centerInCategory&&(M=e.adjustForMissingColumns(M,x,r,p)),r.barX=M,r.pointWidth=x,r.tooltipPos=t.inverted?[a.len+a.pos-t.plotLeft-_,i.len+i.pos-t.plotTop-(w||0)-y-S/2,O]:[M+S/2,_+a.pos-t.plotTop,O],r.shapeType=e.pointClass.prototype.shapeType||"rect",r.shapeArgs=e.crispCol.apply(e,r.isNull?[M,l,S,0]:[M,k,S,O])}))},getSymbol:e,drawLegendSymbol:i.drawRectangle,drawGraph:function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},pointAttribs:function(e,t){var n=this.options,r=this.pointAttrToOptions||{},i=r.stroke||"borderColor",o=r["stroke-width"]||"borderWidth",a=e&&e.color||this.color,s=e&&e[i]||n[i]||this.color||a,c=e&&e[o]||n[o]||this[o]||0;r=e&&e.options.dashStyle||n.dashStyle;var u=m(e&&e.opacity,n.opacity,1);if(e&&this.zones.length){var d=e.getZone();a=e.options.color||d&&(d.color||e.nonZonedColor)||this.color,d&&(s=d.borderColor||s,r=d.dashStyle||r,c=d.borderWidth||c)}return t&&e&&(t=(e=f(n.states[t],e.options.states&&e.options.states[t]||{})).brightness,a=e.color||void 0!==t&&l(a).brighten(e.brightness).get()||a,s=e[i]||s,c=e[o]||c,r=e.dashStyle||r,u=m(e.opacity,u)),i={fill:a,stroke:s,"stroke-width":c,opacity:u},r&&(i.dashstyle=r),i},drawPoints:function(){var e,t=this,n=this.chart,r=t.options,i=n.renderer,o=r.animationLimit||250;t.points.forEach((function(a){var s=a.graphic,l=!!s,c=s&&n.pointCount<o?"animate":"attr";h(a.plotY)&&null!==a.y?(e=a.shapeArgs,s&&a.hasNewShapeType()&&(s=s.destroy()),t.enabledDataSorting&&(a.startXPos=t.xAxis.reversed?-(e?e.width:0):t.xAxis.width),s||(a.graphic=s=i[a.shapeType](e).add(a.group||t.group))&&t.enabledDataSorting&&n.hasRendered&&n.pointCount<o&&(s.attr({x:a.startXPos}),l=!0,c="animate"),s&&l&&s[c](f(e)),r.borderRadius&&s[c]({r:r.borderRadius}),n.styledMode||s[c](t.pointAttribs(a,a.selected&&"select")).shadow(!1!==a.allowShadow&&r.shadow,null,r.stacking&&!r.borderRadius),s.addClass(a.getClassName(),!0)):s&&(a.graphic=s.destroy())}))},animate:function(e){var t=this,n=this.yAxis,r=t.options,i=this.chart.inverted,o={},a=i?"translateX":"translateY";if(e)o.scaleY=.001,e=c(n.toPixels(r.threshold),n.pos,n.pos+n.len),i?o.translateX=e-n.len:o.translateY=e,t.clipBox&&t.setClip(),t.group.attr(o);else{var l=t.group.attr(a);t.group.animate({scaleY:1},d(s(t.options.animation),{step:function(e,r){t.group&&(o[a]=l+r.pos*(n.pos-l),t.group.attr(o))}}))}},remove:function(){var e=this,t=e.chart;t.hasRendered&&t.series.forEach((function(t){t.type===e.type&&(t.isDirty=!0)})),o.prototype.remove.apply(e,arguments)}})})),t(n,"Series/BarSeries.js",[n["Core/Series/Series.js"]],(function(e){e.seriesType("bar","column",null,{inverted:!0})})),t(n,"Series/ScatterSeries.js",[n["Core/Series/Series.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){n=n.addEvent;var r=t.Series;e.seriesType("scatter","line",{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}},{sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1,drawGraph:function(){(this.options.lineWidth||0===this.options.lineWidth&&this.graph&&this.graph.strokeWidth())&&r.prototype.drawGraph.call(this)},applyJitter:function(){var e=this,t=this.options.jitter,n=this.points.length;t&&this.points.forEach((function(r,i){["x","y"].forEach((function(o,a){var s="plot"+o.toUpperCase();if(t[o]&&!r.isNull){var l=e[o+"Axis"],c=t[o]*l.transA;if(l&&!l.isLog){var u=Math.max(0,r[s]-c);l=Math.min(l.len,r[s]+c),a=1e4*Math.sin(i+a*n),r[s]=u+(l-u)*(a-Math.floor(a)),"x"===o&&(r.clientX=r.plotX)}}}))}))}}),n(r,"afterTranslate",(function(){this.applyJitter&&this.applyJitter()}))})),t(n,"Mixins/CenteredSeries.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.isNumber,r=t.pick,i=t.relativeLength,o=e.deg2rad;return e.CenteredSeriesMixin={getCenter:function(){var t=this.options,n=this.chart,o=2*(t.slicedOffset||0),a=n.plotWidth-2*o,s=n.plotHeight-2*o,l=t.center,c=Math.min(a,s),u=t.size,d=t.innerSize||0;for("string"==typeof u&&(u=parseFloat(u)),"string"==typeof d&&(d=parseFloat(d)),t=[r(l[0],"50%"),r(l[1],"50%"),r(u&&0>u?void 0:t.size,"100%"),r(d&&0>d?void 0:t.innerSize||0,"0%")],!n.angular||this instanceof e.Series||(t[3]=0),l=0;4>l;++l)u=t[l],n=2>l||2===l&&/%$/.test(u),t[l]=i(u,[a,s,c,t[2]][l])+(n?o:0);return t[3]>t[2]&&(t[3]=t[2]),t},getStartAndEndRadians:function(e,t){return e=n(e)?e:0,t=n(t)&&t>e&&360>t-e?t:e+360,{start:o*(e+-90),end:o*(t+-90)}}}})),t(n,"Series/PieSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Series.js"],n["Mixins/CenteredSeries.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Series/LineSeries.js"],n["Core/Series/Point.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s,l){var c=e.setAnimation,u=n.getStartAndEndRadians;e=r.noop;var d=l.addEvent,p=l.clamp,h=l.defined,f=l.fireEvent,m=l.isNumber,g=l.merge,y=l.pick,v=l.relativeLength;t.seriesType("pie","line",{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}},{isCartesian:!1,requireSorting:!1,directTouch:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],axisTypes:[],pointAttribs:t.seriesTypes.column.prototype.pointAttribs,animate:function(e){var t=this,n=t.points,r=t.startAngleRad;e||n.forEach((function(e){var n=e.graphic,i=e.shapeArgs;n&&i&&(n.attr({r:y(e.startR,t.center&&t.center[3]/2),start:r,end:r}),n.animate({r:i.r,start:i.start,end:i.end},t.options.animation))}))},hasData:function(){return!!this.processedXData.length},updateTotals:function(){var e,t=0,n=this.points,r=n.length,i=this.options.ignoreHiddenPoint;for(e=0;e<r;e++){var o=n[e];t+=i&&!o.visible||o.isNull?0:o.y}for(this.total=t,e=0;e<r;e++)(o=n[e]).percentage=0<t&&(o.visible||!i)?o.y/t*100:0,o.total=t},generatePoints:function(){o.prototype.generatePoints.call(this),this.updateTotals()},getX:function(e,t,n){var r=this.center,i=this.radii?this.radii[n.index]:r[2]/2;return e=Math.asin(p((e-r[1])/(i+n.labelDistance),-1,1)),r[0]+(t?-1:1)*Math.cos(e)*(i+n.labelDistance)+(0<n.labelDistance?(t?-1:1)*this.options.dataLabels.padding:0)},translate:function(e){this.generatePoints();var t=0,n=this.options,r=n.slicedOffset,i=r+(n.borderWidth||0),o=u(n.startAngle,n.endAngle),a=this.startAngleRad=o.start;o=(this.endAngleRad=o.end)-a;var s=this.points,l=n.dataLabels.distance;n=n.ignoreHiddenPoint;var c,d=s.length;for(e||(this.center=e=this.getCenter()),c=0;c<d;c++){var p=s[c],h=a+t*o;n&&!p.visible||(t+=p.percentage/100);var m=a+t*o;p.shapeType="arc",p.shapeArgs={x:e[0],y:e[1],r:e[2]/2,innerR:e[3]/2,start:Math.round(1e3*h)/1e3,end:Math.round(1e3*m)/1e3},p.labelDistance=y(p.options.dataLabels&&p.options.dataLabels.distance,l),p.labelDistance=v(p.labelDistance,p.shapeArgs.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,p.labelDistance),(m=(m+h)/2)>1.5*Math.PI?m-=2*Math.PI:m<-Math.PI/2&&(m+=2*Math.PI),p.slicedTranslation={translateX:Math.round(Math.cos(m)*r),translateY:Math.round(Math.sin(m)*r)};var g=Math.cos(m)*e[2]/2,b=Math.sin(m)*e[2]/2;p.tooltipPos=[e[0]+.7*g,e[1]+.7*b],p.half=m<-Math.PI/2||m>Math.PI/2?1:0,p.angle=m,h=Math.min(i,p.labelDistance/5),p.labelPosition={natural:{x:e[0]+g+Math.cos(m)*p.labelDistance,y:e[1]+b+Math.sin(m)*p.labelDistance},final:{},alignment:0>p.labelDistance?"center":p.half?"right":"left",connectorPosition:{breakAt:{x:e[0]+g+Math.cos(m)*h,y:e[1]+b+Math.sin(m)*h},touchingSliceAt:{x:e[0]+g,y:e[1]+b}}}}f(this,"afterTranslate")},drawEmpty:function(){var e=this.startAngleRad,t=this.endAngleRad,n=this.options;if(0===this.total&&this.center){var r=this.center[0],i=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(r,i,this.center[1]/2,0,e,t).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:s.prototype.symbols.arc(r,i,this.center[2]/2,0,{start:e,end:t,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":n.borderWidth,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},redrawPoints:function(){var e,t,n,r,i=this,o=i.chart,a=o.renderer,s=i.options.shadow;this.drawEmpty(),!s||i.shadowGroup||o.styledMode||(i.shadowGroup=a.g("shadow").attr({zIndex:-1}).add(i.group)),i.points.forEach((function(l){var c={};if(t=l.graphic,!l.isNull&&t){if(r=l.shapeArgs,e=l.getTranslate(),!o.styledMode){var u=l.shadowGroup;s&&!u&&(u=l.shadowGroup=a.g("shadow").add(i.shadowGroup)),u&&u.attr(e),n=i.pointAttribs(l,l.selected&&"select")}l.delayedRendering?(t.setRadialReference(i.center).attr(r).attr(e),o.styledMode||t.attr(n).attr({"stroke-linejoin":"round"}).shadow(s,u),l.delayedRendering=!1):(t.setRadialReference(i.center),o.styledMode||g(!0,c,n),g(!0,c,r,e),t.animate(c)),t.attr({visibility:l.visible?"inherit":"hidden"}),t.addClass(l.getClassName())}else t&&(l.graphic=t.destroy())}))},drawPoints:function(){var e=this.chart.renderer;this.points.forEach((function(t){t.graphic&&t.hasNewShapeType()&&(t.graphic=t.graphic.destroy()),t.graphic||(t.graphic=e[t.shapeType](t.shapeArgs).add(t.series.group),t.delayedRendering=!0)}))},searchPoint:e,sortByAngle:function(e,t){e.sort((function(e,n){return void 0!==e.angle&&(n.angle-e.angle)*t}))},drawLegendSymbol:i.drawRectangle,getCenter:n.getCenter,getSymbol:e,drawGraph:null},{init:function(){a.prototype.init.apply(this,arguments);var e=this;e.name=y(e.name,"Slice");var t=function(t){e.slice("select"===t.type)};return d(e,"select",t),d(e,"unselect",t),e},isValid:function(){return m(this.y)&&0<=this.y},setVisible:function(e,t){var n=this,r=n.series,i=r.chart,o=r.options.ignoreHiddenPoint;t=y(t,o),e!==n.visible&&(n.visible=n.options.visible=e=void 0===e?!n.visible:e,r.options.data[r.data.indexOf(n)]=n.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(t){n[t]&&n[t][e?"show":"hide"](!0)})),n.legendItem&&i.legend.colorizeItem(n,e),e||"hover"!==n.state||n.setState(""),o&&(r.isDirty=!0),t&&i.redraw())},slice:function(e,t,n){var r=this.series;c(n,r.chart),y(t,!0),this.sliced=this.options.sliced=h(e)?e:!this.sliced,r.options.data[r.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},getTranslate:function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},haloPath:function(e){var t=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(t.x,t.y,t.r+e,t.r+e,{innerR:t.r-1,start:t.start,end:t.end})},connectorShapes:{fixedOffset:function(e,t,n){var r=t.breakAt;return t=t.touchingSliceAt,[["M",e.x,e.y],n.softConnector?["C",e.x+("left"===e.alignment?-5:5),e.y,2*r.x-t.x,2*r.y-t.y,r.x,r.y]:["L",r.x,r.y],["L",t.x,t.y]]},straight:function(e,t){return t=t.touchingSliceAt,[["M",e.x,e.y],["L",t.x,t.y]]},crookedLine:function(e,t,n){t=t.touchingSliceAt;var r=this.series,i=r.center[0],o=r.chart.plotWidth,a=r.chart.plotLeft;r=e.alignment;var s=this.shapeArgs.r;return n=v(n.crookDistance,1),n=["L",o="left"===r?i+s+(o+a-i-s)*(1-n):a+(i-s)*n,e.y],i=!0,("left"===r?o>e.x||o<t.x:o<e.x||o>t.x)&&(i=!1),e=[["M",e.x,e.y]],i&&e.push(n),e.push(["L",t.x,t.y]),e}},getConnectorPath:function(){var e=this.labelPosition,t=this.series.options.dataLabels,n=t.connectorShape,r=this.connectorShapes;return r[n]&&(n=r[n]),n.call(this,{x:e.final.x,y:e.final.y,alignment:e.alignment},e.connectorPosition,t)}})})),t(n,"Core/Series/DataLabels.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Globals.js"],n["Core/Series/CartesianSeries.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.getDeferredAnimation;e=t.noop;var o=t.seriesTypes,a=r.arrayMax,s=r.clamp,l=r.defined,c=r.extend,u=r.fireEvent,d=r.format,p=r.isArray,h=r.merge,f=r.objectEach,m=r.pick,g=r.relativeLength,y=r.splat,v=r.stableSort;t.distribute=function(e,n,r){function i(e,t){return e.target-t.target}var o,a=!0,l=e,c=[],u=0,d=l.reducedLen||n;for(o=e.length;o--;)u+=e[o].size;if(u>d){for(v(e,(function(e,t){return(t.rank||0)-(e.rank||0)})),u=o=0;u<=d;)u+=e[o].size,o++;c=e.splice(o-1,e.length)}for(v(e,i),e=e.map((function(e){return{size:e.size,targets:[e.target],align:m(e.align,.5)}}));a;){for(o=e.length;o--;)a=e[o],u=(Math.min.apply(0,a.targets)+Math.max.apply(0,a.targets))/2,a.pos=s(u-a.size*a.align,0,n-a.size);for(o=e.length,a=!1;o--;)0<o&&e[o-1].pos+e[o-1].size>e[o].pos&&(e[o-1].size+=e[o].size,e[o-1].targets=e[o-1].targets.concat(e[o].targets),e[o-1].align=.5,e[o-1].pos+e[o-1].size>n&&(e[o-1].pos=n-e[o-1].size),e.splice(o,1),a=!0)}l.push.apply(l,c),o=0,e.some((function(e){var i=0;if(e.targets.some((function(){if(l[o].pos=e.pos+i,void 0!==r&&Math.abs(l[o].pos-l[o].target)>r)return l.slice(0,o+1).forEach((function(e){delete e.pos})),l.reducedLen=(l.reducedLen||n)-.1*n,l.reducedLen>.1*n&&t.distribute(l,n,r),!0;i+=l[o].size,o++})))return!0})),v(l,i)},n.prototype.drawDataLabels=function(){function e(e,t){var n,r=[];if(p(e)&&!p(t))r=e.map((function(e){return h(e,t)}));else if(p(t)&&!p(e))r=t.map((function(t){return h(e,t)}));else if(p(e)||p(t))for(n=Math.max(e.length,t.length);n--;)r[n]=h(e[n],t[n]);else r=h(e,t);return r}var t=this,n=t.chart,r=t.options,o=r.dataLabels,a=t.points,s=t.hasRendered||0,c=o.animation;c=o.defer?i(n,c,t):{defer:0,duration:0};var g=n.renderer;if(o=e(e(n.options.plotOptions&&n.options.plotOptions.series&&n.options.plotOptions.series.dataLabels,n.options.plotOptions&&n.options.plotOptions[t.type]&&n.options.plotOptions[t.type].dataLabels),o),u(this,"drawDataLabels"),p(o)||o.enabled||t._hasPointLabels){var v=t.plotGroup("dataLabelsGroup","data-labels",s?"inherit":"hidden",o.zIndex||6);v.attr({opacity:+s}),!s&&(s=t.dataLabelsGroup)&&(t.visible&&v.show(!0),s[r.animation?"animate":"attr"]({opacity:1},c)),a.forEach((function(i){y(e(o,i.dlOptions||i.options&&i.options.dataLabels)).forEach((function(e,o){var a=e.enabled&&(!i.isNull||i.dataLabelOnNull)&&function(e,t){var n=t.filter;return!n||(t=n.operator,e=e[n.property],n=n.value,">"===t&&e>n||"<"===t&&e<n||">="===t&&e>=n||"<="===t&&e<=n||"=="===t&&e==n||"==="===t&&e===n)}(i,e),s=i.dataLabels?i.dataLabels[o]:i.dataLabel,c=i.connectors?i.connectors[o]:i.connector,u=m(e.distance,i.labelDistance),p=!s;if(a){var h=i.getLabelConfig(),y=m(e[i.formatPrefix+"Format"],e.format);h=l(y)?d(y,h,n):(e[i.formatPrefix+"Formatter"]||e.formatter).call(h,e),y=e.style;var b=e.rotation;n.styledMode||(y.color=m(e.color,y.color,t.color,"#000000"),"contrast"===y.color?(i.contrastColor=g.getContrast(i.color||t.color),y.color=!l(u)&&e.inside||0>u||r.stacking?i.contrastColor:"#000000"):delete i.contrastColor,r.cursor&&(y.cursor=r.cursor));var _={r:e.borderRadius||0,rotation:b,padding:e.padding,zIndex:1};n.styledMode||(_.fill=e.backgroundColor,_.stroke=e.borderColor,_["stroke-width"]=e.borderWidth),f(_,(function(e,t){void 0===e&&delete _[t]}))}!s||a&&l(h)?a&&l(h)&&(s?_.text=h:(i.dataLabels=i.dataLabels||[],s=i.dataLabels[o]=b?g.text(h,0,-9999,e.useHTML).addClass("highcharts-data-label"):g.label(h,0,-9999,e.shape,null,null,e.useHTML,null,"data-label"),o||(i.dataLabel=s),s.addClass(" highcharts-data-label-color-"+i.colorIndex+" "+(e.className||"")+(e.useHTML?" highcharts-tracker":""))),s.options=e,s.attr(_),n.styledMode||s.css(y).shadow(e.shadow),s.added||s.add(v),e.textPath&&!e.useHTML&&(s.setTextPath(i.getDataLabelPath&&i.getDataLabelPath(s)||i.graphic,e.textPath),i.dataLabelPath&&!e.textPath.enabled&&(i.dataLabelPath=i.dataLabelPath.destroy())),t.alignDataLabel(i,s,e,null,p)):(i.dataLabel=i.dataLabel&&i.dataLabel.destroy(),i.dataLabels&&(1===i.dataLabels.length?delete i.dataLabels:delete i.dataLabels[o]),o||delete i.dataLabel,c&&(i.connector=i.connector.destroy(),i.connectors&&(1===i.connectors.length?delete i.connectors:delete i.connectors[o])))}))}))}u(this,"afterDrawDataLabels")},n.prototype.alignDataLabel=function(e,t,n,r,i){var o=this,a=this.chart,s=this.isCartesian&&a.inverted,l=this.enabledDataSorting,u=m(e.dlBox&&e.dlBox.centerX,e.plotX,-9999),d=m(e.plotY,-9999),p=t.getBBox(),h=n.rotation,f=n.align,g=a.isInsidePlot(u,Math.round(d),s),y="justify"===m(n.overflow,l?"none":"justify"),v=this.visible&&!1!==e.visible&&(e.series.forceDL||l&&!y||g||n.inside&&r&&a.isInsidePlot(u,s?r.x+1:r.y+r.height-1,s)),b=function(n){l&&o.xAxis&&!y&&o.setDataLabelStartPos(e,t,i,g,n)};if(v){var _=a.renderer.fontMetrics(a.styledMode?void 0:n.style.fontSize,t).b;r=c({x:s?this.yAxis.len-d:u,y:Math.round(s?this.xAxis.len-u:d),width:0,height:0},r),c(n,{width:p.width,height:p.height}),h?(y=!1,u=a.renderer.rotCorr(_,h),b(u={x:r.x+(n.x||0)+r.width/2+u.x,y:r.y+(n.y||0)+{top:0,middle:.5,bottom:1}[n.verticalAlign]*r.height}),t[i?"attr":"animate"](u).attr({align:f}),b=180<(b=(h+720)%360)&&360>b,"left"===f?u.y-=b?p.height:0:"center"===f?(u.x-=p.width/2,u.y-=p.height/2):"right"===f&&(u.x-=p.width,u.y-=b?0:p.height),t.placed=!0,t.alignAttr=u):(b(r),t.align(n,null,r),u=t.alignAttr),y&&0<=r.height?this.justifyDataLabel(t,n,u,p,r,i):m(n.crop,!0)&&(v=a.isInsidePlot(u.x,u.y)&&a.isInsidePlot(u.x+p.width,u.y+p.height)),n.shape&&!h&&t[i?"attr":"animate"]({anchorX:s?a.plotWidth-e.plotY:e.plotX,anchorY:s?a.plotHeight-e.plotX:e.plotY})}i&&l&&(t.placed=!1),v||l&&!y||(t.hide(!0),t.placed=!1)},n.prototype.setDataLabelStartPos=function(e,t,n,r,i){var o=this.chart,a=o.inverted,s=this.xAxis,l=s.reversed,c=a?t.height/2:t.width/2;e=(e=e.pointWidth)?e/2:0,s=a?i.x:l?-c-e:s.width-c+e,i=a?l?this.yAxis.height-c+e:-c-e:i.y,t.startXPos=s,t.startYPos=i,r?"hidden"===t.visibility&&(t.show(),t.attr({opacity:0}).animate({opacity:1})):t.attr({opacity:1}).animate({opacity:0},void 0,t.hide),o.hasRendered&&(n&&t.attr({x:t.startXPos,y:t.startYPos}),t.placed=!0)},n.prototype.justifyDataLabel=function(e,t,n,r,i,o){var a=this.chart,s=t.align,l=t.verticalAlign,c=e.box?0:e.padding||0,u=t.x;u=void 0===u?0:u;var d=t.y,p=void 0===d?0:d;if(0>(d=n.x+c)){"right"===s&&0<=u?(t.align="left",t.inside=!0):u-=d;var h=!0}return(d=n.x+r.width-c)>a.plotWidth&&("left"===s&&0>=u?(t.align="right",t.inside=!0):u+=a.plotWidth-d,h=!0),0>(d=n.y+c)&&("bottom"===l&&0<=p?(t.verticalAlign="top",t.inside=!0):p-=d,h=!0),(d=n.y+r.height-c)>a.plotHeight&&("top"===l&&0>=p?(t.verticalAlign="bottom",t.inside=!0):p+=a.plotHeight-d,h=!0),h&&(t.x=u,t.y=p,e.placed=!o,e.align(t,void 0,i)),h},o.pie&&(o.pie.prototype.dataLabelPositioners={radialDistributionY:function(e){return e.top+e.distributeBox.pos},radialDistributionX:function(e,t,n,r){return e.getX(n<t.top+2||n>t.bottom-2?r:n,t.half,t)},justify:function(e,t,n){return n[0]+(e.half?-1:1)*(t+e.labelDistance)},alignToPlotEdges:function(e,t,n,r){return e=e.getBBox().width,t?e+r:n-e-r},alignToConnectors:function(e,t,n,r){var i,o=0;return e.forEach((function(e){(i=e.dataLabel.getBBox().width)>o&&(o=i)})),t?o+r:n-o-r}},o.pie.prototype.drawDataLabels=function(){var e,r,i,o,s,c,u,d,p,f,g,y,v=this,b=v.data,_=v.chart,x=v.options.dataLabels||{},w=x.connectorPadding,M=_.plotWidth,S=_.plotHeight,k=_.plotLeft,O=Math.round(_.chartWidth/3),L=v.center,C=L[2]/2,T=L[1],A=[[],[]],j=[0,0,0,0],E=v.dataLabelPositioners;v.visible&&(x.enabled||v._hasPointLabels)&&(b.forEach((function(e){e.dataLabel&&e.visible&&e.dataLabel.shortened&&(e.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),e.dataLabel.shortened=!1)})),n.prototype.drawDataLabels.apply(v),b.forEach((function(e){e.dataLabel&&(e.visible?(A[e.half].push(e),e.dataLabel._pos=null,!l(x.style.width)&&!l(e.options.dataLabels&&e.options.dataLabels.style&&e.options.dataLabels.style.width)&&e.dataLabel.getBBox().width>O&&(e.dataLabel.css({width:Math.round(.7*O)+"px"}),e.dataLabel.shortened=!0)):(e.dataLabel=e.dataLabel.destroy(),e.dataLabels&&1===e.dataLabels.length&&delete e.dataLabels))})),A.forEach((function(n,r){var i,a=n.length,h=[];if(a){if(v.sortByAngle(n,r-.5),0<v.maxLabelDistance){var b=Math.max(0,T-C-v.maxLabelDistance),O=Math.min(T+C+v.maxLabelDistance,_.plotHeight);n.forEach((function(e){0<e.labelDistance&&e.dataLabel&&(e.top=Math.max(0,T-C-e.labelDistance),e.bottom=Math.min(T+C+e.labelDistance,_.plotHeight),i=e.dataLabel.getBBox().height||21,e.distributeBox={target:e.labelPosition.natural.y-e.top+i/2,size:i,rank:e.y},h.push(e.distributeBox))})),b=O+i-b,t.distribute(h,b,b/5)}for(g=0;g<a;g++){if(e=n[g],c=e.labelPosition,o=e.dataLabel,f=!1===e.visible?"hidden":"inherit",p=b=c.natural.y,h&&l(e.distributeBox)&&(void 0===e.distributeBox.pos?f="hidden":(u=e.distributeBox.size,p=E.radialDistributionY(e))),delete e.positionIndex,x.justify)d=E.justify(e,C,L);else switch(x.alignTo){case"connectors":d=E.alignToConnectors(n,r,M,k);break;case"plotEdges":d=E.alignToPlotEdges(o,r,M,k);break;default:d=E.radialDistributionX(v,e,p,b)}o._attr={visibility:f,align:c.alignment},y=e.options.dataLabels||{},o._pos={x:d+m(y.x,x.x)+({left:w,right:-w}[c.alignment]||0),y:p+m(y.y,x.y)-10},c.final.x=d,c.final.y=p,m(x.crop,!0)&&(s=o.getBBox().width,b=null,d-s<w&&1===r?(b=Math.round(s-d+w),j[3]=Math.max(b,j[3])):d+s>M-w&&0===r&&(b=Math.round(d+s-M+w),j[1]=Math.max(b,j[1])),0>p-u/2?j[0]=Math.max(Math.round(u/2-p),j[0]):p+u/2>S&&(j[2]=Math.max(Math.round(p+u/2-S),j[2])),o.sideOverflow=b)}}})),0===a(j)||this.verifyDataLabelOverflow(j))&&(this.placeDataLabels(),this.points.forEach((function(e){var t;(y=h(x,e.options.dataLabels),r=m(y.connectorWidth,1))&&(i=e.connector,(o=e.dataLabel)&&o._pos&&e.visible&&0<e.labelDistance?(f=o._attr.visibility,(t=!i)&&(e.connector=i=_.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+e.colorIndex+(e.className?" "+e.className:"")).add(v.dataLabelsGroup),_.styledMode||i.attr({"stroke-width":r,stroke:y.connectorColor||e.color||"#666666"})),i[t?"attr":"animate"]({d:e.getConnectorPath()}),i.attr("visibility",f)):i&&(e.connector=i.destroy()))})))},o.pie.prototype.placeDataLabels=function(){this.points.forEach((function(e){var t,n=e.dataLabel;n&&e.visible&&((t=n._pos)?(n.sideOverflow&&(n._attr.width=Math.max(n.getBBox().width-n.sideOverflow,0),n.css({width:n._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),n.shortened=!0),n.attr(n._attr),n[n.moved?"animate":"attr"](t),n.moved=!0):n&&n.attr({y:-9999})),delete e.distributeBox}),this)},o.pie.prototype.alignDataLabel=e,o.pie.prototype.verifyDataLabelOverflow=function(e){var t=this.center,n=this.options,r=n.center,i=n.minSize||80,o=null!==n.size;if(!o){if(null!==r[0])var a=Math.max(t[2]-Math.max(e[1],e[3]),i);else a=Math.max(t[2]-e[1]-e[3],i),t[0]+=(e[3]-e[1])/2;null!==r[1]?a=s(a,i,t[2]-Math.max(e[0],e[2])):(a=s(a,i,t[2]-e[0]-e[2]),t[1]+=(e[0]-e[2])/2),a<t[2]?(t[2]=a,t[3]=Math.min(g(n.innerSize||0,a),a),this.translate(t),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}),o.column&&(o.column.prototype.alignDataLabel=function(e,t,r,i,o){var a=this.chart.inverted,s=e.series,l=e.dlBox||e.shapeArgs,c=m(e.below,e.plotY>m(this.translatedThreshold,s.yAxis.len)),u=m(r.inside,!!this.options.stacking);l&&(0>(i=h(l)).y&&(i.height+=i.y,i.y=0),0<(l=i.y+i.height-s.yAxis.len)&&l<i.height&&(i.height-=l),a&&(i={x:s.yAxis.len-i.y-i.height,y:s.xAxis.len-i.x-i.width,width:i.height,height:i.width}),u||(a?(i.x+=c?0:i.width,i.width=0):(i.y+=c?i.height:0,i.height=0))),r.align=m(r.align,!a||u?"center":c?"right":"left"),r.verticalAlign=m(r.verticalAlign,a||u?"middle":c?"top":"bottom"),n.prototype.alignDataLabel.call(this,e,t,r,i,o),r.inside&&e.contrastColor&&t.css({color:e.contrastColor})})})),t(n,"Extensions/OverlappingDataLabels.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.addEvent,r=t.fireEvent,i=t.isArray,o=t.isNumber,a=t.objectEach,s=t.pick;n(e,"render",(function(){var e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&a(t.stacking.stacks,(function(t){a(t,(function(t){e.push(t.label)}))}))})),(this.series||[]).forEach((function(t){var n=t.options.dataLabels;t.visible&&(!1!==n.enabled||t._hasPointLabels)&&(t.nodes||t.points).forEach((function(t){t.visible&&(i(t.dataLabels)?t.dataLabels:t.dataLabel?[t.dataLabel]:[]).forEach((function(n){var r=n.options;n.labelrank=s(r.labelrank,t.labelrank,t.shapeArgs&&t.shapeArgs.height),r.allowOverlap||e.push(n)}))}))})),this.hideOverlappingLabels(e)})),e.prototype.hideOverlappingLabels=function(e){var t,n,i,a=this,s=e.length,l=a.renderer,c=!1,u=function(e){var t,n,r=e.box?0:e.padding||0,i=t=0;if(e&&(!e.alignAttr||e.placed)){var a=e.alignAttr||{x:e.attr("x"),y:e.attr("y")},s=e.parentGroup;e.width||(t=e.getBBox(),e.width=t.width,e.height=t.height,t=l.fontMetrics(null,e.element).h);var c=e.width-2*r;return(n={left:"0",center:"0.5",right:"1"}[e.alignValue])?i=+n*c:o(e.x)&&Math.round(e.x)!==e.translateX&&(i=e.x-e.translateX),{x:a.x+(s.translateX||0)+r-(i||0),y:a.y+(s.translateY||0)+r-t,width:e.width-2*r,height:e.height-2*r}}};for(n=0;n<s;n++)(t=e[n])&&(t.oldOpacity=t.opacity,t.newOpacity=1,t.absoluteBox=u(t));for(e.sort((function(e,t){return(t.labelrank||0)-(e.labelrank||0)})),n=0;n<s;n++){var d=(u=e[n])&&u.absoluteBox;for(t=n+1;t<s;++t){var p=(i=e[t])&&i.absoluteBox;!d||!p||u===i||0===u.newOpacity||0===i.newOpacity||p.x>=d.x+d.width||p.x+p.width<=d.x||p.y>=d.y+d.height||p.y+p.height<=d.y||((u.labelrank<i.labelrank?u:i).newOpacity=0)}}e.forEach((function(e){if(e){var t=e.newOpacity;e.oldOpacity!==t&&(e.alignAttr&&e.placed?(e[t?"removeClass":"addClass"]("highcharts-data-label-hidden"),c=!0,e.alignAttr.opacity=t,e[e.isOld?"animate":"attr"](e.alignAttr,null,(function(){a.styledMode||e.css({pointerEvents:t?"auto":"none"}),e.visibility=t?"inherit":"hidden"})),r(a,"afterHideOverlappingLabel")):e.attr({opacity:t})),e.isOld=!0}})),c&&r(a,"afterHideAllOverlappingLabels")}})),t(n,"Core/Interaction.js",[n["Core/Series/Series.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Core/Legend.js"],n["Series/LineSeries.js"],n["Core/Options.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s){e=e.seriesTypes;var l=n.hasTouch,c=n.svg,u=o.defaultOptions,d=s.addEvent,p=s.createElement,h=s.css,f=s.defined,m=s.extend,g=s.fireEvent,y=s.isArray,v=s.isFunction,b=s.isNumber,_=s.isObject,x=s.merge,w=s.objectEach,M=s.pick;n=n.TrackerMixin={drawTrackerPoint:function(){var e,t=this,n=t.chart,r=n.pointer,i=function(e){var t=r.getPointFromEvent(e);void 0!==t&&(r.isDirectTouch=!0,t.onMouseOver(e))};t.points.forEach((function(t){e=y(t.dataLabels)?t.dataLabels:t.dataLabel?[t.dataLabel]:[],t.graphic&&(t.graphic.element.point=t),e.forEach((function(e){e.div?e.div.point=t:e.element.point=t}))})),t._hasTracking||(t.trackerGroups.forEach((function(e){t[e]&&(t[e].addClass("highcharts-tracker").on("mouseover",i).on("mouseout",(function(e){r.onTrackerMouseOut(e)})),l&&t[e].on("touchstart",i),!n.styledMode&&t.options.cursor&&t[e].css(h).css({cursor:t.options.cursor}))})),t._hasTracking=!0),g(this,"afterDrawTracker")},drawTrackerGraph:function(){var e=this,t=e.options,n=t.trackByArea,r=[].concat(n?e.areaPath:e.graphPath),i=e.chart,o=i.pointer,a=i.renderer,s=i.options.tooltip.snap,u=e.tracker,d=function(t){i.hoverSeries!==e&&e.onMouseOver()},p="rgba(192,192,192,"+(c?1e-4:.002)+")";u?u.attr({d:r}):e.graph&&(e.tracker=a.path(r).attr({visibility:e.visible?"visible":"hidden",zIndex:2}).addClass(n?"highcharts-tracker-area":"highcharts-tracker-line").add(e.group),i.styledMode||e.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:p,fill:n?p:"none","stroke-width":e.graph.strokeWidth()+(n?0:2*s)}),[e.tracker,e.markerGroup].forEach((function(e){e.addClass("highcharts-tracker").on("mouseover",d).on("mouseout",(function(e){o.onTrackerMouseOut(e)})),t.cursor&&!i.styledMode&&e.css({cursor:t.cursor}),l&&e.on("touchstart",d)}))),g(this,"afterDrawTracker")}},e.column&&(e.column.prototype.drawTracker=n.drawTrackerPoint),e.pie&&(e.pie.prototype.drawTracker=n.drawTrackerPoint),e.scatter&&(e.scatter.prototype.drawTracker=n.drawTrackerPoint),m(r.prototype,{setItemEvents:function(e,t,n){var r=this,i=r.chart.renderer.boxWrapper,o=e instanceof a,s="highcharts-legend-"+(o?"point":"series")+"-active",l=r.chart.styledMode;(n?[t,e.legendSymbol]:[e.legendGroup]).forEach((function(n){n&&n.on("mouseover",(function(){e.visible&&r.allItems.forEach((function(t){e!==t&&t.setState("inactive",!o)})),e.setState("hover"),e.visible&&i.addClass(s),l||t.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||t.css(x(e.visible?r.itemStyle:r.itemHiddenStyle)),r.allItems.forEach((function(t){e!==t&&t.setState("",!o)})),i.removeClass(s),e.setState()})).on("click",(function(t){var n=function(){e.setVisible&&e.setVisible(),r.allItems.forEach((function(t){e!==t&&t.setState(e.visible?"inactive":"",!o)}))};i.removeClass(s),t={browserEvent:t},e.firePointEvent?e.firePointEvent("legendItemClick",t,n):g(e,"legendItemClick",t,n)}))}))},createCheckboxForItem:function(e){e.checkbox=p("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:e.selected,defaultChecked:e.selected},this.options.itemCheckboxStyle,this.chart.container),d(e.checkbox,"click",(function(t){g(e.series||e,"checkboxClick",{checked:t.target.checked,item:e},(function(){e.select()}))}))}}),m(t.prototype,{showResetZoom:function(){function e(){t.zoomOut()}var t=this,n=u.lang,r=t.options.chart.resetZoomButton,i=r.theme,o=i.states,a="chart"===r.relativeTo||"spaceBox"===r.relativeTo?null:"plotBox";g(this,"beforeShowResetZoom",null,(function(){t.resetZoomButton=t.renderer.button(n.resetZoom,null,null,e,i,o&&o.hover).attr({align:r.position.align,title:n.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(r.position,!1,a)})),g(this,"afterShowResetZoom")},zoomOut:function(){g(this,"selection",{resetSelection:!0},this.zoom)},zoom:function(e){var t,n=this,r=n.pointer,i=!1,o=n.inverted?r.mouseDownX:r.mouseDownY;!e||e.resetSelection?(n.axes.forEach((function(e){t=e.zoom()})),r.initiated=!1):e.xAxis.concat(e.yAxis).forEach((function(e){var a=e.axis,s=n.inverted?a.left:a.top,l=n.inverted?s+a.width:s+a.height,c=a.isXAxis,u=!1;(!c&&o>=s&&o<=l||c||!f(o))&&(u=!0),r[c?"zoomX":"zoomY"]&&u&&(t=a.zoom(e.min,e.max),a.displayBtn&&(i=!0))}));var a=n.resetZoomButton;i&&!a?n.showResetZoom():!i&&_(a)&&(n.resetZoomButton=a.destroy()),t&&n.redraw(M(n.options.chart.animation,e&&e.animation,100>n.pointCount))},pan:function(e,t){var n,r=this,i=r.hoverPoints,o=r.options.chart,a=r.options.mapNavigation&&r.options.mapNavigation.enabled;t="object"==typeof t?t:{enabled:t,type:"x"},o&&o.panning&&(o.panning=t);var s=t.type;g(this,"pan",{originalEvent:e},(function(){i&&i.forEach((function(e){e.setState()}));var t=[1];"xy"===s?t=[1,0]:"y"===s&&(t=[0]),t.forEach((function(t){var i=r[t?"xAxis":"yAxis"][0],o=i.horiz,l=e[o?"chartX":"chartY"],c=r[o=o?"mouseDownX":"mouseDownY"],u=(i.pointRange||0)/2,d=i.reversed&&!r.inverted||!i.reversed&&r.inverted?-1:1,p=i.getExtremes(),h=i.toValue(c-l,!0)+u*d,f=(d=i.toValue(c+i.len-l,!0)-u*d)<h;c=f?d:h,h=f?h:d;var m=i.hasVerticalPanning(),g=i.panningState;i.series.forEach((function(e){if(m&&!t&&(!g||g.isDirty)){var n=e.getProcessedData(!0);e=e.getExtremes(n.yData,!0),g||(g={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),b(e.dataMin)&&b(e.dataMax)&&(g.startMin=Math.min(e.dataMin,g.startMin),g.startMax=Math.max(e.dataMax,g.startMax))}})),d=Math.min(M(null==g?void 0:g.startMin,p.dataMin),u?p.min:i.toValue(i.toPixels(p.min)-i.minPixelPadding)),u=Math.max(M(null==g?void 0:g.startMax,p.dataMax),u?p.max:i.toValue(i.toPixels(p.max)+i.minPixelPadding)),i.panningState=g,i.isOrdinal||(0<(f=d-c)&&(h+=f,c=d),0<(f=h-u)&&(h=u,c-=f),i.series.length&&c!==p.min&&h!==p.max&&c>=d&&h<=u&&(i.setExtremes(c,h,!1,!1,{trigger:"pan"}),r.resetZoomButton||a||c===d||h===u||!s.match("y")||(r.showResetZoom(),i.displayBtn=!1),n=!0),r[o]=l)})),n&&r.redraw(!1),h(r.container,{cursor:"move"})}))}}),m(a.prototype,{select:function(e,t){var n=this,r=n.series,i=r.chart;this.selectedStaging=e=M(e,!n.selected),n.firePointEvent(e?"select":"unselect",{accumulate:t},(function(){n.selected=n.options.selected=e,r.options.data[r.data.indexOf(n)]=n.options,n.setState(e&&"select"),t||i.getSelectedPoints().forEach((function(e){var t=e.series;e.selected&&e!==n&&(e.selected=e.options.selected=!1,t.options.data[t.data.indexOf(e)]=e.options,e.setState(i.hoverPoints&&t.options.inactiveOtherPoints?"inactive":""),e.firePointEvent("unselect"))}))})),delete this.selectedStaging},onMouseOver:function(e){var t=this.series.chart,n=t.pointer;e=e?n.normalize(e):n.getChartCoordinatesFromPoint(this,t.inverted),n.runPointActions(e,this)},onMouseOut:function(){var e=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(e.hoverPoints||[]).forEach((function(e){e.setState()})),e.hoverPoints=e.hoverPoint=null},importEvents:function(){if(!this.hasImportedEvents){var e=this,t=x(e.series.options.point,e.options).events;e.events=t,w(t,(function(t,n){v(t)&&d(e,n,t)})),this.hasImportedEvents=!0}},setState:function(e,t){var n,r=this.series,i=this.state,o=r.options.states[e||"normal"]||{},a=u.plotOptions[r.type].marker&&r.options.marker,s=a&&!1===a.enabled,l=a&&a.states&&a.states[e||"normal"]||{},c=!1===l.enabled,d=r.stateMarkerGraphic,p=this.marker||{},h=r.chart,f=r.halo,y=a&&r.markerAttribs;if(!((e=e||"")===this.state&&!t||this.selected&&"select"!==e||!1===o.enabled||e&&(c||s&&!1===l.enabled)||e&&p.states&&p.states[e]&&!1===p.states[e].enabled)){if(this.state=e,y&&(n=r.markerAttribs(this,e)),this.graphic){if(i&&this.graphic.removeClass("highcharts-point-"+i),e&&this.graphic.addClass("highcharts-point-"+e),!h.styledMode){var v=r.pointAttribs(this,e),b=M(h.options.chart.animation,o.animation);r.options.inactiveOtherPoints&&v.opacity&&((this.dataLabels||[]).forEach((function(e){e&&e.animate({opacity:v.opacity},b)})),this.connector&&this.connector.animate({opacity:v.opacity},b)),this.graphic.animate(v,b)}n&&this.graphic.animate(n,M(h.options.chart.animation,l.animation,a.animation)),d&&d.hide()}else e&&l&&(i=p.symbol||r.symbol,d&&d.currentSymbol!==i&&(d=d.destroy()),n&&(d?d[t?"animate":"attr"]({x:n.x,y:n.y}):i&&(r.stateMarkerGraphic=d=h.renderer.symbol(i,n.x,n.y,n.width,n.height).add(r.markerGroup),d.currentSymbol=i)),!h.styledMode&&d&&d.attr(r.pointAttribs(this,e))),d&&(d[e&&this.isInside?"show":"hide"](),d.element.point=this);e=o.halo,o=(d=this.graphic||d)&&d.visibility||"inherit",e&&e.size&&d&&"hidden"!==o&&!this.isCluster?(f||(r.halo=f=h.renderer.path().add(d.parentGroup)),f.show()[t?"animate":"attr"]({d:this.haloPath(e.size)}),f.attr({class:"highcharts-halo highcharts-color-"+M(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:o,zIndex:-1}),f.point=this,h.styledMode||f.attr(m({fill:this.color||r.color,"fill-opacity":e.opacity},e.attributes))):f&&f.point&&f.point.haloPath&&f.animate({d:f.point.haloPath(0)},null,f.hide),g(this,"afterSetState")}},haloPath:function(e){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-e,this.plotY-e,2*e,2*e)}}),m(i.prototype,{onMouseOver:function(){var e=this.chart,t=e.hoverSeries;e.pointer.setHoverChartIndex(),t&&t!==this&&t.onMouseOut(),this.options.events.mouseOver&&g(this,"mouseOver"),this.setState("hover"),e.hoverSeries=this},onMouseOut:function(){var e=this.options,t=this.chart,n=t.tooltip,r=t.hoverPoint;t.hoverSeries=null,r&&r.onMouseOut(),this&&e.events.mouseOut&&g(this,"mouseOut"),!n||this.stickyTracking||n.shared&&!this.noSharedTooltip||n.hide(),t.series.forEach((function(e){e.setState("",!0)}))},setState:function(e,t){var n=this,r=n.options,i=n.graph,o=r.inactiveOtherPoints,a=r.states,s=r.lineWidth,l=r.opacity,c=M(a[e||"normal"]&&a[e||"normal"].animation,n.chart.options.chart.animation);if(r=0,e=e||"",n.state!==e&&([n.group,n.markerGroup,n.dataLabelsGroup].forEach((function(t){t&&(n.state&&t.removeClass("highcharts-series-"+n.state),e&&t.addClass("highcharts-series-"+e))})),n.state=e,!n.chart.styledMode)){if(a[e]&&!1===a[e].enabled)return;if(e&&(s=a[e].lineWidth||s+(a[e].lineWidthPlus||0),l=M(a[e].opacity,l)),i&&!i.dashstyle)for(a={"stroke-width":s},i.animate(a,c);n["zone-graph-"+r];)n["zone-graph-"+r].attr(a),r+=1;o||[n.group,n.markerGroup,n.dataLabelsGroup,n.labelBySeries].forEach((function(e){e&&e.animate({opacity:l},c)}))}t&&o&&n.points&&n.setAllPointsToState(e)},setAllPointsToState:function(e){this.points.forEach((function(t){t.setState&&t.setState(e)}))},setVisible:function(e,t){var n=this,r=n.chart,i=n.legendItem,o=r.options.chart.ignoreHiddenSeries,a=n.visible,s=(n.visible=e=n.options.visible=n.userOptions.visible=void 0===e?!a:e)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(e){n[e]&&n[e][s]()})),r.hoverSeries!==n&&(r.hoverPoint&&r.hoverPoint.series)!==n||n.onMouseOut(),i&&r.legend.colorizeItem(n,e),n.isDirty=!0,n.options.stacking&&r.series.forEach((function(e){e.options.stacking&&e.visible&&(e.isDirty=!0)})),n.linkedSeries.forEach((function(t){t.setVisible(e,!1)})),o&&(r.isDirtyBox=!0),g(n,s),!1!==t&&r.redraw()},show:function(){this.setVisible(!0)},hide:function(){this.setVisible(!1)},select:function(e){this.selected=e=this.options.selected=void 0===e?!this.selected:e,this.checkbox&&(this.checkbox.checked=e),g(this,e?"select":"unselect")},drawTracker:n.drawTrackerGraph})})),t(n,"Core/Responsive.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.find,r=t.isArray,i=t.isObject,o=t.merge,a=t.objectEach,s=t.pick,l=t.splat,c=t.uniqueKey;e.prototype.setResponsive=function(e,t){var r=this.options.responsive,i=[],a=this.currentResponsive;!t&&r&&r.rules&&r.rules.forEach((function(e){void 0===e._id&&(e._id=c()),this.matchResponsiveRule(e,i)}),this),(t=o.apply(0,i.map((function(e){return n(r.rules,(function(t){return t._id===e})).chartOptions})))).isResponsiveOptions=!0,(i=i.toString()||void 0)!==(a&&a.ruleIds)&&(a&&this.update(a.undoOptions,e,!0),i?((a=this.currentOptions(t)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:i,mergedOptions:t,undoOptions:a},this.update(t,e,!0)):this.currentResponsive=void 0)},e.prototype.matchResponsiveRule=function(e,t){var n=e.condition;(n.callback||function(){return this.chartWidth<=s(n.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=s(n.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=s(n.minWidth,0)&&this.chartHeight>=s(n.minHeight,0)}).call(this)&&t.push(e._id)},e.prototype.currentOptions=function(e){var t=this,n={};return function e(n,o,s,c){var u;a(n,(function(n,a){if(!c&&-1<t.collectionsWithUpdate.indexOf(a))for(n=l(n),s[a]=[],u=0;u<Math.max(n.length,o[a].length);u++)o[a][u]&&(void 0===n[u]?s[a][u]=o[a][u]:(s[a][u]={},e(n[u],o[a][u],s[a][u],c+1)));else i(n)?(s[a]=r(n)?[]:{},e(n,o[a]||{},s[a],c+1)):s[a]=void 0===o[a]?null:o[a]}))}(e,this.options,n,0),n}})),t(n,"masters/highcharts.src.js",[n["Core/Globals.js"]],(function(e){return e})),n["masters/highcharts.src.js"]._modules=n,n["masters/highcharts.src.js"]}))},function(e,t,n){var r;"undefined"!=typeof self&&self,e.exports=(r=n(3),function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function i(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0});var s=n(1),l=n.n(s),c="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,u=Object(s.forwardRef)((function(e,t){var n=Object(s.useRef)(),o=Object(s.useRef)();return c((function(){function t(){var t=e.highcharts||"object"===("undefined"==typeof window?"undefined":a(window))&&window.Highcharts,r=e.constructorType||"chart";t?t[r]?e.options?o.current=t[r](n.current,e.options,e.callback?e.callback:void 0):console.warn('The "options" property was not passed.'):console.warn('The "constructorType" property is incorrect or some required module is not imported.'):console.warn('The "highcharts" property was not passed.')}if(o.current){if(!1!==e.allowChartUpdate)if(!e.immutable&&o.current){var r;(r=o.current).update.apply(r,[e.options].concat(i(e.updateArgs||[!0,!0])))}else t()}else t()})),c((function(){return function(){o.current&&(o.current.destroy(),o.current=null)}}),[]),Object(s.useImperativeHandle)(t,(function(){return{get chart(){return o.current},container:n}}),[]),l.a.createElement("div",r({},e.containerProps,{ref:n}))}));t.default=Object(s.memo)(u)},function(e,t){e.exports=r}]))},function(e,t,n){"use strict";e.exports=n(425)},function(e,t,n){"use strict";
|
|
325
|
+
var r=n(517),i=n(518),o=n(519);function a(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(a()<t)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=l.prototype:(null===e&&(e=new l(t)),e.length=t),e}function l(e,t,n){if(!(l.TYPED_ARRAY_SUPPORT||this instanceof l))return new l(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return d(this,e)}return c(this,e,t,n)}function c(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);l.TYPED_ARRAY_SUPPORT?(e=t).__proto__=l.prototype:e=p(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!l.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|f(t,n),i=(e=s(e,r)).write(t,n);i!==r&&(e=e.slice(0,i));return e}(e,t,n):function(e,t){if(l.isBuffer(t)){var n=0|h(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?s(e,0):p(e,t);if("Buffer"===t.type&&o(t.data))return p(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function d(e,t){if(u(t),e=s(e,t<0?0:0|h(t)),!l.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function p(e,t){var n=t.length<0?0:0|h(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function h(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function f(e,t){if(l.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return B(e).length;default:if(r)return z(e).length;t=(""+t).toLowerCase(),r=!0}}function m(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return O(this,t,n);case"ascii":return L(this,t,n);case"latin1":case"binary":return C(this,t,n);case"base64":return k(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function g(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function y(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:v(e,t,n,r,i);if("number"==typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):v(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function v(e,t,n,r,i){var o,a=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,s/=2,l/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var u=-1;for(o=n;o<s;o++)if(c(e,o)===c(t,-1===u?0:o-u)){if(-1===u&&(u=o),o-u+1===l)return u*a}else-1!==u&&(o-=o-u),u=-1}else for(n+l>s&&(n=s-l),o=n;o>=0;o--){for(var d=!0,p=0;p<l;p++)if(c(e,o+p)!==c(t,p)){d=!1;break}if(d)return o}return-1}function b(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var s=parseInt(t.substr(2*a,2),16);if(isNaN(s))return a;e[n+a]=s}return a}function _(e,t,n,r){return W(z(t,e.length-n),e,n,r)}function x(e,t,n,r){return W(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function w(e,t,n,r){return x(e,t,n,r)}function M(e,t,n,r){return W(B(t),e,n,r)}function S(e,t,n,r){return W(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)n=e.charCodeAt(a),r=n>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function k(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function O(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,s,l,c=e[i],u=null,d=c>239?4:c>223?3:c>191?2:1;if(i+d<=n)switch(d){case 1:c<128&&(u=c);break;case 2:128==(192&(o=e[i+1]))&&(l=(31&c)<<6|63&o)>127&&(u=l);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(l=(15&c)<<12|(63&o)<<6|63&a)>2047&&(l<55296||l>57343)&&(u=l);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(l=(15&c)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(u=l)}null===u?(u=65533,d=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),i+=d}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}t.Buffer=l,t.SlowBuffer=function(e){+e!=e&&(e=0);return l.alloc(+e)},t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=a(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,n){return c(null,e,t,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,n){return function(e,t,n,r){return u(t),t<=0?s(e,t):void 0!==n?"string"==typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},l.allocUnsafe=function(e){return d(null,e)},l.allocUnsafeSlow=function(e){return d(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!o(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=l.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var a=e[n];if(!l.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(r,i),i+=a.length}return r},l.byteLength=f,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?O(this,0,e):m.apply(this,arguments)},l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},l.prototype.compare=function(e,t,n,r,i){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),s=Math.min(o,a),c=this.slice(r,i),u=e.slice(t,n),d=0;d<s;++d)if(c[d]!==u[d]){o=c[d],a=u[d];break}return o<a?-1:a<o?1:0},l.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},l.prototype.indexOf=function(e,t,n){return y(this,e,t,n,!0)},l.prototype.lastIndexOf=function(e,t,n){return y(this,e,t,n,!1)},l.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return _(this,e,t,n);case"ascii":return x(this,e,t,n);case"latin1":case"binary":return w(this,e,t,n);case"base64":return M(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return S(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function L(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function C(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function T(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=R(e[o]);return i}function A(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function j(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function E(e,t,n,r,i,o){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function I(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);i<o;++i)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function P(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);i<o;++i)e[n+i]=t>>>8*(r?i:3-i)&255}function D(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Y(e,t,n,r,o){return o||D(e,0,n,4),i.write(e,t,n,r,23,4),n+4}function N(e,t,n,r,o){return o||D(e,0,n,8),i.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),l.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=l.prototype;else{var i=t-e;n=new l(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+e]}return n},l.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},l.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},l.prototype.readUInt8=function(e,t){return t||j(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||j(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||j(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||j(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||j(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||j(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},l.prototype.readInt8=function(e,t){return t||j(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||j(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||j(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||j(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||j(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||j(e,4,this.length),i.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||j(e,4,this.length),i.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||j(e,8,this.length),i.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||j(e,8,this.length),i.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||E(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},l.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||E(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):P(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):P(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);E(this,e,t,n,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);E(this,e,t,n,i-1,-i)}var o=n-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):P(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||E(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):P(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return Y(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return Y(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return N(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return N(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i,o=r-n;if(this===e&&n<t&&t<r)for(i=o-1;i>=0;--i)e[i+t]=this[i+n];else if(o<1e3||!l.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},l.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=l.isBuffer(e)?e:z(new l(e,r).toString()),s=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%s]}return this};var H=/[^+\/0-9A-Za-z-_]/g;function R(e){return e<16?"0"+e.toString(16):e.toString(16)}function z(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function B(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(H,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function W(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}}).call(this,n(48))},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(1),i=n(17),o=n(2),a=n(11),s=function(e,t,n){var s=this;this.ver=1,this.sampleRate=100,this.tags={},this[o.r]=Object(a.g)(e,n)||i.h,this.data=t,this.time=Object(r.O)(new Date),this.aiDataContract={time:1,iKey:1,name:1,sampleRate:function(){return 100===s.sampleRate?4:1},tags:1,data:1}}},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(17),i=n(2),o=n(11),a=function(){function e(e,t,n,a){this.aiDataContract={ver:1,name:1,properties:0,measurements:0};this.ver=2,this[i.r]=Object(o.g)(e,t)||r.h,this[i.v]=Object(o.f)(e,n),this[i.o]=Object(o.d)(e,a)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Event",e.dataType="EventData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var r=n(70),i=n(1),o=n(17),a=n(2),s=n(11);function l(e,t){var n=e;return n&&!Object(i.v)(n)&&(JSON&&JSON[a.F]?(n=JSON[a.F](e),!t||n&&"{}"!==n||(n=Object(i.q)(e[a.I])?e[a.I]():""+e)):n=e+" - (Missing JSON.stringify)"),n||""}function c(e,t){var n=e;return e&&(n&&!Object(i.v)(n)&&(n=e.message||e.description||n),n&&!Object(i.v)(n)&&(n=l(n,!0)),e.filename&&(n=n+" @"+(e.filename||"")+":"+(e.lineno||"?")+":"+(e.colno||"?"))),t&&"String"!==t&&"Object"!==t&&"Error"!==t&&-1===(n||"")[a.i](t)&&(n=t+": "+n),n||""}function u(e){return e&&e.src&&Object(i.v)(e.src)&&e.obj&&Object(i.m)(e.obj)}function d(e){var t=e||"";Object(i.v)(t)||(t=Object(i.v)(t.stack)?t.stack:""+t);var n=t[a.E]("\n");return{src:t,obj:n}}function p(e){var t=null;if(e)try{if(e.stack)t=d(e.stack);else if(e.error&&e.error.stack)t=d(e.error.stack);else if(e.exception&&e.exception.stack)t=d(e.exception.stack);else if(u(e))t=e;else if(u(e.stackDetails))t=e.stackDetails;else if(window&&window.opera&&e.message)t=function(e){for(var t=[],n=e[a.E]("\n"),r=0;r<n[a.l];r++){var i=n[r];n[r+1]&&(i+="@"+n[r+1],r++),t.push(i)}return{src:e,obj:t}}(e[a.p]);else if(e.reason&&e.reason.stack)t=d(e.reason.stack);else if(Object(i.v)(e))t=d(e);else{var n=e.message||e.description||"";Object(i.v)(e.errorSrc)&&(n&&(n+="\n"),n+=" from "+e.errorSrc),n&&(t=d(n))}}catch(e){t=d(e)}return t||{src:"",obj:null}}function h(e){var t="";if(e&&!(t=e.typeName||e[a.r]||""))try{var n=/function (.{1,200})\(/.exec(e.constructor[a.I]());t=n&&n[a.l]>1?n[1]:""}catch(e){}return t}function f(e){if(e)try{if(!Object(i.v)(e)){var t=h(e),n=l(e,!1);return n&&"{}"!==n||(e.error&&(t=h(e=e.error)),n=l(e,!0)),0!==n[a.i](t)&&"String"!==t?t+":"+n:n}}catch(e){}return""+(e||"")}var m=function(){function e(e,t,n,r,o,l){this.aiDataContract={ver:1,exceptions:1,severityLevel:0,properties:0,measurements:0};this.ver=2,!function(e){try{if(Object(i.u)(e))return"ver"in e&&"exceptions"in e&&"properties"in e}catch(e){}return!1}(t)?(n||(n={}),this[a.e]=[new g(e,t,n)],this[a.v]=Object(s.f)(e,n),this[a.o]=Object(s.d)(e,r),o&&(this[a.C]=o),l&&(this.id=l)):(this[a.e]=t[a.e]||[],this[a.v]=t[a.v],this[a.o]=t[a.o],t[a.C]&&(this[a.C]=t[a.C]),t.id&&(this.id=t.id),t[a.u]&&(this[a.u]=t[a.u]),Object(i.s)(t[a.k])||(this[a.k]=t[a.k]))}return e.CreateAutoException=function(e,t,n,r,i,o,s,l){var u,d=h(i||o||e);return(u={})[a.p]=c(e,d),u.url=t,u.lineNumber=n,u.columnNumber=r,u.error=f(i||o||e),u.evt=f(o||e),u[a.J]=d,u.stackDetails=p(s||i||o),u.errorSrc=l,u},e.CreateFromInterface=function(t,n,o,s){var l=n[a.e]&&Object(i.d)(n[a.e],(function(e){return g[a.K](t,e)}));return new e(t,Object(r.a)(Object(r.a)({},n),{exceptions:l}),o,s)},e.prototype.toInterface=function(){var e,t=this,n=t.exceptions,r=t.properties,o=t.measurements,s=t.severityLevel,l=t.problemGroup,c=t.id,u=t.isManual,d=n instanceof Array&&Object(i.d)(n,(function(e){return e.toInterface()}))||void 0;return(e={ver:"4.0"})[a.e]=d,e.severityLevel=s,e.properties=r,e.measurements=o,e.problemGroup=l,e.id=c,e.isManual=u,e},e.CreateSimpleException=function(e,t,n,r,i,o){var s;return{exceptions:[(s={},s[a.h]=!0,s.message=e,s.stack=i,s.typeName=t,s)]}},e.envelopeType="Microsoft.ApplicationInsights.{0}.Exception",e.dataType="ExceptionData",e.formatError=f,e}(),g=function(){function e(e,t,n){this.aiDataContract={id:0,outerId:0,typeName:1,message:1,hasFullStack:0,stack:0,parsedStack:2};if(function(e){try{if(Object(i.u)(e))return"hasFullStack"in e&&"typeName"in e}catch(e){}return!1}(t))this[a.J]=t[a.J],this[a.p]=t[a.p],this.stack=t.stack,this[a.s]=t[a.s]||[],this[a.h]=t[a.h];else{var r=t,l=r&&r.evt;Object(i.p)(r)||(r=r.error||l||r),this[a.J]=Object(s.g)(e,h(r))||o.h,this[a.p]=Object(s.e)(e,c(t||r,this[a.J]))||o.h;var u=t.stackDetails||p(t);this[a.s]=function(e){var t,n=e.obj;if(n&&n[a.l]>0){t=[];var r=0,o=0;Object(i.b)(n,(function(e){var n=e[a.I]();if(y.regex.test(n)){var i=new y(n,r++);o+=i[a.D],t.push(i)}}));if(o>32768)for(var s=0,l=t[a.l]-1,c=0,u=s,d=l;s<l;){if((c+=t[s][a.D]+t[l][a.D])>32768){var p=d-u+1;t.splice(u,p);break}u=s,d=l,s++,l--}}return t}(u),this.stack=Object(s.b)(e,function(e){var t="";return e&&(e.obj?Object(i.b)(e.obj,(function(e){t+=e+"\n"})):t=e.src||""),t}(u)),this.hasFullStack=Object(i.m)(this.parsedStack)&&this.parsedStack[a.l]>0,n&&(n[a.J]=n[a.J]||this[a.J])}}return e.prototype.toInterface=function(){var e,t=this[a.s]instanceof Array&&Object(i.d)(this[a.s],(function(e){return e.toInterface()}));return(e={id:this.id,outerId:this.outerId,typeName:this[a.J],message:this[a.p],hasFullStack:this[a.h],stack:this.stack})[a.s]=t||void 0,e},e.CreateFromInterface=function(t,n){var o=n[a.s]instanceof Array&&Object(i.d)(n[a.s],(function(e){return y[a.K](e)}))||n[a.s];return new e(t,Object(r.a)(Object(r.a)({},n),{parsedStack:o}))},e}(),y=function(){function e(t,n){this.aiDataContract={level:1,method:1,assembly:0,fileName:0,line:0};if(this[a.D]=0,"string"==typeof t){var r=t;this[a.m]=n,this[a.q]="<no_method>",this[a.a]=Object(i.M)(r),this[a.g]="",this[a.n]=0;var o=r.match(e.regex);o&&o[a.l]>=5&&(this[a.q]=Object(i.M)(o[2])||this[a.q],this[a.g]=Object(i.M)(o[4]),this[a.n]=parseInt(o[5])||0)}else this[a.m]=t[a.m],this[a.q]=t[a.q],this[a.a]=t[a.a],this[a.g]=t[a.g],this[a.n]=t[a.n],this[a.D]=0;this.sizeInBytes+=this.method[a.l],this.sizeInBytes+=this.fileName[a.l],this.sizeInBytes+=this.assembly[a.l],this[a.D]+=e.baseSize,this.sizeInBytes+=this.level.toString()[a.l],this.sizeInBytes+=this.line.toString()[a.l]}return e.CreateFromInterface=function(t){return new e(t,null)},e.prototype.toInterface=function(){return{level:this[a.m],method:this[a.q],assembly:this[a.a],fileName:this[a.g],line:this[a.n]}},e.regex=/^([\s]+at)?[\s]{0,50}([^\@\()]+?)[\s]{0,50}(\@|\()([^\(\n]+):([0-9]+):([0-9]+)(\)?)$/,e.baseSize=58,e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(17),i=n(30),o=n(2),a=n(11),s=function(){function e(e,t,n,s,l,c,u){this.aiDataContract={ver:1,name:0,url:0,duration:0,properties:0,measurements:0,id:0};this.ver=2,this.id=Object(a.c)(e,u),this.url=Object(a.h)(e,n),this[o.r]=Object(a.g)(e,t)||r.h,isNaN(s)||(this[o.d]=Object(i.c)(s)),this[o.v]=Object(a.f)(e,l),this[o.o]=Object(a.d)(e,c)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview",e.dataType="PageviewData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(30),i=n(43),o=n(2),a=n(11),s=function(){function e(e,t,n,s,l,c,u,d,p,h,f,m){void 0===p&&(p="Ajax"),this.aiDataContract={id:1,ver:1,name:0,resultCode:0,duration:0,success:0,data:0,target:0,type:0,properties:0,measurements:0,kind:0,value:0,count:0,min:0,max:0,stdDev:0,dependencyKind:0,dependencySource:0,commandName:0,dependencyTypeName:0};this.ver=2,this.id=t,this[o.d]=Object(r.c)(l),this.success=c,this.resultCode=u+"",this.type=Object(a.g)(e,p);var g=Object(i.a)(e,n,d,s);this.data=Object(a.h)(e,s)||g.data,this.target=Object(a.g)(e,g.target),h&&(this.target="".concat(this.target," | ").concat(h)),this[o.r]=Object(a.g)(e,g[o.r]),this[o.v]=Object(a.f)(e,f),this[o.o]=Object(a.d)(e,m)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency",e.dataType="RemoteDependencyData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(17),i=n(2),o=n(11),a=function(){function e(e,t,n,a,s){this.aiDataContract={ver:1,message:1,severityLevel:0,properties:0};this.ver=2,t=t||r.h,this[i.p]=Object(o.e)(e,t),this[i.v]=Object(o.f)(e,a),this[i.o]=Object(o.d)(e,s),n&&(this[i.C]=n)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Message",e.dataType="MessageData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(17),i=n(2),o=n(11),a=function(){function e(e,t,n,a,s,l,c){this.aiDataContract={ver:1,name:0,url:0,duration:0,perfTotal:0,networkConnect:0,sentRequest:0,receivedResponse:0,domProcessing:0,properties:0,measurements:0};this.ver=2,this.url=Object(o.h)(e,n),this[i.r]=Object(o.g)(e,t)||r.h,this[i.v]=Object(o.f)(e,s),this[i.o]=Object(o.d)(e,l),c&&(this.domProcessing=c.domProcessing,this[i.d]=c[i.d],this.networkConnect=c.networkConnect,this.perfTotal=c.perfTotal,this[i.w]=c[i.w],this.sentRequest=c.sentRequest)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance",e.dataType="PageviewPerformanceData",e}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var r=function(e,t){this.aiDataContract={baseType:1,baseData:1},this.baseType=e,this.baseData=t}},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(59),i=Object(r.a)({Verbose:0,Information:1,Warning:2,Error:3,Critical:4})},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(1),i=n(2),o=function(){function e(){}return e.getConfig=function(e,t,n,o){var a;return void 0===o&&(o=!1),a=n&&e[i.f]&&e[i.f][n]&&!Object(r.s)(e[i.f][n][t])?e[i.f][n][t]:e[t],Object(r.s)(a)?o:a},e}()},function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ApContextualPopup=void 0;var a=n(3),s=n(523),l=n(102),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={forceClose:!1},t.tooltipRef=null,t.handleClickOutside=function(){l.StyledReactTooltip.hide(t.tooltipRef)},t.forceTooltipClose=function(){var e=t.props.tooltip;e.afterHide&&e.afterHide(),t.setState({forceClose:!0},(function(){return t.setState({forceClose:!1})}))},t}return i(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.children,r=t.className,i=t.trigger,l=t.id,c=t.tooltip,u=this.state.forceClose,d=i(),p=a.cloneElement(d,{className:(d.props.className?d.props.className:"")+" ap-contextual-popup-trigger","data-for":l,"data-tip":"tooltip",ref:function(t){return e.tooltipRef=t}});return a.createElement(a.Fragment,null,p,!u&&a.createElement(s.default,o({handleClickOutside:this.handleClickOutside,className:"ap-contextual-popup "+(r||""),id:l,isCapture:!0,place:"bottom",clickable:!0,type:"light",effect:"solid",overridePosition:function(e,t,n,r){var i=e.left,o=e.top,a=document.documentElement;return i=Math.min(a.clientWidth-r.clientWidth,i),o=Math.min(a.clientHeight-r.clientHeight,o),i=Math.max(0,i),{top:o=Math.max(0,o),left:i}},getContent:function(){return n({close:e.forceTooltipClose})}},c)))},t.defaultProps={tooltip:{}},t}(a.Component);t.ApContextualPopup=c},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(r(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.NotificationItem=t.Type=t.Severity=t.Status=void 0;var o,a,s,l=n(3),c=n(528),u=n(285),d=n(531);!function(e){e.read="Read",e.unread="Unread",e.archived="Archived"}(o=t.Status||(t.Status={})),function(e){e.important="Important",e.info="Information"}(a=t.Severity||(t.Severity={})),function(e){e.action="Actionable",e.normal="Normal"}(s=t.Type||(t.Type={}));t.NotificationItem=function(e){var t=e.data,n=e.className,r=e.archive,p={actions:i(t.payload.url&&t.payload.actionVerb?[{action:function(){return e=t.payload.url,void((n=window.open(e,"_blank"))&&n.focus());var e,n},name:t.payload.actionVerb}]:[],t.type===s.normal?[{action:function(){return r(t.notificationId)},name:"Dismiss"}]:[]),content:t.payload.content,isNew:t.state===o.unread,moduleName:t.payload.shortName,severity:t.payload.severity,timestamp:t.payload.timestamp};return l.createElement(d.Wrapper,{isNew:p.isNew,important:p.severity===a.important,className:"ap-notification-item "+(n||"")},l.createElement(d.Section,null,p.moduleName&&l.createElement(u.ApWidgetIcon,{type:p.moduleName.toLowerCase()})),l.createElement(d.Section,null,l.createElement(d.Text,null,p.content),l.createElement(d.Actions,null,p.actions&&p.actions.map((function(e,t){var n=e.name,r=e.action;return l.createElement(d.StyledButton,{key:t,onClick:r},n)})),l.createElement(d.Timestamp,null,l.createElement(c.default,{minPeriod:60,date:p.timestamp})))))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.CheckIcon=t.ApMenuItemStyled=t.ApHeaderDropdownLabelText=t.ApHeaderDropdownLabelContainer=void 0;var i,o,a,s,l=n(8),c=n(6),u=n(22),d=n(61);t.ApHeaderDropdownLabelContainer=l.default.button.withConfig({displayName:"ApHeaderDropdownLabelContainer",componentId:"sc-n66c3o-0"})(i||(i=r(["\n height: 44px;\n border: 1px solid ",";\n border-radius: 33px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 8px 16px;\n background-color: ",";\n outline: none;\n ","\n"],["\n height: 44px;\n border: 1px solid ",";\n border-radius: 33px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 8px 16px;\n background-color: ",";\n outline: none;\n ","\n"])),c.colors.grey3,c.colors.white,(function(e){return e.disabled?"\n pointer-events: none;\n ":"\n cursor: pointer;\n "})),t.ApHeaderDropdownLabelText=l.default.span.withConfig({displayName:"ApHeaderDropdownLabelText",componentId:"sc-n66c3o-1"})(o||(o=r(["\n font-size: 28px;\n color: ",";\n margin-right: 8px;\n white-space: nowrap;\n"],["\n font-size: 28px;\n color: ",";\n margin-right: 8px;\n white-space: nowrap;\n"])),c.colors.grey7),t.ApMenuItemStyled=l.default(d.ApMenuItem).withConfig({displayName:"ApMenuItemStyled",componentId:"sc-n66c3o-2"})(a||(a=r(["\n display: flex;\n align-items: center;\n padding: 8px 24px 8px 12px;\n font-size: 16px;\n"],["\n display: flex;\n align-items: center;\n padding: 8px 24px 8px 12px;\n font-size: 16px;\n"]))),t.CheckIcon=l.default(u.ApIcon).withConfig({displayName:"CheckIcon",componentId:"sc-n66c3o-3"})(s||(s=r(["\n visibility: ",";\n"],["\n visibility: ",";\n"])),(function(e){return e.visible?"visible":"hidden"}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.INITIAL_TICK_WIDTH=t.CIRCLE_WIDTH=t.getStepWidth=void 0,t.getStepWidth=function(e){var t=e.ref,n=e.min,r=e.max,i=e.circleWidth;return t&&t.getBoundingClientRect?(t.getBoundingClientRect().width-i)/(r-n):0},t.CIRCLE_WIDTH=20,t.INITIAL_TICK_WIDTH=4},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApSelect=void 0;var o=n(3),a=n(22),s=n(537);t.ApSelect=function(e){var t=e.disabled,n=e.name,l=e.onChange,c=e.options,u=e.placeholder,d=e.value,p=i(e,["disabled","name","onChange","options","placeholder","value"]);return o.createElement(s.Wrapper,null,o.createElement(s.Arrow,null,o.createElement(a.ApIcon,{iconName:"baseline_arrow_drop_down"})),o.createElement(s.Select,r({disabled:t,id:"select-"+n,value:d,onChange:function(e){l(e.target.value)}},p),u?o.createElement("option",{value:"",hidden:!0},u):null,c.map((function(e){return o.createElement("option",{key:"name-dropdown-"+e.value+"-"+e.label,value:e.value},e.label)}))))}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},o=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApInput=void 0;var a=n(3),s=n(22),l=n(103);t.ApInput=function(e){var t=e.className,n=e.disabled,c=e.errorMessage,u=e.icon,d=e.label,p=e.name,h=e.maxLength,f=e.onChange,m=e.placeholder,g=e.symbol,y=e.value,v=i(e,["className","disabled","errorMessage","icon","label","name","maxLength","onChange","placeholder","symbol","value"]),b=o(a.useState(y?y.length:0),2),_=b[0],x=b[1];return a.createElement(l.Wrapper,{className:t},d||h?a.createElement(l.LabelWrapper,null,d?a.createElement(l.Label,null,d):null,h?a.createElement(l.Counter,null,_,"/",h):null):null,a.createElement(l.InputWrapper,null,u?a.createElement(l.RightSymbol,null,a.createElement(s.ApIcon,{iconName:u})):null,g?a.createElement(l.RightSymbol,null,g):null,a.createElement(l.Input,r({disabled:n,maxLength:h||1/0,name:p,onChange:function(e){f(e.target.value,e)},onKeyUp:function(e){x(e.target.value.length)},placeholder:m,value:y,className:"ap-input-field"},v))),c?a.createElement(l.ErrorWrapper,null,a.createElement(l.ErrorMessage,null,c)):null)}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApHeaderBarLink=t.UserMenuButton=t.ApHeaderBarMenuIconTrigger=t.RightMenu=t.ApplicationTitle=t.ApHeaderBarDivider=t.RightWrapper=t.LeftWrapper=t.CCPLogoStyled=t.LogoStyled=t.Container=void 0;var i,o,a,s,l,c,u,d,p,h,f,m=n(8),g=n(6),y=n(46);t.Container=m.default.div.withConfig({displayName:"Container",componentId:"sc-1iopjqe-0"})(i||(i=r(["\n background-color: ",";\n height: 48px;\n padding: 0 32px;\n display: flex;\n justify-content: space-between;\n box-sizing: border-box;\n"],["\n background-color: ",";\n height: 48px;\n padding: 0 32px;\n display: flex;\n justify-content: space-between;\n box-sizing: border-box;\n"])),g.colors.grey7),t.LogoStyled=m.default.a.withConfig({displayName:"LogoStyled",componentId:"sc-1iopjqe-1"})(o||(o=r(["\n background-color: ",";\n width: 24px;\n height: 24px;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);\n border-radius: 4px;\n border: 1px solid transparent;\n display: flex;\n justify-content: center;\n align-items: center;\n color: ",";\n font-size: 9px;\n letter-spacing: 0.8px;\n font-weight: bold;\n text-decoration: none;\n :hover {\n border-color: ",";\n }\n"],["\n background-color: ",";\n width: 24px;\n height: 24px;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);\n border-radius: 4px;\n border: 1px solid transparent;\n display: flex;\n justify-content: center;\n align-items: center;\n color: ",";\n font-size: 9px;\n letter-spacing: 0.8px;\n font-weight: bold;\n text-decoration: none;\n :hover {\n border-color: ",";\n }\n"])),(function(e){return e.color}),g.colors.white,g.colors.white),t.CCPLogoStyled=m.default(t.LogoStyled).withConfig({displayName:"CCPLogoStyled",componentId:"sc-1iopjqe-2"})(a||(a=r(["\n width: 32px;\n height: 32px;\n font-size: 11px;\n background-color: ",";\n"],["\n width: 32px;\n height: 32px;\n font-size: 11px;\n background-color: ",";\n"])),g.colors.grey6),t.LeftWrapper=m.default.div.withConfig({displayName:"LeftWrapper",componentId:"sc-1iopjqe-3"})(s||(s=r(["\n display: flex;\n align-items: center;\n"],["\n display: flex;\n align-items: center;\n"]))),t.RightWrapper=m.default.div.withConfig({displayName:"RightWrapper",componentId:"sc-1iopjqe-4"})(l||(l=r(["\n display: flex;\n"],["\n display: flex;\n"]))),t.ApHeaderBarDivider=m.default.div.withConfig({displayName:"ApHeaderBarDivider",componentId:"sc-1iopjqe-5"})(c||(c=r(["\n width: 1px;\n height: 32px;\n margin: 0 8px;\n background-color: ",";\n"],["\n width: 1px;\n height: 32px;\n margin: 0 8px;\n background-color: ",";\n"])),g.colors.grey6),t.ApplicationTitle=m.default.div.withConfig({displayName:"ApplicationTitle",componentId:"sc-1iopjqe-6"})(u||(u=r(["\n color: ",";\n font-size: 19px;\n height: 100%;\n display: flex;\n align-items: center;\n margin-left: 12px;\n"],["\n color: ",";\n font-size: 19px;\n height: 100%;\n display: flex;\n align-items: center;\n margin-left: 12px;\n"])),g.colors.white),t.RightMenu=m.default.div.withConfig({displayName:"RightMenu",componentId:"sc-1iopjqe-7"})(d||(d=r(["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n"],["\n display: flex;\n justify-content: flex-end;\n align-items: center;\n"]))),t.ApHeaderBarMenuIconTrigger=m.default(y.ApButtonIcon).withConfig({displayName:"ApHeaderBarMenuIconTrigger",componentId:"sc-1iopjqe-8"})(p||(p=r(["\n margin-left: 12px;\n"],["\n margin-left: 12px;\n"]))),t.UserMenuButton=m.default.button.withConfig({displayName:"UserMenuButton",componentId:"sc-1iopjqe-9"})(h||(h=r(["\n margin-left: 12px;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n border: 1px solid transparent;\n background-color: ",";\n color: ",";\n outline: none;\n display: inline-flex;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n white-space: nowrap;\n :hover {\n border-color: ",";\n }\n"],["\n margin-left: 12px;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n border: 1px solid transparent;\n background-color: ",";\n color: ",";\n outline: none;\n display: inline-flex;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n white-space: nowrap;\n :hover {\n border-color: ",";\n }\n"])),g.colors.green1,g.colors.white,g.colors.white),t.ApHeaderBarLink=m.default(y.ApButtonLink).withConfig({displayName:"ApHeaderBarLink",componentId:"sc-1iopjqe-10"})(f||(f=r(["\n color: ",";\n background-color: transparent;\n text-transform: capitalize;\n font-size: 16px;\n font-weight: 500;\n :hover {\n color: ",";\n background-color: transparent;\n }\n"],["\n color: ",";\n background-color: transparent;\n text-transform: capitalize;\n font-size: 16px;\n font-weight: 500;\n :hover {\n color: ",";\n background-color: transparent;\n }\n"])),g.colors.grey4,g.colors.green1)},function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},a=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},s=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(a(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApPeriodPicker=void 0;var l=n(3),c=n(46),u=n(22),d=n(61),p=n(547),h=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],f=function(){var e=new Date,t=e.getMonth()+1;return{quarter:Math.ceil(t/3),month:t,year:e.getFullYear()}},m=function(e){return"P"+e},g=function(e){return"Q"+e},y=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isMenuOpen:!1,year:t.props.data.year||f().year},t.toggleMenu=function(e){var n=t.props.data;t.setState({isMenuOpen:e}),!e&&n.year&&t.setState({year:n.year})},t.setNextYear=function(){var e=t.state.year;t.setState({year:e+1})},t.setPrevYear=function(){var e=t.state.year;t.setState({year:e-1})},t.selectPeriod=function(e){(0,t.props.onChange)({year:t.state.year,period:e}),t.toggleMenu(!1)},t}return i(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props.data;t.year&&t.year!==e.data.year&&this.setState({year:t.year})},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.enableBeforeToday,i=t.data,a=t.disabled,y=t.showPeriod,v=t.isQuarter,b=t.onChange,_=this.state,x=_.year,w=_.isMenuOpen,M=f(),S=M.month,k=M.year,O=M.quarter,L=i.period,C=i.year,T=C&&L?v?g(L)+"/"+C:y?m(L)+"/"+C:h[L-1]+" "+C:"";return l.createElement(d.ApMenu,{isOpen:w,toggleMenu:this.toggleMenu,className:n,button:l.createElement("div",{style:a?{pointerEvents:"none"}:{}},l.createElement(p.Wrapper,null,l.createElement(p.StyledTextInput,o({placeholder:"date",value:T,onChange:function(){return null},disabled:a},{readOnly:!0})),l.createElement(p.InnerIcon,null,l.createElement(u.ApIcon,{iconName:"baseline_calendar_today",iconSize:20}))))},l.createElement(p.MenuContent,null,l.createElement(p.PickerHeader,null,l.createElement(c.ApButtonIcon,{iconName:"baseline_keyboard_arrow_left",disabled:!r&&x<=k,onClick:this.setPrevYear}),l.createElement(p.PickerYear,null,x),l.createElement(c.ApButtonIcon,{iconName:"baseline_keyboard_arrow_right",onClick:this.setNextYear})),l.createElement(p.PickerContent,{isQuarter:v},l.createElement(p.PickerGrid,null,v?s(Array(4).keys()).map((function(t){var n=!r&&(x<k||x===k&&t+1<O),i=x===C&&t+1===L;return l.createElement(p.PickerPeriod,{key:t,disabled:n,active:i,onClick:n?void 0:function(){b({year:x,period:t+1}),e.toggleMenu(!1)}},g(t+1))})):h.map((function(t,n){var i=!r&&(x<k||x===k&&n+1<S),o=x===C&&n+1===L;return l.createElement(p.PickerPeriod,{key:n,disabled:i,active:o,onClick:i?void 0:function(){e.selectPeriod(n+1)}},y?m(n+1):t)}))))))},t.defaultProps={data:{},disabled:!1,enableBeforeToday:!1,isQuarter:!1,showPeriod:!1},t}(l.Component);t.ApPeriodPicker=y},function(e,t,n){"use strict";n.r(t),n.d(t,"adjustHue",(function(){return Ye})),n.d(t,"animation",(function(){return yt})),n.d(t,"backgroundImages",(function(){return vt})),n.d(t,"backgrounds",(function(){return bt})),n.d(t,"between",(function(){return Y})),n.d(t,"border",(function(){return xt})),n.d(t,"borderColor",(function(){return wt})),n.d(t,"borderRadius",(function(){return Mt})),n.d(t,"borderStyle",(function(){return St})),n.d(t,"borderWidth",(function(){return kt})),n.d(t,"buttons",(function(){return At})),n.d(t,"clearFix",(function(){return N})),n.d(t,"complement",(function(){return Ne})),n.d(t,"cover",(function(){return H})),n.d(t,"cssVar",(function(){return _})),n.d(t,"darken",(function(){return ze})),n.d(t,"desaturate",(function(){return We})),n.d(t,"directionalProperty",(function(){return k})),n.d(t,"ellipsis",(function(){return R})),n.d(t,"em",(function(){return A})),n.d(t,"fluidRange",(function(){return W})),n.d(t,"fontFace",(function(){return X})),n.d(t,"getContrast",(function(){return Ve})),n.d(t,"getLuminance",(function(){return Fe})),n.d(t,"getValueAndUnit",(function(){return E})),n.d(t,"grayscale",(function(){return Ue})),n.d(t,"hiDPI",(function(){return $})),n.d(t,"hideText",(function(){return J})),n.d(t,"hideVisually",(function(){return Z})),n.d(t,"hsl",(function(){return Te})),n.d(t,"hslToColorString",(function(){return Ge})),n.d(t,"hsla",(function(){return Ae})),n.d(t,"invert",(function(){return qe})),n.d(t,"lighten",(function(){return Ke})),n.d(t,"linearGradient",(function(){return te})),n.d(t,"margin",(function(){return jt})),n.d(t,"math",(function(){return v})),n.d(t,"meetsContrastGuidelines",(function(){return Xe})),n.d(t,"mix",(function(){return Ze})),n.d(t,"modularScale",(function(){return P})),n.d(t,"normalize",(function(){return ne})),n.d(t,"opacify",(function(){return et})),n.d(t,"padding",(function(){return Et})),n.d(t,"parseToHsl",(function(){return Me})),n.d(t,"parseToRgb",(function(){return we})),n.d(t,"position",(function(){return Pt})),n.d(t,"radialGradient",(function(){return re})),n.d(t,"readableColor",(function(){return tt})),n.d(t,"rem",(function(){return D})),n.d(t,"retinaImage",(function(){return ie})),n.d(t,"rgb",(function(){return je})),n.d(t,"rgbToColorString",(function(){return nt})),n.d(t,"rgba",(function(){return Ee})),n.d(t,"saturate",(function(){return it})),n.d(t,"setHue",(function(){return at})),n.d(t,"setLightness",(function(){return lt})),n.d(t,"setSaturation",(function(){return ut})),n.d(t,"shade",(function(){return pt})),n.d(t,"size",(function(){return Dt})),n.d(t,"stripUnit",(function(){return C})),n.d(t,"textInputs",(function(){return Ht})),n.d(t,"timingFunctions",(function(){return ae})),n.d(t,"tint",(function(){return ft})),n.d(t,"toColorString",(function(){return Ie})),n.d(t,"transitions",(function(){return Rt})),n.d(t,"transparentize",(function(){return gt})),n.d(t,"triangle",(function(){return le})),n.d(t,"wordWrap",(function(){return ce}));var r=n(14);var i=n(31);function o(e){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var a=n(63);function s(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function l(e,t,n){return(l=s()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&Object(a.a)(i,n.prototype),i}).apply(null,arguments)}function c(e){var t="function"==typeof Map?new Map:void 0;return(c=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return l(e,arguments,o(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Object(a.a)(r,e)})(e)}function u(e,t){return t||(t=e.slice(0)),e.raw=t,e}function d(){var e;return(e=arguments.length-1)<0||arguments.length<=e?void 0:arguments[e]}var p={symbols:{"!":{postfix:{symbol:"!",f:function e(t){return t%1||!(+t>=0)?NaN:t>170?1/0:0===t?1:t*e(t-1)},notation:"postfix",precedence:6,rightToLeft:0,argCount:1},symbol:"!",regSymbol:"!"},"^":{infix:{symbol:"^",f:function(e,t){return Math.pow(e,t)},notation:"infix",precedence:5,rightToLeft:1,argCount:2},symbol:"^",regSymbol:"\\^"},"*":{infix:{symbol:"*",f:function(e,t){return e*t},notation:"infix",precedence:4,rightToLeft:0,argCount:2},symbol:"*",regSymbol:"\\*"},"/":{infix:{symbol:"/",f:function(e,t){return e/t},notation:"infix",precedence:4,rightToLeft:0,argCount:2},symbol:"/",regSymbol:"/"},"+":{infix:{symbol:"+",f:function(e,t){return e+t},notation:"infix",precedence:2,rightToLeft:0,argCount:2},prefix:{symbol:"+",f:d,notation:"prefix",precedence:3,rightToLeft:0,argCount:1},symbol:"+",regSymbol:"\\+"},"-":{infix:{symbol:"-",f:function(e,t){return e-t},notation:"infix",precedence:2,rightToLeft:0,argCount:2},prefix:{symbol:"-",f:function(e){return-e},notation:"prefix",precedence:3,rightToLeft:0,argCount:1},symbol:"-",regSymbol:"-"},",":{infix:{symbol:",",f:function(){return Array.of.apply(Array,arguments)},notation:"infix",precedence:1,rightToLeft:0,argCount:2},symbol:",",regSymbol:","},"(":{prefix:{symbol:"(",f:d,notation:"prefix",precedence:0,rightToLeft:0,argCount:1},symbol:"(",regSymbol:"\\("},")":{postfix:{symbol:")",f:void 0,notation:"postfix",precedence:0,rightToLeft:0,argCount:1},symbol:")",regSymbol:"\\)"},min:{func:{symbol:"min",f:function(){return Math.min.apply(Math,arguments)},notation:"func",precedence:0,rightToLeft:0,argCount:1},symbol:"min",regSymbol:"min\\b"},max:{func:{symbol:"max",f:function(){return Math.max.apply(Math,arguments)},notation:"func",precedence:0,rightToLeft:0,argCount:1},symbol:"max",regSymbol:"max\\b"},sqrt:{func:{symbol:"sqrt",f:function(e){return Math.sqrt(e)},notation:"func",precedence:0,rightToLeft:0,argCount:1},symbol:"sqrt",regSymbol:"sqrt\\b"}}};var h=function(e){function t(t){return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+t+" for more information.")||this)}return Object(i.a)(t,e),t}(c(Error)),f=/((?!\w)a|na|hc|mc|dg|me[r]?|xe|ni(?![a-zA-Z])|mm|cp|tp|xp|q(?!s)|hv|xamv|nimv|wv|sm|s(?!\D|$)|ged|darg?|nrut)/g;function m(e,t){var n,r=e.pop();return t.push(r.f.apply(r,(n=[]).concat.apply(n,t.splice(-r.argCount)))),r.precedence}function g(e,t){var n,i=function(e){var t={};return t.symbols=e?Object(r.a)({},p.symbols,e.symbols):Object(r.a)({},p.symbols),t}(t),o=[i.symbols["("].prefix],a=[],s=new RegExp("\\d+(?:\\.\\d+)?|"+Object.keys(i.symbols).map((function(e){return i.symbols[e]})).sort((function(e,t){return t.symbol.length-e.symbol.length})).map((function(e){return e.regSymbol})).join("|")+"|(\\S)","g");s.lastIndex=0;var l=!1;do{var c=(n=s.exec(e))||[")",void 0],u=c[0],d=c[1],f=i.symbols[u],g=f&&!f.prefix&&!f.func,y=!f||!f.postfix&&!f.infix;if(d||(l?y:g))throw new h(37,n?n.index:e.length,e);if(l){var v=f.postfix||f.infix;do{var b=o[o.length-1];if((v.precedence-b.precedence||b.rightToLeft)>0)break}while(m(o,a));l="postfix"===v.notation,")"!==v.symbol&&(o.push(v),l&&m(o,a))}else if(f){if(o.push(f.prefix||f.func),f.func&&(!(n=s.exec(e))||"("!==n[0]))throw new h(38,n?n.index:e.length,e)}else a.push(+u),l=!0}while(n&&o.length);if(o.length)throw new h(39,n?n.index:e.length,e);if(n)throw new h(40,n?n.index:e.length,e);return a.pop()}function y(e){return e.split("").reverse().join("")}function v(e,t){var n=y(e),r=n.match(f);if(r&&!r.every((function(e){return e===r[0]})))throw new h(41);return""+g(y(n.replace(f,"")),t)+(r?y(r[0]):"")}var b=/--[\S]*/g;function _(e,t){if(!e||!e.match(b)){if(t)return e;throw new h(73)}var n;if("undefined"!=typeof document&&null!==document.documentElement&&(n=getComputedStyle(document.documentElement).getPropertyValue(e)),n)return n.trim();throw new h(74)}function x(e){return e.charAt(0).toUpperCase()+e.slice(1)}var w=["Top","Right","Bottom","Left"];function M(e,t){if(!e)return t.toLowerCase();var n=e.split("-");if(n.length>1)return n.splice(1,0,t),n.reduce((function(e,t){return""+e+x(t)}));var r=e.replace(/([a-z])([A-Z])/g,"$1"+t+"$2");return e===r?""+e+t:r}function S(e,t){for(var n={},r=0;r<t.length;r+=1)(t[r]||0===t[r])&&(n[M(e,w[r])]=t[r]);return n}function k(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=n[0],o=n[1],a=void 0===o?i:o,s=n[2],l=void 0===s?i:s,c=n[3],u=void 0===c?a:c,d=[i,a,l,u];return S(e,d)}function O(e,t){return e.substr(-t.length)===t}var L=/^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/;function C(e,t){if("string"!=typeof e)return t?[e,void 0]:e;var n=e.match(L);return t?(console.warn("stripUnit's unitReturn functionality has been marked for deprecation in polished 4.0. It's functionality has been been moved to getValueAndUnit."),n?[parseFloat(e),n[2]]:[e,void 0]):n?parseFloat(e):e}var T=function(e){return function(t,n){void 0===n&&(n="16px");var r=t,i=n;if("string"==typeof t){if(!O(t,"px"))throw new h(69,e,t);r=C(t)}if("string"==typeof n){if(!O(n,"px"))throw new h(70,e,n);i=C(n)}if("string"==typeof r)throw new h(71,t,e);if("string"==typeof i)throw new h(72,n,e);return""+r/i+e}},A=T("em"),j=/^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/;function E(e){if("string"!=typeof e)return[e,""];var t=e.match(j);return t?[parseFloat(e),t[2]]:[e,void 0]}var I={minorSecond:1.067,majorSecond:1.125,minorThird:1.2,majorThird:1.25,perfectFourth:1.333,augFourth:1.414,perfectFifth:1.5,minorSixth:1.6,goldenSection:1.618,majorSixth:1.667,minorSeventh:1.778,majorSeventh:1.875,octave:2,majorTenth:2.5,majorEleventh:2.667,majorTwelfth:3,doubleOctave:4};function P(e,t,n){if(void 0===t&&(t="1em"),void 0===n&&(n=1.333),"number"!=typeof e)throw new h(42);if("string"==typeof n&&!I[n])throw new h(43);var r="string"==typeof t?E(t):[t,""],i=r[0],o=r[1],a="string"==typeof n?I[n]:n;if("string"==typeof i)throw new h(44,t);return""+i*Math.pow(a,e)+(o||"")}var D=T("rem");function Y(e,t,n,r){void 0===n&&(n="320px"),void 0===r&&(r="1200px");var i=E(e),o=i[0],a=i[1],s=E(t),l=s[0],c=s[1],u=E(n),d=u[0],p=u[1],f=E(r),m=f[0],g=f[1];if("number"!=typeof d||"number"!=typeof m||!p||!g||p!==g)throw new h(47);if("number"!=typeof o||"number"!=typeof l||a!==c)throw new h(48);if(a!==p||c!==g)throw new h(75);var y=(o-l)/(d-m);return"calc("+(l-y*m).toFixed(2)+(a||"")+" + "+(100*y).toFixed(2)+"vw)"}function N(e){var t;return void 0===e&&(e="&"),(t={})[e+"::after"]={clear:"both",content:'""',display:"table"},t}function H(e){return void 0===e&&(e=0),{position:"absolute",top:e,right:e,bottom:e,left:e}}function R(e){return void 0===e&&(e="100%"),{display:"inline-block",maxWidth:e,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",wordWrap:"normal"}}function z(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return B(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return B(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function B(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function W(e,t,n){if(void 0===t&&(t="320px"),void 0===n&&(n="1200px"),!Array.isArray(e)&&"object"!=typeof e||null===e)throw new h(49);if(Array.isArray(e)){for(var i,o={},a={},s=z(e);!(i=s()).done;){var l,c,u=i.value;if(!u.prop||!u.fromSize||!u.toSize)throw new h(50);a[u.prop]=u.fromSize,o["@media (min-width: "+t+")"]=Object(r.a)({},o["@media (min-width: "+t+")"],((l={})[u.prop]=Y(u.fromSize,u.toSize,t,n),l)),o["@media (min-width: "+n+")"]=Object(r.a)({},o["@media (min-width: "+n+")"],((c={})[u.prop]=u.toSize,c))}return Object(r.a)({},a,o)}var d,p,f;if(!e.prop||!e.fromSize||!e.toSize)throw new h(51);return(f={})[e.prop]=e.fromSize,f["@media (min-width: "+t+")"]=((d={})[e.prop]=Y(e.fromSize,e.toSize,t,n),d),f["@media (min-width: "+n+")"]=((p={})[e.prop]=e.toSize,p),f}var F,V,U=/^\s*data:([a-z]+\/[a-z-]+(;[a-z-]+=[a-z-]+)?)?(;charset=[a-z0-9-]+)?(;base64)?,[a-z0-9!$&',()*+,;=\-._~:@/?%\s]*\s*$/i,G={woff:"woff",woff2:"woff2",ttf:"truetype",otf:"opentype",eot:"embedded-opentype",svg:"svg",svgz:"svg"};function q(e,t){return t?' format("'+G[e]+'")':""}function Q(e,t,n){return function(e){return!!e.replace(/\s+/g," ").match(U)}(e)?'url("'+e+'")'+q(t[0],n):t.map((function(t){return'url("'+e+"."+t+'")'+q(t,n)})).join(", ")}function K(e,t,n,r){var i=[];return t&&i.push(function(e){return e.map((function(e){return'local("'+e+'")'})).join(", ")}(t)),e&&i.push(Q(e,n,r)),i.join(", ")}function X(e){var t=e.fontFamily,n=e.fontFilePath,r=e.fontStretch,i=e.fontStyle,o=e.fontVariant,a=e.fontWeight,s=e.fileFormats,l=void 0===s?["eot","woff2","woff","ttf","svg"]:s,c=e.formatHint,u=void 0!==c&&c,d=e.localFonts,p=e.unicodeRange,f=e.fontDisplay,m=e.fontVariationSettings,g=e.fontFeatureSettings;if(!t)throw new h(55);if(!n&&!d)throw new h(52);if(d&&!Array.isArray(d))throw new h(53);if(!Array.isArray(l))throw new h(54);var y={"@font-face":{fontFamily:t,src:K(n,d,l,u),unicodeRange:p,fontStretch:r,fontStyle:i,fontVariant:o,fontWeight:a,fontDisplay:f,fontVariationSettings:m,fontFeatureSettings:g}};return JSON.parse(JSON.stringify(y))}function J(){return{textIndent:"101%",overflow:"hidden",whiteSpace:"nowrap"}}function Z(){return{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",whiteSpace:"nowrap",width:"1px"}}function $(e){return void 0===e&&(e=1.3),"\n @media only screen and (-webkit-min-device-pixel-ratio: "+e+"),\n only screen and (min--moz-device-pixel-ratio: "+e+"),\n only screen and (-o-min-device-pixel-ratio: "+e+"/1),\n only screen and (min-resolution: "+Math.round(96*e)+"dpi),\n only screen and (min-resolution: "+e+"dppx)\n "}function ee(e){for(var t="",n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];for(var o=0;o<e.length;o+=1)if(t+=e[o],o===r.length-1&&r[o]){var a=r.filter((function(e){return!!e}));a.length>1?(t=t.slice(0,-1),t+=", "+r[o]):1===a.length&&(t+=""+r[o])}else r[o]&&(t+=r[o]+" ");return t.trim()}function te(e){var t=e.colorStops,n=e.fallback,r=e.toDirection,i=void 0===r?"":r;if(!t||t.length<2)throw new h(56);return{backgroundColor:n||t[0].replace(/,\s+/g,",").split(" ")[0].replace(/,(?=\S)/g,", "),backgroundImage:ee(F||(F=u(["linear-gradient(","",")"])),i,t.join(", ").replace(/,(?=\S)/g,", "))}}function ne(){var e;return[(e={html:{lineHeight:"1.15",textSizeAdjust:"100%"},body:{margin:"0"},main:{display:"block"},h1:{fontSize:"2em",margin:"0.67em 0"},hr:{boxSizing:"content-box",height:"0",overflow:"visible"},pre:{fontFamily:"monospace, monospace",fontSize:"1em"},a:{backgroundColor:"transparent"},"abbr[title]":{borderBottom:"none",textDecoration:"underline"}},e["b,\n strong"]={fontWeight:"bolder"},e["code,\n kbd,\n samp"]={fontFamily:"monospace, monospace",fontSize:"1em"},e.small={fontSize:"80%"},e["sub,\n sup"]={fontSize:"75%",lineHeight:"0",position:"relative",verticalAlign:"baseline"},e.sub={bottom:"-0.25em"},e.sup={top:"-0.5em"},e.img={borderStyle:"none"},e["button,\n input,\n optgroup,\n select,\n textarea"]={fontFamily:"inherit",fontSize:"100%",lineHeight:"1.15",margin:"0"},e["button,\n input"]={overflow:"visible"},e["button,\n select"]={textTransform:"none"},e['button,\n html [type="button"],\n [type="reset"],\n [type="submit"]']={WebkitAppearance:"button"},e['button::-moz-focus-inner,\n [type="button"]::-moz-focus-inner,\n [type="reset"]::-moz-focus-inner,\n [type="submit"]::-moz-focus-inner']={borderStyle:"none",padding:"0"},e['button:-moz-focusring,\n [type="button"]:-moz-focusring,\n [type="reset"]:-moz-focusring,\n [type="submit"]:-moz-focusring']={outline:"1px dotted ButtonText"},e.fieldset={padding:"0.35em 0.625em 0.75em"},e.legend={boxSizing:"border-box",color:"inherit",display:"table",maxWidth:"100%",padding:"0",whiteSpace:"normal"},e.progress={verticalAlign:"baseline"},e.textarea={overflow:"auto"},e['[type="checkbox"],\n [type="radio"]']={boxSizing:"border-box",padding:"0"},e['[type="number"]::-webkit-inner-spin-button,\n [type="number"]::-webkit-outer-spin-button']={height:"auto"},e['[type="search"]']={WebkitAppearance:"textfield",outlineOffset:"-2px"},e['[type="search"]::-webkit-search-decoration']={WebkitAppearance:"none"},e["::-webkit-file-upload-button"]={WebkitAppearance:"button",font:"inherit"},e.details={display:"block"},e.summary={display:"list-item"},e.template={display:"none"},e["[hidden]"]={display:"none"},e),{"abbr[title]":{textDecoration:"underline dotted"}}]}function re(e){var t=e.colorStops,n=e.extent,r=void 0===n?"":n,i=e.fallback,o=e.position,a=void 0===o?"":o,s=e.shape,l=void 0===s?"":s;if(!t||t.length<2)throw new h(57);return{backgroundColor:i||t[0].split(" ")[0],backgroundImage:ee(V||(V=u(["radial-gradient(","","","",")"])),a,l,r,t.join(", "))}}function ie(e,t,n,i,o){var a;if(void 0===n&&(n="png"),void 0===o&&(o="_2x"),!e)throw new h(58);var s=n.replace(/^\./,""),l=i?i+"."+s:""+e+o+"."+s;return(a={backgroundImage:"url("+e+"."+s+")"})[$()]=Object(r.a)({backgroundImage:"url("+l+")"},t?{backgroundSize:t}:{}),a}var oe={easeInBack:"cubic-bezier(0.600, -0.280, 0.735, 0.045)",easeInCirc:"cubic-bezier(0.600, 0.040, 0.980, 0.335)",easeInCubic:"cubic-bezier(0.550, 0.055, 0.675, 0.190)",easeInExpo:"cubic-bezier(0.950, 0.050, 0.795, 0.035)",easeInQuad:"cubic-bezier(0.550, 0.085, 0.680, 0.530)",easeInQuart:"cubic-bezier(0.895, 0.030, 0.685, 0.220)",easeInQuint:"cubic-bezier(0.755, 0.050, 0.855, 0.060)",easeInSine:"cubic-bezier(0.470, 0.000, 0.745, 0.715)",easeOutBack:"cubic-bezier(0.175, 0.885, 0.320, 1.275)",easeOutCubic:"cubic-bezier(0.215, 0.610, 0.355, 1.000)",easeOutCirc:"cubic-bezier(0.075, 0.820, 0.165, 1.000)",easeOutExpo:"cubic-bezier(0.190, 1.000, 0.220, 1.000)",easeOutQuad:"cubic-bezier(0.250, 0.460, 0.450, 0.940)",easeOutQuart:"cubic-bezier(0.165, 0.840, 0.440, 1.000)",easeOutQuint:"cubic-bezier(0.230, 1.000, 0.320, 1.000)",easeOutSine:"cubic-bezier(0.390, 0.575, 0.565, 1.000)",easeInOutBack:"cubic-bezier(0.680, -0.550, 0.265, 1.550)",easeInOutCirc:"cubic-bezier(0.785, 0.135, 0.150, 0.860)",easeInOutCubic:"cubic-bezier(0.645, 0.045, 0.355, 1.000)",easeInOutExpo:"cubic-bezier(1.000, 0.000, 0.000, 1.000)",easeInOutQuad:"cubic-bezier(0.455, 0.030, 0.515, 0.955)",easeInOutQuart:"cubic-bezier(0.770, 0.000, 0.175, 1.000)",easeInOutQuint:"cubic-bezier(0.860, 0.000, 0.070, 1.000)",easeInOutSine:"cubic-bezier(0.445, 0.050, 0.550, 0.950)"};function ae(e){return oe[e]}var se=function(e,t,n){var r=""+n[0]+(n[1]||""),i=""+n[0]/2+(n[1]||""),o=""+t[0]+(t[1]||""),a=""+t[0]/2+(t[1]||"");switch(e){case"top":return"0 "+i+" "+o+" "+i;case"topLeft":return r+" "+o+" 0 0";case"left":return a+" "+r+" "+a+" 0";case"bottomLeft":return r+" 0 0 "+o;case"bottom":return o+" "+i+" 0 "+i;case"bottomRight":return"0 0 "+r+" "+o;case"right":return a+" 0 "+a+" "+r;case"topRight":default:return"0 "+r+" "+o+" 0"}};function le(e){var t=e.pointingDirection,n=e.height,i=e.width,o=e.foregroundColor,a=e.backgroundColor,s=void 0===a?"transparent":a,l=E(i),c=E(n);if(isNaN(c[0])||isNaN(l[0]))throw new h(60);return Object(r.a)({width:"0",height:"0",borderColor:s},function(e,t){switch(e){case"top":case"bottomRight":return{borderBottomColor:t};case"right":case"bottomLeft":return{borderLeftColor:t};case"bottom":case"topLeft":return{borderTopColor:t};case"left":case"topRight":return{borderRightColor:t};default:throw new h(59)}}(t,o),{borderStyle:"solid",borderWidth:se(t,c,l)})}function ce(e){return void 0===e&&(e="break-word"),{overflowWrap:e,wordWrap:e,wordBreak:"break-word"===e?"break-all":e}}function ue(e){return Math.round(255*e)}function de(e,t,n){return ue(e)+","+ue(t)+","+ue(n)}function pe(e,t,n,r){if(void 0===r&&(r=de),0===t)return r(n,n,n);var i=(e%360+360)%360/60,o=(1-Math.abs(2*n-1))*t,a=o*(1-Math.abs(i%2-1)),s=0,l=0,c=0;i>=0&&i<1?(s=o,l=a):i>=1&&i<2?(s=a,l=o):i>=2&&i<3?(l=o,c=a):i>=3&&i<4?(l=a,c=o):i>=4&&i<5?(s=a,c=o):i>=5&&i<6&&(s=o,c=a);var u=n-o/2;return r(s+u,l+u,c+u)}var he={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};var fe=/^#[a-fA-F0-9]{6}$/,me=/^#[a-fA-F0-9]{8}$/,ge=/^#[a-fA-F0-9]{3}$/,ye=/^#[a-fA-F0-9]{4}$/,ve=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i,be=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*([-+]?[0-9]*[.]?[0-9]+)\s*\)$/i,_e=/^hsl\(\s*(\d{0,3}[.]?[0-9]+)\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,xe=/^hsla\(\s*(\d{0,3}[.]?[0-9]+)\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*(\d{1,3}[.]?[0-9]?)%\s*,\s*([-+]?[0-9]*[.]?[0-9]+)\s*\)$/i;function we(e){if("string"!=typeof e)throw new h(3);var t=function(e){if("string"!=typeof e)return e;var t=e.toLowerCase();return he[t]?"#"+he[t]:e}(e);if(t.match(fe))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(me)){var n=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:n}}if(t.match(ge))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(ye)){var r=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:r}}var i=ve.exec(t);if(i)return{red:parseInt(""+i[1],10),green:parseInt(""+i[2],10),blue:parseInt(""+i[3],10)};var o=be.exec(t.substring(0,50));if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10),alpha:parseFloat(""+o[4])};var a=_e.exec(t);if(a){var s="rgb("+pe(parseInt(""+a[1],10),parseInt(""+a[2],10)/100,parseInt(""+a[3],10)/100)+")",l=ve.exec(s);if(!l)throw new h(4,t,s);return{red:parseInt(""+l[1],10),green:parseInt(""+l[2],10),blue:parseInt(""+l[3],10)}}var c=xe.exec(t.substring(0,50));if(c){var u="rgb("+pe(parseInt(""+c[1],10),parseInt(""+c[2],10)/100,parseInt(""+c[3],10)/100)+")",d=ve.exec(u);if(!d)throw new h(4,t,u);return{red:parseInt(""+d[1],10),green:parseInt(""+d[2],10),blue:parseInt(""+d[3],10),alpha:parseFloat(""+c[4])}}throw new h(5)}function Me(e){return function(e){var t,n=e.red/255,r=e.green/255,i=e.blue/255,o=Math.max(n,r,i),a=Math.min(n,r,i),s=(o+a)/2;if(o===a)return void 0!==e.alpha?{hue:0,saturation:0,lightness:s,alpha:e.alpha}:{hue:0,saturation:0,lightness:s};var l=o-a,c=s>.5?l/(2-o-a):l/(o+a);switch(o){case n:t=(r-i)/l+(r<i?6:0);break;case r:t=(i-n)/l+2;break;default:t=(n-r)/l+4}return t*=60,void 0!==e.alpha?{hue:t,saturation:c,lightness:s,alpha:e.alpha}:{hue:t,saturation:c,lightness:s}}(we(e))}var Se=function(e){return 7===e.length&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e};function ke(e){var t=e.toString(16);return 1===t.length?"0"+t:t}function Oe(e){return ke(Math.round(255*e))}function Le(e,t,n){return Se("#"+Oe(e)+Oe(t)+Oe(n))}function Ce(e,t,n){return pe(e,t,n,Le)}function Te(e,t,n){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n)return Ce(e,t,n);if("object"==typeof e&&void 0===t&&void 0===n)return Ce(e.hue,e.saturation,e.lightness);throw new h(1)}function Ae(e,t,n,r){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n&&"number"==typeof r)return r>=1?Ce(e,t,n):"rgba("+pe(e,t,n)+","+r+")";if("object"==typeof e&&void 0===t&&void 0===n&&void 0===r)return e.alpha>=1?Ce(e.hue,e.saturation,e.lightness):"rgba("+pe(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new h(2)}function je(e,t,n){if("number"==typeof e&&"number"==typeof t&&"number"==typeof n)return Se("#"+ke(e)+ke(t)+ke(n));if("object"==typeof e&&void 0===t&&void 0===n)return Se("#"+ke(e.red)+ke(e.green)+ke(e.blue));throw new h(6)}function Ee(e,t,n,r){if("string"==typeof e&&"number"==typeof t){var i=we(e);return"rgba("+i.red+","+i.green+","+i.blue+","+t+")"}if("number"==typeof e&&"number"==typeof t&&"number"==typeof n&&"number"==typeof r)return r>=1?je(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if("object"==typeof e&&void 0===t&&void 0===n&&void 0===r)return e.alpha>=1?je(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")";throw new h(7)}function Ie(e){if("object"!=typeof e)throw new h(8);if(function(e){return"number"==typeof e.red&&"number"==typeof e.green&&"number"==typeof e.blue&&"number"==typeof e.alpha}(e))return Ee(e);if(function(e){return"number"==typeof e.red&&"number"==typeof e.green&&"number"==typeof e.blue&&("number"!=typeof e.alpha||void 0===e.alpha)}(e))return je(e);if(function(e){return"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof e.lightness&&"number"==typeof e.alpha}(e))return Ae(e);if(function(e){return"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof e.lightness&&("number"!=typeof e.alpha||void 0===e.alpha)}(e))return Te(e);throw new h(8)}function Pe(e){return function e(t,n,r){return function(){var i=r.concat(Array.prototype.slice.call(arguments));return i.length>=n?t.apply(this,i):e(t,n,i)}}(e,e.length,[])}function De(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{hue:n.hue+parseFloat(e)}))}var Ye=Pe(De);function Ne(e){if("transparent"===e)return e;var t=Me(e);return Ie(Object(r.a)({},t,{hue:(t.hue+180)%360}))}function He(e,t,n){return Math.max(e,Math.min(t,n))}function Re(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{lightness:He(0,1,n.lightness-parseFloat(e))}))}var ze=Pe(Re);function Be(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{saturation:He(0,1,n.saturation-parseFloat(e))}))}var We=Pe(Be);function Fe(e){if("transparent"===e)return 0;var t=we(e),n=Object.keys(t).map((function(e){var n=t[e]/255;return n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)})),r=n[0],i=n[1],o=n[2];return parseFloat((.2126*r+.7152*i+.0722*o).toFixed(3))}function Ve(e,t){var n=Fe(e),r=Fe(t);return parseFloat((n>r?(n+.05)/(r+.05):(r+.05)/(n+.05)).toFixed(2))}function Ue(e){return"transparent"===e?e:Ie(Object(r.a)({},Me(e),{saturation:0}))}function Ge(e){if("object"==typeof e&&"number"==typeof e.hue&&"number"==typeof e.saturation&&"number"==typeof e.lightness)return e.alpha&&"number"==typeof e.alpha?Ae({hue:e.hue,saturation:e.saturation,lightness:e.lightness,alpha:e.alpha}):Te({hue:e.hue,saturation:e.saturation,lightness:e.lightness});throw new h(45)}function qe(e){if("transparent"===e)return e;var t=we(e);return Ie(Object(r.a)({},t,{red:255-t.red,green:255-t.green,blue:255-t.blue}))}function Qe(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{lightness:He(0,1,n.lightness+parseFloat(e))}))}var Ke=Pe(Qe);function Xe(e,t){var n=Ve(e,t);return{AA:n>=4.5,AALarge:n>=3,AAA:n>=7,AAALarge:n>=4.5}}function Je(e,t,n){if("transparent"===t)return n;if("transparent"===n)return t;if(0===e)return n;var i=we(t),o=Object(r.a)({},i,{alpha:"number"==typeof i.alpha?i.alpha:1}),a=we(n),s=Object(r.a)({},a,{alpha:"number"==typeof a.alpha?a.alpha:1}),l=o.alpha-s.alpha,c=2*parseFloat(e)-1,u=((c*l==-1?c:c+l)/(1+c*l)+1)/2,d=1-u;return Ee({red:Math.floor(o.red*u+s.red*d),green:Math.floor(o.green*u+s.green*d),blue:Math.floor(o.blue*u+s.blue*d),alpha:o.alpha*(parseFloat(e)/1)+s.alpha*(1-parseFloat(e)/1)})}var Ze=Pe(Je);function $e(e,t){if("transparent"===t)return t;var n=we(t),i="number"==typeof n.alpha?n.alpha:1;return Ee(Object(r.a)({},n,{alpha:He(0,1,(100*i+100*parseFloat(e))/100)}))}var et=Pe($e);function tt(e,t,n,r){void 0===t&&(t="#000"),void 0===n&&(n="#fff"),void 0===r&&(r=!0);var i=Fe(e)>.179,o=i?t:n;return!r||Ve(e,o)>=4.5?o:i?"#000":"#fff"}function nt(e){if("object"==typeof e&&"number"==typeof e.red&&"number"==typeof e.green&&"number"==typeof e.blue)return"number"==typeof e.alpha?Ee({red:e.red,green:e.green,blue:e.blue,alpha:e.alpha}):je({red:e.red,green:e.green,blue:e.blue});throw new h(46)}function rt(e,t){if("transparent"===t)return t;var n=Me(t);return Ie(Object(r.a)({},n,{saturation:He(0,1,n.saturation+parseFloat(e))}))}var it=Pe(rt);function ot(e,t){return"transparent"===t?t:Ie(Object(r.a)({},Me(t),{hue:parseFloat(e)}))}var at=Pe(ot);function st(e,t){return"transparent"===t?t:Ie(Object(r.a)({},Me(t),{lightness:parseFloat(e)}))}var lt=Pe(st);function ct(e,t){return"transparent"===t?t:Ie(Object(r.a)({},Me(t),{saturation:parseFloat(e)}))}var ut=Pe(ct);function dt(e,t){return"transparent"===t?t:Ze(parseFloat(e),"rgb(0, 0, 0)",t)}var pt=Pe(dt);function ht(e,t){return"transparent"===t?t:Ze(parseFloat(e),"rgb(255, 255, 255)",t)}var ft=Pe(ht);function mt(e,t){if("transparent"===t)return t;var n=we(t),i="number"==typeof n.alpha?n.alpha:1;return Ee(Object(r.a)({},n,{alpha:He(0,1,+(100*i-100*parseFloat(e)).toFixed(2)/100)}))}var gt=Pe(mt);function yt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=Array.isArray(t[0]);if(!r&&t.length>8)throw new h(64);var i=t.map((function(e){if(r&&!Array.isArray(e)||!r&&Array.isArray(e))throw new h(65);if(Array.isArray(e)&&e.length>8)throw new h(66);return Array.isArray(e)?e.join(" "):e})).join(", ");return{animation:i}}function vt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return{backgroundImage:t.join(", ")}}function bt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return{background:t.join(", ")}}var _t=["top","right","bottom","left"];function xt(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i;return"string"==typeof e&&_t.indexOf(e)>=0?((i={})["border"+x(e)+"Width"]=n[0],i["border"+x(e)+"Style"]=n[1],i["border"+x(e)+"Color"]=n[2],i):(n.unshift(e),{borderWidth:n[0],borderStyle:n[1],borderColor:n[2]})}function wt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["borderColor"].concat(t))}function Mt(e,t){var n,r,i=x(e);if(!t&&0!==t)throw new h(62);if("Top"===i||"Bottom"===i)return(n={})["border"+i+"RightRadius"]=t,n["border"+i+"LeftRadius"]=t,n;if("Left"===i||"Right"===i)return(r={})["borderTop"+i+"Radius"]=t,r["borderBottom"+i+"Radius"]=t,r;throw new h(63)}function St(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["borderStyle"].concat(t))}function kt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["borderWidth"].concat(t))}function Ot(e,t){return e(t?":"+t:"")}function Lt(e,t,n){if(!t)throw new h(67);if(0===e.length)return Ot(t,null);for(var r=[],i=0;i<e.length;i+=1){if(n&&n.indexOf(e[i])<0)throw new h(68);r.push(Ot(t,e[i]))}return r=r.join(",")}var Ct=[void 0,null,"active","focus","hover"];function Tt(e){return"button"+e+',\n input[type="button"]'+e+',\n input[type="reset"]'+e+',\n input[type="submit"]'+e}function At(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Lt(t,Tt,Ct)}function jt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["margin"].concat(t))}function Et(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return k.apply(void 0,["padding"].concat(t))}var It=["absolute","fixed","relative","static","sticky"];function Pt(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return It.indexOf(e)>=0&&e?Object(r.a)({},k.apply(void 0,[""].concat(n)),{position:e}):k.apply(void 0,["",e].concat(n))}function Dt(e,t){return void 0===t&&(t=e),{height:e,width:t}}var Yt=[void 0,null,"active","focus","hover"];function Nt(e){return'input[type="color"]'+e+',\n input[type="date"]'+e+',\n input[type="datetime"]'+e+',\n input[type="datetime-local"]'+e+',\n input[type="email"]'+e+',\n input[type="month"]'+e+',\n input[type="number"]'+e+',\n input[type="password"]'+e+',\n input[type="search"]'+e+',\n input[type="tel"]'+e+',\n input[type="text"]'+e+',\n input[type="time"]'+e+',\n input[type="url"]'+e+',\n input[type="week"]'+e+",\n input:not([type])"+e+",\n textarea"+e}function Ht(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Lt(t,Nt,Yt)}function Rt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(Array.isArray(t[0])&&2===t.length){var r=t[1];if("string"!=typeof r)throw new h(61);var i=t[0].map((function(e){return e+" "+r})).join(", ");return{transition:i}}return{transition:t.join(", ")}}},function(e,t,n){"use strict";n.r(t),n.d(t,"Popper",(function(){return T})),n.d(t,"placements",(function(){return C})),n.d(t,"Manager",(function(){return x})),n.d(t,"Reference",(function(){return I}));var r=n(314),i=n.n(r),o=n(57),a=n.n(o),s=n(64),l=n.n(s),c=n(15),u=n.n(c),d=n(24),p=n.n(d),h=n(315),f=n.n(h),m=n(3),g=n(106),y=n(107),v=n.n(y),b=v()(),_=v()(),x=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,p()(u()(u()(t)),"referenceNode",void 0),p()(u()(u()(t)),"setReferenceNode",(function(e){e&&t.referenceNode!==e&&(t.referenceNode=e,t.forceUpdate())})),t}l()(t,e);var n=t.prototype;return n.componentWillUnmount=function(){this.referenceNode=null},n.render=function(){return m.createElement(b.Provider,{value:this.referenceNode},m.createElement(_.Provider,{value:this.setReferenceNode},this.props.children))},t}(m.Component),w=function(e){return Array.isArray(e)?e[0]:e},M=function(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}},S=function(e,t){if("function"==typeof e)return M(e,t);null!=e&&(e.current=t)},k={position:"absolute",top:0,left:0,opacity:0,pointerEvents:"none"},O={},L=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,p()(u()(u()(t)),"state",{data:void 0,placement:void 0}),p()(u()(u()(t)),"popperInstance",void 0),p()(u()(u()(t)),"popperNode",null),p()(u()(u()(t)),"arrowNode",null),p()(u()(u()(t)),"setPopperNode",(function(e){e&&t.popperNode!==e&&(S(t.props.innerRef,e),t.popperNode=e,t.updatePopperInstance())})),p()(u()(u()(t)),"setArrowNode",(function(e){t.arrowNode=e})),p()(u()(u()(t)),"updateStateModifier",{enabled:!0,order:900,fn:function(e){var n=e.placement;return t.setState({data:e,placement:n}),e}}),p()(u()(u()(t)),"getOptions",(function(){return{placement:t.props.placement,eventsEnabled:t.props.eventsEnabled,positionFixed:t.props.positionFixed,modifiers:a()({},t.props.modifiers,{arrow:a()({},t.props.modifiers&&t.props.modifiers.arrow,{enabled:!!t.arrowNode,element:t.arrowNode}),applyStyle:{enabled:!1},updateStateModifier:t.updateStateModifier})}})),p()(u()(u()(t)),"getPopperStyle",(function(){return t.popperNode&&t.state.data?a()({position:t.state.data.offsets.popper.position},t.state.data.styles):k})),p()(u()(u()(t)),"getPopperPlacement",(function(){return t.state.data?t.state.placement:void 0})),p()(u()(u()(t)),"getArrowStyle",(function(){return t.arrowNode&&t.state.data?t.state.data.arrowStyles:O})),p()(u()(u()(t)),"getOutOfBoundariesState",(function(){return t.state.data?t.state.data.hide:void 0})),p()(u()(u()(t)),"destroyPopperInstance",(function(){t.popperInstance&&(t.popperInstance.destroy(),t.popperInstance=null)})),p()(u()(u()(t)),"updatePopperInstance",(function(){t.destroyPopperInstance();var e=u()(u()(t)).popperNode,n=t.props.referenceElement;n&&e&&(t.popperInstance=new g.a(n,e,t.getOptions()))})),p()(u()(u()(t)),"scheduleUpdate",(function(){t.popperInstance&&t.popperInstance.scheduleUpdate()})),t}l()(t,e);var n=t.prototype;return n.componentDidUpdate=function(e,t){this.props.placement===e.placement&&this.props.referenceElement===e.referenceElement&&this.props.positionFixed===e.positionFixed&&f()(this.props.modifiers,e.modifiers,{strict:!0})?this.props.eventsEnabled!==e.eventsEnabled&&this.popperInstance&&(this.props.eventsEnabled?this.popperInstance.enableEventListeners():this.popperInstance.disableEventListeners()):this.updatePopperInstance(),t.placement!==this.state.placement&&this.scheduleUpdate()},n.componentWillUnmount=function(){S(this.props.innerRef,null),this.destroyPopperInstance()},n.render=function(){return w(this.props.children)({ref:this.setPopperNode,style:this.getPopperStyle(),placement:this.getPopperPlacement(),outOfBoundaries:this.getOutOfBoundariesState(),scheduleUpdate:this.scheduleUpdate,arrowProps:{ref:this.setArrowNode,style:this.getArrowStyle()}})},t}(m.Component);p()(L,"defaultProps",{placement:"bottom",eventsEnabled:!0,referenceElement:void 0,positionFixed:!1});var C=g.a.placements;function T(e){var t=e.referenceElement,n=i()(e,["referenceElement"]);return m.createElement(b.Consumer,null,(function(e){return m.createElement(L,a()({referenceElement:void 0!==t?t:e},n))}))}var A=n(105),j=n.n(A),E=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t=e.call.apply(e,[this].concat(r))||this,p()(u()(u()(t)),"refHandler",(function(e){S(t.props.innerRef,e),M(t.props.setReferenceNode,e)})),t}l()(t,e);var n=t.prototype;return n.componentWillUnmount=function(){S(this.props.innerRef,null)},n.render=function(){return j()(Boolean(this.props.setReferenceNode),"`Reference` should not be used outside of a `Manager` component."),w(this.props.children)({ref:this.refHandler})},t}(m.Component);function I(e){return m.createElement(_.Consumer,null,(function(t){return m.createElement(E,a()({setReferenceNode:t},e))}))}},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n(17),i=n(2),o=function(){this.aiDataContract={name:1,kind:0,value:1,count:0,min:0,max:0,stdDev:0},this.kind=0},a=n(11),s=function(){function e(e,t,n,s,l,c,u,d,p){this.aiDataContract={ver:1,metrics:1,properties:0};this.ver=2;var h=new o;h[i.c]=s>0?s:void 0,h.max=isNaN(c)||null===c?void 0:c,h.min=isNaN(l)||null===l?void 0:l,h[i.r]=Object(a.g)(e,t)||r.h,h.value=n,h.stdDev=isNaN(u)||null===u?void 0:u,this.metrics=[h],this[i.v]=Object(a.f)(e,d),this[i.o]=Object(a.d)(e,p)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Metric",e.dataType="MetricData",e}()},function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(121),i=n(344),o=n(348),a=n(351),s=n(352),l=n(355),c=Date.prototype.getTime;function u(e,t,n){var h=n||{};return!!(h.strict?o(e,t):e===t)||(!e||!t||"object"!=typeof e&&"object"!=typeof t?h.strict?o(e,t):e==t:function(e,t,n){var o,h;if(typeof e!=typeof t)return!1;if(d(e)||d(t))return!1;if(e.prototype!==t.prototype)return!1;if(i(e)!==i(t))return!1;var f=a(e),m=a(t);if(f!==m)return!1;if(f||m)return e.source===t.source&&s(e)===s(t);if(l(e)&&l(t))return c.call(e)===c.call(t);var g=p(e),y=p(t);if(g!==y)return!1;if(g||y){if(e.length!==t.length)return!1;for(o=0;o<e.length;o++)if(e[o]!==t[o])return!1;return!0}if(typeof e!=typeof t)return!1;try{var v=r(e),b=r(t)}catch(e){return!1}if(v.length!==b.length)return!1;for(v.sort(),b.sort(),o=v.length-1;o>=0;o--)if(v[o]!=b[o])return!1;for(o=v.length-1;o>=0;o--)if(h=v[o],!u(e[h],t[h],n))return!1;return!0}(e,t,h))}function d(e){return null==e}function p(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}e.exports=u},function(e,t,n){"use strict";var r=n(291),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?a:s[e.$$typeof]||i}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=a;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(f){var i=h(n);i&&i!==f&&e(t,i,r)}var a=u(n);d&&(a=a.concat(d(n)));for(var s=l(t),m=l(n),g=0;g<a.length;++g){var y=a[g];if(!(o[y]||r&&r[y]||m&&m[y]||s&&s[y])){var v=p(n,y);try{c(t,y,v)}catch(e){}}}}return t}},function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return p}));var r,i,o=n(27),a=n(44),s=n(9),l=n(18),c=(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e};if("undefined"==typeof XMLHttpRequest){var d=require;i=d("request")}var p=function(t){function n(e){var n=t.call(this)||this;if(void 0===i)throw new Error("The 'request' module could not be loaded.");return n.logger=e,n.cookieJar=i.jar(),n.request=i.defaults({jar:n.cookieJar}),n}return c(n,t),n.prototype.send=function(t){var n=this;return new Promise((function(r,i){var c;c=Object(l.f)(t.content)?e.from(t.content):t.content||"";var d=n.request(t.url,{body:c,encoding:"arraybuffer"===t.responseType?null:"utf8",headers:u({"X-Requested-With":"XMLHttpRequest"},t.headers),method:t.method,timeout:t.timeout},(function(e,l,c){if(t.abortSignal&&(t.abortSignal.onabort=null),e)return"ETIMEDOUT"===e.code&&(n.logger.log(s.a.Warning,"Timeout from HTTP request."),i(new o.c)),n.logger.log(s.a.Warning,"Error from HTTP request. "+e),void i(e);l.statusCode>=200&&l.statusCode<300?r(new a.b(l.statusCode,l.statusMessage||"",c)):i(new o.b(l.statusMessage||"",l.statusCode||0))}));t.abortSignal&&(t.abortSignal.onabort=function(){d.abort(),i(new o.a)})}))},n.prototype.getCookieString=function(e){return this.cookieJar.getCookieString(e)},n}(a.a)}).call(this,n(292).Buffer)},function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return o}));var r=n(53),i=n(18),o=function(){function t(){}return t.prototype.writeHandshakeRequest=function(e){return r.a.write(JSON.stringify(e))},t.prototype.parseHandshakeResponse=function(t){var n,o;if(Object(i.f)(t)||void 0!==e&&t instanceof e){var a=new Uint8Array(t);if(-1===(l=a.indexOf(r.a.RecordSeparatorCode)))throw new Error("Message is incomplete.");var s=l+1;n=String.fromCharCode.apply(null,a.slice(0,s)),o=a.byteLength>s?a.slice(s).buffer:null}else{var l,c=t;if(-1===(l=c.indexOf(r.a.RecordSeparator)))throw new Error("Message is incomplete.");s=l+1;n=c.substring(0,s),o=c.length>s?c.substring(s):null}var u=r.a.parse(n),d=JSON.parse(u[0]);if(d.type)throw new Error("Expected a handshake response from the server.");return[o,d]},t}()}).call(this,n(292).Buffer)},function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r=n(13),i=n(0),o=n(1),a=n(5),s=n(29),l=n(82),c=function(){function e(){var t,n,c,u,d,p=this;function h(e){void 0===e&&(e=null);var t=e;if(!t){var r=n||Object(s.a)(null,{},p[a.b]);t=c&&c.getPlugin?r[i.g](null,c.getPlugin):r[i.g](null,c)}return t}function f(e,t,r){e&&Object(o.J)(e,a.k,[],null,o.s),!r&&t&&(r=t[i.o]()[i.l]());var l=c;c&&c.getPlugin&&(l=c.getPlugin()),p[a.b]=t,n=Object(s.a)(r,e,t,l)}function m(){t=!1,p[a.b]=null,n=null,c=null,d=[],u=Object(l.a)()}m(),Object(r.a)(e,p,(function(e){e[i.s]=function(e,n,r,i){f(e,n,i),t=!0},e[i.T]=function(t,n){var r,l=e[a.b];if(l&&(!t||l===t[a.b]())){var p,h=!1,f=t||Object(s.b)(null,l,c&&c.getPlugin?c.getPlugin():c),g=n||((r={reason:0})[i.u]=!1,r);return e[i.cb]&&!0===e[i.cb](f,g,y)?p=!0:y(),p}function y(){if(!h){h=!0,u.run(f,n);var e=d;d=[],Object(o.b)(e,(function(e){e.rm()})),!0===p&&f[i.G](g),m()}}},e[i.Z]=function(t,n){var r=e[a.b];if(r&&(!t||r===t[a.b]())){var o,l=!1,u=t||Object(s.c)(null,r,c&&c.getPlugin?c.getPlugin():c),d=n||{reason:0};return e._doUpdate&&!0===e._doUpdate(u,d,p)?o=!0:p(),o}function p(){l||(l=!0,f(u.getCfg(),u.core(),u[i.l]()))}},e._addHook=function(e){e&&(Object(o.m)(e)?d=d.concat(e):d[i.H](e))},Object(o.H)(e,"_addUnloadCb",(function(){return u}),"add")})),p[i.h]=function(e){return h(e)[i.h]()},p[i.w]=function(){return t},p.setInitialized=function(e){t=e},p[i.M]=function(e){c=e},p[i.G]=function(e,t){t?t[i.G](e):c&&Object(o.q)(c[a.o])&&c[a.o](e,null)},p._getTelCtx=h}return e.__ieDyn=1,e}()},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(111),t),i(n(326),t),i(n(83),t),i(n(115),t),i(n(114),t),i(n(331),t),i(n(271),t),i(n(272),t),i(n(273),t),i(n(369),t),i(n(371),t),i(n(373),t),i(n(376),t),i(n(378),t),i(n(381),t),i(n(383),t),i(n(385),t),i(n(387),t),i(n(388),t),i(n(389),t),i(n(390),t),i(n(278),t),i(n(393),t),i(n(395),t),i(n(279),t),i(n(399),t),i(n(401),t),i(n(416),t),i(n(433),t),i(n(436),t),i(n(439),t),i(n(442),t),i(n(445),t),i(n(281),t),i(n(37),t),i(n(34),t),i(n(41),t),i(n(62),t),i(n(55),t),i(n(95),t),i(n(450),t),i(n(453),t),i(n(458),t),i(n(462),t),i(n(284),t),i(n(285),t),i(n(282),t),i(n(468),t),i(n(470),t),i(n(472),t),i(n(485),t),i(n(533),t),i(n(303),t),i(n(129),t),i(n(87),t),i(n(119),t),i(n(86),t),i(n(130),t),i(n(131),t),i(n(134),t),i(n(135),t),i(n(132),t),i(n(133),t),i(n(66),t),i(n(535),t),i(n(307),t),i(n(308),t),i(n(538),t),i(n(539),t),i(n(540),t),i(n(117),t),i(n(542),t),i(n(545),t),i(n(310),t),i(n(548),t),i(n(6),t)},,,,,function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledSvgWrapper=t.StyledSvg=t.getApLogoStyles=void 0;var i=n(8),o=n(6),a=n(21);t.getApLogoStyles=function(e){var t;return((t={})[a.LIGHT]={fill:o.colors.black},t[a.DARK]={fill:o.colors.white},t)[e]},t.StyledSvg=i.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-1ip6q47-0"})({},(function(e){var n=e.theme,i=e.dimensions;return r(r({},t.getApLogoStyles(n)),{maxHeight:i.height+"px"})})),t.StyledSvgWrapper=i.default.div.withConfig({displayName:"StyledSvgWrapper",componentId:"sc-1ip6q47-1"})({minWidth:"140px",width:"90%"},(function(e){var t,n=e.dimensions;return(t={maxWidth:n.width+"px"})[o.mediaQuery(o.breakpoints.md)]={width:n.width+"px"},t}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApAppBar=void 0;var r=n(3),i=n(327);t.ApAppBar=function(e){var t=e.backgroundColor,n=e.children,o=e.className,a=e.isFluid,s=e.left,l=e.padding,c=e.position,u=e.right,d=e.thin;return r.createElement(i.StyledAppBar,{backgroundColor:t,padding:l,position:c,className:"ap-app-bar "+(o||"")},r.createElement(i.StyledAppBarInner,{isFluid:a},s&&r.createElement(i.StyledAppBarLeftContent,{thin:d},s()),u&&r.createElement(i.StyledAppBarRightContent,{thin:d},u()),!s&&!u&&r.createElement(i.StyledAppBarContent,{thin:d},n)))},t.ApAppBar.defaultProps={isFluid:!1,position:"fixed",thin:!1}},function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledAppBarRightContent=t.StyledAppBarLeftContent=t.StyledAppBarContent=t.StyledAppBarInner=t.StyledAppBar=void 0;var o=n(8),a=n(6);t.StyledAppBar=o.default.header.withConfig({displayName:"StyledAppBar",componentId:"sc-2e3qnl-0"})({boxSizing:"border-box",color:a.colors.white,left:"0px",padding:"0px "+a.scaffolding.md,right:"0px",top:"0px",width:"100%",zIndex:a.depths.appBar},(function(e){var t,n=e.position,r=e.padding;return(t={backgroundColor:e.backgroundColor||a.colors.black,position:n})[a.mediaQuery(a.breakpoints.md)]={padding:"0px "+(r?r.md:"40px")},t})),t.StyledAppBarInner=o.default.div.withConfig({displayName:"StyledAppBarInner",componentId:"sc-2e3qnl-1"})({display:"flex",flexDirection:"row",margin:"0px auto",width:"100%"},(function(e){return{maxWidth:e.isFluid?"100%":a.breakpoints.xxl}}));var s={alignItems:"center",boxSizing:"border-box",display:"inline-flex",minHeight:a.scaffolding.xxl,position:"relative"},l=function(e){var t;return e?"object"===r(e)?((t={minHeight:a.scaffolding.xxl})[a.mediaQueryBetween(e.min||a.breakpoints.md,e.max||a.breakpoints.lg)]={minHeight:a.scaffolding.xl,paddingBottom:a.scaffolding.sm,paddingTop:a.scaffolding.sm},t):{minHeight:a.scaffolding.xl,paddingBottom:a.scaffolding.sm,paddingTop:a.scaffolding.sm}:{minHeight:a.scaffolding.xxl}};t.StyledAppBarContent=o.default.div.withConfig({displayName:"StyledAppBarContent",componentId:"sc-2e3qnl-2"})(i({width:"100%"},s),(function(e){var t=e.thin;return l(t)})),t.StyledAppBarLeftContent=o.default.div.withConfig({displayName:"StyledAppBarLeftContent",componentId:"sc-2e3qnl-3"})(i(i({},s),{flexBasis:"100%",justifyContent:"flex-start"}),(function(e){var t=e.thin;return l(t)})),t.StyledAppBarRightContent=o.default.div.withConfig({displayName:"StyledAppBarRightContent",componentId:"sc-2e3qnl-4"})(i(i({},s),{flexBasis:"100%",justifyContent:"flex-end"}),(function(e){var t=e.thin;return l(t)}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.paths=void 0;var r=n(6);t.paths={outline_visability_off:[{path:"M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5l2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4l1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"}],outline_visability:[{path:"M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"}],outline_save_alt:[{path:"M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z"}],outline_play_circle:[{path:"M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],outline_person:[{path:"M12 6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0 10c2.7 0 5.8 1.29 6 2H6c.23-.72 3.31-2 6-2m0-12C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 10c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"}],outline_ondemand_video:[{path:"M9 7v8l7-4zm12-4H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 14H3V5h18v12z"}],outline_more_vert:[{path:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],outline_home:[{path:"M12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81l5-4.5M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3z"}],outline_filter_list:[{path:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"}],outline_exit_to_app:[{path:"M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5a2 2 0 0 0-2 2v4h2V5h14v14H5v-4H3v4a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}],outline_insert_drive_file:[{path:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"}],file_copy:[{path:"M11 0.75H2C1.175 0.75 0.5 1.425 0.5 2.25V12.75H2V2.25H11V0.75ZM10.25 3.75H5C4.175 3.75 3.5075 4.425 3.5075 5.25L3.5 15.75C3.5 16.575 4.1675 17.25 4.9925 17.25H13.25C14.075 17.25 14.75 16.575 14.75 15.75V8.25L10.25 3.75ZM5 15.75V5.25H9.5V9H13.25V15.75H5Z"}],outline_cancel:[{path:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z"}],outline_donut_large:[{path:"M13 5.08c3.06.44 5.48 2.86 5.92 5.92h3.03c-.47-4.72-4.23-8.48-8.95-8.95v3.03zM18.92 13c-.44 3.06-2.86 5.48-5.92 5.92v3.03c4.72-.47 8.48-4.23 8.95-8.95h-3.03zM11 18.92c-3.39-.49-6-3.4-6-6.92s2.61-6.43 6-6.92V2.05c-5.05.5-9 4.76-9 9.95 0 5.19 3.95 9.45 9 9.95v-3.03z"}],outline_edit:[{path:"M14.06 9.02l.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"}],outline_settings:[{path:"M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}],outline_list_alt:[{path:"M11 7h6v2h-6zm0 4h6v2h-6zm0 4h6v2h-6zM7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zM20.1 3H3.9c-.5 0-.9.4-.9.9v16.2c0 .4.4.9.9.9h16.2c.4 0 .9-.5.9-.9V3.9c0-.5-.5-.9-.9-.9zM19 19H5V5h14v14z"}],outline_done:[{path:"M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"}],outline_error:[{path:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],outline_warning:[{path:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"}],outlined_bookmark_border:[{path:"M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z"}],outline_check_circle_outline:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z"}],outline_info:[{path:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],outline_add_box:[{path:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-8-2h2v-4h4v-2h-4V7h-2v4H7v2h4z"}],outline_menu:[{path:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"}],outline_label:[{path:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16zM16 17H5V7h11l3.55 5L16 17z"}],baseline_drag_handle:[{path:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"}],baseline_cloud_queue:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"}],baseline_calendar_today:[{path:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"}],baseline_arrow_drop_down:[{path:"M7 10l5 5 5-5z"}],baseline_add:[{path:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}],control_point_duplicate:[{path:"M16 5H14V8H11V10H14V13H16V10H19V8H16V5ZM2 9C2 6.21 3.64 3.8 6.01 2.68V0.52C2.52 1.76 0 5.09 0 9C0 12.91 2.52 16.24 6.01 17.48V15.32C3.64 14.2 2 11.79 2 9ZM15 0C10.04 0 6 4.04 6 9C6 13.96 10.04 18 15 18C19.96 18 24 13.96 24 9C24 4.04 19.96 0 15 0ZM15 16C11.14 16 8 12.86 8 9C8 5.14 11.14 2 15 2C18.86 2 22 5.14 22 9C22 12.86 18.86 16 15 16Z"}],baseline_local_printshop:[{path:"M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"}],baseline_insert_drive_file:[{path:"M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6zm7 7V3.5L18.5 9H13z"}],baseline_help_outline:[{path:"M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"}],baseline_help:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"}],baseline_email_outline:[{path:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"}],baseline_email:[{path:"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"}],baseline_arrow_forward:[{path:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}],baseline_arrow_back:[{path:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}],baseline_keyboard_arrow_down:[{path:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"}],arrow_upward:[{path:"M4 12L5.41 13.41L11 7.83V20H13V7.83L18.58 13.42L20 12L12 4L4 12Z"}],arrow_downward:[{path:"M20 12L18.59 10.59L13 16.17V4H11V16.17L5.42 10.58L4 12L12 20L20 12Z"}],baseline_keyboard_arrow_left:[{path:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}],baseline_keyboard_arrow_right:[{path:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}],baseline_keyboard_arrow_up:[{path:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"}],baseline_close:[{path:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"}],baseline_date_range:[{path:"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"}],baseline_cancel:[{path:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}],baseline_fullscreen:[{path:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"}],baseline_fullscreen_exit:[{path:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"}],baseline_view_headline:[{path:"M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"}],baseline_search:[{path:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}],baseline_info:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}],baseline_check_circle_outline:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}],baseline_history:[{path:"M13.3333333,3 C8.63944444,3 4.83333333,6.80611111 4.83333333,11.5 L2,11.5 L5.67388889,15.1738889 L5.74,15.3061111 L9.55555556,11.5 L6.72222222,11.5 C6.72222222,7.845 9.67833333,4.88888889 13.3333333,4.88888889 C16.9883333,4.88888889 19.9444444,7.845 19.9444444,11.5 C19.9444444,15.155 16.9883333,18.1111111 13.3333333,18.1111111 C11.5105556,18.1111111 9.85777778,17.365 8.66777778,16.1655556 L7.32666667,17.5066667 C8.86611111,19.0461111 10.9816667,20 13.3333333,20 C18.0272222,20 21.8333333,16.1938889 21.8333333,11.5 C21.8333333,6.80611111 18.0272222,3 13.3333333,3 Z M12.3888889,7.72222222 L12.3888889,12.4444444 L16.4311111,14.8433333 L17.1111111,13.7005556 L13.8055556,11.7361111 L13.8055556,7.72222222 L12.3888889,7.72222222 Z"}],caret:[{path:"M7 10l5 5 5-5z"}],custom_dash:[{path:"M19 13H5v-2h14v2z"}],custom_archived_encrypted:[{path:"M20.54,5.23 C20.83,5.57 21,6.02 21,6.5 L21,19 C21,20.1 20.1,21 19,21 L5,21 C3.9,21 3,20.1 3,19 L3,6.5 C3,6.02 3.17,5.57 3.46,5.23 L4.84,3.55 C5.12,3.21 5.53,3 6,3 L18,3 C18.47,3 18.88,3.21 19.15,3.55 L20.54,5.23 Z M5,7 L5,19 L19,19 L19,7 L5,7 Z M12.5,8 L12.5,12.1666667 L14.5,12.1666667 L11.5,18 L11.5,13.8333333 L9.5,13.8333333 L12.5,8 Z M5.12,5 L18.87,5 L17.93,4 L5.93,4 L5.12,5 Z"}],custom_archived_error:[{path:"M20.54,5.23 C20.83,5.57 21,6.02 21,6.5 L21,19 C21,20.1 20.1,21 19,21 L5,21 C3.9,21 3,20.1 3,19 L3,6.5 C3,6.02 3.17,5.57 3.46,5.23 L4.84,3.55 C5.12,3.21 5.53,3 6,3 L18,3 C18.47,3 18.88,3.21 19.15,3.55 L20.54,5.23 Z M5,7 L5,19 L19,19 L19,7 L5,7 Z M12,11.5857864 L14.8284271,8.75735931 L16.2426407,10.1715729 L13.4142136,13 L16.2426407,15.8284271 L14.8284271,17.2426407 L12,14.4142136 L9.17157288,17.2426407 L7.75735931,15.8284271 L10.5857864,13 L7.75735931,10.1715729 L9.17157288,8.75735931 L12,11.5857864 Z M5.12,5 L18.87,5 L17.93,4 L5.93,4 L5.12,5 Z"}],custom_bookmark:[{path:"M5 5L19 5 19 17 5 17z",fill:r.colors.white},{path:"M17,3 C18.1,3 19,3.9 19,5 L19,21 L12,18 L5,21 L5.01,5 C5.01,3.9 5.9,3 7,3 L17,3 Z M15.9425,7.58 L11,12.7708493 L9.0575,10.73862 L8,11.8492569 L11,15 L17,8.6985138 L15.9425,7.58 Z"}],custom_alixip_cloud:[{path:"M18.7375,10.285 C21.1208333,10.4425 23,12.315 23,14.625 C23,17.04 20.9466667,19 18.4166667,19 L6.5,19 C3.46583333,19 1,16.64625 1,13.75 C1,11.04625 3.145,8.815 5.90416667,8.535 C7.05,6.435 9.35083333,5 12,5 C15.3366667,5 18.1141667,7.26625 18.7375,10.285 Z M13.5911976,14.2246734 L13.5975063,14.2201705 L14.596071,17.25 L16.5833333,17.25 L13.0469143,6.75 L10.9530857,6.75 L7.41666667,17.25 L9.3526193,17.25 L13.5841744,14.2296862 L10.6671488,14.2296862 L12.1245139,9.64344059 L13.5911976,14.2246734 Z"}],custom_csv:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M9.30322266,13.3798828 L8.44189453,13.3798828 C8.39632139,13.7353533 8.28808679,13.9894198 8.1171875,14.1420898 C7.94628821,14.2947599 7.69108243,14.3710938 7.3515625,14.3710938 C6.98014137,14.3710938 6.69816177,14.2298191 6.50561523,13.9472656 C6.3130687,13.6647121 6.21679688,13.25456 6.21679688,12.7167969 L6.21679688,12.2758789 C6.22135419,11.7449518 6.32446188,11.3422051 6.52612305,11.067627 C6.72778421,10.7930488 7.01659968,10.6557617 7.39257812,10.6557617 C7.71614745,10.6557617 7.96166908,10.7349439 8.12915039,10.8933105 C8.2966317,11.0516772 8.4008787,11.3097313 8.44189453,11.6674805 L9.30322266,11.6674805 C9.24853488,11.1228814 9.05371261,10.7013361 8.71875,10.402832 C8.38378739,10.1043279 7.94173452,9.95507812 7.39257812,9.95507812 C6.98469848,9.95507812 6.6252457,10.0519196 6.31420898,10.2456055 C6.00317227,10.4392913 5.76448651,10.7150047 5.59814453,11.0727539 C5.43180255,11.4305031 5.34863281,11.8440732 5.34863281,12.3134766 L5.34863281,12.7783203 C5.35546878,13.2363304 5.44091715,13.6385074 5.60498047,13.9848633 C5.76904379,14.3312192 6.002033,14.5983877 6.30395508,14.786377 C6.60587716,14.9743662 6.95507614,15.0683594 7.3515625,15.0683594 C7.91894815,15.0683594 8.37353345,14.9196792 8.71533203,14.6223145 C9.05713062,14.3249497 9.2530922,13.9108099 9.30322266,13.3798828 Z M12.6767578,13.7182617 C12.6767578,13.9187836 12.6009936,14.0799961 12.4494629,14.2019043 C12.2979322,14.3238125 12.0717788,14.3847656 11.7709961,14.3847656 C11.4223615,14.3847656 11.1546233,14.3072924 10.9677734,14.1523438 C10.7809235,13.9973951 10.6875,13.7786472 10.6875,13.4960938 L9.82275391,13.4960938 C9.82275391,13.8082698 9.9064933,14.0817046 10.0739746,14.3164062 C10.2414559,14.5511079 10.4761541,14.7351068 10.7780762,14.8684082 C11.0799983,15.0017097 11.4109683,15.0683594 11.7709961,15.0683594 C12.3155952,15.0683594 12.7468246,14.9458834 13.0646973,14.7009277 C13.3825699,14.4559721 13.5415039,14.1261414 13.5415039,13.7114258 C13.5415039,13.4562162 13.486817,13.2334808 13.3774414,13.0432129 C13.2680659,12.852945 13.0960298,12.6843269 12.8613281,12.5373535 C12.6266264,12.3903801 12.3155944,12.2593593 11.9282227,12.1442871 C11.5408509,12.0292149 11.2628589,11.9107265 11.0942383,11.7888184 C10.9256176,11.6669102 10.8413086,11.5148121 10.8413086,11.3325195 C10.8413086,11.1160471 10.9193514,10.947429 11.0754395,10.8266602 C11.2315275,10.7058913 11.4508449,10.6455078 11.7333984,10.6455078 C12.0364598,10.6455078 12.2694491,10.7189934 12.432373,10.8659668 C12.595297,11.0129402 12.6767578,11.2163073 12.6767578,11.4760742 L13.5380859,11.4760742 C13.5380859,11.1889634 13.4606128,10.9274914 13.3056641,10.6916504 C13.1507154,10.4558094 12.9376641,10.2740892 12.6665039,10.1464844 C12.3953437,10.0188796 12.0865903,9.95507812 11.7402344,9.95507812 C11.2184219,9.95507812 10.7940283,10.0849596 10.467041,10.3447266 C10.1400537,10.6044935 9.9765625,10.9348938 9.9765625,11.3359375 C9.9765625,11.7939476 10.2032855,12.1653632 10.6567383,12.4501953 C10.8937186,12.598308 11.2127259,12.7327468 11.6137695,12.8535156 C12.0148132,12.9742845 12.2922356,13.0939122 12.4460449,13.2124023 C12.5998543,13.3308925 12.6767578,13.4995106 12.6767578,13.7182617 Z M16.0537109,13.9165039 L14.8027344,10.0234375 L13.855957,10.0234375 L15.6401367,15 L16.4775391,15 L18.2685547,10.0234375 L17.3183594,10.0234375 L16.0537109,13.9165039 Z M14,3 L14,8 L19,8 L14,3 Z"}],custom_text_file:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M6.46153846,17 L17.5384615,17 L18,17 L18,16 L17.5384615,16 L6.46153846,16 L6,16 L6,17 L6.46153846,17 Z M6.46153846,20 L17.5384615,20 L18,20 L18,19 L17.5384615,19 L6.46153846,19 L6,19 L6,20 L6.46153846,20 Z M13.8945518,5 L6.11247803,5 L6,7.11061947 L6.26713533,7.11061947 C6.29994158,6.70353779 6.40304541,6.38053217 6.57644991,6.14159292 C6.74985441,5.90265367 6.95840534,5.74115086 7.20210896,5.65707965 C7.38957329,5.59513243 7.70591459,5.56415929 8.15114236,5.56415929 L9.2970123,5.56415929 L9.2970123,12.4402655 C9.2970123,12.9446928 9.24546039,13.2676984 9.14235501,13.409292 C8.97363712,13.6393817 8.68775831,13.7544248 8.28471002,13.7544248 L7.94727592,13.7544248 L7.94727592,14 L11.9894552,14 L11.9894552,13.7544248 L11.659051,13.7544248 C11.2888089,13.7544248 11.0146465,13.6615054 10.8365554,13.4756637 C10.7100169,13.3384949 10.6467487,12.9933656 10.6467487,12.4402655 L10.6467487,5.56415929 L11.9894552,5.56415929 C12.3831303,5.56415929 12.7006432,5.62499939 12.9420035,5.74668142 C13.1833638,5.86836344 13.3766835,6.05752084 13.5219684,6.31415929 C13.6110139,6.47345212 13.681312,6.73893619 13.7328647,7.11061947 L14,7.11061947 L13.8945518,5 Z"}],custom_excel:[{path:"M14,19 L17,19 L17,17 L14,17 L14,16 L17,16 L17,14 L14,14 L14,13 L17,13 L17,11 L14,11 L14,10 L17,10 L17,8 L14,8 L14,7 L17,7 L17,5 L14,5 L14,4 L22,4 L22,20 L14,20 L14,19 Z M13,2 L13,22 L2,19.8801227 L2,4.03493938 L13,2 Z M18,5 L18,7 L21,7 L21,5 L18,5 Z M18,8 L18,10 L21,10 L21,8 L18,8 Z M18,11 L18,13 L21,13 L21,11 L18,11 Z M18,14 L18,16 L21,16 L21,14 L18,14 Z M18,17 L18,19 L21,19 L21,17 L18,17 Z M5,16 L5.84297521,16 L7.4338843,13.2397782 L7.5,13.2397782 L9.06198347,16 L9.95454545,16 L7.9338843,12.5169785 L10,9 L9.15289256,9 L7.55785124,11.7844768 L7.49173554,11.7844768 L5.9214876,9 L5.02479339,9 L7.04132231,12.4781705 C7.04132231,12.4781705 6.97245248,12.5970189 6.83471074,12.8347193 C6.69696901,13.0724198 6.52686052,13.3659026 6.32438017,13.7151767 C6.12189981,14.0644508 5.9194225,14.4137197 5.71694215,14.7629938 C5.5144618,15.1122679 5.34435331,15.4057507 5.20661157,15.6434511 C5.06886983,15.8811516 5,16 5,16 Z"}],custom_pdf:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M10.6491843,10.6902254 C10.5619133,10.6074198 10.506109,10.4953716 10.4917486,10.3741142 C10.3563826,9.21331329 10.0949152,8.07179918 9.71225011,6.97098007 C9.5515615,6.44654921 9.10645021,6.06820567 8.5756414,6.00486535 C7.98717628,5.9577401 7.42311145,6.25579511 7.11744155,6.77538629 C6.7789353,7.32739807 6.7819303,8.03124331 7.12512134,8.58018343 C7.65833061,9.49175752 8.28702724,10.3404465 8.99994972,11.1110484 C9.07788158,11.1925188 9.12458705,11.3002189 9.1314661,11.4143175 C9.18344014,12.1929509 9.16318916,12.9749092 9.07098776,13.7495887 C9.05149539,13.8894433 8.97593767,14.0144908 8.8626735,14.0943474 C7.94016414,14.7464241 7.10739151,15.5236297 6.38690166,16.4049224 C6.00853679,16.8422094 5.89757002,17.4595902 6.09890959,18.0072108 C6.32051768,18.5486185 6.81003011,18.9237657 7.37759439,18.9871554 C7.44478145,18.9958311 7.51243494,19 7.58014881,19 C8.11502337,18.9970841 8.61559313,18.728494 8.92411181,18.2788689 C9.59399676,17.3137244 10.0677568,16.2194171 10.3170335,15.06145 C10.3449845,14.9299796 10.4245577,14.8162721 10.5368674,14.7473145 C11.1215049,14.3940578 11.7346359,14.0932983 12.369457,13.8483734 C12.4931408,13.8040091 12.628725,13.8107373 12.7476865,13.8671425 C13.8830844,14.4057084 15.0925095,14.7605778 16.3331878,14.9192 C16.8676012,15.0078175 17.4044837,14.7760247 17.7174697,14.3215523 C18.0562381,13.8089925 18.0930717,13.1460771 17.8132844,12.5971236 C17.5334971,12.0481701 16.9825922,11.7024581 16.3802265,11.6978297 C15.2012016,11.6514227 14.0224053,11.7957589 12.8868827,12.1255676 C12.765598,12.161999 12.6351699,12.1466907 12.5249727,12.0830902 C11.8535581,11.6884399 11.2247695,11.2215336 10.6491843,10.6902254 Z M10.1052024,11.3706499 C10.3419026,11.228426 11.4899161,12.5469959 11.5892223,12.7122692 C11.6885285,12.8775425 11.4149877,13.3036017 11.1782875,13.4458255 C10.9415872,13.5880494 10.2045086,13.7251987 10.1052024,13.5599254 C10.0058962,13.3946521 9.8685022,11.5128737 10.1052024,11.3706499 Z M9.44320679,10.187561 C9.18210904,10.2774642 8.14831244,8.42489805 8.05840927,8.1638003 C7.96850611,7.90270256 8.10728674,7.6181601 8.36838448,7.52825694 C8.62948223,7.43835377 8.91402468,7.5771344 9.00392785,7.83823215 C9.09383101,8.09932989 9.70430453,10.0976579 9.44320679,10.187561 Z M14.0762876,13.1288739 C14.0907397,12.8531099 16.1785716,12.9850558 16.3711207,12.9951469 C16.5636698,13.005238 16.7080459,13.2369692 16.6935937,13.5127332 C16.6791415,13.7884971 16.5113338,14.0038675 16.3187847,13.9937764 C16.1262356,13.9836854 14.0618354,13.4046378 14.0762876,13.1288739 Z M9.09863281,15.4967152 C9.29389496,15.6919773 8.14720502,17.5036469 8.01086541,17.6399865 C7.87452579,17.7763262 7.60570945,17.72856 7.4104473,17.5332979 C7.21518516,17.3380357 7.16741901,17.0692194 7.30375863,16.9328798 C7.44009824,16.7965401 8.90337067,15.3014531 9.09863281,15.4967152 Z"}],custom_photo:[{path:"M2,4.99508929 C2,3.8932319 2.89821238,3 3.99079514,3 L20.0092049,3 C21.1086907,3 22,3.8926228 22,4.99508929 L22,19.0049107 C22,20.1067681 21.1017876,21 20.0092049,21 L3.99079514,21 C2.89130934,21 2,20.1073772 2,19.0049107 L2,4.99508929 Z M8,10 C9.1045695,10 10,9.1045695 10,8 C10,6.8954305 9.1045695,6 8,6 C6.8954305,6 6,6.8954305 6,8 C6,9.1045695 6.8954305,10 8,10 Z M8.95238095,12.6470588 L4,18 L20,18 L15.8095238,11 L12,15.9411765 L8.95238095,12.6470588 Z"}],custom_code:[{path:"M6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L6,22 C4.9,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 Z M5.95965727,12.1087919 L9.08853981,10.8032891 L9.08853981,9.8115117 L5,11.7242252 L5,12.4629981 L9.08853981,14.3807717 L9.08853981,13.3889943 L5.95965727,12.1087919 Z M10.7279543,16 L13.7618708,8 L12.9721528,8 L9.93323813,16 L10.7279543,16 Z M18.0353445,12.0784314 L14.7315245,13.4041746 L14.7315245,14.3757116 L19,12.457938 L19,11.7191651 L14.7315245,9.80645161 L14.7315245,10.7678684 L18.0353445,12.0784314 Z"}],custom_powerpoint:[{path:"M14,10.5001831 C14.4178303,10.8140276 14.937197,11 15.5,11 C16.8807119,11 18,9.88071187 18,8.5 C18,8.32876706 17.9827849,8.16155493 17.9499909,7.99999994 L16,7.99999991 L16,6.05000906 C15.838445,6.01721513 15.6712329,6 15.5,6 C14.937197,6 14.4178303,6.18597241 14,6.49981691 L14,4 L22,4 L22,20 L14,20 L14,18 L19,18 L19,17 L14,17 L14,16 L19,16 L19,15 L14,15 L14,14 L19,14 L19,13 L14,13 L14,10.5001831 Z M13,2 L13,22 L2,19.8801227 L2,4.03493938 L13,2 Z M5,9 L5,16 L5.89374379,16 L5.89374379,13.5017325 L7.69612711,13.5017325 C8.3680934,13.5017325 8.92005742,13.2923329 9.35203575,12.8735274 C9.78401408,12.4547219 10,11.9186912 10,11.2654193 C10,10.5992113 9.78732421,10.0550957 9.36196624,9.63305613 C8.93660827,9.2110166 8.38464424,9 7.7060576,9 L5,9 Z M5.89374379,9.77616078 L7.47269116,9.77616078 C7.99238923,9.77616078 8.39043225,9.90390263 8.66683217,10.1593902 C8.9432321,10.4148777 9.08142999,10.7835504 9.08142999,11.2654193 C9.08142999,11.727884 8.9407495,12.0868548 8.65938431,12.3423423 C8.37801912,12.5978299 7.98245869,12.7255717 7.47269116,12.7255717 L5.89374379,12.7255717 L5.89374379,9.77616078 Z"}],custom_word:[{path:"M14,19 L21,19 L21,17 L14,17 L14,16 L21,16 L21,14 L14,14 L14,13 L21,13 L21,11 L14,11 L14,10 L21,10 L21,8 L14,8 L14,7 L21,7 L21,5 L14,5 L14,4 L22,4 L22,20 L14,20 L14,19 Z M13,2 L13,22 L2,19.8801227 L2,4.03493938 L13,2 Z M7.4700333,10.4747055 L7.5299667,10.4747055 L9.18812431,16 L10.0371809,16 L12,9 L11.0610433,9 L9.62763596,14.6902287 L9.56770255,14.6902287 L7.95449501,9 L7.04550499,9 L5.43229745,14.6902287 L5.37236404,14.6902287 L3.93895671,9 L3,9 L4.96281909,16 L5.81187569,16 C5.81187569,16 5.8518309,15.8665987 5.93174251,15.5997921 C6.01165412,15.3329855 6.11487173,14.9901846 6.24139845,14.5713791 C6.36792516,14.1525736 6.50110918,13.7079026 6.6409545,13.2373527 C6.78079981,12.7668029 6.91398383,12.3221319 7.04051054,11.9033264 C7.16703726,11.4845209 7.27025487,11.14172 7.35016648,10.8749134 C7.43007809,10.6081068 7.4700333,10.4747055 7.4700333,10.4747055 Z"}],custom_default_file:[{path:"M14.25,1.5 L20.55,7.8 L20.55,20.4 C20.55,21.5047826 19.6853875,22.4174291 18.5994008,22.4947012 L18.45,22.5 L5.85,22.5 C4.74521739,22.5 3.83257089,21.6353875 3.75529876,20.5494008 L3.75,20.4 L3.75,3.6 C3.75,2.49521739 4.61461248,1.58257089 5.70059916,1.50529876 L5.85,1.5 L14.25,1.5 Z M18.5735294,18.5 L5.72647059,18.5 L5.72647059,19.5 L18.5735294,19.5 L18.5735294,18.5 Z M18.5735294,15.5 L5.72647059,15.5 L5.72647059,16.5 L18.5735294,16.5 L18.5735294,15.5 Z M18.5735294,12.5 L5.72647059,12.5 L5.72647059,13.5 L18.5735294,13.5 L18.5735294,12.5 Z"}],custom_ap_logo:[{path:"M14.854 20h4.117L11.65 0H7.32L0 20h4.01l8.786-5.777h-6.69L9.485 5z"}],custom_ap_radio_checked:[{path:"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],custom_ap_radio_unchecked:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],baseline_undo:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"}],baseline_tune:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"}],remove_red_eye:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M12 6.5c3.79 0 7.17 2.13 8.82 5.5-1.65 3.37-5.02 5.5-8.82 5.5S4.83 15.37 3.18 12C4.83 8.63 8.21 6.5 12 6.5m0-2C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zm0 5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5z"}],notification_outline:[{path:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"}],notification_outline_active:[{path:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6zM7.58 4.08L6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42z"}],delete_outline:[{path:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"}],done_all:[{path:"m18 7-1.41-1.41-6.34 6.34 1.41 1.41L18 7zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12-1.42-1.41zM.41 13.41 6 19l1.41-1.41L1.83 12 .41 13.41z"}],widdget_error_icon:[{path:"M12,0 C6.95,0 3.15,1.85 0,4.23 L12,19 L24,4.25 C20.85,1.87 17.05,0 12,0 Z M2.92,4.65 C5.8,2.85 8.74,2 12,2 C15.25,2 18.18,2.85 21.08,4.67 L12,15.83 L2.92,4.65 Z M11,3 L13,3 L13,9 L11,9 L11,3 Z M11,10.5 L13,10.5 L13,12.5 L11,12.5 L11,10.5 Z"}],link_off:[{path:"M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.43-.98 2.63-2.31 2.98l1.46 1.46C20.88 15.61 22 13.95 22 12c0-2.76-2.24-5-5-5zm-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74 3.27 3 2 4.27z"}],bar_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z"}],show_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99l1.5 1.5z"}],view_list:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3 5v14h17V5H3zm4 2v2H5V7h2zm-2 6v-2h2v2H5zm0 2h2v2H5v-2zm13 2H9v-2h9v2zm0-4H9v-2h9v2zm0-4H9V7h9v2z"}],list:[{path:"M0 0h24v24H0z",fill:"none"},{path:"M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"}],trending_flat:[{path:"M22 12l-4-4v3H3v2h15v3z"}],radial_chart:[{path:"M22 12C22 17.5228 17.5228 22 12 22C9.7457 22 7.66563 21.2541 5.99314 19.9956L7.30943 18.4813C8.62725 19.4367 10.2478 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6421 19.9765 11.2897 19.931 10.9443L21.9118 10.6659C21.97 11.1023 22 11.5477 22 12ZM21.7299 9.68166C20.6842 5.27672 16.7248 2 12 2C10.4348 2 8.95356 2.3596 7.63443 3.0007L8.63786 4.73868C9.66002 4.2646 10.7991 4 12 4C15.7138 4 18.8366 6.53065 19.738 9.9616L21.7299 9.68166ZM6.53765 17.8449L5.22483 19.3551C3.24209 17.5278 2 14.909 2 12C2 8.39944 3.9029 5.24332 6.75788 3.48248L7.75854 5.21567C5.50112 6.62996 4 9.13968 4 12C4 14.3065 4.97606 16.3849 6.53765 17.8449ZM8.75953 6.94942C7.09958 8.01667 6.00003 9.87991 6.00003 12C6.00003 13.7039 6.71031 15.2419 7.85095 16.3342L9.16534 14.8221C8.44516 14.0988 8.00003 13.1013 8.00003 12C8.00003 10.6202 8.6986 9.40364 9.76134 8.68462L8.75953 6.94942ZM12 18C10.7501 18 9.58946 17.6178 8.62856 16.9639L9.95476 15.4382C10.5532 15.795 11.2527 16 12 16C14.2092 16 16 14.2091 16 12C16 11.831 15.9896 11.6645 15.9692 11.5011L17.9501 11.2227C17.9831 11.4771 18 11.7366 18 12C18 15.3137 15.3137 18 12 18ZM17.7386 10.2426C16.9873 7.78635 14.7023 5.99996 12 5.99996C11.1635 5.99996 10.3669 6.17116 9.64346 6.48044L10.6546 8.23185C11.0751 8.08172 11.528 7.99996 12 7.99996C13.6888 7.99996 15.1331 9.04646 15.7198 10.5263L17.7386 10.2426ZM12 14C13.1046 14 14 13.1045 14 12C14 10.8954 13.1046 9.99996 12 9.99996C10.8955 9.99996 10 10.8954 10 12C10 13.1045 10.8955 14 12 14Z"}],set_target_outlined:[{path:"M20 6L11 2V14.2724V15.7741V18H12.5V15.756C14.4388 15.8024 16.1552 16.1166 17.3935 16.5809C18.0682 16.8339 18.562 17.1171 18.8738 17.3935C19.1864 17.6706 19.25 17.8773 19.25 18C19.25 18.1227 19.1864 18.3294 18.8738 18.6065C18.562 18.8829 18.0682 19.1661 17.3935 19.4191C16.0497 19.923 14.143 20.25 12 20.25C9.85699 20.25 7.95026 19.923 6.60649 19.4191C5.93183 19.1661 5.43796 18.8829 5.12623 18.6065C4.81363 18.3294 4.75 18.1227 4.75 18C4.75 17.8773 4.81363 17.6706 5.12623 17.3935C5.43796 17.1171 5.93183 16.8339 6.60649 16.5809C7.27751 16.3293 8.0889 16.1218 9 15.9771V14.4598C7.90707 14.6188 6.91498 14.8632 6.0798 15.1764C5.30674 15.4663 4.62904 15.8296 4.13112 16.2711C3.63408 16.7117 3.25 17.2943 3.25 18C3.25 18.7057 3.63408 19.2883 4.13112 19.7289C4.62904 20.1704 5.30674 20.5337 6.0798 20.8236C7.63146 21.4054 9.72474 21.75 12 21.75C14.2753 21.75 16.3685 21.4054 17.9202 20.8236C18.6933 20.5337 19.371 20.1704 19.8689 19.7289C20.3659 19.2883 20.75 18.7057 20.75 18C20.75 17.2943 20.3659 16.7117 19.8689 16.2711C19.371 15.8296 18.6933 15.4663 17.9202 15.1764C16.4829 14.6374 14.5809 14.3021 12.5 14.2556V10L20 6Z"}],zoom_in_outlined:[{path:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z"}],line_chart:[{path:"M12 12L8 8L3 18H5.57453L8.68697 11.6711L12 15L15.0415 11L18 14L21 2H18.7725L17 10L15.0415 8L12 12ZM21 22V20H3V22H21Z"}],stacked_100_column_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M6 3H3V8H6V3ZM6 9H3V21H6V9ZM8 17H11V21H8V17ZM11 3H8V16H11V3ZM13 13H16V21H13V13ZM16 3H13V12H16V3ZM18 17H21V21H18V17ZM21 3H18V16H21V3Z"}],waterfall_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M6 3H3V21H6V3ZM11 3H8V12H11V3ZM13 12H16V18H13V12ZM21 18H18V21H21V18Z"}],segmented_columns_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M15 4H18V21H15V4ZM6 7H3V21H6V7ZM10 12H7V21H10V12ZM22 16H19V21H22V16Z"}],stacked_column_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M3 3H6V4H3V3ZM6 5H3V7H6V5ZM3 8H6V11H3V8ZM6 12H3V15H6V12ZM6 16H3V21H6V16ZM11 14H8V21H11V14ZM8 9H11V13H8V9ZM16 16H13V21H16V16ZM13 12H16V15H13V12ZM21 17H18V21H21V17Z"}],pie_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M13 3.05493V11.474L19.9384 16.2442C20.6158 14.9798 21 13.5347 21 12C21 7.36745 17.5 3.55238 13 3.05493ZM11 3.05493V11.2671L3.16813 13.7403C3.05781 13.1773 3 12.5954 3 12C3 7.36745 6.50005 3.55238 11 3.05493ZM3.76987 15.6477C4.45289 17.1865 5.5548 18.4981 6.93088 19.4377L9.97473 13.6882L3.76987 15.6477ZM8.69774 20.3749C9.72016 20.7783 10.8342 21 12 21C14.7176 21 17.1538 19.7955 18.804 17.8913L12.3585 13.46L8.69774 20.3749Z"}],map_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 11.39 4.08 10.79 4.21 10.22L8.99 15V16C8.99 17.1 9.89 18 10.99 18V19.93C7.06 19.43 4 16.07 4 12ZM17.89 17.4C17.63 16.59 16.89 16 15.99 16H14.99V13C14.99 12.45 14.54 12 13.99 12H7.99V10H9.99C10.54 10 10.99 9.55 10.99 9V7H12.99C14.09 7 14.99 6.1 14.99 5V4.59C17.92 5.77 20 8.65 20 12C20 14.08 19.19 15.98 17.89 17.4Z"}],line_chart_v2:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21.5 4L18 16L14 12L11 19L7 17L5 21L3 20L6 14L10 16L13.5 8L17 12L19.5 3.5L21.5 4Z"}],donut_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21 12C21 10.3906 20.5685 8.81071 19.7503 7.4248C18.9322 6.0389 17.7574 4.89773 16.3483 4.12016C14.9393 3.3426 13.3475 2.95709 11.7388 3.00379C10.1301 3.0505 8.56338 3.52771 7.20181 4.38572L8.64126 6.67C9.59437 6.0694 10.6911 5.73535 11.8172 5.70265C12.9432 5.66996 14.0575 5.93982 15.0438 6.48411C16.0302 7.02841 16.8525 7.82723 17.4252 8.79736C17.9979 9.76749 18.3 10.8734 18.3 12H21ZM11.7375 20.9962C13.7489 21.0549 15.7219 20.4378 17.3414 19.2436C18.9609 18.0494 20.1335 16.3469 20.6719 14.4081L18.0703 13.6857C17.6934 15.0428 16.8726 16.2346 15.739 17.0705C14.6053 17.9065 13.2242 18.3384 11.8163 18.2973L11.7375 20.9962ZM3.26908 9.81573C3.63844 8.33932 4.37617 6.98069 5.41329 5.86687L7.3893 7.70681C6.66332 8.48648 6.14691 9.43753 5.88836 10.471C5.6298 11.5045 5.63755 12.5867 5.91088 13.6163C6.1842 14.646 6.71418 15.5896 7.45125 16.3588C8.18833 17.128 9.10842 17.6977 10.1255 18.0147L9.32215 20.5924C7.86917 20.1396 6.55475 19.3257 5.50179 18.2268C4.44883 17.128 3.69172 15.78 3.30125 14.3091C2.91079 12.8381 2.89972 11.2921 3.26908 9.81573Z"}],column_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M6 3H3V21H6V3ZM11 10H8V21H11V10ZM13 15H16V21H13V15ZM21 17H18V21H21V17Z"}],bridge_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21 3H18V5H21V3ZM13 5H16V8H13V5ZM11 8H8V13H11V8ZM6 13H3V21H6V13Z"}],scatter_chart:[{path:"M0 0h24v24H0V0z",fill:"none"},{path:"M21 4.5C21 5.32843 20.3284 6 19.5 6C18.6716 6 18 5.32843 18 4.5C18 3.67157 18.6716 3 19.5 3C20.3284 3 21 3.67157 21 4.5ZM7.5 16C8.32843 16 9 15.3284 9 14.5C9 13.6716 8.32843 13 7.5 13C6.67157 13 6 13.6716 6 14.5C6 15.3284 6.67157 16 7.5 16ZM5.5 21C6.88071 21 8 19.8807 8 18.5C8 17.1193 6.88071 16 5.5 16C4.11929 16 3 17.1193 3 18.5C3 19.8807 4.11929 21 5.5 21ZM11.5 7C12.3284 7 13 6.32843 13 5.5C13 4.67157 12.3284 4 11.5 4C10.6716 4 10 4.67157 10 5.5C10 6.32843 10.6716 7 11.5 7ZM20 9C20 10.1046 19.1046 11 18 11C16.8954 11 16 10.1046 16 9C16 7.89543 16.8954 7 18 7C19.1046 7 20 7.89543 20 9ZM16 20C18.2091 20 20 18.2091 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20Z"}],breakdown_outline:[{fillRule:"evenodd",path:"M5 2H3V4V5V7H5H7V11V12V18V19H12V21H14H19H21V19V18V16H19H14H12V18H8V12H12V14H14H19H21V12V11V9H19H14H12V11H8V7H10H12V5V4V2H10H5ZM10 4H8H7H5V5H7H8H10V4ZM19 11H17H16H14V12H16H17H19V11ZM17 18H19V19H17H16H14V18H16H17Z"}],flash_on:[{path:"M7 2v11h3v9l7-12h-4l3-8z"}],flag_outlined:[{path:"M14 6l-1-2H5v17h2v-7h5l1 2h7V6h-6zm4 8h-4l-1-2H7V6h5l1 2h5v6z"}],grading:[{path:"M4,7h16v2H4V7z M4,13h16v-2H4V13z M4,17h7v-2H4V17z M4,21h7v-2H4V21z M15.41,18.17L14,16.75l-1.41,1.41L15.41,21L20,16.42 L18.58,15L15.41,18.17z M4,3v2h16V3H4z"}],lock:[{path:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"}],lock_outlined:[{path:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z"}],cloud_upload_outlined:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"}],access_time:[{path:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"}],add:[{path:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}],add_circle:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"}],arrow_drop_down:[{path:"M7 10l5 5 5-5H7z"}],arrow_drop_up:[{path:"M7 14l5-5 5 5H7z"}],keyboard_arrow_down:[{path:"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"}],keyboard_arrow_up:[{path:"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6 1.41 1.41z"}],check:[{path:"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"}],chevron_left:[{path:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"}],close:[{path:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"}],cloud_queue:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"}],cloud_upload:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zM8 13h2.55v3h2.9v-3H16l-4-4z"}],create:[{path:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM5.92 19H5v-.92l9.06-9.06.92.92L5.92 19zM20.71 5.63l-2.34-2.34c-.2-.2-.45-.29-.71-.29s-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.02 0-1.41z"}],delete:[{path:"M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z"}],download:[{path:"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z"}],dynamic_feed:[{path:"M8,8H6v7c0,1.1,0.9,2,2,2h9v-2H8V8z"},{path:"M20,3h-8c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V5C22,3.9,21.1,3,20,3z M20,11h-8V7h8V11z"},{path:"M4,12H2v7c0,1.1,0.9,2,2,2h9v-2H4V12z"}],edit:[{path:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"}],error:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"}],error_outline:[{path:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}],exit_to_app:[{path:"M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}],filter_list:[{path:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"}],help_outline:[{path:"M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"}],highlight_off:[{path:"M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],history:[{path:"M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"}],info:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}],info_outline:[{path:"M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"}],label:[{path:"M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"}],more_vert:[{path:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],more_horiz:[{path:"M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],north:[{path:"M5,9l1.41,1.41L11,5.83V22H13V5.83l4.59,4.59L19,9l-7-7L5,9z"}],note_add:[{path:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 14h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zm-3-7V3.5L18.5 9H13z"}],notification_important:[{path:"M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-5 0h-2v-2h2v2zm0-4h-2V8h2v4zm-1 10c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2z"}],notifications:[{path:"M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"}],pie_chart_outline:[{path:"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,4.07c3.61,0.45,6.48,3.33,6.93,6.93H13V4.07z M4,12 c0-4.06,3.07-7.44,7-7.93v15.87C7.07,19.44,4,16.06,4,12z M13,19.93V13h6.93C19.48,16.61,16.61,19.48,13,19.93z"}],public:[{path:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"}],remove:[{path:"M19 13H5v-2h14v2z"}],save_alt:[{path:"M19 12v7H5v-7H3v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2z"}],search:[{path:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"}],settings:[{path:"M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"}],settings_outline:[{path:"M19.43 12.98c.04-.32.07-.64.07-.98 0-.34-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.09-.16-.26-.25-.44-.25-.06 0-.12.01-.17.03l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.06-.02-.12-.03-.18-.03-.17 0-.34.09-.43.25l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98 0 .33.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.09.16.26.25.44.25.06 0 .12-.01.17-.03l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.06.02.12.03.18.03.17 0 .34-.09.43-.25l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zm-1.98-1.71c.04.31.05.52.05.73 0 .21-.02.43-.05.73l-.14 1.13.89.7 1.08.84-.7 1.21-1.27-.51-1.04-.42-.9.68c-.43.32-.84.56-1.25.73l-1.06.43-.16 1.13-.2 1.35h-1.4l-.19-1.35-.16-1.13-1.06-.43c-.43-.18-.83-.41-1.23-.71l-.91-.7-1.06.43-1.27.51-.7-1.21 1.08-.84.89-.7-.14-1.13c-.03-.31-.05-.54-.05-.74s.02-.43.05-.73l.14-1.13-.89-.7-1.08-.84.7-1.21 1.27.51 1.04.42.9-.68c.43-.32.84-.56 1.25-.73l1.06-.43.16-1.13.2-1.35h1.39l.19 1.35.16 1.13 1.06.43c.43.18.83.41 1.23.71l.91.7 1.06-.43 1.27-.51.7 1.21-1.07.85-.89.7.14 1.13zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"}],sort:[{path:"M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z"}],south:[{path:"M19,15l-1.41-1.41L13,18.17V2H11v16.17l-4.59-4.59L5,15l7,7L19,15z"}],stacked_bar_chart:[{path:"M6,10h3v10H6V10z M6,5h3v4H6V5z M16,16h3v4h-3V16z M16,13h3v2h-3V13z M11,13h3v7h-3V13z M11,9h3v3h-3V9z"}],tune:[{path:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"}],undo:[{path:"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z"}],unfold_less:[{path:"M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z"}],unfold_more:[{path:"M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"}],zoom_out_map:[{path:"M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z"}],launch:[{path:"M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"}],cloud_off:[{path:'M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z""M19.35 10.04C18.67 6.59 15.64 4 12 4c-1.48 0-2.85.43-4.01 1.17l1.46 1.46C10.21 6.23 11.08 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3 0 1.13-.64 2.11-1.56 2.62l1.45 1.45C23.16 18.16 24 16.68 24 15c0-2.64-2.05-4.78-4.65-4.96zM3 5.27l2.75 2.74C2.56 8.15 0 10.77 0 14c0 3.31 2.69 6 6 6h11.73l2 2L21 20.73 4.27 4 3 5.27zM7.73 10l8 8H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.73z'}],cloud_done:[{path:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4 0-2.05 1.53-3.76 3.56-3.97l1.07-.11.5-.95C8.08 7.14 9.94 6 12 6c2.62 0 4.88 1.86 5.39 4.43l.3 1.5 1.53.11c1.56.1 2.78 1.41 2.78 2.96 0 1.65-1.35 3-3 3zm-9-3.82l-2.09-2.09L6.5 13.5 10 17l6.01-6.01-1.41-1.41z"}],backup_restore:[{path:"M14 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm-2-9c-4.97 0-9 4.03-9 9H0l4 4 4-4H5c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.51 0-2.91-.49-4.06-1.3l-1.42 1.44C8.04 20.3 9.94 21 12 21c4.97 0 9-4.03 9-9s-4.03-9-9-9z"}],waves:[{path:"M17 16.99c-1.35 0-2.2.42-2.95.8-.65.33-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.95c1.35 0 2.2-.42 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.42 2.95-.8c.65-.33 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm0-4.45c-1.35 0-2.2.43-2.95.8-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.32-1.17.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.35 1.15-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.58.8 2.95.8v-1.95c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8zm2.95-8.08c-.75-.38-1.58-.8-2.95-.8s-2.2.42-2.95.8c-.65.32-1.18.6-2.05.6-.9 0-1.4-.25-2.05-.6-.75-.37-1.57-.8-2.95-.8s-2.2.42-2.95.8c-.65.33-1.17.6-2.05.6v1.93c1.35 0 2.2-.43 2.95-.8.65-.33 1.17-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V5.04c-.9 0-1.4-.25-2.05-.58zM17 8.09c-1.35 0-2.2.43-2.95.8-.65.35-1.15.6-2.05.6s-1.4-.25-2.05-.6c-.75-.38-1.57-.8-2.95-.8s-2.2.43-2.95.8c-.65.35-1.15.6-2.05.6v1.95c1.35 0 2.2-.43 2.95-.8.65-.32 1.18-.6 2.05-.6s1.4.25 2.05.6c.75.38 1.57.8 2.95.8s2.2-.43 2.95-.8c.65-.32 1.18-.6 2.05-.6.9 0 1.4.25 2.05.6.75.38 1.58.8 2.95.8V9.49c-.9 0-1.4-.25-2.05-.6-.75-.38-1.6-.8-2.95-.8z"}],publish_outlined:[{path:"M5 4h14v2H5zm0 10h4v6h6v-6h4l-7-7-7 7zm8-2v6h-2v-6H9.83L12 9.83 14.17 12H13z"}],upload_outlined:[{path:"M9 16h6v-6h4l-7-7-7 7h4v6zm3-10.17L14.17 8H13v6h-2V8H9.83L12 5.83zM5 18h14v2H5z"}],append_outlined:[{path:"M22 5v2h-3v3h-2V7h-3V5h3V2h2v3h3zm-3 14H5V5h6V3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6h-2v6zm-4-6v4h2v-4h-2zm-4 4h2V9h-2v8zm-2 0v-6H7v6h2z"}],override_outlined:[{path:"M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"}],table_view:[{path:"M19 7H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 2v2H9V9h10zm-6 6v-2h2v2h-2zm2 2v2h-2v-2h2zm-4-2H9v-2h2v2zm6-2h2v2h-2v-2zm-8 4h2v2H9v-2zm8 2v-2h2v2h-2zM6 17H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v1h-2V5H5v10h1v2z"}],navigation:[{path:"M0 3H3V0H0V3ZM4.5 12H7.5V9H4.5V12ZM0 12H3V9H0V12ZM0 7.5H3V4.5H0V7.5ZM4.5 7.5H7.5V4.5H4.5V7.5ZM9 0V3H12V0H9ZM4.5 3H7.5V0H4.5V3ZM9 7.5H12V4.5H9V7.5ZM9 12H12V9H9V12Z"}],touch_app_outlined:[{path:"m18.19 12.44-3.24-1.62c1.29-1 2.12-2.56 2.12-4.32 0-3.03-2.47-5.5-5.5-5.5s-5.5 2.47-5.5 5.5c0 2.13 1.22 3.98 3 4.89v3.26c-2.15-.46-2.02-.44-2.26-.44-.53 0-1.03.21-1.41.59L4 16.22l5.09 5.09c.43.44 1.03.69 1.65.69h6.3c.98 0 1.81-.7 1.97-1.67l.8-4.71c.22-1.3-.43-2.58-1.62-3.18zm-.35 2.85-.8 4.71h-6.3c-.09 0-.17-.04-.24-.1l-3.68-3.68 4.25.89V6.5c0-.28.22-.5.5-.5s.5.22.5.5v6h1.76l3.46 1.73c.4.2.62.63.55 1.06zM8.07 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 .95-.38 1.81-1 2.44V6.5c0-1.38-1.12-2.5-2.5-2.5s-2.5 1.12-2.5 2.5v2.44c-.62-.63-1-1.49-1-2.44z"}],direction_boat_filled:[{path:"M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.9-6.68c.11-.37.04-1.06-.66-1.28L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.63.19-.81.84-.66 1.28L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z"}],home_work_outlined:[{path:"M17 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2zm-3.26 0 1.26.84V7z"},{path:"M10 3v1.51l2 1.33V5h9v14h-4v2h6V3z"},{path:"M8.17 5.7 15 10.25V21H1V10.48L8.17 5.7zM10 19h3v-7.84L8.17 8.09 3 11.38V19h3v-6h4v6z"}],receipt_long_outlined:[{path:"M19.5 3.5 18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM15 20H6c-.55 0-1-.45-1-1v-1h10v2zm4-1c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"},{path:"M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"}],store_front_outlined:[{path:"m21.9 8.89-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.05c-.9 0-1.69.63-1.9 1.52L2.1 8.89c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89zm-2.99-3.9 1.05 4.37c.1.42.01.84-.25 1.17-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.98 5l1.93-.01zM13 5h1.96l.54 4.52c.05.39-.07.78-.33 1.07-.22.26-.54.41-.95.41-.67 0-1.22-.59-1.22-1.31V5zM8.49 9.52 9.04 5H11v4.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41-.25-.29-.37-.68-.33-1.07zm-4.45-.16L5.05 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.49 0-.8-.29-.93-.47-.27-.32-.36-.75-.26-1.17zM5 19v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19H5z"}],shopping_basket_outlined:[{path:"M22 9h-4.79l-4.38-6.56c-.19-.28-.51-.42-.83-.42s-.64.14-.83.43L6.79 9H2c-.55 0-1 .45-1 1 0 .09.01.18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.92 0 1.69-.62 1.93-1.46l2.54-9.27L23 10c0-.55-.45-1-1-1zM12 4.8 14.8 9H9.2L12 4.8zM18.5 19l-12.99.01L3.31 11H20.7l-2.2 8zM12 13c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"}],replay:[{path:"M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"}],format_size:[{path:"M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"}],bug_report:[{path:"M20 8h-2.81c-.45-.78-1.07-1.45-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5c-.49 0-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-6 8h-4v-2h4v2zm0-4h-4v-2h4v2z"}],checkbox:[{path:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}],checkbox_outlined:[{path:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM17.99 9l-1.41-1.42-6.59 6.59-2.58-2.57-1.42 1.41 4 3.99z"}],checkbox_blank_outlined:[{path:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}],indeterminate:[{path:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}],indeterminate_outlined:[{path:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 11h10v2H7z"}],minus:[{path:"M19 13H5v-2h14v2z"}],pause:[{path:"M13,16V8H15V16H13M9,16V8H11V16H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z"}],filter_outlined:[{path:"M7 6h10l-5.01 6.3L7 6zm-2.75-.39C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39c.51-.66.04-1.61-.79-1.61H5.04c-.83 0-1.3.95-.79 1.61z"}]}},function(e,t,n){"use strict";var r,i=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.MaterialIcon=t.DemoTextArea=t.DemoIcon=t.DemoDiv=t.DemoWrapper=t.StyledSvg=void 0;var a,s=n(8),l=n(6);t.StyledSvg=s.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-7fmhvh-0"})({transition:"all .2s linear"}),t.DemoWrapper=s.default.div.withConfig({displayName:"DemoWrapper",componentId:"sc-7fmhvh-1"})(((r={display:"inline-flex",width:"100%"})[l.mediaQuery(l.breakpoints.md)]={width:"50%"},r[l.mediaQuery(l.breakpoints.lg)]={width:"25%"},r)),t.DemoDiv=s.default.div.withConfig({displayName:"DemoDiv",componentId:"sc-7fmhvh-2"})({background:l.colors.white,borderColor:l.colors.grey3,borderStyle:"solid",borderWidth:"1px",boxSizing:"border-box",display:"inline-flex",flexDirection:"column",height:"100px",justifyContent:"center",margin:l.scaffolding.sm,padding:l.scaffolding.md,position:"relative",textAlign:"center",transition:"all .2s linear",width:"100%"}),t.DemoIcon=s.default.div.withConfig({displayName:"DemoIcon",componentId:"sc-7fmhvh-3"})({margin:"10px 0px"}),t.DemoTextArea=s.default.textarea.withConfig({displayName:"DemoTextArea",componentId:"sc-7fmhvh-4"})(o(o({":hover":{borderColor:l.colors.grey4}},l.font),{borderColor:l.colors.grey2,cursor:"pointer",minHeight:"18px",outline:0,resize:"none",textAlign:"center",transition:"all .2s linear"})),t.MaterialIcon=s.default.i.withConfig({displayName:"MaterialIcon",componentId:"sc-7fmhvh-5"})(a||(a=i(["\n transition: all .2s linear;\n text-align: left;\n font-size: ",";\n pointer-events: all;\n"],["\n transition: all .2s linear;\n text-align: left;\n font-size: ",";\n pointer-events: all;\n"])),(function(e){var t=e.iconSize;return t?""+t:"inherit"}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.StyledButtonGroup=void 0;var r=n(8),i=n(6);t.StyledButtonGroup=r.default.div.withConfig({displayName:"StyledButtonGroup",componentId:"sc-cqqbre-0"})({display:"flex",position:"relative"},(function(e){var t,n,r=e.alignItems,o=e.justifyContent,a=e.flexDirection,s=e.spacingSize;return{'[class*="ap-button-"]:nth-child(n)':{margin:"0px "+(t=s,n={sm:i.scaffolding.xs,lg:i.scaffolding.sm},"number"==typeof t?t+"px":n[t]?n[t]:t)},'[class*="ap-button-"]:first-child':{marginLeft:"0px"},'[class*="ap-button-"]:last-child':{marginRight:"0px"},alignItems:r,justifyContent:o,flexDirection:a}}))},function(e,t,n){"use strict";var r,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.ApDatePicker=void 0;var a=n(3),s=n(332),l=n(85),c=n(362),u=n(363),d=n(365),p=function(e){function t(t){var n=e.call(this,t)||this;n.handleDayChange=function(e){n.props.onChange([e])},n.handleDayEnter=function(e){var t=n.props.range;n.setState({hoverRange:t?u.getWeekRange(e,t):{from:e,to:e}})},n.handleDayLeave=function(){n.setState({hoverRange:void 0})},n.handleYearMonthChange=function(e){n.setState({month:e})};var r=Boolean(t.selectedDays.length);return n.state={hoverRange:{from:new Date,to:new Date},month:r?t.selectedDays[0]:new Date},n}return i(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.selectedDays,r=t.srcRange,i=this.state,u=i.hoverRange,p=i.month,h=n.length>1,f={hoverRange:u,hoverRangeStart:u&&u.from,hoverRangeEnd:u&&u.to};return h&&(f=o(o({},f),{selectedRange:{from:n[0],to:n[n.length-1]},selectedRangeStart:n[0],selectedRangeEnd:n[n.length-1]})),a.createElement(l.Container,null,a.createElement(s.default,o({month:p,firstDayOfWeek:1,showOutsideDays:!0,pagedNavigation:!0,modifiers:f,onDayClick:this.handleDayChange,onDayMouseEnter:this.handleDayEnter,onDayMouseLeave:this.handleDayLeave,onMonthChange:function(t){return e.setState({month:t})},captionElement:function(t){var n=t.date,i=t.localeUtils;return a.createElement(d.YearMonthForm,{date:n,localeUtils:i,srcRange:r,onChange:e.handleYearMonthChange})},navbarElement:function(e){return a.createElement(c.Navbar,o({},e,{srcRange:r,date:p}))}},this.props)))},t}(a.Component);t.ApDatePicker=p},function(e,t,n){e.exports=n(333)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ModifiersUtils=t.LocaleUtils=t.DateUtils=t.DayPicker=void 0;var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=v(o),s=v(n(334)),l=v(n(335)),c=v(n(336)),u=v(n(339)),d=y(n(73)),p=y(n(65)),h=y(n(84)),f=y(n(116)),m=v(n(72)),g=n(71);function y(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function v(e){return e&&e.__esModule?e:{default:e}}var b=t.DayPicker=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));n.dayPicker=null,n.showNextMonth=function(e){if(n.allowNextMonth()){var t=n.props.pagedNavigation?n.props.numberOfMonths:1,r=p.addMonths(n.state.currentMonth,t);n.showMonth(r,e)}},n.showPreviousMonth=function(e){if(n.allowPreviousMonth()){var t=n.props.pagedNavigation?n.props.numberOfMonths:1,r=p.addMonths(n.state.currentMonth,-t);n.showMonth(r,e)}},n.handleKeyDown=function(e){switch(e.persist(),e.keyCode){case g.LEFT:"rtl"===n.props.dir?n.showNextMonth():n.showPreviousMonth(),d.cancelEvent(e);break;case g.RIGHT:"rtl"===n.props.dir?n.showPreviousMonth():n.showNextMonth(),d.cancelEvent(e);break;case g.UP:n.showPreviousYear(),d.cancelEvent(e);break;case g.DOWN:n.showNextYear(),d.cancelEvent(e)}n.props.onKeyDown&&n.props.onKeyDown(e)},n.handleDayKeyDown=function(e,t,r){switch(r.persist(),r.keyCode){case g.LEFT:d.cancelEvent(r),"rtl"===n.props.dir?n.focusNextDay(r.target):n.focusPreviousDay(r.target);break;case g.RIGHT:d.cancelEvent(r),"rtl"===n.props.dir?n.focusPreviousDay(r.target):n.focusNextDay(r.target);break;case g.UP:d.cancelEvent(r),n.focusPreviousWeek(r.target);break;case g.DOWN:d.cancelEvent(r),n.focusNextWeek(r.target);break;case g.ENTER:case g.SPACE:d.cancelEvent(r),n.props.onDayClick&&n.handleDayClick(e,t,r)}n.props.onDayKeyDown&&n.props.onDayKeyDown(e,t,r)},n.handleDayClick=function(e,t,r){r.persist(),t[n.props.classNames.outside]&&n.props.enableOutsideDaysClick&&n.handleOutsideDayClick(e),n.props.onDayClick&&n.props.onDayClick(e,t,r)},n.handleTodayButtonClick=function(e){var t=new Date,r=new Date(t.getFullYear(),t.getMonth());n.showMonth(r),e.target.blur(),n.props.onTodayButtonClick&&(e.persist(),n.props.onTodayButtonClick(new Date(t.getFullYear(),t.getMonth(),t.getDate()),f.getModifiersForDay(t,n.props.modifiers),e))};var r=n.getCurrentMonthFromProps(e);return n.state={currentMonth:r},n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidUpdate",value:function(e){if(e.month!==this.props.month&&!p.isSameMonth(e.month,this.props.month)){var t=this.getCurrentMonthFromProps(this.props);this.setState({currentMonth:t})}}},{key:"getCurrentMonthFromProps",value:function(e){var t=d.startOfMonth(e.month||e.initialMonth||new Date);if(e.pagedNavigation&&e.numberOfMonths>1&&e.fromMonth){var n=d.startOfMonth(e.fromMonth),r=d.getMonthsDiff(n,t);t=p.addMonths(n,Math.floor(r/e.numberOfMonths)*e.numberOfMonths)}else e.toMonth&&e.numberOfMonths>1&&d.getMonthsDiff(t,e.toMonth)<=0&&(t=p.addMonths(d.startOfMonth(e.toMonth),1-this.props.numberOfMonths));return t}},{key:"getNextNavigableMonth",value:function(){return p.addMonths(this.state.currentMonth,this.props.numberOfMonths)}},{key:"getPreviousNavigableMonth",value:function(){return p.addMonths(this.state.currentMonth,-1)}},{key:"allowPreviousMonth",value:function(){var e=p.addMonths(this.state.currentMonth,-1);return this.allowMonth(e)}},{key:"allowNextMonth",value:function(){var e=p.addMonths(this.state.currentMonth,this.props.numberOfMonths);return this.allowMonth(e)}},{key:"allowMonth",value:function(e){var t=this.props,n=t.fromMonth,r=t.toMonth;return!(!t.canChangeMonth||n&&d.getMonthsDiff(n,e)<0||r&&d.getMonthsDiff(r,e)>0)}},{key:"allowYearChange",value:function(){return this.props.canChangeMonth}},{key:"showMonth",value:function(e,t){var n=this;this.allowMonth(e)&&this.setState({currentMonth:d.startOfMonth(e)},(function(){t&&t(),n.props.onMonthChange&&n.props.onMonthChange(n.state.currentMonth)}))}},{key:"showNextYear",value:function(){if(this.allowYearChange()){var e=p.addMonths(this.state.currentMonth,12);this.showMonth(e)}}},{key:"showPreviousYear",value:function(){if(this.allowYearChange()){var e=p.addMonths(this.state.currentMonth,-12);this.showMonth(e)}}},{key:"focus",value:function(){this.wrapper.focus()}},{key:"focusFirstDayOfMonth",value:function(){d.getDayNodes(this.dayPicker,this.props.classNames)[0].focus()}},{key:"focusLastDayOfMonth",value:function(){var e=d.getDayNodes(this.dayPicker,this.props.classNames);e[e.length-1].focus()}},{key:"focusPreviousDay",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);-1!==r&&(0===r?this.showPreviousMonth((function(){return t.focusLastDayOfMonth()})):n[r-1].focus())}},{key:"focusNextDay",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);-1!==r&&(r===n.length-1?this.showNextMonth((function(){return t.focusFirstDayOfMonth()})):n[r+1].focus())}},{key:"focusNextWeek",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);r>n.length-8?this.showNextMonth((function(){var e=7-(n.length-r);d.getDayNodes(t.dayPicker,t.props.classNames)[e].focus()})):n[r+7].focus()}},{key:"focusPreviousWeek",value:function(e){var t=this,n=d.getDayNodes(this.dayPicker,this.props.classNames),r=d.nodeListToArray(n).indexOf(e);r<=6?this.showPreviousMonth((function(){var e=d.getDayNodes(t.dayPicker,t.props.classNames);e[e.length-7+r].focus()})):n[r-7].focus()}},{key:"handleOutsideDayClick",value:function(e){var t=this.state.currentMonth,n=this.props.numberOfMonths,r=d.getMonthsDiff(t,e);r>0&&r>=n?this.showNextMonth():r<0&&this.showPreviousMonth()}},{key:"renderNavbar",value:function(){var e=this.props,t=e.labels,n=e.locale,r=e.localeUtils,i=e.canChangeMonth,o=e.navbarElement,s=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["labels","locale","localeUtils","canChangeMonth","navbarElement"]);if(!i)return null;var l={month:this.state.currentMonth,classNames:this.props.classNames,className:this.props.classNames.navBar,nextMonth:this.getNextNavigableMonth(),previousMonth:this.getPreviousNavigableMonth(),showPreviousButton:this.allowPreviousMonth(),showNextButton:this.allowNextMonth(),onNextClick:this.showNextMonth,onPreviousClick:this.showPreviousMonth,dir:s.dir,labels:t,locale:n,localeUtils:r};return a.default.isValidElement(o)?a.default.cloneElement(o,l):a.default.createElement(o,l)}},{key:"renderMonths",value:function(){for(var e=[],t=d.getFirstDayOfWeekFromProps(this.props),n=0;n<this.props.numberOfMonths;n+=1){var i=p.addMonths(this.state.currentMonth,n);e.push(a.default.createElement(c.default,r({key:n},this.props,{month:i,firstDayOfWeek:t,onDayKeyDown:this.handleDayKeyDown,onDayClick:this.handleDayClick})))}return this.props.reverseMonths&&e.reverse(),e}},{key:"renderFooter",value:function(){return this.props.todayButton?a.default.createElement("div",{className:this.props.classNames.footer},this.renderTodayButton()):null}},{key:"renderTodayButton",value:function(){return a.default.createElement("button",{type:"button",tabIndex:0,className:this.props.classNames.todayButton,"aria-label":this.props.todayButton,onClick:this.handleTodayButtonClick},this.props.todayButton)}},{key:"render",value:function(){var e=this,t=this.props.classNames.container;return this.props.onDayClick||(t=t+" "+this.props.classNames.interactionDisabled),this.props.className&&(t=t+" "+this.props.className),a.default.createElement("div",r({},this.props.containerProps,{className:t,ref:function(t){return e.dayPicker=t},lang:this.props.locale}),a.default.createElement("div",{className:this.props.classNames.wrapper,ref:function(t){return e.wrapper=t},tabIndex:this.props.canChangeMonth&&void 0!==this.props.tabIndex?this.props.tabIndex:-1,onKeyDown:this.handleKeyDown,onFocus:this.props.onFocus,onBlur:this.props.onBlur},this.renderNavbar(),a.default.createElement("div",{className:this.props.classNames.months},this.renderMonths()),this.renderFooter()))}}]),t}(o.Component);b.defaultProps={classNames:m.default,tabIndex:0,numberOfMonths:1,labels:{previousMonth:"Previous Month",nextMonth:"Next Month"},locale:"en",localeUtils:h,showOutsideDays:!1,enableOutsideDaysClick:!0,fixedWeeks:!1,canChangeMonth:!0,reverseMonths:!1,pagedNavigation:!1,showWeekNumbers:!1,showWeekDays:!0,renderDay:function(e){return e.getDate()},renderWeek:function(e){return e},weekdayElement:a.default.createElement(u.default,null),navbarElement:a.default.createElement(l.default,{classNames:m.default}),captionElement:a.default.createElement(s.default,{classNames:m.default})},b.VERSION="7.4.10",b.DateUtils=p,b.LocaleUtils=h,b.ModifiersUtils=f,t.DateUtils=p,t.LocaleUtils=h,t.ModifiersUtils=f,t.default=b},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(3),o=l(i),a=l(n(84)),s=n(71);function l(e){return e&&e.__esModule?e:{default:e}}var c=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.handleKeyUp=n.handleKeyUp.bind(n),n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"shouldComponentUpdate",value:function(e){return e.locale!==this.props.locale||e.classNames!==this.props.classNames||e.date.getMonth()!==this.props.date.getMonth()||e.date.getFullYear()!==this.props.date.getFullYear()}},{key:"handleKeyUp",value:function(e){e.keyCode===s.ENTER&&this.props.onClick(e)}},{key:"render",value:function(){var e=this.props,t=e.classNames,n=e.date,r=e.months,i=e.locale,a=e.localeUtils,s=e.onClick;return o.default.createElement("div",{className:t.caption,role:"heading","aria-live":"polite"},o.default.createElement("div",{onClick:s,onKeyUp:this.handleKeyUp},r?r[n.getMonth()]+" "+n.getFullYear():a.formatMonthTitle(n,i)))}}]),t}(i.Component);c.defaultProps={localeUtils:a.default},t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(3),o=l(i),a=l(n(72)),s=n(71);function l(e){return e&&e.__esModule?e:{default:e}}function c(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function u(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var d=function(e){function t(){var e,n,r;c(this,t);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return n=r=u(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(o))),r.handleNextClick=function(){r.props.onNextClick&&r.props.onNextClick()},r.handlePreviousClick=function(){r.props.onPreviousClick&&r.props.onPreviousClick()},r.handleNextKeyDown=function(e){e.keyCode!==s.ENTER&&e.keyCode!==s.SPACE||(e.preventDefault(),r.handleNextClick())},r.handlePreviousKeyDown=function(e){e.keyCode!==s.ENTER&&e.keyCode!==s.SPACE||(e.preventDefault(),r.handlePreviousClick())},u(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"shouldComponentUpdate",value:function(e){return e.labels!==this.props.labels||e.dir!==this.props.dir||this.props.showPreviousButton!==e.showPreviousButton||this.props.showNextButton!==e.showNextButton}},{key:"render",value:function(){var e=this.props,t=e.classNames,n=e.className,r=e.showPreviousButton,i=e.showNextButton,a=e.labels,s=e.dir,l=void 0,c=void 0,u=void 0,d=void 0,p=void 0,h=void 0;"rtl"===s?(l=this.handleNextClick,c=this.handlePreviousClick,u=this.handleNextKeyDown,d=this.handlePreviousKeyDown,h=r,p=i):(l=this.handlePreviousClick,c=this.handleNextClick,u=this.handlePreviousKeyDown,d=this.handleNextKeyDown,h=i,p=r);var f=p?t.navButtonPrev:t.navButtonPrev+" "+t.navButtonInteractionDisabled,m=h?t.navButtonNext:t.navButtonNext+" "+t.navButtonInteractionDisabled,g=o.default.createElement("span",{tabIndex:"0",role:"button","aria-label":a.previousMonth,key:"previous",className:f,onKeyDown:p?u:void 0,onClick:p?l:void 0}),y=o.default.createElement("span",{tabIndex:"0",role:"button","aria-label":a.nextMonth,key:"right",className:m,onKeyDown:h?d:void 0,onClick:h?c:void 0});return o.default.createElement("div",{className:n||t.navBar},"rtl"===s?[y,g]:[g,y])}}]),t}(i.Component);d.defaultProps={classNames:a.default,dir:"ltr",labels:{previousMonth:"Previous Month",nextMonth:"Next Month"},showPreviousButton:!0,showNextButton:!0},t.default=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(3),o=h(i),a=h(n(337)),s=h(n(338)),l=n(71),c=p(n(116)),u=p(n(73)),d=p(n(65));function p(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function h(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var g=function(e){function t(){var e,n,r;f(this,t);for(var i=arguments.length,a=Array(i),l=0;l<i;l++)a[l]=arguments[l];return n=r=m(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(a))),r.renderDay=function(e){var t=r.props.month.getMonth(),n=u.getModifiersFromProps(r.props),i=c.getModifiersForDay(e,n);d.isSameDay(e,new Date)&&!Object.prototype.hasOwnProperty.call(n,r.props.classNames.today)&&i.push(r.props.classNames.today),e.getMonth()!==t&&i.push(r.props.classNames.outside);var a=e.getMonth()!==t,l=-1;r.props.onDayClick&&!a&&1===e.getDate()&&(l=r.props.tabIndex);var p=""+e.getFullYear()+e.getMonth()+e.getDate(),h={};return i.forEach((function(e){h[e]=!0})),o.default.createElement(s.default,{key:(a?"outside-":"")+p,classNames:r.props.classNames,day:e,modifiers:h,modifiersStyles:r.props.modifiersStyles,empty:a&&!r.props.showOutsideDays&&!r.props.fixedWeeks,tabIndex:l,ariaLabel:r.props.localeUtils.formatDay(e,r.props.locale),ariaDisabled:a||i.indexOf(r.props.classNames.disabled)>-1,ariaSelected:i.indexOf(r.props.classNames.selected)>-1,onClick:r.props.onDayClick,onFocus:r.props.onDayFocus,onKeyDown:r.props.onDayKeyDown,onMouseEnter:r.props.onDayMouseEnter,onMouseLeave:r.props.onDayMouseLeave,onMouseDown:r.props.onDayMouseDown,onMouseUp:r.props.onDayMouseUp,onTouchEnd:r.props.onDayTouchEnd,onTouchStart:r.props.onDayTouchStart},r.props.renderDay(e,h))},m(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"render",value:function(){var e=this,t=this.props,n=t.classNames,r=t.month,i=t.months,s=t.fixedWeeks,c=t.captionElement,p=t.weekdayElement,h=t.locale,f=t.localeUtils,m=t.weekdaysLong,g=t.weekdaysShort,y=t.firstDayOfWeek,v=t.onCaptionClick,b=t.showWeekNumbers,_=t.showWeekDays,x=t.onWeekClick,w={date:r,classNames:n,months:i,localeUtils:f,locale:h,onClick:v?function(e){return v(r,e)}:void 0},M=o.default.isValidElement(c)?o.default.cloneElement(c,w):o.default.createElement(c,w),S=u.getWeekArray(r,y,s);return o.default.createElement("div",{className:n.month,role:"grid"},M,_&&o.default.createElement(a.default,{classNames:n,weekdaysShort:g,weekdaysLong:m,firstDayOfWeek:y,showWeekNumbers:b,locale:h,localeUtils:f,weekdayElement:p}),o.default.createElement("div",{className:n.body,role:"rowgroup"},S.map((function(t){var i=void 0;return b&&(i=d.getWeekNumber(t[6])),o.default.createElement("div",{key:t[0].getTime(),className:n.week,role:"row"},b&&o.default.createElement("div",{className:n.weekNumber,tabIndex:x?0:-1,role:"gridcell",onClick:x?function(e){return x(i,t,e)}:void 0,onKeyUp:x?function(e){return e.keyCode===l.ENTER&&x(i,t,e)}:void 0},e.props.renderWeek(i,t,r)),t.map(e.renderDay))}))))}}]),t}(i.Component);t.default=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=(r=o)&&r.__esModule?r:{default:r};function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var c=function(e){function t(){return s(this,t),l(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return this.props!==e}},{key:"render",value:function(){for(var e=this.props,t=e.classNames,n=e.firstDayOfWeek,r=e.showWeekNumbers,i=e.weekdaysLong,o=e.weekdaysShort,s=e.locale,l=e.localeUtils,c=e.weekdayElement,u=[],d=0;d<7;d+=1){var p=(d+n)%7,h={key:d,className:t.weekday,weekday:p,weekdaysLong:i,weekdaysShort:o,localeUtils:l,locale:s},f=a.default.isValidElement(c)?a.default.cloneElement(c,h):a.default.createElement(c,h);u.push(f)}return a.default.createElement("div",{className:t.weekdays,role:"rowgroup"},a.default.createElement("div",{className:t.weekdaysRow,role:"row"},r&&a.default.createElement("div",{className:t.weekday}),u))}}]),t}(o.Component);t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=u(o),s=n(65),l=n(73),c=u(n(72));function u(e){return e&&e.__esModule?e:{default:e}}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function h(e,t,n){if(e)return function(r){r.persist(),e(t,n,r)}}var f=function(e){function t(){return d(this,t),p(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){var t=this,n=Object.keys(this.props),r=Object.keys(e);return n.length!==r.length||n.some((function(n){if("modifiers"===n||"modifiersStyles"===n||"classNames"===n){var r=t.props[n],i=e[n],o=Object.keys(r),a=Object.keys(i);return o.length!==a.length||o.some((function(e){return!(0,l.hasOwnProp)(i,e)||r[e]!==i[e]}))}return"day"===n?!(0,s.isSameDay)(t.props[n],e[n]):!(0,l.hasOwnProp)(e,n)||t.props[n]!==e[n]}))}},{key:"render",value:function(){var e=this.props,t=e.classNames,n=e.modifiersStyles,i=e.day,o=e.tabIndex,s=e.empty,l=e.modifiers,u=e.onMouseEnter,d=e.onMouseLeave,p=e.onMouseUp,f=e.onMouseDown,m=e.onClick,g=e.onKeyDown,y=e.onTouchStart,v=e.onTouchEnd,b=e.onFocus,_=e.ariaLabel,x=e.ariaDisabled,w=e.ariaSelected,M=e.children,S=t.day;t!==c.default?S+=" "+Object.keys(l).join(" "):S+=Object.keys(l).map((function(e){return" "+S+"--"+e})).join("");var k=void 0;return n&&Object.keys(l).filter((function(e){return!!n[e]})).forEach((function(e){k=r({},k,n[e])})),s?a.default.createElement("div",{"aria-disabled":!0,className:S,style:k}):a.default.createElement("div",{className:S,tabIndex:o,style:k,role:"gridcell","aria-label":_,"aria-disabled":x,"aria-selected":w,onClick:h(m,i,l),onKeyDown:h(g,i,l),onMouseEnter:h(u,i,l),onMouseLeave:h(d,i,l),onMouseUp:h(p,i,l),onMouseDown:h(f,i,l),onTouchEnd:h(v,i,l),onTouchStart:h(y,i,l),onFocus:h(b,i,l)},M)}}]),t}(o.Component);f.defaultProps={tabIndex:-1},f.defaultProps={modifiers:{},modifiersStyles:{},empty:!1},t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(3),a=(r=o)&&r.__esModule?r:{default:r};function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var c=function(e){function t(){return s(this,t),l(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return this.props!==e}},{key:"render",value:function(){var e=this.props,t=e.weekday,n=e.className,r=e.weekdaysLong,i=e.weekdaysShort,o=e.localeUtils,s=e.locale,l=void 0;l=r?r[t]:o.formatWeekdayLong(t,s);var c=void 0;return c=i?i[t]:o.formatWeekdayShort(t,s),a.default.createElement("div",{className:n,role:"columnheader"},a.default.createElement("abbr",{title:l},c))}}]),t}(o.Component);t.default=c},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},o=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(i(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApSimpleDropdown=void 0;var a=n(3),s=n(341),l=n(61),c=n(118);t.ApSimpleDropdown=function(e){var t=e.options,n=e.selected,i=e.iconName,u=e.iconProps,d=e.disabled,p=e.onChange,h=e.label,f=e.multiple,m=e.message,g=e.maxItems,y=Array.isArray(n)?n.length:1,v=!!g&&y>=g,b=function(e){var t=!1;if(n)if(Array.isArray(n)){var r=n.findIndex((function(t){return t.value===e}));t=-1!==r&&n[r].value===e}else t=n.value===e;return t},_=f?l.ApMenuItemMultiSelect:l.ApMenuItemSelect;return a.createElement(c.ApMenuStyled,{placement:"bottom-start",button:function(e){return a.createElement(s.default,r({},e,{text:h||(n?Array.isArray(n)?n.map((function(e){return e.label})).join(", ")||"Select an option":n.label:"Select an option"),iconName:i,iconProps:u,disabled:d}))}},m&&a.createElement(c.MessageWrapper,null,m),t.map((function(e){return a.createElement(_,{key:e.label+"-"+e.value,onClick:function(){return function(e){if(f)if(n){var t=Array.isArray(n)?o(n):[n],r=t.findIndex((function(t){return t.value===e.value}));-1!==r?t.splice(r,1):v||t.push(e),p(t)}else p([e]);else p(e)}(e)},disabled:e.disabled,selected:b(e.value)},e.labelNode||e.label)})))},t.default=t.ApSimpleDropdown},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0});var o=n(3),a=n(6),s=n(22),l=n(118),c=o.forwardRef((function(e,t){var n=e.iconProps,c=e.iconName,u=e.text,d=void 0===u?"":u,p=e.isOpen,h=e.disabled,f=i(e,["iconProps","iconName","text","isOpen","disabled"]);return o.createElement(l.ApSimpleDropdownLabelContainer,r({},f,{ref:t,disabled:h,isOpen:p}),c&&o.createElement(s.ApIcon,r({iconName:c,iconSize:"18px"},n,{iconColor:h?a.colors.grey5:a.colors.grey8})),o.createElement(l.ApSimpleDropdownLabelText,{disabled:h},d),o.createElement(s.ApIcon,{iconName:"caret",iconColor:a.colors.grey5}))}));t.default=c},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t,r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){"use strict";var r;if(!Object.keys){var i=Object.prototype.hasOwnProperty,o=Object.prototype.toString,a=n(122),s=Object.prototype.propertyIsEnumerable,l=!s.call({toString:null},"toString"),c=s.call((function(){}),"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],d=function(e){var t=e.constructor;return t&&t.prototype===e},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},h=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!p["$"+e]&&i.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{d(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();r=function(e){var t=null!==e&&"object"==typeof e,n="[object Function]"===o.call(e),r=a(e),s=t&&"[object String]"===o.call(e),p=[];if(!t&&!n&&!r)throw new TypeError("Object.keys called on a non-object");var f=c&&n;if(s&&e.length>0&&!i.call(e,0))for(var m=0;m<e.length;++m)p.push(String(m));if(r&&e.length>0)for(var g=0;g<e.length;++g)p.push(String(g));else for(var y in e)f&&"prototype"===y||!i.call(e,y)||p.push(String(y));if(l)for(var v=function(e){if("undefined"==typeof window||!h)return d(e);try{return d(e)}catch(e){return!1}}(e),b=0;b<u.length;++b)v&&"constructor"===u[b]||!i.call(e,u[b])||p.push(u[b]);return p}}e.exports=r},function(e,t,n){"use strict";var r=n(88)(),i=n(124)("Object.prototype.toString"),o=function(e){return!(r&&e&&"object"==typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===i(e)},a=function(e){return!!o(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==i(e)&&"[object Function]"===i(e.callee)},s=function(){return o(arguments)}();o.isLegacyArguments=a,e.exports=s?o:a},function(e,t,n){"use strict";var r="undefined"!=typeof Symbol&&Symbol,i=n(123);e.exports=function(){return"function"==typeof r&&("function"==typeof Symbol&&("symbol"==typeof r("foo")&&("symbol"==typeof Symbol("bar")&&i())))}},function(e,t,n){"use strict";var r="Function.prototype.bind called on incompatible ",i=Array.prototype.slice,o=Object.prototype.toString;e.exports=function(e){var t=this;if("function"!=typeof t||"[object Function]"!==o.call(t))throw new TypeError(r+t);for(var n,a=i.call(arguments,1),s=function(){if(this instanceof n){var r=t.apply(this,a.concat(i.call(arguments)));return Object(r)===r?r:this}return t.apply(e,a.concat(i.call(arguments)))},l=Math.max(0,t.length-a.length),c=[],u=0;u<l;u++)c.push("$"+u);if(n=Function("binder","return function ("+c.join(",")+"){ return binder.apply(this,arguments); }")(s),t.prototype){var d=function(){};d.prototype=t.prototype,n.prototype=new d,d.prototype=null}return n}},function(e,t,n){"use strict";var r=n(90);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},function(e,t,n){"use strict";var r=n(67),i=n(91),o=n(125),a=n(126),s=n(350),l=i(a(),Object);r(l,{getPolyfill:a,implementation:o,shim:s}),e.exports=l},function(e,t,n){"use strict";var r=n(89)("%Object.defineProperty%",!0),i=function(){if(r)try{return r({},"a",{value:1}),!0}catch(e){return!1}return!1};i.hasArrayLengthDefineBug=function(){if(!i())return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=i},function(e,t,n){"use strict";var r=n(126),i=n(67);e.exports=function(){var e=r();return i(Object,{is:e},{is:function(){return Object.is!==e}}),e}},function(e,t,n){"use strict";var r,i,o,a,s=n(124),l=n(88)();if(l){r=s("Object.prototype.hasOwnProperty"),i=s("RegExp.prototype.exec"),o={};var c=function(){throw o};a={toString:c,valueOf:c},"symbol"==typeof Symbol.toPrimitive&&(a[Symbol.toPrimitive]=c)}var u=s("Object.prototype.toString"),d=Object.getOwnPropertyDescriptor;e.exports=l?function(e){if(!e||"object"!=typeof e)return!1;var t=d(e,"lastIndex");if(!(t&&r(t,"value")))return!1;try{i(e,a)}catch(e){return e===o}}:function(e){return!(!e||"object"!=typeof e&&"function"!=typeof e)&&"[object RegExp]"===u(e)}},function(e,t,n){"use strict";var r=n(67),i=n(91),o=n(127),a=n(128),s=n(354),l=i(a());r(l,{getPolyfill:a,implementation:o,shim:s}),e.exports=l},function(e,t,n){"use strict";var r=function(){return"string"==typeof function(){}.name},i=Object.getOwnPropertyDescriptor;if(i)try{i([],"length")}catch(e){i=null}r.functionsHaveConfigurableNames=function(){if(!r()||!i)return!1;var e=i((function(){}),"name");return!!e&&!!e.configurable};var o=Function.prototype.bind;r.boundFunctionsHaveNames=function(){return r()&&"function"==typeof o&&""!==function(){}.bind().name},e.exports=r},function(e,t,n){"use strict";var r=n(67).supportsDescriptors,i=n(128),o=Object.getOwnPropertyDescriptor,a=Object.defineProperty,s=TypeError,l=Object.getPrototypeOf,c=/a/;e.exports=function(){if(!r||!l)throw new s("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var e=i(),t=l(c),n=o(t,"flags");return n&&n.get===e||a(t,"flags",{configurable:!0,enumerable:!1,get:e}),e}},function(e,t,n){"use strict";var r=Date.prototype.getDay,i=Object.prototype.toString,o=n(88)();e.exports=function(e){return"object"==typeof e&&null!==e&&(o?function(e){try{return r.call(e),!0}catch(e){return!1}}(e):"[object Date]"===i.call(e))}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(3),i=(a(r),a(n(12))),o=a(n(359));a(n(105));function a(e){return e&&e.__esModule?e:{default:e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function c(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function u(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}t.default=function(e,t){var n,a,d="__create-react-context-"+(0,o.default)()+"__",p=function(e){function n(){var t,r;s(this,n);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return t=r=l(this,e.call.apply(e,[this].concat(o))),r.emitter=u(r.props.value),l(r,t)}return c(n,e),n.prototype.getChildContext=function(){var e;return(e={})[d]=this.emitter,e},n.prototype.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n=this.props.value,r=e.value,i=void 0;((o=n)===(a=r)?0!==o||1/o==1/a:o!=o&&a!=a)?i=0:(i="function"==typeof t?t(n,r):1073741823,0!==(i|=0)&&this.emitter.set(e.value,i))}var o,a},n.prototype.render=function(){return this.props.children},n}(r.Component);p.childContextTypes=((n={})[d]=i.default.object.isRequired,n);var h=function(t){function n(){var e,r;s(this,n);for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];return e=r=l(this,t.call.apply(t,[this].concat(o))),r.state={value:r.getValue()},r.onUpdate=function(e,t){0!=((0|r.observedBits)&t)&&r.setState({value:r.getValue()})},l(r,e)}return c(n,t),n.prototype.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?1073741823:t},n.prototype.componentDidMount=function(){this.context[d]&&this.context[d].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?1073741823:e},n.prototype.componentWillUnmount=function(){this.context[d]&&this.context[d].off(this.onUpdate)},n.prototype.getValue=function(){return this.context[d]?this.context[d].get():e},n.prototype.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return h.contextTypes=((a={})[d]=i.default.object,a),{Provider:p,Consumer:h}},e.exports=t.default},function(e,t,n){"use strict";var r=n(358);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";(function(t){var n="__global_unique_id__";e.exports=function(){return t[n]=(t[n]||0)+1}}).call(this,n(48))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.classcaded=void 0,t.classcaded=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.filter((function(e){return e})).join(" ")}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.PopoverContainer=t.Arrow=void 0;var i,o,a,s=n(8),l=n(6),c=s.keyframes(i||(i=r(["\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n"],["\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n"])));t.Arrow=s.default.div.withConfig({displayName:"Arrow",componentId:"sc-16u9m9t-0"})(o||(o=r(["\n position: absolute;\n /* 1px to account for arrow border */\n width: calc("," + 1px);\n height: ",";\n &:before,\n &:after {\n content: ' ';\n display: block;\n width: 0;\n height: 0;\n position: absolute;\n },\n"],["\n position: absolute;\n /* 1px to account for arrow border */\n width: calc("," + 1px);\n height: ",";\n &:before,\n &:after {\n content: ' ';\n display: block;\n width: 0;\n height: 0;\n position: absolute;\n },\n"])),"16px","16px"),t.PopoverContainer=s.default.div.withConfig({displayName:"PopoverContainer",componentId:"sc-16u9m9t-1"})(a||(a=r(["\n box-shadow: ",";\n background: ",";\n color: ",";\n z-index: 10;\n opacity: 0;\n animation: "," ease 0.1s forwards;\n &[data-placement='top'] {\n margin-bottom: ","\n }\n &[data-placement='bottom'] {\n margin-top: ","\n }\n &[data-placement='left'] {\n margin-right: ","\n }\n &[data-placement='right'] {\n margin-left: ","\n }\n &[data-placement*='top'] {\n > "," {\n bottom: calc("," / -2);\n transform: scaleY(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",");\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='bottom'] {\n > "," {\n top: calc("," / -2);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",";\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='left'] {\n > "," {\n right: calc("," * -1 + 2px);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: ",";\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n &[data-placement*='right'] {\n > "," {\n left: calc("," * -1 + 2px);\n transform: scaleX(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: rgba(0,0,0,0.05);\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n"],["\n box-shadow: ",";\n background: ",";\n color: ",";\n z-index: 10;\n opacity: 0;\n animation: "," ease 0.1s forwards;\n &[data-placement='top'] {\n margin-bottom: ","\n }\n &[data-placement='bottom'] {\n margin-top: ","\n }\n &[data-placement='left'] {\n margin-right: ","\n }\n &[data-placement='right'] {\n margin-left: ","\n }\n &[data-placement*='top'] {\n > "," {\n bottom: calc("," / -2);\n transform: scaleY(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",");\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='bottom'] {\n > "," {\n top: calc("," / -2);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n border-bottom-color: ",";\n transform: translate(15%, -55%);\n }\n &:after {\n border-bottom-color: ",";\n transform: translate(15%, -48%);\n }\n }\n }\n &[data-placement*='left'] {\n > "," {\n right: calc("," * -1 + 2px);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: ",";\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n &[data-placement*='right'] {\n > "," {\n left: calc("," * -1 + 2px);\n transform: scaleX(-1);\n &:before, &:after {\n border: 8px solid rgba(0, 0, 0, 0);\n top: calc("," / 2);\n transform: translate(15%, -100%);\n }\n &:before {\n border-left-color: rgba(0,0,0,0.05);\n }\n &:after {\n border-left-color: ",";\n }\n }\n }\n"])),l.boxShadows[3],l.colors.white,l.colors.grey6,c,(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),(function(e){return e.hideArrow?"":"calc(16px - 7px)"}),t.Arrow,"16px",l.colors.white,l.colors.white,t.Arrow,"16px",l.colors.white,l.colors.white,t.Arrow,"16px","16px",l.colors.white,l.colors.white,t.Arrow,"16px","16px",l.colors.white)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Navbar=void 0;var r=n(3),i=n(6),o=n(85);t.Navbar=function(e){var t=e.date,n=e.onPreviousClick,a=e.onNextClick,s=e.srcRange,l=e.className;return r.createElement(o.NavContainer,{className:l},r.createElement(o.PrevNavButton,{onClick:function(){t.getFullYear()===s.from.getFullYear()&&t.getMonth()===s.from.getMonth()||n()},iconName:"baseline_keyboard_arrow_left",iconProps:{iconColor:i.colors.green1}}),r.createElement(o.NextNavButton,{onClick:function(){t.getFullYear()===s.to.getFullYear()&&t.getMonth()===s.to.getMonth()||a()},iconName:"baseline_keyboard_arrow_right",iconProps:{iconColor:i.colors.green1}}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getWeekRange=t.getWeekDays=void 0;var r=n(4);t.getWeekDays=function(e,t){for(var n=[e],i=1;i<t;i+=1)n.push(r(e).add(i,"days").toDate());return n},t.getWeekRange=function(e,t){var n=r(e).startOf("isoWeek");return{from:n.toDate(),to:n.add(t-1,"days").toDate()}}},function(e,t,n){var r={"./af":136,"./af.js":136,"./ar":137,"./ar-dz":138,"./ar-dz.js":138,"./ar-kw":139,"./ar-kw.js":139,"./ar-ly":140,"./ar-ly.js":140,"./ar-ma":141,"./ar-ma.js":141,"./ar-sa":142,"./ar-sa.js":142,"./ar-tn":143,"./ar-tn.js":143,"./ar.js":137,"./az":144,"./az.js":144,"./be":145,"./be.js":145,"./bg":146,"./bg.js":146,"./bm":147,"./bm.js":147,"./bn":148,"./bn-bd":149,"./bn-bd.js":149,"./bn.js":148,"./bo":150,"./bo.js":150,"./br":151,"./br.js":151,"./bs":152,"./bs.js":152,"./ca":153,"./ca.js":153,"./cs":154,"./cs.js":154,"./cv":155,"./cv.js":155,"./cy":156,"./cy.js":156,"./da":157,"./da.js":157,"./de":158,"./de-at":159,"./de-at.js":159,"./de-ch":160,"./de-ch.js":160,"./de.js":158,"./dv":161,"./dv.js":161,"./el":162,"./el.js":162,"./en-au":163,"./en-au.js":163,"./en-ca":164,"./en-ca.js":164,"./en-gb":165,"./en-gb.js":165,"./en-ie":166,"./en-ie.js":166,"./en-il":167,"./en-il.js":167,"./en-in":168,"./en-in.js":168,"./en-nz":169,"./en-nz.js":169,"./en-sg":170,"./en-sg.js":170,"./eo":171,"./eo.js":171,"./es":172,"./es-do":173,"./es-do.js":173,"./es-mx":174,"./es-mx.js":174,"./es-us":175,"./es-us.js":175,"./es.js":172,"./et":176,"./et.js":176,"./eu":177,"./eu.js":177,"./fa":178,"./fa.js":178,"./fi":179,"./fi.js":179,"./fil":180,"./fil.js":180,"./fo":181,"./fo.js":181,"./fr":182,"./fr-ca":183,"./fr-ca.js":183,"./fr-ch":184,"./fr-ch.js":184,"./fr.js":182,"./fy":185,"./fy.js":185,"./ga":186,"./ga.js":186,"./gd":187,"./gd.js":187,"./gl":188,"./gl.js":188,"./gom-deva":189,"./gom-deva.js":189,"./gom-latn":190,"./gom-latn.js":190,"./gu":191,"./gu.js":191,"./he":192,"./he.js":192,"./hi":193,"./hi.js":193,"./hr":194,"./hr.js":194,"./hu":195,"./hu.js":195,"./hy-am":196,"./hy-am.js":196,"./id":197,"./id.js":197,"./is":198,"./is.js":198,"./it":199,"./it-ch":200,"./it-ch.js":200,"./it.js":199,"./ja":201,"./ja.js":201,"./jv":202,"./jv.js":202,"./ka":203,"./ka.js":203,"./kk":204,"./kk.js":204,"./km":205,"./km.js":205,"./kn":206,"./kn.js":206,"./ko":207,"./ko.js":207,"./ku":208,"./ku.js":208,"./ky":209,"./ky.js":209,"./lb":210,"./lb.js":210,"./lo":211,"./lo.js":211,"./lt":212,"./lt.js":212,"./lv":213,"./lv.js":213,"./me":214,"./me.js":214,"./mi":215,"./mi.js":215,"./mk":216,"./mk.js":216,"./ml":217,"./ml.js":217,"./mn":218,"./mn.js":218,"./mr":219,"./mr.js":219,"./ms":220,"./ms-my":221,"./ms-my.js":221,"./ms.js":220,"./mt":222,"./mt.js":222,"./my":223,"./my.js":223,"./nb":224,"./nb.js":224,"./ne":225,"./ne.js":225,"./nl":226,"./nl-be":227,"./nl-be.js":227,"./nl.js":226,"./nn":228,"./nn.js":228,"./oc-lnc":229,"./oc-lnc.js":229,"./pa-in":230,"./pa-in.js":230,"./pl":231,"./pl.js":231,"./pt":232,"./pt-br":233,"./pt-br.js":233,"./pt.js":232,"./ro":234,"./ro.js":234,"./ru":235,"./ru.js":235,"./sd":236,"./sd.js":236,"./se":237,"./se.js":237,"./si":238,"./si.js":238,"./sk":239,"./sk.js":239,"./sl":240,"./sl.js":240,"./sq":241,"./sq.js":241,"./sr":242,"./sr-cyrl":243,"./sr-cyrl.js":243,"./sr.js":242,"./ss":244,"./ss.js":244,"./sv":245,"./sv.js":245,"./sw":246,"./sw.js":246,"./ta":247,"./ta.js":247,"./te":248,"./te.js":248,"./tet":249,"./tet.js":249,"./tg":250,"./tg.js":250,"./th":251,"./th.js":251,"./tk":252,"./tk.js":252,"./tl-ph":253,"./tl-ph.js":253,"./tlh":254,"./tlh.js":254,"./tr":255,"./tr.js":255,"./tzl":256,"./tzl.js":256,"./tzm":257,"./tzm-latn":258,"./tzm-latn.js":258,"./tzm.js":257,"./ug-cn":259,"./ug-cn.js":259,"./uk":260,"./uk.js":260,"./ur":261,"./ur.js":261,"./uz":262,"./uz-latn":263,"./uz-latn.js":263,"./uz.js":262,"./vi":264,"./vi.js":264,"./x-pseudo":265,"./x-pseudo.js":265,"./yo":266,"./yo.js":266,"./zh-cn":267,"./zh-cn.js":267,"./zh-hk":268,"./zh-hk.js":268,"./zh-mo":269,"./zh-mo.js":269,"./zh-tw":270,"./zh-tw.js":270};function i(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=o,e.exports=i,i.id=364},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.YearMonthForm=void 0;var i=n(4),o=n(3),a=n(6),s=n(85);t.YearMonthForm=function(e){for(var t=e.date,n=(e.localeUtils,e.srcRange),l=e.onChange,c=r(o.useState(!1),2),u=c[0],d=c[1],p=[],h=n.from.getFullYear();h<=n.to.getFullYear();h+=1)p.push(h);var f=i(t).startOf("month").format("MMMM")+" "+t.getFullYear();return o.createElement(s.MonthYearContainer,{className:"DayPicker-Caption"},o.createElement(s.Wrapper,null,o.createElement(s.PeriodButton,{onClick:function(){d(!u)}},f,o.createElement(s.CaretIcon,{isRotate:u,iconName:"caret",iconColor:a.colors.grey5})),u&&o.createElement(s.MenuContent,null,o.createElement(s.PickerContent,null,o.createElement(s.PickerGrid,null,p.map((function(e){return o.createElement(s.PickerPeriod,{key:e,onClick:function(){l(new Date(Number(e),t.getMonth())),d(!1)},active:e===t.getFullYear()},e)})))))))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledLoaderTextProp=t.StyledLoaderDefault=t.StyledLoaderWrapper=void 0;var i=n(8),o=n(311),a=n(6),s=n(21);t.StyledLoaderWrapper=i.default.div.withConfig({displayName:"StyledLoaderWrapper",componentId:"sc-kww4po-0"})({alignItems:"center",display:"inline-flex",flexDirection:"column",justifyContent:"center",width:"100%"});var l,c,u,d=i.keyframes(c||(c=r(["\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n"],["\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n"])));t.StyledLoaderDefault=i.default.div.withConfig({displayName:"StyledLoaderDefault",componentId:"sc-kww4po-1"})(u||(u=r(["\n animation: "," 0.6s linear infinite;\n border-radius: 50%;\n display: inline-flex;\n ","\n"],["\n animation: "," 0.6s linear infinite;\n border-radius: 50%;\n display: inline-flex;\n ","\n"])),d,(function(e){return t={loaderSize:e.loaderSize,theme:e.theme},c=t.loaderSize,u=t.theme,d={lg:{borderWidth:3,dimensions:34},sm:{borderWidth:2,dimensions:16}},(n={})[s.LIGHT]={color:a.colors.green1},n[s.DARK]={color:a.colors.white},p=n,i.css(l||(l=r(["\n border: ","px solid\n ",";\n border-top: ","px solid\n ",";\n width: ","px;\n height: ","px;\n "],["\n border: ","px solid\n ",";\n border-top: ","px solid\n ",";\n width: ","px;\n height: ","px;\n "])),d[c].borderWidth,o.rgba(p[u].color?p[u].color:"",.2),d[c].borderWidth,p[u].color,d[c].dimensions,d[c].dimensions);var t,n,c,u,d,p})),t.StyledLoaderTextProp=i.default.div.withConfig({displayName:"StyledLoaderTextProp",componentId:"sc-kww4po-2"})({marginTop:a.scaffolding.md,width:"100%"})},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledLoaderTextWrapper=t.StyledLoaderText=void 0;var o,a,s,l=n(8),c=n(6),u=n(21),d=l.keyframes(o||(o=r(["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n90% {\n opacity: 1;\n}\n100% {\n opacity: 0;\n}\n"],["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n90% {\n opacity: 1;\n}\n100% {\n opacity: 0;\n}\n"]))),p=l.keyframes(a||(a=r(["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n100% {\n opacity: 10;\n}\n"],["\n0% {\n opacity: 0;\n}\n10% {\n opacity: 1;\n}\n100% {\n opacity: 10;\n}\n"]))),h=function(e){var t;return((t={})[u.LIGHT]={color:c.colors.grey7},t[u.DARK]={color:c.colors.white},t)[e]};t.StyledLoaderText=l.default.div.withConfig({displayName:"StyledLoaderText",componentId:"sc-1f7myak-0"})(i(i({},c.font),{animationFillMode:"forwards",left:"0px",opacity:0,position:"absolute",right:"0px",textAlign:"center"}),(function(e){var t=e.pauseDuration,n=e.theme,r=e.index;return{animationDelay:(t?t*r:0)+"s",animationDuration:t+"s",color:h(n).color}})),t.StyledLoaderTextWrapper=l.default.div.withConfig({displayName:"StyledLoaderTextWrapper",componentId:"sc-1f7myak-1"})(s||(s=r(["\n position: relative;\n min-height: ",";\n ",":not(:last-child) {\n animation-name: ",";\n }\n ",":last-child {\n animation-name: ",";\n }\n"],["\n position: relative;\n min-height: ",";\n ",":not(:last-child) {\n animation-name: ",";\n }\n ",":last-child {\n animation-name: ",";\n }\n"])),c.scaffolding.md,t.StyledLoaderText,d,t.StyledLoaderText,p)},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledModalFooter=t.StyledModalBody=t.StyledModalHeader=t.StyledModalContent=t.StyledModalWrapper=t.StyledModalLightbox=t.StyledModalTrigger=t.StyledModal=void 0;var o=n(8),a=n(6);t.StyledModal=o.default.div.withConfig({displayName:"StyledModal",componentId:"sc-4j6f2v-0"})({height:"100vh",left:"0px",position:"fixed",top:"0px",width:"100%"},(function(e){return{zIndex:e.zIndex}})),t.StyledModalTrigger=o.default.div.withConfig({displayName:"StyledModalTrigger",componentId:"sc-4j6f2v-1"})({display:"inline-flex"});var s,l,c,u,d=o.keyframes(s||(s=r(["\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n"],["\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n"]))),p=o.keyframes(l||(l=r(["\n 0% {\n transform: scaleX(0.8) scaleY(0.8)\n }\n 100% {\n transform: scaleX(1) scaleY(1)\n }\n"],["\n 0% {\n transform: scaleX(0.8) scaleY(0.8)\n }\n 100% {\n transform: scaleX(1) scaleY(1)\n }\n"])));t.StyledModalLightbox=o.default.div.withConfig({displayName:"StyledModalLightbox",componentId:"sc-4j6f2v-2"})(c||(c=r(["\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n animation: "," 0.2s linear;\n background-color: ",";\n"],["\n position: absolute;\n top: 0px;\n left: 0px;\n width: 100%;\n height: 100%;\n animation: "," 0.2s linear;\n background-color: ",";\n"])),d,a.colors.lightbox),t.StyledModalWrapper=o.default.div.withConfig({displayName:"StyledModalWrapper",componentId:"sc-4j6f2v-3"})(u||(u=r(["\n display: flex;\n justify-content: center;\n align-items: center;\n margin: ",";\n animation: "," 0.13s ease-out;\n width: calc(100% - ",");\n height: calc(100% - ",");\n overflow-y: auto;\n"],["\n display: flex;\n justify-content: center;\n align-items: center;\n margin: ",";\n animation: "," 0.13s ease-out;\n width: calc(100% - ",");\n height: calc(100% - ",");\n overflow-y: auto;\n"])),a.scaffolding.md,p,a.scaffolding.xl,a.scaffolding.xl),t.StyledModalContent=o.default.div.withConfig({displayName:"StyledModalContent",componentId:"sc-4j6f2v-4"})({backgroundColor:a.colors.white,display:"flex",flexDirection:"column",position:"relative",width:"100%"},(function(e){return{maxWidth:e.isFluid?"100%":a.breakpoints.sm}})),t.StyledModalHeader=o.default.div.withConfig({displayName:"StyledModalHeader",componentId:"sc-4j6f2v-5"})({alignItems:"center",borderBottom:"1px solid "+a.colors.grey3,display:"flex",h4:i(i({},a.font),{fontSize:"19px",fontWeight:a.fontWeights.bold,lineHeigt:"27px",margin:"0px"}),justifyContent:"space-between",padding:a.scaffolding.md}),t.StyledModalBody=o.default.div.withConfig({displayName:"StyledModalBody",componentId:"sc-4j6f2v-6"})({overflowY:"auto",padding:a.scaffolding.md}),t.StyledModalFooter=o.default.div.withConfig({displayName:"StyledModalFooter",componentId:"sc-4j6f2v-7"})({borderTop:"1px solid "+a.colors.grey3,padding:a.scaffolding.md})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApToggleSwitch=void 0;var o=n(3),a=n(370),s=n(77),l=n(21);t.ApToggleSwitch=function(e){var t=e.flexDirection,n=e.justifyContent,l=e.id,c=e.children,u=e.className,d=i(e,["flexDirection","justifyContent","id","children","className"]);return o.createElement(s.StyledCheckLabel,{title:l,htmlFor:l,flexDirection:c?t:"row",justifyContent:c?n:"flex-start",tabIndex:0},o.createElement(a.StyledToggleWrapper,{disabled:d.disabled},o.createElement(a.StyledToggleInput,r({},d,{id:l,type:d.type,defaultChecked:d.defaultChecked})),o.createElement(a.StyledToggleSwitch,{className:"ap-toggle-switch "+(u||"")})),c&&o.createElement(s.StyledCheckChild,null,c))},t.ApToggleSwitch.defaultProps={autoFocus:!1,disabled:!1,theme:l.LIGHT,type:"checkbox"}},function(e,t,n){"use strict";var r,i=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledToggleInput=t.StyledToggleSwitch=t.StyledToggleWrapper=void 0;var o,a,s=n(8),l=n(6);t.StyledToggleWrapper=s.default.div.withConfig({displayName:"StyledToggleWrapper",componentId:"sc-17eba1f-0"})(a||(a=i(["\n display: flex;\n width: 44px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n border-radius: 16px;\n ","\n"],["\n display: flex;\n width: 44px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n border-radius: 16px;\n ","\n"])),(function(e){return!e.disabled&&s.css(o||(o=i(["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "],["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "])),l.colors.green50,l.colors.green50,l.colors.green100)})),t.StyledToggleSwitch=s.default.span.withConfig({displayName:"StyledToggleSwitch",componentId:"sc-17eba1f-1"})({":after":{borderColor:""+l.colors.transparent,borderRadius:"32px",borderStyle:"solid",borderWidth:"1px",content:"''",height:"calc(100% + 6px)",left:"-4px",position:"absolute",top:"-4px",transition:"all .2s linear",width:"calc(100% + 6px)"},":before":{backgroundColor:l.colors.grey400,borderRadius:"50%",bottom:"2px",content:"''",height:"12px",left:"2px",position:"absolute",transition:"transform .1s linear, background-color .2s linear",width:"12px"},backgroundColor:l.colors.transparent,borderColor:l.colors.grey500,borderRadius:"32px",borderStyle:"solid",borderWidth:"2px",boxSizing:"border-box",display:"inline-block",height:"20px",outline:"none",position:"relative",transition:"all .1s linear",width:"32px"}),t.StyledToggleInput=s.default.input.withConfig({displayName:"StyledToggleInput",componentId:"sc-17eba1f-2"})(((r={})[":checked + "+t.StyledToggleSwitch]={":before":{backgroundColor:l.colors.grey700,transform:"translateX(12px)"},borderColor:l.colors.grey700},r[":hover:enabled + "+t.StyledToggleSwitch]={":before":{backgroundColor:l.colors.grey700}},r[":disabled + "+t.StyledToggleSwitch]={borderColor:l.colors.grey300,cursor:"not-allowed",":before":{backgroundColor:l.colors.grey300}},r[":checked:disabled + "+t.StyledToggleSwitch]={borderColor:l.colors.grey400,cursor:"not-allowed",":before":{backgroundColor:l.colors.grey400}},r.display="none",r))},function(e,t,n){"use strict";var r=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApToggleSwitchGroup=void 0;var i=n(3),o=n(372);t.ApToggleSwitchGroup=function(e){var t=e.flexDirection,n=e.justifyContent,a=e.className,s=e.children,l=r(e,["flexDirection","justifyContent","className","children"]),c=i.Children.map(s,(function(e){return i.cloneElement(e,{name:l.name,type:l.type})}));return i.createElement(o.StyledToggleSwitchGroupFieldset,{className:"ap-toggle-switch-group "+(a||"")},i.createElement(o.StyledToggleSwitchGroupLegend,null,l.name),i.createElement(o.StyledToggleSwitchGroup,{flexDirection:t,justifyContent:n},c))},t.ApToggleSwitchGroup.defaultProps={flexDirection:"column"}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledToggleSwitchGroupLegend=t.StyledToggleSwitchGroup=t.StyledToggleSwitchGroupFieldset=void 0;var i=n(8),o=n(6),a=n(77);t.StyledToggleSwitchGroupFieldset=i.default.fieldset.withConfig({displayName:"StyledToggleSwitchGroupFieldset",componentId:"sc-1paz81t-0"})({border:"0px",margin:"0px",minWidth:"0px",padding:"0px"});t.StyledToggleSwitchGroup=i.default.div.withConfig({displayName:"StyledToggleSwitchGroup",componentId:"sc-1paz81t-1"})({display:"flex"},(function(e){var t=e.flexDirection,n=e.justifyContent;return r(r({},function(e){var t,n,r,i,s,l=((t={}).row=((n={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:last-child)"]={marginRight:o.scaffolding.md},n),t["row-reverse"]=((r={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:first-child)"]={marginRight:o.scaffolding.md},r),t.column=((i={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:last-child)"]={marginBottom:o.scaffolding.md},i),t["column-reverse"]=((s={flexDirection:e})[":nth-child(n) > "+a.StyledCheckLabel+":not(:first-child)"]={marginBottom:o.scaffolding.md},s),t.default={flexDirection:e},t);return l[e]?l[e]:l.default}(t)),{justifyContent:n})})),t.StyledToggleSwitchGroupLegend=i.default.legend.withConfig({displayName:"StyledToggleSwitchGroupLegend",componentId:"sc-1paz81t-2"})({display:"none"})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApFooter=void 0;var r=n(3),i=n(374),o=n(375);t.ApFooter=function(e){var t=e.isFluid,n=e.right,a=e.alignItems,s=e.padding,l=e.className,c=(new Date).getFullYear();return r.createElement(o.StyledApFooter,{padding:s,className:"ap-footer "+(l||"")},r.createElement(o.StyledApFooterInner,{isFluid:t},r.createElement(o.StyledApFooterRow,null,r.createElement(o.StyledApFooterLeftContent,{alignItems:a},r.createElement(i.ApLogo,{theme:"dark"})),n&&r.createElement(o.StyledApFooterRightContent,{alignItems:a},n())),r.createElement(o.StyledApFooterRow,null,r.createElement(o.StyledApFooterDisclaimer,null,"© ",c," AlixPartners, LLP. AlixPartners is not a certified public accounting firm and is not authorized to practice law or provide legal services.",r.createElement("br",null),"*Registered Name: AlixPartners UK LLP | Registered Address: 6 New Street Square London, EC4A 3BF United Kingdom | Registration Number: OC360308 | Place of Registration: England & Wales"))))},t.ApFooter.defaultProps={alignItems:"center",isFluid:!1}},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(111),t)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledApFooterRightContent=t.StyledApFooterLeftContent=t.StyledApFooterDisclaimer=t.StyledApFooterRow=t.StyledApFooterInner=t.StyledApFooter=void 0;var i=n(8),o=n(6);t.StyledApFooter=i.default.footer.withConfig({displayName:"StyledApFooter",componentId:"sc-67hd5q-0"})({backgroundColor:o.colors.black,overflow:"hidden",padding:o.scaffolding.xl+" "+o.scaffolding.md},(function(e){var t,n=e.padding;return(t={})[o.mediaQuery(o.breakpoints.md)]={padding:o.scaffolding.xl+" "+(n?n.md:"40px")},t})),t.StyledApFooterInner=i.default.div.withConfig({displayName:"StyledApFooterInner",componentId:"sc-67hd5q-1"})({margin:"0px auto",width:"100%"},(function(e){return{maxWidth:e.isFluid?"100%":o.breakpoints.xxl}})),t.StyledApFooterRow=i.default.div.withConfig({displayName:"StyledApFooterRow",componentId:"sc-67hd5q-2"})({boxSizing:"border-box",display:"flex",flexDirection:"row",margin:"0px auto",width:"100%"});var a=r(r({},o.font),{boxSizing:"border-box",color:o.colors.white,display:"inline-flex",minHeight:o.scaffolding.xl,position:"relative"});t.StyledApFooterDisclaimer=i.default.div.withConfig({displayName:"StyledApFooterDisclaimer",componentId:"sc-67hd5q-3"})(r(r({},a),{fontSize:"11px",lineHeight:"13px",width:"100%"})),t.StyledApFooterLeftContent=i.default.div.withConfig({displayName:"StyledApFooterLeftContent",componentId:"sc-67hd5q-4"})(r(r({},a),{flexBasis:"100%",justifyContent:"flex-start",marginBottom:o.scaffolding.lg}),(function(e){return{alignItems:e.alignItems}})),t.StyledApFooterRightContent=i.default.div.withConfig({displayName:"StyledApFooterRightContent",componentId:"sc-67hd5q-5"})(r(r({},a),{flexBasis:"100%",justifyContent:"flex-end",marginBottom:o.scaffolding.lg}),(function(e){return{alignItems:e.alignItems}}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApDropdown=void 0;var r=n(3),i=n(377);t.ApDropdown=function(e){var t=e.trigger,n=e.alignment,o=e.behaviour,a=e.children,s=e.className,l=r.cloneElement(t(),{className:(t().props.className?t().props.className:"")+" ap-dropdown-trigger"});return r.createElement(i.StyledDropdown,{behaviour:o,className:"ap-dropdown "+(s||"")},r.createElement(r.Fragment,null,l),r.createElement(i.StyledMenu,{tabIndex:0,alignment:n,behaviour:o},a))},t.ApDropdown.defaultProps={alignment:"left",behaviour:"click"}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.DemoContent=t.DemoDiv=t.StyledDropdown=t.StyledMenu=void 0;var o=n(8),a=n(6),s=o.keyframes(l||(l=r(["\n 0% {\n opacity: 0;\n transform: translateY(-",");\n }\n 100% {\n opacity: 1;\n transform: translateY(0px);\n }\n"],["\n 0% {\n opacity: 0;\n transform: translateY(-",");\n }\n 100% {\n opacity: 1;\n transform: translateY(0px);\n }\n"])),a.scaffolding.sm);t.StyledMenu=o.default.div.withConfig({displayName:"StyledMenu",componentId:"sc-1ygwxho-0"})(c||(c=r(["\n animation: "," 0.15s ease-out;\n display: none;\n outline: none;\n position: absolute;\n top: 100%;\n :hover {\n display: block;\n }\n :focus {\n display: block;\n }\n :focus-within {\n display: block;\n }\n left: ",";\n right: ",";\n"],["\n animation: "," 0.15s ease-out;\n display: none;\n outline: none;\n position: absolute;\n top: 100%;\n :hover {\n display: block;\n }\n :focus {\n display: block;\n }\n :focus-within {\n display: block;\n }\n left: ",";\n right: ",";\n"])),s,(function(e){return"left"===e.alignment?"0px":"auto"}),(function(e){return"right"===e.alignment?"0px":"auto"}));var l,c;t.StyledDropdown=o.default.div.withConfig({displayName:"StyledDropdown",componentId:"sc-1ygwxho-1"})({display:"inline-flex",position:"relative",zIndex:1},(function(e){var n=e.behaviour;return i({},function(e){var n,r,o,s=((n={})["+ "+t.StyledMenu]={display:"block"},n),l={".ap-dropdown-trigger":{"&:hover":i({},s)}},c={".ap-dropdown-trigger":{"&:focus":i({},s)}};return((r={}).click=i(i({},c),((o={})["@media (max-width: "+a.breakpoints.dropdown+")"]=i({},l),o)),r.hover=i({},l),r)[e]}(n))})),t.DemoDiv=o.default.div.withConfig({displayName:"DemoDiv",componentId:"sc-1ygwxho-2"})({border:"1px dashed "+a.colors.grey3}),t.DemoContent=o.default.div.withConfig({displayName:"DemoContent",componentId:"sc-1ygwxho-3"})({background:a.colors.white,color:a.colors.grey4,fontSize:"12px",padding:a.scaffolding.sm,width:"200px"})},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApMonthPicker=void 0;var o=n(3),a=n(3),s=n(6),l=n(274),c=n(46),u=n(22),d=n(379),p=n(276),h=n(380),f=n(275);t.ApMonthPicker=function(e){var t=e.srcRange,n=e.stateRange,m=e.onConfirm,g=e.onReset,y=e.className,v=i(a.useState(!1),2),b=v[0],_=v[1],x={from:{month:h.monthNames[t.from.month-1],monthNumber:t.from.month,year:t.from.year},to:{month:h.monthNames[t.to.month-1],monthNumber:t.to.month,year:t.to.year}},w=i(a.useState(r({},x)),2),M=w[0],S=w[1],k=i(a.useState(r({},x)),2),O=k[0],L=k[1],C=i(a.useState({from:{yearIndex:0},to:{yearIndex:0}}),2),T=C[0],A=C[1],j=function(){L({from:M.from,to:M.to}),_(!1)},E=x.from.month+" "+x.from.year+" - "+x.to.month+" "+x.to.year,I=M.from.month+" "+M.from.year+" - "+M.to.month+" "+M.to.year,P=h.createSrcRange(t,O.from,O.to,p.FROM),D=h.createSrcRange(t,O.to,O.from,p.TO);a.useEffect((function(){n?(S(r({},n)),L(r({},n)),A({from:{yearIndex:h.getYearIndexFromRange(P,n.from.year)},to:{yearIndex:h.getYearIndexFromRange(D,n.to.year)}})):A({from:{yearIndex:h.getYearIndexFromRange(P,t.from.year)},to:{yearIndex:h.getYearIndexFromRange(D,t.to.year)}})}),[n]);var Y=function(e,t){var n;A(r(r({},T),((n={})[e]={yearIndex:T[e].yearIndex+t},n)))};return o.createElement(f.StyledMonthPicker,{className:"ap-month-picker "+(y||"")},o.createElement(f.StyledPickerInput,{onClick:function(){_(!0)}},o.createElement(u.ApIcon,{iconColor:s.colors.grey4,iconName:"baseline_date_range"}),o.createElement("span",{style:{marginLeft:s.scaffolding.sm}},I)),b&&o.createElement(f.StyledPickerBody,null,o.createElement(f.StyledPickerHeader,null,o.createElement("h4",null,"Start the time period"),o.createElement(c.ApButtonIcon,{iconName:"baseline_close",onClick:function(){return j()}})),o.createElement(f.StyledSubHeader,null,o.createElement(f.StyledAvailableData,null,o.createElement(u.ApIcon,{iconName:"outline_error",iconColor:s.colors.green1}),o.createElement("h5",{style:{color:s.colors.green1}},"Available Data:"),o.createElement("h5",null,E)),o.createElement(c.ApButtonSecondary,{onClick:function(){return S(r({},x)),L(r({},x)),A({from:{yearIndex:h.getYearIndexFromRange(P,t.from.year)},to:{yearIndex:h.getYearIndexFromRange(D,t.to.year)}}),void(g&&g(r({},x)))}},"RESET")),o.createElement(f.StyledMonthGroup,null,o.createElement(d.ApMonthPickerGrid,{completedSrcRange:P,handleSelect:function(e){return function(e){L(r(r({},O),{from:e}))}(e)},handleDeIncYear:function(){return Y(p.FROM,-1)},handleIncYear:function(){return Y(p.FROM,1)},selectDirection:p.FROM,currentYear:T.from.yearIndex}),o.createElement("span",{style:{border:"1px solid "+s.colors.grey2,margin:"0px "+s.scaffolding.md}}),o.createElement(d.ApMonthPickerGrid,{completedSrcRange:D,handleSelect:function(e){return function(e){L(r(r({},O),{to:e}))}(e)},handleDeIncYear:function(){return Y(p.TO,-1)},handleIncYear:function(){return Y(p.TO,1)},selectDirection:p.TO,currentYear:T.to.yearIndex})),o.createElement(f.StyledPickerFooter,null,o.createElement(l.ApButtonGroup,{justifyContent:"space-between"},o.createElement(c.ApButtonSecondary,{onClick:function(){return j()}},"Cancel"),o.createElement(c.ApButtonMain,{onClick:function(){return S({from:O.from,to:O.to}),m&&m({from:O.from,to:O.to}),void _(!1)}},"Apply")))))}},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApMonthPickerGrid=void 0;var i=n(3),o=n(3),a=n(46),s=n(275);t.ApMonthPickerGrid=function(e){var t=e.selectDirection,n=e.handleSelect,l=e.handleDeIncYear,c=e.handleIncYear,u=e.currentYear,d=e.completedSrcRange,p=r(o.useState(Object.keys(d).length-1),1)[0];return i.createElement(s.StyledPickerContainer,null,i.createElement(s.StyledPickerTableHeader,null,i.createElement(s.StyledContolsTitle,null,t,":"),i.createElement(s.StyledContols,null,i.createElement(a.ApButtonIcon,{disabled:0===u,iconName:"baseline_arrow_back",onClick:l}),i.createElement("span",{style:{margin:"0px 8px"}},Object.keys(d)[u]),i.createElement(a.ApButtonIcon,{disabled:u===p,iconName:"baseline_arrow_forward",onClick:c}))),Object.keys(d).map((function(e,t){return i.createElement(s.StyledPickerTableContainer,{key:"table-container-"+t,id:e,style:{display:e===Object.keys(d)[u]?"block":"none"}},i.createElement(s.StyledPickerTable,{key:"table-"+t},i.createElement(s.StyledPickerTBody,null,function(e){return e.reduce((function(e,t,n){var r=Math.floor(n/4);return e[r]=[].concat(e[r]||[],t),e}),[]).map((function(e,t){return i.createElement("tr",{key:"tr-"+t},e.map((function(e,t){return i.createElement("td",{key:"td-"+t},i.createElement(s.StyledPickerButton,{key:"button-"+t,disabled:e.isDisabled,onClick:function(){return n({month:e.month,monthNumber:e.monthNumber,year:e.year})},isDisabled:e.isDisabled,isSelectable:e.isSelectable,isSelected:e.isSelected},e.month))})))}))}(d[e]))))})))}},function(e,t,n){"use strict";var r=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(r(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.getYearIndexFromRange=t.createSrcRange=t.monthNames=void 0;var o=n(276);t.monthNames=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"];var a=function(e,t,n){var r=n.from,i=n.to;return t===n.from.year?e<r.month:t===i.year&&e>i.month},s=function(e,t,n){return e===n.year&&t===n.month},l=function(e,t,n,r,i){return i===o.FROM?!(e<n.year||e>r.year||e===n.year&&t<n.monthNumber||e===r.year&&t>r.monthNumber):!(e>n.year||e<r.year||e===n.year&&t>n.monthNumber||e===r.year&&t<r.monthNumber)};t.createSrcRange=function(e,n,r,o){var c=e.from,u=e.to;return Array(u.year-c.year+1).fill(c.year).map((function(e,t){return e+t})).reduce((function(c,u){var d;return c[u]=[],(d=c[u]).push.apply(d,i(function(e,n,r,i,o){return t.monthNames.map((function(t,c){var u=c+1;return{isDisabled:a(u,e,n),isSelectable:l(e,u,r,i,o),isSelected:s(e,t,r),month:t,monthNumber:u,year:e}}))}(u,e,n,r,o))),c}),{})},t.getYearIndexFromRange=function(e,t){return Object.keys(e).indexOf(t.toString())}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApLegendItem=void 0;var r=n(3),i=n(6),o=n(21),a=n(382);t.ApLegendItem=function(e){var t=e.alignment,n=e.bulletColor,i=e.children,o=e.className;return r.createElement(a.StyledLegendItem,{className:"ap-legend-item "+(o||""),alignment:t,bulletColor:n},i)},t.ApLegendItem.defaultProps={alignment:o.LEFT,bulletColor:i.colors.green1}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledLegendItem=void 0;var i=n(8),o=n(21),a=n(6),s={height:a.scaffolding.md,width:a.scaffolding.md};t.StyledLegendItem=i.default.span.withConfig({displayName:"StyledLegendItem",componentId:"sc-m42gzj-0"})(r(r({},a.font),{alignItems:"center",color:a.colors.grey5,display:"inline-flex",fontSize:"11px",lineHeight:"11px"}),(function(e){var t=e.alignment,n=e.bulletColor;return{":after":r(r({},s),{backgroundColor:n,content:t===o.RIGHT?"''":"",marginLeft:a.scaffolding.sm}),":before":r(r({},s),{backgroundColor:n,content:t===o.LEFT?"''":"",marginRight:a.scaffolding.sm}),marginBottom:a.scaffolding.sm,marginLeft:t===o.RIGHT?a.scaffolding.md:"0px",marginRight:t===o.LEFT?a.scaffolding.md:"0px",marginTop:a.scaffolding.sm}}))},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApTextInput=void 0;var o=n(3),a=n(277),s=n(21),l=n(384);t.ApTextInput=o.forwardRef((function(e,t){var n=e.id,s=e.className,c=e.theme,u=e.left,d=e.right,p=i(e,["id","className","theme","left","right"]);return o.createElement(l.StyledTextLabel,{title:n,htmlFor:n},u&&o.createElement(l.StyledLeftChild,null,u()),o.createElement(a.StyledDefaultTextInput,r({},p,{id:n,tabIndex:0,autoComplete:"off",className:"ap-text-input "+(s||""),theme:c,ref:t})),d&&o.createElement(l.StyledRightChild,null,d()))})),t.ApTextInput.defaultProps={autoFocus:!1,disabled:!1,theme:s.LIGHT}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledRightChild=t.StyledLeftChild=t.StyledTextLabel=void 0;var i=n(8),o=n(6);t.StyledTextLabel=i.default.label.withConfig({displayName:"StyledTextLabel",componentId:"sc-j91k8l-0"})(r(r({},o.font),{WebkitTapHighlightColor:o.colors.transparent,alignItems:"center",display:"flex",outline:"none",position:"relative",width:"100%"})),t.StyledLeftChild=i.default.span.withConfig({displayName:"StyledLeftChild",componentId:"sc-j91k8l-1"})({marginRight:o.scaffolding.sm}),t.StyledRightChild=i.default.span.withConfig({displayName:"StyledRightChild",componentId:"sc-j91k8l-2"})({marginLeft:o.scaffolding.sm})},function(e,t,n){"use strict";var r,i;Object.defineProperty(t,"__esModule",{value:!0}),t.ApSimpleTableBodyCell=t.ApSimpleTableHeadCell=t.ApSimpleTableRow=t.ApSimpleTableBody=t.ApSimpleTableHead=t.ApSimpleTable=void 0;var o=n(3),a=n(6),s=n(21),l=n(386);t.ApSimpleTable=function(e){var t=e.children,n=e.className,r=e.tableHeight,i=e.tableBorders,a=e.bodyOffset,s=e.tableMinWidth,c=e.tableWidth;return o.createElement(l.StyledTableSection,{className:"ap-simple-table-section "+(n||""),bodyOffset:a,tableBorders:i,tableMinWidth:s,tableWidth:c},o.createElement(l.StyledTableContainer,{className:"ap-simple-table-container",tableHeight:r},o.createElement(l.StyledTable,{tableMinWidth:s,tableWidth:c,className:"ap-simple-table"},t)))},t.ApSimpleTableHead=function(e){var t=e.children;return o.createElement(l.StyledTableHead,{className:"ap-simple-table-head"},t)},t.ApSimpleTableBody=function(e){var t=e.children;return o.createElement(l.StyledTableBody,{className:"ap-simple-table-body"},t)},t.ApSimpleTableRow=function(e){var t=e.children;return o.createElement(l.StyledTableRow,{className:"ap-simple-table-row"},t)},t.ApSimpleTableHeadCell=function(e){var t=e.className,n=e.children,r=e.cellWidth,i=e.cellMinWidth,a=e.cellTextColor;return o.createElement(l.StyledTableHeadCell,{className:"ap-simple-table-head-cell"+(t||""),cellWidth:r,cellMinWidth:i,cellTextColor:a},o.createElement(l.StyledTableHeadCellInner,{className:"ap-simple-table-head-cell-inner "+(t||""),cellWidth:r,cellMinWidth:i,cellTextColor:a},n))},t.ApSimpleTableBodyCell=function(e){var t=e.className,n=e.children,r=e.cellBorders,i=e.cellWidth,a=e.cellMinWidth,s=e.cellTextColor;return o.createElement(l.StyledTableBodyCell,{className:"ap-simple-table-body-cell "+(t||""),cellBorders:r,cellWidth:i,cellMinWidth:a,cellTextColor:s},n)},t.ApSimpleTable.defaultProps={bodyOffset:a.scaffolding.xl,tableBorders:(r={},r[s.TOP]=!1,r[s.LEFT]=!1,r[s.BOTTOM]=!1,r[s.RIGHT]=!1,r),tableHeight:"297px",tableMinWidth:"280px",tableWidth:"100%"},t.ApSimpleTableHeadCell.defaultProps={cellTextColor:a.colors.grey5},t.ApSimpleTableBodyCell.defaultProps={cellBorders:(i={},i[s.TOP]=!1,i[s.LEFT]=!1,i[s.BOTTOM]=!1,i[s.RIGHT]=!1,i),cellTextColor:a.colors.grey8}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledTableBodyCell=t.StyledTableHeadCellInner=t.StyledTableHeadCell=t.StyledTableRow=t.StyledTableBody=t.StyledTableHead=t.StyledTable=t.StyledTableContainer=t.StyledTableSection=void 0;var i=n(8),o=n(6);t.StyledTableSection=i.default.section.withConfig({displayName:"StyledTableSection",componentId:"sc-9us9zt-0"})({backgroundColor:o.colors.white,boxSizing:"border-box",overflowX:"hidden",position:"relative"},(function(e){var t=e.bodyOffset,n=e.tableBorders,r=e.tableMinWidth,i=e.tableWidth;return{borderColor:o.colors.white,borderStyle:"solid",borderWidth:"1px",borderTopColor:n.top?o.colors.grey3:o.colors.white,borderLeftColor:n.left?o.colors.grey3:o.colors.white,borderBottomColor:n.bottom?o.colors.grey3:o.colors.white,borderRightColor:n.right?o.colors.grey3:o.colors.white,paddingTop:t,minWidth:r,width:i}})),t.StyledTableContainer=i.default.div.withConfig({displayName:"StyledTableContainer",componentId:"sc-9us9zt-1"})({WebkitOverFlowScrolling:"touch",borderTop:"1px solid "+o.colors.grey3,overflowX:"hidden",overflowY:"scroll",width:"100%"},(function(e){return{height:e.tableHeight}})),t.StyledTable=i.default.table.withConfig({displayName:"StyledTable",componentId:"sc-9us9zt-2"})(r(r({},o.font),{borderSpacing:"0px"}),(function(e){return{minWidth:e.tableMinWidth,width:e.tableWidth}})),t.StyledTableHead=i.default.thead.withConfig({displayName:"StyledTableHead",componentId:"sc-9us9zt-3"})({}),t.StyledTableBody=i.default.tbody.withConfig({displayName:"StyledTableBody",componentId:"sc-9us9zt-4"})({}),t.StyledTableRow=i.default.tr.withConfig({displayName:"StyledTableRow",componentId:"sc-9us9zt-5"})({});var a={backgroundColor:o.colors.white,padding:""+o.scaffolding.sm};t.StyledTableHeadCell=i.default.th.withConfig({displayName:"StyledTableHeadCell",componentId:"sc-9us9zt-6"})({border:"none",color:o.colors.transparent,fontWeight:o.fontWeights.regular,height:"0px",lineHeight:"0px",paddingBottom:"0px",paddingTop:"0px",whiteSpace:"nowrap"},(function(e){var t=e.cellMinWidth,n=e.cellWidth;return{color:e.cellTextColor,minWidth:t,width:n}})),t.StyledTableHeadCellInner=i.default.div.withConfig({displayName:"StyledTableHeadCellInner",componentId:"sc-9us9zt-7"})(r(r({},a),{fontSize:"11px",lineHeight:"normal",position:"absolute",top:"0px",whiteSpace:"pre-line",width:"auto"}),(function(e){var t=e.cellMinWidth,n=e.cellWidth;return{color:e.cellTextColor,minWidth:t,width:n}})),t.StyledTableBodyCell=i.default.td.withConfig({displayName:"StyledTableBodyCell",componentId:"sc-9us9zt-8"})(r(r({},a),{boxSizing:"border-box"}),(function(e){var t=e.cellBorders,n=e.cellMinWidth,r=e.cellWidth;return{color:e.cellTextColor,borderColor:o.colors.white,borderStyle:"solid",borderWidth:"1px",borderTopColor:t.top?o.colors.grey2:o.colors.white,borderLeftColor:t.left?o.colors.grey2:o.colors.white,borderBottomColor:t.bottom?o.colors.grey2:o.colors.white,borderRightColor:t.right?o.colors.grey2:o.colors.white,minWidth:n,width:r}}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApListItem=void 0;var r=n(3),i=n(92);t.ApListItem=function(e){var t=e.className,n=e.children,o=e.flexDirection,a=e.justifyContent,s=e.left,l=e.right;return r.createElement(i.StyledListItem,{flexDirection:o,justifyContent:a,className:"ap-list-item "+(t||"")},s&&r.createElement(i.StyledItemLeftChild,{className:"ap-list-item-left-child"},s()),l&&r.createElement(i.StyledItemRightChild,{className:"ap-list-item-right-child",flexDirection:o},l()),!s&&!l&&r.createElement(i.StyledItemChild,{className:"ap-list-item-child"},n))},t.ApListItem.defaultProps={flexDirection:"row",justifyContent:"space-between"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApListOrdered=void 0;var r=n(3),i=n(92);t.ApListOrdered=function(e){var t=e.className,n=e.children,o=e.columnCount;return r.createElement(i.StyledListOrdered,{columnCount:o,className:"ap-list-ordered "+(t||"")},n)},t.ApListOrdered.defaultProps={columnCount:1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApListUnordered=void 0;var r=n(3),i=n(92);t.ApListUnordered=function(e){var t=e.className,n=e.children,o=e.columnCount;return r.createElement(i.StyledListUnordered,{columnCount:o,className:"ap-list-unordered "+(t||"")},n)},t.ApListUnordered.defaultProps={columnCount:1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApCdoLogo=t.cdoLogoDimensions=void 0;var r=n(3),i=n(21),o=n(391);t.cdoLogoDimensions={height:"60",width:"136"},t.ApCdoLogo=function(e){var n=e.theme,i=e.className;return r.createElement(o.StyledSvgWrapper,{className:"ap-cdo-logo "+(i||""),dimensions:{height:t.cdoLogoDimensions.height,width:t.cdoLogoDimensions.width}},r.createElement(o.StyledSvg,{role:"img",dimensions:{height:t.cdoLogoDimensions.height,width:t.cdoLogoDimensions.width},viewBox:"0 0 "+t.cdoLogoDimensions.width+" "+t.cdoLogoDimensions.height,preserveAspectRatio:"xMidYMid meet",x:"0",y:"0",theme:n},r.createElement("path",{d:"M135.750948 37.8512195C135.732693 49.9235337 125.899626 59.6955196 113.787729 59.6780062 101.675832 59.6604928 91.8712521 49.8601115 91.888139 37.7877953 91.9050259 25.7154792 101.736986 15.9423865 113.848884 15.9585366 119.669402 15.9555857 125.251464 18.2631745 129.361333 22.3712835 133.471203 26.4793925 135.770467 32.0497552 135.750948 37.8512195zM126.145166 37.8512195C126.164476 32.8734972 123.169231 28.3758152 118.559579 26.4606493 113.949928 24.5454833 108.636465 25.5911563 105.103008 29.1088605 101.569551 32.6265647 100.514103 37.9214108 102.430039 42.5182825 104.345976 47.1151543 108.854822 50.105983 113.848884 50.0926829 120.620884 50.0607163 126.105004 44.6010453 126.145166 37.8512195L126.145166 37.8512195zM39.9390564 50.7402439C34.319456 58.369071 24.4178452 61.5348653 15.3946292 58.5877151 6.37141314 55.640565.269829174 47.2478297.269829174 37.7835366.269829174 28.3192435 6.37141314 19.9265082 15.3946292 16.979358 24.4178452 14.0322079 34.319456 17.1980021 39.9390564 24.8268293L32.3814314 29.6817073C29.5661335 27.1207317 26.4278289 25.4670732 22.2654458 25.4670732 15.4581796 25.4670732 9.93980008 30.9674188 9.93980008 37.752439 9.93980008 44.5374592 15.4581796 50.0378049 22.2654458 50.0378049 26.4278289 50.0378049 29.0522591 48.6987805 32.3814314 45.8926829L39.9390564 50.7402439zM86.7970652 37.7231707C86.809735 43.234378 84.6231206 48.5243993 80.7191781 52.4272505 76.8152356 56.3301017 71.5144399 58.5253975 65.9851499 58.5292683L46.2633826 58.5292683 46.2633826 17.0414634 65.9851499 17.0414634C78.7292363 17.0414634 86.7970652 26.3121951 86.7970652 37.7231707zM76.8058776 37.7231707C76.8058776 31.5292683 72.1993603 27 66.9431587 27L56.2508996 27 56.2508996 48.5853659 66.9431587 48.5853659C72.1332907 48.3804878 76.8058776 43.9134146 76.8058776 37.7231707z"}),r.createElement("rect",{width:"44",height:"9.091",x:"91.867",y:".117"}),r.createElement("path",{d:"M8.89736905.193902439L4.94787685.193902439 4.94787685 9.11707317 5.79576969 9.11707317 5.79576969 6.03658537 8.89736905 6.03658537C10.519112 6.03658537 11.8337945 4.72619927 11.8337945 3.1097561 11.8337945 1.49331293 10.519112.182926829 8.89736905.182926829L8.89736905.193902439zM10.9859016 3.12073171C10.9839581 3.67089527 10.7628242 4.19775563 10.3711476 4.58540779 9.97947103 4.97305994 9.4493364 5.18974891 8.89736905 5.18780488L5.79576969 5.18781785 5.79576969 1.03902439 8.89736905 1.03902439C10.0508337 1.03902439 10.9859016 1.9710365 10.9859016 3.12073171L10.9859016 3.12073171zM17.1597361 7.61585916e-17C14.5831919 1.28961882e-15 12.4944902 2.08187591 12.4944902 4.65 12.4944902 7.21812409 14.5831919 9.3 17.1597361 9.3 19.7362803 9.3 21.824982 7.21812409 21.824982 4.65 21.8209398 2.08354662 19.7346041.00402897664 17.1597361 7.61585916e-17zM17.1597361 8.45121951C15.0539764 8.44919942 13.3483741 6.746442 13.3497249 4.64756332 13.3510757 2.54868465 15.0588684.848109727 17.164629.848782444 19.2703895.849455161 20.9770882 2.5511209 20.9770892 4.65 20.9750634 6.74994723 19.2665694 8.45122048 17.1597361 8.45121951L17.1597361 8.45121951z"}),r.createElement("polygon",{points:"30.293 7.427 28.135 .194 27.353 .194 25.195 7.427 23.047 .194 22.159 .194 24.805 9.106 25.584 9.106 27.742 1.873 29.904 9.106 30.682 9.106 33.328 .194 32.44 .194"}),r.createElement("polygon",{points:"34.397 9.106 40.684 9.106 40.684 8.261 35.248 8.261 35.248 5.074 40.321 5.074 40.321 4.226 35.248 4.226 35.248 1.039 40.684 1.039 40.684 .194 34.397 .194"}),r.createElement("path",{d:"M49.0896921,3.12073171 C49.0896921,1.50428854 47.7750097,0.193902439 46.1532667,0.193902439 L42.200104,0.193902439 L42.200104,9.11707317 L43.0590084,9.11707317 L43.0590084,6.03658537 L46.0284686,6.03658537 L48.1206717,9.10609756 L49.1410796,9.10609756 L46.9717953,5.92317073 C48.2235185,5.56104539 49.0859581,4.41984986 49.0896921,3.12073171 L49.0896921,3.12073171 Z M48.2381287,3.12073171 C48.2340812,4.2649565 47.3012484,5.18983004 46.1532667,5.18780488 L43.0590084,5.1878082 L43.0590084,1.03902439 L46.1642783,1.03902439 C47.3120051,1.0470666 48.2381571,1.97672733 48.2381287,3.12073171 Z"}),r.createElement("polygon",{points:"50.558 9.106 56.846 9.106 56.846 8.261 51.409 8.261 51.409 5.074 56.482 5.074 56.482 4.226 51.409 4.226 51.409 1.039 56.846 1.039 56.846 .194 50.558 .194"}),r.createElement("path",{d:"M61.6245582.193902439L58.3614554.193902439 58.3614554 9.11707317 61.6245582 9.11707317C64.0936619 9.11707317 66.0952659 7.12201034 66.0952659 4.66097561 66.0952659 2.19994088 64.0936619.204878049 61.6245582.204878049L61.6245582.193902439zM61.6245582 8.26097561L59.2093483 8.26097561 59.2093483 1.03902439 61.6245582 1.03902439C63.6253836 1.03902442 65.247373 2.65571326 65.247373 4.65 65.247373 6.64428674 63.6253836 8.26097558 61.6245582 8.26097561L61.6245582 8.26097561zM76.8279008 4.48902439C77.3726736 4.02766553 77.6855935 3.35032634 77.6831347 2.63780488 77.6821701 1.98676214 77.4210123 1.36292937 76.9574269.904291789 76.4938414.445654209 75.8660332.190009093 75.2128669.193902439L70.7788645.193858612 70.7788645 9.11709482 75.7267413 9.11707317C76.8628717 9.12181929 77.852527 8.34575202 78.1152858 7.24402587 78.3780445 6.14229972 77.8446371 5.00535638 76.8279008 4.5L76.8279008 4.48902439zM71.6414394 4.22560976L71.6414394 1.03902439 75.227549 1.03902439C76.1119923 1.04104168 76.8279032 1.75624957 76.8279008 2.63780488 76.8309028 3.0617369 76.6625135 3.46901584 76.3607238 3.76775423 76.0589342 4.06649263 75.6491696 4.23152207 75.2238784 4.22560976L71.6414394 4.22560976zM77.3270932 6.67317073C77.3300779 7.09646013 77.16219 7.50317049 76.8612009 7.80179981 76.5602117 8.10042912 76.1514003 8.26589674 75.7267413 8.26097561L71.6267573 8.26097561 71.6267573 5.09268293 75.7267413 5.09268293C76.5983418 5.1025673 77.3024943 5.8044186 77.312411 6.67317073L77.3270932 6.67317073z"}),r.createElement("polygon",{points:"85.391 .194 82.172 4.456 78.953 .194 77.889 .194 81.746 5.29 81.746 9.106 82.598 9.106 82.598 5.29 86.456 .194"}),r.createElement("title",{id:"ap-cdo-logo"},"Powered By CDO")))},t.ApCdoLogo.defaultProps={theme:i.DARK}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledSvgWrapper=t.StyledSvg=t.getApCdoLogoStyles=void 0;var i=n(8),o=n(6),a=n(21);t.getApCdoLogoStyles=function(e){var t;return((t={})[a.LIGHT]={path:{fill:o.colors.black},polygon:{fill:o.colors.black},rect:{fill:o.colors.black}},t[a.DARK]={path:{fill:o.colors.white},polygon:{fill:o.colors.white},rect:{fill:o.colors.green1}},t)[e]},t.StyledSvg=i.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-1vvdhpt-0"})({},(function(e){var n=e.theme,i=e.dimensions;return r(r({},t.getApCdoLogoStyles(n)),{maxHeight:i.height+"px"})})),t.StyledSvgWrapper=i.default.div.withConfig({displayName:"StyledSvgWrapper",componentId:"sc-1vvdhpt-1"})({minWidth:"70px",width:"40%"},(function(e){var t,n=e.dimensions;return(t={maxWidth:n.width+"px"})[o.mediaQuery(o.breakpoints.md)]={width:n.width+"px"},t}))},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Title=t.Column=t.Container=t.StyledChip=t.getChipStyles=t.StyledChipRightChild=t.StyledChipLeftChild=t.StyledChipChild=void 0;var o,a,s,l,c=n(8),u=n(6),d=n(21);t.StyledChipChild=c.default.span.withConfig({displayName:"StyledChipChild",componentId:"sc-1x72gd1-0"})({display:"inline-flex",whiteSpace:"nowrap"}),t.StyledChipLeftChild=c.default.span.withConfig({displayName:"StyledChipLeftChild",componentId:"sc-1x72gd1-1"})({display:"inline-flex"}),t.StyledChipRightChild=c.default.span.withConfig({displayName:"StyledChipRightChild",componentId:"sc-1x72gd1-2"})(o||(o=r(["\n display: inline-flex;\n margin-left: 4px;\n white-space: nowrap;\n"],["\n display: inline-flex;\n margin-left: 4px;\n white-space: nowrap;\n"]))),t.getChipStyles=function(e,t,n){var r,o,a=e?{}:{":hover":{color:u.colors.grey700,borderColor:u.colors.grey700,backgroundColor:u.colors.grey50,svg:{fill:u.colors.grey700}},":focus":{color:u.colors.grey700,borderColor:u.colors.grey700,backgroundColor:u.colors.grey50,svg:{fill:u.colors.grey700}},":active":{color:u.colors.grey700,borderColor:u.colors.grey700,backgroundColor:u.colors.grey200,svg:{fill:u.colors.grey700}}},s=e?{}:{":hover":{color:u.colors.green700,borderColor:u.colors.green700,backgroundColor:u.colors.green100,svg:{fill:u.colors.grey700}},":focus":{color:u.colors.green700,borderColor:u.colors.green700,backgroundColor:u.colors.green100,svg:{fill:u.colors.grey700}},":active":{color:u.colors.green700,borderColor:u.colors.green700,backgroundColor:u.colors.green200,svg:{fill:u.colors.grey700}}},l=e?{}:{":hover":{color:u.colors.white,borderColor:u.colors.white,backgroundColor:u.colors.grey600,svg:{fill:u.colors.white}},":focus":{color:u.colors.white,borderColor:u.colors.white,backgroundColor:u.colors.grey600,svg:{fill:u.colors.white}},":active":{color:u.colors.white,borderColor:u.colors.white,backgroundColor:u.colors.grey500,svg:{fill:u.colors.white}}},c=e?{}:{":hover":{color:u.colors.green200,borderColor:u.colors.green200,backgroundColor:u.colors.green800,svg:{fill:u.colors.green200}},":focus":{color:u.colors.green200,borderColor:u.colors.green200,backgroundColor:u.colors.green800,svg:{fill:u.colors.green200}},":active":{color:u.colors.green200,borderColor:u.colors.green200,backgroundColor:u.colors.green700,svg:{fill:u.colors.green200}}},p=((r={})[d.LIGHT]=i({color:e?u.colors.grey400:u.colors.green600,backgroundColor:u.colors.green50,border:"2px solid",borderColor:e?u.colors.grey200:u.colors.green600,svg:{fill:e?u.colors.grey400:u.colors.green600}},s),r[d.DARK]=i({color:e?u.colors.grey400:u.colors.green300,backgroundColor:u.colors.transparent,border:"2px solid",borderColor:e?u.colors.grey200:u.colors.green300,svg:{fill:e?u.colors.grey400:u.colors.green300}},c),r),h=((o={})[d.LIGHT]=i({color:e?u.colors.grey400:u.colors.grey500,border:"1px solid",borderColor:e?u.colors.grey200:u.colors.grey300,svg:{fill:e?u.colors.grey400:u.colors.grey500}},a),o[d.DARK]=i({color:e?u.colors.grey400:u.colors.grey300,border:"1px solid",background:e?u.colors.white:"transparent",borderColor:e?u.colors.grey200:u.colors.grey500,svg:{fill:e?u.colors.grey400:u.colors.grey300}},l),o),f=n?p[t]:{};return i(i({},h[t]),f)},t.StyledChip=c.default.div.withConfig({displayName:"StyledChip",componentId:"sc-1x72gd1-3"})({padding:"0 16px",alignItems:"center",border:"none",display:"inline-flex",height:"40px",justifyContent:"space-between",lineHeight:"20px",minWidth:"32px",outline:"none",position:"relative",textAlign:"center",textDecoration:"none",whiteSpace:"nowrap",borderWidth:"1px",borderStyle:"solid",borderRadius:"32px",boxSizing:"border-box",fontSize:"16px",cursor:"pointer",marginRight:"8px"},(function(e){var n=e.disabled,r=e.theme,o=e.selected;return i({},t.getChipStyles(n,r,o))}),(function(e){return e.small?{height:"32px",fontSize:"13px",lineHeight:"16px",padding:"0 12px"}:{}}),(function(e){return e.disabled?{cursor:"not-allowed"}:{}})),t.Container=c.default.div.withConfig({displayName:"Container",componentId:"sc-1x72gd1-4"})(a||(a=r(["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"],["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"]))),t.Column=c.default.div.withConfig({displayName:"Column",componentId:"sc-1x72gd1-5"})(s||(s=r(["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"],["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"]))),t.Title=c.default.div.withConfig({displayName:"Title",componentId:"sc-1x72gd1-6"})(l||(l=r(["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"],["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"])),u.colors.grey4)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},o=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};Object.defineProperty(t,"__esModule",{value:!0}),t.ApSimpleSearch=void 0;var a=n(3),s=n(3),l=n(277),c=n(21),u=n(394),d=n(22),p=n(83);t.ApSimpleSearch=function(e){var t=e.id,n=e.className,h=e.theme,f=e.onSearch,m=e.onClear,g=e.onChange,y=e.small,v=i(e,["id","className","theme","onSearch","onClear","onChange","small"]),b=o(s.useState(""),2),_=b[0],x=b[1];return a.createElement(u.StyledSearchWrapper,{disabled:v.disabled,small:y,theme:h},a.createElement(u.StyledSearchLabel,{title:t,htmlFor:t},a.createElement(l.StyledDefaultTextInput,r({},v,{value:_,id:t,tabIndex:0,autoComplete:"off",className:"ap-simple-search "+(n||""),theme:h,onKeyPress:function(e){"Enter"===e.key&&f(e.target.value)},onChange:function(e){x(e.target.value),g&&g(e.target.value)},small:y})),a.createElement(d.ApIcon,{className:"ap-simple-search-search",iconName:"baseline_search",iconSize:24}),_&&a.createElement(p.ApButtonIcon,{iconName:"baseline_close",iconProps:{iconSize:24},className:"ap-simple-search-clear",onClick:function(){x(""),m("")},theme:c.DARK,small:y})))},t.ApSimpleSearch.defaultProps={autoFocus:!1,disabled:!1,onClear:function(){return""},onSearch:function(){return""},theme:c.LIGHT}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.Title=t.Column=t.Container=t.StyledSearchLabel=t.StyledSearchWrapper=t.getSearchStyles=void 0;var o,a,s,l=n(8),c=n(21),u=n(6);t.getSearchStyles=function(e,t){var n,r=t?{}:{":hover:enabled":{backgroundColor:u.colors.green50,borderColor:u.colors.grey700},":focus:enabled":{backgroundColor:u.colors.green50,borderColor:u.colors.grey700},":active:enabled":{backgroundColor:u.colors.green50,borderColor:u.colors.grey700}},o=t?{}:{":hover":{svg:{fill:u.colors.white}},":focus":{svg:{fill:u.colors.white}},":active":{svg:{fill:u.colors.white}}};return((n={})[c.LIGHT]=i({svg:{fill:t?u.colors.grey400:u.colors.grey700}},r),n[c.DARK]=i({svg:{fill:t?u.colors.grey500:u.colors.grey400}},o),n)[e]},t.StyledSearchWrapper=l.default.div.withConfig({displayName:"StyledSearchWrapper",componentId:"sc-k0f2b9-0"})({display:"flex",height:u.scaffolding.xl,position:"relative"},(function(e){var n=e.disabled,r=e.theme;return i({},t.getSearchStyles(r,n))}),(function(e){return e.small?{".ap-simple-search":{paddingLeft:"40px"},".ap-simple-search-search":{left:"8px"}}:{".ap-simple-search":{paddingLeft:"44px"},".ap-simple-search-search":{left:"12px"}}})),t.StyledSearchLabel=l.default.label.withConfig({displayName:"StyledSearchLabel",componentId:"sc-k0f2b9-1"})(i(i({},u.font),{alignItems:"center",display:"flex",outline:"none",position:"relative",width:"100%",WebkitTapHighlightColor:u.colors.transparent,".ap-simple-search-search":{position:"absolute"},".ap-simple-search-clear":{position:"absolute",right:"4px"}})),t.Container=l.default.div.withConfig({displayName:"Container",componentId:"sc-k0f2b9-2"})(o||(o=r(["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"],["\n margin: 16px 80px;\n display: flex;\n flexDirection: column;\n"]))),t.Column=l.default.div.withConfig({displayName:"Column",componentId:"sc-k0f2b9-3"})(a||(a=r(["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"],["\n display: flex;\n flex-direction: column;\n margin: 24px;\n"]))),t.Title=l.default.div.withConfig({displayName:"Title",componentId:"sc-k0f2b9-4"})(s||(s=r(["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"],["\n margin-bottom: 12px;\n padding-bottom: 12px;\n border-bottom: 1px solid ",";\n white-space: nowrap;\n"])),u.colors.grey400)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApIpLogo=void 0;var r=n(3),i=n(21),o=n(396);t.ApIpLogo=function(e){var t=e.dimensions,n=e.theme,i=e.className;return r.createElement(o.StyledSvgWrapper,{className:"ap-ip-logo "+(i||""),dimensions:{width:t.width}},r.createElement(o.StyledSvg,{role:"img",dimensions:{width:t.width},viewBox:"0 0 76 24",preserveAspectRatio:"xMidYMid meet",x:"0",y:"0",theme:n},r.createElement("path",{d:"M46.5559666,23.9933335 L42.8321432,18.8367933 L39.1083197,23.9933335 L34.0080874,23.9933335 L40.2983739,15.3235461 L34.0080874,6.61042651 L39.0462015,6.61042651 L42.8321432,11.8302985 L46.6180848,6.61042651 L51.6561989,6.61042651 L45.3659124,15.3235461 L51.6561989,23.9933335 L46.5559666,23.9933335 Z M23.1308612,0.000588631727 L27.5052912,0.000588631727 L27.5052912,23.9933335 L23.1308612,23.9933335 L23.1308612,0.000588631727 Z M30.921793,0.000588631727 C31.5833669,-0.014119619 32.222121,0.247349606 32.6900356,0.724405602 C33.1579503,1.2014616 33.4144092,1.85269462 33.3999828,2.52719333 C33.4109662,3.19794843 33.1524193,3.84410536 32.6843772,4.31562557 C32.216335,4.78714578 31.5795169,5.04300732 30.921793,5.02379876 C30.2655363,5.04733023 29.6291828,4.79186007 29.1648523,4.31845827 C28.7005219,3.84505648 28.4499471,3.1962709 28.4730276,2.52719333 C28.4541871,1.85661982 28.7051458,1.20736061 29.1676308,0.730174602 C29.6301157,0.252988593 30.2638909,-0.0106093335 30.921793,0.000588631727 Z M28.7509249,6.61042651 L33.1253549,6.61042651 L33.1253549,23.9933335 L28.7509249,23.9933335 L28.7509249,6.61042651 Z M11.0897359,6.00044147 L7.1435946,17.0668367 L14.9508733,17.0668367 L11.0897359,6.00044147 Z M8.55596662,0.000588631727 L13.6235051,0.000588631727 L22.1762024,24 L17.3669449,24 L14.9508733,17.0735032 L4.6817517,24 L2.13162821e-14,24 L8.55596662,0.000588631727 Z M55.5500301,24 L52.4539276,24 L52.4539276,0.0639204117 L55.5500301,0.0639204117 L55.5500301,24 Z M62.2130259,14.6268966 L62.2130259,24 L59.1201927,24 L59.1201927,0.0639204117 L67.7775101,0.0639204117 C70.3472425,0.0639204117 72.3600906,0.730570728 73.8160544,2.06387136 C75.2720181,3.39717199 76,5.16712858 76,7.37374112 C76,9.69812856 75.2872752,11.4869736 73.8618257,12.7402762 C72.4363762,13.9935788 70.397373,14.6213411 67.7448163,14.6235633 L62.2130259,14.6268966 Z M62.2130259,12.0469598 L67.7709713,12.0469598 C69.4252775,12.0469598 70.6937968,11.6491918 71.5765293,10.8536558 C72.4592618,10.0581197 72.8951791,8.90703685 72.8842812,7.40040714 C72.9442137,6.12188387 72.4688514,4.87754734 71.5765293,3.97715777 C70.7046947,3.11940103 69.4950242,2.67496748 67.9475179,2.64385713 L62.2130259,2.64385713 L62.2130259,12.0469598 Z"}),r.createElement("title",{id:"ap-ip-logo"},"Alix Partners")))},t.ApIpLogo.defaultProps={dimensions:{width:"77px"},theme:i.LIGHT}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledSvgWrapper=t.StyledSvg=t.getApIpLogoStyles=void 0;var i=n(8),o=n(6),a=n(21);t.getApIpLogoStyles=function(e){var t;return((t={})[a.LIGHT]={fill:o.colors.black},t[a.DARK]={fill:o.colors.white},t)[e]},t.StyledSvg=i.default.svg.withConfig({displayName:"StyledSvg",componentId:"sc-mswecf-0"})({},(function(e){var n=e.theme,i=e.dimensions;return r(r({},t.getApIpLogoStyles(n)),{height:"100%",width:i.width})})),t.StyledSvgWrapper=i.default.div.withConfig({displayName:"StyledSvgWrapper",componentId:"sc-mswecf-1"})({display:"inline-flex"},(function(e){return{height:"100%",width:e.dimensions.width}}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SnackBox=void 0;var r=n(3),i=n(6),o=n(22),a=n(93),s=n(68),l=n(280);t.SnackBox=function(e){var t=e.hide,n=e.id,c=e.variant,u=e.message,d=e.custom,p=e.button,h=e.showIcon;return r.createElement(r.Fragment,null,u&&r.createElement(a.StyledSnackBox,{className:""+s.SNACK_CLASS_NAME,variant:c},r.createElement(a.StyledSnackMessage,null,h&&r.createElement(o.ApIcon,{iconName:l.getIcon(c).name,iconColor:i.colors.white}),u),p&&r.createElement(a.StyledSnackButton,null,p())),d&&r.createElement(a.StyledSnackBoxCustom,{id:n},d((function(){n&&t&&t(n)}))))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SnackContainer=void 0;var r=n(3),i=n(68),o=n(93);t.SnackContainer=function(){return r.createElement(o.StyledSnackContainer,{id:""+i.CONTAINER_CLASS_NAME,className:""+i.CONTAINER_CLASS_NAME},r.createElement(o.StyledSnackRow,null,r.createElement(o.StyledSnackTop,{id:""+i.TOP_LEFT}),r.createElement(o.StyledSnackTop,{id:""+i.TOP_CENTER}),r.createElement(o.StyledSnackTop,{id:""+i.TOP_RIGHT})),r.createElement(o.StyledSnackRow,null,r.createElement(o.StyledSnackBottom,{id:""+i.BOTTOM_LEFT}),r.createElement(o.StyledSnackBottom,{id:""+i.BOTTOM_CENTER}),r.createElement(o.StyledSnackBottom,{id:""+i.BOTTOM_RIGHT})))}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApCheckbox=void 0;var o=n(3),a=n(22),s=n(400),l=n(77),c=n(21);t.ApCheckbox=function(e){var t=e.flexDirection,n=e.indeterminate,c=e.justifyContent,u=e.id,d=e.className,p=e.children,h=e.theme,f=i(e,["flexDirection","indeterminate","justifyContent","id","className","children","theme"]);return o.createElement(l.StyledCheckLabel,{title:u,htmlFor:u,flexDirection:p?t:"row",justifyContent:p?c:"flex-start",tabIndex:0,theme:h},o.createElement(s.StyledCheckWrapper,{disabled:f.disabled},o.createElement(s.StyledCheckInput,r({},f,{id:u,type:f.type,defaultChecked:f.defaultChecked})),n?o.createElement(s.StyledIndeterminateIcon,null,o.createElement(a.ApIcon,{iconName:"indeterminate",iconSize:"24px"})):o.createElement(s.StyledCheckIcon,{className:"ap-checkbox "+(d||"")},o.createElement(a.ApIcon,{iconName:"checkbox",iconSize:"24px"}))),p&&o.createElement(l.StyledCheckChild,null,p))},t.ApCheckbox.defaultProps={autoFocus:!1,disabled:!1,theme:c.LIGHT,type:"checkbox"}},function(e,t,n){"use strict";var r,i,o,a,s,l=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledCheckInput=t.StyledIndeterminateIcon=t.StyledCheckIcon=t.StyledCheckWrapper=void 0;var c,u,d,p=n(8),h=n(6);t.StyledCheckWrapper=p.default.div.withConfig({displayName:"StyledCheckWrapper",componentId:"sc-108hw9f-0"})(u||(u=l(["\n display: flex;\n width: 32px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n ","\n"],["\n display: flex;\n width: 32px;\n height: 32px;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n ","\n"])),(function(e){return!e.disabled&&p.css(c||(c=l(["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "],["\n &:hover {\n background-color: ",";\n }\n &:focus {\n background-color: ",";\n }\n &:active {\n background-color: ",";\n }\n "])),h.colors.green50,h.colors.green50,h.colors.green100)})),t.StyledCheckIcon=p.default.span.withConfig({displayName:"StyledCheckIcon",componentId:"sc-108hw9f-1"})({backgroundColor:h.colors.transparent,borderColor:h.colors.grey700,borderStyle:"solid",borderWidth:"2px",borderRadius:"1px",boxSizing:"border-box",display:"inline-block",height:"18px",outline:"none",position:"relative",transition:"background .1s linear",width:"18px",boxShadow:"none !important"}),t.StyledIndeterminateIcon=p.default.span.withConfig({displayName:"StyledIndeterminateIcon",componentId:"sc-108hw9f-2"})(d||(d=l(["\n background-color: transparent;\n height: 24px;\n width: 24px;\n transition: background .1s linear;\n\n .ap-icon {\n fill: ",";\n }\n"],["\n background-color: transparent;\n height: 24px;\n width: 24px;\n transition: background .1s linear;\n\n .ap-icon {\n fill: ",";\n }\n"])),h.colors.grey700),t.StyledCheckInput=p.default.input.withConfig({displayName:"StyledCheckInput",componentId:"sc-108hw9f-3"})(((r={})["+ "+t.StyledCheckIcon]=((i={})[".ap-icon"]={display:"none"},i),r[":checked + "+t.StyledCheckIcon]=((o={backgroundColor:"transparent",borderColor:"transparent",borderWidth:0,height:"24px",width:"24px"})[".ap-icon"]={display:"block",fill:h.colors.grey700},o),r[":disabled + "+t.StyledCheckIcon]=((a={backgroundColor:h.colors.white,borderColor:h.colors.grey300,cursor:"not-allowed"})[".ap-icon"]={fill:h.colors.grey300},a),r[":disabled + "+t.StyledIndeterminateIcon]=((s={cursor:"not-allowed"})[".ap-icon"]={fill:h.colors.grey300},s),r.display="none",r))},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(402),t)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApCashflowWidget=void 0;var o=n(3),a=n(39),s=n(40),l=n(41),c=n(54),u=n(37),d=n(42),p=n(34),h=n(415);t.ApCashflowWidget=function(e){var t=e.config,n=void 0===t?{name:""}:t,f=e.data,m=e.dataError,g=i(e,["config","data","dataError"]);return o.createElement(u.ApWidgetCard,r({},g),o.createElement(h.Container,null,n&&o.createElement(p.ApWidgetName,{name:n.name,iconType:n.iconType}),m?o.createElement(h.StyledWidgetBody,null,o.createElement(d.ApWidgetErrorMessage,null)):f?o.createElement(h.BodyWrapper,null,o.createElement(h.VarianceContainer,null,o.createElement(l.ApWidgetBigValue,null,f.value)),o.createElement(h.CashflowContainer,{isHidden:!f.incoming&&!f.outgoing},o.createElement(h.IncomingColumn,null,o.createElement(h.Label,null,"INCOMING"),o.createElement(h.Value,null,f.incoming||"-")),o.createElement(h.OutgoingColumn,null,o.createElement(h.Label,null,"OUTGOING"),o.createElement(h.Value,null,f.outgoing||"-"))),o.createElement(c.ApWidgetBulletList,{list:[f.viewType,f.taxonomyType+" taxonomy"]})):o.createElement(h.StyledWidgetBody,null,o.createElement(a.ApLoaderDefault,{loaderText:function(){return o.createElement(s.ApLoaderText,null)}}))))},t.ApCashflowWidget.defaultProps={config:{name:""},data:null}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetBigValue=void 0;var o=n(3),a=n(404);t.ApWidgetBigValue=function(e){var t=e.className,n=e.children,s=e.size,l=e.setElHeight,c=e.height,u=i(e,["className","children","size","setElHeight","height"]),d=o.useRef();return o.useLayoutEffect((function(){l&&d&&d.current&&l(d.current.clientHeight)})),o.createElement(a.StyledWidgetBigValue,r({},u,{ref:d,size:s,height:c,className:"ap-widget-big-value"+(t?" "+t:"")}),n)}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledWidgetBigValue=void 0;var i,o,a,s,l,c=n(8),u=n(6);t.StyledWidgetBigValue=c.default.div.withConfig({displayName:"StyledWidgetBigValue",componentId:"sc-14nwnl6-0"})(l||(l=r(["\n color: ",";\n font-weight: bold;\n letter-spacing: 0.3px;\n\n ",";\n"],["\n color: ",";\n font-weight: bold;\n letter-spacing: 0.3px;\n\n ",";\n"])),u.colors.grey7,(function(e){var t=e.size,n=e.height,l=n?c.css(i||(i=r(["\n height: ","px;\n "],["\n height: ","px;\n "])),n):"";return"s"===t?c.css(o||(o=r(["\n font-size: 19px;\n line-height: 26px;\n ","\n "],["\n font-size: 19px;\n line-height: 26px;\n ","\n "])),l):"m"===t?c.css(a||(a=r(["\n font-size: 30px;\n line-height: 36px;\n ","\n "],["\n font-size: 30px;\n line-height: 36px;\n ","\n "])),l):c.css(s||(s=r(["\n font-size: 33px;\n line-height: 40px;\n ","\n "],["\n font-size: 33px;\n line-height: 40px;\n ","\n "])),l)}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetBulletList=t.ApWidgetBullet=void 0;var r=n(3),i=n(406);t.ApWidgetBullet=function(e){var t=e.value;return r.createElement(i.Wrapper,null,r.createElement(i.Value,null,t))},t.ApWidgetBulletList=function(e){var n=e.list;return r.createElement(i.ListWrapper,null,n.filter((function(e){return e})).map((function(e,n){return r.createElement(t.ApWidgetBullet,{value:e,key:e.toString()+n})})))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.ListWrapper=t.Value=t.Wrapper=void 0;var i,o,a,s=n(8),l=n(6);t.Wrapper=s.default.div.withConfig({displayName:"Wrapper",componentId:"sc-kkw00a-0"})(i||(i=r(["\n border: 1px solid ",";\n display: inline-block;\n padding: 0px 8px 5px;\n border-radius: 12px;\n margin: 4px 4px 0 0;\n"],["\n border: 1px solid ",";\n display: inline-block;\n padding: 0px 8px 5px;\n border-radius: 12px;\n margin: 4px 4px 0 0;\n"])),l.colors.grey3),t.Value=s.default.div.withConfig({displayName:"Value",componentId:"sc-kkw00a-1"})(o||(o=r(["\n font-size: 11px;\n color: ",";\n margin-top: 4px;\n letter-spacing: 0;\n line-height: 13px;\n text-align: center;\n"],["\n font-size: 11px;\n color: ",";\n margin-top: 4px;\n letter-spacing: 0;\n line-height: 13px;\n text-align: center;\n"])),l.colors.grey7),t.ListWrapper=s.default.div.withConfig({displayName:"ListWrapper",componentId:"sc-kkw00a-2"})(a||(a=r(["\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n margin: 0 -4px;\n"],["\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n margin: 0 -4px;\n"])))},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetCard=void 0;var o=n(3),a=n(408);t.ApWidgetCard=function(e){var t=e.className,n=e.children,s=i(e,["className","children"]);return o.createElement(a.StyledWrapper,r({},s,{className:"ap-widget-card"+(t?" "+t:"")}),n)}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledWrapper=void 0;var i=n(8),o=n(6);t.StyledWrapper=i.default.div.withConfig({displayName:"StyledWrapper",componentId:"sc-1gkie3t-0"})(r(r({},o.font),{background:o.colors.white,boxShadow:"0 3px 10px 0 rgba(0, 0, 0, 0.1)",boxSizing:"border-box",height:"100%",padding:"0 20px 20px 20px",width:"100%"}))},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetErrorMessage=void 0;var o=n(3),a=n(6),s=n(22),l=n(410);t.ApWidgetErrorMessage=function(e){var t=e.className,n=i(e,["className"]);return o.createElement(l.Wrapper,r({},n,{className:"ap-widget-error"+(t?" "+t:"")}),o.createElement(s.ApIcon,{iconName:"widdget_error_icon",iconColor:a.colors.amber,iconSize:40}),o.createElement(l.MessageText,null,"The data for this insight is currently unavailable"))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.MessageText=t.Wrapper=void 0;var i,o,a=n(8),s=n(6);t.Wrapper=a.default.div.withConfig({displayName:"Wrapper",componentId:"sc-1yam69l-0"})(i||(i=r(["\n svg {\n display: block;\n margin: 0 auto;\n margin-top: -40px;\n }\n"],["\n svg {\n display: block;\n margin: 0 auto;\n margin-top: -40px;\n }\n"]))),t.MessageText=a.default.div.withConfig({displayName:"MessageText",componentId:"sc-1yam69l-1"})(o||(o=r(["\n margin: 2px auto 0;\n\n height: 42px;\n width: 160px;\n color: ",";\n font-size: 13px;\n font-weight: bold;\n letter-spacing: 0.8px;\n line-height: 21px;\n text-align: center;\n"],["\n margin: 2px auto 0;\n\n height: 42px;\n width: 160px;\n color: ",";\n font-size: 13px;\n font-weight: bold;\n letter-spacing: 0.8px;\n line-height: 21px;\n text-align: center;\n"])),s.colors.grey7)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetName=void 0;var o=n(3),a=n(281),s=n(414);t.ApWidgetName=function(e){var t=e.className,n=e.name,l=e.iconType,c=i(e,["className","name","iconType"]);return o.createElement(s.Wrapper,r({},c,{className:"ap-widget-name"+(t?" "+t:""),iconType:l}),l&&o.createElement(a.ApWidgetBadge,{type:l}),o.createElement(s.StyledWidgetName,null,n))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetBadge=t.ApWidgetBadgeTypes=void 0;var r=n(3),i=n(6),o=n(413);!function(e){e.oxr="oxr",e.sxr="sxr",e.chc="chc",e.txr="txr"}(t.ApWidgetBadgeTypes||(t.ApWidgetBadgeTypes={}));var a={chc:i.colors.orange,oxr:i.colors.blue1,sxr:i.colors.green4,txr:i.colors.red4,tsxr:i.colors.red4};t.ApWidgetBadge=function(e){var t=e.type,n=e.color,i=e.className;return r.createElement(o.Wrapper,{className:"ap-widget-badge "+(i||""),type:t,color:n||a[t]},t)}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.Wrapper=void 0;var i,o=n(8),a=n(6);t.Wrapper=o.default.div.withConfig({displayName:"Wrapper",componentId:"sc-ki0k5v-0"})(i||(i=r(["\n height: 16px;\n width: 40px;\n min-height: 16px;\n min-width: 40px;\n max-height: 16px;\n max-width: 40px;\n background-color: ",";\n font-size: 11px;\n font-weight: bold;\n line-height: initial;\n color: ",";\n text-transform: uppercase;\n letter-spacing: 0.8px;\n display: flex;\n align-items: center;\n justify-content: center;\n"],["\n height: 16px;\n width: 40px;\n min-height: 16px;\n min-width: 40px;\n max-height: 16px;\n max-width: 40px;\n background-color: ",";\n font-size: 11px;\n font-weight: bold;\n line-height: initial;\n color: ",";\n text-transform: uppercase;\n letter-spacing: 0.8px;\n display: flex;\n align-items: center;\n justify-content: center;\n"])),(function(e){return e.color||a.colors.grey9}),a.colors.white)},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.StyledWidgetName=t.Wrapper=void 0;var i,o,a=n(8),s=n(6);t.Wrapper=a.default.div.withConfig({displayName:"Wrapper",componentId:"sc-xz0yzs-0"})(i||(i=r(["\n margin-bottom: 20px;\n display: flex;\n flex-direction: column;\n\n ","\n"],["\n margin-bottom: 20px;\n display: flex;\n flex-direction: column;\n\n ","\n"])),(function(e){return!e.iconType&&"margin-top:16px;"})),t.StyledWidgetName=a.default.div.withConfig({displayName:"StyledWidgetName",componentId:"sc-xz0yzs-1"})(o||(o=r(["\n color: ",";\n font-size: 11px;\n font-weight: 500;\n letter-spacing: 0.8px;\n margin-top: 8px;\n text-transform: uppercase;\n"],["\n color: ",";\n font-size: 11px;\n font-weight: 500;\n letter-spacing: 0.8px;\n margin-top: 8px;\n text-transform: uppercase;\n"])),s.colors.grey5)},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.TypeContainer=t.OutgoingColumn=t.IncomingColumn=t.CashflowContainer=t.BodyWrapper=t.Column=t.VarianceValue=t.VarianceContainer=t.Value=t.Label=t.Container=t.StyledWidgetBody=void 0;var i,o,a,s,l,c,u,d,p,h,f,m,g=n(8),y=n(6);t.StyledWidgetBody=g.default.div.withConfig({displayName:"StyledWidgetBody",componentId:"sc-1k9chii-0"})(i||(i=r(["\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 100%;\n"],["\n display: flex;\n justify-content: center;\n flex-direction: column;\n height: 100%;\n"]))),t.Container=g.default.div.withConfig({displayName:"Container",componentId:"sc-1k9chii-1"})(o||(o=r(["\n position: relative;\n display: flex;\n flex-direction: column;\n height: 100%;\n width: 100%;\n"],["\n position: relative;\n display: flex;\n flex-direction: column;\n height: 100%;\n width: 100%;\n"]))),t.Label=g.default.div.withConfig({displayName:"Label",componentId:"sc-1k9chii-2"})(a||(a=r(["\n font-size: 11px;\n color: ",";\n"],["\n font-size: 11px;\n color: ",";\n"])),y.colors.grey5),t.Value=g.default.div.withConfig({displayName:"Value",componentId:"sc-1k9chii-3"})(s||(s=r(["\n font-size: 13px;\n font-weight: bold;\n color: ",";\n margin-top: 8px;\n"],["\n font-size: 13px;\n font-weight: bold;\n color: ",";\n margin-top: 8px;\n"])),y.colors.grey7),t.VarianceContainer=g.default.div.withConfig({displayName:"VarianceContainer",componentId:"sc-1k9chii-4"})(l||(l=r(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"],["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"]))),t.VarianceValue=g.default.div.withConfig({displayName:"VarianceValue",componentId:"sc-1k9chii-5"})(c||(c=r(["\n display: flex;\n font-size: ",";\n color: ",";\n flex: 50%;\n margin: ",";\n"],["\n display: flex;\n font-size: ",";\n color: ",";\n flex: 50%;\n margin: ",";\n"])),(function(e){return e.isSmall?"36px":"44px"}),y.colors.grey7,(function(e){return e.isSmall?"5px 0":"0"})),t.Column=g.default.div.withConfig({displayName:"Column",componentId:"sc-1k9chii-6"})(u||(u=r(["\n flex: 50%;\n"],["\n flex: 50%;\n"]))),t.BodyWrapper=g.default.div.withConfig({displayName:"BodyWrapper",componentId:"sc-1k9chii-7"})(d||(d=r(["\n flex-grow: 1;\n position: relative;\n"],["\n flex-grow: 1;\n position: relative;\n"]))),t.CashflowContainer=g.default.div.withConfig({displayName:"CashflowContainer",componentId:"sc-1k9chii-8"})(p||(p=r(["\n display: flex;\n justify-content: space-between;\n margin: 20px 0;\n visibility: ",";\n"],["\n display: flex;\n justify-content: space-between;\n margin: 20px 0;\n visibility: ",";\n"])),(function(e){return e.isHidden?"hidden":"visible"})),t.IncomingColumn=g.default(t.Column).withConfig({displayName:"IncomingColumn",componentId:"sc-1k9chii-9"})(h||(h=r(["\n border-left: 10px solid ",";\n padding-left: 4px;\n"],["\n border-left: 10px solid ",";\n padding-left: 4px;\n"])),y.colors.green1),t.OutgoingColumn=g.default(t.Column).withConfig({displayName:"OutgoingColumn",componentId:"sc-1k9chii-10"})(f||(f=r(["\n border-left: 10px solid ",";\n padding-left: 4px;\n"],["\n border-left: 10px solid ",";\n padding-left: 4px;\n"])),y.colors.red1),t.TypeContainer=g.default.div.withConfig({displayName:"TypeContainer",componentId:"sc-1k9chii-11"})(m||(m=r(["\n display: flex;\n justify-content: space-between;\n"],["\n display: flex;\n justify-content: space-between;\n"])))},function(e,t,n){"use strict";var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),i(n(417),t)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApKPIWidget=void 0;var o=n(3),a=n(22),s=n(39),l=n(40),c=n(41),u=n(54),d=n(37),p=n(62),h=n(94),f=n(42),m=n(34),g=n(55),y=n(432),v=n(283);t.ApKPIWidget=function(e){var t=e.config,n=void 0===t?{name:""}:t,b=e.data,_=e.dataError,x=i(e,["config","data","dataError"]),w=!1;if(b&&b.tableData){var M=b.tableData,S=M.all,k=M.top,O=M.bottom;w=!!(S&&S.length>0||k&&O&&(k.length>0||O.length>0))}return o.createElement(d.ApWidgetCard,r({},x),o.createElement(v.Container,null,n&&o.createElement(m.ApWidgetName,{name:n.name,iconType:n.iconType}),_?o.createElement(v.StyledWidgetBody,null,o.createElement(f.ApWidgetErrorMessage,null)):b?o.createElement(v.BodyWrapper,null,o.createElement(v.TopContentWrapper,null,o.createElement("div",null,o.createElement(v.VarianceContainer,null,o.createElement(c.ApWidgetBigValue,null,b.value)),o.createElement(v.AverageContainer,null,o.createElement(p.ApWidgetChangeOverTime,{value:b.compareValue&&b.compareValue+"%",trend:b.compareValue,isUpTrendNegative:b.isUpTrendNegative,label:"On previous period"}),b.valuePairs.map((function(e,t){return o.createElement(g.ApWidgetValueType1,r({key:e.label+t},e))}))),o.createElement(u.ApWidgetBulletList,{list:b.attributes})),n&&2===n.widthRatio?o.createElement(v.ChartWrapper,null,b.chartData&&b.chartData.length>0?o.createElement(h.ApWidgetChart,{data:b.chartData,type:b.chartType}):o.createElement(v.NoDataMessage,null,o.createElement(a.ApIcon,{iconName:"bar_chart",iconSize:"lg"}),"No chart data")):null),n&&2===n.heightRatio?o.createElement(v.BottomContentWrapper,null,w?o.createElement(y.ApKPIWidgetTable,{expanded:2===n.widthRatio,data:b.tableData,name:b.tableName}):o.createElement(v.NoDataMessage,null,o.createElement(a.ApIcon,{iconName:"view_list",iconSize:"lg"}),"No table data")):null):o.createElement(v.StyledWidgetBody,null,o.createElement(s.ApLoaderDefault,{loaderText:function(){return o.createElement(l.ApLoaderText,null)}}))))},t.ApKPIWidget.defaultProps={config:{name:""},data:null}},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__rest||function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetChangeOverTime=void 0;var o=n(3),a=n(282),s=n(420);t.ApWidgetChangeOverTime=function(e){var t=e.label,n=e.value,l=e.trend,c=e.isNoCriteria,u=e.isUpTrendNegative,d=i(e,["label","value","trend","isNoCriteria","isUpTrendNegative"]),p=n||"—";return o.createElement(s.Wrapper,r({},d),o.createElement(s.Trend,null,t&&o.createElement(s.TrendLabel,null,t),o.createElement(s.TrendValue,null,o.createElement(a.ApWidgetTrendArrow,{trend:l,negative:u,isNoCriteria:c}),p)))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetTrendArrow=void 0;var r=n(3),i=n(6);t.ApWidgetTrendArrow=function(e){var t=e.trend,n=e.negative,o=e.isNoCriteria,a=void 0!==o&&o;if(0===t)return null;var s=(n?t<0:t>0)?i.colors.green1:i.colors.red1;return r.createElement("svg",{width:"16px",height:"20px",viewBox:"0 0 16 32",version:"1.1"},r.createElement("polygon",{points:"16.02 14 -8 14 -8 18 16.02 18 16.02 24 24 16 16.02 8 16.02 14",fill:a?i.colors.grey4:s,fillRule:"nonzero",transform:"translate(8, 16) "+(t>0?"rotate(-90)":"rotate(90)")+" translate(-8, -16)"}))}},function(e,t,n){"use strict";var r=this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e};Object.defineProperty(t,"__esModule",{value:!0}),t.TrendLabel=t.TrendValue=t.Trend=t.Wrapper=void 0;var i,o,a,s,l=n(8),c=n(6);t.Wrapper=l.default.div.withConfig({displayName:"Wrapper",componentId:"sc-tlxziy-0"})(i||(i=r(["\n display: flex;\n align-items: center;\n flex: 50%;\n font-family: Roboto;\n"],["\n display: flex;\n align-items: center;\n flex: 50%;\n font-family: Roboto;\n"]))),t.Trend=l.default.div.withConfig({displayName:"Trend",componentId:"sc-tlxziy-1"})(o||(o=r(["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"],["\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n"]))),t.TrendValue=l.default.div.withConfig({displayName:"TrendValue",componentId:"sc-tlxziy-2"})(a||(a=r(["\n font-size: 19px;\n line-height: 19px;\n letter-spacing: 0.44px;\n font-weight: 500;\n color: ",";\n text-align: center;\n\n svg {\n position: relative;\n top: 2px;\n right: -2px;\n padding-right: 3px;\n width: 10px;\n margin-right: 6px;\n }\n"],["\n font-size: 19px;\n line-height: 19px;\n letter-spacing: 0.44px;\n font-weight: 500;\n color: ",";\n text-align: center;\n\n svg {\n position: relative;\n top: 2px;\n right: -2px;\n padding-right: 3px;\n width: 10px;\n margin-right: 6px;\n }\n"])),c.colors.grey8),t.TrendLabel=l.default.div.withConfig({displayName:"TrendLabel",componentId:"sc-tlxziy-3"})(s||(s=r(["\n font-size: 11px;\n color: ",";\n white-space: nowrap;\n"],["\n font-size: 11px;\n color: ",";\n white-space: nowrap;\n"])),c.colors.grey5)},function(e,t,n){"use strict";var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},i=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},o=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(i(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0}),t.ApWidgetChart=void 0;var a=n(422),s=n(423),l=n(3),c=n(424),u=n(6),d=n(427),p=n(429),h={chart:{height:222,type:"column"},credits:{enabled:!1},legend:{align:"center",itemStyle:{color:"#333333",fontSize:"11px",fontWeight:"normal"},symbolRadius:0,verticalAlign:"top",x:16},plotOptions:{column:{borderWidth:0,groupPadding:.33,pointPadding:0,pointWidth:3}},series:[],title:{text:""},tooltip:{shared:!0,useHTML:!0},xAxis:{labels:{step:1,style:{color:u.colors.grey5,fontSize:"11px"}}},yAxis:{max:100,min:0,tickAmount:5,title:{text:""}}};t.ApWidgetChart=function(e){var t=e.data,n=e.type;n=n||"column";var i=t&&t[0]&&t[0].valueType,f=t&&t[0]&&t[0].currency,m=t.map((function(e){return e.values[0]})),g=t.map((function(e){return e.values[1]||0})),y=Math.max.apply(Math,o(m,g)),v=Math.min.apply(Math,o(m,g)),b=d.getAxisMinMaxValues(y,v,i),_=b.yAxisMax,x=b.yAxisMin,w={color:u.colors.chartDarkBlue,data:m,marker:{enabled:!1},name:"Current period"},M={color:u.colors.chartLightBlue,data:g,marker:{enabled:!1},name:"Prior period"},S=g.filter(Boolean).length>0,k=r(r({},h),{chart:r(r({},h.chart),{type:n}),series:S?[w,M]:[w],tooltip:r(r({},h.tooltip),{shared:!0,useHTML:!0,backgroundColor:u.colors.white,formatter:function(){var e=this.points||[];return c.renderToString(l.createElement(p.TooltipContainer,null,e.map((function(e){return e?l.createElement(p.TooltipItem,{key:e.series.name+"-"+e.color},l.createElement("span",null,l.createElement(p.TooltipColor,{color:e.color}),l.createElement(p.TooltipItemName,null,e.series.name)),l.createElement(p.TooltipItemValue,null,d.formatValue(e.y,i,f))):null}))))}}),xAxis:r(r({},h.xAxis),{categories:t.map((function(e){return e.label}))}),yAxis:r(r({},h.yAxis),{endOnTick:!0,labels:{formatter:function(){return d.formatValue(this.value,i,f)},style:{color:u.colors.grey5,fontSize:"11px"}},max:_,min:x,startOnTick:!0})});return l.createElement(p.Wrapper,null,l.createElement(s.default,{highcharts:a,options:k}))}},function(e,t,n){var r;!function(i,o){e.exports?(o.default=o,e.exports=i.document?o(i):o):void 0===(r=function(){return o(i)}.call(t,n,t,e))||(e.exports=r)}("undefined"!=typeof window?window:this,(function(e){function t(e,t,n,r){e.hasOwnProperty(t)||(e[t]=r.apply(null,n))}var n={};return t(n,"Core/Globals.js",[],(function(){var t=void 0!==e?e:"undefined"!=typeof window?window:{},n=t.document,r=t.navigator&&t.navigator.userAgent||"",i=n&&n.createElementNS&&!!n.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,o=/(edge|msie|trident)/i.test(r)&&!t.opera,a=-1!==r.indexOf("Firefox"),s=-1!==r.indexOf("Chrome"),l=a&&4>parseInt(r.split("Firefox/")[1],10);return{product:"Highcharts",version:"8.2.2",deg2rad:2*Math.PI/360,doc:n,hasBidiBug:l,hasTouch:!!t.TouchEvent,isMS:o,isWebKit:-1!==r.indexOf("AppleWebKit"),isFirefox:a,isChrome:s,isSafari:!s&&-1!==r.indexOf("Safari"),isTouchDevice:/(Mobile|Android|Windows Phone)/.test(r),SVG_NS:"http://www.w3.org/2000/svg",chartCount:0,seriesTypes:{},symbolSizes:{},svg:i,win:t,marginNames:["plotTop","marginRight","marginBottom","plotLeft"],noop:function(){},charts:[],dateFormats:{}}})),t(n,"Core/Utilities.js",[n["Core/Globals.js"]],(function(e){function t(e,n,r,i){var o=n?"Highcharts error":"Highcharts warning";32===e&&(e=o+": Deprecated member");var a=m(e),s=a?o+" #"+e+": www.highcharts.com/errors/"+e+"/":e.toString();if(o=function(){if(n)throw Error(s);c.console&&-1===t.messages.indexOf(s)&&console.log(s)},void 0!==i){var l="";a&&(s+="?"),F(i,(function(e,t){l+="\n - "+t+": "+e,a&&(s+=encodeURI(t)+"="+encodeURI(e))})),s+=l}r?q(r,"displayError",{code:e,message:s,params:i},o):o(),t.messages.push(s)}function n(){var e,t=arguments,n={},i=function(e,t){return"object"!=typeof e&&(e={}),F(t,(function(n,o){!r(n,!0)||f(n)||h(n)?e[o]=t[o]:e[o]=i(e[o]||{},n)})),e};!0===t[0]&&(n=t[1],t=Array.prototype.slice.call(t,2));var o=t.length;for(e=0;e<o;e++)n=i(n,t[e]);return n}function r(e,t){return!(!e||"object"!=typeof e||t&&p(e))}function i(e,t,n){var r;return d(t)?y(n)?e.setAttribute(t,n):e&&e.getAttribute&&((r=e.getAttribute(t))||"class"!==t||(r=e.getAttribute(t+"Name"))):F(t,(function(t,n){e.setAttribute(n,t)})),r}function o(){for(var e=arguments,t=e.length,n=0;n<t;n++){var r=e[n];if(null!=r)return r}}function a(e,t){if(!e)return t;var n=e.split(".").reverse();if(1===n.length)return t[e];for(e=n.pop();void 0!==e&&null!=t;)t=t[e],e=n.pop();return t}e.timers=[];var s=e.charts,l=e.doc,c=e.win;(t||(t={})).messages=[],e.error=t,e.merge=n;var u=e.pInt=function(e,t){return parseInt(e,t||10)},d=e.isString=function(e){return"string"==typeof e},p=e.isArray=function(e){return"[object Array]"===(e=Object.prototype.toString.call(e))||"[object Array Iterator]"===e};e.isObject=r;var h=e.isDOMElement=function(e){return r(e)&&"number"==typeof e.nodeType},f=e.isClass=function(e){var t=e&&e.constructor;return!(!r(e,!0)||h(e)||!t||!t.name||"Object"===t.name)},m=e.isNumber=function(e){return"number"==typeof e&&!isNaN(e)&&1/0>e&&-1/0<e},g=e.erase=function(e,t){for(var n=e.length;n--;)if(e[n]===t){e.splice(n,1);break}},y=e.defined=function(e){return null!=e};e.attr=i;var v=e.splat=function(e){return p(e)?e:[e]},b=e.syncTimeout=function(e,t,n){return 0<t?setTimeout(e,t,n):(e.call(0,n),-1)},_=e.clearTimeout=function(e){y(e)&&clearTimeout(e)},x=e.extend=function(e,t){var n;for(n in e||(e={}),t)e[n]=t[n];return e};e.pick=o;var w=e.css=function(t,n){e.isMS&&!e.svg&&n&&void 0!==n.opacity&&(n.filter="alpha(opacity="+100*n.opacity+")"),x(t.style,n)},M=e.createElement=function(e,t,n,r,i){return e=l.createElement(e),t&&x(e,t),i&&w(e,{padding:"0",border:"none",margin:"0"}),n&&w(e,n),r&&r.appendChild(e),e},S=e.extendClass=function(e,t){var n=function(){};return n.prototype=new e,x(n.prototype,t),n},k=e.pad=function(e,t,n){return Array((t||2)+1-String(e).replace("-","").length).join(n||"0")+e},O=e.relativeLength=function(e,t,n){return/%$/.test(e)?t*parseFloat(e)/100+(n||0):parseFloat(e)},L=e.wrap=function(e,t,n){var r=e[t];e[t]=function(){var e=Array.prototype.slice.call(arguments),t=arguments,i=this;return i.proceed=function(){r.apply(i,arguments.length?arguments:t)},e.unshift(r),e=n.apply(this,e),i.proceed=null,e}},C=e.format=function(t,n,r){var i="{",o=!1,s=[],l=/f$/,c=/\.([0-9])/,u=e.defaultOptions.lang,d=r&&r.time||e.time;for(r=r&&r.numberFormatter||H;t;){var p=t.indexOf(i);if(-1===p)break;var h=t.slice(0,p);if(o){if(i=a((h=h.split(":")).shift()||"",n),h.length&&"number"==typeof i)if(h=h.join(":"),l.test(h)){var f=parseInt((h.match(c)||["","-1"])[1],10);null!==i&&(i=r(i,f,u.decimalPoint,-1<h.indexOf(",")?u.thousandsSep:""))}else i=d.dateFormat(h,i);s.push(i)}else s.push(h);t=t.slice(p+1),i=(o=!o)?"}":"{"}return s.push(t),s.join("")},T=e.getMagnitude=function(e){return Math.pow(10,Math.floor(Math.log(e)/Math.LN10))},A=e.normalizeTickInterval=function(e,t,n,r,i){var a=e,s=e/(n=o(n,1));for(t||(t=i?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===r&&(1===n?t=t.filter((function(e){return 0==e%1})):.1>=n&&(t=[1/n]))),r=0;r<t.length&&(a=t[r],!(i&&a*n>=e||!i&&s<=(t[r]+(t[r+1]||t[r]))/2));r++);return Y(a*n,-Math.round(Math.log(.001)/Math.LN10))},j=e.stableSort=function(e,t){var n,r,i=e.length;for(r=0;r<i;r++)e[r].safeI=r;for(e.sort((function(e,r){return 0===(n=t(e,r))?e.safeI-r.safeI:n})),r=0;r<i;r++)delete e[r].safeI},E=e.arrayMin=function(e){for(var t=e.length,n=e[0];t--;)e[t]<n&&(n=e[t]);return n},I=e.arrayMax=function(e){for(var t=e.length,n=e[0];t--;)e[t]>n&&(n=e[t]);return n},P=e.destroyObjectProperties=function(e,t){F(e,(function(n,r){n&&n!==t&&n.destroy&&n.destroy(),delete e[r]}))},D=e.discardElement=function(t){var n=e.garbageBin;n||(n=M("div")),t&&n.appendChild(t),n.innerHTML=""},Y=e.correctFloat=function(e,t){return parseFloat(e.toPrecision(t||14))},N=e.timeUnits={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},H=e.numberFormat=function(t,n,r,i){t=+t||0,n=+n;var a=e.defaultOptions.lang,s=(t.toString().split(".")[1]||"").split("e")[0].length,l=t.toString().split("e");if(-1===n)n=Math.min(s,20);else if(m(n)){if(n&&l[1]&&0>l[1]){var c=n+ +l[1];0<=c?(l[0]=(+l[0]).toExponential(c).split("e")[0],n=c):(l[0]=l[0].split(".")[0]||0,t=20>n?(l[0]*Math.pow(10,l[1])).toFixed(n):0,l[1]=0)}}else n=2;var d=(Math.abs(l[1]?l[0]:t)+Math.pow(10,-Math.max(n,s)-1)).toFixed(n);return c=3<(s=String(u(d))).length?s.length%3:0,r=o(r,a.decimalPoint),i=o(i,a.thousandsSep),t=(0>t?"-":"")+(c?s.substr(0,c)+i:""),t+=s.substr(c).replace(/(\d{3})(?=\d)/g,"$1"+i),n&&(t+=r+d.slice(-n)),l[1]&&0!=+t&&(t+="e"+l[1]),t};Math.easeInOutSine=function(e){return-.5*(Math.cos(Math.PI*e)-1)};var R=e.getStyle=function(n,r,i){return"width"===r?(r=Math.min(n.offsetWidth,n.scrollWidth),(i=n.getBoundingClientRect&&n.getBoundingClientRect().width)<r&&i>=r-1&&(r=Math.floor(i)),Math.max(0,r-e.getStyle(n,"padding-left")-e.getStyle(n,"padding-right"))):"height"===r?Math.max(0,Math.min(n.offsetHeight,n.scrollHeight)-e.getStyle(n,"padding-top")-e.getStyle(n,"padding-bottom")):(c.getComputedStyle||t(27,!0),(n=c.getComputedStyle(n,void 0))&&(n=n.getPropertyValue(r),o(i,"opacity"!==r)&&(n=u(n))),n)},z=e.inArray=function(e,n,r){return t(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),n.indexOf(e,r)},B=e.find=Array.prototype.find?function(e,t){return e.find(t)}:function(e,t){var n,r=e.length;for(n=0;n<r;n++)if(t(e[n],n))return e[n]};e.keys=function(e){return t(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(e)};var W=e.offset=function(e){var t=l.documentElement;return{top:(e=e.parentElement||e.parentNode?e.getBoundingClientRect():{top:0,left:0}).top+(c.pageYOffset||t.scrollTop)-(t.clientTop||0),left:e.left+(c.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}},F=e.objectEach=function(e,t,n){for(var r in e)Object.hasOwnProperty.call(e,r)&&t.call(n||e[r],e[r],r,e)};F({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(n,r){e[r]=function(e){var i;return t(32,!1,void 0,((i={})["Highcharts."+r]="use Array."+n,i)),Array.prototype[n].apply(e,[].slice.call(arguments,1))}}));var V,U=e.addEvent=function(t,n,r,i){void 0===i&&(i={});var o=t.addEventListener||e.addEventListenerPolyfill,a="function"==typeof t&&t.prototype?t.prototype.protoEvents=t.prototype.protoEvents||{}:t.hcEvents=t.hcEvents||{};return e.Point&&t instanceof e.Point&&t.series&&t.series.chart&&(t.series.chart.runTrackerClick=!0),o&&o.call(t,n,r,!1),a[n]||(a[n]=[]),a[n].push({fn:r,order:"number"==typeof i.order?i.order:1/0}),a[n].sort((function(e,t){return e.order-t.order})),function(){G(t,n,r)}},G=e.removeEvent=function(t,n,r){function i(n,r){var i=t.removeEventListener||e.removeEventListenerPolyfill;i&&i.call(t,n,r,!1)}function o(e){var r;if(t.nodeName){if(n){var o={};o[n]=!0}else o=e;F(o,(function(t,n){if(e[n])for(r=e[n].length;r--;)i(n,e[n][r].fn)}))}}var a;["protoEvents","hcEvents"].forEach((function(e,s){var l=(s=s?t:t.prototype)&&s[e];l&&(n?(a=l[n]||[],r?(l[n]=a.filter((function(e){return r!==e.fn})),i(n,r)):(o(l),l[n]=[])):(o(l),s[e]={}))}))},q=e.fireEvent=function(e,t,n,r){var i;if(n=n||{},l.createEvent&&(e.dispatchEvent||e.fireEvent)){var o=l.createEvent("Events");o.initEvent(t,!0,!0),x(o,n),e.dispatchEvent?e.dispatchEvent(o):e.fireEvent(t,o)}else n.target||x(n,{preventDefault:function(){n.defaultPrevented=!0},target:e,type:t}),function(t,r){void 0===t&&(t=[]),void 0===r&&(r=[]);var o=0,a=0,s=t.length+r.length;for(i=0;i<s;i++)!1===(t[o]?r[a]?t[o].order<=r[a].order?t[o++]:r[a++]:t[o++]:r[a++]).fn.call(e,n)&&n.preventDefault()}(e.protoEvents&&e.protoEvents[t],e.hcEvents&&e.hcEvents[t]);r&&!n.defaultPrevented&&r.call(e,n)},Q=e.uniqueKey=function(){var e=Math.random().toString(36).substring(2,9)+"-",t=0;return function(){return"highcharts-"+(V?"":e)+t++}}(),K=e.useSerialIds=function(e){return V=o(e,V)},X=e.isFunction=function(e){return"function"==typeof e},J=e.getOptions=function(){return e.defaultOptions},Z=e.setOptions=function(t){return e.defaultOptions=n(!0,e.defaultOptions,t),(t.time||t.global)&&e.time.update(n(e.defaultOptions.global,e.defaultOptions.time,t.global,t.time)),e.defaultOptions};return c.jQuery&&(c.jQuery.fn.highcharts=function(){var t=[].slice.call(arguments);if(this[0])return t[0]?(new(e[d(t[0])?t.shift():"Chart"])(this[0],t[0],t[1]),this):s[i(this[0],"data-highcharts-chart")]}),{addEvent:U,arrayMax:I,arrayMin:E,attr:i,clamp:function(e,t,n){return e>t?e<n?e:n:t},clearTimeout:_,correctFloat:Y,createElement:M,css:w,defined:y,destroyObjectProperties:P,discardElement:D,erase:g,error:t,extend:x,extendClass:S,find:B,fireEvent:q,format:C,getMagnitude:T,getNestedProperty:a,getOptions:J,getStyle:R,inArray:z,isArray:p,isClass:f,isDOMElement:h,isFunction:X,isNumber:m,isObject:r,isString:d,merge:n,normalizeTickInterval:A,numberFormat:H,objectEach:F,offset:W,pad:k,pick:o,pInt:u,relativeLength:O,removeEvent:G,setOptions:Z,splat:v,stableSort:j,syncTimeout:b,timeUnits:N,uniqueKey:Q,useSerialIds:K,wrap:L}})),t(n,"Core/Color/Color.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.isNumber,r=t.merge,i=t.pInt;return t=function(){function t(n){return this.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(e){return[i(e[1]),i(e[2]),i(e[3]),parseFloat(e[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(e){return[i(e[1]),i(e[2]),i(e[3]),1]}}],this.rgba=[],e.Color!==t?new e.Color(n):this instanceof t?void this.init(n):new t(n)}return t.parse=function(e){return new t(e)},t.prototype.init=function(e){var n,r;if((this.input=e=t.names[e&&e.toLowerCase?e.toLowerCase():""]||e)&&e.stops)this.stops=e.stops.map((function(e){return new t(e[1])}));else{if(e&&e.charAt&&"#"===e.charAt()){var i=e.length;e=parseInt(e.substr(1),16),7===i?n=[(16711680&e)>>16,(65280&e)>>8,255&e,1]:4===i&&(n=[(3840&e)>>4|(3840&e)>>8,(240&e)>>4|240&e,(15&e)<<4|15&e,1])}if(!n)for(r=this.parsers.length;r--&&!n;){var o=this.parsers[r];(i=o.regex.exec(e))&&(n=o.parse(i))}}this.rgba=n||[]},t.prototype.get=function(e){var t=this.input,i=this.rgba;if(void 0!==this.stops){var o=r(t);o.stops=[].concat(o.stops),this.stops.forEach((function(t,n){o.stops[n]=[o.stops[n][0],t.get(e)]}))}else o=i&&n(i[0])?"rgb"===e||!e&&1===i[3]?"rgb("+i[0]+","+i[1]+","+i[2]+")":"a"===e?i[3]:"rgba("+i.join(",")+")":t;return o},t.prototype.brighten=function(e){var t,r=this.rgba;if(this.stops)this.stops.forEach((function(t){t.brighten(e)}));else if(n(e)&&0!==e)for(t=0;3>t;t++)r[t]+=i(255*e),0>r[t]&&(r[t]=0),255<r[t]&&(r[t]=255);return this},t.prototype.setOpacity=function(e){return this.rgba[3]=e,this},t.prototype.tweenTo=function(e,t){var n=this.rgba,r=e.rgba;return r.length&&n&&n.length?t=((e=1!==r[3]||1!==n[3])?"rgba(":"rgb(")+Math.round(r[0]+(n[0]-r[0])*(1-t))+","+Math.round(r[1]+(n[1]-r[1])*(1-t))+","+Math.round(r[2]+(n[2]-r[2])*(1-t))+(e?","+(r[3]+(n[3]-r[3])*(1-t)):"")+")":t=e.input||"none",t},t.names={white:"#ffffff",black:"#000000"},t}(),e.Color=t,e.color=t.parse,t})),t(n,"Core/Animation/Fx.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=e.win,r=t.isNumber,i=t.objectEach;return t=function(){function t(e,t,n){this.pos=NaN,this.options=t,this.elem=e,this.prop=n}return t.prototype.dSetter=function(){var e=this.paths,t=e&&e[0];e=e&&e[1];var n=[],r=this.now||0;if(1!==r&&t&&e)if(t.length===e.length&&1>r)for(var i=0;i<e.length;i++){for(var o=t[i],a=e[i],s=[],l=0;l<a.length;l++){var c=o[l],u=a[l];s[l]="number"==typeof c&&"number"==typeof u&&("A"!==a[0]||4!==l&&5!==l)?c+r*(u-c):u}n.push(s)}else n=e;else n=this.toD||[];this.elem.attr("d",n,void 0,!0)},t.prototype.update=function(){var e=this.elem,t=this.prop,n=this.now,r=this.options.step;this[t+"Setter"]?this[t+"Setter"]():e.attr?e.element&&e.attr(t,n,null,!0):e.style[t]=n+this.unit,r&&r.call(e,n,this)},t.prototype.run=function(t,r,i){var o=this,a=o.options,s=function(e){return!s.stopped&&o.step(e)},l=n.requestAnimationFrame||function(e){setTimeout(e,13)},c=function(){for(var t=0;t<e.timers.length;t++)e.timers[t]()||e.timers.splice(t--,1);e.timers.length&&l(c)};t!==r||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=t,this.end=r,this.unit=i,this.now=this.start,this.pos=0,s.elem=this.elem,s.prop=this.prop,s()&&1===e.timers.push(s)&&l(c)):(delete a.curAnim[this.prop],a.complete&&0===Object.keys(a.curAnim).length&&a.complete.call(this.elem))},t.prototype.step=function(e){var t=+new Date,n=this.options,r=this.elem,o=n.complete,a=n.duration,s=n.curAnim;if(r.attr&&!r.element)e=!1;else if(e||t>=a+this.startTime){this.now=this.end,this.pos=1,this.update();var l=s[this.prop]=!0;i(s,(function(e){!0!==e&&(l=!1)})),l&&o&&o.call(r),e=!1}else this.pos=n.easing((t-this.startTime)/a),this.now=this.start+(this.end-this.start)*this.pos,this.update(),e=!0;return e},t.prototype.initPath=function(e,t,n){function i(e,t){for(;e.length<p;){var n=e[0],r=t[p-e.length];r&&"M"===n[0]&&(e[0]="C"===r[0]?["C",n[1],n[2],n[1],n[2],n[1],n[2]]:["L",n[1],n[2]]),e.unshift(n),l&&e.push(e[e.length-1])}}function o(e,t){for(;e.length<p;)if("C"===(t=e[e.length/c-1].slice())[0]&&(t[1]=t[5],t[2]=t[6]),l){var n=e[e.length/c].slice();e.splice(e.length/2,0,t,n)}else e.push(t)}var a=e.startX,s=e.endX;t=t&&t.slice(),n=n.slice();var l=e.isArea,c=l?2:1;if(!t)return[n,n];if(a&&s){for(e=0;e<a.length;e++){if(a[e]===s[0]){var u=e;break}if(a[0]===s[s.length-a.length+e]){u=e;var d=!0;break}if(a[a.length-1]===s[s.length-a.length+e]){u=a.length-e;break}}void 0===u&&(t=[])}if(t.length&&r(u)){var p=n.length+u*c;d?(i(t,n),o(n,t)):(i(n,t),o(t,n))}return[t,n]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,e.color(this.start).tweenTo(e.color(this.end),this.pos),null,!0)},t}(),e.Fx=t})),t(n,"Core/Animation/AnimationUtilities.js",[n["Core/Animation/Fx.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.defined,i=n.getStyle,o=n.isArray,a=n.isNumber,s=n.isObject,l=n.merge,c=n.objectEach,u=n.pick;n=t.setAnimation=function(e,t){t.renderer.globalAnimation=u(e,t.options.chart.animation,!0)};var d=t.animObject=function(e){return s(e)?t.merge({duration:500,defer:0},e):{duration:e?500:0,defer:0}},p=t.getDeferredAnimation=function(e,t,n){var i=d(t),o=0,a=0;return(n?[n]:e.series).forEach((function(e){e=d(e.options.animation),o=t&&r(t.defer)?i.defer:Math.max(o,e.duration+e.defer),a=Math.min(i.duration,e.duration)})),e.renderer.forExport&&(o=0),{defer:Math.max(0,o-a),duration:Math.min(o,a)}},h=t.animate=function(t,n,r){var u,d,p,h="";if(!s(r)){var m=arguments;r={duration:m[2],easing:m[3],complete:m[4]}}a(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=l(n),c(n,(function(a,s){f(t,s),p=new e(t,r,s),d=null,"d"===s&&o(n.d)?(p.paths=p.initPath(t,t.pathArray,n.d),p.toD=n.d,u=0,d=1):t.attr?u=t.attr(s):(u=parseFloat(i(t,s))||0,"opacity"!==s&&(h="px")),d||(d=a),d&&d.match&&d.match("px")&&(d=d.replace(/px/g,"")),p.run(u,d,h)}))},f=t.stop=function(e,n){for(var r=t.timers.length;r--;)t.timers[r].elem!==e||n&&n!==t.timers[r].prop||(t.timers[r].stopped=!0)};return{animate:h,animObject:d,getDeferredAnimation:p,setAnimation:n,stop:f}})),t(n,"Core/Renderer/SVG/SVGElement.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.animate,o=e.animObject,a=e.stop,s=n.deg2rad,l=n.doc,c=n.hasTouch,u=n.isFirefox,d=n.noop,p=n.svg,h=n.SVG_NS,f=n.win,m=r.attr,g=r.createElement,y=r.css,v=r.defined,b=r.erase,_=r.extend,x=r.fireEvent,w=r.isArray,M=r.isFunction,S=r.isNumber,k=r.isString,O=r.merge,L=r.objectEach,C=r.pick,T=r.pInt,A=r.syncTimeout,j=r.uniqueKey;return(e=function(){function e(){this.height=this.element=void 0,this.opacity=1,this.renderer=void 0,this.SVG_NS=h,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" "),this.width=void 0}return e.prototype._defaultGetter=function(e){return e=C(this[e+"Value"],this[e],this.element?this.element.getAttribute(e):null,0),/^[\-0-9\.]+$/.test(e)&&(e=parseFloat(e)),e},e.prototype._defaultSetter=function(e,t,n){n.setAttribute(t,e)},e.prototype.add=function(e){var t=this.renderer,n=this.element;if(e&&(this.parentGroup=e),this.parentInverted=e&&e.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&t.buildText(this),this.added=!0,!e||e.handleZ||this.zIndex)var r=this.zIndexSetter();return r||(e?e.element:t.box).appendChild(n),this.onAdd&&this.onAdd(),this},e.prototype.addClass=function(e,t){var n=t?"":this.attr("class")||"";return(e=(e||"").split(/ /g).reduce((function(e,t){return-1===n.indexOf(t)&&e.push(t),e}),n?[n]:[]).join(" "))!==n&&this.attr("class",e),this},e.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},e.prototype.align=function(e,t,n){var r,i,o,a={},s=this.renderer,l=s.alignedObjects;e?(this.alignOptions=e,this.alignByTranslate=t,(!n||k(n))&&(this.alignTo=r=n||"renderer",b(l,this),l.push(this),n=void 0)):(e=this.alignOptions,t=this.alignByTranslate,r=this.alignTo),n=C(n,s[r],s),r=e.align,s=e.verticalAlign,l=(n.x||0)+(e.x||0);var c=(n.y||0)+(e.y||0);return"right"===r?i=1:"center"===r&&(i=2),i&&(l+=(n.width-(e.width||0))/i),a[t?"translateX":"x"]=Math.round(l),"bottom"===s?o=1:"middle"===s&&(o=2),o&&(c+=(n.height-(e.height||0))/o),a[t?"translateY":"y"]=Math.round(c),this[this.placed?"animate":"attr"](a),this.placed=!0,this.alignAttr=a,this},e.prototype.alignSetter=function(e){var t={left:"start",center:"middle",right:"end"};t[e]&&(this.alignValue=e,this.element.setAttribute("text-anchor",t[e]))},e.prototype.animate=function(e,t,n){var r=this,a=o(C(t,this.renderer.globalAnimation,!0));return t=a.defer,C(l.hidden,l.msHidden,l.webkitHidden,!1)&&(a.duration=0),0!==a.duration?(n&&(a.complete=n),A((function(){r.element&&i(r,e,a)}),t)):(this.attr(e,void 0,n),L(e,(function(e,t){a.step&&a.step.call(this,e,{prop:t,pos:1})}),this)),this},e.prototype.applyTextOutline=function(e){var t,r=this.element;-1!==e.indexOf("contrast")&&(e=e.replace(/contrast/g,this.renderer.getContrast(r.style.fill)));var i=(e=e.split(" "))[e.length-1];if((t=e[0])&&"none"!==t&&n.svg){this.fakeTS=!0,e=[].slice.call(r.getElementsByTagName("tspan")),this.ySetter=this.xSetter,t=t.replace(/(^[\d\.]+)(.*?)$/g,(function(e,t,n){return 2*t+n})),this.removeTextOutline(e);var o=!!r.textContent&&/^[\u0591-\u065F\u066A-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC]/.test(r.textContent),a=r.firstChild;e.forEach((function(e,n){0===n&&(e.setAttribute("x",r.getAttribute("x")),n=r.getAttribute("y"),e.setAttribute("y",n||0),null===n&&r.setAttribute("y",0)),n=e.cloneNode(!0),m(o&&!u?e:n,{class:"highcharts-text-outline",fill:i,stroke:i,"stroke-width":t,"stroke-linejoin":"round"}),r.insertBefore(n,a)})),o&&u&&e[0]&&((e=e[0].cloneNode(!0)).textContent=" ",r.insertBefore(e,a))}},e.prototype.attr=function(e,t,n,r){var i,o,s,l=this.element,c=this,u=this.symbolCustomAttribs;if("string"==typeof e&&void 0!==t){var d=e;(e={})[d]=t}return"string"==typeof e?c=(this[e+"Getter"]||this._defaultGetter).call(this,e,l):(L(e,(function(t,n){o=!1,r||a(this,n),this.symbolName&&-1!==u.indexOf(n)&&(i||(this.symbolAttr(e),i=!0),o=!0),!this.rotation||"x"!==n&&"y"!==n||(this.doTransform=!0),o||((s=this[n+"Setter"]||this._defaultSetter).call(this,t,n,l),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(n)&&this.updateShadows(n,t,s))}),this),this.afterSetters()),n&&n.call(this),c},e.prototype.clip=function(e){return this.attr("clip-path",e?"url("+this.renderer.url+"#"+e.id+")":"none")},e.prototype.crisp=function(e,t){t=t||e.strokeWidth||0;var n=Math.round(t)%2/2;return e.x=Math.floor(e.x||this.x||0)+n,e.y=Math.floor(e.y||this.y||0)+n,e.width=Math.floor((e.width||this.width||0)-2*n),e.height=Math.floor((e.height||this.height||0)-2*n),v(e.strokeWidth)&&(e.strokeWidth=t),e},e.prototype.complexColor=function(e,n,r){var i,o,a,s,l,c,u,d,p,h,f,m=this.renderer,g=[];x(this.renderer,"complexColor",{args:arguments},(function(){if(e.radialGradient?o="radialGradient":e.linearGradient&&(o="linearGradient"),o){if(a=e[o],l=m.gradients,c=e.stops,p=r.radialReference,w(a)&&(e[o]=a={x1:a[0],y1:a[1],x2:a[2],y2:a[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&p&&!v(a.gradientUnits)&&(s=a,a=O(a,m.getRadialAttr(p,s),{gradientUnits:"userSpaceOnUse"})),L(a,(function(e,t){"id"!==t&&g.push(t,e)})),L(c,(function(e){g.push(e)})),g=g.join(","),l[g])h=l[g].attr("id");else{a.id=h=j();var y=l[g]=m.createElement(o).attr(a).add(m.defs);y.radAttr=s,y.stops=[],c.forEach((function(e){0===e[1].indexOf("rgba")?(i=t.parse(e[1]),u=i.get("rgb"),d=i.get("a")):(u=e[1],d=1),e=m.createElement("stop").attr({offset:e[0],"stop-color":u,"stop-opacity":d}).add(y),y.stops.push(e)}))}f="url("+m.url+"#"+h+")",r.setAttribute(n,f),r.gradient=g,e.toString=function(){return f}}}))},e.prototype.css=function(e){var t=this.styles,n={},r=this.element,i="",o=!t,a=["textOutline","textOverflow","width"];if(e&&e.color&&(e.fill=e.color),t&&L(e,(function(e,r){t&&t[r]!==e&&(n[r]=e,o=!0)})),o){if(t&&(e=_(t,n)),e)if(null===e.width||"auto"===e.width)delete this.textWidth;else if("text"===r.nodeName.toLowerCase()&&e.width)var s=this.textWidth=T(e.width);if(this.styles=e,s&&!p&&this.renderer.forExport&&delete e.width,r.namespaceURI===this.SVG_NS){var l=function(e,t){return"-"+t.toLowerCase()};L(e,(function(e,t){-1===a.indexOf(t)&&(i+=t.replace(/([A-Z])/g,l)+":"+e+";")})),i&&m(r,"style",i)}else y(r,e);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),e&&e.textOutline&&this.applyTextOutline(e.textOutline))}return this},e.prototype.dashstyleSetter=function(e){var t=this["stroke-width"];if("inherit"===t&&(t=1),e=e&&e.toLowerCase()){var n=e.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(e=n.length;e--;)n[e]=""+T(n[e])*C(t,NaN);e=n.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",e)}},e.prototype.destroy=function(){var e=this,t=e.element||{},n=e.renderer,r=n.isSVG&&"SPAN"===t.nodeName&&e.parentGroup||void 0,i=t.ownerSVGElement;if(t.onclick=t.onmouseout=t.onmouseover=t.onmousemove=t.point=null,a(e),e.clipPath&&i){var o=e.clipPath;[].forEach.call(i.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(e){-1<e.getAttribute("clip-path").indexOf(o.element.id)&&e.removeAttribute("clip-path")})),e.clipPath=o.destroy()}if(e.stops){for(i=0;i<e.stops.length;i++)e.stops[i].destroy();e.stops.length=0,e.stops=void 0}for(e.safeRemoveChild(t),n.styledMode||e.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)t=r.parentGroup,e.safeRemoveChild(r.div),delete r.div,r=t;e.alignTo&&b(n.alignedObjects,e),L(e,(function(t,n){e[n]&&e[n].parentGroup===e&&e[n].destroy&&e[n].destroy(),delete e[n]}))},e.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(e){this.safeRemoveChild(e)}),this),this.shadows=void 0},e.prototype.destroyTextPath=function(e,t){var n=e.getElementsByTagName("text")[0];if(n){if(n.removeAttribute("dx"),n.removeAttribute("dy"),t.element.setAttribute("id",""),this.textPathWrapper&&n.getElementsByTagName("textPath").length){for(e=this.textPathWrapper.element.childNodes;e.length;)n.appendChild(e[0]);n.removeChild(this.textPathWrapper.element)}}else(e.getAttribute("dx")||e.getAttribute("dy"))&&(e.removeAttribute("dx"),e.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},e.prototype.dSetter=function(e,t,n){w(e)&&("string"==typeof e[0]&&(e=this.renderer.pathToSegments(e)),this.pathArray=e,e=e.reduce((function(e,t,n){return t&&t.join?(n?e+" ":"")+t.join(" "):(t||"").toString()}),"")),/(NaN| {2}|^$)/.test(e)&&(e="M 0 0"),this[t]!==e&&(n.setAttribute(t,e),this[t]=e)},e.prototype.fadeOut=function(e){var t=this;t.animate({opacity:0},{duration:C(e,150),complete:function(){t.attr({y:-9999}).hide()}})},e.prototype.fillSetter=function(e,t,n){"string"==typeof e?n.setAttribute(t,e):e&&this.complexColor(e,t,n)},e.prototype.getBBox=function(t,n){var r,i=this.renderer,o=this.element,a=this.styles,l=this.textStr,c=i.cache,u=i.cacheKeys,d=o.namespaceURI===this.SVG_NS;n=C(n,this.rotation,0);var p=i.styledMode?o&&e.prototype.getStyle.call(o,"font-size"):a&&a.fontSize;if(v(l)){var h=l.toString();-1===h.indexOf("<")&&(h=h.replace(/[0-9]/g,"0")),h+=["",n,p,this.textWidth,a&&a.textOverflow,a&&a.fontWeight].join()}if(h&&!t&&(r=c[h]),!r){if(d||i.forExport){try{var f=this.fakeTS&&function(e){[].forEach.call(o.querySelectorAll(".highcharts-text-outline"),(function(t){t.style.display=e}))};M(f)&&f("none"),r=o.getBBox?_({},o.getBBox()):{width:o.offsetWidth,height:o.offsetHeight},M(f)&&f("")}catch(e){}(!r||0>r.width)&&(r={width:0,height:0})}else r=this.htmlGetBBox();if(i.isSVG&&(t=r.width,i=r.height,d&&(r.height=i={"11px,17":14,"13px,20":16}[a&&a.fontSize+","+Math.round(i)]||i),n&&(a=n*s,r.width=Math.abs(i*Math.sin(a))+Math.abs(t*Math.cos(a)),r.height=Math.abs(i*Math.cos(a))+Math.abs(t*Math.sin(a)))),h&&0<r.height){for(;250<u.length;)delete c[u.shift()];c[h]||u.push(h),c[h]=r}}return r},e.prototype.getStyle=function(e){return f.getComputedStyle(this.element||this,"").getPropertyValue(e)},e.prototype.hasClass=function(e){return-1!==(""+this.attr("class")).split(" ").indexOf(e)},e.prototype.hide=function(e){return e?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},e.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},e.prototype.init=function(e,t){this.element="span"===t?g(t):l.createElementNS(this.SVG_NS,t),this.renderer=e,x(this,"afterInit")},e.prototype.invert=function(e){return this.inverted=e,this.updateTransform(),this},e.prototype.on=function(e,t){var n,r,i,o=this.element;return c&&"click"===e?(o.ontouchstart=function(e){n=e.touches[0].clientX,r=e.touches[0].clientY},o.ontouchend=function(e){n&&4<=Math.sqrt(Math.pow(n-e.changedTouches[0].clientX,2)+Math.pow(r-e.changedTouches[0].clientY,2))||t.call(o,e),i=!0,!1!==e.cancelable&&e.preventDefault()},o.onclick=function(e){i||t.call(o,e)}):o["on"+e]=t,this},e.prototype.opacitySetter=function(e,t,n){this.opacity=e=Number(Number(e).toFixed(3)),n.setAttribute(t,e)},e.prototype.removeClass=function(e){return this.attr("class",(""+this.attr("class")).replace(k(e)?new RegExp("(^| )"+e+"( |$)"):e," ").replace(/ +/g," ").trim())},e.prototype.removeTextOutline=function(e){for(var t,n=e.length;n--;)"highcharts-text-outline"===(t=e[n]).getAttribute("class")&&b(e,this.element.removeChild(t))},e.prototype.safeRemoveChild=function(e){var t=e.parentNode;t&&t.removeChild(e)},e.prototype.setRadialReference=function(e){var t=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=e,t&&t.radAttr&&t.animate(this.renderer.getRadialAttr(e,t.radAttr)),this},e.prototype.setTextPath=function(e,t){var n=this.element,r={textAnchor:"text-anchor"},i=!1,o=this.textPathWrapper,a=!o,s=(t=O(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},t)).attributes;if(e&&t&&t.enabled){o&&null===o.element.parentNode?(a=!0,o=o.destroy()):o&&this.removeTextOutline.call(o.parentGroup,[].slice.call(n.getElementsByTagName("tspan"))),this.options&&this.options.padding&&(s.dx=-this.options.padding),o||(this.textPathWrapper=o=this.renderer.createElement("textPath"),i=!0);var l=o.element;if((t=e.element.getAttribute("id"))||e.element.setAttribute("id",t=j()),a)for(e=n.getElementsByTagName("tspan");e.length;)e[0].setAttribute("y",0),S(s.dx)&&e[0].setAttribute("x",-s.dx),l.appendChild(e[0]);i&&o&&o.add({element:this.text?this.text.element:n}),l.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+t),v(s.dy)&&(l.parentNode.setAttribute("dy",s.dy),delete s.dy),v(s.dx)&&(l.parentNode.setAttribute("dx",s.dx),delete s.dx),L(s,(function(e,t){l.setAttribute(r[t]||t,e)})),n.removeAttribute("transform"),this.removeTextOutline.call(o,[].slice.call(n.getElementsByTagName("tspan"))),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=d}else o&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(n,e),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},e.prototype.shadow=function(e,t,n){var r,i=[],o=this.element,a=!1,s=this.oldShadowOptions,l={color:"#000000",offsetX:1,offsetY:1,opacity:.15,width:3};if(!0===e?r=l:"object"==typeof e&&(r=_(l,e)),r&&(r&&s&&L(r,(function(e,t){e!==s[t]&&(a=!0)})),a&&this.destroyShadows(),this.oldShadowOptions=r),r){if(!this.shadows){var c=r.opacity/r.width,u=this.parentInverted?"translate(-1,-1)":"translate("+r.offsetX+", "+r.offsetY+")";for(l=1;l<=r.width;l++){var d=o.cloneNode(!1),p=2*r.width+1-2*l;m(d,{stroke:e.color||"#000000","stroke-opacity":c*l,"stroke-width":p,transform:u,fill:"none"}),d.setAttribute("class",(d.getAttribute("class")||"")+" highcharts-shadow"),n&&(m(d,"height",Math.max(m(d,"height")-p,0)),d.cutHeight=p),t?t.element.appendChild(d):o.parentNode&&o.parentNode.insertBefore(d,o),i.push(d)}this.shadows=i}}else this.destroyShadows();return this},e.prototype.show=function(e){return this.attr({visibility:e?"inherit":"visible"})},e.prototype.strokeSetter=function(t,n,r){this[n]=t,this.stroke&&this["stroke-width"]?(e.prototype.fillSetter.call(this,this.stroke,"stroke",r),r.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===n&&0===t&&this.hasStroke?(r.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(r.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},e.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var e=this.getStyle("stroke-width"),t=0;if(e.indexOf("px")===e.length-2)t=T(e);else if(""!==e){var n=l.createElementNS(h,"rect");m(n,{width:e,"stroke-width":0}),this.element.parentNode.appendChild(n),t=n.getBBox().width,n.parentNode.removeChild(n)}return t},e.prototype.symbolAttr=function(e){var t=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(n){t[n]=C(e[n],t[n])})),t.attr({d:t.renderer.symbols[t.symbolName](t.x,t.y,t.width,t.height,t)})},e.prototype.textSetter=function(e){e!==this.textStr&&(delete this.textPxLength,this.textStr=e,this.added&&this.renderer.buildText(this))},e.prototype.titleSetter=function(e){var t=this.element.getElementsByTagName("title")[0];t||(t=l.createElementNS(this.SVG_NS,"title"),this.element.appendChild(t)),t.firstChild&&t.removeChild(t.firstChild),t.appendChild(l.createTextNode(String(C(e,"")).replace(/<[^>]*>/g,"").replace(/</g,"<").replace(/>/g,">")))},e.prototype.toFront=function(){var e=this.element;return e.parentNode.appendChild(e),this},e.prototype.translate=function(e,t){return this.attr({translateX:e,translateY:t})},e.prototype.updateShadows=function(e,t,n){var r=this.shadows;if(r)for(var i=r.length;i--;)n.call(r[i],"height"===e?Math.max(t-(r[i].cutHeight||0),0):"d"===e?this.d:t,e,r[i])},e.prototype.updateTransform=function(){var e=this.translateX||0,t=this.translateY||0,n=this.scaleX,r=this.scaleY,i=this.inverted,o=this.rotation,a=this.matrix,s=this.element;i&&(e+=this.width,t+=this.height),e=["translate("+e+","+t+")"],v(a)&&e.push("matrix("+a.join(",")+")"),i?e.push("rotate(90) scale(-1,1)"):o&&e.push("rotate("+o+" "+C(this.rotationOriginX,s.getAttribute("x"),0)+" "+C(this.rotationOriginY,s.getAttribute("y")||0)+")"),(v(n)||v(r))&&e.push("scale("+C(n,1)+" "+C(r,1)+")"),e.length&&s.setAttribute("transform",e.join(" "))},e.prototype.visibilitySetter=function(e,t,n){"inherit"===e?n.removeAttribute(t):this[t]!==e&&n.setAttribute(t,e),this[t]=e},e.prototype.xGetter=function(e){return"circle"===this.element.nodeName&&("x"===e?e="cx":"y"===e&&(e="cy")),this._defaultGetter(e)},e.prototype.zIndexSetter=function(e,t){var n=this.renderer,r=this.parentGroup,i=(r||n).element||n.box,o=this.element,a=!1;n=i===n.box;var s,l=this.added;if(v(e)?(o.setAttribute("data-z-index",e),e=+e,this[t]===e&&(l=!1)):v(this[t])&&o.removeAttribute("data-z-index"),this[t]=e,l){for((e=this.zIndex)&&r&&(r.handleZ=!0),s=(t=i.childNodes).length-1;0<=s&&!a;s--){l=(r=t[s]).getAttribute("data-z-index");var c=!v(l);r!==o&&(0>e&&c&&!n&&!s?(i.insertBefore(o,t[s]),a=!0):(T(l)<=e||c&&(!v(e)||0<=e))&&(i.insertBefore(o,t[s+1]||null),a=!0))}a||(i.insertBefore(o,t[n?3:0]||null),a=!0)}return a},e}()).prototype["stroke-widthSetter"]=e.prototype.strokeSetter,e.prototype.yGetter=e.prototype.xGetter,e.prototype.matrixSetter=e.prototype.rotationOriginXSetter=e.prototype.rotationOriginYSetter=e.prototype.rotationSetter=e.prototype.scaleXSetter=e.prototype.scaleYSetter=e.prototype.translateXSetter=e.prototype.translateYSetter=e.prototype.verticalAlignSetter=function(e,t){this[t]=e,this.doTransform=!0},n.SVGElement=e,n.SVGElement})),t(n,"Core/Renderer/SVG/SVGLabel.js",[n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(e,t){var n=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),r=t.defined,i=t.extend,o=t.isNumber,a=t.merge,s=t.removeEvent;return function(t){function l(e,n,r,i,o,a,s,c,u,d){var p=t.call(this)||this;if(p.init(e,"g"),p.textStr=n,p.x=r,p.y=i,p.anchorX=a,p.anchorY=s,p.baseline=u,p.className=d,"button"!==d&&p.addClass("highcharts-label"),d&&p.addClass("highcharts-"+d),p.text=e.text("",0,0,c).attr({zIndex:1}),"string"==typeof o){var h=/^url\((.*?)\)$/.test(o);(p.renderer.symbols[o]||h)&&(p.symbolKey=o)}return p.bBox=l.emptyBBox,p.padding=3,p.paddingLeft=0,p.baselineOffset=0,p.needsBox=e.styledMode||h,p.deferredAttr={},p.alignFactor=0,p}return n(l,t),l.prototype.alignSetter=function(e){(e={left:0,center:.5,right:1}[e])!==this.alignFactor&&(this.alignFactor=e,this.bBox&&o(this.xSetting)&&this.attr({x:this.xSetting}))},l.prototype.anchorXSetter=function(e,t){this.anchorX=e,this.boxAttr(t,Math.round(e)-this.getCrispAdjust()-this.xSetting)},l.prototype.anchorYSetter=function(e,t){this.anchorY=e,this.boxAttr(t,e-this.ySetting)},l.prototype.boxAttr=function(e,t){this.box?this.box.attr(e,t):this.deferredAttr[e]=t},l.prototype.css=function(t){if(t){var n={};t=a(t),l.textProps.forEach((function(e){void 0!==t[e]&&(n[e]=t[e],delete t[e])})),this.text.css(n);var r="fontSize"in n||"fontWeight"in n;("width"in n||r)&&(this.updateBoxSize(),r&&this.updateTextPadding())}return e.prototype.css.call(this,t)},l.prototype.destroy=function(){s(this.element,"mouseenter"),s(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),e.prototype.destroy.call(this)},l.prototype.fillSetter=function(e,t){e&&(this.needsBox=!0),this.fill=e,this.boxAttr(t,e)},l.prototype.getBBox=function(){var e=this.bBox,t=this.padding;return{width:e.width+2*t,height:e.height+2*t,x:e.x-t,y:e.y-t}},l.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},l.prototype.heightSetter=function(e){this.heightSetting=e},l.prototype.on=function(t,n){var r=this,i=r.text,o=i&&"SPAN"===i.element.tagName?i:void 0;if(o){var a=function(e){("mouseenter"===t||"mouseleave"===t)&&e.relatedTarget instanceof Element&&(r.element.contains(e.relatedTarget)||o.element.contains(e.relatedTarget))||n.call(r.element,e)};o.on(t,a)}return e.prototype.on.call(r,t,a||n),r},l.prototype.onAdd=function(){var e=this.textStr;this.text.add(this),this.attr({text:r(e)?e:"",x:this.x,y:this.y}),this.box&&r(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},l.prototype.paddingSetter=function(e){r(e)&&e!==this.padding&&(this.padding=e,this.updateTextPadding())},l.prototype.paddingLeftSetter=function(e){r(e)&&e!==this.paddingLeft&&(this.paddingLeft=e,this.updateTextPadding())},l.prototype.rSetter=function(e,t){this.boxAttr(t,e)},l.prototype.shadow=function(e){return e&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(e)),this},l.prototype.strokeSetter=function(e,t){this.stroke=e,this.boxAttr(t,e)},l.prototype["stroke-widthSetter"]=function(e,t){e&&(this.needsBox=!0),this["stroke-width"]=e,this.boxAttr(t,e)},l.prototype["text-alignSetter"]=function(e){this.textAlign=e},l.prototype.textSetter=function(e){void 0!==e&&this.text.attr({text:e}),this.updateBoxSize(),this.updateTextPadding()},l.prototype.updateBoxSize=function(){var e=this.text.element.style,t={},n=this.padding,a=this.paddingLeft,s=o(this.widthSetting)&&o(this.heightSetting)&&!this.textAlign||!r(this.text.textStr)?l.emptyBBox:this.text.getBBox();this.width=(this.widthSetting||s.width||0)+2*n+a,this.height=(this.heightSetting||s.height||0)+2*n,this.baselineOffset=n+Math.min(this.renderer.fontMetrics(e&&e.fontSize,this.text).b,s.height||1/0),this.needsBox&&(this.box||((e=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),e.add(this),e=this.getCrispAdjust(),t.x=e,t.y=(this.baseline?-this.baselineOffset:0)+e),t.width=Math.round(this.width),t.height=Math.round(this.height),this.box.attr(i(t,this.deferredAttr)),this.deferredAttr={}),this.bBox=s},l.prototype.updateTextPadding=function(){var e=this.text,t=this.baseline?0:this.baselineOffset,n=this.paddingLeft+this.padding;r(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(n+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),n===e.x&&t===e.y||(e.attr("x",n),e.hasBoxWidthChanged&&(this.bBox=e.getBBox(!0),this.updateBoxSize()),void 0!==t&&e.attr("y",t)),e.x=n,e.y=t},l.prototype.widthSetter=function(e){this.widthSetting=o(e)?e:void 0},l.prototype.xSetter=function(e){this.x=e,this.alignFactor&&(e-=this.alignFactor*((this.widthSetting||this.bBox.width)+2*this.padding),this["forceAnimate:x"]=!0),this.xSetting=Math.round(e),this.attr("translateX",this.xSetting)},l.prototype.ySetter=function(e){this.ySetting=this.y=Math.round(e),this.attr("translateY",this.ySetting)},l.emptyBBox={width:0,height:0,x:0,y:0},l.textProps="color cursor direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),l}(e)})),t(n,"Core/Renderer/SVG/SVGRenderer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGLabel.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i){var o=i.addEvent,a=i.attr,s=i.createElement,l=i.css,c=i.defined,u=i.destroyObjectProperties,d=i.extend,p=i.isArray,h=i.isNumber,f=i.isObject,m=i.isString,g=i.merge,y=i.objectEach,v=i.pick,b=i.pInt,_=i.splat,x=i.uniqueKey,w=t.charts,M=t.deg2rad,S=t.doc,k=t.isFirefox,O=t.isMS,L=t.isWebKit;i=t.noop;var C=t.svg,T=t.SVG_NS,A=t.symbolSizes,j=t.win,E=function(){function t(e,t,n,r,i,o,a){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(e,t,n,r,i,o,a)}return t.prototype.init=function(e,t,n,r,i,s,c){var u,d=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"});c||d.css(this.getStyle(r)),r=d.element,e.appendChild(r),a(e,"dir","ltr"),-1===e.innerHTML.indexOf("xmlns")&&a(r,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=r,this.boxWrapper=d,this.alignedObjects=[],this.url=(k||L)&&S.getElementsByTagName("base").length?j.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20"):"",this.createElement("desc").add().element.appendChild(S.createTextNode("Created with Highcharts 8.2.2")),this.defs=this.createElement("defs").add(),this.allowHTML=s,this.forExport=i,this.styledMode=c,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(t,n,!1),k&&e.getBoundingClientRect&&((t=function(){l(e,{left:0,top:0}),u=e.getBoundingClientRect(),l(e,{left:Math.ceil(u.left)-u.left+"px",top:Math.ceil(u.top)-u.top+"px"})})(),this.unSubPixelFix=o(j,"resize",t))},t.prototype.definition=function(e){var t=this;return function e(n,r){var i;return _(n).forEach((function(n){var o=t.createElement(n.tagName),a={};y(n,(function(e,t){"tagName"!==t&&"children"!==t&&"textContent"!==t&&(a[t]=e)})),o.attr(a),o.add(r||t.defs),n.textContent&&o.element.appendChild(S.createTextNode(n.textContent)),e(n.children||[],o),i=o})),i}(e)},t.prototype.getStyle=function(e){return this.style=d({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},e)},t.prototype.setStyle=function(e){this.boxWrapper.css(this.getStyle(e))},t.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},t.prototype.destroy=function(){var e=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),u(this.gradients||{}),this.gradients=null,e&&(this.defs=e.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},t.prototype.createElement=function(e){var t=new this.Element;return t.init(this,e),t},t.prototype.getRadialAttr=function(e,t){return{cx:e[0]-e[2]/2+t.cx*e[2],cy:e[1]-e[2]/2+t.cy*e[2],r:t.r*e[2]}},t.prototype.truncate=function(e,t,n,r,i,o,a){var s,l,c=this,u=e.rotation,d=r?1:0,p=(n||r).length,h=p,f=[],m=function(e){t.firstChild&&t.removeChild(t.firstChild),e&&t.appendChild(S.createTextNode(e))},g=function(o,s){if(void 0===f[s=s||o])if(t.getSubStringLength)try{f[s]=i+t.getSubStringLength(0,r?s+1:s)}catch(e){}else c.getSpanWidth&&(m(a(n||r,o)),f[s]=i+c.getSpanWidth(e,t));return f[s]};e.rotation=0;var y=g(t.textContent.length);if(l=i+y>o){for(;d<=p;)h=Math.ceil((d+p)/2),r&&(s=a(r,h)),y=g(h,s&&s.length-1),d===p?d=p+1:y>o?p=h-1:d=h;0===p?m(""):n&&p===n.length-1||m(s||a(n||r,h))}return r&&r.splice(0,h),e.actualWidth=y,e.rotation=u,l},t.prototype.buildText=function(e){var t,n,r=e.element,i=this,o=i.forExport,s=v(e.textStr,"").toString(),c=-1!==s.indexOf("<"),u=r.childNodes,d=a(r,"x"),p=e.styles,h=e.textWidth,f=p&&p.lineHeight,g=p&&p.textOutline,_=p&&"ellipsis"===p.textOverflow,x=p&&"nowrap"===p.whiteSpace,w=p&&p.fontSize,M=u.length;p=h&&!e.added&&this.box;var k=function(e){var t;return i.styledMode||(t=/(px|em)$/.test(e&&e.style.fontSize)?e.style.fontSize:w||i.style.fontSize||12),f?b(f):i.fontMetrics(t,e.getAttribute("style")?e:r).h},O=function(e,t){return y(i.escapes,(function(n,r){t&&-1!==t.indexOf(n)||(e=e.toString().replace(new RegExp(n,"g"),r))})),e},L=function(e,t){var n=e.indexOf("<");if(-1!==(n=(e=e.substring(n,e.indexOf(">")-n)).indexOf(t+"="))&&(n=n+t.length+1,'"'===(t=e.charAt(n))||"'"===t))return(e=e.substring(n+1)).substring(0,e.indexOf(t))},A=/<br.*?>/g,j=[s,_,x,f,g,w,h].join();if(j!==e.textCache){for(e.textCache=j;M--;)r.removeChild(u[M]);c||g||_||h||-1!==s.indexOf(" ")&&(!x||A.test(s))?(p&&p.appendChild(r),c?s=(s=i.styledMode?s.replace(/<(b|strong)>/g,'<span class="highcharts-strong">').replace(/<(i|em)>/g,'<span class="highcharts-emphasized">'):s.replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">')).replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,"</span>").split(A):s=[s],(s=s.filter((function(e){return""!==e}))).forEach((function(s,c){var u=0,p=0,f=(s=s.replace(/^\s+|\s+$/g,"").replace(/<span/g,"|||<span").replace(/<\/span>/g,"</span>|||")).split("|||");f.forEach((function(s){if(""!==s||1===f.length){var m,g,y={},v=S.createElementNS(i.SVG_NS,"tspan");if((m=L(s,"class"))&&a(v,"class",m),(m=L(s,"style"))&&(m=m.replace(/(;| |^)color([ :])/,"$1fill$2"),a(v,"style",m)),(g=L(s,"href"))&&!o&&-1===g.split(":")[0].toLowerCase().indexOf("javascript")){var b=S.createElementNS(i.SVG_NS,"a");a(b,"href",g),a(v,"class","highcharts-anchor"),b.appendChild(v),i.styledMode||l(v,{cursor:"pointer"})}if(" "!==(s=O(s.replace(/<[a-zA-Z\/](.|\n)*?>/g,"")||" "))){if(v.appendChild(S.createTextNode(s)),u?y.dx=0:c&&null!==d&&(y.x=d),a(v,y),r.appendChild(b||v),!u&&n&&(!C&&o&&l(v,{display:"block"}),a(v,"dy",k(v))),h){var M=s.replace(/([^\^])-/g,"$1- ").split(" ");if(y=!x&&(1<f.length||c||1<M.length),b=0,g=k(v),_)t=i.truncate(e,v,s,void 0,0,Math.max(0,h-parseInt(w||12,10)),(function(e,t){return e.substring(0,t)+"…"}));else if(y)for(;M.length;)M.length&&!x&&0<b&&(v=S.createElementNS(T,"tspan"),a(v,{dy:g,x:d}),m&&a(v,"style",m),v.appendChild(S.createTextNode(M.join(" ").replace(/- /g,"-"))),r.appendChild(v)),i.truncate(e,v,null,M,0===b?p:0,h,(function(e,t){return M.slice(0,t).join(" ").replace(/- /g,"-")})),p=e.actualWidth,b++}u++}}})),n=n||r.childNodes.length})),_&&t&&e.attr("title",O(e.textStr||"",["<",">"])),p&&p.removeChild(r),m(g)&&e.applyTextOutline&&e.applyTextOutline(g)):r.appendChild(S.createTextNode(O(s)))}},t.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},t.prototype.button=function(e,t,n,r,i,a,s,l,c,u){var p=this.label(e,t,n,c,void 0,void 0,u,void 0,"button"),h=0,f=this.styledMode;if(e=(i=i?g(i):i)&&i.style||{},i&&i.style&&delete i.style,p.attr(g({padding:8,r:2},i)),!f){var m=(i=g({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},i)).style;delete i.style;var y=(a=g(i,{fill:"#e6e6e6"},a)).style;delete a.style;var v=(s=g(i,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},s)).style;delete s.style;var b=(l=g(i,{style:{color:"#cccccc"}},l)).style;delete l.style}return o(p.element,O?"mouseover":"mouseenter",(function(){3!==h&&p.setState(1)})),o(p.element,O?"mouseout":"mouseleave",(function(){3!==h&&p.setState(h)})),p.setState=function(e){1!==e&&(p.state=h=e),p.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][e||0]),f||p.attr([i,a,s,l][e||0]).css([m,y,v,b][e||0])},f||p.attr(i).css(d({cursor:"default"},m)),p.on("click",(function(e){3!==h&&r.call(p,e)}))},t.prototype.crispLine=function(e,t,n){void 0===n&&(n="round");var r=e[0],i=e[1];return r[1]===i[1]&&(r[1]=i[1]=Math[n](r[1])-t%2/2),r[2]===i[2]&&(r[2]=i[2]=Math[n](r[2])+t%2/2),e},t.prototype.path=function(e){var t=this.styledMode?{}:{fill:"none"};return p(e)?t.d=e:f(e)&&d(t,e),this.createElement("path").attr(t)},t.prototype.circle=function(e,t,n){return e=f(e)?e:void 0===e?{}:{x:e,y:t,r:n},(t=this.createElement("circle")).xSetter=t.ySetter=function(e,t,n){n.setAttribute("c"+t,e)},t.attr(e)},t.prototype.arc=function(e,t,n,r,i,o){return f(e)?(t=(r=e).y,n=r.r,e=r.x):r={innerR:r,start:i,end:o},(e=this.symbol("arc",e,t,n,n,r)).r=n,e},t.prototype.rect=function(e,t,n,r,i,o){i=f(e)?e.r:i;var s=this.createElement("rect");return e=f(e)?e:void 0===e?{}:{x:e,y:t,width:Math.max(n,0),height:Math.max(r,0)},this.styledMode||(void 0!==o&&(e.strokeWidth=o,e=s.crisp(e)),e.fill="none"),i&&(e.r=i),s.rSetter=function(e,t,n){s.r=e,a(n,{rx:e,ry:e})},s.rGetter=function(){return s.r},s.attr(e)},t.prototype.setSize=function(e,t,n){var r=this.alignedObjects,i=r.length;for(this.width=e,this.height=t,this.boxWrapper.animate({width:e,height:t},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:v(n,!0)?void 0:0});i--;)r[i].align()},t.prototype.g=function(e){var t=this.createElement("g");return e?t.attr({class:"highcharts-"+e}):t},t.prototype.image=function(e,t,n,r,i,a){var s={preserveAspectRatio:"none"},l=function(e,t){e.setAttributeNS?e.setAttributeNS("http://www.w3.org/1999/xlink","href",t):e.setAttribute("hc-svg-href",t)},c=function(t){l(u.element,e),a.call(u,t)};1<arguments.length&&d(s,{x:t,y:n,width:r,height:i});var u=this.createElement("image").attr(s);return a?(l(u.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),s=new j.Image,o(s,"load",c),s.src=e,s.complete&&c({})):l(u.element,e),u},t.prototype.symbol=function(e,t,n,r,i,o){var a,u=this,p=/^url\((.*?)\)$/,h=p.test(e),f=!h&&(this.symbols[e]?e:"circle"),m=f&&this.symbols[f];if(m){"number"==typeof t&&(a=m.call(this.symbols,Math.round(t||0),Math.round(n||0),r||0,i||0,o));var g=this.path(a);u.styledMode||g.attr("fill","none"),d(g,{symbolName:f,x:t,y:n,width:r,height:i}),o&&d(g,o)}else if(h){var y=e.match(p)[1];(g=this.image(y)).imgwidth=v(A[y]&&A[y].width,o&&o.width),g.imgheight=v(A[y]&&A[y].height,o&&o.height);var b=function(){g.attr({width:g.width,height:g.height})};["width","height"].forEach((function(e){g[e+"Setter"]=function(e,t){var n={},r=this["img"+t],i="width"===t?"translateX":"translateY";this[t]=e,c(r)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(r=Math.round(r*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(t,r),this.alignByTranslate||(n[i]=((this[t]||0)-r)/2,this.attr(n)))}})),c(t)&&g.attr({x:t,y:n}),g.isImg=!0,c(g.imgwidth)&&c(g.imgheight)?b():(g.attr({width:0,height:0}),s("img",{onload:function(){var e=w[u.chartIndex];0===this.width&&(l(this,{position:"absolute",top:"-999em"}),S.body.appendChild(this)),A[y]={width:this.width,height:this.height},g.imgwidth=this.width,g.imgheight=this.height,g.element&&b(),this.parentNode&&this.parentNode.removeChild(this),u.imgCount--,u.imgCount||!e||e.hasLoaded||e.onload()},src:y}),this.imgCount++)}return g},t.prototype.clipRect=function(e,t,n,r){var i=x()+"-",o=this.createElement("clipPath").attr({id:i}).add(this.defs);return(e=this.rect(e,t,n,r,0).add(o)).id=i,e.clipPath=o,e.count=0,e},t.prototype.text=function(e,t,n,r){var i={};return!r||!this.allowHTML&&this.forExport?(i.x=Math.round(t||0),n&&(i.y=Math.round(n)),c(e)&&(i.text=e),e=this.createElement("text").attr(i),r||(e.xSetter=function(e,t,n){var r,i=n.getElementsByTagName("tspan"),o=n.getAttribute(t);for(r=0;r<i.length;r++){var a=i[r];a.getAttribute(t)===o&&a.setAttribute(t,e)}n.setAttribute(t,e)}),e):this.html(e,t,n)},t.prototype.fontMetrics=function(e,t){return e=!this.styledMode&&/px/.test(e)||!j.getComputedStyle?e||t&&t.style&&t.style.fontSize||this.style&&this.style.fontSize:t&&n.prototype.getStyle.call(t,"font-size"),{h:t=24>(e=/px/.test(e)?b(e):12)?e+3:Math.round(1.2*e),b:Math.round(.8*t),f:e}},t.prototype.rotCorr=function(e,t,n){var r=e;return t&&n&&(r=Math.max(r*Math.cos(t*M),4)),{x:-e/3*Math.sin(t*M),y:r}},t.prototype.pathToSegments=function(e){for(var t=[],n=[],r={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},i=0;i<e.length;i++)m(n[0])&&h(e[i])&&n.length===r[n[0].toUpperCase()]&&e.splice(i,0,n[0].replace("M","L").replace("m","l")),"string"==typeof e[i]&&(n.length&&t.push(n.slice(0)),n.length=0),n.push(e[i]);return t.push(n.slice(0)),t},t.prototype.label=function(e,t,n,i,o,a,s,l,c){return new r(this,e,t,n,i,o,a,s,l,c)},t}();return E.prototype.Element=n,E.prototype.SVG_NS=T,E.prototype.draw=i,E.prototype.escapes={"&":"&","<":"<",">":">","'":"'",'"':"""},E.prototype.symbols={circle:function(e,t,n,r){return this.arc(e+n/2,t+r/2,n/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},square:function(e,t,n,r){return[["M",e,t],["L",e+n,t],["L",e+n,t+r],["L",e,t+r],["Z"]]},triangle:function(e,t,n,r){return[["M",e+n/2,t],["L",e+n,t+r],["L",e,t+r],["Z"]]},"triangle-down":function(e,t,n,r){return[["M",e,t],["L",e+n,t],["L",e+n/2,t+r],["Z"]]},diamond:function(e,t,n,r){return[["M",e+n/2,t],["L",e+n,t+r/2],["L",e+n/2,t+r],["L",e,t+r/2],["Z"]]},arc:function(e,t,n,r,i){var o=[];if(i){var a=i.start||0,s=i.end||0,l=i.r||n;n=i.r||r||n;var u=.001>Math.abs(s-a-2*Math.PI);s-=.001,r=i.innerR,u=v(i.open,u);var d=Math.cos(a),p=Math.sin(a),h=Math.cos(s),f=Math.sin(s);a=v(i.longArc,.001>s-a-Math.PI?0:1),o.push(["M",e+l*d,t+n*p],["A",l,n,0,a,v(i.clockwise,1),e+l*h,t+n*f]),c(r)&&o.push(u?["M",e+r*h,t+r*f]:["L",e+r*h,t+r*f],["A",r,r,0,a,c(i.clockwise)?1-i.clockwise:0,e+r*d,t+r*p]),u||o.push(["Z"])}return o},callout:function(e,t,n,r,i){var o=Math.min(i&&i.r||0,n,r),a=o+6,s=i&&i.anchorX||0;i=i&&i.anchorY||0;var l=[["M",e+o,t],["L",e+n-o,t],["C",e+n,t,e+n,t,e+n,t+o],["L",e+n,t+r-o],["C",e+n,t+r,e+n,t+r,e+n-o,t+r],["L",e+o,t+r],["C",e,t+r,e,t+r,e,t+r-o],["L",e,t+o],["C",e,t,e,t,e+o,t]];return s&&s>n?i>t+a&&i<t+r-a?l.splice(3,1,["L",e+n,i-6],["L",e+n+6,i],["L",e+n,i+6],["L",e+n,t+r-o]):l.splice(3,1,["L",e+n,r/2],["L",s,i],["L",e+n,r/2],["L",e+n,t+r-o]):s&&0>s?i>t+a&&i<t+r-a?l.splice(7,1,["L",e,i+6],["L",e-6,i],["L",e,i-6],["L",e,t+o]):l.splice(7,1,["L",e,r/2],["L",s,i],["L",e,r/2],["L",e,t+o]):i&&i>r&&s>e+a&&s<e+n-a?l.splice(5,1,["L",s+6,t+r],["L",s,t+r+6],["L",s-6,t+r],["L",e+o,t+r]):i&&0>i&&s>e+a&&s<e+n-a&&l.splice(1,1,["L",s-6,t],["L",s,t-6],["L",s+6,t],["L",n-o,t]),l}},t.SVGRenderer=E,t.Renderer=t.SVGRenderer,t.Renderer})),t(n,"Core/Renderer/HTML/HTMLElement.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.css,i=n.defined,o=n.extend,a=n.pick,s=n.pInt,l=e.isFirefox;return o(t.prototype,{htmlCss:function(e){var t="SPAN"===this.element.tagName&&e&&"width"in e,n=a(t&&e.width,void 0);if(t){delete e.width,this.textWidth=n;var i=!0}return e&&"ellipsis"===e.textOverflow&&(e.whiteSpace="nowrap",e.overflow="hidden"),this.styles=o(this.styles,e),r(this.element,e),i&&this.htmlUpdateTransform(),this},htmlGetBBox:function(){var e=this.element;return{x:e.offsetLeft,y:e.offsetTop,width:e.offsetWidth,height:e.offsetHeight}},htmlUpdateTransform:function(){if(this.added){var e=this.renderer,t=this.element,n=this.translateX||0,o=this.translateY||0,a=this.x||0,l=this.y||0,c=this.textAlign||"left",u={left:0,center:.5,right:1}[c],d=this.styles,p=d&&d.whiteSpace;if(r(t,{marginLeft:n,marginTop:o}),!e.styledMode&&this.shadows&&this.shadows.forEach((function(e){r(e,{marginLeft:n+1,marginTop:o+1})})),this.inverted&&[].forEach.call(t.childNodes,(function(n){e.invertChild(n,t)})),"SPAN"===t.tagName){d=this.rotation;var h,f=this.textWidth&&s(this.textWidth),m=[d,c,t.innerHTML,this.textWidth,this.textAlign].join();(h=f!==this.oldTextWidth)&&!(h=f>this.oldTextWidth)&&((h=this.textPxLength)||(r(t,{width:"",whiteSpace:p||"nowrap"}),h=t.offsetWidth),h=h>f),h&&(/[ \-]/.test(t.textContent||t.innerText)||"ellipsis"===t.style.textOverflow)?(r(t,{width:f+"px",display:"block",whiteSpace:p||"normal"}),this.oldTextWidth=f,this.hasBoxWidthChanged=!0):this.hasBoxWidthChanged=!1,m!==this.cTT&&(p=e.fontMetrics(t.style.fontSize,t).b,!i(d)||d===(this.oldRotation||0)&&c===this.oldAlign||this.setSpanRotation(d,u,p),this.getSpanCorrection(!i(d)&&this.textPxLength||t.offsetWidth,p,u,d,c)),r(t,{left:a+(this.xCorr||0)+"px",top:l+(this.yCorr||0)+"px"}),this.cTT=m,this.oldRotation=d,this.oldAlign=c}}else this.alignOnAdd=!0},setSpanRotation:function(e,t,n){var i={},o=this.renderer.getTransformKey();i[o]=i.transform="rotate("+e+"deg)",i[o+(l?"Origin":"-origin")]=i.transformOrigin=100*t+"% "+n+"px",r(this.element,i)},getSpanCorrection:function(e,t,n){this.xCorr=-e*n,this.yCorr=-t}}),t})),t(n,"Core/Renderer/HTML/HTMLRenderer.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.isFirefox,o=e.isMS,a=e.isWebKit,s=e.win,l=r.attr,c=r.createElement,u=r.extend,d=r.pick;return u(n.prototype,{getTransformKey:function(){return o&&!/Edge/.test(s.navigator.userAgent)?"-ms-transform":a?"-webkit-transform":i?"MozTransform":s.opera?"-o-transform":""},html:function(e,n,r){var i=this.createElement("span"),o=i.element,a=i.renderer,s=a.isSVG,p=function(e,n){["opacity","visibility"].forEach((function(r){e[r+"Setter"]=function(i,o,a){var s=e.div?e.div.style:n;t.prototype[r+"Setter"].call(this,i,o,a),s&&(s[o]=i)}})),e.addedSetters=!0};return i.textSetter=function(e){e!==o.innerHTML&&(delete this.bBox,delete this.oldTextWidth),this.textStr=e,o.innerHTML=d(e,""),i.doTransform=!0},s&&p(i,i.element.style),i.xSetter=i.ySetter=i.alignSetter=i.rotationSetter=function(e,t){"align"===t?i.alignValue=i.textAlign=e:i[t]=e,i.doTransform=!0},i.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},i.attr({text:e,x:Math.round(n),y:Math.round(r)}).css({position:"absolute"}),a.styledMode||i.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),o.style.whiteSpace="nowrap",i.css=i.htmlCss,s&&(i.add=function(e){var t=a.box.parentNode,n=[];if(this.parentGroup=e){var r=e.div;if(!r){for(;e;)n.push(e),e=e.parentGroup;n.reverse().forEach((function(e){function o(t,n){e[n]=t,"translateX"===n?s.left=t+"px":s.top=t+"px",e.doTransform=!0}var a=l(e.element,"class"),s=(r=e.div=e.div||c("div",a?{className:a}:void 0,{position:"absolute",left:(e.translateX||0)+"px",top:(e.translateY||0)+"px",display:e.display,opacity:e.opacity,pointerEvents:e.styles&&e.styles.pointerEvents},r||t)).style;u(e,{classSetter:function(e){return function(t){this.element.setAttribute("class",t),e.className=t}}(r),on:function(){return n[0].div&&i.on.apply({element:n[0].div},arguments),e},translateXSetter:o,translateYSetter:o}),e.addedSetters||p(e)}))}}else r=t;return r.appendChild(o),i.added=!0,i.alignOnAdd&&i.htmlUpdateTransform(),i}),i}}),n})),t(n,"Core/Axis/Tick.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.clamp,r=t.correctFloat,i=t.defined,o=t.destroyObjectProperties,a=t.extend,s=t.fireEvent,l=t.isNumber,c=t.merge,u=t.objectEach,d=t.pick,p=e.deg2rad;return t=function(){function e(e,t,n,r,i){this.isNewLabel=this.isNew=!0,this.axis=e,this.pos=t,this.type=n||"",this.parameters=i||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,s(this,"init"),n||r||this.addLabel()}return e.prototype.addLabel=function(){var e=this,t=e.axis,n=t.options,o=t.chart,s=t.categories,l=t.logarithmic,c=t.names,u=e.pos,p=d(e.options&&e.options.labels,n.labels),h=t.tickPositions,f=u===h[0],m=u===h[h.length-1];c=this.parameters.category||(s?d(s[u],c[u],u):u);var g,y,v=e.label;if(s=(!p.step||1===p.step)&&1===t.tickInterval,h=h.info,t.dateTime&&h)var b=o.time.resolveDTLFormat(n.dateTimeLabelFormats[!n.grid&&h.higherRanks[u]||h.unitName]),_=b.main;e.isFirst=f,e.isLast=m,e.formatCtx={axis:t,chart:o,isFirst:f,isLast:m,dateTimeLabelFormat:_,tickPositionInfo:h,value:l?r(l.lin2log(c)):c,pos:u},n=t.labelFormatter.call(e.formatCtx,this.formatCtx),(y=b&&b.list)&&(e.shortenLabel=function(){for(g=0;g<y.length;g++)if(v.attr({text:t.labelFormatter.call(a(e.formatCtx,{dateTimeLabelFormat:y[g]}))}),v.getBBox().width<t.getSlotWidth(e)-2*d(p.padding,5))return;v.attr({text:""})}),s&&t._addedPlotLB&&e.moveLabel(n,p),i(v)||e.movedLabel?v&&v.textStr!==n&&!s&&(!v.textWidth||p.style&&p.style.width||v.styles.width||v.css({width:null}),v.attr({text:n}),v.textPxLength=v.getBBox().width):(e.label=v=e.createLabel({x:0,y:0},n,p),e.rotation=0)},e.prototype.createLabel=function(e,t,n){var r=this.axis,o=r.chart;return(e=i(t)&&n.enabled?o.renderer.text(t,e.x,e.y,n.useHTML).add(r.labelGroup):null)&&(o.styledMode||e.css(c(n.style)),e.textPxLength=e.getBBox().width),e},e.prototype.destroy=function(){o(this,this.axis)},e.prototype.getPosition=function(e,t,i,o){var a=this.axis,l=a.chart,c=o&&l.oldChartHeight||l.chartHeight;return(e={x:e?r(a.translate(t+i,null,null,o)+a.transB):a.left+a.offset+(a.opposite?(o&&l.oldChartWidth||l.chartWidth)-a.right-a.left:0),y:e?c-a.bottom+a.offset-(a.opposite?a.height:0):r(c-a.translate(t+i,null,null,o)-a.transB)}).y=n(e.y,-1e5,1e5),s(this,"afterGetPosition",{pos:e}),e},e.prototype.getLabelPosition=function(e,t,n,r,o,a,l,c){var u=this.axis,d=u.transA,h=u.isLinked&&u.linkedParent?u.linkedParent.reversed:u.reversed,f=u.staggerLines,m=u.tickRotCorr||{x:0,y:0},g=o.y,y=r||u.reserveSpaceDefault?0:-u.labelOffset*("center"===u.labelAlign?.5:1),v={};return i(g)||(g=0===u.side?n.rotation?-8:-n.getBBox().height:2===u.side?m.y+8:Math.cos(n.rotation*p)*(m.y-n.getBBox(!1,0).height/2)),e=e+o.x+y+m.x-(a&&r?a*d*(h?-1:1):0),t=t+g-(a&&!r?a*d*(h?1:-1):0),f&&(n=l/(c||1)%f,u.opposite&&(n=f-n-1),t+=u.labelOffset/f*n),v.x=e,v.y=Math.round(t),s(this,"afterGetLabelPosition",{pos:v,tickmarkOffset:a,index:l}),v},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(e,t,n,r,i,o){return o.crispLine([["M",e,t],["L",e+(i?0:-n),t+(i?n:0)]],r)},e.prototype.handleOverflow=function(e){var t=this.axis,n=t.options.labels,r=e.x,i=t.chart.chartWidth,o=t.chart.spacing,a=d(t.labelLeft,Math.min(t.pos,o[3]));o=d(t.labelRight,Math.max(t.isRadial?0:t.pos+t.len,i-o[1]));var s,l=this.label,c=this.rotation,u={left:0,center:.5,right:1}[t.labelAlign||l.attr("align")],h=l.getBBox().width,f=t.getSlotWidth(this),m=f,g=1,y={};c||"justify"!==d(n.overflow,"justify")?0>c&&r-u*h<a?s=Math.round(r/Math.cos(c*p)-a):0<c&&r+u*h>o&&(s=Math.round((i-r)/Math.cos(c*p))):(i=r+(1-u)*h,r-u*h<a?m=e.x+m*(1-u)-a:i>o&&(m=o-e.x+m*u,g=-1),(m=Math.min(f,m))<f&&"center"===t.labelAlign&&(e.x+=g*(f-m-u*(f-Math.min(h,m)))),(h>m||t.autoRotation&&(l.styles||{}).width)&&(s=m)),s&&(this.shortenLabel?this.shortenLabel():(y.width=Math.floor(s)+"px",(n.style||{}).textOverflow||(y.textOverflow="ellipsis"),l.css(y)))},e.prototype.moveLabel=function(e,t){var n=this,r=n.label,i=!1,o=n.axis,a=o.reversed;if(r&&r.textStr===e?(n.movedLabel=r,i=!0,delete n.label):u(o.ticks,(function(t){i||t.isNew||t===n||!t.label||t.label.textStr!==e||(n.movedLabel=t.label,i=!0,t.labelPos=n.movedLabel.xy,delete t.label)})),!i&&(n.labelPos||r)){var s=n.labelPos||r.xy;r=o.horiz?a?0:o.width+o.left:s.x,o=o.horiz?s.y:a?o.width+o.left:0,n.movedLabel=n.createLabel({x:r,y:o},e,t),n.movedLabel&&n.movedLabel.attr({opacity:0})}},e.prototype.render=function(e,t,n){var r=this.axis,i=r.horiz,o=this.pos,a=d(this.tickmarkOffset,r.tickmarkOffset);a=(o=this.getPosition(i,o,a,t)).x;var l=o.y;r=i&&a===r.pos+r.len||!i&&l===r.pos?-1:1,n=d(n,1),this.isActive=!0,this.renderGridLine(t,n,r),this.renderMark(o,n,r),this.renderLabel(o,t,n,e),this.isNew=!1,s(this,"afterRender")},e.prototype.renderGridLine=function(e,t,n){var r=this.axis,i=r.options,o=this.gridLine,a={},s=this.pos,l=this.type,c=d(this.tickmarkOffset,r.tickmarkOffset),u=r.chart.renderer,p=l?l+"Grid":"grid",h=i[p+"LineWidth"],f=i[p+"LineColor"];i=i[p+"LineDashStyle"],o||(r.chart.styledMode||(a.stroke=f,a["stroke-width"]=h,i&&(a.dashstyle=i)),l||(a.zIndex=1),e&&(t=0),this.gridLine=o=u.path().attr(a).addClass("highcharts-"+(l?l+"-":"")+"grid-line").add(r.gridGroup)),o&&(n=r.getPlotLinePath({value:s+c,lineWidth:o.strokeWidth()*n,force:"pass",old:e}))&&o[e||this.isNew?"attr":"animate"]({d:n,opacity:t})},e.prototype.renderMark=function(e,t,n){var r=this.axis,i=r.options,o=r.chart.renderer,a=this.type,s=a?a+"Tick":"tick",l=r.tickSize(s),c=this.mark,u=!c,p=e.x;e=e.y;var h=d(i[s+"Width"],!a&&r.isXAxis?1:0);i=i[s+"Color"],l&&(r.opposite&&(l[0]=-l[0]),u&&(this.mark=c=o.path().addClass("highcharts-"+(a?a+"-":"")+"tick").add(r.axisGroup),r.chart.styledMode||c.attr({stroke:i,"stroke-width":h})),c[u?"attr":"animate"]({d:this.getMarkPath(p,e,l[0],c.strokeWidth()*n,r.horiz,o),opacity:t}))},e.prototype.renderLabel=function(e,t,n,r){var i=this.axis,o=i.horiz,a=i.options,s=this.label,c=a.labels,u=c.step;i=d(this.tickmarkOffset,i.tickmarkOffset);var p=!0,h=e.x;e=e.y,s&&l(h)&&(s.xy=e=this.getLabelPosition(h,e,s,o,c,i,r,u),this.isFirst&&!this.isLast&&!d(a.showFirstLabel,1)||this.isLast&&!this.isFirst&&!d(a.showLastLabel,1)?p=!1:!o||c.step||c.rotation||t||0===n||this.handleOverflow(e),u&&r%u&&(p=!1),p&&l(e.y)?(e.opacity=n,s[this.isNewLabel?"attr":"animate"](e),this.isNewLabel=!1):(s.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var e=this.label,t=this.axis,n=t.reversed;if(e&&!this.isNew){var r=t.horiz?n?t.left:t.width+t.left:e.xy.x;n=t.horiz?e.xy.y:n?t.width+t.top:t.top,e.animate({x:r,y:n,opacity:0},void 0,e.destroy),delete this.label}t.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}(),e.Tick=t,e.Tick})),t(n,"Core/Time.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.defined,r=t.error,i=t.extend,o=t.isObject,a=t.merge,s=t.objectEach,l=t.pad,c=t.pick,u=t.splat,d=t.timeUnits,p=e.win;return t=function(){function t(e){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=p.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(e)}return t.prototype.get=function(e,t){if(this.variableTimezone||this.timezoneOffset){var n=t.getTime(),r=n-this.getTimezoneOffset(t);return t.setTime(r),e=t["getUTC"+e](),t.setTime(n),e}return this.useUTC?t["getUTC"+e]():t["get"+e]()},t.prototype.set=function(e,t,n){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===e||"Seconds"===e||"Minutes"===e)return t["setUTC"+e](n);var r=this.getTimezoneOffset(t);return r=t.getTime()-r,t.setTime(r),t["setUTC"+e](n),e=this.getTimezoneOffset(t),r=t.getTime()+e,t.setTime(r)}return this.useUTC?t["setUTC"+e](n):t["set"+e](n)},t.prototype.update=function(e){var t=c(e&&e.useUTC,!0);this.options=e=a(!0,this.options||{},e),this.Date=e.Date||p.Date||Date,this.timezoneOffset=(this.useUTC=t)&&e.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=!(t&&!e.getTimezoneOffset&&!e.timezone)},t.prototype.makeTime=function(t,n,r,i,o,a){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),l=this.getTimezoneOffset(s);s+=l;var u=this.getTimezoneOffset(s);l!==u?s+=u-l:l-36e5!==this.getTimezoneOffset(s-36e5)||e.isSafari||(s-=36e5)}else s=new this.Date(t,n,c(r,1),c(i,0),c(o,0),c(a,0)).getTime();return s},t.prototype.timezoneOffsetFunction=function(){var e=this,t=this.options,n=t.moment||p.moment;if(!this.useUTC)return function(e){return 6e4*new Date(e.toString()).getTimezoneOffset()};if(t.timezone){if(n)return function(e){return 6e4*-n.tz(e,t.timezone).utcOffset()};r(25)}return this.useUTC&&t.getTimezoneOffset?function(e){return 6e4*t.getTimezoneOffset(e.valueOf())}:function(){return 6e4*(e.timezoneOffset||0)}},t.prototype.dateFormat=function(t,r,o){var a;if(!n(r)||isNaN(r))return(null===(a=e.defaultOptions.lang)||void 0===a?void 0:a.invalidDate)||"";t=c(t,"%Y-%m-%d %H:%M:%S");var u=this;a=new this.Date(r);var d=this.get("Hours",a),p=this.get("Day",a),h=this.get("Date",a),f=this.get("Month",a),m=this.get("FullYear",a),g=e.defaultOptions.lang,y=null==g?void 0:g.weekdays,v=null==g?void 0:g.shortWeekdays;return a=i({a:v?v[p]:y[p].substr(0,3),A:y[p],d:l(h),e:l(h,2," "),w:p,b:g.shortMonths[f],B:g.months[f],m:l(f+1),o:f+1,y:m.toString().substr(2,2),Y:m,H:l(d),k:d,I:l(d%12||12),l:d%12||12,M:l(this.get("Minutes",a)),p:12>d?"AM":"PM",P:12>d?"am":"pm",S:l(a.getSeconds()),L:l(Math.floor(r%1e3),3)},e.dateFormats),s(a,(function(e,n){for(;-1!==t.indexOf("%"+n);)t=t.replace("%"+n,"function"==typeof e?e.call(u,r):e)})),o?t.substr(0,1).toUpperCase()+t.substr(1):t},t.prototype.resolveDTLFormat=function(e){return o(e,!0)?e:{main:(e=u(e))[0],from:e[1],to:e[2]}},t.prototype.getTimeTicks=function(e,t,r,o){var a,s=this,l=[],u={},p=new s.Date(t),h=e.unitRange,f=e.count||1;if(o=c(o,1),n(t)){if(s.set("Milliseconds",p,h>=d.second?0:f*Math.floor(s.get("Milliseconds",p)/f)),h>=d.second&&s.set("Seconds",p,h>=d.minute?0:f*Math.floor(s.get("Seconds",p)/f)),h>=d.minute&&s.set("Minutes",p,h>=d.hour?0:f*Math.floor(s.get("Minutes",p)/f)),h>=d.hour&&s.set("Hours",p,h>=d.day?0:f*Math.floor(s.get("Hours",p)/f)),h>=d.day&&s.set("Date",p,h>=d.month?1:Math.max(1,f*Math.floor(s.get("Date",p)/f))),h>=d.month){s.set("Month",p,h>=d.year?0:f*Math.floor(s.get("Month",p)/f));var m=s.get("FullYear",p)}h>=d.year&&s.set("FullYear",p,m-m%f),h===d.week&&(m=s.get("Day",p),s.set("Date",p,s.get("Date",p)-m+o+(m<o?-7:0))),m=s.get("FullYear",p),o=s.get("Month",p);var g=s.get("Date",p),y=s.get("Hours",p);for(t=p.getTime(),s.variableTimezone&&(a=r-t>4*d.month||s.getTimezoneOffset(t)!==s.getTimezoneOffset(r)),t=p.getTime(),p=1;t<r;)l.push(t),t=h===d.year?s.makeTime(m+p*f,0):h===d.month?s.makeTime(m,o+p*f):!a||h!==d.day&&h!==d.week?a&&h===d.hour&&1<f?s.makeTime(m,o,g,y+p*f):t+h*f:s.makeTime(m,o,g+p*f*(h===d.day?1:7)),p++;l.push(t),h<=d.hour&&1e4>l.length&&l.forEach((function(e){0==e%18e5&&"000000000"===s.dateFormat("%H%M%S%L",e)&&(u[e]="day")}))}return l.info=i(e,{higherRanks:u,totalRange:h*f}),l},t}(),e.Time=t,e.Time})),t(n,"Core/Options.js",[n["Core/Globals.js"],n["Core/Color/Color.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.isTouchDevice,o=e.svg;return t=t.parse,r=r.merge,e.defaultOptions={colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" "),symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:{styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:o,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:i?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:t("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"}},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}},e.time=new n(r(e.defaultOptions.global,e.defaultOptions.time)),e.dateFormat=function(t,n,r){return e.time.dateFormat(t,n,r)},{dateFormat:e.dateFormat,defaultOptions:e.defaultOptions,time:e.time}})),t(n,"Core/Axis/Axis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Axis/Tick.js"],n["Core/Utilities.js"],n["Core/Options.js"]],(function(e,t,n,r,i,o){var a=e.animObject,s=i.addEvent,l=i.arrayMax,c=i.arrayMin,u=i.clamp,d=i.correctFloat,p=i.defined,h=i.destroyObjectProperties,f=i.error,m=i.extend,g=i.fireEvent,y=i.format,v=i.getMagnitude,b=i.isArray,_=i.isFunction,x=i.isNumber,w=i.isString,M=i.merge,S=i.normalizeTickInterval,k=i.objectEach,O=i.pick,L=i.relativeLength,C=i.removeEvent,T=i.splat,A=i.syncTimeout,j=o.defaultOptions,E=n.deg2rad;return e=function(){function e(e,t){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.oldMin=this.oldMax=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(e,t)}return e.prototype.init=function(e,t){var n=t.isX,r=this;r.chart=e,r.horiz=e.inverted&&!r.isZAxis?!n:n,r.isXAxis=n,r.coll=r.coll||(n?"xAxis":"yAxis"),g(this,"init",{userOptions:t}),r.opposite=t.opposite,r.side=t.side||(r.horiz?r.opposite?0:2:r.opposite?1:3),r.setOptions(t);var i=this.options,o=i.type;r.labelFormatter=i.labels.formatter||r.defaultLabelFormatter,r.userOptions=t,r.minPixelPadding=0,r.reversed=i.reversed,r.visible=!1!==i.visible,r.zoomEnabled=!1!==i.zoomEnabled,r.hasNames="category"===o||!0===i.categories,r.categories=i.categories||r.hasNames,r.names||(r.names=[],r.names.keys={}),r.plotLinesAndBandsGroups={},r.positiveValuesOnly=!!r.logarithmic,r.isLinked=p(i.linkedTo),r.ticks={},r.labelEdge=[],r.minorTicks={},r.plotLinesAndBands=[],r.alternateBands={},r.len=0,r.minRange=r.userMinRange=i.minRange||i.maxZoom,r.range=i.range,r.offset=i.offset||0,r.max=null,r.min=null,r.crosshair=O(i.crosshair,T(e.options.tooltip.crosshairs)[n?0:1],!1),t=r.options.events,-1===e.axes.indexOf(r)&&(n?e.axes.splice(e.xAxis.length,0,r):e.axes.push(r),e[r.coll].push(r)),r.series=r.series||[],e.inverted&&!r.isZAxis&&n&&void 0===r.reversed&&(r.reversed=!0),r.labelRotation=r.options.labels.rotation,k(t,(function(e,t){_(e)&&s(r,t,e)})),g(this,"afterInit")},e.prototype.setOptions=function(t){this.options=M(e.defaultOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],M(j[this.coll],t)),g(this,"afterSetOptions",{userOptions:t})},e.prototype.defaultLabelFormatter=function(){var e=this.axis,t=x(this.value)?this.value:NaN,n=e.chart.time,r=e.categories,i=this.dateTimeLabelFormat,o=j.lang,a=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var s=a&&a.length,l=e.options.labels.format;e=e.logarithmic?Math.abs(t):e.tickInterval;var c=this.chart,u=c.numberFormatter;if(l)var d=y(l,this,c);else if(r)d=""+this.value;else if(i)d=n.dateFormat(i,t);else if(s&&1e3<=e)for(;s--&&void 0===d;)e>=(n=Math.pow(o,s+1))&&0==10*t%n&&null!==a[s]&&0!==t&&(d=u(t/n,-1)+a[s]);return void 0===d&&(d=1e4<=Math.abs(t)?u(t,-1):u(t,-1,void 0,"")),d},e.prototype.getSeriesExtremes=function(){var e,t=this,n=t.chart;g(this,"getSeriesExtremes",null,(function(){t.hasVisibleSeries=!1,t.dataMin=t.dataMax=t.threshold=null,t.softThreshold=!t.isXAxis,t.stacking&&t.stacking.buildStacks(),t.series.forEach((function(r){if(r.visible||!n.options.chart.ignoreHiddenSeries){var i=r.options,o=i.threshold;if(t.hasVisibleSeries=!0,t.positiveValuesOnly&&0>=o&&(o=null),t.isXAxis){if((i=r.xData).length){i=t.logarithmic?i.filter(t.validatePositiveValue):i;var a=(e=r.getXExtremes(i)).min,s=e.max;x(a)||a instanceof Date||(i=i.filter(x),a=(e=r.getXExtremes(i)).min,s=e.max),i.length&&(t.dataMin=Math.min(O(t.dataMin,a),a),t.dataMax=Math.max(O(t.dataMax,s),s))}}else r=r.applyExtremes(),x(r.dataMin)&&(a=r.dataMin,t.dataMin=Math.min(O(t.dataMin,a),a)),x(r.dataMax)&&(s=r.dataMax,t.dataMax=Math.max(O(t.dataMax,s),s)),p(o)&&(t.threshold=o),(!i.softThreshold||t.positiveValuesOnly)&&(t.softThreshold=!1)}}))})),g(this,"afterGetSeriesExtremes")},e.prototype.translate=function(e,t,n,r,i,o){var a=this.linkedParent||this,s=1,l=0,c=r?a.oldTransA:a.transA;r=r?a.oldMin:a.min;var u=a.minPixelPadding;return i=(a.isOrdinal||a.brokenAxis&&a.brokenAxis.hasBreaks||a.logarithmic&&i)&&a.lin2val,c||(c=a.transA),n&&(s*=-1,l=a.len),a.reversed&&(l-=(s*=-1)*(a.sector||a.len)),t?(e=(e*s+l-u)/c+r,i&&(e=a.lin2val(e))):(i&&(e=a.val2lin(e)),e=x(r)?s*(e-r)*c+l+s*u+(x(o)?c*o:0):void 0),e},e.prototype.toPixels=function(e,t){return this.translate(e,!1,!this.horiz,null,!0)+(t?0:this.pos)},e.prototype.toValue=function(e,t){return this.translate(e-(t?0:this.pos),!0,!this.horiz,null,!0)},e.prototype.getPlotLinePath=function(e){function t(e,t,n){return("pass"!==y&&e<t||e>n)&&(y?e=u(e,t,n):a=!0),e}var n,r,i,o,a,s=this,l=s.chart,c=s.left,d=s.top,p=e.old,h=e.value,f=e.translatedValue,m=e.lineWidth,y=e.force,v=p&&l.oldChartHeight||l.chartHeight,b=p&&l.oldChartWidth||l.chartWidth,_=s.transB;return e={value:h,lineWidth:m,old:p,force:y,acrossPanes:e.acrossPanes,translatedValue:f},g(this,"getPlotLinePath",e,(function(e){f=O(f,s.translate(h,null,null,p)),f=u(f,-1e5,1e5),n=i=Math.round(f+_),r=o=Math.round(v-f-_),x(f)?s.horiz?(r=d,o=v-s.bottom,n=i=t(n,c,c+s.width)):(n=c,i=b-s.right,r=o=t(r,d,d+s.height)):(a=!0,y=!1),e.path=a&&!y?null:l.renderer.crispLine([["M",n,r],["L",i,o]],m||1)})),e.path},e.prototype.getLinearTickPositions=function(e,t,n){var r=d(Math.floor(t/e)*e);n=d(Math.ceil(n/e)*e);var i,o=[];if(d(r+e)===r&&(i=20),this.single)return[t];for(t=r;t<=n&&(o.push(t),(t=d(t+e,i))!==a);)var a=t;return o},e.prototype.getMinorTickInterval=function(){var e=this.options;return!0===e.minorTicks?O(e.minorTickInterval,"auto"):!1===e.minorTicks?null:e.minorTickInterval},e.prototype.getMinorTickPositions=function(){var e=this.options,t=this.tickPositions,n=this.minorTickInterval,r=[],i=this.pointRangePadding||0,o=this.min-i,a=(i=this.max+i)-o;if(a&&a/n<this.len/3){var s=this.logarithmic;if(s)this.paddedTicks.forEach((function(e,t,i){t&&r.push.apply(r,s.getLogTickPositions(n,i[t-1],i[t],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())r=r.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(n),o,i,e.startOfWeek));else for(e=o+(t[0]-o)%n;e<=i&&e!==r[0];e+=n)r.push(e)}return 0!==r.length&&this.trimTicks(r),r},e.prototype.adjustForMinRange=function(){var e,t,n,r,i=this.options,o=this.min,a=this.max,s=this.logarithmic;if(this.isXAxis&&void 0===this.minRange&&!s&&(p(i.min)||p(i.max)?this.minRange=null:(this.series.forEach((function(i){for(r=i.xData,t=i.xIncrement?1:r.length-1;0<t;t--)n=r[t]-r[t-1],(void 0===e||n<e)&&(e=n)})),this.minRange=Math.min(5*e,this.dataMax-this.dataMin))),a-o<this.minRange){var u=this.dataMax-this.dataMin>=this.minRange,d=this.minRange,h=(d-a+o)/2;h=[o-h,O(i.min,o-h)],u&&(h[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),a=[(o=l(h))+d,O(i.max,o+d)],u&&(a[2]=s?s.log2lin(this.dataMax):this.dataMax),(a=c(a))-o<d&&(h[0]=a-d,h[1]=O(i.min,a-d),o=l(h))}this.min=o,this.max=a},e.prototype.getClosest=function(){var e;return this.categories?e=1:this.series.forEach((function(t){var n=t.closestPointRange,r=t.visible||!t.chart.options.chart.ignoreHiddenSeries;!t.noSharedTooltip&&p(n)&&r&&(e=p(e)?Math.min(e,n):n)})),e},e.prototype.nameToX=function(e){var t=b(this.categories),n=t?this.categories:this.names,r=e.options.x;if(e.series.requireSorting=!1,p(r)||(r=!1===this.options.uniqueNames?e.series.autoIncrement():t?n.indexOf(e.name):O(n.keys[e.name],-1)),-1===r){if(!t)var i=n.length}else i=r;return void 0!==i&&(this.names[i]=e.name,this.names.keys[e.name]=i),i},e.prototype.updateNames=function(){var e=this,t=this.names;0<t.length&&(Object.keys(t.keys).forEach((function(e){delete t.keys[e]})),t.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(t){t.xIncrement=null,t.points&&!t.isDirtyData||(e.max=Math.max(e.max,t.xData.length-1),t.processData(),t.generatePoints()),t.data.forEach((function(n,r){if(n&&n.options&&void 0!==n.name){var i=e.nameToX(n);void 0!==i&&i!==n.x&&(n.x=i,t.xData[r]=i)}}))})))},e.prototype.setAxisTranslation=function(e){var t=this,n=t.max-t.min,r=t.axisPointRange||0,i=0,o=0,a=t.linkedParent,s=!!t.categories,l=t.transA,c=t.isXAxis;if(c||s||r){var u=t.getClosest();a?(i=a.minPointOffset,o=a.pointRangePadding):t.series.forEach((function(e){var n=s?1:c?O(e.options.pointRange,u,0):t.axisPointRange||0,a=e.options.pointPlacement;r=Math.max(r,n),t.single&&!s||(e=e.is("xrange")?!c:c,i=Math.max(i,e&&w(a)?0:n/2),o=Math.max(o,e&&"on"===a?0:n))})),a=t.ordinal&&t.ordinal.slope&&u?t.ordinal.slope/u:1,t.minPointOffset=i*=a,t.pointRangePadding=o*=a,t.pointRange=Math.min(r,t.single&&s?1:n),c&&(t.closestPointRange=u)}e&&(t.oldTransA=l),t.translationSlope=t.transA=l=t.staticScale||t.len/(n+o||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=l*i,g(this,"afterSetAxisTranslation")},e.prototype.minFromRange=function(){return this.max-this.range},e.prototype.setTickInterval=function(e){var t=this,n=t.chart,r=t.logarithmic,i=t.options,o=t.isXAxis,a=t.isLinked,s=i.maxPadding,l=i.minPadding,c=i.tickInterval,u=i.tickPixelInterval,h=t.categories,m=x(t.threshold)?t.threshold:null,y=t.softThreshold;t.dateTime||h||a||this.getTickAmount();var b=O(t.userMin,i.min),_=O(t.userMax,i.max);if(a){t.linkedParent=n[t.coll][i.linkedTo];var w=t.linkedParent.getExtremes();t.min=O(w.min,w.dataMin),t.max=O(w.max,w.dataMax),i.type!==t.linkedParent.options.type&&f(11,1,n)}else{if(y&&p(m))if(t.dataMin>=m)w=m,l=0;else if(t.dataMax<=m){var M=m;s=0}t.min=O(b,w,t.dataMin),t.max=O(_,M,t.dataMax)}r&&(t.positiveValuesOnly&&!e&&0>=Math.min(t.min,O(t.dataMin,t.min))&&f(10,1,n),t.min=d(r.log2lin(t.min),16),t.max=d(r.log2lin(t.max),16)),t.range&&p(t.max)&&(t.userMin=t.min=b=Math.max(t.dataMin,t.minFromRange()),t.userMax=_=t.max,t.range=null),g(t,"foundExtremes"),t.beforePadding&&t.beforePadding(),t.adjustForMinRange(),!(h||t.axisPointRange||t.stacking&&t.stacking.usePercentage||a)&&p(t.min)&&p(t.max)&&(n=t.max-t.min)&&(!p(b)&&l&&(t.min-=n*l),!p(_)&&s&&(t.max+=n*s)),x(t.userMin)||(x(i.softMin)&&i.softMin<t.min&&(t.min=b=i.softMin),x(i.floor)&&(t.min=Math.max(t.min,i.floor))),x(t.userMax)||(x(i.softMax)&&i.softMax>t.max&&(t.max=_=i.softMax),x(i.ceiling)&&(t.max=Math.min(t.max,i.ceiling))),y&&p(t.dataMin)&&(m=m||0,!p(b)&&t.min<m&&t.dataMin>=m?t.min=t.options.minRange?Math.min(m,t.max-t.minRange):m:!p(_)&&t.max>m&&t.dataMax<=m&&(t.max=t.options.minRange?Math.max(m,t.min+t.minRange):m)),t.tickInterval=t.min===t.max||void 0===t.min||void 0===t.max?1:a&&!c&&u===t.linkedParent.options.tickPixelInterval?c=t.linkedParent.tickInterval:O(c,this.tickAmount?(t.max-t.min)/Math.max(this.tickAmount-1,1):void 0,h?1:(t.max-t.min)*u/Math.max(t.len,u)),o&&!e&&t.series.forEach((function(e){e.processData(t.min!==t.oldMin||t.max!==t.oldMax)})),t.setAxisTranslation(!0),g(this,"initialAxisTranslation"),t.pointRange&&!c&&(t.tickInterval=Math.max(t.pointRange,t.tickInterval)),e=O(i.minTickInterval,t.dateTime&&!t.series.some((function(e){return e.noSharedTooltip}))?t.closestPointRange:0),!c&&t.tickInterval<e&&(t.tickInterval=e),t.dateTime||t.logarithmic||c||(t.tickInterval=S(t.tickInterval,void 0,v(t.tickInterval),O(i.allowDecimals,.5>t.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(t.tickInterval=t.unsquish()),this.setTickPositions()},e.prototype.setTickPositions=function(){var e=this.options,t=e.tickPositions,n=this.getMinorTickInterval(),r=e.tickPositioner,i=this.hasVerticalPanning(),o="colorAxis"===this.coll,a=(o||!i)&&e.startOnTick;i=(o||!i)&&e.endOnTick,this.tickmarkOffset=this.categories&&"between"===e.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===n&&this.tickInterval?this.tickInterval/5:n,this.single=this.min===this.max&&p(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==e.allowDecimals),this.tickPositions=n=t&&t.slice(),!n&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?n=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,e.units),this.min,this.max,e.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(n=[this.min,this.max],f(19,!1,this.chart)),n.length>this.len&&((n=[n[0],n.pop()])[0]===n[1]&&(n.length=1)),this.tickPositions=n,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=n=r),this.paddedTicks=n.slice(0),this.trimTicks(n,a,i),this.isLinked||(this.single&&2>n.length&&!this.categories&&!this.series.some((function(e){return e.is("heatmap")&&"between"===e.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),t||r||this.adjustTickAmount()),g(this,"afterSetTickPositions")},e.prototype.trimTicks=function(e,t,n){var r=e[0],i=e[e.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(g(this,"trimTicks"),!this.isLinked){if(t&&-1/0!==r)this.min=r;else for(;this.min-o>e[0];)e.shift();if(n)this.max=i;else for(;this.max+o<e[e.length-1];)e.pop();0===e.length&&p(r)&&!this.options.tickPositions&&e.push((i+r)/2)}},e.prototype.alignToOthers=function(){var e,t={},n=this.options;return!1===this.chart.options.chart.alignTicks||!1===n.alignTicks||!1===n.startOnTick||!1===n.endOnTick||this.logarithmic||this.chart[this.coll].forEach((function(n){var r=n.options;r=[n.horiz?r.left:r.top,r.width,r.height,r.pane].join(),n.series.length&&(t[r]?e=!0:t[r]=1)})),e},e.prototype.getTickAmount=function(){var e=this.options,t=e.tickAmount,n=e.tickPixelInterval;!p(e.tickInterval)&&!t&&this.len<n&&!this.isRadial&&!this.logarithmic&&e.startOnTick&&e.endOnTick&&(t=2),!t&&this.alignToOthers()&&(t=Math.ceil(this.len/n)+1),4>t&&(this.finalTickAmt=t,t=5),this.tickAmount=t},e.prototype.adjustTickAmount=function(){var e,t=this.options,n=this.tickInterval,r=this.tickPositions,i=this.tickAmount,o=this.finalTickAmt,a=r&&r.length,s=O(this.threshold,this.softThreshold?0:null);if(this.hasData()){if(a<i){for(e=this.min;r.length<i;)r.length%2||e===s?r.push(d(r[r.length-1]+n)):r.unshift(d(r[0]-n));this.transA*=(a-1)/(i-1),this.min=t.startOnTick?r[0]:Math.min(this.min,r[0]),this.max=t.endOnTick?r[r.length-1]:Math.max(this.max,r[r.length-1])}else a>i&&(this.tickInterval*=2,this.setTickPositions());if(p(o)){for(n=t=r.length;n--;)(3===o&&1==n%2||2>=o&&0<n&&n<t-1)&&r.splice(n,1);this.finalTickAmt=void 0}}},e.prototype.setScale=function(){var e,t=!1,n=!1;this.series.forEach((function(e){var r;t=t||e.isDirtyData||e.isDirty,n=n||(null===(r=e.xAxis)||void 0===r?void 0:r.isDirty)||!1})),this.oldMin=this.min,this.oldMax=this.max,this.oldAxisLength=this.len,this.setAxisSize(),(e=this.len!==this.oldAxisLength)||t||n||this.isLinked||this.forceRedraw||this.userMin!==this.oldUserMin||this.userMax!==this.oldUserMax||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.oldUserMin=this.userMin,this.oldUserMax=this.userMax,this.isDirty||(this.isDirty=e||this.min!==this.oldMin||this.max!==this.oldMax)):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),g(this,"afterSetScale")},e.prototype.setExtremes=function(e,t,n,r,i){var o=this,a=o.chart;n=O(n,!0),o.series.forEach((function(e){delete e.kdTree})),i=m(i,{min:e,max:t}),g(o,"setExtremes",i,(function(){o.userMin=e,o.userMax=t,o.eventArgs=i,n&&a.redraw(r)}))},e.prototype.zoom=function(e,t){var n=this,r=this.dataMin,i=this.dataMax,o=this.options,a=Math.min(r,O(o.min,r)),s=Math.max(i,O(o.max,i));return g(this,"zoom",e={newMin:e,newMax:t},(function(e){var t=e.newMin,o=e.newMax;t===n.min&&o===n.max||(n.allowZoomOutside||(p(r)&&(t<a&&(t=a),t>s&&(t=s)),p(i)&&(o<a&&(o=a),o>s&&(o=s))),n.displayBtn=void 0!==t||void 0!==o,n.setExtremes(t,o,!1,void 0,{trigger:"zoom"})),e.zoomed=!0})),e.zoomed},e.prototype.setAxisSize=function(){var e=this.chart,t=this.options,n=t.offsets||[0,0,0,0],r=this.horiz,i=this.width=Math.round(L(O(t.width,e.plotWidth-n[3]+n[1]),e.plotWidth)),o=this.height=Math.round(L(O(t.height,e.plotHeight-n[0]+n[2]),e.plotHeight)),a=this.top=Math.round(L(O(t.top,e.plotTop+n[0]),e.plotHeight,e.plotTop));t=this.left=Math.round(L(O(t.left,e.plotLeft+n[3]),e.plotWidth,e.plotLeft)),this.bottom=e.chartHeight-o-a,this.right=e.chartWidth-i-t,this.len=Math.max(r?i:o,0),this.pos=r?t:a},e.prototype.getExtremes=function(){var e=this.logarithmic;return{min:e?d(e.lin2log(this.min)):this.min,max:e?d(e.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},e.prototype.getThreshold=function(e){var t=this.logarithmic,n=t?t.lin2log(this.min):this.min;return t=t?t.lin2log(this.max):this.max,null===e||-1/0===e?e=n:1/0===e?e=t:n>e?e=n:t<e&&(e=t),this.translate(e,0,1,0,1)},e.prototype.autoLabelAlign=function(e){var t=(O(e,0)-90*this.side+720)%360;return g(this,"autoLabelAlign",e={align:"center"},(function(e){15<t&&165>t?e.align="right":195<t&&345>t&&(e.align="left")})),e.align},e.prototype.tickSize=function(e){var t=this.options,n=t["tick"===e?"tickLength":"minorTickLength"],r=O(t["tick"===e?"tickWidth":"minorTickWidth"],"tick"===e&&this.isXAxis&&!this.categories?1:0);if(r&&n){"inside"===t[e+"Position"]&&(n=-n);var i=[n,r]}return g(this,"afterTickSize",e={tickSize:i}),e.tickSize},e.prototype.labelMetrics=function(){var e=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style&&this.options.labels.style.fontSize,this.ticks[e]&&this.ticks[e].label)},e.prototype.unsquish=function(){var e,t,n,r=this.options.labels,i=this.horiz,o=this.tickInterval,a=o,s=this.len/(((this.categories?1:0)+this.max-this.min)/o),l=r.rotation,c=this.labelMetrics(),u=Number.MAX_VALUE,h=this.max-this.min,f=function(e){var t=e/(s||1);return(t=1<t?Math.ceil(t):1)*o>h&&1/0!==e&&1/0!==s&&h&&(t=Math.ceil(h/o)),d(t*o)};return i?(n=!r.staggerLines&&!r.step&&(p(l)?[l]:s<O(r.autoRotationLimit,80)&&r.autoRotation))&&n.forEach((function(n){if(n===l||n&&-90<=n&&90>=n){var r=(t=f(Math.abs(c.h/Math.sin(E*n))))+Math.abs(n/360);r<u&&(u=r,e=n,a=t)}})):r.step||(a=f(c.h)),this.autoRotation=n,this.labelRotation=O(e,l),a},e.prototype.getSlotWidth=function(e){var t,n=this.chart,r=this.horiz,i=this.options.labels,o=Math.max(this.tickPositions.length-(this.categories?0:1),1),a=n.margin[3];if(e&&x(e.slotWidth))return e.slotWidth;if(r&&i&&2>(i.step||0))return i.rotation?0:(this.staggerLines||1)*this.len/o;if(!r){if(void 0!==(e=null===(t=null==i?void 0:i.style)||void 0===t?void 0:t.width))return parseInt(e,10);if(a)return a-n.spacing[3]}return.33*n.chartWidth},e.prototype.renderUnsquish=function(){var e=this.chart,t=e.renderer,n=this.tickPositions,r=this.ticks,i=this.options.labels,o=i&&i.style||{},a=this.horiz,s=this.getSlotWidth(),l=Math.max(1,Math.round(s-2*(i.padding||5))),c={},u=this.labelMetrics(),d=i.style&&i.style.textOverflow,p=0;if(w(i.rotation)||(c.rotation=i.rotation||0),n.forEach((function(e){(e=r[e]).movedLabel&&e.replaceMovedLabel(),e&&e.label&&e.label.textPxLength>p&&(p=e.label.textPxLength)})),this.maxLabelLength=p,this.autoRotation)p>l&&p>u.h?c.rotation=this.labelRotation:this.labelRotation=0;else if(s){var h=l;if(!d){var f="clip";for(l=n.length;!a&&l--;){var m=n[l];(m=r[m].label)&&(m.styles&&"ellipsis"===m.styles.textOverflow?m.css({textOverflow:"clip"}):m.textPxLength>s&&m.css({width:s+"px"}),m.getBBox().height>this.len/n.length-(u.h-u.f)&&(m.specificTextOverflow="ellipsis"))}}}c.rotation&&(h=p>.5*e.chartHeight?.33*e.chartHeight:p,d||(f="ellipsis")),(this.labelAlign=i.align||this.autoLabelAlign(this.labelRotation))&&(c.align=this.labelAlign),n.forEach((function(e){var t=(e=r[e])&&e.label,n=o.width,i={};t&&(t.attr(c),e.shortenLabel?e.shortenLabel():h&&!n&&"nowrap"!==o.whiteSpace&&(h<t.textPxLength||"SPAN"===t.element.tagName)?(i.width=h+"px",d||(i.textOverflow=t.specificTextOverflow||f),t.css(i)):t.styles&&t.styles.width&&!i.width&&!n&&t.css({width:null}),delete t.specificTextOverflow,e.rotation=c.rotation)}),this),this.tickRotCorr=t.rotCorr(u.b,this.labelRotation||0,0!==this.side)},e.prototype.hasData=function(){return this.series.some((function(e){return e.hasData()}))||this.options.showEmpty&&p(this.min)&&p(this.max)},e.prototype.addTitle=function(e){var t,n=this.chart.renderer,r=this.horiz,i=this.opposite,o=this.options.title,a=this.chart.styledMode;this.axisTitle||((t=o.textAlign)||(t=(r?{low:"left",middle:"center",high:"right"}:{low:i?"right":"left",middle:"center",high:i?"left":"right"})[o.align]),this.axisTitle=n.text(o.text,0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation||0,align:t}).addClass("highcharts-axis-title"),a||this.axisTitle.css(M(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),a||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[e?"show":"hide"](e)},e.prototype.generateTick=function(e){var t=this.ticks;t[e]?t[e].addLabel():t[e]=new r(this,e)},e.prototype.getOffset=function(){var e,t=this,n=t.chart,r=n.renderer,i=t.options,o=t.tickPositions,a=t.ticks,s=t.horiz,l=t.side,c=n.inverted&&!t.isZAxis?[1,0,3,2][l]:l,u=0,d=0,h=i.title,f=i.labels,m=0,y=n.axisOffset;n=n.clipOffset;var v=[-1,1,1,-1][l],b=i.className,_=t.axisParent,x=t.hasData();if(t.showAxis=e=x||O(i.showEmpty,!0),t.staggerLines=t.horiz&&f.staggerLines,t.axisGroup||(t.gridGroup=r.g("grid").attr({zIndex:i.gridZIndex||1}).addClass("highcharts-"+this.coll.toLowerCase()+"-grid "+(b||"")).add(_),t.axisGroup=r.g("axis").attr({zIndex:i.zIndex||2}).addClass("highcharts-"+this.coll.toLowerCase()+" "+(b||"")).add(_),t.labelGroup=r.g("axis-labels").attr({zIndex:f.zIndex||7}).addClass("highcharts-"+t.coll.toLowerCase()+"-labels "+(b||"")).add(_)),x||t.isLinked?(o.forEach((function(e,n){t.generateTick(e,n)})),t.renderUnsquish(),t.reserveSpaceDefault=0===l||2===l||{1:"left",3:"right"}[l]===t.labelAlign,O(f.reserveSpace,"center"===t.labelAlign||null,t.reserveSpaceDefault)&&o.forEach((function(e){m=Math.max(a[e].getLabelSize(),m)})),t.staggerLines&&(m*=t.staggerLines),t.labelOffset=m*(t.opposite?-1:1)):k(a,(function(e,t){e.destroy(),delete a[t]})),h&&h.text&&!1!==h.enabled&&(t.addTitle(e),e&&!1!==h.reserveSpace)){t.titleOffset=u=t.axisTitle.getBBox()[s?"height":"width"];var w=h.offset;d=p(w)?0:O(h.margin,s?5:10)}t.renderLine(),t.offset=v*O(i.offset,y[l]?y[l]+(i.margin||0):0),t.tickRotCorr=t.tickRotCorr||{x:0,y:0},r=0===l?-t.labelMetrics().h:2===l?t.tickRotCorr.y:0,d=Math.abs(m)+d,m&&(d=d-r+v*(s?O(f.y,t.tickRotCorr.y+8*v):f.x)),t.axisTitleMargin=O(w,d),t.getMaxLabelDimensions&&(t.maxLabelDimensions=t.getMaxLabelDimensions(a,o)),s=this.tickSize("tick"),y[l]=Math.max(y[l],t.axisTitleMargin+u+v*t.offset,d,o&&o.length&&s?s[0]+v*t.offset:0),i=i.offset?0:2*Math.floor(t.axisLine.strokeWidth()/2),n[c]=Math.max(n[c],i),g(this,"afterGetOffset")},e.prototype.getLinePath=function(e){var t=this.chart,n=this.opposite,r=this.offset,i=this.horiz,o=this.left+(n?this.width:0)+r;return r=t.chartHeight-this.bottom-(n?this.height:0)+r,n&&(e*=-1),t.renderer.crispLine([["M",i?this.left:o,i?r:this.top],["L",i?t.chartWidth-this.right:o,i?r:t.chartHeight-this.bottom]],e)},e.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},e.prototype.getTitlePosition=function(){var e=this.horiz,t=this.left,n=this.top,r=this.len,i=this.options.title,o=e?t:n,a=this.opposite,s=this.offset,l=i.x||0,c=i.y||0,u=this.axisTitle,d=this.chart.renderer.fontMetrics(i.style&&i.style.fontSize,u);return u=Math.max(u.getBBox(null,0).height-d.h-1,0),r={low:o+(e?0:r),middle:o+r/2,high:o+(e?r:0)}[i.align],t=(e?n+this.height:t)+(e?1:-1)*(a?-1:1)*this.axisTitleMargin+[-u,u,d.f,-u][this.side],e={x:e?r+l:t+(a?this.width:0)+s+l,y:e?t+c-(a?this.height:0)+s:r+c},g(this,"afterGetTitlePosition",{titlePosition:e}),e},e.prototype.renderMinorTick=function(e){var t=this.chart.hasRendered&&x(this.oldMin),n=this.minorTicks;n[e]||(n[e]=new r(this,e,"minor")),t&&n[e].isNew&&n[e].render(null,!0),n[e].render(null,!1,1)},e.prototype.renderTick=function(e,t){var n,i=this.isLinked,o=this.ticks,a=this.chart.hasRendered&&x(this.oldMin);(!i||e>=this.min&&e<=this.max||null!==(n=this.grid)&&void 0!==n&&n.isColumn)&&(o[e]||(o[e]=new r(this,e)),a&&o[e].isNew&&o[e].render(t,!0,-1),o[e].render(t))},e.prototype.render=function(){var e,t,i=this,o=i.chart,s=i.logarithmic,l=i.options,c=i.isLinked,u=i.tickPositions,d=i.axisTitle,p=i.ticks,h=i.minorTicks,f=i.alternateBands,m=l.stackLabels,y=l.alternateGridColor,v=i.tickmarkOffset,b=i.axisLine,_=i.showAxis,w=a(o.renderer.globalAnimation);i.labelEdge.length=0,i.overlap=!1,[p,h,f].forEach((function(e){k(e,(function(e){e.isActive=!1}))})),(i.hasData()||c)&&(i.minorTickInterval&&!i.categories&&i.getMinorTickPositions().forEach((function(e){i.renderMinorTick(e)})),u.length&&(u.forEach((function(e,t){i.renderTick(e,t)})),v&&(0===i.min||i.single)&&(p[-1]||(p[-1]=new r(i,-1,null,!0)),p[-1].render(-1))),y&&u.forEach((function(r,a){t=void 0!==u[a+1]?u[a+1]+v:i.max-v,0==a%2&&r<i.max&&t<=i.max+(o.polar?-v:v)&&(f[r]||(f[r]=new n.PlotLineOrBand(i)),e=r+v,f[r].options={from:s?s.lin2log(e):e,to:s?s.lin2log(t):t,color:y,className:"highcharts-alternate-grid"},f[r].render(),f[r].isActive=!0)})),i._addedPlotLB||((l.plotLines||[]).concat(l.plotBands||[]).forEach((function(e){i.addPlotBandOrLine(e)})),i._addedPlotLB=!0)),[p,h,f].forEach((function(e){var t,n=[],r=w.duration;k(e,(function(e,t){e.isActive||(e.render(t,!1,0),e.isActive=!1,n.push(t))})),A((function(){for(t=n.length;t--;)e[n[t]]&&!e[n[t]].isActive&&(e[n[t]].destroy(),delete e[n[t]])}),e!==f&&o.hasRendered&&r?r:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[_?"show":"hide"](_)),d&&_&&(l=i.getTitlePosition(),x(l.y)?(d[d.isNew?"attr":"animate"](l),d.isNew=!1):(d.attr("y",-9999),d.isNew=!0)),m&&m.enabled&&i.stacking&&i.stacking.renderStackTotals(),i.isDirty=!1,g(this,"afterRender")},e.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(e){e.render()}))),this.series.forEach((function(e){e.isDirty=!0}))},e.prototype.getKeepProps=function(){return this.keepProps||e.keepProps},e.prototype.destroy=function(e){var t,n=this,r=n.plotLinesAndBands;if(g(this,"destroy",{keepEvents:e}),e||C(n),[n.ticks,n.minorTicks,n.alternateBands].forEach((function(e){h(e)})),r)for(e=r.length;e--;)r[e].destroy();for(t in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(e){n[e]&&(n[e]=n[e].destroy())})),n.plotLinesAndBandsGroups)n.plotLinesAndBandsGroups[t]=n.plotLinesAndBandsGroups[t].destroy();k(n,(function(e,t){-1===n.getKeepProps().indexOf(t)&&delete n[t]}))},e.prototype.drawCrosshair=function(e,n){var r,i=this.crosshair,o=O(i.snap,!0),a=this.cross,s=this.chart;if(g(this,"drawCrosshair",{e:e,point:n}),e||(e=this.cross&&this.cross.e),this.crosshair&&!1!==(p(n)||!o)){if(o?p(n)&&(r=O("colorAxis"!==this.coll?n.crosshairPos:null,this.isXAxis?n.plotX:this.len-n.plotY)):r=e&&(this.horiz?e.chartX-this.pos:this.len-e.chartY+this.pos),p(r)){var l={value:n&&(this.isXAxis?n.x:O(n.stackY,n.y)),translatedValue:r};s.polar&&m(l,{isCrosshair:!0,chartX:e&&e.chartX,chartY:e&&e.chartY,point:n}),l=this.getPlotLinePath(l)||null}if(!p(l))return void this.hideCrosshair();o=this.categories&&!this.isRadial,a||(this.cross=a=s.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+i.className).attr({zIndex:O(i.zIndex,2)}).add(),s.styledMode||(a.attr({stroke:i.color||(o?t.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":O(i.width,1)}).css({"pointer-events":"none"}),i.dashStyle&&a.attr({dashstyle:i.dashStyle}))),a.show().attr({d:l}),o&&!i.width&&a.attr({"stroke-width":this.transA}),this.cross.e=e}else this.hideCrosshair();g(this,"afterDrawCrosshair",{e:e,point:n})},e.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),g(this,"afterHideCrosshair")},e.prototype.hasVerticalPanning=function(){var e,t;return/y/.test((null===(t=null===(e=this.chart.options.chart)||void 0===e?void 0:e.panning)||void 0===t?void 0:t.type)||"")},e.prototype.validatePositiveValue=function(e){return x(e)&&0<e},e.defaultOptions={dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,labels:{enabled:!0,indentation:10,x:0,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorTickLength:2,minorTickPosition:"outside",minPadding:.01,showEmpty:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",style:{color:"#666666"}},type:"linear",minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",tickColor:"#ccd6eb"},e.defaultYAxisOptions={endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},e.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},e.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},e.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},e.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},e.keepProps="extKey hcEvents names series userMax userMin".split(" "),e}(),n.Axis=e,n.Axis})),t(n,"Core/Axis/DateTimeAxis.js",[n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.addEvent,r=t.getMagnitude,i=t.normalizeTickInterval,o=t.timeUnits,a=function(){function e(e){this.axis=e}return e.prototype.normalizeTimeTickInterval=function(e,t){var n=t||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];t=n[n.length-1];var a,s=o[t[0]],l=t[1];for(a=0;a<n.length&&(t=n[a],s=o[t[0]],l=t[1],!(n[a+1]&&e<=(s*l[l.length-1]+o[n[a+1][0]])/2));a++);return s===o.year&&e<5*s&&(l=[1,2,5]),{unitRange:s,count:e=i(e/s,l,"year"===t[0]?Math.max(r(e/s),1):1),unitName:t[0]}},e}();return(t=function(){function e(){}return e.compose=function(e){e.keepProps.push("dateTime"),e.prototype.getTimeTicks=function(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)},n(e,"init",(function(e){"datetime"!==e.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new a(this))}))},e.AdditionsClass=a,e}()).compose(e),t})),t(n,"Core/Axis/LogarithmicAxis.js",[n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.addEvent,r=t.getMagnitude,i=t.normalizeTickInterval,o=t.pick,a=function(){function e(e){this.axis=e}return e.prototype.getLogTickPositions=function(e,t,n,a){var s=this.axis,l=s.len,c=s.options,u=[];if(a||(this.minorAutoInterval=void 0),.5<=e)e=Math.round(e),u=s.getLinearTickPositions(e,t,n);else if(.08<=e){var d,p;for(c=Math.floor(t),l=.3<e?[1,2,4]:.15<e?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];c<n+1&&!p;c++){var h=l.length;for(d=0;d<h&&!p;d++){var f=this.log2lin(this.lin2log(c)*l[d]);f>t&&(!a||m<=n)&&void 0!==m&&u.push(m),m>n&&(p=!0);var m=f}}}else t=this.lin2log(t),n=this.lin2log(n),e=a?s.getMinorTickInterval():c.tickInterval,e=o("auto"===e?null:e,this.minorAutoInterval,c.tickPixelInterval/(a?5:1)*(n-t)/((a?l/s.tickPositions.length:l)||1)),e=i(e,void 0,r(e)),u=s.getLinearTickPositions(e,t,n).map(this.log2lin),a||(this.minorAutoInterval=e/5);return a||(s.tickInterval=e),u},e.prototype.lin2log=function(e){return Math.pow(10,e)},e.prototype.log2lin=function(e){return Math.log(e)/Math.LN10},e}();return(t=function(){function e(){}return e.compose=function(e){e.keepProps.push("logarithmic");var t=e.prototype,r=a.prototype;t.log2lin=r.log2lin,t.lin2log=r.lin2log,n(e,"init",(function(e){var t=this.logarithmic;"logarithmic"!==e.userOptions.type?this.logarithmic=void 0:(t||(t=this.logarithmic=new a(this)),this.log2lin!==t.log2lin&&(t.log2lin=this.log2lin.bind(this)),this.lin2log!==t.lin2log&&(t.lin2log=this.lin2log.bind(this)))})),n(e,"afterInit",(function(){var e=this.logarithmic;e&&(this.lin2val=function(t){return e.lin2log(t)},this.val2lin=function(t){return e.log2lin(t)})}))},e}()).compose(e),t})),t(n,"Core/Axis/PlotLineOrBand.js",[n["Core/Axis/Axis.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.arrayMax,i=n.arrayMin,o=n.defined,a=n.destroyObjectProperties,s=n.erase,l=n.extend,c=n.merge,u=n.objectEach,d=n.pick;return n=function(){function e(e,t){this.axis=e,t&&(this.options=t,this.id=t.id)}return e.prototype.render=function(){t.fireEvent(this,"render");var e=this,n=e.axis,r=n.horiz,i=n.logarithmic,a=e.options,s=a.label,l=e.label,p=a.to,h=a.from,f=a.value,m=o(h)&&o(p),g=o(f),y=e.svgElem,v=!y,b=[],_=a.color,x=d(a.zIndex,0),w=a.events;b={class:"highcharts-plot-"+(m?"band ":"line ")+(a.className||"")};var M={},S=n.chart.renderer,k=m?"bands":"lines";if(i&&(h=i.log2lin(h),p=i.log2lin(p),f=i.log2lin(f)),n.chart.styledMode||(g?(b.stroke=_||"#999999",b["stroke-width"]=d(a.width,1),a.dashStyle&&(b.dashstyle=a.dashStyle)):m&&(b.fill=_||"#e6ebf5",a.borderWidth&&(b.stroke=a.borderColor,b["stroke-width"]=a.borderWidth))),M.zIndex=x,k+="-"+x,(i=n.plotLinesAndBandsGroups[k])||(n.plotLinesAndBandsGroups[k]=i=S.g("plot-"+k).attr(M).add()),v&&(e.svgElem=y=S.path().attr(b).add(i)),g)b=n.getPlotLinePath({value:f,lineWidth:y.strokeWidth(),acrossPanes:a.acrossPanes});else{if(!m)return;b=n.getPlotBandPath(h,p,a)}return!e.eventsAdded&&w&&(u(w,(function(t,n){y.on(n,(function(t){w[n].apply(e,[t])}))})),e.eventsAdded=!0),(v||!y.d)&&b&&b.length?y.attr({d:b}):y&&(b?(y.show(!0),y.animate({d:b})):y.d&&(y.hide(),l&&(e.label=l=l.destroy()))),s&&(o(s.text)||o(s.formatter))&&b&&b.length&&0<n.width&&0<n.height&&!b.isFlat?(s=c({align:r&&m&&"center",x:r?!m&&4:10,verticalAlign:!r&&m&&"middle",y:r?m?16:10:m?6:-4,rotation:r&&!m&&90},s),this.renderLabel(s,b,m,x)):l&&l.hide(),e},e.prototype.renderLabel=function(e,t,n,o){var a=this.label,s=this.axis.chart.renderer;a||((a={align:e.textAlign||e.align,rotation:e.rotation,class:"highcharts-plot-"+(n?"band":"line")+"-label "+(e.className||"")}).zIndex=o,o=this.getLabelText(e),this.label=a=s.text(o,0,0,e.useHTML).attr(a).add(),this.axis.chart.styledMode||a.css(e.style)),s=t.xBounds||[t[0][1],t[1][1],n?t[2][1]:t[0][1]],t=t.yBounds||[t[0][2],t[1][2],n?t[2][2]:t[0][2]],n=i(s),o=i(t),a.align(e,!1,{x:n,y:o,width:r(s)-n,height:r(t)-o}),a.show(!0)},e.prototype.getLabelText=function(e){return o(e.formatter)?e.formatter.call(this):e.text},e.prototype.destroy=function(){s(this.axis.plotLinesAndBands,this),delete this.axis,a(this)},e}(),l(e.prototype,{getPlotBandPath:function(e,t,n){void 0===n&&(n=this.options);var r=this.getPlotLinePath({value:t,force:!0,acrossPanes:n.acrossPanes});n=this.getPlotLinePath({value:e,force:!0,acrossPanes:n.acrossPanes});var i=[],o=this.horiz,a=1;if(e=e<this.min&&t<this.min||e>this.max&&t>this.max,n&&r){if(e){var s=n.toString()===r.toString();a=0}for(e=0;e<n.length;e+=2){t=n[e];var l=n[e+1],c=r[e],u=r[e+1];"M"!==t[0]&&"L"!==t[0]||"M"!==l[0]&&"L"!==l[0]||"M"!==c[0]&&"L"!==c[0]||"M"!==u[0]&&"L"!==u[0]||(o&&c[1]===t[1]?(c[1]+=a,u[1]+=a):o||c[2]!==t[2]||(c[2]+=a,u[2]+=a),i.push(["M",t[1],t[2]],["L",l[1],l[2]],["L",u[1],u[2]],["L",c[1],c[2]],["Z"])),i.isFlat=s}}return i},addPlotBand:function(e){return this.addPlotBandOrLine(e,"plotBands")},addPlotLine:function(e){return this.addPlotBandOrLine(e,"plotLines")},addPlotBandOrLine:function(e,n){var r=new t.PlotLineOrBand(this,e),i=this.userOptions;if(this.visible&&(r=r.render()),r){if(n){var o=i[n]||[];o.push(e),i[n]=o}this.plotLinesAndBands.push(r),this._addedPlotLB=!0}return r},removePlotBandOrLine:function(e){for(var t=this.plotLinesAndBands,n=this.options,r=this.userOptions,i=t.length;i--;)t[i].id===e&&t[i].destroy();[n.plotLines||[],r.plotLines||[],n.plotBands||[],r.plotBands||[]].forEach((function(t){for(i=t.length;i--;)(t[i]||{}).id===e&&s(t,t[i])}))},removePlotBand:function(e){this.removePlotBandOrLine(e)},removePlotLine:function(e){this.removePlotBandOrLine(e)}}),t.PlotLineOrBand=n,t.PlotLineOrBand})),t(n,"Core/Tooltip.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=e.doc,r=t.clamp,i=t.css,o=t.defined,a=t.discardElement,s=t.extend,l=t.fireEvent,c=t.format,u=t.isNumber,d=t.isString,p=t.merge,h=t.pick,f=t.splat,m=t.syncTimeout,g=t.timeUnits,y=function(){function y(e,t){this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=e,this.init(e,t)}return y.prototype.applyFilter=function(){var e=this.chart;e.renderer.definition({tagName:"filter",id:"drop-shadow-"+e.index,opacity:.5,children:[{tagName:"feGaussianBlur",in:"SourceAlpha",stdDeviation:1},{tagName:"feOffset",dx:1,dy:1},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",type:"linear",slope:.3}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",in:"SourceGraphic"}]}]}),e.renderer.definition({tagName:"style",textContent:".highcharts-tooltip-"+e.index+"{filter:url(#drop-shadow-"+e.index+")}"})},y.prototype.bodyFormatter=function(e){return e.map((function(e){var t=e.series.tooltipOptions;return(t[(e.point.formatPrefix||"point")+"Formatter"]||e.point.tooltipFormatter).call(e.point,t[(e.point.formatPrefix||"point")+"Format"]||"")}))},y.prototype.cleanSplit=function(e){this.chart.series.forEach((function(t){var n=t&&t.tt;n&&(!n.isActive||e?t.tt=n.destroy():n.isActive=!1)}))},y.prototype.defaultFormatter=function(e){var t=this.points||f(this),n=[e.tooltipFooterHeaderFormatter(t[0])];return(n=n.concat(e.bodyFormatter(t))).push(e.tooltipFooterHeaderFormatter(t[0],!0)),n},y.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(this.chart,!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),a(this.container)),t.clearTimeout(this.hideTimer),t.clearTimeout(this.tooltipTimeout)},y.prototype.getAnchor=function(e,t){var n,r,i=this.chart,o=i.pointer,a=i.inverted,s=i.plotTop,l=i.plotLeft,c=0,u=0;return e=f(e),this.followPointer&&t?(void 0===t.chartX&&(t=o.normalize(t)),e=[t.chartX-l,t.chartY-s]):e[0].tooltipPos?e=e[0].tooltipPos:(e.forEach((function(e){n=e.series.yAxis,r=e.series.xAxis,c+=e.plotX+(!a&&r?r.left-l:0),u+=(e.plotLow?(e.plotLow+e.plotHigh)/2:e.plotY)+(!a&&n?n.top-s:0)})),c/=e.length,u/=e.length,e=[a?i.plotWidth-u:c,this.shared&&!a&&1<e.length&&t?t.chartY-s:a?i.plotHeight-c:u]),e.map(Math.round)},y.prototype.getDateFormat=function(e,t,n,r){var i=this.chart.time,o=i.dateFormat("%m-%d %H:%M:%S.%L",t),a={millisecond:15,second:12,minute:9,hour:6,day:3},s="millisecond";for(l in g){if(e===g.week&&+i.dateFormat("%w",t)===n&&"00:00:00.000"===o.substr(6)){var l="week";break}if(g[l]>e){l=s;break}if(a[l]&&o.substr(a[l])!=="01-01 00:00:00.000".substr(a[l]))break;"week"!==l&&(s=l)}if(l)var c=i.resolveDTLFormat(r[l]).main;return c},y.prototype.getLabel=function(){var t,n,r,a=this,s=this.chart.renderer,l=this.chart.styledMode,c=this.options,u="tooltip"+(o(c.className)?" "+c.className:""),d=(null===(t=c.style)||void 0===t?void 0:t.pointerEvents)||(!this.followPointer&&c.stickOnContact?"auto":"none");t=function(){a.inContact=!0};if(!this.label){if(this.outside&&(this.container=r=e.doc.createElement("div"),r.className="highcharts-tooltip-container",i(r,{position:"absolute",top:"1px",pointerEvents:d,zIndex:3}),e.doc.body.appendChild(r),this.renderer=s=new e.Renderer(r,0,0,null===(n=this.chart.options.chart)||void 0===n?void 0:n.style,void 0,void 0,s.styledMode)),this.split?this.label=s.g(u):(this.label=s.label("",0,0,c.shape||"callout",null,null,c.useHTML,null,u).attr({padding:c.padding,r:c.borderRadius}),l||this.label.attr({fill:c.backgroundColor,"stroke-width":c.borderWidth}).css(c.style).css({pointerEvents:d}).shadow(c.shadow)),l&&(this.applyFilter(),this.label.addClass("highcharts-tooltip-"+this.chart.index)),a.outside&&!a.split){var p=this.label,h=p.xSetter,f=p.ySetter;p.xSetter=function(e){h.call(p,a.distance),r.style.left=e+"px"},p.ySetter=function(e){f.call(p,a.distance),r.style.top=e+"px"}}this.label.on("mouseenter",t).on("mouseleave",(function(){var e=a.chart.hoverSeries;a.inContact=!1,e&&e.onMouseOut&&e.onMouseOut()})).attr({zIndex:8}).add()}return this.label},y.prototype.getPosition=function(e,t,r){var i,o=this.chart,a=this.distance,s={},l=o.inverted&&r.h||0,c=this.outside,u=c?n.documentElement.clientWidth-2*a:o.chartWidth,d=c?Math.max(n.body.scrollHeight,n.documentElement.scrollHeight,n.body.offsetHeight,n.documentElement.offsetHeight,n.documentElement.clientHeight):o.chartHeight,p=o.pointer.getChartPosition(),f=o.containerScaling,m=function(e){return f?e*f.scaleX:e},g=function(e){return f?e*f.scaleY:e},y=function(n){var i="x"===n;return[n,i?u:d,i?e:t].concat(c?[i?m(e):g(t),i?p.left-a+m(r.plotX+o.plotLeft):p.top-a+g(r.plotY+o.plotTop),0,i?u:d]:[i?e:t,i?r.plotX+o.plotLeft:r.plotY+o.plotTop,i?o.plotLeft:o.plotTop,i?o.plotLeft+o.plotWidth:o.plotTop+o.plotHeight])},v=y("y"),b=y("x"),_=!this.followPointer&&h(r.ttBelow,!o.inverted==!!r.negative),x=function(e,t,n,r,i,o,c){var u="y"===e?g(a):m(a),d=(n-r)/2,p=r<i-a,h=i+a+r<t,f=i-u-n+d;if(i=i+u-d,_&&h)s[e]=i;else if(!_&&p)s[e]=f;else if(p)s[e]=Math.min(c-r,0>f-l?f:f-l);else{if(!h)return!1;s[e]=Math.max(o,i+l+n>t?i:i+l)}},w=function(e,t,n,r,i){var o;return i<a||i>t-a?o=!1:s[e]=i<n/2?1:i>t-r/2?t-r-2:i-n/2,o},M=function(e){var t=v;v=b,b=t,i=e},S=function(){!1!==x.apply(0,v)?!1!==w.apply(0,b)||i||(M(!0),S()):i?s.x=s.y=0:(M(!0),S())};return(o.inverted||1<this.len)&&M(),S(),s},y.prototype.getXDateFormat=function(e,t,n){t=t.dateTimeLabelFormats;var r=n&&n.closestPointRange;return(r?this.getDateFormat(r,e.x,n.options.startOfWeek,t):t.day)||t.year},y.prototype.hide=function(e){var n=this;t.clearTimeout(this.hideTimer),e=h(e,this.options.hideDelay,500),this.isHidden||(this.hideTimer=m((function(){n.getLabel().fadeOut(e?void 0:e),n.isHidden=!0}),e))},y.prototype.init=function(e,t){this.chart=e,this.options=t,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=t.split&&!e.inverted&&!e.polar,this.shared=t.shared||this.split,this.outside=h(t.outside,!(!e.scrollablePixelsX&&!e.scrollablePixelsY))},y.prototype.isStickyOnContact=function(){return!(this.followPointer||!this.options.stickOnContact||!this.inContact)},y.prototype.move=function(e,n,r,i){var o=this,a=o.now,l=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(e-a.x)||1<Math.abs(n-a.y)),c=o.followPointer||1<o.len;s(a,{x:l?(2*a.x+e)/3:e,y:l?(a.y+n)/2:n,anchorX:c?void 0:l?(2*a.anchorX+r)/3:r,anchorY:c?void 0:l?(a.anchorY+i)/2:i}),o.getLabel().attr(a),o.drawTracker(),l&&(t.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(e,n,r,i)}),32))},y.prototype.refresh=function(e,n){var r=this.chart,i=this.options,o=e,a={},s=[],c=i.formatter||this.defaultFormatter;a=this.shared;var u=r.styledMode;if(i.enabled){t.clearTimeout(this.hideTimer),this.followPointer=f(o)[0].series.tooltipOptions.followPointer;var d=this.getAnchor(o,n);n=d[0];var p=d[1];!a||o.series&&o.series.noSharedTooltip?a=o.getLabelConfig():(r.pointer.applyInactiveState(o),o.forEach((function(e){e.setState("hover"),s.push(e.getLabelConfig())})),(a={x:o[0].category,y:o[0].y}).points=s,o=o[0]),this.len=s.length,r=c.call(a,this),c=o.series,this.distance=h(c.tooltipOptions.distance,16),!1===r?this.hide():(this.split?this.renderSplit(r,f(e)):(e=this.getLabel(),i.style.width&&!u||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:r&&r.join?r.join(""):r}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+h(o.colorIndex,c.colorIndex)),u||e.attr({stroke:i.borderColor||o.color||c.color||"#666666"}),this.updatePosition({plotX:n,plotY:p,negative:o.negative,ttBelow:o.ttBelow,h:d[2]||0})),this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1),l(this,"refresh")}},y.prototype.renderSplit=function(t,n){function i(e,t,n,i,o){return void 0===o&&(o=!0),n?(t=O?0:T,e=r(e-i/2,S.left,S.right-i)):(t-=L,e=r(e=o?e-i-x:e+x,o?e:S.left,S.right)),{x:e,y:t}}var o=this,a=o.chart,l=o.chart,c=l.plotHeight,u=l.plotLeft,p=l.plotTop,f=l.pointer,m=l.renderer,g=l.scrollablePixelsY,y=void 0===g?0:g,v=(g=void 0===(g=l.scrollingContainer)?{scrollLeft:0,scrollTop:0}:g).scrollLeft,b=g.scrollTop,_=l.styledMode,x=o.distance,w=o.options,M=o.options.positioner,S={left:v,right:v+l.chartWidth,top:b,bottom:b+l.chartHeight},k=o.getLabel(),O=!(!a.xAxis[0]||!a.xAxis[0].opposite),L=p+b,C=0,T=c-y;d(t)&&(t=[!1,t]),t=t.slice(0,n.length+1).reduce((function(e,t,a){if(!1!==t&&""!==t){var s=(a=n[a-1]||{isHeader:!0,plotX:n[0].plotX,plotY:c,series:{}}).isHeader,l=s?o:a.series,d=l.tt,f=a.isHeader,g=a.series,v="highcharts-color-"+h(a.colorIndex,g.colorIndex,"none");d||(d={padding:w.padding,r:w.borderRadius},_||(d.fill=w.backgroundColor,d["stroke-width"]=w.borderWidth),d=m.label("",0,0,w[f?"headerShape":"shape"]||"callout",void 0,void 0,w.useHTML).addClass((f?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+v).attr(d).add(k)),d.isActive=!0,d.attr({text:t}),_||d.css(w.style).shadow(w.shadow).attr({stroke:w.borderColor||a.color||g.color||"#333333"}),t=l.tt=d,l=(f=t.getBBox()).width+t.strokeWidth(),s&&(C=f.height,T+=C,O&&(L-=C)),g=void 0===(g=a.plotX)?0:g,v=void 0===(v=a.plotY)?0:v;var A=a.series;if(a.isHeader){g=u+g;var j=p+c/2}else d=A.xAxis,A=A.yAxis,g=d.pos+r(g,-x,d.len+x),A.pos+v>=b+p&&A.pos+v<=b+p+c-y&&(j=A.pos+v);g=r(g,S.left-x,S.right+x),"number"==typeof j?(f=f.height+1,v=M?M.call(o,l,f,a):i(g,j,s,l),e.push({align:M?0:void 0,anchorX:g,anchorY:j,boxWidth:l,point:a,rank:h(v.rank,s?1:0),size:f,target:v.y,tt:t,x:v.x})):t.isActive=!1}return e}),[]),!M&&t.some((function(e){return e.x<S.left}))&&(t=t.map((function(e){var t=i(e.anchorX,e.anchorY,e.point.isHeader,e.boxWidth,!1);return s(e,{target:t.y,x:t.x})}))),o.cleanSplit(),e.distribute(t,T),t.forEach((function(e){var t=e.pos;e.tt.attr({visibility:void 0===t?"hidden":"inherit",x:e.x,y:t+L,anchorX:e.anchorX,anchorY:e.anchorY})})),t=o.container,a=o.renderer,o.outside&&t&&a&&(l=k.getBBox(),a.setSize(l.width+l.x,l.height+l.y,!1),f=f.getChartPosition(),t.style.left=f.left+"px",t.style.top=f.top+"px")},y.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var e=this.chart,t=this.label,n=e.hoverPoint;if(t&&n){var r={x:0,y:0,width:0,height:0};n=this.getAnchor(n);var i=t.getBBox();n[0]+=e.plotLeft-t.translateX,n[1]+=e.plotTop-t.translateY,r.x=Math.min(0,n[0]),r.y=Math.min(0,n[1]),r.width=0>n[0]?Math.max(Math.abs(n[0]),i.width-n[0]):Math.max(Math.abs(n[0]),i.width),r.height=0>n[1]?Math.max(Math.abs(n[1]),i.height-Math.abs(n[1])):Math.max(Math.abs(n[1]),i.height),this.tracker?this.tracker.attr(r):(this.tracker=t.renderer.rect(r).addClass("highcharts-tracker").add(t),e.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},y.prototype.styledModeFormat=function(e){return e.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},y.prototype.tooltipFooterHeaderFormatter=function(e,t){var n=t?"footer":"header",r=e.series,i=r.tooltipOptions,o=i.xDateFormat,a=r.xAxis,s=a&&"datetime"===a.options.type&&u(e.key),d=i[n+"Format"];return l(this,"headerFormatter",t={isFooter:t,labelConfig:e},(function(t){s&&!o&&(o=this.getXDateFormat(e,i,a)),s&&o&&(e.point&&e.point.tooltipDateKeys||["key"]).forEach((function(e){d=d.replace("{point."+e+"}","{point."+e+":"+o+"}")})),r.chart.styledMode&&(d=this.styledModeFormat(d)),t.text=c(d,{point:e,series:r},this.chart)})),t.text},y.prototype.update=function(e){this.destroy(),p(!0,this.chart.options.tooltip.userOptions,e),this.init(this.chart,p(!0,this.options,e))},y.prototype.updatePosition=function(e){var t=this.chart,n=t.pointer,r=this.getLabel(),o=e.plotX+t.plotLeft,a=e.plotY+t.plotTop;if(n=n.getChartPosition(),e=(this.options.positioner||this.getPosition).call(this,r.width,r.height,e),this.outside){var s=(this.options.borderWidth||0)+2*this.distance;this.renderer.setSize(r.width+s,r.height+s,!1),(t=t.containerScaling)&&(i(this.container,{transform:"scale("+t.scaleX+", "+t.scaleY+")"}),o*=t.scaleX,a*=t.scaleY),o+=n.left-e.x,a+=n.top-e.y}this.move(Math.round(e.x),Math.round(e.y||0),o,a)},y}();return e.Tooltip=y,e.Tooltip})),t(n,"Core/Pointer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Tooltip.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.parse,o=t.charts,a=t.noop,s=r.addEvent,l=r.attr,c=r.css,u=r.defined,d=r.extend,p=r.find,h=r.fireEvent,f=r.isNumber,m=r.isObject,g=r.objectEach,y=r.offset,v=r.pick,b=r.splat;return e=function(){function e(e,t){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.chart=e,this.hasDragged=!1,this.options=t,this.unbindContainerMouseLeave=function(){},this.unbindContainerMouseEnter=function(){},this.init(e,t)}return e.prototype.applyInactiveState=function(e){var t,n=[];(e||[]).forEach((function(e){t=e.series,n.push(t),t.linkedParent&&n.push(t.linkedParent),t.linkedSeries&&(n=n.concat(t.linkedSeries)),t.navigatorSeries&&n.push(t.navigatorSeries)})),this.chart.series.forEach((function(e){-1===n.indexOf(e)?e.setState("inactive",!0):e.options.inactiveOtherPoints&&e.setAllPointsToState("inactive")}))},e.prototype.destroy=function(){var e=this;void 0!==e.unDocMouseMove&&e.unDocMouseMove(),this.unbindContainerMouseLeave(),t.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(e.tooltipTimeout),g(e,(function(t,n){e[n]=void 0}))},e.prototype.drag=function(e){var t=this.chart,n=t.options.chart,r=e.chartX,o=e.chartY,a=this.zoomHor,s=this.zoomVert,l=t.plotLeft,c=t.plotTop,u=t.plotWidth,d=t.plotHeight,p=this.selectionMarker,h=this.mouseDownX||0,f=this.mouseDownY||0,g=m(n.panning)?n.panning&&n.panning.enabled:n.panning,y=n.panKey&&e[n.panKey+"Key"];if((!p||!p.touch)&&(r<l?r=l:r>l+u&&(r=l+u),o<c?o=c:o>c+d&&(o=c+d),this.hasDragged=Math.sqrt(Math.pow(h-r,2)+Math.pow(f-o,2)),10<this.hasDragged)){var v=t.isInsidePlot(h-l,f-c);t.hasCartesianSeries&&(this.zoomX||this.zoomY)&&v&&!y&&!p&&(this.selectionMarker=p=t.renderer.rect(l,c,a?1:u,s?1:d,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),t.styledMode||p.attr({fill:n.selectionMarkerFill||i("#335cad").setOpacity(.25).get()})),p&&a&&(r-=h,p.attr({width:Math.abs(r),x:(0<r?0:r)+h})),p&&s&&(r=o-f,p.attr({height:Math.abs(r),y:(0<r?0:r)+f})),v&&!p&&g&&t.pan(e,n.panning)}},e.prototype.dragStart=function(e){var t=this.chart;t.mouseIsDown=e.type,t.cancelClick=!1,t.mouseDownX=this.mouseDownX=e.chartX,t.mouseDownY=this.mouseDownY=e.chartY},e.prototype.drop=function(e){var t=this,n=this.chart,r=this.hasPinched;if(this.selectionMarker){var i,o={originalEvent:e,xAxis:[],yAxis:[]},a=this.selectionMarker,s=a.attr?a.attr("x"):a.x,l=a.attr?a.attr("y"):a.y,p=a.attr?a.attr("width"):a.width,m=a.attr?a.attr("height"):a.height;(this.hasDragged||r)&&(n.axes.forEach((function(n){if(n.zoomEnabled&&u(n.min)&&(r||t[{xAxis:"zoomX",yAxis:"zoomY"}[n.coll]])&&f(s)&&f(l)){var a=n.horiz,c="touchend"===e.type?n.minPixelPadding:0,d=n.toValue((a?s:l)+c);a=n.toValue((a?s+p:l+m)-c),o[n.coll].push({axis:n,min:Math.min(d,a),max:Math.max(d,a)}),i=!0}})),i&&h(n,"selection",o,(function(e){n.zoom(d(e,r?{animation:!1}:null))}))),f(n.index)&&(this.selectionMarker=this.selectionMarker.destroy()),r&&this.scaleGroups()}n&&f(n.index)&&(c(n.container,{cursor:n._cursor}),n.cancelClick=10<this.hasDragged,n.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},e.prototype.findNearestKDPoint=function(e,t,n){var r,i=this.chart,o=i.hoverPoint;return i=i.tooltip,o&&i&&i.isStickyOnContact()?o:(e.forEach((function(e){var i=!(e.noSharedTooltip&&t)&&0>e.options.findNearestPointBy.indexOf("y");if(e=e.searchPoint(n,i),(i=m(e,!0))&&!(i=!m(r,!0))){i=r.distX-e.distX;var o=r.dist-e.dist,a=(e.series.group&&e.series.group.zIndex)-(r.series.group&&r.series.group.zIndex);i=0<(0!==i&&t?i:0!==o?o:0!==a?a:r.series.index>e.series.index?-1:1)}i&&(r=e)})),r)},e.prototype.getChartCoordinatesFromPoint=function(e,t){var n=e.series,r=n.xAxis;n=n.yAxis;var i=v(e.clientX,e.plotX),o=e.shapeArgs;return r&&n?t?{chartX:r.len+r.pos-i,chartY:n.len+n.pos-e.plotY}:{chartX:i+r.pos,chartY:e.plotY+n.pos}:o&&o.x&&o.y?{chartX:o.x,chartY:o.y}:void 0},e.prototype.getChartPosition=function(){return this.chartPosition||(this.chartPosition=y(this.chart.container))},e.prototype.getCoordinates=function(e){var t={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(n){t[n.isXAxis?"xAxis":"yAxis"].push({axis:n,value:n.toValue(e[n.horiz?"chartX":"chartY"])})})),t},e.prototype.getHoverData=function(e,t,n,r,i,o){var a,s=[];r=!(!r||!e);var l=t&&!t.stickyTracking,c={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:i};return h(this,"beforeGetHoverData",c),l=l?[t]:n.filter((function(e){return c.filter?c.filter(e):e.visible&&!(!i&&e.directTouch)&&v(e.options.enableMouseTracking,!0)&&e.stickyTracking})),t=(a=r||!o?e:this.findNearestKDPoint(l,i,o))&&a.series,a&&(i&&!t.noSharedTooltip?(l=n.filter((function(e){return c.filter?c.filter(e):e.visible&&!(!i&&e.directTouch)&&v(e.options.enableMouseTracking,!0)&&!e.noSharedTooltip}))).forEach((function(e){var t=p(e.points,(function(e){return e.x===a.x&&!e.isNull}));m(t)&&(e.chart.isBoosting&&(t=e.getPoint(t)),s.push(t))})):s.push(a)),h(this,"afterGetHoverData",c={hoverPoint:a}),{hoverPoint:c.hoverPoint,hoverSeries:t,hoverPoints:s}},e.prototype.getPointFromEvent=function(e){e=e.target;for(var t;e&&!t;)t=e.point,e=e.parentNode;return t},e.prototype.onTrackerMouseOut=function(e){e=e.relatedTarget||e.toElement;var t=this.chart.hoverSeries;this.isDirectTouch=!1,!t||!e||t.stickyTracking||this.inClass(e,"highcharts-tooltip")||this.inClass(e,"highcharts-series-"+t.index)&&this.inClass(e,"highcharts-tracker")||t.onMouseOut()},e.prototype.inClass=function(e,t){for(var n;e;){if(n=l(e,"class")){if(-1!==n.indexOf(t))return!0;if(-1!==n.indexOf("highcharts-container"))return!1}e=e.parentNode}},e.prototype.init=function(e,t){this.options=t,this.chart=e,this.runChartClick=t.chart.events&&!!t.chart.events.click,this.pinchDown=[],this.lastValidTouch={},n&&(e.tooltip=new n(e,t.tooltip),this.followTouchMove=v(t.tooltip.followTouchMove,!0)),this.setDOMEvents()},e.prototype.normalize=function(e,t){var n=e.touches,r=n?n.length?n.item(0):v(n.changedTouches,e.changedTouches)[0]:e;return t||(t=this.getChartPosition()),n=r.pageX-t.left,t=r.pageY-t.top,(r=this.chart.containerScaling)&&(n/=r.scaleX,t/=r.scaleY),d(e,{chartX:Math.round(n),chartY:Math.round(t)})},e.prototype.onContainerClick=function(e){var t=this.chart,n=t.hoverPoint;e=this.normalize(e);var r=t.plotLeft,i=t.plotTop;t.cancelClick||(n&&this.inClass(e.target,"highcharts-tracker")?(h(n.series,"click",d(e,{point:n})),t.hoverPoint&&n.firePointEvent("click",e)):(d(e,this.getCoordinates(e)),t.isInsidePlot(e.chartX-r,e.chartY-i)&&h(t,"click",e)))},e.prototype.onContainerMouseDown=function(e){var n=1==(1&(e.buttons||e.button));e=this.normalize(e),t.isFirefox&&0!==e.button&&this.onContainerMouseMove(e),(void 0===e.button||n)&&(this.zoomOption(e),n&&e.preventDefault&&e.preventDefault(),this.dragStart(e))},e.prototype.onContainerMouseLeave=function(e){var n=o[v(t.hoverChartIndex,-1)],r=this.chart.tooltip;e=this.normalize(e),n&&(e.relatedTarget||e.toElement)&&(n.pointer.reset(),n.pointer.chartPosition=void 0),r&&!r.isHidden&&this.reset()},e.prototype.onContainerMouseEnter=function(e){delete this.chartPosition},e.prototype.onContainerMouseMove=function(e){var t=this.chart;e=this.normalize(e),this.setHoverChartIndex(),e.preventDefault||(e.returnValue=!1),"mousedown"===t.mouseIsDown&&this.drag(e),t.openMenu||!this.inClass(e.target,"highcharts-tracker")&&!t.isInsidePlot(e.chartX-t.plotLeft,e.chartY-t.plotTop)||this.runPointActions(e)},e.prototype.onDocumentTouchEnd=function(e){o[t.hoverChartIndex]&&o[t.hoverChartIndex].pointer.drop(e)},e.prototype.onContainerTouchMove=function(e){this.touch(e)},e.prototype.onContainerTouchStart=function(e){this.zoomOption(e),this.touch(e,!0)},e.prototype.onDocumentMouseMove=function(e){var t=this.chart,n=this.chartPosition;e=this.normalize(e,n);var r=t.tooltip;!n||r&&r.isStickyOnContact()||t.isInsidePlot(e.chartX-t.plotLeft,e.chartY-t.plotTop)||this.inClass(e.target,"highcharts-tracker")||this.reset()},e.prototype.onDocumentMouseUp=function(e){var n=o[v(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},e.prototype.pinch=function(e){var t=this,n=t.chart,r=t.pinchDown,i=e.touches||[],o=i.length,s=t.lastValidTouch,l=t.hasZoom,c=t.selectionMarker,u={},p=1===o&&(t.inClass(e.target,"highcharts-tracker")&&n.runTrackerClick||t.runChartClick),h={};1<o&&(t.initiated=!0),l&&t.initiated&&!p&&!1!==e.cancelable&&e.preventDefault(),[].map.call(i,(function(e){return t.normalize(e)})),"touchstart"===e.type?([].forEach.call(i,(function(e,t){r[t]={chartX:e.chartX,chartY:e.chartY}})),s.x=[r[0].chartX,r[1]&&r[1].chartX],s.y=[r[0].chartY,r[1]&&r[1].chartY],n.axes.forEach((function(e){if(e.zoomEnabled){var t=n.bounds[e.horiz?"h":"v"],r=e.minPixelPadding,i=e.toPixels(Math.min(v(e.options.min,e.dataMin),e.dataMin)),o=e.toPixels(Math.max(v(e.options.max,e.dataMax),e.dataMax)),a=Math.max(i,o);t.min=Math.min(e.pos,Math.min(i,o)-r),t.max=Math.max(e.pos+e.len,a+r)}})),t.res=!0):t.followTouchMove&&1===o?this.runPointActions(t.normalize(e)):r.length&&(c||(t.selectionMarker=c=d({destroy:a,touch:!0},n.plotBox)),t.pinchTranslate(r,i,u,c,h,s),t.hasPinched=l,t.scaleGroups(u,h),t.res&&(t.res=!1,this.reset(!1,0)))},e.prototype.pinchTranslate=function(e,t,n,r,i,o){this.zoomHor&&this.pinchTranslateDirection(!0,e,t,n,r,i,o),this.zoomVert&&this.pinchTranslateDirection(!1,e,t,n,r,i,o)},e.prototype.pinchTranslateDirection=function(e,t,n,r,i,o,a,s){var l,c,u=this.chart,d=e?"x":"y",p=e?"X":"Y",h="chart"+p,f=e?"width":"height",m=u["plot"+(e?"Left":"Top")],g=s||1,y=u.inverted,v=u.bounds[e?"h":"v"],b=1===t.length,_=t[0][h],x=n[0][h],w=!b&&t[1][h],M=!b&&n[1][h];if((n=function(){"number"==typeof M&&20<Math.abs(_-w)&&(g=s||Math.abs(x-M)/Math.abs(_-w)),c=(m-x)/g+_,l=u["plot"+(e?"Width":"Height")]/g})(),(t=c)<v.min){t=v.min;var S=!0}else t+l>v.max&&(t=v.max-l,S=!0);S?(x-=.8*(x-a[d][0]),"number"==typeof M&&(M-=.8*(M-a[d][1])),n()):a[d]=[x,M],y||(o[d]=c-m,o[f]=l),o=y?1/g:g,i[f]=l,i[d]=t,r[y?e?"scaleY":"scaleX":"scale"+p]=g,r["translate"+p]=o*m+(x-o*_)},e.prototype.reset=function(e,t){var n=this.chart,r=n.hoverSeries,i=n.hoverPoint,o=n.hoverPoints,a=n.tooltip,s=a&&a.shared?o:i;e&&s&&b(s).forEach((function(t){t.series.isCartesian&&void 0===t.plotX&&(e=!1)})),e?a&&s&&b(s).length&&(a.refresh(s),a.shared&&o?o.forEach((function(e){e.setState(e.state,!0),e.series.isCartesian&&(e.series.xAxis.crosshair&&e.series.xAxis.drawCrosshair(null,e),e.series.yAxis.crosshair&&e.series.yAxis.drawCrosshair(null,e))})):i&&(i.setState(i.state,!0),n.axes.forEach((function(e){e.crosshair&&i.series[e.coll]===e&&e.drawCrosshair(null,i)})))):(i&&i.onMouseOut(),o&&o.forEach((function(e){e.setState()})),r&&r.onMouseOut(),a&&a.hide(t),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),n.axes.forEach((function(e){e.hideCrosshair()})),this.hoverX=n.hoverPoints=n.hoverPoint=null)},e.prototype.runPointActions=function(e,n){var r=this.chart,i=r.tooltip&&r.tooltip.options.enabled?r.tooltip:void 0,a=!!i&&i.shared,l=n||r.hoverPoint,c=l&&l.series||r.hoverSeries;l=(c=this.getHoverData(l,c,r.series,(!e||"touchmove"!==e.type)&&(!!n||c&&c.directTouch&&this.isDirectTouch),a,e)).hoverPoint;var u=c.hoverPoints;if(n=(c=c.hoverSeries)&&c.tooltipOptions.followPointer,a=a&&c&&!c.noSharedTooltip,l&&(l!==r.hoverPoint||i&&i.isHidden)){if((r.hoverPoints||[]).forEach((function(e){-1===u.indexOf(e)&&e.setState()})),r.hoverSeries!==c&&c.onMouseOver(),this.applyInactiveState(u),(u||[]).forEach((function(e){e.setState("hover")})),r.hoverPoint&&r.hoverPoint.firePointEvent("mouseOut"),!l.series)return;r.hoverPoints=u,r.hoverPoint=l,l.firePointEvent("mouseOver"),i&&i.refresh(a?u:l,e)}else n&&i&&!i.isHidden&&(l=i.getAnchor([{}],e),i.updatePosition({plotX:l[0],plotY:l[1]}));this.unDocMouseMove||(this.unDocMouseMove=s(r.container.ownerDocument,"mousemove",(function(e){var n=o[t.hoverChartIndex];n&&n.pointer.onDocumentMouseMove(e)}))),r.axes.forEach((function(t){var n,i=v((t.crosshair||{}).snap,!0);i&&((n=r.hoverPoint)&&n.series[t.coll]===t||(n=p(u,(function(e){return e.series[t.coll]===t})))),n||!i?t.drawCrosshair(e,n):t.hideCrosshair()}))},e.prototype.scaleGroups=function(e,t){var n,r=this.chart;r.series.forEach((function(i){n=e||i.getPlotBox(),i.xAxis&&i.xAxis.zoomEnabled&&i.group&&(i.group.attr(n),i.markerGroup&&(i.markerGroup.attr(n),i.markerGroup.clip(t?r.clipRect:null)),i.dataLabelsGroup&&i.dataLabelsGroup.attr(n))})),r.clipRect.attr(t||r.clipBox)},e.prototype.setDOMEvents=function(){var e=this.chart.container,n=e.ownerDocument;e.onmousedown=this.onContainerMouseDown.bind(this),e.onmousemove=this.onContainerMouseMove.bind(this),e.onclick=this.onContainerClick.bind(this),this.unbindContainerMouseEnter=s(e,"mouseenter",this.onContainerMouseEnter.bind(this)),this.unbindContainerMouseLeave=s(e,"mouseleave",this.onContainerMouseLeave.bind(this)),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=s(n,"mouseup",this.onDocumentMouseUp.bind(this))),t.hasTouch&&(s(e,"touchstart",this.onContainerTouchStart.bind(this)),s(e,"touchmove",this.onContainerTouchMove.bind(this)),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=s(n,"touchend",this.onDocumentTouchEnd.bind(this))))},e.prototype.setHoverChartIndex=function(){var e=this.chart,n=t.charts[v(t.hoverChartIndex,-1)];n&&n!==e&&n.pointer.onContainerMouseLeave({relatedTarget:!0}),n&&n.mouseIsDown||(t.hoverChartIndex=e.index)},e.prototype.touch=function(e,t){var n=this.chart;if(this.setHoverChartIndex(),1===e.touches.length)if(e=this.normalize(e),n.isInsidePlot(e.chartX-n.plotLeft,e.chartY-n.plotTop)&&!n.openMenu){if(t&&this.runPointActions(e),"touchmove"===e.type)var r=!!(t=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(t[0].chartX-e.chartX,2)+Math.pow(t[0].chartY-e.chartY,2));v(r,!0)&&this.pinch(e)}else t&&this.reset();else 2===e.touches.length&&this.pinch(e)},e.prototype.zoomOption=function(e){var t=this.chart,n=t.options.chart,r=n.zoomType||"";t=t.inverted,/touch/.test(e.type)&&(r=v(n.pinchType,r)),this.zoomX=e=/x/.test(r),this.zoomY=r=/y/.test(r),this.zoomHor=e&&!t||r&&t,this.zoomVert=r&&!t||e&&t,this.hasZoom=e||r},e}(),t.Pointer=e})),t(n,"Core/MSPointer.js",[n["Core/Globals.js"],n["Core/Pointer.js"],n["Core/Utilities.js"]],(function(e,t,n){function r(){var e=[];return e.item=function(e){return this[e]},d(h,(function(t){e.push({pageX:t.pageX,pageY:t.pageY,target:t.target})})),e}function i(t,n,i,o){"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!a[e.hoverChartIndex]||(o(t),(o=a[e.hoverChartIndex].pointer)[n]({type:i,target:t.currentTarget,preventDefault:l,touches:r()}))}var o=this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=e.charts,s=e.doc,l=e.noop,c=n.addEvent,u=n.css,d=n.objectEach,p=n.removeEvent,h={},f=!!e.win.PointerEvent;return function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.batchMSEvents=function(e){e(this.chart.container,f?"pointerdown":"MSPointerDown",this.onContainerPointerDown),e(this.chart.container,f?"pointermove":"MSPointerMove",this.onContainerPointerMove),e(s,f?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},t.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},t.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this.hasZoom&&u(t.container,{"-ms-touch-action":"none","touch-action":"none"})},t.prototype.onContainerPointerDown=function(e){i(e,"onContainerTouchStart","touchstart",(function(e){h[e.pointerId]={pageX:e.pageX,pageY:e.pageY,target:e.currentTarget}}))},t.prototype.onContainerPointerMove=function(e){i(e,"onContainerTouchMove","touchmove",(function(e){h[e.pointerId]={pageX:e.pageX,pageY:e.pageY},h[e.pointerId].target||(h[e.pointerId].target=e.currentTarget)}))},t.prototype.onDocumentPointerUp=function(e){i(e,"onDocumentTouchEnd","touchend",(function(e){delete h[e.pointerId]}))},t.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(c)},t}(t)})),t(n,"Core/Legend.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=e.animObject,i=e.setAnimation,o=n.addEvent,a=n.css,s=n.defined,l=n.discardElement,c=n.find,u=n.fireEvent,d=n.format,p=n.isNumber,h=n.merge,f=n.pick,m=n.relativeLength,g=n.stableSort,y=n.syncTimeout;e=n.wrap,n=t.isFirefox;var v=t.marginNames,b=t.win,_=function(){function e(e,t){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=e,this.init(e,t)}return e.prototype.init=function(e,t){this.chart=e,this.setOptions(t),t.enabled&&(this.render(),o(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=o(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},e.prototype.setOptions=function(e){var t=f(e.padding,8);this.options=e,this.chart.styledMode||(this.itemStyle=e.itemStyle,this.itemHiddenStyle=h(this.itemStyle,e.itemHiddenStyle)),this.itemMarginTop=e.itemMarginTop||0,this.itemMarginBottom=e.itemMarginBottom||0,this.padding=t,this.initialItemY=t-5,this.symbolWidth=f(e.symbolWidth,16),this.pages=[],this.proximate="proximate"===e.layout&&!this.chart.inverted,this.baseline=void 0},e.prototype.update=function(e,t){var n=this.chart;this.setOptions(h(!0,this.options,e)),this.destroy(),n.isDirtyLegend=n.isDirtyBox=!0,f(t,!0)&&n.redraw(),u(this,"afterUpdate")},e.prototype.colorizeItem=function(e,t){if(e.legendGroup[t?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var n=this.options,r=e.legendItem,i=e.legendLine,o=e.legendSymbol,a=this.itemHiddenStyle.color;n=t?n.itemStyle.color:a;var s=t&&e.color||a,l=e.options&&e.options.marker,c={fill:s};r&&r.css({fill:n,color:n}),i&&i.attr({stroke:s}),o&&(l&&o.isMarker&&(c=e.pointAttribs(),t||(c.stroke=c.fill=a)),o.attr(c))}u(this,"afterColorizeItem",{item:e,visible:t})},e.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},e.prototype.positionItem=function(e){var t=this,n=this.options,r=n.symbolPadding,i=!n.rtl,o=e._legendItemPos;n=o[0],o=o[1];var a=e.checkbox,l=e.legendGroup;l&&l.element&&(r={translateX:i?n:this.legendWidth-n-2*r-4,translateY:o},i=function(){u(t,"afterPositionItem",{item:e})},s(l.translateY)?l.animate(r,void 0,i):(l.attr(r),i())),a&&(a.x=n,a.y=o)},e.prototype.destroyItem=function(e){var t=e.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),t&&l(e.checkbox)},e.prototype.destroy=function(){function e(e){this[e]&&(this[e]=this[e].destroy())}this.getAllItems().forEach((function(t){["legendItem","legendGroup"].forEach(e,t)})),"clipRect up down pager nav box title group".split(" ").forEach(e,this),this.display=null},e.prototype.positionCheckboxes=function(){var e=this.group&&this.group.alignAttr,t=this.clipHeight||this.legendHeight,n=this.titleHeight;if(e){var r=e.translateY;this.allItems.forEach((function(i){var o=i.checkbox;if(o){var s=r+n+o.y+(this.scrollOffset||0)+3;a(o,{left:e.translateX+i.checkboxOffset+o.x-20+"px",top:s+"px",display:this.proximate||s>r-6&&s<r+t-6?"":"none"})}}),this)}},e.prototype.renderTitle=function(){var e=this.options,t=this.padding,n=e.title,r=0;n.text&&(this.title||(this.title=this.chart.renderer.label(n.text,t-3,t-4,null,null,null,e.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(n.style),this.title.add(this.group)),n.width||this.title.css({width:this.maxLegendWidth+"px"}),r=(e=this.title.getBBox()).height,this.offsetWidth=e.width,this.contentGroup.attr({translateY:r})),this.titleHeight=r},e.prototype.setText=function(e){var t=this.options;e.legendItem.attr({text:t.labelFormat?d(t.labelFormat,e,this.chart):t.labelFormatter.call(e)})},e.prototype.renderItem=function(e){var t=this.chart,n=t.renderer,r=this.options,i=this.symbolWidth,o=r.symbolPadding,a=this.itemStyle,s=this.itemHiddenStyle,l="horizontal"===r.layout?f(r.itemDistance,20):0,c=!r.rtl,u=e.legendItem,d=!e.series,p=!d&&e.series.drawLegendSymbol?e.series:e,m=p.options;l=i+o+l+((m=this.createCheckboxForItem&&m&&m.showCheckbox)?20:0);var g=r.useHTML,y=e.options.className;u||(e.legendGroup=n.g("legend-item").addClass("highcharts-"+p.type+"-series highcharts-color-"+e.colorIndex+(y?" "+y:"")+(d?" highcharts-series-"+e.index:"")).attr({zIndex:1}).add(this.scrollGroup),e.legendItem=u=n.text("",c?i+o:-o,this.baseline||0,g),t.styledMode||u.css(h(e.visible?a:s)),u.attr({align:c?"left":"right",zIndex:2}).add(e.legendGroup),this.baseline||(this.fontMetrics=n.fontMetrics(t.styledMode?12:a.fontSize,u),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,u.attr("y",this.baseline)),this.symbolHeight=r.symbolHeight||this.fontMetrics.f,p.drawLegendSymbol(this,e),this.setItemEvents&&this.setItemEvents(e,u,g)),m&&!e.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(e),this.colorizeItem(e,e.visible),!t.styledMode&&a.width||u.css({width:(r.itemWidth||this.widthOption||t.spacingBox.width)-l+"px"}),this.setText(e),t=u.getBBox(),e.itemWidth=e.checkboxOffset=r.itemWidth||e.legendItemWidth||t.width+l,this.maxItemWidth=Math.max(this.maxItemWidth,e.itemWidth),this.totalItemWidth+=e.itemWidth,this.itemHeight=e.itemHeight=Math.round(e.legendItemHeight||t.height||this.symbolHeight)},e.prototype.layoutItem=function(e){var t=this.options,n=this.padding,r="horizontal"===t.layout,i=e.itemHeight,o=this.itemMarginBottom,a=this.itemMarginTop,s=r?f(t.itemDistance,20):0,l=this.maxLegendWidth;t=t.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:e.itemWidth,r&&this.itemX-n+t>l&&(this.itemX=n,this.lastLineHeight&&(this.itemY+=a+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=a+this.itemY+o,this.lastLineHeight=Math.max(i,this.lastLineHeight),e._legendItemPos=[this.itemX,this.itemY],r?this.itemX+=t:(this.itemY+=a+i+o,this.lastLineHeight=i),this.offsetWidth=this.widthOption||Math.max((r?this.itemX-n-(e.checkbox?0:s):t)+n,this.offsetWidth)},e.prototype.getAllItems=function(){var e=[];return this.chart.series.forEach((function(t){var n=t&&t.options;t&&f(n.showInLegend,!s(n.linkedTo)&&void 0,!0)&&(e=e.concat(t.legendItems||("point"===n.legendType?t.data:t)))})),u(this,"afterGetAllItems",{allItems:e}),e},e.prototype.getAlignment=function(){var e=this.options;return this.proximate?e.align.charAt(0)+"tv":e.floating?"":e.align.charAt(0)+e.verticalAlign.charAt(0)+e.layout.charAt(0)},e.prototype.adjustMargins=function(e,t){var n=this.chart,r=this.options,i=this.getAlignment();i&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,a){o.test(i)&&!s(e[a])&&(n[v[a]]=Math.max(n[v[a]],n.legend[(a+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][a]*r[a%2?"x":"y"]+f(r.margin,12)+t[a]+(n.titleOffset[a]||0)))}))},e.prototype.proximatePositions=function(){var e=this.chart,n=[],r="left"===this.options.align;this.allItems.forEach((function(t){var i,o=r;if(t.yAxis){t.xAxis.options.reversed&&(o=!o),t.points&&(i=c(o?t.points:t.points.slice(0).reverse(),(function(e){return p(e.plotY)}))),o=this.itemMarginTop+t.legendItem.getBBox().height+this.itemMarginBottom;var a=t.yAxis.top-e.plotTop;t.visible?(i=i?i.plotY:t.yAxis.height,i+=a-.3*o):i=a+t.yAxis.height,n.push({target:i,size:o,item:t})}}),this),t.distribute(n,e.plotHeight),n.forEach((function(t){t.item._legendItemPos[1]=e.plotTop-e.spacing[0]+t.pos}))},e.prototype.render=function(){var e=this.chart,t=e.renderer,n=this.group,r=this.box,i=this.options,o=this.padding;this.itemX=o,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=m(i.width,e.spacingBox.width-o);var a=e.spacingBox.width-2*o-i.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(a/=2),this.maxLegendWidth=this.widthOption||a,n||(this.group=n=t.g("legend").attr({zIndex:7}).add(),this.contentGroup=t.g().attr({zIndex:1}).add(n),this.scrollGroup=t.g().add(this.contentGroup)),this.renderTitle();var s=this.getAllItems();g(s,(function(e,t){return(e.options&&e.options.legendIndex||0)-(t.options&&t.options.legendIndex||0)})),i.reversed&&s.reverse(),this.allItems=s,this.display=a=!!s.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,s.forEach(this.renderItem,this),s.forEach(this.layoutItem,this),s=(this.widthOption||this.offsetWidth)+o;var l=this.lastItemY+this.lastLineHeight+this.titleHeight;l=this.handleOverflow(l),l+=o,r||(this.box=r=t.rect().addClass("highcharts-legend-box").attr({r:i.borderRadius}).add(n),r.isNew=!0),e.styledMode||r.attr({stroke:i.borderColor,"stroke-width":i.borderWidth||0,fill:i.backgroundColor||"none"}).shadow(i.shadow),0<s&&0<l&&(r[r.isNew?"attr":"animate"](r.crisp.call({},{x:0,y:0,width:s,height:l},r.strokeWidth())),r.isNew=!1),r[a?"show":"hide"](),e.styledMode&&"none"===n.getStyle("display")&&(s=l=0),this.legendWidth=s,this.legendHeight=l,a&&this.align(),this.proximate||this.positionItems(),u(this,"afterRender")},e.prototype.align=function(e){void 0===e&&(e=this.chart.spacingBox);var t=this.chart,n=this.options,r=e.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<t.titleOffset[0]?r+=t.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<t.titleOffset[2]&&(r-=t.titleOffset[2]),r!==e.y&&(e=h(e,{y:r})),this.group.align(h(n,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":n.verticalAlign}),!0,e)},e.prototype.handleOverflow=function(e){var t=this,n=this.chart,r=n.renderer,i=this.options,o=i.y,a=this.padding;o=n.spacingBox.height+("top"===i.verticalAlign?-o:o)-a;var s,l,c=i.maxHeight,u=this.clipRect,d=i.navigation,p=f(d.animation,!0),h=d.arrowSize||12,m=this.nav,g=this.pages,y=this.allItems,v=function(e){"number"==typeof e?u.attr({height:e}):u&&(t.clipRect=u.destroy(),t.contentGroup.clip()),t.contentGroup.div&&(t.contentGroup.div.style.clip=e?"rect("+a+"px,9999px,"+(a+e)+"px,0)":"auto")},b=function(e){return t[e]=r.circle(0,0,1.3*h).translate(h/2,h/2).add(m),n.styledMode||t[e].attr("fill","rgba(0,0,0,0.0001)"),t[e]};return"horizontal"!==i.layout||"middle"===i.verticalAlign||i.floating||(o/=2),c&&(o=Math.min(o,c)),g.length=0,e>o&&!1!==d.enabled?(this.clipHeight=s=Math.max(o-20-this.titleHeight-a,0),this.currentPage=f(this.currentPage,1),this.fullHeight=e,y.forEach((function(e,t){var n=e._legendItemPos[1],r=Math.round(e.legendItem.getBBox().height),i=g.length;(!i||n-g[i-1]>s&&(l||n)!==g[i-1])&&(g.push(l||n),i++),e.pageIx=i-1,l&&(y[t-1].pageIx=i-1),t===y.length-1&&n+r-g[i-1]>s&&n!==l&&(g.push(n),e.pageIx=i),n!==l&&(l=n)})),u||(u=t.clipRect=r.clipRect(0,a,9999,0),t.contentGroup.clip(u)),v(s),m||(this.nav=m=r.g().attr({zIndex:1}).add(this.group),this.up=r.symbol("triangle",0,0,h,h).add(m),b("upTracker").on("click",(function(){t.scroll(-1,p)})),this.pager=r.text("",15,10).addClass("highcharts-legend-navigation"),n.styledMode||this.pager.css(d.style),this.pager.add(m),this.down=r.symbol("triangle-down",0,0,h,h).add(m),b("downTracker").on("click",(function(){t.scroll(1,p)}))),t.scroll(0),e=o):m&&(v(),this.nav=m.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),e},e.prototype.scroll=function(e,t){var n=this,o=this.chart,a=this.pages,s=a.length,l=this.currentPage+e;e=this.clipHeight;var c=this.options.navigation,d=this.pager,p=this.padding;l>s&&(l=s),0<l&&(void 0!==t&&i(t,o),this.nav.attr({translateX:p,translateY:e+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(e){e.attr({class:1===l?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),d.attr({text:l+"/"+s}),[this.down,this.downTracker].forEach((function(e){e.attr({x:18+this.pager.getBBox().width,class:l===s?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),o.styledMode||(this.up.attr({fill:1===l?c.inactiveColor:c.activeColor}),this.upTracker.css({cursor:1===l?"default":"pointer"}),this.down.attr({fill:l===s?c.inactiveColor:c.activeColor}),this.downTracker.css({cursor:l===s?"default":"pointer"})),this.scrollOffset=-a[l-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=l,this.positionCheckboxes(),t=r(f(t,o.renderer.globalAnimation,!0)),y((function(){u(n,"afterScroll",{currentPage:l})}),t.duration))},e}();return(/Trident\/7\.0/.test(b.navigator&&b.navigator.userAgent)||n)&&e(_.prototype,"positionItem",(function(e,t){var n=this,r=function(){t._legendItemPos&&e.call(n,t)};r(),n.bubbleLegend||setTimeout(r)})),t.Legend=_,t.Legend})),t(n,"Core/Series/Point.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=e.animObject,i=n.defined,o=n.erase,a=n.extend,s=n.fireEvent,l=n.format,c=n.getNestedProperty,u=n.isArray,d=n.isNumber,p=n.isObject,h=n.syncTimeout,f=n.pick,m=n.removeEvent,g=n.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var e,t=this,n={x:t.startXPos,opacity:0},r=t.getGraphicalProps();r.singular.forEach((function(r){e="dataLabel"===r,t[r]=t[r].animate(e?{x:t[r].startXPos,y:t[r].startYPos,opacity:0}:n)})),r.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(a({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,n){var r=this.series,i=r.options.pointValKey||r.pointValKey;return t=e.prototype.optionsToObject.call(this,t),a(this,t),this.options=this.options?a(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,i&&(this.y=e.prototype.getNestedProperty.call(this,i)),this.formatPrefix=(this.isNull=f(this.isValid&&!this.isValid(),null===this.x||!d(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===n&&r.xAxis&&r.xAxis.hasNames&&(this.x=r.xAxis.nameToX(this)),void 0===this.x&&r&&(this.x=void 0===n?r.autoIncrement(this):n),this},e.prototype.destroy=function(){function e(){for(a in(t.graphic||t.dataLabel||t.dataLabels)&&(m(t),t.destroyElements()),t)t[a]=null}var t=this,n=t.series,i=n.chart;n=n.options.dataSorting;var a,s=i.hoverPoints,l=r(t.series.chart.renderer.globalAnimation);t.legendItem&&i.legend.destroyItem(t),s&&(t.setState(),o(s,t),s.length||(i.hoverPoints=null)),t===i.hoverPoint&&t.onMouseOut(),n&&n.enabled?(this.animateBeforeDestroy(),h(e,l.duration)):e(),i.pointCount--},e.prototype.destroyElements=function(e){var t=this;(e=t.getGraphicalProps(e)).singular.forEach((function(e){t[e]=t[e].destroy()})),e.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.destroy()})),delete t[e]}))},e.prototype.firePointEvent=function(e,t,n){var r=this,i=this.series.options;(i.point.events[e]||r.options&&r.options.events&&r.options.events[e])&&r.importEvents(),"click"===e&&i.allowPointSelect&&(n=function(e){r.select&&r.select(null,e.ctrlKey||e.metaKey||e.shiftKey)}),s(r,e,t,n)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(e){var t,n=this,r=[],i={singular:[],plural:[]};for((e=e||{graphic:1,dataLabel:1}).graphic&&r.push("graphic","shadowGroup"),e.dataLabel&&r.push("dataLabel","dataLabelUpper","connector"),t=r.length;t--;){var o=r[t];n[o]&&i.singular.push(o)}return["dataLabel","connector"].forEach((function(t){var r=t+"s";e[t]&&n[r]&&i.plural.push(r)})),i},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(e){if(e)return 0===e.indexOf("custom.")?c(e,this.options):this[e]},e.prototype.getZone=function(){var e=this.series,t=e.zones;e=e.zoneAxis||"y";var n,r=0;for(n=t[r];this[e]>=n.value;)n=t[++r];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(e,t,n){return this.series=e,this.applyOptions(t,n),this.id=i(this.id)?this.id:g(),this.resolveColor(),e.chart.pointCount++,s(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var n={},r=this.series,i=r.options.keys,o=i||r.pointArrayMap||["y"],a=o.length,s=0,l=0;if(d(t)||null===t)n[o[0]]=t;else if(u(t))for(!i&&t.length>a&&("string"===(r=typeof t[0])?n.name=t[0]:"number"===r&&(n.x=t[0]),s++);l<a;)i&&void 0===t[s]||(0<o[l].indexOf(".")?e.prototype.setNestedProperty(n,t[s],o[l]):n[o[l]]=t[s]),s++,l++;else"object"==typeof t&&(n=t,t.dataLabels&&(r._hasPointLabels=!0),t.marker&&(r._hasPointMarkers=!0));return n},e.prototype.resolveColor=function(){var e=this.series,t=e.chart.options.chart.colorCount,n=e.chart.styledMode;delete this.nonZonedColor,n||this.options.color||(this.color=e.color),e.options.colorByPoint?(n||(t=e.options.colors||e.chart.options.colors,this.color=this.color||t[e.colorCounter],t=t.length),n=e.colorCounter,e.colorCounter++,e.colorCounter===t&&(e.colorCounter=0)):n=e.colorIndex,this.colorIndex=f(this.colorIndex,n)},e.prototype.setNestedProperty=function(e,t,n){return n.split(".").reduce((function(e,n,r,i){return e[n]=i.length-1===r?t:p(e[n],!0)?e[n]:{},e[n]}),e),e},e.prototype.tooltipFormatter=function(e){var t=this.series,n=t.tooltipOptions,r=f(n.valueDecimals,""),i=n.valuePrefix||"",o=n.valueSuffix||"";return t.chart.styledMode&&(e=t.chart.tooltip.styledModeFormat(e)),(t.pointArrayMap||["y"]).forEach((function(t){t="{point."+t,(i||o)&&(e=e.replace(RegExp(t+"}","g"),i+t+"}"+o)),e=e.replace(RegExp(t+"}","g"),t+":,."+r+"f}")})),l(e,{point:this,series:this.series},t.chart)},e}(),t.Point=e})),t(n,"Core/Series/Series.js",[n["Core/Globals.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(e,t,n){var r=n.error,i=n.extendClass,o=n.fireEvent,a=n.getOptions,s=n.isObject,l=n.merge,c=n.objectEach;return(n=function(){function e(t,n){var r=l(e.defaultOptions,n);this.chart=t,this._i=t.series.length,t.series.push(this),this.options=r,this.userOptions=l(n)}return e.addSeries=function(t,n){e.seriesTypes[t]=n},e.cleanRecursively=function(t,n){var r={};return c(t,(function(i,o){s(t[o],!0)&&!t.nodeType&&n[o]?(i=e.cleanRecursively(t[o],n[o]),Object.keys(i).length&&(r[o]=i)):(s(t[o])||t[o]!==n[o])&&(r[o]=t[o])})),r},e.getSeries=function(t,n){void 0===n&&(n={});var i=t.options.chart;i=n.type||i.type||i.defaultSeriesType||"";var o=e.seriesTypes[i];return o||r(17,!0,t,{missingModuleFor:i}),new o(t,n)},e.seriesType=function(n,r,o,s,c){var u=a().plotOptions||{},d=e.seriesTypes;return r=r||"",u[n]=l(u[r],o),e.addSeries(n,i(d[r]||function(){},s)),d[n].prototype.type=n,c&&(d[n].prototype.pointClass=i(t,c)),d[n]},e.prototype.update=function(t,n){void 0===n&&(n=!0);var r=this,i=(t=e.cleanRecursively(t,this.userOptions)).type;return void 0!==i&&i!==r.type&&(r=e.getSeries(r.chart,t)),o(r,"update",{newOptions:t}),r.userOptions=l(t),o(r,"afterUpdate",{newOptions:t}),n&&r.chart.redraw(),r},e.defaultOptions={type:"base"},e.seriesTypes={},e}()).prototype.pointClass=t,e.seriesType=n.seriesType,e.seriesTypes=n.seriesTypes,n})),t(n,"Core/Chart/Chart.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Series/Series.js"],n["Core/Globals.js"],n["Core/Legend.js"],n["Core/MSPointer.js"],n["Core/Options.js"],n["Core/Pointer.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s,l,c){var u=e.animate,d=e.animObject,p=e.setAnimation,h=r.charts,f=r.doc,m=r.win,g=a.defaultOptions,y=c.addEvent,v=c.attr,b=c.createElement,_=c.css,x=c.defined,w=c.discardElement,M=c.erase,S=c.error,k=c.extend,O=c.find,L=c.fireEvent,C=c.getStyle,T=c.isArray,A=c.isFunction,j=c.isNumber,E=c.isObject,I=c.isString,P=c.merge,D=c.numberFormat,Y=c.objectEach,N=c.pick,H=c.pInt,R=c.relativeLength,z=c.removeEvent,B=c.splat,W=c.syncTimeout,F=c.uniqueKey,V=r.marginNames,U=function(){function e(e,t,n){this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.getArgs(e,t,n)}return e.prototype.getArgs=function(e,t,n){I(e)||e.nodeName?(this.renderTo=e,this.init(t,n)):this.init(e,t)},e.prototype.init=function(e,t){var n,i=e.series,o=e.plotOptions||{};L(this,"init",{args:arguments},(function(){e.series=null;var a=(n=P(g,e)).chart||{};Y(n.plotOptions,(function(e,t){E(e)&&(e.tooltip=o[t]&&P(o[t].tooltip)||void 0)})),n.tooltip.userOptions=e.chart&&e.chart.forExport&&e.tooltip.userOptions||e.tooltip,n.series=e.series=i,this.userOptions=e;var s=a.events;this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=t,this.isResizing=0,this.options=n,this.axes=[],this.series=[],this.time=e.time&&Object.keys(e.time).length?new l(e.time):r.time,this.numberFormatter=a.numberFormatter||D,this.styledMode=a.styledMode,this.hasCartesianSeries=a.showAxes;var c=this;c.index=h.length,h.push(c),r.chartCount++,s&&Y(s,(function(e,t){A(e)&&y(c,t,e)})),c.xAxis=[],c.yAxis=[],c.pointCount=c.colorCounter=c.symbolCounter=0,L(c,"afterInit"),c.firstRender()}))},e.prototype.initSeries=function(e){var t=this.options.chart;t=e.type||t.type||t.defaultSeriesType;var r=n.seriesTypes[t];return r||S(17,!0,this,{missingModuleFor:t}),"function"==typeof(t=new r(this,e)).init&&t.init(this,e),t},e.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(e){e.points||e.data||!e.enabledDataSorting||e.setData(e.options.data,!1)}))},e.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(e,t){return e.linkedSeries.length||t.linkedSeries.length?t.linkedSeries.length-e.linkedSeries.length:0}))},e.prototype.orderSeries=function(e){var t=this.series;for(e=e||0;e<t.length;e++)t[e]&&(t[e].index=e,t[e].name=t[e].getName())},e.prototype.isInsidePlot=function(e,t,n){var r=n?t:e;return r={x:r,y:e=n?e:t,isInsidePlot:0<=r&&r<=this.plotWidth&&0<=e&&e<=this.plotHeight},L(this,"afterIsInsidePlot",r),r.isInsidePlot},e.prototype.redraw=function(e){L(this,"beforeRedraw");var t=this,n=t.axes,r=t.series,i=t.pointer,o=t.legend,a=t.userOptions.legend,s=t.isDirtyLegend,l=t.hasCartesianSeries,c=t.isDirtyBox,u=t.renderer,d=u.isHidden(),h=[];for(t.setResponsive&&t.setResponsive(!1),p(!!t.hasRendered&&e,t),d&&t.temporaryDisplay(),t.layOutTitles(),e=r.length;e--;){var f=r[e];if(f.options.stacking){var m=!0;if(f.isDirty){var g=!0;break}}}if(g)for(e=r.length;e--;)(f=r[e]).options.stacking&&(f.isDirty=!0);r.forEach((function(e){e.isDirty&&("point"===e.options.legendType?("function"==typeof e.updateTotals&&e.updateTotals(),s=!0):a&&(a.labelFormatter||a.labelFormat)&&(s=!0)),e.isDirtyData&&L(e,"updatedData")})),s&&o&&o.options.enabled&&(o.render(),t.isDirtyLegend=!1),m&&t.getStacks(),l&&n.forEach((function(e){t.isResizing&&j(e.min)||(e.updateNames(),e.setScale())})),t.getMargins(),l&&(n.forEach((function(e){e.isDirty&&(c=!0)})),n.forEach((function(e){var t=e.min+","+e.max;e.extKey!==t&&(e.extKey=t,h.push((function(){L(e,"afterSetExtremes",k(e.eventArgs,e.getExtremes())),delete e.eventArgs}))),(c||m)&&e.redraw()}))),c&&t.drawChartBox(),L(t,"predraw"),r.forEach((function(e){(c||e.isDirty)&&e.visible&&e.redraw(),e.isDirtyData=!1})),i&&i.reset(!0),u.draw(),L(t,"redraw"),L(t,"render"),d&&t.temporaryDisplay(!0),h.forEach((function(e){e.call()}))},e.prototype.get=function(e){function t(t){return t.id===e||t.options&&t.options.id===e}var n,r=this.series,i=O(this.axes,t)||O(this.series,t);for(n=0;!i&&n<r.length;n++)i=O(r[n].points||[],t);return i},e.prototype.getAxes=function(){var e=this,n=this.options,r=n.xAxis=B(n.xAxis||{});n=n.yAxis=B(n.yAxis||{}),L(this,"getAxes"),r.forEach((function(e,t){e.index=t,e.isX=!0})),n.forEach((function(e,t){e.index=t})),r.concat(n).forEach((function(n){new t(e,n)})),L(this,"afterGetAxes")},e.prototype.getSelectedPoints=function(){var e=[];return this.series.forEach((function(t){e=e.concat(t.getPointsCollection().filter((function(e){return N(e.selectedStaging,e.selected)})))})),e},e.prototype.getSelectedSeries=function(){return this.series.filter((function(e){return e.selected}))},e.prototype.setTitle=function(e,t,n){this.applyDescription("title",e),this.applyDescription("subtitle",t),this.applyDescription("caption",void 0),this.layOutTitles(n)},e.prototype.applyDescription=function(e,t){var n=this,r="title"===e?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};r=this.options[e]=P(!this.styledMode&&{style:r},this.options[e],t);var i=this[e];i&&t&&(this[e]=i=i.destroy()),r&&!i&&((i=this.renderer.text(r.text,0,0,r.useHTML).attr({align:r.align,class:"highcharts-"+e,zIndex:r.zIndex||4}).add()).update=function(t){n[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[e]](t)},this.styledMode||i.css(r.style),this[e]=i)},e.prototype.layOutTitles=function(e){var t=[0,0,0],n=this.renderer,r=this.spacingBox;["title","subtitle","caption"].forEach((function(e){var i=this[e],o=this.options[e],a=o.verticalAlign||"top";if(e="title"===e?-3:"top"===a?t[0]+2:0,i){if(!this.styledMode)var s=o.style.fontSize;s=n.fontMetrics(s,i).b,i.css({width:(o.width||r.width+(o.widthAdjust||0))+"px"});var l=Math.round(i.getBBox(o.useHTML).height);i.align(k({y:"bottom"===a?s:e+s,height:l},o),!1,"spacingBox"),o.floating||("top"===a?t[0]=Math.ceil(t[0]+l):"bottom"===a&&(t[2]=Math.ceil(t[2]+l)))}}),this),t[0]&&"top"===(this.options.title.verticalAlign||"top")&&(t[0]+=this.options.title.margin),t[2]&&"bottom"===this.options.caption.verticalAlign&&(t[2]+=this.options.caption.margin);var i=!this.titleOffset||this.titleOffset.join(",")!==t.join(",");this.titleOffset=t,L(this,"afterLayOutTitles"),!this.isDirtyBox&&i&&(this.isDirtyBox=this.isDirtyLegend=i,this.hasRendered&&N(e,!0)&&this.isDirtyBox&&this.redraw())},e.prototype.getChartSize=function(){var e=this.options.chart,t=e.width;e=e.height;var n=this.renderTo;x(t)||(this.containerWidth=C(n,"width")),x(e)||(this.containerHeight=C(n,"height")),this.chartWidth=Math.max(0,t||this.containerWidth||600),this.chartHeight=Math.max(0,R(e,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},e.prototype.temporaryDisplay=function(e){var t=this.renderTo;if(e)for(;t&&t.style;)t.hcOrigStyle&&(_(t,t.hcOrigStyle),delete t.hcOrigStyle),t.hcOrigDetached&&(f.body.removeChild(t),t.hcOrigDetached=!1),t=t.parentNode;else for(;t&&t.style&&(f.body.contains(t)||t.parentNode||(t.hcOrigDetached=!0,f.body.appendChild(t)),("none"===C(t,"display",!1)||t.hcOricDetached)&&(t.hcOrigStyle={display:t.style.display,height:t.style.height,overflow:t.style.overflow},e={display:"block",overflow:"hidden"},t!==this.renderTo&&(e.height=0),_(t,e),t.offsetWidth||t.style.setProperty("display","block","important")),(t=t.parentNode)!==f.body););},e.prototype.setClassName=function(e){this.container.className="highcharts-container "+(e||"")},e.prototype.getContainer=function(){var e,t,n=this.options,i=n.chart,o=this.renderTo,a=F();o||(this.renderTo=o=i.renderTo),I(o)&&(this.renderTo=o=f.getElementById(o)),o||S(13,!0,this);var s=H(v(o,"data-highcharts-chart"));j(s)&&h[s]&&h[s].hasRendered&&h[s].destroy(),v(o,"data-highcharts-chart",this.index),o.innerHTML="",i.skipClone||o.offsetWidth||this.temporaryDisplay(),this.getChartSize(),s=this.chartWidth;var l=this.chartHeight;if(_(o,{overflow:"hidden"}),this.styledMode||(e=k({position:"relative",overflow:"hidden",width:s+"px",height:l+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none"},i.style)),this.container=o=b("div",{id:a},e,o),this._cursor=o.style.cursor,this.renderer=new(r[i.renderer]||r.Renderer)(o,s,l,null,i.forExport,n.exporting&&n.exporting.allowHTML,this.styledMode),p(void 0,this),this.setClassName(i.className),this.styledMode)for(t in n.defs)this.renderer.definition(n.defs[t]);else this.renderer.setStyle(i.style);this.renderer.chartIndex=this.index,L(this,"afterGetContainer")},e.prototype.getMargins=function(e){var t=this.spacing,n=this.margin,r=this.titleOffset;this.resetMargins(),r[0]&&!x(n[0])&&(this.plotTop=Math.max(this.plotTop,r[0]+t[0])),r[2]&&!x(n[2])&&(this.marginBottom=Math.max(this.marginBottom,r[2]+t[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(n,t),L(this,"getMargins"),e||this.getAxisMargins()},e.prototype.getAxisMargins=function(){var e=this,t=e.axisOffset=[0,0,0,0],n=e.colorAxis,r=e.margin,i=function(e){e.forEach((function(e){e.visible&&e.getOffset()}))};e.hasCartesianSeries?i(e.axes):n&&n.length&&i(n),V.forEach((function(n,i){x(r[i])||(e[n]+=t[i])})),e.setChartSize()},e.prototype.reflow=function(e){var t=this,n=t.options.chart,r=t.renderTo,i=x(n.width)&&x(n.height),o=n.width||C(r,"width");n=n.height||C(r,"height"),r=e?e.target:m,i||t.isPrinting||!o||!n||r!==m&&r!==f||(o===t.containerWidth&&n===t.containerHeight||(c.clearTimeout(t.reflowTimeout),t.reflowTimeout=W((function(){t.container&&t.setSize(void 0,void 0,!1)}),e?100:0)),t.containerWidth=o,t.containerHeight=n)},e.prototype.setReflow=function(e){var t=this;!1===e||this.unbindReflow?!1===e&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=y(m,"resize",(function(e){t.options&&t.reflow(e)})),y(this,"destroy",this.unbindReflow))},e.prototype.setSize=function(e,t,n){var r=this,i=r.renderer;r.isResizing+=1,p(n,r),n=i.globalAnimation,r.oldChartHeight=r.chartHeight,r.oldChartWidth=r.chartWidth,void 0!==e&&(r.options.chart.width=e),void 0!==t&&(r.options.chart.height=t),r.getChartSize(),r.styledMode||(n?u:_)(r.container,{width:r.chartWidth+"px",height:r.chartHeight+"px"},n),r.setChartSize(!0),i.setSize(r.chartWidth,r.chartHeight,n),r.axes.forEach((function(e){e.isDirty=!0,e.setScale()})),r.isDirtyLegend=!0,r.isDirtyBox=!0,r.layOutTitles(),r.getMargins(),r.redraw(n),r.oldChartHeight=null,L(r,"resize"),W((function(){r&&L(r,"endResize",null,(function(){--r.isResizing}))}),d(n).duration)},e.prototype.setChartSize=function(e){var t,n,r,i,o=this.inverted,a=this.renderer,s=this.chartWidth,l=this.chartHeight,c=this.options.chart,u=this.spacing,d=this.clipOffset;this.plotLeft=t=Math.round(this.plotLeft),this.plotTop=n=Math.round(this.plotTop),this.plotWidth=r=Math.max(0,Math.round(s-t-this.marginRight)),this.plotHeight=i=Math.max(0,Math.round(l-n-this.marginBottom)),this.plotSizeX=o?i:r,this.plotSizeY=o?r:i,this.plotBorderWidth=c.plotBorderWidth||0,this.spacingBox=a.spacingBox={x:u[3],y:u[0],width:s-u[3]-u[1],height:l-u[0]-u[2]},this.plotBox=a.plotBox={x:t,y:n,width:r,height:i},s=2*Math.floor(this.plotBorderWidth/2),o=Math.ceil(Math.max(s,d[3])/2),a=Math.ceil(Math.max(s,d[0])/2),this.clipBox={x:o,y:a,width:Math.floor(this.plotSizeX-Math.max(s,d[1])/2-o),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(s,d[2])/2-a))},e||this.axes.forEach((function(e){e.setAxisSize(),e.setAxisTranslation()})),L(this,"afterSetChartSize",{skipAxes:e})},e.prototype.resetMargins=function(){L(this,"resetMargins");var e=this,t=e.options.chart;["margin","spacing"].forEach((function(n){var r=t[n],i=E(r)?r:[r,r,r,r];["Top","Right","Bottom","Left"].forEach((function(r,o){e[n][o]=N(t[n+r],i[o])}))})),V.forEach((function(t,n){e[t]=N(e.margin[n],e.spacing[n])})),e.axisOffset=[0,0,0,0],e.clipOffset=[0,0,0,0]},e.prototype.drawChartBox=function(){var e,t=this.options.chart,n=this.renderer,r=this.chartWidth,i=this.chartHeight,o=this.chartBackground,a=this.plotBackground,s=this.plotBorder,l=this.styledMode,c=this.plotBGImage,u=t.backgroundColor,d=t.plotBackgroundColor,p=t.plotBackgroundImage,h=this.plotLeft,f=this.plotTop,m=this.plotWidth,g=this.plotHeight,y=this.plotBox,v=this.clipRect,b=this.clipBox,_="animate";if(o||(this.chartBackground=o=n.rect().addClass("highcharts-background").add(),_="attr"),l)var x=e=o.strokeWidth();else e=(x=t.borderWidth||0)+(t.shadow?8:0),u={fill:u||"none"},(x||o["stroke-width"])&&(u.stroke=t.borderColor,u["stroke-width"]=x),o.attr(u).shadow(t.shadow);o[_]({x:e/2,y:e/2,width:r-e-x%2,height:i-e-x%2,r:t.borderRadius}),_="animate",a||(_="attr",this.plotBackground=a=n.rect().addClass("highcharts-plot-background").add()),a[_](y),l||(a.attr({fill:d||"none"}).shadow(t.plotShadow),p&&(c?(p!==c.attr("href")&&c.attr("href",p),c.animate(y)):this.plotBGImage=n.image(p,h,f,m,g).add())),v?v.animate({width:b.width,height:b.height}):this.clipRect=n.clipRect(b),_="animate",s||(_="attr",this.plotBorder=s=n.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),l||s.attr({stroke:t.plotBorderColor,"stroke-width":t.plotBorderWidth||0,fill:"none"}),s[_](s.crisp({x:h,y:f,width:m,height:g},-s.strokeWidth())),this.isDirtyBox=!1,L(this,"afterDrawChartBox")},e.prototype.propFromSeries=function(){var e,t,r,i=this,o=i.options.chart,a=i.options.series;["inverted","angular","polar"].forEach((function(s){for(e=n.seriesTypes[o.type||o.defaultSeriesType],r=o[s]||e&&e.prototype[s],t=a&&a.length;!r&&t--;)(e=n.seriesTypes[a[t].type])&&e.prototype[s]&&(r=!0);i[s]=r}))},e.prototype.linkSeries=function(){var e=this,t=e.series;t.forEach((function(e){e.linkedSeries.length=0})),t.forEach((function(t){var n=t.options.linkedTo;I(n)&&(n=":previous"===n?e.series[t.index-1]:e.get(n))&&n.linkedParent!==t&&(n.linkedSeries.push(t),t.linkedParent=n,n.enabledDataSorting&&t.setDataSortingOptions(),t.visible=N(t.options.visible,n.options.visible,t.visible))})),L(this,"afterLinkSeries")},e.prototype.renderSeries=function(){this.series.forEach((function(e){e.translate(),e.render()}))},e.prototype.renderLabels=function(){var e=this,t=e.options.labels;t.items&&t.items.forEach((function(n){var r=k(t.style,n.style),i=H(r.left)+e.plotLeft,o=H(r.top)+e.plotTop+12;delete r.left,delete r.top,e.renderer.text(n.html,i,o).attr({zIndex:2}).css(r).add()}))},e.prototype.render=function(){var e=this.axes,t=this.colorAxis,n=this.renderer,r=this.options,o=0,a=function(e){e.forEach((function(e){e.visible&&e.render()}))};this.setTitle(),this.legend=new i(this,r.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),r=this.plotWidth,e.some((function(e){if(e.horiz&&e.visible&&e.options.labels.enabled&&e.series.length)return o=21,!0}));var s=this.plotHeight=Math.max(this.plotHeight-o,0);e.forEach((function(e){e.setScale()})),this.getAxisMargins();var l=1.1<r/this.plotWidth,c=1.05<s/this.plotHeight;(l||c)&&(e.forEach((function(e){(e.horiz&&l||!e.horiz&&c)&&e.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?a(e):t&&t.length&&a(t),this.seriesGroup||(this.seriesGroup=n.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.updateContainerScaling(),this.hasRendered=!0},e.prototype.addCredits=function(e){var t=this,n=P(!0,this.options.credits,e);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){n.href&&(m.location.href=n.href)})).attr({align:n.position.align,zIndex:8}),t.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(e){t.credits=t.credits.destroy(),t.addCredits(e)})},e.prototype.updateContainerScaling=function(){var e=this.container;if(2<e.offsetWidth&&2<e.offsetHeight&&e.getBoundingClientRect){var t=e.getBoundingClientRect(),n=t.width/e.offsetWidth;e=t.height/e.offsetHeight,1!==n||1!==e?this.containerScaling={scaleX:n,scaleY:e}:delete this.containerScaling}},e.prototype.destroy=function(){var e,t=this,n=t.axes,i=t.series,o=t.container,a=o&&o.parentNode;for(L(t,"destroy"),t.renderer.forExport?M(h,t):h[t.index]=void 0,r.chartCount--,t.renderTo.removeAttribute("data-highcharts-chart"),z(t),e=n.length;e--;)n[e]=n[e].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),e=i.length;e--;)i[e]=i[e].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(e){var n=t[e];n&&n.destroy&&(t[e]=n.destroy())})),o&&(o.innerHTML="",z(o),a&&w(o)),Y(t,(function(e,n){delete t[n]}))},e.prototype.firstRender=function(){var e=this,t=e.options;e.isReadyToRender&&!e.isReadyToRender()||(e.getContainer(),e.resetMargins(),e.setChartSize(),e.propFromSeries(),e.getAxes(),(T(t.series)?t.series:[]).forEach((function(t){e.initSeries(t)})),e.linkSeries(),e.setSeriesData(),L(e,"beforeRender"),s&&(e.pointer=r.hasTouch||!m.PointerEvent&&!m.MSPointerEvent?new s(e,t):new o(e,t)),e.render(),e.renderer.imgCount||e.hasLoaded||e.onload(),e.temporaryDisplay(!0))},e.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(e){e&&void 0!==this.index&&e.apply(this,[this])}),this),L(this,"load"),L(this,"render"),x(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},e}();return U.prototype.callbacks=[],r.chart=function(e,t,n){return new U(e,t,n)},r.Chart=U})),t(n,"Extensions/ScrollablePlotArea.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.stop,o=r.addEvent,a=r.createElement,s=r.pick;o(t,"afterSetChartSize",(function(e){var t=this.options.chart.scrollablePlotArea,r=t&&t.minWidth;if(t=t&&t.minHeight,!this.renderer.forExport){if(r){if(this.scrollablePixelsX=r=Math.max(0,r-this.chartWidth)){this.plotWidth+=r,this.inverted?(this.clipBox.height+=r,this.plotBox.height+=r):(this.clipBox.width+=r,this.plotBox.width+=r);var i={1:{name:"right",value:r}}}}else t&&(this.scrollablePixelsY=r=Math.max(0,t-this.chartHeight))&&(this.plotHeight+=r,this.inverted?(this.clipBox.width+=r,this.plotBox.width+=r):(this.clipBox.height+=r,this.plotBox.height+=r),i={2:{name:"bottom",value:r}});i&&!e.skipAxes&&this.axes.forEach((function(e){i[e.side]?e.getPlotLinePath=function(){var t=i[e.side].name,r=this[t];this[t]=r-i[e.side].value;var o=n.Axis.prototype.getPlotLinePath.apply(this,arguments);return this[t]=r,o}:(e.setAxisSize(),e.setAxisTranslation())}))}})),o(t,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),t.prototype.setUpScrolling=function(){var e=this,t={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(t.overflowX="auto"),this.scrollablePixelsY&&(t.overflowY="auto"),this.scrollingParent=a("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=a("div",{className:"highcharts-scrolling"},t,this.scrollingParent),o(this.scrollingContainer,"scroll",(function(){e.pointer&&delete e.pointer.chartPosition})),this.innerContainer=a("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},t.prototype.moveFixedElements=function(){var e,t=this.container,n=this.fixedRenderer,r=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?e=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?e=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(e=".highcharts-yaxis"),r.push(e,e+"-labels"),r.forEach((function(e){[].forEach.call(t.querySelectorAll(e),(function(e){(e.namespaceURI===n.SVG_NS?n.box:n.box.parentNode).appendChild(e),e.style.pointerEvents="auto"}))}))},t.prototype.applyFixed=function(){var e,t,r=!this.fixedDiv,l=this.options.chart.scrollablePlotArea;r?(this.fixedDiv=a("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:2,top:0},null,!0),null===(e=this.scrollingContainer)||void 0===e||e.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new n.Renderer(this.fixedDiv,this.chartWidth,this.chartHeight,null===(t=this.options.chart)||void 0===t?void 0:t.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":s(l.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),this.moveFixedElements(),o(this,"afterShowResetZoom",this.moveFixedElements),o(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),t=this.chartWidth+(this.scrollablePixelsX||0),e=this.chartHeight+(this.scrollablePixelsY||0),i(this.container),this.container.style.width=t+"px",this.container.style.height=e+"px",this.renderer.boxWrapper.attr({width:t,height:e,viewBox:[0,0,t,e].join(" ")}),this.chartBackground.attr({width:t,height:e}),this.scrollingContainer.style.height=this.chartHeight+"px",r&&(l.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*l.scrollPositionX),l.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*l.scrollPositionY)),e=this.axisOffset,r=this.plotTop-e[0]-1,l=this.plotLeft-e[3]-1,t=this.plotTop+this.plotHeight+e[2]+1,e=this.plotLeft+this.plotWidth+e[1]+1;var c=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),u=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);r=this.scrollablePixelsX?[["M",0,r],["L",this.plotLeft-1,r],["L",this.plotLeft-1,t],["L",0,t],["Z"],["M",c,r],["L",this.chartWidth,r],["L",this.chartWidth,t],["L",c,t],["Z"]]:this.scrollablePixelsY?[["M",l,0],["L",l,this.plotTop-1],["L",e,this.plotTop-1],["L",e,0],["Z"],["M",l,u],["L",l,this.chartHeight],["L",e,this.chartHeight],["L",e,u],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:r})}})),t(n,"Core/Axis/StackingAxis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Utilities.js"]],(function(e,t){var n=e.getDeferredAnimation,r=t.addEvent,i=t.destroyObjectProperties,o=t.fireEvent,a=t.objectEach,s=t.pick,l=function(){function e(e){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=e}return e.prototype.buildStacks=function(){var e,t=this.axis,n=t.series,r=s(t.options.reversedStacks,!0),i=n.length;if(!t.isXAxis){for(this.usePercentage=!1,e=i;e--;){var a=n[r?e:i-e-1];a.setStackedPoints(),a.setGroupedPoints()}for(e=0;e<i;e++)n[e].modifyStacks();o(t,"afterBuildStacks")}},e.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var e=this.stacks=this.oldStacks;a(e,(function(e){a(e,(function(e){e.cumulative=e.total}))}))}},e.prototype.resetStacks=function(){var e=this,t=e.stacks;e.axis.isXAxis||a(t,(function(t){a(t,(function(n,r){n.touched<e.stacksTouched?(n.destroy(),delete t[r]):(n.total=null,n.cumulative=null)}))}))},e.prototype.renderStackTotals=function(){var e=this.axis,t=e.chart,r=t.renderer,i=this.stacks;e=n(t,e.options.stackLabels.animation);var o=this.stackTotalGroup=this.stackTotalGroup||r.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(t.plotLeft,t.plotTop),a(i,(function(e){a(e,(function(e){e.render(o)}))})),o.animate({opacity:1},e)},e}();return function(){function e(){}return e.compose=function(t){r(t,"init",e.onInit),r(t,"destroy",e.onDestroy)},e.onDestroy=function(){var e=this.stacking;if(e){var t=e.stacks;a(t,(function(e,n){i(e),t[n]=null})),e&&e.stackTotalGroup&&e.stackTotalGroup.destroy()}},e.onInit=function(){this.stacking||(this.stacking=new l(this))},e}()})),t(n,"Mixins/LegendSymbol.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.merge,r=t.pick;return e.LegendSymbolMixin={drawRectangle:function(e,t){var n=e.symbolHeight,i=e.options.squareSymbol;t.legendSymbol=this.chart.renderer.rect(i?(e.symbolWidth-n)/2:0,e.baseline-n+1,i?n:e.symbolWidth,n,r(e.options.symbolRadius,n/2)).addClass("highcharts-point").attr({zIndex:3}).add(t.legendGroup)},drawLineMarker:function(e){var t=this.options,i=t.marker,o=e.symbolWidth,a=e.symbolHeight,s=a/2,l=this.chart.renderer,c=this.legendGroup;e=e.baseline-Math.round(.3*e.fontMetrics.b);var u={};this.chart.styledMode||(u={"stroke-width":t.lineWidth||0},t.dashStyle&&(u.dashstyle=t.dashStyle)),this.legendLine=l.path([["M",0,e],["L",o,e]]).addClass("highcharts-graph").attr(u).add(c),i&&!1!==i.enabled&&o&&(t=Math.min(r(i.radius,s),s),0===this.symbol.indexOf("url")&&(i=n(i,{width:a,height:a}),t=0),this.legendSymbol=i=l.symbol(this.symbol,o/2-t,e-t,2*t,2*t,i).addClass("highcharts-point").add(c),i.isMarker=!0)}}})),t(n,"Core/Series/CartesianSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Series.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Core/Options.js"],n["Core/Series/Point.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s){var l=e.animObject,c=i.defaultOptions,u=s.addEvent,d=s.arrayMax,p=s.arrayMin,h=s.clamp,f=s.correctFloat,m=s.defined,g=s.erase,y=s.error,v=s.extend,b=s.find,_=s.fireEvent,x=s.getNestedProperty,w=s.isArray,M=s.isFunction,S=s.isNumber,k=s.isString,O=s.merge,L=s.objectEach,C=s.pick,T=s.removeEvent,A=s.splat,j=s.syncTimeout,E=t.seriesTypes,I=n.win;return e=t.seriesType("line",void 0,{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var e=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":e(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"},{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,isCartesian:!0,parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0,init:function(e,t){_(this,"init",{options:t});var n,r=this,i=e.series;this.eventOptions=this.eventOptions||{},this.eventsToUnbind=[],r.chart=e,r.options=t=r.setOptions(t),r.linkedSeries=[],r.bindAxes(),v(r,{name:t.name,state:"",visible:!1!==t.visible,selected:!0===t.selected});var o=t.events;L(o,(function(e,t){M(e)&&r.eventOptions[t]!==e&&(M(r.eventOptions[t])&&T(r,t,r.eventOptions[t]),r.eventOptions[t]=e,u(r,t,e))})),(o&&o.click||t.point&&t.point.events&&t.point.events.click||t.allowPointSelect)&&(e.runTrackerClick=!0),r.getColor(),r.getSymbol(),r.parallelArrays.forEach((function(e){r[e+"Data"]||(r[e+"Data"]=[])})),r.isCartesian&&(e.hasCartesianSeries=!0),i.length&&(n=i[i.length-1]),r._i=C(n&&n._i,-1)+1,r.opacity=r.options.opacity,e.orderSeries(this.insert(i)),t.dataSorting&&t.dataSorting.enabled?r.setDataSortingOptions():r.points||r.data||r.setData(t.data,!1),_(this,"afterInit")},is:function(e){return E[e]&&this instanceof E[e]},insert:function(e){var t,n=this.options.index;if(S(n)){for(t=e.length;t--;)if(n>=C(e[t].options.index,e[t]._i)){e.splice(t+1,0,this);break}-1===t&&e.unshift(this),t+=1}else e.push(this);return C(t,e.length-1)},bindAxes:function(){var e,t=this,n=t.options,r=t.chart;_(this,"bindAxes",null,(function(){(t.axisTypes||[]).forEach((function(i){r[i].forEach((function(r){e=r.options,(n[i]===e.index||void 0!==n[i]&&n[i]===e.id||void 0===n[i]&&0===e.index)&&(t.insert(r.series),t[i]=r,r.isDirty=!0)})),t[i]||t.optionalAxis===i||y(18,!0,r)}))})),_(this,"afterBindAxes")},updateParallelArrays:function(e,t){var n=e.series,r=arguments,i=S(t)?function(r){var i="y"===r&&n.toYData?n.toYData(e):e[r];n[r+"Data"][t]=i}:function(e){Array.prototype[t].apply(n[e+"Data"],Array.prototype.slice.call(r,2))};n.parallelArrays.forEach(i)},hasData:function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},autoIncrement:function(){var e,t=this.options,n=this.xIncrement,r=t.pointIntervalUnit,i=this.chart.time;return n=C(n,t.pointStart,0),this.pointInterval=e=C(this.pointInterval,t.pointInterval,1),r&&(t=new i.Date(n),"day"===r?i.set("Date",t,i.get("Date",t)+e):"month"===r?i.set("Month",t,i.get("Month",t)+e):"year"===r&&i.set("FullYear",t,i.get("FullYear",t)+e),e=t.getTime()-n),this.xIncrement=n+e,n},setDataSortingOptions:function(){var e=this.options;v(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),m(e.pointRange)||(e.pointRange=1)},setOptions:function(e){var t=this.chart,n=t.options,r=n.plotOptions,i=t.userOptions||{};e=O(e),t=t.styledMode;var o={plotOptions:r,userOptions:e};_(this,"setOptions",o);var a=o.plotOptions[this.type],s=i.plotOptions||{};return this.userOptions=o.userOptions,i=O(a,r.series,i.plotOptions&&i.plotOptions[this.type],e),this.tooltipOptions=O(c.tooltip,c.plotOptions.series&&c.plotOptions.series.tooltip,c.plotOptions[this.type].tooltip,n.tooltip.userOptions,r.series&&r.series.tooltip,r[this.type].tooltip,e.tooltip),this.stickyTracking=C(e.stickyTracking,s[this.type]&&s[this.type].stickyTracking,s.series&&s.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||i.stickyTracking),null===a.marker&&delete i.marker,this.zoneAxis=i.zoneAxis,n=this.zones=(i.zones||[]).slice(),!i.negativeColor&&!i.negativeFillColor||i.zones||(r={value:i[this.zoneAxis+"Threshold"]||i.threshold||0,className:"highcharts-negative"},t||(r.color=i.negativeColor,r.fillColor=i.negativeFillColor),n.push(r)),n.length&&m(n[n.length-1].value)&&n.push(t?{}:{color:this.color,fillColor:this.fillColor}),_(this,"afterSetOptions",{options:i}),i},getName:function(){return C(this.options.name,"Series "+(this.index+1))},getCyclic:function(e,t,n){var r=this.chart,i=this.userOptions,o=e+"Index",a=e+"Counter",s=n?n.length:C(r.options.chart[e+"Count"],r[e+"Count"]);if(!t){var l=C(i[o],i["_"+o]);m(l)||(r.series.length||(r[a]=0),i["_"+o]=l=r[a]%s,r[a]+=1),n&&(t=n[l])}void 0!==l&&(this[o]=l),this[e]=t},getColor:function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.options.color=null:this.getCyclic("color",this.options.color||c.plotOptions[this.type].color,this.chart.options.colors)},getPointsCollection:function(){return(this.hasGroupedData?this.points:this.data)||[]},getSymbol:function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},findPointIndex:function(e,t){var n,r=e.id,i=e.x,o=this.points,a=this.options.dataSorting;if(r)var s=this.chart.get(r);else if(this.linkedParent||this.enabledDataSorting){var l=a&&a.matchByName?"name":"index";if(!(s=b(o,(function(t){return!t.touched&&t[l]===e[l]}))))return}if(s){var c=s&&s.index;void 0!==c&&(n=!0)}return void 0===c&&S(i)&&(c=this.xData.indexOf(i,t)),-1!==c&&void 0!==c&&this.cropped&&(c=c>=this.cropStart?c-this.cropStart:c),!n&&o[c]&&o[c].touched&&(c=void 0),c},drawLegendSymbol:r.drawLineMarker,updateData:function(e,t){var n,r,i,o=this.options,a=o.dataSorting,s=this.points,l=[],c=this.requireSorting,u=e.length===s.length,p=!0;if(this.xIncrement=null,e.forEach((function(e,t){var r=m(e)&&this.pointClass.prototype.optionsToObject.call({series:this},e)||{},d=r.x;r.id||S(d)?(-1===(d=this.findPointIndex(r,i))||void 0===d?l.push(e):s[d]&&e!==o.data[d]?(s[d].update(e,!1,null,!1),s[d].touched=!0,c&&(i=d+1)):s[d]&&(s[d].touched=!0),(!u||t!==d||a&&a.enabled||this.hasDerivedData)&&(n=!0)):l.push(e)}),this),n)for(e=s.length;e--;)(r=s[e])&&!r.touched&&r.remove&&r.remove(!1,t);else!u||a&&a.enabled?p=!1:(e.forEach((function(e,t){s[t].update&&e!==s[t].y&&s[t].update(e,!1,null,!1)})),l.length=0);return s.forEach((function(e){e&&(e.touched=!1)})),!!p&&(l.forEach((function(e){this.addPoint(e,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=d(this.xData),this.autoIncrement()),!0)},setData:function(e,t,n,r){var i,o=this,a=o.points,s=a&&a.length||0,l=o.options,c=o.chart,u=l.dataSorting,d=null,p=o.xAxis;d=l.turboThreshold;var h,f=this.xData,m=this.yData,g=(i=o.pointArrayMap)&&i.length,v=l.keys,b=0,_=1;if(i=(e=e||[]).length,t=C(t,!0),u&&u.enabled&&(e=this.sortData(e)),!1!==r&&i&&s&&!o.cropped&&!o.hasGroupedData&&o.visible&&!o.isSeriesBoosting&&(h=this.updateData(e,n)),!h){if(o.xIncrement=null,o.colorCounter=0,this.parallelArrays.forEach((function(e){o[e+"Data"].length=0})),d&&i>d)if(d=o.getFirstValidPoint(e),S(d))for(n=0;n<i;n++)f[n]=this.autoIncrement(),m[n]=e[n];else if(w(d))if(g)for(n=0;n<i;n++)r=e[n],f[n]=r[0],m[n]=r.slice(1,g+1);else for(v&&(b=0<=(b=v.indexOf("x"))?b:0,_=0<=(_=v.indexOf("y"))?_:1),n=0;n<i;n++)r=e[n],f[n]=r[b],m[n]=r[_];else y(12,!1,c);else for(n=0;n<i;n++)void 0!==e[n]&&(r={series:o},o.pointClass.prototype.applyOptions.apply(r,[e[n]]),o.updateParallelArrays(r,n));for(m&&k(m[0])&&y(14,!0,c),o.data=[],o.options.data=o.userOptions.data=e,n=s;n--;)a[n]&&a[n].destroy&&a[n].destroy();p&&(p.minRange=p.userMinRange),o.isDirty=c.isDirtyBox=!0,o.isDirtyData=!!a,n=!1}"point"===l.legendType&&(this.processData(),this.generatePoints()),t&&c.redraw(n)},sortData:function(e){var t=this,n=t.options.dataSorting.sortKey||"y",r=function(e,t){return m(t)&&e.pointClass.prototype.optionsToObject.call({series:e},t)||{}};return e.forEach((function(n,i){e[i]=r(t,n),e[i].index=i}),this),e.concat().sort((function(e,t){return e=x(n,e),(t=x(n,t))<e?-1:t>e?1:0})).forEach((function(e,t){e.x=t}),this),t.linkedSeries&&t.linkedSeries.forEach((function(t){var n=t.options,i=n.data;n.dataSorting&&n.dataSorting.enabled||!i||(i.forEach((function(n,o){i[o]=r(t,n),e[o]&&(i[o].x=e[o].x,i[o].index=o)})),t.setData(i,!1))})),e},getProcessedData:function(e){var t=this.xData,n=this.yData,r=t.length,i=0,o=this.xAxis,a=this.options,s=a.cropThreshold,l=e||this.getExtremesFromAll||a.getExtremesFromAll,c=this.isCartesian;e=o&&o.val2lin,a=!(!o||!o.logarithmic);var u=this.requireSorting;if(o)var d=(o=o.getExtremes()).min,p=o.max;if(c&&this.sorted&&!l&&(!s||r>s||this.forceCrop))if(t[r-1]<d||t[0]>p)t=[],n=[];else if(this.yData&&(t[0]<d||t[r-1]>p)){t=(i=this.cropData(this.xData,this.yData,d,p)).xData,n=i.yData,i=i.start;var h=!0}for(s=t.length||1;--s;)if(0<(r=a?e(t[s])-e(t[s-1]):t[s]-t[s-1])&&(void 0===f||r<f))var f=r;else 0>r&&u&&(y(15,!1,this.chart),u=!1);return{xData:t,yData:n,cropped:h,cropStart:i,closestPointRange:f}},processData:function(e){var t=this.xAxis;if(this.isCartesian&&!this.isDirty&&!t.isDirty&&!this.yAxis.isDirty&&!e)return!1;e=this.getProcessedData(),this.cropped=e.cropped,this.cropStart=e.cropStart,this.processedXData=e.xData,this.processedYData=e.yData,this.closestPointRange=this.basePointRange=e.closestPointRange},cropData:function(e,t,n,r,i){var o,a=e.length,s=0,l=a;for(i=C(i,this.cropShoulder),o=0;o<a;o++)if(e[o]>=n){s=Math.max(0,o-i);break}for(n=o;n<a;n++)if(e[n]>r){l=n+i;break}return{xData:e.slice(s,l),yData:t.slice(s,l),start:s,end:l}},generatePoints:function(){var e,t=this.options,n=t.data,r=this.data,i=this.processedXData,o=this.processedYData,a=this.pointClass,s=i.length,l=this.cropStart||0,c=this.hasGroupedData;t=t.keys;var u,d=[];for(r||c||((r=[]).length=n.length,r=this.data=r),t&&c&&(this.options.keys=!1),u=0;u<s;u++){var p=l+u;if(c){var h=(new a).init(this,[i[u]].concat(A(o[u])));h.dataGroup=this.groupMap[u],h.dataGroup.options&&(h.options=h.dataGroup.options,v(h,h.dataGroup.options),delete h.dataLabels)}else(h=r[p])||void 0===n[p]||(r[p]=h=(new a).init(this,n[p],i[u]));h&&(h.index=p,d[u]=h)}if(this.options.keys=t,r&&(s!==(e=r.length)||c))for(u=0;u<e;u++)u!==l||c||(u+=s),r[u]&&(r[u].destroyElements(),r[u].plotX=void 0);this.data=r,this.points=d,_(this,"afterGeneratePoints")},getXExtremes:function(e){return{min:p(e),max:d(e)}},getExtremes:function(e,t){var n,r=this.xAxis,i=this.yAxis,o=this.processedXData||this.xData,a=[],s=0,l=0,c=0,u=this.requireSorting?this.cropShoulder:0,h=!!i&&i.positiveValuesOnly;for(i=(e=e||this.stackedYData||this.processedYData||[]).length,r&&(l=(c=r.getExtremes()).min,c=c.max),n=0;n<i;n++){var f=o[n],m=e[n],g=(S(m)||w(m))&&(m.length||0<m||!h);if(f=t||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!r||(o[n+u]||f)>=l&&(o[n-u]||f)<=c,g&&f)if(g=m.length)for(;g--;)S(m[g])&&(a[s++]=m[g]);else a[s++]=m}return e={dataMin:p(a),dataMax:d(a)},_(this,"afterGetExtremes",{dataExtremes:e}),e},applyExtremes:function(){var e=this.getExtremes();return this.dataMin=e.dataMin,this.dataMax=e.dataMax,e},getFirstValidPoint:function(e){for(var t=null,n=e.length,r=0;null===t&&r<n;)t=e[r],r++;return t},translate:function(){this.processedXData||this.processData(),this.generatePoints();var e,t,n=this.options,r=n.stacking,i=this.xAxis,o=i.categories,a=this.enabledDataSorting,s=this.yAxis,l=this.points,c=l.length,u=!!this.modifyValue,d=this.pointPlacementToXValue(),p=!!d,g=n.threshold,y=n.startFromThreshold?g:0,v=this.zoneAxis||"y",b=Number.MAX_VALUE;for(e=0;e<c;e++){var x=l[e],M=x.x,k=x.y,O=x.low,L=r&&s.stacking&&s.stacking.stacks[(this.negStacks&&k<(y?0:g)?"-":"")+this.stackKey];if((s.positiveValuesOnly&&!s.validatePositiveValue(k)||i.positiveValuesOnly&&!i.validatePositiveValue(M))&&(x.isNull=!0),x.plotX=t=f(h(i.translate(M,0,0,0,1,d,"flags"===this.type),-1e5,1e5)),r&&this.visible&&L&&L[M]){var T=this.getStackIndicator(T,M,this.index);if(!x.isNull)var A=L[M],j=A.points[T.key]}if(w(j)&&(O=j[0],k=j[1],O===y&&T.key===L[M].base&&(O=C(S(g)&&g,s.min)),s.positiveValuesOnly&&0>=O&&(O=null),x.total=x.stackTotal=A.total,x.percentage=A.total&&x.y/A.total*100,x.stackY=k,this.irregularWidths||A.setOffset(this.pointXOffset||0,this.barW||0)),x.yBottom=m(O)?h(s.translate(O,0,1,0,1),-1e5,1e5):null,u&&(k=this.modifyValue(k,x)),x.plotY="number"==typeof k&&1/0!==k?h(s.translate(k,0,1,0,1),-1e5,1e5):void 0,x.isInside=this.isPointInside(x),x.clientX=p?f(i.translate(M,0,0,0,1,d)):t,x.negative=x[v]<(n[v+"Threshold"]||g||0),x.category=o&&void 0!==o[x.x]?o[x.x]:x.x,!x.isNull&&!1!==x.visible){void 0!==E&&(b=Math.min(b,Math.abs(t-E)));var E=t}x.zone=this.zones.length&&x.getZone(),!x.graphic&&this.group&&a&&(x.isNew=!0)}this.closestPointRangePx=b,_(this,"afterTranslate")},getValidPoints:function(e,t,n){var r=this.chart;return(e||this.points||[]).filter((function(e){return!(t&&!r.isInsidePlot(e.plotX,e.plotY,r.inverted))&&(!1!==e.visible&&(n||!e.isNull))}))},getClipBox:function(e,t){var n=this.options,r=this.chart,i=r.inverted,o=this.xAxis,a=o&&this.yAxis,s=r.options.chart.scrollablePlotArea||{};return e&&!1===n.clip&&a?e=i?{y:-r.chartWidth+a.len+a.pos,height:r.chartWidth,width:r.chartHeight,x:-r.chartHeight+o.len+o.pos}:{y:-a.pos,height:r.chartHeight,width:r.chartWidth,x:-o.pos}:(e=this.clipBox||r.clipBox,t&&(e.width=r.plotSizeX,e.x=(r.scrollablePixelsX||0)*(s.scrollPositionX||0))),t?{width:e.width,x:e.x}:e},setClip:function(e){var t=this.chart,n=this.options,r=t.renderer,i=t.inverted,o=this.clipBox,a=this.getClipBox(e),s=this.sharedClipKey||["_sharedClip",e&&e.duration,e&&e.easing,a.height,n.xAxis,n.yAxis].join(),l=t[s],c=t[s+"m"];e&&(a.width=0,i&&(a.x=t.plotHeight+(!1!==n.clip?0:t.plotTop))),l?t.hasLoaded||l.attr(a):(e&&(t[s+"m"]=c=r.clipRect(i?t.plotSizeX+99:-99,i?-t.plotLeft:-t.plotTop,99,i?t.chartWidth:t.chartHeight)),t[s]=l=r.clipRect(a),l.count={length:0}),e&&!l.count[this.index]&&(l.count[this.index]=!0,l.count.length+=1),(!1!==n.clip||e)&&(this.group.clip(e||o?l:t.clipRect),this.markerGroup.clip(c),this.sharedClipKey=s),e||(l.count[this.index]&&(delete l.count[this.index],--l.count.length),0===l.count.length&&s&&t[s]&&(o||(t[s]=t[s].destroy()),t[s+"m"]&&(t[s+"m"]=t[s+"m"].destroy())))},animate:function(e){var t=this.chart,n=l(this.options.animation);if(!t.hasRendered)if(e)this.setClip(n);else{var r=this.sharedClipKey;e=t[r];var i=this.getClipBox(n,!0);e&&e.animate(i,n),t[r+"m"]&&t[r+"m"].animate({width:i.width+99,x:i.x-(t.inverted?0:99)},n)}},afterAnimate:function(){this.setClip(),_(this,"afterAnimate"),this.finishedAnimating=!0},drawPoints:function(){var e,t,n=this.points,r=this.chart,i=this.options.marker,o=this[this.specialGroup]||this.markerGroup,a=this.xAxis,s=C(i.enabled,!(a&&!a.isRadial)||null,this.closestPointRangePx>=i.enabledThreshold*i.radius);if(!1!==i.enabled||this._hasPointMarkers)for(e=0;e<n.length;e++){var l=n[e],c=(t=l.graphic)?"animate":"attr",u=l.marker||{},d=!!l.marker;if((s&&void 0===u.enabled||u.enabled)&&!l.isNull&&!1!==l.visible){var p=C(u.symbol,this.symbol),h=this.markerAttribs(l,l.selected&&"select");this.enabledDataSorting&&(l.startXPos=a.reversed?-h.width:a.width);var f=!1!==l.isInside;t?t[f?"show":"hide"](f).animate(h):f&&(0<h.width||l.hasImage)&&(l.graphic=t=r.renderer.symbol(p,h.x,h.y,h.width,h.height,d?u:i).add(o),this.enabledDataSorting&&r.hasRendered&&(t.attr({x:l.startXPos}),c="animate")),t&&"animate"===c&&t[f?"show":"hide"](f).animate(h),t&&!r.styledMode&&t[c](this.pointAttribs(l,l.selected&&"select")),t&&t.addClass(l.getClassName(),!0)}else t&&(l.graphic=t.destroy())}},markerAttribs:function(e,t){var n=this.options,r=n.marker,i=e.marker||{},o=i.symbol||r.symbol,a=C(i.radius,r.radius);return t&&(r=r.states[t],t=i.states&&i.states[t],a=C(t&&t.radius,r&&r.radius,a+(r&&r.radiusPlus||0))),e.hasImage=o&&0===o.indexOf("url"),e.hasImage&&(a=0),e={x:n.crisp?Math.floor(e.plotX)-a:e.plotX-a,y:e.plotY-a},a&&(e.width=e.height=2*a),e},pointAttribs:function(e,t){var n=this.options.marker,r=e&&e.options,i=r&&r.marker||{},o=this.color,a=r&&r.color,s=e&&e.color;r=C(i.lineWidth,n.lineWidth);var l=e&&e.zone&&e.zone.color;return e=1,o=a||l||s||o,a=i.fillColor||n.fillColor||o,o=i.lineColor||n.lineColor||o,t=t||"normal",n=n.states[t],t=i.states&&i.states[t]||{},r=C(t.lineWidth,n.lineWidth,r+C(t.lineWidthPlus,n.lineWidthPlus,0)),a=t.fillColor||n.fillColor||a,{stroke:o=t.lineColor||n.lineColor||o,"stroke-width":r,fill:a,opacity:e=C(t.opacity,n.opacity,e)}},destroy:function(e){var t,n,r,i=this,o=i.chart,l=/AppleWebKit\/533/.test(I.navigator.userAgent),c=i.data||[];for(_(i,"destroy"),this.removeEvents(e),(i.axisTypes||[]).forEach((function(e){(r=i[e])&&r.series&&(g(r.series,i),r.isDirty=r.forceRedraw=!0)})),i.legendItem&&i.chart.legend.destroyItem(i),t=c.length;t--;)(n=c[t])&&n.destroy&&n.destroy();i.points=null,s.clearTimeout(i.animationTimeout),L(i,(function(e,t){e instanceof a&&!e.survive&&e[l&&"group"===t?"hide":"destroy"]()})),o.hoverSeries===i&&(o.hoverSeries=null),g(o.series,i),o.orderSeries(),L(i,(function(t,n){e&&"hcEvents"===n||delete i[n]}))},getGraphPath:function(e,t,n){var r,i,o=this,a=o.options,s=a.step,l=[],c=[];return(r=(e=e||o.points).reversed)&&e.reverse(),(s={right:1,center:2}[s]||s&&3)&&r&&(s=4-s),(e=this.getValidPoints(e,!1,!(a.connectNulls&&!t&&!n))).forEach((function(r,u){var d=r.plotX,p=r.plotY,h=e[u-1];(r.leftCliff||h&&h.rightCliff)&&!n&&(i=!0),r.isNull&&!m(t)&&0<u?i=!a.connectNulls:r.isNull&&!t?i=!0:(0===u||i?u=[["M",r.plotX,r.plotY]]:o.getPointSpline?u=[o.getPointSpline(e,r,u)]:s?(u=1===s?[["L",h.plotX,p]]:2===s?[["L",(h.plotX+d)/2,h.plotY],["L",(h.plotX+d)/2,p]]:[["L",d,h.plotY]]).push(["L",d,p]):u=[["L",d,p]],c.push(r.x),s&&(c.push(r.x),2===s&&c.push(r.x)),l.push.apply(l,u),i=!1)})),l.xMap=c,o.graphPath=l},drawGraph:function(){var e=this,t=this.options,n=(this.gappedPath||this.getGraphPath).call(this),r=this.chart.styledMode,i=[["graph","highcharts-graph"]];r||i[0].push(t.lineColor||this.color||"#cccccc",t.dashStyle),(i=e.getZonesGraphs(i)).forEach((function(i,o){var a=i[0],s=e[a],l=s?"animate":"attr";s?(s.endX=e.preventGraphAnimation?null:n.xMap,s.animate({d:n})):n.length&&(e[a]=s=e.chart.renderer.path(n).addClass(i[1]).attr({zIndex:1}).add(e.group)),s&&!r&&(a={stroke:i[2],"stroke-width":t.lineWidth,fill:e.fillGraph&&e.color||"none"},i[3]?a.dashstyle=i[3]:"square"!==t.linecap&&(a["stroke-linecap"]=a["stroke-linejoin"]="round"),s[l](a).shadow(2>o&&t.shadow)),s&&(s.startX=n.xMap,s.isArea=n.isArea)}))},getZonesGraphs:function(e){return this.zones.forEach((function(t,n){n=["zone-graph-"+n,"highcharts-graph highcharts-zone-graph-"+n+" "+(t.className||"")],this.chart.styledMode||n.push(t.color||this.color,t.dashStyle||this.options.dashStyle),e.push(n)}),this),e},applyZones:function(){var e,t,n,r,i,o,a,s,l=this,c=this.chart,u=c.renderer,d=this.zones,p=this.clips||[],f=this.graph,m=this.area,g=Math.max(c.chartWidth,c.chartHeight),y=this[(this.zoneAxis||"y")+"Axis"],v=c.inverted,b=!1;if(d.length&&(f||m)&&y&&void 0!==y.min){var _=y.reversed,x=y.horiz;f&&!this.showLine&&f.hide(),m&&m.hide();var w=y.getExtremes();d.forEach((function(d,M){e=_?x?c.plotWidth:0:x?0:y.toPixels(w.min)||0,e=h(C(t,e),0,g),t=h(Math.round(y.toPixels(C(d.value,w.max),!0)||0),0,g),b&&(e=t=y.toPixels(w.max)),r=Math.abs(e-t),i=Math.min(e,t),o=Math.max(e,t),y.isXAxis?(n={x:v?o:i,y:0,width:r,height:g},x||(n.x=c.plotHeight-n.x)):(n={x:0,y:v?o:i,width:g,height:r},x&&(n.y=c.plotWidth-n.y)),v&&u.isVML&&(n=y.isXAxis?{x:0,y:_?i:o,height:n.width,width:c.chartWidth}:{x:n.y-c.plotLeft-c.spacingBox.x,y:0,width:n.height,height:c.chartHeight}),p[M]?p[M].animate(n):p[M]=u.clipRect(n),a=l["zone-area-"+M],s=l["zone-graph-"+M],f&&s&&s.clip(p[M]),m&&a&&a.clip(p[M]),b=d.value>w.max,l.resetZones&&0===t&&(t=void 0)})),this.clips=p}else l.visible&&(f&&f.show(!0),m&&m.show(!0))},invertGroups:function(e){function t(){["group","markerGroup"].forEach((function(t){n[t]&&(r.renderer.isVML&&n[t].attr({width:n.yAxis.len,height:n.xAxis.len}),n[t].width=n.yAxis.len,n[t].height=n.xAxis.len,n[t].invert(!n.isRadialSeries&&e))}))}var n=this,r=n.chart;n.xAxis&&(n.eventsToUnbind.push(u(r,"resize",t)),t(),n.invertGroups=t)},plotGroup:function(e,t,n,r,i){var o=this[e],a=!o;return n={visibility:n,zIndex:r||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(n.opacity=this.opacity),a&&(this[e]=o=this.chart.renderer.g().add(i)),o.addClass("highcharts-"+t+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(m(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(n)[a?"attr":"animate"](this.getPlotBox()),o},getPlotBox:function(){var e=this.chart,t=this.xAxis,n=this.yAxis;return e.inverted&&(t=n,n=this.xAxis),{translateX:t?t.left:e.plotLeft,translateY:n?n.top:e.plotTop,scaleX:1,scaleY:1}},removeEvents:function(e){e?this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(e){e()})),this.eventsToUnbind.length=0):T(this)},render:function(){var e=this,t=e.chart,n=e.options,r=l(n.animation),i=!e.finishedAnimating&&t.renderer.isSVG&&r.duration,o=e.visible?"inherit":"hidden",a=n.zIndex,s=e.hasRendered,c=t.seriesGroup,u=t.inverted;_(this,"render");var d=e.plotGroup("group","series",o,a,c);e.markerGroup=e.plotGroup("markerGroup","markers",o,a,c),i&&e.animate&&e.animate(!0),d.inverted=!(!e.isCartesian&&!e.invertable)&&u,e.drawGraph&&(e.drawGraph(),e.applyZones()),e.visible&&e.drawPoints(),e.drawDataLabels&&e.drawDataLabels(),e.redrawPoints&&e.redrawPoints(),e.drawTracker&&!1!==e.options.enableMouseTracking&&e.drawTracker(),e.invertGroups(u),!1===n.clip||e.sharedClipKey||s||d.clip(t.clipRect),i&&e.animate&&e.animate(),s||(i&&r.defer&&(i+=r.defer),e.animationTimeout=j((function(){e.afterAnimate()}),i||0)),e.isDirty=!1,e.hasRendered=!0,_(e,"afterRender")},redraw:function(){var e=this.chart,t=this.isDirty||this.isDirtyData,n=this.group,r=this.xAxis,i=this.yAxis;n&&(e.inverted&&n.attr({width:e.plotWidth,height:e.plotHeight}),n.animate({translateX:C(r&&r.left,e.plotLeft),translateY:C(i&&i.top,e.plotTop)})),this.translate(),this.render(),t&&delete this.kdTree},kdAxisArray:["clientX","plotY"],searchPoint:function(e,t){var n=this.xAxis,r=this.yAxis,i=this.chart.inverted;return this.searchKDTree({clientX:i?n.len-e.chartY+n.pos:e.chartX-n.pos,plotY:i?r.len-e.chartX+r.pos:e.chartY-r.pos},t,e)},buildKDTree:function(e){this.buildingKdTree=!0;var t=this,n=-1<t.options.findNearestPointBy.indexOf("y")?2:1;delete t.kdTree,j((function(){t.kdTree=function e(n,r,i){var o;if(o=n&&n.length){var a=t.kdAxisArray[r%i];return n.sort((function(e,t){return e[a]-t[a]})),{point:n[o=Math.floor(o/2)],left:e(n.slice(0,o),r+1,i),right:e(n.slice(o+1),r+1,i)}}}(t.getValidPoints(null,!t.directTouch),n,n),t.buildingKdTree=!1}),t.options.kdNow||e&&"touchstart"===e.type?0:1)},searchKDTree:function(e,t,n){var r=this,i=this.kdAxisArray[0],o=this.kdAxisArray[1],a=t?"distX":"dist";if(t=-1<r.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(n),this.kdTree)return function e(t,n,s,l){var c=n.point,u=r.kdAxisArray[s%l],d=c,p=m(t[i])&&m(c[i])?Math.pow(t[i]-c[i],2):null,h=m(t[o])&&m(c[o])?Math.pow(t[o]-c[o],2):null;return h=(p||0)+(h||0),c.dist=m(h)?Math.sqrt(h):Number.MAX_VALUE,c.distX=m(p)?Math.sqrt(p):Number.MAX_VALUE,p=0>(u=t[u]-c[u])?"right":"left",n[h=0>u?"left":"right"]&&(d=(h=e(t,n[h],s+1,l))[a]<d[a]?h:c),n[p]&&Math.sqrt(u*u)<d[a]&&(d=(t=e(t,n[p],s+1,l))[a]<d[a]?t:d),d}(e,this.kdTree,t,t)},pointPlacementToXValue:function(){var e=this.options,t=e.pointRange,n=this.xAxis;return"between"===(e=e.pointPlacement)&&(e=n.reversed?-.5:.5),S(e)?e*C(t,n.pointRange):0},isPointInside:function(e){return void 0!==e.plotY&&void 0!==e.plotX&&0<=e.plotY&&e.plotY<=this.yAxis.len&&0<=e.plotX&&e.plotX<=this.xAxis.len}})})),t(n,"Series/LineSeries.js",[n["Core/Series/CartesianSeries.js"],n["Core/Globals.js"]],(function(e,t){return t.Series=e,t.Series})),t(n,"Extensions/Stacking.js",[n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Core/Axis/StackingAxis.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i){var o=i.correctFloat,a=i.defined,s=i.destroyObjectProperties,l=i.format,c=i.isNumber,u=i.pick,d=n.Series,p=function(){function e(e,t,n,r,i){var o=e.chart.inverted;this.axis=e,this.isNegative=n,this.options=t=t||{},this.x=r,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=i,this.rightCliff=this.leftCliff=0,this.alignOptions={align:t.align||(o?n?"left":"right":"center"),verticalAlign:t.verticalAlign||(o?"middle":n?"bottom":"top"),y:t.y,x:t.x},this.textAlign=t.textAlign||(o?n?"right":"left":"center")}return e.prototype.destroy=function(){s(this,this.axis)},e.prototype.render=function(e){var t=this.axis.chart,n=this.options,r=n.format;r=r?l(r,this,t):n.formatter.call(this),this.label?this.label.attr({text:r,visibility:"hidden"}):(this.label=t.renderer.label(r,null,null,n.shape,null,null,n.useHTML,!1,"stack-labels"),r={r:n.borderRadius||0,text:r,rotation:n.rotation,padding:u(n.padding,5),visibility:"hidden"},t.styledMode||(r.fill=n.backgroundColor,r.stroke=n.borderColor,r["stroke-width"]=n.borderWidth,this.label.css(n.style)),this.label.attr(r),this.label.added||this.label.add(e)),this.label.labelrank=t.plotHeight},e.prototype.setOffset=function(e,t,n,r,i){var o=this.axis,s=o.chart;r=o.translate(o.stacking.usePercentage?100:r||this.total,0,0,0,1),n=o.translate(n||0),n=a(r)&&Math.abs(r-n),e=u(i,s.xAxis[0].translate(this.x))+e,o=a(r)&&this.getStackBox(s,this,e,r,t,n,o),t=this.label,n=this.isNegative,e="justify"===u(this.options.overflow,"justify");var l=this.textAlign;t&&o&&(i=t.getBBox(),r=t.padding,l="left"===l?s.inverted?-r:r:"right"===l?i.width:s.inverted&&"center"===l?i.width/2:s.inverted?n?i.width+r:-r:i.width/2,n=s.inverted?i.height/2:n?-r:i.height,this.alignOptions.x=u(this.options.x,0),this.alignOptions.y=u(this.options.y,0),o.x-=l,o.y-=n,t.align(this.alignOptions,null,o),s.isInsidePlot(t.alignAttr.x+l-this.alignOptions.x,t.alignAttr.y+n-this.alignOptions.y)?t.show():(t.alignAttr.y=-9999,e=!1),e&&d.prototype.justifyDataLabel.call(this.axis,t,this.alignOptions,t.alignAttr,i,o),t.attr({x:t.alignAttr.x,y:t.alignAttr.y}),u(!e&&this.options.crop,!0)&&((s=c(t.x)&&c(t.y)&&s.isInsidePlot(t.x-r+t.width,t.y)&&s.isInsidePlot(t.x+r,t.y))||t.hide()))},e.prototype.getStackBox=function(e,t,n,r,i,o,a){var s=t.axis.reversed,l=e.inverted,c=a.height+a.pos-(l?e.plotLeft:e.plotTop);return t=t.isNegative&&!s||!t.isNegative&&s,{x:l?t?r-a.right:r-o+a.pos-e.plotLeft:n+e.xAxis[0].transB-e.plotLeft,y:l?a.height-n-i:t?c-r-o:c-r,width:l?o:i,height:l?i:o}},e}();return t.prototype.getStacks=function(){var e=this,t=e.inverted;e.yAxis.forEach((function(e){e.stacking&&e.stacking.stacks&&e.hasVisibleSeries&&(e.stacking.oldStacks=e.stacking.stacks)})),e.series.forEach((function(n){var r=n.xAxis&&n.xAxis.options||{};!n.options.stacking||!0!==n.visible&&!1!==e.options.chart.ignoreHiddenSeries||(n.stackKey=[n.type,u(n.options.stack,""),t?r.top:r.left,t?r.height:r.width].join())}))},r.compose(e),d.prototype.setGroupedPoints=function(){this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length&&d.prototype.setStackedPoints.call(this,"group")},d.prototype.setStackedPoints=function(e){var t=e||this.options.stacking;if(t&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var n=this.processedXData,r=this.processedYData,i=[],s=r.length,l=this.options,c=l.threshold,d=u(l.startFromThreshold&&c,0);l=l.stack;var h,f,m="-"+(e=e?this.type+","+t:this.stackKey),g=this.negStacks,y=this.yAxis,v=y.stacking.stacks,b=y.stacking.oldStacks;for(y.stacking.stacksTouched+=1,f=0;f<s;f++){var _=n[f],x=r[f],w=this.getStackIndicator(w,_,this.index),M=w.key,S=(h=g&&x<(d?0:c))?m:e;v[S]||(v[S]={}),v[S][_]||(b[S]&&b[S][_]?(v[S][_]=b[S][_],v[S][_].total=null):v[S][_]=new p(y,y.options.stackLabels,h,_,l)),S=v[S][_],null!==x?(S.points[M]=S.points[this.index]=[u(S.cumulative,d)],a(S.cumulative)||(S.base=M),S.touched=y.stacking.stacksTouched,0<w.index&&!1===this.singleStacks&&(S.points[M][0]=S.points[this.index+","+_+",0"][0])):S.points[M]=S.points[this.index]=null,"percent"===t?(h=h?e:m,g&&v[h]&&v[h][_]?(h=v[h][_],S.total=h.total=Math.max(h.total,S.total)+Math.abs(x)||0):S.total=o(S.total+(Math.abs(x)||0))):"group"===t?null!==x&&(S.total=(S.total||0)+1):S.total=o(S.total+(x||0)),S.cumulative="group"===t?(S.total||1)-1:u(S.cumulative,d)+(x||0),null!==x&&(S.points[M].push(S.cumulative),i[f]=S.cumulative,S.hasValidPoints=!0)}"percent"===t&&(y.stacking.usePercentage=!0),"group"!==t&&(this.stackedYData=i),y.stacking.oldStacks={}}},d.prototype.modifyStacks=function(){var e,t=this,n=t.stackKey,r=t.yAxis.stacking.stacks,i=t.processedXData,o=t.options.stacking;t[o+"Stacker"]&&[n,"-"+n].forEach((function(n){for(var a,s,l=i.length;l--;)a=i[l],e=t.getStackIndicator(e,a,t.index,n),(s=(a=r[n]&&r[n][a])&&a.points[e.key])&&t[o+"Stacker"](s,a,l)}))},d.prototype.percentStacker=function(e,t,n){t=t.total?100/t.total:0,e[0]=o(e[0]*t),e[1]=o(e[1]*t),this.stackedYData[n]=e[1]},d.prototype.getStackIndicator=function(e,t,n,r){return!a(e)||e.x!==t||r&&e.key!==r?e={x:t,index:0,key:r}:e.index++,e.key=[n,t,e.index].join(),e},n.StackItem=p,n.StackItem})),t(n,"Core/Dynamics.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Series/Series.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Series/LineSeries.js"],n["Core/Options.js"],n["Core/Series/Point.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s,l,c){var u=e.animate,d=e.setAnimation,p=n.seriesTypes,h=a.time,f=c.addEvent,m=c.createElement,g=c.css,y=c.defined,v=c.erase,b=c.error,_=c.extend,x=c.fireEvent,w=c.isArray,M=c.isNumber,S=c.isObject,k=c.isString,O=c.merge,L=c.objectEach,C=c.pick,T=c.relativeLength,A=c.splat;i.cleanRecursively=function(e,t){var n={};return L(e,(function(r,o){S(e[o],!0)&&!e.nodeType&&t[o]?(r=i.cleanRecursively(e[o],t[o]),Object.keys(r).length&&(n[o]=r)):(S(e[o])||e[o]!==t[o])&&(n[o]=e[o])})),n},_(r.prototype,{addSeries:function(e,t,n){var r,i=this;return e&&(t=C(t,!0),x(i,"addSeries",{options:e},(function(){r=i.initSeries(e),i.isDirtyLegend=!0,i.linkSeries(),r.enabledDataSorting&&r.setData(e.data,!1),x(i,"afterAddSeries",{series:r}),t&&i.redraw(n)}))),r},addAxis:function(e,t,n,r){return this.createAxis(t?"xAxis":"yAxis",{axis:e,redraw:n,animation:r})},addColorAxis:function(e,t,n){return this.createAxis("colorAxis",{axis:e,redraw:t,animation:n})},createAxis:function(e,n){var r=this.options,o="colorAxis"===e,a=n.redraw,s=n.animation;n=O(n.axis,{index:this[e].length,isX:"xAxis"===e});var l=o?new i.ColorAxis(this,n):new t(this,n);return r[e]=A(r[e]||{}),r[e].push(n),o&&(this.isDirtyLegend=!0,this.axes.forEach((function(e){e.series=[]})),this.series.forEach((function(e){e.bindAxes(),e.isDirtyData=!0}))),C(a,!0)&&this.redraw(s),l},showLoading:function(e){var t=this,n=t.options,r=t.loadingDiv,i=n.loading,o=function(){r&&g(r,{left:t.plotLeft+"px",top:t.plotTop+"px",width:t.plotWidth+"px",height:t.plotHeight+"px"})};r||(t.loadingDiv=r=m("div",{className:"highcharts-loading highcharts-loading-hidden"},null,t.container),t.loadingSpan=m("span",{className:"highcharts-loading-inner"},null,r),f(t,"redraw",o)),r.className="highcharts-loading",t.loadingSpan.innerHTML=C(e,n.lang.loading,""),t.styledMode||(g(r,_(i.style,{zIndex:10})),g(t.loadingSpan,i.labelStyle),t.loadingShown||(g(r,{opacity:0,display:""}),u(r,{opacity:i.style.opacity||.5},{duration:i.showDuration||0}))),t.loadingShown=!0,o()},hideLoading:function(){var e=this.options,t=this.loadingDiv;t&&(t.className="highcharts-loading highcharts-loading-hidden",this.styledMode||u(t,{opacity:0},{duration:e.loading.hideDuration||100,complete:function(){g(t,{display:"none"})}})),this.loadingShown=!1},propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" "),collectionsWithUpdate:["xAxis","yAxis","zAxis","series"],update:function(e,t,n,r){var o,a,s,c=this,u={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},d=e.isResponsiveOptions,p=[];if(x(c,"update",{options:e}),d||c.setResponsive(!1,!0),e=i.cleanRecursively(e,c.options),O(!0,c.userOptions,e),o=e.chart){if(O(!0,c.options.chart,o),"className"in o&&c.setClassName(o.className),"reflow"in o&&c.setReflow(o.reflow),"inverted"in o||"polar"in o||"type"in o){c.propFromSeries();var f=!0}"alignTicks"in o&&(f=!0),L(o,(function(e,t){-1!==c.propsRequireUpdateSeries.indexOf("chart."+t)&&(a=!0),-1!==c.propsRequireDirtyBox.indexOf(t)&&(c.isDirtyBox=!0),-1!==c.propsRequireReflow.indexOf(t)&&(d?c.isDirtyBox=!0:s=!0)})),!c.styledMode&&"style"in o&&c.renderer.setStyle(o.style)}!c.styledMode&&e.colors&&(this.options.colors=e.colors),e.time&&(this.time===h&&(this.time=new l(e.time)),O(!0,c.options.time,e.time)),L(e,(function(t,n){c[n]&&"function"==typeof c[n].update?c[n].update(t,!1):"function"==typeof c[u[n]]?c[u[n]](t):"color"!==n&&-1===c.collectionsWithUpdate.indexOf(n)&&O(!0,c.options[n],e[n]),"chart"!==n&&-1!==c.propsRequireUpdateSeries.indexOf(n)&&(a=!0)})),this.collectionsWithUpdate.forEach((function(t){if(e[t]){if("series"===t){var r=[];c[t].forEach((function(e,t){e.options.isInternal||r.push(C(e.options.index,t))}))}A(e[t]).forEach((function(e,i){var o,a=y(e.id);a&&(o=c.get(e.id)),o||(o=c[t][r?r[i]:i])&&a&&y(o.options.id)&&(o=void 0),o&&o.coll===t&&(o.update(e,!1),n&&(o.touched=!0)),!o&&n&&c.collectionsWithInit[t]&&(c.collectionsWithInit[t][0].apply(c,[e].concat(c.collectionsWithInit[t][1]||[]).concat([!1])).touched=!0)})),n&&c[t].forEach((function(e){e.touched||e.options.isInternal?delete e.touched:p.push(e)}))}})),p.forEach((function(e){e.remove&&e.remove(!1)})),f&&c.axes.forEach((function(e){e.update({},!1)})),a&&c.getSeriesOrderByLinks().forEach((function(e){e.chart&&e.update({},!1)}),this),f=o&&o.width,o=o&&o.height,k(o)&&(o=T(o,f||c.chartWidth)),s||M(f)&&f!==c.chartWidth||M(o)&&o!==c.chartHeight?c.setSize(f,o,r):C(t,!0)&&c.redraw(r),x(c,"afterUpdate",{options:e,redraw:t,animation:r})},setSubtitle:function(e,t){this.applyDescription("subtitle",e),this.layOutTitles(t)},setCaption:function(e,t){this.applyDescription("caption",e),this.layOutTitles(t)}}),r.prototype.collectionsWithInit={xAxis:[r.prototype.addAxis,[!0]],yAxis:[r.prototype.addAxis,[!1]],series:[r.prototype.addSeries]},_(s.prototype,{update:function(e,t,n,r){function i(){a.applyOptions(e);var r=l&&a.hasDummyGraphic;r=null===a.y?!r:r,l&&r&&(a.graphic=l.destroy(),delete a.hasDummyGraphic),S(e,!0)&&(l&&l.element&&e&&e.marker&&void 0!==e.marker.symbol&&(a.graphic=l.destroy()),e&&e.dataLabels&&a.dataLabel&&(a.dataLabel=a.dataLabel.destroy()),a.connector&&(a.connector=a.connector.destroy())),o=a.index,s.updateParallelArrays(a,o),u.data[o]=S(u.data[o],!0)||S(e,!0)?a.options:C(e,u.data[o]),s.isDirty=s.isDirtyData=!0,!s.fixedBox&&s.hasCartesianSeries&&(c.isDirtyBox=!0),"point"===u.legendType&&(c.isDirtyLegend=!0),t&&c.redraw(n)}var o,a=this,s=a.series,l=a.graphic,c=s.chart,u=s.options;t=C(t,!0),!1===r?i():a.firePointEvent("update",{options:e},i)},remove:function(e,t){this.series.removePoint(this.series.data.indexOf(this),e,t)}}),_(o.prototype,{addPoint:function(e,t,n,r,i){var o=this.options,a=this.data,s=this.chart,l=this.xAxis;l=l&&l.hasNames&&l.names;var c,u=o.data,d=this.xData;t=C(t,!0);var p={series:this};this.pointClass.prototype.applyOptions.apply(p,[e]);var h=p.x,f=d.length;if(this.requireSorting&&h<d[f-1])for(c=!0;f&&d[f-1]>h;)f--;this.updateParallelArrays(p,"splice",f,0,0),this.updateParallelArrays(p,f),l&&p.name&&(l[h]=p.name),u.splice(f,0,e),c&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),n&&(a[0]&&a[0].remove?a[0].remove(!1):(a.shift(),this.updateParallelArrays(p,"shift"),u.shift())),!1!==i&&x(this,"addPoint",{point:p}),this.isDirtyData=this.isDirty=!0,t&&s.redraw(r)},removePoint:function(e,t,n){var r=this,i=r.data,o=i[e],a=r.points,s=r.chart,l=function(){a&&a.length===i.length&&a.splice(e,1),i.splice(e,1),r.options.data.splice(e,1),r.updateParallelArrays(o||{series:r},"splice",e,1),o&&o.destroy(),r.isDirty=!0,r.isDirtyData=!0,t&&s.redraw()};d(n,s),t=C(t,!0),o?o.firePointEvent("remove",null,l):l()},remove:function(e,t,n,r){function i(){o.destroy(r),o.remove=null,a.isDirtyLegend=a.isDirtyBox=!0,a.linkSeries(),C(e,!0)&&a.redraw(t)}var o=this,a=o.chart;!1!==n?x(o,"remove",null,i):i()},update:function(e,t){e=i.cleanRecursively(e,this.userOptions),x(this,"update",{options:e});var n,r=this,o=r.chart,a=r.userOptions,s=r.initialType||r.type,l=o.options.plotOptions,c=e.type||a.type||o.options.chart.type,u=!(this.hasDerivedData||c&&c!==this.type||void 0!==e.pointStart||void 0!==e.pointInterval||r.hasOptionChanged("dataGrouping")||r.hasOptionChanged("pointStart")||r.hasOptionChanged("pointInterval")||r.hasOptionChanged("pointIntervalUnit")||r.hasOptionChanged("keys")),d=p[s].prototype,h=["eventOptions","navigatorSeries","baseSeries"],f=r.finishedAnimating&&{animation:!1},m={};for(n in u&&(h.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","mapMap","mapData","minY","maxY","minX","maxX"),!1!==e.visible&&h.push("area","graph"),r.parallelArrays.forEach((function(e){h.push(e+"Data")})),e.data&&(e.dataSorting&&_(r.options.dataSorting,e.dataSorting),this.setData(e.data,!1))),e=O(a,f,{index:void 0===a.index?r.index:a.index,pointStart:C(l&&l.series&&l.series.pointStart,a.pointStart,r.xData[0])},!u&&{data:r.options.data},e),u&&e.data&&(e.data=r.options.data),(h=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(h)).forEach((function(e){h[e]=r[e],delete r[e]})),r.remove(!1,null,!1,!0),d)r[n]=void 0;if(p[c||s]?_(r,p[c||s].prototype):b(17,!0,o,{missingModuleFor:c||s}),h.forEach((function(e){r[e]=h[e]})),r.init(o,e),u&&this.points){var g=r.options;!1===g.visible?(m.graphic=1,m.dataLabel=1):r._hasPointLabels||(e=g.marker,a=g.dataLabels,e&&(!1===e.enabled||"symbol"in e)&&(m.graphic=1),a&&!1===a.enabled&&(m.dataLabel=1)),this.points.forEach((function(e){e&&e.series&&(e.resolveColor(),Object.keys(m).length&&e.destroyElements(m),!1===g.showInLegend&&e.legendItem&&o.legend.destroyItem(e))}),this)}r.initialType=s,o.linkSeries(),x(this,"afterUpdate"),C(t,!0)&&o.redraw(!!u&&void 0)},setName:function(e){this.name=this.options.name=this.userOptions.name=e,this.chart.isDirtyLegend=!0},hasOptionChanged:function(e){var t=this.options[e],n=this.chart.options.plotOptions,r=this.userOptions[e];return r?t!==r:t!==C(n&&n[this.type]&&n[this.type][e],n&&n.series&&n.series[e],t)}}),_(t.prototype,{update:function(e,t){var n=this.chart,r=e&&e.events||{};e=O(this.userOptions,e),n.options[this.coll].indexOf&&(n.options[this.coll][n.options[this.coll].indexOf(this.userOptions)]=e),L(n.options[this.coll].events,(function(e,t){void 0===r[t]&&(r[t]=void 0)})),this.destroy(!0),this.init(n,_(e,{events:r})),n.isDirtyBox=!0,C(t,!0)&&n.redraw()},remove:function(e){for(var t=this.chart,n=this.coll,r=this.series,i=r.length;i--;)r[i]&&r[i].remove(!1);v(t.axes,this),v(t[n],this),w(t.options[n])?t.options[n].splice(this.options.index,1):delete t.options[n],t[n].forEach((function(e,t){e.options.index=e.userOptions.index=t})),this.destroy(),t.isDirtyBox=!0,C(e,!0)&&t.redraw()},setTitle:function(e,t){this.update({title:e},t)},setCategories:function(e,t){this.update({categories:e},t)}})})),t(n,"Series/AreaSeries.js",[n["Core/Series/Series.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i){var o=t.parse,a=i.objectEach,s=i.pick,l=n.Series;e.seriesType("area","line",{threshold:0},{singleStacks:!1,getStackPoints:function(e){var t,n=[],r=[],i=this.xAxis,o=this.yAxis,l=o.stacking.stacks[this.stackKey],c={},u=this.index,d=o.series,p=d.length,h=s(o.options.reversedStacks,!0)?1:-1;if(e=e||this.points,this.options.stacking){for(t=0;t<e.length;t++)e[t].leftNull=e[t].rightNull=void 0,c[e[t].x]=e[t];a(l,(function(e,t){null!==e.total&&r.push(t)})),r.sort((function(e,t){return e-t}));var f=d.map((function(e){return e.visible}));r.forEach((function(e,a){var s,d,m=0;if(c[e]&&!c[e].isNull)n.push(c[e]),[-1,1].forEach((function(n){var i=1===n?"rightNull":"leftNull",o=0,m=l[r[a+n]];if(m)for(t=u;0<=t&&t<p;)(s=m.points[t])||(t===u?c[e][i]=!0:f[t]&&(d=l[e].points[t])&&(o-=d[1]-d[0])),t+=h;c[e][1===n?"rightCliff":"leftCliff"]=o}));else{for(t=u;0<=t&&t<p;){if(s=l[e].points[t]){m=s[1];break}t+=h}m=o.translate(m,0,1,0,1),n.push({isNull:!0,plotX:i.translate(e,0,0,0,1),x:e,plotY:m,yBottom:m})}}))}return n},getGraphPath:function(e){var t,n=l.prototype.getGraphPath,r=this.options,i=r.stacking,o=this.yAxis,a=[],c=[],u=this.index,d=o.stacking.stacks[this.stackKey],p=r.threshold,h=Math.round(o.getThreshold(r.threshold));r=s(r.connectNulls,"percent"===i);var f=function(t,n,r){var s=e[t];t=i&&d[s.x].points[u];var l=s[r+"Null"]||0;if(r=s[r+"Cliff"]||0,s=!0,r||l){var f=(l?t[0]:t[1])+r,m=t[0]+r;s=!!l}else!i&&e[n]&&e[n].isNull&&(f=m=p);void 0!==f&&(c.push({plotX:g,plotY:null===f?h:o.getThreshold(f),isNull:s,isCliff:!0}),a.push({plotX:g,plotY:null===m?h:o.getThreshold(m),doCurve:!1}))};for(e=e||this.points,i&&(e=this.getStackPoints(e)),t=0;t<e.length;t++){i||(e[t].leftCliff=e[t].rightCliff=e[t].leftNull=e[t].rightNull=void 0);var m=e[t].isNull,g=s(e[t].rectPlotX,e[t].plotX),y=i?e[t].yBottom:h;m&&!r||(r||f(t,t-1,"left"),m&&!i&&r||(c.push(e[t]),a.push({x:t,plotX:g,plotY:y})),r||f(t,t+1,"right"))}return t=n.call(this,c,!0,!0),a.reversed=!0,(y=(m=n.call(this,a,!0,!0))[0])&&"M"===y[0]&&(m[0]=["L",y[1],y[2]]),m=t.concat(m),n=n.call(this,c,!1,r),m.xMap=t.xMap,this.areaPath=m,n},drawGraph:function(){this.areaPath=[],l.prototype.drawGraph.apply(this);var e=this,t=this.areaPath,n=this.options,r=[["area","highcharts-area",this.color,n.fillColor]];this.zones.forEach((function(t,i){r.push(["zone-area-"+i,"highcharts-area highcharts-zone-area-"+i+" "+t.className,t.color||e.color,t.fillColor||n.fillColor])})),r.forEach((function(r){var i=r[0],a=e[i],l=a?"animate":"attr",c={};a?(a.endX=e.preventGraphAnimation?null:t.xMap,a.animate({d:t})):(c.zIndex=0,(a=e[i]=e.chart.renderer.path(t).addClass(r[1]).add(e.group)).isArea=!0),e.chart.styledMode||(c.fill=s(r[3],o(r[2]).setOpacity(s(n.fillOpacity,.75)).get())),a[l](c),a.startX=t.xMap,a.shiftUnit=n.step?2:1}))},drawLegendSymbol:r.drawRectangle})})),t(n,"Series/SplineSeries.js",[n["Core/Series/Series.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.pick;e.seriesType("spline","line",{},{getPointSpline:function(e,t,r){var i=t.plotX||0,o=t.plotY||0,a=e[r-1];if(r=e[r+1],a&&!a.isNull&&!1!==a.doCurve&&!t.isCliff&&r&&!r.isNull&&!1!==r.doCurve&&!t.isCliff){e=a.plotY||0;var s=r.plotX||0;r=r.plotY||0;var l=0,c=(1.5*i+(a.plotX||0))/2.5,u=(1.5*o+e)/2.5,d=(1.5*o+r)/2.5;(s=(1.5*i+s)/2.5)!==c&&(l=(d-u)*(s-i)/(s-c)+o-d),d+=l,(u+=l)>e&&u>o?d=2*o-(u=Math.max(e,o)):u<e&&u<o&&(d=2*o-(u=Math.min(e,o))),d>r&&d>o?u=2*o-(d=Math.max(r,o)):d<r&&d<o&&(u=2*o-(d=Math.min(r,o))),t.rightContX=s,t.rightContY=d}return t=["C",n(a.rightContX,a.plotX,0),n(a.rightContY,a.plotY,0),n(c,i,0),n(u,o,0),i,o],a.rightContX=a.rightContY=void 0,t}})})),t(n,"Series/AreaSplineSeries.js",[n["Core/Series/Series.js"],n["Mixins/LegendSymbol.js"],n["Core/Options.js"]],(function(e,t,n){var r=e.seriesTypes.area.prototype;e.seriesType("areaspline","spline",n.defaultOptions.plotOptions.area,{getStackPoints:r.getStackPoints,getGraphPath:r.getGraphPath,drawGraph:r.drawGraph,drawLegendSymbol:t.drawRectangle})})),t(n,"Series/ColumnSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Series.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Series/LineSeries.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a){var s=e.animObject,l=n.parse;e=r.noop;var c=a.clamp,u=a.defined,d=a.extend,p=a.isArray,h=a.isNumber,f=a.merge,m=a.pick,g=a.objectEach;return t=t.seriesType("column","line",{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"},{cropShoulder:0,directTouch:!0,trackerGroups:["group","dataLabelsGroup"],negStacks:!0,init:function(){o.prototype.init.apply(this,arguments);var e=this,t=e.chart;t.hasRendered&&t.series.forEach((function(t){t.type===e.type&&(t.isDirty=!0)}))},getColumnMetrics:function(){var e=this,t=e.options,n=e.xAxis,r=e.yAxis,i=n.options.reversedStacks;i=n.reversed&&!i||!n.reversed&&i;var o,a={},s=0;!1===t.grouping?s=1:e.chart.series.forEach((function(t){var n=t.yAxis,i=t.options;if(t.type===e.type&&(t.visible||!e.chart.options.chart.ignoreHiddenSeries)&&r.len===n.len&&r.pos===n.pos){if(i.stacking&&"group"!==i.stacking){o=t.stackKey,void 0===a[o]&&(a[o]=s++);var l=a[o]}else!1!==i.grouping&&(l=s++);t.columnIndex=l}}));var l=Math.min(Math.abs(n.transA)*(n.ordinal&&n.ordinal.slope||t.pointRange||n.closestPointRange||n.tickInterval||1),n.len),c=l*t.groupPadding,u=(l-2*c)/(s||1);return t=Math.min(t.maxPointWidth||n.len,m(t.pointWidth,u*(1-2*t.pointPadding))),e.columnMetrics={width:t,offset:(u-t)/2+(c+((e.columnIndex||0)+(i?1:0))*u-l/2)*(i?-1:1),paddedWidth:u,columnCount:s},e.columnMetrics},crispCol:function(e,t,n,r){var i=this.chart,o=this.borderWidth,a=-(o%2?.5:0);return o=o%2?.5:1,i.inverted&&i.renderer.isVML&&(o+=1),this.options.crisp&&(n=Math.round(e+n)+a,n-=e=Math.round(e)+a),r=Math.round(t+r)+o,a=.5>=Math.abs(t)&&.5<r,r-=t=Math.round(t)+o,a&&r&&(--t,r+=1),{x:e,y:t,width:n,height:r}},adjustForMissingColumns:function(e,t,n,r){var i=this,o=this.options.stacking;if(!n.isNull&&1<r.columnCount){var a=0,s=0;g(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(e){if("number"==typeof n.x&&(e=e[n.x.toString()])){var t=e.points[i.index],r=e.total;o?(t&&(a=s),e.hasValidPoints&&s++):p(t)&&(a=t[1],s=r||0)}})),e=(n.plotX||0)+((s-1)*r.paddedWidth+t)/2-t-a*r.paddedWidth}return e},translate:function(){var e=this,t=e.chart,n=e.options,r=e.dense=2>e.closestPointRange*e.xAxis.transA;r=e.borderWidth=m(n.borderWidth,r?0:1);var i=e.xAxis,a=e.yAxis,s=n.threshold,l=e.translatedThreshold=a.getThreshold(s),d=m(n.minPointLength,5),p=e.getColumnMetrics(),f=p.width,g=e.barW=Math.max(f,1+2*r),y=e.pointXOffset=p.offset,v=e.dataMin,b=e.dataMax;t.inverted&&(l-=.5),n.pointPadding&&(g=Math.ceil(g)),o.prototype.translate.apply(e),e.points.forEach((function(r){var o=m(r.yBottom,l),_=999+Math.abs(o),x=f,w=r.plotX||0;_=c(r.plotY,-_,a.len+_);var M=w+y,S=g,k=Math.min(_,o),O=Math.max(_,o)-k;if(d&&Math.abs(O)<d){O=d;var L=!a.reversed&&!r.negative||a.reversed&&r.negative;h(s)&&h(b)&&r.y===s&&b<=s&&(a.min||0)<s&&v!==b&&(L=!L),k=Math.abs(k-l)>d?o-d:l-(L?d:0)}u(r.options.pointWidth)&&(x=S=Math.ceil(r.options.pointWidth),M-=Math.round((x-f)/2)),n.centerInCategory&&(M=e.adjustForMissingColumns(M,x,r,p)),r.barX=M,r.pointWidth=x,r.tooltipPos=t.inverted?[a.len+a.pos-t.plotLeft-_,i.len+i.pos-t.plotTop-(w||0)-y-S/2,O]:[M+S/2,_+a.pos-t.plotTop,O],r.shapeType=e.pointClass.prototype.shapeType||"rect",r.shapeArgs=e.crispCol.apply(e,r.isNull?[M,l,S,0]:[M,k,S,O])}))},getSymbol:e,drawLegendSymbol:i.drawRectangle,drawGraph:function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},pointAttribs:function(e,t){var n=this.options,r=this.pointAttrToOptions||{},i=r.stroke||"borderColor",o=r["stroke-width"]||"borderWidth",a=e&&e.color||this.color,s=e&&e[i]||n[i]||this.color||a,c=e&&e[o]||n[o]||this[o]||0;r=e&&e.options.dashStyle||n.dashStyle;var u=m(e&&e.opacity,n.opacity,1);if(e&&this.zones.length){var d=e.getZone();a=e.options.color||d&&(d.color||e.nonZonedColor)||this.color,d&&(s=d.borderColor||s,r=d.dashStyle||r,c=d.borderWidth||c)}return t&&e&&(t=(e=f(n.states[t],e.options.states&&e.options.states[t]||{})).brightness,a=e.color||void 0!==t&&l(a).brighten(e.brightness).get()||a,s=e[i]||s,c=e[o]||c,r=e.dashStyle||r,u=m(e.opacity,u)),i={fill:a,stroke:s,"stroke-width":c,opacity:u},r&&(i.dashstyle=r),i},drawPoints:function(){var e,t=this,n=this.chart,r=t.options,i=n.renderer,o=r.animationLimit||250;t.points.forEach((function(a){var s=a.graphic,l=!!s,c=s&&n.pointCount<o?"animate":"attr";h(a.plotY)&&null!==a.y?(e=a.shapeArgs,s&&a.hasNewShapeType()&&(s=s.destroy()),t.enabledDataSorting&&(a.startXPos=t.xAxis.reversed?-(e?e.width:0):t.xAxis.width),s||(a.graphic=s=i[a.shapeType](e).add(a.group||t.group))&&t.enabledDataSorting&&n.hasRendered&&n.pointCount<o&&(s.attr({x:a.startXPos}),l=!0,c="animate"),s&&l&&s[c](f(e)),r.borderRadius&&s[c]({r:r.borderRadius}),n.styledMode||s[c](t.pointAttribs(a,a.selected&&"select")).shadow(!1!==a.allowShadow&&r.shadow,null,r.stacking&&!r.borderRadius),s.addClass(a.getClassName(),!0)):s&&(a.graphic=s.destroy())}))},animate:function(e){var t=this,n=this.yAxis,r=t.options,i=this.chart.inverted,o={},a=i?"translateX":"translateY";if(e)o.scaleY=.001,e=c(n.toPixels(r.threshold),n.pos,n.pos+n.len),i?o.translateX=e-n.len:o.translateY=e,t.clipBox&&t.setClip(),t.group.attr(o);else{var l=t.group.attr(a);t.group.animate({scaleY:1},d(s(t.options.animation),{step:function(e,r){t.group&&(o[a]=l+r.pos*(n.pos-l),t.group.attr(o))}}))}},remove:function(){var e=this,t=e.chart;t.hasRendered&&t.series.forEach((function(t){t.type===e.type&&(t.isDirty=!0)})),o.prototype.remove.apply(e,arguments)}})})),t(n,"Series/BarSeries.js",[n["Core/Series/Series.js"]],(function(e){e.seriesType("bar","column",null,{inverted:!0})})),t(n,"Series/ScatterSeries.js",[n["Core/Series/Series.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t,n){n=n.addEvent;var r=t.Series;e.seriesType("scatter","line",{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}},{sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1,drawGraph:function(){(this.options.lineWidth||0===this.options.lineWidth&&this.graph&&this.graph.strokeWidth())&&r.prototype.drawGraph.call(this)},applyJitter:function(){var e=this,t=this.options.jitter,n=this.points.length;t&&this.points.forEach((function(r,i){["x","y"].forEach((function(o,a){var s="plot"+o.toUpperCase();if(t[o]&&!r.isNull){var l=e[o+"Axis"],c=t[o]*l.transA;if(l&&!l.isLog){var u=Math.max(0,r[s]-c);l=Math.min(l.len,r[s]+c),a=1e4*Math.sin(i+a*n),r[s]=u+(l-u)*(a-Math.floor(a)),"x"===o&&(r.clientX=r.plotX)}}}))}))}}),n(r,"afterTranslate",(function(){this.applyJitter&&this.applyJitter()}))})),t(n,"Mixins/CenteredSeries.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.isNumber,r=t.pick,i=t.relativeLength,o=e.deg2rad;return e.CenteredSeriesMixin={getCenter:function(){var t=this.options,n=this.chart,o=2*(t.slicedOffset||0),a=n.plotWidth-2*o,s=n.plotHeight-2*o,l=t.center,c=Math.min(a,s),u=t.size,d=t.innerSize||0;for("string"==typeof u&&(u=parseFloat(u)),"string"==typeof d&&(d=parseFloat(d)),t=[r(l[0],"50%"),r(l[1],"50%"),r(u&&0>u?void 0:t.size,"100%"),r(d&&0>d?void 0:t.innerSize||0,"0%")],!n.angular||this instanceof e.Series||(t[3]=0),l=0;4>l;++l)u=t[l],n=2>l||2===l&&/%$/.test(u),t[l]=i(u,[a,s,c,t[2]][l])+(n?o:0);return t[3]>t[2]&&(t[3]=t[2]),t},getStartAndEndRadians:function(e,t){return e=n(e)?e:0,t=n(t)&&t>e&&360>t-e?t:e+360,{start:o*(e+-90),end:o*(t+-90)}}}})),t(n,"Series/PieSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Series.js"],n["Mixins/CenteredSeries.js"],n["Core/Globals.js"],n["Mixins/LegendSymbol.js"],n["Series/LineSeries.js"],n["Core/Series/Point.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s,l){var c=e.setAnimation,u=n.getStartAndEndRadians;e=r.noop;var d=l.addEvent,p=l.clamp,h=l.defined,f=l.fireEvent,m=l.isNumber,g=l.merge,y=l.pick,v=l.relativeLength;t.seriesType("pie","line",{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}},{isCartesian:!1,requireSorting:!1,directTouch:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],axisTypes:[],pointAttribs:t.seriesTypes.column.prototype.pointAttribs,animate:function(e){var t=this,n=t.points,r=t.startAngleRad;e||n.forEach((function(e){var n=e.graphic,i=e.shapeArgs;n&&i&&(n.attr({r:y(e.startR,t.center&&t.center[3]/2),start:r,end:r}),n.animate({r:i.r,start:i.start,end:i.end},t.options.animation))}))},hasData:function(){return!!this.processedXData.length},updateTotals:function(){var e,t=0,n=this.points,r=n.length,i=this.options.ignoreHiddenPoint;for(e=0;e<r;e++){var o=n[e];t+=i&&!o.visible||o.isNull?0:o.y}for(this.total=t,e=0;e<r;e++)(o=n[e]).percentage=0<t&&(o.visible||!i)?o.y/t*100:0,o.total=t},generatePoints:function(){o.prototype.generatePoints.call(this),this.updateTotals()},getX:function(e,t,n){var r=this.center,i=this.radii?this.radii[n.index]:r[2]/2;return e=Math.asin(p((e-r[1])/(i+n.labelDistance),-1,1)),r[0]+(t?-1:1)*Math.cos(e)*(i+n.labelDistance)+(0<n.labelDistance?(t?-1:1)*this.options.dataLabels.padding:0)},translate:function(e){this.generatePoints();var t=0,n=this.options,r=n.slicedOffset,i=r+(n.borderWidth||0),o=u(n.startAngle,n.endAngle),a=this.startAngleRad=o.start;o=(this.endAngleRad=o.end)-a;var s=this.points,l=n.dataLabels.distance;n=n.ignoreHiddenPoint;var c,d=s.length;for(e||(this.center=e=this.getCenter()),c=0;c<d;c++){var p=s[c],h=a+t*o;n&&!p.visible||(t+=p.percentage/100);var m=a+t*o;p.shapeType="arc",p.shapeArgs={x:e[0],y:e[1],r:e[2]/2,innerR:e[3]/2,start:Math.round(1e3*h)/1e3,end:Math.round(1e3*m)/1e3},p.labelDistance=y(p.options.dataLabels&&p.options.dataLabels.distance,l),p.labelDistance=v(p.labelDistance,p.shapeArgs.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,p.labelDistance),(m=(m+h)/2)>1.5*Math.PI?m-=2*Math.PI:m<-Math.PI/2&&(m+=2*Math.PI),p.slicedTranslation={translateX:Math.round(Math.cos(m)*r),translateY:Math.round(Math.sin(m)*r)};var g=Math.cos(m)*e[2]/2,b=Math.sin(m)*e[2]/2;p.tooltipPos=[e[0]+.7*g,e[1]+.7*b],p.half=m<-Math.PI/2||m>Math.PI/2?1:0,p.angle=m,h=Math.min(i,p.labelDistance/5),p.labelPosition={natural:{x:e[0]+g+Math.cos(m)*p.labelDistance,y:e[1]+b+Math.sin(m)*p.labelDistance},final:{},alignment:0>p.labelDistance?"center":p.half?"right":"left",connectorPosition:{breakAt:{x:e[0]+g+Math.cos(m)*h,y:e[1]+b+Math.sin(m)*h},touchingSliceAt:{x:e[0]+g,y:e[1]+b}}}}f(this,"afterTranslate")},drawEmpty:function(){var e=this.startAngleRad,t=this.endAngleRad,n=this.options;if(0===this.total&&this.center){var r=this.center[0],i=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(r,i,this.center[1]/2,0,e,t).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:s.prototype.symbols.arc(r,i,this.center[2]/2,0,{start:e,end:t,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":n.borderWidth,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},redrawPoints:function(){var e,t,n,r,i=this,o=i.chart,a=o.renderer,s=i.options.shadow;this.drawEmpty(),!s||i.shadowGroup||o.styledMode||(i.shadowGroup=a.g("shadow").attr({zIndex:-1}).add(i.group)),i.points.forEach((function(l){var c={};if(t=l.graphic,!l.isNull&&t){if(r=l.shapeArgs,e=l.getTranslate(),!o.styledMode){var u=l.shadowGroup;s&&!u&&(u=l.shadowGroup=a.g("shadow").add(i.shadowGroup)),u&&u.attr(e),n=i.pointAttribs(l,l.selected&&"select")}l.delayedRendering?(t.setRadialReference(i.center).attr(r).attr(e),o.styledMode||t.attr(n).attr({"stroke-linejoin":"round"}).shadow(s,u),l.delayedRendering=!1):(t.setRadialReference(i.center),o.styledMode||g(!0,c,n),g(!0,c,r,e),t.animate(c)),t.attr({visibility:l.visible?"inherit":"hidden"}),t.addClass(l.getClassName())}else t&&(l.graphic=t.destroy())}))},drawPoints:function(){var e=this.chart.renderer;this.points.forEach((function(t){t.graphic&&t.hasNewShapeType()&&(t.graphic=t.graphic.destroy()),t.graphic||(t.graphic=e[t.shapeType](t.shapeArgs).add(t.series.group),t.delayedRendering=!0)}))},searchPoint:e,sortByAngle:function(e,t){e.sort((function(e,n){return void 0!==e.angle&&(n.angle-e.angle)*t}))},drawLegendSymbol:i.drawRectangle,getCenter:n.getCenter,getSymbol:e,drawGraph:null},{init:function(){a.prototype.init.apply(this,arguments);var e=this;e.name=y(e.name,"Slice");var t=function(t){e.slice("select"===t.type)};return d(e,"select",t),d(e,"unselect",t),e},isValid:function(){return m(this.y)&&0<=this.y},setVisible:function(e,t){var n=this,r=n.series,i=r.chart,o=r.options.ignoreHiddenPoint;t=y(t,o),e!==n.visible&&(n.visible=n.options.visible=e=void 0===e?!n.visible:e,r.options.data[r.data.indexOf(n)]=n.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(t){n[t]&&n[t][e?"show":"hide"](!0)})),n.legendItem&&i.legend.colorizeItem(n,e),e||"hover"!==n.state||n.setState(""),o&&(r.isDirty=!0),t&&i.redraw())},slice:function(e,t,n){var r=this.series;c(n,r.chart),y(t,!0),this.sliced=this.options.sliced=h(e)?e:!this.sliced,r.options.data[r.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},getTranslate:function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},haloPath:function(e){var t=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(t.x,t.y,t.r+e,t.r+e,{innerR:t.r-1,start:t.start,end:t.end})},connectorShapes:{fixedOffset:function(e,t,n){var r=t.breakAt;return t=t.touchingSliceAt,[["M",e.x,e.y],n.softConnector?["C",e.x+("left"===e.alignment?-5:5),e.y,2*r.x-t.x,2*r.y-t.y,r.x,r.y]:["L",r.x,r.y],["L",t.x,t.y]]},straight:function(e,t){return t=t.touchingSliceAt,[["M",e.x,e.y],["L",t.x,t.y]]},crookedLine:function(e,t,n){t=t.touchingSliceAt;var r=this.series,i=r.center[0],o=r.chart.plotWidth,a=r.chart.plotLeft;r=e.alignment;var s=this.shapeArgs.r;return n=v(n.crookDistance,1),n=["L",o="left"===r?i+s+(o+a-i-s)*(1-n):a+(i-s)*n,e.y],i=!0,("left"===r?o>e.x||o<t.x:o<e.x||o>t.x)&&(i=!1),e=[["M",e.x,e.y]],i&&e.push(n),e.push(["L",t.x,t.y]),e}},getConnectorPath:function(){var e=this.labelPosition,t=this.series.options.dataLabels,n=t.connectorShape,r=this.connectorShapes;return r[n]&&(n=r[n]),n.call(this,{x:e.final.x,y:e.final.y,alignment:e.alignment},e.connectorPosition,t)}})})),t(n,"Core/Series/DataLabels.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Globals.js"],n["Core/Series/CartesianSeries.js"],n["Core/Utilities.js"]],(function(e,t,n,r){var i=e.getDeferredAnimation;e=t.noop;var o=t.seriesTypes,a=r.arrayMax,s=r.clamp,l=r.defined,c=r.extend,u=r.fireEvent,d=r.format,p=r.isArray,h=r.merge,f=r.objectEach,m=r.pick,g=r.relativeLength,y=r.splat,v=r.stableSort;t.distribute=function(e,n,r){function i(e,t){return e.target-t.target}var o,a=!0,l=e,c=[],u=0,d=l.reducedLen||n;for(o=e.length;o--;)u+=e[o].size;if(u>d){for(v(e,(function(e,t){return(t.rank||0)-(e.rank||0)})),u=o=0;u<=d;)u+=e[o].size,o++;c=e.splice(o-1,e.length)}for(v(e,i),e=e.map((function(e){return{size:e.size,targets:[e.target],align:m(e.align,.5)}}));a;){for(o=e.length;o--;)a=e[o],u=(Math.min.apply(0,a.targets)+Math.max.apply(0,a.targets))/2,a.pos=s(u-a.size*a.align,0,n-a.size);for(o=e.length,a=!1;o--;)0<o&&e[o-1].pos+e[o-1].size>e[o].pos&&(e[o-1].size+=e[o].size,e[o-1].targets=e[o-1].targets.concat(e[o].targets),e[o-1].align=.5,e[o-1].pos+e[o-1].size>n&&(e[o-1].pos=n-e[o-1].size),e.splice(o,1),a=!0)}l.push.apply(l,c),o=0,e.some((function(e){var i=0;if(e.targets.some((function(){if(l[o].pos=e.pos+i,void 0!==r&&Math.abs(l[o].pos-l[o].target)>r)return l.slice(0,o+1).forEach((function(e){delete e.pos})),l.reducedLen=(l.reducedLen||n)-.1*n,l.reducedLen>.1*n&&t.distribute(l,n,r),!0;i+=l[o].size,o++})))return!0})),v(l,i)},n.prototype.drawDataLabels=function(){function e(e,t){var n,r=[];if(p(e)&&!p(t))r=e.map((function(e){return h(e,t)}));else if(p(t)&&!p(e))r=t.map((function(t){return h(e,t)}));else if(p(e)||p(t))for(n=Math.max(e.length,t.length);n--;)r[n]=h(e[n],t[n]);else r=h(e,t);return r}var t=this,n=t.chart,r=t.options,o=r.dataLabels,a=t.points,s=t.hasRendered||0,c=o.animation;c=o.defer?i(n,c,t):{defer:0,duration:0};var g=n.renderer;if(o=e(e(n.options.plotOptions&&n.options.plotOptions.series&&n.options.plotOptions.series.dataLabels,n.options.plotOptions&&n.options.plotOptions[t.type]&&n.options.plotOptions[t.type].dataLabels),o),u(this,"drawDataLabels"),p(o)||o.enabled||t._hasPointLabels){var v=t.plotGroup("dataLabelsGroup","data-labels",s?"inherit":"hidden",o.zIndex||6);v.attr({opacity:+s}),!s&&(s=t.dataLabelsGroup)&&(t.visible&&v.show(!0),s[r.animation?"animate":"attr"]({opacity:1},c)),a.forEach((function(i){y(e(o,i.dlOptions||i.options&&i.options.dataLabels)).forEach((function(e,o){var a=e.enabled&&(!i.isNull||i.dataLabelOnNull)&&function(e,t){var n=t.filter;return!n||(t=n.operator,e=e[n.property],n=n.value,">"===t&&e>n||"<"===t&&e<n||">="===t&&e>=n||"<="===t&&e<=n||"=="===t&&e==n||"==="===t&&e===n)}(i,e),s=i.dataLabels?i.dataLabels[o]:i.dataLabel,c=i.connectors?i.connectors[o]:i.connector,u=m(e.distance,i.labelDistance),p=!s;if(a){var h=i.getLabelConfig(),y=m(e[i.formatPrefix+"Format"],e.format);h=l(y)?d(y,h,n):(e[i.formatPrefix+"Formatter"]||e.formatter).call(h,e),y=e.style;var b=e.rotation;n.styledMode||(y.color=m(e.color,y.color,t.color,"#000000"),"contrast"===y.color?(i.contrastColor=g.getContrast(i.color||t.color),y.color=!l(u)&&e.inside||0>u||r.stacking?i.contrastColor:"#000000"):delete i.contrastColor,r.cursor&&(y.cursor=r.cursor));var _={r:e.borderRadius||0,rotation:b,padding:e.padding,zIndex:1};n.styledMode||(_.fill=e.backgroundColor,_.stroke=e.borderColor,_["stroke-width"]=e.borderWidth),f(_,(function(e,t){void 0===e&&delete _[t]}))}!s||a&&l(h)?a&&l(h)&&(s?_.text=h:(i.dataLabels=i.dataLabels||[],s=i.dataLabels[o]=b?g.text(h,0,-9999,e.useHTML).addClass("highcharts-data-label"):g.label(h,0,-9999,e.shape,null,null,e.useHTML,null,"data-label"),o||(i.dataLabel=s),s.addClass(" highcharts-data-label-color-"+i.colorIndex+" "+(e.className||"")+(e.useHTML?" highcharts-tracker":""))),s.options=e,s.attr(_),n.styledMode||s.css(y).shadow(e.shadow),s.added||s.add(v),e.textPath&&!e.useHTML&&(s.setTextPath(i.getDataLabelPath&&i.getDataLabelPath(s)||i.graphic,e.textPath),i.dataLabelPath&&!e.textPath.enabled&&(i.dataLabelPath=i.dataLabelPath.destroy())),t.alignDataLabel(i,s,e,null,p)):(i.dataLabel=i.dataLabel&&i.dataLabel.destroy(),i.dataLabels&&(1===i.dataLabels.length?delete i.dataLabels:delete i.dataLabels[o]),o||delete i.dataLabel,c&&(i.connector=i.connector.destroy(),i.connectors&&(1===i.connectors.length?delete i.connectors:delete i.connectors[o])))}))}))}u(this,"afterDrawDataLabels")},n.prototype.alignDataLabel=function(e,t,n,r,i){var o=this,a=this.chart,s=this.isCartesian&&a.inverted,l=this.enabledDataSorting,u=m(e.dlBox&&e.dlBox.centerX,e.plotX,-9999),d=m(e.plotY,-9999),p=t.getBBox(),h=n.rotation,f=n.align,g=a.isInsidePlot(u,Math.round(d),s),y="justify"===m(n.overflow,l?"none":"justify"),v=this.visible&&!1!==e.visible&&(e.series.forceDL||l&&!y||g||n.inside&&r&&a.isInsidePlot(u,s?r.x+1:r.y+r.height-1,s)),b=function(n){l&&o.xAxis&&!y&&o.setDataLabelStartPos(e,t,i,g,n)};if(v){var _=a.renderer.fontMetrics(a.styledMode?void 0:n.style.fontSize,t).b;r=c({x:s?this.yAxis.len-d:u,y:Math.round(s?this.xAxis.len-u:d),width:0,height:0},r),c(n,{width:p.width,height:p.height}),h?(y=!1,u=a.renderer.rotCorr(_,h),b(u={x:r.x+(n.x||0)+r.width/2+u.x,y:r.y+(n.y||0)+{top:0,middle:.5,bottom:1}[n.verticalAlign]*r.height}),t[i?"attr":"animate"](u).attr({align:f}),b=180<(b=(h+720)%360)&&360>b,"left"===f?u.y-=b?p.height:0:"center"===f?(u.x-=p.width/2,u.y-=p.height/2):"right"===f&&(u.x-=p.width,u.y-=b?0:p.height),t.placed=!0,t.alignAttr=u):(b(r),t.align(n,null,r),u=t.alignAttr),y&&0<=r.height?this.justifyDataLabel(t,n,u,p,r,i):m(n.crop,!0)&&(v=a.isInsidePlot(u.x,u.y)&&a.isInsidePlot(u.x+p.width,u.y+p.height)),n.shape&&!h&&t[i?"attr":"animate"]({anchorX:s?a.plotWidth-e.plotY:e.plotX,anchorY:s?a.plotHeight-e.plotX:e.plotY})}i&&l&&(t.placed=!1),v||l&&!y||(t.hide(!0),t.placed=!1)},n.prototype.setDataLabelStartPos=function(e,t,n,r,i){var o=this.chart,a=o.inverted,s=this.xAxis,l=s.reversed,c=a?t.height/2:t.width/2;e=(e=e.pointWidth)?e/2:0,s=a?i.x:l?-c-e:s.width-c+e,i=a?l?this.yAxis.height-c+e:-c-e:i.y,t.startXPos=s,t.startYPos=i,r?"hidden"===t.visibility&&(t.show(),t.attr({opacity:0}).animate({opacity:1})):t.attr({opacity:1}).animate({opacity:0},void 0,t.hide),o.hasRendered&&(n&&t.attr({x:t.startXPos,y:t.startYPos}),t.placed=!0)},n.prototype.justifyDataLabel=function(e,t,n,r,i,o){var a=this.chart,s=t.align,l=t.verticalAlign,c=e.box?0:e.padding||0,u=t.x;u=void 0===u?0:u;var d=t.y,p=void 0===d?0:d;if(0>(d=n.x+c)){"right"===s&&0<=u?(t.align="left",t.inside=!0):u-=d;var h=!0}return(d=n.x+r.width-c)>a.plotWidth&&("left"===s&&0>=u?(t.align="right",t.inside=!0):u+=a.plotWidth-d,h=!0),0>(d=n.y+c)&&("bottom"===l&&0<=p?(t.verticalAlign="top",t.inside=!0):p-=d,h=!0),(d=n.y+r.height-c)>a.plotHeight&&("top"===l&&0>=p?(t.verticalAlign="bottom",t.inside=!0):p+=a.plotHeight-d,h=!0),h&&(t.x=u,t.y=p,e.placed=!o,e.align(t,void 0,i)),h},o.pie&&(o.pie.prototype.dataLabelPositioners={radialDistributionY:function(e){return e.top+e.distributeBox.pos},radialDistributionX:function(e,t,n,r){return e.getX(n<t.top+2||n>t.bottom-2?r:n,t.half,t)},justify:function(e,t,n){return n[0]+(e.half?-1:1)*(t+e.labelDistance)},alignToPlotEdges:function(e,t,n,r){return e=e.getBBox().width,t?e+r:n-e-r},alignToConnectors:function(e,t,n,r){var i,o=0;return e.forEach((function(e){(i=e.dataLabel.getBBox().width)>o&&(o=i)})),t?o+r:n-o-r}},o.pie.prototype.drawDataLabels=function(){var e,r,i,o,s,c,u,d,p,f,g,y,v=this,b=v.data,_=v.chart,x=v.options.dataLabels||{},w=x.connectorPadding,M=_.plotWidth,S=_.plotHeight,k=_.plotLeft,O=Math.round(_.chartWidth/3),L=v.center,C=L[2]/2,T=L[1],A=[[],[]],j=[0,0,0,0],E=v.dataLabelPositioners;v.visible&&(x.enabled||v._hasPointLabels)&&(b.forEach((function(e){e.dataLabel&&e.visible&&e.dataLabel.shortened&&(e.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),e.dataLabel.shortened=!1)})),n.prototype.drawDataLabels.apply(v),b.forEach((function(e){e.dataLabel&&(e.visible?(A[e.half].push(e),e.dataLabel._pos=null,!l(x.style.width)&&!l(e.options.dataLabels&&e.options.dataLabels.style&&e.options.dataLabels.style.width)&&e.dataLabel.getBBox().width>O&&(e.dataLabel.css({width:Math.round(.7*O)+"px"}),e.dataLabel.shortened=!0)):(e.dataLabel=e.dataLabel.destroy(),e.dataLabels&&1===e.dataLabels.length&&delete e.dataLabels))})),A.forEach((function(n,r){var i,a=n.length,h=[];if(a){if(v.sortByAngle(n,r-.5),0<v.maxLabelDistance){var b=Math.max(0,T-C-v.maxLabelDistance),O=Math.min(T+C+v.maxLabelDistance,_.plotHeight);n.forEach((function(e){0<e.labelDistance&&e.dataLabel&&(e.top=Math.max(0,T-C-e.labelDistance),e.bottom=Math.min(T+C+e.labelDistance,_.plotHeight),i=e.dataLabel.getBBox().height||21,e.distributeBox={target:e.labelPosition.natural.y-e.top+i/2,size:i,rank:e.y},h.push(e.distributeBox))})),b=O+i-b,t.distribute(h,b,b/5)}for(g=0;g<a;g++){if(e=n[g],c=e.labelPosition,o=e.dataLabel,f=!1===e.visible?"hidden":"inherit",p=b=c.natural.y,h&&l(e.distributeBox)&&(void 0===e.distributeBox.pos?f="hidden":(u=e.distributeBox.size,p=E.radialDistributionY(e))),delete e.positionIndex,x.justify)d=E.justify(e,C,L);else switch(x.alignTo){case"connectors":d=E.alignToConnectors(n,r,M,k);break;case"plotEdges":d=E.alignToPlotEdges(o,r,M,k);break;default:d=E.radialDistributionX(v,e,p,b)}o._attr={visibility:f,align:c.alignment},y=e.options.dataLabels||{},o._pos={x:d+m(y.x,x.x)+({left:w,right:-w}[c.alignment]||0),y:p+m(y.y,x.y)-10},c.final.x=d,c.final.y=p,m(x.crop,!0)&&(s=o.getBBox().width,b=null,d-s<w&&1===r?(b=Math.round(s-d+w),j[3]=Math.max(b,j[3])):d+s>M-w&&0===r&&(b=Math.round(d+s-M+w),j[1]=Math.max(b,j[1])),0>p-u/2?j[0]=Math.max(Math.round(u/2-p),j[0]):p+u/2>S&&(j[2]=Math.max(Math.round(p+u/2-S),j[2])),o.sideOverflow=b)}}})),0===a(j)||this.verifyDataLabelOverflow(j))&&(this.placeDataLabels(),this.points.forEach((function(e){var t;(y=h(x,e.options.dataLabels),r=m(y.connectorWidth,1))&&(i=e.connector,(o=e.dataLabel)&&o._pos&&e.visible&&0<e.labelDistance?(f=o._attr.visibility,(t=!i)&&(e.connector=i=_.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+e.colorIndex+(e.className?" "+e.className:"")).add(v.dataLabelsGroup),_.styledMode||i.attr({"stroke-width":r,stroke:y.connectorColor||e.color||"#666666"})),i[t?"attr":"animate"]({d:e.getConnectorPath()}),i.attr("visibility",f)):i&&(e.connector=i.destroy()))})))},o.pie.prototype.placeDataLabels=function(){this.points.forEach((function(e){var t,n=e.dataLabel;n&&e.visible&&((t=n._pos)?(n.sideOverflow&&(n._attr.width=Math.max(n.getBBox().width-n.sideOverflow,0),n.css({width:n._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),n.shortened=!0),n.attr(n._attr),n[n.moved?"animate":"attr"](t),n.moved=!0):n&&n.attr({y:-9999})),delete e.distributeBox}),this)},o.pie.prototype.alignDataLabel=e,o.pie.prototype.verifyDataLabelOverflow=function(e){var t=this.center,n=this.options,r=n.center,i=n.minSize||80,o=null!==n.size;if(!o){if(null!==r[0])var a=Math.max(t[2]-Math.max(e[1],e[3]),i);else a=Math.max(t[2]-e[1]-e[3],i),t[0]+=(e[3]-e[1])/2;null!==r[1]?a=s(a,i,t[2]-Math.max(e[0],e[2])):(a=s(a,i,t[2]-e[0]-e[2]),t[1]+=(e[0]-e[2])/2),a<t[2]?(t[2]=a,t[3]=Math.min(g(n.innerSize||0,a),a),this.translate(t),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}),o.column&&(o.column.prototype.alignDataLabel=function(e,t,r,i,o){var a=this.chart.inverted,s=e.series,l=e.dlBox||e.shapeArgs,c=m(e.below,e.plotY>m(this.translatedThreshold,s.yAxis.len)),u=m(r.inside,!!this.options.stacking);l&&(0>(i=h(l)).y&&(i.height+=i.y,i.y=0),0<(l=i.y+i.height-s.yAxis.len)&&l<i.height&&(i.height-=l),a&&(i={x:s.yAxis.len-i.y-i.height,y:s.xAxis.len-i.x-i.width,width:i.height,height:i.width}),u||(a?(i.x+=c?0:i.width,i.width=0):(i.y+=c?i.height:0,i.height=0))),r.align=m(r.align,!a||u?"center":c?"right":"left"),r.verticalAlign=m(r.verticalAlign,a||u?"middle":c?"top":"bottom"),n.prototype.alignDataLabel.call(this,e,t,r,i,o),r.inside&&e.contrastColor&&t.css({color:e.contrastColor})})})),t(n,"Extensions/OverlappingDataLabels.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.addEvent,r=t.fireEvent,i=t.isArray,o=t.isNumber,a=t.objectEach,s=t.pick;n(e,"render",(function(){var e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&a(t.stacking.stacks,(function(t){a(t,(function(t){e.push(t.label)}))}))})),(this.series||[]).forEach((function(t){var n=t.options.dataLabels;t.visible&&(!1!==n.enabled||t._hasPointLabels)&&(t.nodes||t.points).forEach((function(t){t.visible&&(i(t.dataLabels)?t.dataLabels:t.dataLabel?[t.dataLabel]:[]).forEach((function(n){var r=n.options;n.labelrank=s(r.labelrank,t.labelrank,t.shapeArgs&&t.shapeArgs.height),r.allowOverlap||e.push(n)}))}))})),this.hideOverlappingLabels(e)})),e.prototype.hideOverlappingLabels=function(e){var t,n,i,a=this,s=e.length,l=a.renderer,c=!1,u=function(e){var t,n,r=e.box?0:e.padding||0,i=t=0;if(e&&(!e.alignAttr||e.placed)){var a=e.alignAttr||{x:e.attr("x"),y:e.attr("y")},s=e.parentGroup;e.width||(t=e.getBBox(),e.width=t.width,e.height=t.height,t=l.fontMetrics(null,e.element).h);var c=e.width-2*r;return(n={left:"0",center:"0.5",right:"1"}[e.alignValue])?i=+n*c:o(e.x)&&Math.round(e.x)!==e.translateX&&(i=e.x-e.translateX),{x:a.x+(s.translateX||0)+r-(i||0),y:a.y+(s.translateY||0)+r-t,width:e.width-2*r,height:e.height-2*r}}};for(n=0;n<s;n++)(t=e[n])&&(t.oldOpacity=t.opacity,t.newOpacity=1,t.absoluteBox=u(t));for(e.sort((function(e,t){return(t.labelrank||0)-(e.labelrank||0)})),n=0;n<s;n++){var d=(u=e[n])&&u.absoluteBox;for(t=n+1;t<s;++t){var p=(i=e[t])&&i.absoluteBox;!d||!p||u===i||0===u.newOpacity||0===i.newOpacity||p.x>=d.x+d.width||p.x+p.width<=d.x||p.y>=d.y+d.height||p.y+p.height<=d.y||((u.labelrank<i.labelrank?u:i).newOpacity=0)}}e.forEach((function(e){if(e){var t=e.newOpacity;e.oldOpacity!==t&&(e.alignAttr&&e.placed?(e[t?"removeClass":"addClass"]("highcharts-data-label-hidden"),c=!0,e.alignAttr.opacity=t,e[e.isOld?"animate":"attr"](e.alignAttr,null,(function(){a.styledMode||e.css({pointerEvents:t?"auto":"none"}),e.visibility=t?"inherit":"hidden"})),r(a,"afterHideOverlappingLabel")):e.attr({opacity:t})),e.isOld=!0}})),c&&r(a,"afterHideAllOverlappingLabels")}})),t(n,"Core/Interaction.js",[n["Core/Series/Series.js"],n["Core/Chart/Chart.js"],n["Core/Globals.js"],n["Core/Legend.js"],n["Series/LineSeries.js"],n["Core/Options.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(e,t,n,r,i,o,a,s){e=e.seriesTypes;var l=n.hasTouch,c=n.svg,u=o.defaultOptions,d=s.addEvent,p=s.createElement,h=s.css,f=s.defined,m=s.extend,g=s.fireEvent,y=s.isArray,v=s.isFunction,b=s.isNumber,_=s.isObject,x=s.merge,w=s.objectEach,M=s.pick;n=n.TrackerMixin={drawTrackerPoint:function(){var e,t=this,n=t.chart,r=n.pointer,i=function(e){var t=r.getPointFromEvent(e);void 0!==t&&(r.isDirectTouch=!0,t.onMouseOver(e))};t.points.forEach((function(t){e=y(t.dataLabels)?t.dataLabels:t.dataLabel?[t.dataLabel]:[],t.graphic&&(t.graphic.element.point=t),e.forEach((function(e){e.div?e.div.point=t:e.element.point=t}))})),t._hasTracking||(t.trackerGroups.forEach((function(e){t[e]&&(t[e].addClass("highcharts-tracker").on("mouseover",i).on("mouseout",(function(e){r.onTrackerMouseOut(e)})),l&&t[e].on("touchstart",i),!n.styledMode&&t.options.cursor&&t[e].css(h).css({cursor:t.options.cursor}))})),t._hasTracking=!0),g(this,"afterDrawTracker")},drawTrackerGraph:function(){var e=this,t=e.options,n=t.trackByArea,r=[].concat(n?e.areaPath:e.graphPath),i=e.chart,o=i.pointer,a=i.renderer,s=i.options.tooltip.snap,u=e.tracker,d=function(t){i.hoverSeries!==e&&e.onMouseOver()},p="rgba(192,192,192,"+(c?1e-4:.002)+")";u?u.attr({d:r}):e.graph&&(e.tracker=a.path(r).attr({visibility:e.visible?"visible":"hidden",zIndex:2}).addClass(n?"highcharts-tracker-area":"highcharts-tracker-line").add(e.group),i.styledMode||e.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:p,fill:n?p:"none","stroke-width":e.graph.strokeWidth()+(n?0:2*s)}),[e.tracker,e.markerGroup].forEach((function(e){e.addClass("highcharts-tracker").on("mouseover",d).on("mouseout",(function(e){o.onTrackerMouseOut(e)})),t.cursor&&!i.styledMode&&e.css({cursor:t.cursor}),l&&e.on("touchstart",d)}))),g(this,"afterDrawTracker")}},e.column&&(e.column.prototype.drawTracker=n.drawTrackerPoint),e.pie&&(e.pie.prototype.drawTracker=n.drawTrackerPoint),e.scatter&&(e.scatter.prototype.drawTracker=n.drawTrackerPoint),m(r.prototype,{setItemEvents:function(e,t,n){var r=this,i=r.chart.renderer.boxWrapper,o=e instanceof a,s="highcharts-legend-"+(o?"point":"series")+"-active",l=r.chart.styledMode;(n?[t,e.legendSymbol]:[e.legendGroup]).forEach((function(n){n&&n.on("mouseover",(function(){e.visible&&r.allItems.forEach((function(t){e!==t&&t.setState("inactive",!o)})),e.setState("hover"),e.visible&&i.addClass(s),l||t.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||t.css(x(e.visible?r.itemStyle:r.itemHiddenStyle)),r.allItems.forEach((function(t){e!==t&&t.setState("",!o)})),i.removeClass(s),e.setState()})).on("click",(function(t){var n=function(){e.setVisible&&e.setVisible(),r.allItems.forEach((function(t){e!==t&&t.setState(e.visible?"inactive":"",!o)}))};i.removeClass(s),t={browserEvent:t},e.firePointEvent?e.firePointEvent("legendItemClick",t,n):g(e,"legendItemClick",t,n)}))}))},createCheckboxForItem:function(e){e.checkbox=p("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:e.selected,defaultChecked:e.selected},this.options.itemCheckboxStyle,this.chart.container),d(e.checkbox,"click",(function(t){g(e.series||e,"checkboxClick",{checked:t.target.checked,item:e},(function(){e.select()}))}))}}),m(t.prototype,{showResetZoom:function(){function e(){t.zoomOut()}var t=this,n=u.lang,r=t.options.chart.resetZoomButton,i=r.theme,o=i.states,a="chart"===r.relativeTo||"spaceBox"===r.relativeTo?null:"plotBox";g(this,"beforeShowResetZoom",null,(function(){t.resetZoomButton=t.renderer.button(n.resetZoom,null,null,e,i,o&&o.hover).attr({align:r.position.align,title:n.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(r.position,!1,a)})),g(this,"afterShowResetZoom")},zoomOut:function(){g(this,"selection",{resetSelection:!0},this.zoom)},zoom:function(e){var t,n=this,r=n.pointer,i=!1,o=n.inverted?r.mouseDownX:r.mouseDownY;!e||e.resetSelection?(n.axes.forEach((function(e){t=e.zoom()})),r.initiated=!1):e.xAxis.concat(e.yAxis).forEach((function(e){var a=e.axis,s=n.inverted?a.left:a.top,l=n.inverted?s+a.width:s+a.height,c=a.isXAxis,u=!1;(!c&&o>=s&&o<=l||c||!f(o))&&(u=!0),r[c?"zoomX":"zoomY"]&&u&&(t=a.zoom(e.min,e.max),a.displayBtn&&(i=!0))}));var a=n.resetZoomButton;i&&!a?n.showResetZoom():!i&&_(a)&&(n.resetZoomButton=a.destroy()),t&&n.redraw(M(n.options.chart.animation,e&&e.animation,100>n.pointCount))},pan:function(e,t){var n,r=this,i=r.hoverPoints,o=r.options.chart,a=r.options.mapNavigation&&r.options.mapNavigation.enabled;t="object"==typeof t?t:{enabled:t,type:"x"},o&&o.panning&&(o.panning=t);var s=t.type;g(this,"pan",{originalEvent:e},(function(){i&&i.forEach((function(e){e.setState()}));var t=[1];"xy"===s?t=[1,0]:"y"===s&&(t=[0]),t.forEach((function(t){var i=r[t?"xAxis":"yAxis"][0],o=i.horiz,l=e[o?"chartX":"chartY"],c=r[o=o?"mouseDownX":"mouseDownY"],u=(i.pointRange||0)/2,d=i.reversed&&!r.inverted||!i.reversed&&r.inverted?-1:1,p=i.getExtremes(),h=i.toValue(c-l,!0)+u*d,f=(d=i.toValue(c+i.len-l,!0)-u*d)<h;c=f?d:h,h=f?h:d;var m=i.hasVerticalPanning(),g=i.panningState;i.series.forEach((function(e){if(m&&!t&&(!g||g.isDirty)){var n=e.getProcessedData(!0);e=e.getExtremes(n.yData,!0),g||(g={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),b(e.dataMin)&&b(e.dataMax)&&(g.startMin=Math.min(e.dataMin,g.startMin),g.startMax=Math.max(e.dataMax,g.startMax))}})),d=Math.min(M(null==g?void 0:g.startMin,p.dataMin),u?p.min:i.toValue(i.toPixels(p.min)-i.minPixelPadding)),u=Math.max(M(null==g?void 0:g.startMax,p.dataMax),u?p.max:i.toValue(i.toPixels(p.max)+i.minPixelPadding)),i.panningState=g,i.isOrdinal||(0<(f=d-c)&&(h+=f,c=d),0<(f=h-u)&&(h=u,c-=f),i.series.length&&c!==p.min&&h!==p.max&&c>=d&&h<=u&&(i.setExtremes(c,h,!1,!1,{trigger:"pan"}),r.resetZoomButton||a||c===d||h===u||!s.match("y")||(r.showResetZoom(),i.displayBtn=!1),n=!0),r[o]=l)})),n&&r.redraw(!1),h(r.container,{cursor:"move"})}))}}),m(a.prototype,{select:function(e,t){var n=this,r=n.series,i=r.chart;this.selectedStaging=e=M(e,!n.selected),n.firePointEvent(e?"select":"unselect",{accumulate:t},(function(){n.selected=n.options.selected=e,r.options.data[r.data.indexOf(n)]=n.options,n.setState(e&&"select"),t||i.getSelectedPoints().forEach((function(e){var t=e.series;e.selected&&e!==n&&(e.selected=e.options.selected=!1,t.options.data[t.data.indexOf(e)]=e.options,e.setState(i.hoverPoints&&t.options.inactiveOtherPoints?"inactive":""),e.firePointEvent("unselect"))}))})),delete this.selectedStaging},onMouseOver:function(e){var t=this.series.chart,n=t.pointer;e=e?n.normalize(e):n.getChartCoordinatesFromPoint(this,t.inverted),n.runPointActions(e,this)},onMouseOut:function(){var e=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(e.hoverPoints||[]).forEach((function(e){e.setState()})),e.hoverPoints=e.hoverPoint=null},importEvents:function(){if(!this.hasImportedEvents){var e=this,t=x(e.series.options.point,e.options).events;e.events=t,w(t,(function(t,n){v(t)&&d(e,n,t)})),this.hasImportedEvents=!0}},setState:function(e,t){var n,r=this.series,i=this.state,o=r.options.states[e||"normal"]||{},a=u.plotOptions[r.type].marker&&r.options.marker,s=a&&!1===a.enabled,l=a&&a.states&&a.states[e||"normal"]||{},c=!1===l.enabled,d=r.stateMarkerGraphic,p=this.marker||{},h=r.chart,f=r.halo,y=a&&r.markerAttribs;if(!((e=e||"")===this.state&&!t||this.selected&&"select"!==e||!1===o.enabled||e&&(c||s&&!1===l.enabled)||e&&p.states&&p.states[e]&&!1===p.states[e].enabled)){if(this.state=e,y&&(n=r.markerAttribs(this,e)),this.graphic){if(i&&this.graphic.removeClass("highcharts-point-"+i),e&&this.graphic.addClass("highcharts-point-"+e),!h.styledMode){var v=r.pointAttribs(this,e),b=M(h.options.chart.animation,o.animation);r.options.inactiveOtherPoints&&v.opacity&&((this.dataLabels||[]).forEach((function(e){e&&e.animate({opacity:v.opacity},b)})),this.connector&&this.connector.animate({opacity:v.opacity},b)),this.graphic.animate(v,b)}n&&this.graphic.animate(n,M(h.options.chart.animation,l.animation,a.animation)),d&&d.hide()}else e&&l&&(i=p.symbol||r.symbol,d&&d.currentSymbol!==i&&(d=d.destroy()),n&&(d?d[t?"animate":"attr"]({x:n.x,y:n.y}):i&&(r.stateMarkerGraphic=d=h.renderer.symbol(i,n.x,n.y,n.width,n.height).add(r.markerGroup),d.currentSymbol=i)),!h.styledMode&&d&&d.attr(r.pointAttribs(this,e))),d&&(d[e&&this.isInside?"show":"hide"](),d.element.point=this);e=o.halo,o=(d=this.graphic||d)&&d.visibility||"inherit",e&&e.size&&d&&"hidden"!==o&&!this.isCluster?(f||(r.halo=f=h.renderer.path().add(d.parentGroup)),f.show()[t?"animate":"attr"]({d:this.haloPath(e.size)}),f.attr({class:"highcharts-halo highcharts-color-"+M(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:o,zIndex:-1}),f.point=this,h.styledMode||f.attr(m({fill:this.color||r.color,"fill-opacity":e.opacity},e.attributes))):f&&f.point&&f.point.haloPath&&f.animate({d:f.point.haloPath(0)},null,f.hide),g(this,"afterSetState")}},haloPath:function(e){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-e,this.plotY-e,2*e,2*e)}}),m(i.prototype,{onMouseOver:function(){var e=this.chart,t=e.hoverSeries;e.pointer.setHoverChartIndex(),t&&t!==this&&t.onMouseOut(),this.options.events.mouseOver&&g(this,"mouseOver"),this.setState("hover"),e.hoverSeries=this},onMouseOut:function(){var e=this.options,t=this.chart,n=t.tooltip,r=t.hoverPoint;t.hoverSeries=null,r&&r.onMouseOut(),this&&e.events.mouseOut&&g(this,"mouseOut"),!n||this.stickyTracking||n.shared&&!this.noSharedTooltip||n.hide(),t.series.forEach((function(e){e.setState("",!0)}))},setState:function(e,t){var n=this,r=n.options,i=n.graph,o=r.inactiveOtherPoints,a=r.states,s=r.lineWidth,l=r.opacity,c=M(a[e||"normal"]&&a[e||"normal"].animation,n.chart.options.chart.animation);if(r=0,e=e||"",n.state!==e&&([n.group,n.markerGroup,n.dataLabelsGroup].forEach((function(t){t&&(n.state&&t.removeClass("highcharts-series-"+n.state),e&&t.addClass("highcharts-series-"+e))})),n.state=e,!n.chart.styledMode)){if(a[e]&&!1===a[e].enabled)return;if(e&&(s=a[e].lineWidth||s+(a[e].lineWidthPlus||0),l=M(a[e].opacity,l)),i&&!i.dashstyle)for(a={"stroke-width":s},i.animate(a,c);n["zone-graph-"+r];)n["zone-graph-"+r].attr(a),r+=1;o||[n.group,n.markerGroup,n.dataLabelsGroup,n.labelBySeries].forEach((function(e){e&&e.animate({opacity:l},c)}))}t&&o&&n.points&&n.setAllPointsToState(e)},setAllPointsToState:function(e){this.points.forEach((function(t){t.setState&&t.setState(e)}))},setVisible:function(e,t){var n=this,r=n.chart,i=n.legendItem,o=r.options.chart.ignoreHiddenSeries,a=n.visible,s=(n.visible=e=n.options.visible=n.userOptions.visible=void 0===e?!a:e)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(e){n[e]&&n[e][s]()})),r.hoverSeries!==n&&(r.hoverPoint&&r.hoverPoint.series)!==n||n.onMouseOut(),i&&r.legend.colorizeItem(n,e),n.isDirty=!0,n.options.stacking&&r.series.forEach((function(e){e.options.stacking&&e.visible&&(e.isDirty=!0)})),n.linkedSeries.forEach((function(t){t.setVisible(e,!1)})),o&&(r.isDirtyBox=!0),g(n,s),!1!==t&&r.redraw()},show:function(){this.setVisible(!0)},hide:function(){this.setVisible(!1)},select:function(e){this.selected=e=this.options.selected=void 0===e?!this.selected:e,this.checkbox&&(this.checkbox.checked=e),g(this,e?"select":"unselect")},drawTracker:n.drawTrackerGraph})})),t(n,"Core/Responsive.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(e,t){var n=t.find,r=t.isArray,i=t.isObject,o=t.merge,a=t.objectEach,s=t.pick,l=t.splat,c=t.uniqueKey;e.prototype.setResponsive=function(e,t){var r=this.options.responsive,i=[],a=this.currentResponsive;!t&&r&&r.rules&&r.rules.forEach((function(e){void 0===e._id&&(e._id=c()),this.matchResponsiveRule(e,i)}),this),(t=o.apply(0,i.map((function(e){return n(r.rules,(function(t){return t._id===e})).chartOptions})))).isResponsiveOptions=!0,(i=i.toString()||void 0)!==(a&&a.ruleIds)&&(a&&this.update(a.undoOptions,e,!0),i?((a=this.currentOptions(t)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:i,mergedOptions:t,undoOptions:a},this.update(t,e,!0)):this.currentResponsive=void 0)},e.prototype.matchResponsiveRule=function(e,t){var n=e.condition;(n.callback||function(){return this.chartWidth<=s(n.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=s(n.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=s(n.minWidth,0)&&this.chartHeight>=s(n.minHeight,0)}).call(this)&&t.push(e._id)},e.prototype.currentOptions=function(e){var t=this,n={};return function e(n,o,s,c){var u;a(n,(function(n,a){if(!c&&-1<t.collectionsWithUpdate.indexOf(a))for(n=l(n),s[a]=[],u=0;u<Math.max(n.length,o[a].length);u++)o[a][u]&&(void 0===n[u]?s[a][u]=o[a][u]:(s[a][u]={},e(n[u],o[a][u],s[a][u],c+1)));else i(n)?(s[a]=r(n)?[]:{},e(n,o[a]||{},s[a],c+1)):s[a]=void 0===o[a]?null:o[a]}))}(e,this.options,n,0),n}})),t(n,"masters/highcharts.src.js",[n["Core/Globals.js"]],(function(e){return e})),n["masters/highcharts.src.js"]._modules=n,n["masters/highcharts.src.js"]}))},function(e,t,n){var r;"undefined"!=typeof self&&self,e.exports=(r=n(3),function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function i(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}Object.defineProperty(t,"__esModule",{value:!0});var s=n(1),l=n.n(s),c="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,u=Object(s.forwardRef)((function(e,t){var n=Object(s.useRef)(),o=Object(s.useRef)();return c((function(){function t(){var t=e.highcharts||"object"===("undefined"==typeof window?"undefined":a(window))&&window.Highcharts,r=e.constructorType||"chart";t?t[r]?e.options?o.current=t[r](n.current,e.options,e.callback?e.callback:void 0):console.warn('The "options" property was not passed.'):console.warn('The "constructorType" property is incorrect or some required module is not imported.'):console.warn('The "highcharts" property was not passed.')}if(o.current){if(!1!==e.allowChartUpdate)if(!e.immutable&&o.current){var r;(r=o.current).update.apply(r,[e.options].concat(i(e.updateArgs||[!0,!0])))}else t()}else t()})),c((function(){return function(){o.current&&(o.current.destroy(),o.current=null)}}),[]),Object(s.useImperativeHandle)(t,(function(){return{get chart(){return o.current},container:n}}),[]),l.a.createElement("div",r({},e.containerProps,{ref:n}))}));t.default=Object(s.memo)(u)},function(e,t){e.exports=r}]))},function(e,t,n){"use strict";e.exports=n(425)},function(e,t,n){"use strict";
|
|
326
326
|
/** @license React v16.14.0
|
|
327
327
|
* react-dom-server.browser.production.min.js
|
|
328
328
|
*
|