!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=10)}([function(e,t,n){"use strict";(function(e){var o=n(2);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=setTimeout;function a(e){return Boolean(e&&void 0!==e.length)}function c(){}function s(e){if(!(this instanceof s))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],h(e,this)}function u(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,s._immediateFn((function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var o;try{o=n(e._value)}catch(e){return void f(t.promise,e)}l(t.promise,o)}else(1===e._state?l:f)(t.promise,e._value)}))):e._deferreds.push(t)}function l(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"===r(t)||"function"==typeof t)){var n=t.then;if(t instanceof s)return e._state=3,e._value=t,void d(e);if("function"==typeof n)return void h((o=n,i=t,function(){o.apply(i,arguments)}),e)}e._state=1,e._value=t,d(e)}catch(t){f(e,t)}var o,i}function f(e,t){e._state=2,e._value=t,d(e)}function d(e){2===e._state&&0===e._deferreds.length&&s._immediateFn((function(){e._handled||s._unhandledRejectionFn(e._value)}));for(var t=0,n=e._deferreds.length;t<n;t++)u(e,e._deferreds[t]);e._deferreds=null}function p(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function h(e,t){var n=!1;try{e((function(e){n||(n=!0,l(t,e))}),(function(e){n||(n=!0,f(t,e))}))}catch(e){if(n)return;n=!0,f(t,e)}}s.prototype.catch=function(e){return this.then(null,e)},s.prototype.then=function(e,t){var n=new this.constructor(c);return u(this,new p(e,t,n)),n},s.prototype.finally=o.a,s.all=function(e){return new s((function(t,n){if(!a(e))return n(new TypeError("Promise.all accepts an array"));var o=Array.prototype.slice.call(e);if(0===o.length)return t([]);var i=o.length;function c(e,a){try{if(a&&("object"===r(a)||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,(function(t){c(e,t)}),n)}o[e]=a,0==--i&&t(o)}catch(e){n(e)}}for(var s=0;s<o.length;s++)c(s,o[s])}))},s.resolve=function(e){return e&&"object"===r(e)&&e.constructor===s?e:new s((function(t){t(e)}))},s.reject=function(e){return new s((function(t,n){n(e)}))},s.race=function(e){return new s((function(t,n){if(!a(e))return n(new TypeError("Promise.race accepts an array"));for(var o=0,r=e.length;o<r;o++)s.resolve(e[o]).then(t,n)}))},s._immediateFn="function"==typeof e&&function(t){e(t)}||function(e){i(e,0)},s._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},t.a=s}).call(this,n(3).setImmediate)},function(e,t){function n(e){return(n="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 o;o=function(){return this}();try{o=o||new Function("return this")()}catch(e){"object"===("undefined"==typeof window?"undefined":n(window))&&(o=window)}e.exports=o},function(e,t,n){"use strict";t.a=function(e){var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){return t.reject(n)}))}))}},function(e,t,n){(function(e){var o=void 0!==e&&e||"undefined"!=typeof self&&self||window,r=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(r.call(setTimeout,o,arguments),clearTimeout)},t.setInterval=function(){return new i(r.call(setInterval,o,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(o,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(4),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(1))},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var o,r,i,a,c,s=1,u={},l=!1,f=e.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(e);d=d&&d.setTimeout?d:e,"[object process]"==={}.toString.call(e.process)?o=function(e){t.nextTick((function(){h(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){h(e.data)},o=function(e){i.port2.postMessage(e)}):f&&"onreadystatechange"in f.createElement("script")?(r=f.documentElement,o=function(e){var t=f.createElement("script");t.onreadystatechange=function(){h(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):o=function(e){setTimeout(h,0,e)}:(a="setImmediate$"+Math.random()+"$",c=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(a)&&h(+t.data.slice(a.length))},e.addEventListener?e.addEventListener("message",c,!1):e.attachEvent("onmessage",c),o=function(t){e.postMessage(a+t,"*")}),d.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var r={callback:e,args:t};return u[s]=r,o(s),s++},d.clearImmediate=p}function p(e){delete u[e]}function h(e){if(l)setTimeout(h,0,e);else{var t=u[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{p(e),l=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(1),n(5))},function(e,t){var n,o,r=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function c(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{o="function"==typeof clearTimeout?clearTimeout:a}catch(e){o=a}}();var s,u=[],l=!1,f=-1;function d(){l&&s&&(l=!1,s.length?u=s.concat(u):f=-1,u.length&&p())}function p(){if(!l){var e=c(d);l=!0;for(var t=u.length;t;){for(s=u,u=[];++f<t;)s&&s[f].run();f=-1,t=u.length}s=null,l=!1,function(e){if(o===clearTimeout)return clearTimeout(e);if((o===a||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{o(e)}catch(t){try{return o.call(null,e)}catch(t){return o.call(this,e)}}}(e)}}function h(e,t){this.fun=e,this.array=t}function g(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new h(e,t)),1!==u.length||l||c(p)},h.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=g,r.addListener=g,r.once=g,r.off=g,r.removeListener=g,r.removeAllListeners=g,r.emit=g,r.prependListener=g,r.prependOnceListener=g,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(e,t){
/*! https://mths.be/includes v0.2.0 by @mathias */
String.prototype.includes||function(){"use strict";var e={}.toString,t=function(){try{var e={},t=Object.defineProperty,n=t(e,e,e)&&t}catch(e){}return n}(),n="".indexOf,o=function(t){if(null==this)throw TypeError();var o=String(this);if(t&&"[object RegExp]"==e.call(t))throw TypeError();var r=o.length,i=String(t),a=i.length,c=arguments.length>1?arguments[1]:void 0,s=c?Number(c):0;s!=s&&(s=0);var u=Math.min(Math.max(s,0),r);return!(a+u>r)&&-1!=n.call(o,i,s)};t?t(String.prototype,"includes",{value:o,configurable:!0,writable:!0}):String.prototype.includes=o}()},function(e,t){var n="".concat(118,"-").concat(0);e.exports={ItVersions:{serverJs:118,pnTag:"".concat(118,"-").concat(0),pnWorker:"".concat(118,"-").concat(0),popWar:7.2,css:n,uiTag:"".concat(118,"-").concat(0),ippTag:"".concat(118,"-").concat(0),diTag:"".concat(118,"-").concat(0),pop:"".concat(118,"-").concat(0),footer:"".concat(118,"-").concat(0),bounce:"".concat(118,"-").concat(0),mobileRedir:"".concat(118,"-").concat(0),mobileDialog:"".concat(118,"-").concat(0),mobileNotify:"".concat(118,"-").concat(0),d2sTag:"".concat(118,"-").concat(0),d2sTagDfp:"".concat(118,"-").concat(0),storageSrv:"".concat(118,"-").concat(0),analytics:"".concat(118,"-").concat(0)}}},function(e,t){
/*! http://mths.be/startswith v0.2.0 by @mathias */
String.prototype.startsWith||function(){"use strict";var e=function(){try{var e={},t=Object.defineProperty,n=t(e,e,e)&&t}catch(e){}return n}(),t={}.toString,n=function(e){if(null==this)throw TypeError();var n=String(this);if(e&&"[object RegExp]"==t.call(e))throw TypeError();var o=n.length,r=String(e),i=r.length,a=arguments.length>1?arguments[1]:void 0,c=a?Number(a):0;c!=c&&(c=0);var s=Math.min(Math.max(c,0),o);if(i+s>o)return!1;for(var u=-1;++u<i;)if(n.charCodeAt(s+u)!=r.charCodeAt(u))return!1;return!0};e?e(String.prototype,"startsWith",{value:n,configurable:!0,writable:!0}):String.prototype.startsWith=n}()},function(e,t,n){"use strict";"function"!=typeof Object.assign&&(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),n=1;n<arguments.length;n++){var o=arguments[n];if(null!=o)for(var r in o)o.hasOwnProperty(r)&&(t[r]=o[r])}return t})},function(e,t,n){"use strict";n.r(t);var o=n(0);function r(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var i,a,c,s,u,l,f=n(7).ItVersions,d="".concat(f.serverJs),p=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,o;return t=e,o=[{key:"getInstance",value:function(){return window._rhat4=window._rhat4||{f:{},c:{},d:{},adCtx:{}},window._rhat4.c[d]=window._rhat4.c[d]||{},{f:window._rhat4.f,c:window._rhat4.c[d],d:window._rhat4.d,adCtx:window._rhat4.adCtx}}}],(n=null)&&r(t.prototype,n),o&&r(t,o),e}(),h=(a=function(e){return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(e)},c=function(e){return/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e)},s=function(e){return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)},u="".concat((navigator.userAgent||navigator.vendor||window.opera).toLowerCase()),(l={bot:/bot|googlebot|crawler|spider|robot|crawling/i.test(u),webkit:/webkit/.test(u),mozilla:/mozilla/.test(u)&&!/(compatible|webkit)/.test(u),chrome:/chrome/.test(u)&&!/(opera|opr|edge|samsungbrowser)/.test(u),edge:/edge/.test(u),msie:(/msie/.test(u)||/trident/.test(u)||!!window.MSStream)&&!/opera/.test(u),firefox:/firefox/.test(u),safari:/safari/.test(u)&&!/chrome/.test(u),opera:(/opera/.test(u)||/opr/.test(u))&&!/opera mini/.test(u),operaMini:/opera mini/.test(u),ucbrowser:/ucbrowser/.test(u),samsung:/samsungbrowser/.test(u),mobile:(i=a(u)||c(u.substr(0,4)),s(u)||c(u.substr(0,4))||i),tablet:function(){var e=a(u)||c(u.substr(0,4));return(s(u)||c(u.substr(0,4)))&&!e}(),ios:/ipad|iphone|ipod/.test(u)&&!window.MSStream}).version=l.safari?(u.match(/.+(?:ri)[\/: ]([\d.]+)/)||[])[1]:(u.match(/.+(?:ox|me|ra|ie)[\/: ]([\d.]+)/)||[])[1],l.match=function(e){var t=!1,n=function(n){var o=e[n];["bot","webkit","mozilla","chrome","edge","msie","firefox","safari","opera","operaMini","ucbrowser"].forEach((function(e){e===n&&(o||(t=!0),parseFloat(o)>=parseFloat(e.version)&&(t=!0))}))};for(var o in e)n(o);return t},l);function g(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function m(e,t,n){return t&&g(e.prototype,t),n&&g(e,n),e}var v=p.getInstance(),y={set:function(e,t,n,o){try{var r=null;if(n){var i=new Date;i.setTime(i.getTime()+1e3*n),r=i.toGMTString(),o&&(t=t+"|"+r)}document.cookie=e+"="+encodeURIComponent(t)+(r?";expires="+r:"")+";path=/"}catch(e){}},get:function(e){for(var t=e+"=",n=document.cookie.split(";"),o=0;o<n.length;o++){for(var r=n[o];" "==r.charAt(0);)r=r.substring(1,r.length);if(0==r.indexOf(t))return decodeURIComponent(r.substring(t.length,r.length))}},update:function(e,t,n){document.cookie=e+"="+encodeURIComponent(t)+"|"+encodeURIComponent(n)+";expires="+n+";path=/"},remove:function(e){var t=e+"=";t+=";path=/",document.cookie=t+";expires=Thu, 01-Jan-1970 00:00:01 GMT"}},w=function(){function e(){var t=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this._data={},setInterval((function(){var e,n=[];for(Object.keys(t._data).forEach((function(e){try{if(t._data.hasOwnProperty(e))new Date(t._data[e].expires)<new Date&&n.push(e)}catch(e){}}));e=n.pop();)delete t._data[e]}),0)}return m(e,null,[{key:"getInstance",value:function(){return v.c._cs||(v.c._cs=new e),v.c._cs}}]),m(e,[{key:"set",value:function(e,t,n,o){try{var r=null;if(n){var i=new Date;i.setTime(i.getTime()+1e3*n),r=i.toGMTString(),o&&(t=t+"|"+r)}this._data[e]={value:t,expires:Date.now()+1e3*n}}catch(e){}}},{key:"get",value:function(e){return this._data[e]?this._data[e].value:null}},{key:"update",value:function(e,t,n){try{var o=new Date(n).getTime();this._data[e]={value:t+"|"+n,expires:o}}catch(t){try{delete this._data[e]}catch(e){}}}},{key:"remove",value:function(e){delete this._data[e]}}]),e}().getInstance(),b=Object.create(y,{set:{value:function(e,t,n,o){try{w.set(e,t,n,o),y.set(e,t,n,o)}catch(e){}}},get:{value:function(e){var t=w.get(e);return null===t?y.get(e):t}},update:{value:function(e,t,n){w.update(e,t,n),y.update(e,t,n)}},remove:{value:function(e){w.remove(e),y.remove(e)}}});function T(e){return(T="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)}function k(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function E(e,t,n){return t&&_(e.prototype,t),n&&_(e,n),e}n(6);var I=p.getInstance(),x=500,O=O||null,S=S||[];function N(e,t,n){try{for(var o=["IT:",e],r=[],i=0;i<n.length;i++)n[i]instanceof Error?r.push("IT:"+n[i]):o.push(n[i]);try{A.getInstance().getNativeWindow().console[t].apply(null,o)}catch(e){console[t](o)}for(var a=0;a<r.length;a++)try{A.getInstance().getNativeWindow()[t].call(null,r[a])}catch(e){console[t](r[a])}0===(x-=r.length)&&I.c.itPow&&I.c.itPow.releaseAll()}catch(e){console.error(e)}}String.prototype.includes=String.prototype.includes||function(e){return this.indexOf(e)>-1},Array.prototype.includes=Array.prototype.includes||function(e){return this.indexOf(e)>-1};var C,R,P,A=function(){function e(){k(this,e),this.getNativeWindow(),this.startTime=Date.now(),this.lastIfId="z"}return E(e,null,[{key:"getInstance",value:function(){return I.c._rhw||(I.c._rhw=new e),I.c._rhw}}]),E(e,[{key:"getTimeDelta",value:function(){return(Date.now()-this.startTime)/1e3}},{key:"docReady",value:function(e){S.push(e);var t=function(){if("complete"===document.readyState||"loaded"===document.readyState||"interactive"===document.readyState){for(;S.length>0;)try{console.info("DOCREADY"),S.pop()()}catch(e){}return clearInterval(O),!0}return!1};t()||(document.addEventListener("DOMContentLoaded",(function(){t()})),O=setInterval((function(){t()}),0))}},{key:"logExp",value:function(e,t,n){var o=this,r="//".concat(I.d.serverName[n]);if(this.inspectUrl(window.location.href).search.includes("itDebug=trace")&&this.console.error("RHW logExp",r,e,t,n),!I.f.skipLogs){"string"==typeof t&&(t={stack:"no stack",message:t});var i="".concat(r,"/").concat(I.d.contextPath,"/olive"),a=this.origs(document).ce("script"),c=n||"unknown";a.onload=function(){o.origs(o.body()).rc(a)},this.origs(this.body()).ac(a),a.src=i+"?details="+encodeURIComponent("("+this.version+") "+e+" - "+t.message)+"&msg="+encodeURIComponent(t.stack)+"&cid="+c}}},{key:"getNativeWindow",value:function(){try{if(I.d.ifrm)return I.d.ifrm===window?window:I.d.ifrm.contentWindow||window;this.lastIfId="z".concat(this.randomString(8));var e=document.createElement("iframe");e.z=1,e.id=this.lastIfId;try{document.getElementsByTagName("body")[0].appendChild(e),e.style.display="none"}catch(t){try{document.getElementsByTagName("head")[0].appendChild(e),e.style.display="none"}catch(t){e=window}}return I.d.ifrm=e,I.d.ifrm.contentWindow||window}catch(e){return window}}},{key:"inspectUrl",value:function(e){var t=this,n=this.origs(document).ce("a");function o(e){var n=t.origs(document).ce("a");if(n.href="http"===e.substr(0,4)?e:"".concat(window.location.protocol,"//").concat(e),(n.host.match(/[.]/g)||[]).length>1){var o=e.split(".")[0];return o=(o=o.replace("http://","")).replace("https://","")}return!1}n.href=e;var r,i,a=o(n.host),c=(i=o(r=e))?r.replace("".concat(i,"."),""):r;return{protocol:n.protocol.replace(":",""),host:n.host,origin:function(e){return e.origin||"".concat(e.protocol,"//").concat(e.hostname)}(n),search:n.search,query:function(e){var t={};if(e)for(var n=e.substring(1).split("&"),o=0;o<n.length;o++){var r=n[o].split("=");t[r[0]]=r[1]}return t}(n.search),subdomain:a,noSubdomain:c}}},{key:"getScriptTagByCid",value:function(e){var t=this.origs(document).byTagName("script");if(t)for(var n=0;n<t.length;n++)try{var o=this.inspectUrl(t[n].src);for(var r in o.query)if(o.query.hasOwnProperty(r)&&o.query[r].toLowerCase()===e.toLowerCase())return t[n]}catch(e){}return!1}},{key:"getHostByCid",value:function(e){var t,n=this.getScriptTagByCid(e);if(void 0!==n){var o=this.inspectUrl(n.src);(t=o.origin)||(t="".concat(o.protocol,"//").concat(o.host))}return t=t||(this.browser.mobile?"".concat(location.protocol,"//mycdn2.co"):"".concat(location.protocol,"//mycdn.co"))}},{key:"isElementInElement",value:function(e,t){for(var n=e,o=!1;n&&t;){if(n===t){o=!0;break}n=n.parentNode}return o}},{key:"htmlSpecialCharsDecode",value:function(e){return e.toString().replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&amp;/g,"&").replace(/&nbsp;/g," ")}},{key:"getPageTitle",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=function(){var e=t.origs(t.head()).byTagName("title"),n=null;return void 0!==e&&e.length>0&&0===(n=t.htmlSpecialCharsDecode(e[0].innerHTML)).toLowerCase().indexOf("watch ")&&(n=n.substr(6)),n},r=o();return null!==r||20===n?(e&&e(r),r):null!==r?(e&&e(r),r):void window.setTimeout((function(){o(e,n+1)}),10)}},{key:"randomString",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:5,t="",n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",r=0;r<e;r++)t+=(0===r?o:n).charAt(Math.floor(Math.random()*n.length));return t}},{key:"isFunction",value:function(e){return!!(e&&e.constructor&&e.call&&e.apply)}},{key:"isPrimitive",value:function(e){var t=T(e);return null==e||"object"!=t&&"function"!=t}},{key:"highestZ",value:function(){for(var e=this.origs(document).byTagName("*"),t=0,n=null,o=0;o<e.length;o++)if(!Number.isNaN(e[o].style.zIndex)){var r=parseInt(e[o].style.zIndex);(t<r||t===r)&&(t=r,n=e[o])}return n}},{key:"queryToObj",value:function(e,t){var n,o=e.indexOf("?"),r={};if((n=!t&&o>-1?decodeURIComponent(e.substr(o)):decodeURIComponent(e))&&n.length>1){o>-1&&(n=n.substr(1));for(var i=n.indexOf("&")>1?n.split("&"):[n],a=0;a<i.length;a++){var c=i[a].split("=");r[c[0]]=c[1]}}return r}},{key:"body",value:function(e){return j.elementReady("body",e,!0)}},{key:"head",value:function(e){return j.elementReady("head",e,!0)}},{key:"origs",value:function(e){var t=this.getNativeWindow();return j.getOrigs(t,e)}},{key:"cookie",get:function(){return b}},{key:"browser",get:function(){return h}},{key:"console",get:function(){var e=this;return{trace:function(t){I.f.allowTr&&e.inspectUrl(window.location.href).search.includes("itDebug=trace")&&N(e.getTimeDelta(),"debug",arguments)},debug:function(t){if(I.f.allowTr){var n=e.inspectUrl(window.location.href).search;(n.includes("itDebug=trace")||n.includes("itDebug=debug"))&&N(e.getTimeDelta(),"info",arguments)}},error:function(t){if(I.f.allowTr){var n=e.inspectUrl(window.location.href).search;(n.includes("itDebug=trace")||n.includes("itDebug=debug"))&&N(e.getTimeDelta(),"error",arguments)}}}}}]),e}(),D=A,j=function(){function e(){k(this,e)}return E(e,null,[{key:"elementReady",value:function(e,t,n){var o=t||function(e){return e},r=A.getInstance().origs(document).byTagName(e);if(r.length>0)return o(n?r[0]:r);var i=setInterval((function(){var t=A.getInstance().origs(document).byTagName(e);t.length>0&&(clearInterval(i),o(n?t[0]:t))}),0);return-1}},{key:"getOrigs",value:function(e,t,n){return{ael:function(){try{return e.EventTarget.prototype.addEventListener.apply(t,arguments)}catch(e){try{return t.addEventListener.apply(t,arguments)}catch(e){var n=arguments;return n[0]="on"+n[0],t.attachEvent.apply(t,n)}}},rel:function(){try{return e.EventTarget.prototype.removeEventListener.apply(t,arguments)}catch(e){try{return t.removeEventListener.apply(t,arguments)}catch(e){var n=arguments;return n[0]="on"+n[0],t.detachEvent.apply(t,n)}}},de:function(){try{return e.EventTarget.prototype.dispatchEvent.apply(t,arguments)}catch(e){return t.dispatchEvent.apply(t,arguments)}},ce:function(){try{return e.document.createElement.apply(t,arguments)}catch(e){return document.createElement.apply(t,arguments)}},wo:function(){try{return e.open.apply(t,arguments)}catch(e){return window.open.apply(t,arguments)}},ac:function(){try{return e.Node.prototype.appendChild.apply(t,arguments)}catch(e){return t.getElementsByTagName.apply(t,arguments)}},rc:function(){try{return e.Node.prototype.removeChild.apply(t,arguments)}catch(e){return t.removeChild.apply(t,arguments)}},byId:function(){try{return e.document.getElementById.apply(document,arguments)}catch(e){return document.getElementById.apply(document,arguments)}},byTagName:function(){try{return e.Element.prototype.getElementsByTagName.apply(t,arguments)}catch(e){return t.getElementsByTagName.apply(t,arguments)}},byClassName:function(){try{return e.Element.prototype.getElementsByClassName.apply(t,arguments)}catch(e){return t.getElementsByClassName.apply(t,arguments)}},selectAll:function(){try{return e.document.querySelectorAll.apply(t,arguments)}catch(e){return t.querySelectorAll.apply(t,arguments)}},insert:function(){try{return e.Element.prototype.insertAdjacentHTML.apply(t,arguments)}catch(e){return t.insertAdjacentHTML.apply(t,arguments)}}}}}]),e}(),B=(C=window.navigator.userAgent,R=window.navigator.platform,P="Unknown",-1!==["Macintosh","MacIntel","MacPPC","Mac68K"].indexOf(R)?P="Mac OS":-1!==["iPhone","iPad","iPod"].indexOf(R)?P="iOS":-1!==["Win32","Win64","Windows","WinCE"].indexOf(R)?P="Windows":/Android/.test(C)?P="Android":/Linux/.test(R)&&(P="Linux"),D.getInstance());function M(e,t){var n="https:"===window.location.protocol;return new o.a((function(r,i){try{if(B.console.debug("Start checking incognito on browser - "+e),"chrome"===e)if(n)new o.a((function(e,n){try{if("storage"in navigator&&"estimate"in navigator.storage)return navigator.storage.estimate().then((function(n){var o=n.usage,r=n.quota;B.console.debug("Using ".concat(o," out of ").concat(r," bytes.")),r<12e7?(B.console.debug("Incognito - "+t),e(!0)):(B.console.debug("NOT Incognito - "+t),e(!1))}));B.console.debug("Can not detect - "+t),n("Can not detect")}catch(e){B.console.debug("Exception - "+e),n(e)}})).then((function(e){B.console.debug("Check return - "+t+" - incognito -"+e),r(e)})).catch((function(e){"Can not detect"===e?B.console.debug("Can not detect - "+t):B.logExp("In catch from Secure check",e,t),i(e)}));else if(function(){try{var e,t=navigator.userAgent,n=t.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(n[1])?"IE "+((e=/\brv[ :]+(\d+)/g.exec(t)||[])[1]||""):"Chrome"===n[1]&&null!=(e=t.match(/\b(OPR|Edge)\/(\d+)/))?e.slice(1).join(" ").replace("OPR","Opera"):(n=n[2]?[n[1],n[2]]:[navigator.appName,navigator.appVersion,"-?"],null!=(e=t.match(/version\/(\d+)/i))&&n.splice(1,1,e[1]),n.join(" "))}catch(e){return B.console.debug("exception - "+e),"unknown 99"}}().split(" ")[1]<"76"){var a=window.RequestFileSystem||window.webkitRequestFileSystem;if(a)try{a(window.TEMPORARY,100,(function(){B.console.debug("not incognito - "+t),r(!1)}),(function(){B.console.debug("incognito - "+t),r(!0)}))}catch(e){B.logExp("in catch of fs",e,t),i(e)}else B.console.debug("not incognito - "+t),r(!1)}else B.console.debug("Can not detect - "+t),i("Can not detect");else if("firefox"===e)if(window.indexedDB){var c=window.indexedDB.open("test");c.onerror=function(){B.console.debug("incognito - "+t),r(!0)},c.onsuccess=function(){B.console.debug("not incognito - "+t),r(!1)}}else B.console.debug("indexedDB not defined [can't define isIncognito] - "+t),i("indexDB is missing")}catch(e){B.logExp("in catch in isIncognito",e,t),i(e)}}))}var L=["BANNER","BANNER_WRAPPER","BANNER_WRAPPER_FOOTER","BOUNCE","FLOATING_BANNER","POPUNDER","TOP_BANNER","FOOTER","INTERSTITIAL","MOBILE_REDIR","MOBILE_DIALOG","MOBILE_NOTIFIER","MOBILE_INTERSTITIAL","HEAD_AD","IN_MEDIA_BANNER","TILT_BANNER","D2S_MENU","POPUNDER_DI","IN_PAGE_PUSH"];function U(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function W(e,t,n){return t&&U(e.prototype,t),n&&U(e,n),e}var F=D.getInstance(),z=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.stackProd=t&&Array.isArray(t)?[].concat(t):[],this.stackBeta={}}return W(e,null,[{key:"isItStack",value:function(t){return t instanceof e}}]),W(e,[{key:"push",value:function(e){F.console.trace("PUSHING PROD",e),this.stackProd.push(e)}},{key:"pushBeta",value:function(e,t){F.console.trace("PUSHING BETA",e,t);var n=t.split("/");n=n[n.length-1],this.stackBeta[n]=this.stackBeta[n]||[],this.stackBeta[n].push(e)}},{key:"pop",value:function(){try{throw new Error}catch(o){var e=o.stack;for(var t in this.stackBeta){var n;if(e.indexOf(t)>-1)return!(n=this.stackBeta[t].pop())||F.console.trace("FROM BETA",t,n),n||this.stackProd.pop()}return!(n=this.stackProd.pop())||F.console.trace("FROM PROD",n),n}}},{key:"length",get:function(){try{throw new Error}catch(n){var e=n.stack;for(var t in this.stackBeta)if(e.indexOf(t)>-1)return this.stackBeta[t].length;return this.stackProd.length}}},{key:"totalLength",get:function(){var e=0;for(var t in this.stackBeta)e+=this.stackBeta[t].length;return this.stackProd.length+e}}]),e}();function q(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var H=p.getInstance(),$=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,o;return t=e,o=[{key:"getInstance",value:function(){return H.d._$rh||(H.d._$rh=[],L.forEach((function(e){H.d._$rh[e]=new z}))),H.d._$rh}},{key:"status",value:function(){var e={};return L.forEach((function(t){var n=H.d._$rh[t].totalLength;n>0&&(e[t]=n)})),e}}],(n=null)&&q(t.prototype,n),o&&q(t,o),e}(),G=p.getInstance(),V=D.getInstance();var J=function(e,t,n,o){var r=V.origs(document).ce("script");r.setAttribute("data-cfasync","false");var i="rh_tag_"+e+"_"+t;r.setAttribute("id",i),r.type="text/javascript",r.src=n,r.setAttribute("data-it-internal",t+"|"+o),r.onload=function(){G.c.itPow&&G.c.itPow.selectiveRelease&&G.c.itPow.selectiveRelease()};var a=V.getScriptTagByCid(o);if(!a){var c=V.origs(document).byTagName("script");a=c[c.length-1]}if(V.isElementInElement(a,V.head())){V.origs(window).ael("load",(function(){V.origs(V.body()).ac(r)}),!1)}else a.parentNode.insertBefore(r,a.nextSibling);return i},X=D.getInstance(),K=p.getInstance();var Y=function(e,t,n){for(var o=0;o<e.length;o++){var r,i,a;if(e[o]&&e[o].v.length>0)!function(){var c=e[o].n,s=e[o].v;r=X.origs(document).ce("script"),i=c.substr(2,2),a=i+"_tag_"+t+"_"+n,r.setAttribute("id",a),r.type="text/javascript";var u=s+"&cb="+Date.now();r.src=u,r.setAttribute("data-cfasync","false"),r.onload=function(e){K.f.et[c]=!0},r.onerror=function(e){X.logExp("TrafficDist extra tags ".concat(c," url = [").concat(u,"]"),e,n)},X.origs(X.head()).ac(r)}()}};n(8),n(9);var Z,Q=p.getInstance(),ee=D.getInstance(),te=$.getInstance(),ne="BANNER",oe={cid:'249083_475975_2',prefix:'imgBanner20210423/20210428_356240463_',pid:'249083',redirurl:'',geo:'CA',animType:'SHOW',size: '300x50',ap: 'cmp=BANNER&evp=S6mYPbIMlJqPBdmoWePh9hG2mxJmZeOtUltBdkkMEqbIOmWs1f2Zi-OOZpJmVsoTSKZzVx39cTk&sjv=118.0&ctid=0'};try{isNaN("0")||ee.cookie.get("rhid_c")||ee.cookie.set("rhid_c","0"),Q.f.skipLogs="true"==="false".toLowerCase(),Q.f.abBoolPop="true"==="@@AB_BOOL_POP@@".toLowerCase(),Q.d.abPercent="0",Q.d.serverJsVersion="118.0",Q.f.allowTr="elvis"==="false".toLowerCase(),Q.f.enableSimon="true"==="false".toLowerCase(),Q.d.simonBrowsers="operaMini,ucbrowser".split&&"operaMini,ucbrowser".split(","),Q.d.serverName=Q.d.serverName||{},Q.d.serverName["249083_475975_2"]="mybetterdl.com",Q.d.serverName["249083_475975_2"]="mybetterdl.com",Q.d.betaClients=[],Q.d.contextPath="adServe".startsWith("@@")?"adServe":"adServe",Q.d.aelOnDivX="true"==="false".toLowerCase(),window._p="Lhd7698Kv23",oe.serverName="mybetterdl.com",oe.ap?oe.ap+="&th="+window.innerHeight+"&tw="+window.innerWidth:oe.ap="th="+window.innerHeight+"&tw="+window.innerWidth,document.referrer&&(oe.ap+="&docRef="+encodeURIComponent(document.referrer)),te[ne].push(oe),Q.f.inco=-1,Z=function(){try{Q.pageTitle=ee.getPageTitle((function(e){if(e&&(e=e.replace(/&/g,"and")),oe.tipRegex)try{var t,n=decodeURIComponent(oe.tipRegex.replace(/\+/g,"%20")).replace(/__\$__/g,"|"),o=n.split("/");if(o.length>=3){var r=o.slice(1,o.length-1).join("/"),i=o[o.length-1];t=e.match(new RegExp(r,i))}else t=e.match(n);t&&t instanceof Array&&t.length>0&&(e=t[t.length-1])}catch(e){}e&&(oe.ap+="&tip="+e)})),oe.we="Lhd7698Kv23",J(ne,"249083_475975_2","//p249083.mycdn.co/banners/script/ui_tag_80.2-1.js","249083_475975_2"),Q.f.et=Object.assign({pmTag:!1,amTag:!1,lbTag:!1},Q.f.et||{}),Y([{n:"pmTag",v:""},{n:"amTag",v:""},{n:"lbTag",v:""}],ne,"249083_475975_2"),window[window._p]||(window[window._p]=function(e){},Object.defineProperty(window[window._p],"i",{configurable:!1,writable:!1,value:[]})),window._bp=function(e){for(var t=0;t<window[window._p].i.length;t++)window[window._p].i[t].call(window,e)};var e="click",t=ee.browser.firefox||ee.browser.mozilla||ee.browser.chrome;ee.browser.chrome&&(e="mousedown"),Q.f.wonAdded||ee.origs(document).ael(e,window._bp,t?{capture:!0}:void 0),Q.f.wonAdded=!0}catch(e){ee.logExp("TrafficDist (post inco)",e,"249083_475975_2")}},h.chrome||h.firefox?["chrome","firefox"].forEach((function(e){h[e]&&M(e,"249083_475975_2").then((function(e){try{ee.console.debug("isIncognito - 249083_475975_2 - "+e),e?(oe.ap+="&inco=1",ee.console.trace("Detect as Incognito - 249083_475975_2")):(oe.ap+="&inco=0",ee.console.trace("Detect as NOT Incognito - 249083_475975_2"))}catch(e){ee.logExp("TrafficDist isIncognito after response",e,"249083_475975_2")}Z()}),(function(e){"Can not detect"===e?ee.console.debug("TrafficDist isIncognito - Can not detect - 249083_475975_2"):ee.logExp("TrafficDist isIncognito",e,"249083_475975_2"),Z()}))})):Z()}catch(e){ee.logExp("TrafficDist",e,"249083_475975_2")}}]);
var _$cmp = _$cmp || {};
var _$pt = _$pt || [];//presented type

(function() {
	var tagType="POPUNDER";
	if(_$pt[tagType])return;
	_$pt[tagType]=true;
	var companionId = "LADEPOSITFILES_COMP";
	if (!_$cmp[companionId]) {
		_$cmp[companionId] = true;

		var g = document.createElement("script");
		g.type = "text/javascript";
		g.src = "//clksite.com/adServe/banners?tid=LADEPOSITFILES_COMP&tagid=2";

		var scripts = document.getElementsByTagName("script");
		var myScript;
		var found = false;
		for (var i = (scripts.length - 1); i >= 0; i--) {
			myScript = scripts[i];
			if (myScript.src.indexOf("tid=249083_475975_2") != -1) {
				found = true;
				break;
			}
		}
		if (!found) {
			myScript = scripts[scripts.length - 1];
		}

		if (myScript.parentNode != document.getElementsByTagName("head")[0]) {
			myScript.parentNode.insertBefore(g, myScript.nextSibling);
		} else {
			var bodyOnLoad = function() {
				document.getElementsByTagName('body')[0].appendChild(g);
			};

			if (window.addEventListener) {
				window.addEventListener("load", bodyOnLoad, false);
			} else if (window.attachEvent) {
				window.attachEvent("onload", bodyOnLoad);
			}
		}
	}
})();
