online.gather.network Open in urlscan Pro
2606:4700:20::681a:255  Public Scan

URL: https://online.gather.network/gather.app.js
Submission: On August 21 via api from LU — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

!function(n){var a={};function r(t){if(a[t])return a[t].exports;var e=a[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,r),e.l=!0,e.exports}r.m=n,r.c=a,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)r.d(n,a,function(t){return e[t]}.bind(null,a));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=3)}([function(t,e,n){"use strict";n.r(e),n.d(e,"Application",function(){return R}),n.d(e,"Context",function(){return S}),n.d(e,"Controller",function(){return tt}),n.d(e,"defaultSchema",function(){return q});var a=(r.prototype.connect=function(){this.eventTarget.addEventListener(this.eventName,this,!1)},r.prototype.disconnect=function(){this.eventTarget.removeEventListener(this.eventName,this,!1)},r.prototype.bindingConnected=function(t){this.unorderedBindings.add(t)},r.prototype.bindingDisconnected=function(t){this.unorderedBindings.delete(t)},r.prototype.handleEvent=function(t){for(var e=function(t){if("immediatePropagationStopped"in t)return t;var e=t.stopImmediatePropagation;return Object.assign(t,{immediatePropagationStopped:!1,stopImmediatePropagation:function(){this.immediatePropagationStopped=!0,e.call(this)}})}(t),n=0,a=this.bindings;n<a.length;n++){var r=a[n];if(e.immediatePropagationStopped)break;r.handleEvent(e)}},Object.defineProperty(r.prototype,"bindings",{get:function(){return Array.from(this.unorderedBindings).sort(function(t,e){t=t.index,e=e.index;return t<e?-1:e<t?1:0})},enumerable:!0,configurable:!0}),r);function r(t,e){this.eventTarget=t,this.eventName=e,this.unorderedBindings=new Set}var i=(s.prototype.start=function(){this.started||(this.started=!0,this.eventListeners.forEach(function(t){return t.connect()}))},s.prototype.stop=function(){this.started&&(this.started=!1,this.eventListeners.forEach(function(t){return t.disconnect()}))},Object.defineProperty(s.prototype,"eventListeners",{get:function(){return Array.from(this.eventListenerMaps.values()).reduce(function(t,e){return t.concat(Array.from(e.values()))},[])},enumerable:!0,configurable:!0}),s.prototype.bindingConnected=function(t){this.fetchEventListenerForBinding(t).bindingConnected(t)},s.prototype.bindingDisconnected=function(t){this.fetchEventListenerForBinding(t).bindingDisconnected(t)},s.prototype.handleError=function(t,e,n){this.application.handleError(t,"Error "+e,n=void 0===n?{}:n)},s.prototype.fetchEventListenerForBinding=function(t){var e=t.eventTarget,t=t.eventName;return this.fetchEventListener(e,t)},s.prototype.fetchEventListener=function(t,e){var n=this.fetchEventListenerMapForEventTarget(t),a=n.get(e);return a||(a=this.createEventListener(t,e),n.set(e,a)),a},s.prototype.createEventListener=function(t,e){e=new a(t,e);return this.started&&e.connect(),e},s.prototype.fetchEventListenerMapForEventTarget=function(t){var e=this.eventListenerMaps.get(t);return e||(e=new Map,this.eventListenerMaps.set(t,e)),e},s),o=/^((.+?)(@(window|document))?->)?(.+?)(#(.+))?$/;function s(t){this.application=t,this.eventListenerMaps=new Map,this.started=!1}var c=(h.forToken=function(t){return new this(t.element,t.index,{eventTarget:"window"==(t=(e=t.content.trim().match(o)||[])[4])?window:"document"==t?document:void 0,eventName:e[2],identifier:e[5],methodName:e[7]});var e},h.prototype.toString=function(){var t=this.eventTargetName?"@"+this.eventTargetName:"";return this.eventName+t+"->"+this.identifier+"#"+this.methodName},Object.defineProperty(h.prototype,"eventTargetName",{get:function(){return(t=this.eventTarget)==window?"window":t==document?"document":void 0;var t},enumerable:!0,configurable:!0}),h),l={a:function(t){return"click"},button:function(t){return"click"},form:function(t){return"submit"},input:function(t){return"submit"==t.getAttribute("type")?"click":"change"},select:function(t){return"change"},textarea:function(t){return"change"}};function h(t,e,n){this.element=t,this.index=e,this.eventTarget=n.eventTarget||t,this.eventName=n.eventName||function(t){var e=t.tagName.toLowerCase();if(e in l)return l[e](t)}(t)||p("missing event name"),this.identifier=n.identifier||p("missing identifier"),this.methodName=n.methodName||p("missing method name")}function p(t){throw new Error(t)}var d=(Object.defineProperty(y.prototype,"index",{get:function(){return this.action.index},enumerable:!0,configurable:!0}),Object.defineProperty(y.prototype,"eventTarget",{get:function(){return this.action.eventTarget},enumerable:!0,configurable:!0}),Object.defineProperty(y.prototype,"identifier",{get:function(){return this.context.identifier},enumerable:!0,configurable:!0}),y.prototype.handleEvent=function(t){this.willBeInvokedByEvent(t)&&this.invokeWithEvent(t)},Object.defineProperty(y.prototype,"eventName",{get:function(){return this.action.eventName},enumerable:!0,configurable:!0}),Object.defineProperty(y.prototype,"method",{get:function(){var t=this.controller[this.methodName];if("function"==typeof t)return t;throw new Error('Action "'+this.action+'" references undefined method "'+this.methodName+'"')},enumerable:!0,configurable:!0}),y.prototype.invokeWithEvent=function(e){try{this.method.call(this.controller,e)}catch(t){e={identifier:this.identifier,controller:this.controller,element:this.element,index:this.index,event:e};this.context.handleError(t,'invoking action "'+this.action+'"',e)}},y.prototype.willBeInvokedByEvent=function(t){t=t.target;return this.element===t||!(t instanceof Element&&this.element.contains(t))||this.scope.containsElement(t)},Object.defineProperty(y.prototype,"controller",{get:function(){return this.context.controller},enumerable:!0,configurable:!0}),Object.defineProperty(y.prototype,"methodName",{get:function(){return this.action.methodName},enumerable:!0,configurable:!0}),Object.defineProperty(y.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(y.prototype,"scope",{get:function(){return this.context.scope},enumerable:!0,configurable:!0}),y),u=(g.prototype.start=function(){this.started||(this.started=!0,this.mutationObserver.observe(this.element,{attributes:!0,childList:!0,subtree:!0}),this.refresh())},g.prototype.stop=function(){this.started&&(this.mutationObserver.takeRecords(),this.mutationObserver.disconnect(),this.started=!1)},g.prototype.refresh=function(){if(this.started){for(var t=new Set(this.matchElementsInTree()),e=0,n=Array.from(this.elements);e<n.length;e++){var a=n[e];t.has(a)||this.removeElement(a)}for(var r=0,i=Array.from(t);r<i.length;r++)a=i[r],this.addElement(a)}},g.prototype.processMutations=function(t){if(this.started)for(var e=0,n=t;e<n.length;e++){var a=n[e];this.processMutation(a)}},g.prototype.processMutation=function(t){"attributes"==t.type?this.processAttributeChange(t.target,t.attributeName):"childList"==t.type&&(this.processRemovedNodes(t.removedNodes),this.processAddedNodes(t.addedNodes))},g.prototype.processAttributeChange=function(t,e){this.elements.has(t)?this.delegate.elementAttributeChanged&&this.matchElement(t)?this.delegate.elementAttributeChanged(t,e):this.removeElement(t):this.matchElement(t)&&this.addElement(t)},g.prototype.processRemovedNodes=function(t){for(var e=0,n=Array.from(t);e<n.length;e++){var a=n[e],a=this.elementFromNode(a);a&&this.processTree(a,this.removeElement)}},g.prototype.processAddedNodes=function(t){for(var e=0,n=Array.from(t);e<n.length;e++){var a=n[e],a=this.elementFromNode(a);a&&this.elementIsActive(a)&&this.processTree(a,this.addElement)}},g.prototype.matchElement=function(t){return this.delegate.matchElement(t)},g.prototype.matchElementsInTree=function(t){return void 0===t&&(t=this.element),this.delegate.matchElementsInTree(t)},g.prototype.processTree=function(t,e){for(var n=0,a=this.matchElementsInTree(t);n<a.length;n++){var r=a[n];e.call(this,r)}},g.prototype.elementFromNode=function(t){if(t.nodeType==Node.ELEMENT_NODE)return t},g.prototype.elementIsActive=function(t){return t.isConnected==this.element.isConnected&&this.element.contains(t)},g.prototype.addElement=function(t){this.elements.has(t)||this.elementIsActive(t)&&(this.elements.add(t),this.delegate.elementMatched&&this.delegate.elementMatched(t))},g.prototype.removeElement=function(t){this.elements.has(t)&&(this.elements.delete(t),this.delegate.elementUnmatched&&this.delegate.elementUnmatched(t))},g),f=(Object.defineProperty(m.prototype,"element",{get:function(){return this.elementObserver.element},enumerable:!0,configurable:!0}),Object.defineProperty(m.prototype,"selector",{get:function(){return"["+this.attributeName+"]"},enumerable:!0,configurable:!0}),m.prototype.start=function(){this.elementObserver.start()},m.prototype.stop=function(){this.elementObserver.stop()},m.prototype.refresh=function(){this.elementObserver.refresh()},Object.defineProperty(m.prototype,"started",{get:function(){return this.elementObserver.started},enumerable:!0,configurable:!0}),m.prototype.matchElement=function(t){return t.hasAttribute(this.attributeName)},m.prototype.matchElementsInTree=function(t){var e=this.matchElement(t)?[t]:[],t=Array.from(t.querySelectorAll(this.selector));return e.concat(t)},m.prototype.elementMatched=function(t){this.delegate.elementMatchedAttribute&&this.delegate.elementMatchedAttribute(t,this.attributeName)},m.prototype.elementUnmatched=function(t){this.delegate.elementUnmatchedAttribute&&this.delegate.elementUnmatchedAttribute(t,this.attributeName)},m.prototype.elementAttributeChanged=function(t,e){this.delegate.elementAttributeValueChanged&&this.attributeName==e&&this.delegate.elementAttributeValueChanged(t,e)},m);function m(t,e,n){this.attributeName=e,this.delegate=n,this.elementObserver=new u(t,this)}function g(t,e){var n=this;this.element=t,this.started=!1,this.delegate=e,this.elements=new Set,this.mutationObserver=new MutationObserver(function(t){return n.processMutations(t)})}function y(t,e){this.context=t,this.action=e}function v(t,e,n){x(t,e).add(n)}function b(t,e,n){x(t,e).delete(n),n=e,null!=(t=(e=t).get(n))&&0==t.size&&e.delete(n)}function x(t,e){var n=t.get(e);return n||(n=new Set,t.set(e,n)),n}var _,w,E=(Object.defineProperty(k.prototype,"values",{get:function(){return Array.from(this.valuesByKey.values()).reduce(function(t,e){return t.concat(Array.from(e))},[])},enumerable:!0,configurable:!0}),Object.defineProperty(k.prototype,"size",{get:function(){return Array.from(this.valuesByKey.values()).reduce(function(t,e){return t+e.size},0)},enumerable:!0,configurable:!0}),k.prototype.add=function(t,e){v(this.valuesByKey,t,e)},k.prototype.delete=function(t,e){b(this.valuesByKey,t,e)},k.prototype.has=function(t,e){t=this.valuesByKey.get(t);return null!=t&&t.has(e)},k.prototype.hasKey=function(t){return this.valuesByKey.has(t)},k.prototype.hasValue=function(e){return Array.from(this.valuesByKey.values()).some(function(t){return t.has(e)})},k.prototype.getValuesForKey=function(t){t=this.valuesByKey.get(t);return t?Array.from(t):[]},k.prototype.getKeysForValue=function(e){return Array.from(this.valuesByKey).filter(function(t){return t[0],t[1].has(e)}).map(function(t){var e=t[0];return t[1],e})},k),M=((_=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}_(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)})(P,w=E),Object.defineProperty(P.prototype,"values",{get:function(){return Array.from(this.keysByValue.keys())},enumerable:!0,configurable:!0}),P.prototype.add=function(t,e){w.prototype.add.call(this,t,e),v(this.keysByValue,e,t)},P.prototype.delete=function(t,e){w.prototype.delete.call(this,t,e),b(this.keysByValue,e,t)},P.prototype.hasValue=function(t){return this.keysByValue.has(t)},P.prototype.getKeysForValue=function(t){t=this.keysByValue.get(t);return t?Array.from(t):[]},Object.defineProperty(O.prototype,"started",{get:function(){return this.attributeObserver.started},enumerable:!0,configurable:!0}),O.prototype.start=function(){this.attributeObserver.start()},O.prototype.stop=function(){this.attributeObserver.stop()},O.prototype.refresh=function(){this.attributeObserver.refresh()},Object.defineProperty(O.prototype,"element",{get:function(){return this.attributeObserver.element},enumerable:!0,configurable:!0}),Object.defineProperty(O.prototype,"attributeName",{get:function(){return this.attributeObserver.attributeName},enumerable:!0,configurable:!0}),O.prototype.elementMatchedAttribute=function(t){this.tokensMatched(this.readTokensForElement(t))},O.prototype.elementAttributeValueChanged=function(t){var e=this.refreshTokensForElement(t),t=e[0],e=e[1];this.tokensUnmatched(t),this.tokensMatched(e)},O.prototype.elementUnmatchedAttribute=function(t){this.tokensUnmatched(this.tokensByElement.getValuesForKey(t))},O.prototype.tokensMatched=function(t){var e=this;t.forEach(function(t){return e.tokenMatched(t)})},O.prototype.tokensUnmatched=function(t){var e=this;t.forEach(function(t){return e.tokenUnmatched(t)})},O.prototype.tokenMatched=function(t){this.delegate.tokenMatched(t),this.tokensByElement.add(t.element,t)},O.prototype.tokenUnmatched=function(t){this.delegate.tokenUnmatched(t),this.tokensByElement.delete(t.element,t)},O.prototype.refreshTokensForElement=function(t){var n,a,e=this.tokensByElement.getValuesForKey(t),r=this.readTokensForElement(t),t=(n=e,a=r,t=Math.max(n.length,a.length),Array.from({length:t},function(t,e){return[n[e],a[e]]}).findIndex(function(t){return e=t[0],t=t[1],!(e&&t&&e.index==t.index&&e.content==t.content);var e}));return-1==t?[[],[]]:[e.slice(t),r.slice(t)]},O.prototype.readTokensForElement=function(t){var e,n,a,r=this.attributeName;return e=t.getAttribute(r)||"",n=t,a=r,e.trim().split(/\s+/).filter(function(t){return t.length}).map(function(t,e){return{element:n,attributeName:a,content:t,index:e}})},O);function O(t,e,n){this.attributeObserver=new f(t,e,this),this.delegate=n,this.tokensByElement=new E}function P(){var t=w.call(this)||this;return t.keysByValue=new Map,t}function k(){this.valuesByKey=new Map}var A,j=(Object.defineProperty(F.prototype,"started",{get:function(){return this.tokenListObserver.started},enumerable:!0,configurable:!0}),F.prototype.start=function(){this.tokenListObserver.start()},F.prototype.stop=function(){this.tokenListObserver.stop()},F.prototype.refresh=function(){this.tokenListObserver.refresh()},Object.defineProperty(F.prototype,"element",{get:function(){return this.tokenListObserver.element},enumerable:!0,configurable:!0}),Object.defineProperty(F.prototype,"attributeName",{get:function(){return this.tokenListObserver.attributeName},enumerable:!0,configurable:!0}),F.prototype.tokenMatched=function(t){var e=t.element,n=this.fetchParseResultForToken(t).value;n&&(this.fetchValuesByTokenForElement(e).set(t,n),this.delegate.elementMatchedValue(e,n))},F.prototype.tokenUnmatched=function(t){var e=t.element,n=this.fetchParseResultForToken(t).value;n&&(this.fetchValuesByTokenForElement(e).delete(t),this.delegate.elementUnmatchedValue(e,n))},F.prototype.fetchParseResultForToken=function(t){var e=this.parseResultsByToken.get(t);return e||(e=this.parseToken(t),this.parseResultsByToken.set(t,e)),e},F.prototype.fetchValuesByTokenForElement=function(t){var e=this.valuesByTokenByElement.get(t);return e||(e=new Map,this.valuesByTokenByElement.set(t,e)),e},F.prototype.parseToken=function(t){try{return{value:this.delegate.parseValueForToken(t)}}catch(t){return{error:t}}},F),B=(C.prototype.start=function(){this.valueListObserver||(this.valueListObserver=new j(this.element,this.actionAttribute,this),this.valueListObserver.start())},C.prototype.stop=function(){this.valueListObserver&&(this.valueListObserver.stop(),delete this.valueListObserver,this.disconnectAllActions())},Object.defineProperty(C.prototype,"element",{get:function(){return this.context.element},enumerable:!0,configurable:!0}),Object.defineProperty(C.prototype,"identifier",{get:function(){return this.context.identifier},enumerable:!0,configurable:!0}),Object.defineProperty(C.prototype,"actionAttribute",{get:function(){return this.schema.actionAttribute},enumerable:!0,configurable:!0}),Object.defineProperty(C.prototype,"schema",{get:function(){return this.context.schema},enumerable:!0,configurable:!0}),Object.defineProperty(C.prototype,"bindings",{get:function(){return Array.from(this.bindingsByAction.values())},enumerable:!0,configurable:!0}),C.prototype.connectAction=function(t){var e=new d(this.context,t);this.bindingsByAction.set(t,e),this.delegate.bindingConnected(e)},C.prototype.disconnectAction=function(t){var e=this.bindingsByAction.get(t);e&&(this.bindingsByAction.delete(t),this.delegate.bindingDisconnected(e))},C.prototype.disconnectAllActions=function(){var e=this;this.bindings.forEach(function(t){return e.delegate.bindingDisconnected(t)}),this.bindingsByAction.clear()},C.prototype.parseValueForToken=function(t){t=c.forToken(t);if(t.identifier==this.identifier)return t},C.prototype.elementMatchedValue=function(t,e){this.connectAction(e)},C.prototype.elementUnmatchedValue=function(t,e){this.disconnectAction(e)},C),S=(T.prototype.connect=function(){this.bindingObserver.start();try{this.controller.connect()}catch(t){this.handleError(t,"connecting controller")}},T.prototype.disconnect=function(){try{this.controller.disconnect()}catch(t){this.handleError(t,"disconnecting controller")}this.bindingObserver.stop()},Object.defineProperty(T.prototype,"application",{get:function(){return this.module.application},enumerable:!0,configurable:!0}),Object.defineProperty(T.prototype,"identifier",{get:function(){return this.module.identifier},enumerable:!0,configurable:!0}),Object.defineProperty(T.prototype,"schema",{get:function(){return this.application.schema},enumerable:!0,configurable:!0}),Object.defineProperty(T.prototype,"dispatcher",{get:function(){return this.application.dispatcher},enumerable:!0,configurable:!0}),Object.defineProperty(T.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(T.prototype,"parentElement",{get:function(){return this.element.parentElement},enumerable:!0,configurable:!0}),T.prototype.handleError=function(t,e,n){void 0===n&&(n={});var a=this.identifier,r=this.controller,i=this.element;n=Object.assign({identifier:a,controller:r,element:i},n),this.application.handleError(t,"Error "+e,n)},T),V=(A=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])},function(t,e){function n(){this.constructor=t}A(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});function T(t,e){this.module=t,this.scope=e,this.controller=new t.controllerConstructor(this),this.bindingObserver=new B(this,this.dispatcher);try{this.controller.initialize()}catch(t){this.handleError(t,"initializing controller")}}function C(t,e){this.context=t,this.delegate=e,this.bindingsByAction=new Map}function F(t,e,n){this.tokenListObserver=new M(t,e,this),this.delegate=n,this.parseResultsByToken=new WeakMap,this.valuesByTokenByElement=new WeakMap}var L=function(){function t(e){function n(){var t=this&&this instanceof n?this.constructor:void 0;return Reflect.construct(e,arguments,t)}return n.prototype=Object.create(e.prototype,{constructor:{value:n}}),Reflect.setPrototypeOf(n,e),n}try{return(e=t(function(){this.a.call(this)})).prototype.a=function(){},new e,t}catch(t){return function(t){return V(e,n=t),e;function e(){return null!==n&&n.apply(this,arguments)||this}var n}}var e}(),z=(Object.defineProperty(D.prototype,"identifier",{get:function(){return this.definition.identifier},enumerable:!0,configurable:!0}),Object.defineProperty(D.prototype,"controllerConstructor",{get:function(){return this.definition.controllerConstructor},enumerable:!0,configurable:!0}),Object.defineProperty(D.prototype,"contexts",{get:function(){return Array.from(this.connectedContexts)},enumerable:!0,configurable:!0}),D.prototype.connectContextForScope=function(t){t=this.fetchContextForScope(t);this.connectedContexts.add(t),t.connect()},D.prototype.disconnectContextForScope=function(t){t=this.contextsByScope.get(t);t&&(this.connectedContexts.delete(t),t.disconnect())},D.prototype.fetchContextForScope=function(t){var e=this.contextsByScope.get(t);return e||(e=new S(this,t),this.contextsByScope.set(t,e)),e},D),Z=(Object.defineProperty(N.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(N.prototype,"identifier",{get:function(){return this.scope.identifier},enumerable:!0,configurable:!0}),N.prototype.get=function(t){return t=this.getFormattedKey(t),this.element.getAttribute(t)},N.prototype.set=function(t,e){return t=this.getFormattedKey(t),this.element.setAttribute(t,e),this.get(t)},N.prototype.has=function(t){return t=this.getFormattedKey(t),this.element.hasAttribute(t)},N.prototype.delete=function(t){return!!this.has(t)&&(t=this.getFormattedKey(t),this.element.removeAttribute(t),!0)},N.prototype.getFormattedKey=function(t){return"data-"+this.identifier+"-"+t.replace(/([A-Z])/g,function(t,e){return"-"+e.toLowerCase()})},N);function N(t){this.scope=t}function D(t,e){this.application=t,this.definition={identifier:e.identifier,controllerConstructor:(e=e.controllerConstructor,(e=L(e)).bless(),e)},this.contextsByScope=new WeakMap,this.connectedContexts=new Set}function G(t,e){return"["+t+'~="'+e+'"]'}var I=(Object.defineProperty(Q.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(Q.prototype,"identifier",{get:function(){return this.scope.identifier},enumerable:!0,configurable:!0}),Object.defineProperty(Q.prototype,"schema",{get:function(){return this.scope.schema},enumerable:!0,configurable:!0}),Q.prototype.has=function(t){return null!=this.find(t)},Q.prototype.find=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=this.getSelectorForTargetNames(t);return this.scope.findElement(n)},Q.prototype.findAll=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=this.getSelectorForTargetNames(t);return this.scope.findAllElements(n)},Q.prototype.getSelectorForTargetNames=function(t){var e=this;return t.map(function(t){return e.getSelectorForTargetName(t)}).join(", ")},Q.prototype.getSelectorForTargetName=function(t){t=this.identifier+"."+t;return G(this.schema.targetAttribute,t)},Q),H=(X.prototype.findElement=function(t){return this.findAllElements(t)[0]},X.prototype.findAllElements=function(t){var e=this.element.matches(t)?[this.element]:[],t=this.filterElements(Array.from(this.element.querySelectorAll(t)));return e.concat(t)},X.prototype.filterElements=function(t){var e=this;return t.filter(function(t){return e.containsElement(t)})},X.prototype.containsElement=function(t){return t.closest(this.controllerSelector)===this.element},Object.defineProperty(X.prototype,"controllerSelector",{get:function(){return G(this.schema.controllerAttribute,this.identifier)},enumerable:!0,configurable:!0}),X),K=($.prototype.start=function(){this.valueListObserver.start()},$.prototype.stop=function(){this.valueListObserver.stop()},Object.defineProperty($.prototype,"controllerAttribute",{get:function(){return this.schema.controllerAttribute},enumerable:!0,configurable:!0}),$.prototype.parseValueForToken=function(t){var e=t.element,n=t.content,a=this.fetchScopesByIdentifierForElement(e),t=a.get(n);return t||(t=new H(this.schema,n,e),a.set(n,t)),t},$.prototype.elementMatchedValue=function(t,e){var n=(this.scopeReferenceCounts.get(e)||0)+1;this.scopeReferenceCounts.set(e,n),1==n&&this.delegate.scopeConnected(e)},$.prototype.elementUnmatchedValue=function(t,e){var n=this.scopeReferenceCounts.get(e);n&&(this.scopeReferenceCounts.set(e,n-1),1==n&&this.delegate.scopeDisconnected(e))},$.prototype.fetchScopesByIdentifierForElement=function(t){var e=this.scopesByIdentifierByElement.get(t);return e||(e=new Map,this.scopesByIdentifierByElement.set(t,e)),e},$),U=(Object.defineProperty(J.prototype,"element",{get:function(){return this.application.element},enumerable:!0,configurable:!0}),Object.defineProperty(J.prototype,"schema",{get:function(){return this.application.schema},enumerable:!0,configurable:!0}),Object.defineProperty(J.prototype,"controllerAttribute",{get:function(){return this.schema.controllerAttribute},enumerable:!0,configurable:!0}),Object.defineProperty(J.prototype,"modules",{get:function(){return Array.from(this.modulesByIdentifier.values())},enumerable:!0,configurable:!0}),Object.defineProperty(J.prototype,"contexts",{get:function(){return this.modules.reduce(function(t,e){return t.concat(e.contexts)},[])},enumerable:!0,configurable:!0}),J.prototype.start=function(){this.scopeObserver.start()},J.prototype.stop=function(){this.scopeObserver.stop()},J.prototype.loadDefinition=function(t){this.unloadIdentifier(t.identifier);t=new z(this.application,t);this.connectModule(t)},J.prototype.unloadIdentifier=function(t){t=this.modulesByIdentifier.get(t);t&&this.disconnectModule(t)},J.prototype.getContextForElementAndIdentifier=function(e,t){t=this.modulesByIdentifier.get(t);if(t)return t.contexts.find(function(t){return t.element==e})},J.prototype.handleError=function(t,e,n){this.application.handleError(t,e,n)},J.prototype.scopeConnected=function(t){this.scopesByIdentifier.add(t.identifier,t);var e=this.modulesByIdentifier.get(t.identifier);e&&e.connectContextForScope(t)},J.prototype.scopeDisconnected=function(t){this.scopesByIdentifier.delete(t.identifier,t);var e=this.modulesByIdentifier.get(t.identifier);e&&e.disconnectContextForScope(t)},J.prototype.connectModule=function(e){this.modulesByIdentifier.set(e.identifier,e),this.scopesByIdentifier.getValuesForKey(e.identifier).forEach(function(t){return e.connectContextForScope(t)})},J.prototype.disconnectModule=function(e){this.modulesByIdentifier.delete(e.identifier),this.scopesByIdentifier.getValuesForKey(e.identifier).forEach(function(t){return e.disconnectContextForScope(t)})},J),q={controllerAttribute:"data-controller",actionAttribute:"data-action",targetAttribute:"data-target"},R=(W.start=function(t,e){e=new W(t,e);return e.start(),e},W.prototype.start=function(){return i=this,c=function(){return n=this,a=function(t){switch(t.label){case 0:return[4,new Promise(function(t){"loading"==document.readyState?document.addEventListener("DOMContentLoaded",t):t()})];case 1:return t.sent(),this.router.start(),this.dispatcher.start(),[2]}},s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},e={next:t(0),throw:t(1),return:t(2)},"function"==typeof Symbol&&(e[Symbol.iterator]=function(){return this}),e;function t(e){return function(t){return function(e){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,i&&(o=i[2&e[0]?"return":e[0]?"throw":"next"])&&!(o=o.call(i,e[1])).done)return o;switch(i=0,(e=o?[0,o.value]:e)[0]){case 0:case 1:o=e;break;case 4:return s.label++,{value:e[1],done:!1};case 5:s.label++,i=e[1],e=[0];continue;case 7:e=s.ops.pop(),s.trys.pop();continue;default:if(!((o=0<(o=s.trys).length&&o[o.length-1])||6!==e[0]&&2!==e[0])){s=0;continue}if(3===e[0]&&(!o||e[1]>o[0]&&e[1]<o[3])){s.label=e[1];break}if(6===e[0]&&s.label<o[1]){s.label=o[1],o=e;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(e);break}o[2]&&s.ops.pop(),s.trys.pop();continue}e=a.call(n,s)}catch(t){e=[6,t],i=0}finally{r=o=0}if(5&e[0])throw e[1];return{value:e[0]?e[1]:void 0,done:!0}}([e,t])}}var n,a,r,i,o,s,e},new(s=(s=o=void 0)||Promise)(function(t,e){function n(t){try{r(c.next(t))}catch(t){e(t)}}function a(t){try{r(c.throw(t))}catch(t){e(t)}}function r(e){e.done?t(e.value):new s(function(t){t(e.value)}).then(n,a)}r((c=c.apply(i,o||[])).next())});var i,o,s,c},W.prototype.stop=function(){this.router.stop(),this.dispatcher.stop()},W.prototype.register=function(t,e){this.load({identifier:t,controllerConstructor:e})},W.prototype.load=function(t){for(var e=this,n=[],a=1;a<arguments.length;a++)n[a-1]=arguments[a];(Array.isArray(t)?t:[t].concat(n)).forEach(function(t){return e.router.loadDefinition(t)})},W.prototype.unload=function(t){for(var e=this,n=[],a=1;a<arguments.length;a++)n[a-1]=arguments[a];(Array.isArray(t)?t:[t].concat(n)).forEach(function(t){return e.router.unloadIdentifier(t)})},Object.defineProperty(W.prototype,"controllers",{get:function(){return this.router.contexts.map(function(t){return t.controller})},enumerable:!0,configurable:!0}),W.prototype.getControllerForElementAndIdentifier=function(t,e){e=this.router.getContextForElementAndIdentifier(t,e);return e?e.controller:null},W.prototype.handleError=function(t,e,n){console.error("%s\n\n%o\n\n%o",e,t,n)},W);function W(t,e){void 0===t&&(t=document.documentElement),void 0===e&&(e=q),this.element=t,this.schema=e,this.dispatcher=new i(this),this.router=new U(this)}function J(t){this.application=t,this.scopeObserver=new K(this.element,this.schema,this),this.scopesByIdentifier=new E,this.modulesByIdentifier=new Map}function $(t,e,n){this.element=t,this.schema=e,this.delegate=n,this.valueListObserver=new j(this.element,this.controllerAttribute,this),this.scopesByIdentifierByElement=new WeakMap,this.scopeReferenceCounts=new WeakMap}function X(t,e,n){this.schema=t,this.identifier=e,this.element=n,this.targets=new I(this),this.data=new Z(this)}function Q(t){this.scope=t}function Y(t){var i=t.prototype;t=function(t){for(var e=[];t;)e.push(t),t=Object.getPrototypeOf(t);return e}(t),Array.from(t.reduce(function(e,t){return t=t.targets,(Array.isArray(t)?t:[]).forEach(function(t){return e.add(t)}),e},new Set)).forEach(function(e){var t,n,a,r=i;(t={})[e+"Target"]={get:function(){var t=this.targets.find(e);if(t)return t;throw new Error('Missing target element "'+this.identifier+"."+e+'"')}},t[e+"Targets"]={get:function(){return this.targets.findAll(e)}},t["has"+((a=e).charAt(0).toUpperCase()+a.slice(1))+"Target"]={get:function(){return this.targets.has(e)}},n=t,Object.keys(n).forEach(function(t){var e;t in r||(e=n[t],Object.defineProperty(r,t,e))})})}var tt=(et.bless=function(){Y(this)},Object.defineProperty(et.prototype,"application",{get:function(){return this.context.application},enumerable:!0,configurable:!0}),Object.defineProperty(et.prototype,"scope",{get:function(){return this.context.scope},enumerable:!0,configurable:!0}),Object.defineProperty(et.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(et.prototype,"identifier",{get:function(){return this.scope.identifier},enumerable:!0,configurable:!0}),Object.defineProperty(et.prototype,"targets",{get:function(){return this.scope.targets},enumerable:!0,configurable:!0}),Object.defineProperty(et.prototype,"data",{get:function(){return this.scope.data},enumerable:!0,configurable:!0}),et.prototype.initialize=function(){},et.prototype.connect=function(){},et.prototype.disconnect=function(){},et.targets=[],et);function et(t){this.context=t}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.StatsHTML='\n    <div id="gath3r-stats" class=>\n        <style>\n            @import url(\'https://fonts.googleapis.com/css?family=Open+Sans\');\n            \n#gath3r-stats {\n    font-family: \'Open Sans\', sans-serif !important;\n    background-color: #F1F1E6;\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 100px;\n    padding: 10px;\n}\n\n#gath3r-stats, #gath3r-stats * {\n    box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    font-family: \'Open Sans\', sans-serif !important;\n}\n\n#gath3r-stats * {\n    margin:0;\n    padding:0;\n    border:0;\n    outline:0;\n    font-size:100%;\n    vertical-align:baseline;\n    background:transparent;\n    list-style:none;\n    font-family: inherit;\n}\n\n#gath3r-stats, #gath3r-stats #stats {\n    display: block;\n    width: 100%;\n    z-index:10000;\n}\n\n#gath3r-stats #stats {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    vertical-align: middle;\n    width: 100%;\n    height: 100%;\n}\n\n\n#gath3r-stats #stats #logo-gat {\n    width: 200px;\n    height: 100%;\n    padding-left: 20px;\n    padding-top: 5px;\n}\n\n#gath3r-stats #stats #logo-gat svg {\n    width: 57px;\n}\n\n#gath3r-stats #stats #labels {\n    width: 70%;\n}\n\n#gath3r-stats #stats #labels .stats_item{\n    display: inline-block;\n    vertical-align: middle;\n    margin-right: 15px;\n    margin-bottom: 5px;\n}\n\n#gath3r-stats #stats #labels .stats_item .stats_item--label{\n    font-weight: 900;\n    font-size: 0.9em;\n    font-size: 0.9rem;\n    text-transform: uppercase;\n}\n\n#gath3r-stats #stats #labels .stats_item .stats_item--label::after {\n    content: ":";\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n#gath3r-stats #stats #labels .stats_item .stats_item--value {\n}\n\n/* tablet devices */\n@media screen and (max-width: 699px) {\n    #stats {\n        display: flex;\n    }\n    #gath3r-stats {\n        height: auto;\n    }\n\n    #gath3r-stats #stats #logo-gat {\n        display: inline-block;\n        width: 45%;\n        height: 100%;\n        padding-left: 20px;\n        padding-top: 10px;\n    }\n\n    #gath3r-stats #stats #labels .stats_item{\n        display: block;\n        vertical-align: middle;\n        width: 100%;\n        margin-bottom: 10px;\n    }\n}\n\n\n        </style> \n        <div id="stats">\n            <div id="logo-gat">\n                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 497.75 622.1"><defs><style>.cls-1,.cls-6{fill:none;}.cls-2{fill:#04213f;}.cls-3{fill:#06d69d;}.cls-4{clip-path:url(#clip-path);}.cls-5{fill:#fff;}.cls-6{stroke:#06d69d;}</style><clipPath id="clip-path" transform="translate(0 -3.2)"><rect class="cls-1" x="131.13" width="268.7" height="272.1"/></clipPath></defs><title>gonline-logo</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-2" d="M83.22,393.3a31.83,31.83,0,0,0-12.3-13.9,34.59,34.59,0,0,0-18.79-4.9,38.24,38.24,0,0,0-19.3,4.9,34,34,0,0,0-13.5,14.1,43.49,43.49,0,0,0-4.9,21.2c0,8,1.6,15.1,4.9,21.2a35,35,0,0,0,13.5,14,38.5,38.5,0,0,0,19.3,4.9q15,0,24.6-9c6.4-6,10.2-14.1,11.3-24.2H47.23V410.8h55.1v10.3a50.22,50.22,0,0,1-7.9,23.1,49,49,0,0,1-17.8,16.6,50,50,0,0,1-24.5,6.1,51.44,51.44,0,0,1-26-6.7,48.87,48.87,0,0,1-18.6-18.6,56.42,56.42,0,0,1,0-53.8,48.87,48.87,0,0,1,18.6-18.6,51.44,51.44,0,0,1,26-6.7A52.19,52.19,0,0,1,81,370.6a46.43,46.43,0,0,1,18.3,22.7Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M120,403.8a36.67,36.67,0,0,1,13.7-14.5,37.79,37.79,0,0,1,19.4-5.1,35,35,0,0,1,18.4,4.6,30.64,30.64,0,0,1,11.6,11.5V385.6h13.5v80.5h-13.5v-15a31.55,31.55,0,0,1-11.8,11.7,34.64,34.64,0,0,1-18.3,4.6,36.13,36.13,0,0,1-19.4-5.3A37.29,37.29,0,0,1,120,447.3a46.71,46.71,0,0,1-5-21.7C115,417.2,116.63,410,120,403.8Zm59.5,5.9a25.89,25.89,0,0,0-9.9-10.3,28.12,28.12,0,0,0-27.4-.1,25.83,25.83,0,0,0-9.9,10.3,33.79,33.79,0,0,0-3.7,15.9,33.41,33.41,0,0,0,3.7,16.1,25.81,25.81,0,0,0,9.8,10.4,27.87,27.87,0,0,0,27.4,0,26.05,26.05,0,0,0,9.9-10.4,33.79,33.79,0,0,0,3.7-15.9,32.79,32.79,0,0,0-3.6-16Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M235.63,396.5v47.4c0,3.9.79,6.7,2.5,8.3s4.59,2.4,8.7,2.4h9.8v11.3h-12.1c-7.4,0-13-1.7-16.7-5.1s-5.6-9.1-5.6-16.9V396.5h-10.4v-11h10.4V365.2h13.4v20.3h21v11Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M329.13,387.9a27.07,27.07,0,0,1,11.5,11.7c2.79,5.2,4.2,11.5,4.2,19V466h-13.2V420.5c0-8-2-14.2-6-18.4s-9.5-6.4-16.5-6.4-12.71,2.2-16.8,6.6-6.2,10.8-6.2,19.2V466H272.72V357.3h13.41V397a27.29,27.29,0,0,1,10.9-9.6,35.12,35.12,0,0,1,15.6-3.4A36.17,36.17,0,0,1,329.13,387.9Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M439.72,430.8h-64.3q.75,11.85,8.1,18.6a26.46,26.46,0,0,0,18,6.7c5.8,0,10.6-1.3,14.5-4a21.54,21.54,0,0,0,8.2-10.8h14.41a34.59,34.59,0,0,1-12.91,18.9c-6.5,4.9-14.5,7.3-24.09,7.3a40.73,40.73,0,0,1-20.5-5.1,36.36,36.36,0,0,1-14.21-14.6,45.35,45.35,0,0,1-5.09-22,46.54,46.54,0,0,1,5-21.9,35.54,35.54,0,0,1,14-14.5,41.9,41.9,0,0,1,20.8-5.1,41,41,0,0,1,20.29,5,35.66,35.66,0,0,1,13.6,13.7,40.06,40.06,0,0,1,4.7,19.7C440.13,425.4,440,428.1,439.72,430.8Zm-16.7-24a22.6,22.6,0,0,0-9.2-8.4,28.44,28.44,0,0,0-12.8-2.8,25,25,0,0,0-17.3,6.5c-4.7,4.3-7.5,10.3-8.09,17.9h50.79a24.92,24.92,0,0,0-3.4-13.2Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M481.22,387.9a31.74,31.74,0,0,1,15.91-3.8v13.8h-3.5c-15,0-22.5,8.1-22.5,24.4v43.8H457.72V385.6h13.41v13A26,26,0,0,1,481.22,387.9Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M27.63,617.8A54.16,54.16,0,0,1,7.42,598a58.46,58.46,0,0,1,0-57,53.3,53.3,0,0,1,20.21-19.8,58.38,58.38,0,0,1,55.9,0,53.6,53.6,0,0,1,20,19.8,59,59,0,0,1,0,57,53.1,53.1,0,0,1-20.11,19.8,58.17,58.17,0,0,1-55.79,0Zm45.09-16.6a30.64,30.64,0,0,0,11.6-12.6,42.1,42.1,0,0,0,4.21-19.1,41.43,41.43,0,0,0-4.21-19A30.38,30.38,0,0,0,72.72,538a32.38,32.38,0,0,0-17.2-4.3,35,35,0,0,0-17.3,4.3,30,30,0,0,0-11.7,12.5,41.55,41.55,0,0,0-4.2,19,42.25,42.25,0,0,0,4.2,19.1,30.27,30.27,0,0,0,11.7,12.6,33.78,33.78,0,0,0,17.3,4.4,33.37,33.37,0,0,0,17.2-4.4Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M199.32,546.5c6.3,6.5,9.4,15.5,9.5,27v50.3h-21.7V576.4c0-6.8-1.7-12.1-5.1-15.7s-8.1-5.5-14-5.5-10.7,1.8-14.2,5.5-5.2,8.9-5.2,15.7v47.4h-21.7V537.9h21.71v10.7a29,29,0,0,1,11.1-8.8,35.82,35.82,0,0,1,14.8-3.2C184.72,536.8,193,540,199.32,546.5Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M251.13,509.2V623.9H229.42V509.2Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M273.92,524.1a12.78,12.78,0,0,1-.2-18l.2-.2a14.25,14.25,0,0,1,19.1,0,12.67,12.67,0,0,1,.1,18l-.1.1A14.14,14.14,0,0,1,273.92,524.1Zm20.3,13.9v85.9h-21.7V538Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M387.92,546.5c6.3,6.5,9.5,15.5,9.5,27v50.3h-21.7V576.4c0-6.8-1.7-12.1-5.09-15.7s-8.1-5.5-14-5.5-10.71,1.8-14.21,5.5-5.2,8.9-5.2,15.7v47.4h-21.7V537.9h21.7v10.7a29.07,29.07,0,0,1,11.1-8.8,35.82,35.82,0,0,1,14.8-3.2C373.42,536.8,381.63,540,387.92,546.5Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M497.22,587.5h-62.8c.5,6.2,2.71,11.1,6.5,14.6a19.79,19.79,0,0,0,14.1,5.2c8.1,0,13.8-3.5,17.2-10.4h23.41a39,39,0,0,1-14.3,20.4c-7,5.3-15.7,8-25.91,8a45.14,45.14,0,0,1-22.2-5.5,38.31,38.31,0,0,1-15.3-15.6,47.36,47.36,0,0,1-5.5-23.2q0-13.35,5.41-23.4A37.81,37.81,0,0,1,433,542.1a48.94,48.94,0,0,1,44.4-.2,36.15,36.15,0,0,1,15,15,44.14,44.14,0,0,1,5.3,22.2A46.47,46.47,0,0,1,497.22,587.5Zm-21.8-14.6a17.17,17.17,0,0,0-6-13.4,21.12,21.12,0,0,0-14.4-5,20,20,0,0,0-13.6,4.9c-3.7,3.3-5.9,7.8-6.7,13.6Z" transform="translate(0 -3.2)"/><g id="Group_1027" data-name="Group 1027"><circle id="Ellipse_480" data-name="Ellipse 480" class="cls-3" cx="269.42" cy="132.6" r="132.6"/><g class="cls-4"><g id="Gather_Logo_Blue_Symbol" data-name="Gather Logo Blue Symbol"><path id="Path_5808" data-name="Path 5808" class="cls-5" d="M321.92,122.1h30.81a5.9,5.9,0,0,1,1.4.2,7.64,7.64,0,0,1,5.5,5.1l.3,1.2v58.8a3.75,3.75,0,0,1-.1,1.1c-.1.3-.2.7-.3,1a7.68,7.68,0,0,1-1.4,2.5,5,5,0,0,1-.7.8c-.8.9-1.5,1.8-2.3,2.6s-1.4,1.4-2.1,2.1c-1.2,1.1-2.5,2.2-3.8,3.3s-2.8,2.3-4.2,3.4c-1.2,1-2.5,1.9-3.7,2.8-1.9,1.4-3.9,2.7-5.9,3.9a39.72,39.72,0,0,1-3.5,2c-1.4.8-2.8,1.5-4.3,2.2-1.3.6-2.6,1.2-3.9,1.7-2.1.9-4.3,1.6-6.5,2.4-1.1.4-2.2.7-3.4,1.1s-2.5.7-3.8,1.1c-.9.2-1.8.5-2.7.7a2.92,2.92,0,0,1-.91.2,3.48,3.48,0,0,1-1,.2c-.29.1-.59.1-.9.2a2.35,2.35,0,0,0-.8.2c-.3,0-.5.1-.7.1a7.38,7.38,0,0,0-1.2.2h-.3l-.4.1a4.33,4.33,0,0,1-.5.1.75.75,0,0,0-.5.1.37.37,0,0,0-.3.1,2,2,0,0,0-.8.1h-.3a1.7,1.7,0,0,0-.7.1h-.9a3.4,3.4,0,0,1-1,.1h-.3a3.4,3.4,0,0,1-1,.1,1.27,1.27,0,0,0-.6.1c-.2,0-.5.1-.8.1a5.57,5.57,0,0,0-1.29.1h-1.5a3.37,3.37,0,0,0-1,.1h-9.3c-.2,0-.5-.1-.8-.1h-1.1a3.4,3.4,0,0,1-1-.1,3.4,3.4,0,0,0-1-.1,2.77,2.77,0,0,1-.9-.1c-.3,0-.5-.1-.8-.1a2,2,0,0,1-.8-.1c-.1,0-.3-.1-.4-.1h-.3c-.3,0-.6-.1-.9-.1a2.86,2.86,0,0,1-.91-.1,3.58,3.58,0,0,0-.5-.1,1.7,1.7,0,0,1-.7-.1.61.61,0,0,1-.4-.1,1.7,1.7,0,0,1-.7-.1c-.1,0-.2-.1-.4-.1a33.65,33.65,0,0,0-1.4-.3l-.4.1h-.2c-.4-.1-.8-.1-1.2-.2a4.25,4.25,0,0,0-1.1-.2c-.8-.2-1.6-.3-2.4-.5l-2.3-.6c-1-.3-2-.5-3-.9-1.9-.6-3.8-1.2-5.7-1.9-1.7-.7-3.5-1.4-5.2-2.2s-3.1-1.5-4.7-2.3c-1.3-.7-2.5-1.4-3.8-2.1-2.3-1.4-4.6-2.9-6.8-4.5-1.6-1.2-3.1-2.4-4.7-3.6s-3.1-2.7-4.6-4.1c-1.1-1-2.2-2.1-3.2-3.2-1.6-1.6-3.1-3.3-4.6-5a55.64,55.64,0,0,1-4.2-5.4c-.9-1.3-1.8-2.6-2.6-3.9-1-1.6-2-3.3-2.9-5a30.13,30.13,0,0,1-1.6-3.1c-.7-1.5-1.4-3-2-4.5-.4-1-.8-2-1.2-2.9-.5-1.2-.9-2.5-1.3-3.8-.6-2-1.2-4-1.7-6-.2-.8-.3-1.6-.5-2.3s-.3-1.3-.4-1.9c-.1-.4-.1-.8-.2-1.3-.1-.2,0-.3-.1-.5-.1-.5-.1-1.1-.2-1.6v-.5c-.1-.5-.1-1-.2-1.4V147a3.4,3.4,0,0,0-.1-1,2.77,2.77,0,0,1-.1-.9,2,2,0,0,0-.1-.7,4.87,4.87,0,0,1-.1-1.2,5.7,5.7,0,0,0-.1-1.3v-2.5a4.1,4.1,0,0,0-.1-1.1v-4.2c.1-1,.1-2,.1-2.9a3.75,3.75,0,0,1,.1-1.1c0-.4.1-.9.1-1.3a2,2,0,0,1,.1-.8,2.77,2.77,0,0,0,.1-.9,1.27,1.27,0,0,1,.1-.6v-.3a5.9,5.9,0,0,1,.2-1.4,3.75,3.75,0,0,0,.1-1v-.4a.9.9,0,0,1,.1-.5v-.2a5.9,5.9,0,0,1,.2-1.4,3.09,3.09,0,0,1,.2-1.1c.1-.7.3-1.5.4-2.2l.6-2.7c.2-.9.5-2.1.8-3.1.4-1.4.9-2.9,1.3-4.2a45.24,45.24,0,0,1,1.8-4.7c.5-1.1,1-2.3,1.5-3.4.3-.6.6-1.3,1-2q1.8-3.45,3.9-6.9a71.12,71.12,0,0,1,5-7.2c1.3-1.7,2.7-3.4,4.2-5,2-2.2,4.1-4.3,6.3-6.4,1.8-1.7,3.7-3.3,5.7-4.9s4-3,6.1-4.4,4-2.5,6.1-3.7c1.8-1,3.7-2,5.7-2.9,1.7-.8,3.4-1.5,5.2-2.2a62.63,62.63,0,0,1,6.1-2.1c1.2-.4,2.4-.7,3.6-1,.6-.1,1.1-.3,1.7-.4l1.6-.4a11.63,11.63,0,0,0,1.8-.4,4.4,4.4,0,0,0,1-.2c.4-.1.6-.1,1-.2s.9-.1,1.3-.2a1.27,1.27,0,0,0,.6-.1c.5-.1,1-.1,1.5-.2h.3l.6-.1h.3c.5,0,1-.2,1.6-.2s.8-.1,1.1-.1a3.08,3.08,0,0,0,1-.1,4.1,4.1,0,0,1,1.1-.1,3.4,3.4,0,0,0,1-.1c.3,0,.7-.1,1-.1a12.1,12.1,0,0,0,1.9-.1h9.1c.6,0,1.1.1,1.7.1a3.4,3.4,0,0,1,1,.1c.4,0,.7.1,1.1.1a2.2,2.2,0,0,1,.8.1h.2l1,.1c.3,0,.6.1,1,.1s.7.1,1,.1h.4l.5.1.6.1a.6.6,0,0,1,.4.1l.3.1c.3,0,.6.1,1,.1s.6.1.9.2a4.3,4.3,0,0,0,1.2.2c.3.1.6.1.9.2a4.25,4.25,0,0,0,1.1.2,5.27,5.27,0,0,1,1.2.3c.4.1.8.1,1.1.2,1.1.3,2.2.5,3.3.9,2.2.6,4.4,1.3,6.5,2.1s4.3,1.6,6.4,2.6a59,59,0,0,1,8.2,4.5c2.9,1.9,5.7,3.9,8.5,5.9,2,1.6,4,3.2,6,4.9,1.4,1.2,2.7,2.4,4,3.7a39,39,0,0,1,3.3,3.8c.7.9,1.4,1.8,2.1,2.8a9.5,9.5,0,0,1,1,1.7,8.8,8.8,0,0,1,.5,1.5,11,11,0,0,1,.2,1.8,1.7,1.7,0,0,1-.1.7.76.76,0,0,1-.1.4,5.81,5.81,0,0,1-.9,2.5,7.17,7.17,0,0,1-1.1,1.5l-.9.9-17.5,17.5-2.2,2.2-.7.7a5.5,5.5,0,0,1-.9.7,7,7,0,0,1-2.3,1.1c-.2.1-.5.1-.7.2a.76.76,0,0,0-.4.1h-1.1a2.2,2.2,0,0,1-.8-.1h-.3a9.36,9.36,0,0,1-1.6-.4,7,7,0,0,1-3.3-2.6c-.5-.6-.9-1.3-1.4-1.9l-1.5-1.8c-.9-.9-1.7-1.8-2.6-2.6-.7-.7-1.4-1.3-2.09-1.9l-3-2.4c-.7-.5-1.41-1-2.1-1.4a30.47,30.47,0,0,0-4-2.1c-1.6-.7-3.2-1.4-4.9-2a45.81,45.81,0,0,0-5.9-1.7,4.4,4.4,0,0,0-1-.2c-.3,0-.9-.2-1.3-.2h-.2a1.48,1.48,0,0,0-.7-.1h-.4a2,2,0,0,0-.8-.1H290a4.1,4.1,0,0,0-1.1-.1,4.1,4.1,0,0,1-1.1-.1h-4.3a2.2,2.2,0,0,0-.8.1c-.3,0-.6.1-.9.1h-1a4.87,4.87,0,0,1-1.2.1c-.2,0-.5.1-.7.1a1.7,1.7,0,0,0-.7.1,2,2,0,0,1-.8.1c-.3.1-.7.1-1,.2a1.48,1.48,0,0,1-.7.1c-.2,0-.4.1-.6.1a3.09,3.09,0,0,0-.8.2c-.9.2-1.8.5-2.6.7a51.81,51.81,0,0,0-6.5,2.6,35.87,35.87,0,0,0-7.3,4.9,49.72,49.72,0,0,0-8.7,9.6,41.31,41.31,0,0,0-5,10.9,33.83,33.83,0,0,0-.8,3.4c0,.4-.2.8-.2,1.2a5.85,5.85,0,0,1-.2,1.3v.2c0,.5-.2,1-.2,1.4s-.1.7-.1,1a2.77,2.77,0,0,1-.1.9,3.75,3.75,0,0,1-.1,1.1v4.8a7.57,7.57,0,0,1,.1,1.5v.1c0,.4.1.8.1,1.2s.1.8.1,1.1v.4a2.2,2.2,0,0,0,.1.8.76.76,0,0,0,.1.4v.3c.1.6.2,1.1.3,1.6.2.7.3,1.5.5,2.2a24,24,0,0,0,1.2,3.8,17.8,17.8,0,0,0,1.2,2.9c.1.1.1.2.2.3a38.13,38.13,0,0,0,3.8,6.5,41.41,41.41,0,0,0,5.5,6.3,43.42,43.42,0,0,0,5.8,4.6,38.09,38.09,0,0,0,5.2,2.9,31,31,0,0,0,5.8,2.1c.9.2,2,.5,2.9.7l1,.2c.3.1.7.1,1,.2.5.1,1,.1,1.6.2h.3a2.8,2.8,0,0,1,.9.1c.3,0,.5.1.8.1a3.4,3.4,0,0,1,1,.1,3.75,3.75,0,0,0,1,.1h4.8a4.87,4.87,0,0,0,1.2-.1c.3,0,.6-.1.9-.1a2.2,2.2,0,0,0,.8-.1c.3,0,.6-.1,1-.1a.6.6,0,0,0,.4-.1,4.33,4.33,0,0,1,.5-.1c.3,0,.6-.1.8-.1h.1c.6-.1,1.2-.2,1.9-.3,1.2-.2,2.6-.6,3.8-.9,1.6-.5,3.2-1,4.7-1.6a38.9,38.9,0,0,0,4.2-1.9c.5-.3,1-.5,1.5-.8a11.6,11.6,0,0,0,2.1-1.6l.2-.2a.37.37,0,0,0,.1-.3V162a.22.22,0,0,0-.2-.2H291.72a2.2,2.2,0,0,1-.8-.1h-.29a6.94,6.94,0,0,1-3.6-1.6,8.06,8.06,0,0,1-2.5-3.5,2.92,2.92,0,0,1-.2-.9.9.9,0,0,0-.1-.5,4.33,4.33,0,0,1-.1-.5V129.8a8.08,8.08,0,0,1,.5-2.7,7.76,7.76,0,0,1,4.8-4.4l1.1-.3h1.6l29.79-.3m-15.59,9.1a7.57,7.57,0,0,0-1.5.1h-.1a3.55,3.55,0,0,0-1,.2,9.4,9.4,0,0,0-3.5,2,9.64,9.64,0,0,0-2.6,4.2,5.85,5.85,0,0,0-.2,1.3.75.75,0,0,1-.1.5v1c0,.2.1.5.1.8v.3c.1.4.2.7.3,1.1a9.14,9.14,0,0,0,3.2,4.5,8.07,8.07,0,0,0,3.9,1.7h.2a5.44,5.44,0,0,0,1.8,0,5.9,5.9,0,0,0,1.4-.2,8.49,8.49,0,0,0,2.2-.9l.5-.3a.19.19,0,0,1,.3,0l.6.5,9.5,9.5,2.9,2.9.2.2v.2l-.1.2a10.64,10.64,0,0,0-.9,2.5,14.77,14.77,0,0,0-.1,2.1l.3,1.2a7.31,7.31,0,0,0,2.8,3.9,5.58,5.58,0,0,0,.8.5c.1.1.2.1.2.2a.37.37,0,0,1,.1.3,3.4,3.4,0,0,1-.1,1,2,2,0,0,0-.1.8v.4a2.49,2.49,0,0,0-.1.8c0,.3-.1.5-.1.8s-.1.5-.1.8v.9a2.49,2.49,0,0,0-.1.8v.3a2.49,2.49,0,0,0-.1.8,2.54,2.54,0,0,1-.2.7.22.22,0,0,1-.2.2c-.2.1-.4.1-.6.2a4.38,4.38,0,0,0-2.3,1.7,13.39,13.39,0,0,0-.6,1.2,5.85,5.85,0,0,0-.2,1.3,4.15,4.15,0,0,0,.3,1.6,4.35,4.35,0,0,0,2.9,2.7,5.07,5.07,0,0,0,1.3.2,7.72,7.72,0,0,0,1.5-.2,3,3,0,0,0,1-.4,5.24,5.24,0,0,0,1.1-1,4.29,4.29,0,0,0,1-2.4,3.21,3.21,0,0,0-.2-1.7,5.33,5.33,0,0,0-1.6-2.3l-.4-.3a.76.76,0,0,1-.2-.4,3.4,3.4,0,0,0,.1-1,30827137529738.06,30827137529738.06,0,0,0,.2-.8c0-.3.1-.6.1-.9a8.32,8.32,0,0,1,.2-1.3v-.6a2.49,2.49,0,0,0,.1-.8.6.6,0,0,1,.1-.4c0-.1.1-.3.1-.4a5.07,5.07,0,0,1,.2-1.3.22.22,0,0,1,.2-.2h.4a7.77,7.77,0,0,0,1.6-.2,13.36,13.36,0,0,0,1.8-.7,6.63,6.63,0,0,0,3.1-3.3,7.1,7.1,0,0,0,.7-3v-.5a4.87,4.87,0,0,0-.1-1.2,6.36,6.36,0,0,0-.6-1.8,8.34,8.34,0,0,0-.8-1.2l-.3-.4-.1-.1V160c.1-.1.1-.2.2-.3l1.8-2.4,6.8-8.8.9-1.2c.1-.1.1-.2.2-.2a.37.37,0,0,1,.3-.1l.4.1c.2,0,.3.1.5.1a5.23,5.23,0,0,0,1.8-.3A4.57,4.57,0,0,0,352,144a6.75,6.75,0,0,0,.2-1.4c0-.3-.1-.5-.1-.8a4.52,4.52,0,0,0-1.4-2.4,5.67,5.67,0,0,0-1.3-.8,8.33,8.33,0,0,0-1.5-.4h-.5c-.4.1-.7.1-1.1.2a4.53,4.53,0,0,0-2.6,2.3,4.14,4.14,0,0,0-.4,2.8,5.64,5.64,0,0,0,.4,1.2c0,.1.1.2.1.3v.2c0,.1-.1.2-.2.3l-.8,1.1-4.5,5.9-4.2,5.5c-.1.1-.2.2-.2.3a.37.37,0,0,1-.3.1.76.76,0,0,1-.4-.1,6.11,6.11,0,0,0-1.3-.3l-.4-.1a1.7,1.7,0,0,0-1,0c-.2,0-.4.1-.6.1h-.3c-.3.1-.7.2-1,.3s-.7.3-1,.4l-.3.2a.3.3,0,0,1-.4,0l-.5-.5-12.1-12.1-.4-.4c-.2-.2-.2-.3-.1-.5l.3-.5a8.65,8.65,0,0,0,.7-1.7l.3-1.2a2.88,2.88,0,0,0,.1-1.3v-1.2c-.1-.5-.2-.9-.3-1.3a9,9,0,0,0-3.6-5,8.27,8.27,0,0,0-1.6-.9,5.92,5.92,0,0,0-1.9-.5h-.2a1.27,1.27,0,0,0-.6-.1l-.7-.5" transform="translate(0 -3.2)"/><path id="Path_5809" data-name="Path 5809" class="cls-5" d="M178.82,121.8h-8.9a.22.22,0,0,1-.2-.2,4.1,4.1,0,0,1,.1-1.1.75.75,0,0,1,.1-.5c.11-.1,0-.2,0-.3a2.27,2.27,0,0,0,.11-.8c0-.3.1-.5.1-.8a2.92,2.92,0,0,1,.2-.9,16.25,16.25,0,0,1,.4-1.9c.2-.7.2-1.1.4-1.7a46.08,46.08,0,0,1,1.5-5.3c.5-1.5,1-3.1,1.6-4.6,0-.1.1-.2.1-.4s.2-.3.4-.3h18a.22.22,0,0,1,.2.2h0c0,.1-.1.2-.1.4-.6,1.6-1.2,3.3-1.7,5-.4,1.3-.8,2.7-1.1,4a14.53,14.53,0,0,0-.5,2.1c-.11.6-.3,1.3-.4,1.9s-.21,1.4-.4,2.1c0,.4-.2.8-.2,1.3a3,3,0,0,1-.21,1l-.1.2c-.1.3-.2.4-.5.4l-8.9.2" transform="translate(0 -3.2)"/><path id="Path_5810" data-name="Path 5810" class="cls-5" d="M185.72,98.3h-9c-.1,0-.2-.1-.1-.2h0a.1.1,0,0,1,.1-.1c.1-.1.1-.3.2-.4.4-.9.9-1.9,1.4-2.8,1.3-2.5,2.8-5,4.3-7.4a82.22,82.22,0,0,1,4.9-6.7l.7-.9c.1-.1.2-.2.3-.2H206c.1,0,.1.1.1.2h0l-.4.6c-1.4,1.8-2.8,3.8-4.1,5.7l-3,4.8c-.8,1.5-1.6,2.9-2.4,4.4-.4.7-.7,1.5-1.1,2.2-.1.2-.2.3-.2.5l-.2.2h-.2l-8.8.1" transform="translate(0 -3.2)"/><path id="Path_5811" data-name="Path 5811" class="cls-5" d="M178.32,126.5h8.91a.22.22,0,0,1,.2.2v.8a5.28,5.28,0,0,0-.1,1.3,2.2,2.2,0,0,1-.1.8c0,.3-.1.7-.1,1v1a2.77,2.77,0,0,1-.1.9c-.11.3,0,.6-.11.8v7c0,.4.11.8.11,1.1v1.1a2,2,0,0,0,.1.8,9.7,9.7,0,0,1,.1,1.7v.1c0,.1-.1.2-.3.2h-17.4c-.11,0-.11-.1-.21-.2a2.92,2.92,0,0,1-.2-.9c0-.4-.1-.8-.1-1.2v-.5a4.87,4.87,0,0,0-.1-1.2v-2.5c0-.4-.1-.8-.1-1.1v-6.5a4.87,4.87,0,0,1,.1-1.2,8.62,8.62,0,0,0,.1-1.7c0-.4.1-.9.1-1.3v-.1c0-.1.1-.2.3-.2h8.9" transform="translate(0 -3.2)"/><path id="Path_5812" data-name="Path 5812" class="cls-5" d="M179.13,150h8.59a.22.22,0,0,1,.2.2.56.56,0,0,1,.11.4c0,.3.1.7.1,1s.1.6.1.9.2.8.2,1.3a2.39,2.39,0,0,0,.2.9,3.55,3.55,0,0,1,.2,1c.1.3.1.7.2,1s.1.7.2,1c.3,1.1.5,2.2.8,3.3.5,1.9,1.1,3.8,1.7,5.6a7.49,7.49,0,0,1,.5,1.6c0,.1.1.2.1.3a.37.37,0,0,1-.1.3H175.92a.22.22,0,0,1-.2-.2c-.1-.2-.2-.3-.3-.5l-.7-1.8q-1.2-3-2.1-6c-.4-1.3-.8-2.6-1.1-3.9-.3-1.1-.6-2.2-.8-3.3-.1-.6-.3-1.3-.4-1.9,0-.1-.1-.2-.1-.4v-.4a.22.22,0,0,1,.2-.2h.21l8.5-.2" transform="translate(0 -3.2)"/><path id="Path_5813" data-name="Path 5813" class="cls-5" d="M186.32,173.4h8.1c.11,0,.11.1.21.1a.76.76,0,0,1,.2.4c.6,1.4,1.3,2.8,2,4.2,1.1,2.1,2.3,4.2,3.5,6.3,1.5,2.4,3,4.7,4.7,6.9.1.2.3.4.4.6s0,.1-.1.2h-14a.52.52,0,0,1-.4-.2l-1.1-1.2a40.31,40.31,0,0,1-2.6-3.2c-1.1-1.5-2.2-2.9-3.3-4.4a55.91,55.91,0,0,1-4.1-6.6c-.4-.8-.9-1.6-1.3-2.4-.1-.1-.1-.2-.2-.3a.37.37,0,0,1,.1-.3h.2l7.69-.1" transform="translate(0 -3.2)"/><path id="Path_5814" data-name="Path 5814" class="cls-5" d="M238.63,220.2l-.1-.1a2.54,2.54,0,0,1-.7-.2c-1.91-.4-2.1-.5-4.2-1-1.3-.4-3.41-1-4.5-1.4-2.21-.8-4.5-1.6-6.6-2.6s-4.3-2-6.4-3.1a90.43,90.43,0,0,1-8.8-5.4c-2-1.4-4-2.9-5.9-4.5-1.7-1.4-3.3-2.8-4.9-4.3-.3-.2-.5-.5-.8-.7v-.1l.1-.1H209a.76.76,0,0,1,.5.2l.1.1.9,1c1.8,2,3.6,3.9,5.5,5.7s4,3.7,6,5.4a82.14,82.14,0,0,0,10.2,7.3c1.8,1.1,3.7,2.2,5.6,3.2.09.1.3.1.4.2.19.3.29.4.4.4Z" transform="translate(0 -3.2)"/><path id="Path_5815" data-name="Path 5815" class="cls-5" d="M218.72,60h-7.9v-.1l.21-.2c1.29-.8,2.7-1.6,4.1-2.4s3-1.6,4.5-2.3q3.15-1.5,6.29-2.7l5.1-1.8,5.2-1.5c1.1-.3,2.2-.5,3.3-.8a18.46,18.46,0,0,1,2.3-.4,6.11,6.11,0,0,0,1.3-.3,3,3,0,0,1,1.3-.2c.2,0,.4-.1.6-.1.5,0,1-.2,1.6-.2h.4a3.4,3.4,0,0,1,1-.1,3.4,3.4,0,0,1,1-.1,1.27,1.27,0,0,0,.6-.1c.3,0,.7-.1,1-.1a2.2,2.2,0,0,0,.8-.1c.3,0,.7-.1,1-.1h.9v.1c0,.1-.1.1-.2.1l-1.8.6-4.8,1.8a74.3,74.3,0,0,0-7.6,3.5c-2.3,1.2-4.5,2.5-6.7,3.8a57.16,57.16,0,0,0-4.8,3.2c-.6.4-.5.4-1.2.4h-7.4" transform="translate(0 -3.2)"/><path id="Path_5816" data-name="Path 5816" class="cls-5" d="M201.53,74.9h-8.7a.1.1,0,0,1-.1-.1v-.1l.1-.1c.6-.6,1.1-1.2,1.7-1.7s1.1-1.1,1.6-1.6a68,68,0,0,1,5.7-5l.4-.3a1.07,1.07,0,0,1,.6-.2h16.6v.1h0l-.1.1c-1,.9-2,1.8-3,2.8-1.4,1.4-2.9,2.8-4.2,4.2l-1.2,1.3-.3.3a.76.76,0,0,1-.5.2l-8.6.1Z" transform="translate(0 -3.2)"/></g></g></g><g id="Group_1028" data-name="Group 1028"><g id="Ellipse_488" data-name="Ellipse 488"><circle class="cls-3" cx="359.02" cy="280.4" r="11"/><path class="cls-3" d="M359,294.6a11,11,0,0,1-6.3-20h0A11,11,0,1,1,366,292.1c-.2.2-.5.3-.7.5A10.76,10.76,0,0,1,359,294.6Zm-5.5-18.8a9.63,9.63,0,1,0,13.4,2.4h0A9.55,9.55,0,0,0,353.52,275.8Z" transform="translate(0 -3.2)"/></g><g id="Group_1016" data-name="Group 1016"><g id="Ellipse_487" data-name="Ellipse 487"><circle class="cls-3" cx="418.83" cy="279.4" r="25.9"/><path class="cls-3" d="M418.83,308.5a25.86,25.86,0,0,1-22.2-39.2h0a25.95,25.95,0,1,1,22.2,39.2Zm-21-38.5a24.56,24.56,0,1,0,33.7-8.4h0a24.56,24.56,0,0,0-33.7,8.4Z" transform="translate(0 -3.2)"/></g><path id="Path_5823" data-name="Path 5823" class="cls-3" d="M422.42,282.8l-70-.6" transform="translate(0 -3.2)"/><rect class="cls-3" x="386.83" y="247.47" width="1.4" height="70.1" transform="translate(101.84 664.52) rotate(-89.53)"/></g><g id="Group_1015" data-name="Group 1015"><g id="Ellipse_487-2" data-name="Ellipse 487-2"><circle class="cls-3" cx="432.83" cy="194.1" r="18.5"/><path class="cls-3" d="M432.83,215.7a17.45,17.45,0,0,1-5.1-.7,18.51,18.51,0,1,1,5.1.7Zm-.11-35.5a16.87,16.87,0,1,0,4.8.6,19.66,19.66,0,0,0-4.8-.6Z" transform="translate(0 -3.2)"/></g><path id="Path_5823-2" data-name="Path 5823-2" class="cls-3" d="M430.13,214.1l-13.91,68.7" transform="translate(0 -3.2)"/><rect class="cls-3" x="388.29" y="247.76" width="70" height="1.4" transform="translate(95.5 610.58) rotate(-78.51)"/></g></g><g id="Group_1029" data-name="Group 1029"><g id="Ellipse_488-2" data-name="Ellipse 488-2"><circle class="cls-3" cx="115.13" cy="29.2" r="11.4"/><path class="cls-3" d="M115.13,43.8a11.34,11.34,0,1,1,9.9-5.7h0A11,11,0,0,1,115.13,43.8Zm0-21.4a10,10,0,1,0,8.7,15h0a10,10,0,0,0-3.7-13.7A10.66,10.66,0,0,0,115.13,22.4Z" transform="translate(0 -3.2)"/></g><g id="Group_1016-2" data-name="Group 1016-2"><g id="Ellipse_487-3" data-name="Ellipse 487-3"><circle class="cls-3" cx="60.32" cy="52.4" r="13.7"/><path class="cls-3" d="M60.32,69.3a13.83,13.83,0,0,1-12.9-9,13.69,13.69,0,0,1,25.71-9.4h0a13.64,13.64,0,0,1-8.21,17.5,12.16,12.16,0,0,1-4.6.9Zm0-25.9a12,12,0,0,0-4.2.8,12.09,12.09,0,1,0,15.7,7.3h0a12.26,12.26,0,0,0-11.5-8.1Z" transform="translate(0 -3.2)"/></g><path id="Path_5823-3" data-name="Path 5823-3" class="cls-3" d="M55.32,59.6,119,30.5" transform="translate(0 -3.2)"/><rect class="cls-3" x="52.13" y="44.49" width="70.1" height="1.4" transform="translate(-10.89 37.12) rotate(-24.56)"/></g><g id="Group_1015-2" data-name="Group 1015-2"><g id="Ellipse_487-4" data-name="Ellipse 487-4"><circle class="cls-3" cx="99.63" cy="100.8" r="20.2"/><path class="cls-3" d="M99.63,124.3A21.77,21.77,0,0,1,96,124a20.25,20.25,0,1,1,3.6.3Zm-.1-39.1a18.92,18.92,0,0,0-10.8,3.4h0a18.74,18.74,0,1,0,26.1,4.6A18.57,18.57,0,0,0,99.53,85.2Z" transform="translate(0 -3.2)"/></g><path id="Path_5823-4" data-name="Path 5823-4" class="cls-3" d="M103.53,108.3l-44.61-54" transform="translate(0 -3.2)"/><rect class="cls-3" x="80.49" y="46.3" width="1.4" height="70.1" transform="translate(-33.22 67.16) rotate(-39.57)"/></g></g><path id="Path_5827" data-name="Path 5827" class="cls-6" d="M389.13,174.1l43.7,22.2" transform="translate(0 -3.2)"/><rect class="cls-3" x="125.6" y="83.4" width="1.4" height="54.8" transform="translate(-15.54 197.64) rotate(-73.67)"/></g></g></svg>\n            </div>\n            <div id="labels" class="labels">\n                <div id="total_hashes" class="stats_item">\n                    <label class="stats_item--label">Total Hashes</label>\n                    <label class="stats_item--value">0</label>\n                </div>\n                <div id="hashes_per_second" class="stats_item">\n                    <label class="stats_item--label">Hashes Per Second</label>\n                    <label class="stats_item--value">0</label>\n                </div>\n                <div id="shares_found" class="stats_item">\n                    <label class="stats_item--label">Shares Found</label>\n                    <label class="stats_item--value">0</label>\n                </div>\n                <div id="shares_verified" class="stats_item">\n                    <label class="stats_item--label">Shares Verified</label>\n                    <label class="stats_item--value">0</label>\n                </div>\n            </div>\n        </div>\n    </div>\n    '},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.OptinHTML='\n    <style>\n        @import url(\'https://fonts.googleapis.com/css?family=Open+Sans\');\n\n        \n@import url(\'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap\');\n\n#gath3r-optin-dialog {\n  font-family: Poppins, "Open Sans", sans-serif !important;\n}\n\n/* reset everything for this elements children */\n#gath3r-optin-dialog * {\n  margin: 0;\n  padding: 0;\n  border: 0;\n  outline: 0;\n  font-size: 100%;\n  vertical-align: baseline;\n  background: transparent;\n  list-style: none;\n\n  font-family: inherit;\n  box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  font-family: Poppins, "Open Sans", sans-serif !important;\n}\n\n#gath3r-optin-dialog,\n#gath3r-optin-dialog div {\n  float: left;\n}\n\n#gath3r-optin-dialog {\n  display: block;\n  width: 100%;\n  z-index: 10000;\n}\n\n#gath3r-optin-dialog #dialog-container {\n  margin: 0 auto;\n  position: relative;\n  bottom: 0;\n  background: #FEFBF6;\n  float: none;\n}\n\n#gath3r-optin-dialog #dialog-container div.container {\n  height: 100%;\n  max-width: 1200px;\n  min-width: 300px;\n  display: block;\n  margin: 0 auto;\n}\n\n#gath3r-optin-dialog #dialog-container #close-btn {\n  position: absolute;\n  background-color: transparent;\n  border: none;\n  padding: 0;\n  cursor: pointer;\n  top: 1px;\n  right: 8px;\n}\n\n#gath3r-optin-dialog #dialog-container #close-btn #img-close-circle {\n  display: none;\n}\n\n#gath3r-optin-dialog, \n#gath3r-optin-dialog div {\n  float: left;\n}\n\n\n#gath3r-optin-dialog #dialog-container #logo-gn svg {\n  width: 62px;\n}\n\n#gath3r-optin-dialog #dialog-container #description {\n  width: 100%;\n  color: #000;\n}\n\n#gath3r-optin-dialog #dialog-container #description-container {\n  display: -webkit-box;\n  display: -webkit-flex;\n  display: -ms-flexbox;\n  display: flex;\n}\n\n#gath3r-optin-dialog #dialog-container #description h3 {\n  font-weight: 500;\n  font-size: 13px;\n  line-height: 19px;\n  color: #14263C;\n}\n\n#gath3r-optin-dialog #dialog-container #description p {\n  font-size: 11px;\n  line-height: 18px;\n  color: #808490;\n}\n\n#gath3r-optin-dialog #dialog-container #description span {\n  color: #06D69D;\n  cursor: pointer;\n  text-decoration: none;\n}\n\n\n#gath3r-optin-dialog #dialog-container #btns > * {\n    width: 90px;\n    height: 26px;\n    text-align: center;\n    line-height: 26px;\n    text-transform: capitalize;\n    background: #42C3A5;\n    border-radius: 20px;\n    border: none;\n    font-weight: 500;\n    font-size: 14px;\n    color: #FFFFFF;\n    cursor: pointer;\n    -webkit-appearance: none;\n}\n\n  #gath3r-optin-dialog {\n    position: fixed;\n    bottom: 0;\n    left: 0;\n  }\n\n  #gath3r-optin-dialog #dialog-container {\n    width: 100%;\n    height: auto;\n    overflow: hidden;\n    box-shadow: 0px 4px 60px 12px rgba(180, 185, 207, 0.2);\n    padding: 7px 13px;\n    background: #fff;\n    border-radius: 12px 12px 0px 0px;\n    max-width: 695px;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: justify;\n        -ms-flex-pack: justify;\n            justify-content: space-between;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n  }\n\n  #gath3r-optin-dialog #dialog-container #logo-gn {\n    width: 62px;\n    margin-right: 15px;\n    -webkit-align-self: flex-end;\n        -ms-flex-item-align: end;\n            align-self: flex-end;\n    margin-bottom: -1px;\n  }\n\n  #gath3r-optin-dialog #dialog-container #btns {\n    margin-left: 14px;\n    width: 90px;\n    display: -webkit-box;\n    display: -webkit-flex;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: justify;\n    -webkit-justify-content: space-between;\n        -ms-flex-pack: justify;\n            justify-content: space-between;\n    -webkit-box-orient: vertical;\n    -webkit-box-direction: normal;\n    -webkit-flex-direction: column;\n        -ms-flex-direction: column;\n            flex-direction: column;\n    padding: 5px 0;\n  }\n\n  #gath3r-optin-dialog #dialog-container #logo-gn img {\n    position: absolute;\n    right: 10px;\n  }\n  \n  .d-block-xs {\n    display: none;\n  }\n  \n  \n@media screen and (max-width: 600px) {\n  .d-none-xs {\n    display: none;\n  }\n  \n  .d-block-xs {\n    display: block;\n  }\n  \n  #gath3r-optin-dialog #dialog-container {\n    padding: 2px 15px 7px;\n    text-align: center;\n  }\n  \n  #gath3r-optin-dialog #dialog-container #logo-gn {\n    position: absolute;\n    bottom: 6px;\n    left: 0;\n    right: 0;\n    z-index: 2;\n    width: 37px;\n    margin: 0;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  \n  #gath3r-optin-dialog #dialog-container #logo-gn svg {\n    width: 37px;\n  }\n  \n  #gath3r-optin-dialog #dialog-container #description h3 {\n    margin-bottom: 3px;\n  }\n  \n  #gath3r-optin-dialog #dialog-container #btns {\n    position: absolute;\n    bottom: 7px;\n    margin: 0;\n    -webkit-box-orient: horizontal;\n    -webkit-box-direction: normal;\n    -webkit-flex-direction: row;\n        -ms-flex-direction: row;\n            flex-direction: row;\n    width: 268px;\n    left: 50%;\n    transform: translateX(-50%);\n    padding: 0;\n  }\n  \n  #gath3r-optin-dialog #dialog-container #description p {\n    margin-bottom: 31px;\n    font-size: 10px;\n    line-height: 15px;\n  }\n}\n\n\n    </style> \n    <div id="gath3r-optin-dialog">\n        <div id="dialog-container">\n            <div id="logo-gn">\n                <a target="_blank" href="https://online.gather.network">\n                    <svg class="d-none-xs" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 497.75 622.1"><defs><style>.cls-1,.cls-6{fill:none;}.cls-2{fill:#04213f;}.cls-3{fill:#06d69d;}.cls-4{clip-path:url(#clip-path);}.cls-5{fill:#fff;}.cls-6{stroke:#06d69d;}</style><clipPath id="clip-path" transform="translate(0 -3.2)"><rect class="cls-1" x="131.13" width="268.7" height="272.1"/></clipPath></defs><title>gonline-logo</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-2" d="M83.22,393.3a31.83,31.83,0,0,0-12.3-13.9,34.59,34.59,0,0,0-18.79-4.9,38.24,38.24,0,0,0-19.3,4.9,34,34,0,0,0-13.5,14.1,43.49,43.49,0,0,0-4.9,21.2c0,8,1.6,15.1,4.9,21.2a35,35,0,0,0,13.5,14,38.5,38.5,0,0,0,19.3,4.9q15,0,24.6-9c6.4-6,10.2-14.1,11.3-24.2H47.23V410.8h55.1v10.3a50.22,50.22,0,0,1-7.9,23.1,49,49,0,0,1-17.8,16.6,50,50,0,0,1-24.5,6.1,51.44,51.44,0,0,1-26-6.7,48.87,48.87,0,0,1-18.6-18.6,56.42,56.42,0,0,1,0-53.8,48.87,48.87,0,0,1,18.6-18.6,51.44,51.44,0,0,1,26-6.7A52.19,52.19,0,0,1,81,370.6a46.43,46.43,0,0,1,18.3,22.7Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M120,403.8a36.67,36.67,0,0,1,13.7-14.5,37.79,37.79,0,0,1,19.4-5.1,35,35,0,0,1,18.4,4.6,30.64,30.64,0,0,1,11.6,11.5V385.6h13.5v80.5h-13.5v-15a31.55,31.55,0,0,1-11.8,11.7,34.64,34.64,0,0,1-18.3,4.6,36.13,36.13,0,0,1-19.4-5.3A37.29,37.29,0,0,1,120,447.3a46.71,46.71,0,0,1-5-21.7C115,417.2,116.63,410,120,403.8Zm59.5,5.9a25.89,25.89,0,0,0-9.9-10.3,28.12,28.12,0,0,0-27.4-.1,25.83,25.83,0,0,0-9.9,10.3,33.79,33.79,0,0,0-3.7,15.9,33.41,33.41,0,0,0,3.7,16.1,25.81,25.81,0,0,0,9.8,10.4,27.87,27.87,0,0,0,27.4,0,26.05,26.05,0,0,0,9.9-10.4,33.79,33.79,0,0,0,3.7-15.9,32.79,32.79,0,0,0-3.6-16Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M235.63,396.5v47.4c0,3.9.79,6.7,2.5,8.3s4.59,2.4,8.7,2.4h9.8v11.3h-12.1c-7.4,0-13-1.7-16.7-5.1s-5.6-9.1-5.6-16.9V396.5h-10.4v-11h10.4V365.2h13.4v20.3h21v11Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M329.13,387.9a27.07,27.07,0,0,1,11.5,11.7c2.79,5.2,4.2,11.5,4.2,19V466h-13.2V420.5c0-8-2-14.2-6-18.4s-9.5-6.4-16.5-6.4-12.71,2.2-16.8,6.6-6.2,10.8-6.2,19.2V466H272.72V357.3h13.41V397a27.29,27.29,0,0,1,10.9-9.6,35.12,35.12,0,0,1,15.6-3.4A36.17,36.17,0,0,1,329.13,387.9Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M439.72,430.8h-64.3q.75,11.85,8.1,18.6a26.46,26.46,0,0,0,18,6.7c5.8,0,10.6-1.3,14.5-4a21.54,21.54,0,0,0,8.2-10.8h14.41a34.59,34.59,0,0,1-12.91,18.9c-6.5,4.9-14.5,7.3-24.09,7.3a40.73,40.73,0,0,1-20.5-5.1,36.36,36.36,0,0,1-14.21-14.6,45.35,45.35,0,0,1-5.09-22,46.54,46.54,0,0,1,5-21.9,35.54,35.54,0,0,1,14-14.5,41.9,41.9,0,0,1,20.8-5.1,41,41,0,0,1,20.29,5,35.66,35.66,0,0,1,13.6,13.7,40.06,40.06,0,0,1,4.7,19.7C440.13,425.4,440,428.1,439.72,430.8Zm-16.7-24a22.6,22.6,0,0,0-9.2-8.4,28.44,28.44,0,0,0-12.8-2.8,25,25,0,0,0-17.3,6.5c-4.7,4.3-7.5,10.3-8.09,17.9h50.79a24.92,24.92,0,0,0-3.4-13.2Z" transform="translate(0 -3.2)"/><path class="cls-2" d="M481.22,387.9a31.74,31.74,0,0,1,15.91-3.8v13.8h-3.5c-15,0-22.5,8.1-22.5,24.4v43.8H457.72V385.6h13.41v13A26,26,0,0,1,481.22,387.9Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M27.63,617.8A54.16,54.16,0,0,1,7.42,598a58.46,58.46,0,0,1,0-57,53.3,53.3,0,0,1,20.21-19.8,58.38,58.38,0,0,1,55.9,0,53.6,53.6,0,0,1,20,19.8,59,59,0,0,1,0,57,53.1,53.1,0,0,1-20.11,19.8,58.17,58.17,0,0,1-55.79,0Zm45.09-16.6a30.64,30.64,0,0,0,11.6-12.6,42.1,42.1,0,0,0,4.21-19.1,41.43,41.43,0,0,0-4.21-19A30.38,30.38,0,0,0,72.72,538a32.38,32.38,0,0,0-17.2-4.3,35,35,0,0,0-17.3,4.3,30,30,0,0,0-11.7,12.5,41.55,41.55,0,0,0-4.2,19,42.25,42.25,0,0,0,4.2,19.1,30.27,30.27,0,0,0,11.7,12.6,33.78,33.78,0,0,0,17.3,4.4,33.37,33.37,0,0,0,17.2-4.4Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M199.32,546.5c6.3,6.5,9.4,15.5,9.5,27v50.3h-21.7V576.4c0-6.8-1.7-12.1-5.1-15.7s-8.1-5.5-14-5.5-10.7,1.8-14.2,5.5-5.2,8.9-5.2,15.7v47.4h-21.7V537.9h21.71v10.7a29,29,0,0,1,11.1-8.8,35.82,35.82,0,0,1,14.8-3.2C184.72,536.8,193,540,199.32,546.5Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M251.13,509.2V623.9H229.42V509.2Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M273.92,524.1a12.78,12.78,0,0,1-.2-18l.2-.2a14.25,14.25,0,0,1,19.1,0,12.67,12.67,0,0,1,.1,18l-.1.1A14.14,14.14,0,0,1,273.92,524.1Zm20.3,13.9v85.9h-21.7V538Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M387.92,546.5c6.3,6.5,9.5,15.5,9.5,27v50.3h-21.7V576.4c0-6.8-1.7-12.1-5.09-15.7s-8.1-5.5-14-5.5-10.71,1.8-14.21,5.5-5.2,8.9-5.2,15.7v47.4h-21.7V537.9h21.7v10.7a29.07,29.07,0,0,1,11.1-8.8,35.82,35.82,0,0,1,14.8-3.2C373.42,536.8,381.63,540,387.92,546.5Z" transform="translate(0 -3.2)"/><path class="cls-3" d="M497.22,587.5h-62.8c.5,6.2,2.71,11.1,6.5,14.6a19.79,19.79,0,0,0,14.1,5.2c8.1,0,13.8-3.5,17.2-10.4h23.41a39,39,0,0,1-14.3,20.4c-7,5.3-15.7,8-25.91,8a45.14,45.14,0,0,1-22.2-5.5,38.31,38.31,0,0,1-15.3-15.6,47.36,47.36,0,0,1-5.5-23.2q0-13.35,5.41-23.4A37.81,37.81,0,0,1,433,542.1a48.94,48.94,0,0,1,44.4-.2,36.15,36.15,0,0,1,15,15,44.14,44.14,0,0,1,5.3,22.2A46.47,46.47,0,0,1,497.22,587.5Zm-21.8-14.6a17.17,17.17,0,0,0-6-13.4,21.12,21.12,0,0,0-14.4-5,20,20,0,0,0-13.6,4.9c-3.7,3.3-5.9,7.8-6.7,13.6Z" transform="translate(0 -3.2)"/><g id="Group_1027" data-name="Group 1027"><circle id="Ellipse_480" data-name="Ellipse 480" class="cls-3" cx="269.42" cy="132.6" r="132.6"/><g class="cls-4"><g id="Gather_Logo_Blue_Symbol" data-name="Gather Logo Blue Symbol"><path id="Path_5808" data-name="Path 5808" class="cls-5" d="M321.92,122.1h30.81a5.9,5.9,0,0,1,1.4.2,7.64,7.64,0,0,1,5.5,5.1l.3,1.2v58.8a3.75,3.75,0,0,1-.1,1.1c-.1.3-.2.7-.3,1a7.68,7.68,0,0,1-1.4,2.5,5,5,0,0,1-.7.8c-.8.9-1.5,1.8-2.3,2.6s-1.4,1.4-2.1,2.1c-1.2,1.1-2.5,2.2-3.8,3.3s-2.8,2.3-4.2,3.4c-1.2,1-2.5,1.9-3.7,2.8-1.9,1.4-3.9,2.7-5.9,3.9a39.72,39.72,0,0,1-3.5,2c-1.4.8-2.8,1.5-4.3,2.2-1.3.6-2.6,1.2-3.9,1.7-2.1.9-4.3,1.6-6.5,2.4-1.1.4-2.2.7-3.4,1.1s-2.5.7-3.8,1.1c-.9.2-1.8.5-2.7.7a2.92,2.92,0,0,1-.91.2,3.48,3.48,0,0,1-1,.2c-.29.1-.59.1-.9.2a2.35,2.35,0,0,0-.8.2c-.3,0-.5.1-.7.1a7.38,7.38,0,0,0-1.2.2h-.3l-.4.1a4.33,4.33,0,0,1-.5.1.75.75,0,0,0-.5.1.37.37,0,0,0-.3.1,2,2,0,0,0-.8.1h-.3a1.7,1.7,0,0,0-.7.1h-.9a3.4,3.4,0,0,1-1,.1h-.3a3.4,3.4,0,0,1-1,.1,1.27,1.27,0,0,0-.6.1c-.2,0-.5.1-.8.1a5.57,5.57,0,0,0-1.29.1h-1.5a3.37,3.37,0,0,0-1,.1h-9.3c-.2,0-.5-.1-.8-.1h-1.1a3.4,3.4,0,0,1-1-.1,3.4,3.4,0,0,0-1-.1,2.77,2.77,0,0,1-.9-.1c-.3,0-.5-.1-.8-.1a2,2,0,0,1-.8-.1c-.1,0-.3-.1-.4-.1h-.3c-.3,0-.6-.1-.9-.1a2.86,2.86,0,0,1-.91-.1,3.58,3.58,0,0,0-.5-.1,1.7,1.7,0,0,1-.7-.1.61.61,0,0,1-.4-.1,1.7,1.7,0,0,1-.7-.1c-.1,0-.2-.1-.4-.1a33.65,33.65,0,0,0-1.4-.3l-.4.1h-.2c-.4-.1-.8-.1-1.2-.2a4.25,4.25,0,0,0-1.1-.2c-.8-.2-1.6-.3-2.4-.5l-2.3-.6c-1-.3-2-.5-3-.9-1.9-.6-3.8-1.2-5.7-1.9-1.7-.7-3.5-1.4-5.2-2.2s-3.1-1.5-4.7-2.3c-1.3-.7-2.5-1.4-3.8-2.1-2.3-1.4-4.6-2.9-6.8-4.5-1.6-1.2-3.1-2.4-4.7-3.6s-3.1-2.7-4.6-4.1c-1.1-1-2.2-2.1-3.2-3.2-1.6-1.6-3.1-3.3-4.6-5a55.64,55.64,0,0,1-4.2-5.4c-.9-1.3-1.8-2.6-2.6-3.9-1-1.6-2-3.3-2.9-5a30.13,30.13,0,0,1-1.6-3.1c-.7-1.5-1.4-3-2-4.5-.4-1-.8-2-1.2-2.9-.5-1.2-.9-2.5-1.3-3.8-.6-2-1.2-4-1.7-6-.2-.8-.3-1.6-.5-2.3s-.3-1.3-.4-1.9c-.1-.4-.1-.8-.2-1.3-.1-.2,0-.3-.1-.5-.1-.5-.1-1.1-.2-1.6v-.5c-.1-.5-.1-1-.2-1.4V147a3.4,3.4,0,0,0-.1-1,2.77,2.77,0,0,1-.1-.9,2,2,0,0,0-.1-.7,4.87,4.87,0,0,1-.1-1.2,5.7,5.7,0,0,0-.1-1.3v-2.5a4.1,4.1,0,0,0-.1-1.1v-4.2c.1-1,.1-2,.1-2.9a3.75,3.75,0,0,1,.1-1.1c0-.4.1-.9.1-1.3a2,2,0,0,1,.1-.8,2.77,2.77,0,0,0,.1-.9,1.27,1.27,0,0,1,.1-.6v-.3a5.9,5.9,0,0,1,.2-1.4,3.75,3.75,0,0,0,.1-1v-.4a.9.9,0,0,1,.1-.5v-.2a5.9,5.9,0,0,1,.2-1.4,3.09,3.09,0,0,1,.2-1.1c.1-.7.3-1.5.4-2.2l.6-2.7c.2-.9.5-2.1.8-3.1.4-1.4.9-2.9,1.3-4.2a45.24,45.24,0,0,1,1.8-4.7c.5-1.1,1-2.3,1.5-3.4.3-.6.6-1.3,1-2q1.8-3.45,3.9-6.9a71.12,71.12,0,0,1,5-7.2c1.3-1.7,2.7-3.4,4.2-5,2-2.2,4.1-4.3,6.3-6.4,1.8-1.7,3.7-3.3,5.7-4.9s4-3,6.1-4.4,4-2.5,6.1-3.7c1.8-1,3.7-2,5.7-2.9,1.7-.8,3.4-1.5,5.2-2.2a62.63,62.63,0,0,1,6.1-2.1c1.2-.4,2.4-.7,3.6-1,.6-.1,1.1-.3,1.7-.4l1.6-.4a11.63,11.63,0,0,0,1.8-.4,4.4,4.4,0,0,0,1-.2c.4-.1.6-.1,1-.2s.9-.1,1.3-.2a1.27,1.27,0,0,0,.6-.1c.5-.1,1-.1,1.5-.2h.3l.6-.1h.3c.5,0,1-.2,1.6-.2s.8-.1,1.1-.1a3.08,3.08,0,0,0,1-.1,4.1,4.1,0,0,1,1.1-.1,3.4,3.4,0,0,0,1-.1c.3,0,.7-.1,1-.1a12.1,12.1,0,0,0,1.9-.1h9.1c.6,0,1.1.1,1.7.1a3.4,3.4,0,0,1,1,.1c.4,0,.7.1,1.1.1a2.2,2.2,0,0,1,.8.1h.2l1,.1c.3,0,.6.1,1,.1s.7.1,1,.1h.4l.5.1.6.1a.6.6,0,0,1,.4.1l.3.1c.3,0,.6.1,1,.1s.6.1.9.2a4.3,4.3,0,0,0,1.2.2c.3.1.6.1.9.2a4.25,4.25,0,0,0,1.1.2,5.27,5.27,0,0,1,1.2.3c.4.1.8.1,1.1.2,1.1.3,2.2.5,3.3.9,2.2.6,4.4,1.3,6.5,2.1s4.3,1.6,6.4,2.6a59,59,0,0,1,8.2,4.5c2.9,1.9,5.7,3.9,8.5,5.9,2,1.6,4,3.2,6,4.9,1.4,1.2,2.7,2.4,4,3.7a39,39,0,0,1,3.3,3.8c.7.9,1.4,1.8,2.1,2.8a9.5,9.5,0,0,1,1,1.7,8.8,8.8,0,0,1,.5,1.5,11,11,0,0,1,.2,1.8,1.7,1.7,0,0,1-.1.7.76.76,0,0,1-.1.4,5.81,5.81,0,0,1-.9,2.5,7.17,7.17,0,0,1-1.1,1.5l-.9.9-17.5,17.5-2.2,2.2-.7.7a5.5,5.5,0,0,1-.9.7,7,7,0,0,1-2.3,1.1c-.2.1-.5.1-.7.2a.76.76,0,0,0-.4.1h-1.1a2.2,2.2,0,0,1-.8-.1h-.3a9.36,9.36,0,0,1-1.6-.4,7,7,0,0,1-3.3-2.6c-.5-.6-.9-1.3-1.4-1.9l-1.5-1.8c-.9-.9-1.7-1.8-2.6-2.6-.7-.7-1.4-1.3-2.09-1.9l-3-2.4c-.7-.5-1.41-1-2.1-1.4a30.47,30.47,0,0,0-4-2.1c-1.6-.7-3.2-1.4-4.9-2a45.81,45.81,0,0,0-5.9-1.7,4.4,4.4,0,0,0-1-.2c-.3,0-.9-.2-1.3-.2h-.2a1.48,1.48,0,0,0-.7-.1h-.4a2,2,0,0,0-.8-.1H290a4.1,4.1,0,0,0-1.1-.1,4.1,4.1,0,0,1-1.1-.1h-4.3a2.2,2.2,0,0,0-.8.1c-.3,0-.6.1-.9.1h-1a4.87,4.87,0,0,1-1.2.1c-.2,0-.5.1-.7.1a1.7,1.7,0,0,0-.7.1,2,2,0,0,1-.8.1c-.3.1-.7.1-1,.2a1.48,1.48,0,0,1-.7.1c-.2,0-.4.1-.6.1a3.09,3.09,0,0,0-.8.2c-.9.2-1.8.5-2.6.7a51.81,51.81,0,0,0-6.5,2.6,35.87,35.87,0,0,0-7.3,4.9,49.72,49.72,0,0,0-8.7,9.6,41.31,41.31,0,0,0-5,10.9,33.83,33.83,0,0,0-.8,3.4c0,.4-.2.8-.2,1.2a5.85,5.85,0,0,1-.2,1.3v.2c0,.5-.2,1-.2,1.4s-.1.7-.1,1a2.77,2.77,0,0,1-.1.9,3.75,3.75,0,0,1-.1,1.1v4.8a7.57,7.57,0,0,1,.1,1.5v.1c0,.4.1.8.1,1.2s.1.8.1,1.1v.4a2.2,2.2,0,0,0,.1.8.76.76,0,0,0,.1.4v.3c.1.6.2,1.1.3,1.6.2.7.3,1.5.5,2.2a24,24,0,0,0,1.2,3.8,17.8,17.8,0,0,0,1.2,2.9c.1.1.1.2.2.3a38.13,38.13,0,0,0,3.8,6.5,41.41,41.41,0,0,0,5.5,6.3,43.42,43.42,0,0,0,5.8,4.6,38.09,38.09,0,0,0,5.2,2.9,31,31,0,0,0,5.8,2.1c.9.2,2,.5,2.9.7l1,.2c.3.1.7.1,1,.2.5.1,1,.1,1.6.2h.3a2.8,2.8,0,0,1,.9.1c.3,0,.5.1.8.1a3.4,3.4,0,0,1,1,.1,3.75,3.75,0,0,0,1,.1h4.8a4.87,4.87,0,0,0,1.2-.1c.3,0,.6-.1.9-.1a2.2,2.2,0,0,0,.8-.1c.3,0,.6-.1,1-.1a.6.6,0,0,0,.4-.1,4.33,4.33,0,0,1,.5-.1c.3,0,.6-.1.8-.1h.1c.6-.1,1.2-.2,1.9-.3,1.2-.2,2.6-.6,3.8-.9,1.6-.5,3.2-1,4.7-1.6a38.9,38.9,0,0,0,4.2-1.9c.5-.3,1-.5,1.5-.8a11.6,11.6,0,0,0,2.1-1.6l.2-.2a.37.37,0,0,0,.1-.3V162a.22.22,0,0,0-.2-.2H291.72a2.2,2.2,0,0,1-.8-.1h-.29a6.94,6.94,0,0,1-3.6-1.6,8.06,8.06,0,0,1-2.5-3.5,2.92,2.92,0,0,1-.2-.9.9.9,0,0,0-.1-.5,4.33,4.33,0,0,1-.1-.5V129.8a8.08,8.08,0,0,1,.5-2.7,7.76,7.76,0,0,1,4.8-4.4l1.1-.3h1.6l29.79-.3m-15.59,9.1a7.57,7.57,0,0,0-1.5.1h-.1a3.55,3.55,0,0,0-1,.2,9.4,9.4,0,0,0-3.5,2,9.64,9.64,0,0,0-2.6,4.2,5.85,5.85,0,0,0-.2,1.3.75.75,0,0,1-.1.5v1c0,.2.1.5.1.8v.3c.1.4.2.7.3,1.1a9.14,9.14,0,0,0,3.2,4.5,8.07,8.07,0,0,0,3.9,1.7h.2a5.44,5.44,0,0,0,1.8,0,5.9,5.9,0,0,0,1.4-.2,8.49,8.49,0,0,0,2.2-.9l.5-.3a.19.19,0,0,1,.3,0l.6.5,9.5,9.5,2.9,2.9.2.2v.2l-.1.2a10.64,10.64,0,0,0-.9,2.5,14.77,14.77,0,0,0-.1,2.1l.3,1.2a7.31,7.31,0,0,0,2.8,3.9,5.58,5.58,0,0,0,.8.5c.1.1.2.1.2.2a.37.37,0,0,1,.1.3,3.4,3.4,0,0,1-.1,1,2,2,0,0,0-.1.8v.4a2.49,2.49,0,0,0-.1.8c0,.3-.1.5-.1.8s-.1.5-.1.8v.9a2.49,2.49,0,0,0-.1.8v.3a2.49,2.49,0,0,0-.1.8,2.54,2.54,0,0,1-.2.7.22.22,0,0,1-.2.2c-.2.1-.4.1-.6.2a4.38,4.38,0,0,0-2.3,1.7,13.39,13.39,0,0,0-.6,1.2,5.85,5.85,0,0,0-.2,1.3,4.15,4.15,0,0,0,.3,1.6,4.35,4.35,0,0,0,2.9,2.7,5.07,5.07,0,0,0,1.3.2,7.72,7.72,0,0,0,1.5-.2,3,3,0,0,0,1-.4,5.24,5.24,0,0,0,1.1-1,4.29,4.29,0,0,0,1-2.4,3.21,3.21,0,0,0-.2-1.7,5.33,5.33,0,0,0-1.6-2.3l-.4-.3a.76.76,0,0,1-.2-.4,3.4,3.4,0,0,0,.1-1,30827137529738.06,30827137529738.06,0,0,0,.2-.8c0-.3.1-.6.1-.9a8.32,8.32,0,0,1,.2-1.3v-.6a2.49,2.49,0,0,0,.1-.8.6.6,0,0,1,.1-.4c0-.1.1-.3.1-.4a5.07,5.07,0,0,1,.2-1.3.22.22,0,0,1,.2-.2h.4a7.77,7.77,0,0,0,1.6-.2,13.36,13.36,0,0,0,1.8-.7,6.63,6.63,0,0,0,3.1-3.3,7.1,7.1,0,0,0,.7-3v-.5a4.87,4.87,0,0,0-.1-1.2,6.36,6.36,0,0,0-.6-1.8,8.34,8.34,0,0,0-.8-1.2l-.3-.4-.1-.1V160c.1-.1.1-.2.2-.3l1.8-2.4,6.8-8.8.9-1.2c.1-.1.1-.2.2-.2a.37.37,0,0,1,.3-.1l.4.1c.2,0,.3.1.5.1a5.23,5.23,0,0,0,1.8-.3A4.57,4.57,0,0,0,352,144a6.75,6.75,0,0,0,.2-1.4c0-.3-.1-.5-.1-.8a4.52,4.52,0,0,0-1.4-2.4,5.67,5.67,0,0,0-1.3-.8,8.33,8.33,0,0,0-1.5-.4h-.5c-.4.1-.7.1-1.1.2a4.53,4.53,0,0,0-2.6,2.3,4.14,4.14,0,0,0-.4,2.8,5.64,5.64,0,0,0,.4,1.2c0,.1.1.2.1.3v.2c0,.1-.1.2-.2.3l-.8,1.1-4.5,5.9-4.2,5.5c-.1.1-.2.2-.2.3a.37.37,0,0,1-.3.1.76.76,0,0,1-.4-.1,6.11,6.11,0,0,0-1.3-.3l-.4-.1a1.7,1.7,0,0,0-1,0c-.2,0-.4.1-.6.1h-.3c-.3.1-.7.2-1,.3s-.7.3-1,.4l-.3.2a.3.3,0,0,1-.4,0l-.5-.5-12.1-12.1-.4-.4c-.2-.2-.2-.3-.1-.5l.3-.5a8.65,8.65,0,0,0,.7-1.7l.3-1.2a2.88,2.88,0,0,0,.1-1.3v-1.2c-.1-.5-.2-.9-.3-1.3a9,9,0,0,0-3.6-5,8.27,8.27,0,0,0-1.6-.9,5.92,5.92,0,0,0-1.9-.5h-.2a1.27,1.27,0,0,0-.6-.1l-.7-.5" transform="translate(0 -3.2)"/><path id="Path_5809" data-name="Path 5809" class="cls-5" d="M178.82,121.8h-8.9a.22.22,0,0,1-.2-.2,4.1,4.1,0,0,1,.1-1.1.75.75,0,0,1,.1-.5c.11-.1,0-.2,0-.3a2.27,2.27,0,0,0,.11-.8c0-.3.1-.5.1-.8a2.92,2.92,0,0,1,.2-.9,16.25,16.25,0,0,1,.4-1.9c.2-.7.2-1.1.4-1.7a46.08,46.08,0,0,1,1.5-5.3c.5-1.5,1-3.1,1.6-4.6,0-.1.1-.2.1-.4s.2-.3.4-.3h18a.22.22,0,0,1,.2.2h0c0,.1-.1.2-.1.4-.6,1.6-1.2,3.3-1.7,5-.4,1.3-.8,2.7-1.1,4a14.53,14.53,0,0,0-.5,2.1c-.11.6-.3,1.3-.4,1.9s-.21,1.4-.4,2.1c0,.4-.2.8-.2,1.3a3,3,0,0,1-.21,1l-.1.2c-.1.3-.2.4-.5.4l-8.9.2" transform="translate(0 -3.2)"/><path id="Path_5810" data-name="Path 5810" class="cls-5" d="M185.72,98.3h-9c-.1,0-.2-.1-.1-.2h0a.1.1,0,0,1,.1-.1c.1-.1.1-.3.2-.4.4-.9.9-1.9,1.4-2.8,1.3-2.5,2.8-5,4.3-7.4a82.22,82.22,0,0,1,4.9-6.7l.7-.9c.1-.1.2-.2.3-.2H206c.1,0,.1.1.1.2h0l-.4.6c-1.4,1.8-2.8,3.8-4.1,5.7l-3,4.8c-.8,1.5-1.6,2.9-2.4,4.4-.4.7-.7,1.5-1.1,2.2-.1.2-.2.3-.2.5l-.2.2h-.2l-8.8.1" transform="translate(0 -3.2)"/><path id="Path_5811" data-name="Path 5811" class="cls-5" d="M178.32,126.5h8.91a.22.22,0,0,1,.2.2v.8a5.28,5.28,0,0,0-.1,1.3,2.2,2.2,0,0,1-.1.8c0,.3-.1.7-.1,1v1a2.77,2.77,0,0,1-.1.9c-.11.3,0,.6-.11.8v7c0,.4.11.8.11,1.1v1.1a2,2,0,0,0,.1.8,9.7,9.7,0,0,1,.1,1.7v.1c0,.1-.1.2-.3.2h-17.4c-.11,0-.11-.1-.21-.2a2.92,2.92,0,0,1-.2-.9c0-.4-.1-.8-.1-1.2v-.5a4.87,4.87,0,0,0-.1-1.2v-2.5c0-.4-.1-.8-.1-1.1v-6.5a4.87,4.87,0,0,1,.1-1.2,8.62,8.62,0,0,0,.1-1.7c0-.4.1-.9.1-1.3v-.1c0-.1.1-.2.3-.2h8.9" transform="translate(0 -3.2)"/><path id="Path_5812" data-name="Path 5812" class="cls-5" d="M179.13,150h8.59a.22.22,0,0,1,.2.2.56.56,0,0,1,.11.4c0,.3.1.7.1,1s.1.6.1.9.2.8.2,1.3a2.39,2.39,0,0,0,.2.9,3.55,3.55,0,0,1,.2,1c.1.3.1.7.2,1s.1.7.2,1c.3,1.1.5,2.2.8,3.3.5,1.9,1.1,3.8,1.7,5.6a7.49,7.49,0,0,1,.5,1.6c0,.1.1.2.1.3a.37.37,0,0,1-.1.3H175.92a.22.22,0,0,1-.2-.2c-.1-.2-.2-.3-.3-.5l-.7-1.8q-1.2-3-2.1-6c-.4-1.3-.8-2.6-1.1-3.9-.3-1.1-.6-2.2-.8-3.3-.1-.6-.3-1.3-.4-1.9,0-.1-.1-.2-.1-.4v-.4a.22.22,0,0,1,.2-.2h.21l8.5-.2" transform="translate(0 -3.2)"/><path id="Path_5813" data-name="Path 5813" class="cls-5" d="M186.32,173.4h8.1c.11,0,.11.1.21.1a.76.76,0,0,1,.2.4c.6,1.4,1.3,2.8,2,4.2,1.1,2.1,2.3,4.2,3.5,6.3,1.5,2.4,3,4.7,4.7,6.9.1.2.3.4.4.6s0,.1-.1.2h-14a.52.52,0,0,1-.4-.2l-1.1-1.2a40.31,40.31,0,0,1-2.6-3.2c-1.1-1.5-2.2-2.9-3.3-4.4a55.91,55.91,0,0,1-4.1-6.6c-.4-.8-.9-1.6-1.3-2.4-.1-.1-.1-.2-.2-.3a.37.37,0,0,1,.1-.3h.2l7.69-.1" transform="translate(0 -3.2)"/><path id="Path_5814" data-name="Path 5814" class="cls-5" d="M238.63,220.2l-.1-.1a2.54,2.54,0,0,1-.7-.2c-1.91-.4-2.1-.5-4.2-1-1.3-.4-3.41-1-4.5-1.4-2.21-.8-4.5-1.6-6.6-2.6s-4.3-2-6.4-3.1a90.43,90.43,0,0,1-8.8-5.4c-2-1.4-4-2.9-5.9-4.5-1.7-1.4-3.3-2.8-4.9-4.3-.3-.2-.5-.5-.8-.7v-.1l.1-.1H209a.76.76,0,0,1,.5.2l.1.1.9,1c1.8,2,3.6,3.9,5.5,5.7s4,3.7,6,5.4a82.14,82.14,0,0,0,10.2,7.3c1.8,1.1,3.7,2.2,5.6,3.2.09.1.3.1.4.2.19.3.29.4.4.4Z" transform="translate(0 -3.2)"/><path id="Path_5815" data-name="Path 5815" class="cls-5" d="M218.72,60h-7.9v-.1l.21-.2c1.29-.8,2.7-1.6,4.1-2.4s3-1.6,4.5-2.3q3.15-1.5,6.29-2.7l5.1-1.8,5.2-1.5c1.1-.3,2.2-.5,3.3-.8a18.46,18.46,0,0,1,2.3-.4,6.11,6.11,0,0,0,1.3-.3,3,3,0,0,1,1.3-.2c.2,0,.4-.1.6-.1.5,0,1-.2,1.6-.2h.4a3.4,3.4,0,0,1,1-.1,3.4,3.4,0,0,1,1-.1,1.27,1.27,0,0,0,.6-.1c.3,0,.7-.1,1-.1a2.2,2.2,0,0,0,.8-.1c.3,0,.7-.1,1-.1h.9v.1c0,.1-.1.1-.2.1l-1.8.6-4.8,1.8a74.3,74.3,0,0,0-7.6,3.5c-2.3,1.2-4.5,2.5-6.7,3.8a57.16,57.16,0,0,0-4.8,3.2c-.6.4-.5.4-1.2.4h-7.4" transform="translate(0 -3.2)"/><path id="Path_5816" data-name="Path 5816" class="cls-5" d="M201.53,74.9h-8.7a.1.1,0,0,1-.1-.1v-.1l.1-.1c.6-.6,1.1-1.2,1.7-1.7s1.1-1.1,1.6-1.6a68,68,0,0,1,5.7-5l.4-.3a1.07,1.07,0,0,1,.6-.2h16.6v.1h0l-.1.1c-1,.9-2,1.8-3,2.8-1.4,1.4-2.9,2.8-4.2,4.2l-1.2,1.3-.3.3a.76.76,0,0,1-.5.2l-8.6.1Z" transform="translate(0 -3.2)"/></g></g></g><g id="Group_1028" data-name="Group 1028"><g id="Ellipse_488" data-name="Ellipse 488"><circle class="cls-3" cx="359.02" cy="280.4" r="11"/><path class="cls-3" d="M359,294.6a11,11,0,0,1-6.3-20h0A11,11,0,1,1,366,292.1c-.2.2-.5.3-.7.5A10.76,10.76,0,0,1,359,294.6Zm-5.5-18.8a9.63,9.63,0,1,0,13.4,2.4h0A9.55,9.55,0,0,0,353.52,275.8Z" transform="translate(0 -3.2)"/></g><g id="Group_1016" data-name="Group 1016"><g id="Ellipse_487" data-name="Ellipse 487"><circle class="cls-3" cx="418.83" cy="279.4" r="25.9"/><path class="cls-3" d="M418.83,308.5a25.86,25.86,0,0,1-22.2-39.2h0a25.95,25.95,0,1,1,22.2,39.2Zm-21-38.5a24.56,24.56,0,1,0,33.7-8.4h0a24.56,24.56,0,0,0-33.7,8.4Z" transform="translate(0 -3.2)"/></g><path id="Path_5823" data-name="Path 5823" class="cls-3" d="M422.42,282.8l-70-.6" transform="translate(0 -3.2)"/><rect class="cls-3" x="386.83" y="247.47" width="1.4" height="70.1" transform="translate(101.84 664.52) rotate(-89.53)"/></g><g id="Group_1015" data-name="Group 1015"><g id="Ellipse_487-2" data-name="Ellipse 487-2"><circle class="cls-3" cx="432.83" cy="194.1" r="18.5"/><path class="cls-3" d="M432.83,215.7a17.45,17.45,0,0,1-5.1-.7,18.51,18.51,0,1,1,5.1.7Zm-.11-35.5a16.87,16.87,0,1,0,4.8.6,19.66,19.66,0,0,0-4.8-.6Z" transform="translate(0 -3.2)"/></g><path id="Path_5823-2" data-name="Path 5823-2" class="cls-3" d="M430.13,214.1l-13.91,68.7" transform="translate(0 -3.2)"/><rect class="cls-3" x="388.29" y="247.76" width="70" height="1.4" transform="translate(95.5 610.58) rotate(-78.51)"/></g></g><g id="Group_1029" data-name="Group 1029"><g id="Ellipse_488-2" data-name="Ellipse 488-2"><circle class="cls-3" cx="115.13" cy="29.2" r="11.4"/><path class="cls-3" d="M115.13,43.8a11.34,11.34,0,1,1,9.9-5.7h0A11,11,0,0,1,115.13,43.8Zm0-21.4a10,10,0,1,0,8.7,15h0a10,10,0,0,0-3.7-13.7A10.66,10.66,0,0,0,115.13,22.4Z" transform="translate(0 -3.2)"/></g><g id="Group_1016-2" data-name="Group 1016-2"><g id="Ellipse_487-3" data-name="Ellipse 487-3"><circle class="cls-3" cx="60.32" cy="52.4" r="13.7"/><path class="cls-3" d="M60.32,69.3a13.83,13.83,0,0,1-12.9-9,13.69,13.69,0,0,1,25.71-9.4h0a13.64,13.64,0,0,1-8.21,17.5,12.16,12.16,0,0,1-4.6.9Zm0-25.9a12,12,0,0,0-4.2.8,12.09,12.09,0,1,0,15.7,7.3h0a12.26,12.26,0,0,0-11.5-8.1Z" transform="translate(0 -3.2)"/></g><path id="Path_5823-3" data-name="Path 5823-3" class="cls-3" d="M55.32,59.6,119,30.5" transform="translate(0 -3.2)"/><rect class="cls-3" x="52.13" y="44.49" width="70.1" height="1.4" transform="translate(-10.89 37.12) rotate(-24.56)"/></g><g id="Group_1015-2" data-name="Group 1015-2"><g id="Ellipse_487-4" data-name="Ellipse 487-4"><circle class="cls-3" cx="99.63" cy="100.8" r="20.2"/><path class="cls-3" d="M99.63,124.3A21.77,21.77,0,0,1,96,124a20.25,20.25,0,1,1,3.6.3Zm-.1-39.1a18.92,18.92,0,0,0-10.8,3.4h0a18.74,18.74,0,1,0,26.1,4.6A18.57,18.57,0,0,0,99.53,85.2Z" transform="translate(0 -3.2)"/></g><path id="Path_5823-4" data-name="Path 5823-4" class="cls-3" d="M103.53,108.3l-44.61-54" transform="translate(0 -3.2)"/><rect class="cls-3" x="80.49" y="46.3" width="1.4" height="70.1" transform="translate(-33.22 67.16) rotate(-39.57)"/></g></g><path id="Path_5827" data-name="Path 5827" class="cls-6" d="M389.13,174.1l43.7,22.2" transform="translate(0 -3.2)"/><rect class="cls-3" x="125.6" y="83.4" width="1.4" height="54.8" transform="translate(-15.54 197.64) rotate(-73.67)"/></g></g></svg>\n                    <svg class="d-block-xs" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 75 57"><defs/><path fill="#06D69D" d="M41.29 49.1c13.572 0 24.574-10.992 24.574-24.55C65.864 10.99 54.862 0 41.29 0 27.72 0 16.717 10.991 16.717 24.55c0 13.558 11.002 24.55 24.573 24.55z"/><path fill="#fff" d="M51.02 22.014h5.708c.092 0 .185.018.259.037.167.037.315.111.463.204.26.185.463.444.556.74l.056.222v10.887c0 .074 0 .148-.019.203-.018.056-.037.13-.055.185a1.422 1.422 0 01-.26.463c-.037.056-.074.093-.13.148-.148.167-.277.334-.426.482-.148.166-.26.259-.389.389a28.708 28.708 0 01-1.483 1.24c-.222.185-.463.352-.685.518-.352.26-.723.5-1.094.723-.203.13-.426.259-.648.37-.26.148-.52.277-.797.407-.241.111-.482.222-.723.315-.39.167-.797.296-1.205.444-.203.074-.407.13-.63.204-.222.074-.463.13-.704.203-.167.037-.333.093-.5.13-.056.019-.111.037-.167.037a.656.656 0 01-.185.037c-.056.019-.112.019-.167.037-.056 0-.093.019-.148.037-.056 0-.093.019-.13.019-.037 0-.148.018-.223.037h-.055l-.074.018c-.019 0-.056.019-.093.019s-.074 0-.093.018c-.018 0-.037 0-.055.019-.056 0-.111 0-.148.018h-.056c-.037 0-.093 0-.13.019H46.423c-.055.018-.13.018-.185.018h-.055c-.056.019-.13.019-.186.019-.037 0-.074 0-.11.018-.038 0-.094.019-.15.019-.073 0-.166 0-.24.018h-.278c-.056 0-.13 0-.185.019H43.31c-.037 0-.093-.019-.148-.019h-.204c-.056 0-.13 0-.185-.018-.056-.019-.13-.019-.186-.019-.055 0-.11 0-.166-.018-.056 0-.093-.019-.149-.019-.055 0-.11 0-.148-.018-.019 0-.056-.019-.074-.019h-.056c-.055 0-.11-.018-.166-.018-.056 0-.112 0-.167-.019-.019 0-.056-.018-.093-.018s-.093 0-.13-.019c-.018 0-.055 0-.074-.018-.037 0-.092 0-.13-.019-.018 0-.037-.018-.074-.018s-.074 0-.092-.019c-.019 0-.037 0-.074-.018-.038 0-.075 0-.093-.019l-.074.019h-.037c-.074-.019-.148-.019-.223-.037-.074-.019-.13-.037-.203-.037-.149-.037-.297-.056-.445-.093l-.426-.111c-.186-.056-.371-.093-.556-.167-.353-.11-.705-.222-1.057-.351-.315-.13-.648-.26-.964-.408-.296-.13-.574-.277-.87-.425-.241-.13-.464-.26-.705-.39a18.47 18.47 0 01-1.26-.833c-.296-.222-.574-.444-.87-.666-.279-.222-.575-.5-.853-.76a8.932 8.932 0 01-.593-.592c-.297-.296-.575-.61-.853-.925a10.3 10.3 0 01-.778-1 15.085 15.085 0 01-1.02-1.648 5.586 5.586 0 01-.296-.574c-.13-.277-.26-.555-.37-.833-.075-.185-.149-.37-.223-.537a7.819 7.819 0 01-.241-.703c-.111-.37-.222-.74-.315-1.111-.037-.148-.056-.296-.093-.426a4.09 4.09 0 01-.074-.352c-.018-.074-.018-.148-.037-.24-.018-.037 0-.056-.018-.093-.019-.093-.019-.204-.037-.296v-.093c-.019-.092-.019-.185-.038-.259v-.037-.037c0-.055 0-.13-.018-.185-.019-.056-.019-.111-.019-.167 0-.037 0-.074-.018-.13-.019-.073-.019-.148-.019-.221 0-.075 0-.167-.018-.241v-.13-.333c0-.074 0-.13-.019-.204v-.685-.092c.019-.186.019-.37.019-.537 0-.074 0-.148.018-.204 0-.074.019-.167.019-.24 0-.056 0-.112.018-.149.019-.055.019-.11.019-.166 0-.037 0-.074.018-.111v-.056c0-.093.019-.185.038-.26.018-.073.018-.129.018-.184v-.074c0-.037 0-.056.019-.093v-.037c0-.093.018-.185.037-.26 0-.092.018-.147.037-.203.018-.13.055-.277.074-.407l.111-.5c.037-.167.093-.389.148-.574.074-.26.167-.537.241-.777a8.34 8.34 0 01.334-.87c.092-.204.185-.426.278-.63.055-.111.11-.24.185-.37.223-.426.463-.852.723-1.278.278-.463.593-.907.926-1.333.241-.315.5-.63.779-.926.37-.407.76-.796 1.167-1.184a16.89 16.89 0 011.057-.908c.37-.277.74-.555 1.13-.814.39-.26.741-.463 1.13-.685.334-.186.686-.37 1.057-.537.315-.148.63-.278.964-.408.37-.148.74-.277 1.13-.388.222-.074.445-.13.667-.186.111-.018.204-.055.315-.074l.297-.074c.111-.018.222-.037.333-.074.056 0 .111-.018.186-.037.074-.018.11-.018.185-.037.056-.018.167-.018.24-.037.038 0 .075 0 .112-.018.093-.019.185-.019.278-.037h.056l.11-.019h.056c.093 0 .186-.037.297-.037.111 0 .148-.018.204-.018.074 0 .13 0 .185-.019.074-.018.13-.018.204-.018.056 0 .13 0 .185-.019.056 0 .13-.018.186-.018.11 0 .24 0 .352-.019H45.089c.111 0 .204.019.315.019.056 0 .13 0 .186.018.074 0 .13.019.203.019.056 0 .093 0 .149.018h.037l.185.019c.056 0 .111.018.185.018.056 0 .13.019.186.019h.074l.093.018.11.019c.02 0 .056 0 .075.018l.055.019c.056 0 .112.018.186.018.055.019.11.019.166.037a.798.798 0 00.223.037c.055.019.111.019.167.037.074.019.13.037.204.037.074 0 .148.037.222.056.074.018.148.018.204.037.204.055.407.092.611.167.408.11.816.24 1.205.388.39.148.797.297 1.186.482.537.24 1.038.518 1.52.833.537.352 1.056.722 1.575 1.092.37.296.741.593 1.112.907.26.223.5.445.741.685.222.223.426.463.612.704.13.166.26.333.389.518.074.093.13.204.185.315.037.093.074.185.093.278.018.11.037.222.037.333 0 .037 0 .093-.019.13 0 .018 0 .037-.018.074a1.077 1.077 0 01-.167.462 1.323 1.323 0 01-.204.278l-.167.167-3.243 3.24-.407.407-.13.13c-.056.055-.111.092-.167.13a1.29 1.29 0 01-.426.203c-.037.018-.093.018-.13.037-.018 0-.037 0-.074.018h-.203c-.056 0-.093 0-.15-.018h-.055c-.092-.018-.204-.037-.296-.074a1.298 1.298 0 01-.612-.481c-.093-.111-.167-.241-.26-.352l-.277-.333c-.167-.167-.315-.334-.482-.482-.13-.13-.26-.24-.39-.352l-.555-.444a4.752 4.752 0 00-.39-.26 5.649 5.649 0 00-.74-.388c-.297-.13-.594-.26-.909-.37a5.212 5.212 0 00-.574-.185c-.148-.037-.297-.093-.52-.13-.073-.018-.129-.037-.184-.037-.056 0-.167-.037-.241-.037h-.038c-.036-.018-.074-.018-.13-.018h-.073c-.037-.019-.093-.019-.149-.019h-.092c-.074-.018-.13-.018-.204-.018-.074 0-.13 0-.204-.019h-.797c-.055 0-.093 0-.148.018-.056 0-.111.019-.167.019h-.185c-.074.018-.148.018-.223.018-.037 0-.092.019-.13.019-.036 0-.092 0-.13.019-.036.018-.092.018-.147.018-.056.019-.13.019-.186.037-.037.019-.074.019-.13.019-.036 0-.074.018-.11.018a.574.574 0 00-.149.037c-.167.037-.333.093-.482.13-.407.13-.815.296-1.204.481-.482.24-.945.556-1.353.907a9.208 9.208 0 00-1.612 1.778 7.644 7.644 0 00-.927 2.018 6.262 6.262 0 00-.148.63c0 .073-.037.147-.037.221 0 .074-.019.167-.037.241v.037c0 .093-.038.185-.038.26 0 .073-.018.129-.018.184 0 .056 0 .112-.018.167 0 .074 0 .148-.02.204V25.124c.02.093.02.186.02.278v.019c0 .074.018.148.018.222 0 .074.019.148.019.203v.075c0 .055 0 .092.018.148 0 .018 0 .037.019.074v.055c.018.111.037.204.055.296.037.13.056.278.093.408.056.24.13.481.222.703.056.185.13.352.223.537.018.019.018.037.037.056.204.425.426.833.704 1.203.296.426.649.815 1.02 1.166.333.315.685.593 1.074.852.315.204.63.389.964.537.352.167.704.296 1.075.389.166.037.37.092.537.13l.185.036c.056.019.13.019.186.037.092.019.185.019.296.038h.056c.055 0 .111 0 .167.018.055 0 .092.019.148.019.055 0 .13 0 .185.018.074.019.13.019.185.019h.89c.074 0 .148 0 .222-.019.056 0 .112-.018.167-.018.056 0 .093 0 .148-.019.056 0 .112-.018.186-.018.018 0 .055 0 .074-.019.019 0 .056-.019.093-.019.055 0 .11-.018.148-.018h.018c.112-.019.223-.037.352-.056.223-.037.482-.11.705-.166.296-.093.593-.185.87-.296.26-.093.52-.223.78-.352.092-.056.184-.093.277-.148.148-.093.278-.185.39-.297l.036-.037c.019-.018.019-.037.019-.055v-1.685-.037a.04.04 0 00-.037-.037h-3.725c-.056 0-.093 0-.148-.018h-.056a1.287 1.287 0 01-.667-.297 1.492 1.492 0 01-.463-.648.539.539 0 01-.038-.166c0-.037 0-.056-.018-.093 0-.018-.019-.055-.019-.092V23.44c0-.167.037-.352.093-.5.167-.39.482-.685.89-.815.074-.018.13-.037.203-.055h.297l5.523-.056zm-2.892 1.685c-.092 0-.185 0-.278.018h-.018a.66.66 0 00-.185.037 1.744 1.744 0 00-.649.37c-.222.204-.39.482-.482.778a1.084 1.084 0 00-.037.24c0 .038 0 .075-.018.093v.186c0 .037.018.092.018.148v.055c.019.074.037.13.056.204.11.333.315.63.593.833.204.167.463.278.722.315h.038c.11.018.222.018.333 0 .093 0 .186-.019.26-.037a1.57 1.57 0 00.407-.167l.093-.055c.018-.019.037-.019.056 0l.11.092 1.761 1.759.538.537.037.037v.037l-.019.037c-.074.148-.13.296-.166.463-.019.13-.019.259-.019.389l.056.222c.092.296.259.537.518.722.038.037.093.055.149.092.018.019.037.019.037.037.018.019.018.038.018.056 0 .056 0 .13-.018.185-.019.037-.019.093-.019.148v.074c-.018.056-.018.111-.018.148 0 .056-.019.093-.019.149 0 .055-.018.092-.018.148V32.215c-.019.056-.019.111-.019.148v.056c-.018.056-.018.111-.018.148 0 .037-.019.074-.037.13 0 .018-.019.037-.038.037-.037.018-.074.018-.11.037a.812.812 0 00-.427.314c-.037.075-.074.13-.111.223a1.084 1.084 0 00-.037.24c0 .111.018.204.055.296.093.241.278.426.538.5a.94.94 0 00.24.037c.093 0 .186-.018.279-.037a.554.554 0 00.185-.074.967.967 0 00.204-.185.793.793 0 00.185-.444.594.594 0 00-.037-.315.986.986 0 00-.296-.426l-.075-.055a.14.14 0 01-.037-.074c.019-.056.019-.13.019-.185 0-.019 0-.038.019-.075 0-.018 0-.037.018-.074 0-.055.019-.11.019-.166 0-.056.018-.148.037-.24v-.056-.056c.018-.056.018-.111.018-.148 0-.019 0-.056.019-.074 0-.019.018-.056.018-.074 0-.093.019-.167.037-.24a.04.04 0 01.037-.038h.075c.11 0 .203-.018.296-.037.111-.037.222-.074.334-.13.259-.13.463-.351.574-.61.037-.093.074-.167.093-.26.018-.092.037-.185.037-.296v-.093c0-.073 0-.148-.019-.222a1.179 1.179 0 00-.11-.333c-.038-.074-.094-.148-.15-.222l-.055-.074-.018-.019v-.018c.018-.019.018-.037.037-.056l.333-.444 1.26-1.63.167-.221c.019-.019.019-.038.037-.038.019-.018.037-.018.056-.018l.074.018c.037 0 .056.019.093.019a.97.97 0 00.333-.056.847.847 0 00.5-.536c.02-.093.038-.167.038-.26 0-.055-.019-.092-.019-.148a.837.837 0 00-.26-.444c-.073-.056-.148-.111-.24-.148a1.546 1.546 0 00-.278-.074h-.093c-.074.018-.13.018-.204.037a.84.84 0 00-.481.426.904.904 0 00-.075.203.897.897 0 000 .315c.019.074.038.148.075.222 0 .019.018.037.018.056v.037c0 .018-.019.037-.037.055l-.148.204-.834 1.092-.778 1.019c-.02.018-.038.037-.038.055-.018.019-.037.019-.055.019-.019 0-.037 0-.074-.019-.075-.037-.167-.037-.241-.055l-.074-.019a.316.316 0 00-.186 0c-.037 0-.074.019-.11.019h-.056c-.056.018-.13.037-.186.055-.055.019-.13.056-.185.074l-.056.037a.057.057 0 01-.074 0l-.093-.092-2.242-2.24c-.018-.02-.055-.056-.074-.075-.037-.037-.037-.055-.019-.092l.056-.093a1.6 1.6 0 00.13-.314l.055-.223a.532.532 0 00.019-.24v-.148-.075a4.983 4.983 0 00-.056-.24 1.676 1.676 0 00-.667-.926c-.093-.074-.185-.111-.296-.167a1.101 1.101 0 00-.352-.092h-.038c-.037-.019-.074-.019-.11-.019l-.13-.092zM24.5 21.96h-1.65a.04.04 0 01-.037-.038c0-.074 0-.13.019-.204 0-.037 0-.074.018-.092.02-.019 0-.037 0-.056a.458.458 0 00.02-.148c0-.055.018-.092.018-.148 0-.055.018-.11.037-.166a2.99 2.99 0 01.074-.352c.037-.13.037-.204.074-.315.074-.333.167-.666.278-.981.093-.278.185-.574.296-.852 0-.018.019-.037.019-.074.018-.037.037-.055.074-.055h3.336a.04.04 0 01.037.037c0 .018-.019.037-.019.074-.11.296-.222.61-.315.925-.074.241-.148.5-.203.74-.038.13-.075.26-.093.39-.019.11-.056.24-.074.351-.019.112-.037.26-.074.39 0 .073-.038.147-.038.24 0 .074-.018.13-.037.185l-.018.037c-.019.056-.037.074-.093.074l-1.65.037zM25.779 17.609H24.11c-.019 0-.037-.019-.019-.037 0 0 0-.019.019-.019.018-.018.018-.056.037-.074a6.79 6.79 0 01.26-.518c.24-.463.518-.926.796-1.37.278-.426.593-.852.908-1.24l.13-.168c.019-.018.037-.037.056-.037H29.54c.018 0 .018.019.018.037l-.074.112c-.26.333-.519.703-.76 1.055l-.556.889c-.148.277-.296.537-.444.814-.074.13-.13.278-.204.407-.019.037-.037.056-.037.093l-.037.037h-.037l-1.631.019zM24.407 22.826h1.65a.04.04 0 01.037.037v.148c-.019.074-.019.148-.019.241 0 .056 0 .093-.018.148 0 .056-.019.13-.019.185v.185c0 .056 0 .111-.018.167-.019.056 0 .111-.019.148V25.381c0 .074.019.148.019.204v.203c0 .056 0 .111.018.148.019.112.019.204.019.315v.019c0 .018-.019.037-.056.037H22.776c-.018 0-.018-.019-.037-.037-.018-.056-.037-.111-.037-.167 0-.074-.018-.148-.018-.222v-.093c0-.074 0-.148-.019-.222v-.11-.223-.13c0-.074-.018-.148-.018-.203v-1.204c0-.074 0-.148.018-.222.019-.074.019-.204.019-.315 0-.074.018-.166.018-.24V22.9c0-.018.019-.037.056-.037h1.649M24.555 27.18H26.15a.04.04 0 01.037.037c.019.018.019.055.019.074 0 .055.018.13.018.185 0 .056.019.111.019.166 0 .056.037.149.037.241 0 .074.018.111.037.167.019.055.037.13.037.185.019.056.019.13.037.185.019.056.019.13.037.185.056.204.093.408.149.611.092.352.203.704.315 1.037.037.093.074.185.092.296 0 .019.019.037.019.056 0 .018 0 .037-.019.055H23.962a.04.04 0 01-.037-.037c-.018-.037-.037-.055-.055-.092l-.13-.333c-.148-.37-.278-.741-.39-1.111-.073-.241-.147-.482-.203-.722-.055-.204-.111-.408-.148-.611-.019-.112-.056-.241-.074-.352 0-.019-.019-.037-.019-.074v-.074c0-.019.019-.037.037-.037h.037l1.575-.037zM25.89 31.514h1.501c.018 0 .018.018.037.018a.14.14 0 01.037.074c.111.26.241.519.37.778.204.389.427.777.65 1.166.277.445.555.87.87 1.278.019.037.056.074.075.11 0 .02 0 .02-.02.038h-2.594c-.037 0-.055-.019-.074-.037l-.204-.222a7.473 7.473 0 01-.481-.593c-.204-.278-.408-.537-.612-.815a10.35 10.35 0 01-.76-1.221c-.074-.149-.167-.297-.24-.445-.02-.018-.02-.037-.038-.055 0-.019 0-.037.019-.056h.037l1.427-.018zM35.582 40.177l-.018-.019c-.037 0-.074-.018-.13-.037-.352-.074-.39-.092-.778-.185-.241-.074-.63-.185-.834-.259-.408-.148-.834-.296-1.223-.481-.408-.167-.797-.37-1.186-.574a16.757 16.757 0 01-1.631-1 18.58 18.58 0 01-2.002-1.63c-.055-.036-.092-.092-.148-.129v-.018l.018-.019h2.447c.037 0 .074.019.092.037l.019.019.167.185c.333.37.667.722 1.019 1.055.37.352.741.685 1.112 1 .593.5 1.223.944 1.89 1.352.334.203.686.407 1.038.592.019.018.056.018.074.037.037.055.056.074.074.074zM31.894 10.518H30.43v-.019l.037-.037c.241-.148.5-.296.76-.444a15.822 15.822 0 012.001-.926c.316-.11.63-.222.946-.333.315-.092.648-.185.963-.278.204-.055.408-.092.612-.148.148-.037.278-.055.426-.074.074-.018.167-.018.241-.055.074-.037.167-.037.241-.037.037 0 .074-.019.111-.019.093 0 .185-.037.297-.037h.074c.055-.018.13-.018.185-.018.056-.019.13-.019.186-.019.037 0 .074 0 .11-.018.056 0 .13-.019.186-.019.056 0 .093 0 .148-.018.056 0 .13-.019.186-.019h.166v.019c0 .018-.018.018-.037.018l-.333.111-.89.333a13.77 13.77 0 00-1.408.648c-.426.223-.834.463-1.242.704-.315.185-.611.389-.89.592-.11.074-.092.074-.222.074h-1.371M28.707 13.278H27.095s-.02 0-.02-.018v-.018l.02-.019c.11-.111.203-.222.315-.315.11-.092.203-.203.296-.296.334-.333.686-.63 1.056-.926l.075-.055c.037-.019.055-.037.11-.037H32.025v.018l-.019.019c-.185.166-.37.333-.556.518-.259.26-.537.519-.778.778l-.222.24-.056.056a.142.142 0 01-.093.037l-1.593.018z"/><path fill="#06D69D" d="M57.895 53.952a2.038 2.038 0 10-2.039-2.036c0 1.124.913 2.036 2.039 2.036z"/><path fill="#06D69D" d="M57.895 53.952a2.032 2.032 0 01-2.039-2.036c0-.667.315-1.278.871-1.667.89-.685 2.169-.5 2.854.389.686.889.5 2.166-.389 2.851-.037.037-.093.056-.13.093-.333.24-.741.37-1.167.37zm-1.02-3.48c-.815.555-1 1.666-.444 2.48.556.815 1.668 1 2.483.445.815-.556 1-1.667.445-2.481-.575-.815-1.687-1.018-2.483-.445zM68.977 56.524c2.651 0 4.8-2.147 4.8-4.795a4.798 4.798 0 00-4.8-4.795c-2.65 0-4.8 2.147-4.8 4.795a4.797 4.797 0 004.8 4.795z"/><path fill="#06D69D" d="M68.977 56.525c-2.65 0-4.8-2.148-4.8-4.796 0-.87.241-1.721.686-2.462 1.371-2.277 4.318-3 6.597-1.648a4.812 4.812 0 011.65 6.591 4.843 4.843 0 01-4.133 2.315zm-3.892-7.128c-1.297 2.147-.593 4.943 1.557 6.239 2.15 1.296 4.948.592 6.246-1.555 1.297-2.148.593-4.944-1.557-6.24a4.553 4.553 0 00-6.246 1.556zM69.644 51.763l-12.972-.11 12.972.11z"/><path fill="#06D69D" d="M56.695 51.528l-.002.26 12.991.106.002-.26-12.99-.106zM71.572 39.36A3.427 3.427 0 0075 35.935a3.427 3.427 0 00-3.428-3.425 3.427 3.427 0 00-3.429 3.425 3.427 3.427 0 003.429 3.425z"/><path fill="#06D69D" d="M71.571 39.342c-.315 0-.648-.037-.945-.13a3.405 3.405 0 01-2.335-4.22 3.41 3.41 0 014.225-2.333 3.405 3.405 0 012.336 4.221 3.413 3.413 0 01-3.28 2.462zm-.018-6.572a3.186 3.186 0 00-3.188 3.184 3.186 3.186 0 003.188 3.185 3.186 3.186 0 003.187-3.185 3.194 3.194 0 00-2.298-3.073 3.657 3.657 0 00-.89-.111zM71.072 39.045l-2.576 12.72 2.576-12.72z"/><path fill="#06D69D" d="M70.981 39.028l-2.584 12.7.254.052 2.584-12.7-.254-.052zM12.695 7.518a2.112 2.112 0 10-2.113-2.11c0 1.165.946 2.11 2.113 2.11z"/><path fill="#06D69D" d="M12.695 7.518a2.11 2.11 0 110-4.221 2.11 2.11 0 012.113 2.11c0 .37-.093.741-.278 1.056a2.043 2.043 0 01-1.835 1.055zm0-3.962c-1.02 0-1.853.833-1.853 1.851a1.858 1.858 0 003.465.926 1.853 1.853 0 00-.685-2.536 1.971 1.971 0 00-.927-.24zM2.539 12.239A2.538 2.538 0 100 9.702c0 1.401 1.137 2.537 2.539 2.537z"/><path fill="#06D69D" d="M2.539 12.242a2.562 2.562 0 01-2.39-1.666A2.528 2.528 0 011.76 7.373a2.532 2.532 0 013.15 1.462 2.526 2.526 0 01-1.519 3.24 2.255 2.255 0 01-.852.167zm0-4.795c-.26 0-.538.055-.779.148a2.264 2.264 0 00-1.352 2.907 2.27 2.27 0 002.946 1.277A2.256 2.256 0 004.67 8.947a2.274 2.274 0 00-2.131-1.5zM1.612 10.442l11.805-5.387-11.805 5.387z"/><path fill="#06D69D" d="M13.368 4.946L1.553 10.34l.107.236 11.816-5.394-.108-.236zM9.824 22.405a3.742 3.742 0 003.743-3.74 3.742 3.742 0 00-3.743-3.74 3.742 3.742 0 00-3.744 3.74 3.742 3.742 0 003.744 3.74z"/><path fill="#06D69D" d="M9.822 22.424a3.714 3.714 0 01-3.688-4.388 3.717 3.717 0 014.337-3.018 3.714 3.714 0 013.02 4.332c-.314 1.76-1.853 3.055-3.669 3.074zm-.018-7.24c-.723 0-1.409.223-2.002.63a3.474 3.474 0 00-.852 4.832 3.482 3.482 0 004.837.852 3.474 3.474 0 00.852-4.832 3.44 3.44 0 00-2.835-1.481z"/><path fill="#06D69D" d="M10.545 19.46L2.28 9.463l8.265 9.998z"/><path fill="#06D69D" d="M2.378 9.39l-.2.165 8.275 10.003.2-.165L2.378 9.39z"/><path stroke="#06D69D" d="M63.473 31.64l8.099 4.11"/><path fill="#06D69D" d="M9.938 18.37l-.073.25 9.747 2.852.073-.249-9.747-2.853z"/></svg>\n                </a>\n            </div>\n            <div id="description">\n                <h3>This platform is supported by Gather</h3>\n                <div id="description-container">\n                  <p>By accepting, you agree to share idle processing power <span onclick="window.open(\'https://en.wikipedia.org/wiki/Cryptocurrency\')">for securing blockchains</span> when active on our platform. Although negligible processing power may be used, it may affect your device&apos;s battery consumption which may result in increased electricity payments. We do not collect any of your data, <label><input style="display:none" type="checkbox" checked />visit our <span onclick="window.open(\'https://gather.network/docs/Gather_Data_Use_&amp;_Privacy_Policy.pdf\');">privacy policy</span> to learn more.</label></p>\n                  <div id="btns">\n                     <div data-action="click->optin#acceptGatherApp">Accept</div>\n                     <div data-action="click->optin#rejectGatherApp">Decline</div>\n                  </div>\n                </div>\n                \n            </div>\n            \n        </div>\n    </div>\n'},function(t,e,n){"use strict";var a=n(0),r=n(7),a=a.Application.start(),n=n(4);a.load((0,r.definitionsFromContext)(n))},function(t,e,n){var a={"./gatherstats_controller.js":5,"./optin_controller.js":6,"./optin_html.js":2,"./stats_html.js":1};function r(t){t=i(t);return n(t)}function i(t){if(n.o(a,t))return a[t];t=new Error("Cannot find module '"+t+"'");throw t.code="MODULE_NOT_FOUND",t}r.keys=function(){return Object.keys(a)},r.resolve=i,(t.exports=r).id=4},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=function(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t},r=n(0),i=n(1);function o(t,e){for(var n=0;n<e.length;n++){var a=e[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}(function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)})(s,r.Controller),a(s,[{key:"updateStat",value:function(t){var e=this.dom.querySelector("#total_hashes label.stats_item--value");e&&(e.innerText=t.detail.total_hashes);e=this.dom.querySelector("#hashes_per_second label.stats_item--value");e&&(e.innerText=t.detail.hashes_per_second.toFixed(0));e=this.dom.querySelector("#shares_found label.stats_item--value");e&&(e.innerText=t.detail.shares_found);e=this.dom.querySelector("#shares_verified label.stats_item--value");e&&(e.innerText=t.detail.shares_verified)}},{key:"initialize",value:function(){var t=window.document.createElement("div");t.innerHTML=i.StatsHTML,this.dom=t.children[0]}},{key:"connect",value:function(){window.document.body.append(this.dom),this.listen=this.updateStat.bind(this),window.document.addEventListener(s.GatherStatsEvent,this.listen)}},{key:"disconnect",value:function(){this.dom.remove(),this.element.remove(),window.document.removeEventListener(s.GatherStatsEvent,this.listen)}}]),a=s;function s(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,s),function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}a.GatherStatsEvent="gather_stats",e.default=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=function(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t},r=n(0),i=n(2);function o(t,e){for(var n=0;n<e.length;n++){var a=e[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(t,a.key,a)}}var s=window.localStorage,a=(function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(c,r.Controller),a(c,[{key:"acceptGatherApp",value:function(){this.loadGatherApp(),this.persistUserAction(c.user_action_accepted);var t=new Event(c.optin_user_acceptance_event_name);document.dispatchEvent(t),this.element.remove()}},{key:"rejectGatherApp",value:function(){this.persistUserAction(c.user_action_rejected);var t=new Event(c.optin_user_rejection_event_name);document.dispatchEvent(t),this.element.remove()}},{key:"persistUserAction",value:function(t){switch(this.localStore.user_action=t,this.localStore.timestamp=Date.now(),t){case c.user_action_accepted:s.setItem(c.local_store_name,JSON.stringify(this.localStore));break;case c.user_action_rejected:sessionStorage.setItem(c.local_store_name,JSON.stringify(this.localStore))}}},{key:"getLastAction",value:function(){var t=s.getItem(c.local_store_name),e=sessionStorage.getItem(c.local_store_name);return t?JSON.parse(t.trim()):e?JSON.parse(e.trim()):{}}},{key:"connect",value:function(){var t;this.loadDOM?(this.element.innerHTML=i.OptinHTML,t=new Event(c.optin_loaded_event_name),document.dispatchEvent(t)):this.element.remove()}},{key:"loadGatherApp",value:function(){var t;document.getElementById("gather-script")||((t=document.createElement("script")).setAttribute("src","https://online.gather.network/gather.main.js"),t.setAttribute("id","gather-script"),document.body.appendChild(t))}},{key:"disconnect",value:function(){this.element.remove();var t=new Event(c.optin_finished_event_name);document.dispatchEvent(t)}},{key:"initialize",value:function(){var t;this.loadDOM=!0,this.localStore=this.getLastAction(),this.localStore.user_action!==c.user_action_rejected?this.localStore.user_action!==c.user_action_accepted||(this.loadGatherApp(),this.loadDOM=!1,t=new Event(c.optin_user_acceptance_event_name),document.dispatchEvent(t)):(this.loadDOM=!1,t=new Event(c.optin_user_rejection_event_name),document.dispatchEvent(t))}}]),c);function c(){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,c),function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}a.local_store_name="gather-optin-data",a.user_action_rejected="rejected",a.user_action_accepted="accepted",a.optin_loaded_event_name="gather-optin-loaded",a.optin_finished_event_name="gather-optin-done",a.optin_user_acceptance_event_name="gather-user-acceptance",a.optin_user_rejection_event_name="gather-user-rejection",e.default=a},function(t,e,n){"use strict";function a(e){return e.keys().map(function(t){return function(t,e){var n=r(e);if(n)return function(t){t=t.default;if("function"==typeof t)return{identifier:n,controllerConstructor:t}}(t(e))}(e,t)}).filter(function(t){return t})}function r(t){t=(t.match(/^(?:\.\/)?(.+)(?:[_-]controller\..+?)$/)||[])[1];if(t)return t.replace(/_/g,"-").replace(/\//g,"--")}n.r(e),n.d(e,"definitionsFromContext",function(){return a}),n.d(e,"identifierForContextKey",function(){return r})}]),window.addEventListener("DOMContentLoaded",function(){var t=window.document,e=window.Gather_SiteID,n=t.createElement("div");n.setAttribute("data-site-id",e),n.setAttribute("data-controller","optin"),t.body.appendChild(n)});