@eid-easy/eideasy-widget 2.51.0-beta.4 → 2.51.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ e.read=function(t,e,a,n,r){var i,s,o=8*r-n-1,c=(1<<o)-1,l=c>>1,u=-7,d=a?r-1:0,f=
14
14
  * @author Feross Aboukhadijeh <http://feross.org>
15
15
  * @license MIT
16
16
  */
17
- var n=a("1fb5"),r=a("9152"),i=a("e3db");function s(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"===typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(e){return!1}}function o(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function c(t,e){if(o()<e)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=l.prototype):(null===t&&(t=new l(e)),t.length=e),t}function l(t,e,a){if(!l.TYPED_ARRAY_SUPPORT&&!(this instanceof l))return new l(t,e,a);if("number"===typeof t){if("string"===typeof e)throw new Error("If encoding is specified then the first argument must be a string");return p(this,t)}return u(this,t,e,a)}function u(t,e,a,n){if("number"===typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!==typeof ArrayBuffer&&e instanceof ArrayBuffer?g(t,e,a,n):"string"===typeof e?h(t,e,a):m(t,e)}function d(t){if("number"!==typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function f(t,e,a,n){return d(e),e<=0?c(t,e):void 0!==a?"string"===typeof n?c(t,e).fill(a,n):c(t,e).fill(a):c(t,e)}function p(t,e){if(d(e),t=c(t,e<0?0:0|y(e)),!l.TYPED_ARRAY_SUPPORT)for(var a=0;a<e;++a)t[a]=0;return t}function h(t,e,a){if("string"===typeof a&&""!==a||(a="utf8"),!l.isEncoding(a))throw new TypeError('"encoding" must be a valid string encoding');var n=0|b(e,a);t=c(t,n);var r=t.write(e,a);return r!==n&&(t=t.slice(0,r)),t}function v(t,e){var a=e.length<0?0:0|y(e.length);t=c(t,a);for(var n=0;n<a;n+=1)t[n]=255&e[n];return t}function g(t,e,a,n){if(e.byteLength,a<0||e.byteLength<a)throw new RangeError("'offset' is out of bounds");if(e.byteLength<a+(n||0))throw new RangeError("'length' is out of bounds");return e=void 0===a&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,a):new Uint8Array(e,a,n),l.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=l.prototype):t=v(t,e),t}function m(t,e){if(l.isBuffer(e)){var a=0|y(e.length);return t=c(t,a),0===t.length?t:(e.copy(t,0,0,a),t)}if(e){if("undefined"!==typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!==typeof e.length||et(e.length)?c(t,0):v(t,e);if("Buffer"===e.type&&i(e.data))return v(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function y(t){if(t>=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|t}function M(t){return+t!=t&&(t=0),l.alloc(+t)}function b(t,e){if(l.isBuffer(t))return t.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!==typeof t&&(t=""+t);var a=t.length;if(0===a)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return a;case"utf8":case"utf-8":case void 0:return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*a;case"hex":return a>>>1;case"base64":return Q(t).length;default:if(n)return J(t).length;e=(""+e).toLowerCase(),n=!0}}function S(t,e,a){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===a||a>this.length)&&(a=this.length),a<=0)return"";if(a>>>=0,e>>>=0,a<=e)return"";t||(t="utf8");while(1)switch(t){case"hex":return L(this,e,a);case"utf8":case"utf-8":return B(this,e,a);case"ascii":return D(this,e,a);case"latin1":case"binary":return N(this,e,a);case"base64":return F(this,e,a);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return j(this,e,a);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}function _(t,e,a){var n=t[e];t[e]=t[a],t[a]=n}function w(t,e,a,n,r){if(0===t.length)return-1;if("string"===typeof a?(n=a,a=0):a>2147483647?a=2147483647:a<-2147483648&&(a=-2147483648),a=+a,isNaN(a)&&(a=r?0:t.length-1),a<0&&(a=t.length+a),a>=t.length){if(r)return-1;a=t.length-1}else if(a<0){if(!r)return-1;a=0}if("string"===typeof e&&(e=l.from(e,n)),l.isBuffer(e))return 0===e.length?-1:C(t,e,a,n,r);if("number"===typeof e)return e&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?r?Uint8Array.prototype.indexOf.call(t,e,a):Uint8Array.prototype.lastIndexOf.call(t,e,a):C(t,[e],a,n,r);throw new TypeError("val must be string, number or Buffer")}function C(t,e,a,n,r){var i,s=1,o=t.length,c=e.length;if(void 0!==n&&(n=String(n).toLowerCase(),"ucs2"===n||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;s=2,o/=2,c/=2,a/=2}function l(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}if(r){var u=-1;for(i=a;i<o;i++)if(l(t,i)===l(e,-1===u?0:i-u)){if(-1===u&&(u=i),i-u+1===c)return u*s}else-1!==u&&(i-=i-u),u=-1}else for(a+c>o&&(a=o-c),i=a;i>=0;i--){for(var d=!0,f=0;f<c;f++)if(l(t,i+f)!==l(e,f)){d=!1;break}if(d)return i}return-1}function z(t,e,a,n){a=Number(a)||0;var r=t.length-a;n?(n=Number(n),n>r&&(n=r)):n=r;var i=e.length;if(i%2!==0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var s=0;s<n;++s){var o=parseInt(e.substr(2*s,2),16);if(isNaN(o))return s;t[a+s]=o}return s}function I(t,e,a,n){return tt(J(e,t.length-a),t,a,n)}function x(t,e,a,n){return tt(W(e),t,a,n)}function A(t,e,a,n){return x(t,e,a,n)}function E(t,e,a,n){return tt(Q(e),t,a,n)}function k(t,e,a,n){return tt(X(e,t.length-a),t,a,n)}function F(t,e,a){return 0===e&&a===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(e,a))}function B(t,e,a){a=Math.min(t.length,a);var n=[],r=e;while(r<a){var i,s,o,c,l=t[r],u=null,d=l>239?4:l>223?3:l>191?2:1;if(r+d<=a)switch(d){case 1:l<128&&(u=l);break;case 2:i=t[r+1],128===(192&i)&&(c=(31&l)<<6|63&i,c>127&&(u=c));break;case 3:i=t[r+1],s=t[r+2],128===(192&i)&&128===(192&s)&&(c=(15&l)<<12|(63&i)<<6|63&s,c>2047&&(c<55296||c>57343)&&(u=c));break;case 4:i=t[r+1],s=t[r+2],o=t[r+3],128===(192&i)&&128===(192&s)&&128===(192&o)&&(c=(15&l)<<18|(63&i)<<12|(63&s)<<6|63&o,c>65535&&c<1114112&&(u=c))}null===u?(u=65533,d=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|1023&u),n.push(u),r+=d}return O(n)}e.Buffer=l,e.SlowBuffer=M,e.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:s(),e.kMaxLength=o(),l.poolSize=8192,l._augment=function(t){return t.__proto__=l.prototype,t},l.from=function(t,e,a){return u(null,t,e,a)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(t,e,a){return f(null,t,e,a)},l.allocUnsafe=function(t){return p(null,t)},l.allocUnsafeSlow=function(t){return p(null,t)},l.isBuffer=function(t){return!(null==t||!t._isBuffer)},l.compare=function(t,e){if(!l.isBuffer(t)||!l.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var a=t.length,n=e.length,r=0,i=Math.min(a,n);r<i;++r)if(t[r]!==e[r]){a=t[r],n=e[r];break}return a<n?-1:n<a?1:0},l.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(t,e){if(!i(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return l.alloc(0);var a;if(void 0===e)for(e=0,a=0;a<t.length;++a)e+=t[a].length;var n=l.allocUnsafe(e),r=0;for(a=0;a<t.length;++a){var s=t[a];if(!l.isBuffer(s))throw new TypeError('"list" argument must be an Array of Buffers');s.copy(n,r),r+=s.length}return n},l.byteLength=b,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)_(this,e,e+1);return this},l.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)_(this,e,e+3),_(this,e+1,e+2);return this},l.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)_(this,e,e+7),_(this,e+1,e+6),_(this,e+2,e+5),_(this,e+3,e+4);return this},l.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?B(this,0,t):S.apply(this,arguments)},l.prototype.equals=function(t){if(!l.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===l.compare(this,t)},l.prototype.inspect=function(){var t="",a=e.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,a).match(/.{2}/g).join(" "),this.length>a&&(t+=" ... ")),"<Buffer "+t+">"},l.prototype.compare=function(t,e,a,n,r){if(!l.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===a&&(a=t?t.length:0),void 0===n&&(n=0),void 0===r&&(r=this.length),e<0||a>t.length||n<0||r>this.length)throw new RangeError("out of range index");if(n>=r&&e>=a)return 0;if(n>=r)return-1;if(e>=a)return 1;if(e>>>=0,a>>>=0,n>>>=0,r>>>=0,this===t)return 0;for(var i=r-n,s=a-e,o=Math.min(i,s),c=this.slice(n,r),u=t.slice(e,a),d=0;d<o;++d)if(c[d]!==u[d]){i=c[d],s=u[d];break}return i<s?-1:s<i?1:0},l.prototype.includes=function(t,e,a){return-1!==this.indexOf(t,e,a)},l.prototype.indexOf=function(t,e,a){return w(this,t,e,a,!0)},l.prototype.lastIndexOf=function(t,e,a){return w(this,t,e,a,!1)},l.prototype.write=function(t,e,a,n){if(void 0===e)n="utf8",a=this.length,e=0;else if(void 0===a&&"string"===typeof e)n=e,a=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(a)?(a|=0,void 0===n&&(n="utf8")):(n=a,a=void 0)}var r=this.length-e;if((void 0===a||a>r)&&(a=r),t.length>0&&(a<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return z(this,t,e,a);case"utf8":case"utf-8":return I(this,t,e,a);case"ascii":return x(this,t,e,a);case"latin1":case"binary":return A(this,t,e,a);case"base64":return E(this,t,e,a);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,t,e,a);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var T=4096;function O(t){var e=t.length;if(e<=T)return String.fromCharCode.apply(String,t);var a="",n=0;while(n<e)a+=String.fromCharCode.apply(String,t.slice(n,n+=T));return a}function D(t,e,a){var n="";a=Math.min(t.length,a);for(var r=e;r<a;++r)n+=String.fromCharCode(127&t[r]);return n}function N(t,e,a){var n="";a=Math.min(t.length,a);for(var r=e;r<a;++r)n+=String.fromCharCode(t[r]);return n}function L(t,e,a){var n=t.length;(!e||e<0)&&(e=0),(!a||a<0||a>n)&&(a=n);for(var r="",i=e;i<a;++i)r+=Z(t[i]);return r}function j(t,e,a){for(var n=t.slice(e,a),r="",i=0;i<n.length;i+=2)r+=String.fromCharCode(n[i]+256*n[i+1]);return r}function H(t,e,a){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>a)throw new RangeError("Trying to access beyond buffer length")}function P(t,e,a,n,r,i){if(!l.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>r||e<i)throw new RangeError('"value" argument is out of bounds');if(a+n>t.length)throw new RangeError("Index out of range")}function V(t,e,a,n){e<0&&(e=65535+e+1);for(var r=0,i=Math.min(t.length-a,2);r<i;++r)t[a+r]=(e&255<<8*(n?r:1-r))>>>8*(n?r:1-r)}function R(t,e,a,n){e<0&&(e=4294967295+e+1);for(var r=0,i=Math.min(t.length-a,4);r<i;++r)t[a+r]=e>>>8*(n?r:3-r)&255}function G(t,e,a,n,r,i){if(a+n>t.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("Index out of range")}function $(t,e,a,n,i){return i||G(t,e,a,4,34028234663852886e22,-34028234663852886e22),r.write(t,e,a,n,23,4),a+4}function U(t,e,a,n,i){return i||G(t,e,a,8,17976931348623157e292,-17976931348623157e292),r.write(t,e,a,n,52,8),a+8}l.prototype.slice=function(t,e){var a,n=this.length;if(t=~~t,e=void 0===e?n:~~e,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<t&&(e=t),l.TYPED_ARRAY_SUPPORT)a=this.subarray(t,e),a.__proto__=l.prototype;else{var r=e-t;a=new l(r,void 0);for(var i=0;i<r;++i)a[i]=this[i+t]}return a},l.prototype.readUIntLE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=this[t],r=1,i=0;while(++i<e&&(r*=256))n+=this[t+i]*r;return n},l.prototype.readUIntBE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=this[t+--e],r=1;while(e>0&&(r*=256))n+=this[t+--e]*r;return n},l.prototype.readUInt8=function(t,e){return e||H(t,1,this.length),this[t]},l.prototype.readUInt16LE=function(t,e){return e||H(t,2,this.length),this[t]|this[t+1]<<8},l.prototype.readUInt16BE=function(t,e){return e||H(t,2,this.length),this[t]<<8|this[t+1]},l.prototype.readUInt32LE=function(t,e){return e||H(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},l.prototype.readUInt32BE=function(t,e){return e||H(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},l.prototype.readIntLE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=this[t],r=1,i=0;while(++i<e&&(r*=256))n+=this[t+i]*r;return r*=128,n>=r&&(n-=Math.pow(2,8*e)),n},l.prototype.readIntBE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=e,r=1,i=this[t+--n];while(n>0&&(r*=256))i+=this[t+--n]*r;return r*=128,i>=r&&(i-=Math.pow(2,8*e)),i},l.prototype.readInt8=function(t,e){return e||H(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},l.prototype.readInt16LE=function(t,e){e||H(t,2,this.length);var a=this[t]|this[t+1]<<8;return 32768&a?4294901760|a:a},l.prototype.readInt16BE=function(t,e){e||H(t,2,this.length);var a=this[t+1]|this[t]<<8;return 32768&a?4294901760|a:a},l.prototype.readInt32LE=function(t,e){return e||H(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},l.prototype.readInt32BE=function(t,e){return e||H(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},l.prototype.readFloatLE=function(t,e){return e||H(t,4,this.length),r.read(this,t,!0,23,4)},l.prototype.readFloatBE=function(t,e){return e||H(t,4,this.length),r.read(this,t,!1,23,4)},l.prototype.readDoubleLE=function(t,e){return e||H(t,8,this.length),r.read(this,t,!0,52,8)},l.prototype.readDoubleBE=function(t,e){return e||H(t,8,this.length),r.read(this,t,!1,52,8)},l.prototype.writeUIntLE=function(t,e,a,n){if(t=+t,e|=0,a|=0,!n){var r=Math.pow(2,8*a)-1;P(this,t,e,a,r,0)}var i=1,s=0;this[e]=255&t;while(++s<a&&(i*=256))this[e+s]=t/i&255;return e+a},l.prototype.writeUIntBE=function(t,e,a,n){if(t=+t,e|=0,a|=0,!n){var r=Math.pow(2,8*a)-1;P(this,t,e,a,r,0)}var i=a-1,s=1;this[e+i]=255&t;while(--i>=0&&(s*=256))this[e+i]=t/s&255;return e+a},l.prototype.writeUInt8=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,1,255,0),l.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},l.prototype.writeUInt16LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):V(this,t,e,!0),e+2},l.prototype.writeUInt16BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):V(this,t,e,!1),e+2},l.prototype.writeUInt32LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):R(this,t,e,!0),e+4},l.prototype.writeUInt32BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):R(this,t,e,!1),e+4},l.prototype.writeIntLE=function(t,e,a,n){if(t=+t,e|=0,!n){var r=Math.pow(2,8*a-1);P(this,t,e,a,r-1,-r)}var i=0,s=1,o=0;this[e]=255&t;while(++i<a&&(s*=256))t<0&&0===o&&0!==this[e+i-1]&&(o=1),this[e+i]=(t/s>>0)-o&255;return e+a},l.prototype.writeIntBE=function(t,e,a,n){if(t=+t,e|=0,!n){var r=Math.pow(2,8*a-1);P(this,t,e,a,r-1,-r)}var i=a-1,s=1,o=0;this[e+i]=255&t;while(--i>=0&&(s*=256))t<0&&0===o&&0!==this[e+i+1]&&(o=1),this[e+i]=(t/s>>0)-o&255;return e+a},l.prototype.writeInt8=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,1,127,-128),l.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},l.prototype.writeInt16LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):V(this,t,e,!0),e+2},l.prototype.writeInt16BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):V(this,t,e,!1),e+2},l.prototype.writeInt32LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):R(this,t,e,!0),e+4},l.prototype.writeInt32BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):R(this,t,e,!1),e+4},l.prototype.writeFloatLE=function(t,e,a){return $(this,t,e,!0,a)},l.prototype.writeFloatBE=function(t,e,a){return $(this,t,e,!1,a)},l.prototype.writeDoubleLE=function(t,e,a){return U(this,t,e,!0,a)},l.prototype.writeDoubleBE=function(t,e,a){return U(this,t,e,!1,a)},l.prototype.copy=function(t,e,a,n){if(a||(a=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<a&&(n=a),n===a)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(a<0||a>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e<n-a&&(n=t.length-e+a);var r,i=n-a;if(this===t&&a<e&&e<n)for(r=i-1;r>=0;--r)t[r+e]=this[r+a];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(r=0;r<i;++r)t[r+e]=this[r+a];else Uint8Array.prototype.set.call(t,this.subarray(a,a+i),e);return i},l.prototype.fill=function(t,e,a,n){if("string"===typeof t){if("string"===typeof e?(n=e,e=0,a=this.length):"string"===typeof a&&(n=a,a=this.length),1===t.length){var r=t.charCodeAt(0);r<256&&(t=r)}if(void 0!==n&&"string"!==typeof n)throw new TypeError("encoding must be a string");if("string"===typeof n&&!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"===typeof t&&(t&=255);if(e<0||this.length<e||this.length<a)throw new RangeError("Out of range index");if(a<=e)return this;var i;if(e>>>=0,a=void 0===a?this.length:a>>>0,t||(t=0),"number"===typeof t)for(i=e;i<a;++i)this[i]=t;else{var s=l.isBuffer(t)?t:J(new l(t,n).toString()),o=s.length;for(i=0;i<a-e;++i)this[i+e]=s[i%o]}return this};var K=/[^+\/0-9A-Za-z-_]/g;function Y(t){if(t=q(t).replace(K,""),t.length<2)return"";while(t.length%4!==0)t+="=";return t}function q(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function Z(t){return t<16?"0"+t.toString(16):t.toString(16)}function J(t,e){var a;e=e||1/0;for(var n=t.length,r=null,i=[],s=0;s<n;++s){if(a=t.charCodeAt(s),a>55295&&a<57344){if(!r){if(a>56319){(e-=3)>-1&&i.push(239,191,189);continue}if(s+1===n){(e-=3)>-1&&i.push(239,191,189);continue}r=a;continue}if(a<56320){(e-=3)>-1&&i.push(239,191,189),r=a;continue}a=65536+(r-55296<<10|a-56320)}else r&&(e-=3)>-1&&i.push(239,191,189);if(r=null,a<128){if((e-=1)<0)break;i.push(a)}else if(a<2048){if((e-=2)<0)break;i.push(a>>6|192,63&a|128)}else if(a<65536){if((e-=3)<0)break;i.push(a>>12|224,a>>6&63|128,63&a|128)}else{if(!(a<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;i.push(a>>18|240,a>>12&63|128,a>>6&63|128,63&a|128)}}return i}function W(t){for(var e=[],a=0;a<t.length;++a)e.push(255&t.charCodeAt(a));return e}function X(t,e){for(var a,n,r,i=[],s=0;s<t.length;++s){if((e-=2)<0)break;a=t.charCodeAt(s),n=a>>8,r=a%256,i.push(r),i.push(n)}return i}function Q(t){return n.toByteArray(Y(t))}function tt(t,e,a,n){for(var r=0;r<n;++r){if(r+a>=e.length||r>=t.length)break;e[r+a]=t[r]}return r}function et(t){return t!==t}}).call(this,a("c8ba"))},b64b:function(t,e,a){var n=a("23e7"),r=a("7b0b"),i=a("df75"),s=a("d039"),o=s((function(){i(1)}));n({target:"Object",stat:!0,forced:o},{keys:function(t){return i(r(t))}})},b727:function(t,e,a){var n=a("0366"),r=a("44ad"),i=a("7b0b"),s=a("50c4"),o=a("65f0"),c=[].push,l=function(t){var e=1==t,a=2==t,l=3==t,u=4==t,d=6==t,f=7==t,p=5==t||d;return function(h,v,g,m){for(var y,M,b=i(h),S=r(b),_=n(v,g,3),w=s(S.length),C=0,z=m||o,I=e?z(h,w):a||f?z(h,0):void 0;w>C;C++)if((p||C in S)&&(y=S[C],M=_(y,C,b),t))if(e)I[C]=M;else if(M)switch(t){case 3:return!0;case 5:return y;case 6:return C;case 2:c.call(I,y)}else switch(t){case 4:return!1;case 7:c.call(I,y)}return d?-1:l||u?u:I}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterOut:l(7)}},b77d:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Cartão de identificação não encontrado. Verifique se o cartão está no leitor e reinicie o navegador. O software pode ser instalado a partir da página www.id.ee.","yes":"Sim","no":"Não","phone-number":"número de telefone","idcode":"Código de identificação pessoal","country":"Pais","Sign":"Assinar","USER_REFUSED":"O usuário não deseja continuar e cancelou a ação","mobile-id":"Mobile ID","id-card":"Cartão de Cidadão","smart-id":"Smart-ID","no-lv-id-card":"Nenhum cartão de identificação letão encontrado. Certifique-se de inserir o cartão e instalar o software em https://www.eparaksts.lv/en/Downloads. Para assinaturas, certifique-se de que o plugin eParaksts para o navegador esteja instalado e ativado.","no-lt-id-card":"Nenhum cartão de identificação lituano encontrado. Certifique-se de inserir o cartão e instalar o software em http://www.nsc.vrm.lt/downloads.htm. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nenhum cartão de identidade de Portugal encontrado. Certifique-se de que inseriu o cartão e instalou o software a partir de https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nenhum cartão de identificação sérvio encontrado. Certifique-se de ter o cartão inserido e o software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Nenhum cartão de identificação finlandês encontrado. Consulte as instruções de instalação do software em: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nenhum cartão de identificação da Bélgica encontrado. Certifique-se de inserir o cartão e instalar o software em https://eid.belgium.be. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Você entendeu o conteúdo do documento e está pronto para finalizar a assinatura?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Distribuído por eIDEasy","log-in":"Entrar","this-field-is-required":"Campo obrigatório","your-verification-code":"O seu código de verificação","cancel":"Cancelar","no-response-error":"Ocorreu um erro. Certifique-se de que você esteja conectado à Internet e tente novamente.","back":"Voltar","no-matching-countries":"Não existem países","id-card-read-timeout":"A leitura do Cartão demorou demasiado tempo. Por favor feche o browser e tente de novo","zeal-id":"ZealID","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Aprovar o pedido de identificação no sua aplicação FREJA eID","try-again":"Tente novamente","pre-sign-confirmation":"Depois de clicar em \\"Assinar\\", iremos identificá-lo usando o {method} e criaremos uma assinatura juridicamente vinculativa.","login-method":"Método de login:","finnish-online-bank":"Banco online finlandês","online-bank":"Banco Online","or":"ou","transaction-id":"id de transação","sign-in-evrotrust-app":"Assine este documento em seu aplicativo Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Outros países","email-sms":"Email/SMS","email-code-sent":"Um e-mail com o código foi enviado para","sms-code-sent":"Um SMS com o código foi enviado para","your-code":"O seu código","signature-method":"Método de assinatura","username-or-email":"Nome de usuário ou email","cell-phone":"Telemóvel","including-calling-code":"com código do país incluindo \\"+\\", exemplo +35112345678","enter-temp-security-code":"Inserir código de segurança temporário","mobile-key-signing-info":"Pode encontrar mais informação sobre o processo de assinatura com a chave móvel em https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta ação é definitiva e irreversível.","you-have-5-minutes-to-enter-the-code":"Tem 5 minutos para introduzir o código antes que expire","confirm":"confirme","after-confirmation-following-docs-will-be-signed":"Após a confirmação, os seguintes documentos serão assinados:","code-by-sms":"Código por SMS","confirmation-code-will-be-sent-to":"Um código de confirmação será enviado para:","continue":"Continue","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"PIN de assinatura da CMD","approve-sign-request-on-freja-app":"Aprove a solicitação de assinatura na sua aplicação FREJA eID","no-required-software":"Você não tem o software necessário instalado para concluir esta ação. Siga as instruções em https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Assine com meu banco","card-number":"número do cartão","your-sms-otp-code":"Seu código sms otp"}')},b791:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".NoBankIdButton_reset-list_3-emo{margin:0;padding:0;list-style:none;display:block}.NoBankIdButton_uppercase-sm_e65W5{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.NoBankIdButton_icon_1PvLF{display:block;width:102px;height:auto;margin-top:-1px}",""]),e.locals={"reset-list":"NoBankIdButton_reset-list_3-emo","uppercase-sm":"NoBankIdButton_uppercase-sm_e65W5",icon:"NoBankIdButton_icon_1PvLF"},t.exports=e},b83c:function(t,e,a){var n=a("0f44");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("474c03b4",n,!0,{sourceMap:!1,shadowMode:!1})},b860:function(t,e,a){"use strict";var n=a("de00"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},b878:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 00160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z"}}),a("path",{attrs:{d:"M255.999 171.994l8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z"}})])]))}}},ba47:function(t,e,a){var n=a("170b");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("6a367a06",n,!0,{sourceMap:!1,shadowMode:!1})},bae7:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v113.8H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 227.6h513V342H0z"}}),a("path",{attrs:{fill:"#0070C8",d:"M126 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"none",stroke:"#000","stroke-miterlimit":"10",d:"M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z"}}),a("path",{attrs:{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}}),a("path",{attrs:{fill:"#6DA544",d:"M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z"}}),a("g",{attrs:{fill:"#FFDA00",stroke:"#000","stroke-miterlimit":"10"}},[a("path",{attrs:{d:"M230.7 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zM246 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM261.3 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM277.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM293.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM308.1 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z"}})])]))}}},bb08:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".ChallengeLoader_reset-list_1Wqnf{margin:0;padding:0;list-style:none;display:block}.ChallengeLoader_uppercase-sm_3yrzi{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ChallengeLoader_challenge_238rc{text-align:center;color:#003168}.ChallengeLoader_loader_2agEm{font-size:14px;display:block;margin-left:auto;margin-right:auto;margin-bottom:24px}.ChallengeLoader_challengeTitle_3MmFo{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.03667em}.ChallengeLoader_challengeCode_3tymB{font-size:28px;font-weight:700;letter-spacing:.005357em}.ChallengeLoader_challengeCode_3tymB,.ChallengeLoader_userInstructions_2wXWJ{margin-bottom:16px}",""]),e.locals={"reset-list":"ChallengeLoader_reset-list_1Wqnf","uppercase-sm":"ChallengeLoader_uppercase-sm_3yrzi",challenge:"ChallengeLoader_challenge_238rc",loader:"ChallengeLoader_loader_2agEm",challengeTitle:"ChallengeLoader_challengeTitle_3MmFo",challengeCode:"ChallengeLoader_challengeCode_3tymB",userInstructions:"ChallengeLoader_userInstructions_2wXWJ"},t.exports=e},bb2f:function(t,e,a){var n=a("d039");t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},bb69:function(t){t.exports=JSON.parse('{"no-ee-id-card":"ID card not found. Please check if the card is in the reader and restart the browser. The software can be installed from the page www.id.ee.","yes":"Yes","no":"No","phone-number":"phone number","idcode":"personal identity code","country":"Country","Sign":"Sign","USER_REFUSED":"User did not wish to proceed and canceled the action","mobile-id":"Mobile ID","id-card":"ID card","smart-id":"Smart-ID","no-lv-id-card":"No Latvian ID card found. Please make sure you have card inserted and software installed from https://www.eparaksts.lv/en/Downloads. For signatures please make sure the eParaksts plugin for browser is installed and activated.","no-lt-id-card":"No Lithuanian ID card found. Please make sure you have card inserted and software installed from http://www.nsc.vrm.lt/downloads.htm. For signatures is also needed browser plugin from https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No Portugal ID card found. Please make sure you have card inserted and software installed from https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No Serbian ID card found. Please make sure you have card inserted and software installed from http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No Finnish ID card found. Please see software installation instructions from: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No Belgium ID card found. Please make sure you have card inserted and software installed from https://eid.belgium.be. Please restart the browser if the error persists.","confirm-doc-check-and-sign":"Did you understand the document contents and are ready to finalize the signature?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"This field is required","your-verification-code":"Your verification code:","cancel":"Cancel","no-response-error":"Something went wrong. Make sure you\'re connected to the Internet, then try again.","back":"Back","no-matching-countries":"No matching countries","id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Approve the identification request on your FREJA eID app","try-again":"Try Again","pre-sign-confirmation":"After clicking \\"Sign\\" we will identify you using {method} and create a legally binding signature.\\n","login-method":"Login method:","finnish-online-bank":"Finnish Online Bank","online-bank":"Online Bank","or":"or","transaction-id":"Transaction ID","sign-in-evrotrust-app":"Please sign this document in your Evrotrust app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Other countries","email-sms":"Email/SMS","email-code-sent":"An email with the code has been sent to","sms-code-sent":"An SMS with the code has been sent to","your-code":"Your code","signature-method":"Signature method","username-or-email":"Username or email","cell-phone":"Cell phone","including-calling-code":"with country code including \\"+\\", example +35112345678","enter-temp-security-code":"Enter temporary security code","mobile-key-signing-info":"You can find more information about the mobile key signing process at https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"This action is definitive and irreversible.","you-have-5-minutes-to-enter-the-code":"You have 5 minutes to enter the code before it expires.","confirm":"Confirm","after-confirmation-following-docs-will-be-signed":"After confirmation, the following documents will be signed:","code-by-sms":"Code by SMS","confirmation-code-will-be-sent-to":"A confirmation code will be sent to:","continue":"Continue","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signature pin","approve-sign-request-on-freja-app":"Approve the signing request on your FREJA eID app","no-required-software":"You do not have the necessary software installed to complete this action. Please follow the instructions at https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Sign with my bank","card-number":"card number","your-sms-otp-code":"Your sms otp code"}')},bb85:function(t,e,a){"use strict";var n=a("4d80"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},bbcb:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 322.783h512v103.88H0zM0 85.337h512v104.515H0z"}})]),a("path",{attrs:{d:"M0 210.877h512v89.656H0z"}})]))}}},bc24:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 .1h513v90.7H0zM0 251.3h513V342H0z"}})]),a("circle",{attrs:{fill:"#FFF",cx:"256.5",cy:"171",r:"65.9"}})]))}}},bc69:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 44"},p)},h),o.concat([a("defs",[a("linearGradient",{attrs:{id:"id-4a",x1:"124.883",y1:"17.983",x2:"117.483",y2:"2.113",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".006","stop-color":"#bfbfbd"}}),a("stop",{attrs:{offset:".046","stop-color":"#c7c7c5"}}),a("stop",{attrs:{offset:".276","stop-color":"#efefef"}}),a("stop",{attrs:{offset:".393","stop-color":"#fff"}})]),a("linearGradient",{attrs:{id:"id-5b",x1:"116.71",y1:"31.343",x2:"102.594",y2:"14.521",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#df8200"}}),a("stop",{attrs:{offset:".392","stop-color":"#f0a800"}}),a("stop",{attrs:{offset:".713","stop-color":"#ffcb00"}}),a("stop",{attrs:{offset:"1","stop-color":"#ffcb00"}})]),a("linearGradient",{attrs:{id:"id-6c",x1:"106.335",y1:"23.516",x2:"140.192",y2:"23.516",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#fcc200"}}),a("stop",{attrs:{offset:"1","stop-color":"#ffcb00"}})])]),a("path",{attrs:{d:"M133.293 1.094h-13.627v19.322a42.906 42.906 0 016.919-4.057V8.011h6.708v.013a9.777 9.777 0 010 19.555v.006h-6.708v-6.037c0-.173-.157-.171-.236-.113a31.892 31.892 0 00-6.683 6.25v6.825h13.627a16.707 16.707 0 000-33.415z",fill:"#fff"}}),a("path",{attrs:{fill:"url(#id-4a)",d:"M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"}}),a("path",{attrs:{fill:"url(#id-5b)",d:"M106.335 11.382h6.634v23.101h-6.634z"}}),a("path",{attrs:{d:"M140.191 13.257a.789.789 0 00-.2-.505.935.935 0 00-.82-.191 42.336 42.336 0 00-32.84 21.922h6.634c7.037-12.392 17.369-17.99 26.691-20.609.416-.138.544-.391.535-.617z",fill:"url(#id-6c)"}}),a("path",{attrs:{d:"M6.362 11.314v2.906a6.654 6.654 0 016.362-3.707 6.411 6.411 0 016.313 3.858 7.37 7.37 0 017.013-3.858 7.432 7.432 0 015.611 2.154c1.4 1.5 1.854 3.107 1.854 6.664v15.178h-6.363V20.532c0-3.157-1.152-4.659-3.558-4.659-2.353 0-3.706 1.7-3.706 4.659v13.977h-6.362V20.733c0-3.207-1.2-4.86-3.507-4.86-2.4 0-3.657 1.7-3.657 4.86v13.776H0v-23.2zM62.4 23.137c0 6.813-5.562 12.174-12.676 12.174-7.313 0-12.573-5.16-12.573-12.375 0-7.313 5.209-12.423 12.674-12.423A12.171 12.171 0 0162.4 23.137zm-18.837-.2c0 4.008 2.5 6.714 6.212 6.714 3.657 0 6.211-2.756 6.211-6.613 0-4.158-2.4-6.813-6.162-6.813s-6.258 2.704-6.258 6.711zM72.943 33.4c0 3.507-.7 5.862-2.205 7.414-1.553 1.653-4.129 2.5-7.085 2.5-.351 0-1 0-1.7-.049v-5.81h.947c2.155 0 3.407-1.5 3.407-4.058V11.314h6.635zM95.522 26.677l-.121-.033a6.191 6.191 0 01-11.422-2.205h18.135c.05-.45.05-1.1.05-1.251 0-7.464-5.16-12.674-12.524-12.674-7.215 0-12.27 5.111-12.27 12.374 0 7.214 5.256 12.424 12.621 12.424a12.147 12.147 0 0010.4-5.574zm-5.831-10.8a5.654 5.654 0 015.91 4.909H83.979c.602-3.16 2.657-4.913 5.712-4.913z",fill:"#fff"}}),a("path",{attrs:{d:"M109.652.685a3.969 3.969 0 11-3.969 3.968 3.971 3.971 0 013.969-3.968z",fill:"#ffcb00"}}),a("path",{attrs:{d:"M69.625.685a3.969 3.969 0 11-3.968 3.968A3.972 3.972 0 0169.625.685z",fill:"#fff"}})]))}}},bd3c:function(t,e,a){"use strict";var n=a("6e94"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},bdb5:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 630.5 198.46"},p)},h),o.concat([a("g",{attrs:{"data-name":"Ebene 2"}},[a("g",{attrs:{"data-name":"Ebene 1","fill-rule":"evenodd"}},[a("path",{attrs:{fill:"#008bd2",d:"M480.41 162.34h-13.27v-57.78h12.51v8.2l.48.13c.43-.52.87-1 1.29-1.57 4.77-6 11-9.16 18.72-9a35.28 35.28 0 016.66.63 15.68 15.68 0 0110.59 8l1.39 2.45c.73-.8 1.31-1.42 1.87-2.06 4-4.49 8.73-7.79 14.79-8.68 5-.74 10.06-.69 14.79 1.63a14.82 14.82 0 018.77 12.8c.15 1.75.23 3.52.23 5.27v38.15c0 .55 0 1.11-.09 1.81H545.8v-2.68c0-10.72 0-21.44-.17-32.15a32.68 32.68 0 00-1-6.87c-1-4.33-3.39-6.37-7.87-6.79a24.3 24.3 0 00-6.2.2 10.57 10.57 0 00-8.54 7.21 36.08 36.08 0 00-1.95 12.49c0 8.64 0 17.28-.06 25.91v2.71h-13.4c0-.82-.11-1.66-.11-2.49 0-8.32.07-16.64 0-25a87.78 87.78 0 00-.74-11.47c-1.09-7.54-5.38-10.61-12.94-9.63a13.4 13.4 0 00-12 12.39 93.65 93.65 0 00-.41 8.38c-.05 8.32 0 16.64 0 25z"}}),a("path",{attrs:{fill:"#004f82",d:"M194 0l17.82 9.47q-31.36 59-62.69 117.9l-17.82-9.48z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M11.46 186.76h37.85c.16 3.92.06 7.62 0 11.5H0V51c1.65-.52 45.55-.69 49.2-.18v11.32H11.46z"}}),a("path",{attrs:{fill:"#004f82",d:"M352.71 115.5v-9h9.46c.05.58.15 1.19.15 1.8v55.89c0 2.23-.23 4.47-.43 6.69-.51 5.61-3.32 9.91-7.67 13.3a26.45 26.45 0 01-13.18 5.3c-6.81.87-13.57.76-20.11-1.66-8.32-3.08-13.51-10.09-13.86-18.65 0-.47 0-.94.07-1.48h10.67c.07.71.16 1.33.2 2 .34 4.87 2.85 8.18 7.26 10.13a23.66 23.66 0 0011 1.58 28.05 28.05 0 004.74-.68c6.5-1.54 10.77-6 11.45-12.56.49-4.75.28-9.58.36-14.37 0-.11-.16-.22-.4-.54-.39.52-.75 1-1.1 1.47-5.52 7.57-13.06 10.41-22.2 9.47-12.82-1.33-21.1-11-23-23.13a40 40 0 011.43-19.42c4.33-12.49 15.12-18.51 28.05-17a21 21 0 0116 10.18c.19.31.42.59.64.89zm-37 18.43h.25c.07 1.35.09 2.71.22 4.06 1 10.11 7.07 16.23 16.87 16.92 10.29.72 17.51-4.7 19.33-14.82a34.67 34.67 0 00.27-8.58c-.85-11.52-9.52-18.71-21-17.58-7.34.73-12.65 5.06-14.61 12.21a76.76 76.76 0 00-1.3 7.79z"}}),a("path",{attrs:{fill:"#008bd2",d:"M618.66 141.41l11.05 6.09c-.32.65-.53 1.23-.84 1.74-6.39 10.38-15.59 15.76-27.87 15.66a37 37 0 01-11.12-1.44 26.29 26.29 0 01-17.18-15.58 36.18 36.18 0 01-.69-26.26 28.77 28.77 0 0126.66-19.28 41.65 41.65 0 0111 .88c10.9 2.68 17.37 9.66 19.87 20.44a41.45 41.45 0 01.92 11.74c-2.58.12-5.11 0-7.63 0h-38.58c-.81 7.83 5 15.71 12.46 16.78a30 30 0 008.57-.12 16 16 0 0010.81-6.93c.84-1.13 1.61-2.3 2.57-3.72zm-33.8-15.09h31.4a12.64 12.64 0 00-9-11.83 21 21 0 00-12.26-.06c-5.83 1.78-8.62 6.17-10.14 11.89z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M187 68.88v129.17c-1.86.48-46.49.58-49.27.1v-11.21c6.24-.33 12.52-.09 18.79-.13s12.46 0 19 0c.05-1.07.13-2 .13-2.91v-71.74-20.87a6.24 6.24 0 01.5-2.77c3.45-6.59 7-13.13 10.48-19.68z"}}),a("path",{attrs:{fill:"#004f82",d:"M427.76 162.32a6.32 6.32 0 01-1 .2h-8.92v-2.67c0-10.08.05-20.15 0-30.23a33.15 33.15 0 00-.81-6.87c-1.19-5.4-4.59-8.67-10.1-9.51-6.24-.95-11.95.14-16.55 4.85a12.62 12.62 0 00-3.61 7.66 67.31 67.31 0 00-.42 6.94v29.66h-9.48v-56h9.33v8.21a13.2 13.2 0 001.09-1c5.86-7.6 13.82-9.92 23-8.91a24.68 24.68 0 016.92 1.79c6 2.58 9.29 7.35 10.32 13.72a28.63 28.63 0 01.36 4.53v35.74c-.04.57-.09 1.21-.13 1.89zM227.54 153l8.13-5.42 1.41 2.13c4.19 6.16 10.51 7.59 16.61 6.26a10.42 10.42 0 004.54-2.49 7 7 0 00-.9-11.15 41.64 41.64 0 00-6.27-2.92c-3.52-1.51-7.14-2.81-10.57-4.49a32.28 32.28 0 01-6-4c-7-5.65-5.57-14.06-2.07-18.94a17.16 17.16 0 019.49-6.57 27.37 27.37 0 0118.1.89 16.71 16.71 0 019.56 9.29l-7.77 4.73c-.43-.68-.75-1.21-1.09-1.73a13.74 13.74 0 00-15.28-5.59 8 8 0 00-5.77 5.86 5.12 5.12 0 001.6 5.66 24.4 24.4 0 005.25 3.27c2.24 1 4.68 1.61 7 2.48 2.76 1 5.53 2.09 8.21 3.31 11.81 5.36 9.9 20.36 3.38 26.06a20.29 20.29 0 01-10.92 5.07 33.14 33.14 0 01-13.79-.9A20.82 20.82 0 01227.54 153z"}}),a("path",{attrs:{fill:"#008bd2",d:"M126.87 153.83v8.83h-66.1v-8.83z"}}),a("path",{attrs:{fill:"#004f82",d:"M282.69 106.42h9.68v56c-.62 0-1.17.13-1.71.13h-8zM461.5 139.36h-28.56V130h28.56z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M137.66 62.13V50.69h22.62c-.64 1.28-1.16 2.33-1.71 3.37-1.19 2.26-2.36 4.53-3.64 6.75-.32.55-1 1.26-1.5 1.27-5.18.09-10.37.05-15.77.05z"}}),a("path",{attrs:{fill:"#004f82",d:"M129.6 142.37c-.25-6.94-.47-13.43-.72-20.39l18.05 9.58zM287.42 86.52a7.15 7.15 0 117.13-7.1 7 7 0 01-7.13 7.1z"}})])])]))}}},bde3:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},p)},h),o.concat([a("path",{attrs:{fill:"#009E49",d:"M0 0h900v600H0V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0l947 300L0 600V0z"}}),a("path",{attrs:{fill:"#FFD00D",d:"M0 26.1L870 300 0 573.9V26.1z"}}),a("path",{attrs:{fill:"#2D2D2D",d:"M0 0l450 300L0 600V0z"}}),a("path",{attrs:{fill:"#D3132F",d:"M0 35l397.5 265L0 565V35z"}})]))}}},beaf:function(t,e,a){var n=a("a053");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("7bc714fa",n,!0,{sourceMap:!1,shadowMode:!1})},bf1d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 139 69.098"},p)},h),o.concat([a("g",{attrs:{fill:"#06c","fill-rule":"evenodd"}},[a("path",{attrs:{d:"M28.542 24.7a116.572 116.572 0 00-12.862-1.2q-3.671 0-4.746.677a2.352 2.352 0 00-1.074 2.142 2.04 2.04 0 001.446 2.032 55.742 55.742 0 007.413 1.656q5.967 1.092 8.489 3.575t2.521 8.055q0 12.2-14.9 12.195a63.78 63.78 0 01-11.864-1.355l-2.372-.452.3-8.43a116.258 116.258 0 0012.788 1.2 11.347 11.347 0 004.893-.714 2.311 2.311 0 001.3-2.146 2.22 2.22 0 00-1.374-2.104 34.956 34.956 0 00-7.117-1.657q-5.749-.976-8.566-3.312T0 26.544q0-5.982 4-9.033a16.528 16.528 0 0110.308-3.049 68.307 68.307 0 0111.935 1.431l2.447.451zM36.96 69.098V15.37h10.108v2.044q4.94-2.952 8.665-2.952 7.675 0 11.324 4.579t3.649 15.55q0 10.974-4.029 15.248t-13.225 4.275a34.856 34.856 0 01-5.4-.454l-.912-.152v15.59zm16.8-45.555a15.513 15.513 0 00-5.7 1.135l-.912.378v19.827a44.126 44.126 0 005.548.454q4.407 0 6.043-2.573t1.634-8.778q0-10.442-6.613-10.443zM139 0v52.924h-10v-1.587a21.937 21.937 0 01-9.093 2.5q-8.194 0-11.424-4.763t-3.229-15.089q0-10.32 3.871-15.046t11.687-4.725a41.244 41.244 0 016.689.756l1.428.3V0zm-11.124 43.852l1.053-.226V23.741a41.461 41.461 0 00-7.366-.756q-6.087 0-6.087 10.887 0 5.9 1.352 8.392a4.69 4.69 0 004.472 2.5 25.9 25.9 0 006.576-.908zM88.481 36.96a9.979 9.979 0 01-7.571-3.134 10.836 10.836 0 01-2.974-7.771 10.7 10.7 0 012.956-7.714 10.037 10.037 0 017.566-3.075 9.662 9.662 0 017.484 3.149 11.1 11.1 0 012.883 7.774 10.819 10.819 0 01-2.883 7.7 9.751 9.751 0 01-7.462 3.074M77.936 52.891a11.2 11.2 0 012.956-7.945 9.893 9.893 0 017.566-3.166 9.532 9.532 0 017.485 3.241 11.636 11.636 0 012.883 8.008"}})])]))}}},bf29:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z"}}),a("path",{attrs:{fill:"#D80027",d:"M244.769 249.888L10.199 103.71v312.754h234.57L61.193 249.888z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M98.003 324.433l-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zM88.268 191.662l-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z"}}),a("path",{attrs:{d:"M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165"}})])]))}}},bf60:function(t){t.exports=JSON.parse('{"no-ee-id-card":"No se ha encontrado la tarjeta de identificación. Por favor, compruebe que la tarjeta está insertada en el lector y reinicie el navegador. El software se puede instalar a través de la página www.id.ee.","yes":"Sí","no":"No","phone-number":"número de teléfono","idcode":"código de identidad personal","country":"País","Sign":"Firmar","USER_REFUSED":"El usuario no quiso continuar y canceló la acción","mobile-id":"Mobile ID","id-card":"Tarjeta de identificación","smart-id":"Smart-ID","no-lv-id-card":"No se ha encontrado ninguna tarjeta de identificación letona. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://www.eparaksts.lv/en/Downloads. Para las firmas, por favor asegúrese de que el plugin eParaksts para el navegador está instalado y activado.","no-lt-id-card":"No se ha encontrado ninguna tarjeta de identificación lituana. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://www.nsc.vrm.lt/downloads.htm. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No se ha encontrado ninguna tarjeta de identificación portuguesa. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado desde https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No se ha encontrado ninguna tarjeta de identificación serbia. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No se ha encontrado ninguna tarjeta de de identidad finlandesa. Por favor, consulte las instrucciones de instalación del software en: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No se ha encontrado ninguna tarjeta de identificación belga. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://eid.belgium.be. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"¿Ha entendido el contenido del documento y está dispuesto a firmarlo?","eparaksts-mobile":"eParaksts Mobile","powered-by-eideasy":"Con tecnología eIDEasy","log-in":"Acceder","this-field-is-required":"Este campo es obligatorio","your-verification-code":"Su código de verificación:","cancel":"Cancelar","no-response-error":"Algo ha ido mal. Asegúrese de que está conectado a internet e inténtelo de nuevo.","back":"Volver","no-matching-countries":"No hay países coincidentes","id-card-read-timeout":"La lectura de la tarjeta de identificación tardó demasiado. Por favor, cierre todas las ventanas abiertas del navegador e inténtelo de nuevo.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Apruebe la petición de identificación en su app FREJA eID","try-again":"Inténtelo de nuevo","pre-sign-confirmation":"Tras hacer clic en \\"Acceder\\" le identificaremos utilizando {method} y crearemos una firma vinculante legalmente.","login-method":"Método de acceso:","finnish-online-bank":"Banco online finlandés","online-bank":"Banco online","or":"o","transaction-id":"ID de la transacción","sign-in-evrotrust-app":"Por favor, firme este documento en su app Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Otros países","email-sms":"Email/SMS","email-code-sent":"Se ha enviado un email con el código a","sms-code-sent":"Se ha enviado un SMS con el código a","your-code":"Su código","signature-method":"Método de firma","username-or-email":"Nombre de usuario o correo electrónico","cell-phone":"Teléfono móvil","including-calling-code":"con código de país que incluye \\"+\\", ejemplo +35112345678","enter-temp-security-code":"Ingrese el código de seguridad temporal","mobile-key-signing-info":"Puede encontrar más información sobre el proceso de firma de claves móviles en https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta acción es definitiva e irreversible.","you-have-5-minutes-to-enter-the-code":"Tienes 5 minutos para ingresar el código antes de que caduque.","confirm":"Confirmar","after-confirmation-following-docs-will-be-signed":"Después de la confirmación, se firmarán los siguientes documentos:","code-by-sms":"Código via SMS","confirmation-code-will-be-sent-to":"Un código de confirmación fue enviado a:","continue":"Continuar","name":"Nombre","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin de firma digital","approve-sign-request-on-freja-app":"Apruebe la solicitud de firma en su app FREJA eID","no-required-software":"No tiene instalado el software necesario para completar esta acción. Siga las instrucciones en https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firmar con mi banco","card-number":"número de tarjeta","your-sms-otp-code":"Su código otp sms"}')},bfbe:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zM297.739 283.82l-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z"}})])]))}}},bfe4:function(t,e,a){"use strict";var n=a("ba47"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c023:function(t,e,a){"use strict";var n=a("6acb"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c04e:function(t,e,a){var n=a("861d");t.exports=function(t,e){if(!n(t))return t;var a,r;if(e&&"function"==typeof(a=t.toString)&&!n(r=a.call(t)))return r;if("function"==typeof(a=t.valueOf)&&!n(r=a.call(t)))return r;if(!e&&"function"==typeof(a=t.toString)&&!n(r=a.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},c0de:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},p)},h),o.concat([a("path",{attrs:{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}}),a("path",{attrs:{fill:"#fff",d:"M120 125l90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z"}})]))}}},c0e3:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 256.006L0 426.668V85.331z"}}),a("path",{attrs:{d:"M302.049 226.318l7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zM376.252 226.318l7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z"}})]))}}},c168:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 322.783h512v103.88H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 210.877h512v89.656H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 00-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zM234.658 152.766l2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zM258.006 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM281.353 152.766l2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zM304.7 152.766l2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zM328.048 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM258.006 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 128.482l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zM304.7 128.482l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zM328.048 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 104.198l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zM304.7 104.198l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zM328.048 104.198l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z"}})])]))}}},c180:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 233.5h512v51H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M168.7 86.5l12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zM85.4 32.5l7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z"}})])]))}}},c1f1:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M393.785 315.358L512 381.034v-65.676zM311.652 315.358L512 426.662v-31.474l-143.693-79.83zM458.634 426.662l-146.982-81.664v81.664z"}})]),a("path",{attrs:{fill:"#FFF",d:"M311.652 315.358L512 426.662v-31.474l-143.693-79.83z"}}),a("path",{attrs:{fill:"#D80027",d:"M311.652 315.358L512 426.662v-31.474l-143.693-79.83z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M90.341 315.356L0 365.546v-50.19zM200.348 329.51v97.151H25.491z"}})]),a("path",{attrs:{fill:"#D80027",d:"M143.693 315.358L0 395.188v31.474l200.348-111.304z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M118.215 196.634L0 130.958v65.676zM200.348 196.634L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z"}})]),a("path",{attrs:{fill:"#FFF",d:"M200.348 196.634L0 85.33v31.474l143.693 79.83z"}}),a("path",{attrs:{fill:"#D80027",d:"M200.348 196.634L0 85.33v31.474l143.693 79.83z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M421.659 196.636L512 146.446v50.19zM311.652 182.482V85.331h174.857z"}})]),a("path",{attrs:{fill:"#D80027",d:"M368.307 196.634L512 116.804V85.33L311.652 196.634z"}})]))}}},c209:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M513 0v171H0V0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"185.8",cy:"171.2",r:"117.8"}}),a("path",{attrs:{fill:"#D80027",d:"M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8"}})]))}}},c24d:function(t,e,a){var n=a("b791");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("706ba974",n,!0,{sourceMap:!1,shadowMode:!1})},c279:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".MobileIdButton_reset-list_3-2Pt{margin:0;padding:0;list-style:none;display:block}.MobileIdButton_uppercase-sm_27AA6{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MobileIdButton_icon_28p3J{display:block;width:112px;height:auto}",""]),e.locals={"reset-list":"MobileIdButton_reset-list_3-2Pt","uppercase-sm":"MobileIdButton_uppercase-sm_27AA6",icon:"MobileIdButton_icon_28p3J"},t.exports=e},c2cb:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}})]))}}},c430:function(t,e){t.exports=!1},c52f:function(t,e,a){"use strict";var n=a("6757"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c58a:function(t,e,a){"use strict";var n=a("921c"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c6b6:function(t,e){var a={}.toString;t.exports=function(t){return a.call(t).slice(8,-1)}},c6c1:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:["Icon_icon__svg__unUkd",c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 80 80",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("path",{attrs:{d:"M4.28 57.34C.91 53.97-.837 47.446.396 42.844l6.728-25.108c1.233-4.603 6.01-9.38 10.613-10.613L42.844.395C47.446-.838 53.97.91 57.34 4.28l18.38 18.38c3.37 3.362 5.116 9.893 3.894 14.495l-6.737 25.108c-1.233 4.603-6.01 9.38-10.613 10.613l-25.108 6.737C32.554 80.847 26.03 79.1 22.66 75.73L4.28 57.34z",fill:"#ff4612"}}),a("path",{attrs:{d:"M49.094 28.807c-2.389-.816-3.906-1.13-3.798-2.545.084-1.103.92-1.67 2.453-1.544 1.118.086 1.795.549 2.136 1.246a2.647 2.647 0 002.323 1.473c2.227.049 3.584-2.538 2.188-4.276-1.255-1.562-3.32-2.618-6.23-2.84-5.11-.393-8.33 1.892-8.63 5.782-.32 4.166 2.48 5.293 6.72 6.724 2.895.933 3.612 1.385 3.528 2.602-.09 1.18-1.125 1.765-2.697 1.652-1.31-.101-2.115-.62-2.494-1.398-.426-.882-1.38-1.37-2.354-1.39a2.617 2.617 0 00-1.947.786s-1.102 1.233-3.253 1.233c-1.563-.042-2.948-.883-2.948-3.072l.053-7.322a3.138 3.138 0 101.632-5.81 3.056 3.056 0 00-1.597.464l.004-2.689a1.717 1.717 0 00-1.715-1.726h-2.33a1.716 1.716 0 00-1.715 1.707l-.102 15.72c-.152 1.956-1.504 2.708-3.017 2.719-1.605 0-3.047-.84-3.047-3.072l.108-9.925a1.134 1.134 0 00-1.134-1.142h-3.487a1.134 1.134 0 00-1.133 1.125l-.11 11.327c-.04 4.721 3.68 6.845 8.803 6.845 2.144 0 3.615-.864 4.632-2.066 1.3 1.404 3.332 2.066 5.791 2.066 2.459 0 4.298-.322 6.124-1.358 1.27.747 2.89 1.215 4.852 1.365 5.306.408 8.535-1.985 8.853-6.122.277-3.69-2.495-5.17-6.462-6.54zM19.628 19.65a3.138 3.138 0 10-3.127-3.11 3.13 3.13 0 003.127 3.11zm36.84 23.117c-5.142 0-9.002 2.893-10.065 7.778-.29-4.576-3.209-7.32-7.511-7.32-3.002 0-4.965 1.348-6.118 3.156-1.31-2.03-3.502-3.156-6.235-3.156-2.536 0-10.544-.308-10.544 9.98v7.489a2.81 2.81 0 105.618 0v-8.226c0-2.386 1.347-4 3.579-4 2.04 0 3.23 1.422 3.23 3.97v8.271a2.81 2.81 0 005.62 0v-8.933c.22-2 1.462-3.309 3.462-3.309 2.155 0 3.309 1.423 3.309 3.97v8.273a2.81 2.81 0 105.617 0v-4.398c1.102 4.794 4.962 7.666 10.193 7.666 2.459 0 4.792-.752 6.488-1.985.06-.042.115-.084.172-.126.057-.041.133-.092.194-.143 0 0 0-.018.014-.024.092-.075.191-.148.28-.22 1.645-1.505.699-4.268-1.511-4.56a2.646 2.646 0 00-2.52 1.103c-.643.838-1.752 1.31-3.27 1.31-2.602 0-4.139-1.616-4.258-4.14h12.163a1.833 1.833 0 001.832-1.832v-.454c0-6.354-3.863-10.14-9.738-10.14zm-4.258 8.6c.157-2.602 1.764-4.1 4.219-4.1 2.602 0 3.864 1.617 3.983 4.1H52.21z",fill:"#fff"}})]))}}},c6cd:function(t,e,a){var n=a("da84"),r=a("ce4e"),i="__core-js_shared__",s=n[i]||r(i,{});t.exports=s},c713:function(t,e,a){var n=a("660c");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("540a7964",n,!0,{sourceMap:!1,shadowMode:!1})},c71d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#55B2FF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}}),a("path",{attrs:{fill:"#333",d:"M186 272.7l70.5-160.3L327 272.7z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}})]))}}},c7e4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},p)},h),o.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h363v242H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M57 96.9L14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z"}}),a("path",{attrs:{fill:"#D80027",d:"M75.6 40.6l11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M0 152.2h363v15.7H0zM0 183.6h363v15.7H0z"}})])]))}}},c890:function(t,e,a){"use strict";var n=a("3d74"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c8ba:function(t,e){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch(n){"object"===typeof window&&(a=window)}t.exports=a},c90f:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#496E2D"}},[a("path",{attrs:{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zM0 221.863h512v68.263H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M102.026 133.938l13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z"}})]))}}},c975:function(t,e,a){"use strict";var n=a("23e7"),r=a("4d64").indexOf,i=a("a640"),s=a("ae40"),o=[].indexOf,c=!!o&&1/[1].indexOf(1,-0)<0,l=i("indexOf"),u=s("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:c||!l||!u},{indexOf:function(t){return c?o.apply(this,arguments)||0:r(this,t,arguments.length>1?arguments[1]:void 0)}})},ca40:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 45 74"},p)},h),o.concat([a("image",{attrs:{overflow:"visible",width:"45",height:"74","xlink:href":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABKCAYAAAAv6914AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRh YmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0i aHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3Jp cHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8x LjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jl c291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBN TTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCMzAyMThGMzY4QzExRUM5NDQ2RDk1MDJDM0VFOEIyIiB4 bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCMzAyMThFMzY4QzExRUM5NDQ2RDk1MDJDM0VFOEIy IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChXaW5kb3dzKSI+IDx4bXBN TTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFMDZDMkJGMzY4QzExRUM5 Qjc0RDk3MjY4RDAzRUY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMDZDMkMwMzY4QzEx RUM5Qjc0RDk3MjY4RDAzRUY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4 bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+G4hu9QAAC9RJREFUeNrMm1uIHFkZx79TVX2byeSi D4KXRVhlFXGfVkFFEV/E68KuKIIXhPVhWUV8ySLoi6C4Cj5I8EFXWC8PC7K4CN4fVmEVNCw6ySSb mE12M0lnMp3MpTPT3TPdXef4nWt959Sp6s4mcbfhpC5d0/Wrf/2//zl1CTv4lR8BCIEN9Efof+Qq EMWy+x4/+3tTaLcz+NiD74DDh9uwh8szPoexPY7tJ9j+THclcEccp7LlOJ/bKTb5q1OcTkyT8/vY Erjzn3diO4ntQWx/wvaFW/3BOw39CWz/wfZGsu7n2B57tUJ/Hdtvw30YaxzF9ntsnVcT9I+x/TBc Kfz5jxjbvO2Vhm5j+yO2h6uABSlAbHfj/AlcvP+Vgn4LaIAP1wGDBTbLmBoNbE/j/Df+39AfMMBv nUths477679rivTOQTOmG36+iO1vYVGJiMLgK1w6EC7jUIhncfa1tx1adTzAoNFMf4UzT8wouJIl RBzYtvfh5BS2d91W6EYjWdzpj45d7d7odxYafSFEJbACigHLntD0hrndxi4L8Tqc/gtnP3dboPGH X59myTIk7JHnjncfGQ7G97Ra2QVR4V9zWjxbWFhnEwKfk24dt/slTr7HbhH6vYyxFQS++8CRDr++ tvOm0yd760sHW/fijp8J7RAWGy8nhzf24AF8rucfxW2fRvDGzUELU3AM/g4pO8JSBixhorHU5CdW 1mBzYzTodBofwv08HvqU+rXk3wiwN28GTgh+P/7dsonVeaCFrLlvI+wTLE1AAWNDtWFxqQXbmyNY WVmHhYUmCAZfRrKjswou9HNOIDkd6dERnxBv5zpWP5rMkW2/QMhvWVgJLoFBgWPOHWrD6bM96PV2 YbHTkBb+AcJ9lvs9X1xRao/CDsUBBQeA4B1c/7ukdgzM4B9og8+zJJF2MKAaXC7L9ZgesDsYw8rp dWi1UnlW5OdJbO/Gnfd4YAevGA2Mm/qADnjqKz6tgr4XO44VVPY9ygqqGVDtZ2cR2ZZQ7bPnN6G7 tgNLB5o2MI7LsTSCPBcmROjfPCy+yFRdEOj5URIpuAdQrmVU8w1OXQPqTVXTVdHEq5i9cQ4rZ67h sTF1LObTw3Yfgv26quByqnrg6aktRNImkSuXo7jmKZZZGxBljR3sMv6D2+gm8LQcwsuu8xe34OKl PqrdAiG83/00gnwnj0VaOA3mp8FlVx6kx08R6DFbaMxYAoifWVJYQqpcHAyDrCHhsf89dx1yziFN /S4Bl76Jx/GlvIgxlxrOt9bLVGUCzPXvKOhDOPMMQj7krEAsYRNDrwPPz0WiGG8fbMHq1R14cXUb lhabQLt3ppscp7wfd74VJgQnFphSH5sD4LRHxB/6Jyr6QVdo1gZW0URHm10PRF0IGnbvkKLiz1/Y hPH+FBYaKTTQOqkZDhovP4tA92Eb5hWZTBWeEoXtJ8Od3aNUZUzZVI03JRQzh8TAeNifZyz4JfOR 6XF9awhn0N93vfkIbO3vO1/yYiwtxyo3EGyBU7sQT1u1RWQ3GZ7aHYRb0pBGYQPkYO1BeAcGUWq5 JkMR1ob7kE4nsJfn9ue0MOayDGGyPJLPKiHMNLoHoaATDcCYA2YWiqzzgM33rGq8m6WQoVWEKLYR ZBBllz1L0JgjAoTAUvvMWkNDWmBGIM06eiDWOlXQ+JsyBqeCO4DIEDfsoqP+pYN0a67MASfMAVsr KDVZoXSxbA6oariCv6GUFMVpjnFMA4VFpboeuVE6ZgVWFCW1jDuIGqXl73D82t5/q4KmCosaO4SK ZwpYFWAIa5eLonPqpqagGKuwh+5oJsSfsQtNm8M3AyxtpQvRpUVRaF7kEXU9u9RcqnMDxGfY42aB bU5H1C1Ov5fRNOrq0gN7TmUPXg0NMxLChw08rdVNSkVXqA7FQdHlGk/bMxRenc+CpQkRquvmVSEm CelIgkKjcefBk2m0EBOzsQA25zVomBBVwEUhel208S74cNE0qdLRWGeGM+byr/ve3o2QhaiSI5rL kegD8GxTKXVSfRZuCdhsndGxhOfpwAr+slW6xtNyI1FjangZwIXSLF5oYfTZ025h5yhEfdtAzHNP xQF6aSGKg7Ce1jmdVBeaF4UQdOlsRo7NaQ/yQM1f8IALPwuVHs4agbqhFajPgdWDJax8v7dm4BTa wbdGIb+zB0ugGNUx//Q6K1SpXZkebK74iPoXfKVDPwvr6erCA783dDfS6tPDbmrvLs2VIBZYUODC Hti1qu2UPRjJXt8KzPkz9HLBy6rveuO2M3M6tAEBt0+MhfBV1p5OiKeBVXsZyl6fq9BETQ3SZIDI Adhe0KpeRF5ESaKylyzgF+SsUZCYoxIdMC9Hm1Xcqs7NQhF5UE6JKlg2b6zxGZ2Ls0QZ2J8333Fb iDWF5oCTosKcwDPG0xqC1wttgbko4tlT187z4jsuTCEyKI83IEgTT93ZY4sCospBwgcDUmzcxpyG 9AvReHqWb1noYXv5NcPTXIjaQqQJ4SLSAnNRTo6yPeawQqh6DbNgeNXCq5+POGVBeGoXBRhAG8WN PfzC863A/MsM70DqH+fqnfPKywBqh6qCo+tUulhPQ8IiVghsAiEsmwktk0PtiM2RHhQ4UNnB+ulR U2iM+Hae1CDbqkuuPDd+ZZXXWJ4NeBnYU95CR28JsIgVgu+j9z3MLYGskcHe/thcCMQ7GD8tggPg dL48TUreNfc2WBCDHjB5BSG0RftAGwY3RnB1eRWGOM1aGVEv0kwHxHkAjFXsAZOW0QE9o4P7Weqy 8h2j1mILdrcHsPZ8F2BvDP1LG+oxxsLhBZiMJv7fRZSFmLLWJm49R6VL9/GK8bX/bgerHSw1DyBw fwjdE5fQy0hxsKPANi9cg8HWsFCcR4BCYNIrFttzPBtcnRF9s6DOCvQAWOwtFQYtBB5sj6C7fAlU OLcbqnigmaltti5cx+8RvBlYhZNRnGcFC8tJKw448QdIdAwdjvbKr9TI/UngXQW8aoCbRd8tLDjA 9osbBbgD0MpxHvpWg/JcuO85WZ9AqGRYaBUel1jtxSYf3EBLLF/UlqDA9DUcA96/uAHD/kiCc9fD GXXV0y46DYsw100eSBKmQqW64NumgwpjOqxd/jcqPEXgTrN6dBSAj/qjMUuTPHbqy8vmoKTyuhCX stKAiEUu9sh6uaqNKbGzMWCXT64+icCDWmAK3kgB9nPoX+knR+56zZKK8RyCHAYvKXgJXhzXFwGl Xg9Kyko/yOeEzU4DNrtbYv3MWoLrPlOvcAAt9A18WaT5JFfPHItMNqPCwO/OPrk6A7/BX/hUNo+6 6hIHT2/aTOHqCz2xdb7HlGoYY1HgGKwdi+LOsYvnkgZPeSpy7sMGnQmXg65crf8+/sKj+qY6q4E1 O22imrKD7q50xe7lTabUzdJ64BDWvuiRk9EdZ8anMWBiDSEewr/6WfHENmYFskZ2GuPRRHRXLsMY fQzoZ5U4pZSoUZdblc0jL9NtJ6xccM7LKu74DfMe6l+9J7YhJR3VteQ4YmsoZC/HR/sM8ACit/dn qWuGl/pxFtevW0goxsvKChNtnJ81761eDE9mVgbGYXuaQnOhCdtrfXH11GW5U1S4XaOuCN9jK09z Cy3H2Fx1RFwkZSvoeflG+yexjWP1ndHxvHqEiwWXNRvQO98Tmy+sg3pVJkyIeaxgFeYEWE7HWmlu vuMkl1VCCHEMt/xqXXpm9Nl1s91Uj4e7p7piZ3UDYRvlgptlBZME5im9bhZcqjzGlmhQlxi5s4aE PTbrGiOzN+xbCy2Y7E/EFSy4vWs7OJ5s6feXhIi8BE3tIHyVubBvVxXQCpgbpXMljAQVaE6lbi72 EPkB/Ks/zPNcSRWi7OEG/aG4cvIS5Luy4NquQ6m1AlU3jyicE4UltJzucZU+mA6JscQ5/IuPY/vv vO+OZu3F9tL2+jasneoymKJEB9o+XAmWAgegPAJrVZ6Y5b1cQieqF8zhLybSRjfzwmvWe6l3ZuPc +kEVmtIS4X/UiapLIoyCcgpKFJbAEzMd5vox9JQ/Be3kay/nVej/CTAAGzPAIjmTKakAAAAASUVO RK5CYII="}})]))}}},ca60:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512V256H0z"}})]))}}},ca65:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M512 0v166.7L0 170.8V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"#D80027",d:"M89.8 92.5l17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z"}})]))}}},ca74:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.331h512v341.337H0z"}})]),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M189.746 160.439l-15.739-15.741-10.494 10.494-10.493-10.494-15.741 15.741 10.494 10.493-10.495 10.494 15.74 15.741 10.494-10.494 10.495 10.494 15.739-15.741-10.494-10.494zM211.478 85.331H512v111.315H211.478z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M211.478 315.353H512v111.304H211.478z"}})]))}}},ca84:function(t,e,a){var n=a("5135"),r=a("fc6a"),i=a("4d64").indexOf,s=a("d012");t.exports=function(t,e){var a,o=r(t),c=0,l=[];for(a in o)!n(s,a)&&n(o,a)&&l.push(a);while(e.length>c)n(o,a=e[c++])&&(~i(l,a)||l.push(a));return l}},caad:function(t,e,a){"use strict";var n=a("23e7"),r=a("4d64").includes,i=a("44d2"),s=a("ae40"),o=s("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:!o},{includes:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},cb05:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v114H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 227.9h513v114H0zM278.8 134.8c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z"}})]),a("g",{attrs:{fill:"#FFF",opacity:".5"}},[a("path",{attrs:{d:"M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zM89.2 98.9h22.3v24.4H89.2zM133.8 98.9h22.3v24.4h-22.3zM178.4 98.9h22.3v24.4h-22.3zM223 98.9h22.3v24.4H223zM267.7 98.9H290v24.4h-22.3zM312.3 98.9h22.3v24.4h-22.3zM356.9 98.9h22.3v24.4h-22.3zM401.5 98.9h22.3v24.4h-22.3zM446.1 98.9h22.3v24.4h-22.3zM490.7 98.9H513v24.4h-22.3zM44.6 216.9h22.3v25.5H44.6zM0 216.9h22.3v25.5H0zM89.2 216.9h22.3v25.5H89.2zM133.8 216.9h22.3v25.5h-22.3zM178.4 216.9h22.3v25.5h-22.3zM223 216.9h22.3v25.5H223zM267.7 216.9H290v25.5h-22.3zM312.3 216.9h22.3v25.5h-22.3zM356.9 216.9h22.3v25.5h-22.3zM401.5 216.9h22.3v25.5h-22.3zM446.1 216.9h22.3v25.5h-22.3zM490.7 216.9H513v25.5h-22.3z"}})])]))}}},cb7e:function(t,e,a){var n=a("08fc");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1babb41c",n,!0,{sourceMap:!1,shadowMode:!1})},cb85:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}})]))}}},cba4:function(t,e,a){var n=a("d5b5");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("a6b6e3d8",n,!0,{sourceMap:!1,shadowMode:!1})},cc12:function(t,e,a){var n=a("da84"),r=a("861d"),i=n.document,s=r(i)&&r(i.createElement);t.exports=function(t){return s?i.createElement(t):{}}},cc17:function(t,e,a){var n=a("4a35");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("5bdd68be",n,!0,{sourceMap:!1,shadowMode:!1})},cca6:function(t,e,a){var n=a("23e7"),r=a("60da");n({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r})},ccb7:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#232323",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}}),a("path",{attrs:{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}}),a("path",{attrs:{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"170.7",r:"80.7"}}),a("path",{attrs:{d:"M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z"}})]))}}},ccc4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v114H0zM0 228h512v114H0z"}}),a("circle",{attrs:{fill:"#FFDA44",stroke:"#d6ab00","stroke-width":"5",cx:"256.5",cy:"171",r:"40"}})]))}}},cd2f:function(t,e,a){"use strict";var n=a("e8cb"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},cdb5:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#FF9811",d:"M0 228h513v114H0z"}})]))}}},cdf9:function(t,e,a){var n=a("825a"),r=a("861d"),i=a("f069");t.exports=function(t,e){if(n(t),r(e)&&e.constructor===t)return e;var a=i.f(t),s=a.resolve;return s(e),a.promise}},ce4e:function(t,e,a){var n=a("da84"),r=a("9112");t.exports=function(t,e){try{r(n,t,e)}catch(a){n[t]=e}return e}},ce7d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},p)},h),o.concat([a("path",{attrs:{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}}),a("path",{attrs:{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}}),a("path",{attrs:{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}}),a("circle",{attrs:{fill:"#205CCA",cx:"11.3",cy:"7.5",r:"5.2"}}),a("path",{attrs:{fill:"#FFDB3D",d:"M11.2 9.2L8.8 11l.9-2.9-2.4-1.8h3l1-2.8 1 2.9h3l-2.4 1.8.9 2.9-2.6-1.9zm0-1l.9.6-.3-1.1.9-.7h-1.1l-.4-1.1-.4 1.1H9.7l.9.7-.3 1.1c0 .1.9-.6.9-.6z"}})]))}}},ceca:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M512 0H0v342"}}),a("path",{attrs:{fill:"#FFDA44",d:"M307.7 0L0 194.5V342h206.9L513 148.5V0z"}}),a("path",{attrs:{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M141.1 187l31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z"}})])]))}}},cf46:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#00745a",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 152.111l4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zM202.112 175.683l8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zM162.662 215.132l11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zM309.889 175.683l-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zM349.338 215.132l-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z"}})]),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zM187.977 306.12a74.138 74.138 0 008.85 15.073h118.345a74.13 74.13 0 008.85-15.073H187.977z"}})])]))}}},cf88:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".FormSectionSpacer_reset-list_x5brS{margin:0;padding:0;list-style:none;display:block}.FormSectionSpacer_uppercase-sm_3XM0F{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormSectionSpacer_spacer_BaryV{position:relative;text-align:center}.FormSectionSpacer_spacerText_1J1vC{display:inline-block;vertical-align:top;color:#3a3a3a}",""]),e.locals={"reset-list":"FormSectionSpacer_reset-list_x5brS","uppercase-sm":"FormSectionSpacer_uppercase-sm_3XM0F",spacer:"FormSectionSpacer_spacer_BaryV",spacerText:"FormSectionSpacer_spacerText_1J1vC"},t.exports=e},cfd3:function(t,e,a){"use strict";var n=a("d6d6"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d050:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".SignatureFrejaId_reset-list_opSw2{margin:0;padding:0;list-style:none;display:block}.SignatureFrejaId_uppercase-sm_6BKlm{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFrejaId_formContainer_2dna7{max-width:263px;margin:0 auto}",""]),e.locals={"reset-list":"SignatureFrejaId_reset-list_opSw2","uppercase-sm":"SignatureFrejaId_uppercase-sm_6BKlm",formContainer:"SignatureFrejaId_formContainer_2dna7"},t.exports=e},d056:function(t,e,a){var n=a("f418");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("5d9e7688",n,!0,{sourceMap:!1,shadowMode:!1})},d066:function(t,e,a){var n=a("428f"),r=a("da84"),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(r[t]):n[t]&&n[t][e]||r[t]&&r[t][e]}},d0b4:function(t,e,a){var n=a("1b2a");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("e288a0e0",n,!0,{sourceMap:!1,shadowMode:!1})},d0ed:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 129.3V212H203.7v129.3H121V212H0v-82.7h121V0h82.7v129.3z"}})]))}}},d13c:function(t){t.exports=JSON.parse('{"locale":"en","countries":{"AF":"Afghanistan","AL":"Albania","DZ":"Algeria","AS":"American Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua and Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaijan","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarus","BE":"Belgium","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BA":"Bosnia and Herzegovina","BW":"Botswana","BV":"Bouvet Island","BR":"Brazil","IO":"British Indian Ocean Territory","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodia","CM":"Cameroon","CA":"Canada","CV":"Cape Verde","KY":"Cayman Islands","CF":"Central African Republic","TD":"Chad","CL":"Chile","CN":"China","CX":"Christmas Island","CC":"Cocos (Keeling) Islands","CO":"Colombia","KM":"Comoros","CG":"Congo","CD":"Congo, the Democratic Republic of the","CK":"Cook Islands","CR":"Costa Rica","CI":"Cote D\'Ivoire","HR":"Croatia","CU":"Cuba","CY":"Cyprus","CZ":"Czech Republic","DK":"Denmark","DJ":"Djibouti","DM":"Dominica","DO":"Dominican Republic","EC":"Ecuador","EG":"Egypt","SV":"El Salvador","GQ":"Equatorial Guinea","ER":"Eritrea","EE":"Estonia","ET":"Ethiopia","FK":"Falkland Islands (Malvinas)","FO":"Faroe Islands","FJ":"Fiji","FI":"Finland","FR":"France","GF":"French Guiana","PF":"French Polynesia","TF":"French Southern Territories","GA":"Gabon","GM":"Gambia","GE":"Georgia","DE":"Germany","GH":"Ghana","GI":"Gibraltar","GR":"Greece","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard Island and McDonald Islands","VA":"Holy See (Vatican City State)","HN":"Honduras","HK":"Hong Kong","HU":"Hungary","IS":"Iceland","IN":"India","ID":"Indonesia","IR":"Iran, Islamic Republic of","IQ":"Iraq","IE":"Ireland","IL":"Israel","IT":"Italy","JM":"Jamaica","JP":"Japan","JO":"Jordan","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"North Korea","KR":"South Korea","KW":"Kuwait","KG":"Kyrgyzstan","LA":"Lao People\'s Democratic Republic","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MO":"Macao","MG":"Madagascar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Marshall Islands","MQ":"Martinique","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Mexico","FM":"Micronesia, Federated States of","MD":"Moldova, Republic of","MC":"Monaco","MN":"Mongolia","MS":"Montserrat","MA":"Morocco","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Netherlands","NC":"New Caledonia","NZ":"New Zealand","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolk Island","MK":"North Macedonia, Republic of","MP":"Northern Mariana Islands","NO":"Norway","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":["State of Palestine","Palestine"],"PA":"Panama","PG":"Papua New Guinea","PY":"Paraguay","PE":"Peru","PH":"Philippines","PN":"Pitcairn","PL":"Poland","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RE":"Reunion","RO":"Romania","RU":["Russian Federation","Russia"],"RW":"Rwanda","SH":"Saint Helena","KN":"Saint Kitts and Nevis","LC":"Saint Lucia","PM":"Saint Pierre and Miquelon","VC":"Saint Vincent and the Grenadines","WS":"Samoa","SM":"San Marino","ST":"Sao Tome and Principe","SA":"Saudi Arabia","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapore","SK":"Slovakia","SI":"Slovenia","SB":"Solomon Islands","SO":"Somalia","ZA":"South Africa","GS":"South Georgia and the South Sandwich Islands","ES":"Spain","LK":"Sri Lanka","SD":"Sudan","SR":"Suriname","SJ":"Svalbard and Jan Mayen","SZ":"Eswatini","SE":"Sweden","CH":"Switzerland","SY":"Syrian Arab Republic","TW":["Taiwan, Province of China","Taiwan"],"TJ":"Tajikistan","TZ":"Tanzania, United Republic of","TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad and Tobago","TN":"Tunisia","TR":"Turkey","TM":"Turkmenistan","TC":"Turks and Caicos Islands","TV":"Tuvalu","UG":"Uganda","UA":"Ukraine","AE":"United Arab Emirates","GB":["United Kingdom","UK","Great Britain"],"US":["United States of America","USA"],"UM":"United States Minor Outlying Islands","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Virgin Islands, British","VI":"Virgin Islands, U.S.","WF":"Wallis and Futuna","EH":"Western Sahara","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabwe","AX":"Åland Islands","BQ":"Bonaire, Sint Eustatius and Saba","CW":"Curaçao","GG":"Guernsey","IM":"Isle of Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barthélemy","MF":"Saint Martin (French part)","RS":"Serbia","SX":"Sint Maarten (Dutch part)","SS":"South Sudan","XK":"Kosovo"}}')},d1e7:function(t,e,a){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!n.call({1:2},1);e.f=i?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},d26f:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M256 256v170.663H0V256h256z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.337V256H256V85.337h256z"}}),a("path",{attrs:{fill:"#0052B4",d:"M128 123.034l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}}),a("path",{attrs:{fill:"#D80027",d:"M384 293.697l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}})]))}}},d28b:function(t,e,a){var n=a("746f");n("iterator")},d2bb:function(t,e,a){var n=a("825a"),r=a("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,a={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(a,[]),e=a instanceof Array}catch(i){}return function(a,i){return n(a),r(i),e?t.call(a,i):a.__proto__=i,a}}():void 0)},d2c9:function(t,e,a){var n=a("5d86");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("ead67b48",n,!0,{sourceMap:!1,shadowMode:!1})},d2f4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M256 37.9l10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zM388.8 170.7l-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z"}})])]))}}},d31a:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0h513v38H0zM0 76h513v38H0zM0 152h513v38H0zM0 228h513v38H0zM0 304h513v38H0z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M0 0h256.5v190H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M47.8 141.9l-4-12.8-4.3 12.8H26.3l10.7 7.7-4 12.8 10.8-7.9 10.7 7.9-4.2-12.8 10.9-7.7zM104.2 141.9l-4.1-12.8-4.2 12.8H82.7l10.7 7.7-4.1 12.8 10.8-7.9 10.7 7.9-4-12.8 10.8-7.7zM160.6 141.9l-4.2-12.8-4 12.8h-13.5l10.9 7.7-4.2 12.8 10.8-7.9 10.9 7.9-4.2-12.8 10.8-7.7zM216.9 141.9l-4.1-12.8-4.2 12.8h-13.2l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4.2-12.8 10.9-7.7zM100.1 78.3l-4.2 12.8H82.7L93.4 99l-4.1 12.6 10.8-7.8 10.7 7.8-4-12.6 10.8-7.9h-13.4zM43.8 78.3l-4.3 12.8H26.3L37 99l-4 12.6 10.8-7.8 10.7 7.8L50.3 99l10.9-7.9H47.8zM156.4 78.3l-4 12.8h-13.5l10.9 7.9-4.2 12.6 10.8-7.8 10.9 7.8-4.2-12.6 10.8-7.9h-13.3zM212.8 78.3l-4.2 12.8h-13.2l10.7 7.9-4 12.6 10.7-7.8 10.8 7.8-4.2-12.6 10.9-7.9h-13.4zM43.8 27.7l-4.3 12.6H26.3L37 48.2l-4 12.7L43.8 53l10.7 7.9-4.2-12.7 10.9-7.9H47.8zM100.1 27.7l-4.2 12.6H82.7l10.7 7.9-4.1 12.7 10.8-7.9 10.7 7.9-4-12.7 10.8-7.9h-13.4zM156.4 27.7l-4 12.6h-13.5l10.9 7.9-4.2 12.7 10.8-7.9 10.9 7.9-4.2-12.7 10.8-7.9h-13.3zM212.8 27.7l-4.2 12.6h-13.2l10.7 7.9-4 12.7 10.7-7.9 10.8 7.9-4.2-12.7 10.9-7.9h-13.4z"}})])]))}}},d32e:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".ItsmeButton_reset-list_3J_tP{margin:0;padding:0;list-style:none;display:block}.ItsmeButton_uppercase-sm_1JYeG{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ItsmeButton_icon_1R0eh{display:block;width:29px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"ItsmeButton_reset-list_3J_tP","uppercase-sm":"ItsmeButton_uppercase-sm_1JYeG",icon:"ItsmeButton_icon_1R0eh"},t.exports=e},d3b7:function(t,e,a){var n=a("00ee"),r=a("6eeb"),i=a("b041");n||r(Object.prototype,"toString",i,{unsafe:!0})},d3c4:function(t){t.exports=JSON.parse('{"no-ee-id-card":"ID karte nav atrasta. Lūdzu, pārbaudiet, vai karte ir lasītājā, un restartējiet pārlūkprogrammu. Programmatūru var instalēt no vietnes www.id.ee.","yes":"Jā","no":"Nē","phone-number":"telefona numurs","idcode":"personas kods","country":"Valsts","Sign":"Parakstīties","USER_REFUSED":"Lietotājs nevēlējās turpināt un atcēla darbību","mobile-id":"Mobilais ID","id-card":"ID karte","smart-id":"Smart-ID","no-lv-id-card":"Latvijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.eparaksts.lv/lv/lejupielades. Parakstiem, lūdzu, pārliecinieties, vai ir instalēts un aktivizēts eParaksts pārlūka spraudnis.","no-lt-id-card":"Lietuvas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://www.nsc.vrm.lt/downloads.htm. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Portugāles ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Somijas ID karte nav atrasta. Lūdzu, sk. programmatūras instalēšanas instrukciju: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Beļģijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://eid.belgium.be. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no vietnes https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Vai sapratāt dokumenta saturu un esat gatavs pabeigt parakstu?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Nodrošina eIDEasy","log-in":"Pieslēgties","this-field-is-required":"Šis lauks ir obligāts","your-verification-code":"Jūsu verifikācijas kods:","cancel":"Atcelt","no-response-error":"Kaut kas nogāja greizi. Pārliecinieties, vai ir izveidots savienojums ar internetu, un tad mēģiniet vēlreiz.","back":"Atpakaļ","no-matching-countries":"Nav atbilstošu valstu","id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"GGGGMMDDXXXX","approve-id-request-on-freja-app":"Apstipriniet identifikācijas pieprasījumu savā FREJA eID lietotnē","try-again":"Mēģiniet vēlreiz","pre-sign-confirmation":"Pēc noklikšķināšanas uz \\"Parakstīt\\" mēs identificēsim jūs, izmantojot: {method,} un izveidosim juridiski saistošu parakstu.","login-method":"Pieslēgšanās metode:","finnish-online-bank":"Somijas internetbanka","online-bank":"Internetbanka","or":"vai","transaction-id":"Darījuma ID","sign-in-evrotrust-app":"Lūdzu, parakstiet šo dokumentu savā Evrotrust lietotnē.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Citas valstis","email-sms":"E-pasts/ SMS","email-code-sent":"E-pasts ar kodu ir nosūtīts uz","sms-code-sent":"SMS ar kodu ir nosūtīta uz","your-code":"Jūsu kods","signature-method":"Parakstīšanās metode","username-or-email":"Lietotājvārds vai e-pasts","cell-phone":"Mobilais telefons","including-calling-code":"ar valsts kodu, tostarp \\"+\\", piemēram, +35112345678","enter-temp-security-code":"Ievadiet pagaidu drošības kodu","mobile-key-signing-info":"Plašāku informāciju par mobilās atslēgas parakstīšanas procesu varat atrast vietnē https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šī darbība ir galīga un neatgriezeniska.","you-have-5-minutes-to-enter-the-code":"Jums ir 5 minūtes, lai ievadītu kodu, pirms tas beidzas.","confirm":"Apstiprināt","after-confirmation-following-docs-will-be-signed":"Pēc apstiprināšanas tiks parakstīti šādi dokumenti:","code-by-sms":"Kods pa SMS","confirmation-code-will-be-sent-to":"Apstiprināšanas kods tiks nosūtīts uz:","continue":"Turpināt","name":"Vārds","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitālā paraksta pin","approve-sign-request-on-freja-app":"Apstipriniet parakstīšanas lūgumu jūsu FREJA eID aplikācijā","no-required-software":"Jums nav instalēta nepieciešamā programmatūra, lai pabeigtu šo darbību. Lūdzu, izpildiet norādījumus vietnē https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts karte","sign-with-my-bank":"Parakstīties ar manu banku","card-number":"kartes numurs","your-sms-otp-code":"Jūsu SMS OTP kods"}')},d44e:function(t,e,a){var n=a("9bf2").f,r=a("5135"),i=a("b622"),s=i("toStringTag");t.exports=function(t,e,a){t&&!r(t=a?t:t.prototype,s)&&n(t,s,{configurable:!0,value:e})}},d539:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.332h512v341.337H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M384 156.705l5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zM313.791 185.786l15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zM284.71 255.995l16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zM313.791 326.204l7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zM454.209 326.204l-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zM483.29 255.995l-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zM454.209 185.788l-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zM176 138.665l80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zM144 255.998h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915l73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z"}})]),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z"}}),a("path",{attrs:{d:"M80 138.665L0 85.331v15.082l57.377 38.252zM176 138.665h22.623L256 100.413V85.331zM57.377 202.665L0 240.917v15.081l80-53.333zM176 202.665l80 53.333v-15.081l-57.377-38.252z"}})])]))}}},d582:function(t,e,a){var n=a("4f21");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1388459e",n,!0,{sourceMap:!1,shadowMode:!1})},d58f:function(t,e,a){var n=a("1c0b"),r=a("7b0b"),i=a("44ad"),s=a("50c4"),o=function(t){return function(e,a,o,c){n(a);var l=r(e),u=i(l),d=s(l.length),f=t?d-1:0,p=t?-1:1;if(o<2)while(1){if(f in u){c=u[f],f+=p;break}if(f+=p,t?f<0:d<=f)throw TypeError("Reduce of empty array with no initial value")}for(;t?f>=0:d>f;f+=p)f in u&&(c=a(c,u[f],f,l));return c}};t.exports={left:o(!1),right:o(!0)}},d5a4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#d01920",d:"M0 85.331h512v341.333H0z"}}),a("path",{attrs:{fill:"#017c3b",d:"M144.696 174.375h222.609v163.25H144.696z"}}),a("path",{attrs:{fill:"#FFF",d:"M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z"}})]))}}},d5b5:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".FormField_reset-list_2iCH_,.FormField_validationContainer_1nWbM,.FormField_validationMessage_dKt_k{margin:0;padding:0;list-style:none;display:block}.FormField_uppercase-sm_1iXuS{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormField_label_3OnLG{display:block;font-size:14px;color:#3a3a3a;line-height:1.1429;margin-bottom:8px;padding-left:16px;letter-spacing:.028571em;font-weight:400}.FormField_label_3OnLG:first-letter{text-transform:uppercase}.FormField_validationContainer_1nWbM{margin-top:8px}.FormField_validationMessage_dKt_k{font-size:12px;padding-left:16px;color:#dc3545}.FormField_validationMessage_dKt_k+.FormField_validationMessage_dKt_k{margin-top:4px}.FormField_instructions_3rpcl{margin-bottom:16px}.FormField_hidden_1qYji{display:none}",""]),e.locals={"reset-list":"FormField_reset-list_2iCH_",validationContainer:"FormField_validationContainer_1nWbM",validationMessage:"FormField_validationMessage_dKt_k","uppercase-sm":"FormField_uppercase-sm_1iXuS",label:"FormField_label_3OnLG",instructions:"FormField_instructions_3rpcl",hidden:"FormField_hidden_1qYji"},t.exports=e},d618:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Občanský průkaz se nepodařilo nalézt. Zkontrolujte, zda je karta zasunutá ve čtečce, a restartujte prohlížeč. Software lze nainstalovat ze stránky www.id.ee.","yes":"Ano","no":"Ne","phone-number":"telefonní číslo","idcode":"osobní identifikační kód","country":"Stát","Sign":"Zaregistrovat se","USER_REFUSED":"Uživatel nechtěl pokračovat a zrušil akci","mobile-id":"ID mobilního telefonu","id-card":"Průkaz totožnosti","smart-id":"Smart-ID","no-lv-id-card":"Nebyl nalezen žádný lotyšský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky https://www.eparaksts.lv/en/Downloads. V případě, že chcete soubory podepsat, tak se prosím ujistěte, že je nainstalován a aktivován plugin eParaksts pro prohlížeč.","no-lt-id-card":"Nebyl nalezen žádný litevský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky http://www.nsc.vrm.lt/downloads.htm. Pro podpisy je také potřeba plugin prohlížeče z https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Nebyl nalezen portugalský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Nebyl nalezen srbský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Nebyl nalezen finský průkaz totožnosti. Podívejte se prosím na pokyny k instalaci softwaru na: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nebyl nalezen belgický průkaz totožnosti. Ujistěte se, že máte vloženoý průkaz a nainstalovaný software z https://eid.belgium.be.","confirm-doc-check-and-sign":"Rozumíte obsahu dokumentu a jste připraveni finalizovat podpis?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Od společnosti eIDEasy","log-in":"Přihlásit se","this-field-is-required":"Toto pole je povinné","your-verification-code":"Váš ověřovací kód:","cancel":"Zrušit","no-response-error":"Něco se pokazilo. Ujistěte se, že máte připojení k internetu, a zkuste to znovu.","back":"Zpět","no-matching-countries":"Žádný odpovídající stát","id-card-read-timeout":"Čtení identifikační karty trvalo příliš dlouhou dobu. Zavřete prosím všechna otevřená okna prohlížeče a zkuste to znovu.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"RRRRMMDDXXXX","approve-id-request-on-freja-app":"Schvalte žádost o identifikaci v aplikaci FREJA eID.","try-again":"Zkusit znovu","pre-sign-confirmation":"Poté, co kliknete na tlačítko \\"Podepsat\\", vás identifikujeme pomocí {method} a vytvoříme právně závazný podpis.","login-method":"Způsob přihlášení:","finnish-online-bank":"Finská online banka","online-bank":"Online banka","or":"nebo","transaction-id":"ID transakce","sign-in-evrotrust-app":"Podepište tento dokument v aplikaci Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Ostatní země","email-sms":"E-mail/SMS","email-code-sent":"E-mail s kódem byl zaslán na adresu","sms-code-sent":"SMS s kódem byla zaslána na adresu","your-code":"Váš kód","signature-method":"Metoda podpisu","username-or-email":"Uživatelské jméno nebo email","cell-phone":"mobilní telefon","including-calling-code":"s kódem země včetně „+“, příklad +35112345678","enter-temp-security-code":"Zadejte dočasný bezpečnostní kód","mobile-key-signing-info":"Další informace o procesu podepisování mobilního klíče naleznete na https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tato akce je definitivní a nevratná.","you-have-5-minutes-to-enter-the-code":"Máte 5 minut na zadání kódu, než vyprší jeho platnost.","confirm":"potvrdit","after-confirmation-following-docs-will-be-signed":"Po potvrzení budou podepsány následující dokumenty:","code-by-sms":"Kód SMS zprávou","confirmation-code-will-be-sent-to":"Potvrzovací kód bude zaslán:","continue":"Pokračovat","name":"Název","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitální podpis pin","approve-sign-request-on-freja-app":"Schvalte žádost o podpis v aplikaci FREJA eID","no-required-software":"K dokončení této akce nemáte nainstalovaný potřebný software. Postupujte podle pokynů na adrese https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Podepište s mou bankou","card-number":"číslo karty","your-sms-otp-code":"Váš sms otp kód"}')},d63c:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#E52D42",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z"}}),a("path",{attrs:{fill:"#F8DD4E",d:"M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z"}})]))}}},d6be:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},d6cb:function(t,e,a){"use strict";var n=a("07c6"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},d6d6:function(t,e,a){var n=a("2b8d");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("f764bdc4",n,!0,{sourceMap:!1,shadowMode:!1})},d784:function(t,e,a){"use strict";a("ac1f");var n=a("6eeb"),r=a("d039"),i=a("b622"),s=a("9263"),o=a("9112"),c=i("species"),l=!r((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),u=function(){return"$0"==="a".replace(/./,"$0")}(),d=i("replace"),f=function(){return!!/./[d]&&""===/./[d]("a","$0")}(),p=!r((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var a="ab".split(t);return 2!==a.length||"a"!==a[0]||"b"!==a[1]}));t.exports=function(t,e,a,d){var h=i(t),v=!r((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=v&&!r((function(){var e=!1,a=/a/;return"split"===t&&(a={},a.constructor={},a.constructor[c]=function(){return a},a.flags="",a[h]=/./[h]),a.exec=function(){return e=!0,null},a[h](""),!e}));if(!v||!g||"replace"===t&&(!l||!u||f)||"split"===t&&!p){var m=/./[h],y=a(h,""[t],(function(t,e,a,n,r){return e.exec===s?v&&!r?{done:!0,value:m.call(e,a,n)}:{done:!0,value:t.call(a,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:f}),M=y[0],b=y[1];n(String.prototype,t,M),n(RegExp.prototype,h,2==e?function(t,e){return b.call(t,this,e)}:function(t){return b.call(t,this)})}d&&o(RegExp.prototype[h],"sham",!0)}},d81d:function(t,e,a){"use strict";var n=a("23e7"),r=a("b727").map,i=a("1dde"),s=a("ae40"),o=i("map"),c=s("map");n({target:"Array",proto:!0,forced:!o||!c},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},d98c:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}}),a("path",{attrs:{fill:"#0052B4",d:"M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z"}}),a("path",{attrs:{fill:"#FFF",d:"M0-.3h256v171H0V-.3z"}}),a("path",{attrs:{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#A2001D"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z"}}),a("path",{attrs:{d:"M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54z"}}),a("path",{attrs:{d:"M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zM256 170.7v-15l-57-38h-23l80 53z"}})]),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73z"}}),a("path",{attrs:{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zM256 147.7v-30h-46l46 30zm-96 23v-49l73 49h-73z"}})]),a("path",{attrs:{fill:"#5DA51E",stroke:"#45602C","stroke-width":"4","stroke-miterlimit":"10",d:"M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z"}}),a("path",{attrs:{fill:"#E2DD24",stroke:"#525625","stroke-width":"4","stroke-miterlimit":"10",d:"M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z"}})]))}}},d9f8:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h171v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M342 0h171v342H342zM198.92 113.58H256v64.8h-57.08zM309.16 228.68L256 243.18v-64.8h57.08z"}}),a("path",{attrs:{fill:"#BC8B00",d:"M182.24 95.92v92.2c0 34.32 27.26 54.17 48.63 64.46-.8 1.37 25.13 8.26 25.13 8.26s25.93-6.9 25.13-8.26c21.38-10.29 48.63-30.14 48.63-64.46v-92.2H182.24zm129.86 92.2c0 16.88-10 29.43-32.76 43.9-8.62 5.48-17.54 9.03-23.34 11.01-5.8-1.98-14.72-5.53-23.34-11.01-22.76-14.47-32.76-28.02-32.76-43.9v-74.54h112.2v74.54z"}})]))}}},da41:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h512v113.775H0zM0 312.882h512v113.775H0z"}})])]))}}},da76:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#DB3E00",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#479900",d:"M331 0h182v342H331z"}}),a("path",{attrs:{d:"M0 0h181.8v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 126.7c-19.4 0-35.2 15.8-35.2 35.2v52.8h70.4v-52.8c0-19.5-15.8-35.2-35.2-35.2z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 84.3c-47.7 0-86.4 38.7-86.4 86.4S208.3 257 256 257s86.4-38.7 86.4-86.4-38.7-86.3-86.4-86.3zm0 157.7c-39.4 0-71.4-32-71.4-71.4 0-39.4 32-71.4 71.4-71.4 39.4 0 71.4 32 71.4 71.4 0 39.5-32 71.4-71.4 71.4z"}})]))}}},da84:function(t,e,a){(function(e){var a=function(t){return t&&t.Math==Math&&t};t.exports=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,a("c8ba"))},da92:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{d:"M0 85.333h512V426.67H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M0 134.196h512v48.868H0zM0 329.668h512v48.868H0z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M0 85.333h512v48.868H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 183.069h512v48.868H0zM0 280.806h512v48.868H0z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M0 378.542h512v48.128H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M276.992 255.996L106.329 426.659H0V85.333h106.329z"}}),a("path",{attrs:{d:"M256 255.996L85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}}),a("path",{attrs:{fill:"#D80027",d:"M102.465 202.57l13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M138.94 259.335l-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 001.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"}})]))}}},dbb4:function(t,e,a){var n=a("23e7"),r=a("83ab"),i=a("56ef"),s=a("fc6a"),o=a("06cf"),c=a("8418");n({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(t){var e,a,n=s(t),r=o.f,l=i(n),u={},d=0;while(l.length>d)a=r(n,e=l[d++]),void 0!==a&&c(u,e,a);return u}})},dc44:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".AtHandyButton_reset-list_1rFnU{margin:0;padding:0;list-style:none;display:block}.AtHandyButton_uppercase-sm_2AZx2{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AtHandyButton_icon_3kCsR{display:block;width:20px;height:auto;margin-right:8px;fill:#ce161e}",""]),e.locals={"reset-list":"AtHandyButton_reset-list_1rFnU","uppercase-sm":"AtHandyButton_uppercase-sm_2AZx2",icon:"AtHandyButton_icon_3kCsR"},t.exports=e},dc7d:function(t,e,a){"use strict";var n=a("764e"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},dca8:function(t,e,a){var n=a("23e7"),r=a("bb2f"),i=a("d039"),s=a("861d"),o=a("f183").onFreeze,c=Object.freeze,l=i((function(){c(1)}));n({target:"Object",stat:!0,forced:l,sham:!r},{freeze:function(t){return c&&s(t)?c(o(t)):t}})},dce3:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 228h513v114H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z"}}),a("path",{attrs:{d:"M297.6 142.2l5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z"}})])]))}}},dd85:function(t,e,a){"use strict";var n=a("c24d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},ddb0:function(t,e,a){var n=a("da84"),r=a("fdbc"),i=a("e260"),s=a("9112"),o=a("b622"),c=o("iterator"),l=o("toStringTag"),u=i.values;for(var d in r){var f=n[d],p=f&&f.prototype;if(p){if(p[c]!==u)try{s(p,c,u)}catch(v){p[c]=u}if(p[l]||s(p,l,d),r[d])for(var h in i)if(p[h]!==i[h])try{s(p,h,i[h])}catch(v){p[h]=i[h]}}}},de00:function(t,e,a){var n=a("57f2");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("c0aea858",n,!0,{sourceMap:!1,shadowMode:!1})},ded3:function(t,e,a){a("a4d3"),a("4de4"),a("4160"),a("e439"),a("dbb4"),a("b64b"),a("159b");var n=a("9523");function r(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function i(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?r(Object(a),!0).forEach((function(e){n(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):r(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}t.exports=i},df00:function(t,e,a){"use strict";var n=a("08f1"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},df64:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".IdCardButtonBe_reset-list_1F-Dq{margin:0;padding:0;list-style:none;display:block}.IdCardButtonBe_uppercase-sm_3olZ3{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonBe_icon_3FST8{display:block;width:39px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"IdCardButtonBe_reset-list_1F-Dq","uppercase-sm":"IdCardButtonBe_uppercase-sm_3olZ3",icon:"IdCardButtonBe_icon_3FST8"},t.exports=e},df75:function(t,e,a){var n=a("ca84"),r=a("7839");t.exports=Object.keys||function(t){return n(t,r)}},df7c:function(t,e,a){(function(t){function a(t,e){for(var a=0,n=t.length-1;n>=0;n--){var r=t[n];"."===r?t.splice(n,1):".."===r?(t.splice(n,1),a++):a&&(t.splice(n,1),a--)}if(e)for(;a--;a)t.unshift("..");return t}function n(t){"string"!==typeof t&&(t+="");var e,a=0,n=-1,r=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!r){a=e+1;break}}else-1===n&&(r=!1,n=e+1);return-1===n?"":t.slice(a,n)}function r(t,e){if(t.filter)return t.filter(e);for(var a=[],n=0;n<t.length;n++)e(t[n],n,t)&&a.push(t[n]);return a}e.resolve=function(){for(var e="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var s=i>=0?arguments[i]:t.cwd();if("string"!==typeof s)throw new TypeError("Arguments to path.resolve must be strings");s&&(e=s+"/"+e,n="/"===s.charAt(0))}return e=a(r(e.split("/"),(function(t){return!!t})),!n).join("/"),(n?"/":"")+e||"."},e.normalize=function(t){var n=e.isAbsolute(t),s="/"===i(t,-1);return t=a(r(t.split("/"),(function(t){return!!t})),!n).join("/"),t||n||(t="."),t&&s&&(t+="/"),(n?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(r(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,a){function n(t){for(var e=0;e<t.length;e++)if(""!==t[e])break;for(var a=t.length-1;a>=0;a--)if(""!==t[a])break;return e>a?[]:t.slice(e,a-e+1)}t=e.resolve(t).substr(1),a=e.resolve(a).substr(1);for(var r=n(t.split("/")),i=n(a.split("/")),s=Math.min(r.length,i.length),o=s,c=0;c<s;c++)if(r[c]!==i[c]){o=c;break}var l=[];for(c=o;c<r.length;c++)l.push("..");return l=l.concat(i.slice(o)),l.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){if("string"!==typeof t&&(t+=""),0===t.length)return".";for(var e=t.charCodeAt(0),a=47===e,n=-1,r=!0,i=t.length-1;i>=1;--i)if(e=t.charCodeAt(i),47===e){if(!r){n=i;break}}else r=!1;return-1===n?a?"/":".":a&&1===n?"/":t.slice(0,n)},e.basename=function(t,e){var a=n(t);return e&&a.substr(-1*e.length)===e&&(a=a.substr(0,a.length-e.length)),a},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,a=0,n=-1,r=!0,i=0,s=t.length-1;s>=0;--s){var o=t.charCodeAt(s);if(47!==o)-1===n&&(r=!1,n=s+1),46===o?-1===e?e=s:1!==i&&(i=1):-1!==e&&(i=-1);else if(!r){a=s+1;break}}return-1===e||-1===n||0===i||1===i&&e===n-1&&e===a+1?"":t.slice(e,n)};var i="b"==="ab".substr(-1)?function(t,e,a){return t.substr(e,a)}:function(t,e,a){return e<0&&(e=t.length+e),t.substr(e,a)}}).call(this,a("4362"))},dfa6:function(t,e,a){var n=a("8e7f");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("db87eea4",n,!0,{sourceMap:!1,shadowMode:!1})},e01a:function(t,e,a){"use strict";var n=a("23e7"),r=a("83ab"),i=a("da84"),s=a("5135"),o=a("861d"),c=a("9bf2").f,l=a("e893"),u=i.Symbol;if(r&&"function"==typeof u&&(!("description"in u.prototype)||void 0!==u().description)){var d={},f=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof f?new u(t):void 0===t?u():u(t);return""===t&&(d[e]=!0),e};l(f,u);var p=f.prototype=u.prototype;p.constructor=f;var h=p.toString,v="Symbol(test)"==String(u("test")),g=/^Symbol\((.*)\)[^)]+$/;c(p,"description",{configurable:!0,get:function(){var t=o(this)?this.valueOf():this,e=h.call(t);if(s(d,t))return"";var a=v?e.slice(7,-1):e.replace(g,"$1");return""===a?void 0:a}}),n({global:!0,forced:!0},{Symbol:f})}},e030:function(t,e,a){"use strict";var n=a("cba4"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e0d3:function(t,e,a){var n=a("030f");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("59659160",n,!0,{sourceMap:!1,shadowMode:!1})},e116:function(t,e,a){"use strict";var n=a("aafa"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e163:function(t,e,a){var n=a("5135"),r=a("7b0b"),i=a("f772"),s=a("e177"),o=i("IE_PROTO"),c=Object.prototype;t.exports=s?Object.getPrototypeOf:function(t){return t=r(t),n(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},e177:function(t,e,a){var n=a("d039");t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},e246:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#41662E",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0h256v341.3H256z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M341.5 105.3l-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z"}}),a("path",{attrs:{d:"M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z"}})])]))}}},e24d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 19.3l205.4 151.4L256 322 50.6 170.7z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"170.7",r:"86.5"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M212.8 165.3c-15 0-29.5 2.3-43.2 6.5.6 47.2 39.1 85.3 86.4 85.3 29.3 0 55.2-14.6 70.8-36.9-26.7-33.4-67.9-54.9-114-54.9zM340.9 187.2c1-5.4 1.6-10.9 1.6-16.6 0-47.8-38.7-86.5-86.5-86.5-35.6 0-66.2 21.6-79.5 52.3 11.7-2.4 23.8-3.7 36.2-3.7 50.3.1 95.7 21 128.2 54.5z"}})])]))}}},e260:function(t,e,a){"use strict";var n=a("fc6a"),r=a("44d2"),i=a("3f8c"),s=a("69f3"),o=a("7dd0"),c="Array Iterator",l=s.set,u=s.getterFor(c);t.exports=o(Array,"Array",(function(t,e){l(this,{type:c,target:n(t),index:0,kind:e})}),(function(){var t=u(this),e=t.target,a=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==a?{value:n,done:!1}:"values"==a?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},e29d:function(t,e,a){"use strict";var n=a("c713"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e2cc:function(t,e,a){var n=a("6eeb");t.exports=function(t,e,a){for(var r in e)n(t,r,e[r],a);return t}},e2eb:function(t,e,a){var n=a("022a");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1aa99db4",n,!0,{sourceMap:!1,shadowMode:!1})},e38e:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},e3db:function(t,e){var a={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==a.call(t)}},e439:function(t,e,a){var n=a("23e7"),r=a("d039"),i=a("fc6a"),s=a("06cf").f,o=a("83ab"),c=r((function(){s(1)})),l=!o||c;n({target:"Object",stat:!0,forced:l,sham:!o},{getOwnPropertyDescriptor:function(t,e){return s(i(t),e)}})},e45d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},p)},h),o.concat([a("path",{attrs:{fill:"#272727",d:"M0 0h512v114H0z"}}),a("path",{attrs:{fill:"#e40112",d:"M0 114h512v114H0z"}}),a("path",{attrs:{fill:"#07893f",d:"M0 228h512v114H0z"}}),a("circle",{attrs:{fill:"#e40112",cx:"256",cy:"125",r:"95"}})]))}}},e48f:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 168 61"},p)},h),o.concat([a("g",{attrs:{"data-name":"Group 3"}},[a("g",{attrs:{fill:"#c81224","data-name":"Group 1"}},[a("path",{attrs:{d:"M13.2 57.3A17.8 17.8 0 012.2 41v-5.3a1.1 1.1 0 00-2.2 0V41a20 20 0 0012.3 18.5 1.1 1.1 0 00.9-2z","data-name":"Path 1"}}),a("path",{attrs:{d:"M32.2 54a17.7 17.7 0 01-12.1 4.7h-1.8a1.1 1.1 0 00-.2 2.2l2 .1a20 20 0 0013.7-5.4 1.1 1.1 0 10-1.6-1.7z","data-name":"Path 2"}}),a("path",{attrs:{d:"M39 28.5a1.1 1.1 0 00-1.1 1.2v11.2a17.8 17.8 0 01-2.4 8.9 1.1 1.1 0 102 1 20 20 0 002.6-9.9V29.7a1.1 1.1 0 00-1.1-1.2z","data-name":"Path 3"}}),a("path",{attrs:{d:"M27.7 36.1a1.1 1.1 0 001.1-1.1v-5a1.1 1.1 0 00-2.3 0v5a1.1 1.1 0 001.2 1.1z","data-name":"Path 4"}}),a("path",{attrs:{d:"M12.5 29a1.1 1.1 0 00-1.2 1.1v10.8a8.8 8.8 0 00.2 1.5 8.7 8.7 0 002.5 4.8 1.1 1.1 0 001.6-1.6 6.5 6.5 0 01-2-3.6 6.6 6.6 0 010-1V30a1.1 1.1 0 00-1.1-1.1z","data-name":"Path 5"}}),a("path",{attrs:{d:"M26.3 14a8.7 8.7 0 00-6.1-2.7 1.1 1.1 0 000 2.3A6.5 6.5 0 0124.3 25a1.1 1.1 0 001.5 1.7 8.7 8.7 0 00.5-12.7z","data-name":"Path 6"}}),a("path",{attrs:{d:"M5.7 42.5a14.4 14.4 0 0019.5 12l.1-.1.2-.1a1.1 1.1 0 10-.8-2.2l-.2.1h-.1A12.1 12.1 0 018 42.3a1.1 1.1 0 00-2.3.2z","data-name":"Path 7"}}),a("path",{attrs:{d:"M5.7 36.6a1.1 1.1 0 102.2 0v-12a1.1 1.1 0 00-2.2 0z","data-name":"Path 8"}}),a("path",{attrs:{d:"M18.2 8a12.4 12.4 0 011.5 0 1.1 1.1 0 000-2.3A14.4 14.4 0 007 14a14.3 14.3 0 00-1.3 4.7 1.1 1.1 0 001 1.2H7a1.1 1.1 0 001-1A12.1 12.1 0 0118.3 8z","data-name":"Path 9"}}),a("path",{attrs:{d:"M31.8 17l.1.4a1.1 1.1 0 002.2-.4v-.5a14.3 14.3 0 00-1.4-3.3 14.5 14.5 0 00-7-6.4 1.1 1.1 0 00-1 2 12.2 12.2 0 016 5.5 12 12 0 011.1 2.8z","data-name":"Path 10"}}),a("path",{attrs:{d:"M33.3 21.8a1.1 1.1 0 00-1.1 1v7.3a1.1 1.1 0 002.3 0V23a1.1 1.1 0 00-1.2-1.1z","data-name":"Path 11"}}),a("path",{attrs:{d:"M33.3 34.6a1.1 1.1 0 00-1.1 1.2v5.1a12.1 12.1 0 01-3.2 8.3 1.1 1.1 0 101.6 1.5 14.4 14.4 0 003.9-9.8v-5.1a1.1 1.1 0 00-1.2-1.2z","data-name":"Path 12"}}),a("path",{attrs:{d:"M25.4 40.6a1.1 1.1 0 000-2.3h-4.2V27.7a1.1 1.1 0 00-1.1-1.2 6.5 6.5 0 01-4.4-11.2 1.1 1.1 0 10-1.5-1.7 8.7 8.7 0 004.7 15.1v19.8a1.1 1.1 0 002.3 0v-2.2h4.2a1.1 1.1 0 000-2.3h-4.2v-3.4z","data-name":"Path 13"}}),a("path",{attrs:{d:"M31.3 3.5a1.1 1.1 0 10-1.2 1.8 17.8 17.8 0 017.8 14.8V24a1.1 1.1 0 002.2 0v-4a20 20 0 00-8.8-16.5z","data-name":"Path 14"}}),a("path",{attrs:{d:"M14.9 3a18 18 0 0110.4 0 1.1 1.1 0 00.6-2.1 20.2 20.2 0 00-11.7 0A1.1 1.1 0 1015 3z","data-name":"Path 15"}}),a("path",{attrs:{d:"M1.1 31.1A1.1 1.1 0 002.3 30V20A17.8 17.8 0 0110 5.4a1.1 1.1 0 00-1.3-1.9A20 20 0 000 20.1V30a1.1 1.1 0 001.1 1z","data-name":"Path 16"}})]),a("g",{attrs:{fill:"#282e6f","data-name":"Group 2"}},[a("path",{attrs:{d:"M56.4 25a7 7 0 00-5.4 2.4 8 8 0 00-2.1 5.6 7.7 7.7 0 007.8 8 8.3 8.3 0 003.7-.8 7.9 7.9 0 002.6-2l-2-1.9a5.9 5.9 0 01-4.2 1.8q-3.8 0-4.4-3.9h11.3v-1a8.9 8.9 0 00-1.8-5.7 6.8 6.8 0 00-5.5-2.5zm-4 7q.5-4.1 4-4.1A3.5 3.5 0 0159 29a4.9 4.9 0 011.1 2.8z","data-name":"Path 17"}}),a("path",{attrs:{d:"M73.2 20.3h-7.6v3.3h7.6a7 7 0 015.1 2 6.7 6.7 0 012 4.9 6.6 6.6 0 01-2 5 7 7 0 01-5 2h-4.1V26.7h-3.6v13.9h7.6a10.9 10.9 0 007.8-3 9.6 9.6 0 003-7.2 9.6 9.6 0 00-3-7.3 11 11 0 00-7.8-2.9z","data-name":"Path 18"}}),a("path",{attrs:{d:"M96.4 20a10.3 10.3 0 00-7.7 3.1 10.2 10.2 0 00-3 7.4 10.1 10.1 0 003 7.4 10.7 10.7 0 0018.3-7.4 10.1 10.1 0 00-3-7.4 10.3 10.3 0 00-7.6-3.1zm6.8 10.6a7 7 0 01-2 5 6.8 6.8 0 01-9.8 0 7.1 7.1 0 01-2-5.1 7.2 7.2 0 012-5.1 6.9 6.9 0 019.9 0 7.2 7.2 0 012 5.1z","data-name":"Path 19"}}),a("path",{attrs:{d:"M120.2 20.2l-9 20.5h3.7l2.1-5h9.6l2.1 5h3.8l-9-20.5zm-1.9 12.4l3.5-8.1 3.5 8z","data-name":"Path 20"}}),a("path",{attrs:{d:"M142.5 25a5.9 5.9 0 00-3 .9 7.4 7.4 0 00-2.2 2v-2.6h-3.5v20h3.5v-7a7.2 7.2 0 002.1 1.9 6.1 6.1 0 003.1.8 6.7 6.7 0 005-2 8 8 0 002.2-6 8 8 0 00-2.2-6 6.7 6.7 0 00-5-2zm3.6 8a5 5 0 01-1.3 3.6 4 4 0 01-3 1.3 4.2 4.2 0 01-3.2-1.3 5 5 0 01-1.3-3.6 5 5 0 011.3-3.6 4.2 4.2 0 013.1-1.3 4 4 0 013.1 1.3 5 5 0 011.3 3.6z","data-name":"Path 21"}}),a("path",{attrs:{d:"M165.2 27a6.7 6.7 0 00-5-2 5.9 5.9 0 00-3 .9 7.4 7.4 0 00-2.1 2v-2.6h-3.6v20h3.6v-7a7.2 7.2 0 002 1.9 6.1 6.1 0 003.2.8 6.7 6.7 0 004.9-2 8 8 0 002.2-6 8 8 0 00-2.2-6zm-1.4 6a5 5 0 01-1.3 3.6 4 4 0 01-3 1.3 4.2 4.2 0 01-3.2-1.3A5 5 0 01155 33a5 5 0 011.3-3.6 4.2 4.2 0 013.1-1.3 4 4 0 013.1 1.3 5 5 0 011.3 3.6z","data-name":"Path 22"}})])])]))}}},e513:function(t,e,a){"use strict";var n=a("b83c"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e538:function(t,e,a){var n=a("b622");e.f=n},e5a4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z"}}),a("path",{attrs:{fill:"#D80027",d:"M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z"}}),a("path",{attrs:{fill:"#FFF",d:"M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z"}}),a("path",{attrs:{fill:"#0052B4",d:"M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 00-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 00-5.682-.657 24.88 24.88 0 00-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"}})]))}}},e63f:function(t,e,a){var n=a("7f8c");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("d879e928",n,!0,{sourceMap:!1,shadowMode:!1})},e667:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},e684:function(t,e,a){"use strict";var n=a("e0d3"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e6cf:function(t,e,a){"use strict";var n,r,i,s,o=a("23e7"),c=a("c430"),l=a("da84"),u=a("d066"),d=a("fea9"),f=a("6eeb"),p=a("e2cc"),h=a("d44e"),v=a("2626"),g=a("861d"),m=a("1c0b"),y=a("19aa"),M=a("8925"),b=a("2266"),S=a("1c7e"),_=a("4840"),w=a("2cf4").set,C=a("b575"),z=a("cdf9"),I=a("44de"),x=a("f069"),A=a("e667"),E=a("69f3"),k=a("94ca"),F=a("b622"),B=a("605d"),T=a("2d00"),O=F("species"),D="Promise",N=E.get,L=E.set,j=E.getterFor(D),H=d,P=l.TypeError,V=l.document,R=l.process,G=u("fetch"),$=x.f,U=$,K=!!(V&&V.createEvent&&l.dispatchEvent),Y="function"==typeof PromiseRejectionEvent,q="unhandledrejection",Z="rejectionhandled",J=0,W=1,X=2,Q=1,tt=2,et=k(D,(function(){var t=M(H)!==String(H);if(!t){if(66===T)return!0;if(!B&&!Y)return!0}if(c&&!H.prototype["finally"])return!0;if(T>=51&&/native code/.test(H))return!1;var e=H.resolve(1),a=function(t){t((function(){}),(function(){}))},n=e.constructor={};return n[O]=a,!(e.then((function(){}))instanceof a)})),at=et||!S((function(t){H.all(t)["catch"]((function(){}))})),nt=function(t){var e;return!(!g(t)||"function"!=typeof(e=t.then))&&e},rt=function(t,e){if(!t.notified){t.notified=!0;var a=t.reactions;C((function(){var n=t.value,r=t.state==W,i=0;while(a.length>i){var s,o,c,l=a[i++],u=r?l.ok:l.fail,d=l.resolve,f=l.reject,p=l.domain;try{u?(r||(t.rejection===tt&&ct(t),t.rejection=Q),!0===u?s=n:(p&&p.enter(),s=u(n),p&&(p.exit(),c=!0)),s===l.promise?f(P("Promise-chain cycle")):(o=nt(s))?o.call(s,d,f):d(s)):f(n)}catch(h){p&&!c&&p.exit(),f(h)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&st(t)}))}},it=function(t,e,a){var n,r;K?(n=V.createEvent("Event"),n.promise=e,n.reason=a,n.initEvent(t,!1,!0),l.dispatchEvent(n)):n={promise:e,reason:a},!Y&&(r=l["on"+t])?r(n):t===q&&I("Unhandled promise rejection",a)},st=function(t){w.call(l,(function(){var e,a=t.facade,n=t.value,r=ot(t);if(r&&(e=A((function(){B?R.emit("unhandledRejection",n,a):it(q,a,n)})),t.rejection=B||ot(t)?tt:Q,e.error))throw e.value}))},ot=function(t){return t.rejection!==Q&&!t.parent},ct=function(t){w.call(l,(function(){var e=t.facade;B?R.emit("rejectionHandled",e):it(Z,e,t.value)}))},lt=function(t,e,a){return function(n){t(e,n,a)}},ut=function(t,e,a){t.done||(t.done=!0,a&&(t=a),t.value=e,t.state=X,rt(t,!0))},dt=function(t,e,a){if(!t.done){t.done=!0,a&&(t=a);try{if(t.facade===e)throw P("Promise can't be resolved itself");var n=nt(e);n?C((function(){var a={done:!1};try{n.call(e,lt(dt,a,t),lt(ut,a,t))}catch(r){ut(a,r,t)}})):(t.value=e,t.state=W,rt(t,!1))}catch(r){ut({done:!1},r,t)}}};et&&(H=function(t){y(this,H,D),m(t),n.call(this);var e=N(this);try{t(lt(dt,e),lt(ut,e))}catch(a){ut(e,a)}},n=function(t){L(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:J,value:void 0})},n.prototype=p(H.prototype,{then:function(t,e){var a=j(this),n=$(_(this,H));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=B?R.domain:void 0,a.parent=!0,a.reactions.push(n),a.state!=J&&rt(a,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),r=function(){var t=new n,e=N(t);this.promise=t,this.resolve=lt(dt,e),this.reject=lt(ut,e)},x.f=$=function(t){return t===H||t===i?new r(t):U(t)},c||"function"!=typeof d||(s=d.prototype.then,f(d.prototype,"then",(function(t,e){var a=this;return new H((function(t,e){s.call(a,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof G&&o({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return z(H,G.apply(l,arguments))}}))),o({global:!0,wrap:!0,forced:et},{Promise:H}),h(H,D,!1,!0),v(D),i=u(D),o({target:D,stat:!0,forced:et},{reject:function(t){var e=$(this);return e.reject.call(void 0,t),e.promise}}),o({target:D,stat:!0,forced:c||et},{resolve:function(t){return z(c&&this===i?H:this,t)}}),o({target:D,stat:!0,forced:at},{all:function(t){var e=this,a=$(e),n=a.resolve,r=a.reject,i=A((function(){var a=m(e.resolve),i=[],s=0,o=1;b(t,(function(t){var c=s++,l=!1;i.push(void 0),o++,a.call(e,t).then((function(t){l||(l=!0,i[c]=t,--o||n(i))}),r)})),--o||n(i)}));return i.error&&r(i.value),a.promise},race:function(t){var e=this,a=$(e),n=a.reject,r=A((function(){var r=m(e.resolve);b(t,(function(t){r.call(e,t).then(a.resolve,n)}))}));return r.error&&n(r.value),a.promise}})},e6d2:function(t,e,a){"use strict";var n=a("e9df"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e6dc:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 1289 394",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("g",{attrs:{"clip-path":"url(#clip0_1201_1261)"}},[a("path",{attrs:{d:"M196.92 393.91c108.76 0 196.92-88.17 196.92-196.96S305.68 0 196.92 0C88.16 0 0 88.17 0 196.96s88.17 196.96 196.92 196.96v-.01z",fill:"#076CE3"}}),a("path",{attrs:{d:"M209.58 316.91c65.71-1.43 117-52.93 118.52-111.1 1.26-48.07-31.67-94.06-81.7-111.14",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M208.07 213.54c4.75 0 8.6-3.86 8.6-8.6s-3.85-8.6-8.6-8.6-8.6 3.84-8.6 8.6 3.85 8.6 8.6 8.6z",fill:"#fff",stroke:"#fff","stroke-width":"1.91","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 94.73c10.06 15.39 52.23 68.57 52.23 68.57s47.41-58 53.16-68.57",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 269.98V94.73M208.99 177.28V94.73M207.72 316.97v-82.55",stroke:"#fff","stroke-width":"13.39","stroke-linecap":"round","stroke-linejoin":"round"}}),a("path",{attrs:{d:"M574.49 235.64l-32.48-41.74v82.89H516.3V140.97h16.34l45.84 62.72 41.65-62.72h15.75v135.82h-26.11v-78.3l-25.31 35.76-9.96 1.4-.01-.01zm134.84 43.54c-15.28 0-27.24-4.59-35.87-13.79-8.5-9.31-12.75-21.76-12.75-37.35s4.45-27.77 13.35-36.96c9.03-9.18 21.32-13.77 36.87-13.77 15.55 0 28.5 4.78 37.27 14.38 8.9 9.45 13.35 21.89 13.35 37.35s-4.78 27.71-14.35 36.75c-9.56 8.93-22.19 13.39-37.87 13.39zm25.51-50.14c0-9.18-2.06-16.37-6.18-21.57-3.99-5.34-9.7-7.99-17.14-7.99-7.44 0-13.48 2.33-17.74 7-4.25 4.67-6.38 11.78-6.38 21.36s1.79 16.85 5.38 21.78c3.72 4.93 9.37 7.4 16.94 7.4 7.57 0 13.48-2.2 18.14-6.6 4.65-4.53 6.98-11.66 6.98-21.38zm74.5-93.28v47.14a57.39 57.39 0 0112.16-4.99c4.38-1.2 8.3-1.8 11.76-1.8 14.22 0 25.11 4.93 32.68 14.78S877.3 213 877.3 227.64s-3.92 26.9-11.76 36.75c-7.71 9.85-18.47 14.78-32.29 14.78-4.52 0-9.56-.94-15.15-2.79-5.58-1.87-10.56-4.47-14.95-7.8l-6.38 8.2h-13.15V137.97l25.71-2.2.01-.01zm17.14 121.25c8.9 0 15.14-3.21 18.73-9.6 3.59-6.52 5.38-13.12 5.38-19.77 0-7.59-1.59-14.38-4.78-20.37-3.19-6-9.63-9.01-19.33-9.01-2.79 0-5.71.54-8.77 1.61-2.92.94-5.71 2.26-8.37 4v47.54c2.66 1.61 5.45 2.93 8.37 4 3.06 1.07 5.98 1.61 8.77 1.61v-.01zm84.51-120.05c4.12 0 7.57 1.4 10.36 4.19 2.92 2.79 4.38 6.25 4.38 10.38 0 4.13-1.46 7.59-4.38 10.38-2.79 2.81-6.25 4.21-10.36 4.21-4.11 0-7.37-1.4-10.16-4.21-2.79-2.79-4.19-6.25-4.19-10.38 0-4.13 1.4-7.59 4.19-10.38 2.79-2.79 6.18-4.19 10.16-4.19zm12.96 42.93v96.89h-25.91v-96.89h25.91zm38.03-42.93c4.12 0 7.57 1.4 10.36 4.19 2.92 2.79 4.38 6.25 4.38 10.38 0 4.13-1.46 7.59-4.38 10.38-2.79 2.81-6.25 4.21-10.36 4.21-4.11 0-7.37-1.4-10.16-4.21-2.79-2.79-4.18-6.25-4.18-10.38 0-4.13 1.39-7.59 4.18-10.38 2.79-2.79 6.18-4.19 10.16-4.19zm12.96 42.93v96.89h-25.91v-96.89h25.91zm52.18-44.13v141.03h-25.71V137.97l25.71-2.2v-.01zm70.87 96.47h-52.01l-2.19-20.36H1096l1.99 20.36zm45.58-91.27v135.82h-25.71V140.97h25.71v-.01zm82.88 135.82h-49.42V140.97h50.22c20.86 0 36.34 6.31 46.43 18.97 10.1 12.64 15.15 28.7 15.15 48.13 0 21.05-5.45 37.77-16.34 50.14-10.89 12.39-26.24 18.59-46.04 18.59v-.02zm1-113.85h-24.71V255h23.32c10.89 0 19.6-3.59 26.11-10.78 6.64-7.19 9.96-19.24 9.96-36.16 0-14.11-2.79-25.16-8.37-33.16-5.58-7.97-14.35-11.97-26.31-11.97z",fill:"#076CE3"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0_1201_1261"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h1288.83v393.91H0z"}})])])]))}}},e810:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{d:"M255.883 199.111l14.119 43.458 40.366 3.2-36.969 26.861 19.453 40.259-36.969-26.859-36.97 26.859 14.123-43.459-36.969-26.861h45.696z"}})]))}}},e858:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}})]))}}},e893:function(t,e,a){var n=a("5135"),r=a("56ef"),i=a("06cf"),s=a("9bf2");t.exports=function(t,e){for(var a=r(e),o=s.f,c=i.f,l=0;l<a.length;l++){var u=a[l];n(t,u)||o(t,u,c(e,u))}}},e8b5:function(t,e,a){var n=a("c6b6");t.exports=Array.isArray||function(t){return"Array"==n(t)}},e8cb:function(t,e,a){var n=a("6782");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1eee8898",n,!0,{sourceMap:!1,shadowMode:!1})},e90c:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M196.641 85.337H512V256H196.641z"}}),a("path",{attrs:{fill:"#D80027",d:"M196.641 256H512v170.663H196.641z"}})]))}}},e95a:function(t,e,a){var n=a("b622"),r=a("3f8c"),i=n("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||s[i]===t)}},e982:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.329v341.337h512V85.329H0zm489.739 319.076h-267.13V107.59h267.13v296.815z"}}),a("path",{attrs:{fill:"#A2001D",d:"M222.609 107.595h267.13V404.41h-267.13z"}}),a("path",{attrs:{fill:"#D80027",d:"M22.261 107.595h200.348V404.41H22.261z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M200.348 85.334h22.261v341.337h-22.261z"}}),a("path",{attrs:{fill:"#6DA544",d:"M22.261 107.595h89.043V404.41H22.261z"}}),a("path",{attrs:{fill:"#FF9811",d:"M111.304 107.595h89.043V404.41h-89.043z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M358.675 250.438v-44.522c0-7.424-11.13-14.848-11.13-14.848s-11.13 7.424-11.13 14.848h-44.522v44.522h22.261v22.261c0 4.875.979 9.539 2.76 13.768l-10.184 8.493h-29.674V157.677c-12.299 0-22.261 9.973-22.261 22.261v96.467a22.19 22.19 0 007.413 16.584v35.361h14.848v-18.554h66.783v29.685H328.99v14.837h29.685v-29.685l13.601-14.837h44.288v29.685h-14.848v14.837h29.685v-29.685l13.601-14.837 12.552-40.259-11.038-19.1h-38.945c-14.169-.122-40.637.09-48.896.001z"}}),a("path",{attrs:{d:"M370.551 211.844v25.229h71.513v13.365h4.452v-17.817h-71.513v-16.325h75.965v-4.452zM222.609 107.595h22.261v22.261h-22.261zM467.478 107.595h22.261v22.261h-22.261zM222.609 382.138h22.261v22.261h-22.261zM467.478 382.138h22.261v22.261h-22.261z"}})])]))}}},e9df:function(t,e,a){var n=a("0857");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("64e83578",n,!0,{sourceMap:!1,shadowMode:!1})},ea34:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#75AF2B",d:"M.6.2H512v341H.6z"}}),a("path",{attrs:{fill:"#D32424",d:"M0 230h512V.2H0"}}),a("path",{attrs:{fill:"#FFF",d:"M100.1 230V.2H0v340.9h511.4-411.3z"}}),a("path",{attrs:{fill:"#D32424",d:"M51.6 218l-38-47.7 38-46.9 38 46.9zM51.6 113.4l-38-47.7 38-46.9 38 46.9zM51.6 322.6l-38-47.7 38-46.9 38 46.9z"}})]))}}},ea92:function(t,e,a){"use strict";var n=a("712d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},ebdc:function(t,e,a){var n=a("7fc1");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("7f73b2b4",n,!0,{sourceMap:!1,shadowMode:!1})},ec08:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".DTrustSignMeButton_reset-list_27Wbu{margin:0;padding:0;list-style:none;display:block}.DTrustSignMeButton_uppercase-sm_2t3ap{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.DTrustSignMeButton_icon_3qU47{display:block;width:102px;height:auto;margin-top:-5px}",""]),e.locals={"reset-list":"DTrustSignMeButton_reset-list_27Wbu","uppercase-sm":"DTrustSignMeButton_uppercase-sm_2t3ap",icon:"DTrustSignMeButton_icon_3qU47"},t.exports=e},ec0c:function(t,e,a){var n=a("86a4");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("631007fc",n,!0,{sourceMap:!1,shadowMode:!1})},ed45:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 31 20",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("path",{attrs:{d:"M27.776 19.938H3.167A3.17 3.17 0 010 16.77V3.167A3.17 3.17 0 013.167 0h24.61a3.17 3.17 0 013.167 3.167V16.77a3.17 3.17 0 01-3.168 3.168zM3.167 1.084A2.088 2.088 0 001.081 3.17v13.603a2.088 2.088 0 002.086 2.086h24.61a2.09 2.09 0 002.085-2.086V3.167a2.089 2.089 0 00-2.086-2.086l-24.609.003z"}}),a("path",{attrs:{d:"M16.614 17.576h-1.081v-5.733a1.076 1.076 0 00-1.075-1.075H6.58a1.076 1.076 0 00-1.075 1.075v3.168H4.425v-3.168A2.159 2.159 0 016.58 9.687h7.877a2.159 2.159 0 012.156 2.156v5.733zM10.52 8.739a2.917 2.917 0 110-5.834 2.917 2.917 0 010 5.834zm0-4.751a1.834 1.834 0 100 3.669 1.834 1.834 0 000-3.67zM26.385 4.683h-7.887v1.08h7.887v-1.08zM26.385 7.533h-7.887v1.081h7.887v-1.08z"}})]))}}},ed8e:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 99 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("g",{attrs:{"clip-path":"url(#clip0)",fill:"#00AFAA"}},[a("path",{attrs:{d:"M15.723 7.835a.888.888 0 01-.897.902.888.888 0 01-.897-.902c0-.507.393-.902.897-.902.505 0 .897.395.897.902z"}}),a("path",{attrs:{d:"M19.479 22.717a.787.787 0 01-.589-.282.754.754 0 01.14-1.014 11.115 11.115 0 004.513-8.935C23.57 6.398 18.61 1.409 12.5 1.409c-.533 0-1.065.028-1.598.113v15.67c0 .395-.308.705-.728.705-.393 0-.729-.31-.729-.704V.902c0-.338.252-.648.589-.705A12.01 12.01 0 0112.5-.056c6.895 0 12.5 5.608 12.5 12.514 0 3.974-1.906 7.75-5.1 10.09-.141.14-.281.169-.421.169z"}}),a("path",{attrs:{d:"M12.5 25.028C5.605 25.028 0 19.391 0 12.514c0-3.974 1.906-7.75 5.1-10.09a.71.71 0 011.01.14.754.754 0 01-.14 1.015C3.11 5.637 1.43 8.991 1.43 12.514c0 6.116 4.96 11.077 11.07 11.077.533 0 1.065-.028 1.598-.113V13.19c0-.394.308-.704.728-.704.393 0 .729.31.729.704v10.88a.723.723 0 01-.589.704 12.01 12.01 0 01-2.466.254z"}})]),a("g",{attrs:{"clip-path":"url(#clip1)",fill:"#00AFAA"}},[a("path",{attrs:{d:"M32.036 15.18h1.583c.108.904.468 1.663 1.98 1.663.97 0 1.69-.542 1.69-1.373 0-.832-.395-1.12-1.87-1.374-2.124-.289-3.167-.94-3.167-2.602 0-1.446 1.26-2.566 3.094-2.566 1.908 0 3.059.867 3.239 2.602h-1.511c-.18-.94-.684-1.337-1.728-1.337-1.007 0-1.547.47-1.547 1.156 0 .723.288 1.085 1.835 1.302 2.087.289 3.203.903 3.203 2.674 0 1.555-1.296 2.747-3.275 2.747-2.375 0-3.382-1.192-3.526-2.891zM42.04 9.036h2.23l2.339 6.072 2.303-6.072h2.195v8.928h-1.655v-6.76l-2.663 6.76h-.54l-2.735-6.76v6.76H42.04V9.036zM76.223 10.337H73.74v-1.3h6.657v1.3h-2.483v7.627h-1.691v-7.627zM84.067 13.229h-3.346v1.301h3.346V13.23zM62.082 17.964L59.13 9.036h-2.195l-2.986 8.928h1.583l2.41-7.59 1.224 3.867h-1.08l-.395 1.301h1.87l.793 2.422h1.727zM88.025 9.036h-1.691v8.928h1.691V9.036zM94.322 9.036h-2.698v8.928h1.655v-7.627h.971c2.087 0 2.987 1.157 2.987 3.073v.108c0 1.663-.684 2.747-2.087 3.036v1.374c2.59-.29 3.85-2.024 3.85-4.41v-.108c-.036-2.603-1.547-4.374-4.678-4.374zM69.278 14.096c1.116-.289 1.98-1.012 1.98-2.385v-.072C71.257 9.83 69.89 9 67.91 9h-2.987v8.928h1.655V10.3h1.332c1.08 0 1.691.362 1.691 1.374v.036c0 .94-.576 1.41-1.691 1.41h-.288v1.192l2.339 3.615h1.799l-2.483-3.832z"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h25v25H0z"}})]),a("clipPath",{attrs:{id:"clip1"}},[a("path",{attrs:{fill:"#fff",transform:"translate(32 9)",d:"M0 0h67v9H0z"}})])])]))}}},edeb:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Ausweis nicht gefunden. Bitte überprüfen Sie, ob sich die Karte im Lesegerät befindet und starten Sie den Browser neu. Die Software kann von der Seite www.id.ee installiert werden.","yes":"Ja","no":"Nein","phone-number":"Telefonnummer","idcode":"persönlicher Identitätscode","country":"Land","Sign":"Signieren","USER_REFUSED":"Der Benutzer wollte nicht fortfahren und hat die Aktion abgebrochen","mobile-id":"Handy-ID","id-card":"Ausweis","smart-id":"Smart-ID","no-lv-id-card":"Kein lettischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.eparaksts.lv/en/Downloads installiert haben. Für Signaturen stellen Sie bitte sicher, dass das eParaksts-Plugin für Browser installiert und aktiviert ist.","no-lt-id-card":"Kein litauischer Personalausweis gefunden. Bitte stellen Sie sicher, dass die Karte eingelegt und die Software von http://www.nsc.vrm.lt/downloads.htm installiert ist. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","no-pt-id-card":"Kein portugiesischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.autenticacao.gov.pt/cc-aplicacao installiert ist","no-rs-id-card":"Kein serbischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von http://ca.mup.gov.rs/download-lat.html installiert haben","no-fi-id-card":"Kein finnischer Personalausweis gefunden. Bitte beachten Sie die Anweisungen zur Softwareinstallation von: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Kein belgischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://eid.belgium.be installiert haben. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","confirm-doc-check-and-sign":"Haben Sie den Inhalt des Dokuments verstanden und sind bereit, die Signatur abzuschließen?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Unterstützt von eIDEasy","log-in":"Einloggen","this-field-is-required":"Dieses Feld wird benötigt","your-verification-code":"Ihr Bestätigungscode:","cancel":"Stornieren","no-response-error":"Etwas ist schief gelaufen. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und versuchen Sie es dann erneut.","back":"Zurück ","no-matching-countries":"Keine passenden Länder","id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"JJJJMMTTXXXX","approve-id-request-on-freja-app":"Genehmigen Sie die Identifizierungsanfrage in Ihrer FREJA eID-App","try-again":"Versuchen Sie es noch Einmal","pre-sign-confirmation":"Nach dem Klick auf \\"Signieren\\" identifizieren wir Sie Ihre {method} und erstellen eine rechtsverbindliche Unterschrift.","login-method":"Login-Methode:","finnish-online-bank":"Finnische Online-Bank","online-bank":"Online-Bank","or":"oder","transaction-id":"Transaktions-ID","sign-in-evrotrust-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Evrotrust-App.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Andere Länder","email-sms":"E-Mail/SMS","email-code-sent":"Eine E-Mail mit dem Code wurde gesendet an","sms-code-sent":"Eine SMS mit dem Code wurde gesendet an","your-code":"Dein Code","signature-method":"Signaturmethode","username-or-email":"Nutzername oder E-Mail","cell-phone":"Mobiltelefon","including-calling-code":"mit Ländervorwahl inklusive \\"+\\", Beispiel +35112345678","enter-temp-security-code":"Geben Sie den temporären Sicherheitscode ein","mobile-key-signing-info":"Weitere Informationen zum Signaturprozess für mobile Schlüssel finden Sie unter https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Diese Aktion ist endgültig und unumkehrbar.","you-have-5-minutes-to-enter-the-code":"Sie haben 5 Minuten Zeit, um den Code einzugeben, bevor er abläuft.","confirm":"bestätigen Sie","after-confirmation-following-docs-will-be-signed":"Nach der Bestätigung werden die folgenden Dokumente unterzeichnet:","code-by-sms":"Code über SMS","confirmation-code-will-be-sent-to":"Ein Bestätigungscode wird gesendet an:","continue":"Fortsetzen","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin für digitale Signatur","approve-sign-request-on-freja-app":"Die Unterschreibungsanfrage auf Ihrer FREJA eID-App genehmigen","no-required-software":"Sie haben nicht die erforderliche Software installiert, um diese Aktion auszuführen. Bitte folgen Sie den Anweisungen auf https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Unterschreiben Sie bei meiner Bank","card-number":"Kartennummer","your-sms-otp-code":"Ihr SMS-OTP-Code"}')},ee5a:function(t,e,a){"use strict";var n=a("ac9d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},ee76:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M289.579 216.738l-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 232.51l4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z"}})]))}}},ee81:function(t,e,a){"use strict";var n=a("cc17"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},eea4:function(t,e,a){"use strict";var n=a("ac8d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},efbc:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}})]))}}},f030:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 0h512v68.3H0zM0 136.5h512v68.3H0zM0 273.1h512v68.3H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M81.5 94.8l16.9 51.9H153l-44.2 32.1 16.9 52-44.2-32.1-44.2 32.1 16.9-52L10 146.7h54.6z"}})]))}}},f041:function(t,e,a){"use strict";var n=a("750b"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},f053:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}}),a("circle",{attrs:{fill:"#FFD400",cx:"256.5",cy:"170.9",r:"68.4"}}),a("path",{attrs:{fill:"#FFD400",d:"M256.5 251.5l-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z"}})]))}}},f069:function(t,e,a){"use strict";var n=a("1c0b"),r=function(t){var e,a;this.promise=new t((function(t,n){if(void 0!==e||void 0!==a)throw TypeError("Bad Promise constructor");e=t,a=n})),this.resolve=n(e),this.reject=n(a)};t.exports.f=function(t){return new r(t)}},f0da:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 306.09 269.83"},p)},h),o.concat([a("path",{attrs:{fill:"#fff",d:"M0 20v229.83a20 20 0 0020 20h137.32c103.77 0 148.77-58.12 148.77-135.18C306.09 57.89 261.09 0 157.32 0H20A20 20 0 000 20z"}}),a("path",{attrs:{d:"M157.29 251.46H37.86a19.22 19.22 0 01-19.2-19.2V37.57a19.22 19.22 0 0119.2-19.2h119.43c113.27 0 130.19 72.85 130.19 116.28 0 75.35-46.24 116.81-130.19 116.81zM37.86 24.77a12.82 12.82 0 00-12.81 12.8v194.69a12.82 12.82 0 0012.81 12.8h119.43c79.82 0 123.79-39.21 123.79-110.41 0-95.6-77.56-109.88-123.79-109.88z"}}),a("path",{attrs:{fill:"#00b0f0",d:"M91.88 56.43V226.2h73.9c67.14 0 96.25-37.94 96.25-91.46 0-51.27-29.11-91.11-96.25-91.11h-61.1a12.8 12.8 0 00-12.8 12.8z"}}),a("path",{attrs:{fill:"#fff",d:"M168.27 111.86l16.93 27.21h.11v-27.21h8.35v40.55h-8.92l-16.87-27.15h-.11v27.15h-8.35v-40.55h8.86zM142.51 111.86h8.92v40.55h-8.92zM134.91 123.11a17.26 17.26 0 00-3.87-6.25 15.64 15.64 0 00-5.85-3.75 20.9 20.9 0 00-7.29-1.25h-17.5v40.55h17.5a19.43 19.43 0 008.09-1.56 16.14 16.14 0 005.74-4.29 18 18 0 003.43-6.47 28 28 0 001.14-8.18 25.44 25.44 0 00-1.39-8.8zm-8.38 15.33a10.52 10.52 0 01-2.27 3.78 8.28 8.28 0 01-3.24 2.07 11.36 11.36 0 01-3.75.63h-8v-25.56h6.36a14.51 14.51 0 015.54.93 8.83 8.83 0 013.61 2.7 11 11 0 012 4.23 24.14 24.14 0 01.59 5.54 16.54 16.54 0 01-.84 5.68z"}}),a("path",{attrs:{d:"M58.48 161.57a14.17 14.17 0 0114.17 14.17v50.46a28.35 28.35 0 01-28.35-28.35v-22.11a14.17 14.17 0 0114.18-14.17z"}}),a("circle",{attrs:{cx:"58.48",cy:"132.1",r:"18.71"}})]))}}},f0db:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({"data-name":"Layer 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 511.95 117.5"},p)},h),o.concat([a("path",{attrs:{fill:"#ff576d",d:"M58.88 117.5H30.37a3.87 3.87 0 01-4.18-3.5L.24 3.85Q-.93 0 3.59 0h15.73q3.35 0 4 3.51l20.89 92.23h.67L65.74 3.51Q66.41 0 69.76 0h15.73q4.18 0 3.35 3.85L62.9 114q-.84 3.51-4 3.51M157.75 117.5H103q-3.51 0-3.51-3.51V3.51Q99.5 0 103 0h54.73q3.35 0 3.35 3.51V14.9q0 3.51-3.35 3.51h-35q-2 0-2 1.84v35.68c0 1.23.67 1.84 2 1.84h22q3.51 0 3.51 3.52v11q0 3.52-3.51 3.52h-22q-2 0-2 1.84v19.6q0 1.84 2 1.84h35q3.35 0 3.35 3.51V114q0 3.51-3.35 3.51M191.38 117.5h-14.22q-3.52 0-3.52-3.51V3.52q0-3.51 3.52-3.52H217q13 0 20.41 7.2t7.36 20.25v19.64q0 18.92-14.9 25.11v.67l17.91 40.62q1.51 4-2.84 4h-13.55a10.36 10.36 0 01-4.35-.67 5 5 0 01-2.18-2.84L208.12 76h-11.21q-2 0-2 1.84V114q0 3.51-3.52 3.51M196.74 58h16.4q5.35 0 7.86-2.26t2.51-7.28V28.29q0-5.18-2.51-7.53t-7.86-2.34h-16.4a1.63 1.63 0 00-1.84 1.84v35.9a1.63 1.63 0 001.84 1.84M280.7 3.52V114q0 3.51-3.52 3.51H263q-3.52 0-3.52-3.51V3.52Q259.45 0 263 0h14.22q3.52 0 3.52 3.52M313.9 117.5h-14.23q-3.51 0-3.51-3.51V3.51q0-3.51 3.51-3.51h53.39q3.35 0 3.34 3.51V14.9q0 3.51-3.34 3.51h-33.64q-2 0-2 1.84v35.26a1.77 1.77 0 002 2h22Q345 57.52 345 61v11.25q0 3.68-3.51 3.68h-22q-2 0-2 1.84V114q0 3.51-3.52 3.51M477.86 3.52V114q0 3.51-3.52 3.51h-14.22q-3.51 0-3.51-3.51V3.52q0-3.51 3.51-3.52h14.23q3.52 0 3.52 3.52M512 100.2v13.44q0 3.86-3.86 3.86h-13.58q-3.86 0-3.86-3.86V100.2q0-3.86 3.86-3.86h13.54q3.86 0 3.86 3.86M443.53 113.65L417.58 3.51A3.87 3.87 0 00413.4 0h-28.52q-3.17 0-4 3.51l-25.95 110.14q-.83 3.85 3.35 3.85H374q3.35 0 4-3.51l6.1-27h30.2l6.1 27q.67 3.51 4 3.51h15.73q4.52 0 3.35-3.85m-55.29-44.59l10.7-47.3h.67l10.7 47.3z"}})]))}}},f0e4:function(t,e,a){function n(t,e){if(null==t)return{};var a,n,r={},i=Object.keys(t);for(n=0;n<i.length;n++)a=i[n],e.indexOf(a)>=0||(r[a]=t[a]);return r}a("c975"),a("b64b"),t.exports=n},f179:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".PlMojeIdButton_reset-list_3ceUr{margin:0;padding:0;list-style:none;display:block}.PlMojeIdButton_uppercase-sm_3mcLF{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.PlMojeIdButton_icon_nRrhe{display:block;width:84px;height:auto}",""]),e.locals={"reset-list":"PlMojeIdButton_reset-list_3ceUr","uppercase-sm":"PlMojeIdButton_uppercase-sm_3mcLF",icon:"PlMojeIdButton_icon_nRrhe"},t.exports=e},f183:function(t,e,a){var n=a("d012"),r=a("861d"),i=a("5135"),s=a("9bf2").f,o=a("90e3"),c=a("bb2f"),l=o("meta"),u=0,d=Object.isExtensible||function(){return!0},f=function(t){s(t,l,{value:{objectID:"O"+ ++u,weakData:{}}})},p=function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,l)){if(!d(t))return"F";if(!e)return"E";f(t)}return t[l].objectID},h=function(t,e){if(!i(t,l)){if(!d(t))return!0;if(!e)return!1;f(t)}return t[l].weakData},v=function(t){return c&&g.REQUIRED&&d(t)&&!i(t,l)&&f(t),t},g=t.exports={REQUIRED:!1,fastKey:p,getWeakData:h,onFreeze:v};n[l]=!0},f1fd:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".SignatureFtnAdvancedFull_reset-list_2lkf2{margin:0;padding:0;list-style:none;display:block}.SignatureFtnAdvancedFull_uppercase-sm_nBHGo{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFtnAdvancedFull_formContainer_11JCe{max-width:263px;margin:0 auto}.SignatureFtnAdvancedFull_label_3U05W{color:#9ca6b1;margin-top:24px}.SignatureFtnAdvancedFull_highlight_2SUQp{font-weight:700;font-size:20px}",""]),e.locals={"reset-list":"SignatureFtnAdvancedFull_reset-list_2lkf2","uppercase-sm":"SignatureFtnAdvancedFull_uppercase-sm_nBHGo",formContainer:"SignatureFtnAdvancedFull_formContainer_11JCe",label:"SignatureFtnAdvancedFull_label_3U05W",highlight:"SignatureFtnAdvancedFull_highlight_2SUQp"},t.exports=e},f277:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".AppAlert_reset-list_2O05S{margin:0;padding:0;list-style:none;display:block}.AppAlert_uppercase-sm_J9FDo{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppAlert_alert_3CAgt{font-size:14px;position:relative;padding:8px 12px;margin-bottom:16px;border:1px solid transparent;border-radius:6px;line-height:1.4}.AppAlert_primary_1MkCB{color:#001d3e;background-color:#ccd6e1;border-color:#b3c1d2}.AppAlert_primary_1MkCB .AppAlert_alert-link_3xIsr{color:#001732}.AppAlert_success_1Tola{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.AppAlert_success_1Tola .AppAlert_alert-link_3xIsr{color:#0c4128}.AppAlert_info_2oqSl{color:#055160;background-color:#cff4fc;border-color:#b6effb}.AppAlert_info_2oqSl .AppAlert_alert-link_3xIsr{color:#04414d}.AppAlert_warning_1yIbT{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.AppAlert_warning_1yIbT .AppAlert_alert-link_3xIsr{color:#523e02}.AppAlert_danger_3KhhM{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.AppAlert_danger_3KhhM .AppAlert_alert-link_3xIsr{color:#6a1a21}.AppAlert_alert_3CAgt+.AppAlert_alert_3CAgt{margin-top:12px}",""]),e.locals={"reset-list":"AppAlert_reset-list_2O05S","uppercase-sm":"AppAlert_uppercase-sm_J9FDo",alert:"AppAlert_alert_3CAgt",primary:"AppAlert_primary_1MkCB","alert-link":"AppAlert_alert-link_3xIsr",success:"AppAlert_success_1Tola",info:"AppAlert_info_2oqSl",warning:"AppAlert_warning_1yIbT",danger:"AppAlert_danger_3KhhM"},t.exports=e},f2cb:function(t,e,a){"use strict";var n=a("dfa6"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},f3dd:function(t,e,a){"use strict";var n=a("50e0"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},f418:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".GoogleButton_reset-list_gS85S{margin:0;padding:0;list-style:none;display:block}.GoogleButton_uppercase-sm_lleoJ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.GoogleButton_icon_15sMa{display:block;width:22px;height:auto;margin-right:10px;fill:#ce161e}",""]),e.locals={"reset-list":"GoogleButton_reset-list_gS85S","uppercase-sm":"GoogleButton_uppercase-sm_lleoJ",icon:"GoogleButton_icon_15sMa"},t.exports=e},f54b:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.33H0z"}}),a("path",{attrs:{fill:"#E6BC00",d:"M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zM112.51 94.64s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"}}),a("path",{attrs:{fill:"#ADADAD",d:"M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"}}),a("path",{attrs:{fill:"#E6BC00",d:"M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"}}),a("path",{attrs:{fill:"#125ECC",d:"M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"}}),a("path",{attrs:{fill:"#FFE600",d:"M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}}),a("path",{attrs:{fill:"#D60537",d:"M157.31 175.36H359.1v57.65H157.31v-57.65z"}}),a("path",{attrs:{fill:"#EACE00",d:"M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"}}),a("path",{attrs:{fill:"#7A6920",d:"M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}}),a("path",{attrs:{fill:"#ADADAD",d:"M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"}}),a("circle",{attrs:{fill:"#FFF",cx:"258.2",cy:"204.19",r:"16.93"}})]))}}},f55d:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".IdinButton_reset-list_IyWUj{margin:0;padding:0;list-style:none;display:block}.IdinButton_uppercase-sm_3Ozql{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdinButton_icon_4fHBl{display:block;width:34px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"IdinButton_reset-list_IyWUj","uppercase-sm":"IdinButton_uppercase-sm_3Ozql",icon:"IdinButton_icon_4fHBl"},t.exports=e},f5c2:function(t,e,a){var n=a("4b8a");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("cf32d044",n,!0,{sourceMap:!1,shadowMode:!1})},f5df:function(t,e,a){var n=a("00ee"),r=a("c6b6"),i=a("b622"),s=i("toStringTag"),o="Arguments"==r(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(a){}};t.exports=n?r:function(t){var e,a,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(a=c(e=Object(t),s))?a:o?r(e):"Object"==(n=r(e))&&"function"==typeof e.callee?"Arguments":n}},f740:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{d:"M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z"}}),a("path",{attrs:{fill:"#0052B4",d:"M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"}})]))}}},f772:function(t,e,a){var n=a("5692"),r=a("90e3"),i=n("keys");t.exports=function(t){return i[t]||(i[t]=r(t))}},f7c0:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 211.473h512v89.043H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z"}})])]))}}},f849:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".IdCardButtonLv_reset-list_1rks7{margin:0;padding:0;list-style:none;display:block}.IdCardButtonLv_uppercase-sm_iBoc9{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonLv_icon_10e5B{display:block;width:27px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"IdCardButtonLv_reset-list_1rks7","uppercase-sm":"IdCardButtonLv_uppercase-sm_iBoc9",icon:"IdCardButtonLv_icon_10e5B"},t.exports=e},f88c:function(t,e,a){var n=a("51b1");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("0e345184",n,!0,{sourceMap:!1,shadowMode:!1})},f96c:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Carte d\'identité introuvable. Veuillez vérifier si la carte est dans le lecteur et redémarrer le navigateur. Le logiciel peut être installé depuis la page www.id.ee.","yes":"Oui","no":"Non","phone-number":"numéro de téléphone","idcode":"code d\'identité personnel","country":"Pays","Sign":"Signer","USER_REFUSED":"L\'utilisateur n\'a pas souhaité continuer et a annulé l\'action","mobile-id":"Mobile ID","id-card":"Carte d\'identité","smart-id":"Smart-ID","no-lv-id-card":"Aucune carte d\'identité lettone n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.eparaksts.lv/en/Downloads est installé. Pour les signatures, assurez-vous que le plugin eParaksts pour navigateur est installé et activé.","no-lt-id-card":"Aucune carte d\'identité lituanienne n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://www.nsc.vrm.lt/downloads.htm est installé. Pour les signatures, il est également nécessaire d\'installer le plugin de navigateur trouvable ici https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Aucune carte d\'identité portugaise n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.autenticacao.gov.pt/cc-aplicacao est installé.","no-rs-id-card":"Aucune carte d\'identité serbe n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://ca.mup.gov.rs/download-lat.html est installé.","no-fi-id-card":"Aucune carte d\'identité finlandaise n\'a été trouvée. Veuillez consulter les instructions d\'installation logicielle sur : https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Aucune carte d\'identité belge trouvée. Assurez-vous d\'avoir inséré la carte et installé le logiciel depuis https://eid.belgium.be. Veuillez redémarrer le navigateur si l\'erreur persiste.","confirm-doc-check-and-sign":"Avez-vous compris le contenu du document et êtes-vous prêt à finaliser la signature ?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Alimenté par eIDEasy","log-in":"Se connecter","this-field-is-required":"Ce champ est obligatoire","your-verification-code":"Votre code de vérification :","cancel":"Annuler","no-response-error":"Quelque chose a dysfonctionné. Assurez-vous d\'être connecté à Internet, puis réessayez.","back":"Retour","no-matching-countries":"Aucun pays correspondant","id-card-read-timeout":"La lecture de la carte d\'identité a pris trop de temps. Veuillez fermer toutes les fenêtres ouvertes du navigateur, puis réessayer.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Validez la demande d\'identification sur votre application FREJA eID","try-again":"Veuillez réessayer","pre-sign-confirmation":"Après avoir cliqué sur \\"Signer\\", nous vous identifierons à l\'aide de {method} et créerons une signature juridiquement contraignante.","login-method":"Méthode de connexion :","finnish-online-bank":"Banque en ligne finlandaise","online-bank":"Banque en ligne","or":"ou","transaction-id":"ID de transaction","sign-in-evrotrust-app":"Veuillez signer ce document dans votre application Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Autres pays","email-sms":"E-mail / SMS","email-code-sent":"Un e-mail avec le code a été envoyé à","sms-code-sent":"Un SMS avec le code a été envoyé à","your-code":"Votre code","signature-method":"Méthode de signature","username-or-email":"Nom d\'utilisateur ou email","cell-phone":"téléphone portable","including-calling-code":"avec code pays incluant \\"+\\", exemple +35112345678","enter-temp-security-code":"Entrez le code de sécurité temporaire","mobile-key-signing-info":"Vous pouvez trouver plus d\'informations sur le processus de signature de clé mobile sur https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Cette action est définitive et irréversible.","you-have-5-minutes-to-enter-the-code":"Vous avez 5 minutes pour entrer le code avant qu\'il n\'expire.","confirm":"confirmer","after-confirmation-following-docs-will-be-signed":"Après confirmation, les documents suivants seront signés :","code-by-sms":"Code par SMS","confirmation-code-will-be-sent-to":"Un code de confirmation sera envoyé à {}","continue":"Continuer","name":"Nom","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Broche de signature numérique","approve-sign-request-on-freja-app":"Approuver la demande de signature sur votre application FREJA eID","no-required-software":"Vous n\'avez pas installé le logiciel nécessaire pour effectuer cette action. Veuillez suivre les instructions sur https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signer avec ma banque","card-number":"numéro de carte","your-sms-otp-code":"Votre code sms otp"}')},fa8a:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".EparakstsSmartCardButton_reset-list_2jXDN{margin:0;padding:0;list-style:none;display:block}.EparakstsSmartCardButton_uppercase-sm_oOayN{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EparakstsSmartCardButton_icon_13oPo{display:block;width:28px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"EparakstsSmartCardButton_reset-list_2jXDN","uppercase-sm":"EparakstsSmartCardButton_uppercase-sm_oOayN",icon:"EparakstsSmartCardButton_icon_13oPo"},t.exports=e},faad:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}}),a("path",{attrs:{fill:"#6DA544",d:"M323.744 203.099L256 270.843l-67.744-67.744a81.156 81.156 0 00-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 00-13.881-45.483z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z"}}),a("path",{attrs:{fill:"#338AF3",d:"M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z"}}),a("path",{attrs:{fill:"#6DA544",d:"M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 00-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 00-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z"}})]))}}},fae3:function(t,e,a){"use strict";if(a.r(e),"undefined"!==typeof window){var n=window.document.currentScript,r=a("8875");n=r(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:r});var i=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);i&&(a.p=i[1])}var s=a("2b0e"),o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.app},[a("AppLayout")],1)},c=[];a("4160"),a("caad"),a("a9e3"),a("b64b"),a("2532"),a("159b"),a("a4d3"),a("4de4"),a("e439"),a("dbb4");function l(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}function u(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function d(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?u(Object(a),!0).forEach((function(e){l(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):u(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}a("ac1f"),a("5319"),a("dca8");var f=Object.freeze({AF:"+93",AX:"+358",AL:"+355",DZ:"+213",AS:"+1684",AD:"+376",AO:"+244",AI:"+1264",AQ:"+672",AG:"+1268",AR:"+54",AM:"+374",AW:"+297",AU:"+61",AT:"+43",AZ:"+994",BS:"+1242",BH:"+973",BD:"+880",BB:"+1246",BY:"+375",BE:"+32",BZ:"+501",BJ:"+229",BM:"+1441",BT:"+975",BO:"+591",BA:"+387",BW:"+267",BR:"+55",IO:"+246",BN:"+673",BG:"+359",BF:"+226",BI:"+257",KH:"+855",CM:"+237",CA:"+1",CV:"+238",KY:"+ 345",CF:"+236",TD:"+235",CL:"+56",CN:"+86",CX:"+61",CC:"+61",CO:"+57",KM:"+269",CG:"+242",CD:"+243",CK:"+682",CR:"+506",CI:"+225",HR:"+385",CU:"+53",CY:"+357",CZ:"+420",DK:"+45",DJ:"+253",DM:"+1767",DO:"+1849",EC:"+593",EG:"+20",SV:"+503",GQ:"+240",ER:"+291",EE:"+372",ET:"+251",FK:"+500",FO:"+298",FJ:"+679",FI:"+358",FR:"+33",GF:"+594",PF:"+689",GA:"+241",GM:"+220",GE:"+995",DE:"+49",GH:"+233",GI:"+350",GR:"+30",GL:"+299",GD:"+1473",GP:"+590",GU:"+1671",GT:"+502",GG:"+44",GN:"+224",GW:"+245",GY:"+595",HT:"+509",VA:"+379",HN:"+504",HK:"+852",HU:"+36",IS:"+354",IN:"+91",ID:"+62",IR:"+98",IQ:"+964",IE:"+353",IM:"+44",IL:"+972",IT:"+39",JM:"+1876",JP:"+81",JE:"+44",JO:"+962",KZ:"+77",KE:"+254",KI:"+686",KP:"+850",KR:"+82",KW:"+965",KG:"+996",LA:"+856",LV:"+371",LB:"+961",LS:"+266",LR:"+231",LY:"+218",LI:"+423",LT:"+370",LU:"+352",MO:"+853",MK:"+389",MG:"+261",MW:"+265",MY:"+60",MV:"+960",ML:"+223",MT:"+356",MH:"+692",MQ:"+596",MR:"+222",MU:"+230",YT:"+262",MX:"+52",FM:"+691",MD:"+373",MC:"+377",MN:"+976",ME:"+382",MS:"+1664",MA:"+212",MZ:"+258",MM:"+95",NA:"+264",NR:"+674",NP:"+977",NL:"+31",AN:"+599",NC:"+687",NZ:"+64",NI:"+505",NE:"+227",NG:"+234",NU:"+683",NF:"+672",MP:"+1670",NO:"+47",OM:"+968",PK:"+92",PW:"+680",PS:"+970",PA:"+507",PG:"+675",PY:"+595",PE:"+51",PH:"+63",PN:"+872",PL:"+48",PT:"+351",PR:"+1939",QA:"+974",RO:"+40",RU:"+7",RW:"+250",RE:"+262",BL:"+590",SH:"+290",KN:"+1869",LC:"+1758",MF:"+590",PM:"+508",VC:"+1784",WS:"+685",SM:"+378",ST:"+239",SA:"+966",SN:"+221",RS:"+381",SC:"+248",SL:"+232",SG:"+65",SK:"+421",SI:"+386",SB:"+677",SO:"+252",ZA:"+27",SS:"+211",GS:"+500",ES:"+34",LK:"+94",SD:"+249",SR:"+597",SJ:"+47",SZ:"+268",SE:"+46",CH:"+41",SY:"+963",TW:"+886",TJ:"+992",TZ:"+255",TH:"+66",TL:"+670",TG:"+228",TK:"+690",TO:"+676",TT:"+1868",TN:"+216",TR:"+90",TM:"+993",TC:"+1649",TV:"+688",UG:"+256",UA:"+380",AE:"+971",GB:"+44",US:"+1",UY:"+598",UZ:"+998",VU:"+678",VE:"+58",VN:"+84",VG:"+1284",VI:"+1340",WF:"+681",YE:"+967",ZM:"+260",ZW:"+263"}),p=f,h=function(t){var e=[];Object.keys(p).forEach((function(t){return e.push(p[t])}));for(var a=t,n=0;n<e.length;n++)a=a.replace(e[n],"");return a},v=h,g=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.layout},["MethodSelection"!==t.currentView?a("AppHeader",[a("HeaderContentSubView")],1):t.showCountrySelect?a("AppHeader",[a("HeaderContentCountry")],1):t._e(),a("div",{class:t.$style.main},[a("FlashMessages",{attrs:{messages:t.flashMessages}}),a("transition",{attrs:{name:t.$style.fade}},[a("LoadingOverlay",{directives:[{name:"show",rawName:"v-show",value:t.isLoading,expression:"isLoading"}]})],1),a(t.currentView,{tag:"component"})],1),a("AppFooter",[a("a",{class:t.$style.eidEasyLink,attrs:{href:"https://eideasy.com",target:"_blank"}},[t._v(" "+t._s(t.$t("powered-by-eideasy"))+" ")])])],1)},m=[],y=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.footer},[a("div",{class:t.$style.text},[t._t("default")],2)])},M=[],b={name:"AppFooter"},S=b,_=a("aa2e");function w(t,e,a,n,r,i,s,o){var c,l="function"===typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=a,l._compiled=!0),n&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),s?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},l._ssrRegister=c):r&&(c=o?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:t,options:l}}function C(t){this["$style"]=_["default"].locals||_["default"]}var z=w(S,y,M,!1,C,null,null),I=z.exports,x=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.header},[t._t("default")],2)},A=[],E={name:"AppHeader"},k=E,F=a("9469");function B(t){this["$style"]=F["default"].locals||F["default"]}var T=w(k,x,A,!1,B,null,null),O=T.exports,D=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.loadingOverlay},[a("div",{class:t.$style.spinnerHolder},[a("AppSpinner")],1)])},N=[],L=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:[t.$style.spinner,t.schemeClassName]})},j=[];a("c975");function H(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,n=new Array(e);a<e;a++)n[a]=t[a];return n}function P(t){if(Array.isArray(t))return H(t)}a("e01a"),a("d28b"),a("a630"),a("e260"),a("d3b7"),a("3ca3"),a("ddb0");function V(t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}a("fb6a"),a("b0c0"),a("25f0");function R(t,e){if(t){if("string"===typeof t)return H(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?H(t,e):void 0}}function G(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function $(t){return P(t)||V(t)||R(t)||G()}var U=function(t){return{props:{scheme:{validator:function(e){return-1!==$(t).indexOf(e)}}},computed:{schemeClassName:function(){return this.$style[this.scheme]}}}},K=U,Y={name:"AppSpinner",mixins:[K(["primary","secondary"])]},q=Y,Z=a("0d24");function J(t){this["$style"]=Z["default"].locals||Z["default"]}var W=w(q,L,j,!1,J,null,null),X=W.exports,Q={name:"LoadingOverlay",components:{AppSpinner:X}},tt=Q,et=a("bb85");function at(t){this["$style"]=et["default"].locals||et["default"]}var nt=w(tt,D,N,!1,at,null,null),rt=nt.exports,it=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",t._l(t.flashMessages,(function(e){return a("AppAlert",{key:e.text,attrs:{scheme:e.scheme}},[t._v(" "+t._s(e.text)+" ")])})),1)},st=[],ot=(a("d81d"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:[t.$style.alert,t.schemeClassName]},[t._t("header"),t._t("default")],2)}),ct=[],lt={name:"AppAlert",props:{scheme:{validator:function(t){return-1!==["success","danger","warning","info","primary"].indexOf(t)}}},computed:{schemeClassName:function(){return this.$style[this.scheme]}}},ut=lt,dt=a("1ac4");function ft(t){this["$style"]=dt["default"].locals||dt["default"]}var pt=w(ut,ot,ct,!1,ft,null,null),ht=pt.exports,vt={name:"FlashMessages",components:{AppAlert:ht},props:{messages:Array},computed:{flashMessages:function(){var t=this.$t.bind(this),e=this.$root.$options.eidEasyFormatFlashMessage;return this.messages.map((function(a){return a.translationKey&&(a.text=t(a.translationKey)),"function"===typeof e?e(a):a}))}}},gt=vt,mt=w(gt,it,st,!1,null,null,null),yt=mt.exports,Mt=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.headerRow},[a("div",{class:[t.$style.left,t.$style.regionTitle]},[t._v(" "+t._s(t.$t("country"))+" ")]),a("div",{class:t.$style.right},[a("CountrySelect",{attrs:{"selected-country":t.countryCode,"available-countries":t.availableCountries,"on-input":function(e){return t.changeCountry(e.countryCode)}}})],1)])},bt=[],St=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-select",{class:t.$style.select,attrs:{value:t.value,options:t.options,clearable:!1},on:{input:t.onInput},scopedSlots:t._u([{key:"option",fn:function(t){return[a("CountrySelectOption",{attrs:{option:t}})]}},{key:"selected-option-container",fn:function(t){var e=t.option;return[a("div",{staticClass:"vs__selected"},[a("CountrySelectOption",{attrs:{option:e}})],1)]}},{key:"open-indicator",fn:function(e){var n=e.attributes;return[a("span",t._b({class:t.$style.caretDown},"span",n,!1))]}}])},[a("template",{slot:"no-options"},[a("div",{class:t.$style.noOptions},[t._v(" "+t._s(t.$t("no-matching-countries"))+" ")])])],2)},_t=[],wt=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.option},[a(t.dynamicIcon,{tag:"component"}),a("div",{class:t.$style.optionText},[t._v(" "+t._s(t.option.label)+" ")])],1)},Ct=[];function zt(t){var e={};return t.keys().map((function(a){e[a.replace("./","")]=t(a)})),e}var It=zt(a("3511")),xt=It,At={name:"CountrySelectOption",props:{option:{type:Object,required:!0}},computed:{dynamicIcon:function(){return xt["".concat(this.option.countryCode,".svg")]}}},Et=At,kt=a("5942");function Ft(t){this["$style"]=kt["default"].locals||kt["default"]}var Bt=w(Et,wt,Ct,!1,Ft,null,null),Tt=Bt.exports,Ot=a("2e18"),Dt=a.n(Ot);Dt.a.registerLocale(a("8781")),Dt.a.registerLocale(a("d13c")),Dt.a.registerLocale(a("8e35")),Dt.a.registerLocale(a("5004")),Dt.a.registerLocale(a("37d3")),Dt.a.registerLocale(a("b401")),Dt.a.registerLocale(a("566f")),Dt.a.registerLocale(a("196d")),Dt.a.registerLocale(a("20fc")),Dt.a.registerLocale(a("5408")),Dt.a.registerLocale(a("4ff2")),Dt.a.registerLocale(a("2a2c")),Dt.a.registerLocale(a("5f7a"));var Nt=Dt.a,Lt={name:"CountrySelect",components:{CountrySelectOption:Tt},props:{onInput:Function,availableCountries:Array,selectedCountry:String},computed:{value:function(){var t=this.selectedCountry,e=this.getCountryName(t);return{label:e,countryCode:t}},options:function(){var t=this.getCountryName;return this.availableCountries.map((function(e){return{label:t(e),countryCode:e}})).sort((function(t,e){return"WORLD"===t.countryCode?-1:"WORLD"===e.countryCode?1:t.label.localeCompare(e.label)}))}},methods:{getCountryName:function(t){return"WORLD"===t?this.$t("other-countries"):Nt.getName(t,this.$i18n.locale,{select:"official"})||Nt.getName(t,"en",{select:"official"})}}},jt=Lt,Ht=a("83b0");function Pt(t){this["$style"]=Ht["default"].locals||Ht["default"]}var Vt=w(jt,St,_t,!1,Pt,null,null),Rt=Vt.exports,Gt={name:"HeaderContentCountry",components:{CountrySelect:Rt},computed:{countryCode:function(){return this.$root.$options.storeGetters.countryCode()},availableCountries:function(){return this.$root.$options.storeGetters.availableCountries()}},methods:{changeCountry:function(t){try{window.localStorage.setItem("eideasySelectedCountry",t)}catch(e){console.error(e)}return this.$root.$options.storeActions.changeCountry(t)}}},$t=Gt,Ut=a("c52f");function Kt(t){this["$style"]=Ut["default"].locals||Ut["default"]}var Yt=w($t,Mt,bt,!1,Kt,null,null),qt=Yt.exports,Zt=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.headerRow},[a("div",{class:t.$style.left},[t.showBackButton?a("BackButton",{attrs:{"on-click":function(){return t.changeView(t.viewNames.MethodSelection)},disabled:!t.userActionsEnabled}}):t._e()],1),a("div",{class:t.$style.right},[a("div",{class:t.$style.titleGroup},[a("div",{class:t.$style.viewTitle},[t._v(" "+t._s(t.$t(t.currentViewTitleKey))+" ")]),a("div",{class:t.$style.flagIcon,attrs:{"aria-label":t.$t("country")+": "+t.currentCountryName}},[a(t.currentFlagIcon,{tag:"component"})],1)])])])},Jt=[],Wt=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("a",{class:[e.$style.button,(t={},t[e.$style.disabled]=e.disabled,t)],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.handleClick(t)}}},[n("div",{class:e.$style.backIcon},[n("div",{class:e.$style.backCaret})]),n("div",{class:e.$style.text},[e._v(" "+e._s(e.$t("back"))+" ")])])},Xt=[],Qt={name:"BackButton",props:{onClick:Function,disabled:Boolean},methods:{handleClick:function(t){!this.disabled&&this.onClick&&this.onClick(t)}}},te=Qt,ee=a("cfd3");function ae(t){this["$style"]=ee["default"].locals||ee["default"]}var ne=w(te,Wt,Xt,!1,ae,null,null),re=ne.exports,ie={MethodSelection:"MethodSelection",SmartIdAuth:"SmartIdAuth",MobileIdAuth:"MobileIdAuth",IdentificationFrejaId:"IdentificationFrejaId",IdentificationZealId:"IdentificationZealId",SignatureSmartId:"SignatureSmartId",SignatureMobileId:"SignatureMobileId",SignatureFtn:"SignatureFtn",SignatureFtnAdvancedFull:"SignatureFtnAdvancedFull",SignatureOtp:"SignatureOtp",SignatureEvrotrust:"SignatureEvrotrust",SignatureDTrustSignMe:"SignatureDTrustSignMe",SignatureChaveMovel:"SignatureChaveMovel",SignatureNoBankId:"SignatureNoBankId",SignatureSpidQes:"SignatureSpidQes",SignatureFrejaId:"SignatureFrejaId",SignatureAudkenni:"SignatureAudkenni",SignatureUanatacaQes:"SignatureUanatacaQes"},se=ie,oe={name:"HeaderContentSubView",components:{BackButton:re},data:function(){return{viewNames:se}},computed:{countryCode:function(){return this.$root.$options.storeGetters.countryCode()},currentViewTitleKey:function(){return this.$root.$options.storeGetters.currentViewTitleKey()},currentFlagIcon:function(){return xt["".concat(this.countryCode,".svg")]},currentCountryName:function(){return Nt.getName(this.countryCode,this.$i18n.locale,{select:"official"})},userActionsEnabled:function(){return this.$root.$options.storeGetters.userActionsEnabled()},showBackButton:function(){return this.$root.$options.storeGetters.showBackButton()}},methods:{changeView:function(t){return this.$root.$options.storeActions.changeView(t)}}},ce=oe,le=a("51ae");function ue(t){this["$style"]=le["default"].locals||le["default"]}var de=w(ce,Zt,Jt,!1,ue,null,null),fe=de.exports,pe=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("div",{class:[e.$style.methodSelection,(t={},t[e.$style.methodSelectionThin]=e.isThinLayout,t)]},[n("div",{class:e.$style.row},e._l(e.identificationMethodsInCurrentCountry,(function(t){return n("div",{key:t.actionType,class:e.$style.unit},[n("MethodButton",{attrs:{"button-name":t.buttonName,disabled:e.isLoading,"on-click":function(){return e.selectMethod(t.actionType)},"aria-label":e.$t("login-method")+" "+e.$t(t.translationKeys.title)}})],1)})),0),n("div",{class:e.$style.row},e._l(e.signingMethodsInCurrentCountry,(function(t){return n("div",{key:t.actionType,class:e.$style.unit},[t.buttonInstructions?n("div",{class:e.$style.buttonInstructions},[e._v(" "+e._s(e.$t(t.buttonInstructions))+" ")]):e._e(),n("MethodButton",{attrs:{"button-name":t.buttonName,disabled:e.isLoading,"on-click":function(){return e.selectMethod(t.actionType)},"aria-label":e.$t("signature-method")+" "+e.$t(t.translationKeys.title)}})],1)})),0),n("div",{ref:"iframeHolder"})])},he=[];a("96cf"),a("e6cf");function ve(t,e,a,n,r,i,s){try{var o=t[i](s),c=o.value}catch(l){return void a(l)}o.done?e(c):Promise.resolve(c).then(n,r)}function ge(t){return function(){var e=this,a=arguments;return new Promise((function(n,r){var i=t.apply(e,a);function s(t){ve(i,n,r,s,o,"next",t)}function o(t){ve(i,n,r,s,o,"throw",t)}s(void 0)}))}}var me=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("a",{class:t.$style.methodButton,attrs:{href:"#",role:"button",disabled:t.disabled},on:{click:function(e){return e.preventDefault(),t.handleClick(e)}}},[a(t.buttonName,{tag:"Component"})],1)},ye=[],Me=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconIdCard",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},be=[],Se=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.row},[a("div",{class:t.$style.unit},[t._t("slot1")],2),a("div",{class:t.$style.unit},[t._t("slot2")],2)])},_e=[],we={name:"MethodButtonBase"},Ce=we,ze=a("0f53");function Ie(t){this["$style"]=ze["default"].locals||ze["default"]}var xe=w(Ce,Se,_e,!1,Ie,null,null),Ae=xe.exports,Ee=a("ed45"),ke=a.n(Ee),Fe={name:"MobileIdButton",components:{MethodButtonBase:Ae,IconIdCard:ke.a}},Be=Fe,Te=a("bd3c");function Oe(t){this["$style"]=Te["default"].locals||Te["default"]}var De=w(Be,Me,be,!1,Oe,null,null),Ne=De.exports,Le=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconIdCardEE",{class:t.$style.icon})]},proxy:!0}])})},je=[],He=a("732d"),Pe=a.n(He),Ve={name:"IdCardButtonEE",components:{MethodButtonBase:Ae,IconIdCardEE:Pe.a}},Re=Ve,Ge=a("52ab");function $e(t){this["$style"]=Ge["default"].locals||Ge["default"]}var Ue=w(Re,Le,je,!1,$e,null,null),Ke=Ue.exports,Ye=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconSmartId",{class:t.$style.icon})]},proxy:!0}])})},qe=[],Ze=a("ed8e"),Je=a.n(Ze),We={name:"SmartIdButton",components:{MethodButtonBase:Ae,IconSmartId:Je.a}},Xe=We,Qe=a("5951");function ta(t){this["$style"]=Qe["default"].locals||Qe["default"]}var ea=w(Xe,Ye,qe,!1,ta,null,null),aa=ea.exports,na=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconMobileId",{class:t.$style.icon})]},proxy:!0}])})},ra=[],ia=a("23e5"),sa=a.n(ia),oa={name:"MobileIdButton",components:{MethodButtonBase:Ae,IconMobileId:sa.a}},ca=oa,la=a("4ea9");function ua(t){this["$style"]=la["default"].locals||la["default"]}var da=w(ca,na,ra,!1,ua,null,null),fa=da.exports,pa=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconMobiilId",{class:t.$style.icon})]},proxy:!0}])})},ha=[],va=a("e6dc"),ga=a.n(va),ma={name:"MobileIdButtonEE",components:{MethodButtonBase:Ae,IconMobiilId:ga.a}},ya=ma,Ma=a("fc85");function ba(t){this["$style"]=Ma["default"].locals||Ma["default"]}var Sa=w(ya,pa,ha,!1,ba,null,null),_a=Sa.exports,wa=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("EparakstsMobileIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-mobile"))+" ")]},proxy:!0}])})},Ca=[],za=a("51cc"),Ia=a.n(za),xa={name:"EparakstsMobileButton",components:{MethodButtonBase:Ae,EparakstsMobileIcon:Ia.a}},Aa=xa,Ea=a("97fa");function ka(t){this["$style"]=Ea["default"].locals||Ea["default"]}var Fa=w(Aa,wa,Ca,!1,ka,null,null),Ba=Fa.exports,Ta=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("EparakstsMarkIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-smart-card"))+" ")]},proxy:!0}])})},Oa=[],Da=a("3b23"),Na=a.n(Da),La={name:"EparakstsSmartCardButton",components:{MethodButtonBase:Ae,EparakstsMarkIcon:Na.a}},ja=La,Ha=a("5e69");function Pa(t){this["$style"]=Ha["default"].locals||Ha["default"]}var Va=w(ja,Ta,Oa,!1,Pa,null,null),Ra=Va.exports,Ga=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconFrejaEid",{class:t.$style.icon})]},proxy:!0}])})},$a=[],Ua=a("1709"),Ka=a.n(Ua),Ya={name:"FrejaEidButton",components:{MethodButtonBase:Ae,IconFrejaEid:Ka.a}},qa=Ya,Za=a("f041");function Ja(t){this["$style"]=Za["default"].locals||Za["default"]}var Wa=w(qa,Ga,$a,!1,Ja,null,null),Xa=Wa.exports,Qa=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconZealId",{class:t.$style.icon})]},proxy:!0}])})},tn=[],en=a("9061"),an=a.n(en),nn={name:"ZealIdButton",components:{MethodButtonBase:Ae,IconZealId:an.a}},rn=nn,sn=a("fc78");function on(t){this["$style"]=sn["default"].locals||sn["default"]}var cn=w(rn,Qa,tn,!1,on,null,null),ln=cn.exports,un=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("BelgianEidIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},dn=[],fn=a("9ff9"),pn=a.n(fn),hn={name:"IdCardButtonBe",components:{MethodButtonBase:Ae,BelgianEidIcon:pn.a}},vn=hn,gn=a("b268");function mn(t){this["$style"]=gn["default"].locals||gn["default"]}var yn=w(vn,un,dn,!1,mn,null,null),Mn=yn.exports,bn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{class:t.$style.base,scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconMojeId",{class:t.$style.icon})]},proxy:!0}])})},Sn=[],_n=a("bc69"),wn=a.n(_n),Cn={name:"MojeIdButton",components:{MethodButtonBase:Ae,IconMojeId:wn.a}},zn=Cn,In=a("30ad");function xn(t){this["$style"]=In["default"].locals||In["default"]}var An=w(zn,bn,Sn,!1,xn,null,null),En=An.exports,kn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("online-bank"))+" ")]},proxy:!0}])})},Fn=[],Bn={name:"FinnishTrustNetworkButton",components:{MethodButtonBase:Ae}},Tn=Bn,On=w(Tn,kn,Fn,!1,null,null,null),Dn=On.exports,Nn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconAtHandy",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" Handy-Signatur ")]},proxy:!0}])})},Ln=[],jn=a("8785"),Hn=a.n(jn),Pn={name:"AtHandyButton",components:{MethodButtonBase:Ae,IconAtHandy:Hn.a}},Vn=Pn,Rn=a("dc7d");function Gn(t){this["$style"]=Rn["default"].locals||Rn["default"]}var $n=w(Vn,Nn,Ln,!1,Gn,null,null),Un=$n.exports,Kn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("FiIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("varmennekortti"))+" ")]},proxy:!0}])})},Yn=[],qn=a("ca40"),Zn=a.n(qn),Jn={name:"IdCardButtonFi",components:{MethodButtonBase:Ae,FiIdIcon:Zn.a}},Wn=Jn,Xn=a("3e2b");function Qn(t){this["$style"]=Xn["default"].locals||Xn["default"]}var tr=w(Wn,Kn,Yn,!1,Qn,null,null),er=tr.exports,ar=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("LvIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-eid"))+" ")]},proxy:!0}])})},nr=[],rr={name:"IdCardButtonLv",components:{MethodButtonBase:Ae,LvIdIcon:Na.a}},ir=rr,sr=a("0e8e");function or(t){this["$style"]=sr["default"].locals||sr["default"]}var cr=w(ir,ar,nr,!1,or,null,null),lr=cr.exports,ur=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("PtIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},dr=[],fr=a("fcf1"),pr=a.n(fr),hr={name:"IdCardButtonPt",components:{MethodButtonBase:Ae,PtIdIcon:pr.a}},vr=hr,gr=a("08a9");function mr(t){this["$style"]=gr["default"].locals||gr["default"]}var yr=w(vr,ur,dr,!1,mr,null,null),Mr=yr.exports,br=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("email-sms"))+" ")]},proxy:!0}])})},Sr=[],_r={name:"OtpButton",components:{MethodButtonBase:Ae}},wr=_r,Cr=w(wr,br,Sr,!1,null,null,null),zr=Cr.exports,Ir=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconGoogle",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" Google ")]},proxy:!0}])})},xr=[],Ar=a("4460"),Er=a.n(Ar),kr={name:"AtHandyButton",components:{MethodButtonBase:Ae,IconGoogle:Er.a}},Fr=kr,Br=a("6a00");function Tr(t){this["$style"]=Br["default"].locals||Br["default"]}var Or=w(Fr,Ir,xr,!1,Tr,null,null),Dr=Or.exports,Nr=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconEvro",{class:t.$style.icon})]},proxy:!0}])})},Lr=[],jr=a("fda2"),Hr=a.n(jr),Pr={name:"EvrotrustButton",components:{MethodButtonBase:Ae,IconEvro:Hr.a}},Vr=Pr,Rr=a("f3dd");function Gr(t){this["$style"]=Rr["default"].locals||Rr["default"]}var $r=w(Vr,Nr,Lr,!1,Gr,null,null),Ur=$r.exports,Kr=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconBankId",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" BankID ")]},proxy:!0}])})},Yr=[],qr=a("a67c"),Zr=a.n(qr),Jr={name:"BankIdButton",components:{MethodButtonBase:Ae,IconBankId:Zr.a}},Wr=Jr,Xr=a("5f74");function Qr(t){this["$style"]=Xr["default"].locals||Xr["default"]}var ti=w(Wr,Kr,Yr,!1,Qr,null,null),ei=ti.exports,ai=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("SingMeLogo",{class:t.$style.icon})]},proxy:!0}])})},ni=[],ri=a("bdb5"),ii=a.n(ri),si={name:"DTrustSignMeButton",components:{MethodButtonBase:Ae,SingMeLogo:ii.a}},oi=si,ci=a("2b80");function li(t){this["$style"]=ci["default"].locals||ci["default"]}var ui=w(oi,ai,ni,!1,li,null,null),di=ui.exports,fi=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("MitIdLogo",{class:t.$style.icon})]},proxy:!0}])})},pi=[],hi=a("3374"),vi=a.n(hi),gi={name:"MitIdButton",components:{MethodButtonBase:Ae,MitIdLogo:vi.a}},mi=gi,yi=a("eea4");function Mi(t){this["$style"]=yi["default"].locals||yi["default"]}var bi=w(mi,fi,pi,!1,Mi,null,null),Si=bi.exports,_i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("PtIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("chave-movel"))+" ")]},proxy:!0}])})},wi=[],Ci={name:"ChaveMovelButton",components:{MethodButtonBase:Ae,PtIdIcon:pr.a}},zi=Ci,Ii=a("3534");function xi(t){this["$style"]=Ii["default"].locals||Ii["default"]}var Ai=w(zi,_i,wi,!1,xi,null,null),Ei=Ai.exports,ki=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconBankId",{class:t.$style.icon})]},proxy:!0}])})},Fi=[],Bi=a("4f06"),Ti=a.n(Bi),Oi={name:"NoBankIdButton",components:{MethodButtonBase:Ae,IconBankId:Ti.a}},Di=Oi,Ni=a("dd85");function Li(t){this["$style"]=Ni["default"].locals||Ni["default"]}var ji=w(Di,ki,Fi,!1,Li,null,null),Hi=ji.exports,Pi=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("ItsmeIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("itsme"))+" ")]},proxy:!0}])})},Vi=[],Ri=a("c6c1"),Gi=a.n(Ri),$i={name:"ItsmeButton",components:{MethodButtonBase:Ae,ItsmeIcon:Gi.a}},Ui=$i,Ki=a("df00");function Yi(t){this["$style"]=Ki["default"].locals||Ki["default"]}var qi=w(Ui,Pi,Vi,!1,Yi,null,null),Zi=qi.exports,Ji=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("CertEurope USB"))+" ")]},proxy:!0}])})},Wi=[],Xi={name:"CertEuropeUsbButton",components:{MethodButtonBase:Ae}},Qi=Xi,ts=w(Qi,Ji,Wi,!1,null,null,null),es=ts.exports,as=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconCertSign",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("USB"))+" ")]},proxy:!0}])})},ns=[],rs=a("88ed"),is=a.n(rs),ss={name:"CertSignUsbButton",components:{MethodButtonBase:Ae,IconCertSign:is.a}},os=ss,cs=a("15e7");function ls(t){this["$style"]=cs["default"].locals||cs["default"]}var us=w(os,as,ns,!1,ls,null,null),ds=us.exports,fs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IdinIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("iDIN"))+" ")]},proxy:!0}])})},ps=[],hs=a("f0da"),vs=a.n(hs),gs={name:"IdinButton",components:{MethodButtonBase:Ae,IdinIcon:vs.a}},ms=gs,ys=a("c890");function Ms(t){this["$style"]=ys["default"].locals||ys["default"]}var bs=w(ms,fs,ps,!1,Ms,null,null),Ss=bs.exports,_s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("VerifaiIcon",{class:t.$style.icon})]},proxy:!0}])})},ws=[],Cs=a("f0db"),zs=a.n(Cs),Is={name:"VerifaiButton",components:{MethodButtonBase:Ae,VerifaiIcon:zs.a}},xs=Is,As=a("b2a0");function Es(t){this["$style"]=As["default"].locals||As["default"]}var ks=w(xs,_s,ws,!1,Es,null,null),Fs=ks.exports,Bs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconSpid",{class:t.$style.icon})]},proxy:!0}])})},Ts=[],Os=a("bf1d"),Ds=a.n(Os),Ns={name:"SpidButton",components:{MethodButtonBase:Ae,IconSpid:Ds.a}},Ls=Ns,js=a("bfe4");function Hs(t){this["$style"]=js["default"].locals||js["default"]}var Ps=w(Ls,Bs,Ts,!1,Hs,null,null),Vs=Ps.exports,Rs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("online-bank"))+" ")]},proxy:!0}])})},Gs=[],$s={name:"FinnishTrustNetworkAdvancedFullButton",components:{MethodButtonBase:Ae}},Us=$s,Ks=w(Us,Rs,Gs,!1,null,null,null),Ys=Ks.exports,qs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("AudkenniIcon",{class:t.$style.icon})]},proxy:!0}])})},Zs=[],Js=a("1d1d"),Ws=a.n(Js),Xs={name:"AudkenniButton",components:{MethodButtonBase:Ae,AudkenniIcon:Ws.a}},Qs=Xs,to=a("b860");function eo(t){this["$style"]=to["default"].locals||to["default"]}var ao=w(Qs,qs,Zs,!1,eo,null,null),no=ao.exports,ro=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("div",{class:t.$style.text},[t._v(" yes® ")])]},proxy:!0}])})},io=[],so={name:"YesComButton",components:{MethodButtonBase:Ae}},oo=so,co=a("0dba");function lo(t){this["$style"]=co["default"].locals||co["default"]}var uo=w(oo,ro,io,!1,lo,null,null),fo=uo.exports,po=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("EdoAppLogo",{class:t.$style.icon})]},proxy:!0}])})},ho=[],vo=a("e48f"),go=a.n(vo),mo={name:"EdoAppEidButton",components:{MethodButtonBase:Ae,EdoAppLogo:go.a}},yo=mo,Mo=a("a5af");function bo(t){this["$style"]=Mo["default"].locals||Mo["default"]}var So=w(yo,po,ho,!1,bo,null,null),_o=So.exports,wo=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconSimplySign",{class:t.$style.icon})]},proxy:!0}])})},Co=[],zo=a("4c9f"),Io=a.n(zo),xo={name:"SimplySignButton",components:{MethodButtonBase:Ae,IconSimplySign:Io.a}},Ao=xo,Eo=a("e116");function ko(t){this["$style"]=Eo["default"].locals||Eo["default"]}var Fo=w(Ao,wo,Co,!1,ko,null,null),Bo=Fo.exports,To=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconUanataca",{class:t.$style.icon})]},proxy:!0}])})},Oo=[],Do=a("3208"),No=a.n(Do),Lo={name:"UanatacaButton",components:{MethodButtonBase:Ae,IconUanataca:No.a}},jo=Lo,Ho=a("a8c4");function Po(t){this["$style"]=Ho["default"].locals||Ho["default"]}var Vo=w(jo,To,Oo,!1,Po,null,null),Ro=Vo.exports,Go=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("Scan document"))+" ")]},proxy:!0}])})},$o=[],Uo={name:"ScanDocumentButton",components:{MethodButtonBase:Ae}},Ko=Uo,Yo=w(Ko,Go,$o,!1,null,null,null),qo=Yo.exports,Zo=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("VerifaiIcon",{class:t.$style.icon})]},proxy:!0}])})},Jo=[],Wo=a("1b8b"),Xo=a.n(Wo),Qo={name:"PlMojeIdButton",components:{MethodButtonBase:Ae,VerifaiIcon:Xo.a}},tc=Qo,ec=a("030c");function ac(t){this["$style"]=ec["default"].locals||ec["default"]}var nc=w(tc,Zo,Jo,!1,ac,null,null),rc=nc.exports,ic=Object.freeze({IdCardButton:Ne,IdCardButtonEE:Ke,SmartIdButton:aa,MobileIdButton:fa,MobileIdButtonEE:_a,EparakstsMobileButton:Ba,FrejaEidButton:Xa,ZealIdButton:ln,IdCardButtonBe:Mn,MojeIdButton:En,FinnishTrustNetworkButton:Dn,FinnishTrustNetworkAdvancedFullButton:Ys,AtHandyButton:Un,IdCardButtonFi:er,IdCardButtonLv:lr,IdCardButtonPt:Mr,OtpButton:zr,GoogleButton:Dr,EvrotrustButton:Ur,BankIdButton:ei,DTrustSignMeButton:di,MitIdButton:Si,ChaveMovelButton:Ei,NoBankIdButton:Hi,ItsmeButton:Zi,CertEuropeUsbButton:es,CertSignUsbButton:ds,IdinButton:Ss,VerifaiButton:Fs,SpidButton:Vs,AudkenniButton:no,EparakstsSmartCardButton:Ra,YesComButton:fo,EdoAppEidButton:_o,SimplySignButton:Bo,UanatacaButton:Ro,ScanDocumentButton:qo,PlMojeIdButton:rc}),sc=ic,oc={name:"MethodButton",components:d({},sc),props:{buttonName:String,onClick:Function,disabled:Boolean},methods:{handleClick:function(t){this.disabled||this.onClick(t)}}},cc=oc,lc=a("c58a");function uc(t){this["$style"]=lc["default"].locals||lc["default"]}var dc=w(cc,me,ye,!1,uc,null,null),fc=dc.exports,pc={name:"MethodSelection",components:{MethodButton:fc},computed:{identificationMethodsInCurrentCountry:function(){return this.$root.$options.storeGetters.identificationMethodsInCurrentCountry()},signingMethodsInCurrentCountry:function(){return this.$root.$options.storeGetters.signingMethodsInCurrentCountry()},isLoading:function(){return this.$root.$options.storeGetters.isLoading()},currentMethod:function(){return this.$root.$options.storeGetters.currentMethod()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},isThinLayout:function(){return this.identificationMethodsInCurrentCountry.length%2!==0||this.signingMethodsInCurrentCountry.length%2!==0},methodsByActionType:function(){return this.$root.$options.eidEasyMethodsConfig.methodsByActionType},mode:function(){return this.$root.$options.storeGetters.mode()}},watch:{currentMethod:{handler:function(t){if(t){var e=this.methodsByActionType[t.actionType];e.viewName||(this.loadingStart(),this.clearFlashMessages(),this.startMethod(e.methodType,e.handlingModule))}},immediate:!0}},methods:{selectMethod:function(t){var e=this;return ge(regeneratorRuntime.mark((function a(){var n;return regeneratorRuntime.wrap((function(a){while(1)switch(a.prev=a.next){case 0:return e.loadingStart(),a.next=3,e.$root.$options.eidEasyBeforeMethodSelection({actionType:t});case 3:if(n=a.sent,e.loadingEnd(),!1!==n){a.next=7;break}return a.abrupt("return");case 7:return n&&n.additionalMethodConfig&&e.changeAdditionalMethodConfig(n.additionalMethodConfig),a.abrupt("return",e.$root.$options.storeActions.selectMethod(t));case 9:case"end":return a.stop()}}),a)})))()},loadingStart:function(){return this.$root.$options.storeActions.loadingStart()},clearFlashMessages:function(){return this.$root.$options.storeActions.clearFlashMessages()},loadingEnd:function(){return this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){return this.$root.$options.storeActions.addFlashMessage(t)},changeAdditionalMethodConfig:function(t){return this.$root.$options.storeActions.changeAdditionalMethodConfig(t)},failHandler:function(t){this.addFlashMessage(t),this.loadingEnd(),this.$root.$options.eidEasyOnFail(t)},successHandler:function(t){this.$root.$options.eidEasyOnSuccess(t)},finishedHandler:function(){this.loadingEnd()},startMethod:function(t,e){var a=this.additionalMethodConfig||{};this.$root.$options.eidEasyClient[t][e].start(d({action:this.mode,iframeHolder:this.$refs.iframeHolder,fail:this.failHandler,success:this.successHandler,finished:this.finishedHandler},a))}}},hc=pc,vc=a("e6d2");function gc(t){this["$style"]=vc["default"].locals||vc["default"]}var mc=w(hc,pe,he,!1,gc,null,null),yc=mc.exports,Mc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}}),a("AppButton",{attrs:{scheme:"secondary","on-click":function(){return t.cancel()}}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):a("div",[a("AppForm",{attrs:{id:"smartIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},bc=[],Sc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("form",{attrs:{id:t.id},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},t._l(t.schema,(function(e,n){return a("div",{key:e.name+e.label||n,class:t.formElementClasses(e.type)},[a(t.formComponentsByType[e.type],t._b({tag:"Component",on:{input:function(a){return t.handleInput(e.name,a)}}},"Component",Object.assign({},e,{id:t.formComponentId(e.name),value:t.formValue[e.name],callingCode:e.callingCode,errors:t.fieldErrors(e.name)}),!1))],1)})),0)},_c=[],wc=(a("99af"),a("13d5"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("AppButton",{attrs:{type:t.type}},[t._v(" "+t._s(t.label)+" ")])}),Cc=[],zc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("button",{class:[t.$style.button,t.schemeClassName],attrs:{type:t.type},on:{click:t.handleClick}},[t._t("default")],2)},Ic=[],xc={name:"AppButton",mixins:[K(["primary","secondary"])],props:{type:String,onClick:Function},methods:{handleClick:function(t){!this.disabled&&this.onClick&&this.onClick(t)}}},Ac=xc,Ec=a("e513");function kc(t){this["$style"]=Ec["default"].locals||Ec["default"]}var Fc=w(Ac,zc,Ic,!1,kc,null,null),Bc=Fc.exports,Tc={name:"FormButton",components:{AppButton:Bc},props:{label:String,type:String}},Oc=Tc,Dc=w(Oc,wc,Cc,!1,null,null,null),Nc=Dc.exports,Lc=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("div",{class:[e.$style.formField,(t={},t[e.$style.hidden]="hidden"===e.type,t)]},[e.instructions?n("div",{class:e.$style.instructions},[e._v(" "+e._s(e.instructions)+" ")]):e._e(),n("label",{class:e.$style.label,attrs:{for:e.id}},[e._v(" "+e._s(e.label)+" ")]),n("AppInput",e._b({on:{input:e.handleInput}},"AppInput",{type:e.type,name:e.name,placeholder:e.placeholder,id:e.id,value:e.value,hasErrors:e.hasErrors,callingCode:e.callingCode,min:e.min},!1)),e.hasErrors?n("ul",{class:e.$style.validationContainer},e._l(e.errors,(function(t){return n("li",{key:t,class:e.$style.validationMessage},[e._v(" "+e._s(t)+" ")])})),0):e._e()],1)},jc=[],Hc=function(){var t,e,a=this,n=a.$createElement,r=a._self._c||n;return a.callingCode?r("div",{class:a.$style.hasPrefix},[r("div",{class:a.$style.hasPrefix_prefix},[a._v(" "+a._s(a.callingCode)+" ")]),r("div",{class:a.$style.hasPrefix_inputWrap},[r("input",a._b({class:[a.$style.input,(t={},t[a.$style.error]=a.hasErrors,t)],domProps:{value:a.value},on:{input:a.handleInput}},"input",{type:a.type,name:a.name,placeholder:a.placeholder,id:a.id},!1))])]):r("input",a._b({class:[a.$style.input,(e={},e[a.$style.error]=a.hasErrors,e)],domProps:{value:a.value},on:{input:a.handleInput}},"input",{type:a.type,name:a.name,placeholder:a.placeholder,id:a.id},!1))},Pc=[],Vc={name:"AppInput",props:{type:String,name:String,placeholder:String,id:String,value:[Number,String,Array,Object],hasErrors:Boolean,callingCode:String,onInput:{type:Function,default:function(){}}},methods:{handleInput:function(t){this.$emit("input",t.target.value)}}},Rc=Vc,Gc=a("ee81");function $c(t){this["$style"]=Gc["default"].locals||Gc["default"]}var Uc=w(Rc,Hc,Pc,!1,$c,null,null),Kc=Uc.exports,Yc={name:"FormField",components:{AppInput:Kc},props:{type:String,name:String,placeholder:String,id:String,label:String,callingCode:String,min:Number,instructions:String,errors:{type:Array,default:function(){return[]}},value:[Number,String,Array,Object]},computed:{hasErrors:function(){return this.errors.length>0}},methods:{handleInput:function(t){this.$emit("input",t)}}},qc=Yc,Zc=a("e030");function Jc(t){this["$style"]=Zc["default"].locals||Zc["default"]}var Wc=w(qc,Lc,jc,!1,Jc,null,null),Xc=Wc.exports,Qc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.textSection},[a("div",{class:t.$style.textSectionText},[t._v(" "+t._s(t.text)+" ")])])},tl=[],el={name:"FormText",props:{text:String}},al=el,nl=a("ea92");function rl(t){this["$style"]=nl["default"].locals||nl["default"]}var il=w(al,Qc,tl,!1,rl,null,null),sl=il.exports,ol=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.spacer},[a("div",{class:t.$style.spacerText},[t._v(" "+t._s(t.text)+" ")])])},cl=[],ll={name:"FormSectionSpacer",props:{text:String}},ul=ll,dl=a("2bc4");function fl(t){this["$style"]=dl["default"].locals||dl["default"]}var pl=w(ul,ol,cl,!1,fl,null,null),hl=pl.exports,vl={submit:"FormButton",text:"FormField",number:"FormField",tel:"FormField",email:"FormField",hidden:"FormField",password:"FormField",sectionSpacer:"FormSectionSpacer",textSection:"FormText"},gl={name:"AppForm",components:{FormField:Xc,FormButton:Nc,FormSectionSpacer:hl,FormText:sl},model:{prop:"formValue",event:"input"},props:{id:{type:String,required:!0},schema:{required:!0,type:Array},formValue:{type:Object,default:function(){return{}}},onSubmit:{type:Function,default:function(){}},errors:{type:Object,default:function(){return{}}}},data:function(){return{formComponentsByType:vl,validationErrors:{}}},computed:{hasFixableErrors:function(){return Object.keys(this.validationErrors).length>0}},watch:{formValue:{handler:function(){this.validate()},immediate:!1}},methods:{formComponentId:function(t){if(t)return this.id+"_"+t},fieldErrors:function(t){var e=this.validationErrors[t]||[],a=this.errors[t]||[];return[].concat($(e),$(a))},handleInput:function(t,e){this.formValue[t]=e,this.$emit("input",d(d({},this.formValue),{},l({},t,e)))},handleSubmit:function(){this.validate({force:!0}),this.hasFixableErrors||this.onSubmit()},validate:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=d({},this.validationErrors);this.schema.forEach((function(n){var r=n.name,i=n.validation,s=t.formValue[r];if(i&&(e.force||void 0!==s)){var o=t.validateField(s,i);o.length?a[r]=o:delete a[r]}})),this.validationErrors=a},validateRule:function(t,e){if("required"===e&&!t)return this.$t("this-field-is-required")},validateField:function(t,e){var a=this;return e.reduce((function(e,n){var r=a.validateRule(t,n);return r&&e.push(r),e}),[])},formElementClasses:function(t){var e=[this.$style.formElement];return"sectionSpacer"===t&&e.push(this.$style.formElementSpacer),e}}},ml=gl,yl=a("3245");function Ml(t){this["$style"]=yl["default"].locals||yl["default"]}var bl=w(ml,Sc,_c,!1,Ml,null,null),Sl=bl.exports,_l=function(t){var e={};return t.userDetails&&(e=t.userDetails),e},wl=_l,Cl=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.challenge},[a("div",{class:t.$style.loader},[a("AppSpinner",{attrs:{scheme:"secondary"}})],1),t.userInstructions?a("div",{class:t.$style.userInstructions},[t._v(" "+t._s(t.userInstructions)+" ")]):t._e(),t.challenge?a("div",[a("div",{class:t.$style.challengeTitle},[t._v(" "+t._s(t.$t("your-verification-code"))+" ")]),a("div",{class:t.$style.challengeCode},[t._v(" "+t._s(t.challenge)+" ")])]):t._e()])},zl=[],Il={name:"ChallengeLoader",components:{AppSpinner:X},props:{challenge:String,userInstructions:String}},xl=Il,Al=a("ee5a");function El(t){this["$style"]=Al["default"].locals||Al["default"]}var kl=w(xl,Cl,zl,!1,El,null,null),Fl=kl.exports,Bl={name:"SmartIdAuth",components:{AppForm:Sl,AppButton:Bc,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},authenticate:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.smartId.start(d(d({},this.formValue),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.loadingEnd()}},e))}}},Tl=Bl,Ol=a("88bc");function Dl(t){this["$style"]=Ol["default"].locals||Ol["default"]}var Nl=w(Tl,Mc,bc,!1,Dl,null,null),Ll=Nl.exports,jl=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}}),a("AppButton",{attrs:{scheme:"secondary","on-click":function(){return t.cancel()}}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):a("div",[a("AppForm",{attrs:{id:"mobileIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Hl=[],Pl={name:"MobileIdAuth",components:{AppForm:Sl,AppButton:Bc,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},callingCode:function(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"],callingCode:this.callingCode},{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get:function(){return{phone:this.inputValues.phone,idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},authenticate:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue);e.phone=this.callingCode+e.phone;var a=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.mobileId.start(d(d({},e),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.loadingEnd()}},a))}}},Vl=Pl,Rl=a("0ec1");function Gl(t){this["$style"]=Rl["default"].locals||Rl["default"]}var $l=w(Vl,jl,Hl,!1,Gl,null,null),Ul=$l.exports,Kl=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.userInstructions?a("div",{class:t.$style.userInstructions},[a("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}}),a("AppButton",{attrs:{scheme:"secondary","on-click":function(){return t.cancel()}}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):a("div",[a("AppForm",{attrs:{id:"frejaIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Yl=[],ql={name:"IdentificationFrejaId",components:{AppForm:Sl,AppButton:Bc,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},userInstructions:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode:function(){return this.$root.$options.storeGetters.countryCode()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},authenticate:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.frejaEid.start(d(d({},this.formValue),{},{started:function(e){e.data&&(t.userInstructions=t.$t("approve-id-request-on-freja-app"),t.loadingEnd())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.userInstructions=void 0,t.loadingEnd()}},e))}}},Zl=ql,Jl=a("fc1d");function Wl(t){this["$style"]=Jl["default"].locals||Jl["default"]}var Xl=w(Zl,Kl,Yl,!1,Wl,null,null),Ql=Xl.exports,tu=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("div",{class:e.$style.formContainer},[e.error?n("div",{class:e.$style.buttonHolder},[n("AppButton",{attrs:{"on-click":function(){return e.startIdentification()}}},[e._v(" "+e._s(e.$t("try-again"))+" ")])],1):e._e(),n("div",{ref:"iframeHolder",class:[e.$style.iframeHolder,(t={},t[e.$style.hidden]=e.error,t)]})])},eu=[],au={name:"IdentificationZealId",components:{AppButton:Bc},data:function(){return{identificationProcess:{},error:null}},computed:{additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()}},mounted:function(){this.$nextTick((function(){this.startIdentification()}))},beforeDestroy:function(){this.cancel()},methods:{loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},cancel:function(){var t=this.identificationProcess.cancel;t&&t()},startIdentification:function(){var t=this;this.error=null,this.clearFlashMessages();var e=this.additionalMethodConfig||{};this.identificationProcess=this.$root.$options.eidEasyClient.identification.zealId.start(d({iframeHolder:this.$refs.iframeHolder,fail:function(e){e.isCancel||(t.addFlashMessage(e),t.$refs.iframeHolder.innerHTML=""),t.error=e,t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.loadingEnd()}},e))}}},nu=au,ru=a("7fc4");function iu(t){this["$style"]=ru["default"].locals||ru["default"]}var su=w(nu,tu,eu,!1,iu,null,null),ou=su.exports,cu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):a("div",[a("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},lu=[],uu={name:"SignatureSmartId",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},mode:function(){return this.$root.$options.storeGetters.mode()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.smartIdSignature.start(d(d({},this.formValue),{},{action:this.mode,started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.endSignatureProcessing(),t.loadingEnd()}},e))}}},du=uu,fu=a("43d0");function pu(t){this["$style"]=fu["default"].locals||fu["default"]}var hu=w(du,cu,lu,!1,pu,null,null),vu=hu.exports,gu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):a("div",[a("AppForm",{attrs:{id:"mobileIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},mu=[],yu={name:"SignatureMobileId",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},callingCode:function(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"],callingCode:this.callingCode},{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{phone:this.inputValues.phone,idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue);e.phone=this.callingCode+e.phone;var a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.mobileIdSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.loadingEnd(),t.endSignatureProcessing()}},a))}}},Mu=yu,bu=a("5d65");function Su(t){this["$style"]=bu["default"].locals||bu["default"]}var _u=w(Mu,gu,mu,!1,Su,null,null),wu=_u.exports,Cu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("finnish-online-bank")}))+" ")]),a("div",{class:t.$style.formContainer},[a("AppButton",{attrs:{"on-click":t.sign}},[t._v(" "+t._s(t.$t("Sign"))+" ")])],1)])},zu=[],Iu={name:"SignatureFtn",components:{AppButton:Bc},data:function(){return{signingProcess:{}}},computed:{additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()}},methods:{loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages();var e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.ftnSignature.start(d({fail:function(e){e.isCancel||t.addFlashMessage(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.loadingEnd()}},e))}}},xu=Iu,Au=a("268a");function Eu(t){this["$style"]=Au["default"].locals||Au["default"]}var ku=w(xu,Cu,zu,!1,Eu,null,null),Fu=ku.exports,Bu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("finnish-online-bank")}))+" ")]),a("br"),a("AppForm",{attrs:{id:"ftnAdvancedFullSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Tu=[],Ou=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.challenge},[a("div",{class:t.$style.loader},[a("AppSpinner",{attrs:{scheme:"secondary"}})],1),a("div",{class:t.$style.content},[t._t("default")],2)])},Du=[],Nu={name:"SubLoader",components:{AppSpinner:X},props:{challenge:String,userInstructions:String}},Lu=Nu,ju=a("cd2f");function Hu(t){this["$style"]=ju["default"].locals||ju["default"]}var Pu=w(Lu,Ou,Du,!1,Hu,null,null),Vu=Pu.exports,Ru={name:"SignatureAdvancedFullButton",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.ftnAdvancedFullSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Gu=Ru,$u=a("4e4c");function Uu(t){this["$style"]=$u["default"].locals||$u["default"]}var Ku=w(Gu,Bu,Tu,!1,Uu,null,null),Yu=Ku.exports,qu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.otpPhone||t.otpEmail?t.step===t.STEP_CONFIRM?a("ConfirmationStep",{attrs:{"on-approve-confirm":t.approveConfirm,"on-reject-confirm":t.rejectConfirm}}):t.step===t.STEP_REQUEST_CODE?a("div",[a("AppForm",{attrs:{id:"requestCodeForm",schema:t.requestCodeSchema,"on-submit":t.startSigning,errors:t.fieldErrors}})],1):a("div",[t.emailToken?a("div",[t.otpPhone?a("div",{class:t.$style.mb4},[t._v(" Phone: "+t._s(t.otpPhone)+" ")]):t._e(),t.otpEmail?a("div",{class:t.$style.mb4},[t._v(" Email: "),a("b",[t._v(t._s(t.otpEmail))])]):t._e()]):t._e(),t.confirmationFormSchema.length?a("div",[a("AppForm",{attrs:{id:"otpSignatureForm",schema:t.confirmationFormSchema,"on-submit":t.startConfirm,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1):t._e()]):a("div",[a("AppAlert",{attrs:{scheme:"danger"}},[t._v(" Missing otpEmail or otpPhone ")])],1)],1)},Zu=[],Ju=(a("a15b"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{class:t.$style.mb4},[t._v(" "+t._s(t.$t("confirm-doc-check-and-sign"))+" ")]),a("AppButton",{class:t.$style.mb4,attrs:{"on-click":t.onApproveConfirm}},[t._v(" "+t._s(t.$t("yes"))+" ")]),a("AppButton",{class:t.$style.mb4,attrs:{scheme:"secondary","on-click":t.onRejectConfirm}},[t._v(" "+t._s(t.$t("no"))+" ")])],1)}),Wu=[],Xu={name:"ConfirmationStep",components:{AppButton:Bc},props:{onApproveConfirm:{type:Function,default:function(){}},onRejectConfirm:{type:Function,default:function(){}}}},Qu=Xu,td=a("f2cb");function ed(t){this["$style"]=td["default"].locals||td["default"]}var ad=w(Qu,Ju,Wu,!1,ed,null,null),nd=ad.exports,rd={name:"SignatureOtp",components:{AppForm:Sl,AppAlert:ht,ConfirmationStep:nd},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{},step:null,prevStep:null}},computed:{signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},inputValues:function(){return this.$root.$options.storeGetters.inputValues()},otpEmail:function(){return this.$root.$options.storeGetters.otpEmail()},otpPhone:function(){return this.$root.$options.storeGetters.otpPhone()},emailToken:function(){return this.$root.$options.storeGetters.emailToken()},isOtpSent:function(){return this.$root.$options.storeGetters.isOtpSent()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},requestCodeSchema:function(){var t=[];return this.otpPhone&&t.push(this.otpPhone),this.otpEmail&&t.push(this.otpEmail),[{type:"textSection",text:this.$t("confirmation-code-will-be-sent-to")+" "+t.join(" & ")},{type:"submit",label:this.$t("continue")}]},confirmationFormSchema:function(){var t=[];return this.otpEmail&&t.push({type:this.emailToken?"hidden":"text",name:"email_token",instructions:this.$t("email-code-sent")+" "+this.otpEmail,label:this.$t("your-code"),validation:["required"]}),this.otpPhone&&t.push({type:"text",name:"sms_token",instructions:this.$t("sms-code-sent")+" "+this.otpPhone,label:this.$t("your-code"),validation:["required"]}),t.length&&t.push({type:"submit",label:this.$t("Sign")}),t},formValue:{get:function(){return{email_token:this.inputValues.email_token,sms_token:this.inputValues.sms_token}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},created:function(){this.STEP_REQUEST_CODE="STEP_REQUEST_CODE",this.STEP_ENTER_CODE="STEP_ENTER_CODE",this.STEP_CONFIRM="STEP_CONFIRM",this.goToStartingStep()},methods:{getStartingStep:function(){return this.isOtpSent?this.STEP_ENTER_CODE:this.STEP_REQUEST_CODE},goToStartingStep:function(){this.goToStep(this.getStartingStep())},goToStep:function(t){this.prevStep=this.step,this.step=t},stepBack:function(){this.goToStep(this.prevStep)},updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},startConfirm:function(){this.goToStep(this.STEP_CONFIRM)},rejectConfirm:function(){this.stepBack()},approveConfirm:function(){this.startSigning()},startSigning:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.otpSignature.start(d({emailToken:this.formValue.email_token,smsToken:this.formValue.sms_token,started:function(e){e.data&&e.data.token&&(t.loadingEnd(),t.goToStep(t.STEP_ENTER_CODE))},confirmationCodeRequest:function(e,a){t.resolveConfirmation=a},fail:function(e){e.isCancel||(t.addFlashMessage(e),t.updateInputValues({sms_token:"",email_token:""})),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.goToStartingStep(),t.endSignatureProcessing(),t.loadingEnd()}},e))}}},id=rd,sd=a("2aec");function od(t){this["$style"]=sd["default"].locals||sd["default"]}var cd=w(id,qu,Zu,!1,od,null,null),ld=cd.exports,ud=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.evroTransactionId?a("div",{class:t.$style.challenge},[a("SubLoader",[a("div",[t._v(t._s(t.$t("sign-in-evrotrust-app")))]),a("div",{class:t.$style.label},[t._v(" "+t._s(t.$t("transaction-id"))+" ")]),a("div",{class:t.$style.highlight},[t._v(" "+t._s(t.evroTransactionId)+" ")])])],1):a("div",[a("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},dd=[],fd={name:"SignatureEvrotrust",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},evroTransactionId:null,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},callingCode:function(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode")},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"tel",name:"phone",label:this.$t("phone-number"),callingCode:this.callingCode},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"email",name:"email",label:this.$t("email")},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode,email:this.inputValues.email,phone:this.inputValues.phone}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue);e.phone=e.phone?this.callingCode+e.phone:"";var a=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.evroTrustSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.evroTransactionId=e.data.transaction_id,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.evroTransactionId=void 0,t.endSignatureProcessing(),t.loadingEnd()}},a))}}},pd=fd,hd=a("2322");function vd(t){this["$style"]=hd["default"].locals||hd["default"]}var gd=w(pd,ud,dd,!1,vd,null,null),md=gd.exports,yd=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("AppForm",{attrs:{id:"dTrustSignMeSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Md=[],bd={name:"SignatureDTrustSignMe",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"username",label:this.$t("username-or-email"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{username:this.inputValues.username}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.dTrustSignMeSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Sd=bd,_d=a("e29d");function wd(t){this["$style"]=_d["default"].locals||_d["default"]}var Cd=w(Sd,yd,Md,!1,wd,null,null),zd=Cd.exports,Id=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):t.step===t.STEP_START?a("div",[a("AppForm",{attrs:{id:"chaveMovelUserCredentialsForm",schema:t.userCredentialsSchema,"on-submit":t.startSigning,errors:t.fieldErrors},model:{value:t.userCredentialsFormValue,callback:function(e){t.userCredentialsFormValue=e},expression:"userCredentialsFormValue"}})],1):t.step===t.STEP_CONFIRM?a("div",[a("AppForm",{attrs:{id:"chaveMovelConfirmationForm",schema:t.confirmationFormSchema,"on-submit":t.confirm,errors:t.fieldErrors},model:{value:t.confirmationFormValue,callback:function(e){t.confirmationFormValue=e},expression:"confirmationFormValue"}})],1):t._e()])},xd=[],Ad={name:"SignatureChaveMovel",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{},filesToBeSigned:[],step:null}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},userCredentialsSchema:function(){return[{type:"tel",name:"phone",label:this.$t("phone-number")+", "+this.$t("including-calling-code"),validation:["required"]},{type:"password",name:"signingPin",label:this.$t("digital-signature-pin"),validation:["required"]},{type:"textSection",text:this.$t("mobile-key-signing-info")},{type:"submit",label:this.$t("Sign")}]},confirmationFormSchema:function(){return[{type:"password",name:"confirmationCode",label:this.$t("enter-temp-security-code"),validation:["required"]},{type:"textSection",text:this.$t("you-have-5-minutes-to-enter-the-code")},{type:"textSection",text:this.$t("after-confirmation-following-docs-will-be-signed")+" "+this.filesToBeSigned.map((function(t){return t.fileName})).join(", ")+". "+this.$t("signature-confirmation-irreversible-note")},{type:"textSection",text:this.$t("mobile-key-signing-info")},{type:"submit",label:this.$t("confirm")}]},userCredentialsFormValue:{get:function(){return{phone:this.inputValues.phone,signingPin:this.inputValues.signingPin}},set:function(t){this.updateInputValues(t)}},confirmationFormValue:{get:function(){return{confirmationCode:this.inputValues.confirmationCode}},set:function(t){this.updateInputValues(t)}}},created:function(){this.STEP_START="STEP_START",this.STEP_CONFIRM="STEP_CONFIRM",this.step=this.STEP_START},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},startSigning:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.userCredentialsFormValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.chaveMovelSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.token&&(t.loadingEnd(),t.filesToBeSigned=e.data.files,t.step=t.STEP_CONFIRM)},confirmationCodeRequest:function(e,a){t.resolveConfirmation=a},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.step=t.STEP_START,t.updateInputValues({confirmationCode:""}),t.endSignatureProcessing(),t.loadingEnd()}},a))},confirm:function(){this.loadingStart(),this.resolveConfirmation(this.confirmationFormValue.confirmationCode)}}},Ed=Ad,kd=a("d6cb");function Fd(t){this["$style"]=kd["default"].locals||kd["default"]}var Bd=w(Ed,Id,xd,!1,Fd,null,null),Td=Bd.exports,Od=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("AppForm",{attrs:{id:"noBankIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Dd=[],Nd={name:"SignatureNoBankId",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"name",validation:["required"],label:this.$t("name")},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{name:this.inputValues.name}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.noBankIdAdvSignature.start(d(d({},e),{},{fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Ld=Nd,jd=a("5e4c");function Hd(t){this["$style"]=jd["default"].locals||jd["default"]}var Pd=w(Ld,Od,Dd,!1,Hd,null,null),Vd=Pd.exports,Rd=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("AppForm",{attrs:{id:"spidQesSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Gd=[],$d={name:"SignatureSpidQes",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"email",name:"email",label:this.$t("email")},{type:"text",name:"phone",label:this.$t("phone-number")+", "+this.$t("including-calling-code")},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{email:this.inputValues.email,phone:this.inputValues.phone}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.spidQesSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Ud=$d,Kd=a("c023");function Yd(t){this["$style"]=Kd["default"].locals||Kd["default"]}var qd=w(Ud,Rd,Gd,!1,Yd,null,null),Zd=qd.exports,Jd=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.userInstructions?a("div",{class:t.$style.userInstructions},[a("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}})],1):a("div",[a("AppForm",{attrs:{id:"frejaSignatureIdForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Wd=[],Xd={name:"SignatureFrejaId",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},userInstructions:void 0,signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode:function(){return this.$root.$options.storeGetters.countryCode()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.frejaSimpleSignature.start(d(d({},e),{},{started:function(){t.userInstructions=t.$t("approve-sign-request-on-freja-app"),t.startSignatureProcessing(),t.loadingEnd()},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.userInstructions=void 0,t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Qd=Xd,tf=a("9919");function ef(t){this["$style"]=tf["default"].locals||tf["default"]}var af=w(Qd,Jd,Wd,!1,ef,null,null),nf=af.exports,rf=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):a("div",[a("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},sf=[],of={name:"SignatureAudkenni",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.audkenniQesSignature.start(d(d({},this.formValue),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.endSignatureProcessing(),t.loadingEnd()}},e))}}},cf=of,lf=a("e684");function uf(t){this["$style"]=lf["default"].locals||lf["default"]}var df=w(cf,rf,sf,!1,uf,null,null),ff=df.exports,pf=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):t.step===t.STEP_START?a("div",[a("AppForm",{attrs:{id:"uanatacaQesSignatureForm",schema:t.schema,"on-submit":t.startSigning,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1):t.step===t.STEP_CONFIRM?a("div",[a("AppForm",{attrs:{id:"uanatacaQesSignatureConfirmationForm",schema:t.confirmationFormSchema,"on-submit":t.confirm,errors:t.fieldErrors},model:{value:t.confirmationFormValue,callback:function(e){t.confirmationFormValue=e},expression:"confirmationFormValue"}})],1):t._e()])},hf=[],vf={name:"SignatureUanatacaQes",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{},step:null}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"username",label:this.$t("username"),validation:["required"]},{type:"password",name:"password",label:this.$t("password"),validation:["required"]},{type:"password",name:"pin",label:this.$t("pin"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){var t,e,a;return{username:null!==(t=this.inputValues.username)&&void 0!==t?t:"",password:null!==(e=this.inputValues.password)&&void 0!==e?e:"",pin:null!==(a=this.inputValues.pin)&&void 0!==a?a:""}},set:function(t){this.updateInputValues(t)}},confirmationFormSchema:function(){return[{type:"password",name:"confirmationCode",label:this.$t("your-sms-otp-code"),validation:["required"]},{type:"submit",label:this.$t("confirm")}]},confirmationFormValue:{get:function(){return{confirmationCode:this.inputValues.confirmationCode}},set:function(t){this.updateInputValues(t)}}},created:function(){this.STEP_START="STEP_START",this.STEP_CONFIRM="STEP_CONFIRM",this.step=this.STEP_START},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},startSigning:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.uanatacaQesSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.token&&(t.loadingEnd(),t.step=t.STEP_CONFIRM)},confirmationCodeRequest:function(e,a){t.resolveConfirmation=a},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.step=t.STEP_START,t.updateInputValues({confirmationCode:""}),t.endSignatureProcessing(),t.loadingEnd()}},a))},confirm:function(){this.loadingStart(),this.resolveConfirmation(this.confirmationFormValue.confirmationCode)}}},gf=vf,mf=a("3db1");function yf(t){this["$style"]=mf["default"].locals||mf["default"]}var Mf=w(gf,pf,hf,!1,yf,null,null),bf=Mf.exports,Sf=Object.freeze({MethodSelection:yc,SmartIdAuth:Ll,MobileIdAuth:Ul,IdentificationFrejaId:Ql,IdentificationZealId:ou,SignatureSmartId:vu,SignatureMobileId:wu,SignatureFtn:Fu,SignatureOtp:ld,SignatureEvrotrust:md,SignatureDTrustSignMe:zd,SignatureChaveMovel:Td,SignatureFtnAdvancedFull:Yu,SignatureNoBankId:Vd,SignatureSpidQes:Zd,SignatureFrejaId:nf,SignatureAudkenni:ff,SignatureUanatacaQes:bf}),_f=Sf,wf={name:"AppLayout",components:d({AppFooter:I,AppHeader:O,LoadingOverlay:rt,FlashMessages:yt,HeaderContentCountry:qt,HeaderContentSubView:fe},_f),computed:{currentView:function(){return this.$root.$options.storeGetters.currentView()},flashMessages:function(){return this.$root.$options.storeGetters.flashMessages()},isLoading:function(){return this.$root.$options.storeGetters.isLoading()},showCountrySelect:function(){return this.$root.$options.storeGetters.showCountrySelect()}}},Cf=wf,zf=a("9d7b");function If(t){this["$style"]=zf["default"].locals||zf["default"]}var xf=w(Cf,g,m,!1,If,null,null),Af=xf.exports,Ef=a("0ea0"),kf=a.n(Ef),Ff={name:"App",components:{AppLayout:Af},props:{language:{type:String,default:"en"},countryCode:{type:String,default:"EE"},clientId:{type:String,required:!0},docId:{type:String},redirectUri:{type:String,required:!1},sandbox:Boolean,translations:{type:Object,default:function(){return{}}},enabledMethods:{type:[Object,String,Number],default:function(){return{}},required:!0},enabledCountries:{type:[Array,String],default:function(){return"all"}},selectedMethod:{type:String},inputValues:{type:Object},modifyRequestSettings:{type:Function},formatFlashMessage:{type:Function},beforeMethodSelection:{type:Function,default:function(){}},onSuccess:{type:Function,default:function(){}},onFail:{type:Function,default:function(){}},apiEndpoints:{type:Object,required:!0},otpEmail:{type:String},otpPhone:{type:String},isOtpSent:{type:Boolean,default:!1},emailToken:{type:String},debug:{type:Boolean,default:!1},remoteMonitoringEnabled:{type:Boolean,default:!1},methodsConfigFilter:{type:Function},modifyEndpointUrl:{type:Function},oauthParamState:{type:String},showBackButton:{type:Boolean,default:!0},showCountrySelect:{type:Boolean,default:!0},mode:{type:String,default:null}},computed:{countryCodeFromStore:function(){return this.$root.$options.storeGetters.countryCode()},identificationMethods:function(){return this.$root.$options.storeGetters.identificationMethods()}},watch:{countryCodeFromStore:{handler:function(t){this.$root.$options.eidEasyClient.setCountryCode(t)},immediate:!0},language:{handler:function(t){this.$i18n.locale=t,this.$root.$options.eidEasyClient.setLanguage(t)},immediate:!0}},created:function(){var t=this.translations,e=this.$i18n;if(this.changeCountry(this.countryCode),this.changeMethods(this.enabledMethods),this.updateEnabledCountries(this.enabledCountries),this.inputValues){var a=d({},this.inputValues);a.phone&&(a.phone=v(a.phone)),this.updateInputValues(a)}t&&Object.keys(t).forEach((function(a){var n=e.messages[a]||{};e.setLocaleMessage(a,d(d({},n),t[a]))})),this.updateOtpEmail(this.otpEmail),this.updateOtpPhone(this.otpPhone),this.updateIsOtpSent(this.isOtpSent),this.updateEmailToken(this.emailToken),this.updateShowBackButton(this.showBackButton),this.updateShowCountrySelect(this.showCountrySelect),this.updateMode(this.mode),this.emailToken&&this.updateInputValues({email_token:this.emailToken}),this.debug&&(console.log("----------- Settings ----------"),console.log("language:",this.language),console.log("countryCode:",this.countryCode),console.log("clientId:",this.clientId),console.log("redirectUri:",this.redirectUri),console.log("sandbox:",this.sandbox),console.log("translations:",this.translations),console.log("enabledMethods:",this.enabledMethods),console.log("onSuccess:",this.onSuccess),console.log("onFail:",this.onFail),console.log("apiEndpoints:",this.apiEndpoints),console.log("oauthParamState:",this.oauthParamState),console.log("----------- /Settings ----------"))},mounted:function(){var t,e=this.countryCode.toUpperCase();if(this.selectedMethod?t=this.selectedMethod:(this.otpPhone||this.otpEmail)&&this.isOtpSent&&(t=Ef["methodActionTypes"].OTP_EMAIL),t||(e=this.getCountryFromLocalStorage()||e),t){this.selectMethod(t);var a=this.$root.$options.eidEasyMethodsConfig.methodsByActionType[t].supportedCountries;Array.isArray(a)&&!a.includes(e)&&(e=a[0].toUpperCase())}else(this.otpPhone||this.otpEmail)&&this.isOtpSent&&this.selectMethod(Ef["methodActionTypes"].OTP_EMAIL);this.changeCountry(e)},methods:{selectMethod:function(t){return this.$root.$options.storeActions.selectMethod(t)},changeCountry:function(t){return this.$root.$options.storeActions.changeCountry(t)},changeMethods:function(t){return this.$root.$options.storeActions.changeMethods(t)},updateEnabledCountries:function(t){return this.$root.$options.storeActions.updateEnabledCountries(t)},updateInputValues:function(t){return this.$root.$options.storeActions.updateInputValues(t)},updateOtpEmail:function(t){return this.$root.$options.storeActions.updateOtpEmail(t)},updateOtpPhone:function(t){return this.$root.$options.storeActions.updateOtpPhone(t)},updateIsOtpSent:function(t){return this.$root.$options.storeActions.updateIsOtpSent(t)},updateEmailToken:function(t){return this.$root.$options.storeActions.updateEmailToken(t)},updateShowBackButton:function(t){return this.$root.$options.storeActions.updateShowBackButton(t)},updateShowCountrySelect:function(t){return this.$root.$options.storeActions.updateShowCountrySelect(t)},updateMode:function(t){return this.$root.$options.storeActions.updateMode(t)},getCountryFromLocalStorage:function(){var t=null;try{t=window.localStorage.getItem("eideasySelectedCountry")}catch(e){console.error(e)}return t}}},Bf=Ff,Tf=a("8d8d");function Of(t){this["$style"]=Tf["default"].locals||Tf["default"]}var Df=w(Bf,o,c,!1,Of,null,null),Nf=Df.exports;function Lf(t,e){return t.__proto__=e,t}
17
+ var n=a("1fb5"),r=a("9152"),i=a("e3db");function s(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"===typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(e){return!1}}function o(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function c(t,e){if(o()<e)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=l.prototype):(null===t&&(t=new l(e)),t.length=e),t}function l(t,e,a){if(!l.TYPED_ARRAY_SUPPORT&&!(this instanceof l))return new l(t,e,a);if("number"===typeof t){if("string"===typeof e)throw new Error("If encoding is specified then the first argument must be a string");return p(this,t)}return u(this,t,e,a)}function u(t,e,a,n){if("number"===typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!==typeof ArrayBuffer&&e instanceof ArrayBuffer?g(t,e,a,n):"string"===typeof e?h(t,e,a):m(t,e)}function d(t){if("number"!==typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function f(t,e,a,n){return d(e),e<=0?c(t,e):void 0!==a?"string"===typeof n?c(t,e).fill(a,n):c(t,e).fill(a):c(t,e)}function p(t,e){if(d(e),t=c(t,e<0?0:0|y(e)),!l.TYPED_ARRAY_SUPPORT)for(var a=0;a<e;++a)t[a]=0;return t}function h(t,e,a){if("string"===typeof a&&""!==a||(a="utf8"),!l.isEncoding(a))throw new TypeError('"encoding" must be a valid string encoding');var n=0|b(e,a);t=c(t,n);var r=t.write(e,a);return r!==n&&(t=t.slice(0,r)),t}function v(t,e){var a=e.length<0?0:0|y(e.length);t=c(t,a);for(var n=0;n<a;n+=1)t[n]=255&e[n];return t}function g(t,e,a,n){if(e.byteLength,a<0||e.byteLength<a)throw new RangeError("'offset' is out of bounds");if(e.byteLength<a+(n||0))throw new RangeError("'length' is out of bounds");return e=void 0===a&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,a):new Uint8Array(e,a,n),l.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=l.prototype):t=v(t,e),t}function m(t,e){if(l.isBuffer(e)){var a=0|y(e.length);return t=c(t,a),0===t.length?t:(e.copy(t,0,0,a),t)}if(e){if("undefined"!==typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!==typeof e.length||et(e.length)?c(t,0):v(t,e);if("Buffer"===e.type&&i(e.data))return v(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function y(t){if(t>=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|t}function M(t){return+t!=t&&(t=0),l.alloc(+t)}function b(t,e){if(l.isBuffer(t))return t.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!==typeof t&&(t=""+t);var a=t.length;if(0===a)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return a;case"utf8":case"utf-8":case void 0:return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*a;case"hex":return a>>>1;case"base64":return Q(t).length;default:if(n)return J(t).length;e=(""+e).toLowerCase(),n=!0}}function S(t,e,a){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===a||a>this.length)&&(a=this.length),a<=0)return"";if(a>>>=0,e>>>=0,a<=e)return"";t||(t="utf8");while(1)switch(t){case"hex":return L(this,e,a);case"utf8":case"utf-8":return B(this,e,a);case"ascii":return D(this,e,a);case"latin1":case"binary":return N(this,e,a);case"base64":return F(this,e,a);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return j(this,e,a);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}function _(t,e,a){var n=t[e];t[e]=t[a],t[a]=n}function w(t,e,a,n,r){if(0===t.length)return-1;if("string"===typeof a?(n=a,a=0):a>2147483647?a=2147483647:a<-2147483648&&(a=-2147483648),a=+a,isNaN(a)&&(a=r?0:t.length-1),a<0&&(a=t.length+a),a>=t.length){if(r)return-1;a=t.length-1}else if(a<0){if(!r)return-1;a=0}if("string"===typeof e&&(e=l.from(e,n)),l.isBuffer(e))return 0===e.length?-1:C(t,e,a,n,r);if("number"===typeof e)return e&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?r?Uint8Array.prototype.indexOf.call(t,e,a):Uint8Array.prototype.lastIndexOf.call(t,e,a):C(t,[e],a,n,r);throw new TypeError("val must be string, number or Buffer")}function C(t,e,a,n,r){var i,s=1,o=t.length,c=e.length;if(void 0!==n&&(n=String(n).toLowerCase(),"ucs2"===n||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;s=2,o/=2,c/=2,a/=2}function l(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}if(r){var u=-1;for(i=a;i<o;i++)if(l(t,i)===l(e,-1===u?0:i-u)){if(-1===u&&(u=i),i-u+1===c)return u*s}else-1!==u&&(i-=i-u),u=-1}else for(a+c>o&&(a=o-c),i=a;i>=0;i--){for(var d=!0,f=0;f<c;f++)if(l(t,i+f)!==l(e,f)){d=!1;break}if(d)return i}return-1}function z(t,e,a,n){a=Number(a)||0;var r=t.length-a;n?(n=Number(n),n>r&&(n=r)):n=r;var i=e.length;if(i%2!==0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var s=0;s<n;++s){var o=parseInt(e.substr(2*s,2),16);if(isNaN(o))return s;t[a+s]=o}return s}function I(t,e,a,n){return tt(J(e,t.length-a),t,a,n)}function x(t,e,a,n){return tt(W(e),t,a,n)}function A(t,e,a,n){return x(t,e,a,n)}function E(t,e,a,n){return tt(Q(e),t,a,n)}function k(t,e,a,n){return tt(X(e,t.length-a),t,a,n)}function F(t,e,a){return 0===e&&a===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(e,a))}function B(t,e,a){a=Math.min(t.length,a);var n=[],r=e;while(r<a){var i,s,o,c,l=t[r],u=null,d=l>239?4:l>223?3:l>191?2:1;if(r+d<=a)switch(d){case 1:l<128&&(u=l);break;case 2:i=t[r+1],128===(192&i)&&(c=(31&l)<<6|63&i,c>127&&(u=c));break;case 3:i=t[r+1],s=t[r+2],128===(192&i)&&128===(192&s)&&(c=(15&l)<<12|(63&i)<<6|63&s,c>2047&&(c<55296||c>57343)&&(u=c));break;case 4:i=t[r+1],s=t[r+2],o=t[r+3],128===(192&i)&&128===(192&s)&&128===(192&o)&&(c=(15&l)<<18|(63&i)<<12|(63&s)<<6|63&o,c>65535&&c<1114112&&(u=c))}null===u?(u=65533,d=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|1023&u),n.push(u),r+=d}return O(n)}e.Buffer=l,e.SlowBuffer=M,e.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:s(),e.kMaxLength=o(),l.poolSize=8192,l._augment=function(t){return t.__proto__=l.prototype,t},l.from=function(t,e,a){return u(null,t,e,a)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(t,e,a){return f(null,t,e,a)},l.allocUnsafe=function(t){return p(null,t)},l.allocUnsafeSlow=function(t){return p(null,t)},l.isBuffer=function(t){return!(null==t||!t._isBuffer)},l.compare=function(t,e){if(!l.isBuffer(t)||!l.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var a=t.length,n=e.length,r=0,i=Math.min(a,n);r<i;++r)if(t[r]!==e[r]){a=t[r],n=e[r];break}return a<n?-1:n<a?1:0},l.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(t,e){if(!i(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return l.alloc(0);var a;if(void 0===e)for(e=0,a=0;a<t.length;++a)e+=t[a].length;var n=l.allocUnsafe(e),r=0;for(a=0;a<t.length;++a){var s=t[a];if(!l.isBuffer(s))throw new TypeError('"list" argument must be an Array of Buffers');s.copy(n,r),r+=s.length}return n},l.byteLength=b,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)_(this,e,e+1);return this},l.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)_(this,e,e+3),_(this,e+1,e+2);return this},l.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)_(this,e,e+7),_(this,e+1,e+6),_(this,e+2,e+5),_(this,e+3,e+4);return this},l.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?B(this,0,t):S.apply(this,arguments)},l.prototype.equals=function(t){if(!l.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===l.compare(this,t)},l.prototype.inspect=function(){var t="",a=e.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,a).match(/.{2}/g).join(" "),this.length>a&&(t+=" ... ")),"<Buffer "+t+">"},l.prototype.compare=function(t,e,a,n,r){if(!l.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===a&&(a=t?t.length:0),void 0===n&&(n=0),void 0===r&&(r=this.length),e<0||a>t.length||n<0||r>this.length)throw new RangeError("out of range index");if(n>=r&&e>=a)return 0;if(n>=r)return-1;if(e>=a)return 1;if(e>>>=0,a>>>=0,n>>>=0,r>>>=0,this===t)return 0;for(var i=r-n,s=a-e,o=Math.min(i,s),c=this.slice(n,r),u=t.slice(e,a),d=0;d<o;++d)if(c[d]!==u[d]){i=c[d],s=u[d];break}return i<s?-1:s<i?1:0},l.prototype.includes=function(t,e,a){return-1!==this.indexOf(t,e,a)},l.prototype.indexOf=function(t,e,a){return w(this,t,e,a,!0)},l.prototype.lastIndexOf=function(t,e,a){return w(this,t,e,a,!1)},l.prototype.write=function(t,e,a,n){if(void 0===e)n="utf8",a=this.length,e=0;else if(void 0===a&&"string"===typeof e)n=e,a=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(a)?(a|=0,void 0===n&&(n="utf8")):(n=a,a=void 0)}var r=this.length-e;if((void 0===a||a>r)&&(a=r),t.length>0&&(a<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return z(this,t,e,a);case"utf8":case"utf-8":return I(this,t,e,a);case"ascii":return x(this,t,e,a);case"latin1":case"binary":return A(this,t,e,a);case"base64":return E(this,t,e,a);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k(this,t,e,a);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var T=4096;function O(t){var e=t.length;if(e<=T)return String.fromCharCode.apply(String,t);var a="",n=0;while(n<e)a+=String.fromCharCode.apply(String,t.slice(n,n+=T));return a}function D(t,e,a){var n="";a=Math.min(t.length,a);for(var r=e;r<a;++r)n+=String.fromCharCode(127&t[r]);return n}function N(t,e,a){var n="";a=Math.min(t.length,a);for(var r=e;r<a;++r)n+=String.fromCharCode(t[r]);return n}function L(t,e,a){var n=t.length;(!e||e<0)&&(e=0),(!a||a<0||a>n)&&(a=n);for(var r="",i=e;i<a;++i)r+=Z(t[i]);return r}function j(t,e,a){for(var n=t.slice(e,a),r="",i=0;i<n.length;i+=2)r+=String.fromCharCode(n[i]+256*n[i+1]);return r}function H(t,e,a){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>a)throw new RangeError("Trying to access beyond buffer length")}function P(t,e,a,n,r,i){if(!l.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>r||e<i)throw new RangeError('"value" argument is out of bounds');if(a+n>t.length)throw new RangeError("Index out of range")}function V(t,e,a,n){e<0&&(e=65535+e+1);for(var r=0,i=Math.min(t.length-a,2);r<i;++r)t[a+r]=(e&255<<8*(n?r:1-r))>>>8*(n?r:1-r)}function R(t,e,a,n){e<0&&(e=4294967295+e+1);for(var r=0,i=Math.min(t.length-a,4);r<i;++r)t[a+r]=e>>>8*(n?r:3-r)&255}function G(t,e,a,n,r,i){if(a+n>t.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("Index out of range")}function $(t,e,a,n,i){return i||G(t,e,a,4,34028234663852886e22,-34028234663852886e22),r.write(t,e,a,n,23,4),a+4}function U(t,e,a,n,i){return i||G(t,e,a,8,17976931348623157e292,-17976931348623157e292),r.write(t,e,a,n,52,8),a+8}l.prototype.slice=function(t,e){var a,n=this.length;if(t=~~t,e=void 0===e?n:~~e,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<t&&(e=t),l.TYPED_ARRAY_SUPPORT)a=this.subarray(t,e),a.__proto__=l.prototype;else{var r=e-t;a=new l(r,void 0);for(var i=0;i<r;++i)a[i]=this[i+t]}return a},l.prototype.readUIntLE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=this[t],r=1,i=0;while(++i<e&&(r*=256))n+=this[t+i]*r;return n},l.prototype.readUIntBE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=this[t+--e],r=1;while(e>0&&(r*=256))n+=this[t+--e]*r;return n},l.prototype.readUInt8=function(t,e){return e||H(t,1,this.length),this[t]},l.prototype.readUInt16LE=function(t,e){return e||H(t,2,this.length),this[t]|this[t+1]<<8},l.prototype.readUInt16BE=function(t,e){return e||H(t,2,this.length),this[t]<<8|this[t+1]},l.prototype.readUInt32LE=function(t,e){return e||H(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},l.prototype.readUInt32BE=function(t,e){return e||H(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},l.prototype.readIntLE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=this[t],r=1,i=0;while(++i<e&&(r*=256))n+=this[t+i]*r;return r*=128,n>=r&&(n-=Math.pow(2,8*e)),n},l.prototype.readIntBE=function(t,e,a){t|=0,e|=0,a||H(t,e,this.length);var n=e,r=1,i=this[t+--n];while(n>0&&(r*=256))i+=this[t+--n]*r;return r*=128,i>=r&&(i-=Math.pow(2,8*e)),i},l.prototype.readInt8=function(t,e){return e||H(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},l.prototype.readInt16LE=function(t,e){e||H(t,2,this.length);var a=this[t]|this[t+1]<<8;return 32768&a?4294901760|a:a},l.prototype.readInt16BE=function(t,e){e||H(t,2,this.length);var a=this[t+1]|this[t]<<8;return 32768&a?4294901760|a:a},l.prototype.readInt32LE=function(t,e){return e||H(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},l.prototype.readInt32BE=function(t,e){return e||H(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},l.prototype.readFloatLE=function(t,e){return e||H(t,4,this.length),r.read(this,t,!0,23,4)},l.prototype.readFloatBE=function(t,e){return e||H(t,4,this.length),r.read(this,t,!1,23,4)},l.prototype.readDoubleLE=function(t,e){return e||H(t,8,this.length),r.read(this,t,!0,52,8)},l.prototype.readDoubleBE=function(t,e){return e||H(t,8,this.length),r.read(this,t,!1,52,8)},l.prototype.writeUIntLE=function(t,e,a,n){if(t=+t,e|=0,a|=0,!n){var r=Math.pow(2,8*a)-1;P(this,t,e,a,r,0)}var i=1,s=0;this[e]=255&t;while(++s<a&&(i*=256))this[e+s]=t/i&255;return e+a},l.prototype.writeUIntBE=function(t,e,a,n){if(t=+t,e|=0,a|=0,!n){var r=Math.pow(2,8*a)-1;P(this,t,e,a,r,0)}var i=a-1,s=1;this[e+i]=255&t;while(--i>=0&&(s*=256))this[e+i]=t/s&255;return e+a},l.prototype.writeUInt8=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,1,255,0),l.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},l.prototype.writeUInt16LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):V(this,t,e,!0),e+2},l.prototype.writeUInt16BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):V(this,t,e,!1),e+2},l.prototype.writeUInt32LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):R(this,t,e,!0),e+4},l.prototype.writeUInt32BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):R(this,t,e,!1),e+4},l.prototype.writeIntLE=function(t,e,a,n){if(t=+t,e|=0,!n){var r=Math.pow(2,8*a-1);P(this,t,e,a,r-1,-r)}var i=0,s=1,o=0;this[e]=255&t;while(++i<a&&(s*=256))t<0&&0===o&&0!==this[e+i-1]&&(o=1),this[e+i]=(t/s>>0)-o&255;return e+a},l.prototype.writeIntBE=function(t,e,a,n){if(t=+t,e|=0,!n){var r=Math.pow(2,8*a-1);P(this,t,e,a,r-1,-r)}var i=a-1,s=1,o=0;this[e+i]=255&t;while(--i>=0&&(s*=256))t<0&&0===o&&0!==this[e+i+1]&&(o=1),this[e+i]=(t/s>>0)-o&255;return e+a},l.prototype.writeInt8=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,1,127,-128),l.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},l.prototype.writeInt16LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):V(this,t,e,!0),e+2},l.prototype.writeInt16BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):V(this,t,e,!1),e+2},l.prototype.writeInt32LE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):R(this,t,e,!0),e+4},l.prototype.writeInt32BE=function(t,e,a){return t=+t,e|=0,a||P(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):R(this,t,e,!1),e+4},l.prototype.writeFloatLE=function(t,e,a){return $(this,t,e,!0,a)},l.prototype.writeFloatBE=function(t,e,a){return $(this,t,e,!1,a)},l.prototype.writeDoubleLE=function(t,e,a){return U(this,t,e,!0,a)},l.prototype.writeDoubleBE=function(t,e,a){return U(this,t,e,!1,a)},l.prototype.copy=function(t,e,a,n){if(a||(a=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<a&&(n=a),n===a)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(a<0||a>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e<n-a&&(n=t.length-e+a);var r,i=n-a;if(this===t&&a<e&&e<n)for(r=i-1;r>=0;--r)t[r+e]=this[r+a];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(r=0;r<i;++r)t[r+e]=this[r+a];else Uint8Array.prototype.set.call(t,this.subarray(a,a+i),e);return i},l.prototype.fill=function(t,e,a,n){if("string"===typeof t){if("string"===typeof e?(n=e,e=0,a=this.length):"string"===typeof a&&(n=a,a=this.length),1===t.length){var r=t.charCodeAt(0);r<256&&(t=r)}if(void 0!==n&&"string"!==typeof n)throw new TypeError("encoding must be a string");if("string"===typeof n&&!l.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"===typeof t&&(t&=255);if(e<0||this.length<e||this.length<a)throw new RangeError("Out of range index");if(a<=e)return this;var i;if(e>>>=0,a=void 0===a?this.length:a>>>0,t||(t=0),"number"===typeof t)for(i=e;i<a;++i)this[i]=t;else{var s=l.isBuffer(t)?t:J(new l(t,n).toString()),o=s.length;for(i=0;i<a-e;++i)this[i+e]=s[i%o]}return this};var K=/[^+\/0-9A-Za-z-_]/g;function Y(t){if(t=q(t).replace(K,""),t.length<2)return"";while(t.length%4!==0)t+="=";return t}function q(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function Z(t){return t<16?"0"+t.toString(16):t.toString(16)}function J(t,e){var a;e=e||1/0;for(var n=t.length,r=null,i=[],s=0;s<n;++s){if(a=t.charCodeAt(s),a>55295&&a<57344){if(!r){if(a>56319){(e-=3)>-1&&i.push(239,191,189);continue}if(s+1===n){(e-=3)>-1&&i.push(239,191,189);continue}r=a;continue}if(a<56320){(e-=3)>-1&&i.push(239,191,189),r=a;continue}a=65536+(r-55296<<10|a-56320)}else r&&(e-=3)>-1&&i.push(239,191,189);if(r=null,a<128){if((e-=1)<0)break;i.push(a)}else if(a<2048){if((e-=2)<0)break;i.push(a>>6|192,63&a|128)}else if(a<65536){if((e-=3)<0)break;i.push(a>>12|224,a>>6&63|128,63&a|128)}else{if(!(a<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;i.push(a>>18|240,a>>12&63|128,a>>6&63|128,63&a|128)}}return i}function W(t){for(var e=[],a=0;a<t.length;++a)e.push(255&t.charCodeAt(a));return e}function X(t,e){for(var a,n,r,i=[],s=0;s<t.length;++s){if((e-=2)<0)break;a=t.charCodeAt(s),n=a>>8,r=a%256,i.push(r),i.push(n)}return i}function Q(t){return n.toByteArray(Y(t))}function tt(t,e,a,n){for(var r=0;r<n;++r){if(r+a>=e.length||r>=t.length)break;e[r+a]=t[r]}return r}function et(t){return t!==t}}).call(this,a("c8ba"))},b64b:function(t,e,a){var n=a("23e7"),r=a("7b0b"),i=a("df75"),s=a("d039"),o=s((function(){i(1)}));n({target:"Object",stat:!0,forced:o},{keys:function(t){return i(r(t))}})},b727:function(t,e,a){var n=a("0366"),r=a("44ad"),i=a("7b0b"),s=a("50c4"),o=a("65f0"),c=[].push,l=function(t){var e=1==t,a=2==t,l=3==t,u=4==t,d=6==t,f=7==t,p=5==t||d;return function(h,v,g,m){for(var y,M,b=i(h),S=r(b),_=n(v,g,3),w=s(S.length),C=0,z=m||o,I=e?z(h,w):a||f?z(h,0):void 0;w>C;C++)if((p||C in S)&&(y=S[C],M=_(y,C,b),t))if(e)I[C]=M;else if(M)switch(t){case 3:return!0;case 5:return y;case 6:return C;case 2:c.call(I,y)}else switch(t){case 4:return!1;case 7:c.call(I,y)}return d?-1:l||u?u:I}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterOut:l(7)}},b77d:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Cartão de identificação não encontrado. Verifique se o cartão está no leitor e reinicie o navegador. O software pode ser instalado a partir da página www.id.ee.","yes":"Sim","no":"Não","phone-number":"número de telefone","idcode":"Código de identificação pessoal","country":"Pais","Sign":"Assinar","USER_REFUSED":"O usuário não deseja continuar e cancelou a ação","mobile-id":"Mobile ID","id-card":"Cartão de Cidadão","smart-id":"Smart-ID","no-lv-id-card":"Nenhum cartão de identificação letão encontrado. Certifique-se de inserir o cartão e instalar o software em https://www.eparaksts.lv/en/Downloads. Para assinaturas, certifique-se de que o plugin eParaksts para o navegador esteja instalado e ativado.","no-lt-id-card":"Nenhum cartão de identificação lituano encontrado. Certifique-se de inserir o cartão e instalar o software em http://www.nsc.vrm.lt/downloads.htm. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nenhum cartão de identidade de Portugal encontrado. Certifique-se de que inseriu o cartão e instalou o software a partir de https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nenhum cartão de identificação sérvio encontrado. Certifique-se de ter o cartão inserido e o software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Nenhum cartão de identificação finlandês encontrado. Consulte as instruções de instalação do software em: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nenhum cartão de identificação da Bélgica encontrado. Certifique-se de inserir o cartão e instalar o software em https://eid.belgium.be. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Você entendeu o conteúdo do documento e está pronto para finalizar a assinatura?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Distribuído por eIDEasy","log-in":"Entrar","this-field-is-required":"Campo obrigatório","your-verification-code":"O seu código de verificação","cancel":"Cancelar","no-response-error":"Ocorreu um erro. Certifique-se de que você esteja conectado à Internet e tente novamente.","back":"Voltar","no-matching-countries":"Não existem países","id-card-read-timeout":"A leitura do Cartão demorou demasiado tempo. Por favor feche o browser e tente de novo","zeal-id":"ZealID","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Aprovar o pedido de identificação no sua aplicação FREJA eID","try-again":"Tente novamente","pre-sign-confirmation":"Depois de clicar em \\"Assinar\\", iremos identificá-lo usando o {method} e criaremos uma assinatura juridicamente vinculativa.","login-method":"Método de login:","finnish-online-bank":"Banco online finlandês","online-bank":"Banco Online","or":"ou","transaction-id":"id de transação","sign-in-evrotrust-app":"Assine este documento em seu aplicativo Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Outros países","email-sms":"Email/SMS","email-code-sent":"Um e-mail com o código foi enviado para","sms-code-sent":"Um SMS com o código foi enviado para","your-code":"O seu código","signature-method":"Método de assinatura","username-or-email":"Nome de usuário ou email","cell-phone":"Telemóvel","including-calling-code":"com código do país incluindo \\"+\\", exemplo +35112345678","enter-temp-security-code":"Inserir código de segurança temporário","mobile-key-signing-info":"Pode encontrar mais informação sobre o processo de assinatura com a chave móvel em https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta ação é definitiva e irreversível.","you-have-5-minutes-to-enter-the-code":"Tem 5 minutos para introduzir o código antes que expire","confirm":"confirme","after-confirmation-following-docs-will-be-signed":"Após a confirmação, os seguintes documentos serão assinados:","code-by-sms":"Código por SMS","confirmation-code-will-be-sent-to":"Um código de confirmação será enviado para:","continue":"Continue","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"PIN de assinatura da CMD","approve-sign-request-on-freja-app":"Aprove a solicitação de assinatura na sua aplicação FREJA eID","no-required-software":"Você não tem o software necessário instalado para concluir esta ação. Siga as instruções em https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Assine com meu banco","card-number":"número do cartão","your-sms-otp-code":"Seu código sms otp"}')},b791:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".NoBankIdButton_reset-list_3-emo{margin:0;padding:0;list-style:none;display:block}.NoBankIdButton_uppercase-sm_e65W5{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.NoBankIdButton_icon_1PvLF{display:block;width:102px;height:auto;margin-top:-1px}",""]),e.locals={"reset-list":"NoBankIdButton_reset-list_3-emo","uppercase-sm":"NoBankIdButton_uppercase-sm_e65W5",icon:"NoBankIdButton_icon_1PvLF"},t.exports=e},b83c:function(t,e,a){var n=a("0f44");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("474c03b4",n,!0,{sourceMap:!1,shadowMode:!1})},b860:function(t,e,a){"use strict";var n=a("de00"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},b878:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 00160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z"}}),a("path",{attrs:{d:"M255.999 171.994l8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z"}})])]))}}},ba47:function(t,e,a){var n=a("170b");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("6a367a06",n,!0,{sourceMap:!1,shadowMode:!1})},bae7:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v113.8H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 227.6h513V342H0z"}}),a("path",{attrs:{fill:"#0070C8",d:"M126 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"none",stroke:"#000","stroke-miterlimit":"10",d:"M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z"}}),a("path",{attrs:{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}}),a("path",{attrs:{fill:"#6DA544",d:"M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z"}}),a("g",{attrs:{fill:"#FFDA00",stroke:"#000","stroke-miterlimit":"10"}},[a("path",{attrs:{d:"M230.7 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zM246 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM261.3 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM277.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM293.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM308.1 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z"}})])]))}}},bb08:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".ChallengeLoader_reset-list_1Wqnf{margin:0;padding:0;list-style:none;display:block}.ChallengeLoader_uppercase-sm_3yrzi{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ChallengeLoader_challenge_238rc{text-align:center;color:#003168}.ChallengeLoader_loader_2agEm{font-size:14px;display:block;margin-left:auto;margin-right:auto;margin-bottom:24px}.ChallengeLoader_challengeTitle_3MmFo{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.03667em}.ChallengeLoader_challengeCode_3tymB{font-size:28px;font-weight:700;letter-spacing:.005357em}.ChallengeLoader_challengeCode_3tymB,.ChallengeLoader_userInstructions_2wXWJ{margin-bottom:16px}",""]),e.locals={"reset-list":"ChallengeLoader_reset-list_1Wqnf","uppercase-sm":"ChallengeLoader_uppercase-sm_3yrzi",challenge:"ChallengeLoader_challenge_238rc",loader:"ChallengeLoader_loader_2agEm",challengeTitle:"ChallengeLoader_challengeTitle_3MmFo",challengeCode:"ChallengeLoader_challengeCode_3tymB",userInstructions:"ChallengeLoader_userInstructions_2wXWJ"},t.exports=e},bb2f:function(t,e,a){var n=a("d039");t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},bb69:function(t){t.exports=JSON.parse('{"no-ee-id-card":"ID card not found. Please check if the card is in the reader and restart the browser. The software can be installed from the page www.id.ee.","yes":"Yes","no":"No","phone-number":"phone number","idcode":"personal identity code","country":"Country","Sign":"Sign","USER_REFUSED":"User did not wish to proceed and canceled the action","mobile-id":"Mobile ID","id-card":"ID card","smart-id":"Smart-ID","no-lv-id-card":"No Latvian ID card found. Please make sure you have card inserted and software installed from https://www.eparaksts.lv/en/Downloads. For signatures please make sure the eParaksts plugin for browser is installed and activated.","no-lt-id-card":"No Lithuanian ID card found. Please make sure you have card inserted and software installed from http://www.nsc.vrm.lt/downloads.htm. For signatures is also needed browser plugin from https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No Portugal ID card found. Please make sure you have card inserted and software installed from https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No Serbian ID card found. Please make sure you have card inserted and software installed from http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No Finnish ID card found. Please see software installation instructions from: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No Belgium ID card found. Please make sure you have card inserted and software installed from https://eid.belgium.be. Please restart the browser if the error persists.","confirm-doc-check-and-sign":"Did you understand the document contents and are ready to finalize the signature?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"This field is required","your-verification-code":"Your verification code:","cancel":"Cancel","no-response-error":"Something went wrong. Make sure you\'re connected to the Internet, then try again.","back":"Back","no-matching-countries":"No matching countries","id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Approve the identification request on your FREJA eID app","try-again":"Try Again","pre-sign-confirmation":"After clicking \\"Sign\\" we will identify you using {method} and create a legally binding signature.\\n","login-method":"Login method:","finnish-online-bank":"Finnish Online Bank","online-bank":"Online Bank","or":"or","transaction-id":"Transaction ID","sign-in-evrotrust-app":"Please sign this document in your Evrotrust app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Other countries","email-sms":"Email/SMS","email-code-sent":"An email with the code has been sent to","sms-code-sent":"An SMS with the code has been sent to","your-code":"Your code","signature-method":"Signature method","username-or-email":"Username or email","cell-phone":"Cell phone","including-calling-code":"with country code including \\"+\\", example +35112345678","enter-temp-security-code":"Enter temporary security code","mobile-key-signing-info":"You can find more information about the mobile key signing process at https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"This action is definitive and irreversible.","you-have-5-minutes-to-enter-the-code":"You have 5 minutes to enter the code before it expires.","confirm":"Confirm","after-confirmation-following-docs-will-be-signed":"After confirmation, the following documents will be signed:","code-by-sms":"Code by SMS","confirmation-code-will-be-sent-to":"A confirmation code will be sent to:","continue":"Continue","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signature pin","approve-sign-request-on-freja-app":"Approve the signing request on your FREJA eID app","no-required-software":"You do not have the necessary software installed to complete this action. Please follow the instructions at https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Sign with my bank","card-number":"card number","your-sms-otp-code":"Your sms otp code"}')},bb85:function(t,e,a){"use strict";var n=a("4d80"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},bbcb:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 322.783h512v103.88H0zM0 85.337h512v104.515H0z"}})]),a("path",{attrs:{d:"M0 210.877h512v89.656H0z"}})]))}}},bc24:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 .1h513v90.7H0zM0 251.3h513V342H0z"}})]),a("circle",{attrs:{fill:"#FFF",cx:"256.5",cy:"171",r:"65.9"}})]))}}},bc69:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 44"},p)},h),o.concat([a("defs",[a("linearGradient",{attrs:{id:"id-4a",x1:"124.883",y1:"17.983",x2:"117.483",y2:"2.113",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".006","stop-color":"#bfbfbd"}}),a("stop",{attrs:{offset:".046","stop-color":"#c7c7c5"}}),a("stop",{attrs:{offset:".276","stop-color":"#efefef"}}),a("stop",{attrs:{offset:".393","stop-color":"#fff"}})]),a("linearGradient",{attrs:{id:"id-5b",x1:"116.71",y1:"31.343",x2:"102.594",y2:"14.521",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#df8200"}}),a("stop",{attrs:{offset:".392","stop-color":"#f0a800"}}),a("stop",{attrs:{offset:".713","stop-color":"#ffcb00"}}),a("stop",{attrs:{offset:"1","stop-color":"#ffcb00"}})]),a("linearGradient",{attrs:{id:"id-6c",x1:"106.335",y1:"23.516",x2:"140.192",y2:"23.516",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#fcc200"}}),a("stop",{attrs:{offset:"1","stop-color":"#ffcb00"}})])]),a("path",{attrs:{d:"M133.293 1.094h-13.627v19.322a42.906 42.906 0 016.919-4.057V8.011h6.708v.013a9.777 9.777 0 010 19.555v.006h-6.708v-6.037c0-.173-.157-.171-.236-.113a31.892 31.892 0 00-6.683 6.25v6.825h13.627a16.707 16.707 0 000-33.415z",fill:"#fff"}}),a("path",{attrs:{fill:"url(#id-4a)",d:"M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"}}),a("path",{attrs:{fill:"url(#id-5b)",d:"M106.335 11.382h6.634v23.101h-6.634z"}}),a("path",{attrs:{d:"M140.191 13.257a.789.789 0 00-.2-.505.935.935 0 00-.82-.191 42.336 42.336 0 00-32.84 21.922h6.634c7.037-12.392 17.369-17.99 26.691-20.609.416-.138.544-.391.535-.617z",fill:"url(#id-6c)"}}),a("path",{attrs:{d:"M6.362 11.314v2.906a6.654 6.654 0 016.362-3.707 6.411 6.411 0 016.313 3.858 7.37 7.37 0 017.013-3.858 7.432 7.432 0 015.611 2.154c1.4 1.5 1.854 3.107 1.854 6.664v15.178h-6.363V20.532c0-3.157-1.152-4.659-3.558-4.659-2.353 0-3.706 1.7-3.706 4.659v13.977h-6.362V20.733c0-3.207-1.2-4.86-3.507-4.86-2.4 0-3.657 1.7-3.657 4.86v13.776H0v-23.2zM62.4 23.137c0 6.813-5.562 12.174-12.676 12.174-7.313 0-12.573-5.16-12.573-12.375 0-7.313 5.209-12.423 12.674-12.423A12.171 12.171 0 0162.4 23.137zm-18.837-.2c0 4.008 2.5 6.714 6.212 6.714 3.657 0 6.211-2.756 6.211-6.613 0-4.158-2.4-6.813-6.162-6.813s-6.258 2.704-6.258 6.711zM72.943 33.4c0 3.507-.7 5.862-2.205 7.414-1.553 1.653-4.129 2.5-7.085 2.5-.351 0-1 0-1.7-.049v-5.81h.947c2.155 0 3.407-1.5 3.407-4.058V11.314h6.635zM95.522 26.677l-.121-.033a6.191 6.191 0 01-11.422-2.205h18.135c.05-.45.05-1.1.05-1.251 0-7.464-5.16-12.674-12.524-12.674-7.215 0-12.27 5.111-12.27 12.374 0 7.214 5.256 12.424 12.621 12.424a12.147 12.147 0 0010.4-5.574zm-5.831-10.8a5.654 5.654 0 015.91 4.909H83.979c.602-3.16 2.657-4.913 5.712-4.913z",fill:"#fff"}}),a("path",{attrs:{d:"M109.652.685a3.969 3.969 0 11-3.969 3.968 3.971 3.971 0 013.969-3.968z",fill:"#ffcb00"}}),a("path",{attrs:{d:"M69.625.685a3.969 3.969 0 11-3.968 3.968A3.972 3.972 0 0169.625.685z",fill:"#fff"}})]))}}},bd3c:function(t,e,a){"use strict";var n=a("6e94"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},bdb5:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 630.5 198.46"},p)},h),o.concat([a("g",{attrs:{"data-name":"Ebene 2"}},[a("g",{attrs:{"data-name":"Ebene 1","fill-rule":"evenodd"}},[a("path",{attrs:{fill:"#008bd2",d:"M480.41 162.34h-13.27v-57.78h12.51v8.2l.48.13c.43-.52.87-1 1.29-1.57 4.77-6 11-9.16 18.72-9a35.28 35.28 0 016.66.63 15.68 15.68 0 0110.59 8l1.39 2.45c.73-.8 1.31-1.42 1.87-2.06 4-4.49 8.73-7.79 14.79-8.68 5-.74 10.06-.69 14.79 1.63a14.82 14.82 0 018.77 12.8c.15 1.75.23 3.52.23 5.27v38.15c0 .55 0 1.11-.09 1.81H545.8v-2.68c0-10.72 0-21.44-.17-32.15a32.68 32.68 0 00-1-6.87c-1-4.33-3.39-6.37-7.87-6.79a24.3 24.3 0 00-6.2.2 10.57 10.57 0 00-8.54 7.21 36.08 36.08 0 00-1.95 12.49c0 8.64 0 17.28-.06 25.91v2.71h-13.4c0-.82-.11-1.66-.11-2.49 0-8.32.07-16.64 0-25a87.78 87.78 0 00-.74-11.47c-1.09-7.54-5.38-10.61-12.94-9.63a13.4 13.4 0 00-12 12.39 93.65 93.65 0 00-.41 8.38c-.05 8.32 0 16.64 0 25z"}}),a("path",{attrs:{fill:"#004f82",d:"M194 0l17.82 9.47q-31.36 59-62.69 117.9l-17.82-9.48z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M11.46 186.76h37.85c.16 3.92.06 7.62 0 11.5H0V51c1.65-.52 45.55-.69 49.2-.18v11.32H11.46z"}}),a("path",{attrs:{fill:"#004f82",d:"M352.71 115.5v-9h9.46c.05.58.15 1.19.15 1.8v55.89c0 2.23-.23 4.47-.43 6.69-.51 5.61-3.32 9.91-7.67 13.3a26.45 26.45 0 01-13.18 5.3c-6.81.87-13.57.76-20.11-1.66-8.32-3.08-13.51-10.09-13.86-18.65 0-.47 0-.94.07-1.48h10.67c.07.71.16 1.33.2 2 .34 4.87 2.85 8.18 7.26 10.13a23.66 23.66 0 0011 1.58 28.05 28.05 0 004.74-.68c6.5-1.54 10.77-6 11.45-12.56.49-4.75.28-9.58.36-14.37 0-.11-.16-.22-.4-.54-.39.52-.75 1-1.1 1.47-5.52 7.57-13.06 10.41-22.2 9.47-12.82-1.33-21.1-11-23-23.13a40 40 0 011.43-19.42c4.33-12.49 15.12-18.51 28.05-17a21 21 0 0116 10.18c.19.31.42.59.64.89zm-37 18.43h.25c.07 1.35.09 2.71.22 4.06 1 10.11 7.07 16.23 16.87 16.92 10.29.72 17.51-4.7 19.33-14.82a34.67 34.67 0 00.27-8.58c-.85-11.52-9.52-18.71-21-17.58-7.34.73-12.65 5.06-14.61 12.21a76.76 76.76 0 00-1.3 7.79z"}}),a("path",{attrs:{fill:"#008bd2",d:"M618.66 141.41l11.05 6.09c-.32.65-.53 1.23-.84 1.74-6.39 10.38-15.59 15.76-27.87 15.66a37 37 0 01-11.12-1.44 26.29 26.29 0 01-17.18-15.58 36.18 36.18 0 01-.69-26.26 28.77 28.77 0 0126.66-19.28 41.65 41.65 0 0111 .88c10.9 2.68 17.37 9.66 19.87 20.44a41.45 41.45 0 01.92 11.74c-2.58.12-5.11 0-7.63 0h-38.58c-.81 7.83 5 15.71 12.46 16.78a30 30 0 008.57-.12 16 16 0 0010.81-6.93c.84-1.13 1.61-2.3 2.57-3.72zm-33.8-15.09h31.4a12.64 12.64 0 00-9-11.83 21 21 0 00-12.26-.06c-5.83 1.78-8.62 6.17-10.14 11.89z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M187 68.88v129.17c-1.86.48-46.49.58-49.27.1v-11.21c6.24-.33 12.52-.09 18.79-.13s12.46 0 19 0c.05-1.07.13-2 .13-2.91v-71.74-20.87a6.24 6.24 0 01.5-2.77c3.45-6.59 7-13.13 10.48-19.68z"}}),a("path",{attrs:{fill:"#004f82",d:"M427.76 162.32a6.32 6.32 0 01-1 .2h-8.92v-2.67c0-10.08.05-20.15 0-30.23a33.15 33.15 0 00-.81-6.87c-1.19-5.4-4.59-8.67-10.1-9.51-6.24-.95-11.95.14-16.55 4.85a12.62 12.62 0 00-3.61 7.66 67.31 67.31 0 00-.42 6.94v29.66h-9.48v-56h9.33v8.21a13.2 13.2 0 001.09-1c5.86-7.6 13.82-9.92 23-8.91a24.68 24.68 0 016.92 1.79c6 2.58 9.29 7.35 10.32 13.72a28.63 28.63 0 01.36 4.53v35.74c-.04.57-.09 1.21-.13 1.89zM227.54 153l8.13-5.42 1.41 2.13c4.19 6.16 10.51 7.59 16.61 6.26a10.42 10.42 0 004.54-2.49 7 7 0 00-.9-11.15 41.64 41.64 0 00-6.27-2.92c-3.52-1.51-7.14-2.81-10.57-4.49a32.28 32.28 0 01-6-4c-7-5.65-5.57-14.06-2.07-18.94a17.16 17.16 0 019.49-6.57 27.37 27.37 0 0118.1.89 16.71 16.71 0 019.56 9.29l-7.77 4.73c-.43-.68-.75-1.21-1.09-1.73a13.74 13.74 0 00-15.28-5.59 8 8 0 00-5.77 5.86 5.12 5.12 0 001.6 5.66 24.4 24.4 0 005.25 3.27c2.24 1 4.68 1.61 7 2.48 2.76 1 5.53 2.09 8.21 3.31 11.81 5.36 9.9 20.36 3.38 26.06a20.29 20.29 0 01-10.92 5.07 33.14 33.14 0 01-13.79-.9A20.82 20.82 0 01227.54 153z"}}),a("path",{attrs:{fill:"#008bd2",d:"M126.87 153.83v8.83h-66.1v-8.83z"}}),a("path",{attrs:{fill:"#004f82",d:"M282.69 106.42h9.68v56c-.62 0-1.17.13-1.71.13h-8zM461.5 139.36h-28.56V130h28.56z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M137.66 62.13V50.69h22.62c-.64 1.28-1.16 2.33-1.71 3.37-1.19 2.26-2.36 4.53-3.64 6.75-.32.55-1 1.26-1.5 1.27-5.18.09-10.37.05-15.77.05z"}}),a("path",{attrs:{fill:"#004f82",d:"M129.6 142.37c-.25-6.94-.47-13.43-.72-20.39l18.05 9.58zM287.42 86.52a7.15 7.15 0 117.13-7.1 7 7 0 01-7.13 7.1z"}})])])]))}}},bde3:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},p)},h),o.concat([a("path",{attrs:{fill:"#009E49",d:"M0 0h900v600H0V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0l947 300L0 600V0z"}}),a("path",{attrs:{fill:"#FFD00D",d:"M0 26.1L870 300 0 573.9V26.1z"}}),a("path",{attrs:{fill:"#2D2D2D",d:"M0 0l450 300L0 600V0z"}}),a("path",{attrs:{fill:"#D3132F",d:"M0 35l397.5 265L0 565V35z"}})]))}}},beaf:function(t,e,a){var n=a("a053");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("7bc714fa",n,!0,{sourceMap:!1,shadowMode:!1})},bf1d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 139 69.098"},p)},h),o.concat([a("g",{attrs:{fill:"#06c","fill-rule":"evenodd"}},[a("path",{attrs:{d:"M28.542 24.7a116.572 116.572 0 00-12.862-1.2q-3.671 0-4.746.677a2.352 2.352 0 00-1.074 2.142 2.04 2.04 0 001.446 2.032 55.742 55.742 0 007.413 1.656q5.967 1.092 8.489 3.575t2.521 8.055q0 12.2-14.9 12.195a63.78 63.78 0 01-11.864-1.355l-2.372-.452.3-8.43a116.258 116.258 0 0012.788 1.2 11.347 11.347 0 004.893-.714 2.311 2.311 0 001.3-2.146 2.22 2.22 0 00-1.374-2.104 34.956 34.956 0 00-7.117-1.657q-5.749-.976-8.566-3.312T0 26.544q0-5.982 4-9.033a16.528 16.528 0 0110.308-3.049 68.307 68.307 0 0111.935 1.431l2.447.451zM36.96 69.098V15.37h10.108v2.044q4.94-2.952 8.665-2.952 7.675 0 11.324 4.579t3.649 15.55q0 10.974-4.029 15.248t-13.225 4.275a34.856 34.856 0 01-5.4-.454l-.912-.152v15.59zm16.8-45.555a15.513 15.513 0 00-5.7 1.135l-.912.378v19.827a44.126 44.126 0 005.548.454q4.407 0 6.043-2.573t1.634-8.778q0-10.442-6.613-10.443zM139 0v52.924h-10v-1.587a21.937 21.937 0 01-9.093 2.5q-8.194 0-11.424-4.763t-3.229-15.089q0-10.32 3.871-15.046t11.687-4.725a41.244 41.244 0 016.689.756l1.428.3V0zm-11.124 43.852l1.053-.226V23.741a41.461 41.461 0 00-7.366-.756q-6.087 0-6.087 10.887 0 5.9 1.352 8.392a4.69 4.69 0 004.472 2.5 25.9 25.9 0 006.576-.908zM88.481 36.96a9.979 9.979 0 01-7.571-3.134 10.836 10.836 0 01-2.974-7.771 10.7 10.7 0 012.956-7.714 10.037 10.037 0 017.566-3.075 9.662 9.662 0 017.484 3.149 11.1 11.1 0 012.883 7.774 10.819 10.819 0 01-2.883 7.7 9.751 9.751 0 01-7.462 3.074M77.936 52.891a11.2 11.2 0 012.956-7.945 9.893 9.893 0 017.566-3.166 9.532 9.532 0 017.485 3.241 11.636 11.636 0 012.883 8.008"}})])]))}}},bf29:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z"}}),a("path",{attrs:{fill:"#D80027",d:"M244.769 249.888L10.199 103.71v312.754h234.57L61.193 249.888z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M98.003 324.433l-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zM88.268 191.662l-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z"}}),a("path",{attrs:{d:"M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165"}})])]))}}},bf60:function(t){t.exports=JSON.parse('{"no-ee-id-card":"No se ha encontrado la tarjeta de identificación. Por favor, compruebe que la tarjeta está insertada en el lector y reinicie el navegador. El software se puede instalar a través de la página www.id.ee.","yes":"Sí","no":"No","phone-number":"número de teléfono","idcode":"código de identidad personal","country":"País","Sign":"Firmar","USER_REFUSED":"El usuario no quiso continuar y canceló la acción","mobile-id":"Mobile ID","id-card":"Tarjeta de identificación","smart-id":"Smart-ID","no-lv-id-card":"No se ha encontrado ninguna tarjeta de identificación letona. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://www.eparaksts.lv/en/Downloads. Para las firmas, por favor asegúrese de que el plugin eParaksts para el navegador está instalado y activado.","no-lt-id-card":"No se ha encontrado ninguna tarjeta de identificación lituana. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://www.nsc.vrm.lt/downloads.htm. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No se ha encontrado ninguna tarjeta de identificación portuguesa. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado desde https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No se ha encontrado ninguna tarjeta de identificación serbia. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No se ha encontrado ninguna tarjeta de de identidad finlandesa. Por favor, consulte las instrucciones de instalación del software en: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No se ha encontrado ninguna tarjeta de identificación belga. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://eid.belgium.be. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"¿Ha entendido el contenido del documento y está dispuesto a firmarlo?","eparaksts-mobile":"eParaksts Mobile","powered-by-eideasy":"Con tecnología eIDEasy","log-in":"Acceder","this-field-is-required":"Este campo es obligatorio","your-verification-code":"Su código de verificación:","cancel":"Cancelar","no-response-error":"Algo ha ido mal. Asegúrese de que está conectado a internet e inténtelo de nuevo.","back":"Volver","no-matching-countries":"No hay países coincidentes","id-card-read-timeout":"La lectura de la tarjeta de identificación tardó demasiado. Por favor, cierre todas las ventanas abiertas del navegador e inténtelo de nuevo.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Apruebe la petición de identificación en su app FREJA eID","try-again":"Inténtelo de nuevo","pre-sign-confirmation":"Tras hacer clic en \\"Acceder\\" le identificaremos utilizando {method} y crearemos una firma vinculante legalmente.","login-method":"Método de acceso:","finnish-online-bank":"Banco online finlandés","online-bank":"Banco online","or":"o","transaction-id":"ID de la transacción","sign-in-evrotrust-app":"Por favor, firme este documento en su app Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Otros países","email-sms":"Email/SMS","email-code-sent":"Se ha enviado un email con el código a","sms-code-sent":"Se ha enviado un SMS con el código a","your-code":"Su código","signature-method":"Método de firma","username-or-email":"Nombre de usuario o correo electrónico","cell-phone":"Teléfono móvil","including-calling-code":"con código de país que incluye \\"+\\", ejemplo +35112345678","enter-temp-security-code":"Ingrese el código de seguridad temporal","mobile-key-signing-info":"Puede encontrar más información sobre el proceso de firma de claves móviles en https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta acción es definitiva e irreversible.","you-have-5-minutes-to-enter-the-code":"Tienes 5 minutos para ingresar el código antes de que caduque.","confirm":"Confirmar","after-confirmation-following-docs-will-be-signed":"Después de la confirmación, se firmarán los siguientes documentos:","code-by-sms":"Código via SMS","confirmation-code-will-be-sent-to":"Un código de confirmación fue enviado a:","continue":"Continuar","name":"Nombre","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin de firma digital","approve-sign-request-on-freja-app":"Apruebe la solicitud de firma en su app FREJA eID","no-required-software":"No tiene instalado el software necesario para completar esta acción. Siga las instrucciones en https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firmar con mi banco","card-number":"número de tarjeta","your-sms-otp-code":"Su código otp sms"}')},bfbe:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zM297.739 283.82l-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z"}})])]))}}},bfe4:function(t,e,a){"use strict";var n=a("ba47"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c023:function(t,e,a){"use strict";var n=a("6acb"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c04e:function(t,e,a){var n=a("861d");t.exports=function(t,e){if(!n(t))return t;var a,r;if(e&&"function"==typeof(a=t.toString)&&!n(r=a.call(t)))return r;if("function"==typeof(a=t.valueOf)&&!n(r=a.call(t)))return r;if(!e&&"function"==typeof(a=t.toString)&&!n(r=a.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},c0de:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},p)},h),o.concat([a("path",{attrs:{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}}),a("path",{attrs:{fill:"#fff",d:"M120 125l90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z"}})]))}}},c0e3:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 256.006L0 426.668V85.331z"}}),a("path",{attrs:{d:"M302.049 226.318l7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zM376.252 226.318l7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z"}})]))}}},c168:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 322.783h512v103.88H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 210.877h512v89.656H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 00-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zM234.658 152.766l2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zM258.006 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM281.353 152.766l2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zM304.7 152.766l2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zM328.048 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM258.006 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 128.482l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zM304.7 128.482l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zM328.048 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 104.198l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zM304.7 104.198l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zM328.048 104.198l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z"}})])]))}}},c180:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 233.5h512v51H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M168.7 86.5l12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zM85.4 32.5l7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z"}})])]))}}},c1f1:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M393.785 315.358L512 381.034v-65.676zM311.652 315.358L512 426.662v-31.474l-143.693-79.83zM458.634 426.662l-146.982-81.664v81.664z"}})]),a("path",{attrs:{fill:"#FFF",d:"M311.652 315.358L512 426.662v-31.474l-143.693-79.83z"}}),a("path",{attrs:{fill:"#D80027",d:"M311.652 315.358L512 426.662v-31.474l-143.693-79.83z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M90.341 315.356L0 365.546v-50.19zM200.348 329.51v97.151H25.491z"}})]),a("path",{attrs:{fill:"#D80027",d:"M143.693 315.358L0 395.188v31.474l200.348-111.304z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M118.215 196.634L0 130.958v65.676zM200.348 196.634L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z"}})]),a("path",{attrs:{fill:"#FFF",d:"M200.348 196.634L0 85.33v31.474l143.693 79.83z"}}),a("path",{attrs:{fill:"#D80027",d:"M200.348 196.634L0 85.33v31.474l143.693 79.83z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M421.659 196.636L512 146.446v50.19zM311.652 182.482V85.331h174.857z"}})]),a("path",{attrs:{fill:"#D80027",d:"M368.307 196.634L512 116.804V85.33L311.652 196.634z"}})]))}}},c209:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M513 0v171H0V0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"185.8",cy:"171.2",r:"117.8"}}),a("path",{attrs:{fill:"#D80027",d:"M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8"}})]))}}},c24d:function(t,e,a){var n=a("b791");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("706ba974",n,!0,{sourceMap:!1,shadowMode:!1})},c279:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".MobileIdButton_reset-list_3-2Pt{margin:0;padding:0;list-style:none;display:block}.MobileIdButton_uppercase-sm_27AA6{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MobileIdButton_icon_28p3J{display:block;width:112px;height:auto}",""]),e.locals={"reset-list":"MobileIdButton_reset-list_3-2Pt","uppercase-sm":"MobileIdButton_uppercase-sm_27AA6",icon:"MobileIdButton_icon_28p3J"},t.exports=e},c2cb:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}})]))}}},c430:function(t,e){t.exports=!1},c52f:function(t,e,a){"use strict";var n=a("6757"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c58a:function(t,e,a){"use strict";var n=a("921c"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c6b6:function(t,e){var a={}.toString;t.exports=function(t){return a.call(t).slice(8,-1)}},c6c1:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:["Icon_icon__svg__unUkd",c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 80 80",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("path",{attrs:{d:"M4.28 57.34C.91 53.97-.837 47.446.396 42.844l6.728-25.108c1.233-4.603 6.01-9.38 10.613-10.613L42.844.395C47.446-.838 53.97.91 57.34 4.28l18.38 18.38c3.37 3.362 5.116 9.893 3.894 14.495l-6.737 25.108c-1.233 4.603-6.01 9.38-10.613 10.613l-25.108 6.737C32.554 80.847 26.03 79.1 22.66 75.73L4.28 57.34z",fill:"#ff4612"}}),a("path",{attrs:{d:"M49.094 28.807c-2.389-.816-3.906-1.13-3.798-2.545.084-1.103.92-1.67 2.453-1.544 1.118.086 1.795.549 2.136 1.246a2.647 2.647 0 002.323 1.473c2.227.049 3.584-2.538 2.188-4.276-1.255-1.562-3.32-2.618-6.23-2.84-5.11-.393-8.33 1.892-8.63 5.782-.32 4.166 2.48 5.293 6.72 6.724 2.895.933 3.612 1.385 3.528 2.602-.09 1.18-1.125 1.765-2.697 1.652-1.31-.101-2.115-.62-2.494-1.398-.426-.882-1.38-1.37-2.354-1.39a2.617 2.617 0 00-1.947.786s-1.102 1.233-3.253 1.233c-1.563-.042-2.948-.883-2.948-3.072l.053-7.322a3.138 3.138 0 101.632-5.81 3.056 3.056 0 00-1.597.464l.004-2.689a1.717 1.717 0 00-1.715-1.726h-2.33a1.716 1.716 0 00-1.715 1.707l-.102 15.72c-.152 1.956-1.504 2.708-3.017 2.719-1.605 0-3.047-.84-3.047-3.072l.108-9.925a1.134 1.134 0 00-1.134-1.142h-3.487a1.134 1.134 0 00-1.133 1.125l-.11 11.327c-.04 4.721 3.68 6.845 8.803 6.845 2.144 0 3.615-.864 4.632-2.066 1.3 1.404 3.332 2.066 5.791 2.066 2.459 0 4.298-.322 6.124-1.358 1.27.747 2.89 1.215 4.852 1.365 5.306.408 8.535-1.985 8.853-6.122.277-3.69-2.495-5.17-6.462-6.54zM19.628 19.65a3.138 3.138 0 10-3.127-3.11 3.13 3.13 0 003.127 3.11zm36.84 23.117c-5.142 0-9.002 2.893-10.065 7.778-.29-4.576-3.209-7.32-7.511-7.32-3.002 0-4.965 1.348-6.118 3.156-1.31-2.03-3.502-3.156-6.235-3.156-2.536 0-10.544-.308-10.544 9.98v7.489a2.81 2.81 0 105.618 0v-8.226c0-2.386 1.347-4 3.579-4 2.04 0 3.23 1.422 3.23 3.97v8.271a2.81 2.81 0 005.62 0v-8.933c.22-2 1.462-3.309 3.462-3.309 2.155 0 3.309 1.423 3.309 3.97v8.273a2.81 2.81 0 105.617 0v-4.398c1.102 4.794 4.962 7.666 10.193 7.666 2.459 0 4.792-.752 6.488-1.985.06-.042.115-.084.172-.126.057-.041.133-.092.194-.143 0 0 0-.018.014-.024.092-.075.191-.148.28-.22 1.645-1.505.699-4.268-1.511-4.56a2.646 2.646 0 00-2.52 1.103c-.643.838-1.752 1.31-3.27 1.31-2.602 0-4.139-1.616-4.258-4.14h12.163a1.833 1.833 0 001.832-1.832v-.454c0-6.354-3.863-10.14-9.738-10.14zm-4.258 8.6c.157-2.602 1.764-4.1 4.219-4.1 2.602 0 3.864 1.617 3.983 4.1H52.21z",fill:"#fff"}})]))}}},c6cd:function(t,e,a){var n=a("da84"),r=a("ce4e"),i="__core-js_shared__",s=n[i]||r(i,{});t.exports=s},c713:function(t,e,a){var n=a("660c");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("540a7964",n,!0,{sourceMap:!1,shadowMode:!1})},c71d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#55B2FF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}}),a("path",{attrs:{fill:"#333",d:"M186 272.7l70.5-160.3L327 272.7z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}})]))}}},c7e4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},p)},h),o.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h363v242H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M57 96.9L14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z"}}),a("path",{attrs:{fill:"#D80027",d:"M75.6 40.6l11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M0 152.2h363v15.7H0zM0 183.6h363v15.7H0z"}})])]))}}},c890:function(t,e,a){"use strict";var n=a("3d74"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},c8ba:function(t,e){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch(n){"object"===typeof window&&(a=window)}t.exports=a},c90f:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#496E2D"}},[a("path",{attrs:{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zM0 221.863h512v68.263H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M102.026 133.938l13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z"}})]))}}},c975:function(t,e,a){"use strict";var n=a("23e7"),r=a("4d64").indexOf,i=a("a640"),s=a("ae40"),o=[].indexOf,c=!!o&&1/[1].indexOf(1,-0)<0,l=i("indexOf"),u=s("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:c||!l||!u},{indexOf:function(t){return c?o.apply(this,arguments)||0:r(this,t,arguments.length>1?arguments[1]:void 0)}})},ca40:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 45 74"},p)},h),o.concat([a("image",{attrs:{overflow:"visible",width:"45",height:"74","xlink:href":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABKCAYAAAAv6914AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRh YmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0i aHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3Jp cHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8x LjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jl c291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBN TTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCMzAyMThGMzY4QzExRUM5NDQ2RDk1MDJDM0VFOEIyIiB4 bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCMzAyMThFMzY4QzExRUM5NDQ2RDk1MDJDM0VFOEIy IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChXaW5kb3dzKSI+IDx4bXBN TTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFMDZDMkJGMzY4QzExRUM5 Qjc0RDk3MjY4RDAzRUY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMDZDMkMwMzY4QzEx RUM5Qjc0RDk3MjY4RDAzRUY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4 bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+G4hu9QAAC9RJREFUeNrMm1uIHFkZx79TVX2byeSi D4KXRVhlFXGfVkFFEV/E68KuKIIXhPVhWUV8ySLoi6C4Cj5I8EFXWC8PC7K4CN4fVmEVNCw6ySSb mE12M0lnMp3MpTPT3TPdXef4nWt959Sp6s4mcbfhpC5d0/Wrf/2//zl1CTv4lR8BCIEN9Efof+Qq EMWy+x4/+3tTaLcz+NiD74DDh9uwh8szPoexPY7tJ9j+THclcEccp7LlOJ/bKTb5q1OcTkyT8/vY Erjzn3diO4ntQWx/wvaFW/3BOw39CWz/wfZGsu7n2B57tUJ/Hdtvw30YaxzF9ntsnVcT9I+x/TBc Kfz5jxjbvO2Vhm5j+yO2h6uABSlAbHfj/AlcvP+Vgn4LaIAP1wGDBTbLmBoNbE/j/Df+39AfMMBv nUths477679rivTOQTOmG36+iO1vYVGJiMLgK1w6EC7jUIhncfa1tx1adTzAoNFMf4UzT8wouJIl RBzYtvfh5BS2d91W6EYjWdzpj45d7d7odxYafSFEJbACigHLntD0hrndxi4L8Tqc/gtnP3dboPGH X59myTIk7JHnjncfGQ7G97Ra2QVR4V9zWjxbWFhnEwKfk24dt/slTr7HbhH6vYyxFQS++8CRDr++ tvOm0yd760sHW/fijp8J7RAWGy8nhzf24AF8rucfxW2fRvDGzUELU3AM/g4pO8JSBixhorHU5CdW 1mBzYzTodBofwv08HvqU+rXk3wiwN28GTgh+P/7dsonVeaCFrLlvI+wTLE1AAWNDtWFxqQXbmyNY WVmHhYUmCAZfRrKjswou9HNOIDkd6dERnxBv5zpWP5rMkW2/QMhvWVgJLoFBgWPOHWrD6bM96PV2 YbHTkBb+AcJ9lvs9X1xRao/CDsUBBQeA4B1c/7ukdgzM4B9og8+zJJF2MKAaXC7L9ZgesDsYw8rp dWi1UnlW5OdJbO/Gnfd4YAevGA2Mm/qADnjqKz6tgr4XO44VVPY9ygqqGVDtZ2cR2ZZQ7bPnN6G7 tgNLB5o2MI7LsTSCPBcmROjfPCy+yFRdEOj5URIpuAdQrmVU8w1OXQPqTVXTVdHEq5i9cQ4rZ67h sTF1LObTw3Yfgv26quByqnrg6aktRNImkSuXo7jmKZZZGxBljR3sMv6D2+gm8LQcwsuu8xe34OKl PqrdAiG83/00gnwnj0VaOA3mp8FlVx6kx08R6DFbaMxYAoifWVJYQqpcHAyDrCHhsf89dx1yziFN /S4Bl76Jx/GlvIgxlxrOt9bLVGUCzPXvKOhDOPMMQj7krEAsYRNDrwPPz0WiGG8fbMHq1R14cXUb lhabQLt3ppscp7wfd74VJgQnFphSH5sD4LRHxB/6Jyr6QVdo1gZW0URHm10PRF0IGnbvkKLiz1/Y hPH+FBYaKTTQOqkZDhovP4tA92Eb5hWZTBWeEoXtJ8Od3aNUZUzZVI03JRQzh8TAeNifZyz4JfOR 6XF9awhn0N93vfkIbO3vO1/yYiwtxyo3EGyBU7sQT1u1RWQ3GZ7aHYRb0pBGYQPkYO1BeAcGUWq5 JkMR1ob7kE4nsJfn9ue0MOayDGGyPJLPKiHMNLoHoaATDcCYA2YWiqzzgM33rGq8m6WQoVWEKLYR ZBBllz1L0JgjAoTAUvvMWkNDWmBGIM06eiDWOlXQ+JsyBqeCO4DIEDfsoqP+pYN0a67MASfMAVsr KDVZoXSxbA6oariCv6GUFMVpjnFMA4VFpboeuVE6ZgVWFCW1jDuIGqXl73D82t5/q4KmCosaO4SK ZwpYFWAIa5eLonPqpqagGKuwh+5oJsSfsQtNm8M3AyxtpQvRpUVRaF7kEXU9u9RcqnMDxGfY42aB bU5H1C1Ov5fRNOrq0gN7TmUPXg0NMxLChw08rdVNSkVXqA7FQdHlGk/bMxRenc+CpQkRquvmVSEm CelIgkKjcefBk2m0EBOzsQA25zVomBBVwEUhel208S74cNE0qdLRWGeGM+byr/ve3o2QhaiSI5rL kegD8GxTKXVSfRZuCdhsndGxhOfpwAr+slW6xtNyI1FjangZwIXSLF5oYfTZ025h5yhEfdtAzHNP xQF6aSGKg7Ce1jmdVBeaF4UQdOlsRo7NaQ/yQM1f8IALPwuVHs4agbqhFajPgdWDJax8v7dm4BTa wbdGIb+zB0ugGNUx//Q6K1SpXZkebK74iPoXfKVDPwvr6erCA783dDfS6tPDbmrvLs2VIBZYUODC Hti1qu2UPRjJXt8KzPkz9HLBy6rveuO2M3M6tAEBt0+MhfBV1p5OiKeBVXsZyl6fq9BETQ3SZIDI Adhe0KpeRF5ESaKylyzgF+SsUZCYoxIdMC9Hm1Xcqs7NQhF5UE6JKlg2b6zxGZ2Ls0QZ2J8333Fb iDWF5oCTosKcwDPG0xqC1wttgbko4tlT187z4jsuTCEyKI83IEgTT93ZY4sCospBwgcDUmzcxpyG 9AvReHqWb1noYXv5NcPTXIjaQqQJ4SLSAnNRTo6yPeawQqh6DbNgeNXCq5+POGVBeGoXBRhAG8WN PfzC863A/MsM70DqH+fqnfPKywBqh6qCo+tUulhPQ8IiVghsAiEsmwktk0PtiM2RHhQ4UNnB+ulR U2iM+Hae1CDbqkuuPDd+ZZXXWJ4NeBnYU95CR28JsIgVgu+j9z3MLYGskcHe/thcCMQ7GD8tggPg dL48TUreNfc2WBCDHjB5BSG0RftAGwY3RnB1eRWGOM1aGVEv0kwHxHkAjFXsAZOW0QE9o4P7Weqy 8h2j1mILdrcHsPZ8F2BvDP1LG+oxxsLhBZiMJv7fRZSFmLLWJm49R6VL9/GK8bX/bgerHSw1DyBw fwjdE5fQy0hxsKPANi9cg8HWsFCcR4BCYNIrFttzPBtcnRF9s6DOCvQAWOwtFQYtBB5sj6C7fAlU OLcbqnigmaltti5cx+8RvBlYhZNRnGcFC8tJKw448QdIdAwdjvbKr9TI/UngXQW8aoCbRd8tLDjA 9osbBbgD0MpxHvpWg/JcuO85WZ9AqGRYaBUel1jtxSYf3EBLLF/UlqDA9DUcA96/uAHD/kiCc9fD GXXV0y46DYsw100eSBKmQqW64NumgwpjOqxd/jcqPEXgTrN6dBSAj/qjMUuTPHbqy8vmoKTyuhCX stKAiEUu9sh6uaqNKbGzMWCXT64+icCDWmAK3kgB9nPoX+knR+56zZKK8RyCHAYvKXgJXhzXFwGl Xg9Kyko/yOeEzU4DNrtbYv3MWoLrPlOvcAAt9A18WaT5JFfPHItMNqPCwO/OPrk6A7/BX/hUNo+6 6hIHT2/aTOHqCz2xdb7HlGoYY1HgGKwdi+LOsYvnkgZPeSpy7sMGnQmXg65crf8+/sKj+qY6q4E1 O22imrKD7q50xe7lTabUzdJ64BDWvuiRk9EdZ8anMWBiDSEewr/6WfHENmYFskZ2GuPRRHRXLsMY fQzoZ5U4pZSoUZdblc0jL9NtJ6xccM7LKu74DfMe6l+9J7YhJR3VteQ4YmsoZC/HR/sM8ACit/dn qWuGl/pxFtevW0goxsvKChNtnJ81761eDE9mVgbGYXuaQnOhCdtrfXH11GW5U1S4XaOuCN9jK09z Cy3H2Fx1RFwkZSvoeflG+yexjWP1ndHxvHqEiwWXNRvQO98Tmy+sg3pVJkyIeaxgFeYEWE7HWmlu vuMkl1VCCHEMt/xqXXpm9Nl1s91Uj4e7p7piZ3UDYRvlgptlBZME5im9bhZcqjzGlmhQlxi5s4aE PTbrGiOzN+xbCy2Y7E/EFSy4vWs7OJ5s6feXhIi8BE3tIHyVubBvVxXQCpgbpXMljAQVaE6lbi72 EPkB/Ks/zPNcSRWi7OEG/aG4cvIS5Luy4NquQ6m1AlU3jyicE4UltJzucZU+mA6JscQ5/IuPY/vv vO+OZu3F9tL2+jasneoymKJEB9o+XAmWAgegPAJrVZ6Y5b1cQieqF8zhLybSRjfzwmvWe6l3ZuPc +kEVmtIS4X/UiapLIoyCcgpKFJbAEzMd5vox9JQ/Be3kay/nVej/CTAAGzPAIjmTKakAAAAASUVO RK5CYII="}})]))}}},ca60:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512V256H0z"}})]))}}},ca65:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M512 0v166.7L0 170.8V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"#D80027",d:"M89.8 92.5l17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z"}})]))}}},ca74:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.331h512v341.337H0z"}})]),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M189.746 160.439l-15.739-15.741-10.494 10.494-10.493-10.494-15.741 15.741 10.494 10.493-10.495 10.494 15.74 15.741 10.494-10.494 10.495 10.494 15.739-15.741-10.494-10.494zM211.478 85.331H512v111.315H211.478z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M211.478 315.353H512v111.304H211.478z"}})]))}}},ca84:function(t,e,a){var n=a("5135"),r=a("fc6a"),i=a("4d64").indexOf,s=a("d012");t.exports=function(t,e){var a,o=r(t),c=0,l=[];for(a in o)!n(s,a)&&n(o,a)&&l.push(a);while(e.length>c)n(o,a=e[c++])&&(~i(l,a)||l.push(a));return l}},caad:function(t,e,a){"use strict";var n=a("23e7"),r=a("4d64").includes,i=a("44d2"),s=a("ae40"),o=s("indexOf",{ACCESSORS:!0,1:0});n({target:"Array",proto:!0,forced:!o},{includes:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),i("includes")},cb05:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v114H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 227.9h513v114H0zM278.8 134.8c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z"}})]),a("g",{attrs:{fill:"#FFF",opacity:".5"}},[a("path",{attrs:{d:"M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zM89.2 98.9h22.3v24.4H89.2zM133.8 98.9h22.3v24.4h-22.3zM178.4 98.9h22.3v24.4h-22.3zM223 98.9h22.3v24.4H223zM267.7 98.9H290v24.4h-22.3zM312.3 98.9h22.3v24.4h-22.3zM356.9 98.9h22.3v24.4h-22.3zM401.5 98.9h22.3v24.4h-22.3zM446.1 98.9h22.3v24.4h-22.3zM490.7 98.9H513v24.4h-22.3zM44.6 216.9h22.3v25.5H44.6zM0 216.9h22.3v25.5H0zM89.2 216.9h22.3v25.5H89.2zM133.8 216.9h22.3v25.5h-22.3zM178.4 216.9h22.3v25.5h-22.3zM223 216.9h22.3v25.5H223zM267.7 216.9H290v25.5h-22.3zM312.3 216.9h22.3v25.5h-22.3zM356.9 216.9h22.3v25.5h-22.3zM401.5 216.9h22.3v25.5h-22.3zM446.1 216.9h22.3v25.5h-22.3zM490.7 216.9H513v25.5h-22.3z"}})])]))}}},cb7e:function(t,e,a){var n=a("08fc");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1babb41c",n,!0,{sourceMap:!1,shadowMode:!1})},cb85:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}})]))}}},cba4:function(t,e,a){var n=a("d5b5");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("a6b6e3d8",n,!0,{sourceMap:!1,shadowMode:!1})},cc12:function(t,e,a){var n=a("da84"),r=a("861d"),i=n.document,s=r(i)&&r(i.createElement);t.exports=function(t){return s?i.createElement(t):{}}},cc17:function(t,e,a){var n=a("4a35");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("5bdd68be",n,!0,{sourceMap:!1,shadowMode:!1})},cca6:function(t,e,a){var n=a("23e7"),r=a("60da");n({target:"Object",stat:!0,forced:Object.assign!==r},{assign:r})},ccb7:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#232323",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}}),a("path",{attrs:{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}}),a("path",{attrs:{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"170.7",r:"80.7"}}),a("path",{attrs:{d:"M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z"}})]))}}},ccc4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v114H0zM0 228h512v114H0z"}}),a("circle",{attrs:{fill:"#FFDA44",stroke:"#d6ab00","stroke-width":"5",cx:"256.5",cy:"171",r:"40"}})]))}}},cd2f:function(t,e,a){"use strict";var n=a("e8cb"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},cdb5:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#FF9811",d:"M0 228h513v114H0z"}})]))}}},cdf9:function(t,e,a){var n=a("825a"),r=a("861d"),i=a("f069");t.exports=function(t,e){if(n(t),r(e)&&e.constructor===t)return e;var a=i.f(t),s=a.resolve;return s(e),a.promise}},ce4e:function(t,e,a){var n=a("da84"),r=a("9112");t.exports=function(t,e){try{r(n,t,e)}catch(a){n[t]=e}return e}},ce7d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},p)},h),o.concat([a("path",{attrs:{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}}),a("path",{attrs:{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}}),a("path",{attrs:{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}}),a("circle",{attrs:{fill:"#205CCA",cx:"11.3",cy:"7.5",r:"5.2"}}),a("path",{attrs:{fill:"#FFDB3D",d:"M11.2 9.2L8.8 11l.9-2.9-2.4-1.8h3l1-2.8 1 2.9h3l-2.4 1.8.9 2.9-2.6-1.9zm0-1l.9.6-.3-1.1.9-.7h-1.1l-.4-1.1-.4 1.1H9.7l.9.7-.3 1.1c0 .1.9-.6.9-.6z"}})]))}}},ceca:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M512 0H0v342"}}),a("path",{attrs:{fill:"#FFDA44",d:"M307.7 0L0 194.5V342h206.9L513 148.5V0z"}}),a("path",{attrs:{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M141.1 187l31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z"}})])]))}}},cf46:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#00745a",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 152.111l4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zM202.112 175.683l8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zM162.662 215.132l11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zM309.889 175.683l-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zM349.338 215.132l-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z"}})]),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zM187.977 306.12a74.138 74.138 0 008.85 15.073h118.345a74.13 74.13 0 008.85-15.073H187.977z"}})])]))}}},cf88:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".FormSectionSpacer_reset-list_x5brS{margin:0;padding:0;list-style:none;display:block}.FormSectionSpacer_uppercase-sm_3XM0F{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormSectionSpacer_spacer_BaryV{position:relative;text-align:center}.FormSectionSpacer_spacerText_1J1vC{display:inline-block;vertical-align:top;color:#3a3a3a}",""]),e.locals={"reset-list":"FormSectionSpacer_reset-list_x5brS","uppercase-sm":"FormSectionSpacer_uppercase-sm_3XM0F",spacer:"FormSectionSpacer_spacer_BaryV",spacerText:"FormSectionSpacer_spacerText_1J1vC"},t.exports=e},cfd3:function(t,e,a){"use strict";var n=a("d6d6"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d050:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".SignatureFrejaId_reset-list_opSw2{margin:0;padding:0;list-style:none;display:block}.SignatureFrejaId_uppercase-sm_6BKlm{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFrejaId_formContainer_2dna7{max-width:263px;margin:0 auto}",""]),e.locals={"reset-list":"SignatureFrejaId_reset-list_opSw2","uppercase-sm":"SignatureFrejaId_uppercase-sm_6BKlm",formContainer:"SignatureFrejaId_formContainer_2dna7"},t.exports=e},d056:function(t,e,a){var n=a("f418");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("5d9e7688",n,!0,{sourceMap:!1,shadowMode:!1})},d066:function(t,e,a){var n=a("428f"),r=a("da84"),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t])||i(r[t]):n[t]&&n[t][e]||r[t]&&r[t][e]}},d0b4:function(t,e,a){var n=a("1b2a");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("e288a0e0",n,!0,{sourceMap:!1,shadowMode:!1})},d0ed:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 129.3V212H203.7v129.3H121V212H0v-82.7h121V0h82.7v129.3z"}})]))}}},d13c:function(t){t.exports=JSON.parse('{"locale":"en","countries":{"AF":"Afghanistan","AL":"Albania","DZ":"Algeria","AS":"American Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua and Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaijan","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarus","BE":"Belgium","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BA":"Bosnia and Herzegovina","BW":"Botswana","BV":"Bouvet Island","BR":"Brazil","IO":"British Indian Ocean Territory","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodia","CM":"Cameroon","CA":"Canada","CV":"Cape Verde","KY":"Cayman Islands","CF":"Central African Republic","TD":"Chad","CL":"Chile","CN":"China","CX":"Christmas Island","CC":"Cocos (Keeling) Islands","CO":"Colombia","KM":"Comoros","CG":"Congo","CD":"Congo, the Democratic Republic of the","CK":"Cook Islands","CR":"Costa Rica","CI":"Cote D\'Ivoire","HR":"Croatia","CU":"Cuba","CY":"Cyprus","CZ":"Czech Republic","DK":"Denmark","DJ":"Djibouti","DM":"Dominica","DO":"Dominican Republic","EC":"Ecuador","EG":"Egypt","SV":"El Salvador","GQ":"Equatorial Guinea","ER":"Eritrea","EE":"Estonia","ET":"Ethiopia","FK":"Falkland Islands (Malvinas)","FO":"Faroe Islands","FJ":"Fiji","FI":"Finland","FR":"France","GF":"French Guiana","PF":"French Polynesia","TF":"French Southern Territories","GA":"Gabon","GM":"Gambia","GE":"Georgia","DE":"Germany","GH":"Ghana","GI":"Gibraltar","GR":"Greece","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard Island and McDonald Islands","VA":"Holy See (Vatican City State)","HN":"Honduras","HK":"Hong Kong","HU":"Hungary","IS":"Iceland","IN":"India","ID":"Indonesia","IR":"Iran, Islamic Republic of","IQ":"Iraq","IE":"Ireland","IL":"Israel","IT":"Italy","JM":"Jamaica","JP":"Japan","JO":"Jordan","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"North Korea","KR":"South Korea","KW":"Kuwait","KG":"Kyrgyzstan","LA":"Lao People\'s Democratic Republic","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MO":"Macao","MG":"Madagascar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Marshall Islands","MQ":"Martinique","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Mexico","FM":"Micronesia, Federated States of","MD":"Moldova, Republic of","MC":"Monaco","MN":"Mongolia","MS":"Montserrat","MA":"Morocco","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Netherlands","NC":"New Caledonia","NZ":"New Zealand","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolk Island","MK":"North Macedonia, Republic of","MP":"Northern Mariana Islands","NO":"Norway","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":["State of Palestine","Palestine"],"PA":"Panama","PG":"Papua New Guinea","PY":"Paraguay","PE":"Peru","PH":"Philippines","PN":"Pitcairn","PL":"Poland","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RE":"Reunion","RO":"Romania","RU":["Russian Federation","Russia"],"RW":"Rwanda","SH":"Saint Helena","KN":"Saint Kitts and Nevis","LC":"Saint Lucia","PM":"Saint Pierre and Miquelon","VC":"Saint Vincent and the Grenadines","WS":"Samoa","SM":"San Marino","ST":"Sao Tome and Principe","SA":"Saudi Arabia","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapore","SK":"Slovakia","SI":"Slovenia","SB":"Solomon Islands","SO":"Somalia","ZA":"South Africa","GS":"South Georgia and the South Sandwich Islands","ES":"Spain","LK":"Sri Lanka","SD":"Sudan","SR":"Suriname","SJ":"Svalbard and Jan Mayen","SZ":"Eswatini","SE":"Sweden","CH":"Switzerland","SY":"Syrian Arab Republic","TW":["Taiwan, Province of China","Taiwan"],"TJ":"Tajikistan","TZ":"Tanzania, United Republic of","TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad and Tobago","TN":"Tunisia","TR":"Turkey","TM":"Turkmenistan","TC":"Turks and Caicos Islands","TV":"Tuvalu","UG":"Uganda","UA":"Ukraine","AE":"United Arab Emirates","GB":["United Kingdom","UK","Great Britain"],"US":["United States of America","USA"],"UM":"United States Minor Outlying Islands","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Virgin Islands, British","VI":"Virgin Islands, U.S.","WF":"Wallis and Futuna","EH":"Western Sahara","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabwe","AX":"Åland Islands","BQ":"Bonaire, Sint Eustatius and Saba","CW":"Curaçao","GG":"Guernsey","IM":"Isle of Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barthélemy","MF":"Saint Martin (French part)","RS":"Serbia","SX":"Sint Maarten (Dutch part)","SS":"South Sudan","XK":"Kosovo"}}')},d1e7:function(t,e,a){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,i=r&&!n.call({1:2},1);e.f=i?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},d26f:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M256 256v170.663H0V256h256z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.337V256H256V85.337h256z"}}),a("path",{attrs:{fill:"#0052B4",d:"M128 123.034l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}}),a("path",{attrs:{fill:"#D80027",d:"M384 293.697l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}})]))}}},d28b:function(t,e,a){var n=a("746f");n("iterator")},d2bb:function(t,e,a){var n=a("825a"),r=a("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,a={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(a,[]),e=a instanceof Array}catch(i){}return function(a,i){return n(a),r(i),e?t.call(a,i):a.__proto__=i,a}}():void 0)},d2c9:function(t,e,a){var n=a("5d86");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("ead67b48",n,!0,{sourceMap:!1,shadowMode:!1})},d2f4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M256 37.9l10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zM388.8 170.7l-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z"}})])]))}}},d31a:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0h513v38H0zM0 76h513v38H0zM0 152h513v38H0zM0 228h513v38H0zM0 304h513v38H0z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M0 0h256.5v190H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M47.8 141.9l-4-12.8-4.3 12.8H26.3l10.7 7.7-4 12.8 10.8-7.9 10.7 7.9-4.2-12.8 10.9-7.7zM104.2 141.9l-4.1-12.8-4.2 12.8H82.7l10.7 7.7-4.1 12.8 10.8-7.9 10.7 7.9-4-12.8 10.8-7.7zM160.6 141.9l-4.2-12.8-4 12.8h-13.5l10.9 7.7-4.2 12.8 10.8-7.9 10.9 7.9-4.2-12.8 10.8-7.7zM216.9 141.9l-4.1-12.8-4.2 12.8h-13.2l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4.2-12.8 10.9-7.7zM100.1 78.3l-4.2 12.8H82.7L93.4 99l-4.1 12.6 10.8-7.8 10.7 7.8-4-12.6 10.8-7.9h-13.4zM43.8 78.3l-4.3 12.8H26.3L37 99l-4 12.6 10.8-7.8 10.7 7.8L50.3 99l10.9-7.9H47.8zM156.4 78.3l-4 12.8h-13.5l10.9 7.9-4.2 12.6 10.8-7.8 10.9 7.8-4.2-12.6 10.8-7.9h-13.3zM212.8 78.3l-4.2 12.8h-13.2l10.7 7.9-4 12.6 10.7-7.8 10.8 7.8-4.2-12.6 10.9-7.9h-13.4zM43.8 27.7l-4.3 12.6H26.3L37 48.2l-4 12.7L43.8 53l10.7 7.9-4.2-12.7 10.9-7.9H47.8zM100.1 27.7l-4.2 12.6H82.7l10.7 7.9-4.1 12.7 10.8-7.9 10.7 7.9-4-12.7 10.8-7.9h-13.4zM156.4 27.7l-4 12.6h-13.5l10.9 7.9-4.2 12.7 10.8-7.9 10.9 7.9-4.2-12.7 10.8-7.9h-13.3zM212.8 27.7l-4.2 12.6h-13.2l10.7 7.9-4 12.7 10.7-7.9 10.8 7.9-4.2-12.7 10.9-7.9h-13.4z"}})])]))}}},d32e:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".ItsmeButton_reset-list_3J_tP{margin:0;padding:0;list-style:none;display:block}.ItsmeButton_uppercase-sm_1JYeG{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ItsmeButton_icon_1R0eh{display:block;width:29px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"ItsmeButton_reset-list_3J_tP","uppercase-sm":"ItsmeButton_uppercase-sm_1JYeG",icon:"ItsmeButton_icon_1R0eh"},t.exports=e},d3b7:function(t,e,a){var n=a("00ee"),r=a("6eeb"),i=a("b041");n||r(Object.prototype,"toString",i,{unsafe:!0})},d3c4:function(t){t.exports=JSON.parse('{"no-ee-id-card":"ID karte nav atrasta. Lūdzu, pārbaudiet, vai karte ir lasītājā, un restartējiet pārlūkprogrammu. Programmatūru var instalēt no vietnes www.id.ee.","yes":"Jā","no":"Nē","phone-number":"telefona numurs","idcode":"personas kods","country":"Valsts","Sign":"Parakstīties","USER_REFUSED":"Lietotājs nevēlējās turpināt un atcēla darbību","mobile-id":"Mobilais ID","id-card":"ID karte","smart-id":"Smart-ID","no-lv-id-card":"Latvijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.eparaksts.lv/lv/lejupielades. Parakstiem, lūdzu, pārliecinieties, vai ir instalēts un aktivizēts eParaksts pārlūka spraudnis.","no-lt-id-card":"Lietuvas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://www.nsc.vrm.lt/downloads.htm. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Portugāles ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Somijas ID karte nav atrasta. Lūdzu, sk. programmatūras instalēšanas instrukciju: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Beļģijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://eid.belgium.be. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no vietnes https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Vai sapratāt dokumenta saturu un esat gatavs pabeigt parakstu?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Nodrošina eIDEasy","log-in":"Pieslēgties","this-field-is-required":"Šis lauks ir obligāts","your-verification-code":"Jūsu verifikācijas kods:","cancel":"Atcelt","no-response-error":"Kaut kas nogāja greizi. Pārliecinieties, vai ir izveidots savienojums ar internetu, un tad mēģiniet vēlreiz.","back":"Atpakaļ","no-matching-countries":"Nav atbilstošu valstu","id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"GGGGMMDDXXXX","approve-id-request-on-freja-app":"Apstipriniet identifikācijas pieprasījumu savā FREJA eID lietotnē","try-again":"Mēģiniet vēlreiz","pre-sign-confirmation":"Pēc noklikšķināšanas uz \\"Parakstīt\\" mēs identificēsim jūs, izmantojot: {method,} un izveidosim juridiski saistošu parakstu.","login-method":"Pieslēgšanās metode:","finnish-online-bank":"Somijas internetbanka","online-bank":"Internetbanka","or":"vai","transaction-id":"Darījuma ID","sign-in-evrotrust-app":"Lūdzu, parakstiet šo dokumentu savā Evrotrust lietotnē.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Citas valstis","email-sms":"E-pasts/ SMS","email-code-sent":"E-pasts ar kodu ir nosūtīts uz","sms-code-sent":"SMS ar kodu ir nosūtīta uz","your-code":"Jūsu kods","signature-method":"Parakstīšanās metode","username-or-email":"Lietotājvārds vai e-pasts","cell-phone":"Mobilais telefons","including-calling-code":"ar valsts kodu, tostarp \\"+\\", piemēram, +35112345678","enter-temp-security-code":"Ievadiet pagaidu drošības kodu","mobile-key-signing-info":"Plašāku informāciju par mobilās atslēgas parakstīšanas procesu varat atrast vietnē https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šī darbība ir galīga un neatgriezeniska.","you-have-5-minutes-to-enter-the-code":"Jums ir 5 minūtes, lai ievadītu kodu, pirms tas beidzas.","confirm":"Apstiprināt","after-confirmation-following-docs-will-be-signed":"Pēc apstiprināšanas tiks parakstīti šādi dokumenti:","code-by-sms":"Kods pa SMS","confirmation-code-will-be-sent-to":"Apstiprināšanas kods tiks nosūtīts uz:","continue":"Turpināt","name":"Vārds","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitālā paraksta pin","approve-sign-request-on-freja-app":"Apstipriniet parakstīšanas lūgumu jūsu FREJA eID aplikācijā","no-required-software":"Jums nav instalēta nepieciešamā programmatūra, lai pabeigtu šo darbību. Lūdzu, izpildiet norādījumus vietnē https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts karte","sign-with-my-bank":"Parakstīties ar manu banku","card-number":"kartes numurs","your-sms-otp-code":"Jūsu SMS OTP kods"}')},d44e:function(t,e,a){var n=a("9bf2").f,r=a("5135"),i=a("b622"),s=i("toStringTag");t.exports=function(t,e,a){t&&!r(t=a?t:t.prototype,s)&&n(t,s,{configurable:!0,value:e})}},d539:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.332h512v341.337H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M384 156.705l5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zM313.791 185.786l15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zM284.71 255.995l16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zM313.791 326.204l7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zM454.209 326.204l-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zM483.29 255.995l-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zM454.209 185.788l-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zM176 138.665l80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zM144 255.998h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915l73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z"}})]),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z"}}),a("path",{attrs:{d:"M80 138.665L0 85.331v15.082l57.377 38.252zM176 138.665h22.623L256 100.413V85.331zM57.377 202.665L0 240.917v15.081l80-53.333zM176 202.665l80 53.333v-15.081l-57.377-38.252z"}})])]))}}},d582:function(t,e,a){var n=a("4f21");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1388459e",n,!0,{sourceMap:!1,shadowMode:!1})},d58f:function(t,e,a){var n=a("1c0b"),r=a("7b0b"),i=a("44ad"),s=a("50c4"),o=function(t){return function(e,a,o,c){n(a);var l=r(e),u=i(l),d=s(l.length),f=t?d-1:0,p=t?-1:1;if(o<2)while(1){if(f in u){c=u[f],f+=p;break}if(f+=p,t?f<0:d<=f)throw TypeError("Reduce of empty array with no initial value")}for(;t?f>=0:d>f;f+=p)f in u&&(c=a(c,u[f],f,l));return c}};t.exports={left:o(!1),right:o(!0)}},d5a4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#d01920",d:"M0 85.331h512v341.333H0z"}}),a("path",{attrs:{fill:"#017c3b",d:"M144.696 174.375h222.609v163.25H144.696z"}}),a("path",{attrs:{fill:"#FFF",d:"M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z"}})]))}}},d5b5:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".FormField_reset-list_2iCH_,.FormField_validationContainer_1nWbM,.FormField_validationMessage_dKt_k{margin:0;padding:0;list-style:none;display:block}.FormField_uppercase-sm_1iXuS{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormField_label_3OnLG{display:block;font-size:14px;color:#3a3a3a;line-height:1.1429;margin-bottom:8px;padding-left:16px;letter-spacing:.028571em;font-weight:400}.FormField_label_3OnLG:first-letter{text-transform:uppercase}.FormField_validationContainer_1nWbM{margin-top:8px}.FormField_validationMessage_dKt_k{font-size:12px;padding-left:16px;color:#dc3545}.FormField_validationMessage_dKt_k+.FormField_validationMessage_dKt_k{margin-top:4px}.FormField_instructions_3rpcl{margin-bottom:16px}.FormField_hidden_1qYji{display:none}",""]),e.locals={"reset-list":"FormField_reset-list_2iCH_",validationContainer:"FormField_validationContainer_1nWbM",validationMessage:"FormField_validationMessage_dKt_k","uppercase-sm":"FormField_uppercase-sm_1iXuS",label:"FormField_label_3OnLG",instructions:"FormField_instructions_3rpcl",hidden:"FormField_hidden_1qYji"},t.exports=e},d618:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Občanský průkaz se nepodařilo nalézt. Zkontrolujte, zda je karta zasunutá ve čtečce, a restartujte prohlížeč. Software lze nainstalovat ze stránky www.id.ee.","yes":"Ano","no":"Ne","phone-number":"telefonní číslo","idcode":"osobní identifikační kód","country":"Stát","Sign":"Zaregistrovat se","USER_REFUSED":"Uživatel nechtěl pokračovat a zrušil akci","mobile-id":"ID mobilního telefonu","id-card":"Průkaz totožnosti","smart-id":"Smart-ID","no-lv-id-card":"Nebyl nalezen žádný lotyšský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky https://www.eparaksts.lv/en/Downloads. V případě, že chcete soubory podepsat, tak se prosím ujistěte, že je nainstalován a aktivován plugin eParaksts pro prohlížeč.","no-lt-id-card":"Nebyl nalezen žádný litevský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky http://www.nsc.vrm.lt/downloads.htm. Pro podpisy je také potřeba plugin prohlížeče z https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Nebyl nalezen portugalský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Nebyl nalezen srbský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Nebyl nalezen finský průkaz totožnosti. Podívejte se prosím na pokyny k instalaci softwaru na: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nebyl nalezen belgický průkaz totožnosti. Ujistěte se, že máte vloženoý průkaz a nainstalovaný software z https://eid.belgium.be.","confirm-doc-check-and-sign":"Rozumíte obsahu dokumentu a jste připraveni finalizovat podpis?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Od společnosti eIDEasy","log-in":"Přihlásit se","this-field-is-required":"Toto pole je povinné","your-verification-code":"Váš ověřovací kód:","cancel":"Zrušit","no-response-error":"Něco se pokazilo. Ujistěte se, že máte připojení k internetu, a zkuste to znovu.","back":"Zpět","no-matching-countries":"Žádný odpovídající stát","id-card-read-timeout":"Čtení identifikační karty trvalo příliš dlouhou dobu. Zavřete prosím všechna otevřená okna prohlížeče a zkuste to znovu.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"RRRRMMDDXXXX","approve-id-request-on-freja-app":"Schvalte žádost o identifikaci v aplikaci FREJA eID.","try-again":"Zkusit znovu","pre-sign-confirmation":"Poté, co kliknete na tlačítko \\"Podepsat\\", vás identifikujeme pomocí {method} a vytvoříme právně závazný podpis.","login-method":"Způsob přihlášení:","finnish-online-bank":"Finská online banka","online-bank":"Online banka","or":"nebo","transaction-id":"ID transakce","sign-in-evrotrust-app":"Podepište tento dokument v aplikaci Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Ostatní země","email-sms":"E-mail/SMS","email-code-sent":"E-mail s kódem byl zaslán na adresu","sms-code-sent":"SMS s kódem byla zaslána na adresu","your-code":"Váš kód","signature-method":"Metoda podpisu","username-or-email":"Uživatelské jméno nebo email","cell-phone":"mobilní telefon","including-calling-code":"s kódem země včetně „+“, příklad +35112345678","enter-temp-security-code":"Zadejte dočasný bezpečnostní kód","mobile-key-signing-info":"Další informace o procesu podepisování mobilního klíče naleznete na https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tato akce je definitivní a nevratná.","you-have-5-minutes-to-enter-the-code":"Máte 5 minut na zadání kódu, než vyprší jeho platnost.","confirm":"potvrdit","after-confirmation-following-docs-will-be-signed":"Po potvrzení budou podepsány následující dokumenty:","code-by-sms":"Kód SMS zprávou","confirmation-code-will-be-sent-to":"Potvrzovací kód bude zaslán:","continue":"Pokračovat","name":"Název","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitální podpis pin","approve-sign-request-on-freja-app":"Schvalte žádost o podpis v aplikaci FREJA eID","no-required-software":"K dokončení této akce nemáte nainstalovaný potřebný software. Postupujte podle pokynů na adrese https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Podepište s mou bankou","card-number":"číslo karty","your-sms-otp-code":"Váš sms otp kód"}')},d63c:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#E52D42",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z"}}),a("path",{attrs:{fill:"#F8DD4E",d:"M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z"}})]))}}},d6be:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},d6cb:function(t,e,a){"use strict";var n=a("07c6"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},d6d6:function(t,e,a){var n=a("2b8d");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("f764bdc4",n,!0,{sourceMap:!1,shadowMode:!1})},d784:function(t,e,a){"use strict";a("ac1f");var n=a("6eeb"),r=a("d039"),i=a("b622"),s=a("9263"),o=a("9112"),c=i("species"),l=!r((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),u=function(){return"$0"==="a".replace(/./,"$0")}(),d=i("replace"),f=function(){return!!/./[d]&&""===/./[d]("a","$0")}(),p=!r((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var a="ab".split(t);return 2!==a.length||"a"!==a[0]||"b"!==a[1]}));t.exports=function(t,e,a,d){var h=i(t),v=!r((function(){var e={};return e[h]=function(){return 7},7!=""[t](e)})),g=v&&!r((function(){var e=!1,a=/a/;return"split"===t&&(a={},a.constructor={},a.constructor[c]=function(){return a},a.flags="",a[h]=/./[h]),a.exec=function(){return e=!0,null},a[h](""),!e}));if(!v||!g||"replace"===t&&(!l||!u||f)||"split"===t&&!p){var m=/./[h],y=a(h,""[t],(function(t,e,a,n,r){return e.exec===s?v&&!r?{done:!0,value:m.call(e,a,n)}:{done:!0,value:t.call(a,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:f}),M=y[0],b=y[1];n(String.prototype,t,M),n(RegExp.prototype,h,2==e?function(t,e){return b.call(t,this,e)}:function(t){return b.call(t,this)})}d&&o(RegExp.prototype[h],"sham",!0)}},d81d:function(t,e,a){"use strict";var n=a("23e7"),r=a("b727").map,i=a("1dde"),s=a("ae40"),o=i("map"),c=s("map");n({target:"Array",proto:!0,forced:!o||!c},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},d98c:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}}),a("path",{attrs:{fill:"#0052B4",d:"M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z"}}),a("path",{attrs:{fill:"#FFF",d:"M0-.3h256v171H0V-.3z"}}),a("path",{attrs:{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#A2001D"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z"}}),a("path",{attrs:{d:"M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54z"}}),a("path",{attrs:{d:"M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zM256 170.7v-15l-57-38h-23l80 53z"}})]),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73z"}}),a("path",{attrs:{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zM256 147.7v-30h-46l46 30zm-96 23v-49l73 49h-73z"}})]),a("path",{attrs:{fill:"#5DA51E",stroke:"#45602C","stroke-width":"4","stroke-miterlimit":"10",d:"M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z"}}),a("path",{attrs:{fill:"#E2DD24",stroke:"#525625","stroke-width":"4","stroke-miterlimit":"10",d:"M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z"}})]))}}},d9f8:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h171v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M342 0h171v342H342zM198.92 113.58H256v64.8h-57.08zM309.16 228.68L256 243.18v-64.8h57.08z"}}),a("path",{attrs:{fill:"#BC8B00",d:"M182.24 95.92v92.2c0 34.32 27.26 54.17 48.63 64.46-.8 1.37 25.13 8.26 25.13 8.26s25.93-6.9 25.13-8.26c21.38-10.29 48.63-30.14 48.63-64.46v-92.2H182.24zm129.86 92.2c0 16.88-10 29.43-32.76 43.9-8.62 5.48-17.54 9.03-23.34 11.01-5.8-1.98-14.72-5.53-23.34-11.01-22.76-14.47-32.76-28.02-32.76-43.9v-74.54h112.2v74.54z"}})]))}}},da41:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h512v113.775H0zM0 312.882h512v113.775H0z"}})])]))}}},da76:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#DB3E00",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#479900",d:"M331 0h182v342H331z"}}),a("path",{attrs:{d:"M0 0h181.8v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 126.7c-19.4 0-35.2 15.8-35.2 35.2v52.8h70.4v-52.8c0-19.5-15.8-35.2-35.2-35.2z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 84.3c-47.7 0-86.4 38.7-86.4 86.4S208.3 257 256 257s86.4-38.7 86.4-86.4-38.7-86.3-86.4-86.3zm0 157.7c-39.4 0-71.4-32-71.4-71.4 0-39.4 32-71.4 71.4-71.4 39.4 0 71.4 32 71.4 71.4 0 39.5-32 71.4-71.4 71.4z"}})]))}}},da84:function(t,e,a){(function(e){var a=function(t){return t&&t.Math==Math&&t};t.exports=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,a("c8ba"))},da92:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{d:"M0 85.333h512V426.67H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M0 134.196h512v48.868H0zM0 329.668h512v48.868H0z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M0 85.333h512v48.868H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 183.069h512v48.868H0zM0 280.806h512v48.868H0z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M0 378.542h512v48.128H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M276.992 255.996L106.329 426.659H0V85.333h106.329z"}}),a("path",{attrs:{d:"M256 255.996L85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}}),a("path",{attrs:{fill:"#D80027",d:"M102.465 202.57l13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M138.94 259.335l-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 001.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"}})]))}}},dbb4:function(t,e,a){var n=a("23e7"),r=a("83ab"),i=a("56ef"),s=a("fc6a"),o=a("06cf"),c=a("8418");n({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(t){var e,a,n=s(t),r=o.f,l=i(n),u={},d=0;while(l.length>d)a=r(n,e=l[d++]),void 0!==a&&c(u,e,a);return u}})},dc44:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".AtHandyButton_reset-list_1rFnU{margin:0;padding:0;list-style:none;display:block}.AtHandyButton_uppercase-sm_2AZx2{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AtHandyButton_icon_3kCsR{display:block;width:20px;height:auto;margin-right:8px;fill:#ce161e}",""]),e.locals={"reset-list":"AtHandyButton_reset-list_1rFnU","uppercase-sm":"AtHandyButton_uppercase-sm_2AZx2",icon:"AtHandyButton_icon_3kCsR"},t.exports=e},dc7d:function(t,e,a){"use strict";var n=a("764e"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},dca8:function(t,e,a){var n=a("23e7"),r=a("bb2f"),i=a("d039"),s=a("861d"),o=a("f183").onFreeze,c=Object.freeze,l=i((function(){c(1)}));n({target:"Object",stat:!0,forced:l,sham:!r},{freeze:function(t){return c&&s(t)?c(o(t)):t}})},dce3:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 228h513v114H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z"}}),a("path",{attrs:{d:"M297.6 142.2l5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z"}})])]))}}},dd85:function(t,e,a){"use strict";var n=a("c24d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},ddb0:function(t,e,a){var n=a("da84"),r=a("fdbc"),i=a("e260"),s=a("9112"),o=a("b622"),c=o("iterator"),l=o("toStringTag"),u=i.values;for(var d in r){var f=n[d],p=f&&f.prototype;if(p){if(p[c]!==u)try{s(p,c,u)}catch(v){p[c]=u}if(p[l]||s(p,l,d),r[d])for(var h in i)if(p[h]!==i[h])try{s(p,h,i[h])}catch(v){p[h]=i[h]}}}},de00:function(t,e,a){var n=a("57f2");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("c0aea858",n,!0,{sourceMap:!1,shadowMode:!1})},ded3:function(t,e,a){a("a4d3"),a("4de4"),a("4160"),a("e439"),a("dbb4"),a("b64b"),a("159b");var n=a("9523");function r(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function i(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?r(Object(a),!0).forEach((function(e){n(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):r(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}t.exports=i},df00:function(t,e,a){"use strict";var n=a("08f1"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},df64:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".IdCardButtonBe_reset-list_1F-Dq{margin:0;padding:0;list-style:none;display:block}.IdCardButtonBe_uppercase-sm_3olZ3{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonBe_icon_3FST8{display:block;width:39px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"IdCardButtonBe_reset-list_1F-Dq","uppercase-sm":"IdCardButtonBe_uppercase-sm_3olZ3",icon:"IdCardButtonBe_icon_3FST8"},t.exports=e},df75:function(t,e,a){var n=a("ca84"),r=a("7839");t.exports=Object.keys||function(t){return n(t,r)}},df7c:function(t,e,a){(function(t){function a(t,e){for(var a=0,n=t.length-1;n>=0;n--){var r=t[n];"."===r?t.splice(n,1):".."===r?(t.splice(n,1),a++):a&&(t.splice(n,1),a--)}if(e)for(;a--;a)t.unshift("..");return t}function n(t){"string"!==typeof t&&(t+="");var e,a=0,n=-1,r=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!r){a=e+1;break}}else-1===n&&(r=!1,n=e+1);return-1===n?"":t.slice(a,n)}function r(t,e){if(t.filter)return t.filter(e);for(var a=[],n=0;n<t.length;n++)e(t[n],n,t)&&a.push(t[n]);return a}e.resolve=function(){for(var e="",n=!1,i=arguments.length-1;i>=-1&&!n;i--){var s=i>=0?arguments[i]:t.cwd();if("string"!==typeof s)throw new TypeError("Arguments to path.resolve must be strings");s&&(e=s+"/"+e,n="/"===s.charAt(0))}return e=a(r(e.split("/"),(function(t){return!!t})),!n).join("/"),(n?"/":"")+e||"."},e.normalize=function(t){var n=e.isAbsolute(t),s="/"===i(t,-1);return t=a(r(t.split("/"),(function(t){return!!t})),!n).join("/"),t||n||(t="."),t&&s&&(t+="/"),(n?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(r(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,a){function n(t){for(var e=0;e<t.length;e++)if(""!==t[e])break;for(var a=t.length-1;a>=0;a--)if(""!==t[a])break;return e>a?[]:t.slice(e,a-e+1)}t=e.resolve(t).substr(1),a=e.resolve(a).substr(1);for(var r=n(t.split("/")),i=n(a.split("/")),s=Math.min(r.length,i.length),o=s,c=0;c<s;c++)if(r[c]!==i[c]){o=c;break}var l=[];for(c=o;c<r.length;c++)l.push("..");return l=l.concat(i.slice(o)),l.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){if("string"!==typeof t&&(t+=""),0===t.length)return".";for(var e=t.charCodeAt(0),a=47===e,n=-1,r=!0,i=t.length-1;i>=1;--i)if(e=t.charCodeAt(i),47===e){if(!r){n=i;break}}else r=!1;return-1===n?a?"/":".":a&&1===n?"/":t.slice(0,n)},e.basename=function(t,e){var a=n(t);return e&&a.substr(-1*e.length)===e&&(a=a.substr(0,a.length-e.length)),a},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,a=0,n=-1,r=!0,i=0,s=t.length-1;s>=0;--s){var o=t.charCodeAt(s);if(47!==o)-1===n&&(r=!1,n=s+1),46===o?-1===e?e=s:1!==i&&(i=1):-1!==e&&(i=-1);else if(!r){a=s+1;break}}return-1===e||-1===n||0===i||1===i&&e===n-1&&e===a+1?"":t.slice(e,n)};var i="b"==="ab".substr(-1)?function(t,e,a){return t.substr(e,a)}:function(t,e,a){return e<0&&(e=t.length+e),t.substr(e,a)}}).call(this,a("4362"))},dfa6:function(t,e,a){var n=a("8e7f");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("db87eea4",n,!0,{sourceMap:!1,shadowMode:!1})},e01a:function(t,e,a){"use strict";var n=a("23e7"),r=a("83ab"),i=a("da84"),s=a("5135"),o=a("861d"),c=a("9bf2").f,l=a("e893"),u=i.Symbol;if(r&&"function"==typeof u&&(!("description"in u.prototype)||void 0!==u().description)){var d={},f=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof f?new u(t):void 0===t?u():u(t);return""===t&&(d[e]=!0),e};l(f,u);var p=f.prototype=u.prototype;p.constructor=f;var h=p.toString,v="Symbol(test)"==String(u("test")),g=/^Symbol\((.*)\)[^)]+$/;c(p,"description",{configurable:!0,get:function(){var t=o(this)?this.valueOf():this,e=h.call(t);if(s(d,t))return"";var a=v?e.slice(7,-1):e.replace(g,"$1");return""===a?void 0:a}}),n({global:!0,forced:!0},{Symbol:f})}},e030:function(t,e,a){"use strict";var n=a("cba4"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e0d3:function(t,e,a){var n=a("030f");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("59659160",n,!0,{sourceMap:!1,shadowMode:!1})},e116:function(t,e,a){"use strict";var n=a("aafa"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e163:function(t,e,a){var n=a("5135"),r=a("7b0b"),i=a("f772"),s=a("e177"),o=i("IE_PROTO"),c=Object.prototype;t.exports=s?Object.getPrototypeOf:function(t){return t=r(t),n(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},e177:function(t,e,a){var n=a("d039");t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},e246:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#41662E",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0h256v341.3H256z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M341.5 105.3l-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z"}}),a("path",{attrs:{d:"M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z"}})])]))}}},e24d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 19.3l205.4 151.4L256 322 50.6 170.7z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"170.7",r:"86.5"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M212.8 165.3c-15 0-29.5 2.3-43.2 6.5.6 47.2 39.1 85.3 86.4 85.3 29.3 0 55.2-14.6 70.8-36.9-26.7-33.4-67.9-54.9-114-54.9zM340.9 187.2c1-5.4 1.6-10.9 1.6-16.6 0-47.8-38.7-86.5-86.5-86.5-35.6 0-66.2 21.6-79.5 52.3 11.7-2.4 23.8-3.7 36.2-3.7 50.3.1 95.7 21 128.2 54.5z"}})])]))}}},e260:function(t,e,a){"use strict";var n=a("fc6a"),r=a("44d2"),i=a("3f8c"),s=a("69f3"),o=a("7dd0"),c="Array Iterator",l=s.set,u=s.getterFor(c);t.exports=o(Array,"Array",(function(t,e){l(this,{type:c,target:n(t),index:0,kind:e})}),(function(){var t=u(this),e=t.target,a=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==a?{value:n,done:!1}:"values"==a?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},e29d:function(t,e,a){"use strict";var n=a("c713"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e2cc:function(t,e,a){var n=a("6eeb");t.exports=function(t,e,a){for(var r in e)n(t,r,e[r],a);return t}},e2eb:function(t,e,a){var n=a("022a");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1aa99db4",n,!0,{sourceMap:!1,shadowMode:!1})},e38e:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},e3db:function(t,e){var a={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==a.call(t)}},e439:function(t,e,a){var n=a("23e7"),r=a("d039"),i=a("fc6a"),s=a("06cf").f,o=a("83ab"),c=r((function(){s(1)})),l=!o||c;n({target:"Object",stat:!0,forced:l,sham:!o},{getOwnPropertyDescriptor:function(t,e){return s(i(t),e)}})},e45d:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},p)},h),o.concat([a("path",{attrs:{fill:"#272727",d:"M0 0h512v114H0z"}}),a("path",{attrs:{fill:"#e40112",d:"M0 114h512v114H0z"}}),a("path",{attrs:{fill:"#07893f",d:"M0 228h512v114H0z"}}),a("circle",{attrs:{fill:"#e40112",cx:"256",cy:"125",r:"95"}})]))}}},e48f:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 168 61"},p)},h),o.concat([a("g",{attrs:{"data-name":"Group 3"}},[a("g",{attrs:{fill:"#c81224","data-name":"Group 1"}},[a("path",{attrs:{d:"M13.2 57.3A17.8 17.8 0 012.2 41v-5.3a1.1 1.1 0 00-2.2 0V41a20 20 0 0012.3 18.5 1.1 1.1 0 00.9-2z","data-name":"Path 1"}}),a("path",{attrs:{d:"M32.2 54a17.7 17.7 0 01-12.1 4.7h-1.8a1.1 1.1 0 00-.2 2.2l2 .1a20 20 0 0013.7-5.4 1.1 1.1 0 10-1.6-1.7z","data-name":"Path 2"}}),a("path",{attrs:{d:"M39 28.5a1.1 1.1 0 00-1.1 1.2v11.2a17.8 17.8 0 01-2.4 8.9 1.1 1.1 0 102 1 20 20 0 002.6-9.9V29.7a1.1 1.1 0 00-1.1-1.2z","data-name":"Path 3"}}),a("path",{attrs:{d:"M27.7 36.1a1.1 1.1 0 001.1-1.1v-5a1.1 1.1 0 00-2.3 0v5a1.1 1.1 0 001.2 1.1z","data-name":"Path 4"}}),a("path",{attrs:{d:"M12.5 29a1.1 1.1 0 00-1.2 1.1v10.8a8.8 8.8 0 00.2 1.5 8.7 8.7 0 002.5 4.8 1.1 1.1 0 001.6-1.6 6.5 6.5 0 01-2-3.6 6.6 6.6 0 010-1V30a1.1 1.1 0 00-1.1-1.1z","data-name":"Path 5"}}),a("path",{attrs:{d:"M26.3 14a8.7 8.7 0 00-6.1-2.7 1.1 1.1 0 000 2.3A6.5 6.5 0 0124.3 25a1.1 1.1 0 001.5 1.7 8.7 8.7 0 00.5-12.7z","data-name":"Path 6"}}),a("path",{attrs:{d:"M5.7 42.5a14.4 14.4 0 0019.5 12l.1-.1.2-.1a1.1 1.1 0 10-.8-2.2l-.2.1h-.1A12.1 12.1 0 018 42.3a1.1 1.1 0 00-2.3.2z","data-name":"Path 7"}}),a("path",{attrs:{d:"M5.7 36.6a1.1 1.1 0 102.2 0v-12a1.1 1.1 0 00-2.2 0z","data-name":"Path 8"}}),a("path",{attrs:{d:"M18.2 8a12.4 12.4 0 011.5 0 1.1 1.1 0 000-2.3A14.4 14.4 0 007 14a14.3 14.3 0 00-1.3 4.7 1.1 1.1 0 001 1.2H7a1.1 1.1 0 001-1A12.1 12.1 0 0118.3 8z","data-name":"Path 9"}}),a("path",{attrs:{d:"M31.8 17l.1.4a1.1 1.1 0 002.2-.4v-.5a14.3 14.3 0 00-1.4-3.3 14.5 14.5 0 00-7-6.4 1.1 1.1 0 00-1 2 12.2 12.2 0 016 5.5 12 12 0 011.1 2.8z","data-name":"Path 10"}}),a("path",{attrs:{d:"M33.3 21.8a1.1 1.1 0 00-1.1 1v7.3a1.1 1.1 0 002.3 0V23a1.1 1.1 0 00-1.2-1.1z","data-name":"Path 11"}}),a("path",{attrs:{d:"M33.3 34.6a1.1 1.1 0 00-1.1 1.2v5.1a12.1 12.1 0 01-3.2 8.3 1.1 1.1 0 101.6 1.5 14.4 14.4 0 003.9-9.8v-5.1a1.1 1.1 0 00-1.2-1.2z","data-name":"Path 12"}}),a("path",{attrs:{d:"M25.4 40.6a1.1 1.1 0 000-2.3h-4.2V27.7a1.1 1.1 0 00-1.1-1.2 6.5 6.5 0 01-4.4-11.2 1.1 1.1 0 10-1.5-1.7 8.7 8.7 0 004.7 15.1v19.8a1.1 1.1 0 002.3 0v-2.2h4.2a1.1 1.1 0 000-2.3h-4.2v-3.4z","data-name":"Path 13"}}),a("path",{attrs:{d:"M31.3 3.5a1.1 1.1 0 10-1.2 1.8 17.8 17.8 0 017.8 14.8V24a1.1 1.1 0 002.2 0v-4a20 20 0 00-8.8-16.5z","data-name":"Path 14"}}),a("path",{attrs:{d:"M14.9 3a18 18 0 0110.4 0 1.1 1.1 0 00.6-2.1 20.2 20.2 0 00-11.7 0A1.1 1.1 0 1015 3z","data-name":"Path 15"}}),a("path",{attrs:{d:"M1.1 31.1A1.1 1.1 0 002.3 30V20A17.8 17.8 0 0110 5.4a1.1 1.1 0 00-1.3-1.9A20 20 0 000 20.1V30a1.1 1.1 0 001.1 1z","data-name":"Path 16"}})]),a("g",{attrs:{fill:"#282e6f","data-name":"Group 2"}},[a("path",{attrs:{d:"M56.4 25a7 7 0 00-5.4 2.4 8 8 0 00-2.1 5.6 7.7 7.7 0 007.8 8 8.3 8.3 0 003.7-.8 7.9 7.9 0 002.6-2l-2-1.9a5.9 5.9 0 01-4.2 1.8q-3.8 0-4.4-3.9h11.3v-1a8.9 8.9 0 00-1.8-5.7 6.8 6.8 0 00-5.5-2.5zm-4 7q.5-4.1 4-4.1A3.5 3.5 0 0159 29a4.9 4.9 0 011.1 2.8z","data-name":"Path 17"}}),a("path",{attrs:{d:"M73.2 20.3h-7.6v3.3h7.6a7 7 0 015.1 2 6.7 6.7 0 012 4.9 6.6 6.6 0 01-2 5 7 7 0 01-5 2h-4.1V26.7h-3.6v13.9h7.6a10.9 10.9 0 007.8-3 9.6 9.6 0 003-7.2 9.6 9.6 0 00-3-7.3 11 11 0 00-7.8-2.9z","data-name":"Path 18"}}),a("path",{attrs:{d:"M96.4 20a10.3 10.3 0 00-7.7 3.1 10.2 10.2 0 00-3 7.4 10.1 10.1 0 003 7.4 10.7 10.7 0 0018.3-7.4 10.1 10.1 0 00-3-7.4 10.3 10.3 0 00-7.6-3.1zm6.8 10.6a7 7 0 01-2 5 6.8 6.8 0 01-9.8 0 7.1 7.1 0 01-2-5.1 7.2 7.2 0 012-5.1 6.9 6.9 0 019.9 0 7.2 7.2 0 012 5.1z","data-name":"Path 19"}}),a("path",{attrs:{d:"M120.2 20.2l-9 20.5h3.7l2.1-5h9.6l2.1 5h3.8l-9-20.5zm-1.9 12.4l3.5-8.1 3.5 8z","data-name":"Path 20"}}),a("path",{attrs:{d:"M142.5 25a5.9 5.9 0 00-3 .9 7.4 7.4 0 00-2.2 2v-2.6h-3.5v20h3.5v-7a7.2 7.2 0 002.1 1.9 6.1 6.1 0 003.1.8 6.7 6.7 0 005-2 8 8 0 002.2-6 8 8 0 00-2.2-6 6.7 6.7 0 00-5-2zm3.6 8a5 5 0 01-1.3 3.6 4 4 0 01-3 1.3 4.2 4.2 0 01-3.2-1.3 5 5 0 01-1.3-3.6 5 5 0 011.3-3.6 4.2 4.2 0 013.1-1.3 4 4 0 013.1 1.3 5 5 0 011.3 3.6z","data-name":"Path 21"}}),a("path",{attrs:{d:"M165.2 27a6.7 6.7 0 00-5-2 5.9 5.9 0 00-3 .9 7.4 7.4 0 00-2.1 2v-2.6h-3.6v20h3.6v-7a7.2 7.2 0 002 1.9 6.1 6.1 0 003.2.8 6.7 6.7 0 004.9-2 8 8 0 002.2-6 8 8 0 00-2.2-6zm-1.4 6a5 5 0 01-1.3 3.6 4 4 0 01-3 1.3 4.2 4.2 0 01-3.2-1.3A5 5 0 01155 33a5 5 0 011.3-3.6 4.2 4.2 0 013.1-1.3 4 4 0 013.1 1.3 5 5 0 011.3 3.6z","data-name":"Path 22"}})])])]))}}},e513:function(t,e,a){"use strict";var n=a("b83c"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e538:function(t,e,a){var n=a("b622");e.f=n},e5a4:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z"}}),a("path",{attrs:{fill:"#D80027",d:"M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z"}}),a("path",{attrs:{fill:"#FFF",d:"M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z"}}),a("path",{attrs:{fill:"#0052B4",d:"M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 00-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 00-5.682-.657 24.88 24.88 0 00-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"}})]))}}},e63f:function(t,e,a){var n=a("7f8c");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("d879e928",n,!0,{sourceMap:!1,shadowMode:!1})},e667:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},e684:function(t,e,a){"use strict";var n=a("e0d3"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e6cf:function(t,e,a){"use strict";var n,r,i,s,o=a("23e7"),c=a("c430"),l=a("da84"),u=a("d066"),d=a("fea9"),f=a("6eeb"),p=a("e2cc"),h=a("d44e"),v=a("2626"),g=a("861d"),m=a("1c0b"),y=a("19aa"),M=a("8925"),b=a("2266"),S=a("1c7e"),_=a("4840"),w=a("2cf4").set,C=a("b575"),z=a("cdf9"),I=a("44de"),x=a("f069"),A=a("e667"),E=a("69f3"),k=a("94ca"),F=a("b622"),B=a("605d"),T=a("2d00"),O=F("species"),D="Promise",N=E.get,L=E.set,j=E.getterFor(D),H=d,P=l.TypeError,V=l.document,R=l.process,G=u("fetch"),$=x.f,U=$,K=!!(V&&V.createEvent&&l.dispatchEvent),Y="function"==typeof PromiseRejectionEvent,q="unhandledrejection",Z="rejectionhandled",J=0,W=1,X=2,Q=1,tt=2,et=k(D,(function(){var t=M(H)!==String(H);if(!t){if(66===T)return!0;if(!B&&!Y)return!0}if(c&&!H.prototype["finally"])return!0;if(T>=51&&/native code/.test(H))return!1;var e=H.resolve(1),a=function(t){t((function(){}),(function(){}))},n=e.constructor={};return n[O]=a,!(e.then((function(){}))instanceof a)})),at=et||!S((function(t){H.all(t)["catch"]((function(){}))})),nt=function(t){var e;return!(!g(t)||"function"!=typeof(e=t.then))&&e},rt=function(t,e){if(!t.notified){t.notified=!0;var a=t.reactions;C((function(){var n=t.value,r=t.state==W,i=0;while(a.length>i){var s,o,c,l=a[i++],u=r?l.ok:l.fail,d=l.resolve,f=l.reject,p=l.domain;try{u?(r||(t.rejection===tt&&ct(t),t.rejection=Q),!0===u?s=n:(p&&p.enter(),s=u(n),p&&(p.exit(),c=!0)),s===l.promise?f(P("Promise-chain cycle")):(o=nt(s))?o.call(s,d,f):d(s)):f(n)}catch(h){p&&!c&&p.exit(),f(h)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&st(t)}))}},it=function(t,e,a){var n,r;K?(n=V.createEvent("Event"),n.promise=e,n.reason=a,n.initEvent(t,!1,!0),l.dispatchEvent(n)):n={promise:e,reason:a},!Y&&(r=l["on"+t])?r(n):t===q&&I("Unhandled promise rejection",a)},st=function(t){w.call(l,(function(){var e,a=t.facade,n=t.value,r=ot(t);if(r&&(e=A((function(){B?R.emit("unhandledRejection",n,a):it(q,a,n)})),t.rejection=B||ot(t)?tt:Q,e.error))throw e.value}))},ot=function(t){return t.rejection!==Q&&!t.parent},ct=function(t){w.call(l,(function(){var e=t.facade;B?R.emit("rejectionHandled",e):it(Z,e,t.value)}))},lt=function(t,e,a){return function(n){t(e,n,a)}},ut=function(t,e,a){t.done||(t.done=!0,a&&(t=a),t.value=e,t.state=X,rt(t,!0))},dt=function(t,e,a){if(!t.done){t.done=!0,a&&(t=a);try{if(t.facade===e)throw P("Promise can't be resolved itself");var n=nt(e);n?C((function(){var a={done:!1};try{n.call(e,lt(dt,a,t),lt(ut,a,t))}catch(r){ut(a,r,t)}})):(t.value=e,t.state=W,rt(t,!1))}catch(r){ut({done:!1},r,t)}}};et&&(H=function(t){y(this,H,D),m(t),n.call(this);var e=N(this);try{t(lt(dt,e),lt(ut,e))}catch(a){ut(e,a)}},n=function(t){L(this,{type:D,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:J,value:void 0})},n.prototype=p(H.prototype,{then:function(t,e){var a=j(this),n=$(_(this,H));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=B?R.domain:void 0,a.parent=!0,a.reactions.push(n),a.state!=J&&rt(a,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),r=function(){var t=new n,e=N(t);this.promise=t,this.resolve=lt(dt,e),this.reject=lt(ut,e)},x.f=$=function(t){return t===H||t===i?new r(t):U(t)},c||"function"!=typeof d||(s=d.prototype.then,f(d.prototype,"then",(function(t,e){var a=this;return new H((function(t,e){s.call(a,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof G&&o({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return z(H,G.apply(l,arguments))}}))),o({global:!0,wrap:!0,forced:et},{Promise:H}),h(H,D,!1,!0),v(D),i=u(D),o({target:D,stat:!0,forced:et},{reject:function(t){var e=$(this);return e.reject.call(void 0,t),e.promise}}),o({target:D,stat:!0,forced:c||et},{resolve:function(t){return z(c&&this===i?H:this,t)}}),o({target:D,stat:!0,forced:at},{all:function(t){var e=this,a=$(e),n=a.resolve,r=a.reject,i=A((function(){var a=m(e.resolve),i=[],s=0,o=1;b(t,(function(t){var c=s++,l=!1;i.push(void 0),o++,a.call(e,t).then((function(t){l||(l=!0,i[c]=t,--o||n(i))}),r)})),--o||n(i)}));return i.error&&r(i.value),a.promise},race:function(t){var e=this,a=$(e),n=a.reject,r=A((function(){var r=m(e.resolve);b(t,(function(t){r.call(e,t).then(a.resolve,n)}))}));return r.error&&n(r.value),a.promise}})},e6d2:function(t,e,a){"use strict";var n=a("e9df"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},e6dc:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 1289 394",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("g",{attrs:{"clip-path":"url(#clip0_1201_1261)"}},[a("path",{attrs:{d:"M196.92 393.91c108.76 0 196.92-88.17 196.92-196.96S305.68 0 196.92 0C88.16 0 0 88.17 0 196.96s88.17 196.96 196.92 196.96v-.01z",fill:"#076CE3"}}),a("path",{attrs:{d:"M209.58 316.91c65.71-1.43 117-52.93 118.52-111.1 1.26-48.07-31.67-94.06-81.7-111.14",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M208.07 213.54c4.75 0 8.6-3.86 8.6-8.6s-3.85-8.6-8.6-8.6-8.6 3.84-8.6 8.6 3.85 8.6 8.6 8.6z",fill:"#fff",stroke:"#fff","stroke-width":"1.91","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 94.73c10.06 15.39 52.23 68.57 52.23 68.57s47.41-58 53.16-68.57",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 269.98V94.73M208.99 177.28V94.73M207.72 316.97v-82.55",stroke:"#fff","stroke-width":"13.39","stroke-linecap":"round","stroke-linejoin":"round"}}),a("path",{attrs:{d:"M574.49 235.64l-32.48-41.74v82.89H516.3V140.97h16.34l45.84 62.72 41.65-62.72h15.75v135.82h-26.11v-78.3l-25.31 35.76-9.96 1.4-.01-.01zm134.84 43.54c-15.28 0-27.24-4.59-35.87-13.79-8.5-9.31-12.75-21.76-12.75-37.35s4.45-27.77 13.35-36.96c9.03-9.18 21.32-13.77 36.87-13.77 15.55 0 28.5 4.78 37.27 14.38 8.9 9.45 13.35 21.89 13.35 37.35s-4.78 27.71-14.35 36.75c-9.56 8.93-22.19 13.39-37.87 13.39zm25.51-50.14c0-9.18-2.06-16.37-6.18-21.57-3.99-5.34-9.7-7.99-17.14-7.99-7.44 0-13.48 2.33-17.74 7-4.25 4.67-6.38 11.78-6.38 21.36s1.79 16.85 5.38 21.78c3.72 4.93 9.37 7.4 16.94 7.4 7.57 0 13.48-2.2 18.14-6.6 4.65-4.53 6.98-11.66 6.98-21.38zm74.5-93.28v47.14a57.39 57.39 0 0112.16-4.99c4.38-1.2 8.3-1.8 11.76-1.8 14.22 0 25.11 4.93 32.68 14.78S877.3 213 877.3 227.64s-3.92 26.9-11.76 36.75c-7.71 9.85-18.47 14.78-32.29 14.78-4.52 0-9.56-.94-15.15-2.79-5.58-1.87-10.56-4.47-14.95-7.8l-6.38 8.2h-13.15V137.97l25.71-2.2.01-.01zm17.14 121.25c8.9 0 15.14-3.21 18.73-9.6 3.59-6.52 5.38-13.12 5.38-19.77 0-7.59-1.59-14.38-4.78-20.37-3.19-6-9.63-9.01-19.33-9.01-2.79 0-5.71.54-8.77 1.61-2.92.94-5.71 2.26-8.37 4v47.54c2.66 1.61 5.45 2.93 8.37 4 3.06 1.07 5.98 1.61 8.77 1.61v-.01zm84.51-120.05c4.12 0 7.57 1.4 10.36 4.19 2.92 2.79 4.38 6.25 4.38 10.38 0 4.13-1.46 7.59-4.38 10.38-2.79 2.81-6.25 4.21-10.36 4.21-4.11 0-7.37-1.4-10.16-4.21-2.79-2.79-4.19-6.25-4.19-10.38 0-4.13 1.4-7.59 4.19-10.38 2.79-2.79 6.18-4.19 10.16-4.19zm12.96 42.93v96.89h-25.91v-96.89h25.91zm38.03-42.93c4.12 0 7.57 1.4 10.36 4.19 2.92 2.79 4.38 6.25 4.38 10.38 0 4.13-1.46 7.59-4.38 10.38-2.79 2.81-6.25 4.21-10.36 4.21-4.11 0-7.37-1.4-10.16-4.21-2.79-2.79-4.18-6.25-4.18-10.38 0-4.13 1.39-7.59 4.18-10.38 2.79-2.79 6.18-4.19 10.16-4.19zm12.96 42.93v96.89h-25.91v-96.89h25.91zm52.18-44.13v141.03h-25.71V137.97l25.71-2.2v-.01zm70.87 96.47h-52.01l-2.19-20.36H1096l1.99 20.36zm45.58-91.27v135.82h-25.71V140.97h25.71v-.01zm82.88 135.82h-49.42V140.97h50.22c20.86 0 36.34 6.31 46.43 18.97 10.1 12.64 15.15 28.7 15.15 48.13 0 21.05-5.45 37.77-16.34 50.14-10.89 12.39-26.24 18.59-46.04 18.59v-.02zm1-113.85h-24.71V255h23.32c10.89 0 19.6-3.59 26.11-10.78 6.64-7.19 9.96-19.24 9.96-36.16 0-14.11-2.79-25.16-8.37-33.16-5.58-7.97-14.35-11.97-26.31-11.97z",fill:"#076CE3"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0_1201_1261"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h1288.83v393.91H0z"}})])])]))}}},e810:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{d:"M255.883 199.111l14.119 43.458 40.366 3.2-36.969 26.861 19.453 40.259-36.969-26.859-36.97 26.859 14.123-43.459-36.969-26.861h45.696z"}})]))}}},e858:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}})]))}}},e893:function(t,e,a){var n=a("5135"),r=a("56ef"),i=a("06cf"),s=a("9bf2");t.exports=function(t,e){for(var a=r(e),o=s.f,c=i.f,l=0;l<a.length;l++){var u=a[l];n(t,u)||o(t,u,c(e,u))}}},e8b5:function(t,e,a){var n=a("c6b6");t.exports=Array.isArray||function(t){return"Array"==n(t)}},e8cb:function(t,e,a){var n=a("6782");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("1eee8898",n,!0,{sourceMap:!1,shadowMode:!1})},e90c:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M196.641 85.337H512V256H196.641z"}}),a("path",{attrs:{fill:"#D80027",d:"M196.641 256H512v170.663H196.641z"}})]))}}},e95a:function(t,e,a){var n=a("b622"),r=a("3f8c"),i=n("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||s[i]===t)}},e982:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.329v341.337h512V85.329H0zm489.739 319.076h-267.13V107.59h267.13v296.815z"}}),a("path",{attrs:{fill:"#A2001D",d:"M222.609 107.595h267.13V404.41h-267.13z"}}),a("path",{attrs:{fill:"#D80027",d:"M22.261 107.595h200.348V404.41H22.261z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M200.348 85.334h22.261v341.337h-22.261z"}}),a("path",{attrs:{fill:"#6DA544",d:"M22.261 107.595h89.043V404.41H22.261z"}}),a("path",{attrs:{fill:"#FF9811",d:"M111.304 107.595h89.043V404.41h-89.043z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M358.675 250.438v-44.522c0-7.424-11.13-14.848-11.13-14.848s-11.13 7.424-11.13 14.848h-44.522v44.522h22.261v22.261c0 4.875.979 9.539 2.76 13.768l-10.184 8.493h-29.674V157.677c-12.299 0-22.261 9.973-22.261 22.261v96.467a22.19 22.19 0 007.413 16.584v35.361h14.848v-18.554h66.783v29.685H328.99v14.837h29.685v-29.685l13.601-14.837h44.288v29.685h-14.848v14.837h29.685v-29.685l13.601-14.837 12.552-40.259-11.038-19.1h-38.945c-14.169-.122-40.637.09-48.896.001z"}}),a("path",{attrs:{d:"M370.551 211.844v25.229h71.513v13.365h4.452v-17.817h-71.513v-16.325h75.965v-4.452zM222.609 107.595h22.261v22.261h-22.261zM467.478 107.595h22.261v22.261h-22.261zM222.609 382.138h22.261v22.261h-22.261zM467.478 382.138h22.261v22.261h-22.261z"}})])]))}}},e9df:function(t,e,a){var n=a("0857");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("64e83578",n,!0,{sourceMap:!1,shadowMode:!1})},ea34:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#75AF2B",d:"M.6.2H512v341H.6z"}}),a("path",{attrs:{fill:"#D32424",d:"M0 230h512V.2H0"}}),a("path",{attrs:{fill:"#FFF",d:"M100.1 230V.2H0v340.9h511.4-411.3z"}}),a("path",{attrs:{fill:"#D32424",d:"M51.6 218l-38-47.7 38-46.9 38 46.9zM51.6 113.4l-38-47.7 38-46.9 38 46.9zM51.6 322.6l-38-47.7 38-46.9 38 46.9z"}})]))}}},ea92:function(t,e,a){"use strict";var n=a("712d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},ebdc:function(t,e,a){var n=a("7fc1");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("7f73b2b4",n,!0,{sourceMap:!1,shadowMode:!1})},ec08:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".DTrustSignMeButton_reset-list_27Wbu{margin:0;padding:0;list-style:none;display:block}.DTrustSignMeButton_uppercase-sm_2t3ap{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.DTrustSignMeButton_icon_3qU47{display:block;width:102px;height:auto;margin-top:-5px}",""]),e.locals={"reset-list":"DTrustSignMeButton_reset-list_27Wbu","uppercase-sm":"DTrustSignMeButton_uppercase-sm_2t3ap",icon:"DTrustSignMeButton_icon_3qU47"},t.exports=e},ec0c:function(t,e,a){var n=a("86a4");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("631007fc",n,!0,{sourceMap:!1,shadowMode:!1})},ed45:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 31 20",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("path",{attrs:{d:"M27.776 19.938H3.167A3.17 3.17 0 010 16.77V3.167A3.17 3.17 0 013.167 0h24.61a3.17 3.17 0 013.167 3.167V16.77a3.17 3.17 0 01-3.168 3.168zM3.167 1.084A2.088 2.088 0 001.081 3.17v13.603a2.088 2.088 0 002.086 2.086h24.61a2.09 2.09 0 002.085-2.086V3.167a2.089 2.089 0 00-2.086-2.086l-24.609.003z"}}),a("path",{attrs:{d:"M16.614 17.576h-1.081v-5.733a1.076 1.076 0 00-1.075-1.075H6.58a1.076 1.076 0 00-1.075 1.075v3.168H4.425v-3.168A2.159 2.159 0 016.58 9.687h7.877a2.159 2.159 0 012.156 2.156v5.733zM10.52 8.739a2.917 2.917 0 110-5.834 2.917 2.917 0 010 5.834zm0-4.751a1.834 1.834 0 100 3.669 1.834 1.834 0 000-3.67zM26.385 4.683h-7.887v1.08h7.887v-1.08zM26.385 7.533h-7.887v1.081h7.887v-1.08z"}})]))}}},ed8e:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({viewBox:"0 0 99 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},p)},h),o.concat([a("g",{attrs:{"clip-path":"url(#clip0)",fill:"#00AFAA"}},[a("path",{attrs:{d:"M15.723 7.835a.888.888 0 01-.897.902.888.888 0 01-.897-.902c0-.507.393-.902.897-.902.505 0 .897.395.897.902z"}}),a("path",{attrs:{d:"M19.479 22.717a.787.787 0 01-.589-.282.754.754 0 01.14-1.014 11.115 11.115 0 004.513-8.935C23.57 6.398 18.61 1.409 12.5 1.409c-.533 0-1.065.028-1.598.113v15.67c0 .395-.308.705-.728.705-.393 0-.729-.31-.729-.704V.902c0-.338.252-.648.589-.705A12.01 12.01 0 0112.5-.056c6.895 0 12.5 5.608 12.5 12.514 0 3.974-1.906 7.75-5.1 10.09-.141.14-.281.169-.421.169z"}}),a("path",{attrs:{d:"M12.5 25.028C5.605 25.028 0 19.391 0 12.514c0-3.974 1.906-7.75 5.1-10.09a.71.71 0 011.01.14.754.754 0 01-.14 1.015C3.11 5.637 1.43 8.991 1.43 12.514c0 6.116 4.96 11.077 11.07 11.077.533 0 1.065-.028 1.598-.113V13.19c0-.394.308-.704.728-.704.393 0 .729.31.729.704v10.88a.723.723 0 01-.589.704 12.01 12.01 0 01-2.466.254z"}})]),a("g",{attrs:{"clip-path":"url(#clip1)",fill:"#00AFAA"}},[a("path",{attrs:{d:"M32.036 15.18h1.583c.108.904.468 1.663 1.98 1.663.97 0 1.69-.542 1.69-1.373 0-.832-.395-1.12-1.87-1.374-2.124-.289-3.167-.94-3.167-2.602 0-1.446 1.26-2.566 3.094-2.566 1.908 0 3.059.867 3.239 2.602h-1.511c-.18-.94-.684-1.337-1.728-1.337-1.007 0-1.547.47-1.547 1.156 0 .723.288 1.085 1.835 1.302 2.087.289 3.203.903 3.203 2.674 0 1.555-1.296 2.747-3.275 2.747-2.375 0-3.382-1.192-3.526-2.891zM42.04 9.036h2.23l2.339 6.072 2.303-6.072h2.195v8.928h-1.655v-6.76l-2.663 6.76h-.54l-2.735-6.76v6.76H42.04V9.036zM76.223 10.337H73.74v-1.3h6.657v1.3h-2.483v7.627h-1.691v-7.627zM84.067 13.229h-3.346v1.301h3.346V13.23zM62.082 17.964L59.13 9.036h-2.195l-2.986 8.928h1.583l2.41-7.59 1.224 3.867h-1.08l-.395 1.301h1.87l.793 2.422h1.727zM88.025 9.036h-1.691v8.928h1.691V9.036zM94.322 9.036h-2.698v8.928h1.655v-7.627h.971c2.087 0 2.987 1.157 2.987 3.073v.108c0 1.663-.684 2.747-2.087 3.036v1.374c2.59-.29 3.85-2.024 3.85-4.41v-.108c-.036-2.603-1.547-4.374-4.678-4.374zM69.278 14.096c1.116-.289 1.98-1.012 1.98-2.385v-.072C71.257 9.83 69.89 9 67.91 9h-2.987v8.928h1.655V10.3h1.332c1.08 0 1.691.362 1.691 1.374v.036c0 .94-.576 1.41-1.691 1.41h-.288v1.192l2.339 3.615h1.799l-2.483-3.832z"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h25v25H0z"}})]),a("clipPath",{attrs:{id:"clip1"}},[a("path",{attrs:{fill:"#fff",transform:"translate(32 9)",d:"M0 0h67v9H0z"}})])])]))}}},edeb:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Ausweis nicht gefunden. Bitte überprüfen Sie, ob sich die Karte im Lesegerät befindet und starten Sie den Browser neu. Die Software kann von der Seite www.id.ee installiert werden.","yes":"Ja","no":"Nein","phone-number":"Telefonnummer","idcode":"persönlicher Identitätscode","country":"Land","Sign":"Signieren","USER_REFUSED":"Der Benutzer wollte nicht fortfahren und hat die Aktion abgebrochen","mobile-id":"Handy-ID","id-card":"Ausweis","smart-id":"Smart-ID","no-lv-id-card":"Kein lettischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.eparaksts.lv/en/Downloads installiert haben. Für Signaturen stellen Sie bitte sicher, dass das eParaksts-Plugin für Browser installiert und aktiviert ist.","no-lt-id-card":"Kein litauischer Personalausweis gefunden. Bitte stellen Sie sicher, dass die Karte eingelegt und die Software von http://www.nsc.vrm.lt/downloads.htm installiert ist. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","no-pt-id-card":"Kein portugiesischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.autenticacao.gov.pt/cc-aplicacao installiert ist","no-rs-id-card":"Kein serbischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von http://ca.mup.gov.rs/download-lat.html installiert haben","no-fi-id-card":"Kein finnischer Personalausweis gefunden. Bitte beachten Sie die Anweisungen zur Softwareinstallation von: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Kein belgischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://eid.belgium.be installiert haben. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","confirm-doc-check-and-sign":"Haben Sie den Inhalt des Dokuments verstanden und sind bereit, die Signatur abzuschließen?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Unterstützt von eIDEasy","log-in":"Einloggen","this-field-is-required":"Dieses Feld wird benötigt","your-verification-code":"Ihr Bestätigungscode:","cancel":"Stornieren","no-response-error":"Etwas ist schief gelaufen. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und versuchen Sie es dann erneut.","back":"Zurück ","no-matching-countries":"Keine passenden Länder","id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"JJJJMMTTXXXX","approve-id-request-on-freja-app":"Genehmigen Sie die Identifizierungsanfrage in Ihrer FREJA eID-App","try-again":"Versuchen Sie es noch Einmal","pre-sign-confirmation":"Nach dem Klick auf \\"Signieren\\" identifizieren wir Sie Ihre {method} und erstellen eine rechtsverbindliche Unterschrift.","login-method":"Login-Methode:","finnish-online-bank":"Finnische Online-Bank","online-bank":"Online-Bank","or":"oder","transaction-id":"Transaktions-ID","sign-in-evrotrust-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Evrotrust-App.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Andere Länder","email-sms":"E-Mail/SMS","email-code-sent":"Eine E-Mail mit dem Code wurde gesendet an","sms-code-sent":"Eine SMS mit dem Code wurde gesendet an","your-code":"Dein Code","signature-method":"Signaturmethode","username-or-email":"Nutzername oder E-Mail","cell-phone":"Mobiltelefon","including-calling-code":"mit Ländervorwahl inklusive \\"+\\", Beispiel +35112345678","enter-temp-security-code":"Geben Sie den temporären Sicherheitscode ein","mobile-key-signing-info":"Weitere Informationen zum Signaturprozess für mobile Schlüssel finden Sie unter https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Diese Aktion ist endgültig und unumkehrbar.","you-have-5-minutes-to-enter-the-code":"Sie haben 5 Minuten Zeit, um den Code einzugeben, bevor er abläuft.","confirm":"bestätigen Sie","after-confirmation-following-docs-will-be-signed":"Nach der Bestätigung werden die folgenden Dokumente unterzeichnet:","code-by-sms":"Code über SMS","confirmation-code-will-be-sent-to":"Ein Bestätigungscode wird gesendet an:","continue":"Fortsetzen","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin für digitale Signatur","approve-sign-request-on-freja-app":"Die Unterschreibungsanfrage auf Ihrer FREJA eID-App genehmigen","no-required-software":"Sie haben nicht die erforderliche Software installiert, um diese Aktion auszuführen. Bitte folgen Sie den Anweisungen auf https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Unterschreiben Sie bei meiner Bank","card-number":"Kartennummer","your-sms-otp-code":"Ihr SMS-OTP-Code"}')},ee5a:function(t,e,a){"use strict";var n=a("ac9d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},ee76:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M289.579 216.738l-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 232.51l4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z"}})]))}}},ee81:function(t,e,a){"use strict";var n=a("cc17"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},eea4:function(t,e,a){"use strict";var n=a("ac8d"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},efbc:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}})]))}}},f030:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},p)},h),o.concat([a("path",{attrs:{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 0h512v68.3H0zM0 136.5h512v68.3H0zM0 273.1h512v68.3H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M81.5 94.8l16.9 51.9H153l-44.2 32.1 16.9 52-44.2-32.1-44.2 32.1 16.9-52L10 146.7h54.6z"}})]))}}},f041:function(t,e,a){"use strict";var n=a("750b"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},f053:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},p)},h),o.concat([a("path",{attrs:{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}}),a("circle",{attrs:{fill:"#FFD400",cx:"256.5",cy:"170.9",r:"68.4"}}),a("path",{attrs:{fill:"#FFD400",d:"M256.5 251.5l-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z"}})]))}}},f069:function(t,e,a){"use strict";var n=a("1c0b"),r=function(t){var e,a;this.promise=new t((function(t,n){if(void 0!==e||void 0!==a)throw TypeError("Bad Promise constructor");e=t,a=n})),this.resolve=n(e),this.reject=n(a)};t.exports.f=function(t){return new r(t)}},f0da:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 306.09 269.83"},p)},h),o.concat([a("path",{attrs:{fill:"#fff",d:"M0 20v229.83a20 20 0 0020 20h137.32c103.77 0 148.77-58.12 148.77-135.18C306.09 57.89 261.09 0 157.32 0H20A20 20 0 000 20z"}}),a("path",{attrs:{d:"M157.29 251.46H37.86a19.22 19.22 0 01-19.2-19.2V37.57a19.22 19.22 0 0119.2-19.2h119.43c113.27 0 130.19 72.85 130.19 116.28 0 75.35-46.24 116.81-130.19 116.81zM37.86 24.77a12.82 12.82 0 00-12.81 12.8v194.69a12.82 12.82 0 0012.81 12.8h119.43c79.82 0 123.79-39.21 123.79-110.41 0-95.6-77.56-109.88-123.79-109.88z"}}),a("path",{attrs:{fill:"#00b0f0",d:"M91.88 56.43V226.2h73.9c67.14 0 96.25-37.94 96.25-91.46 0-51.27-29.11-91.11-96.25-91.11h-61.1a12.8 12.8 0 00-12.8 12.8z"}}),a("path",{attrs:{fill:"#fff",d:"M168.27 111.86l16.93 27.21h.11v-27.21h8.35v40.55h-8.92l-16.87-27.15h-.11v27.15h-8.35v-40.55h8.86zM142.51 111.86h8.92v40.55h-8.92zM134.91 123.11a17.26 17.26 0 00-3.87-6.25 15.64 15.64 0 00-5.85-3.75 20.9 20.9 0 00-7.29-1.25h-17.5v40.55h17.5a19.43 19.43 0 008.09-1.56 16.14 16.14 0 005.74-4.29 18 18 0 003.43-6.47 28 28 0 001.14-8.18 25.44 25.44 0 00-1.39-8.8zm-8.38 15.33a10.52 10.52 0 01-2.27 3.78 8.28 8.28 0 01-3.24 2.07 11.36 11.36 0 01-3.75.63h-8v-25.56h6.36a14.51 14.51 0 015.54.93 8.83 8.83 0 013.61 2.7 11 11 0 012 4.23 24.14 24.14 0 01.59 5.54 16.54 16.54 0 01-.84 5.68z"}}),a("path",{attrs:{d:"M58.48 161.57a14.17 14.17 0 0114.17 14.17v50.46a28.35 28.35 0 01-28.35-28.35v-22.11a14.17 14.17 0 0114.18-14.17z"}}),a("circle",{attrs:{cx:"58.48",cy:"132.1",r:"18.71"}})]))}}},f0db:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({"data-name":"Layer 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 511.95 117.5"},p)},h),o.concat([a("path",{attrs:{fill:"#ff576d",d:"M58.88 117.5H30.37a3.87 3.87 0 01-4.18-3.5L.24 3.85Q-.93 0 3.59 0h15.73q3.35 0 4 3.51l20.89 92.23h.67L65.74 3.51Q66.41 0 69.76 0h15.73q4.18 0 3.35 3.85L62.9 114q-.84 3.51-4 3.51M157.75 117.5H103q-3.51 0-3.51-3.51V3.51Q99.5 0 103 0h54.73q3.35 0 3.35 3.51V14.9q0 3.51-3.35 3.51h-35q-2 0-2 1.84v35.68c0 1.23.67 1.84 2 1.84h22q3.51 0 3.51 3.52v11q0 3.52-3.51 3.52h-22q-2 0-2 1.84v19.6q0 1.84 2 1.84h35q3.35 0 3.35 3.51V114q0 3.51-3.35 3.51M191.38 117.5h-14.22q-3.52 0-3.52-3.51V3.52q0-3.51 3.52-3.52H217q13 0 20.41 7.2t7.36 20.25v19.64q0 18.92-14.9 25.11v.67l17.91 40.62q1.51 4-2.84 4h-13.55a10.36 10.36 0 01-4.35-.67 5 5 0 01-2.18-2.84L208.12 76h-11.21q-2 0-2 1.84V114q0 3.51-3.52 3.51M196.74 58h16.4q5.35 0 7.86-2.26t2.51-7.28V28.29q0-5.18-2.51-7.53t-7.86-2.34h-16.4a1.63 1.63 0 00-1.84 1.84v35.9a1.63 1.63 0 001.84 1.84M280.7 3.52V114q0 3.51-3.52 3.51H263q-3.52 0-3.52-3.51V3.52Q259.45 0 263 0h14.22q3.52 0 3.52 3.52M313.9 117.5h-14.23q-3.51 0-3.51-3.51V3.51q0-3.51 3.51-3.51h53.39q3.35 0 3.34 3.51V14.9q0 3.51-3.34 3.51h-33.64q-2 0-2 1.84v35.26a1.77 1.77 0 002 2h22Q345 57.52 345 61v11.25q0 3.68-3.51 3.68h-22q-2 0-2 1.84V114q0 3.51-3.52 3.51M477.86 3.52V114q0 3.51-3.52 3.51h-14.22q-3.51 0-3.51-3.51V3.52q0-3.51 3.51-3.52h14.23q3.52 0 3.52 3.52M512 100.2v13.44q0 3.86-3.86 3.86h-13.58q-3.86 0-3.86-3.86V100.2q0-3.86 3.86-3.86h13.54q3.86 0 3.86 3.86M443.53 113.65L417.58 3.51A3.87 3.87 0 00413.4 0h-28.52q-3.17 0-4 3.51l-25.95 110.14q-.83 3.85 3.35 3.85H374q3.35 0 4-3.51l6.1-27h30.2l6.1 27q.67 3.51 4 3.51h15.73q4.52 0 3.35-3.85m-55.29-44.59l10.7-47.3h.67l10.7 47.3z"}})]))}}},f0e4:function(t,e,a){function n(t,e){if(null==t)return{};var a,n,r={},i=Object.keys(t);for(n=0;n<i.length;n++)a=i[n],e.indexOf(a)>=0||(r[a]=t[a]);return r}a("c975"),a("b64b"),t.exports=n},f179:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".PlMojeIdButton_reset-list_3ceUr{margin:0;padding:0;list-style:none;display:block}.PlMojeIdButton_uppercase-sm_3mcLF{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.PlMojeIdButton_icon_nRrhe{display:block;width:84px;height:auto}",""]),e.locals={"reset-list":"PlMojeIdButton_reset-list_3ceUr","uppercase-sm":"PlMojeIdButton_uppercase-sm_3mcLF",icon:"PlMojeIdButton_icon_nRrhe"},t.exports=e},f183:function(t,e,a){var n=a("d012"),r=a("861d"),i=a("5135"),s=a("9bf2").f,o=a("90e3"),c=a("bb2f"),l=o("meta"),u=0,d=Object.isExtensible||function(){return!0},f=function(t){s(t,l,{value:{objectID:"O"+ ++u,weakData:{}}})},p=function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,l)){if(!d(t))return"F";if(!e)return"E";f(t)}return t[l].objectID},h=function(t,e){if(!i(t,l)){if(!d(t))return!0;if(!e)return!1;f(t)}return t[l].weakData},v=function(t){return c&&g.REQUIRED&&d(t)&&!i(t,l)&&f(t),t},g=t.exports={REQUIRED:!1,fastKey:p,getWeakData:h,onFreeze:v};n[l]=!0},f1fd:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".SignatureFtnAdvancedFull_reset-list_2lkf2{margin:0;padding:0;list-style:none;display:block}.SignatureFtnAdvancedFull_uppercase-sm_nBHGo{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFtnAdvancedFull_formContainer_11JCe{max-width:263px;margin:0 auto}.SignatureFtnAdvancedFull_label_3U05W{color:#9ca6b1;margin-top:24px}.SignatureFtnAdvancedFull_highlight_2SUQp{font-weight:700;font-size:20px}",""]),e.locals={"reset-list":"SignatureFtnAdvancedFull_reset-list_2lkf2","uppercase-sm":"SignatureFtnAdvancedFull_uppercase-sm_nBHGo",formContainer:"SignatureFtnAdvancedFull_formContainer_11JCe",label:"SignatureFtnAdvancedFull_label_3U05W",highlight:"SignatureFtnAdvancedFull_highlight_2SUQp"},t.exports=e},f277:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".AppAlert_reset-list_2O05S{margin:0;padding:0;list-style:none;display:block}.AppAlert_uppercase-sm_J9FDo{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppAlert_alert_3CAgt{font-size:14px;position:relative;padding:8px 12px;margin-bottom:16px;border:1px solid transparent;border-radius:6px;line-height:1.4}.AppAlert_primary_1MkCB{color:#001d3e;background-color:#ccd6e1;border-color:#b3c1d2}.AppAlert_primary_1MkCB .AppAlert_alert-link_3xIsr{color:#001732}.AppAlert_success_1Tola{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.AppAlert_success_1Tola .AppAlert_alert-link_3xIsr{color:#0c4128}.AppAlert_info_2oqSl{color:#055160;background-color:#cff4fc;border-color:#b6effb}.AppAlert_info_2oqSl .AppAlert_alert-link_3xIsr{color:#04414d}.AppAlert_warning_1yIbT{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.AppAlert_warning_1yIbT .AppAlert_alert-link_3xIsr{color:#523e02}.AppAlert_danger_3KhhM{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.AppAlert_danger_3KhhM .AppAlert_alert-link_3xIsr{color:#6a1a21}.AppAlert_alert_3CAgt+.AppAlert_alert_3CAgt{margin-top:12px}",""]),e.locals={"reset-list":"AppAlert_reset-list_2O05S","uppercase-sm":"AppAlert_uppercase-sm_J9FDo",alert:"AppAlert_alert_3CAgt",primary:"AppAlert_primary_1MkCB","alert-link":"AppAlert_alert-link_3xIsr",success:"AppAlert_success_1Tola",info:"AppAlert_info_2oqSl",warning:"AppAlert_warning_1yIbT",danger:"AppAlert_danger_3KhhM"},t.exports=e},f2cb:function(t,e,a){"use strict";var n=a("dfa6"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},f3dd:function(t,e,a){"use strict";var n=a("50e0"),r=a.n(n);a.d(e,"default",(function(){return r.a}))},f418:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".GoogleButton_reset-list_gS85S{margin:0;padding:0;list-style:none;display:block}.GoogleButton_uppercase-sm_lleoJ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.GoogleButton_icon_15sMa{display:block;width:22px;height:auto;margin-right:10px;fill:#ce161e}",""]),e.locals={"reset-list":"GoogleButton_reset-list_gS85S","uppercase-sm":"GoogleButton_uppercase-sm_lleoJ",icon:"GoogleButton_icon_15sMa"},t.exports=e},f54b:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.33H0z"}}),a("path",{attrs:{fill:"#E6BC00",d:"M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zM112.51 94.64s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"}}),a("path",{attrs:{fill:"#ADADAD",d:"M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"}}),a("path",{attrs:{fill:"#E6BC00",d:"M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"}}),a("path",{attrs:{fill:"#125ECC",d:"M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"}}),a("path",{attrs:{fill:"#FFE600",d:"M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}}),a("path",{attrs:{fill:"#D60537",d:"M157.31 175.36H359.1v57.65H157.31v-57.65z"}}),a("path",{attrs:{fill:"#EACE00",d:"M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"}}),a("path",{attrs:{fill:"#7A6920",d:"M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}}),a("path",{attrs:{fill:"#ADADAD",d:"M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"}}),a("circle",{attrs:{fill:"#FFF",cx:"258.2",cy:"204.19",r:"16.93"}})]))}}},f55d:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".IdinButton_reset-list_IyWUj{margin:0;padding:0;list-style:none;display:block}.IdinButton_uppercase-sm_3Ozql{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdinButton_icon_4fHBl{display:block;width:34px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"IdinButton_reset-list_IyWUj","uppercase-sm":"IdinButton_uppercase-sm_3Ozql",icon:"IdinButton_icon_4fHBl"},t.exports=e},f5c2:function(t,e,a){var n=a("4b8a");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("cf32d044",n,!0,{sourceMap:!1,shadowMode:!1})},f5df:function(t,e,a){var n=a("00ee"),r=a("c6b6"),i=a("b622"),s=i("toStringTag"),o="Arguments"==r(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(a){}};t.exports=n?r:function(t){var e,a,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(a=c(e=Object(t),s))?a:o?r(e):"Object"==(n=r(e))&&"function"==typeof e.callee?"Arguments":n}},f740:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{d:"M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z"}}),a("path",{attrs:{fill:"#0052B4",d:"M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"}})]))}}},f772:function(t,e,a){var n=a("5692"),r=a("90e3"),i=n("keys");t.exports=function(t){return i[t]||(i[t]=r(t))}},f7c0:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 211.473h512v89.043H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z"}})])]))}}},f849:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".IdCardButtonLv_reset-list_1rks7{margin:0;padding:0;list-style:none;display:block}.IdCardButtonLv_uppercase-sm_iBoc9{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonLv_icon_10e5B{display:block;width:27px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"IdCardButtonLv_reset-list_1rks7","uppercase-sm":"IdCardButtonLv_uppercase-sm_iBoc9",icon:"IdCardButtonLv_icon_10e5B"},t.exports=e},f88c:function(t,e,a){var n=a("51b1");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var r=a("499e").default;r("0e345184",n,!0,{sourceMap:!1,shadowMode:!1})},f96c:function(t){t.exports=JSON.parse('{"no-ee-id-card":"Carte d\'identité introuvable. Veuillez vérifier si la carte est dans le lecteur et redémarrer le navigateur. Le logiciel peut être installé depuis la page www.id.ee.","yes":"Oui","no":"Non","phone-number":"numéro de téléphone","idcode":"code d\'identité personnel","country":"Pays","Sign":"Signer","USER_REFUSED":"L\'utilisateur n\'a pas souhaité continuer et a annulé l\'action","mobile-id":"Mobile ID","id-card":"Carte d\'identité","smart-id":"Smart-ID","no-lv-id-card":"Aucune carte d\'identité lettone n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.eparaksts.lv/en/Downloads est installé. Pour les signatures, assurez-vous que le plugin eParaksts pour navigateur est installé et activé.","no-lt-id-card":"Aucune carte d\'identité lituanienne n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://www.nsc.vrm.lt/downloads.htm est installé. Pour les signatures, il est également nécessaire d\'installer le plugin de navigateur trouvable ici https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Aucune carte d\'identité portugaise n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.autenticacao.gov.pt/cc-aplicacao est installé.","no-rs-id-card":"Aucune carte d\'identité serbe n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://ca.mup.gov.rs/download-lat.html est installé.","no-fi-id-card":"Aucune carte d\'identité finlandaise n\'a été trouvée. Veuillez consulter les instructions d\'installation logicielle sur : https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Aucune carte d\'identité belge trouvée. Assurez-vous d\'avoir inséré la carte et installé le logiciel depuis https://eid.belgium.be. Veuillez redémarrer le navigateur si l\'erreur persiste.","confirm-doc-check-and-sign":"Avez-vous compris le contenu du document et êtes-vous prêt à finaliser la signature ?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Alimenté par eIDEasy","log-in":"Se connecter","this-field-is-required":"Ce champ est obligatoire","your-verification-code":"Votre code de vérification :","cancel":"Annuler","no-response-error":"Quelque chose a dysfonctionné. Assurez-vous d\'être connecté à Internet, puis réessayez.","back":"Retour","no-matching-countries":"Aucun pays correspondant","id-card-read-timeout":"La lecture de la carte d\'identité a pris trop de temps. Veuillez fermer toutes les fenêtres ouvertes du navigateur, puis réessayer.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Validez la demande d\'identification sur votre application FREJA eID","try-again":"Veuillez réessayer","pre-sign-confirmation":"Après avoir cliqué sur \\"Signer\\", nous vous identifierons à l\'aide de {method} et créerons une signature juridiquement contraignante.","login-method":"Méthode de connexion :","finnish-online-bank":"Banque en ligne finlandaise","online-bank":"Banque en ligne","or":"ou","transaction-id":"ID de transaction","sign-in-evrotrust-app":"Veuillez signer ce document dans votre application Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Autres pays","email-sms":"E-mail / SMS","email-code-sent":"Un e-mail avec le code a été envoyé à","sms-code-sent":"Un SMS avec le code a été envoyé à","your-code":"Votre code","signature-method":"Méthode de signature","username-or-email":"Nom d\'utilisateur ou email","cell-phone":"téléphone portable","including-calling-code":"avec code pays incluant \\"+\\", exemple +35112345678","enter-temp-security-code":"Entrez le code de sécurité temporaire","mobile-key-signing-info":"Vous pouvez trouver plus d\'informations sur le processus de signature de clé mobile sur https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Cette action est définitive et irréversible.","you-have-5-minutes-to-enter-the-code":"Vous avez 5 minutes pour entrer le code avant qu\'il n\'expire.","confirm":"confirmer","after-confirmation-following-docs-will-be-signed":"Après confirmation, les documents suivants seront signés :","code-by-sms":"Code par SMS","confirmation-code-will-be-sent-to":"Un code de confirmation sera envoyé à {}","continue":"Continuer","name":"Nom","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Broche de signature numérique","approve-sign-request-on-freja-app":"Approuver la demande de signature sur votre application FREJA eID","no-required-software":"Vous n\'avez pas installé le logiciel nécessaire pour effectuer cette action. Veuillez suivre les instructions sur https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signer avec ma banque","card-number":"numéro de carte","your-sms-otp-code":"Votre code sms otp"}')},fa8a:function(t,e,a){var n=a("4bad");e=n(!1),e.push([t.i,".EparakstsSmartCardButton_reset-list_2jXDN{margin:0;padding:0;list-style:none;display:block}.EparakstsSmartCardButton_uppercase-sm_oOayN{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EparakstsSmartCardButton_icon_13oPo{display:block;width:28px;height:auto;margin-right:8px}",""]),e.locals={"reset-list":"EparakstsSmartCardButton_reset-list_2jXDN","uppercase-sm":"EparakstsSmartCardButton_uppercase-sm_oOayN",icon:"EparakstsSmartCardButton_icon_13oPo"},t.exports=e},faad:function(t,e,a){a("99af"),a("cca6");var n=a("ded3"),r=a("4082");t.exports={functional:!0,render:function(t,e){var a=e._c,i=(e._v,e.data),s=e.children,o=void 0===s?[]:s,c=i.class,l=i.staticClass,u=i.style,d=i.staticStyle,f=i.attrs,p=void 0===f?{}:f,h=r(i,["class","staticClass","style","staticStyle","attrs"]);return a("svg",n({class:[c,l],style:[u,d],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},p)},h),o.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}}),a("path",{attrs:{fill:"#6DA544",d:"M323.744 203.099L256 270.843l-67.744-67.744a81.156 81.156 0 00-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 00-13.881-45.483z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z"}}),a("path",{attrs:{fill:"#338AF3",d:"M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z"}}),a("path",{attrs:{fill:"#6DA544",d:"M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 00-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 00-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z"}})]))}}},fae3:function(t,e,a){"use strict";if(a.r(e),"undefined"!==typeof window){var n=window.document.currentScript,r=a("8875");n=r(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:r});var i=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);i&&(a.p=i[1])}var s=a("2b0e"),o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.app},[a("AppLayout")],1)},c=[];a("4160"),a("caad"),a("a9e3"),a("b64b"),a("2532"),a("159b"),a("a4d3"),a("4de4"),a("e439"),a("dbb4");function l(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}function u(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function d(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?u(Object(a),!0).forEach((function(e){l(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):u(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}a("ac1f"),a("5319"),a("dca8");var f=Object.freeze({AF:"+93",AX:"+358",AL:"+355",DZ:"+213",AS:"+1684",AD:"+376",AO:"+244",AI:"+1264",AQ:"+672",AG:"+1268",AR:"+54",AM:"+374",AW:"+297",AU:"+61",AT:"+43",AZ:"+994",BS:"+1242",BH:"+973",BD:"+880",BB:"+1246",BY:"+375",BE:"+32",BZ:"+501",BJ:"+229",BM:"+1441",BT:"+975",BO:"+591",BA:"+387",BW:"+267",BR:"+55",IO:"+246",BN:"+673",BG:"+359",BF:"+226",BI:"+257",KH:"+855",CM:"+237",CA:"+1",CV:"+238",KY:"+ 345",CF:"+236",TD:"+235",CL:"+56",CN:"+86",CX:"+61",CC:"+61",CO:"+57",KM:"+269",CG:"+242",CD:"+243",CK:"+682",CR:"+506",CI:"+225",HR:"+385",CU:"+53",CY:"+357",CZ:"+420",DK:"+45",DJ:"+253",DM:"+1767",DO:"+1849",EC:"+593",EG:"+20",SV:"+503",GQ:"+240",ER:"+291",EE:"+372",ET:"+251",FK:"+500",FO:"+298",FJ:"+679",FI:"+358",FR:"+33",GF:"+594",PF:"+689",GA:"+241",GM:"+220",GE:"+995",DE:"+49",GH:"+233",GI:"+350",GR:"+30",GL:"+299",GD:"+1473",GP:"+590",GU:"+1671",GT:"+502",GG:"+44",GN:"+224",GW:"+245",GY:"+595",HT:"+509",VA:"+379",HN:"+504",HK:"+852",HU:"+36",IS:"+354",IN:"+91",ID:"+62",IR:"+98",IQ:"+964",IE:"+353",IM:"+44",IL:"+972",IT:"+39",JM:"+1876",JP:"+81",JE:"+44",JO:"+962",KZ:"+77",KE:"+254",KI:"+686",KP:"+850",KR:"+82",KW:"+965",KG:"+996",LA:"+856",LV:"+371",LB:"+961",LS:"+266",LR:"+231",LY:"+218",LI:"+423",LT:"+370",LU:"+352",MO:"+853",MK:"+389",MG:"+261",MW:"+265",MY:"+60",MV:"+960",ML:"+223",MT:"+356",MH:"+692",MQ:"+596",MR:"+222",MU:"+230",YT:"+262",MX:"+52",FM:"+691",MD:"+373",MC:"+377",MN:"+976",ME:"+382",MS:"+1664",MA:"+212",MZ:"+258",MM:"+95",NA:"+264",NR:"+674",NP:"+977",NL:"+31",AN:"+599",NC:"+687",NZ:"+64",NI:"+505",NE:"+227",NG:"+234",NU:"+683",NF:"+672",MP:"+1670",NO:"+47",OM:"+968",PK:"+92",PW:"+680",PS:"+970",PA:"+507",PG:"+675",PY:"+595",PE:"+51",PH:"+63",PN:"+872",PL:"+48",PT:"+351",PR:"+1939",QA:"+974",RO:"+40",RU:"+7",RW:"+250",RE:"+262",BL:"+590",SH:"+290",KN:"+1869",LC:"+1758",MF:"+590",PM:"+508",VC:"+1784",WS:"+685",SM:"+378",ST:"+239",SA:"+966",SN:"+221",RS:"+381",SC:"+248",SL:"+232",SG:"+65",SK:"+421",SI:"+386",SB:"+677",SO:"+252",ZA:"+27",SS:"+211",GS:"+500",ES:"+34",LK:"+94",SD:"+249",SR:"+597",SJ:"+47",SZ:"+268",SE:"+46",CH:"+41",SY:"+963",TW:"+886",TJ:"+992",TZ:"+255",TH:"+66",TL:"+670",TG:"+228",TK:"+690",TO:"+676",TT:"+1868",TN:"+216",TR:"+90",TM:"+993",TC:"+1649",TV:"+688",UG:"+256",UA:"+380",AE:"+971",GB:"+44",US:"+1",UY:"+598",UZ:"+998",VU:"+678",VE:"+58",VN:"+84",VG:"+1284",VI:"+1340",WF:"+681",YE:"+967",ZM:"+260",ZW:"+263"}),p=f,h=function(t){var e=[];Object.keys(p).forEach((function(t){return e.push(p[t])}));for(var a=t,n=0;n<e.length;n++)a=a.replace(e[n],"");return a},v=h,g=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.layout},["MethodSelection"!==t.currentView?a("AppHeader",[a("HeaderContentSubView")],1):t.showCountrySelect?a("AppHeader",[a("HeaderContentCountry")],1):t._e(),a("div",{class:t.$style.main},[a("FlashMessages",{attrs:{messages:t.flashMessages}}),a("transition",{attrs:{name:t.$style.fade}},[a("LoadingOverlay",{directives:[{name:"show",rawName:"v-show",value:t.isLoading,expression:"isLoading"}]})],1),a(t.currentView,{tag:"component"})],1),a("AppFooter",[a("a",{class:t.$style.eidEasyLink,attrs:{href:"https://eideasy.com",target:"_blank"}},[t._v(" "+t._s(t.$t("powered-by-eideasy"))+" ")])])],1)},m=[],y=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.footer},[a("div",{class:t.$style.text},[t._t("default")],2)])},M=[],b={name:"AppFooter"},S=b,_=a("aa2e");function w(t,e,a,n,r,i,s,o){var c,l="function"===typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=a,l._compiled=!0),n&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),s?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},l._ssrRegister=c):r&&(c=o?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:t,options:l}}function C(t){this["$style"]=_["default"].locals||_["default"]}var z=w(S,y,M,!1,C,null,null),I=z.exports,x=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.header},[t._t("default")],2)},A=[],E={name:"AppHeader"},k=E,F=a("9469");function B(t){this["$style"]=F["default"].locals||F["default"]}var T=w(k,x,A,!1,B,null,null),O=T.exports,D=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.loadingOverlay},[a("div",{class:t.$style.spinnerHolder},[a("AppSpinner")],1)])},N=[],L=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:[t.$style.spinner,t.schemeClassName]})},j=[];a("c975");function H(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,n=new Array(e);a<e;a++)n[a]=t[a];return n}function P(t){if(Array.isArray(t))return H(t)}a("e01a"),a("d28b"),a("a630"),a("e260"),a("d3b7"),a("3ca3"),a("ddb0");function V(t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}a("fb6a"),a("b0c0"),a("25f0");function R(t,e){if(t){if("string"===typeof t)return H(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?H(t,e):void 0}}function G(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function $(t){return P(t)||V(t)||R(t)||G()}var U=function(t){return{props:{scheme:{validator:function(e){return-1!==$(t).indexOf(e)}}},computed:{schemeClassName:function(){return this.$style[this.scheme]}}}},K=U,Y={name:"AppSpinner",mixins:[K(["primary","secondary"])]},q=Y,Z=a("0d24");function J(t){this["$style"]=Z["default"].locals||Z["default"]}var W=w(q,L,j,!1,J,null,null),X=W.exports,Q={name:"LoadingOverlay",components:{AppSpinner:X}},tt=Q,et=a("bb85");function at(t){this["$style"]=et["default"].locals||et["default"]}var nt=w(tt,D,N,!1,at,null,null),rt=nt.exports,it=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",t._l(t.flashMessages,(function(e){return a("AppAlert",{key:e.text,attrs:{scheme:e.scheme}},[t._v(" "+t._s(e.text)+" ")])})),1)},st=[],ot=(a("d81d"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:[t.$style.alert,t.schemeClassName]},[t._t("header"),t._t("default")],2)}),ct=[],lt={name:"AppAlert",props:{scheme:{validator:function(t){return-1!==["success","danger","warning","info","primary"].indexOf(t)}}},computed:{schemeClassName:function(){return this.$style[this.scheme]}}},ut=lt,dt=a("1ac4");function ft(t){this["$style"]=dt["default"].locals||dt["default"]}var pt=w(ut,ot,ct,!1,ft,null,null),ht=pt.exports,vt={name:"FlashMessages",components:{AppAlert:ht},props:{messages:Array},computed:{flashMessages:function(){var t=this.$t.bind(this),e=this.$root.$options.eidEasyFormatFlashMessage;return this.messages.map((function(a){return a.translationKey&&(a.text=t(a.translationKey)),"function"===typeof e?e(a):a}))}}},gt=vt,mt=w(gt,it,st,!1,null,null,null),yt=mt.exports,Mt=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.headerRow},[a("div",{class:[t.$style.left,t.$style.regionTitle]},[t._v(" "+t._s(t.$t("country"))+" ")]),a("div",{class:t.$style.right},[a("CountrySelect",{attrs:{"selected-country":t.countryCode,"available-countries":t.availableCountries,"on-input":function(e){return t.changeCountry(e.countryCode)}}})],1)])},bt=[],St=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-select",{class:t.$style.select,attrs:{value:t.value,options:t.options,clearable:!1},on:{input:t.onInput},scopedSlots:t._u([{key:"option",fn:function(t){return[a("CountrySelectOption",{attrs:{option:t}})]}},{key:"selected-option-container",fn:function(t){var e=t.option;return[a("div",{staticClass:"vs__selected"},[a("CountrySelectOption",{attrs:{option:e}})],1)]}},{key:"open-indicator",fn:function(e){var n=e.attributes;return[a("span",t._b({class:t.$style.caretDown},"span",n,!1))]}}])},[a("template",{slot:"no-options"},[a("div",{class:t.$style.noOptions},[t._v(" "+t._s(t.$t("no-matching-countries"))+" ")])])],2)},_t=[],wt=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.option},[a(t.dynamicIcon,{tag:"component"}),a("div",{class:t.$style.optionText},[t._v(" "+t._s(t.option.label)+" ")])],1)},Ct=[];function zt(t){var e={};return t.keys().map((function(a){e[a.replace("./","")]=t(a)})),e}var It=zt(a("3511")),xt=It,At={name:"CountrySelectOption",props:{option:{type:Object,required:!0}},computed:{dynamicIcon:function(){return xt["".concat(this.option.countryCode,".svg")]}}},Et=At,kt=a("5942");function Ft(t){this["$style"]=kt["default"].locals||kt["default"]}var Bt=w(Et,wt,Ct,!1,Ft,null,null),Tt=Bt.exports,Ot=a("2e18"),Dt=a.n(Ot);Dt.a.registerLocale(a("8781")),Dt.a.registerLocale(a("d13c")),Dt.a.registerLocale(a("8e35")),Dt.a.registerLocale(a("5004")),Dt.a.registerLocale(a("37d3")),Dt.a.registerLocale(a("b401")),Dt.a.registerLocale(a("566f")),Dt.a.registerLocale(a("196d")),Dt.a.registerLocale(a("20fc")),Dt.a.registerLocale(a("5408")),Dt.a.registerLocale(a("4ff2")),Dt.a.registerLocale(a("2a2c")),Dt.a.registerLocale(a("5f7a"));var Nt=Dt.a,Lt={name:"CountrySelect",components:{CountrySelectOption:Tt},props:{onInput:Function,availableCountries:Array,selectedCountry:String},computed:{value:function(){var t=this.selectedCountry,e=this.getCountryName(t);return{label:e,countryCode:t}},options:function(){var t=this.getCountryName;return this.availableCountries.map((function(e){return{label:t(e),countryCode:e}})).sort((function(t,e){return"WORLD"===t.countryCode?-1:"WORLD"===e.countryCode?1:t.label.localeCompare(e.label)}))}},methods:{getCountryName:function(t){return"WORLD"===t?this.$t("other-countries"):Nt.getName(t,this.$i18n.locale,{select:"official"})||Nt.getName(t,"en",{select:"official"})}}},jt=Lt,Ht=a("83b0");function Pt(t){this["$style"]=Ht["default"].locals||Ht["default"]}var Vt=w(jt,St,_t,!1,Pt,null,null),Rt=Vt.exports,Gt={name:"HeaderContentCountry",components:{CountrySelect:Rt},computed:{countryCode:function(){return this.$root.$options.storeGetters.countryCode()},availableCountries:function(){return this.$root.$options.storeGetters.availableCountries()}},methods:{changeCountry:function(t){try{window.localStorage.setItem("eideasySelectedCountry",t)}catch(e){console.error(e)}return this.$root.$options.storeActions.changeCountry(t)}}},$t=Gt,Ut=a("c52f");function Kt(t){this["$style"]=Ut["default"].locals||Ut["default"]}var Yt=w($t,Mt,bt,!1,Kt,null,null),qt=Yt.exports,Zt=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.headerRow},[a("div",{class:t.$style.left},[t.showBackButton?a("BackButton",{attrs:{"on-click":function(){return t.changeView(t.viewNames.MethodSelection)},disabled:!t.userActionsEnabled}}):t._e()],1),a("div",{class:t.$style.right},[a("div",{class:t.$style.titleGroup},[a("div",{class:t.$style.viewTitle},[t._v(" "+t._s(t.$t(t.currentViewTitleKey))+" ")]),a("div",{class:t.$style.flagIcon,attrs:{"aria-label":t.$t("country")+": "+t.currentCountryName}},[a(t.currentFlagIcon,{tag:"component"})],1)])])])},Jt=[],Wt=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("a",{class:[e.$style.button,(t={},t[e.$style.disabled]=e.disabled,t)],attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.handleClick(t)}}},[n("div",{class:e.$style.backIcon},[n("div",{class:e.$style.backCaret})]),n("div",{class:e.$style.text},[e._v(" "+e._s(e.$t("back"))+" ")])])},Xt=[],Qt={name:"BackButton",props:{onClick:Function,disabled:Boolean},methods:{handleClick:function(t){!this.disabled&&this.onClick&&this.onClick(t)}}},te=Qt,ee=a("cfd3");function ae(t){this["$style"]=ee["default"].locals||ee["default"]}var ne=w(te,Wt,Xt,!1,ae,null,null),re=ne.exports,ie={MethodSelection:"MethodSelection",SmartIdAuth:"SmartIdAuth",MobileIdAuth:"MobileIdAuth",IdentificationFrejaId:"IdentificationFrejaId",IdentificationZealId:"IdentificationZealId",SignatureSmartId:"SignatureSmartId",SignatureMobileId:"SignatureMobileId",SignatureFtn:"SignatureFtn",SignatureFtnAdvancedFull:"SignatureFtnAdvancedFull",SignatureOtp:"SignatureOtp",SignatureEvrotrust:"SignatureEvrotrust",SignatureDTrustSignMe:"SignatureDTrustSignMe",SignatureChaveMovel:"SignatureChaveMovel",SignatureNoBankId:"SignatureNoBankId",SignatureSpidQes:"SignatureSpidQes",SignatureFrejaId:"SignatureFrejaId",SignatureAudkenni:"SignatureAudkenni",SignatureUanatacaQes:"SignatureUanatacaQes"},se=ie,oe={name:"HeaderContentSubView",components:{BackButton:re},data:function(){return{viewNames:se}},computed:{countryCode:function(){return this.$root.$options.storeGetters.countryCode()},currentViewTitleKey:function(){return this.$root.$options.storeGetters.currentViewTitleKey()},currentFlagIcon:function(){return xt["".concat(this.countryCode,".svg")]},currentCountryName:function(){return Nt.getName(this.countryCode,this.$i18n.locale,{select:"official"})},userActionsEnabled:function(){return this.$root.$options.storeGetters.userActionsEnabled()},showBackButton:function(){return this.$root.$options.storeGetters.showBackButton()}},methods:{changeView:function(t){return this.$root.$options.storeActions.changeView(t)}}},ce=oe,le=a("51ae");function ue(t){this["$style"]=le["default"].locals||le["default"]}var de=w(ce,Zt,Jt,!1,ue,null,null),fe=de.exports,pe=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("div",{class:[e.$style.methodSelection,(t={},t[e.$style.methodSelectionThin]=e.isThinLayout,t)]},[n("div",{class:e.$style.row},e._l(e.identificationMethodsInCurrentCountry,(function(t){return n("div",{key:t.actionType,class:e.$style.unit},[n("MethodButton",{attrs:{"button-name":t.buttonName,disabled:e.isLoading,"on-click":function(){return e.selectMethod(t.actionType)},"aria-label":e.$t("login-method")+" "+e.$t(t.translationKeys.title)}})],1)})),0),n("div",{class:e.$style.row},e._l(e.signingMethodsInCurrentCountry,(function(t){return n("div",{key:t.actionType,class:e.$style.unit},[t.buttonInstructions?n("div",{class:e.$style.buttonInstructions},[e._v(" "+e._s(e.$t(t.buttonInstructions))+" ")]):e._e(),n("MethodButton",{attrs:{"button-name":t.buttonName,disabled:e.isLoading,"on-click":function(){return e.selectMethod(t.actionType)},"aria-label":e.$t("signature-method")+" "+e.$t(t.translationKeys.title)}})],1)})),0),n("div",{ref:"iframeHolder"})])},he=[];a("96cf"),a("e6cf");function ve(t,e,a,n,r,i,s){try{var o=t[i](s),c=o.value}catch(l){return void a(l)}o.done?e(c):Promise.resolve(c).then(n,r)}function ge(t){return function(){var e=this,a=arguments;return new Promise((function(n,r){var i=t.apply(e,a);function s(t){ve(i,n,r,s,o,"next",t)}function o(t){ve(i,n,r,s,o,"throw",t)}s(void 0)}))}}var me=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("a",{class:t.$style.methodButton,attrs:{href:"#",role:"button",disabled:t.disabled},on:{click:function(e){return e.preventDefault(),t.handleClick(e)}}},[a(t.buttonName,{tag:"Component"})],1)},ye=[],Me=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconIdCard",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},be=[],Se=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.row},[a("div",{class:t.$style.unit},[t._t("slot1")],2),a("div",{class:t.$style.unit},[t._t("slot2")],2)])},_e=[],we={name:"MethodButtonBase"},Ce=we,ze=a("0f53");function Ie(t){this["$style"]=ze["default"].locals||ze["default"]}var xe=w(Ce,Se,_e,!1,Ie,null,null),Ae=xe.exports,Ee=a("ed45"),ke=a.n(Ee),Fe={name:"MobileIdButton",components:{MethodButtonBase:Ae,IconIdCard:ke.a}},Be=Fe,Te=a("bd3c");function Oe(t){this["$style"]=Te["default"].locals||Te["default"]}var De=w(Be,Me,be,!1,Oe,null,null),Ne=De.exports,Le=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconIdCardEE",{class:t.$style.icon})]},proxy:!0}])})},je=[],He=a("732d"),Pe=a.n(He),Ve={name:"IdCardButtonEE",components:{MethodButtonBase:Ae,IconIdCardEE:Pe.a}},Re=Ve,Ge=a("52ab");function $e(t){this["$style"]=Ge["default"].locals||Ge["default"]}var Ue=w(Re,Le,je,!1,$e,null,null),Ke=Ue.exports,Ye=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconSmartId",{class:t.$style.icon})]},proxy:!0}])})},qe=[],Ze=a("ed8e"),Je=a.n(Ze),We={name:"SmartIdButton",components:{MethodButtonBase:Ae,IconSmartId:Je.a}},Xe=We,Qe=a("5951");function ta(t){this["$style"]=Qe["default"].locals||Qe["default"]}var ea=w(Xe,Ye,qe,!1,ta,null,null),aa=ea.exports,na=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconMobileId",{class:t.$style.icon})]},proxy:!0}])})},ra=[],ia=a("23e5"),sa=a.n(ia),oa={name:"MobileIdButton",components:{MethodButtonBase:Ae,IconMobileId:sa.a}},ca=oa,la=a("4ea9");function ua(t){this["$style"]=la["default"].locals||la["default"]}var da=w(ca,na,ra,!1,ua,null,null),fa=da.exports,pa=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconMobiilId",{class:t.$style.icon})]},proxy:!0}])})},ha=[],va=a("e6dc"),ga=a.n(va),ma={name:"MobileIdButtonEE",components:{MethodButtonBase:Ae,IconMobiilId:ga.a}},ya=ma,Ma=a("fc85");function ba(t){this["$style"]=Ma["default"].locals||Ma["default"]}var Sa=w(ya,pa,ha,!1,ba,null,null),_a=Sa.exports,wa=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("EparakstsMobileIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-mobile"))+" ")]},proxy:!0}])})},Ca=[],za=a("51cc"),Ia=a.n(za),xa={name:"EparakstsMobileButton",components:{MethodButtonBase:Ae,EparakstsMobileIcon:Ia.a}},Aa=xa,Ea=a("97fa");function ka(t){this["$style"]=Ea["default"].locals||Ea["default"]}var Fa=w(Aa,wa,Ca,!1,ka,null,null),Ba=Fa.exports,Ta=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("EparakstsMarkIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-smart-card"))+" ")]},proxy:!0}])})},Oa=[],Da=a("3b23"),Na=a.n(Da),La={name:"EparakstsSmartCardButton",components:{MethodButtonBase:Ae,EparakstsMarkIcon:Na.a}},ja=La,Ha=a("5e69");function Pa(t){this["$style"]=Ha["default"].locals||Ha["default"]}var Va=w(ja,Ta,Oa,!1,Pa,null,null),Ra=Va.exports,Ga=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconFrejaEid",{class:t.$style.icon})]},proxy:!0}])})},$a=[],Ua=a("1709"),Ka=a.n(Ua),Ya={name:"FrejaEidButton",components:{MethodButtonBase:Ae,IconFrejaEid:Ka.a}},qa=Ya,Za=a("f041");function Ja(t){this["$style"]=Za["default"].locals||Za["default"]}var Wa=w(qa,Ga,$a,!1,Ja,null,null),Xa=Wa.exports,Qa=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconZealId",{class:t.$style.icon})]},proxy:!0}])})},tn=[],en=a("9061"),an=a.n(en),nn={name:"ZealIdButton",components:{MethodButtonBase:Ae,IconZealId:an.a}},rn=nn,sn=a("fc78");function on(t){this["$style"]=sn["default"].locals||sn["default"]}var cn=w(rn,Qa,tn,!1,on,null,null),ln=cn.exports,un=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("BelgianEidIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},dn=[],fn=a("9ff9"),pn=a.n(fn),hn={name:"IdCardButtonBe",components:{MethodButtonBase:Ae,BelgianEidIcon:pn.a}},vn=hn,gn=a("b268");function mn(t){this["$style"]=gn["default"].locals||gn["default"]}var yn=w(vn,un,dn,!1,mn,null,null),Mn=yn.exports,bn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{class:t.$style.base,scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconMojeId",{class:t.$style.icon})]},proxy:!0}])})},Sn=[],_n=a("bc69"),wn=a.n(_n),Cn={name:"MojeIdButton",components:{MethodButtonBase:Ae,IconMojeId:wn.a}},zn=Cn,In=a("30ad");function xn(t){this["$style"]=In["default"].locals||In["default"]}var An=w(zn,bn,Sn,!1,xn,null,null),En=An.exports,kn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("online-bank"))+" ")]},proxy:!0}])})},Fn=[],Bn={name:"FinnishTrustNetworkButton",components:{MethodButtonBase:Ae}},Tn=Bn,On=w(Tn,kn,Fn,!1,null,null,null),Dn=On.exports,Nn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconAtHandy",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" Handy-Signatur ")]},proxy:!0}])})},Ln=[],jn=a("8785"),Hn=a.n(jn),Pn={name:"AtHandyButton",components:{MethodButtonBase:Ae,IconAtHandy:Hn.a}},Vn=Pn,Rn=a("dc7d");function Gn(t){this["$style"]=Rn["default"].locals||Rn["default"]}var $n=w(Vn,Nn,Ln,!1,Gn,null,null),Un=$n.exports,Kn=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("FiIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("varmennekortti"))+" ")]},proxy:!0}])})},Yn=[],qn=a("ca40"),Zn=a.n(qn),Jn={name:"IdCardButtonFi",components:{MethodButtonBase:Ae,FiIdIcon:Zn.a}},Wn=Jn,Xn=a("3e2b");function Qn(t){this["$style"]=Xn["default"].locals||Xn["default"]}var tr=w(Wn,Kn,Yn,!1,Qn,null,null),er=tr.exports,ar=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("LvIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-eid"))+" ")]},proxy:!0}])})},nr=[],rr={name:"IdCardButtonLv",components:{MethodButtonBase:Ae,LvIdIcon:Na.a}},ir=rr,sr=a("0e8e");function or(t){this["$style"]=sr["default"].locals||sr["default"]}var cr=w(ir,ar,nr,!1,or,null,null),lr=cr.exports,ur=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("PtIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},dr=[],fr=a("fcf1"),pr=a.n(fr),hr={name:"IdCardButtonPt",components:{MethodButtonBase:Ae,PtIdIcon:pr.a}},vr=hr,gr=a("08a9");function mr(t){this["$style"]=gr["default"].locals||gr["default"]}var yr=w(vr,ur,dr,!1,mr,null,null),Mr=yr.exports,br=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("email-sms"))+" ")]},proxy:!0}])})},Sr=[],_r={name:"OtpButton",components:{MethodButtonBase:Ae}},wr=_r,Cr=w(wr,br,Sr,!1,null,null,null),zr=Cr.exports,Ir=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconGoogle",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" Google ")]},proxy:!0}])})},xr=[],Ar=a("4460"),Er=a.n(Ar),kr={name:"AtHandyButton",components:{MethodButtonBase:Ae,IconGoogle:Er.a}},Fr=kr,Br=a("6a00");function Tr(t){this["$style"]=Br["default"].locals||Br["default"]}var Or=w(Fr,Ir,xr,!1,Tr,null,null),Dr=Or.exports,Nr=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconEvro",{class:t.$style.icon})]},proxy:!0}])})},Lr=[],jr=a("fda2"),Hr=a.n(jr),Pr={name:"EvrotrustButton",components:{MethodButtonBase:Ae,IconEvro:Hr.a}},Vr=Pr,Rr=a("f3dd");function Gr(t){this["$style"]=Rr["default"].locals||Rr["default"]}var $r=w(Vr,Nr,Lr,!1,Gr,null,null),Ur=$r.exports,Kr=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconBankId",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" BankID ")]},proxy:!0}])})},Yr=[],qr=a("a67c"),Zr=a.n(qr),Jr={name:"BankIdButton",components:{MethodButtonBase:Ae,IconBankId:Zr.a}},Wr=Jr,Xr=a("5f74");function Qr(t){this["$style"]=Xr["default"].locals||Xr["default"]}var ti=w(Wr,Kr,Yr,!1,Qr,null,null),ei=ti.exports,ai=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("SingMeLogo",{class:t.$style.icon})]},proxy:!0}])})},ni=[],ri=a("bdb5"),ii=a.n(ri),si={name:"DTrustSignMeButton",components:{MethodButtonBase:Ae,SingMeLogo:ii.a}},oi=si,ci=a("2b80");function li(t){this["$style"]=ci["default"].locals||ci["default"]}var ui=w(oi,ai,ni,!1,li,null,null),di=ui.exports,fi=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("MitIdLogo",{class:t.$style.icon})]},proxy:!0}])})},pi=[],hi=a("3374"),vi=a.n(hi),gi={name:"MitIdButton",components:{MethodButtonBase:Ae,MitIdLogo:vi.a}},mi=gi,yi=a("eea4");function Mi(t){this["$style"]=yi["default"].locals||yi["default"]}var bi=w(mi,fi,pi,!1,Mi,null,null),Si=bi.exports,_i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("PtIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("chave-movel"))+" ")]},proxy:!0}])})},wi=[],Ci={name:"ChaveMovelButton",components:{MethodButtonBase:Ae,PtIdIcon:pr.a}},zi=Ci,Ii=a("3534");function xi(t){this["$style"]=Ii["default"].locals||Ii["default"]}var Ai=w(zi,_i,wi,!1,xi,null,null),Ei=Ai.exports,ki=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconBankId",{class:t.$style.icon})]},proxy:!0}])})},Fi=[],Bi=a("4f06"),Ti=a.n(Bi),Oi={name:"NoBankIdButton",components:{MethodButtonBase:Ae,IconBankId:Ti.a}},Di=Oi,Ni=a("dd85");function Li(t){this["$style"]=Ni["default"].locals||Ni["default"]}var ji=w(Di,ki,Fi,!1,Li,null,null),Hi=ji.exports,Pi=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("ItsmeIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("itsme"))+" ")]},proxy:!0}])})},Vi=[],Ri=a("c6c1"),Gi=a.n(Ri),$i={name:"ItsmeButton",components:{MethodButtonBase:Ae,ItsmeIcon:Gi.a}},Ui=$i,Ki=a("df00");function Yi(t){this["$style"]=Ki["default"].locals||Ki["default"]}var qi=w(Ui,Pi,Vi,!1,Yi,null,null),Zi=qi.exports,Ji=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("CertEurope USB"))+" ")]},proxy:!0}])})},Wi=[],Xi={name:"CertEuropeUsbButton",components:{MethodButtonBase:Ae}},Qi=Xi,ts=w(Qi,Ji,Wi,!1,null,null,null),es=ts.exports,as=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconCertSign",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("USB"))+" ")]},proxy:!0}])})},ns=[],rs=a("88ed"),is=a.n(rs),ss={name:"CertSignUsbButton",components:{MethodButtonBase:Ae,IconCertSign:is.a}},os=ss,cs=a("15e7");function ls(t){this["$style"]=cs["default"].locals||cs["default"]}var us=w(os,as,ns,!1,ls,null,null),ds=us.exports,fs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IdinIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("iDIN"))+" ")]},proxy:!0}])})},ps=[],hs=a("f0da"),vs=a.n(hs),gs={name:"IdinButton",components:{MethodButtonBase:Ae,IdinIcon:vs.a}},ms=gs,ys=a("c890");function Ms(t){this["$style"]=ys["default"].locals||ys["default"]}var bs=w(ms,fs,ps,!1,Ms,null,null),Ss=bs.exports,_s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("VerifaiIcon",{class:t.$style.icon})]},proxy:!0}])})},ws=[],Cs=a("f0db"),zs=a.n(Cs),Is={name:"VerifaiButton",components:{MethodButtonBase:Ae,VerifaiIcon:zs.a}},xs=Is,As=a("b2a0");function Es(t){this["$style"]=As["default"].locals||As["default"]}var ks=w(xs,_s,ws,!1,Es,null,null),Fs=ks.exports,Bs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconSpid",{class:t.$style.icon})]},proxy:!0}])})},Ts=[],Os=a("bf1d"),Ds=a.n(Os),Ns={name:"SpidButton",components:{MethodButtonBase:Ae,IconSpid:Ds.a}},Ls=Ns,js=a("bfe4");function Hs(t){this["$style"]=js["default"].locals||js["default"]}var Ps=w(Ls,Bs,Ts,!1,Hs,null,null),Vs=Ps.exports,Rs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("online-bank"))+" ")]},proxy:!0}])})},Gs=[],$s={name:"FinnishTrustNetworkAdvancedFullButton",components:{MethodButtonBase:Ae}},Us=$s,Ks=w(Us,Rs,Gs,!1,null,null,null),Ys=Ks.exports,qs=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("AudkenniIcon",{class:t.$style.icon})]},proxy:!0}])})},Zs=[],Js=a("1d1d"),Ws=a.n(Js),Xs={name:"AudkenniButton",components:{MethodButtonBase:Ae,AudkenniIcon:Ws.a}},Qs=Xs,to=a("b860");function eo(t){this["$style"]=to["default"].locals||to["default"]}var ao=w(Qs,qs,Zs,!1,eo,null,null),no=ao.exports,ro=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("div",{class:t.$style.text},[t._v(" yes® ")])]},proxy:!0}])})},io=[],so={name:"YesComButton",components:{MethodButtonBase:Ae}},oo=so,co=a("0dba");function lo(t){this["$style"]=co["default"].locals||co["default"]}var uo=w(oo,ro,io,!1,lo,null,null),fo=uo.exports,po=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("EdoAppLogo",{class:t.$style.icon})]},proxy:!0}])})},ho=[],vo=a("e48f"),go=a.n(vo),mo={name:"EdoAppEidButton",components:{MethodButtonBase:Ae,EdoAppLogo:go.a}},yo=mo,Mo=a("a5af");function bo(t){this["$style"]=Mo["default"].locals||Mo["default"]}var So=w(yo,po,ho,!1,bo,null,null),_o=So.exports,wo=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconSimplySign",{class:t.$style.icon})]},proxy:!0}])})},Co=[],zo=a("4c9f"),Io=a.n(zo),xo={name:"SimplySignButton",components:{MethodButtonBase:Ae,IconSimplySign:Io.a}},Ao=xo,Eo=a("e116");function ko(t){this["$style"]=Eo["default"].locals||Eo["default"]}var Fo=w(Ao,wo,Co,!1,ko,null,null),Bo=Fo.exports,To=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("IconUanataca",{class:t.$style.icon})]},proxy:!0}])})},Oo=[],Do=a("3208"),No=a.n(Do),Lo={name:"UanatacaButton",components:{MethodButtonBase:Ae,IconUanataca:No.a}},jo=Lo,Ho=a("a8c4");function Po(t){this["$style"]=Ho["default"].locals||Ho["default"]}var Vo=w(jo,To,Oo,!1,Po,null,null),Ro=Vo.exports,Go=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("Scan document"))+" ")]},proxy:!0}])})},$o=[],Uo={name:"ScanDocumentButton",components:{MethodButtonBase:Ae}},Ko=Uo,Yo=w(Ko,Go,$o,!1,null,null,null),qo=Yo.exports,Zo=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[a("VerifaiIcon",{class:t.$style.icon})]},proxy:!0}])})},Jo=[],Wo=a("1b8b"),Xo=a.n(Wo),Qo={name:"PlMojeIdButton",components:{MethodButtonBase:Ae,VerifaiIcon:Xo.a}},tc=Qo,ec=a("030c");function ac(t){this["$style"]=ec["default"].locals||ec["default"]}var nc=w(tc,Zo,Jo,!1,ac,null,null),rc=nc.exports,ic=Object.freeze({IdCardButton:Ne,IdCardButtonEE:Ke,SmartIdButton:aa,MobileIdButton:fa,MobileIdButtonEE:_a,EparakstsMobileButton:Ba,FrejaEidButton:Xa,ZealIdButton:ln,IdCardButtonBe:Mn,MojeIdButton:En,FinnishTrustNetworkButton:Dn,FinnishTrustNetworkAdvancedFullButton:Ys,AtHandyButton:Un,IdCardButtonFi:er,IdCardButtonLv:lr,IdCardButtonPt:Mr,OtpButton:zr,GoogleButton:Dr,EvrotrustButton:Ur,BankIdButton:ei,DTrustSignMeButton:di,MitIdButton:Si,ChaveMovelButton:Ei,NoBankIdButton:Hi,ItsmeButton:Zi,CertEuropeUsbButton:es,CertSignUsbButton:ds,IdinButton:Ss,VerifaiButton:Fs,SpidButton:Vs,AudkenniButton:no,EparakstsSmartCardButton:Ra,YesComButton:fo,EdoAppEidButton:_o,SimplySignButton:Bo,UanatacaButton:Ro,ScanDocumentButton:qo,PlMojeIdButton:rc}),sc=ic,oc={name:"MethodButton",components:d({},sc),props:{buttonName:String,onClick:Function,disabled:Boolean},methods:{handleClick:function(t){this.disabled||this.onClick(t)}}},cc=oc,lc=a("c58a");function uc(t){this["$style"]=lc["default"].locals||lc["default"]}var dc=w(cc,me,ye,!1,uc,null,null),fc=dc.exports,pc={name:"MethodSelection",components:{MethodButton:fc},computed:{identificationMethodsInCurrentCountry:function(){return this.$root.$options.storeGetters.identificationMethodsInCurrentCountry()},signingMethodsInCurrentCountry:function(){return this.$root.$options.storeGetters.signingMethodsInCurrentCountry()},isLoading:function(){return this.$root.$options.storeGetters.isLoading()},currentMethod:function(){return this.$root.$options.storeGetters.currentMethod()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},isThinLayout:function(){return this.identificationMethodsInCurrentCountry.length%2!==0||this.signingMethodsInCurrentCountry.length%2!==0},methodsByActionType:function(){return this.$root.$options.eidEasyMethodsConfig.methodsByActionType},mode:function(){return this.$root.$options.storeGetters.mode()}},watch:{currentMethod:{handler:function(t){if(t){var e=this.methodsByActionType[t.actionType];e.viewName||(this.loadingStart(),this.clearFlashMessages(),this.startMethod(e.methodType,e.handlingModule))}},immediate:!0}},methods:{selectMethod:function(t){var e=this;return ge(regeneratorRuntime.mark((function a(){var n;return regeneratorRuntime.wrap((function(a){while(1)switch(a.prev=a.next){case 0:return e.loadingStart(),a.next=3,e.$root.$options.eidEasyBeforeMethodSelection({actionType:t});case 3:if(n=a.sent,e.loadingEnd(),!1!==n){a.next=7;break}return a.abrupt("return");case 7:return n&&n.additionalMethodConfig&&e.changeAdditionalMethodConfig(n.additionalMethodConfig),a.abrupt("return",e.$root.$options.storeActions.selectMethod(t));case 9:case"end":return a.stop()}}),a)})))()},loadingStart:function(){return this.$root.$options.storeActions.loadingStart()},clearFlashMessages:function(){return this.$root.$options.storeActions.clearFlashMessages()},loadingEnd:function(){return this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){return this.$root.$options.storeActions.addFlashMessage(t)},changeAdditionalMethodConfig:function(t){return this.$root.$options.storeActions.changeAdditionalMethodConfig(t)},failHandler:function(t){this.addFlashMessage(t),this.loadingEnd(),this.$root.$options.eidEasyOnFail(t)},successHandler:function(t){this.$root.$options.eidEasyOnSuccess(t)},finishedHandler:function(){this.loadingEnd()},startMethod:function(t,e){var a=this.additionalMethodConfig||{};this.$root.$options.eidEasyClient[t][e].start(d({action:this.mode,iframeHolder:this.$refs.iframeHolder,fail:this.failHandler,success:this.successHandler,finished:this.finishedHandler},a))}}},hc=pc,vc=a("e6d2");function gc(t){this["$style"]=vc["default"].locals||vc["default"]}var mc=w(hc,pe,he,!1,gc,null,null),yc=mc.exports,Mc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}}),a("AppButton",{attrs:{scheme:"secondary","on-click":function(){return t.cancel()}}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):a("div",[a("AppForm",{attrs:{id:"smartIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},bc=[],Sc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("form",{attrs:{id:t.id},on:{submit:function(e){return e.preventDefault(),t.handleSubmit(e)}}},t._l(t.schema,(function(e,n){return a("div",{key:e.name+e.label||n,class:t.formElementClasses(e.type)},[a(t.formComponentsByType[e.type],t._b({tag:"Component",on:{input:function(a){return t.handleInput(e.name,a)}}},"Component",Object.assign({},e,{id:t.formComponentId(e.name),value:t.formValue[e.name],callingCode:e.callingCode,errors:t.fieldErrors(e.name)}),!1))],1)})),0)},_c=[],wc=(a("99af"),a("13d5"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("AppButton",{attrs:{type:t.type}},[t._v(" "+t._s(t.label)+" ")])}),Cc=[],zc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("button",{class:[t.$style.button,t.schemeClassName],attrs:{type:t.type},on:{click:t.handleClick}},[t._t("default")],2)},Ic=[],xc={name:"AppButton",mixins:[K(["primary","secondary"])],props:{type:String,onClick:Function},methods:{handleClick:function(t){!this.disabled&&this.onClick&&this.onClick(t)}}},Ac=xc,Ec=a("e513");function kc(t){this["$style"]=Ec["default"].locals||Ec["default"]}var Fc=w(Ac,zc,Ic,!1,kc,null,null),Bc=Fc.exports,Tc={name:"FormButton",components:{AppButton:Bc},props:{label:String,type:String}},Oc=Tc,Dc=w(Oc,wc,Cc,!1,null,null,null),Nc=Dc.exports,Lc=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("div",{class:[e.$style.formField,(t={},t[e.$style.hidden]="hidden"===e.type,t)]},[e.instructions?n("div",{class:e.$style.instructions},[e._v(" "+e._s(e.instructions)+" ")]):e._e(),n("label",{class:e.$style.label,attrs:{for:e.id}},[e._v(" "+e._s(e.label)+" ")]),n("AppInput",e._b({on:{input:e.handleInput}},"AppInput",{type:e.type,name:e.name,placeholder:e.placeholder,id:e.id,value:e.value,hasErrors:e.hasErrors,callingCode:e.callingCode,min:e.min},!1)),e.hasErrors?n("ul",{class:e.$style.validationContainer},e._l(e.errors,(function(t){return n("li",{key:t,class:e.$style.validationMessage},[e._v(" "+e._s(t)+" ")])})),0):e._e()],1)},jc=[],Hc=function(){var t,e,a=this,n=a.$createElement,r=a._self._c||n;return a.callingCode?r("div",{class:a.$style.hasPrefix},[r("div",{class:a.$style.hasPrefix_prefix},[a._v(" "+a._s(a.callingCode)+" ")]),r("div",{class:a.$style.hasPrefix_inputWrap},[r("input",a._b({class:[a.$style.input,(t={},t[a.$style.error]=a.hasErrors,t)],domProps:{value:a.value},on:{input:a.handleInput}},"input",{type:a.type,name:a.name,placeholder:a.placeholder,id:a.id},!1))])]):r("input",a._b({class:[a.$style.input,(e={},e[a.$style.error]=a.hasErrors,e)],domProps:{value:a.value},on:{input:a.handleInput}},"input",{type:a.type,name:a.name,placeholder:a.placeholder,id:a.id},!1))},Pc=[],Vc={name:"AppInput",props:{type:String,name:String,placeholder:String,id:String,value:[Number,String,Array,Object],hasErrors:Boolean,callingCode:String,onInput:{type:Function,default:function(){}}},methods:{handleInput:function(t){this.$emit("input",t.target.value)}}},Rc=Vc,Gc=a("ee81");function $c(t){this["$style"]=Gc["default"].locals||Gc["default"]}var Uc=w(Rc,Hc,Pc,!1,$c,null,null),Kc=Uc.exports,Yc={name:"FormField",components:{AppInput:Kc},props:{type:String,name:String,placeholder:String,id:String,label:String,callingCode:String,min:Number,instructions:String,errors:{type:Array,default:function(){return[]}},value:[Number,String,Array,Object]},computed:{hasErrors:function(){return this.errors.length>0}},methods:{handleInput:function(t){this.$emit("input",t)}}},qc=Yc,Zc=a("e030");function Jc(t){this["$style"]=Zc["default"].locals||Zc["default"]}var Wc=w(qc,Lc,jc,!1,Jc,null,null),Xc=Wc.exports,Qc=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.textSection},[a("div",{class:t.$style.textSectionText},[t._v(" "+t._s(t.text)+" ")])])},tl=[],el={name:"FormText",props:{text:String}},al=el,nl=a("ea92");function rl(t){this["$style"]=nl["default"].locals||nl["default"]}var il=w(al,Qc,tl,!1,rl,null,null),sl=il.exports,ol=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.spacer},[a("div",{class:t.$style.spacerText},[t._v(" "+t._s(t.text)+" ")])])},cl=[],ll={name:"FormSectionSpacer",props:{text:String}},ul=ll,dl=a("2bc4");function fl(t){this["$style"]=dl["default"].locals||dl["default"]}var pl=w(ul,ol,cl,!1,fl,null,null),hl=pl.exports,vl={submit:"FormButton",text:"FormField",number:"FormField",tel:"FormField",email:"FormField",hidden:"FormField",password:"FormField",sectionSpacer:"FormSectionSpacer",textSection:"FormText"},gl={name:"AppForm",components:{FormField:Xc,FormButton:Nc,FormSectionSpacer:hl,FormText:sl},model:{prop:"formValue",event:"input"},props:{id:{type:String,required:!0},schema:{required:!0,type:Array},formValue:{type:Object,default:function(){return{}}},onSubmit:{type:Function,default:function(){}},errors:{type:Object,default:function(){return{}}}},data:function(){return{formComponentsByType:vl,validationErrors:{}}},computed:{hasFixableErrors:function(){return Object.keys(this.validationErrors).length>0}},watch:{formValue:{handler:function(){this.validate()},immediate:!1}},methods:{formComponentId:function(t){if(t)return this.id+"_"+t},fieldErrors:function(t){var e=this.validationErrors[t]||[],a=this.errors[t]||[];return[].concat($(e),$(a))},handleInput:function(t,e){this.formValue[t]=e,this.$emit("input",d(d({},this.formValue),{},l({},t,e)))},handleSubmit:function(){this.validate({force:!0}),this.hasFixableErrors||this.onSubmit()},validate:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=d({},this.validationErrors);this.schema.forEach((function(n){var r=n.name,i=n.validation,s=t.formValue[r];if(i&&(e.force||void 0!==s)){var o=t.validateField(s,i);o.length?a[r]=o:delete a[r]}})),this.validationErrors=a},validateRule:function(t,e){if("required"===e&&!t)return this.$t("this-field-is-required")},validateField:function(t,e){var a=this;return e.reduce((function(e,n){var r=a.validateRule(t,n);return r&&e.push(r),e}),[])},formElementClasses:function(t){var e=[this.$style.formElement];return"sectionSpacer"===t&&e.push(this.$style.formElementSpacer),e}}},ml=gl,yl=a("3245");function Ml(t){this["$style"]=yl["default"].locals||yl["default"]}var bl=w(ml,Sc,_c,!1,Ml,null,null),Sl=bl.exports,_l=function(t){var e={};return t.userDetails&&(e=t.userDetails),e},wl=_l,Cl=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.challenge},[a("div",{class:t.$style.loader},[a("AppSpinner",{attrs:{scheme:"secondary"}})],1),t.userInstructions?a("div",{class:t.$style.userInstructions},[t._v(" "+t._s(t.userInstructions)+" ")]):t._e(),t.challenge?a("div",[a("div",{class:t.$style.challengeTitle},[t._v(" "+t._s(t.$t("your-verification-code"))+" ")]),a("div",{class:t.$style.challengeCode},[t._v(" "+t._s(t.challenge)+" ")])]):t._e()])},zl=[],Il={name:"ChallengeLoader",components:{AppSpinner:X},props:{challenge:String,userInstructions:String}},xl=Il,Al=a("ee5a");function El(t){this["$style"]=Al["default"].locals||Al["default"]}var kl=w(xl,Cl,zl,!1,El,null,null),Fl=kl.exports,Bl={name:"SmartIdAuth",components:{AppForm:Sl,AppButton:Bc,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},authenticate:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.smartId.start(d(d({},this.formValue),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.loadingEnd()}},e))}}},Tl=Bl,Ol=a("88bc");function Dl(t){this["$style"]=Ol["default"].locals||Ol["default"]}var Nl=w(Tl,Mc,bc,!1,Dl,null,null),Ll=Nl.exports,jl=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}}),a("AppButton",{attrs:{scheme:"secondary","on-click":function(){return t.cancel()}}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):a("div",[a("AppForm",{attrs:{id:"mobileIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Hl=[],Pl={name:"MobileIdAuth",components:{AppForm:Sl,AppButton:Bc,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},callingCode:function(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"],callingCode:this.callingCode},{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get:function(){return{phone:this.inputValues.phone,idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},authenticate:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue);e.phone=this.callingCode+e.phone;var a=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.mobileId.start(d(d({},e),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.loadingEnd()}},a))}}},Vl=Pl,Rl=a("0ec1");function Gl(t){this["$style"]=Rl["default"].locals||Rl["default"]}var $l=w(Vl,jl,Hl,!1,Gl,null,null),Ul=$l.exports,Kl=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.userInstructions?a("div",{class:t.$style.userInstructions},[a("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}}),a("AppButton",{attrs:{scheme:"secondary","on-click":function(){return t.cancel()}}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):a("div",[a("AppForm",{attrs:{id:"frejaIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Yl=[],ql={name:"IdentificationFrejaId",components:{AppForm:Sl,AppButton:Bc,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},userInstructions:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode:function(){return this.$root.$options.storeGetters.countryCode()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},authenticate:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.frejaEid.start(d(d({},this.formValue),{},{started:function(e){e.data&&(t.userInstructions=t.$t("approve-id-request-on-freja-app"),t.loadingEnd())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.userInstructions=void 0,t.loadingEnd()}},e))}}},Zl=ql,Jl=a("fc1d");function Wl(t){this["$style"]=Jl["default"].locals||Jl["default"]}var Xl=w(Zl,Kl,Yl,!1,Wl,null,null),Ql=Xl.exports,tu=function(){var t,e=this,a=e.$createElement,n=e._self._c||a;return n("div",{class:e.$style.formContainer},[e.error?n("div",{class:e.$style.buttonHolder},[n("AppButton",{attrs:{"on-click":function(){return e.startIdentification()}}},[e._v(" "+e._s(e.$t("try-again"))+" ")])],1):e._e(),n("div",{ref:"iframeHolder",class:[e.$style.iframeHolder,(t={},t[e.$style.hidden]=e.error,t)]})])},eu=[],au={name:"IdentificationZealId",components:{AppButton:Bc},data:function(){return{identificationProcess:{},error:null}},computed:{additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()}},mounted:function(){this.$nextTick((function(){this.startIdentification()}))},beforeDestroy:function(){this.cancel()},methods:{loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},cancel:function(){var t=this.identificationProcess.cancel;t&&t()},startIdentification:function(){var t=this;this.error=null,this.clearFlashMessages();var e=this.additionalMethodConfig||{};this.identificationProcess=this.$root.$options.eidEasyClient.identification.zealId.start(d({iframeHolder:this.$refs.iframeHolder,fail:function(e){e.isCancel||(t.addFlashMessage(e),t.$refs.iframeHolder.innerHTML=""),t.error=e,t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.loadingEnd()}},e))}}},nu=au,ru=a("7fc4");function iu(t){this["$style"]=ru["default"].locals||ru["default"]}var su=w(nu,tu,eu,!1,iu,null,null),ou=su.exports,cu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):a("div",[a("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},lu=[],uu={name:"SignatureSmartId",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},mode:function(){return this.$root.$options.storeGetters.mode()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},created:function(){"cscApiSign"===this.mode&&this.sign()},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.smartIdSignature.start(d(d({},this.formValue),{},{action:this.mode,started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.endSignatureProcessing(),t.loadingEnd()}},e))}}},du=uu,fu=a("43d0");function pu(t){this["$style"]=fu["default"].locals||fu["default"]}var hu=w(du,cu,lu,!1,pu,null,null),vu=hu.exports,gu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):a("div",[a("AppForm",{attrs:{id:"mobileIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},mu=[],yu={name:"SignatureMobileId",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},callingCode:function(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"],callingCode:this.callingCode},{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{phone:this.inputValues.phone,idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue);e.phone=this.callingCode+e.phone;var a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.mobileIdSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.loadingEnd(),t.endSignatureProcessing()}},a))}}},Mu=yu,bu=a("5d65");function Su(t){this["$style"]=bu["default"].locals||bu["default"]}var _u=w(Mu,gu,mu,!1,Su,null,null),wu=_u.exports,Cu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("finnish-online-bank")}))+" ")]),a("div",{class:t.$style.formContainer},[a("AppButton",{attrs:{"on-click":t.sign}},[t._v(" "+t._s(t.$t("Sign"))+" ")])],1)])},zu=[],Iu={name:"SignatureFtn",components:{AppButton:Bc},data:function(){return{signingProcess:{}}},computed:{additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()}},methods:{loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages();var e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.ftnSignature.start(d({fail:function(e){e.isCancel||t.addFlashMessage(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.loadingEnd()}},e))}}},xu=Iu,Au=a("268a");function Eu(t){this["$style"]=Au["default"].locals||Au["default"]}var ku=w(xu,Cu,zu,!1,Eu,null,null),Fu=ku.exports,Bu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("finnish-online-bank")}))+" ")]),a("br"),a("AppForm",{attrs:{id:"ftnAdvancedFullSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Tu=[],Ou=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.challenge},[a("div",{class:t.$style.loader},[a("AppSpinner",{attrs:{scheme:"secondary"}})],1),a("div",{class:t.$style.content},[t._t("default")],2)])},Du=[],Nu={name:"SubLoader",components:{AppSpinner:X},props:{challenge:String,userInstructions:String}},Lu=Nu,ju=a("cd2f");function Hu(t){this["$style"]=ju["default"].locals||ju["default"]}var Pu=w(Lu,Ou,Du,!1,Hu,null,null),Vu=Pu.exports,Ru={name:"SignatureAdvancedFullButton",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.ftnAdvancedFullSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Gu=Ru,$u=a("4e4c");function Uu(t){this["$style"]=$u["default"].locals||$u["default"]}var Ku=w(Gu,Bu,Tu,!1,Uu,null,null),Yu=Ku.exports,qu=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.otpPhone||t.otpEmail?t.step===t.STEP_CONFIRM?a("ConfirmationStep",{attrs:{"on-approve-confirm":t.approveConfirm,"on-reject-confirm":t.rejectConfirm}}):t.step===t.STEP_REQUEST_CODE?a("div",[a("AppForm",{attrs:{id:"requestCodeForm",schema:t.requestCodeSchema,"on-submit":t.startSigning,errors:t.fieldErrors}})],1):a("div",[t.emailToken?a("div",[t.otpPhone?a("div",{class:t.$style.mb4},[t._v(" Phone: "+t._s(t.otpPhone)+" ")]):t._e(),t.otpEmail?a("div",{class:t.$style.mb4},[t._v(" Email: "),a("b",[t._v(t._s(t.otpEmail))])]):t._e()]):t._e(),t.confirmationFormSchema.length?a("div",[a("AppForm",{attrs:{id:"otpSignatureForm",schema:t.confirmationFormSchema,"on-submit":t.startConfirm,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1):t._e()]):a("div",[a("AppAlert",{attrs:{scheme:"danger"}},[t._v(" Missing otpEmail or otpPhone ")])],1)],1)},Zu=[],Ju=(a("a15b"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{class:t.$style.mb4},[t._v(" "+t._s(t.$t("confirm-doc-check-and-sign"))+" ")]),a("AppButton",{class:t.$style.mb4,attrs:{"on-click":t.onApproveConfirm}},[t._v(" "+t._s(t.$t("yes"))+" ")]),a("AppButton",{class:t.$style.mb4,attrs:{scheme:"secondary","on-click":t.onRejectConfirm}},[t._v(" "+t._s(t.$t("no"))+" ")])],1)}),Wu=[],Xu={name:"ConfirmationStep",components:{AppButton:Bc},props:{onApproveConfirm:{type:Function,default:function(){}},onRejectConfirm:{type:Function,default:function(){}}}},Qu=Xu,td=a("f2cb");function ed(t){this["$style"]=td["default"].locals||td["default"]}var ad=w(Qu,Ju,Wu,!1,ed,null,null),nd=ad.exports,rd={name:"SignatureOtp",components:{AppForm:Sl,AppAlert:ht,ConfirmationStep:nd},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{},step:null,prevStep:null}},computed:{signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},inputValues:function(){return this.$root.$options.storeGetters.inputValues()},otpEmail:function(){return this.$root.$options.storeGetters.otpEmail()},otpPhone:function(){return this.$root.$options.storeGetters.otpPhone()},emailToken:function(){return this.$root.$options.storeGetters.emailToken()},isOtpSent:function(){return this.$root.$options.storeGetters.isOtpSent()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},requestCodeSchema:function(){var t=[];return this.otpPhone&&t.push(this.otpPhone),this.otpEmail&&t.push(this.otpEmail),[{type:"textSection",text:this.$t("confirmation-code-will-be-sent-to")+" "+t.join(" & ")},{type:"submit",label:this.$t("continue")}]},confirmationFormSchema:function(){var t=[];return this.otpEmail&&t.push({type:this.emailToken?"hidden":"text",name:"email_token",instructions:this.$t("email-code-sent")+" "+this.otpEmail,label:this.$t("your-code"),validation:["required"]}),this.otpPhone&&t.push({type:"text",name:"sms_token",instructions:this.$t("sms-code-sent")+" "+this.otpPhone,label:this.$t("your-code"),validation:["required"]}),t.length&&t.push({type:"submit",label:this.$t("Sign")}),t},formValue:{get:function(){return{email_token:this.inputValues.email_token,sms_token:this.inputValues.sms_token}},set:function(t){this.updateInputValues(t)}}},beforeDestroy:function(){this.cancel()},created:function(){this.STEP_REQUEST_CODE="STEP_REQUEST_CODE",this.STEP_ENTER_CODE="STEP_ENTER_CODE",this.STEP_CONFIRM="STEP_CONFIRM",this.goToStartingStep()},methods:{getStartingStep:function(){return this.isOtpSent?this.STEP_ENTER_CODE:this.STEP_REQUEST_CODE},goToStartingStep:function(){this.goToStep(this.getStartingStep())},goToStep:function(t){this.prevStep=this.step,this.step=t},stepBack:function(){this.goToStep(this.prevStep)},updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},startConfirm:function(){this.goToStep(this.STEP_CONFIRM)},rejectConfirm:function(){this.stepBack()},approveConfirm:function(){this.startSigning()},startSigning:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.otpSignature.start(d({emailToken:this.formValue.email_token,smsToken:this.formValue.sms_token,started:function(e){e.data&&e.data.token&&(t.loadingEnd(),t.goToStep(t.STEP_ENTER_CODE))},confirmationCodeRequest:function(e,a){t.resolveConfirmation=a},fail:function(e){e.isCancel||(t.addFlashMessage(e),t.updateInputValues({sms_token:"",email_token:""})),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.goToStartingStep(),t.endSignatureProcessing(),t.loadingEnd()}},e))}}},id=rd,sd=a("2aec");function od(t){this["$style"]=sd["default"].locals||sd["default"]}var cd=w(id,qu,Zu,!1,od,null,null),ld=cd.exports,ud=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.evroTransactionId?a("div",{class:t.$style.challenge},[a("SubLoader",[a("div",[t._v(t._s(t.$t("sign-in-evrotrust-app")))]),a("div",{class:t.$style.label},[t._v(" "+t._s(t.$t("transaction-id"))+" ")]),a("div",{class:t.$style.highlight},[t._v(" "+t._s(t.evroTransactionId)+" ")])])],1):a("div",[a("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},dd=[],fd={name:"SignatureEvrotrust",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},evroTransactionId:null,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},callingCode:function(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode")},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"tel",name:"phone",label:this.$t("phone-number"),callingCode:this.callingCode},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"email",name:"email",label:this.$t("email")},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode,email:this.inputValues.email,phone:this.inputValues.phone}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue);e.phone=e.phone?this.callingCode+e.phone:"";var a=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.evroTrustSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.evroTransactionId=e.data.transaction_id,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.evroTransactionId=void 0,t.endSignatureProcessing(),t.loadingEnd()}},a))}}},pd=fd,hd=a("2322");function vd(t){this["$style"]=hd["default"].locals||hd["default"]}var gd=w(pd,ud,dd,!1,vd,null,null),md=gd.exports,yd=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("AppForm",{attrs:{id:"dTrustSignMeSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Md=[],bd={name:"SignatureDTrustSignMe",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"username",label:this.$t("username-or-email"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{username:this.inputValues.username}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.dTrustSignMeSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Sd=bd,_d=a("e29d");function wd(t){this["$style"]=_d["default"].locals||_d["default"]}var Cd=w(Sd,yd,Md,!1,wd,null,null),zd=Cd.exports,Id=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):t.step===t.STEP_START?a("div",[a("AppForm",{attrs:{id:"chaveMovelUserCredentialsForm",schema:t.userCredentialsSchema,"on-submit":t.startSigning,errors:t.fieldErrors},model:{value:t.userCredentialsFormValue,callback:function(e){t.userCredentialsFormValue=e},expression:"userCredentialsFormValue"}})],1):t.step===t.STEP_CONFIRM?a("div",[a("AppForm",{attrs:{id:"chaveMovelConfirmationForm",schema:t.confirmationFormSchema,"on-submit":t.confirm,errors:t.fieldErrors},model:{value:t.confirmationFormValue,callback:function(e){t.confirmationFormValue=e},expression:"confirmationFormValue"}})],1):t._e()])},xd=[],Ad={name:"SignatureChaveMovel",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{},filesToBeSigned:[],step:null}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},userCredentialsSchema:function(){return[{type:"tel",name:"phone",label:this.$t("phone-number")+", "+this.$t("including-calling-code"),validation:["required"]},{type:"password",name:"signingPin",label:this.$t("digital-signature-pin"),validation:["required"]},{type:"textSection",text:this.$t("mobile-key-signing-info")},{type:"submit",label:this.$t("Sign")}]},confirmationFormSchema:function(){return[{type:"password",name:"confirmationCode",label:this.$t("enter-temp-security-code"),validation:["required"]},{type:"textSection",text:this.$t("you-have-5-minutes-to-enter-the-code")},{type:"textSection",text:this.$t("after-confirmation-following-docs-will-be-signed")+" "+this.filesToBeSigned.map((function(t){return t.fileName})).join(", ")+". "+this.$t("signature-confirmation-irreversible-note")},{type:"textSection",text:this.$t("mobile-key-signing-info")},{type:"submit",label:this.$t("confirm")}]},userCredentialsFormValue:{get:function(){return{phone:this.inputValues.phone,signingPin:this.inputValues.signingPin}},set:function(t){this.updateInputValues(t)}},confirmationFormValue:{get:function(){return{confirmationCode:this.inputValues.confirmationCode}},set:function(t){this.updateInputValues(t)}}},created:function(){this.STEP_START="STEP_START",this.STEP_CONFIRM="STEP_CONFIRM",this.step=this.STEP_START},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},startSigning:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.userCredentialsFormValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.chaveMovelSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.token&&(t.loadingEnd(),t.filesToBeSigned=e.data.files,t.step=t.STEP_CONFIRM)},confirmationCodeRequest:function(e,a){t.resolveConfirmation=a},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.step=t.STEP_START,t.updateInputValues({confirmationCode:""}),t.endSignatureProcessing(),t.loadingEnd()}},a))},confirm:function(){this.loadingStart(),this.resolveConfirmation(this.confirmationFormValue.confirmationCode)}}},Ed=Ad,kd=a("d6cb");function Fd(t){this["$style"]=kd["default"].locals||kd["default"]}var Bd=w(Ed,Id,xd,!1,Fd,null,null),Td=Bd.exports,Od=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("AppForm",{attrs:{id:"noBankIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Dd=[],Nd={name:"SignatureNoBankId",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"name",validation:["required"],label:this.$t("name")},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{name:this.inputValues.name}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.noBankIdAdvSignature.start(d(d({},e),{},{fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Ld=Nd,jd=a("5e4c");function Hd(t){this["$style"]=jd["default"].locals||jd["default"]}var Pd=w(Ld,Od,Dd,!1,Hd,null,null),Vd=Pd.exports,Rd=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):a("div",[a("AppForm",{attrs:{id:"spidQesSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Gd=[],$d={name:"SignatureSpidQes",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"email",name:"email",label:this.$t("email")},{type:"text",name:"phone",label:this.$t("phone-number")+", "+this.$t("including-calling-code")},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{email:this.inputValues.email,phone:this.inputValues.phone}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.spidQesSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.transaction_id&&(t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Ud=$d,Kd=a("c023");function Yd(t){this["$style"]=Kd["default"].locals||Kd["default"]}var qd=w(Ud,Rd,Gd,!1,Yd,null,null),Zd=qd.exports,Jd=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.userInstructions?a("div",{class:t.$style.userInstructions},[a("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}})],1):a("div",[a("AppForm",{attrs:{id:"frejaSignatureIdForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Wd=[],Xd={name:"SignatureFrejaId",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},userInstructions:void 0,signingProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode:function(){return this.$root.$options.storeGetters.countryCode()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.frejaSimpleSignature.start(d(d({},e),{},{started:function(){t.userInstructions=t.$t("approve-sign-request-on-freja-app"),t.startSignatureProcessing(),t.loadingEnd()},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.userInstructions=void 0,t.endSignatureProcessing(),t.loadingEnd()}},a))}}},Qd=Xd,tf=a("9919");function ef(t){this["$style"]=tf["default"].locals||tf["default"]}var af=w(Qd,Jd,Wd,!1,ef,null,null),nf=af.exports,rf=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.challenge?a("div",{class:t.$style.challenge},[a("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):a("div",[a("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},sf=[],of={name:"SignatureAudkenni",components:{AppForm:Sl,ChallengeLoader:Fl},data:function(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){return{idcode:this.inputValues.idcode}},set:function(t){this.updateInputValues(t)}}},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.authProcess.cancel;t&&t()},sign:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.audkenniQesSignature.start(d(d({},this.formValue),{},{started:function(e){e.data&&e.data.challenge&&(t.challenge=e.data.challenge,t.loadingEnd(),t.startSignatureProcessing())},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.challenge=void 0,t.endSignatureProcessing(),t.loadingEnd()}},e))}}},cf=of,lf=a("e684");function uf(t){this["$style"]=lf["default"].locals||lf["default"]}var df=w(cf,rf,sf,!1,uf,null,null),ff=df.exports,pf=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:t.$style.formContainer},[t.signatureIsProcessing?a("div",{class:t.$style.challenge},[a("SubLoader")],1):t.step===t.STEP_START?a("div",[a("AppForm",{attrs:{id:"uanatacaQesSignatureForm",schema:t.schema,"on-submit":t.startSigning,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1):t.step===t.STEP_CONFIRM?a("div",[a("AppForm",{attrs:{id:"uanatacaQesSignatureConfirmationForm",schema:t.confirmationFormSchema,"on-submit":t.confirm,errors:t.fieldErrors},model:{value:t.confirmationFormValue,callback:function(e){t.confirmationFormValue=e},expression:"confirmationFormValue"}})],1):t._e()])},hf=[],vf={name:"SignatureUanatacaQes",components:{AppForm:Sl,SubLoader:Vu},data:function(){return{fieldErrors:{},signingProcess:{},step:null}},computed:{inputValues:function(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing:function(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig:function(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema:function(){return[{type:"text",name:"username",label:this.$t("username"),validation:["required"]},{type:"password",name:"password",label:this.$t("password"),validation:["required"]},{type:"password",name:"pin",label:this.$t("pin"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get:function(){var t,e,a;return{username:null!==(t=this.inputValues.username)&&void 0!==t?t:"",password:null!==(e=this.inputValues.password)&&void 0!==e?e:"",pin:null!==(a=this.inputValues.pin)&&void 0!==a?a:""}},set:function(t){this.updateInputValues(t)}},confirmationFormSchema:function(){return[{type:"password",name:"confirmationCode",label:this.$t("your-sms-otp-code"),validation:["required"]},{type:"submit",label:this.$t("confirm")}]},confirmationFormValue:{get:function(){return{confirmationCode:this.inputValues.confirmationCode}},set:function(t){this.updateInputValues(t)}}},created:function(){this.STEP_START="STEP_START",this.STEP_CONFIRM="STEP_CONFIRM",this.step=this.STEP_START},methods:{updateInputValues:function(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart:function(){this.$root.$options.storeActions.loadingStart()},loadingEnd:function(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage:function(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages:function(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing:function(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing:function(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors:function(){this.fieldErrors={}},cancel:function(){var t=this.signingProcess.cancel;t&&t()},startSigning:function(){var t=this;this.loadingStart(),this.clearFlashMessages(),this.clearErrors();var e=d({},this.formValue),a=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.uanatacaQesSignature.start(d(d({},e),{},{started:function(e){e.data&&e.data.token&&(t.loadingEnd(),t.step=t.STEP_CONFIRM)},confirmationCodeRequest:function(e,a){t.resolveConfirmation=a},fail:function(e){e.isCancel||t.addFlashMessage(e),t.fieldErrors=wl(e),t.$root.$options.eidEasyOnFail(e)},success:function(e){t.$root.$options.eidEasyOnSuccess(e)},finished:function(){t.step=t.STEP_START,t.updateInputValues({confirmationCode:""}),t.endSignatureProcessing(),t.loadingEnd()}},a))},confirm:function(){this.loadingStart(),this.resolveConfirmation(this.confirmationFormValue.confirmationCode)}}},gf=vf,mf=a("3db1");function yf(t){this["$style"]=mf["default"].locals||mf["default"]}var Mf=w(gf,pf,hf,!1,yf,null,null),bf=Mf.exports,Sf=Object.freeze({MethodSelection:yc,SmartIdAuth:Ll,MobileIdAuth:Ul,IdentificationFrejaId:Ql,IdentificationZealId:ou,SignatureSmartId:vu,SignatureMobileId:wu,SignatureFtn:Fu,SignatureOtp:ld,SignatureEvrotrust:md,SignatureDTrustSignMe:zd,SignatureChaveMovel:Td,SignatureFtnAdvancedFull:Yu,SignatureNoBankId:Vd,SignatureSpidQes:Zd,SignatureFrejaId:nf,SignatureAudkenni:ff,SignatureUanatacaQes:bf}),_f=Sf,wf={name:"AppLayout",components:d({AppFooter:I,AppHeader:O,LoadingOverlay:rt,FlashMessages:yt,HeaderContentCountry:qt,HeaderContentSubView:fe},_f),computed:{currentView:function(){return this.$root.$options.storeGetters.currentView()},flashMessages:function(){return this.$root.$options.storeGetters.flashMessages()},isLoading:function(){return this.$root.$options.storeGetters.isLoading()},showCountrySelect:function(){return this.$root.$options.storeGetters.showCountrySelect()}}},Cf=wf,zf=a("9d7b");function If(t){this["$style"]=zf["default"].locals||zf["default"]}var xf=w(Cf,g,m,!1,If,null,null),Af=xf.exports,Ef=a("0ea0"),kf=a.n(Ef),Ff={name:"App",components:{AppLayout:Af},props:{language:{type:String,default:"en"},countryCode:{type:String,default:"EE"},clientId:{type:String,required:!0},docId:{type:String},redirectUri:{type:String,required:!1},sandbox:Boolean,translations:{type:Object,default:function(){return{}}},enabledMethods:{type:[Object,String,Number],default:function(){return{}},required:!0},enabledCountries:{type:[Array,String],default:function(){return"all"}},selectedMethod:{type:String},inputValues:{type:Object},modifyRequestSettings:{type:Function},formatFlashMessage:{type:Function},beforeMethodSelection:{type:Function,default:function(){}},onSuccess:{type:Function,default:function(){}},onFail:{type:Function,default:function(){}},apiEndpoints:{type:Object,required:!0},otpEmail:{type:String},otpPhone:{type:String},isOtpSent:{type:Boolean,default:!1},emailToken:{type:String},debug:{type:Boolean,default:!1},remoteMonitoringEnabled:{type:Boolean,default:!1},methodsConfigFilter:{type:Function},modifyEndpointUrl:{type:Function},oauthParamState:{type:String},showBackButton:{type:Boolean,default:!0},showCountrySelect:{type:Boolean,default:!0},mode:{type:String,default:null}},computed:{countryCodeFromStore:function(){return this.$root.$options.storeGetters.countryCode()},identificationMethods:function(){return this.$root.$options.storeGetters.identificationMethods()}},watch:{countryCodeFromStore:{handler:function(t){this.$root.$options.eidEasyClient.setCountryCode(t)},immediate:!0},language:{handler:function(t){this.$i18n.locale=t,this.$root.$options.eidEasyClient.setLanguage(t)},immediate:!0}},created:function(){var t=this.translations,e=this.$i18n;if(this.changeCountry(this.countryCode),this.changeMethods(this.enabledMethods),this.updateEnabledCountries(this.enabledCountries),this.inputValues){var a=d({},this.inputValues);a.phone&&(a.phone=v(a.phone)),this.updateInputValues(a)}t&&Object.keys(t).forEach((function(a){var n=e.messages[a]||{};e.setLocaleMessage(a,d(d({},n),t[a]))})),this.updateOtpEmail(this.otpEmail),this.updateOtpPhone(this.otpPhone),this.updateIsOtpSent(this.isOtpSent),this.updateEmailToken(this.emailToken),this.updateShowBackButton(this.showBackButton),this.updateShowCountrySelect(this.showCountrySelect),this.updateMode(this.mode),this.emailToken&&this.updateInputValues({email_token:this.emailToken}),this.debug&&(console.log("----------- Settings ----------"),console.log("language:",this.language),console.log("countryCode:",this.countryCode),console.log("clientId:",this.clientId),console.log("redirectUri:",this.redirectUri),console.log("sandbox:",this.sandbox),console.log("translations:",this.translations),console.log("enabledMethods:",this.enabledMethods),console.log("onSuccess:",this.onSuccess),console.log("onFail:",this.onFail),console.log("apiEndpoints:",this.apiEndpoints),console.log("oauthParamState:",this.oauthParamState),console.log("----------- /Settings ----------"))},mounted:function(){var t,e=this.countryCode.toUpperCase();if(this.selectedMethod?t=this.selectedMethod:(this.otpPhone||this.otpEmail)&&this.isOtpSent&&(t=Ef["methodActionTypes"].OTP_EMAIL),t||(e=this.getCountryFromLocalStorage()||e),t){this.selectMethod(t);var a=this.$root.$options.eidEasyMethodsConfig.methodsByActionType[t].supportedCountries;Array.isArray(a)&&!a.includes(e)&&(e=a[0].toUpperCase())}else(this.otpPhone||this.otpEmail)&&this.isOtpSent&&this.selectMethod(Ef["methodActionTypes"].OTP_EMAIL);this.changeCountry(e)},methods:{selectMethod:function(t){return this.$root.$options.storeActions.selectMethod(t)},changeCountry:function(t){return this.$root.$options.storeActions.changeCountry(t)},changeMethods:function(t){return this.$root.$options.storeActions.changeMethods(t)},updateEnabledCountries:function(t){return this.$root.$options.storeActions.updateEnabledCountries(t)},updateInputValues:function(t){return this.$root.$options.storeActions.updateInputValues(t)},updateOtpEmail:function(t){return this.$root.$options.storeActions.updateOtpEmail(t)},updateOtpPhone:function(t){return this.$root.$options.storeActions.updateOtpPhone(t)},updateIsOtpSent:function(t){return this.$root.$options.storeActions.updateIsOtpSent(t)},updateEmailToken:function(t){return this.$root.$options.storeActions.updateEmailToken(t)},updateShowBackButton:function(t){return this.$root.$options.storeActions.updateShowBackButton(t)},updateShowCountrySelect:function(t){return this.$root.$options.storeActions.updateShowCountrySelect(t)},updateMode:function(t){return this.$root.$options.storeActions.updateMode(t)},getCountryFromLocalStorage:function(){var t=null;try{t=window.localStorage.getItem("eideasySelectedCountry")}catch(e){console.error(e)}return t}}},Bf=Ff,Tf=a("8d8d");function Of(t){this["$style"]=Tf["default"].locals||Tf["default"]}var Df=w(Bf,o,c,!1,Of,null,null),Nf=Df.exports;function Lf(t,e){return t.__proto__=e,t}
18
18
  /**
19
19
  * vue-custom-element v3.2.14
20
20
  * (c) 2020 Karol Fabjańczuk