(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const n of s)if(n.type==="childList")for(const o of n.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function i(s){const n={};return s.integrity&&(n.integrity=s.integrity),s.referrerPolicy&&(n.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?n.credentials="include":s.crossOrigin==="anonymous"?n.credentials="omit":n.credentials="same-origin",n}function r(s){if(s.ep)return;s.ep=!0;const n=i(s);fetch(s.href,n)}})();/** * @vue/shared v3.4.26 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **//*! #__NO_SIDE_EFFECTS__ */function makeMap(t,e){const i=new Set(t.split(","));return r=>i.has(r)}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),isModelListener=t=>t.startsWith("onUpdate:"),extend$1=Object.assign,remove=(t,e)=>{const i=t.indexOf(e);i>-1&&t.splice(i,1)},hasOwnProperty$1=Object.prototype.hasOwnProperty,hasOwn=(t,e)=>hasOwnProperty$1.call(t,e),isArray$1=Array.isArray,isMap=t=>toTypeString(t)==="[object Map]",isSet=t=>toTypeString(t)==="[object Set]",isFunction$1=t=>typeof t=="function",isString$1=t=>typeof t=="string",isSymbol=t=>typeof t=="symbol",isObject$1=t=>t!==null&&typeof t=="object",isPromise=t=>(isObject$1(t)||isFunction$1(t))&&isFunction$1(t.then)&&isFunction$1(t.catch),objectToString=Object.prototype.toString,toTypeString=t=>objectToString.call(t),toRawType=t=>toTypeString(t).slice(8,-1),isPlainObject=t=>toTypeString(t)==="[object Object]",isIntegerKey=t=>isString$1(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=t=>{const e=Object.create(null);return i=>e[i]||(e[i]=t(i))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(t=>t.replace(camelizeRE,(e,i)=>i?i.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(t=>t.replace(hyphenateRE,"-$1").toLowerCase()),capitalize=cacheStringFunction(t=>t.charAt(0).toUpperCase()+t.slice(1)),toHandlerKey=cacheStringFunction(t=>t?`on${capitalize(t)}`:""),hasChanged=(t,e)=>!Object.is(t,e),invokeArrayFns=(t,e)=>{for(let i=0;i{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,writable:r,value:i})},looseToNumber=t=>{const e=parseFloat(t);return isNaN(e)?t:e};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function normalizeStyle(t){if(isArray$1(t)){const e={};for(let i=0;i{if(i){const r=i.split(propertyDelimiterRE);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e}function normalizeClass(t){let e="";if(isString$1(t))e=t;else if(isArray$1(t))for(let i=0;iisString$1(t)?t:t==null?"":isArray$1(t)||isObject$1(t)&&(t.toString===objectToString||!isFunction$1(t.toString))?JSON.stringify(t,replacer,2):String(t),replacer=(t,e)=>e&&e.__v_isRef?replacer(t,e.value):isMap(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((i,[r,s],n)=>(i[stringifySymbol(r,n)+" =>"]=s,i),{})}:isSet(e)?{[`Set(${e.size})`]:[...e.values()].map(i=>stringifySymbol(i))}:isSymbol(e)?stringifySymbol(e):isObject$1(e)&&!isArray$1(e)&&!isPlainObject(e)?String(e):e,stringifySymbol=(t,e="")=>{var i;return isSymbol(t)?`Symbol(${(i=t.description)!=null?i:e})`:t};/** * @vue/reactivity v3.4.26 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/let activeEffectScope;class EffectScope{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=activeEffectScope,!e&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const i=activeEffectScope;try{return activeEffectScope=this,e()}finally{activeEffectScope=i}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(e){if(this._active){let i,r;for(i=0,r=this.effects.length;i=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),resetTracking()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=shouldTrack,i=activeEffect;try{return shouldTrack=!0,activeEffect=this,this._runnings++,preCleanupEffect(this),this.fn()}finally{postCleanupEffect(this),this._runnings--,activeEffect=i,shouldTrack=e}}stop(){this.active&&(preCleanupEffect(this),postCleanupEffect(this),this.onStop&&this.onStop(),this.active=!1)}}function triggerComputed(t){return t.value}function preCleanupEffect(t){t._trackId++,t._depsLength=0}function postCleanupEffect(t){if(t.deps.length>t._depsLength){for(let e=t._depsLength;e{const i=new Map;return i.cleanup=t,i.computed=e,i},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track(t,e,i){if(shouldTrack&&activeEffect){let r=targetMap.get(t);r||targetMap.set(t,r=new Map);let s=r.get(i);s||r.set(i,s=createDep(()=>r.delete(i))),trackEffect(activeEffect,s)}}function trigger(t,e,i,r,s,n){const o=targetMap.get(t);if(!o)return;let l=[];if(e==="clear")l=[...o.values()];else if(i==="length"&&isArray$1(t)){const a=Number(r);o.forEach((f,c)=>{(c==="length"||!isSymbol(c)&&c>=a)&&l.push(f)})}else switch(i!==void 0&&l.push(o.get(i)),e){case"add":isArray$1(t)?isIntegerKey(i)&&l.push(o.get("length")):(l.push(o.get(ITERATE_KEY)),isMap(t)&&l.push(o.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$1(t)||(l.push(o.get(ITERATE_KEY)),isMap(t)&&l.push(o.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(t)&&l.push(o.get(ITERATE_KEY));break}pauseScheduling();for(const a of l)a&&triggerEffects(a,4);resetScheduling()}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(isSymbol)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const t={};return["includes","indexOf","lastIndexOf"].forEach(e=>{t[e]=function(...i){const r=toRaw(this);for(let n=0,o=this.length;n{t[e]=function(...i){pauseTracking(),pauseScheduling();const r=toRaw(this)[e].apply(this,i);return resetScheduling(),resetTracking(),r}}),t}function hasOwnProperty(t){isSymbol(t)||(t=String(t));const e=toRaw(this);return track(e,"has",t),e.hasOwnProperty(t)}class BaseReactiveHandler{constructor(e=!1,i=!1){this._isReadonly=e,this._isShallow=i}get(e,i,r){const s=this._isReadonly,n=this._isShallow;if(i==="__v_isReactive")return!s;if(i==="__v_isReadonly")return s;if(i==="__v_isShallow")return n;if(i==="__v_raw")return r===(s?n?shallowReadonlyMap:readonlyMap:n?shallowReactiveMap:reactiveMap).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(r)?e:void 0;const o=isArray$1(e);if(!s){if(o&&hasOwn(arrayInstrumentations,i))return Reflect.get(arrayInstrumentations,i,r);if(i==="hasOwnProperty")return hasOwnProperty}const l=Reflect.get(e,i,r);return(isSymbol(i)?builtInSymbols.has(i):isNonTrackableKeys(i))||(s||track(e,"get",i),n)?l:isRef(l)?o&&isIntegerKey(i)?l:l.value:isObject$1(l)?s?readonly(l):reactive(l):l}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(e=!1){super(!1,e)}set(e,i,r,s){let n=e[i];if(!this._isShallow){const a=isReadonly(n);if(!isShallow(r)&&!isReadonly(r)&&(n=toRaw(n),r=toRaw(r)),!isArray$1(e)&&isRef(n)&&!isRef(r))return a?!1:(n.value=r,!0)}const o=isArray$1(e)&&isIntegerKey(i)?Number(i)t,getProto=t=>Reflect.getPrototypeOf(t);function get(t,e,i=!1,r=!1){t=t.__v_raw;const s=toRaw(t),n=toRaw(e);i||(hasChanged(e,n)&&track(s,"get",e),track(s,"get",n));const{has:o}=getProto(s),l=r?toShallow:i?toReadonly:toReactive;if(o.call(s,e))return l(t.get(e));if(o.call(s,n))return l(t.get(n));t!==s&&t.get(e)}function has(t,e=!1){const i=this.__v_raw,r=toRaw(i),s=toRaw(t);return e||(hasChanged(t,s)&&track(r,"has",t),track(r,"has",s)),t===s?i.has(t):i.has(t)||i.has(s)}function size(t,e=!1){return t=t.__v_raw,!e&&track(toRaw(t),"iterate",ITERATE_KEY),Reflect.get(t,"size",t)}function add(t){t=toRaw(t);const e=toRaw(this);return getProto(e).has.call(e,t)||(e.add(t),trigger(e,"add",t,t)),this}function set(t,e){e=toRaw(e);const i=toRaw(this),{has:r,get:s}=getProto(i);let n=r.call(i,t);n||(t=toRaw(t),n=r.call(i,t));const o=s.call(i,t);return i.set(t,e),n?hasChanged(e,o)&&trigger(i,"set",t,e):trigger(i,"add",t,e),this}function deleteEntry(t){const e=toRaw(this),{has:i,get:r}=getProto(e);let s=i.call(e,t);s||(t=toRaw(t),s=i.call(e,t)),r&&r.call(e,t);const n=e.delete(t);return s&&trigger(e,"delete",t,void 0),n}function clear(){const t=toRaw(this),e=t.size!==0,i=t.clear();return e&&trigger(t,"clear",void 0,void 0),i}function createForEach(t,e){return function(r,s){const n=this,o=n.__v_raw,l=toRaw(o),a=e?toShallow:t?toReadonly:toReactive;return!t&&track(l,"iterate",ITERATE_KEY),o.forEach((f,c)=>r.call(s,a(f),a(c),n))}}function createIterableMethod(t,e,i){return function(...r){const s=this.__v_raw,n=toRaw(s),o=isMap(n),l=t==="entries"||t===Symbol.iterator&&o,a=t==="keys"&&o,f=s[t](...r),c=i?toShallow:e?toReadonly:toReactive;return!e&&track(n,"iterate",a?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:E,done:u}=f.next();return u?{value:E,done:u}:{value:l?[c(E[0]),c(E[1])]:c(E),done:u}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function createInstrumentations(){const t={get(n){return get(this,n)},get size(){return size(this)},has,add,set,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},e={get(n){return get(this,n,!1,!0)},get size(){return size(this)},has,add,set,delete:deleteEntry,clear,forEach:createForEach(!1,!0)},i={get(n){return get(this,n,!0)},get size(){return size(this,!0)},has(n){return has.call(this,n,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},r={get(n){return get(this,n,!0,!0)},get size(){return size(this,!0)},has(n){return has.call(this,n,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(n=>{t[n]=createIterableMethod(n,!1,!1),i[n]=createIterableMethod(n,!0,!1),e[n]=createIterableMethod(n,!1,!0),r[n]=createIterableMethod(n,!0,!0)}),[t,i,e,r]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(t,e){const i=e?t?shallowReadonlyInstrumentations:shallowInstrumentations:t?readonlyInstrumentations:mutableInstrumentations;return(r,s,n)=>s==="__v_isReactive"?!t:s==="__v_isReadonly"?t:s==="__v_raw"?r:Reflect.get(hasOwn(i,s)&&s in r?i:r,s,n)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},shallowReadonlyCollectionHandlers={get:createInstrumentationGetter(!0,!0)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(t){return t.__v_skip||!Object.isExtensible(t)?0:targetTypeMap(toRawType(t))}function reactive(t){return isReadonly(t)?t:createReactiveObject(t,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(t){return createReactiveObject(t,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(t){return createReactiveObject(t,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(t){return createReactiveObject(t,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(t,e,i,r,s){if(!isObject$1(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const n=s.get(t);if(n)return n;const o=getTargetType(t);if(o===0)return t;const l=new Proxy(t,o===2?r:i);return s.set(t,l),l}function isReactive(t){return isReadonly(t)?isReactive(t.__v_raw):!!(t&&t.__v_isReactive)}function isReadonly(t){return!!(t&&t.__v_isReadonly)}function isShallow(t){return!!(t&&t.__v_isShallow)}function isProxy(t){return t?!!t.__v_raw:!1}function toRaw(t){const e=t&&t.__v_raw;return e?toRaw(e):t}function markRaw(t){return Object.isExtensible(t)&&def(t,"__v_skip",!0),t}const toReactive=t=>isObject$1(t)?reactive(t):t,toReadonly=t=>isObject$1(t)?readonly(t):t;class ComputedRefImpl{constructor(e,i,r,s){this.getter=e,this._setter=i,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ReactiveEffect(()=>e(this._value),()=>triggerRefValue(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=r}get value(){const e=toRaw(this);return(!e._cacheable||e.effect.dirty)&&hasChanged(e._value,e._value=e.effect.run())&&triggerRefValue(e,4),trackRefValue(e),e.effect._dirtyLevel>=2&&triggerRefValue(e,2),e._value}set value(e){this._setter(e)}get _dirty(){return this.effect.dirty}set _dirty(e){this.effect.dirty=e}}function computed$1(t,e,i=!1){let r,s;const n=isFunction$1(t);return n?(r=t,s=NOOP):(r=t.get,s=t.set),new ComputedRefImpl(r,s,n||!s,i)}function trackRefValue(t){var e;shouldTrack&&activeEffect&&(t=toRaw(t),trackEffect(activeEffect,(e=t.dep)!=null?e:t.dep=createDep(()=>t.dep=void 0,t instanceof ComputedRefImpl?t:void 0)))}function triggerRefValue(t,e=4,i){t=toRaw(t);const r=t.dep;r&&triggerEffects(r,e)}function isRef(t){return!!(t&&t.__v_isRef===!0)}function ref(t){return createRef(t,!1)}function createRef(t,e){return isRef(t)?t:new RefImpl(t,e)}class RefImpl{constructor(e,i){this.__v_isShallow=i,this.dep=void 0,this.__v_isRef=!0,this._rawValue=i?e:toRaw(e),this._value=i?e:toReactive(e)}get value(){return trackRefValue(this),this._value}set value(e){const i=this.__v_isShallow||isShallow(e)||isReadonly(e);e=i?e:toRaw(e),hasChanged(e,this._rawValue)&&(this._rawValue=e,this._value=i?e:toReactive(e),triggerRefValue(this,4))}}function unref(t){return isRef(t)?t.value:t}const shallowUnwrapHandlers={get:(t,e,i)=>unref(Reflect.get(t,e,i)),set:(t,e,i,r)=>{const s=t[e];return isRef(s)&&!isRef(i)?(s.value=i,!0):Reflect.set(t,e,i,r)}};function proxyRefs(t){return isReactive(t)?t:new Proxy(t,shallowUnwrapHandlers)}/** * @vue/runtime-core v3.4.26 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/const stack=[];function warn$1(t,...e){pauseTracking();const i=stack.length?stack[stack.length-1].component:null,r=i&&i.appContext.config.warnHandler,s=getComponentTrace();if(r)callWithErrorHandling(r,i,11,[t+e.map(n=>{var o,l;return(l=(o=n.toString)==null?void 0:o.call(n))!=null?l:JSON.stringify(n)}).join(""),i&&i.proxy,s.map(({vnode:n})=>`at <${formatComponentName(i,n.type)}>`).join(` `),s]);else{const n=[`[Vue warn]: ${t}`,...e];s.length&&n.push(` `,...formatTrace(s)),console.warn(...n)}resetTracking()}function getComponentTrace(){let t=stack[stack.length-1];if(!t)return[];const e=[];for(;t;){const i=e[0];i&&i.vnode===t?i.recurseCount++:e.push({vnode:t,recurseCount:0});const r=t.component&&t.component.parent;t=r&&r.vnode}return e}function formatTrace(t){const e=[];return t.forEach((i,r)=>{e.push(...r===0?[]:[` `],...formatTraceEntry(i))}),e}function formatTraceEntry({vnode:t,recurseCount:e}){const i=e>0?`... (${e} recursive calls)`:"",r=t.component?t.component.parent==null:!1,s=` at <${formatComponentName(t.component,t.type,r)}`,n=">"+i;return t.props?[s,...formatProps(t.props),n]:[s+n]}function formatProps(t){const e=[],i=Object.keys(t);return i.slice(0,3).forEach(r=>{e.push(...formatProp(r,t[r]))}),i.length>3&&e.push(" ..."),e}function formatProp(t,e,i){return isString$1(e)?(e=JSON.stringify(e),i?e:[`${t}=${e}`]):typeof e=="number"||typeof e=="boolean"||e==null?i?e:[`${t}=${e}`]:isRef(e)?(e=formatProp(t,toRaw(e.value),!0),i?e:[`${t}=Ref<`,e,">"]):isFunction$1(e)?[`${t}=fn${e.name?`<${e.name}>`:""}`]:(e=toRaw(e),i?e:[`${t}=`,e])}function callWithErrorHandling(t,e,i,r){try{return r?t(...r):t()}catch(s){handleError(s,e,i)}}function callWithAsyncErrorHandling(t,e,i,r){if(isFunction$1(t)){const s=callWithErrorHandling(t,e,i,r);return s&&isPromise(s)&&s.catch(n=>{handleError(n,e,i)}),s}if(isArray$1(t)){const s=[];for(let n=0;n>>1,s=queue[r],n=getId(s);nflushIndex&&queue.splice(e,1)}function queuePostFlushCb(t){isArray$1(t)?pendingPostFlushCbs.push(...t):(!activePostFlushCbs||!activePostFlushCbs.includes(t,t.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(t),queueFlush()}function flushPreFlushCbs(t,e,i=isFlushing?flushIndex+1:0){for(;igetId(i)-getId(r));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...e);return}for(activePostFlushCbs=e,postFlushIndex=0;postFlushIndext.id==null?1/0:t.id,comparator=(t,e)=>{const i=getId(t)-getId(e);if(i===0){if(t.pre&&!e.pre)return-1;if(e.pre&&!t.pre)return 1}return i};function flushJobs(t){isFlushPending=!1,isFlushing=!0,queue.sort(comparator);try{for(flushIndex=0;flushIndexisString$1(k)?k.trim():k)),E&&(s=i.map(looseToNumber))}let l,a=r[l=toHandlerKey(e)]||r[l=toHandlerKey(camelize(e))];!a&&n&&(a=r[l=toHandlerKey(hyphenate(e))]),a&&callWithAsyncErrorHandling(a,t,6,s);const f=r[l+"Once"];if(f){if(!t.emitted)t.emitted={};else if(t.emitted[l])return;t.emitted[l]=!0,callWithAsyncErrorHandling(f,t,6,s)}}function normalizeEmitsOptions(t,e,i=!1){const r=e.emitsCache,s=r.get(t);if(s!==void 0)return s;const n=t.emits;let o={},l=!1;if(!isFunction$1(t)){const a=f=>{const c=normalizeEmitsOptions(f,e,!0);c&&(l=!0,extend$1(o,c))};!i&&e.mixins.length&&e.mixins.forEach(a),t.extends&&a(t.extends),t.mixins&&t.mixins.forEach(a)}return!n&&!l?(isObject$1(t)&&r.set(t,null),null):(isArray$1(n)?n.forEach(a=>o[a]=null):extend$1(o,n),isObject$1(t)&&r.set(t,o),o)}function isEmitListener(t,e){return!t||!isOn(e)?!1:(e=e.slice(2).replace(/Once$/,""),hasOwn(t,e[0].toLowerCase()+e.slice(1))||hasOwn(t,hyphenate(e))||hasOwn(t,e))}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(t){const e=currentRenderingInstance;return currentRenderingInstance=t,currentScopeId=t&&t.type.__scopeId||null,e}function pushScopeId(t){currentScopeId=t}function popScopeId(){currentScopeId=null}function withCtx(t,e=currentRenderingInstance,i){if(!e||t._n)return t;const r=(...s)=>{r._d&&setBlockTracking(-1);const n=setCurrentRenderingInstance(e);let o;try{o=t(...s)}finally{setCurrentRenderingInstance(n),r._d&&setBlockTracking(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function markAttrsAccessed(){}function renderComponentRoot(t){const{type:e,vnode:i,proxy:r,withProxy:s,propsOptions:[n],slots:o,attrs:l,emit:a,render:f,renderCache:c,props:E,data:u,setupState:k,ctx:x,inheritAttrs:m}=t,T=setCurrentRenderingInstance(t);let d,g;try{if(i.shapeFlag&4){const _=s||r,P=_;d=normalizeVNode(f.call(P,_,c,E,k,u,x)),g=l}else{const _=e;d=normalizeVNode(_.length>1?_(E,{attrs:l,slots:o,emit:a}):_(E,null)),g=e.props?l:getFunctionalFallthrough(l)}}catch(_){blockStack.length=0,handleError(_,t,1),d=createVNode(Comment)}let y=d;if(g&&m!==!1){const _=Object.keys(g),{shapeFlag:P}=y;_.length&&P&7&&(n&&_.some(isModelListener)&&(g=filterModelListeners(g,n)),y=cloneVNode(y,g,!1,!0))}return i.dirs&&(y=cloneVNode(y,null,!1,!0),y.dirs=y.dirs?y.dirs.concat(i.dirs):i.dirs),i.transition&&(y.transition=i.transition),d=y,setCurrentRenderingInstance(T),d}const getFunctionalFallthrough=t=>{let e;for(const i in t)(i==="class"||i==="style"||isOn(i))&&((e||(e={}))[i]=t[i]);return e},filterModelListeners=(t,e)=>{const i={};for(const r in t)(!isModelListener(r)||!(r.slice(9)in e))&&(i[r]=t[r]);return i};function shouldUpdateComponent(t,e,i){const{props:r,children:s,component:n}=t,{props:o,children:l,patchFlag:a}=e,f=n.emitsOptions;if(e.dirs||e.transition)return!0;if(i&&a>=0){if(a&1024)return!0;if(a&16)return r?hasPropsChanged(r,o,f):!!o;if(a&8){const c=e.dynamicProps;for(let E=0;Et.__isSuspense;function queueEffectWithSuspense(t,e){e&&e.pendingBranch?isArray$1(t)?e.effects.push(...t):e.effects.push(t):queuePostFlushCb(t)}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>inject(ssrContextKey);function watchEffect(t,e){return doWatch(t,null,e)}const INITIAL_WATCHER_VALUE={};function watch(t,e,i){return doWatch(t,e,i)}function doWatch(t,e,{immediate:i,deep:r,flush:s,once:n,onTrack:o,onTrigger:l}=EMPTY_OBJ){if(e&&n){const C=e;e=(...M)=>{C(...M),P()}}const a=currentInstance,f=C=>r===!0?C:traverse(C,r===!1?1:void 0);let c,E=!1,u=!1;if(isRef(t)?(c=()=>t.value,E=isShallow(t)):isReactive(t)?(c=()=>f(t),E=!0):isArray$1(t)?(u=!0,E=t.some(C=>isReactive(C)||isShallow(C)),c=()=>t.map(C=>{if(isRef(C))return C.value;if(isReactive(C))return f(C);if(isFunction$1(C))return callWithErrorHandling(C,a,2)})):isFunction$1(t)?e?c=()=>callWithErrorHandling(t,a,2):c=()=>(k&&k(),callWithAsyncErrorHandling(t,a,3,[x])):c=NOOP,e&&r){const C=c;c=()=>traverse(C())}let k,x=C=>{k=y.onStop=()=>{callWithErrorHandling(C,a,4),k=y.onStop=void 0}},m;if(isInSSRComponentSetup)if(x=NOOP,e?i&&callWithAsyncErrorHandling(e,a,3,[c(),u?[]:void 0,x]):c(),s==="sync"){const C=useSSRContext();m=C.__watcherHandles||(C.__watcherHandles=[])}else return NOOP;let T=u?new Array(t.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const d=()=>{if(!(!y.active||!y.dirty))if(e){const C=y.run();(r||E||(u?C.some((M,V)=>hasChanged(M,T[V])):hasChanged(C,T)))&&(k&&k(),callWithAsyncErrorHandling(e,a,3,[C,T===INITIAL_WATCHER_VALUE?void 0:u&&T[0]===INITIAL_WATCHER_VALUE?[]:T,x]),T=C)}else y.run()};d.allowRecurse=!!e;let g;s==="sync"?g=d:s==="post"?g=()=>queuePostRenderEffect(d,a&&a.suspense):(d.pre=!0,a&&(d.id=a.uid),g=()=>queueJob(d));const y=new ReactiveEffect(c,NOOP,g),_=getCurrentScope(),P=()=>{y.stop(),_&&remove(_.effects,y)};return e?i?d():T=y.run():s==="post"?queuePostRenderEffect(y.run.bind(y),a&&a.suspense):y.run(),m&&m.push(P),P}function instanceWatch(t,e,i){const r=this.proxy,s=isString$1(t)?t.includes(".")?createPathGetter(r,t):()=>r[t]:t.bind(r,r);let n;isFunction$1(e)?n=e:(n=e.handler,i=e);const o=setCurrentInstance(this),l=doWatch(s,n.bind(r),i);return o(),l}function createPathGetter(t,e){const i=e.split(".");return()=>{let r=t;for(let s=0;s{traverse(r,e,i)});else if(isPlainObject(t))for(const r in t)traverse(t[r],e,i);return t}function withDirectives(t,e){if(currentRenderingInstance===null)return t;const i=getExposeProxy(currentRenderingInstance)||currentRenderingInstance.proxy,r=t.dirs||(t.dirs=[]);for(let s=0;s!!t.type.__asyncLoader,isKeepAlive=t=>t.type.__isKeepAlive;function onActivated(t,e){registerKeepAliveHook(t,"a",e)}function onDeactivated(t,e){registerKeepAliveHook(t,"da",e)}function registerKeepAliveHook(t,e,i=currentInstance){const r=t.__wdc||(t.__wdc=()=>{let s=i;for(;s;){if(s.isDeactivated)return;s=s.parent}return t()});if(injectHook(e,r,i),i){let s=i.parent;for(;s&&s.parent;)isKeepAlive(s.parent.vnode)&&injectToKeepAliveRoot(r,e,i,s),s=s.parent}}function injectToKeepAliveRoot(t,e,i,r){const s=injectHook(e,t,r,!0);onUnmounted(()=>{remove(r[e],s)},i)}function injectHook(t,e,i=currentInstance,r=!1){if(i){const s=i[t]||(i[t]=[]),n=e.__weh||(e.__weh=(...o)=>{if(i.isUnmounted)return;pauseTracking();const l=setCurrentInstance(i),a=callWithAsyncErrorHandling(e,i,t,o);return l(),resetTracking(),a});return r?s.unshift(n):s.push(n),n}}const createHook=t=>(e,i=currentInstance)=>(!isInSSRComponentSetup||t==="sp")&&injectHook(t,(...r)=>e(...r),i),onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(t,e=currentInstance){injectHook("ec",t,e)}function renderList(t,e,i,r){let s;const n=i;if(isArray$1(t)||isString$1(t)){s=new Array(t.length);for(let o=0,l=t.length;oe(o,l,void 0,n));else{const o=Object.keys(t);s=new Array(o.length);for(let l=0,a=o.length;lisVNode(e)?!(e.type===Comment||e.type===Fragment&&!ensureValidVNode(e.children)):!0)?t:null}const getPublicInstance=t=>t?isStatefulComponent(t)?getExposeProxy(t)||t.proxy:getPublicInstance(t.parent):null,publicPropertiesMap=extend$1(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>getPublicInstance(t.parent),$root:t=>getPublicInstance(t.root),$emit:t=>t.emit,$options:t=>resolveMergedOptions(t),$forceUpdate:t=>t.f||(t.f=()=>{t.effect.dirty=!0,queueJob(t.update)}),$nextTick:t=>t.n||(t.n=nextTick.bind(t.proxy)),$watch:t=>instanceWatch.bind(t)}),hasSetupBinding=(t,e)=>t!==EMPTY_OBJ&&!t.__isScriptSetup&&hasOwn(t,e),PublicInstanceProxyHandlers={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:i,setupState:r,data:s,props:n,accessCache:o,type:l,appContext:a}=t;let f;if(e[0]!=="$"){const k=o[e];if(k!==void 0)switch(k){case 1:return r[e];case 2:return s[e];case 4:return i[e];case 3:return n[e]}else{if(hasSetupBinding(r,e))return o[e]=1,r[e];if(s!==EMPTY_OBJ&&hasOwn(s,e))return o[e]=2,s[e];if((f=t.propsOptions[0])&&hasOwn(f,e))return o[e]=3,n[e];if(i!==EMPTY_OBJ&&hasOwn(i,e))return o[e]=4,i[e];shouldCacheAccess&&(o[e]=0)}}const c=publicPropertiesMap[e];let E,u;if(c)return e==="$attrs"&&track(t.attrs,"get",""),c(t);if((E=l.__cssModules)&&(E=E[e]))return E;if(i!==EMPTY_OBJ&&hasOwn(i,e))return o[e]=4,i[e];if(u=a.config.globalProperties,hasOwn(u,e))return u[e]},set({_:t},e,i){const{data:r,setupState:s,ctx:n}=t;return hasSetupBinding(s,e)?(s[e]=i,!0):r!==EMPTY_OBJ&&hasOwn(r,e)?(r[e]=i,!0):hasOwn(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(n[e]=i,!0)},has({_:{data:t,setupState:e,accessCache:i,ctx:r,appContext:s,propsOptions:n}},o){let l;return!!i[o]||t!==EMPTY_OBJ&&hasOwn(t,o)||hasSetupBinding(e,o)||(l=n[0])&&hasOwn(l,o)||hasOwn(r,o)||hasOwn(publicPropertiesMap,o)||hasOwn(s.config.globalProperties,o)},defineProperty(t,e,i){return i.get!=null?t._.accessCache[e]=0:hasOwn(i,"value")&&this.set(t,e,i.value,null),Reflect.defineProperty(t,e,i)}};function normalizePropsOrEmits(t){return isArray$1(t)?t.reduce((e,i)=>(e[i]=null,e),{}):t}let shouldCacheAccess=!0;function applyOptions(t){const e=resolveMergedOptions(t),i=t.proxy,r=t.ctx;shouldCacheAccess=!1,e.beforeCreate&&callHook(e.beforeCreate,t,"bc");const{data:s,computed:n,methods:o,watch:l,provide:a,inject:f,created:c,beforeMount:E,mounted:u,beforeUpdate:k,updated:x,activated:m,deactivated:T,beforeDestroy:d,beforeUnmount:g,destroyed:y,unmounted:_,render:P,renderTracked:C,renderTriggered:M,errorCaptured:V,serverPrefetch:O,expose:X,inheritAttrs:U,components:z,directives:Z,filters:Q}=e;if(f&&resolveInjections(f,r,null),o)for(const R in o){const b=o[R];isFunction$1(b)&&(r[R]=b.bind(i))}if(s){const R=s.call(i,i);isObject$1(R)&&(t.data=reactive(R))}if(shouldCacheAccess=!0,n)for(const R in n){const b=n[R],S=isFunction$1(b)?b.bind(i,i):isFunction$1(b.get)?b.get.bind(i,i):NOOP,D=!isFunction$1(b)&&isFunction$1(b.set)?b.set.bind(i):NOOP,B=computed({get:S,set:D});Object.defineProperty(r,R,{enumerable:!0,configurable:!0,get:()=>B.value,set:Y=>B.value=Y})}if(l)for(const R in l)createWatcher(l[R],r,i,R);if(a){const R=isFunction$1(a)?a.call(i):a;Reflect.ownKeys(R).forEach(b=>{provide(b,R[b])})}c&&callHook(c,t,"c");function A(R,b){isArray$1(b)?b.forEach(S=>R(S.bind(i))):b&&R(b.bind(i))}if(A(onBeforeMount,E),A(onMounted,u),A(onBeforeUpdate,k),A(onUpdated,x),A(onActivated,m),A(onDeactivated,T),A(onErrorCaptured,V),A(onRenderTracked,C),A(onRenderTriggered,M),A(onBeforeUnmount,g),A(onUnmounted,_),A(onServerPrefetch,O),isArray$1(X))if(X.length){const R=t.exposed||(t.exposed={});X.forEach(b=>{Object.defineProperty(R,b,{get:()=>i[b],set:S=>i[b]=S})})}else t.exposed||(t.exposed={});P&&t.render===NOOP&&(t.render=P),U!=null&&(t.inheritAttrs=U),z&&(t.components=z),Z&&(t.directives=Z)}function resolveInjections(t,e,i=NOOP){isArray$1(t)&&(t=normalizeInject(t));for(const r in t){const s=t[r];let n;isObject$1(s)?"default"in s?n=inject(s.from||r,s.default,!0):n=inject(s.from||r):n=inject(s),isRef(n)?Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:()=>n.value,set:o=>n.value=o}):e[r]=n}}function callHook(t,e,i){callWithAsyncErrorHandling(isArray$1(t)?t.map(r=>r.bind(e.proxy)):t.bind(e.proxy),e,i)}function createWatcher(t,e,i,r){const s=r.includes(".")?createPathGetter(i,r):()=>i[r];if(isString$1(t)){const n=e[t];isFunction$1(n)&&watch(s,n)}else if(isFunction$1(t))watch(s,t.bind(i));else if(isObject$1(t))if(isArray$1(t))t.forEach(n=>createWatcher(n,e,i,r));else{const n=isFunction$1(t.handler)?t.handler.bind(i):e[t.handler];isFunction$1(n)&&watch(s,n,t)}}function resolveMergedOptions(t){const e=t.type,{mixins:i,extends:r}=e,{mixins:s,optionsCache:n,config:{optionMergeStrategies:o}}=t.appContext,l=n.get(e);let a;return l?a=l:!s.length&&!i&&!r?a=e:(a={},s.length&&s.forEach(f=>mergeOptions(a,f,o,!0)),mergeOptions(a,e,o)),isObject$1(e)&&n.set(e,a),a}function mergeOptions(t,e,i,r=!1){const{mixins:s,extends:n}=e;n&&mergeOptions(t,n,i,!0),s&&s.forEach(o=>mergeOptions(t,o,i,!0));for(const o in e)if(!(r&&o==="expose")){const l=internalOptionMergeStrats[o]||i&&i[o];t[o]=l?l(t[o],e[o]):e[o]}return t}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(t,e){return e?t?function(){return extend$1(isFunction$1(t)?t.call(this,this):t,isFunction$1(e)?e.call(this,this):e)}:e:t}function mergeInject(t,e){return mergeObjectOptions(normalizeInject(t),normalizeInject(e))}function normalizeInject(t){if(isArray$1(t)){const e={};for(let i=0;i1)return i&&isFunction$1(e)?e.call(r&&r.proxy):e}}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=t=>Object.getPrototypeOf(t)===internalObjectProto;function initProps(t,e,i,r=!1){const s={},n=createInternalObject();t.propsDefaults=Object.create(null),setFullProps(t,e,s,n);for(const o in t.propsOptions[0])o in s||(s[o]=void 0);i?t.props=r?s:shallowReactive(s):t.type.props?t.props=s:t.props=n,t.attrs=n}function updateProps(t,e,i,r){const{props:s,attrs:n,vnode:{patchFlag:o}}=t,l=toRaw(s),[a]=t.propsOptions;let f=!1;if((r||o>0)&&!(o&16)){if(o&8){const c=t.vnode.dynamicProps;for(let E=0;E{a=!0;const[u,k]=normalizePropsOptions(E,e,!0);extend$1(o,u),k&&l.push(...k)};!i&&e.mixins.length&&e.mixins.forEach(c),t.extends&&c(t.extends),t.mixins&&t.mixins.forEach(c)}if(!n&&!a)return isObject$1(t)&&r.set(t,EMPTY_ARR),EMPTY_ARR;if(isArray$1(n))for(let c=0;c-1,k[1]=m<0||x-1||hasOwn(k,"default"))&&l.push(E)}}}const f=[o,l];return isObject$1(t)&&r.set(t,f),f}function validatePropName(t){return t[0]!=="$"&&!isReservedProp(t)}function getType(t){return t===null?"null":typeof t=="function"?t.name||"":typeof t=="object"&&t.constructor&&t.constructor.name||""}function isSameType(t,e){return getType(t)===getType(e)}function getTypeIndex(t,e){return isArray$1(e)?e.findIndex(i=>isSameType(i,t)):isFunction$1(e)&&isSameType(e,t)?0:-1}const isInternalKey=t=>t[0]==="_"||t==="$stable",normalizeSlotValue=t=>isArray$1(t)?t.map(normalizeVNode):[normalizeVNode(t)],normalizeSlot=(t,e,i)=>{if(e._n)return e;const r=withCtx((...s)=>normalizeSlotValue(e(...s)),i);return r._c=!1,r},normalizeObjectSlots=(t,e,i)=>{const r=t._ctx;for(const s in t){if(isInternalKey(s))continue;const n=t[s];if(isFunction$1(n))e[s]=normalizeSlot(s,n,r);else if(n!=null){const o=normalizeSlotValue(n);e[s]=()=>o}}},normalizeVNodeSlots=(t,e)=>{const i=normalizeSlotValue(e);t.slots.default=()=>i},initSlots=(t,e)=>{const i=t.slots=createInternalObject();if(t.vnode.shapeFlag&32){const r=e._;r?(extend$1(i,e),def(i,"_",r,!0)):normalizeObjectSlots(e,i)}else e&&normalizeVNodeSlots(t,e)},updateSlots=(t,e,i)=>{const{vnode:r,slots:s}=t;let n=!0,o=EMPTY_OBJ;if(r.shapeFlag&32){const l=e._;l?i&&l===1?n=!1:(extend$1(s,e),!i&&l===1&&delete s._):(n=!e.$stable,normalizeObjectSlots(e,s)),o=e}else e&&(normalizeVNodeSlots(t,e),o={default:1});if(n)for(const l in s)!isInternalKey(l)&&o[l]==null&&delete s[l]};function setRef(t,e,i,r,s=!1){if(isArray$1(t)){t.forEach((u,k)=>setRef(u,e&&(isArray$1(e)?e[k]:e),i,r,s));return}if(isAsyncWrapper(r)&&!s)return;const n=r.shapeFlag&4?getExposeProxy(r.component)||r.component.proxy:r.el,o=s?null:n,{i:l,r:a}=t,f=e&&e.r,c=l.refs===EMPTY_OBJ?l.refs={}:l.refs,E=l.setupState;if(f!=null&&f!==a&&(isString$1(f)?(c[f]=null,hasOwn(E,f)&&(E[f]=null)):isRef(f)&&(f.value=null)),isFunction$1(a))callWithErrorHandling(a,l,12,[o,c]);else{const u=isString$1(a),k=isRef(a);if(u||k){const x=()=>{if(t.f){const m=u?hasOwn(E,a)?E[a]:c[a]:a.value;s?isArray$1(m)&&remove(m,n):isArray$1(m)?m.includes(n)||m.push(n):u?(c[a]=[n],hasOwn(E,a)&&(E[a]=c[a])):(a.value=[n],t.k&&(c[t.k]=a.value))}else u?(c[a]=o,hasOwn(E,a)&&(E[a]=o)):k&&(a.value=o,t.k&&(c[t.k]=o))};o?(x.id=-1,queuePostRenderEffect(x,i)):x()}}}const queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(t){return baseCreateRenderer(t)}function baseCreateRenderer(t,e){const i=getGlobalThis();i.__VUE__=!0;const{insert:r,remove:s,patchProp:n,createElement:o,createText:l,createComment:a,setText:f,setElementText:c,parentNode:E,nextSibling:u,setScopeId:k=NOOP,insertStaticContent:x}=t,m=(F,I,L,$=null,G=null,q=null,K=void 0,j=null,W=!!I.dynamicChildren)=>{if(F===I)return;F&&!isSameVNodeType(F,I)&&($=ft(F),Y(F,G,q,!0),F=null),I.patchFlag===-2&&(W=!1,I.dynamicChildren=null);const{type:H,ref:J,shapeFlag:tt}=I;switch(H){case Text:T(F,I,L,$);break;case Comment:d(F,I,L,$);break;case Static:F==null&&g(I,L,$,K);break;case Fragment:z(F,I,L,$,G,q,K,j,W);break;default:tt&1?P(F,I,L,$,G,q,K,j,W):tt&6?Z(F,I,L,$,G,q,K,j,W):(tt&64||tt&128)&&H.process(F,I,L,$,G,q,K,j,W,pt)}J!=null&&G&&setRef(J,F&&F.ref,q,I||F,!I)},T=(F,I,L,$)=>{if(F==null)r(I.el=l(I.children),L,$);else{const G=I.el=F.el;I.children!==F.children&&f(G,I.children)}},d=(F,I,L,$)=>{F==null?r(I.el=a(I.children||""),L,$):I.el=F.el},g=(F,I,L,$)=>{[F.el,F.anchor]=x(F.children,I,L,$,F.el,F.anchor)},y=({el:F,anchor:I},L,$)=>{let G;for(;F&&F!==I;)G=u(F),r(F,L,$),F=G;r(I,L,$)},_=({el:F,anchor:I})=>{let L;for(;F&&F!==I;)L=u(F),s(F),F=L;s(I)},P=(F,I,L,$,G,q,K,j,W)=>{I.type==="svg"?K="svg":I.type==="math"&&(K="mathml"),F==null?C(I,L,$,G,q,K,j,W):O(F,I,G,q,K,j,W)},C=(F,I,L,$,G,q,K,j)=>{let W,H;const{props:J,shapeFlag:tt,transition:et,dirs:it}=F;if(W=F.el=o(F.type,q,J&&J.is,J),tt&8?c(W,F.children):tt&16&&V(F.children,W,null,$,G,resolveChildrenNamespace(F,q),K,j),it&&invokeDirectiveHook(F,null,$,"created"),M(W,F,F.scopeId,K,$),J){for(const lt in J)lt!=="value"&&!isReservedProp(lt)&&n(W,lt,null,J[lt],q,F.children,$,G,ot);"value"in J&&n(W,"value",null,J.value,q),(H=J.onVnodeBeforeMount)&&invokeVNodeHook(H,$,F)}it&&invokeDirectiveHook(F,null,$,"beforeMount");const nt=needTransition(G,et);nt&&et.beforeEnter(W),r(W,I,L),((H=J&&J.onVnodeMounted)||nt||it)&&queuePostRenderEffect(()=>{H&&invokeVNodeHook(H,$,F),nt&&et.enter(W),it&&invokeDirectiveHook(F,null,$,"mounted")},G)},M=(F,I,L,$,G)=>{if(L&&k(F,L),$)for(let q=0;q<$.length;q++)k(F,$[q]);if(G){let q=G.subTree;if(I===q){const K=G.vnode;M(F,K,K.scopeId,K.slotScopeIds,G.parent)}}},V=(F,I,L,$,G,q,K,j,W=0)=>{for(let H=W;H{const j=I.el=F.el;let{patchFlag:W,dynamicChildren:H,dirs:J}=I;W|=F.patchFlag&16;const tt=F.props||EMPTY_OBJ,et=I.props||EMPTY_OBJ;let it;if(L&&toggleRecurse(L,!1),(it=et.onVnodeBeforeUpdate)&&invokeVNodeHook(it,L,I,F),J&&invokeDirectiveHook(I,F,L,"beforeUpdate"),L&&toggleRecurse(L,!0),H?X(F.dynamicChildren,H,j,L,$,resolveChildrenNamespace(I,G),q):K||b(F,I,j,null,L,$,resolveChildrenNamespace(I,G),q,!1),W>0){if(W&16)U(j,I,tt,et,L,$,G);else if(W&2&&tt.class!==et.class&&n(j,"class",null,et.class,G),W&4&&n(j,"style",tt.style,et.style,G),W&8){const nt=I.dynamicProps;for(let lt=0;lt{it&&invokeVNodeHook(it,L,I,F),J&&invokeDirectiveHook(I,F,L,"updated")},$)},X=(F,I,L,$,G,q,K)=>{for(let j=0;j{if(L!==$){if(L!==EMPTY_OBJ)for(const j in L)!isReservedProp(j)&&!(j in $)&&n(F,j,L[j],null,K,I.children,G,q,ot);for(const j in $){if(isReservedProp(j))continue;const W=$[j],H=L[j];W!==H&&j!=="value"&&n(F,j,H,W,K,I.children,G,q,ot)}"value"in $&&n(F,"value",L.value,$.value,K)}},z=(F,I,L,$,G,q,K,j,W)=>{const H=I.el=F?F.el:l(""),J=I.anchor=F?F.anchor:l("");let{patchFlag:tt,dynamicChildren:et,slotScopeIds:it}=I;it&&(j=j?j.concat(it):it),F==null?(r(H,L,$),r(J,L,$),V(I.children||[],L,J,G,q,K,j,W)):tt>0&&tt&64&&et&&F.dynamicChildren?(X(F.dynamicChildren,et,L,G,q,K,j),(I.key!=null||G&&I===G.subTree)&&traverseStaticChildren(F,I,!0)):b(F,I,L,J,G,q,K,j,W)},Z=(F,I,L,$,G,q,K,j,W)=>{I.slotScopeIds=j,F==null?I.shapeFlag&512?G.ctx.activate(I,L,$,K,W):Q(I,L,$,G,q,K,W):N(F,I,W)},Q=(F,I,L,$,G,q,K)=>{const j=F.component=createComponentInstance(F,$,G);if(isKeepAlive(F)&&(j.ctx.renderer=pt),setupComponent(j),j.asyncDep){if(G&&G.registerDep(j,A),!F.el){const W=j.subTree=createVNode(Comment);d(null,W,I,L)}}else A(j,F,I,L,G,q,K)},N=(F,I,L)=>{const $=I.component=F.component;if(shouldUpdateComponent(F,I,L))if($.asyncDep&&!$.asyncResolved){R($,I,L);return}else $.next=I,invalidateJob($.update),$.effect.dirty=!0,$.update();else I.el=F.el,$.vnode=I},A=(F,I,L,$,G,q,K)=>{const j=()=>{if(F.isMounted){let{next:J,bu:tt,u:et,parent:it,vnode:nt}=F;{const _t=locateNonHydratedAsyncRoot(F);if(_t){J&&(J.el=nt.el,R(F,J,K)),_t.asyncDep.then(()=>{F.isUnmounted||j()});return}}let lt=J,ht;toggleRecurse(F,!1),J?(J.el=nt.el,R(F,J,K)):J=nt,tt&&invokeArrayFns(tt),(ht=J.props&&J.props.onVnodeBeforeUpdate)&&invokeVNodeHook(ht,it,J,nt),toggleRecurse(F,!0);const ct=renderComponentRoot(F),vt=F.subTree;F.subTree=ct,m(vt,ct,E(vt.el),ft(vt),F,G,q),J.el=ct.el,lt===null&&updateHOCHostEl(F,ct.el),et&&queuePostRenderEffect(et,G),(ht=J.props&&J.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(ht,it,J,nt),G)}else{let J;const{el:tt,props:et}=I,{bm:it,m:nt,parent:lt}=F,ht=isAsyncWrapper(I);if(toggleRecurse(F,!1),it&&invokeArrayFns(it),!ht&&(J=et&&et.onVnodeBeforeMount)&&invokeVNodeHook(J,lt,I),toggleRecurse(F,!0),tt&&dt){const ct=()=>{F.subTree=renderComponentRoot(F),dt(tt,F.subTree,F,G,null)};ht?I.type.__asyncLoader().then(()=>!F.isUnmounted&&ct()):ct()}else{const ct=F.subTree=renderComponentRoot(F);m(null,ct,L,$,F,G,q),I.el=ct.el}if(nt&&queuePostRenderEffect(nt,G),!ht&&(J=et&&et.onVnodeMounted)){const ct=I;queuePostRenderEffect(()=>invokeVNodeHook(J,lt,ct),G)}(I.shapeFlag&256||lt&&isAsyncWrapper(lt.vnode)&<.vnode.shapeFlag&256)&&F.a&&queuePostRenderEffect(F.a,G),F.isMounted=!0,I=L=$=null}},W=F.effect=new ReactiveEffect(j,NOOP,()=>queueJob(H),F.scope),H=F.update=()=>{W.dirty&&W.run()};H.id=F.uid,toggleRecurse(F,!0),H()},R=(F,I,L)=>{I.component=F;const $=F.vnode.props;F.vnode=I,F.next=null,updateProps(F,I.props,$,L),updateSlots(F,I.children,L),pauseTracking(),flushPreFlushCbs(F),resetTracking()},b=(F,I,L,$,G,q,K,j,W=!1)=>{const H=F&&F.children,J=F?F.shapeFlag:0,tt=I.children,{patchFlag:et,shapeFlag:it}=I;if(et>0){if(et&128){D(H,tt,L,$,G,q,K,j,W);return}else if(et&256){S(H,tt,L,$,G,q,K,j,W);return}}it&8?(J&16&&ot(H,G,q),tt!==H&&c(L,tt)):J&16?it&16?D(H,tt,L,$,G,q,K,j,W):ot(H,G,q,!0):(J&8&&c(L,""),it&16&&V(tt,L,$,G,q,K,j,W))},S=(F,I,L,$,G,q,K,j,W)=>{F=F||EMPTY_ARR,I=I||EMPTY_ARR;const H=F.length,J=I.length,tt=Math.min(H,J);let et;for(et=0;etJ?ot(F,G,q,!0,!1,tt):V(I,L,$,G,q,K,j,W,tt)},D=(F,I,L,$,G,q,K,j,W)=>{let H=0;const J=I.length;let tt=F.length-1,et=J-1;for(;H<=tt&&H<=et;){const it=F[H],nt=I[H]=W?cloneIfMounted(I[H]):normalizeVNode(I[H]);if(isSameVNodeType(it,nt))m(it,nt,L,null,G,q,K,j,W);else break;H++}for(;H<=tt&&H<=et;){const it=F[tt],nt=I[et]=W?cloneIfMounted(I[et]):normalizeVNode(I[et]);if(isSameVNodeType(it,nt))m(it,nt,L,null,G,q,K,j,W);else break;tt--,et--}if(H>tt){if(H<=et){const it=et+1,nt=itet)for(;H<=tt;)Y(F[H],G,q,!0),H++;else{const it=H,nt=H,lt=new Map;for(H=nt;H<=et;H++){const mt=I[H]=W?cloneIfMounted(I[H]):normalizeVNode(I[H]);mt.key!=null&<.set(mt.key,H)}let ht,ct=0;const vt=et-nt+1;let _t=!1,kt=0;const bt=new Array(vt);for(H=0;H=vt){Y(mt,G,q,!0);continue}let gt;if(mt.key!=null)gt=lt.get(mt.key);else for(ht=nt;ht<=et;ht++)if(bt[ht-nt]===0&&isSameVNodeType(mt,I[ht])){gt=ht;break}gt===void 0?Y(mt,G,q,!0):(bt[gt-nt]=H+1,gt>=kt?kt=gt:_t=!0,m(mt,I[gt],L,null,G,q,K,j,W),ct++)}const Et=_t?getSequence(bt):EMPTY_ARR;for(ht=Et.length-1,H=vt-1;H>=0;H--){const mt=nt+H,gt=I[mt],St=mt+1{const{el:q,type:K,transition:j,children:W,shapeFlag:H}=F;if(H&6){B(F.component.subTree,I,L,$);return}if(H&128){F.suspense.move(I,L,$);return}if(H&64){K.move(F,I,L,pt);return}if(K===Fragment){r(q,I,L);for(let tt=0;ttj.enter(q),G);else{const{leave:tt,delayLeave:et,afterLeave:it}=j,nt=()=>r(q,I,L),lt=()=>{tt(q,()=>{nt(),it&&it()})};et?et(q,nt,lt):lt()}else r(q,I,L)},Y=(F,I,L,$=!1,G=!1)=>{const{type:q,props:K,ref:j,children:W,dynamicChildren:H,shapeFlag:J,patchFlag:tt,dirs:et}=F;if(j!=null&&setRef(j,null,L,F,!0),J&256){I.ctx.deactivate(F);return}const it=J&1&&et,nt=!isAsyncWrapper(F);let lt;if(nt&&(lt=K&&K.onVnodeBeforeUnmount)&&invokeVNodeHook(lt,I,F),J&6)at(F.component,L,$);else{if(J&128){F.suspense.unmount(L,$);return}it&&invokeDirectiveHook(F,null,I,"beforeUnmount"),J&64?F.type.remove(F,I,L,G,pt,$):H&&(q!==Fragment||tt>0&&tt&64)?ot(H,I,L,!1,!0):(q===Fragment&&tt&384||!G&&J&16)&&ot(W,I,L),$&&rt(F)}(nt&&(lt=K&&K.onVnodeUnmounted)||it)&&queuePostRenderEffect(()=>{lt&&invokeVNodeHook(lt,I,F),it&&invokeDirectiveHook(F,null,I,"unmounted")},L)},rt=F=>{const{type:I,el:L,anchor:$,transition:G}=F;if(I===Fragment){st(L,$);return}if(I===Static){_(F);return}const q=()=>{s(L),G&&!G.persisted&&G.afterLeave&&G.afterLeave()};if(F.shapeFlag&1&&G&&!G.persisted){const{leave:K,delayLeave:j}=G,W=()=>K(L,q);j?j(F.el,q,W):W()}else q()},st=(F,I)=>{let L;for(;F!==I;)L=u(F),s(F),F=L;s(I)},at=(F,I,L)=>{const{bum:$,scope:G,update:q,subTree:K,um:j}=F;$&&invokeArrayFns($),G.stop(),q&&(q.active=!1,Y(K,F,I,L)),j&&queuePostRenderEffect(j,I),queuePostRenderEffect(()=>{F.isUnmounted=!0},I),I&&I.pendingBranch&&!I.isUnmounted&&F.asyncDep&&!F.asyncResolved&&F.suspenseId===I.pendingId&&(I.deps--,I.deps===0&&I.resolve())},ot=(F,I,L,$=!1,G=!1,q=0)=>{for(let K=q;KF.shapeFlag&6?ft(F.component.subTree):F.shapeFlag&128?F.suspense.next():u(F.anchor||F.el);let yt=!1;const xt=(F,I,L)=>{F==null?I._vnode&&Y(I._vnode,null,null,!0):m(I._vnode||null,F,I,null,null,null,L),yt||(yt=!0,flushPreFlushCbs(),flushPostFlushCbs(),yt=!1),I._vnode=F},pt={p:m,um:Y,m:B,r:rt,mt:Q,mc:V,pc:b,pbc:X,n:ft,o:t};let ut,dt;return{render:xt,hydrate:ut,createApp:createAppAPI(xt,ut)}}function resolveChildrenNamespace({type:t,props:e},i){return i==="svg"&&t==="foreignObject"||i==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:i}function toggleRecurse({effect:t,update:e},i){t.allowRecurse=e.allowRecurse=i}function needTransition(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function traverseStaticChildren(t,e,i=!1){const r=t.children,s=e.children;if(isArray$1(r)&&isArray$1(s))for(let n=0;n>1,t[i[l]]0&&(e[r]=i[n-1]),i[n]=r)}}for(n=i.length,o=i[n-1];n-- >0;)i[n]=o,o=e[o];return i}function locateNonHydratedAsyncRoot(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:locateNonHydratedAsyncRoot(e)}const isTeleport=t=>t.__isTeleport,Fragment=Symbol.for("v-fgt"),Text=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(t=!1){blockStack.push(currentBlock=t?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(t){isBlockTreeEnabled+=t}function setupBlock(t){return t.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(t),t}function createElementBlock(t,e,i,r,s,n){return setupBlock(createBaseVNode(t,e,i,r,s,n,!0))}function createBlock(t,e,i,r,s){return setupBlock(createVNode(t,e,i,r,s,!0))}function isVNode(t){return t?t.__v_isVNode===!0:!1}function isSameVNodeType(t,e){return t.type===e.type&&t.key===e.key}const normalizeKey=({key:t})=>t??null,normalizeRef=({ref:t,ref_key:e,ref_for:i})=>(typeof t=="number"&&(t=""+t),t!=null?isString$1(t)||isRef(t)||isFunction$1(t)?{i:currentRenderingInstance,r:t,k:e,f:!!i}:t:null);function createBaseVNode(t,e=null,i=null,r=0,s=null,n=t===Fragment?0:1,o=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&normalizeKey(e),ref:e&&normalizeRef(e),scopeId:currentScopeId,slotScopeIds:null,children:i,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:n,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return l?(normalizeChildren(a,i),n&128&&t.normalize(a)):i&&(a.shapeFlag|=isString$1(i)?8:16),isBlockTreeEnabled>0&&!o&¤tBlock&&(a.patchFlag>0||n&6)&&a.patchFlag!==32&¤tBlock.push(a),a}const createVNode=_createVNode;function _createVNode(t,e=null,i=null,r=0,s=null,n=!1){if((!t||t===NULL_DYNAMIC_COMPONENT)&&(t=Comment),isVNode(t)){const l=cloneVNode(t,e,!0);return i&&normalizeChildren(l,i),isBlockTreeEnabled>0&&!n&¤tBlock&&(l.shapeFlag&6?currentBlock[currentBlock.indexOf(t)]=l:currentBlock.push(l)),l.patchFlag|=-2,l}if(isClassComponent(t)&&(t=t.__vccOpts),e){e=guardReactiveProps(e);let{class:l,style:a}=e;l&&!isString$1(l)&&(e.class=normalizeClass(l)),isObject$1(a)&&(isProxy(a)&&!isArray$1(a)&&(a=extend$1({},a)),e.style=normalizeStyle(a))}const o=isString$1(t)?1:isSuspense(t)?128:isTeleport(t)?64:isObject$1(t)?4:isFunction$1(t)?2:0;return createBaseVNode(t,e,i,r,s,o,n,!0)}function guardReactiveProps(t){return t?isProxy(t)||isInternalObject(t)?extend$1({},t):t:null}function cloneVNode(t,e,i=!1,r=!1){const{props:s,ref:n,patchFlag:o,children:l,transition:a}=t,f=e?mergeProps(s||{},e):s,c={__v_isVNode:!0,__v_skip:!0,type:t.type,props:f,key:f&&normalizeKey(f),ref:e&&e.ref?i&&n?isArray$1(n)?n.concat(normalizeRef(e)):[n,normalizeRef(e)]:normalizeRef(e):n,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:l,target:t.target,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==Fragment?o===-1?16:o|16:o,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:a,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&cloneVNode(t.ssContent),ssFallback:t.ssFallback&&cloneVNode(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return a&&r&&(c.transition=a.clone(c)),c}function createTextVNode(t=" ",e=0){return createVNode(Text,null,t,e)}function createStaticVNode(t,e){const i=createVNode(Static,null,t);return i.staticCount=e,i}function normalizeVNode(t){return t==null||typeof t=="boolean"?createVNode(Comment):isArray$1(t)?createVNode(Fragment,null,t.slice()):typeof t=="object"?cloneIfMounted(t):createVNode(Text,null,String(t))}function cloneIfMounted(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:cloneVNode(t)}function normalizeChildren(t,e){let i=0;const{shapeFlag:r}=t;if(e==null)e=null;else if(isArray$1(e))i=16;else if(typeof e=="object")if(r&65){const s=e.default;s&&(s._c&&(s._d=!1),normalizeChildren(t,s()),s._c&&(s._d=!0));return}else{i=32;const s=e._;!s&&!isInternalObject(e)?e._ctx=currentRenderingInstance:s===3&¤tRenderingInstance&&(currentRenderingInstance.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else isFunction$1(e)?(e={default:e,_ctx:currentRenderingInstance},i=32):(e=String(e),r&64?(i=16,e=[createTextVNode(e)]):i=8);t.children=e,t.shapeFlag|=i}function mergeProps(...t){const e={};for(let i=0;i{let s;return(s=t[i])||(s=t[i]=[]),s.push(r),n=>{s.length>1?s.forEach(o=>o(n)):s[0](n)}};internalSetCurrentInstance=e("__VUE_INSTANCE_SETTERS__",i=>currentInstance=i),setInSSRSetupState=e("__VUE_SSR_SETTERS__",i=>isInSSRComponentSetup=i)}const setCurrentInstance=t=>{const e=currentInstance;return internalSetCurrentInstance(t),t.scope.on(),()=>{t.scope.off(),internalSetCurrentInstance(e)}},unsetCurrentInstance=()=>{currentInstance&¤tInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(t){return t.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(t,e=!1){e&&setInSSRSetupState(e);const{props:i,children:r}=t.vnode,s=isStatefulComponent(t);initProps(t,i,s,e),initSlots(t,r);const n=s?setupStatefulComponent(t,e):void 0;return e&&setInSSRSetupState(!1),n}function setupStatefulComponent(t,e){const i=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,PublicInstanceProxyHandlers);const{setup:r}=i;if(r){const s=t.setupContext=r.length>1?createSetupContext(t):null,n=setCurrentInstance(t);pauseTracking();const o=callWithErrorHandling(r,t,0,[t.props,s]);if(resetTracking(),n(),isPromise(o)){if(o.then(unsetCurrentInstance,unsetCurrentInstance),e)return o.then(l=>{handleSetupResult(t,l,e)}).catch(l=>{handleError(l,t,0)});t.asyncDep=o}else handleSetupResult(t,o,e)}else finishComponentSetup(t,e)}function handleSetupResult(t,e,i){isFunction$1(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:isObject$1(e)&&(t.setupState=proxyRefs(e)),finishComponentSetup(t,i)}let compile;function finishComponentSetup(t,e,i){const r=t.type;if(!t.render){if(!e&&compile&&!r.render){const s=r.template||resolveMergedOptions(t).template;if(s){const{isCustomElement:n,compilerOptions:o}=t.appContext.config,{delimiters:l,compilerOptions:a}=r,f=extend$1(extend$1({isCustomElement:n,delimiters:l},o),a);r.render=compile(s,f)}}t.render=r.render||NOOP}{const s=setCurrentInstance(t);pauseTracking();try{applyOptions(t)}finally{resetTracking(),s()}}}const attrsProxyHandlers={get(t,e){return track(t,"get",""),t[e]}};function createSetupContext(t){const e=i=>{t.exposed=i||{}};return{attrs:new Proxy(t.attrs,attrsProxyHandlers),slots:t.slots,emit:t.emit,expose:e}}function getExposeProxy(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(proxyRefs(markRaw(t.exposed)),{get(e,i){if(i in e)return e[i];if(i in publicPropertiesMap)return publicPropertiesMap[i](t)},has(e,i){return i in e||i in publicPropertiesMap}}))}const classifyRE=/(?:^|[-_])(\w)/g,classify=t=>t.replace(classifyRE,e=>e.toUpperCase()).replace(/[-_]/g,"");function getComponentName(t,e=!0){return isFunction$1(t)?t.displayName||t.name:t.name||e&&t.__name}function formatComponentName(t,e,i=!1){let r=getComponentName(e);if(!r&&e.__file){const s=e.__file.match(/([^/\\]+)\.\w+$/);s&&(r=s[1])}if(!r&&t&&t.parent){const s=n=>{for(const o in n)if(n[o]===e)return o};r=s(t.components||t.parent.type.components)||s(t.appContext.components)}return r?classify(r):i?"App":"Anonymous"}function isClassComponent(t){return isFunction$1(t)&&"__vccOpts"in t}const computed=(t,e)=>computed$1(t,e,isInSSRComponentSetup),version="3.4.26";/** * @vue/runtime-dom v3.4.26 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/const svgNS="http://www.w3.org/2000/svg",mathmlNS="http://www.w3.org/1998/Math/MathML",doc=typeof document<"u"?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(t,e,i)=>{e.insertBefore(t,i||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,i,r)=>{const s=e==="svg"?doc.createElementNS(svgNS,t):e==="mathml"?doc.createElementNS(mathmlNS,t):doc.createElement(t,i?{is:i}:void 0);return t==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:t=>doc.createTextNode(t),createComment:t=>doc.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>doc.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,i,r,s,n){const o=i?i.previousSibling:e.lastChild;if(s&&(s===n||s.nextSibling))for(;e.insertBefore(s.cloneNode(!0),i),!(s===n||!(s=s.nextSibling)););else{templateContainer.innerHTML=r==="svg"?`${t}`:r==="mathml"?`${t}`:t;const l=templateContainer.content;if(r==="svg"||r==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}e.insertBefore(l,i)}return[o?o.nextSibling:e.firstChild,i?i.previousSibling:e.lastChild]}},vtcKey=Symbol("_vtc");function patchClass(t,e,i){const r=t[vtcKey];r&&(e=(e?[e,...r]:[...r]).join(" ")),e==null?t.removeAttribute("class"):i?t.setAttribute("class",e):t.className=e}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(t,{value:e},{transition:i}){t[vShowOriginalDisplay]=t.style.display==="none"?"":t.style.display,i&&e?i.beforeEnter(t):setDisplay(t,e)},mounted(t,{value:e},{transition:i}){i&&e&&i.enter(t)},updated(t,{value:e,oldValue:i},{transition:r}){!e!=!i&&(r?e?(r.beforeEnter(t),setDisplay(t,!0),r.enter(t)):r.leave(t,()=>{setDisplay(t,!1)}):setDisplay(t,e))},beforeUnmount(t,{value:e}){setDisplay(t,e)}};function setDisplay(t,e){t.style.display=e?t[vShowOriginalDisplay]:"none",t[vShowHidden]=!e}const CSS_VAR_TEXT=Symbol(""),displayRE=/(^|;)\s*display\s*:/;function patchStyle(t,e,i){const r=t.style,s=isString$1(i);let n=!1;if(i&&!s){if(e)if(isString$1(e))for(const o of e.split(";")){const l=o.slice(0,o.indexOf(":")).trim();i[l]==null&&setStyle(r,l,"")}else for(const o in e)i[o]==null&&setStyle(r,o,"");for(const o in i)o==="display"&&(n=!0),setStyle(r,o,i[o])}else if(s){if(e!==i){const o=r[CSS_VAR_TEXT];o&&(i+=";"+o),r.cssText=i,n=displayRE.test(i)}}else e&&t.removeAttribute("style");vShowOriginalDisplay in t&&(t[vShowOriginalDisplay]=n?r.display:"",t[vShowHidden]&&(r.display="none"))}const importantRE=/\s*!important$/;function setStyle(t,e,i){if(isArray$1(i))i.forEach(r=>setStyle(t,e,r));else if(i==null&&(i=""),e.startsWith("--"))t.setProperty(e,i);else{const r=autoPrefix(t,e);importantRE.test(i)?t.setProperty(hyphenate(r),i.replace(importantRE,""),"important"):t[r]=i}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(t,e){const i=prefixCache[e];if(i)return i;let r=camelize(e);if(r!=="filter"&&r in t)return prefixCache[e]=r;r=capitalize(r);for(let s=0;scachedNow||(p.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(t,e){const i=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=i.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(r,i.value),e,5,[r])};return i.value=t,i.attached=getNow(),i}function patchStopImmediatePropagation(t,e){if(isArray$1(e)){const i=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{i.call(t),t._stopped=!0},e.map(r=>s=>!s._stopped&&r&&r(s))}else return e}const isNativeOn=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,patchProp=(t,e,i,r,s,n,o,l,a)=>{const f=s==="svg";e==="class"?patchClass(t,r,f):e==="style"?patchStyle(t,i,r):isOn(e)?isModelListener(e)||patchEvent(t,e,i,r,o):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):shouldSetAsProp(t,e,r,f))?patchDOMProp(t,e,r,n,o,l,a):(e==="true-value"?t._trueValue=r:e==="false-value"&&(t._falseValue=r),patchAttr(t,e,r,f))};function shouldSetAsProp(t,e,i,r){if(r)return!!(e==="innerHTML"||e==="textContent"||e in t&&isNativeOn(e)&&isFunction$1(i));if(e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA")return!1;if(e==="width"||e==="height"){const s=t.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return isNativeOn(e)&&isString$1(i)?!1:e in t}const rendererOptions=extend$1({patchProp},nodeOps);let renderer;function ensureRenderer(){return renderer||(renderer=createRenderer(rendererOptions))}const createApp=(...t)=>{const e=ensureRenderer().createApp(...t),{mount:i}=e;return e.mount=r=>{const s=normalizeContainer(r);if(!s)return;const n=e._component;!isFunction$1(n)&&!n.render&&!n.template&&(n.template=s.innerHTML),s.innerHTML="";const o=i(s,!1,resolveRootNamespace(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},e};function resolveRootNamespace(t){if(t instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&t instanceof MathMLElement)return"mathml"}function normalizeContainer(t){return isString$1(t)?document.querySelector(t):t}const _imports_0$1="/assets/camera-effect-DpXsJRxH.png",_imports_1="/assets/filter-DHzmiExd.png",_hoisted_1$i={class:"px-7 py-1.5 bg-blue rounded-full text-sm font-bold shadow-lg shadow-blue/20 transition-all ease-in-out delay-75 text-nowrap duration-150 hover:shadow-none hover:scale-105 cursor-pointer"},_sfc_main$g={__name:"PrimaryButton",props:{text:String},setup(t){const e=t;return(i,r)=>(openBlock(),createElementBlock("div",_hoisted_1$i,[createBaseVNode("p",null,toDisplayString(e.text),1)]))}},_export_sfc$1=(t,e)=>{const i=t.__vccOpts||t;for(const[r,s]of e)i[r]=s;return i},_sfc_main$f={},_hoisted_1$h={class:"flex gap-2 font-medium text-sm"},_hoisted_2$e=createBaseVNode("span",null,"/",-1),_hoisted_3$a=createBaseVNode("span",null,"/",-1),_hoisted_4$5=createBaseVNode("span",null,"/",-1);function _sfc_render$3(t,e){return openBlock(),createElementBlock("div",_hoisted_1$h,[renderSlot(t.$slots,"first"),_hoisted_2$e,renderSlot(t.$slots,"second"),_hoisted_3$a,renderSlot(t.$slots,"third"),_hoisted_4$5,renderSlot(t.$slots,"fourth")])}const BreadCrumb=_export_sfc$1(_sfc_main$f,[["render",_sfc_render$3]]),_hoisted_1$g=["href"],_hoisted_2$d={class:"hover:text-blue transition-all ease-in-out duration-250 cursor-pointer"},_sfc_main$e=defineComponent({__name:"BreadCrumbCell",props:{url:String},setup(t){return(e,i)=>(openBlock(),createElementBlock("a",{href:`#${t.url}`},[createBaseVNode("span",_hoisted_2$d,[renderSlot(e.$slots,"default")])],8,_hoisted_1$g))}});var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var lottie$1={exports:{}};(function(module,exports){typeof navigator<"u"&&function(t,e){module.exports=e()}(commonjsGlobal,function(){var svgNS="http://www.w3.org/2000/svg",locationHref="",_useWebWorker=!1,initialDefaultFrame=-999999,setWebWorker=function(e){_useWebWorker=!!e},getWebWorker=function(){return _useWebWorker},setLocationHref=function(e){locationHref=e},getLocationHref=function(){return locationHref};function createTag(t){return document.createElement(t)}function extendPrototype(t,e){var i,r=t.length,s;for(i=0;i1?i[1]=1:i[1]<=0&&(i[1]=0),HSVtoRGB(i[0],i[1],i[2])}function addBrightnessToRGB(t,e){var i=RGBtoHSV(t[0]*255,t[1]*255,t[2]*255);return i[2]+=e,i[2]>1?i[2]=1:i[2]<0&&(i[2]=0),HSVtoRGB(i[0],i[1],i[2])}function addHueToRGB(t,e){var i=RGBtoHSV(t[0]*255,t[1]*255,t[2]*255);return i[0]+=e/360,i[0]>1?i[0]-=1:i[0]<0&&(i[0]+=1),HSVtoRGB(i[0],i[1],i[2])}var rgbToHex=function(){var t=[],e,i;for(e=0;e<256;e+=1)i=e.toString(16),t[e]=i.length===1?"0"+i:i;return function(r,s,n){return r<0&&(r=0),s<0&&(s=0),n<0&&(n=0),"#"+t[r]+t[s]+t[n]}}(),setSubframeEnabled=function(e){subframeEnabled=!!e},getSubframeEnabled=function(){return subframeEnabled},setExpressionsPlugin=function(e){expressionsPlugin=e},getExpressionsPlugin=function(){return expressionsPlugin},setExpressionInterfaces=function(e){expressionsInterfaces=e},getExpressionInterfaces=function(){return expressionsInterfaces},setDefaultCurveSegments=function(e){defaultCurveSegments=e},getDefaultCurveSegments=function(){return defaultCurveSegments},setIdPrefix=function(e){idPrefix$1=e};function createNS(t){return document.createElementNS(svgNS,t)}function _typeof$5(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$5=function(i){return typeof i}:_typeof$5=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$5(t)}var dataManager=function(){var t=1,e=[],i,r,s={onmessage:function(){},postMessage:function(k){i({data:k})}},n={postMessage:function(k){s.onmessage({data:k})}};function o(u){if(window.Worker&&window.Blob&&getWebWorker()){var k=new Blob(["var _workerSelf = self; self.onmessage = ",u.toString()],{type:"text/javascript"}),x=URL.createObjectURL(k);return new Worker(x)}return i=u,s}function l(){r||(r=o(function(k){function x(){function T(N,A){var R,b,S=N.length,D,B,Y,rt;for(b=0;b=0;A-=1)if(N[A].ty==="sh")if(N[A].ks.k.i)P(N[A].ks.k);else for(S=N[A].ks.k.length,b=0;bR[0]?!0:R[0]>N[0]?!1:N[1]>R[1]?!0:R[1]>N[1]?!1:N[2]>R[2]?!0:R[2]>N[2]?!1:null}var M=function(){var N=[4,4,14];function A(b){var S=b.t.d;b.t.d={k:[{s:S,t:0}]}}function R(b){var S,D=b.length;for(S=0;S=0;S-=1)if(b[S].ty==="sh")if(b[S].ks.k.i)b[S].ks.k.c=b[S].closed;else for(Y=b[S].ks.k.length,B=0;B500)&&(this._imageLoaded(),clearInterval(y)),g+=1}).bind(this),50)}function n(d){var g=r(d,this.assetsPath,this.path),y=createNS("image");isSafari?this.testImageLoaded(y):y.addEventListener("load",this._imageLoaded,!1),y.addEventListener("error",(function(){_.img=t,this._imageLoaded()}).bind(this),!1),y.setAttributeNS("http://www.w3.org/1999/xlink","href",g),this._elementHelper.append?this._elementHelper.append(y):this._elementHelper.appendChild(y);var _={img:y,assetData:d};return _}function o(d){var g=r(d,this.assetsPath,this.path),y=createTag("img");y.crossOrigin="anonymous",y.addEventListener("load",this._imageLoaded,!1),y.addEventListener("error",(function(){_.img=t,this._imageLoaded()}).bind(this),!1),y.src=g;var _={img:y,assetData:d};return _}function l(d){var g={assetData:d},y=r(d,this.assetsPath,this.path);return dataManager.loadData(y,(function(_){g.img=_,this._footageLoaded()}).bind(this),(function(){g.img={},this._footageLoaded()}).bind(this)),g}function a(d,g){this.imagesLoadedCb=g;var y,_=d.length;for(y=0;y<_;y+=1)d[y].layers||(!d[y].t||d[y].t==="seq"?(this.totalImages+=1,this.images.push(this._createImageData(d[y]))):d[y].t===3&&(this.totalFootages+=1,this.images.push(this.createFootageData(d[y]))))}function f(d){this.path=d||""}function c(d){this.assetsPath=d||""}function E(d){for(var g=0,y=this.images.length;gthis.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e=this.animationData.layers,i,r=e.length,s=t.layers,n,o=s.length;for(n=0;nthis.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},AnimationItem.prototype.renderFrame=function(){if(!(this.isLoaded===!1||!this.renderer))try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!==t||this.isPaused===!0&&(this.isPaused=!1,this.trigger("_play"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(t){t&&this.name!==t||this.isPaused===!1&&(this.isPaused=!0,this.trigger("_pause"),this._idle=!0,this.trigger("_idle"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(t){t&&this.name!==t||(this.isPaused===!0?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!==t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(t){for(var e,i=0;i=this.totalFrames-1&&this.frameModifier>0?!this.loop||this.playCount===this.loop?this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(i=!0,e=this.totalFrames-1):e>=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(e):e<0?this.checkSegments(e%this.totalFrames)||(this.loop&&!(this.playCount--<=0&&this.loop!==!0)?(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0):(i=!0,e=0)):this.setCurrentRawFrameValue(e),i&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=t[0]-t[1],this.timeCompleted=this.totalFrames,this.firstFrame=t[1],this.setCurrentRawFrameValue(this.totalFrames-.001-e)):t[1]>t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=t[1]-t[0],this.timeCompleted=this.totalFrames,this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(t,e){var i=-1;this.isPaused&&(this.currentRawFrame+this.firstFramee&&(i=e-t)),this.firstFrame=t,this.totalFrames=e-t,this.timeCompleted=this.totalFrames,i!==-1&&this.goToAndStop(i,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),_typeof$4(t[0])==="object"){var i,r=t.length;for(i=0;i=0;R-=1)e[R].animation.destroy(A)}function V(A,R,b){var S=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),D,B=S.length;for(D=0;D0?_=V:y=V;while(Math.abs(M)>n&&++O=s?T(y,U,_,P):z===0?U:m(y,M,M+a,_,P)}},t}(),pooling=function(){function t(e){return e.concat(createSizedArray(e.length))}return{double:t}}(),poolFactory=function(){return function(t,e,i){var r=0,s=t,n=createSizedArray(s),o={newElement:l,release:a};function l(){var f;return r?(r-=1,f=n[r]):f=e(),f}function a(f){r===s&&(n=pooling.double(n),s*=2),i&&i(f),n[r]=f,r+=1}return o}}(),bezierLengthPool=function(){function t(){return{addedLength:0,percents:createTypedArray("float32",getDefaultCurveSegments()),lengths:createTypedArray("float32",getDefaultCurveSegments())}}return poolFactory(8,t)}(),segmentsLengthPool=function(){function t(){return{lengths:[],totalLength:0}}function e(i){var r,s=i.lengths.length;for(r=0;r-.001&&g<.001}function i(u,k,x,m,T,d,g,y,_){if(x===0&&d===0&&_===0)return e(u,k,m,T,g,y);var P=t.sqrt(t.pow(m-u,2)+t.pow(T-k,2)+t.pow(d-x,2)),C=t.sqrt(t.pow(g-u,2)+t.pow(y-k,2)+t.pow(_-x,2)),M=t.sqrt(t.pow(g-m,2)+t.pow(y-T,2)+t.pow(_-d,2)),V;return P>C?P>M?V=P-C-M:V=M-C-P:M>C?V=M-C-P:V=C-P-M,V>-1e-4&&V<1e-4}var r=function(){return function(u,k,x,m){var T=getDefaultCurveSegments(),d,g,y,_,P,C=0,M,V=[],O=[],X=bezierLengthPool.newElement();for(y=x.length,d=0;dg?-1:1,P=!0;P;)if(m[d]<=g&&m[d+1]>g?(y=(g-m[d])/(m[d+1]-m[d]),P=!1):d+=_,d<0||d>=T-1){if(d===T-1)return x[d];P=!1}return x[d]+(x[d+1]-x[d])*y}function f(u,k,x,m,T,d){var g=a(T,d),y=1-g,_=t.round((y*y*y*u[0]+(g*y*y+y*g*y+y*y*g)*x[0]+(g*g*y+y*g*g+g*y*g)*m[0]+g*g*g*k[0])*1e3)/1e3,P=t.round((y*y*y*u[1]+(g*y*y+y*g*y+y*y*g)*x[1]+(g*g*y+y*g*g+g*y*g)*m[1]+g*g*g*k[1])*1e3)/1e3;return[_,P]}var c=createTypedArray("float32",8);function E(u,k,x,m,T,d,g){T<0?T=0:T>1&&(T=1);var y=a(T,g);d=d>1?1:d;var _=a(d,g),P,C=u.length,M=1-y,V=1-_,O=M*M*M,X=y*M*M*3,U=y*y*M*3,z=y*y*y,Z=M*M*V,Q=y*M*V+M*y*V+M*M*_,N=y*y*V+M*y*_+y*M*_,A=y*y*_,R=M*V*V,b=y*V*V+M*_*V+M*V*_,S=y*_*V+M*_*_+y*V*_,D=y*_*_,B=V*V*V,Y=_*V*V+V*_*V+V*V*_,rt=_*_*V+V*_*_+_*V*_,st=_*_*_;for(P=0;P=f.t-i){a.h&&(a=f),s=0;break}if(f.t-i>t){s=n;break}n=d||t=d?_.points.length-1:0;for(u=_.points[P].point.length,E=0;E=V&&C=d)r[0]=y[0],r[1]=y[1],r[2]=y[2];else if(t<=g)r[0]=a.s[0],r[1]=a.s[1],r[2]=a.s[2];else{var Q=createQuaternion(a.s),N=createQuaternion(y),A=(t-g)/(d-g);quaternionToEuler(r,slerp(Q,N,A))}else for(n=0;n=d?k=1:t1e-6?(u=Math.acos(k),x=Math.sin(u),m=Math.sin((1-i)*u)/x,T=Math.sin(i*u)/x):(m=1-i,T=i),r[0]=m*s+T*a,r[1]=m*n+T*f,r[2]=m*o+T*c,r[3]=m*l+T*E,r}function quaternionToEuler(t,e){var i=e[0],r=e[1],s=e[2],n=e[3],o=Math.atan2(2*r*n-2*i*s,1-2*r*r-2*s*s),l=Math.asin(2*i*r+2*s*n),a=Math.atan2(2*i*n-2*r*s,1-2*i*i-2*s*s);t[0]=o/degToRads,t[1]=l/degToRads,t[2]=a/degToRads}function createQuaternion(t){var e=t[0]*degToRads,i=t[1]*degToRads,r=t[2]*degToRads,s=Math.cos(e/2),n=Math.cos(i/2),o=Math.cos(r/2),l=Math.sin(e/2),a=Math.sin(i/2),f=Math.sin(r/2),c=s*n*o-l*a*f,E=l*a*o+s*n*f,u=l*n*o+s*a*f,k=s*a*o-l*n*f;return[E,u,k,c]}function getValueAtCurrentTime(){var t=this.comp.renderedFrame-this.offsetTime,e=this.keyframes[0].t-this.offsetTime,i=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(t===this._caching.lastFrame||this._caching.lastFrame!==initFrame&&(this._caching.lastFrame>=i&&t>=i||this._caching.lastFrame=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var r=this.interpolateValue(t,this._caching);this.pv=r}return this._caching.lastFrame=t,this.pv}function setVValue(t){var e;if(this.propType==="unidimensional")e=t*this.mult,mathAbs(this.v-e)>1e-5&&(this.v=e,this._mdf=!0);else for(var i=0,r=this.v.length;i1e-5&&(this.v[i]=e,this._mdf=!0),i+=1}function processEffectsSequence(){if(!(this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)){if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=this._isFirstFrame;var t,e=this.effectsSequence.length,i=this.kf?this.pv:this.data.k;for(t=0;t=this._maxLength&&this.doubleArrayLength(),i){case"v":n=this.v;break;case"i":n=this.i;break;case"o":n=this.o;break;default:n=[];break}(!n[r]||n[r]&&!s)&&(n[r]=pointPool.newElement()),n[r][0]=t,n[r][1]=e},ShapePath.prototype.setTripleAt=function(t,e,i,r,s,n,o,l){this.setXYAt(t,e,"v",o,l),this.setXYAt(i,r,"o",o,l),this.setXYAt(s,n,"i",o,l)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,i=this.o,r=this.i,s=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],r[0][0],r[0][1],i[0][0],i[0][1],0,!1),s=1);var n=this._length-1,o=this._length,l;for(l=s;l=Q[Q.length-1].t-this.offsetTime)P=Q[Q.length-1].s?Q[Q.length-1].s[0]:Q[Q.length-2].e[0],M=!0;else{for(var N=_,A=Q.length-1,R=!0,b,S,D;R&&(b=Q[N],S=Q[N+1],!(S.t-this.offsetTime>d));)N=S.t-this.offsetTime)z=1;else if(dy&&d>y)||(this._caching.lastIndex=_0||b>-1e-6&&b<0?r(b*S)/S:b}function R(){var b=this.props,S=A(b[0]),D=A(b[1]),B=A(b[4]),Y=A(b[5]),rt=A(b[12]),st=A(b[13]);return"matrix("+S+","+D+","+B+","+Y+","+rt+","+st+")"}return function(){this.reset=s,this.rotate=n,this.rotateX=o,this.rotateY=l,this.rotateZ=a,this.skew=c,this.skewFromAxis=E,this.shear=f,this.scale=u,this.setTransform=k,this.translate=x,this.transform=m,this.multiply=T,this.applyToPoint=P,this.applyToX=C,this.applyToY=M,this.applyToZ=V,this.applyToPointArray=Z,this.applyToTriplePoints=z,this.applyToPointStringified=Q,this.toCSS=N,this.to2dCSS=R,this.clone=y,this.cloneFromProps=_,this.equals=g,this.inversePoints=U,this.inversePoint=X,this.getInverseMatrix=O,this._t=this.transform,this.isIdentity=d,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();function _typeof$3(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$3=function(i){return typeof i}:_typeof$3=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$3(t)}var lottie={};function setLocation(t){setLocationHref(t)}function searchAnimations(){animationManager.searchAnimations()}function setSubframeRendering(t){setSubframeEnabled(t)}function setPrefix(t){setIdPrefix(t)}function loadAnimation(t){return animationManager.loadAnimation(t)}function setQuality(t){if(typeof t=="string")switch(t){case"high":setDefaultCurveSegments(200);break;default:case"medium":setDefaultCurveSegments(50);break;case"low":setDefaultCurveSegments(10);break}else!isNaN(t)&&t>1&&setDefaultCurveSegments(t)}function inBrowser(){return typeof navigator<"u"}function installPlugin(t,e){t==="expressions"&&setExpressionsPlugin(e)}function getFactory(t){switch(t){case"propertyFactory":return PropertyFactory;case"shapePropertyFactory":return ShapePropertyFactory;case"matrix":return Matrix;default:return null}}lottie.play=animationManager.play,lottie.pause=animationManager.pause,lottie.setLocationHref=setLocation,lottie.togglePause=animationManager.togglePause,lottie.setSpeed=animationManager.setSpeed,lottie.setDirection=animationManager.setDirection,lottie.stop=animationManager.stop,lottie.searchAnimations=searchAnimations,lottie.registerAnimation=animationManager.registerAnimation,lottie.loadAnimation=loadAnimation,lottie.setSubframeRendering=setSubframeRendering,lottie.resize=animationManager.resize,lottie.goToAndStop=animationManager.goToAndStop,lottie.destroy=animationManager.destroy,lottie.setQuality=setQuality,lottie.inBrowser=inBrowser,lottie.installPlugin=installPlugin,lottie.freeze=animationManager.freeze,lottie.unfreeze=animationManager.unfreeze,lottie.setVolume=animationManager.setVolume,lottie.mute=animationManager.mute,lottie.unmute=animationManager.unmute,lottie.getRegisteredAnimations=animationManager.getRegisteredAnimations,lottie.useWebWorker=setWebWorker,lottie.setIDPrefix=setPrefix,lottie.__getFactory=getFactory,lottie.version="5.12.2";function checkReady(){document.readyState==="complete"&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(t){for(var e=queryString.split("&"),i=0;i=1?n.push({s:t-1,e:e-1}):(n.push({s:t,e:1}),n.push({s:0,e:e-1}));var o=[],l,a=n.length,f;for(l=0;lr+i)){var c,E;f.s*s<=r?c=0:c=(f.s*s-r)/i,f.e*s>=r+i?E=1:E=(f.e*s-r)/i,o.push([c,E])}return o.length||o.push([0,0]),o},TrimModifier.prototype.releasePathsData=function(t){var e,i=t.length;for(e=0;e1?e=1+r:this.s.v<0?e=0+r:e=this.s.v+r,this.e.v>1?i=1+r:this.e.v<0?i=0+r:i=this.e.v+r,e>i){var s=e;e=i,i=s}e=Math.round(e*1e4)*1e-4,i=Math.round(i*1e4)*1e-4,this.sValue=e,this.eValue=i}else e=this.sValue,i=this.eValue;var n,o,l=this.shapes.length,a,f,c,E,u,k=0;if(i===e)for(o=0;o=0;o-=1)if(m=this.shapes[o],m.shape._mdf){for(T=m.localShapeCollection,T.releaseShapes(),this.m===2&&l>1?(_=this.calculateShapeEdges(e,i,m.totalShapeLength,y,k),y+=m.totalShapeLength):_=[[d,g]],f=_.length,a=0;a=1?x.push({s:m.totalShapeLength*(d-1),e:m.totalShapeLength*(g-1)}):(x.push({s:m.totalShapeLength*d,e:m.totalShapeLength}),x.push({s:0,e:m.totalShapeLength*(g-1)}));var P=this.addShapes(m,x[0]);if(x[0].s!==x[0].e){if(x.length>1){var C=m.shape.paths.shapes[m.shape.paths._length-1];if(C.c){var M=P.pop();this.addPaths(P,T),P=this.addShapes(m,x[1],M)}else this.addPaths(P,T),P=this.addShapes(m,x[1])}this.addPaths(P,T)}}m.shape.paths=T}}},TrimModifier.prototype.addPaths=function(t,e){var i,r=t.length;for(i=0;ie.e){i.c=!1;break}else e.s<=f&&e.e>=f+c.addedLength?(this.addSegment(s[n].v[l-1],s[n].o[l-1],s[n].i[l],s[n].v[l],i,E,T),T=!1):(k=bez.getNewSegment(s[n].v[l-1],s[n].v[l],s[n].o[l-1],s[n].i[l],(e.s-f)/c.addedLength,(e.e-f)/c.addedLength,u[l-1]),this.addSegmentFromArray(k,i,E,T),T=!1,i.c=!1),f+=c.addedLength,E+=1;if(s[n].c&&u.length){if(c=u[l-1],f<=e.e){var d=u[l-1].addedLength;e.s<=f&&e.e>=f+d?(this.addSegment(s[n].v[l-1],s[n].o[l-1],s[n].i[0],s[n].v[0],i,E,T),T=!1):(k=bez.getNewSegment(s[n].v[l-1],s[n].v[0],s[n].o[l-1],s[n].i[0],(e.s-f)/d,(e.e-f)/d,u[l-1]),this.addSegmentFromArray(k,i,E,T),T=!1,i.c=!1)}else i.c=!1;f+=c.addedLength,E+=1}if(i._length&&(i.setXYAt(i.v[m][0],i.v[m][1],"i",m),i.setXYAt(i.v[i._length-1][0],i.v[i._length-1][1],"o",i._length-1)),f>e.e)break;n=this.p.keyframes[this.p.keyframes.length-1].t?(c=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/f,0),E=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/f,0)):(c=this.p.pv,E=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/f,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){c=[],E=[];var u=this.px,k=this.py;u._caching.lastFrame+u.offsetTime<=u.keyframes[0].t?(c[0]=u.getValueAtTime((u.keyframes[0].t+.01)/f,0),c[1]=k.getValueAtTime((k.keyframes[0].t+.01)/f,0),E[0]=u.getValueAtTime(u.keyframes[0].t/f,0),E[1]=k.getValueAtTime(k.keyframes[0].t/f,0)):u._caching.lastFrame+u.offsetTime>=u.keyframes[u.keyframes.length-1].t?(c[0]=u.getValueAtTime(u.keyframes[u.keyframes.length-1].t/f,0),c[1]=k.getValueAtTime(k.keyframes[k.keyframes.length-1].t/f,0),E[0]=u.getValueAtTime((u.keyframes[u.keyframes.length-1].t-.01)/f,0),E[1]=k.getValueAtTime((k.keyframes[k.keyframes.length-1].t-.01)/f,0)):(c=[u.pv,k.pv],E[0]=u.getValueAtTime((u._caching.lastFrame+u.offsetTime-.01)/f,u.offsetTime),E[1]=k.getValueAtTime((k._caching.lastFrame+k.offsetTime-.01)/f,k.offsetTime))}else E=t,c=E;this.v.rotate(-Math.atan2(c[1]-E[1],c[0]-E[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}}function r(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length)this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1;else return;if(!this.s.effectsSequence.length)this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2;else return;if(this.sk)if(!this.sk.effectsSequence.length&&!this.sa.effectsSequence.length)this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3;else return;this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):!this.rz.effectsSequence.length&&!this.ry.effectsSequence.length&&!this.rx.effectsSequence.length&&!this.or.effectsSequence.length&&(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}function s(){}function n(a){this._addDynamicProperty(a),this.elem.addDynamicProperty(a),this._isDirty=!0}function o(a,f,c){if(this.elem=a,this.frameId=-1,this.propType="transform",this.data=f,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(c||a),f.p&&f.p.s?(this.px=PropertyFactory.getProp(a,f.p.x,0,0,this),this.py=PropertyFactory.getProp(a,f.p.y,0,0,this),f.p.z&&(this.pz=PropertyFactory.getProp(a,f.p.z,0,0,this))):this.p=PropertyFactory.getProp(a,f.p||{k:[0,0,0]},1,0,this),f.rx){if(this.rx=PropertyFactory.getProp(a,f.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(a,f.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(a,f.rz,0,degToRads,this),f.or.k[0].ti){var E,u=f.or.k.length;for(E=0;E0;)i-=1,this._elements.unshift(e[i]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(t){var e,i=t.length;for(e=0;e0?Math.floor(u):Math.ceil(u),m=this.pMatrix.props,T=this.rMatrix.props,d=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var g=0;if(u>0){for(;gx;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),g-=1;k&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-k,!0),g-=k)}r=this.data.m===1?0:this._currentCopies-1,s=this.data.m===1?1:-1,n=this._currentCopies;for(var y,_;n;){if(e=this.elemsData[r].it,i=e[e.length-1].transform.mProps.v.props,_=i.length,e[e.length-1].transform.mProps._mdf=!0,e[e.length-1].transform.op._mdf=!0,e[e.length-1].transform.op.v=this._currentCopies===1?this.so.v:this.so.v+(this.eo.v-this.so.v)*(r/(this._currentCopies-1)),g!==0){for((r!==0&&s===1||r!==this._currentCopies-1&&s===-1)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(T[0],T[1],T[2],T[3],T[4],T[5],T[6],T[7],T[8],T[9],T[10],T[11],T[12],T[13],T[14],T[15]),this.matrix.transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6],d[7],d[8],d[9],d[10],d[11],d[12],d[13],d[14],d[15]),this.matrix.transform(m[0],m[1],m[2],m[3],m[4],m[5],m[6],m[7],m[8],m[9],m[10],m[11],m[12],m[13],m[14],m[15]),y=0;y<_;y+=1)i[y]=this.matrix.props[y];this.matrix.reset()}else for(this.matrix.reset(),y=0;y<_;y+=1)i[y]=this.matrix.props[y];g+=1,n-=1,r+=s}}else for(n=this._currentCopies,r=0,s=1;n;)e=this.elemsData[r].it,i=e[e.length-1].transform.mProps.v.props,e[e.length-1].transform.mProps._mdf=!1,e[e.length-1].transform.op._mdf=!1,n-=1,r+=s;return o},RepeaterModifier.prototype.addShape=function(){};function RoundCornersModifier(){}extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(t,e.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(t,e){var i=shapePool.newElement();i.c=t.c;var r,s=t._length,n,o,l,a,f,c,E=0,u,k,x,m,T,d;for(r=0;r0&&r<1?[e]:[]:[e-r,e+r].filter(function(s){return s>0&&s<1})},PolynomialBezier.prototype.split=function(t){if(t<=0)return[singlePoint(this.points[0]),this];if(t>=1)return[this,singlePoint(this.points[this.points.length-1])];var e=lerpPoint(this.points[0],this.points[1],t),i=lerpPoint(this.points[1],this.points[2],t),r=lerpPoint(this.points[2],this.points[3],t),s=lerpPoint(e,i,t),n=lerpPoint(i,r,t),o=lerpPoint(s,n,t);return[new PolynomialBezier(this.points[0],e,s,o,!0),new PolynomialBezier(o,n,r,this.points[3],!0)]};function extrema(t,e){var i=t.points[0][e],r=t.points[t.points.length-1][e];if(i>r){var s=r;r=i,i=s}for(var n=quadRoots(3*t.a[e],2*t.b[e],t.c[e]),o=0;o0&&n[o]<1){var l=t.point(n[o])[e];lr&&(r=l)}return{min:i,max:r}}PolynomialBezier.prototype.bounds=function(){return{x:extrema(this,0),y:extrema(this,1)}},PolynomialBezier.prototype.boundingBox=function(){var t=this.bounds();return{left:t.x.min,right:t.x.max,top:t.y.min,bottom:t.y.max,width:t.x.max-t.x.min,height:t.y.max-t.y.min,cx:(t.x.max+t.x.min)/2,cy:(t.y.max+t.y.min)/2}};function intersectData(t,e,i){var r=t.boundingBox();return{cx:r.cx,cy:r.cy,width:r.width,height:r.height,bez:t,t:(e+i)/2,t1:e,t2:i}}function splitData(t){var e=t.bez.split(.5);return[intersectData(e[0],t.t1,t.t),intersectData(e[1],t.t,t.t2)]}function boxIntersect(t,e){return Math.abs(t.cx-e.cx)*2=n||t.width<=r&&t.height<=r&&e.width<=r&&e.height<=r){s.push([t.t,e.t]);return}var o=splitData(t),l=splitData(e);intersectsImpl(o[0],l[0],i+1,r,s,n),intersectsImpl(o[0],l[1],i+1,r,s,n),intersectsImpl(o[1],l[0],i+1,r,s,n),intersectsImpl(o[1],l[1],i+1,r,s,n)}}PolynomialBezier.prototype.intersections=function(t,e,i){e===void 0&&(e=2),i===void 0&&(i=7);var r=[];return intersectsImpl(intersectData(this,0,1),intersectData(t,0,1),0,e,r,i),r},PolynomialBezier.shapeSegment=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[e],t.o[e],t.i[i],t.v[i],!0)},PolynomialBezier.shapeSegmentInverted=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[i],t.i[i],t.o[e],t.v[e],!0)};function crossProduct(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}function lineIntersection(t,e,i,r){var s=[t[0],t[1],1],n=[e[0],e[1],1],o=[i[0],i[1],1],l=[r[0],r[1],1],a=crossProduct(crossProduct(s,n),crossProduct(o,l));return floatZero(a[2])?null:[a[0]/a[2],a[1]/a[2]]}function polarOffset(t,e,i){return[t[0]+Math.cos(e)*i,t[1]-Math.sin(e)*i]}function pointDistance(t,e){return Math.hypot(t[0]-e[0],t[1]-e[1])}function pointEqual(t,e){return floatEqual(t[0],e[0])&&floatEqual(t[1],e[1])}function ZigZagModifier(){}extendPrototype([ShapeModifier],ZigZagModifier),ZigZagModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amplitude=PropertyFactory.getProp(t,e.s,0,null,this),this.frequency=PropertyFactory.getProp(t,e.r,0,null,this),this.pointsType=PropertyFactory.getProp(t,e.pt,0,null,this),this._isAnimated=this.amplitude.effectsSequence.length!==0||this.frequency.effectsSequence.length!==0||this.pointsType.effectsSequence.length!==0};function setPoint(t,e,i,r,s,n,o){var l=i-Math.PI/2,a=i+Math.PI/2,f=e[0]+Math.cos(i)*r*s,c=e[1]-Math.sin(i)*r*s;t.setTripleAt(f,c,f+Math.cos(l)*n,c-Math.sin(l)*n,f+Math.cos(a)*o,c-Math.sin(a)*o,t.length())}function getPerpendicularVector(t,e){var i=[e[0]-t[0],e[1]-t[1]],r=-Math.PI*.5,s=[Math.cos(r)*i[0]-Math.sin(r)*i[1],Math.sin(r)*i[0]+Math.cos(r)*i[1]];return s}function getProjectingAngle(t,e){var i=e===0?t.length()-1:e-1,r=(e+1)%t.length(),s=t.v[i],n=t.v[r],o=getPerpendicularVector(s,n);return Math.atan2(0,1)-Math.atan2(o[1],o[0])}function zigZagCorner(t,e,i,r,s,n,o){var l=getProjectingAngle(e,i),a=e.v[i%e._length],f=e.v[i===0?e._length-1:i-1],c=e.v[(i+1)%e._length],E=n===2?Math.sqrt(Math.pow(a[0]-f[0],2)+Math.pow(a[1]-f[1],2)):0,u=n===2?Math.sqrt(Math.pow(a[0]-c[0],2)+Math.pow(a[1]-c[1],2)):0;setPoint(t,e.v[i%e._length],l,o,r,u/((s+1)*2),E/((s+1)*2))}function zigZagSegment(t,e,i,r,s,n){for(var o=0;o1&&e.length>1&&(s=getIntersection(t[0],e[e.length-1]),s)?[[t[0].split(s[0])[0]],[e[e.length-1].split(s[1])[1]]]:[i,r]}function pruneIntersections(t){for(var e,i=1;i1&&(e=pruneSegmentIntersection(t[t.length-1],t[0]),t[t.length-1]=e[0],t[0]=e[1]),t}function offsetSegmentSplit(t,e){var i=t.inflectionPoints(),r,s,n,o;if(i.length===0)return[offsetSegment(t,e)];if(i.length===1||floatEqual(i[1],1))return n=t.split(i[0]),r=n[0],s=n[1],[offsetSegment(r,e),offsetSegment(s,e)];n=t.split(i[0]),r=n[0];var l=(i[1]-i[0])/(1-i[0]);return n=n[1].split(l),o=n[0],s=n[1],[offsetSegment(r,e),offsetSegment(o,e),offsetSegment(s,e)]}function OffsetPathModifier(){}extendPrototype([ShapeModifier],OffsetPathModifier),OffsetPathModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(t,e.a,0,null,this),this.miterLimit=PropertyFactory.getProp(t,e.ml,0,null,this),this.lineJoin=e.lj,this._isAnimated=this.amount.effectsSequence.length!==0},OffsetPathModifier.prototype.processPath=function(t,e,i,r){var s=shapePool.newElement();s.c=t.c;var n=t.length();t.c||(n-=1);var o,l,a,f=[];for(o=0;o=0;o-=1)a=PolynomialBezier.shapeSegmentInverted(t,o),f.push(offsetSegmentSplit(a,e));f=pruneIntersections(f);var c=null,E=null;for(o=0;o0&&(Y=!1),Y){var at=createTag("style");at.setAttribute("f-forigin",b[S].fOrigin),at.setAttribute("f-origin",b[S].origin),at.setAttribute("f-family",b[S].fFamily),at.type="text/css",at.innerText="@font-face {font-family: "+b[S].fFamily+"; font-style: normal; src: url('"+b[S].fPath+"');}",R.appendChild(at)}}else if(b[S].fOrigin==="g"||b[S].origin===1){for(rt=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),st=0;st=55296&&b<=56319){var S=A.charCodeAt(1);S>=56320&&S<=57343&&(R=(b-55296)*1024+S-56320+65536)}return R}function C(A,R){var b=A.toString(16)+R.toString(16);return E.indexOf(b)!==-1}function M(A){return A===a}function V(A){return A===l}function O(A){var R=P(A);return R>=f&&R<=c}function X(A){return O(A.substr(0,2))&&O(A.substr(2,2))}function U(A){return i.indexOf(A)!==-1}function z(A,R){var b=P(A.substr(R,2));if(b!==r)return!1;var S=0;for(R+=2;S<5;){if(b=P(A.substr(R,2)),bo)return!1;S+=1,R+=2}return P(A.substr(R,2))===s}function Z(){this.isLoaded=!0}var Q=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};Q.isModifier=C,Q.isZeroWidthJoiner=M,Q.isFlagEmoji=X,Q.isRegionalCode=O,Q.isCombinedCharacter=U,Q.isRegionalFlag=z,Q.isVariationSelector=V,Q.BLACK_FLAG_CODE_POINT=r;var N={addChars:d,addFonts:T,getCharData:g,getFontByName:_,measureText:y,checkLoadedFonts:x,setIsLoaded:Z};return Q.prototype=N,Q}();function SlotManager(t){this.animationData=t}SlotManager.prototype.getProp=function(t){return this.animationData.slots&&this.animationData.slots[t.sid]?Object.assign(t,this.animationData.slots[t.sid].p):t};function slotFactory(t){return new SlotManager(t)}function RenderableElement(){}RenderableElement.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(e){this.renderableComponents.indexOf(e)===-1&&this.renderableComponents.push(e)},removeRenderableComponent:function(e){this.renderableComponents.indexOf(e)!==-1&&this.renderableComponents.splice(this.renderableComponents.indexOf(e),1)},prepareRenderableFrame:function(e){this.checkLayerLimits(e)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(e){this.data.ip-this.data.st<=e&&this.data.op-this.data.st>e?this.isInRange!==!0&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):this.isInRange!==!1&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var e,i=this.renderableComponents.length;for(e=0;e.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},AudioElement.prototype.show=function(){},AudioElement.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},AudioElement.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},AudioElement.prototype.resume=function(){this._canPlay=!0},AudioElement.prototype.setRate=function(t){this.audio.rate(t)},AudioElement.prototype.volume=function(t){this._volumeMultiplier=t,this._previousVolume=t*this._volume,this.audio.volume(this._previousVolume)},AudioElement.prototype.getBaseElement=function(){return null},AudioElement.prototype.destroy=function(){},AudioElement.prototype.sourceRectAtTime=function(){},AudioElement.prototype.initExpressions=function(){};function BaseRenderer(){}BaseRenderer.prototype.checkLayers=function(t){var e,i=this.layers.length,r;for(this.completeLayers=!0,e=i-1;e>=0;e-=1)this.elements[e]||(r=this.layers[e],r.ip-r.st<=t-this.layers[e].st&&r.op-r.st>t-this.layers[e].st&&this.buildItem(e)),this.completeLayers=this.elements[e]?this.completeLayers:!1;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 6:return this.createAudio(t);case 13:return this.createCamera(t);case 15:return this.createFootage(t);default:return this.createNull(t)}},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.createAudio=function(t){return new AudioElement(t,this.globalData,this)},BaseRenderer.prototype.createFootage=function(t){return new FootageElement(t,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t0&&(this.maskElement.setAttribute("id",u),this.element.maskedElement.setAttribute(g,"url("+getLocationHref()+"#"+u+")"),r.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}MaskElement.prototype.getMaskProperty=function(t){return this.viewData[t].prop},MaskElement.prototype.renderFrame=function(t){var e=this.element.finalTransform.mat,i,r=this.masksProperties.length;for(i=0;i1&&(r+=" C"+e.o[s-1][0]+","+e.o[s-1][1]+" "+e.i[0][0]+","+e.i[0][1]+" "+e.v[0][0]+","+e.v[0][1]),i.lastPath!==r){var o="";i.elem&&(e.c&&(o=t.inv?this.solidPath+r:r),i.elem.setAttribute("d",o)),i.lastPath=r}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var filtersFactory=function(){var t={};t.createFilter=e,t.createAlphaToLuminanceFilter=i;function e(r,s){var n=createNS("filter");return n.setAttribute("id",r),s!==!0&&(n.setAttribute("filterUnits","objectBoundingBox"),n.setAttribute("x","0%"),n.setAttribute("y","0%"),n.setAttribute("width","100%"),n.setAttribute("height","100%")),n}function i(){var r=createNS("feColorMatrix");return r.setAttribute("type","matrix"),r.setAttribute("color-interpolation-filters","sRGB"),r.setAttribute("values","0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"),r}return t}(),featureSupport=function(){var t={maskType:!0,svgLumaHidden:!0,offscreenCanvas:typeof OffscreenCanvas<"u"};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(t.maskType=!1),/firefox/i.test(navigator.userAgent)&&(t.svgLumaHidden=!1),t}(),registeredEffects$1={},idPrefix="filter_result_";function SVGEffects(t){var e,i="SourceGraphic",r=t.data.ef?t.data.ef.length:0,s=createElementID(),n=filtersFactory.createFilter(s,!0),o=0;this.filters=[];var l;for(e=0;e=0&&(r=this.shapeModifiers[e].processShapes(this._isFirstFrame),!r);e-=1);}},searchProcessedElement:function(e){for(var i=this.processedElements,r=0,s=i.length;r.01)return!1;i+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!==this.c.length/4)return!1;if(this.data.k.k[0].s)for(var t=0,e=this.data.k.k.length;t0;)d=u.transformers[O].mProps._mdf||d,V-=1,O-=1;if(d)for(V=P-u.styles[y].lvl,O=u.transformers.length-1;V>0;)M.multiply(u.transformers[O].mProps.v),V-=1,O-=1}else M=t;if(C=u.sh.paths,m=C._length,d){for(T="",x=0;x=1?Z=.99:Z<=-1&&(Z=-.99);var Q=U*Z,N=Math.cos(z+u.a.v)*Q+T[0],A=Math.sin(z+u.a.v)*Q+T[1];x.setAttribute("fx",N),x.setAttribute("fy",A),m&&!u.g._collapsable&&(u.of.setAttribute("fx",N),u.of.setAttribute("fy",A))}}}function c(E,u,k){var x=u.style,m=u.d;m&&(m._mdf||k)&&m.dashStr&&(x.pElem.setAttribute("stroke-dasharray",m.dashStr),x.pElem.setAttribute("stroke-dashoffset",m.dashoffset[0])),u.c&&(u.c._mdf||k)&&x.pElem.setAttribute("stroke","rgb("+bmFloor(u.c.v[0])+","+bmFloor(u.c.v[1])+","+bmFloor(u.c.v[2])+")"),(u.o._mdf||k)&&x.pElem.setAttribute("stroke-opacity",u.o.v),(u.w._mdf||k)&&(x.pElem.setAttribute("stroke-width",u.w.v),x.msElem&&x.msElem.setAttribute("stroke-width",u.w.v))}return i}();function SVGShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(t,e,i),this.prevViewData=[]}extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var t,e=this.shapes.length,i,r,s=this.stylesList.length,n,o=[],l=!1;for(r=0;r1&&l&&this.setShapesAsAnimated(o)}},SVGShapeElement.prototype.setShapesAsAnimated=function(t){var e,i=t.length;for(e=0;e=0;a-=1){if(T=this.searchProcessedElement(t[a]),T?e[a]=i[T-1]:t[a]._render=o,t[a].ty==="fl"||t[a].ty==="st"||t[a].ty==="gf"||t[a].ty==="gs"||t[a].ty==="no")T?e[a].style.closed=!1:e[a]=this.createStyleElement(t[a],s),t[a]._render&&e[a].style.pElem.parentNode!==r&&r.appendChild(e[a].style.pElem),u.push(e[a].style);else if(t[a].ty==="gr"){if(!T)e[a]=this.createGroupElement(t[a]);else for(E=e[a].it.length,c=0;c1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(t){this.effectsSequence.push(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(t){if(!((this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)&&!t)){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var e=this.currentData,i=this.keysIndex;if(this.lock){this.setCurrentData(this.currentData);return}this.lock=!0,this._mdf=!1;var r,s=this.effectsSequence.length,n=t||this.data.d.k[this.keysIndex].s;for(r=0;re);)i+=1;return this.keysIndex!==i&&(this.keysIndex=i),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){for(var e=[],i=0,r=t.length,s,n,o=!1,l=!1,a="";i=55296&&s<=56319?FontManager.isRegionalFlag(t,i)?a=t.substr(i,14):(n=t.charCodeAt(i+1),n>=56320&&n<=57343&&(FontManager.isModifier(s,n)?(a=t.substr(i,2),o=!0):FontManager.isFlagEmoji(t.substr(i,4))?a=t.substr(i,4):a=t.substr(i,2))):s>56319?(n=t.charCodeAt(i+1),FontManager.isVariationSelector(s)&&(o=!0)):FontManager.isZeroWidthJoiner(s)&&(o=!0,l=!0),o?(e[e.length-1]+=a,o=!1):e.push(a),i+=a.length;return e},TextProperty.prototype.completeTextData=function(t){t.__complete=!0;var e=this.elem.globalData.fontManager,i=this.data,r=[],s,n,o,l=0,a,f=i.m.g,c=0,E=0,u=0,k=[],x=0,m=0,T,d,g=e.getFontByName(t.f),y,_=0,P=getFontProperties(g);t.fWeight=P.weight,t.fStyle=P.style,t.finalSize=t.s,t.finalText=this.buildFinalText(t.t),n=t.finalText.length,t.finalLineHeight=t.lh;var C=t.tr/1e3*t.finalSize,M;if(t.sz)for(var V=!0,O=t.sz[0],X=t.sz[1],U,z;V;){z=this.buildFinalText(t.t),U=0,x=0,n=z.length,C=t.tr/1e3*t.finalSize;var Z=-1;for(s=0;sO&&z[s]!==" "?(Z===-1?n+=1:s=Z,U+=t.finalLineHeight||t.finalSize*1.2,z.splice(s,Z===s?1:0,"\r"),Z=-1,x=0):(x+=_,x+=C);U+=g.ascent*t.finalSize/100,this.canResize&&t.finalSize>this.minimumFontSize&&Xm?x:m,x=-2*C,a="",o=!0,u+=1):a=N,e.chars?(y=e.getCharData(N,g.fStyle,e.getFontByName(t.f).fFamily),_=o?0:y.w*t.finalSize/100):_=e.measureText(a,t.f,t.finalSize),N===" "?Q+=_+C:(x+=_+C+Q,Q=0),r.push({l:_,an:_,add:c,n:o,anIndexes:[],val:a,line:u,animatorJustifyOffset:0}),f==2){if(c+=_,a===""||a===" "||s===n-1){for((a===""||a===" ")&&(c-=_);E<=s;)r[E].an=c,r[E].ind=l,r[E].extra=_,E+=1;l+=1,c=0}}else if(f==3){if(c+=_,a===""||s===n-1){for(a===""&&(c-=_);E<=s;)r[E].an=c,r[E].ind=l,r[E].extra=_,E+=1;c=0,l+=1}}else r[l].ind=l,r[l].extra=0,l+=1;if(t.l=r,m=x>m?x:m,k.push(x),t.sz)t.boxWidth=t.sz[0],t.justifyOffset=0;else switch(t.boxWidth=m,t.j){case 1:t.justifyOffset=-t.boxWidth;break;case 2:t.justifyOffset=-t.boxWidth/2;break;default:t.justifyOffset=0}t.lineWidths=k;var A=i.a,R,b;d=A.length;var S,D,B=[];for(T=0;T0?l=this.ne.v/100:a=-this.ne.v/100,this.xe.v>0?f=1-this.xe.v/100:c=1+this.xe.v/100;var E=BezierFactory.getBezierEasing(l,a,f,c).get,u=0,k=this.finalS,x=this.finalE,m=this.data.sh;if(m===2)x===k?u=o>=x?1:0:u=t(0,e(.5/(x-k)+(o-k)/(x-k),1)),u=E(u);else if(m===3)x===k?u=o>=x?0:1:u=1-t(0,e(.5/(x-k)+(o-k)/(x-k),1)),u=E(u);else if(m===4)x===k?u=0:(u=t(0,e(.5/(x-k)+(o-k)/(x-k),1)),u<.5?u*=2:u=1-2*(u-.5)),u=E(u);else if(m===5){if(x===k)u=0;else{var T=x-k;o=e(t(0,o+.5-k),x-k);var d=-T/2+o,g=T/2;u=Math.sqrt(1-d*d/(g*g))}u=E(u)}else m===6?(x===k?u=0:(o=e(t(0,o+.5-k),x-k),u=(1+Math.cos(Math.PI+Math.PI*2*o/(x-k)))/2),u=E(u)):(o>=i(k)&&(o-k<0?u=t(0,e(e(x,1)-(k-o),1)):u=t(0,e(x-o,1))),u=E(u));if(this.sm.v!==100){var y=this.sm.v*.01;y===0&&(y=1e-8);var _=.5-y*.5;u<_?u=0:(u=(u-_)/y,u>1&&(u=1))}return u*this.a.v},getValue:function(o){this.iterateDynamicProperties(),this._mdf=o||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,o&&this.data.r===2&&(this.e.v=this._currentTextLength);var l=this.data.r===2?1:100/this.data.totalChars,a=this.o.v/l,f=this.s.v/l+a,c=this.e.v/l+a;if(f>c){var E=f;f=c,c=E}this.finalS=f,this.finalE=c}},extendPrototype([DynamicPropertyContainer],r);function s(n,o,l){return new r(n,o)}return{getTextSelectorProp:s}}();function TextAnimatorDataProperty(t,e,i){var r={propType:!1},s=PropertyFactory.getProp,n=e.a;this.a={r:n.r?s(t,n.r,0,degToRads,i):r,rx:n.rx?s(t,n.rx,0,degToRads,i):r,ry:n.ry?s(t,n.ry,0,degToRads,i):r,sk:n.sk?s(t,n.sk,0,degToRads,i):r,sa:n.sa?s(t,n.sa,0,degToRads,i):r,s:n.s?s(t,n.s,1,.01,i):r,a:n.a?s(t,n.a,1,0,i):r,o:n.o?s(t,n.o,0,.01,i):r,p:n.p?s(t,n.p,1,0,i):r,sw:n.sw?s(t,n.sw,0,0,i):r,sc:n.sc?s(t,n.sc,1,0,i):r,fc:n.fc?s(t,n.fc,1,0,i):r,fh:n.fh?s(t,n.fh,0,0,i):r,fs:n.fs?s(t,n.fs,0,.01,i):r,fb:n.fb?s(t,n.fb,0,.01,i):r,t:n.t?s(t,n.t,0,0,i):r},this.s=TextSelectorProp.getTextSelectorProp(t,e.s,i),this.s.t=e.s.t}function TextAnimatorProperty(t,e,i){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=t,this._renderType=e,this._elem=i,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(i)}TextAnimatorProperty.prototype.searchProperties=function(){var t,e=this._textData.a.length,i,r=PropertyFactory.getProp;for(t=0;t=x+it||!P?(O=(x+it-T)/m.partialLength,st=_.point[0]+(m.point[0]-_.point[0])*O,at=_.point[1]+(m.point[1]-_.point[1])*O,n.translate(-i[0]*u[c].an*.005,-(i[1]*Q)*.01),d=!1):P&&(T+=m.partialLength,g+=1,g>=P.length&&(g=0,y+=1,C[y]?P=C[y].points:U.v.c?(g=0,y=0,P=C[y].points):(T-=m.partialLength,P=null)),P&&(_=m,m=P[g],M=m.partialLength));rt=u[c].an/2-u[c].add,n.translate(-rt,0,0)}else rt=u[c].an/2-u[c].add,n.translate(-rt,0,0),n.translate(-i[0]*u[c].an*.005,-i[1]*Q*.01,0);for(b=0;bt?this.textSpans[t].span:createNS(l?"g":"text"),y<=t){if(a.setAttribute("stroke-linecap","butt"),a.setAttribute("stroke-linejoin","round"),a.setAttribute("stroke-miterlimit","4"),this.textSpans[t].span=a,l){var P=createNS("g");a.appendChild(P),this.textSpans[t].childSpan=P}this.textSpans[t].span=a,this.layerElement.appendChild(a)}a.style.display="inherit"}if(f.reset(),E&&(o[t].n&&(u=-m,k+=i.yOffset,k+=x?1:0,x=!1),this.applyTextPropertiesToMatrix(i,f,o[t].line,u,k),u+=o[t].l||0,u+=m),l){_=this.globalData.fontManager.getCharData(i.finalText[t],r.fStyle,this.globalData.fontManager.getFontByName(i.f).fFamily);var C;if(_.t===1)C=new SVGCompElement(_.data,this.globalData,this);else{var M=emptyShapeData;_.data&&_.data.shapes&&(M=this.buildShapeData(_.data,i.finalSize)),C=new SVGShapeElement(M,this.globalData,this)}if(this.textSpans[t].glyph){var V=this.textSpans[t].glyph;this.textSpans[t].childSpan.removeChild(V.layerElement),V.destroy()}this.textSpans[t].glyph=C,C._debug=!0,C.prepareFrame(0),C.renderFrame(),this.textSpans[t].childSpan.appendChild(C.layerElement),_.t===1&&this.textSpans[t].childSpan.setAttribute("transform","scale("+i.finalSize/100+","+i.finalSize/100+")")}else E&&a.setAttribute("transform","translate("+f.props[12]+","+f.props[13]+")"),a.textContent=o[t].val,a.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve")}E&&a&&a.setAttribute("d",c)}for(;t=0;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].prepareFrame(t-this.layers[e].st);if(this.globalData._mdf)for(e=0;e=0;i-=1)(this.completeLayers||this.elements[i])&&(this.elements[i].prepareFrame(this.renderedFrame-this.layers[i].st),this.elements[i]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var t,e=this.layers.length;for(t=0;t=0;r-=1)e.finalTransform.multiply(e.transforms[r].transform.mProps.v);e._mdf=n},processSequences:function(e){var i,r=this.sequenceList.length;for(i=0;i=1){this.buffers=[];var e=this.globalData.canvasContext,i=assetLoader.createCanvas(e.canvas.width,e.canvas.height);this.buffers.push(i);var r=assetLoader.createCanvas(e.canvas.width,e.canvas.height);this.buffers.push(r),this.data.tt>=3&&!document._isProxy&&assetLoader.loadLumaCanvas()}this.canvasContext=this.globalData.canvasContext,this.transformCanvas=this.globalData.transformCanvas,this.renderableEffectsManager=new CVEffects(this),this.searchEffectTransforms()},createContent:function(){},setBlendMode:function(){var e=this.globalData;if(e.blendMode!==this.data.bm){e.blendMode=this.data.bm;var i=getBlendMode(this.data.bm);e.canvasContext.globalCompositeOperation=i}},createRenderableComponents:function(){this.maskManager=new CVMaskElement(this.data,this),this.transformEffects=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT)},hideElement:function(){!this.hidden&&(!this.isInRange||this.isTransparent)&&(this.hidden=!0)},showElement:function(){this.isInRange&&!this.isTransparent&&(this.hidden=!1,this._isFirstFrame=!0,this.maskManager._isFirstFrame=!0)},clearCanvas:function(e){e.clearRect(this.transformCanvas.tx,this.transformCanvas.ty,this.transformCanvas.w*this.transformCanvas.sx,this.transformCanvas.h*this.transformCanvas.sy)},prepareLayer:function(){if(this.data.tt>=1){var e=this.buffers[0],i=e.getContext("2d");this.clearCanvas(i),i.drawImage(this.canvasContext.canvas,0,0),this.currentTransform=this.canvasContext.getTransform(),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform)}},exitLayer:function(){if(this.data.tt>=1){var e=this.buffers[1],i=e.getContext("2d");this.clearCanvas(i),i.drawImage(this.canvasContext.canvas,0,0),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform);var r=this.comp.getElementById("tp"in this.data?this.data.tp:this.data.ind-1);if(r.renderFrame(!0),this.canvasContext.setTransform(1,0,0,1,0,0),this.data.tt>=3&&!document._isProxy){var s=assetLoader.getLumaCanvas(this.canvasContext.canvas),n=s.getContext("2d");n.drawImage(this.canvasContext.canvas,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.drawImage(s,0,0)}this.canvasContext.globalCompositeOperation=operationsMap[this.data.tt],this.canvasContext.drawImage(e,0,0),this.canvasContext.globalCompositeOperation="destination-over",this.canvasContext.drawImage(this.buffers[0],0,0),this.canvasContext.setTransform(this.currentTransform),this.canvasContext.globalCompositeOperation="source-over"}},renderFrame:function(e){if(!(this.hidden||this.data.hd)&&!(this.data.td===1&&!e)){this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.setBlendMode();var i=this.data.ty===0;this.prepareLayer(),this.globalData.renderer.save(i),this.globalData.renderer.ctxTransform(this.finalTransform.localMat.props),this.globalData.renderer.ctxOpacity(this.finalTransform.localOpacity),this.renderInnerContent(),this.globalData.renderer.restore(i),this.exitLayer(),this.maskManager.hasMasks&&this.globalData.renderer.restore(!0),this._isFirstFrame&&(this._isFirstFrame=!1)}},destroy:function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager.destroy()},mHelper:new Matrix},CVBaseElement.prototype.hide=CVBaseElement.prototype.hideElement,CVBaseElement.prototype.show=CVBaseElement.prototype.showElement;function CVShapeData(t,e,i,r){this.styledShapes=[],this.tr=[0,0,0,0,0,0];var s=4;e.ty==="rc"?s=5:e.ty==="el"?s=6:e.ty==="sr"&&(s=7),this.sh=ShapePropertyFactory.getShapeProp(t,e,s,t);var n,o=i.length,l;for(n=0;n=0;n-=1){if(E=this.searchProcessedElement(t[n]),E?e[n]=i[E-1]:t[n]._shouldRender=r,t[n].ty==="fl"||t[n].ty==="st"||t[n].ty==="gf"||t[n].ty==="gs")E?e[n].style.closed=!1:e[n]=this.createStyleElement(t[n],x),f.push(e[n].style);else if(t[n].ty==="gr"){if(!E)e[n]=this.createGroupElement(t[n]);else for(a=e[n].it.length,l=0;l=0;s-=1)e[s].ty==="tr"?(o=i[s].transform,this.renderShapeTransform(t,o)):e[s].ty==="sh"||e[s].ty==="el"||e[s].ty==="rc"||e[s].ty==="sr"?this.renderPath(e[s],i[s]):e[s].ty==="fl"?this.renderFill(e[s],i[s],o):e[s].ty==="st"?this.renderStroke(e[s],i[s],o):e[s].ty==="gf"||e[s].ty==="gs"?this.renderGradientFill(e[s],i[s],o):e[s].ty==="gr"?this.renderShape(o,e[s].it,i[s].it):e[s].ty;r&&this.drawLayer()},CVShapeElement.prototype.renderStyledShape=function(t,e){if(this._isFirstFrame||e._mdf||t.transforms._mdf){var i=t.trNodes,r=e.paths,s,n,o,l=r._length;i.length=0;var a=t.transforms.finalTransform;for(o=0;o=1?c=.99:c<=-1&&(c=-.99);var E=a*c,u=Math.cos(f+e.a.v)*E+o[0],k=Math.sin(f+e.a.v)*E+o[1];s=n.createRadialGradient(u,k,0,o[0],o[1],a)}var x,m=t.g.p,T=e.g.c,d=1;for(x=0;xn&&a==="xMidYMid slice"||ss&&l==="meet"||ns&&l==="slice")?this.transformCanvas.tx=(i-this.transformCanvas.w*(r/this.transformCanvas.h))/2*this.renderConfig.dpr:f==="xMax"&&(ns&&l==="slice")?this.transformCanvas.tx=(i-this.transformCanvas.w*(r/this.transformCanvas.h))*this.renderConfig.dpr:this.transformCanvas.tx=0,c==="YMid"&&(n>s&&l==="meet"||ns&&l==="meet"||n=0;t-=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRendererBase.prototype.renderFrame=function(t,e){if(!(this.renderedFrame===t&&this.renderConfig.clearCanvas===!0&&!e||this.destroyed||t===-1)){this.renderedFrame=t,this.globalData.frameNum=t-this.animationItem._isFirstFrame,this.globalData.frameId+=1,this.globalData._mdf=!this.renderConfig.clearCanvas||e,this.globalData.projectInterface.currentFrame=t;var i,r=this.layers.length;for(this.completeLayers||this.checkLayers(t),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].prepareFrame(t-this.layers[i].st);if(this.globalData._mdf){for(this.renderConfig.clearCanvas===!0?this.canvasContext.clearRect(0,0,this.transformCanvas.w,this.transformCanvas.h):this.save(),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].renderFrame();this.renderConfig.clearCanvas!==!0&&this.restore()}}},CanvasRendererBase.prototype.buildItem=function(t){var e=this.elements;if(!(e[t]||this.layers[t].ty===99)){var i=this.createItem(this.layers[t],this,this.globalData);e[t]=i,i.initExpressions()}},CanvasRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var t=this.pendingElements.pop();t.checkParenting()}},CanvasRendererBase.prototype.hide=function(){this.animationItem.container.style.display="none"},CanvasRendererBase.prototype.show=function(){this.animationItem.container.style.display="block"};function CanvasContext(){this.opacity=-1,this.transform=createTypedArray("float32",16),this.fillStyle="",this.strokeStyle="",this.lineWidth="",this.lineCap="",this.lineJoin="",this.miterLimit="",this.id=Math.random()}function CVContextData(){this.stack=[],this.cArrPos=0,this.cTr=new Matrix;var t,e=15;for(t=0;t=0;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()},CVCompElement.prototype.destroy=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t]&&this.elements[t].destroy();this.layers=null,this.elements=null},CVCompElement.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)};function CanvasRenderer(t,e){this.animationItem=t,this.renderConfig={clearCanvas:e&&e.clearCanvas!==void 0?e.clearCanvas:!0,context:e&&e.context||null,progressiveLoad:e&&e.progressiveLoad||!1,preserveAspectRatio:e&&e.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:e&&e.contentVisibility||"visible",className:e&&e.className||"",id:e&&e.id||"",runExpressions:!e||e.runExpressions===void 0||e.runExpressions},this.renderConfig.dpr=e&&e.dpr||1,this.animationItem.wrapper&&(this.renderConfig.dpr=e&&e.dpr||window.devicePixelRatio||1),this.renderedFrame=-1,this.globalData={frameNum:-1,_mdf:!1,renderConfig:this.renderConfig,currentGlobalAlpha:-1},this.contextData=new CVContextData,this.elements=[],this.pendingElements=[],this.transformMat=new Matrix,this.completeLayers=!1,this.rendererType="canvas",this.renderConfig.clearCanvas&&(this.ctxTransform=this.contextData.transform.bind(this.contextData),this.ctxOpacity=this.contextData.opacity.bind(this.contextData),this.ctxFillStyle=this.contextData.fillStyle.bind(this.contextData),this.ctxStrokeStyle=this.contextData.strokeStyle.bind(this.contextData),this.ctxLineWidth=this.contextData.lineWidth.bind(this.contextData),this.ctxLineCap=this.contextData.lineCap.bind(this.contextData),this.ctxLineJoin=this.contextData.lineJoin.bind(this.contextData),this.ctxMiterLimit=this.contextData.miterLimit.bind(this.contextData),this.ctxFill=this.contextData.fill.bind(this.contextData),this.ctxFillRect=this.contextData.fillRect.bind(this.contextData),this.ctxStroke=this.contextData.stroke.bind(this.contextData),this.save=this.contextData.save.bind(this.contextData))}extendPrototype([CanvasRendererBase],CanvasRenderer),CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)};function HBaseElement(){}HBaseElement.prototype={checkBlendMode:function(){},initRendererElement:function(){this.baseElement=createTag(this.data.tg||"div"),this.data.hasMask?(this.svgElement=createNS("svg"),this.layerElement=createNS("g"),this.maskedElement=this.layerElement,this.svgElement.appendChild(this.layerElement),this.baseElement.appendChild(this.svgElement)):this.layerElement=this.baseElement,styleDiv(this.baseElement)},createContainerElements:function(){this.renderableEffectsManager=new CVEffects(this),this.transformedElement=this.baseElement,this.maskedElement=this.layerElement,this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.bm!==0&&this.setBlendMode()},renderElement:function(){var e=this.transformedElement?this.transformedElement.style:{};if(this.finalTransform._matMdf){var i=this.finalTransform.mat.toCSS();e.transform=i,e.webkitTransform=i}this.finalTransform._opMdf&&(e.opacity=this.finalTransform.mProp.o.v)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},destroy:function(){this.layerElement=null,this.transformedElement=null,this.matteElement&&(this.matteElement=null),this.maskManager&&(this.maskManager.destroy(),this.maskManager=null)},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData)},addEffects:function(){},setMatte:function(){}},HBaseElement.prototype.getBaseElement=SVGBaseElement.prototype.getBaseElement,HBaseElement.prototype.destroyBaseElement=HBaseElement.prototype.destroy,HBaseElement.prototype.buildElementParenting=BaseRenderer.prototype.buildElementParenting;function HSolidElement(t,e,i){this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],HSolidElement),HSolidElement.prototype.createContent=function(){var t;this.data.hasMask?(t=createNS("rect"),t.setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.svgElement.setAttribute("width",this.data.sw),this.svgElement.setAttribute("height",this.data.sh)):(t=createTag("div"),t.style.width=this.data.sw+"px",t.style.height=this.data.sh+"px",t.style.backgroundColor=this.data.sc),this.layerElement.appendChild(t)};function HShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.shapesContainer=createNS("g"),this.initElement(t,e,i),this.prevViewData=[],this.currentBBox={x:999999,y:-999999,h:0,w:0}}extendPrototype([BaseElement,TransformElement,HSolidElement,SVGShapeElement,HBaseElement,HierarchyElement,FrameElement,RenderableElement],HShapeElement),HShapeElement.prototype._renderShapeFrame=HShapeElement.prototype.renderInnerContent,HShapeElement.prototype.createContent=function(){var t;if(this.baseElement.style.fontSize=0,this.data.hasMask)this.layerElement.appendChild(this.shapesContainer),t=this.svgElement;else{t=createNS("svg");var e=this.comp.data?this.comp.data:this.globalData.compSize;t.setAttribute("width",e.w),t.setAttribute("height",e.h),t.appendChild(this.shapesContainer),this.layerElement.appendChild(t)}this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.shapesContainer,0,[],!0),this.filterUniqueShapes(),this.shapeCont=t},HShapeElement.prototype.getTransformedPoint=function(t,e){var i,r=t.length;for(i=0;i0&&a<1&&s[u].push(this.calculateF(a,t,e,i,r,u))):(f=o*o-4*l*n,f>=0&&(c=(-o+bmSqrt(f))/(2*n),c>0&&c<1&&s[u].push(this.calculateF(c,t,e,i,r,u)),E=(-o-bmSqrt(f))/(2*n),E>0&&E<1&&s[u].push(this.calculateF(E,t,e,i,r,u)))));this.shapeBoundingBox.left=bmMin.apply(null,s[0]),this.shapeBoundingBox.top=bmMin.apply(null,s[1]),this.shapeBoundingBox.right=bmMax.apply(null,s[0]),this.shapeBoundingBox.bottom=bmMax.apply(null,s[1])},HShapeElement.prototype.calculateF=function(t,e,i,r,s,n){return bmPow(1-t,3)*e[n]+3*bmPow(1-t,2)*t*i[n]+3*(1-t)*bmPow(t,2)*r[n]+bmPow(t,3)*s[n]},HShapeElement.prototype.calculateBoundingBox=function(t,e){var i,r=t.length;for(i=0;ii&&(i=s)}i*=t.mult}else i=t.v*t.mult;e.x-=i,e.xMax+=i,e.y-=i,e.yMax+=i},HShapeElement.prototype.currentBoxContains=function(t){return this.currentBBox.x<=t.x&&this.currentBBox.y<=t.y&&this.currentBBox.width+this.currentBBox.x>=t.x+t.width&&this.currentBBox.height+this.currentBBox.y>=t.y+t.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var t=this.tempBoundingBox,e=999999;if(t.x=e,t.xMax=-e,t.y=e,t.yMax=-e,this.calculateBoundingBox(this.itemsData,t),t.width=t.xMax=0;e-=1){var r=this.hierarchy[e].finalTransform.mProp;this.mat.translate(-r.p.v[0],-r.p.v[1],r.p.v[2]),this.mat.rotateX(-r.or.v[0]).rotateY(-r.or.v[1]).rotateZ(r.or.v[2]),this.mat.rotateX(-r.rx.v).rotateY(-r.ry.v).rotateZ(r.rz.v),this.mat.scale(1/r.s.v[0],1/r.s.v[1],1/r.s.v[2]),this.mat.translate(r.a.v[0],r.a.v[1],r.a.v[2])}if(this.p?this.mat.translate(-this.p.v[0],-this.p.v[1],this.p.v[2]):this.mat.translate(-this.px.v,-this.py.v,this.pz.v),this.a){var s;this.p?s=[this.p.v[0]-this.a.v[0],this.p.v[1]-this.a.v[1],this.p.v[2]-this.a.v[2]]:s=[this.px.v-this.a.v[0],this.py.v-this.a.v[1],this.pz.v-this.a.v[2]];var n=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)+Math.pow(s[2],2)),o=[s[0]/n,s[1]/n,s[2]/n],l=Math.sqrt(o[2]*o[2]+o[0]*o[0]),a=Math.atan2(o[1],l),f=Math.atan2(o[0],-o[2]);this.mat.rotateY(f).rotateX(-a)}this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v),this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]),this.mat.translate(this.globalData.compSize.w/2,this.globalData.compSize.h/2,0),this.mat.translate(0,0,this.pe.v);var c=!this._prevMat.equals(this.mat);if((c||this.pe._mdf)&&this.comp.threeDElements){i=this.comp.threeDElements.length;var E,u,k;for(e=0;e=t)return this.threeDElements[e].perspectiveElem;e+=1}return null},HybridRendererBase.prototype.createThreeDContainer=function(t,e){var i=createTag("div"),r,s;styleDiv(i);var n=createTag("div");if(styleDiv(n),e==="3d"){r=i.style,r.width=this.globalData.compSize.w+"px",r.height=this.globalData.compSize.h+"px";var o="50% 50%";r.webkitTransformOrigin=o,r.mozTransformOrigin=o,r.transformOrigin=o,s=n.style;var l="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";s.transform=l,s.webkitTransform=l}i.appendChild(n);var a={container:n,perspectiveElem:i,startPos:t,endPos:t,type:e};return this.threeDElements.push(a),a},HybridRendererBase.prototype.build3dContainers=function(){var t,e=this.layers.length,i,r="";for(t=0;t=0;t-=1)this.resizerElem.appendChild(this.threeDElements[t].perspectiveElem)},HybridRendererBase.prototype.addTo3dContainer=function(t,e){for(var i=0,r=this.threeDElements.length;ii?(s=t/this.globalData.compSize.w,n=t/this.globalData.compSize.w,o=0,l=(e-this.globalData.compSize.h*(t/this.globalData.compSize.w))/2):(s=e/this.globalData.compSize.h,n=e/this.globalData.compSize.h,o=(t-this.globalData.compSize.w*(e/this.globalData.compSize.h))/2,l=0);var a=this.resizerElem.style;a.webkitTransform="matrix3d("+s+",0,0,0,0,"+n+",0,0,0,0,1,0,"+o+","+l+",0,1)",a.transform=a.webkitTransform},HybridRendererBase.prototype.renderFrame=SVGRenderer.prototype.renderFrame,HybridRendererBase.prototype.hide=function(){this.resizerElem.style.display="none"},HybridRendererBase.prototype.show=function(){this.resizerElem.style.display="block"},HybridRendererBase.prototype.initItems=function(){if(this.buildAllItems(),this.camera)this.camera.setup();else{var t=this.globalData.compSize.w,e=this.globalData.compSize.h,i,r=this.threeDElements.length;for(i=0;i=f;)U/=2,z/=2,Z>>>=1;return(U+Z)/z};return O.int32=function(){return V.g(4)|0},O.quick=function(){return V.g(4)/4294967296},O.double=O,T(g(V.S),t),(_.pass||P||function(X,U,z,Z){return Z&&(Z.S&&x(Z,V),X.state=function(){return x(V,{})}),z?(e[o]=X,U):X})(O,M,"global"in _?_.global:this==e,_.state)}e["seed"+o]=u;function k(y){var _,P=y.length,C=this,M=0,V=C.i=C.j=0,O=C.S=[];for(P||(y=[P++]);Mi){var r=i;i=e,e=r}return Math.min(Math.max(t,e),i)}function radiansToDegrees(t){return t/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(t){return t*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(t,e){if(typeof t=="number"||t instanceof Number)return e=e||0,Math.abs(t-e);e||(e=helperLengthArray);var i,r=Math.min(t.length,e.length),s=0;for(i=0;i.5?f/(2-s-n):f/(s+n),s){case e:o=(i-r)/f+(i1&&(i-=1),i<1/6?t+(e-t)*6*i:i<1/2?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function hslToRgb(t){var e=t[0],i=t[1],r=t[2],s,n,o;if(i===0)s=r,o=r,n=r;else{var l=r<.5?r*(1+i):r+i-r*i,a=2*r-l;s=hue2rgb(a,l,e+1/3),n=hue2rgb(a,l,e),o=hue2rgb(a,l,e-1/3)}return[s,n,o,t[3]]}function linear(t,e,i,r,s){if((r===void 0||s===void 0)&&(r=e,s=i,e=0,i=1),i=i)return s;var o=i===e?0:(t-e)/(i-e);if(!r.length)return r+(s-r)*o;var l,a=r.length,f=createTypedArray("float32",a);for(l=0;l1){for(s=0;s1?e=1:e<0&&(e=0);var o=t(e);if($bm_isInstanceOfArray(s)){var l,a=s.length,f=createTypedArray("float32",a);for(l=0;ldata.k[e].t&&tdata.k[e+1].t-t?(r=e+2,s=data.k[e+1].t):(r=e+1,s=data.k[e].t);break}r===-1&&(r=e+1,s=data.k[e].t)}var n={};return n.index=r,n.time=s/elem.comp.globalData.frameRate,n}function key(t){var e,i,r;if(!data.k.length||typeof data.k[0]=="number")throw new Error("The property has no keyframe at index "+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[t],"s")?data.k[t].s:data.k[t-1].e;for(r=s.length,i=0;iT.length-1)&&(k=T.length-1),y=T[T.length-1-k].t,g=d-y);var _,P,C;if(u==="pingpong"){var M=Math.floor((m-y)/g);if(M%2!==0)return this.getValueAtTime((g-(m-y)%g+y)/this.comp.globalData.frameRate,0)}else if(u==="offset"){var V=this.getValueAtTime(y/this.comp.globalData.frameRate,0),O=this.getValueAtTime(d/this.comp.globalData.frameRate,0),X=this.getValueAtTime(((m-y)%g+y)/this.comp.globalData.frameRate,0),U=Math.floor((m-y)/g);if(this.pv.length){for(C=new Array(V.length),P=C.length,_=0;_=d)return this.pv;var g,y;x?(k?g=Math.abs(this.elem.comp.globalData.frameRate*k):g=Math.max(0,this.elem.data.op-d),y=d+g):((!k||k>T.length-1)&&(k=T.length-1),y=T[k].t,g=y-d);var _,P,C;if(u==="pingpong"){var M=Math.floor((d-m)/g);if(M%2===0)return this.getValueAtTime(((d-m)%g+d)/this.comp.globalData.frameRate,0)}else if(u==="offset"){var V=this.getValueAtTime(d/this.comp.globalData.frameRate,0),O=this.getValueAtTime(y/this.comp.globalData.frameRate,0),X=this.getValueAtTime((g-(d-m)%g+d)/this.comp.globalData.frameRate,0),U=Math.floor((d-m)/g)+1;if(this.pv.length){for(C=new Array(V.length),P=C.length,_=0;_1?(T-m)/(k-1):1,g=0,y=0,_;this.pv.length?_=createTypedArray("float32",this.pv.length):_=0;for(var P;gg){var M=y,V=m.c&&y===_-1?0:y+1,O=(g-P)/d[y].addedLength;C=bez.getPointInSegment(m.v[M],m.v[V],m.o[M],m.i[V],O,d[y]);break}else P+=d[y].addedLength;y+=1}return C||(C=m.c?[m.v[0][0],m.v[0][1]]:[m.v[m._length-1][0],m.v[m._length-1][1]]),C},vectorOnPath:function(k,x,m){k==1?k=this.v.c:k==0&&(k=.999);var T=this.pointOnPath(k,x),d=this.pointOnPath(k+.001,x),g=d[0]-T[0],y=d[1]-T[1],_=Math.sqrt(Math.pow(g,2)+Math.pow(y,2));if(_===0)return[0,0];var P=m==="tangent"?[g/_,y/_]:[-y/_,g/_];return P},tangentOnPath:function(k,x){return this.vectorOnPath(k,x,"tangent")},normalOnPath:function(k,x){return this.vectorOnPath(k,x,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([c],a),extendPrototype([c],f),f.prototype.getValueAtTime=l,f.prototype.initiateExpression=ExpressionManager.initiateExpression;var E=ShapePropertyFactory.getShapeProp;ShapePropertyFactory.getShapeProp=function(u,k,x,m,T){var d=E(u,k,x,m,T);return d.propertyIndex=k.ix,d.lock=!1,x===3?expressionHelpers.searchExpressions(u,k.pt,d):x===4&&expressionHelpers.searchExpressions(u,k.ks,d),d.k&&u.addDynamicProperty(d),d}}function initialize$1(){addPropertyDecorator()}function addDecorator(){function t(){return this.data.d.x?(this.calculateExpression=ExpressionManager.initiateExpression.bind(this)(this.elem,this.data.d,this),this.addEffect(this.getExpressionValue.bind(this)),!0):null}TextProperty.prototype.getExpressionValue=function(e,i){var r=this.calculateExpression(i);if(e.t!==r){var s={};return this.copyData(s,e),s.t=r.toString(),s.__complete=!1,s}return e},TextProperty.prototype.searchProperty=function(){var e=this.searchKeyframes(),i=this.searchExpressions();return this.kf=e||i,this.kf},TextProperty.prototype.searchExpressions=t}function initialize(){addDecorator()}function SVGComposableEffect(){}SVGComposableEffect.prototype={createMergeNode:function t(e,i){var r=createNS("feMerge");r.setAttribute("result",e);var s,n;for(n=0;n=f?E=x<0?r:s:E=r+k*Math.pow((l-t)/x,1/i),c[u]=E,u+=1,n+=256/(o-1);return c.join(" ")},SVGProLevelsFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e,i=this.filterManager.effectElements;this.feFuncRComposed&&(t||i[3].p._mdf||i[4].p._mdf||i[5].p._mdf||i[6].p._mdf||i[7].p._mdf)&&(e=this.getTableValue(i[3].p.v,i[4].p.v,i[5].p.v,i[6].p.v,i[7].p.v),this.feFuncRComposed.setAttribute("tableValues",e),this.feFuncGComposed.setAttribute("tableValues",e),this.feFuncBComposed.setAttribute("tableValues",e)),this.feFuncR&&(t||i[10].p._mdf||i[11].p._mdf||i[12].p._mdf||i[13].p._mdf||i[14].p._mdf)&&(e=this.getTableValue(i[10].p.v,i[11].p.v,i[12].p.v,i[13].p.v,i[14].p.v),this.feFuncR.setAttribute("tableValues",e)),this.feFuncG&&(t||i[17].p._mdf||i[18].p._mdf||i[19].p._mdf||i[20].p._mdf||i[21].p._mdf)&&(e=this.getTableValue(i[17].p.v,i[18].p.v,i[19].p.v,i[20].p.v,i[21].p.v),this.feFuncG.setAttribute("tableValues",e)),this.feFuncB&&(t||i[24].p._mdf||i[25].p._mdf||i[26].p._mdf||i[27].p._mdf||i[28].p._mdf)&&(e=this.getTableValue(i[24].p.v,i[25].p.v,i[26].p.v,i[27].p.v,i[28].p.v),this.feFuncB.setAttribute("tableValues",e)),this.feFuncA&&(t||i[31].p._mdf||i[32].p._mdf||i[33].p._mdf||i[34].p._mdf||i[35].p._mdf)&&(e=this.getTableValue(i[31].p.v,i[32].p.v,i[33].p.v,i[34].p.v,i[35].p.v),this.feFuncA.setAttribute("tableValues",e))}};function SVGDropShadowEffect(t,e,i,r,s){var n=e.container.globalData.renderConfig.filterSize,o=e.data.fs||n;t.setAttribute("x",o.x||n.x),t.setAttribute("y",o.y||n.y),t.setAttribute("width",o.width||n.width),t.setAttribute("height",o.height||n.height),this.filterManager=e;var l=createNS("feGaussianBlur");l.setAttribute("in","SourceAlpha"),l.setAttribute("result",r+"_drop_shadow_1"),l.setAttribute("stdDeviation","0"),this.feGaussianBlur=l,t.appendChild(l);var a=createNS("feOffset");a.setAttribute("dx","25"),a.setAttribute("dy","0"),a.setAttribute("in",r+"_drop_shadow_1"),a.setAttribute("result",r+"_drop_shadow_2"),this.feOffset=a,t.appendChild(a);var f=createNS("feFlood");f.setAttribute("flood-color","#00ff00"),f.setAttribute("flood-opacity","1"),f.setAttribute("result",r+"_drop_shadow_3"),this.feFlood=f,t.appendChild(f);var c=createNS("feComposite");c.setAttribute("in",r+"_drop_shadow_3"),c.setAttribute("in2",r+"_drop_shadow_2"),c.setAttribute("operator","in"),c.setAttribute("result",r+"_drop_shadow_4"),t.appendChild(c);var E=this.createMergeNode(r,[r+"_drop_shadow_4",s]);t.appendChild(E)}extendPrototype([SVGComposableEffect],SVGDropShadowEffect),SVGDropShadowEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){if((t||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute("stdDeviation",this.filterManager.effectElements[4].p.v/4),t||this.filterManager.effectElements[0].p._mdf){var e=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute("flood-color",rgbToHex(Math.round(e[0]*255),Math.round(e[1]*255),Math.round(e[2]*255)))}if((t||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute("flood-opacity",this.filterManager.effectElements[1].p.v/255),t||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var i=this.filterManager.effectElements[3].p.v,r=(this.filterManager.effectElements[2].p.v-90)*degToRads,s=i*Math.cos(r),n=i*Math.sin(r);this.feOffset.setAttribute("dx",s),this.feOffset.setAttribute("dy",n)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(t,e,i){this.initialized=!1,this.filterManager=e,this.filterElem=t,this.elem=i,i.matteElement=createNS("g"),i.matteElement.appendChild(i.layerElement),i.matteElement.appendChild(i.transformedElement),i.baseElement=i.matteElement}SVGMatte3Effect.prototype.findSymbol=function(t){for(var e=0,i=_svgMatteSymbols.length;ee in t?__defProp(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,__spreadValues=(t,e)=>{for(var i in e||(e={}))__hasOwnProp.call(e,i)&&__defNormalProp(t,i,e[i]);if(__getOwnPropSymbols)for(var i of __getOwnPropSymbols(e))__propIsEnum.call(e,i)&&__defNormalProp(t,i,e[i]);return t},__spreadProps=(t,e)=>__defProps(t,__getOwnPropDescs(e)),es6=function t(e,i){if(e===i)return!0;if(e&&i&&typeof e=="object"&&typeof i=="object"){if(e.constructor!==i.constructor)return!1;var r,s,n;if(Array.isArray(e)){if(r=e.length,r!=i.length)return!1;for(s=r;s--!==0;)if(!t(e[s],i[s]))return!1;return!0}if(e instanceof Map&&i instanceof Map){if(e.size!==i.size)return!1;for(s of e.entries())if(!i.has(s[0]))return!1;for(s of e.entries())if(!t(s[1],i.get(s[0])))return!1;return!0}if(e instanceof Set&&i instanceof Set){if(e.size!==i.size)return!1;for(s of e.entries())if(!i.has(s[0]))return!1;return!0}if(ArrayBuffer.isView(e)&&ArrayBuffer.isView(i)){if(r=e.length,r!=i.length)return!1;for(s=r;s--!==0;)if(e[s]!==i[s])return!1;return!0}if(e.constructor===RegExp)return e.source===i.source&&e.flags===i.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===i.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===i.toString();if(n=Object.keys(e),r=n.length,r!==Object.keys(i).length)return!1;for(s=r;s--!==0;)if(!Object.prototype.hasOwnProperty.call(i,n[s]))return!1;for(s=r;s--!==0;){var o=n[s];if(!t(e[o],i[o]))return!1}return!0}return e!==e&&i!==i};function klona(t){var e,i,r;if(Array.isArray(t)){for(i=Array(e=t.length);e--;)i[e]=(r=t[e])&&typeof r=="object"?klona(r):r;return i}if(Object.prototype.toString.call(t)==="[object Object]"){i={};for(e in t)e==="__proto__"?Object.defineProperty(i,e,{value:klona(t[e]),configurable:!0,enumerable:!0,writable:!0}):i[e]=(r=t[e])&&typeof r=="object"?klona(r):r;return i}return t}var _export_sfc=(t,e)=>{const i=t.__vccOpts||t;for(const[r,s]of e)i[r]=s;return i};const _sfc_main$d=defineComponent({props:{animationData:{type:Object,default:()=>({})},animationLink:{type:String,default:""},loop:{type:[Boolean,Number],default:!0},autoPlay:{type:Boolean,default:!0},width:{type:[Number,String],default:"100%"},height:{type:[Number,String],default:"100%"},speed:{type:Number,default:1},delay:{type:Number,default:0},direction:{type:String,default:"forward"},pauseOnHover:{type:Boolean,default:!1},playOnHover:{type:Boolean,default:!1},backgroundColor:{type:String,default:"transparent"},pauseAnimation:{type:Boolean,default:!1},noMargin:{type:Boolean,default:!1},scale:{type:Number,default:1},renderer:{type:String,default:"svg"},rendererSettings:{type:Object,default:()=>({})},assetsPath:{type:String,default:""}},emits:{onComplete:null,onLoopComplete:null,onEnterFrame:null,onSegmentStart:null,onAnimationLoaded:null},setup(t,{emit:e}){const i=ref();let r,s=null,n=1;watchEffect(async()=>{if(i.value){if(t.animationLink!="")try{r=await(await fetch(t.animationLink)).json()}catch(C){console.error(C);return}else if(es6(t.animationData,{})===!1)r=klona(t.animationData);else throw new Error("You must provide either animationLink or animationData");o()}});const o=()=>{if(!i.value||!r)return;s==null||s.destroy(),s=null;let C=t.autoPlay,M=t.loop;t.playOnHover&&(C=!1),typeof M=="number"&&M>0&&(M=M-1),t.delay>0&&(C=!1);const V={container:i.value,renderer:t.renderer,loop:M,autoplay:C,animationData:r,assetsPath:t.assetsPath};es6(t.rendererSettings,{})===!1&&(V.rendererSettings=t.rendererSettings),t.scale!==1&&(V.rendererSettings=__spreadProps(__spreadValues({},V.rendererSettings),{viewBoxOnly:!0})),s=lottie.loadAnimation(V),setTimeout(()=>{C=t.autoPlay,t.playOnHover?s==null||s.pause():C?s==null||s.play():s==null||s.pause(),e("onAnimationLoaded")},t.delay),s.setSpeed(t.speed),t.direction==="reverse"&&s.setDirection(-1),t.direction==="normal"&&s.setDirection(1),(t.pauseAnimation||t.playOnHover)&&s.pause(),s.addEventListener("loopComplete",()=>{t.direction==="alternate"&&(s==null||s.stop(),n=n===-1?1:-1,s==null||s.setDirection(n),s==null||s.play()),e("onLoopComplete")}),s.addEventListener("complete",()=>{e("onComplete")}),s.addEventListener("enterFrame",()=>{e("onEnterFrame")}),s.addEventListener("segmentStart",()=>{e("onSegmentStart")})},l=computed(()=>{let C=t.width,M=t.height;return typeof t.width=="number"&&(C=`${t.width}px`),typeof t.height=="number"&&(M=`${t.height}px`),{"--lottie-animation-container-width":C,"--lottie-animation-container-height":M,"--lottie-animation-container-background-color":t.backgroundColor,"--lottie-animation-margin":t.noMargin?"0":"0 auto","--lottie-animation-scale":t.scale!=1?t.scale:""}}),a=()=>{s&&t.pauseOnHover&&s.pause(),s&&t.playOnHover&&s.play()},f=()=>{s&&t.pauseOnHover&&s.play(),s&&t.playOnHover&&s.pause()};return watch(()=>t.pauseAnimation,()=>{if((t.pauseOnHover||t.playOnHover)&&t.pauseAnimation){console.error("If you are using pauseAnimation prop for Vue3-Lottie, please remove the props pauseOnHover and playOnHover");return}s&&(t.pauseAnimation?s.pause():s.play())}),{lottieAnimationContainer:i,hoverEnded:f,hoverStarted:a,getCurrentStyle:l,play:()=>{s&&s.play()},pause:()=>{s&&s.pause()},stop:()=>{s&&s.stop()},destroy:()=>{s&&s.destroy()},setSpeed:(C=1)=>{if(C<=0)throw new Error("Speed must be greater than 0");s&&s.setSpeed(C)},setDirection:C=>{s&&(C==="forward"?s.setDirection(1):C==="reverse"&&s.setDirection(-1))},goToAndStop:(C,M=!0)=>{s&&s.goToAndStop(C,M)},goToAndPlay:(C,M=!0)=>{s&&s.goToAndPlay(C,M)},playSegments:(C,M=!1)=>{s&&s.playSegments(C,M)},setSubFrame:(C=!0)=>{s&&s.setSubframe(C)},getDuration:(C=!0)=>{if(s)return s.getDuration(C)},updateDocumentData:(C,M=0)=>{s&&s.renderer.elements[M].updateDocumentData(C)}}}});function _sfc_render$2(t,e,i,r,s,n){return openBlock(),createElementBlock("div",{ref:"lottieAnimationContainer",class:"lottie-animation-container",style:normalizeStyle(t.getCurrentStyle),onMouseenter:e[0]||(e[0]=(...o)=>t.hoverStarted&&t.hoverStarted(...o)),onMouseleave:e[1]||(e[1]=(...o)=>t.hoverEnded&&t.hoverEnded(...o))},null,36)}var Vue3Lottie=_export_sfc(_sfc_main$d,[["render",_sfc_render$2]]);const v="5.6.6",fr=60,ip=0,op=141,w=940,h=752,nm="Explode_Export",ddd=0,assets=[{id:"comp_0",layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 94",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[-5.546,-348.328,0],to:[0,15.417,0],ti:[0,-30.417,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:34.15,s:[-5.546,-255.828,0],to:[0,30.417,0],ti:[0,-25,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70.928,s:[-5.546,-165.828,0],to:[0,25,0],ti:[0,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:102.451,s:[-5.546,-105.828,0],to:[0,30,0],ti:[0,-61.667,0]},{i:{x:.667,y:.407},o:{x:.333,y:0},t:135.727,s:[-5.546,14.172,0],to:[0,40.458,0],ti:[0,-59.475,0]},{i:{x:.667,y:1},o:{x:.333,y:.775},t:153,s:[-5.546,135.369,0],to:[0,31.177,0],ti:[0,-26.94,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:177,s:[-5.546,264.172,0],to:[0,78.333,0],ti:[0,-53.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:204.027,s:[-5.546,484.172,0],to:[0,53.333,0],ti:[13.333,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:230.297,s:[-5.546,584.172,0],to:[-13.333,30,0],ti:[13.333,-31.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:257.441,s:[-85.546,664.172,0],to:[-13.333,31.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:294.219,s:[-85.546,774.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:348.51,s:[-85.546,944.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:387.039,s:[-85.546,1054.172,0],to:[0,46.667,0],ti:[0,-50,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:423.816,s:[-85.546,1224.172,0],to:[0,50,0],ti:[0,-43.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:467.598,s:[-85.546,1354.172,0],to:[0,43.333,0],ti:[0,-55,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:508.754,s:[-85.546,1484.172,0],to:[0,55,0],ti:[0,-40,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:539.402,s:[-85.546,1684.172,0],to:[0,40,0],ti:[0,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:569.174,s:[-85.546,1724.172,0],to:[0,33.333,0],ti:[15,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:621.713,s:[-85.546,1884.172,0],to:[-15,33.333,0],ti:[15,-21.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.992,s:[-175.546,1924.172,0],to:[-15,21.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:688.264,s:[-175.546,2014.172,0],to:[0,46.667,0],ti:[0,-51.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:727.668,s:[-175.546,2204.172,0],to:[0,51.667,0],ti:[0,-48.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:751.311,s:[-175.546,2324.172,0],to:[0,48.333,0],ti:[0,-45,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:785.461,s:[-175.546,2494.172,0],to:[0,45,0],ti:[-10,-28.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:809.979,s:[-175.546,2594.172,0],to:[10,28.333,0],ti:[-10,-11.667,0]},{t:838,s:[-115.546,2664.172,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.1080000000000005,-8.704]],o:[[4.118,-8.704]],v:[[4.118,-8.704]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:0,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:38.527,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:84.062,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:137.477,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:181.26,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:226.793,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:261.82,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:295.971,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:329.246,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:363.396,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:404.551,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:441.328,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:480.734,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:510.506,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:538.525,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:573.553,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:603.324,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:636.6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:662.869,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:692.641,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:725.916,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:753.061,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:783.709,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:816.107,s:[100,-100]},{t:838,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:236.428,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:431.697,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:612.957,s:[15]},{t:838,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:838,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 17",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:3600,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{id:"comp_1",layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 97",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[-148.874,-341.028,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[-178.874,-229.131,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[-208.874,-143.145,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[-208.874,-47.662,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[-208.874,94.065,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[-178.874,351.302,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[-116.508,489.887,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[-208.874,539.719,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[-208.874,677.896,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[-208.874,866.313,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[-208.874,1029.61,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[-208.874,1205.472,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[-118.874,1340.909,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[-178.874,1422.148,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[-208.874,1585.44,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[-208.874,1780.132,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[-208.874,1952.841,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[-208.874,2153.817,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[-208.874,2310.83,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[-148.874,2467.84,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[-178.874,2590.308,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[-208.874,2690.802,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{id:"comp_2",layers:[{ddd:0,ind:1,ty:4,nm:"Fill 96",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0}]},{id:"comp_3",layers:[{ddd:0,ind:1,ty:4,nm:"Fill 95",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:3,nm:"Null 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[307.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[227.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[267.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[387.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[147.5,354,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]}],layers=[{ddd:0,ind:2,ty:4,nm:"Star 4",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[468.954,392.843,0],to:[24.333,-78.833,0],ti:[-100.333,-67.167,0]},{t:55,s:[782.954,309.843,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-99,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-55,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-3,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:58,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:108,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:160,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:200,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:239,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:277,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:316,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:363,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:405,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:450,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:484,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:516,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:556,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:590,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:628,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:658,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:692,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:730,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:761,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:796,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:833,s:[100,-100]},{t:858,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-99,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:171,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:394,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:601,s:[15]},{t:858,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-99,s:[0]},{t:858,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 17",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:8,st:-6,bm:0,completed:!0},{ddd:0,ind:3,ty:0,nm:"Star",refId:"comp_0",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:8,s:[538,662,0],to:[35,0,0],ti:[-35,0,0]},{t:27,s:[748,662,0]}],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:8,op:141,st:-284,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 94",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[-5.546,-348.328,0],to:[0,15.417,0],ti:[0,-30.417,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:34.15,s:[-5.546,-255.828,0],to:[0,30.417,0],ti:[0,-25,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70.928,s:[-5.546,-165.828,0],to:[0,25,0],ti:[0,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:102.451,s:[-5.546,-105.828,0],to:[0,30,0],ti:[0,-61.667,0]},{i:{x:.667,y:.407},o:{x:.333,y:0},t:135.727,s:[-5.546,14.172,0],to:[0,40.458,0],ti:[0,-59.475,0]},{i:{x:.667,y:1},o:{x:.333,y:.775},t:153,s:[-5.546,135.369,0],to:[0,31.177,0],ti:[0,-26.94,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:177,s:[-5.546,264.172,0],to:[0,78.333,0],ti:[0,-53.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:204.027,s:[-5.546,484.172,0],to:[0,53.333,0],ti:[13.333,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:230.297,s:[-5.546,584.172,0],to:[-13.333,30,0],ti:[13.333,-31.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:257.441,s:[-85.546,664.172,0],to:[-13.333,31.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:294.219,s:[-85.546,774.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:348.51,s:[-85.546,944.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:387.039,s:[-85.546,1054.172,0],to:[0,46.667,0],ti:[0,-50,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:423.816,s:[-85.546,1224.172,0],to:[0,50,0],ti:[0,-43.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:467.598,s:[-85.546,1354.172,0],to:[0,43.333,0],ti:[0,-55,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:508.754,s:[-85.546,1484.172,0],to:[0,55,0],ti:[0,-40,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:539.402,s:[-85.546,1684.172,0],to:[0,40,0],ti:[0,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:569.174,s:[-85.546,1724.172,0],to:[0,33.333,0],ti:[15,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:621.713,s:[-85.546,1884.172,0],to:[-15,33.333,0],ti:[15,-21.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.992,s:[-175.546,1924.172,0],to:[-15,21.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:688.264,s:[-175.546,2014.172,0],to:[0,46.667,0],ti:[0,-51.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:727.668,s:[-175.546,2204.172,0],to:[0,51.667,0],ti:[0,-48.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:751.311,s:[-175.546,2324.172,0],to:[0,48.333,0],ti:[0,-45,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:785.461,s:[-175.546,2494.172,0],to:[0,45,0],ti:[-10,-28.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:809.979,s:[-175.546,2594.172,0],to:[10,28.333,0],ti:[-10,-11.667,0]},{t:838,s:[-115.546,2664.172,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.1080000000000005,-8.704]],o:[[4.118,-8.704]],v:[[4.118,-8.704]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:0,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:38.527,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:84.062,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:137.477,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:181.26,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:226.793,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:261.82,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:295.971,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:329.246,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:363.396,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:404.551,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:441.328,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:480.734,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:510.506,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:538.525,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:573.553,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:603.324,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:636.6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:662.869,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:692.641,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:725.916,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:753.061,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:783.709,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:816.107,s:[100,-100]},{t:838,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:236.428,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:431.697,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:612.957,s:[15]},{t:838,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:838,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 17",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:3600,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:4,ty:4,nm:"Star 3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[466.954,395.843,0],to:[-15.333,-186.5,0],ti:[2.333,-186.5,0]},{t:55,s:[125.954,342.843,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-346,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-302,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-250,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:-189,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:-139,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-87,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-47,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-8,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:30,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:69,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:116,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:158,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:203,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:237,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:269,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:309,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:343,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:381,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:411,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:445,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:483,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:514,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:549,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:586,s:[100,-100]},{t:611,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-346,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-76,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:147,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:354,s:[15]},{t:611,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-346,s:[0]},{t:611,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 17",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:14,st:-6,bm:0,completed:!0},{ddd:0,ind:5,ty:0,nm:"Star",refId:"comp_0",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[204.818,543,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:14,op:141,st:-303,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 94",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[-5.546,-348.328,0],to:[0,15.417,0],ti:[0,-30.417,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:34.15,s:[-5.546,-255.828,0],to:[0,30.417,0],ti:[0,-25,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70.928,s:[-5.546,-165.828,0],to:[0,25,0],ti:[0,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:102.451,s:[-5.546,-105.828,0],to:[0,30,0],ti:[0,-61.667,0]},{i:{x:.667,y:.407},o:{x:.333,y:0},t:135.727,s:[-5.546,14.172,0],to:[0,40.458,0],ti:[0,-59.475,0]},{i:{x:.667,y:1},o:{x:.333,y:.775},t:153,s:[-5.546,135.369,0],to:[0,31.177,0],ti:[0,-26.94,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:177,s:[-5.546,264.172,0],to:[0,78.333,0],ti:[0,-53.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:204.027,s:[-5.546,484.172,0],to:[0,53.333,0],ti:[13.333,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:230.297,s:[-5.546,584.172,0],to:[-13.333,30,0],ti:[13.333,-31.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:257.441,s:[-85.546,664.172,0],to:[-13.333,31.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:294.219,s:[-85.546,774.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:348.51,s:[-85.546,944.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:387.039,s:[-85.546,1054.172,0],to:[0,46.667,0],ti:[0,-50,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:423.816,s:[-85.546,1224.172,0],to:[0,50,0],ti:[0,-43.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:467.598,s:[-85.546,1354.172,0],to:[0,43.333,0],ti:[0,-55,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:508.754,s:[-85.546,1484.172,0],to:[0,55,0],ti:[0,-40,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:539.402,s:[-85.546,1684.172,0],to:[0,40,0],ti:[0,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:569.174,s:[-85.546,1724.172,0],to:[0,33.333,0],ti:[15,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:621.713,s:[-85.546,1884.172,0],to:[-15,33.333,0],ti:[15,-21.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.992,s:[-175.546,1924.172,0],to:[-15,21.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:688.264,s:[-175.546,2014.172,0],to:[0,46.667,0],ti:[0,-51.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:727.668,s:[-175.546,2204.172,0],to:[0,51.667,0],ti:[0,-48.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:751.311,s:[-175.546,2324.172,0],to:[0,48.333,0],ti:[0,-45,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:785.461,s:[-175.546,2494.172,0],to:[0,45,0],ti:[-10,-28.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:809.979,s:[-175.546,2594.172,0],to:[10,28.333,0],ti:[-10,-11.667,0]},{t:838,s:[-115.546,2664.172,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.1080000000000005,-8.704]],o:[[4.118,-8.704]],v:[[4.118,-8.704]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:0,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:38.527,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:84.062,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:137.477,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:181.26,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:226.793,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:261.82,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:295.971,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:329.246,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:363.396,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:404.551,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:441.328,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:480.734,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:510.506,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:538.525,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:573.553,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:603.324,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:636.6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:662.869,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:692.641,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:725.916,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:753.061,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:783.709,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:816.107,s:[100,-100]},{t:838,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:236.428,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:431.697,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:612.957,s:[15]},{t:838,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:838,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 17",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:3600,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:6,ty:4,nm:"Star 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[464.954,392.843,0],to:[8.5,-240.5,0],ti:[-5.5,-140.5,0]},{t:55,s:[551.954,233.843,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-421,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-377,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-325,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:-264,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:-214,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-162,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-122,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-83,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-45,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:-6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:41,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:83,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:128,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:162,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:194,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:234,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:268,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:306,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:336,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:370,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:439,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:474,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:511,s:[100,-100]},{t:536,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-421,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-151,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:72,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:279,s:[15]},{t:536,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-421,s:[0]},{t:536,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 17",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:36,st:-6,bm:0,completed:!0},{ddd:0,ind:7,ty:0,nm:"Star",refId:"comp_0",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},t:36,s:[518.5,-301,0],to:[-10,0,0],ti:[10,0,0]},{t:61,s:[458.5,-301,0]}],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:36,op:141,st:-499,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 94",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[-5.546,-348.328,0],to:[0,15.417,0],ti:[0,-30.417,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:34.15,s:[-5.546,-255.828,0],to:[0,30.417,0],ti:[0,-25,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70.928,s:[-5.546,-165.828,0],to:[0,25,0],ti:[0,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:102.451,s:[-5.546,-105.828,0],to:[0,30,0],ti:[0,-61.667,0]},{i:{x:.667,y:.407},o:{x:.333,y:0},t:135.727,s:[-5.546,14.172,0],to:[0,40.458,0],ti:[0,-59.475,0]},{i:{x:.667,y:1},o:{x:.333,y:.775},t:153,s:[-5.546,135.369,0],to:[0,31.177,0],ti:[0,-26.94,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:177,s:[-5.546,264.172,0],to:[0,78.333,0],ti:[0,-53.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:204.027,s:[-5.546,484.172,0],to:[0,53.333,0],ti:[13.333,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:230.297,s:[-5.546,584.172,0],to:[-13.333,30,0],ti:[13.333,-31.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:257.441,s:[-85.546,664.172,0],to:[-13.333,31.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:294.219,s:[-85.546,774.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:348.51,s:[-85.546,944.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:387.039,s:[-85.546,1054.172,0],to:[0,46.667,0],ti:[0,-50,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:423.816,s:[-85.546,1224.172,0],to:[0,50,0],ti:[0,-43.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:467.598,s:[-85.546,1354.172,0],to:[0,43.333,0],ti:[0,-55,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:508.754,s:[-85.546,1484.172,0],to:[0,55,0],ti:[0,-40,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:539.402,s:[-85.546,1684.172,0],to:[0,40,0],ti:[0,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:569.174,s:[-85.546,1724.172,0],to:[0,33.333,0],ti:[15,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:621.713,s:[-85.546,1884.172,0],to:[-15,33.333,0],ti:[15,-21.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.992,s:[-175.546,1924.172,0],to:[-15,21.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:688.264,s:[-175.546,2014.172,0],to:[0,46.667,0],ti:[0,-51.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:727.668,s:[-175.546,2204.172,0],to:[0,51.667,0],ti:[0,-48.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:751.311,s:[-175.546,2324.172,0],to:[0,48.333,0],ti:[0,-45,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:785.461,s:[-175.546,2494.172,0],to:[0,45,0],ti:[-10,-28.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:809.979,s:[-175.546,2594.172,0],to:[10,28.333,0],ti:[-10,-11.667,0]},{t:838,s:[-115.546,2664.172,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.1080000000000005,-8.704]],o:[[4.118,-8.704]],v:[[4.118,-8.704]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:0,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:38.527,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:84.062,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:137.477,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:181.26,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:226.793,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:261.82,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:295.971,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:329.246,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:363.396,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:404.551,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:441.328,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:480.734,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:510.506,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:538.525,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:573.553,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:603.324,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:636.6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:662.869,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:692.641,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:725.916,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:753.061,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:783.709,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:816.107,s:[100,-100]},{t:838,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:236.428,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:431.697,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:612.957,s:[15]},{t:838,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:838,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 17",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:3600,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:8,ty:4,nm:"Star",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[466.954,395.843,0],to:[-12.833,-251.833,0],ti:[1.833,-151.167,0]},{t:55,s:[251.954,192.843,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-142,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-98,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-46,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:15,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:65,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:117,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:157,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:196,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:234,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:273,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:320,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:362,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:407,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:441,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:473,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:513,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:547,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:585,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:615,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:649,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:687,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:718,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:753,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:790,s:[100,-100]},{t:815,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-142,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:128,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:351,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:558,s:[15]},{t:815,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-142,s:[0]},{t:815,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 17",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:29,st:-6,bm:0,completed:!0},{ddd:0,ind:9,ty:0,nm:"Star",refId:"comp_0",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[170,1319,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:29,op:141,st:-96,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 94",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[-5.546,-348.328,0],to:[0,15.417,0],ti:[0,-30.417,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:34.15,s:[-5.546,-255.828,0],to:[0,30.417,0],ti:[0,-25,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:70.928,s:[-5.546,-165.828,0],to:[0,25,0],ti:[0,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:102.451,s:[-5.546,-105.828,0],to:[0,30,0],ti:[0,-61.667,0]},{i:{x:.667,y:.407},o:{x:.333,y:0},t:135.727,s:[-5.546,14.172,0],to:[0,40.458,0],ti:[0,-59.475,0]},{i:{x:.667,y:1},o:{x:.333,y:.775},t:153,s:[-5.546,135.369,0],to:[0,31.177,0],ti:[0,-26.94,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:177,s:[-5.546,264.172,0],to:[0,78.333,0],ti:[0,-53.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:204.027,s:[-5.546,484.172,0],to:[0,53.333,0],ti:[13.333,-30,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:230.297,s:[-5.546,584.172,0],to:[-13.333,30,0],ti:[13.333,-31.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:257.441,s:[-85.546,664.172,0],to:[-13.333,31.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:294.219,s:[-85.546,774.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:348.51,s:[-85.546,944.172,0],to:[0,46.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:387.039,s:[-85.546,1054.172,0],to:[0,46.667,0],ti:[0,-50,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:423.816,s:[-85.546,1224.172,0],to:[0,50,0],ti:[0,-43.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:467.598,s:[-85.546,1354.172,0],to:[0,43.333,0],ti:[0,-55,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:508.754,s:[-85.546,1484.172,0],to:[0,55,0],ti:[0,-40,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:539.402,s:[-85.546,1684.172,0],to:[0,40,0],ti:[0,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:569.174,s:[-85.546,1724.172,0],to:[0,33.333,0],ti:[15,-33.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:621.713,s:[-85.546,1884.172,0],to:[-15,33.333,0],ti:[15,-21.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.992,s:[-175.546,1924.172,0],to:[-15,21.667,0],ti:[0,-46.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:688.264,s:[-175.546,2014.172,0],to:[0,46.667,0],ti:[0,-51.667,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:727.668,s:[-175.546,2204.172,0],to:[0,51.667,0],ti:[0,-48.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:751.311,s:[-175.546,2324.172,0],to:[0,48.333,0],ti:[0,-45,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:785.461,s:[-175.546,2494.172,0],to:[0,45,0],ti:[-10,-28.333,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:809.979,s:[-175.546,2594.172,0],to:[10,28.333,0],ti:[-10,-11.667,0]},{t:838,s:[-115.546,2664.172,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.1080000000000005,-8.704]],o:[[4.118,-8.704]],v:[[4.118,-8.704]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[11.007,-1.504],[10.657,-2.4539999999999997],[15.087,-14.204],[3.887,-10.584],[2.837,-10.524000000000001],[-6.643,-18.204],[-7.023,-6.144],[-7.293,-5.184],[-17.643,1.886],[-6.603,5.666],[-5.723,6.246],[-2.633,18.206],[4.547,8.566],[5.327,7.926],[17.647,8.326]],o:[[10.717,-1.924],[10.837,-2.924],[15.087,-14.204],[3.387,-10.424],[2.427,-10.864],[-6.643,-18.204],[-7.0329999999999995,-5.644],[-7.703,-4.894],[-17.643,1.886],[-6.103,5.836],[-5.593,6.756],[-2.633,18.206],[4.8469999999999995,8.156],[5.847,7.936],[17.647,8.326]],v:[[11.007,-1.504],[10.837,-2.924],[15.087,-14.204],[3.887,-10.584],[2.427,-10.864],[-6.643,-18.204],[-7.023,-6.144],[-7.703,-4.894],[-17.643,1.886],[-6.603,5.666],[-5.593,6.756],[-2.633,18.206],[4.547,8.566],[5.847,7.936],[17.647,8.326]],c:!0},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:0,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:38.527,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:84.062,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:137.477,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:181.26,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:226.793,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:261.82,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:295.971,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:329.246,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:363.396,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:404.551,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:441.328,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:480.734,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:510.506,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:538.525,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:573.553,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:603.324,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:636.6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:662.869,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:692.641,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:725.916,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:753.061,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:783.709,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:816.107,s:[100,-100]},{t:838,s:[-100,-100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:236.428,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:431.697,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:612.957,s:[15]},{t:838,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:838,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 17",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:3600,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:10,ty:4,nm:"Circle 3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[461.681,401.958,0],to:[12.333,-218.667,0],ti:[-2.333,-103.333,0]},{t:55,s:[680.681,240.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-600,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-566,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-534,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-494,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-460,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-422,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-392,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-358,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-320,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-289,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-254,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-217,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:-192,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-147,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-103,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-51,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:10,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:60,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:112,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:152,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:191,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:229,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:268,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:315,s:[100,-100]},{t:357,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-600,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-498,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-217,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:150,s:[25]},{t:357,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-600,s:[0]},{t:357,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:28,st:-6,bm:0,completed:!0},{ddd:0,ind:11,ty:0,nm:"Dot",refId:"comp_1",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[796.5,1218.75,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:28,op:141,st:-123,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 97",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[-148.874,-341.028,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[-178.874,-229.131,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[-208.874,-143.145,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[-208.874,-47.662,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[-208.874,94.065,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[-178.874,351.302,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[-116.508,489.887,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[-208.874,539.719,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[-208.874,677.896,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[-208.874,866.313,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[-208.874,1029.61,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[-208.874,1205.472,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[-118.874,1340.909,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[-178.874,1422.148,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[-208.874,1585.44,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[-208.874,1780.132,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[-208.874,1952.841,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[-208.874,2153.817,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[-208.874,2310.83,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[-148.874,2467.84,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[-178.874,2590.308,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[-208.874,2690.802,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:12,ty:4,nm:"Circle 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[465.681,404.958,0],to:[-3.667,-183.333,0],ti:[4.667,-176.667,0]},{t:55,s:[230.681,260.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-353,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-319,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-287,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-247,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-213,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-175,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-145,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-111,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-73,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-42,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-7,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:30,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:55,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:100,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:144,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:196,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:257,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:307,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:359,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:399,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:438,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:476,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:515,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:562,s:[100,-100]},{t:604,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-353,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-251,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:30,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:397,s:[25]},{t:604,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-353,s:[0]},{t:604,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:31,st:-6,bm:0,completed:!0},{ddd:0,ind:13,ty:0,nm:"Dot",refId:"comp_1",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[384,844,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:30,op:141,st:-203,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 97",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[-148.874,-341.028,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[-178.874,-229.131,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[-208.874,-143.145,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[-208.874,-47.662,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[-208.874,94.065,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[-178.874,351.302,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[-116.508,489.887,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[-208.874,539.719,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[-208.874,677.896,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[-208.874,866.313,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[-208.874,1029.61,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[-208.874,1205.472,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[-118.874,1340.909,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[-178.874,1422.148,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[-208.874,1585.44,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[-208.874,1780.132,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[-208.874,1952.841,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[-208.874,2153.817,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[-208.874,2310.83,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[-148.874,2467.84,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[-178.874,2590.308,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[-208.874,2690.802,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:14,ty:4,nm:"Circle",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[466.681,399.958,0],to:[-12.833,-34.833,0],ti:[20.667,-158,0]},{t:55,s:[389.681,190.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-368,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-334,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-302,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-262,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-228,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-190,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-160,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-126,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-88,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-57,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-22,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:15,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:40,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:85,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:129,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:181,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:242,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:292,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:344,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:384,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:423,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:461,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:500,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:547,s:[100,-100]},{t:589,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-368,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-266,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:15,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:382,s:[25]},{t:589,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-368,s:[0]},{t:589,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:25,st:-6,bm:0,completed:!0},{ddd:0,ind:15,ty:0,nm:"Dot",refId:"comp_1",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[529.5,1448,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:25,op:141,st:-38,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:3,nm:"Null 6",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[187.5,368,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1500,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Fill 97",parent:3,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[-148.874,-341.028,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[-178.874,-229.131,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[-208.874,-143.145,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[-208.874,-47.662,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[-208.874,94.065,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[-178.874,351.302,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[-116.508,489.887,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[-208.874,539.719,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[-208.874,677.896,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[-208.874,866.313,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[-208.874,1029.61,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[-208.874,1205.472,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[-118.874,1340.909,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[-178.874,1422.148,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[-208.874,1585.44,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[-208.874,1780.132,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[-208.874,1952.841,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[-208.874,2153.817,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[-208.874,2310.83,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[-148.874,2467.84,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[-178.874,2590.308,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[-208.874,2690.802,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-10.683,2.662],[2.7860000000000005,2.5789999999999997],[.9410000000000003,-13.872999999999998],[-12.757,-15.13]],o:[[-2.0410000000000004,6.346],[4.136,-7.993],[-7.317,-18.726],[-13.851999999999999,-4.961]],v:[[-5.961,4.675],[3.474,-2.806],[-2.929,-16.147],[-13.338,-9.733]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:3,nm:"Null 3",parent:1,sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:98.949,s:[120,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:183.887,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:259.193,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:339.754,s:[40,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:373.029,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:416.811,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:491.242,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:514.883,s:[80,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:573.553,s:[240,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:629.594,s:[160,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:661.994,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:710.154,s:[0,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:753.938,s:[200,-14,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:784.586,s:[280,-14,0],to:[0,0,0],ti:[0,0,0]},{t:838,s:[-40,-14,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:16,ty:4,nm:"Rectangle 4",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[457.681,392.958,0],to:[4.5,-184.833,0],ti:[-1.5,-100.167,0]},{t:55,s:[616.681,165.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-199,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-165,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-133,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-93,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-59,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-21,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:9,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:43,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:81,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:112,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:147,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:184,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:209,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:254,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:298,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:350,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:411,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:461,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:513,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:553,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:592,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:630,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:669,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:716,s:[100,-100]},{t:758,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-199,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-97,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:184,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:551,s:[25]},{t:758,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-199,s:[0]},{t:758,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:42,st:-6,bm:0,completed:!0},{ddd:0,ind:17,ty:0,nm:"Rectangle",refId:"comp_2",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[625.5,971.75,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:42,op:141,st:-140,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 96",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0}]},{ddd:0,ind:18,ty:4,nm:"Rectangle 3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[461.681,401.958,0],to:[-3,-192.5,0],ti:[8,-141.5,0]},{t:55,s:[191.681,218.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-167,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-133,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-101,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-61,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-27,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:11,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:41,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:75,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:113,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:144,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:179,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:216,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:241,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:286,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:330,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:382,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:443,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:493,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:545,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:585,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:624,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:662,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:701,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:748,s:[100,-100]},{t:790,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-167,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-65,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:216,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:583,s:[25]},{t:790,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-167,s:[0]},{t:790,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:33,st:-6,bm:0,completed:!0},{ddd:0,ind:19,ty:0,nm:"Rectangle",refId:"comp_2",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[241.5,1235.25,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:33,op:141,st:-107,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 96",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0}]},{ddd:0,ind:20,ty:4,nm:"Rectangle 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[462.681,406.958,0],to:[5.833,-282.167,0],ti:[-3.833,-109.833,0]},{t:55,s:[491.681,165.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-6,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:28,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:60,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:100,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:134,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:172,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:202,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:236,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:274,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:305,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:340,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:377,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:402,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:447,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:491,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:543,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:604,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:654,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:706,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:746,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:785,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:823,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:862,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:909,s:[100,-100]},{t:951,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-6,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:96,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:377,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:744,s:[25]},{t:951,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-6,s:[0]},{t:951,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:26,st:-6,bm:0,completed:!0},{ddd:0,ind:21,ty:0,nm:"Rectangle",refId:"comp_2",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[537,1208.25,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:26,op:141,st:-96,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 96",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0}]},{ddd:0,ind:22,ty:4,nm:"Rectangle",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[462.681,407.958,0],to:[7.333,-130.667,0],ti:[-.333,-144.333,0]},{t:55,s:[722.681,211.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-60,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-26,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:6,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:46,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:80,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:118,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:148,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:182,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:220,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:251,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:286,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:323,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:348,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:393,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:437,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:489,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:550,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:600,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:652,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:692,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:731,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:769,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:808,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:855,s:[100,-100]},{t:897,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-60,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:42,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:323,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:690,s:[25]},{t:897,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-60,s:[0]},{t:897,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:26,st:-6,bm:0,completed:!0},{ddd:0,ind:23,ty:0,nm:"Rectangle",refId:"comp_2",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[754,1398.75,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:26,op:141,st:-59,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 96",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],o:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],v:[[-9.584,3.802],[9.734,-6.562],[5.318,-19.023],[-14.005,-8.222]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.5294,.2745,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0}]},{ddd:0,ind:24,ty:4,nm:"Square 4",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[464.681,409.958,0],to:[-3.167,-234.5,0],ti:[3.167,-135.5,0]},{t:55,s:[331.681,274.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-24,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:10,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:42,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:82,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:116,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:154,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:184,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:218,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:256,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:287,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:322,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:359,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:384,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:429,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:473,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:525,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:586,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:636,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:688,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:728,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:767,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:805,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:844,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:891,s:[100,-100]},{t:933,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-24,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:78,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:359,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:726,s:[25]},{t:933,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-24,s:[0]},{t:933,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:27,st:-6,bm:0,completed:!0},{ddd:0,ind:25,ty:0,nm:"Square",refId:"comp_3",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[310.317,985.151,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:27,op:141,st:-172,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 95",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:3,nm:"Null 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[307.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[227.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[267.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[387.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[147.5,354,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:26,ty:4,nm:"Square 3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[466.681,408.958,0],to:[5.333,-269,0],ti:[-6.333,-197,0]},{t:55,s:[642.681,294.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-475,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-441,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-409,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-369,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-335,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-297,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-267,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-233,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-195,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-164,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-129,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-92,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:-67,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-22,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:22,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:74,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:135,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:185,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:237,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:277,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:316,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:354,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:393,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:440,s:[100,-100]},{t:482,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-475,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-373,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-92,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:275,s:[25]},{t:482,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-475,s:[0]},{t:482,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:18,st:-6,bm:0,completed:!0},{ddd:0,ind:27,ty:0,nm:"Square",refId:"comp_3",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[656.317,1122.151,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:18,op:141,st:-147,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 95",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:3,nm:"Null 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[307.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[227.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[267.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[387.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[147.5,354,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:28,ty:4,nm:"Square 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[465.681,408.958,0],to:[-2,-270.833,0],ti:[5,-82.167,0]},{t:55,s:[321.681,181.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-138,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-104,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-72,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-32,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:2,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:40,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:70,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:104,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:142,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:173,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:245,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:270,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:315,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:359,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:411,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:472,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:522,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:574,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:614,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:653,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:691,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:730,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:777,s:[100,-100]},{t:819,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-138,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-36,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:245,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:612,s:[25]},{t:819,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-138,s:[0]},{t:819,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:32,st:-6,bm:0,completed:!0},{ddd:0,ind:29,ty:0,nm:"Square",refId:"comp_3",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[371.317,1320.151,0],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:32,op:141,st:-75,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 95",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:3,nm:"Null 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[307.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[227.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[267.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[387.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[147.5,354,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]},{ddd:0,ind:30,ty:4,nm:"Square",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:.167,y:.167},t:-2,s:[464.681,410.958,0],to:[9.333,-292.667,0],ti:[-18.333,-191.333,0]},{t:55,s:[706.681,298.958,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-332,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-298,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-266,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-226,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-192,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-154,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-124,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-90,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:-52,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:-21,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:14,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:51,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:76,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:121,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:165,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:217,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:278,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:328,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:380,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:420,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:459,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:536,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:583,s:[100,-100]},{t:625,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-332,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-230,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:51,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:418,s:[25]},{t:625,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:-332,s:[0]},{t:625,s:[5760]}],ix:5},nm:"Transform",_render:!0}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:27,st:-6,bm:0,completed:!0},{ddd:0,ind:31,ty:0,nm:"Square",refId:"comp_3",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:110,s:[100]},{t:140,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.469,y:1},o:{x:.167,y:.167},t:27,s:[742,1554,0],to:[1.833,1.667,0],ti:[-1.833,-1.667,0]},{t:34,s:[753,1564,0]}],ix:2},a:{a:0,k:[187.5,1500,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,w:375,h:3e3,ip:27,op:141,st:-30,bm:0,completed:!0,layers:[{ddd:0,ind:1,ty:4,nm:"Fill 95",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.562,y:1},o:{x:.198,y:0},t:0,s:[202.626,13.222,0],to:[0,24.201,0],ti:[0,-48.268,0]},{i:{x:.653,y:1},o:{x:.31,y:0},t:34,s:[172.626,125.119,0],to:[0,26.371,0],ti:[0,-30.606,0]},{i:{x:.676,y:1},o:{x:.335,y:0},t:67.422,s:[142.626,211.105,0],to:[0,30.58,0],ti:[0,-32.729,0]},{i:{x:.7,y:1},o:{x:.356,y:0},t:96.736,s:[142.626,306.588,0],to:[0,47.125,0],ti:[0,-46.326,0]},{i:{x:.833,y:1},o:{x:.44,y:0},t:131.211,s:[142.626,448.315,0],to:[0,111.388,0],ti:[0,-45.734,0]},{i:{x:.544,y:.637},o:{x:.196,y:0},t:185,s:[172.626,705.552,0],to:[0,14.751,0],ti:[7.083,-74.622,0]},{i:{x:.636,y:1},o:{x:.3,y:.265},t:215,s:[234.992,844.137,0],to:[-1.475,15.536,0],ti:[0,-17.658,0]},{i:{x:.488,y:1},o:{x:.167,y:0},t:237.93,s:[142.626,893.969,0],to:[0,40.921,0],ti:[0,-50.858,0]},{i:{x:.595,y:1},o:{x:.372,y:0},t:276.418,s:[142.626,1032.146,0],to:[0,57.581,0],ti:[0,-67.539,0]},{i:{x:.68,y:1},o:{x:.366,y:0},t:328.902,s:[142.626,1220.563,0],to:[0,52.132,0],ti:[0,-56.507,0]},{i:{x:.737,y:1},o:{x:.292,y:0},t:377.889,s:[142.626,1383.86,0],to:[0,56.974,0],ti:[0,-60.036,0]},{i:{x:.614,y:.63},o:{x:.206,y:0},t:428.621,s:[142.626,1559.722,0],to:[0,44.588,0],ti:[0,-45.608,0]},{i:{x:.76,y:1},o:{x:.388,y:.423},t:465,s:[232.626,1695.159,0],to:[0,26.971,0],ti:[0,-27.169,0]},{i:{x:.833,y:1},o:{x:.522,y:0},t:490.729,s:[172.626,1776.398,0],to:[0,54.309,0],ti:[0,-54.395,0]},{i:{x:.586,y:1},o:{x:.167,y:0},t:533.592,s:[142.626,1939.69,0],to:[0,65.449,0],ti:[0,-64.072,0]},{i:{x:.236,y:1},o:{x:.167,y:0},t:586.949,s:[142.626,2134.382,0],to:[0,58.702,0],ti:[0,-56.228,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:641.184,s:[142.626,2307.091,0],to:[0,69.785,0],ti:[0,-63.798,0]},{i:{x:.833,y:1},o:{x:.685,y:0},t:689.295,s:[142.626,2508.067,0],to:[0,55.302,0],ti:[0,-49.112,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:735.654,s:[142.626,2665.08,0],to:[0,57.546,0],ti:[0,-46.707,0]},{i:{x:.511,y:1},o:{x:.281,y:0},t:781,s:[202.626,2822.09,0],to:[0,28.636,0],ti:[0,-13.385,0]},{i:{x:.833,y:1},o:{x:.167,y:0},t:809,s:[172.626,2944.558,0],to:[0,63.954,0],ti:[0,0,0]},{t:838,s:[142.626,3045.052,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[65,65,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],o:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],v:[[-3.155,7.985],[11.583,-1.952],[5.318,-19.023],[-10.536,-10.298]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[.1804,.0118,.898,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:1,k:[{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:0,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:34,s:[-100,0]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:66,s:[-100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:106,s:[100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:140,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:178,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:208,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:242,s:[100,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:280,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:311,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:346,s:[100,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:383,s:[100,-100]},{i:{x:[.833,.833],y:[1,1]},o:{x:[.167,.167],y:[0,0]},t:408,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:453,s:[100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:497,s:[-101,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:549,s:[-101,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:610,s:[100,-106]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:660,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:712,s:[104,0]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:752,s:[104,100]},{i:{x:[.27,.27],y:[1.55,1]},o:{x:[.68,.68],y:[-.55,0]},t:791,s:[104,-100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:829,s:[-100,-100]},{i:{x:[.27,.27],y:[1.55,1.55]},o:{x:[.68,.68],y:[-.55,-.55]},t:868,s:[-100,100]},{i:{x:[.27,.27],y:[1,1.55]},o:{x:[.68,.68],y:[0,-.55]},t:915,s:[100,-100]},{t:957,s:[100,100]}],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:102,s:[25]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:383,s:[15]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:750,s:[25]},{t:957,s:[25]}],ix:4},sa:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},t:0,s:[0]},{t:957,s:[5760]}],ix:5},nm:"Transform"}],nm:"Fill 91",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:982,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:3,nm:"Null 3",sr:1,ks:{o:{a:0,k:0,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.667,y:1},o:{x:.333,y:0},t:0,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:111.229,s:[307.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:206.707,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:291.361,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:381.92,s:[227.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:419.324,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:468.539,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:552.207,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:578.783,s:[267.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:644.734,s:[427.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:707.729,s:[347.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:744.15,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:798.287,s:[187.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:847.506,s:[387.5,354,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},t:881.957,s:[467.5,354,0],to:[0,0,0],ti:[0,0,0]},{t:942,s:[147.5,354,0]}],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,ip:0,op:1549,st:0,bm:0,completed:!0}]}],markers=[],__complete=!0,CopyJson={v,fr,ip,op,w,h,nm,ddd,assets,layers,markers,__complete};var axios$1={exports:{}},bind$2=function t(e,i){return function(){for(var s=new Array(arguments.length),n=0;n"u"}function isBuffer(t){return t!==null&&!isUndefined(t)&&t.constructor!==null&&!isUndefined(t.constructor)&&typeof t.constructor.isBuffer=="function"&&t.constructor.isBuffer(t)}function isArrayBuffer(t){return toString.call(t)==="[object ArrayBuffer]"}function isFormData(t){return typeof FormData<"u"&&t instanceof FormData}function isArrayBufferView(t){var e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function isString(t){return typeof t=="string"}function isNumber(t){return typeof t=="number"}function isObject(t){return t!==null&&typeof t=="object"}function isDate(t){return toString.call(t)==="[object Date]"}function isFile(t){return toString.call(t)==="[object File]"}function isBlob(t){return toString.call(t)==="[object Blob]"}function isFunction(t){return toString.call(t)==="[object Function]"}function isStream(t){return isObject(t)&&isFunction(t.pipe)}function isURLSearchParams(t){return typeof URLSearchParams<"u"&&t instanceof URLSearchParams}function trim(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function isStandardBrowserEnv(){return typeof navigator<"u"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window<"u"&&typeof document<"u"}function forEach(t,e){if(!(t===null||typeof t>"u"))if(typeof t!="object"&&(t=[t]),isArray(t))for(var i=0,r=t.length;i"u"||(utils$8.isArray(a)?f=f+"[]":a=[a],utils$8.forEach(a,function(E){utils$8.isDate(E)?E=E.toISOString():utils$8.isObject(E)&&(E=JSON.stringify(E)),n.push(encode(f)+"="+encode(E))}))}),s=n.join("&")}if(s){var o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e},utils$7=utils$9;function InterceptorManager$1(){this.handlers=[]}InterceptorManager$1.prototype.use=function t(e,i){return this.handlers.push({fulfilled:e,rejected:i}),this.handlers.length-1};InterceptorManager$1.prototype.eject=function t(e){this.handlers[e]&&(this.handlers[e]=null)};InterceptorManager$1.prototype.forEach=function t(e){utils$7.forEach(this.handlers,function(r){r!==null&&e(r)})};var InterceptorManager_1=InterceptorManager$1,utils$6=utils$9,transformData$1=function t(e,i,r){return utils$6.forEach(r,function(n){e=n(e,i)}),e},isCancel$1,hasRequiredIsCancel;function requireIsCancel(){return hasRequiredIsCancel||(hasRequiredIsCancel=1,isCancel$1=function(e){return!!(e&&e.__CANCEL__)}),isCancel$1}var utils$5=utils$9,normalizeHeaderName$1=function t(e,i){utils$5.forEach(e,function(s,n){n!==i&&n.toUpperCase()===i.toUpperCase()&&(e[i]=s,delete e[n])})},enhanceError,hasRequiredEnhanceError;function requireEnhanceError(){return hasRequiredEnhanceError||(hasRequiredEnhanceError=1,enhanceError=function(e,i,r,s,n){return e.config=i,r&&(e.code=r),e.request=s,e.response=n,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}),enhanceError}var createError,hasRequiredCreateError;function requireCreateError(){if(hasRequiredCreateError)return createError;hasRequiredCreateError=1;var t=requireEnhanceError();return createError=function(i,r,s,n,o){var l=new Error(i);return t(l,r,s,n,o)},createError}var settle,hasRequiredSettle;function requireSettle(){if(hasRequiredSettle)return settle;hasRequiredSettle=1;var t=requireCreateError();return settle=function(i,r,s){var n=s.config.validateStatus;!n||n(s.status)?i(s):r(t("Request failed with status code "+s.status,s.config,null,s.request,s))},settle}var isAbsoluteURL,hasRequiredIsAbsoluteURL;function requireIsAbsoluteURL(){return hasRequiredIsAbsoluteURL||(hasRequiredIsAbsoluteURL=1,isAbsoluteURL=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}),isAbsoluteURL}var combineURLs,hasRequiredCombineURLs;function requireCombineURLs(){return hasRequiredCombineURLs||(hasRequiredCombineURLs=1,combineURLs=function(e,i){return i?e.replace(/\/+$/,"")+"/"+i.replace(/^\/+/,""):e}),combineURLs}var buildFullPath,hasRequiredBuildFullPath;function requireBuildFullPath(){if(hasRequiredBuildFullPath)return buildFullPath;hasRequiredBuildFullPath=1;var t=requireIsAbsoluteURL(),e=requireCombineURLs();return buildFullPath=function(r,s){return r&&!t(s)?e(r,s):s},buildFullPath}var parseHeaders,hasRequiredParseHeaders;function requireParseHeaders(){if(hasRequiredParseHeaders)return parseHeaders;hasRequiredParseHeaders=1;var t=utils$9,e=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];return parseHeaders=function(r){var s={},n,o,l;return r&&t.forEach(r.split(` `),function(f){if(l=f.indexOf(":"),n=t.trim(f.substr(0,l)).toLowerCase(),o=t.trim(f.substr(l+1)),n){if(s[n]&&e.indexOf(n)>=0)return;n==="set-cookie"?s[n]=(s[n]?s[n]:[]).concat([o]):s[n]=s[n]?s[n]+", "+o:o}}),s},parseHeaders}var isURLSameOrigin,hasRequiredIsURLSameOrigin;function requireIsURLSameOrigin(){if(hasRequiredIsURLSameOrigin)return isURLSameOrigin;hasRequiredIsURLSameOrigin=1;var t=utils$9;return isURLSameOrigin=t.isStandardBrowserEnv()?function(){var i=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a"),s;function n(o){var l=o;return i&&(r.setAttribute("href",l),l=r.href),r.setAttribute("href",l),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return s=n(window.location.href),function(l){var a=t.isString(l)?n(l):l;return a.protocol===s.protocol&&a.host===s.host}}():function(){return function(){return!0}}(),isURLSameOrigin}var cookies,hasRequiredCookies;function requireCookies(){if(hasRequiredCookies)return cookies;hasRequiredCookies=1;var t=utils$9;return cookies=t.isStandardBrowserEnv()?function(){return{write:function(r,s,n,o,l,a){var f=[];f.push(r+"="+encodeURIComponent(s)),t.isNumber(n)&&f.push("expires="+new Date(n).toGMTString()),t.isString(o)&&f.push("path="+o),t.isString(l)&&f.push("domain="+l),a===!0&&f.push("secure"),document.cookie=f.join("; ")},read:function(r){var s=document.cookie.match(new RegExp("(^|;\\s*)("+r+")=([^;]*)"));return s?decodeURIComponent(s[3]):null},remove:function(r){this.write(r,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),cookies}var xhr,hasRequiredXhr;function requireXhr(){if(hasRequiredXhr)return xhr;hasRequiredXhr=1;var t=utils$9,e=requireSettle(),i=buildURL$1,r=requireBuildFullPath(),s=requireParseHeaders(),n=requireIsURLSameOrigin(),o=requireCreateError();return xhr=function(a){return new Promise(function(c,E){var u=a.data,k=a.headers;t.isFormData(u)&&delete k["Content-Type"];var x=new XMLHttpRequest;if(a.auth){var m=a.auth.username||"",T=a.auth.password||"";k.Authorization="Basic "+btoa(m+":"+T)}var d=r(a.baseURL,a.url);if(x.open(a.method.toUpperCase(),i(d,a.params,a.paramsSerializer),!0),x.timeout=a.timeout,x.onreadystatechange=function(){if(!(!x||x.readyState!==4)&&!(x.status===0&&!(x.responseURL&&x.responseURL.indexOf("file:")===0))){var P="getAllResponseHeaders"in x?s(x.getAllResponseHeaders()):null,C=!a.responseType||a.responseType==="text"?x.responseText:x.response,M={data:C,status:x.status,statusText:x.statusText,headers:P,config:a,request:x};e(c,E,M),x=null}},x.onabort=function(){x&&(E(o("Request aborted",a,"ECONNABORTED",x)),x=null)},x.onerror=function(){E(o("Network Error",a,null,x)),x=null},x.ontimeout=function(){var P="timeout of "+a.timeout+"ms exceeded";a.timeoutErrorMessage&&(P=a.timeoutErrorMessage),E(o(P,a,"ECONNABORTED",x)),x=null},t.isStandardBrowserEnv()){var g=requireCookies(),y=(a.withCredentials||n(d))&&a.xsrfCookieName?g.read(a.xsrfCookieName):void 0;y&&(k[a.xsrfHeaderName]=y)}if("setRequestHeader"in x&&t.forEach(k,function(P,C){typeof u>"u"&&C.toLowerCase()==="content-type"?delete k[C]:x.setRequestHeader(C,P)}),t.isUndefined(a.withCredentials)||(x.withCredentials=!!a.withCredentials),a.responseType)try{x.responseType=a.responseType}catch(_){if(a.responseType!=="json")throw _}typeof a.onDownloadProgress=="function"&&x.addEventListener("progress",a.onDownloadProgress),typeof a.onUploadProgress=="function"&&x.upload&&x.upload.addEventListener("progress",a.onUploadProgress),a.cancelToken&&a.cancelToken.promise.then(function(P){x&&(x.abort(),E(P),x=null)}),u===void 0&&(u=null),x.send(u)})},xhr}var utils$4=utils$9,normalizeHeaderName=normalizeHeaderName$1,DEFAULT_CONTENT_TYPE={"Content-Type":"application/x-www-form-urlencoded"};function setContentTypeIfUnset(t,e){!utils$4.isUndefined(t)&&utils$4.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function getDefaultAdapter(){var t;return(typeof XMLHttpRequest<"u"||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]")&&(t=requireXhr()),t}var defaults$2={adapter:getDefaultAdapter(),transformRequest:[function t(e,i){return normalizeHeaderName(i,"Accept"),normalizeHeaderName(i,"Content-Type"),utils$4.isFormData(e)||utils$4.isArrayBuffer(e)||utils$4.isBuffer(e)||utils$4.isStream(e)||utils$4.isFile(e)||utils$4.isBlob(e)?e:utils$4.isArrayBufferView(e)?e.buffer:utils$4.isURLSearchParams(e)?(setContentTypeIfUnset(i,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):utils$4.isObject(e)?(setContentTypeIfUnset(i,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function t(e){if(typeof e=="string")try{e=JSON.parse(e)}catch{}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function t(e){return e>=200&&e<300}};defaults$2.headers={common:{Accept:"application/json, text/plain, */*"}};utils$4.forEach(["delete","get","head"],function t(e){defaults$2.headers[e]={}});utils$4.forEach(["post","put","patch"],function t(e){defaults$2.headers[e]=utils$4.merge(DEFAULT_CONTENT_TYPE)});var defaults_1=defaults$2,utils$3=utils$9,transformData=transformData$1,isCancel=requireIsCancel(),defaults$1=defaults_1;function throwIfCancellationRequested(t){t.cancelToken&&t.cancelToken.throwIfRequested()}var dispatchRequest$1=function t(e){throwIfCancellationRequested(e),e.headers=e.headers||{},e.data=transformData(e.data,e.headers,e.transformRequest),e.headers=utils$3.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),utils$3.forEach(["delete","get","head","post","put","patch","common"],function(s){delete e.headers[s]});var i=e.adapter||defaults$1.adapter;return i(e).then(function(s){return throwIfCancellationRequested(e),s.data=transformData(s.data,s.headers,e.transformResponse),s},function(s){return isCancel(s)||(throwIfCancellationRequested(e),s&&s.response&&(s.response.data=transformData(s.response.data,s.response.headers,e.transformResponse))),Promise.reject(s)})},utils$2=utils$9,mergeConfig$2=function t(e,i){i=i||{};var r={},s=["url","method","params","data"],n=["headers","auth","proxy"],o=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];utils$2.forEach(s,function(c){typeof i[c]<"u"&&(r[c]=i[c])}),utils$2.forEach(n,function(c){utils$2.isObject(i[c])?r[c]=utils$2.deepMerge(e[c],i[c]):typeof i[c]<"u"?r[c]=i[c]:utils$2.isObject(e[c])?r[c]=utils$2.deepMerge(e[c]):typeof e[c]<"u"&&(r[c]=e[c])}),utils$2.forEach(o,function(c){typeof i[c]<"u"?r[c]=i[c]:typeof e[c]<"u"&&(r[c]=e[c])});var l=s.concat(n).concat(o),a=Object.keys(i).filter(function(c){return l.indexOf(c)===-1});return utils$2.forEach(a,function(c){typeof i[c]<"u"?r[c]=i[c]:typeof e[c]<"u"&&(r[c]=e[c])}),r},utils$1=utils$9,buildURL=buildURL$1,InterceptorManager=InterceptorManager_1,dispatchRequest=dispatchRequest$1,mergeConfig$1=mergeConfig$2;function Axios$1(t){this.defaults=t,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}Axios$1.prototype.request=function t(e){typeof e=="string"?(e=arguments[1]||{},e.url=arguments[0]):e=e||{},e=mergeConfig$1(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var i=[dispatchRequest,void 0],r=Promise.resolve(e);for(this.interceptors.request.forEach(function(n){i.unshift(n.fulfilled,n.rejected)}),this.interceptors.response.forEach(function(n){i.push(n.fulfilled,n.rejected)});i.length;)r=r.then(i.shift(),i.shift());return r};Axios$1.prototype.getUri=function t(e){return e=mergeConfig$1(this.defaults,e),buildURL(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")};utils$1.forEach(["delete","get","head","options"],function t(e){Axios$1.prototype[e]=function(i,r){return this.request(utils$1.merge(r||{},{method:e,url:i}))}});utils$1.forEach(["post","put","patch"],function t(e){Axios$1.prototype[e]=function(i,r,s){return this.request(utils$1.merge(s||{},{method:e,url:i,data:r}))}});var Axios_1=Axios$1,Cancel_1,hasRequiredCancel;function requireCancel(){if(hasRequiredCancel)return Cancel_1;hasRequiredCancel=1;function t(e){this.message=e}return t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,Cancel_1=t,Cancel_1}var CancelToken_1,hasRequiredCancelToken;function requireCancelToken(){if(hasRequiredCancelToken)return CancelToken_1;hasRequiredCancelToken=1;var t=requireCancel();function e(i){if(typeof i!="function")throw new TypeError("executor must be a function.");var r;this.promise=new Promise(function(o){r=o});var s=this;i(function(o){s.reason||(s.reason=new t(o),r(s.reason))})}return e.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},e.source=function(){var r,s=new e(function(o){r=o});return{token:s,cancel:r}},CancelToken_1=e,CancelToken_1}var spread,hasRequiredSpread;function requireSpread(){return hasRequiredSpread||(hasRequiredSpread=1,spread=function(e){return function(r){return e.apply(null,r)}}),spread}var utils=utils$9,bind=bind$2,Axios=Axios_1,mergeConfig=mergeConfig$2,defaults=defaults_1;function createInstance(t){var e=new Axios(t),i=bind(Axios.prototype.request,e);return utils.extend(i,Axios.prototype,e),utils.extend(i,e),i}var axios=createInstance(defaults);axios.Axios=Axios;axios.create=function t(e){return createInstance(mergeConfig(axios.defaults,e))};axios.Cancel=requireCancel();axios.CancelToken=requireCancelToken();axios.isCancel=requireIsCancel();axios.all=function t(e){return Promise.all(e)};axios.spread=requireSpread();axios$1.exports=axios;axios$1.exports.default=axios;const _hoisted_1$f={class:"flex w-full p-12 justify-between items-center"},_hoisted_2$c={class:"flex items-center gap-7"},_hoisted_3$9=createBaseVNode("p",{class:"selectable hidden lg:block"},"Delanierlucas@gmail.com",-1),_hoisted_4$4={class:"relative parent hidden lg:block"},_hoisted_5$3={class:"hidden sm:block"},_sfc_main$c={__name:"Header",setup(t){function e(){console.log("openCV"),window.open("/src/assets/files/cv.pdf","_blank")}const i=ref(null),r=ref(!1);function s(n){if(console.log("copyEmail"),navigator.clipboard.writeText("delanierlucas@gmail.com"),!r.value){const o=n.target.getBoundingClientRect();i.value.play(),r.value=!0,i.value.$el.style.left=`${n.clientX-o.left}px`,i.value.$el.style.top=`${n.clientY-o.top}px`,setTimeout(()=>{i.value.stop(),r.value=!1},2700)}}return(n,o)=>(openBlock(),createElementBlock("header",_hoisted_1$f,[createBaseVNode("div",_hoisted_2$c,[_hoisted_3$9,createBaseVNode("div",_hoisted_4$4,[createVNode(_sfc_main$g,{text:"Copier",onClick:s}),withDirectives(createVNode(unref(Vue3Lottie),{ref_key:"copyAnimation",ref:i,animationData:unref(CopyJson),height:180,width:180,class:"absolute z-10 pointer-events-none child","auto-play":!1,loop:!1},null,8,["animationData"]),[[vShow,r.value]])]),createVNode(_sfc_main$g,{text:"Cv",onClick:e})]),createBaseVNode("div",_hoisted_5$3,[createVNode(BreadCrumb,null,{first:withCtx(()=>[createVNode(_sfc_main$e,{url:"about"},{default:withCtx(()=>[createTextVNode("A propos")]),_:1})]),second:withCtx(()=>[createVNode(_sfc_main$e,{url:"skills"},{default:withCtx(()=>[createTextVNode("CompĂ©tences")]),_:1})]),third:withCtx(()=>[createVNode(_sfc_main$e,{url:"experiences"},{default:withCtx(()=>[createTextVNode("Experiences")]),_:1})]),fourth:withCtx(()=>[createVNode(_sfc_main$e,{url:"projects"},{default:withCtx(()=>[createTextVNode("Projets")]),_:1})]),_:1})])]))}},_imports_0="/assets/picture-B_cxewRX.png",_hoisted_1$e=["href"],_hoisted_2$b={class:"px-10 bg-grey-900 border border-grey-300 flex flex-row justify-center items-center py-3 gap-2 text-grey-100 transition-all duration-300 ease-in-out hover:bg-grey-100/10 hover:text-white hover:shadow-xl hover:-translate-y-1 hover:scale-105"},_sfc_main$b={__name:"LinkButton",props:{url:String},setup(t){const e=t;return(i,r)=>(openBlock(),createElementBlock("a",{href:e.url,target:"_blank"},[createBaseVNode("button",_hoisted_2$b,[renderSlot(i.$slots,"default")])],8,_hoisted_1$e))}},_hoisted_1$d={xmlns:"http://www.w3.org/2000/svg",width:"13",height:"13",fill:"none"},_hoisted_2$a=createBaseVNode("path",{fill:"#7E7E7E",d:"m9 4.7-5.45 5.45a.47.47 0 0 1-.35.137.47.47 0 0 1-.35-.137.47.47 0 0 1-.138-.35q0-.212.138-.35L8.3 4H5.5a.48.48 0 0 1-.356-.144A.49.49 0 0 1 5 3.5q0-.212.144-.356A.49.49 0 0 1 5.5 3h4q.212 0 .356.144A.48.48 0 0 1 10 3.5v4q0 .213-.144.356A.48.48 0 0 1 9.5 8a.49.49 0 0 1-.356-.144A.48.48 0 0 1 9 7.5z"},null,-1),_hoisted_3$8=[_hoisted_2$a];function render$2(t,e){return openBlock(),createElementBlock("svg",_hoisted_1$d,[..._hoisted_3$8])}const RedirectLogo={render:render$2},_hoisted_1$c={class:"flex flex-col justify-center items-center"},_hoisted_2$9=createStaticVNode('

Salut, je suis Lucas

đź‘‹

Développeur &
designer d'application.

',3),_hoisted_5$2={class:"flex scale-90 sm:scale-100 flex-row gap-3 pt-8 flex-wrap items-center justify-center"},_sfc_main$a=defineComponent({__name:"HeroContainer",setup(t){return(e,i)=>(openBlock(),createElementBlock("div",_hoisted_1$c,[_hoisted_2$9,createBaseVNode("div",_hoisted_5$2,[createVNode(_sfc_main$b,{url:"https://www.linkedin.com/in/lucas-delanier/"},{default:withCtx(()=>[createTextVNode(" Linkedin "),createVNode(unref(RedirectLogo))]),_:1}),createVNode(_sfc_main$b,{url:"https://github.com/WINK3R"},{default:withCtx(()=>[createTextVNode(" Github "),createVNode(unref(RedirectLogo))]),_:1}),createVNode(_sfc_main$b,{url:"mailto:delanierlucas@gmail.com"},{default:withCtx(()=>[createTextVNode(" Mail "),createVNode(unref(RedirectLogo))]),_:1})])]))}}),_sfc_main$9={},_hoisted_1$b={class:"flex flex-row justify-around bg-grey-400 px-28 py-10 border-t border-b border-grey-300 min-h-56 items-center flex-wrap gap-5"};function _sfc_render$1(t,e){return openBlock(),createElementBlock("div",_hoisted_1$b,[renderSlot(t.$slots,"default")])}const ShowcaseBanner=_export_sfc$1(_sfc_main$9,[["render",_sfc_render$1]]),_hoisted_1$a={class:"overflow-hidden xl:pt-28 md:pt-12 sm:pt-20 lg:pt-24 pt-12 bg-grey-400 border border-grey-300 p-6 rounded-sm h-72 hover:shadow-2xl transition-all duration-300 ease-out hover:-translate-y-1 hover:border-white/15 hover:scale-101 min-w-64"},_hoisted_2$8={class:"flex flex-row items-center justify-start pb-2 gap-2"},_hoisted_3$7={class:"text-2xl text-grey-250 transition-all ease-in duration-500 group-hover:brightness-200"},_hoisted_4$3={class:"text-grey-90 text-lg leading-5 overflow-hidden text-ellipsis"},_sfc_main$8={__name:"SkillCell",props:{title:String,text:String},setup(t){const e=t;return(i,r)=>(openBlock(),createElementBlock("div",_hoisted_1$a,[createBaseVNode("div",_hoisted_2$8,[renderSlot(i.$slots,"default"),createBaseVNode("p",_hoisted_3$7,toDisplayString(e.title),1)]),createBaseVNode("p",_hoisted_4$3,toDisplayString(e.text),1)]))}},_hoisted_1$9={class:"grid gap-5 xl:grid-cols-3 md:grid-cols-2 sm:grid-cols-1 grid-cols-1"},_hoisted_2$7=["src","alt"],_sfc_main$7={__name:"GridSkill",setup(t){const e=[{title:"Développement",text:"Mettre au point un produit fonctionnel tout en utilisant les dernières technologies.",image:"development.png",alt:"terminal icon"},{title:"Optimisation",text:"Concevoir en utilisant les patrons de conception adéquates, dans l’objectif de tirer le plein potentiel de chaque projet.",image:"optimisation.png",alt:"gear icon"},{title:"Gestion de la donnée",text:"Administrer et gérer la gestion de l’information dans vos applications en élaborant une base de donnée appropriée à vos besoins.",image:"data.png",alt:"data icon"},{title:"Collaboration",text:"Communiquer et travailler en équipe de façon optimale pour venir à bout de chaque projet.",image:"team.png",alt:"team icon"},{title:"Gestion de projet",text:"Savoir encadrer et prendre parti d’une gestion de projet agile en utilisant la méthode SCRUM.",image:"management.png",alt:"book of project icon"},{title:"Communication",text:"Administrer des systèmes communicants complexes pour permettre le fonctionnement d’un ecosystème.",image:"communication.png",alt:"communication icon"}];return(i,r)=>(openBlock(),createElementBlock("div",_hoisted_1$9,[(openBlock(),createElementBlock(Fragment,null,renderList(e,(s,n)=>createVNode(_sfc_main$8,{key:n,title:s.title,text:s.text,class:"group"},{default:withCtx(()=>[createBaseVNode("img",{src:`/src/assets/images/${s.image}`,height:60,width:60,class:"h-7 w-7 group-hover:scale-110 transition-all ease-in duration-500 group-hover:brightness-200",alt:s.alt},null,8,_hoisted_2$7)]),_:2},1032,["title","text"])),64))]))}},_hoisted_1$8={class:"flex flex-row items-center gap-2 hover:scale-105 transition-all ease-in duration-150 group"},_hoisted_2$6={class:"font-bold text-6xl sm:text-8.5xl font-sofia text-blue-50 group-hover:scale-105 transition-all ease-in duration-150"},_hoisted_3$6=["innerHTML"],_sfc_main$6={__name:"BannerCell",props:{number:String,label:String},setup(t){const e=t;return(i,r)=>(openBlock(),createElementBlock("div",_hoisted_1$8,[createBaseVNode("p",_hoisted_2$6,toDisplayString(e.number),1),createBaseVNode("p",{class:"text-grey-200 text-xl sm:text-2.5xl font-extralight leading-5 sm:leading-8",innerHTML:e.label},null,8,_hoisted_3$6)]))}},_sfc_main$5={},_hoisted_1$7={class:"flex justify-center bg-grey-400 items-center px-5 py-1 rounded-full border border-grey-300 text-xl text-gray-500 font-medium hover:scale-105 transition-all ease-in-out duration-1000 group-hover:text-white/70 group-hover:border-white/15"};function _sfc_render(t,e){return openBlock(),createElementBlock("div",_hoisted_1$7,[renderSlot(t.$slots,"default")])}const InfoBuble=_export_sfc$1(_sfc_main$5,[["render",_sfc_render]]),_hoisted_1$6={class:"flex flex-row gap-4 absolute -top-5"},_hoisted_2$5=["src"],_hoisted_3$5=["innerHTML"],_sfc_main$4={__name:"ExperienceCell",props:{year:String,duration:String,description:String,image:String,important:Boolean},setup(t){const e=t;return(i,r)=>(openBlock(),createElementBlock("div",{class:normalizeClass(["flex flex-col bg-grey-400 rounded-md border border-grey-300 items-start p-8 relative transition-all duration-300 ease-out hover:-translate-y-1 hover:border-white/15 hover:scale-101 group",{"mb-16":e.important===!1}])},[createBaseVNode("div",_hoisted_1$6,[createVNode(InfoBuble,null,{default:withCtx(()=>[createTextVNode(toDisplayString(e.year),1)]),_:1}),createVNode(InfoBuble,null,{default:withCtx(()=>[createTextVNode(toDisplayString(e.duration),1)]),_:1})]),createBaseVNode("img",{src:`/src/assets/images/${e.image}`,class:normalizeClass(["object-contain mb-6",e.important===!0?"h-24":"h-10"])},null,10,_hoisted_2$5),createBaseVNode("p",{class:"text-xl text-gray-500",innerHTML:e.description},null,8,_hoisted_3$5)],2))}},_hoisted_1$5={class:"flex flex-col mx-8 sm:mx-36 gap-12 my-36"},_sfc_main$3={__name:"ListExperience",setup(t){return(e,i)=>(openBlock(),createElementBlock("div",_hoisted_1$5,[renderSlot(e.$slots,"default")]))}},_hoisted_1$4={class:"leading-10 text-white"},_hoisted_2$4={class:"text-2xl font-medium md:text-3xl xl:text-4xl text-gray-500"},_hoisted_3$4={class:"text-2xl font-bold md:text-3xl xl:text-4xl text-white"},_hoisted_4$2=["src"],_sfc_main$2={__name:"ProjectShow",props:{title:String,application:String,image:String,opacity:Number,progress:Number},setup(t){const e=t,i=ref(0),r=ref(0);return watch(()=>e.progress,s=>{i.value=Math.max(-50,-(s-.5)*50),s>.85&&(r.value=Math.max(-50,-(s-.85)*2*50))}),(s,n)=>(openBlock(),createElementBlock("div",{class:"grid min-h-screen w-full grid-cols-1 lg:grid-cols-2",style:normalizeStyle({opacity:e.opacity})},[createBaseVNode("div",{class:"flex h-[30vh] flex-col items-center justify-center text-3xl lg:h-auto lg:text-3xl",style:normalizeStyle({transform:`translateY(${r.value}px)`})},[createBaseVNode("div",_hoisted_1$4,[createBaseVNode("p",_hoisted_2$4,toDisplayString(e.title),1),createBaseVNode("p",_hoisted_3$4,toDisplayString(e.application),1)])],4),createBaseVNode("div",{class:"flex h-[70vh] lg:h-screen flex-1 justify-center lg:items-center p-4",style:normalizeStyle({transform:`translateY(${i.value}px)`})},[createBaseVNode("img",{src:`/src/assets/images/${e.image}`,class:"w-full h-full object-contain p-20"},null,8,_hoisted_4$2)],4)],4))}},_hoisted_1$3={xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24"},_hoisted_2$3=createBaseVNode("path",{fill:"currentColor",d:"M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z"},null,-1),_hoisted_3$3=[_hoisted_2$3];function render$1(t,e){return openBlock(),createElementBlock("svg",_hoisted_1$3,[..._hoisted_3$3])}const LinkedinLogo={render:render$1},_hoisted_1$2={xmlns:"http://www.w3.org/2000/svg",width:"2em",height:"2em",viewBox:"0 0 24 24"},_hoisted_2$2=createBaseVNode("path",{fill:"currentColor",d:"M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"},null,-1),_hoisted_3$2=[_hoisted_2$2];function render(t,e){return openBlock(),createElementBlock("svg",_hoisted_1$2,[..._hoisted_3$2])}const GithubLogo={render},_hoisted_1$1={class:"flex flex-col justify-center items-center bg-grey-400 text-white pt-40 pb-8 px-12 sm:px-64"},_hoisted_2$1={class:"flex flex-row justify-center items-center gap-2 py-4"},_hoisted_3$1={href:"https://github.com/WINK3R",target:"_blank"},_hoisted_4$1={href:"https://www.linkedin.com/in/lucas-delanier/",target:"_blank"},_hoisted_5$1=createBaseVNode("hr",{class:"w-full border-grey-300"},null,-1),_hoisted_6$1=createBaseVNode("p",{class:"text-gray-500 pt-6"},"© 2024 Delanier Lucas",-1),_sfc_main$1={__name:"Footer",setup(t){return(e,i)=>(openBlock(),createElementBlock("div",_hoisted_1$1,[createBaseVNode("div",_hoisted_2$1,[createBaseVNode("a",_hoisted_3$1,[createVNode(unref(LinkedinLogo),{class:"w-8 h-8 text-gray-500"})]),createBaseVNode("a",_hoisted_4$1,[createVNode(unref(GithubLogo),{class:"w-8 h-8 text-gray-500"})])]),_hoisted_5$1,_hoisted_6$1]))}},_withScopeId=t=>(pushScopeId("data-v-ce8f2bb7"),t=t(),popScopeId(),t),_hoisted_1=_withScopeId(()=>createBaseVNode("div",{class:"absolute pointer-events-none w-full h-full overflow-clip"},[createBaseVNode("img",{src:_imports_0$1,class:"top-10 right-10 w-full h-full object-cover z-0 scale-110"}),createBaseVNode("img",{src:_imports_1,class:"fixed bottom-0 right-0 w-full h-full object-cover z-50"})],-1)),_hoisted_2={class:"flex-col flex pt-24 sm:pt-48 pb-28 z-10 relative",id:"skills"},_hoisted_3=_withScopeId(()=>createBaseVNode("span",{class:"mx-4 text-3xl sm:text-4xl text-center font-medium bg-gradient-to-r from-grey-50 to-grey-100 bg-clip-text text-transparent px-10"},[createTextVNode("Mon expertise repose sur "),createBaseVNode("span",{class:"bg-blue text-white hover:bg-transparent hover:text-grey-75 ease-in-out transition-all duration-1000"},"six piliers"),createBaseVNode("br"),createTextVNode(" essentiels.")],-1)),_hoisted_4=["src","alt"],_hoisted_5={class:"flex-col flex pt-48 z-10 relative",id:"experiences"},_hoisted_6=_withScopeId(()=>createBaseVNode("span",{class:"mx-4 text-3xl sm:text-4xl text-center font-medium bg-gradient-to-r from-grey-50 to-grey-100 bg-clip-text text-transparent"},[createTextVNode("Des expériences "),createBaseVNode("span",{class:"bg-blue text-white hover:bg-transparent hover:text-grey-75 ease-in-out transition-all duration-1000"},"professionnelles"),createTextVNode(" qui m’ont "),createBaseVNode("br"),createTextVNode("énormément apportés.")],-1)),_hoisted_7={class:"flex-col flex z-50 justify-center align-middle px-14 sm:px-64 pb-14 sm:pb-96 top-0"},_hoisted_8={class:"magic-div flex flex-col justify-center align-middle sticky py-60 sm:py-72"},_hoisted_9=_withScopeId(()=>createBaseVNode("div",{class:"flex h-50 w-full"},null,-1)),_hoisted_10=_withScopeId(()=>createBaseVNode("div",{class:"absolute h-full w-full"},[createBaseVNode("div",{class:"sticky top-0 grid min-h-screen w-full grid-cols-1 lg:grid-cols-2"},[createBaseVNode("div",{class:"h-[30vh] bg-black lg:h-auto"}),createBaseVNode("div",{class:"h-[70vh] bg-white lg:h-auto"})])],-1)),_hoisted_11={class:"sticky top-0 h-screen overflow-hidden w-full",id:"projects"},_sfc_main={__name:"App",setup(t){const e=[{name:"Vue.js",image:"vuejs.png"},{name:"Flutter",image:"flutter.png"},{name:"React",image:"react.png"},{name:"JavaScript",image:"javascript.png"},{name:"Swift",image:"swift.png"},{name:"HTML",image:"html.png"},{name:"Python",image:"python.png"}],i=[{duration:"10 semaines",year:"2023",image:"inrae-blue.png",description:"Stage de 10 semaines portant sur l’élaboration d’un jeu sérieux (quizz) sur un site web à destination des chercheurs pour les aider dans leurs recherches sur l’alimentation et l’activité physique des jeunes français.

J’ai mis en pratique mes capacités à concevoir et optimiser une application existante ainsi qu'à faire des choix techniques décisifs. J’ai également su gérer la gestion de ce projet en mettant en place des pratiques propres aux méthodes agiles telles que la méthode SCRUM.

J’ai eu à utiliser des technologies du Web comme PHP, HTML & CSS ainsi que Bootstrap. Pour la gestion des données, j’ai mis en place une base de données SQL. Nous avons également dû porter une attention toute particulière au RGPD en raison de la manipulation de données de santé sensibles.",important:!0},{duration:"2 mois",year:"2023",image:"inrae-grey.png",description:"CDD de 2 mois pour réaliser une version mobile multiplateforme en utilisant Flutter.",important:!1},{duration:"1 an",year:"2024",image:"cikaba-blue.png",description:"Alternance d'1 an.

J’ai eu l’opportunité de rejoindre une équipe dynamique et agréable qui m’a permis de me professionnaliser dans un contexte favorable. J’ai travaillé en tant que développeur frontend.

Cela a consisté principalement en l’élaboration d’une application web en Vue.js qui sert de plateforme SSO pour centraliser l’authentification des utilisateurs sur une application. J’ai également pu exploiter mes compétences en design d’interface pour produire des maquettes et prototypes afin d’améliorer l’esthétique des applications en cours de développement.",important:!0},{duration:"2 ans",year:"2024-2026",image:"cikaba-grey.png",description:"2 années supplémentaires pour mon Mastère Expert en ingénierie logicielle.",important:!1}],r=[{application:"MovieFinder",title:"J'ai créé l'application",image:"movieFinder-mockup.png"},{application:"JustMusic",title:"J'ai co-créé l'application",image:"justMusic-mockup.png"},{application:"Allin",title:"J'ai co-créé l'application",image:"allin-mockup.png"},{application:"Compagnon",title:"J'ai créé l'application",image:"compagnon-mockup.png"}],s=ref(0),n=computed(()=>Math.floor(s.value)),o=ref(0),l=ref(0),a=ref(0),f=ref(0),c=()=>{console.log(f.value);const u=document.querySelectorAll(".magic-div > span");console.log(u),u.forEach((k,x)=>{const m=k.getBoundingClientRect();m.top<=window.innerHeight-500&&m.bottom>=0&&(f.value=x)}),E()},E=()=>{const u=document.querySelector(".magic-showcase");if(u){const k=window.innerHeight,x=k/2,m=u.clientHeight,T=u.offsetTop;o.value=Math.min(m+x,Math.max(-k,window.scrollY-T)+x)/m,s.value=Math.max(0,o.value*r.length)}a.value=Math.max(0,s.value-n.value),l.value=Math.min(1,Math.max(0,a.value*4)),a.value>.85&&n.value{window.addEventListener("scroll",c)}),onUnmounted(()=>{window.removeEventListener("scroll",c)}),(u,k)=>(openBlock(),createElementBlock(Fragment,null,[_hoisted_1,createVNode(_sfc_main$c,{id:"about"}),createVNode(_sfc_main$a,{class:"mt-6 sm:mt-14"}),createVNode(ShowcaseBanner,{class:"mt-24 sm:mt-36 z-10 relative"},{default:withCtx(()=>[createVNode(_sfc_main$6,{number:"1",label:"ANNEE
D'EXPERIENCE"}),createVNode(_sfc_main$6,{number:"8",label:"PROJETS
REALISES"}),createVNode(_sfc_main$6,{number:"+",label:"FRONT-END
BACK-END"}),createVNode(_sfc_main$6,{number:"+",label:"UI/UX
DESIGN"})]),_:1}),createBaseVNode("div",_hoisted_2,[_hoisted_3,createVNode(_sfc_main$7,{class:"mx-8 sm:mx-28 py-28"})]),createVNode(ShowcaseBanner,null,{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(e,x=>createBaseVNode("img",{src:`/src/assets/images/${x.image}`,class:"w-18 h-18 hover:-translate-y-1 transition-all duration-300 ease-in-out hover:rotate-12 origin-center",alt:x.name},null,8,_hoisted_4)),64))]),_:1}),createBaseVNode("div",_hoisted_5,[_hoisted_6,createVNode(_sfc_main$3,null,{default:withCtx(()=>[(openBlock(),createElementBlock(Fragment,null,renderList(i,x=>createVNode(_sfc_main$4,mergeProps({ref_for:!0},x),null,16)),64))]),_:1})]),createBaseVNode("div",_hoisted_7,[createBaseVNode("div",_hoisted_8,[createBaseVNode("span",{class:normalizeClass([{"text-white scale-101":f.value===0,"text-gray-600":f.value!==0},"text-4xl sm:text-7xl font-bold transition-all ease-in-out duration-500"])},"J’ai toujours envie de coder de nouveaux projets.",2),createBaseVNode("span",{class:normalizeClass([{"text-white scale-101":f.value===1,"text-gray-600":f.value!==1},"text-4xl sm:text-7xl font-bold transition-all ease-in-out duration-500"])},"Cette passion me pousse à créer des expériences.",2),createBaseVNode("span",{class:normalizeClass([{"text-white scale-101":f.value===2,"text-gray-600":f.value!==2},"text-4xl sm:text-7xl font-bold transition-all ease-in-out duration-500"])},[createTextVNode("J’aime me réinventer et jouer avec les "),createBaseVNode("span",{class:normalizeClass([{"text-yellow-300":f.value===2,"text-gray-600":f.value!==2},"transition-all ease-in-out duration-700"])},"couleurs",2),createTextVNode(" et les "),createBaseVNode("span",{class:normalizeClass([{"text-white":f.value===2,"text-gray-600":f.value!==2},"transition-all ease-in-out duration-700"])},toDisplayString(f.value===2?"ForMEs":"formes"),3),createTextVNode(".")],2)]),_hoisted_9]),createBaseVNode("div",{class:"flex h-300 w-full relative z-10 top-0 magic-showcase",style:normalizeStyle({height:r.length*100+"vh"})},[_hoisted_10,createBaseVNode("div",_hoisted_11,[createVNode(_sfc_main$2,{text:"J'ai réalisé l'application",application:r[n.value].application,image:r[n.value].image,title:r[n.value].title,opacity:l.value,progress:a.value},null,8,["application","image","title","opacity","progress"])])],4),createVNode(_sfc_main$1)],64))}},App=_export_sfc$1(_sfc_main,[["__scopeId","data-v-ce8f2bb7"]]);createApp(App).use(Vue3Lottie).mount("#app");