1065 lines
407 KiB
JavaScript
1065 lines
407 KiB
JavaScript
|
|
(function(){"use strict";var Ii,Fi,Bi;var Ls={exports:{}},hr={},Ps={exports:{}},xe={};/**
|
|||
|
|
* @license React
|
|||
|
|
* react.production.min.js
|
|||
|
|
*
|
|||
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
|
*
|
|||
|
|
* This source code is licensed under the MIT license found in the
|
|||
|
|
* LICENSE file in the root directory of this source tree.
|
|||
|
|
*/var Ao;function ku(){if(Ao)return xe;Ao=1;var o=Symbol.for("react.element"),i=Symbol.for("react.portal"),c=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),d=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),m=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),v=Symbol.for("react.suspense"),w=Symbol.for("react.memo"),x=Symbol.for("react.lazy"),S=Symbol.iterator;function L(k){return k===null||typeof k!="object"?null:(k=S&&k[S]||k["@@iterator"],typeof k=="function"?k:null)}var z={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},C=Object.assign,P={};function N(k,M,de){this.props=k,this.context=M,this.refs=P,this.updater=de||z}N.prototype.isReactComponent={},N.prototype.setState=function(k,M){if(typeof k!="object"&&typeof k!="function"&&k!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,k,M,"setState")},N.prototype.forceUpdate=function(k){this.updater.enqueueForceUpdate(this,k,"forceUpdate")};function D(){}D.prototype=N.prototype;function I(k,M,de){this.props=k,this.context=M,this.refs=P,this.updater=de||z}var A=I.prototype=new D;A.constructor=I,C(A,N.prototype),A.isPureReactComponent=!0;var W=Array.isArray,$=Object.prototype.hasOwnProperty,O={current:null},K={key:!0,ref:!0,__self:!0,__source:!0};function Q(k,M,de){var he,oe={},fe=null,Y=null;if(M!=null)for(he in M.ref!==void 0&&(Y=M.ref),M.key!==void 0&&(fe=""+M.key),M)$.call(M,he)&&!K.hasOwnProperty(he)&&(oe[he]=M[he]);var ve=arguments.length-2;if(ve===1)oe.children=de;else if(1<ve){for(var je=Array(ve),Je=0;Je<ve;Je++)je[Je]=arguments[Je+2];oe.children=je}if(k&&k.defaultProps)for(he in ve=k.defaultProps,ve)oe[he]===void 0&&(oe[he]=ve[he]);return{$$typeof:o,type:k,key:fe,ref:Y,props:oe,_owner:O.current}}function Z(k,M){return{$$typeof:o,type:k.type,key:M,ref:k.ref,props:k.props,_owner:k._owner}}function T(k){return typeof k=="object"&&k!==null&&k.$$typeof===o}function J(k){var M={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(de){return M[de]})}var me=/\/+/g;function te(k,M){return typeof k=="object"&&k!==null&&k.key!=null?J(""+k.key):M.toString(36)}function ee(k,M,de,he,oe){var fe=typeof k;(fe==="undefined"||fe==="boolean")&&(k=null);var Y=!1;if(k===null)Y=!0;else switch(fe){case"string":case"number":Y=!0;break;case"object":switch(k.$$typeof){case o:case i:Y=!0}}if(Y)return Y=k,oe=oe(Y),k=he===""?"."+te(Y,0):he,W(oe)?(de="",k!=null&&(de=k.replace(me,"$&/")+"/"),ee(oe,M,de,"",function(Je){return Je})):oe!=null&&(T(oe)&&(oe=Z(oe,de+(!oe.key||Y&&Y.key===oe.key?"":(""+oe.key).replace(me,"$&/")+"/")+k)),M.push(oe)),1;if(Y=0,he=he===""?".":he+":",W(k))for(var ve=0;ve<k.length;ve++){fe=k[ve];var je=he+te(fe,ve);Y+=ee(fe,M,de,je,oe)}else if(je=L(k),typeof je=="function")for(k=je.call(k),ve=0;!(fe=k.next()).done;)fe=fe.value,je=he+te(fe,ve++),Y+=ee(fe,M,de,je,oe);else if(fe==="object")throw M=String(k),Error("Objects are not valid as a React child (found: "+(M==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":M)+"). If you meant to render a collection of children, use an array instead.");return Y}function ie(k,M,de){if(k==null)return k;var he=[],oe=0;return ee(k,he,"","",function(fe){return M.call(de,fe,oe++)}),he}function ge(k){if(k._status===-1){var M=k._result;M=M(),M.then(function(de){(k._status===0||k._status===-1)&&(k._status=1,k._result=de)},function(de){(k._status===0||k._status===-1)&&(k._status=2,k._result=de)}),k._status===-1&&(k._status=0,k._result=M)}if(k._status===1)return k._result.default;throw k._result}var _e={current:null},V={transition:null},ae={ReactCurrentDispatcher:_e,ReactCurrentBatchConfig:V,ReactCurrentOwner:O};function q(){throw Error("act(...) is not supported in production builds of React.")}return xe.Children={map:ie,forEach:function(k,M,de){ie(k,function(){M.apply(this,arguments)},de)},count:function(k){var M=0;return ie(k,function(){M++}),M},toArray:function(k){return ie(k,function(M)
|
|||
|
|
* @license React
|
|||
|
|
* react-jsx-runtime.production.min.js
|
|||
|
|
*
|
|||
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
|
*
|
|||
|
|
* This source code is licensed under the MIT license found in the
|
|||
|
|
* LICENSE file in the root directory of this source tree.
|
|||
|
|
*/var Io;function Nu(){if(Io)return hr;Io=1;var o=Es(),i=Symbol.for("react.element"),c=Symbol.for("react.fragment"),p=Object.prototype.hasOwnProperty,d=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,g={key:!0,ref:!0,__self:!0,__source:!0};function m(f,v,w){var x,S={},L=null,z=null;w!==void 0&&(L=""+w),v.key!==void 0&&(L=""+v.key),v.ref!==void 0&&(z=v.ref);for(x in v)p.call(v,x)&&!g.hasOwnProperty(x)&&(S[x]=v[x]);if(f&&f.defaultProps)for(x in v=f.defaultProps,v)S[x]===void 0&&(S[x]=v[x]);return{$$typeof:i,type:f,key:L,ref:z,props:S,_owner:d.current}}return hr.Fragment=c,hr.jsx=m,hr.jsxs=m,hr}var Fo;function Su(){return Fo||(Fo=1,Ls.exports=Nu()),Ls.exports}var t=Su(),cl={},Ds={exports:{}},tn={},Ts={exports:{}},Rs={};/**
|
|||
|
|
* @license React
|
|||
|
|
* scheduler.production.min.js
|
|||
|
|
*
|
|||
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
|
*
|
|||
|
|
* This source code is licensed under the MIT license found in the
|
|||
|
|
* LICENSE file in the root directory of this source tree.
|
|||
|
|
*/var Bo;function Cu(){return Bo||(Bo=1,(function(o){function i(V,ae){var q=V.length;V.push(ae);e:for(;0<q;){var k=q-1>>>1,M=V[k];if(0<d(M,ae))V[k]=ae,V[q]=M,q=k;else break e}}function c(V){return V.length===0?null:V[0]}function p(V){if(V.length===0)return null;var ae=V[0],q=V.pop();if(q!==ae){V[0]=q;e:for(var k=0,M=V.length,de=M>>>1;k<de;){var he=2*(k+1)-1,oe=V[he],fe=he+1,Y=V[fe];if(0>d(oe,q))fe<M&&0>d(Y,oe)?(V[k]=Y,V[fe]=q,k=fe):(V[k]=oe,V[he]=q,k=he);else if(fe<M&&0>d(Y,q))V[k]=Y,V[fe]=q,k=fe;else break e}}return ae}function d(V,ae){var q=V.sortIndex-ae.sortIndex;return q!==0?q:V.id-ae.id}if(typeof performance=="object"&&typeof performance.now=="function"){var g=performance;o.unstable_now=function(){return g.now()}}else{var m=Date,f=m.now();o.unstable_now=function(){return m.now()-f}}var v=[],w=[],x=1,S=null,L=3,z=!1,C=!1,P=!1,N=typeof setTimeout=="function"?setTimeout:null,D=typeof clearTimeout=="function"?clearTimeout:null,I=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function A(V){for(var ae=c(w);ae!==null;){if(ae.callback===null)p(w);else if(ae.startTime<=V)p(w),ae.sortIndex=ae.expirationTime,i(v,ae);else break;ae=c(w)}}function W(V){if(P=!1,A(V),!C)if(c(v)!==null)C=!0,ge($);else{var ae=c(w);ae!==null&&_e(W,ae.startTime-V)}}function $(V,ae){C=!1,P&&(P=!1,D(Q),Q=-1),z=!0;var q=L;try{for(A(ae),S=c(v);S!==null&&(!(S.expirationTime>ae)||V&&!J());){var k=S.callback;if(typeof k=="function"){S.callback=null,L=S.priorityLevel;var M=k(S.expirationTime<=ae);ae=o.unstable_now(),typeof M=="function"?S.callback=M:S===c(v)&&p(v),A(ae)}else p(v);S=c(v)}if(S!==null)var de=!0;else{var he=c(w);he!==null&&_e(W,he.startTime-ae),de=!1}return de}finally{S=null,L=q,z=!1}}var O=!1,K=null,Q=-1,Z=5,T=-1;function J(){return!(o.unstable_now()-T<Z)}function me(){if(K!==null){var V=o.unstable_now();T=V;var ae=!0;try{ae=K(!0,V)}finally{ae?te():(O=!1,K=null)}}else O=!1}var te;if(typeof I=="function")te=function(){I(me)};else if(typeof MessageChannel<"u"){var ee=new MessageChannel,ie=ee.port2;ee.port1.onmessage=me,te=function(){ie.postMessage(null)}}else te=function(){N(me,0)};function ge(V){K=V,O||(O=!0,te())}function _e(V,ae){Q=N(function(){V(o.unstable_now())},ae)}o.unstable_IdlePriority=5,o.unstable_ImmediatePriority=1,o.unstable_LowPriority=4,o.unstable_NormalPriority=3,o.unstable_Profiling=null,o.unstable_UserBlockingPriority=2,o.unstable_cancelCallback=function(V){V.callback=null},o.unstable_continueExecution=function(){C||z||(C=!0,ge($))},o.unstable_forceFrameRate=function(V){0>V||125<V?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Z=0<V?Math.floor(1e3/V):5},o.unstable_getCurrentPriorityLevel=function(){return L},o.unstable_getFirstCallbackNode=function(){return c(v)},o.unstable_next=function(V){switch(L){case 1:case 2:case 3:var ae=3;break;default:ae=L}var q=L;L=ae;try{return V()}finally{L=q}},o.unstable_pauseExecution=function(){},o.unstable_requestPaint=function(){},o.unstable_runWithPriority=function(V,ae){switch(V){case 1:case 2:case 3:case 4:case 5:break;default:V=3}var q=L;L=V;try{return ae()}finally{L=q}},o.unstable_scheduleCallback=function(V,ae,q){var k=o.unstable_now();switch(typeof q=="object"&&q!==null?(q=q.delay,q=typeof q=="number"&&0<q?k+q:k):q=k,V){case 1:var M=-1;break;case 2:M=250;break;case 5:M=1073741823;break;case 4:M=1e4;break;default:M=5e3}return M=q+M,V={id:x++,callback:ae,priorityLevel:V,startTime:q,expirationTime:M,sortIndex:-1},q>k?(V.sortIndex=q,i(w,V),c(v)===null&&V===c(w)&&(P?(D(Q),Q=-1):P=!0,_e(W,q-k))):(V.sortIndex=M,i(v,V),C||z||(C=!0,ge($))),V},o.unstable_shouldYield=J,o.unstable_wrapCallback=function(V){var ae=L;return function(){var q=L;L=ae;try{return V.apply(this,arguments)}finally{L=q}}}})(Rs)),Rs}var Oo;function bu(){return Oo||(Oo=1,Ts.exports=Cu()),Ts.exports}/**
|
|||
|
|
* @license React
|
|||
|
|
* react-dom.production.min.js
|
|||
|
|
*
|
|||
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|||
|
|
*
|
|||
|
|
* This source code is licensed under the MIT license found in the
|
|||
|
|
* LICENSE file in the root directory of this source tree.
|
|||
|
|
*/var Uo;function Lu(){if(Uo)return tn;Uo=1;var o=Es(),i=bu();function c(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)n+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var p=new Set,d={};function g(e,n){m(e,n),m(e+"Capture",n)}function m(e,n){for(d[e]=n,e=0;e<n.length;e++)p.add(n[e])}var f=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),v=Object.prototype.hasOwnProperty,w=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,x={},S={};function L(e){return v.call(S,e)?!0:v.call(x,e)?!1:w.test(e)?S[e]=!0:(x[e]=!0,!1)}function z(e,n,r,l){if(r!==null&&r.type===0)return!1;switch(typeof n){case"function":case"symbol":return!0;case"boolean":return l?!1:r!==null?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function C(e,n,r,l){if(n===null||typeof n>"u"||z(e,n,r,l))return!0;if(l)return!1;if(r!==null)switch(r.type){case 3:return!n;case 4:return n===!1;case 5:return isNaN(n);case 6:return isNaN(n)||1>n}return!1}function P(e,n,r,l,s,a,u){this.acceptsBooleans=n===2||n===3||n===4,this.attributeName=l,this.attributeNamespace=s,this.mustUseProperty=r,this.propertyName=e,this.type=n,this.sanitizeURL=a,this.removeEmptyString=u}var N={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){N[e]=new P(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var n=e[0];N[n]=new P(n,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){N[e]=new P(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){N[e]=new P(e,2,!1,e,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){N[e]=new P(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){N[e]=new P(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){N[e]=new P(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){N[e]=new P(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){N[e]=new P(e,5,!1,e.toLowerCase(),null,!1,!1)});var D=/[\-:]([a-z])/g;function I(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x
|
|||
|
|
`+k+e}var de=!1;function he(e,n){if(!e||de)return"";de=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(n)if(n=function(){throw Error()},Object.defineProperty(n.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(n,[])}catch(R){var l=R}Reflect.construct(e,[],n)}else{try{n.call()}catch(R){l=R}e.call(n.prototype)}else{try{throw Error()}catch(R){l=R}e()}}catch(R){if(R&&l&&typeof R.stack=="string"){for(var s=R.stack.split(`
|
|||
|
|
`),a=l.stack.split(`
|
|||
|
|
`),u=s.length-1,h=a.length-1;1<=u&&0<=h&&s[u]!==a[h];)h--;for(;1<=u&&0<=h;u--,h--)if(s[u]!==a[h]){if(u!==1||h!==1)do if(u--,h--,0>h||s[u]!==a[h]){var y=`
|
|||
|
|
`+s[u].replace(" at new "," at ");return e.displayName&&y.includes("<anonymous>")&&(y=y.replace("<anonymous>",e.displayName)),y}while(1<=u&&0<=h);break}}}finally{de=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?M(e):""}function oe(e){switch(e.tag){case 5:return M(e.type);case 16:return M("Lazy");case 13:return M("Suspense");case 19:return M("SuspenseList");case 0:case 2:case 15:return e=he(e.type,!1),e;case 11:return e=he(e.type.render,!1),e;case 1:return e=he(e.type,!0),e;default:return""}}function fe(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case K:return"Fragment";case O:return"Portal";case Z:return"Profiler";case Q:return"StrictMode";case te:return"Suspense";case ee:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case J:return(e.displayName||"Context")+".Consumer";case T:return(e._context.displayName||"Context")+".Provider";case me:var n=e.render;return e=e.displayName,e||(e=n.displayName||n.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case ie:return n=e.displayName||null,n!==null?n:fe(e.type)||"Memo";case ge:n=e._payload,e=e._init;try{return fe(e(n))}catch{}}return null}function Y(e){var n=e.type;switch(e.tag){case 24:return"Cache";case 9:return(n.displayName||"Context")+".Consumer";case 10:return(n._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=n.render,e=e.displayName||e.name||"",n.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return n;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return fe(n);case 8:return n===Q?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n}return null}function ve(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function je(e){var n=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(n==="checkbox"||n==="radio")}function Je(e){var n=je(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,n),l=""+e[n];if(!e.hasOwnProperty(n)&&typeof r<"u"&&typeof r.get=="function"&&typeof r.set=="function"){var s=r.get,a=r.set;return Object.defineProperty(e,n,{configurable:!0,get:function(){return s.call(this)},set:function(u){l=""+u,a.call(this,u)}}),Object.defineProperty(e,n,{enumerable:r.enumerable}),{getValue:function(){return l},setValue:function(u){l=""+u},stopTracking:function(){e._valueTracker=null,delete e[n]}}}}function Dn(e){e._valueTracker||(e._valueTracker=Je(e))}function vl(e){if(!e)return!1;var n=e._valueTracker;if(!n)return!0;var r=n.getValue(),l="";return e&&(l=je(e)?e.checked?"true":"false":e.value),e=l,e!==r?(n.setValue(e),!0):!1}function kn(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function _r(e,n){var r=n.checked;return q({},n,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function yl(e,n){var r=n.defaultValue==null?"":n.defaultValue,l=n.checked!=null?n.checked:n.defaultChecked;r=ve(n.value!=null?n.value:r),e._wrapperState={initialChecked:l,initialValue:r,controlled:n.type==="checkbox"||n.type==="radio"?n.checked!=null:n.value!=null}}function xr(e,n){n=n.checked,n!=null&&A(e,"checked",n,!1)}function Ft(e,n){xr(e,n);var r=ve(n.value),l=n.type;if(r!=null)l==="number"?(r===0&&e.value===""||e.value!=r)&&(e.value=""+r):e.value!==""+r&&(e.value=""+r);else if(l==="submit"||l==="reset"){e.removeAttribute("value");return}n.hasOwnProperty("value")?Bt(e,n.type,r):n.hasOwnProperty("defaultValue")&&Bt(e,n.type,ve(n.defaultValue)),n.checked==null&&n.defaultChecked!=null&&(e.defaultChecked=!!n.defaultChecked)}function jr(e,n,r){if(n.hasOwnProperty("value")||n.hasOwnP
|
|||
|
|
`).replace(J3,"")}function Ul(e,n,r){if(n=$c(n),$c(e)!==n&&r)throw Error(c(425))}function $l(){}var Sa=null,Ca=null;function ba(e,n){return e==="textarea"||e==="noscript"||typeof n.children=="string"||typeof n.children=="number"||typeof n.dangerouslySetInnerHTML=="object"&&n.dangerouslySetInnerHTML!==null&&n.dangerouslySetInnerHTML.__html!=null}var La=typeof setTimeout=="function"?setTimeout:void 0,e0=typeof clearTimeout=="function"?clearTimeout:void 0,Wc=typeof Promise=="function"?Promise:void 0,n0=typeof queueMicrotask=="function"?queueMicrotask:typeof Wc<"u"?function(e){return Wc.resolve(null).then(e).catch(t0)}:La;function t0(e){setTimeout(function(){throw e})}function Pa(e,n){var r=n,l=0;do{var s=r.nextSibling;if(e.removeChild(r),s&&s.nodeType===8)if(r=s.data,r==="/$"){if(l===0){e.removeChild(s),Mr(n);return}l--}else r!=="$"&&r!=="$?"&&r!=="$!"||l++;r=s}while(r);Mr(n)}function lt(e){for(;e!=null;e=e.nextSibling){var n=e.nodeType;if(n===1||n===3)break;if(n===8){if(n=e.data,n==="$"||n==="$!"||n==="$?")break;if(n==="/$")return null}}return e}function Gc(e){e=e.previousSibling;for(var n=0;e;){if(e.nodeType===8){var r=e.data;if(r==="$"||r==="$!"||r==="$?"){if(n===0)return e;n--}else r==="/$"&&n++}e=e.previousSibling}return null}var Xt=Math.random().toString(36).slice(2),Rn="__reactFiber$"+Xt,Kr="__reactProps$"+Xt,On="__reactContainer$"+Xt,Ea="__reactEvents$"+Xt,r0="__reactListeners$"+Xt,l0="__reactHandles$"+Xt;function Nt(e){var n=e[Rn];if(n)return n;for(var r=e.parentNode;r;){if(n=r[On]||r[Rn]){if(r=n.alternate,n.child!==null||r!==null&&r.child!==null)for(e=Gc(e);e!==null;){if(r=e[Rn])return r;e=Gc(e)}return n}e=r,r=e.parentNode}return null}function Qr(e){return e=e[Rn]||e[On],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Jt(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(c(33))}function Wl(e){return e[Kr]||null}var Da=[],er=-1;function st(e){return{current:e}}function Ee(e){0>er||(e.current=Da[er],Da[er]=null,er--)}function Le(e,n){er++,Da[er]=e.current,e.current=n}var at={},Ye=st(at),rn=st(!1),St=at;function nr(e,n){var r=e.type.contextTypes;if(!r)return at;var l=e.stateNode;if(l&&l.__reactInternalMemoizedUnmaskedChildContext===n)return l.__reactInternalMemoizedMaskedChildContext;var s={},a;for(a in r)s[a]=n[a];return l&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=n,e.__reactInternalMemoizedMaskedChildContext=s),s}function ln(e){return e=e.childContextTypes,e!=null}function Gl(){Ee(rn),Ee(Ye)}function Hc(e,n,r){if(Ye.current!==at)throw Error(c(168));Le(Ye,n),Le(rn,r)}function Vc(e,n,r){var l=e.stateNode;if(n=n.childContextTypes,typeof l.getChildContext!="function")return r;l=l.getChildContext();for(var s in l)if(!(s in n))throw Error(c(108,Y(e)||"Unknown",s));return q({},r,l)}function Hl(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||at,St=Ye.current,Le(Ye,e),Le(rn,rn.current),!0}function Kc(e,n,r){var l=e.stateNode;if(!l)throw Error(c(169));r?(e=Vc(e,n,St),l.__reactInternalMemoizedMergedChildContext=e,Ee(rn),Ee(Ye),Le(Ye,e)):Ee(rn),Le(rn,r)}var Un=null,Vl=!1,Ta=!1;function Qc(e){Un===null?Un=[e]:Un.push(e)}function s0(e){Vl=!0,Qc(e)}function ot(){if(!Ta&&Un!==null){Ta=!0;var e=0,n=Ce;try{var r=Un;for(Ce=1;e<r.length;e++){var l=r[e];do l=l(!0);while(l!==null)}Un=null,Vl=!1}catch(s){throw Un!==null&&(Un=Un.slice(e+1)),qi(ea,ot),s}finally{Ce=n,Ta=!1}}return null}var tr=[],rr=0,Kl=null,Ql=0,gn=[],vn=0,Ct=null,$n=1,Wn="";function bt(e,n){tr[rr++]=Ql,tr[rr++]=Kl,Kl=e,Ql=n}function Yc(e,n,r){gn[vn++]=$n,gn[vn++]=Wn,gn[vn++]=Ct,Ct=e;var l=$n;e=Wn;var s=32-Nn(l)-1;l&=~(1<<s),r+=1;var a=32-Nn(n)+s;if(30<a){var u=s-s%5;a=(l&(1<<u)-1).toString(32),l>>=u,s-=u,$n=1<<32-Nn(n)+s|r<<s|l,Wn=a+e}else $n=1<<a|r<<s|l,Wn=e}function Ra(e){e.return!==null&&(bt(e,1),Yc(e,1,0))}function za(e){for(;e===Kl;)Kl=tr[--rr],tr[rr]=null,Ql=tr[--rr],tr[rr]=null;for(;e===Ct;)Ct=gn[--vn],gn[vn]=null,Wn=gn[--vn],gn[vn]=null,$n=gn[--vn],gn[vn]=null}var fn=null,hn=null,De=!1,Cn=null;function qc(e,n){var r=jn(5,null,null,0);r.elementType="DELETED",r.stateNode=n,r.return=e,n=e.deletions
|
|||
|
|
Error generating stack: `+a.message+`
|
|||
|
|
`+a.stack}return{value:e,source:n,stack:s,digest:null}}function lo(e,n,r){return{value:e,source:null,stack:r??null,digest:n??null}}function so(e,n){try{console.error(n.value)}catch(r){setTimeout(function(){throw r})}}var h0=typeof WeakMap=="function"?WeakMap:Map;function T1(e,n,r){r=Hn(-1,r),r.tag=3,r.payload={element:null};var l=n.value;return r.callback=function(){hs||(hs=!0,jo=l),so(e,n)},r}function R1(e,n,r){r=Hn(-1,r),r.tag=3;var l=e.type.getDerivedStateFromError;if(typeof l=="function"){var s=n.value;r.payload=function(){return l(s)},r.callback=function(){so(e,n)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(r.callback=function(){so(e,n),typeof l!="function"&&(dt===null?dt=new Set([this]):dt.add(this));var u=n.stack;this.componentDidCatch(n.value,{componentStack:u!==null?u:""})}),r}function z1(e,n,r){var l=e.pingCache;if(l===null){l=e.pingCache=new h0;var s=new Set;l.set(n,s)}else s=l.get(n),s===void 0&&(s=new Set,l.set(n,s));s.has(r)||(s.add(r),e=L0.bind(null,e,n,r),n.then(e,e))}function A1(e){do{var n;if((n=e.tag===13)&&(n=e.memoizedState,n=n!==null?n.dehydrated!==null:!0),n)return e;e=e.return}while(e!==null);return null}function M1(e,n,r,l,s){return(e.mode&1)===0?(e===n?e.flags|=65536:(e.flags|=128,r.flags|=131072,r.flags&=-52805,r.tag===1&&(r.alternate===null?r.tag=17:(n=Hn(-1,1),n.tag=2,ct(r,n,1))),r.lanes|=1),e):(e.flags|=65536,e.lanes=s,e)}var m0=W.ReactCurrentOwner,sn=!1;function en(e,n,r,l){n.child=e===null?t1(n,null,r,l):sr(n,e.child,r,l)}function I1(e,n,r,l,s){r=r.render;var a=n.ref;return or(n,s),l=qa(e,n,r,l,a,s),r=Za(),e!==null&&!sn?(n.updateQueue=e.updateQueue,n.flags&=-2053,e.lanes&=~s,Vn(e,n,s)):(De&&r&&Ra(n),n.flags|=1,en(e,n,l,s),n.child)}function F1(e,n,r,l,s){if(e===null){var a=r.type;return typeof a=="function"&&!Lo(a)&&a.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(n.tag=15,n.type=a,B1(e,n,a,l,s)):(e=xs(r.type,null,l,n,n.mode,s),e.ref=n.ref,e.return=n,n.child=e)}if(a=e.child,(e.lanes&s)===0){var u=a.memoizedProps;if(r=r.compare,r=r!==null?r:$r,r(u,l)&&e.ref===n.ref)return Vn(e,n,s)}return n.flags|=1,e=mt(a,l),e.ref=n.ref,e.return=n,n.child=e}function B1(e,n,r,l,s){if(e!==null){var a=e.memoizedProps;if($r(a,l)&&e.ref===n.ref)if(sn=!1,n.pendingProps=l=a,(e.lanes&s)!==0)(e.flags&131072)!==0&&(sn=!0);else return n.lanes=e.lanes,Vn(e,n,s)}return ao(e,n,r,l,s)}function O1(e,n,r){var l=n.pendingProps,s=l.children,a=e!==null?e.memoizedState:null;if(l.mode==="hidden")if((n.mode&1)===0)n.memoizedState={baseLanes:0,cachePool:null,transitions:null},Le(dr,mn),mn|=r;else{if((r&1073741824)===0)return e=a!==null?a.baseLanes|r:r,n.lanes=n.childLanes=1073741824,n.memoizedState={baseLanes:e,cachePool:null,transitions:null},n.updateQueue=null,Le(dr,mn),mn|=e,null;n.memoizedState={baseLanes:0,cachePool:null,transitions:null},l=a!==null?a.baseLanes:r,Le(dr,mn),mn|=l}else a!==null?(l=a.baseLanes|r,n.memoizedState=null):l=r,Le(dr,mn),mn|=l;return en(e,n,s,r),n.child}function U1(e,n){var r=n.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(n.flags|=512,n.flags|=2097152)}function ao(e,n,r,l,s){var a=ln(r)?St:Ye.current;return a=nr(n,a),or(n,s),r=qa(e,n,r,l,a,s),l=Za(),e!==null&&!sn?(n.updateQueue=e.updateQueue,n.flags&=-2053,e.lanes&=~s,Vn(e,n,s)):(De&&l&&Ra(n),n.flags|=1,en(e,n,r,s),n.child)}function $1(e,n,r,l,s){if(ln(r)){var a=!0;Hl(n)}else a=!1;if(or(n,s),n.stateNode===null)cs(e,n),E1(n,r,l),ro(n,r,l,s),l=!0;else if(e===null){var u=n.stateNode,h=n.memoizedProps;u.props=h;var y=u.context,R=r.contextType;typeof R=="object"&&R!==null?R=yn(R):(R=ln(r)?St:Ye.current,R=nr(n,R));var B=r.getDerivedStateFromProps,U=typeof B=="function"||typeof u.getSnapshotBeforeUpdate=="function";U||typeof u.UNSAFE_componentWillReceiveProps!="function"&&typeof u.componentWillReceiveProps!="function"||(h!==l||y!==R)&&D1(n,u,l,R),it=!1;var F=n.memoizedState;u.state=F,es(n,l,u,s),y=n.memoizedState,h!==l||F!==y||rn.current||it?(typeof B=="function"&&(to(n,r,B,l),y=n.memoizedState),(h=it||P1(n,r,h,l,F,y,R))?(U||typeof u.UNSAFE_componentWillMount!="function"&&typeof u.componentWillMount!="fu
|
|||
|
|
width="100%" height="100%" viewBox="0 0 1024.000000 1024.000000"
|
|||
|
|
preserveAspectRatio="xMidYMid meet">
|
|||
|
|
<metadata>
|
|||
|
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
|||
|
|
</metadata>
|
|||
|
|
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
|||
|
|
fill="rgba(32,193,158,0.15)" stroke="none">
|
|||
|
|
<path d="M9767 8370 l-55 -50 -25 20 c-25 20 -26 20 -36 2 -26 -48 -43 -197
|
|||
|
|
-36 -309 5 -92 4 -117 -10 -142 -10 -21 -14 -43 -9 -65 9 -49 -3 -76 -40 -91
|
|||
|
|
-37 -16 -52 -31 -57 -59 -5 -24 -97 -65 -358 -160 -101 -37 -195 -74 -208 -83
|
|||
|
|
-32 -21 -71 -89 -93 -164 -11 -34 -33 -79 -50 -100 -16 -21 -30 -40 -30 -43 0
|
|||
|
|
-3 18 -9 40 -12 43 -7 51 -26 28 -64 -10 -16 -9 -23 11 -43 l22 -25 -33 -31
|
|||
|
|
c-18 -18 -75 -53 -125 -77 -73 -36 -105 -46 -151 -48 -43 -2 -74 -11 -120 -36
|
|||
|
|
-37 -19 -59 -37 -55 -44 3 -6 19 -28 35 -48 21 -27 27 -44 23 -59 -11 -33
|
|||
|
|
-204 -228 -265 -267 -30 -20 -86 -65 -125 -102 -70 -67 -186 -143 -238 -156
|
|||
|
|
-18 -4 -34 -1 -45 8 -9 9 -35 18 -56 21 -22 4 -46 13 -54 21 -13 13 -13 18 2
|
|||
|
|
41 11 17 21 60 26 113 10 107 15 120 49 129 55 13 54 50 -4 168 -77 156 -96
|
|||
|
|
165 -162 74 -54 -76 -84 -86 -98 -32 -4 19 0 35 16 56 25 34 49 116 49 168 0
|
|||
|
|
21 -8 47 -20 62 -11 14 -20 38 -20 54 0 28 -3 30 -92 57 -51 15 -106 32 -122
|
|||
|
|
36 -33 11 -60 0 -77 -32 -9 -17 -8 -23 6 -31 17 -9 17 -11 -3 -26 -17 -12 -23
|
|||
|
|
-29 -25 -73 -2 -32 -7 -61 -11 -65 -10 -10 -39 10 -52 35 -10 20 -13 19 -49
|
|||
|
|
-29 l-39 -51 0 -138 c-1 -125 1 -141 20 -167 60 -81 75 -165 50 -283 -23 -107
|
|||
|
|
-61 -178 -110 -203 -35 -18 -41 -19 -65 -6 -47 27 -83 100 -91 187 -4 42 -17
|
|||
|
|
110 -30 150 -19 62 -21 80 -12 115 6 23 13 85 16 137 3 68 12 115 30 166 14
|
|||
|
|
39 26 77 26 84 0 23 -29 -10 -61 -71 -33 -61 -65 -97 -76 -85 -16 15 28 174
|
|||
|
|
74 266 26 52 48 97 50 99 1 2 9 -2 17 -8 10 -8 16 -9 21 -1 9 14 45 13 45 -2
|
|||
|
|
0 -7 10 -1 23 13 12 14 51 48 86 74 70 52 66 51 179 19 19 -5 22 -3 22 21 0
|
|||
|
|
23 3 25 23 19 63 -21 84 -1 33 34 -30 21 -37 22 -78 11 -38 -11 -48 -10 -71 6
|
|||
|
|
-19 12 -27 26 -27 45 l0 28 -81 -31 c-49 -19 -99 -47 -125 -70 -41 -36 -48
|
|||
|
|
-39 -87 -33 -23 3 -79 25 -125 48 -70 36 -86 40 -102 30 -31 -19 -40 -14 -40
|
|||
|
|
20 0 24 10 41 47 77 27 25 42 46 35 49 -32 10 -91 -26 -183 -114 -54 -52 -103
|
|||
|
|
-94 -110 -94 -7 0 -28 -14 -46 -32 -29 -28 -41 -33 -98 -36 l-65 -4 0 31 c0
|
|||
|
|
37 -4 37 -72 11 -50 -19 -128 -27 -128 -14 0 3 23 32 52 63 28 31 66 79 84
|
|||
|
|
106 44 68 77 97 159 138 l70 35 -47 7 c-27 4 -63 4 -82 1 -19 -4 -45 -1 -60 5
|
|||
|
|
-21 10 -33 9 -63 -5 -37 -16 -39 -16 -108 13 -44 19 -74 26 -80 20 -16 -16
|
|||
|
|
-24 -10 -40 27 -11 28 -19 35 -32 30 -10 -4 -49 -11 -88 -16 -59 -7 -73 -6
|
|||
|
|
-88 8 -12 10 -42 18 -83 20 l-65 4 -29 52 c-50 88 -46 85 -63 43 -10 -23 -26
|
|||
|
|
-41 -42 -47 -74 -28 -1122 -43 -1470 -21 -998 62 -1967 243 -2867 534 -76 25
|
|||
|
|
-138 43 -138 40 0 -2 11 -21 25 -41 29 -43 30 -50 9 -73 -15 -17 -15 -22 0
|
|||
|
|
-65 22 -64 20 -83 -9 -110 -17 -16 -25 -34 -25 -57 0 -18 -6 -40 -12 -49 -15
|
|||
|
|
-18 -66 -52 -90 -61 -23 -8 -58 28 -58 59 0 20 6 23 41 26 56 4 74 31 40 59
|
|||
|
|
l-24 20 23 24 c23 24 23 25 4 46 -10 11 -60 40 -110 64 -50 24 -104 55 -121
|
|||
|
|
69 l-31 26 -11 -28 c-9 -21 -9 -50 -2 -113 6 -46 11 -109 11 -140 0 -37 5 -59
|
|||
|
|
13 -62 8 -3 6 -9 -8 -20 -20 -15 -20 -16 -1 -47 18 -32 18 -32 -3 -61 -27 -36
|
|||
|
|
-26 -43 4 -63 35 -23 31 -34 -11 -38 -37 -3 -37 -4 -59 -78 -12 -41 -35 -102
|
|||
|
|
-52 -135 -17 -33 -45 -97 -62 -142 -18 -44 -54 -118 -82 -164 -107 -178 -116
|
|||
|
|
-206 -139 -418 -4 -41 -5 -91 -3 -112 9 -61 -25 -164 -70 -215 -54 -62 -58
|
|||
|
|
-97 -17 -186 l33 -72 -18 -111 c-21 -128 -17 -160 27 -242 28 -52 30 -62 20
|
|||
|
|
-97 -13 -49 -1 -82 33 -98 20 -9 28 -8 44 6 17 16 19 16 25 -6 3 -13 6 -38 6
|
|||
|
|
-57 0 -25 -4 -32 -14 -28 -11 5 -17 -5 -22 -38 -10 -72 1 -107 51 -154 25 -23
|
|||
|
|
45 -45 45 -49 0 -4 -11 -25 -25 -46 l-24 -39 28 -56 c16 -31 32 -75 36 -98 3
|
|||
|
|
-23 19 -60 35 -81 16 -22 40 -69 55 -106 23 -58 25 -74 19 -135 l-6 -70 33
|
|||
|
|
-20 c19 -12 60 -28 92 -37 50 -15 65 -25 119 -86 36 -41 81 -79 109 -93 32
|
|||
|
|
-17 49 -32 51 -47 2 -12 19 -32 38 -45 70 -44 86 -62 119 -128 21 -44 33 -85
|
|||
|
|
34 -116 1 -28 7 -51 15 -53 6 -3 12 -16 12 -30 0 -29 -17 -24 265 -71 149 -25
|
|||
|
|
212 -39 218 -50 11 -20 78 -63 311 -197 105 -61 220 -132 256 -158 36 -26 83
|
|||
|
|
-57 105 -68 52 -25 195 -58 315 -71 177 -19 370 -34 376 -29 3 3 6 30 7 58 l2
|
|||
|
|
53 150 -7 c83 -3 166 -10 186 -15 44 -10 149 -110 164 -155 7 -20 29 -43 67
|
|||
|
|
-68 31 -21 68 -53 83 -72 32 -43 75 -147 75 -184 0 -33 40 -92 93 -139 50 -44
|
|||
|
|
166 -111 205 -119 30 -6 37 -2 100 64 41 44 86 79 114 92 43 19 54 20 115 9
|
|||
|
|
64 -10 71 -15 124 -69 30 -32 100 -127 154 -211 58 -90 120 -175 151 -204 58
|
|||
|
|
-55 75 -90 123 -242 36 -117 44 -125 141 -146 36 -8 79 -22 95 -31 17 -9 46
|
|||
|
|
-16 66 -16 21 0 47 -8 62 -20 26 -21 63 -26 85 -11 11 7 11 9 -2 14 -9 4 -16
|
|||
|
|
18 -16 33 0 15 -12 62 -27 105 -24 73 -25 82 -13 120 13 39 13 42 -10 59 l-24
|
|||
|
|
18 32 30 c36 34 38 39 17 69 -14 20 -14 23 5 36 11 7 27 30 35 51 9 20 20 34
|
|||
|
|
26 30 14 -9 48 24 65 64 10 26 18 32 32 28 33 -11 52 3 46 32 l-5 27 73 1 c46
|
|||
|
|
0 84 6 104 17 74 39 164 169 143 208 -12 24 -6 35 31 54 28 15 29 14 40 -20 6
|
|||
|
|
-19 16 -37 21 -40 5 -4 42 10 81 30 40 19 105 42 143 50 66 13 75 13 135 -5
|
|||
|
|
36 -11 83 -20 105 -20 34 0 44 5 68 35 32 40 48 42 112 15 26 -11 49 -20 51
|
|||
|
|
-20 3 0 -7 22 -23 49 -31 56 -28 66 11 51 34 -13 56 -63 56 -130 0 -37 5 -55
|
|||
|
|
20 -70 25 -25 37 -25 75 0 22 14 39 18 71 13 35 -5 44 -2 58 18 23 33 20 46
|
|||
|
|
-15 78 -23 22 -29 34 -24 50 10 31 33 26 74 -18 20 -21 59 -51 88 -65 29 -14
|
|||
|
|
56 -34 62 -43 9 -17 11 -17 30 1 41 37 23 69 -51 91 -35 10 -44 17 -46 39 -4
|
|||
|
|
34 13 56 44 56 32 0 31 17 -2 32 -20 9 -30 9 -45 0 -33 -21 -59 -15 -59 13 0
|
|||
|
|
28 -12 32 -30 10 -21 -26 -78 -19 -111 14 -16 16 -29 33 -29 38 0 4 19 16 43
|
|||
|
|
26 43 17 44 17 109 -7 l65 -25 58 40 c49 33 65 39 112 39 61 0 109 17 137 49
|
|||
|
|
24 27 30 27 44 -4 10 -23 17 -25 72 -25 l60 0 0 30 c0 28 2 30 40 30 22 0 60
|
|||
|
|
5 85 12 38 10 59 10 130 -5 80 -16 89 -21 142 -72 l56 -54 69 35 c53 27 72 42
|
|||
|
|
80 64 10 29 12 30 77 30 72 0 83 -7 124 -72 10 -16 41 -40 70 -54 63 -32 113
|
|||
|
|
-69 126 -93 6 -10 15 -58 20 -107 21 -172 22 -180 32 -161 13 23 46 21 54 -3
|
|||
|
|
3 -11 1 -35 -6 -53 -10 -29 -9 -38 10 -75 34 -67 56 -84 96 -76 28 5 35 3 35
|
|||
|
|
-9 0 -9 15 -28 34 -42 21 -16 33 -32 29 -41 -3 -8 6 -26 20 -39 13 -14 27 -38
|
|||
|
|
30 -54 4 -19 14 -32 29 -36 12 -4 45 -29 72 -55 28 -26 61 -53 74 -59 17 -9
|
|||
|
|
21 -18 17 -32 -6 -19 -5 -20 17 -7 22 12 28 14 55 17 41 4 62 150 52 366 -3
|
|||
|
|
61 -9 87 -25 110 -12 17 -24 44 -28 60 -4 17 -45 92 -92 168 -46 76 -84 140
|
|||
|
|
-84 143 0 2 9 4 20 4 17 0 9 14 -44 84 -77 101 -133 198 -156 274 -15 47 -20
|
|||
|
|
54 -27 37 -4 -11 -8 -44 -8 -72 0 -29 -2 -53 -5 -53 -9 0 -30 86 -30 119 0 16
|
|||
|
|
7 34 15 41 18 15 19 69 4 124 -13 49 6 194 33 248 10 21 18 51 18 67 0 16 5
|
|||
|
|
33 10 36 6 4 9 19 8 33 -2 16 2 26 8 25 7 -1 20 7 29 17 10 11 22 20 27 20 19
|
|||
|
|
0 106 83 112 106 4 13 11 24 16 24 14 0 60 72 60 94 0 11 9 29 20 41 12 12 37
|
|||
|
|
55 58 96 30 61 46 80 87 106 76 47 105 78 105 109 0 32 41 106 83 151 17 18
|
|||
|
|
52 40 79 49 50 16 85 51 69 67 -6 6 -22 -1 -42 -17 -37 -31 -74 -32 -74 -1 0
|
|||
|
|
14 8 21 28 23 22 3 27 8 27 32 0 23 -6 30 -32 40 -31 11 -32 12 -11 20 12 5
|
|||
|
|
27 18 33 29 12 24 31 26 61 9 18 -11 23 -10 44 15 33 37 49 100 34 129 -11 21
|
|||
|
|
-12 21 -24 -9 -13 -30 -13 -30 -63 -20 -42 9 -54 8 -76 -6 -14 -9 -27 -17 -30
|
|||
|
|
-17 -8 0 -28 101 -22 108 4 3 20 -2 36 -11 29 -17 29 -17 74 16 l44 34 -19 29
|
|||
|
|
c-12 19 -17 38 -14 55 8 36 -26 57 -90 56 -28 0 -61 5 -74 12 -22 12 -23 14
|
|||
|
|
-7 23 10 6 29 8 42 5 24 -4 23 -3 -8 24 l-33 29 23 17 23 16 -52 35 c-42 28
|
|||
|
|
-49 36 -36 43 9 5 26 5 41 -1 41 -15 42 8 2 49 -39 40 -44 51 -22 51 26 0 28
|
|||
|
|
20 3 31 -18 8 -33 33 -56 91 -17 43 -31 89 -31 101 0 27 43 93 70 107 26 14
|
|||
|
|
38 -11 22 -43 -18 -38 -10 -103 17 -130 12 -14 21 -30 17 -35 -3 -5 12 -26 34
|
|||
|
|
-47 21 -21 41 -48 44 -61 5 -19 13 -24 36 -24 35 0 38 -13 14 -64 -16 -33 -12
|
|||
|
|
-79 5 -60 5 5 18 67 30 137 27 162 22 190 -48 240 -38 28 -50 43 -55 72 -4 20
|
|||
|
|
-6 38 -4 40 2 2 26 -2 54 -8 56 -13 83 -31 85 -56 2 -35 89 302 89 345 0 9
|
|||
|
|
-12 14 -35 14 l-35 0 0 49 c0 42 7 60 49 123 67 99 100 128 211 188 112 61
|
|||
|
|
146 91 162 142 13 43 15 44 39 22 16 -14 20 -12 50 26 22 27 36 37 43 30 17
|
|||
|
|
-17 24 -12 65 40 40 50 44 73 14 84 -22 9 -28 -1 -14 -18 18 -22 5 -52 -29
|
|||
|
|
-66 -41 -17 -72 -7 -94 31 -10 17 -34 37 -52 45 -31 13 -34 18 -34 59 0 24 5
|
|||
|
|
47 11 51 8 4 2 12 -15 21 -32 17 -33 38 -6 151 23 95 42 137 71 155 11 6 37
|
|||
|
|
35 58 62 31 41 39 61 43 108 5 67 31 106 49 75 18 -33 14 -37 160 120 37 39
|
|||
|
|
59 71 59 86 0 34 -34 71 -80 90 -25 10 -48 28 -58 47 -10 18 -28 32 -45 36
|
|||
|
|
-33 7 -50 37 -93 162 -32 95 -76 151 -117 151 -17 0 -44 -17 -80 -50z"/>
|
|||
|
|
<path d="M9619 6582 c-47 -20 -94 -44 -105 -52 -25 -19 -54 -60 -54 -77 0 -24
|
|||
|
|
27 -13 92 35 60 43 166 133 157 132 -2 -1 -43 -18 -90 -38z"/>
|
|||
|
|
</g>
|
|||
|
|
</svg>`}})})}function id(){return t.jsx("div",{style:{width:46,height:46,margin:"0 auto"},children:t.jsx("div",{"data-geo":"gb",style:{width:"100%",height:"100%",lineHeight:0},dangerouslySetInnerHTML:{__html:`<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|||
|
|
width="100%" height="100%" viewBox="0 0 1024.000000 1024.000000"
|
|||
|
|
preserveAspectRatio="xMidYMid meet">
|
|||
|
|
<metadata>
|
|||
|
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
|||
|
|
</metadata>
|
|||
|
|
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
|||
|
|
fill="rgba(32,193,158,0.15)" stroke="none">
|
|||
|
|
<path d="M5190 10215 c0 -24 25 -45 54 -45 9 0 16 9 16 20 0 13 -7 20 -20 20
|
|||
|
|
-11 0 -23 7 -26 15 -9 24 -24 18 -24 -10z"/>
|
|||
|
|
<path d="M5062 10162 c-14 -14 -21 -41 -26 -112 -4 -51 -5 -94 -4 -96 2 -2 14
|
|||
|
|
-1 25 2 18 5 20 9 11 28 -7 18 -5 30 10 55 l20 33 17 -26 c15 -22 15 -31 5
|
|||
|
|
-55 -17 -42 -10 -75 18 -79 12 -2 47 8 78 22 l55 25 10 -27 c8 -22 66 -72 84
|
|||
|
|
-72 10 0 5 39 -6 46 -6 3 -9 17 -6 30 3 20 1 22 -14 14 -30 -16 -39 -11 -39
|
|||
|
|
20 0 29 -1 30 -42 24 -54 -7 -89 14 -72 43 6 10 21 22 33 28 32 15 22 35 -38
|
|||
|
|
77 -60 42 -92 47 -119 20z"/>
|
|||
|
|
<path d="M4989 9879 c-9 -18 -8 -24 4 -30 8 -5 29 -32 46 -59 17 -28 35 -50
|
|||
|
|
39 -50 15 0 42 35 42 54 0 22 -17 55 -43 84 -27 29 -72 29 -88 1z"/>
|
|||
|
|
<path d="M5260 9752 c0 -16 7 -37 15 -48 14 -18 14 -17 15 13 0 17 3 38 6 47
|
|||
|
|
4 12 0 16 -15 16 -16 0 -21 -6 -21 -28z"/>
|
|||
|
|
<path d="M5000 9561 c0 -6 5 -13 10 -16 6 -3 10 -19 10 -35 l0 -29 -42 19
|
|||
|
|
c-26 12 -65 20 -99 20 -46 0 -62 -5 -97 -31 -36 -26 -51 -31 -98 -30 -32 0
|
|||
|
|
-66 7 -79 15 -20 13 -24 13 -29 1 -3 -8 -14 -15 -24 -15 -10 0 -40 -14 -66
|
|||
|
|
-31 -35 -24 -50 -29 -59 -20 -26 26 -63 2 -103 -65 -21 -34 -28 -4 -11 42 16
|
|||
|
|
43 16 45 -3 64 -11 11 -33 20 -50 20 -25 0 -30 -4 -30 -23 0 -14 -20 -43 -55
|
|||
|
|
-77 -40 -39 -55 -49 -55 -36 0 10 11 31 25 48 14 16 25 36 25 43 0 14 -38 55
|
|||
|
|
-49 55 -3 0 -13 -17 -23 -38 l-16 -37 -1 31 c-1 30 -39 84 -60 84 -5 0 -16 3
|
|||
|
|
-25 6 -12 5 -16 0 -16 -19 0 -14 -17 -45 -40 -73 -46 -56 -48 -64 -19 -89 l20
|
|||
|
|
-19 -23 -18 c-22 -17 -22 -19 -5 -32 24 -19 21 -29 -7 -22 -36 9 -47 -12 -37
|
|||
|
|
-72 5 -33 17 -62 32 -78 18 -20 20 -24 6 -18 -10 4 -46 -1 -79 -11 -46 -14
|
|||
|
|
-64 -16 -78 -7 -26 16 -32 3 -11 -27 69 -97 82 -191 27 -191 -12 0 -32 9 -45
|
|||
|
|
21 -12 12 -25 18 -28 15 -14 -14 21 -59 87 -113 53 -43 69 -62 64 -76 -4 -12
|
|||
|
|
7 -32 35 -62 23 -25 41 -52 41 -62 0 -11 -18 2 -53 39 -43 45 -61 56 -93 60
|
|||
|
|
-21 3 -40 4 -41 3 -2 -1 17 -17 42 -35 25 -19 45 -40 45 -47 0 -20 -10 -16
|
|||
|
|
-66 21 l-51 35 -12 -25 c-9 -21 -17 -25 -44 -22 -25 2 -35 10 -46 36 -8 17
|
|||
|
|
-18 32 -23 32 -18 0 -20 -33 -4 -66 18 -38 22 -114 6 -114 -19 0 -50 40 -50
|
|||
|
|
64 0 43 -9 53 -40 48 -29 -4 -30 -6 -30 -61 1 -54 2 -57 40 -83 22 -15 40 -35
|
|||
|
|
40 -43 0 -18 -12 -19 -29 -2 -10 10 -16 7 -32 -12 -27 -33 -24 -46 18 -97 30
|
|||
|
|
-35 44 -44 69 -44 27 0 64 -25 64 -43 0 -4 -15 -7 -34 -7 -22 0 -36 -6 -40
|
|||
|
|
-16 -5 -13 -11 -12 -37 10 -17 15 -44 33 -59 41 l-28 15 -7 -63 c-5 -47 -3
|
|||
|
|
-69 9 -92 9 -16 16 -37 16 -46 0 -8 6 -24 14 -34 13 -19 15 -18 55 8 l42 28
|
|||
|
|
19 -23 18 -23 31 29 c29 27 31 28 31 9 0 -25 -18 -41 -83 -73 -65 -32 -72 -50
|
|||
|
|
-20 -50 37 0 121 -42 137 -69 10 -16 2 -14 -44 10 -34 18 -45 20 -67 10 -20
|
|||
|
|
-9 -23 -14 -13 -26 10 -11 8 -21 -9 -48 l-21 -34 60 -29 c33 -16 60 -33 60
|
|||
|
|
-37 0 -14 -30 -19 -58 -9 -63 24 -81 24 -108 -3 -28 -28 -28 -47 3 -55 11 -3
|
|||
|
|
34 -22 52 -42 31 -35 31 -37 10 -43 -14 -5 -28 0 -43 14 -12 12 -33 21 -47 21
|
|||
|
|
-21 0 -27 -9 -46 -68 -11 -37 -20 -68 -19 -70 2 -1 17 3 35 9 72 25 81 -31 13
|
|||
|
|
-81 -23 -17 -43 -38 -43 -48 -1 -9 -2 -21 -4 -27 -1 -5 -3 -14 -3 -19 -1 -5
|
|||
|
|
-11 -1 -22 9 -16 15 -30 17 -80 12 -34 -4 -70 -11 -80 -17 -24 -13 -26 -55 -4
|
|||
|
|
-64 32 -12 208 -6 234 9 34 19 68 18 110 -5 l35 -19 -60 -1 c-34 0 -65 -4 -71
|
|||
|
|
-10 -5 -5 -34 -14 -64 -20 -29 -6 -56 -12 -59 -15 -14 -14 59 -91 117 -123 77
|
|||
|
|
-42 94 -39 147 30 22 29 91 106 153 172 61 65 112 123 112 127 0 5 -19 13 -42
|
|||
|
|
19 -66 17 -77 23 -46 27 28 4 93 -10 118 -26 12 -8 7 -20 -28 -72 -27 -39 -41
|
|||
|
|
-68 -37 -79 4 -13 -3 -24 -25 -36 -16 -10 -30 -21 -30 -25 0 -3 -13 -26 -30
|
|||
|
|
-50 -37 -55 -40 -90 -7 -81 20 5 21 4 8 -11 -7 -9 -24 -17 -36 -17 -30 0 -38
|
|||
|
|
-23 -14 -38 10 -7 19 -16 19 -20 0 -5 -25 -26 -55 -47 -52 -35 -68 -55 -45
|
|||
|
|
-55 21 0 9 -34 -25 -71 -46 -51 -46 -69 1 -69 36 0 36 0 29 -32 -5 -18 -7 -58
|
|||
|
|
-6 -89 1 -41 -3 -61 -17 -80 -55 -70 -85 -163 -63 -198 7 -11 11 -10 19 5 20
|
|||
|
|
36 25 3 8 -51 -17 -54 -17 -56 3 -89 27 -44 26 -72 -3 -99 -24 -23 -31 -55
|
|||
|
|
-44 -203 -6 -65 -12 -89 -34 -120 -51 -73 -31 -152 32 -134 88 25 123 76 80
|
|||
|
|
115 -19 17 -19 18 0 44 19 28 60 175 60 219 0 63 36 130 84 157 16 9 14 18
|
|||
|
|
-28 104 -35 72 -46 106 -46 143 0 47 0 47 29 42 26 -6 31 -1 66 56 21 35 54
|
|||
|
|
72 76 87 21 14 39 29 39 33 0 3 16 25 36 48 25 30 43 42 62 42 l26 0 -24 -17
|
|||
|
|
c-14 -9 -31 -25 -39 -36 -7 -10 -42 -51 -76 -90 -72 -80 -106 -142 -112 -201
|
|||
|
|
-5 -48 19 -102 57 -125 19 -11 22 -11 13 -1 -17 19 -16 45 2 80 17 33 36 38
|
|||
|
|
55 15 22 -27 29 -16 14 21 -8 20 -13 39 -10 42 12 11 42 -29 60 -78 10 -27 21
|
|||
|
|
-50 26 -50 12 0 42 90 37 111 -3 10 -1 19 4 19 5 0 9 46 9 103 1 101 1 102 19
|
|||
|
|
80 l19 -23 18 27 c24 37 30 13 10 -38 -9 -23 -14 -49 -11 -60 10 -30 114 -118
|
|||
|
|
153 -129 102 -28 76 -50 -32 -27 -116 24 -134 23 -142 -8 -3 -14 -1 -61 5
|
|||
|
|
-105 10 -63 9 -84 -1 -102 -19 -35 -12 -47 59 -118 36 -36 71 -81 78 -100 7
|
|||
|
|
-19 16 -43 20 -53 6 -14 -3 -28 -37 -60 -50 -47 -98 -127 -98 -164 0 -29 -21
|
|||
|
|
-72 -64 -133 -18 -25 -41 -75 -50 -112 -17 -62 -17 -69 -2 -114 23 -67 21 -84
|
|||
|
|
-8 -84 -31 0 -56 34 -56 77 0 45 -14 41 -34 -8 -16 -38 -15 -43 4 -87 12 -26
|
|||
|
|
41 -67 65 -92 47 -48 65 -84 65 -129 0 -26 16 -51 32 -51 15 0 8 37 -17 94
|
|||
|
|
-32 73 -32 89 6 120 35 29 51 32 68 12 7 -8 27 -17 45 -20 25 -5 46 -21 81
|
|||
|
|
-64 55 -66 90 -92 126 -92 25 0 27 4 32 57 5 47 2 64 -15 95 -31 55 -13 68 41
|
|||
|
|
32 29 -19 45 -24 52 -17 8 8 21 -1 46 -28 28 -31 38 -37 49 -28 11 9 19 8 33
|
|||
|
|
-5 24 -21 46 -13 134 52 52 38 80 51 119 56 l50 7 -7 55 -7 56 29 -6 c46 -9
|
|||
|
|
246 -12 278 -3 26 6 32 4 42 -18 16 -35 -13 -51 -63 -35 -42 14 -93 5 -75 -13
|
|||
|
|
30 -30 -2 -67 -40 -46 -17 9 -22 5 -40 -36 -11 -26 -18 -53 -15 -61 3 -7 -17
|
|||
|
|
-46 -44 -86 -39 -58 -50 -81 -50 -113 0 -23 -9 -58 -20 -79 l-19 -39 32 -37
|
|||
|
|
c47 -56 97 -143 118 -205 27 -83 36 -95 69 -95 35 0 34 2 16 -41 -13 -30 -12
|
|||
|
|
-37 4 -69 34 -67 46 -68 74 -7 14 30 35 62 46 72 19 17 21 17 39 1 19 -17 21
|
|||
|
|
-17 49 15 l30 34 23 -48 23 -47 -32 -45 c-33 -47 -38 -64 -23 -80 17 -18 -7
|
|||
|
|
-51 -53 -76 l-46 -24 0 -81 c0 -99 8 -109 80 -99 27 4 50 4 50 2 0 -3 -25 -29
|
|||
|
|
-55 -58 -70 -66 -99 -112 -92 -147 9 -50 77 -197 99 -215 18 -15 32 -18 77
|
|||
|
|
-12 l54 7 -22 -31 c-63 -87 -106 -71 -175 66 -15 29 -29 53 -32 53 -12 0 -64
|
|||
|
|
-35 -64 -42 0 -5 16 -40 35 -78 19 -38 35 -79 35 -90 0 -18 -3 -19 -22 -9 -13
|
|||
|
|
7 -51 40 -86 73 l-63 60 -108 -37 -108 -38 -59 20 c-72 26 -71 26 -78 -2 -4
|
|||
|
|
-17 -19 -27 -59 -40 -75 -24 -80 -23 -72 13 6 29 5 30 -30 30 -25 0 -42 7 -55
|
|||
|
|
22 -77 89 -88 98 -122 97 -64 -2 -80 -12 -93 -57 -16 -53 -32 -73 -52 -65 -13
|
|||
|
|
5 -14 3 -4 -16 7 -12 23 -26 36 -31 12 -5 40 -30 61 -55 22 -25 54 -55 72 -66
|
|||
|
|
28 -18 32 -26 32 -62 0 -38 -5 -46 -53 -88 -29 -26 -70 -56 -92 -67 -22 -11
|
|||
|
|
-52 -33 -67 -49 -27 -28 -63 -101 -55 -110 3 -2 23 5 46 16 52 27 78 27 87 -1
|
|||
|
|
7 -21 8 -20 17 12 15 60 56 92 134 105 29 5 50 2 73 -10 37 -19 59 -60 42 -77
|
|||
|
|
-18 -18 -15 -34 14 -78 16 -24 31 -37 40 -33 23 8 16 -10 -16 -45 -16 -18 -30
|
|||
|
|
-44 -30 -58 0 -39 28 -84 52 -84 19 0 20 -2 6 -17 -8 -10 -21 -38 -29 -63 -7
|
|||
|
|
-25 -34 -85 -59 -135 -40 -79 -51 -93 -91 -115 -26 -14 -67 -44 -91 -66 -44
|
|||
|
|
-41 -57 -46 -146 -59 -34 -6 -50 -15 -80 -52 -20 -24 -52 -53 -70 -65 -30 -19
|
|||
|
|
-34 -19 -51 -4 -25 23 -50 20 -61 -8 -10 -27 -40 -50 -80 -61 -27 -8 -60 -33
|
|||
|
|
-60 -47 0 -4 11 -8 25 -8 38 0 75 -21 91 -51 17 -34 12 -49 -26 -71 -30 -17
|
|||
|
|
-39 -41 -19 -54 6 -3 16 -1 22 5 12 12 58 14 106 5 25 -5 29 -9 20 -20 -6 -8
|
|||
|
|
-24 -14 -39 -14 -14 0 -29 -3 -33 -6 -11 -11 15 -52 40 -63 35 -16 48 -14 89
|
|||
|
|
14 20 14 47 25 60 25 13 0 31 11 41 25 52 74 47 71 97 57 35 -9 51 -9 71 0 24
|
|||
|
|
11 29 9 51 -20 18 -23 34 -32 55 -32 24 0 29 -4 29 -23 0 -13 -9 -32 -20 -42
|
|||
|
|
-25 -22 -25 -37 -2 -58 23 -21 51 -21 76 -2 11 8 33 15 49 15 16 0 47 10 69
|
|||
|
|
22 36 21 41 21 66 7 15 -8 40 -38 57 -67 16 -28 50 -67 73 -84 107 -80 102
|
|||
|
|
-78 166 -78 83 1 111 16 154 79 l37 55 91 22 c100 24 139 41 168 73 18 20 18
|
|||
|
|
25 4 113 -15 91 -15 94 8 161 22 64 22 71 8 99 -16 30 -14 45 5 34 20 -13 23
|
|||
|
|
-72 5 -131 -12 -43 -15 -80 -11 -138 3 -43 8 -81 11 -84 6 -6 45 22 110 79 36
|
|||
|
|
31 38 36 25 55 -17 28 -6 39 25 25 24 -11 24 -12 10 -41 -8 -17 -47 -65 -86
|
|||
|
|
-108 -39 -43 -80 -98 -92 -122 -13 -27 -39 -58 -66 -78 -25 -18 -68 -53 -95
|
|||
|
|
-77 -47 -41 -51 -48 -62 -111 -14 -80 -33 -106 -63 -87 -17 10 -30 8 -81 -14
|
|||
|
|
l-61 -25 -52 25 c-46 23 -64 26 -181 27 -102 2 -150 -2 -223 -19 -104 -23
|
|||
|
|
-121 -36 -122 -94 0 -21 -7 -56 -16 -78 -19 -47 -51 -60 -98 -41 -65 26 -64
|
|||
|
|
27 -81 -33 -12 -40 -14 -72 -10 -112 l7 -55 -71 -71 c-39 -39 -71 -77 -71 -83
|
|||
|
|
0 -19 -42 -52 -91 -73 -52 -23 -79 -54 -79 -93 0 -17 -13 -37 -40 -62 -22 -19
|
|||
|
|
-40 -44 -40 -54 0 -26 -27 -54 -118 -120 -60 -45 -78 -54 -92 -45 -20 12 -67
|
|||
|
|
-8 -111 -49 -22 -20 -29 -36 -29 -63 0 -20 4 -36 9 -36 27 0 71 25 91 51 19
|
|||
|
|
26 27 30 52 25 48 -9 106 -57 130 -106 11 -25 22 -46 23 -48 2 -2 23 11 49 28
|
|||
|
|
47 32 59 62 31 78 -14 7 -13 13 4 53 11 24 21 52 21 62 0 29 24 14 30 -19 l5
|
|||
|
|
-29 13 31 c14 33 80 68 108 57 9 -3 14 1 14 13 0 29 27 98 39 102 6 2 18 -4
|
|||
|
|
27 -13 9 -8 24 -13 33 -10 9 2 55 13 103 24 85 18 87 18 130 -1 43 -19 43 -19
|
|||
|
|
60 1 19 24 38 27 38 8 0 -23 33 -45 80 -52 72 -11 80 -15 98 -53 19 -40 36
|
|||
|
|
-47 88 -37 32 6 34 8 34 45 0 41 10 56 64 93 32 22 33 50 4 70 l-23 15 27 12
|
|||
|
|
c22 10 25 16 18 35 -6 16 -2 36 15 73 19 41 30 52 62 62 21 7 56 25 78 40 24
|
|||
|
|
17 65 32 105 39 36 7 82 19 102 28 l38 16 92 -46 c51 -25 112 -57 134 -71 40
|
|||
|
|
-25 42 -25 47 -6 4 17 14 20 55 20 73 0 150 -17 179 -40 25 -20 27 -20 57 -2
|
|||
|
|
43 25 45 54 5 73 -18 7 -35 20 -37 28 -4 11 4 13 38 8 27 -3 51 -1 64 8 30 18
|
|||
|
|
149 28 179 14 23 -10 35 -6 106 36 45 26 81 52 81 56 0 5 -18 25 -40 45 -73
|
|||
|
|
68 -25 53 56 -17 74 -64 92 -73 109 -59 23 19 151 -5 186 -35 l29 -23 33 33
|
|||
|
|
c39 39 89 55 171 55 33 0 85 5 117 12 55 11 59 10 197 -37 l140 -49 40 36 c39
|
|||
|
|
35 57 43 155 68 28 8 68 29 95 52 45 38 49 39 101 33 30 -4 60 -9 68 -12 10
|
|||
|
|
-4 13 7 13 47 0 43 5 56 28 79 15 15 50 35 77 45 108 38 136 55 151 93 13 29
|
|||
|
|
13 45 5 79 -15 59 -15 62 15 89 23 22 25 25 9 31 -27 11 -186 -3 -234 -20 -24
|
|||
|
|
-9 -54 -16 -67 -16 -19 0 -22 5 -21 27 2 24 -5 32 -45 53 l-47 25 -29 -35 -29
|
|||
|
|
-34 -28 18 -27 18 38 26 39 26 -44 8 c-34 6 -61 3 -109 -12 -69 -22 -113 -17
|
|||
|
|
-159 15 -34 24 -28 38 9 19 69 -36 86 -36 124 0 39 37 107 56 200 56 47 0 55
|
|||
|
|
3 82 34 29 33 62 139 48 153 -3 4 -23 -2 -45 -11 -33 -15 -41 -16 -60 -5 -11
|
|||
|
|
8 -21 16 -21 19 0 3 39 25 86 48 80 40 88 42 104 27 24 -22 59 -11 107 31 34
|
|||
|
|
30 36 33 16 34 -27 0 -27 2 -8 39 14 27 13 29 -8 35 -12 3 -35 6 -51 6 -24 0
|
|||
|
|
-27 2 -16 15 7 9 29 15 53 15 38 0 39 1 24 18 -20 22 -21 32 -4 32 6 0 24 -14
|
|||
|
|
38 -32 l26 -32 40 32 c41 32 102 102 120 137 6 11 14 49 18 85 7 76 29 147 62
|
|||
|
|
209 17 32 23 60 23 105 0 68 -15 173 -32 226 -12 37 -145 183 -188 205 -56 29
|
|||
|
|
-455 78 -518 64 -46 -10 -61 -27 -73 -80 -13 -56 -53 -109 -82 -109 -13 0 -43
|
|||
|
|
14 -67 30 -25 17 -64 42 -87 58 -23 15 -43 32 -43 38 0 19 98 142 137 170 74
|
|||
|
|
54 76 66 37 200 -53 183 -107 264 -223 333 -39 23 -91 66 -119 97 l-50 57 -71
|
|||
|
|
-19 c-58 -14 -76 -16 -89 -6 -48 34 -74 24 -83 -32 -9 -55 -19 -55 -19 1 0 72
|
|||
|
|
39 100 105 74 12 -5 45 -1 85 10 36 11 71 19 79 19 7 0 36 -25 64 -55 50 -55
|
|||
|
|
50 -55 109 -55 33 0 68 -5 79 -11 20 -10 20 -10 3 23 -9 18 -48 82 -86 142
|
|||
|
|
-98 151 -120 203 -116 268 3 48 6 54 35 69 30 15 31 17 15 31 -9 9 -32 23 -49
|
|||
|
|
32 -18 9 -33 20 -33 24 0 5 -22 33 -48 63 -27 29 -54 70 -61 89 -6 19 -22 51
|
|||
|
|
-35 70 -13 19 -26 44 -30 55 -3 11 -39 44 -80 74 -55 41 -101 64 -180 91 -119
|
|||
|
|
41 -159 66 -164 101 -2 13 -22 43 -43 68 -45 51 -69 120 -69 201 0 45 -6 65
|
|||
|
|
-26 95 -14 21 -35 63 -46 94 -31 82 -71 287 -70 356 3 122 -80 276 -176 330
|
|||
|
|
-18 10 -47 34 -63 53 -27 30 -33 33 -54 24 -20 -9 -23 -9 -18 3 3 8 11 15 19
|
|||
|
|
15 21 0 17 19 -20 85 -35 63 -66 83 -131 84 -38 1 -171 81 -203 122 -21 26
|
|||
|
|
-29 29 -82 29 -51 0 -61 -3 -79 -26 -12 -15 -21 -33 -21 -40 0 -18 -73 -64
|
|||
|
|
-101 -64 -12 0 -38 10 -58 22 -19 12 -45 21 -57 20 -27 -4 -217 34 -272 54
|
|||
|
|
-23 9 -40 20 -36 25 10 16 94 9 144 -12 l48 -21 30 22 c17 12 50 25 75 27 40
|
|||
|
|
5 47 9 52 33 8 35 68 106 108 126 26 14 36 14 69 3 31 -10 43 -10 64 1 32 17
|
|||
|
|
104 79 104 89 0 4 -27 19 -59 33 l-60 26 -3 59 -3 58 -36 3 c-34 3 -81 -17
|
|||
|
|
-196 -84 -47 -27 -50 -11 -8 39 55 66 84 79 180 81 73 1 86 4 124 31 65 45
|
|||
|
|
131 126 131 162 0 17 6 36 14 42 8 6 17 32 20 56 6 36 16 52 52 83 54 48 116
|
|||
|
|
148 112 182 -1 14 17 63 40 110 40 77 42 88 36 137 -5 45 -2 61 23 115 17 35
|
|||
|
|
60 104 97 155 36 51 66 101 66 113 0 12 -7 52 -15 89 -17 72 -34 95 -109 145
|
|||
|
|
-45 30 -76 33 -111 10 -21 -14 -30 -14 -54 -4 -24 10 -35 8 -68 -8 l-39 -20
|
|||
|
|
-142 23 -143 23 -57 -23 -57 -23 -65 25 c-118 46 -125 47 -174 33 -25 -7 -46
|
|||
|
|
-17 -46 -22 0 -4 -12 -14 -27 -20 -16 -7 -36 -18 -45 -26 -12 -10 -18 -11 -18
|
|||
|
|
-4 0 21 -29 13 -86 -25 -47 -31 -67 -38 -120 -41 -36 -3 -61 -8 -58 -14 3 -5
|
|||
|
|
3 -20 0 -33 -14 -54 -186 -107 -231 -71 -17 13 -18 17 -5 26 8 5 34 7 57 4 40
|
|||
|
|
-6 42 -5 67 34 14 23 31 44 39 49 15 10 77 94 77 105 0 5 -14 1 -31 -7 -19
|
|||
|
|
-10 -41 -14 -59 -10 -24 5 -38 -2 -94 -50 -59 -50 -66 -53 -66 -33 0 54 75
|
|||
|
|
128 130 128 14 0 49 14 79 30 30 17 56 30 59 30 2 0 2 -13 -1 -30 -12 -55 10
|
|||
|
|
-39 64 48 67 108 68 111 35 84 -23 -17 -31 -19 -52 -10 -17 8 -31 8 -48 0 -18
|
|||
|
|
-8 -37 -6 -87 12 -66 24 -144 66 -121 66 8 0 41 -7 75 -16 83 -22 117 -10 117
|
|||
|
|
41 0 19 -4 35 -10 35 -5 0 -10 5 -10 10 0 6 4 10 10 10 17 0 107 69 124 95 9
|
|||
|
|
14 60 57 113 97 64 48 110 93 137 131 30 42 62 71 119 107 113 73 146 134 109
|
|||
|
|
204 -28 53 -28 72 3 112 14 18 29 44 35 58 8 21 6 27 -11 37 -16 8 -25 7 -40
|
|||
|
|
-7 -18 -16 -20 -16 -37 -1 -20 19 -132 25 -132 8z m-630 -1558 c-30 -53 -153
|
|||
|
|
-213 -159 -208 -5 5 113 188 143 223 31 35 40 26 16 -15z m-185 -1390 c9 -21
|
|||
|
|
31 -50 50 -66 39 -32 44 -52 16 -67 -33 -17 -40 -12 -47 38 -4 26 -15 64 -25
|
|||
|
|
84 -20 39 -22 48 -14 48 3 0 12 -17 20 -37z m1595 -536 c0 -2 -10 -12 -22 -23
|
|||
|
|
l-23 -19 19 23 c18 21 26 27 26 19z"/>
|
|||
|
|
<path d="M3128 9359 c-44 -59 -168 -157 -231 -182 -85 -34 -94 -51 -62 -110
|
|||
|
|
30 -58 11 -65 -35 -14 l-30 32 6 -27 c8 -34 -26 -57 -47 -32 -7 9 -22 20 -33
|
|||
|
|
24 -18 6 -25 -1 -48 -48 -34 -67 -38 -128 -8 -137 15 -5 20 -15 20 -42 0 -32
|
|||
|
|
-2 -35 -25 -31 -32 7 -31 1 3 -32 19 -18 45 -30 74 -34 25 -4 53 -13 63 -20
|
|||
|
|
22 -16 14 -46 -13 -46 -18 0 -122 -98 -122 -115 1 -6 17 -28 36 -50 l35 -40
|
|||
|
|
17 25 c23 35 74 86 92 92 12 4 13 9 3 27 -30 49 -5 73 47 46 31 -16 32 -16 26
|
|||
|
|
3 -4 12 1 25 13 36 16 14 23 15 39 5 28 -18 47 -6 72 46 14 30 27 44 36 41 28
|
|||
|
|
-11 37 33 20 95 -15 53 -15 61 -1 82 8 13 13 32 9 41 -5 12 0 19 14 23 17 4
|
|||
|
|
20 11 15 34 -4 24 3 37 45 85 45 51 49 58 36 72 -9 9 -13 24 -10 36 18 65 18
|
|||
|
|
95 0 120 -24 33 -29 32 -56 -5z"/>
|
|||
|
|
<path d="M2531 8381 c-20 -15 -29 -17 -49 -8 -18 8 -25 8 -32 -3 -4 -7 -17
|
|||
|
|
-11 -29 -7 -17 4 -25 -3 -42 -35 -20 -40 -20 -41 -2 -51 30 -17 83 -77 83 -95
|
|||
|
|
-1 -9 -7 -28 -15 -42 -12 -22 -11 -27 2 -42 15 -16 15 -20 -2 -38 -14 -15 -16
|
|||
|
|
-29 -11 -62 4 -24 2 -62 -5 -89 -10 -38 -10 -62 0 -118 l13 -71 33 0 c18 0 40
|
|||
|
|
-3 49 -6 13 -5 14 -1 2 33 -36 103 -36 97 0 144 l33 44 -24 41 -25 42 25 16
|
|||
|
|
c21 14 23 19 14 45 -8 23 -7 35 5 53 9 13 25 50 36 83 15 44 17 61 8 72 -9 11
|
|||
|
|
-5 20 15 41 36 37 34 47 -12 60 -47 15 -41 15 -70 -7z"/>
|
|||
|
|
<path d="M3091 8369 c-23 -30 -23 -31 -6 -63 14 -25 15 -37 7 -52 -9 -16 -7
|
|||
|
|
-28 9 -53 22 -37 18 -51 -10 -34 -11 7 -23 7 -33 2 -12 -7 -28 5 -68 51 -29
|
|||
|
|
33 -56 57 -61 54 -17 -10 -9 -40 16 -64 28 -26 34 -56 10 -46 -11 4 -15 -2
|
|||
|
|
-15 -22 0 -54 -15 -56 -48 -5 -28 43 -32 45 -32 23 0 -15 5 -31 12 -38 9 -9 7
|
|||
|
|
-12 -10 -12 -23 0 -30 -14 -12 -25 5 -3 13 -20 18 -37 6 -26 15 -33 52 -44 25
|
|||
|
|
-8 45 -14 46 -14 0 0 -1 13 -4 29 -5 33 12 48 33 31 8 -6 19 -9 25 -5 6 4 10
|
|||
|
|
-4 10 -19 0 -16 6 -26 14 -26 19 0 73 -46 65 -55 -4 -3 -18 0 -33 6 -62 29
|
|||
|
|
-55 -44 11 -101 18 -17 38 -30 43 -30 6 0 10 -7 10 -15 0 -8 4 -15 9 -15 5 0
|
|||
|
|
25 7 44 15 20 8 46 15 58 15 18 0 21 -5 17 -35 -2 -19 -3 -35 -1 -35 1 0 14
|
|||
|
|
21 27 48 l24 47 13 -27 c11 -25 16 -27 51 -22 21 4 38 4 38 0 0 -3 -18 -17
|
|||
|
|
-39 -31 -26 -17 -41 -36 -45 -56 -3 -16 -9 -42 -12 -59 -10 -48 18 -37 80 32
|
|||
|
|
56 61 65 81 46 93 -16 10 -4 22 27 28 26 5 63 50 63 75 0 18 -52 20 -97 5 -43
|
|||
|
|
-15 -47 -14 -84 6 -25 15 -47 20 -61 16 -17 -6 -20 -4 -15 9 5 11 -2 25 -18
|
|||
|
|
40 -14 13 -28 38 -31 57 -4 19 -11 40 -17 47 -7 9 -6 20 3 36 8 16 11 54 9
|
|||
|
|
114 l-4 91 -50 51 c-27 27 -52 50 -55 49 -3 0 -16 -14 -29 -30z"/>
|
|||
|
|
<path d="M3080 7623 l-30 -28 40 -41 c35 -38 40 -40 53 -25 24 28 27 50 9 61
|
|||
|
|
-15 8 -15 11 -2 20 13 9 12 12 -4 25 -27 20 -31 19 -66 -12z"/>
|
|||
|
|
<path d="M2371 7573 c-29 -35 -41 -73 -23 -73 15 0 72 66 72 82 0 32 -19 28
|
|||
|
|
-49 -9z"/>
|
|||
|
|
<path d="M2970 7172 c-27 -24 -41 -44 -39 -55 3 -16 10 -13 45 17 38 32 63 76
|
|||
|
|
44 76 -4 0 -27 -17 -50 -38z"/>
|
|||
|
|
<path d="M3213 7150 c-13 -5 -23 -18 -23 -29 0 -17 -4 -19 -23 -12 -21 8 -23
|
|||
|
|
7 -20 -14 3 -12 0 -26 -6 -29 -17 -11 -13 -26 7 -26 9 0 39 -13 66 -29 46 -27
|
|||
|
|
52 -28 77 -16 29 15 39 11 39 -16 0 -10 -19 -28 -46 -44 -42 -25 -75 -68 -62
|
|||
|
|
-81 4 -3 24 4 47 15 50 26 61 26 61 2 0 -13 -21 -30 -69 -55 -76 -40 -93 -43
|
|||
|
|
-111 -21 -33 40 -67 2 -36 -40 14 -19 15 -19 50 -2 20 9 53 17 74 17 54 0 107
|
|||
|
|
17 141 45 36 31 41 31 41 0 0 -33 18 -32 60 6 20 17 27 28 17 25 -15 -5 -18
|
|||
|
|
-1 -15 17 2 15 10 22 25 21 16 0 23 7 27 30 9 41 -25 71 -106 93 -54 15 -64
|
|||
|
|
22 -100 72 -60 83 -70 89 -115 71z"/>
|
|||
|
|
<path d="M2750 7016 c-51 -14 -60 -39 -22 -63 21 -15 22 -14 22 8 0 13 12 33
|
|||
|
|
28 46 15 12 25 22 22 22 -3 -1 -25 -6 -50 -13z"/>
|
|||
|
|
<path d="M3415 6496 c-89 -83 -90 -84 -71 -104 18 -21 18 -21 -7 -27 -38 -10
|
|||
|
|
-59 -40 -61 -84 -1 -41 24 -81 51 -81 16 0 186 344 181 367 -2 8 -40 -21 -93
|
|||
|
|
-71z"/>
|
|||
|
|
<path d="M3185 6516 c-16 -21 -25 -44 -23 -58 3 -19 8 -14 32 30 33 64 29 77
|
|||
|
|
-9 28z"/>
|
|||
|
|
<path d="M3172 6304 c-24 -19 -52 -34 -62 -34 -38 0 -68 -22 -74 -53 -4 -18
|
|||
|
|
-2 -33 5 -37 7 -5 4 -21 -11 -49 -39 -77 -20 -81 44 -8 46 52 62 64 73 56 17
|
|||
|
|
-15 16 -29 -3 -50 -15 -17 -15 -20 5 -45 27 -35 27 -50 -4 -70 -37 -24 -31
|
|||
|
|
-73 8 -58 8 3 19 16 25 28 7 15 26 29 54 37 71 23 75 45 33 175 -19 59 -35
|
|||
|
|
113 -35 120 0 24 -15 21 -58 -12z"/>
|
|||
|
|
<path d="M3761 6051 l-33 -50 11 -67 c23 -128 50 -159 124 -137 26 7 33 14 35
|
|||
|
|
41 2 20 -1 32 -8 32 -8 0 -10 11 -6 35 5 27 3 37 -9 41 -10 4 -15 19 -15 43 0
|
|||
|
|
41 -30 105 -51 109 -8 1 -29 -20 -48 -47z"/>
|
|||
|
|
<path d="M2926 5514 l-90 -46 -53 15 -54 14 -33 -72 c-36 -77 -58 -98 -91 -84
|
|||
|
|
-28 11 -89 11 -119 -1 -30 -11 -39 -30 -57 -115 -14 -69 -24 -91 -51 -122 -11
|
|||
|
|
-12 -23 -37 -27 -55 -6 -30 -13 -35 -81 -61 -60 -24 -78 -27 -93 -17 -15 9
|
|||
|
|
-23 8 -38 -6 -27 -25 -24 -39 17 -64 24 -16 44 -21 65 -16 22 4 29 2 29 -9 0
|
|||
|
|
-8 -4 -15 -9 -15 -5 0 -27 -17 -48 -37 l-38 -37 30 -6 c24 -4 29 -10 27 -28
|
|||
|
|
-2 -12 1 -22 6 -22 11 0 67 -118 60 -126 -4 -3 -32 15 -63 41 -64 51 -92 65
|
|||
|
|
-136 65 -42 0 -36 18 13 40 l42 18 -39 8 c-38 7 -41 5 -88 -46 l-49 -53 71
|
|||
|
|
-65 c70 -63 121 -133 121 -165 0 -13 10 -17 44 -17 38 0 51 -6 94 -45 27 -25
|
|||
|
|
55 -45 60 -45 6 0 24 8 40 17 28 16 30 16 58 -6 l29 -23 5 23 c7 28 30 37 31
|
|||
|
|
12 0 -10 6 0 13 22 7 23 21 44 34 51 35 17 36 21 13 53 -26 36 -20 78 14 91
|
|||
|
|
13 5 35 25 50 44 15 20 32 36 38 36 6 0 32 -22 57 -48 34 -36 49 -60 53 -89 4
|
|||
|
|
-22 20 -58 37 -81 26 -37 33 -41 49 -30 41 25 71 -39 52 -108 -11 -41 0 -59
|
|||
|
|
29 -48 8 3 40 8 71 11 47 5 59 10 67 28 9 20 16 22 59 17 30 -3 59 -14 76 -28
|
|||
|
|
16 -13 33 -24 39 -24 6 0 16 -7 22 -16 11 -14 18 -10 62 29 48 44 49 46 49
|
|||
|
|
103 0 58 0 58 40 76 47 21 86 23 104 6 28 -28 92 94 67 127 -10 14 -16 15 -39
|
|||
|
|
4 -15 -7 -29 -10 -32 -7 -3 3 -1 27 5 53 12 53 5 109 -16 126 -19 16 -18 33 5
|
|||
|
|
53 18 17 21 16 59 -19 47 -41 59 -80 42 -131 -9 -27 -9 -42 0 -65 17 -41 28
|
|||
|
|
-26 39 55 9 64 8 74 -21 154 -39 109 -56 126 -114 119 -25 -2 -61 -16 -82 -29
|
|||
|
|
-61 -40 -72 -42 -72 -9 0 22 15 41 71 91 62 55 70 66 64 89 -9 37 -24 49 -17
|
|||
|
|
14 l5 -28 -31 29 c-17 15 -33 40 -37 55 -4 14 -29 55 -56 91 -38 48 -49 70
|
|||
|
|
-44 87 4 19 0 25 -21 33 -25 10 -25 12 -19 74 7 60 6 65 -17 80 -42 27 -108
|
|||
|
|
46 -186 51 -76 5 -78 5 -166 -41z"/>
|
|||
|
|
</g>
|
|||
|
|
</svg>`}})})}function cd(){return t.jsx("div",{style:{width:46,height:46,margin:"0 auto"},children:t.jsx("div",{"data-geo":"br",style:{width:"100%",height:"100%",lineHeight:0},dangerouslySetInnerHTML:{__html:`<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|||
|
|
width="100%" height="100%" viewBox="0 0 1024.000000 1024.000000"
|
|||
|
|
preserveAspectRatio="xMidYMid meet">
|
|||
|
|
<metadata>
|
|||
|
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
|||
|
|
</metadata>
|
|||
|
|
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
|||
|
|
fill="rgba(32,193,158,0.15)" stroke="none">
|
|||
|
|
<path d="M3255 9936 c-38 -13 -112 -44 -162 -69 -70 -36 -104 -47 -138 -47
|
|||
|
|
-29 0 -60 -8 -84 -22 -32 -18 -40 -30 -47 -65 l-9 -44 -57 36 c-53 34 -64 37
|
|||
|
|
-140 38 -46 1 -91 -2 -100 -6 -13 -7 -20 -1 -33 22 l-16 31 -91 0 -91 0 84
|
|||
|
|
-60 84 -60 -4 -80 c-3 -75 -1 -84 24 -120 23 -32 26 -45 20 -78 -7 -44 -11
|
|||
|
|
-42 110 -57 28 -4 56 -8 63 -10 19 -7 -70 -83 -114 -99 -29 -10 -40 -20 -44
|
|||
|
|
-40 -3 -14 -18 -42 -34 -62 l-28 -36 -25 24 -25 23 -30 -37 c-16 -21 -56 -52
|
|||
|
|
-88 -69 -40 -21 -69 -47 -96 -84 -41 -56 -54 -60 -54 -19 0 31 -4 30 -85 -6
|
|||
|
|
-76 -34 -63 -38 -159 47 -52 47 -65 53 -103 53 l-43 0 0 56 c0 51 -4 61 -46
|
|||
|
|
115 -51 67 -47 67 -137 1 l-49 -35 -36 19 c-20 10 -40 20 -44 22 -5 2 -8 -5
|
|||
|
|
-8 -16 0 -28 -77 -36 -247 -27 l-133 7 -20 -46 c-10 -25 -22 -69 -26 -96 l-7
|
|||
|
|
-50 44 -1 c24 0 64 -8 89 -17 38 -15 46 -23 53 -55 5 -21 7 -41 4 -44 -3 -3
|
|||
|
|
-21 4 -39 15 l-33 20 -72 -33 -73 -34 0 -96 0 -96 59 -54 c52 -49 62 -65 91
|
|||
|
|
-146 l33 -91 -22 -62 c-18 -49 -24 -99 -33 -251 l-10 -190 -48 -125 c-32 -84
|
|||
|
|
-53 -124 -62 -122 -7 2 -37 6 -67 9 -42 5 -57 3 -65 -9 -16 -22 -111 -68 -140
|
|||
|
|
-68 -75 0 -254 -58 -296 -96 -14 -12 -57 -43 -97 -68 -77 -49 -87 -70 -82
|
|||
|
|
-156 2 -24 -6 -48 -25 -77 l-28 -42 17 -58 17 -58 -24 -14 c-12 -8 -44 -37
|
|||
|
|
-70 -63 -37 -36 -48 -55 -48 -79 0 -22 5 -32 20 -36 27 -7 25 -16 -8 -31 -67
|
|||
|
|
-29 -99 -97 -50 -104 17 -2 24 -12 28 -38 7 -43 139 -243 188 -286 l36 -31
|
|||
|
|
-27 -46 c-15 -25 -27 -48 -27 -51 0 -3 31 -6 69 -6 38 0 92 -5 120 -12 46 -10
|
|||
|
|
51 -14 51 -38 0 -15 7 -34 16 -41 9 -7 20 -23 24 -35 9 -23 51 -34 135 -34 47
|
|||
|
|
1 56 5 155 80 57 44 110 80 116 80 6 0 17 -7 24 -15 10 -12 8 -25 -10 -69 -21
|
|||
|
|
-50 -22 -59 -11 -130 6 -42 11 -97 11 -121 0 -39 4 -46 30 -60 40 -21 60 -19
|
|||
|
|
102 10 35 24 44 25 175 25 76 0 152 -4 168 -8 48 -14 110 7 140 47 14 21 43
|
|||
|
|
42 68 51 23 9 71 37 106 63 35 26 74 47 87 47 14 0 30 10 41 26 23 36 83 72
|
|||
|
|
166 100 55 19 92 24 168 24 113 0 117 -4 93 -93 -19 -70 -18 -137 2 -166 12
|
|||
|
|
-17 15 -35 10 -68 -3 -25 -2 -62 4 -82 5 -20 12 -48 15 -63 4 -21 15 -30 54
|
|||
|
|
-43 33 -11 58 -28 76 -51 17 -22 34 -34 50 -34 20 0 25 -7 31 -35 6 -31 9 -35
|
|||
|
|
51 -41 25 -4 76 -4 114 -1 53 4 70 2 80 -9 23 -28 68 -45 88 -35 14 8 24 4 46
|
|||
|
|
-19 16 -17 36 -30 45 -30 9 0 31 -11 50 -25 25 -18 46 -25 82 -25 43 0 48 -3
|
|||
|
|
54 -25 3 -14 20 -36 38 -49 27 -20 47 -24 146 -30 146 -8 162 -11 205 -50 29
|
|||
|
|
-25 36 -41 43 -86 6 -40 20 -73 50 -117 28 -42 42 -73 42 -95 0 -33 0 -33 -45
|
|||
|
|
-30 -41 4 -45 2 -51 -23 -5 -20 0 -34 23 -63 22 -27 31 -52 35 -92 4 -30 14
|
|||
|
|
-74 23 -97 l17 -43 157 -1 c86 -1 183 0 217 1 72 2 83 -10 59 -67 -9 -20 -15
|
|||
|
|
-66 -15 -107 l0 -71 73 -47 c39 -26 84 -52 100 -59 38 -17 50 -69 49 -206 l0
|
|||
|
|
-113 -40 -47 c-38 -46 -82 -158 -82 -210 0 -35 41 -178 61 -209 24 -39 25
|
|||
|
|
-105 2 -189 -14 -54 -15 -68 -4 -88 10 -18 10 -30 2 -45 -19 -35 -13 -40 58
|
|||
|
|
-52 59 -11 75 -11 116 4 45 15 50 15 66 0 17 -15 20 -15 45 5 27 22 44 20 44
|
|||
|
|
-5 0 -10 14 -14 56 -14 48 0 62 -5 95 -31 22 -17 44 -41 51 -52 21 -39 48
|
|||
|
|
-161 54 -245 7 -78 9 -84 36 -98 25 -13 36 -13 108 4 l81 19 18 -23 c50 -64
|
|||
|
|
48 -164 -8 -311 -30 -80 -30 -83 -11 -93 10 -5 32 -10 48 -10 16 0 50 -9 74
|
|||
|
|
-20 65 -29 78 -68 77 -235 0 -129 0 -130 -27 -151 -15 -11 -54 -31 -87 -44
|
|||
|
|
-36 -14 -85 -46 -124 -79 -34 -31 -88 -77 -120 -102 -118 -97 -228 -213 -241
|
|||
|
|
-254 -7 -22 -35 -66 -61 -98 -27 -32 -56 -72 -66 -88 -10 -16 -26 -32 -38 -35
|
|||
|
|
-11 -4 -36 -19 -56 -35 -30 -23 -35 -33 -31 -58 3 -24 10 -31 35 -37 26 -5 34
|
|||
|
|
-2 54 22 29 37 78 35 108 -4 11 -15 48 -55 82 -90 35 -34 63 -71 63 -81 0 -10
|
|||
|
|
8 -25 19 -35 16 -15 19 -15 31 -1 7 9 22 21 33 27 18 9 28 2 82 -56 51 -55 67
|
|||
|
|
-66 94 -66 27 0 44 -12 107 -78 41 -42 77 -80 81 -84 5 -4 50 -48 102 -98 82
|
|||
|
|
-79 169 -140 200 -140 5 0 20 17 32 38 12 20 64 80 114 132 51 52 107 118 125
|
|||
|
|
145 19 28 65 88 104 135 114 136 127 156 143 216 19 74 80 159 184 259 88 84
|
|||
|
|
209 228 209 248 0 7 16 45 35 85 33 69 34 75 20 102 -8 16 -15 46 -15 66 0 21
|
|||
|
|
-7 60 -16 88 -16 51 -15 52 21 171 54 178 82 224 174 289 42 30 110 87 151
|
|||
|
|
128 96 94 154 131 256 165 l82 26 62 -26 c34 -15 66 -27 71 -27 5 0 18 14 28
|
|||
|
|
31 15 24 17 38 10 57 -5 14 -8 27 -5 29 2 3 36 15 75 27 70 22 71 23 51 41
|
|||
|
|
-27 25 -17 35 37 35 32 0 50 -5 59 -17 12 -17 17 -14 63 32 l51 49 0 -36 0
|
|||
|
|
-36 163 -6 c89 -4 191 -8 227 -9 l65 -2 10 61 c13 78 36 105 115 133 87 31
|
|||
|
|
130 78 130 142 0 38 5 50 34 78 22 21 36 46 40 71 5 32 17 47 85 101 71 58 81
|
|||
|
|
69 96 121 14 45 24 60 51 74 28 15 40 34 73 114 28 66 41 115 44 160 8 116 35
|
|||
|
|
189 88 241 l47 46 16 134 c9 81 28 176 47 239 29 95 33 122 39 290 6 157 12
|
|||
|
|
206 39 325 18 77 43 165 55 195 l22 55 56 5 57 5 63 85 c66 87 146 216 191
|
|||
|
|
306 15 29 48 70 80 97 31 26 72 69 91 96 31 41 45 51 87 62 44 12 58 23 127
|
|||
|
|
101 204 234 233 273 294 393 117 230 134 303 93 404 -14 36 -25 84 -25 107 0
|
|||
|
|
77 -22 198 -42 233 -10 19 -22 63 -25 99 -6 63 -8 67 -65 124 l-58 58 -107 0
|
|||
|
|
c-241 1 -429 93 -560 277 -38 54 -57 70 -117 99 -46 24 -95 60 -141 105 -65
|
|||
|
|
63 -77 71 -173 104 -102 35 -109 36 -320 45 -130 5 -241 15 -277 24 -33 8 -84
|
|||
|
|
15 -113 16 -40 0 -70 9 -124 36 -39 20 -101 42 -138 50 -38 7 -74 16 -82 19
|
|||
|
|
-8 3 -23 -7 -36 -25 -19 -25 -29 -30 -66 -30 -40 0 -47 -4 -81 -46 l-38 -46
|
|||
|
|
-13 23 c-12 22 -9 27 27 64 21 23 39 48 39 56 0 8 -20 30 -44 48 -37 28 -46
|
|||
|
|
41 -53 80 -7 39 -14 49 -43 63 -23 12 -48 16 -72 13 -32 -4 -47 1 -102 39 -35
|
|||
|
|
24 -81 49 -103 56 -21 7 -92 37 -158 68 l-120 56 -133 4 -133 4 -30 -28 c-17
|
|||
|
|
-16 -51 -60 -77 -98 -50 -73 -98 -106 -152 -106 l-30 0 75 104 c93 127 103
|
|||
|
|
157 72 203 -26 39 -59 52 -147 60 -76 6 -167 53 -172 87 -3 18 -11 21 -60 24
|
|||
|
|
-53 3 -57 5 -72 36 -22 47 -20 66 7 66 42 0 48 11 37 71 -7 38 -7 72 0 109 10
|
|||
|
|
54 10 56 -17 77 -16 13 -42 23 -59 23 -29 0 -32 3 -37 38 -4 21 -13 46 -21 57
|
|||
|
|
-13 18 -15 18 -41 1 -15 -10 -29 -16 -31 -13 -3 2 -9 32 -15 66 -6 37 -22 81
|
|||
|
|
-39 110 -23 37 -30 60 -30 102 -1 143 -58 259 -127 259 -27 0 -45 -10 -85 -47
|
|||
|
|
-63 -60 -171 -267 -183 -351 -6 -44 -14 -59 -47 -90 l-39 -37 -111 9 c-79 7
|
|||
|
|
-126 6 -167 -2 -32 -7 -83 -12 -115 -12 -51 0 -64 4 -107 35 l-48 36 -67 -12
|
|||
|
|
c-37 -6 -94 -9 -127 -5 -48 5 -64 3 -79 -11 -22 -20 -23 -64 -2 -105 23 -44 8
|
|||
|
|
-50 -122 -45 -90 2 -117 7 -146 24 l-36 21 -58 -48 c-48 -39 -87 -58 -199 -99
|
|||
|
|
-167 -61 -199 -63 -269 -18 -28 19 -65 42 -83 52 -35 20 -43 39 -43 105 0 25
|
|||
|
|
-7 70 -15 100 -8 30 -14 78 -13 106 1 39 -4 59 -20 82 l-22 30 50 42 c48 41
|
|||
|
|
50 43 50 95 0 50 -2 55 -39 84 -30 24 -49 31 -81 31 -33 0 -50 7 -77 30 -42
|
|||
|
|
37 -95 39 -198 6z"/>
|
|||
|
|
</g>
|
|||
|
|
</svg>`}})})}function ud(){return t.jsx("div",{style:{width:46,height:46,margin:"0 auto"},children:t.jsx("div",{"data-geo":"ca",style:{width:"100%",height:"100%",lineHeight:0},dangerouslySetInnerHTML:{__html:`<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|||
|
|
width="100%" height="100%" viewBox="0 0 1024.000000 1024.000000"
|
|||
|
|
preserveAspectRatio="xMidYMid meet">
|
|||
|
|
<metadata>
|
|||
|
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
|||
|
|
</metadata>
|
|||
|
|
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
|||
|
|
fill="rgba(32,193,158,0.15)" stroke="none">
|
|||
|
|
<path d="M5231 9442 c-10 -18 -20 -22 -63 -22 -41 0 -57 -5 -77 -25 -23 -21
|
|||
|
|
-31 -23 -63 -16 -54 12 -75 -14 -41 -51 16 -18 16 -19 -22 -17 -47 3 -89 -16
|
|||
|
|
-81 -37 3 -8 9 -21 12 -29 4 -11 0 -15 -15 -15 -18 0 -21 -6 -21 -40 0 -22 -2
|
|||
|
|
-40 -5 -40 -3 0 -24 9 -46 20 -37 19 -40 20 -45 3 -3 -10 -9 -26 -14 -35 -7
|
|||
|
|
-13 -3 -22 18 -38 l27 -21 -42 4 c-36 4 -44 2 -58 -19 -11 -18 -22 -23 -38
|
|||
|
|
-19 -16 4 -29 -1 -46 -19 -28 -30 -22 -56 13 -56 19 0 24 -4 19 -16 -4 -10 1
|
|||
|
|
-22 11 -30 15 -10 15 -15 4 -33 -17 -28 1 -48 30 -32 11 6 31 11 44 11 13 0
|
|||
|
|
34 7 47 16 22 16 23 16 12 -5 -7 -11 -27 -28 -46 -36 -40 -16 -43 -25 -14 -51
|
|||
|
|
17 -15 23 -16 40 -6 16 11 19 9 19 -8 0 -22 15 -25 69 -14 21 5 31 12 31 25 0
|
|||
|
|
11 7 19 15 19 8 0 15 -4 15 -10 0 -19 25 -9 63 25 20 20 37 40 37 45 0 9 40
|
|||
|
|
30 56 30 11 0 1 -32 -26 -83 -24 -43 -38 -58 -65 -67 -19 -6 -37 -15 -40 -19
|
|||
|
|
-2 -4 16 -32 40 -60 25 -29 45 -57 45 -62 0 -20 -26 -6 -76 41 -48 45 -57 50
|
|||
|
|
-100 50 l-46 0 6 -31 c3 -17 6 -42 6 -54 0 -16 8 -26 28 -33 33 -11 82 -87 82
|
|||
|
|
-126 0 -23 4 -26 33 -26 18 0 38 5 45 12 19 19 26 1 12 -34 -8 -18 -15 -34
|
|||
|
|
-16 -36 -1 -2 -16 4 -34 13 -27 14 -38 15 -81 4 -40 -11 -49 -17 -49 -35 0
|
|||
|
|
-13 -4 -26 -10 -29 -12 -8 -13 -95 -1 -95 5 0 14 7 22 16 12 14 14 14 25 -1 9
|
|||
|
|
-12 19 -15 35 -10 18 6 21 4 16 -9 -8 -21 13 -76 37 -95 14 -12 19 -10 37 13
|
|||
|
|
27 35 34 27 18 -18 -12 -33 -16 -36 -54 -36 -36 0 -42 4 -60 38 -17 32 -26 37
|
|||
|
|
-59 40 -36 3 -38 2 -32 -20 3 -13 6 -33 6 -45 0 -16 6 -23 20 -23 23 0 23 0
|
|||
|
|
11 -33 -6 -14 -18 -28 -28 -31 -26 -8 -65 -91 -57 -121 8 -34 62 -43 112 -21
|
|||
|
|
35 16 39 16 77 -4 51 -26 69 -27 55 -1 -15 28 -14 29 26 37 28 5 38 3 49 -12
|
|||
|
|
13 -18 15 -17 25 14 11 29 16 32 51 32 38 0 39 -1 39 -37 l0 -37 35 34 c19 19
|
|||
|
|
37 42 41 52 3 10 11 18 19 18 7 0 18 13 23 29 9 25 7 32 -10 48 -15 13 -22 15
|
|||
|
|
-25 6 -7 -20 -43 4 -43 28 0 16 -4 19 -17 14 -10 -4 -39 -11 -65 -15 l-48 -6
|
|||
|
|
0 34 c0 33 1 34 18 19 31 -28 69 -21 114 22 l41 38 -22 37 -23 36 25 0 c28 0
|
|||
|
|
77 35 77 55 0 8 -7 18 -16 23 -14 8 -14 11 7 26 l24 17 -22 18 c-19 16 -20 21
|
|||
|
|
-9 30 19 16 8 51 -20 62 -13 4 -24 13 -24 19 0 6 -11 8 -26 4 -19 -5 -25 -4
|
|||
|
|
-20 5 4 6 24 11 45 11 45 0 51 4 44 32 -5 16 -11 19 -34 14 -98 -20 -92 -20
|
|||
|
|
-80 3 7 11 21 21 33 21 12 0 37 14 54 31 27 26 31 35 23 55 -8 22 -6 24 15 18
|
|||
|
|
19 -4 27 1 45 29 27 44 27 67 0 67 -16 0 -19 3 -12 13 6 6 13 23 16 37 23 105
|
|||
|
|
57 230 67 253 11 22 11 32 0 52 -17 31 -24 26 -60 -46 -17 -33 -37 -59 -45
|
|||
|
|
-59 -13 0 -12 7 5 40 l21 40 -21 8 c-19 7 -19 8 7 24 16 9 42 40 59 70 27 46
|
|||
|
|
30 60 27 109 l-5 56 -56 27 c-62 31 -57 33 -104 -35 l-17 -24 -1 30 c-1 17 -5
|
|||
|
|
39 -9 50 -8 19 -8 19 -20 -3z"/>
|
|||
|
|
<path d="M4510 8900 c0 -10 8 -24 18 -29 15 -9 15 -12 2 -21 -8 -6 -25 -8 -37
|
|||
|
|
-5 -19 5 -23 1 -23 -20 0 -14 7 -28 15 -31 20 -8 19 -43 0 -51 -9 -3 -23 -19
|
|||
|
|
-31 -35 -15 -29 -15 -31 13 -60 l28 -31 -27 7 c-26 6 -28 4 -28 -23 0 -16 7
|
|||
|
|
-34 15 -41 8 -7 15 -24 15 -39 1 -14 6 -36 13 -49 l13 -22 39 20 c50 26 51 26
|
|||
|
|
64 -10 9 -28 9 -30 -16 -30 -15 0 -37 -10 -49 -21 l-23 -22 22 -39 c15 -26 31
|
|||
|
|
-41 50 -45 22 -4 25 -8 16 -19 -17 -21 13 -60 52 -68 45 -9 49 -8 49 12 0 9 9
|
|||
|
|
23 20 30 17 10 20 10 20 -4 0 -8 5 -12 10 -9 6 3 10 17 10 30 0 18 4 22 20 18
|
|||
|
|
16 -4 20 0 20 22 0 55 22 103 61 135 39 31 39 31 24 60 -14 28 -28 34 -65 32
|
|||
|
|
-20 -1 -30 17 -30 54 0 17 -7 37 -14 44 -8 6 -16 30 -18 53 l-3 42 -16 -34
|
|||
|
|
-15 -35 -13 32 c-11 26 -19 32 -42 32 -26 0 -29 4 -29 30 0 51 -46 129 -85
|
|||
|
|
146 -44 18 -45 18 -45 -6z"/>
|
|||
|
|
<path d="M4303 8653 c-21 -8 -15 -48 11 -72 l23 -22 7 23 c10 39 7 66 -10 72
|
|||
|
|
-9 3 -16 6 -17 5 -1 0 -8 -3 -14 -6z"/>
|
|||
|
|
<path d="M4084 8480 c-29 -11 -21 -60 16 -95 35 -34 30 -65 -11 -65 -27 0 -27
|
|||
|
|
-1 -18 -29 9 -27 13 -29 35 -21 41 16 92 -12 112 -59 15 -36 45 -61 73 -61 6
|
|||
|
|
0 9 33 6 89 -4 69 -9 96 -25 118 -31 44 -69 76 -81 68 -7 -3 -11 2 -11 14 0
|
|||
|
|
22 -35 51 -60 50 -8 0 -24 -4 -36 -9z"/>
|
|||
|
|
<path d="M3800 8405 c-25 -13 -55 -24 -67 -25 -36 0 -29 -30 7 -30 17 0 30 -5
|
|||
|
|
30 -10 0 -6 6 -10 13 -8 6 1 25 -6 40 -16 28 -19 29 -19 49 1 20 21 20 22 3
|
|||
|
|
67 -10 25 -20 46 -24 46 -3 -1 -26 -12 -51 -25z"/>
|
|||
|
|
<path d="M4350 8322 c0 -36 5 -54 20 -67 23 -21 26 -41 8 -48 -10 -3 -10 -11
|
|||
|
|
2 -34 l15 -30 52 23 51 23 -11 43 c-6 24 -20 55 -31 71 -20 27 -78 67 -97 67
|
|||
|
|
-5 0 -9 -22 -9 -48z"/>
|
|||
|
|
<path d="M3698 8278 c-19 -6 -28 -17 -28 -32 0 -12 -6 -28 -12 -35 -11 -10
|
|||
|
|
-10 -14 5 -22 9 -6 17 -19 17 -30 0 -18 6 -20 47 -17 45 3 47 4 60 45 9 25 22
|
|||
|
|
45 34 48 12 4 19 15 19 31 0 23 -3 24 -57 23 -32 0 -70 -5 -85 -11z"/>
|
|||
|
|
<path d="M3339 8214 c-31 -25 -65 -44 -83 -46 -23 -2 -32 -9 -34 -24 -3 -18
|
|||
|
|
-12 -23 -53 -28 -46 -6 -49 -8 -49 -36 0 -40 2 -45 21 -42 9 2 19 -4 23 -13 4
|
|||
|
|
-12 10 -14 25 -5 17 9 20 6 23 -18 4 -34 38 -37 53 -4 6 13 18 22 33 22 15 0
|
|||
|
|
29 10 40 31 25 46 49 75 57 67 4 -3 0 -17 -9 -30 -17 -26 -11 -68 9 -68 7 0
|
|||
|
|
29 7 49 15 27 12 36 21 36 39 0 13 7 27 16 30 11 4 14 14 9 35 -5 24 -2 29 16
|
|||
|
|
34 15 4 20 11 15 22 -3 9 -6 26 -6 37 0 17 -5 19 -32 14 -18 -3 -49 -2 -70 3
|
|||
|
|
-33 8 -40 5 -89 -35z"/>
|
|||
|
|
<path d="M4140 8172 c0 -16 41 -52 60 -52 24 0 26 23 4 44 -16 17 -64 22 -64
|
|||
|
|
8z"/>
|
|||
|
|
<path d="M3984 8108 c8 -62 20 -78 53 -78 27 0 27 6 -5 87 -12 29 -23 43 -36
|
|||
|
|
43 -17 0 -18 -5 -12 -52z"/>
|
|||
|
|
<path d="M4481 8140 c-38 -6 -74 -46 -50 -54 78 -26 120 -34 124 -23 3 7 9 24
|
|||
|
|
14 38 9 24 7 27 -22 35 -18 5 -47 7 -66 4z"/>
|
|||
|
|
<path d="M4670 8084 c0 -25 7 -41 23 -55 32 -27 37 -24 37 20 0 30 -6 44 -22
|
|||
|
|
55 -33 23 -38 20 -38 -20z"/>
|
|||
|
|
<path d="M3460 7991 c0 -11 -6 -21 -13 -21 -8 0 -22 -9 -32 -20 -15 -16 -15
|
|||
|
|
-22 -5 -35 11 -13 9 -15 -13 -15 -33 0 -54 -25 -37 -45 11 -13 8 -15 -18 -15
|
|||
|
|
-47 0 -57 -22 -23 -48 16 -12 34 -37 41 -57 11 -33 14 -35 56 -35 37 0 44 3
|
|||
|
|
44 20 0 25 16 26 22 2 4 -14 17 -18 68 -19 70 -2 74 -4 66 -30 -5 -17 -14 -18
|
|||
|
|
-71 -15 -35 2 -75 2 -89 -2 -22 -5 -23 -8 -14 -39 7 -22 22 -40 42 -51 31 -16
|
|||
|
|
34 -16 85 3 28 12 61 21 72 21 11 0 37 9 58 20 31 15 40 17 44 6 3 -8 29 -15
|
|||
|
|
63 -19 48 -5 62 -3 86 14 15 11 31 31 34 44 3 13 12 29 20 36 19 16 8 89 -18
|
|||
|
|
111 -15 13 -25 15 -44 8 -33 -13 -34 -13 -34 5 0 7 -8 18 -17 24 -16 9 -16 11
|
|||
|
|
-1 28 14 15 15 22 3 42 -9 18 -10 31 -2 48 7 16 7 27 -3 38 -12 14 -18 11 -57
|
|||
|
|
-27 -23 -23 -43 -47 -43 -53 0 -5 9 -21 20 -35 17 -23 17 -26 3 -42 -12 -14
|
|||
|
|
-13 -23 -4 -49 6 -18 10 -33 9 -34 -2 -1 -28 3 -58 9 -47 10 -55 14 -58 36 -2
|
|||
|
|
14 -8 30 -13 36 -5 6 -4 15 2 21 15 15 -3 46 -46 79 -19 14 -35 35 -35 45 0
|
|||
|
|
11 -6 19 -14 19 -7 0 -28 3 -45 6 -27 6 -31 4 -31 -15z"/>
|
|||
|
|
<path d="M4416 7961 c-16 -18 -16 -22 20 -92 20 -41 38 -76 40 -78 1 -2 24 4
|
|||
|
|
50 13 26 9 48 15 49 13 0 -1 18 -37 38 -79 37 -75 38 -78 22 -108 -15 -29 -15
|
|||
|
|
-32 5 -59 11 -16 20 -42 20 -58 0 -22 7 -33 25 -41 31 -14 114 -5 138 16 15
|
|||
|
|
14 17 13 17 -1 0 -9 5 -19 10 -22 6 -4 68 1 138 10 110 15 129 21 145 41 l18
|
|||
|
|
24 40 -23 c38 -21 41 -21 53 -4 7 9 20 17 29 17 8 0 20 14 26 32 6 17 21 38
|
|||
|
|
32 46 l22 15 -26 14 c-23 12 -25 17 -17 39 16 42 12 53 -25 60 -19 3 -35 10
|
|||
|
|
-35 15 0 5 -11 14 -25 19 -14 5 -28 16 -31 24 -8 22 -228 -85 -232 -113 -4
|
|||
|
|
-25 -15 -27 -33 -5 -9 11 -22 14 -45 9 -25 -4 -35 -1 -42 11 -9 15 -11 15 -23
|
|||
|
|
-7 l-13 -24 -6 30 c-5 27 -10 31 -59 40 -48 9 -52 12 -38 24 10 7 17 20 17 27
|
|||
|
|
0 8 9 14 21 14 18 0 15 6 -21 48 -56 63 -77 74 -111 57 -24 -13 -27 -12 -43
|
|||
|
|
16 -10 18 -26 29 -39 29 -12 1 -33 7 -47 15 -33 19 -44 18 -64 -4z"/>
|
|||
|
|
<path d="M3292 7948 c-45 -18 -52 -24 -46 -42 11 -38 19 -36 69 14 54 55 53
|
|||
|
|
57 -23 28z"/>
|
|||
|
|
<path d="M4020 7904 c-18 -20 5 -44 41 -44 32 0 35 7 16 31 -18 23 -44 30 -57
|
|||
|
|
13z"/>
|
|||
|
|
<path d="M4297 7883 c-13 -13 -19 -14 -31 -4 -9 8 -26 11 -40 7 l-25 -6 20
|
|||
|
|
-57 c10 -31 19 -58 19 -61 0 -3 -16 16 -35 42 -45 58 -65 60 -65 7 0 -22 5
|
|||
|
|
-43 10 -46 15 -9 12 -25 -4 -25 -20 0 -66 -39 -66 -56 0 -12 11 -14 63 -8 34
|
|||
|
|
3 66 10 72 15 30 29 34 -11 4 -52 -16 -23 -19 -38 -14 -69 l7 -39 46 6 c69 9
|
|||
|
|
92 28 92 72 0 21 6 46 14 56 10 14 11 25 4 39 -6 10 -7 40 -4 65 5 39 2 52
|
|||
|
|
-22 88 -26 39 -29 41 -45 26z"/>
|
|||
|
|
<path d="M4025 7808 c4 -18 9 -34 10 -36 3 -3 64 25 74 34 12 11 -26 34 -56
|
|||
|
|
34 -34 0 -34 -1 -28 -32z"/>
|
|||
|
|
<path d="M2877 7783 c-4 -3 -7 -14 -7 -23 0 -10 -7 -24 -16 -31 -12 -9 -15
|
|||
|
|
-24 -11 -51 4 -33 2 -39 -30 -60 -19 -13 -40 -38 -48 -55 -8 -18 -21 -33 -30
|
|||
|
|
-33 -20 0 -145 -118 -145 -137 0 -7 18 -46 40 -85 41 -71 41 -71 25 -110 -8
|
|||
|
|
-21 -15 -45 -15 -53 0 -21 63 -20 95 1 15 10 25 12 25 5 0 -7 20 -11 50 -11
|
|||
|
|
50 0 50 0 75 50 14 28 34 53 43 56 37 12 61 27 64 41 4 17 194 103 229 103 28
|
|||
|
|
0 59 27 59 51 0 8 -7 42 -16 74 -17 66 -51 104 -95 105 -35 0 -85 55 -93 103
|
|||
|
|
-7 37 -7 37 -54 36 -26 -1 -64 6 -84 15 -41 18 -51 19 -61 9z"/>
|
|||
|
|
<path d="M4079 7759 c-20 -20 -20 -23 -5 -31 21 -12 46 6 46 33 0 25 -15 24
|
|||
|
|
-41 -2z"/>
|
|||
|
|
<path d="M3980 7665 c0 -8 -5 -24 -12 -34 -14 -23 4 -51 33 -51 16 0 19 8 19
|
|||
|
|
44 0 31 -5 46 -16 50 -22 9 -24 8 -24 -9z"/>
|
|||
|
|
<path d="M4468 7658 c-23 -19 -54 -70 -62 -100 -5 -23 0 -31 45 -63 46 -33 55
|
|||
|
|
-36 88 -28 l36 9 3 63 c3 60 1 66 -29 97 -35 36 -56 42 -81 22z"/>
|
|||
|
|
<path d="M802 6848 c-548 -619 -639 -726 -630 -742 5 -10 18 -20 27 -23 13 -3
|
|||
|
|
16 -12 13 -34 -4 -28 -3 -29 22 -19 21 8 33 6 51 -6 30 -20 30 -22 6 -48 -18
|
|||
|
|
-20 -19 -29 -10 -138 9 -102 8 -121 -5 -140 -22 -32 -20 -38 13 -38 16 0 42
|
|||
|
|
-5 56 -10 21 -8 34 -6 58 7 18 10 36 24 42 31 8 10 18 9 52 -4 48 -19 58 -39
|
|||
|
|
43 -78 -15 -40 -12 -117 6 -199 13 -54 14 -79 6 -102 -6 -16 -13 -83 -17 -148
|
|||
|
|
-5 -90 -11 -120 -22 -124 -8 -3 -12 -12 -9 -20 4 -8 3 -20 -1 -26 -13 -22 -11
|
|||
|
|
-86 3 -98 8 -6 14 -17 14 -23 0 -6 14 -31 30 -56 16 -25 30 -52 30 -61 0 -9 7
|
|||
|
|
-22 15 -29 21 -17 19 -25 -14 -62 -15 -18 -33 -49 -40 -69 -6 -20 -23 -42 -37
|
|||
|
|
-49 -17 -9 -24 -20 -21 -32 4 -13 -1 -18 -14 -18 -10 0 -19 -7 -19 -15 0 -9
|
|||
|
|
-9 -15 -23 -15 -39 0 -58 -31 -62 -100 -4 -56 8 -157 20 -168 3 -3 13 2 23 11
|
|||
|
|
22 20 82 23 82 5 -1 -21 -37 -58 -55 -58 -15 0 -16 -6 -10 -42 4 -24 7 -49 6
|
|||
|
|
-55 -1 -7 -2 -28 -2 -45 -1 -18 -10 -42 -20 -54 -16 -17 -17 -24 -7 -52 12
|
|||
|
|
-30 15 -32 61 -32 41 0 48 -3 43 -16 -3 -9 -6 -19 -6 -23 0 -5 -29 -16 -65
|
|||
|
|
-26 -70 -19 -94 -47 -60 -71 15 -12 15 -13 -4 -23 -37 -20 -44 -47 -26 -102
|
|||
|
|
11 -33 22 -49 34 -49 9 0 32 -15 50 -33 30 -31 31 -36 19 -62 -11 -25 -10 -29
|
|||
|
|
20 -56 18 -16 41 -29 52 -29 12 0 23 -8 27 -17 3 -10 13 -26 21 -36 13 -14 13
|
|||
|
|
-21 3 -41 -10 -18 -10 -31 0 -64 11 -37 16 -42 41 -42 31 0 36 -15 13 -40 -14
|
|||
|
|
-15 -13 -20 5 -43 13 -16 27 -24 36 -20 12 4 14 -2 12 -30 -1 -19 4 -42 11
|
|||
|
|
-51 12 -14 10 -16 -15 -16 -17 0 -24 -4 -18 -9 16 -15 248 -114 559 -238 654
|
|||
|
|
-262 1210 -413 1945 -528 220 -35 528 -62 840 -74 140 -6 301 -13 356 -16
|
|||
|
|
l101 -6 7 41 c9 55 37 52 48 -5 16 -81 27 -95 69 -95 21 0 41 -5 44 -11 14
|
|||
|
|
-22 54 -28 95 -14 37 13 43 13 78 -7 20 -12 43 -28 50 -37 10 -13 16 -13 33
|
|||
|
|
-3 17 11 23 9 45 -18 30 -35 75 -40 114 -13 31 22 146 19 171 -3 31 -28 79 6
|
|||
|
|
79 56 0 20 28 34 51 25 22 -8 37 7 41 39 4 39 28 47 28 9 l0 -28 19 28 c10 16
|
|||
|
|
16 38 13 52 -5 30 -9 29 68 9 46 -11 69 -13 91 -5 42 14 101 -7 110 -41 4 -14
|
|||
|
|
22 -47 40 -72 l34 -47 55 4 c30 2 63 8 73 12 14 6 17 2 17 -21 0 -18 11 -40
|
|||
|
|
31 -60 30 -31 30 -33 15 -62 -15 -30 -15 -30 14 -40 23 -8 29 -17 32 -44 3
|
|||
|
|
-30 7 -33 38 -36 19 -2 47 -13 63 -24 28 -20 33 -20 169 -9 100 9 144 9 151 2
|
|||
|
|
18 -18 92 -13 118 8 l24 19 60 -57 c33 -32 65 -60 70 -62 6 -2 25 -23 44 -47
|
|||
|
|
32 -41 32 -44 16 -62 -14 -15 -15 -22 -5 -41 11 -19 10 -24 -5 -35 -15 -11
|
|||
|
|
-22 -10 -46 7 -19 14 -36 18 -54 13 -21 -5 -27 -2 -32 15 -7 27 -89 83 -117
|
|||
|
|
79 -19 -3 -17 -7 22 -49 46 -51 52 -80 26 -131 -14 -27 -15 -41 -5 -99 18
|
|||
|
|
-111 16 -127 -29 -180 -43 -52 -62 -106 -40 -119 23 -14 -3 -63 -43 -83 -26
|
|||
|
|
-12 -37 -24 -37 -40 0 -25 34 -52 53 -40 6 4 24 6 39 5 21 -2 28 2 28 16 0 19
|
|||
|
|
59 82 77 82 6 0 23 20 37 44 31 53 49 60 142 57 57 -2 73 1 77 13 4 10 -2 20
|
|||
|
|
-14 27 -18 9 -11 15 61 50 45 21 92 39 106 39 29 0 29 0 3 45 -21 35 -22 35
|
|||
|
|
-46 19 -17 -11 -36 -14 -59 -9 -19 3 -34 7 -34 9 0 26 32 72 75 109 58 51 196
|
|||
|
|
120 220 110 30 -11 83 6 89 29 3 12 0 26 -7 30 -6 4 -9 9 -7 11 3 2 40 30 82
|
|||
|
|
61 54 40 89 76 119 122 23 36 49 69 58 73 9 5 120 46 246 91 127 46 236 88
|
|||
|
|
243 93 6 5 12 22 12 38 0 19 5 29 15 29 9 0 18 7 21 15 4 10 13 13 25 10 26
|
|||
|
|
-9 46 34 30 64 -9 17 -9 26 4 43 18 27 19 61 3 91 -28 52 -13 337 18 337 7 0
|
|||
|
|
18 -9 24 -20 14 -27 25 -25 80 10 45 29 49 29 86 17 38 -13 41 -18 94 -145
|
|||
|
|
l55 -132 33 6 c22 4 32 2 32 -6 0 -7 11 -28 26 -47 20 -27 32 -33 61 -33 45 0
|
|||
|
|
109 41 117 76 4 14 14 24 24 24 12 0 27 17 43 51 13 28 34 58 46 66 13 9 28
|
|||
|
|
33 33 54 15 55 43 54 34 -1 -4 -22 -4 -40 0 -40 4 0 42 18 86 40 87 44 90 45
|
|||
|
|
90 30 0 -5 -14 -17 -30 -25 -17 -9 -40 -30 -50 -48 -18 -29 -20 -30 -20 -9 0
|
|||
|
|
44 -34 6 -108 -123 -59 -101 -71 -129 -62 -141 7 -7 9 -21 6 -30 -3 -9 7 -34
|
|||
|
|
25 -60 25 -37 34 -43 54 -38 14 3 33 -1 49 -12 26 -16 27 -16 41 2 8 10 15 25
|
|||
|
|
15 33 0 8 6 19 14 25 7 6 25 46 39 89 21 63 24 83 15 102 -14 31 5 58 34 49
|
|||
|
|
24 -7 48 12 48 41 0 15 15 32 48 54 39 27 207 227 221 263 2 6 -9 7 -28 3 -23
|
|||
|
|
-5 -31 -3 -31 8 0 22 -47 39 -69 25 -15 -9 -23 -9 -34 0 -11 10 -20 4 -46 -28
|
|||
|
|
-27 -34 -37 -40 -71 -40 -22 0 -42 -6 -47 -14 -9 -14 -113 -32 -113 -18 0 4 5
|
|||
|
|
13 12 20 16 16 -78 17 -118 2 -23 -9 -31 -7 -54 15 -15 14 -38 25 -53 25 -23
|
|||
|
|
0 -27 4 -27 30 0 30 -1 31 -36 24 -34 -6 -36 -6 -25 14 6 11 11 35 11 52 0 34
|
|||
|
|
-25 90 -40 90 -5 0 -25 -16 -45 -37 -34 -35 -36 -35 -54 -19 -15 14 -29 16
|
|||
|
|
-68 11 l-48 -6 35 30 c22 20 46 31 66 31 17 0 38 8 46 18 28 32 68 134 68 173
|
|||
|
|
0 35 -3 40 -37 54 -28 12 -54 14 -99 10 l-60 -7 -135 -122 c-191 -174 -227
|
|||
|
|
-235 -300 -500 -25 -92 -39 -122 -85 -187 -30 -44 -61 -79 -69 -79 -7 0 -52
|
|||
|
|
-53 -99 -117 -81 -111 -86 -120 -86 -168 0 -45 -3 -53 -36 -78 -46 -37 -57
|
|||
|
|
-26 -16 16 27 28 32 40 32 83 0 60 21 95 173 282 85 104 107 137 107 161 0 18
|
|||
|
|
6 42 14 54 8 12 26 81 41 152 15 72 45 177 67 234 39 99 42 104 83 122 l43 19
|
|||
|
|
7 97 7 98 42 41 c44 44 294 184 327 184 11 0 58 22 105 50 46 27 93 49 105 47
|
|||
|
|
12 -1 58 27 119 73 l98 75 21 80 c14 53 19 94 15 122 -9 58 0 85 34 105 18 11
|
|||
|
|
32 29 35 47 5 21 18 37 46 53 32 19 46 36 71 92 34 78 40 150 14 160 -11 4
|
|||
|
|
-15 14 -12 31 5 23 3 24 -31 19 -34 -5 -38 -3 -61 35 -62 102 -200 139 -200
|
|||
|
|
54 0 -14 -6 -23 -15 -23 -8 0 -15 9 -15 20 0 13 -13 26 -38 39 -37 19 -38 19
|
|||
|
|
-77 -1 -51 -26 -50 -25 -35 -43 11 -13 9 -20 -12 -43 -14 -15 -28 -41 -31 -59
|
|||
|
|
-4 -18 -23 -58 -44 -89 l-38 -58 -3 52 c-3 47 1 57 37 106 24 32 38 61 35 70
|
|||
|
|
-4 10 13 37 45 74 39 45 49 63 44 81 -4 17 -11 21 -26 17 -11 -3 -32 1 -47 9
|
|||
|
|
-26 14 -28 13 -46 -21 -18 -33 -21 -35 -54 -28 -19 4 -46 7 -60 6 -91 -6 -112
|
|||
|
|
-10 -128 -25 -26 -24 -29 -22 -36 21 -10 60 -13 62 -86 47 -47 -10 -68 -11
|
|||
|
|
-78 -2 -7 6 -38 9 -68 8 -30 -1 -54 0 -54 4 0 3 7 17 16 30 14 22 14 31 2 87
|
|||
|
|
-13 61 -15 63 -43 62 -17 -1 -45 2 -63 8 -26 8 -31 14 -27 28 8 25 -23 73 -42
|
|||
|
|
66 -8 -3 -30 10 -51 30 -36 35 -50 38 -94 19 -15 -6 -18 -2 -18 27 0 29 -7 39
|
|||
|
|
-49 71 -33 26 -58 37 -82 37 -28 0 -45 12 -112 78 l-78 77 5 -100 c5 -98 9
|
|||
|
|
-140 22 -238 5 -43 4 -49 -15 -54 -16 -4 -19 -11 -15 -28 4 -16 -5 -40 -30
|
|||
|
|
-79 -20 -31 -38 -56 -40 -56 -3 0 -38 15 -80 34 l-74 34 -35 -23 c-19 -13 -37
|
|||
|
|
-31 -40 -40 -9 -21 -30 -19 -45 5 -11 17 -10 20 7 20 14 0 21 10 25 36 8 40
|
|||
|
|
-8 68 -35 61 -12 -3 -20 5 -28 33 -6 20 -22 49 -36 64 -20 21 -23 31 -15 41 8
|
|||
|
|
10 6 24 -10 54 -11 23 -23 61 -27 86 -4 35 -10 45 -25 45 -15 0 -17 -5 -12
|
|||
|
|
-25 7 -30 -10 -34 -38 -8 -17 15 -19 15 -36 0 -13 -12 -37 -17 -75 -17 l-56 0
|
|||
|
|
-8 41 c-7 36 -13 42 -48 55 -22 7 -49 14 -60 14 -12 0 -26 5 -33 12 -6 6 -35
|
|||
|
|
22 -64 34 l-53 22 -43 -35 c-55 -45 -86 -53 -202 -53 -106 0 -131 -10 -148
|
|||
|
|
-59 -9 -25 -5 -37 29 -94 35 -58 40 -74 42 -136 2 -58 5 -71 19 -71 17 0 38
|
|||
|
|
-47 38 -85 0 -11 11 -37 25 -56 19 -25 24 -40 19 -59 -4 -14 -8 -53 -9 -88 -1
|
|||
|
|
-48 -6 -68 -22 -83 -19 -20 -19 -20 1 -63 17 -38 25 -45 57 -49 23 -3 63 -23
|
|||
|
|
101 -51 52 -36 75 -62 118 -132 l53 -87 -5 -132 -5 -133 -79 -115 c-68 -100
|
|||
|
|
-86 -119 -126 -138 -27 -12 -48 -25 -48 -29 0 -13 77 -80 92 -80 12 0 19 -16
|
|||
|
|
27 -61 8 -46 21 -75 51 -115 22 -29 44 -71 49 -94 5 -23 16 -49 25 -59 11 -12
|
|||
|
|
16 -37 16 -83 0 -46 4 -69 15 -78 17 -14 20 -70 4 -70 -6 0 -13 9 -16 20 -3
|
|||
|
|
11 -13 20 -22 20 -9 0 -22 5 -28 11 -8 8 -13 -1 -18 -37 -9 -69 -10 -71 -41
|
|||
|
|
-78 -24 -6 -35 0 -93 58 -36 36 -79 68 -94 72 -16 3 -33 17 -39 29 -6 13 -41
|
|||
|
|
49 -79 80 -60 50 -69 62 -69 91 0 19 -13 75 -29 126 -36 116 -44 170 -30 201
|
|||
|
|
8 19 8 31 -3 52 -15 27 -16 27 -129 30 -75 1 -122 -2 -139 -10 -14 -7 -39 -10
|
|||
|
|
-56 -8 -18 3 -35 0 -38 -6 -5 -7 -27 4 -61 30 -41 30 -61 40 -78 35 -14 -3
|
|||
|
|
-41 4 -72 19 -26 14 -64 25 -82 25 -23 0 -36 6 -40 18 -20 55 -146 142 -206
|
|||
|
|
142 -21 0 -51 11 -78 30 -24 16 -63 32 -87 36 -36 5 -49 2 -82 -20 -27 -17
|
|||
|
|
-53 -26 -81 -26 -40 0 -41 1 -36 29 4 19 -8 78 -33 168 -22 76 -40 140 -40
|
|||
|
|
142 0 2 -9 1 -19 -2 -11 -3 -29 1 -40 9 -14 11 -26 12 -46 4 -40 -15 -55 -12
|
|||
|
|
-55 12 0 12 -6 29 -14 37 -11 13 -12 37 -4 131 5 63 10 131 11 150 1 19 14 53
|
|||
|
|
28 75 43 66 59 102 59 133 0 17 10 37 25 52 17 16 22 27 15 35 -7 8 6 29 40
|
|||
|
|
67 28 31 50 61 50 67 0 6 6 11 13 11 7 0 18 5 25 12 9 9 5 15 -18 24 -46 20
|
|||
|
|
-36 34 23 34 56 0 79 15 106 67 10 19 6 26 -33 57 -34 29 -52 36 -85 36 -28 0
|
|||
|
|
-54 8 -79 25 -20 14 -49 25 -65 25 -30 0 -33 16 -6 33 11 7 28 2 60 -19 24
|
|||
|
|
-15 64 -31 89 -35 25 -4 59 -12 76 -20 28 -11 35 -10 61 9 18 13 33 34 36 52
|
|||
|
|
6 28 9 30 52 30 38 0 51 6 85 36 22 20 40 45 40 56 0 10 9 31 20 46 11 16 20
|
|||
|
|
47 22 77 l3 50 -74 8 c-62 7 -81 14 -119 43 -33 25 -55 34 -83 34 -32 0 -39 3
|
|||
|
|
-39 20 0 17 7 20 45 20 54 0 115 -28 139 -64 14 -22 24 -26 67 -26 46 0 55 4
|
|||
|
|
85 37 28 30 74 140 62 147 -2 1 -20 9 -40 19 -55 24 -47 37 22 37 53 0 60 -2
|
|||
|
|
60 -20 0 -30 66 -29 75 1 6 19 8 19 24 5 17 -15 41 -22 41 -11 0 3 -8 17 -17
|
|||
|
|
31 -14 22 -14 27 -2 34 8 6 19 4 29 -5 13 -11 20 -9 46 13 19 16 37 45 45 70
|
|||
|
|
7 23 18 47 26 53 8 7 13 32 13 65 0 52 -2 55 -40 80 -27 18 -40 34 -40 49 0
|
|||
|
|
13 -13 34 -30 48 -37 31 -38 47 -5 47 21 0 29 9 46 47 16 37 17 48 7 55 -7 4
|
|||
|
|
-16 8 -19 8 -3 0 -4 14 -1 30 4 29 3 31 -21 25 -17 -5 -37 -1 -56 11 -25 15
|
|||
|
|
-29 23 -24 43 6 23 4 24 -27 18 -18 -4 -50 -2 -71 3 -28 8 -51 8 -80 0 -39
|
|||
|
|
-11 -41 -13 -35 -42 3 -17 6 -39 6 -50 0 -10 13 -31 30 -46 21 -19 27 -31 20
|
|||
|
|
-42 -5 -8 -5 -21 1 -32 8 -15 6 -18 -11 -18 -18 0 -20 -6 -20 -73 0 -49 -5
|
|||
|
|
-80 -15 -93 -8 -10 -17 -41 -21 -67 -4 -28 -13 -51 -21 -54 -8 -3 -19 -16 -24
|
|||
|
|
-29 -12 -32 -27 -30 -35 4 -4 15 -22 47 -40 72 -39 54 -48 87 -35 120 7 18 10
|
|||
|
|
20 10 8 1 -21 17 -24 24 -5 11 29 -18 90 -60 124 -24 20 -43 44 -43 54 0 25
|
|||
|
|
-8 24 -30 -3 -13 -16 -21 -48 -25 -105 -5 -60 -11 -83 -21 -83 -8 0 -16 18
|
|||
|
|
-20 49 -4 28 -18 67 -35 92 -26 39 -27 44 -13 70 19 37 18 39 -9 39 -13 0 -28
|
|||
|
|
5 -35 12 -8 8 -15 8 -27 -2 -13 -11 -20 -9 -41 11 l-25 23 23 18 c18 13 21 19
|
|||
|
|
11 29 -20 20 -15 36 8 35 28 -1 36 20 11 28 -26 9 -82 120 -82 164 0 45 -64
|
|||
|
|
154 -86 145 -8 -3 -21 2 -28 12 -13 19 -36 13 -36 -8 0 -7 -9 -18 -21 -25 -16
|
|||
|
|
-11 -18 -16 -9 -27 17 -20 6 -43 -22 -47 -20 -3 -24 -11 -29 -56 -4 -29 -10
|
|||
|
|
-56 -13 -59 -3 -4 3 -13 15 -21 l20 -14 -22 -24 c-34 -36 -21 -88 35 -141 25
|
|||
|
|
-24 53 -43 64 -43 10 0 24 -11 29 -23 9 -19 17 -23 42 -19 19 2 31 0 31 -7 0
|
|||
|
|
-6 -12 -11 -28 -11 -23 0 -29 -6 -40 -40 -14 -45 -7 -90 13 -90 8 0 15 12 17
|
|||
|
|
28 5 41 23 28 26 -19 2 -30 -2 -47 -16 -63 -10 -11 -25 -36 -32 -53 -11 -28
|
|||
|
|
-17 -33 -46 -33 l-34 0 0 -86 0 -86 -32 19 c-30 17 -33 24 -35 71 -1 28 2 54
|
|||
|
|
7 57 6 4 10 21 10 39 0 30 -3 34 -35 39 -19 3 -50 18 -70 33 -34 26 -35 26
|
|||
|
|
-35 5 0 -16 -6 -21 -25 -21 -14 0 -25 -5 -25 -10 0 -12 49 -60 61 -60 4 0 18
|
|||
|
|
-14 30 -31 18 -25 19 -33 8 -40 -9 -5 -21 -2 -34 10 -11 9 -33 23 -49 30 -25
|
|||
|
|
10 -31 10 -38 -3 -12 -21 -34 -20 -73 4 -26 16 -38 18 -60 10 -14 -5 -52 -10
|
|||
|
|
-84 -10 -53 0 -59 2 -96 41 -27 27 -46 38 -59 35 -25 -6 -66 10 -66 27 0 8 -9
|
|||
|
|
22 -20 32 -10 9 -22 37 -26 61 -9 60 -37 96 -67 85 -12 -5 -53 -14 -92 -20
|
|||
|
|
-44 -8 -78 -20 -92 -33 -20 -19 -21 -22 -6 -44 17 -26 60 -33 69 -11 2 7 16
|
|||
|
|
14 30 15 14 1 41 9 60 18 37 18 64 13 64 -11 0 -15 -88 -65 -116 -65 -31 0
|
|||
|
|
-95 -43 -89 -60 11 -26 25 -111 25 -147 0 -31 -2 -33 -21 -22 -19 10 -20 8
|
|||
|
|
-14 -10 5 -15 2 -21 -10 -21 -21 0 -29 24 -18 57 13 40 0 105 -26 121 -11 8
|
|||
|
|
-21 23 -21 33 0 11 -6 19 -14 19 -8 0 -18 9 -21 20 -7 22 -41 45 -49 32 -3 -5
|
|||
|
|
-44 -6 -92 -4 -72 4 -101 11 -161 38 -41 19 -85 34 -99 34 -28 0 -32 24 -9 56
|
|||
|
|
10 15 22 20 39 17 59 -12 83 38 52 110 -18 44 -44 64 -93 72 -52 8 -147 73
|
|||
|
|
-151 102 -2 13 -24 35 -53 55 -38 25 -58 48 -84 99 -39 76 -51 88 -99 96 -27
|
|||
|
|
4 -36 2 -36 -8 0 -8 -11 -21 -23 -30 -20 -15 -27 -15 -55 -3 -37 15 -41 29
|
|||
|
|
-12 44 13 7 20 21 20 40 0 19 7 34 20 42 21 13 27 43 11 52 -5 4 -21 -7 -34
|
|||
|
|
-24 -14 -16 -32 -30 -41 -30 -8 0 -23 -11 -34 -25 -11 -14 -27 -25 -36 -25
|
|||
|
|
-14 0 -16 18 -16 135 0 128 -1 135 -20 135 -16 0 -20 -7 -20 -36 0 -21 -4 -33
|
|||
|
|
-10 -29 -18 11 -50 -6 -50 -26 0 -12 -7 -19 -20 -19 -11 0 -20 6 -20 14 0 21
|
|||
|
|
-93 32 -131 16 -23 -10 -33 -10 -42 -1 -6 6 -27 11 -46 11 -39 0 -121 -28
|
|||
|
|
-121 -41 0 -16 -38 -9 -44 8 -11 27 14 42 97 60 63 13 81 14 100 4 35 -19 161
|
|||
|
|
-2 165 22 3 13 -3 17 -27 17 -19 0 -31 5 -31 13 0 16 -196 13 -216 -3 -8 -8
|
|||
|
|
-19 -8 -31 -2 -13 7 -36 4 -78 -9 -77 -24 -145 -18 -145 14 0 12 -19 40 -41
|
|||
|
|
63 -40 41 -58 85 -62 154 -2 22 -36 89 -72 143 -11 16 -85 -64 -653 -705z"/>
|
|||
|
|
<path d="M5430 7379 c-14 -6 -42 -8 -62 -5 -29 5 -38 3 -38 -8 0 -25 20 -68
|
|||
|
|
44 -97 14 -16 27 -42 31 -59 4 -16 13 -30 20 -30 27 0 45 12 45 30 0 28 19 35
|
|||
|
|
85 32 49 -3 64 0 78 16 17 18 15 21 -47 76 -68 59 -98 68 -156 45z"/>
|
|||
|
|
<path d="M3282 7352 c-42 -21 -55 -24 -61 -13 -6 10 -27 3 -90 -28 -69 -35
|
|||
|
|
-81 -45 -81 -66 0 -14 -4 -25 -9 -25 -4 0 -29 -16 -55 -35 -48 -37 -60 -65
|
|||
|
|
-27 -65 26 0 44 -23 30 -37 -23 -23 3 -33 87 -33 77 0 84 -2 84 -20 0 -19 -7
|
|||
|
|
-20 -91 -20 -74 0 -113 -7 -136 -24 -1 -1 4 -22 11 -46 13 -43 16 -46 77 -69
|
|||
|
|
35 -13 89 -26 120 -28 48 -4 58 -8 72 -33 9 -15 29 -31 44 -35 35 -8 73 -43
|
|||
|
|
73 -67 0 -36 -77 -21 -127 24 -28 26 -121 48 -204 48 l-67 0 -6 -34 c-5 -25 0
|
|||
|
|
-51 17 -93 22 -55 26 -60 95 -96 56 -29 72 -43 72 -60 0 -22 25 -126 32 -133
|
|||
|
|
2 -2 59 -12 125 -22 l122 -19 46 29 c42 26 49 28 88 17 42 -11 42 -11 78 30
|
|||
|
|
37 42 69 53 69 26 0 -23 51 -64 79 -65 23 0 23 -1 8 -18 -25 -27 -21 -32 23
|
|||
|
|
-32 23 0 52 -7 65 -16 23 -15 31 -15 77 -2 49 13 53 17 62 53 7 32 6 40 -10
|
|||
|
|
52 -23 17 -34 17 -34 -1 0 -8 -7 -16 -15 -20 -11 -4 -15 1 -15 18 0 14 -3 31
|
|||
|
|
-6 39 -4 11 0 14 13 11 11 -3 26 3 37 15 19 21 46 28 46 14 0 -5 5 -15 10 -23
|
|||
|
|
8 -13 11 -12 25 5 12 14 18 16 21 8 12 -27 24 -11 24 30 0 39 -3 44 -33 55
|
|||
|
|
-22 8 -40 26 -57 57 -18 33 -29 43 -42 39 -13 -4 -24 9 -49 57 -31 62 -31 65
|
|||
|
|
-36 243 l-4 181 -36 62 c-33 56 -39 61 -75 65 -45 4 -44 6 -53 -114 -4 -49
|
|||
|
|
-11 -90 -15 -93 -5 -3 -3 -23 5 -45 13 -37 13 -40 -6 -51 -12 -6 -23 -8 -27
|
|||
|
|
-5 -3 4 -9 46 -12 94 -11 138 -60 235 -96 187 -13 -18 -13 -21 2 -32 9 -7 21
|
|||
|
|
-14 27 -16 21 -7 -5 -27 -34 -27 -17 0 -32 -6 -35 -15 -4 -8 -18 -15 -32 -15
|
|||
|
|
-25 0 -25 0 -7 20 18 20 18 22 -5 69 -12 27 -33 54 -46 60 -22 9 -26 7 -47
|
|||
|
|
-24 -16 -26 -29 -35 -49 -35 -38 0 -35 14 8 41 35 21 36 23 29 68 -4 25 -10
|
|||
|
|
49 -13 52 -4 4 -31 -5 -60 -19z"/>
|
|||
|
|
<path d="M4544 7356 c-44 -16 -66 -37 -61 -58 4 -13 0 -18 -14 -18 -18 0 -19
|
|||
|
|
-8 -19 -112 1 -79 5 -121 15 -138 8 -14 14 -42 15 -63 0 -31 4 -39 27 -48 20
|
|||
|
|
-7 30 -6 40 4 19 19 35 92 27 124 -7 27 -2 28 61 8 16 -5 27 3 53 39 18 24 32
|
|||
|
|
54 32 65 0 12 11 44 25 71 14 27 25 58 25 70 0 18 -6 20 -52 20 -38 0 -65 7
|
|||
|
|
-97 25 -23 14 -44 24 -45 24 0 -1 -15 -6 -32 -13z"/>
|
|||
|
|
<path d="M5177 7353 c-2 -4 -7 -19 -10 -33 -4 -16 -19 -32 -40 -42 -31 -15
|
|||
|
|
-35 -21 -40 -70 -4 -29 -7 -76 -7 -104 0 -44 3 -52 24 -62 l24 -11 -20 -40
|
|||
|
|
c-13 -26 -18 -50 -14 -66 5 -21 12 -25 45 -25 l39 0 4 -55 c3 -52 2 -55 -21
|
|||
|
|
-55 -20 0 -22 4 -17 24 5 20 -3 33 -46 74 -51 48 -52 52 -61 123 -17 142 -17
|
|||
|
|
217 -1 223 14 5 22 22 38 74 7 21 5 22 -61 22 l-68 -1 -45 -60 c-25 -34 -51
|
|||
|
|
-68 -57 -78 -9 -12 -10 -26 -3 -51 8 -28 6 -43 -14 -86 -15 -33 -21 -56 -15
|
|||
|
|
-65 5 -8 9 -57 9 -110 0 -110 -2 -108 97 -104 45 2 54 -1 67 -21 15 -21 14
|
|||
|
|
-23 -5 -29 -11 -4 -30 0 -43 9 -19 12 -27 13 -41 3 -15 -12 -15 -16 1 -57 10
|
|||
|
|
-25 24 -49 33 -54 8 -5 25 -20 37 -33 30 -32 86 -29 94 5 5 22 6 22 45 -18 44
|
|||
|
|
-45 50 -47 85 -21 22 18 25 18 36 3 11 -15 18 -15 59 -4 38 10 54 10 82 0 31
|
|||
|
|
-11 36 -11 48 5 12 17 15 17 44 3 l31 -16 -6 29 c-6 27 -4 29 32 33 22 3 44 1
|
|||
|
|
51 -4 7 -6 21 -3 38 8 27 18 27 18 -20 73 l-20 24 25 -6 c14 -4 40 -7 58 -7
|
|||
|
|
28 0 35 -5 54 -45 14 -29 29 -45 40 -45 10 0 18 -4 18 -10 0 -5 12 -10 26 -10
|
|||
|
|
15 0 44 -10 65 -22 31 -17 39 -28 39 -50 0 -21 -6 -29 -26 -34 -20 -5 -24 -12
|
|||
|
|
-22 -33 2 -18 10 -27 25 -29 18 -3 26 5 38 36 14 34 19 38 43 34 15 -2 38 -15
|
|||
|
|
52 -28 17 -16 30 -20 40 -14 10 6 17 2 25 -13 5 -12 31 -33 57 -47 29 -15 68
|
|||
|
|
-52 102 -94 51 -63 55 -71 41 -86 -9 -10 -15 -36 -15 -63 0 -38 -7 -57 -35
|
|||
|
|
-96 -46 -64 -45 -83 8 -119 23 -16 51 -39 61 -51 16 -18 17 -21 3 -21 -9 0
|
|||
|
|
-28 -11 -43 -25 -15 -14 -33 -25 -39 -25 -7 0 -15 -6 -18 -14 -7 -19 -69 -36
|
|||
|
|
-129 -36 -68 0 -79 -6 -67 -37 10 -26 7 -29 -45 -65 -6 -4 -4 -18 4 -38 39
|
|||
|
|
-93 107 -121 185 -75 49 28 49 28 35 55 -13 25 13 33 60 20 19 -6 36 -10 37
|
|||
|
|
-10 2 0 3 9 3 19 0 10 9 29 19 42 l19 24 13 -28 c13 -29 17 -31 38 -18 10 7
|
|||
|
|
34 -4 80 -35 55 -37 74 -44 113 -44 l48 0 0 -45 c0 -58 19 -68 135 -70 63 -1
|
|||
|
|
99 -6 122 -18 36 -19 87 -21 181 -7 47 6 75 5 110 -5 41 -13 48 -12 64 2 16
|
|||
|
|
15 16 17 -3 54 -13 26 -26 39 -40 39 -11 0 -35 11 -52 24 -33 25 -124 56 -163
|
|||
|
|
56 -14 0 -37 17 -63 49 l-41 49 50 -13 c28 -7 74 -23 103 -35 46 -19 59 -20
|
|||
|
|
107 -12 48 9 59 8 88 -10 l32 -20 0 51 c0 39 -4 51 -18 55 -10 4 -29 20 -41
|
|||
|
|
37 l-23 31 23 -7 c13 -4 30 -10 36 -12 10 -4 10 2 2 24 -6 19 -23 36 -44 46
|
|||
|
|
-19 9 -35 23 -35 31 0 9 -17 20 -40 27 -37 11 -39 14 -25 29 13 14 13 19 2 28
|
|||
|
|
-7 6 -22 9 -34 6 -15 -4 -26 3 -43 26 -21 30 -26 32 -66 26 -42 -5 -45 -4 -70
|
|||
|
|
33 -29 45 -59 57 -91 36 -29 -19 -33 -19 -33 4 0 12 -11 23 -30 30 -20 7 -30
|
|||
|
|
17 -30 31 0 19 2 20 28 7 28 -14 62 -12 62 3 0 12 -41 50 -54 50 -6 0 -5 4 3
|
|||
|
|
9 12 8 13 15 4 34 -7 14 -9 28 -6 31 12 12 40 6 57 -13 9 -10 37 -24 60 -31
|
|||
|
|
37 -10 47 -10 69 4 l24 17 -1 -38 c-1 -34 3 -40 57 -77 41 -29 60 -37 68 -29
|
|||
|
|
6 6 28 9 50 6 43 -6 49 3 24 40 -8 12 -21 41 -29 65 -14 39 -14 42 3 42 19 0
|
|||
|
|
51 57 51 90 0 15 -7 20 -25 20 -21 0 -25 5 -25 29 0 21 6 32 20 36 22 7 26 20
|
|||
|
|
9 31 -6 3 -9 19 -6 34 6 25 3 28 -31 33 -28 5 -46 1 -78 -18 -24 -14 -45 -25
|
|||
|
|
-48 -25 -3 0 -6 19 -6 42 l0 43 -26 -37 -27 -37 -26 18 c-14 11 -37 31 -50 45
|
|||
|
|
-18 19 -30 24 -48 20 -20 -6 -23 -3 -23 25 0 42 -14 39 -46 -9 -22 -34 -32
|
|||
|
|
-40 -60 -40 -28 0 -38 6 -54 32 -19 32 -21 32 -101 34 -90 2 -118 15 -70 32
|
|||
|
|
35 12 38 24 17 65 -14 26 -14 27 7 27 13 0 33 7 45 16 19 13 21 19 11 31 -10
|
|||
|
|
11 -26 13 -76 7 l-64 -6 13 28 c6 16 18 37 26 46 12 14 11 18 -10 29 -13 7
|
|||
|
|
-33 19 -46 27 -21 14 -22 13 -20 -9 3 -22 -1 -24 -41 -27 l-44 -3 32 39 c17
|
|||
|
|
22 31 42 31 45 0 3 -23 10 -51 17 -45 11 -51 11 -64 -6 -13 -16 -16 -17 -24
|
|||
|
|
-4 -8 12 -13 12 -30 -4 -21 -19 -21 -19 -21 17 0 30 -4 37 -20 37 -15 0 -20
|
|||
|
|
-7 -20 -26 0 -39 -17 -63 -40 -57 -24 6 -25 27 -5 66 18 35 6 64 -30 73 -37 9
|
|||
|
|
-53 -1 -57 -37 -4 -47 -24 -46 -48 0 -11 23 -23 41 -26 41 -3 0 -19 -11 -36
|
|||
|
|
-25 -16 -14 -34 -25 -39 -25 -16 0 -9 33 12 56 17 18 19 26 9 44 -9 16 -17 20
|
|||
|
|
-36 16 -16 -4 -24 -2 -24 7 0 21 -38 35 -110 41 -77 7 -114 -7 -118 -44 -1
|
|||
|
|
-14 -5 -35 -7 -47 l-5 -23 -21 21 c-11 11 -30 19 -42 17 -18 -2 -24 -12 -31
|
|||
|
|
-55 -6 -34 -14 -53 -22 -53 -17 0 -18 34 -3 62 9 17 8 24 -6 34 -12 9 -16 20
|
|||
|
|
-11 39 8 30 -15 80 -45 96 -15 8 -19 17 -15 34 4 15 -1 31 -13 46 -16 20 -23
|
|||
|
|
22 -47 13 -22 -8 -34 -7 -51 3 -11 8 -23 10 -26 6z"/>
|
|||
|
|
<path d="M3796 7308 c-8 -12 -12 -26 -9 -32 4 -6 24 -37 46 -70 43 -64 40 -64
|
|||
|
|
82 15 l23 45 -20 32 c-17 28 -25 32 -63 32 -34 0 -47 -5 -59 -22z"/>
|
|||
|
|
<path d="M4176 7323 c-26 -4 -28 -7 -23 -39 5 -30 4 -34 -12 -29 -10 3 -23 -1
|
|||
|
|
-30 -9 -15 -18 2 -66 24 -66 11 0 15 -12 15 -51 0 -46 -2 -50 -22 -47 -15 2
|
|||
|
|
-26 14 -33 33 -17 51 -35 57 -60 18 -16 -24 -16 -28 -1 -54 9 -15 16 -41 16
|
|||
|
|
-57 0 -26 5 -32 36 -42 43 -15 104 -102 104 -149 0 -23 7 -34 28 -45 36 -19
|
|||
|
|
62 -5 62 34 0 23 3 27 20 23 12 -3 36 5 60 21 44 29 47 43 34 140 -6 41 -9 46
|
|||
|
|
-27 40 -17 -6 -19 -3 -13 22 8 30 22 44 44 44 6 0 12 9 12 21 0 18 -4 20 -26
|
|||
|
|
15 -93 -24 -98 -21 -59 30 14 18 25 40 25 48 0 9 7 16 15 16 19 0 19 19 0 44
|
|||
|
|
-14 19 -25 19 -99 0 -21 -5 -28 -1 -37 20 -7 14 -15 25 -18 25 -3 -1 -19 -4
|
|||
|
|
-35 -6z"/>
|
|||
|
|
<path d="M1673 7264 c-18 -13 -20 -20 -12 -42 6 -15 15 -30 21 -33 6 -4 43 4
|
|||
|
|
84 18 59 20 72 28 67 41 -11 30 -15 33 -28 22 -9 -7 -26 -8 -56 -1 -54 13 -49
|
|||
|
|
13 -76 -5z"/>
|
|||
|
|
<path d="M4257 6442 c-19 -20 -27 -39 -27 -64 0 -37 -12 -48 -52 -48 -26 0
|
|||
|
|
-21 -43 5 -48 11 -2 27 -12 37 -22 10 -10 53 -35 96 -55 l78 -37 41 43 40 44
|
|||
|
|
-27 3 c-23 3 -28 8 -28 31 0 18 -12 38 -35 61 -19 19 -35 39 -35 46 0 14 -48
|
|||
|
|
74 -59 74 -4 0 -19 -13 -34 -28z"/>
|
|||
|
|
<path d="M5908 6353 l-38 -15 0 -63 c0 -34 3 -77 6 -94 6 -29 9 -31 48 -30 73
|
|||
|
|
2 90 11 105 57 12 38 11 45 -3 61 -9 10 -16 35 -16 59 0 41 -1 42 -32 41 -18
|
|||
|
|
0 -50 -7 -70 -16z"/>
|
|||
|
|
<path d="M6049 6354 c-6 -7 -8 -22 -4 -34 5 -15 15 -20 43 -20 51 0 67 12 53
|
|||
|
|
38 -13 24 -76 35 -92 16z"/>
|
|||
|
|
<path d="M5393 5732 c10 -10 17 -26 17 -34 0 -9 10 -18 23 -22 72 -19 77 13 7
|
|||
|
|
49 -59 30 -69 31 -47 7z"/>
|
|||
|
|
<path d="M5335 5690 c12 -42 19 -50 35 -40 13 8 10 14 -14 37 l-28 28 7 -25z"/>
|
|||
|
|
<path d="M5269 5683 c-11 -12 -13 -48 -11 -148 1 -73 6 -145 11 -161 7 -25 2
|
|||
|
|
-40 -32 -97 -22 -37 -38 -69 -36 -71 2 -2 33 2 69 10 35 7 66 11 68 9 2 -2 6
|
|||
|
|
-22 9 -45 l6 -42 36 7 c44 8 51 12 51 30 0 31 34 84 57 90 22 5 24 9 18 44 -5
|
|||
|
|
33 -3 40 18 54 23 15 25 15 30 -3 3 -13 14 -20 30 -20 19 0 26 -6 29 -22 2
|
|||
|
|
-19 14 -25 66 -37 71 -16 81 -13 119 36 l24 31 -23 27 c-22 25 -26 26 -63 16
|
|||
|
|
-58 -16 -74 -14 -68 7 7 29 -55 122 -82 122 -12 0 -41 14 -63 30 -24 17 -54
|
|||
|
|
30 -71 30 -20 0 -30 6 -34 20 -6 24 -57 29 -57 5 0 -31 -21 -13 -47 40 -15 30
|
|||
|
|
-30 55 -34 55 -4 0 -13 -7 -20 -17z"/>
|
|||
|
|
<path d="M6107 5401 c-21 -8 -14 -17 32 -41 31 -16 48 6 24 32 -17 19 -27 21
|
|||
|
|
-56 9z"/>
|
|||
|
|
<path d="M6017 5338 c-17 -13 -17 -15 7 -37 27 -25 53 -25 70 1 19 32 -43 61
|
|||
|
|
-77 36z"/>
|
|||
|
|
<path d="M5670 5153 c-25 -8 -55 -11 -66 -8 -19 4 -23 -1 -29 -32 -4 -21 -13
|
|||
|
|
-49 -20 -63 -11 -21 -11 -31 1 -59 13 -31 16 -33 32 -19 9 9 31 19 49 23 24 5
|
|||
|
|
40 19 63 56 27 42 31 54 24 82 l-9 33 -45 -13z"/>
|
|||
|
|
<path d="M5927 5072 c-38 -39 -36 -79 6 -120 26 -25 36 -29 45 -20 24 24 8
|
|||
|
|
168 -18 168 -3 0 -18 -13 -33 -28z"/>
|
|||
|
|
<path d="M58 4537 c-18 -15 -28 -32 -28 -49 0 -15 -5 -30 -10 -33 -6 -4 -10
|
|||
|
|
-25 -10 -48 1 -23 -2 -60 -5 -82 -4 -22 -2 -82 3 -134 8 -73 14 -98 31 -114
|
|||
|
|
16 -16 23 -19 33 -9 9 9 9 17 0 37 -7 14 -12 55 -12 91 0 58 2 66 21 71 17 5
|
|||
|
|
20 11 15 38 -6 28 -2 37 29 64 20 17 40 31 45 31 13 0 50 37 50 50 0 6 -13 10
|
|||
|
|
-30 10 -16 0 -30 -5 -30 -11 0 -5 -5 -7 -11 -3 -6 3 -9 17 -6 30 3 18 0 24
|
|||
|
|
-14 24 -12 0 -19 9 -21 27 -4 35 -17 37 -50 10z"/>
|
|||
|
|
<path d="M9311 4207 c-16 -8 -29 -30 -42 -72 -17 -54 -18 -73 -8 -184 5 -69
|
|||
|
|
17 -156 25 -194 7 -37 14 -83 14 -101 0 -24 7 -38 23 -49 18 -12 20 -18 10
|
|||
|
|
-28 -7 -7 -13 -33 -13 -58 0 -35 -6 -51 -26 -72 l-26 -27 22 -12 c17 -9 25 -9
|
|||
|
|
38 3 36 30 41 29 35 -10 -3 -21 -13 -53 -21 -72 -15 -33 -15 -34 12 -57 15
|
|||
|
|
-13 33 -24 39 -24 13 0 157 97 192 129 11 11 40 22 65 26 44 6 47 9 83 76 21
|
|||
|
|
38 42 69 46 69 15 0 31 -25 31 -49 l0 -24 24 22 c14 13 23 28 20 35 -6 16 52
|
|||
|
|
71 60 57 4 -6 1 -23 -7 -38 -8 -16 -21 -48 -29 -73 -8 -25 -19 -53 -23 -62 -5
|
|||
|
|
-13 -1 -20 16 -27 20 -7 30 -4 56 21 27 26 32 39 37 97 9 93 9 122 1 159 -5
|
|||
|
|
24 -4 32 6 32 35 -1 79 -62 79 -110 0 -29 6 -41 25 -54 13 -9 27 -16 30 -16 3
|
|||
|
|
0 5 23 5 50 0 43 3 50 20 50 13 0 20 -7 20 -18 0 -18 46 -70 54 -61 2 2 11 19
|
|||
|
|
20 37 16 32 16 38 0 107 -15 65 -22 78 -53 100 l-36 25 -6 -35 c-12 -73 -39
|
|||
|
|
-56 -39 26 0 52 -2 59 -20 59 -18 0 -20 -7 -20 -70 0 -63 -2 -70 -20 -70 -15
|
|||
|
|
0 -20 7 -20 25 0 14 -6 25 -12 25 -7 0 -19 4 -27 9 -11 7 -10 15 8 45 15 24
|
|||
|
|
21 47 19 73 l-3 38 -29 -42 c-26 -39 -56 -57 -56 -34 0 5 -11 12 -25 15 -30 8
|
|||
|
|
-43 47 -28 87 16 42 -16 44 -93 6 -49 -24 -64 -36 -64 -53 0 -11 -8 -28 -18
|
|||
|
|
-37 -16 -15 -19 -15 -30 4 -12 19 -13 19 -37 -10 -23 -27 -28 -28 -60 -18 -39
|
|||
|
|
12 -41 16 -20 56 12 24 12 31 2 40 -10 7 -22 4 -45 -12 -26 -18 -33 -31 -38
|
|||
|
|
-70 -6 -44 -18 -66 -31 -54 -3 3 -10 49 -17 101 -9 65 -18 102 -31 116 -16 18
|
|||
|
|
-16 20 -2 20 26 0 24 90 -1 97 -14 3 -17 12 -14 39 5 38 -6 43 -47 21z"/>
|
|||
|
|
<path d="M6289 3926 c-19 -17 -59 -99 -59 -122 0 -1 12 -4 26 -7 20 -4 35 3
|
|||
|
|
62 27 34 32 35 33 22 72 -17 53 -21 56 -51 30z"/>
|
|||
|
|
<path d="M204 3618 c3 -13 6 -29 6 -36 0 -7 12 -24 26 -37 24 -23 25 -25 7
|
|||
|
|
-25 -12 0 -25 -11 -32 -27 -11 -24 -9 -29 18 -54 17 -15 31 -36 31 -45 0 -10
|
|||
|
|
14 -33 31 -50 l32 -33 -22 -27 c-21 -27 -21 -29 -5 -41 10 -7 23 -13 30 -13 8
|
|||
|
|
0 15 -26 19 -70 6 -62 9 -70 25 -65 20 6 35 -10 36 -40 0 -21 133 -209 141
|
|||
|
|
-201 7 7 43 149 43 170 0 11 -18 43 -40 72 -33 43 -40 61 -40 97 0 24 -5 70
|
|||
|
|
-12 103 -10 51 -21 71 -87 150 -42 50 -83 105 -93 122 -18 34 -49 56 -92 66
|
|||
|
|
-26 6 -28 5 -22 -16z"/>
|
|||
|
|
<path d="M8571 3326 l-65 -33 56 -7 c31 -4 64 -14 74 -21 29 -22 113 -18 190
|
|||
|
|
9 101 35 104 37 104 56 0 21 -59 30 -200 29 -88 0 -100 -3 -159 -33z"/>
|
|||
|
|
<path d="M6155 3176 c-43 -12 -57 -39 -28 -51 27 -11 175 -36 181 -31 2 3 -13
|
|||
|
|
25 -33 50 -40 49 -53 53 -120 32z"/>
|
|||
|
|
<path d="M9062 3048 c-19 -55 3 -97 43 -82 12 5 13 9 4 20 -7 9 -9 29 -5 54 5
|
|||
|
|
34 4 40 -12 40 -11 0 -22 -12 -30 -32z"/>
|
|||
|
|
<path d="M9286 3001 c-3 -20 -8 -79 -11 -133 l-7 -96 38 -26 c58 -39 82 -34
|
|||
|
|
132 24 24 27 50 66 58 86 13 32 13 38 0 59 -14 20 -19 22 -53 14 -21 -5 -48
|
|||
|
|
-9 -61 -9 -22 0 -23 3 -17 43 6 42 6 42 -34 58 l-40 17 -5 -37z"/>
|
|||
|
|
<path d="M9148 2819 c-16 -4 -45 -21 -65 -37 -21 -16 -54 -33 -73 -37 -19 -4
|
|||
|
|
-47 -14 -62 -21 -33 -17 -57 -9 -69 22 -4 13 -15 24 -22 24 -19 0 -32 -91 -15
|
|||
|
|
-101 18 -11 113 -24 173 -23 125 1 176 24 140 64 -14 15 -13 21 6 64 11 26 19
|
|||
|
|
49 17 50 -1 2 -15 0 -30 -5z"/>
|
|||
|
|
<path d="M6412 1658 c-7 -7 -39 -11 -76 -11 -60 0 -64 -1 -69 -23 -4 -22 -1
|
|||
|
|
-24 39 -24 23 0 53 -4 66 -9 13 -4 44 -11 71 -15 l47 -7 0 39 c0 36 -3 41 -31
|
|||
|
|
51 -38 13 -33 13 -47 -1z"/>
|
|||
|
|
</g>
|
|||
|
|
</svg>`}})})}function dd(){return t.jsx("div",{style:{width:46,height:46,margin:"0 auto"},children:t.jsx("div",{"data-geo":"za",style:{width:"100%",height:"100%",lineHeight:0},dangerouslySetInnerHTML:{__html:`<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|||
|
|
width="100%" height="100%" viewBox="0 0 1024.000000 1024.000000"
|
|||
|
|
preserveAspectRatio="xMidYMid meet">
|
|||
|
|
<metadata>
|
|||
|
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
|||
|
|
</metadata>
|
|||
|
|
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
|||
|
|
fill="rgba(32,193,158,0.15)" stroke="none">
|
|||
|
|
<path d="M8143 9561 l-182 -26 -29 -40 c-37 -52 -98 -106 -156 -140 -37 -22
|
|||
|
|
-71 -30 -162 -42 -153 -18 -189 -34 -251 -108 -27 -33 -57 -66 -66 -74 -10 -7
|
|||
|
|
-17 -20 -17 -28 0 -8 -11 -31 -25 -51 -14 -20 -25 -47 -25 -59 0 -17 -9 -25
|
|||
|
|
-42 -35 -28 -8 -47 -22 -59 -43 -14 -22 -34 -36 -82 -53 -62 -22 -65 -24 -73
|
|||
|
|
-65 l-9 -42 -74 -3 c-71 -3 -76 -5 -125 -46 -28 -24 -69 -55 -91 -68 -55 -34
|
|||
|
|
-96 -119 -135 -277 -17 -68 -43 -152 -57 -187 -23 -58 -28 -65 -63 -74 -41
|
|||
|
|
-11 -79 -48 -137 -136 -44 -67 -114 -114 -169 -114 -33 0 -184 -40 -246 -65
|
|||
|
|
-21 -8 -23 -26 -7 -42 9 -9 8 -18 -3 -35 -9 -13 -18 -61 -23 -113 -5 -73 -11
|
|||
|
|
-95 -29 -115 -14 -15 -27 -49 -34 -87 -11 -63 -44 -122 -111 -198 -43 -49
|
|||
|
|
-137 -85 -223 -85 -33 0 -116 -10 -184 -22 l-123 -21 -107 27 c-105 28 -174
|
|||
|
|
58 -174 77 0 6 -16 17 -36 25 -27 11 -55 13 -118 8 l-83 -7 -27 36 c-17 22
|
|||
|
|
-81 67 -173 122 l-146 88 -96 -7 c-93 -7 -97 -8 -149 -49 -46 -37 -59 -55 -98
|
|||
|
|
-142 -41 -92 -44 -106 -44 -183 l0 -84 -90 -113 c-74 -93 -102 -120 -160 -154
|
|||
|
|
-75 -45 -111 -88 -154 -185 l-25 -56 -52 0 c-36 0 -65 -8 -99 -26 -46 -25 -48
|
|||
|
|
-28 -55 -79 l-6 -53 -218 -1 c-165 -1 -231 3 -267 14 -47 14 -50 14 -87 -11
|
|||
|
|
l-39 -26 -24 23 c-21 20 -23 28 -18 74 5 41 2 60 -15 93 -24 48 -23 52 46 139
|
|||
|
|
19 23 43 70 54 105 19 56 20 70 9 140 -7 50 -29 120 -61 197 -27 66 -49 134
|
|||
|
|
-49 151 0 40 -13 66 -60 115 -21 22 -50 69 -64 105 -60 147 -109 197 -212 216
|
|||
|
|
-27 5 -55 22 -91 55 -28 27 -54 49 -56 49 -2 0 -3 -30 -1 -67 42 -735 57
|
|||
|
|
-1090 69 -1647 8 -367 15 -712 15 -765 l0 -97 -70 -37 c-39 -20 -80 -37 -90
|
|||
|
|
-37 -11 0 -40 -10 -64 -22 -38 -18 -46 -27 -51 -59 -9 -50 -24 -61 -104 -74
|
|||
|
|
l-66 -11 0 -69 0 -68 -40 -14 c-38 -13 -43 -12 -95 14 -80 39 -202 47 -285 17
|
|||
|
|
-33 -11 -97 -24 -143 -27 -82 -6 -85 -6 -175 35 -97 43 -118 47 -179 35 -34
|
|||
|
|
-7 -38 -6 -38 12 0 29 -66 48 -124 34 l-44 -10 -6 40 c-4 21 -13 52 -22 69
|
|||
|
|
-12 24 -13 36 -3 65 13 40 8 80 -16 137 l-16 38 -29 -27 c-25 -24 -32 -26 -45
|
|||
|
|
-15 -8 7 -15 28 -15 47 0 19 -4 42 -10 52 -13 25 -70 34 -121 21 -41 -11 -56
|
|||
|
|
-24 -113 -95 -27 -34 -28 -36 -11 -61 15 -24 15 -28 -1 -71 -21 -55 -88 -128
|
|||
|
|
-130 -143 -16 -6 -38 -24 -48 -41 l-18 -30 34 -37 c18 -20 44 -54 56 -74 13
|
|||
|
|
-20 38 -46 56 -58 22 -13 36 -31 40 -51 3 -17 20 -47 36 -66 39 -44 116 -198
|
|||
|
|
125 -249 4 -21 27 -70 50 -109 32 -53 45 -85 50 -130 8 -60 43 -162 92 -265
|
|||
|
|
14 -30 32 -77 39 -103 7 -27 30 -72 51 -100 56 -74 97 -152 122 -229 17 -52
|
|||
|
|
45 -98 123 -200 55 -73 115 -149 133 -168 18 -19 54 -72 79 -118 26 -46 60
|
|||
|
|
-95 77 -110 38 -35 95 -176 120 -296 12 -60 19 -133 19 -213 0 -146 -13 -189
|
|||
|
|
-71 -232 -35 -25 -44 -28 -77 -20 -95 23 -91 24 -103 -7 -6 -16 -8 -47 -4 -69
|
|||
|
|
3 -22 8 -64 11 -93 3 -29 9 -52 12 -50 50 26 63 30 76 25 18 -7 66 -80 66
|
|||
|
|
-101 0 -24 -43 -4 -58 27 -8 17 -21 27 -34 27 l-21 0 20 -22 c12 -13 34 -44
|
|||
|
|
50 -69 36 -60 111 -152 132 -163 27 -14 41 -38 41 -71 0 -21 9 -39 26 -56 35
|
|||
|
|
-32 64 -95 64 -140 0 -32 -4 -37 -32 -45 -26 -8 -34 -17 -41 -47 -7 -30 -6
|
|||
|
|
-42 7 -56 15 -16 15 -19 1 -31 -8 -7 -15 -20 -15 -29 0 -22 50 -99 84 -130
|
|||
|
|
l26 -24 0 64 c0 92 15 139 44 139 13 0 43 3 67 6 44 6 44 5 67 -38 16 -32 22
|
|||
|
|
-60 22 -111 l0 -68 30 16 c41 21 96 19 120 -5 12 -12 33 -20 55 -20 29 0 115
|
|||
|
|
-42 115 -56 0 -2 -9 -18 -20 -36 -30 -50 -27 -59 23 -52 38 6 47 3 86 -30 64
|
|||
|
|
-53 79 -60 156 -67 39 -4 91 -10 117 -14 43 -7 48 -6 48 12 0 27 39 61 75 65
|
|||
|
|
21 2 34 11 43 31 7 15 30 36 51 47 25 12 41 29 45 45 5 19 20 32 53 47 46 20
|
|||
|
|
86 21 182 2 32 -7 33 -6 21 15 -29 54 17 64 169 34 82 -15 89 -15 124 2 28 13
|
|||
|
|
66 18 152 19 130 2 167 17 173 72 2 19 22 48 59 85 l55 56 91 12 c51 7 113 22
|
|||
|
|
139 33 52 23 99 20 195 -13 42 -14 83 -19 168 -19 101 0 114 2 131 21 25 28
|
|||
|
|
87 59 117 59 34 0 314 -57 366 -75 25 -8 62 -15 84 -15 24 0 51 -8 70 -22 21
|
|||
|
|
-15 56 -26 97 -31 36 -4 84 -10 108 -13 40 -6 42 -5 42 19 0 13 7 30 15 37 8
|
|||
|
|
7 20 29 26 50 7 21 21 42 33 48 25 11 107 1 185 -22 30 -9 66 -16 81 -16 14 0
|
|||
|
|
35 -7 47 -15 20 -14 26 -14 63 1 l40 16 -21 35 c-31 50 -18 96 38 139 59 45
|
|||
|
|
117 50 266 25 160 -28 179 -27 251 13 34 19 87 41 119 49 35 9 87 35 132 66
|
|||
|
|
41 28 94 60 117 72 24 12 66 41 93 64 28 23 74 55 103 70 29 16 71 44 94 64
|
|||
|
|
23 20 76 59 117 86 47 31 91 70 115 102 28 38 55 61 95 80 135 66 295 201 413
|
|||
|
|
349 32 40 68 80 80 90 13 11 34 35 48 54 47 68 244 271 269 277 14 3 52 31 85
|
|||
|
|
62 34 31 83 67 110 80 37 18 69 49 135 129 47 58 110 132 139 165 29 33 66 88
|
|||
|
|
82 123 17 35 77 125 134 201 57 76 120 170 139 209 20 40 47 80 59 90 35 28
|
|||
|
|
66 77 94 145 14 34 43 87 64 118 21 31 58 88 82 126 45 74 291 336 340 361 15
|
|||
|
|
8 43 14 63 14 55 0 80 18 211 152 107 109 123 130 144 188 13 36 41 95 62 131
|
|||
|
|
30 51 46 99 73 215 19 82 35 161 35 177 0 15 20 67 45 116 64 128 125 319 125
|
|||
|
|
391 l0 57 -172 7 c-95 4 -203 12 -241 17 -131 20 -157 -7 -157 -161 l0 -87
|
|||
|
|
-43 -17 c-58 -22 -223 -14 -324 16 -67 20 -79 28 -147 98 -71 73 -74 78 -81
|
|||
|
|
135 -9 83 -9 83 -52 87 l-38 3 -1 90 c-1 50 -6 114 -11 143 l-10 53 74 66 c42
|
|||
|
|
38 81 82 89 102 8 20 23 45 33 56 10 11 21 37 24 59 3 21 7 39 9 41 2 1 29 22
|
|||
|
|
60 48 40 32 73 49 110 57 51 12 57 11 106 -14 28 -14 62 -40 74 -57 28 -38 70
|
|||
|
|
-64 142 -89 l56 -19 0 99 c0 98 0 99 30 120 36 26 37 31 5 78 -16 24 -21 40
|
|||
|
|
-15 46 6 6 10 24 10 42 0 18 9 61 20 96 18 54 22 105 30 372 l9 309 -35 68
|
|||
|
|
c-34 65 -35 69 -25 125 16 83 15 86 -33 121 -50 37 -76 96 -76 173 0 47 -30
|
|||
|
|
103 -73 139 -22 18 -22 97 -1 151 16 39 15 43 -5 96 -11 31 -21 74 -21 96 0
|
|||
|
|
37 -49 228 -84 327 -9 24 -16 62 -16 85 0 98 -74 119 -435 121 -217 1 -232 2
|
|||
|
|
-273 23 -148 78 -332 143 -397 141 -16 -1 -112 -13 -212 -28z"/>
|
|||
|
|
</g>
|
|||
|
|
</svg>`}})})}const pd={gdpr:sd,ccpa:ad,otherus:od,ukpecr:id,lgpd:cd,pipeda:ud,popia:dd};function ai({selected:o,onChange:i,dnsUrl:c,onDnsUrlChange:p}){const g=(window.cnReactData||{}).siteLocale||"",[m,f]=j.useState([]),[v,w]=j.useState(null),[x,S]=j.useState(null),L=o,z=x??L;j.useEffect(()=>{const A=rd(g);f(A),o.length===0&&A.length>0&&i(A),A.length>0&&w(A[0])},[]);const C=A=>{w(A);const W=x??L,$=W.includes(A)?W.filter(O=>O!==A):[...W,A];S($),i&&i($)},P=(A,W)=>{A.stopPropagation();const $=x??L,O=$.includes(W)?$.filter(K=>K!==W):[...$,W];S(O),i&&i(O)},N=()=>{w(null)},D=v?Os.find(A=>A.key===v):null,I=D&&(D.key==="ccpa"||D.key==="otherus");return t.jsxs("div",{className:we.container,children:[t.jsx("div",{children:t.jsx("div",{className:we.grid,children:Os.map(A=>{const W=z.includes(A.key),$=m.includes(A.key),O=pd[A.key];return t.jsxs("div",{className:we.card+(W?" "+we.cardSelected:""),onClick:()=>C(A.key),role:"button",tabIndex:0,onKeyDown:K=>{(K.key==="Enter"||K.key===" ")&&(K.preventDefault(),C(A.key))},children:[$&&t.jsx("span",{className:we.autoBadge,children:"Auto-detected"}),W&&t.jsx("span",{className:we.checkmark,children:"✓"}),t.jsx("input",{type:"checkbox",className:we.hiddenCheckbox,checked:W,onChange:K=>P(K,A.key),onClick:K=>K.stopPropagation(),tabIndex:-1,"aria-label":`Select ${A.name}`}),t.jsx("div",{className:we.geoArt,children:O&&t.jsx(O,{})}),t.jsx("div",{className:we.lawName,children:A.name}),t.jsx("div",{className:we.jurisdiction,children:A.jurisdiction})]},A.key)})})}),D?t.jsxs("div",{className:we.detail,children:[t.jsxs("div",{className:we.detailHeader,children:[t.jsxs("div",{children:[t.jsx("div",{className:we.detailTitle,children:D.name}),t.jsx("div",{className:we.detailJurisdiction,children:D.jurisdiction})]}),t.jsx("button",{className:we.detailClose,onClick:N,type:"button","aria-label":"Close detail panel",children:"×"})]}),t.jsxs("div",{className:we.detailSection,children:[t.jsx("div",{className:we.detailSectionLabel,children:"What it covers"}),t.jsx("div",{className:we.detailOverview,children:D.overview})]}),t.jsxs("div",{className:we.detailSection,children:[t.jsx("div",{className:we.detailSectionLabel,children:"Key requirements"}),t.jsx("ul",{className:we.detailList,children:D.requirements.map((A,W)=>t.jsx("li",{className:we.detailListItem,children:A},W))})]}),t.jsxs("div",{className:we.detailSection,children:[t.jsx("div",{className:we.detailSectionLabel,children:"What Cookie Compliance does"}),t.jsx("ul",{className:we.detailList,children:D.product.map((A,W)=>t.jsx("li",{className:we.detailListItem,children:A},W))})]}),t.jsx("div",{className:we.detailEnforcement,children:D.enforcement}),I&&t.jsxs("div",{className:we.detailSection,style:{marginTop:14},children:[t.jsx("div",{className:we.detailSectionLabel,children:"Do Not Sell URL"}),t.jsx("p",{className:we.detailDnsHelp,children:"Required if you advertise to California residents. This is a page on your site where visitors can request you stop selling or sharing their personal data."}),t.jsx("input",{id:"cn-dns-url",type:"url",className:we.dnsInput,value:c||"",onChange:A=>p&&p(A.target.value),placeholder:"https://example.com/do-not-sell"}),t.jsx("a",{href:"https://oag.ca.gov/privacy/ccpa",target:"_blank",rel:"noreferrer",style:{fontSize:12,color:"#0073aa",display:"inline-block",marginTop:4},children:"What is this? →"})]})]},D.key):t.jsxs("div",{className:we.detailEmpty,children:[t.jsx("div",{className:we.detailEmptyArrow,children:"←"}),t.jsx("div",{className:we.detailEmptyText,children:"Select a law to see what it covers and what compliance looks like for your site."})]})]})}const oi=[{code:"fr",name:"French"},{code:"es",name:"Spanish"},{code:"de",name:"German"},{code:"it",name:"Italian"},{code:"el",name:"Greek"},{code:"nl",name:"Dutch"},{code:"pt",name:"Portuguese"},{code:"pl",name:"Polish"},{code:"sv",name:"Swedish"}];function fd({onComplete:o,onOpenPricingModal:i}){const p=(window.cnReactData||{}).siteLocale||"",{isFree:d}=Be(),[g,m]=j.useState([]),[f,v]=j.useState(!1),[w,x]=j.useState(""),[S,L]=j.useState(!1);j.useEffect(()=>{var N;co
|
|||
|
|
`):C||"":z==="refuse_code"||z==="refuse_code_head"?L[z]=C||"":typeof C=="boolean"?L[z]=C?"1":"":L[z]=C}),await Ms(L),window.cnReactData&&(window.cnReactData.options={...i}),v(!0),!0}catch(L){return m(L.message||"Save failed"),!1}finally{d(!1)}},[i]);return{options:i,update:w,updateNested:x,save:S,loading:p,error:g,saved:f}}function Ad(){const[o,i]=j.useState(!1),[c,p]=j.useState(null);return{exportCsv:j.useCallback(async g=>{i(!0),p(null);try{const m=await Ou(g);if(m.csv){const f=new Blob([m.csv],{type:"text/csv;charset=utf-8;"}),v=URL.createObjectURL(f),w=document.createElement("a");w.href=v,w.download=`consent-logs-${g.start_date||"export"}.csv`,w.click(),URL.revokeObjectURL(v)}return m}catch(m){throw p(m.message||"Export failed"),m}finally{i(!1)}},[]),loading:o,error:c}}const Md=[{key:"top",label:"Top",posClass:"pos-top"},{key:"bottom",label:"Bottom",posClass:"pos-bottom"}],Id=[{key:"top",label:"Top",posClass:"pos-top"},{key:"bottom",label:"Bottom",posClass:"pos-bottom"},{key:"left",label:"Left",posClass:"pos-left"},{key:"right",label:"Right",posClass:"pos-right"},{key:"center",label:"Popup",posClass:"pos-center",proOnly:!0}];function Fd({options:o,update:i,save:c,loading:p,saved:d,error:g}){const{isBasic:m,isPro:f}=Be(),v=m?Md:Id,[w,x]=j.useState(!1),[S,L]=j.useState(!1),[z,C]=j.useState(""),[P,N]=j.useState(!1),[D,I]=j.useState(o.displayType||"fixed"),A=Z=>{const T=o.position||"bottom";Z!==T&&(m?(i("position",Z),x(!0)):(L(!0),C(""),N(!1),ul({position:Z,displayType:D}).then(()=>{N(!0),i("position",Z)}).catch(J=>C(J.message||"Save failed.")).finally(()=>L(!1))))},W=Z=>{Z!==D&&(I(Z),m?(i("displayType",Z),x(!0)):(L(!0),C(""),N(!1),ul({position:o.position||"bottom",displayType:Z}).then(()=>{N(!0),i("displayType",Z)}).catch(T=>C(T.message||"Save failed.")).finally(()=>L(!1))))};j.useEffect(()=>{w&&m&&(x(!1),c())},[o.position,o.displayType,w,c,m]);const $=o.position||"bottom",O=m?p:S,K=m?d:P,Q=m?g:z;return t.jsxs("div",{className:"cn-banner-selector",children:[t.jsxs("div",{className:"cn-banner-selector__header",children:[t.jsx("span",{className:"cn-section-label",children:"Banner Position"}),K&&t.jsx("span",{className:"cn-saved-indicator",children:"✓ Saved"}),Q&&t.jsx("span",{className:"cn-error-indicator",children:Q})]}),!m&&t.jsx(t.Fragment,{children:t.jsxs("div",{className:"cn-banner-selector__toggle-row",children:[t.jsx("span",{className:"cn-banner-selector__size-label",children:"Banner Size"}),t.jsxs("div",{className:"cn-banner-selector__size-opts",children:[t.jsx("button",{className:`cn-banner-selector__size-opt${D==="floating"?" cn-banner-selector__size-opt--on":""}`,onClick:()=>W("floating"),children:"Floating"}),t.jsx("button",{className:`cn-banner-selector__size-opt${D==="fixed"?" cn-banner-selector__size-opt--on":""}`,onClick:()=>W("fixed"),children:"Fixed"})]}),t.jsx("span",{className:"cn-banner-selector__size-desc",children:D==="floating"?"Fills only as much space as necessary.":"Expands to fill all available space."})]})}),t.jsx("div",{className:`cn-banner-selector__grid${!m&&D==="floating"?" cn-banner-selector__grid--floating":""}`,children:v.map(Z=>{const T=Z.proOnly&&!f;return t.jsxs("div",{className:"cn-banner-selector__card"+($===Z.key?" cn-banner-selector__card--active":"")+(O&&!T?" cn-banner-selector__card--saving":"")+(T?" cn-banner-selector__card--locked":""),onClick:()=>!T&&A(Z.key),title:T?"Upgrade to Pro to use the Popup position":void 0,children:[T&&t.jsx("span",{className:"cn-banner-selector__pro-badge",children:t.jsx(wn,{})}),t.jsx("div",{className:"cn-banner-selector__thumb",children:t.jsx("div",{className:`cn-banner-selector__pos ${Z.posClass}${T?" cn-banner-selector__pos--locked":""}`})}),t.jsxs("div",{className:"cn-banner-selector__meta",children:[t.jsx("span",{className:"cn-banner-selector__name",children:Z.label}),$===Z.key&&!T&&t.jsx("span",{className:"cn-banner-selector__active-pill",children:"Active"}),T&&t.jsx("span",{className:"cn-banner-selector__locked-label",children:"Pro only"})]})]},Z.key)})}),!m&&t.jsx("div",{className:"cn-banner-selector__portal-link",children:t.jsx("a
|
|||
|
|
`):i.excluded_handles||"",onChange:T=>c("excluded_handles",T),placeholder:`elementor-frontend
|
|||
|
|
my-analytics-init`,rows:4,helper:"Enter WordPress script handles to exclude from autoblocking, one per line. These scripts will be marked as Essential (Category 1) and never blocked."})]}),!x&&t.jsx(yr,{label:"Script placement",name:"script_placement",value:i.script_placement||"header",options:[{value:"header",label:"Header"},{value:"footer",label:"Footer"}],onChange:T=>c("script_placement",T)}),t.jsx(dn,{label:"Conditional display",checked:!!i.conditional_active,onChange:T=>c("conditional_active",T),description:"Show or hide the banner on specific pages"}),i.conditional_active&&t.jsxs(t.Fragment,{children:[t.jsx(Se,{label:"Display rule",type:"select",value:i.conditional_display||"hide",onChange:T=>c("conditional_display",T),options:[{value:"hide",label:"Hide the banner"},{value:"show",label:"Show the banner"}]}),t.jsx(u2,{rules:i.conditional_rules||[],onChange:T=>c("conditional_rules",T)})]}),t.jsx(dn,{label:"Delete data on deactivation",checked:!!i.deactivation_delete,onChange:T=>c("deactivation_delete",T),description:"Remove all plugin data when the plugin is deactivated"}),x&&t.jsxs("div",{className:"cn-purge-cache",children:[t.jsx($e,{variant:"secondary",onClick:async()=>{L(!0);try{await Qu(),o&&o("Cache purged successfully.","success")}catch(T){o&&o(T.message||"Purge failed. Please try again.","error")}finally{L(!1)}},disabled:S,children:S?"Purging…":"Purge Cache"}),t.jsx("p",{className:"cn-purge-cache__desc",children:"Click to refresh the app configuration cache."})]})]}),t.jsxs("div",{className:"cn-plugin-settings__actions",children:[t.jsx($e,{variant:"primary",onClick:P,disabled:g,children:g?"Saving…":x?"Save WordPress Settings":"Save Settings"}),m&&t.jsxs("span",{className:"cn-plugin-settings__saved",children:["✓"," Saved"]}),f&&t.jsx("span",{className:"cn-plugin-settings__error",children:f})]})]})}function d2({onConnect:o}){return t.jsxs(t.Fragment,{children:[t.jsx(Fn,{title:"Domain Info",children:t.jsxs("div",{className:"cn-dom-rows",children:[t.jsxs("div",{className:"cn-dom-row",children:[t.jsx("span",{className:"cn-dom-row__k",children:"Domain"}),t.jsx("span",{className:"cn-dom-row__v",children:window.location.hostname})]}),t.jsxs("div",{className:"cn-dom-row",children:[t.jsx("span",{className:"cn-dom-row__k",children:"Status"}),t.jsxs("span",{className:"cn-dom-row__v",children:[t.jsx("span",{className:"cn-dot cn-dot--gray"})," Not Connected"]})]})]})}),t.jsxs(Fn,{title:"Why Connect?",children:[t.jsxs("ul",{className:"cn-benefit-list",children:[t.jsxs("li",{className:"cn-benefit-item",children:[t.jsx("span",{className:"cn-benefit-icon",children:"✓"}),t.jsx("span",{children:"Automated script blocking before visitor consent"})]}),t.jsxs("li",{className:"cn-benefit-item",children:[t.jsx("span",{className:"cn-benefit-icon",children:"✓"}),t.jsx("span",{children:"Cookie categorization across your entire site"})]}),t.jsxs("li",{className:"cn-benefit-item",children:[t.jsx("span",{className:"cn-benefit-icon",children:"✓"}),t.jsx("span",{children:"Consent proof collection for legal audit trails"})]}),t.jsxs("li",{className:"cn-benefit-item",children:[t.jsx("span",{className:"cn-benefit-icon",children:"✓"}),t.jsx("span",{children:"Visitor analytics and consent rate reporting"})]}),t.jsxs("li",{className:"cn-benefit-item",children:[t.jsx("span",{className:"cn-benefit-icon",children:"✓"}),t.jsx("span",{children:"Google Consent Mode v2, Facebook & Microsoft signals"})]})]}),t.jsx("div",{className:"cn-connect-cta",children:t.jsx("button",{className:"cn-button cn-button--primary cn-connect-cta__btn",onClick:o,type:"button",children:"Connect Your Site →"})})]})]})}function p2({addNotice:o,onOpenPricingModal:i}){return t.jsxs(t.Fragment,{children:[t.jsx(dl,{addNotice:o}),t.jsx(li,{onOpenPricingModal:i})]})}function f2({addNotice:o,onOpenWelcomeModal:i,onTabChange:c,appliedTemplateKey:p,onTemplateApplied:d,onOpenPricingModal:g}){var O,K;const{isBasic:m}=Be(),f=zd(),v=p||"",w=Q=>{d&&d(Q)},{showBannerWizard:x,bannerClosing:S,bannerScrollTrigger:L,closeBannerWizard:z,showLawWizard:C,lawClosing:P,lawScrollTrigg
|
|||
|
|
|
|||
|
|
This clears: welcome flag, setup wizard flag, app_id, app_key, and subscription status.`)&&(w(!0),Vu().then(()=>{const P=new URL(window.location.href);P.searchParams.delete("cn_tier"),P.searchParams.delete("cn_usage"),window.location.href=P.toString()}).catch(P=>{alert("Reset failed: "+(P.message||"Unknown error")),w(!1)}))}function S(P,N=null){const D=new URLSearchParams(window.location.search);D.set("cn_tier",P),P==="free"&&N!==null?D.set("cn_usage",N):D.delete("cn_usage"),window.location.search=D.toString()}function L(P){const N=new URLSearchParams(window.location.search);N.set("ui_mode",P),P==="legacy"&&(N.delete("cn_tier"),N.delete("cn_usage")),window.location.search=N.toString()}const z=[{id:"basic",label:"Basic"},{id:"free",label:"Free"},{id:"pro",label:"Pro"}],C=[{id:"react",label:"React"},{id:"legacy",label:"Legacy"}];return t.jsxs("div",{className:"cn-dev-switcher",children:[t.jsxs("div",{className:"cn-dev-switcher__header",children:[t.jsx("span",{className:"cn-dev-switcher__icon",children:"🛠"}),t.jsx("span",{className:"cn-dev-switcher__title",children:"DEV MODE"})]}),t.jsx("div",{className:"cn-dev-switcher__label",children:"Account type"}),t.jsx("div",{className:"cn-dev-switcher__buttons",children:z.map(P=>t.jsx("button",{className:"cn-dev-switcher__btn"+(p===P.id?" cn-dev-switcher__btn--active":""),onClick:()=>S(P.id,P.id==="free"?m:null),children:P.label},P.id))}),t.jsx("div",{className:"cn-dev-switcher__label",children:"Admin UI"}),t.jsx("div",{className:"cn-dev-switcher__buttons",children:C.map(P=>t.jsx("button",{className:"cn-dev-switcher__btn"+(g===P.id?" cn-dev-switcher__btn--active":""),onClick:()=>L(P.id),children:P.label},P.id))}),p==="free"&&t.jsxs("div",{className:"cn-dev-switcher__usage",children:[t.jsxs("div",{className:"cn-dev-switcher__usage-row",children:[t.jsx("span",{className:"cn-dev-switcher__usage-label",children:"Usage"}),t.jsxs("span",{className:"cn-dev-switcher__usage-val",children:[m,"%"]})]}),t.jsx("input",{type:"range",min:"0",max:"100",value:m,className:"cn-dev-switcher__slider",onChange:P=>f(Number(P.target.value)),onMouseUp:P=>{P.stopPropagation(),S("free",m)},onTouchEnd:P=>{P.stopPropagation(),S("free",m)}})]}),t.jsx("div",{className:"cn-dev-switcher__divider"}),t.jsx("button",{className:"cn-dev-switcher__reset-btn",onClick:x,disabled:v,title:"Clears welcome flag, setup wizard, app connection & subscription status",children:v?"↺ Resetting…":"↺ Reset Plugin"})]})}class Ai extends j.Component{constructor(i){super(i),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(i,c){console.error("ErrorBoundary caught:",i,c)}render(){return this.state.hasError?t.jsxs("div",{className:"cn-error-boundary",children:[t.jsx("p",{className:"cn-error-boundary__message",children:"Something went wrong while loading this section."}),t.jsx("button",{type:"button",className:"button button-primary",onClick:()=>window.location.reload(),children:"Reload page"})]}):this.props.children}}function W2({onOpenPricingModal:o}){const{topBar:i,dismiss:c}=ri();if(i===null)return null;const d={critical:"crit",warning:"warning",info:"info"}[i.type]||"info";let g=null;return i.icon==="error"?g=t.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"24",height:"24",children:[t.jsx("circle",{cx:"12",cy:"12",r:"10"}),t.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}):i.icon==="warning"?g=t.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"24",height:"24",children:[t.jsx("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),t.jsx("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),t.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}):i.icon==="info"&&(g=t.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",width:"24",height:"24",children:[t.jsx("circle",{cx:"12",cy:"12",r:"10"}),t.jsx("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),t.jsx("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"})]})),t.
|