Created
March 30, 2020 01:21
-
-
Save chris124567/522cf33fd48a7da76ba5fd228c65ba4d to your computer and use it in GitHub Desktop.
Revisions
-
chris124567 created this gist
Mar 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ /* https://hcaptcha.com/license */ !function(){"use strict";function e(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)})})}var t=setTimeout;function n(){}function i(e){if(!(this instanceof i))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=undefined,this._deferreds=[],u(e,this)}function o(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,i._immediateFn(function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var i;try{i=n(e._value)}catch(o){return void r(t.promise,o)}a(t.promise,i)}else(1===e._state?a:r)(t.promise,e._value)})):e._deferreds.push(t)}function a(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof i)return e._state=3,e._value=t,void s(e);if("function"==typeof n)return void u((o=n,a=t,function(){o.apply(a,arguments)}),e)}e._state=1,e._value=t,s(e)}catch(c){r(e,c)}var o,a}function r(e,t){e._state=2,e._value=t,s(e)}function s(e){2===e._state&&0===e._deferreds.length&&i._immediateFn(function(){e._handled||i._unhandledRejectionFn(e._value)});for(var t=0,n=e._deferreds.length;t<n;t++)o(e,e._deferreds[t]);e._deferreds=null}function c(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}function u(e,t){var n=!1;try{e(function(e){n||(n=!0,a(t,e))},function(e){n||(n=!0,r(t,e))})}catch(i){if(n)return;n=!0,r(t,i)}}i.prototype["catch"]=function(e){return this.then(null,e)},i.prototype.then=function(e,t){var i=new this.constructor(n);return o(this,new c(e,t,i)),i},i.prototype["finally"]=e,i.all=function(e){return new i(function(t,n){if(!e||"undefined"==typeof e.length)throw new TypeError("Promise.all accepts an array");var i=Array.prototype.slice.call(e);if(0===i.length)return t([]);var o=i.length;function a(e,r){try{if(r&&("object"==typeof r||"function"==typeof r)){var s=r.then;if("function"==typeof s)return void s.call(r,function(t){a(e,t)},n)}i[e]=r,0==--o&&t(i)}catch(c){n(c)}}for(var r=0;r<i.length;r++)a(r,i[r])})},i.resolve=function(e){return e&&"object"==typeof e&&e.constructor===i?e:new i(function(t){t(e)})},i.reject=function(e){return new i(function(t,n){n(e)})},i.race=function(e){return new i(function(t,n){for(var i=0,o=e.length;i<o;i++)e[i].then(t,n)})},i._immediateFn="function"==typeof setImmediate&&function(e){setImmediate(e)}||function(e){t(e,0)},i._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)};var l,h=function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if("undefined"!=typeof global)return global;throw new Error("unable to locate global object")}();"Promise"in h?h.Promise.prototype["finally"]||(h.Promise.prototype["finally"]=e):h.Promise=i,Array.prototype.indexOf||(Array.prototype.indexOf=function(e){return function(t,n){if(null===this||this===undefined)throw TypeError("Array.prototype.indexOf called on null or undefined");var i=e(this),o=i.length>>>0,a=Math.min(0|n,o);if(a<0)a=Math.max(0,o+a);else if(a>=o)return-1;if(void 0===t){for(;a!==o;++a)if(void 0===i[a]&&a in i)return a}else if(t!=t){for(;a!==o;++a)if(i[a]!=i[a])return a}else for(;a!==o;++a)if(i[a]===t)return a;return-1}}(Object)),Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)}),document.getElementsByClassName||(window.Element.prototype.getElementsByClassName=document.constructor.prototype.getElementsByClassName=function(e){if(document.querySelectorAll)return document.querySelectorAll("."+e);for(var t=document.getElementsByTagName("*"),n=new RegExp("(^|\\s)"+e+"(\\s|$)"),i=[],o=0;o<t.length;o++)n.test(t[o].className)&&i.push(t[o]);return i}),String.prototype.startsWith||(String.prototype.startsWith=function(e,t){return this.substr(!t||t<0?0:+t,e.length)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(e,t){return(t===undefined||t>this.length)&&(t=this.length),this.substring(t-e.length,t)===e});try{if(Object.defineProperty&&Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(Element.prototype,"textContent")&&!Object.getOwnPropertyDescriptor(Element.prototype,"textContent").get){var d=Object.getOwnPropertyDescriptor(Element.prototype,"innerText");Object.defineProperty(Element.prototype,"textContent",{get:function(){return d.get.call(this)},set:function(e){return d.set.call(this,e)}})}}catch(He){}Function.prototype.bind||(Function.prototype.bind=function(e){if("function"!=typeof this)throw new TypeError("Function.prototype.bind: Item Can Not Be Bound.");var t=Array.prototype.slice.call(arguments,1),n=this,i=function(){},o=function(){return n.apply(this instanceof i?this:e,t.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(i.prototype=this.prototype),o.prototype=new i,o}),"function"!=typeof Object.create&&(Object.create=function(e,t){function n(){}if(n.prototype=e,"object"==typeof t)for(var i in t)t.hasOwnProperty(i)&&(n[i]=t[i]);return new n}),Date.now||(Date.now=function(){return(new Date).getTime()}),window.console||(window.console={});for(var m=["error","info","log","show","table","trace","warn"],f=function(e){},p=m.length;--p>-1;)l=m[p],window.console[l]||(window.console[l]=f);var g=[],v=!1,w=!1;function y(e){var t=Array.prototype.slice.call(arguments,1);!0!==w&&"interactive"!==document.readyState&&"loaded"!==document.readyState&&"complete"!==document.readyState?(g.push({fn:e,args:t}),!1===v&&function(){document.addEventListener?(document.addEventListener("DOMContentLoaded",k),window.addEventListener("load",k)):(document.attachEvent("onreadystatechange",b),window.attachEvent("onload",k));v=!0}()):setTimeout(function(){e(t)},1)}function b(){"interactive"!==document.readyState&&"loaded"!==document.readyState&&"complete"!==document.readyState||k()}function k(){if(!1===w){for(var e=0;e<g.length;e++)g[e].fn.apply(null,g[e].args);g=[]}w=!0,document.removeEventListener?(document.removeEventListener("DOMContentLoaded",k),window.removeEventListener("load",k)):(document.detachEvent("onreadystatechange",b),window.detachEvent("onload",k))}function E(){var e=this,t=0,n=0,i=0,o=0;function a(){t=window.innerWidth||window.document.documentElement.clientWidth||document.body.clientWidth,n=window.innerHeight||window.document.documentElement.clientHeight||document.body.clientHeight}function r(){i=window.pageXOffset!==undefined?window.pageXOffset:e.isCSS1?document.documentElement.scrollLeft:document.body.scrollLeft,o=window.pageYOffset!==undefined?window.pageYOffset:e.isCSS1?document.documentElement.scrollTop:document.body.scrollTop}y(function(){a(),r(),window.addEventListener("resize",a),window.addEventListener("scroll",r)}),this.agent=navigator.userAgent.toLowerCase(),this.language=window.navigator.userLanguage||window.navigator.language,this.isCSS1="CSS1Compat"===(document.compatMode||""),this.width=function(){return t},this.height=function(){return n},this.scrollX=function(){return i},this.scrollY=function(){return o},this.type=e.detect(["edge"])?"edge":e.detect(["msie"])?"ie":e.detect(["trident","rv:"])?"ie":e.detect(["chrome","crios"],!0)?"chrome":e.detect(["safari"])?"safari":e.detect(["firefox"])?"firefox":"unknown",this.version=function(){try{if("edge"===e.type)return Number(e.agent.split("edge/")[1].split(".")[0]);if("ie"===e.type){if(e.agent.indexOf("msie")>=0)return Number(e.agent.split("msie ")[1].split(".")[0]);if(e.agent.indexOf("rv:")>=0)return Number(e.agent.split("rv:")[1].split(".")[0])}if("firefox"===e.type)return Number(e.agent.split("firefox/")[1].split(".")[0]);if("safari"===e.type)return Number(e.agent.split("version/")[1].split(".")[0].split(".")[0]);if("chrome"===e.type)return e.detect(["crios"])?Number(e.agent.split("crios/")[1].split(".")[0]):Number(e.agent.split("chrome/")[1].split(".")[0])}catch(t){return-1}}(),this.hasPostMessage=!!window.postMessage}E.prototype.detect=function(e,t){for(var n,i=!1,o=0,a=0;a<e.length;a++)n=e[a],this.agent.indexOf(n.toLowerCase())>=0&&(o+=1);return(o===e.length||t&&o>0)&&(i=!0),i},E.prototype.hasEvent=function(e,t){return"on"+e in(t||document.createElement("div"))},E.prototype.getScreenDimensions=function(){var e={};for(var t in window.screen)e[t]=window.screen[t];return delete e.orientation,e},E.prototype.interrogateNavigator=function(){var e={};for(var t in window.navigator)e[t]=window.navigator[t];if(delete e.plugins,delete e.mimeTypes,e.plugins=[],window.navigator.plugins)for(var n=0;n<window.navigator.plugins.length;n++)e.plugins[n]=window.navigator.plugins[n].filename;return e};var C=new E,_=new function(e){var t,n=this;this.mobile=!(!("ontouchstart"in window||"onpointerdown"in window)||!e.detect(["ios","iphone","ipad","windows phone","android","blackberry"],!0))&&{},this.dpr=function(){return window.devicePixelRatio||1},this.mobile&&e.agent.indexOf("windows")>=0&&e.agent.indexOf("touch")<0&&(this.mobile=!1),this.os=e.detect(["ipad","iphone"],!0)?"ios":e.detect(["android","kindle"],!0)?"android":e.detect(["mac os"])?"mac":e.detect(["windows","iemobile"],!0)?"windows":e.detect(["ubuntu","linux"],!1)?"ubuntu":"unknown",this.version=(t=navigator.appVersion.split(/\s*[;)(]\s*/),navigator.oscpu!==undefined&&"firefox"===e.type&&(t=navigator.oscpu.split(" ")).length>0?t[t.length-1].replace(";",""):"ios"===n.os?t[2].split(" ")[3].replace(/_/g,"."):"mac"===n.os?t[2].split(" ")[4].replace(/_/g,"."):"windows"===n.os?"ie"===e.type&&e.version<=10?t[3].split(" ")[2]:"safari"===e.type&&e.version<=5&&t[1].split(" ")[2]===undefined?t[3].split(" ")[2]:t[1].split(" ")[2]:"android"===n.os?t[0]:"ubuntu"===n.os?t[3].replace(/_/g,"."):"unknown")}(C),I={Browser:C,System:_},S={host:null,file:null,sitekey:null,pingdom:"safari"===I.Browser.type&&"windows"!==I.System.os&&"mac"!==I.System.os&&"ios"!==I.System.os&&"android"!==I.System.os,assetUrl:"https://assets.hcaptcha.com/captcha/v1/34323f3/static"},j={language:null,accountsEndpoint:"https://accounts.hcaptcha.com",endpoint:"https://hcaptcha.com",size:"normal",theme:"light"},x="10000000-ffff-ffff-ffff-000000000001",T="00000000-0000-0000-0000-000000000000";function P(){var e=this;this._bottom=0,this._top=0,this.storage={},this.add=function(t){return e.storage[e._top]=t,e._top++,t},this.remove=function(){if(!e.empty()){var t=e._bottom,n=e.storage[t];return e.storage[t]=null,e._bottom++,n}},this.empty=function(){return e._top===e._bottom},this.size=function(){return e._top-e._bottom}}var L={queue:P,depth:function Je(e,t,n){if("object"==typeof e&&e[t]&&e[t].length>0)for(var i=e[t].length;--i>-1;)Je(e[t][i],t,n);e!==undefined&&n(e)},breathe:function(e,t,n){var i=new P,o=null;for(i.add(e),o=i.remove();o;){for(var a=0;a<o[t].length;a++)i.add(o[t][a]);n(o),o=i.remove()}}},A=!0;function z(e){var t,n,i,o={message:e.name+": "+e.message};e.stack&&(o.stack_trace={trace:e.stack}),B("report error","internal","debug",o),t="internal error",n="error",i=S.file,A&&window.Raven&&Raven.captureMessage(t,{level:n,logger:i})}function B(e,t,n,i){A&&window.Raven&&Raven.captureBreadcrumb({message:e,category:t,level:n,data:i})}var O={UUID:function(e){return/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i.test(e)||!1},UUIDv4:function(e){return/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e)||!1}},D={eventName:function(e){var t=e;return"down"!==e&&"up"!==e&&"move"!==e&&"over"!==e&&"out"!==e||(t=!I.System.mobile||"down"!==e&&"up"!==e&&"move"!==e?"mouse"+e:"down"===e?"touchstart":"up"===e?"touchend":"touchmove"),t},actionName:function(e){var t=e;return"touchstart"===t||"mousedown"===t?t="down":"touchmove"===t||"mousemove"===t?t="move":"touchend"===t||"mouseup"===t?t="up":"mouseover"===t?t="over":"mouseout"===t&&(t="out"),t},eventCallback:function(e,t,n){var i=D.actionName(e);return function(e){if(e=e||window.event,"down"===i||"move"===i||"up"===i||"over"===i||"out"===i||"click"===i){var o=D.eventCoords(e),a=n.getBoundingClientRect();e.windowX=o.x,e.windowY=o.y,e.elementX=e.windowX-(a.x||a.left),e.elementY=e.windowY-(a.y||a.top)}e.keyNum=e.which||e.keyCode||0,e.action=i,e.targetElement=n,t(e)}},eventCoords:function(e){var t={x:0,y:0};if(e.windowsPointer)return e;if(!e)return t;if(e.touches||e.changedTouches){var n=(e.touches&&e.touches.length>=1?e.touches:e.changedTouches)[0];t.x=n.pageX||n.clientX,t.y=n.pageY||n.clientY}else t.x=e.pageX||e.clientX,t.y=e.pageY||e.clientY;return t}};function F(e,t,n){if(this.dom=null,this._clss=[],this._nodes=[],this._listeners=[],this._frag=null,"object"==typeof e){this.dom=e;var i=[],o=[];e.className&&(o=e.className.split(" "));for(var a=0;a<o.length;a++)""!==o[a]&&" "!==o[a]&&i.push(o[a]);this._clss=i}else n!==undefined&&null!==n||(n=!0),(e===undefined||"string"==typeof e&&(e.indexOf("#")>=0||e.indexOf(".")>=0))&&(e&&(t=e),e="div"),this.dom=document.createElement(e),t&&(t.indexOf("#")>=0?this.dom.id=t.split("#")[1]:(t.indexOf(".")>=0&&(t=t.split(".")[1]),this.addClass.call(this,t)));!0===n&&(this._frag=document.createDocumentFragment(),this._frag.appendChild(this.dom))}F.prototype.createElement=function(e,t){var n=new F(e,t,!1);return this.appendElement.call(this,n),this._nodes.push(n),n},F.prototype.appendElement=function(e){return e===undefined?z({name:"DomElement Add Child",message:"Child Element is undefined"}):(e._frag!==undefined&&null!==e._frag?this.dom.appendChild(e._frag):e.dom!==undefined?this.dom.appendChild(e.dom):this.dom.appendChild(e),e._parent=this,this)},F.prototype.removeElement=function(e){var t=e;if(e.dom){t=t.dom;for(var n=e._nodes.length;--n>-1;)e.dom.removeChild(e._nodes[n].dom||e._nodes[n]),e._nodes.splice(n,1)}else for(var i=this._nodes.length;--i>-1;)this._nodes[i]===t&&this._nodes.splice(i,1);this.dom.removeChild(t)},F.prototype.addClass=function(e){return!1===this.hasClass.call(this,e)&&(this._clss.push(e),this.dom.className=this._clss.join(" ")),this},F.prototype.hasClass=function(e){for(var t=!1,n=0;n<this._clss.length;n++)this._clss[n]===e&&(t=!0);return t},F.prototype.removeClass=function(e){for(var t=this._clss.length;--t>-1;)this._clss[t]===e&&this._clss.splice(t,1);return this.dom.className=this._clss.join(" "),this},F.prototype.text=function(e){if(this&&this.dom&&void 0!==e){for(var t,n,i,o,a=/&(.*?);/g,r=/<[a-z][\s\S]*>/i;null!==(t=a.exec(e));){!1===r.test(t[0])?(i=t[0],o=void 0,(o=document.createElement("div")).innerHTML=i,n=o.textContent,e=e.replace(new RegExp(t[0],"g"),n)):e=e.replace(t[0],"")}return this.dom.textContent=e,this}},F.prototype.css=function(e){var t;for(var n in e){t=e[n];try{"opacity"!==n&&"zIndex"!==n&&"fontWeight"!==n&&isFinite(t)&&parseFloat(t)===t&&(t+="px"),"ie"===I.Browser.type&&8===I.Browser.version&&"opacity"===n?this.dom.style.filter="alpha(opacity="+100*t+")":this.dom.style[n]=t}catch(He){}}return this},F.prototype.backgroundImage=function(e,t,n,i){var o=e.width/e.height,a=t,r=a/o,s={};i===undefined&&(i={}),i.cover&&r<n&&(a=(r=n)*o),i.contain&&r>n&&(a=(r=n)*o),s.width=a,s.height=r,i.center&&(s.marginLeft=-a/2,s.marginTop=-r/2,s.position="absolute",s.left="50%",s.top="50%"),(i.left||i.right)&&(s.left=i.left||0,s.top=i.top||0),"ie"===I.Browser.type&&8===I.Browser.version?s.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+e.src+"',sizingMethod='scale')":(s.background="url("+e.src+")",s.backgroundSize=a+"px "+r+"px",s.backgroundPosition="50% 50%",s.backgroundRepeat="no-repeat"),this.css.call(this,s)},F.prototype.setAttribute=function(e,t){var n;if("object"==typeof e)for(var i in e)n=e[i],this.dom.setAttribute(i,n);else this.dom.setAttribute(e,t)},F.prototype.addEventListener=function(e,t){var n={event:D.eventName(e),handler:D.eventCallback(e,t,this.dom),callback:t};this._listeners.push(n),this.dom.addEventListener?this.dom.addEventListener(n.event,n.handler):this.dom.attachEvent("on"+n.event,n.handler)},F.prototype.removeEventListener=function(e,t){for(var n,i=this._listeners.length;--i>-1;)(n=this._listeners[i]).event===e&&n.callback===t&&(this._listeners.splice(i,1),this.dom.removeEventListener?this.dom.removeEventListener(n.event,n.handler):this.dom.detachEvent("on"+n.event,n.handler))},F.prototype.__destroy=function(){for(var e,t=this._listeners.length;--t>-1;)e=this._listeners[t],this._listeners.splice(t,1),this.dom.removeEventListener?this.dom.removeEventListener(e.event,e.handler):this.dom.detachEvent("on"+e.event,e.handler);return this.dom=null,this._clss=[],this._nodes=[],this._listeners=[],this._frag=null,e=null,null};var N={self:function(e,t){var n={},i=Array.prototype.slice.call(arguments,2);for(var o in t.apply(e,i),e)n[o]=e[o]},proto:function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e}};function R(e,t){N.self(this,F,t||"div",e),this.children=[],this._events=[]}N.proto(R,F),R.prototype.initComponent=function(e,t,n){var i=new e(t);return i._parent=this,this.children.push(i),i.dom&&(n!==undefined?n.appendElement&&n.appendElement(i):this.appendElement(i)),i},R.prototype.destroy=function(){var e=this;try{L.depth(this,"children",function(t){if(e!==t)for(var n=e.children.length;--n>-1;)e.children[n]===t&&e.children.splice(n,1);t._destroy&&t._destroy(),t=null})}catch(t){throw new Error("Trouble destroying nodes: "+t)}return null},R.prototype._destroy=function(){this.onDestroy&&this.onDestroy(),this._parent.removeElement(this);for(var e=this._events.length;--e>-1;)this._events.splice(e,1);this.children=null,this._destroy=null,this._events=null,this.destroy=null,this.emit=null,this.on=null,this.off=null,this.initComponent=null},R.prototype.on=function(e,t){for(var n=this._events.length,i=!1;--n>-1&&!1===i;)this._events[n].event===e&&(i=this._events[n]);!1===i&&(i={event:e,listeners:[]},this._events.push(i)),i.listeners.push(t)},R.prototype.off=function(e,t){for(var n=this._events.length;--n>-1;)if(this._events[n].event===e){for(var i=this._events[n].listeners.length;--i>-1;)this._events[n].listeners[i]===t&&this._events[n].listeners.splice(i,1);0===this._events[n].listeners.length&&this._events.splice(n,1)}},R.prototype.emit=function(e){for(var t=Array.prototype.slice.call(arguments,1),n=this._events.length;--n>-1;)if(this._events[n].event===e)for(var i=this._events[n].listeners.length;--i>-1;)this._events[n].listeners[i].apply(this,t)};var M={zh:{"I am human":"我是人","Enter the two words in the image.":"在图åƒä¸è¾“入两个å•è¯ã€‚",Check:"检查",Skip:"跳跃",Next:"下一个","Please try again.":"请å†è¯•一次","Error submitting captcha.":"æäº¤å‡ºé”™","Error fetching captcha.":"抓å–出错","This hCaptcha is for testing only. Please contact the site admin if you see this.":"这个hCaptchaä»…ç”¨äºŽæµ‹è¯•ã€‚å¦‚æžœä½ çœ‹åˆ°è¿™ä¸ªï¼Œè¯·è”系网站管ç†å‘˜ã€‚","Send Us Feedback":"å‘é€å馈æ„è§",Feedback:"å馈",Info:"ä¿¡æ¯",Send:"å‘é€","hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit":"hCaptcha是一ç§é€šè¿‡æå‡ºç®€å•问题æ¥å‡å°‘机器人和垃圾邮件的æœåŠ¡ã€‚è¯·æŒ‰ç…§å±å¹•顶部的说明进行æ¯é¡¹æŒ‘战。欲了解更多信æ¯ï¼Œè¯·è®¿",back:"背部","Having a problem?":"有问题å—?","Give feedback.":"给予å馈。","Learn about accessibility options.":"了解有关辅助功能选项的信æ¯ã€‚","Too Difficult":"太难了",Inappropriate:"ä¸å½“","Software Bug":"è½¯ä»¶æ¼æ´ž",Other:"å…¶ä»–","Thank you for your feedback. We'll resolve your issue as quickly as we can.":"感谢您的å馈æ„è§ã€‚我们将尽快解决您的问题。","Please describe your issue.":"请æè¿°æ‚¨çš„问题。"},ar:{"I am human":"أنا الإنسان","Enter the two words in the image.":"أدخل الكلمتين ÙÙŠ الصورة.",Check:"التØÙ‚Ù‚ من",Skip:"تخطى",Next:"التالى","Please try again.":"ØØ§ÙˆÙ„ مرة اخرى.","Error submitting captcha.":"خطأ ÙÙŠ تقديم كلمة التØÙ‚Ù‚.","Error fetching captcha.":"خطأ ÙÙŠ جلب كلمة التØÙ‚Ù‚.","This hCaptcha is for testing only. Please contact the site admin if you see this.":"هذا hCaptcha هو للاختبار Ùقط. يرجى الاتصال بمسؤول الموقع إذا رأيت هذا.","Send Us Feedback":"أرسل لنا ردود Ø§Ù„ÙØ¹Ù„",Feedback:"ردود Ø§Ù„ÙØ¹Ù„",Info:"معلومات",Send:"إرسال","hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit":"hCaptcha هي خدمة تقلل من برامج الروبوت والبريد العشوائي من خلال Ø·Ø±Ø Ø£Ø³Ø¦Ù„Ø© بسيطة. يرجى اتباع التعليمات ÙÙŠ الجزء العلوي من الشاشة لكل ØªØØ¯. لمزيد من المعلومات زيارة",back:"الى الخلÙ","Having a problem?":"تواجه مشكلة؟","Learn about accessibility options.":"تعر٠على خيارات الوصول.","Give feedback.":"إعطاء ردود Ø§Ù„ÙØ¹Ù„.","Too Difficult":"صعب جدا",Inappropriate:"غير مناسب","Software Bug":"علة البرمجيات",Other:"آخر","Thank you for your feedback. We'll resolve your issue as quickly as we can.":"شكرا لك على Ù…Ù„Ø§ØØ¸Ø§ØªÙƒ. سنØÙ„ مشكلتك بأسرع ما يمكن.","Please describe your issue.":"يرجى وص٠مشكلتك."},af:{"I am human":"Ek is menslike"},am:{"I am human":"እኔ ሰዠáŠáŠ"},hy:{"I am human":"ÔµÕ½ Õ´Õ¡Ö€Õ¤ Õ¥Õ´"},az:{"I am human":"MÉ™n insanam"},eu:{"I am human":"Gizakia naiz"},bn:{"I am human":"আমি মানব নই"},bg:{"I am human":"Ðз Ñъм човек","Enter the two words in the image.":"Въведете двете думи в изображението."},ca:{"I am human":"Sóc humà ","Enter the two words in the image.":"Introduïu les dues paraules a la imatge."},hr:{"I am human":"Ja sam Äovjek","Enter the two words in the image.":"Unesite dvije rijeÄi u sliku."},cs:{"I am human":"Jsem ÄlovÄ›k","Enter the two words in the image.":"Zadejte dvÄ› slova do obrázku.",Check:"Zkontrolovat",Skip:"PÅ™eskoÄit",Next:"dalÅ¡Ã","Please try again.":"Zkuste to prosÃm znovu.","Error submitting captcha.":"PÅ™i odesÃlánà captcha se vyskytla chyba.","Error fetching captcha.":"PÅ™i naÄÃtánà captcha se vyskytla chyba.","This hCaptcha is for testing only. Please contact the site admin if you see this.":"Tento hCaptcha je urÄen pouze pro testovánÃ. Pokud to vidÃte, obraÅ¥te se na administrátora webu.","Send Us Feedback":"PoÅ¡lete nám svůj názor",Feedback:"ZpÄ›tná vazba",Info:"Informace",Send:"Poslat","hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit":"hCaptcha je služba, která omezuje roboty a spam kladenÃm jednoduchých otázek. Pro každou výzvu postupujte podle pokynů v hornà Äásti obrazovky. Pro vÃce informacà navÅ¡tivte",back:"zadnÃ","Having a problem?":"Máte problém?","Learn about accessibility options.":"Dalšà informace o možnostech usnadnÄ›nà pÅ™Ãstupu.","Give feedback.":"Dát zpÄ›tnou vazbu.","Too Difficult":"PÅ™ÃliÅ¡ obtÞné",Inappropriate:"NemÃstný","Software Bug":"Chyba softwaru",Other:"jiný","Thank you for your feedback. We'll resolve your issue as quickly as we can.":"DÄ›kujeme vám za vaÅ¡i reakci. Váš problém vyÅ™eÅ¡Ãme co nejrychleji.","Please describe your issue.":"PopiÅ¡te prosÃm svůj problém."},da:{"I am human":"Jeg er et menneske","Enter the two words in the image.":"Indtast de to ord pÃ¥ billedet."},nl:{"I am human":"Ik ben mens","Enter the two words in the image.":"Voer de twee woorden in de afbeelding in."},et:{"I am human":"Ma olen inimeste","Enter the two words in the image.":"Sisestage kaks sõna pildil."},fi:{"I am human":"Olen ihminen","Enter the two words in the image.":"Kirjoita kuvan kaksi sanaa."},fr:{"I am human":"Je suis humain","Enter the two words in the image.":"Entrez les deux mots dans l'image."},gl:{"I am human":"Eu son humano"},ka:{"I am human":"მე ვáƒáƒ áƒáƒ“áƒáƒ›áƒ˜áƒáƒœáƒ˜"},de:{"I am human":"Ich bin ein Mensch","Enter the two words in the image.":"Geben Sie die beiden Wörter im Bild ein.",Check:"Prüfen",Skip:"Überspringen",Next:"Nächster","Please try again.":"Bitte versuche es erneut.","Error submitting captcha.":"Fehler beim Übermitteln des Captcha.","Error fetching captcha.":"Fehler beim Abrufen des Captcha.","This hCaptcha is for testing only. Please contact the site admin if you see this.":"Dieses hCaptcha dient nur zu Testzwecken. Wenden Sie sich an den Site-Administrator, wenn Sie dies sehen.","Send Us Feedback":"Sende uns Feedback",Feedback:"Feedback",Info:"Info",Send:"Senden","hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit":"hCaptcha ist ein Dienst, der Bots und Spam reduziert, indem einfache Fragen gestellt werden. Bitte befolgen Sie die Anweisungen oben auf dem Bildschirm für jede Herausforderung. Für weitere Informationen besuchen Sie",back:"zurück","Having a problem?":"Haben Sie ein Problem?","Learn about accessibility options.":"Erfahren Sie mehr über Eingabehilfen.","Give feedback.":"Feedback geben.","Too Difficult":"Zu schwer",Inappropriate:"Unangemessen","Software Bug":"Softwarefehler",Other:"Andere","Thank you for your feedback. We'll resolve your issue as quickly as we can.":"Vielen Dank für dein Feedback. Wir werden Ihr Problem so schnell wie möglich lösen.","Please describe your issue.":"Bitte beschreiben Sie Ihr Problem."},el:{"I am human":"Είμαι άνθÏωπος","Enter the two words in the image.":"ΚαταχωÏίστε τις δÏο λÎξεις στην εικόνα."},gu:{"I am human":"હà«àª‚ માનવ છà«àª‚"},iw:{"I am human":". ×× ×™ ×× ×•×©×™","Enter the two words in the image.":"הזן ×ת שתי ×”×ž×™×œ×™× ×‘×ª×ž×•× ×”."},hi:{"I am human":"मैं मानव हूं","Enter the two words in the image.":"छवि में दो शबà¥à¤¦ दरà¥à¤œ करें।"},hu:{"I am human":"Én vagyok az emberi","Enter the two words in the image.":"Ãrja be a képen a két szót."},is:{"I am human":"Ég er manneskja"},id:{"I am human":"Aku manusia","Enter the two words in the image.":"Masukkan dua kata dalam gambar.",Check:"Memeriksa",Skip:"Melewatkan",Next:"Lanjut","Please try again.":"Silakan coba lagi.","Error submitting captcha.":"Kesalahan mengirim captcha.","Error fetching captcha.":"Kesalahan mengambil captcha.","This hCaptcha is for testing only. Please contact the site admin if you see this.":"HCaptcha ini hanya untuk pengujian. Silakan hubungi admin situs jika Anda melihat ini.","Send Us Feedback":"Berikan umpan balik",Feedback:"Umpan balik",Info:"Informasi",Send:"Kirim","hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit":"hCaptcha adalah layanan yang mengurangi bot dan spam dengan mengajukan pertanyaan sederhana. Silakan ikuti instruksi di bagian atas layar untuk setiap tantangan. Untuk info lebih lanjut, kunjungi",back:"kembali","Having a problem?":"Mengalami masalah?","Learn about accessibility options.":"Pelajari tentang opsi aksesibilitas.","Give feedback.":"Berikan umpan balik.","Too Difficult":"Terlalu sulit",Inappropriate:"Tidak pantas","Software Bug":"Bug Perangkat Lunak",Other:"Lain","Thank you for your feedback. We'll resolve your issue as quickly as we can.":"Terima kasih atas tanggapan Anda. Kami akan menyelesaikan masalah Anda secepat mungkin.","Please describe your issue.":"Tolong jelaskan masalah Anda."},it:{"I am human":"Sono un essere umano","Enter the two words in the image.":"Inserisci le due parole nell'immagine."},ja:{"I am human":"ç§ã¯äººé–“","Enter the two words in the image.":"ç”»åƒã«2ã¤ã®å˜èªžã‚’入力ã—ã¾ã™ã€‚"},kn:{"I am human":"ನಾನೠಮಾನವನà³"},ko:{"I am human":"나는 ì¸ê°„ì˜","Enter the two words in the image.":"ì´ë¯¸ì§€ì— ë‘ ë‹¨ì–´ë¥¼ ìž…ë ¥í•˜ì‹ì‹œì˜¤."},lo:{"I am human":"ຂ້àºàºà»€àº›àº±àº™àº¡àº°àº™àº¸àº”"},lv:{"I am human":"Es esmu cilvÄ“ks"},lt:{"I am human":"AÅ¡ esu žmogaus","Enter the two words in the image.":"Ä®veskite du žodžius paveikslÄ—lyje."},ms:{"I am human":"Saya manusia"},ml:{"I am human":"ഞാൻ മനàµà´·àµà´¯à´¨à´¾à´£àµ"},mr:{"I am human":"मी मानवी आहे"},mn:{"I am human":"Би бол хүн"},no:{"I am human":"Jeg er menneskelig","Enter the two words in the image.":"Skriv inn de to ordene pÃ¥ bildet."},fa:{"I am human":"من انسانی هستم","Enter the two words in the image.":"دو کلمه را در تصویر وارد کنید."},pl:{"I am human":"Jestem czÅ‚owiekiem","Enter the two words in the image.":"Wpisz dwa sÅ‚owa z obrazka."},pt:{"I am human":"Sou humano","Enter the two words in the image.":"Digite as duas palavras na imagem."},ro:{"I am human":"Eu sunt om","Enter the two words in the image.":"IntroduceÈ›i cele două cuvinte în imagine."},ru:{"I am human":"Я человек","Enter the two words in the image.":"Введите два Ñлова на картинке.",Check:"Проверьте",Skip:"ПропуÑкать",Next:"Ñледующий","Please try again.":"ПожалуйÑта, попробуйте еще раз.","Error submitting captcha.":"Ошибка при отправке капчи.","Error fetching captcha.":"Ошибка при получении капчи.","This hCaptcha is for testing only. Please contact the site admin if you see this.":"Ðта hCaptcha только Ð´Ð»Ñ Ñ‚ÐµÑтированиÑ. ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором Ñайта, еÑли вы видите Ñто.","Send Us Feedback":"Отправить нам отзыв",Feedback:"ÐžÐ±Ñ€Ð°Ñ‚Ð½Ð°Ñ ÑвÑзь",Info:"ИнформациÑ",Send:"поÑлать","hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit":"hCaptcha - Ñто ÑервиÑ, который уменьшает ботов и Ñпам, Ð·Ð°Ð´Ð°Ð²Ð°Ñ Ð¿Ñ€Ð¾Ñтые вопроÑÑ‹. ПожалуйÑта, Ñледуйте инÑтрукциÑм в верхней чаÑти Ñкрана Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ иÑпытаниÑ. Ð”Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ð¹ информации поÑетите",back:"назад","Having a problem?":"Возникла проблема?","Learn about accessibility options.":"Узнайте о вариантах доÑтупноÑти.","Give feedback.":"Дать обратную ÑвÑзь.","Too Difficult":"Слишком Ñложно",Inappropriate:"неÑоответÑтвующий","Software Bug":"Програмное обеÑпечение",Other:"Другой","Thank you for your feedback. We'll resolve your issue as quickly as we can.":"СпаÑибо за ваш отзыв. Мы решим вашу проблему как можно быÑтрее.","Please describe your issue.":"ПожалуйÑта, опишите вашу проблему."},sr:{"I am human":"Ja sam ljudski","Enter the two words in the image.":"УнеÑите две речи у Ñлику."},si:{"I am human":"මම මිනිස්සු"},sk:{"I am human":"Ja som Älovek","Enter the two words in the image.":"Zadajte dve slová do obrázka."},sl:{"I am human":"Jaz sem ÄloveÅ¡ki","Enter the two words in the image.":"V sliko vnesite dve besedi."},es:{"I am human":"Soy humano","Enter the two words in the image.":"Ingrese las dos palabras en la imagen."},sw:{"I am human":"Mimi ni binadamu"},sv:{"I am human":"Jag är människa","Enter the two words in the image.":"Ange de tvÃ¥ orden i bilden."},ta:{"I am human":"நான௠மனித"},te:{"I am human":"నేనౠమనిషిని"},th:{"I am human":"ผมมนุษย์","Enter the two words in the image.":"ป้à¸à¸™à¸„ำทั้งสà¸à¸‡à¹ƒà¸™à¸ าพ"},tr:{"I am human":"Ben bir insanım","Enter the two words in the image.":"Resimdeki iki kelimeyi giriniz."},uk:{"I am human":"Я людини","Enter the two words in the image.":"Введіть два Ñлова на зображенні."},ur:{"I am human":"میں انسان ÛÙˆÚº"},vi:{"I am human":"Tôi là con ngưá»i","Enter the two words in the image.":"Nháºp hai từ trong hình ảnh."},zu:{"I am human":"Ngingumuntu"}},U=function(e){for(var t,n,i,o={},a=e?e.indexOf("&")>=0?e.split("&"):[e]:[],r=0;r<a.length;r++)a[r].indexOf("=")>=0&&(t=a[r].split("="),n=decodeURIComponent(t[0]),"false"!==(i=decodeURIComponent(t[1]))&&"true"!==i||(i="true"===i),o[n]=i);return o},q={translate:function(e){var t=q.getBestTrans(M);return t&&t[e]||e},getBestTrans:function(e){var t=q.getLocale();return t in e?e[t]:q.getShortLocale(t)in e?e[q.getShortLocale(t)]:"en"in e?e.en:null},getLocale:function(){var e=window.location.hash.slice(1);return U(e).hl||window.navigator.userLanguage||window.navigator.language},getShortLocale:function(e){return e.substring(0,2)}},W={touchstart:"ts",touchend:"te",touchmove:"tm",touchcancel:"tc"},H={mousedown:"md",mouseup:"mu",mousemove:"mm"},J={keydown:"kd",keyup:"ku"},X={devicemotion:"dm"},Y=function(e,t){var n=H[e],i=null;return function(e){i=function(e){return[e.windowX,e.windowY,Date.now()]}(e),t(n,i)}},G=function(e,t){var n=W[e],i=null;return function(e){i=function(e){for(var t,n=e.changedTouches,i=[],o=0;o<n.length;o++)t=D.eventCoords(n[o]),i.push([n[o].identifier,t.x,t.y]);return i.push(Date.now()),i}(e),t(n,i)}},V=function(e,t){var n=J[e],i=null;return function(e){i=function(e){return[e.keyNum,Date.now()]}(e),t(n,i)}},K=function(e,t){var n=X[e],i=null,o=[];return function(e){null!==(i=function(e,t){(e.acceleration===undefined||e.acceleration&&e.acceleration.x===undefined)&&(e.acceleration={x:0,y:0,z:0});(e.rotationRate===undefined||e.rotationRate&&e.rotationRate.alpha===undefined)&&(e.rotationRate={alpha:0,beta:0,gamma:0});var n=[e.acceleration.x,e.acceleration.y,e.acceleration.z,e.rotationRate.alpha,e.rotationRate.beta,e.rotationRate.gamma,Date.now()],i=[];if(0===t.length)t=n,i=n;else{for(var o,a=0,r=0;r<6;r++)o=t[r]-n[r],i.push(n[r]),a+=Math.abs(o);if(i.push(Date.now()),t=n,a<=0)return null}return{motion:i,prevmotion:t}}(e,o))&&(o=i.prevmotion,i=i.motion,t(n,i))}};var Z={},$={},Q=500,ee=5e3,te=Date.now(),ne=!1,ie=!1,oe=null,ae=!0,re=!0,se=!1,ce=!0,ue={record:function(e,t,n,i){ae=e===undefined?ae:e,re=n===undefined?re:n,se=t===undefined?se:t,ce=i===undefined?ce:i,!1===ie&&(oe=new F(document.body),ae&&(oe.addEventListener("mousedown",Y("mousedown",le)),oe.addEventListener("mousemove",Y("mousemove",le)),oe.addEventListener("mouseup",Y("mouseup",le))),!0===se&&(oe.addEventListener("keyup",V("keyup",le)),oe.addEventListener("keydown",V("keydown",le))),re&&!0===I.Browser.hasEvent("touchstart",document.body)&&(oe.addEventListener("touchstart",G("touchstart",le)),oe.addEventListener("touchmove",G("touchmove",le)),oe.addEventListener("touchend",G("touchend",le))),ce&&!0===I.Browser.hasEvent("devicemotion",window)&&oe.addEventListener("devicemotion",K("devicemotion",le)),ie=!0),Z.st=Date.now(),ne=!0},stop:function(){!1!==ne&&(ne=!1)},time:function(){return te},getData:function(){return Z},setData:function(e,t){Z[e]||(Z[e]=null),Array.isArray(Z[e])?Z[e].push(t):Z[e]=t},resetData:function(){Z={},$={}},circBuffPush:le};function le(e,t,n,i){if(!1!==ne)if(Z[e]){var o=n||Q,a=i||ee;if(Z[e].length<a)Z[e].push(t);else{var r=$[e];0===r&&(r=o);var s=(r+1)%a;$[e]=s,Z[e][r]=t}}else Z[e]=[t],$[e]=0}new F(document),new F(window);function he(e){if(null===e)return"";var t=[];return function n(e,t){var i,o;if("object"==typeof e)for(o in e)!0===de(i=e[o])?n(i,t):t[t.length]=me(o,i);else if(!0===Array.isArray(e))for(var a=0;a<e.length;a++)!0===de(i=e[a])?n(e,t):t[t.length]=me(o,i);else t[t.length]=me(e)}(e,t),t.join("&")}function de(e){return!0===Array.isArray(e)||"object"==typeof e}function me(e,t){return encodeURIComponent(e)+"="+encodeURIComponent(null===t?"":t)}var fe={400:{en:"Rate limited or network error. Please retry.",zh:"速率é™åˆ¶æˆ–网络错误。请é‡è¯•。",ru:"СкороÑть ограничена или ошибка Ñети. ПожалуйÑта, повторите.",id:"Nilai terbatas atau kesalahan jaringan. Coba lagi",ar:"معدل Ù…ØØ¯ÙˆØ¯ أو خطأ ÙÙŠ الشبكة. الرجاء اعادة Ø§Ù„Ù…ØØ§ÙˆÙ„Ø©.",de:"Rate begrenzt oder Netzwerkfehler. Bitte erneut versuchen."},429:{en:"Your computer or network has sent too many requests.",zh:"您的计算机或网络å‘é€äº†å¤ªå¤šè¯·æ±‚。",ru:"Ваш компьютер или Ñеть отправили Ñлишком много запроÑов.",id:"Komputer atau jaringan Anda telah mengirim terlalu banyak permintaan.",ar:"أرسل الكمبيوتر أو الشبكة الكثير من الطلبات.",de:"Ihr Computer oder Netzwerk hat zu viele Anfragen gesendet."},500:{en:"Cannot contact hCaptcha. Check your connection and try again.",zh:"æ— æ³•è”ç³»hCaptcha。请检查您的网络åŽå†è¯•一次。",ru:"Ðевозможно ÑвÑзатьÑÑ Ñ hCaptcha. Проверьте Ñоединение и попробуйте Ñнова.",id:"Tidak dapat menghubungi hCaptcha. Periksa koneksi Anda dan coba lagi.",ar:"لا يمكن الاتصال hCaptcha. تØÙ‚Ù‚ من اتصالك ÙˆØØ§ÙˆÙ„ مرة أخرى.",de:"HCaptcha kann nicht kontaktiert werden. Überprüfen Sie Ihre Verbindung und versuchen Sie es erneut."}},pe={getText:function(e){try{return q.getBestTrans(fe[e])}catch(t){return!1}}};function ge(e,t,n){var i=!1,o=null,a=e.toUpperCase(),r=n&&n.responseType||"string",s=n&&n.dataType||null,c=new XMLHttpRequest,u=t;return n&&n.withCredentials&&"undefined"!=typeof XDomainRequest&&"withCredentials"in c==!1&&(i=!0,c=new XDomainRequest),n&&n.data&&(o=n.data,"json"===s&&"object"==typeof n.data&&(o=JSON.stringify(o)),"query"===s&&(o=he(o))),new Promise(function(e,s){var l,h=function(t){return function(n){var o=c.response||c.responseText,a=c.status,l=c.statusText,h=c.readyState;if(4===h||i){if("error"===t||a>=400&&a<=511)return void s({event:"network-error",endpoint:u,state:h,status:a,message:pe.getText(a||400)||l});"json"===r&&o&&(o=JSON.parse(o)),e({state:h,status:a,body:o,message:l})}}};if(c.onload=h("complete"),c.onerror=c.ontimeout=h("error"),c.open(a,t),!1===i&&(c.withCredentials=n&&n.withCredentials||!1),n&&n.headers&&!1===i)for(var d in n.headers)l=n.headers[d],c.setRequestHeader(d,l);setTimeout(function(){c.send(o||null)},0)})}var ve={request:function(e,t,n){return new ge(e,t,n)},get:function(e,t){if("object"==typeof e&&t===undefined&&(e=(t=e).url),null===e)throw new Error("Url missing");return new ge("GET",e,t)},post:function(e,t){if("object"==typeof e&&t===undefined&&(e=(t=e).url),null===e)throw new Error("Url missing");return new ge("POST",e,t)}};function we(e,t){if(!t)throw new Error("Chat requires unique id to communicate between windows");this.isIframe=e instanceof HTMLIFrameElement,this.target=e,this.id=t,this.messages=[],this.incoming=[],this.waiting=[]}function ye(e,t){var n=this,i={},o=new Promise(function(e,t){i.resolve=e,i.reject=t}),a={source:"hcaptcha",label:e,id:n.id,promise:null,lookup:t};return o.then(function(e){a.promise="resolve",null!==e&&(a.contents=e),be(n.target,a,n.isIframe)})["catch"](function(e){a.promise="reject",null!==e&&(a.error=e),be(n.target,a,n.isIframe)}),i}function be(e,t,n){n?e.contentWindow.postMessage(JSON.stringify(t),"*"):e.postMessage(JSON.stringify(t),"*")}we.prototype.contact=function(e,t){var n=this,i=Date.now().toString(36),o={source:"hcaptcha",label:e,id:this.id,promise:"create",lookup:i};if(t){if("object"!=typeof t)throw new Error("Message must be an object.");o.contents=t}return new Promise(function(t,a){n.waiting.push({label:e,reject:a,resolve:t,lookup:i}),be(n.target,o,n.isIframe)})},we.prototype.listen=function(e,t){for(var n=this.messages.length,i=!1;--n>-1&&!1===i;)this.messages[n].label===e&&(i=this.messages[n]);!1===i&&(i={label:e,listeners:[]},this.messages.push(i)),i.listeners.push(t)},we.prototype.answer=function(e,t){for(var n=this.incoming.length,i=!1;--n>-1&&!1===i;)this.incoming[n].label===e&&(i=this.incoming[n]);!1===i&&(i={label:e,listeners:[]},this.incoming.push(i)),i.listeners.push(t)},we.prototype.send=function(e,t){var n={source:"hcaptcha",label:e,id:this.id};if(t){if("object"!=typeof t)throw new Error("Message must be an object.");n.contents=t}be(this.target,n,this.isIframe)},we.prototype.check=function(e,t){for(var n=[].concat.apply([],[this.messages,this.incoming,this.waiting]),i=[],o=-1;++o<n.length;)if(n[o].label===e){if(t&&n[o].lookup&&t!==n[o].lookup)continue;i.push(n[o])}return i},we.prototype.respond=function(e){for(var t,n,i=-1,o=0,a=[].concat.apply([],[this.messages,this.incoming,this.waiting]);++i<a.length;)if(a[i].label===e.label){if(e.lookup&&a[i].lookup&&e.lookup!==a[i].lookup)continue;var r=[];if(t=a[i],e.error&&r.push(e.error),e.contents&&r.push(e.contents),e.promise&&"create"!==e.promise){t[e.promise].apply(t[e.promise],r);for(var s=this.waiting.length,c=!1;--s>-1&&!1===c;)this.waiting[s].label===t.label&&this.waiting[s].lookup===t.lookup&&(c=!0,this.waiting.splice(s,1));continue}for(o=0;o<t.listeners.length;o++){if(n=t.listeners[o],"create"===e.promise){var u=ye.call(this,t.label,e.lookup);r.push(u)}n.apply(n,r)}}a=null},we.prototype.destroy=function(){return this.messages=null,this.incoming=null,this.waiting=null,null};var ke={chats:[],isSupported:function(){return!!window.postMessage},createChat:function(e,t){var n=new we(e,t);return ke.chats.push(n),n},removeChat:function(e){for(var t=!1,n=ke.chats.length;--n>-1&&!1===t;)e.id===ke.chats[n].id&&e.target===ke.chats[n].target&&(t=ke.chats[n],ke.chats.splice(n,1));return t},handle:function(e){if(null!==e.data&&"string"==typeof e.data)try{var t=e.data;if(!("string"==typeof t&&t.indexOf("hcaptcha")>=0))return;t=JSON.parse(t);for(var n,i=ke.chats,o=-1;++o<i.length;)(n=i[o]).id===t.id&&n.respond(t)}catch(He){B("postMessage handler error","postMessage","debug",{event:e,error:He})}}};window.addEventListener?window.addEventListener("message",ke.handle):window.attachEvent("onmessage",ke.handle);var Ee=null,Ce=null,_e=null,Ie=null,Se=null,je=null,xe=null,Te=!1,Pe=null,Le=!1,Ae="https://www.hcaptcha.com/what-is-hcaptcha-about",ze=3,Be=0,Oe=null,De=5e3;function Fe(){Oe&&(Oe=clearTimeout(Oe)),ve.get({url:j.endpoint+"/checksiteconfig?host="+S.host+"&sitekey="+S.sitekey,responseType:"json",withCredentials:!0,headers:{"Content-Type":"application/json; charset=utf-8","Cache-Control":"no-cache"}}).then(function(e){if(Be=0,e){var t=e.body;if(!1===t.success)Ne(t["error-codes"].join(", "));else!t.pass&&t.error?Ne(t.error):Ne(!1);t.charity!==undefined&&(Te=t.charity),t.brand_uri!==undefined&&(Ae=t.brand_uri)}B("/checksiteconfig success","request","info",e)})["catch"](function(e){B("/checksiteconfig error","request","debug",e),Be+=1,400!==e.status||Be===ze||Le?(Be=0,Le||Ne(e.message)):Oe=setTimeout(Fe,De)})}function Ne(e){Ie.text(e||""),Ie.css({opacity:e?1:0})}function Re(){var e=Ae+"?site="+S.host+"&key="+S.sitekey;window.open(e,"_blank")}function Me(){Ee.setAttribute("aria-checked","true"),Ee.removeClass("active"),Ee.addClass("checked"),Ce.addClass("disabled")}function Ue(){Ee.setAttribute("aria-checked","false"),Ee.removeClass("active"),Ee.removeClass("checked"),Ce.removeClass("disabled"),ue.resetData(),ue.record()}function qe(e){return!!Ce.hasClass("disabled")||("terms-link"==(e.target||e.srcElement).id||"privacy-link"==(e.target||e.srcElement).id||(!!Ee.hasClass("active")||(Ee.addClass("active"),Ee.setAttribute("aria-checked","mixed"),setTimeout(function(){ue.stop(),xe.send("checkbox-selected",{manifest:ue.getData(),charity:Te,link:Ae})},1),!0)))}function We(){var e=Ee.dom.getBoundingClientRect(),t=e.bottom-e.top,n=e.right-e.left;return{left:e.left,right:e.right,top:e.top,bottom:e.bottom,width:n,height:t,x:e.left+n/2,y:e.top+t/2}}y(function(){!function(){var e=window.location.hash.slice(1),t=U(e);Pe=t.id,S.host=t.host,S.sitekey=t.sitekey,S.file="checkbox_internal",j.size=t.size||j.compact,j.theme=t.theme||j.theme,t.endpoint!==undefined&&"undefined"!==t.endpoint&&(j.endpoint=t.endpoint);t.hl!==undefined&&"undefined"!==t.hl&&(j.language=t.hl);t.sentry!==undefined&&"undefined"!==t.sentry&&(n=t.sentry,A=n);var n;Ee=new F(document.getElementById("checkbox")),Ce=new F(document.getElementById("anchor")),_e=new F(document.getElementById("checkbox-label")),Ie=new F(document.getElementById("config-error")),je=new F(document.getElementById("logo")),Se=new F(document.getElementById("config-warning")),Ce.addClass("anchor"),Ce.addClass("compact"===j.size?"compact":" normal"),Ce.addClass("dark"===j.theme?"dark":" light"),_e.text(q.translate("I am human")),ue.resetData(),ue.record(!0,!0,!0,!0),O.UUIDv4(S.sitekey)||S.sitekey===T||S.sitekey===x?S.sitekey===x&&(Se.text(q.translate("This hCaptcha is for testing only. Please contact the site admin if you see this.")),Le="sitekey-dummykey"):(Se.text(q.translate("The sitekey for this hCaptcha is incorrect. Please contact the site admin if you see this.")),Le="sitekey-invalid")}(),(xe=ke.createChat(window.parent,Pe)).listen("checkbox-tick",Me),xe.listen("checkbox-reset",Ue),xe.listen("checkbox-click",qe),xe.listen("checkbox-location",function(e){e.resolve(We())}),xe.listen("checkbox-status",function(e){Ne(e.text)}),Ce.addEventListener(!0===S.pingdom?"click":"up",qe),Ce.addEventListener("keypress",function(e){13!=e.keyCode&&32!=e.keyCode||qe(e)}),je.addEventListener("click",Re),je.addEventListener("keypress",function(e){13==e.keyCode&&Re()}),!0===A&&(window.Raven&&Raven.config("https://0f73e9316e6b4aee9e62a74c820604e0@sentry.io/1198795",{autoBreadcrumbs:{xhr:!0,dom:!0,sentry:!0},tags:{"site-host":S.host,"site-key":S.sitekey,"endpoint-url":j.endpoint,"asset-url":S.assetUrl}}).install(),window.Raven&&Raven.setUserContext({"Browser-Agent":I.Browser.agent,"Browser-Type":I.Browser.type,"Browser-Version":I.Browser.version,"System-OS":I.System.os,"System-Version":I.System.version,"Is-Mobile":I.System.mobile}),B("checkbox_internal","setup","info")),Fe(),xe.send("checkbox-loaded",We())})}();