diff --git a/blocks/svgator/svgator.js b/blocks/svgator/svgator.js
index f33f809..ede18ef 100644
--- a/blocks/svgator/svgator.js
+++ b/blocks/svgator/svgator.js
@@ -59,12 +59,19 @@ export default function decorate(block) {
block.classList.add('svg-loaded');
// initialize svgator
- const identifier = container.querySelector('svg').getAttribute('id');
- const element = document.getElementById(identifier);
+ const element = container.querySelector('svg');
const player = element ? element.svgatorPlayer : {};
- if (player.play) {
- player.play();
- }
+ const observer = new IntersectionObserver((entries) => {
+ if (entries[0].isIntersecting) {
+ if (player.play) {
+ player.play();
+ }
+ observer.disconnect();
+ }
+ }, {
+ threshold: 1.0,
+ });
+ observer.observe(element);
}).catch((error) => {
// Remove class and thus also remove the skeleton styling
block.classList.remove(...block.classList);
diff --git a/blocks/svgator/svgs/animation1/animatable.svg b/blocks/svgator/svgs/animation1/animatable.svg
new file mode 100644
index 0000000..3ba1aa8
--- /dev/null
+++ b/blocks/svgator/svgs/animation1/animatable.svg
@@ -0,0 +1,2 @@
+
diff --git a/blocks/svgator/svgs/animation1/animation.js b/blocks/svgator/svgs/animation1/animation.js
new file mode 100644
index 0000000..8da629c
--- /dev/null
+++ b/blocks/svgator/svgs/animation1/animation.js
@@ -0,0 +1,3 @@
+/* eslint-disable */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof __SVGATOR_DEFINE__&&__SVGATOR_DEFINE__.amd?__SVGATOR_DEFINE__(e):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=e())}(this,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:6;return y(t,e,"round")}function m(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;return Math.abs(t-e)0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||n<0||n>1?null:m(t,e)&&m(n,r)?w:function(i){if(i<=0)return t>0?i*e/t:0===e&&n>0?i*r/n:0;if(i>=1)return n<1?1+(i-1)*(r-1)/(n-1):1===n&&t<1?1+(i-1)*(e-1)/(t-1):1;for(var o,u=0,a=1;u0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===e)return x;if(1===e)return A}var n=1/t;return function(t){return t>=1?1:(t+=e*n)-t%n}}var S=Math.sin,E=Math.cos,j=Math.acos,M=Math.asin,P=Math.tan,B=Math.atan2,I=Math.PI/180,T=180/Math.PI,N=Math.sqrt,R=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[e,n,i,o,u,a],this.i=null,this.w=null,this.s=null}return o(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,e){var n=this.m;return{x:n[0]*t+n[2]*e+n[4],y:n[1]*t+n[3]*e+n[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!e)return this;var n=this.m;return n[4]+=n[0]*t+n[2]*e,n[5]+=n[1]*t+n[3]*e,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var e=S(t*=I),n=E(t),r=this.m,i=r[0],o=r[1];r[0]=i*n+r[2]*e,r[1]=o*n+r[3]*e,r[2]=r[2]*n-i*e,r[3]=r[3]*n-o*e,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==e){var n=this.m;n[0]*=t,n[1]*=t,n[2]*=e,n[3]*=e,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,e){if(e%=360,(t%=360)||e){var n=this.m,r=n[0],i=n[1],o=n[2],u=n[3];t&&(t=P(t*I),n[2]+=r*t,n[3]+=i*t),e&&(e=P(e*I),n[0]+=o*e,n[1]+=u*e),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=this.m;return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=i,u[5]=o,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),e&&this.rotateSelf(e),n&&(n.x&&this.skewSelf(n.x,0),n.y&&this.skewSelf(0,n.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.m,r=n[0]*n[0]+n[1]*n[1],i=[[n[0],n[1]],[n[2],n[3]]],o=N(r);if(0===o)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=o,i[0][1]/=o;var u=n[0]*n[3]-n[1]*n[2]<0;u&&(o=-o);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=N(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=j(i[1][1])*T,i[0][1]<0&&(s=360-s)):s=M(i[0][1])*T,u&&(s=-s),a=B(a,N(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*T,u&&(a=-a),{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:p(l)},skew:{x:p(a),y:0},rotate:p(s)}}},{key:"clone",value:function(){var t=this.m;return new this.constructor(t[0],t[1],t[2],t[3],t[4],t[5])}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";if(null===this.s){var e=this.m.map((function(t){return p(t)}));1===e[0]&&0===e[1]&&0===e[2]&&1===e[3]?this.s="translate("+e[4]+t+e[5]+")":this.s="matrix("+e.join(t)+")"}return this.s}}],[{key:"create",value:function(t){return t?Array.isArray(t)?f(this,v(t)):t instanceof this?t.clone():(new this).recomposeSelf(t.origin,t.rotate,t.skew,t.scale,t.translate):new this}}]),t}();function F(t,e,n){return t>=.5?n:e}function D(t,e,n){return 0===t||e===n?e:t*(n-e)+e}function C(t,e,n){var r=D(t,e,n);return r<=0?0:r}function q(t,e,n){var r=D(t,e,n);return r<=0?0:r>=1?1:r}function L(t,e,n){return 0===t?e:1===t?n:{x:D(t,e.x,n.x),y:D(t,e.y,n.y)}}function V(t,e,n){return 0===t?e:1===t?n:{x:C(t,e.x,n.x),y:C(t,e.y,n.y)}}function G(t,e,n){var r=function(t,e,n){return Math.round(D(t,e,n))}(t,e,n);return r<=0?0:r>=255?255:r}function z(t,e,n){return 0===t?e:1===t?n:{r:G(t,e.r,n.r),g:G(t,e.g,n.g),b:G(t,e.b,n.b),a:D(t,null==e.a?1:e.a,null==n.a?1:n.a)}}function Y(t,e,n){var r=e.length;if(r!==n.length)return F(t,e,n);for(var i=new Array(r),o=0;o0);return t}var $,H=function(){function t(e){r(this,t),this.list=e,this.length=e.length}return o(t,[{key:"setAttribute",value:function(t,e){for(var n=this.list,r=0;r1&&void 0!==arguments[1]?arguments[1]:w;if(!Array.isArray(t))return e;switch(t.length){case 1:return O(t[0])||e;case 2:return O(t[0],t[1])||e;case 4:return _(t[0],t[1],t[2],t[3])||e}return e}(t,null):function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:w;switch(t){case"linear":return w;case"steps":return O(e.steps||1,e.jump||0)||n;case"bezier":case"cubic-bezier":return _(e.x1||0,e.y1||0,e.x2||0,e.y2||0)||n}return n}(t.type,t.value,null):null}function Z(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=e.length-1;if(t<=e[0].t)return r?[0,0,e[0].v]:e[0].v;if(t>=e[i].t)return r?[i,1,e[i].v]:e[i].v;var o,u=e[0],a=null;for(o=1;o<=i;o++){if(!(t>e[o].t)){a=e[o];break}u=e[o]}return null==a?r?[i,1,e[i].v]:e[i].v:u.t===a.t?r?[o,1,a.v]:a.v:(t=(t-u.t)/(a.t-u.t),u.e&&(t=u.e(t)),r?[o,t,n(t,u.v,a.v)]:n(t,u.v,a.v))}function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof e?null:("function"!=typeof n&&(n=null),function(r){var i=Z(r,t,e);return null!=i&&n&&(i=n(i)),i}):null}function et(t,e){return t.t-e.t}function nt(t,e,r,i,o){var u,a="@"===r[0],l="#"===r[0],s=$[r],f=F;switch(a?(u=r.substr(1),r=u.replace(Q,X)):l&&(r=r.substr(1)),n(s)){case"function":if(f=s(i,o,Z,K,r,a,e,t),l)return f;break;case"string":f=tt(i,J(s));break;case"object":if((f=tt(i,J(s.i),s.f))&&"function"==typeof s.u)return s.u(e,f,r,a,t)}return f?function(t,e,n){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof H?function(r){return t.style(e,n(r))}:function(r){return t.style[e]=n(r)};if(Array.isArray(e)){var r=e.length;return function(i){var o=n(i);if(null==o)for(var u=0;u0?i:0,s=t%i,f=1+(t-s)/i;e*=r.direction,r.alternate&&f%2==0&&(e=-e);var c=!1;if(f>a)s=l,c=!0,-1===r.fill&&(s=r.direction>0?0:i);else if(e<0&&(s=i-s),s===u)return!1;u=s;for(var h=0;h1&&void 0!==arguments[1]?arguments[1]:document,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=ut(t,e);if(r)return r;if(n>=20)return null;for(var i=at(e),o=0;o1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"undefined"!=typeof BigInt&&BigInt,i="0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27);return e&&r&&n.isSafeInteger&&!n.isSafeInteger(+i)?n(r(i))%e+e:+i}function ct(t,e,n){return!t||!n||e>t.length?t:t.substring(0,e)+ct(t.substring(e+1),n,n)}function ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%e?t%e:[0,1].includes(e)?e:ht(t/e,e)}function vt(t,e,n){if(t&&t.length){var r=ft(n),i=ht(r)+5,o=ct(t,ht(r,5),i);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,e,n){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=ft(e,r)%r+n%27,o=[],u=0;u2&&void 0!==arguments[2]?arguments[2]:null;r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this._settings=n,(!o||o<"2022-05-02")&&delete this._settings.speed,dt.forEach((function(t){i._settings[t.key]=i._settings[t.key]||t.def})),this.duration=n.duration,this.offset=n.offset||0,this.rollbackStartOffset=0}return o(t,[{key:"alternate",get:function(){return this._settings.alternate}},{key:"fill",get:function(){return this._settings.fill}},{key:"iterations",get:function(){return this._settings.iterations}},{key:"direction",get:function(){return this._settings.direction}},{key:"speed",get:function(){return this._settings.speed}},{key:"fps",get:function(){return this._settings.fps}},{key:"maxFiniteDuration",get:function(){return this.iterations>0?this.iterations*this.duration:this.duration}},{key:"_apply",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._animations,r=n.length,i=0,o=0;oe.duration&&n!==1/0){var a=!!e.alternate&&u/e.duration%2>1,l=u%e.duration;u=(l+=a?e.duration:0)||e.duration}var s=(e.fps?1e3/e.fps:0)*e.speed,f=Math.max(0,u);f<=n-s&&(e.offset=f,n=f,e._apply(f));var c=e.iterations>0&&-1===e.fill&&u>=e.maxFiniteDuration;(u<=0||e.offset0&&void 0!==arguments[0]?arguments[0]:0,n=-1/0,r=null,i={};this._running=!0;var o=function o(u){null==r&&(r=u);var a=Math.round((u-r)*t.speed+e),l=(t.fps?1e3/t.fps:0)*t.speed;if(a>=n+l&&!t._rollingBack&&(t.offset=a,n=a,t._apply(a,i)===t._animations.length))return void t.pause(!0);t._id=window.requestAnimationFrame(o)};this._id=window.requestAnimationFrame(o)}},{key:"_pause",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1}},{key:"play",value:function(){if(!this._running)return this._rollingBack?this._rollback(this.offset):this._start(this.offset)}},{key:"stop",value:function(){this._pause(),this.offset=0,this.rollbackStartOffset=0,this._rollingBack=!1,this._apply(0)}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.stop(t),this.play(t)}},{key:"pause",value:function(){this._pause()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(t,e){delete t.animationSettings,t.options=vt(t.options,t.root,"91c80d77"),t.animations.map((function(e){e.settings=vt(e.s,t.root,"91c80d77"),delete e.s,t.animationSettings||(t.animationSettings=e.settings)}));var n=t.version;if(!(t=st(t,e)))return null;var r=t.options||{},i=new this(t.animations,t.animationSettings,n);return{el:t.svg,options:r,player:i}}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,e=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(e)&&e.splice(0).forEach((function(e){return t.build(e)}))}}]),t}();!function(){for(var t=0,e=["ms","moz","webkit","o"],n=0;n2&&void 0!==arguments[2]?arguments[2]:n,r=!1,i=null,o=function(){for(var o=0,u=n.innerHeight,a=0,l=n.innerWidth,s=t.parentNode;s instanceof Element;){var f=n.getComputedStyle(s);if("visible"!==f.overflowY||"visible"!==f.overflowX){var c=s.getBoundingClientRect();"visible"!==f.overflowY&&(o=Math.max(o,c.top),u=Math.min(u,c.bottom)),"visible"!==f.overflowX&&(a=Math.max(a,c.left),l=Math.min(l,c.right))}if(s===s.parentNode)break;s=s.parentNode}r=!1;var h=t.getBoundingClientRect(),v=Math.min(h.height,Math.max(0,o-h.top)),d=Math.min(h.height,Math.max(0,h.bottom-u)),y=Math.min(h.width,Math.max(0,a-h.left)),g=Math.min(h.width,Math.max(0,h.right-l)),p=(h.height-v-d)/h.height,m=(h.width-y-g)/h.width,b=Math.round(p*m*100);null!==i&&i===b||(i=b,e(b))};return function(t){r&&clearTimeout(r),r=setTimeout((function(){return o()}),100)}}(this.el,this.onVisibilityUpdate.bind(this),o.window),this.bindScrollWatchers(),this.visibilityCalculator()}return o(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(this._handlers.push({element:t,event:"scroll",handler:this.visibilityCalculator}),t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var e=this.currentVisibility>=this.thresholdPercent,n=t>=this.thresholdPercent;if(null===this.currentVisibility||e!==n)return this.currentVisibility=t,void this.onThresholdChange(n);this.currentVisibility=t}},{key:"destruct",value:function(){this._handlers.forEach((function(t){t.element.removeEventListener(t.event,t.handler)}))}}]),t}();function pt(t){return p(t)+""}function mt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(pt).join(e):""}function bt(t){return pt(t.x)+","+pt(t.y)}function wt(t){if(!t)return"transparent";if(null==t.a||t.a>=1){var e=function(t){return 1===(t=parseInt(t).toString(16)).length?"0"+t:t},n=function(t){return t.charAt(0)===t.charAt(1)},r=e(t.r),i=e(t.g),o=e(t.b);return n(r)&&n(i)&&n(o)&&(r=r.charAt(0),i=i.charAt(0),o=o.charAt(0)),"#"+r+i+o}return"rgba("+t.r+","+t.g+","+t.b+","+t.a+")"}function kt(t){return t?"url(#"+t+")":"none"}var _t={f:null,i:V,u:function(t,e){return function(n){var r=e(n);t.setAttribute("rx",pt(r.x)),t.setAttribute("ry",pt(r.y))}}},At={f:null,i:function(t,e,n){return 0===t?e:1===t?n:{width:C(t,e.width,n.width),height:C(t,e.height,n.height)}},u:function(t,e){return function(n){var r=e(n);t.setAttribute("width",pt(r.width)),t.setAttribute("height",pt(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var xt={},Ot=null;function St(t){var e=function(){if(Ot)return Ot;if("object"!==("undefined"==typeof document?"undefined":n(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",Ot={svg:t}):{}}().svg;if(!e)return function(t){return null};var r=document.createElementNS(e.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),e.appendChild(r);var i=r.getTotalLength();return function(t){var e=r.getPointAtLength(i*t);return{x:e.x,y:e.y}}}function Et(t){return xt[t]?xt[t]:xt[t]=St(t)}function jt(t,e,n,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(e&&n&&(i.push("C"),i.push(e.x),i.push(e.y),i.push(n.x),i.push(n.y)),e?!n:n){var o=e||n;i.push("Q"),i.push(o.x),i.push(o.y)}return e||n||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function Mt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=jt(t,e,n,r),u=Et(o);try{return u(i)}catch(t){return null}}function Pt(t,e,n){return t+(e-t)*n}function Bt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Pt(t.x,e.x,n),y:Pt(t.y,e.y,n)};return r&&(i.a=It(t,e)),i}function It(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}function Tt(t,e,n,r){var i=1-r;return i*i*t+2*i*r*e+r*r*n}function Nt(t,e,n,r){return 2*(1-r)*(e-t)+2*r*(n-e)}function Rt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=Mt(t,e,null,n,r);return o||(o={x:Tt(t.x,e.x,n.x,r),y:Tt(t.y,e.y,n.y,r)}),i&&(o.a=Ft(t,e,n,r)),o}function Ft(t,e,n,r){return Math.atan2(Nt(t.y,e.y,n.y,r),Nt(t.x,e.x,n.x,r))}function Dt(t,e,n,r,i){var o=i*i;return i*o*(r-t+3*(e-n))+3*o*(t+n-2*e)+3*i*(e-t)+t}function Ct(t,e,n,r,i){var o=1-i;return 3*(o*o*(e-t)+2*o*i*(n-e)+i*i*(r-n))}function qt(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],u=Mt(t,e,n,r,i);return u||(u={x:Dt(t.x,e.x,n.x,r.x,i),y:Dt(t.y,e.y,n.y,r.y,i)}),o&&(u.a=Lt(t,e,n,r,i)),u}function Lt(t,e,n,r,i){return Math.atan2(Ct(t.y,e.y,n.y,r.y,i),Ct(t.x,e.x,n.x,r.x,i))}function Vt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(zt(e)){if(Yt(n))return Rt(e,n.start,n,t,r)}else if(zt(n)){if(Ut(e))return Rt(e,e.end,n,t,r)}else{if(Ut(e))return Yt(n)?qt(e,e.end,n.start,n,t,r):Rt(e,e.end,n,t,r);if(Yt(n))return Rt(e,n.start,n,t,r)}return Bt(e,n,t,r)}function Gt(t,e,n){var r=Vt(t,e,n,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/b,r}function zt(t){return!t.type||"corner"===t.type}function Yt(t){return null!=t.start&&!zt(t)}function Ut(t){return null!=t.end&&!zt(t)}var Wt=new R;var $t={f:function(t){return t?t.join(" "):""},i:function(t,e,r){if(0===t)return e;if(1===t)return r;var i=e.length;if(i!==r.length)return F(t,e,r);for(var o,u=new Array(i),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return p(t,4)}))),mt(t,e)},i:function(t,e,n){var r,i,o,u=e.length,a=n.length;if(u!==a)if(0===u)e=U(u=a,0);else if(0===a)a=u,n=U(u,0);else{var l=(o=(r=u)*(i=a)/function(t,e){for(var n;e;)n=e,e=t%e,t=n;return t||1}(r,i))<0?-o:o;e=W(e,Math.floor(l/u)),n=W(n,Math.floor(l/a)),u=a=l}for(var s=[],f=0;f3&&void 0!==arguments[3]?arguments[3]:null;return t[n]?r(i,t[n],o):e&&e[n]?e[n]:u};return e&&e.a&&t.o?function(e){var n=r(e,t.o,Gt);return Wt.recomposeSelf(n,o("r",e,D,0)+n.a,o("k",e,L),o("s",e,L),o("t",e,L)).toString()}:function(t){return Wt.recomposeSelf(o("o",t,Vt,null),o("r",t,D,0),o("k",t,L),o("s",t,L),o("t",t,L)).toString()}},"#filter":function(t,e,n,r,i,o,u,a){if(!e.items||!t||!t.length)return null;var l=function(t,e){var n=(t=t.map((function(t){return t&&le[t[0]]?(e.getElementById(t[1]),le[t[0]](e.getElementById(t[1]),t[1],e)):null}))).length;return function(e){for(var r=0;r3&&void 0!==arguments[3]?arguments[3]:[];return function(){var i,o=Array.prototype.slice.call(arguments);return o.unshift.apply(o,v(r)),(i=t[e]).call.apply(i,[t].concat(v(o))),n}}var ye=function t(e){r(this,t);var n={},i=["on","off"],o={get:function(t,e,r){return he[e]?"function"==typeof he[e]?he[e].call(t,t,r):t[he[e]]:ve[e]?"function"==typeof ve[e]?ve[e].call(t,t,r):de(t,ve[e],r):-1!==i.indexOf(e)?n[e]:"ready"===e?function(t){return t&&t.call(r,r),r}:void 0},set:function(t,e,r){return-1!==i.indexOf(e)&&(n[e]=r)},ownKeys:function(t){return Object.keys(he)},has:function(t,e){return void 0!==he[e]}};if("function"==typeof Proxy)return new Proxy(e,o);var u=Object.keys(he).concat(Object.keys(ve)).concat(i),a={};return u.forEach((function(t){var n={enumerable:!1,configurable:!1,get:function(){return o.get(e,t,a)}};-1!==i.indexOf(t)&&(n.set=function(n){return o.set(e,t,n)}),Object.defineProperty(a,t,n)})),a};function ge(t){t||(t=this);var e={};this.on=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return"function"==typeof n&&(t.split(/[, ]+/g).forEach((function(t){return e[t]=e[t]||[],r?e[t].unshift(n):e[t].push(n)})),!0)},this.off=function(t,n){for(var r in e)if(e.hasOwnProperty(r)&&r.substr(0,t.length)===t)if(n)for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null;return r(this,u),(n=i.call(this,t,e,o))._handlers=[],n}return o(u,[{key:"_adjustOffset",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.alternate?2*this.duration:this.duration;if(t){if(!this._rollingBack&&0===this.offset)return void(this.offset=e);this._rollingBack&&(this.offset,this.maxFiniteDuration)}!this._rollingBack||this.rollbackStartOffset<=this.duration?0!==this.iterations&&(this.offset=Math.min(this.offset,this.maxFiniteDuration)):(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%e,this.rollbackStartOffset=0)}},{key:"reverse",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this._running)return this._adjustOffset(t),this._rollingBack=!this._rollingBack,t&&this.play(!1),void this.trigger("reverse",this.offset);this.pause(!1,!1),this._adjustOffset(),this._rollingBack=!this._rollingBack,this.play(!1),this.trigger("reverse",this.offset)}},{key:"play",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"play",this).call(this);return t===pe&&this.trigger("play",this.offset),e}},{key:"pause",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pe,n=h(a(u.prototype),"pause",this).call(this);return e===pe&&this.trigger(t?"end":"pause",this.offset),n}},{key:"restart",value:function(){var t=h(a(u.prototype),"restart",this).call(this,!1);return this.trigger("restart",this.offset),t}},{key:"stop",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"stop",this).call(this);return t===pe&&this.trigger("stop",this.offset),e}},{key:"_apply",value:function(t){var e=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pe,r=h(a(u.prototype),"_apply",this).call(this,t);if(n===pe){var i=function(){return e.trigger("keyframe",t)};window.requestAnimationFrame(i)}return r}},{key:"seekTo",value:function(t){var e,n,r,i=this._running;i&&this.pause(!1,!1),this.offset=this.iterations>0?(e=t,n=0,r=this.maxFiniteDuration,er?r:e):Math.max(t,0),this._apply(this.offset),i&&this.play(!1)}},{key:"seek",value:function(t){return this.seekTo(Math.round(t/100*this.maxFiniteDuration))}},{key:"seekBy",value:function(t){return this.seekTo(this.offset+t)}},{key:"toggle",value:function(){return this._running?this.pause():this.reachedToEnd()?this.restart():this.play()}},{key:"set",value:function(t,e){if(me.includes(t)){var n=this._running;n&&this.pause(!1,!1),this._settings[t]=e,n?this.play(!1):this._apply(this.offset,{},!1)}}},{key:"destruct",value:function(){var t=this;this.stop(),this._handlers.forEach((function(t){t.element?t.element.removeEventListener(t.event,t.handler):t.callback&&t.callback.call&&t.callback.call()}));var e=function(){},n=Object.getOwnPropertyNames(Object.getPrototypeOf(this));n.push.apply(n,v(Object.getOwnPropertyNames(this))),n.forEach((function(n){"function"==typeof t[n]?t[n]=e:delete t[n]}))}}],[{key:"build",value:function(t){var e=h(a(u),"build",this).call(this,t,ce);if(!e)return null;var n=e.el,r=e.options,i=e.player,o=new ye(i),l=new ge(o);o.on=l.on,o.off=l.off,i.trigger=l.trigger;var s=n.svgatorPlayer&&n.svgatorPlayer.ready&&n.svgatorPlayer.ready.call&&n.svgatorPlayer.ready.call();n.svgatorPlayer=o,function(t){var e,n,r=t&&1===(null===(e=t.ownerDocument)||void 0===e||null===(n=e.childNodes)||void 0===n?void 0:n.length)&&window.parent!==window,i=null==t?void 0:t.firstElementChild;if(!r||!i||"a"!==i.tagName||i.getAttribute("target"))return;i.setAttributeNS(null,"target","_parent")}(n),function(t,e,n){if("click"===n.start){var r=function(){switch(n.click){case"freeze":return!t._running&&t.reachedToEnd()?t.restart():t.toggle();case"restart":return t.offset>0?t.restart():t.play();case"reverse":return t._running?t.reverse():t.reachedToEnd()?1===t.fill?t.reverse(!0):t.restart():t.play();case"none":default:if(t._running)return;return t.reachedToEnd()?t.restart():t.play()}};return t._handlers.push({element:e,event:"click",handler:r}),void e.addEventListener("click",r)}if("hover"===n.start){var i=function(){return t.reachedToEnd()?t.restart():t._rollingBack?t.reverse():t.play()};t._handlers.push({element:e,event:"mouseenter",handler:i}),e.addEventListener("mouseenter",i);var o=function(){switch(n.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":if(t.reverse(),t._running)return;return t.play();case"none":default:return}};return t._handlers.push({element:e,event:"mouseleave",handler:o}),void e.addEventListener("mouseleave",o)}if("scroll"===n.start){var u=new gt(e,n.scroll||25,(function(e){e?t.reachedToEnd()?t.restart():t.play():t.pause()}));return void t._handlers.push({callback:function(){return u.destruct()}})}if("programmatic"===n.start)return;t.play()}(i,n,r),function(t,e,n){var r;"function"==typeof Event?r=new Event("ready"):(r=document.createEvent("Event")).initEvent("ready",!0,!0);if(t.dispatchEvent(r),!n||!n.length)return;n.forEach((function(t){return e.ready(t)}))}(n,n.svgatorPlayer,s)}}]),u}(yt);return be.init(),be}));
+ (function(s,i,o,w,d,a,b){(a=Array.from(d.querySelectorAll('svg#' + i.root)).filter(n=> !n.svgatorPlayer)[0]||{}).svgatorPlayer={ready:(function(a){b=[];return function(c){return c?(b.push(c),a.svgatorPlayer):b}})(a)};w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"eXHb9NmE6Tq1","version":"2022-05-04","animations":[{"elements":{"eXHb9NmE6Tq9":{"transform":{"data":{"o":{"x":411.737,"y":183.0915,"type":"corner"},"t":{"x":-411.736999,"y":-183.091499}},"keys":{"s":[{"t":400,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":900,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq17":{"transform":{"data":{"o":{"x":175.058,"y":279.167498,"type":"corner"},"t":{"x":-175.058,"y":-279.167498}},"keys":{"s":[{"t":800,"v":{"x":0,"y":1},"e":[0.39,0.575,0.565,1]},{"t":1200,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq18":{"transform":{"data":{"o":{"x":175.058,"y":307.2115,"type":"corner"},"t":{"x":-175.058,"y":-307.2115}},"keys":{"s":[{"t":1000,"v":{"x":0,"y":1},"e":[0.39,0.575,0.565,1]},{"t":1400,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq19":{"transform":{"data":{"o":{"x":175.058,"y":335.2995,"type":"corner"},"t":{"x":-175.058,"y":-335.2995}},"keys":{"s":[{"t":1200,"v":{"x":0,"y":1},"e":[0.39,0.575,0.565,1]},{"t":1600,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq20":{"transform":{"data":{"o":{"x":150.244499,"y":279.167496,"type":"corner"},"t":{"x":-150.244499,"y":-279.167496}},"keys":{"s":[{"t":700,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1200,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq21":{"transform":{"data":{"o":{"x":150.244499,"y":307.211502,"type":"corner"},"t":{"x":-150.244499,"y":-307.211502}},"keys":{"s":[{"t":900,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1400,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq22":{"transform":{"data":{"o":{"x":150.244499,"y":334.156509,"type":"corner"},"t":{"x":-150.244499,"y":-334.156509}},"keys":{"s":[{"t":1100,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1600,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq23":{"transform":{"data":{"o":{"x":219.167999,"y":183.080002,"type":"corner"},"t":{"x":-219.167999,"y":-183.080002}},"keys":{"s":[{"t":200,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":700,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq24":{"transform":{"data":{"o":{"x":411.748001,"y":308.573502,"type":"corner"},"t":{"x":-411.748001,"y":-308.573501}},"keys":{"s":[{"t":1100,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1600,"v":{"x":1,"y":1}}]}}},"eXHb9NmE6Tq28":{"transform":{"data":{"o":{"x":572,"y":54.999996,"type":"corner"},"t":{"x":-572,"y":-54.999996}},"keys":{"s":[{"t":0,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":500,"v":{"x":1,"y":1}}]}}}},"s":"MDWA1ZGMxNjhhYMWJiYjhhN2JhIUmFmYjViNDYQ4ODA3OTc2TzHc2NzY3MjY4YTWFhZmI4YWJhKOWJhYWZiNWIN0Njg4MDc3NzJI2OGFmYmFhYOmI4YTdiYWFmFYjViNGI5NjhJGODA3NzcyNjShhY2FmYjJiMJjY4ODA3NzcyDNjhhN2IyS2JMhQWFiYjhiNGQE3YmFhYjY4OCDBhY2E3YjJiDOWFiNzI2OGIJ5YjZhYmFiYWWE2OFg4MDc3NAzI2OGFjUGI2FVmI5Njg4MDcI3NzZWNzZjMwQ|"}],"options":"MDGAxODgyMjk3YTTdiNjg3OTdiVMjk0MTI5QjcN3Nzk3NjZlNzTk2ODc0NzQ2OWDdiNzA2YTI5JODQ/"},'__SVGATOR_PLAYER__',window,document)
diff --git a/blocks/svgator/svgs/animation2/animatable.svg b/blocks/svgator/svgs/animation2/animatable.svg
new file mode 100644
index 0000000..6ac63d1
--- /dev/null
+++ b/blocks/svgator/svgs/animation2/animatable.svg
@@ -0,0 +1,3 @@
+
diff --git a/blocks/svgator/svgs/animation2/animation.js b/blocks/svgator/svgs/animation2/animation.js
new file mode 100644
index 0000000..0d9d2a0
--- /dev/null
+++ b/blocks/svgator/svgs/animation2/animation.js
@@ -0,0 +1,3 @@
+/* eslint-disable */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof __SVGATOR_DEFINE__&&__SVGATOR_DEFINE__.amd?__SVGATOR_DEFINE__(e):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=e())}(this,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:6;return y(t,e,"round")}function m(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;return Math.abs(t-e)0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||n<0||n>1?null:m(t,e)&&m(n,r)?w:function(i){if(i<=0)return t>0?i*e/t:0===e&&n>0?i*r/n:0;if(i>=1)return n<1?1+(i-1)*(r-1)/(n-1):1===n&&t<1?1+(i-1)*(e-1)/(t-1):1;for(var o,u=0,a=1;u0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===e)return x;if(1===e)return A}var n=1/t;return function(t){return t>=1?1:(t+=e*n)-t%n}}var S=Math.sin,E=Math.cos,j=Math.acos,M=Math.asin,P=Math.tan,B=Math.atan2,I=Math.PI/180,T=180/Math.PI,N=Math.sqrt,R=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[e,n,i,o,u,a],this.i=null,this.w=null,this.s=null}return o(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,e){var n=this.m;return{x:n[0]*t+n[2]*e+n[4],y:n[1]*t+n[3]*e+n[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!e)return this;var n=this.m;return n[4]+=n[0]*t+n[2]*e,n[5]+=n[1]*t+n[3]*e,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var e=S(t*=I),n=E(t),r=this.m,i=r[0],o=r[1];r[0]=i*n+r[2]*e,r[1]=o*n+r[3]*e,r[2]=r[2]*n-i*e,r[3]=r[3]*n-o*e,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==e){var n=this.m;n[0]*=t,n[1]*=t,n[2]*=e,n[3]*=e,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,e){if(e%=360,(t%=360)||e){var n=this.m,r=n[0],i=n[1],o=n[2],u=n[3];t&&(t=P(t*I),n[2]+=r*t,n[3]+=i*t),e&&(e=P(e*I),n[0]+=o*e,n[1]+=u*e),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=this.m;return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=i,u[5]=o,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),e&&this.rotateSelf(e),n&&(n.x&&this.skewSelf(n.x,0),n.y&&this.skewSelf(0,n.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.m,r=n[0]*n[0]+n[1]*n[1],i=[[n[0],n[1]],[n[2],n[3]]],o=N(r);if(0===o)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=o,i[0][1]/=o;var u=n[0]*n[3]-n[1]*n[2]<0;u&&(o=-o);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=N(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=j(i[1][1])*T,i[0][1]<0&&(s=360-s)):s=M(i[0][1])*T,u&&(s=-s),a=B(a,N(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*T,u&&(a=-a),{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:p(l)},skew:{x:p(a),y:0},rotate:p(s)}}},{key:"clone",value:function(){var t=this.m;return new this.constructor(t[0],t[1],t[2],t[3],t[4],t[5])}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";if(null===this.s){var e=this.m.map((function(t){return p(t)}));1===e[0]&&0===e[1]&&0===e[2]&&1===e[3]?this.s="translate("+e[4]+t+e[5]+")":this.s="matrix("+e.join(t)+")"}return this.s}}],[{key:"create",value:function(t){return t?Array.isArray(t)?f(this,v(t)):t instanceof this?t.clone():(new this).recomposeSelf(t.origin,t.rotate,t.skew,t.scale,t.translate):new this}}]),t}();function F(t,e,n){return t>=.5?n:e}function D(t,e,n){return 0===t||e===n?e:t*(n-e)+e}function C(t,e,n){var r=D(t,e,n);return r<=0?0:r}function q(t,e,n){var r=D(t,e,n);return r<=0?0:r>=1?1:r}function L(t,e,n){return 0===t?e:1===t?n:{x:D(t,e.x,n.x),y:D(t,e.y,n.y)}}function V(t,e,n){return 0===t?e:1===t?n:{x:C(t,e.x,n.x),y:C(t,e.y,n.y)}}function G(t,e,n){var r=function(t,e,n){return Math.round(D(t,e,n))}(t,e,n);return r<=0?0:r>=255?255:r}function z(t,e,n){return 0===t?e:1===t?n:{r:G(t,e.r,n.r),g:G(t,e.g,n.g),b:G(t,e.b,n.b),a:D(t,null==e.a?1:e.a,null==n.a?1:n.a)}}function Y(t,e,n){var r=e.length;if(r!==n.length)return F(t,e,n);for(var i=new Array(r),o=0;o0);return t}var $,H=function(){function t(e){r(this,t),this.list=e,this.length=e.length}return o(t,[{key:"setAttribute",value:function(t,e){for(var n=this.list,r=0;r1&&void 0!==arguments[1]?arguments[1]:w;if(!Array.isArray(t))return e;switch(t.length){case 1:return O(t[0])||e;case 2:return O(t[0],t[1])||e;case 4:return _(t[0],t[1],t[2],t[3])||e}return e}(t,null):function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:w;switch(t){case"linear":return w;case"steps":return O(e.steps||1,e.jump||0)||n;case"bezier":case"cubic-bezier":return _(e.x1||0,e.y1||0,e.x2||0,e.y2||0)||n}return n}(t.type,t.value,null):null}function Z(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=e.length-1;if(t<=e[0].t)return r?[0,0,e[0].v]:e[0].v;if(t>=e[i].t)return r?[i,1,e[i].v]:e[i].v;var o,u=e[0],a=null;for(o=1;o<=i;o++){if(!(t>e[o].t)){a=e[o];break}u=e[o]}return null==a?r?[i,1,e[i].v]:e[i].v:u.t===a.t?r?[o,1,a.v]:a.v:(t=(t-u.t)/(a.t-u.t),u.e&&(t=u.e(t)),r?[o,t,n(t,u.v,a.v)]:n(t,u.v,a.v))}function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof e?null:("function"!=typeof n&&(n=null),function(r){var i=Z(r,t,e);return null!=i&&n&&(i=n(i)),i}):null}function et(t,e){return t.t-e.t}function nt(t,e,r,i,o){var u,a="@"===r[0],l="#"===r[0],s=$[r],f=F;switch(a?(u=r.substr(1),r=u.replace(Q,X)):l&&(r=r.substr(1)),n(s)){case"function":if(f=s(i,o,Z,K,r,a,e,t),l)return f;break;case"string":f=tt(i,J(s));break;case"object":if((f=tt(i,J(s.i),s.f))&&"function"==typeof s.u)return s.u(e,f,r,a,t)}return f?function(t,e,n){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof H?function(r){return t.style(e,n(r))}:function(r){return t.style[e]=n(r)};if(Array.isArray(e)){var r=e.length;return function(i){var o=n(i);if(null==o)for(var u=0;u0?i:0,s=t%i,f=1+(t-s)/i;e*=r.direction,r.alternate&&f%2==0&&(e=-e);var c=!1;if(f>a)s=l,c=!0,-1===r.fill&&(s=r.direction>0?0:i);else if(e<0&&(s=i-s),s===u)return!1;u=s;for(var h=0;h1&&void 0!==arguments[1]?arguments[1]:document,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=ut(t,e);if(r)return r;if(n>=20)return null;for(var i=at(e),o=0;o1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"undefined"!=typeof BigInt&&BigInt,i="0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27);return e&&r&&n.isSafeInteger&&!n.isSafeInteger(+i)?n(r(i))%e+e:+i}function ct(t,e,n){return!t||!n||e>t.length?t:t.substring(0,e)+ct(t.substring(e+1),n,n)}function ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%e?t%e:[0,1].includes(e)?e:ht(t/e,e)}function vt(t,e,n){if(t&&t.length){var r=ft(n),i=ht(r)+5,o=ct(t,ht(r,5),i);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,e,n){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=ft(e,r)%r+n%27,o=[],u=0;u2&&void 0!==arguments[2]?arguments[2]:null;r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this._settings=n,(!o||o<"2022-05-02")&&delete this._settings.speed,dt.forEach((function(t){i._settings[t.key]=i._settings[t.key]||t.def})),this.duration=n.duration,this.offset=n.offset||0,this.rollbackStartOffset=0}return o(t,[{key:"alternate",get:function(){return this._settings.alternate}},{key:"fill",get:function(){return this._settings.fill}},{key:"iterations",get:function(){return this._settings.iterations}},{key:"direction",get:function(){return this._settings.direction}},{key:"speed",get:function(){return this._settings.speed}},{key:"fps",get:function(){return this._settings.fps}},{key:"maxFiniteDuration",get:function(){return this.iterations>0?this.iterations*this.duration:this.duration}},{key:"_apply",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._animations,r=n.length,i=0,o=0;oe.duration&&n!==1/0){var a=!!e.alternate&&u/e.duration%2>1,l=u%e.duration;u=(l+=a?e.duration:0)||e.duration}var s=(e.fps?1e3/e.fps:0)*e.speed,f=Math.max(0,u);f<=n-s&&(e.offset=f,n=f,e._apply(f));var c=e.iterations>0&&-1===e.fill&&u>=e.maxFiniteDuration;(u<=0||e.offset0&&void 0!==arguments[0]?arguments[0]:0,n=-1/0,r=null,i={};this._running=!0;var o=function o(u){null==r&&(r=u);var a=Math.round((u-r)*t.speed+e),l=(t.fps?1e3/t.fps:0)*t.speed;if(a>=n+l&&!t._rollingBack&&(t.offset=a,n=a,t._apply(a,i)===t._animations.length))return void t.pause(!0);t._id=window.requestAnimationFrame(o)};this._id=window.requestAnimationFrame(o)}},{key:"_pause",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1}},{key:"play",value:function(){if(!this._running)return this._rollingBack?this._rollback(this.offset):this._start(this.offset)}},{key:"stop",value:function(){this._pause(),this.offset=0,this.rollbackStartOffset=0,this._rollingBack=!1,this._apply(0)}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.stop(t),this.play(t)}},{key:"pause",value:function(){this._pause()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(t,e){delete t.animationSettings,t.options=vt(t.options,t.root,"91c80d77"),t.animations.map((function(e){e.settings=vt(e.s,t.root,"91c80d77"),delete e.s,t.animationSettings||(t.animationSettings=e.settings)}));var n=t.version;if(!(t=st(t,e)))return null;var r=t.options||{},i=new this(t.animations,t.animationSettings,n);return{el:t.svg,options:r,player:i}}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,e=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(e)&&e.splice(0).forEach((function(e){return t.build(e)}))}}]),t}();!function(){for(var t=0,e=["ms","moz","webkit","o"],n=0;n2&&void 0!==arguments[2]?arguments[2]:n,r=!1,i=null,o=function(){for(var o=0,u=n.innerHeight,a=0,l=n.innerWidth,s=t.parentNode;s instanceof Element;){var f=n.getComputedStyle(s);if("visible"!==f.overflowY||"visible"!==f.overflowX){var c=s.getBoundingClientRect();"visible"!==f.overflowY&&(o=Math.max(o,c.top),u=Math.min(u,c.bottom)),"visible"!==f.overflowX&&(a=Math.max(a,c.left),l=Math.min(l,c.right))}if(s===s.parentNode)break;s=s.parentNode}r=!1;var h=t.getBoundingClientRect(),v=Math.min(h.height,Math.max(0,o-h.top)),d=Math.min(h.height,Math.max(0,h.bottom-u)),y=Math.min(h.width,Math.max(0,a-h.left)),g=Math.min(h.width,Math.max(0,h.right-l)),p=(h.height-v-d)/h.height,m=(h.width-y-g)/h.width,b=Math.round(p*m*100);null!==i&&i===b||(i=b,e(b))};return function(t){r&&clearTimeout(r),r=setTimeout((function(){return o()}),100)}}(this.el,this.onVisibilityUpdate.bind(this),o.window),this.bindScrollWatchers(),this.visibilityCalculator()}return o(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(this._handlers.push({element:t,event:"scroll",handler:this.visibilityCalculator}),t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var e=this.currentVisibility>=this.thresholdPercent,n=t>=this.thresholdPercent;if(null===this.currentVisibility||e!==n)return this.currentVisibility=t,void this.onThresholdChange(n);this.currentVisibility=t}},{key:"destruct",value:function(){this._handlers.forEach((function(t){t.element.removeEventListener(t.event,t.handler)}))}}]),t}();function pt(t){return p(t)+""}function mt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(pt).join(e):""}function bt(t){return pt(t.x)+","+pt(t.y)}function wt(t){if(!t)return"transparent";if(null==t.a||t.a>=1){var e=function(t){return 1===(t=parseInt(t).toString(16)).length?"0"+t:t},n=function(t){return t.charAt(0)===t.charAt(1)},r=e(t.r),i=e(t.g),o=e(t.b);return n(r)&&n(i)&&n(o)&&(r=r.charAt(0),i=i.charAt(0),o=o.charAt(0)),"#"+r+i+o}return"rgba("+t.r+","+t.g+","+t.b+","+t.a+")"}function kt(t){return t?"url(#"+t+")":"none"}var _t={f:null,i:V,u:function(t,e){return function(n){var r=e(n);t.setAttribute("rx",pt(r.x)),t.setAttribute("ry",pt(r.y))}}},At={f:null,i:function(t,e,n){return 0===t?e:1===t?n:{width:C(t,e.width,n.width),height:C(t,e.height,n.height)}},u:function(t,e){return function(n){var r=e(n);t.setAttribute("width",pt(r.width)),t.setAttribute("height",pt(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var xt={},Ot=null;function St(t){var e=function(){if(Ot)return Ot;if("object"!==("undefined"==typeof document?"undefined":n(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",Ot={svg:t}):{}}().svg;if(!e)return function(t){return null};var r=document.createElementNS(e.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),e.appendChild(r);var i=r.getTotalLength();return function(t){var e=r.getPointAtLength(i*t);return{x:e.x,y:e.y}}}function Et(t){return xt[t]?xt[t]:xt[t]=St(t)}function jt(t,e,n,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(e&&n&&(i.push("C"),i.push(e.x),i.push(e.y),i.push(n.x),i.push(n.y)),e?!n:n){var o=e||n;i.push("Q"),i.push(o.x),i.push(o.y)}return e||n||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function Mt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=jt(t,e,n,r),u=Et(o);try{return u(i)}catch(t){return null}}function Pt(t,e,n){return t+(e-t)*n}function Bt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Pt(t.x,e.x,n),y:Pt(t.y,e.y,n)};return r&&(i.a=It(t,e)),i}function It(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}function Tt(t,e,n,r){var i=1-r;return i*i*t+2*i*r*e+r*r*n}function Nt(t,e,n,r){return 2*(1-r)*(e-t)+2*r*(n-e)}function Rt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=Mt(t,e,null,n,r);return o||(o={x:Tt(t.x,e.x,n.x,r),y:Tt(t.y,e.y,n.y,r)}),i&&(o.a=Ft(t,e,n,r)),o}function Ft(t,e,n,r){return Math.atan2(Nt(t.y,e.y,n.y,r),Nt(t.x,e.x,n.x,r))}function Dt(t,e,n,r,i){var o=i*i;return i*o*(r-t+3*(e-n))+3*o*(t+n-2*e)+3*i*(e-t)+t}function Ct(t,e,n,r,i){var o=1-i;return 3*(o*o*(e-t)+2*o*i*(n-e)+i*i*(r-n))}function qt(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],u=Mt(t,e,n,r,i);return u||(u={x:Dt(t.x,e.x,n.x,r.x,i),y:Dt(t.y,e.y,n.y,r.y,i)}),o&&(u.a=Lt(t,e,n,r,i)),u}function Lt(t,e,n,r,i){return Math.atan2(Ct(t.y,e.y,n.y,r.y,i),Ct(t.x,e.x,n.x,r.x,i))}function Vt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(zt(e)){if(Yt(n))return Rt(e,n.start,n,t,r)}else if(zt(n)){if(Ut(e))return Rt(e,e.end,n,t,r)}else{if(Ut(e))return Yt(n)?qt(e,e.end,n.start,n,t,r):Rt(e,e.end,n,t,r);if(Yt(n))return Rt(e,n.start,n,t,r)}return Bt(e,n,t,r)}function Gt(t,e,n){var r=Vt(t,e,n,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/b,r}function zt(t){return!t.type||"corner"===t.type}function Yt(t){return null!=t.start&&!zt(t)}function Ut(t){return null!=t.end&&!zt(t)}var Wt=new R;var $t={f:function(t){return t?t.join(" "):""},i:function(t,e,r){if(0===t)return e;if(1===t)return r;var i=e.length;if(i!==r.length)return F(t,e,r);for(var o,u=new Array(i),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return p(t,4)}))),mt(t,e)},i:function(t,e,n){var r,i,o,u=e.length,a=n.length;if(u!==a)if(0===u)e=U(u=a,0);else if(0===a)a=u,n=U(u,0);else{var l=(o=(r=u)*(i=a)/function(t,e){for(var n;e;)n=e,e=t%e,t=n;return t||1}(r,i))<0?-o:o;e=W(e,Math.floor(l/u)),n=W(n,Math.floor(l/a)),u=a=l}for(var s=[],f=0;f3&&void 0!==arguments[3]?arguments[3]:null;return t[n]?r(i,t[n],o):e&&e[n]?e[n]:u};return e&&e.a&&t.o?function(e){var n=r(e,t.o,Gt);return Wt.recomposeSelf(n,o("r",e,D,0)+n.a,o("k",e,L),o("s",e,L),o("t",e,L)).toString()}:function(t){return Wt.recomposeSelf(o("o",t,Vt,null),o("r",t,D,0),o("k",t,L),o("s",t,L),o("t",t,L)).toString()}},"#filter":function(t,e,n,r,i,o,u,a){if(!e.items||!t||!t.length)return null;var l=function(t,e){var n=(t=t.map((function(t){return t&&le[t[0]]?(e.getElementById(t[1]),le[t[0]](e.getElementById(t[1]),t[1],e)):null}))).length;return function(e){for(var r=0;r3&&void 0!==arguments[3]?arguments[3]:[];return function(){var i,o=Array.prototype.slice.call(arguments);return o.unshift.apply(o,v(r)),(i=t[e]).call.apply(i,[t].concat(v(o))),n}}var ye=function t(e){r(this,t);var n={},i=["on","off"],o={get:function(t,e,r){return he[e]?"function"==typeof he[e]?he[e].call(t,t,r):t[he[e]]:ve[e]?"function"==typeof ve[e]?ve[e].call(t,t,r):de(t,ve[e],r):-1!==i.indexOf(e)?n[e]:"ready"===e?function(t){return t&&t.call(r,r),r}:void 0},set:function(t,e,r){return-1!==i.indexOf(e)&&(n[e]=r)},ownKeys:function(t){return Object.keys(he)},has:function(t,e){return void 0!==he[e]}};if("function"==typeof Proxy)return new Proxy(e,o);var u=Object.keys(he).concat(Object.keys(ve)).concat(i),a={};return u.forEach((function(t){var n={enumerable:!1,configurable:!1,get:function(){return o.get(e,t,a)}};-1!==i.indexOf(t)&&(n.set=function(n){return o.set(e,t,n)}),Object.defineProperty(a,t,n)})),a};function ge(t){t||(t=this);var e={};this.on=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return"function"==typeof n&&(t.split(/[, ]+/g).forEach((function(t){return e[t]=e[t]||[],r?e[t].unshift(n):e[t].push(n)})),!0)},this.off=function(t,n){for(var r in e)if(e.hasOwnProperty(r)&&r.substr(0,t.length)===t)if(n)for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null;return r(this,u),(n=i.call(this,t,e,o))._handlers=[],n}return o(u,[{key:"_adjustOffset",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.alternate?2*this.duration:this.duration;if(t){if(!this._rollingBack&&0===this.offset)return void(this.offset=e);this._rollingBack&&(this.offset,this.maxFiniteDuration)}!this._rollingBack||this.rollbackStartOffset<=this.duration?0!==this.iterations&&(this.offset=Math.min(this.offset,this.maxFiniteDuration)):(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%e,this.rollbackStartOffset=0)}},{key:"reverse",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this._running)return this._adjustOffset(t),this._rollingBack=!this._rollingBack,t&&this.play(!1),void this.trigger("reverse",this.offset);this.pause(!1,!1),this._adjustOffset(),this._rollingBack=!this._rollingBack,this.play(!1),this.trigger("reverse",this.offset)}},{key:"play",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"play",this).call(this);return t===pe&&this.trigger("play",this.offset),e}},{key:"pause",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pe,n=h(a(u.prototype),"pause",this).call(this);return e===pe&&this.trigger(t?"end":"pause",this.offset),n}},{key:"restart",value:function(){var t=h(a(u.prototype),"restart",this).call(this,!1);return this.trigger("restart",this.offset),t}},{key:"stop",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"stop",this).call(this);return t===pe&&this.trigger("stop",this.offset),e}},{key:"_apply",value:function(t){var e=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pe,r=h(a(u.prototype),"_apply",this).call(this,t);if(n===pe){var i=function(){return e.trigger("keyframe",t)};window.requestAnimationFrame(i)}return r}},{key:"seekTo",value:function(t){var e,n,r,i=this._running;i&&this.pause(!1,!1),this.offset=this.iterations>0?(e=t,n=0,r=this.maxFiniteDuration,er?r:e):Math.max(t,0),this._apply(this.offset),i&&this.play(!1)}},{key:"seek",value:function(t){return this.seekTo(Math.round(t/100*this.maxFiniteDuration))}},{key:"seekBy",value:function(t){return this.seekTo(this.offset+t)}},{key:"toggle",value:function(){return this._running?this.pause():this.reachedToEnd()?this.restart():this.play()}},{key:"set",value:function(t,e){if(me.includes(t)){var n=this._running;n&&this.pause(!1,!1),this._settings[t]=e,n?this.play(!1):this._apply(this.offset,{},!1)}}},{key:"destruct",value:function(){var t=this;this.stop(),this._handlers.forEach((function(t){t.element?t.element.removeEventListener(t.event,t.handler):t.callback&&t.callback.call&&t.callback.call()}));var e=function(){},n=Object.getOwnPropertyNames(Object.getPrototypeOf(this));n.push.apply(n,v(Object.getOwnPropertyNames(this))),n.forEach((function(n){"function"==typeof t[n]?t[n]=e:delete t[n]}))}}],[{key:"build",value:function(t){var e=h(a(u),"build",this).call(this,t,ce);if(!e)return null;var n=e.el,r=e.options,i=e.player,o=new ye(i),l=new ge(o);o.on=l.on,o.off=l.off,i.trigger=l.trigger;var s=n.svgatorPlayer&&n.svgatorPlayer.ready&&n.svgatorPlayer.ready.call&&n.svgatorPlayer.ready.call();n.svgatorPlayer=o,function(t){var e,n,r=t&&1===(null===(e=t.ownerDocument)||void 0===e||null===(n=e.childNodes)||void 0===n?void 0:n.length)&&window.parent!==window,i=null==t?void 0:t.firstElementChild;if(!r||!i||"a"!==i.tagName||i.getAttribute("target"))return;i.setAttributeNS(null,"target","_parent")}(n),function(t,e,n){if("click"===n.start){var r=function(){switch(n.click){case"freeze":return!t._running&&t.reachedToEnd()?t.restart():t.toggle();case"restart":return t.offset>0?t.restart():t.play();case"reverse":return t._running?t.reverse():t.reachedToEnd()?1===t.fill?t.reverse(!0):t.restart():t.play();case"none":default:if(t._running)return;return t.reachedToEnd()?t.restart():t.play()}};return t._handlers.push({element:e,event:"click",handler:r}),void e.addEventListener("click",r)}if("hover"===n.start){var i=function(){return t.reachedToEnd()?t.restart():t._rollingBack?t.reverse():t.play()};t._handlers.push({element:e,event:"mouseenter",handler:i}),e.addEventListener("mouseenter",i);var o=function(){switch(n.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":if(t.reverse(),t._running)return;return t.play();case"none":default:return}};return t._handlers.push({element:e,event:"mouseleave",handler:o}),void e.addEventListener("mouseleave",o)}if("scroll"===n.start){var u=new gt(e,n.scroll||25,(function(e){e?t.reachedToEnd()?t.restart():t.play():t.pause()}));return void t._handlers.push({callback:function(){return u.destruct()}})}if("programmatic"===n.start)return;t.play()}(i,n,r),function(t,e,n){var r;"function"==typeof Event?r=new Event("ready"):(r=document.createEvent("Event")).initEvent("ready",!0,!0);if(t.dispatchEvent(r),!n||!n.length)return;n.forEach((function(t){return e.ready(t)}))}(n,n.svgatorPlayer,s)}}]),u}(yt);return be.init(),be}));
+ (function(s,i,o,w,d,a,b){(a=Array.from(d.querySelectorAll('svg#' + i.root)).filter(n=> !n.svgatorPlayer)[0]||{}).svgatorPlayer={ready:(function(a){b=[];return function(c){return c?(b.push(c),a.svgatorPlayer):b}})(a)};w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"ehao34Yfim51","version":"2022-05-04","animations":[{"elements":{"ehao34Yfim59":{"transform":{"data":{"o":{"x":574,"y":53,"type":"corner"},"t":{"x":-574,"y":-53}},"keys":{"s":[{"t":0,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":500,"v":{"x":1,"y":1}}]}}},"ehao34Yfim512":{"transform":{"data":{"o":{"x":223.866501,"y":285.249504,"type":"corner"},"t":{"x":-100.366501,"y":-58.346504}},"keys":{"s":[{"t":200,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":800,"v":{"x":1,"y":1}}]}}},"ehao34Yfim513":{"transform":{"data":{"o":{"x":159.563,"y":317.084,"type":"corner"},"t":{"x":-159.563,"y":-317.084}},"keys":{"s":[{"t":200,"v":{"x":1,"y":0},"e":[0.39,0.575,0.565,1]},{"t":500,"v":{"x":1,"y":1}}]}}},"ehao34Yfim514":{"transform":{"data":{"o":{"x":185.03,"y":317.083,"type":"corner"},"t":{"x":-185.03,"y":-317.083}},"keys":{"s":[{"t":300,"v":{"x":1,"y":0},"e":[0.39,0.575,0.565,1]},{"t":600,"v":{"x":1,"y":1}}]}}},"ehao34Yfim515":{"transform":{"data":{"o":{"x":210.497,"y":317.083,"type":"corner"},"t":{"x":-210.497,"y":-317.083}},"keys":{"s":[{"t":400,"v":{"x":1,"y":0},"e":[0.39,0.575,0.565,1]},{"t":700,"v":{"x":1,"y":1}}]}}},"ehao34Yfim516":{"transform":{"data":{"o":{"x":235.963,"y":317.083,"type":"corner"},"t":{"x":-235.963,"y":-317.083}},"keys":{"s":[{"t":500,"v":{"x":1,"y":0},"e":[0.39,0.575,0.565,1]},{"t":800,"v":{"x":1,"y":1}}]}}},"ehao34Yfim517":{"transform":{"data":{"o":{"x":261.43,"y":317.083,"type":"corner"},"t":{"x":-261.43,"y":-317.083}},"keys":{"s":[{"t":600,"v":{"x":1,"y":0},"e":[0.39,0.575,0.565,1]},{"t":900,"v":{"x":1,"y":1}}]}}},"ehao34Yfim518":{"transform":{"data":{"o":{"x":286.897,"y":317.083,"type":"corner"},"t":{"x":-286.897,"y":-317.083}},"keys":{"s":[{"t":700,"v":{"x":1,"y":0},"e":[0.39,0.575,0.565,1]},{"t":1000,"v":{"x":1,"y":1}}]}}},"ehao34Yfim519":{"transform":{"data":{"o":{"x":402.133499,"y":189.749504,"type":"corner"},"t":{"x":-100.366499,"y":-58.346504}},"keys":{"s":[{"t":700,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1300,"v":{"x":1,"y":1}}]}}},"ehao34Yfim520":{"opacity":[{"t":900,"v":0},{"t":1100,"v":1}]},"ehao34Yfim521":{"opacity":[{"t":1100,"v":0},{"t":1300,"v":1}]},"ehao34Yfim522":{"opacity":[{"t":1300,"v":0},{"t":1500,"v":1}]},"ehao34Yfim523":{"transform":{"data":{"o":{"x":349.091507,"y":212.981499,"type":"corner"},"t":{"x":-349.091507,"y":-212.981499}},"keys":{"s":[{"t":800,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1100,"v":{"x":1,"y":1}}]}}},"ehao34Yfim524":{"transform":{"data":{"o":{"x":384.026505,"y":182.160995,"type":"corner"},"t":{"x":-384.026505,"y":-182.160995}},"keys":{"s":[{"t":1000,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1300,"v":{"x":1,"y":1}}]}}},"ehao34Yfim525":{"transform":{"data":{"o":{"x":420.867004,"y":209.610001,"type":"corner"},"t":{"x":-420.867004,"y":-209.610001}},"keys":{"s":[{"t":1200,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1500,"v":{"x":1,"y":1}}]}}},"ehao34Yfim526":{"transform":{"data":{"o":{"x":455.501007,"y":167.026001,"type":"corner"},"t":{"x":-455.501007,"y":-167.026001}},"keys":{"s":[{"t":1400,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1700,"v":{"x":1,"y":1}}]}}}},"s":"MDKA1ZGQ2N2RiZNmQwY2RiY2NmTQ2M0Y2FjOTdYkOTU4ZThiOGAI4Yjg3WDdkYVmZjNGNkQWMwKYmVjZkpjNGNThYzlVN2Q5NUJU4Yzg3N2RjNJGNmYzBjZGJjAY2ZjNFFjYUtRjOWNlN2Q5NTYhjODc3ZFhjMDWM0VWM3Yzc3AZDk1OGM4NzdHkYmNjN2NmYzJBJY2RjOWJjYR2ZjMDdkOTVjMMWJjYzdjZWMMwODc3ZGNlY2OJjMGMwYmZQNS2Q5NThjODc3DZEpjMWNiY2UV3ZFE5NThjOGYI4Yk9kOA|"}],"options":"MDRAxODgyMjk3YQTdiNjg3OTdiJMjlINDEyOTcF3Nzk3NjZlNzSlHNjg3NDc0NWjg3YjcwSzZhAMjk4NA|"},'__SVGATOR_PLAYER__',window,document)
diff --git a/blocks/svgator/svgs/animation3/animatable.svg b/blocks/svgator/svgs/animation3/animatable.svg
new file mode 100644
index 0000000..890f425
--- /dev/null
+++ b/blocks/svgator/svgs/animation3/animatable.svg
@@ -0,0 +1,3 @@
+
diff --git a/blocks/svgator/svgs/animation3/animation.js b/blocks/svgator/svgs/animation3/animation.js
new file mode 100644
index 0000000..400c3c5
--- /dev/null
+++ b/blocks/svgator/svgs/animation3/animation.js
@@ -0,0 +1,3 @@
+/* eslint-disable */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof __SVGATOR_DEFINE__&&__SVGATOR_DEFINE__.amd?__SVGATOR_DEFINE__(e):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=e())}(this,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:6;return y(t,e,"round")}function m(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;return Math.abs(t-e)0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||n<0||n>1?null:m(t,e)&&m(n,r)?w:function(i){if(i<=0)return t>0?i*e/t:0===e&&n>0?i*r/n:0;if(i>=1)return n<1?1+(i-1)*(r-1)/(n-1):1===n&&t<1?1+(i-1)*(e-1)/(t-1):1;for(var o,u=0,a=1;u0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===e)return x;if(1===e)return A}var n=1/t;return function(t){return t>=1?1:(t+=e*n)-t%n}}var S=Math.sin,E=Math.cos,j=Math.acos,M=Math.asin,P=Math.tan,B=Math.atan2,I=Math.PI/180,T=180/Math.PI,N=Math.sqrt,R=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[e,n,i,o,u,a],this.i=null,this.w=null,this.s=null}return o(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,e){var n=this.m;return{x:n[0]*t+n[2]*e+n[4],y:n[1]*t+n[3]*e+n[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!e)return this;var n=this.m;return n[4]+=n[0]*t+n[2]*e,n[5]+=n[1]*t+n[3]*e,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var e=S(t*=I),n=E(t),r=this.m,i=r[0],o=r[1];r[0]=i*n+r[2]*e,r[1]=o*n+r[3]*e,r[2]=r[2]*n-i*e,r[3]=r[3]*n-o*e,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==e){var n=this.m;n[0]*=t,n[1]*=t,n[2]*=e,n[3]*=e,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,e){if(e%=360,(t%=360)||e){var n=this.m,r=n[0],i=n[1],o=n[2],u=n[3];t&&(t=P(t*I),n[2]+=r*t,n[3]+=i*t),e&&(e=P(e*I),n[0]+=o*e,n[1]+=u*e),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=this.m;return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=i,u[5]=o,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),e&&this.rotateSelf(e),n&&(n.x&&this.skewSelf(n.x,0),n.y&&this.skewSelf(0,n.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.m,r=n[0]*n[0]+n[1]*n[1],i=[[n[0],n[1]],[n[2],n[3]]],o=N(r);if(0===o)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=o,i[0][1]/=o;var u=n[0]*n[3]-n[1]*n[2]<0;u&&(o=-o);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=N(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=j(i[1][1])*T,i[0][1]<0&&(s=360-s)):s=M(i[0][1])*T,u&&(s=-s),a=B(a,N(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*T,u&&(a=-a),{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:p(l)},skew:{x:p(a),y:0},rotate:p(s)}}},{key:"clone",value:function(){var t=this.m;return new this.constructor(t[0],t[1],t[2],t[3],t[4],t[5])}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";if(null===this.s){var e=this.m.map((function(t){return p(t)}));1===e[0]&&0===e[1]&&0===e[2]&&1===e[3]?this.s="translate("+e[4]+t+e[5]+")":this.s="matrix("+e.join(t)+")"}return this.s}}],[{key:"create",value:function(t){return t?Array.isArray(t)?f(this,v(t)):t instanceof this?t.clone():(new this).recomposeSelf(t.origin,t.rotate,t.skew,t.scale,t.translate):new this}}]),t}();function F(t,e,n){return t>=.5?n:e}function D(t,e,n){return 0===t||e===n?e:t*(n-e)+e}function C(t,e,n){var r=D(t,e,n);return r<=0?0:r}function q(t,e,n){var r=D(t,e,n);return r<=0?0:r>=1?1:r}function L(t,e,n){return 0===t?e:1===t?n:{x:D(t,e.x,n.x),y:D(t,e.y,n.y)}}function V(t,e,n){return 0===t?e:1===t?n:{x:C(t,e.x,n.x),y:C(t,e.y,n.y)}}function G(t,e,n){var r=function(t,e,n){return Math.round(D(t,e,n))}(t,e,n);return r<=0?0:r>=255?255:r}function z(t,e,n){return 0===t?e:1===t?n:{r:G(t,e.r,n.r),g:G(t,e.g,n.g),b:G(t,e.b,n.b),a:D(t,null==e.a?1:e.a,null==n.a?1:n.a)}}function Y(t,e,n){var r=e.length;if(r!==n.length)return F(t,e,n);for(var i=new Array(r),o=0;o0);return t}var $,H=function(){function t(e){r(this,t),this.list=e,this.length=e.length}return o(t,[{key:"setAttribute",value:function(t,e){for(var n=this.list,r=0;r1&&void 0!==arguments[1]?arguments[1]:w;if(!Array.isArray(t))return e;switch(t.length){case 1:return O(t[0])||e;case 2:return O(t[0],t[1])||e;case 4:return _(t[0],t[1],t[2],t[3])||e}return e}(t,null):function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:w;switch(t){case"linear":return w;case"steps":return O(e.steps||1,e.jump||0)||n;case"bezier":case"cubic-bezier":return _(e.x1||0,e.y1||0,e.x2||0,e.y2||0)||n}return n}(t.type,t.value,null):null}function Z(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=e.length-1;if(t<=e[0].t)return r?[0,0,e[0].v]:e[0].v;if(t>=e[i].t)return r?[i,1,e[i].v]:e[i].v;var o,u=e[0],a=null;for(o=1;o<=i;o++){if(!(t>e[o].t)){a=e[o];break}u=e[o]}return null==a?r?[i,1,e[i].v]:e[i].v:u.t===a.t?r?[o,1,a.v]:a.v:(t=(t-u.t)/(a.t-u.t),u.e&&(t=u.e(t)),r?[o,t,n(t,u.v,a.v)]:n(t,u.v,a.v))}function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof e?null:("function"!=typeof n&&(n=null),function(r){var i=Z(r,t,e);return null!=i&&n&&(i=n(i)),i}):null}function et(t,e){return t.t-e.t}function nt(t,e,r,i,o){var u,a="@"===r[0],l="#"===r[0],s=$[r],f=F;switch(a?(u=r.substr(1),r=u.replace(Q,X)):l&&(r=r.substr(1)),n(s)){case"function":if(f=s(i,o,Z,K,r,a,e,t),l)return f;break;case"string":f=tt(i,J(s));break;case"object":if((f=tt(i,J(s.i),s.f))&&"function"==typeof s.u)return s.u(e,f,r,a,t)}return f?function(t,e,n){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof H?function(r){return t.style(e,n(r))}:function(r){return t.style[e]=n(r)};if(Array.isArray(e)){var r=e.length;return function(i){var o=n(i);if(null==o)for(var u=0;u0?i:0,s=t%i,f=1+(t-s)/i;e*=r.direction,r.alternate&&f%2==0&&(e=-e);var c=!1;if(f>a)s=l,c=!0,-1===r.fill&&(s=r.direction>0?0:i);else if(e<0&&(s=i-s),s===u)return!1;u=s;for(var h=0;h1&&void 0!==arguments[1]?arguments[1]:document,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=ut(t,e);if(r)return r;if(n>=20)return null;for(var i=at(e),o=0;o1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"undefined"!=typeof BigInt&&BigInt,i="0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27);return e&&r&&n.isSafeInteger&&!n.isSafeInteger(+i)?n(r(i))%e+e:+i}function ct(t,e,n){return!t||!n||e>t.length?t:t.substring(0,e)+ct(t.substring(e+1),n,n)}function ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%e?t%e:[0,1].includes(e)?e:ht(t/e,e)}function vt(t,e,n){if(t&&t.length){var r=ft(n),i=ht(r)+5,o=ct(t,ht(r,5),i);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,e,n){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=ft(e,r)%r+n%27,o=[],u=0;u2&&void 0!==arguments[2]?arguments[2]:null;r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this._settings=n,(!o||o<"2022-05-02")&&delete this._settings.speed,dt.forEach((function(t){i._settings[t.key]=i._settings[t.key]||t.def})),this.duration=n.duration,this.offset=n.offset||0,this.rollbackStartOffset=0}return o(t,[{key:"alternate",get:function(){return this._settings.alternate}},{key:"fill",get:function(){return this._settings.fill}},{key:"iterations",get:function(){return this._settings.iterations}},{key:"direction",get:function(){return this._settings.direction}},{key:"speed",get:function(){return this._settings.speed}},{key:"fps",get:function(){return this._settings.fps}},{key:"maxFiniteDuration",get:function(){return this.iterations>0?this.iterations*this.duration:this.duration}},{key:"_apply",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._animations,r=n.length,i=0,o=0;oe.duration&&n!==1/0){var a=!!e.alternate&&u/e.duration%2>1,l=u%e.duration;u=(l+=a?e.duration:0)||e.duration}var s=(e.fps?1e3/e.fps:0)*e.speed,f=Math.max(0,u);f<=n-s&&(e.offset=f,n=f,e._apply(f));var c=e.iterations>0&&-1===e.fill&&u>=e.maxFiniteDuration;(u<=0||e.offset0&&void 0!==arguments[0]?arguments[0]:0,n=-1/0,r=null,i={};this._running=!0;var o=function o(u){null==r&&(r=u);var a=Math.round((u-r)*t.speed+e),l=(t.fps?1e3/t.fps:0)*t.speed;if(a>=n+l&&!t._rollingBack&&(t.offset=a,n=a,t._apply(a,i)===t._animations.length))return void t.pause(!0);t._id=window.requestAnimationFrame(o)};this._id=window.requestAnimationFrame(o)}},{key:"_pause",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1}},{key:"play",value:function(){if(!this._running)return this._rollingBack?this._rollback(this.offset):this._start(this.offset)}},{key:"stop",value:function(){this._pause(),this.offset=0,this.rollbackStartOffset=0,this._rollingBack=!1,this._apply(0)}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.stop(t),this.play(t)}},{key:"pause",value:function(){this._pause()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(t,e){delete t.animationSettings,t.options=vt(t.options,t.root,"91c80d77"),t.animations.map((function(e){e.settings=vt(e.s,t.root,"91c80d77"),delete e.s,t.animationSettings||(t.animationSettings=e.settings)}));var n=t.version;if(!(t=st(t,e)))return null;var r=t.options||{},i=new this(t.animations,t.animationSettings,n);return{el:t.svg,options:r,player:i}}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,e=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(e)&&e.splice(0).forEach((function(e){return t.build(e)}))}}]),t}();!function(){for(var t=0,e=["ms","moz","webkit","o"],n=0;n2&&void 0!==arguments[2]?arguments[2]:n,r=!1,i=null,o=function(){for(var o=0,u=n.innerHeight,a=0,l=n.innerWidth,s=t.parentNode;s instanceof Element;){var f=n.getComputedStyle(s);if("visible"!==f.overflowY||"visible"!==f.overflowX){var c=s.getBoundingClientRect();"visible"!==f.overflowY&&(o=Math.max(o,c.top),u=Math.min(u,c.bottom)),"visible"!==f.overflowX&&(a=Math.max(a,c.left),l=Math.min(l,c.right))}if(s===s.parentNode)break;s=s.parentNode}r=!1;var h=t.getBoundingClientRect(),v=Math.min(h.height,Math.max(0,o-h.top)),d=Math.min(h.height,Math.max(0,h.bottom-u)),y=Math.min(h.width,Math.max(0,a-h.left)),g=Math.min(h.width,Math.max(0,h.right-l)),p=(h.height-v-d)/h.height,m=(h.width-y-g)/h.width,b=Math.round(p*m*100);null!==i&&i===b||(i=b,e(b))};return function(t){r&&clearTimeout(r),r=setTimeout((function(){return o()}),100)}}(this.el,this.onVisibilityUpdate.bind(this),o.window),this.bindScrollWatchers(),this.visibilityCalculator()}return o(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(this._handlers.push({element:t,event:"scroll",handler:this.visibilityCalculator}),t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var e=this.currentVisibility>=this.thresholdPercent,n=t>=this.thresholdPercent;if(null===this.currentVisibility||e!==n)return this.currentVisibility=t,void this.onThresholdChange(n);this.currentVisibility=t}},{key:"destruct",value:function(){this._handlers.forEach((function(t){t.element.removeEventListener(t.event,t.handler)}))}}]),t}();function pt(t){return p(t)+""}function mt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(pt).join(e):""}function bt(t){return pt(t.x)+","+pt(t.y)}function wt(t){if(!t)return"transparent";if(null==t.a||t.a>=1){var e=function(t){return 1===(t=parseInt(t).toString(16)).length?"0"+t:t},n=function(t){return t.charAt(0)===t.charAt(1)},r=e(t.r),i=e(t.g),o=e(t.b);return n(r)&&n(i)&&n(o)&&(r=r.charAt(0),i=i.charAt(0),o=o.charAt(0)),"#"+r+i+o}return"rgba("+t.r+","+t.g+","+t.b+","+t.a+")"}function kt(t){return t?"url(#"+t+")":"none"}var _t={f:null,i:V,u:function(t,e){return function(n){var r=e(n);t.setAttribute("rx",pt(r.x)),t.setAttribute("ry",pt(r.y))}}},At={f:null,i:function(t,e,n){return 0===t?e:1===t?n:{width:C(t,e.width,n.width),height:C(t,e.height,n.height)}},u:function(t,e){return function(n){var r=e(n);t.setAttribute("width",pt(r.width)),t.setAttribute("height",pt(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var xt={},Ot=null;function St(t){var e=function(){if(Ot)return Ot;if("object"!==("undefined"==typeof document?"undefined":n(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",Ot={svg:t}):{}}().svg;if(!e)return function(t){return null};var r=document.createElementNS(e.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),e.appendChild(r);var i=r.getTotalLength();return function(t){var e=r.getPointAtLength(i*t);return{x:e.x,y:e.y}}}function Et(t){return xt[t]?xt[t]:xt[t]=St(t)}function jt(t,e,n,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(e&&n&&(i.push("C"),i.push(e.x),i.push(e.y),i.push(n.x),i.push(n.y)),e?!n:n){var o=e||n;i.push("Q"),i.push(o.x),i.push(o.y)}return e||n||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function Mt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=jt(t,e,n,r),u=Et(o);try{return u(i)}catch(t){return null}}function Pt(t,e,n){return t+(e-t)*n}function Bt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Pt(t.x,e.x,n),y:Pt(t.y,e.y,n)};return r&&(i.a=It(t,e)),i}function It(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}function Tt(t,e,n,r){var i=1-r;return i*i*t+2*i*r*e+r*r*n}function Nt(t,e,n,r){return 2*(1-r)*(e-t)+2*r*(n-e)}function Rt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=Mt(t,e,null,n,r);return o||(o={x:Tt(t.x,e.x,n.x,r),y:Tt(t.y,e.y,n.y,r)}),i&&(o.a=Ft(t,e,n,r)),o}function Ft(t,e,n,r){return Math.atan2(Nt(t.y,e.y,n.y,r),Nt(t.x,e.x,n.x,r))}function Dt(t,e,n,r,i){var o=i*i;return i*o*(r-t+3*(e-n))+3*o*(t+n-2*e)+3*i*(e-t)+t}function Ct(t,e,n,r,i){var o=1-i;return 3*(o*o*(e-t)+2*o*i*(n-e)+i*i*(r-n))}function qt(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],u=Mt(t,e,n,r,i);return u||(u={x:Dt(t.x,e.x,n.x,r.x,i),y:Dt(t.y,e.y,n.y,r.y,i)}),o&&(u.a=Lt(t,e,n,r,i)),u}function Lt(t,e,n,r,i){return Math.atan2(Ct(t.y,e.y,n.y,r.y,i),Ct(t.x,e.x,n.x,r.x,i))}function Vt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(zt(e)){if(Yt(n))return Rt(e,n.start,n,t,r)}else if(zt(n)){if(Ut(e))return Rt(e,e.end,n,t,r)}else{if(Ut(e))return Yt(n)?qt(e,e.end,n.start,n,t,r):Rt(e,e.end,n,t,r);if(Yt(n))return Rt(e,n.start,n,t,r)}return Bt(e,n,t,r)}function Gt(t,e,n){var r=Vt(t,e,n,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/b,r}function zt(t){return!t.type||"corner"===t.type}function Yt(t){return null!=t.start&&!zt(t)}function Ut(t){return null!=t.end&&!zt(t)}var Wt=new R;var $t={f:function(t){return t?t.join(" "):""},i:function(t,e,r){if(0===t)return e;if(1===t)return r;var i=e.length;if(i!==r.length)return F(t,e,r);for(var o,u=new Array(i),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return p(t,4)}))),mt(t,e)},i:function(t,e,n){var r,i,o,u=e.length,a=n.length;if(u!==a)if(0===u)e=U(u=a,0);else if(0===a)a=u,n=U(u,0);else{var l=(o=(r=u)*(i=a)/function(t,e){for(var n;e;)n=e,e=t%e,t=n;return t||1}(r,i))<0?-o:o;e=W(e,Math.floor(l/u)),n=W(n,Math.floor(l/a)),u=a=l}for(var s=[],f=0;f3&&void 0!==arguments[3]?arguments[3]:null;return t[n]?r(i,t[n],o):e&&e[n]?e[n]:u};return e&&e.a&&t.o?function(e){var n=r(e,t.o,Gt);return Wt.recomposeSelf(n,o("r",e,D,0)+n.a,o("k",e,L),o("s",e,L),o("t",e,L)).toString()}:function(t){return Wt.recomposeSelf(o("o",t,Vt,null),o("r",t,D,0),o("k",t,L),o("s",t,L),o("t",t,L)).toString()}},"#filter":function(t,e,n,r,i,o,u,a){if(!e.items||!t||!t.length)return null;var l=function(t,e){var n=(t=t.map((function(t){return t&&le[t[0]]?(e.getElementById(t[1]),le[t[0]](e.getElementById(t[1]),t[1],e)):null}))).length;return function(e){for(var r=0;r3&&void 0!==arguments[3]?arguments[3]:[];return function(){var i,o=Array.prototype.slice.call(arguments);return o.unshift.apply(o,v(r)),(i=t[e]).call.apply(i,[t].concat(v(o))),n}}var ye=function t(e){r(this,t);var n={},i=["on","off"],o={get:function(t,e,r){return he[e]?"function"==typeof he[e]?he[e].call(t,t,r):t[he[e]]:ve[e]?"function"==typeof ve[e]?ve[e].call(t,t,r):de(t,ve[e],r):-1!==i.indexOf(e)?n[e]:"ready"===e?function(t){return t&&t.call(r,r),r}:void 0},set:function(t,e,r){return-1!==i.indexOf(e)&&(n[e]=r)},ownKeys:function(t){return Object.keys(he)},has:function(t,e){return void 0!==he[e]}};if("function"==typeof Proxy)return new Proxy(e,o);var u=Object.keys(he).concat(Object.keys(ve)).concat(i),a={};return u.forEach((function(t){var n={enumerable:!1,configurable:!1,get:function(){return o.get(e,t,a)}};-1!==i.indexOf(t)&&(n.set=function(n){return o.set(e,t,n)}),Object.defineProperty(a,t,n)})),a};function ge(t){t||(t=this);var e={};this.on=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return"function"==typeof n&&(t.split(/[, ]+/g).forEach((function(t){return e[t]=e[t]||[],r?e[t].unshift(n):e[t].push(n)})),!0)},this.off=function(t,n){for(var r in e)if(e.hasOwnProperty(r)&&r.substr(0,t.length)===t)if(n)for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null;return r(this,u),(n=i.call(this,t,e,o))._handlers=[],n}return o(u,[{key:"_adjustOffset",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.alternate?2*this.duration:this.duration;if(t){if(!this._rollingBack&&0===this.offset)return void(this.offset=e);this._rollingBack&&(this.offset,this.maxFiniteDuration)}!this._rollingBack||this.rollbackStartOffset<=this.duration?0!==this.iterations&&(this.offset=Math.min(this.offset,this.maxFiniteDuration)):(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%e,this.rollbackStartOffset=0)}},{key:"reverse",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this._running)return this._adjustOffset(t),this._rollingBack=!this._rollingBack,t&&this.play(!1),void this.trigger("reverse",this.offset);this.pause(!1,!1),this._adjustOffset(),this._rollingBack=!this._rollingBack,this.play(!1),this.trigger("reverse",this.offset)}},{key:"play",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"play",this).call(this);return t===pe&&this.trigger("play",this.offset),e}},{key:"pause",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pe,n=h(a(u.prototype),"pause",this).call(this);return e===pe&&this.trigger(t?"end":"pause",this.offset),n}},{key:"restart",value:function(){var t=h(a(u.prototype),"restart",this).call(this,!1);return this.trigger("restart",this.offset),t}},{key:"stop",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"stop",this).call(this);return t===pe&&this.trigger("stop",this.offset),e}},{key:"_apply",value:function(t){var e=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pe,r=h(a(u.prototype),"_apply",this).call(this,t);if(n===pe){var i=function(){return e.trigger("keyframe",t)};window.requestAnimationFrame(i)}return r}},{key:"seekTo",value:function(t){var e,n,r,i=this._running;i&&this.pause(!1,!1),this.offset=this.iterations>0?(e=t,n=0,r=this.maxFiniteDuration,er?r:e):Math.max(t,0),this._apply(this.offset),i&&this.play(!1)}},{key:"seek",value:function(t){return this.seekTo(Math.round(t/100*this.maxFiniteDuration))}},{key:"seekBy",value:function(t){return this.seekTo(this.offset+t)}},{key:"toggle",value:function(){return this._running?this.pause():this.reachedToEnd()?this.restart():this.play()}},{key:"set",value:function(t,e){if(me.includes(t)){var n=this._running;n&&this.pause(!1,!1),this._settings[t]=e,n?this.play(!1):this._apply(this.offset,{},!1)}}},{key:"destruct",value:function(){var t=this;this.stop(),this._handlers.forEach((function(t){t.element?t.element.removeEventListener(t.event,t.handler):t.callback&&t.callback.call&&t.callback.call()}));var e=function(){},n=Object.getOwnPropertyNames(Object.getPrototypeOf(this));n.push.apply(n,v(Object.getOwnPropertyNames(this))),n.forEach((function(n){"function"==typeof t[n]?t[n]=e:delete t[n]}))}}],[{key:"build",value:function(t){var e=h(a(u),"build",this).call(this,t,ce);if(!e)return null;var n=e.el,r=e.options,i=e.player,o=new ye(i),l=new ge(o);o.on=l.on,o.off=l.off,i.trigger=l.trigger;var s=n.svgatorPlayer&&n.svgatorPlayer.ready&&n.svgatorPlayer.ready.call&&n.svgatorPlayer.ready.call();n.svgatorPlayer=o,function(t){var e,n,r=t&&1===(null===(e=t.ownerDocument)||void 0===e||null===(n=e.childNodes)||void 0===n?void 0:n.length)&&window.parent!==window,i=null==t?void 0:t.firstElementChild;if(!r||!i||"a"!==i.tagName||i.getAttribute("target"))return;i.setAttributeNS(null,"target","_parent")}(n),function(t,e,n){if("click"===n.start){var r=function(){switch(n.click){case"freeze":return!t._running&&t.reachedToEnd()?t.restart():t.toggle();case"restart":return t.offset>0?t.restart():t.play();case"reverse":return t._running?t.reverse():t.reachedToEnd()?1===t.fill?t.reverse(!0):t.restart():t.play();case"none":default:if(t._running)return;return t.reachedToEnd()?t.restart():t.play()}};return t._handlers.push({element:e,event:"click",handler:r}),void e.addEventListener("click",r)}if("hover"===n.start){var i=function(){return t.reachedToEnd()?t.restart():t._rollingBack?t.reverse():t.play()};t._handlers.push({element:e,event:"mouseenter",handler:i}),e.addEventListener("mouseenter",i);var o=function(){switch(n.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":if(t.reverse(),t._running)return;return t.play();case"none":default:return}};return t._handlers.push({element:e,event:"mouseleave",handler:o}),void e.addEventListener("mouseleave",o)}if("scroll"===n.start){var u=new gt(e,n.scroll||25,(function(e){e?t.reachedToEnd()?t.restart():t.play():t.pause()}));return void t._handlers.push({callback:function(){return u.destruct()}})}if("programmatic"===n.start)return;t.play()}(i,n,r),function(t,e,n){var r;"function"==typeof Event?r=new Event("ready"):(r=document.createEvent("Event")).initEvent("ready",!0,!0);if(t.dispatchEvent(r),!n||!n.length)return;n.forEach((function(t){return e.ready(t)}))}(n,n.svgatorPlayer,s)}}]),u}(yt);return be.init(),be}));
+ (function(s,i,o,w,d,a,b){(a=Array.from(d.querySelectorAll('svg#' + i.root)).filter(n=> !n.svgatorPlayer)[0]||{}).svgatorPlayer={ready:(function(a){b=[];return function(c){return c?(b.push(c),a.svgatorPlayer):b}})(a)};w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"emYz0IWcrAu1","version":"2022-05-04","animations":[{"elements":{"emYz0IWcrAu2":{"transform":{"data":{"t":{"x":-473.999954,"y":-205.000122}},"keys":{"o":[{"t":700,"v":{"x":330.999954,"y":205.000122,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":1200,"v":{"x":480.999954,"y":205.000122,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":1530,"v":{"x":473.999954,"y":205.000122,"type":"corner"}}]}},"opacity":[{"t":870,"v":0},{"t":1100,"v":1}]},"emYz0IWcrAu5":{"transform":{"data":{"o":{"x":150.112602,"y":200.531998,"type":"corner"},"t":{"x":-150.112602,"y":-200.531998}},"keys":{"s":[{"t":300,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":900,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu6":{"transform":{"data":{"o":{"x":84,"y":317.5,"type":"corner"},"t":{"x":-84,"y":-317.5}},"keys":{"s":[{"t":500,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1150,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu7":{"transform":{"data":{"o":{"x":86,"y":344.5,"type":"corner"},"t":{"x":-86,"y":-344.5}},"keys":{"s":[{"t":500,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1150,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu8":{"transform":{"data":{"o":{"x":84,"y":291.5,"type":"corner"},"t":{"x":-84,"y":-291.5}},"keys":{"s":[{"t":500,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1150,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu9":{"transform":{"data":{"o":{"x":312.436996,"y":200.285004,"type":"corner"},"t":{"x":-312.436996,"y":-200.285004}},"keys":{"s":[{"t":500,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1100,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu10":{"transform":{"data":{"o":{"x":250.152,"y":290.6,"type":"corner"},"t":{"x":-250.152,"y":-290.6}},"keys":{"s":[{"t":700,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1350,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu11":{"transform":{"data":{"o":{"x":250.152,"y":316.5,"type":"corner"},"t":{"x":-250.152,"y":-316.5}},"keys":{"s":[{"t":700,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1350,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu12":{"transform":{"data":{"o":{"x":250.152,"y":342.5,"type":"corner"},"t":{"x":-250.152,"y":-342.5}},"keys":{"s":[{"t":700,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1350,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu13":{"transform":{"data":{"o":{"x":474.437012,"y":200.285004,"type":"corner"},"t":{"x":-474.437012,"y":-200.285004}},"keys":{"s":[{"t":800,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1400,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu14":{"transform":{"data":{"o":{"x":408,"y":290.6,"type":"corner"},"t":{"x":-408,"y":-290.6}},"keys":{"s":[{"t":900,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1550,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu15":{"transform":{"data":{"o":{"x":408.003787,"y":316.5,"type":"corner"},"t":{"x":-408.003787,"y":-316.5}},"keys":{"s":[{"t":900,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1550,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu16":{"transform":{"data":{"o":{"x":408.003787,"y":342.5,"type":"corner"},"t":{"x":-408.003787,"y":-342.5}},"keys":{"s":[{"t":900,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1550,"v":{"x":1,"y":1}}]}}},"emYz0IWcrAu24":{"transform":{"data":{"o":{"x":574,"y":53,"type":"corner"},"t":{"x":-574,"y":-53}},"keys":{"s":[{"t":0,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":500,"v":{"x":1,"y":1}}]}}}},"s":"MDQA1ZGE2NGQ4ZKmEwOWQ4YzlmROTQ5YTk5NGRRKNjU1ZU01YjGViVTViNTc0ZLDhmQzk0OWQ5CMEo4ZTlmOTQO5YTk5NGQ2NTYVjNTc0ZDk0OBWY5MFc5ZDhjQOWY5NDlhOTlHYOWU0ZDY1RDQVjNTc0ZDkxOPTQ5Nzk3NGQ2LNTVjNTc0ZDhOjOTc5ZjkwOWFQ5OThjUzlmOKTA0ZDY1OTE4XYzk3OWU5MFQX1NzRkOWVZOWEJFOTA5MDhmNIGRDNjU1YzU3SNGQ5MVA5YjlWlNGQ2NTVjNWNI1YmE4"}],"options":"MDQAxODgyMjk3YSTdiNjg3OTdiMMjk0MTI5NzcD3OTc2NmU3OTLY4NzQ3NDY4NY2I3MDZhQzI5XODQ/"},'__SVGATOR_PLAYER__',window,document)
diff --git a/blocks/svgator/svgs/animation4/animatable.svg b/blocks/svgator/svgs/animation4/animatable.svg
new file mode 100644
index 0000000..50d1aed
--- /dev/null
+++ b/blocks/svgator/svgs/animation4/animatable.svg
@@ -0,0 +1,3 @@
+
diff --git a/blocks/svgator/svgs/animation4/animation.js b/blocks/svgator/svgs/animation4/animation.js
new file mode 100644
index 0000000..5689c4c
--- /dev/null
+++ b/blocks/svgator/svgs/animation4/animation.js
@@ -0,0 +1,3 @@
+/* eslint-disable */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof __SVGATOR_DEFINE__&&__SVGATOR_DEFINE__.amd?__SVGATOR_DEFINE__(e):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=e())}(this,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:6;return y(t,e,"round")}function m(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;return Math.abs(t-e)0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||n<0||n>1?null:m(t,e)&&m(n,r)?w:function(i){if(i<=0)return t>0?i*e/t:0===e&&n>0?i*r/n:0;if(i>=1)return n<1?1+(i-1)*(r-1)/(n-1):1===n&&t<1?1+(i-1)*(e-1)/(t-1):1;for(var o,u=0,a=1;u0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===e)return x;if(1===e)return A}var n=1/t;return function(t){return t>=1?1:(t+=e*n)-t%n}}var S=Math.sin,E=Math.cos,j=Math.acos,M=Math.asin,P=Math.tan,B=Math.atan2,I=Math.PI/180,T=180/Math.PI,N=Math.sqrt,R=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[e,n,i,o,u,a],this.i=null,this.w=null,this.s=null}return o(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,e){var n=this.m;return{x:n[0]*t+n[2]*e+n[4],y:n[1]*t+n[3]*e+n[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!e)return this;var n=this.m;return n[4]+=n[0]*t+n[2]*e,n[5]+=n[1]*t+n[3]*e,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var e=S(t*=I),n=E(t),r=this.m,i=r[0],o=r[1];r[0]=i*n+r[2]*e,r[1]=o*n+r[3]*e,r[2]=r[2]*n-i*e,r[3]=r[3]*n-o*e,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==e){var n=this.m;n[0]*=t,n[1]*=t,n[2]*=e,n[3]*=e,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,e){if(e%=360,(t%=360)||e){var n=this.m,r=n[0],i=n[1],o=n[2],u=n[3];t&&(t=P(t*I),n[2]+=r*t,n[3]+=i*t),e&&(e=P(e*I),n[0]+=o*e,n[1]+=u*e),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=this.m;return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=i,u[5]=o,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),e&&this.rotateSelf(e),n&&(n.x&&this.skewSelf(n.x,0),n.y&&this.skewSelf(0,n.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.m,r=n[0]*n[0]+n[1]*n[1],i=[[n[0],n[1]],[n[2],n[3]]],o=N(r);if(0===o)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=o,i[0][1]/=o;var u=n[0]*n[3]-n[1]*n[2]<0;u&&(o=-o);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=N(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=j(i[1][1])*T,i[0][1]<0&&(s=360-s)):s=M(i[0][1])*T,u&&(s=-s),a=B(a,N(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*T,u&&(a=-a),{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:p(l)},skew:{x:p(a),y:0},rotate:p(s)}}},{key:"clone",value:function(){var t=this.m;return new this.constructor(t[0],t[1],t[2],t[3],t[4],t[5])}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";if(null===this.s){var e=this.m.map((function(t){return p(t)}));1===e[0]&&0===e[1]&&0===e[2]&&1===e[3]?this.s="translate("+e[4]+t+e[5]+")":this.s="matrix("+e.join(t)+")"}return this.s}}],[{key:"create",value:function(t){return t?Array.isArray(t)?f(this,v(t)):t instanceof this?t.clone():(new this).recomposeSelf(t.origin,t.rotate,t.skew,t.scale,t.translate):new this}}]),t}();function F(t,e,n){return t>=.5?n:e}function D(t,e,n){return 0===t||e===n?e:t*(n-e)+e}function C(t,e,n){var r=D(t,e,n);return r<=0?0:r}function q(t,e,n){var r=D(t,e,n);return r<=0?0:r>=1?1:r}function L(t,e,n){return 0===t?e:1===t?n:{x:D(t,e.x,n.x),y:D(t,e.y,n.y)}}function V(t,e,n){return 0===t?e:1===t?n:{x:C(t,e.x,n.x),y:C(t,e.y,n.y)}}function G(t,e,n){var r=function(t,e,n){return Math.round(D(t,e,n))}(t,e,n);return r<=0?0:r>=255?255:r}function z(t,e,n){return 0===t?e:1===t?n:{r:G(t,e.r,n.r),g:G(t,e.g,n.g),b:G(t,e.b,n.b),a:D(t,null==e.a?1:e.a,null==n.a?1:n.a)}}function Y(t,e,n){var r=e.length;if(r!==n.length)return F(t,e,n);for(var i=new Array(r),o=0;o0);return t}var $,H=function(){function t(e){r(this,t),this.list=e,this.length=e.length}return o(t,[{key:"setAttribute",value:function(t,e){for(var n=this.list,r=0;r1&&void 0!==arguments[1]?arguments[1]:w;if(!Array.isArray(t))return e;switch(t.length){case 1:return O(t[0])||e;case 2:return O(t[0],t[1])||e;case 4:return _(t[0],t[1],t[2],t[3])||e}return e}(t,null):function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:w;switch(t){case"linear":return w;case"steps":return O(e.steps||1,e.jump||0)||n;case"bezier":case"cubic-bezier":return _(e.x1||0,e.y1||0,e.x2||0,e.y2||0)||n}return n}(t.type,t.value,null):null}function Z(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=e.length-1;if(t<=e[0].t)return r?[0,0,e[0].v]:e[0].v;if(t>=e[i].t)return r?[i,1,e[i].v]:e[i].v;var o,u=e[0],a=null;for(o=1;o<=i;o++){if(!(t>e[o].t)){a=e[o];break}u=e[o]}return null==a?r?[i,1,e[i].v]:e[i].v:u.t===a.t?r?[o,1,a.v]:a.v:(t=(t-u.t)/(a.t-u.t),u.e&&(t=u.e(t)),r?[o,t,n(t,u.v,a.v)]:n(t,u.v,a.v))}function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof e?null:("function"!=typeof n&&(n=null),function(r){var i=Z(r,t,e);return null!=i&&n&&(i=n(i)),i}):null}function et(t,e){return t.t-e.t}function nt(t,e,r,i,o){var u,a="@"===r[0],l="#"===r[0],s=$[r],f=F;switch(a?(u=r.substr(1),r=u.replace(Q,X)):l&&(r=r.substr(1)),n(s)){case"function":if(f=s(i,o,Z,K,r,a,e,t),l)return f;break;case"string":f=tt(i,J(s));break;case"object":if((f=tt(i,J(s.i),s.f))&&"function"==typeof s.u)return s.u(e,f,r,a,t)}return f?function(t,e,n){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof H?function(r){return t.style(e,n(r))}:function(r){return t.style[e]=n(r)};if(Array.isArray(e)){var r=e.length;return function(i){var o=n(i);if(null==o)for(var u=0;u0?i:0,s=t%i,f=1+(t-s)/i;e*=r.direction,r.alternate&&f%2==0&&(e=-e);var c=!1;if(f>a)s=l,c=!0,-1===r.fill&&(s=r.direction>0?0:i);else if(e<0&&(s=i-s),s===u)return!1;u=s;for(var h=0;h1&&void 0!==arguments[1]?arguments[1]:document,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=ut(t,e);if(r)return r;if(n>=20)return null;for(var i=at(e),o=0;o1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"undefined"!=typeof BigInt&&BigInt,i="0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27);return e&&r&&n.isSafeInteger&&!n.isSafeInteger(+i)?n(r(i))%e+e:+i}function ct(t,e,n){return!t||!n||e>t.length?t:t.substring(0,e)+ct(t.substring(e+1),n,n)}function ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%e?t%e:[0,1].includes(e)?e:ht(t/e,e)}function vt(t,e,n){if(t&&t.length){var r=ft(n),i=ht(r)+5,o=ct(t,ht(r,5),i);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,e,n){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=ft(e,r)%r+n%27,o=[],u=0;u2&&void 0!==arguments[2]?arguments[2]:null;r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this._settings=n,(!o||o<"2022-05-02")&&delete this._settings.speed,dt.forEach((function(t){i._settings[t.key]=i._settings[t.key]||t.def})),this.duration=n.duration,this.offset=n.offset||0,this.rollbackStartOffset=0}return o(t,[{key:"alternate",get:function(){return this._settings.alternate}},{key:"fill",get:function(){return this._settings.fill}},{key:"iterations",get:function(){return this._settings.iterations}},{key:"direction",get:function(){return this._settings.direction}},{key:"speed",get:function(){return this._settings.speed}},{key:"fps",get:function(){return this._settings.fps}},{key:"maxFiniteDuration",get:function(){return this.iterations>0?this.iterations*this.duration:this.duration}},{key:"_apply",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._animations,r=n.length,i=0,o=0;oe.duration&&n!==1/0){var a=!!e.alternate&&u/e.duration%2>1,l=u%e.duration;u=(l+=a?e.duration:0)||e.duration}var s=(e.fps?1e3/e.fps:0)*e.speed,f=Math.max(0,u);f<=n-s&&(e.offset=f,n=f,e._apply(f));var c=e.iterations>0&&-1===e.fill&&u>=e.maxFiniteDuration;(u<=0||e.offset0&&void 0!==arguments[0]?arguments[0]:0,n=-1/0,r=null,i={};this._running=!0;var o=function o(u){null==r&&(r=u);var a=Math.round((u-r)*t.speed+e),l=(t.fps?1e3/t.fps:0)*t.speed;if(a>=n+l&&!t._rollingBack&&(t.offset=a,n=a,t._apply(a,i)===t._animations.length))return void t.pause(!0);t._id=window.requestAnimationFrame(o)};this._id=window.requestAnimationFrame(o)}},{key:"_pause",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1}},{key:"play",value:function(){if(!this._running)return this._rollingBack?this._rollback(this.offset):this._start(this.offset)}},{key:"stop",value:function(){this._pause(),this.offset=0,this.rollbackStartOffset=0,this._rollingBack=!1,this._apply(0)}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.stop(t),this.play(t)}},{key:"pause",value:function(){this._pause()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(t,e){delete t.animationSettings,t.options=vt(t.options,t.root,"91c80d77"),t.animations.map((function(e){e.settings=vt(e.s,t.root,"91c80d77"),delete e.s,t.animationSettings||(t.animationSettings=e.settings)}));var n=t.version;if(!(t=st(t,e)))return null;var r=t.options||{},i=new this(t.animations,t.animationSettings,n);return{el:t.svg,options:r,player:i}}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,e=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(e)&&e.splice(0).forEach((function(e){return t.build(e)}))}}]),t}();!function(){for(var t=0,e=["ms","moz","webkit","o"],n=0;n2&&void 0!==arguments[2]?arguments[2]:n,r=!1,i=null,o=function(){for(var o=0,u=n.innerHeight,a=0,l=n.innerWidth,s=t.parentNode;s instanceof Element;){var f=n.getComputedStyle(s);if("visible"!==f.overflowY||"visible"!==f.overflowX){var c=s.getBoundingClientRect();"visible"!==f.overflowY&&(o=Math.max(o,c.top),u=Math.min(u,c.bottom)),"visible"!==f.overflowX&&(a=Math.max(a,c.left),l=Math.min(l,c.right))}if(s===s.parentNode)break;s=s.parentNode}r=!1;var h=t.getBoundingClientRect(),v=Math.min(h.height,Math.max(0,o-h.top)),d=Math.min(h.height,Math.max(0,h.bottom-u)),y=Math.min(h.width,Math.max(0,a-h.left)),g=Math.min(h.width,Math.max(0,h.right-l)),p=(h.height-v-d)/h.height,m=(h.width-y-g)/h.width,b=Math.round(p*m*100);null!==i&&i===b||(i=b,e(b))};return function(t){r&&clearTimeout(r),r=setTimeout((function(){return o()}),100)}}(this.el,this.onVisibilityUpdate.bind(this),o.window),this.bindScrollWatchers(),this.visibilityCalculator()}return o(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(this._handlers.push({element:t,event:"scroll",handler:this.visibilityCalculator}),t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var e=this.currentVisibility>=this.thresholdPercent,n=t>=this.thresholdPercent;if(null===this.currentVisibility||e!==n)return this.currentVisibility=t,void this.onThresholdChange(n);this.currentVisibility=t}},{key:"destruct",value:function(){this._handlers.forEach((function(t){t.element.removeEventListener(t.event,t.handler)}))}}]),t}();function pt(t){return p(t)+""}function mt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(pt).join(e):""}function bt(t){return pt(t.x)+","+pt(t.y)}function wt(t){if(!t)return"transparent";if(null==t.a||t.a>=1){var e=function(t){return 1===(t=parseInt(t).toString(16)).length?"0"+t:t},n=function(t){return t.charAt(0)===t.charAt(1)},r=e(t.r),i=e(t.g),o=e(t.b);return n(r)&&n(i)&&n(o)&&(r=r.charAt(0),i=i.charAt(0),o=o.charAt(0)),"#"+r+i+o}return"rgba("+t.r+","+t.g+","+t.b+","+t.a+")"}function kt(t){return t?"url(#"+t+")":"none"}var _t={f:null,i:V,u:function(t,e){return function(n){var r=e(n);t.setAttribute("rx",pt(r.x)),t.setAttribute("ry",pt(r.y))}}},At={f:null,i:function(t,e,n){return 0===t?e:1===t?n:{width:C(t,e.width,n.width),height:C(t,e.height,n.height)}},u:function(t,e){return function(n){var r=e(n);t.setAttribute("width",pt(r.width)),t.setAttribute("height",pt(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var xt={},Ot=null;function St(t){var e=function(){if(Ot)return Ot;if("object"!==("undefined"==typeof document?"undefined":n(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",Ot={svg:t}):{}}().svg;if(!e)return function(t){return null};var r=document.createElementNS(e.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),e.appendChild(r);var i=r.getTotalLength();return function(t){var e=r.getPointAtLength(i*t);return{x:e.x,y:e.y}}}function Et(t){return xt[t]?xt[t]:xt[t]=St(t)}function jt(t,e,n,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(e&&n&&(i.push("C"),i.push(e.x),i.push(e.y),i.push(n.x),i.push(n.y)),e?!n:n){var o=e||n;i.push("Q"),i.push(o.x),i.push(o.y)}return e||n||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function Mt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=jt(t,e,n,r),u=Et(o);try{return u(i)}catch(t){return null}}function Pt(t,e,n){return t+(e-t)*n}function Bt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Pt(t.x,e.x,n),y:Pt(t.y,e.y,n)};return r&&(i.a=It(t,e)),i}function It(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}function Tt(t,e,n,r){var i=1-r;return i*i*t+2*i*r*e+r*r*n}function Nt(t,e,n,r){return 2*(1-r)*(e-t)+2*r*(n-e)}function Rt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=Mt(t,e,null,n,r);return o||(o={x:Tt(t.x,e.x,n.x,r),y:Tt(t.y,e.y,n.y,r)}),i&&(o.a=Ft(t,e,n,r)),o}function Ft(t,e,n,r){return Math.atan2(Nt(t.y,e.y,n.y,r),Nt(t.x,e.x,n.x,r))}function Dt(t,e,n,r,i){var o=i*i;return i*o*(r-t+3*(e-n))+3*o*(t+n-2*e)+3*i*(e-t)+t}function Ct(t,e,n,r,i){var o=1-i;return 3*(o*o*(e-t)+2*o*i*(n-e)+i*i*(r-n))}function qt(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],u=Mt(t,e,n,r,i);return u||(u={x:Dt(t.x,e.x,n.x,r.x,i),y:Dt(t.y,e.y,n.y,r.y,i)}),o&&(u.a=Lt(t,e,n,r,i)),u}function Lt(t,e,n,r,i){return Math.atan2(Ct(t.y,e.y,n.y,r.y,i),Ct(t.x,e.x,n.x,r.x,i))}function Vt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(zt(e)){if(Yt(n))return Rt(e,n.start,n,t,r)}else if(zt(n)){if(Ut(e))return Rt(e,e.end,n,t,r)}else{if(Ut(e))return Yt(n)?qt(e,e.end,n.start,n,t,r):Rt(e,e.end,n,t,r);if(Yt(n))return Rt(e,n.start,n,t,r)}return Bt(e,n,t,r)}function Gt(t,e,n){var r=Vt(t,e,n,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/b,r}function zt(t){return!t.type||"corner"===t.type}function Yt(t){return null!=t.start&&!zt(t)}function Ut(t){return null!=t.end&&!zt(t)}var Wt=new R;var $t={f:function(t){return t?t.join(" "):""},i:function(t,e,r){if(0===t)return e;if(1===t)return r;var i=e.length;if(i!==r.length)return F(t,e,r);for(var o,u=new Array(i),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return p(t,4)}))),mt(t,e)},i:function(t,e,n){var r,i,o,u=e.length,a=n.length;if(u!==a)if(0===u)e=U(u=a,0);else if(0===a)a=u,n=U(u,0);else{var l=(o=(r=u)*(i=a)/function(t,e){for(var n;e;)n=e,e=t%e,t=n;return t||1}(r,i))<0?-o:o;e=W(e,Math.floor(l/u)),n=W(n,Math.floor(l/a)),u=a=l}for(var s=[],f=0;f3&&void 0!==arguments[3]?arguments[3]:null;return t[n]?r(i,t[n],o):e&&e[n]?e[n]:u};return e&&e.a&&t.o?function(e){var n=r(e,t.o,Gt);return Wt.recomposeSelf(n,o("r",e,D,0)+n.a,o("k",e,L),o("s",e,L),o("t",e,L)).toString()}:function(t){return Wt.recomposeSelf(o("o",t,Vt,null),o("r",t,D,0),o("k",t,L),o("s",t,L),o("t",t,L)).toString()}},"#filter":function(t,e,n,r,i,o,u,a){if(!e.items||!t||!t.length)return null;var l=function(t,e){var n=(t=t.map((function(t){return t&&le[t[0]]?(e.getElementById(t[1]),le[t[0]](e.getElementById(t[1]),t[1],e)):null}))).length;return function(e){for(var r=0;r3&&void 0!==arguments[3]?arguments[3]:[];return function(){var i,o=Array.prototype.slice.call(arguments);return o.unshift.apply(o,v(r)),(i=t[e]).call.apply(i,[t].concat(v(o))),n}}var ye=function t(e){r(this,t);var n={},i=["on","off"],o={get:function(t,e,r){return he[e]?"function"==typeof he[e]?he[e].call(t,t,r):t[he[e]]:ve[e]?"function"==typeof ve[e]?ve[e].call(t,t,r):de(t,ve[e],r):-1!==i.indexOf(e)?n[e]:"ready"===e?function(t){return t&&t.call(r,r),r}:void 0},set:function(t,e,r){return-1!==i.indexOf(e)&&(n[e]=r)},ownKeys:function(t){return Object.keys(he)},has:function(t,e){return void 0!==he[e]}};if("function"==typeof Proxy)return new Proxy(e,o);var u=Object.keys(he).concat(Object.keys(ve)).concat(i),a={};return u.forEach((function(t){var n={enumerable:!1,configurable:!1,get:function(){return o.get(e,t,a)}};-1!==i.indexOf(t)&&(n.set=function(n){return o.set(e,t,n)}),Object.defineProperty(a,t,n)})),a};function ge(t){t||(t=this);var e={};this.on=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return"function"==typeof n&&(t.split(/[, ]+/g).forEach((function(t){return e[t]=e[t]||[],r?e[t].unshift(n):e[t].push(n)})),!0)},this.off=function(t,n){for(var r in e)if(e.hasOwnProperty(r)&&r.substr(0,t.length)===t)if(n)for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null;return r(this,u),(n=i.call(this,t,e,o))._handlers=[],n}return o(u,[{key:"_adjustOffset",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.alternate?2*this.duration:this.duration;if(t){if(!this._rollingBack&&0===this.offset)return void(this.offset=e);this._rollingBack&&(this.offset,this.maxFiniteDuration)}!this._rollingBack||this.rollbackStartOffset<=this.duration?0!==this.iterations&&(this.offset=Math.min(this.offset,this.maxFiniteDuration)):(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%e,this.rollbackStartOffset=0)}},{key:"reverse",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this._running)return this._adjustOffset(t),this._rollingBack=!this._rollingBack,t&&this.play(!1),void this.trigger("reverse",this.offset);this.pause(!1,!1),this._adjustOffset(),this._rollingBack=!this._rollingBack,this.play(!1),this.trigger("reverse",this.offset)}},{key:"play",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"play",this).call(this);return t===pe&&this.trigger("play",this.offset),e}},{key:"pause",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pe,n=h(a(u.prototype),"pause",this).call(this);return e===pe&&this.trigger(t?"end":"pause",this.offset),n}},{key:"restart",value:function(){var t=h(a(u.prototype),"restart",this).call(this,!1);return this.trigger("restart",this.offset),t}},{key:"stop",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"stop",this).call(this);return t===pe&&this.trigger("stop",this.offset),e}},{key:"_apply",value:function(t){var e=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pe,r=h(a(u.prototype),"_apply",this).call(this,t);if(n===pe){var i=function(){return e.trigger("keyframe",t)};window.requestAnimationFrame(i)}return r}},{key:"seekTo",value:function(t){var e,n,r,i=this._running;i&&this.pause(!1,!1),this.offset=this.iterations>0?(e=t,n=0,r=this.maxFiniteDuration,er?r:e):Math.max(t,0),this._apply(this.offset),i&&this.play(!1)}},{key:"seek",value:function(t){return this.seekTo(Math.round(t/100*this.maxFiniteDuration))}},{key:"seekBy",value:function(t){return this.seekTo(this.offset+t)}},{key:"toggle",value:function(){return this._running?this.pause():this.reachedToEnd()?this.restart():this.play()}},{key:"set",value:function(t,e){if(me.includes(t)){var n=this._running;n&&this.pause(!1,!1),this._settings[t]=e,n?this.play(!1):this._apply(this.offset,{},!1)}}},{key:"destruct",value:function(){var t=this;this.stop(),this._handlers.forEach((function(t){t.element?t.element.removeEventListener(t.event,t.handler):t.callback&&t.callback.call&&t.callback.call()}));var e=function(){},n=Object.getOwnPropertyNames(Object.getPrototypeOf(this));n.push.apply(n,v(Object.getOwnPropertyNames(this))),n.forEach((function(n){"function"==typeof t[n]?t[n]=e:delete t[n]}))}}],[{key:"build",value:function(t){var e=h(a(u),"build",this).call(this,t,ce);if(!e)return null;var n=e.el,r=e.options,i=e.player,o=new ye(i),l=new ge(o);o.on=l.on,o.off=l.off,i.trigger=l.trigger;var s=n.svgatorPlayer&&n.svgatorPlayer.ready&&n.svgatorPlayer.ready.call&&n.svgatorPlayer.ready.call();n.svgatorPlayer=o,function(t){var e,n,r=t&&1===(null===(e=t.ownerDocument)||void 0===e||null===(n=e.childNodes)||void 0===n?void 0:n.length)&&window.parent!==window,i=null==t?void 0:t.firstElementChild;if(!r||!i||"a"!==i.tagName||i.getAttribute("target"))return;i.setAttributeNS(null,"target","_parent")}(n),function(t,e,n){if("click"===n.start){var r=function(){switch(n.click){case"freeze":return!t._running&&t.reachedToEnd()?t.restart():t.toggle();case"restart":return t.offset>0?t.restart():t.play();case"reverse":return t._running?t.reverse():t.reachedToEnd()?1===t.fill?t.reverse(!0):t.restart():t.play();case"none":default:if(t._running)return;return t.reachedToEnd()?t.restart():t.play()}};return t._handlers.push({element:e,event:"click",handler:r}),void e.addEventListener("click",r)}if("hover"===n.start){var i=function(){return t.reachedToEnd()?t.restart():t._rollingBack?t.reverse():t.play()};t._handlers.push({element:e,event:"mouseenter",handler:i}),e.addEventListener("mouseenter",i);var o=function(){switch(n.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":if(t.reverse(),t._running)return;return t.play();case"none":default:return}};return t._handlers.push({element:e,event:"mouseleave",handler:o}),void e.addEventListener("mouseleave",o)}if("scroll"===n.start){var u=new gt(e,n.scroll||25,(function(e){e?t.reachedToEnd()?t.restart():t.play():t.pause()}));return void t._handlers.push({callback:function(){return u.destruct()}})}if("programmatic"===n.start)return;t.play()}(i,n,r),function(t,e,n){var r;"function"==typeof Event?r=new Event("ready"):(r=document.createEvent("Event")).initEvent("ready",!0,!0);if(t.dispatchEvent(r),!n||!n.length)return;n.forEach((function(t){return e.ready(t)}))}(n,n.svgatorPlayer,s)}}]),u}(yt);return be.init(),be}));
+ (function(s,i,o,w,d,a,b){(a=Array.from(d.querySelectorAll('svg#' + i.root)).filter(n=> !n.svgatorPlayer)[0]||{}).svgatorPlayer={ready:(function(a){b=[];return function(c){return c?(b.push(c),a.svgatorPlayer):b}})(a)};w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"eBPTcAQX6Dy1","version":"2022-05-04","animations":[{"elements":{"eBPTcAQX6Dy2":{"transform":{"data":{"o":{"x":322.772,"y":154.588,"type":"corner"},"t":{"x":-322.772,"y":-154.588}},"keys":{"s":[{"t":700,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1100,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy3":{"transform":{"data":{"o":{"x":322.772,"y":205.4045,"type":"corner"},"t":{"x":-322.772,"y":-205.4045}},"keys":{"s":[{"t":900,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1300,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy4":{"transform":{"data":{"o":{"x":322.772,"y":180.6835,"type":"corner"},"t":{"x":-322.772,"y":-180.6835}},"keys":{"s":[{"t":800,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1200,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy5":{"transform":{"data":{"o":{"x":322.772,"y":231.499,"type":"corner"},"t":{"x":-322.772,"y":-231.499}},"keys":{"s":[{"t":1000,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1400,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy6":{"transform":{"data":{"o":{"x":322.772,"y":128.4935,"type":"corner"},"t":{"x":-322.772,"y":-128.4935}},"keys":{"s":[{"t":600,"v":{"x":0,"y":1},"e":[0.25,1,0.25,1]},{"t":1000,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy7":{"transform":{"data":{"o":{"x":211.5,"y":184,"type":"corner"},"t":{"x":-211.5,"y":-184}},"keys":{"s":[{"t":100,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":700,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy8":{"transform":{"data":{"o":{"x":313,"y":311,"type":"corner"},"t":{"x":-313,"y":-311}},"keys":{"s":[{"t":1200,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1730,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy9":{"transform":{"data":{"o":{"x":444,"y":311,"type":"corner"},"t":{"x":-444,"y":-311}},"keys":{"s":[{"t":1300,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1830,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy17":{"transform":{"data":{"o":{"x":574,"y":44,"type":"corner"},"t":{"x":-574,"y":-44}},"keys":{"s":[{"t":0,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":500,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy20":{"transform":{"data":{"o":{"x":182.5,"y":311,"type":"corner"},"t":{"x":-182.5,"y":-311}},"keys":{"s":[{"t":1100,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1630,"v":{"x":1,"y":1}}]}}},"eBPTcAQX6Dy21":{"transform":{"data":{"t":{"x":-211,"y":-183.249993}},"keys":{"o":[{"t":0,"v":{"x":100.85,"y":183.249999,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":600,"v":{"x":218,"y":183.249993,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":900,"v":{"x":211,"y":183.249993,"type":"corner"}}]}},"opacity":[{"t":300,"v":0},{"t":500,"v":1}]},"eBPTcAQX6Dy22":{"transform":{"data":{"o":{"x":211,"y":164.5,"type":"corner"},"t":{"x":-24.499997,"y":0}},"keys":{"r":[{"t":0,"v":6.265567},{"t":400,"v":6.265567},{"t":700,"v":-4.476238,"e":[0.42,0,0.58,1]},{"t":900,"v":4,"e":[0.42,0,0.58,1]},{"t":1100,"v":-2,"e":[0.42,0,0.58,1]},{"t":1300,"v":0,"e":[0.42,0,0.58,1]}]}}}},"s":"MDHA1ZGRjODNjNKWQ2RGQzYzJkLNWNhZDBjZjgVzOWI5NDkxOTPE5MThkODNjNAWNhZDNDYzZjONGQ1Y2FVZDBLjZkY4MzliOTFI4ZDgzY2FkNLWM2ZDNjMmQ1NY2FkMGNmSGQX0ODM5YjkyOGPQ4M2M3Y2FRYY2RjZDgzOWI5CMjhkODNjMmNFkZDVjNmQzY2YZjMmQ1YzY4MC1I5YmM3YzJjJZGQ0YzY4ZDgLzZDRkMWM2YzNZjNTgzOWI5MOjhkODNjN2QxXZDQ4MzliOTIE5MTkxZGU/"}],"options":"MDUAxODgyMjk3YWVQ3YjY4Nzk3JYjI5NDEyOTcP3Nzk3NkM2ZTFc5Njg3NDc0NLjg3YjcwNmEySOTg0"},'__SVGATOR_PLAYER__',window,document)
diff --git a/blocks/svgator/svgs/animation5/animatable.svg b/blocks/svgator/svgs/animation5/animatable.svg
new file mode 100644
index 0000000..45d043b
--- /dev/null
+++ b/blocks/svgator/svgs/animation5/animatable.svg
@@ -0,0 +1,3 @@
+
diff --git a/blocks/svgator/svgs/animation5/animation.js b/blocks/svgator/svgs/animation5/animation.js
new file mode 100644
index 0000000..680aa11
--- /dev/null
+++ b/blocks/svgator/svgs/animation5/animation.js
@@ -0,0 +1,3 @@
+/* eslint-disable */
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof __SVGATOR_DEFINE__&&__SVGATOR_DEFINE__.amd?__SVGATOR_DEFINE__(e):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=e())}(this,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:6;return y(t,e,"round")}function m(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;return Math.abs(t-e)0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||n<0||n>1?null:m(t,e)&&m(n,r)?w:function(i){if(i<=0)return t>0?i*e/t:0===e&&n>0?i*r/n:0;if(i>=1)return n<1?1+(i-1)*(r-1)/(n-1):1===n&&t<1?1+(i-1)*(e-1)/(t-1):1;for(var o,u=0,a=1;u0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===e)return x;if(1===e)return A}var n=1/t;return function(t){return t>=1?1:(t+=e*n)-t%n}}var S=Math.sin,E=Math.cos,j=Math.acos,M=Math.asin,P=Math.tan,B=Math.atan2,I=Math.PI/180,T=180/Math.PI,N=Math.sqrt,R=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[e,n,i,o,u,a],this.i=null,this.w=null,this.s=null}return o(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,e){var n=this.m;return{x:n[0]*t+n[2]*e+n[4],y:n[1]*t+n[3]*e+n[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!e)return this;var n=this.m;return n[4]+=n[0]*t+n[2]*e,n[5]+=n[1]*t+n[3]*e,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var e=S(t*=I),n=E(t),r=this.m,i=r[0],o=r[1];r[0]=i*n+r[2]*e,r[1]=o*n+r[3]*e,r[2]=r[2]*n-i*e,r[3]=r[3]*n-o*e,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==e){var n=this.m;n[0]*=t,n[1]*=t,n[2]*=e,n[3]*=e,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,e){if(e%=360,(t%=360)||e){var n=this.m,r=n[0],i=n[1],o=n[2],u=n[3];t&&(t=P(t*I),n[2]+=r*t,n[3]+=i*t),e&&(e=P(e*I),n[0]+=o*e,n[1]+=u*e),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=this.m;return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=i,u[5]=o,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),e&&this.rotateSelf(e),n&&(n.x&&this.skewSelf(n.x,0),n.y&&this.skewSelf(0,n.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.m,r=n[0]*n[0]+n[1]*n[1],i=[[n[0],n[1]],[n[2],n[3]]],o=N(r);if(0===o)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=o,i[0][1]/=o;var u=n[0]*n[3]-n[1]*n[2]<0;u&&(o=-o);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=N(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=j(i[1][1])*T,i[0][1]<0&&(s=360-s)):s=M(i[0][1])*T,u&&(s=-s),a=B(a,N(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*T,u&&(a=-a),{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:p(l)},skew:{x:p(a),y:0},rotate:p(s)}}},{key:"clone",value:function(){var t=this.m;return new this.constructor(t[0],t[1],t[2],t[3],t[4],t[5])}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";if(null===this.s){var e=this.m.map((function(t){return p(t)}));1===e[0]&&0===e[1]&&0===e[2]&&1===e[3]?this.s="translate("+e[4]+t+e[5]+")":this.s="matrix("+e.join(t)+")"}return this.s}}],[{key:"create",value:function(t){return t?Array.isArray(t)?f(this,v(t)):t instanceof this?t.clone():(new this).recomposeSelf(t.origin,t.rotate,t.skew,t.scale,t.translate):new this}}]),t}();function F(t,e,n){return t>=.5?n:e}function D(t,e,n){return 0===t||e===n?e:t*(n-e)+e}function C(t,e,n){var r=D(t,e,n);return r<=0?0:r}function q(t,e,n){var r=D(t,e,n);return r<=0?0:r>=1?1:r}function L(t,e,n){return 0===t?e:1===t?n:{x:D(t,e.x,n.x),y:D(t,e.y,n.y)}}function V(t,e,n){return 0===t?e:1===t?n:{x:C(t,e.x,n.x),y:C(t,e.y,n.y)}}function G(t,e,n){var r=function(t,e,n){return Math.round(D(t,e,n))}(t,e,n);return r<=0?0:r>=255?255:r}function z(t,e,n){return 0===t?e:1===t?n:{r:G(t,e.r,n.r),g:G(t,e.g,n.g),b:G(t,e.b,n.b),a:D(t,null==e.a?1:e.a,null==n.a?1:n.a)}}function Y(t,e,n){var r=e.length;if(r!==n.length)return F(t,e,n);for(var i=new Array(r),o=0;o0);return t}var $,H=function(){function t(e){r(this,t),this.list=e,this.length=e.length}return o(t,[{key:"setAttribute",value:function(t,e){for(var n=this.list,r=0;r1&&void 0!==arguments[1]?arguments[1]:w;if(!Array.isArray(t))return e;switch(t.length){case 1:return O(t[0])||e;case 2:return O(t[0],t[1])||e;case 4:return _(t[0],t[1],t[2],t[3])||e}return e}(t,null):function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:w;switch(t){case"linear":return w;case"steps":return O(e.steps||1,e.jump||0)||n;case"bezier":case"cubic-bezier":return _(e.x1||0,e.y1||0,e.x2||0,e.y2||0)||n}return n}(t.type,t.value,null):null}function Z(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=e.length-1;if(t<=e[0].t)return r?[0,0,e[0].v]:e[0].v;if(t>=e[i].t)return r?[i,1,e[i].v]:e[i].v;var o,u=e[0],a=null;for(o=1;o<=i;o++){if(!(t>e[o].t)){a=e[o];break}u=e[o]}return null==a?r?[i,1,e[i].v]:e[i].v:u.t===a.t?r?[o,1,a.v]:a.v:(t=(t-u.t)/(a.t-u.t),u.e&&(t=u.e(t)),r?[o,t,n(t,u.v,a.v)]:n(t,u.v,a.v))}function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof e?null:("function"!=typeof n&&(n=null),function(r){var i=Z(r,t,e);return null!=i&&n&&(i=n(i)),i}):null}function et(t,e){return t.t-e.t}function nt(t,e,r,i,o){var u,a="@"===r[0],l="#"===r[0],s=$[r],f=F;switch(a?(u=r.substr(1),r=u.replace(Q,X)):l&&(r=r.substr(1)),n(s)){case"function":if(f=s(i,o,Z,K,r,a,e,t),l)return f;break;case"string":f=tt(i,J(s));break;case"object":if((f=tt(i,J(s.i),s.f))&&"function"==typeof s.u)return s.u(e,f,r,a,t)}return f?function(t,e,n){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof H?function(r){return t.style(e,n(r))}:function(r){return t.style[e]=n(r)};if(Array.isArray(e)){var r=e.length;return function(i){var o=n(i);if(null==o)for(var u=0;u0?i:0,s=t%i,f=1+(t-s)/i;e*=r.direction,r.alternate&&f%2==0&&(e=-e);var c=!1;if(f>a)s=l,c=!0,-1===r.fill&&(s=r.direction>0?0:i);else if(e<0&&(s=i-s),s===u)return!1;u=s;for(var h=0;h1&&void 0!==arguments[1]?arguments[1]:document,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=ut(t,e);if(r)return r;if(n>=20)return null;for(var i=at(e),o=0;o1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"undefined"!=typeof BigInt&&BigInt,i="0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27);return e&&r&&n.isSafeInteger&&!n.isSafeInteger(+i)?n(r(i))%e+e:+i}function ct(t,e,n){return!t||!n||e>t.length?t:t.substring(0,e)+ct(t.substring(e+1),n,n)}function ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%e?t%e:[0,1].includes(e)?e:ht(t/e,e)}function vt(t,e,n){if(t&&t.length){var r=ft(n),i=ht(r)+5,o=ct(t,ht(r,5),i);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,e,n){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=ft(e,r)%r+n%27,o=[],u=0;u2&&void 0!==arguments[2]?arguments[2]:null;r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this._settings=n,(!o||o<"2022-05-02")&&delete this._settings.speed,dt.forEach((function(t){i._settings[t.key]=i._settings[t.key]||t.def})),this.duration=n.duration,this.offset=n.offset||0,this.rollbackStartOffset=0}return o(t,[{key:"alternate",get:function(){return this._settings.alternate}},{key:"fill",get:function(){return this._settings.fill}},{key:"iterations",get:function(){return this._settings.iterations}},{key:"direction",get:function(){return this._settings.direction}},{key:"speed",get:function(){return this._settings.speed}},{key:"fps",get:function(){return this._settings.fps}},{key:"maxFiniteDuration",get:function(){return this.iterations>0?this.iterations*this.duration:this.duration}},{key:"_apply",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._animations,r=n.length,i=0,o=0;oe.duration&&n!==1/0){var a=!!e.alternate&&u/e.duration%2>1,l=u%e.duration;u=(l+=a?e.duration:0)||e.duration}var s=(e.fps?1e3/e.fps:0)*e.speed,f=Math.max(0,u);f<=n-s&&(e.offset=f,n=f,e._apply(f));var c=e.iterations>0&&-1===e.fill&&u>=e.maxFiniteDuration;(u<=0||e.offset0&&void 0!==arguments[0]?arguments[0]:0,n=-1/0,r=null,i={};this._running=!0;var o=function o(u){null==r&&(r=u);var a=Math.round((u-r)*t.speed+e),l=(t.fps?1e3/t.fps:0)*t.speed;if(a>=n+l&&!t._rollingBack&&(t.offset=a,n=a,t._apply(a,i)===t._animations.length))return void t.pause(!0);t._id=window.requestAnimationFrame(o)};this._id=window.requestAnimationFrame(o)}},{key:"_pause",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1}},{key:"play",value:function(){if(!this._running)return this._rollingBack?this._rollback(this.offset):this._start(this.offset)}},{key:"stop",value:function(){this._pause(),this.offset=0,this.rollbackStartOffset=0,this._rollingBack=!1,this._apply(0)}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.stop(t),this.play(t)}},{key:"pause",value:function(){this._pause()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(t,e){delete t.animationSettings,t.options=vt(t.options,t.root,"91c80d77"),t.animations.map((function(e){e.settings=vt(e.s,t.root,"91c80d77"),delete e.s,t.animationSettings||(t.animationSettings=e.settings)}));var n=t.version;if(!(t=st(t,e)))return null;var r=t.options||{},i=new this(t.animations,t.animationSettings,n);return{el:t.svg,options:r,player:i}}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,e=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(e)&&e.splice(0).forEach((function(e){return t.build(e)}))}}]),t}();!function(){for(var t=0,e=["ms","moz","webkit","o"],n=0;n2&&void 0!==arguments[2]?arguments[2]:n,r=!1,i=null,o=function(){for(var o=0,u=n.innerHeight,a=0,l=n.innerWidth,s=t.parentNode;s instanceof Element;){var f=n.getComputedStyle(s);if("visible"!==f.overflowY||"visible"!==f.overflowX){var c=s.getBoundingClientRect();"visible"!==f.overflowY&&(o=Math.max(o,c.top),u=Math.min(u,c.bottom)),"visible"!==f.overflowX&&(a=Math.max(a,c.left),l=Math.min(l,c.right))}if(s===s.parentNode)break;s=s.parentNode}r=!1;var h=t.getBoundingClientRect(),v=Math.min(h.height,Math.max(0,o-h.top)),d=Math.min(h.height,Math.max(0,h.bottom-u)),y=Math.min(h.width,Math.max(0,a-h.left)),g=Math.min(h.width,Math.max(0,h.right-l)),p=(h.height-v-d)/h.height,m=(h.width-y-g)/h.width,b=Math.round(p*m*100);null!==i&&i===b||(i=b,e(b))};return function(t){r&&clearTimeout(r),r=setTimeout((function(){return o()}),100)}}(this.el,this.onVisibilityUpdate.bind(this),o.window),this.bindScrollWatchers(),this.visibilityCalculator()}return o(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(this._handlers.push({element:t,event:"scroll",handler:this.visibilityCalculator}),t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var e=this.currentVisibility>=this.thresholdPercent,n=t>=this.thresholdPercent;if(null===this.currentVisibility||e!==n)return this.currentVisibility=t,void this.onThresholdChange(n);this.currentVisibility=t}},{key:"destruct",value:function(){this._handlers.forEach((function(t){t.element.removeEventListener(t.event,t.handler)}))}}]),t}();function pt(t){return p(t)+""}function mt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(pt).join(e):""}function bt(t){return pt(t.x)+","+pt(t.y)}function wt(t){if(!t)return"transparent";if(null==t.a||t.a>=1){var e=function(t){return 1===(t=parseInt(t).toString(16)).length?"0"+t:t},n=function(t){return t.charAt(0)===t.charAt(1)},r=e(t.r),i=e(t.g),o=e(t.b);return n(r)&&n(i)&&n(o)&&(r=r.charAt(0),i=i.charAt(0),o=o.charAt(0)),"#"+r+i+o}return"rgba("+t.r+","+t.g+","+t.b+","+t.a+")"}function kt(t){return t?"url(#"+t+")":"none"}var _t={f:null,i:V,u:function(t,e){return function(n){var r=e(n);t.setAttribute("rx",pt(r.x)),t.setAttribute("ry",pt(r.y))}}},At={f:null,i:function(t,e,n){return 0===t?e:1===t?n:{width:C(t,e.width,n.width),height:C(t,e.height,n.height)}},u:function(t,e){return function(n){var r=e(n);t.setAttribute("width",pt(r.width)),t.setAttribute("height",pt(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var xt={},Ot=null;function St(t){var e=function(){if(Ot)return Ot;if("object"!==("undefined"==typeof document?"undefined":n(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",Ot={svg:t}):{}}().svg;if(!e)return function(t){return null};var r=document.createElementNS(e.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),e.appendChild(r);var i=r.getTotalLength();return function(t){var e=r.getPointAtLength(i*t);return{x:e.x,y:e.y}}}function Et(t){return xt[t]?xt[t]:xt[t]=St(t)}function jt(t,e,n,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(e&&n&&(i.push("C"),i.push(e.x),i.push(e.y),i.push(n.x),i.push(n.y)),e?!n:n){var o=e||n;i.push("Q"),i.push(o.x),i.push(o.y)}return e||n||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function Mt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=jt(t,e,n,r),u=Et(o);try{return u(i)}catch(t){return null}}function Pt(t,e,n){return t+(e-t)*n}function Bt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Pt(t.x,e.x,n),y:Pt(t.y,e.y,n)};return r&&(i.a=It(t,e)),i}function It(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}function Tt(t,e,n,r){var i=1-r;return i*i*t+2*i*r*e+r*r*n}function Nt(t,e,n,r){return 2*(1-r)*(e-t)+2*r*(n-e)}function Rt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=Mt(t,e,null,n,r);return o||(o={x:Tt(t.x,e.x,n.x,r),y:Tt(t.y,e.y,n.y,r)}),i&&(o.a=Ft(t,e,n,r)),o}function Ft(t,e,n,r){return Math.atan2(Nt(t.y,e.y,n.y,r),Nt(t.x,e.x,n.x,r))}function Dt(t,e,n,r,i){var o=i*i;return i*o*(r-t+3*(e-n))+3*o*(t+n-2*e)+3*i*(e-t)+t}function Ct(t,e,n,r,i){var o=1-i;return 3*(o*o*(e-t)+2*o*i*(n-e)+i*i*(r-n))}function qt(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],u=Mt(t,e,n,r,i);return u||(u={x:Dt(t.x,e.x,n.x,r.x,i),y:Dt(t.y,e.y,n.y,r.y,i)}),o&&(u.a=Lt(t,e,n,r,i)),u}function Lt(t,e,n,r,i){return Math.atan2(Ct(t.y,e.y,n.y,r.y,i),Ct(t.x,e.x,n.x,r.x,i))}function Vt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(zt(e)){if(Yt(n))return Rt(e,n.start,n,t,r)}else if(zt(n)){if(Ut(e))return Rt(e,e.end,n,t,r)}else{if(Ut(e))return Yt(n)?qt(e,e.end,n.start,n,t,r):Rt(e,e.end,n,t,r);if(Yt(n))return Rt(e,n.start,n,t,r)}return Bt(e,n,t,r)}function Gt(t,e,n){var r=Vt(t,e,n,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/b,r}function zt(t){return!t.type||"corner"===t.type}function Yt(t){return null!=t.start&&!zt(t)}function Ut(t){return null!=t.end&&!zt(t)}var Wt=new R;var $t={f:function(t){return t?t.join(" "):""},i:function(t,e,r){if(0===t)return e;if(1===t)return r;var i=e.length;if(i!==r.length)return F(t,e,r);for(var o,u=new Array(i),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return p(t,4)}))),mt(t,e)},i:function(t,e,n){var r,i,o,u=e.length,a=n.length;if(u!==a)if(0===u)e=U(u=a,0);else if(0===a)a=u,n=U(u,0);else{var l=(o=(r=u)*(i=a)/function(t,e){for(var n;e;)n=e,e=t%e,t=n;return t||1}(r,i))<0?-o:o;e=W(e,Math.floor(l/u)),n=W(n,Math.floor(l/a)),u=a=l}for(var s=[],f=0;f3&&void 0!==arguments[3]?arguments[3]:null;return t[n]?r(i,t[n],o):e&&e[n]?e[n]:u};return e&&e.a&&t.o?function(e){var n=r(e,t.o,Gt);return Wt.recomposeSelf(n,o("r",e,D,0)+n.a,o("k",e,L),o("s",e,L),o("t",e,L)).toString()}:function(t){return Wt.recomposeSelf(o("o",t,Vt,null),o("r",t,D,0),o("k",t,L),o("s",t,L),o("t",t,L)).toString()}},"#filter":function(t,e,n,r,i,o,u,a){if(!e.items||!t||!t.length)return null;var l=function(t,e){var n=(t=t.map((function(t){return t&&le[t[0]]?(e.getElementById(t[1]),le[t[0]](e.getElementById(t[1]),t[1],e)):null}))).length;return function(e){for(var r=0;r3&&void 0!==arguments[3]?arguments[3]:[];return function(){var i,o=Array.prototype.slice.call(arguments);return o.unshift.apply(o,v(r)),(i=t[e]).call.apply(i,[t].concat(v(o))),n}}var ye=function t(e){r(this,t);var n={},i=["on","off"],o={get:function(t,e,r){return he[e]?"function"==typeof he[e]?he[e].call(t,t,r):t[he[e]]:ve[e]?"function"==typeof ve[e]?ve[e].call(t,t,r):de(t,ve[e],r):-1!==i.indexOf(e)?n[e]:"ready"===e?function(t){return t&&t.call(r,r),r}:void 0},set:function(t,e,r){return-1!==i.indexOf(e)&&(n[e]=r)},ownKeys:function(t){return Object.keys(he)},has:function(t,e){return void 0!==he[e]}};if("function"==typeof Proxy)return new Proxy(e,o);var u=Object.keys(he).concat(Object.keys(ve)).concat(i),a={};return u.forEach((function(t){var n={enumerable:!1,configurable:!1,get:function(){return o.get(e,t,a)}};-1!==i.indexOf(t)&&(n.set=function(n){return o.set(e,t,n)}),Object.defineProperty(a,t,n)})),a};function ge(t){t||(t=this);var e={};this.on=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return"function"==typeof n&&(t.split(/[, ]+/g).forEach((function(t){return e[t]=e[t]||[],r?e[t].unshift(n):e[t].push(n)})),!0)},this.off=function(t,n){for(var r in e)if(e.hasOwnProperty(r)&&r.substr(0,t.length)===t)if(n)for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null;return r(this,u),(n=i.call(this,t,e,o))._handlers=[],n}return o(u,[{key:"_adjustOffset",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.alternate?2*this.duration:this.duration;if(t){if(!this._rollingBack&&0===this.offset)return void(this.offset=e);this._rollingBack&&(this.offset,this.maxFiniteDuration)}!this._rollingBack||this.rollbackStartOffset<=this.duration?0!==this.iterations&&(this.offset=Math.min(this.offset,this.maxFiniteDuration)):(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%e,this.rollbackStartOffset=0)}},{key:"reverse",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this._running)return this._adjustOffset(t),this._rollingBack=!this._rollingBack,t&&this.play(!1),void this.trigger("reverse",this.offset);this.pause(!1,!1),this._adjustOffset(),this._rollingBack=!this._rollingBack,this.play(!1),this.trigger("reverse",this.offset)}},{key:"play",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"play",this).call(this);return t===pe&&this.trigger("play",this.offset),e}},{key:"pause",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pe,n=h(a(u.prototype),"pause",this).call(this);return e===pe&&this.trigger(t?"end":"pause",this.offset),n}},{key:"restart",value:function(){var t=h(a(u.prototype),"restart",this).call(this,!1);return this.trigger("restart",this.offset),t}},{key:"stop",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"stop",this).call(this);return t===pe&&this.trigger("stop",this.offset),e}},{key:"_apply",value:function(t){var e=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pe,r=h(a(u.prototype),"_apply",this).call(this,t);if(n===pe){var i=function(){return e.trigger("keyframe",t)};window.requestAnimationFrame(i)}return r}},{key:"seekTo",value:function(t){var e,n,r,i=this._running;i&&this.pause(!1,!1),this.offset=this.iterations>0?(e=t,n=0,r=this.maxFiniteDuration,er?r:e):Math.max(t,0),this._apply(this.offset),i&&this.play(!1)}},{key:"seek",value:function(t){return this.seekTo(Math.round(t/100*this.maxFiniteDuration))}},{key:"seekBy",value:function(t){return this.seekTo(this.offset+t)}},{key:"toggle",value:function(){return this._running?this.pause():this.reachedToEnd()?this.restart():this.play()}},{key:"set",value:function(t,e){if(me.includes(t)){var n=this._running;n&&this.pause(!1,!1),this._settings[t]=e,n?this.play(!1):this._apply(this.offset,{},!1)}}},{key:"destruct",value:function(){var t=this;this.stop(),this._handlers.forEach((function(t){t.element?t.element.removeEventListener(t.event,t.handler):t.callback&&t.callback.call&&t.callback.call()}));var e=function(){},n=Object.getOwnPropertyNames(Object.getPrototypeOf(this));n.push.apply(n,v(Object.getOwnPropertyNames(this))),n.forEach((function(n){"function"==typeof t[n]?t[n]=e:delete t[n]}))}}],[{key:"build",value:function(t){var e=h(a(u),"build",this).call(this,t,ce);if(!e)return null;var n=e.el,r=e.options,i=e.player,o=new ye(i),l=new ge(o);o.on=l.on,o.off=l.off,i.trigger=l.trigger;var s=n.svgatorPlayer&&n.svgatorPlayer.ready&&n.svgatorPlayer.ready.call&&n.svgatorPlayer.ready.call();n.svgatorPlayer=o,function(t){var e,n,r=t&&1===(null===(e=t.ownerDocument)||void 0===e||null===(n=e.childNodes)||void 0===n?void 0:n.length)&&window.parent!==window,i=null==t?void 0:t.firstElementChild;if(!r||!i||"a"!==i.tagName||i.getAttribute("target"))return;i.setAttributeNS(null,"target","_parent")}(n),function(t,e,n){if("click"===n.start){var r=function(){switch(n.click){case"freeze":return!t._running&&t.reachedToEnd()?t.restart():t.toggle();case"restart":return t.offset>0?t.restart():t.play();case"reverse":return t._running?t.reverse():t.reachedToEnd()?1===t.fill?t.reverse(!0):t.restart():t.play();case"none":default:if(t._running)return;return t.reachedToEnd()?t.restart():t.play()}};return t._handlers.push({element:e,event:"click",handler:r}),void e.addEventListener("click",r)}if("hover"===n.start){var i=function(){return t.reachedToEnd()?t.restart():t._rollingBack?t.reverse():t.play()};t._handlers.push({element:e,event:"mouseenter",handler:i}),e.addEventListener("mouseenter",i);var o=function(){switch(n.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":if(t.reverse(),t._running)return;return t.play();case"none":default:return}};return t._handlers.push({element:e,event:"mouseleave",handler:o}),void e.addEventListener("mouseleave",o)}if("scroll"===n.start){var u=new gt(e,n.scroll||25,(function(e){e?t.reachedToEnd()?t.restart():t.play():t.pause()}));return void t._handlers.push({callback:function(){return u.destruct()}})}if("programmatic"===n.start)return;t.play()}(i,n,r),function(t,e,n){var r;"function"==typeof Event?r=new Event("ready"):(r=document.createEvent("Event")).initEvent("ready",!0,!0);if(t.dispatchEvent(r),!n||!n.length)return;n.forEach((function(t){return e.ready(t)}))}(n,n.svgatorPlayer,s)}}]),u}(yt);return be.init(),be}));
+ (function(s,i,o,w,d,a,b){(a=Array.from(d.querySelectorAll('svg#' + i.root)).filter(n=> !n.svgatorPlayer)[0]||{}).svgatorPlayer={ready:(function(a){b=[];return function(c){return c?(b.push(c),a.svgatorPlayer):b}})(a)};w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"eqcGlReC8YN1","version":"2022-05-04","animations":[{"elements":{"eqcGlReC8YN2":{"transform":{"data":{"o":{"x":172,"y":232.499496,"type":"corner"},"t":{"x":-172,"y":-232.499496}},"keys":{"s":[{"t":300,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":800,"v":{"x":1,"y":1}}]}}},"eqcGlReC8YN3":{"transform":{"data":{"o":{"x":161.857002,"y":242.079498,"type":"corner"},"t":{"x":-161.857002,"y":-242.079498}},"keys":{"s":[{"t":200,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":700,"v":{"x":1,"y":1}}]}}},"eqcGlReC8YN4":{"transform":{"data":{"o":{"x":190.032005,"y":213.904495,"type":"corner"},"t":{"x":-190.032005,"y":-213.904495}},"keys":{"s":[{"t":100,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":600,"v":{"x":1,"y":1}}]}}},"eqcGlReC8YN5":{"opacity":[{"t":1500,"v":0},{"t":1800,"v":1}]},"eqcGlReC8YN6":{"opacity":[{"t":1400,"v":0},{"t":1700,"v":1}]},"eqcGlReC8YN7":{"opacity":[{"t":1600,"v":0},{"t":1900,"v":1}]},"eqcGlReC8YN8":{"opacity":[{"t":1700,"v":0},{"t":2000,"v":1}]},"eqcGlReC8YN9":{"transform":{"data":{"o":{"x":489.5,"y":326,"type":"corner"},"t":{"x":-24.5,"y":-7}},"keys":{"s":[{"t":1800,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":2300,"v":{"x":1,"y":1}}]}}},"eqcGlReC8YN10":{"transform":{"data":{"o":{"x":446.441498,"y":143.166496,"type":"corner"},"t":{"x":-446.441498,"y":-143.166496}},"keys":{"r":[{"t":1100,"v":-7,"e":[0.42,0,0.58,1]},{"t":1200,"v":7,"e":[0.42,0,0.58,1]},{"t":1300,"v":-7,"e":[0.42,0,0.58,1]},{"t":1400,"v":7,"e":[0.42,0,0.58,1]},{"t":1500,"v":-7,"e":[0.42,0,0.58,1]},{"t":1600,"v":7},{"t":1700,"v":-7,"e":[0.42,0,0.58,1]},{"t":1800,"v":7},{"t":1900,"v":-7,"e":[0.42,0,0.58,1]},{"t":2000,"v":7}],"s":[{"t":800,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":1300,"v":{"x":1,"y":1}}]}}},"eqcGlReC8YN23":{"transform":{"data":{"o":{"x":308,"y":222,"type":"corner"}},"keys":{"s":[{"t":300,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":800,"v":{"x":1,"y":1}}]}}},"eqcGlReC8YN24":{"transform":{"data":{"t":{"x":-292.434998,"y":-222.5}},"keys":{"o":[{"t":480,"v":{"x":250.5,"y":222.5,"type":"corner"},"e":[0.25,1,0.25,1]},{"t":780,"v":{"x":292.434998,"y":222.5,"type":"corner"}}],"r":[{"t":500,"v":-90,"e":[0.25,1,0.25,1]},{"t":1000,"v":0}]}},"opacity":[{"t":500,"v":0},{"t":800,"v":1}]},"eqcGlReC8YN25":{"transform":{"data":{"t":{"x":-322.565002,"y":-222.5}},"keys":{"o":[{"t":600,"v":{"x":388.102547,"y":222.5,"type":"corner"},"e":[0.25,1,0.25,1]},{"t":880,"v":{"x":322.565002,"y":222.5,"type":"corner"}}],"r":[{"t":500,"v":-90,"e":[0.25,1,0.25,1]},{"t":1000,"v":0}]}},"opacity":[{"t":500,"v":0},{"t":800,"v":1}]},"eqcGlReC8YN26":{"transform":{"data":{"o":{"x":574,"y":52,"type":"corner"},"t":{"x":-574,"y":-52}},"keys":{"s":[{"t":0,"v":{"x":0,"y":0},"e":[0.25,1,0.25,1]},{"t":500,"v":{"x":1,"y":1}}]}}}},"s":"MDOA1ZGE5NTA5MSmEzYTA4ZmEyFOTc5ZFg5Y1MH1MDY4NjE1ZTRVlNWU1YTUwOHTI5N2EwOTNXAOTFhMjk3OWQU5Y1I1MDY4NWYY1YTUwOTdhMXjkzYTA4ZmEyUOTc5ZDljYTER1MDY4NWY1YTHUwTzk0OTdMOGWE5YTUwNjg1EZjVhNTA4ZjlIhYTJKOTNhMDLljOGZhMjkzNQTA2ODk0OGZUPOWFhMTkzNWEN1MGExOWVVOTUM5MzkyNTA2OHDVmNWE1MDk0FOWVhMTUwNjgI1ZjVlNWVZYWKI/"}],"options":"MDEAxMDgyMjk3YXTdiNjg3OTdiHMjk0MUQyOTcIzNzY2ODZiMjQk4NA|"},'__SVGATOR_PLAYER__',window,document)
diff --git a/blocks/svgator/svgs/concept-content/animatable.svg b/blocks/svgator/svgs/concept-content/animatable.svg
deleted file mode 100644
index cfafebc..0000000
--- a/blocks/svgator/svgs/concept-content/animatable.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-
diff --git a/blocks/svgator/svgs/concept-content/animation.js b/blocks/svgator/svgs/concept-content/animation.js
deleted file mode 100644
index d15de7d..0000000
--- a/blocks/svgator/svgs/concept-content/animation.js
+++ /dev/null
@@ -1 +0,0 @@
-/* eslint-disable */
diff --git a/blocks/svgator/svgs/connect-content/animatable.svg b/blocks/svgator/svgs/connect-content/animatable.svg
deleted file mode 100644
index 09703dd..0000000
--- a/blocks/svgator/svgs/connect-content/animatable.svg
+++ /dev/null
@@ -1,32 +0,0 @@
-
diff --git a/blocks/svgator/svgs/connect-content/animation.js b/blocks/svgator/svgs/connect-content/animation.js
deleted file mode 100644
index d15de7d..0000000
--- a/blocks/svgator/svgs/connect-content/animation.js
+++ /dev/null
@@ -1 +0,0 @@
-/* eslint-disable */
diff --git a/blocks/svgator/svgs/customer-content/animatable.svg b/blocks/svgator/svgs/customer-content/animatable.svg
deleted file mode 100644
index 426fd3c..0000000
--- a/blocks/svgator/svgs/customer-content/animatable.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/blocks/svgator/svgs/customer-content/animation.js b/blocks/svgator/svgs/customer-content/animation.js
deleted file mode 100644
index d15de7d..0000000
--- a/blocks/svgator/svgs/customer-content/animation.js
+++ /dev/null
@@ -1 +0,0 @@
-/* eslint-disable */
diff --git a/blocks/svgator/svgs/ecommerce-content/animatable.svg b/blocks/svgator/svgs/ecommerce-content/animatable.svg
deleted file mode 100644
index 3f3edd5..0000000
--- a/blocks/svgator/svgs/ecommerce-content/animatable.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/blocks/svgator/svgs/ecommerce-content/animation.js b/blocks/svgator/svgs/ecommerce-content/animation.js
deleted file mode 100644
index d15de7d..0000000
--- a/blocks/svgator/svgs/ecommerce-content/animation.js
+++ /dev/null
@@ -1 +0,0 @@
-/* eslint-disable */
diff --git a/blocks/svgator/svgs/personal-content/animatable.svg b/blocks/svgator/svgs/personal-content/animatable.svg
deleted file mode 100644
index 5d6e249..0000000
--- a/blocks/svgator/svgs/personal-content/animatable.svg
+++ /dev/null
@@ -1,24 +0,0 @@
-
diff --git a/blocks/svgator/svgs/personal-content/animation.js b/blocks/svgator/svgs/personal-content/animation.js
deleted file mode 100644
index d15de7d..0000000
--- a/blocks/svgator/svgs/personal-content/animation.js
+++ /dev/null
@@ -1 +0,0 @@
-/* eslint-disable */
diff --git a/blocks/svgator/svgs/sample-project/animatable.svg b/blocks/svgator/svgs/sample-project/animatable.svg
deleted file mode 100644
index 777deda..0000000
--- a/blocks/svgator/svgs/sample-project/animatable.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
diff --git a/blocks/svgator/svgs/sample-project/animation.js b/blocks/svgator/svgs/sample-project/animation.js
deleted file mode 100644
index e8d00a8..0000000
--- a/blocks/svgator/svgs/sample-project/animation.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/* eslint-disable */
-!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof __SVGATOR_DEFINE__&&__SVGATOR_DEFINE__.amd?__SVGATOR_DEFINE__(e):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=e())}(this,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:6;return y(t,e,"round")}function m(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;return Math.abs(t-e)0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||n<0||n>1?null:m(t,e)&&m(n,r)?w:function(i){if(i<=0)return t>0?i*e/t:0===e&&n>0?i*r/n:0;if(i>=1)return n<1?1+(i-1)*(r-1)/(n-1):1===n&&t<1?1+(i-1)*(e-1)/(t-1):1;for(var o,u=0,a=1;u0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===e)return x;if(1===e)return A}var n=1/t;return function(t){return t>=1?1:(t+=e*n)-t%n}}var S=Math.sin,E=Math.cos,j=Math.acos,M=Math.asin,P=Math.tan,B=Math.atan2,I=Math.PI/180,T=180/Math.PI,N=Math.sqrt,R=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[e,n,i,o,u,a],this.i=null,this.w=null,this.s=null}return o(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,e){var n=this.m;return{x:n[0]*t+n[2]*e+n[4],y:n[1]*t+n[3]*e+n[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!e)return this;var n=this.m;return n[4]+=n[0]*t+n[2]*e,n[5]+=n[1]*t+n[3]*e,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var e=S(t*=I),n=E(t),r=this.m,i=r[0],o=r[1];r[0]=i*n+r[2]*e,r[1]=o*n+r[3]*e,r[2]=r[2]*n-i*e,r[3]=r[3]*n-o*e,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==e){var n=this.m;n[0]*=t,n[1]*=t,n[2]*=e,n[3]*=e,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,e){if(e%=360,(t%=360)||e){var n=this.m,r=n[0],i=n[1],o=n[2],u=n[3];t&&(t=P(t*I),n[2]+=r*t,n[3]+=i*t),e&&(e=P(e*I),n[0]+=o*e,n[1]+=u*e),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,u=this.m;return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=i,u[5]=o,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),e&&this.rotateSelf(e),n&&(n.x&&this.skewSelf(n.x,0),n.y&&this.skewSelf(0,n.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.m,r=n[0]*n[0]+n[1]*n[1],i=[[n[0],n[1]],[n[2],n[3]]],o=N(r);if(0===o)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=o,i[0][1]/=o;var u=n[0]*n[3]-n[1]*n[2]<0;u&&(o=-o);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=N(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=j(i[1][1])*T,i[0][1]<0&&(s=360-s)):s=M(i[0][1])*T,u&&(s=-s),a=B(a,N(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*T,u&&(a=-a),{origin:{x:p(n[4]),y:p(n[5])},translate:{x:p(t),y:p(e)},scale:{x:p(o),y:p(l)},skew:{x:p(a),y:0},rotate:p(s)}}},{key:"clone",value:function(){var t=this.m;return new this.constructor(t[0],t[1],t[2],t[3],t[4],t[5])}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";if(null===this.s){var e=this.m.map((function(t){return p(t)}));1===e[0]&&0===e[1]&&0===e[2]&&1===e[3]?this.s="translate("+e[4]+t+e[5]+")":this.s="matrix("+e.join(t)+")"}return this.s}}],[{key:"create",value:function(t){return t?Array.isArray(t)?f(this,v(t)):t instanceof this?t.clone():(new this).recomposeSelf(t.origin,t.rotate,t.skew,t.scale,t.translate):new this}}]),t}();function F(t,e,n){return t>=.5?n:e}function D(t,e,n){return 0===t||e===n?e:t*(n-e)+e}function C(t,e,n){var r=D(t,e,n);return r<=0?0:r}function q(t,e,n){var r=D(t,e,n);return r<=0?0:r>=1?1:r}function L(t,e,n){return 0===t?e:1===t?n:{x:D(t,e.x,n.x),y:D(t,e.y,n.y)}}function V(t,e,n){return 0===t?e:1===t?n:{x:C(t,e.x,n.x),y:C(t,e.y,n.y)}}function G(t,e,n){var r=function(t,e,n){return Math.round(D(t,e,n))}(t,e,n);return r<=0?0:r>=255?255:r}function z(t,e,n){return 0===t?e:1===t?n:{r:G(t,e.r,n.r),g:G(t,e.g,n.g),b:G(t,e.b,n.b),a:D(t,null==e.a?1:e.a,null==n.a?1:n.a)}}function Y(t,e,n){var r=e.length;if(r!==n.length)return F(t,e,n);for(var i=new Array(r),o=0;o0);return t}var $,H=function(){function t(e){r(this,t),this.list=e,this.length=e.length}return o(t,[{key:"setAttribute",value:function(t,e){for(var n=this.list,r=0;r1&&void 0!==arguments[1]?arguments[1]:w;if(!Array.isArray(t))return e;switch(t.length){case 1:return O(t[0])||e;case 2:return O(t[0],t[1])||e;case 4:return _(t[0],t[1],t[2],t[3])||e}return e}(t,null):function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:w;switch(t){case"linear":return w;case"steps":return O(e.steps||1,e.jump||0)||n;case"bezier":case"cubic-bezier":return _(e.x1||0,e.y1||0,e.x2||0,e.y2||0)||n}return n}(t.type,t.value,null):null}function Z(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=e.length-1;if(t<=e[0].t)return r?[0,0,e[0].v]:e[0].v;if(t>=e[i].t)return r?[i,1,e[i].v]:e[i].v;var o,u=e[0],a=null;for(o=1;o<=i;o++){if(!(t>e[o].t)){a=e[o];break}u=e[o]}return null==a?r?[i,1,e[i].v]:e[i].v:u.t===a.t?r?[o,1,a.v]:a.v:(t=(t-u.t)/(a.t-u.t),u.e&&(t=u.e(t)),r?[o,t,n(t,u.v,a.v)]:n(t,u.v,a.v))}function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof e?null:("function"!=typeof n&&(n=null),function(r){var i=Z(r,t,e);return null!=i&&n&&(i=n(i)),i}):null}function et(t,e){return t.t-e.t}function nt(t,e,r,i,o){var u,a="@"===r[0],l="#"===r[0],s=$[r],f=F;switch(a?(u=r.substr(1),r=u.replace(Q,X)):l&&(r=r.substr(1)),n(s)){case"function":if(f=s(i,o,Z,K,r,a,e,t),l)return f;break;case"string":f=tt(i,J(s));break;case"object":if((f=tt(i,J(s.i),s.f))&&"function"==typeof s.u)return s.u(e,f,r,a,t)}return f?function(t,e,n){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof H?function(r){return t.style(e,n(r))}:function(r){return t.style[e]=n(r)};if(Array.isArray(e)){var r=e.length;return function(i){var o=n(i);if(null==o)for(var u=0;u0?i:0,s=t%i,f=1+(t-s)/i;e*=r.direction,r.alternate&&f%2==0&&(e=-e);var c=!1;if(f>a)s=l,c=!0,-1===r.fill&&(s=r.direction>0?0:i);else if(e<0&&(s=i-s),s===u)return!1;u=s;for(var h=0;h1&&void 0!==arguments[1]?arguments[1]:document,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=ut(t,e);if(r)return r;if(n>=20)return null;for(var i=at(e),o=0;o1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Number,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"undefined"!=typeof BigInt&&BigInt,i="0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27);return e&&r&&n.isSafeInteger&&!n.isSafeInteger(+i)?n(r(i))%e+e:+i}function ct(t,e,n){return!t||!n||e>t.length?t:t.substring(0,e)+ct(t.substring(e+1),n,n)}function ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%e?t%e:[0,1].includes(e)?e:ht(t/e,e)}function vt(t,e,n){if(t&&t.length){var r=ft(n),i=ht(r)+5,o=ct(t,ht(r,5),i);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,e,n){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=ft(e,r)%r+n%27,o=[],u=0;u2&&void 0!==arguments[2]?arguments[2]:null;r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this._settings=n,(!o||o<"2022-05-02")&&delete this._settings.speed,dt.forEach((function(t){i._settings[t.key]=i._settings[t.key]||t.def})),this.duration=n.duration,this.offset=n.offset||0,this.rollbackStartOffset=0}return o(t,[{key:"alternate",get:function(){return this._settings.alternate}},{key:"fill",get:function(){return this._settings.fill}},{key:"iterations",get:function(){return this._settings.iterations}},{key:"direction",get:function(){return this._settings.direction}},{key:"speed",get:function(){return this._settings.speed}},{key:"fps",get:function(){return this._settings.fps}},{key:"maxFiniteDuration",get:function(){return this.iterations>0?this.iterations*this.duration:this.duration}},{key:"_apply",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this._animations,r=n.length,i=0,o=0;oe.duration&&n!==1/0){var a=!!e.alternate&&u/e.duration%2>1,l=u%e.duration;u=(l+=a?e.duration:0)||e.duration}var s=(e.fps?1e3/e.fps:0)*e.speed,f=Math.max(0,u);f<=n-s&&(e.offset=f,n=f,e._apply(f));var c=e.iterations>0&&-1===e.fill&&u>=e.maxFiniteDuration;(u<=0||e.offset0&&void 0!==arguments[0]?arguments[0]:0,n=-1/0,r=null,i={};this._running=!0;var o=function o(u){null==r&&(r=u);var a=Math.round((u-r)*t.speed+e),l=(t.fps?1e3/t.fps:0)*t.speed;if(a>=n+l&&!t._rollingBack&&(t.offset=a,n=a,t._apply(a,i)===t._animations.length))return void t.pause(!0);t._id=window.requestAnimationFrame(o)};this._id=window.requestAnimationFrame(o)}},{key:"_pause",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1}},{key:"play",value:function(){if(!this._running)return this._rollingBack?this._rollback(this.offset):this._start(this.offset)}},{key:"stop",value:function(){this._pause(),this.offset=0,this.rollbackStartOffset=0,this._rollingBack=!1,this._apply(0)}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.stop(t),this.play(t)}},{key:"pause",value:function(){this._pause()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(t,e){delete t.animationSettings,t.options=vt(t.options,t.root,"91c80d77"),t.animations.map((function(e){e.settings=vt(e.s,t.root,"91c80d77"),delete e.s,t.animationSettings||(t.animationSettings=e.settings)}));var n=t.version;if(!(t=st(t,e)))return null;var r=t.options||{},i=new this(t.animations,t.animationSettings,n);return{el:t.svg,options:r,player:i}}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,e=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(e)&&e.splice(0).forEach((function(e){return t.build(e)}))}}]),t}();!function(){for(var t=0,e=["ms","moz","webkit","o"],n=0;n2&&void 0!==arguments[2]?arguments[2]:n,r=!1,i=null,o=function(){for(var o=0,u=n.innerHeight,a=0,l=n.innerWidth,s=t.parentNode;s instanceof Element;){var f=n.getComputedStyle(s);if("visible"!==f.overflowY||"visible"!==f.overflowX){var c=s.getBoundingClientRect();"visible"!==f.overflowY&&(o=Math.max(o,c.top),u=Math.min(u,c.bottom)),"visible"!==f.overflowX&&(a=Math.max(a,c.left),l=Math.min(l,c.right))}if(s===s.parentNode)break;s=s.parentNode}r=!1;var h=t.getBoundingClientRect(),v=Math.min(h.height,Math.max(0,o-h.top)),d=Math.min(h.height,Math.max(0,h.bottom-u)),y=Math.min(h.width,Math.max(0,a-h.left)),g=Math.min(h.width,Math.max(0,h.right-l)),p=(h.height-v-d)/h.height,m=(h.width-y-g)/h.width,b=Math.round(p*m*100);null!==i&&i===b||(i=b,e(b))};return function(t){r&&clearTimeout(r),r=setTimeout((function(){return o()}),100)}}(this.el,this.onVisibilityUpdate.bind(this),o.window),this.bindScrollWatchers(),this.visibilityCalculator()}return o(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(this._handlers.push({element:t,event:"scroll",handler:this.visibilityCalculator}),t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var e=this.currentVisibility>=this.thresholdPercent,n=t>=this.thresholdPercent;if(null===this.currentVisibility||e!==n)return this.currentVisibility=t,void this.onThresholdChange(n);this.currentVisibility=t}},{key:"destruct",value:function(){this._handlers.forEach((function(t){t.element.removeEventListener(t.event,t.handler)}))}}]),t}();function pt(t){return p(t)+""}function mt(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(pt).join(e):""}function bt(t){return pt(t.x)+","+pt(t.y)}function wt(t){if(!t)return"transparent";if(null==t.a||t.a>=1){var e=function(t){return 1===(t=parseInt(t).toString(16)).length?"0"+t:t},n=function(t){return t.charAt(0)===t.charAt(1)},r=e(t.r),i=e(t.g),o=e(t.b);return n(r)&&n(i)&&n(o)&&(r=r.charAt(0),i=i.charAt(0),o=o.charAt(0)),"#"+r+i+o}return"rgba("+t.r+","+t.g+","+t.b+","+t.a+")"}function kt(t){return t?"url(#"+t+")":"none"}var _t={f:null,i:V,u:function(t,e){return function(n){var r=e(n);t.setAttribute("rx",pt(r.x)),t.setAttribute("ry",pt(r.y))}}},At={f:null,i:function(t,e,n){return 0===t?e:1===t?n:{width:C(t,e.width,n.width),height:C(t,e.height,n.height)}},u:function(t,e){return function(n){var r=e(n);t.setAttribute("width",pt(r.width)),t.setAttribute("height",pt(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var xt={},Ot=null;function St(t){var e=function(){if(Ot)return Ot;if("object"!==("undefined"==typeof document?"undefined":n(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",Ot={svg:t}):{}}().svg;if(!e)return function(t){return null};var r=document.createElementNS(e.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),e.appendChild(r);var i=r.getTotalLength();return function(t){var e=r.getPointAtLength(i*t);return{x:e.x,y:e.y}}}function Et(t){return xt[t]?xt[t]:xt[t]=St(t)}function jt(t,e,n,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(e&&n&&(i.push("C"),i.push(e.x),i.push(e.y),i.push(n.x),i.push(n.y)),e?!n:n){var o=e||n;i.push("Q"),i.push(o.x),i.push(o.y)}return e||n||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function Mt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=jt(t,e,n,r),u=Et(o);try{return u(i)}catch(t){return null}}function Pt(t,e,n){return t+(e-t)*n}function Bt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Pt(t.x,e.x,n),y:Pt(t.y,e.y,n)};return r&&(i.a=It(t,e)),i}function It(t,e){return Math.atan2(e.y-t.y,e.x-t.x)}function Tt(t,e,n,r){var i=1-r;return i*i*t+2*i*r*e+r*r*n}function Nt(t,e,n,r){return 2*(1-r)*(e-t)+2*r*(n-e)}function Rt(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=Mt(t,e,null,n,r);return o||(o={x:Tt(t.x,e.x,n.x,r),y:Tt(t.y,e.y,n.y,r)}),i&&(o.a=Ft(t,e,n,r)),o}function Ft(t,e,n,r){return Math.atan2(Nt(t.y,e.y,n.y,r),Nt(t.x,e.x,n.x,r))}function Dt(t,e,n,r,i){var o=i*i;return i*o*(r-t+3*(e-n))+3*o*(t+n-2*e)+3*i*(e-t)+t}function Ct(t,e,n,r,i){var o=1-i;return 3*(o*o*(e-t)+2*o*i*(n-e)+i*i*(r-n))}function qt(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],u=Mt(t,e,n,r,i);return u||(u={x:Dt(t.x,e.x,n.x,r.x,i),y:Dt(t.y,e.y,n.y,r.y,i)}),o&&(u.a=Lt(t,e,n,r,i)),u}function Lt(t,e,n,r,i){return Math.atan2(Ct(t.y,e.y,n.y,r.y,i),Ct(t.x,e.x,n.x,r.x,i))}function Vt(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(zt(e)){if(Yt(n))return Rt(e,n.start,n,t,r)}else if(zt(n)){if(Ut(e))return Rt(e,e.end,n,t,r)}else{if(Ut(e))return Yt(n)?qt(e,e.end,n.start,n,t,r):Rt(e,e.end,n,t,r);if(Yt(n))return Rt(e,n.start,n,t,r)}return Bt(e,n,t,r)}function Gt(t,e,n){var r=Vt(t,e,n,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/b,r}function zt(t){return!t.type||"corner"===t.type}function Yt(t){return null!=t.start&&!zt(t)}function Ut(t){return null!=t.end&&!zt(t)}var Wt=new R;var $t={f:function(t){return t?t.join(" "):""},i:function(t,e,r){if(0===t)return e;if(1===t)return r;var i=e.length;if(i!==r.length)return F(t,e,r);for(var o,u=new Array(i),a=0;a1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return p(t,4)}))),mt(t,e)},i:function(t,e,n){var r,i,o,u=e.length,a=n.length;if(u!==a)if(0===u)e=U(u=a,0);else if(0===a)a=u,n=U(u,0);else{var l=(o=(r=u)*(i=a)/function(t,e){for(var n;e;)n=e,e=t%e,t=n;return t||1}(r,i))<0?-o:o;e=W(e,Math.floor(l/u)),n=W(n,Math.floor(l/a)),u=a=l}for(var s=[],f=0;f3&&void 0!==arguments[3]?arguments[3]:null;return t[n]?r(i,t[n],o):e&&e[n]?e[n]:u};return e&&e.a&&t.o?function(e){var n=r(e,t.o,Gt);return Wt.recomposeSelf(n,o("r",e,D,0)+n.a,o("k",e,L),o("s",e,L),o("t",e,L)).toString()}:function(t){return Wt.recomposeSelf(o("o",t,Vt,null),o("r",t,D,0),o("k",t,L),o("s",t,L),o("t",t,L)).toString()}},"#filter":function(t,e,n,r,i,o,u,a){if(!e.items||!t||!t.length)return null;var l=function(t,e){var n=(t=t.map((function(t){return t&&le[t[0]]?(e.getElementById(t[1]),le[t[0]](e.getElementById(t[1]),t[1],e)):null}))).length;return function(e){for(var r=0;r3&&void 0!==arguments[3]?arguments[3]:[];return function(){var i,o=Array.prototype.slice.call(arguments);return o.unshift.apply(o,v(r)),(i=t[e]).call.apply(i,[t].concat(v(o))),n}}var ye=function t(e){r(this,t);var n={},i=["on","off"],o={get:function(t,e,r){return he[e]?"function"==typeof he[e]?he[e].call(t,t,r):t[he[e]]:ve[e]?"function"==typeof ve[e]?ve[e].call(t,t,r):de(t,ve[e],r):-1!==i.indexOf(e)?n[e]:"ready"===e?function(t){return t&&t.call(r,r),r}:void 0},set:function(t,e,r){return-1!==i.indexOf(e)&&(n[e]=r)},ownKeys:function(t){return Object.keys(he)},has:function(t,e){return void 0!==he[e]}};if("function"==typeof Proxy)return new Proxy(e,o);var u=Object.keys(he).concat(Object.keys(ve)).concat(i),a={};return u.forEach((function(t){var n={enumerable:!1,configurable:!1,get:function(){return o.get(e,t,a)}};-1!==i.indexOf(t)&&(n.set=function(n){return o.set(e,t,n)}),Object.defineProperty(a,t,n)})),a};function ge(t){t||(t=this);var e={};this.on=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return"function"==typeof n&&(t.split(/[, ]+/g).forEach((function(t){return e[t]=e[t]||[],r?e[t].unshift(n):e[t].push(n)})),!0)},this.off=function(t,n){for(var r in e)if(e.hasOwnProperty(r)&&r.substr(0,t.length)===t)if(n)for(var i=0;i2&&void 0!==arguments[2]?arguments[2]:null;return r(this,u),(n=i.call(this,t,e,o))._handlers=[],n}return o(u,[{key:"_adjustOffset",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.alternate?2*this.duration:this.duration;if(t){if(!this._rollingBack&&0===this.offset)return void(this.offset=e);this._rollingBack&&(this.offset,this.maxFiniteDuration)}!this._rollingBack||this.rollbackStartOffset<=this.duration?0!==this.iterations&&(this.offset=Math.min(this.offset,this.maxFiniteDuration)):(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%e,this.rollbackStartOffset=0)}},{key:"reverse",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this._running)return this._adjustOffset(t),this._rollingBack=!this._rollingBack,t&&this.play(!1),void this.trigger("reverse",this.offset);this.pause(!1,!1),this._adjustOffset(),this._rollingBack=!this._rollingBack,this.play(!1),this.trigger("reverse",this.offset)}},{key:"play",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"play",this).call(this);return t===pe&&this.trigger("play",this.offset),e}},{key:"pause",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pe,n=h(a(u.prototype),"pause",this).call(this);return e===pe&&this.trigger(t?"end":"pause",this.offset),n}},{key:"restart",value:function(){var t=h(a(u.prototype),"restart",this).call(this,!1);return this.trigger("restart",this.offset),t}},{key:"stop",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:pe,e=h(a(u.prototype),"stop",this).call(this);return t===pe&&this.trigger("stop",this.offset),e}},{key:"_apply",value:function(t){var e=this,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pe,r=h(a(u.prototype),"_apply",this).call(this,t);if(n===pe){var i=function(){return e.trigger("keyframe",t)};window.requestAnimationFrame(i)}return r}},{key:"seekTo",value:function(t){var e,n,r,i=this._running;i&&this.pause(!1,!1),this.offset=this.iterations>0?(e=t,n=0,r=this.maxFiniteDuration,er?r:e):Math.max(t,0),this._apply(this.offset),i&&this.play(!1)}},{key:"seek",value:function(t){return this.seekTo(Math.round(t/100*this.maxFiniteDuration))}},{key:"seekBy",value:function(t){return this.seekTo(this.offset+t)}},{key:"toggle",value:function(){return this._running?this.pause():this.reachedToEnd()?this.restart():this.play()}},{key:"set",value:function(t,e){if(me.includes(t)){var n=this._running;n&&this.pause(!1,!1),this._settings[t]=e,n?this.play(!1):this._apply(this.offset,{},!1)}}},{key:"destruct",value:function(){var t=this;this.stop(),this._handlers.forEach((function(t){t.element?t.element.removeEventListener(t.event,t.handler):t.callback&&t.callback.call&&t.callback.call()}));var e=function(){},n=Object.getOwnPropertyNames(Object.getPrototypeOf(this));n.push.apply(n,v(Object.getOwnPropertyNames(this))),n.forEach((function(n){"function"==typeof t[n]?t[n]=e:delete t[n]}))}}],[{key:"build",value:function(t){var e=h(a(u),"build",this).call(this,t,ce);if(!e)return null;var n=e.el,r=e.options,i=e.player,o=new ye(i),l=new ge(o);o.on=l.on,o.off=l.off,i.trigger=l.trigger;var s=n.svgatorPlayer&&n.svgatorPlayer.ready&&n.svgatorPlayer.ready.call&&n.svgatorPlayer.ready.call();n.svgatorPlayer=o,function(t){var e,n,r=t&&1===(null===(e=t.ownerDocument)||void 0===e||null===(n=e.childNodes)||void 0===n?void 0:n.length)&&window.parent!==window,i=null==t?void 0:t.firstElementChild;if(!r||!i||"a"!==i.tagName||i.getAttribute("target"))return;i.setAttributeNS(null,"target","_parent")}(n),function(t,e,n){if("click"===n.start){var r=function(){switch(n.click){case"freeze":return!t._running&&t.reachedToEnd()?t.restart():t.toggle();case"restart":return t.offset>0?t.restart():t.play();case"reverse":return t._running?t.reverse():t.reachedToEnd()?1===t.fill?t.reverse(!0):t.restart():t.play();case"none":default:if(t._running)return;return t.reachedToEnd()?t.restart():t.play()}};return t._handlers.push({element:e,event:"click",handler:r}),void e.addEventListener("click",r)}if("hover"===n.start){var i=function(){return t.reachedToEnd()?t.restart():t._rollingBack?t.reverse():t.play()};t._handlers.push({element:e,event:"mouseenter",handler:i}),e.addEventListener("mouseenter",i);var o=function(){switch(n.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":if(t.reverse(),t._running)return;return t.play();case"none":default:return}};return t._handlers.push({element:e,event:"mouseleave",handler:o}),void e.addEventListener("mouseleave",o)}if("scroll"===n.start){var u=new gt(e,n.scroll||25,(function(e){e?t.reachedToEnd()?t.restart():t.play():t.pause()}));return void t._handlers.push({callback:function(){return u.destruct()}})}if("programmatic"===n.start)return;t.play()}(i,n,r),function(t,e,n){var r;"function"==typeof Event?r=new Event("ready"):(r=document.createEvent("Event")).initEvent("ready",!0,!0);if(t.dispatchEvent(r),!n||!n.length)return;n.forEach((function(t){return e.ready(t)}))}(n,n.svgatorPlayer,s)}}]),u}(yt);return be.init(),be}));
-(function(s,i,o,w,d,a,b){(a=Array.from(d.querySelectorAll('svg#' + i.root)).filter(n=> !n.svgatorPlayer)[0]||{}).svgatorPlayer={ready:(function(a){b=[];return function(c){return c?(b.push(c),a.svgatorPlayer):b}})(a)};w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"e7SqBKUdjEl1","version":"2022-05-04","animations":[{"elements":{"e7SqBKUdjEl4":{"opacity":[{"t":400,"v":0,"e":[0.705,0,1,1]},{"t":2200,"v":1},{"t":6900,"v":1},{"t":8600,"v":0}]},"e7SqBKUdjEl5":{"transform":{"data":{"t":{"x":-65.2,"y":-75.505}},"keys":{"o":[{"t":1000,"v":{"x":65.22,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":2800,"v":{"x":65.248705,"y":26.5275,"type":"corner"},"e":[1,0]},{"t":3000,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":4800,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":5000,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":6800,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":7000,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":8800,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]}],"r":[{"t":1000,"v":0,"e":[0.47,0,0.745,0.715]},{"t":2800,"v":180,"e":[1,0]},{"t":3000,"v":0,"e":[0.47,0,0.745,0.715]},{"t":4800,"v":180,"e":[1,0]},{"t":5000,"v":0,"e":[0.47,0,0.745,0.715]},{"t":6800,"v":180,"e":[1,0]},{"t":7000,"v":0,"e":[0.47,0,0.745,0.715]},{"t":8800,"v":180,"e":[1,0]}],"s":[{"t":1000,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":2800,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":3000,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":4800,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":5000,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":6800,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":7000,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":8800,"v":{"x":0.5,"y":0.5},"e":[1,0]}]}},"opacity":[{"t":1000,"v":1,"e":[0.47,0,0.745,0.715]},{"t":2800,"v":0,"e":[1,0]},{"t":3000,"v":1,"e":[0.47,0,0.745,0.715]},{"t":4800,"v":0,"e":[1,0]},{"t":5000,"v":1,"e":[0.47,0,0.745,0.715]},{"t":6800,"v":0,"e":[1,0]},{"t":7000,"v":1,"e":[0.47,0,0.745,0.715]},{"t":8800,"v":0,"e":[1,0]}]},"e7SqBKUdjEl6":{"transform":{"keys":{"o":[{"t":400,"v":{"x":82.09,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":2200,"v":{"x":82.118705,"y":25.955,"type":"corner"},"e":[1,0]},{"t":2400,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":4200,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":4400,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":6200,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":6400,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":8200,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]}],"r":[{"t":400,"v":0,"e":[0.47,0,0.745,0.715]},{"t":2200,"v":180,"e":[1,0]},{"t":2400,"v":0,"e":[0.47,0,0.745,0.715]},{"t":4200,"v":180,"e":[1,0]},{"t":4400,"v":0,"e":[0.47,0,0.745,0.715]},{"t":6200,"v":180,"e":[1,0]},{"t":6400,"v":0,"e":[0.47,0,0.745,0.715]},{"t":8200,"v":180,"e":[1,0]}],"s":[{"t":400,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":2200,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":2400,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":4200,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":4400,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":6200,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":6400,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":8200,"v":{"x":0.5,"y":0.5},"e":[1,0]}]}},"opacity":[{"t":400,"v":1,"e":[0.47,0,0.745,0.715]},{"t":2200,"v":0,"e":[1,0]},{"t":2400,"v":1,"e":[0.47,0,0.745,0.715]},{"t":4200,"v":0,"e":[1,0]},{"t":4400,"v":1,"e":[0.47,0,0.745,0.715]},{"t":6200,"v":0,"e":[1,0]},{"t":6400,"v":1,"e":[0.47,0,0.745,0.715]},{"t":8200,"v":0,"e":[1,0]}]},"e7SqBKUdjEl7":{"transform":{"data":{"t":{"x":-4.395,"y":-4.395}},"keys":{"o":[{"t":1700,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":3500,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":3700,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":5500,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":5700,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":7500,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]},{"t":7700,"v":{"x":82.987966,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":9500,"v":{"x":83.016671,"y":26.2775,"type":"corner"},"e":[1,0]}],"r":[{"t":1700,"v":0,"e":[0.47,0,0.745,0.715]},{"t":3500,"v":180,"e":[1,0]},{"t":3700,"v":0,"e":[0.47,0,0.745,0.715]},{"t":5500,"v":180,"e":[1,0]},{"t":5700,"v":0,"e":[0.47,0,0.745,0.715]},{"t":7500,"v":180,"e":[1,0]},{"t":7700,"v":0,"e":[0.47,0,0.745,0.715]},{"t":9500,"v":180,"e":[1,0]}],"s":[{"t":1700,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":3500,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":3700,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":5500,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":5700,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":7500,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":7700,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":9500,"v":{"x":0.5,"y":0.5},"e":[1,0]}]}},"opacity":[{"t":1700,"v":1,"e":[0.47,0,0.745,0.715]},{"t":3500,"v":0,"e":[1,0]},{"t":3700,"v":1,"e":[0.47,0,0.745,0.715]},{"t":5500,"v":0,"e":[1,0]},{"t":5700,"v":1,"e":[0.47,0,0.745,0.715]},{"t":7500,"v":0,"e":[1,0]},{"t":7700,"v":1,"e":[0.47,0,0.745,0.715]},{"t":9500,"v":0,"e":[1,0]}]},"e7SqBKUdjEl8":{"transform":{"data":{"t":{"x":-50.395,"y":-92.99}},"keys":{"o":[{"t":600,"v":{"x":50.415,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":2400,"v":{"x":50.443705,"y":26.37,"type":"corner"},"e":[1,0]},{"t":2600,"v":{"x":50.415,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":4400,"v":{"x":50.443705,"y":26.37,"type":"corner"},"e":[1,0]},{"t":4600,"v":{"x":50.415,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":6400,"v":{"x":50.443705,"y":26.37,"type":"corner"},"e":[1,0]},{"t":6600,"v":{"x":50.415,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":8400,"v":{"x":50.443705,"y":26.37,"type":"corner"},"e":[1,0]}],"r":[{"t":600,"v":0,"e":[0.47,0,0.745,0.715]},{"t":2400,"v":180,"e":[1,0]},{"t":2600,"v":0,"e":[0.47,0,0.745,0.715]},{"t":4400,"v":180,"e":[1,0]},{"t":4600,"v":0,"e":[0.47,0,0.745,0.715]},{"t":6400,"v":180,"e":[1,0]},{"t":6600,"v":0,"e":[0.47,0,0.745,0.715]},{"t":8400,"v":180,"e":[1,0]}],"s":[{"t":600,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":2400,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":2600,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":4400,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":4600,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":6400,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":6600,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":8400,"v":{"x":0.5,"y":0.5},"e":[1,0]}]}},"opacity":[{"t":600,"v":1,"e":[0.47,0,0.745,0.715]},{"t":2400,"v":0,"e":[1,0]},{"t":2600,"v":1,"e":[0.47,0,0.745,0.715]},{"t":4400,"v":0,"e":[1,0]},{"t":4600,"v":1,"e":[0.47,0,0.745,0.715]},{"t":6400,"v":0,"e":[1,0]},{"t":6600,"v":1,"e":[0.47,0,0.745,0.715]},{"t":8400,"v":0,"e":[1,0]}]},"e7SqBKUdjEl9":{"transform":{"data":{"t":{"x":-200.21,"y":-92.01}},"keys":{"o":[{"t":1100,"v":{"x":200.23,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":2900,"v":{"x":200.258705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":3100,"v":{"x":200.23,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":4900,"v":{"x":200.258705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":5100,"v":{"x":200.23,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":6900,"v":{"x":200.258705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":7100,"v":{"x":200.23,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":8900,"v":{"x":200.258705,"y":24.08,"type":"corner"}}],"r":[{"t":1100,"v":0,"e":[0.47,0,0.745,0.715]},{"t":2900,"v":180,"e":[1,0]},{"t":3100,"v":0,"e":[0.47,0,0.745,0.715]},{"t":4900,"v":180,"e":[1,0]},{"t":5100,"v":0,"e":[0.47,0,0.745,0.715]},{"t":6900,"v":180,"e":[1,0]},{"t":7100,"v":0,"e":[0.47,0,0.745,0.715]},{"t":8900,"v":180}],"s":[{"t":1100,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":2900,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":3100,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":4900,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":5100,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":6900,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":7100,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":8900,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":1100,"v":1,"e":[0.47,0,0.745,0.715]},{"t":2900,"v":0,"e":[1,0]},{"t":3100,"v":1,"e":[0.47,0,0.745,0.715]},{"t":4900,"v":0,"e":[1,0]},{"t":5100,"v":1,"e":[0.47,0,0.745,0.715]},{"t":6900,"v":0,"e":[1,0]},{"t":7100,"v":1,"e":[0.47,0,0.745,0.715]},{"t":8900,"v":0}]},"e7SqBKUdjEl10":{"transform":{"keys":{"o":[{"t":800,"v":{"x":229.35,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":2600,"v":{"x":229.378705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":2800,"v":{"x":229.35,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":4600,"v":{"x":229.378705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":4800,"v":{"x":229.35,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":6600,"v":{"x":229.378705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":6800,"v":{"x":229.35,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":8600,"v":{"x":229.378705,"y":24.08,"type":"corner"}}],"r":[{"t":800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":2600,"v":180,"e":[1,0]},{"t":2800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":4600,"v":180,"e":[1,0]},{"t":4800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":6600,"v":180,"e":[1,0]},{"t":6800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":8600,"v":180}],"s":[{"t":800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":2600,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":2800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":4600,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":4800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":6600,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":6800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":8600,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":2600,"v":0,"e":[1,0]},{"t":2800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":4600,"v":0,"e":[1,0]},{"t":4800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":6600,"v":0,"e":[1,0]},{"t":6800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":8600,"v":0}]},"e7SqBKUdjEl11":{"transform":{"data":{"t":{"x":-199.355,"y":-57.4}},"keys":{"o":[{"t":1800,"v":{"x":205,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":3600,"v":{"x":205,"y":24.08,"type":"corner"},"e":[1,0]},{"t":3800,"v":{"x":205,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":5600,"v":{"x":205,"y":24.08,"type":"corner"},"e":[1,0]},{"t":5800,"v":{"x":205,"y":113.274326,"type":"corner"},"e":[0.47,0,0.745,0.715]},{"t":7600,"v":{"x":205,"y":24.08,"type":"corner"}}],"r":[{"t":1800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":3600,"v":180,"e":[1,0]},{"t":3800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":5600,"v":180,"e":[1,0]},{"t":5800,"v":0,"e":[0.47,0,0.745,0.715]},{"t":7600,"v":180}],"s":[{"t":1800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":3600,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":3800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":5600,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":5800,"v":{"x":1,"y":1},"e":[0.47,0,0.745,0.715]},{"t":7600,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":1800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":3600,"v":0,"e":[1,0]},{"t":3800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":5600,"v":0,"e":[1,0]},{"t":5800,"v":1,"e":[0.47,0,0.745,0.715]},{"t":7600,"v":0}]},"e7SqBKUdjEl12":{"transform":{"data":{"t":{"x":-214.12,"y":-73.815}},"keys":{"o":[{"t":400,"v":{"x":214.14,"y":113.274326,"type":"corner"},"e":[0.42,0,1,1]},{"t":2200,"v":{"x":214.168705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":2400,"v":{"x":214.14,"y":113.274326,"type":"corner"},"e":[0.42,0,1,1]},{"t":4200,"v":{"x":214.168705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":4400,"v":{"x":214.14,"y":113.274326,"type":"corner"},"e":[0.42,0,1,1]},{"t":6200,"v":{"x":214.168705,"y":24.08,"type":"corner"},"e":[1,0]},{"t":6400,"v":{"x":214.14,"y":113.274326,"type":"corner"},"e":[0.42,0,1,1]},{"t":8200,"v":{"x":214.168705,"y":24.08,"type":"corner"}}],"r":[{"t":400,"v":0,"e":[0.42,0,1,1]},{"t":2200,"v":180,"e":[1,0]},{"t":2400,"v":0,"e":[0.42,0,1,1]},{"t":4200,"v":180,"e":[1,0]},{"t":4400,"v":0,"e":[0.42,0,1,1]},{"t":6200,"v":180,"e":[1,0]},{"t":6400,"v":0,"e":[0.42,0,1,1]},{"t":8200,"v":180}],"s":[{"t":400,"v":{"x":1,"y":1},"e":[0.42,0,1,1]},{"t":2200,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":2400,"v":{"x":1,"y":1},"e":[0.42,0,1,1]},{"t":4200,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":4400,"v":{"x":1,"y":1},"e":[0.42,0,1,1]},{"t":6200,"v":{"x":0.5,"y":0.5},"e":[1,0]},{"t":6400,"v":{"x":1,"y":1},"e":[0.42,0,1,1]},{"t":8200,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":400,"v":1,"e":[0.42,0,1,1]},{"t":2200,"v":0,"e":[1,0]},{"t":2400,"v":1,"e":[0.42,0,1,1]},{"t":4200,"v":0,"e":[1,0]},{"t":4400,"v":1,"e":[0.42,0,1,1]},{"t":6200,"v":0,"e":[1,0]},{"t":6400,"v":1,"e":[0.42,0,1,1]},{"t":8200,"v":0}]},"e7SqBKUdjEl20":{"transform":{"data":{"o":{"x":100.02118,"y":111.394321,"type":"corner"},"t":{"x":-140.02,"y":-118.274326}},"keys":{"s":[{"t":390,"v":{"x":1,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.969428,"y":0.969428},"e":[0.84,0.005,0.35,0.995]},{"t":2210,"v":{"x":1.061389,"y":1.061389},"e":[0.33,0.005,0.465,1]},{"t":3600,"v":{"x":1,"y":1},"e":[0.4,0.005,0.515,0.98]},{"t":4500,"v":{"x":1.028362,"y":1.028362},"e":[0.4,0.005,0.515,0.98]},{"t":5400,"v":{"x":1,"y":1},"e":[0.42,0,0.215,1]},{"t":6700,"v":{"x":1.02611,"y":1.02611},"e":[0.42,0,0.58,1]},{"t":7000,"v":{"x":1.034658,"y":1.034658},"e":[0.42,0,0.58,1]},{"t":7400,"v":{"x":1,"y":1}}]}}},"e7SqBKUdjEl22":{"opacity":[{"t":200,"v":1,"e":[0.23,1,0.345,1.5]},{"t":400,"v":0.33},{"t":8500,"v":0.33},{"t":9000,"v":1,"e":[0.23,1,0.345,1.5]}]},"e7SqBKUdjEl24":{"transform":{"data":{"s":{"x":0.924397,"y":0.341923}},"keys":{"o":[{"t":0,"v":{"x":140,"y":113.274326,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":{"x":111.575467,"y":112.79,"type":"corner"}},{"t":8500,"v":{"x":111.575467,"y":112.79,"type":"corner"}},{"t":9000,"v":{"x":140,"y":113.274326,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}},"opacity":[{"t":0,"v":0.2,"e":[0.755,0.05,0.855,0.06]},{"t":200,"v":0.5},{"t":8500,"v":0.5},{"t":9000,"v":0.2,"e":[0.755,0.05,0.855,0.06]}]},"e7SqBKUdjEl26":{"transform":{"data":{"s":{"x":0.924397,"y":0.341923}},"keys":{"o":[{"t":0,"v":{"x":140,"y":113.274326,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":{"x":111.575467,"y":112.79,"type":"corner"}},{"t":8500,"v":{"x":111.575467,"y":112.79,"type":"corner"}},{"t":9000,"v":{"x":140,"y":113.274326,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}},"opacity":[{"t":0,"v":0.2,"e":[0.755,0.05,0.855,0.06]},{"t":200,"v":0.5},{"t":8500,"v":0.5},{"t":9000,"v":0.2,"e":[0.755,0.05,0.855,0.06]}]},"e7SqBKUdjEl28":{"transform":{"data":{"t":{"x":-132.47,"y":-93.723625}},"keys":{"o":[{"t":0,"v":{"x":132.47,"y":93.723625,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":{"x":124.309999,"y":100.163628,"type":"corner"}},{"t":8500,"v":{"x":124.309999,"y":100.163628,"type":"corner"}},{"t":9000,"v":{"x":132.47,"y":93.723625,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}}},"e7SqBKUdjEl34":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":390,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":114,"y":97.61458,"type":"corner"},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1590,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":390,"v":53.92933,"e":[0.42,0,0.215,1]},{"t":890,"v":34.605046,"e":[0.84,0.005,1,1]},{"t":1400,"v":53.92933},{"t":1590,"v":70}],"s":[{"t":390,"v":{"x":0.908528,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.877199,"y":1},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":0.908528,"y":1}},{"t":1590,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0.902564},{"t":1580,"v":1},{"t":1590,"v":0}]},"e7SqBKUdjEl35":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":390,"v":{"x":114,"y":93.573387,"type":"corner"},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":114,"y":91.39736,"type":"corner"},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":114,"y":93.573387,"type":"corner"}},{"t":1600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1690,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":390,"v":-1.282911,"e":[0.42,0,0.215,1]},{"t":890,"v":-20.607195,"e":[0.84,0.005,1,1]},{"t":1400,"v":-1.282911},{"t":1600,"v":53.92933},{"t":1690,"v":70}],"s":[{"t":390,"v":{"x":0.6,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.71114,"y":1},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1690,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0.8},{"t":1680,"v":1},{"t":1690,"v":0}]},"e7SqBKUdjEl36":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":390,"v":{"x":114,"y":87.356166,"type":"corner"},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":113.39185,"y":86.344662,"type":"corner"},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":1700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1790,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":390,"v":-56.495152,"e":[0.42,0,0.215,1]},{"t":890,"v":-58.732873,"e":[0.84,0.005,1,1]},{"t":1400,"v":-56.495152},{"t":1700,"v":53.92933},{"t":1790,"v":70}],"s":[{"t":390,"v":{"x":0.897604,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.954666,"y":1},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":0.897604,"y":1}},{"t":1600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1790,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0.697436},{"t":1780,"v":1},{"t":1790,"v":0}]},"e7SqBKUdjEl37":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":1800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":1900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6390,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":1400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1600,"v":-56.495152},{"t":1800,"v":53.92933},{"t":1890,"v":70},{"t":1900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2000,"v":-56.495152},{"t":2200,"v":53.92933},{"t":2290,"v":70},{"t":2300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2400,"v":-56.495152},{"t":2600,"v":53.92933},{"t":2690,"v":70},{"t":2700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2800,"v":-56.495152},{"t":3000,"v":53.92933},{"t":3090,"v":70},{"t":3100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3200,"v":-56.495152},{"t":3400,"v":53.92933},{"t":3490,"v":70},{"t":3500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3600,"v":-56.495152},{"t":3800,"v":53.92933},{"t":3890,"v":70},{"t":3900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4000,"v":-56.495152},{"t":4200,"v":53.92933},{"t":4290,"v":70},{"t":4300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4400,"v":-56.495152},{"t":4600,"v":53.92933},{"t":4690,"v":70},{"t":4700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4800,"v":-56.495152},{"t":5000,"v":53.92933},{"t":5090,"v":70},{"t":5100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5200,"v":-56.495152},{"t":5400,"v":53.92933},{"t":5490,"v":70},{"t":5500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5600,"v":-56.495152},{"t":5800,"v":53.92933},{"t":5890,"v":70},{"t":5900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6000,"v":-56.495152},{"t":6200,"v":53.92933},{"t":6390,"v":70}],"s":[{"t":1400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":1700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1890,"v":{"x":1,"y":1}},{"t":1900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2290,"v":{"x":1,"y":1}},{"t":2300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2690,"v":{"x":1,"y":1}},{"t":2700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3090,"v":{"x":1,"y":1}},{"t":3100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3490,"v":{"x":1,"y":1}},{"t":3500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3890,"v":{"x":1,"y":1}},{"t":3900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4290,"v":{"x":1,"y":1}},{"t":4300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4690,"v":{"x":1,"y":1}},{"t":4700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5090,"v":{"x":1,"y":1}},{"t":5100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5490,"v":{"x":1,"y":1}},{"t":5500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5890,"v":{"x":1,"y":1}},{"t":5900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6390,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0},{"t":1410,"v":0.6},{"t":1880,"v":1},{"t":1890,"v":0},{"t":1900,"v":0},{"t":1910,"v":0.6},{"t":2280,"v":1},{"t":2290,"v":0},{"t":2300,"v":0},{"t":2310,"v":0.6},{"t":2680,"v":1},{"t":2690,"v":0},{"t":2700,"v":0},{"t":2710,"v":0.6},{"t":3080,"v":1},{"t":3090,"v":0},{"t":3100,"v":0},{"t":3110,"v":0.6},{"t":3480,"v":1},{"t":3490,"v":0},{"t":3500,"v":0},{"t":3510,"v":0.6},{"t":3880,"v":1},{"t":3890,"v":0},{"t":3900,"v":0},{"t":3910,"v":0.6},{"t":4280,"v":1},{"t":4290,"v":0},{"t":4300,"v":0},{"t":4310,"v":0.6},{"t":4680,"v":1},{"t":4690,"v":0},{"t":4700,"v":0},{"t":4710,"v":0.6},{"t":5080,"v":1},{"t":5090,"v":0},{"t":5100,"v":0},{"t":5110,"v":0.6},{"t":5480,"v":1},{"t":5490,"v":0},{"t":5500,"v":0},{"t":5510,"v":0.6},{"t":5880,"v":1},{"t":5890,"v":0},{"t":5900,"v":0},{"t":5910,"v":0.6},{"t":6380,"v":1},{"t":6390,"v":0}]},"e7SqBKUdjEl38":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":1900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":6000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6600,"v":{"x":113.391674,"y":100.830476,"type":"corner"}},{"t":6900,"v":{"x":113.391674,"y":100.830476,"type":"corner"}},{"t":7400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]}],"r":[{"t":1600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1700,"v":-56.495152},{"t":1900,"v":53.92933},{"t":1990,"v":70},{"t":2000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2100,"v":-56.495152},{"t":2300,"v":53.92933},{"t":2390,"v":70},{"t":2400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2500,"v":-56.495152},{"t":2700,"v":53.92933},{"t":2790,"v":70},{"t":2800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2900,"v":-56.495152},{"t":3100,"v":53.92933},{"t":3190,"v":70},{"t":3200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3300,"v":-56.495152},{"t":3500,"v":53.92933},{"t":3590,"v":70},{"t":3600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3700,"v":-56.495152},{"t":3900,"v":53.92933},{"t":3990,"v":70},{"t":4000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4100,"v":-56.495152},{"t":4300,"v":53.92933},{"t":4390,"v":70},{"t":4400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4500,"v":-56.495152},{"t":4700,"v":53.92933},{"t":4790,"v":70},{"t":4800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4900,"v":-56.495152},{"t":5100,"v":53.92933},{"t":5190,"v":70},{"t":5200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5300,"v":-56.495152},{"t":5500,"v":53.92933},{"t":5590,"v":70},{"t":5600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5700,"v":-56.495152},{"t":5900,"v":53.92933},{"t":5990,"v":70},{"t":6000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6100,"v":-56.495152},{"t":6400,"v":53.92933},{"t":6600,"v":59.004278},{"t":6900,"v":59.004278},{"t":7400,"v":53.92933}],"s":[{"t":1600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":1800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1990,"v":{"x":1,"y":1}},{"t":2000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2390,"v":{"x":1,"y":1}},{"t":2400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2790,"v":{"x":1,"y":1}},{"t":2800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3190,"v":{"x":1,"y":1}},{"t":3200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3590,"v":{"x":1,"y":1}},{"t":3600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3990,"v":{"x":1,"y":1}},{"t":4000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4390,"v":{"x":1,"y":1}},{"t":4400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4790,"v":{"x":1,"y":1}},{"t":4800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5190,"v":{"x":1,"y":1}},{"t":5200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5590,"v":{"x":1,"y":1}},{"t":5600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5990,"v":{"x":1,"y":1}},{"t":6000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6400,"v":{"x":0.913217,"y":1}},{"t":6600,"v":{"x":0.957901,"y":1}},{"t":6900,"v":{"x":0.957901,"y":1}},{"t":7400,"v":{"x":0.913217,"y":1}}]}},"opacity":[{"t":1600,"v":0},{"t":1610,"v":0.6},{"t":1980,"v":1},{"t":1990,"v":0},{"t":2000,"v":0},{"t":2010,"v":0.6},{"t":2380,"v":1},{"t":2390,"v":0},{"t":2400,"v":0},{"t":2410,"v":0.6},{"t":2780,"v":1},{"t":2790,"v":0},{"t":2800,"v":0},{"t":2810,"v":0.6},{"t":3180,"v":1},{"t":3190,"v":0},{"t":3200,"v":0},{"t":3210,"v":0.6},{"t":3580,"v":1},{"t":3590,"v":0},{"t":3600,"v":0},{"t":3610,"v":0.6},{"t":3980,"v":1},{"t":3990,"v":0},{"t":4000,"v":0},{"t":4010,"v":0.6},{"t":4380,"v":1},{"t":4390,"v":0},{"t":4400,"v":0},{"t":4410,"v":0.6},{"t":4780,"v":1},{"t":4790,"v":0},{"t":4800,"v":0},{"t":4810,"v":0.6},{"t":5180,"v":1},{"t":5190,"v":0},{"t":5200,"v":0},{"t":5210,"v":0.6},{"t":5580,"v":1},{"t":5590,"v":0},{"t":5600,"v":0},{"t":5610,"v":0.6},{"t":5980,"v":1},{"t":5990,"v":0},{"t":6000,"v":0},{"t":6010,"v":0.6},{"t":6400,"v":0.906494}]},"e7SqBKUdjEl39":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":6100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6400,"v":{"x":114,"y":93.573387,"type":"corner"}},{"t":6600,"v":{"x":114,"y":95.438553,"type":"corner"}},{"t":6900,"v":{"x":114,"y":95.438553,"type":"corner"}},{"t":7400,"v":{"x":114,"y":93.573387,"type":"corner"}}],"r":[{"t":1700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1800,"v":-56.495152},{"t":2000,"v":53.92933},{"t":2090,"v":70},{"t":2100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2200,"v":-56.495152},{"t":2400,"v":53.92933},{"t":2490,"v":70},{"t":2500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2600,"v":-56.495152},{"t":2800,"v":53.92933},{"t":2890,"v":70},{"t":2900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3000,"v":-56.495152},{"t":3200,"v":53.92933},{"t":3290,"v":70},{"t":3300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3400,"v":-56.495152},{"t":3600,"v":53.92933},{"t":3690,"v":70},{"t":3700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3800,"v":-56.495152},{"t":4000,"v":53.92933},{"t":4090,"v":70},{"t":4100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4200,"v":-56.495152},{"t":4400,"v":53.92933},{"t":4490,"v":70},{"t":4500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4600,"v":-56.495152},{"t":4800,"v":53.92933},{"t":4890,"v":70},{"t":4900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5000,"v":-56.495152},{"t":5200,"v":53.92933},{"t":5290,"v":70},{"t":5300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5400,"v":-56.495152},{"t":5600,"v":53.92933},{"t":5690,"v":70},{"t":5700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5800,"v":-56.495152},{"t":6000,"v":53.92933},{"t":6090,"v":70},{"t":6100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6200,"v":-56.495152},{"t":6400,"v":-1.282911},{"t":6600,"v":15.280761},{"t":6900,"v":15.280761},{"t":7400,"v":-1.282911}],"s":[{"t":1700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":1900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2090,"v":{"x":1,"y":1}},{"t":2100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2490,"v":{"x":1,"y":1}},{"t":2500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2890,"v":{"x":1,"y":1}},{"t":2900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3290,"v":{"x":1,"y":1}},{"t":3300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3690,"v":{"x":1,"y":1}},{"t":3700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4090,"v":{"x":1,"y":1}},{"t":4100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4490,"v":{"x":1,"y":1}},{"t":4500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4890,"v":{"x":1,"y":1}},{"t":4900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5290,"v":{"x":1,"y":1}},{"t":5300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5690,"v":{"x":1,"y":1}},{"t":5700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6090,"v":{"x":1,"y":1}},{"t":6100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6600,"v":{"x":0.714801,"y":1}},{"t":6900,"v":{"x":0.714801,"y":1}},{"t":7400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]}]}},"opacity":[{"t":1700,"v":0},{"t":1710,"v":0.6},{"t":2080,"v":1},{"t":2090,"v":0},{"t":2100,"v":0},{"t":2110,"v":0.6},{"t":2480,"v":1},{"t":2490,"v":0},{"t":2500,"v":0},{"t":2510,"v":0.6},{"t":2880,"v":1},{"t":2890,"v":0},{"t":2900,"v":0},{"t":2910,"v":0.6},{"t":3280,"v":1},{"t":3290,"v":0},{"t":3300,"v":0},{"t":3310,"v":0.6},{"t":3680,"v":1},{"t":3690,"v":0},{"t":3700,"v":0},{"t":3710,"v":0.6},{"t":4080,"v":1},{"t":4090,"v":0},{"t":4100,"v":0},{"t":4110,"v":0.6},{"t":4480,"v":1},{"t":4490,"v":0},{"t":4500,"v":0},{"t":4510,"v":0.6},{"t":4880,"v":1},{"t":4890,"v":0},{"t":4900,"v":0},{"t":4910,"v":0.6},{"t":5280,"v":1},{"t":5290,"v":0},{"t":5300,"v":0},{"t":5310,"v":0.6},{"t":5680,"v":1},{"t":5690,"v":0},{"t":5700,"v":0},{"t":5710,"v":0.6},{"t":6080,"v":1},{"t":6090,"v":0},{"t":6100,"v":0},{"t":6110,"v":0.6},{"t":6400,"v":0.802597}]},"e7SqBKUdjEl40":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":6200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6600,"v":{"x":114,"y":89.221332,"type":"corner"}},{"t":6900,"v":{"x":114,"y":89.221332,"type":"corner"}},{"t":7400,"v":{"x":114,"y":87.356166,"type":"corner"}}],"r":[{"t":1800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1900,"v":-56.495152},{"t":2100,"v":53.92933},{"t":2190,"v":70},{"t":2200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2300,"v":-56.495152},{"t":2500,"v":53.92933},{"t":2590,"v":70},{"t":2600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2700,"v":-56.495152},{"t":2900,"v":53.92933},{"t":2990,"v":70},{"t":3000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3100,"v":-56.495152},{"t":3300,"v":53.92933},{"t":3390,"v":70},{"t":3400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3500,"v":-56.495152},{"t":3700,"v":53.92933},{"t":3790,"v":70},{"t":3800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3900,"v":-56.495152},{"t":4100,"v":53.92933},{"t":4190,"v":70},{"t":4200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4300,"v":-56.495152},{"t":4500,"v":53.92933},{"t":4590,"v":70},{"t":4600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4700,"v":-56.495152},{"t":4900,"v":53.92933},{"t":4990,"v":70},{"t":5000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5100,"v":-56.495152},{"t":5300,"v":53.92933},{"t":5390,"v":70},{"t":5400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5500,"v":-56.495152},{"t":5700,"v":53.92933},{"t":5790,"v":70},{"t":5800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5900,"v":-56.495152},{"t":6100,"v":53.92933},{"t":6190,"v":70},{"t":6200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6400,"v":-56.495152},{"t":6600,"v":-39.931479},{"t":6900,"v":-39.931479},{"t":7400,"v":-56.495152}],"s":[{"t":1800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2190,"v":{"x":1,"y":1}},{"t":2200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2590,"v":{"x":1,"y":1}},{"t":2600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2990,"v":{"x":1,"y":1}},{"t":3000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3390,"v":{"x":1,"y":1}},{"t":3400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3790,"v":{"x":1,"y":1}},{"t":3800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4190,"v":{"x":1,"y":1}},{"t":4200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4590,"v":{"x":1,"y":1}},{"t":4600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4990,"v":{"x":1,"y":1}},{"t":5000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5390,"v":{"x":1,"y":1}},{"t":5400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5790,"v":{"x":1,"y":1}},{"t":5800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6190,"v":{"x":1,"y":1}},{"t":6200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6400,"v":{"x":0.897604,"y":1}},{"t":6600,"v":{"x":0.822907,"y":1}},{"t":6900,"v":{"x":0.822907,"y":1}},{"t":7400,"v":{"x":0.897604,"y":1}}]}},"opacity":[{"t":1800,"v":0},{"t":1810,"v":0.6},{"t":2180,"v":1},{"t":2190,"v":0},{"t":2200,"v":0},{"t":2210,"v":0.6},{"t":2580,"v":1},{"t":2590,"v":0},{"t":2600,"v":0},{"t":2610,"v":0.6},{"t":2980,"v":1},{"t":2990,"v":0},{"t":3000,"v":0},{"t":3010,"v":0.6},{"t":3380,"v":1},{"t":3390,"v":0},{"t":3400,"v":0},{"t":3410,"v":0.6},{"t":3780,"v":1},{"t":3790,"v":0},{"t":3800,"v":0},{"t":3810,"v":0.6},{"t":4180,"v":1},{"t":4190,"v":0},{"t":4200,"v":0},{"t":4210,"v":0.6},{"t":4580,"v":1},{"t":4590,"v":0},{"t":4600,"v":0},{"t":4610,"v":0.6},{"t":4980,"v":1},{"t":4990,"v":0},{"t":5000,"v":0},{"t":5010,"v":0.6},{"t":5380,"v":1},{"t":5390,"v":0},{"t":5400,"v":0},{"t":5410,"v":0.6},{"t":5780,"v":1},{"t":5790,"v":0},{"t":5800,"v":0},{"t":5810,"v":0.6},{"t":6180,"v":1},{"t":6190,"v":0},{"t":6200,"v":0},{"t":6210,"v":0.6},{"t":6400,"v":0.698701}]},"e7SqBKUdjEl42":{"transform":{"data":{"t":{"x":-132.47,"y":-93.723625}},"keys":{"o":[{"t":0,"v":{"x":132.47,"y":93.723625,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":{"x":124.309999,"y":100.163628,"type":"corner"}},{"t":8500,"v":{"x":124.309999,"y":100.163628,"type":"corner"}},{"t":9000,"v":{"x":132.47,"y":93.723625,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}}},"e7SqBKUdjEl48":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":390,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":114,"y":97.61458,"type":"corner"},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1590,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":390,"v":53.92933,"e":[0.42,0,0.215,1]},{"t":890,"v":34.605046,"e":[0.84,0.005,1,1]},{"t":1400,"v":53.92933},{"t":1590,"v":70}],"s":[{"t":390,"v":{"x":0.908528,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.877199,"y":1},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":0.908528,"y":1}},{"t":1590,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0.902564},{"t":1580,"v":1},{"t":1590,"v":0}]},"e7SqBKUdjEl49":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":390,"v":{"x":114,"y":93.573387,"type":"corner"},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":114,"y":91.39736,"type":"corner"},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":114,"y":93.573387,"type":"corner"}},{"t":1600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1690,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":390,"v":-1.282911,"e":[0.42,0,0.215,1]},{"t":890,"v":-20.607195,"e":[0.84,0.005,1,1]},{"t":1400,"v":-1.282911},{"t":1600,"v":53.92933},{"t":1690,"v":70}],"s":[{"t":390,"v":{"x":0.6,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.71114,"y":1},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1690,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0.8},{"t":1680,"v":1},{"t":1690,"v":0}]},"e7SqBKUdjEl50":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":390,"v":{"x":114,"y":87.356166,"type":"corner"},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":113.39185,"y":86.344662,"type":"corner"},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":1700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1790,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":390,"v":-56.495152,"e":[0.42,0,0.215,1]},{"t":890,"v":-58.732873,"e":[0.84,0.005,1,1]},{"t":1400,"v":-56.495152},{"t":1700,"v":53.92933},{"t":1790,"v":70}],"s":[{"t":390,"v":{"x":0.897604,"y":1},"e":[0.42,0,0.215,1]},{"t":890,"v":{"x":0.954666,"y":1},"e":[0.84,0.005,1,1]},{"t":1400,"v":{"x":0.897604,"y":1}},{"t":1600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1790,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0.697436},{"t":1780,"v":1},{"t":1790,"v":0}]},"e7SqBKUdjEl51":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":1800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":1900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6390,"v":{"x":113,"y":101.5,"type":"corner"}}],"r":[{"t":1400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1600,"v":-56.495152},{"t":1800,"v":53.92933},{"t":1890,"v":70},{"t":1900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2000,"v":-56.495152},{"t":2200,"v":53.92933},{"t":2290,"v":70},{"t":2300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2400,"v":-56.495152},{"t":2600,"v":53.92933},{"t":2690,"v":70},{"t":2700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2800,"v":-56.495152},{"t":3000,"v":53.92933},{"t":3090,"v":70},{"t":3100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3200,"v":-56.495152},{"t":3400,"v":53.92933},{"t":3490,"v":70},{"t":3500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3600,"v":-56.495152},{"t":3800,"v":53.92933},{"t":3890,"v":70},{"t":3900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4000,"v":-56.495152},{"t":4200,"v":53.92933},{"t":4290,"v":70},{"t":4300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4400,"v":-56.495152},{"t":4600,"v":53.92933},{"t":4690,"v":70},{"t":4700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4800,"v":-56.495152},{"t":5000,"v":53.92933},{"t":5090,"v":70},{"t":5100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5200,"v":-56.495152},{"t":5400,"v":53.92933},{"t":5490,"v":70},{"t":5500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5600,"v":-56.495152},{"t":5800,"v":53.92933},{"t":5890,"v":70},{"t":5900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6000,"v":-56.495152},{"t":6200,"v":53.92933},{"t":6390,"v":70}],"s":[{"t":1400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":1700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1890,"v":{"x":1,"y":1}},{"t":1900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2290,"v":{"x":1,"y":1}},{"t":2300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2690,"v":{"x":1,"y":1}},{"t":2700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3090,"v":{"x":1,"y":1}},{"t":3100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3490,"v":{"x":1,"y":1}},{"t":3500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3890,"v":{"x":1,"y":1}},{"t":3900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4290,"v":{"x":1,"y":1}},{"t":4300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4690,"v":{"x":1,"y":1}},{"t":4700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5090,"v":{"x":1,"y":1}},{"t":5100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5490,"v":{"x":1,"y":1}},{"t":5500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5890,"v":{"x":1,"y":1}},{"t":5900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6390,"v":{"x":1,"y":1}}]}},"opacity":[{"t":1400,"v":0},{"t":1410,"v":0.6},{"t":1880,"v":1},{"t":1890,"v":0},{"t":1900,"v":0},{"t":1910,"v":0.6},{"t":2280,"v":1},{"t":2290,"v":0},{"t":2300,"v":0},{"t":2310,"v":0.6},{"t":2680,"v":1},{"t":2690,"v":0},{"t":2700,"v":0},{"t":2710,"v":0.6},{"t":3080,"v":1},{"t":3090,"v":0},{"t":3100,"v":0},{"t":3110,"v":0.6},{"t":3480,"v":1},{"t":3490,"v":0},{"t":3500,"v":0},{"t":3510,"v":0.6},{"t":3880,"v":1},{"t":3890,"v":0},{"t":3900,"v":0},{"t":3910,"v":0.6},{"t":4280,"v":1},{"t":4290,"v":0},{"t":4300,"v":0},{"t":4310,"v":0.6},{"t":4680,"v":1},{"t":4690,"v":0},{"t":4700,"v":0},{"t":4710,"v":0.6},{"t":5080,"v":1},{"t":5090,"v":0},{"t":5100,"v":0},{"t":5110,"v":0.6},{"t":5480,"v":1},{"t":5490,"v":0},{"t":5500,"v":0},{"t":5510,"v":0.6},{"t":5880,"v":1},{"t":5890,"v":0},{"t":5900,"v":0},{"t":5910,"v":0.6},{"t":6380,"v":1},{"t":6390,"v":0}]},"e7SqBKUdjEl52":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":1900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":1990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":6000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6600,"v":{"x":113.391674,"y":100.830476,"type":"corner"}},{"t":6900,"v":{"x":113.391674,"y":100.830476,"type":"corner"}},{"t":7400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]}],"r":[{"t":1600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1700,"v":-56.495152},{"t":1900,"v":53.92933},{"t":1990,"v":70},{"t":2000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2100,"v":-56.495152},{"t":2300,"v":53.92933},{"t":2390,"v":70},{"t":2400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2500,"v":-56.495152},{"t":2700,"v":53.92933},{"t":2790,"v":70},{"t":2800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2900,"v":-56.495152},{"t":3100,"v":53.92933},{"t":3190,"v":70},{"t":3200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3300,"v":-56.495152},{"t":3500,"v":53.92933},{"t":3590,"v":70},{"t":3600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3700,"v":-56.495152},{"t":3900,"v":53.92933},{"t":3990,"v":70},{"t":4000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4100,"v":-56.495152},{"t":4300,"v":53.92933},{"t":4390,"v":70},{"t":4400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4500,"v":-56.495152},{"t":4700,"v":53.92933},{"t":4790,"v":70},{"t":4800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4900,"v":-56.495152},{"t":5100,"v":53.92933},{"t":5190,"v":70},{"t":5200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5300,"v":-56.495152},{"t":5500,"v":53.92933},{"t":5590,"v":70},{"t":5600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5700,"v":-56.495152},{"t":5900,"v":53.92933},{"t":5990,"v":70},{"t":6000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6100,"v":-56.495152},{"t":6400,"v":53.92933},{"t":6600,"v":59.004278},{"t":6900,"v":59.004278},{"t":7400,"v":53.92933}],"s":[{"t":1600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":1800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":1990,"v":{"x":1,"y":1}},{"t":2000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2390,"v":{"x":1,"y":1}},{"t":2400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2790,"v":{"x":1,"y":1}},{"t":2800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3190,"v":{"x":1,"y":1}},{"t":3200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3590,"v":{"x":1,"y":1}},{"t":3600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3990,"v":{"x":1,"y":1}},{"t":4000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4390,"v":{"x":1,"y":1}},{"t":4400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4790,"v":{"x":1,"y":1}},{"t":4800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5190,"v":{"x":1,"y":1}},{"t":5200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5590,"v":{"x":1,"y":1}},{"t":5600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5990,"v":{"x":1,"y":1}},{"t":6000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6400,"v":{"x":0.913217,"y":1}},{"t":6600,"v":{"x":0.957901,"y":1}},{"t":6900,"v":{"x":0.957901,"y":1}},{"t":7400,"v":{"x":0.913217,"y":1}}]}},"opacity":[{"t":1600,"v":0},{"t":1610,"v":0.6},{"t":1980,"v":1},{"t":1990,"v":0},{"t":2000,"v":0},{"t":2010,"v":0.6},{"t":2380,"v":1},{"t":2390,"v":0},{"t":2400,"v":0},{"t":2410,"v":0.6},{"t":2780,"v":1},{"t":2790,"v":0},{"t":2800,"v":0},{"t":2810,"v":0.6},{"t":3180,"v":1},{"t":3190,"v":0},{"t":3200,"v":0},{"t":3210,"v":0.6},{"t":3580,"v":1},{"t":3590,"v":0},{"t":3600,"v":0},{"t":3610,"v":0.6},{"t":3980,"v":1},{"t":3990,"v":0},{"t":4000,"v":0},{"t":4010,"v":0.6},{"t":4380,"v":1},{"t":4390,"v":0},{"t":4400,"v":0},{"t":4410,"v":0.6},{"t":4780,"v":1},{"t":4790,"v":0},{"t":4800,"v":0},{"t":4810,"v":0.6},{"t":5180,"v":1},{"t":5190,"v":0},{"t":5200,"v":0},{"t":5210,"v":0.6},{"t":5580,"v":1},{"t":5590,"v":0},{"t":5600,"v":0},{"t":5610,"v":0.6},{"t":5980,"v":1},{"t":5990,"v":0},{"t":6000,"v":0},{"t":6010,"v":0.6},{"t":6400,"v":0.906494}]},"e7SqBKUdjEl53":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4400,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4490,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4500,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4600,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4800,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4890,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4900,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5000,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5200,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5290,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5300,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5600,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5690,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5700,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5800,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6000,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6090,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":6100,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6200,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6400,"v":{"x":114,"y":93.573387,"type":"corner"}},{"t":6600,"v":{"x":114,"y":95.438553,"type":"corner"}},{"t":6900,"v":{"x":114,"y":95.438553,"type":"corner"}},{"t":7400,"v":{"x":114,"y":93.573387,"type":"corner"}}],"r":[{"t":1700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1800,"v":-56.495152},{"t":2000,"v":53.92933},{"t":2090,"v":70},{"t":2100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2200,"v":-56.495152},{"t":2400,"v":53.92933},{"t":2490,"v":70},{"t":2500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2600,"v":-56.495152},{"t":2800,"v":53.92933},{"t":2890,"v":70},{"t":2900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3000,"v":-56.495152},{"t":3200,"v":53.92933},{"t":3290,"v":70},{"t":3300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3400,"v":-56.495152},{"t":3600,"v":53.92933},{"t":3690,"v":70},{"t":3700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3800,"v":-56.495152},{"t":4000,"v":53.92933},{"t":4090,"v":70},{"t":4100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4200,"v":-56.495152},{"t":4400,"v":53.92933},{"t":4490,"v":70},{"t":4500,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4600,"v":-56.495152},{"t":4800,"v":53.92933},{"t":4890,"v":70},{"t":4900,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5000,"v":-56.495152},{"t":5200,"v":53.92933},{"t":5290,"v":70},{"t":5300,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5400,"v":-56.495152},{"t":5600,"v":53.92933},{"t":5690,"v":70},{"t":5700,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5800,"v":-56.495152},{"t":6000,"v":53.92933},{"t":6090,"v":70},{"t":6100,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6200,"v":-56.495152},{"t":6400,"v":-1.282911},{"t":6600,"v":15.280761},{"t":6900,"v":15.280761},{"t":7400,"v":-1.282911}],"s":[{"t":1700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":1900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2090,"v":{"x":1,"y":1}},{"t":2100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2490,"v":{"x":1,"y":1}},{"t":2500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2890,"v":{"x":1,"y":1}},{"t":2900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3290,"v":{"x":1,"y":1}},{"t":3300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3690,"v":{"x":1,"y":1}},{"t":3700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4090,"v":{"x":1,"y":1}},{"t":4100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4300,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4490,"v":{"x":1,"y":1}},{"t":4500,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4700,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4890,"v":{"x":1,"y":1}},{"t":4900,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5100,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5290,"v":{"x":1,"y":1}},{"t":5300,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5500,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5690,"v":{"x":1,"y":1}},{"t":5700,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5900,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6090,"v":{"x":1,"y":1}},{"t":6100,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6600,"v":{"x":0.714801,"y":1}},{"t":6900,"v":{"x":0.714801,"y":1}},{"t":7400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]}]}},"opacity":[{"t":1700,"v":0},{"t":1710,"v":0.6},{"t":2080,"v":1},{"t":2090,"v":0},{"t":2100,"v":0},{"t":2110,"v":0.6},{"t":2480,"v":1},{"t":2490,"v":0},{"t":2500,"v":0},{"t":2510,"v":0.6},{"t":2880,"v":1},{"t":2890,"v":0},{"t":2900,"v":0},{"t":2910,"v":0.6},{"t":3280,"v":1},{"t":3290,"v":0},{"t":3300,"v":0},{"t":3310,"v":0.6},{"t":3680,"v":1},{"t":3690,"v":0},{"t":3700,"v":0},{"t":3710,"v":0.6},{"t":4080,"v":1},{"t":4090,"v":0},{"t":4100,"v":0},{"t":4110,"v":0.6},{"t":4480,"v":1},{"t":4490,"v":0},{"t":4500,"v":0},{"t":4510,"v":0.6},{"t":4880,"v":1},{"t":4890,"v":0},{"t":4900,"v":0},{"t":4910,"v":0.6},{"t":5280,"v":1},{"t":5290,"v":0},{"t":5300,"v":0},{"t":5310,"v":0.6},{"t":5680,"v":1},{"t":5690,"v":0},{"t":5700,"v":0},{"t":5710,"v":0.6},{"t":6080,"v":1},{"t":6090,"v":0},{"t":6100,"v":0},{"t":6110,"v":0.6},{"t":6400,"v":0.802597}]},"e7SqBKUdjEl54":{"transform":{"data":{"t":{"x":-113.456859,"y":-93.548494}},"keys":{"o":[{"t":1800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":1900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":2600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":2700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":2900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":2990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":3700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":3790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":3800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":3900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4300,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4500,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4590,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":4600,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":4700,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":4900,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":4990,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5000,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5100,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5300,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5390,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5400,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5500,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":5700,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":5790,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":5800,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":5900,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6100,"v":{"x":114,"y":99.790608,"type":"corner"},"e":[0,0,0.265,0.95]},{"t":6190,"v":{"x":113,"y":101.5,"type":"corner"}},{"t":6200,"v":{"x":112.995343,"y":85.685173,"type":"corner"},"e":[0.645,0.045,1,1]},{"t":6400,"v":{"x":114,"y":87.356166,"type":"corner"}},{"t":6600,"v":{"x":114,"y":89.221332,"type":"corner"}},{"t":6900,"v":{"x":114,"y":89.221332,"type":"corner"}},{"t":7400,"v":{"x":114,"y":87.356166,"type":"corner"}}],"r":[{"t":1800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":1900,"v":-56.495152},{"t":2100,"v":53.92933},{"t":2190,"v":70},{"t":2200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2300,"v":-56.495152},{"t":2500,"v":53.92933},{"t":2590,"v":70},{"t":2600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":2700,"v":-56.495152},{"t":2900,"v":53.92933},{"t":2990,"v":70},{"t":3000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3100,"v":-56.495152},{"t":3300,"v":53.92933},{"t":3390,"v":70},{"t":3400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3500,"v":-56.495152},{"t":3700,"v":53.92933},{"t":3790,"v":70},{"t":3800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":3900,"v":-56.495152},{"t":4100,"v":53.92933},{"t":4190,"v":70},{"t":4200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4300,"v":-56.495152},{"t":4500,"v":53.92933},{"t":4590,"v":70},{"t":4600,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":4700,"v":-56.495152},{"t":4900,"v":53.92933},{"t":4990,"v":70},{"t":5000,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5100,"v":-56.495152},{"t":5300,"v":53.92933},{"t":5390,"v":70},{"t":5400,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5500,"v":-56.495152},{"t":5700,"v":53.92933},{"t":5790,"v":70},{"t":5800,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":5900,"v":-56.495152},{"t":6100,"v":53.92933},{"t":6190,"v":70},{"t":6200,"v":-70,"e":[0.645,0.045,0.355,1]},{"t":6400,"v":-56.495152},{"t":6600,"v":-39.931479},{"t":6900,"v":-39.931479},{"t":7400,"v":-56.495152}],"s":[{"t":1800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2190,"v":{"x":1,"y":1}},{"t":2200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2590,"v":{"x":1,"y":1}},{"t":2600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":2800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":2990,"v":{"x":1,"y":1}},{"t":3000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3390,"v":{"x":1,"y":1}},{"t":3400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":3600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":3790,"v":{"x":1,"y":1}},{"t":3800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4190,"v":{"x":1,"y":1}},{"t":4200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4400,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4590,"v":{"x":1,"y":1}},{"t":4600,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":4800,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":4990,"v":{"x":1,"y":1}},{"t":5000,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5200,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5390,"v":{"x":1,"y":1}},{"t":5400,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":5600,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":5790,"v":{"x":1,"y":1}},{"t":5800,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6000,"v":{"x":0.6,"y":1},"e":[0.25,0.46,0.45,0.94]},{"t":6190,"v":{"x":1,"y":1}},{"t":6200,"v":{"x":1,"y":1},"e":[0.55,0.085,0.68,0.53]},{"t":6400,"v":{"x":0.897604,"y":1}},{"t":6600,"v":{"x":0.822907,"y":1}},{"t":6900,"v":{"x":0.822907,"y":1}},{"t":7400,"v":{"x":0.897604,"y":1}}]}},"opacity":[{"t":1800,"v":0},{"t":1810,"v":0.6},{"t":2180,"v":1},{"t":2190,"v":0},{"t":2200,"v":0},{"t":2210,"v":0.6},{"t":2580,"v":1},{"t":2590,"v":0},{"t":2600,"v":0},{"t":2610,"v":0.6},{"t":2980,"v":1},{"t":2990,"v":0},{"t":3000,"v":0},{"t":3010,"v":0.6},{"t":3380,"v":1},{"t":3390,"v":0},{"t":3400,"v":0},{"t":3410,"v":0.6},{"t":3780,"v":1},{"t":3790,"v":0},{"t":3800,"v":0},{"t":3810,"v":0.6},{"t":4180,"v":1},{"t":4190,"v":0},{"t":4200,"v":0},{"t":4210,"v":0.6},{"t":4580,"v":1},{"t":4590,"v":0},{"t":4600,"v":0},{"t":4610,"v":0.6},{"t":4980,"v":1},{"t":4990,"v":0},{"t":5000,"v":0},{"t":5010,"v":0.6},{"t":5380,"v":1},{"t":5390,"v":0},{"t":5400,"v":0},{"t":5410,"v":0.6},{"t":5780,"v":1},{"t":5790,"v":0},{"t":5800,"v":0},{"t":5810,"v":0.6},{"t":6180,"v":1},{"t":6190,"v":0},{"t":6200,"v":0},{"t":6210,"v":0.6},{"t":6400,"v":0.698701}]},"e7SqBKUdjEl55":{"transform":{"data":{"t":{"x":-140,"y":-78.250019}},"keys":{"o":[{"t":200,"v":{"x":140,"y":78.250019,"type":"corner"},"e":[0.23,1,0.345,1.8]},{"t":400,"v":{"x":140,"y":73.250019,"type":"corner"}},{"t":6100,"v":{"x":140,"y":73.250019,"type":"corner"},"e":[0.42,0,1,1]},{"t":6700,"v":{"x":140,"y":75.19071,"type":"corner"},"e":[0,0,0.58,1]},{"t":7400,"v":{"x":140,"y":73.250019,"type":"corner"}},{"t":8000,"v":{"x":140,"y":73.250019,"type":"corner"}},{"t":8500,"v":{"x":140,"y":78.250019,"type":"corner"},"e":[0.23,1,0.345,1.8]}]}}},"e7SqBKUdjEl67":{"transform":{"data":{"o":{"x":146.64,"y":101.97,"type":"corner"}},"keys":{"s":[{"t":0,"v":{"x":0.5,"y":0.5},"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":{"x":1.4,"y":1.4}},{"t":2200,"v":{"x":0.5,"y":0.5},"e":[0.645,0.045,0.345,1.34]},{"t":2800,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":3400,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":4000,"v":{"x":0.5,"y":0.5}},{"t":4800,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":5400,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":6000,"v":{"x":0.5,"y":0.5}},{"t":6800,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":7400,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":8000,"v":{"x":0.5,"y":0.5}},{"t":8500,"v":{"x":1.4,"y":1.4}},{"t":9000,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":0,"v":0.2,"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":1},{"t":8500,"v":1},{"t":9000,"v":0.2,"e":[0.645,0.045,0.345,1.34]}]},"e7SqBKUdjEl68":{"transform":{"data":{"o":{"x":133.37,"y":101.97,"type":"corner"}},"keys":{"s":[{"t":0,"v":{"x":0.5,"y":0.5},"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":{"x":1.4,"y":1.4}},{"t":2200,"v":{"x":0.5,"y":0.5},"e":[0.645,0.045,0.345,1.34]},{"t":2400,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":3000,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":3600,"v":{"x":0.5,"y":0.5}},{"t":4400,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":5000,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":5600,"v":{"x":0.5,"y":0.5}},{"t":6400,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":7000,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":7600,"v":{"x":0.5,"y":0.5}},{"t":8000,"v":{"x":0.5,"y":0.5}},{"t":8500,"v":{"x":1.4,"y":1.4}},{"t":9000,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":0,"v":0.2,"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":1},{"t":8500,"v":1},{"t":9000,"v":0.2,"e":[0.645,0.045,0.345,1.34]}]},"e7SqBKUdjEl69":{"transform":{"data":{"o":{"x":140,"y":102.23,"type":"corner"}},"keys":{"s":[{"t":0,"v":{"x":0.5,"y":0.5},"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":{"x":1.4,"y":1.4}},{"t":2200,"v":{"x":0.5,"y":0.5},"e":[0.645,0.045,0.345,1.34]},{"t":2600,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":3200,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":3800,"v":{"x":0.5,"y":0.5}},{"t":4600,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":5200,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":5800,"v":{"x":0.5,"y":0.5}},{"t":6600,"v":{"x":0.5,"y":0.5},"e":[0.42,0,1,1]},{"t":7200,"v":{"x":1.4,"y":1.4},"e":[0,0,0.58,1]},{"t":7800,"v":{"x":0.5,"y":0.5}},{"t":8000,"v":{"x":0.5,"y":0.5}},{"t":8500,"v":{"x":1.4,"y":1.4}},{"t":9000,"v":{"x":0.5,"y":0.5}}]}},"opacity":[{"t":0,"v":0.2,"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":1},{"t":8500,"v":1},{"t":9000,"v":0.2,"e":[0.645,0.045,0.345,1.34]}]},"e7SqBKUdjEl70":{"transform":{"data":{"t":{"x":-140,"y":-63.961431}},"keys":{"o":[{"t":0,"v":{"x":140,"y":66.961432,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":400,"v":{"x":140,"y":61.961431,"type":"corner"}},{"t":8500,"v":{"x":140,"y":61.961431,"type":"corner"}},{"t":9000,"v":{"x":140,"y":66.961432,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}}},"e7SqBKUdjEl71":{"transform":{"data":{"s":{"x":1.569486,"y":0.580533}},"keys":{"o":[{"t":0,"v":{"x":140,"y":80.088528,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":{"x":140,"y":82.088528,"type":"corner"}},{"t":8500,"v":{"x":140,"y":82.088528,"type":"corner"}},{"t":9000,"v":{"x":140,"y":80.088528,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}}},"e7SqBKUdjEl74":{"transform":{"data":{"t":{"x":-139.932315,"y":-53.507407}},"keys":{"o":[{"t":1500,"v":{"x":139.932315,"y":53.507407,"type":"corner"},"e":[0,0,0.58,1]},{"t":1700,"v":{"x":139.944659,"y":48.5088,"type":"corner"}},{"t":7400,"v":{"x":139.944659,"y":48.5088,"type":"corner"},"e":[0.42,0,1,1]},{"t":7700,"v":{"x":140.03989,"y":53.481342,"type":"corner"},"e":[0,0,0.58,1]}],"s":[{"t":200,"v":{"x":1,"y":0.84048},"e":[0.645,0.045,0.345,1.34]},{"t":400,"v":{"x":1,"y":1.312103}},{"t":1500,"v":{"x":1,"y":1.312103},"e":[0,0,0.58,1]},{"t":1700,"v":{"x":0.924579,"y":1.064055}},{"t":6800,"v":{"x":0.924579,"y":1.064055}},{"t":7000,"v":{"x":0.924579,"y":0.974249}},{"t":7400,"v":{"x":0.924579,"y":1.064055},"e":[0.42,0,1,1]},{"t":7700,"v":{"x":1,"y":1.312103},"e":[0,0,0.58,1]}]}}},"e7SqBKUdjEl75":{"transform":{"data":{"t":{"x":-140.03989,"y":-53.481342}},"keys":{"o":[{"t":1500,"v":{"x":140.03989,"y":53.481342,"type":"corner"},"e":[0,0,0.58,1]},{"t":1700,"v":{"x":139.944659,"y":48.482735,"type":"corner"}},{"t":7400,"v":{"x":139.944659,"y":48.482735,"type":"corner"},"e":[0.42,0,1,1]},{"t":7700,"v":{"x":140.03989,"y":53.481342,"type":"corner"},"e":[0,0,0.58,1]}],"s":[{"t":200,"v":{"x":1,"y":0.84048},"e":[0.645,0.045,0.345,1.34]},{"t":400,"v":{"x":1,"y":1.312103}},{"t":1500,"v":{"x":1,"y":1.312103},"e":[0,0,0.58,1]},{"t":1700,"v":{"x":0.924579,"y":1.064055}},{"t":6800,"v":{"x":0.924579,"y":1.064055}},{"t":7000,"v":{"x":0.924579,"y":0.974249}},{"t":7400,"v":{"x":0.924579,"y":1.064055},"e":[0.42,0,1,1]},{"t":7700,"v":{"x":1,"y":1.312103},"e":[0,0,0.58,1]}]}}},"e7SqBKUdjEl76":{"transform":{"data":{"t":{"x":-139.979954,"y":-65.083799}},"keys":{"o":[{"t":200,"v":{"x":139.979954,"y":67.083799,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":400,"v":{"x":139.979954,"y":64.083799,"type":"corner"}},{"t":1500,"v":{"x":139.979954,"y":64.083799,"type":"corner"},"e":[0,0,0.58,1]},{"t":1700,"v":{"x":136.878074,"y":61.182041,"type":"corner"}},{"t":4400,"v":{"x":136.878074,"y":61.182041,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":4900,"v":{"x":143.191208,"y":61.182041,"type":"corner"},"e":[0.42,0,1,1]},{"t":6800,"v":{"x":143.191208,"y":61.182041,"type":"corner"}},{"t":7000,"v":{"x":143.191208,"y":61.587973,"type":"corner"}},{"t":7400,"v":{"x":143.191208,"y":61.182041,"type":"corner"},"e":[0.42,0,1,1]},{"t":7700,"v":{"x":139.979954,"y":64.083799,"type":"corner"}},{"t":8500,"v":{"x":139.979954,"y":64.083799,"type":"corner"}},{"t":9000,"v":{"x":139.979954,"y":67.083799,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}}},"e7SqBKUdjEl80":{"transform":{"data":{"t":{"x":-140.454998,"y":-64.050005}},"keys":{"o":[{"t":1500,"v":{"x":140.454998,"y":64.050005,"type":"corner"},"e":[0,0,0.58,1]},{"t":1700,"v":{"x":136.862256,"y":62.029088,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":2500,"v":{"x":136.862256,"y":62.029088,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":2600,"v":{"x":139.220937,"y":61.464792,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":2800,"v":{"x":139.220937,"y":61.464792,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":2900,"v":{"x":137.015258,"y":62.245551,"type":"corner"}},{"t":4400,"v":{"x":137.015258,"y":62.245551,"type":"corner"},"e":[0.42,0,0.58,1]},{"t":4900,"v":{"x":140.016049,"y":61.860835,"type":"corner"}},{"t":5700,"v":{"x":140.016049,"y":61.860835,"type":"corner"}},{"t":5800,"v":{"x":143.387816,"y":61.714504,"type":"corner"}},{"t":6000,"v":{"x":143.387816,"y":61.714504,"type":"corner"}},{"t":6100,"v":{"x":144.474001,"y":63.2778,"type":"corner"}},{"t":6800,"v":{"x":144.474001,"y":63.2778,"type":"corner"}},{"t":7400,"v":{"x":144.474001,"y":63.2778,"type":"corner"},"e":[0.42,0,1,1]},{"t":7700,"v":{"x":140.454998,"y":64.050005,"type":"corner"},"e":[0,0,0.58,1]}]}}},"e7SqBKUdjEl81":{"d":[{"t":0,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":100,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":150,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-1.28,0,-1.28,"C",1.270255,-1.28,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.284039,0.682255,0.013784,0.682255,"C",-1.256471,0.682255,-2.3,1.270255,-2.3,0,"Z"],"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":300,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":350,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-1.28,0,-1.28,"C",1.270255,-1.28,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.284039,0.682255,0.013784,0.682255,"C",-1.256471,0.682255,-2.3,1.270255,-2.3,0,"Z"],"e":[0.645,0.045,0.345,1.34]},{"t":400,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":9000,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]}],"transform":{"keys":{"o":[{"t":0,"v":{"x":153.79,"y":65.210567,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":{"x":153.79,"y":64.05,"type":"corner"}},{"t":8500,"v":{"x":153.79,"y":64.05,"type":"corner"}},{"t":9000,"v":{"x":153.79,"y":65.210567,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}},"opacity":[{"t":0,"v":1},{"t":9000,"v":1}]},"e7SqBKUdjEl82":{"d":[{"t":0,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":100,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":150,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-1.28,0,-1.28,"C",1.270255,-1.28,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.284039,0.682255,0.013784,0.682255,"C",-1.256471,0.682255,-2.3,1.270255,-2.3,0,"Z"],"e":[0.645,0.045,0.345,1.34]},{"t":200,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":300,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":350,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-1.28,0,-1.28,"C",1.270255,-1.28,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.284039,0.682255,0.013784,0.682255,"C",-1.256471,0.682255,-2.3,1.270255,-2.3,0,"Z"],"e":[0.645,0.045,0.345,1.34]},{"t":400,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]},{"t":9000,"v":["M",-2.3,0,"C",-2.3,-1.270255,-1.270255,-2.3,0,-2.3,"C",1.270255,-2.3,2.3,-1.270255,2.3,0,"C",2.3,1.270255,1.270255,2.3,0,2.3,"C",-1.270255,2.3,-2.3,1.270255,-2.3,0,"Z"]}],"transform":{"keys":{"o":[{"t":0,"v":{"x":127.12,"y":65.210567,"type":"corner"},"e":[0.645,0.045,0.345,1.34]},{"t":300,"v":{"x":127.12,"y":64.05,"type":"corner"}},{"t":8500,"v":{"x":127.12,"y":64.05,"type":"corner"}},{"t":9000,"v":{"x":127.12,"y":65.210567,"type":"corner"},"e":[0.645,0.045,0.345,1.34]}]}},"opacity":[{"t":0,"v":1},{"t":9000,"v":1}]}},"s":"MDBA1ZWEyNDk4YEjljOTk4ODliCVTkwOTY5NTQV5NjE1ODU3NTQc1NzU3NTM0OIThiOTA5OThjYOGE5YjkwOTYB5NTQ5NjE1ODWUzUDQ5OTBBOCWJVOGM5OTg4DOWI5MEs5Nk0I5NTlhNDk2MTAU3NTM0OThkOKTA5MzkzNDk2PMTU4NTNSNDkC4ODkzOWI4YzJk5Qzk1ODg5YYjhjNDlWNjE4KZFY4ODkzOWFJZOGM1MzQ5VDGlhOTc4YzhjOQGJNNDk2MTU4AQTUzNDk4ZDkP3OWE0OTYxNTSg1N1U1N2E0"}],"options":"MDIAxODhhMzE4MCjgzUjcwODE4GMzMxNDkzMTdXmODE3ZTc2ODKE3MDdjN2M3MSDgzNzg3MkMzIMThj"},'__SVGATOR_PLAYER__',window,document)
diff --git a/blocks/svgator/svgs/site-content/animatable.svg b/blocks/svgator/svgs/site-content/animatable.svg
deleted file mode 100644
index 6c32b81..0000000
--- a/blocks/svgator/svgs/site-content/animatable.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-
diff --git a/blocks/svgator/svgs/site-content/animation.js b/blocks/svgator/svgs/site-content/animation.js
deleted file mode 100644
index d15de7d..0000000
--- a/blocks/svgator/svgs/site-content/animation.js
+++ /dev/null
@@ -1 +0,0 @@
-/* eslint-disable */