(window.webpackJsonp=window.webpackJsonp||[]).push([[1,2],{359:function(t,e){t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(object,t){return Object.prototype.hasOwnProperty.call(object,t)},n.p="",n(n.s="1c25")}({"1c25":function(t,e,n){"use strict";n.r(e);n("e754");var r=n("56d7"),o=n.n(r);for(var d in r)["default"].indexOf(d)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(d);e.default=o.a},"2be6":function(t,e,n){"use strict";function r(t,e,n,r,o,d,c,l){var h,f="function"==typeof t?t.options:t;if(e&&(f.render=e,f.staticRenderFns=n,f._compiled=!0),r&&(f.functional=!0),d&&(f._scopeId="data-v-"+d),c?(h=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(c)},f._ssrRegister=h):o&&(h=l?function(){o.call(this,(f.functional?this.parent:this).$root.$options.shadowRoot)}:o),h)if(f.functional){f._injectStyles=h;var v=f.render;f.render=function(t,e){return h.call(e),v(t,e)}}else{var m=f.beforeCreate;f.beforeCreate=m?[].concat(m,h):[h]}return{exports:t,options:f}}n.d(e,"a",(function(){return r}))},"407a":function(t,e,n){"use strict";n.r(e);var r=n("502d"),o=n("fa1f");for(var d in o)["default"].indexOf(d)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(d);var c=n("2be6"),component=Object(c.a)(o.default,r.a,r.b,!1,null,null,null);e.default=component.exports},4141:function(t,e){!function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(e){var i,t=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(e.stack)||[!1])[1];for(i in n)if(n[i].src==t||"interactive"==n[i].readyState)return n[i];return null}}})}(document)},"502d":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o}));var r=function(){var t=this.$createElement;return(this._self._c||t)("div",{attrs:{id:"hcap-script"}})},o=[]},"56d7":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,e.install=d;var r,o=(r=n("407a"))&&r.__esModule?r:{default:r};function d(t){d.installed||(d.installed=!0,t.component("vuehcaptcha",o.default),t.component("VueHcaptcha",o.default))}var c={install:d},l=null;"undefined"!=typeof window?l=window.Vue:void 0!==t&&(l=t.Vue),l&&l.use(c);var h=o.default;e.default=h}).call(this,n("7d15"))},"7d15":function(t,e){var g;g=function(){return this}();try{g=g||new Function("return this")()}catch(t){"object"==typeof window&&(g=window)}t.exports=g},cada:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n("dfcd"),o={name:"VueHcaptcha",props:{sitekey:{type:String,required:!0},theme:{type:String,default:void 0},size:{type:String,default:void 0},tabindex:{type:String,default:void 0},language:{type:String,default:void 0},reCaptchaCompat:{type:Boolean,default:!0},challengeContainer:{type:String,default:void 0},rqdata:{type:String,default:void 0},sentry:{type:Boolean,default:!0},apiEndpoint:{type:String,default:"https://hcaptcha.com/1/api.js"},endpoint:{type:String,default:void 0},reportapi:{type:String,default:void 0},assethost:{type:String,default:void 0},imghost:{type:String,default:void 0}},data:function(){return{widgetId:null,hcaptcha:null,renderedCb:null}},mounted:function(){return(0,r.loadApiEndpointIfNotAlready)(this.$props).then(this.onApiLoaded).catch(this.onError)},unmounted:function(){this.teardown()},destroyed:function(){this.teardown()},methods:{teardown:function(){this.widgetId&&(this.hcaptcha.reset(this.widgetId),this.hcaptcha.remove(this.widgetId))},onApiLoaded:function(){this.hcaptcha=window.hcaptcha;var t={sitekey:this.sitekey,theme:this.theme,size:this.size,tabindex:this.tabindex,callback:this.onVerify,"expired-callback":this.onExpired,"chalexpired-callback":this.onChallengeExpired,"error-callback":this.onError,"open-callback":this.onOpen,"close-callback":this.onClose};this.challengeContainer&&(t["challenge-container"]=this.challengeContainer),this.widgetId=this.hcaptcha.render(this.$el,t),this.rqdata&&this.hcaptcha.setData(this.widgetId,{rqdata:this.rqdata}),this.onRendered()},execute:function(){var t=this;this.widgetId?(this.hcaptcha.execute(this.widgetId),this.onExecuted()):this.renderedCb=function(){t.renderedCb=null,t.execute()}},executeAsync:function(){var t,e=this;if(this.widgetId)return this.onExecuted(),this.hcaptcha.execute(this.widgetId,{async:!0});var n=new Promise((function(e){t=e}));return this.renderedCb=function(){e.renderedCb=null,t()},n.then(this.executeAsync)},reset:function(){this.widgetId?(this.hcaptcha.reset(this.widgetId),this.onReset()):this.$emit("error","Element is not rendered yet and thus cannot reset it. Wait for `rendered` event to safely call reset.")},onRendered:function(){this.$emit("rendered"),this.renderedCb&&this.renderedCb()},onExecuted:function(){this.$emit("executed")},onReset:function(){this.$emit("reset")},onError:function(t){this.$emit("error",t),this.reset()},onVerify:function(){var t=this.hcaptcha.getResponse(this.widgetId),e=this.hcaptcha.getRespKey(this.widgetId);this.$emit("verify",t,e)},onExpired:function(){this.$emit("expired")},onChallengeExpired:function(){this.$emit("challengeExpired")},onOpen:function(){this.$emit("opened")},onClose:function(){this.$emit("closed")}}};e.default=o},dfcd:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.SCRIPT_ID=void 0,e.addQueryParamIfDefined=f,e.getScriptSrc=h,e.loadApiEndpointIfNotAlready=function(t){if(window.hcaptcha)return o(),l;if(document.getElementById(r))return l;window._hcaptchaOnLoad=o;var e=h(t),script=document.createElement("script");return script.id=r,script.src=e,script.async=!0,script.defer=!0,script.onerror=function(t){console.error("Failed to load api: "+e,t),d("Failed to load api.js")},document.head.appendChild(script),l};var r="hcaptcha-api-script-id";e.SCRIPT_ID=r;var o,d,c="_hcaptchaOnLoad",l=new Promise((function(t,e){o=t,d=e}));function h(t){var e=t.apiEndpoint;return e=f(e,"render","explicit"),e=f(e,"onload",c),e=f(e,"recaptchacompat",!1===t.reCaptchaCompat?"off":null),e=f(e,"hl",t.language),e=f(e,"sentry",t.sentry),e=f(e,"endpoint",t.endpoint),e=f(e,"assethost",t.assethost),e=f(e,"imghost",t.imghost),e=f(e,"reportapi",t.reportapi)}function f(t,e,n){if(null!=n){var link=t.includes("?")?"&":"?";return t+link+e+"="+encodeURIComponent(n)}return t}},e754:function(t,e,n){"use strict";var i;"undefined"!=typeof window&&(n("4141"),(i=window.document.currentScript)&&(i=i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=i[1]))},fa1f:function(t,e,n){"use strict";n.r(e);var r=n("cada"),o=n.n(r);for(var d in r)["default"].indexOf(d)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(d);e.default=o.a}})},363:function(t,e,n){"use strict";n(16);var r={props:{name:String,description:String,icon:String,background:String,urls:Object},data:function(){return{marginTop:100,links:null,size_buttons:0}},mounted:function(){null==this.urls||null==this.urls?this.links=!1:(this.marginTop=70,this.size_buttons=100/Object.keys(this.urls).length,this.links=!0)},created:function(){0}},o=(n(829),n(8)),component=Object(o.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"headPage"},[n("div",{staticClass:"namePage",style:{"margin-top":t.marginTop+"px"}},[n("div",{staticClass:"icon"},[n("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],attrs:{src:t.icon}})]),t._v(" "),n("div",{staticClass:"text"},[n("h1",[t._v(t._s(t.name))]),t._v(" "),n("h2",[t._v(t._s(t.description))])])]),t._v(" "),t.links?n("div",{staticClass:"links"},[n("div",{staticClass:"urls"},t._l(t.urls,(function(i,e,r){return n("nuxt-link",{key:e,style:{width:0==r?t.size_buttons+"%":"calc("+t.size_buttons+"% - 5px)"},attrs:{to:t.localePath("/"+i)}},[t._v("\n "+t._s(e)+"\n ")])})),1)]):t._e(),t._v(" "),n("img",{directives:[{name:"lazy-load",rawName:"v-lazy-load"}],staticClass:"background",attrs:{src:t.background}})])}),[],!1,null,"1a4bc493",null);e.a=component.exports},506:function(t,e,n){var content=n(830);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(14).default)("af50ea9e",content,!0,{sourceMap:!1})},829:function(t,e,n){"use strict";n(506)},830:function(t,e,n){var r=n(13)(!1);r.push([t.i,".headPage[data-v-1a4bc493]{height:300px;overflow:hidden}.headPage[data-v-1a4bc493],.headPage img[data-v-1a4bc493]{width:100%}.headPage .background[data-v-1a4bc493]{filter:brightness(130%);z-index:0}.headPage .namePage[data-v-1a4bc493]{position:absolute;padding:0 30px 5px 25px;color:#fff;z-index:1;margin:100px 0 0 60px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,99,145,.2)}.headPage .namePage .icon[data-v-1a4bc493]{float:left;margin:20px 20px 0 0}.headPage .namePage .icon img[data-v-1a4bc493]{width:80px}.headPage .namePage .text[data-v-1a4bc493]{float:left}.headPage .namePage .text h1[data-v-1a4bc493]{font-size:45px;font-weight:700;margin-top:15px}.headPage .namePage .text h2[data-v-1a4bc493]{font-size:20px;font-weight:lighter;margin-top:-25px}.headPage .links[data-v-1a4bc493]{width:100%;position:relative}.headPage .urls[data-v-1a4bc493]{position:absolute;width:100%;height:50px;margin-top:250px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,27,145,.1);z-index:9}.headPage .urls a[data-v-1a4bc493]{height:45px;color:#fff;float:left;margin-left:5px;text-align:center;line-height:45px;transition:.3s;font-size:18px;border-bottom:5px solid #7ce5ff}.headPage .urls a[data-v-1a4bc493]:hover{background:hsla(0,0%,100%,.3);border-bottom:5px solid #2cd5ff;transition:.3s}.headPage .urls a[data-v-1a4bc493]:first-child{margin-left:0}@media (max-width:1000px){.headPage .namePage .icon img[data-v-1a4bc493]{width:60px}.headPage .namePage .text h1[data-v-1a4bc493]{font-size:35px;margin-top:15px}.headPage .namePage .text h2[data-v-1a4bc493]{font-size:15px;font-weight:400;margin-top:-25px}}@media (max-width:700px){.headPage .background[data-v-1a4bc493]{display:none}.headPage .namePage[data-v-1a4bc493]{position:unset;display:inline-block;padding:0 10px 10px 15px;color:#2e2e2e;width:calc(100% - 65px)!important;margin:20px 0 0 20px!important}.headPage .namePage .icon[data-v-1a4bc493],.headPage .namePage .text[data-v-1a4bc493]{text-align:center;float:none}}",""]),t.exports=r}}]);