2020-06-19 19:53:32 +00:00
/ * !
2020-09-17 22:01:30 +00:00
* Vue . js v2 . 6.12
* ( c ) 2014 - 2020 Evan You
2020-06-19 19:53:32 +00:00
* Released under the MIT License .
2021-06-04 21:16:19 +00:00
* /var emptyObject=Object.freeze({});function isUndef(e){return e==null}function isDef(e){return e!=null}function isTrue(e){return e===!0}function isFalse(e){return e===!1}function isPrimitive(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="boolean"}function isObject$4(e){return e!==null&&typeof e=="object"}var _toString=Object.prototype.toString;function toRawType(e){return _toString.call(e).slice(8,-1)}function isPlainObject$2(e){return _toString.call(e)==="[object Object]"}function isRegExp(e){return _toString.call(e)==="[object RegExp]"}function isValidArrayIndex(e){var a=parseFloat(String(e));return a>=0&&Math.floor(a)===a&&isFinite(e)}function isPromise$1(e){return isDef(e)&&typeof e.then=="function"&&typeof e.catch=="function"}function toString$3(e){return e==null?"":Array.isArray(e)||isPlainObject$2(e)&&e.toString===_toString?JSON.stringify(e,null,2):String(e)}function toNumber$1(e){var a=parseFloat(e);return isNaN(a)?e:a}function makeMap(e,a){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return a?function(s){return n[s.toLowerCase()]}:function(s){return n[s]}}var isBuiltInTag=makeMap("slot,component",!0),isReservedAttribute=makeMap("key,ref,slot,slot-scope,is");function remove$1(e,a){if(e.length){var n=e.indexOf(a);if(n>-1)return e.splice(n,1)}}var hasOwnProperty$b=Object.prototype.hasOwnProperty;function hasOwn$2(e,a){return hasOwnProperty$b.call(e,a)}function cached$2(e){var a=Object.create(null);return function(r){var i=a[r];return i||(a[r]=e(r))}}var camelizeRE=/ - ( \ w ) / g , camelize = cached$2 ( function ( e ) { return e . replace ( camelizeRE , function ( a , n ) { return n ? n . toUpperCase ( ) : "" } ) } ) , capitalize = cached$2 ( function ( e ) { return e . charAt ( 0 ) . toUpperCase ( ) + e . slice ( 1 ) } ) , hyphenateRE = /\B([A-Z])/g , hyphenate = cached$2 ( function ( e ) { return e . replace ( hyphenateRE , "-$1" ) . toLowerCase ( ) } ) ; function polyfillBind ( e , a ) { function n ( r ) { var i = arguments . length ; return i ? i > 1 ? e . apply ( a , arguments ) : e . call ( a , r ) : e . call ( a ) } return n . _length = e . length , n } function nativeBind ( e , a ) { return e . bind ( a ) } var bind$1 = Function . prototype . bind ? nativeBind : polyfillBind ; function toArray ( e , a ) { a = a || 0 ; for ( var n = e . length - a , r = new Array ( n ) ; n -- ; ) r [ n ] = e [ n + a ] ; return r } function extend$2 ( e , a ) { for ( var n in a ) e [ n ] = a [ n ] ; return e } function toObject ( e ) { for ( var a = { } , n = 0 ; n < e . length ; n ++ ) e [ n ] && extend$2 ( a , e [ n ] ) ; return a } function noop$2 ( e , a , n ) { } var no = function ( e , a , n ) { return ! 1 } , identity$1 = function ( e ) { return e } ; function genStaticKeys ( e ) { return e . reduce ( function ( a , n ) { return a . concat ( n . staticKeys || [ ] ) } , [ ] ) . join ( "," ) } function looseEqual$1 ( e , a ) { if ( e === a ) return ! 0 ; var n = isObject$4 ( e ) , r = isObject$4 ( a ) ; if ( n && r ) try { var i = Array . isArray ( e ) , s = Array . isArray ( a ) ; if ( i && s ) return e . length === a . length && e . every ( function ( o , u ) { return looseEqual$1 ( o , a [ u ] ) } ) ; if ( e instanceof Date && a instanceof Date ) return e . getTime ( ) === a . getTime ( ) ; if ( ! i && ! s ) { var l = Object . keys ( e ) , c = Object . keys ( a ) ; return l . length === c . length && l . every ( function ( o ) { return looseEqual$1 ( e [ o ] , a [ o ] ) } ) } else return ! 1 } catch ( o ) { return ! 1 } else return ! n && ! r ? String ( e ) === String ( a ) : ! 1 } function looseIndexOf ( e , a ) { for ( var n = 0 ; n < e . length ; n ++ ) if ( looseEqual$1 ( e [ n ] , a ) ) return n ; return - 1 } function once$1 ( e ) { var a = ! 1 ; return function ( ) { a || ( a = ! 0 , e . apply ( this , arguments ) ) } } var SSR _ATTR = "data-server-rendered" , ASSET _TYPES = [ "component" , "directive" , "filter" ] , LIFECYCLE _HOOKS = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , config = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : no , isReservedAttr : no , isUnknownElement : no , getTagNamespace : noop$2 , parsePlatformTagName : identity$1 , mustUseProp : no , async : ! 0 , _lifecycleHooks : LIFECYCLE _HOOKS } , unicodeRegExp = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/ ; function isReserved ( e ) { var a = ( e + "" ) . charCodeAt ( 0 ) ; return a === 36 || a === 95 } function def$1 ( e , a , n
2021-03-12 19:45:44 +00:00
` ,"	":" ","'":"'"},encodedAttr=/&(?:lt|gt|quot|amp|#39);/g,encodedAttrWithNewLines=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,isIgnoreNewlineTag=makeMap("pre,textarea",!0),shouldIgnoreFirstNewline=function(e,a){return e&&isIgnoreNewlineTag(e)&&a[0]=== `
2021-06-04 21:16:19 +00:00
` };function decodeAttr(e,a){var n=a?encodedAttrWithNewLines:encodedAttr;return e.replace(n,function(r){return decodingMap[r]})}function parseHTML(e,a){for(var n=[],r=a.expectHTML,i=a.isUnaryTag||no,s=a.canBeLeftOpenTag||no,l=0,c,o;e;){if(c=e,!o||!isPlainTextElement(o)){var u=e.indexOf("<");if(u===0){if(comment.test(e)){var d=e.indexOf("-->");if(d>=0){a.shouldKeepComment&&a.comment(e.substring(4,d),l,l+d+3),S(d+3);continue}}if(conditionalComment.test(e)){var f=e.indexOf("]>");if(f>=0){S(f+2);continue}}var h=e.match(doctype);if(h){S(h[0].length);continue}var m=e.match(endTag);if(m){var v=l;S(m[0].length),E(m[1],v,l);continue}var y=D();if(y){U(y),shouldIgnoreFirstNewline(y.tagName,e)&&S(1);continue}}var _=void 0,w=void 0,A=void 0;if(u>=0){for(w=e.slice(u);!endTag.test(w)&&!startTagOpen.test(w)&&!comment.test(w)&&!conditionalComment.test(w)&&(A=w.indexOf("<",1),!(A<0));)u+=A,w=e.slice(u);_=e.substring(0,u)}u<0&&(_=e),_&&S(_.length),a.chars&&_&&a.chars(_,l-_.length,l)}else{var C=0,M=o.toLowerCase(),F=reCache[M]||(reCache[M]=new RegExp("([ \\ s \\ S]*?)(</"+M+"[^>]*>)","i")),z=e.replace(F,function(I,g,b){return C=b.length,!isPlainTextElement(M)&&M!=="noscript"&&(g=g.replace(/<! \- -([ \s \S ]*?)-->/g," $ 1").replace(/<! \[ CDATA \[ ([ \s \S ]*?)]]>/g," $ 1")),shouldIgnoreFirstNewline(M,g)&&(g=g.slice(1)),a.chars&&a.chars(g),""});l+=e.length-z.length,e=z,E(M,l-C,l)}if(e===c){a.chars&&a.chars(e);break}}E();function S(I){l+=I,e=e.substring(I)}function D(){var I=e.match(startTagOpen);if(I){var g={tagName:I[1],attrs:[],start:l};S(I[0].length);for(var b,k;!(b=e.match(startTagClose))&&(k=e.match(dynamicArgAttribute)||e.match(attribute));)k.start=l,S(k[0].length),k.end=l,g.attrs.push(k);if(b)return g.unarySlash=b[1],S(b[0].length),g.end=l,g}}function U(I){var g=I.tagName,b=I.unarySlash;r&&(o==="p"&&isNonPhrasingTag(g)&&E(o),s(g)&&o===g&&E(g));for(var k=i(g)||!!b,x=I.attrs.length,T=new Array(x),N=0;N<x;N++){var $ =I.attrs[N],P= $ [3]|| $ [4]|| $ [5]||"",R=g==="a"&& $ [1]==="href"?a.shouldDecodeNewlinesForHref:a.shouldDecodeNewlines;T[N]={name: $ [1],value:decodeAttr(P,R)}}k||(n.push({tag:g,lowerCasedTag:g.toLowerCase(),attrs:T,start:I.start,end:I.end}),o=g),a.start&&a.start(g,T,k,I.start,I.end)}function E(I,g,b){var k,x;if(g==null&&(g=l),b==null&&(b=l),I)for(x=I.toLowerCase(),k=n.length-1;k>=0&&n[k].lowerCasedTag!==x;k--);else k=0;if(k>=0){for(var T=n.length-1;T>=k;T--)a.end&&a.end(n[T].tag,g,b);n.length=k,o=k&&n[k-1].tag}else x==="br"?a.start&&a.start(I,[],!0,g,b):x==="p"&&(a.start&&a.start(I,[],!1,g,b),a.end&&a.end(I,g,b))}}var onRE=/^@|^v-on:/,dirRE=/^v-|^@|^:|^#/,forAliasRE=/([ \s \S ]*?) \s +(?:in|of) \s +([ \s \S ]*)/,forIteratorRE=/,([^, \} \] ]*)(?:,([^, \} \] ]*))? $ /,stripParensRE=/^ \( | \) $ /g,dynamicArgRE=/^ \[ .* \] $ /,argRE=/:(.*) $ /,bindRE=/^:|^ \. |^v-bind:/,modifierRE=/ \. [^. \] ]+(?=[^ \] ]* $ )/g,slotRE=/^v-slot(:| $ )|^#/,lineBreakRE=/[ \r \n ]/,whitespaceRE $ 1=/ \s +/g,decodeHTMLCached=cached $ 2(he.decode),emptySlotScopeToken="_empty_",warn $ 2 $ 1,delimiters,transforms,preTransforms,postTransforms,platformIsPreTag,platformMustUseProp,platformGetTagNamespace;function createASTElement(e,a,n){return{type:1,tag:e,attrsList:a,attrsMap:makeAttrsMap(a),rawAttrsMap:{},parent:n,children:[]}}function parse $ 2(e,a){warn $ 2 $ 1=a.warn||baseWarn,platformIsPreTag=a.isPreTag||no,platformMustUseProp=a.mustUseProp||no,platformGetTagNamespace=a.getTagNamespace||no,a.isReservedTag,transforms=pluckModuleFunction(a.modules,"transformNode"),preTransforms=pluckModuleFunction(a.modules,"preTransformNode"),postTransforms=pluckModuleFunction(a.modules,"postTransformNode"),delimiters=a.delimiters;var n=[],r=a.preserveWhitespace!==!1,i=a.whitespace,s,l,c=!1,o=!1;function u(f){if(d(f),!c&&!f.processed&&(f=processElement(f,a)),!n.length&&f!==s&&s.if&&(f.elseif||f.else)&&addIfCondition(s,{exp:f.elseif,block:f}),l&&!f.forbidden)if(f.elseif||f.else)processIfConditions(f,l);else{if(f.slotScope){var h=f.slotTarget||'"default"';(l.scopedSlots||(l.scopedSlots={}))[h]=f}l.children.push(f),f.parent=l}f.children=f.children.filter(function(v){return!v.slotScope}),d(f),f.pre&&(c=!1),platformIsPreTag(f.tag)&&(o=!1);for(var m=0;m<postTr
2021-03-12 19:45:44 +00:00
"/>`:`<div a="
2021-06-04 21:16:19 +00:00
"/>`,div.innerHTML.indexOf(" & # 10 ; ")>0}var shouldDecodeNewlines=inBrowser$1?getShouldDecode(!1):!1,shouldDecodeNewlinesForHref=inBrowser$1?getShouldDecode(!0):!1,idToTemplate=cached$2(function(e){var a=query(e);return a&&a.innerHTML}),mount=Vue$2.prototype.$mount;Vue$2.prototype.$mount=function(e,a){if(e=e&&query(e),e===document.body||e===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if(typeof r==" string ")r.charAt(0)===" # "&&(r=idToTemplate(r));else if(r.nodeType)r=r.innerHTML;else return this;else e&&(r=getOuterHTML(e));if(r){var i=compileToFunctions(r,{outputSourceRange:!1,shouldDecodeNewlines,shouldDecodeNewlinesForHref,delimiters:n.delimiters,comments:n.comments},this),s=i.render,l=i.staticRenderFns;n.render=s,n.staticRenderFns=l}}return mount.call(this,e,a)};function getOuterHTML(e){if(e.outerHTML)return e.outerHTML;var a=document.createElement(" div ");return a.appendChild(e.cloneNode(!0)),a.innerHTML}Vue$2.compile=compileToFunctions;var toString$2=function(e){return Object.prototype.toString.call(e)};function isNative(e){return typeof e==" function "&&/native code/.test(e.toString())}var hasSymbol$1=typeof Symbol!=" undefined "&&isNative(Symbol)&&typeof Reflect!=" undefined "&&isNative(Reflect.ownKeys),noopFn=function(e){return e},sharedPropertyDefinition={enumerable:!0,configurable:!0,get:noopFn,set:noopFn};function proxy(e,a,n){var r=n.get,i=n.set;sharedPropertyDefinition.get=r||noopFn,sharedPropertyDefinition.set=i||noopFn,Object.defineProperty(e,a,sharedPropertyDefinition)}function def(e,a,n,r){Object.defineProperty(e,a,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function hasOwn$1(e,a){return Object.hasOwnProperty.call(e,a)}function assert$1(e,a){if(!e)throw new Error(" [ vue - composition - api ] "+a)}function isArray$2(e){return Array.isArray(e)}function isObject$3(e){return e!==null&&typeof e==" object "}function isPlainObject$1(e){return toString$2(e)===" [ object Object ] "}function isFunction$2(e){return typeof e==" function "}function warn$1(e,a){Vue$2.util.warn(e,a)}function logError(e,a,n){if(typeof window!=" undefined "&&typeof console!=" undefined ")console.error(e);else throw e}var vueDependency=void 0;try{var requiredVue=require(" vue ");requiredVue&&isVue(requiredVue)?vueDependency=requiredVue:requiredVue&&" default "in requiredVue&&isVue(requiredVue.default)&&(vueDependency=requiredVue.default)}catch(e){}var vueConstructor=null,currentInstance=null,PluginInstalledFlag=" _ _composition _api _installed _ _ ";function isVue(e){return e&&typeof e==" function "&&e.name===" Vue "}function isVueRegistered(e){return hasOwn$1(e,PluginInstalledFlag)}function getVueConstructor(){return vueConstructor}function getRegisteredVueOrDefault(){var e=vueConstructor||vueDependency;return e}function setVueConstructor(e){vueConstructor=e,Object.defineProperty(e,PluginInstalledFlag,{configurable:!0,writable:!0,value:!0})}function getCurrentInstance(){return currentInstance}function setCurrentInstance(e){currentInstance=e}function currentVMInFn(e){var a=getCurrentInstance();return a}function defineComponentInstance(e,a){a===void 0&&(a={});var n=e.config.silent;e.config.silent=!0;var r=new e(a);return e.config.silent=n,r}function isComponentInstance(e){var a=getVueConstructor();return a&&e instanceof a}function createSlotProxy(e,a){return function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return e.$scopedSlots[a]?e.$scopedSlots[a].apply(e,n):warn$1(" slots . "+a+'() got called outside of the " render ( ) " scope',e)}}function resolveSlots(e,a){var n;if(!e)n={};else{if(e._normalized)return e._normalized;n={};for(var r in e)e[r]&&r[0]!==" $ " && ( n [ r ] = ! 0 ) } for ( var r in a ) r in n || ( n [ r ] = ! 0 ) ; return n } var vueInternalClasses , getVueInternalClasses = function ( ) { if ( ! vueInternalClasses ) { var e = defineComponentInstance ( getVueConstructor ( ) , { computed : { value : function ( ) { return 0 } } } ) , a = e . _computedWatchers . value . constructor , n = e . _data . _ _ob _ _ . dep . constructor ; vueInternalClasses = { Watcher : a , Dep : n } , e . $destroy ( ) } return vueInternalClasses } ; / * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2021-05-05 18:59:27 +00:00
Copyright ( c ) Microsoft Corporation .
Permission to use , copy , modify , and / or distribute this software for any
purpose with or without fee is hereby granted .
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS . IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL , DIRECT ,
INDIRECT , OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE , DATA OR PROFITS , WHETHER IN AN ACTION OF CONTRACT , NEGLIGENCE OR
OTHER TORTIOUS ACTION , ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE .
2021-06-04 20:44:46 +00:00
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / v a r _ _ a s s i g n = f u n c t i o n ( ) { r e t u r n _ _ a s s i g n = O b j e c t . a s s i g n | | f u n c t i o n ( a ) { f o r ( v a r n , r = 1 , i = a r g u m e n t s . l e n g t h ; r < i ; r + + ) { n = a r g u m e n t s [ r ] ; f o r ( v a r s i n n ) O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( n , s ) & & ( a [ s ] = n [ s ] ) } r e t u r n a } , _ _ a s s i g n . a p p l y ( t h i s , a r g u m e n t s ) } ; f u n c t i o n _ _ v a l u e s ( e ) { v a r a = t y p e o f S y m b o l = = " f u n c t i o n " & & S y m b o l . i t e r a t o r , n = a & & e [ a ] , r = 0 ; i f ( n ) r e t u r n n . c a l l ( e ) ; i f ( e & & t y p e o f e . l e n g t h = = " n u m b e r " ) r e t u r n { n e x t : f u n c t i o n ( ) { r e t u r n e & & r > = e . l e n g t h & & ( e = v o i d 0 ) , { v a l u e : e & & e [ r + + ] , d o n e : ! e } } } ; t h r o w n e w T y p e E r r o r ( a ? " O b j e c t i s n o t i t e r a b l e . " : " S y m b o l . i t e r a t o r i s n o t d e f i n e d . " ) } f u n c t i o n _ _ r e a d ( e , a ) { v a r n = t y p e o f S y m b o l = = " f u n c t i o n " & & e [ S y m b o l . i t e r a t o r ] ; i f ( ! n ) r e t u r n e ; v a r r = n . c a l l ( e ) , i , s = [ ] , l ; t r y { f o r ( ; ( a = = = v o i d 0 | | a - - > 0 ) & & ! ( i = r . n e x t ( ) ) . d o n e ; ) s . p u s h ( i . v a l u e ) } c a t c h ( c ) { l = { e r r o r : c } } f i n a l l y { t r y { i & & ! i . d o n e & & ( n = r . r e t u r n ) & & n . c a l l ( r ) } f i n a l l y { i f ( l ) t h r o w l . e r r o r } } r e t u r n s } f u n c t i o n _ _ s p r e a d ( ) { f o r ( v a r e = [ ] , a = 0 ; a < a r g u m e n t s . l e n g t h ; a + + ) e = e . c o n c a t ( _ _ r e a d ( a r g u m e n t s [ a ] ) ) ; r e t u r n e } f u n c t i o n c r e a t e S y m b o l ( e ) { r e t u r n h a s S y m b o l $ 1 ? S y m b o l . f o r ( e ) : e } v a r W a t c h e r P r e F l u s h Q u e u e K e y = c r e a t e S y m b o l ( " c o m p o s i t i o n - a p i . p r e F l u s h Q u e u e " ) , W a t c h e r P o s t F l u s h Q u e u e K e y = c r e a t e S y m b o l ( " c o m p o s i t i o n - a p i . p o s t F l u s h Q u e u e " ) , R e f K e y = " c o m p o s i t i o n - a p i . r e f K e y " , a c c e s s M o d i f i e d S e t = n e w W e a k M a p , r e a d o n l y S e t = n e w W e a k M a p , R e f I m p l = f u n c t i o n ( ) { f u n c t i o n e ( a ) { v a r n = a . g e t , r = a . s e t ; p r o x y ( t h i s , " v a l u e " , { g e t : n , s e t : r } ) } r e t u r n e } ( ) ; f u n c t i o n c r e a t e R e f ( e , a ) { v a r n = n e w R e f I m p l ( e ) , r = O b j e c t . s e a l ( n ) ; r e t u r n r e a d o n l y S e t . s e t ( r , ! 0 ) , r } f u n c t i o n r e f ( e ) { v a r a ; i f ( i s R e f ( e ) ) r e t u r n e ; v a r n = r e a c t i v e ( ( a = { } , a [ R e f K e y ] = e , a ) ) ; r e t u r n c r e a t e R e f ( { g e t : f u n c t i o n ( ) { r e t u r n n [ R e f K e y ] } , s e t : f u n c t i o n ( r ) { r e t u r n n [ R e f K e y ] = r } } ) } f u n c t i o n i s R e f ( e ) { r e t u r n e i n s t a n c e o f R e f I m p l } f u n c t i o n u n r e f ( e ) { r e t u r n i s R e f ( e ) ? e . v a l u e : e } f u n c t i o n t o R e f s ( e ) { i f ( ! i s P l a i n O b j e c t $ 1 ( e ) ) r e t u r n e ; v a r a = { } ; f o r ( v a r n i n e ) a [ n ] = t o R e f ( e , n ) ; r e t u r n a } f u n c t i o n t o R e f ( e , a ) { v a r n = e [ a ] ; r e t u r n i s R e f ( n ) ? n : c r e a t e R e f ( { g e t : f u n c t i o n ( ) { r e t u r n e [ a ] } , s e t : f u n c t i o n ( r ) { r e t u r n e [ a ] = r } } ) } f u n c t i o n i s R a w ( e ) { v a r a ; r e t u r n B o o l e a n ( ( e = = n u l l ? v o i d 0 : e . _ _ o b _ _ ) & & ( ( a = e . _ _ o b _ _ ) = = = n u l l | | a = = = v o i d 0 ? v o i d 0 : a . _ _ r a w _ _ ) ) } f u n c t i o n i s R e a c t i v e ( e ) { v a r a ; r e t u r n B o o l e a n ( ( e = = n u l l ? v o i d 0 : e . _ _ o b _ _ ) & & ! ( ( a = e . _ _ o b _ _ ) = = = n u l l | | a = = = v o i d 0 ? v o i d 0 : a . _ _ r a w _ _ ) ) } f u n c t i o n s e t u p A c c e s s C o n t r o l ( e ) { i f ( ! ( ! i s P l a i n O b j e c t $ 1 ( e ) | | i s R a w ( e ) | | A r r a y . i s A r r a y ( e ) | | i s R e f ( e ) | | i s C o m p o n e n t I n s t a n c e ( e ) | | a c c e s s M o d i f i e d S e t . h a s ( e ) ) ) { a c c e s s M o d i f i e d S e t . s e t ( e , ! 0 ) ; f o r ( v a r a = O b j e c t . k e y s ( e ) , n = 0 ; n < a . l e n g t h ; n + + ) d e f i n e A c c e s s C o n t r o l ( e , a [ n ] ) } } f u n c t i o n d e f i n e A c c e s s C o n t r o l ( e , a , n ) { i f ( a ! = = " _ _ o b _ _ " & & ! i s R a w ( e [ a ] ) ) { v a r r , i , s = O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( e , a ) ; i f ( s ) { i f ( s . c o n f i g u r a b l e = = = ! 1 ) r e t u r n ; r = s . g e t , i = s . s e t , ( ! r | | i ) & & a r g u m e n t s . l e n g t h = = = 2 & & ( n = e [ a ] ) } s e t u p A c c e s s C o n t r o l ( n ) , O b j e c t . d e f i n e P r o p e r t y ( e , a , { e n u m e r a b l e : ! 0 , c o n f i g u r a b l e : ! 0 , g e t : f u n c t i o n ( ) { v a r c = r ? r . c a l l ( e ) : n ; r e t u r n a ! = = R e f K e y & & i s R e f ( c ) ? c . v a l u e : c } , s e t : f u n c t i o n ( c ) { i f ( ! ( r & & ! i ) ) { v a r o = r ? r . c a l l ( e ) : n ; a ! = = R e f K e y & & i s R e f ( o ) & & ! i s R e f ( c ) ? o . v a l u e = c : i ? i . c a l l ( e , c ) : n = c , s e t u p A c c e s s C o n t r o l ( c ) } } } ) } } f u n c t i o n o b s e r v e ( e ) { v a r a = g e t R e g i s t e r e d V u e O r D e f a u l t ( ) , n ; i f ( a . o b s e r v a b l e ) n = a . o b s e r v a b l e ( e ) ; e l s e { v a r r = d e f i n e C o m p o n e n t I n s t a n c e ( a , { d a t a : { $ $ s t a t e : e } } ) ; n = r . _ d a t a . $ $ s t a t e } r e t u r n h a s O w n $ 1 ( n , " _ _ o b _ _ " ) | | d e f ( n , " _ _ o b _ _ " , m o c k O b s e r v e r ( n ) ) , n } f u n c t i o n c r e a t e O b s e r v e r ( ) { r e t u r n o b s e r v e ( { } ) . _ _ o b _ _ } f u n c t i o n m o c k O b s e r v e r ( e ) { r e t u r n e = = = v o i d 0 & & ( e = { } ) , { v a l u e : e , d e p : { n o t i f y : n o o p F n , d e p e n d : n o o p F n , a d d S u b : n o o p F n , r e m o v e S u b : n o o p F n } } } f u n c t i o n r e a c t i v e ( e ) { i f ( ! ( i s P l a i n O b j e c t $ 1 ( e ) | | i s A r r a y $ 2 ( e ) ) | | i s R a w ( e ) | | ! O b j e c t . i s E x t e n s i b l e ( e ) ) r e t u r n e ; v a r a = o b s e r v e ( e ) ; r e t u r n s e t u p A c c e s s C o n t r o l ( a ) , a } v a r g e n N a m e = f u n c t i o n ( e ) { r e t u r n " o n " + ( e [ 0 ] . t o U p p e r C a s e ( ) + e . s l i c e ( 1 ) ) } ; f u n c t i o n c r e a t e L i f e C y c l e ( e ) { r e t u r n f u n c t i o n ( a ) { v a r n = c u r r e n t V M I n F n ( g e n N a m e ( e ) ) ; n & & i n j e c t H o o k O p t i o n ( g e t V u e C o n s t r u c t o r ( ) , n , e , a ) } } f u n c t i o n i n j e c t H o o k O p t i o n ( e , a , n , r ) { v a r i = a . $ o p t i o n s , s = e . c o n f i g . o p t i o n M e r g e S t r a t e g i e s [ n ] ; i [ n ] = s ( i [ n ] , w r a p H o o k C a l l ( a , r ) ) } f u n c t i o n w r a p H o o k C a l l ( e , a ) { r e t u r n f u n c t i o n ( ) { f o r ( v a r n = [ ] , r = 0 ; r < a r g u m e n t s . l e n g t h ; r + + ) n [ r ] = a r g u m e n t s [ r ] ; v a r i = g e t C u r r e n t I n s t a n c e ( ) ; s e t C u r r e n t I n s t a n c e ( e ) ; t r y { r e t u r n a . a p p l y ( v o i d 0 , _ _ s p r e a d ( n ) ) } f i n a l l y { s e t C u r r e n t I n s t a n c e ( i ) } } } v a r o n M o u n t e d = c r e a t e L i f e C y c l e ( " m o u n t e d " ) , f
A watch source can only be a getter / effect function , a ref , a reactive object , or an array of these types . ` ,e));var w=function(S,D){u(),n(S,D,o)},A=d(w);if(r.immediate){var C=A,M=function(S,D){M=C,w(S,D)};A=function(S,D){M(S,D)}}var F=e. $ watch(_,A,{immediate:r.immediate,deep:y,sync:l}),z=e._watchers[e._watchers.length-1];return isReactive(z.value)&&((i=z.value.__ob__)===null||i===void 0?void 0:i.dep)&&y&&z.value.__ob__.dep.addSub({update:function(){z.run()}}),patchWatcherTeardown(z,u),function(){F()}}function watch(e,a,n){var r=null;typeof a=="function"?r=a:(n=a,r=null);var i=getWatcherOption(n),s=getWatcherVM();return createWatcher(s,e,r,i)}function computed(e){var a=getCurrentInstance(),n,r;typeof e=="function"?n=e:(n=e.get,r=e.set);var i,s;if(a&&!a. $ isServer){var l=getVueInternalClasses(),c=l.Watcher,o=l.Dep,u;s=function(){return u||(u=new c(a,n,noopFn,{lazy:!0})),u.dirty&&u.evaluate(),o.target&&u.depend(),u.value},i=function(f){r&&r(f)}}else{var d=defineComponentInstance(getVueConstructor(),{computed:{ $ $ state:{get:n,set:r}}});a&&a. $ on("hook:destroyed",function(){return d. $ destroy()}),s=function(){return d. $ $ state},i=function(f){d. $ $ state=f}}return createRef({get:s,set:i})}function set $ 1(e,a,n){var r=e.__composition_api_state__=e.__composition_api_state__||{};r[a]=n}function get $ 1(e,a){return(e.__composition_api_state__||{})[a]}var vmStateManager={set:set $ 1,get:get $ 1};function asVmProperty(e,a,n){var r=e. $ options.props;!(a in e)&&!(r&&hasOwn $ 1(r,a))&&(isRef(n)?proxy(e,a,{get:function(){return n.value},set:function(i){n.value=i}}):e[a]=n)}function updateTemplateRef(e){var a=vmStateManager.get(e,"rawBindings")||{};if(!(!a||!Object.keys(a).length)){for(var n=e. $ refs,r=vmStateManager.get(e,"refs")||[],i=0;i<r.length;i++){var s=r[i],l=a[s];!n[s]&&l&&isRef(l)&&(l.value=null)}for(var c=Object.keys(n),o=[],i=0;i<c.length;i++){var s=c[i],l=a[s];n[s]&&l&&isRef(l)&&(l.value=n[s],o.push(s))}vmStateManager.set(e,"refs",o)}}function resolveScopedSlots(e,a){var n=e. $ options._parentVnode;if(!!n){for(var r=vmStateManager.get(e,"slots")||[],i=resolveSlots(n.data.scopedSlots,e. $ slots),s=0;s<r.length;s++){var l=r[s];i[l]||delete a[l]}for(var c=Object.keys(i),s=0;s<c.length;s++){var l=c[s];a[l]||(a[l]=createSlotProxy(e,l))}vmStateManager.set(e,"slots",c)}}function activateCurrentInstance(e,a,n){var r=getCurrentInstance();setCurrentInstance(e);try{return a(e)}catch(i){if(n)n(i);else throw i}finally{setCurrentInstance(r)}}function mixin $ 1(e){e.mixin({beforeCreate:a,mounted:function(){updateTemplateRef(this)},updated:function(){updateTemplateRef(this)}});function a(){var l=this,c=l. $ options,o=c.setup,u=c.render;if(u&&(c.render=function(){for(var f=this,h=[],m=0;m<arguments.length;m++)h[m]=arguments[m];return activateCurrentInstance(l,function(){return u.apply(f,h)})}),!!o&&typeof o=="function"){var d=c.data;c.data=function(){return n(l,l. $ props),typeof d=="function"?d.call(l,l):d||{}}}}function n(l,c){c===void 0&&(c={});var o=l. $ options.setup,u=s(l);def(c,"__ob__",createObserver()),resolveScopedSlots(l,u.slots);var d;if(activateCurrentInstance(l,function(){d=o(c,u)}),!!d){if(isFunction $ 2(d)){var f=d;l. $ options.render=function(){return resolveScopedSlots(l,u.slots),activateCurrentInstance(l,function(){return f()})};return}else if(isPlainObject $ 1(d)){isReactive(d)&&(d=toRefs(d)),vmStateManager.set(l,"rawBindings",d);var h=d;Object.keys(h).forEach(function(m){var v=h[m];isRef(v)||(isReactive(v)?isArray $ 2(v)&&(v=ref(v)):isFunction $ 2(v)?v=v.bind(l):isObject $ 3(v)?i(v)&&r(v):v=ref(v)),asVmProperty(l,m,v)});return}}}function r(l){if(!(!isPlainObject $ 1(l)||isRef(l)||isReactive(l)||isRaw(l))){var c=getVueConstructor(),o=c.util.defineReactive;Object.keys(l).forEach(function(u){var d=l[u];o(l,u,d),d&&r(d)})}}function i(l,c){return c===void 0&&(c=new Map),c.has(l)?c.get(l):(c.set(l,!1),Array.isArray(l)&&isReactive(l)?(c.set(l,!0),!0):!isPlainObject $ 1(l)||isRaw(l)?!1:Object.keys(l).some(function(o){return i(l[o],c)}))}function s(l){var c={slots:{}},o=["root","parent","refs","listeners","isServer","ssrContext"],u=["attrs"],d=["emit"];return o.forEac
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Material Icons' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/icons/MaterialIcons-Regular.eot' ) ; /* For IE6-8 */
2020-11-10 23:19:43 +00:00
2021-06-02 13:32:45 +00:00
src : url ( 'fonts/icons/MaterialIcons-Regular.woff2' ) format ( 'woff2' ) , \ r
url ( 'fonts/icons/MaterialIcons-Regular.woff' ) format ( 'woff' ) , \ r
2021-03-12 19:45:44 +00:00
url ( 'fonts/icons/MaterialIcons-Regular.ttf' ) format ( 'truetype' ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons {
font - family : 'Material Icons' ;
font - weight : normal ;
font - style : normal ;
font - size : 24 px ;
line - height : 1 ;
letter - spacing : normal ;
text - transform : none ;
display : inline - block ;
white - space : nowrap ;
word - wrap : normal ;
direction : ltr ;
font - feature - settings : 'liga' ;
- webkit - font - smoothing : antialiased ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon {
margin - right : 0.3125 em ;
margin - left : - 3 px ;
2020-11-14 21:27:47 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon . title - icon -- right {
margin - right : 0 px ;
margin - left : 0.3125 em ;
2020-11-14 21:27:47 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon . title - icon -- explicit {
color : hsl ( 240 , 5 % , 59 % ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon . title - icon -- new {
color : hsl ( 27 , 100 % , 50 % ) ;
2021-02-25 10:31:30 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. material - icons . disabled {
opacity : 0.5 ;
cursor : default ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. material - icons . mirrored {
transform : scaleX ( - 1 ) ;
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ a);var css_248z $ 9= ` /* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2' ) format ( 'woff2' ) ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
font - weight : 600 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 1 F00 - 1 FFF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFVp0bbck.woff2' ) format ( 'woff2' ) ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:01:19 +00:00
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFWp0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFW50bbck.woff2' ) format ( 'woff2' ) ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
font - style : normal ;
font - weight : 400 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFVZ0b.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:01:19 +00:00
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
font - style : normal ;
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2' ) format ( 'woff2' ) ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 9);var css_248z $ 8= ` . container {
2021-03-12 19:45:44 +00:00
width : 100 %
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 640 px ) {
. container {
max - width : 640 px
2021-03-12 19:33:51 +00:00
}
2021-01-31 21:30:06 +00:00
}
2021-03-12 19:45:44 +00:00
@ media ( min - width : 768 px ) {
. container {
max - width : 768 px
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1024 px ) {
. container {
max - width : 1024 px
2021-03-12 19:33:51 +00:00
}
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1280 px ) {
. container {
max - width : 1280 px
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. space - x - 2 > : not ( template ) ~ : not ( template ) {
-- space - x - reverse : 0 ;
margin - right : calc ( 0.5 rem * var ( -- space - x - reverse ) ) ;
margin - left : calc ( 0.5 rem * calc ( 1 - var ( -- space - x - reverse ) ) )
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. space - y - 5 > : not ( template ) ~ : not ( template ) {
-- space - y - reverse : 0 ;
margin - top : calc ( 1.25 rem * calc ( 1 - var ( -- space - y - reverse ) ) ) ;
margin - bottom : calc ( 1.25 rem * var ( -- space - y - reverse ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. space - x - 5 > : not ( template ) ~ : not ( template ) {
-- space - x - reverse : 0 ;
margin - right : calc ( 1.25 rem * var ( -- space - x - reverse ) ) ;
margin - left : calc ( 1.25 rem * calc ( 1 - var ( -- space - x - reverse ) ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - black {
-- bg - opacity : 1 ;
background - color : # 000 ;
background - color : rgba ( 0 , 0 , 0 , var ( -- bg - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - red - 500 {
-- bg - opacity : 1 ;
background - color : # f56565 ;
background - color : rgba ( 245 , 101 , 101 , var ( -- bg - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - red - 600 {
-- bg - opacity : 1 ;
background - color : # e53e3e ;
background - color : rgba ( 229 , 62 , 62 , var ( -- bg - opacity ) )
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. bg - green - 500 {
-- bg - opacity : 1 ;
background - color : # 48 bb78 ;
background - color : rgba ( 72 , 187 , 120 , var ( -- bg - opacity ) )
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - grayscale - 200 {
-- bg - opacity : 1 ;
background - color : hsl ( 0 , 0 % , 20 % ) ;
background - color : rgba ( 51 , 51 , 51 , var ( -- bg - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - primary {
-- bg - opacity : 1 ;
background - color : hsl ( 210 , 100 % , 52 % ) ;
background - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- bg - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - background - main {
background - color : var ( -- main - background )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - background - secondary {
background - color : var ( -- secondary - background )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - panels - bg {
background - color : var ( -- panels - background )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : bg - primary : hover {
-- bg - opacity : 1 ;
background - color : hsl ( 210 , 100 % , 52 % ) ;
background - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- bg - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : bg - background - main : hover {
background - color : var ( -- main - background )
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. bg - opacity - 50 {
-- bg - opacity : 0.5
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:56:26 +00:00
. border - collapse {
border - collapse : collapse
}
2021-03-12 19:45:44 +00:00
. border - transparent {
border - color : transparent
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border - grayscale - 500 {
-- border - opacity : 1 ;
border - color : hsl ( 0 , 0 % , 50 % ) ;
border - color : rgba ( 127.5 , 127.5 , 127.5 , var ( -- border - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:56:26 +00:00
. border - foreground {
border - color : var ( -- foreground )
}
2021-03-12 19:45:44 +00:00
. rounded {
border - radius : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. rounded - xl {
border - radius : 0.75 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. rounded - 2 xl {
border - radius : 1 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. rounded - full {
border - radius : 9999 px
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border - solid {
border - style : solid
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border - 0 {
border - width : 0
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border {
border - width : 1 px
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. border - t {
border - top - width : 1 px
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. first \ \ : border - t - 0 : first - child {
border - top - width : 0
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. cursor - default {
cursor : default
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. cursor - pointer {
cursor : pointer
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. block {
display : block
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. inline - block {
display : inline - block
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex {
display : flex
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. inline - flex {
display : inline - flex
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table {
display : table
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. grid {
display : grid
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. inline - grid {
display : inline - grid
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hidden {
display : none
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - col {
flex - direction : column
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - wrap {
flex - wrap : wrap
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. place - items - center {
place - items : center
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. items - center {
align - items : center
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. justify - center {
justify - content : center
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. justify - evenly {
justify - content : space - evenly
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - 1 {
flex : 1 1 0 %
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - shrink {
flex - shrink : 1
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. float - none {
float : none
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. font - sans {
font - family : Open Sans , system - ui , - apple - system , BlinkMacSystemFont , "Segoe UI" , Roboto , "Helvetica Neue" , Arial , "Noto Sans" , sans - serif , "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji"
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 3 {
height : 0.75 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 6 {
height : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 12 {
height : 3 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. h - 16 {
height : 4 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 32 {
height : 8 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 40 {
height : 10 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. h - full {
height : 100 %
2020-11-14 00:13:15 +00:00
}
2021-03-12 19:45:44 +00:00
. h - screen {
height : 100 vh
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - xs {
font - size : 0.75 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - sm {
font - size : 0.875 rem
2021-01-31 21:30:06 +00:00
}
2021-03-12 19:45:44 +00:00
. text - base {
font - size : 1 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - lg {
font - size : 1.125 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - xl {
font - size : 1.25 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 2 xl {
font - size : 1.5 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 3 xl {
font - size : 1.875 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 4 xl {
font - size : 2.25 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 5 xl {
font - size : 3 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. m - 0 {
margin : 0
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. m - 1 {
margin : 0.25 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. my - 5 {
margin - top : 1.25 rem ;
margin - bottom : 1.25 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. my - 8 {
margin - top : 2 rem ;
margin - bottom : 2 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 1 {
margin - bottom : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - 1 {
margin - left : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 2 {
margin - top : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mr - 2 {
margin - right : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 2 {
margin - bottom : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - 2 {
margin - left : 0.5 rem
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. mb - 3 {
margin - bottom : 0.75 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 4 {
margin - top : 1 rem
2020-11-19 20:27:37 +00:00
}
2021-03-12 19:45:44 +00:00
. mr - 4 {
margin - right : 1 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 4 {
margin - bottom : 1 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 5 {
margin - top : 1.25 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 5 {
margin - bottom : 1.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - 5 {
margin - left : 1.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 6 {
margin - top : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 6 {
margin - bottom : 1.5 rem
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. mb - 8 {
margin - bottom : 2 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - auto {
margin - left : auto
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. - mt - 16 {
margin - top : - 4 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. - ml - 20 {
margin - left : - 5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. first \ \ : ml - 2 : first - child {
margin - left : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. opacity - 0 {
opacity : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. opacity - 50 {
opacity : 0.5
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. opacity - 100 {
opacity : 1
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. overflow - hidden {
overflow : hidden
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 0 {
padding : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 1 {
padding : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 2 {
padding : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 3 {
padding : 0.75 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 4 {
padding : 1 rem
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. py - 2 {
padding - top : 0.5 rem ;
padding - bottom : 0.5 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. px - 2 {
padding - left : 0.5 rem ;
padding - right : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. px - 4 {
padding - left : 1 rem ;
padding - right : 1 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. py - 5 {
padding - top : 1.25 rem ;
padding - bottom : 1.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. py - 6 {
padding - top : 1.5 rem ;
padding - bottom : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. pr - 2 {
padding - right : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. pb - 3 {
padding - bottom : 0.75 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:44:46 +00:00
. pr - 5 {
padding - right : 1.25 rem
}
2021-03-12 19:45:44 +00:00
. absolute {
position : absolute
}
2020-11-19 17:34:51 +00:00
2021-03-12 19:45:44 +00:00
. relative {
position : relative
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. sticky {
position : sticky
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. top - 0 {
top : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. right - 0 {
right : 0
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. left - 0 {
left : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : shadow - outline : hover {
box - shadow : 0 0 0 3 px rgba ( 66 , 153 , 225 , 0.5 )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - center {
text - align : center
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - white {
-- text - opacity : 1 ;
color : # fff ;
color : rgba ( 255 , 255 , 255 , var ( -- text - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - grayscale - 870 {
-- text - opacity : 1 ;
color : hsl ( 0 , 0 % , 87 % ) ;
color : rgba ( 221.85 , 221.85 , 221.85 , var ( -- text - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - primary {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - foreground {
color : var ( -- foreground )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : text - primary : hover {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. group : hover . group - hover \ \ : text - primary {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. lowercase {
text - transform : lowercase
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. capitalize {
text - transform : capitalize
2020-11-19 18:29:46 +00:00
}
2021-03-12 19:45:44 +00:00
. no - underline {
text - decoration : none
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : underline : hover {
text - decoration : underline
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. tracking - wider {
letter - spacing : 0.05 em
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. visible {
visibility : visible
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. invisible {
visibility : hidden
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. whitespace - no - wrap {
white - space : nowrap
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. break - words {
word - wrap : break - word ;
overflow - wrap : break - word
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. w - 3 {
width : 0.75 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. w - 4 {
width : 1 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 6 {
width : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 8 {
width : 2 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 12 {
width : 3 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 16 {
width : 4 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 20 {
width : 5 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 32 {
width : 8 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 40 {
width : 10 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:44:46 +00:00
. w - 1 \ \ / 3 {
width : 33.333333 %
}
. w - 2 \ \ / 3 {
width : 66.666667 %
}
2021-03-12 19:45:44 +00:00
. w - full {
width : 100 %
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - screen {
width : 100 vw
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. z - 10 {
z - index : 10
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. z - 50 {
z - index : 50
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. gap - 2 {
grid - gap : 0.5 rem ;
gap : 0.5 rem
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
. transform {
-- transform - translate - x : 0 ;
-- transform - translate - y : 0 ;
-- transform - rotate : 0 ;
-- transform - skew - x : 0 ;
-- transform - skew - y : 0 ;
-- transform - scale - x : 1 ;
-- transform - scale - y : 1 ;
transform : translateX ( var ( -- transform - translate - x ) ) translateY ( var ( -- transform - translate - y ) ) rotate ( var ( -- transform - rotate ) ) skewX ( var ( -- transform - skew - x ) ) skewY ( var ( -- transform - skew - y ) ) scaleX ( var ( -- transform - scale - x ) ) scaleY ( var ( -- transform - scale - y ) )
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. transition - all {
transition - property : all
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. transition {
transition - property : background - color , border - color , color , fill , stroke , opacity , box - shadow , transform
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. transition - colors {
transition - property : background - color , border - color , color , fill , stroke
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
. transition - opacity {
transition - property : opacity
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. ease - in - out {
transition - timing - function : cubic - bezier ( 0.4 , 0 , 0.2 , 1 )
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
. duration - 150 {
transition - duration : 150 ms
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. duration - 200 {
transition - duration : 200 ms
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. duration - 500 {
transition - duration : 500 ms
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes spin {
to {
transform : rotate ( 360 deg )
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes spin {
to {
transform : rotate ( 360 deg )
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
}
@ - webkit - keyframes ping {
75 % , 100 % {
transform : scale ( 2 ) ;
opacity : 0
2020-11-11 08:29:18 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes ping {
75 % , 100 % {
transform : scale ( 2 ) ;
opacity : 0
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes pulse {
50 % {
opacity : . 5
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
}
@ keyframes pulse {
50 % {
opacity : . 5
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes bounce {
0 % , 100 % {
transform : translateY ( - 25 % ) ;
- webkit - animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 ) ;
animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 )
2021-03-12 19:01:19 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
50 % {
transform : none ;
- webkit - animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 ) ;
animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 )
}
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes bounce {
0 % , 100 % {
transform : translateY ( - 25 % ) ;
- webkit - animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 ) ;
animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 )
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
50 % {
transform : none ;
- webkit - animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 ) ;
animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 )
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
}
@ media ( min - width : 640 px ) {
}
@ media ( min - width : 768 px ) {
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1024 px ) {
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1280 px ) {
. xl \ \ : w - 32 {
width : 8 rem
2020-11-19 18:29:46 +00:00
}
2021-03-12 19:45:44 +00:00
. xl \ \ : w - 40 {
width : 10 rem
2020-11-19 18:29:46 +00:00
}
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 8);var css_248z $ 7= ` * {
2021-03-12 19:45:44 +00:00
box - sizing : border - box ;
margin : 0 ;
padding : 0 ;
}
2020-11-10 23:19:43 +00:00
2021-06-02 13:32:45 +00:00
table , \ r
caption , \ r
tbody , \ r
tfoot , \ r
thead , \ r
tr , \ r
th , \ r
2021-03-12 19:45:44 +00:00
td {
margin : 0 ;
border : 0 ;
padding : 0 ;
vertical - align : baseline ;
font : inherit ;
font - size : 100 % ;
}
table {
border - collapse : collapse ;
border - spacing : 0 ;
}
/* Taken from Tailwind's Preflight */
2021-06-02 13:32:45 +00:00
button , \ r
[ type = 'button' ] , \ r
[ type = 'reset' ] , \ r
2021-05-19 19:09:58 +00:00
[ type = 'submit' ] {
2021-03-12 19:45:44 +00:00
- webkit - appearance : button ;
- moz - appearance : button ;
appearance : button ;
}
2021-06-02 13:32:45 +00:00
input [ type = 'text' ] , \ r
input [ type = 'password' ] , \ r
input [ type = 'number' ] , \ r
input [ type = 'search' ] , \ r
input [ type = 'checkbox' ] , \ r
2021-03-12 19:45:44 +00:00
select {
- webkit - appearance : none ;
- moz - appearance : none ;
appearance : none ;
}
2021-06-02 13:32:45 +00:00
[ type = 'number' ] : : - webkit - inner - spin - button , \ r
2021-03-12 19:45:44 +00:00
[ type = 'number' ] : : - webkit - outer - spin - button {
height : auto ;
}
2021-06-02 13:32:45 +00:00
button , \ r
2021-03-12 19:45:44 +00:00
[ role = 'button' ] {
cursor : pointer ;
}
p {
word - break : break - word ;
}
2021-06-02 13:32:45 +00:00
* , \ r
: : before , \ r
2021-03-12 19:45:44 +00:00
: : after {
border - width : 0 ;
border - style : solid ;
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 7);var css_248z $ 6= ` : root {
2021-03-12 19:45:44 +00:00
font - size : 16 px ;
-- main - scroll : hsl ( 0 , 0 % , 30 % ) ;
-- panels - scroll : hsl ( 180 , 2 % , 17 % ) ;
-- toast - background : hsla ( 240 , 12 % , 16 % , 0.85 ) ;
-- toast - secondary : hsla ( 240 , 12 % , 16 % , 0.15 ) ;
-- toast - text : hsla ( 0 , 0 % , 100 % , 0.85 ) ;
-- primary - color : hsl ( 210 , 100 % , 52 % ) ; /* will remove variable */
-- primary - text : hsl ( 0 , 0 % , 87 % ) ; /* will remove variable */
-- secondary - color : hsl ( 46 , 100 % , 57 % ) ; /* will remove variable */
}
: root [ data - theme = 'light' ] {
-- main - background : # fff ;
-- secondary - background : hsl ( 0 , 0 % , 93 % ) ;
-- foreground : hsl ( 0 , 0 % , 20 % ) ;
-- panels - background : hsl ( 216 , 4 % , 78 % ) ;
-- table - bg : # fff ;
-- table - zebra : hsl ( 0 , 0 % , 90 % ) ;
-- table - highlight : hsl ( 0 , 0 % , 84 % ) ;
}
: root [ data - theme = 'dark' ] {
-- main - background : hsl ( 240 , 10 % , 8 % ) ;
-- secondary - background : hsl ( 240 , 12 % , 16 % ) ; /* e.g. search bar bg */
-- foreground : hsl ( 0 , 0 % , 93 % ) ; /* primary text + icons in main + search */
-- panels - background : hsl ( 240 , 15 % , 12 % ) ; /* panel left + right bg */
-- table - bg : hsl ( 240 , 10 % , 8 % ) ; /* e.g. results table bg 1st row */
-- table - zebra : hsl ( 240 , 15 % , 11 % ) ; /* e.g. results table bg 2nd alternate */
-- table - highlight : hsl ( 240 , 10 % , 22 % ) ; /* e.g. hover bg color on table selection */
}
: root [ data - theme = 'purple' ] {
-- main - background : hsl ( 261 , 74 % , 6 % ) ;
-- secondary - background : hsl ( 257 , 61 % , 10 % ) ;
-- foreground : hsl ( 0 , 0 % , 93 % ) ;
-- panels - background : hsl ( 257 , 70 % , 9 % ) ;
-- table - bg : hsl ( 261 , 74 % , 6 % ) ;
-- table - zebra : hsl ( 257 , 61 % , 10 % ) ;
-- table - highlight : hsl ( 257 , 66 % , 27 % ) ;
}
2021-06-04 20:44:46 +00:00
input [ type = 'text' ] ,
input [ type = 'password' ] ,
input [ type = 'number' ] ,
2021-03-12 19:45:44 +00:00
select {
border - radius : 4 px ;
background - color : var ( -- secondary - background ) ;
padding : 0 1 rem ;
width : 100 % ;
min - height : 3 rem ;
color : var ( -- foreground ) ;
}
2021-06-04 20:44:46 +00:00
input [ type = 'text' ] ,
input [ type = 'password' ] ,
2021-03-12 19:45:44 +00:00
input [ type = 'number' ] {
padding : 0 16 px ;
}
input [ type = 'checkbox' ] {
display : inline - block ;
position : relative ;
opacity : 0.5 ;
margin : 3 px ;
border : 2 px solid gray ;
border - radius : 2 px ;
background - color : none ;
padding : 7 px ;
}
input [ type = 'checkbox' ] : checked {
opacity : 1 ;
border - width : 0 ;
background - color : var ( -- primary - color ) ;
background - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) ;
background - position : center center ;
padding : 9 px ;
color : var ( -- primary - text ) ;
}
select {
background - clip : border - box ;
background - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill:gray;fill-opacity:0.5' d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) ;
background - position : calc ( 100 % - 8 px ) center ;
background - repeat : no - repeat ;
background - size : 24 px ;
padding - right : 40 px ;
}
a {
color : dodgerblue ;
2021-06-04 20:44:46 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 6);var css_248z $ 5= ` /* Button */
2021-03-12 19:45:44 +00:00
. btn {
position : relative ;
height : 2 rem ;
padding - left : 0.5 rem ;
padding - right : 0.5 rem ;
padding - top : 0 ;
padding - bottom : 0 ;
font - size : 0.875 rem ;
font - weight : 600 ;
text - transform : uppercase ;
border - width : 1 px ;
border - color : transparent ;
border - style : solid ;
border - radius : 0.25 rem ;
-- text - opacity : 1 ;
color : hsl ( 0 , 0 % , 90 % ) ;
color : rgba ( 229.5 , 229.5 , 229.5 , var ( -- text - opacity ) ) ;
font - family : inherit ;
transition : transform 50 ms ease - in - out ;
}
. btn : active {
transform : scale ( 0.98 ) ;
}
. btn [ disabled ] {
-- text - opacity : 1 ;
color : # e2e8f0 ;
color : rgba ( 226 , 232 , 240 , var ( -- text - opacity ) ) ;
-- bg - opacity : 1 ;
background - color : # 718096 ;
background - color : rgba ( 113 , 128 , 150 , var ( -- bg - opacity ) ) ;
opacity : 0.75 ;
cursor : not - allowed ;
}
. btn - only - icon {
display : flex ;
align - items : center ;
justify - content : center ;
width : 3 rem ;
padding - left : 0.25 rem ;
padding - right : 0.25 rem ;
padding - top : 0 ;
padding - bottom : 0 ;
min - width : 24 px ;
}
. btn - primary {
-- bg - opacity : 1 ;
background - color : hsl ( 210 , 100 % , 52 % ) ;
background - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- bg - opacity ) ) ;
}
. btn - primary : hover {
-- bg - opacity : 1 ;
background - color : # 3182 ce ;
background - color : rgba ( 49 , 130 , 206 , var ( -- bg - opacity ) ) ;
border - color : var ( -- foreground ) ;
}
/* Section tabs */
. section - tabs {
display : flex ;
margin - top : 1 rem ;
margin - bottom : 1.5 rem ;
list - style - type : none ;
cursor : pointer ;
}
. section - tabs _ _tab {
flex : 1 1 0 % ;
padding : 0.75 rem ;
font - size : 1.25 rem ;
text - align : center ;
text - transform : capitalize ;
border - top - width : 4 px ;
border - bottom - right - radius : 0.25 rem ;
border - bottom - left - radius : 0.25 rem ;
border - color : var ( -- foreground ) ;
background - color : var ( -- main - background ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. section - tabs _ _tab . active {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) ) ;
-- border - opacity : 1 ;
border - color : hsl ( 210 , 100 % , 52 % ) ;
border - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- border - opacity ) ) ;
background - color : var ( -- main - background ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. section - tabs _ _tab : hover {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) ) ;
-- border - opacity : 1 ;
border - color : hsl ( 210 , 100 % , 52 % ) ;
border - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- border - opacity ) ) ;
background - color : var ( -- secondary - background ) ;
-- bg - opacity : 0.25 ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* Image header */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. image - header header {
padding - left : 1.5 rem ;
padding - right : 1.5 rem ;
padding - top : 14 rem ;
padding - bottom : 0.5 rem ;
background - size : cover ;
border - top - left - radius : 0.5 rem ;
border - top - right - radius : 0.5 rem ;
background - position : 0 % 35 % ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* Fixed footer */
. fixed - footer footer {
position : sticky ;
bottom : 0 ;
display : flex ;
flex - direction : row ;
align - items : center ;
justify - content : flex - end ;
width : 100 % ;
height : 4 rem ;
margin - top : 1.5 rem ;
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* Release grid */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. release - grid {
display : grid ;
grid - gap : 1 rem ;
gap : 1 rem ;
grid - template - columns : repeat ( auto - fill , minmax ( 10 rem , 1 fr ) ) ;
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 5);var css_248z $ 4= ` . changing - theme {
2021-03-12 19:45:44 +00:00
/* Applied to ALL elements when changing theme */
transition : all 200 ms ease - in - out ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
[ v - cloak ] {
/* Attribute removed after that a component finished loading */
display : none ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. clickable {
cursor : pointer ! important ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. coverart {
/* ? Why? */
background - color : var ( -- secondary - background ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. release {
display : inline - block ;
width : 156 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. spin {
animation : spin 500 ms infinite ease - out reverse ;
}
2020-11-28 21:11:11 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes spin {
0 % {
transform : rotate ( 0 deg ) ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
100 % {
transform : rotate ( 360 deg ) ;
2020-11-11 08:29:18 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes spin {
0 % {
transform : rotate ( 0 deg ) ;
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
100 % {
transform : rotate ( 360 deg ) ;
2020-11-10 23:19:43 +00:00
}
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 4);var css_248z $ 3= ` . primary - text {
2021-03-12 19:45:44 +00:00
margin - bottom : 0.25 rem ;
transition - property : background - color , border - color , color , fill , stroke ;
transition - duration : 200 ms ;
transition - timing - function : cubic - bezier ( 0.4 , 0 , 0.2 , 1 ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. primary - text : hover {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. secondary - text {
margin - bottom : 0.25 rem ;
font - size : 0.875 rem ;
opacity : 0.75 ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. uppercase - first - letter : : first - letter {
text - transform : uppercase ;
2021-06-02 13:32:45 +00:00
} \ r
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 3);var css_248z $ 2= ` . table {
2021-03-12 19:45:44 +00:00
width : 100 % ;
- webkit - border - horizontal - spacing : 0 px ;
- webkit - border - vertical - spacing : 0 px ;
/* === Tracks Table === */
/* === Tracklist Table === */
/* === Charts Table === */
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tbody tr : not ( . table _ _row - no - highlight ) : hover {
background : var ( -- table - highlight ) ;
cursor : default ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tr {
transition : background - color 175 ms ease - in - out ;
background : var ( -- table - bg ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tr : nth - child ( even ) {
transition : background - color 175 ms ease - in - out ;
background : var ( -- table - zebra ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tr : not ( : last - child ) {
border - bottom : 1 px solid var ( -- table - highlight ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td ,
. table th {
vertical - align : middle ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sortable {
- webkit - user - select : none ;
- moz - user - select : none ;
- ms - user - select : none ;
user - select : none ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sort - asc : : after ,
. table th . sort - desc : : after {
padding - left : 3 px ;
line - height : 0.7 em ;
font - size : 0.7 em ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sort - asc : : after {
content : '\\25b2' ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sort - desc : : after {
content : '\\25bc' ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td {
padding : 7 px 10 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td : first - child {
padding : 7 px 10 px 7 px 20 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td : last - child {
padding : 7 px 20 px 7 px 10 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td img {
vertical - align : middle ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table -- tracks {
border - collapse : collapse ;
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table -- tracks thead {
border - bottom : 2 px solid var ( -- table - highlight ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : first - child td : first - child {
border - top - left - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : first - child td : last - child {
border - top - right - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : last - child td : first - child {
border - bottom - left - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : last - child td : last - child {
border - bottom - right - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist thead {
border - bottom : 2 px solid var ( -- table - highlight ) ;
text - transform : capitalize ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist th {
padding : 7 px 10 px ;
height : 45 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist th : first - child {
padding : 7 px 10 px 7 px 20 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist th : last - child {
padding : 7 px 20 px 7 px 10 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist td {
height : 35 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- charts td {
height : 35 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _icon {
box - sizing : content - box ;
width : 32 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _icon -- big {
width : 48 px ;
text - align : center ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- x - small {
width : 0.32 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- small {
width : 3.2 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- medium {
width : 28.7 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- large {
width : 50 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- left {
text - align : left ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- center {
text - align : center ;
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- right {
text - align : right ;
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. table . table _ _cell - content . table _ _cell - content -- vertical - center {
display : flex ;
align - items : center ;
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. track _row > td > img {
width : 32 px ;
height : 32 px ;
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. track _row > td > a > img {
width : 56 px ;
height : 56 px ;
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. table -- tracklist . clickable : hover ,
. table -- charts . clickable : hover {
text - decoration : underline ;
}
2021-06-04 20:44:46 +00:00
` ;styleInject(css_248z $ 2);class CustomSocket extends WebSocket{constructor(a){super(a);this.listeners={}}emit(a,n){if(this.readyState!==WebSocket.OPEN)return!1;this.send(JSON.stringify({key:a,data:n}))}on(a,n){Object.keys(this.listeners).includes(a)||(this.listeners[a]=n,this.addEventListener("message",r=>{const i=JSON.parse(r.data);i.key===a&&n(i.data)}))}off(a){Object.keys(this.listeners).includes(a)&&(this.removeEventListener("message",this.listeners[a]),delete this.listeners[a])}}const socket=new CustomSocket("ws://"+location.host+"/");var __vue_render__ $ x=function(e,a){var n=a._c;return n("div",{directives:[{name:"show",rawName:"v-show",value:!a.props.hidden,expression:"!props.hidden"}],staticClass:"flex justify-center items-center flex-col flex-1 h-full",class:a.props.additionalClasses},[n("span",{staticClass:"mb-5"},[a._v(a._s(a.props.text||"Loading..."))]),a._v(" "),a._m(0)])},__vue_staticRenderFns__ $ x=[function(e,a){var n=a._c;return n("div",{staticClass:"lds-ring"},[n("div"),a._v(" "),n("div"),a._v(" "),n("div"),a._v(" "),n("div")])}];const __vue_inject_styles__ $ x=function(e){!e||e("data-v-4e4e821e_0",{source:".lds-ring[data-v-4e4e821e]{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div[data-v-4e4e821e]{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring-data-v-4e4e821e 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div[data-v-4e4e821e]:nth-child(1){animation-delay:-.45s}.lds-ring div[data-v-4e4e821e]:nth-child(2){animation-delay:-.3s}.lds-ring div[data-v-4e4e821e]:nth-child(3){animation-delay:-.15s}@keyframes lds-ring-data-v-4e4e821e{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",map:void 0,media:void 0})},__vue_scope_id__ $ x="data-v-4e4e821e",__vue_module_identifier__ $ e=void 0,__vue_is_functional_template__ $ x=!0;function __vue_normalize__ $ x(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="BaseLoadingPlaceholder.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ e(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ e.styles||(__vue_create_injector__ $ e.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var BaseLoadingPlaceholder=__vue_normalize__ $ x({render:__vue_render__ $ x,staticRenderFns:__vue_staticRenderFns__ $ x},__vue_inject_styles__ $ x,{},__vue_scope_id__ $ x,__vue_is_functional_template__ $ x,__vue_module_identifier__ $ e,__vue_create_injector__ $ e);function fetchData(e,a={},n="GET"){const r=new URL( ` $ { window . location . origin } / api / $ { e } ` );return Object.keys(a).forEach(i=>{r.searchParams.append(i,a[i])}),fetch(r.href,{method:n}).then(i=>i.json()).catch(i=>(console.error("There has been a problem with your fetch operation:",i),Promise.reject(i)))}const postToServer=(e,a)=>{const n=new URL( ` $ { window . location . origin } / api / $ { e } ` );return fetch(n,{body:JSON.stringify(a),headers:{"Content-Type":"application/json"},method:"POST"}).then(r=>{if(!r.ok)throw new Error("Network response was not ok");return r.json()}).catch(r=>{console.error("There has been a problem with your fetch operation:",r)})};function sendAddToQueue(e,a=null){if(!e)throw new Error("No URL given to sendAddToQueue function!");fetchData("addToQueue",{url:e,bitrate:a},"POST")}function aggregateDownloadLinks(e){return e.map(n=>n.link).join(";")}function generatePath(e){if(!e)throw new Error("No element passed to the generatePath function!");const a=[e];for(;(e=e.parentNode)&&e!==document;)a.push(e);return a}function isValidURL(e){const a=e.toLowerCase();if(a.startsWith("http")){if(a.includes("deezer.com")||a.includes("deezer.page.link")||a.includes("open.spotify.com")||a.includes("link.tospotify.com"))return!0}else if(a.startsWith("spotify:"))return!0;return!1}function convertDuration(e){let a,n;return a=Math.floor(e/60),n=e-a*60,n<10&&(n="0"+n),a+":"+n}function convertDurationSeparated(e){let a,n,r;return n=Math.floor(e/60),a=Math.floor(n/60),r=e-n*60,n-=a*60,[a,n,r]}const numberWithDots=e=>e.toString().replace(/ \B (?=( \d {3})+(?! \d ))/g,".");function debounce $ 1(e,a,n){let r;return function(){const i=this,s=arguments,l=function(){r=null,n||e.apply(i,s)},c=n&&!r;clearTimeout(r),r=setTimeout(l,a),c&&e.apply(i,s)}}function copyToClipboard(e){const a=document.createElement("input");document.body.appendChild(a),a.setAttribute("type","text"),a.setAttribute("value",e),a.select(),a.setSelectionRange(0,99999),document.execCommand("copy"),a.remove()}function getPropertyWithFallback(e,...a){for(const n of a){const i=/ \. /.test(n)?n.split(".").reduce((s,l)=>{if(s)return s[l]},e):e[n];if(typeof i!="undefined")return i}return null}var Utils={isValidURL,convertDuration,convertDurationSeparated,numberWithDots,debounce:debounce $ 1};const downloadQualities=[{objName:"flac",label:"FLAC",value:9},{objName:"320kbps",label:"MP3 320kbps",value:3},{objName:"128kbps",label:"MP3 128kbps",value:1},{objName:"realityAudioHQ",label:"360 Reality Audio [HQ]",value:15},{objName:"realityAudioMQ",label:"360 Reality Audio [MQ]",value:14},{objName:"realityAudioLQ",label:"360 Reality Audio [LQ]",value:13}];var script $ v={data(){return{menuOpen:!1,xPos:0,yPos:0,deezerHref:"",generalHref:"",imgSrc:""}},computed:{options(){const e={cut:{label:this. $ t("globals.cut"),show:!1,position:1,action:()=>{document.execCommand("Cut")}},copy:{label:this. $ t("globals.copy"),show:!1,position:2,action:()=>{document.execCommand("Copy")}},copyLink:{label:this. $ t("globals.copyLink"),show:!1,position:3,action:()=>{copyToClipboard(this.generalHref)}},copyImageLink:{label:this. $ t("globals.copyImageLink"),show:!1,position:4,action:()=>{copyToClipboard(this.imgSrc)}},copyDeezerLink:{label:this. $ t("globals.copyDeezerLink"),show:!1,position:5,action:()=>{copyToClipboard(this.deezerHref)}},paste:{label:this. $ t("globals.paste"),show:!1,position:6,action:()=>{clipboard in navigator?navigator.clipboard.readText().then(n=>{document.execCommand("insertText",void 0,n)}):document.execCommand("paste")}}},a=Object.values(e).length+1;return downloadQualities.forEach((n,r)=>{e[n.objName]={label: ` $ { this . $t ( "globals.download" , { thing : n . label } ) } ` ,show:!1,position:a+r,action:sendAddToQueue.b
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var TheContextMenu=__vue_normalize__ $ w({render:__vue_render__ $ w,staticRenderFns:__vue_staticRenderFns__ $ w},__vue_inject_styles__ $ w,__vue_script__ $ v,__vue_scope_id__ $ w,__vue_is_functional_template__ $ w,__vue_module_identifier__ $ d,__vue_create_injector__ $ d);/*!
2021-05-05 18:59:27 +00:00
* vuex v3 . 6.2
* ( c ) 2021 Evan You
2021-03-12 19:45:44 +00:00
* @ license MIT
2021-06-04 20:44:46 +00:00
* /function applyMixin(e){var a=Number(e.version.split(".")[0]);if(a>=2)e.mixin({beforeCreate:r});else{var n=e.prototype._init;e.prototype._init=function(i){i===void 0&&(i={}),i.init=i.init?[r].concat(i.init):r,n.call(this,i)}}function r(){var i=this.$options;i.store?this.$store=typeof i.store=="function"?i.store():i.store:i.parent&&i.parent.$store&&(this.$store=i.parent.$store)}}var target=typeof window!="undefined"?window:typeof global!="undefined"?global:{},devtoolHook=target.__VUE_DEVTOOLS_GLOBAL_HOOK__;function devtoolPlugin(e){!devtoolHook||(e._devtoolHook=devtoolHook,devtoolHook.emit("vuex:init",e),devtoolHook.on("vuex:travel-to-state",function(a){e.replaceState(a)}),e.subscribe(function(a,n){devtoolHook.emit("vuex:mutation",a,n)},{prepend:!0}),e.subscribeAction(function(a,n){devtoolHook.emit("vuex:action",a,n)},{prepend:!0}))}function find(e,a){return e.filter(a)[0]}function deepCopy(e,a){if(a===void 0&&(a=[]),e===null||typeof e!="object")return e;var n=find(a,function(i){return i.original===e});if(n)return n.copy;var r=Array.isArray(e)?[]:{};return a.push({original:e,copy:r}),Object.keys(e).forEach(function(i){r[i]=deepCopy(e[i],a)}),r}function forEachValue(e,a){Object.keys(e).forEach(function(n){return a(e[n],n)})}function isObject$2(e){return e!==null&&typeof e=="object"}function isPromise(e){return e&&typeof e.then=="function"}function partial(e,a){return function(){return e(a)}}var Module=function(a,n){this.runtime=n,this._children=Object.create(null),this._rawModule=a;var r=a.state;this.state=(typeof r=="function"?r():r)||{}},prototypeAccessors$2={namespaced:{configurable:!0}};prototypeAccessors$2.namespaced.get=function(){return!!this._rawModule.namespaced},Module.prototype.addChild=function(a,n){this._children[a]=n},Module.prototype.removeChild=function(a){delete this._children[a]},Module.prototype.getChild=function(a){return this._children[a]},Module.prototype.hasChild=function(a){return a in this._children},Module.prototype.update=function(a){this._rawModule.namespaced=a.namespaced,a.actions&&(this._rawModule.actions=a.actions),a.mutations&&(this._rawModule.mutations=a.mutations),a.getters&&(this._rawModule.getters=a.getters)},Module.prototype.forEachChild=function(a){forEachValue(this._children,a)},Module.prototype.forEachGetter=function(a){this._rawModule.getters&&forEachValue(this._rawModule.getters,a)},Module.prototype.forEachAction=function(a){this._rawModule.actions&&forEachValue(this._rawModule.actions,a)},Module.prototype.forEachMutation=function(a){this._rawModule.mutations&&forEachValue(this._rawModule.mutations,a)},Object.defineProperties(Module.prototype,prototypeAccessors$2);var ModuleCollection=function(a){this.register([],a,!1)};ModuleCollection.prototype.get=function(a){return a.reduce(function(n,r){return n.getChild(r)},this.root)},ModuleCollection.prototype.getNamespace=function(a){var n=this.root;return a.reduce(function(r,i){return n=n.getChild(i),r+(n.namespaced?i+"/ ":" ")}," ")},ModuleCollection.prototype.update=function(a){update$1([],this.root,a)},ModuleCollection.prototype.register=function(a,n,r){var i=this;r===void 0&&(r=!0);var s=new Module(n,r);if(a.length===0)this.root=s;else{var l=this.get(a.slice(0,-1));l.addChild(a[a.length-1],s)}n.modules&&forEachValue(n.modules,function(c,o){i.register(a.concat(o),c,r)})},ModuleCollection.prototype.unregister=function(a){var n=this.get(a.slice(0,-1)),r=a[a.length-1],i=n.getChild(r);!i||!i.runtime||n.removeChild(r)},ModuleCollection.prototype.isRegistered=function(a){var n=this.get(a.slice(0,-1)),r=a[a.length-1];return n?n.hasChild(r):!1};function update$1(e,a,n){if(a.update(n),n.modules)for(var r in n.modules){if(!a.getChild(r))return;update$1(e.concat(r),a.getChild(r),n.modules[r])}}var Vue$1,Store=function(a){var n=this;a===void 0&&(a={}),!Vue$1&&typeof window!=" undefined " && window . Vue && install$2 ( window . Vue ) ; var r = a . plugins ; r === void 0 && ( r = [ ] ) ; var i = a . strict ; i === void 0 && ( i = ! 1 ) , this . _committing = ! 1 , this . _actions = Object . create ( null ) , this . _actionSubscribers = [ ] , this . _mutations = Object . create ( null ) , this . _wrappedGetters = Object . create ( null ) , this
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("globals.download",{thing:"FLAC"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"3"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"MP3 320kbps"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"1"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"MP3 128kbps"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"15"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"360 Reality Audio [HQ]"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"14"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"360 Reality Audio [MQ]"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"13"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"360 Reality Audio [LQ]"}))+ `
2021-06-04 20:44:46 +00:00
` )])])])},__vue_staticRenderFns__ $ u=[];const __vue_inject_styles__ $ u=function(e){!e||e("data-v-131e5ea5_0",{source:".smallmodal{position:fixed;z-index:1250;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4);animation-duration:.3s}.smallmodal-content{--modal-content-width:95%;background-color:transparent;margin:auto;width:var(--modal-content-width);position:relative;top:50%;transform:translateY(-50%)}@media only screen and (min-width:601px){.smallmodal-content{--modal-content-width:85%}}@media only screen and (min-width:993px){.smallmodal-content{--modal-content-width:70%}}.smallmodal-content button{width:100%;margin-bottom:8px}",map:void 0,media:void 0})},__vue_scope_id__ $ u=void 0,__vue_module_identifier__ $ c=void 0,__vue_is_functional_template__ $ u=!1;function __vue_normalize__ $ u(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="TheQualityModal.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ c(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ c.styles||(__vue_create_injector__ $ c.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var TheQualityModal=__vue_normalize__ $ u({render:__vue_render__ $ u,staticRenderFns:__vue_staticRenderFns__ $ u},__vue_inject_styles__ $ u,__vue_script__ $ t,__vue_scope_id__ $ u,__vue_is_functional_template__ $ u,__vue_module_identifier__ $ c,__vue_create_injector__ $ c);const links=[{name:"home",ariaLabel:"home",routerName:"Home",icon:"home",label:"sidebar.home"},{name:"search",ariaLabel:"search",routerName:"Search",icon:"search",label:"sidebar.search"},{name:"charts",ariaLabel:"charts",routerName:"Charts",icon:"show_chart",label:"sidebar.charts"},{name:"favorites",ariaLabel:"favorites",routerName:"Favorites",icon:"star",label:"sidebar.favorites"},{name:"analyzer",ariaLabel:"link analyzer",routerName:"Link Analyzer",icon:"link",label:"sidebar.linkAnalyzer"},{name:"settings",ariaLabel:"settings",routerName:"Settings",icon:"settings",label:"sidebar.settings"},{name:"logs",ariaLabel:"logs",routerName:"Logs",icon:"description",label:"sidebar.logs"},{name:"about",ariaLabel:"info",routerName:"About",icon:"info",label:"sidebar.about"}],THEMES={dark:"dark",light:"light",purple:"purple"},initialTheme=localStorage.getItem("selectedTheme")||document.documentElement.dataset.theme||THEMES.dark,currentTheme=ref(initialTheme);watch(currentTheme,(e,a)=>{a!==e&&(localStorage.setItem("selectedTheme",e),document.documentElement.dataset.theme=e,animateAllElements())});function animateAllElements(){const e=document.querySelectorAll("*");e.forEach(a=>{a.classList.add("changing-theme")}),document.documentElement.addEventListener("transitionend",function a(){e.forEach(n=>{n.classList.remove("changing-theme")}),document.documentElement.removeEventListener("transitionend",a)})}const useTheme=()=>({THEMES,currentTheme});var deemixIcon= ` < ? xml version = "1.0" encoding = "UTF-8" standalone = "no" ? > \ r
2021-06-02 13:32:45 +00:00
< svg xmlns : dc = "http://purl.org/dc/elements/1.1/" xmlns : cc = "http://creativecommons.org/ns#" xmlns : rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns : svg = "http://www.w3.org/2000/svg" xmlns = "http://www.w3.org/2000/svg" xmlns : xlink = "http://www.w3.org/1999/xlink" id = "svg8" version = "1.1" viewBox = "0 0 26.458333 26.458334" height = "100" width = "100" > \ r
< defs id = "defs2" > \ r
< linearGradient id = "linearGradient3062" > \ r
< stop id = "stop3058" offset = "0" style = "stop-color:#007aff;stop-opacity:1" / > \ r
< stop id = "stop3060" offset = "1" style = "stop-color:#ffffff;stop-opacity:1" / > \ r
< / l i n e a r G r a d i e n t > \ r
< linearGradient id = "linearGradient3021" > \ r
< stop id = "stop3017" offset = "0" style = "stop-color:#007aff;stop-opacity:1;" / > \ r
< stop id = "stop3019" offset = "1" style = "stop-color:#5856d6;stop-opacity:1" / > \ r
< / l i n e a r G r a d i e n t > \ r
< linearGradient gradientUnits = "userSpaceOnUse" y2 = "13.229167" x2 = "34.355733" y1 = "13.229167" x1 = "30.794743" id = "linearGradient3023" xlink : href = "#linearGradient3021" / > \ r
< linearGradient gradientUnits = "userSpaceOnUse" y2 = "19.84375" x2 = "17.671497" y1 = "6.6145835" x1 = "17.671497" id = "linearGradient3052" xlink : href = "#linearGradient3021" / > \ r
< linearGradient gradientUnits = "userSpaceOnUse" y2 = "14.227382" x2 = "19.887888" y1 = "8.8379784" x1 = "19.89489" id = "linearGradient3064" xlink : href = "#linearGradient3062" / > \ r
< linearGradient y2 = "14.211194" x2 = "19.930443" y1 = "8.8194542" x1 = "19.931946" gradientUnits = "userSpaceOnUse" id = "linearGradient3386" xlink : href = "#linearGradient3062" / > \ r
< mask id = "mask9169" maskUnits = "userSpaceOnUse" > \ r
< g id = "use9171" transform = "matrix(0.06666667,0,0,0.06666667,11.1125,6.6145832)" > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect9745" width = "2.54" height = "30.956251" x = "30.956251" y = "4.9999999e-06" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect9747" width = "30.956251" height = "2.54" x = "0" y = "30.956257" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9749" width = "2.54" height = "30.956251" x = "64.452499" y = "4.9999999e-06" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9751" width = "30.956251" height = "2.54" x = "33.49625" y = "30.956257" / > \ r
< rect y = "4.9999999e-06" x = "97.948746" height = "30.956251" width = "2.54" id = "use9753" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "30.956257" x = "66.9925" height = "2.54" width = "30.956251" id = "use9755" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9757" width = "2.54" height = "30.956251" x = "131.44499" y = "4.9999999e-06" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9759" width = "30.956251" height = "2.54" x = "100.48875" y = "30.956257" / > \ r
< rect y = "4.9999999e-06" x = "164.94124" height = "30.956251" width = "2.54" id = "use9761" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "30.956257" x = "133.985" height = "2.54" width = "30.956251" id = "use9763" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9765" width = "30.956251" height = "2.54" x = "167.48125" y = "30.956257" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9767" width = "2.54" height = "30.956251" x = "30.956251" y = "33.496254" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9769" width = "30.956251" height = "2.54" x = "0" y = "64.452507" / > \ r
< rect y = "33.496254" x = "64.452499" height = "30.956251" width = "2.54" id = "use9771" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "64.452507" x = "33.49625" height = "2.54" width = "30.956251" id = "use9773" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9775" width = "2.54" height = "30.956251" x = "97.948746" y = "33.496254" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9777" width = "30.956251" height = "2.54" x = "66.9925" y = "64.452507" / > \ r
< rect y = "33.496254" x = "131.44499" height = "30.956251" width = "2.54" id = "use9779" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "64.452507" x = "100.48875" height = "2.54" width = "30.956251" id = "use9781" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9783" width = "2.54" height = "30.956251" x = "164.94124" y = "33.496254" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9785" width = "30.956251" height = "2.54" x = "133.985" y = "64.452507" / > \ r
< rect y = "64.452507" x = "167.48125" height = "2.54" width = "30.956251" id = "use9787" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "66.992508" x = "30.956251" height = "30.956251" width = "2.54" id = "use9789" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "97.948761" x = "0" height = "2.54" width = "30.956251" id = "use9791" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9793" width = "2.54" height = "30.956251" x = "64.452499" y = "66.992508" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9795" width = "30.956251" height = "2.54" x = "33.49625" y = "97.948761" / > \ r
< rect y = "66.992508" x = "97.948746" height = "30.956251" width = "2.54" id = "use9797" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "97.948761" x = "66.9925" height = "2.54" width = "30.956251" id = "use9799" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9801" width = "2.54" height = "30.956251" x = "131.44499" y = "66.992508" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9803" width = "30.956251" height = "2.54" x = "100.48875" y = "97.948761" / > \ r
< rect y = "66.992508" x = "164.94124" height = "30.956251" width = "2.54" id = "use9805" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "97.948761" x = "133.985" height = "2.54" width = "30.956251" id = "use9807" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9809" width = "30.956251" height = "2.54" x = "167.48125" y = "97.948761" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9811" width = "2.54" height = "30.956251" x = "30.956251" y = "100.48876" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9813" width = "30.956251" height = "2.54" x = "0" y = "131.44501" / > \ r
< rect y = "100.48876" x = "64.452499" height = "30.956251" width = "2.54" id = "use9815" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "131.44501" x = "33.49625" height = "2.54" width = "30.956251" id = "use9817" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9819" width = "2.54" height = "30.956251" x = "97.948746" y = "100.48876" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9821" width = "30.956251" height = "2.54" x = "66.9925" y = "131.44501" / > \ r
< rect y = "100.48876" x = "131.44499" height = "30.956251" width = "2.54" id = "use9823" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "131.44501" x = "100.48875" height = "2.54" width = "30.956251" id = "use9825" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9827" width = "2.54" height = "30.956251" x = "164.94124" y = "100.48876" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9829" width = "30.956251" height = "2.54" x = "133.985" y = "131.44501" / > \ r
< rect y = "131.44501" x = "167.48125" height = "2.54" width = "30.956251" id = "use9831" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "133.98502" x = "30.956251" height = "30.956251" width = "2.54" id = "use9833" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "164.94125" x = "0" height = "2.54" width = "30.956251" id = "use9835" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9837" width = "2.54" height = "30.956251" x = "64.452499" y = "133.98502" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9839" width = "30.956251" height = "2.54" x = "33.49625" y = "164.94125" / > \ r
< rect y = "133.98502" x = "97.948746" height = "30.956251" width = "2.54" id = "use9841" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "164.94125" x = "66.9925" height = "2.54" width = "30.956251" id = "use9843" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9845" width = "2.54" height = "30.956251" x = "131.44499" y = "133.98502" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9847" width = "30.956251" height = "2.54" x = "100.48875" y = "164.94125" / > \ r
< rect y = "133.98502" x = "164.94124" height = "30.956251" width = "2.54" id = "use9849" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "164.94125" x = "133.985" height = "2.54" width = "30.956251" id = "use9851" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9853" width = "30.956251" height = "2.54" x = "167.48125" y = "164.94125" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9855" width = "2.54" height = "30.956251" x = "30.956251" y = "167.48126" / > \ r
< rect y = "167.48126" x = "64.452499" height = "30.956251" width = "2.54" id = "use9857" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9859" width = "2.54" height = "30.956251" x = "97.948746" y = "167.48126" / > \ r
< rect y = "167.48126" x = "131.44499" height = "30.956251" width = "2.54" id = "use9861" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9863" width = "2.54" height = "30.956251" x = "164.94124" y = "167.48126" / > \ r
< rect ry = "2.1674161" y = "4.9999999e-06" x = "-1.0980834e-06" height = "30.956251" width = "30.956251" id = "rect9865" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "33.496254" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9867" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "33.496254" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9869" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "33.496258" x = "133.985" height = "30.956251" width = "30.956251" id = "use9871" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "66.992508" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9873" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "66.992508" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9875" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "66.992508" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9877" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "66.992508" x = "133.985" height = "30.956251" width = "30.956251" id = "use9879" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "66.992508" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9881" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "100.48876" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9883" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "100.48876" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9885" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "100.48876" x = "66.9925" height = "30.956251" width = "30.956251" id = "use9887" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "100.48876" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9889" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "100.48876" x = "133.985" height = "30.956251" width = "30.956251" id = "use9891" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "100.48876" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9893" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9895" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9897" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "133.98502" ry = "2.1674161" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9899" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "66.9925" height = "30.956251" width = "30.956251" id = "use9901" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9903" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "133.985" height = "30.956251" width = "30.956251" id = "use9905" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9907" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "167.48126" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9909" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "167.48126" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9911" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "167.48126" x = "66.9925" height = "30.956251" width = "30.956251" id = "use9913" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "167.48126" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9915" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "167.48126" x = "133.985" height = "30.956251" width = "30.956251" id = "use9917" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect ry = "2.1674161" y = "167.48126" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9919" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< / g > \ r
< / m a s k > \ r
< mask maskUnits = "userSpaceOnUse" id = "mask9169-3" > \ r
< g transform = "matrix(0.06666667,0,0,0.06666667,11.1125,6.6145832)" id = "use9171-6" > \ r
< rect y = "4.9999999e-06" x = "30.956251" height = "30.956251" width = "2.54" id = "rect9745-7" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "30.956257" x = "0" height = "2.54" width = "30.956251" id = "rect9747-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "4.9999999e-06" x = "64.452499" height = "30.956251" width = "2.54" id = "use9749-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "30.956257" x = "33.49625" height = "2.54" width = "30.956251" id = "use9751-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9753-6" width = "2.54" height = "30.956251" x = "97.948746" y = "4.9999999e-06" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9755-2" width = "30.956251" height = "2.54" x = "66.9925" y = "30.956257" / > \ r
< rect y = "4.9999999e-06" x = "131.44499" height = "30.956251" width = "2.54" id = "use9757-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "30.956257" x = "100.48875" height = "2.54" width = "30.956251" id = "use9759-1" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9761-2" width = "2.54" height = "30.956251" x = "164.94124" y = "4.9999999e-06" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9763-7" width = "30.956251" height = "2.54" x = "133.985" y = "30.956257" / > \ r
< rect y = "30.956257" x = "167.48125" height = "2.54" width = "30.956251" id = "use9765-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "33.496254" x = "30.956251" height = "30.956251" width = "2.54" id = "use9767-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "64.452507" x = "0" height = "2.54" width = "30.956251" id = "use9769-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9771-6" width = "2.54" height = "30.956251" x = "64.452499" y = "33.496254" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9773-0" width = "30.956251" height = "2.54" x = "33.49625" y = "64.452507" / > \ r
< rect y = "33.496254" x = "97.948746" height = "30.956251" width = "2.54" id = "use9775-6" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "64.452507" x = "66.9925" height = "2.54" width = "30.956251" id = "use9777-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9779-6" width = "2.54" height = "30.956251" x = "131.44499" y = "33.496254" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9781-1" width = "30.956251" height = "2.54" x = "100.48875" y = "64.452507" / > \ r
< rect y = "33.496254" x = "164.94124" height = "30.956251" width = "2.54" id = "use9783-8" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "64.452507" x = "133.985" height = "2.54" width = "30.956251" id = "use9785-7" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9787-9" width = "30.956251" height = "2.54" x = "167.48125" y = "64.452507" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9789-2" width = "2.54" height = "30.956251" x = "30.956251" y = "66.992508" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9791-0" width = "30.956251" height = "2.54" x = "0" y = "97.948761" / > \ r
< rect y = "66.992508" x = "64.452499" height = "30.956251" width = "2.54" id = "use9793-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "97.948761" x = "33.49625" height = "2.54" width = "30.956251" id = "use9795-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9797-7" width = "2.54" height = "30.956251" x = "97.948746" y = "66.992508" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9799-5" width = "30.956251" height = "2.54" x = "66.9925" y = "97.948761" / > \ r
< rect y = "66.992508" x = "131.44499" height = "30.956251" width = "2.54" id = "use9801-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "97.948761" x = "100.48875" height = "2.54" width = "30.956251" id = "use9803-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9805-2" width = "2.54" height = "30.956251" x = "164.94124" y = "66.992508" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9807-8" width = "30.956251" height = "2.54" x = "133.985" y = "97.948761" / > \ r
< rect y = "97.948761" x = "167.48125" height = "2.54" width = "30.956251" id = "use9809-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "100.48876" x = "30.956251" height = "30.956251" width = "2.54" id = "use9811-7" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "131.44501" x = "0" height = "2.54" width = "30.956251" id = "use9813-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9815-6" width = "2.54" height = "30.956251" x = "64.452499" y = "100.48876" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9817-1" width = "30.956251" height = "2.54" x = "33.49625" y = "131.44501" / > \ r
< rect y = "100.48876" x = "97.948746" height = "30.956251" width = "2.54" id = "use9819-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "131.44501" x = "66.9925" height = "2.54" width = "30.956251" id = "use9821-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9823-3" width = "2.54" height = "30.956251" x = "131.44499" y = "100.48876" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9825-1" width = "30.956251" height = "2.54" x = "100.48875" y = "131.44501" / > \ r
< rect y = "100.48876" x = "164.94124" height = "30.956251" width = "2.54" id = "use9827-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "131.44501" x = "133.985" height = "2.54" width = "30.956251" id = "use9829-4" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9831-7" width = "30.956251" height = "2.54" x = "167.48125" y = "131.44501" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9833-8" width = "2.54" height = "30.956251" x = "30.956251" y = "133.98502" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9835-4" width = "30.956251" height = "2.54" x = "0" y = "164.94125" / > \ r
< rect y = "133.98502" x = "64.452499" height = "30.956251" width = "2.54" id = "use9837-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "164.94125" x = "33.49625" height = "2.54" width = "30.956251" id = "use9839-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9841-3" width = "2.54" height = "30.956251" x = "97.948746" y = "133.98502" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9843-6" width = "30.956251" height = "2.54" x = "66.9925" y = "164.94125" / > \ r
< rect y = "133.98502" x = "131.44499" height = "30.956251" width = "2.54" id = "use9845-1" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "164.94125" x = "100.48875" height = "2.54" width = "30.956251" id = "use9847-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9849-6" width = "2.54" height = "30.956251" x = "164.94124" y = "133.98502" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9851-3" width = "30.956251" height = "2.54" x = "133.985" y = "164.94125" / > \ r
< rect y = "164.94125" x = "167.48125" height = "2.54" width = "30.956251" id = "use9853-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect y = "167.48126" x = "30.956251" height = "30.956251" width = "2.54" id = "use9855-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9857-6" width = "2.54" height = "30.956251" x = "64.452499" y = "167.48126" / > \ r
< rect y = "167.48126" x = "97.948746" height = "30.956251" width = "2.54" id = "use9859-1" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9861-5" width = "2.54" height = "30.956251" x = "131.44499" y = "167.48126" / > \ r
< rect y = "167.48126" x = "164.94124" height = "30.956251" width = "2.54" id = "use9863-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect9865-4" width = "30.956251" height = "30.956251" x = "-1.0980834e-06" y = "4.9999999e-06" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9867-7" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "33.496254" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9869-6" width = "30.956251" height = "30.956251" x = "33.49625" y = "33.496254" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9871-5" width = "30.956251" height = "30.956251" x = "133.985" y = "33.496258" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9873-6" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "66.992508" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9875-9" width = "30.956251" height = "30.956251" x = "33.49625" y = "66.992508" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9877-3" width = "30.956251" height = "30.956251" x = "100.48875" y = "66.992508" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9879-7" width = "30.956251" height = "30.956251" x = "133.985" y = "66.992508" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9881-4" width = "30.956251" height = "30.956251" x = "167.48125" y = "66.992508" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9883-5" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "100.48876" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9885-2" width = "30.956251" height = "30.956251" x = "33.49625" y = "100.48876" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9887-5" width = "30.956251" height = "30.956251" x = "66.9925" y = "100.48876" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9889-4" width = "30.956251" height = "30.956251" x = "100.48875" y = "100.48876" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9891-7" width = "30.956251" height = "30.956251" x = "133.985" y = "100.48876" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9893-4" width = "30.956251" height = "30.956251" x = "167.48125" y = "100.48876" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9895-4" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "133.98502" ry = "2.1674161" / > \ r
< rect ry = "2.1674161" y = "133.98502" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9897-3" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9899-0" width = "30.956251" height = "30.956251" x = "33.49625" y = "133.98502" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9901-7" width = "30.956251" height = "30.956251" x = "66.9925" y = "133.98502" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9903-8" width = "30.956251" height = "30.956251" x = "100.48875" y = "133.98502" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9905-6" width = "30.956251" height = "30.956251" x = "133.985" y = "133.98502" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9907-8" width = "30.956251" height = "30.956251" x = "167.48125" y = "133.98502" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9909-8" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "167.48126" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9911-4" width = "30.956251" height = "30.956251" x = "33.49625" y = "167.48126" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9913-3" width = "30.956251" height = "30.956251" x = "66.9925" y = "167.48126" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9915-1" width = "30.956251" height = "30.956251" x = "100.48875" y = "167.48126" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9917-4" width = "30.956251" height = "30.956251" x = "133.985" y = "167.48126" ry = "2.1674161" / > \ r
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9919-9" width = "30.956251" height = "30.956251" x = "167.48125" y = "167.48126" ry = "2.1674161" / > \ r
< / g > \ r
< / m a s k > \ r
< linearGradient xlink : href = "#linearGradient3062" id = "linearGradient3386-6" gradientUnits = "userSpaceOnUse" x1 = "19.931946" y1 = "8.8194542" x2 = "19.930443" y2 = "14.211194" / > \ r
< linearGradient y2 = "19.84375" x2 = "17.671497" y1 = "6.6145835" x1 = "17.671497" gradientUnits = "userSpaceOnUse" id = "linearGradient10573" xlink : href = "#linearGradient3021" / > \ r
< filter id = "filter10820" style = "color-interpolation-filters:sRGB;" > \ r
< feFlood id = "feFlood10810" result = "flood" flood - color = "rgb(0,0,0)" flood - opacity = "1" / > \ r
< feComposite id = "feComposite10812" result = "composite1" operator = "in" in2 = "SourceGraphic" in = "flood" / > \ r
< feGaussianBlur id = "feGaussianBlur10814" result = "blur" stdDeviation = "0.4" in = "composite1" / > \ r
< feOffset id = "feOffset10816" result = "offset" dy = "0" dx = "2.77556e-17" / > \ r
< feComposite id = "feComposite10818" result = "composite2" operator = "over" in2 = "offset" in = "SourceGraphic" / > \ r
< / f i l t e r > \ r
< / d e f s > \ r
< metadata id = "metadata5" > \ r
\ r
< / m e t a d a t a > \ r
< g style = "display:inline" id = "layer2" > \ r
< circle r = "10.583333" cy = "13.229166" cx = "13.229166" id = "path2775" style = "opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / > \ r
< / g > \ r
< g id = "layer3" > \ r
< g style = "filter:url(#filter10820)" id = "g10580" > \ r
< path d = "m 1.0583333,15.404013 c 0,2.777434 1.6195133,4.439737 4.0258347,4.439737 1.1998823,0 2.2096194,-0.353238 2.7734987,-1.281359 V 19.84375 H 10.054166 V 6.6145835 H 7.7724295 V 12.23871 C 7.2544471,11.310591 6.2971638,10.895015 5.0972812,10.895015 2.7499705,10.888139 1.0583333,12.585023 1.0583333,15.404013 Z m 6.78622,0 c 0,1.586116 -1.0228506,2.576572 -2.24896,2.576572 -1.2720065,0 -2.2489601,-0.990456 -2.2489601,-2.576572 0,-1.613818 0.9835102,-2.625053 2.2489601,-2.625053 1.2261094,0 2.24896,1.025086 2.24896,2.625053 z" id = "path8175" style = "opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:0.0673896" / > \ r
< rect style = "opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect10263" width = "26.458332" height = "26.458332" x = "0" y = "5e-07" ry = "0" / > \ r
< g mask = "url(#mask9169-3)" id = "g3068" style = "display:inline" > \ r
< rect style = "opacity:1;fill:url(#linearGradient10573);fill-opacity:1;stroke:none;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect3013" width = "13.229166" height = "13.229166" x = "11.1125" y = "6.614583" ry = "0.017408287" / > \ r
< path style = "fill:url(#linearGradient3386-6);fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d = "m 15.522216,15.434023 h 2.204873 V 8.8194374 h 4.409713 l 1.7e-5,6.6146026 h 2.204856 l -4.409729,4.409712 z" id = "path3056" / > \ r
< / g > \ r
< / g > \ r
< / g > \ r
< g style = "display:inline" id = "layer4" / > \ r
< style type = "text/css" id = "style2777" > \ r
. st0 { fill - rule : evenodd ; clip - rule : evenodd ; fill : # 40 AB5D ; } \ r
. st1 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8192 _1 _ ) ; } \ r
. st2 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8199 _1 _ ) ; } \ r
. st3 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8206 _1 _ ) ; } \ r
. st4 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8213 _1 _ ) ; } \ r
. st5 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8220 _1 _ ) ; } \ r
. st6 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8227 _1 _ ) ; } \ r
. st7 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8234 _1 _ ) ; } \ r
. st8 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8241 _1 _ ) ; } \ r
. st9 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8248 _1 _ ) ; } \ r
< / s t y l e > \ r
2021-06-04 20:44:46 +00:00
< / s v g > ` , s c r i p t $ s = d e f i n e C o m p o n e n t ( { s e t u p ( e , a ) { c o n s t n = r e a c t i v e ( { a c t i v e T a b l i n k : " h o m e " , l i n k s } ) , { T H E M E S : r , c u r r e n t T h e m e : i } = u s e T h e m e ( ) , s = c o m p u t e d ( ( ) = > a . r o o t . $ s t o r e . s t a t e . a p p I n f o . u p d a t e A v a i l a b l e ) ; r e t u r n a . r o o t . $ r o u t e r . a f t e r E a c h ( ( l , c ) = > { c o n s t o = n . l i n k s . f i n d ( u = > u . r o u t e r N a m e = = = l . n a m e ) ; ! o | | ( n . a c t i v e T a b l i n k = o . n a m e ) } ) , { . . . t o R e f s ( n ) , u p d a t e A v a i l a b l e : s , T H E M E S : r , c u r r e n t T h e m e : i , i s S l i m : c o m p u t e d ( ( ) = > a . r o o t . $ s t o r e . g e t t e r s . g e t S l i m S i d e b a r ) , d e e m i x I c o n } } } ) ; c o n s t _ _ v u e _ s c r i p t _ _ $ s = s c r i p t $ s ; v a r _ _ v u e _ r e n d e r _ _ $ t = f u n c t i o n ( ) { v a r e = t h i s , a = e . $ c r e a t e E l e m e n t , n = e . _ s e l f . _ c | | a ; r e t u r n n ( " a s i d e " , { s t a t i c C l a s s : " t o p - 0 l e f t - 0 f l e x f l e x - c o l h - s c r e e n b g - p a n e l s - b g t e x t - f o r e g r o u n d " , c l a s s : { " s l i m - s i d e b a r w - 1 2 " : e . i s S l i m } , s t y l e : { m i n W i d t h : e . i s S l i m ? n u l l : " 1 4 r e m " } , a t t r s : { i d : " s i d e b a r " , " a r i a - l a b e l " : " s i d e b a r " , r o l e : " n a v i g a t i o n " } } , [ n ( " d i v " , { s t a t i c C l a s s : " d e e m i x - i c o n - c o n t a i n e r " , d o m P r o p s : { i n n e r H T M L : e . _ s ( e . d e e m i x I c o n ) } } ) , e . _ v ( " " ) , e . _ l ( e . l i n k s , f u n c t i o n ( r ) { r e t u r n n ( " r o u t e r - l i n k " , { k e y : r . n a m e , s t a t i c C l a s s : " r e l a t i v e f l e x i t e m s - c e n t e r h - 1 6 n o - u n d e r l i n e g r o u p m a i n _ t a b l i n k s h o v e r : b g - b a c k g r o u n d - m a i n t e x t - f o r e g r o u n d " , c l a s s : { " b g - b a c k g r o u n d - m a i n " : e . a c t i v e T a b l i n k = = = r . n a m e } , a t t r s : { " a r i a - l a b e l " : r . a r i a L a b e l , t o : { n a m e : r . r o u t e r N a m e } , t a g : " a " } , n a t i v e O n : { c l i c k : f u n c t i o n ( i ) { e . a c t i v e T a b l i n k = r . n a m e } } } , [ n ( " i " , { s t a t i c C l a s s : " p - 2 t e x t - 3 x l m a t e r i a l - i c o n s s i d e _ i c o n g r o u p - h o v e r : t e x t - p r i m a r y " , c l a s s : { " t e x t - p r i m a r y " : e . a c t i v e T a b l i n k = = = r . n a m e } } , [ e . _ v ( `
2021-06-02 13:32:45 +00:00
` +e._s(r.icon)+ `
2021-03-12 19:45:44 +00:00
` )]),e._v(" "),n("span",{staticClass:"ml-5 overflow-hidden capitalize whitespace-no-wrap main-tablinks-text",class:{hidden:e.isSlim},staticStyle:{"letter-spacing":"1.3px"}},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e. $ t(r.label))+ `
` )]),e._v(" "),r.name==="about"&&e.updateAvailable?n("span",{staticClass:"absolute w-3 h-3 bg-red-600 rounded-full",attrs:{id:"update-notification"}}):e._e()])}),e._v(" "),n("span",{staticClass:"flex h-12 mt-5",class:{"inline-grid gap-2":e.isSlim},attrs:{id:"theme_selector","aria-label":"theme selector",role:"link"}},[n("i",{staticClass:"p-2 text-3xl transition-all duration-500 cursor-default material-icons side_icon side_icon--theme"},[e._v( `
2021-03-12 19:45:44 +00:00
brush
2021-06-04 20:44:46 +00:00
` )]),e._v(" "),n("div",{staticClass:"relative flex items-center w-full justify-evenly",class:{"inline-grid gap-2":e.isSlim},attrs:{id:"theme_togglers"}},e._l(e.THEMES,function(r){return n("div",{key:r,staticClass:"w-6 h-6 border rounded-full cursor-pointer theme_toggler border-grayscale-500 gap",class:[{"theme_toggler--active":e.currentTheme===r},"theme_toggler--"+r],on:{click:function(i){e.currentTheme=r}}})}),0)])],2)},__vue_staticRenderFns__ $ t=[];const __vue_inject_styles__ $ t=function(e){!e||e("data-v-8565b61a_0",{source:".deemix-icon-container[data-v-8565b61a]{display:grid;place-content:center}.slim-sidebar .deemix-icon-container[data-v-8565b61a]{margin:.5rem 0}.slim-sidebar .deemix-icon-container[data-v-8565b61a] svg{height:30px}.deemix-icon-container[data-v-8565b61a] svg{height:75px}#update-notification[data-v-8565b61a]{top:12px;left:30px}.theme_toggler[data-v-8565b61a]{transition:border .2s ease-in-out}.theme_toggler--active[data-v-8565b61a]{border-width:3px}.theme_toggler--light[data-v-8565b61a]{background-color:#fff}.theme_toggler--dark[data-v-8565b61a]{background-color:#141414}.theme_toggler--purple[data-v-8565b61a]{background:#460eaf}",map:void 0,media:void 0})},__vue_scope_id__ $ t="data-v-8565b61a",__vue_module_identifier__ $ b=void 0,__vue_is_functional_template__ $ t=!1;function __vue_normalize__ $ t(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="TheSidebar.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ b(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ b.styles||(__vue_create_injector__ $ b.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var TheSidebar=__vue_normalize__ $ t({render:__vue_render__ $ t,staticRenderFns:__vue_staticRenderFns__ $ t},__vue_inject_styles__ $ t,__vue_script__ $ s,__vue_scope_id__ $ t,__vue_is_functional_template__ $ t,__vue_module_identifier__ $ b,__vue_create_injector__ $ b),script $ r=defineComponent({setup(){return{lastTextSearch:ref("")}},created(){const e=n=>{n.keyCode===70&&n.ctrlKey&&(n.preventDefault(),this. $ refs.searchbar.focus())},a=n=>{!(n.key=="Backspace"&&n.ctrlKey&&n.shiftKey)||(this. $ refs.searchbar.value="",this. $ refs.searchbar.focus())};document.addEventListener("keydown",e),document.addEventListener("keyup",a),this. $ on("hook:destroyed",()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",a)})},methods:{async performSearch(e){if(!(e.keyCode===13))return;const n=this. $ refs.searchbar.value;if(n==="")return;const i=isValidURL(n),s=e.ctrlKey,l=this. $ route.name==="Link Analyzer",c=this. $ route.name==="Search",o=n===this.lastTextSearch;if(i){if(s){this. $ root. $ emit("ContextMenu:searchbar",n);return}if(l)try{const u=await fetchData("analyzeLink",{term:n});if(!!u.errorCode)throw new Error(u.errorMessage);u.type==="track"&&EventBus. $ emit("analyze_track",u),u.type==="album"&&EventBus. $ emit("analyze_album",u);return}catch(u){console.error(u);return}sendAddToQueue(n)}else{if(c&&o)return;this.lastTextSearch=n,await this. $ router.push({name:"Search",query:{term:n}})}}}});const __vue_script__ $ r=script $ r;var __vue_render__ $ s=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("header",{attrs:{id:"search","aria-label":"searchbar"}},[e._m(0),e._v(" "),n("input",{ref:"searchbar",staticClass:"w-full",attrs:{id:"searchbar",autocomplete:"off",type:"search",name:"searchbar",value:"",placeholder:e. $ t("searchbar"),autofocus:""},on:{keyup:function(r){return e.performSearch(r)}}})])},__vue_staticRenderFns__ $ s=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"search__icon"},[n("i",{staticClass:"material-icons"},[e._v("search")])])}];const __vue_inject_styles__ $ s=function(e){!e||e("data-v-c1ffbb4a_0",{source: ` input [ type = search ] : : - webkit - search - cancel - button { - webkit - appearance : none ; width : 28 px ; height : 28 px ; background - color : var ( -- foreground ) ; - webkit - mask - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28' viewBox='0 0 24 24' width='28'%3E%%3Cpath fill='%23ffffff' d='M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z'/%3E3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) ; mask - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28' viewBox='0 0 24 24' width='28'%3E%%3Cpath fill='%23ffffff' d='M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z'/%3E3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) } # search { background - color : var ( -- secondary - background ) ; padding : 0 1 em ; display : flex ; align - items : center ; border : 1 px solid transparent ; transition : border . 2 s ease - in - out ; border - radius : 15 px ; margin : 10 px 10 px 20 px 10 px } # search . search _ _icon { width : 2 rem ; height : 2 rem } # search . search _ _icon i { font - size : 2 rem ; color : var ( -- foreground ) } # search . search _ _icon i : : selection { background : 0 0 } # search # searchbar { height : 45 px ; padding - left : . 5 em ; border : 0 ; border - radius : 0 ; background - color : var ( -- secondary - background ) ; color : var ( -- foreground ) ; font - size : 1.2 rem ; font - family : 'Open Sans' ; font - weight : 300 ; margin - bottom : 0 } # search # searchbar : focus { outline : 0 } # search # searchbar : : - webkit - search - cancel - button { appearance : none ; width : 28 px ; height : 28 px ; background - color : var ( -- foreground ) ; mask - image : url ( " data : image / svg + xml ; charset = utf8 , % 3 Csvg xmlns = 'http://www.w3.org/2000/svg' heigh
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var TheSearchBar=__vue_normalize__ $ s({render:__vue_render__ $ s,staticRenderFns:__vue_staticRenderFns__ $ s},__vue_inject_styles__ $ s,__vue_script__ $ r,__vue_scope_id__ $ s,__vue_is_functional_template__ $ s,__vue_module_identifier__ $ a,__vue_create_injector__ $ a),__vue_render__ $ r=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("button",{staticClass:"btn-primary border-transparent border-solid flex items-center justify-center p-1 m-0 w-16 h-16 rounded-full z-10",on:{click:function(r){return e. $ router.back()}}},[n("i",{staticClass:"material-icons mirrored text-4xl text-white"},[e._v("forward")])])},__vue_staticRenderFns__ $ r=[];const __vue_inject_styles__ $ r=function(e){!e||e("data-v-932b8142_0",{source:"button[data-v-932b8142]{transition:background .2s ease-in-out}",map:void 0,media:void 0})},__vue_scope_id__ $ r="data-v-932b8142",__vue_module_identifier__ $ 9=void 0,__vue_is_functional_template__ $ r=!1;function __vue_normalize__ $ r(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="BackButton.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 9(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 9.styles||(__vue_create_injector__ $ 9.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var BackButton=__vue_normalize__ $ r({render:__vue_render__ $ r,staticRenderFns:__vue_staticRenderFns__ $ r},__vue_inject_styles__ $ r,{},__vue_scope_id__ $ r,__vue_is_functional_template__ $ r,__vue_module_identifier__ $ 9,__vue_create_injector__ $ 9),script $ q={components:{BackButton},data:()=>({performScrolledSearch:!1}),computed:{showBackButton(){return["Tracklist","Artist","Album","Playlist","Spotify Playlist"].includes(this. $ route.name)}},mounted(){this. $ router.beforeEach((e,a,n)=>{this. $ refs.content.scrollTo(0,0),n()})},methods:{handleContentScroll:debounce $ 1(async function(){this. $ refs.content.scrollTop+this. $ refs.content.clientHeight<this. $ refs.content.scrollHeight||(this.performScrolledSearch=!0,await this. $ nextTick(),this.performScrolledSearch=!1)},100)}};const __vue_script__ $ q=script $ q;var __vue_render__ $ q=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("main",{ref:"content",attrs:{id:"content","aria-label":"main content"},on:{scroll:function(r){e. $ route.name==="Search"&&e.handleContentScroll(r)}}},[n("div",{attrs:{id:"container"}},[e.showBackButton?n("BackButton",{staticClass:"sticky -ml-20",staticStyle:{top:"1rem"}}):e._e(),e._v(" "),n("keep-alive",[e. $ route.meta.notKeepAlive?e._e():n("router-view",{key:e. $ route.fullPath,class:{"-mt-16":e.showBackButton},attrs:{"perform-scrolled-search":e.performScrolledSearch}})],1),e._v(" "),e. $ route.meta.notKeepAlive?n("router-view",{key:e. $ route.fullPath,class:{"-mt-16":e.showBackButton},attrs:{"perform-scrolled-search":e.performScrolledSearch}}):e._e()],1)])},__vue_staticRenderFns__ $ q=[];const __vue_inject_styles__ $ q=function(e){!e||e("data-v-079078d8_0",{source:"#container{--container-width:95%;margin:0 auto;max-width:1280px;width:var(--container-width);transform:scale(1)}@media only screen and (min-width:601px){#container{--container-width:85%}}@media only screen and (min-width:993px){#container{--container-width:70%}}main{background-color:var(--main-background);padding-right:5px;width:100%;height:calc(100vh - 93px);overflow-y:scroll;overflow-x:hidden}main::-webkit-scrollbar{width:10px}main::-webkit-scrollbar-track{background:var(--main-background)}main::-webkit-scrollbar-thumb{background:var(--main-scroll);border-radius:4px;width:6px;padding:0 2px}",map:void 0,media:void 0})},__vue_scope_id__ $ q=void 0,__vue_module_identifier__ $ 8=void 0,__vue_is_functional_template__ $ q=!1;function __vue_normalize__ $ q(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="TheContent.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 8(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 8.styles||(__vue_create_injector__ $ 8.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var TheContent=__vue_normalize__ $ q({render:__vue_render__ $ q,staticRenderFns:__vue_staticRenderFns__ $ q},__vue_inject_styles__ $ q,__vue_script__ $ q,__vue_scope_id__ $ q,__vue_is_functional_template__ $ q,__vue_module_identifier__ $ 8,__vue_create_injector__ $ 8);const possibleStates=["converting","downloading","download finished","completed"];var script $ p={props:{queueItem:Object},data(){return{isLoading:!1}},computed:{hasFails(){return this.queueItem.failed>=1},allFailed(){let e=!1;return this.queueItem.status==="download finished"&&(e=this.queueItem.failed===this.queueItem.size),e},finishedWithFails(){return this.queueItem.status==="download finished"&&this.hasFails},isDeterminateStatus(){return possibleStates.includes(this.queueItem.status)},barClass(){return{converting:this.queueItem.status==="converting",indeterminate:!this.isDeterminateStatus,determinate:this.isDeterminateStatus}},barStyle(){let e=0,a="var(--primary-color)";return this.hasFails?a="hsl(33, 100%, 47%)":a="hsl(150, 76%, 34%)",this.allFailed&&(a="hsl(360, 100%, 35%)"),this.queueItem.status==="download finished"&&(e=100),this.queueItem.status==="downloading"&&(e=this.queueItem.progress),this.queueItem.status==="converting"&&(e=100-this.queueItem.conversion,a="hsl(46, 100%, 50%)"),{width: ` $ { e } % ` ,backgroundColor:a}},resultIconText(){let e="delete_forever";return this.queueItem.status==="download finished"&&(this.hasFails?this.queueItem.failed>=this.queueItem.size?e="error":e="warning":e="done"),e}},methods:{onResultIconClick(){this.isDeterminateStatus?(this.finishedWithFails&&this. $ emit("show-errors",this.queueItem),this.queueItem.status==="downloading"&&(this.isLoading=!0,this. $ emit("remove-item",this.queueItem.uuid))):(this.isLoading=!0,this. $ emit("remove-item",this.queueItem.uuid))}}};const __vue_script__ $ p=script $ p;var __vue_render__ $ p=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"download-object"},[n("div",{staticClass:"download-info"},[n("img",{staticClass:"rounded coverart",attrs:{width:"75px",src:e.queueItem.cover,alt:"Cover "+e.queueItem.title}}),e._v(" "),n("div",{staticClass:"download-info-data"},[n("span",{staticClass:"download-line"},[e._v(e._s(e.queueItem.title))]),e._v(" "),n("span",{staticClass:"download-slim-separator"},[e._v(" - ")]),e._v(" "),n("span",[e._v(e._s(e.queueItem.artist))])]),e._v(" "),n("div",{staticClass:"download-info-status",staticStyle:{"text-align":"center"}},[n("span",{staticClass:"download-line"},[e._v(" "+e._s(e.queueItem.downloaded+e.queueItem.failed)+"/"+e._s(e.queueItem.size)+" ")]),e._v(" "),e.hasFails?n("span",{staticClass:"flex items-center",class:{clickable:e.finishedWithFails},staticStyle:{"justify-content":"center"},on:{click:function(r){e.finishedWithFails&&e. $ emit("show-errors",e.queueItem)}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e.queueItem.failed)+ `
` ),n("i",{staticClass:"material-icons"},[e._v("error_outline")])]):e._e()])]),e._v(" "),n("div",{staticClass:"download-bar"},[n("div",{staticClass:"progress"},[n("div",{class:e.barClass,style:e.barStyle})]),e._v(" "),e.isLoading?n("div",{staticClass:"circle-loader"}):n("i",{staticClass:"material-icons queue_icon",class:{clickable:e.finishedWithFails||e.resultIconText==="delete_forever"},on:{click:e.onResultIconClick}},[e._v( `
` +e._s(e.resultIconText)+ `
2021-06-04 20:44:46 +00:00
` )])])])},__vue_staticRenderFns__ $ p=[];const __vue_inject_styles__ $ p=function(e){!e||e("data-v-24a591cd_0",{source:".download-object{padding-bottom:8px}.download-object .download-info{display:flex;align-items:center}.download-object .download-info img{height:75px;flex-shrink:0;flex:0 0 75px}.download-object .download-info .download-line{display:block}.download-object .download-info .download-slim-separator{display:none}.download-object .download-info-data{flex:1 50%;margin-left:8px;overflow:hidden}.download-object .download-info-status{flex:1 15%;margin-left:8px;width:80px}.download-object>.download-bar{display:flex;align-items:center;height:24px}.download-object>.download-bar>.queue_icon{cursor:default;margin-left:8px}.download-object>.download-bar>.progress{margin:0}#download_list:not(.slim) .download-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#download_list.slim>.download-object .download-info{display:block}#download_list.slim>.download-object .download-info img{display:none}#download_list.slim>.download-object .download-info .download-line{display:inline-block}#download_list.slim>.download-object .download-info .download-slim-separator{display:inline-block}#download_list.slim>.download-object .download-info-data{width:calc(80% - 16px);display:inline-block;padding-left:0}#download_list.slim>.download-object .download-info-status{width:20%;display:inline-block;float:right}.progress{position:relative;height:4px;display:block;width:100%;background-color:var(--secondary-background);border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:var(--primary-color);transition:width .3s linear}.progress .converting{background-color:var(--secondary-color);transition:none!important}.progress .indeterminate{background-color:var(--primary-color)}.progress .indeterminate::before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress .indeterminate::after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}",map:void 0,media:void 0})},__vue_scope_id__ $ p=void 0,__vue_module_identifier__ $ 7=void 0,__vue_is_functional_template__ $ p=!1;function __vue_normalize__ $ p(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="QueueItem.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 7(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 7.styles||(__vue_create_injector__ $ 7.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var QueueItem=__vue_normalize__ $ p({render:__vue_render__ $ p,staticRenderFns:__vue_staticRenderFns__ $ p},__vue_inject_styles__ $ p,__vue_script__ $ p,__vue_scope_id__ $ p,__vue_is_functional_template__ $ p,__vue_module_identifier__ $ 7,__vue_create_injector__ $ 7),commonjsGlobal=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function createCommonjsModule(e,a,n){return n={path:a,exports:{},require:function(r,i){return commonjsRequire(r,i??n.path)}},e(n,n.exports),n.exports}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var toastify=createCommonjsModule(function(e){/*!
2021-05-20 19:22:27 +00:00
* Toastify js 1.11 . 0
2020-11-10 23:19:43 +00:00
* https : //github.com/apvarun/toastify-js
* @ license MIT licensed
*
* Copyright ( C ) 2018 Varun A P
2021-06-02 13:32:45 +00:00
* / ( f u n c t i o n ( a , n ) { e . e x p o r t s ? e . e x p o r t s = n ( ) : a . T o a s t i f y = n ( ) } ) ( c o m m o n j s G l o b a l , f u n c t i o n ( a ) { v a r n = f u n c t i o n ( l ) { r e t u r n n e w n . l i b . i n i t ( l ) } , r = " 1 . 1 1 . 0 " ; n . d e f a u l t s = { o l d e s t F i r s t : ! 0 , t e x t : " T o a s t i f y i s a w e s o m e ! " , n o d e : v o i d 0 , d u r a t i o n : 3 e 3 , s e l e c t o r : v o i d 0 , c a l l b a c k : f u n c t i o n ( ) { } , d e s t i n a t i o n : v o i d 0 , n e w W i n d o w : ! 1 , c l o s e : ! 1 , g r a v i t y : " t o a s t i f y - t o p " , p o s i t i o n L e f t : ! 1 , p o s i t i o n : " " , b a c k g r o u n d C o l o r : " " , a v a t a r : " " , c l a s s N a m e : " " , s t o p O n F o c u s : ! 0 , o n C l i c k : f u n c t i o n ( ) { } , o f f s e t : { x : 0 , y : 0 } , e s c a p e M a r k u p : ! 0 , s t y l e : { b a c k g r o u n d : " " } } , n . l i b = n . p r o t o t y p e = { t o a s t i f y : r , c o n s t r u c t o r : n , i n i t : f u n c t i o n ( l ) { r e t u r n l | | ( l = { } ) , t h i s . o p t i o n s = { } , t h i s . t o a s t E l e m e n t = n u l l , t h i s . o p t i o n s . t e x t = l . t e x t | | n . d e f a u l t s . t e x t , t h i s . o p t i o n s . n o d e = l . n o d e | | n . d e f a u l t s . n o d e , t h i s . o p t i o n s . d u r a t i o n = l . d u r a t i o n = = = 0 ? 0 : l . d u r a t i o n | | n . d e f a u l t s . d u r a t i o n , t h i s . o p t i o n s . s e l e c t o r = l . s e l e c t o r | | n . d e f a u l t s . s e l e c t o r , t h i s . o p t i o n s . c a l l b a c k = l . c a l l b a c k | | n . d e f a u l t s . c a l l b a c k , t h i s . o p t i o n s . d e s t i n a t i o n = l . d e s t i n a t i o n | | n . d e f a u l t s . d e s t i n a t i o n , t h i s . o p t i o n s . n e w W i n d o w = l . n e w W i n d o w | | n . d e f a u l t s . n e w W i n d o w , t h i s . o p t i o n s . c l o s e = l . c l o s e | | n . d e f a u l t s . c l o s e , t h i s . o p t i o n s . g r a v i t y = l . g r a v i t y = = = " b o t t o m " ? " t o a s t i f y - b o t t o m " : n . d e f a u l t s . g r a v i t y , t h i s . o p t i o n s . p o s i t i o n L e f t = l . p o s i t i o n L e f t | | n . d e f a u l t s . p o s i t i o n L e f t , t h i s . o p t i o n s . p o s i t i o n = l . p o s i t i o n | | n . d e f a u l t s . p o s i t i o n , t h i s . o p t i o n s . b a c k g r o u n d C o l o r = l . b a c k g r o u n d C o l o r | | n . d e f a u l t s . b a c k g r o u n d C o l o r , t h i s . o p t i o n s . a v a t a r = l . a v a t a r | | n . d e f a u l t s . a v a t a r , t h i s . o p t i o n s . c l a s s N a m e = l . c l a s s N a m e | | n . d e f a u l t s . c l a s s N a m e , t h i s . o p t i o n s . s t o p O n F o c u s = l . s t o p O n F o c u s = = = v o i d 0 ? n . d e f a u l t s . s t o p O n F o c u s : l . s t o p O n F o c u s , t h i s . o p t i o n s . o n C l i c k = l . o n C l i c k | | n . d e f a u l t s . o n C l i c k , t h i s . o p t i o n s . o f f s e t = l . o f f s e t | | n . d e f a u l t s . o f f s e t , t h i s . o p t i o n s . e s c a p e M a r k u p = l . e s c a p e M a r k u p ! = = v o i d 0 ? l . e s c a p e M a r k u p : n . d e f a u l t s . e s c a p e M a r k u p , t h i s . o p t i o n s . s t y l e = l . s t y l e | | n . d e f a u l t s . s t y l e , t h i s . o p t i o n s . s t y l e . b a c k g r o u n d = n . d e f a u l t s . b a c k g r o u n d C o l o r | | l . b a c k g r o u n d C o l o r , t h i s } , b u i l d T o a s t : f u n c t i o n ( ) { i f ( ! t h i s . o p t i o n s ) t h r o w " T o a s t i f y i s n o t i n i t i a l i z e d " ; v a r l = d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; l . c l a s s N a m e = " t o a s t i f y o n " + t h i s . o p t i o n s . c l a s s N a m e , t h i s . o p t i o n s . p o s i t i o n ? l . c l a s s N a m e + = " t o a s t i f y - " + t h i s . o p t i o n s . p o s i t i o n : t h i s . o p t i o n s . p o s i t i o n L e f t = = = ! 0 ? ( l . c l a s s N a m e + = " t o a s t i f y - l e f t " , c o n s o l e . w a r n ( " P r o p e r t y ` p o s i t i o n L e f t ` w i l l b e d e p r e c i a t e d i n f u r t h e r v e r s i o n s . P l e a s e u s e ` p o s i t i o n ` i n s t e a d . " ) ) : l . c l a s s N a m e + = " t o a s t i f y - r i g h t " , l . c l a s s N a m e + = " " + t h i s . o p t i o n s . g r a v i t y , t h i s . o p t i o n s . b a c k g r o u n d C o l o r & & c o n s o l e . w a r n ( ' D E P R E C A T I O N N O T I C E : " b a c k g r o u n d C o l o r " i s b e i n g d e p r e c a t e d . P l e a s e u s e t h e " s t y l e . b a c k g r o u n d " p r o p e r t y . ' ) ; f o r ( c o n s t y i n t h i s . o p t i o n s . s t y l e ) l . s t y l e [ y ] = t h i s . o p t i o n s . s t y l e [ y ] ; i f ( t h i s . o p t i o n s . n o d e & & t h i s . o p t i o n s . n o d e . n o d e T y p e = = = N o d e . E L E M E N T _ N O D E ) l . a p p e n d C h i l d ( t h i s . o p t i o n s . n o d e ) ; e l s e i f ( t h i s . o p t i o n s . e s c a p e M a r k u p ? l . i n n e r T e x t = t h i s . o p t i o n s . t e x t : l . i n n e r H T M L = t h i s . o p t i o n s . t e x t , t h i s . o p t i o n s . a v a t a r ! = = " " ) { v a r c = d o c u m e n t . c r e a t e E l e m e n t ( " i m g " ) ; c . s r c = t h i s . o p t i o n s . a v a t a r , c . c l a s s N a m e = " t o a s t i f y - a v a t a r " , t h i s . o p t i o n s . p o s i t i o n = = " l e f t " | | t h i s . o p t i o n s . p o s i t i o n L e f t = = = ! 0 ? l . a p p e n d C h i l d ( c ) : l . i n s e r t A d j a c e n t E l e m e n t ( " a f t e r b e g i n " , c ) } i f ( t h i s . o p t i o n s . c l o s e = = = ! 0 ) { v a r o = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ; o . i n n e r H T M L = " & # 1 0 0 0 6 ; " , o . c l a s s N a m e = " t o a s t - c l o s e " , o . a d d E v e n t L i s t e n e r ( " c l i c k " , f u n c t i o n ( y ) { y . s t o p P r o p a g a t i o n ( ) , t h i s . r e m o v e E l e m e n t ( t h i s . t o a s t E l e m e n t ) , w i n d o w . c l e a r T i m e o u t ( t h i s . t o a s t E l e m e n t . t i m e O u t V a l u e ) } . b i n d ( t h i s ) ) ; v a r u = w i n d o w . i n n e r W i d t h > 0 ? w i n d o w . i n n e r W i d t h : s c r e e n . w i d t h ; ( t h i s . o p t i o n s . p o s i t i o n = = " l e f t " | | t h i s . o p t i o n s . p o s i t i o n L e f t = = = ! 0 ) & & u > 3 6 0 ? l . i n s e r t A d j a c e n t E l e m e n t ( " a f t e r b e g i n " , o ) : l . a p p e n d C h i l d ( o ) } i f ( t h i s . o p t i o n s . s t o p O n F o c u s & & t h i s . o p t i o n s . d u r a t i o n > 0 ) { v a r d = t h i s ; l . a d d E v e n t L i s t e n e r ( " m o u s e o v e r " , f u n c t i o n ( y ) { w i n d o w . c l e a r T i m e o u t ( l . t i m e O u t V a l u e ) } ) , l . a d d E v e n t L i s t e n e r ( " m o u s e l e a v e " , f u n c t i o n ( ) { l . t i m e O u t V a l u e = w i n d o w . s e t T i m e o u t ( f u n c t i o n ( ) { d . r e m o v e E l e m e n t ( l ) } , d . o p t i o n s . d u r a t i o n ) } ) } i f ( t y p e o f t h i s . o p t i o n s . d e s t i n a t i o n ! = " u n d e f i n e d " & & l . a d d E v e n t L i s t e n e r ( " c l i c k " , f u n c t i o n ( y ) { y . s t o p P r o p a g a t i o n ( ) , t h i s . o p t i o n s . n e w W i n d o w = = = ! 0 ? w i n d o w . o p e n ( t h i s . o p t i o n s . d e s t i n a t i o n , " _ b l a n k " ) : w i n d o w . l o c a t i o n = t h i s . o p t i o n s . d e s t i n a t i o n } . b i n d ( t h i s ) ) , t y p e o f t h i s . o p t i o n s . o n C l i c k = = " f u n c t i o n " & & t y p e o f t h i s . o p t i o n s . d e s t i n a t i o n = = " u n d e f i n e d " & & l . a d d E v e n t L i s t e n e r ( " c l i c k " , f u n c t i o n ( y ) { y . s t o p P r o p a g a t i o n ( ) , t h i s . o p t i o n s . o n C l i c k ( ) } . b i n d ( t h i s ) ) , t y p e o f t
2021-05-20 19:22:27 +00:00
* Toastify js 1.11 . 0
2021-03-12 19:45:44 +00:00
* https : //github.com/apvarun/toastify-js
* @ license MIT licensed
2021-03-12 19:33:51 +00:00
*
2021-03-12 19:45:44 +00:00
* Copyright ( C ) 2018 Varun A P
2020-11-10 23:19:43 +00:00
* /
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. toastify {
padding : 12 px 20 px ;
color : # ffffff ;
display : inline - block ;
box - shadow : 0 3 px 6 px - 1 px rgba ( 0 , 0 , 0 , 0.12 ) , 0 10 px 36 px - 4 px rgba ( 77 , 96 , 232 , 0.3 ) ;
background : linear - gradient ( 135 deg , # 73 a5ff , # 5477 f5 ) ;
position : fixed ;
opacity : 0 ;
transition : all 0.4 s cubic - bezier ( 0.215 , 0.61 , 0.355 , 1 ) ;
border - radius : 2 px ;
cursor : pointer ;
text - decoration : none ;
max - width : calc ( 50 % - 20 px ) ;
z - index : 2147483647 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify . on {
opacity : 1 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toast - close {
opacity : 0.4 ;
padding : 0 5 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - right {
right : 15 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - left {
left : 15 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - top {
top : - 150 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - bottom {
bottom : - 150 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - rounded {
border - radius : 25 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - avatar {
width : 1.5 em ;
height : 1.5 em ;
margin : - 7 px 5 px ;
border - radius : 2 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - center {
margin - left : auto ;
margin - right : auto ;
left : 0 ;
right : 0 ;
max - width : - webkit - fit - content ;
max - width : fit - content ;
max - width : - moz - fit - content ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
@ media only screen and ( max - width : 360 px ) {
. toastify - right , . toastify - left {
margin - left : auto ;
margin - right : auto ;
left : 0 ;
right : 0 ;
max - width : - webkit - fit - content ;
max - width : - moz - fit - content ;
max - width : fit - content ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 1);var css_248z= ` . toast - icon {
2021-03-12 19:45:44 +00:00
display : inline - block ;
margin - right : 0.5 rem ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. circle - loader {
display : inline - block ;
width : 1 rem ;
height : 1 rem ;
border : 2 px solid var ( -- primary - color ) ;
border - radius : 50 % ;
border - bottom : 2 px solid var ( -- secondary - background ) ;
- webkit - animation : spin 1 s linear infinite ;
animation : spin 1 s linear infinite ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify {
display : flex ;
align - items : center ;
box - shadow : 0 3 px 6 px - 1 px rgba ( 0 , 0 , 0 , 0.12 ) , 0 10 px 36 px - 4 px rgba ( 0 , 0 , 0 , 0.3 ) ;
background : var ( -- toast - background ) ;
color : var ( -- toast - text ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify . circle - loader {
border - bottom - color : var ( -- toast - secondary ) ;
2021-06-02 13:32:45 +00:00
} \ r
2021-06-04 20:44:46 +00:00
` ;styleInject(css_248z);const sharedOptions={gravity:"bottom",position:"left"},toastsWithId={},toast=function(e,a=null,n=!0,r=null){if(toastsWithId[r]){const i=toastsWithId[r],s=document.querySelectorAll( ` div . toastify [ toast _id = $ { r } ] ` );if(e&&s.forEach(l=>{l.querySelectorAll(".toast-message").forEach(o=>{o.innerText=e})}),a){const l=document.createElement("span");if(l.classList.add("toast-icon"),a=="loading"){const c=document.createElement("div");c.classList.add("circle-loader"),l.appendChild(c)}else{const c=document.createElement("i");c.classList.add("material-icons"),c.appendChild(document.createTextNode(a)),l.appendChild(c)}s.forEach(c=>{c.querySelectorAll(".toast-icon").forEach(u=>{u.parentNode.replaceChild(l,u)})})}n!==null&&n&&(s.forEach(l=>{l.classList.add("dismissable")}),setTimeout(()=>{i.hideToast(),delete toastsWithId[r]},3e3))}else{const i=document.createElement("span");if(i.classList.add("toast-icon"),a==null)i.appendChild(document.createTextNode(""));else if(a=="loading"){const o=document.createElement("div");o.classList.add("circle-loader"),i.appendChild(o)}else{const o=document.createElement("i");o.classList.add("material-icons"),o.appendChild(document.createTextNode(a)),i.appendChild(o)}const s=document.createElement("span");s.classList.add("toast-message"),s.appendChild(document.createTextNode(e));const l=document.createElement("toast");l.appendChild(i),l.appendChild(s);const c=toastify({...sharedOptions,node:l,duration:n?3e3:0,className:n?"dismissable":"",onClick(){let o=!0;if(r){const u=document.querySelector( ` div . toastify [ toast _id = $ { r } ] ` ).classList;u&&(o=Array.prototype.slice.call(u).includes("dismissable"))}c&&o&&(c.hideToast(),r&&delete toastsWithId[r])},offset:{x:localStorage.getItem("slimSidebar")==="true"?"3rem":"14rem"}}).showToast();r&&(toastsWithId[r]=c,c.toastElement.setAttribute("toast_id",r))}};socket.on("toast",e=>{const{msg:a,icon:n,dismiss:r,id:i}=e;toast(a,n||null,r!==void 0?r:!0,i||null)});const tabMinWidth=250,tabMaxWidth=500;var script $ o={components:{QueueItem},data(){return{cachedTabWidth:parseInt(localStorage.getItem("downloadTabWidth"))||300,queue:[],queueList:{},queueComplete:[],isExpanded:localStorage.getItem("downloadTabOpen")==="true"}},computed:{...mapGetters({clientMode:"getClientMode",isSlim:"getSlimDownloads"}),finishedWithoutErrors(){const e=a=>a.errors.length===0;return Object.values(this.queueList).filter(e)}},created(){const e=a=>{!(a.ctrlKey&&a.key==="b")||this.toggleDownloadTab()};document.addEventListener("keyup",e),this. $ on("hook:destroyed",()=>{document.removeEventListener("keyup",e)})},mounted(){socket.on("startDownload",this.startDownload),socket.on("startConversion",this.startConversion),socket.on("finishConversion",this.finishConversion),socket.on("addedToQueue",this.addToQueue),socket.on("updateQueue",this.updateQueue),socket.on("removedFromQueue",this.removeFromQueue),socket.on("finishDownload",this.finishDownload),socket.on("removedAllDownloads",this.removeAllDownloads),socket.on("removedFinishedDownloads",this.removedFinishedDownloads),fetchData("getQueue").then(e=>{this.initQueue(e)}).catch(console.error),localStorage.getItem("slimDownloads")==="true"&&this. $ refs.list.classList.add("slim"),this.isExpanded&&this.setTabWidth(this.cachedTabWidth),document.addEventListener("mouseup",()=>{document.removeEventListener("mousemove",this.handleDrag)}),window.addEventListener("beforeunload",()=>{localStorage.setItem("downloadTabWidth",this.cachedTabWidth)})},methods:{...mapActions(["setErrors"]),onRemoveItem(e){socket.emit("removeFromQueue",e)},setTabWidth(e){e===void 0?(this. $ refs.container.style.width="",this. $ refs.list.style.width=""):(this. $ refs.container.style.width=e+"px",this. $ refs.list.style.width=e+"px")},initQueue(e){const{order:a,currentItem:n,queue:r,restored:i}=e,s=Object.values(r).filter(l=>["completed","withErrors","failed"].includes(l.status)).map(l=>l.uuid);s&&s.length&&s.forEach(l=>{r[l].silent=!0,this.addToQueue(r[l])}),n&&(n.silent=!0,this.addToQueue(n,!0)),a.forEach(l=>{r[l].silent=!0,this.addToQueue(r[l])}),i&&(toast(this. $ t("toasts.queueResto
2021-03-12 19:45:44 +00:00
folder _open
` )]):e._e(),e._v(" "),n("i",{staticClass:"m-1 text-2xl cursor-pointer material-icons",attrs:{title:e. $ t("globals.clean_queue_hint")},on:{click:e.cleanQueue}},[e._v( `
clear _all
` )]),e._v(" "),n("i",{staticClass:"m-1 text-2xl cursor-pointer material-icons",attrs:{title:e. $ t("globals.cancel_queue_hint")},on:{click:e.cancelQueue}},[e._v( `
delete _sweep
2021-06-04 20:44:46 +00:00
` )])]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isExpanded,expression:"isExpanded"}],ref:"list",staticClass:"w-full pr-2",class:{slim:e.isSlim},attrs:{id:"download_list"}},e._l(e.queueList,function(r){return n("QueueItem",{key:r.uuid,attrs:{"queue-item":r},on:{"show-errors":e.showErrorsTab,"remove-item":e.onRemoveItem}})}),1)])},__vue_staticRenderFns__ $ o=[];const __vue_inject_styles__ $ o=function(e){!e||e("data-v-d7ecf8d0_0",{source:"#toggle_download_tab[data-v-d7ecf8d0]{width:25px;height:25px}#toggle_download_tab[data-v-d7ecf8d0]::before{font-family:'Material Icons';font-style:normal;font-weight:400;content:'chevron_right'}#download_tab_container.tab-hidden #toggle_download_tab[data-v-d7ecf8d0]::before{content:'chevron_left'}#download_tab_container.tab-hidden[data-v-d7ecf8d0]::after{content:attr(data-label);display:flex;align-items:center;text-transform:capitalize;writing-mode:vertical-rl;line-height:2rem}#download_list[data-v-d7ecf8d0]{height:calc(100% - 32px);padding-left:28px;overflow-y:scroll}#download_list[data-v-d7ecf8d0]::-webkit-scrollbar{width:10px}#download_list[data-v-d7ecf8d0]::-webkit-scrollbar-track{background:var(--panels-background)}#download_list[data-v-d7ecf8d0]::-webkit-scrollbar-thumb{background:var(--panels-scroll);border-radius:4px;width:6px;padding:0 2px}",map:void 0,media:void 0})},__vue_scope_id__ $ o="data-v-d7ecf8d0",__vue_module_identifier__ $ 6=void 0,__vue_is_functional_template__ $ o=!1;function __vue_normalize__ $ o(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="TheDownloadBar.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 6(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 6.styles||(__vue_create_injector__ $ 6.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var TheDownloadBar=__vue_normalize__ $ o({render:__vue_render__ $ o,staticRenderFns:__vue_staticRenderFns__ $ o},__vue_inject_styles__ $ o,__vue_script__ $ o,__vue_scope_id__ $ o,__vue_is_functional_template__ $ o,__vue_module_identifier__ $ 6,__vue_create_injector__ $ 6),script $ n={components:{TheSidebar,TheSearchBar,TheDownloadBar,TheTrackPreview,TheQualityModal,BaseLoadingPlaceholder,TheContextMenu,TheContent},data(){return{isSocketConnected:!1}},mounted(){socket.addEventListener("open",()=>{console.log("Connected to WebSocket"),this.isSocketConnected=!0})}};const __vue_script__ $ n=script $ n;var __vue_render__ $ n=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{attrs:{id:"app"}},[n("div",{staticClass:"app-container"},[n("TheSidebar"),e._v(" "),n("div",{staticClass:"content-container"},[n("TheSearchBar"),e._v(" "),n("TheContent")],1),e._v(" "),n("TheDownloadBar")],1),e._v(" "),n("BaseLoadingPlaceholder",{attrs:{text:"Connecting to local server...",hidden:e.isSocketConnected,"additional-classes":"absolute top-0 left-0 w-screen h-screen bg-black bg-opacity-50 z-50"}}),e._v(" "),n("TheTrackPreview"),e._v(" "),n("TheQualityModal"),e._v(" "),n("TheContextMenu")],1)},__vue_staticRenderFns__ $ n=[];const __vue_inject_styles__ $ n=function(e){!e||e("data-v-33ab6b30_0",{source:".app-container{display:flex}.content-container{width:100%;display:flex;flex-direction:column}",map:void 0,media:void 0})},__vue_scope_id__ $ n=void 0,__vue_module_identifier__ $ 5=void 0,__vue_is_functional_template__ $ n=!1;function __vue_normalize__ $ n(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="App.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 5(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 5.styles||(__vue_create_injector__ $ 5.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var App=__vue_normalize__ $ n({render:__vue_render__ $ n,staticRenderFns:__vue_staticRenderFns__ $ n},__vue_inject_styles__ $ n,__vue_script__ $ n,__vue_scope_id__ $ n,__vue_is_functional_template__ $ n,__vue_module_identifier__ $ 5,__vue_create_injector__ $ 5);/*!
2021-05-20 19:22:27 +00:00
* vue - i18n v8 . 24.4
2021-05-05 18:59:27 +00:00
* ( c ) 2021 kazuya kawaguchi
2021-03-12 19:45:44 +00:00
* Released under the MIT License .
2021-06-04 21:16:19 +00:00
* /var numberFormatKeys=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"];function warn(e,a){typeof console!="undefined"&&(console.warn("[vue-i18n] "+e),a&&console.warn(a.stack))}function error(e,a){typeof console!="undefined"&&(console.error("[vue-i18n] "+e),a&&console.error(a.stack))}var isArray$1=Array.isArray;function isObject$1(e){return e!==null&&typeof e=="object"}function isBoolean(e){return typeof e=="boolean"}function isString(e){return typeof e=="string"}var toString$1=Object.prototype.toString,OBJECT_STRING="[object Object]";function isPlainObject(e){return toString$1.call(e)===OBJECT_STRING}function isNull(e){return e==null}function isFunction$1(e){return typeof e=="function"}function parseArgs(){for(var e=[],a=arguments.length;a--;)e[a]=arguments[a];var n=null,r=null;return e.length===1?isObject$1(e[0])||isArray$1(e[0])?r=e[0]:typeof e[0]=="string"&&(n=e[0]):e.length===2&&(typeof e[0]=="string"&&(n=e[0]),(isObject$1(e[1])||isArray$1(e[1]))&&(r=e[1])),{locale:n,params:r}}function looseClone(e){return JSON.parse(JSON.stringify(e))}function remove(e,a){if(e.delete(a))return e}function includes(e,a){return!!~e.indexOf(a)}var hasOwnProperty$a=Object.prototype.hasOwnProperty;function hasOwn(e,a){return hasOwnProperty$a.call(e,a)}function merge(e){for(var a=arguments,n=Object(e),r=1;r<arguments.length;r++){var i=a[r];if(i!=null){var s=void 0;for(s in i)hasOwn(i,s)&&(isObject$1(i[s])?n[s]=merge(n[s],i[s]):n[s]=i[s])}}return n}function looseEqual(e,a){if(e===a)return!0;var n=isObject$1(e),r=isObject$1(a);if(n&&r)try{var i=isArray$1(e),s=isArray$1(a);if(i&&s)return e.length===a.length&&e.every(function(o,u){return looseEqual(o,a[u])});if(!i&&!s){var l=Object.keys(e),c=Object.keys(a);return l.length===c.length&&l.every(function(o){return looseEqual(e[o],a[o])})}else return!1}catch(o){return!1}else return!n&&!r?String(e)===String(a):!1}function escapeHtml(e){return e.replace(/ < /g,"<").replace(/ > /g,">").replace(/ "/g," & quot ; ").replace(/'/g," & apos ; ")}function escapeParams(e){return e!=null&&Object.keys(e).forEach(function(a){typeof e[a]==" string "&&(e[a]=escapeHtml(e[a]))}),e}function extend$1(e){e.prototype.hasOwnProperty(" $i18n ")||Object.defineProperty(e.prototype," $i18n " , { get : function ( ) { return this . _i18n } } ) , e . prototype . $t = function ( a ) { for ( var n = [ ] , r = arguments . length - 1 ; r -- > 0 ; ) n [ r ] = arguments [ r + 1 ] ; var i = this . $i18n ; return i . _t . apply ( i , [ a , i . locale , i . _getMessages ( ) , this ] . concat ( n ) ) } , e . prototype . $tc = function ( a , n ) { for ( var r = [ ] , i = arguments . length - 2 ; i -- > 0 ; ) r [ i ] = arguments [ i + 2 ] ; var s = this . $i18n ; return s . _tc . apply ( s , [ a , s . locale , s . _getMessages ( ) , this , n ] . concat ( r ) ) } , e . prototype . $te = function ( a , n ) { var r = this . $i18n ; return r . _te ( a , r . locale , r . _getMessages ( ) , n ) } , e . prototype . $d = function ( a ) { for ( var n , r = [ ] , i = arguments . length - 1 ; i -- > 0 ; ) r [ i ] = arguments [ i + 1 ] ; return ( n = this . $i18n ) . d . apply ( n , [ a ] . concat ( r ) ) } , e . prototype . $n = function ( a ) { for ( var n , r = [ ] , i = arguments . length - 1 ; i -- > 0 ; ) r [ i ] = arguments [ i + 1 ] ; return ( n = this . $i18n ) . n . apply ( n , [ a ] . concat ( r ) ) } } var mixin = { beforeCreate : function ( ) { var a = this . $options ; if ( a . i18n = a . i18n || ( a . _ _i18n ? { } : null ) , a . i18n ) { if ( a . i18n instanceof VueI18n ) { if ( a . _ _i18n ) try { var n = a . i18n && a . i18n . messages ? a . i18n . messages : { } ; a . _ _i18n . forEach ( function ( c ) { n = merge ( n , JSON . parse ( c ) ) } ) , Object . keys ( n ) . forEach ( function ( c ) { a . i18n . mergeLocaleMessage ( c , n [ c ] ) } ) } catch ( c ) { } this . _i18n = a . i18n , this . _i18nWatcher = this . _i18n . watchI18nData ( ) } else if ( isPlainObject ( a . i18n ) ) { var r = this . $root && this . $root . $i18n && this . $root . $i18n instanceof VueI18n ? this . $root . $i18n : null ; if ( r && ( a . i18n . root = this . $root , a . i18n . formatter = r . formatter , a . i18n . fallbackLocale = r . fallbackLocale , a . i18n . formatFallbackMessages = r . formatFallbackMessages , a . i18n . silentTranslationWarn = r . silentTranslationWarn , a . i18n . silentFallbackWarn = r . silentFallbackWarn , a . i18n . pluralizationRules = r . pluralizationRules , a . i18n . preserveDirectiveContent = r . preserveDirectiveContent ) , a
2021-05-05 18:59:27 +00:00
* vue - router v3 . 5.1
* ( c ) 2021 Evan You
2021-03-12 19:33:51 +00:00
* @ license MIT
2021-06-04 20:44:46 +00:00
* /function extend(e,a){for(var n in a)e[n]=a[n];return e}var encodeReserveRE=/ [ ! ' ( ) * ] / g , encodeReserveReplacer = function ( e ) { return "%" + e . charCodeAt ( 0 ) . toString ( 16 ) } , commaRE = /%2C/g , encode = function ( e ) { return encodeURIComponent ( e ) . replace ( encodeReserveRE , encodeReserveReplacer ) . replace ( commaRE , "," ) } ; function decode ( e ) { try { return decodeURIComponent ( e ) } catch ( a ) { } return e } function resolveQuery ( e , a , n ) { a === void 0 && ( a = { } ) ; var r = n || parseQuery , i ; try { i = r ( e || "" ) } catch ( c ) { i = { } } for ( var s in a ) { var l = a [ s ] ; i [ s ] = Array . isArray ( l ) ? l . map ( castQueryParamValue ) : castQueryParamValue ( l ) } return i } var castQueryParamValue = function ( e ) { return e == null || typeof e == "object" ? e : String ( e ) } ; function parseQuery ( e ) { var a = { } ; return e = e . trim ( ) . replace ( /^(\?|#|&)/ , "" ) , e && e . split ( "&" ) . forEach ( function ( n ) { var r = n . replace ( /\+/g , " " ) . split ( "=" ) , i = decode ( r . shift ( ) ) , s = r . length > 0 ? decode ( r . join ( "=" ) ) : null ; a [ i ] === void 0 ? a [ i ] = s : Array . isArray ( a [ i ] ) ? a [ i ] . push ( s ) : a [ i ] = [ a [ i ] , s ] } ) , a } function stringifyQuery ( e ) { var a = e ? Object . keys ( e ) . map ( function ( n ) { var r = e [ n ] ; if ( r === void 0 ) return "" ; if ( r === null ) return encode ( n ) ; if ( Array . isArray ( r ) ) { var i = [ ] ; return r . forEach ( function ( s ) { s !== void 0 && ( s === null ? i . push ( encode ( n ) ) : i . push ( encode ( n ) + "=" + encode ( s ) ) ) } ) , i . join ( "&" ) } return encode ( n ) + "=" + encode ( r ) } ) . filter ( function ( n ) { return n . length > 0 } ) . join ( "&" ) : null ; return a ? "?" + a : "" } var trailingSlashRE = /\/?$/ ; function createRoute ( e , a , n , r ) { var i = r && r . options . stringifyQuery , s = a . query || { } ; try { s = clone ( s ) } catch ( c ) { } var l = { name : a . name || e && e . name , meta : e && e . meta || { } , path : a . path || "/" , hash : a . hash || "" , query : s , params : a . params || { } , fullPath : getFullPath ( a , i ) , matched : e ? formatMatch ( e ) : [ ] } ; return n && ( l . redirectedFrom = getFullPath ( n , i ) ) , Object . freeze ( l ) } function clone ( e ) { if ( Array . isArray ( e ) ) return e . map ( clone ) ; if ( e && typeof e == "object" ) { var a = { } ; for ( var n in e ) a [ n ] = clone ( e [ n ] ) ; return a } else return e } var START = createRoute ( null , { path : "/" } ) ; function formatMatch ( e ) { for ( var a = [ ] ; e ; ) a . unshift ( e ) , e = e . parent ; return a } function getFullPath ( e , a ) { var n = e . path , r = e . query ; r === void 0 && ( r = { } ) ; var i = e . hash ; i === void 0 && ( i = "" ) ; var s = a || stringifyQuery ; return ( n || "/" ) + s ( r ) + i } function isSameRoute ( e , a , n ) { return a === START ? e === a : a ? e . path && a . path ? e . path . replace ( trailingSlashRE , "" ) === a . path . replace ( trailingSlashRE , "" ) && ( n || e . hash === a . hash && isObjectEqual ( e . query , a . query ) ) : e . name && a . name ? e . name === a . name && ( n || e . hash === a . hash && isObjectEqual ( e . query , a . query ) && isObjectEqual ( e . params , a . params ) ) : ! 1 : ! 1 } function isObjectEqual ( e , a ) { if ( e === void 0 && ( e = { } ) , a === void 0 && ( a = { } ) , ! e || ! a ) return e === a ; var n = Object . keys ( e ) . sort ( ) , r = Object . keys ( a ) . sort ( ) ; return n . length !== r . length ? ! 1 : n . every ( function ( i , s ) { var l = e [ i ] , c = r [ s ] ; if ( c !== i ) return ! 1 ; var o = a [ i ] ; return l == null || o == null ? l === o : typeof l == "object" && typeof o == "object" ? isObjectEqual ( l , o ) : String ( l ) === String ( o ) } ) } function isIncludedRoute ( e , a ) { return e . path . replace ( trailingSlashRE , "/" ) . indexOf ( a . path . replace ( trailingSlashRE , "/" ) ) === 0 && ( ! a . hash || e . hash === a . hash ) && queryIncludes ( e . query , a . query ) } function queryIncludes ( e , a ) { for ( var n in a ) if ( ! ( n in e ) ) return ! 1 ; return ! 0 } function handleRouteEntered ( e ) { for ( var a = 0 ; a < e . matched . length ; a ++ ) { var n = e . matched [ a ] ; for ( var r in n . instances ) { var i = n . instances [ r ] , s = n . enteredCbs [ r ] ; if ( ! ( ! i || ! s ) ) { delete n . enteredCbs [ r ] ; for ( var l = 0 ; l < s . length ; l ++ ) i . _isBeingDestroyed || s [ l ] ( i ) } } } } var View = { name : "RouterView" , functional : ! 0 , props : { name : { type : String , default : "default" } } , render : function ( a , n ) { var r = n . props , i = n . children , s = n . parent , l = n . data ; l . routerView = ! 0 ; for ( var c = s . $createElement , o = r . name , u = s . $route , d = s . _routerViewCache || ( s . _routerViewCache = { } ) , f = 0 , h = ! 1 ; s && s . _routerRoot !== s ; ) { var m = s . $vnode ? s . $vnode . data : { } ; m . routerView && f ++ , m . keepAlive && s . _directInactive && s . _inactive && ( h = ! 0 ) , s = s . $parent } if ( l . routerViewDepth = f , h ) { var v = d [ o ] , y = v && v . component ; return y ? ( v . configProps && fillPropsinData ( y , l , v . route , v . configProps ) , c ( y , l , i ) ) : c ( ) } var _ = u . matched [ f ] , w = _ && _ . components [ o ] ; if ( ! _ || ! w ) return d [ o ] = null , c ( ) ; d [ o ] = { component : w } , l . registerRouteInstance = function ( C , M ) { var F = _ . instances [ o ] ; ( M && F !== C || ! M && F === C ) && ( _ . instances [ o ] = M ) } , ( l . hook || ( l . hook = { } ) ) . prepatch = function ( C , M ) { _ . instances [ o ] = M . componentInstance } , l . hook . init = function ( C
2021-06-02 13:32:45 +00:00
<!-- Generator : Adobe Illustrator 19.0 . 0 , SVG Export Plug - In . SVG Version : 6.00 Build 0 ) -- > \ r
< svg version = "1.1" id = "Capa_1" xmlns = "http://www.w3.org/2000/svg" xmlns : xlink = "http://www.w3.org/1999/xlink" \ r
viewBox = "0 0 512.001 512.001" style = "enable-background:new 0 0 512.001 512.001;" xml : space = "preserve" > \ r
< path style = "fill:#03A9F4;" d = " M425 . 457 , 117.739 c - 3.121 - 1.838 - 6.961 - 1.966 - 10.197 - 0.341 c - 3.231 , 1.629 - 5.416 , 4.786 - 5.803 , 8.384 \ r
c - 0.384 , 3.499 - 0.981 , 6.997 - 1.728 , 10.667 c - 20.885 , 94.784 - 62.827 , 140.885 - 128.256 , 140.885 h - 96 c - 5.062 , 0.009 - 9.42 , 3.574 - 10.432 , 8.533 \ r
l - 32 , 149.995 l - 5.717 , 38.187 c - 3.287 , 17.365 , 8.125 , 34.107 , 25.489 , 37.394 c1 . 915 , 0.362 , 3.858 , 0.549 , 5.807 , 0.558 h64 . 213 \ r
c14 . 718 , 0.045 , 27.55 - 10 , 31.04 - 24.299 l25 . 941 - 103.701 h55 . 659 c65 . 685 , 0 , 111.083 - 52.373 , 127.829 - 147.477 l0 , 0 \ r
C482 . 356 , 191.238 , 464.068 , 143.856 , 425.457 , 117.739 z " / > \ r
< path style = "fill:#283593;" d = " M405 . 339 , 38.017 c - 21.078 - 23.909 - 51.327 - 37.731 - 83.2 - 38.016 h - 176.64 \ r
C119 . 064 - 0.141 , 96.558 , 19.2 , 92.721 , 45.355 L37 . 873 , 411.243 c - 2.627 , 17.477 , 9.41 , 33.774 , 26.887 , 36.402 \ r
c1 . 586 , 0.239 , 3.189 , 0.357 , 4.793 , 0.356 h81 . 92 c5 . 062 - 0.009 , 9.42 - 3.574 , 10.432 - 8.533 l30 . 187 - 140.8 h87 . 467 \ r
c75 . 904 , 0 , 126.059 - 53.056 , 149.099 - 157.867 c0 . 926 - 4.178 , 1.638 - 8.4 , 2.133 - 12.651 C436 . 139 , 95.815 , 426.81 , 62.778 , 405.339 , 38.017 z " / > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
< g > \ r
< / g > \ r
2021-06-04 20:44:46 +00:00
< /svg>`,ethereum='<svg viewBox="-116 0 512 512" xmlns="http:/ / www . w3 . org / 2000 / svg "><path d=" m140 . 28125 333.582031 - 140.28125 - 66.734375 140.28125 245.152344 140.285156 - 245.152344 zm0 0 "/><path d=" m265 . 289062 217.117188 - 125.007812 - 217.117188 - 125.148438 217.367188 125.148438 - 59.367188 zm0 0 "/><path d=" m25 . 980469 245.535156 114.300781 54.140625 114.492188 - 54.230469 - 114.492188 - 54.136718 zm0 0 "/></svg>',script$m=defineComponent({setup(e,a){const n=reactive({current:null,latest:null,updateAvailable:!1,deemixVersion:null}),{isOnline:r}=useOnline();function i(l){const{currentCommit:c,latestCommit:o,updateAvailable:u,deemixVersion:d}=l;n.current=c,n.latest=o,n.updateAvailable=u,n.deemixVersion=d}const s=computed(()=>a.root.$store.getters.getAppInfo);return onMounted(()=>{i(s.value)}),{...toRefs(n),paypal,ethereum,isOnline:r}}});const __vue_script__$m=script$m;var __vue_render__$m=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n(" div ",{attrs:{id:" about _tab "}},[n(" h1 ",{staticClass:" mb - 8 text - 5 xl capitalize "},[e._v(e._s(e.$t(" sidebar . about ")))]),e._v(" "),n(" div ",{staticClass:" inline - flex px - 4 py - 2 mb - 8 rounded - full ",class:{" bg - green - 500 ":e.isOnline," bg - red - 500 ":!e.isOnline}},[n(" span ",{staticClass:" text - sm uppercase - first - letter " } , [ e . _v ( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("about.appStatus."+(e.isOnline?"online":"offline")))+ `
` )])]),e._v(" "),n("ul",[n("li",[e._v( `
` +e._s(e. $ t("about.updates.currentWebuiVersion"))+ ` :
2021-06-04 21:18:10 +00:00
` ),n("span",[e._v(e._s("1.7.0"))])]),e._v(" "),n("li",[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("about.updates.currentVersion"))+ ` :
` ),n("span",[e._v(e._s(e.current||e. $ t("about.updates.versionNotAvailable")))])]),e._v(" "),n("li",[e._v(e._s(e. $ t("about.updates.deemixVersion"))+": "+e._s(e.deemixVersion))]),e._v(" "),e.updateAvailable&&e.latest?n("li",[e._v(e._s(e. $ t("about.updates.updateAvailable",{version:e.latest})))]):e._e()]),e._v(" "),n("ul",[n("li",{domProps:{innerHTML:e._s(e. $ t("about.usesLibrary"))}}),e._v(" "),n("li",{domProps:{innerHTML:e._s(e. $ t("about.thanks"))}}),e._v(" "),n("i18n",{attrs:{path:"about.upToDate.text",tag:"li"},scopedSlots:e._u([{key:"newsChannel",fn:function(){return[n("a",{attrs:{href:"https://t.me/RemixDevNews",target:"_blank"}},[e._v(e._s(e. $ t("about.upToDate.newsChannel")))])]},proxy:!0}])})],1),e._v(" "),n("h2",[e._v(e._s(e. $ t("about.titles.usefulLinks")))]),e._v(" "),n("ul",{staticClass:"no-dots"},[n("li",[n("a",{attrs:{href:"https://git.rip/RemixDev/deemix",target:"_blank"}},[e._v(" \u {1F680} "+e._s(e. $ t("about.officialRepo")))])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://git.rip/RemixDev/deemix-webui",target:"_blank"}},[e._v(" \u {1F4BB} "+e._s(e. $ t("about.officialWebuiRepo"))+" ")])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://www.reddit.com/r/deemix",target:"_blank"}},[e._v(" \u {1F916} "+e._s(e. $ t("about.officialSubreddit")))])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://t.me/RemixDevNews",target:"_blank"}},[e._v(" \u {1F4F0} "+e._s(e. $ t("about.newsChannel")))])])]),e._v(" "),n("h2",[e._v( `
` +e._s(e. $ t("about.titles.bugReports"))+ `
` ),n("span",{staticClass:"subheading"},[e._v( `
` +e._s(e. $ t("about.subtitles.bugReports"))+ `
` )])]),e._v(" "),n("ul",[n("i18n",{attrs:{path:"about.questions.text",tag:"li"},scopedSlots:e._u([{key:"subreddit",fn:function(){return[n("a",{attrs:{href:"https://www.reddit.com/r/deemix",target:"_blank"}},[e._v(e._s(e. $ t("about.questions.subreddit")))])]},proxy:!0}])}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.beforeReporting"))+ `
` )]),e._v(" "),n("li",{domProps:{innerHTML:e._s(e. $ t("about.beSure"))}}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.duplicateReports"))+ `
` )]),e._v(" "),n("li",{domProps:{innerHTML:e._s(e. $ t("about.dontOpenIssues"))}})],1),e._v(" "),n("h2",[e._v( `
` +e._s(e. $ t("about.titles.contributing"))+ `
` ),n("span",{staticClass:"subheading"},[e._v( `
` +e._s(e. $ t("about.subtitles.contributing"))+ `
` )])]),e._v(" "),n("ul",[n("i18n",{attrs:{path:"about.newUI.text",tag:"li"},scopedSlots:e._u([{key:"repo",fn:function(){return[n("span",[e._v(e._s(e. $ t("about.newUI.repo")))])]},proxy:!0}])}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.acceptFeatures"))+ `
` )]),e._v(" "),n("i18n",{attrs:{path:"about.contributeWebUI.text",tag:"li"},scopedSlots:e._u([{key:"webui",fn:function(){return[n("span",[e._v(e._s(e. $ t("about.contributeWebUI.webui")))])]},proxy:!0}])}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.otherLanguages"))+ `
` )]),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.understandingCode"))+ `
` )])],1),e._v(" "),n("h2",[e._v( `
` +e._s(e. $ t("about.titles.donations"))+ `
` ),n("span",{staticClass:"subheading"},[e._v( `
` +e._s(e. $ t("about.subtitles.donations"))+ `
` )])]),e._v(" "),n("ul",[n("li",{domProps:{innerHTML:e._s(e. $ t("about.itsFree"))}}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.notObligated"))+ `
` )])]),e._v(" "),n("ul",[n("li",[n("i",{domProps:{innerHTML:e._s(e.paypal)}}),e._v(" "),n("strong",[e._v("PayPal:")]),e._v(" "),n("a",{attrs:{href:"https://paypal.me/RemixDev",target:"_blank"}},[e._v("PayPal.me/RemixDev")])]),e._v(" "),n("li",[n("i",{staticClass:"ethereum",domProps:{innerHTML:e._s(e.ethereum)}}),e._v(" "),n("strong",[e._v("Ethereum:")]),e._v( ` 0x1d2aa67e671485CD4062289772B662e0A6Ff976c
2021-06-04 21:18:10 +00:00
` )])]),e._v(" "),n("h2",[e._v(e._s(e. $ t("about.titles.license")))]),e._v(" "),e._m(0),e._v(" "),n("i18n",{attrs:{path:"about.lincensedUnder.text",tag:"p"},scopedSlots:e._u([{key:"gpl3",fn:function(){return[n("a",{attrs:{rel:"license",href:"https://www.gnu.org/licenses/gpl-3.0.en.html",target:"_blank"}},[e._v(e._s(e. $ t("about.lincensedUnder.gpl3")))])]},proxy:!0}])})],1)},__vue_staticRenderFns__ $ m=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",[n("a",{attrs:{rel:"license",href:"https://www.gnu.org/licenses/gpl-3.0.en.html",target:"_blank"}},[n("img",{staticStyle:{"border-width":"0"},attrs:{alt:"GNU General Public License",src:"https://www.gnu.org/graphics/gplv3-127x51.png"}})])])}];const __vue_inject_styles__ $ m=function(e){!e||e("data-v-02463870_0",{source: ` @ charset "UTF-8" ; a [ data - v - 02463870 ] , li [ data - v - 02463870 ] , p [ data - v - 02463870 ] { letter - spacing : . 4 px ; font - size : 20 px ; line - height : 1.2 } i [ data - v - 02463870 ] { vertical - align : middle } i [ data - v - 02463870 ] svg { fill : # fff ; width : 20 px } . ethereum [ data - v - 02463870 ] svg { fill : var ( -- foreground ) } [ data - v - 02463870 ] : link { text - decoration : none } # about _tab [ data - v - 02463870 ] { margin - bottom : 40 px } h2 [ data - v - 02463870 ] { text - transform : capitalize } h2 [ data - v - 02463870 ] : not ( . page _heading ) { font - size : 2 rem ; border - bottom : 1 px solid rgba ( 51 , 51 , 51 , . 25 ) ; padding - top : 2 rem ; padding - bottom : 1 rem } h2 . subheading [ data - v - 02463870 ] { display : block ; font - size : . 5 em ; margin - top : . 5 em ; font - weight : 400 ; opacity : . 8 ; text - transform : none } p [ data - v - 02463870 ] { margin : 0 ! important } ul li [ data - v - 02463870 ] { margin - bottom : 7 px } h2 + ul [ data - v - 02463870 ] { margin - top : 1 rem } ul + ul [ data - v - 02463870 ] { margin - top : 1.25 rem } ul . no - dots [ data - v - 02463870 ] { list - style - type : none } ul [ data - v - 02463870 ] : not ( . no - dots ) { list - style - type : none } ul : not ( . no - dots ) li [ data - v - 02463870 ] { position : relative } ul : not ( . no - dots ) li [ data - v - 02463870 ] : : before { content : '\u2014' ; position : absolute ; left : - 30 px ; opacity : . 25 } ` ,map:void 0,media:void 0})},__vue_scope_id__ $ m="data-v-02463870",__vue_module_identifier__ $ 4=void 0,__vue_is_functional_template__ $ m=!1;function __vue_normalize__ $ m(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="About.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 4(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 4.styles||(__vue_create_injector__ $ 4.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var About=__vue_normalize__ $ m({render:__vue_render__ $ m,staticRenderFns:__vue_staticRenderFns__ $ m},__vue_inject_styles__ $ m,__vue_script__ $ m,__vue_scope_id__ $ m,__vue_is_functional_template__ $ m,__vue_module_identifier__ $ 4,__vue_create_injector__ $ 4),script $ l={};const __vue_script__ $ l=script $ l;var __vue_render__ $ l=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("settings.login.arl.question")))]),e._v(" "),e._m(0),e._v(" "),n("h3",{staticClass:"mt-6 text-3xl"},[e._v("Chrome (Easy way)")]),e._v(" "),e._m(1),e._v(" "),n("h3",{staticClass:"mt-6 text-3xl"},[e._v("Chrome")]),e._v(" "),e._m(2),e._v(" "),e._m(3),e._v(" "),n("h3",{staticClass:"mt-6 text-3xl"},[e._v("Firefox")]),e._v(" "),e._m(4)])},__vue_staticRenderFns__ $ l=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-03-12 19:45:44 +00:00
Deezer keeps track of login session by using a cookie called ARL . ` ),n("br"),e._v( `
deemix uses that cookie to get the metadata that it needs to download the tracks from Deezer . ` ),n("br"),e._v( `
ARLs last for 3 months , after that Deezer asks you to log in again . The same method is used in deemix ` ),n("br"),e._v( `
Following one of the guides below you can get your own account ARL .
2021-06-04 20:44:46 +00:00
` )])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("ul",{staticClass:"mb-2 text-base"},[n("li",[e._v("Open Chrome")]),e._v(" "),n("li",[e._v("Go to www.deezer.com and log into your account")]),e._v(" "),n("li",[e._v('Click on the little "lock" icon next the URL')]),e._v(" "),n("li",[e._v("Click on Cookies > deezer.com > cookies > arl")]),e._v(" "),n("li",[e._v("Select the string next to Content, and Copy")]),e._v(" "),n("li",[e._v("That's your ARL, now you can use it in the app")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("ul",{staticClass:"mb-2 text-base"},[n("li",[e._v("Open Chrome")]),e._v(" "),n("li",[e._v("Go to www.deezer.com and log into your account")]),e._v(" "),n("li",[e._v("After logging in press F12 to open up Developer Tools")]),e._v(" "),n("li",[e._v("Go under the Application tab (if you don't see it click the double arrow)")]),e._v(" "),n("li",[e._v("Open the cookie dropdown")]),e._v(" "),n("li",[e._v("Select www.deezer.com")]),e._v(" "),n("li",[e._v("Find the ` arl ` cookie (It should be 192 chars long)")]),e._v(" "),n("li",[e._v("That's your ARL, now you can use it in the app")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v("Here's a "),n("a",{attrs:{href:"https://youtu.be/O6PRT47_yds",target:"_blank"}},[e._v("video guide")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("ul",{staticClass:"mb-2 text-base"},[n("li",[e._v("Open Firefox")]),e._v(" "),n("li",[e._v("Go to www.deezer.com and log into your account")]),e._v(" "),n("li",[e._v("Afer logging in press F12 to open up Developer Tools")]),e._v(" "),n("li",[e._v("Go under the Storage tab (if you don't see it click the double arrow)")]),e._v(" "),n("li",[e._v("Open the cookie dropdown")]),e._v(" "),n("li",[e._v("Select www.deezer.com")]),e._v(" "),n("li",[e._v("Find the ` arl ` cookie (It should be 192 chars long)")]),e._v(" "),n("li",[e._v("Make sure only copy the value and not the entire cookie")]),e._v(" "),n("li",[e._v("That's your ARL, now you can use it in the app")])])}];const __vue_inject_styles__ $ l=void 0,__vue_scope_id__ $ l=void 0,__vue_is_functional_template__ $ l=!1;function __vue_normalize__ $ l(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="InfoArl.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var InfoArl=__vue_normalize__ $ l({render:__vue_render__ $ l,staticRenderFns:__vue_staticRenderFns__ $ l},__vue_inject_styles__ $ l,__vue_script__ $ l,__vue_scope_id__ $ l,__vue_is_functional_template__ $ l),script $ k={};const __vue_script__ $ k=script $ k;var __vue_render__ $ k=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("settings.spotify.question")))]),e._v(" "),n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-05-23 16:46:03 +00:00
"Spotify Features" is a set of features that lets you convert Spotify tracks and albums links into Deezer ones . If
you provide a Spotify Playlist link the app will autmatically convert all the links of the tracks inside it into
deezer tracks . Enabling this set of features will let you see your public Spotify playlists in the favorites tab
as well .
2021-06-04 20:44:46 +00:00
` )]),e._v(" "),n("p",{staticClass:"mb-2 text-base"},[e._v("For security reasons you will need to provide your own Client ID and Secret")]),e._v(" "),n("h2",{staticClass:"mt-6 text-3xl"},[e._v("How do I get my Client ID and Secret?")]),e._v(" "),e._m(0),e._v(" "),e._m(1),e._v(" "),e._m(2),e._v(" "),e._m(3),e._v(" "),n("p",{staticClass:"mb-2 text-base"},[e._v("Now you can copy-paste those results in the appropriate fields in the settings.")]),e._v(" "),n("h2",{staticClass:"mt-6 text-3xl"},[e._v("How do I get my Spotify Username?")]),e._v(" "),e._m(4)])},__vue_staticRenderFns__ $ k=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-05-23 16:46:03 +00:00
Connect to
` ),n("a",{attrs:{href:"https://developer.spotify.com/dashboard",target:"_blank"}},[e._v("Spotify for Developers's Dashboard")]),e._v( ` and login
with your Spotify account .
` )])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-03-12 19:45:44 +00:00
Click on "Create an App" . ` ),n("br"),e._v(" "),n("img",{attrs:{src:"https://i.imgur.com/YFz7rHj.png",alt:"Create an App button on Spotify for Developers's Dashboard"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-05-23 16:46:03 +00:00
Fill out the "App name" and "App description" fields and check both checkboxes . Then click on the "Create"
button . ` ),n("br"),e._v(" "),n("img",{attrs:{src:"https://i.imgur.com/A9cvDkK.png",alt:"Create an app form"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
Now you can see the Client ID . If you click on "Show Client Secret" the client secret will be revealed . ` ),n("br"),e._v(" "),n("img",{attrs:{src:"https://i.imgur.com/foEfIhO.png",alt:"Screen of client ID and Secret"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
You can get your Spotify Username from the
` ),n("a",{attrs:{href:"https://www.spotify.com/it/account/overview/",target:"_blank"}},[e._v("Overview page on Spotify's Website")]),e._v( ` .
2021-06-04 20:44:46 +00:00
` )])}];const __vue_inject_styles__ $ k=void 0,__vue_scope_id__ $ k=void 0,__vue_is_functional_template__ $ k=!1;function __vue_normalize__ $ k(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="InfoSpotifyFeatures.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var InfoSpotifyFeatures=__vue_normalize__ $ k({render:__vue_render__ $ k,staticRenderFns:__vue_staticRenderFns__ $ k},__vue_inject_styles__ $ k,__vue_script__ $ k,__vue_scope_id__ $ k,__vue_is_functional_template__ $ k),freeGlobal=typeof global=="object"&&global&&global.Object===Object&&global,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function("return this")(),Symbol $ 1=root.Symbol,objectProto $ c=Object.prototype,hasOwnProperty $ 9=objectProto $ c.hasOwnProperty,nativeObjectToString $ 1=objectProto $ c.toString,symToStringTag $ 1=Symbol $ 1?Symbol $ 1.toStringTag:void 0;function getRawTag(e){var a=hasOwnProperty $ 9.call(e,symToStringTag $ 1),n=e[symToStringTag $ 1];try{e[symToStringTag $ 1]=void 0;var r=!0}catch(s){}var i=nativeObjectToString $ 1.call(e);return r&&(a?e[symToStringTag $ 1]=n:delete e[symToStringTag $ 1]),i}var objectProto $ b=Object.prototype,nativeObjectToString=objectProto $ b.toString;function objectToString(e){return nativeObjectToString.call(e)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol $ 1?Symbol $ 1.toStringTag:void 0;function baseGetTag(e){return e==null?e===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}var symbolTag $ 1="[object Symbol]";function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==symbolTag $ 1}function arrayMap(e,a){for(var n=-1,r=e==null?0:e.length,i=Array(r);++n<r;)i[n]=a(e[n],n,e);return i}var isArray=Array.isArray,INFINITY $ 2=1/0,symbolProto $ 1=Symbol $ 1?Symbol $ 1.prototype:void 0,symbolToString=symbolProto $ 1?symbolProto $ 1.toString:void 0;function baseToString(e){if(typeof e=="string")return e;if(isArray(e))return arrayMap(e,baseToString)+"";if(isSymbol(e))return symbolToString?symbolToString.call(e):"";var a=e+"";return a=="0"&&1/e==-INFINITY $ 2?"-0":a}var reWhitespace=/ \s /;function trimmedEndIndex(e){for(var a=e.length;a--&&reWhitespace.test(e.charAt(a)););return a}var reTrimStart=/^ \s +/;function baseTrim(e){return e&&e.slice(0,trimmedEndIndex(e)+1).replace(reTrimStart,"")}function isObject(e){var a=typeof e;return e!=null&&(a=="object"||a=="function")}var NAN=0/0,reIsBadHex=/^[-+]0x[0-9a-f]+ $ /i,reIsBinary=/^0b[01]+ $ /i,reIsOctal=/^0o[0-7]+ $ /i,freeParseInt=parseInt;function toNumber(e){if(typeof e=="number")return e;if(isSymbol(e))return NAN;if(isObject(e)){var a=typeof e.valueOf=="function"?e.valueOf():e;e=isObject(a)?a+"":a}if(typeof e!="string")return e===0?e:+e;e=baseTrim(e);var n=reIsBinary.test(e);return n||reIsOctal.test(e)?freeParseInt(e.slice(2),n?2:8):reIsBadHex.test(e)?NAN:+e}function identity(e){return e}var asyncTag="[object AsyncFunction]",funcTag $ 1="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction(e){if(!isObject(e))return!1;var a=baseGetTag(e);return a==funcTag $ 1||a==genTag||a==asyncTag||a==proxyTag}var coreJsData=root["__core-js_shared__"],maskSrcKey=function(){var e=/[^.]+ $ /.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function isMasked(e){return!!maskSrcKey&&maskSrcKey in e}var funcProto $ 1=Function.prototype,funcToString $ 1=funcProto $ 1.toString;function toSource(e){if(e!=null){try{return funcToString $ 1.call(e)}catch(a){}try{return e+""}catch(a){}}return""}var reRegExpChar=/[ \\ ^ $ .*+?()[ \] {}|]/g,reIsHostCtor=/^ \[ object .+?Constructor \] $ /,funcProto=Function.prototype,objectProto $ a=Object.prototype,funcToString=funcProto.toString,hasOwnProperty $ 8=objectProto $ a.hasOwnProperty,reIsNative=RegExp("^"+funcToString.call(hasOwnProperty $ 8).replace(reRegExpChar," \\ $ &").replace(/hasOwnProperty|(function).*?(?= \\ \( )| for .+?(?= \\ \] )/g," $ 1.*?")+" $ ");fu
2021-06-02 13:32:45 +00:00
` +e._s(e. $ tc("globals.listTabs."+i,2))+ `
` )])}),1),e._v(" "),n("table",{staticClass:"table"},[n("thead",[n("tr",e._l(e.head,function(r){return n("th",{key:r.title,staticClass:"uppercase-first-letter",class:{"sort-asc":r.sortKey===e.sortKey&&e.sortOrder=="asc","sort-desc":r.sortKey===e.sortKey&&e.sortOrder=="desc",sortable:r.sortKey,clickable:r.sortKey},style:{width:r.width?r.width:"auto"},on:{click:function(i){r.sortKey&&e.sortBy(r.sortKey)}}},[e._v( `
` +e._s(r.title)+ `
` )])}),0)]),e._v(" "),n("tbody",e._l(e.sortedData,function(r){return n("tr",{key:r.releaseID},[n("RouterLink",{staticClass:"flex items-center clickable",attrs:{tag:"td","data-cm-link":r.releaseLink,to:{name:"Album",params:{id:r.releaseID}}}},[n("img",{staticClass:"mr-4 rounded coverart",staticStyle:{width:"56px",height:"56px"},attrs:{src:r.releaseCover}}),e._v(" "),r.isReleaseExplicit?n("i",{staticClass:"material-icons title-icon title-icon--explicit"},[e._v("explicit")]):e._e(),e._v(" "),n("div",[n("span",{staticClass:"flex hover:text-primary"},[e._v( `
` +e._s(r.releaseTitle)+ `
` ),e.checkNewRelease(r.releaseDate)?n("i",{staticClass:"material-icons title-icon title-icon--right title-icon--new"},[e._v( `
2021-03-12 19:45:44 +00:00
fiber _new
` )]):e._e()]),e._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:e.currentTab==="all",expression:"currentTab === 'all'"}],staticClass:"block text-xs opacity-50 uppercase-first-letter"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e. $ tc("globals.listTabs."+r.releaseType))+ `
2021-06-04 20:44:46 +00:00
` )])])]),e._v(" "),n("td",{staticClass:"w-32 text-center xl:w-40"},[e._v(e._s(r.releaseDate))]),e._v(" "),n("td",{staticClass:"w-20 text-center xl:w-32"},[e._v(e._s(r.releaseTracksNumber))]),e._v(" "),n("td",{staticClass:"w-8 cursor-pointer",attrs:{"data-cm-link":r.releaseLink},on:{click:function(i){return i.stopPropagation(),e.sendAddToQueue(r.releaseLink)}}},[n("i",{staticClass:"material-icons hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v("file_download")])])],1)}),0)])],1)},__vue_staticRenderFns__ $ j=[];const __vue_inject_styles__ $ j=void 0,__vue_scope_id__ $ j=void 0,__vue_is_functional_template__ $ j=!1;function __vue_normalize__ $ j(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Artist.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Artist=__vue_normalize__ $ j({render:__vue_render__ $ j,staticRenderFns:__vue_staticRenderFns__ $ j},__vue_inject_styles__ $ j,__vue_script__ $ j,__vue_scope_id__ $ j,__vue_is_functional_template__ $ j);function getChartsData(){return fetchData("getCharts")}function getChartTracks(e){return fetchData("getChartTracks",{id:e})}var script $ i={methods:{previewMouseEnter,previewMouseLeave}};const __vue_script__ $ i=script $ i;var __vue_render__ $ i=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("i",{staticClass:"absolute top-0 right-0 flex items-center justify-center w-full h-full text-center text-white transition-opacity duration-200 ease-in-out bg-black bg-opacity-50 rounded opacity-0 material-icons preview_controls",attrs:{title:e. $ t("globals.play_hint")},on:{mouseenter:e.previewMouseEnter,mouseleave:e.previewMouseLeave}},[e._v( `
2021-03-12 19:45:44 +00:00
play _arrow
2021-06-04 20:44:46 +00:00
` )])},__vue_staticRenderFns__ $ i=[];const __vue_inject_styles__ $ i=void 0,__vue_scope_id__ $ i=void 0,__vue_is_functional_template__ $ i=!1;function __vue_normalize__ $ i(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="PreviewControls.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var PreviewControls=__vue_normalize__ $ i({render:__vue_render__ $ i,staticRenderFns:__vue_staticRenderFns__ $ i},__vue_inject_styles__ $ i,__vue_script__ $ i,__vue_scope_id__ $ i,__vue_is_functional_template__ $ i),script $ h={components:{PreviewControls},data(){return{country:"",id:0,countries:[],chart:[]}},computed:{worldwideRelease(){return this.countries.filter(a=>a.title==="Worldwide")[0]}},watch:{id(e){e!==0&&getChartTracks(e).then(n=>this.setTracklist(n.data))}},async created(){let{data:e}=await getChartsData(),a;e=e.filter(n=>(n.title==="Worldwide"&&(a=n),n.title!=="Worldwide")),e.unshift(a),this.initCharts(e)},methods:{convertDuration,playPausePreview,addToQueue(e){e.stopPropagation(),sendAddToQueue(e.currentTarget.dataset.link)},getTrackList(e){document.getElementById("content").scrollTo(0,0);const{currentTarget:{dataset:{title:a,id:n}}}=e;this.country=a,localStorage.setItem("chart",this.country),this.id=n},setTracklist(e){this.chart=e},onChangeCountry(){this.country="",this.id=0},initCharts(e){if(this.countries=e,this.country=localStorage.getItem("chart")||"",!this.country)return;let a=0;for(;a<this.countries.length&&this.countries[a].title!=this.country;a++);a!==this.countries.length?(this.id=this.countries[a].id,getChartTracks(this.id).then(n=>this.setTracklist(n.data))):(this.country="",localStorage.setItem("chart",this.country))}}};const __vue_script__ $ h=script $ h;var __vue_render__ $ h=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("charts.title"))+" "+e._s(e.country?"- "+e.country:""))]),e._v(" "),e.country===""?n("div",[n("div",{staticClass:"release-grid"},e._l(e.countries,function(r){return n("div",{key:r.id,staticClass:"w-40 h-40 release clickable",attrs:{"aria-label":r.title,"data-id":r.id,"data-title":r.title,role:"button"},on:{click:e.getTrackList}},[n("img",{staticClass:"w-full rounded coverart",attrs:{src:r.picture_medium,alt:r.title}})])}),0)]):n("div",[n("button",{staticClass:"btn btn-primary",on:{click:e.onChangeCountry}},[e._v(e._s(e. $ t("charts.changeCountry")))]),e._v(" "),n("button",{staticClass:"btn btn-primary",attrs:{"data-link":"https://www.deezer.com/playlist/"+e.id},on:{click:function(r){return r.stopPropagation(),e.addToQueue(r)}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("charts.download"))+ `
2021-06-02 13:32:45 +00:00
` )]),e._v(" "),n("table",{staticClass:"table table--charts"},[n("tbody",e._l(e.chart,function(r,i){return n("tr",{staticClass:"track_row"},[n("td",{staticClass:"p-3 text-center cursor-default",class:{first:i===0}},[e._v( `
` +e._s(i+1)+ `
` )]),e._v(" "),n("td",{staticClass:"table__icon table__icon--big"},[n("span",{staticClass:"relative inline-block rounded cursor-pointer",attrs:{"data-preview":r.preview},on:{click:e.playPausePreview}},[r.preview?n("PreviewControls"):e._e(),e._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:r.album.cover_small}})],1)]),e._v(" "),n("td",{staticClass:"table__cell--large"},[e._v( `
` +e._s(r.title+(r.title_version&&r.title.indexOf(r.title_version)==-1?" "+r.title_version:""))+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell table__cell--medium table__cell--center clickable",attrs:{to:{name:"Artist",params:{id:r.artist.id}},tag:"td"}},[e._v( `
` +e._s(r.artist.name)+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Album",params:{id:r.album.id}},tag:"td"}},[e._v( `
` +e._s(r.album.title)+ `
2021-03-12 19:45:44 +00:00
` )]),e._v(" "),n("td",{staticClass:"table__cell--small table__cell--center"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e.convertDuration(r.duration))+ `
` )]),e._v(" "),n("td",{staticClass:"cursor-pointer group",attrs:{"data-link":r.link,"aria-label":"download",role:"button"},on:{click:function(s){return s.stopPropagation(),e.addToQueue(s)}}},[n("i",{staticClass:"transition-colors duration-150 ease-in-out material-icons group-hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v( `
2021-03-12 19:45:44 +00:00
get _app
2021-06-04 20:44:46 +00:00
` )])])],1)}),0)])])])},__vue_staticRenderFns__ $ h=[];const __vue_inject_styles__ $ h=void 0,__vue_scope_id__ $ h=void 0,__vue_is_functional_template__ $ h=!1;function __vue_normalize__ $ h(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Charts.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Charts=__vue_normalize__ $ h({render:__vue_render__ $ h,staticRenderFns:__vue_staticRenderFns__ $ h},__vue_inject_styles__ $ h,__vue_script__ $ h,__vue_scope_id__ $ h,__vue_is_functional_template__ $ h),script $ g={computed:{...mapGetters(["getErrors"]),title(){return ` $ { this . getErrors . artist } - $ { this . getErrors . title } ` },errors(){return this.getErrors.errors}}};const __vue_script__ $ g=script $ g;var __vue_render__ $ g=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("errors.title",{name:e.title})))]),e._v(" "),n("table",{staticClass:"table table--tracklist"},[n("tr",[n("th",[e._v("ID")]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.artist",1)))]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.title",1)))]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.error",1)))])]),e._v(" "),e._l(e.errors,function(r){return n("tr",{key:r.data.id},[n("td",[e._v(e._s(r.data.id))]),e._v(" "),n("td",[e._v(e._s(r.data.artist))]),e._v(" "),n("td",[e._v(e._s(r.data.title))]),e._v(" "),n("td",[e._v(e._s(r.errid?e. $ t("errors.ids."+r.errid):r.message))])])})],2)])},__vue_staticRenderFns__ $ g=[];const __vue_inject_styles__ $ g=void 0,__vue_scope_id__ $ g=void 0,__vue_is_functional_template__ $ g=!1;function __vue_normalize__ $ g(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Errors.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Errors=__vue_normalize__ $ g({render:__vue_render__ $ g,staticRenderFns:__vue_staticRenderFns__ $ g},__vue_inject_styles__ $ g,__vue_script__ $ g,__vue_scope_id__ $ g,__vue_is_functional_template__ $ g),script $ f={inheritAttrs:!1,props:{cover:{type:String,reqired:!0},isRounded:{type:Boolean,required:!1},isCircle:{type:Boolean,required:!1},link:{type:String,reqired:!0}}};const __vue_script__ $ f=script $ f;var __vue_render__ $ f=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"relative cover-container group"},[n("img",{staticClass:"block w-full opacity-100 coverart",class:{rounded:e.isRounded,"rounded-full":e.isCircle},attrs:{"aria-hidden":"true",src:e.cover}}),e._v(" "),n("button",e._g({staticClass:"absolute p-0 text-center bg-black border-0 rounded-full opacity-0 download_overlay hover:bg-primary",attrs:{role:"button","aria-label":"download","data-link":e.link,tabindex:"0"}},e. $ listeners),[n("i",{staticClass:"text-white cursor-pointer material-icons",attrs:{title:e. $ t("globals.download_hint")}},[e._v("get_app")])])])},__vue_staticRenderFns__ $ f=[];const __vue_inject_styles__ $ f=function(e){!e||e("data-v-c6343cfa_0",{source:".cover-container[data-v-c6343cfa]{width:156px;height:156px;margin-bottom:10px}.cover-container .coverart[data-v-c6343cfa]{backface-visibility:hidden;transition:.5s ease;height:auto}.cover-container .download_overlay[data-v-c6343cfa]{top:50%;left:50%;transform:translate(-50%,-50%);transition:.5s ease;opacity:0;min-width:2rem;height:2.75rem;text-align:center}.cover-container .download_overlay i[data-v-c6343cfa]{padding:.625rem}.cover-container .download_overlay[data-v-c6343cfa]:focus{opacity:1}.cover-container:hover .coverart[data-v-c6343cfa]{opacity:.75}.cover-container:hover .download_overlay[data-v-c6343cfa]{opacity:1;border:0}",map:void 0,media:void 0})},__vue_scope_id__ $ f="data-v-c6343cfa",__vue_module_identifier__ $ 3=void 0,__vue_is_functional_template__ $ f=!1;function __vue_normalize__ $ f(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="CoverContainer.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-04 20:44:46 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var CoverContainer=__vue_normalize__ $ f({render:__vue_render__ $ f,staticRenderFns:__vue_staticRenderFns__ $ f},__vue_inject_styles__ $ f,__vue_script__ $ f,__vue_scope_id__ $ f,__vue_is_functional_template__ $ f,__vue_module_identifier__ $ 3,__vue_create_injector__ $ 3);let settingsData={},defaultSettingsData={},spotifyCredentials={};async function getSettingsData(){{const e=await fetchData("getSettings"),{settings:a,defaultSettings:n,spotifySettings:r}=e;settingsData=a,defaultSettingsData=n,spotifyCredentials=r||{}}return{settingsData,defaultSettingsData,spotifyCredentials}}function getInitialPreviewVolume(){let e=parseInt(localStorage.getItem("previewVolume"));return isNaN(e)&&(e=80,localStorage.setItem("previewVolume",e.toString())),e}function checkInitialSlimDownloads(){return localStorage.getItem("slimDownloads")==="true"}function checkInitialSlimSidebar(){return localStorage.getItem("slimSidebar")==="true"}const state $ 2=()=>({currentCommit:null,latestCommit:null,updateAvailable:!1,deemixVersion:null,previewVolume:getInitialPreviewVolume(),hasSlimDownloads:checkInitialSlimDownloads(),hasSlimSidebar:checkInitialSlimSidebar()}),actions $ 2={setAppInfo({commit:e},a){e("SET_CURRENT_COMMIT",a.currentCommit),e("SET_LATEST_COMMIT",a.latestCommit),e("SET_UPDATE_AVAILABLE",a.updateAvailable),e("SET_DEEMIX_VERSION",a.deemixVersion)},setPreviewVolume({commit:e},a){e("SET_PREVIEW_VOLUME",a),localStorage.setItem("previewVolume",a.toString())},setSlimDownloads({commit:e},a){e("SET_SLIM_DOWNLOADS",a),localStorage.setItem("slimDownloads",a.toString())},setSlimSidebar({commit:e},a){e("SET_SLIM_SIDEBAR",a),localStorage.setItem("slimSidebar",a.toString()),Array.from(document.getElementsByClassName("toastify")).forEach(n=>{n.style.transform= ` translate ( $ { a ? "3rem" : "14rem" } , 0 ) ` })}},getters $ 2={getAppInfo:e=>e,getPreviewVolume:e=>e.previewVolume,getSlimDownloads:e=>e.hasSlimDownloads,getSlimSidebar:e=>e.hasSlimSidebar},mutations $ 2={SET_CURRENT_COMMIT(e,a){e.currentCommit=a},SET_LATEST_COMMIT(e,a){e.latestCommit=a},SET_UPDATE_AVAILABLE(e,a){e.updateAvailable=a},SET_DEEMIX_VERSION(e,a){e.deemixVersion=a},SET_PREVIEW_VOLUME(e,a){e.previewVolume=a},SET_SLIM_DOWNLOADS(e,a){e.hasSlimDownloads=a},SET_SLIM_SIDEBAR(e,a){e.hasSlimSidebar=a}};var appInfo={state:state $ 2,getters:getters $ 2,actions:actions $ 2,mutations:mutations $ 2};const getDefaultState=()=>({arl:localStorage.getItem("arl")||"",accessToken:localStorage.getItem("accessToken")||"",status:null,user:{id:null,name:"",picture:""},spotifyUser:{id:localStorage.getItem("spotifyUser"),name:null,picture:null},clientMode:!1}),state $ 1=()=>getDefaultState(),actions $ 1={login({commit:e,dispatch:a},n){const{arl:r,user:i,status:s}=n;a("setARL",{arl:r}),e("SET_USER",i),e("SET_STATUS",s)},logout({commit:e}){localStorage.removeItem("arl"),localStorage.removeItem("accessToken"),e("RESET_LOGIN")},setARL({commit:e},a){let{arl:n,saveOnLocalStorage:r}=a;r=typeof r=="undefined"?!0:r,e("SET_ARL",n),r&&localStorage.setItem("arl",n)},setAccessToken({commit:e},a){let{accessToken:n,saveOnLocalStorage:r}=a;r=typeof r=="undefined"?!0:r,e("SET_ACCESS_TOKEN",n),r&&localStorage.setItem("accessToken",n)},removeARL({commit:e}){e("SET_ARL",""),localStorage.removeItem("arl")},removeAccessToken({commit:e}){e("SET_ACCESS_TOKEN",""),localStorage.removeItem("accessToken")},setUser({commit:e},a){e("SET_USER",a)},setClientMode({commit:e},a){e("SET_CLIENT_MODE",a)}},getters $ 1={getARL:e=>e.arl,getAccessToken:e=>e.accessToken,getUser:e=>e.user,getSpotifyUser:e=>e.spotifyUser,getClientMode:e=>e.clientMode,isLoggedIn:e=>!!e.arl,isLoggedWithSpotify:e=>!!e.spotifyUser.id&&!!e.spotifyUser.name},mutations $ 1={SET_ARL(e,a){e.arl=a},SET_ACCESS_TOKEN(e,a){e.accessToken=a},SET_STATUS(e,a){e.status=a},SET_USER(e,a){e.user=a},SET_CLIENT_MODE(e,a){e.clientMode=a},RESET_LOGIN(e){const a=e.clientMode;Object.assign(e,getDefaultState()),e.clientMode=a}};var login={state:state $ 1,getters:getters $ 1,actions:act
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("favorites.title"))+ `
2021-06-02 13:32:45 +00:00
` ),n("div",{ref:"reloadButton",staticClass:"inline-block clickable",attrs:{"aria-label":"reload",role:"button"},on:{click:e.refreshFavorites}},[n("i",{staticClass:"material-icons",class:{spin:e.isRefreshingFavorites}},[e._v("sync")])])]),e._v(" "),n("BaseTabs",e._l(e.tabs,function(r){return n("BaseTab",{key:r,class:{active:e.activeTab===r},on:{click:function(i){e.activeTab=r}}},[e._v( `
` +e._s(e. $ tc("globals.listTabs."+r,2))+ `
2021-03-12 19:45:44 +00:00
` )])}),1),e._v(" "),e.activeTabEmpty?e._e():n("button",{staticClass:"btn btn-primary",staticStyle:{"margin-bottom":"2rem"},on:{click:e.downloadAllOfType}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:e. $ tc("globals.listTabs."+e.activeTab+"N",e.getTabLength())}))+ `
2021-06-02 14:25:55 +00:00
` )]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="playlist",expression:"activeTab === 'playlist'"}]},[e.playlists.length==0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noPlaylists")))])]):e._e(),e._v(" "),e.playlists.length>0||e.spotifyPlaylists.length>0?n("div",{staticClass:"release-grid"},[e._l(e.playlists,function(r){return n("div",{key:r.id,staticClass:"release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{to:{name:"Playlist",params:{id:r.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:r.picture_medium,link:r.link,"is-rounded":""},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(r.title))])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e. $ t("globals.by",{artist:r.creator.name})+" - "+e. $ tc("globals.listTabs.trackN",r.nb_tracks))+ `
` )])],1)}),e._v(" "),e._l(e.spotifyPlaylists,function(r){return n("div",{key:r.id,staticClass:"release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{to:{name:"Spotify Playlist",params:{id:r.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:r.picture_medium,link:r.link,"is-rounded":""},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(r.title))])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
` +e._s(e. $ t("globals.by",{artist:r.creator.name})+" - "+e. $ tc("globals.listTabs.trackN",r.nb_tracks))+ `
2021-06-02 14:25:55 +00:00
` )])],1)})],2):e._e()]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="album",expression:"activeTab === 'album'"}]},[e.albums.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noAlbums")))])]):e._e(),e._v(" "),e.albums.length>0?n("div",{staticClass:"release-grid"},e._l(e.albums,function(r){return n("router-link",{key:r.id,staticClass:"release clickable",attrs:{to:{name:"Album",params:{id:r.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:r.cover_medium,link:r.link,"is-rounded":""},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(r.title))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v(e._s(""+e. $ t("globals.by",{artist:r.artist.name})))])],1)}),1):e._e()]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="artist",expression:"activeTab === 'artist'"}]},[e.artists.length==0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noArtists")))])]):e._e(),e._v(" "),e.artists.length>0?n("div",{staticClass:"release-grid"},e._l(e.artists,function(r){return n("router-link",{key:r.id,staticClass:"release clickable",attrs:{to:{name:"Artist",params:{id:r.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:r.picture_medium,link:r.link,"is-circle":""},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(r.name))])],1)}),1):e._e()]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="track",expression:"activeTab === 'track'"}]},[e.tracks.length==0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noTracks")))])]):e._e(),e._v(" "),e.tracks.length>0?n("table",{staticClass:"table"},e._l(e.tracks,function(r){return n("tr",{staticClass:"track_row"},[n("td",{staticClass:"p-3 text-center cursor-default",class:{first:r.position===1}},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(r.position)+ `
` )]),e._v(" "),n("td",[n("span",{staticClass:"relative inline-block rounded cursor-pointer",attrs:{"data-preview":r.preview},on:{click:e.playPausePreview}},[r.preview?n("PreviewControls"):e._e(),e._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:r.album.cover_small}})],1)]),e._v(" "),n("td",{staticClass:"table__cell--large"},[e._v( `
` +e._s(r.title+(r.title_version&&r.title.indexOf(r.title_version)==-1?" "+r.title_version:""))+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell table__cell--medium table__cell--center clickable",attrs:{to:{name:"Artist",params:{id:r.artist.id}},tag:"td"}},[e._v( `
` +e._s(r.artist.name)+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Album",params:{id:r.album.id}},tag:"td"}},[e._v( `
` +e._s(r.album.title)+ `
2021-03-12 19:45:44 +00:00
` )]),e._v(" "),n("td",{staticClass:"table__cell--small"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e.convertDuration(r.duration))+ `
` )]),e._v(" "),n("td",{staticClass:"cursor-pointer group",attrs:{"data-link":r.link,"aria-label":"download",role:"button"},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[n("i",{staticClass:"transition-colors duration-150 ease-in-out material-icons group-hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v( `
2021-03-12 19:45:44 +00:00
get _app
2021-06-04 21:16:19 +00:00
` )])])])],1)}),0):e._e()])],1)},__vue_staticRenderFns__ $ e=[];const __vue_inject_styles__ $ e=void 0,__vue_scope_id__ $ e=void 0,__vue_is_functional_template__ $ e=!1;function __vue_normalize__ $ e(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Favorites.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Favorites=__vue_normalize__ $ e({render:__vue_render__ $ e,staticRenderFns:__vue_staticRenderFns__ $ e},__vue_inject_styles__ $ e,__vue_script__ $ e,__vue_scope_id__ $ e,__vue_is_functional_template__ $ e);let homeData={},cached $ 1=!1;async function getHomeData(){if(cached $ 1)return homeData;{const e=await fetchData("getHome");return homeData=e,cached $ 1=!0,e}}var script $ d={components:{CoverContainer},data(){return{playlists:[],albums:[]}},async created(){const e=await getHomeData();this.initHome(e)},computed:{...mapGetters(["isLoggedIn"])},methods:{addToQueue(e){sendAddToQueue(e.currentTarget.dataset.link)},initHome(e){const{playlists:{data:a},albums:{data:n}}=e;this.playlists=a,this.albums=n}}};const __vue_script__ $ d=script $ d;var __vue_render__ $ d=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{attrs:{id:"home_tab"}},[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("globals.welcome")))]),e._v(" "),e.isLoggedIn?e._e():n("section",{ref:"notLogged",staticClass:"py-6 border-0 border-t border-solid border-grayscale-500"},[n("p",{staticClass:"mb-4",attrs:{id:"home_not_logged_text"}},[e._v(e._s(e. $ t("home.needTologin")))]),e._v(" "),n("router-link",{staticClass:"btn btn-primary",attrs:{tag:"button",name:"button",to:{name:"Settings"}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("home.openSettings"))+ `
2021-06-02 13:32:45 +00:00
` )])],1),e._v(" "),e.playlists.length?n("section",{staticClass:"py-6 border-0 border-t border-solid border-grayscale-500"},[n("h2",{staticClass:"mb-6 text-3xl"},[e._v(e._s(e. $ t("home.sections.popularPlaylists")))]),e._v(" "),n("div",{staticClass:"release-grid"},e._l(e.playlists,function(r){return n("router-link",{key:r.id,staticClass:"release clickable",attrs:{tag:"div",to:{name:"Playlist",params:{id:r.id}},tabindex:"0"},nativeOn:{keyup:function(i){return!i.type.indexOf("key")&&e._k(i.keyCode,"enter",13,i.key,"Enter")?null:e. $ router.push({name:"Playlist",params:{id:r.id}})}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:r.picture_medium,link:r.link},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(r.title))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
` +e._s(e. $ t("globals.by",{artist:r.user.name})+" - "+e. $ tc("globals.listTabs.trackN",r.nb_tracks))+ `
2021-06-04 20:44:46 +00:00
` )])],1)}),1)]):e._e(),e._v(" "),e.albums.length?n("section",{staticClass:"py-6 border-0 border-t border-solid border-grayscale-500"},[n("h2",{staticClass:"mb-6 text-3xl"},[e._v(e._s(e. $ t("home.sections.popularAlbums")))]),e._v(" "),n("div",{staticClass:"release-grid"},e._l(e.albums,function(r){return n("router-link",{key:r.id,staticClass:"release clickable",attrs:{tag:"div",to:{name:"Album",params:{id:r.id}},"data-id":r.id,tabindex:"0"},nativeOn:{keyup:function(i){return!i.type.indexOf("key")&&e._k(i.keyCode,"enter",13,i.key,"Enter")?null:e. $ router.push({name:"Album",params:{id:r.id}})}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:r.cover_medium,link:r.link},on:{click:function(i){return i.stopPropagation(),e.addToQueue(i)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(r.title))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v(e._s(""+e. $ t("globals.by",{artist:r.artist.name})))])],1)}),1)]):e._e()])},__vue_staticRenderFns__ $ d=[];const __vue_inject_styles__ $ d=void 0,__vue_scope_id__ $ d=void 0,__vue_is_functional_template__ $ d=!1;function __vue_normalize__ $ d(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Home.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Home=__vue_normalize__ $ d({render:__vue_render__ $ d,staticRenderFns:__vue_staticRenderFns__ $ d},__vue_inject_styles__ $ d,__vue_script__ $ d,__vue_scope_id__ $ d,__vue_is_functional_template__ $ d);const COUNTRIES={AF:"Afghanistan",AX:" \x C5land Islands",AL:"Albania",DZ:"Algeria",AS:"American Samoa",AD:"Andorra",AO:"Angola",AI:"Anguilla",AQ:"Antarctica",AG:"Antigua and Barbuda",AR:"Argentina",AM:"Armenia",AW:"Aruba",AU:"Australia",AT:"Austria",AZ:"Azerbaijan",BS:"Bahamas",BH:"Bahrain",BD:"Bangladesh",BB:"Barbados",BY:"Belarus",BE:"Belgium",BZ:"Belize",BJ:"Benin",BM:"Bermuda",BT:"Bhutan",BO:"Bolivia, Plurinational State of",BQ:"Bonaire, Sint Eustatius and Saba",BA:"Bosnia and Herzegovina",BW:"Botswana",BV:"Bouvet Island",BR:"Brazil",IO:"British Indian Ocean Territory",BN:"Brunei Darussalam",BG:"Bulgaria",BF:"Burkina Faso",BI:"Burundi",KH:"Cambodia",CM:"Cameroon",CA:"Canada",CV:"Cape Verde",KY:"Cayman Islands",CF:"Central African Republic",TD:"Chad",CL:"Chile",CN:"China",CX:"Christmas Island",CC:"Cocos (Keeling) Islands",CO:"Colombia",KM:"Comoros",CG:"Congo",CD:"Congo, the Democratic Republic of the",CK:"Cook Islands",CR:"Costa Rica",CI:"C \x F4te d'Ivoire",HR:"Croatia",CU:"Cuba",CW:"Cura \x E7ao",CY:"Cyprus",CZ:"Czech Republic",DK:"Denmark",DJ:"Djibouti",DM:"Dominica",DO:"Dominican Republic",EC:"Ecuador",EG:"Egypt",SV:"El Salvador",GQ:"Equatorial Guinea",ER:"Eritrea",EE:"Estonia",ET:"Ethiopia",FK:"Falkland Islands (Malvinas)",FO:"Faroe Islands",FJ:"Fiji",FI:"Finland",FR:"France",GF:"French Guiana",PF:"French Polynesia",TF:"French Southern Territories",GA:"Gabon",GM:"Gambia",GE:"Georgia",DE:"Germany",GH:"Ghana",GI:"Gibraltar",GR:"Greece",GL:"Greenland",GD:"Grenada",GP:"Guadeloupe",GU:"Guam",GT:"Guatemala",GG:"Guernsey",GN:"Guinea",GW:"Guinea-Bissau",GY:"Guyana",HT:"Haiti",HM:"Heard Island and McDonald Islands",VA:"Holy See (Vatican City State)",HN:"Honduras",HK:"Hong Kong",HU:"Hungary",IS:"Iceland",IN:"India",ID:"Indonesia",IR:"Iran, Islamic Republic of",IQ:"Iraq",IE:"Ireland",IM:"Isle of Man",IL:"Israel",IT:"Italy",JM:"Jamaica",JP:"Japan",JE:"Jersey",JO:"Jordan",KZ:"Kazakhstan",KE:"Kenya",KI:"Kiribati",KP:"Korea, Democratic People's Republic of",KR:"Korea, Republic of",KW:"Kuwait",KG:"Kyrgyzstan",LA:"Lao People's Democratic Republic",LV:"Latvia",LB:"Lebanon",LS:"Lesotho",LR:"Liberia",LY:"Libya",LI:"Liechtenstein",LT:"Lithuania",LU:"Luxembourg",MO:"Macao",MK:"Macedonia, the Former Yugoslav Republic of",MG:"Madagascar",MW:"Malawi",MY:"Malaysia",MV:"Maldives",ML:"Mali",MT:"Malta",MH:"Marshall Islands",MQ:"Martinique",MR:"Mauritania",MU:"Mauritius",YT:"Mayotte",MX:"Mexico",FM:"Micronesia, Federated States of",MD:"Moldova, Republic of",MC:"Monaco",MN:"Mongolia",ME:"Montenegro",MS:"Montserrat",MA:"Morocco",MZ:"Mozambique",MM:"Myanmar",NA:"Namibia",NR:"Nau
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("linkAnalyzer.info"))+ `
` )]),e._v(" "),n("p",[e._v( `
` +e._s(e. $ t("linkAnalyzer.useful"))+ `
` )])]):e.link==="error"?n("div",[n("h2",[e._v(e._s(e. $ t("linkAnalyzer.linkNotSupported")))]),e._v(" "),n("p",[e._v(e._s(e. $ t("linkAnalyzer.linkNotSupportedYet")))])]):n("div",[n("header",{staticClass:"flex items-center",style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+e.image+"')"}},[n("div",[n("h1",{staticClass:"m-0"},[e._v(e._s(e.title))]),e._v(" "),e.type==="track"?n("h2",{staticClass:"m-0 mb-3 text-lg"},[n("i18n",{attrs:{path:"globals.by",tag:"span"}},[n("router-link",{staticClass:"clickable",attrs:{tag:"span",place:"artist",to:{name:"Artist",params:{id:e.data.artist.id}}}},[e._v( `
` +e._s(e.data.artist.name)+ `
` )])],1),e._v( `
\u2022
` ),n("i18n",{attrs:{path:"globals.in",tag:"span"}},[n("router-link",{staticClass:"clickable",attrs:{tag:"span",place:"album",to:{name:"Album",params:{id:e.data.album.id}}}},[e._v( `
` +e._s(e.data.album.title)+ `
` )])],1)],1):e.type==="album"?n("h2",{staticClass:"m-0 mb-3 text-lg"},[n("i18n",{attrs:{path:"globals.by",tag:"span"}},[n("router-link",{staticClass:"clickable",attrs:{tag:"span",place:"artist",to:{name:"Artist",params:{id:e.data.artist.id}}}},[e._v( `
` +e._s(e.data.artist.name)+ `
` )])],1),e._v( `
` +e._s(" \u 2022 "+e. $ tc("globals.listTabs.trackN",e.data.nb_tracks))+ `
2021-06-02 13:32:45 +00:00
` )],1):e._e()]),e._v(" "),n("div",{staticClass:"grid w-16 h-16 ml-auto rounded-full cursor-pointer bg-primary text-grayscale-870 place-items-center",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(r){return r.preventDefault(),e.openQualityModal(r)},click:function(r){return r.stopPropagation(),e.addToQueue(r)}}},[n("i",{staticClass:"text-4xl material-icons",attrs:{title:e. $ t("globals.download_hint")}},[e._v("get_app")])])]),e._v(" "),n("table",{staticClass:"table"},[e.data.id?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.id")))]),e._v(" "),n("td",[e._v(e._s(e.data.id))])]):e._e(),e._v(" "),e.data.isrc?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.isrc")))]),e._v(" "),n("td",[e._v(e._s(e.data.isrc))])]):e._e(),e._v(" "),e.data.upc?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.upc")))]),e._v(" "),n("td",[e._v(e._s(e.data.upc))])]):e._e(),e._v(" "),e.data.duration?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.duration")))]),e._v(" "),n("td",[e._v(e._s(e.convertDuration(e.data.duration)))])]):e._e(),e._v(" "),e.data.disk_number?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.diskNumber")))]),e._v(" "),n("td",[e._v(e._s(e.data.disk_number))])]):e._e(),e._v(" "),e.data.track_position?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.trackNumber")))]),e._v(" "),n("td",[e._v(e._s(e.data.track_position))])]):e._e(),e._v(" "),e.data.release_date?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.releaseDate")))]),e._v(" "),n("td",[e._v(e._s(e.data.release_date))])]):e._e(),e._v(" "),e.data.bpm?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.bpm")))]),e._v(" "),n("td",[e._v(e._s(e.data.bpm))])]):e._e(),e._v(" "),e.data.label?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.label")))]),e._v(" "),n("td",[e._v(e._s(e.data.label))])]):e._e(),e._v(" "),e.data.record_type?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.recordType")))]),e._v(" "),n("td",[e._v(e._s(e. $ tc("globals.listTabs."+e.data.record_type,1)))])]):e._e(),e._v(" "),e.data.genres&&e.data.genres.data.length?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.genres")))]),e._v(" "),n("td",[e._v(e._s(e.data.genres.data.map(function(r){return r.name}).join("; ")))])]):e._e()]),e._v(" "),e.type=="album"?n("div",[n("router-link",{staticClass:"btn btn-primary",attrs:{tag:"button",name:"button",to:{name:"Album",params:{id:e.id}}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("linkAnalyzer.table.tracklist"))+ `
2021-06-04 21:16:19 +00:00
` )])],1):e._e(),e._v(" "),e.countries.length?n("div",e._l(e.countries,function(r){return n("p",[e._v(e._s(r[0])+" - "+e._s(r[1]))])}),0):e._e()])])},__vue_staticRenderFns__ $ c=[];const __vue_inject_styles__ $ c=void 0,__vue_scope_id__ $ c=void 0,__vue_is_functional_template__ $ c=!1;function __vue_normalize__ $ c(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="LinkAnalyzer.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var LinkAnalyzer=__vue_normalize__ $ c({render:__vue_render__ $ c,staticRenderFns:__vue_staticRenderFns__ $ c},__vue_inject_styles__ $ c,__vue_script__ $ c,__vue_scope_id__ $ c,__vue_is_functional_template__ $ c);const messages=ref([]),cached=localStorage.getItem("areLogsActive"),areLogsActive=ref(cached?cached==="true":!1),saveLogsSettings=()=>{localStorage.setItem("areLogsActive",areLogsActive.value)};socket.addEventListener("message",e=>{if(!areLogsActive.value)return;const a=JSON.parse(e.data);messages.value.push(Object.freeze(a))});const useLogs=()=>({messages,areLogsActive,saveLogsSettings});var script $ b={name:"Logs",setup(){const{messages:e}=useLogs();return{logMessages:computed(()=>e.value.slice(0,50).reverse())}}};const __vue_script__ $ b=script $ b;var __vue_render__ $ b=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"logs-container"},[n("h1",{staticClass:"mb-8 text-5xl capitalize"},[e._v(e._s(e. $ t("sidebar.logs")))]),e._v(" "),n("table",{staticClass:"w-full text-center border-collapse"},[n("tr",[n("th"),e._v(" "),n("th",{staticClass:"pr-5 h-12"},[e._v(e._s(e. $ t("logs.event")))]),e._v(" "),n("th",[e._v(e._s(e. $ t("logs.data")))])]),e._v(" "),e._l(e.logMessages,function(r,i){return n("tr",{key:i,staticClass:"border-t border-solid border-foreground"},[n("td",{staticClass:"count"}),e._v(" "),n("td",{staticClass:"pr-5 w-1/3"},[e._v(e._s(r.key))]),e._v(" "),n("td",{staticClass:"w-2/3"},[e._v(e._s(r.data||"Empty"))])])})],2)])},__vue_staticRenderFns__ $ b=[];const __vue_inject_styles__ $ b=function(e){!e||e("data-v-32b01293_0",{source:".logs-container[data-v-32b01293]{counter-reset:logs}.count[data-v-32b01293]::before{content:counter(logs);counter-increment:logs}tr>td[data-v-32b01293]{height:2rem;vertical-align:middle;text-align:center}",map:void 0,media:void 0})},__vue_scope_id__ $ b="data-v-32b01293",__vue_module_identifier__ $ 2=void 0,__vue_is_functional_template__ $ b=!1;function __vue_normalize__ $ b(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="Logs.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__ $ 2(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 2.styles||(__vue_create_injector__ $ 2.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(i,s){if(document.querySelector('style[data-vue-ssr-id~="'+i+'"]'))return;const l=n?s.media||"default":i,c=a[l]||(a[l]={ids:[],parts:[],element:void 0});if(!c.ids.includes(i)){let o=s.source,u=c.ids.length;if(c.ids.push(i),s.map&&(o+= `
2021-06-04 20:44:46 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var Logs=__vue_normalize__ $ b({render:__vue_render__ $ b,staticRenderFns:__vue_staticRenderFns__ $ b},__vue_inject_styles__ $ b,__vue_script__ $ b,__vue_scope_id__ $ b,__vue_is_functional_template__ $ b,__vue_module_identifier__ $ 2,__vue_create_injector__ $ 2);const upperCaseFirstLowerCaseRest=e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase();var script $ a={components:{CoverContainer},computed:{fansNumber(){let e;try{e=this. $ n(this. $ attrs.info.nb_fan)}catch(a){e=this. $ n(this. $ attrs.info.nb_fan,{locale:"en"})}return this. $ attrs.info.type=="artist"?this. $ t("search.fans",{n:e}):this. $ t("globals.by",{artist:this. $ attrs.info.artist})+" - "+this. $ tc("globals.listTabs.trackN",this. $ attrs.info.nb_song)}},methods:{upperCaseFirstLowerCaseRest}};const __vue_script__ $ a=script $ a;var __vue_render__ $ a=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"flex flex-col items-center justify-center"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:e.upperCaseFirstLowerCaseRest(e. $ attrs.info.type),params:{id:e. $ attrs.info.id}}}},[n("CoverContainer",{staticClass:"w-40 h-40",attrs:{"is-rounded":e. $ attrs.info.type!=="artist","is-circle":e. $ attrs.info.type==="artist",cover:e. $ attrs.info.picture,link:e. $ attrs.info.link},on:{click:function(r){return r.stopPropagation(),e. $ emit("add-to-queue",r)}}}),e._v(" "),n("p",{staticClass:"mt-4 mb-1 text-xl text-center transition-colors duration-200 ease-in-out hover:text-primary"},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ attrs.info.title)+ `
` )])],1),e._v(" "),n("p",{staticClass:"mb-3 text-center secondary-text"},[e._v( `
` +e._s(e.fansNumber)+ `
` )]),e._v(" "),n("span",{staticClass:"p-1 px-2 text-xs text-center capitalize bg-primary rounded-xl"},[e._v( `
` +e._s(e. $ tc("globals.listTabs."+e. $ attrs.info.type,1))+ `
2021-06-02 13:32:45 +00:00
` )])],1)},__vue_staticRenderFns__ $ a=[];const __vue_inject_styles__ $ a=void 0,__vue_scope_id__ $ a=void 0,__vue_is_functional_template__ $ a=!1;function __vue_normalize__ $ a(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="TopResult.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var TopResult=__vue_normalize__ $ a({render:__vue_render__ $ a,staticRenderFns:__vue_staticRenderFns__ $ a},__vue_inject_styles__ $ a,__vue_script__ $ a,__vue_scope_id__ $ a,__vue_is_functional_template__ $ a);function formatSingleTrack(e){let a=getPropertyWithFallback(e,"explicit_lyrics","EXPLICIT_LYRICS");return typeof a=="string"&&(a=a!=="0"),{trackTitle:getPropertyWithFallback(e,"title","SNG_TITLE"),trackTitleVersion:getPropertyWithFallback(e,"title_version","VERSION"),trackPreview:getPropertyWithFallback(e,"preview","MEDIA.0.HREF"),trackDuration:getPropertyWithFallback(e,"duration","DURATION"),trackLink:getPropertyWithFallback(e,"link")|| ` https : //www.deezer.com/track/${e.SNG_ID}`,isTrackExplicit:a,artistID:getPropertyWithFallback(e,"artist.id","ART_ID"),artistName:getPropertyWithFallback(e,"artist.name","ART_NAME"),albumID:getPropertyWithFallback(e,"album.id","ALB_ID"),albumTitle:getPropertyWithFallback(e,"album.title","ALB_TITLE"),albumPicture:getPropertyWithFallback(e,"album.cover_small")||`https://e-cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`}}function formatAlbums(e){let a=getPropertyWithFallback(e,"explicit_lyrics","EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS");return typeof a=="number"&&(a=a===1),{albumID:getPropertyWithFallback(e,"id","ALB_ID"),albumTitle:getPropertyWithFallback(e,"title","ALB_TITLE"),albumCoverMedium:getPropertyWithFallback(e,"cover_medium")||`https://e-cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/156x156-000000-80-0-0.jpg`,albumLink:getPropertyWithFallback(e,"link")||`https://deezer.com/album/${e.ALB_ID}`,albumTracks:getPropertyWithFallback(e,"nb_tracks","NUMBER_TRACK"),isAlbumExplicit:a,artistName:getPropertyWithFallback(e,"artist.name","ART_NAME")}}function formatArtist(e){return{artistID:getPropertyWithFallback(e,"id","ART_ID"),artistName:getPropertyWithFallback(e,"name","ART_NAME"),artistPictureMedium:getPropertyWithFallback(e,"picture_medium")||`https://e-cdns-images.dzcdn.net/images/artist/${e.ART_PICTURE}/156x156-000000-80-0-0.jpg`,artistLink:getPropertyWithFallback(e,"link")||`https://deezer.com/artist/${e.ART_ID}`,artistAlbumsNumber:getPropertyWithFallback(e,"nb_album","NB_FAN")}}function formatPlaylist(e){return{playlistID:getPropertyWithFallback(e,"id","PLAYLIST_ID"),playlistTitle:getPropertyWithFallback(e,"title","TITLE"),playlistPictureMedium:getPropertyWithFallback(e,"picture_medium")||`https://e-cdns-images.dzcdn.net/images/${e.PICTURE_TYPE}/${e.PLAYLIST_PICTURE}/156x156-000000-80-0-0.jpg`,playlistLink:getPropertyWithFallback(e,"link")||`https://deezer.com/playlist/${e.PLAYLIST_ID}`,playlistTracksNumber:getPropertyWithFallback(e,"nb_tracks","NB_SONG"),artistName:getPropertyWithFallback(e,"user.name")}}function formatTitle(e){const a=e.trackTitleVersion&&!e.trackTitle.includes(e.trackTitleVersion);return`${e.trackTitle}${a?` ${e.trackTitleVersion}`:""}`}var script$9={components:{BaseLoadingPlaceholder,PreviewControls},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,required:!1},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}},methods:{convertDuration,formatTitle,playPausePreview}};const __vue_script__$9=script$9;var __vue_render__$9=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e.$t("search.noResultsTrack")))])]):n("table",{staticClass:"table w-full table--tracks"},[e.wantHeaders?n("thead",[n("tr",{staticClass:"capitalize"},[n("th",{staticClass:"h-12 pb-3",attrs:{col
` +e._s(e.formatTitle(r))+ `
` )])]),e._v(" "),n("router-link",{staticClass:"break-words table__cell table__cell--medium table__cell--center",attrs:{tag:"td",to:{name:"Artist",params:{id:r.artistID}}}},[n("span",{staticClass:"cursor-pointer hover:underline"},[e._v( `
` +e._s(r.artistName)+ `
` )])]),e._v(" "),n("router-link",{staticClass:"break-words table__cell table__cell--medium table__cell--center",attrs:{tag:"td",to:{name:"Album",params:{id:r.albumID}}}},[n("span",{staticClass:"cursor-pointer hover:underline"},[e._v( `
` +e._s(r.albumTitle)+ `
2021-03-12 19:45:44 +00:00
` )])]),e._v(" "),n("td",{staticClass:"table__cell table__cell--small table__cell--center"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e.convertDuration(r.trackDuration))+ `
` )]),e._v(" "),n("td",{staticClass:"cursor-pointer table__cell--center group",attrs:{"data-link":r.trackLink,"aria-label":"download"},on:{click:function(i){return i.stopPropagation(),e. $ emit("add-to-queue",i)}}},[n("i",{staticClass:"transition-colors duration-150 ease-in-out material-icons group-hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v( `
2021-03-12 19:45:44 +00:00
get _app
2021-06-02 13:32:45 +00:00
` )])])],1)}),0)])]],2)},__vue_staticRenderFns__ $ 9=[];const __vue_inject_styles__ $ 9=void 0,__vue_scope_id__ $ 9=void 0,__vue_is_functional_template__ $ 9=!1;function __vue_normalize__ $ 9(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="ResultsTracks.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var ResultsTracks=__vue_normalize__ $ 9({render:__vue_render__ $ 9,staticRenderFns:__vue_staticRenderFns__ $ 9},__vue_inject_styles__ $ 9,__vue_script__ $ 9,__vue_scope_id__ $ 9,__vue_is_functional_template__ $ 9),script $ 8={components:{BaseLoadingPlaceholder,CoverContainer},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,required:!1},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}}};const __vue_script__ $ 8=script $ 8;var __vue_render__ $ 8=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("search.noResultsAlbum")))])]):n("div",{staticClass:"release-grid"},e._l(e.viewInfo.data.slice(0,e.itemsToShow),function(r){return n("div",{key:r.albumID,staticClass:"w-40 release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:"Album",params:{id:r.albumID}}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:r.albumCoverMedium,link:r.albumLink},on:{click:function(i){return i.stopPropagation(),e. $ emit("add-to-queue",i)}}}),e._v(" "),n("span",{staticClass:"primary-text"},[r.isAlbumExplicit?n("i",{staticClass:"material-icons title-icon",staticStyle:{"font-size":"1.0625rem !important"}},[e._v( `
2021-03-12 19:45:44 +00:00
explicit
` )]):e._e(),e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(r.albumTitle)+ `
2021-03-12 19:45:44 +00:00
` )])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e. $ t("globals.by",{artist:r.artistName})+" - "+e. $ tc("globals.listTabs.trackN",r.albumTracks))+ `
` )])],1)}),0)]],2)},__vue_staticRenderFns__ $ 8=[];const __vue_inject_styles__ $ 8=void 0,__vue_scope_id__ $ 8=void 0,__vue_is_functional_template__ $ 8=!1;function __vue_normalize__ $ 8(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="ResultsAlbums.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var ResultsAlbums=__vue_normalize__ $ 8({render:__vue_render__ $ 8,staticRenderFns:__vue_staticRenderFns__ $ 8},__vue_inject_styles__ $ 8,__vue_script__ $ 8,__vue_scope_id__ $ 8,__vue_is_functional_template__ $ 8),script $ 7={components:{BaseLoadingPlaceholder,CoverContainer},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,required:!1},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}}};const __vue_script__ $ 7=script $ 7;var __vue_render__ $ 7=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("search.noResultsArtist")))])]):n("div",{staticClass:"release-grid"},e._l(e.viewInfo.data.slice(0,e.itemsToShow),function(r){return n("div",{key:r.artistID,staticClass:"w-40 release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:"Artist",params:{id:r.artistID}}}},[n("CoverContainer",{attrs:{"is-circle":"",cover:r.artistPictureMedium,link:r.artistLink},on:{click:function(i){return i.stopPropagation(),e. $ emit("add-to-queue",i)}}}),e._v(" "),n("span",{staticClass:"primary-text"},[e._v( `
` +e._s(r.artistName)+ `
` )])],1)],1)}),0)]],2)},__vue_staticRenderFns__ $ 7=[];const __vue_inject_styles__ $ 7=void 0,__vue_scope_id__ $ 7=void 0,__vue_is_functional_template__ $ 7=!1;function __vue_normalize__ $ 7(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="ResultsArtists.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var ResultsArtists=__vue_normalize__ $ 7({render:__vue_render__ $ 7,staticRenderFns:__vue_staticRenderFns__ $ 7},__vue_inject_styles__ $ 7,__vue_script__ $ 7,__vue_scope_id__ $ 7,__vue_is_functional_template__ $ 7),script $ 6={components:{BaseLoadingPlaceholder,CoverContainer},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,required:!1},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}}};const __vue_script__ $ 6=script $ 6;var __vue_render__ $ 6=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("search.noResultsPlaylist")))])]):n("div",{staticClass:"release-grid"},e._l(e.viewInfo.data.slice(0,e.itemsToShow),function(r){return n("div",{key:r.playlistID,staticClass:"w-40 release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:"Playlist",params:{id:r.playlistID}}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:r.playlistPictureMedium,link:r.playlistLink},on:{click:function(i){return i.stopPropagation(),e. $ emit("add-to-queue",i)}}}),e._v(" "),n("span",{staticClass:"primary-text"},[e._v( `
` +e._s(r.playlistTitle)+ `
2021-03-12 19:45:44 +00:00
` )])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e. $ t("globals.by",{artist:r.artistName})+" - "+e. $ tc("globals.listTabs.trackN",r.playlistTracksNumber))+ `
` )])],1)}),0)]],2)},__vue_staticRenderFns__ $ 6=[];const __vue_inject_styles__ $ 6=void 0,__vue_scope_id__ $ 6=void 0,__vue_is_functional_template__ $ 6=!1;function __vue_normalize__ $ 6(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="ResultsPlaylists.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var ResultsPlaylists=__vue_normalize__ $ 6({render:__vue_render__ $ 6,staticRenderFns:__vue_staticRenderFns__ $ 6},__vue_inject_styles__ $ 6,__vue_script__ $ 6,__vue_scope_id__ $ 6,__vue_is_functional_template__ $ 6),script $ 5={components:{TopResult,ResultsTracks,ResultsAlbums,ResultsArtists,ResultsPlaylists},props:{viewInfo:{type:Object,required:!1}},computed:{thereAreResults(){return!this.viewInfo?!1:!this.viewInfo.ORDER.every(n=>n==="TOP_RESULT"?this.viewInfo[n].length===0:this.viewInfo[n].data.length===0)}},methods:{convertDuration,upperCaseFirstLowerCaseRest,standardizeData,formatSingleTrack,formatAlbums,formatArtist,formatPlaylist,checkSectionResults(e){return e==="TOP_RESULT"?!!this.viewInfo.TOP_RESULT[0]:!!this.viewInfo[e].data[0]}}};const __vue_script__ $ 5=script $ 5;var __vue_render__ $ 5=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.thereAreResults?e._l(e.viewInfo.ORDER,function(r){return n("section",{key:r,staticClass:"float-none py-5 border-t border-grayscale-500 first:border-t-0"},[e.checkSectionResults(r)?[n("h2",{staticClass:"mb-6 capitalize",class:{"text-4xl text-center":r==="TOP_RESULT","inline-block cursor-pointer text-3xl hover:text-primary transition-colors duration-200 ease-in-out":r!=="TOP_RESULT"},on:{click:function(i){return e. $ emit("change-search-tab",r)}}},[e._v( `
` +e._s(e. $ tc("globals.listTabs."+r.toLowerCase(),2))+ `
` )]),e._v(" "),r==="TOP_RESULT"?n("TopResult",{attrs:{info:e.viewInfo.TOP_RESULT[0]},on:{"add-to-queue":function(i){return e. $ emit("add-to-queue",i)}}}):r==="TRACK"?n("ResultsTracks",{attrs:{"view-info":e.standardizeData(e.viewInfo.TRACK,e.formatSingleTrack),"items-to-show":6},on:{"add-to-queue":function(i){return e. $ emit("add-to-queue",i)}}}):r=="ALBUM"?n("ResultsAlbums",{attrs:{"view-info":e.standardizeData(e.viewInfo.ALBUM,e.formatAlbums),"items-to-show":6},on:{"add-to-queue":function(i){return e. $ emit("add-to-queue",i)}}}):r=="PLAYLIST"?n("ResultsPlaylists",{attrs:{"view-info":e.standardizeData(e.viewInfo.PLAYLIST,e.formatPlaylist),"items-to-show":6},on:{"add-to-queue":function(i){return e. $ emit("add-to-queue",i)}}}):r==="ARTIST"?n("ResultsArtists",{attrs:{"view-info":e.standardizeData(e.viewInfo.ARTIST,e.formatArtist),"items-to-show":6},on:{"add-to-queue":function(i){return e. $ emit("add-to-queue",i)}}}):e._e()]:e._e()],2)}):n("div",[n("h1",[e._v(e._s(e. $ t("search.noResults")))])])],2)},__vue_staticRenderFns__ $ 5=[];const __vue_inject_styles__ $ 5=void 0,__vue_scope_id__ $ 5=void 0,__vue_is_functional_template__ $ 5=!1;function __vue_normalize__ $ 5(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="ResultsAll.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var ResultsAll=__vue_normalize__ $ 5({render:__vue_render__ $ 5,staticRenderFns:__vue_staticRenderFns__ $ 5},__vue_inject_styles__ $ 5,__vue_script__ $ 5,__vue_scope_id__ $ 5,__vue_is_functional_template__ $ 5);const searchResult=ref({});function performMainSearch(e){fetchData("mainSearch",{term:e}).then(a=>{searchResult.value=a})}function useMainSearch(){return{searchResult,performMainSearch}}const result=ref({});function performSearch({term:e,type:a,start:n=0,nb:r=30}){fetchData("search",{term:e,type:a,start:n,nb:r}).then(i=>{result.value=i})}function useSearch(){return{result,performSearch}}const resetObj={data:[],next:0,total:0,hasLoaded:!1},lastTab=ref(null);var script $ 4=defineComponent({components:{BaseLoadingPlaceholder,BaseTabs,BaseTab},props:{performScrolledSearch:{type:Boolean,required:!1}},setup(e,a){const n=reactive({currentTab:{name:"",searchType:"",component:{},viewInfo:"",formatFunc:()=>{}},results:{query:"",allTab:{ORDER:[],TOP_RESULT:[],ALBUM:{hasLoaded:!1},ARTIST:{hasLoaded:!1},TRACK:{hasLoaded:!1},PLAYLIST:{hasLoaded:!1}},trackTab:{...resetObj},albumTab:{...resetObj},artistTab:{...resetObj},playlistTab:{...resetObj}},tabs:[{name:a.root. $ i18n.t("globals.listTabs.all"),searchType:"all",component:ResultsAll,viewInfo:"allTab"},{name:a.root. $ i18n.tc("globals.listTabs.track",2),searchType:"track",component:ResultsTracks,viewInfo:"trackTab",formatFunc:formatSingleTrack},{name:a.root. $ i18n.tc("globals.listTabs.album",2),searchType:"album",component:ResultsAlbums,viewInfo:"albumTab",formatFunc:formatAlbums},{name:a.root. $ i18n.tc("globals.listTabs.artist",2),searchType:"artist",component:ResultsArtists,viewInfo:"artistTab",formatFunc:formatArtist},{name:a.root. $ i18n.tc("globals.listTabs.playlist",2),searchType:"playlist",component:ResultsPlaylists,viewInfo:"playlistTab",formatFunc:formatPlaylist}]}),{searchResult:r,performMainSearch:i}=useMainSearch(),{result:s,performSearch:l}=useSearch(),c=computed(()=>a.root. $ route.query.term),o=computed(()=>n.results.query===""),u=ref(!1),d=computed(()=>Object.keys(r.value).length!==0),f=computed(()=>r.value.QUERY!==c.value);d.value&&!f.value&&onMounted(()=>{h(r.value)}),c.value&&(!d.value||f.value)&&(i(c.value),u.value=!0);function h(m){u.value=!1,n.results.query=m.QUERY,n.results.allTab=m,n.results.allTab.TRACK.hasLoaded=!0,n.results.allTab.ALBUM.hasLoaded=!0,n.results.allTab.ARTIST.hasLoaded=!0,n.results.allTab.PLAYLIST.hasLoaded=!0,lastTab.value&&lastTab.value.searchType!=="all"?(n.currentTab=lastTab.value,l({term:m.QUERY,type:n.currentTab.searchType})):n.currentTab=n.tabs.find(v=>v.searchType==="all")}return watch(r,h),watch(s,m=>{const{next:v,total:y,type:_,data:w}=m,A= ` $ { _ } Tab ` ;let C=y;if(v&&(C=parseInt(v.match(/index=( \d *)/)[
` +e._s(r.name)+ `
` )])}),1),e._v(" "),n("keep-alive",[n(e.currentTab.component,{tag:"component",attrs:{"view-info":e.getViewInfo(),"want-headers":""},on:{"add-to-queue":e.addToQueue,"change-search-tab":e.changeSearchTab}})],1)],1)],1)},__vue_staticRenderFns__ $ 4=[];const __vue_inject_styles__ $ 4=void 0,__vue_scope_id__ $ 4=void 0,__vue_is_functional_template__ $ 4=!1;function __vue_normalize__ $ 4(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Search.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Search=__vue_normalize__ $ 4({render:__vue_render__ $ 4,staticRenderFns:__vue_staticRenderFns__ $ 4},__vue_inject_styles__ $ 4,__vue_script__ $ 4,__vue_scope_id__ $ 4,__vue_is_functional_template__ $ 4);const trackTemplateVariables=["%title%","%artist%","%artists%","%allartists%","%mainartists%","%featartists%","%album%","%albumartist%","%tracknumber%","%tracktotal%","%discnumber%","%disctotal%","%genre%","%year%","%date%","%bpm%","%label%","%isrc%","%upc%","%explicit%","%track_id%","%album_id%","%artist_id%","%playlist_id%","%position%"];var it= ` < svg xmlns = "http://www.w3.org/2000/svg" id = "flag-icon-css-it" viewBox = "0 0 640 480" >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#fff" d = "M0 0h640v480H0z" / >
< path fill = "#009246" d = "M0 0h213.3v480H0z" / >
< path fill = "#ce2b37" d = "M426.7 0H640v480H426.7z" / >
< / g >
< /svg>`,gb=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - gb " viewBox=" 0 0 640 480 " >
< path fill = "#012169" d = "M0 0h640v480H0z" / >
< path fill = "#FFF" d = "M75 0l244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0h75z" / >
< path fill = "#C8102E" d = "M424 281l216 159v40L369 281h55zm-184 20l6 35L54 480H0l240-179zM640 0v3L391 191l2-44L590 0h50zM0 0l239 176h-60L0 42V0z" / >
< path fill = "#FFF" d = "M241 0v480h160V0H241zM0 160v160h640V160H0z" / >
< path fill = "#C8102E" d = "M0 193v96h640v-96H0zM273 0v480h96V0h-96z" / >
2021-05-05 18:59:27 +00:00
< /svg>`,es=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - es " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< path fill = "#AA151B" d = "M0 0h640v480H0z" / >
< path fill = "#F1BF00" d = "M0 120h640v240H0z" / >
< path fill = "#ad1519" d = "M127.3 213.3l-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 011.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 002 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M127.3 213.3l-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 011.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 002 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z" / >
< path fill = "#c8b100" d = "M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z" / >
< path fill = "#c8b100" d = "M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z" / >
< path fill = "#c8b100" d = "M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9" / >
< path fill = "#c8b100" d = "M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4" / >
< path fill = "#c8b100" d = "M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8" / >
< path fill = "#c8b100" d = "M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6" / >
< path fill = "#c8b100" d = "M127.8 215.3l-.5-1a27.3 27.3 0 0114.7 0l-.5.8a5.7 5.7 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M127.8 215.3l-.5-1a27.3 27.3 0 0114.7 0l-.5.8a5.7 5.7 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6" / >
< path fill = "#c8b100" d = "M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z" / >
< path fill = "#c8b100" d = "M142.1 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 017.2-.9c3 0 5.5.4 7.4 1l.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142.1 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 017.2-.9c3 0 5.5.4 7.4 1l.2-.6z" / >
< path fill = "#c8b100" d = "M134.7 210.7h.2a1 1 0 000 .4c0 .6.4 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 01-1.2-.6 1.6 1.6 0 01-1 .4 1.6 1.6 0 01-1.3-.6 1.6 1.6 0 01-2.4.2 1.6 1.6 0 01-1.2.6 1.5 1.5 0 01-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 .9.9 0 000-.4v-.5l.4.4a.7.7 0 000 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 000-.3h.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.7 210.7h.2a1 1 0 000 .4c0 .6.4 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 01-1.2-.6 1.6 1.6 0 01-1 .4 1.6 1.6 0 01-1.3-.6 1.6 1.6 0 01-2.4.2 1.6 1.6 0 01-1.2.6 1.5 1.5 0 01-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 .9.9 0 000-.4v-.5l.4.4a.7.7 0 000 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 000-.3h.3z" / >
< path fill = "#c8b100" d = "M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 017.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 00-7.4-1" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 017.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 00-7.4-1z" / >
< path fill = "#fff" d = "M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.5-.4z" / >
< path fill = "#ad1519" d = "M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "#058e6e" d = "M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 01.2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 01.2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "#ad1519" d = "M127.3 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M127.3 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "#fff" d = "M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 01.5.4.4.4 0 01-.5.4.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 01.5.4.4.4 0 01-.5.4.4.4 0 01-.4-.4z" / >
< path fill = "#058e6e" d = "M139.3 214.9h.6a.3.3 0 00.4-.2.3.3 0 00-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M139.3 214.9h.6a.3.3 0 00.4-.2.3.3 0 00-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "#ad1519" d = "M142 215.4l-.3-.5h-.7l.3.6.6-.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142 215.4l-.3-.5h-.7l.3.6.6-.1" / >
< path fill = "#ad1519" d = "M134.6 217.1a25 25 0 01-6-.6 25.5 25.5 0 0112.1 0c-1.6.4-3.7.6-6 .6" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M134.6 217.1a25 25 0 01-6-.6 25.5 25.5 0 0112.1 0c-1.6.4-3.7.6-6 .6z" / >
< path fill = "#c8b100" d = "M142 212l-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142 212l-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z" / >
< path fill = "#c8b100" d = "M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z" / >
< path fill = "#c8b100" d = "M132 211.2l.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M132 211.2l.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3z" / >
< path fill = "#c8b100" d = "M127.3 212l.1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M127.3 212l.1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z" / >
< path fill = "#c8b100" d = "M134.6 208.5l-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.6 208.5l-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5" / >
< path fill = "#c8b100" d = "M132.8 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M132.8 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "#c8b100" d = "M136.4 210.5l-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M136.4 210.5l-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6" / >
< path fill = "#c8b100" d = "M129.3 209l-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M129.3 209l-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3" / >
< path fill = "#c8b100" d = "M128 211.2l.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M128 211.2l.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "#c8b100" d = "M131.5 210.5l-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M131.5 210.5l-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "#c8b100" d = "M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "#c8b100" d = "M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 01-.5.4.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 01-.5.4.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M140 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M140 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "#c8b100" d = "M141.4 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M141.4 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "#c8b100" d = "M137.8 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M137.8 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "#c8b100" d = "M142.5 211.4l.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142.5 211.4l.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "#c8b100" d = "M134.2 210.4a.5.5 0 01.4-.4c.3 0 .5.2.5.4a.5.5 0 01-.5.5.5.5 0 01-.4-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.2 210.4a.5.5 0 01.4-.4c.3 0 .5.2.5.4a.5.5 0 01-.5.5.5.5 0 01-.4-.5z" / >
< path fill = "#c8b100" d = "M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M124.8 212.2l-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 01.4.2v-.2s.3 0 .4.3v1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M124.8 212.2l-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 01.4.2v-.2s.3 0 .4.3v1z" / >
< path fill = "#c8b100" d = "M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z" / >
< path fill = "#c8b100" d = "M144.3 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M144.3 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3z" / >
< path fill = "#c8b100" d = "M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z" / >
< path fill = "#c8b100" d = "M124 223h21.4v-5.5H124v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M124 223h21.4v-5.5H124v5.6z" / >
< path fill = "#c8b100" d = "M126.2 226.8a1 1 0 01.4 0h16.5a1.4 1.4 0 01-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 01-.4 0h-16a1.4 1.4 0 01-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 01-1 1.2" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M126.2 226.8a1 1 0 01.4 0h16.5a1.4 1.4 0 01-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 01-.4 0h-16a1.4 1.4 0 01-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 01-1 1.2z" / >
< path fill = "#c8b100" d = "M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z" / >
< path fill = "#c8b100" d = "M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z" / >
< path fill = "#005bbf" d = "M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 01-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8 8.3 8.3 0 01-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 013.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 003.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 01-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8 8.3 8.3 0 01-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 013.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 003.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4z" / >
< path fill = "#ccc" d = "M149.6 319.8a8 8 0 01-3.7-.9 8.3 8.3 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8.2 8.2 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 013.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 007.5 0 8.5 8.5 0 017.5.1 8.1 8.1 0 003.7.8v-2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 319.8a8 8 0 01-3.7-.9 8.3 8.3 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8.2 8.2 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 013.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 007.5 0 8.5 8.5 0 017.5.1 8.1 8.1 0 003.7.8v-2.3" / >
< path fill = "#005bbf" d = "M149.6 322a7 7 0 01-3.7-.8 8.3 8.3 0 00-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 017.4 0 7 7 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 322a7 7 0 01-3.7-.8 8.3 8.3 0 00-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 017.4 0 7 7 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322" / >
< path fill = "#ccc" d = "M149.6 326.7a8 8 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.9 10.2 10.2 0 017.4 0 8 8 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 326.7a8 8 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.9 10.2 10.2 0 017.4 0 8 8 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3" / >
< path fill = "#005bbf" d = "M149.6 329a8.1 8.1 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 007.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 329a8.1 8.1 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 007.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3z" / >
< path fill = "#c8b100" d = "M126.2 308l.2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 01-2.7-2.6v-.5a1.3 1.3 0 01-.3 0h-16a1.4 1.4 0 01-.5 0" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M126.2 308l.2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 01-2.7-2.6v-.5a1.3 1.3 0 01-.3 0h-16a1.4 1.4 0 01-.5 0z" / >
< path fill = "#c8b100" d = "M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z" / >
< path fill = "#c8b100" d = "M123.7 316.7h22V311h-22v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M123.7 316.7h22V311h-22v5.6z" / >
< path fill = "#ad1519" d = "M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 00-.1-8.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 00-.1-8.8z" / >
< path fill = "#ccc" d = "M126.8 305.6h15.6V229h-15.6v76.5z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z" / >
< path fill = "#ad1519" d = "M158.4 257.7a49.6 49.6 0 00-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 019.2-.7c6.6 0 12.4.8 15.8 2.1v9.4" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M158.4 257.7a49.6 49.6 0 00-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 019.2-.7c6.6 0 12.4.8 15.8 2.1v9.4" / >
< path fill = "#ad1519" d = "M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4" / >
< path fill = "#ad1519" d = "M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5" / >
< path fill = "#ad1519" d = "M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z" / >
< path fill = "#c8b100" d = "M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3-1-2.5zm-1.2-2.7l.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 01-.6.3l-1-2.3m7.3-2.5l-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6-1.2-5.3m8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 01-1 0 54.8 54.8 0 01-1.8 4.6l-2.4-4.3-1 .1h-1a131.4 131.4 0 013.5 6h1m8.8-4.7l.4-.9a3.4 3.4 0 00-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 01-.4 1.1 4 4 0 001.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9h.2" / >
< path fill = "#ad1519" d = "M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 012 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 012.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 012 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 012.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z" / >
< path fill = "#c8b100" d = "M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z" / >
< path fill = "#c8b100" d = "M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z" / >
< path fill = "#c8b100" d = "M271 215.3a4.5 4.5 0 00-.5-1 27.4 27.4 0 0114.8 0l-.6.8a5.2 5.2 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M271 215.3a4.5 4.5 0 00-.5-1 27.4 27.4 0 0114.8 0l-.6.8a5.2 5.2 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6" / >
< path fill = "#c8b100" d = "M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 00-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 00-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z" / >
< path fill = "#fff" d = "M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 01-.4-.4zm-.2-1.4a.4.4 0 01.4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 01-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.5-.4z" / >
< path fill = "none" stroke = "#000" stroke - linecap = "round" stroke - width = ".3" d = "M287.8 211.2l.2-1a2.7 2.7 0 00-2.7-2.8c-.5 0-1 .1-1.3.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M283 209.2l.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 01.5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 01.5-.4c.2 0 .4.1.4.4a.4.4 0 01-.4.4.4.4 0 01-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 01-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z" / >
< path fill = "#c8b100" d = "M285.3 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 017.3-.9c2.8 0 5.4.4 7.3 1l.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.3 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 017.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z" / >
< path fill = "#fff" d = "M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 01-.4.4.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 01-.4.4.4.4 0 01-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 01-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 01-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 01-.5-.4z" / >
< path fill = "none" stroke = "#000" stroke - linecap = "round" stroke - width = ".3" d = "M267.8 211.2a2.8 2.8 0 01-.2-1 2.7 2.7 0 012.7-2.8c.5 0 1 .1 1.4.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M272.7 209.2a1.7 1.7 0 01-.3-.8c0-1 1.2-2 2.6-2a3 3 0 011.5.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 01-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4.4.4 0 01-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 01-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4c-.3 0-.5-.2-.5-.4z" / >
< path fill = "#c8b100" d = "M277.9 210.7h.2a1 1 0 000 .4c0 .6.5 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 000-.1l.4-.4.2.5a1 1 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 01-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 01-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 01-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 01-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 01-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 1 1 0 000-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 000-.3h.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.9 210.7h.2a1 1 0 000 .4c0 .6.5 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 000-.1l.4-.4.2.5a1 1 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 01-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 01-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 01-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 01-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 01-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 1 1 0 000-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 000-.3h.2z" / >
< path fill = "#c8b100" d = "M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 00-7.4-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 00-7.4-1z" / >
< path fill = "#fff" d = "M275 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4c-.3 0-.5-.2-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M275 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4c-.3 0-.5-.2-.5-.4z" / >
< path fill = "#ad1519" d = "M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "#058e6e" d = "M273.2 214.9h-.6a.3.3 0 01-.4-.2.3.3 0 01.3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M273.2 214.9h-.6a.3.3 0 01-.4-.2.3.3 0 01.3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "#ad1519" d = "M270.5 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M270.5 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "#fff" d = "M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 01-.4-.4z" / >
< path fill = "#058e6e" d = "M282.5 214.9h.7a.3.3 0 00.3-.2.3.3 0 00-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M282.5 214.9h.7a.3.3 0 00.3-.2.3.3 0 00-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "#ad1519" d = "M285.1 215.4l-.2-.5h-.7l.3.6.6-.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.1 215.4l-.2-.5h-.7l.3.6.6-.1" / >
< path fill = "#ad1519" d = "M277.8 217.1a25 25 0 01-6-.6 25.4 25.4 0 016-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M277.8 217.1a25 25 0 01-6-.6 25.4 25.4 0 016-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z" / >
< path fill = "#c8b100" d = "M285.2 212l-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.2 212l-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z" / >
< path fill = "#c8b100" d = "M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z" / >
< path fill = "#c8b100" d = "M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z" / >
< path fill = "#c8b100" d = "M270.5 212l.1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M270.5 212l.1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z" / >
< path fill = "#c8b100" d = "M277.8 208.5l-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.8 208.5l-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5" / >
< path fill = "#c8b100" d = "M276 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M276 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "#c8b100" d = "M279.6 210.5l-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M279.6 210.5l-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6" / >
< path fill = "#c8b100" d = "M272.5 209l-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M272.5 209l-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3" / >
< path fill = "#c8b100" d = "M271.1 211.2l.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M271.1 211.2l.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "#c8b100" d = "M274.7 210.5l-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M274.7 210.5l-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "#c8b100" d = "M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "#c8b100" d = "M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M283.2 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M283.2 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "#c8b100" d = "M284.6 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M284.6 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "#c8b100" d = "M281 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M281 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "#c8b100" d = "M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "#c8b100" d = "M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 01-.5-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 01-.5-.5z" / >
< path fill = "#c8b100" d = "M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 01-.8-.8" / >
< path fill = "#c8b100" d = "M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z" / >
< path fill = "#c8b100" d = "M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 01-.8-.8c0-.4.2-.7.6-.8" / >
< path fill = "#c8b100" d = "M268 212.2l-.6-.7a2.3 2.3 0 00-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M268 212.2l-.6-.7a2.3 2.3 0 00-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1z" / >
< path fill = "#c8b100" d = "M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z" / >
< path fill = "#c8b100" d = "M287.5 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M287.5 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3z" / >
< path fill = "#c8b100" d = "M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z" / >
< path fill = "#c8b100" d = "M267.2 223h21.4v-5.5h-21.4v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M267.2 223h21.4v-5.5h-21.4v5.6z" / >
< path fill = "#c8b100" d = "M286.3 226.8a1 1 0 00-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M286.3 226.8a1 1 0 00-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z" / >
< path fill = "#c8b100" d = "M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z" / >
< path fill = "#c8b100" d = "M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z" / >
< path fill = "#005bbf" d = "M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 013.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 01-3.7-.9 8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.9-3.8.9v-2.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 013.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 01-3.7-.9 8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z" / >
< path fill = "#ccc" d = "M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.1 8.1 0 00-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 01-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 00-3.7.7 8.1 8.1 0 01-3.8.9v-2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.1 8.1 0 00-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 01-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 00-3.7.7 8.1 8.1 0 01-3.8.9v-2.3" / >
< path fill = "#005bbf" d = "M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8V322" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8V322" / >
< path fill = "#ccc" d = "M263 326.7a8 8 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 003.8.8v-2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 326.7a8 8 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 003.8.8v-2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8v2.3" / >
< path fill = "#005bbf" d = "M263 329a8.1 8.1 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 01-3.8-.8 8.2 8.2 0 00-3.7-.8 8.4 8.4 0 00-3.6.7 8.2 8.2 0 01-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 329a8.1 8.1 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 01-3.8-.8 8.2 8.2 0 00-3.7-.8 8.4 8.4 0 00-3.6.7 8.2 8.2 0 01-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z" / >
< path fill = "#c8b100" d = "M286.3 308l-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M286.3 308l-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8z" / >
< path fill = "#c8b100" d = "M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z" / >
< path fill = "#c8b100" d = "M266.9 316.7h22V311h-22v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M266.9 316.7h22V311h-22v5.6z" / >
< path fill = "#ad1519" d = "M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 01.2-8.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 01.2-8.8z" / >
< path fill = "#ccc" d = "M270.1 305.6h15.6V229h-15.6v76.5z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z" / >
< path fill = "#ad1519" d = "M254.2 257.7a49.6 49.6 0 0123.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 00-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M254.2 257.7a49.6 49.6 0 0123.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 00-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4" / >
< path fill = "#ad1519" d = "M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4" / >
< path fill = "#ad1519" d = "M270 261.5a13 13 0 00-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M270 261.5a13 13 0 00-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5" / >
< path fill = "#ad1519" d = "M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z" / >
< path fill = "#c8b100" d = "M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5.2 5.2 0 01-.5.1 52.8 52.8 0 01-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131.3 131.3 0 014 5.7h.5l.5-.1m6-6.6h-1a8 8 0 01-.8 0v6.2h4.2v-.7h-2.6l.1-5.5m6.8 1l2 .3v-.7l-5.8-.5v.8a19.3 19.3 0 012 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5-1.4 6m3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9l.5-2.4m8 7l-.2 2 .8.5.9.5.5-7a3.4 3.4 0 01-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5l2-1.4-.2 2.3-1.8-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 01-2.1-2z" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".3" d = "M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0014.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 017.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 017.5-4.7 26 26 0 0110.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 008-2c3.7-1.5 9-2.5 15.5-2.5z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 01-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0129.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 010 2.4c-7.5 2.2-18 3.6-29.8 3.6" / >
< path fill = "#ad1519" d = "M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0127.6 3c-7.3 2-17 3.2-27.6 3.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M206.9 215.7v-6.3m-1.7 6.3v-6.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M203.6 215.7v-6.3m-1.6 6.3v-6.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M189.7 214.5v-4.2m-1.2 4.1v-4" / >
< path fill = "none" stroke = "#000" stroke - width = ".6" d = "M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211" / >
< path fill = "none" stroke = "#000" stroke - width = ".7" d = "M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".9" d = "M179.8 212.8v-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206 207.4a108 108 0 00-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0133 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 01-1.3-.6 1 1 0 01.7-1.3 121 121 0 0133.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0127.6 3c-7.3 2-17 3.2-27.6 3.2z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M206.1 205.6H203a1 1 0 010-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".4" d = "M190.3 206.5l-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 011-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M181 206.7c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M174 208.5l1.2-1.6 3.3.4-2.6 2-1.8-.8" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".4" d = "M222 206.5l2.3.2c.5.1 1-.3 1.1-.8a1 1 0 00-.9-1.1l-2.2-.3-2.4-.3a1 1 0 00-1.1.9c-.1.5.3 1 .9 1l2.3.4" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M238.2 208.5l-1.1-1.6-3.3.4 2.6 2 1.8-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4" / >
< path fill = "#c8b100" d = "M182.3 183.8l1.4 1 2-3.2a7.4 7.4 0 01-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 00-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 003 7.6l-1 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M182.3 183.8l1.4 1 2-3.2a7.4 7.4 0 01-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 00-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 003 7.6l-1 1.8" / >
< path fill = "#c8b100" d = "M182.4 183.8a9.3 9.3 0 01-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 00-3.4 6.8 8.9 8.9 0 003 6.7l-.9 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M182.4 183.8a9.3 9.3 0 01-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 00-3.4 6.8 8.9 8.9 0 003 6.7l-.9 1.8" / >
< path fill = "#c8b100" d = "M160.1 187.1a8.8 8.8 0 01-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 00-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 00-.7 3.1 7.3 7.3 0 002.7 5.6l-2.6 4.1-1.3-1 1.7-2.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M160.1 187.1a8.8 8.8 0 01-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 00-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 00-.7 3.1 7.3 7.3 0 002.7 5.6l-2.6 4.1-1.3-1 1.7-2.8z" / >
< path fill = "#c8b100" d = "M162.7 173.3a10.5 10.5 0 00-4 4.1 8.6 8.6 0 00-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 01-2.3-6.5c0-4 2.5-7.5 6.4-9.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M162.7 173.3a10.5 10.5 0 00-4 4.1 8.6 8.6 0 00-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 01-2.3-6.5c0-4 2.5-7.5 6.4-9.8z" / >
< path fill = "#c8b100" d = "M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z" / >
< path fill = "#c8b100" d = "M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 01.4-4.2 2 2 0 011.8-1.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 01.4-4.2 2 2 0 011.8-1.4z" / >
< path fill = "#c8b100" d = "M229.7 183.8l-1.3 1-2-3.2a7.4 7.4 0 003.6-6.3 7 7 0 000-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 00-8.5 2.4 23 23 0 00-.2-1.8 17.4 17.4 0 018.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 01-3 7.6l1 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M229.7 183.8l-1.3 1-2-3.2a7.4 7.4 0 003.6-6.3 7 7 0 000-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 00-8.5 2.4 23 23 0 00-.2-1.8 17.4 17.4 0 018.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 01-3 7.6l1 1.8" / >
< path fill = "#c8b100" d = "M229.6 183.8a9.1 9.1 0 004.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 013.4 6.8 8.9 8.9 0 01-3.2 6.7l1 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M229.6 183.8a9.1 9.1 0 004.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 013.4 6.8 8.9 8.9 0 01-3.2 6.7l1 1.8" / >
< path fill = "#c8b100" d = "M252 187.1a8.8 8.8 0 002.2-5.9 8.7 8.7 0 00-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 00-6 .6l1 1.4a25.4 25.4 0 015-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 01-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M252 187.1a8.8 8.8 0 002.2-5.9 8.7 8.7 0 00-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 00-6 .6l1 1.4a25.4 25.4 0 015-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 01-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8z" / >
< path fill = "#c8b100" d = "M249.3 173.3a10.6 10.6 0 014 4.1 8.7 8.7 0 01.9 3.8 8.8 8.8 0 01-2.3 5.9l1.6 2.5a10.4 10.4 0 002.3-6.5c0-4-2.6-7.5-6.5-9.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M249.3 173.3a10.6 10.6 0 014 4.1 8.7 8.7 0 01.9 3.8 8.8 8.8 0 01-2.3 5.9l1.6 2.5a10.4 10.4 0 002.3-6.5c0-4-2.6-7.5-6.5-9.8z" / >
< path fill = "#fff" d = "M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 01-1.8-1.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 01-1.8-1.7z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 01-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3.8 0 1.5.6 1.5 1.3 0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 01-.8-.8" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.2 191.8l1.2.2a4.6 4.6 0 004.5 6 4.7 4.7 0 004.4-3c.1 0 .5-1.7.7-1.7.2 0 .1 1.8.2 1.7.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 004.7-5l1.5-1.5.7 2a4 4 0 00-.4 1.9 4.4 4.4 0 004.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 01-3.3 1 6.5 6.5 0 01-6.1-3.7 7 7 0 01-10.4-.3 7 7 0 01-4.6 1.8 6.9 6.9 0 01-5.7-3 6.9 6.9 0 01-5.7 3 7 7 0 01-4.7-1.8 7 7 0 01-10.4.3 6.5 6.5 0 01-6 3.7 6.7 6.7 0 01-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 003.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 00-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 000 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 004.5 3.1 4.6 4.6 0 004.5-6l1.2-.2" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1-.3.8 0 1.6.6 1.8.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8.6-.2 1.2.3 1.5 1.1.3.8 0 1.6-.5 1.8-.6.2-1.3-.3-1.6-1.1" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M182.7 184a5.1 5.1 0 012.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 01-.7 1.6 1.9 1.9 0 00-1.5-.4 1.8 1.8 0 00-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 011-3.4m.4 9.8a1.8 1.8 0 01-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 00-3 2 5.3 5.3 0 003.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 00.2-1.1 1.7 1.7 0 00-.6-1l1.4-1.3a10 10 0 012-.9l1.1-.4v.6a5.7 5.7 0 01-.2.8 5 5 0 013.4 1 5 5 0 01-2.9 2 6.4 6.4 0 00.7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 01-1.8-.7" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 01-2.1-2" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.1 180.8a5.7 5.7 0 011.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 01-1 1.7 2.1 2.1 0 00-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M204.6 191.8a2 2 0 01-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 00-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 00.1-2.6s.9-.7 1.8-1a8 8 0 012.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 01-3.6 1.6 6.9 6.9 0 00.5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 00-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 011.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 00-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 00-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6.2 6.2 0 01-.4.7 5 5 0 012.9 2 5.3 5.3 0 01-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 01-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4 171.4 0 01-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 00-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11.1 11.1 0 001.8-.7" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 01-2 2 2 2 0 01-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M246.3 198l.7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 00-2.9-2.8 3 3 0 00-2.4 1l-.2-1s-1.3.3-1.9 1.8c-.6 1.5 0 3.6 0 3.6s-.3-.9-.7-1.5a8 8 0 00-2.4-1.6l-1.3-.7-.1.5a5 5 0 000 .8 7.9 7.9 0 00-3.7.5 4.7 4.7 0 002.5 2.2l-.8.7a4 4 0 00-.4.5l1.3.2 2.5.2a14.5 14.5 0 001.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 012.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 012.4-1.6l1.3-.7v1.3a7.9 7.9 0 013.7.5 4.7 4.7 0 01-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a14.7 14.7 0 01-1.7-.2" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 01-2.1-2" / >
< path fill = "#005bbf" stroke = "#000" stroke - width = ".3" d = "M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 01-4.2-4" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".3" d = "M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2h-2.4z" / >
< path fill = "#ccc" d = "M206.5 330.6a82 82 0 01-35.5-8.2 22.7 22.7 0 01-12.8-20.4v-32h96.4v32a22.7 22.7 0 01-12.8 20.4 81 81 0 01-35.3 8.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M206.5 330.6a82 82 0 01-35.5-8.2 22.7 22.7 0 01-12.8-20.4v-32h96.4v32a22.7 22.7 0 01-12.8 20.4 81 81 0 01-35.3 8.2z" / >
< path fill = "#ccc" d = "M206.3 270h48.3v-53.5h-48.3V270z" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M206.3 270h48.3v-53.5h-48.3V270z" / >
< path fill = "#ad1519" d = "M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".5" d = "M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7v52z" / >
< path fill = "#c8b100" stroke = "#000" stroke - linejoin = "round" stroke - width = ".5" d = "M158 301.6a24.4 24.4 0 005.5 15v-47.5h-5.4v32.5z" / >
< path fill = "#c7b500" stroke = "#000" stroke - width = ".5" d = "M179.4 324.7a26.6 26.6 0 005.6 0v-55.9h-5.6v56z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".5" d = "M190 323.5a19 19 0 005.8-2.5v-52.2H190l-.1 54.7z" / >
< path fill = "#ad1519" d = "M158.1 270h48.2v-53.5H158V270z" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M158.1 270h48.2v-53.5H158V270z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".5" d = "M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32" / >
< path fill = "#ad1519" d = "M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3" / >
< path fill = "#c8b100" d = "M215.1 294.1l.1.5c0 .6-.5 1-1.1 1a1 1 0 01-1.1-1v-.5h-1.5a2.5 2.5 0 001.8 2.9v3.9h1.6V297a2.6 2.6 0 001.7-1.6h4.4v-1.2h-6m21.8 0v1.2h-4a2.5 2.5 0 01-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2.1 2.1 0 01-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 001.8-2.4 2 2 0 000-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 01.1-.5h-5.9m-6.7 22.1a15.6 15.6 0 003.7-1l.8 1.4a17.6 17.6 0 01-4.3 1.2 2.6 2.6 0 01-2.6 2 2.6 2.6 0 01-2.5-2 17.5 17.5 0 01-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 011.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2l-.8 1.4a16.6 16.6 0 01-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 01-.3-3.5l.1-.1a15.3 15.3 0 01-1.3-4.8h1.7a13.1 13.1 0 001 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 003.1 2.6zm-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 01-1.6.1 1 1 0 010-1.5zm-2.2-4.5l-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7zm1.4-5.3l1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 01-.3-2.7v-2.6zm5.6 13.7a15.7 15.7 0 004.8 2.6l.4-1.6a13.7 13.7 0 01-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 004.8 2.6l-1.2 1.1a18.7 18.7 0 01-4-2l.4-1.7m2.2-9.4l1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1l-1-1.4 3-3.3 1.6.7-3.6 4m18.1 9.9l.8 1.4a16.7 16.7 0 003.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 00.3-3.5l-.1-.1a15 15 0 001.3-4.8h-1.7a13.3 13.3 0 01-1 4 3 3 0 00-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 00.1 2.8 15 15 0 01-3.1 2.6zm6-4.8a1.2 1.2 0 00-1.5 0 1 1 0 00-.1 1.4 1.2 1.2 0 001.6.1 1 1 0 000-1.5zm2.2-4.5l1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3l-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m-5.6 13.7a15.7 15.7 0 01-4.8 2.6l-.4-1.6a13.7 13.7 0 004-2l1.2 1m.8 1.4a17.4 17.4 0 01-4.8 2.6l1.2 1.1a18.6 18.6 0 004-2l-.4-1.7m-2.2-9.4l-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1l1-1.4-3-3.3-1.6.7 3.6 4m-20.1-8.7l.5 1.6h4.5l.5-1.6h-5.5m21.1 0l-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm1.9-7.8l1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0l-1.7-.4v-4.3l1.7-.5v5.2" / >
< path fill = "#c8b100" d = "M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 00-1-.6c-.4 0-.7.3-1 .6h-1.5m12.2 0v-.3h4.1a2.4 2.4 0 01.2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3h-13zm21.6 0a1.1 1.1 0 011-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3h6m-30.2-15l6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 00-2.5-1.7 2.6 2.6 0 00-2.7 2.5 2.5 2.5 0 001.8 2.4v5.2h1.6v-5.2h.3zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 01-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 012.4-1.7 2.6 2.6 0 012.7 2.5 2.5 2.5 0 01-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 01-1.7-1.6h-4V276h4a2.6 2.6 0 012.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 01-1.6 1.6zm-17.8 4l-1.7.4v4.3l1.7.5v-5.2m1.6 0l1.7.4v4.3l-1.7.5v-5.2m30.6 0l-1.7.4v4.3l1.7.5v-5.2m1.6 0l1.7.4v4.3l-1.7.5v-5.2m-25.5.8l1.6-.7 2.9 3.3-1 1.4-3.5-4m-1.3 1l-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1l-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1l1 1.4-3 3.3-1.5-.7 3.5-4m-20.3 9l.5-1.6h4.5l.5 1.6h-5.5m-6.7-17c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1zm12.1.8l-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6l-.5-1.6h-4.5l-.5 1.6h5.5m15.7 17.8l-.5-1.6h-4.5l-.5 1.6h5.5m4.4-17c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1zm6.2.8l.5 1.6h4.6l.5-1.6h-5.6m0-1.6l.5-1.6h4.6l.5 1.6h-5.6m-5.9 5l-1.7.5v4.3l1.7.5V281m1.7 0l1.6.5v4.3l-1.6.5V281" / >
< path fill = "none" stroke = "#c8b100" stroke - width = ".3" d = "M232.7 316.3a15.6 15.6 0 003.7-1.1l.8 1.4a17.6 17.6 0 01-4.3 1.2 2.6 2.6 0 01-2.6 2 2.6 2.6 0 01-2.5-2 17.5 17.5 0 01-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 011.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 01-.2-.5h-4V294h4a2.6 2.6 0 01.2-.4l-5-5.6 1.2-1 5 5.5a2.2 2.2 0 01.2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7l6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 00-2.5-1.7 2.6 2.6 0 00-2.6 2.5 2.5 2.5 0 001.7 2.4v5.2h1.6v-5.2h.3zm6.5 34.8l-.8 1.4a16.6 16.6 0 01-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 01-.3-3.5l.1-.1a15.3 15.3 0 01-1.2-4.8h1.6a13.1 13.1 0 001 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 003.1 2.6zm-8.4-13.1V297a2.5 2.5 0 01-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 01-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 01-1.6.1 1 1 0 010-1.5zm-2-4.5l-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3l1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 004.8 2.6l.4-1.6a13.7 13.7 0 01-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 004.8 2.6l-1.2 1.1a18.7 18.7 0 01-4-2l.4-1.7" / >
< path fill = "none" stroke = "#c8b100" stroke - width = ".3" d = "M221.9 305.1l1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1l-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 01-1.1-1zm25.7 19.4l.8 1.4a16.7 16.7 0 003.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 00.2-3.5l-.1-.1a15 15 0 001.3-4.8h-1.7a13.3 13.3 0 01-1 4 3 3 0 00-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 00.1 2.8 15 15 0 01-3 2.6zm8.4-13.1V297a2.5 2.5 0 001.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9h1.6zm-2.3 8.3a1.2 1.2 0 00-1.6 0 1 1 0 00-.1 1.4 1.2 1.2 0 001.6.1 1 1 0 000-1.5zm2-4.5l1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3l-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 01-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 012.5-1.7 2.6 2.6 0 012.6 2.5 2.5 2.5 0 01-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 01-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 01-1.6 1.6zm8.8 33.8a15.7 15.7 0 01-4.8 2.6l-.4-1.6a13.7 13.7 0 004-2l1.2 1m.8 1.4a17.4 17.4 0 01-4.8 2.6l1.2 1.1a18.7 18.7 0 004-2l-.4-1.7m-27.4-31.4l-1.7.5v4.3l1.7.5v-5.2m1.7 0l1.6.4v4.3l-1.6.5V283m30.5 0l-1.7.5v4.3l1.7.5V283" / >
< path fill = "none" stroke = "#c8b100" stroke - width = ".3" d = "M247.1 283.1l1.7.5v4.3l-1.7.5V283m-8.6 22l-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1l1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20l1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1l-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1l-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1l1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9l.5-1.6h4.5l.5 1.6h-5.5m0 1.5l.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1.2-1zm12.1.8l-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6l-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1.1-1 1.1a1 1 0 01-1.2-1zm-4.4-.7l-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5l-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 01-1.2-1zm1.9-7.8l1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0l-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm6.2.8l.5 1.6h4.6l.5-1.6h-5.5m0-1.6l.4-1.6h4.6l.5 1.6h-5.5m-6 5l-1.6.5v4.3l1.6.5V281m1.7 0l1.6.5v4.3l-1.6.5V281" / >
< path fill = "#058e6e" d = "M227.7 294.7a2.6 2.6 0 012.6-2.5 2.6 2.6 0 012.6 2.5 2.6 2.6 0 01-2.6 2.4c-1.4 0-2.6-1-2.6-2.4" / >
< path fill = "#db4446" d = "M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 01-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 01-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2z" / >
< path fill = "#ed72aa" stroke = "#000" stroke - width = ".4" d = "M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 01-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 01.2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8 0 1.7.6 2 1 2.4.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8-.1.1-.8-.7-1-.8a3.7 3.7 0 01-1-1l-.4-1.4a4.2 4.2 0 010-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2-.3.5-.2 1.5.2 2.8.3 1.2.5 1.9.4 2.1a3 3 0 01-.7.8h-.9a2.5 2.5 0 00-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7.2-.3.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 00-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 01-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 00-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 002-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 00-1.8-.6 9 9 0 01-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3c-.4 0-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2 0 .3-.3.7-.6 1-.3.3-.4 1-.3 1.4.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9.3-.2 1.4-.4 1.4-.4s1.4.7 2.7 1.7a15 15 0 012.2 2.1" / >
< path d = "M228.1 226.8l-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M228.1 226.8l-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3z" / >
< path d = "M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M237.3 231.3l-.4-.7a8 8 0 01-.3-.4" / >
< path fill = "#db4446" d = "M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 01-.6.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 01-.6.8z" / >
< path fill = "#db4446" d = "M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 00.4-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 00.4-.6z" / >
< path fill = "#db4446" d = "M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8z" / >
< path d = "M228.2 230.5l.3-.5.3.5h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M228.2 230.5l.3-.5.3.5h-.7" / >
< path d = "M229 230.5l.3-.5.4.5h-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M229 230.5l.3-.5.4.5h-.8" / >
< path d = "M228.6 227.3l.8.3-.7.4-.1-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M228.6 227.3l.8.3-.7.4-.1-.6" / >
< path d = "M229.5 227.6l.7.2-.5.4-.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M229.5 227.6l.7.2-.5.4-.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 001.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 00-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5l1.3-.8a4 4 0 001-1" / >
< path fill = "#db4446" d = "M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6z" / >
< path fill = "#db4446" d = "M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z" / >
< path fill = "#db4446" d = "M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3" / >
< path fill = "#db4446" d = "M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6z" / >
< path fill = "#db4446" d = "M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z" / >
< path fill = "#db4446" d = "M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z" / >
< path fill = "#db4446" d = "M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4z" / >
< path fill = "#db4446" d = "M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 01-.7-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 01-.7-.3z" / >
< path fill = "#db4446" d = "M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z" / >
< path fill = "#ffd691" stroke = "#000" stroke - width = ".5" d = "M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".5" d = "M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".5" d = "M206.7 323.8a4.8 4.8 0 010-7.1 4.8 4.8 0 011.5 3.5 4.9 4.9 0 01-1.5 3.6" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".5" d = "M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3" / >
< path fill = "#fff" d = "M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1z" / >
< path fill = "#fff" d = "M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 01-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1c-.6 0-1-.4-1-1" / >
< path fill = "#fff" d = "M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z" / >
< path fill = "#fff" d = "M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M166.6 169.1c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M166.6 169.1c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M170 168.5c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M170 168.5c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1z" / >
< path fill = "#fff" d = "M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "#fff" d = "M182.3 166.5c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M182.3 166.5c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z" / >
< path fill = "#fff" d = "M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8v1zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7h9z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M179.3 258.2l-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0l2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3l1-2a5.3 5.3 0 00-2-.4l-1.7.4 1.1 2h1.6zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9h4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9h-4.9zm-1.7-12l.4-4.4h-4.2l.2 4.4h3.6zm3.3 0l-.4-4.4h4.4l-.5 4.4h-3.5zm-10 0l.2-4.4h-4.2l.5 4.4h3.5z" / >
< path fill = "#0039f0" d = "M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4h6zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z" / >
< path fill = "#ad1519" d = "M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".6" d = "M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z" / >
< path fill = "#005bbf" d = "M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13" / >
< path fill = "none" stroke = "#000" stroke - width = ".6" d = "M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z" / >
< path fill = "#c8b100" d = "M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 00.6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 00.6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z" / >
< path fill = "#c8b100" d = "M199.2 269.9h4.1v-1h-4.1v1z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M199.2 269.9h4.1v-1h-4.1v1z" / >
< path fill = "#c8b100" d = "M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 011 1 .9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 010-.3 1 1 0 011-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 011 1 .9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 010-.3 1 1 0 011-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z" / >
< path fill = "#c8b100" d = "M209.4 269.9h4.1v-1h-4.1v1z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M209.4 269.9h4.1v-1h-4.1v1z" / >
< path fill = "#c8b100" d = "M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 011 1 .9.9 0 010 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 00-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 011 1 .9.9 0 010 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 00-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z" / >
< path fill = "#c8b100" d = "M204.3 278.6h4.1v-1h-4.1v1z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M204.3 278.6h4.1v-1h-4.1v1z" / >
< path fill = "#c8b100" d = "M237.6 223.4h-.3a1.5 1.5 0 01-.3.4c-.2.2-.6.2-.8 0a.5.5 0 01-.1-.4.5.5 0 01-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 010-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 012.9 1.6 9 9 0 012.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 01-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 01-.1-.4.6.6 0 01-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M237.6 223.4h-.3a1.5 1.5 0 01-.3.4c-.2.2-.6.2-.8 0a.5.5 0 01-.1-.4.5.5 0 01-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 010-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 012.9 1.6 9 9 0 012.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 01-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 01-.1-.4.6.6 0 01-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3z" / >
< path d = "M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z" / >
< path d = "M236.3 224.8l-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M236.3 224.8l-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3" / >
< path d = "M234.6 223.7l-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M234.6 223.7l-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1" / >
< path d = "M233.7 223h.2v.2h-.2s-.1-.1 0-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M233.7 223h.2v.2h-.2s-.1-.1 0-.2z" / >
< path d = "M237.3 225.5v-.2h-.3l.1.2h.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M237.3 225.5v-.2h-.3l.1.2h.2z" / >
< path d = "M237.9 226.2l.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M237.9 226.2l.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2" / >
< path d = "M238.8 227v-.3h-.3v.2h.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M238.8 227v-.3h-.3v.2h.3z" / >
< path fill = "#c8b100" d = "M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5" / >
< path fill = "#c8b100" d = "M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3" / >
< path fill = "#c8b100" d = "M236.4 222.6l-.4.3-.6-.7v-.1h1.1v.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M236.4 222.6l-.4.3-.6-.7v-.1h1.1v.5" / >
< path fill = "#c8b100" d = "M235.3 222a.3.3 0 01.4 0 .3.3 0 010 .3.3.3 0 01-.3 0 .3.3 0 01-.1-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M235.3 222a.3.3 0 01.4 0 .3.3 0 010 .3.3.3 0 01-.3 0 .3.3 0 01-.1-.3z" / >
< path fill = "#c8b100" d = "M233.2 221.1l-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M233.2 221.1l-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1z" / >
< path fill = "#c8b100" d = "M234.2 221.4l-.4.4-.6-.6v-.2h1v.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M234.2 221.4l-.4.4-.6-.6v-.2h1v.4" / >
< path fill = "#c8b100" d = "M233.1 221l.3-.1v.3c0 .2-.1.2-.2.2l-.1-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M233.1 221l.3-.1v.3c0 .2-.1.2-.2.2l-.1-.3z" / >
< path fill = "#c8b100" d = "M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5" / >
< path fill = "#c8b100" d = "M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2" / >
< path fill = "#c8b100" d = "M238.4 224l-.5.2-.4-.7v-.2h.1l.9.2-.1.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M238.4 224l-.5.2-.4-.7v-.2h.1l.9.2-.1.5" / >
< path fill = "#c8b100" d = "M237.3 223.2h.4a.3.3 0 010 .4.3.3 0 01-.3 0 .3.3 0 010-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M237.3 223.2h.4a.3.3 0 010 .4.3.3 0 01-.3 0 .3.3 0 010-.4z" / >
< path fill = "#c8b100" d = "M240.2 224.3l.1.5-.8.3h-.2v-.2l.4-.8.5.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240.2 224.3l.1.5-.8.3h-.2v-.2l.4-.8.5.2" / >
< path fill = "#c8b100" d = "M240 225.8l-.5.1-.3-.8v-.1h.2l.8.3-.1.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240 225.8l-.5.1-.3-.8v-.1h.2l.8.3-.1.5" / >
< path fill = "#c8b100" d = "M238.6 224.3l-.2.5.9.3h.1v-.1l-.3-.8-.5.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M238.6 224.3l-.2.5.9.3h.1v-.1l-.3-.8-.5.1" / >
< path fill = "#c8b100" d = "M239.5 225.2a.3.3 0 000-.3.3.3 0 00-.4 0 .3.3 0 000 .3.3.3 0 00.4 0" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M239.5 225.2a.3.3 0 000-.3.3.3 0 00-.4 0 .3.3 0 000 .3.3.3 0 00.4 0z" / >
< path fill = "#c8b100" d = "M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2z" / >
< path fill = "#c8b100" d = "M240.3 226.1l-.3.5.8.5v-.1h.2l-.1-1-.6.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240.3 226.1l-.3.5.8.5v-.1h.2l-.1-1-.6.1" / >
< path fill = "#c8b100" d = "M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = "0" d = "M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M129.2 216.6v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = "0" d = "M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M272.6 216.6v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = "0" d = "M279.1 217v-1m-.6 1v-1m-.4 1.1V216" / >
2021-05-05 18:59:27 +00:00
< /svg>`,de=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - de " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< path fill = "#ffce00" d = "M0 320h640v160H0z" / >
< path d = "M0 0h640v160H0z" / >
< path fill = "#d00" d = "M0 160h640v160H0z" / >
2021-05-05 18:59:27 +00:00
< /svg>`,fr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - fr " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#fff" d = "M0 0h640v480H0z" / >
< path fill = "#00267f" d = "M0 0h213.3v480H0z" / >
< path fill = "#f31830" d = "M426.7 0H640v480H426.7z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,id=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - id " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#e70011" d = "M0 0h640v249H0z" / >
< path fill = "#fff" d = "M0 240h640v240H0z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,pt=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " xmlns:xlink=" http : //www.w3.org/1999/xlink" id="flag-icon-css-pt" viewBox="0 0 640 480">
2021-03-12 19:45:44 +00:00
< path fill = "red" d = "M256 0h384v480H256z" / >
< path fill = "#060" d = "M0 0h256v480H0z" / >
< g fill = "#ff0" fill - rule = "evenodd" stroke = "#000" stroke - linecap = "round" stroke - linejoin = "round" stroke - width = ".6" >
< path d = "M339.5 306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7 21.3 165.7 111 180.6 107.8l-7.7 13.7" / >
< path d = "M164.9 182.8c-2.9 7.8 38.6 33.4 88.4 63.8 49.9 30.3 92.9 49 96 46.4l1.5-2.8c-.6 1-2 1.3-4.3.6-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6.3 6.3 0 01-.6-3.1h-.2l-1.2 2.2-.2.3zm175.3 123.8c-.5 1-1.6 1-3.5.8-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4 12.2 82.1 61.4 87.2 64.6 49.8 30.8 91.8 48.9 95.5 44.2l-1.3 2.3z" / >
< path d = "M256.2 207.2c32.2-.3 72-4.4 95-13.6l-5-8c-13.5 7.5-53.5 12.5-90.3 13.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6 8.6c28.2 12 57.2 14.5 94.4 14.6" / >
< path d = "M352.5 193.8c-.8 1.3-15.8 6.4-37.8 10.2a381.2 381.2 0 01-58.6 4.3 416.1 416.1 0 01-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7 5 24.7 8 38.7 10.2A411.5 411.5 0 00256 206a391.8 391.8 0 0058.3-4.3c22.5-3.7 34.8-8.4 36.6-10.5l1.6 2.7zm-4.4-8.1c-2.4 2-14.6 6.3-36 9.7a388.2 388.2 0 01-55.8 4c-22 0-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3 1.7 14.4 6.2 36.5 9.3a385 385 0 0053.6 3.4 384 384 0 0055.4-4c21.5-3 33.1-8.4 34.9-9.8l1.5 2.6zM150.3 246c19.8 10.7 63.9 16 105.6 16.4 38 .1 87.4-5.8 105.9-15.6l-.5-10.7c-5.8 9-58.8 17.7-105.8 17.4-47-.4-90.7-7.6-105.3-17v9.5" / >
< path d = "M362.8 244.5v2.5c-2.8 3.4-20.2 8.4-42 12a434 434 0 01-65.4 4.4 400 400 0 01-62-4.3 155 155 0 01-44.4-12v-2.9c9.7 6.4 35.9 11.2 44.7 12.6 15.8 2.4 36.1 4.2 61.7 4.2 26.9 0 48.4-1.9 65-4.4 15.7-2.3 38-8.2 42.4-12.1zm0-9v2.5c-2.8 3.3-20.2 8.3-42 11.9a434 434 0 01-65.4 4.5 414 414 0 01-62-4.3 155 155 0 01-44.4-12v-3c9.7 6.5 36 11.2 44.7 12.6a408 408 0 0061.7 4.3c26.9 0 48.5-2 65-4.5 15.7-2.2 38-8.1 42.4-12zm-107 68.8c-45.6-.2-84.7-12.4-93-14.4l6 9.4a249.8 249.8 0 0087.4 14.3c34.7-1 65-3.7 86.3-14.1l6.2-9.8c-14.5 6.9-64 14.6-93 14.6" / >
< path d = "M344.9 297.3a143 143 0 01-2.8 4c-10 3.6-26 7.4-32.6 8.4a295.5 295.5 0 01-53.7 5c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4 2.1.9a286.5 286.5 0 0088.2 14.5c18.8 0 37.5-2.1 52.6-4.8 23.2-4.7 32.6-8.2 35.5-9.8l.7-.4zm5.3-8.8a287.2 287.2 0 01-2 3.5c-5.4 2-20 6.2-41.3 9.2-14 1.9-22.7 3.8-50.6 4.3a347.4 347.4 0 01-94.2-14L161 289a390 390 0 0095.4 14c25.5-.5 36.4-2.4 50.3-4.3 24.8-3.8 37.3-8 41-9.1a2.9 2.9 0 000-.2l2.6-1z" / >
< path d = "M350.8 237.6c.1 30-15.3 57-27.6 68.8a99.3 99.3 0 01-67.8 28.2c-30.3.5-58.8-19.2-66.5-27.9a101 101 0 01-27.5-67.4c1.8-32.8 14.7-55.6 33.3-71.3a99.6 99.6 0 0164.2-22.7 98.2 98.2 0 0171 35.6c12.5 15.2 18 31.7 20.9 56.7zM255.6 135a106 106 0 01106 105.2 105.6 105.6 0 11-211.4 0c-.1-58 47.3-105.2 105.4-105.2" / >
< path d = "M255.9 134.5c58.2 0 105.6 47.4 105.6 105.6S314.1 345.7 256 345.7s-105.6-47.4-105.6-105.6c0-58.2 47.4-105.6 105.6-105.6zM152.6 240c0 56.8 46.7 103.3 103.3 103.3 56.6 0 103.3-46.5 103.3-103.3s-46.7-103.3-103.3-103.3S152.6 183.2 152.6 240z" / >
< path d = "M256 143.3a97 97 0 0196.7 96.7 97.1 97.1 0 01-96.7 96.8c-53 0-96.7-43.6-96.7-96.8a97.1 97.1 0 0196.7-96.7zM161.6 240c0 52 42.6 94.4 94.4 94.4s94.4-42.5 94.4-94.4c0-52-42.6-94.4-94.4-94.4a94.8 94.8 0 00-94.4 94.4z" / >
< path d = "M260.3 134h-9.1v212.3h9z" / >
< path d = "M259.3 132.8h2.3v214.7h-2.2V132.8zm-9 0h2.4v214.7h-2.3V132.8z" / >
< path d = "M361.6 244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63 3.2-44.8 10.6-9 6.7v7.9l22.9-10.3 54.4-8.5h52.3l38.4 4.2 26.6 6.4z" / >
< path d = "M256 223.8c24.9 0 49 2.3 68.3 6 19.8 4 33.7 9 38.5 14.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1 0-50.5 2.6-69.3 6.2-15 3-35.1 9-37.6 14.8v-2.9c1.3-4 16.3-10 37.3-14.3 18.9-3.7 43.3-6.1 69.6-6.1zm0-9.1a383 383 0 0168.3 6c19.8 4 33.7 9 38.5 14.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376 376 0 00-69.2 6.2c-14.5 2.7-35.4 8.9-37.7 14.7v-2.8c1.4-4 16.6-10.3 37.3-14.3 19-3.7 43.3-6.2 69.7-6.2zm-.6-46.2c39.3-.2 73.6 5.5 89.3 13.5l5.7 10c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7 4-94 14.4l6.8-11.4c15.9-8.3 53.3-12.5 87.1-12.5" / >
< path d = "M256 176.7a354 354 0 0161.3 4.3c16 3 31.3 7.4 33.5 9.8l1.7 3c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45 1.2-61.8 4.2a108.9 108.9 0 00-33.3 10.3l1.7-3.1c6-3 15.3-6.7 31.1-9.6 17.5-3.2 37.4-4.1 62.4-4.2zm0-9c21.4-.2 42.6 1 59.1 4a96 96 0 0130.6 10l2.5 4c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2a361 361 0 00-59.5 4.4 97.3 97.3 0 00-29.6 9.1l2.2-3.3c5.8-3 15.2-5.8 27-8.1a357 357 0 0159.9-4.4zM308.4 284a276.4 276.4 0 00-52.5-4c-65.5.8-86.6 13.5-89.2 17.3l-5-8c16.8-12 52.4-18.8 94.6-18.2 21.9.4 40.8 1.9 56.6 5l-4.5 8" / >
< path d = "M255.6 278.9c18.2.3 36 1 53.3 4.2l-1.2 2.2c-16-3-33.2-4-52-4-24.3-.2-48.7 2.1-70 8.2-6.7 1.9-17.8 6.2-19 9.8l-1.2-2c.4-2.2 7-6.6 19.6-10 24.4-7 47.2-8.3 70.5-8.4zm.8-9.2a327 327 0 0157.3 5l-1.3 2.3a299 299 0 00-56-4.9c-24.2 0-49.9 1.8-73.3 8.6-7.5 2.2-20.6 7-21 10.7l-1.2-2.2c.2-3.4 11.5-7.9 21.7-10.8 23.5-6.9 49.3-8.6 73.8-8.7z" / >
< path d = "M349.4 290.5l-7.8 12.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7 7.3-13.6 2.5-1.3 21.3 5.3 70.4 36.3 40.6 25.6L336 272l13.9 16z" / >
< path d = "M158.6 195.5c6-4 50.2 15.6 96.6 43.6 46.1 28 90.3 59.6 86.3 65.5l-1.3 2.1-.6.5c.1-.1.8-1 0-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1l1.3-2.6zM351 290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165 183c0 .1 0-.2.4-.5 1.2-1 3.3-1 4.2-1 11.8.2 45.5 15.7 92.8 42.8 20.8 12 87.6 55 87.3 67 0 1 .1 1.2-.3 1.8l1.7-2.6z" / >
< / g >
< g transform = "translate(0 26.7) scale(1.06667)" >
< path fill = "#fff" stroke = "#000" stroke - width = ".7" d = "M180.6 211a58.7 58.7 0 0017.5 41.7 59 59 0 0041.8 17.6 59.4 59.4 0 0042-17.4 59 59 0 0017.4-41.8v-79.2l-118.7-.2V211z" / >
< path fill = "red" stroke = "#000" stroke - width = ".5" d = "M182.8 211.1a56.4 56.4 0 0016.8 40 57 57 0 0040.2 16.8 56.9 56.9 0 0040.2-16.6 56.4 56.4 0 0016.7-40v-77H183v76.8m91-53.7v48.9l-.1 5.1a33.2 33.2 0 01-10 24 34 34 0 01-24 10c-9.4 0-17.7-4-23.9-10.2a34 34 0 01-10-24v-54l68 .2z" / >
< g id = "e" >
< g id = "d" fill = "#ff0" stroke = "#000" stroke - width = ".5" >
< path stroke = "none" d = "M190.2 154.4c.1-5.5 4-6.8 4-6.8.1 0 4.3 1.4 4.3 6.9h-8.3" / >
< path d = "M186.8 147.7l-.7 6.3h4.2c0-5.2 4-6 4-6 .1 0 4 1.1 4.1 6h4.2l-.8-6.4h-15zm-1 6.4h17c.3 0 .6.3.6.7 0 .5-.3.8-.6.8h-17c-.3 0-.6-.3-.6-.8 0-.4.3-.7.7-.7z" / >
< path d = "M192 154c0-3.3 2.3-4.2 2.3-4.2s2.3 1 2.3 4.2H192m-5.8-9h16.3c.3 0 .6.4.6.8 0 .3-.3.6-.6.6h-16.3c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6zm.4 1.5H202c.3 0 .6.3.6.7 0 .4-.3.7-.6.7h-15.5c-.4 0-.6-.3-.6-.7 0-.4.2-.7.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.4c-.3 0-.6-.2-.6-.5v-2zm4.6 2.7l.3 6.4h-4.3l.3-6.5h3.7" / >
< path id = "a" d = "M191 141.6v3.4h-4v-3.4h4z" / >
< use width = "100%" height = "100%" x = "10.6" xlink : href = "#a" / >
< path id = "b" d = "M186.3 139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.3a.6.6 0 01-.6-.6v-2z" / >
< use width = "100%" height = "100%" x = "10.6" xlink : href = "#b" / >
< path fill = "#000" stroke = "none" d = "M193.9 140.6c0-.6.9-.6.9 0v1.6h-.9v-1.6" / >
< path id = "c" fill = "#000" stroke = "none" d = "M188.6 142.8c0-.6.8-.6.8 0v1.2h-.8v-1.2" / >
< use width = "100%" height = "100%" x = "10.6" xlink : href = "#c" / >
< / g >
< use width = "100%" height = "100%" y = "46.3" xlink : href = "#d" / >
< use width = "100%" height = "100%" transform = "rotate(-45.2 312.8 180)" xlink : href = "#d" / >
< / g >
< use width = "100%" height = "100%" x = "45.7" xlink : href = "#d" / >
< use width = "100%" height = "100%" transform = "matrix(-1 0 0 1 479.8 0)" xlink : href = "#e" / >
< g id = "f" fill = "#fff" >
< path fill = "#039" d = "M232.6 202.4a8.3 8.3 0 002.2 5.7 7.2 7.2 0 005.3 2.4c2.1 0 4-1 5.3-2.4a8.3 8.3 0 002.2-5.7v-10.8h-15v10.8" / >
< circle cx = "236.1" cy = "195.7" r = "1.5" / >
< circle cx = "244.4" cy = "195.7" r = "1.5" / >
< circle cx = "240.2" cy = "199.7" r = "1.5" / >
< circle cx = "236.1" cy = "203.9" r = "1.5" / >
< circle cx = "244.4" cy = "203.9" r = "1.5" / >
< / g >
< use width = "100%" height = "100%" y = "-26" xlink : href = "#f" / >
< use width = "100%" height = "100%" x = "-20.8" xlink : href = "#f" / >
< use width = "100%" height = "100%" x = "20.8" xlink : href = "#f" / >
< use width = "100%" height = "100%" y = "25.8" xlink : href = "#f" / >
< / g >
< /svg>`,br=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - br " viewBox=" 0 0 640 480 " >
< g stroke - width = "1pt" >
< path fill = "#229e45" fill - rule = "evenodd" d = "M0 0h640v480H0z" / >
< path fill = "#f8e509" fill - rule = "evenodd" d = "M321.4 436l301.5-195.7L319.6 44 17.1 240.7 321.4 436z" / >
< path fill = "#2b49a3" fill - rule = "evenodd" d = "M452.8 240c0 70.3-57.1 127.3-127.6 127.3A127.4 127.4 0 11452.8 240z" / >
< path fill = "#ffffef" fill - rule = "evenodd" d = "M283.3 316.3l-4-2.3-4 2 .9-4.5-3.2-3.4 4.5-.5 2.2-4 1.9 4.2 4.4.8-3.3 3m86 26.3l-3.9-2.3-4 2 .8-4.5-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.1m-36.2-30l-3.4-2-3.5 1.8.8-3.9-2.8-2.9 4-.4 1.8-3.6 1.6 3.7 3.9.7-3 2.7m87-8.5l-3.4-2-3.5 1.8.8-3.9-2.7-2.8 3.9-.4 1.8-3.5 1.6 3.6 3.8.7-2.9 2.6m-87.3-22l-4-2.2-4 2 .8-4.6-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.2m-104.6-35l-4-2.2-4 2 1-4.6-3.3-3.3 4.6-.5 2-4.1 2 4.2 4.4.8-3.3 3.1m13.3 57.2l-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.1-4 2 4.2 4.4.8-3.3 3.1m132-67.3l-3.6-2-3.6 1.8.8-4-2.8-3 4-.5 1.9-3.6 1.7 3.8 4 .7-3 2.7m-6.7 38.3l-2.7-1.6-2.9 1.4.6-3.2-2.2-2.3 3.2-.4 1.5-2.8 1.3 3 3 .5-2.2 2.2m-142.2 50.4l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2M419 299.8l-2.2-1.1-2.2 1 .5-2.3-1.7-1.6 2.4-.3 1.2-2 1 2 2.5.5-1.9 1.5" / >
< path fill = "#ffffef" fill - rule = "evenodd" d = "M219.3 287.6l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2" / >
< path fill = "#ffffef" fill - rule = "evenodd" d = "M219.3 287.6l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m42.3 3l-2.6-1.4-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .5-2.3 2.1m-4.8 17l-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m87.4-22.2l-2.6-1.6-2.8 1.4.6-3-2-2.3 3-.3 1.4-2.7 1.2 2.8 3 .5-2.2 2.1m-25.1 3l-2.7-1.5-2.7 1.4.6-3-2-2.3 3-.3 1.4-2.8 1.2 2.9 3 .5-2.2 2.1m-68.8-5.8l-1.7-1-1.7.8.4-1.9-1.3-1.4 1.9-.2.8-1.7.8 1.8 1.9.3-1.4 1.3m167.8 45.4l-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m-20.8 6l-2.2-1.4-2.3 1.2.5-2.6-1.7-1.8 2.5-.3 1.2-2.3 1 2.4 2.5.4-1.9 1.8m10.4 2.3l-2-1.2-2.1 1 .4-2.3-1.6-1.7 2.3-.3 1.1-2 1 2 2.3.5-1.7 1.6m29.1-22.8l-2-1-2 1 .5-2.3-1.6-1.7 2.3-.3 1-2 1 2.1 2.1.4-1.6 1.6m-38.8 41.8l-2.5-1.4-2.7 1.2.6-2.8-2-2 3-.3 1.3-2.5 1.2 2.6 3 .5-2.3 1.9m.6 14.2l-2.4-1.4-2.4 1.3.6-2.8-1.9-2 2.7-.4 1.2-2.5 1.1 2.6 2.7.5-2 2m-19-23.1l-1.9-1.2-2 1 .4-2.2-1.5-1.7 2.2-.2 1-2 1 2 2.2.4-1.6 1.6m-17.8 2.3l-2-1.2-2 1 .5-2.2-1.6-1.7 2.3-.2 1-2 1 2 2.1.4-1.6 1.6m-30.4-24.6l-2-1.1-2 1 .5-2.3-1.6-1.6 2.2-.3 1-2 1 2 2.2.5-1.6 1.5m3.7 57l-1.6-.9-1.8.9.4-2-1.3-1.4 1.9-.2.9-1.7.8 1.8 1.9.3-1.4 1.3m-46.2-86.6l-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.2-4 1.9 4.2 4.4.8-3.3 3.1" / >
< path fill = "#fff" fill - rule = "evenodd" d = "M444.4 285.8a124.6 124.6 0 005.8-19.8c-67.8-59.5-143.3-90-238.7-83.7a124.5 124.5 0 00-8.5 20.9c113-10.8 196 39.2 241.4 82.6z" / >
< path fill = "#309e3a" d = "M414 252.4l2.3 1.3a3.4 3.4 0 00-.3 2.2 3 3 0 001.4 1.7c.7.5 1.4.8 2 .7.6 0 1-.3 1.3-.7a1.3 1.3 0 00.2-.9 2.3 2.3 0 00-.5-1c-.2-.3-.7-1-1.5-1.8a7.7 7.7 0 01-1.8-3 3.7 3.7 0 012-4.4 3.8 3.8 0 012.3-.2 7 7 0 012.6 1.2c1.4 1 2.3 2 2.6 3.2a4.1 4.1 0 01-.6 3.3l-2.4-1.5c.3-.6.4-1.2.2-1.7-.1-.5-.5-1-1.2-1.4a3.2 3.2 0 00-1.8-.7 1 1 0 00-.9.5c-.2.3-.2.6-.1 1s.6 1.2 1.6 2.2c1 1 1.6 1.9 2 2.5a3.9 3.9 0 01-.3 4.2 4.1 4.1 0 01-1.9 1.5 4 4 0 01-2.4.3c-.9-.2-1.8-.6-2.8-1.3-1.5-1-2.4-2.1-2.7-3.3a5.4 5.4 0 01.6-4zm-11.6-7.6l2.5 1.3a3.4 3.4 0 00-.2 2.2 3 3 0 001.4 1.6c.8.5 1.4.7 2 .6.6 0 1-.3 1.3-.8a1.3 1.3 0 00.2-.8c0-.3-.2-.7-.5-1a34.6 34.6 0 00-1.6-1.8c-1.1-1.1-1.8-2-2-2.8a3.7 3.7 0 01.4-3.1 3.6 3.6 0 011.6-1.4 3.8 3.8 0 012.2-.3 7 7 0 012.6 1c1.5 1 2.4 2 2.7 3.1a4.1 4.1 0 01-.4 3.4l-2.5-1.4c.3-.7.4-1.2.2-1.7s-.6-1-1.3-1.4a3.2 3.2 0 00-1.9-.6 1 1 0 00-.8.5c-.2.3-.2.6-.1 1s.7 1.2 1.7 2.2c1 1 1.7 1.8 2 2.4a3.9 3.9 0 010 4.2 4.2 4.2 0 01-1.8 1.6 4 4 0 01-2.4.3 8 8 0 01-2.9-1.1 6 6 0 01-2.8-3.2 5.4 5.4 0 01.4-4zm-14.2-3.8l7.3-12 8.8 5.5-1.2 2-6.4-4-1.6 2.7 6 3.7-1.3 2-6-3.7-2 3.3 6.7 4-1.2 2-9-5.5zm-20.7-17l1.1-2 5.4 2.7-2.5 5c-.8.2-1.8.3-3 .2a9.4 9.4 0 01-3.3-1 7.7 7.7 0 01-3-2.6 6 6 0 01-1-3.5 8.6 8.6 0 011-3.7 8 8 0 012.6-3 6.2 6.2 0 013.6-1.1c1 0 2 .3 3.2 1 1.6.7 2.6 1.7 3.1 2.8a5 5 0 01.3 3.5l-2.7-.8a3 3 0 00-.2-2c-.3-.6-.8-1-1.6-1.4a3.8 3.8 0 00-3.1-.3c-1 .3-1.9 1.2-2.6 2.6-.7 1.4-1 2.7-.7 3.8a3.7 3.7 0 002 2.4c.5.3 1.1.5 1.7.5a6 6 0 001.8 0l.8-1.6-2.9-1.5zm-90.2-22.3l2-14 4.2.7 1.1 9.8 3.9-9 4.2.6-2 13.8-2.7-.4 1.7-10.9-4.4 10.5-2.7-.4-1.1-11.3-1.6 11-2.6-.4zm-14.1-1.7l1.3-14 10.3 1-.2 2.4-7.5-.7-.3 3 7 .7-.3 2.4-7-.7-.3 3.8 7.8.7-.2 2.4-10.6-1z" / >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M216.5 191.3c0-1.5.3-2.6.7-3.6a6.7 6.7 0 011.4-1.9 5.4 5.4 0 011.8-1.2c1-.3 2-.5 3-.5 2.1 0 3.7.8 5 2a7.4 7.4 0 011.6 5.5c0 2.2-.7 4-2 5.3a6.5 6.5 0 01-5 1.7 6.6 6.6 0 01-4.8-2 7.3 7.3 0 01-1.7-5.3z" / >
< path fill = "#f7ffff" d = "M219.4 191.3c0 1.5.3 2.7 1 3.6.7.8 1.6 1.3 2.8 1.3a3.5 3.5 0 002.8-1.1c.7-.8 1-2 1.1-3.7 0-1.6-.2-2.8-1-3.6a3.5 3.5 0 00-2.7-1.3 3.6 3.6 0 00-2.8 1.2c-.8.8-1.1 2-1.2 3.6z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M233 198.5l.2-14h6c1.5 0 2.5.2 3.2.5.7.2 1.2.7 1.6 1.3s.6 1.4.6 2.3a3.8 3.8 0 01-1 2.6 4.5 4.5 0 01-2.7 1.2l1.5 1.2c.4.4.9 1.2 1.5 2.3l1.7 2.8h-3.4l-2-3.2-1.4-2a2.1 2.1 0 00-.9-.6 5 5 0 00-1.4-.2h-.6v5.8H233z" / >
< path fill = "#fff" d = "M236 190.5h2c1.4 0 2.3 0 2.6-.2.3 0 .6-.3.8-.5s.3-.7.3-1c0-.6-.1-1-.4-1.2-.2-.3-.6-.5-1-.6h-2l-2.3-.1v3.5z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M249 185.2l5.2.3c1.1 0 2 .1 2.6.3a4.7 4.7 0 012 1.4 6 6 0 011.2 2.4c.3.9.4 2 .3 3.3a9.3 9.3 0 01-.5 3c-.4 1-1 1.8-1.7 2.4a5 5 0 01-2 1c-.6.2-1.5.2-2.5.2l-5.3-.3.7-14z" / >
< path fill = "#fff" d = "M251.7 187.7l-.5 9.3h3.8c.5 0 .9-.2 1.2-.5.3-.3.6-.7.8-1.3.2-.6.4-1.5.4-2.6l-.1-2.5a3.2 3.2 0 00-.8-1.4 2.7 2.7 0 00-1.2-.7 13 13 0 00-2.3-.3h-1.3z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M317.6 210.2l3.3-13.6 4.4 1 3.2 1c.7.4 1.3 1 1.6 1.9.4.8.4 1.7.2 2.8-.2.8-.5 1.5-1 2a3.9 3.9 0 01-3 1.4c-.7 0-1.7-.2-3-.5l-1.7-.5-1.2 5.2-2.8-.7z" / >
< path fill = "#fff" d = "M323 199.6l-.8 3.8 1.5.4c1 .2 1.8.4 2.2.3a1.9 1.9 0 001.6-1.5c0-.5 0-.9-.2-1.3a2 2 0 00-1-.9l-1.9-.5-1.3-.3z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M330.6 214.1l4.7-13.2 5.5 2c1.5.5 2.4 1 3 1.4.5.5.9 1 1 1.8s.2 1.5 0 2.3c-.4 1-1 1.7-1.8 2.2-.8.4-1.8.5-3 .3.4.5.8 1 1 1.6l.8 2.7.6 3.1-3.1-1.1-1-3.6a19.5 19.5 0 00-.7-2.4 2.1 2.1 0 00-.6-.8c-.2-.3-.6-.5-1.3-.7l-.5-.2-2 5.6-2.6-1z" / >
< path fill = "#fff" d = "M336 207.4l1.9.7c1.3.5 2.1.7 2.5.7.3 0 .6 0 .9-.3.3-.2.5-.5.6-.9.2-.4.2-.8 0-1.2a1.7 1.7 0 00-.8-.9l-2-.7-2-.7-1.2 3.3z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M347 213.6a9 9 0 011.7-3.2 6.6 6.6 0 011.8-1.5 6 6 0 012-.7c1 0 2 0 3.1.4a6.5 6.5 0 014.2 3.3c.8 1.6.8 3.5.2 5.7a7.4 7.4 0 01-3.4 4.5c-1.5.9-3.3 1-5.2.4a6.6 6.6 0 01-4.2-3.3 7.3 7.3 0 01-.2-5.6z" / >
< path fill = "#fff" d = "M349.8 214.4c-.4 1.5-.5 2.8 0 3.8s1.2 1.6 2.3 2c1 .3 2 .2 3-.4 1-.5 1.6-1.6 2.1-3.2.5-1.5.5-2.7 0-3.7a3.5 3.5 0 00-2.2-2 3.6 3.6 0 00-3 .3c-1 .6-1.7 1.6-2.2 3.2z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M374.3 233.1l6.4-12.4 5.3 2.7a10 10 0 012.7 1.9c.5.5.8 1.1.8 1.9s0 1.5-.4 2.2a3.8 3.8 0 01-2 2c-1 .2-2 .2-3.1-.2.4.6.6 1.2.8 1.7.2.6.3 1.5.4 2.8l.2 3.2-3-1.5-.4-3.7a20 20 0 00-.3-2.5 2 2 0 00-.5-1l-1.2-.7-.5-.3-2.7 5.2-2.5-1.3z" / >
< path fill = "#fff" d = "M380.5 227.2l1.9 1c1.2.6 2 1 2.3 1 .3 0 .7 0 1-.2.3-.1.5-.4.7-.8.2-.4.3-.8.2-1.2a2 2 0 00-.7-1 23.7 23.7 0 00-1.8-1l-2-1-1.6 3.2z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M426.1 258.7a8.9 8.9 0 012.5-2.6 6.6 6.6 0 012.2-.9 5.5 5.5 0 012.2 0c1 .2 1.9.6 2.8 1.2a6.6 6.6 0 013 4.4c.3 1.7-.2 3.6-1.4 5.5a7.3 7.3 0 01-4.5 3.3 6.5 6.5 0 01-5.2-1.1 6.6 6.6 0 01-3-4.4c-.3-1.8.2-3.6 1.4-5.4z" / >
< path fill = "#fff" d = "M428.6 260.3c-1 1.3-1.3 2.5-1.1 3.6a3.6 3.6 0 001.6 2.5c1 .7 2 .9 3 .6 1-.3 2-1 2.9-2.4.9-1.4 1.3-2.6 1.1-3.6-.1-1-.7-1.9-1.6-2.6s-2-.8-3-.5c-1 .2-2 1-3 2.4z" / >
< / g >
< path fill = "#309e3a" d = "M301.8 204.5l2.3-9.8 7.2 1.7-.3 1.6-5.3-1.2-.5 2.2 4.9 1.1-.4 1.7-4.9-1.2-.6 2.7 5.5 1.3-.4 1.6-7.5-1.7z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,ru=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - ru " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#fff" d = "M0 0h640v480H0z" / >
< path fill = "#0039a6" d = "M0 160h640v320H0z" / >
< path fill = "#d52b1e" d = "M0 320h640v160H0z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,tr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - tr " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" >
< path fill = "#e30a17" d = "M0 0h640v480H0z" / >
< path fill = "#fff" d = "M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z" / >
< path fill = "#e30a17" d = "M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z" / >
< path fill = "#fff" d = "M430.7 191.5l-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,vn=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - vn " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< defs >
< clipPath id = "vn-a" >
< path fill - opacity = ".7" d = "M-85.3 0h682.6v512H-85.3z" / >
< / c l i p P a t h >
< / d e f s >
< g fill - rule = "evenodd" clip - path = "url(#vn-a)" transform = "translate(80) scale(.9375)" >
< path fill = "#ec0015" d = "M-128 0h768v512h-768z" / >
< path fill = "#ff0" d = "M349.6 381L260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,hr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " xmlns:xlink=" http : //www.w3.org/1999/xlink" id="flag-icon-css-hr" viewBox="0 0 640 480">
2021-03-12 19:45:44 +00:00
< path fill = "#171796" d = "M0 0h640v480H0z" / >
< path fill = "#fff" d = "M0 0h640v320H0z" / >
< path fill = "red" d = "M0 0h640v160H0zm320 364.1c51.3 0 93.3-42 93.3-93.3V160H226.7v110.8c0 51.4 42 93.4 93.3 93.4z" / >
< path fill = "#fff" d = "M320 362.6a91.8 91.8 0 0091.6-91.5V161.8H228.5V271a91.8 91.8 0 0091.5 91.5z" / >
< g fill = "red" >
< path d = "M267.1 165.2H232v38.7h35.2zm0 77.4h35.3v-38.7H267zM232 270.9c0 3.5.2 7 .6 10.4h34.6v-38.7H232v28.3zm105.7-28.3h-35.2v38.7h35.2zm0 77.4h35.2v-38.7h-35.2zm35.2 21.2A89.2 89.2 0 00393 320h-20v21.2zM267.1 320h35.3v-38.7H267zm-20.1 0a89.2 89.2 0 0020.1 21.2V320H247zm79.1 38.7c4-.3 7.7-.8 11.5-1.6V320h-35.2v37.1a87 87 0 0011.4 1.6c4.1.3 8.2.2 12.3 0z" / >
< path d = "M407.4 281.3c.4-3.4.6-6.9.6-10.4v-28.3h-35.2v38.7h34.6zm-69.8-38.7h35.2v-38.7h-35.2zm0-77.4h-35.2v38.7h35.2zm70.4 38.7v-38.7h-35.2v38.7z" / >
< / g >
< path fill = "#fff" d = "M410 158.8l21.8-49.5-16.6-26.8-27.6 10.2-19.4-22.2-25.4 14.7L320 66.5l-22.7 18.6-25.5-14.6-19.4 22.2-27.6-10.3-16.6 27 21.8 49.4a217.8 217.8 0 0190-19.3c32 0 62.5 6.9 90 19.3z" / >
< path fill = "#0093dd" d = "M253 94.8l-27.4-10-15.3 24.7 5.9 13.3 14.8 33.7a219.7 219.7 0 0134.6-12L253 94.8z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".3" d = "M251.4 119.3a13.3 13.3 0 011.6 6.2c0 7.3-6 13.3-13.4 13.3a13.4 13.4 0 01-13.1-10.8 13.4 13.4 0 0011.7 6.9 13.4 13.4 0 0013.2-15.6z" / >
< path d = "M227.6 114l1-4.9-3.8-3.2-.1-.1.2-.1 4.6-1.6 1-4.8v-.2l.2.1 3.7 3.2 4.6-1.6h.2v.2l-1 4.8 3.7 3.2.2.2h-.3l-4.6 1.6-1 4.8v.2l-.1-.1-3.7-3.2-4.6 1.6h-.3z" / >
< path fill = "#f7db17" d = "M233.6 107.6l3.5 3 4.3-1.5zm0-.2l7.8 1.6-3.4-3zm-8.3-1.6l7.8 1.5-3.5-3zm7.8 1.7l-7.8-1.5 3.4 3zm.4-.3l5.2-6-4.3 1.5zm-5.6 6.4l5.2-6-4.3 1.5zm5.3-5.9l-5.2 6 4.3-1.5zm5.6-6.4l-5.2 6 4.3-1.5zm-5.6 6l-2.6-7.6-.9 4.5zm2.7 8l-2.5-7.5-.9 4.5zm-2.4-7.6l2.6 7.5.9-4.5zm-2.7-8l2.5 7.5 1-4.5z" / >
< path fill = "#171796" d = "M297.5 87.4L272.1 73 253 94.9l12.6 49.6a219.8 219.8 0 0136.1-6l-4.2-51.1z" / >
< path fill = "red" d = "M262.5 132.2a232.3 232.3 0 0138.2-6.4l-1-12.9a245.6 245.6 0 00-40.4 6.7l3.2 12.6zm-6.3-25a258 258 0 0142.4-7l-1.1-12.7a270.7 270.7 0 00-44.5 7.4l3.2 12.3z" / >
< g transform = "translate(-160) scale(.00237)" >
< path fill = "#0093dd" d = "M212105 36890l-23 13-9517-7794-9497 7778 1788 21560c2543-210 5113-322 7709-322 2608 0 5190 113 7744 325l1795-21560z" / >
< g id = "a" >
< path d = "M202545 46585c-18-2-44 10-69 45-186 250-359 469-545 720-195 61-242 180-167 348-261-26-291 193-302 432-250-379-522-482-814-307-11-230-187-338-439-392-180-10-319-65-436-145-60-42-110-64-170-106-126-88-226-5-172 74 267 434 535 868 802 1302-14 80 6 151 88 204 47 133 93 265 140 397-11 38-21 75-32 113-221-105-443-118-664-133-170-8-287-50-361-137-54-63-91-26-92 82-3 534 162 1014 599 1492-231 4-462 11-694 21-79 6-95 39-73 104 126 304 339 579 822 766-208 112-327 285-357 520-9 224-75 382-212 455-60 32-81 65-24 106 253 185 565 193 895 112-157 270-226 553-198 850 208 56 412 15 614-52-29 61-44 175-52 309-7 115-41 229-104 343-32 33-65 84 4 102 336 91 648 52 915-47 0 243 2 487 76 727 18 58 70 102 125 26 155-214 322-396 527-517 31 90 75 168 156 215 96 55 147 170 153 343 0 30-2 60 35 90 149 7 514-380 589-597 206 121 284 246 439 461 55 76 99 29 128-25 62-243 67-481 66-724 267 99 579 138 915 47 69-19 36-70 4-102-62-114-105-250-113-365-9-133-14-226-43-287 202 68 405 108 614 52 29-297-53-579-211-850 330 80 655 73 908-112 57-41 35-74-24-106-136-73-203-231-212-455-30-235-149-409-357-520 483-187 696-463 822-766 22-66 6-99-73-104-231-10-480-24-711-27 437-478 606-961 604-1495-1-108-38-146-92-82-74 87-179 137-348 146-222 15-435 24-656 128-11-38-21-75-32-113 46-132 106-260 153-393 82-53 102-123 88-204 267-434 513-868 781-1302 54-79-46-162-171-74-60 42-110 64-170 106-117 80-257 134-437 145-251 54-417 167-428 397-293-175-564-73-814 307-11-239-41-457-302-432 75-168 17-291-178-352-186-250-458-470-644-720-31-35-51-47-69-45z" / >
< g fill = "#f7db17" >
< path d = "M205075 47978c-51-26-124 17-162 95s-33 170 19 196c40 20 84-6 119-56l22-36c2-3 4-6 5-9 38-78 49-163-2-188zm-5008 0c52-26 124 17 162 95s39 165-13 191-103-24-141-102-60-158-9-184zm4539 905c-32 0-59 27-59 59s26 59 59 59 59-26 59-59c0-32-26-59-59-59zm-4032 0a59.1 59.1 0 10.2 118.2 59.1 59.1 0 00-.2-118.2zm4294-304c-754-91-1506-133-2260-133s-1509 41-2269 115c-26 8-21 90 14 86 756-73 1507-113 2256-113 743 0 1485 40 2228 129 39 4 54-80 32-84z" / >
< path d = " M200319 48495 c768 - 75 1530 - 117 2289 - 116 754 0 1507 42 2261 133 l111 - 184 c - 32 10 - 62 9 - 90 - 5 - 76 - 38 - 92 - 161 - 36 - 274 56 - 114 164 - 175 240 - 138 39 19 62 62 68 114 l446 - 739 c - 204 130 - 328 214 - 581 252 - 281 41 - 409 139 - 368 307 38 156 - 57 133 - 201 54 - 314 - 171 - 541 71 - 652 353 - 73 186 - 159 181 - 168 - 13 - 4 - 70 0 - 131 - 7 - 200 - 21 - 223 - 89 - 286 - 216 - 224 - 161 78 - 175 25 - 137 - 58 28 - 60 86 - 128 66 - 221 - 9 - 67 - 66 - 92 - 151 - 98 - 182 - 244 - 467 - 483 - 649 - 727 - 182 244 - 374 483 - 556 727 - 86 5 - 142 30 - 152 98 - 20 93 52 157 80 217 38 82 23 135 - 137 57 - 127 - 61 - 186 - 3 - 207 220 - 7 69 - 10 139 - 13 209 - 9 194 - 95 199 - 168 13 - 111 - 282 - 352 - 524 - 667 - 353 - 145 79 - 203 102 - 182 - 54 23 - 172 - 107 - 266 - 388 - 307 - 253 - 37 - 377 - 122 - 581 - 252 l419 682 c12 - 25 29 - 45 53 - 57 76 - 38 184 24 240 138 56 113 40 237 - 36 274 - 10 5 - 21 8 - 32 10 l100 163 zm4389 911 c - 7 3 - 7 4 - 24 11 - 46 19 - 80 66 - 134 124 - 57 60 - 128 125 - 211 188 - 12 10 - 25 19 - 44 - 6 s - 7 - 35 6 - 44 c80 - 62 149 - 124 204 - 182 30 - 32 56 - 63 77 - 92 - 95 - 11 - 190 - 21 - 284 - 30 - 79 24 - 157 55 - 222 95 - 59 35 - 107 77 - 137 125 - 8 14 - 16 27 - 44 11 - 27 - 16 - 19 - 30 - 11 - 44 35 - 58 91 - 107 158 - 147 33 - 20 69 - 38 106 - 54 - 107 - 9 - 214 - 18 - 321 - 25 - 22 13 - 42 29 - 61 47 - 20 19 - 39 42 - 56 67 - 9 13 - 18 26 - 44 8 s - 18 - 31 - 8 - 44 c19 - 29 41 - 54 64 - 77 l9 - 9 c - 80 - 5 - 161 - 10 - 241 - 14 - 2 2 - 5 5 - 8 7 a340 . 4 340.4 0 00 - 93 126 c - 6 15 - 12 29 - 41 18 - 29 - 12 - 23 - 26 - 17 - 41 12 - 29 27 - 55 45 - 81 8 - 11 18 - 22 27 - 33 - 115 - 5 - 230 - 9 - 344 - 12 - 4 5 - 9 8 - 14 11 - 25 15 - 47 32 - 66 51 s - 35 40 - 48 63 c - 8 14 - 16 28 - 43 12 - 28 - 16 - 20 - 29 - 12 - 43 16 - 28 35 - 54 59 - 77 7 - 7 14 - 13 21 - 19 - 122 - 2 - 244 - 4 - 365 - 4 - 120 0 - 240 1 - 360 3 8 7 15 13 22 20 23 23 42 49 59 77 8 14 16 27 - 12 43 s - 35 2 - 44 - 12 c - 13 - 23 - 29 - 44 - 48 - 63 s - 41 - 36 - 66 - 51 c - 6 - 3 - 12 - 7 - 15 - 12 - 115 2 - 230 6 - 345 11 11 11 20 23 29 35 19 25 33 52 45 81 6 15 12 29 - 17 41 s - 35 - 3 - 41 - 18 c - 9 - 24 - 22 - 46 - 38 - 67 - 15 - 21 - 34 - 41 - 55 - 59 - 4 - 3 - 7 - 6 - 10 - 10 - 81 4 - 162 8 - 243 13 4 4 9 8 13 12 24 23 45 48 64 77 9 13 18 26 - 8 44 s - 35 5 - 44 - 8 c - 18 - 26 - 36 - 48 - 56 - 67 s - 41 - 35 - 64 - 49 c - 1 - 1 - 3 - 2 - 5 - 3 - 110 7 - 220 14 - 330 23 43 18 85 38 122 61 67 40 124 89 158 147 8 14 16 27 - 11 44 - 27 16 - 35 3 - 44 - 11 - 29 - 48 - 78 - 90 - 137 - 125 - 72 - 44 - 159 - 77 - 246 - 102 h - 2 c - 90 7 - 179 15 - 268 24 22 33 51 68 86 106 55 58 124 120 204 182 13 9 25 19 6 44 s - 32 15 - 44 6 c - 83 - 64 - 155 - 128 - 211 - 188 - 37 - 38 - 99 - 111 - 135 - 140 - 196 - 90 - 354 - 127 - 575 - 147 - 153 - 14 - 318 - 9 - 458 - 79 36 85 75 164 126 229 53 68 120 121 209 147 8 2 21 16 22 25 28 157 84 286 169 386 52 60 114 110 188 149 - 75 - 81 - 132 - 166 - 172 - 251 - 67 - 142 - 90 - 286 - 77 - 420 1 - 16 3 - 32 34 - 29 32 3 30 19 29 35 - 11 123 9 256 72 387 56 118 159 237 291 346 24 19 0 63 - 29 55 - 154 - 44 - 290 - 123 - 383 - 231 - 89 - 104 - 149 - 237 - 180 - 397 - 94 - 32 - 165 - 90 - 222 - 164 - 47 - 60 - 85 - 131 - 118 - 205 28 428 182 801 456 1137 61 75 165 182 255 216 92 35 95 100 - 20 101 - 34 1 - 69 1 - 105 1 84 31 164 66 233 105 127 73 217 162 224 273 1 16 2 32 - 29 34 - 32 2 - 33 - 14 - 34 - 29 - 6 - 86 - 82 - 160 - 192 - 223 - 113 - 65 - 259 - 117 - 402 - 160 - 154 0 - 312 - 1 - 459 3 39 28 80 57 131 84 82 44 188 86 343 122 89 21 166 52 233 91 71 42 130 93 177 150 10 12 20 25 - 5 45 s - 34 8 - 45 - 5 c - 42 - 52 - 95 - 98 - 159 - 135 - 61 - 36 - 133 - 64 - 216 - 84 - 161 - 38 - 272 - 81 - 358 - 128 - 75 - 40 - 131 - 82 - 184 - 123 180 393 450 573 835 689 23 7 43 13 61 19 3 1 6 1 9 2 86 21 175 40 266 55 92 15 166 28 261 37 16 1 32 3 29 34 - 3 32 - 19 30 - 34 29 - 99 - 9 - 174 - 22 - 266 - 38 - 58 - 10 - 115 - 21 - 171 - 33 - 26 6 - 64 9 - 107 12 - 232 14 - 420 225 - 435 494 0 5 0 11 - 1 16 88 - 80 179 - 157 273 - 212 117 - 68 239 - 103 364 - 69 15 4 31 8 22 39 - 8 31 - 23 27 - 39 22 - 106 - 28 - 212 3 - 316 63 - 108 63 - 213 158 - 315 253 - 24 147 - 82 285 - 205 377 61 34 104 65 163 45 86 - 39 172 - 78 261 - 108 91 - 31 184 - 52 282 - 57 16 - 1 32 - 1 33 31 s - 14 32 - 31 33 c - 91 4 - 179 24 - 264 53 - 75 26 - 149 58 - 222 91 221 47 460 - 1 667 - 79 60 - 22 105 - 42 133 - 41 51 - 30 112 - 53 172 - 79 66 - 28 132 - 51 182 - 57 16 - 2 32 - 4 35 28 4 32 - 12 33 - 28 35 - 112 13 - 127 21 - 222 79 0 21 - 66 57 - 126 96 - 36 24 - 70 52 - 87 67 - 95 86 - 144 181 - 188 287 - 29 70 - 52 145 - 68 224 55 - 108 121 - 211 201 - 303 94 - 108 208 - 201 345 - 265 14 - 7 29 - 13 42 15 13 29 - 1 35 - 15 42 - 129 60 - 236 147 - 324 250 - 90 103 - 161 222 - 219 345 - 31 64 - 8 1 - 42 86 110 - 122 212 - 224 323 - 307 132 - 100 283 - 157 418 - 133 15 3 31 6 26 37 s - 21 28 - 37 26 c - 116 - 21 - 250 32 - 369 121 - 121 92 - 244 223 - 366 361 184 26 366 - 26 542 - 85 91 - 30 183 - 135 239 - 152 19 - 24 38 - 46 57 - 67 33 - 37 67 - 71 102 - 100 12 - 10 24 - 20 45 4 s8 34 - 4 45 c - 33 28 - 65 60 - 96 94 - 32 35 - 62 73 - 92 113 - 6 8 - 13 17 - 24 16 - 60 70 - 151 162 - 172 240 - 57 210 - 25 370 - 122 576 71 - 38 128 - 81 175 - 134 53 - 60 94 - 135 128 - 230 37 - 104 95 - 195 167 - 270 75 - 77 165 - 136 261 - 172 15 -
< path d = "M204649 49231c-680-88-1359-113-2041-114-684 0-1369 40-2058 112-20 6-15 33-14 46 2 28 37 35 121 27 643-60 1285-93 1932-93 674 0 1351 21 2038 102 33 9 77-85 22-81z" / >
< path fill - rule = "evenodd" d = "M200570 49160c683-71 1362-110 2038-110 675 0 1349 40 2025 127l31-127c-17 9-37 15-58 15a123 123 0 11113-171l60-170c-724-84-1446-122-2171-122-729 0-1459 38-2193 107l58 164c22-32 59-54 101-54a123 123 0 110 246c-12 0-25-2-36-6l33 94-2 7zm3067-416a123 123 0 100 246 123 123 0 100-246zm0 64a59.1 59.1 0 000 118c32 0 59-27 59-59s-26-59-59-59zm-1082-91a123 123 0 10123 123c0-68-55-123-123-123zm0 64a59.1 59.1 0 10.2 118.2 59.1 59.1 0 00-.2-118.2zm-1064-40a123 123 0 10-.2 245.8 123 123 0 00.2-245.8zm0 64c-33 0-59 26-59 59s26 59 59 59a59.1 59.1 0 000-118z" / >
< / g >
< path d = "M202601 47974c-14-68-49-129-100-175-51-47-116-78-187-88-33-4-39-58-7-68 60-20 114-67 157-133 45-69 79-157 95-256 5-34 64-35 69-1 15 84 51 153 97 208 55 66 125 112 193 138 31 12 25 63-8 68-59 9-105 42-141 87-50 62-81 145-100 221-8 33-62 31-69-2zm33-118c20-52 47-103 81-146 28-34 60-64 99-84-51-30-100-70-143-120-28-34-53-73-73-116-19 59-45 112-75 158-31 47-67 86-108 116 50 19 95 47 134 82 34 31 63 68 85 110zm799 5115l-515 206c-17 7-35 14-48-21-14-34 4-41 21-48l515-206c17-7 35-14 48 21 14 34-4 41-21 48zm59-326l-604 328c-16 9-33 18-51-15s-1-42 15-51l604-328c16-9 33-18 51 15s1 42-15 51zm-1826-65l604 328c16 9 33 18 15 51s-34 24-51 15l-604-328c-16-9-33-18-15-51s34-24 51-15zm51 322l515 206c18 7 35 14 21 48-14 35-31 28-49 21l-515-206c-17-7-34-14-21-48 14-35 31-28 48-21zm224 434c137 33 261 48 358 31 88-16 155-60 191-146v-493c-107-1-212-15-303-41-109-31-170-98-201-178-41-107-27-235-4-329 5-18 9-36 45-27s32 27 27 45c-20 82-33 194 1 284 23 60 69 110 152 133 91 25 198 38 307 38 107 0 214-13 304-40 82-24 148-69 192-123s65-117 57-176c-5-36-24-62-49-80-34-24-82-35-128-37-47-2-94 7-142 16-25 5-50 9-77 13-19 2-37 5-42-32s14-40 32-42c23-3 48-8 73-12 52-10 105-20 159-18 60 2 121 18 168 51 42 29 72 72 80 131 11 80-16 163-73 233-53 65-131 119-229 147-83 24-178 38-274 42v483c3 5 3 11 2 16 37 82 102 125 188 141 97 18 221 2 358-31 18-5 36-9 45 27 8 37-9 41-28 45-146 35-279 51-388 32-92-17-165-58-215-132-49 74-124 115-215 132-109 20-242 4-388-32-18-4-37-8-28-45 8-36 27-32 45-27zm356 210l402-9c19 0 38-1 38 37 1 38-18 38-37 38l-402 9c-19 0-37 1-38-37s18-38 37-38zm593-3082c151-125 293-227 423-297 133-72 254-111 359-106 19 1 37 1 36 39-1 37-20 37-39 36-92-4-200 32-322 97-125 67-263 166-410 289-14 12-29 24-53-5s-9-41 5-53zm-605 56c-141-130-298-240-445-314-139-71-268-108-363-100-19 2-37 4-40-34-4-37 15-39 34-40 110-10 252 31 404 107 152 77 315 191 461 325 14 13 28 25 2 53-25 27-39 15-53 2zm-213 1004c37-83 83-155 136-219 53-63 112-119 174-170 14-12 29-24 52 5 24 29 9 41-5 53-59 48-114 101-164 160-49 59-91 125-125 201-8 17-15 34-49 19s-27-32-19-49zm371-1734c49 66 88 139 114 223 26 82 40 175 39 279 5 80 6 165-7 249-13 86-42 170-97 246-43 60-101 97-165 113-53 13-109 10-164-7 29 100 51 208 6 308-8 18-33 27-51 18-43-22-86-43-128-62s-84-36-127-51l-1-1c-95-37-173-73-236-112-65-39-115-80-150-124l1 2c-44-49-72-106-88-170-14-55-20-114-22-174-72-39-138-78-194-116-64-43-118-87-161-131-13-14-26-27 1-53s40-12 53 1c39 40 89 80 150 121 60 40 128 81 204 121 124 13 247 51 370 109 106 50 211 115 317 192 13 7 19 16 27 20 8 6 16 13 25 19 51 22 104 28 152 16 47-11 90-39 122-84 48-66 72-139 84-214 12-77 11-157 6-234v-2c1-97-12-183-35-258-24-76-58-142-102-201-11-15-22-30 7-52s41-7 52 7zm-375 1047c-104-77-207-141-311-190-105-49-210-83-314-98 2 48 8 93 18 135 13 52 35 99 71 138l1 1c30 37 73 72 130 107 60 36 134 71 225 106l-1-1c45 16 89 34 133 54 31 14 61 28 93 44 19-83-10-179-37-267-2-8-5-15-9-29zm776-1003c-44 59-79 125-102 201-24 76-36 161-35 258v2c-5 77-6 158 6 234 12 75 37 148 84 214 32 45 75 72 122 84 48 12 101 6 152-16l25-19c6-4 13-12 27-20 105-77 211-143 317-192 123-58 246-95 370-109 75-40 144-80 204-121s111-81 149-121c13-13 26-27 53-1s14 39 0 53c-43 44-97 88-161 131-57 38-122 77-194 116-2 61-8 119-22 174-16 63-44 121-88 170l1-2c-35 44-85 85-150 124-63 38-141 75-237 112l-1 1c-43 15-85 32-127 51-43 19-85 40-128 62-18 9-43 0-51-18-45-100-23-208 6-308-55 18-111 20-164 7-64-15-122-53-165-113-55-76-84-160-97-246-13-85-12-169-7-249-1-104 13-196 39-279 26-84 65-158 114-223 11-15 22-30 52-7 30 22 19 37 7 52zm940 715c-105 15-209 49-314 98-104 49-207 113-311 190-4 13-6 21-8 29-27 88-56 184-37 267 31-15 62-30 93-44 44-20 87-38 133-54l-1 1c91-35 165-70 225-106 58-34 100-70 131-107l1-1c35-39 57-86 71-138 11-42 16-87 19-135z" / >
< path fill - rule = "evenodd" d = "M203459 50602a216.4 216.4 0 000 433 216.6 216.6 0 000-433zm0 69c-81 0-147 66-147 147s66 147 147 147 147-66 147-147-66-147-147-147zm0 60a87 87 0 10.1 174.1 87 87 0 00-.1-174.1zm-1697-124c119 0 217 97 217 216s-97 217-217 217a216.6 216.6 0 010-433zm0 69c81 0 147 66 147 147s-66 147-147 147-147-66-147-147 66-147 147-147zm0 60a87 87 0 11-.1 174.1 87 87 0 01.1-174.1z" / >
< / g >
< use width = "100%" height = "100%" transform = "rotate(-2.2 -55532.8 156275.8)" xlink : href = "#a" / >
< use width = "100%" height = "100%" transform = "rotate(2.2 459865.8 156275.8)" xlink : href = "#a" / >
< / g >
< path fill = "#171796" d = "M387.2 94.9l-19.3-22-25.2 14.5-4.3 51.1a219.7 219.7 0 0136.2 6L387.2 95z" / >
< path d = "M347.7 98c.8-.2 1.7-.2 2.6.3.3.1.6.3.8.6.4-.3.7-.6 1.2-.8a4 4 0 011.8-1c.9-.5 1.8-.8 2.7-.9h2.8c.8 0 1.6.2 2.3.6l2 1c.8.4 1.5.8 2.2 1a9.1 9.1 0 004.5.5c.4-.2.7.1.2.4-3.3 2-5.9.2-8.1-.6a16.2 16.2 0 012.1 1.7c.8.8 1.8 1.6 3.5 2.4a8.4 8.4 0 005 .7l.4.1-.1.5a4.8 4.8 0 01-2.6.7 10 10 0 01-5.2-1.3c-1.4-.7-2.3-1.6-3.3-2.4a7.5 7.5 0 00-3-1.4 6 6 0 00-2.9 0c.3.1.5.2.6.4.5.3 1 .4 2 .5.4 0 .2.3-.5.7a2 2 0 01-1.6.8c-1 .6-1.3.2-1.7-.2 0 .3 0 .5-.2.8a.6.6 0 010 .4l.2.7c0 .2 0 .3.2.4.2.2.3.4.3.7 0 .2.1.3.3.4l.6.6c.6.2.8.7 1 1.2.4.2.6.5.7.9.2 0 .4.2.6.4l2.6.1c.8.1 1.4.6 2 1.2h1.2a4 4 0 011.3-.3h2.3c.5.2.9.4 1.2.8.5.5 1.2.4 1.8.2a2.7 2.7 0 012.4 0 2.3 2.3 0 011-.2c.4-.3.7-.4 1-.4.6 0 1 0 .9.8 0 .2-.2.4-.3.4-.3.6-.7.7-1.3.7-.1.4-.3.7-.5.8.3.9 0 1.3-.7 1.2 0 .3-.3.4-.6.4a1.4 1.4 0 01-1 .5l.4.6c.4.7-.2 1-.8 1v1.2c.7.4.8.8.2 1.2.4.7.3 1.3-.5 1.6 0 .4 0 .8-.3 1-.2.2-.5.3-.3.6.3.5.2 1.1-.2 1.2l-.2.1-.2.2a9.6 9.6 0 00-1.5 1c-.1 0-.2.1-.2 0a9.6 9.6 0 01-1.8 2.4c0 .5-.4 1-1 1.1a.4.4 0 01-.3.4c.3.3.5.6.2 1a3 3 0 01-1.3.8c-1 .3-1.7.2-2-.2-.4-.3-.3-.6 0-.7-.7 0-.8-.2-.8-.7 0-.2.1-.2.3-.1.4 0 .7-.2 1-.3l.5-.6c0-.7.5-1 1.1-1.3.5-.2 1-.6 1.4-1.2l.9-1.5a1.2 1.2 0 01-.3-.7 1.5 1.5 0 01-.5-.6c-.5 0-.7-.2-.7-.5a1.1 1.1 0 01-.3 0c-.3.1-.5.3-.7.2a6.9 6.9 0 01-1.1 1c-.2.3-.4.5-.7.5-1 .1-1.5 1.2-2 1.7-.2.1-.3.4-.4.7 0 .6-.1 1-.4 1h-.4a1.2 1.2 0 00-.4 0c.3.3.3.6 0 .9-.1.3-.4.4-.8.4a3.6 3.6 0 01-1.6-.2c-.4-.2-.5-.5-.5-.7-.3-.2-.4-.3-.3-.5 0-.2.2-.3.4-.2l.6-.2a5.2 5.2 0 011.8-1.4 3 3 0 01.7-.7c0-.5.5-1 1-1.4l.1-.6v-.3c-.2-.3-.3-.7-.1-1a1.3 1.3 0 010-.6c-1.1.6-1.5.4-1.6-.1-.4.3-.8.5-1 0-.4.1-.8.3-1.2.1l-.8.2-.4.7c0 .5-.2 1-.5 1.5a9.3 9.3 0 01-.7 1.5 1 1 0 01-.1.5c0 .6-.2.9-.5 1a2.4 2.4 0 01-.4.8v.2c.1.3.1.7-.2 1l-1 .6h-1c-.4-.3-.4-.4-.3-.6a.6.6 0 01-.5 0l-.4-.3c-.1-.2-.1-.4.1-.5l.9-.6c0-.2.2-.3.4-.4.2-.4.4-.6.6-.7l.7-1.5c.1-.1.2-.3.1-.4l.1-.3s.2-.1 0-.2a1.4 1.4 0 01.2-1.2c.3-.4.6-1.4.3-2v-.8h-.3c-.2-.2-.4 0-.6.2l-.4.6c-.1.8-.5 1.5-1 1.6v1.2c0 .4 0 .7-.2.7s-.4.2-.5.5a1 1 0 00-.1.3c.3.3.2.7-.1 1-.6.6-1.4.5-2.2.3-.6-.3-.8-.5-.7-.8-.8 0-.7-.7 0-.9.8-.2 1.4-.7 1.9-1.4 0-.8.2-1.3.7-1.4 0-.5.2-1 .4-1.4.2-.4.3-.8.2-1.3-.4-.3-.4-.6 0-1 .1 0 .1 0 0-.2-.3 0-.3-.3-.3-.5s0-.2-.2-.2c-.6-.1-.5-.4-.2-.7.1 0 .2-.3 0-.4l-.1-.4c-.4-.3-.2-.6 0-.9l-.4-.8c-.7 0-1-.4-.6-.9a3.4 3.4 0 01.7-.6c.1-.3.3-.6.2-.8-.2-.6.5-1 1-1.4a.9.9 0 01-.1-.4c-.3-.3-.2-.6.1-.8a1 1 0 01-.1-.5c-.8.2-.8-.3-.4-1-.5-.3-.4-.8.5-1.5a1 1 0 010-.4 2 2 0 00-1 .3c-.3.3-.6.2-.9.1a1.5 1.5 0 00-.4-.4.6.6 0 01-.2-.6c-1 0-1.1-.7-.6-1 .3-.3.6-.6.7-.9.2-.6.7-1 1.3-1.5v-.5a1.6 1.6 0 00-.7-.3 1.2 1.2 0 00-.6-.7c-.1 0-.2-.2 0-.4-.6-.4-.5-.7-.3-1z" / >
< g fill = "#f7db17" >
< path d = "M364.5 122a1.4 1.4 0 01-.2 0 8.4 8.4 0 01-.8.7c-.2-.3-.5 0-.2.1l-.2.2c0 .3-.2.4-.5.4h-.1a3 3 0 010-.3 3.5 3.5 0 010-.4 3.9 3.9 0 00-.1.4 2.8 2.8 0 000 .4c-.8.3-1.3 1.1-1.9 1.7l-.4.8c0 .2 0 .9-.3.9h-.2c0-.1-.2-.1-.4 0h-1c-.2.2.4.2.7.3.1.1.2.3.1.5-.2.7-1.8.5-2.3.2-.2-.1-.2-.3-.2-.5h.3c.2 0 .4 0 .5-.2 0 0 .1 0 0-.1 0-.1 0-.1 0 0a1.3 1.3 0 01-.5 0 2.6 2.6 0 01-.5 0h-.2c0-.1.2 0 .2 0l.7-.3a5.3 5.3 0 011.9-1.4l.8-.7c0-.7.4-1 .8-1.5l.3-.7v-.3c-.2-.4-.3-.7-.1-1a1.5 1.5 0 010-.8.3.3 0 000-.1 6.2 6.2 0 01.8-.6v.8a1.3 1.3 0 00-.2.3.5.5 0 000 .2v.1a.4.4 0 010-.3l.3-.2.7-.4.7-.6v1l-.6.7v.1h.1a2.3 2.3 0 01.5-.7 3.2 3.2 0 011-.6v1a1.5 1.5 0 00.5.9z" / >
< path d = " M349 113 l . 2 - . 2.4 - . 6 a4 4 0 01.5 - . 6 4 4 0 00 - . 4.7 5.8 5.8 0 00 - . 4.5 v . 2 c . 1.3 . 1.5 . 3.7 l . 3 - . 4 a1 . 6 1.6 0 01.4 - . 4 1.8 1.8 0 00.5 - . 6 h . 1 l - . 2.4 a2 2 0 01 - . 3.3 l - . 4.3 a1 . 3 1.3 0 00 - . 2.4 v . 3 c - . 2.3 - . 5.5 0 . 7 a . 6.6 0 00.1 . 5 l - . 1.7 c - . 3.2 0 . 2.1 . 2 l . 4 - . 4 a4 . 3 4.3 0 01.3 - . 4 l . 4 - . 5.1 - . 5 h . 1 a1 . 4 1.4 0 01 - . 1.6 2 2 0 01 - . 5.5 3.8 3.8 0 00 - . 2.4 2.6 2.6 0 00 - . 3.4 c . 2.1 . 2.4 . 2.7 h . 1 l . 2 - . 2.2 - . 4 h . 1 l - . 2.4 - . 2.3 c . 2.1 . 2.3 0 . 5 - . 4.3 - . 3.4 0 . 7 v1 . 2 l . 1.3 h - . 1 v - . 3 c - . 4.7 - . 6 1.1 - . 7 1.8 - . 6.1 - . 5.8 - . 6 1.3 a3 . 9 3.9 0 01 - 1.9 1.5 c - . 1 0 - . 5.1 - . 5.3 0 . 1.2 . 3.4 . 2.4 - . 5.7 - . 2.2 . 2 v . 3 c . 5.4 1.6 . 5 2.2 . 2.3 - . 3.5 - . 5.2 - . 9 0 - . 5.2 - 1 . 8 - 1.2 v - . 4 l . 1 - 1.3 . 2 - . 1 c . 2 0 . 6 - . 7.7 - 1.3 v - . 4 c . 1 - . 2.2 - . 2.3 0 0 - . 2 0 - . 3.2 - . 4.2 - . 3.5 - . 6.8 - . 4 a3 3 0 01 - . 1 - . 8 2.7 2.7 0 010 - 1 l . 2 - . 2.3 - . 7.3 - . 7 h . 1 l - . 3.7 - . 3.8 v . 1 a2 . 5 2.5 0 00 - . 1 1 l . 2.9 . 2.4 v . 6 c . 4.6 0 1.7 - . 3 2.2 a1 1 0 00 - . 1.8 c . 2.2 0 . 4 - . 1.6 v . 1 c0 . 2 0 . 4 - . 2.5 l - . 7 1.6 c - . 4.1 - . 5.3 - . 6.7 - . 3.1 - . 3.2 - . 4.4 a2 . 7 2.7 0 01 - . 9.6 c - . 3.1 0 . 2.2 . 4.2 . 1.4 - . 2.6 - . 4.2 - . 3.3 - . 2.2 0 a2 2 0 00 - . 2.7 l . 7.3 c . 4 0 . 9 - . 4 1.2 - . 6.3 - . 2.2 - . 5.1 - . 8 a2 2 0 01 - . 5 0 3.4 3.4 0 01 - . 5 - . 3 2.8 2.8 0 001 . 2 v - . 3 a2 . 7 2.7 0 00.5 - . 8 c . 4 - . 2.4 - . 4.4 - . 9 l . 1 - . 5 a10 10 0 00.7 - 1.6 c . 4 - . 4.5 - . 9.5 - 1.4 0 - . 2.1 - . 3.3 - . 3 a3 . 8 3.8 0 00.3 - . 5 l . 1 - . 4 a . 8.8 0 01.2 - . 2 1 1 0 000 - . 5 1.1 1.1 0 00 - . 1 - . 4.5 . 5 0 01 - . 1 - . 2 v - . 2 h . 1 c . 1 0 0 0 0 0 v . 1 a . 5.5 0 000 . 2 c . 2.2 . 2.3 . 2.5 a1 1 0 010 . 5.7 . 7 0 00 - . 2.2 1.7 1.7 0 000 . 3 l . 6 - . 1.4 - . 5.2 - . 6 c . 1 0 0 0 0 0 a2 2 0 01 - . 1.7 l - . 3.3 c . 4.2 . 7 0 1 0 V119l . 4 - . 7 c . 1 0 . 1 0 0 0 l - . 2.8 v1c . 1.4 . 2.5 . 5.3 l . 4 - . 2 v - . 1 a18 . 2 18.2 0 011.8 - 1.6 c . 1.1 0 . 1 0 . 1 a6 . 5 6.5 0 00 - . 8.7 l - . 8.7 v . 3 c0 . 3.1 . 5.6 . 3 l . 6 - . 2 a1 . 3 1.3 0 01.3 - . 2 8 8 0 01.5 - . 3 l . 5 - . 3 a3 3 0 01.1 - . 6 l . 7 - 1.3 a2 . 3 2.3 0 001.1 - 1.1 h . 1 l - . 4.7 a2 . 5 2.5 0 01 - . 7.5 l - . 7 1.2 a2 . 7 2.7 0 00 - . 1.5 v . 1 a2 . 8 2.8 0 000 . 8 c . 2 0 . 4 0 . 7 - . 3 l . 7 - . 7 a1 . 7 1.7 0 01.2 - . 5 1 1 0 01.4 - . 4 h . 1 v . 1 a . 9.9 0 00 - . 4.3 1.7 1.7 0 00 - . 2.5 v1 . 1 l1 - . 5 v1c0 . 3.2 . 6.4 . 8 a2 . 8 2.8 0 01.5 - . 6 l . 3 - . 3.2 - . 2.3 - . 2 - . 2.3 - . 2.2 - . 3.2 v . 5 h . 6 c0 . 5 0 . 6.5 . 6 a3 . 2 3.2 0 010 - . 5 l . 1 - . 5 h . 1 a1 . 9 1.9 0 00 - . 1.5 3.1 3.1 0 000 . 5 c . 2.3 . 3.4 . 7.6 l . 2 - . 5 a1 . 4 1.4 0 000 - . 4 h . 1 v . 5 l - . 3.5 v . 5 a3 3 0 01.2 - . 3 l . 3 - . 4 c . 1 0 . 1 0 0 0 0 . 2 0 . 3 - . 2.4 a4 4 0 00 - . 2.4 l . 2.2 c - . 6 1 - 1.3 2.5 - 2.5 3 - . 6.2 - . 9.5 - 1 1.2 a1 1 0 00 - . 5.6 l - 1.2 . 3 c0 . 3 0 . 4.3 . 4 l . 7 - . 3 c . 1 0 0 . 5 - . 5.8 v . 1 c . 4.6 1.4 . 4 1.9 . 2.4 0 1 - . 5 1.2 - . 9.1 - . 2 0 - . 4 - . 2 - . 6 - . 8.1 - . 6 - . 6 0 - . 3.2 0 . 3 0 . 3 - . 3.6 - . 2.9 - . 5 1 - 1 . 6 - . 7 1.2 - 1.4 1.6 - 2.1 . 1 - . 2.2 - . 4.1 - . 5 a1 1 0 00.2 - . 5 l . 1 - . 4 h . 1 v . 5 a4 . 5 4.5 0 01 - . 2.3 c0 . 1 0 . 2.2 . 2 l1 . 5 - 1 c0 - . 3.2 - . 4.4 - . 4 l . 2 - . 1 c . 1 - . 4 0 - . 6 - . 2 - . 8 - . 1 - . 4.1 - . 5.4 - . 7.2 - . 2.2 - . 7.2 - 1 v - . 2 a2 . 6 2.6 0 000 - . 3 l . 1.3 v . 1 c . 3 - . 1.6 - . 3.7 - . 6 0 - . 3 - . 1 - . 6 - . 3 - . 8 a9 . 6 9.6 0 01 - . 6.2 10.2 10.2 0 00.7 - . 4 1.3 1.3 0 00.3 - . 2 c . 2 - . 3 - . 3 - . 5 - . 5 - . 6 l - . 7 - . 7 v - . 1 l . 7.6 v - 1.1 l - . 2 - . 4 a1 . 1 1.1 0 01 - . 5 - . 4 1 1 0 01 - . 1 - . 5 l . 2.4 . 4.4 h1c . 3 - . 3 - . 2 - . 7 - . 3 - . 9 l - . 1 - . 5 h . 1 a1 1 0 00 - . 2 - . 2.6 . 6 0 00 - . 1 0 v - . 2 a . 7.7 0 01.2 . 1 l . 2.2 a . 9.9 0 00.1 0 c . 3 0 . 5 - . 2.7 - . 5 a3 . 6 3.6 0 00 - . 3 - . 4 10 10 0 00 - . 5 - . 3 v - . 1 h . 1 a4 4 0 01.8 . 8 c . 4 0 . 4 0 . 6 - . 3 a1 . 5 1.5 0 00 - . 2 - . 4 2.5 2.5 0 00 - . 3 - . 4 c0 - . 1 0 0 0 0 . 2 0 . 3.2 . 4.3 l . 2.5 . 4 - . 1 c . 3 - . 2 0 - . 8 0 - 1 a2 . 8 2.8 0 00 - . 1 0 l - . 2 - . 2 c0 - . 1 0 0 0 0 h . 2 l . 2.1 . 4 - . 6 c0 - . 4 0 - . 2.5 - . 3.4 0 . 6 0 . 9 - . 6.1 0 . 2 0 . 2 - . 3 s0 - . 4 - . 3 - . 4 c - . 5 0 - . 8 0 - 1 . 3 v . 3 c0 . 1 0 0 0 0 l - . 2 - . 2 c - . 4 0 - . 7 0 - 1.1 . 2 h - . 2 l . 2.3 . 1.4 a1 1 0 00 - . 2 - . 4 1.8 1.8 0 00 - . 3 - . 4 2.6 2.6 0 00 - 1 - . 2 l . 2.1 . 2.2 v . 1 a7 . 7 7.7 0 01 - . 2 - . 2 6.5 6.5 0 01 - . 2 - . 2 2.7 2.7 0 00 - . 9.2 l - . 6.2 . 4.5 . 2.6 a2 . 1 2.1 0 00 - . 3 - . 6 1.9 1.9 0 00 - . 4 - . 4 1.8 1.8 0 01 - . 5 0 l . 2.3 - . 3 - . 4 a1 . 4 1.4 0 01 - . 5 - . 2 8.3 8.3 0 01.2 1.5 7.8 7.8 0 00 - . 2 - . 9 4.7 4.7 0 00 - . 1 - . 7 1.7 1.7 0 01 - . 2 - . 2 2.1 2.1 0 00 - . 6 - . 4 1 1 0 01 - . 2.7 c - . 1 0 0 0 0 0 a . 8.8 0 00.1 - . 8 3.1 3.1 0 00 - 1 - . 2 5.3 5.3 0 01.5 . 8 l . 3.5 v . 5 a2 2 0 00 - . 1 - . 5.7 . 7 0 00 - . 3 - . 4 5.6 5.6 0 00 - . 3 - . 5 4.6 4.6 0 00 - . 3 - . 4 h - . 4.1 a . 6.6 0 010 . 3.5 . 5 0 000 - . 2.7 . 7 0 00 - . 2 - . 1 h - . 8 a5 5 0 011 2.3 4.8 4.8 0 00 - . 4 - 1.2 5.1 5.1 0 00 - . 7 - 1 h - . 6 a1 . 7 1.7 0 01.4 . 4 c0 . 1 0 . 1 0 0 a1 . 6 1.6 0 00 - . 3 - . 1 2.4 2.4 0 00 - . 3 - . 2 5 5 0 00 - . 3 0 l - . 1.1 a4 . 7 4.7 0 011 1.1 c0 . 1 0 0 0 0 a3 . 8 3.8 0 00 - . 6 - . 6 4.7 4.7 0 00 - . 6 - . 4 h - . 6 a5 5 0 01.5 1.7 h - . 1 a3 . 5 3.5 0 00 - . 2 - . 8 6.2 6.2 0 00 - . 3 - . 9 8 8 0 01 - . 4 0 9.1 9.1 0 01.3 1.6 v . 1 a9 . 3 9.3 0 00 - . 2 - 1 9.3 9.3 0 00 - . 3 - . 8 3.9 3.9 0 00 - 1.3 - 1 1.7 1.7 0 01.4 1.1 v . 1 a1 . 6 1.6 0 00 - . 2 - . 7 1.7 1.7 0 00 - . 4 - . 6 2 2 0 00 - . 3 0 15.6 15.6 0 00 - 1 0 c . 2.1 . 4.4 . 4.6 0 - . 2 - . 3 - . 5 - . 6 - . 7 h - . 6 l . 3.3 . 2.5 . 2.6 . 4.4 s . 1 0 0 0 c0 . 1 0 . 1 0 0 a1 . 1 1.1
< path d = "M349.4 100.1a2.2 2.2 0 00-.6-.3 1.4 1.4 0 00-.5-.5c-.2-.2-.2-.1-.1-.3l.2-.1a.9.9 0 01.3 0 .4.4 0 01.2.2h.1c.1 0 0 0 0 0a.5.5 0 00-.2-.2 1 1 0 00-.4-.1.7.7 0 00-.4 0l-.2-.5.4.1.2.1a.7.7 0 00-.2-.2 2 2 0 00-.2 0 2.9 2.9 0 012.1.2c.4.1.6.3.8.6l-.2.2c-.5 0-.8 0-1 .2-.2.1-.2.4-.2.6z" / >
< / g >
< path d = "M365 121.8l-.4.2c0-.3.2-.4.3-.6v.2l.1.2zm2 4.2a2.3 2.3 0 01-.4.4 4 4 0 01-.5.4v-.1l.4-.4.4-.4zm1.3-1.6l-.2.3h-.1l.2-.3zm-.7 0a1.1 1.1 0 01-.2.3 1 1 0 01-.5.4v-.1a1 1 0 00.4-.3 1 1 0 00.1-.4h.1zm1.2-1.6a1 1 0 00-.1.2 1.1 1.1 0 00-.1.2h-.1a1.1 1.1 0 01.3-.5zm1 0v.5l-.3.5c-.1 0 0 0 0 0l.1-.5.2-.5zm-.4-6c.3.5.4 1 .4 1.5a7.3 7.3 0 01.1-.6 1.4 1.4 0 00.3-1.1c0-.1.1 0 .1 0v.6a1.7 1.7 0 01-.3.6l-.2 1h-.1v-.1c0-.6 0-1.2-.4-1.8v-.1zm-.8 1v.3h-.1v-.4h.1zm-.2 1.4a6.2 6.2 0 01.2 1.4 1 1 0 01.1-.1l.3-.3h.1a1 1 0 00-.3.3.7.7 0 00-.2.4 5 5 0 00-.1-.9 5.9 5.9 0 00-.2-.8zm1 .5a3.6 3.6 0 01.1 1.2v-.6a3.6 3.6 0 00-.1-.6zm1-.2v.6a1.5 1.5 0 010 .5 1.2 1.2 0 000 .6l.1.6a2.5 2.5 0 01-.3-.6 1.3 1.3 0 010-.6 1.4 1.4 0 00.2-.5 2.3 2.3 0 000-.6zm.5-1.5l-.1.3v.2h-.1v-.6h.1zm-.5-2.6v.2c.1 0 .1 0 0 0 0 .1 0 0 0 0v-.2s-.1 0 0 0c0-.1 0 0 0 0zm.2-2v.8a.8.8 0 00-.2.3 1.4 1.4 0 000 .6h-.1a1.4 1.4 0 010-.6.9.9 0 01.3-.4v-.7zm-2-.7c.4.2.6.4.8.7.2.2.3.5.3.9l-.6-.2v1.8c-.2.5-.5.8-1 1a3.8 3.8 0 000-1.8h.1a3.6 3.6 0 010 1.6 1.5 1.5 0 00.7-.8 3.7 3.7 0 00.1-1.9l.6.2c0-.3-.1-.5-.3-.8a2.5 2.5 0 00-.7-.6v-.1zm5.2-1v.2h-.1v-.2s0-.1 0 0h.1zm-1.2 0l.3.1a.8.8 0 01.1.2v.1a.8.8 0 00-.2-.2.6.6 0 00-.2-.2zm-1.8.5l.3.5v.6c-.1 0-.1 0 0 0l-.1-.6a1 1 0 00-.3-.5h.1zm-6 .5v.4l-.1.1v-.5zm1-.6l.2.4v.1h-.1v-.1l-.1-.3zm2.4 1.6v.1a1.1 1.1 0 010 .2.8.8 0 000-.2.6.6 0 00-.1 0v-.1zm.8-1.8v.2a.2.2 0 010 .2.1.1 0 000-.2c-.1-.1-.1-.1 0-.1zm-5.5.3a1 1 0 00.2.7c.2.1.2.3.3.4v.4h-.1v-.4a.9.9 0 00-.2-.3 1 1 0 01-.2-.4 1.1 1.1 0 01-.1-.4zm2.2 1.5l.2.7v.7c0 .3 0 .6.2.8l.6.7a2.9 2.9 0 01-.1-1l.3-1c.2 0 .2-.2.3-.3v-.4h.1v.4a1.5 1.5 0 01-.3.5 1.6 1.6 0 00-.3.9c0 .3 0 .6.2 1h-.1c-.4-.2-.6-.5-.8-.8a1.3 1.3 0 01-.2-.8v-.7a1.8 1.8 0 00-.2-.6c0-.1.1 0 .1 0zm-.9 1.4c0 .2 0 .5-.2.7a3.4 3.4 0 01-.4.6h.3a2.2 2.2 0 00.7-.6l.3-.3c.1 0 0 0 0 0a3.6 3.6 0 01-.2.4 2.5 2.5 0 01-.3.2 24.5 24.5 0 010 .4v-.2a1.5 1.5 0 00-.1-.1 2.2 2.2 0 01-.4.2l-.4.2v-.1l.4-.7.2-.7h.1zm-1 0v.1h-.1c-.1 0 0 0 0 0v-.2z" / >
< path d = " M363 113.7 c . 2.3 . 2.6 . 2 1 a1 . 9 1.9 0 01 - . 4.8 1.9 1.9 0 00 - . 5.6 2.6 2.6 0 00 - . 2.6 l . 2 - . 3.5 - . 3 a4 . 6 4.6 0 001.1 - . 9 h . 1 c . 1 0 0 0 0 0 a4 4 0 01 - 1.2 1 1 1 0 00 - . 4.3 2.3 2.3 0 00 - . 4.5 c0 - . 4 0 - . 7.2 - 1 l . 5 - . 6.4 - . 8 c0 - . 3 0 - . 6 - . 2 - . 9 h . 1 zm2 . 3 3.5 l . 1.4 . 1.1 c . 2.3 . 3.5 . 3.8 l - . 1 1 h - . 1 a1 . 8 1.8 0 00 - . 4 - 1 3.4 3.4 0 00 - . 8 - . 6 v - . 1 c . 4.2 . 7.4 . 9.7 l . 3.6 a3 . 4 3.4 0 000 - . 6 1.3 1.3 0 00 - . 1 - . 7 l - . 1 - . 2 c - . 2 - . 2 - . 3 - . 3 - . 2 - . 4 zm1 0 l . 1.2 c0 . 1 0 0 0 0 h - . 1 l - . 2 - . 2 h . 1 zm1 . 3 l - . 2.7 - . 2.7 . 2 - . 7.2 - . 7 zm . 7 4 v . 1 a . 3.3 0 010 - . 2 zm - . 7 - 1.2 v . 3 l - . 2.4 v - . 4 l . 1 - . 4 h . 1 zm - 1 0 h . 1 v . 1 h - . 1 v - . 1 zm - 1.1 - . 6 a7 . 3 7.3 0 01 - . 1.2 v . 2 h - . 1 a5 5 0 010 - . 2 5 5 0 010 - . 2 h . 1 c . 1 0 0 0 0 0 zm - 1.7 1.8 a . 7.7 0 00 - . 1.2 1.3 1.3 0 000 . 2 s - . 1.1 - . 2 0 v - . 2 a . 8.8 0 01.2 - . 3 h . 1 zm - 4.8 4.6 a . 7.7 0 010 . 2 1.1 1.1 0 01 - . 2.1 c - . 1 0 - . 1 0 0 0 a . 8.8 0 00.1 - . 3 h . 1 zm . 8 - . 4 a . 3.3 0 01 - . 1.2 . 6.6 0 01 - . 2 0 . 4.4 0 00.1 - . 1.3 . 3 0 000 - . 1 h . 2 zm1 - . 6 a . 5.5 0 010 . 1.5 . 5 0 01 - . 2.1 . 4.4 0 000 - . 2 h . 2 zm1 . 5 - 3.8 l - . 1.4 a1 . 4 1.4 0 000 . 4 h - . 1 a1 . 4 1.4 0 010 - . 4 v - . 5 h . 1 zm1 - 10.3 a . 9.9 0 01 - . 1.3 1.4 1.4 0 01 - . 2.3 h - . 1 l . 2 - . 3 a . 8.8 0 000 - . 3 l . 1 - . 1 zm - 1 - 1 a1 . 9 1.9 0 01.1 1 1.8 1.8 0 000 - . 5 1.5 1.5 0 00 - . 2 - . 4 c0 - . 1 0 0 0 0 zm - 1.4 1.7 a1 . 5 1.5 0 01 - . 4 - . 4.7 . 7 0 01 - . 1 - . 4 l . 2.4 . 3.4 zm1 . 5 2.6 v . 2 h - . 1 v - . 2 zm - 2 - 2 l . 6 1 . 1.8 c . 2 0 . 3 - . 1.4 - . 3 v - . 9 a1 . 9 1.9 0 00.3 - . 6 3.5 3.5 0 00.1 - . 5 h . 1 l . 4.8 . 3.9 h - . 1 a2 . 9 2.9 0 00 - . 3 - . 9 3.9 3.9 0 00 - . 3 - . 6 2.9 2.9 0 010 . 4 2 2 0 01 - . 3.5 l - . 1 1 - . 4.3 v . 4 h - . 1 c0 - . 4 0 - . 8 - . 2 - 1.2 a2 2 0 00 - . 5 - 1 zm1 . 2 5 v . 3 l - . 1.4 h - . 1 v - . 8 h . 1 c . 1 0 . 1 0 0 0 zm - 2.2 . 9 v . 3 l - . 1 - . 3 c0 - . 1.1 0 . 1 0 zm1 . 9 - 2.5 a2 . 3 2.3 0 01 - . 2.6 l - . 3.5 a1 . 1 1.1 0 00 - . 3.6 1.8 1.8 0 000 . 7 c0 . 1 0 0 0 0 a1 . 9 1.9 0 01 - . 1 - . 7 c0 - . 2.1 - . 5.3 - . 7 a2 . 1 2.1 0 00.3 - . 5 2.1 2.1 0 00.2 - . 6 c . 1 0 0 0 0 0 zm - . 5 - . 8 v . 6 a2 . 2 2.2 0 01 - . 5.6 1.8 1.8 0 00 - . 4.5 l - . 2.5 h - . 1 l . 2 - . 6.5 - . 5 a2 2 0 00.3 - . 5 1 1 0 00.1 - . 6 h . 1 zm - 2.4 1.2 c0 . 4 0 . 7 - . 2 1 - . 1.3 - . 3.6 - . 6.8 h - . 1 v - . 1 c . 3 - . 2.5 - . 5.6 - . 8.2 - . 2.2 - . 6.2 - 1 zm - 3 1.7 v . 2 l . 1.1 v . 1 h - . 1 l - . 1 - . 2 v - . 2 s - . 1 0 0 0 zm - 1.3 0 a2 . 7 2.7 0 000 . 7 l . 4.6 . 1.5 v . 4 l . 4 - . 5 a1 . 4 1.4 0 00.2 - . 6 1.6 1.6 0 010 . 6 l - . 5.6 h - . 1 a3 . 3 3.3 0 000 - . 5 1.8 1.8 0 00 - . 2 - . 4 2 2 0 01 - . 3 - . 7 2.7 2.7 0 01 - . 1 - . 7 zm . 2 4.2 a2 . 6 2.6 0 01.1 - . 8 h . 1 a2 . 5 2.5 0 00 - . 1.8 h - . 1 zm - . 2 1.1 v - . 4 s0 - . 1.1 0 v . 4 zm - . 8 2 l . 2 - . 3.2 - . 3 h . 1 a4 4 0 01 - . 2.4 l - . 2.2 c - . 1 0 - . 1 0 0 0 zm - 1.1 - 6.6 v . 2 h - . 1 v - . 2 zm - 2 4.5 a2 . 9 2.9 0 000 - . 1 v - . 2 h . 1 v . 3 zm5 - 8 l - . 3 1 c0 . 3.1 . 6.3 . 7.3 . 2.4 . 4.5 . 7 v - . 4 c . 1 - . 1.1 - . 3 0 - . 4 h . 1 a2 . 7 2.7 0 010 1 h - . 1 a6 6 0 010 - . 2 l - . 5 - . 6 c - . 3 - . 2 - . 4 - . 4 - . 4 - . 8 l . 2 - 1 h . 1 zm - . 4 - 1.3 a2 . 5 2.5 0 010 . 8 4 4 0 01 - . 3.7 2.4 2.4 0 00 - . 2 1 c0 . 4.1 . 7.3 1 v . 1 a2 . 5 2.5 0 01 - . 2 - 2.1 3.8 3.8 0 00.2 - . 7 c0 - . 3.1 - . 5 0 - . 8 h . 1 c . 1 0 0 0 0 0 zm - 2.3 3.3 a . 8.8 0 000 . 4 l . 1.5 c0 . 1 0 0 0 0 a1 . 5 1.5 0 01 - . 3 - . 5.9 . 9 0 01.1 - . 5 h . 1 zm - 1 - . 4 v . 3 a . 9.9 0 010 . 3.4 . 4 0 00 - . 1.3 l . 1.2 v . 1 a . 8.8 0 01 - . 2 - . 3.5 . 5 0 010 - . 4.8 . 8 0 00.1 - . 2 v - . 3 h . 1 zm5 . 8 - 8.6 a2 . 3 2.3 0 00.3 1.5 2.6 2.6 0 01 - . 4 - . 7 2.3 2.3 0 010 - . 8 h . 1 zm - . 7.7 a4 4 0 01.5 1.7 h - . 1 a3 . 8 3.8 0 00 - . 5 - 1.6 v - . 1 zm - 3.6 . 1 c - . 4.5 - . 5 1 - . 6 1.3 l . 2.9 . 2.8 a2 . 6 2.6 0 01 - . 2.8 c - . 1 0 0 0 0 0 v - . 8 a2 . 3 2.3 0 000 - . 8 1.7 1.7 0 01 - . 3 - 1 c0 - . 3.2 - . 7.6 - 1.2 . 1 0 0 0 0 0 zm3 . 3 - 1.4 v . 5 l - . 4.4 a . 8.8 0 00 - . 3.4 v . 7 c0 . 1 0 0 0 0 a1 . 9 1.9 0 010 - . 7 1 1 0 01.3 - . 5 1 1 0 00.3 - . 4.6 . 6 0 000 - . 4 h . 1 zm - 3.5 . 3 v . 7 c0 . 2 - . 2.4 - . 4.6 a1 . 2 1.2 0 00 - . 4.6 2.9 2.9 0 00 - . 1.7 h - . 1 a3 3 0 01.1 - . 8 c0 - . 2.2 - . 4.4 - . 6 l . 4 - . 6 a1 1 0 000 - . 6 zm2 . 1 a . 8.8 0 000 . 2.5 . 5 0 00.1 . 3.6 . 6 0 01 - . 2 - . 2.8 . 8 0 010 - . 3 h . 1 zm0 - . 5 a . 8.8 0 00 - . 5.4 l - . 2.7 . 2.5 v . 7 a2 . 4 2.4 0 000 - . 7 l - . 3 - . 4 a2 2 0 00 - . 5 1.2 c0 . 5.1 1 . 5 1.5 h - . 1 a2 . 7 2.7 0 01 - . 5 - 1.5 c0 - . 5.2 - . 9.6 - 1.3 0 - . 3 0 - . 6.2 - . 8 a1 1 0 01.5 - . 4 zm - . 7 - . 8 v . 1 c0 . 3 0 . 6 - . 2.7 a . 8.8 0 00 - . 2.3 1.6 1.6 0 00 - . 1.4 h - . 1 a1 . 7 1.7 0 010 - . 4 1 1 0 01.3 - . 4 c . 2 - . 1.2 - . 4.2 - . 6 a2 . 7 2.7 0 000 - . 1 h . 1 zm5 . 7 6 l . 1.5 v . 4 a1 . 4 1.4 0 000 - . 4 1.9 1.9 0 00 - . 2 - . 4 h . 1 zm0 2 v . 6 l - . 2.6 - . 3.6 . 2 - . 6 a2 . 1 2.1 0 00.2 - . 6 1.6 1.6 0 000 - . 7 h . 1 zm - 1.2 - 1.8 a2 . 5 2.5 0 01.7 2.5 h - . 1 a2 . 4 2.4 0 00 - . 6 - 2.4 v - . 1 c0 - . 1 0 0 0 0 zm0 2 a5 . 3 5.3 0 01 - 1 1.4 2.5 2.5 0 00 - . 5 1 1.4 1.4 0 00 - . 1 - . 6 1.9 1.9 0 00 - . 2 - . 4 1.4 1.4 0 01 - . 3 - . 9 l . 3 - . 8.3 - . 6 a2 . 4 2.4 0 000 - . 6 h . 1 c . 1 0 0 0 0 0 a2 . 6 2.6 0 01 - . 3 1.3 1 1 0 00 - . 3.7 c0 . 3 0 . 6.2 . 8 a2 2 0 01.3 . 8 2.6 2.6 0 01.5 - . 8 5 5 0 00.5 - . 6 l . 3 - . 7 h . 1 zm - 3.2 - 1 a2 . 8 2.8 0 00.4 1.4 v . 1 h - . 1 a2 . 3 2.3 0 01 - . 3 - . 7 3 3 0 010 - . 7 zm - 1.7 1 v . 3 h - . 1 v - . 3 zm . 6 - 1.6 l - . 1.5 a1 . 4 1.4 0 01 - . 3.5 c - . 1 0 0 0 0 0 l . 2 - . 5 a1 . 4 1.4 0 000 - . 5 h . 1 zm - 1.6 3.1 a3 . 3 3.3 0 01 - . 3 - 1.7 c0 - . 5.3 - . 8.6 - 1 l . 4 - . 7 c . 1 - . 2.2 - . 5.1 - 1 s . 1 0 . 1 0 v1l - . 6.
< path d = "M351.6 101a.3.3 0 01.3.3.3.3 0 01-.3.2.3.3 0 01-.2-.2.3.3 0 01.2-.3zm1.8 1.6a2.2 2.2 0 00.8-.7c.1 0 0 0 0 .1a2.3 2.3 0 01-.2.3l-.5.4c-.1-.1 0-.1 0-.1zm3.7-1.6a.5.5 0 01.3 0 .8.8 0 01.3.2.7.7 0 00-.3 0 .5.5 0 00-.2 0l-.1-.1zm-2 .1a.8.8 0 01.3-.4l.7-.1v.1a1 1 0 00-.7 0 .7.7 0 00-.3.5c-.1 0-.1 0 0 0zm.2.4a.4.4 0 010-.3.6.6 0 01.3-.1h.1a.5.5 0 00-.3.2.3.3 0 000 .2h-.1zm-3.6 1.1l-.1.3a.8.8 0 000 .3l-.1.1a1 1 0 010-.4c0-.1 0-.2.2-.3zm1 .5v.2-.2zm-.6-1.1a1 1 0 00.3 0h.3a1.4 1.4 0 01-.3.1 1 1 0 01-.3 0s-.1 0 0-.1zm.6-2a.3.3 0 00-.2.1.4.4 0 00-.1.2h-.1a.5.5 0 01.2-.3.4.4 0 01.2 0h.1zm-1 .2a.8.8 0 00-.2 0 .3.3 0 000 .2h-.1c-.1 0 0 0 0 0a.4.4 0 010-.2.9.9 0 01.3-.1zm-.7 0a.8.8 0 00-.1.1.7.7 0 00-.1.2h-.1a.7.7 0 01.1-.2.9.9 0 01.2-.2v.1zm-.8.7a1.7 1.7 0 00-.4.4v-.1a2 2 0 01.4-.4zm0 .9v.1l-.2.2c-.1 0-.1 0 0 0v-.2l.2-.2c.1 0 .1 0 0 0zm-.7.2v.3l-.1.1c-.1 0 0 0 0 0v-.4zm1 1.4v.6h-.1v-.6h.1zm-.6-.4v.3h-.1v-.3h.1zm-.6-4.5a.7.7 0 01.5.4v.1h-.1a.7.7 0 00-.2-.3.7.7 0 00-.2-.1v-.1zm5.2 6.7a1.6 1.6 0 010 1.4h-.1a1.6 1.6 0 000-1.3v-.1zm-1.7 2c0-.3.2-.5.3-.7l.4-.6c.2-.2.3-.4.3-.7a1.8 1.8 0 000-.7h.1a2 2 0 01-.3 1.5 6.3 6.3 0 00-.4.5l-.3.7h-.1zm-2.2-.6a.7.7 0 01.2-.3.9.9 0 01.3-.1.8.8 0 00-.2.2.6.6 0 00-.2.2zm-.4-.2l.3-.3.3-.2v.1a1 1 0 00-.3.2 2 2 0 00-.2.3c-.1 0-.1 0 0 0zm2.3-2.2h.2a.8.8 0 00.3 0v.1a.8.8 0 01-.6 0c0-.1 0-.1 0 0zm-1.2-.1l.1-.1c.1 0 .1 0 0 0v.1c-.1 0 0 0 0 0zm24.2 7a1.1 1.1 0 01.2.3h-.1a.8.8 0 000-.1.8.8 0 00-.2-.2c0-.1 0 0 0 0zm-26.8 12.5l.3.3a1 1 0 00.5 0v.1a1 1 0 01-.5 0 1.7 1.7 0 01-.4-.3c0-.1 0-.1 0 0z" / >
< g fill = "red" >
< path d = "M368.9 99.6a8.2 8.2 0 001.7 0c-.6.3-1.2.6-2 .7a.8.8 0 00.3-.4.4.4 0 000-.3zm-1.4-.1h1.2v.4s0 .2-.2.3c0 0-.1 0 0 .1a5.6 5.6 0 01-1.3 0 1 1 0 00.3-.5.6.6 0 000-.4zm-10.5-3c.7-.2 1.3-.2 2-.2a1 1 0 01.5.4c.1.2.2.5.1.8l.1.1h.1l-.1-1a1 1 0 00-.3-.2h.2a5 5 0 012.1.6c.2.2.3.3.2.5l-.3.5v.2h.2l.3-.7a.7.7 0 000-.3l1.7.8a.5.5 0 010 .5 1 1 0 01-.5.3v.1l.1.1c.3 0 .5-.2.6-.4a.6.6 0 000-.4l1.2.6v.3c0 .2-.1.3-.3.4 0 0-.1 0 0 .1 0 .1 0 0 0 0 .3 0 .5-.2.6-.4a.5.5 0 000-.3l.4.1a8.1 8.1 0 001.3.4.5.5 0 01.1.4.7.7 0 01-.2.3v.2c-1.4-.1-2.7-.9-4.1-1.4l-.5-.2-1.6-.6-.1-.1a8.5 8.5 0 00-1.5-.4 6.1 6.1 0 00-1.6 0h-.1l-.1-.8a1.3 1.3 0 00-.5-.4z" / >
< path d = "M354.6 97a8.7 8.7 0 012-.5c.4.1.6.3.7.5v.6a4.2 4.2 0 00-1.7.2 1.2 1.2 0 00-.7-.6 1.2 1.2 0 00-.3-.1zm7.4 3.9a9.4 9.4 0 00-.5-.4 7 7 0 00-3-.8c.3-.4.4-.8.3-1.1a1.7 1.7 0 00-.7-.8h1a8 8 0 012 .6c0 .3.1.6 0 .8 0 .3-.2.5-.5.7 0 0-.1 0 0 .1 0 .1 0 .1 0 0 .4-.1.6-.4.7-.7v-.8l1 .6 1 .8c0 .4 0 .6-.3.8h-.9v.2z" / >
< path d = "M364 102.4l-1.8-1.4c.4 0 .7 0 1-.2.1-.1.3-.4.3-.8l1.1 1 .6.5v.4a.5.5 0 010 .2.6.6 0 01-.4.2h-.7z" / >
< path d = "M366.2 103.8a11.8 11.8 0 01-2-1.3h.7a.8.8 0 00.4-.2l.1-.4a1 1 0 000-.2 10.5 10.5 0 002.1 1.4c0 .3 0 .4-.3.5a3 3 0 01-1 .1z" / >
< path d = "M368.4 104.7a11.9 11.9 0 01-2-.8c.4 0 .7 0 1-.2.2 0 .3-.2.3-.5a10.8 10.8 0 001.3.6v.4l-.5.4s-.1 0 0 0z" / >
< path d = "M373.2 104.2s.4-.1.2 0c-1.4 1-3.1 1-4.8.5.3-.1.5-.2.6-.4a.6.6 0 000-.5l1.7.4a.4.4 0 01-.1.3l-.5.3s-.1 0 0 .1c0 .1 0 0 0 0 .3 0 .5-.2.6-.3a.6.6 0 00.2-.4 9 9 0 002 0zm-9.7 24l-.2.4-1.2.3c0 .3 0 .4.3.4l.7-.3c.1 0 0 .5-.5.8v.1c.4.6 1.4.4 1.9.3a3 3 0 001.3-1l-.3-.6c-.4.1-.6 0-.5-.2a3.9 3.9 0 00-1.5-.2zm-15.1-4.8c-.3.3-.7.5-1 .6-.2 0-.6.1-.6.3 0 .1.2.3.4.2.4-.5.7-.2.2.2v.3c.5.4 1.6.5 2.2.2.3-.2.6-.5.2-.9a1.7 1.7 0 010-.2h-.6l-.4-.3-.4-.4zm10 3.5h-.1c-.2.2.3.2.6.3.2.1.2.3.2.5-.3.7-1.9.5-2.4.2-.2-.1-.2-.3-.2-.5h.3c.2 0 .4 0 .6-.2v-.2h-.2a1.3 1.3 0 01-.4.2 2.6 2.6 0 01-.5 0l-.2-.2h.2l.7-.2.1-.1c.5 0 1 0 1.3.2zm-7.2-.4l-.2.3a2.7 2.7 0 01-.9.6c-.2.1 0 .2.2.4.2.1.5-.2.6-.4.2-.3.3-.2.2 0l-.2.7.7.3c.4 0 1-.4 1.2-.6.3-.2.2-.5.1-.8a2 2 0 01-.5 0 3.4 3.4 0 01-.5-.3l-.7-.2zm2.8-26.4h.3l.6.1a4.5 4.5 0 011.7-.3 5.7 5.7 0 011.7-.2v-.2c.3-.3.4-.6.3-.9-.1-.2-.4-.5-.8-.7h-1.3a4 4 0 00-.8.1l.6.4.4 1c-.2.1-.2 0-.2 0 0-.4-.2-.6-.3-.9l-.8-.4a9 9 0 00-1.3.2c-.3 0-.5.2-.7.3l.8.1c.3.1.5.4.6.8-.1.1-.1 0-.1 0a1 1 0 00-.5-.6c-.4-.2-1.3 0-1.7.2a4.2 4.2 0 00-.6.6l2 .4zm-2.3-.4v-.1l.7-.6.7-.4a2 2 0 011-.5l1.3-.2a1 1 0 00-.5-.5l-.8-.1-1.5.8h.5l.1.2h-.4a1.4 1.4 0 00-.4 0h-.1l-1.3 1c.3.1.6.2.7.4z" / >
< / g >
< path fill = "#0093dd" d = "M409 156.5l20.8-47-15.3-24.7-27.3 10-12.7 49.8a219.4 219.4 0 0134.5 11.9z" / >
< path fill = "#fff" d = "M382.6 113a251.7 251.7 0 0139.6 13.7l-8 18.2a232 232 0 00-36.5-12.7z" / >
< path fill = "red" d = "M415.4 142l5.4-12.2a248.6 248.6 0 00-39-13.5l-3.2 12.4a235.9 235.9 0 0137 12.8l-.1.4z" / >
< path d = "M385.6 125.8c.3-.3.7-.2 1.1-.1.3-.2.7-.2 1-.2l.6-.2c.2 0 .2-.2 0-.3a.6.6 0 010-.3c-.7-.4-1-1-1.2-1.5-.3 0-.5-.2-.5-.3h-.5c-.8 0-1-.3-1.3-.5a1 1 0 01-.6-.4l-.3-.3c-.2-.3-.1-.7.2-.7h.7a2 2 0 01.9-.1c.3 0 .5-.3.9-.6v-.4s0-.2.2-.1a1 1 0 01.8.5c.5 0 1 .3 1.2.7.7 0 1.1.3 1.2.5 0 .2-.2.4-.5.6v.2l.4.4 1 .7c1-.1 2.6.6 4.8 2a18.6 18.6 0 014.1 1.2h.9c2.4-.4 4.7 0 6.8 1.5.8.1 1.5.4 2.2.7.5.2 1 .3 1.6.3a8 8 0 012.6.7c1 .2 1.9.6 2.4 1.2.4.5.3 1-.2 1.2-.3.6-.9.6-1.8.3-.6.1-1.3-.4-2-.9-.8-.2-1.6-.8-2.4-1.3l-1.3-.6h-.8v.2c.2.2.4.4.4.8v1c0 .4.3.6.7.9l1 .4c.2 0 .3.1.3.3l.4 1.7.4.3c.6.5.2 1-.3 1a3.1 3.1 0 01-1.3.8c-.4.2-.6 0-.7-.2a.5.5 0 01-.4-.2c-.5-.4-.1-1 1-.7l.2-.2a1.5 1.5 0 010-.9l-.3-.2a2.8 2.8 0 01-1-.6c-.6-.5-1.5-1-2.4-1.4-.7 0-1.2-.4-1.8-.7h-.8c-.2 0-.4 0-.5.2-.2.3-.5.2-.8.2h-1.6c-.4 0-.7 0-1 .3-.2.2-.4.2-.7 0a1 1 0 01-.3-.2c-.3 0-.5 0-.5-.2-.5-.1-.6-.2-.6-.4-.6-.1-.3-.6 0-.6l1.4.1c.4.1 1 0 1.2-.2l.5-.5a4 4 0 01-1.8-.5c-1.1-.7-2-.9-2.8-.3-.2.2-.3.2-.6.1a1 1 0 00-.5 0c-.5.1-.9 0-1.3-.1a4 4 0 01-1.8 0c-.6.3-1 .4-1.2.2a8.6 8.6 0 01-.6-.4c-.4-.1-.5-.2-.5-.3-.4 0-.5-.2-.5-.4-.2-.2 0-.3 0-.4.4-.2.7-.2 1 0 .3 0 .5.2.6.3h.6c.1-.2.5-.2 1-.2l.7-.2v-.2c-.4 0-.6-.4-.9-.7a3 3 0 01-1.5-.5c-.4 0-.7-.1-1-.3h-.7a2.5 2.5 0 01-1.4 0h-.8a1 1 0 01-1 .2 1.5 1.5 0 00-.8-.5c-.3-.1-.4-.2-.4-.4-.4-.2-.3-.4 0-.5.3-.1.5-.2 1 0l.5.2z" / >
< path fill = "#fff" d = "M401.2 130.5s0-.2-.3 0c-.8 0-1.6 0-2.2-.4-.7-.4-1.3-.8-2-.8l.7-.4h1.5c.7 0 1.4.2 2 .4.4.2.8.5 1 .8a3.4 3.4 0 01.8.7 2.5 2.5 0 01-.7 0 2.9 2.9 0 01-.8-.3z" / >
< path d = "M403 94.7v.2l.9 4.9-3.7 3.2-.2.1.2.1 4.7 1.6 1 4.9v.2l.2-.1 3.7-3.3 4.6 1.6h.3v-.1l-1-4.9 3.7-3.2.2-.2h-.3l-4.6-1.6-1-4.9V93l-.2.1-3.7 3.3-4.7-1.6z" / >
< path fill = "#f7db17" d = "M400.6 103l3.5-3 4.4 1.4zm8.5-1.7l3.4-3 4.4 1.5zm7.8-1.3l-3.4 3-4.4-1.5zm-8.4 1.6l-3.5 3-4.3-1.5zm-5-6.4l4.3 1.4.8 4.6zm5.5 6.4l4.4 1.5.9 4.5zm5.1 6.1l-4.3-1.5-.9-4.5zm-5.6-6.4l-4.3-1.5-.9-4.5zm3-7.7l1 4.6-3.5 3zm-2.7 8.1l.8 4.6-3.4 3zm-2.8 7.5l-.9-4.5 3.5-3zm2.8-8l-.9-4.6 3.5-3z" / >
2021-06-02 13:32:45 +00:00
< / s v g > ` , a r = ` < ? x m l v e r s i o n = " 1 . 0 " e n c o d i n g = " U T F - 8 " s t a n d a l o n e = " n o " ? > \ r
< svg \ r
xmlns : dc = "http://purl.org/dc/elements/1.1/" \ r
xmlns : cc = "http://creativecommons.org/ns#" \ r
xmlns : rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" \ r
xmlns : svg = "http://www.w3.org/2000/svg" \ r
xmlns = "http://www.w3.org/2000/svg" \ r
id = "flag-icon-css-ar" \ r
viewBox = "0 0 640 480" \ r
version = "1.1" > \ r
< metadata \ r
id = "metadata1678" > \ r
< rdf : RDF > \ r
< cc : Work \ r
rdf : about = "" > \ r
< dc : format > image / svg + xml < / d c : f o r m a t > \ r
< dc : type \ r
rdf : resource = "http://purl.org/dc/dcmitype/StillImage" / > \ r
< dc : title > < / d c : t i t l e > \ r
< / c c : W o r k > \ r
< / r d f : R D F > \ r
< / m e t a d a t a > \ r
< defs \ r
id = "defs1676" / > \ r
< path \ r
id = "21399192" \ r
d = "M 640,479.9928 V 0 L 0,0.00719971 V 480 h 640 z" \ r
class = "fil0 str0" \ r
fill = "#006233" \ r
style = "stroke-width:0.169532" / > \ r
< g \ r
id = "g13004" \ r
transform = "matrix(0.25707542,0,0,0.25727772,319.29932,-19.227473)" > \ r
< g \ r
id = "g9244" \ r
fill - rule = "evenodd" \ r
transform = "matrix(1.7598,0,0,1.6,-2175.2,-3398.1)" \ r
stroke = "#ffffff" \ r
fill = "#ffffff" > \ r
< path \ r
id = "path3159" \ r
d = "m 1071.9,2779.7 c -25.9,38.9 -7.2,64.2 19.5,66 17.6,1.3 54.2,-24.9 54.1,-55.7 l -10,-5.6 c 5.6,15.8 -0.2,20.8 -12.1,31.6 -23.5,21.3 -71.5,22.8 -51.5,-36.3 z" \ r
stroke - width = "0.4008" / > \ r
< path \ r
id = "path3115" \ r
d = "m 1277.2,2881.7 c 145.8,4.1 192.2,-137 102.2,-257.8 l -8.9,13.3 c 5.8,56.3 14.2,111.8 15,169.5 -17.6,20.7 -43.2,13 -48.3,-10 0.3,-31.2 -9.9,-57.6 -22.8,-82.8 l -7.2,13.3 c 8.4,20.7 17.5,44 19.4,69.5 -41.6,49.9 -87.6,60 -70.5,-5.6 -32.9,57.5 16.9,98 73.3,9.5 12.1,60.4 58.9,22.9 61.7,9.9 5.1,-39.6 2.5,-103.4 -7.8,-153.8 40.6,70.3 42,121 20.4,154.9 -24,37.7 -76.2,55.3 -126.5,70.1 z" \ r
stroke - width = "1px" / > \ r
< path \ r
id = "path3117" \ r
d = "m 1359.9,2722.2 c -31.2,2.3 -47.2,-4.1 -30.3,-27.2 16.7,-22.6 32.3,-4.6 36.5,25.6 3.9,28.3 -54.8,64.4 -75.1,64.4 -30.7,0 -44.9,-39.5 -16.6,-75 -36.4,103.6 78.6,43.5 85.5,12.2 z m -21.6,-24 c -3.8,-0.2 -6.6,6.5 -4.7,7.8 5.5,3.8 14.2,1.5 15.1,-0.4 1.9,-4.2 -5.1,-7.2 -10.4,-7.4 z" \ r
stroke - width = "1px" / > \ r
< path \ r
id = "path3140" \ r
d = "m 1190.5,2771.1 c -30,59 -0.1,83.4 38.4,76.6 22.4,-4.1 50.8,-20 67.2,-41.7 0.3,-47.8 -0.4,-95.2 -4.6,-141.5 15,-17.9 -1.3,-17.8 -7,-37 -2.6,11.2 -8.9,23.3 -2.8,32 4.3,46.7 6.7,94 6.6,142.2 -30.2,24.3 -52.9,33.3 -69.1,33.1 -33.5,-0.3 -40.7,-28.5 -28.7,-63.7 z" \ r
stroke - width = "1px" / > \ r
< path \ r
id = "path3150" \ r
d = "m 1251.8,2786.7 c -0.5,-44.5 -1.2,-95 -5.2,-126.1 15.6,-17.3 -0.8,-17.7 -5.9,-37.1 -3,11 -9.6,23 -3.8,31.9 2.6,47.6 5.1,95.2 5.6,142.8 3.6,-2.3 7.7,-3.2 9.3,-11.5 z" \ r
stroke - width = "1px" / > \ r
< path \ r
id = "path3152" \ r
d = "m 1135.4,2784.6 c -3.8,-4.8 -6.5,-10.2 -9.6,-14.9 -0.5,-6.7 4,-12.9 4.6,-16.3 5.1,7.9 8.1,13.9 12.2,17.8 m 5.4,3.1 c 7.5,3 16.7,3 25.2,3.2 32.8,0.6 67.3,-4.8 63.6,39.6 -3.2,39.4 -35.9,62.2 -65.2,61.9 -41.7,-0.4 -77.3,-46.4 -13,-131.1 6.2,-1 14.3,0.7 21,1.3 11.5,0.9 23.3,-0.2 36.8,-11 -1.6,-27.9 -1.6,-54.3 -5,-79.5 -5.8,-8.9 0.8,-20.8 3.8,-31.9 5.1,19.4 21.4,19.8 5.9,37.2 3.7,28 4.1,56.5 4.1,73.5 -7.8,11.9 -13.9,24.5 -36.7,29.3 -23.3,-3.4 -33.8,-36 -58.1,-25.2 6.7,-29.4 68.4,-36.1 74.6,-12.9 -4.1,24.2 -61.7,14.5 -77,92.7 -4.7,24.1 20.7,46.3 46.8,44.5 25.5,-1.7 52.7,-19.4 55.4,-49.2 2.1,-24.9 -33,-22 -47.7,-21.7 -21.4,0.5 -34.9,-2.8 -43,-7.5 m 21.9,-53.9 c 3.8,-3.6 17.1,-6.1 21.9,-0.3 -3.6,2.4 -7.1,5 -10,8.1 -5,-2.6 -8.3,-5.2 -11.9,-7.8 z" \ r
stroke - width = "0.4008" / > \ r
< path \ r
id = "path3161" \ r
d = "m 1194,2650.9 c 3.6,8 5.1,13.3 5.3,21 -2.2,10.4 -11.1,20.1 -20.3,20.4 -5.7,0.2 -12.1,-1.4 -16.6,-10.3 -0.5,-1.1 -2.9,-3.7 -5.2,-2.5 -10.1,16.6 -17.6,23.6 -26.7,23.5 -18.2,-0.3 -12.8,-16.5 -29.6,-21.5 -7,-0.2 -18.5,6.9 -24.4,20.8 -22.4,63.5 -42.8,-0.2 -34.1,-29.8 1.3,28.3 8.1,45.1 15.1,44.6 5.1,-0.5 9.6,-12.3 16.1,-24.7 5,-9.5 17,-26.6 29.7,-26.6 11.6,0.3 4.3,21.6 27.5,21.3 11.2,-0.2 21.5,-8.8 31.9,-26 2.3,-0.4 2.9,3.7 3.4,5.1 1.6,5.9 11.8,22.1 25.6,7.3 -0.7,-3.2 -0.4,-8.5 -3.9,-9.6 z" \ r
stroke - width = "1px" / > \ r
< path \ r
id = "path3163" \ r
d = "m 1266.9,2598.3 c -12.3,6.1 -21.3,0.5 -26.4,-4.9 8.9,-1.8 15.8,-5 17.8,-12 -4,-9 -13.5,-12.9 -26.9,-13 -17.9,0.5 -27.1,7.7 -28.2,17.6 8.3,0.3 15.8,-2 19,6 -14.7,7.2 -32,9.8 -50.8,9.7 -30.8,1.6 -35.3,-12.3 -43.4,-24.5 -0.6,-0.8 -3.3,-2.1 -4.7,-1.9 -9.5,0 -16.5,33.2 -27.2,33.1 -10.7,-1.4 -8.3,-21.4 -11.4,-32.8 -2.6,17.9 3.3,84.5 36.4,12.2 1,-2.4 2.4,-1.7 3.3,0.3 8.9,20.2 27,27.2 46.5,28.2 16.3,0.9 37.1,-6.2 59.4,-18.8 5.9,6.5 10.6,13.9 23,15.3 14.5,0.7 30,-9.8 33.5,-22.8 1.8,-6.7 2.1,-19.9 -5,-20.1 -9.9,-0.3 -17.1,23.7 -14.8,45.3 0.2,-0.3 1.3,-5.4 1.3,-5.4 m -43.8,-28.8 c 6.5,-3 12.8,-4.4 17.8,2.2 -3.9,1.4 -6.3,2.3 -8.4,4 -2.8,-2.2 -6.6,-3.3 -9.4,-6.2 z m 47.8,14.9 c 1.6,-7.1 2.5,-12.8 8.3,-16.5 1.2,7.5 1.4,11.7 -8.3,16.5 z" \ r
stroke - width = "0.4008" / > \ r
< path \ r
id = "path3169" \ r
d = "m 1311.3,2606.9 c -1.9,-6.1 -3.8,-11.4 -4.4,-18 -1.4,-13.4 10.1,-21 20.5,-19.9 10.7,1.1 17.8,5.1 28,8.6 8,2.7 18.8,4.8 29.1,7.7 5.8,2.6 0,9.4 -1.5,10.3 -25.8,10.1 -44.1,26.1 -60.5,26.8 -9.8,0.5 -18.5,-5.9 -26.4,-19 -0.5,-25.4 -1.4,-55.2 -3.9,-73.9 3.8,-3.8 4.6,-6.6 6.4,-9.7 2,24.7 2.8,50.7 3.3,76.9 2.1,4.5 4.7,8.3 9.4,10.2 z m 16.5,2 c -13.8,3.9 -12.1,-7.8 -13.4,-15 -1.5,-8.4 -0.5,-17.9 10.2,-15.5 13.9,3.7 26.6,8.6 38.9,13.8 z" \ r
stroke - width = "0.4008" / > \ r
< path \ r
id = "path3173" \ r
d = "m 1314.3,2621.3 1.9,9.3 h 1.5 l -0.6,-8.7" \ r
stroke - width = "0.4008" / > \ r
< path \ r
id = "path5196" \ r
stroke - linejoin = "round" \ r
d = "m 1094.2,2718.5 7,-7.2 8.1,6.9 -7.5,6.7 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6168" \ r
stroke - linejoin = "round" \ r
d = "m 1112,2716.1 7.1,-7.2 8.1,6.9 -7.5,6.7 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6170" \ r
stroke - linejoin = "round" \ r
d = "m 1062.5,2641.5 7.1,-7.2 8.1,6.9 -7.5,6.7 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6172" \ r
stroke - linejoin = "round" \ r
d = "m 1065.7,2662.7 7.1,-7.2 8,6.9 -7.5,6.7 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6174" \ r
stroke - linejoin = "round" \ r
d = "m 1194.2,2698.2 6.5,-5.3 6,6.5 -6.8,4.8 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6176" \ r
stroke - linejoin = "round" \ r
d = "m 1108.4,2562.5 4.6,-4.7 5.3,4.5 -4.9,4.4 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6178" \ r
stroke - linejoin = "round" \ r
d = "m 1120.1,2561 4.6,-4.8 5.3,4.6 -4.9,4.3 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path6180" \ r
stroke - linejoin = "round" \ r
d = "m 1365.7,2614.7 -4.4,3.7 -4.2,-4.3 4.6,-3.4 z" \ r
stroke - linecap = "round" \ r
stroke - width = "4.008" / > \ r
< path \ r
id = "path9240" \ r
d = "m 1158.7,2747.4 -0.5,7.9 12.6,1.2 10.1,-7.6 z" \ r
stroke - width = "0.4008" / > \ r
< path \ r
id = "path9242" \ r
d = "m 1265.2,2599.8 3.7,-0.8 -0.4,10.3 -2.3,0.9 z" \ r
stroke - width = "1px" / > \ r
< / g > \ r
< path \ r
id = "path2722" \ r
d = "m 2.7256,1425 c 249.82,0 453.08,-184.8 453.08,-411.9 0,-124.96 -61.32,-236.46 -157.84,-311.83 57.91,61.95 93.11,143.51 93.11,232.3 0,197.23 -173.74,357.23 -388.35,357.23 -214.62,0 -388.36,-160 -388.36,-357.23 0,-88.79 35.2,-170.35 93.11,-232.3 -96.52,75.37 -157.84,186.87 -157.84,311.83 0,227.1 203.27,411.9 453.09,411.9 z" \ r
fill = "#ffffff" \ r
class = "fil2" / > \ r
< g \ r
id = "g2908" \ r
transform = "matrix(1.1355,0,0,1.0324,2.7256,-21.429)" \ r
stroke = "#000000" \ r
stroke - width = "8.012" \ r
fill = "#ffffff" > \ r
< path \ r
id = "path2910" \ r
d = "m -54,1623 c -88,44 -198,32 -291,-28 -4,-2 -6,1 -2,12 10,29 18,52 -12,95 -13,19 2,22 24,20 112,-11 222,-36 275,-57 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2912" \ r
d = "m -56,1675 c -35,14 -95,31 -162,43 -27,4 -26,21 22,27 49,5 112,-30 150,-61 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2914" \ r
d = "m 0,1579 c 12,0 34,-5 56,-8 41,-7 11,56 -56,56 v 21 c 68,0 139,-74 124,-107 -21,-48 -79,-7 -124,-7 -45,0 -103,-41 -124,7 -15,33 56,107 124,107 v -21 c -67,0 -97,-63 -56,-56 22,3 44,8 56,8 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2916" \ r
d = "m 54,1623 c 88,44 198,32 291,-28 4,-2 6,1 2,12 -10,29 -18,52 12,95 13,19 -2,22 -24,20 -112,-11 -222,-36 -275,-57 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2918" \ r
d = "m 56,1675 c 35,14 94,31 162,43 27,4 26,21 -22,27 -49,5 -112,-30 -150,-61 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2920" \ r
d = "m 3,1665 c 2,17 5,54 28,38 31,-21 38,-37 38,-67 0,-19 -23,-47 -69,-47 -46,0 -69,28 -69,47 0,30 7,46 38,67 23,16 25,-21 28,-38 1,-6 6,-4 6,0 z" \ r
class = "fil2 str2" / > \ r
\ r
< / g > \ r
< g \ r
id = "g2724" \ r
transform = "matrix(1.1355,0,0,1.0324,2.7256,-21.429)" \ r
stroke = "#000000" \ r
stroke - width = "8.012" \ r
fill = "#ffffff" > \ r
< path \ r
id = "path2726" \ r
d = "m -29,384 c -13,-74 -122,-79 -139,-91 -20,-13 -17,0 -10,20 20,52 88,73 119,79 25,4 33,6 30,-8 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2728" \ r
d = "m 4,386 c 11,-76 -97,-112 -110,-129 -15,-18 -17,-7 -10,14 13,45 60,98 88,112 23,12 30,17 32,3 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2730" \ r
d = "M 93,430 C 103,339 15,325 -8,296 c -15,-18 -16,-8 -11,13 10,46 54,100 81,117 21,13 30,18 31,4 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2732" \ r
d = "m 66,410 c -91,-59 -155,-26 -181,-29 -25,-3 -33,13 10,37 53,29 127,25 156,14 30,-12 21,-18 15,-22 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2734" \ r
d = "M 203,450 C 175,352 110,368 91,356 72,344 70,347 74,369 c 8,39 75,82 108,95 12,4 27,10 21,-14 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2736" \ r
d = "M 190,467 C 112,404 51,451 27,444 c -18,-5 -10,7 -3,12 50,35 112,54 160,32 19,-8 20,-10 6,-21 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2738" \ r
d = "m 359,531 c 1,-62 -127,-88 -154,-126 -16,-23 -30,-11 -22,26 12,48 100,101 148,111 29,6 28,-4 28,-11 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2740" \ r
d = "m 355,542 c -81,-73 -149,-49 -174,-56 -25,-6 -35,9 4,39 48,36 122,43 153,36 31,-7 23,-14 17,-19 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2742" \ r
d = "M 500,649 C 477,543 404,521 386,501 c -17,-20 -35,-14 -20,34 18,57 77,107 108,119 30,13 28,3 26,-5 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2744" \ r
d = "M 499,663 C 440,568 363,571 339,558 c -23,-14 -39,-2 -8,39 36,50 110,78 144,80 34,2 28,-7 24,-14 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2746" \ r
d = "m 575,776 c 34,-108 -44,-148 -52,-166 -9,-18 -18,-18 -23,1 -22,77 49,152 60,167 11,14 13,7 15,-2 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2748" \ r
d = "M 559,806 C 532,685 461,692 445,675 c -17,-17 -19,-5 -16,17 8,59 79,99 111,119 10,6 22,13 19,-5 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2750" \ r
d = "m 627,948 c 49,-114 -9,-191 -27,-208 -18,-16 -29,-23 -23,0 8,35 -20,125 23,191 14,22 16,43 27,17 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2752" \ r
d = "m 601,971 c 11,-70 -29,-134 -72,-159 -25,-15 -26,-11 -26,10 2,65 63,119 81,149 17,28 16,7 17,0 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2754" \ r
d = "m 590,1153 c -36,-132 39,-208 62,-223 22,-16 36,-22 26,3 -15,37 1,140 -56,205 -18,22 -25,45 -32,15 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2756" \ r
d = "m 598,1124 c 30,-115 -35,-180 -55,-193 -19,-13 -31,-18 -22,3 12,32 -1,122 49,178 16,19 22,38 28,12 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2758" \ r
d = "m 561,1070 c -54,58 -55,143 -31,193 15,29 17,27 31,6 38,-61 15,-149 17,-188 1,-37 -11,-17 -17,-11 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2760" \ r
d = "m 650,1162 c 0,80 -49,145 -101,165 -30,11 -30,8 -26,-16 14,-90 83,-123 108,-152 24,-28 19,-5 19,3 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2762" \ r
d = "m 464,1400 c 88,-80 41,-136 45,-188 2,-28 -9,-21 -19,-11 -56,55 -59,153 -47,191 5,17 13,15 21,8 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2764" \ r
d = "m 582,1348 c -29,88 -106,142 -171,145 -38,2 -37,-1 -24,-27 49,-94 136,-105 175,-129 36,-22 23,2 20,11 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2766" \ r
d = "m 343,1513 c 114,-57 91,-152 112,-176 15,-17 -3,-15 -12,-9 -67,39 -121,101 -122,167 0,25 2,28 22,18 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2768" \ r
d = "m 187,1619 c 144,23 211,-86 253,-96 22,-5 6,-14 -5,-15 -96,-11 -218,34 -255,84 -15,20 -15,24 7,27 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2770" \ r
d = "m 333,1448 c -29,95 -137,173 -218,179 -38,3 -38,-1 -24,-26 65,-118 178,-138 218,-168 34,-26 27,6 24,15 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2772" \ r
d = "m 29,384 c 13,-74 122,-79 139,-91 20,-13 17,0 10,20 -20,52 -88,73 -119,79 -25,4 -33,6 -30,-8 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2774" \ r
d = "m -4,386 c -11,-76 97,-112 110,-129 15,-18 17,-7 10,14 -13,45 -60,98 -88,112 -23,12 -30,17 -32,3 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2776" \ r
d = "m -93,430 c -10,-91 78,-105 101,-134 15,-18 16,-8 11,13 -10,46 -54,100 -81,117 -21,13 -30,18 -31,4 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2778" \ r
d = "m -66,410 c 91,-59 155,-26 181,-29 25,-3 33,13 -10,37 -53,29 -127,25 -156,14 -30,-12 -21,-18 -15,-22 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2780" \ r
d = "m -203,450 c 28,-98 93,-82 112,-94 19,-12 21,-9 17,13 -8,39 -75,82 -108,95 -12,4 -27,10 -21,-14 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2782" \ r
d = "m -190,467 c 78,-63 139,-16 163,-23 18,-5 10,7 3,12 -50,35 -112,54 -160,32 -19,-8 -20,-10 -6,-21 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2784" \ r
d = "m -359,531 c -1,-62 127,-88 154,-126 16,-23 30,-11 22,26 -12,48 -100,101 -148,111 -29,6 -28,-4 -28,-11 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2786" \ r
d = "m -355,542 c 81,-73 149,-49 174,-56 25,-6 35,9 -4,39 -48,36 -122,43 -153,36 -31,-7 -23,-14 -17,-19 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2788" \ r
d = "m -500,649 c 23,-106 96,-128 114,-148 17,-20 35,-14 20,34 -18,57 -77,107 -108,119 -30,13 -28,3 -26,-5 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2790" \ r
d = "m -499,663 c 59,-95 136,-92 160,-105 23,-14 39,-2 8,39 -36,50 -110,78 -144,80 -34,2 -28,-7 -24,-14 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2792" \ r
d = "m -575,776 c -34,-108 44,-148 52,-166 9,-18 18,-18 23,1 22,77 -49,152 -60,167 -11,14 -13,7 -15,-2 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2794" \ r
d = "m -559,806 c 27,-121 98,-114 114,-131 17,-17 19,-5 16,17 -8,59 -79,99 -111,119 -10,6 -22,13 -19,-5 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2796" \ r
d = "m -627,948 c -49,-114 9,-191 27,-208 18,-16 29,-23 23,0 -8,35 20,125 -23,191 -14,22 -16,43 -27,17 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2798" \ r
d = "m -601,971 c -11,-70 29,-134 72,-159 25,-15 26,-11 26,10 -2,65 -63,119 -81,149 -17,28 -16,7 -17,0 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2800" \ r
d = "m -590,1153 c 36,-132 -39,-208 -62,-223 -22,-16 -36,-22 -26,3 15,37 -1,140 56,205 18,22 24,45 32,15 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2802" \ r
d = "m -598,1124 c -30,-115 35,-180 55,-193 19,-13 31,-18 22,3 -12,32 1,122 -49,178 -16,19 -22,38 -28,12 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2804" \ r
d = "m -561,1070 c 54,58 55,143 31,193 -15,29 -17,27 -31,6 -38,-61 -15,-149 -17,-188 -1,-37 11,-17 17,-11 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2806" \ r
d = "m -650,1162 c 0,80 49,145 101,165 30,11 30,8 26,-16 -14,-90 -83,-123 -108,-152 -24,-28 -19,-5 -19,3 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2808" \ r
d = "m -464,1400 c -88,-80 -41,-136 -45,-188 -2,-28 9,-21 19,-11 56,55 59,153 47,191 -5,17 -13,15 -21,8 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2810" \ r
d = "m -582,1348 c 29,88 106,142 171,145 38,2 37,-1 24,-27 -49,-94 -136,-105 -175,-129 -36,-22 -23,2 -20,11 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2812" \ r
d = "m -343,1513 c -114,-57 -91,-152 -112,-176 -15,-17 3,-15 12,-9 67,39 121,101 122,167 0,25 -2,28 -22,18 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2814" \ r
d = "m -187,1619 c -144,23 -211,-86 -253,-96 -22,-5 -6,-14 5,-15 96,-11 218,34 255,84 15,20 15,24 -7,27 z" \ r
class = "fil2 str2" / > \ r
\ r
< path \ r
id = "path2816" \ r
d = "m -333,1448 c 29,95 137,173 218,179 38,3 38,-1 24,-26 -65,-118 -178,-138 -218,-168 -34,-26 -27,6 -24,15 z" \ r
class = "fil2 str2" / > \ r
\ r
< / g > \ r
< g \ r
id = "g2818" \ r
fill = "#006233" \ r
transform = "matrix(1.1355,0,0,1.0324,2.7256,-21.429)" > \ r
< path \ r
id = "path2820" \ r
d = "m 169,476 c -19,-14 -89,-6 -102,-15 25,21 81,6 102,15 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2822" \ r
d = "m 338,512 c -15,-27 -104,-45 -117,-69 23,46 92,40 117,69 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2824" \ r
d = "m 325,543 c -33,-32 -110,-19 -133,-38 54,49 84,11 133,38 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2826" \ r
d = "m 132,401 c 21,11 47,22 60,48 -15,-20 -42,-28 -64,-45 1,0 3,-2 4,-3 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2828" \ r
d = "m 460,607 c -13,-30 -59,-63 -63,-74 13,39 51,48 63,74 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2830" \ r
d = "m 472,660 c -40,-63 -103,-56 -128,-80 19,23 91,38 128,80 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2832" \ r
d = "m 565,757 c 3,-67 -47,-92 -49,-130 -1,45 51,106 49,130 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2834" \ r
d = "m 540,793 c -10,-58 -78,-62 -90,-96 0,32 80,65 90,96 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2836" \ r
d = "m 596,760 c 36,44 11,111 26,160 -18,-36 -9,-126 -26,-160 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2838" \ r
d = "m 537,948 c 54,58 32,123 54,151 -27,-39 -23,-115 -54,-151 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2840" \ r
d = "m 649,956 c -46,51 -18,128 -42,164 27,-31 23,-126 42,-164 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2842" \ r
d = "m 591,956 c -6,-59 -61,-90 -66,-122 -6,32 53,82 66,122 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2844" \ r
d = "m 563,1097 c 9,41 -24,129 -14,156 -22,-47 19,-136 14,-156 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2846" \ r
d = "m 634,1191 c -22,73 -66,68 -80,112 10,-42 68,-80 80,-112 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2848" \ r
d = "m 491,1225 c -29,49 -5,105 -29,140 34,-35 16,-100 29,-140 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2850" \ r
d = "m 561,1359 c -35,65 -107,59 -136,106 29,-59 118,-69 136,-106 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2852" \ r
d = "m 434,1351 c -62,43 -43,88 -90,136 59,-48 54,-101 90,-136 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2854" \ r
d = "m 405,1525 c -60,-2 -146,76 -198,70 52,11 148,-59 198,-70 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2856" \ r
d = "m 308,1455 c -4,61 -160,100 -177,141 19,-54 156,-94 177,-141 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2858" \ r
d = "m -45,330 c -20,-17 -44,-31 -51,-48 5,22 25,38 45,53 2,-1 4,-4 6,-5 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2860" \ r
d = "m -79,348 c -31,-15 -67,-14 -83,-35 10,21 44,29 73,40 3,-2 7,-4 10,-5 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2862" \ r
d = "m -169,476 c 19,-14 89,-6 102,-15 -25,21 -81,6 -102,15 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2864" \ r
d = "m -338,512 c 15,-27 104,-45 117,-69 -23,46 -92,40 -117,69 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2866" \ r
d = "m -325,543 c 33,-32 110,-19 133,-38 -54,49 -84,11 -133,38 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2868" \ r
d = "m -192,449 c 19,-40 73,-45 87,-69 -21,36 -67,42 -87,69 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2870" \ r
d = "M -38,414 C 17,388 71,410 97,398 65,415 -11,407 -38,414 Z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2872" \ r
d = "m -460,607 c 13,-30 59,-63 63,-74 -13,39 -51,48 -63,74 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2874" \ r
d = "m -472,660 c 40,-63 103,-56 128,-80 -19,23 -91,38 -128,80 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2876" \ r
d = "m -565,757 c -3,-67 47,-92 49,-130 1,45 -51,106 -49,130 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2878" \ r
d = "m -540,793 c 10,-58 78,-62 90,-96 0,32 -80,65 -90,96 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2880" \ r
d = "m -596,760 c -36,44 -11,111 -26,160 18,-36 9,-126 26,-160 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2882" \ r
d = "m -537,948 c -54,58 -32,123 -54,151 27,-39 23,-115 54,-151 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2884" \ r
d = "m -649,956 c 46,51 18,128 42,164 -27,-31 -23,-126 -42,-164 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2886" \ r
d = "m -591,956 c 6,-59 61,-90 66,-122 6,32 -53,82 -66,122 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2888" \ r
d = "m -563,1097 c -9,41 24,129 14,156 22,-47 -19,-136 -14,-156 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2890" \ r
d = "m -634,1191 c 22,73 66,68 80,112 -10,-42 -68,-80 -80,-112 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2892" \ r
d = "m -491,1225 c 29,49 5,105 29,140 -34,-35 -16,-100 -29,-140 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2894" \ r
d = "m -561,1359 c 35,65 107,59 136,106 -29,-59 -118,-69 -136,-106 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2896" \ r
d = "m -434,1351 c 62,43 43,88 90,136 -59,-48 -54,-101 -90,-136 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2898" \ r
d = "m -405,1525 c 60,-2 146,76 198,70 -52,11 -148,-59 -198,-70 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2900" \ r
d = "m -308,1455 c 4,61 160,100 177,141 -19,-54 -156,-94 -177,-141 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2902" \ r
d = "m -81,416 c 12,-54 72,-64 80,-96 -3,34 -74,72 -80,96 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2904" \ r
d = "m 96,282 c -9,41 -74,64 -83,95 3,-42 70,-66 83,-95 z" \ r
class = "fil0" / > \ r
\ r
< path \ r
id = "path2906" \ r
d = "m 45,379 c 31,-50 95,-37 117,-66 -16,34 -95,35 -117,66 z" \ r
class = "fil0" / > \ r
\ r
< / g > \ r
< path \ r
id = "path12826" \ r
stroke - linejoin = "round" \ r
d = "m 475.64,1011.9 c 0,263.22 -213.38,476.6 -476.6,476.6 -263.22,0 -476.6,-213.38 -476.6,-476.6 0,-263.22 213.38,-476.6 476.6,-476.6 263.22,0 476.6,213.38 476.6,476.6 z" \ r
transform = "matrix(1.1203,0,0,1.0186,1.5554,-22.824)" \ r
stroke = "#f7c608" \ r
stroke - linecap = "round" \ r
stroke - width = "8.1208" \ r
fill = "none" / > \ r
< g \ r
id = "g12874" \ r
transform = "matrix(1.089,0.29066,-0.31969,0.99014,322.08,9.1715)" > \ r
< path \ r
id = "path12861" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12865" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12878" \ r
transform = "matrix(0.95488,0.55779,-0.6135,0.86818,618.66,131.41)" > \ r
< path \ r
id = "path12880" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12882" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12884" \ r
transform = "matrix(0.74342,0.77974,-0.85762,0.67591,865.37,324.65)" > \ r
< path \ r
id = "path12886" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12888" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12890" \ r
transform = "matrix(0.47175,0.93856,-1.0323,0.42891,1042.2,573.25)" > \ r
< path \ r
id = "path12892" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12894" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12896" \ r
transform = "matrix(0.16188,1.0214,-1.1234,0.14718,1134.9,857.07)" > \ r
< path \ r
id = "path12898" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12900" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12902" \ r
transform = "matrix(-0.1611,1.0215,-1.1235,-0.14647,1135.9,1153.1)" > \ r
< path \ r
id = "path12904" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12906" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12908" \ r
transform = "matrix(-0.47103,0.93886,-1.0326,-0.42826,1045.1,1437.5)" > \ r
< path \ r
id = "path12910" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12912" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12914" \ r
transform = "matrix(-0.74282,0.78021,-0.85814,-0.67537,869.95,1687)" > \ r
< path \ r
id = "path12916" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12918" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12920" \ r
transform = "matrix(-0.95446,0.55839,-0.61416,-0.86779,624.54,1881.6)" > \ r
< path \ r
id = "path12922" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12924" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12926" \ r
transform = "matrix(-1.0888,0.29135,-0.32045,-0.98993,328.78,2005.5)" > \ r
< path \ r
id = "path12928" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12930" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12932" \ r
transform = "matrix(-1.135,7.2019e-4,-7.9212e-4,-1.0319,6.6183,2048.7)" > \ r
< path \ r
id = "path12934" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12936" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12938" \ r
transform = "matrix(-1.0918,-0.28208,0.31025,-0.99262,-313.06,2009.9)" > \ r
< path \ r
id = "path12940" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12942" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12944" \ r
transform = "matrix(-0.96016,-0.55025,0.60521,-0.87297,-610.8,1890)" > \ r
< path \ r
id = "path12946" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12948" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12950" \ r
transform = "matrix(-0.75081,-0.77386,0.85115,-0.68264,-859.34,1698.7)" > \ r
< path \ r
id = "path12952" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12954" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12956" \ r
transform = "matrix(-0.48067,-0.93481,1.0282,-0.43702,-1038.6,1451.5)" > \ r
< path \ r
id = "path12958" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12960" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12962" \ r
transform = "matrix(-0.1716,-1.0201,1.1219,-0.15602,-1133.9,1168.4)" > \ r
< path \ r
id = "path12964" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12966" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12968" \ r
transform = "matrix(0.15136,-1.0227,1.1248,0.13762,-1137.7,872.37)" > \ r
< path \ r
id = "path12970" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12972" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12974" \ r
transform = "matrix(0.46207,-0.94253,1.0367,0.42011,-1049.7,587.33)" > \ r
< path \ r
id = "path12976" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12978" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12980" \ r
transform = "matrix(0.73536,-0.78603,0.86454,0.66859,-876.89,336.39)" > \ r
< path \ r
id = "path12982" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12984" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12986" \ r
transform = "matrix(0.9491,-0.56588,0.6224,0.86292,-633.34,139.86)" > \ r
< path \ r
id = "path12988" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12990" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12992" \ r
transform = "matrix(1.086,-0.29991,0.32987,0.98737,-338.77,13.655)" > \ r
< path \ r
id = "path12994" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path12996" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< g \ r
id = "g12998" \ r
transform = "matrix(1.1349,-0.0096543,0.010618,1.0319,-17.033,-32.001)" > \ r
< path \ r
id = "path13000" \ r
fill = "#f7c608" \ r
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / > \ r
< path \ r
id = "path13002" \ r
fill = "#006233" \ r
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / > \ r
< / g > \ r
< / g > \ r
2021-05-05 18:59:27 +00:00
< /svg>`,ko=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - kr " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< defs >
< clipPath id = "kr-a" >
< path fill - opacity = ".7" d = "M-95.8-.4h682.7v512H-95.8z" / >
< / c l i p P a t h >
< / d e f s >
< g fill - rule = "evenodd" clip - path = "url(#kr-a)" transform = "translate(89.8 .4) scale(.9375)" >
< path fill = "#fff" d = "M610.6 511.6h-730.2V-.4h730.2z" / >
< path fill = "#fff" d = "M251.9 256a112.5 112.5 0 11-225 0 112.5 112.5 0 01225 0z" / >
< path fill = "#c70000" d = "M393 262.6c0 81-65 146.8-145.3 146.8s-145.2-65.8-145.2-146.8 65-146.9 145.3-146.9S393 181.6 393 262.6z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7l83.6-96.7 19.9 17-83.7 96.9z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48l83.6-96.9 19.9 17.2-83.7 96.8z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8l83 97.4-20 17-83-97.4zm-55.7 47.5l83 97.4-20 17-83-97.4z" / >
< path fill = "#fff" d = "M417.6 133.2L496 65.4l14.7 17-84 75.4-9.3-24.6z" / >
< path d = "M514.2 372l-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z" / >
< path fill = "#3d5897" d = "M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z" / >
< path fill = "#fff" d = "M436 370.6l78.6 67.6-14.6 17-87.1-71.8 23-12.8z" / >
< path d = "M-1.9 357.2l83 97.3-20 17-83-97.3z" / >
< path fill = "#fff" d = "M-16.2 437.3l78.6-67.9 14.7 17-84 75.5-9.3-24.7z" / >
< path d = "M25.7 333.7l83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,ph=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - ph " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< path fill = "#0038a8" d = "M0 0h640v240H0z" / >
< path fill = "#ce1126" d = "M0 240h640v240H0z" / >
< path fill = "#fff" d = "M415.7 240L0 480V0" / >
< g fill = "#fcd116" >
< path stroke - width = "1pt" d = "M26.7 42.4L41 55l16.6-9.2-7.4 17.5 14 13-19-1.6-8.1 17.2-4.3-18.5L14 71l16.3-10zm323.8 172.3l.4 19 18 6.3-18 6.2-.4 19-11.5-15.1-18.2 5.5 10.8-15.6-10.8-15.6 18.2 5.5zM37.2 388.1l8 17.2 19-1.6-13.9 13 7.4 17.5-16.6-9.1-14.4 12.4 3.6-18.7L14 409l18.9-2.4z" / >
< path stroke - width = "5.3" d = "M151.4 139.1l-6.2 6.2 3.1 47-3 .3-5.7-42.9-5.1 5 7.6 38.4a47.5 47.5 0 00-17.2 7.1l-21.7-32.4H96l26.4 34.3a48 48 0 00-2.4 2l-31.1-35.5h-8.8v8.8l35.4 31-2 2.5-34.3-26.3v7.1l32.5 21.7c-3.4 5.2-5.9 11-7.1 17.2L66.3 223l-5.1 5 42.9 5.7c-.2 1-.3 2.1-.3 3.1l-47-3-6.2 6.2 6.2 6.2 47-3.1.3 3.1-42.9 5.7 5 5 38.4-7.6a47.5 47.5 0 007.1 17.2l-32.5 21.7v7.2l34.3-26.3a48 48 0 002 2.4l-35.4 31v8.8H89l31-35.4 2.5 2L96 312.2h7.2l21.7-32.5c5.1 3.4 11 5.9 17.2 7.1l-7.6 38.4 5 5 5.7-42.9c1 .2 2 .3 3.1.3l-3 47 6.1 6.2 6.3-6.2-3.1-47 3-.3 5.7 43 5.1-5.1-7.6-38.4a47.5 47.5 0 0017.2-7.1l21.7 32.5h7.2l-26.4-34.3a48 48 0 002.4-2l31.1 35.4h8.8v-8.8l-35.4-31 2-2.4 34.3 26.3v-7.2l-32.5-21.7c3.4-5.1 5.9-11 7.1-17.2l38.3 7.6 5.1-5-42.9-5.7c.2-1 .3-2 .3-3.1l47 3 6.2-6.1-6.2-6.2-47 3-.3-3 42.9-5.7-5-5-38.4 7.5a47.5 47.5 0 00-7.1-17.2l32.5-21.7v-7.1l-34.3 26.3a48 48 0 00-2-2.4l35.4-31v-8.9H214l-31 35.5a48 48 0 00-2.5-2l26.4-34.3h-7.2L178 200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7 42.8-3.1-.3 3-47z" / >
< / g >
< /svg>`,tw=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - tw " viewBox=" 0 0 640 480 " >
< defs >
< clipPath id = "tw-a" >
< path fill - opacity = ".7" d = "M0 0h682.7v512H0z" / >
< / c l i p P a t h >
< / d e f s >
< g fill - rule = "evenodd" stroke - width = "1pt" clip - path = "url(#tw-a)" transform = "scale(.9375)" >
< path fill = "#fe0000" d = "M0 0h768v512H0z" / >
< path fill = "#000095" d = "M0 0h385.7v256H0z" / >
< path fill = "#fff" d = "M282.1 178.6l-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z" / >
< path fill = "#000095" d = "M238.5 175l-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z" / >
< path fill = "#fff" d = "M244.6 128.3a51.9 51.9 0 11-103.7 0 51.9 51.9 0 01103.7 0z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,pl=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - pl " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" >
< path fill = "#fff" d = "M640 480H0V0h640z" / >
< path fill = "#dc143c" d = "M640 480H0V240h640z" / >
< / g >
2021-06-02 13:32:45 +00:00
< / s v g > ` ; c o n s t f l a g s = { i t , e n : g b , e s , d e , f r , i d , p t , p t _ b r : b r , r u , t r , v n , h r , a r , k o , p h , z h _ t w : t w , p l } ; v a r s c r i p t $ 3 = { p r o p s : { w i t h A r r o w : { t y p e : B o o l e a n , d e f a u l t : ! 0 } } } ; c o n s t _ _ v u e _ s c r i p t _ _ $ 3 = s c r i p t $ 3 ; v a r _ _ v u e _ r e n d e r _ _ $ 3 = f u n c t i o n ( e , a ) { v a r n = a . _ c ; r e t u r n n ( " d e t a i l s " , { c l a s s : [ a . d a t a . s t a t i c C l a s s , { " w i t h - a r r o w " : a . p r o p s . w i t h A r r o w } ] , s t y l e : a . d a t a . s t a t i c S t y l e } , [ n ( " s u m m a r y " , { s t a t i c C l a s s : " c u r s o r - p o i n t e r " } , [ a . _ t ( " t i t l e " , [ a . _ v ( " S e t t i n g " ) ] ) ] , 2 ) , a . _ v ( " " ) , n ( " d i v " , { s t a t i c C l a s s : " m y - 5 s p a c e - y - 5 " } , [ a . _ t ( " d e f a u l t " ) ] , 2 ) ] ) } , _ _ v u e _ s t a t i c R e n d e r F n s _ _ $ 3 = [ ] ; c o n s t _ _ v u e _ i n j e c t _ s t y l e s _ _ $ 3 = f u n c t i o n ( e ) { ! e | | e ( " d a t a - v - 5 b 8 c d b a c _ 0 " , { s o u r c e : " d e t a i l s > s u m m a r y : : m a r k e r { d i s p l a y : n o n e } d e t a i l s . w i t h - a r r o w > s u m m a r y : : m a r k e r { d i s p l a y : i n i t i a l ; v e r t i c a l - a l i g n : v a r ( - - a r r o w - v - a l i g n , s u p e r ) } " , m a p : v o i d 0 , m e d i a : v o i d 0 } ) } , _ _ v u e _ s c o p e _ i d _ _ $ 3 = v o i d 0 , _ _ v u e _ m o d u l e _ i d e n t i f i e r _ _ $ 1 = v o i d 0 , _ _ v u e _ i s _ f u n c t i o n a l _ t e m p l a t e _ _ $ 3 = ! 0 ; f u n c t i o n _ _ v u e _ n o r m a l i z e _ _ $ 3 ( e , a , n , r , i , s , l , c ) { c o n s t o = ( t y p e o f n = = " f u n c t i o n " ? n . o p t i o n s : n ) | | { } ; o . _ _ f i l e = " B a s e A c c o r d i o n . v u e " , o . r e n d e r | | ( o . r e n d e r = e . r e n d e r , o . s t a t i c R e n d e r F n s = e . s t a t i c R e n d e r F n s , o . _ c o m p i l e d = ! 0 , i & & ( o . f u n c t i o n a l = ! 0 ) ) , o . _ s c o p e I d = r ; { l e t u ; i f ( a & & ( u = f u n c t i o n ( d ) { a . c a l l ( t h i s , l ( d ) ) } ) , u ! = = v o i d 0 ) i f ( o . f u n c t i o n a l ) { c o n s t d = o . r e n d e r ; o . r e n d e r = f u n c t i o n ( h , m ) { r e t u r n u . c a l l ( m ) , d ( h , m ) } } e l s e { c o n s t d = o . b e f o r e C r e a t e ; o . b e f o r e C r e a t e = d ? [ ] . c o n c a t ( d , u ) : [ u ] } } r e t u r n o } f u n c t i o n _ _ v u e _ c r e a t e _ i n j e c t o r _ _ $ 1 ( ) { c o n s t e = d o c u m e n t . h e a d | | d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ] , a = _ _ v u e _ c r e a t e _ i n j e c t o r _ _ $ 1 . s t y l e s | | ( _ _ v u e _ c r e a t e _ i n j e c t o r _ _ $ 1 . s t y l e s = { } ) , n = t y p e o f n a v i g a t o r ! = " u n d e f i n e d " & & / m s i e [ 6 - 9 ] \ \ b / . t e s t ( n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ) ; r e t u r n f u n c t i o n ( i , s ) { i f ( d o c u m e n t . q u e r y S e l e c t o r ( ' s t y l e [ d a t a - v u e - s s r - i d ~ = " ' + i + ' " ] ' ) ) r e t u r n ; c o n s t l = n ? s . m e d i a | | " d e f a u l t " : i , c = a [ l ] | | ( a [ l ] = { i d s : [ ] , p a r t s : [ ] , e l e m e n t : v o i d 0 } ) ; i f ( ! c . i d s . i n c l u d e s ( i ) ) { l e t o = s . s o u r c e , u = c . i d s . l e n g t h ; i f ( c . i d s . p u s h ( i ) , s . m a p & & ( o + = `
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-02 13:32:45 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var BaseAccordion=__vue_normalize__ $ 3({render:__vue_render__ $ 3,staticRenderFns:__vue_staticRenderFns__ $ 3},__vue_inject_styles__ $ 3,__vue_script__ $ 3,__vue_scope_id__ $ 3,__vue_is_functional_template__ $ 3,__vue_module_identifier__ $ 1,__vue_create_injector__ $ 1),script $ 2={components:{BaseAccordion},props:{templateVariables:{type:Array,required:!0}}};const __vue_script__ $ 2=script $ 2;var __vue_render__ $ 2=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("BaseAccordion",{staticStyle:{"--arrow-v-align":"baseline","margin-bottom":"3rem"},scopedSlots:e._u([{key:"title",fn:function(){return[e._t("title")]},proxy:!0}],null,!0)},[e._v(" "),n("div",{staticClass:"flex flex-wrap p-4 space-x-2 rounded-2xl bg-background-secondary"},e._l(e.templateVariables,function(r){return n("span",{staticClass:"inline-block p-2 mt-2 tracking-wider rounded cursor-pointer bg-panels-bg first:ml-2 hover:shadow-outline",on:{click:function(i){return e. $ emit("variable-click",r)}}},[e._v( `
` +e._s(r)+ `
2021-06-04 21:16:19 +00:00
` )])}),0)])},__vue_staticRenderFns__ $ 2=[];const __vue_inject_styles__ $ 2=void 0,__vue_scope_id__ $ 2=void 0,__vue_is_functional_template__ $ 2=!1;function __vue_normalize__ $ 2(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="TemplateVariablesList.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var TemplateVariablesList=__vue_normalize__ $ 2({render:__vue_render__ $ 2,staticRenderFns:__vue_staticRenderFns__ $ 2},__vue_inject_styles__ $ 2,__vue_script__ $ 2,__vue_scope_id__ $ 2,__vue_is_functional_template__ $ 2);const getFormItem=e=>a=>{const n=e.elements.namedItem(a);return{[a]:n.value}};var script $ 1={components:{BaseAccordion,TemplateVariablesList},setup(){const{areLogsActive:e,saveLogsSettings:a}=useLogs();return{areLogsActive:e,saveLogsSettings:a}},data(){return{flags,currentLocale:this. $ i18n.locale,locales:this. $ i18n.availableLocales,settings:{tags:{}},lastSettings:{},spotifyFeatures:{},lastCredentials:{},defaultSettings:{},lastUser:"",spotifyUser:"",accountNum:0,accounts:[],trackTemplateVariables}},computed:{...mapGetters({arl:"getARL",accessToken:"getAccessToken",user:"getUser",isLoggedIn:"isLoggedIn",clientMode:"getClientMode",previewVolume:"getPreviewVolume",hasSlimDownloads:"getSlimDownloads",hasSlimSidebar:"getSlimSidebar"}),needToWait(){return Object.keys(this.getSettings).length===0},modelVolume:{get(){return this.previewVolume},set:debounce(function(e){this.setPreviewVolume(e)},20)},modelSlimDownloads:{get(){return this.hasSlimDownloads},set(e){this.setSlimDownloads(e)}},modelSlimSidebar:{get(){return this.hasSlimSidebar},set(e){this.setSlimSidebar(e)}},pictureHref(){return ` https : //e-cdns-images.dzcdn.net/images/user/${this.user.picture}/125x125-000000-80-0-0.jpg`}},async mounted(){const{settingsData:e,defaultSettingsData:a,spotifyCredentials:n}=await getSettingsData();this.defaultSettings=a,this.initSettings(e,n);const r=localStorage.getItem("accountNum");r&&(this.accountNum=r);const i=localStorage.getItem("spotifyUser");i&&(this.lastUser=i,this.spotifyUser=i,socket.emit("update_userSpotifyPlaylists",i)),socket.on("updateSettings",this.updateSettings),socket.on("familyAccounts",this.initAccounts),this.clientMode&&(window.api.receive("downloadFolderSelected",this.downloadFolderSelected),window.api.receive("applogin_arl",this.loggedInViaDeezer)),this.$on("hook:destroyed",()=>{socket.off("updateSettings"),socket.off("familyAccounts")})},methods:{...mapActions({dispatchARL:"setARL",dispatchAccessTocken:"setAccessToken",dispatchUser:"setUser",removeARL:"removeARL",setPreviewVolume:"setPreviewVolume",setSlimDownloads:"setSlimDownloads",setSlimSidebar:"setSlimSidebar",dispatchLogout:"logout",dispatchLogin:"login"}),onTemplateVariableClick(e){copyToClipboard(e),toast(`Copied ${e} to clipboard!`)},revertSettings(){this.settings=JSON.parse(JSON.stringify(this.lastSettings))},revertCredentials(){this.spotifyCredentials=JSON.parse(JSON.stringify(this.lastCredentials)),this.spotifyUser=(" "+this.lastUser).slice(1)},copyARLtoClipboard(){const e=this.$refs.loginInput;e.setAttribute("type","text"),e.select(),e.setSelectionRange(0,99999),document.execCommand("copy"),e.setAttribute("type","password"),toast(this.$t("settings.toasts.ARLcopied"),"assignment")},changeLocale(e){this.$i18n.locale=e,this.currentLocale=e,localStorage.setItem("locale",e)},saveSettings(){this.saveLogsSettings(),this.lastSettings=JSON.parse(JSON.stringify(this.settings)),this.lastCredentials=JSON.parse(JSON.stringify(this.spotifyFeatures));let e=!1;this.lastUser!=this.spotifyUser&&(this.lastUser=(" "+this.spotifyUser).slice(1),localStorage.setItem("spotifyUser",this.lastUser),e=!0),socket.emit("saveSettings",{settings:this.lastSettings,spotifySettings:this.lastCredentials,spotifyUser:e?this.lastUser:!1})},selectDownloadFolder(){window.api.send("selectDownloadFolder",this.settings.downloadLocation)},downloadFolderSelected(e){this.$set(this.settings,"downloadLocation",e)},loadSettings(e){this.lastSettings=JSON.parse(JSON.stringify(e)),this.settings=JSON.parse(JSON.st
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.login.logout"))+ `
2021-06-02 13:32:45 +00:00
` )]),e._v(" "),e.accounts.length>1?n("select",{directives:[{name:"model",rawName:"v-model",value:e.accountNum,expression:"accountNum"}],attrs:{id:"family_account"},on:{change:[function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e.accountNum=r.target.multiple?i:i[0]},e.changeAccount]}},e._l(e.accounts,function(r,i){return n("option",{key:r,domProps:{value:i.toString()}},[e._v( `
` +e._s(r.name)+ `
2021-03-12 19:45:44 +00:00
` )])}),0):e._e()],1):e._e(),e._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("person")]),e._v(e._s(e. $ t("settings.login.title")))]),e._v(" "),n("div",{staticClass:"my-5 space-y-5"},[n("div",{staticClass:"flex items-center"},[n("input",{ref:"loginInput",attrs:{id:"login_input_arl",autocomplete:"off",placeholder:"ARL",type:"password"},domProps:{value:e.arl}}),e._v(" "),n("button",{staticClass:"ml-2 btn btn-primary btn-only-icon",on:{click:e.copyARLtoClipboard}},[n("i",{staticClass:"material-icons"},[e._v("assignment")])])]),e._v(" "),n("RouterLink",{staticClass:"block",attrs:{to:{name:"ARL"}}},[e._v( `
` +e._s(e. $ t("settings.login.arl.question"))+ `
2021-05-29 15:40:02 +00:00
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary",staticStyle:{width:"100%"},on:{click:e.loginButton}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.login.arl.update"))+ `
2021-05-28 13:09:55 +00:00
` )])],1)]),e._v(" "),e.isLoggedIn?e._e():n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("person")]),e._v(e._s(e. $ t("settings.loginWithCredentials.title"))+ `
2021-06-04 21:16:19 +00:00
` )]),e._v(" "),n("form",{ref:"loginWithCredentialsForm",staticClass:"my-5 space-y-5",on:{submit:function(r){return r.preventDefault(),e.loginWithCredentials(r)}}},[e._m(0),e._v(" "),e._m(1),e._v(" "),n("button",{staticClass:"btn btn-primary",attrs:{type:"submit"}},[e._v(e._s(e. $ t("settings.loginWithCredentials.login")))])])]),e._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("language")]),e._v(e._s(e. $ t("settings.languages")))]),e._v(" "),n("ul",{staticClass:"my-5"},e._l(e.locales,function(r){return n("li",{key:r,staticClass:"inline-flex items-center locale-flag",class:{"locale-flag--current":e.currentLocale===r},attrs:{title:r},domProps:{innerHTML:e._s(e.flags[r])},on:{click:function(i){return e.changeLocale(r)}}})}),0)]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("description")]),e._v( `
` +e._s(e. $ t("settings.logs.title"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.areLogsActive,expression:"areLogsActive"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.areLogsActive)?e._i(e.areLogsActive,null)>-1:e.areLogsActive},on:{change:function(r){var i=e.areLogsActive,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&(e.areLogsActive=i.concat([c])):o>-1&&(e.areLogsActive=i.slice(0,o).concat(i.slice(o+1)))}else e.areLogsActive=l}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.logs.areLogsActive")))])])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("web")]),e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.appearance.title"))+ `
2021-06-02 13:32:45 +00:00
` )])]},proxy:!0}])},[e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.modelSlimDownloads,expression:"modelSlimDownloads"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.modelSlimDownloads)?e._i(e.modelSlimDownloads,null)>-1:e.modelSlimDownloads},on:{change:function(r){var i=e.modelSlimDownloads,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&(e.modelSlimDownloads=i.concat([c])):o>-1&&(e.modelSlimDownloads=i.slice(0,o).concat(i.slice(o+1)))}else e.modelSlimDownloads=l}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.appearance.slimDownloadTab")))])]),e._v(" "),n("label",{staticClass:"mb-4 with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.modelSlimSidebar,expression:"modelSlimSidebar"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.modelSlimSidebar)?e._i(e.modelSlimSidebar,null)>-1:e.modelSlimSidebar},on:{change:function(r){var i=e.modelSlimSidebar,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&(e.modelSlimSidebar=i.concat([c])):o>-1&&(e.modelSlimSidebar=i.slice(0,o).concat(i.slice(o+1)))}else e.modelSlimSidebar=l}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.appearance.slimSidebar")))])])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("folder")]),e._v(e._s(e. $ t("settings.downloadPath.title"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"flex items-center"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.downloadLocation,expression:"settings.downloadLocation"}],attrs:{autocomplete:"off",type:"text"},domProps:{value:e.settings.downloadLocation},on:{input:function(r){r.target.composing||e. $ set(e.settings,"downloadLocation",r.target.value)}}}),e._v(" "),e.clientMode?n("button",{staticClass:"ml-2 btn btn-primary btn-only-icon",on:{click:e.selectDownloadFolder}},[n("i",{staticClass:"material-icons"},[e._v("folder")])]):e._e()])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("font_download")]),e._v(e._s(e. $ t("settings.templates.title"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("p",[e._v(e._s(e. $ t("settings.templates.tracknameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tracknameTemplate,expression:"settings.tracknameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.tracknameTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"tracknameTemplate",r.target.value)}}}),e._v(" "),n("TemplateVariablesList",{attrs:{"template-variables":e.trackTemplateVariables},on:{"variable-click":e.onTemplateVariableClick},scopedSlots:e._u([{key:"title",fn:function(){return[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.templates.tracknameAvailableVariables"))+ `
2021-06-02 13:32:45 +00:00
` )]},proxy:!0}])}),e._v(" "),n("p",[e._v(e._s(e. $ t("settings.templates.albumTracknameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.albumTracknameTemplate,expression:"settings.albumTracknameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.albumTracknameTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"albumTracknameTemplate",r.target.value)}}}),e._v(" "),n("TemplateVariablesList",{attrs:{"template-variables":e.trackTemplateVariables},on:{"variable-click":e.onTemplateVariableClick},scopedSlots:e._u([{key:"title",fn:function(){return[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.templates.albumTracknameAvailableVariables"))+ `
2021-06-02 13:32:45 +00:00
` )]},proxy:!0}])}),e._v(" "),n("p",[e._v(e._s(e. $ t("settings.templates.playlistTracknameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.playlistTracknameTemplate,expression:"settings.playlistTracknameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.playlistTracknameTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"playlistTracknameTemplate",r.target.value)}}}),e._v(" "),n("TemplateVariablesList",{attrs:{"template-variables":e.trackTemplateVariables},on:{"variable-click":e.onTemplateVariableClick},scopedSlots:e._u([{key:"title",fn:function(){return[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.templates.playlistTracknameAvailableVariables"))+ `
` )]},proxy:!0}])})],1),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("create_new_folder")]),e._v(e._s(e. $ t("settings.folders.title"))+ `
2021-06-02 13:32:45 +00:00
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.createPlaylistFolder,expression:"settings.createPlaylistFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.createPlaylistFolder)?e._i(e.settings.createPlaylistFolder,null)>-1:e.settings.createPlaylistFolder},on:{change:function(r){var i=e.settings.createPlaylistFolder,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"createPlaylistFolder",i.concat([c])):o>-1&&e. $ set(e.settings,"createPlaylistFolder",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"createPlaylistFolder",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.folders.createPlaylistFolder")))])]),e._v(" "),e.settings.createPlaylistFolder?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.folders.playlistNameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.playlistNameTemplate,expression:"settings.playlistNameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.playlistNameTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"playlistNameTemplate",r.target.value)}}})]):e._e()]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.createArtistFolder,expression:"settings.createArtistFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.createArtistFolder)?e._i(e.settings.createArtistFolder,null)>-1:e.settings.createArtistFolder},on:{change:function(r){var i=e.settings.createArtistFolder,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"createArtistFolder",i.concat([c])):o>-1&&e. $ set(e.settings,"createArtistFolder",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"createArtistFolder",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.folders.createArtistFolder")))])]),e._v(" "),e.settings.createArtistFolder?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.folders.artistNameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.artistNameTemplate,expression:"settings.artistNameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.artistNameTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"artistNameTemplate",r.target.value)}}})]):e._e()]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.createAlbumFolder,expression:"settings.createAlbumFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.createAlbumFolder)?e._i(e.settings.createAlbumFolder,null)>-1:e.settings.createAlbumFolder},on:{change:function(r){var i=e.settings.createAlbumFolder,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"createAlbumFolder",i.concat([c])):o>-1&&e. $ set(e.settings,"createAlbumFolder",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"createAlbumFolder",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.folders.createAlbumFolder")))])]),e._v(" "),e.settings.createAlbumFolder?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.folders.albumNameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.albumNameTemplate,expression:"settings.albumNameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.albumNameTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"albumNameTemplate",r.target.value)}}})]):e._e()])
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.padTracks,expression:"settings.padTracks"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.padTracks)?e._i(e.settings.padTracks,null)>-1:e.settings.padTracks},on:{change:function(r){var i=e.settings.padTracks,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"padTracks",i.concat([c])):o>-1&&e. $ set(e.settings,"padTracks",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"padTracks",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.trackTitles.padTracks")))])])]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.trackTitles.paddingSize")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.paddingSize,expression:"settings.paddingSize"}],attrs:{max:"10",type:"number"},domProps:{value:e.settings.paddingSize},on:{input:function(r){r.target.composing||e. $ set(e.settings,"paddingSize",r.target.value)}}})])]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.trackTitles.illegalCharacterReplacer")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.illegalCharacterReplacer,expression:"settings.illegalCharacterReplacer"}],attrs:{type:"text"},domProps:{value:e.settings.illegalCharacterReplacer},on:{input:function(r){r.target.composing||e. $ set(e.settings,"illegalCharacterReplacer",r.target.value)}}})])])])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("album")]),e._v(e._s(e. $ t("settings.covers.title")))])]},proxy:!0}])},[e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.saveArtwork,expression:"settings.saveArtwork"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.saveArtwork)?e._i(e.settings.saveArtwork,null)>-1:e.settings.saveArtwork},on:{change:function(r){var i=e.settings.saveArtwork,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"saveArtwork",i.concat([c])):o>-1&&e. $ set(e.settings,"saveArtwork",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"saveArtwork",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.covers.saveArtwork")))])]),e._v(" "),e.settings.saveArtwork?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.coverImageTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.coverImageTemplate,expression:"settings.coverImageTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.coverImageTemplate},on:{input:function(r){r.target.composing||e. $ set(e.settings,"coverImageTemplate",r.target.value)}}})]):e._e(),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.saveArtworkArtist,expression:"settings.saveArtworkArtist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.saveArtworkArtist)?e._i(e.settings.saveArtworkArtist,null)>-1:e.settings.saveArtworkArtist},on:{change:function(r){var i=e.settings.saveArtworkArtist,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"saveArtworkArtist",i.concat([c])):o>-1&&e. $ set(e.settings,"saveArtworkArtist",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"saveArtworkArtist",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-t
2021-03-12 19:45:44 +00:00
\u26A0\uFE0F ` +e._s(e. $ t("settings.covers.imageSizeWarning"))+ `
2021-06-02 13:32:45 +00:00
` )]):e._e()]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.embeddedArtworkSize")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.settings.embeddedArtworkSize,expression:"settings.embeddedArtworkSize",modifiers:{number:!0}}],attrs:{max:"10000",min:"100",step:"100",type:"number"},domProps:{value:e.settings.embeddedArtworkSize},on:{input:function(r){r.target.composing||e. $ set(e.settings,"embeddedArtworkSize",e._n(r.target.value))},blur:function(r){return e. $ forceUpdate()}}}),e._v(" "),e.settings.embeddedArtworkSize>1200?n("p",{staticClass:"input-group-text",staticStyle:{opacity:"0.75",color:"#ffcc22"}},[e._v( `
2021-03-12 19:45:44 +00:00
\u26A0\uFE0F ` +e._s(e. $ t("settings.covers.imageSizeWarning"))+ `
2021-06-02 13:32:45 +00:00
` )]):e._e()]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.localArtworkFormat,expression:"settings.localArtworkFormat"}],on:{change:function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e. $ set(e.settings,"localArtworkFormat",r.target.multiple?i:i[0])}}},[n("option",{attrs:{value:"jpg"}},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.jpg")))]),e._v(" "),n("option",{attrs:{value:"png"}},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.png")))]),e._v(" "),n("option",{attrs:{value:"jpg,png"}},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.both")))])])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.embeddedArtworkPNG,expression:"settings.embeddedArtworkPNG"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.embeddedArtworkPNG)?e._i(e.settings.embeddedArtworkPNG,null)>-1:e.settings.embeddedArtworkPNG},on:{change:function(r){var i=e.settings.embeddedArtworkPNG,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"embeddedArtworkPNG",i.concat([c])):o>-1&&e. $ set(e.settings,"embeddedArtworkPNG",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"embeddedArtworkPNG",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.covers.embeddedArtworkPNG")))])]),e._v(" "),e.settings.embeddedArtworkPNG?n("p",{staticStyle:{opacity:"0.75",color:"#ffcc22"}},[e._v( `
2021-03-12 19:45:44 +00:00
\u26A0\uFE0F ` +e._s(e. $ t("settings.covers.embeddedPNGWarning"))+ `
2021-06-02 13:32:45 +00:00
` )]):e._e(),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.coverDescriptionUTF8,expression:"settings.tags.coverDescriptionUTF8"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.coverDescriptionUTF8)?e._i(e.settings.tags.coverDescriptionUTF8,null)>-1:e.settings.tags.coverDescriptionUTF8},on:{change:function(r){var i=e.settings.tags.coverDescriptionUTF8,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings.tags,"coverDescriptionUTF8",i.concat([c])):o>-1&&e. $ set(e.settings.tags,"coverDescriptionUTF8",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings.tags,"coverDescriptionUTF8",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.covers.coverDescriptionUTF8")))])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.jpegImageQuality")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.settings.jpegImageQuality,expression:"settings.jpegImageQuality",modifiers:{number:!0}}],attrs:{max:"100",min:"1",type:"number"},domProps:{value:e.settings.jpegImageQuality},on:{input:function(r){r.target.composing||e. $ set(e.settings,"jpegImageQuality",e._n(r.target.value))},blur:function(r){return e. $ forceUpdate()}}})])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons",staticStyle:{width:"1em",height:"1em"}},[e._v("bookmarks")]),e._v(e._s(e. $ t("settings.tags.head"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__half"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.title,expression:"settings.tags.title"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.title)?e._i(e.settings.tags.title,null)>-1:e.settings.tags.title},on:{change:function(r){var i=e.settings.tags.title,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings.tags,"title",i.concat([c])):o>-1&&e. $ set(e.settings.tags,"title",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings.tags,"title",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.title")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.artist,expression:"settings.tags.artist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.artist)?e._i(e.settings.tags.artist,null)>-1:e.settings.tags.artist},on:{change:function(r){var i=e.settings.tags.artist,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings.tags,"artist",i.concat([c])):o>-1&&e. $ set(e.settings.tags,"artist",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings.tags,"artist",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.artist")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.album,expression:"settings.tags.album"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.album)?e._i(e.settings.tags.album,null)>-1:e.settings.tags.album},on:{change:function(r){var i=e.settings.tags.album,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings.tags,"album",i.concat([c])):o>-1&&e. $ set(e.settings.tags,"album",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings.tags,"album",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.album")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.cover,expression:"settings.tags.cover"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.cover)?e._i(e.settings.tags.cover,null)>-1:e.settings.tags.cover},on:{change:function(r){var i=e.settings.tags.cover,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings.tags,"cover",i.concat([c])):o>-1&&e. $ set(e.settings.tags,"cover",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings.tags,"cover",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.cover")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.trackNumber,expression:"settings.tags.trackNumber"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.trackNumber)?e._i(e.settings.tags.trackNumber,null)>-1:e.settings.tags.trackNumber},on:{change:function(r){var i=e.settings.tags.trackNumber,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings.tags,"trackNumber",i.concat([c])):o>-1&&e. $ set(e.settings.tags,"trackNumber",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings.tags,"trackNumber",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.trackNumber")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.trackTotal,expression:"settings.tags.trackTotal"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.trackTotal)?e._i(e.settings.tags.trackTotal,null)>-1:e.settings.tags.trackTotal},on:{change:function(r){var i=e.settings.tags.trackTotal,s=r.target,l=!!s.checked
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.downloads.queueConcurrency")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.settings.queueConcurrency,expression:"settings.queueConcurrency",modifiers:{number:!0}}],attrs:{min:"1",type:"number"},domProps:{value:e.settings.queueConcurrency},on:{input:function(r){r.target.composing||e. $ set(e.settings,"queueConcurrency",e._n(r.target.value))},blur:function(r){return e. $ forceUpdate()}}})]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.maxBitrate,expression:"settings.maxBitrate"}],on:{change:function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e. $ set(e.settings,"maxBitrate",r.target.multiple?i:i[0])}}},[n("option",{attrs:{value:"9"}},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.9")))]),e._v(" "),n("option",{attrs:{value:"3"}},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.3")))]),e._v(" "),n("option",{attrs:{value:"1"}},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.1")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.overwriteFile,expression:"settings.overwriteFile"}],on:{change:function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e. $ set(e.settings,"overwriteFile",r.target.multiple?i:i[0])}}},[n("option",{attrs:{value:"y"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.y")))]),e._v(" "),n("option",{attrs:{value:"n"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.n")))]),e._v(" "),n("option",{attrs:{value:"e"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.e")))]),e._v(" "),n("option",{attrs:{value:"b"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.b")))]),e._v(" "),n("option",{attrs:{value:"t"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.t")))])])]),e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.fallbackBitrate,expression:"settings.fallbackBitrate"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.fallbackBitrate)?e._i(e.settings.fallbackBitrate,null)>-1:e.settings.fallbackBitrate},on:{change:function(r){var i=e.settings.fallbackBitrate,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"fallbackBitrate",i.concat([c])):o>-1&&e. $ set(e.settings,"fallbackBitrate",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"fallbackBitrate",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.downloads.fallbackBitrate")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.fallbackSearch,expression:"settings.fallbackSearch"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.fallbackSearch)?e._i(e.settings.fallbackSearch,null)>-1:e.settings.fallbackSearch},on:{change:function(r){var i=e.settings.fallbackSearch,s=r.target,l=!!s.checked;if(Array.isArray(i)){var c=null,o=e._i(i,c);s.checked?o<0&&e. $ set(e.settings,"fallbackSearch",i.concat([c])):o>-1&&e. $ set(e.settings,"fallbackSearch",i.slice(0,o).concat(i.slice(o+1)))}else e. $ set(e.settings,"fallbackSearch",l)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.downloads.fallbackSearch")))])])]),e._v(" "),n("div",{staticClass:"settings-container__third settings-container__third--only-
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.other.dateFormat.year")+"-"+e. $ t("settings.other.dateFormat.month")+"-"+e. $ t("settings.other.dateFormat.day"))+ `
` )]),e._v(" "),n("option",{attrs:{value:"Y-D-M"}},[e._v( `
` +e._s(e. $ t("settings.other.dateFormat.year")+"-"+e. $ t("settings.other.dateFormat.day")+"-"+e. $ t("settings.other.dateFormat.month"))+ `
` )]),e._v(" "),n("option",{attrs:{value:"D-M-Y"}},[e._v( `
` +e._s(e. $ t("settings.other.dateFormat.day")+"-"+e. $ t("settings.other.dateFormat.month")+"-"+e. $ t("settings.other.dateFormat.year"))+ `
` )]),e._v(" "),n("option",{attrs:{value:"M-D-Y"}},[e._v( `
` +e._s(e. $ t("settings.other.dateFormat.month")+"-"+e. $ t("settings.other.dateFormat.day")+"-"+e. $ t("settings.other.dateFormat.year"))+ `
2021-06-02 13:32:45 +00:00
` )]),e._v(" "),n("option",{attrs:{value:"Y"}},[e._v(e._s(e. $ t("settings.other.dateFormat.year")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.featuredToTitle.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.featuredToTitle,expression:"settings.featuredToTitle"}],on:{change:function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e. $ set(e.settings,"featuredToTitle",r.target.multiple?i:i[0])}}},[n("option",{attrs:{value:"0"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.0")))]),e._v(" "),n("option",{attrs:{value:"1"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.1")))]),e._v(" "),n("option",{attrs:{value:"3"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.3")))]),e._v(" "),n("option",{attrs:{value:"2"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.2")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.titleCasing")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.titleCasing,expression:"settings.titleCasing"}],on:{change:function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e. $ set(e.settings,"titleCasing",r.target.multiple?i:i[0])}}},[n("option",{attrs:{value:"nothing"}},[e._v(e._s(e. $ t("settings.other.casing.nothing")))]),e._v(" "),n("option",{attrs:{value:"lower"}},[e._v(e._s(e. $ t("settings.other.casing.lower")))]),e._v(" "),n("option",{attrs:{value:"upper"}},[e._v(e._s(e. $ t("settings.other.casing.upper")))]),e._v(" "),n("option",{attrs:{value:"start"}},[e._v(e._s(e. $ t("settings.other.casing.start")))]),e._v(" "),n("option",{attrs:{value:"sentence"}},[e._v(e._s(e. $ t("settings.other.casing.sentence")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.artistCasing")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.artistCasing,expression:"settings.artistCasing"}],on:{change:function(r){var i=Array.prototype.filter.call(r.target.options,function(s){return s.selected}).map(function(s){var l="_value"in s?s._value:s.value;return l});e. $ set(e.settings,"artistCasing",r.target.multiple?i:i[0])}}},[n("option",{attrs:{value:"nothing"}},[e._v(e._s(e. $ t("settings.other.casing.nothing")))]),e._v(" "),n("option",{attrs:{value:"lower"}},[e._v(e._s(e. $ t("settings.other.casing.lower")))]),e._v(" "),n("option",{attrs:{value:"upper"}},[e._v(e._s(e. $ t("settings.other.casing.upper")))]),e._v(" "),n("option",{attrs:{value:"start"}},[e._v(e._s(e. $ t("settings.other.casing.start")))]),e._v(" "),n("option",{attrs:{value:"sentence"}},[e._v(e._s(e. $ t("settings.other.casing.sentence")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.previewVolume")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.modelVolume,expression:"modelVolume",modifiers:{number:!0}}],staticClass:"slider",attrs:{max:"100",min:"0",step:"1",type:"range"},domProps:{value:e.modelVolume},on:{__r:function(r){e.modelVolume=e._n(r.target.value)},blur:function(r){return e. $ forceUpdate()}}}),e._v(" "),n("span",[e._v(e._s(e.previewVolume)+"%")])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.executeCommand.title")))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v(e._s(e. $ t("settings.other.executeCommand.description")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.executeCommand,expression:"settings.executeCommand"}],attrs:{type:"text"},domProps:{value:e.settings.executeCommand},on:{input:function(r){r.target.composing||e. $ set(e.settings,"executeCommand",r.target.value)}}})])]),e._v(" "),n("BaseAccordi
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.spotify.title"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("RouterLink",{attrs:{to:{name:"Spotify Features"}}},[e._v( `
` +e._s(e. $ t("settings.spotify.question"))+ `
2021-06-04 21:16:19 +00:00
` )]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.spotify.clientID")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyFeatures.clientId,expression:"spotifyFeatures.clientId"}],attrs:{type:"text"},domProps:{value:e.spotifyFeatures.clientId},on:{input:function(r){r.target.composing||e. $ set(e.spotifyFeatures,"clientId",r.target.value)}}})]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.spotify.clientSecret")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyFeatures.clientSecret,expression:"spotifyFeatures.clientSecret"}],attrs:{type:"password"},domProps:{value:e.spotifyFeatures.clientSecret},on:{input:function(r){r.target.composing||e. $ set(e.spotifyFeatures,"clientSecret",r.target.value)}}})]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.spotify.username")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyUser,expression:"spotifyUser"}],attrs:{type:"text"},domProps:{value:e.spotifyUser},on:{input:function(r){r.target.composing||(e.spotifyUser=r.target.value)}}})])],1),e._v(" "),n("footer",{staticClass:"bg-background-main"},[n("button",{staticClass:"mr-2 btn btn-primary",on:{click:e.resetToDefault}},[e._v(e._s(e. $ t("settings.reset")))]),e._v(" "),n("button",{staticClass:"btn btn-primary",on:{click:e.saveSettings}},[e._v(e._s(e. $ t("settings.save")))])])],1)},__vue_staticRenderFns__ $ 1=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("label",[n("span",[e._v("E-mail")]),e._v(" "),n("input",{attrs:{type:"text",name:"email"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("label",[n("span",[e._v("Password")]),e._v(" "),n("input",{attrs:{type:"password",name:"password"}})])}];const __vue_inject_styles__ $ 1=function(e){!e||e("data-v-322e30b2_0",{source:"#logged_in_info[data-v-322e30b2]{display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;height:250px}.locale-flag[data-v-322e30b2]{justify-content:center;cursor:pointer;width:60px}.locale-flag[data-v-322e30b2]:not(:last-child){margin-right:10px}.locale-flag.locale-flag--current[data-v-322e30b2] svg{filter:brightness(1)!important}.locale-flag[data-v-322e30b2] svg{width:40px!important;height:40px!important;filter:brightness(.5)}.settings-group[data-v-322e30b2]{border-top-width:1px;border-color:gray}.settings-group__header[data-v-322e30b2]{display:inline-flex;align-items:center;padding-top:2rem;padding-bottom:2rem;font-size:1.5rem}.settings-group__header i.material-icons[data-v-322e30b2]{margin-right:1rem}.settings-container[data-v-322e30b2]{display:flex}.settings-container__half[data-v-322e30b2]{width:50%}.settings-container__third[data-v-322e30b2]{width:33%}.settings-container__third--only-checkbox[data-v-322e30b2]{display:flex;align-items:start;flex-direction:column;justify-content:center}.settings-container__half>*[data-v-322e30b2],.settings-container__third>*[data-v-322e30b2]{margin-bottom:1rem}.with-checkbox[data-v-322e30b2]{display:flex;align-items:center}.with-checkbox [type=checkbox][data-v-322e30b2]{cursor:pointer}.with-checkbox .checkbox-text[data-v-322e30b2]{margin-left:10px;cursor:pointer;user-select:none}.input-group .input-group-text[data-v-322e30b2]{margin-bottom:.5rem}",map:void 0,media:void 0})},__vue_scope_id__ $ 1="data-v-322e30b2",__vue_module_identifier__=void 0,__vue_is_functional_template__ $ 1=!1;function __vue_normalize__ $ 1(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};o.__file="Settings.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r;{let u;if(a&&(u=function(d){a.call(this,l(d))}),u!==void 0)if(o.functional){const d=o.render;o.render=function(h,m){return u.call(m),d(h,m)}}else{const d=o.beforeCreate;o.beforeCreate=d?[].concat(d,u):[u]}}return o}function __vue_create_injector__(){const e=document.head||docum
2021-03-12 19:45:44 +00:00
/*# sourceURL=`+s.map.sources[0]+" */ " , o += `
2021-05-05 18:59:27 +00:00
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(s.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+l+" ] ")),!c.element){const d=c.element=document.createElement(" style ");d.type=" text / css ",s.media&&d.setAttribute(" media ",s.media),n&&(d.setAttribute(" data - group ",l),d.setAttribute(" data - next - index "," 0 ")),e.appendChild(d)}if(n&&(u=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , u + 1 ) ) , c . element . styleSheet ) c . parts . push ( o ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-06-02 13:32:45 +00:00
` );else{const d=document.createTextNode(o),f=c.element.childNodes;f[u]&&c.element.removeChild(f[u]),f.length?c.element.insertBefore(d,f[u]):c.element.appendChild(d)}}}}var Settings=__vue_normalize__ $ 1({render:__vue_render__ $ 1,staticRenderFns:__vue_staticRenderFns__ $ 1},__vue_inject_styles__ $ 1,__vue_script__ $ 1,__vue_scope_id__ $ 1,__vue_is_functional_template__ $ 1,__vue_module_identifier__,__vue_create_injector__),script={data(){return{title:"",metadata:"",release_date:"",label:"",explicit:!1,image:"",type:"empty",link:"",body:[]}},mounted(){EventBus. $ on("showAlbum",this.showAlbum),EventBus. $ on("showPlaylist",this.showPlaylist),EventBus. $ on("showSpotifyPlaylist",this.showSpotifyPlaylist)},methods:{playPausePreview,reset(){this.title="Loading...",this.image="",this.metadata="",this.label="",this.release_date="",this.explicit=!1,this.type="empty",this.body=[]},addToQueue(e){sendAddToQueue(e.currentTarget.dataset.link)},toggleAll(e){this.body.forEach(a=>{a.type==="track"&&(a.selected=e.currentTarget.checked)})},selectedLinks(){const e=[];return this.body&&this.body.forEach(a=>{a.type==="track"&&a.selected&&e.push(this.type==="spotifyPlaylist"?a.uri:a.link)}),e.join(";")},convertDuration:Utils.convertDuration,showAlbum(e){this.reset();const{id:a,title:n,explicit_lyrics:r,label:i,artist:{name:s},tracks:l,tracks:{length:c},release_date:o,cover_xl:u}=e;this.type="album",this.link= ` https : //www.deezer.com/album/${a}`,this.title=n,this.explicit=r,this.label=i,this.metadata=`${s} \u2022 ${this.$tc("globals.listTabs.trackN",c)}`,this.release_date=o.substring(0,10),this.image=u,isEmpty(l)?this.body=null:this.body=l},showPlaylist(e){this.reset();const{id:a,title:n,picture_xl:r,creation_date:i,creator:{name:s},tracks:l,tracks:{length:c}}=e;this.type="playlist",this.link=`https://www.deezer.com/playlist/${a}`,this.title=n,this.image=r,this.release_date=i.substring(0,10),this.metadata=`${this.$t("globals.by",{artist:s})} \u2022 ${this.$tc("globals.listTabs.trackN",c)}`,isEmpty(l)?this.body=null:this.body=l},showSpotifyPlaylist(e){this.reset();const{uri:a,name:n,images:r,images:{length:i},owner:{display_name:s},tracks:l,tracks:{length:c}}=e;this.type="spotifyPlaylist",this.link=a,this.title=n,this.image=i?r[0].url:"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg",this.release_date="",this.metadata=`${this.$t("globals.by",{artist:s})} \u2022 ${this.$tc("globals.listTabs.trackN",c)}`,isEmpty(l)?this.body=null:this.body=l},selectRow(e,a){a.selected=!a.selected}}};const __vue_script__=script;var __vue_render__=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n("div",{ref:"root",staticClass:"relative fixed-footer bg-background-main image-header"},[n("header",{style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+e.image+"')"}},[n("h1",{staticClass:"flex items-center m-0 text-5xl"},[e._v(`
` +e._s(e.title)+" "),e.explicit?n("i",{staticClass:"material-icons title-icon title-icon--right"},[e._v("explicit")]):e._e()]),e._v(" "),n("h2",{staticClass:"m-0 mb-3 text-lg"},[e.metadata?n("p",[e._v(e._s(e.metadata))]):e._e(),e._v(" "),e.release_date?n("p",[e._v(e._s(e.release_date))]):e._e()])]),e._v(" "),n("table",{staticClass:"table table--tracklist"},[n("thead",[n("tr",[e._m(0),e._v(" "),n("th",[e._v("#")]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.title",1)))]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.artist",1)))]),e._v(" "),e.type==="playlist"?n("th",[e._v(e._s(e. $ tc("globals.listTabs.album",1)))]):e._e(),e._v(" "),e._m(1),e._v(" "),n("th",{staticClass:"table__icon table__cell--center clickable"},[n("input",{staticClass:"selectAll",attrs:{type:"checkbox"},on:{click:e.toggleAll}})])])]),e._v(" "),n("tbody",[e.type!=="spotifyPlaylist"?[e._l(e.body,function(r,i){return[r.type=="track"?n("tr",{on:{click:function(s){return e.selectRow(i,r)}}},[n("td",{staticClass:"table__cell--x-small table__cell--center"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[n("i",e._g({staticClass:"material-icons",class:{preview_playlist_controls:r.preview,"cursor-pointer":r.preview,disabled:!r.preview},attrs:{"data-preview":r.preview,title:e. $ t("globals.play_hint")}},{click:r.preview?e.playPausePreview:!1}),[e._v( `
2021-03-12 19:45:44 +00:00
play _arrow
` )])])]),e._v(" "),n("td",{staticClass:"table__cell--small table__cell--center track_position"},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e.type==="album"?r.track_position:e.body.indexOf(r)+1)+ `
` )]),e._v(" "),n("td",{staticClass:"table__cell--large table__cell--with-icon"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[r.explicit_lyrics?n("i",{staticClass:"material-icons title-icon"},[e._v(" explicit ")]):e._e(),e._v( `
` +e._s(r.title+(r.title_version&&r.title.indexOf(r.title_version)==-1?" "+r.title_version:""))+ `
` )])]),e._v(" "),n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Artist",params:{id:r.artist.id}},tag:"td"}},[e._v( `
` +e._s(r.artist.name)+ `
` )]),e._v(" "),e.type==="playlist"?n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Album",params:{id:r.album.id}},tag:"td"}},[e._v( `
` +e._s(r.album.title)+ `
2021-03-12 19:45:44 +00:00
` )]):e._e(),e._v(" "),n("td",{staticClass:"table__cell--center",class:{"table__cell--small":e.type==="album","table__cell--x-small":e.type==="playlist"}},[e._v( `
2021-06-02 13:32:45 +00:00
` +e._s(e.convertDuration(r.duration))+ `
` )]),e._v(" "),n("td",{staticClass:"table__icon table__cell--center"},[n("input",{directives:[{name:"model",rawName:"v-model",value:r.selected,expression:"track.selected"}],staticClass:"clickable",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(r.selected)?e._i(r.selected,null)>-1:r.selected},on:{change:function(s){var l=r.selected,c=s.target,o=!!c.checked;if(Array.isArray(l)){var u=null,d=e._i(l,u);c.checked?d<0&&e. $ set(r,"selected",l.concat([u])):d>-1&&e. $ set(r,"selected",l.slice(0,d).concat(l.slice(d+1)))}else e. $ set(r,"selected",o)}}})])],1):r.type=="disc_separator"?n("tr",{staticClass:"table__row-no-highlight",staticStyle:{opacity:"0.54"}},[e._m(2,!0),e._v(" "),n("td",{staticClass:"table__cell--center"},[e._v( `
` +e._s(r.number)+ `
` )]),e._v(" "),n("td",{attrs:{colspan:"4"}})]):e._e()]})]:e._l(e.body,function(r,i){return n("tr",[n("td",[r.preview_url?n("i",{staticClass:"material-icons",class:{preview_playlist_controls:r.preview_url,"cursor-pointer":r.preview_url},attrs:{"data-preview":r.preview_url,title:e. $ t("globals.play_hint")},on:{click:e.playPausePreview}},[e._v( `
2021-03-12 19:45:44 +00:00
play _arrow
2021-06-02 13:32:45 +00:00
` )]):n("i",{staticClass:"material-icons disabled"},[e._v("play_arrow")])]),e._v(" "),n("td",[e._v(e._s(i+1))]),e._v(" "),n("td",{staticClass:"flex items-center"},[r.explicit?n("i",{staticClass:"material-icons title-icon"},[e._v("explicit")]):e._e(),e._v( `
` +e._s(r.name)+ `
` )]),e._v(" "),n("td",[e._v(e._s(r.artists[0].name))]),e._v(" "),n("td",[e._v(e._s(r.album.name))]),e._v(" "),n("td",[e._v(e._s(e.convertDuration(Math.floor(r.duration_ms/1e3))))]),e._v(" "),n("td",[n("input",{directives:[{name:"model",rawName:"v-model",value:r.selected,expression:"track.selected"}],staticClass:"clickable",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(r.selected)?e._i(r.selected,null)>-1:r.selected},on:{change:function(s){var l=r.selected,c=s.target,o=!!c.checked;if(Array.isArray(l)){var u=null,d=e._i(l,u);c.checked?d<0&&e. $ set(r,"selected",l.concat([u])):d>-1&&e. $ set(r,"selected",l.slice(0,d).concat(l.slice(d+1)))}else e. $ set(r,"selected",o)}}})])])})],2)]),e._v(" "),e.label?n("span",{staticStyle:{opacity:"0.4","margin-top":"8px",display:"inline-block","font-size":"13px"}},[e._v(e._s(e.label))]):e._e(),e._v(" "),n("footer",{staticClass:"bg-background-main"},[n("button",{staticClass:"mr-2 btn btn-primary",attrs:{"data-link":e.link},on:{click:function(r){return r.stopPropagation(),e.addToQueue(r)}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(""+e. $ t("globals.download",{thing:e. $ tc("globals.listTabs."+e.type,1)}))+ `
2021-06-02 13:32:45 +00:00
` )]),e._v(" "),n("button",{staticClass:"flex items-center btn btn-primary",attrs:{"data-link":e.selectedLinks()},on:{click:function(r){return r.stopPropagation(),e.addToQueue(r)}}},[e._v( `
2021-06-04 20:44:46 +00:00
` +e._s(e. $ t("tracklist.downloadSelection"))),n("i",{staticClass:"ml-2 material-icons"},[e._v("file_download")])])])])},__vue_staticRenderFns__=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("th",[n("i",{staticClass:"material-icons"},[e._v("music_note")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("th",[n("i",{staticClass:"material-icons"},[e._v("timer")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("td",[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center",staticStyle:{opacity:"0.54"}},[n("i",{staticClass:"material-icons"},[e._v("album")])])])}];const __vue_inject_styles__=void 0,__vue_scope_id__=void 0,__vue_is_functional_template__=!1;function __vue_normalize__(e,a,n,r,i,s,l,c){const o=(typeof n=="function"?n.options:n)||{};return o.__file="Tracklist.vue",o.render||(o.render=e.render,o.staticRenderFns=e.staticRenderFns,o._compiled=!0,i&&(o.functional=!0)),o._scopeId=r,o}var Tracklist=__vue_normalize__({render:__vue_render__,staticRenderFns:__vue_staticRenderFns__},__vue_inject_styles__,__vue_script__,__vue_scope_id__,__vue_is_functional_template__);Vue $ 2.use(VueRouter);const routes=[{path:window.location.pathname,name:"Home",component:Home,meta:{notKeepAlive:!0}},{path:"/tracklist/:type/:id",name:"Tracklist",component:Tracklist},{path:"/artist/:id",name:"Artist",component:Artist,meta:{notKeepAlive:!0}},{path:"/album/:id",name:"Album",component:Tracklist},{path:"/playlist/:id",name:"Playlist",component:Tracklist},{path:"/spotify-playlist/:id",name:"Spotify Playlist",component:Tracklist},{path:"/charts",name:"Charts",component:Charts,meta:{notKeepAlive:!0}},{path:"/favorites",name:"Favorites",component:Favorites,meta:{notKeepAlive:!0}},{path:"/errors",name:"Errors",component:Errors},{path:"/logs",name:"Logs",component:Logs},{path:"/link-analyzer",name:"Link Analyzer",component:LinkAnalyzer},{path:"/about",name:"About",component:About},{path:"/info-arl",name:"ARL",component:InfoArl},{path:"/info-spotify",name:"Spotify Features",component:InfoSpotifyFeatures},{path:"/settings",name:"Settings",component:Settings},{path:"/search",name:"Search",component:Search,meta:{notKeepAlive:!0}},{path:"*",component:Home}],router=new VueRouter({mode:"history",routes,scrollBehavior(e,a,n){return{x:0,y:0}}});router.beforeEach((e,a,n)=>{switch(e.name){case"Tracklist":{console.warn("This should never happen.");break}case"Album":{const r={type:"album",id:e.params.id};fetchData("getTracklist",r).then(i=>{EventBus. $ emit("showAlbum",i)});break}case"Playlist":{const r={type:"playlist",id:e.params.id};fetchData("getTracklist",r).then(i=>{EventBus. $ emit("showPlaylist",i)});break}case"Spotify Playlist":{const r={type:"spotifyplaylist",id:e.params.id};fetchData("getTracklist",r).then(i=>{EventBus. $ emit("showSpotifyPlaylist",i)});break}}n()});async function startApp(){new Vue $ 2({store,router,i18n,render:r=>r(App)}). $ mount("#app");const e=await(await fetch("connect")).json();store.dispatch("setAppInfo",e.update).catch(console.error);let a=localStorage.getItem("arl");const n=localStorage.getItem("accessToken");if(e.autologin){console.info("Autologin");const r=localStorage.getItem("accountNum");async function i(s,l){toast(i18n.t("toasts.loggingIn"),"loading",!1,"login-toast"),s=s.trim();let c;return l!==0?c=await fetchData("login-arl",{arl:s,force:!0,child:l||0},"POST"):c=await fetchData("login-arl",{arl:s},"POST"),c}if(a){let s=await i(a,r);if(s.status===0&&n){const{arl:l}=await postToServer("loginWithCredentials",{accessToken:n});l&&l!==a&&(a=l,store.dispatch("setARL",{arl:a})),s=await i(l,r)}loggedIn(s)}}else loggedIn({status:3,user:e.currentUser,arl:a})}function initClient(){store.dispatch("setClientMode",!0),setClientModeKeyBindings()}document.addEventListener("DOMContentLoaded",startApp),window.api&&initClient(),document.addEventListener("paste",e=>{if(e.target.localName==="input")return;let a=e.clipboardData.getData("Text");if(isValidURL(a))router.currentRoute.name==="Link Analyzer"?socket.emit("analyzeLink",a):(a.includes( `
2021-05-28 13:09:55 +00:00
` )&&(a=a.replace(/ \n /g,";")),sendAddToQueue(a));else{const n=document.querySelector("#searchbar");n.select(),n.setSelectionRange(0,99999)}});function setClientModeKeyBindings(){document.addEventListener("keyup",e=>{e.altKey&&e.key==="ArrowLeft"&&router.back(),e.altKey&&e.key==="ArrowRight"&&router.forward()})}socket.on("message",function(e){console.log(e)});function loggedIn(e){const{status:a,user:n}=e;switch(a){case 1:case 3:toast(i18n.t("toasts.loggedIn"),"done",!0,"login-toast"),store.dispatch("login",e);break;case 2:toast(i18n.t("toasts.alreadyLogged"),"done",!0,"login-toast"),store.dispatch("setUser",n);break;case 0:toast(i18n.t("toasts.loginFailed"),"close",!0,"login-toast"),store.dispatch("removeARL");break;case-1:toast(i18n.t("toasts.deezerNotAvailable"),"close",!0,"login-toast")}}socket.on("restoringQueue",function(){toast(i18n.t("toasts.restoringQueue"),"loading",!1,"restoring_queue")}),socket.on("cancellingCurrentItem",function(e){toast(i18n.t("toasts.cancellingCurrentItem"),"loading",!1,"cancelling_"+e)}),socket.on("currentItemCancelled",function(e){toast(i18n.t("toasts.currentItemCancelled"),"done",!0,"cancelling_"+e)}),socket.on("startAddingArtist",function(e){toast(i18n.t("toasts.startAddingArtist",{artist:e.name}),"loading",!1,"artist_"+e.id)}),socket.on("finishAddingArtist",function(e){toast(i18n.t("toasts.finishAddingArtist",{artist:e.name}),"done",!0,"artist_"+e.id)}),socket.on("startConvertingSpotifyPlaylist",function(e){toast(i18n.t("toasts.startConvertingSpotifyPlaylist"),"loading",!1,"spotifyplaylist_"+e)}),socket.on("finishConvertingSpotifyPlaylist",function(e){toast(i18n.t("toasts.finishConvertingSpotifyPlaylist"),"done",!0,"spotifyplaylist_"+e)}),socket.on("errorMessage",function(e){toast(e,"error")}),socket.on("queueError",function(e){e.errid?toast(e.link+" - "+i18n.t( ` errors . ids . $ { e . errid } ` ),"error"):toast(e.link+" - "+e.error,"error")}),socket.on("alreadyInQueue",function(e){toast(i18n.t("toasts.alreadyInQueue",{item:e.title}),"playlist_add_check")}),socket.on("loginNeededToDownload",function(){toast(i18n.t("toasts.loginNeededToDownload"),"report")}),socket.on("startGeneratingItems",function(e){toast(i18n.t("toasts.startGeneratingItems",{n:e.total}),"loading",!1,"batch_"+e.uuid)}),socket.on("finishGeneratingItems",function(e){toast(i18n.t("toasts.finishGeneratingItems",{n:e.total}),"done",!0,"batch_"+e.uuid)});